﻿
@charset "UTF-8";
/* roboto-300 - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body::-webkit-scrollbar-track-piece, body ::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

body::-webkit-scrollbar, body ::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

body::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
    background-clip: content-box;
    min-height: 28px;
    border-radius: 20px;
    border: 3px solid transparent !important;
    background-color: rgba(50, 50, 93, 0.25);
    cursor: pointer !important;
}

    body::-webkit-scrollbar-thumb:hover, body ::-webkit-scrollbar-thumb:hover {
        /*border: 1px solid #607D8B;*/
        background-color: #00a54f;
        border: 1px solid transparent !important;
    }

html {
    overflow: hidden;
}

body, html {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    color: #000;
    min-height: 100svh;
    height: 100svh;
    padding: 0px;
    margin: 0px;
    font-size: 13px !important;
    font-weight: 400;
    background-color: #FAFAFA;
    -webkit-font-smoothing: antialiased;
}

div, label, h1, h2, h3, h4, h5, table, a, ul, li,
.e-label {
    font-family: "Roboto";
    color: #000;
}

.mr-5,
.mr5 {
    margin-right: 5px;
}

.mr-10,
.mr10 {
    margin-right: 10px;
}

div.cellCenter {
    text-align: center;
}

div.cellRight {
    text-align: right;
}

.e-btn, .e-css.e-btn {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 500;
    outline: unset !important;
    color: #000;
}

    .e-btn span.btnHotKey {
        margin-left: 5px;
        font-weight: 500 !important;
        color: #455A64 !important;
    }

    .e-btn:disabled span.btnHotKey {
        color: #BDBDBD !important;
    }

.txtN input.e-input {
    text-align: right !important;
    padding-right: 5px !important;
}

input.e-input,
textarea.e-input,
.e-input-group,
.e-input-group.e-control-wrapper {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

input.e-input {
    height: 23px !important;
}

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.e-rowcell .e-input-group input.e-input,
.e-rowcell .e-input-group.e-control-wrapper input.e-input,
.e-rowcell .e-input-group textarea.e-input,
.e-rowcell .e-input-group.e-control-wrapper textarea.e-input {
    font-size: 12px;
}

.e-rowcell:has(.btnOpen) .e-input-group input.e-input {
    font-size: 11px !important;
}

.e-rowcell .e-input-group input.e-input::placeholder {
    font-size: 10px !important;
    font-style: italic !important;
    color: #666 !important;
}

.e-input-group input.e-input::placeholder {
    font-size: 12px !important;
    color: #9E9E9E !important;
    font-weight: 400 !important;
    font-family: 'Roboto';
}

.form-group {
    margin-bottom: 5px;
    position: relative;
}

    .form-group .lbl {
        color: #666;
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        user-select: none;
        pointer-events: none;
        position: relative;
        vertical-align: bottom;
    }

        .form-group .lbl .text-danger {
            color: red;
            font-size: 11px;
            position: relative;
            vertical-align: top !important;
            display: inline-block;
            margin-left: 3px;
            margin-top: -2px;
            margin-right: 3px;
        }


.e-dialog .e-dlg-header-content {
    border-bottom: none;
    padding: 10px 8px 10px 8px;
    background-color: #ECEFF1;
    font-family: 'Roboto';
    border-bottom: 1px solid #E0E0E0;
}

.e-dialog .e-dlg-header i {
    font-size: 14px;
    color: #303F9F;
    margin-top: 2px;
}

.e-dialog .e-dlg-header {
    display: block;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 80%;
    color: #303F9F;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    bottom: 0px;
    float: right;
    top: -5px;
    height: 15px;
    margin-right: 0px;
    position: relative;
    padding: 0px !important;
    width: 23px;
}

.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 11px;
    width: 11px;
}

.e-dialog .e-footer-content {
    padding: 0px;
    background-color: #ECEFF1;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    user-select: none;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #E0E0E0;
}

    .e-dialog .e-footer-content .e-btn {
        margin-left: 0px;
        color: #303F9F;
        background-color: #fff;
        border-radius: 3px;
        outline: none !important;
        border: 0px solid #fff !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .e-dialog .e-footer-content .e-btn:hover {
            background-color: #E8F5E9;
            color: #C2185B !important;
        }

        .e-dialog .e-footer-content .e-btn:has(.fa-floppy-disk) {
            background-color: #C2185B !important;
            color: #FCE4EC !important;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px !important;
            margin-right: 5px;
            margin-left: 5px;
        }

            .e-dialog .e-footer-content .e-btn:has(.fa-floppy-disk):hover {
                background-color: #AD1457 !important;
                color: #fff !important;
                box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
            }

            .e-dialog .e-footer-content .e-btn:disabled,
            .e-dialog .e-footer-content .e-btn:has(.fa-floppy-disk):disabled {
                background-color: #f5f5f5 !important;
                color: #BDBDBD !important;
                box-shadow: unset !important;
            }

        .e-dialog .e-footer-content .e-btn:has(.fa-xmark) {
            background-color: #EEEEEE !important;
            color: #616161 !important;
        }

            .e-dialog .e-footer-content .e-btn:has(.fa-xmark):hover {
                background-color: #E0E0E0 !important;
                color: #000 !important;
            }

        .e-dialog .e-footer-content .e-btn.btnRemove,
        .e-dialog .e-footer-content .e-btn.btnRemove:hover {
            background-color: transparent !important;
        }

.e-dialog .btnExportCrewData {
    margin-right: 8px !important;
}

.e-dialog .e-dlg-content {
    padding: 0px !important;
}

    .e-dialog .e-dlg-content .DefaultPadding {
        padding: 8px 10px 8px 10px !important;
        user-select: none;
    }

    .e-dialog .e-dlg-content .DefaultPadding {
    }



.e-dialog.frmFilter.e-popup-open {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 2px solid #388E3C !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.e-dialog.frmFilter .e-dlg-content .DefaultPadding {
    padding-bottom: 10px !important;
}

.e-dialog.frmFilter .e-dlg-header-content,
.e-dialog.frmFilter .e-footer-content {
    background-color: #fff;
}

.e-dialog.frmFilter .e-dlg-header,
.e-dialog.frmFilter .e-dlg-header i {
    color: #303F9F;
}

.e-dialog.frmNoFooter .e-footer-content {
    display: none;
}

.e-dialog.frmFilter .e-footer-content {
    display: none;
}

    .e-dialog.frmFilter .e-footer-content .e-btn {
        background-color: #fafafa;
        margin-right: 5px;
        border: 0px !important;
        color: #303F9F !important;
    }

        .e-dialog.frmFilter .e-footer-content .e-btn:hover {
            color: #D32F2F !important;
        }

.e-popup.e-popup-open.e-dialog.dlgSearch {
    border: 3px solid #388E3C !important;
}

.e-dialog.dlgSearch.e-popup-open {
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.e-dialog.frmAbout .e-footer-content {
    display: none !important;
}

.e-dialog.dlgSearch .e-footer-content {
    display: none;
}

.e-dialog.dlgSearch .e-dlg-header-content {
    background-color: #fff;
}

.dlgSearch .e-dlg-overlay {
    opacity: 0.35 !important;
}

.frmAbout .e-dlg-overlay {
    opacity: 0.5 !important;
}




.e-dialog.dlgSearch .e-dlg-header,
.e-dialog.dlgSearch .e-dlg-header i {
    color: #C2185B;
}

.e-popup.e-popup-open.e-dialog.frmExport {
    border: 3px solid #E0E0E0 !important;
}


.e-popup.e-popup-open.e-dialog.frmAbout {
    border: 3px solid #00796B !important;
}

.e-dialog.frmExport.e-popup-open {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.e-dialog.frmExport .e-dlg-header,
.e-dialog.frmExport .e-dlg-header i {
}

.e-dialog.frmExport .e-footer-content {
    display: none;
}


.e-dialog.dlgColor.e-popup-open {
    box-shadow: none !important;
    border: 2px solid #81C784 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.e-dialog.dlgColor .e-footer-content {
    display: none;
}

.e-dialog.dlgColor .e-container {
    box-shadow: none !important;
}

.e-dialog.dlgColor .e-dlg-header-content {
    background-color: #fff;
}

.e-dialog.dlgColor .e-dlg-header,
.e-dialog.dlgColor .e-dlg-header i {
    color: #303F9F;
}

.e-dialog.dlgColor .e-dlg-content {
    height: 270px;
    overflow: hidden;
}

.txtCenter input.e-input {
    text-align: center !important;
}

.txtLeft input.e-input {
    text-align: left !important;
}

.txtBold input.e-input {
    font-weight: 500 !important;
}

.txtBold2 input.e-input {
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.txtSearchDlg.e-input-group {
    height: 30px !important;
    line-height: 30px !important;
    background-color: #fff !important;
    border-top: 1px solid #e0e0e0 !important;
    border-left: 0px solid #607D8B !important;
}

    .txtSearchDlg.e-input-group input {
        height: 30px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
        color: #7B1FA2 !important;
        letter-spacing: 1px !important;
        padding-left: 5px !important;
    }

        .txtSearchDlg.e-input-group input::placeholder {
            color: #388E3C !important;
            font-style: italic !important;
            letter-spacing: 1px !important;
            padding-left: 5px;
        }

.e-dlg-content .txtSearchDlg.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input),
.e-dlg-content .txtSearchDlg.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input) {
    height: 32px !important;
    line-height: 32px !important;
}

.e-dlg-content .txtSearchDlg.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .txtSearchDlg.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .txtSearchDlg.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .txtSearchDlg.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .txtSearchDlg.e-input-group.e-input-focus .e-clear-icon, .e-dlg-content .e-input-group.e-input-focus.e-control-wrapper .e-clear-icon {
    border-bottom: 0px !important;
}

.e-dlg-content .txtSearchDlg.e-input-group.e-input {
    background-color: transparent !important;
}

input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input {
    box-sizing: border-box;
    height: 26px;
}

    input.e-input,
    .e-input-group input.e-input,
    .e-input-group input,
    .e-input-group.e-control-wrapper input.e-input,
    .e-input-group.e-control-wrapper input,
    .e-float-input input.e-input,
    .e-float-input input,
    .e-float-input.e-control-wrapper input.e-input,
    .e-float-input.e-control-wrapper input,
    .e-input-group input.e-input:focus,
    .e-input-group.e-control-wrapper input.e-input:focus,
    .e-float-input.e-control-wrapper input:focus,
    .e-float-input input:focus,
    .e-input-group.e-input-focus input.e-input,
    .e-input-group.e-control-wrapper.e-input-focus input.e-input,
    .e-float-input.e-control-wrapper.e-input-focus input,
    .e-float-input.e-input-focus input {
        padding-left: 0px;
        padding-top: 5px;
        text-indent: 0;
    }

.e-date-wrapper.e-date-container.e-input-group {
    height: 26px;
}

.e-input-group-icon.e-date-icon.e-icons {
    font-size: 14px;
    color: #9E9E9E;
    height: 24px;
    margin-right: 1px !important;
    min-height: unset !important;
    min-width: 23px !important;
}

.e-input-group.readOnly .e-input-group-icon.e-date-icon::before,
.e-input-group.readOnly .e-input-group-icon.e-time-icon::before {
    color: #E0E0E0 !important;
}

.e-input-group-icon.e-time-icon.e-icons {
    color: #9E9E9E;
    height: 25px;
    min-height: unset !important;
    min-width: 23px !important;
}

.e-datetime-wrapper .e-time-icon.e-icons::before {
    font-size: 14px;
}

.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
    color: #BDBDBD;
    min-width: 25px;
    height: 23px;
}

    .e-input-group .e-clear-icon::before, .e-input-group.e-control-wrapper .e-clear-icon::before {
        font-size: 11px !important;
    }

.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
    border-bottom: 0px !important;
}

.e-datepicker.e-popup-wrapper,
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
.e-bigger .e-datepicker.e-popup-wrapper,
.e-small .e-datepicker.e-popup-wrapper,
.e-bigger.e-small.e-datepicker.e-popup-wrapper,
.e-bigger.e-datepicker.e-popup-wrapper,
.e-small.e-datepicker.e-popup-wrapper {
    border: 2px solid #4CAF50 !important;
    border-radius: 5px !important;
    background-color: #fff;
}

.e-calendar .e-content span.e-day,
.e-bigger.e-small .e-calendar .e-content span.e-day {
    font-weight: 400;
    color: #333;
}

.e-calendar .e-header .e-title,
.e-bigger.e-small .e-calendar .e-header .e-title {
    color: #D32F2F;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}

.e-calendar .e-content td.e-other-month > span.e-day, .e-calendar .e-content td.e-other-year > span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
    font-weight: 400;
}

.e-calendar .e-header.e-month,
.e-bigger.e-small .e-calendar .e-header.e-month {
    padding: 5px 5px 0 5px;
}

.e-calendar .e-content table, .e-bigger.e-small .e-calendar .e-content table {
    padding: 0 5px 5px 5px;
}

.e-calendar .e-footer-container, .e-bigger.e-small .e-calendar .e-footer-container {
    padding: 0px;
}

.e-calendar .e-footer-container {
    overflow: hidden;
}

    .e-calendar .e-footer-container .e-btn {
        padding: 0px 10px;
        height: 30px;
        font-weight: 500 !important;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 3px !important;
        background-color: #fafafa !important;
        border: 0px !important;
        outline: none !important;
        color: #333 !important;
        letter-spacing: 1px;
    }

        .e-calendar .e-footer-container .e-btn:hover {
            background-color: #f5f5f5 !important;
        }

.e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #388E3C;
}

.e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected.e-focused-date span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
    background-color: #009688;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.w5 {
    width: 5px;
    user-select: none;
    pointer-events: none;
    display: inline-block;
}

.w10 {
    width: 10px;
    user-select: none;
    pointer-events: none;
    display: inline-block;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.e-dlg-overlay {
    height: 100%;
    left: 0;
    opacity: .65;
    position: fixed;
    top: 0;
    background-color: #000;
    width: 100%;
}

.waper_mytoolbar .e-checkbox-wrapper,
.waper_mytoolbar .e-css.e-checkbox-wrapper {
}

    .waper_mytoolbar .e-checkbox-wrapper .e-frame,
    .waper_mytoolbar .e-css.e-checkbox-wrapper .e-frame {
        border: 1px solid #E0E0E0 !important;
    }

    .waper_mytoolbar .e-checkbox-wrapper .e-label,
    .waper_mytoolbar .e-css.e-checkbox-wrapper .e-label {
        color: #333 !important;
        margin-top: 3px;
    }

.e-checkbox-wrapper .e-label, .e-css.e-checkbox-wrapper .e-label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px !important;
}

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    border: 1px solid;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "e-icons";
    height: 16px;
    line-height: 14px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    background-color: #fff !important;
    border-color: #9E9E9E !important;
    border-radius: 3px !important;
}

    .e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
        background-color: #fff !important;
        border-color: #BDBDBD !important;
        color: #1976D2 !important;
    }

    .e-checkbox-wrapper .e-frame.e-stop,
    .e-css.e-checkbox-wrapper .e-frame.e-stop {
        background-color: #f5f5f5;
        border-color: #a6a6a6;
        color: #BDBDBD;
        line-height: 12px;
    }

.e-checkbox-wrapper .e-check::before, .e-css.e-checkbox-wrapper .e-check::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f00c';
}

.e-checkbox-wrapper .e-stop::before, .e-css.e-checkbox-wrapper .e-stop::before {
    font-family: "Font Awesome 6 Pro";
    content: "\e27e";
    color: #9E9E9E;
}

.e-rowcell .fa-regular.fa-square {
    background-color: #f5f5f5;
    color: #BDBDBD;
}

.e-rowcell .fa-regular.fa-square-check {
    background-color: #E8F5E9;
    color: #303F9F;
}

.e-btn, .e-css.e-btn {
    padding: 2px 10px;
    line-height: 26px;
    font-family: "Roboto" !important;
    outline: none !important;
}

