body{
    font-family: 'Rubik', sans-serif !important;
    color: #000;
    font-weight: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #000;
}

table tbody a.btn{
    margin-right: 10px;
}

.optRed{
    color: red;
}

.sidebar{
    background: #323232 !important;
}

body[data-theme="light"] .sidebar-content{
    background: #323232;
}

a.sidebar-brand{
    background:#FFF;
}

body[data-theme="light"] .sidebar-header{
    color: #FFF;
}

body[data-theme="light"] .sidebar-item.active .sidebar-link:hover, body[data-theme="light"] .sidebar-item.active > .sidebar-link{
    color: #FFF;
}

body[data-theme="light"] .sidebar-link:hover{
    color: #FFF;
}

body[data-theme="light"] .sidebar-link, body[data-theme="light"] a.sidebar-link{
    color: rgb(239, 239, 239);
}

body[data-theme="light"] .sidebar-item.active .sidebar-link:hover i, body[data-theme="light"] .sidebar-item.active .sidebar-link:hover svg, body[data-theme="light"] .sidebar-item.active > .sidebar-link i, body[data-theme="light"] .sidebar-item.active > .sidebar-link svg{
    color: rgb(239, 239, 239);
}

body[data-theme="light"] .sidebar-link i, body[data-theme="light"] .sidebar-link svg, body[data-theme="light"] a.sidebar-link i, body[data-theme="light"] a.sidebar-link svg{
    color: rgb(239, 239, 239);
}

body[data-theme="light"] .sidebar-link:hover i, body[data-theme="light"] .sidebar-link:hover svg{
    color: #FFF;
}

body[data-theme="light"] .sidebar-dropdown .sidebar-link{
    color: rgb(239, 239, 239);
}

body[data-theme="light"] .sidebar-dropdown .sidebar-item .sidebar-link:hover{
    color: #FFF;
}

.form-label{
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.login-card input{
    height: 56px;
    border: 1px solid #B6B6B6;
    border-radius: 0px;
}

.fancybox__container input{
    height: 56px;
    border: 1px solid #B6B6B6;
    border-radius: 0px;
}

.fancybox__container textarea{
    border: 1px solid #B6B6B6;
    border-radius: 0px;
}


span.help{
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.content{
    background: #FFF;
}

.navbar{
    box-shadow: none;
    border-bottom: 1px solid #DFDFDF;
}

footer.footer{
    border-top: none;
}

.adminw .card{
    box-shadow: none;
}

.operationBtn{
    border: 3px solid #C0C0C0;
    color: #000;
    background: #F8F8F8;
    font-size: 17px;
    padding: 16px 20px;
    text-decoration: none;
    margin-right: 20px;
}

.operationBtn:hover{
    border: 3px solid #26CBFF;
    color: #00A3D7;
    background: #E0F8FF;
    text-decoration: none;
}

.btnBack{
    color: #5B5B5B;
    background: #EAEAEA;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 28px;
    text-decoration: none;
    margin-right: 20px;
}

.btnBack:hover{
    text-decoration: none;
}

.btnConfirm{
    color: #FFF;
    background: #26CBFF;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 28px;
    text-decoration: none;
    margin-right: 20px;
    text-decoration: none;
}

.btnConfirm:hover{
    text-decoration: none;
}

.btnSave{
    color: #FFF;
    background: #26CBFF;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 22px;
    text-decoration: none;
    margin-right: 20px;
    text-decoration: none;
    border: 1px solid #26CBFF;
}

.btnSave:hover{
    color: #FFF;
    background: #26CBFF;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 22px;
    text-decoration: none;
    margin-right: 20px;
    text-decoration: none;
    border: 1px solid #26CBFF;
}

.workBtn{
    background: #AEC7D0;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    text-decoration: none;
}


.workBtn:hover{
    text-decoration: none;
}

.workBtn.active{
    background: #26CBFF;
    color: #FFF;
}

.work-order .card-body{
    padding-top: 0px;
}

#nodeTableN thead th{
    color: #617E89;
    font-weight: bold;
    font-size: 13px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > *{
    --bs-table-accent-bg: #F4F4F4;
    color: #000;
}

.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr{
    color: #000;
}

table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected, table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected{
    --bs-table-accent-bg: #DBF6FF; 
}

table.dataTable.table-striped > tbody > tr.odd.selected{
    --bs-table-accent-bg: #DBF6FF; 
}

table.dataTable.table-striped > tbody > tr.odd.selected > *{
    --bs-table-accent-bg: #DBF6FF; 
}

span.pr-code{
    color: #40BFE8;
    font-weight: bold;
}

span.circle-color{
    width: 10px;
    height: 10px;
    content: ' ';
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

span.circle-color.active{
    background: #30D036;
}

span.circle-color.completed{
 background: #FF3838;   
}

a.instructions-info{
    background: url('../images/instructions2.svg') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #FFF;
    padding-top: 2px;
    text-decoration: none;
}

a.instructions-info:hover{
    text-decoration: none;
}

button.extraBtn{
    border: 1px solid #26CBFF;
    color: #26CBFF;
    background: #FFF;
    padding: 10px 20px;
    border-radius: 0px;
}

button.extraBtn:hover{
    border: 1px solid #26CBFF;
    color: #FFF;
    background: #26CBFF;
}

button.extraBtn:focus{
    border: 1px solid #26CBFF;
    color: #26CBFF;
    background: #FFF;
    box-shadow: none;
}

button.extraBtn:focus:hover{
    border: 1px solid #26CBFF;
    color: #26CBFF !important;
    background: #FFF;
    box-shadow: none;
}

.dropdown-menu{
    color: #000;

}

.dropdown-menu li{
    margin-bottom: 10px;
    color: #000 !important;
}


.dropdown-item:focus, .dropdown-item:hover{
    color: #000 !important;
}

.timeline-box{
    border: 2px solid #26CBFF;
    padding: 10px 50px;
    display: inline-block;
    margin-right: 50px;
}

.timeline-box p{
    padding-bottom: 0px;
    margin-bottom: 0px;
    
}

.time-log{
    color: #20D6B5;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.logoutBtn{
    color: #000;
    background: #E2E2E2;
    padding: 12px 30px;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
}

.logoutBtn:hover{
    color: #000;
    background: #E2E2E2;
    padding: 12px 30px;
    text-decoration: none;
    
}

.topBarR{
    font-size: 14px;
}

.topBarR p{
    margin-right: 15px;
    margin-top: 12px;
}

.dropdown-item{
    color: #000 !important;
}