﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot?v=4.5.0');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/fonts/glyphicons-halflings-regular.woff2?v=4.5.0') format('woff2'),url('/fonts/glyphicons-halflings-regular.woff?v=4.5.0') format('woff'),url('/fonts/glyphicons-halflings-regular.ttf?v=4.5.0') format('truetype'),url('/fonts/glyphicons-halflings-regular.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.childHeight30 div div {
    min-height: 30px;
    padding: 5px;
}

.tableUser {
    padding: 1px;
    border-collapse: collapse;
    /*word-break:break-all;*/
    word-break: break-all;
}

    .tableUser > div > div {
        padding: 4px;
        border: 1px solid #e6e8e9;
    }


    .tableUser > div:not(:first-child):hover {
        background-color: #e6e8e9;
    }

div.tableUser > div:first-child {
    background-color: #0094ff;
    border: 1px solid #e6e8e9;
    text-align: center;
    padding: 0px;
    min-height: 35px;
    color: #fff;
}

.tableUser a {
    cursor: pointer;
}

.tableUser .row {
    margin-left: 10px;
    margin-right: 10px;
}

.divAdminUser {
    text-align: left;
    /*min-width: 1024px;*/
    padding-left: 15px;
    line-height: 30px;
}

.divDeleteUser > div {
    text-decoration: line-through;
}

.panel-body > div {
    width: 95%;
    font-size: 13px;
}

.courseDropDownList {
    min-width: 200px;
}

.display-table-menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 80px;
    background: #028ed2;
    color: white;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.display-table-menu a {
    color: white;
    font-size: larger;
}

.divAdminMenu {
    max-width: 200px;
    float: left;
    width: 20%;
    padding-right: 5px;
}

.divMainContent {
    /*border-left: solid 1px #808080;*/
    padding-left: 10px;
    float: left;
    width: 80%;
    min-height: 800px;
}

.icon-ok {
    background: url(/Images/ok.png) no-repeat center center;
}

.userSearch {
    padding-left: 15px;
}


    .userSearch .row {
        padding: 2px;
    }

    .userSearch > .divQuestionDetail:first-child {
        border-top: solid 1px #88b9e3;
    }

    .userSearch .divQuestionDetail {
        padding: 5px;
        border-bottom: solid 1px #88b9e3;
    }

.divTeacherContent .row {
    padding: 2px;
}

.divUserInfo > div.row > div {
    min-height: 25px;
    padding: 5px;
}

.divMenuContent {
}

    .divMenuContent a {
        color: black;
    }

.roleDropDown {
    width: 200px;
}

ul.ulRightMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

    ul.ulRightMenu > li {
        padding: 3px;
    }

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.equal, .equal > div[class*='col-'] {
    /**/
    display: -webkit-box;
    /*display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    flex: 1 0 auto;
    /* display: -webkit-box;
    flex: 1 0 auto;*/
}


.text-align-ex {
    text-align: -webkit-right !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

.label-input {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
}

.pannel-main-padding-left {
    padding-left: 30px;
}

.divUserInfo {
    background-color: #ffffff;
}

.jdi-edit-user .tabcontrol > .frames .frame {
    background-color: #e6e8e9;
}

.loading {
    position: absolute;
    display: none;
    /*border: 1px solid #5c9ccc;*/
    padding: 2px;
    background-color: #e8e9e9;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 100000;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.loadingPanel {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #e8e9e9;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.v-menu .ul li, ol li {
    line-height: 25px;
}

ul.v-menu li a {
    padding: .25rem 1rem .25rem 1.5rem;
}

ul.v-menu .menu-title {
    font-size: 14px;
    font-weight: bold;
}

.jdi-banner-text {
    font-size: 25px;
    color: #ffffff;
}

.answertrue label {
    color: red;
}

.answertrue.userAnswer label {
    color: red;
    text-decoration: none;
}

.userAnswer label {
    color: blue;
    text-decoration: line-through;
}

ul li.message-toggle-wrapper,
ul li.notify-toggle-wrapper {
    line-height: unset;
}

.profile-info {
    margin-bottom: 15px;
}

.input-control.text.datepicker:before {
    content: none;
}

.notify-container {
    left: 30%;
    z-index: 9999;
}

section .content-body {
    line-height: 28px;
}

.dropzone .dz-message {
    line-height: normal;
}

.dropzone {
    min-height: unset;
    padding: unset;
}

.profile-details {
    padding-left: 6px;
}

.add-new-user {
    font-size: medium;
    line-height: 30px;
    padding: 4px;
}

    .add-new-user input[type=text], .add-new-user input[type=password] {
        padding: 3px;
    }

.logo-area {
    cursor: pointer;
}

.choose-answer-even {
    background-color: #e8e9e9;
}

.mark-result {
    color: red;
}

.tableUser a:hover img {
    background-color: #0094ff;
}

.wrapper.main-wrapper .page-title .breadcrumb {
    margin: 0px;
}

.cbx-treeview {
    background-color: rgba(230,232,233, 0.95);
    z-index: 400;
	max-height:400px;
	overflow-y:auto;

}

.treeview .node .leaf {
    padding: 5px;
}

    .treeview .node .leaf:hover {
        background-color: yellow;
    }

.treeview .node.active > span.leaf {
    background-color: yellow;
}

.cbx-gridtree div[class*="col-md-"] {
    border-right: solid 1px #e6e8e9;
}

.cbx-gridtree.treeview li {
    padding-right: 0px;
}

.cbx-gridtree.treeview li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cbx-gridtree .row:hover {
    background-color: yellow;
}

.cbx-gridtree .row.active {
    background-color: yellow;
}

.cbx-gridtree .row {
    border-bottom: solid 1px #e6e8e9;
}

.divAdminUser .row.grid-header {
    background-color: #0094ff;
    border: 1px solid #e6e8e9;
    text-align: center;
    padding: 0px;
    min-height: 35px;
    color: #fff;
    margin-right: -7px;
}

    .divAdminUser .row.grid-header > div {
        border-left: solid 1px #fff;
    }

#gridTreeGridtree > ul {
    margin-left: -10px;
}