@font-face {
    font-family: 'Toast_icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj0gSRkAAAEoAAAAVmNtYXDnM+eRAAABsAAAAEpnbHlmzVnmlwAAAhgAAAZAaGVhZBEYIl8AAADQAAAANmhoZWEHlgN3AAAArAAAACRobXR4LvgAAAAAAYAAAAAwbG9jYQnUCGIAAAH8AAAAGm1heHABHQBcAAABCAAAACBuYW1lfUUTYwAACFgAAAKpcG9zdAxfTDgAAAsEAAAAggABAAADUv9qAFoEAAAAAAAD6AABAAAAAAAAAAAAAAAAAAAADAABAAAAAQAACcU5MF8PPPUACwPoAAAAANcI7skAAAAA1wjuyQAAAAAD6APoAAAACAACAAAAAAAAAAEAAAAMAFAABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQPqAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wDnCgNS/2oAWgPoAJYAAAABAAAAAAAABAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA2AAAABAAEAAEAAOcK//8AAOcA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsAAAAAAAAAQgB8AMIA4gEcAZQCBgJwAo4DAAMgAAAAAwAAAAADlAOUAAsAFwAjAAABFwcXNxc3JzcnBycFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBTXh4L3h4L3h4L3h4AbwDt4qKtwMDt4qKt/0eBeuxsesFBeuxsesCbHh4L3h4L3h4L3h4p4q3AwO3ioq3AwO3irHrBQXrsbHrBQXrAAAAAwAAAAADlAOUAAUAEQAdAAABJwcXAScXDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBr2UylwEbMqADt4qKtwMDt4qKt/0eBeuxsesFBeuxsesBrGQylgEcMqKKtwMDt4qKtwMDt4qx6wUF67Gx6wUF6wAAAAAFAAAAAAOUA5cABQARAB0AIQAlAAABFzcnNSMFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgElFzcnBRc3JwHKxiCnPwFOA6V8fKUDA6V8fKX9aATToJ/UBATUn5/UAh7ANsD9fja/NQGedzNj29F8pAMDpHx8pQMDpXyf1AQE1J+g0wQE0/GhQKGhQKFAAAQAAAAAA74DfgADAAcACgANAAAlMzUjNTM1IwEhCQEhAQHLUlJSUgFj/YwBOv42A5T+NuZUUqf+igIc/ZADFgAEAAAAAAOUA5QAAwAHABMAHwAAATM1IzUzNSMFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBylRUVFQBbgO3ioq3AwO3ioq3/R4F67Gx6wUF67Gx6wEk+lNT0Iq3AwO3ioq3AwO3irHrBQXrsbHrBQXrAAAAAAcAAAAAA+gDMQALABUAJQAuADcAQQBLAAABFhcVITUmJz4BMxYFFhcVITU+ATcWJQYHFSE1LgEjIgYHLgEjIgEWFAYiJjQ2MgUWFAYiJjQ2MiUGFBYXPgE0JiIFBhQWFz4BNCYiA1xEBP6sAxUeRiRX/qxEBP45BIlXV/7xZQsD6AvKUypvMzNvKlMCKxozTTMzTP6CGTNMNDRMAQItWUREWlqI/jstWkREWVmIAWMbFjc3IBgKDwQcGxY3NxY3BAQjJUt7e0tKFxgYFwEMGU01NU0zGhlNNTVNMxYthloCAlqGWy4thloCAlqGWwAAAAQAAAAAA5wCxwAIABQANABFAAABFBYyNjQmIgYXDgEHLgEnPgE3HgEfAQcOAQ8BNz4BNS4BJw4BBxQWHwEnLgEvATc+ATc2FiUOAQ8BFx4BNz4BPwEnJiciAb8fLR4eLR+wAkU0NEUBAUU0NEX8BgEemG0FBB8kAlZBQFcBKyUCCkeVTAYBH76RVMP+3bDPBwcKZclcu/AGCwrM2AoBxxYfHy0eHhc0RQEBRTQ1RQEBRSgEARpWGAECFUIoQVcCAldBLEYUAQEIQkAGASJsBwFCoRbFFAoJW0sBCo8LCgztAQAAAAIAAAAAA4ADbAA4AEEAAAEEJCcmDgEWFx4BHwEVFAYHDgEnJg4BFhcWNjc2Fx4BBx4BFzc+ASc2JicmJzUzPgE3PgEnJicjIiUUFjI2NCYiBgNM/tz+pwwMGxEDDAaMfAcSETKEQw8WBg8Og80hNSg4JwICEw0FDhECAjFJEBICPYhKDQgGChQCB/5dMUgxMUgxAuB/ZRcIAxgbCQdHEQGTGi8TOVgKAw8dFwMNuDUFHTGDCA0QAQECFQ8Mnz8LCasJKiUHGg0SATMkMDBJMDAAAAAAAgAAAAAC/QMkAAMADQAAAQchJxMeATMhMjY3EyEC2x3+bB0kBCQZAQQZJARH/ewDBuDg/fcZICAZAicAAwAAAAACzwPoACwAQwBPAAABERQfARYfAzMVHgE7ATI2NRE0JisBNTEWOwEyNjQmJyMiJi8BLgErAQ4BAxUzNTQ2NzMeARcVMzUuAScjIgcjESM1HgEXPgE3LgEnDgEBVQEBAwQCCAjXARENOg0REQ2zDROVExoaE2UQGAQfAxAKYg0RPR8RDZcNEQEeASIalxANAR8CTTo6TQEBTTo6TQJ8/nYEBQIGBAIFArYNERENARENEUoNGicZARMPfQoNARH98Hl5DREBARENeXkaIgEIAe3FOk0CAk06Ok0BAU0AAAAAAgAAAAAC5gMyAAkAEQAAJRQWMyEyNjURITcjFSE1IycjASApHgEaHin+WFBuAeR+JLD8HigoHgGfeT09HgAAAAAAEgDeAAEAAAAAAAAAAQAAAAEAAAAAAAEAEgABAAEAAAAAAAIABwATAAEAAAAAAAMAEgAaAAEAAAAAAAQAEgAsAAEAAAAAAAUACwA+AAEAAAAAAAYAEgBJAAEAAAAAAAoALABbAAEAAAAAAAsAEgCHAAMAAQQJAAAAAgCZAAMAAQQJAAEAJACbAAMAAQQJAAIADgC/AAMAAQQJAAMAJADNAAMAAQQJAAQAJADxAAMAAQQJAAUAFgEVAAMAAQQJAAYAJAErAAMAAQQJAAoAWAFPAAMAAQQJAAsAJAGnIEZpbmFsIFRvYXN0IE1ldHJvcFJlZ3VsYXJGaW5hbCBUb2FzdCBNZXRyb3BGaW5hbCBUb2FzdCBNZXRyb3BWZXJzaW9uIDEuMEZpbmFsIFRvYXN0IE1ldHJvcEZvbnQgZ2VuZXJhdGVkIHVzaW5nIFN5bmNmdXNpb24gTWV0cm8gU3R1ZGlvd3d3LnN5bmNmdXNpb24uY29tACAARgBpAG4AYQBsACAAVABvAGEAcwB0ACAATQBlAHQAcgBvAHAAUgBlAGcAdQBsAGEAcgBGAGkAbgBhAGwAIABUAG8AYQBzAHQAIABNAGUAdAByAG8AcABGAGkAbgBhAGwAIABUAG8AYQBzAHQAIABNAGUAdAByAG8AcABWAGUAcgBzAGkAbwBuACAAMQAuADAARgBpAG4AYQBsACAAVABvAGEAcwB0ACAATQBlAHQAcgBvAHAARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAdQBzAGkAbgBnACAAUwB5AG4AYwBmAHUAcwBpAG8AbgAgAE0AZQB0AHIAbwAgAFMAdAB1AGQAaQBvAHcAdwB3AC4AcwB5AG4AYwBmAHUAcwBpAG8AbgAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQAFRXJyb3IHU3VjY2VzcwVBbGFybQdXYXJuaW5nBEluZm8HTWVldGluZwVCbGluawdTdHJldGNoA1NpcANTaXQFVHJhc2gAAAAA) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.e-toast {
    margin-right: 0px !important;
}

#toast_types button {
    margin: 5px;
    min-width: 160px;
    max-width: 160px;
}

.toast-icons {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#toast_type .e-toast-icon.e-icons {
    height: auto;
    font-size: 30px;
}

.toast-icons.e-success::before {
    content: "\e701";
}

.toast-icons.e-error::before {
    content: "\e700";
}

.toast-icons.e-info::before {
    content: "\e704";
}

.toast-icons.e-warning::before {
    content: "\e703";
}

#toast_types {
    text-align: center;
}

#toast_type .e-toast-icon.e-icons {
    position: absolute;
    font-size: 21px;
    font-weight: 500 !important;
}

.e-toast-container .e-toast {
    padding: 10px 5px !important;
    overflow: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

    .e-toast-container .e-toast .e-toast-message {
        text-align: justify-all !important;
        margin-left: 5px;
        user-select: none !important;
        font-size: 15px !important;
    }

        .e-toast-container .e-toast .e-toast-message .e-toast-title {
            font-size: 13px !important;
            margin-left: 0px;
            font-weight: 500 !important;
        }

    .e-toast-container .e-toast.e-toast-info {
        background-color: #E1F5FE;
        border-left: 3px solid #1976D2;
        width: auto !important;
        max-width: 480px !important;
    }

    .e-toast-container .e-toast .e-toast-message .e-toast-content {
        padding-top: 5px;
        padding-bottom: 2px !important;
        font-size: 13px !important;
        padding-right: 10px !important;
    }

    .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title,
    .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
        color: #303F9F;
    }

    .e-toast-container .e-toast.e-toast-warning {
        background-color: #FFF3E0;
        border-left: 3px solid #E64A19;
        width: auto !important;
        max-width: 480px !important;
    }

        .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title,
        .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content,
        .e-toast-container .e-toast.e-toast-warning .e-toast-icon,
        .e-toast-container .e-toast.e-toast-warning .e-toast-close-icon {
            color: #BF360C;
        }

    .e-toast-container .e-toast.e-toast-success {
        background-color: #E8F5E9;
        border-left: 3px solid #388E3C;
        width: auto !important;
        max-width: 480px !important;
    }

        .e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title,
        .e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content,
        .e-toast-container .e-toast.e-toast-success .e-toast-icon,
        .e-toast-container .e-toast.e-toast-success .e-toast-close-icon {
            color: #388E3C;
        }

    .e-toast-container .e-toast.e-toast-error {
        background-color: #F44336;
        border-left: 3px solid #D32F2F;
        width: auto !important;
        max-width: 480px !important;
    }

        .e-toast-container .e-toast.e-toast-error .e-toast-message .e-toast-title,
        .e-toast-container .e-toast.e-toast-error .e-toast-message .e-toast-content,
        .e-toast-container .e-toast.e-toast-error .e-toast-icon,
        .e-toast-container .e-toast.e-toast-error .e-toast-close-icon {
            color: #fff;
        }

.e-toast .e-toast-message .e-toast-content {
}

.e-toast-container .e-toast .e-toast-icon {
    margin-right: 0px;
}

.e-toast-container .e-toast .e-toast-close-icon {
    position: absolute !important;
    right: 0px;
    font-weight: 500 !important;
    font-size: 12px !important;
    top: 5px !important;
}

.e-toast {
    border-radius: 3px !important;
    overflow: hidden !important;
}

.loader_text {
}

.e-dlg-container {
    z-index: 1 !important;
}

.e-spinner-pane.e-spin-show {
    z-index: 99999999999 !important;
}

.HeaderTop {
    background-color: #ECEFF1;
    padding-right: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    clear: both;
    height: 25px;
    line-height: 23px;
    position: relative;
    padding-left: 103px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

    .HeaderTop div.PageTitle {
        color: #2E7D32;
        font-weight: 700;
        user-select: none;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: capitalize !important;
    }

        .HeaderTop div.PageTitle .icon {
            margin-right: 0px;
            height: 28px;
            padding-left: 5px;
            padding-right: 5px;
            display: inline-block;
            color: #2E7D32 !important;
            font-weight: 700 !important;
            font-size: 14px !important;
        }

    .HeaderTop .PageTitle {
        float: left;
    }

    .HeaderTop div.PageTitle .btnHome {
        cursor: pointer !important;
        display: inline-block;
        margin-right: 5px;
        padding-right: 10px;
    }

        .HeaderTop div.PageTitle .btnHome:hover {
            color: #D32F2F;
        }

    .HeaderTop .rightTitle {
        float: right;
    }

    .HeaderTop div.PageTitle .titleText {
        font-weight: 400;
    }

.menuAppWrap {
    position: relative;
    padding-left: 91px;
    background: #f4f4f4;
    margin-bottom: 1px;
    border-bottom: 1px solid #CFD8DC;
}

    .menuAppWrap .menuAppLeft {
        position: absolute;
        top: 0px;
        left: 0px;
        user-select: none;
    }

    .menuAppWrap .menuAppRight {
        position: absolute;
        top: 0px;
        right: 0px;
        user-select: none;
    }

    .menuAppWrap .menuAppInner {
    }

.menuAppLeft {
    position: absolute;
    top: 0;
    left: 0;
    height: 66px;
    width: 97px !important;
    overflow: hidden;
    z-index: 1;
    background-color: #ECEFF1;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #CFD8DC;
}

    .menuAppLeft img {
        width: auto;
        height: 65px;
        user-select: none;
        cursor: pointer;
        margin-left: -15px;
    }

.e-menu-wrapper.e-contextmenu-container, .e-menu-container.e-contextmenu-container {
    height: 0px;
}

.e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul {
    border-radius: 5px !important;
    overflow: hidden !important;
    width: auto !important;
    max-height: 500px !important;
    overflow: auto !important;
    border: 2px solid #388E3C !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-left: -10px;
    margin-top: -2px;
}

    .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul:nth-child(2) {
        border: 2px solid #F57C00 !important;
    }

    .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul::-webkit-scrollbar-thumb, .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul ::-webkit-scrollbar-thumb {
        background-color: #E0E0E0 !important;
    }

        .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul::-webkit-scrollbar-thumb:hover,
        .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul ::-webkit-scrollbar-thumb:hover {
            /*border: 1px solid #607D8B;*/
            background-color: #4CAF50 !important;
            border: 2px solid transparent !important;
        }

.e-menu-wrapper .e-ul .e-menu-item.e-selected,
.e-menu-wrapper .e-ul .e-menu-item.e-active-item,
.e-menu-container .e-ul .e-menu-item.e-selected,
.e-menu-container .e-ul .e-menu-item.e-active-item,
.e-menu-wrapper .e-ul .e-menu-item.e-focused
.e-menu-wrapper .e-ul .e-menu-item.e-focused,
.e-menu-container .e-ul .e-menu-item.e-focused,
.e-menu-container .e-ul .e-menu-item.e-focused {
}

    .e-menu-wrapper .e-ul .e-menu-item.e-selected .e-menu-icon,
    .e-menu-wrapper .e-ul .e-menu-item.e-active-item .e-menu-icon,
    .e-menu-container .e-ul .e-menu-item.e-selected .e-menu-icon,
    .e-menu-container .e-ul .e-menu-item.e-active-item .e-menu-icon {
    }

    .e-menu-wrapper .e-ul .e-menu-item.e-focused a.e-menu-text.e-menu-url div.e-anchor-wrap,
    .e-menu-container .e-ul .e-menu-item.e-focused a.e-menu-text.e-menu-url div.e-anchor-wrap,
    .e-menu-wrapper .e-ul .e-menu-item.e-focused a.e-menu-text.e-menu-url .e-menu-icon,
    .e-menu-container .e-ul .e-menu-item.e-focused a.e-menu-text.e-menu-url .e-menu-icon {
    }

.btnEmail, .btnNoti, .btnNotiBell, .btnUserOnline, .btnZoom {
    height: 36px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin: 0px;
    background-color: transparent !important;
    color: #607D8B;
    border: 0px !important;
    outline: none !important;
}

.btnEmail {
    margin-right: 5px;
}

.btnZoom {
    padding-top: 0px;
}

.btnEmail:hover, .btnNoti i:hover, .btnNotiBell:hover i.btnZoom:hover i, .btnUserOnline:hover i {
    color: #D32F2F !important;
}

.btnZoom i {
    color: #388E3C;
    font-weight: 700 !important;
}

.spanUserOnline {
    position: relative;
    padding-right: 6px;
    margin-right: 2px;
}

    .spanUserOnline .e-btn i {
        color: #455A64 !important;
    }

    .spanUserOnline .e-btn:hover i {
        color: #C2185B !important;
    }

    .spanUserOnline .counterUserOnline {
        position: absolute;
        top: -5px;
        right: 3px;
        width: 20px;
        text-align: right;
        font-size: 11px;
        color: #C2185B;
        font-weight: 700 !important;
    }


.spanUserNoti {
    position: relative;
    padding-right: 6px;
    margin-right: 2px;
}

    .spanUserNoti .e-btn i {
        color: #9E9E9E !important;
        font-size: 14px !important;
    }

    .spanUserNoti .e-btn:hover i {
        color: #C2185B !important;
    }

    .spanUserNoti .btnNotiBell i {
        color: #388E3C !important;
        font-size: 14px !important;
    }

    .spanUserNoti .counterNoti {
        position: absolute;
        top: -5px;
        right: 0px;
        width: 25px;
        text-align: right;
        font-size: 11px;
        color: #C2185B;
        font-weight: 700 !important;
    }


.splAppMenu {
    width: 2px;
    height: 100%;
    height: 35px;
    vertical-align: top;
    padding-right: 2px;
    padding-left: 1px;
    border-left: 1px solid #CFD8DC;
    display: inline-block;
    user-select: none;
    pointer-events: none;
}

.e-menu-wrapper {
}

.e-menu-wrapper, .e-menu-container {
    border: 0px !important;
    margin-left: 7px !important;
    padding-top: 2px;
    background-color: #f4f4f4;
}

    .e-menu-wrapper ul, .e-menu-container ul {
        padding: 0px !important;
    }

        .e-menu-wrapper ul .e-menu-item, .e-menu-container ul .e-menu-item {
            cursor: pointer;
            position: relative;
            display: -ms-inline-flexbox;
            display: inline-flex;
            height: 35px;
            line-height: 36px;
            padding: 0 10px;
            vertical-align: top;
            white-space: nowrap;
            font-weight: 500;
            font-size: 13px;
            color: #000 !important;
            border: 0px !important;
        }

    .e-menu-wrapper .e-menu .e-menu-item,
    .e-menu-container .e-menu .e-menu-item,
    .e-menu-container:nth-child(1) > ul:nth-child(1) > li:nth-child(2) a div {
        color: #303F9F !important;
    }


        .e-menu-wrapper .e-menu .e-menu-item .e-menu-icon,
        .e-menu-container .e-menu .e-menu-item .e-menu-icon {
            color: #C2185B !important;
        }

    .e-menu-wrapper ul .e-menu-item .e-icons.e-caret,
    .e-menu-container ul .e-menu-item .e-icons.e-caret {
        color: #333 !important;
    }

.MenuApp.isKhachHang .e-menu-item.e-disabled {
}

.MenuApp.isKhachHang ul:nth-child(1) .e-menu-item.e-disabled {
}

.e-contextmenu-container.e-menu-popup.MenuApp.isKhachHang .e-menu-parent.e-ul .e-menu-item.e-disabled {
    display: none;
}


.e-menu-wrapper ul .e-menu-item.e-disabled,
.e-menu-container ul .e-menu-item.e-disabled,
.e-menu-wrapper ul .e-menu-item.e-disabled .e-icons.e-caret,
.e-menu-container ul .e-menu-item.e-disabled .e-icons.e-caret {
    color: #9E9E9E !important;
}

.e-menu-wrapper .e-menu .e-menu-item.e-disabled .e-anchor-wrap,
.e-menu-container .e-menu .e-menu-item.e-disabled .e-anchor-wrap,
.e-menu-wrapper .e-menu .e-menu-item.e-disabled .e-menu-icon,
.e-menu-container .e-menu .e-menu-item.e-disabled .e-menu-icon {
    color: #9E9E9E !important;
}

.e-menu-parent.e-ul .e-menu-item.e-disabled .e-anchor-wrap {
    color: #BDBDBD !important;
}

.e-menu-wrapper ul .e-menu-item .e-menu-icon,
.e-menu-container ul .e-menu-item .e-menu-icon {
    font-size: 18px;
    height: auto;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
}

.e-menu-wrapper .e-menu .e-menu-item.e-selected,
.e-menu-wrapper .e-menu .e-menu-item.e-active-item,
.e-menu-container .e-menu .e-menu-item.e-selected,
.e-menu-container .e-menu .e-menu-item.e-active-item {
    background: #EEEEEE;
    color: #B71C1C !important;
}

.e-menu-wrapper ul .e-menu-item .e-caret:before, .e-menu-container ul .e-menu-item .e-caret:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f107';
}

