/* Add here all your CSS customizations */

.ag-theme-balham, .ag-theme-balham-auto-dark, .ag-theme-balham-dark {
    --ag-font-size: 14px !important;
    --ag-header-column-separator-height: 100% !important;
    --ag-selected-row-background-color: #e1eeff !important;
    --ag-row-hover-color: #f5f5f6 !important;
    --ag-font-family: "Inter", "Inter_Fallback";
    --ag-header-background-color: #fff !important;
    --ag-odd-row-background-color: #fff !important;
    /* --ag-row-border-color: #ececed; */
    --ag-row-border-color: rgba(33,35,44,.12) !important;
    --ag-checkbox-checked-color: hsl(var(--foreground)) !important;
    /* --ag-selected-row-background-color: hsl(var(--muted)); */
}
.ag-header-cell-resize:hover {
    background-color: #0052cc !important;
    color: #0052cc !important;
}

.ag-ltr div.ag-cell {
    border-right-color: var(--ag-row-border-color) !important;
}

.modal-xl {
    max-width: 90vw;
    max-height: 100vh
}

.state-reject {
    background: #e39f9f;
    padding: 4px;
    min-width: 120px;
    width: auto;
    text-align: center;
}

.state-process {
    background: #c39a4f;
    padding: 4px;
    min-width: 120px;
    width: auto;
    text-align: center;
}

.state-finish {
    background: #0a86b5;
    padding: 4px;
    min-width: 120px;
    width: auto;
    text-align: center;
}

.state-init {
    background: #79f35b;
    padding: 4px;
    min-width: 120px;
    width: auto;
    text-align: center;
}

.dropdown-menu {
    box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
    border-color: transparent;
}

div.tooltip-inner {
    background: rgba(60,64,67,.90);
    border-radius: 4px;
}

div.tooltip .arrow::before {
    border-top-color: rgba(60,64,67,.90);
}

input[type='checkbox'] {
    cursor: pointer;
}

.icon-doc, .icon-excel, .icon-pdf, .icon-mark-complete, .icon-unmark-complete {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.icon-dot-24px, .icon-setting-24px {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.icon-doc:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat 0px -96px;
}

.icon-excel:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -16px -96px;
}

.icon-image:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -240px -846px;
}

.icon-file-default:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -64px -96px;
}

.icon-dot-small:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -336px -16px;
}

.icon-dot-24px:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -288px -361px;
}

.icon-setting-24px:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -96px -337px;
}

.icon-mark-complete:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -80px 0;
}

.icon-unmark-complete:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -176px -160px;
}


.file-name {
    color: #0f2fbd;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-selection__rendered {
    padding-left: 16px !important;
    color: #1f2229 !important;
    padding-right: 30px !important;
    /*line-height: 29px !important;*/
}

.select2-selection__rendered {
    max-height: 54px;
    overflow-y: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 20px;
    margin-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: #e2e4e9;
    background-color: #e2e4e9;
    border-radius: 4px;
    position: relative;
    padding-right: 20px;
    white-space: pre-line;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.active-navigation {
    background: rgb(33, 43, 54);
}

    .active-navigation a {
        font-weight: 600;
        color: #fff !important;
    }

.note-toolbar .note-btn-group button.btn {
    min-width: 0
}


table {
    position: relative;
    border-collapse: collapse;
}



    table tbody tr:hover {
        background: #d3d7de !important
    }

    table thead tr {
        background: #f0f2f4 !important;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.notification-title#title {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #f0f2f4;
}

#btn-mark--readed:hover {
    background: #d3d7de;
}

#btn-mark--readed {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.read-all.ic-double-check-16 {
    opacity: 1;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
    cursor: pointer;
}

.ic-double-check-16:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/icons/icon_collection_v2.svg) no-repeat -112px -505.5px;
}

.header-right .notify {
    position: relative;
    cursor: pointer;
}

    .header-right .notify .icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 24px;
        height: 24px;
        cursor: pointer;
        width: 40px !important;
        height: 40px !important;
        padding: 8px;
    }

        .header-right .notify .icon:before {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            background: transparent url('../img/icons/icon_collection_v2.svg') no-repeat -72px -337px;
        }

    .header-right .notify .number {
        position: absolute;
        top: 4px;
        left: 20px;
        line-height: 17px;
        color: #fff;
        font-weight: 500;
        background: #ec4243;
        min-width: 18px;
        height: 18px;
        text-align: center;
        padding: 1px 5px;
        border-radius: 9px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

.dataTables_empty {
    text-align: center
}


button.btn {
    min-width: 80px;
}

.input-daterange.input-group .input-group-prepend {
    min-height: 36px;
    max-height: 36px;
    flex: 1 1 5%;
    display: block !important;
}

.input-daterange.input-group .input-group-text {
    max-height: 36px;
    min-height: 36px;
    flex: 1 1 5%;
}

.input-daterange.input-group .date-calendar {
    flex: 1 1 40%;
}

.form-control:disabled {
    background: #e2e4e9 !important;
    border: 1px solid #d3d7de;
}

.form-control[readonly] {
    background: #e2e4e9 !important;
    border: 1px solid #d3d7de;
}

input:disabled {
    background: #e2e4e9 !important;
    border: 1px solid #d3d7de;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #e2e4e9 !important;
    border: none;
}

    .select2-container--bootstrap.select2-container--disabled .select2-selection--single .select2-selection__arrow,
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
        display: none;
    }

#imageList {
    max-height: 100vh;
}

.disabled, .pointer-event {
    pointer-events: none;
}
/*menuitem notification*/
a.new-notification:hover {
    background-color: #d0d8fb !important;
}

