
.progress{margin-bottom: 15px;}
.{padding: 0px 15px; border: solid 1px #5d5c5c;}
.badge-warning {background-color: #42947f;}

thead tr{background-color: #53ba9f; color: #fff;}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}


.table-striped  tbody tr:nth-of-type(2n+2) {
    background-color: rgba(0, 0, 0, 0.05);
}

.nicescroll-rails-vr{none:!important;}

.edit-delete{width: 35px; text-align: center;}
section.forms div[class*="col-"] {
    margin-bottom: 5px;
}

.edit-delete1 i{color:green;}
.edit-delete2 i{color:rgb(255, 165, 0);}
.edit-delete3 i{color:red;}

.table-sm tbody tr:hover {
    background-color: #53ba9f;
}
.fa-clock-o{color:#bababa;}


.popup table {
    width: 100%;
    border-collapse: collapse;
}

.popup td.right {
    border-right: 1px solid #ccc;
	width:40%;
}

.popup td {
    padding: 5px;

    font-size: 0.9em;
}

.popup td:first-child { text-align:right; padding-right:20px;}
.popup td:nth-child(2n+2) { padding-left:20px;}


@media (max-width: 700px) {
.card-block{overflow-x: scroll;}

}

.dropbxo-k-w{width:300px}

.modal-dialog {max-width: 800px;}


/* start tab */


.form-control:focus {
    border-color: #53ba9f;
    /*border-color: #26bc15;*/
}



.filler-thead-tr tr{background-color:#fff;}
.filler-thead-tr tr th {
    vertical-align: bottom;
    border-bottom: none !important;
	border-top: none !important;
}

.filler-thead-tr tr th input {padding: 0.3rem 0.75rem;}


.filter-icon-color {
    color: #53ba9f;
    font-size: 24px !important;
}




/*
.short-list{ float: right; margin-bottom: 0px; margin-top: 0px;}
.short-list i{ color:#fff; }
.sl-i1{width: 100%; vertical-align: text-bottom;}
.sl-i2{width: 100%; vertical-align: text-top;}
.middle-k thead th span{margin-top: 10px;}

.middle-k thead th{
    padding: 0rem 1rem !important;
}
*/


/* 	filters */

.padding-bottom-none{padding-bottom: 0px;}



.btn-xs-new{font-size: 12px;
padding: 6px 23px;
margin-top: 10px;
margin-bottom: 10px;}



.form-control-new{background-color: #42947f }
.form-control-new:focus {background-color: #42947f }



.form-dropdwon{border: 1px solid #d9d9d9; padding: 7px;}


.loader {
    margin: 0px; 
    padding: 0px; 
    position: fixed; 
    right: 0px; 
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 30001;
    opacity: .8;
    filter: alpha(opacity=70);
    display: none;
}
    .loader p {
        position: absolute;
        top: 30%;
        left: 45%;
        color: White;
    }


.authDetails span {
    font-weight: bold;
    margin-right: 3px;
    font-size: 1.0em;
}
.authDetails label {
    font-size: 0.8em;
}

#AuthSearch label, #ClaimSearch label {
    font-size: 0.8em;
}

#AuthSearch input,
#ClaimSearch input {
    font-size: 0.8em;
}

#ClaimSearch input[type=radio],
#ClaimSearch input[type=radio] {
        height: 0.9em;
    }

#side-main-menu span {
    font-size: 0.8em;
}