#employees_report.table tr td{
    padding: 5px;
}
#ui-datepicker-div{
    z-index: 9999999 !important;
}
.input_red{
    border: 1px solid #d73925;
}
.form-group.required .control-label:after {
    content:"*";
    color:#e32;
}
article.project-from{
    width: 75%;
    border: 1px solid #CCC;
    padding: 20px;
    box-shadow: 0 10px 0 10px #CCC;
    border-radius: 5px;
    margin: 35px auto;
    overflow: hidden;
}
article.project-from select{
    font-weight: 600;
}
.message{
    color: #333;
    padding: 10px;
    margin:0 0 10px 0; 
    background: #dff0d8;
    border-radius: 3px;
    min-height: 40px;
    line-height: 20px;
    box-sizing: border-box;
    color: #00a65a;
    border: 1px solid #00a65a;
    font-weight: bold;
}
.danger-error .message{
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}
.main-footer {
    text-align: center;
}
.form-horizontal .control-label{
    font-weight: 600;
}
#modal_history {
    width: 100%;
    border: 1px solid #CCC;
    box-shadow: 0 1px 5px #CCC;
    border-radius: 5px;
    margin: 10px auto;
    overflow: hidden;
    min-height: 147px;
}
.table-responsive{
    overflow-x: hidden;
}
.datepicker.dropdown-menu{
    z-index: 1031;
}
.logo-img{
    width: 170px; 
    margin: 10px;
}
.login-img{
    width: 200px; 
    margin: 5px;
}
.main-footer,.clearnow{
    clear:both;
}
#LoadingDiv{
    display:none;
    position:fixed;
    left:50%;
    top:45%;
}
#loadingimage img{
    position:absolute;
    left:50%; 
    top:50%;
}
.emp_code{
    font-weight:600;
    font-size: 14px;
}
.emp_code span{
    color:#808080;
    font-size: 16px;
}
.reporting{
    margin: 0 60px;
    text-align:left;
}
.navbar-header i.fa-bars{
 position: relative; 
 top: 3px;
}
.att-msg{
    font-weight:bold;color: #a94442;
    background-color: #f2dede; 
    border-color: #ebccd1;
    width: 275px;
    text-align: center; 
    margin: 0 auto;
    padding: 10px;  
    border-radius: 3px;
    min-height: 40px;
    line-height: 20px;
    box-sizing: border-box;
}
.profile-img{ 
    border-radius:50%;
    height:150px;
    width:150px;
    box-shadow: 2px 2px 20px 1px gray;
}
.wrap{ word-wrap: break-word; }
.line-h{line-height: 30px; }
.center{ text-align: center; }
.normal-text{font-weight:400; }
.normal-text{font-weight:800; }
.f-s{font-size:14px; }
.right{ text-align:right; }
.inlineblock{ display: inline-block; }
.m-r-l{ margin:0 20px; }
.m-b{ margin-bottom: 20px; }
.m-r-l-xs{margin:0 10px;}
.m-t-xs{margin:5px 0;}
.p-xs{ padding:10px; }
.p-md{ padding:5px; }
.p-r{ padding-right:15px; }
.p-t{ padding-top: 15px; color:blue;}
.red{ color:red; }
.green{ color:green; }
.yellow{ color:#f39c12; }
.m-t{ margin-top: 16px; }
.cap{ text-transform: capitalize; }
.pink{ background-color: pink; }
.thistle{ background-color: thistle; }
.btn-new-form{ padding: 3px 25px;}


input[type="checkbox"]
{
    display:none;
}
input[type="checkbox"] + span{
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + span{
    background:url(../img/check_radio_sheet.png) -19px top no-repeat;
}

@media screen and (max-width: 1100px){
    .table-responsive{ overflow-x: auto; }   
}
@media screen and (max-width: 767px){
    .top-m{ margin-top: 10px;  }
}
/* Start : CSS for Next Day Menu */
#menu_nextday a{
    color: #000;
    border-bottom: 2px solid;
}
#menu_nextday {
  background-color: #f7e14b;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
}
.container {
    width: 1210px;
}
/* End : CSS for Next Day Menu */