.notifications div.notification-menu {
    width: 500px;
    /*box-shadow: 1px 2px 20px rgb(0 0 0 / 10%);*/
    box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.new-notification {
    background-color: #e7ebfd;
}

.item-content-notification {
    padding: 16px 18px;
}

    .item-content-notification:hover {
        background-color: #f0f2f4 !important;
    }

.notifications li {
    margin: 0 !important;
    /*border-bottom: 1px solid #ebedf0;*/
}

::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background: #b8bcc3;
    background-clip: content-box;
    -webkit-background-clip: content-box;
}



/***
UI Loading
***/
.loading-message {
    display: inline-block;
    min-width: 125px;
    margin-left: -60px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

    .loading-message.loading-message-boxed {
        border: 1px solid #ddd;
        background-color: #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    }

    .loading-message > span {
        line-height: 20px;
        vertical-align: middle;
    }

.page-loading {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125px;
    margin-left: -60px;
    margin-top: -30px;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #eee;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

    .page-loading > span {
        line-height: 20px;
        vertical-align: middle;
    }

.page-spinner-bar {
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
}

    .page-spinner-bar > div {
        margin: 0 5px;
        width: 18px;
        height: 18px;
        background: #eee;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .page-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .page-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.block-spinner-bar {
    display: inline-block;
    width: 80px;
    text-align: center;
}

    .block-spinner-bar > div {
        border: 16px solid #f3f3f3; /* Light grey */
        border-radius: 50%;
        border-top: 10px solid blue;
        width: 60px;
        height: 60px;
        animation: spin 2s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--///////////////////////////////////-*/

.date_icon {
    align-self: center;
    position: absolute;
    right: 28px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    line-height: 36px;
}

    .date_icon::before {
        width: 14px;
        height: 14px;
    }

.parsley-required, .parsley-errors-list {
    color: #ec4243;
}

input.form-control {
    max-height: 36px !important;
    min-height: 36px !important;
}

.date-calendar {
    position: relative;
}

.input-daterange {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}


/* --- css select2-----*/
/*.select2-selection__rendered {
    line-height: 31px !important;
}*/
.select2-container {
    width: 100% !important;
}

    .select2-container .select2-dropdown {
        z-index: 9999;
    }

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-selection__arrow {
    height: 36px !important;
}


/* Ripple effect */
button, .btn {
    /*font-size: 24px;*/
    padding: 8px;
    /*margin: 2px;*/
    /*border: 0;*/
    outline: 0;
    /*color: white;*/
    /*background-color: #2196f3;*/
    /*text-transform: uppercase;*/
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3 );
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .btn:focus, button:focus, .btn:active, button:active {
        box-shadow: 0 0 8px rgb(0 0 0 / 30%) !important;
    }

    button .ripple, .btn .ripple {
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        transform: scale(0);
        animation: ripple 0.6s linear;
    }

@keyframes ripple {
    to {
        transform: scale(2.5);
        opacity: 0;
    }
}

/*ph?n l?y thêm*/
body {
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

a {
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    color: inherit;
}

label {
    font-weight: normal;
}

.border-tab2 {
    overflow-x: auto
}
/*CSS dành cho kh?i ?nh*/
.wImage {
    position: relative;
    overflow: hidden;
}

    .wImage:before {
        content: "";
        display: block;
        padding-bottom: 66.66%;
    }

    .wImage .image {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .wImage .image.cover img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

        .wImage .image img, .wImage .image img.owl-lazy {
            display: block;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
        }

.navbar-fixed-top .navbar-brand {
    padding: 5px 0;
}

    .navbar-fixed-top .navbar-brand img {
        width: auto;
        max-width: 200px;
    }

.theme-blue:before, .theme-blue:after, #wrapper:before, #wrapper:after {
    display: none;
}

.theme-blue .page-loader-wrapper {
    background: rgba(23,106,173,0.9);
}

.page-loader-wrapper img {
    width: auto;
}

.navbar-fixed-top {
    top: 0;
}

.user-account {
    border-bottom: 1px dashed #dadada;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

    .user-account .wImage {
        width: 50px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

        .user-account .wImage:before {
            padding-bottom: 100%;
        }

    .user-account .dropdown {
        vertical-align: middle;
    }

        .user-account .dropdown .dropdown-menu {
            background: rgba(23,106,173,0.8);
            padding: 10px;
        }

            .user-account .dropdown .dropdown-menu li a {
                color: #fff;
                padding: 5px 0;
            }

                .user-account .dropdown .dropdown-menu li a:hover {
                    margin-left: 3px;
                }


.sidebar-nav .metismenu > li.active > a {
    border-color: #ff7700;
}



.table thead th {
    text-align: center;
    font-weight: 600
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.4);
    z-index: 9999;
    display: none;
}

    #loading .lds-ring {
        display: inline-block;
        height: 100px;
        position: absolute;
        width: 100px;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
    }

        #loading .lds-ring div {
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            border: 6px solid #fff;
            border-color: #fff transparent transparent transparent;
            border-radius: 50%;
            box-sizing: border-box;
            display: block;
            height: 70px;
            margin: 6px;
            position: absolute;
            width: 70px;
        }

            #loading .lds-ring div:nth-child(1) {
                animation-delay: -0.45s;
            }

            #loading .lds-ring div:nth-child(2) {
                animation-delay: -0.3s;
            }

            #loading .lds-ring div:nth-child(3) {
                animation-delay: -0.15s;
            }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.commonTool {
    margin: 15px;
    display: flex;
    justify-content: space-between;
}

.fl {
    flex: 1 1 50%;
}

.fr {
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-end;
}

.cb {
    clear: both;
}

.lh35 {
    line-height: 35px;
}

.mb0 {
    margin-bottom: 0;
}

.sweet-alert button {
    margin: 0 5px 15px 5px;
}

a:hover, a:focus {
    color: inherit;
}

table .fancy-checkbox {
    margin: 0;
}

#Browser {
    color: #fff;
}

