 body {

   /* color: #797979;

    background: #eeeeee;*/

    font-family: 'Lato', sans-serif;

  padding: 0px !important;

    margin: 0px !important;

    font-size:14px !important;   

} 
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #0099CC;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0099CC;
}
.navbar-inverse .navbar-toggle {
    border-color: #0099CC;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #0099CC;
    border-bottom-color: #0099CC;
}
h1,h2,h3,h4,h5{

    font-weight: 300;

}

label{

    font-weight: 300;   

}

input:focus, textarea:focus { outline: none; }
.form-control
{
    color:#555;
}

table tr th { color: #688a7e;}

*:focus {outline: none;}

::selection {

    background: #688a7e;

    color: #fff;

}

::-moz-selection {

    background: #688a7e;

    color: #fff;

}



#container {

    width: 100%;

    height: 100%;

}


.sm-input {

    width: 175px;

}



.form-horizontal .form-group {

   /* border-bottom: 1px solid #eff2f7;*/

    padding-bottom: 5px;

    margin-bottom: 5px;

}



.form-horizontal .form-group:last-child {

    border-bottom: none;

    padding-bottom: 0px;

    margin-bottom: 0px;

}





.form-horizontal .form-group .help-block {

    margin-bottom: 0;

}

.panel-content{

    padding: 10px;

}

.pageHead
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    font-weight:bolder;
    line-height: 1.42857143;
    color: #297CAE;
}
.rptpageHead
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color:#9D0000;
}


/*----------------------	panel-----------------*/

.panel {

  border:none;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  margin-bottom: 30px;

}

.panel .panel-heading {

  line-height: 34px;

  padding: 0 15px;

  min-height: 34px;

  border-left: 1px solid #ccc;

  border-right: 1px solid #ccc;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;  

  position: relative;

  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);

  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);

  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);  

}

.panel .panel-heading .panel-title {

  line-height: 40px;

}

.panel .panel-heading i {

  width: 30px;

  display: inline-block;

  font-size: 14px;

  border-right:1px solid #e6e6e6 ;

}

.panel .panel-heading ul li {

  border-top:1px solid #e6e6e6 ;

  border-left:1px solid #e6e6e6 ;

  border-right:1px solid #e6e6e6 ;

}

.panel .panel-heading h2 {

  height: 100%;

  width: auto;

  display: inline-block;

  font-size: 14px;

  position: relative;

  margin: 0;

  line-height: 34px;

  font-weight: 400;

  letter-spacing: 0;

}

.panel .panel-heading .panel-actions {

  float: right;

  margin-right: -15px;

  height: 40px;

  font-size: 0;

}

.panel .panel-heading .panel-actions i {

  display: inline-block;

  text-align: center;

  width: 34px;

  -webkit-transition: all 0.1s ease-in-out;

  -moz-transition: all 0.1s ease-in-out;

  -ms-transition: all 0.1s ease-in-out;

  -o-transition: all 0.1s ease-in-out;

  transition: all 0.1s ease-in-out;

  text-decoration: none;

  font-size: 14px;

}

.panel .panel-heading .panel-actions a {

  text-decoration: none;

  font-size: 14px;

  text-align: center;

  display: inline-block;

  line-height: 32px;

  padding: 0;

  margin: 0;

  color: #333;

  border-left: 1px solid rgba(0,0,0,.09);

}

.panel-actions .btn-setting:hover,

.panel-actions .btn-minimize:hover,

.panel-actions .btn-close:hover {

  background-color: rgba(0,0,0,.05);

}

.panel .panel-heading .switch {

  margin: 10px;

}

.panel .panel-body {

  border-width: 1px 1px 2px;

  border-style: solid;

  border-top: none;

  border-right-color: #ccc!important;

  border-bottom-color: #ccc!important;

  border-left-color: #ccc!important;

}

.panel .panel-body-map {

  border-width: 1px 1px 2px;

  border-style: solid;

  background:#eef3f7;

  height:380px;

  border-top: none;

  border-right-color: #ccc!important;

  border-bottom-color: #ccc!important;

  border-left-color: #ccc!important;

}

.panel .panel-body.no-padding {

  padding: 0;

}

.panel .panel-body.padding-horizontal {

  padding: 0 15px;

}

.panel .panel-body.no-padding-bottom {

  padding-bottom: 0;

}

.panel-footer {

  padding: 10px 15px;

  background-color: #f5f5f5;

  border-top: 1px solid #ddd;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}

.panel .panel-footer {

  border-width: 0 1px 2px 1px;

  border-style: solid;

  border-top: none;

  border-right-color: #ccc!important;

  border-bottom-color: #ccc!important;

  border-left-color: #ccc!important;    

  position: relative;  

}

.panel.panel-default {  

  border-radius: 0px;

  

  border-top: 1px solid #d4d4d4;

  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);

  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);

  

}



.panel.panel-default.panel-heading {

  background: #97d3c5;   

}

.panel.panel-default .panel-footer {

  background: #f5f5f5;

}