.seperate-border {
    border: solid 1px #e6e8e9;
}

.seperate-border-right {
    border-right: solid 1px #e6e8e9;
}

.layout-header {
    background-color: #E0ECFF;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
}

#divBackLink a.removeBackLink {
    display: none;
}

.btn-group .btn-active.active {
    background-color: #4bac4d;
    outline: unset;
    color: #fff;
    box-shadow: unset;
    border: 1px solid #4bac4d;
}

.btn-group .btn-active {
    border: 1px solid #ced4da;
}

.btn-group .btn-inactive {
    border: 1px solid #ced4da;
}

    .btn-group .btn-inactive.active {
        background-color: #FF4961;
        border: 1px solid #FF4961;
        outline: unset;
        color: #fff;
        box-shadow: unset;
    }

.btn-group .btn:focus {
    outline: none;
}

.list-action {
    padding: 0px;
    margin: 0;
}

    .list-action li {
        list-style: none;
        padding: 6px 20px;
    }

        .list-action li:hover {
            background-color: #2e94da;
        }

            .list-action li:hover a {
                text-decoration: none !important;
                color: #fff;
            }

        .list-action li a {
            text-decoration: none !important;
            color: #444;
            width: 100%;
            display: block;
            font-size: 14px;
        }

    .list-action:before {
        content: "";
        width: 10px;
        height: 10px;
        border-bottom: 5px solid #fff;
        border-left: 5px solid #fff;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        display: block;
        position: absolute;
        margin-left: -5px;
        margin-top: 8px;
        transform: rotate(45deg);
    }

.bar-popover:focus {
    outline: unset;
    color: #666;
}

.bar-popover {
    color: #bbb;
}

    .bar-popover:hover {
        color: #666;
    }

.modal-content-1 {
    border-radius: unset !important;
    border: unset !important;
}

    .modal-content-1 .modal-header {
        color: white;
        border-radius: unset !important;
    }

md-dialog {
    border-radius: unset !important;
}

.close-1 {
    color: #fff !important;
    text-shadow: unset !important;
    opacity: 1 !important;
    font-weight: 300 !important;
    font-size: 37px !important;
    padding-right: 20px !important;
    padding-top: 12px !important;
}

    .close-1:hover {
        color: #444 !important;
    }

.form-group input {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.form-group md-autocomplete-wrap {
    box-shadow: unset !important;
}

.md-dialog-cus-1 {
    width: 660px;
}

@media(min-width:1300px) {
    .md-dialog-cus-add {
        width: 65%;
    }

    .md-dialog-cus-add-md {
        width: 55%;
    }

    .md-dialog-cus-1 {
        width: 960px;
    }

    .md-dialog-cus-add-sm {
        width: 40%;
    }
}

@media(min-width: 900px) and (max-width: 1299px) {
    .md-dialog-cus-1 {
        width: 800px;
    }
}

.tudo-pad {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

    .tudo-pad:hover div {
        box-shadow: 0px 0px 10px 1px #44444457;
        cursor: pointer;
    }

    .tudo-pad div {
        transition-duration: 0.35s;
    }

    .tudo-pad:focus {
        outline: unset;
    }

#EditDivImageLocation span {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 5px 10px 7px 10px;
    border-radius: 4px;
}

    #EditDivImageLocation span:hover {
        color: #fff;
        background-color: #1e7e34 !important;
        border-color: #1c7430;
    }

