/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 17, 2016, 4:20:25 PM
    Author     : MacBook
*/

body{
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 12px;
}

.navbar-fixed-top{
    top: 32px;
}
.navbar-brand{
    padding-right: 15px;
}
.list-group-item{
    padding: 4px 15px;
    background-color: #e5e5e5;
    border: none;
    margin-bottom: 2px;
    font-size: 12px;
}
.empty{
    padding: 10px 8px;
}
.form-group{
    margin-bottom: 4px;
}
.modal-footer{
    background: #f2f2f2;
}
.inputsearch .form-control{
    background: white !important;
}
.summary{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    border-bottom:1px dashed #e8e8e8;
}
.list-view{
    margin-left: 2px;
    margin-right: 2px;
}



h4{
    font-size: 14px;
}

h1{
    font-size: 22px;
}

a{
    color: #1a1a1a !important;
}

#title-nav{
    background: #f3f3f3;
    padding: 10px;
}

.table-box{
    margin-left: 2px;
    margin-right: 2px;
}

.table-box .headerdiv{
    padding: 4px;
    background: #6b6b6b;
    color: white;
    font-size: 12px;
}


#err{
    position: fixed; 
    z-index: 2500; 
    right: 15px; 
    top: 15px; 
    background: rgba(0,0,0,0.8); 
    padding: 14px;
    display: none;
}

.errp{
    margin: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
}

header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #8abb22;
    font-size: 12px;
    padding: 8px 0;
    z-index: 10;
}

footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #eaeaea;
    font-size: 10px;
    padding: 8px 0;
    z-index: 10;
}

#submenu{
    background: #f6f6f6;
    padding: 10px;
}


.datarow h4{
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
}

.totalMain{
    border-top: 2px solid #333333;
    border-bottom: 1px solid #333333;
}

.remarks_section{
    margin-top: 20px;
}
.infobox{
    border: 1px solid #e1e1e1; padding: 10px; padding: 10px;
}

.form-control{
    border: 1px solid #d8d8d8;
}

.tab-pane{
    padding-top: 20px;
}

.status0{
    background: #f1cad4 !important;
    border-bottom-color: #f1cad4 !important;
}
.status1{
    background: #edf8d5 !important;
    border-bottom-color: #edf8d5 !important;
}

.status1:nth-child(odd){
    background: #e5eed3 !important;
}




/* calendar */
table.calendar{ 
    border-left:1px solid #1a4a04; 
    width: 100%; 
    border-collapse: collapse; 
}

table.calendar td{
    border: 1px solid #848484;
}
td.calendar-day-head{
    background:#848484; 
    color: white;
    padding: 4px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

td.calendar-day{
    vertical-align: top;
    height: 80px;
    cursor: pointer;
    width: 120px;
}

td.calendar-day:hover{
    background: #feffe6 !important;
}

td.calendar-day-np{
    background: #eeeeee;
}

.day-number{
    padding: 2px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}

table.calendar td .shift{
    margin: 0px;
    padding: 2px 5px 0 5px;
    font-size: 12px;
    font-weight: bold;
    
}

table.calendar td .holiday{
    margin: 0px;
    padding: 2px 5px 0 5px;
    font-size: 14px; 
}

.calendar-day h3{
    margin: 0px;
    font-size: 11px;
}
/** END CALANDER  */


.daybox{
    margin-right: 2px; margin-bottom: 5px; border: 1px dashed #d8d8d8; padding: 10px; 
}
.daybox .form-control{
    background: white;
}

.cngShift{
    padding: 3px;
}

.cngShift h6{
    font-size: 10px;
}

.yesholiday{
    background: #faf9ed !important;
}

.dashboard-box h4{
    margin: 0px;
    text-align: center;
    background: white;
    padding: 8px 10px;
    font-weight: normal;
}
.dashboard-box h2{
    border-top: 1px solid #f2f2f2;
    background: white;
    margin: 0px;
    padding: 15px;
    text-align: center;
}


.bottomNavBar{
    margin-top: 20px; border-top: 1px solid #dfdfdf; padding: 10px 0; position: fixed; width: 100%; z-index: 1000; left: 0px; padding: 10px 20px; bottom: 30px; background: white;
}


.cells{
    padding: 4px 4px;
    font-size: 12px;
}
.datarow{
    border-bottom: 2px solid #ffffff;
    -webkit-transition : border 400ms ease-out;
    -moz-transition : border 400ms ease-out;
    -o-transition : border 400ms ease-out;
    transition : border 400ms ease-out;
}

.datarow:nth-child(odd){
    background: #eeeeee;
    border-bottom: 2px solid #eeeeee;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
}

.datarow:hover{
    cursor: pointer;
    border-bottom: 2px solid #73a72f !important;

}

.accessbox{
    margin-bottom: 8px;
    background: #f9f9f9;
    padding: 12px;
    border: 1px solid #e8e8e8;
}

.accessbox h4{
    margin: 3px 0px;
    font-size: 16px;
    font-weight: normal;
}
.accessbox p{
    font-size: 12px;
    color: #757575;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.popover.clockpicker-popover{
    z-index: 5050 !important;
}

.holiday{
    background: #ebde8a !important;
}

.errorday{
    background: #f6daec !important;
}

.errordaynull{
    background: #f4dfe8 !important;
}