:root {
    --blue: #0096ff;
    --green: #55ca15;
    --navy-blue: #000427;
    /* --light: #ebf5ff; */
    --light: #d9ecff;
    --dark-blue: #0077cb;
    --text: #212529;
    --gray: #c7c7c7;
    --light-gray: #959595;
    /* --gray: #999; */
    --border: #c3e6ff;
    --dark-border: #8dc9f4;
    --white: #fff;
    --royal-blue: #0065ad;
    --red: #dc3545;
}
html, body {
    width: 100%;
    height: 100%;
}
.text-light-gray {
    color: var(--light-gray);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, form label, table th {
    font-weight: 500;
}
.text-decoration-hover:hover {
    text-decoration: underline;
}
.loader__figure {
    border: 0 solid var(--blue);
}
a,
a:hover,
.loader__label,
.navbar-dark .navbar-nav .nav-link.sidebartoggler,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.sidebar-nav ul li a.active, 
.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:hover i,
.page-titles .breadcrumb .breadcrumb-item.active,
.page-link,
.page-link:hover {
    color: var(--blue);
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--gray),var(--gray));
}
.custom-control-input:checked~.custom-control-label::before,
.btn-info,
.page-item.active .page-link {
    background-color: var(--blue);
    border-color: var(--blue);
}
.btn-info:hover,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}
.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}
img {
    max-width: 100%;
    height: auto;
}
.skin-default .topbar {
    background: var(--white);
    border-bottom: 1px solid var(--gray);
}
.topbar .top-navbar .navbar-header {
    background: var(--white);
}
.app-search .form-control {
    border-color: var(--gray);
}
.topbar .top-navbar .profile-pic img {
    border: 2px solid var(--blue);
}
.navbar-dark .navbar-nav .nav-link.profile-pic,
.navbar-dark .navbar-nav .nav-link {
	color: var(--text);
}
.topbar .top-navbar .profile-pic span.first-letter-avatar {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 50rem;
    text-align: center;
    margin-right: 0.5rem;
}
/*.error .form-control {
    background-image: linear-gradient(#e46a76,#e46a76),linear-gradient(#e46a76,#e46a76) !important;
}*/
.form-group.error .form-control {
    background-image: linear-gradient(#0096ff,#0096ff),linear-gradient(#e46a76,#e46a76);
}
.dataTables_filter input,
.dataTables_filter input:focus,
.dataTables_length select,
.dataTables_length select:focus {
    /* background-image: linear-gradient(#0096ff,#0096ff),linear-gradient(#e9ecef,#e9ecef); */
    background-image: linear-gradient(#0096ff,#0096ff),linear-gradient(#d8dce1,#d8dce1);
}
/* #config-table td.first-td, #config-table td.time-to-call {
    white-space: nowrap;
} */

.dropdown-item.active,
.dropdown-item:active,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: var(--blue);
}
.sidebar-nav>ul>li.active>a {
    color:var(--blue);
    border-color: var(--blue);
}
body.fixed-layout .card {
	margin-bottom: 8px;
}
body.fixed-layout .card-body.no-padding {
    padding: 0.5rem 0;
}
.dataTables_wrapper.container-fluid {
    padding: 0;
}
.table th {
    border-top: none;
}
.custom-control-inline {
    margin-top: 1rem;
}
.error-msg {
    color: #e46a76;
}
.success-msg {
    color: #00c292;
}
.error h2 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 500;
    margin-bottom: 3rem;
    text-shadow: 4px 4px 0 #fff, 6px 6px 0 #343a40;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
}
table.dataTable>tbody>tr.child span.dtr-title {
    width: 20%;
}
table.dataTable>tbody>tr.child span.dtr-title {
    font-weight: 500;
}
.page-wrapper .container-fluid {
    padding: 0 8px;
}
.page-titles {
    margin: 0 -16px 8px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: var(--red);
}
.close {
    font-size: 2rem;
    font-weight: 100;
}
#config-table .btn {
    font-size: 1.2rem;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1;
}
#config-table.mail.table-striped tbody tr {
    cursor: pointer;
}
#config-table.mail.table-striped tbody tr td.d-none {
   /* position: absolute;
    right: 12px;
    margin-top: 0;
    z-index: 1;
    text-align: right;
    transition: all 0.3s ease;*/
    /*padding-top: 0.9rem;*/
}
#config-table.mail.table-striped tbody tr:hover td .last-td-action {
    display: inline-block !important;
    transition: all 0.3s ease;
}
#config-table.mail.table-striped tbody tr.urd,
#config-table.mail.table-striped tbody tr.urd td .last-td-action {
    background: #fff;
    font-weight: 500;
}
#config-table.mail.table-striped tbody tr.rd button.urd,
#config-table.mail.table-striped tbody tr.urd button.rd {
    display: inline-block !important;
}
#config-table.mail.table-striped tbody tr.rd,
#config-table.mail.table-striped tbody tr.rd td .last-td-action {
    background: rgb(237 241 245);
}
div.dataTables_wrapper div.dataTables_processing {
    top: -120px;
    right: 0;
    bottom: -54px;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    z-index: 2;
    background-color: rgb(255 255 255 / 85%);
}
div.dataTables_wrapper div.dataTables_processing img {
    width: 75px;
}
.datatable-ajax-preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav li {
        height: 60px;
        transition: all 0.3s ease;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>a {
        text-align: center;
        padding: 10px 10px 10px 10px;
        height: inherit;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
        text-align: left;
        padding: 20px 10px 20px 10px;
        background: #edf1f5;
        transition: all 0.3s ease;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
        top: 100%;
        left: 90px;
        background: #edf1f5;
    }
    .mini-sidebar .left-sidebar,
    .mini-sidebar .sidebar-nav #sidebarnav>li>a {
        width: 90px;
    }
    .mini-sidebar .footer, .mini-sidebar .page-wrapper {
        margin-left: 90px;
    }
}
.highlight{
    color: #ffffff;
    font-weight: 400;
    background-color: #0096ff;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 450px;
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after {
    display: none;
}
.h-action {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    padding-left: 50px;
    z-index: 0;
}
#config-table.mail tbody tr {
    position: relative;
}
#config-table.mail tbody tr p {
    margin-bottom: 0;
}
#config-table.mail thead th {
    padding-right: 16px ;
}
#m-ref {
    position: absolute;
    top: 0;
    left: 36px;
    z-index: 0;
}
div.dataTables_wrapper .mail + div.dataTables_processing {
    top: -55px;
    bottom: -55px;
}
.last-td-action {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    transition: all 0.3s ease;
}
#config-table.mail thead th .custom-control {
    position: relative;
    z-index: 1;
}
.group-summery-link{
    display: block;
    width: 100%;
}