@media print {
    .no-print {
        display: none;
    }
    #content {
        margin: 0;
        padding: 0;
    }
}


/* yii2 checkbox */
div.form-check > [type=checkbox]:checked,
div.form-check > [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
div.form-check > [type=checkbox]:checked+label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #4285F4;
    border-bottom: 3px solid #4285F4;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
div.form-check > [type=checkbox]+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}
div.form-check > label {
    margin-left: 10px;
    margin-top: 5px;
}
div.form-check > div.invalid-feedback {
    margin-left: -20px;
}
/* yii2 checkbox */



/* custom checkbox */
.checkbox__label:before {
    content: ' ';
    display: block;
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffdb00;
}
.checkbox__label:after {
    content: ' ';
    display: block;
    height: 1.2rem;
    width: 1.2rem;
    border: 2px solid #ec1d25;
    position: absolute;
    top: 0;
    left: 0;
    transition: 100ms ease-in-out;
}
.checkbox__input:checked ~ .checkbox__label:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 0.7rem;
    border-top-style: none;
    border-right-style: none;
    border-left: 4px solid green;
    border-bottom: 4px solid green;
}
.checkbox-transform {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.checkbox__label:after:hover, .checkbox__label:after:active {
    border-color: green
}
.checkbox__label {
    margin-right: 2.5rem;
    margin-left: 15px;
    line-height: .75;
}
/* custom checkbox */


div.radio-input {
    margin-left: -15px!important;
}
div.radio-input > div.form-check {
    display: inline-block!important;
    margin-left: 15px!important;
}
div.radio-input > div.form-check > label {
    margin-left: -2px!important;
}
.range-value {
    background: white!important;
}
#root {
    width: 100% !important;
}
form {
    width: 100% !important;
}

.btn-block {
    border-color: #b4b4b4 !important;
}
.cursor-pointer {
    cursor: pointer!important;
}
.no-wrap, .nowrap {
    white-space: nowrap !important;
}

.toolTip {
    position: relative;
    display: inline-block;
}

.toolTip .toolTipText {
    visibility: hidden;
    width: auto;
    background-color: grey;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 15px !important;
    position: absolute;
    z-index: 2002 !important;
    white-space: initial !important;
    max-width: 300px;
    min-width: 100px;
    bottom: 125%;
    left: 50%;
    margin-left: -50px;
}

.toolTip:hover .toolTipText {
    visibility: visible;
}
.toolTip:hover {
    border-bottom: 1px dotted #0b3e6f;
}
.table-responsive {
    overflow-x: auto;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    color: #495057!important;
}

.input-white {
    cursor: pointer !important;
    background-color: white !important;
    color: #495057!important;
}

/* date time picker disabled days */
.datetimepicker-days td.disabled {
    color: #ff5959!important;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
    text-decoration: unset!important;
    color: #ff5959!important;
}
.datepicker-days table tbody tr td.disabled {
    color: #ff5959!important;
}
/* date time picker disabled days */


.multiple-input-list tbody tr td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.multiple-input-list thead tr th {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.table th, .table td {
    padding: .3rem .3rem;
    font-size: 13px !important;
}

.range-value {
    cursor: auto !important;
}

.opacity-7 {
    opacity: .7 !important;
    font-size: 12px;
}
.opacity-8 {
    opacity: .8 !important;
}
.opacity-9 {
    opacity: .9 !important;
}
.opacity {
    opacity: 1!important;
}

.btn-xlx {
    padding: .25rem .75rem;
    font-size: 20px;
}
.btn-xs {
    width: 24px !important;
    height: 24px !important;
    padding: 0.1rem 0.1rem !important;
}
.btn-xsm {
    width: 30px !important;
    height: 30px !important;
    padding: 0.2rem 0.2rem !important;
}
.widget {
    padding: 15px !important;
    border-radius: 5px !important;
}

.breadcrumb .link-href a {
    color: #1b55e2 !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 18px;
}
.help-block {
    margin-left: 3px !important;
    color: rgba(200, 4, 10, 0.84);
    margin-top: 4px !important;
}
.btn-save {
    padding: 5px 18px 5px 18px;
}
.btn-rule {
    padding-top: 4px;
    padding-bottom: 4px;
}
.be__text, .be__text_wm {
    margin: 5px 0;
    font-size: 14px;
    word-wrap: break-word;
}
.be__mp__row_text {
    line-height: 26px;
    min-height: 26px;
    width: 45%;
    margin-right: 10px;
    border-bottom: 2px solid #000;
    display: inline-block;
    position: relative;
}
.be__mp__row_text2 {
    width: 70%;
    border-bottom: 1px solid #000;
    display: inline-block;
    position: relative;
}
.off-display {
    display: none !important;
}
.btn-group .dropdown-menu a.dropdown-item {
    color: black !important;
}
.dropdown-menu {
    z-index: 3000 !important;
}

.styleButtonLoading {
    width: 1rem !important;
    height: 1rem !important;
}
.background {
    background-color: orange !important;
}
i {
    font-style: normal !important;
}

@keyframes clock {
    from {
        color: #e7515a;
        background: white;
    }
    to {
        color: white;
        background: #e7515a;
    }
}

#clock-button {
    animation: clock 1.5s infinite;
}
.menu-buttons > li > a {
    min-width: 150px !important;
}
.menu-div > a {
    min-width: 150px !important;
}


