﻿*:focus {
    outline: unset;
}

.text-blue {
    color: #007bff;
}

.font-weight-500 {
    font-weight: 500;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12 {
    font-size: 12px;
}

.btn-close-hr {
    background: #9e9e9e;
    color: #fff;
}

    .btn-close-hr:hover {
        background: #7d7d7d;
        color: #fff;
    }

.daterange05 + i {
    right: -10px !important;
}

.form-control:focus {
    outline: unset;
    box-shadow: unset;
}

.btn-updown-new {
    position: absolute;
    background: unset;
    display: inline-block;
    opacity: 0;
    font-weight: 400;
    color: #888;
    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 #cacaca;
    padding: .3rem .2rem;
    font-size: 1rem;
    line-height: .5;
    border-radius: .2rem;
    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-updown-new.left {
        right: 47px;
    }

    .btn-updown-new.right {
        right: -17px;
    }

.show-btn-updown:hover .btn-updown-new {
    opacity: 1;
}

.btn-updown-new:hover {
    background: #bbe9ff;
    border-color: #bbe9ff;
}
/*Thay đổi bố cục tiêu đề, thanh tìm kiếm*/
.main-tt-new {
    display: inline-block;
    color: #2c304d;
    font-weight: 500;
    font-size: 20px !important;
}
/*Form line*/
.input-group input, .form-group input, .input-group-append .input-group-text, .form-group select, .input-group-append button, textarea.form-control, .form-control-line {
    border: unset !important;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    border-bottom: 1px solid #ddd !important;
}

.form-control-ico {
    position: relative;
}

    .form-control-ico i.ico-widget {
        position: absolute;
        width: 24px;
        height: 24px;
        /*background: aqua;*/
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .form-control-ico i.ico-widget:hover {
            color: #2e94da;
        }

    .form-control-ico i.ico-one {
        top: 6px;
        right: 5px;
        color: #737373;
    }

    .form-control-ico i.ico-two {
        top: 6px;
        right: 30px;
        color: #737373;
    }

.form-control-select i.ico-one {
    top: 6px;
    right: 5px;
    color: #737373;
}

.form-control-select i.ico-two {
    top: 6px;
    right: 30px;
    color: #737373;
}

.form-control-select i.ico-two {
    right: 41px !important;
}

.form-control-select i.ico-one {
    right: 17px !important;
}

.form-group input, .input-group-append .input-group-text, .form-group select, .input-group-append button, textarea.form-control {
    border: unset !important;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    border-bottom: 1px solid #ddd !important;
}

.form-group input, .form-group select, textarea.form-control {
    padding-left: 0 !important;
    /*padding-right: 0 !important;*/
}

.form-control-ico input.form-control {
    padding-right: 30px !important;
}

.form-control-ico-2 input.form-control {
    padding-right: 60px !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    border-bottom-width: 2px !important;
    border-color: #80bdff !important;
    box-shadow: unset !important;
}

.icon-btn-gray + .icon-btn-gray {
    padding-left: 3px !important;
}

.icon-btn-gray {
    padding: 7px;
    cursor: pointer;
    color: #737373;
}

    .icon-btn-gray:hover {
        color: #2e94da !important;
    }
/*Thẻ tag khách hàng*/
.ts-tag-customer {
    border: 1px solid #c7c5c588;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background: #fff;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 4px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    height: 24px;
}

.ts-tag-customer-null {
    border: 1px solid #c7c5c588;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 8px;
    background: #fff;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 2px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    color: #464855;
    height: 24px;
}

    .ts-tag-customer-null i.fa-tag {
        margin-right: 3px;
        margin-top: 2px;
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
        color: #464855;
        padding: 0;
    }

.ts-tag-customer-1 {
    border: 1px solid #c7c5c588;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 6px;
    background: #fff;
    font-size: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    /*height: 20px;*/
}

.ts-tag-customer img {
    width: 12px;
    margin-right: 3px;
}

.ts-tag-customer-1 img {
    width: 12px;
}

.ts-tag-customer:hover {
    /*box-shadow: 0 0 5px 0 #88888844;*/
    background: #eee;
}

    .ts-tag-customer:hover .ic-remove-tag {
        display: flex;
    }

.ts-tag-customer-1:hover {
    box-shadow: 0 0 5px 0 #88888844;
    background: #eee;
}

.ic-remove-tag {
    position: absolute;
    background: #c3c3c3;
    color: #fff;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-bottom: 2px;
    margin-left: 4px;
    cursor: pointer;
    right: -5px;
    top: -5px;
    display: none;
}

    .ic-remove-tag:hover {
        background: #e44e4d;
    }

.ts-tag-plus {
    padding: 2px;
    border: 1px solid #007bff;
    border-radius: 3px;
    cursor: pointer;
}

    .ts-tag-plus:hover {
        background: #007bff33;
    }

.ts-add-tag-list {
    background: #fff;
    margin-top: 30px;
    z-index: 5;
    box-shadow: 0px 5px 15px 0 #3a3a3a6b;
    border-radius: 4px;
    width: 235px;
}

.ts-tag-customer .fa-tag {
    margin-right: 3px;
    margin-top: 2px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    color: #464855;
    padding: unset;
}

.ts-tag-customer.active {
    background: #3699ff;
    color: #fff !important;
    border-color: #3699ff;
}

    .ts-tag-customer.active i.fa-tag {
        color: #fff !important;
    }

.ts-tag-customer-null.color-1, .ts-tag-customer-null.color-1 i.fa-tag, .ts-tag-customer.color-1, .ts-tag-customer.color-1 i.fa-tag, .color-1 {
    color: #f12c43;
}

.ts-tag-customer-null.color-2, .ts-tag-customer-null.color-2 i.fa-tag, .ts-tag-customer.color-2, .ts-tag-customer.color-2 i.fa-tag, .color-2 {
    color: #f16b7a;
}

.ts-tag-customer-null.color-3, .ts-tag-customer-null.color-3 i.fa-tag, .ts-tag-customer.color-3, .ts-tag-customer.color-3 i.fa-tag, .color-3 {
    color: #ff8b03;
}

.ts-tag-customer-null.color-4, .ts-tag-customer-null.color-4 i.fa-tag, .ts-tag-customer.color-4, .ts-tag-customer.color-4 i.fa-tag, .color-4 {
    color: #f5d471;
}

.ts-tag-customer-null.color-5, .ts-tag-customer-null.color-5 i.fa-tag, .ts-tag-customer.color-5, .ts-tag-customer.color-5 i.fa-tag, .color-5 {
    color: #1fc579;
}

.ts-tag-customer-null.color-6, .ts-tag-customer-null.color-6 i.fa-tag, .ts-tag-customer.color-6, .ts-tag-customer.color-6 i.fa-tag, .color-6 {
    color: #00b3da;
}

.ts-tag-customer-null.color-7, .ts-tag-customer-null.color-7 i.fa-tag, .ts-tag-customer.color-7, .ts-tag-customer.color-7 i.fa-tag, .color-7 {
    color: #047ed5;
}

.ts-tag-customer-null.color-8, .ts-tag-customer-null.color-8 i.fa-tag, .ts-tag-customer.color-8, .ts-tag-customer.color-8 i.fa-tag, .color-8 {
    color: #7563d0;
}

.tag-color-list .color-1, .change-color-button .color-1 {
    background: #f12c43;
}

.tag-color-list .color-2, .change-color-button .color-2 {
    background: #f16b7a;
}

.tag-color-list .color-3, .change-color-button .color-3 {
    background: #ff8b03;
}

.tag-color-list .color-4, .change-color-button .color-4 {
    background: #f5d471;
}

.tag-color-list .color-5, .change-color-button .color-5 {
    background: #1fc579;
}

.tag-color-list .color-6, .change-color-button .color-6 {
    background: #00b3da;
}

.tag-color-list .color-7, .change-color-button .color-7 {
    background: #047ed5;
}

.tag-color-list .color-8, .change-color-button .color-8 {
    background: #7563d0;
}

.ts-input-tag, .ts-input-tag:focus {
    border: unset;
    border-left: 1px solid #aaa;
    padding-left: 10px;
    flex: auto;
    box-shadow: unset;
    outline: unset;
}

.add-input-tag .fa-tag {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(-1,1);
    border-radius: 3px;
    cursor: pointer;
}

    .add-input-tag .fa-tag:hover {
        background: #ddd;
    }

.add-input-tag .fa-trash-alt {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.add-input-tag:hover .fa-trash-alt {
    display: flex;
}

.add-input-tag .fa-trash-alt:hover {
    color: #f12c43;
}

.add-input-tag:hover, .add-input-tag:focus-within {
    box-shadow: 0 0 3px 0 #007bff99;
    border: 1px solid #007bff !important;
}

.change-color-tag {
    background: #fff;
    box-shadow: 0px 5px 10px 0 #3a3a3a59;
    border-radius: 4px;
    padding: 10px;
    top: 38px;
    left: 0;
    z-index: 10;
}

.tag-color-list > div {
    width: 26px;
    height: 26px;
    /* background: #ddd; */
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .tag-color-list > div > i.fa-check {
        color: #fff;
    }

    .tag-color-list > div + div {
        margin-left: 3px;
    }

.button-add-tag a {
    text-decoration: unset;
}
/*Dropdown support*/
.dropup-support {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 10;
}

.btn-circle-support {
    background: #2e94da;
    border: unset;
    box-shadow: 0 0 20px 0 #88888840;
    width: 46px;
    height: 46px;
    padding: unset;
    border-radius: 30px;
}

    .btn-circle-support:after {
        content: unset !important;
    }

.dropup-support > button.dropdown-toggle img {
    width: 22px;
}

.dropup-support .dropdown-menu {
    padding: 15px;
    border: unset;
    box-shadow: 0 0 20px 0 #88888840;
    top: -2px !important;
    border-radius: 4px;
}

    .dropup-support .dropdown-menu .dropdown-item {
        padding-left: 15px;
        display: flex;
        align-items: center;
    }

        .dropup-support .dropdown-menu .dropdown-item:hover {
            color: #3c3c3c;
            text-decoration: none;
            background-color: #cdefff;
            cursor: pointer;
            border-radius: 4px;
        }

        .dropup-support .dropdown-menu .dropdown-item img, .dropup-support .dropdown-menu .dropdown-item i {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }
/*Phân trang mới*/
.pagination-cus li a {
    width: unset !important;
    min-width: 33px;
    padding: 6px 3px;
}

.pagination-cus li span {
    width: 33px;
    height: 33px;
    padding: 6px 3px;
}

.pagination-cus > li > a {
    min-width: 26px !important;
    width: 26px !important;
    height: 26px !important;
    padding-top: 4px !important;
    font-size: 14px;
}

.ts-avatar-min {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

.list-btn-choose {
    display: flex;
    /*justify-content: center;*/
    justify-content: center;
}

    .list-btn-choose .item-brn-choose {
        border: 1px solid #c7c5c588;
        /*border-radius: 5px;*/
        padding: 5px 10px;
        cursor: pointer;
        flex: auto;
        text-align: center;
    }

        .list-btn-choose .item-brn-choose:first-child {
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            border-right: unset;
        }

        .list-btn-choose .item-brn-choose:last-child {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            border-left: unset;
        }

        .list-btn-choose .item-brn-choose.active {
            background: #2e94da;
            color: #fff !important;
            border-color: #2e94da;
        }

/*Fix bảng*/
.table-fix-scroll-new::-webkit-scrollbar, .table-sticky-new::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    /*display:none;*/
    position: fixed;
}

/* Track */
.table-fix-scroll-new::-webkit-scrollbar-track, .table-sticky-new::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* Handle */
.table-fix-scroll-new::-webkit-scrollbar-thumb, .table-sticky-new::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

    /* Handle on hover */
    .table-fix-scroll-new::-webkit-scrollbar-thumb:hover, .table-sticky-new::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.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:before, .table-sticky-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, .table-sticky-new table.table thead th:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #dee2e6;
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

td.sticky-column-left {
    position: sticky;
    left: 0;
    background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) td.sticky-column-left {
    background-color: #f2f2f2;
}

.table-striped tbody tr:hover td.sticky-column-left {
    background: aliceblue;
}

th.sticky-column-full {
    left: 0;
    z-index: 4 !important;
}

.table-hover-new tr td {
    vertical-align: middle;
}

.sticky-column-left:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #dee2e6;
    display: block;
    position: absolute;
    top: 0px;
    left: -1px;
}

.sticky-column-left:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #dee2e6;
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
}
/*Fix panel bộ lọc tìm kiếm*/
@media(max-width: 1199px) {
    .left-sidebar-new {
        width: 100%;
    }

    .main-content-new {
        width: 100%;
    }
}

@media(min-width: 1200px) {
    .left-sidebar-new {
        width: 280px;
        position: absolute;
    }

    .main-content-new {
        margin-left: 295px;
    }
}

.left-sidebar-new .tab-content {
    height: calc(100vh - 121px);
    overflow-y: auto;
    position: relative;
}
    /* width */
    .left-sidebar-new .tab-content::-webkit-scrollbar {
        width: 10px;
        display: none;
        position: fixed;
        transition-duration: .2s;
    }

        .left-sidebar-new .tab-content::-webkit-scrollbar:hover {
            display: block;
        }

    .left-sidebar-new .tab-content:hover::-webkit-scrollbar {
        display: block;
    }
    /* Track */
    .left-sidebar-new .tab-content::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
    }

    /* Handle */
    .left-sidebar-new .tab-content::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        /* Handle on hover */
        .left-sidebar-new .tab-content::-webkit-scrollbar-thumb:hover {
            background: #888;
        }

.bg-left-new {
    background-color: #fff;
    box-shadow: 0 1px 15px 1px rgba(62,57,107,.07);
    padding-bottom: 30px;
}
/*Icon button action trong bảng*/
.hr-ic-action {
    width: 27px;
    height: 27px;
    border-radius: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .hr-ic-action.tu-choi {
        color: #e44e4d;
    }

    .hr-ic-action.green {
        color: #27ae60;
    }

    .hr-ic-action.blue {
        color: #2e94da;
    }

    .hr-ic-action.yellow {
        color: #ffb01e;
    }

    .hr-ic-action.green:hover {
        background: #27ae60;
        color: #fff;
        box-shadow: 0 1px 15px 1px #27ae6050;
    }

    .hr-ic-action.blue:hover {
        background: #2e94da;
        color: #fff;
        box-shadow: 0 1px 15px 1px #2e94da50;
    }

    .hr-ic-action.yellow:hover {
        background: #ffb01e;
        color: #fff;
        box-shadow: 0 1px 15px 1px #ffb01e50;
    }

    .hr-ic-action.tu-choi:hover {
        background: #e44e4d;
        color: #fff;
        box-shadow: 0 1px 15px 1px #e44e4d50;
    }

.font-size-14 {
    font-size: 14px;
}

/*Cập nhật 12/09/2020
Style Multi select mới*/
.form-multi-new {
    display: flex;
    width: 100%;
    padding: .375rem 1.6rem .375rem 0 !important;
    border-bottom: 1px solid #ddd !important;
    flex-wrap: wrap !important;
    min-height: 37px;
}

    .form-multi-new span.form-multi-empty {
        color: #a5a5a5;
    }

    .form-multi-new .form-select-item {
        background-color: #6cb6e8;
        padding: 2px 8px 5px 8px;
        border-radius: 2px;
        color: #fff;
        margin: 2px 0px 0 2px;
    }

span.remove-select:hover {
    color: red;
}

span.remove-select {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 0.7;
    text-align: center;
}

.select-multi-list {
    position: fixed;
    background: #fff;
    padding: 10px 10px;
    width: inherit;
    box-shadow: 0 0 20px 0 #88888840;
    border-radius: 4px;
    z-index: 11;
    border: 1px solid #eee;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 200px;
    max-width: inherit;
}

    .select-multi-list .select-multi-item {
        padding: 6px 5px;
        border-radius: 3px;
    }

        .select-multi-list .select-multi-item:hover {
            background: #caeaff;
        }

        .select-multi-list .select-multi-item .custom-control-label {
            cursor: pointer;
            display: block;
        }

    .select-multi-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .select-multi-list::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .select-multi-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #aaa;
    }

/*Tab sản phẩm, dịch vụ*/
.nav-tabs-list-product .nav-item {
    width: 50%;
    text-align: center;
    color: #0000008a;
    border: unset;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: .7rem .1rem;
}

    .nav-tabs-list-product .nav-item.active {
        border-bottom: 3px solid #2e94da !important;
        color: #2e94da !important;
    }

.ts-item-1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.ts-product-view-item {
    transition-duration: .2s;
}

    .ts-product-view-item:hover {
        cursor: pointer;
        box-shadow: 0 2px 10px 0 #88888845;
    }

.dropdown-note:hover {
    cursor: pointer;
}
/*Dropdown menu action*/
.dropdown-menu-action-new a i {
    color: #B5B5C3;
    font-size: 13px;
    width: 16px;
    text-align: center;
    margin-right: 8px;
}

.dropdown-menu-action-new {
    border: unset;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

    .dropdown-menu-action-new a {
        color: #5c616b;
        font-size: 14px;
        padding: 5px 15px;
    }

        .dropdown-menu-action-new a:hover {
            background: #cbeaff;
            color: #2e94da;
        }

            .dropdown-menu-action-new a:hover i {
                color: #2e94da;
            }

    .dropdown-menu-action-new .dropdown-item:focus, .dropdown-menu-action-new .dropdown-item:hover {
        background: #cbeaff !important;
        color: #2e94da;
    }

.btn-list-drop-cus {
    color: #2e94da;
    background: #2e94da2b;
    border: 1px solid #bbdef7;
    transition-duration: .2s;
}

    .btn-list-drop-cus:hover {
        color: #fff;
        background: #2e94da;
        border-color: #2e94da;
    }

    .btn-list-drop-cus:focus {
        outline: unset;
        box-shadow: unset;
    }
/*.dropdown-list-drop-cus:hover .dropdown-menu-action-new{
   	display: block;
   	    left: unset;
    right: 0;
   }*/

/*Button group active*/
.btn-active.active {
    background-color: #4bac4d;
    outline: unset;
    color: #fff;
    box-shadow: unset;
    border: 1px solid #4bac4d;
}

.btn-active {
    border: 1px solid #ced4da;
}

.form-search-box:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    left: 24px;
    color: #c7c7c7;
    font-weight: 900;
    top: 7px;
    z-index: 1;
}

.icon-gach-ngang {
    font-size: 24px;
}

input.form-search-main-in {
    padding-left: 30px;
    border-bottom-width: 1px !important;
    border-radius: 0;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    width: 300px;
}

    input.form-search-main-in:hover, input.form-search-main-in:focus {
        border-bottom-width: 1px !important;
    }

.ts-product-view-scroll {
    overflow: auto;
}

    .ts-product-view-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .ts-product-view-scroll::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
        height: 8px;
    }

    .ts-product-view-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #aaa;
    }