#EditDivImageLocation div {
    padding-top: 3px;
    padding-left: 0 !important;
}

.modal-body-overflow {
    height: 460px;
    overflow: auto;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2e94da !important;
    border: 1px solid #2e94da !important;
}

.custom-control-label::before {
    border: 1px solid #c5cad0;
}

.status-inactive {
    background: #636e72;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-active {
    background: #4bac4d;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-cancel {
    background: #e44e4d;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-hibernate {
    background: #ffb01e;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-expired {
    background: #fd79a8;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-exch-in-progress {
    background: #2e94da;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.hidden {
    display: none !important;
}

.status-active-in-progress {
    background: #6c5ce7;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.cus-height {
    height: 183px;
    overflow: auto;
}

.btn-danger:focus {
    box-shadow: unset !important;
    outline: unset;
}

.custom-control-label-1::before {
    border: 1px solid #6ab6e0;
}

}

.custom-menu .dropdown-toggle:before, button.dropdown-toggle:before {
    display: none;
}

#navbarNavDropdown a.nav-link span, #navbarNavDropdown a.nav-link i.fa {
    color: #fff;
}

#navbarNavDropdown a.dropdown-item {
    color: #fff;
}

#navbarNavDropdown li.menu-level2 {
    position: relative;
}

#customerImage {
    width: 280px;
    height: 300px;
}

    #customerImage img {
        max-width: 100%;
        max-height: 100%;
    }

#navbarNavDropdown li.menu-level2 ul.dropdown-menu {
    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
}

#navbarNavDropdown li.menu-level2:hover ul.dropdown-menu {
    display: block !important;
}

.lock-icon {
    /*text-align:center;*/
    border-color: #FF4961 !important;
}

    .lock-icon i {
        color: #FF4961;
    }

.unlock-icon {
    /*text-align:center;*/
    border-color: #4bac4d !important;
}

    .unlock-icon i {
        color: #4bac4d;
    }

.lock-icon:hover ~ span, .lock-open-icon:hover ~ span {
    display: inline-block;
}

