.tableFixHead th:nth-child(3), .tableFixHead td:nth-child(3)
{
    position:sticky !important;
    left:0px;
    background-color: #eaeaea;
}
.grey-cels td{
    background-color: #eaeaea;
}
.table{
    max-height: 300px;
    overflow: auto;
}
td.bg-danger{
    background:#f00 !important;
    color:#fff !important;
}
th {
  background: #ABDD93;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px;
    max-width: 100%;
    white-space: nowrap;
}
tr:hover td{
    background-color: #dadada !important;
}
tr:hover td.bg-danger{
    background:#f00 !important;
    color:#fff !important;
}
thead th {
    position: sticky;
    top: 0;
    z-index: 999;
}
.inactive .bg-danger, .inactive td{
    background: #fcc !important;
}
.table-wrapper {
    overflow: auto;
    max-height: 100%; /* Set the maximum height of the table to enable vertical scrolling */
}
.box{
    padding:40px;
    background-color: #F9F9F9;
}
.box-main{
    background-image: url('../img/bg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.upload-file-box{
    background: #fff;
    padding:20px;
    border-radius: 5px;
    border:1px dashed #dadada;
    max-width: 300px;
}
.uploadbtn{
    width: 190px;
}
.navbar-brand img{
    display: inline-block;
}
.has-conflict, .has-conflict td{
    background-color: rgb(224, 204, 255) !important;
}
.has-conflict td.bg-danger{
    background-color: rgb(78, 68, 218) !important;
}
.box-header{
    border-bottom: 1px solid #eaeaea;
}
.box-header.with-action-buttons{
    display: flex;
    justify-content: space-between;
}
.box{
    border-radius: 5px;
    border:1px solid #eaeaea;
}
.box-header h3{
    margin:0px;
    padding:0px;
    font-size: 20px;
}
.box-header{
    padding: 20px 30px;
}
.box-no-padding{
    padding:0px;
}
.box-body{
    padding:20px;
}
.stat-body-single{
    text-align: center;
    padding:40px 20px;
}
.box-no-padding{
    margin-bottom: 20px;
}
.parity-reports-grid{
    display: flex;
    flex-wrap: wrap;    
    gap: 16px;
}
.parity-reports-grid .report-grid-item{
    flex: 1;
}
.report-grid-item h3{
    font-size: 16px;
    white-space: nowrap;
}
.form-control{
    border-radius: 0px;
}
.action-buttons{
    display: flex;
    gap: 16px;
}
.flex{
    display: flex;
    gap: 16px;
}
#dashboard .box{
    background: #fff;
    box-shadow: 0px 15px 12px -10px rgb(223 226 238);
}
#statswidgets h3{
    font-size: 14px !important;
}
body{
    background: #f0f2f6;
}
.navbar-default{
    background: #fff;
}
.shortcut-btn{
    color:rgb(126 56 233)
}
.label{
    text-shadow: none;
    font-weight: 400;
    padding: 3px 10px;
}
.form-control{
    box-shadow: none !important;
    min-height: 40px;
}
.bg-white,
.box-white{
    background-color: #fff !important;
}
.no-padding{
    padding:0px !important;
}
#datatable th{
    background:#ebebeb;
}
