#global-loader {
    background: rgba(255, 255, 255, 0.6);
}

.breadcrumb-arrow {
    cursor: pointer;
}

.cancelled-row {
    background-color: #F5F5F5 !important;
}

.subtotal-row {
    font-weight: 500;
    background: #FDF5E6;
    color: #000080;
}

.total-row {
    font-weight: 550;
    background: #E5E4E2;
    color: #FF0000;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.odd-row {
}

.even-row {
    background: #FDF5E6;
}

.billtotal-row {
    font-weight: 500;
    /*background: #000;*/
    color: #467fcf;
}

.small-icon-btn {
    width: 2.4em;
}

@media (max-width: 767.98px) {
    .app-content .page-header {
        flex-wrap: wrap;
    }

    .app-content .page-header .ml-auto {
        margin-top: 4px;
    }

    .breadcrumb-arrow li:not(:first-child) {
        margin-left: 0px;
    }

    .breadcrumb-arrow {
        height: auto;
    }

    div.table-responsive > div.dataTables_wrapper > div.row {
        flex-wrap: nowrap;
    }

    .btn-outline-danger {
        margin-right: .5rem;
    }

    .page-header .input-group {
        flex-wrap: nowrap;
    }
}

.dv-list .form-control:focus,
.dv-detail .form-control:focus,
.dv-list .select2-selection:focus,
.dv-detail .select2-selection:focus,
.dv-list .btn:focus,
.dv-detail .btn:focus,
.dv-list .btn:focus-visible,
.dv-detail .btn:focus-visible {
    border-color: #007aff !important;
    border-width: 1.5px !important;
    box-shadow: none !important;
    outline: none !important;
}

.renewal-days-countdown {
    margin: 0px auto;
    text-align: center;
    display: inline-block;
}

.renewal-days-countdown .clock-presenter {
    padding: 0px;
    text-align: center;
    min-width: 34px;
    width: auto;
    height: 34px;
    border-radius: 7px;
    float: left;
    margin: 0px 10px;
}

.renewal-days-countdown .clock-presenter .digit {
    font-size: 1.2rem;
    line-height: 36px;
    height: 26px;
    min-width: 34px;
    padding: 0px 4px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default;
    border-radius: 3px;
}