.status-cus-hover span {
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.status-cus-hover {
    border: 1px solid;
    border-radius: 20px;
    padding: 3px 7px 5px 7px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .status-cus-hover:hover span {
        display: inline-block;
        padding-left: 10px;
        color: #52677a;
        font-weight: 400;
    }


.vt-btn-default {
    background-color: rgb(153, 153, 153);
    color: rgb(51, 51, 51);
    font-size: 12px;
    font-weight: normal;
    min-width: 120px;
    border-color: rgb(221, 221, 221);
    padding: 6px 20px;
    color: #fff !important;
}

.dropdown-menu-price {
    width: 290px !important;
}

.ts-arrow {
    right: -18px;
    margin-top: -7px;
    top: 13%;
    border-right-width: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-left-color: rgba(0,0,0,.15);
    border-style: solid;
    border-width: 9px;
}

    .ts-arrow:after {
        content: " ";
        right: -5px;
        border-right-width: 0;
        bottom: -7px;
        border-width: 7px;
        position: absolute;
        display: block;
        border-color: transparent;
        border-left-color: #ffffff;
        border-style: solid;
        width: 14px;
        height: 14px;
    }

.dropdown-note:after {
    content: unset !important;
}

.dropdown-menu-note {
    padding: 2px 5px;
    /*box-shadow: 0 0 16px 0 #84848463;;*/
}

    .dropdown-menu-note textarea {
        border: unset;
    }

.dropdown-note {
    opacity: 0;
}

.btn-toggle:focus, .btn-primary:focus {
    box-shadow: unset !important;
}

.btn-toggle {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .07rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem .25rem 0rem 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-toggle:hover {
        cursor: pointer;
    }

.table-banhang tr:hover .dropdown-note {
    opacity: 1;
}

.ts-payment {
    font-size: 30px;
    color: #4bac4d;
}

    .ts-payment:hover {
        color: #349336;
        cursor: pointer;
    }


.gia-banhang {
    width: 100px;
    text-align: right;
    border: none;
    background: none;
    border-bottom: 1px solid #aaa !important;
}

    .gia-banhang:before {
        content: unset !important;
    }

    input.soluong:focus, .gia-banhang:focus, .gia-banhang1:focus, .gia-banhang2:focus {
        box-shadow: unset !important;
        outline: unset !important;
        border-bottom: 2px solid #4bac4d !important;
    }

.input-button {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.dropdown-menu-price label {
    margin-bottom: 0 !important;
}

.dropdown-menu-price {
    padding: 5px !important;
}

.border-bottom-1 {
    border-bottom: solid 1px #dde7f1;
}


h3.cus-action-his {
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: solid 1px #e6e8e9;
}

.jdi-required {
    color: red;
}


.table-responsive table.table tbody tr td {
    /*word-break: break-all;*/
    word-break: break-word;
}

.table-responsive table.table thead th {
    /*text-align: center;*/
}


.div-user-fullname {
    float: left;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.btn.btn-white:hover {
    color: #fff !important;
}

ul.pagination .page-item.disabled {
    cursor: not-allowed;
}

.jdi-expire {
    background: #e5e6e7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 404px;
    z-index: 0;
}

    .jdi-expire.main {
        width: 700px;
        margin: 161px auto 0;
        min-height: 310px;
        position: relative;
        z-index: 1;
    }

    .jdi-expire .main-l {
        width: 280px;
        font-size: 14px;
        color: #666;
        line-height: 18px;
        font-weight: normal;
        padding-top: 60px;
        padding-left: 15px;
    }

    .jdi-expire .main-r {
        position: absolute;
        top: 0;
        left: 300px;
    }

    .jdi-expire .txtRed {
    }

.btn-register {
    background: #2ecc71;
    border-color: #2ecc71;
    /* width: 100%; */
    margin: 0 auto;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    font-weight: 500;
}

.user-profile-img {
    padding-left: 200px;
}

@media (max-width: 576px) {
    .user-profile-img {
        padding-left: 40px;
    }
}

@media (min-width: 1024px) {
    #sl-chinhanh {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .custom-menu .navbar-light a.navbar-brand {
        max-width: 55px;
        margin-right: .3rem;
    }

    a.btn.btn-white.dropdown-toggle {
        font-size: 14px;
    }
}

.unauthorised .outPopUp {
    position: absolute;
    width: 60%;
    min-height: 250px;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    text-align: center;
}

.class-403 i {
    color: #ef3333;
    font-size: 100px;
}

.class-denied {
    font-size: 24px;
    color: #464855;
    font-weight: 500;
}


.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.btn.btn-success.access-deny:visited {
    color: white;
}

.padding-top-8 {
    padding-top: 8px;
}

.main-tt {
    display: inline-block;
    color: #2c304d;
    font-weight: 400;
    font-size: 28px !important;
}

.progress-ab {
    position: absolute;
    padding-top: 40px;
    width: 98%;
}

.progress.progress-ts {
    width: 64%;
    margin: auto;
    height: .7rem;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar.bg-success-ts {
    background-color: #4bac4d !important;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}

.tab-buoc {
    width: 100%;
    display: flex;
    padding: 15px 30px;
    justify-content: space-around;
}

.buoc-1, .buoc-2, .buoc-3 {
    text-align: -webkit-center;
    z-index: 100;
}

.hinh-tron.active {
    background-color: #e9ecef;
    border: 2px solid #4bac4d;
    cursor: pointer;
    padding-top: 5px;
}

.hinh-tron {
    width: 60px;
    height: 60px;
    padding-top: 5px;
    border-radius: 50%;
    background-color: #e9ecef;
    border: 2px solid #90b2ca;
}

    .hinh-tron.active p {
        color: #4bac4d;
    }

    .hinh-tron p {
        color: #90b2ca;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

.home-summary {
    display: block;
    margin: auto;
}

.border-all {
    border-radius: 4px;
    border: 2px solid #2e94da !important;
}

.title-summary {
    background-color: #2e94da !important;
    padding: 15px;
    color: white;
    font-size: 22px;
    margin-top: 0px;
    font-weight: 400;
}

.border-all-1 {
    padding: 10px 15px 30px 15px !important;
}


.hinh-tron p {
    cursor: pointer;
}

tr.cssSummaryRow {
    cursor: default;
    background: #c6eaba !important;
    font-weight: bold;
}

.disable-click {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}


.notify .notify-closer:after {
    border-color: #777777;
    content: '\D7';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.65rem;
    margin-left: -0.35rem;
}

div.notifyjs-happyblue-base.notifyjs-happyblue-info {
    background-color: greenyellow;
    padding: 10px;
    color: brown;
}

.status-order-0 {
    background: #4bac4d;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-order-1 {
    background: coral;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-order-2 {
    background: green;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-order-3 {
    background: #FF4961;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.status-order-4 {
    background: gray;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

@media (max-width: 1024px) {
    div.main-ct-inside {
        display: inline-block;
    }
}

#navbarNavDropdown .dropdown-menu.index-11 li.menu-level2 ul.dropdown-menu {
    left: -100%;
}

#navbarNavDropdown .dropdown-menu.index-10 li.menu-level2 ul.dropdown-menu {
    left: -100%;
}

@media(min-width:1600px) {
    .ts-xl-width-49 {
        width: 49%;
    }
}

.pay-success {
    background-color: limegreen;
    padding: 5px;
    margin: 5px;
    color: #fff;
    border-radius: 7px;
    font-weight: 500;
}

.pay-fail {
    background-color: red;
    padding: 5px;
    margin: 5px;
    color: #fff;
    border-radius: 7px;
    font-weight: 500;
}

a.tf-guide {
    background-color: green;
    color: #fff !important;
    padding: 7px;
    border-radius: 8px;
}

.status-not-approve {
    background: yellow;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: red !important;
    font-size: 13px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2e94da !important;
    border: 1px solid #2e94da !important;
}

.custom-control-label::before {
    border: 1px solid #c5cad0;
}

.custom-control-label-1::before {
    border: 1px solid #6ab6e0;
}

body{
    font-family:Arial;
}

    body h2 {
        font-family: Arial;
    }


.nav-main-ts .menu-level2 a.active {
    background-color: #0094da;
}
.nav-link img{
    height:14px;
    margin-top:-3px;
}



.tab-content.left-sidebar-scroll2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.tab-content.left-sidebar-scroll2::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.tab-content.left-sidebar-scroll2::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}


div.tab-content.left-sidebar-scroll2 {
    height: calc(100vh - 140px);
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

    div.tab-content.left-sidebar-scroll2:hover {
        overflow-y: scroll;
    }

.fix-width-td {
    text-align: center;
    min-width: 75px !important;
    max-width: 80px;
}

table.sticky-table thead th{
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 3;
}

.sticky-column-full {
    left: 0;
    z-index: 4 !important;
}

table.sticky-table tbody tr td {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 3;
}

.table-fix-scroll-new::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    position: fixed;
}

/* Track */
.table-fix-scroll-new::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* Handle */
.table-fix-scroll-new::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

    .table-fix-scroll-new::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.table-fix-scroll-new {
    height: calc(100vh - 195px);
    overflow: auto;
}

    .table-fix-scroll-new table.table thead th {
        position: sticky;
        top: 0px;
        background: #fff;
        z-index: 1;
    }

        .table-fix-scroll-new table.table thead th:before {
            content: "";
            width: 100%;
            height: 1px;
            background: #dee2e6;
            display: block;
            position: absolute;
            top: -1px;
            left: 0;
        }

        .table-fix-scroll-new table.table thead th:after {
            content: "";
            width: 100%;
            height: 2px;
            background: #dee2e6;
            display: block;
            position: absolute;
            bottom: -2px;
            left: 0;
        }


    .table-fix-scroll-new table.table thead th, .table-sticky-new table.table thead th {
        position: sticky;
        top: 0px;
        background: #fff;
        z-index: 4;
    }

    .table-fix-scroll-new table.table thead th {
        position: sticky;
        top: 0px;
        background: #fff;
        z-index: 4;
    }

    .table-fix-scroll-new::-webkit-scrollbar, .table-sticky-new::-webkit-scrollbar {
        height: 10px;
        width: 10px;
        /* display: none; */
        position: fixed;
    }
    /*
.giao-hang label{
    position:relative;
}
.giao-hang label .xoa-giao-hang {
    position: absolute;
    right: 0px;
    top: 0px;
}*/

.treeview .node .leaf:hover {
    background-color: unset !important;
}

.treeview .leaf {
    text-transform: capitalize;
    transition-duration: .25s;
}

.treeview ul > li > .leaf:hover {
    color: #464855;
    font-weight: bold;
    padding-left: 8px;
}

.treeview ul > li > ul {
    background: #808080;
}

.treeview ul > li {
    background: rgb(242, 243, 248);
}

.treeview-container {
    position: relative;
    max-height: 400px;
    overflow: auto;
    z-index: 200;
}

    .treeview-container .input-control.small-check .check:before {
        width: 9.5px;
        margin-top:-4.5px;
        height:5.5px;
    }