.panel.panel-primary {

  border-color: #20a8d8;

}

.panel.panel-primary .panel-heading,

.panel.panel-primary .panel-footer {

  background: #297CAE;

  color: #ffffff;

  border-color: #20a8d8;

}

.panel.panel-success {

  border-color: #79c447;

}

.panel.panel-success .panel-heading,

.panel.panel-success .panel-footer {

  background: #a3d781;

  color: #284315;

  border-color: #79c447;

}

.panel.panel-info {

  border-color: #67c2ef;

}

.panel.panel-info .panel-heading,

.panel.panel-info .panel-footer {

  background: #acdef6;

  color: #106894;

  border-color: #67c2ef;

}

.panel.panel-warning {

  border-color: #fabb3d;

}

.panel.panel-warning .panel-heading,

.panel.panel-warning .panel-footer {

  background: #fcd588;

  color: #815703;

  border-color: #fabb3d;

}

.panel.panel-danger {

  border-color: #ff5454;

}

.panel.panel-danger .panel-heading,

.panel.panel-danger .panel-footer {

  background: #ffa1a1;

  color: #a10000;

  border-color: #ff5454;

}


/*panel heading color*/

.panel-heading,.modal-header{

    background: #F7F7F7;

    color: #337ab7;



}

.panel-heading h3{

    margin: 0px !important;

}

.panel-primary > .panel-heading.navyblue {

    background-color: #2A3542;

    border-color: #2A3542;

    color: #FFFFFF;

}
.wrapper {

    display: inline-block;

    margin-top: 60px;

    padding: 15px;

    width: 100%;

}



a.logo {

    font-size: 22px;

    font-weight: 300;

    color: #fed189;

    float: left;

    margin-top: 15px;

    text-transform: uppercase;

}



a.logo:hover, a.logo:focus {

    text-decoration: none;

    outline: none;

}



a.logo span {

    color: #688a7e;

}

