﻿
@font-face {
    font-family: 'Regular';
    src: url('../../fonts/seguisb.ttf');
}

@font-face {
    font-family: 'Light';
    src: url('../../fonts/segoeui.ttf');
}

@font-face {
    font-family: fontawesome;
    src: url('../../fonts/fontawesome-webfont.ttf');
}

/*html{
     background:#f5f5f5;
}*/

body {
    padding-top: 0;
    /*background:#ffffff;*/
    /*background: -moz-radial-gradient(#ffffff 20%, #f5f5f5 50%);*/
    /*background: -webkit-radial-gradient(#ffffff 20%, #f5f5f5 50%);*/
    /*background: radial-gradient(#ffffff 20%, #f5f5f5 50%);*/
    background-repeat: no-repeat;
    /*height:630px;*/
    overflow: auto;
    font-family: Regular !important; /* global font family */
}

.logo {
  background: url('/Content/Images/LOGO3.png') no-repeat; /* Website Logo */
  height: 130px;
  color: transparent;
  width: 285px;
  margin: auto;
  

}




.flip-clock-wrapper {
    width: 538px;
    margin: auto;
}

div#Date {
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    font-family: Segoe UI;
    font-weight: 700;
}
/*
.flip-clock-wrapper ul{
    width:60px!important;
}*/


.clckbtnRed {
    background: #9A0000; /* ADD AND EXPORT BUTTON COLOR*/
    border:0;
    width: 45%;
    padding: 7px 0;
    color: #fff;
    font-size: 21px;
    font-family: Segoe UI;
    font-weight: 500;
    transition:all 300ms ease;
}

.clckbtnGray{       /* DELETE BUTTON COLOR */
    background: #999999;
    border:0;
    width: 45%;
    padding: 7px 0;
    color: #fff;
    font-size: 21px;
    font-family: Segoe UI;
    font-weight: 500;
    transition:all 300ms ease;
}

.clckbtnRed:hover, 
.clckbtnRed:active {
    background: #B84C4C;        /* background */
    border:0;
    transition:all 300ms ease;
}

.clckbtnGray:hover, 
.clckbtnGray:active {     
    background: #bbb;
    border:0;
    transition:all 300ms ease;
}



.clckbtn:focus,
.clckbtn:active{
    outline:0;
}


/*** WebQR ***/





.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}





.home-screen-gear {
    float: right;
    padding-right: 30px;
    cursor: pointer;
}

.home-screen-gear>span {
    color: black;
    z-index:2;
}

.home-screen-gear>span:hover {
    color: #9A0000;
}

.home-screen-gear>span:active {
    color: black;
}

.modal-header {
    padding: 5px 10px !important;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 14px;
    background: #f8f8f8;
    border-bottom: 0;
    border: 1px solid #eee;
    border-radius: 5px 5px 0 0;
    color: #333;
}

.modal-header p,
.modal-body p {
    margin: 0;
}

.modal-body {
    padding: 0 !important;
    font-family: 'Segoe UI';
    font-weight: normal;
    font-size: 14px;
    color: #333;
    border-bottom: 0;
    text-indent: 4px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 0;
    text-align: right;
    border-top: 0;
}

.modal {
    overflow-y: auto;
}

.modal-body input[type="file"] {
    margin-top: 0;
    margin-left: 0;
    height: 2.2em;
}

.formbtn {
    font-weight: normal;
    width: 80px;
    height: 25px;
    border-radius: 4px;
    color: #fff;
    text-shadow: none;
    text-transform: capitalize;
    font-size: 12px;
    transition: all 300ms ease;
    margin: 0;
    box-shadow: none;
    text-decoration: none;
    padding: 3px 10px;
    border: 0;
}

.btnRed {
    background: #9A0000; /* ADD AND EXPORT BUTTON COLOR*/
    border: 0;
}

.btnGray { /* DELETE BUTTON COLOR */
    background: #999999;
}

.btnRed:hover,
.btnRed:active,
.btnRed:focus {
    background: #B84C4C; /* background */
    border: 0;
}

.btnGray:hover,
.btnGray:active,
.btnGray:focus {
    background: #bbb;
    border: 0;
}

.form-horizontal .control-label {
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
    color: #395B77;
    font-family: Regular; /*added by rose 9/19/2016*/
}

.form-horizontal .form-group .form-fields {
    margin: 10px 15px;
}

span.reqField {
    font-weight: bold;
    color: red;
    margin-right: 2px;
    font-size: 12px;
}

input.errMessage {
    border-color: #c40000;
}

label.errMessage {
    position: initial;
    font-size: 11px;
    font-family: 'Segoe UI';
    color: #c40000;
    margin-bottom: 0;
}

/*Override plainOverlay plugins*/
.jQuery-plainOverlay-progress {
    border-color: #B70202 !important;
}

.text-align-center {
    text-align: center !important;
}

div#divBodyModal {
    overflow-x: auto;
    margin: 16px;
}

#divErrorMessage {
    max-height: 230px;
    overflow: auto;
}