.ts-avatar-min-2 {
    width: 38px;
    height: 38px;
    border-radius: 30px;
    object-fit: cover;
}

.table-noborder-header thead th {
    border-top: unset;
}

.form-control-small-en {
    padding: 2px 0;
    height: unset !important;
}

.ts-form-control-input {
    border: unset !important;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    border-bottom: 1px solid #ddd !important;
    background: unset !important;
}

.bg-light-blue {
    background: #dbf3ff !important;
}

th.bg-light-blue::after {
    background: #d4eaff !important;
}

.dropdown-note-new {
    font-size: 12px;
    /*position: absolute;*/
}

.show-ico-info-tk i.fa-info-circle {
    opacity: 0;
}

.show-ico-info-tk:hover i.fa-info-circle {
    opacity: 1;
}

img.gift-product-ic {
    width: 15px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}

.dropdown-menu-spa {
    box-shadow: 0 0 20px 0 #88888840;
    border: 1px solid rgb(0 0 0 / 3%);
}



/*Cập nhật 14/10/2020
Giao diện bán hàng*/

@media (min-width: 1200px) {
    .right-sidebar-in {
        width: 430px;
        position: fixed;
        right: 15px;
        /*top: 102px;*/
    }

    .main-content-in {
        margin-right: 435px;
    }
}