.control-label.required:after  { 
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 4px;
   
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 8px;
}
.table-hover > tbody > tr:hover > td { background-color: #c8e4ee; cursor:pointer; }
.table > tbody > tr.active:hover > td{ background-color:#c8e4ee;cursor:pointer; }

.AutoExtender
        {
            font-family: Verdana;
            font-size: 10px;
            font-weight: normal;
            border:solid 1px #007aff;
            line-height:20px;
            padding:0px;
            background-color:#Ffffff;
            height:200px;
            overflow:auto;
            cursor:pointer;
             z-index:1000; 
            visibility :hidden;
                          
        }

.AutoExtender_ip
        {
            font-family: Verdana;
            font-size: 20px;
            font-weight: normal;
            border:solid 1px #007aff;
            line-height:40px;
            padding:0px;
            background-color:#Ffffff;
            height:200px;
            overflow:auto;
            cursor:pointer;
             z-index:1000; 
            visibility :hidden;
                          
        }


        .AutoExtenderList
        {
            border-bottom:dotted 1px #007aff;
            cursor:pointer;
            color:#000000;      
            z-index:1000;    
            
        }


        .AutoExtenderHighlight
        {
            color:White;
            background-color:#007aff;
            cursor:pointer;
            z-index:1000;
        }
        

input[type="radio"], input[type="checkbox"]
{
    cursor:pointer;
}

 .modalBackground
{
    position: fixed;
    z-index: 500;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color:#cccccc;
    opacity: .15;
   filter: alpha(opacity=70);
    opacity: 0.7;
   -moz-opacity: .15;
}
.modalClass
{
    border:3px solid #ccc!important;
    border-radius:8px;
    
}


    
    .panel-heading.clsusrset
    {
        line-height:1.3em; 
        min-height:40px
       
    }
     .panel-heading.clsBrowseFile
    {
        line-height:1.3em; 
        min-height:40px
       
    }
    .importantRule
    {
        border-radius :10px !important;
        -webkit-border-radius:10px !important;
    }
    
      div.ajax__calendar_days table tr td {
    padding-right: 0px;
    border:none;
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #004080;
    background-color: #FAFAFA;
    width: 175px;
    
   
}
.MyCalendar .ajax__calendar_container TD
{
    height:15px;    
    text-align:center;   
    padding:0px;
     border:none;
    
}
.MyCalendar .ajax__calendar_header {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #9F9F9F;
    font-weight: normal;
    text-shadow: 0px 0px 2px #D3D3D3;
    height: 20px;
} 
.MyCalendar .ajax__calendar_title,
.MyCalendar .ajax__calendar_next,
.MyCalendar .ajax__calendar_prev {color: #004080;}

 .MyCalendar .ajax__calendar_body
    {
        width: 175px;
        height: 139px; /* modified */
        /*position: relative;*/
    }

.MyCalendar .ajax__calendar_dayname {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FA9900;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    background-color: #EDEDED;
    border: solid 1px #D3D3D3;
    text-transform: uppercase;
    margin: 1px;
} 

    .MyCalendar .ajax__calendar_year
    {
        border: solid 1px #E0E0E0;
        font-family: Tahoma, Calibri, sans-serif;
        font-size: 10px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 0px 2px #D3D3D3;
        text-align: center !important;
        vertical-align: middle;
        margin: 1px;
        height: 40px; /* added */
        
    }

    .MyCalendar .ajax__calendar_month
    {
        border: solid 1px #E0E0E0;
        font-family: Tahoma, Calibri, sans-serif;
        font-size: 10px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 0px 2px #D3D3D3;
        text-align: center !important;
        vertical-align: middle;
        margin: 1px;
        height: 40px; /* added */
    }
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
   color: #ffffff;
    font-weight:bold;
    background-color:#FFC0FF;
    cursor:pointer;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
    background-color:#FFCC00;
}

.MyCalendar .ajax__calendar_other {
    background-color: #E0E0E0;
    margin: 1px;
    width: 17px;
   
}

.MyCalendar .ajax__calendar_day
    {
        font-family: Tahoma, Calibri, sans-serif;
        font-size: 10px;
        text-align: center;
        font-weight: bold;
        text-align: center !important;
       border : solid 1px #E0E0E0; 
        margin: 1px;
        width: 17px;        
        height: 15px; /* added */
    }
.MyCalendar .ajax__calendar_today   {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;   
    text-align: center !important;  
    margin: 0px;
    color: #ffffff;
    background-color:#004080;
         
      
    
   
}
.MyCalendar .ajax__calendar_footer {
   /* width: 175px;*/
    border: none;
    height: 20px;
    vertical-align: middle;  
    background-color: #FAFAFA;
    color: #004080;
}
.MyCalendar .ajax__calendar_invalid .ajax__calendar_day,
.MyCalendar .ajax__calendar_invalid .ajax__calendar_year
  /* Add class for your Invalid dates*/
  
  {
       color:#C8C8C8;  text-decoration:strike; cursor:pointer;
      
       
  }
 .MyCalendar .ajax__calendar_invalid .ajax__calendar_day:hover,
 .MyCalendar .ajax__calendar_invalid .ajax__calendar_year:hover
{
  color:#C8C8C8;  text-decoration:strike; cursor:default;background-color:#FAFAFA;
}
    
    .layout
  {
       position: absolute;        
        left: 0px;
        top: 0px;
        width: 100%;
        height: 1000px;
        z-index: 999999;
        background-color:#cccccc;      
        filter: alpha(opacity=70);
        opacity: 0.7;
        -moz-opacity: .15;      
        cursor: not-allowed;
        display:none;
  }
.modal-control {
display:inline-block;
  
}
.mdllabel
{
    width:140px;
}
.mdlinput
{
    width:300px;
}

.inpdate .input-group .form-control:first-child
{
     border-radius:3px;
}
.clsStatus
{
   border: 1px  outset;
    color:Red;
    background-color:#FFFFC0;
    text-align:center;
    font-size:18px !important;

}
  
 .table-striped th { color:#337ab7;}
 
.rstPanl .table-striped th {
     line-height:0.8
 }
 .rstPanl table {
     line-height:0.8
 }
 .rstPanl .table>tbody>tr>td {
     line-height:0.8;
     font-size:13px;
 }
 
.rstPanl .table-rst > tbody > tr>td {
     line-height:0.7;
     font-size:12px;
 }
 .rstPanl .table-rst > tbody > tr>th {
     line-height:0.7;
     font-size:12px;
     color:#337ab7 ;
 }
 .rstPanl .table-rst >tbody>tr:nth-of-type(odd)
 {
     background-color:#FFFFEC;
 }
 .rstPanl .table-rst >tbody>tr
 {
      background-color:#fffff5;
      /*##FFFFEC;*/
 }

 .rstPanl .table-rst >tbody>tr:hover > td { background-color: #FAFFBD; cursor:pointer; }
 .rstPanl .table-rst >tbody>.active:hover > td{ background-color:#FAFFBD;cursor:pointer; }

.TARight { text-align:right; }
.TALeft { text-align:left; }
.invisible
{
    display:none;
    
}
.web_dialog_overlay
{
   position: fixed;
   top: 0;
  
   height: 100%;
   width: 100%;  
    background-color:#cccccc;
   opacity: .15;
   filter: alpha(opacity=70);
    opacity: 0.7;
   -moz-opacity: .15;
     z-index: 999;
   display: none;
   /*margin: 0;
   padding: 0;
    left:0px;
 right: 0;
   bottom: 0;
   left: 0;
*/
  
  
}

  .UpdateProgressBackground_Transaction
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color:#cccccc;
    opacity: .15;
   filter: alpha(opacity=70);
    opacity: 0.7;
   -moz-opacity: .15;
}
.UpdateProgressContent_Transaction
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
     
}

.underlined
{
   border:0;
   border-bottom:solid 1px #cccccc;
   outline:none; /* prevents textbox highlight in chrome */
   background-color:transparent;
   webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075);
   box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
}

.underlined:focus
{
   border:0;
   border-bottom:solid 1px #cccccc;
   outline:none; /* prevents textbox highlight in chrome */
   background-color:transparent;
   webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075);
   box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
}
.underlined[disabled]
{
   border:0;
   border-bottom:solid 1px #cccccc;
   outline:none; /* prevents textbox highlight in chrome */
   background-color:transparent;
   webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075);
   box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
   color:#686868;
   /*818181*/
}
..ui-timepicker-standard a
{
    font-size:8px;
}
.navbar-inverse
{
    background-color:#ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:active
{
     background-color:#ffffff;
     color:#297CAE;
}
.vstReg
{
    background-color:#ffffff;
    border:none;
}
.vstHead
{
    color:#337ab7;
    text-align:center;
    font-size:22px!important;
    font-weight:bold;
    padding:0;
    
}
.vstReg .form-horizontal .input-sm
{
    font-size:20px!important;
    font-weight:bold;
}
.vstReg .form-horizontal .control-label
{
    color:#8E8E8E;
    font-style:italic;
    font-size:16px!important;
    font-weight:bold;
    
}
.vst-fixed-top
{
    right:0;
    left:0;
   /* z-index:1030;*/
}
.vst-right
{
    float:right;
   /* margin-right:-15px;*/
}
.vstReg .form-horizontal .form-group
{
    padding-bottom:15px;
    margin-bottom:15px;
}

.hrcolor
{
    background-color:#21205F;
    border-top: 1px solid #21205F;
}

/* Component: Small boxes*/


.small-box {
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
  min-height:100px
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}

.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
 
}