.e-menu-wrapper ul .e-menu-item .e-caret, .e-menu-container ul .e-menu-item .e-caret {
    font-size: 11px;
    color: #9E9E9E !important;
    line-height: 32px;
}

.e-menu-wrapper .e-ul .e-menu-item .e-caret, .e-menu-container .e-ul .e-menu-item .e-caret {
    line-height: 25px !important;
    line-height: 25px !important;
    margin-right: 5px !important;
    font-size: 11px;
}

    .e-menu-wrapper .e-ul .e-menu-item .e-caret::before, .e-menu-container .e-ul .e-menu-item .e-caret::before {
        font-family: 'Font Awesome 6 Pro';
        content: "\f105";
    }

.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon, .e-menu-container .e-ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    line-height: 30px;
    margin-right: 5px;
    border-right: 1px dashed #E0E0E0;
    width: 25px;
}

.e-menu-wrapper .e-ul .e-menu-item.e-disabled .e-menu-icon, .e-menu-container .e-ul .e-menu-item.e-disabled .e-menu-icon {
    color: #d5d5d5 !important;
}

.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon, .e-menu-container .e-ul:nth-child(2) .e-menu-item .e-menu-icon {
    font-size: 10px;
    line-height: 30px;
    margin-right: 0px;
    color: #9E9E9E !important;
    width: 23px;
    margin-right: 5px;
}

.e-menu-wrapper .e-ul .e-menu-item.e-disabled .e-menu-icon, .e-menu-container .e-ul:nth-child(2) .e-menu-item.e-disabled .e-menu-icon {
    color: #d5d5d5 !important;
}

.e-menu-wrapper .e-ul:nth-child(2) .e-menu-item .e-menu-icon,
.e-menu-container .e-ul:nth-child(2) .e-menu-item .e-menu-icon {
    font-size: 11px;
    color: #666 !important;
    padding-right: 0px !important;
}
/*.e-contextmenu-wrapper ul:nth-child(2) .e-menu-item .e-menu-icon,
.e-contextmenu-container ul:nth-child(2) .e-menu-item .e-menu-icon {

}*/

.e-menu-wrapper .e-ul .e-menu-item, .e-menu-container .e-ul .e-menu-item {
    padding: 0 10px;
    padding-left: 5px;
    display: list-item;
    height: 28px;
    overflow: hidden !important;
    line-height: 28px;
    font-weight: 400;
    font-size: 13px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: absolute !important;
    width: 100%;
    font-weight: 500;
    letter-spacing: 1px;
    color: red;
    z-index: 9999999999 !important;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.noSelect {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .noSelect:has(.cellMaxHeight) {
        -webkit-pointer-events: unset;
        pointer-events: unset;
        -webkit-user-select: unset;
        -moz-user-select: unset;
        user-select: unset;
    }

    .noSelect:has(.e-tooltip) {
        -webkit-pointer-events: unset;
        pointer-events: unset;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

.thoigianhientai {
    font-size: 12px;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .thoigianhientai i {
        margin-right: 2px;
        font-size: 11px;
    }

    .thoigianhientai .gio {
        color: #7B1FA2;
        width: 101px;
        font-weight: 700;
        display: inline-block;
        letter-spacing: 2px;
    }

    .thoigianhientai .ngay {
        color: #5D4037;
        width: 125px;
        display: inline-block;
    }

.colCode {
    font-weight: 500 !important;
}

.e-rowcell .cellInput input {
    color: #D32F2F !important;
}

.e-rowcell.cellChon.e-templatecell {
    background-color: #E8F5E9 !important;
}

    .e-rowcell.cellChon.e-templatecell div div {
        color: red !important;
    }

.e-rowcell.cellUnChon.e-templatecell {
    background-color: #F5F5F5 !important;
}

    .e-rowcell.cellUnChon.e-templatecell div div {
        color: #9E9E9E !important;
    }

.noiBatRow .e-rowcell.e-templatecell {
    background-color: #FAFAFA !important;
}

    .noiBatRow .e-rowcell.e-templatecell div div {
        color: red !important;
    }


.e-menu-wrapper .e-menu, .e-menu-container .e-menu {
    /* width: 100%;
    position: relative;*/
}

.e-menu-container ul .e-menu-item.menuUser {
    position: absolute;
    top: 0px;
    right: 5px;
    border-left: 1px solid #d5d5d5 !important;
}

    .e-menu-container ul .e-menu-item.menuUser,
    .e-menu-container ul .e-menu-item.menuUser span,
    .e-menu-container ul .e-menu-item.menuUser span.e-menu-icon {
        color: #388E3C !important;
    }

        .e-menu-container ul .e-menu-item.menuUser span.e-menu-icon {
            margin-right: 10px;
        }

.e-menu-container ul .e-menu-item.menuUser2,
.e-menu-container ul .e-menu-item.menuUser2 span,
.e-menu-container ul .e-menu-item.menuUser2 span.e-menu-icon {
}

.e-menu-item.menuUser2 {
}


.waper_mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.waper_mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
}

.waper_mytoolbar {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow: hidden !important;
}

    .waper_mytoolbar .lblToolbar {
        margin-right: 6px;
    }

    .waper_mytoolbar .lblToolbarIconSearch {
        margin-right: 5px !important;
        margin-left: 2px;
        font-size: 13px;
        color: #C2185B;
        vertical-align: middle;
        cursor: pointer !important;
        user-select: none;
        font-weight: 700 !important;
        pointer-events: none !important;
        margin-top: 0px;
    }

.e-toolbar-item.e-template.NoPadding {
    min-width: unset !important;
}

.waper_mytoolbar .lblToolbarIconSearch i {
}

.waper_mytoolbar .iconToolbar {
    margin-left: 5px;
    margin-top: -1px;
}

.waper_mytoolbar .lblToolbarText {
    font-size: 12px;
    margin-right: 5px;
    color: #455A64;
}

.waper_mytoolbar .iconToolbar {
    margin-left: 5px;
    margin-top: -1px;
}

.e-toolbar {
    min-height: unset;
}

    .e-toolbar .e-toolbar-item:not(.e-separator) {
        min-width: 0px !important;
        font-size: 13px !important;
    }

    .e-toolbar .e-toolbar-item.e-separator + .e-separator,
    .e-toolbar .e-toolbar-item.e-separator:last-of-type,
    .e-toolbar .e-toolbar-item.e-separator:first-of-type {
        display: unset;
    }

.mytoolbar {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    height: 35px !important;
    border: 1px solid #EEEEEE !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

    .mytoolbar,
    .mytoolbar .e-toolbar-item,
    .mytoolbar .e-toolbar-items {
        background-color: #fff !important;
    }

        .mytoolbar .e-toolbar-item .e-icons.e-search.e-medium {
            margin-right: 2px;
            margin-left: 2px;
        }




.waper_mytoolbar .btnDownloadExcel.e-btn {
}

.mytoolbar .lbl {
    color: #455A64;
    font-size: 12px;
}

    .mytoolbar .lbl.lblDate {
        margin-right: 5px;
    }


.mytoolbar .e-icons.e-Search {
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.mytoolbar input {
    height: 25px !important;
}

.mytoolbar .txtSearch {
    background-color: #fafafa;
    font-weight: 500;
    letter-spacing: 1px !important;
    color: #303F9F;
}

.mytoolbar .cmbTrangThai {
    background-color: #fafafa;
    color: #000;
    padding-left: 3px !important;
    height: 26px;
    padding-bottom: 0px;
}

    .mytoolbar .cmbTrangThai .e-input-group-icon {
        margin-top: 2px !important;
        font-size: 11px;
        color: #bdbdbd !important;
    }

    .mytoolbar .cmbTrangThai span.e-clear-icon {
        padding-top: 0px;
        color: #9E9E9E;
    }

.mytoolbar .e-btn {
    font-weight: 500;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0px 10px 0px 10px !important;
    font-size: 12px;
    outline: none !important;
    color: #5D4037;
    border: 0px !important;
    background-color: #fafafa;
    border-radius: 0px !important;
}

    .mytoolbar .e-btn:hover:not(.btnOpen):not(.btnRemove) {
        background-color: #EEEEEE !important;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove):disabled {
        background-color: #EEEEEE !important;
        color: #BDBDBD !important;
        box-shadow: none !important;
    }
.waper_mytoolbar .mytoolbar .e-btn.btnAdd:disabled{
    display:none;
}

.mytoolbar .e-btn.btnAdd {
    border-radius: 2px !important;
    background-color: #009688 !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove).btnAdd:hover {
        color: #fff !important;
        background-color: #00897B !important;
    }

/*    .mytoolbar .e-btn.btnReload {
        border-radius: 2px !important;
        background-color: #009688 !important;
        color: #F3E5F5 !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove).btnReload:hover {
        color: #fff !important;
        background-color: #00796B !important;
    }
*/



.reloadpage {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    user-select: none;
    cursor: pointer;
    color: #7B1FA2;
    border-left: 1px solid #CFD8DC;
    padding-left: 11px;
}

    .reloadpage:hover {
        color: #C2185B;
    }

    .reloadpage i {
        color: #455A64 !important;
        margin-right: 5px;
    }


.mytoolbar .txt input {
    background-color: #fafafa !important;
}

.mytoolbar .e-btn:hover,
.mytoolbar .e-btn:focus {
    outline: unset !important;
    background-color: #EEEEEE;
}


.mytoolbar .e-btn .e-icons {
    margin-right: 5px;
    vertical-align: middle;
    font-weight: 700;
}

.mytoolbar .e-btn:disabled,
.mytoolbar .e-btn:hover:disabled,
.mytoolbar .e-btn:focus:disabled {
    background-color: #F5F5F5 !important;
    color: #BDBDBD !important;
}

.mytoolbar .e-btn .e-btn-icon.e-icons.e-caret {
    margin-left: 3px;
    margin-top: -1px !important;
    font-size: 8px !important;
}

.mytoolbar .e-toolbar-item.e-separator {
    border-color: #E0E0E0;
}


.mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error) .e-input::placeholder,
.mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input::placeholder {
    color: #666 !important;
    font-style: italic !important;
    padding-left: 3px;
}

.mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error) .e-input,
.mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input {
    padding-left: 3px;
}


.mytoolbar .e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus:not(.cmbTrangThai) span.e-clear-icon {
    position: absolute;
    right: 5px;
    font-size: 12px !important;
}

    .mytoolbar .e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus:not(.cmbTrangThai) span.e-clear-icon:before {
        font-size: 9px !important;
    }

.mytoolbar .e-input-group.e-control-container.e-control-wrapper.e-datetime-wrapper.e-valid-input.e-input-focus:not(.cmbTrangThai) span.e-clear-icon {
    position: absolute;
    right: 41px;
    top: -1px;
    font-size: 12px !important;
}

.mytoolbar .e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus.e-date-wrapper.e-date-container:not(.cmbTrangThai) span.e-clear-icon {
    position: absolute;
    right: 18px;
    font-size: 14px !important;
    font-weight: 700 !important;
}


.mytoolbar .wapper_input .btnOpen {
    right: 3px !important;
    margin-top: 3px;
}

.mytoolbar .wapper_input .btnRemove {
    right: 18px;
    top: 4px;
}

.mytoolbar span.countFilter {
    margin-left: 5px;
    font-weight: 400 !important;
    font-size: 11px;
    top: -5px;
    position: relative;
    color: #388E3C;
}

.waper_grid::-webkit-scrollbar-track-piece, .waper_grid ::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.waper_grid::-webkit-scrollbar, .waper_grid ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.waper_grid::-webkit-scrollbar-thumb, .waper_grid ::-webkit-scrollbar-thumb {
    background-clip: content-box;
    min-height: 28px;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
    background-color: #E0E0E0;
    cursor: grabbing !important;
    border-radius: 0px !important;
}

    .waper_grid::-webkit-scrollbar-thumb:hover, .waper_grid ::-webkit-scrollbar-thumb:hover {
        /*border: 1px solid #607D8B;*/
        background-color: #FB8C00;
        border: 1px solid transparent !important;
    }

.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,
.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv {
    padding: 0px;
}

.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder) {
    box-shadow: none;
}

.waper_grid .e-movablescrollbar {
}

.e-grid .e-pager {
    display: none;
}

.waper_grid .e-grid {
    border: 0px !important;
}

.waper_grid {
    padding-left: 2px;
    padding-right: 2px;
}

    .waper_grid.IsNoPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .waper_grid .e-grid .e-gridheader {
        border-top: 0px !important;
    }

    .waper_grid .e-grid .e-frozenheader > .e-table,
    .waper_grid .e-grid .e-frozencontent > .e-table,
    .waper_grid .e-grid .e-frozenheader .e-virtualtable > .e-table,
    .waper_grid .e-grid .e-frozencontent .e-virtualtable > .e-table {
        border-right: 2px solid #388E3C;
    }

    .waper_grid .e-grid .e-focused:not(.e-menu-item) {
        box-shadow: none !important;
        outline: unset !important;
    }

    .waper_grid .e-grid .e-rowcell {
        padding: 0px;
        font-size: 11px;
        padding: 1px 2px 1px 2px !important;
        font-family: 'Roboto';
    }

        .waper_grid .e-grid .e-rowcell div {
            min-height: 20px !important;
            line-height: 20px;
            color: #000;
            font-weight: 400;
            font-size: 11px;
        }

        .waper_grid .e-grid .e-rowcell.noColor div,
        .waper_grid .e-grid .e-rowcell.noColor div span {
            color: unset !important;
        }

        .waper_grid .e-grid .e-rowcell:has(span.e-input-focus .e-input),
        .waper_grid .e-grid .e-rowcell span.e-input-focus .e-input {
            background-color: #F1F8E9 !important;
        }

.e-grid .e-spinner-pane {
    display: none;
}

.waper_grid .e-grid .e-rowcell,
.waper_grid .e-grid .e-groupcaption,
.waper_grid .e-grid .e-indentcell,
.waper_grid .e-grid .e-recordplusexpand,
.waper_grid .e-grid .e-recordpluscollapse,
.waper_grid .e-grid .e-rowdragdropcell,
.waper_grid .e-grid .e-detailrowcollapse,
.waper_grid .e-grid .e-detailrowexpand,
.waper_grid .e-grid .e-detailindentcell,
.waper_grid .e-grid .e-detailcell {
    border-color: #e0e0e0;
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
}

.waper_grid .e-grid .e-detailcell {
    border-width: 1px !important;
}

.e-grid .e-detailcell {
    padding: 0px !important;
}

.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
    height: unset !important;
}

.waper_grid .e-grid td.e-active,
.waper_grid div.e-gridcontent tr.e-row td.e-rowcell.e-active,
.waper_grid div.e-gridcontent tr.e-row:hover td.e-rowcell.e-active {
    background-color: #E8F5E9 !important;
}

.waper_grid .e-gridcontent {
}

.waper_grid.fullheight_grid .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 159px) !important;
    height: -webkit-calc(100svh - 159px) !important;
    height: calc(100svh - 159px) !important;
}