@media (max-width: 1199px) {
    .right-sidebar-in {
        width: 100%;
    }

    .main-content-in {
        width: 100%;
    }
}

.invoice-tabs-ts .nav-item .nav-link:nth-child(1) {
    border-left-color: #dee2e6;
}

.invoice-tabs-ts .nav-item .nav-link {
    text-transform: uppercase;
    color: #999;
    border-radius: unset;
    font-size: 14px;
    font-weight: 500;
    border-right-color: #dee2e6;
    padding: .6rem 1rem;
}

    .invoice-tabs-ts .nav-item .nav-link:hover {
        border-bottom-color: transparent;
    }

    .invoice-tabs-ts .nav-item .nav-link.active {
        color: #2e94da;
        position: relative;
    }

        .invoice-tabs-ts .nav-item .nav-link.active:after {
            content: "";
            display: block;
            position: absolute;
            background: #2e94da;
            width: 100%;
            height: 3px;
            bottom: -2px;
            left: 0;
        }

li.nav-add-plus .add-plus-hoadon {
    width: 35px;
    display: inline-block;
    height: 34px;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    transition-duration: .2s;
}

    li.nav-add-plus .add-plus-hoadon:before {
        display: block;
        content: "";
        position: absolute;
        width: 2px;
        height: 17px;
        background: #2e94da;
        left: 15px;
        top: 8px;
    }

    li.nav-add-plus .add-plus-hoadon:after {
        display: block;
        content: "";
        position: absolute;
        width: 17px;
        height: 2px;
        background: #2e94da;
        top: 15px;
        left: 8px;
    }

    li.nav-add-plus .add-plus-hoadon:hover {
        background: #2e94da;
        border-color: #2e94da;
    }

        li.nav-add-plus .add-plus-hoadon:hover:before, li.nav-add-plus .add-plus-hoadon:hover:after {
            background: #fff;
        }

.item-product-in {
    position: relative;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    transition-duration: .2s;
    border-radius: 3px;
    width: 110px;
    margin-right: 8px;
    margin-bottom: 8px;
}

span.price-product-in {
    position: absolute;
    top: 50px;
    left: 5px;
    background: #fff;
    padding: 0px 5px;
    color: #2e94da;
    font-weight: 500;
    line-height: 1.3;
}

.item-product-in img {
    width: 100px;
    height: 65px;
    object-fit: cover;
}