.multiselect-container {
    width: 100% !important;
}

.sapxep .fa {
    float: right;
    margin-top: 2px;
}

.auth-main:after, .auth-main::before {
    background: #31ade3;
}

.auth-box {
    margin: auto;
    width: auto;
}

    .auth-box .top {
        margin: auto;
        display: block;
    }

        .auth-box .top img {
            max-width: 100%;
            width: auto;
            display: block;
            margin: auto;
        }

        .auth-box .top span {
            font-family: UTMBebas;
            font-size: 25px;
            text-align: center;
            display: block;
            text-shadow: 0 0 10px #fff;
        }

        .auth-box .top p {
            margin-bottom: 5px;
        }

        .auth-box .top span:first-child {
            font-size: 27px;
        }

    .auth-box .card {
        width: 400px;
        margin: 10px auto;
        display: table;
    }

        .auth-box .card .body {
            padding-top: 5px;
        }

    .auth-box .skype {
        display: table;
        margin: 10px auto;
        margin-bottom: 5px;
    }

    .auth-box .powerby {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .auth-box .info {
        padding-top: 20px;
        background: url(../icon/footer_boder.png) center top no-repeat;
    }

        .auth-box .info a {
            color: #333;
        }

.sr-only {
    position: static;
    width: auto;
    height: auto;
}

.title_login {
    padding: 0 !important;
}

    .title_login .lead {
        font-family: UTMViceroyJF;
        text-align: center;
        font-size: 30px;
    }

.theme-blue .auth-main .btn-primary {
    font-weight: bold;
    text-transform: uppercase;
}

    .theme-blue .auth-main .btn-primary:hover {
        background: #0062cc;
    }

.w200px {
    width: 200px;
}

.w100px {
    width: 100px;
}

.w120px {
    width: 120px;
}

.w150px {
    width: 150px;
}

.w300px {
    width: 300px;
}

.w70px {
    width: 70px;
}

.w50px {
    width: 50px;
}

.btn.fa {
    font-family: Arial;
    line-height: inherit;
}

    .btn.fa:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-weight: 900;
    }

.btn.icon, .btn.fa {
    line-height: 1.5em;
}

.c000 {
    color: #000;
}

    .c000:hover {
        color: #0062cc;
    }

#searchForm {
    width: 400px;
}

.padR-0 {
    padding-right: 0;
    margin-bottom: 10px;
}

#main-content .header, #main-content .body {
    padding-bottom: 0;
}

#main-content .card, #main-content .commonTool {
    margin-bottom: 0;
}

#pageSize {
    width: 70px;
    margin-right: 10px;
    height: 29px;
    padding: 0 10px;
}

#pageSize, #paginationholder, #paginationholderCanBo {
    /*flex: 1 1 50%;*/
}

    #paginationholder .disabled a, #paginationholderCanBo .disabled a {
        color: #fff;
    }

#gridData .fancy-checkbox input[type="checkbox"] + span:before {
    margin-right: 0;
}

#gridData table thead th {
    cursor: pointer;
}


#header {
    background: #93d5f6;
    padding: 5px 0;
    border-bottom: none;
}

    #header.navbar-fixed-top {
        position: static;
    }

    #header .slogan {
        margin-left: 5px;
        text-transform: uppercase;
        font-size: 22px;
        color: #333;
        font-family: UTMBebas;
        text-shadow: 0 0 10px #fff;
        vertical-align: middle;
    }

#menuMain {
    padding: 0 15px;
    background: #3eacff;
}

    #menuMain ul.fl {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
    }

        #menuMain ul.fl li {
            display: inline-block;
            position: relative;
            white-space: nowrap;
        }

            #menuMain ul.fl li ul {
                position: absolute;
                top: 120%;
                visibility: hidden;
                opacity: 0;
                transition: 0.3s all ease-in-out;
                -moz-transition: 0.3s all ease-in-out;
                background: #3eacff;
                z-index: 10;
                min-width: 100%;
                padding: 0;
                left: 0;
            }

            #menuMain ul.fl li a {
                display: block;
                color: #fff;
                text-transform: uppercase;
                font-size: 12px;
                padding: 10px;
            }

            #menuMain ul.fl li:hover > a, #menuMain ul.fl li.active > a {
                background: #0581b7;
            }

            #menuMain ul.fl li a .fa {
                position: relative;
                top: -1px;
                font-size: 10px;
            }

            #menuMain ul.fl li:hover > ul {
                top: 100%;
                visibility: visible;
                opacity: 1;
            }

            #menuMain ul.fl li ul li {
                display: block;
            }

            #menuMain ul.fl li.fr i {
                font-size: 15px;
            }

            #menuMain ul.fl li.fr ul {
                left: inherit;
                right: -10px;
            }

                #menuMain ul.fl li.fr ul i {
                    margin-right: 4px;
                }

            #menuMain ul.fl li ul li ul {
                left: 100%;
                top: 100%;
                border-left: 2px solid #fff;
            }

            #menuMain ul.fl li ul li:hover > ul {
                top: 0;
            }

        #menuMain ul.fl img.flag {
            width: 30px;
        }

    #menuMain.ontop {
        background: transparent;
    }

        #menuMain.ontop ul li ul, #menuMain ul li:nth-child(8) ~ li ul {
            left: initial;
            right: 0;
        }

    #menuMain ul.fl li:nth-child(8) ~ li ul li ul {
        left: initial;
        right: 100%;
    }

#left-sidebar, #main-content {
    margin-top: 0;
    background: #fff;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}

#left-sidebar {
    width: 240px;
    box-shadow: 0 0 10px #dadada inset;
    position: static;
    float: left;
}

    #left-sidebar.hide {
        display: none;
    }

    #left-sidebar .searchUnit {
        width: 220px;
        margin-bottom: 10px;
    }

    #left-sidebar .hide {
        display: none;
    }

    #left-sidebar span {
        transition: none;
        -moz-transition: none;
    }

