@CHARSET "UTF-8";
@media print {
	.noprint { display: none !important; }
}
#ajax-loader { position:absolute; z-index:9999; display:none; background-color: #fff; border: 1px solid #CCC; border-right-width: 2px; border-bottom-width: 2px; width: 15rem; height: 10rem; padding: .5rem; text-align: center; font-weight: bold; }

#body-content-wrapper { margin: .5rem; }

form fieldset { margin: .5rem; padding: .5rem; border: 1px solid #dee2e6; }
form fieldset legend { display: inline-block; width: auto; margin: 0 .5rem 0 .5rem; padding: 0 .5rem 0 .5rem; }
form input.error { border: 1px solid red; }
form label.error { color: red; }

table tr.odd { background-color: #f9f9f9; }

ul.slimmenu span.sub-toggle { display: none; }
ul.slimmenu li { background-color: #0163aa; }
ul.slimmenu li a { color: #ffffff; padding: .5rem 60px .5rem .5rem; }
ul.slimmenu li ul { width: 20rem; padding: 0; }
ul.slimmenu li ul li { width: 100%; }
ul.slimmenu li ul li a { color: #000000; }

ul.nav-tabs li.nav-item a.active { background-color: #bee5eb; color: #000000; }

table.shift_plan_table td.noshift { background-color: red; }
table.shift_plan_table td.noshift.ui-selecting { background-color: yellow; }

table.shift_plan_table td.shift span { display: block; }
table.shift_plan_table td.shift a { display: block; }

table.shift_plan_table td.myshift { background-color: green; color: white; }
table.shift_plan_table td.myshift a { display: block; color: white; }

/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px;
  padding:0px;
  width: 602px;
  font-family:Helvetica, "Times New Roman", Times, serif;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   #787878 ;      
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:582px;
    height:40px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}
 
div#calendar div.header span.title{
    color:#FFF;
    font-size:18px;
}
 
 
div#calendar div.header a.prev{
    left:0px;
}
 
div#calendar div.header a.next{
    right:0px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:1px solid #787878 ;
    border-top:none;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:80px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:80px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:80px;
    height:80px;
    font-size:25px;
    background-color: #DDD;
    color:#000;
    text-align:center; 
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}      