.logoImg {
    width: 130px;
    height: auto;
}

.body-lock-scroll {
    overflow: hidden !important;
}

.swal2-container {
    z-index: 999998 !important;
}

.select2-container--open {
    z-index: 9999999;
}

.swal2-overflow-hidden .swal2-html-container {
    overflow: hidden;
}

.tall-swal2-cont {
    overflow: auto !important;
}

.tall-swal2-content-cls .swal2-html-container {
    max-height: none !important;
}

.dt-search-help-icon {
    position: absolute;
    top: 9px;
    right: 2px;
    cursor: pointer;
}

.dt-search-help-icon i {
    font-size: 1rem;
    color: #3699FF !important;
}

.cls-reg-std2cls-view-row-title-txt {
    cursor: pointer;
}

.dt-tippy-help-icon {
    cursor: pointer;
}

.dt-tippy-help-icon i {
    font-size: 1rem;
    color: #3699FF !important;
}

/* swal icon colors overwrite */

.swal2-icon.swal2-info {
    border-color: #9de0f6 !important;
    color: #3fc3ee !important;
}

.act-req-count {
    padding: .2rem;
    font-size: 0.8rem;
    position: absolute !important;
    top: 5px !important;
    right: 0px;
    z-index: 1000;
}

.dt-action-button {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    font-size: .8rem;
    color: #235a81;
    white-space: nowrap;
}

.dt-search-btn {
    cursor: pointer;
    height: 2.95rem !important;
}

.dt-search-btn i {
    color: #000000 !important;
}

.dt-action-button:hover {
    text-decoration: underline;
}

.dt-search-inp-wrapper input {
    color: #000000 !important;
    height: 2.95rem !important;
}

.dt-pag-info-wrapper .dataTables_info {
    padding-top: 0 !important;
}

.dt-act-menu ul li a {
    cursor: pointer;
}

.genlink-radio-padding {
    padding-right: .5rem;
    margin-left: .3rem;
}

.cm-input-status {
    padding-left: 1.5rem;
}

.cm-input-cust-status-icon-container {
    position: absolute;
    left: 1.5rem;
    bottom: 2.9rem;
}

.cm-input-std-status-icon-container {
    position: absolute;
    left: 1.5rem;
    bottom: 1.15rem;
}

.multiselect2filterCls+.select2-container {}

.popover {
    z-index: 1000000 !important;
}

.cm-swal2-overflow-hide .swal2-html-container {
    overflow: hidden;
}

.cm-select-filter {
    height: 2.9459rem !important;
    padding: 0.4rem 1rem;
}

.cm-filters-title {
    margin-bottom: .3rem;
}

.cm-filters-inline {
    display: inline-block;
}

.cm-filters-active {
    padding: .5rem;
    padding-top: .1rem;
    padding-bottom: .2rem;
    border: 1px solid #cccccc;
    margin-right: 1rem;
}

.cm-filters-remove {
    color: #4c4c4c;
    margin-left: .3rem;
}

.cm-filters-remove:hover {
    color: #dc3545;
}

.cm-filters-remove i {
    font-size: .9rem;
}

.cm-filters-icon {}

.cm-filters-icon i {
    font-size: .8rem;
    color: #cccccc;
}

.cm-filters-active-text-value {}

.cm-filters-active-text-label {
    font-weight: 500;
}

.cm-filters-active-text {
    margin-left: .3rem;
    color: #333333;
}

.tippy-content {
    padding: 2px;
}

.cm-view-tooltip {
    background-color: #ffffff;
}

.cm-view-tooltip-payhist {
    min-width: 200px;
    min-height: 300px;
    overflow-y: scroll;
}

.cm-view-tooltip-payhist .cmvt-payhist-table {
    width: 100%;
}

.cm-view-tooltip .cmvt-table {
    width: 100%;
}

.cmvt-payhist-header {}

.cmvt-payhist-status {
    /* font-size: 0.8rem; */
}

.cmvt-payhist-date {
    /* font-size: 0.8rem; */
}

.cmvt-key-cell {
    font-size: .8rem !important;
    line-height: .9rem;
    text-align: right;
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    padding-left: 1rem !important;
    padding: .2rem !important;
}

.cmvt-value-cell {
    font-size: .8rem !important;
    border: 1px solid #DDDDDD;
    padding: .2rem !important;
}