.item-product-in .name-product-in {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-product-in:hover {
    box-shadow: 0 0 10px 0 #88888888;
}

.in-action-product {
    margin: auto;
    text-align: center;
}

    .in-action-product i.fa {
        background: #2e94da;
        padding: 4px 12px;
        border-radius: 3px 3px 0 0;
        color: #fff;
        cursor: pointer;
        transition-duration: .2s;
    }

        .in-action-product i.fa:hover {
            background: #1d7cbd;
        }

.height-table-in {
    height: calc(100vh - 134px) !important;
}

.btn-width-49-in {
    width: 49%;
}

/*Giao diện xuất kho*/
.height-table-in-xk {
    height: calc(100vh - 129px) !important;
}

.form-search-box-xk:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    left: 10px;
    color: #c7c7c7;
    font-weight: 900;
    top: 7px;
    z-index: 1;
}

.list-btn-choose-sp .item-btn-choose-in {
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-weight: 500;
    color: #9e9e9e;
}

    .list-btn-choose-sp .item-btn-choose-in:hover {
        color: #2e94da;
    }

    .list-btn-choose-sp .item-btn-choose-in.active {
        color: #2e94da;
        border-bottom-color: #2e94da;
    }

.list-history-kk li {
    list-style: none;
    font-size: 14px;
}

    .list-history-kk li + li {
        margin-top: 7px;
    }

    .list-history-kk li i {
        margin-right: 8px;
        font-size: 14px;
        width: 16px;
        color: #a7a7a7;
    }

.card-header-kk {
    color: #2e94da;
    font-size: 15px;
    font-weight: 500;
}

.nav-tabs-customer-modal > li > a {
    border: unset !important;
    font-size: 16px;
    font-weight: 500;
    color: #495057;
    border-bottom: 3px solid transparent !important;
}

    .nav-tabs-customer-modal > li > a:hover {
        background: #2e94da33;
        color: #2e94da;
        border-color: #2e94da0a !important;
    }

    .nav-tabs-customer-modal > li > a.active {
        border: unset;
        border-bottom: 3px solid #2e94da !important;
        color: #2e94da !important;
    }

/*Cập nhật 28/10/2020
màn hình bảo lưu dịch vụ*/
.ts-scroll-custom {
    overflow: auto;
}

    .ts-scroll-custom::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
        height: 10px;
    }

    .ts-scroll-custom::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #aaa;
    }

        .ts-scroll-custom::-webkit-scrollbar-thumb:hover {
            background-color: #3D80E4;
        }

.customer-name-ts img.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    object-fit: cover;
    border: 1px solid #eee;
    transition-duration: .25s;
}

/* Cập nhật 03/12/2020
    các màn hình PT*/
.date-input-icon + i {
    color: #737373 !important;
}

.date-input-icon + i {
    color: #495057;
    position: absolute;
    right: 0;
    padding: 10px 9px 11px 0px;
    border-left: unset;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 10;
}