#main-content {
    padding-left: 0;
    height: 100%;
    flex: 1;
    float: right;
    max-width: 100%;
}
/*#main-content.full { width: 100%}*/

/*.mCSB_scrollTools .mCSB_draggerContainer {left: 10px}*/
.mCSB_container_wrapper > .mCSB_container {
    padding-right: 0;
}

.mCSB_container {
    overflow: visible;
}

.mCSB_container_wrapper {
    margin-right: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.titleWelcome {
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

#statistical {
    margin: 5px 0 15px 0;
}

    #statistical .item {
        display: block;
        box-sizing: border-box;
        padding: 5px 10px;
        border: 2px solid #dadada;
        border-radius: 4px;
        transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        background: url(../icon/file.png) right 5px center no-repeat;
        background-size: auto 70%;
        position: relative;
        overflow: hidden;
    }

        #statistical .item:after {
            content: "Xem t?t c?";
            position: absolute;
            line-height: 64px;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s all ease-in-out;
            -moz-transition: 0.3s all ease-in-out;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 2;
        }

        #statistical .item p {
            margin-bottom: 0;
            line-height: 25px;
        }

            #statistical .item p.number {
                color: red;
                font-size: 18px;
            }

            #statistical .item p.name {
                color: #AAB5BC;
                font-size: 12px;
            }

        #statistical .item:hover {
            background-size: auto 80%;
        }

            #statistical .item:hover:after {
                bottom: 0;
                visibility: visible;
                opacity: 1;
            }

.commontitle {
    padding-bottom: 7px;
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #dadada;
    position: relative;
    text-transform: uppercase;
    display: block;
}

    .commontitle:after {
        content: "";
        position: absolute;
        bottom: -1px;
        height: 2px;
        width: 150px;
        background: #3eacff;
        display: block;
        left: 0;
    }

#birthday .group {
    height: 380px;
    overflow: auto;
}

#birthday .wImage:before {
    padding-bottom: 150%;
}

#birthday .item {
    border-bottom: 1px dotted #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#birthday ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #birthday ul li {
        line-height: 19px;
        margin-bottom: 3px;
        font-size: 13px;
    }

#birthday .chitiet {
    float: right;
}

    #birthday .chitiet:hover {
        color: #3eacff;
    }

.block-header {
    margin: 0;
}

#main-content .card {
    box-shadow: none;
}

    #main-content .card .header {
        padding: 0;
        margin-top: 15px;
    }

    #main-content .card .body {
        padding: 20px 0;
        font-weight: normal;
        color: inherit;
    }

.pl4 {
    padding-left: 4px;
}

.dropdown-menu li {
    font-size: 14px;
}

    .dropdown-menu li:active {
        background: #3eacff;
        color: #fff;
    }

        .dropdown-menu li:active a {
            color: #fff;
        }

.btn {
    font-size: 13px;
}

.flex {
    display: flex;
    flex-direction: row;
}

table th {
    font-weight: normal;
}

.fwb {
    font-weight: normal;
}

.commonHead {
    background: #0581b7;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 10px;
}

#left-sidebar .commonHead {
    width: 220px;
}

.pintab .fa {
    margin-left: 3px;
}

#pintab {
    position: fixed;
    line-height: 20px;
    z-index: 10;
    left: 10px;
    bottom: 0;
}

    #pintab ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #pintab ul li {
            white-space: normal;
            display: inline-block;
        }

            #pintab ul li a {
                background: #333;
                color: #fff;
                display: block;
                padding: 5px 10px;
                font-size: 13px;
            }

                #pintab ul li a:hover {
                    background: #3eacff;
                }

.colRight {
    float: right;
}

    .colRight .commonHead {
        margin-bottom: 5px;
    }

.w220px {
    width: 220px;
}

.colRight .w220px {
    margin-left: 10px;
}

#ListDauMuc {
    margin-bottom: 7px;
}

    #ListDauMuc ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #ListDauMuc ul li {
            border-bottom: 1px dashed #dadada;
        }

            #ListDauMuc ul li:last-child {
                border: none;
            }

            #ListDauMuc ul li a {
                display: block;
                //padding: 4px 5px;
                position: relative;
                left: 0;
                font-size: 13px;
                box-sizing: border-box;
            }

                #ListDauMuc ul li a:hover, #ListDauMuc ul li.active a {
                    background: #3eacff;
                    outline: none;
                    color: #fff;
                }

#ListChucNang ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #ListChucNang ul li {
        margin-bottom: 7px;
    }

        #ListChucNang ul li .btn {
            width: 100%;
            font-size: 12px;
            padding: 0.2rem 0.75rem;
        }

#FormInput {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
}

#PhieuHC a:hover {
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}