/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-cherry,
.bg-light-blue,
.bg-medium-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-grass,
.bg-wood,
.bg-black {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-blackd{
  background-color: #222222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-cherry{
  background-color: #cd1231 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #3281BD !important;
}

.bg-light-blue {
  background-color: #8bbfdb !important;
}
.bg-medium-blue {
  background-color: #5fb4ef !important;
}
.bg-wood{
  background-color: #ab7d44 !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-grass {
  background-color: #a1c436 !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #7f8000 !important;
}
.bg-lime {
  background-color: #00e405 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}
.progress-bar-prebook
{
    background-color:#9ECAE1;
}
.progress-bar-checkin
{
    background-color:#3281BD;
}
.progress-bar-nobook
{
    background-color:#CCCCCC;
}
/* Text colors */
.text-red {
  color: #f56954 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #7f8000 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144b !important;
}

.info-box
{
    min-height:80px;
}



.box {
  position: relative;
  background: #ffffff;
  border-top: 2px solid #c1c1c1;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #f56954;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .box-header {
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px solid #f4f4f4;
  color: #444;
  padding-bottom: 10px;
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}
.box .box-header:after {
  clear: both;
}

.box .box-header a:not(.btn) {
  color: #444;
}

.box-lbl-txt{
  font-size: 11px;
}
.box .box-body {
 padding: 10px;
 /*  padding-left:10px;
  padding-right:10px;*/
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.box .box-body > table,
.box .box-body > .table {
  margin-bottom: 0;
}
.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}
.box .box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box .box-body > .chart svg,
.box .box-body > .chart canvas {
  width: 100%!important;
}
.box .box-body .fc {
  margin-top: 5px;
}
.box .box-body .fc-header-title h2 {
  font-size: 14px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.box .box-body .fc-header-right {
  padding-right: 10px;
}
.box .box-body .fc-header-left {
  padding-left: 10px;
}
.box .box-body .fc-widget-header {
  background: #fafafa;
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.02);
}
.box .box-body .fc-grid {
  width: 100%;
  border: 0;
}
.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
  border-right: 0;
}
.box .box-body .table {
  margin-bottom: 0;
}
.box .box-body .full-width-chart {
  margin: -19px;
}
.box .box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box .box-footer {
  border-top: 1px solid #f4f4f4;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  background-color: #ffffff;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header {
  padding-bottom: 0px!important;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a {
  color: #444;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a {
  color: #444;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #f56954;
  background-color: #f56954;
}
.box.box-solid.box-danger > .box-header a {
  color: #444;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a {
  color: #444;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a {
  color: #444;
}
.box.box-solid > .box-header > .box-tools > .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid.collapsed-box .box-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box .todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
}
.box .todo-list > li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  background: #f3f4f5;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.box .todo-list > li:last-of-type {
  margin-bottom: 0;
}
.box .todo-list > li.danger {
  border-left-color: #f56954;
}
.box .todo-list > li.warning {
  border-left-color: #f39c12;
}
.box .todo-list > li.info {
  border-left-color: #00c0ef;
}
.box .todo-list > li.success {
  border-left-color: #00a65a;
}
.box .todo-list > li.primary {
  border-left-color: #3c8dbc;
}
.box .todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.box .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.box .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.box .todo-list > li .tools {
  display: none;
  float: right;
  color: #f56954;
}
.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.box .todo-list > li:hover .tools {
  display: inline-block;
}
.box .todo-list > li.done {
  color: #999;
}
.box .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.box .todo-list > li.done .label {
  background: #eaeaec !important;
}
.box .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}
.box > .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box > .loading-img {
  z-index: 1020;
  background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}