.waper_grid.fullheight_grid.noPaging .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.noPaging .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 128px) !important;
    height: -webkit-calc(100svh - 128px) !important;
    height: calc(100svh - 128px) !important;
}

.waper_grid.fullheight_grid.noPaging .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.noPaging .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 128px) !important;
    height: -webkit-calc(100svh - 128px) !important;
    height: calc(100svh - 128px) !important;
}

.waper_grid.fullheight_grid.noPaging:has(.e-stackedheadercell) .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.noPaging:has(.e-stackedheadercell) .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 155px) !important;
    height: -webkit-calc(100svh - 155px) !important;
    height: calc(100svh - 155px) !important;
}


.waper_grid.fullheight_grid.isStacked .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.isStacked .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 182px) !important;
    height: -webkit-calc(100svh - 182px) !important;
    height: calc(100svh - 182px) !important;
}

.waper_grid.fullheight_grid.isStacked .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.isStacked .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 182px) !important;
    height: -webkit-calc(100svh - 182px) !important;
    height: calc(100svh - 182px) !important;
}

.waper_grid.fullheight_grid.isStacked:has(.e-stackedheadercell) .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.isStacked:has(.e-stackedheadercell) .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 128px) !important;
    height: -webkit-calc(100svh - 182px) !important;
    height: calc(100svh - 182px) !important;
}

.waper_grid.fullheight_grid.onlycol_grid .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.onlycol_grid .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 130px) !important;
    height: -webkit-calc(100svh - 130px) !important;
    height: calc(100svh - 130px) !important;
}

.waper_grid.fullheight_grid.IsNopaging .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.IsNopaging .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 132px) !important;
    height: -webkit-calc(100svh - 132px) !important;
    height: calc(100svh - 132px) !important;
}

.waper_grid.fullheight_grid.IsNopaging:has(.e-stackedheadercell) .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.IsNopaging:has(.e-stackedheadercell) .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 159px) !important;
    height: -webkit-calc(100svh - 159px) !important;
    height: calc(100svh - 159px) !important;
}

.waper_grid.fullheight_grid:has(.e-stackedheadercell) .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid:has(.e-stackedheadercell) .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 185px) !important;
    height: -webkit-calc(100svh - 185px) !important;
    height: calc(100svh - 185px) !important;
}


.waper_grid.fullheight_grid:has(.e-stackedheadercell) .e-emptyrow td {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: -moz-calc(100svh - 230px) !important;
    height: -webkit-calc(100svh - 230px) !important;
    height: calc(100svh - 250px) !important;
    background-image: url('/images/no-results-found.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 286px 141px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    font-size: 0;
}

.waper_grid.fullheight_grid .e-emptyrow td {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: -moz-calc(100svh - 210px) !important;
    height: -webkit-calc(100svh - 210px) !important;
    height: calc(100svh - 210px) !important;
    background-image: url('/images/no-results-found.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 286px 141px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    font-size: 0;
}

.waper_grid.fullheight_grid.isStacked .e-emptyrow td::after {
    content: 'Không có dữ liệu ...';
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: 200px;
    color: #9E9E9E;
}

.e-grid.sf-grid .e-gridcontent .e-content.e-yscroll {
    overflow-y: auto !important;
}

.waper_grid .e-gridcontent .e-content.e-yscroll {
    overflow-y: auto !important;
}

.waper_grid.indm {
}

.waper_grid .sf-grid .e-gridcontent .e-content .e-movablecontent.e-yscroll {
}

.waper_grid .e-frozenscrollbar {
    border-top: 0px !important;
    background-color: #ECEFF1;
    border-top: 5px solid #fff !important;
}

.waper_grid .e-grid .e-headercell,
.waper_grid .e-grid .e-detailheadercell {
    background-color: #fff !important;
    border-color: #CFD8DC !important;
}

.waper_grid .e-grid .e-headercelldiv,
.waper_grid .e-grid .e-stackedheadercelldiv {
    font-weight: 500 !important;
    color: #333 !important;
    font-size: 12px;
    height: 23px !important;
    line-height: 23px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding-right: 0px !important;
}

.waper_grid .e-grid .e-gridheader {
    border-top: 0px solid #E0E0E0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

.waper_grid .e-grid .e-headercell,
.waper_grid .e-grid .e-detailheadercell {
    padding-left: 2px !important;
}

.e-grid.e-wrap .e-columnheader .e-headercelldiv,
.e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv,
.e-grid .e-columnheader.e-wrap .e-headercelldiv,
.e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv {
    margin-bottom: 0px;
}

.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
    font-size: 11px !important;
}

.e-grid.e-wrap.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item,.e-xlsel-top-border, .e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),
.e-grid.e-wrap.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item,.e-xlsel-top-border, .e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border) {
    border: 0px !important;
    border-width: 0px !important;
}

.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
    vertical-align: middle !important;
}

tr.e-summaryrow.e-disable-gridhover td {
    user-select: none;
    background-color: #FAFAFA !important;
    font-size: 12px;
    text-align: right !important;
    padding: 3px 0px !important;
    color: #D32F2F !important;
    border-bottom: 0px !important;
}

.e-emptyrow {
}

    .e-emptyrow td {
        position: absolute;
        width: 100%;
        background-color: #fff;
        height: -moz-calc(100% - 0px) !important;
        height: -webkit-calc(100% - 0px) !important;
        height: calc(100% - 0px) !important;
        background-image: url('/images/no-results-found.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 180px 89px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
        font-size: 0;
    }

        .e-emptyrow td::after {
            content: 'Không có dữ liệu ...';
            font-size: 13px;
            letter-spacing: 3px;
            margin-top: 135px;
            color: #9E9E9E;
        }

.fullheight_grid .e-emptyrow td {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: -moz-calc(100svh - 180px) !important;
    height: -webkit-calc(100svh - 180px) !important;
    height: calc(100svh - 180px) !important;
    background-image: url('/images/no-results-found.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 286px 141px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    font-size: 0;
}

    .fullheight_grid .e-emptyrow td::after {
        content: 'Không có dữ liệu ...';
        font-size: 13px;
        letter-spacing: 3px;
        margin-top: 200px;
        color: #9E9E9E;
    }

.noRecord {
    background-color: #F5F5F5;
    color: #607D8B;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    letter-spacing: 0px;
    border-radius: 5px;
    user-select: none;
    font-style: italic;
    letter-spacing: 1px;
}

    .noRecord i {
        color: #E64A19;
        margin-right: 8px;
    }

.e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #FAFAFA;
}


/*.e-row {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top:30px !important;
}*/

.waper_grid.gdvX div.e-gridcontent tr.e-row td.e-rowcell:nth-child(1),
.waper_grid.gdvX div.e-gridheader tr.e-columnheader:nth-child(1) th.e-headercell:nth-child(1) {
    position: unset !important;
    border-right: 0px solid #4CAF50 !important;
}

.waper_grid.gdvX div.e-gridheader {
    display: none !important;
    border-bottom: 0px !important;
}

.waper_grid.gdvX {
    padding: 0px !important;
}

.waper_grid div.e-gridcontent tr.e-row td.e-rowcell:nth-child(1),
.waper_grid div.e-gridheader tr.e-columnheader:nth-child(1) th.e-headercell:nth-child(1) {
    position: -webkit-sticky !important;
    position: sticky !important;
    left: 0px;
    z-index: 1;
    background-color: #fff;
    border-left: 0px !important;
    border-right: 2px solid #4CAF50 !important;
    vertical-align: middle !important;
}


.waper_grid div.e-gridheader {
    position: relative;
    overflow: auto;
}

    .waper_grid div.e-gridheader tr.e-columnheader th.e-headercell,
    .waper_grid .e-grid.sf-grid.e-default.e-bothlines .e-headercell,
    .waper_grid .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
        height: 26px !important;
    }

.e-grid.e-default .e-detailrow .e-lastrowcell {
    border-bottom: 0px !important;
}

.waper_grid.onlycol_grid div.e-gridcontent tr.e-row td.e-rowcell:nth-child(1),
.waper_grid.onlycol_grid div.e-gridheader tr.e-columnheader:nth-child(1) th.e-headercell:nth-child(1),
.waper_grid.IsNopaging div.e-gridcontent tr.e-row td.e-rowcell:nth-child(1),
.waper_grid.IsNopaging div.e-gridheader tr.e-columnheader:nth-child(1) th.e-headercell:nth-child(1) {
    position: unset !important;
    left: unset !important;
    z-index: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}

.waper_grid.onlycol_grid div.e-gridheader {
    display: none !important;
}

.waper_grid.onlycol_grid .e-grid {
    border: 0px !important;
}

mnEdit {
    outline: none !important;
}

.mnEdit ul {
    width: unset !important;
}

.e-contextmenu-wrapper ul,
.e-contextmenu-container ul {
    min-width: unset;
}

    .e-contextmenu-wrapper ul .e-menu-item.e-separator,
    .e-contextmenu-container ul .e-menu-item.e-separator {
        border-bottom: 1px dashed #E0E0E0 !important;
        height: 1px !important;
        padding: 0px !important;
    }

.mnEdit ul.e-contextmenu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 2px solid #A5D6A7 !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
}

    .mnEdit ul.e-contextmenu li {
        width: 100% !important;
        font-size: 12px !important;
        color: #000000;
        font-weight: 400 !important;
        height: 26px !important;
        background-color: #fff !important;
        line-height: 26px !important;
        padding-right: 15px !important;
        border-bottom: 0px dashed #E0E0E0 !important;
    }

        .mnEdit ul.e-contextmenu li.e-disabled {
            color: #BDBDBD;
        }

        .mnEdit ul.e-contextmenu li:last-child {
        }

        .mnEdit ul.e-contextmenu li:hover,
        .mnEdit ul.e-contextmenu li.e-focused {
            background-color: #E8F5E9 !important;
            color: #D32F2F !important;
        }

            .mnEdit ul.e-contextmenu li.e-focused span.e-menu-icon,
            .mnEdit ul.e-contextmenu li:hover span.e-menu-icon {
                color: #D32F2F !important
            }


.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    line-height: 26px;
    padding-right: 20px;
    vertical-align: top !important;
    margin-right: 5px;
}

.e-btn.e-lib.e-dropdown-btn.mnEdit {
    height: 22px !important;
    line-height: 22px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px !important;
}

.e-dropdown-btn.mnEdit .e-caret,
.e-dropdown-btn.e-btn.mnEdit .e-caret {
    font-size: 8px;
    color: #C2185B;
}

.e-sfcontextmenu.mnEdit.mnuOpended {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0s linear;
}

.e-sfcontextmenu.mnEdit.mnuClosing {
    visibility: hidden;
    opacity: 0;
}

.waper_pager {
    padding-left: 0px;
    padding-right: 0px;
    /* position: relative !important; */
    z-index: 0 !important;
    position: absolute;
    bottom: 1px;
    height: 26px !important;
    width: 100%;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    overflow: hidden !important;
}

    .waper_pager.NoEndPage {
        position: unset !important;
        border: unset !important;
    }

    .waper_pager .e-pager {
        padding: 0px 0px;
        padding-left: 30px;
        margin-top: 0px;
        background-color: #ECEFF1;
        border: 0px !important;
        overflow: hidden !important;
        position: relative !important;
    }

        .waper_pager .e-pager:before {
            font-family: 'Font Awesome 6 Pro';
            content: '\e366';
            font-size: 14px;
            position: absolute;
            left: 5px;
            top: 5px;
            color: #303F9F;
            border-right: 1px solid #BDBDBD;
            padding-right: 6px;
        }

    .waper_pager.Small .e-pager {
        padding: 5px 10px;
        margin-top: 0px;
    }

    .waper_pager .e-pager .e-numericitem {
        background-color: transparent !important;
    }

    .waper_pager .e-pager .e-pagercontainer {
        background-color: transparent !important;
    }

.e-pager .e-pagercontainer {
    margin: 0px !important;
}

.waper_pager .e-pager.sf-pager .e-numericcontainer a {
    outline: unset !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #455A64;
    border: 0px !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.waper_pager .e-pager .e-currentitem,
.waper_pager .e-pager .e-currentitem:hover {
    background-color: #f5f5f5 !important;
    color: #D32F2F !important;
    outline: unset !important;
    border: 0px !important;
    box-shadow: none !important;
}

.e-pager .e-prevpagedisabled,
.e-pager .e-prevpage, .e-pager .e-nextpage,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled,
.e-pager .e-lastpage, .e-pager .e-firstpage, .e-pager .e-firstpagedisabled {
    background-color: transparent !important;
}

.e-pager.sf-pager .e-pagercontainer .e-first,
.e-pager.sf-pager .e-pagercontainer .e-prev,
.e-pager.sf-pager .e-pagercontainer .e-next,
.e-pager.sf-pager .e-pagercontainer .e-last {
    font-size: 12px !important;
}

.e-pager .e-firstpagedisabled,
.e-pager .e-prevpagedisabled,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled {
    font-weight: 700 !important;
    font-size: 12px !important;
}

.waper_pager .e-pager.sf-pager .e-numericcontainer a.e-active {
    font-weight: 700 !important;
    font-size: 13px !important;
}

.waper_pager .e-pager div.e-icons.e-pager-default {
    color: #303F9F !important;
    font-weight: 700 !important;
    font-size: 9px !important;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
}

.waper_pager .e-pagenomsg {
    color: #455A64 !important;
    font-size: 12px;
}

    .waper_pager .e-pagenomsg:before {
        font-family: 'Font Awesome 6 Pro';
        content: '\23';
        margin-right: 5px;
        font-size: 13px;
    }

.waper_pager .e-pagecountmsg {
    color: #D32F2F !important;
    font-weight: 500 !important;
    margin-left: 10px;
    font-size: 12px !important;
}

    .waper_pager .e-pagecountmsg:before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f68b';
        margin-right: 5px;
        font-size: 12px;
    }