.main-menu-ts .active {
    background-color: #2782c0;
    color: #fff !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}

.modal-max-scroll {
    max-height: calc(100vh - 190px);
    overflow: auto;
}

.dropdown-tag-list .dropdown-menu {
    width: 250px;
}

.dropdown-menu-pt {
    background-color: #4bac4d !important;
    border-radius: unset !important;
    border: unset !important;
    box-shadow: 0 0 15px 0 #2d862fa8;
    /*margin-top: -.5px;*/
}

    .dropdown-menu-pt a:hover, .dropdown-menu-pt a:focus {
        background: #349336;
        color: #fff;
    }

    .dropdown-menu-pt a {
        color: #fff !important;
        padding: .5rem 1.5rem;
    }

.btn-with-icon-img img {
    width: 20px;
    margin-right: 10px;
}

.btn-green {
    line-height: 1.7;
}

    .btn-green:hover {
        color: #fff;
    }

.table-dat-lich-modal tr td {
    position: relative;
}

.dat-lich-modal {
    width: 100%;
    /*background: antiquewhite;*/
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.ts-item-customer {
    z-index: 1;
    position: relative;
}

.ts-seemore:hover {
    text-decoration: none;
}

.spa-status-7 {
    border-left: 4px solid #ff7407;
    background-color: #FFE3CD;
}

.fa-users.loai-pt-ic {
    color: deeppink;
    font-size: 12px;
    width: 20px;
    text-align: center;
}

.fa-user.loai-pt-ic {
    color: blueviolet;
    font-size: 12px;
    width: 20px;
    text-align: center;
}

.users-class.loai-pt-ic {
    width: 20px;
    text-align: center;
}

.timeline-item.disabled-item .loai-pt-ic {
    color: #ccc;
}

.timeline-item.list-items {
    min-height: 78px;
}

.status-chua-dien-ra-pt {
    background-color: #6C5CE7;
}

.status-bo-tap-pt {
    background-color: #ff7407;
}

.status-hoan-thanh-pt {
    background-color: #2e94da;
}

.status-dang-dien-ra-pt {
    background-color: #4bac4d;
}

.status-huy-pt {
    background-color: #e44e4d;
}

.btn-action-spa:hover {
    background: #eee;
}

.fa-check-circle.xacnhan-pt {
    color: #4bac4d;
    font-size: 12px;
}

.status-botap {
    background: #ff7407;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.text-blue-hover:hover {
    color: #1f62a9;
    cursor: pointer;
}

.shadow-modal {
    box-shadow: 0 0 20px #00000040;
}

.date-input-icon + i {
    top: 0;
}

*:focus {
    outline: unset;
}

.text-blue {
    color: #007bff;
}

.font-weight-500 {
    font-weight: 500;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12 {
    font-size: 12px;
}

.btn-close-hr {
    background: #9e9e9e;
    color: #fff;
}

    .btn-close-hr:hover {
        background: #7d7d7d;
        color: #fff;
    }

.form-control:focus {
    outline: unset;
    box-shadow: unset;
}

.btn-updown-new {
    position: absolute;
    background: unset;
    display: inline-block;
    opacity: 0;
    font-weight: 400;
    color: #888;
    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 #cacaca;
    padding: .3rem .2rem;
    font-size: 1rem;
    line-height: .5;
    border-radius: .2rem;
    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-updown-new.left {
        right: 47px;
    }

    .btn-updown-new.right {
        right: -17px;
    }

.show-btn-updown:hover .btn-updown-new {
    opacity: 1;
}

.btn-updown-new:hover {
    background: #bbe9ff;
    border-color: #bbe9ff;
}
/*Thay đổi bố cục tiêu đề, thanh tìm kiếm*/
.main-tt-new {
    display: inline-block;
    color: #2c304d;
    font-weight: 500;
    font-size: 20px !important;
}
/*Form line*/
.input-group input, .form-group input, .input-group-append .input-group-text, .form-group select, .input-group-append button, textarea.form-control, .form-control-line {
    border: unset !important;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    border-bottom: 1px solid #ddd !important;
}

.form-control-ico {
    position: relative;
}

    .form-control-ico i.ico-widget {
        position: absolute;
        width: 24px;
        height: 24px;
        /*background: aqua;*/
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .form-control-ico i.ico-widget:hover {
            color: #2e94da;
        }

    .form-control-ico i.ico-one {
        top: 6px;
        right: 5px;
        color: #737373;
    }

    .form-control-ico i.ico-two {
        top: 6px;
        right: 30px;
        color: #737373;
    }

.form-control-select i.ico-one {
    top: 6px;
    right: 5px;
    color: #737373;
}

.form-control-select i.ico-two {
    top: 6px;
    right: 30px;
    color: #737373;
}

.form-control-select i.ico-two {
    right: 41px !important;
}

.form-control-select i.ico-one {
    right: 17px !important;
}

.form-group input, .input-group-append .input-group-text, .form-group select, .input-group-append button, textarea.form-control {
    border: unset !important;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    border-bottom: 1px solid #ddd !important;
}

.form-group input, .form-group select, textarea.form-control {
    padding-left: 0 !important;
    /*padding-right: 0 !important;*/
}

.form-control-ico input.form-control {
    padding-right: 30px !important;
}

.form-control-ico-2 input.form-control {
    padding-right: 60px !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    border-bottom-width: 2px !important;
    border-color: #80bdff !important;
    box-shadow: unset !important;
}

.icon-btn-gray + .icon-btn-gray {
    padding-left: 3px !important;
}

.icon-btn-gray {
    padding: 7px;
    cursor: pointer;
    color: #737373;
}

    .icon-btn-gray:hover {
        color: #2e94da !important;
    }
/*Thẻ tag khách hàng*/
.ts-tag-customer {
    border: 1px solid #c7c5c588;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background: #fff;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 4px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    height: 24px;
}

.ts-tag-customer-null {
    border: 1px solid #c7c5c588;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 8px;
    background: #fff;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 2px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    color: #464855;
    height: 24px;
}

    .ts-tag-customer-null i.fa-tag {
        margin-right: 3px;
        margin-top: 2px;
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
        color: #464855;
        padding: 0;
    }

.ts-tag-customer-1 {
    border: 1px solid #c7c5c588;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 6px;
    background: #fff;
    font-size: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    /*height: 20px;*/
}

.ts-tag-customer img {
    width: 12px;
    margin-right: 3px;
}

.ts-tag-customer-1 img {
    width: 12px;
}

.ts-tag-customer:hover {
    /*box-shadow: 0 0 5px 0 #88888844;*/
    background: #eee;
}

    .ts-tag-customer:hover .ic-remove-tag {
        display: flex;
    }

.ts-tag-customer-1:hover {
    box-shadow: 0 0 5px 0 #88888844;
    background: #eee;
}

.ic-remove-tag {
    position: absolute;
    background: #c3c3c3;
    color: #fff;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-bottom: 2px;
    margin-left: 4px;
    cursor: pointer;
    right: -5px;
    top: -5px;
    display: none;
}

    .ic-remove-tag:hover {
        background: #e44e4d;
    }

.ts-tag-plus {
    padding: 2px;
    border: 1px solid #007bff;
    border-radius: 3px;
    cursor: pointer;
}

    .ts-tag-plus:hover {
        background: #007bff33;
    }

.ts-add-tag-list {
    background: #fff;
    margin-top: 30px;
    z-index: 5;
    box-shadow: 0px 5px 15px 0 #3a3a3a6b;
    border-radius: 4px;
    width: 235px;
}

.ts-tag-customer .fa-tag {
    margin-right: 3px;
    margin-top: 2px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    color: #464855;
    padding: unset;
}

.ts-tag-customer.active {
    background: #3699ff;
    color: #fff !important;
    border-color: #3699ff;
}

    .ts-tag-customer.active i.fa-tag {
        color: #fff !important;
    }

.ts-tag-customer-null.color-1, .ts-tag-customer-null.color-1 i.fa-tag, .ts-tag-customer.color-1, .ts-tag-customer.color-1 i.fa-tag, .color-1 {
    color: #f12c43;
}

.ts-tag-customer-null.color-2, .ts-tag-customer-null.color-2 i.fa-tag, .ts-tag-customer.color-2, .ts-tag-customer.color-2 i.fa-tag, .color-2 {
    color: #f16b7a;
}

.ts-tag-customer-null.color-3, .ts-tag-customer-null.color-3 i.fa-tag, .ts-tag-customer.color-3, .ts-tag-customer.color-3 i.fa-tag, .color-3 {
    color: #ff8b03;
}

.ts-tag-customer-null.color-4, .ts-tag-customer-null.color-4 i.fa-tag, .ts-tag-customer.color-4, .ts-tag-customer.color-4 i.fa-tag, .color-4 {
    color: #f5d471;
}

.ts-tag-customer-null.color-5, .ts-tag-customer-null.color-5 i.fa-tag, .ts-tag-customer.color-5, .ts-tag-customer.color-5 i.fa-tag, .color-5 {
    color: #1fc579;
}

.ts-tag-customer-null.color-6, .ts-tag-customer-null.color-6 i.fa-tag, .ts-tag-customer.color-6, .ts-tag-customer.color-6 i.fa-tag, .color-6 {
    color: #00b3da;
}

.ts-tag-customer-null.color-7, .ts-tag-customer-null.color-7 i.fa-tag, .ts-tag-customer.color-7, .ts-tag-customer.color-7 i.fa-tag, .color-7 {
    color: #047ed5;
}

.ts-tag-customer-null.color-8, .ts-tag-customer-null.color-8 i.fa-tag, .ts-tag-customer.color-8, .ts-tag-customer.color-8 i.fa-tag, .color-8 {
    color: #7563d0;
}

.tag-color-list .color-1, .change-color-button .color-1 {
    background: #f12c43;
}

.tag-color-list .color-2, .change-color-button .color-2 {
    background: #f16b7a;
}

.tag-color-list .color-3, .change-color-button .color-3 {
    background: #ff8b03;
}

.tag-color-list .color-4, .change-color-button .color-4 {
    background: #f5d471;
}

.tag-color-list .color-5, .change-color-button .color-5 {
    background: #1fc579;
}

.tag-color-list .color-6, .change-color-button .color-6 {
    background: #00b3da;
}

.tag-color-list .color-7, .change-color-button .color-7 {
    background: #047ed5;
}

.tag-color-list .color-8, .change-color-button .color-8 {
    background: #7563d0;
}

.ts-input-tag, .ts-input-tag:focus {
    border: unset;
    border-left: 1px solid #aaa;
    padding-left: 10px;
    flex: auto;
    box-shadow: unset;
    outline: unset;
}

.add-input-tag .fa-tag {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(-1,1);
    border-radius: 3px;
    cursor: pointer;
}

    .add-input-tag .fa-tag:hover {
        background: #ddd;
    }

.add-input-tag .fa-trash-alt {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.add-input-tag:hover .fa-trash-alt {
    display: flex;
}

.add-input-tag .fa-trash-alt:hover {
    color: #f12c43;
}

.add-input-tag:hover, .add-input-tag:focus-within {
    box-shadow: 0 0 3px 0 #007bff99;
    border: 1px solid #007bff !important;
}

.change-color-tag {
    background: #fff;
    box-shadow: 0px 5px 10px 0 #3a3a3a59;
    border-radius: 4px;
    padding: 10px;
    top: 38px;
    left: 0;
    z-index: 10;
}

.tag-color-list > div {
    width: 26px;
    height: 26px;
    /* background: #ddd; */
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .tag-color-list > div > i.fa-check {
        color: #fff;
    }

    .tag-color-list > div + div {
        margin-left: 3px;
    }

.button-add-tag a {
    text-decoration: unset;
}
/*Dropdown support*/
.dropup-support {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 10;
}

.btn-circle-support {
    background: #2e94da;
    border: unset;
    box-shadow: 0 0 20px 0 #88888840;
    width: 46px;
    height: 46px;
    padding: unset;
    border-radius: 30px;
}

    .btn-circle-support:after {
        content: unset !important;
    }

.dropup-support > button.dropdown-toggle img {
    width: 22px;
}

.dropup-support .dropdown-menu {
    padding: 15px;
    border: unset;
    box-shadow: 0 0 20px 0 #88888840;
    top: -2px !important;
    border-radius: 4px;
}

    .dropup-support .dropdown-menu .dropdown-item {
        padding-left: 15px;
        display: flex;
        align-items: center;
    }

        .dropup-support .dropdown-menu .dropdown-item:hover {
            color: #3c3c3c;
            text-decoration: none;
            background-color: #cdefff;
            cursor: pointer;
            border-radius: 4px;
        }

        .dropup-support .dropdown-menu .dropdown-item img, .dropup-support .dropdown-menu .dropdown-item i {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }
/*Phân trang mới*/
.pagination-cus li a {
    width: unset !important;
    min-width: 33px;
    padding: 6px 3px;
}

.pagination-cus li span {
    width: 33px;
    height: 33px;
    padding: 6px 3px;
}

.pagination-cus > li > a {
    min-width: 26px !important;
    width: 26px !important;
    height: 26px !important;
    padding-top: 4px !important;
    font-size: 14px;
}

.ts-avatar-min {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

.list-btn-choose {
    display: flex;
    /*justify-content: center;*/
    justify-content: center;
}

    .list-btn-choose .item-brn-choose {
        border: 1px solid #c7c5c588;
        /*border-radius: 5px;*/
        padding: 5px 10px;
        cursor: pointer;
        flex: auto;
        text-align: center;
    }

        .list-btn-choose .item-brn-choose:first-child {
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            border-right: unset;
        }

        .list-btn-choose .item-brn-choose:last-child {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            border-left: unset;
        }

        .list-btn-choose .item-brn-choose.active {
            background: #2e94da;
            color: #fff !important;
            border-color: #2e94da;
        }

/*Fix bảng*/
.table-fix-scroll-new::-webkit-scrollbar, .table-sticky-new::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    /*display:none;*/
    position: fixed;
}

/* Track */
.table-fix-scroll-new::-webkit-scrollbar-track, .table-sticky-new::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* Handle */
.table-fix-scroll-new::-webkit-scrollbar-thumb, .table-sticky-new::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

    /* Handle on hover */
    .table-fix-scroll-new::-webkit-scrollbar-thumb:hover, .table-sticky-new::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.table-fix-scroll-new table.table thead th:before, .table-sticky-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, .table-sticky-new table.table thead th:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #dee2e6;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

td.sticky-column-left {
    position: sticky;
    left: 0;
    background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) td.sticky-column-left {
    background-color: #f2f2f2;
}

.table-striped tbody tr:hover td.sticky-column-left {
    background: aliceblue;
}

th.sticky-column-full {
    left: 0;
    z-index: 4 !important;
}

.table-hover-new tr td {
    vertical-align: middle;
}

.sticky-column-left:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #dee2e6;
    display: block;
    position: absolute;
    top: 0px;
    left: -1px;
}

.sticky-column-left:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #dee2e6;
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
}
/*Fix panel bộ lọc tìm kiếm*/
@media(max-width: 1199px) {
    .left-sidebar-new {
        width: 100%;
    }

    .main-content-new {
        width: 100%;
    }
}

@media(min-width: 1200px) {
    .left-sidebar-new {
        width: 280px;
        position: absolute;
    }

    .main-content-new {
        margin-left: 295px;
    }
}

.left-sidebar-new .tab-content {
    height: calc(100vh - 121px);
    overflow-y: auto;
    position: relative;
}
    /* width */
    .left-sidebar-new .tab-content::-webkit-scrollbar {
        width: 10px;
        display: none;
        position: fixed;
        transition-duration: .2s;
    }

        .left-sidebar-new .tab-content::-webkit-scrollbar:hover {
            display: block;
        }

    .left-sidebar-new .tab-content:hover::-webkit-scrollbar {
        display: block;
    }
    /* Track */
    .left-sidebar-new .tab-content::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
    }

    /* Handle */
    .left-sidebar-new .tab-content::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        /* Handle on hover */
        .left-sidebar-new .tab-content::-webkit-scrollbar-thumb:hover {
            background: #888;
        }

.bg-left-new {
    background-color: #fff;
    box-shadow: 0 1px 15px 1px rgba(62,57,107,.07);
    padding-bottom: 30px;
}
/*Icon button action trong bảng*/
.hr-ic-action {
    width: 27px;
    height: 27px;
    border-radius: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .hr-ic-action.tu-choi {
        color: #e44e4d;
    }

    .hr-ic-action.green {
        color: #27ae60;
    }

    .hr-ic-action.blue {
        color: #2e94da;
    }

    .hr-ic-action.yellow {
        color: #ffb01e;
    }

    .hr-ic-action.green:hover {
        background: #27ae60;
        color: #fff;
        box-shadow: 0 1px 15px 1px #27ae6050;
    }

    .hr-ic-action.blue:hover {
        background: #2e94da;
        color: #fff;
        box-shadow: 0 1px 15px 1px #2e94da50;
    }

    .hr-ic-action.yellow:hover {
        background: #ffb01e;
        color: #fff;
        box-shadow: 0 1px 15px 1px #ffb01e50;
    }

    .hr-ic-action.tu-choi:hover {
        background: #e44e4d;
        color: #fff;
        box-shadow: 0 1px 15px 1px #e44e4d50;
    }

.font-size-14 {
    font-size: 14px;
}

/*Cập nhật 12/09/2020
Style Multi select mới*/
.form-multi-new {
    display: flex;
    width: 100%;
    padding: .375rem 1.6rem .375rem 0 !important;
    border-bottom: 1px solid #ddd !important;
    flex-wrap: wrap !important;
    min-height: 37px;
}

    .form-multi-new span.form-multi-empty {
        color: #a5a5a5;
    }

    .form-multi-new .form-select-item {
        background-color: #6cb6e8;
        padding: 2px 8px 5px 8px;
        border-radius: 2px;
        color: #fff;
        margin: 2px 0px 0 2px;
    }

span.remove-select:hover {
    color: red;
}

span.remove-select {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 0.7;
    text-align: center;
}

.select-multi-list {
    position: fixed;
    background: #fff;
    padding: 10px 10px;
    width: inherit;
    box-shadow: 0 0 20px 0 #88888840;
    border-radius: 4px;
    z-index: 11;
    border: 1px solid #eee;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 200px;
    max-width: inherit;
}

    .select-multi-list .select-multi-item {
        padding: 6px 5px;
        border-radius: 3px;
    }

        .select-multi-list .select-multi-item:hover {
            background: #caeaff;
        }

        .select-multi-list .select-multi-item .custom-control-label {
            cursor: pointer;
            display: block;
        }

    .select-multi-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .select-multi-list::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .select-multi-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #aaa;
    }

/*Tab sản phẩm, dịch vụ*/
.nav-tabs-list-product .nav-item {
    width: 50%;
    text-align: center;
    color: #0000008a;
    border: unset;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: .7rem .1rem;
}

    .nav-tabs-list-product .nav-item.active {
        border-bottom: 3px solid #2e94da !important;
        color: #2e94da !important;
    }

.ts-item-1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.ts-product-view-item {
    transition-duration: .2s;
}

    .ts-product-view-item:hover {
        cursor: pointer;
        box-shadow: 0 2px 10px 0 #88888845;
    }

.dropdown-note:hover {
    cursor: pointer;
}
/*Dropdown menu action*/
.dropdown-menu-action-new a i {
    color: #B5B5C3;
    font-size: 13px;
    width: 16px;
    text-align: center;
    margin-right: 8px;
}

.dropdown-menu-action-new {
    border: unset;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

    .dropdown-menu-action-new a {
        color: #5c616b;
        font-size: 14px;
        padding: 5px 15px;
    }

        .dropdown-menu-action-new a:hover {
            background: #cbeaff;
            color: #2e94da;
        }

            .dropdown-menu-action-new a:hover i {
                color: #2e94da;
            }

    .dropdown-menu-action-new .dropdown-item:focus, .dropdown-menu-action-new .dropdown-item:hover {
        background: #cbeaff !important;
        color: #2e94da;
    }

.btn-list-drop-cus {
    color: #2e94da;
    background: #2e94da2b;
    border: 1px solid #bbdef7;
    transition-duration: .2s;
}

    .btn-list-drop-cus:hover {
        color: #fff;
        background: #2e94da;
        border-color: #2e94da;
    }

    .btn-list-drop-cus:focus {
        outline: unset;
        box-shadow: unset;
    }
/*.dropdown-list-drop-cus:hover .dropdown-menu-action-new{
   	display: block;
   	    left: unset;
    right: 0;
   }*/

/*Button group active*/
.btn-active.active {
    background-color: #4bac4d;
    outline: unset;
    color: #fff;
    box-shadow: unset;
    border: 1px solid #4bac4d;
}

.btn-active {
    border: 1px solid #ced4da;
}

.form-search-box:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    left: 24px;
    color: #c7c7c7;
    font-weight: 900;
    top: 7px;
    z-index: 1;
}

.icon-gach-ngang {
    font-size: 24px;
}

input.form-search-main-in {
    padding-left: 30px;
    border-bottom-width: 1px !important;
    border-radius: 0;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    width: 300px;
}

    input.form-search-main-in:hover, input.form-search-main-in:focus {
        border-bottom-width: 1px !important;
    }

.ts-product-view-scroll {
    overflow: auto;
}

    .ts-product-view-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .ts-product-view-scroll::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
        height: 8px;
    }

    .ts-product-view-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #aaa;
    }

.ts-avatar-min-2 {
    width: 38px;
    height: 38px;
    border-radius: 30px;
    object-fit: cover;
}

.table-noborder-header thead th {
    border-top: unset;
}

.form-control-small-en {
    padding: 2px 0;
    height: unset !important;
}

.ts-form-control-input {
    border: unset !important;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    border-bottom: 1px solid #ddd !important;
    background: unset !important;
}

.bg-light-blue {
    background: #dbf3ff !important;
}

th.bg-light-blue::after {
    background: #d4eaff !important;
}

.dropdown-note-new {
    font-size: 12px;
    /*position: absolute;*/
}

.show-ico-info-tk i.fa-info-circle {
    opacity: 0;
}

.show-ico-info-tk:hover i.fa-info-circle {
    opacity: 1;
}

img.gift-product-ic {
    width: 15px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}

.dropdown-menu-spa {
    box-shadow: 0 0 20px 0 #88888840;
    border: 1px solid rgb(0 0 0 / 3%);
}



/*Cập nhật 14/10/2020
Giao diện bán hàng*/

@media (min-width: 1200px) {
    .right-sidebar-in {
        width: 430px;
        position: fixed;
        right: 15px;
        /*top: 102px;*/
    }

    .main-content-in {
        margin-right: 435px;
    }
}

@media (max-width: 1199px) {
    .right-sidebar-in {
        width: 100%;
    }

    .main-content-in {
        width: 100%;
    }
}

.invoice-tabs-ts .nav-item .nav-link:nth-child(1) {
    border-left-color: #dee2e6;
}

.invoice-tabs-ts .nav-item .nav-link {
    text-transform: uppercase;
    color: #999;
    border-radius: unset;
    font-size: 14px;
    font-weight: 500;
    border-right-color: #dee2e6;
    padding: .6rem 1rem;
}

    .invoice-tabs-ts .nav-item .nav-link:hover {
        border-bottom-color: transparent;
    }

    .invoice-tabs-ts .nav-item .nav-link.active {
        color: #2e94da;
        position: relative;
    }

        .invoice-tabs-ts .nav-item .nav-link.active:after {
            content: "";
            display: block;
            position: absolute;
            background: #2e94da;
            width: 100%;
            height: 3px;
            bottom: -2px;
            left: 0;
        }

li.nav-add-plus .add-plus-hoadon {
    width: 35px;
    display: inline-block;
    height: 34px;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    transition-duration: .2s;
}

    li.nav-add-plus .add-plus-hoadon:before {
        display: block;
        content: "";
        position: absolute;
        width: 2px;
        height: 17px;
        background: #2e94da;
        left: 15px;
        top: 8px;
    }

    li.nav-add-plus .add-plus-hoadon:after {
        display: block;
        content: "";
        position: absolute;
        width: 17px;
        height: 2px;
        background: #2e94da;
        top: 15px;
        left: 8px;
    }

    li.nav-add-plus .add-plus-hoadon:hover {
        background: #2e94da;
        border-color: #2e94da;
    }

        li.nav-add-plus .add-plus-hoadon:hover:before, li.nav-add-plus .add-plus-hoadon:hover:after {
            background: #fff;
        }

.item-product-in {
    position: relative;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    transition-duration: .2s;
    border-radius: 3px;
    width: 110px;
    margin-right: 8px;
    margin-bottom: 8px;
}

span.price-product-in {
    position: absolute;
    top: 50px;
    left: 5px;
    background: #fff;
    padding: 0px 5px;
    color: #2e94da;
    font-weight: 500;
    line-height: 1.3;
}

.item-product-in img {
    width: 100px;
    height: 65px;
    object-fit: cover;
}

.item-product-in .name-product-in {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-product-in:hover {
    box-shadow: 0 0 10px 0 #88888888;
}

.in-action-product {
    margin: auto;
    text-align: center;
}

    .in-action-product i.fa {
        background: #2e94da;
        padding: 4px 12px;
        border-radius: 3px 3px 0 0;
        color: #fff;
        cursor: pointer;
        transition-duration: .2s;
    }

        .in-action-product i.fa:hover {
            background: #1d7cbd;
        }

.height-table-in {
    height: calc(100vh - 134px) !important;
}

.btn-width-49-in {
    width: 49%;
}

/*Giao diện xuất kho*/
.height-table-in-xk {
    height: calc(100vh - 129px) !important;
}

.form-search-box-xk:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    left: 10px;
    color: #c7c7c7;
    font-weight: 900;
    top: 7px;
    z-index: 1;
}

.list-btn-choose-sp .item-btn-choose-in {
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-weight: 500;
    color: #9e9e9e;
}

    .list-btn-choose-sp .item-btn-choose-in:hover {
        color: #2e94da;
    }

    .list-btn-choose-sp .item-btn-choose-in.active {
        color: #2e94da;
        border-bottom-color: #2e94da;
    }

.list-history-kk li {
    list-style: none;
    font-size: 14px;
}

    .list-history-kk li + li {
        margin-top: 7px;
    }

    .list-history-kk li i {
        margin-right: 8px;
        font-size: 14px;
        width: 16px;
        color: #a7a7a7;
    }

.card-header-kk {
    color: #2e94da;
    font-size: 15px;
    font-weight: 500;
}

.nav-tabs-customer-modal > li > a {
    border: unset !important;
    font-size: 16px;
    font-weight: 500;
    color: #495057;
    border-bottom: 3px solid transparent !important;
}

    .nav-tabs-customer-modal > li > a:hover {
        background: #2e94da33;
        color: #2e94da;
        border-color: #2e94da0a !important;
    }

    .nav-tabs-customer-modal > li > a.active {
        border: unset;
        border-bottom: 3px solid #2e94da !important;
        color: #2e94da !important;
    }

/*Cập nhật 28/10/2020
màn hình bảo lưu dịch vụ*/
.ts-scroll-custom {
    overflow: auto;
}

    .ts-scroll-custom::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
        height: 10px;
    }

    .ts-scroll-custom::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #aaa;
    }

        .ts-scroll-custom::-webkit-scrollbar-thumb:hover {
            background-color: #3D80E4;
        }