.cmvt-value-limit-height {
    max-height: 200px;
    overflow-y: scroll;
}

.cmvt-value-limit-height ul {
    padding-left: 1rem !important;
}

.cmvt-text-overflow {
    width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cm-reg-link-cls-offered-ico {
    font-size: 1.6rem;
    color: #197b2f;
}

/* class dates style */

.class-date-block-gray {
    display: inline-block;
    width: 5rem;
    margin: .2rem;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    border-radius: 4px;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.cdb-selectable {
    cursor: pointer;
}

.cdb-selectable.cdb-sel-valid-date.is-invalid {
    border-color: #F64E60;
    border-style: solid;
    border-width: 1px;
}

.cdb-sel-valid-date {
    
}

.cdb-sel-invalid-date {
    cursor: default;
}

.cdb-sel-invalid-date .cdbg-header {
    background-color: #b7b7b7;
}

.cdb-sel-invalid-date .cdbg-footer {
    color: #868686;
}

.cdb-sel-wrapper {
    width: 100%;
    position: relative;
    height: 1rem; 
    margin-bottom: .3rem;
}

.cdb-sel-checkbox {
    position: relative !important;
    margin: 0 !important;
}

.cdb-sel-disabled {

}

.cdbg-header {
    background-color: #656262;
    color: #ffffff;
    padding-top: .2rem;
    padding-bottom: .3rem;
}

.cdbg-header-month {
    font-size: 1.3rem;
    line-height: 1.1rem;
}

.cdbg-header-year {
    font-size: .6rem;
    line-height: .5rem;
    letter-spacing: 2px;
}

.cdbg-footer {
    color: #2C2C2C;
    padding-top: .3rem;
    padding-bottom: .2rem;
}

.cdbg-footer-day {
    line-height: .8rem;
    font-size: .8rem;
}

.cdbg-footer-dayNo {
    font-size: 2rem;
    line-height: 1.8rem;
}

.class-date-block-tooltip {
    display: inline-block;
    width: 3rem;
    margin: .2rem;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    border-radius: 4px;
}

.cdbtt-header {
    color: #ffffff;
    padding-top: .2rem;
    padding-bottom: .3rem;
}

.cdbtt-header-month {
    font-size: 1rem;
    line-height: .9rem;
}

.cdbtt-header-year {
    font-size: .6rem;
    line-height: .5rem;
    letter-spacing: 2px;
}

.cdbtt-footer {
    color: #2C2C2C;
    padding-top: .3rem;
    padding-bottom: .2rem;
}

.cdbtt-footer-day {
    line-height: .7rem;
    font-size: .7rem;
}

.cdbtt-footer-dayNo {
    font-size: 1.5rem;
    line-height: 1.4rem;
}

/* METRONIC OVERWRITE START */

html,
body {
    font-size: 14px !important;
}

@media (max-width: 1024px) {
    html,
    body {
        font-size: 12px !important;
    }

    .logoImg {
        width: 100px;
        height: auto;
    }

    .select2-dropdown {
        width: 200px !important;
    }

    .cm-filters-wrapper .form-group {
        min-width: 200px !important;
    }

    .dt-toolbar-row-col {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .dt-pag-info-wrapper {
        min-width: 3rem;
    }
}

.brand, 
.header-mobile {
    overflow: hidden;
}

.dataTables_wrapper .dataTable tfoot th,
.dataTables_wrapper .dataTable thead th {
    color: #000000 !important;
}

table.fixedHeader-floating.no-footer {
    border-bottom: 1px solid #000000;
}

table.fixedHeader-floating.no-footer thead tr th {
    color: #000000 !important;
}

.profile-popup-close-wrapper {
    position: absolute;
    right: 1rem;
    z-index: 2000;
}

.aside-minimize .brand .brand-logo .org-logo-wrapper .org-logo-img-wrapper img {
    display: none;
}

.table.table-head-custom thead tr,
.table.table-head-custom thead th {
    text-transform: none;
}

.nav .nav-link .nav-text {
    color: #000000 !important;
}

.nav .show>.nav-link .nav-text,
.nav .nav-link:hover:not(.disabled) .nav-text,
.nav .nav-link.active .nav-text {
    color: #3699FF !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    background-image: none !important;
    padding-right: inherit !important;
}

/* METRONIC OVERWRITE END */

/* DT STATUS START */

.dt-status-icon {
    display: block;
    font-size: 0.6rem;
    margin-right: 0.5rem;
}

.dt-remove-actf-icon {
    margin-left: 0.5rem;
}

/* DT STATUS END */

/* DT SORTING OVERWRITE START */

.dt-header-cell {
    color: #000000 !important;
}

.dt-header-cell:hover {
    background-color: #F3F6F9 !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting {
    background-image: url("../../images/metronic/datatable/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../../images/metronic/datatable/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../../images/metronic/datatable/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../../images/metronic/datatable/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../../images/metronic/datatable/sort_desc_disabled.png");
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec;
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: none;
}

.dataTables_wrapper .dataTable th.sorting_desc,
.dataTables_wrapper .dataTable td.sorting_desc,
.dataTables_wrapper .dataTable th.sorting_asc,
.dataTables_wrapper .dataTable td.sorting_asc {
    color: #000000 !important;
}

/* DT SORTING OVERWRITE END */

/* SELECT2 OVERWRITE START */

.multi-checkboxes_wrap:before {
    font-family: "Font Awesome 5 Free";
    color: #000000;
    content: "\f0c8";
    width: 25px;
    height: 25px;
    padding-right: 10px;

}

.multi-checkboxes_wrap[aria-selected=true]:before {
    content: "\f14a";
}

.no-search .select2-search {
    display: none
}

/* SELECT2 OVERWRITE END */

/* BOOTSTRAP OVERWRITE START */

.btn-dark-border {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}

.text-black {
    color: #000000 !important;
}

.btn-dark-border:hover,
.btn-dark-border:focus,
.btn-dark-border:active,
.btn-dark-border.active,
.open .dropdown-toggle.btn-dark-border {
    color: #000000;
    background-color: #E5EAEE;
    border-color: #000000;
}

.btn-dark-border:active,
.btn-dark-border.active,
.open .dropdown-toggle.btn-dark-border {
    background-image: none;
}

.btn-dark-border.disabled,
.btn-dark-border[disabled],
fieldset[disabled] .btn-dark-border,
.btn-dark-border.disabled:hover,
.btn-dark-border[disabled]:hover,
fieldset[disabled] .btn-dark-border:hover,
.btn-dark-border.disabled:focus,
.btn-dark-border[disabled]:focus,
fieldset[disabled] .btn-dark-border:focus,
.btn-dark-border.disabled:active,
.btn-dark-border[disabled]:active,
fieldset[disabled] .btn-dark-border:active,
.btn-dark-border.disabled.active,
.btn-dark-border[disabled].active,
fieldset[disabled] .btn-dark-border.active {
    background-color: transparent;
    border-color: #000000;
}

.btn-dark-border .badge {
    color: #FFFFFF;
    background-color: #464E5F;
}

/* BOOTSTRAP OVERWRITE END */

.dt-filters+.select2-container .selection .select2-selection--single {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.dt-filters+.select2-container .selection .select2-selection--single span {
    color: #000000 !important;
}

.dt-filters+.select2-container .selection .select2-selection--single .select2-selection__arrow:after {
    color: #000000 !important;
}

select2-selection__arrow .dt-filters-select2-drop-down span ul li {
    color: #000000 !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled {
    color: #dddddd !important;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled {
    color: #dddddd !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {

}

.dt-filters-def-border {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.dt-filters+.select2-container .selection .select2-selection--single.ft-cont-cls-dashNewEnqClsFilters-clsrtermscope {
    border: 1px solid #F64E60 !important;
}

.dt-filters+.select2-container .selection .select2-selection--single.ft-cont-cls-dashNewEnqClsFilters-clsrtermscope span {
    color: #F64E60 !important;
}


/* .milestone-help-icon {
    position: absolute;
    right: 1rem;
    top: 1.05rem;
} */

.milestone-button-container {
    display: flex;
}
.milestone-button-container #studentMilestoneCompletedBtn {
    height: max-content;
}
.milestone-button-container .milestone-help-icon {
    margin: .5rem;
}
.milestone-help-icon i {
    font-size: 1rem;
    color: #3699FF !important;
}

#profileSetOrgContextPopoverHtmlContent {
    display: none;
}