.waper_pager .e-pager div.e-icons.e-pager-default {
    padding-top: 3px;
    padding-bottom: 3px;
}

.waper_pager .e-pagercontainer {
    margin-top: -3px !important;
}

.e-pager div.e-parentmsgbar {
    float: right;
    padding-bottom: 0px !important;
    padding-right: 10px;
    padding-top: 0px !important;
    line-height: 26px;
}



.waper_pager .e-pager .pageMove {
    color: #5D4037;
    font-size: 13px;
    font-weight: 400;
}

.waper_pager .e-pager .txtPager {
    border: 0px !important;
}

    .waper_pager .e-pager .txtPager input {
        text-align: right !important;
        background-color: #ECEFF1 !important;
        font-weight: 500 !important;
        color: #D32F2F !important;
        line-height: 20px !important;
        padding-top: 0px !important;
        border-bottom: 1px solid #388E3C !important;
    }


.waper_pager .e-pager .btnLeftPage,
.waper_pager .e-pager .btnRightPage {
    font-size: 12px !important;
    height: 25px !important;
    line-height: 15px !important;
    margin-top: 1px !important;
    background-color: transparent !important;
    font-weight: 500 !important;
    border-radius: 3px !important;
    color: #3F51B5 !important;
    border: 0px !important;
    outline: none !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.waper_pager .e-pager .btnLeftPage {
    margin-right: 10px;
}

.waper_pager .e-pager .btnRightPage {
    margin-left: 10px;
}

    .waper_pager .e-pager .btnLeftPage:hover,
    .waper_pager .e-pager .btnRightPage:hover {
        color: #C2185B !important;
    }

    .waper_pager .e-pager .btnLeftPage:disabled,
    .waper_pager .e-pager .btnRightPage:disabled {
        color: #9E9E9E !important;
    }

.waper_pager .e-pager .totalitem i {
    margin-right: 3px;
}

.waper_pager .e-pager .totalitem {
    float: right;
    margin-right: 6px;
    line-height: 28px;
    font-size: 12px;
    border-left: 1px solid #CFD8DC;
    padding-left: 6px;
    color: #303F9F;
}

    .waper_pager .e-pager .totalitem span {
        font-weight: 500;
        color: #C2185B;
    }

.waper_pager .e-pager .splRightSpl {
    width: 1px;
    border-right: 1px solid #CFD8DC;
    margin-right: 5px;
}

.waper_pager .e-pager .totalTemplate {
    font-size: 12px !important;
    position: relative;
    display: inline-block;
    top: 1px !important;
}

.divErrWapper {
    background-color: #ECEFF1;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divErrWapper .content {
        width: 380;
        text-align: center;
    }

        .divErrWapper .content .e-message.e-filled.e-error {
            background-color: #D32F2F;
            border: 0px !important;
            border-radius: 5px !important;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            margin: 20px;
        }

        .divErrWapper .content .e-message .e-msg-content {
            font-size: 16px;
            color: #fff !important;
            user-select: none;
            pointer-events: none;
            padding: 10px;
            padding-left: 25px;
            padding-right: 25px;
            font-weight: 500;
            letter-spacing: 1px;
            line-height: 24px;
        }

        .divErrWapper .content .e-message .e-msg-icon {
            font-size: 21px;
            margin-top: 12px;
            display: block;
            vertical-align: middle;
        }

    .divErrWapper .btnMsg {
        margin-top: 10px;
    }

        .divErrWapper .btnMsg .e-btn {
            margin-top: 10px;
            background-color: #fff;
            letter-spacing: 2px;
            font-size: 14px;
            font-weight: 500;
            color: #333;
        }

            .divErrWapper .btnMsg .e-btn .mdi {
                font-size: 16px;
            }

    .divErrWapper .detailErr {
        max-width: 95vw;
        max-height: 70vh;
        overflow: auto;
        padding: 20px;
        text-align: justify;
        white-space: break-spaces;
    }

.e-dlg-content .form-group {
    display: inline-block;
    margin-right: 5px;
    user-select: none;
}

    .e-dlg-content .form-group .lbl {
        display: inline-block;
        margin-right: 5px;
        user-select: none;
        vertical-align: bottom;
    }

    .e-dlg-content .form-group.isEnd {
        margin-right: 0px;
    }

    .e-dlg-content .form-group.isFullWidth {
        margin-right: 0px;
        width: 100%;
    }

.e-dlg-content .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.e-dlg-content .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #c8c8c8;
    border: 0px;
    border-bottom: 1px dashed #BDBDBD !important;
}

    .e-dlg-content .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input),
    .e-dlg-content .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input) {
        height: 23px !important;
    }

.e-input-group input.e-input:focus:not(.e-multi-line-input),
.e-input-group.e-control-wrapper input.e-input:focus:not(.e-multi-line-input),
.e-input-group.e-input-focus input.e-input:not(.e-multi-line-input),
.e-input-group.e-control-wrapper.e-input-focus input.e-input:not(.e-multi-line-input) {
    height: 23px !important;
}

.e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus span.e-clear-icon {
    height: 23px !important;
}

td.e-rowcell .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
td.e-rowcell .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border: 0px !important;
}

.e-dlg-content .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .e-input-group.e-input-focus .e-clear-icon,
.e-dlg-content .e-input-group.e-input-focus.e-control-wrapper .e-clear-icon {
    border-bottom: 1px solid #D32F2F !important;
}

td.e-rowcell .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
td.e-rowcell .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
td.e-rowcell .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
td.e-rowcell .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
td.e-rowcell .e-input-group.e-input-focus .e-clear-icon,
td.e-rowcell .e-input-group.e-input-focus.e-control-wrapper .e-clear-icon {
    border: 0px !important;
}



.e-popup.e-popup-open.e-dialog {
    border-radius: 6px !important;
    overflow: hidden !important;
    border: 3px solid #303F9F !important;
}

.e-dialog.dlgEdit.dlgXN.e-popup-open {
    border-radius: 5px !important;
    overflow: hidden !important;
    border: 3px solid #EEEEEE !important;
}


.dlgEdit.dlgXN .e-dlg-header-content {
    background-color: #D32F2F;
}

.dlgEdit.dlgXN .e-dlg-header {
    color: #fff;
    text-transform: unset !important;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle !important;
    letter-spacing: 1px;
}

    .dlgEdit.dlgXN .e-dlg-header .e-icons {
        color: #fff;
        font-weight: 700 !important;
        margin-right: 10px !important;
        font-size: 18px !important;
        vertical-align: middle !important;
    }

.dlgEdit.dlgXN .e-dlg-content {
    padding: 10px !important;
    font-size: 13px;
    color: #303F9F !important;
    background-color: #fff;
    user-select: none;
    font-weight: 500 !important;
}

.dlgEdit.dlgXN .e-footer-content {
}

    .dlgEdit.dlgXN .e-footer-content .e-btn {
    }

        .dlgEdit.dlgXN .e-footer-content .e-btn .e-icons {
            margin-right: 10px;
            vertical-align: middle;
            font-size: 13px !important;
        }

    .dlgEdit.dlgXN .e-footer-content .btnXnOk {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #C62828;
        color: #fff;
    }

        .dlgEdit.dlgXN .e-footer-content .btnXnOk:hover {
            background-color: #B71C1C;
            color: #fff !important;
        }

    .dlgEdit.dlgXN .e-footer-content .btnXnExt {
        margin-left: 10px;
        background-color: #009688;
        color: #fff;
    }

        .dlgEdit.dlgXN .e-footer-content .btnXnExt:hover {
            background-color: #00897B !important;
            color: #fff !important;
        }


    .dlgEdit.dlgXN .e-footer-content .btnXnDong {
    }

        .dlgEdit.dlgXN .e-footer-content .btnXnDong:hover {
        }

td.e-rowcell .wapper_input {
    width: 100%;
}

td.e-rowcell input {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.wapper_input,
.wapper_input .e-input-group {
    display: inline-block;
    position: relative !important;
}

    .wapper_input input {
        padding-right: 30px !important;
    }

    .wapper_input.cmbBase {
        position: relative;
    }

.form-group.isFullWidth .wapper_input.cmbBase {
    width: 100%;
}

.form-group.isFullWidth {
    margin-top: 2px;
}

.wapper_input.cmbBase input {
    cursor: pointer !important;
}

.wapper_input .btnOpen {
    position: absolute !important;
    top: -1px;
    right: 0px;
    padding: 0px !important;
    height: 23px !important;
    width: 15px !important;
    line-height: 28px !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0px !important;
}

    .wapper_input .btnOpen i {
        color: #BDBDBD;
        font-size: 13px;
        font-weight: 300 !important;
    }

    .wapper_input .btnOpen:hover i {
        color: #C2185B;
    }

    .wapper_input .btnOpen:disabled i {
        color: #E0E0E0 !important;
    }


.wapper_input .btnRemove {
    position: absolute !important;
    top: 1px;
    right: 15px;
    padding: 0px !important;
    height: 26px !important;
    width: 15px !important;
    line-height: 26px !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0px !important;
}

    .wapper_input .btnRemove i {
        color: #BDBDBD;
        font-size: 14px !important;
        font-weight: 300 !important;
    }

    .wapper_input .btnRemove:hover i {
        color: #C2185B !important;
    }

.dlgListBox {
    max-height: 420px;
    overflow: auto;
    padding: 0px 0px;
}

    .dlgListBox .khongcodulieu {
        margin: 0px auto;
        height: 35px;
        user-select: none;
        background-image: url('/images/no-results-found.png');
        background-position: center center;
        background-position-y: 20px;
        background-repeat: no-repeat;
        background-size: 200px 100px;
        text-align: center;
        padding-top: 130px;
        font-size: 13px;
        letter-spacing: 1px;
        color: #333;
        font-weight: 500;
    }

.list-wrapper:hover {
    background-color: #E8F5E9;
    border-bottom: 1px solid #EEEEEE;
}

.list-wrapper {
    user-select: none;
    cursor: pointer;
    padding: 2px 8px;
    border-bottom: 1px dashed #E0E0E0;
    min-height: 35px;
    display: flex;
    flex: 1 !important;
    flex-direction: column;
}

    .list-wrapper:last-child {
        border-bottom: 1px solid #fff;
    }

    .list-wrapper.dachon {
        background-color: #F9FBE7 !important;
    }

    .list-wrapper .itemMa {
        font-weight: 400;
        color: #000;
        font-size: 12px;
        display: block !important;
        margin: auto;
        display: block;
        width: 100%;
    }

        .list-wrapper .itemMa span.subMa {
            font-weight: 400;
            color: #303F9F;
            font-size: 12px;
            margin-left: 10px;
            margin: auto;
            display: block;
            width: 100%;
        }

    .list-wrapper .itemTen {
        font-weight: 400;
        color: #666;
        font-size: 12px;
        white-space: normal;
        display: block;
        width: 100%;
        margin: auto;
        display: block;
    }

        .list-wrapper .itemTen:before {
            font-family: "Font Awesome 6 Pro";
            content: '\f044';
            margin-right: 5px;
            font-size: 10px;
            color: #9E9E9E;
        }

        .list-wrapper .itemTen.noIconSub:before {
            display: none;
        }

        .list-wrapper .itemTen.noIconSub {
            margin-top: -5px;
            margin-bottom: 0px !important;
            height: 20px;
        }


        .list-wrapper .itemTen.itemRemark {
            font-weight: 400;
            color: #666;
            font-size: 12px;
            white-space: normal;
        }

        .list-wrapper .itemTen span.itemTenSub {
            font-weight: 400;
            color: #303F9F;
        }

        .list-wrapper .itemTen span.itemTenValue {
            margin-right: 10px;
            color: #303F9F;
            font-weight: 500;
        }

    .list-wrapper .itemTenSub {
        color: #5D4037;
        font-size: 12px;
        font-weight: 400;
    }

    .list-wrapper .itemTen.mst {
        color: #455A64;
        font-style: italic;
    }

    .list-wrapper .itemTen.diachi {
        color: #455A64;
        font-style: italic;
    }

    .list-wrapper .itemTen.mst:before {
        font-family: "Font Awesome 6 Pro";
        content: '\f084';
        margin-right: 5px;
    }

    .list-wrapper .itemTen.diachi:before {
        font-family: "Font Awesome 6 Pro";
        content: '\f3c5';
        margin-right: 5px;
    }

    .list-wrapper .itemMa.username {
        color: #C2185B;
        font-weight: 500;
    }

        .list-wrapper .itemMa.username.useroffline i {
            margin-right: 5px;
            color: #BDBDBD;
            font-size: 10px;
        }

        .list-wrapper .itemMa.username.useronline i {
            margin-right: 5px;
            color: #388E3C;
            font-size: 10px;
        }

    .list-wrapper .itemTen.fullname {
        color: #000;
    }

    .list-wrapper .itemTen.phongban {
        color: #303F9F;
    }

        .list-wrapper .itemTen.phongban:before {
            font-family: "Font Awesome 6 Pro";
            content: '\f5f3';
            margin-right: 5px;
        }

    .list-wrapper .itemTen .itemSub {
        margin-right: 10px;
        background-color: transparent;
        padding: 0px 0px;
        border-radius: 3px;
        font-size: 11px;
        color: #C2185B;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
        letter-spacing: 1px;
    }

        .list-wrapper .itemTen .itemSub:before {
            font-family: "Font Awesome 6 Pro";
            content: '\f02c';
            margin-right: 5px;
            font-size: 10px;
            color: #9E9E9E;
        }

    .list-wrapper.dangchon {
        background-color: #E8F5E9;
    }

.dlgTxtSearch {
    position: relative;
    height: 32px;
    width: 100%;
}

    .dlgTxtSearch div {
    }

    .dlgTxtSearch .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
    .dlgTxtSearch .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
        background-color: #E8F5E9 !important;
    }

    .dlgTxtSearch .e-input-group {
        padding-right: 120px !important;
    }

    .dlgTxtSearch .btnAddCmb {
        border: 0px !important;
        position: absolute;
        top: 3px;
        right: 88px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 13px !important;
        background-color: transparent !important;
        color: #455A64;
        font-weight: 400;
        width: 30px;
        height: 25px;
        font-size: 12px;
        outline: none !important;
        box-shadow: none !important;
        border-radius: 5px;
    }

        .dlgTxtSearch .btnAddCmb:hover i {
            color: #C2185B;
        }

        .dlgTxtSearch .btnAddCmb:disabled,
        .dlgTxtSearch .btnAddCmb:disabled i {
            color: #BDBDBD !important;
        }

        .dlgTxtSearch .btnAddCmb i {
            color: #455A64;
            font-weight: 700 !important;
            font-size: 13px;
        }


    .dlgTxtSearch .btnRefeshCmb {
        border: 0px !important;
        position: absolute;
        top: 3px;
        right: 35px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 13px !important;
        background-color: transparent !important;
        color: #455A64;
        font-weight: 400;
        width: 30px;
        height: 25px;
        font-size: 12px;
        outline: none !important;
        box-shadow: none !important;
        border-radius: 5px;
    }

        .dlgTxtSearch .btnRefeshCmb:hover i {
            color: #C2185B;
        }

        .dlgTxtSearch .btnRefeshCmb:disabled i {
            color: #E0E0E0 !important;
        }

        .dlgTxtSearch .btnRefeshCmb i {
            color: #455A64;
            font-weight: 700 !important;
            font-size: 12px;
        }