a.ExcelImg
{
  color:#1F7244;
}

.box .box-header a.ExcelImg
{
  color:#1F7244;
}
a.PdfImg
{
  color:#DA2126;
}
.box .box-header a.PdfImg
{
  color:#DA2126;
}
.clsThreeDot:after {
  content: '\2807';
  font-size: 1.5em;
  color: #2e2e2e
}



.btn-group.open .dropdown-toggle
{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tblDsh>thead> tr> th
{
color: #0099CC;
}
.tblDsh>tbody> tr
{
  max-height: 10px !important;
   height: 10px !important;
}
.tblDsh>thead>tr>th
{
   border-bottom:none;
   display:none;
}

.tblDsh>tbody>tr>td  
{
    font-size:12px;
     line-height:1;
     border-top:none;
     margin:0px!important;
       max-height: 10px !important;
   height: 10px !important;
     }
     .tblDsh>tbody>tr>td>a 
{
  
  text-decoration:none;
  color:#333;
}
.progress.tblDshbar.thin
{
    height:8px;
    margin-bottom:5px;
}



.dataTable > thead > tr > th[class*=sort]:after{
    display:none;
   
   
}

.tblActivity>thead> tr> th
{
color: #0099CC;
}
.tblActivity > tbody > tr:nth-child(2n+1) > th { font-size:14px; }
       
.tblActivity > tbody > tr:nth-child(odd) {
  font-size:14px; 
}

.tblActivity>tbody>tr>td  
{
    font-size:13px;
     line-height:1.2
     }
 .tblPrebook>thead> tr> th
{
color: #0099CC;
font-size:12px ! important;
}
.tblPrebook > tbody > tr:nth-child(2n+1) > th { font-size:12px; }
       
.tblPrebook > tbody > tr:nth-child(odd) {
  font-size:12px; 
}

.tblPrebook>tbody>tr>td  
{
    font-size:12px;
    line-height:1.2
}         
  
.chkDash
{
    color:#0099CC;
    font-weight:bold;
    font-size:16px;            
} 
.chkDash label
{
cursor:pointer;
}
.chkBoxSmallList_Prd label
{
cursor:pointer;
}
    
 #chart-container, #dvEmergencyCntr {
   background: white;
}

