#dropZone {
    border: 1px dotted black;
    text-align: center;
    width: -webkit-fill-available;
    font-size: 16px;
    color: #436c87;
    background: #dcebf5;
}

.gallery ul li img {
    width: 100%;
}

.gallery ul li {
    list-style: none;
    display: inline-flex;
    border: 1px solid #eaeaea;
    height: 150px;
    min-width: 114px;
    list-style-type: none;
    margin: 4px;
    padding: 10px;
    width: 17.78%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .gallery ul li i.remove-file {
        /*font-size: 20px;*/
        cursor: pointer;
        background: #cccccc none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 11px;
        color: #b1253a;
        padding: 0 2px;
        position: absolute;
        right: 6px;
        top: 3px;
        z-index: 100;
    }

.jumbotrons {
    border: 1px dashed #bdd0dc;
    padding: 8px 0px;
    text-align: center;
    color: #436c87;
    margin-bottom: 4px;
    font-size: 12px;
}

.service {
    padding-top: 20px;
}

.edit-sample-tour textarea.form-control {
    height: 36px;
}

.avatar-schedule {
    height: 200px;
    width: 100%;
}

#customers .customer .removeCustomer {
    position: absolute;
    right: 0;
    top: 25px;
    cursor: pointer;
}

.file_member_input_cccd {
    width: 39px;
    height: 39px;
    background: transparent;
    border: none;
}


.tetHoliday:hover {
    box-shadow: 0px 2px 16px 2px lightpink;
}

.tmg_tet {
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ui-sortable-handle {
    touch-action: auto;
}

ul, li {
    margin: 0;
    padding: 0;
}

button, input, optgroup, select, textarea {
    font-family: unset;
}

.w-200 {
    width: 200px;
}

.d-none {
    display: none;
}

.docChilds {
    margin-bottom: 10px;
}

.serveyChilds {
    margin-bottom: 10px;
}

.r_css {
    display: flex;
    align-items: center;
}

.create-popup {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1000;
    padding-top: 20px;
    overflow-y: auto;
    /*color: #afafaf;*/
}

    .create-popup form {
        width: 80%;
        background: #fff;
        margin: auto;
        padding: 10px;
        position: relative;
        min-height: 70vh;
    }

        .create-popup form .label-popup {
            background: #eef6fb;
            border-radius: 5px;
            padding: 3px 5px;
            position: absolute;
        }

        .create-popup form .close {
            position: absolute;
            right: 10px;
        }

        .create-popup form h1 {
            font-size: 36px;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 1rem;
            font-weight: initial;
        }

    .create-popup .select2-choice, select.select {
        border: 0; /*background-color: #eeeeee;*/
        padding: 7px;
        text-align: center;
        width: 100%;
        border: 1px solid #afafaf;
        border-radius: 3px; /*color: #afafaf;*/
        height: 36px;
    }

    .create-popup.tour.group .salary input.form-control {
        height: 36px;
    }

    .create-popup .select2-dropdown-open .select2-choice {
    }



.bg-white {
    background: #fff;
}

.create-popup input.form-control {
    border-radius: 0;
    cursor: text;
}

.create-popup label.control-label.text-center {
    text-align: center;
}

.create-popup .salary .col-form-label {
    text-transform: uppercase;
}

.create-popup .salary input.form-control {
    background: #eeeeee;
    border: 0;
    text-align: center;
    color: #afafaf;
    height: 30px;
}

.create-popup .salary .form-group {
    margin-bottom: 2em;
}

.price .salary .form-group {
    margin-bottom: 1em;
}

.create-popup button.btn-plus, .create-popup button.btn-save {
    background: orange;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

th {
    font-weight: bold;
}

.btn-plus {
    padding: 8px 15px;
    border-radius: 10px;
    background: orange;
}

.create-popup .mt-5 {
    margin-top: 1rem;
}

.create-popup legend {
    font-size: 16px;
    color: orange;
}

    .create-popup legend hr {
        margin-top: 5px;
    }

.create-popup .label-popup {
}

.create-popup button.btn-save {
    margin-left: auto;
}

.data-client input.form-control.search-ip {
    background: #eeeeee;
    border: 0px;
    border-radius: 10px;
}

.data-client button {
    border-radius: 10px;
    border: 0;
}

    .data-client button.btn-plus {
        padding: 6px 15px;
        font-weight: bold;
    }

        .data-client button.btn-plus:hover {
            background: orange;
        }

.data-client .content-group {
    margin-bottom: 0 !important;
}

.data-client .table > thead > tr > th, .data-client .table > tbody > tr > th, .data-client .table > tfoot > tr > th, .data-client .table > thead > tr > td,
.data-client .table > tbody > tr > td, .data-client .table > tfoot > tr > td {
    padding: 5px;
    text-align: center;
    color: #9b9b9b;
    font-size: 12px;
}

.data-client .table > tbody > tr > td {
    padding: 10px 5px;
}

.data-client .table > thead > tr > th {
    text-transform: uppercase;
    padding-right: 10px;
}

ul.list-ncc {
    display: flex;
    list-style-type: none;
}

    ul.list-ncc li {
        padding: 8px;
        text-transform: uppercase;
    }

        ul.list-ncc li a {
            color: #4e4e4e;
        }

            ul.list-ncc li a:hover {
                color: red;
            }

.data-client .dataTable thead .sorting:before, .data-client .dataTable thead .sorting:after, .data-client .dataTable thead .sorting_asc:after,
.data-client .dataTable thead .sorting_desc:after, .data-client .dataTable thead .sorting_asc_disabled:after,
.data-client .dataTable thead .sorting_desc_disabled:after {
    right: 4px;
}

.content .header-tb {
    display: flex;
    margin-bottom: 10px;
}

    .content .header-tb label {
        margin: 5px 10px;
    }



.create-popup.tour.group .nav-tabs.nav-tabs-solid > li > a {
    text-transform: uppercase;
}

.create-popup.tour.group .nav-tabs.nav-tabs-solid > .active > a, .create-popup.tour.group .nav-tabs.nav-tabs-solid > .active > a:hover,
.create-popup.tour.group .nav-tabs.nav-tabs-solid > .active > a:focus {
    background-color: orange;
    border-color: orange;
    color: #fff;
}


/* Hide the browser's default checkbox */
label.label-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
label.label-checkbox .checkmark {
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
label.label-checkbox:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
label.label-checkbox input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #e5990f;
    border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
label.label-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.label-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
label.label-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: 1px solid #e5990f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#itinerarys .item .icon {
    padding-top: 8px;
    padding-left: 10px;
}

    #itinerarys .item .icon i {
        cursor: pointer;
    }

.info-count .panel-body {
    padding: 10px
}

/**seller*/
.all-seller tr td {
    cursor: pointer
}

.all-seller tr.selected td {
    background: #e3f2fd
}

.customers {
}

    .customers .row-item {
    }

        .customers .row-item input {
            border: 0px
        }

        .customers .row-item:hover input {
            border: 1px solid #eeeeee
        }

.customer-grid {
}

#trans-debt tr td, .trans-debt input[type=text]:hover, #trans-debt-hd tr td, .trans-debt input[type=text]:hover {
    cursor: cell;
}

    #trans-debt tr td:first-child, #trans-debt-hd tr td:first-child {
        text-align: center;
        cursor: pointer !important;
    }

    #trans-debt tr td.num, #trans-debt-hd tr td.num {
        text-align: center;
        cursor: default !important;
    }

    #trans-debt tr td:last-child, #trans-debt-hd tr td:last-child {
        border-right: 1px solid #ddd;
    }

    #trans-debt tr td.tienlai {
        padding: 0 4px
    }