.btnReloadFooter,
.btnCrewHistoryFooter {
    box-shadow: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: unset !important;
    border: 0px !important;
    outline: none !important;
    background-color: #ECEFF1 !important;
    color: #303F9F !important;
    font-weight: 400 !important;
}


.btnCrewHistoryFooter {
    width: 120px !important;
    text-align: left !important;
}

.e-dialog .e-footer-content .e-btn.btnReloadFooter:hover,
.e-dialog .e-footer-content .e-btn.btnCrewHistoryFooter:hover {
    color: #B71C1C !important;
}

.btnReloadFooter:disabled,
.btnCrewHistoryFooter:disabled {
    background-color: #E0E0E0 !important;
    color: #BDBDBD !important;
    box-shadow: none !important;
}

.e-dialog .e-footer-content .e-btn.btnCrewHistoryFooter:disabled {
    background-color: transparent !important;
}

.e-treeview.treePhanQuyen .e-list-item.e-level-1 span.e-list-text {
    font-weight: 500 !important;
    font-size: 13px;
    color: #C2185B !important;
}

.e-treeview.treePhanQuyen .e-list-item.e-level-2 span.e-list-text {
    font-weight: 400 !important;
    font-size: 13px;
    color: #9E9E9E !important;
    text-decoration: line-through !important;
    text-decoration-color: rgba(0, 0, 0, 0.24) !important;
}

.e-treeview.treePhanQuyen .e-list-item .e-level-2 .e-text-content:has(.e-frame.e-icons.e-stop) span.e-list-text,
.e-treeview.treePhanQuyen .e-list-item .e-level-2 .e-text-content:has(.e-frame.e-icons.e-check) span.e-list-text {
    color: #303F9F !important;
    text-decoration: unset !important;
}

.e-treeview.treePhanQuyen {
    height: 350px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ECEFF1;
    margin-top: 5px;
}

.e-treeview .e-ul {
    padding-left: 5px;
}

.e-treeview .e-list-item div.e-icons.interaction {
    margin-top: -5px;
}

    .e-treeview .e-list-item div.e-icons.interaction:before {
        font-weight: 700 !important;
        color: #303F9F;
        font-size: 13px !important;
    }

.e-treeview .e-list-item {
    border: 0px !important;
    outline: 0px !important;
}

    .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
        background-color: #d1ebff;
        font-weight: 500 !important;
        border: 0px !important;
    }

.btnAppUser {
    color: #2E7D32 !important;
    letter-spacing: 1px;
    background-color: #ECEFF1;
    border: 0px !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
    margin-top: 4px;
}

    .btnAppUser:hover {
        background-color: #E8F5E9;
    }

.e-dropdown-popup.e-control.btnAppUser {
    background-color: transparent;
}

.btnAppUser.e-dropdown-btn .e-caret,
.btnAppUser.e-dropdown-btn.e-btn .e-caret {
    font-size: 13px !important;
}

.contentUser {
    border: 2px solid #388E3C;
    width: 350px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    background-color: #fff;
    border-radius: 10px 0px 10px 10px;
    overflow: hidden;
}

    .contentUser .userBanner {
        text-align: center;
        background-color: #fafafa;
        padding: 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin-bottom: 20px;
    }

        .contentUser .userBanner img {
            width: 300px;
            height: auto;
        }

    .contentUser .avatarUser {
        width: 120px;
        height: 120px;
        padding: 3px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        background-color: #f5f5f5;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        .contentUser .avatarUser img {
            width: 100%;
            height: auto;
            pointer-events: none;
            user-select: none;
        }

    .contentUser .welcomeUser {
        text-align: center;
        margin-top: 20px;
        font-weight: 500;
        font-size: 13px;
        color: #388E3C;
        user-select: none;
    }

    .contentUser .UserFullName {
        text-align: center;
        margin-top: 10px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .contentUser .UserFullName {
        text-align: center;
        margin-top: 5px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        user-select: none;
    }

    .contentUser .welcomeUser .taikhoan {
        color: #C2185B;
        font-size: 16px;
    }

    .contentUser .UserFullName .quyen1 {
        color: #303F9F;
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 5px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0px !important;
    }

    .contentUser .UserFullName .quyen2 {
        color: #388E3C;
        font-size: 14px;
        margin-top: 5px;
        display: inline-block;
    }

    .contentUser .UserFullName .quyen3 {
        color: #455A64;
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 5px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0px !important;
    }

    .contentUser .lstMenuUser {
        border-top: 2px dashed #e0e0e0;
        padding-top: 10px;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: center;
    }

        .contentUser .lstMenuUser .e-btn {
            font-weight: 400 !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .contentUser .lstMenuUser .btnHoSo {
            color: #000;
        }

        .contentUser .lstMenuUser .btnDoiMatKhau {
            color: #000;
        }

        .contentUser .lstMenuUser .btnDangXuat {
            color: #000;
        }


.cmbTrangThai {
    background-color: #fafafa;
    color: #000;
    height: 26px;
    padding-bottom: 0px;
}

    .cmbTrangThai .e-input-group-icon {
        margin-top: -3px !important;
        font-size: 11px;
        color: #bdbdbd !important;
    }

    .cmbTrangThai span.e-clear-icon {
        padding-top: 0px;
        color: #9E9E9E;
    }

    .cmbTrangThai.e-popup.e-popup-open {
        height: unset;
        padding: 0px;
    }

    .cmbTrangThai .e-content.e-dropdownbase {
        height: unset;
    }

    .cmbTrangThai .e-dropdownbase .e-list-item {
        border-color: none;
        color: #000;
        font-family: "Roboto";
        font-size: 13px;
        line-height: 30px;
        min-height: 30px;
        padding-right: 10px;
    }

.mnuItemsWapper {
    border: 2px solid #BCAAA4;
    border-radius: 3px;
    overflow: hidden !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .mnuItemsWapper .btnMenuItem {
        padding: 6px 10px 6px 6px;
        user-select: none;
        border-bottom: 1px dashed #e0e0e0;
        font-size: 13px;
        cursor: pointer;
        color: #333;
    }

        .mnuItemsWapper .btnMenuItem:last-child {
            border-bottom: 0px;
        }

        .mnuItemsWapper .btnMenuItem:hover {
            background-color: #F5F5F5;
            color: #D32F2F;
        }

        .mnuItemsWapper .btnMenuItem .btnMenuItemIcon {
            margin-right: 6px;
            padding-right: 6px;
            text-align: center;
            width: 15px !important;
            display: inline-block;
            border-right: 1px solid #bdbdbd;
        }

        .mnuItemsWapper .btnMenuItem.isDisabled {
            color: #BDBDBD !important;
            background-color: #fff !important;
            user-select: none !important;
            pointer-events: none !important;
        }

.e-upload {
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

    .e-upload.uploaderHidden {
        /*display:none;*/
    }

        .e-upload.uploaderHidden span.e-file-delete-btn {
            display: none !important;
        }

        .e-upload.uploaderHidden span.e-file-container {
            margin-right: 12px !important;
        }

    .e-upload .e-file-select-wrap, .e-bigger.e-small .e-upload .e-file-select-wrap {
        padding: 5px 0 5px 10px;
    }

.uploadFrm .e-upload .e-file-select-wrap,
.uploadFrm .e-bigger.e-small .e-upload .e-file-select-wrap {
    border: 1px solid #E0E0E0;
    margin-bottom: 15px;
    margin-top: 5px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.e-upload .e-upload-files .e-upload-file-list {
    border-bottom: 0px;
    background-color: #fff;
}

    .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
        font-weight: 400;
        font-size: 13px !important;
        color: #5D4037 !important;
    }

    .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
        font-weight: 400;
        font-size: 13px !important;
        color: #5D4037 !important;
    }

    .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
        font-weight: 500;
        font-size: 12px !important;
        color: #D32F2F !important;
    }

        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size:before {
            content: 'Kích thước: ';
            color: #000;
            font-weight: 400;
            letter-spacing: 1px;
        }

    .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
        font-size: 12px;
        letter-spacing: 1px;
        color: #303F9F;
        font-weight: 400;
        border-bottom: 1px solid #BDBDBD;
    }

        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success:before {
            font-family: 'Font Awesome 6 Pro';
            content: '\f336';
            margin-right: 5px;
        }

.e-upload .e-file-select-wrap .e-file-drop,
.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop {
    color: #455A64;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto";
}

.e-upload .e-file-select-wrap .e-btn,
.e-upload .e-upload-actions .e-btn,
.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
.e-bigger.e-small .e-upload .e-upload-actions .e-btn {
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 13px !important;
    border-radius: 3px !important;
}

.btnGdvDown, .btnGdvUp {
    padding: 0px !important;
    width: 18px !important;
    text-align: center !important;
    color: #388E3C !important;
    height: 23px !important;
    line-height: 23px !important;
    font-size: 13px !important;
    text-align: center !important;
    background-color: transparent !important;
    border: 0px !important;
}

    .btnGdvDown:hover, .btnGdvUp:hover {
        color: #D32F2F !important;
    }

.btnGdvDelete {
    padding: 0px !important;
    width: 18px !important;
    text-align: center !important;
    color: #E64A19 !important;
    height: 23px !important;
    line-height: 23px !important;
    font-size: 13px !important;
    text-align: center !important;
    background-color: transparent !important;
    border: 0px !important;
}

    .btnGdvDelete:hover {
        color: #B71C1C !important;
    }

.btnGdvSpilit {
    padding: 0px !important;
    width: 18px !important;
    text-align: center !important;
    color: #7B1FA2 !important;
    height: 23px !important;
    line-height: 23px !important;
    font-size: 13px !important;
    text-align: center !important;
    background-color: transparent !important;
    border: 0px !important;
}

    .btnGdvSpilit:hover {
        color: #4A148C !important;
    }

.gdvInDlg {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -5px;
}

.dlgPdf {
}

.e-dlg-container.dlgPdf {
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
    z-index: 999999999999 !important;
}

.e-dialog.dlgPdf.e-dlg-modal.e-popup-open {
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
    top: 0px !important;
    max-height: unset !important;
    z-index: 999999999999 !important;
    margin: 0px;
    border: 0px !important;
    border-radius: 0px !important;
}

.e-dialog.dlgPdf .e-dlg-content {
    max-height: 100svh;
    overflow: hidden;
}

.e-dialog.dlgPdf .e-footer-content {
    display: none;
}

.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container {
    min-height: calc(100svh - 38px) !important;
}

.frmHeaderTools {
    margin-left: 10px;
    text-align: right;
    font-size: 12px !important;
}

    .frmHeaderTools .rorateBtn {
        font-size: 13px !important;
        font-weight: 500 !important;
        margin-right: 5px;
        color: #C2185B;
        cursor: pointer;
        width: 20px !important;
        display: inline-block;
    }

        .frmHeaderTools .rorateBtn:hover {
            color: #D32F2F;
        }

        .frmHeaderTools .rorateBtn i {
            color: #388E3C;
            font-size: 13px !important;
            font-weight: 700 !important;
        }

        .frmHeaderTools .rorateBtn:hover i {
            color: #D32F2F;
        }

    .frmHeaderTools .btnPrintNow i {
        margin-right: 5px;
        color: #C2185B;
    }

    .frmHeaderTools .btnPrintNow {
        display: inline-block;
        font-size: 13px;
        margin-left: 15px;
        font-weight: 500;
        border-left: 2px solid #388E3C;
        padding-left: 15px !important;
        color: #303F9F;
        cursor: pointer;
    }

        .frmHeaderTools .btnPrintNow:hover {
            text-decoration: underline;
        }

.titleRotate i {
    color: #455A64 !important;
}

.titleRotate {
    font-size: 13px !important;
    font-weight: 400;
    color: #455A64;
    margin-right: 5px;
    border-left: 2px solid #388E3C;
    padding-left: 10px;
}

.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
    height: 28px !important;
    min-height: 28px !important;
    min-width: 28px;
    width: 28px;
}

.e-pv-toolbar,
.e-pv-annotation-toolbar,
.e-pv-mobile-annotation-toolbar,
.e-pv-formdesigner-toolbar {
    height: 36px !important;
}

.e-splitter.e-splitter-horizontal,
.e-splitter.e-splitter-vertical {
    height: -moz-calc(100svh - 129px) !important;
    height: -webkit-calc(100svh - 129px) !important;
    height: calc(100svh - 129px) !important;
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
    z-index: 1;
}

.e-splitter .e-split-bar.e-split-bar-vertical {
    background: #4CAF50;
}

    .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover,
    .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
        background: #F57C00;
    }

    .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
        background: #E8F5E9;
        color: #388E3C;
        z-index: 1;
        margin-top: -1px;
    }

    .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
        background-color: #388E3C;
    }

.e-splitter.e-splitter-horizontal .e-pane.e-scrollable,
.e-splitter.e-splitter-vertical .e-pane.e-scrollable {
    overflow: hidden;
}

.e-splitter.e-splitter-horizontal .e-pane.e-scrollable,
.e-splitter.e-splitter-vertical .e-pane.e-scrollable {
    position: relative;
}

.topPanel {
}

.bottomPanel {
}

.e-splitter .waper_grid {
}

.e-splitter .waper_grid {
    padding-left: 2px;
    padding-right: 2px;
    height: 100% !important;
    position: absolute;
    width: 100%;
    height: calc(100% - 2px) !important;
}

.e-splitter .e-gridcontent .e-content.e-yscroll,
.e-splitter .sf-grid .e-frozencontent {
    /*height: calc(100% - 130px) !important;*/
}


.wapperCmb {
}

    .wapperCmb .wapperCmbFilter {
        position: absolute;
        background-color: #fafafa;
        border: 1px solid red;
        z-index: 1;
        height: 300px;
        width: 400px;
    }

.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
    margin: 0px;
}

.e-grid .e-filtermenudiv {
    float: right;
    margin: -28px -8px;
    padding: 6px;
    text-align: right;
}

.e-grid .e-ftrchk {
    padding-bottom: 3px;
    padding-top: 3px;
}

.e-filtermenudiv.e-icons.e-icon-filter {
    color: #455A64 !important;
    font-weight: 500 !important;
}

    .e-filtermenudiv.e-icons.e-icon-filter.e-filtered {
        color: #388E3C !important;
        font-weight: 700 !important;
    }

.sf-grid .e-excelfilter .e-searchcontainer {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 4px;
    padding-right: 5px;
}

.e-dialog.e-filter-popup.e-excelfilter.e-popup.e-popup-open {
    border: 1px solid #388E3C;
}

    .e-dialog.e-filter-popup.e-excelfilter.e-popup.e-popup-open .e-footer-content .e-btn {
        border: 0px !important;
    }

        .e-dialog.e-filter-popup.e-excelfilter.e-popup.e-popup-open .e-footer-content .e-btn.e-excelfilter.e-primary {
            margin-right: 5px;
        }

.e-excelfilter .e-contextmenu-wrapper ul li, .e-excelfilter .e-contextmenu-container ul li {
    height: 30px;
    line-height: 30px;
    font-size: 13px !important;
}

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
    height: 30px;
    line-height: 30px;
}

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
    border-bottom: 1px dashed #e0e0e0;
}

.subreport.isTotal {
    background-color: #F5F5F5 !important;
    font-weight: 500 !important;
}

    .subreport.isTotal div div {
    }

.subreport.isSumTotal {
    background-color: #E8EAF6 !important;
    font-weight: 500 !important;
}

    .subreport.isSumTotal div div {
        color: #303F9F !important;
    }