a.PieChartImg
{
  color:#3281BD;
}
.box .box-header a.PieChartImg
{
  color:#3281BD;
}


 .web_dialog_overlay
{
   position: fixed;
   top: 0;
  
   height: 100%;
   width: 100%;  
    background-color:#cccccc;
   opacity: .15;
   filter: alpha(opacity=70);
    opacity: 0.7;
   -moz-opacity: .15;
   z-index: 999;
   display: none;
   /*margin: 0;
   padding: 0;
    left:0px;
 right: 0;
   bottom: 0;
   left: 0;
*/
  
  
}
.web_dialog_Content
{
   z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.clsback {
    background-color: #f2f2f2;
}
.clskioskSet .form-horizontal .form-group
{
    padding-bottom:5px;
    margin-bottom:5px;
}
.clstxtSet
   {
      padding-left:3px;
      padding-right:3px;
   }
   
   .NavColorPick
   {
       padding-left:0px;
       padding-right:0px;
   }
   
     .lbldshprebook
   {
       padding-left:0px;
       padding-right:0px;
       font-size:12px! important;
      
   } 
   .clsDshHead
   {
       font-size:13px! important;
   }

 .gridviewPager [colspan]{ background-color: transparent; color: #337ab7; font-size:11px; }
.gridviewPager{background-color: #fff;}
.gridviewPager a, .gridviewPager span { margin: 0 2px; padding: 4px 8px; font-size: 11px;  border-color:#337ab7; border:1px solid; background-color: #fff; }
.gridviewPager span { background-color: #337ab7;color: #fff;border-color:#337ab7; border-radius: 3px;border:1px solid; }
.gridviewPager [colspan] td { padding: 0; }
.gridviewPager a{ border-color: transparent; background-color: #fff; color: #337ab7; text-decoration: none;border-color:#337ab7;  border-radius: 3px;border:1px solid;}
.gridviewPager a:hover{ background-color: #337ab7;color: #fff; border-radius: 3px;border-color:#337ab7;}
.gridviewPager a:active{background-color: #337ab7; color: #fff;border-radius: 3px;border-color:#337ab7; }
 .clsBlackList
 {
    background-color: #f2dede! important;
    border-color: #ebccd1! important;
    color:#ff2d55! important;
 }
  .lstBlackList
 {
   
    color:#ff2d55! important;
 }

.alert-danger
{
    color:#ff2d55;
}
.lblStatusClass
{
  padding:9px;  
  font-weight:bold;
}
.dvStatusClass
{
  padding:5px;  
  font-weight:bold;
  margin-bottom:0px;
  text-align:center;
}

.tblLookUp>thead> tr> th
{
color: #0099CC;
}
.tblLookUp > tbody > tr:nth-child(2n+1) > th { font-size:13px; }
       
.tblLookUp > tbody > tr:nth-child(odd) {
  font-size:12px; 
}

.tblLookUp>tbody>tr>td  
{
    font-size:12px;
     line-height:1
 }

.clslst
{
    direction:ltr;
    font-family:Lucida Console;
    cursor:pointer;
    overflow:auto;
}
     
 .clsglyphy
 {
     font-size:11px;
 }
 
 .padding-0{
    padding-right:0;
    padding-left:0;
}
 .padding-1{
    padding-right:3px;
    padding-left:3px;
}   

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-circle-md {
    width: 25px;
    height: 25px;
    padding: 4px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-circle-sm {
    width: 20px;
    height: 20px;
    padding: 3px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.visitorcheckbox .form-horizontal .checkbox-inline
{
    margin-top:9px;
}
.clsSiNo
{
    font-weight:bold;
    font-size:12px !important;
    
}

.img-container {
    width: 30px;
    height: 30px;
    border: 2px solid black;
    float: left;
    margin-right: 5px;
    position: relative;
}
.delete-button {
    position: absolute;
    left: 0;
    top: 0;
}
.upload-add-product {
  /*  display: block;
    margin: 32% auto;*/

  position: absolute;
    left: 0;
    top: 0;
}



.requiredFieldWrapper::after 
{
    font-family: 'Glyphicons Halflings';
    content: '*';
    position: absolute;
    top:2px;
    bottom: 0;
    right: 17px;
    font-size: 5px;
    color: red;
}



.popover 
{
    background-color:#cceaf6;
    border-color: #aee8f1;
    color:#479a55;
    width: 650px!important;
    border-radius: 15px;
    padding:5px;
    }
.popover.top .arrow:after{border-top-color: #cceaf6; }
.popover-content
 {
     background-color: #cceaf6;
     color:#3281a2;
 }
.popover-title
 {
   background-color:#297CAE;
   color:#fff;
   display:none;
 }
 .clsdelroom
 {
     padding:5px;
 }
 
 .cls_dialog_overlay
{
   position: fixed;
   top: 0;
  
   height: 100%;
   width: 100%;  
    background-color:#cccccc;
   opacity: .15;
   filter: alpha(opacity=70);
    opacity: 0.7;
   -moz-opacity: .15;
     z-index: 500000;
   display: none;
   /*margin: 0;
   padding: 0;
    left:0px;
 right: 0;
   bottom: 0;
   left: 0;
*/
  
  
}
 .cls_dialog_Content
{
    z-index: 500001;
    margin: 300px auto;    
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
     
}


.clsstatus
{
     font-family : Verdana ;
     font-size:11px;
     font-weight:bold;
     font-style:italic;
     color:#e41818;
     
}

.GreenList
    {
        border:3px solid #ffffff;
        padding:0px 1px 0px 1px;
        background: #84C225;
        background-repeat:repeat-y;
        background-position:center center;
        background-attachment:scroll;
        font-size:12px !important;
        float: left;
        height:60px;
        cursor:pointer;
        color:#ffffff;
        
    }
    .BlueList
    {
        border:3px solid #ffffff;
        padding:0px 1px 0px 1px;
        background:#5FB3EF;
        background-repeat:repeat-y;
        background-position:center center;
        background-attachment:scroll;
        font-size:12px !important;
        float: left;
        height:60px;
        cursor:pointer;
        color:#ffffff;
        
    }
     .OrangeList
    {
        border:3px solid #ffffff;
        padding:0px 1px 0px 1px;
        background: #FF9900;
        background-repeat:repeat-y;
        background-position:center center;
        background-attachment:scroll;
        font-size:12px !important;
        float: left;
        height:60px;
        cursor:pointer;
        color:#ffffff;
    }
 .GrayList
    {
        border:3px solid #ffffff;
        padding:0px 1px 0px 1px;
        background: #c3c2c2;
        background-repeat:repeat-y;
        background-position:center center;
        background-attachment:scroll;
       /* background-size:100% 100%;*/
        font-size:12px !important;
        float: left;
        height:60px;
        cursor:default;
        color:#c3c2c2;
       
    }

.table-attendee>tbody>tr>td 
{
   line-height:1em ! important;
   font-size:13px!important;
  padding:3px ! important;
  vertical-align:middle ! important;
 }
 .table-attendee>tbody>tr
{
  height:27px; 

 }
.clsroomlst
{
   
    
    cursor:pointer;
    overflow:auto;
    font-size:14px;
    text-align:left;
}
.list-group label
{
    cursor:pointer;
}

.checkbox-inline label, .radio-inline label
{
    cursor:pointer;
}


.tblVistReqest>thead> tr> th
{
color: #0099CC;
}
.tblVistReqest > tbody > tr:nth-child(2n+1) > th { font-size:12px; }
       
.tblVistReqest > tbody > tr:nth-child(odd) {
  font-size:12px; 
}

.tblVistReqest>tbody>tr>td  
{
    font-size:12px;
     line-height:1.2
     }


.clsrow
{
    padding-bottom:5px;
    margin-bottom:5px;
}
.AutoExtender_grid
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    border:solid 1px #0099CC;
    line-height:20px;
    padding:0px;
    background-color:#Ffffff;
    height:100px;
    overflow:auto;
    cursor:pointer;
        z-index:1000; 
    visibility :hidden;
                          
}



.AutoExtenderList_grid
{
    border-bottom:dotted 1px #0099CC;
    cursor:pointer;
    color:#000000;      
    z-index:1000;    
            
}


.AutoExtenderHighlight_grid
{
    color:White;
    background-color:#0099CC;
    cursor:pointer;
    z-index:1000;
}
  .grdtxtBox
{
  border-style:none;
   height:22px;
    background-color:#ffffff;
    Width:100%;
    text-align:left;
     padding-left:5px;
     font-size:13px;
     color: #555;
     
}  
 .grdtxtdropBox
{
  border-style:none;
   height:23px;  
    Width:100%;   
     padding-left:5px;
     font-size:13px;
     border:0px;
     color: #555;
}  
.grdtxtdropBoxFocus
{
   
  
  
    Width:100%;
    border:1px solid #CCCCCC;
    height:23px;
    font-size:13px;
     padding-left:5px;
     color: #555;
   /* height:25px;
    background-color:#ffffff;   
    text-align:left;
    font-family : Verdana ;
     font-size:10px;
    border:1px solid #CCCCCC;
    line-height:22px;*/
}
span.grdbtn.input-group-btn >.btn
{
    height:23px;
}
span.grddocbtn.input-group-btn >.btn
{
    height:23px;
}
.table-ct > tbody > tr:nth-child(2n+1) > th { background-color: #0099CC; color: #fff; font-size:11px; }
       
.table-ct > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-ct th {  background-color: #0099CC; color: #fff; font-size:11px; }


.rent-tooltip .tooltip
{
     background-color:transparent;
     left:20%!important;
     border-color:#4cae4c;
    
}
.rent-tooltip .tooltip.in{
    opacity:1;
    filter:alpha(opacity=100)
}

.rent-tooltip .tooltip.top {  margin-top: -1px; }
.rent-tooltip .tooltip-inner{
 
max-width:310px;
 
padding:3px 8px;
 
color:#fff;
 
text-align:center;
 
background-color:#4cd964;
 
-webkit-border-radius:4px;
 
-moz-border-radius:4px;
 
border-radius:4px;
 opacity:1;
    filter:alpha(opacity=100)

 
}
.rent-tooltip .tooltip.top .tooltip-arrow  
{
border-top-color: #4cd964;
left:5%!important;
   
}
.clsHostMobFormat
{
    font-family:sans-serif;
    font-style:italic;
    font-size:9px;
    color:Red;
    font-weight:bold;
    
}

/*.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
*/
.row.hdivide:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.col-md-6.vdivide :not(:last-child) {
	border-right: 1px solid #ccc;
}

.btnClass
{
    
    font-weight:normal;   
    font-family:Verdana;
    font-size:11px; 
   background-image:url("../images/imgEID.png");  
    WIDTH: 100px;
    border-style:none;
    height:100px;
    background-color:#ffffff;
    color:#000000;
    cursor:pointer;
    padding:0px 10px 0px 0px;
}
.clspnl
{
    height:310px;
    margin-top:5px;
}


.clsMeetCode
{
    font-weight:bold;
}

.clsbtn
{
    background-color:#fff;
    border:2px solid #aba4a4;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    height:72px;
    width:72px;
}
.clsbtnActive
{
    background-color:#fff;
    border:2px solid #58a91c;
    border-radius: 10px; 
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    height:72px;
    width:72px;
}
.panel-heading.SecInfopnl
{
    line-height: 1.3em;
    min-height: 20px;
    border-left:none;
    border-right:none;
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-bottom:none;
    
}
.SecInfoHead
{
    height:25px;
    background-color:#337ab7;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:12px;  
    padding-top:3px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
.SecInfoDetails
{   
   border-right:1px solid #fff;     
   border-bottom:3px solid #fff;
   padding-top: 2px;
   padding-bottom: 2px;
   text-align: center;
   font-size:12px;
}
.SecInfoDetails .control-label {text-align: center;}


.clsSecEntry.form-group
{
    padding-bottom:7px;
    margin-bottom:7px;
}
.clsflotformgroup>.form-group
{
    padding-bottom:7px ! important;
    margin-bottom:7px ! important;
}

.clsQRCode
{
    background-color:#fff;
    border:2px solid #595959;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    height:225px;
    width:225px;
}
.clsbtnCheckout
{
    background-color:#fff;
    border:2px solid #595959;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    height:60px;
    width:60px;
    padding:4px;
    margin: 45% auto;
    display: block;
}

select.input-sm[readonly].floating-select
{
    background-color:#fff;
    pointer-events: none;
}
.clsreadonly
{
    pointer-events: none;
}



.clsWHHead
{
    height:25px;
    background-color:#337ab7;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:12px;  
    padding-top:3px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
.clsWHDetails
{   
   border-right:1px solid #fff;     
   border-left:1px solid #fff;     
   border-bottom:1px solid #fff;
   padding-top: 2px;
   padding-bottom: 2px;
  
   height: 50px;
}
.clssliderRange
{
     text-align: center;
}

.clsWHDetails .control-label {text-align: center;}


.clsbtnEID
{
    background-color:#fff;
    border:2px solid #595959;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    height:60px;
    width:60px;
    padding:4px;
    margin-top: 10px ! important;
    display: inline;
}
.clsbtnImg
{
    background-color:#fff;
    border:2px solid #595959;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    height:60px;
    width:60px;
    padding:4px;   
    display: inline;
   
}

.clsbtnCam
{
    background-color:#fff;
    border:2px solid #595959;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    height:45px;
    width:45px;
    padding:4px;   
    display: inline;
   
}
.clssignDiv
{
    border:1px solid #000;
    height:200px;
    width:315px;
    margin: 0 auto;
}
.clsbtnClearPhoto
{
    background-color:#fff;
    border:2px solid #595959;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    height:60px;
    width:60px;
    padding:4px;   
    display: block;
    margin:0 auto;
   
}

/*.table-sec > tbody > tr:nth-child(2n+1) > th { background-color: #0099CC; color: #fff; font-size:11px; }
       
.table-ct > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-ct th {  background-color: #0099CC; color: #fff; font-size:11px; }*/
.table-sec
{
    font-size:12px;
}

.clsEIDLookupHead
{
    height:25px;
    background-color:#337ab7;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:12px;  
    padding-top:3px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.clsEIDLookupDetails
{   
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;     
   border-bottom:1px solid #ccc;
   padding-top: 2px;
   padding-bottom: 2px;
   text-align: center;
}
.clsEIDLookupDetails .control-label {text-align: center;}
.clsEIDalert
{
    padding:2px;
}
.clsdvQRCodepreview
{
    width:225px;
    height:225px;
    margin:0 auto;
     border:1px solid #000;
    
}
.clsEidExpiry
{
    color:#f32121;
}
.floating_label.hasValue,
.floating_select_label.hasValue {
    top: -17px;
    left: 0;
    color: #c1c1c1;
}
.floating_label_readonly {
    top: -13px !important;
    color: #c1c1c1 !important;
}

.floating_label_readonly_novalue {
    top: 0 !important;
    color: #000 !important;
}
.timesetterlabel {
    font-size: 11px;
    color: #999;
    position: absolute;
    left: 30px;
    top: -12px;
}
.bg_white {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.bg_white_bottom_rounded {
    padding-top: 30px;
    border-radius: 0 0 10px 10px;
}
.visitor_badge_container {
    height: 87vh;
}

.visitor_badge_container h1 {
    font-size: 1.2rem;
}

.visitor_badge_container h2 {
    font-size: 1.2rem;
}

.visitor_badge_container h3 {
    font-size: 1.2rem;
}

.visitor_badge_container h4 {
    font-size: 1rem;
}

.visitor_badge_container .bg_white {
    /*min-width: 670px;*/
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.08), 0 15px 12px rgba(0, 0, 0, 0);
}

.visitor_badge_container .visitor_type {
    color: #fff;
    padding: 10px;
    border-radius: 0.35rem;
    text-align: center;
    margin-bottom: 0;
}

.visitor_badge_container .qr_code {
    width: 100%;
    border: 2px solid #e2f0f8;
    border-radius: 0.35rem;
    display: block;
    text-align: center;
    margin: auto;
}

.qr_code img {
    max-width: 200px;
}
.logo_small_landscape {
    width: 150px;
    height: 60px;
}
.fit_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fit_image_cover {
    object-fit: cover;
}
footer {
    padding-bottom: 5px;
}

.table_color_coding {
    padding: 2px 8px;
    border-radius: 0.25rem;
}

.table_code_visitor {
    background-color: var(--theme-visitor-icon-bg-color);
    color: var(--theme-visitor-color);
}

.table_code_student {
    background-color: var(--theme-student-icon-bg-color);
    color: var(--theme-student-color);
}

.table_code_parent {
    background-color: var(--theme-parent-icon-bg-color);
    color: var(--theme-parent-color);
}
.host_approve_action {
    margin-top: 20px;
    padding-left: 0;
}

.host_approve_action li {
    list-style: none;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    display:table-cell!important;
}

.host_approve_action li i {
    margin-right: 10px;
    border: 1px solid #2196f3;
    border-radius: 50%;
    padding: 5px;
    color: #2196f3;
}