#PhieuHC {
    background: #fff;
    font-size: 14px;
    position: relative;
    padding-bottom: 20px;
}

    #PhieuHC p {
        margin: 0;
    }

    #PhieuHC .item {
        display: flex;
        width: 100%;
    }

    #PhieuHC .labelForm {
        line-height: 27px;
        font-weight: normal;
    }

    #PhieuHC .iptForm {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 7px;
    }

        #PhieuHC .iptForm input, #PhieuHC .iptForm select, #PhieuHC button.multiselect, #PhieuHC .select2-container .select2-choice {
            height: 25px;
            width: 100%;
            border: none;
            border-bottom: 1px dotted #333;
            line-height: 23px;
            outline: none;
            color: #6078c1;
            outline: none;
            text-align: left;
            box-shadow: none;
        }

    #PhieuHC button.multiselect {
        padding: 0;
    }

    #PhieuHC .multiselect-container input {
        width: inherit;
        height: 20px;
    }

    #PhieuHC .datepicker-group {
        display: flex;
    }

        #PhieuHC .datepicker-group input {
            flex: 1;
        }

    #PhieuHC .select2-container .select2-choice, #PhieuHC .select2-container-multi .select2-choices {
        font-size: 14px;
        line-height: 25px;
        padding: 0;
    }

        #PhieuHC .select2-container .select2-choice .select2-arrow b {
            background-position: 0 7px;
        }

    #PhieuHC .datepicker-group .btn-outline-secondary {
        height: 25px;
        line-height: 25px;
        padding: 0;
        border: none;
        border-bottom: 1px dotted #333;
        border-radius: 0;
        background: transparent !important;
        outline: none;
        box-shadow: none;
    }

        #PhieuHC .iptForm textarea, #PhieuHC .datepicker-group .btn-outline-secondary:hover {
            color: #6078c1;
        }

    #PhieuHC .iptForm select {
        height: 25px;
    }

    #PhieuHC .iptForm .select2-container .select2-choice, #PhieuHC .iptForm .select2-container-multi .select2-choices {
        border: none;
        border-bottom: 1px dotted #333;
        outline: none;
        box-shadow: none;
    }

.modal .select2-container--default .select2-selection--single, .modal .select2-container--default .select2-selection--multiple {
    border-color: #ced4da;
    min-height: 35px;
    outline: none;
}

    .modal .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }

    .modal .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px;
    }

    #PhieuHC .iptForm .select2-container--default .select2-selection--single .select2-selection__rendered, .modal .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #6078c1;
    }

#PhieuHC .titleHead {
    max-width: 50%;
    margin: 30px auto 20px auto;
    line-height: 27px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: 20px;
}

#PhieuHC .title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 7px;
    display: inline-block;
}

    #PhieuHC .title:after {
        content: "";
        height: 2px;
        width: 100%;
        background: #3eacff;
        display: block;
        bottom: 0;
        left: 0;
        position: absolute;
    }

#PhieuHC .smart-form th:first-child, #PhieuHC .smart-form th:last-child {
    min-width: auto;
}

#PhieuHC .smart-form th {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    min-width: 100px;
}

#PhieuHC .smart-form label {
    float: left;
    line-height: 27px;
}

#PhieuHC .item.textarea {
    display: block;
}

    #PhieuHC .item.textarea .iptForm {
        margin-left: 0;
        position: relative;
    }

        #PhieuHC .item.textarea .iptForm textarea {
            width: 100%;
            max-width: 100%;
            min-height: 100px;
            box-sizing: border-box;
            padding: 10px;
        }

#PhieuHC .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
}

#PhieuHC .lstbutton {
    margin-left: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

#PhieuHC .QRCode {
    float: right;
    max-width: 25%;
}

    #PhieuHC .QRCode img {
        width: 200px;
        margin: auto;
        height: auto;
        max-width: 100%;
        margin-bottom: 10px;
    }

    #PhieuHC .QRCode input {
        border: none;
        border-bottom: 1px dotted #333;
        height: 20px;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        text-align: center;
        outline: none;
    }

#PhieuHC .Photo {
    max-width: 25%;
    float: left;
    position: relative;
    border: 1px solid #dadada;
}

    #PhieuHC .Photo .wImage {
        width: 150px;
    }

        #PhieuHC .Photo .wImage:before {
            padding-bottom: 150%;
        }

    #PhieuHC .Photo #Upload {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }

#PhieuHC .lstbuttonsave {
    position: fixed;
    right: 60px;
    bottom: 10px;
}

#PhieuHC .dieuhuong {
    position: fixed;
    right: -330px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #3276b1;
    box-sizing: border-box;
    ;
    padding: 10px;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
}

    #PhieuHC .dieuhuong ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #PhieuHC .dieuhuong ul li {
            line-height: 22px;
            margin-bottom: 3px;
        }

        #PhieuHC .dieuhuong ul a {
            color: #fff;
            display: block;
        }

            #PhieuHC .dieuhuong ul a.active, #PhieuHC .dieuhuong ul a:hover {
                color: yellow;
            }

    #PhieuHC .dieuhuong:before {
        content: "Danh m?c h? s?";
        position: absolute;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        background: #3276b1;
        left: -122px;
        top: 97px;
        width: 220px;
        display: block;
        color: #fff;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
        border-bottom: 2px solid #fff;
    }

    #PhieuHC .dieuhuong:hover {
        right: 0;
    }

#PhieuHC table textarea {
    overflow: hidden;
    resize: none;
    border: none;
    outline: none;
    height: 25px;
    line-height: 25px;
    background: url(../icon/bgInputText.png) bottom left;
    background-size: auto 25px;
    width: 100%;
}

#PhieuHC .commonTool {
    display: none;
}

.modal label.control-label {
    margin-bottom: 0;
    font-weight: normal;
    line-height: 18px;
    padding-right: 0;
    min-height: 34px;
    display: table;
}

    .modal label.control-label span {
        vertical-align: middle;
        display: table-cell;
    }

        .modal label.control-label span span {
            display: inline;
        }

.modal input, .modal textarea, .modal select {
    color: #6078c1;
}

.modal-title {
    font-size: 20px;
}

.modal-header {
    padding: 10px 20px;
}

.padL-0 {
    padding-left: 0;
}

.padR-5 {
    padding-right: 5px;
}

.padL-5 {
    padding-left: 5px;
}

.fs15 {
    font-size: 15px;
}

.wspn {
    white-space: nowrap;
}

#PhieuHC .btnfix {
    position: sticky;
    position: -webkit-sticky;
    text-align: right;
    margin-top: 10px;
    bottom: 0;
}

    #PhieuHC .btnfix button {
        margin-right: 10px;
    }

#PhieuHC .date .input-group-append {
    width: auto;
}