div#divErrorMessage {
    margin: 10px 0;
    background: #FAEBEB !important;
    color: #c40000 !important;
    font-size: 13px;
    font-family: 'Segoe UI';
    font-weight: 400;
    padding: 0 10px;
    line-height: 1;
    max-height: 40px;
    overflow: auto;
}

.AccordionList.off .field-user-pending-requests {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: height 400ms ease;
}

.AccordionList.on .field-user-pending-requests {
    max-height: 500px;
    padding: 0;
    overflow: hidden;
    transition: height 400ms ease;
}

.AccordionList.off .field-list {
    max-height: 0;
    overflow: auto;
    transition: max-height 400ms ease;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 3px 5px #f5f5f5;
    border-top: 0;
    padding: 0 20px;
}

.AccordionList.on .field-list {
    /*max-height: 800px;*/
    /*overflow:auto;*/
    transition: max-height 400ms ease;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 5px #f5f5f5;
    border-top: 0;
    padding: 0 10px;
    height: auto;
}

.AccordionList .field-title {
    box-shadow: 0px 1px 5px #f5f5f5;
    border-bottom: 0;
    border: 1px solid #eee;
    border-radius: 5px 5px 0 0;
}

.AccordionList .field-buttons {
    padding-bottom: 10px;
}

.AccordionList.on .field-title {
    background-image: url("/Content/Images/toggle-up.png");
    background-repeat: no-repeat;
    background-position: right;
    box-shadow: 0px 1px 5px #f5f5f5;
    border: 1px solid #EEEEEE;
    border-radius: 5px 5px 0 0;
}

.AccordionList.off .field-title {
    background-image: url("/Content/Images/toggle-down.png");
    background-repeat: no-repeat;
    background-position: right;
}

.field-title {
    font-family: 'Segoe UI';
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    padding: 6px 10px 6px 10px;
    color: #333;
    background: #f8f8f8;
    margin-top: 0px;
    cursor: pointer;
}

#divMaintenancePartialContent {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 15%;
}

.field-list .field-content {
    padding: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin: 10px 0 7px 0;
}

.field-user-pending-requests span.field-content {
    padding: .9em 1.5em;
    float: left;
    width: 100%;
}

/*col-md-0.5 to use : class="col-md-1 col-md-0-5" */
.col-md-0-5 {
    width: 3% !important;
}

/*col-md-0.75 to use : class="col-md-1 col-md-0-75" */
.col-md-0-75 {
    width: 6.249999999999999% !important;
}

/*col-md-1.5 to use : class="col-md-1 col-md-1-5" */
.col-md-1-5 {
    width: 12.499999999999998% !important;
}

/*col-md-2.5 to use : class="col-md-2 col-md-2-5" */
.col-md-2-5 {
    width: 20.83333333333333% !important;
}

/*col-md-3.5 to use : class="col-md-3 col-md-3-5" */
.col-md-3-5 {
    width: 29.166666666666666% !important;
}

/*col-md-4.5 to use : class="col-md-4 col-md-4-5" */
.col-md-4-5 {
    width: 37.499999999999996% !important;
}

.divErrorMessageClass {
    max-height: 230px;
    overflow: auto;
}

div.divErrorMessageClass {
    margin: 10px 0;
    background: #FAEBEB !important;
    color: #c40000 !important;
    font-size: 13px;
    font-family: 'Segoe UI';
    font-weight: 400;
    padding: 0 10px;
    line-height: 1;
    max-height: 40px;
    overflow: auto;
}

/*for grouping elements*/
.gray-block {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background: #f8f8f8;
    margin: 20px 15px;
}

/*for grouping elements*/
.white-block {
    border: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0 15px 20px 15px;
    background: white;
}

/*for block labels*/
.block-label {
    width: auto !important;
}

/*for block divs*/
.block-div {
    margin-right: 10px;
    text-align: center;
}

.block-title {
    /*position: absolute;*/
    margin-top: -20px;
    background: inherit;
    margin-left: 15px;
    padding: 0px 10px 4px 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    width: max-content;
}

.block-title label {
    color: #395B77 !important;
}

span.unreqField {
    font-weight: bold;
    color: transparent;
    margin-right: 2px;
    visibility: hidden;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-corner-all {
    border-bottom: 1px solid #eee !important;
    border-radius: 0 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
}

.ui-widget button {
    font-size: 12px !important;
    font-family: Regular !important;
}

.no-padding { 
    padding: 1px;
}

.smallbtn2 {
    width: auto;
    height: auto;
    padding: 0px 8px 4px 8px;
}

.scroll-vertical {
    overflow-y: scroll;
}

.ViewList {
    border-radius: 5px !important;
    border: 1px solid #eee;
    box-shadow: 0px 3px 5px #f5f5f5;
    padding: 10px;
    margin-top: -2px;
}

.col-label {
    padding: 0;
}
.footers {
  position: fixed ;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  color: #aaaaaa;
  text-align: left;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: 1px solid #f1f1f1;
  padding: 0px 0px 0px 10px;
}
div.footers {
  position: fixed;
  width: 50%;
  bottom: 20px;
  font-size: 11px
  /*  border: 3px solid #8AC007;*/
} 