.btnCell {
    width: 100%;
    font-weight: 400 !important;
    font-size: 11px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.warningDivPage {
    margin: 10px;
    background-color: #FFFDE7;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    user-select: none;
    pointer-events: none;
    color: #F57C00;
}

    .warningDivPage i {
        margin-right: 10px;
    }

.e-tab .e-tab-header {
    background-color: #fafafa !important;
    height: 32px !important;
    min-height: 32px !important;
    border-bottom: 1px solid #E0E0E0;
}

    .e-tab .e-tab-header .e-toolbar-items {
        height: auto;
        margin: 0;
        min-height: 32px !important;
        position: relative;
        background-color: #fafafa !important;
    }

    .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
        height: 32px;
        padding: 0 10px;
    }

    .e-tab .e-tab-header .e-toolbar-item.e-ileft .e-text-wrap,
    .e-tab .e-tab-header .e-toolbar-item.e-iright .e-text-wrap,
    .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
    .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
        height: 32px !important;
        padding: 0;
    }

    .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
        height: 32px;
        margin: 0 0px 0 0;
        min-height: 32px;
        min-width: auto;
        padding: 0;
    }

    .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
        border-radius: 0;
        color: #333;
        border: 1px solid #fafafa !important;
    }

    .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-family: unset;
        font-size: 12px;
        font-weight: 500;
        color: #666;
        letter-spacing: 0px !important;
    }

    .e-tab .e-tab-header .e-toolbar-item.e-active {
        background-color: #fff !important;
    }

        .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
            font-weight: 700;
            font-size: 12px;
            color: #C2185B !important;
        }

        .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
            display: none;
        }

    .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text,
    .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon,
    .e-tab .e-tab-header .e-toolbar-item.e-disable .e-icons.e-tab-icon::before {
        color: #a6a6a6 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
        padding: 0px !important;
        margin: 0px !important;
        min-width: unset !important;
        width: unset !important;
        vertical-align: middle !important;
        line-height: 16px !important;
    }

        .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon::before {
            font-size: 12px !important;
            color: #666 !important;
        }

    .e-tab .e-tab-header .e-toolbar-item.e-active .e-icons.e-tab-icon::before {
        color: #C2185B !important;
        font-weight: 700 !important;
    }

.e-upload {
    border: 0px;
}

    .e-upload.uploaderHidden {
        /*display:none;*/
    }

        .e-upload.uploaderHidden span.e-file-delete-btn {
            display: none !important;
        }

        .e-upload.uploaderHidden span.e-file-container {
            margin-right: 12px !important;
        }


.uploaderImage .e-upload.uploaderHidden {
    /*display:none;*/
    position: relative;
    top: 0px;
    left: 0px;
}

    .uploaderImage .e-upload.uploaderHidden .e-file-select-wrap {
        position: absolute;
    }

    .uploaderImage .e-upload.uploaderHidden .e-file-drop,
    .uploaderImage .e-upload.uploaderHidden .e-upload-files {
        display: none;
    }

.uploaderImage .e-upload .e-file-select-wrap .e-btn {
    color: transparent;
    font-size: 0px;
    padding: 0px;
    height: 28px;
    width: 28px;
    line-height: 18px;
    border-radius: 3px !important;
    background-color: #FAFAFA;
    border: 0px !important;
    outline: none !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: absolute;
    top: -115px;
    left: 149px;
    border: 0px solid #4CAF50 !important;
    opacity: 1;
    border-radius: 50% !important;
}

    .uploaderImage .e-upload .e-file-select-wrap .e-btn:before {
        font-family: "e-icons";
        content: "\e706";
        color: #388E3C;
        font-size: 13px;
        line-height: 21px;
        font-weight: 700 !important;
        padding-left: 7px;
    }

.btnDelImgUploadAvatar {
    position: absolute;
    top: 50px;
    right: -62px;
    width: 30px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    padding-left: 5px;
    color: #D32F2F !important;
    background-color: #FAFAFA !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    border-radius: 50%;
}

    .btnDelImgUploadAvatar:disabled {
        display: none;
    }

.imgSubAvatar img {
    height: 28px;
    width: 28px;
    border: 2px solid #388E3C;
    vertical-align: middle;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 6px;
    opacity: 0.8;
}



.splTab {
    height: 20px;
    position: relative;
    margin-bottom: 10px;
}

    .splTab.splTab3 {
        margin-bottom: 0px;
    }

    .splTab::after {
        clear: both;
    }

    .splTab .spTabTitle {
        font-weight: 500;
        font-size: 13px;
        color: #388E3C;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        padding-right: 5px;
        background-color: #fff;
        z-index: 1;
        user-select: none;
    }

    .splTab .spTabLine {
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        top: 9px;
        border-bottom: 2px dashed #4CAF50;
        z-index: 0;
    }


    .splTab.splTab2 .spTabLine {
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        top: 9px;
        border-bottom: 2px dashed #d5d5d5;
        z-index: 0;
    }


    .splTab.splTab3 .spTabLine {
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        top: 9px;
        border-bottom: 2px solid #A5D6A7;
        z-index: 0;
    }

    .splTab .spTabLineRight {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 30px;
        width: 10px;
        background-color: #fff;
        z-index: 1;
    }

.linkHover {
    cursor: pointer;
}

    .linkHover:hover {
        text-decoration: underline !important;
        color: #C2185B !important;
    }

.e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open {
    border: 0px !important;
    z-index: 999999 !important;
}

    .e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open .e-dlg-content {
        padding: 10px !important;
    }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
    font-size: 11px;
    color: #455A64;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text {
    font-size: 12px !important;
    color: #455A64;
}

.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn, .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
    font-size: 12px;
    color: #455A64;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content {
    padding-top: 1px;
    height: 23px;
    color: #455A64;
}

.e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar],
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*=e-toolbar] {
    height: 30px !important;
    overflow: hidden;
}



.wapper_input.cmbBase {
    position: relative;
}

    .wapper_input.cmbBase .cmbBaseCmb {
        position: absolute;
        visibility: hidden;
        top: 0px;
        left: 0px;
    }

.cmbBaseddl .e-filter-parent .e-input-filter {
    width: 100% !important;
}

.e-input-group.e-control-wrapper.cmbBaseddl .e-input-group-icon.e-ddl-icon.e-icons {
    display: none !important;
}

.e-popup.cmbBaseddl.e-popup-open,
.e-popup.e-multi-select-list-wrapper {
    border: 2px solid #4CAF50 !important;
    margin-top: -1px !important;
    max-height: unset !important;
    border-radius: 5px 5px 5px 5px !important;
    overflow: hidden !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.e-dropdownbase .e-list-item {
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.e-popup.cmbBaseddl {
}

    .e-popup.cmbBaseddl.e-popup-open .e-filter-parent,
    .e-popup.e-multi-select-list-wrapper .e-filter-parent {
        padding: 0px;
        overflow: hidden !important;
    }

        .e-popup.cmbBaseddl.e-popup-open .e-filter-parent .e-input-group.e-control-wrapper,
        .e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-control-wrapper {
            border: 0px !important;
            background-color: #fff !important;
            height: 30px !important;
            line-height: 30px !important;
        }

            .e-popup.cmbBaseddl.e-popup-open .e-filter-parent .e-input-group.e-control-wrapper input,
            .e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-control-wrapper input {
                height: 30px !important;
                line-height: 30px !important;
                font-weight: 500 !important;
                font-size: 13px !important;
                color: #C2185B !important;
                padding: 0px !important;
                padding-left: 8px !important;
            }


    .e-popup.cmbBaseddl.e-popup-open .e-dropdownbase .e-list-item:last-child {
        border-bottom: 0px !important;
    }

    .e-popup.cmbBaseddl.e-popup-open .e-dropdownbase .e-list-item {
        padding-right: 5px;
        text-indent: 0px;
        line-height: 20px;
        min-height: unset !important;
        border-bottom: 1px dashed #E0E0E0 !important;
    }

    .e-popup.cmbBaseddl.e-popup-open .no-record,
    .e-popup.e-multi-select-list-wrapper .e-dropdownbase.e-nodata {
        font-size: 13px;
        letter-spacing: 1px;
        color: #D32F2F;
        font-weight: 500;
    }

    .e-popup.cmbBaseddl .e-ddl-header .headerSearch {
        font-size: 12px;
        padding: 8px 5px;
        font-weight: 500;
        background-color: #f5f5f5;
        color: #303F9F !important;
    }

        .e-popup.cmbBaseddl .e-ddl-header .headerSearch i {
            margin-right: 5px;
        }

    .e-popup.e-multi-select-list-wrapper .e-ddl-footer .footerSearch,
    .e-popup.cmbBaseddl .e-ddl-footer .footerSearch {
        padding: 2px 2px;
        background-color: #f5f5f5;
        text-align: right;
    }

        .e-popup.e-multi-select-list-wrapper .footerSearch .e-btn,
        .e-popup.cmbBaseddl .e-ddl-footer .footerSearch .e-btn {
            font-size: 12px !important;
            background-color: #fff !important;
            height: 23px !important;
            margin-bottom: 2px;
            padding: 2px 10px;
            line-height: 23px;
            color: #388E3C;
            font-weight: 500 !important;
            outline: none !important;
            border: 0px !important;
            box-shadow: none !important;
        }

            .e-popup.e-multi-select-list-wrapper .footerSearch .e-btn:hover,
            .e-popup.cmbBaseddl .e-ddl-footer .footerSearch .e-btn:hover {
                color: #C2185B !important;
            }

            .e-popup.e-multi-select-list-wrapper .footerSearch .e-btn:nth-child(2),
            .e-popup.cmbBaseddl .e-ddl-footer .footerSearch .e-btn:nth-child(2) {
                margin-left: 3px;
            }

            .e-popup.e-multi-select-list-wrapper .footerSearch .e-btn:disabled,
            .e-popup.cmbBaseddl .e-ddl-footer .footerSearch .e-btn:disabled {
                background-color: #EEEEEE !important;
                color: #BDBDBD !important;
                cursor: default !important;
            }

.e-richtexteditor.e-rte-full-screen {
    z-index: 999;
    padding: 10px;
    background-color: transparent;
}



.e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open,
.e-dialog.e-rte-edit-table.e-rte-elements.e-popup-open {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    border: 2px solid #66BB6A !important;
}

    .e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open input {
        border: 0px !important;
        border-bottom: 1px dashed #9E9E9E !important;
    }

24

.e-dialog.e-rte-edit-table.e-rte-elements.e-popup-open .e-dlg-content {
    padding: 10px !important;
}


.img404page img {
    user-select: none !important;
    pointer-events: none;
    width: 100% !important;
    height: auto !important;
}

.btnhomepage404 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: -30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

    .btnhomepage404 a {
        color: #303F9F;
        text-decoration: none !important;
    }

        .btnhomepage404 a i {
            margin-right: 10px;
        }

        .btnhomepage404 a:hover {
            color: #C2185B;
        }

.e-dropdown-popup.e-rte-elements.e-rte-dropdown-popup.e-rte-dropdown-items.e-rte-dropdown-btn .e-dropdown-menu .e-item {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    padding: 0 10px;
}


#toast_typeX .e-toast {
    width: auto !important;
    overflow: hidden !important;
    padding: 0px !important;
    padding-right: 10px !important;
    box-shadow: none !important;
    border-radius: 5px !important;
}

#toast_typeX .e-toast-title,
#toast_typeX .e-toast-icon {
    display: none;
}

#toast_typeX .e-toast-content {
    line-height: 25px;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    user-select: none !important;
    pointer-events: none !important;
}

#toast_typeX .e-toast.e-toast-success {
    background-color: #C8E6C9 !important;
    width: auto !important;
    border-left: 4px solid #388E3C !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    opacity: 1 !important;
}

    #toast_typeX .e-toast.e-toast-success .e-toast-content {
        color: #E8F5E9 !important;
    }

#toast_typeX .e-toast.e-toast-error {
    background-color: #E0E0E0 !important;
    width: auto !important;
    border-left: 4px solid #607D8B !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    opacity: 1 !important;
}

    #toast_typeX .e-toast.e-toast-error .e-toast-content {
        color: #333 !important;
    }

.contentUserStatus {
    padding: 5px;
    padding-left: 0px;
    vertical-align: middle;
    height: 40px;
}

    .contentUserStatus .contentUserStatusLeft {
        vertical-align: middle;
    }

        .contentUserStatus .contentUserStatusLeft img {
            height: 32px !important;
            width: 32px !important;
            border-radius: 50%;
            margin-left: 0px;
            margin-right: 5px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
        }

#toast_typeX .e-toast.e-toast-error img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}


.contentUserStatus.contentUserStatusRight {
}

    .contentUserStatus .contentUserStatusRight .userName {
        font-weight: 500;
        font-size: 13px;
        vertical-align: top;
        display: inline-block !important;
        margin-top: 3px;
    }

        .contentUserStatus .contentUserStatusRight .userName span {
            font-weight: 400;
        }



#toast_typeX .e-toast.e-toast-success .userName {
    color: #2E7D32 !important;
}

#toast_typeX .e-toast.e-toast-success .userStatus {
    color: #2E7D32 !important;
}

#toast_typeX .e-toast.e-toast-error .userName {
    color: #616161 !important;
}

#toast_typeX .e-toast.e-toast-error .userStatus {
    color: #616161 !important;
}


#toast_notification .e-toast.e-toast-success {
    background-color: #E8F5E9;
    border: 2px solid #81C784 !important;
    border-left: 5px solid #D32F2F !important;
    border-bottom: 3px solid #81C784 !important;
    max-width: 450px !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
    padding-right: 20px !important;
    padding-top: 6px !important;
    padding-bottom: 3px !important;
}

#toast_notification .e-toast-icon {
    display: none;
}

#toast_notification .contentNotification {
    color: #000 !important;
    font-size: 13px !important;
    line-height: 21px;
    font-style: italic;
    text-align: justify-all !important;
}

#toast_notification .e-toast-title {
    font-weight: 500 !important;
    color: #000 !important;
}

    #toast_notification .e-toast-title:before {
        font-family: "Font Awesome 6 Pro";
        content: '\f071';
        margin-right: 3px;
        font-weight: 500;
        font-size: 16px;
        color: #C2185B;
        font-style: normal;
    }

#toast_notification .contentNotification .userUserNameNoti {
    font-weight: 700 !important;
    color: #D32F2F;
    font-style: normal;
}

    #toast_notification .contentNotification .userUserNameNoti:before {
        font-family: "Font Awesome 6 Pro";
        content: '\40';
        margin-right: 3px;
        font-weight: 700;
    }

#toast_notification .contentNotification .userFullNameNoti {
    font-weight: 400 !important;
    color: #333;
    font-style: normal;
    letter-spacing: 1px;
}

#toast_notification .contentNotification .crewRankNoti,
#toast_notification .contentNotification .crewFullNameNoti {
    color: #3F51B5;
    font-weight: 500;
    font-style: normal;
}

#toast_notification .contentNotification .crewRankNoti {
    font-weight: 500;
    color: #D32F2F;
}

#toast_notification .contentNotification .crewCodeNoti {
    font-weight: 400;
    color: #455A64;
    font-style: normal;
}

    #toast_notification .contentNotification .crewCodeNoti:before {
        font-family: "Font Awesome 6 Pro";
        content: '\f121';
        margin-right: 3px;
        margin-left: 5px;
    }

#toast_notification .contentNotification .crewNoted {
    font-weight: 400;
    color: #00796B;
}

#toast_notification .e-toast-close-icon {
    position: absolute !important;
    right: 0px;
    font-weight: 700 !important;
    font-size: 10px !important;
    top: 1px !important;
    color: #C2185B !important;
}

#toast_notification .contentBtn {
    margin-top: 3px;
    margin-bottom: 3px;
}

    #toast_notification .contentBtn .e-btn {
        font-weight: 400 !important;
        border: 0px !important;
        outline: none !important;
        border-radius: 3px !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    }

    #toast_notification .contentBtn .btnNotiGotoCenter {
        background-color: #C8E6C9 !important;
        color: #388E3C !important;
        margin-right: 5px;
    }

        #toast_notification .contentBtn .btnNotiGotoCenter:hover {
            background-color: #A5D6A7 !important;
            color: #2E7D32 !important;
        }

    #toast_notification .contentBtn .btnNotiGotoLink {
        background-color: #F3E5F5 !important;
        color: #7B1FA2 !important;
    }

        #toast_notification .contentBtn .btnNotiGotoLink:hover {
            background-color: #D1C4E9 !important;
            color: #6A1B9A !important;
        }

.e-dlg-container.dlgEdit.dlgXN {
    z-index: 999999999999 !important;
}

.e-dlg-container.dlgEdit.frmAbout {
    z-index: 999999999999 !important;
}

.e-dlg-container.dlgEdit.dlgCanhBao {
    z-index: 999999999999 !important;
}



td.e-rowcell:has(.e-input-group) {
    position: relative !important;
}

tr.e-row:has(.e-input-group):hover .e-input {
    background-color: #fafafa !important;
}

td.e-rowcell:has(.e-input-group):hover .e-input {
    background-color: #fafafa !important;
}