#InfoHoSo {
    font-size: 13px;
}

    #InfoHoSo .group {
        margin-bottom: 10px;
    }

        #InfoHoSo .group .wImage {
            width: 80px;
            float: left;
        }

            #InfoHoSo .group .wImage:before {
                padding-bottom: 150%;
            }

        #InfoHoSo .group .info {
            width: calc(100% - 90px);
            float: right;
            padding: 0;
            margin: 0;
            list-style: none;
        }

            #InfoHoSo .group .info label {
                margin-bottom: 2px;
                font-weight: normal;
            }

            #InfoHoSo .group .info li {
                line-height: 17px;
                margin-bottom: 3px;
            }

#PhieuHCTemp {
    display: none;
}

#ThongTinChung .Photo table {
    display: none;
}

#ThongTinChung .Photo .fileupload-buttonbar {
    margin: 0;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.btn-group {
    /*width: 100%;*/
}


.lh34 {
    line-height: 34px !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d2d2d2;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #333;
    }

#basicForm {
    width: 100%;
}

.multiselect-container {
    width: 100% !important;
}

.search-input {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #dadada;
}

.custom-header {
    line-height: 30px;
    text-align: center;
    background: #333;
    color: #fff;
    font-weight: bold;
    display: block;
}

/*#colRightHoSo { margin-left: 10px; }
#colRightHoSo:before { content: ""; width: 5px; background: #dadada; height: 100%; display: block; float: left}
#colRightHoSo .w220px { width: 220px;float: right; margin-left: 5px; min-width: 220px}*/
.modal button.close {
    outline: none;
}

#PhieuHC .row1 {
    margin-right: -10px;
}

.lstUnitDieuDong {
    height: 400px;
    overflow: auto;
    width: calc(50% - 10px);
    float: left;
}

.tabHead {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #dadada;
    white-space: nowrap;
}

    .tabHead li {
        display: inline-block;
        margin-right: 5px;
        border: 1px solid #dadada;
        border-top: 2px solid #dadada;
        border-bottom: none;
        margin-bottom: -1px;
        position: relative;
        z-index: 1;
        background: #fff;
    }

        .tabHead li a {
            display: block;
            padding: 7px 15px;
        }

        .tabHead li:hover, .tabHead li.active {
            background: #3eacff;
            border-color: #3eacff;
        }

            .tabHead li:hover a, .tabHead li.active a {
                color: #fff;
            }

.pad0 {
    padding: 0;
}

#ListCanbo, #gridData tr.active {
    background: #dedede;
}

    #gridData tr.active td {
        border-color: #fff !important;
    }

.modal.show {
    overflow-y: auto !important;
}

.DetailsView .control-label {
    min-height: 0 !important;
}

.DetailsView .table-uploadvx {
    margin: 0;
}

.w100 {
    width: 100% !important;
}

.badge-fff {
    border-color: #fff;
    color: #fff;
}

.notification-dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    right: 7px;
    background-color: red;
}


.w80 {
    width: 80%;
    max-width: 100%;
}

.listLang img {
    max-width: 30px;
    margin-right: 3px;
}

.w400px {
    width: 400px;
}

.detail .titleMain {
    font-size: 20px;
    display: block;
    margin-bottom: 7px;
    line-height: 28px;
}

.detail .titleSub {
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
    line-height: 24px;
}

.thongke {
    background: #f3f3f3;
    border-top: 1px solid #ebebeb;
    padding: 3px;
    margin-bottom: 10px;
}

.thongke-ngay {
    width: auto;
    height: 100%;
    background: url(../icon/icon-thongke-ngay.png) no-repeat left;
    float: left;
    margin-left: 5px;
    padding-left: 5px;
}

.thongke-luotxem {
    width: auto;
    height: 100%;
    background: url(../icon/icon-thongke-luotxem.png) no-repeat left;
    float: left;
    padding-left: 10px;
    margin-left: 15px;
}

.thongke span {
    font-size: 12px;
    color: #aaa;
    line-height: 25px;
    margin-left: 15px;
    float: left;
    margin-right: 6px;
}

.cochu {
    float: right;
    width: auto;
    height: 100%;
}

    .cochu span {
        margin-left: 0px;
    }

.thongke .cochu a {
    margin: 0px;
    float: none;
    display: inline;
}

#CommonCuoiChiTietTin {
    background: #f3f3f3;
    border-top: solid 1px #ebebeb;
    font-size: 12px !important;
    color: #aaaaaa;
    padding: 5px;
    margin: 5px 0;
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
}

    #CommonCuoiChiTietTin a {
        display: inline-block;
        font-size: 12px !important;
    }

    #CommonCuoiChiTietTin .apd a {
        color: #aaaaaa;
        padding-left: 20px;
        margin-top: 3px;
        display: inline-block;
    }

    #CommonCuoiChiTietTin a:hover {
        color: #e95d0b;
    }

    #CommonCuoiChiTietTin a.prevDBT {
        background: url(../icon/prev.gif) no-repeat left center;
    }

    #CommonCuoiChiTietTin a.top {
        background: url(../icon/top.gif) no-repeat left center;
        padding-right: 20px;
    }

    #CommonCuoiChiTietTin a.email {
        background: url(../icon/email.gif) no-repeat left center;
        padding-right: 15px;
    }

        #CommonCuoiChiTietTin a.email span {
            display: none;
        }

    #CommonCuoiChiTietTin a.print {
        background: url(../icon/print.gif) no-repeat left center;
    }

    #CommonCuoiChiTietTin .shareItem {
        width: 25px;
        height: 20px;
        display: inline-block;
        position: relative;
        z-index: 1;
        top: 2px;
    }

#CommonHoTroCuoiBaiViet {
    padding: 20px 0;
}

    #CommonHoTroCuoiBaiViet a {
        display: inline-block;
        padding: 10px 22px;
        color: #fff;
        text-transform: uppercase;
        background: #e95d0b;
        margin-right: 10px;
    }