#trans-debt tr.temp td:first-child {
    background: #ddd
}

.trans-debt input:focus {
    cursor: text !important;
}

.trans-debt tr td.readonly {
    cursor: default !important;
}

.trans-debt input:focus, .trans-debt input:hover {
    outline: 1px solid #75bcf7;
}

.ui-state-active h4,
.ui-state-active h4:visited {
    color: #26004d;
}

.ui-menu-item {
    font-size: 12px
}

.ui-widget-content .ui-state-active {
    border: none !important;
}

.list_item_container {
}

.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
}

.row-action p {
    padding: 10px 0
}

    .row-action p i {
        cursor: pointer
    }
.d-flex-justify-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-detail-tour {
    width: 500px !important;
}

.panel-time-slot .control-label {
    padding: 8px 0;
    margin-bottom: 0;
}

.panel-time-slot .control-label-scenario {
    padding: 8px 0;
    margin-bottom: 0;
}

.panel-time-slot .collape-list-price-scenario {
    margin-top: -8px;
}

.panel-time-slot .money-price-scenario {
    width: calc(100% - 40px);
}

@media (max-width:768px) {
    .heading-elements {
        height: 66px;
        flex-wrap: wrap;
        top: 20px;
        left: 17px;
        flex-wrap: wrap;
        height: 59px;
    }

    .footer-detail-tour {
        width: 100% !important;
    }

    .panel-time-slot .money-price-scenario {
        width: 100%;
    }
}


.page-customer-by-ta .card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    background-color: #fff;
    padding: 0;
}

.page-customer-by-ta .card-title {
    background: #f1f4f9;
}

.page-customer-by-ta .control {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .page-customer-by-ta .control button {
        width: 28px;
        height: 28px;
        font-weight: bold;
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .page-customer-by-ta .control .step-number {
        width: 30px;
        text-align: center;
        display: inline-block;
    }

.page-customer-by-ta .btn-plus {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-customer-by-ta .btn-minus {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-customer-by-ta input.form-control, select.form-control {
    height: 38px;
    border-radius: 6px;
    border: 1px solid #ccc;
}


.page-customer-by-ta .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.page-customer-by-ta .color-highlight {
    color: #fb7604;
    font-weight: bold;
}

.quantity-reserve-display {
    display: none;
    position: absolute;
    list-style: none;
    margin-left: 10px;
    padding: 5px 10px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.quantity-reserve-show {
    cursor: pointer;
}

    .quantity-reserve-show:hover .quantity-reserve-display {
        display: inline-block;
    }