td.e-rowcell:has(.e-input-group) .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
td.e-rowcell:has(.e-input-group) .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border: 0px solid #BDBDBD !important;
    border-radius: 0px !important;
    height: 100% !important;
}

    td.e-rowcell:has(.e-input-group) .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input,
    td.e-rowcell:has(.e-input-group) .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input {
        padding: 0px 5px !important
    }

.waper_grid .e-grid .e-rowcell:has(span.e-input-focus .e-input),
.waper_grid .e-grid .e-rowcell span.e-input-focus .e-input {
    background-color: #E8F5E9 !important;
    border-bottom: 1px solid #E91E63 !important;
}

    .waper_grid .e-grid .e-rowcell:has(span.e-input-focus .e-input) input,
    .waper_grid .e-grid .e-rowcell span.e-input-focus .e-input input {
        background-color: #E8F5E9 !important;
    }


.waper_mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.waper_mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border: 2px solid #A5D6A7 !important;
    border-radius: 3px !important;
    height: 30px !important;
    line-height: 30px !important;
    background-color: #fff !important;
}

    .waper_mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error):hover,
    .waper_mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):hover {
        border: 2px solid #388E3C !important;
    }

.waper_mytoolbar .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
.waper_mytoolbar .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
.waper_mytoolbar .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
    display: table;
    height: 100%;
    top: -2px;
}

.e-dlg-content .waper_mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input),
.e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input) {
    height: 30px !important;
}

.e-dlg-content .waper_mytoolbar .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .waper_mytoolbar .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .waper_mytoolbar .e-input-group.e-input-focus .e-clear-icon, .e-dlg-content .e-input-group.e-input-focus.e-control-wrapper .e-clear-icon {
    border-bottom: 0px !important;
}

.e-dlg-content .waper_mytoolbar .e-input-group .e-clear-icon,
.e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper .e-clear-icon {
    color: #BDBDBD;
    min-width: 25px;
    height: 30px;
}

    .e-dlg-content .waper_mytoolbar .e-input-group .e-clear-icon:before,
    .e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper .e-clear-icon:before {
        font-size: 9px !important;
    }

.waper_mytoolbar .e-input-group .e-clear-icon:before,
.waper_mytoolbar .e-input-group.e-control-wrapper .e-clear-icon:before {
    font-size: 9px !important;
    margin-top: 5px !important;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}


.e-schedule.llv {
    height: -moz-calc(100svh - 105px) !important;
    height: -webkit-calc(100svh - 105px) !important;
    height: calc(100svh - 105px) !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    border-radius: 5px !important;
}

.e-schedule .e-timeline-view .e-content-wrap::-webkit-scrollbar-thumb,
.e-schedule .e-timeline-view .e-content-wrap::-webkit-scrollbar-thumb {
    background-clip: content-box;
    min-height: 28px;
    border-radius: 20px;
    border: 1px solid transparent !important;
    background-color: #4CAF50 !important;
    cursor: pointer !important;
}

    .e-schedule .e-timeline-view .e-content-wrap::-webkit-scrollbar-thumb:hover,
    .e-schedule .e-timeline-view .e-content-wrap::-webkit-scrollbar-thumb:hover {
        /*border: 1px solid #607D8B;*/
        background-color: #00a54f !important;
        border: 0px solid transparent !important;
    }

.llvHeaderTime {
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    color: #3F51B5;
}

    .llvHeaderTime i {
        margin-right: 5px;
        margin-left: 5px;
    }

.e-schedule .e-timeline-view .e-date-header-wrap table td,
.e-schedule .e-timeline-month-view .e-date-header-wrap table td {
    background: #fff;
}

.e-schedule .e-timeline-view .e-resource-left-td,
.e-schedule .e-timeline-month-view .e-resource-left-td {
    width: 200px;
    padding: 0px !important;
}

.e-schedule .e-timeline-view .e-resource-cells,
.e-schedule .e-timeline-month-view .e-resource-cells {
    background: #fff;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #333;
    padding-left: 15px;
    padding-right: 0;
    vertical-align: middle;
    background-image: none !important;
}

.e-schedule .e-timeline-view .e-resource-left-td,
.e-schedule .e-timeline-month-view .e-resource-left-td {
    border-right-color: #388E3C;
    border-right-width: 2px;
}

.e-schedule .e-timeline-view .e-date-header-wrap table tbody td,
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
    height: 18px;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 12px !important;
    color: #303F9F !important;
    border-color: #E0E0E0;
}

.e-schedule .e-timeline-view .e-resource-cells:has(.llvDepartment),
.e-schedule .e-timeline-month-view .e-resource-cells:has(.llvDepartment) {
    color: #333;
    padding-left: 0px;
    padding-right: 0;
    vertical-align: middle;
    border-color: #E0E0E0;
    background-color: #f5f5f5 !important;
    padding: 0px !important;
    border-right-color: #388E3C;
    border-right-width: 2px;
}

.e-schedule .e-timeline-view .e-work-cells:has(.divGroup),
.e-schedule .e-timeline-month-view .e-work-cells:has(.divGroup) {
    background-color: #f5f5f5 !important;
    border-color: #E0E0E0;
}

.e-schedule .e-timeline-view .e-work-cells:has(.divCell),
.e-schedule .e-timeline-month-view .e-work-cells:has(.divCell) {
    background-color: #fff !important;
    border-color: #E0E0E0;
}

.e-schedule .e-timeline-view .e-resource-tree-icon,
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
    color: #00796B;
    cursor: pointer;
    font-weight: 700;
    float: right;
    font-family: "e-icons";
    font-size: 10px;
    margin-right: 5px;
    padding: 5px 5px;
}

.e-schedule .e-timeline-view .e-resource-cells:focus,
.e-schedule .e-timeline-month-view .e-resource-cells:focus {
    background: #fff;
}



.llvDepartment {
    font-size: 12px !important;
    vertical-align: middle !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #2E7D32 !important;
    padding-top: 3px;
    margin-left: 5px;
}

    .llvDepartment i {
        margin-right: 5px;
        font-weight: 700;
        font-size: 13px;
    }

.llvClock {
    position: absolute;
    top: 16px;
    left: 12px;
    z-index: 2 !important;
}

    .llvClock .thoigianhientai i {
        font-size: 18px;
        color: #00796B;
        margin-right: 10px;
        font-weight: 500 !important;
    }

    .llvClock .thoigianhientai .gio {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 5px;
        color: #2E7D32 !important;
        width: 200px !important;
    }

.llvUsers {
    position: relative;
}

    .llvUsers .imgUsers {
        float: left;
        margin-left: 3px;
        margin-right: 5px;
    }

        .llvUsers .imgUsers img {
            height: 42px;
            width: 42px;
            border: 2px solid #f5f5f5;
            border-radius: 50% !important;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

    .llvUsers .infoUsers .infoUserName {
        font-weight: 500 !important;
        font-size: 13px !important;
        color: #303F9F !important;
        padding-top: 3px;
    }

    .llvUsers .infoUsers .infoFullName {
        font-size: 12px !important;
        color: #5D4037 !important;
        margin-top: 5px;
    }

    .llvUsers .infoUsers .infoUserName.useroffline i {
        font-size: 11px !important;
        margin-right: 5px;
        color: #E0E0E0 !important;
    }

    .llvUsers .infoUsers .infoUserName.useronline i {
        font-size: 11px !important;
        margin-right: 5px;
        color: #4CAF50 !important;
    }


.e-popup.e-multi-select-list-wrapper .e-list-item {
    -webkit-tap-highlight-color: none !important;
    border: 0px !important;
    font-size: 12px;
    line-height: unset;
    min-height: unset;
    padding-right: 16px;
    text-indent: 0px;
    background-color: #fff;
    border-bottom: 1px dashed #E0E0E0 !important;
}

    .e-popup.e-multi-select-list-wrapper .e-list-item .list-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 18px;
    }

    .e-popup.e-multi-select-list-wrapper .e-list-item.e-active,
    .e-popup.e-multi-select-list-wrapper .e-list-item.e-active .list-wrapper {
        background-color: #F9FBE7 !important;
    }

    .e-popup.e-multi-select-list-wrapper .e-list-item:hover,
    .e-popup.e-multi-select-list-wrapper .e-list-item:hover .list-wrapper {
        background-color: #E8F5E9 !important;
    }

    .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
        bottom: 1px;
        position: relative;
        text-indent: 0;
        vertical-align: middle;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 0px;
    }

.e-checkbox-wrapper, .e-css.e-checkbox-wrapper {
    -webkit-tap-highlight-color: none !important;
}

.e-delim-values.e-delim-view span.hidden {
    display: none;
}

.e-multi-select-wrapper .e-multi-searcher input::placeholder {
    font-size: 12px;
    position: absolute;
    bottom: 6px;
}

.e-multi-select-wrapper .e-delim-values {
    font-family: "Roboto" !important;
    font-size: 13px;
    line-height: 18px;
    bottom: 6px !important;
    position: absolute;
    color: #000 !important;
    font-weight: 400 !important;
    padding-left: 0px;
}

.e-delim-values.e-delim-view {
    -webkit-text-fill-color: unset !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
    margin-right: 0;
    margin-top: -32px;
    right: 0;
    padding: 0px !important;
}

.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
    min-width: unset;
    min-height: unset;
    height: 25px !important;
    width: 15px !important;
    color: #BDBDBD !important;
    background-color: transparent !important;
    font-weight: 300 !important;
}

.e-multi-select-wrapper .e-delim-values .e-remain {
    font-size: 12px !important;
    color: #BDBDBD;
    font-style: italic;
}

.toolbarFrm {
    background-color: #fff;
    padding: 5px 0px;
    margin-top: -15px;
    padding-left: 5px;
}

    .toolbarFrm .e-btn {
        font-weight: 400 !important;
        font-size: 12px;
        padding: 0px 10px !important;
        background-color: #fff !important;
        border: 0px !important;
        outline: none !important;
        border-radius: 3px;
        color: #000;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

        .toolbarFrm .e-btn:hover {
            color: #D32F2F !important;
        }

        .toolbarFrm .e-btn i {
        }

        .toolbarFrm .e-btn:disabled {
            color: #BDBDBD !important;
            background-color: #fafafa !important;
        }

td.e-rowcell {
}

.waper_grid .e-grid td.e-rowcell:has(.e-input-group) {
    padding: 0px !important;
}

.waper_grid .e-grid td.e-rowcell:has(.btnOpen) .e-input-group {
    padding-right: 30px !important;
    overflow: hidden !important;
}

.e-grid .e-row .e-input-group {
    margin-bottom: 1px;
    margin-top: 1px;
    vertical-align: middle;
}

.waper_grid .e-grid td.e-rowcell:has(span.e-input-focus .e-input),
.waper_grid .e-grid td.e-rowcell:has(.e-input-group) span.e-input-focus .e-input {
    border-bottom: 0px !important;
    background-color: #fff !important;
}

.waper_grid .e-grid td.e-rowcell:has(.e-input-group) .wapper_input .btnOpen i {
    color: #E0E0E0;
    font-size: 10px !important;
}

.colBtnGdv .e-btn {
    font-weight: 400 !important;
    padding: 0px !important;
    text-align: center;
    background-color: transparent !important;
    border: 0px !important;
    outline: none !important;
    color: #666 !important;
}

    .colBtnGdv .e-btn:hover i {
        color: #C2185B !important;
    }

    .colBtnGdv .e-btn.btnMove {
        color: #388E3C !important;
    }

    .colBtnGdv .e-btn.btnDel {
        color: #E64A19 !important;
    }

    .colBtnGdv .e-btn:disabled i {
        color: #BDBDBD !important;
    }
/*tr.no-expand td:nth-child(1) a {
    display: none;
    
}
tr.no-expand td:nth-child(1) {
    pointer-events: none !important;
    user-select: none !important;
}*/
.foolterSum {
    display: inline-block;
    padding-left: 5px;
    margin-top: 8px;
}

    .foolterSum i {
        color: #C2185B;
    }

    .foolterSum .lblSumb {
        color: #000;
    }

    .foolterSum .lblValue {
        margin-right: 10px;
        font-weight: 500;
        color: #C2185B;
    }

hightlightx {
    background-color: #FFF176 !important;
    color: #C2185B !important;
}

.btnPrint {
    background-color: #388E3C !important;
    color: #E8F5E9 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    margin-right: 5px;
}

.e-dialog .e-footer-content .e-btn.btnPrint:hover {
    background-color: #2E7D32 !important;
    color: #fff !important;
}

.e-dialog .e-footer-content .e-btn.btnPrint:disabled,
.e-dialog .e-footer-content .e-btn.btnCreatNew:disabled {
    background-color: #E0E0E0 !important;
    color: #BDBDBD !important;
}

.btnCreatNew {
    background-color: #00796B !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}



.e-dialog .e-footer-content .e-btn.btnCreatNew:hover {
    background-color: #00695C !important;
    color: #fff !important;
}


.btnRptView {
    background-color: #7B1FA2 !important;
    color: #fff !important;
}

.e-dialog .e-footer-content .e-btn.btnRptView:hover {
    background-color: #6A1B9A !important;
    color: #fff !important;
}

.btnRptExcel {
    background-color: #C2185B !important;
    color: #FFF !important;
}

.e-dialog .e-footer-content .e-btn.btnRptExcel:hover {
    background-color: #AD1457 !important;
    color: #fff !important;
}

.e-dlg-container.frmReport {
    z-index: 0 !important;
}

.e-dialog.frmReport.e-popup-open {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid #303F9F !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.dlgPdf.dlgHtml .e-dlg-content iframe {
    height: calc(100svh - 25px);
    width: 100% !important;
}

.noDetail {
}

.e-grid.e-rtl .e-icon-grightarrow::before,
.e-grid .e-icon-grightarrow::before,
.e-grid-menu.e-rtl .e-icon-grightarrow::before,
.e-grid-menu .e-icon-grightarrow::before,
.e-grid .e-icon-gdownarrow::before,
.e-grid-menu .e-icon-gdownarrow::before {
    color: #E64A19 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.e-grid {
    overflow: hidden;
    position: relative; /* Đảm bảo vùng nhìn thấy */
}

    .e-grid .e-virtualtable {
        will-change: transform !important;
        z-index: 1;
        backface-visibility: hidden !important;
        -webkit-font-smoothing: subpixel-antialiased !important;
        filter: blur(0);
        transform-origin: 0 0; /* Đặt gốc tọa độ render */
    }

.waper_grid .e-grid .e-headercell:has(.isDoubleBorderRight),
.waper_grid .e-grid .e-headercell.e-stackedheadercell:has(.isDoubleBorderRight),
.waper_grid .e-grid .e-rowcell:has(.isDoubleBorderRight) {
    border-right: 1px solid #388E3C !important;
}

.e-dialog.dlgCanhBao.e-popup-open {
    border-radius: 3px !important;
    overflow: hidden !important;
    border: 1px solid #D32F2F !important;
}


.dlgCanhBao .e-dlg-header-content {
    background-color: #fff;
}

.dlgCanhBao .e-dlg-header {
    color: #D32F2F;
    text-transform: uppercase !important;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle !important;
    letter-spacing: 1px;
}

    .dlgCanhBao .e-dlg-header i {
        color: #D32F2F !important;
        font-weight: 700 !important;
        margin-right: 10px !important;
        font-size: 16px !important;
        vertical-align: middle !important;
        margin-top: -5px;
    }

.dlgCanhBao .e-dlg-content {
    padding: 5px !important;
    font-size: 13px;
    color: #303F9F !important;
    background-color: #fff;
    user-select: none;
    font-weight: 400;
}

.dlgCanhBao .e-footer-content {
    background-color: #fff;
}

    .dlgCanhBao .e-footer-content .e-btn {
    }

        .dlgCanhBao .e-footer-content .e-btn .e-icons {
            margin-right: 10px;
            vertical-align: middle;
            font-size: 13px !important;
        }


.pTotal {
    font-weight: 400;
    padding-left: 5px;
    color: #5D4037;
}

    .pTotal span {
        color: #C2185B;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 700;
    }

.btnLayThongTin {
    font-weight: 500;
    font-size: 11px;
    cursor: pointer;
    background-color: #fff !important;
    color: #388E3C !important;
    text-align: center;
    padding: 0px !important;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .btnLayThongTin:hover {
    }