#CommonCuoiChiTietTin .fl {
    float: left;
}

#CommonCuoiChiTietTin .fr {
    float: right;
}

#CommonCuoiChiTietTin .cb {
    clear: both;
}

#CommonCuoiChiTietTin .pr20 {
    padding-right: 20px;
}

#CommonCuoiChiTietTin .fb_iframe_widget {
    top: -3px;
}

.lh35 {
    line-height: 35px;
}

.noidung {
    width: 100%;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
}

    .noidung img, .noidung input[type=image], .noidung1 img, .noidung1 input[type=image] {
        max-width: 100%;
        height: auto !important;
        margin: auto;
        display: block !important;
    }

    .noidung iframe, .noidung video, .noidung1 iframe, .noidung1 video {
        max-width: 100%;
        margin: auto;
        display: block !important;
    }

    .noidung table {
        margin: auto;
    }

    .noidung figcaption {
        text-align: center;
    }

    .noidung .wImage iframe {
        width: 100%;
        height: 100%;
    }

    .noidung.clip .wImage:before {
        padding-bottom: 56.23%;
    }

    .noidung h1, .noidung h2, .noidung h3, .noidung h4, .noidung h5, .noidung h6 {
        display: block;
    }

    .noidung h1 {
        margin: 0.67em 0;
        font-size: 2em;
    }

    .noidung h2 {
        margin: 0.83em 0;
        font-size: 1.5em;
    }

    .noidung h3 {
        margin: 1em 0;
        font-size: 1.17em;
    }

    .noidung h4 {
        margin: 1.33em 0;
    }

    .noidung h5 {
        margin: 1.67em 0;
        font-size: 0.83em;
    }

    .noidung h6 {
        margin: 2.33em 0;
        font-size: 0.67em;
    }

    .noidung p {
        margin-bottom: 16px;
    }

#alertNews {
    display: none;
    flex: 1;
}

marquee.alertNews {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 33px;
    float: right;
    width: 100%;
}

.wImage.video:before {
    padding-bottom: 56.25%;
}

.wImage.video iframe {
    width: 100%;
    height: 100%;
}

.chat .chat-history {
    max-height: 350px;
    overflow-y: auto;
}

.lstGroup {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .lstGroup li {
        line-height: 21px;
        border-bottom: 1px dashed #dadada;
        line-height: 35px;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .lstGroup li.active {
            background: #3eacff;
            color: #fff;
        }

            .lstGroup li.active:hover a {
                color: #fff;
            }

        .lstGroup li:hover {
            color: #3eacff;
        }

.dd-item {
    cursor: pointer;
}

.mr3 {
    margin-right: 3px;
}

.input-group-append .date {
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.m-r-3 {
    margin-right: 3px;
}

.processBar {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    margin-top: 10px;
}

    .processBar li {
        display: inline-block;
        min-width: 100px;
        height: 7px;
        background: #dadada;
        border-radius: 3px;
        width: 33%;
    }

        .processBar li.active {
            background: #3eacff;
        }

.processBarNote {
    margin: 0 10px 10px;
}

/*Date*/ .demodr {
    position: relative;
    height: 34px;
    z-index: 9999;
}

    .demodr i {
        position: absolute;
        bottom: 10px;
        right: 24px;
        top: auto;
        cursor: pointer;
    }

.loading_spin {
    display: none;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #0062cc;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p {
    margin: 0;
}

#FormLogin {
    display: flex;
    width: 100%;
    min-height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
}

    #FormLogin .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #FormLogin .wrap {
        position: relative;
        z-index: 2;
        ;
        width: 1000px;
    }

        #FormLogin .wrap .header {
            position: relative;
            margin-bottom: 20px;
        }

        #FormLogin .wrap .title_page_back, #FormLogin .wrap .title_page_over {
            font-family: UTMHelvetIns;
            color: #fff;
            text-align: center;
            font-size: 35px;
            text-transform: uppercase;
            line-height: 45px;
            text-shadow: 3px 0 0 #003366, -3px 0 0 #003366, 0 3px 0 #003366, 0 -3px 0 #003366, 2px 2px #003366, -2px -2px 0 #003366, 2px -2px 0 #003366, -2px 2px 0 #003366;
            position: relative;
        }

        #FormLogin .wrap .title_page_back {
            position: absolute;
            width: 100%;
            text-shadow: 6px 6px 20px #fff,-6px -6px 20px #fff;
        }

#mainLogin {
    padding: 25px 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    box-shadow: 0 4px 10px rgba(0, 51, 153, 0.39);
    width: 500px;
    margin: auto;
}

    #mainLogin .title_login {
        font-family: UTMHelvetIns;
        text-align: center;
        text-transform: uppercase;
        font-size: 25px;
        color: #0066cc;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
        padding: 0 20px;
        display: table;
        margin: auto;
        margin-bottom: 20px;
        padding-bottom: 0px;
        border-bottom: 2px solid #759fc9;
    }

#FormLogin #mainLogin input[type=text], #FormLogin #mainLogin input[type=password] {
    border: 1px solid #57a9ce;
    border-radius: 3px;
    padding-left: 45px;
    height: 45px;
}

#FormLogin #mainLogin .form-group {
    margin-bottom: 10px;
}

#FormLogin #mainLogin #UserName {
    background: url(../icon/icon_user.png) left 10px center no-repeat, #fff;
}

#FormLogin #mainLogin #Password {
    background: url(../icon/icon_pass.png) left 10px center no-repeat, #fff;
}

#FormLogin #mainLogin .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #FormLogin #mainLogin .flex input {
        width: 220px;
        padding: 0 10px;
    }

    #FormLogin #mainLogin .flex img {
        height: 45px;
    }

    #FormLogin #mainLogin .flex #imgChange {
        height: 34px;
    }

