/* Add here all your CSS customizations */
#header .header-column {
    display: table-cell;
    vertical-align: middle;
}
.nav-custom {
    padding-left: 710px !important;
	margin-top:10px;
}
.clientlogo {
    margin: 20px;
    height: 100px;
    float: left;
    text-align: center;
    width: auto;
}

.knowledge {
    margin: 20px;
    float: left;
    width: 40%;
    text-align: center;
}

.contentdiv {
    margin-top: 20px;
    float: left;
    text-align: justify;
}

.logotext {
    float: left;
    font-size: 40px;
    text-transform: uppercase;
}

.redalert {
    color: red;
    float: left;
    clear: both;
}

.middelcontent {
	/*padding-bottom: 10px;*/
    margin-bottom: 10px;    
    min-height: 440px;
}

input:required:invalid,
input:focus:invalid {
    border: 1px solid red;
}

input:required:valid {
    border: 1px solid #00ff33;
}

.centeralign {
    width: 100%;
    float: left;
    text-align: center;
	margin-bottom: 30px;
}

.leftalign {
    width: 100%;
    float: left;
    text-align: left;
}

.rightalign {
    width: 100%;
    float: left;
    text-align: right;
}

.tableHEAD {
    font-size: 20px;
    border-bottom: 1px solid #c2c2c2;
    padding: 5px;
    margin: 5px;
}

.tableHEADOne {
    min-height: 33px;
    font-size: 14px;
    border-bottom: 1px solid #c2c2c2;
    padding: 5px;
    margin: 5px;
}

.tableROW {
    font-size: 16px;
    border-bottom: 1px solid #c2c2c2;
    padding: 5px;
    margin: 5px;
}

.tableROWOne {
    min-height: 33px;
    font-size: 16px;
    border-bottom: 1px solid #c2c2c2;
    padding: 5px;
    margin: 5px;
}

.rowpadding {
    padding-top: 10px;
}

.ticker {
    width: 98%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
}

.borderbottom {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.tickerTEXT {
    font-family: inherit;
    font-size: 14px;
    color: #777;
    text-align: left;
    float: left;
    width: 100%;
}

.tickerDATE {
    font-family: inherit;
    color: #777;
    font-size: 10px;
    text-align: right;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.boldrow {
    font-weight: bold;
}

.green {
    color: #32CD32;
}

.greenbutton {
    background-color: #777777;
    border: 0px solid;
}

.redspan {
    color: red;
}

.redbutton {
    background-color: red;
    border: 0px solid;
}

.bottom-border {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

/*#header {
    background-image: url(../img/background1.jpg);
}*/

#footer {
    /* background-image: url(../img/background1.jpg); */
}

.page-top {
    /* background-image: url(../img/background1.jpg); */
}

.top-gap {
    margin-top: 20px;
}

.ticker1 {
    width: 98%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
}

.tickerstatus {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

textarea {
    text-align: justify;
    white-space: normal;
}

.weekend_holiday {
    background-color: orange !important;
}

.weekend_holiday a {
    color: black !important;
}

.holiday{
 background-color: darkgrey !important;   

}
.holiday a{
    color: black !important;
}

.leave_requested{
    background-color: yellow !important;
}

.leave_requested a{
    color: black !important;
}
.full_day{
    background-color: green !important;
}
.full_day a {
    color: black !important;
}

.half_day{
    background-color: lightgreen !important;
}

.half_day a {
    color: black !important;
}

.absent{
    background-color: red !important;
}

.absent a{
    color: black !important;
}

.leave_approved{
    background-color: #D2691E !important;
}

.leave_approved a{
    color: black !important;
}

.leave_rejected{
    background-color: skyblue !important;
}

.leave_rejected a {
    color: black !important;
}
.second-menu{
    color:#fff !important;
}
                        
.table-responsive{
   /* overflow-x:hidden; */
}
.headder-menu-color a{
	color:#777;
}
a{
    color: #337ab7;
}

/*.dropzone .dz-preview .dz-success-mark, */


.dz-error-mark g{
    fill: #be2626;
}

.dz-success-mark g{
    fill: #3c763d;
}

.btn-group, .dataTables_length, .dataTables_filter{
    display:inline-block;    
    margin-bottom: 20px;

}
.dataTables_length{
float:left;
}
.dataTables_filter{
float:right;
}

table {
    margin-top:55px !important;
}
.no-table-margin{
    margin-top:0px !important;
}