.customer-name-ts img.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    object-fit: cover;
    border: 1px solid #eee;
    transition-duration: .25s;
}

/* Cập nhật 03/12/2020
    các màn hình PT*/
.date-input-icon + i {
    color: #737373 !important;
}

.date-input-icon + i {
    color: #495057;
    position: absolute;
    right: 0;
    padding: 10px 9px 11px 0px;
    border-left: unset;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 10;
}

.main-menu-ts .active {
    background-color: #2782c0;
    color: #fff !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}

.modal-max-scroll {
    max-height: calc(100vh - 190px);
    overflow: auto;
}

.dropdown-tag-list .dropdown-menu {
    width: 250px;
}

.dropdown-menu-pt {
    background-color: #4bac4d !important;
    border-radius: unset !important;
    border: unset !important;
    box-shadow: 0 0 15px 0 #2d862fa8;
    /*margin-top: -.5px;*/
}

    .dropdown-menu-pt a:hover, .dropdown-menu-pt a:focus {
        background: #349336;
        color: #fff;
    }

    .dropdown-menu-pt a {
        color: #fff !important;
        padding: .5rem 1.5rem;
    }

.btn-with-icon-img img {
    width: 20px;
    margin-right: 10px;
}

.btn-green {
    line-height: 1.7;
}

    .btn-green:hover {
        color: #fff;
    }

.table-dat-lich-modal tr td {
    position: relative;
}

.dat-lich-modal {
    width: 100%;
    /*background: antiquewhite;*/
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.ts-item-customer {
    z-index: 1;
    position: relative;
}

.ts-seemore:hover {
    text-decoration: none;
}

.spa-status-7 {
    border-left: 4px solid #ff7407;
    background-color: #FFE3CD;
}

.fa-users.loai-pt-ic {
    color: deeppink;
    font-size: 12px;
    width: 20px;
    text-align: center;
}

.fa-user.loai-pt-ic {
    color: blueviolet;
    font-size: 12px;
    width: 20px;
    text-align: center;
}

.users-class.loai-pt-ic {
    width: 20px;
    text-align: center;
}

.timeline-item.disabled-item .loai-pt-ic {
    color: #ccc;
}

.timeline-item.list-items {
    min-height: 78px;
}

.status-chua-dien-ra-pt {
    background-color: #6C5CE7;
}

.status-bo-tap-pt {
    background-color: #ff7407;
}

.status-hoan-thanh-pt {
    background-color: #2e94da;
}

.status-dang-dien-ra-pt {
    background-color: #4bac4d;
}

.status-huy-pt {
    background-color: #e44e4d;
}

.btn-action-spa:hover {
    background: #eee;
}

.fa-check-circle.xacnhan-pt {
    color: #4bac4d;
    font-size: 12px;
}

.status-botap {
    background: #ff7407;
    padding: 3px 10px 5px 10px !important;
    border-radius: 18px;
    color: #fff !important;
    font-size: 13px;
}

.text-blue-hover:hover {
    color: #1f62a9;
    cursor: pointer;
}

.shadow-modal {
    box-shadow: 0 0 20px #00000040;
}

.date-input-icon + i {
    top: 0;
}

.left-sidebar-new1 .tab-content {
    height: calc(100vh - 140px);
    overflow-y: auto;
    position: relative;
}

.modal-footer {
    border-top: 0px solid #e9ecef !important;
}

img.image-capture {
    width: 120px;
}



table.table-wt tr td, table.table-wt tr th {
    border-right: #e6e8e9 1px solid;
    position: relative;
}

div.working-time-edit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

    div.working-time-edit .center-horizontal {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    div.working-time-edit .fa {
        color: #e6e8e9;
    }

    div.working-time-edit:hover .fa {
        color: #000;
    }

.wt-name {
    font-weight: 500;
}

table.table-wt tr td {
    min-width: 150px;
    height: 60px;
}

div.wt-checkin-time {
    font-size: x-small;
}

.width-100 {
    width: 100%;
}


div.working-time-edit:hover {
    background-color: #e6e8e9;
}

.border-bottom {
    border-bottom: solid 1px #e6e8e9;
}

.md-dialog-w756 {
    width: 756px;
}

.wt-panel-button {
    display: none;
}

div.working-time-edit div.wt-panel-button {
    z-index: 11;
}

.wt-panel-button button i.fa {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.working-time-edit:hover .wt-panel-button {
    display: block;
}

.working-time-edit.one-wt:hover {
    background-color: #24a949;
    border: solid 1px #e44e4d;
}

    .working-time-edit.one-wt:hover button {
        background-color: #24a949;
        border: solid 1px #fff;
    }

.working-time-edit.one-wt button {
    padding-right: 8px;
    padding-left: 8px;
    border: solid 1px #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}

.wt-panel-button button i.fa:hover {
    background: none !important;
    background-color: none !important;
    border: none !important;
}

.wt-panel-button button i.fa.fa-eye:hover {
    background: none !important;
    background-color: none !important;
    border: none !important;
    box-shadow: none !important;
}

div.working-time-edit.one-wt:hover button .fa {
    color: #ddd;
}

.md-dialog-w1024 {
    min-width: 1024px !important;
}

.mult-wt .working-time-edit {
    /*background-color: #e6e8e9;*/
    margin: 10px;
}

div.working-time-edit.one-wt:hover .main-content {
    opacity: 0.4;
}

.wt-note {
    display: flex;
    align-items: center;
    /*margin: 0 10px;*/
    font-size: 10px;
    display: inline-block;
}

    .wt-note .dot {
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background: blue;
        margin-right: 3px;
        display: inline-block;
    }

.dot.wt-no-checkin {
    background-color: rgb(102, 102, 102);
}

.dot.wt-future {
    background-color: rgb(196, 196, 196);
}

.dot.wt-in-time {
    background-color: rgb(126, 211, 33);
}

.dot.wt-late-early {
    background-color: rgb(255, 203, 118);
}

.dot.wt-not-finish {
    background-color: rgb(255, 0, 0);
}

.working-time-edit.wt-no-checkin {
    border: solid 1px rgb(102, 102, 102) !important;
}

.working-time-edit.wt-future {
    border: solid 1px rgb(196, 196, 196) !important;
}

.working-time-edit.wt-in-time {
    border: solid 1px rgb(126, 211, 33) !important;
}

.working-time-edit.wt-late-early {
    border: solid 1px rgb(255, 203, 118) !important;
}

.working-time-edit.wt-not-finish {
    border: solid 1px rgb(255, 0, 0) !important;
}

div.working-time-edit.date-active .fa.fa-plus {
    color: #aaa;
}

.working-time-edit.wt-day-leave {
    border: solid 1px blue !important;
}

#menuTreeview .leaf img {
    height: 14px;
}

table.table-hover1 tr td {
    cursor: default;
}

    table.table-hover1 tr td i.fa:hover, table.table-hover1 tr td i.fas:hover {
        cursor: pointer;
    }



div.left-sidebar-new1 .tab-content {
    height: calc(100vh - 75px);
}


div.left-sidebar-new1 .bg-content {
    padding-bottom: 0px;
}

div.table-fix-scroll-new {
    height: calc(100vh - 185px);
    overflow: auto;
}

div.row1.bg-content-min {
    min-height: 300px;
}

.cursor-pointer {
    cursor: pointer;
}

.table-hover1 .fa-user {
    color: blue;
}

    .table-hover1 .fa-user:hover {
        background-color: blue;
        color: #fff;
        box-shadow: 0 1px 15px 1px #27ae6050;
        border-radius: 50%;
    }

div.working-time-edit.date-active {
    background-color: #E6F7FF !important;
}