#FormLogin #mainLogin .btn {
    background: #0066cc;
    border-color: #fff;
    font-size: 16px;
    height: 45px;
}

#FormLogin .RememberPass {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin: 0;
}

    #FormLogin .RememberPass input {
        margin: 0;
        margin-right: 5px;
    }

#FormLogin input[type=checkbox] {
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 17px;
    height: 17px;
}

    #FormLogin input[type=checkbox]:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border: 1px solid #333;
        pointer-events: none;
    }

    #FormLogin input[type=checkbox]:checked:after {
        content: "\f00c";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border: 1px solid #097bdc;
        pointer-events: none;
        font-weight: 900;
        font-family: 'FontAwesome';
        font-size: 11px;
        text-align: center;
        line-height: 17px;
        color: #097bdc;
    }

#FormLogin .regis {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #FormLogin .regis span {
        margin: 0 10px;
    }

    #FormLogin .regis a {
        color: #000;
    }

        #FormLogin .regis a:hover {
            color: #0a54bf;
        }

#FormLogin .info {
    text-align: center;
    line-height: 20px;
    margin-top: 15px;
}

#FormLogin * {
    box-sizing: border-box;
}

#dasboard {
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    #dasboard .item:first-child {
        border: none;
    }

    #dasboard .item {
        width: calc((100% - 10px) / 2);
        border: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    #dasboard .map img {
        width: 100%;
    }

#commonFoot {
    text-align: center;
    padding: 5px 0 0 0;
    color: #000;
    font-size: 12px;
    border-top: 1px solid #999;
    margin-top: 15px;
}

.groupdetail div {
    align-items: center;
}

.fixheader {
    position: sticky;
    top: 0;
}
/*.highcharts-credits {display: none}*/
#table_Detal > .row {
    margin: 0;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.openList, .openSub, #overlay {
    display: none;
}

.w90 {
    width: 90vw;
    max-width: none;
}

.form-group {
    margin-bottom: 7px;
}

/*chia tab*/
ul#tabs {
    list-style-type: none;
    padding: 0;
    /*border-bottom: 1px solid #00afd0;*/
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

    ul#tabs li {
        text-transform: uppercase;
        background: #faf9f9;
        color: #666666;
        font-family: SwissCB;
        text-align: center;
        line-height: 35px;
        display: inline-block;
        padding: 5px 20px;
        cursor: pointer;
        border-radius: 3px 3px 0 0;
        justify-content: flex-start;
        flex: none;
        min-width: 100px;
    }

        ul#tabs li:hover {
            color: white;
        }

        ul#tabs li.active {
            color: white;
        }

ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    ul#tab li {
        position: absolute;
        width: 100%;
        opacity: 0;
        z-index: -1;
    }

        ul#tab li.active {
            opacity: 1;
            z-index: 1;
            position: static;
        }

.tabs-style-shape nav li.active {
    z-index: 9;
}

    .tabs-style-shape nav li.active a svg {
        fill: #2CC185;
    }

    .tabs-style-shape nav li.active a span {
        background: #2CC185;
    }

.tabs-style-shape nav li a span {
    font-size: inherit;
    transition: width 2s;
}

.tabs-style-shape ul#tabs li {
    padding-left: 0px;
    margin-left: 0px;
    border: none;
}

.Back {
    position: absolute;
    right: 0;
    margin-right: 20px;
    margin-top: -45px;
}
/*.tabs-style-shape nav li a:hover span {
    background-color: #3eacff !important;
}

.tabs-style-shape nav li a:hover svg  {
    background-color: #3eacff !important;
}*/
.border-tab {
    border-style: groove;
    padding: 15px 15px 0px 15px;
    border: 1px solid #00afd0;
}

    .border-tab .border-tab2 {
        border-style: groove;
        border: 1px solid #00afd0;
    }

    .border-tab .row .col-md-5 span, .border-tab .row .col-md-3 span, .border-tab .row .col-md-7 span {
        /*border-bottom: 2px dotted #00afd0;*/
    }

.tabs nav ul {
    justify-content: left !important;
}

.tabs.tabs-style-shape {
    width: 100% !important;
    max-width: 100%;
}

#FormInput #PhieuHC .select2-container .select2-choice, #FormInput #PhieuHC .select2-container-multi .select2-choices {
    border: 1px solid #ced4da;
    height: auto;
    line-height: unset;
    padding: 6px;
    color: #495057;
}

    #FormInput #PhieuHC .select2-container .select2-choice .select2-arrow b {
        background-position: 0 10px;
    }

#FormInput #PhieuHC .datepicker-group .btn-outline-secondary {
    FONT-WEIGHT: 200;
    border: 1px solid #ced4da;
    height: auto;
    line-height: unset;
    color: #6c757d;
    border-color: #6c757d;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

/*endregion*/

/*pageList.css*/
.pagination {
    display: inline-block;
    padding-left: 0;
    /*margin: 20px 0;*/
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

    input[type="checkbox"]::before,
    input[type="checkbox"]::after {
        position: absolute;
        content: "";
        display: inline-block;
    }

    input[type="checkbox"]::before {
        height: 16px;
        width: 16px;
        border: 1px solid #999;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-radius: 2px;
    }

    input[type="checkbox"]::after {
        height: 5px;
        width: 9px;
        left: 4px;
        top: 4px;
    }

    input[type="checkbox"]:checked::after {
        content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }

    input[type="checkbox"]:checked::before {
        background-color: #18ba60;
        border-color: #18ba60;
    }

.icon-back_24:hover {
    cursor: pointer;
    background-color: #d3d7de;
    border-radius: 50%;
}

.icon-back_24:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: transparent url('../img/icons/icon_collection_v2.svg') no-repeat 0 -362px;
    vertical-align: bottom;
}