/* TimePicker and DatePicker */
.glyphicon {
    position: relative;
    top: 1px;
    color: #0b2e13;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.glyphicon-chevron-up:before {
    content: "+";
}

.glyphicon-chevron-down:before {
    content: "-";
}


.invalid-feedback {
    font-weight: 400 !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545!important;
}
.text-red {
    color: red!important;
}

thead.align-middle > tr > th,
thead.align-middle > tr > td,
tbody.align-middle > tr > th,
tbody.align-middle > tr > td {
    vertical-align: middle !important;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
    vertical-align: middle !important;
}

.animation-warning {
    animation: flashWarningBackground 2s max(5);
}

@keyframes flashWarningBackground {
    0% {
        background-color: white;
    }
    50% {
        background-color: #ffac44!important;
        color: black!important;
    }
    100% {
        background-color: white;
    }
}

.animation-red {
    animation: flashRedBackground 2s infinite;
}

@keyframes flashRedBackground {
    0% {
        background-color: white;
    }
    50% {
        background-color: #d54545;
        color: white;
    }
    100% {
        background-color: white;
    }
}
.btn-weight {
    height: calc(1.8rem + 2px) !important;
}
.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 0.5rem!important;
    background-image: none!important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: 0.5rem!important;
    background-image: none!important;
}
.error-summary {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.error-summary>ul {
    margin-bottom: 0!important;
}
.white-space {
    white-space: nowrap!important;
}
.modal-open, .header-container {
    padding-right: 0!important;
}
.footer-wrapper {
    background: white !important;
    padding-top: 15px!important;
}
label.has-star {
    margin-bottom: .2rem!important;
}
div.hint-block {
    margin-top: 0.2rem!important;
    margin-left: 2px;
}
.image_show {
    cursor: pointer!important;
    padding: 1px;
    border: 1px solid gray;
}
.card-footer {
    overflow-x: auto;
}
.form-group label {
    margin-bottom: .2rem!important;
}
.show-image, .show-images {
    cursor: pointer!important;
}
.summary-main-show {
    display: block;
    font-weight: bolder;
    white-space: nowrap!important;
}
.summary-other-show {
    display: block;
    opacity: 0.5;
    margin-top: 6px;
    white-space: nowrap!important;
}
table.vertical-align-top>tbody>tr>td {
    vertical-align: top!important;
}
.bb-lightgrey {
    border-bottom: 1px dotted lightsteelblue;
}
.bt-lightgrey {
    border-top: 1px dotted lightsteelblue;
}
.bg-whitesmoke {
    background: whitesmoke;
}
.custom-checkbox > .custom-control-label {
    padding-top: 6px!important;
}
.multiple-invalid-feedback .invalid-feedback {
    padding-left: 5px!important;
}
.custom-radio {
    display: inline-block;
    margin-right: 20px;
}
.custom-control-label {
    padding-top: 5px;
}
.custom-file-container__image-clear {
    border: none!important;
}
.zoom-9 {
    zoom: .9!important;
}
.zoom-8 {
    zoom: .8!important;
}
.zoom-7 {
    zoom: .7!important;
}
.zoom-75 {
    zoom: .75!important;
}
.zoom-6 {
    zoom: .6!important;
}
.zoom-5 {
    zoom: .5!important;
}
.table-smaller {
    width: 50% !important;
}
.sticky {
    position: sticky;
    top: 105px;
    z-index: 10;
}
.static-order, .static-order-custom {
    padding: .1rem .1rem!important;
}
.btn-border {
    border-color: #c5c5c5 !important;
}
.btn-group>.btn {
    padding: .25rem .8rem!important;
}
.custom-file-container__image-preview {
    margin-bottom: 5px!important;
}
.line-height-normal {
    line-height: normal!important;
}
.white-space-normal {
    white-space: nowrap!important;
}


.fs-14 {
    font-size: 14px!important;
}
.fs-15 {
    font-size: 15px!important;
}
.fs-16 {
    font-size: 16px!important;
}
.fs-17 {
    font-size: 17px!important;
}
.fs-18 {
    font-size: 18px!important;
}
.fs-19 {
    font-size: 19px!important;
}
.fs-20 {
    font-size: 20px!important;
}


.h-30 {
    height: 30px !important;
}
.h-31 {
    height: 31px !important;
}
.h-32 {
    height: 32px !important;
}
.h-33 {
    height: 33px !important;
}
.h-34 {
    height: 34px !important;
}
.h-35 {
    height: 35px !important;
}
.h-36 {
    height: 36px !important;
}
.h-37 {
    height: 37px !important;
}
.h-38 {
    height: 38px !important;
}
.h-39 {
    height: 39px !important;
}
.h-40 {
    height: 40px !important;
}


.progress-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20px 0 10px 0;
}

.circle {
    width: 12px;
    height: 12px;
    background-color: #007bff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.line {
    flex-grow: 1;
    height: 4px;
    background-color: #d3d3d3;
    margin: 0 2px;
}

.progress-text {
    text-align: center;
    color: #333;
    margin-top: 5px;
}
.circle>p {
    display: flex;
    margin-top: -15px !important;
    margin-left: -6px!important;
}
.d-grid {
    display: grid!important;
}
.bt-none {
    border-top: none!important;
}
.min-height {
    min-height: 60vh;
}
.border-none {
    border: none!important;
}
.empty {
    text-align: center;
}
.text-underline {
    text-decoration: underline!important;
}