body {
    color: #242424 !important;
}

.ui-square, .ui-rect, .ui-rect-5, .ui-rect-10, .ui-rect-30, .ui-rect-60, .ui-rect-67, .ui-rect-75 {
    position: relative !important;
    display: block !important;
    padding-top: 100% !important;
    width: 100% !important;
}

.thead-color-custom {
    background-color: #666666;
    color: white;
}

.ui-rect-5 {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.ui-rect-10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
}

.text-light-dark {
    color: #717171;
}

.bd-gray {
    border: 1px solid #f1f1f1;
}

.text-light-gray {
    color: #717171;
}

.bg-white-25 {
    background: rgba(255, 255, 255, 0.25);
}

.bg-white-50 {
    background: rgba(255, 255, 255, 0.5);
}

.bg-white-97 {
    background: rgba(255, 255, 255, 0.97);
}

.tbw-3 {
    width: 3%;
}

.tbw-5 {
    width: 5%;
}

.tbw-7 {
    width: 7%;
}

.tbw-9 {
    width: 9%;
}

.tbw-11 {
    width: 11%;
}

.tbw-13 {
    width: 13%;
}

.tbw-15 {
    width: 15%;
}

.tbw-17 {
    width: 17%;
}

.tbw-19 {
    width: 19%;
}

.ui-w-100 {
    width: 100px !important;
    height: auto;
}

.ui-w-95 {
    width: 95px !important;
    height: auto;
}

.bg-fill {
    display: block;
    width: 100%;
}

.barcode {
    width: 100%;
    height: 40px;
    max-height: 40px;
}

.bg-dark {
    background-color: rgba(24, 28, 33, 0.9) !important;
}

.bg-light {
    background-color: rgba(24, 28, 33, 0.03) !important;
}

.form-control:focus, .custom-select:focus {
    border-bottom-color: #8c9194;
    -webkit-box-shadow: 0 -1px 0 0 #26B4FF inset;
    box-shadow: 0 -1px 0 0 #8c9194 inset;
}

.sidenav-vertical .sidenav-menu .sidenav-link {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.custom-control-label::before {
    border: 1px solid rgba(24, 28, 33, 0.6);
    background-color: #fff;
}

.bd-dark, .bd-t-dark, .bd-l-dark, .bd-r-dark, .bd-b-dark {
    border-color: #222;
}

.bd-dark {
    border: 1px solid;
}

.bd-t-dark {
    border-top: 1px solid;
}

.bd-l-dark {
    border-left: 1px solid;
}

.bd-r-dark {
    border-right: 1px solid;
}

.bd-b-dark {
    border-bottom: 1px solid;
}

.m-auto {
    margin: 0 auto;
}

label {
    margin-bottom: .2rem;
}

ol {
    margin-left: -25px;
}

.not-allowed {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

input:disabled, .aspNetDisabled {
    cursor: not-allowed !important;
}

.cursor-default {
    cursor: default !important;
}

.flex-auto {
    flex: auto
}

.sidenav-vertical .sidenav-inner {
    flex: 1 1 !important
}

.modal-header-center {
    -webkit-box-pack: center;
    display: -webkit-box;
}

.div-h-60 {
    min-height: 60px;
}

.div-h-40 {
    min-height: 40px;
}

.modal-lg {
    max-width: 70rem;
}

.form-control:disabled, .form-control {
    font-weight: bold;
}

    .form-control:disabled {
        font-weight: bold;
        border-bottom: 1px dotted rgba(24, 28, 33, 0.3) !important;
        color: #5a5a5a !important;
    }

.input-daterange input {
    text-align: left;
}

.print-config {
    font-size: 14px;
    padding: 15px 0;
}

.mt--5 {
    margin-top: -40px
}

.mb--2 {
    margin-bottom: -1.5rem
}

.mt-25 {
    margin-top: 25px;
}

#productLists_filter, #tableHistory_filter, #customerLists_filter {
    float: right;
    text-align: right;
    visibility: hidden;
}

#FromPlaceHolder_ddlBusinessType:disabled, select:disabled {
    cursor: not-allowed;
}

.custom-control-input:disabled ~ .custom-control-label::before, fieldset[disabled] .custom-control-input ~ .custom-control-label::before {
    cursor: not-allowed;
}

.invisible-button {
    display: none;
}

.table th, .table td {
    vertical-align: baseline !important;
}

/* PRINT FORM */
@media print and (max-width:1280px) {
    .print-area {
        min-height: 605px;
    }

    .print-config {
        font-size: 14px;
    }

    body {
        background: #ffffff;
    }

    .table .thead-dark th {
        color: rgb(24,28,33);
    }

    label > h4 {
        font-size: 90%;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }

    .app-brand {
        display: none;
    }

    .print-hidden {
        display: none;
    }

    .card-body {
        padding: 0.8rem 10px;
    }

    .bg-dark {
        background-color: #222 !important;
    }

    .text-white {
        color: #fff !important;
    }
}
