﻿#listReceiptByCustomer ul {
    padding-left: 10px !important;
}

.surcharge-item {
    display: flex;
    align-items: center;
}

.customer-table-form ._child-service .item-surchage-payment .surcharge-item {
    justify-content: flex-end;
}

._child-service .coll-payment {
    padding: 8px 0;
    font-size: 14px;
}

.customer-table-form ._child-service tr._row.select td {
    vertical-align: baseline !important;
}

._row_payment_part td {
    vertical-align: baseline !important;
}

#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;
}

.modal-edit-tour textarea.form-control {
    height: 36px;
}

.panel-heading-voucher {
    padding: 15px 7px;
}

.text-center {
    text-align: center;
}

.ico_descrip {
    position: absolute;
    top: 0px; /* Adjust as needed to position vertically */
    right: 5px; /* Adjust as needed to position horizontally */
    font-size: 18px; /* Adjust the font size of the icon */
    cursor: pointer;
}

._namedv {
    width: 18%;
    position: relative;
}

.css_role {
    margin: 0 !important;
    padding: 10px;
    border: solid 1px #dddddd;
    display: flex;
    justify-content: space-between;
}

.name-permission {
    display: flex;
    align-items: center;
}

.dropdown-permission {
    border: solid;
    background: orange;
    color: white !important;
    border-radius: 10px;
}

    .dropdown-permission i {
        padding: 10px;
    }

.table-permission h4 {
    font-size: 15px;
    font-weight: 500;
}

#receiptDetailVoucherModal {
    z-index: 1052;
}

.market ul li {
    margin-right: 25px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    border-radius: 8px;
    margin-top: 10px;
}

    .market ul li a {
        border-top-color: white;
        font-size: 13px;
        font-weight: bold;
    }

    .market ul li.active {
        background-color: orangered;
    }

        .market ul li.active a {
            color: white;
            opacity: 1;
        }

    .market ul li:hover {
        background-color: orangered;
        opacity: 1;
    }

        .market ul li:hover a {
            color: white;
        }

.invoice-dropdown-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    position: absolute; 
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: none;
    z-index: 10;
    width: 200px;
}

.invoice-container:hover .invoice-dropdown-list {
    display: block;
}


.sig_tour {
    border: solid 3px mediumseagreen;
    font-weight: 600;
    color: white;
    text-align: center;
    background: mediumseagreen;
    border-radius: 10px;
}

.footer-detail-tour {
    width: 500px !important;
}

.panel-heading-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.panel-heading-button {
    float: right;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.panel-voucher-button {
    text-align: right;
}

.footer-detail-vouchers {
    min-width: 600px !important;
}

.content-view-file {
    width: 850px;
    height: 500px;
    font-size: 12px;
}

.signal-item-receipt {
    padding: 0px 25px;
    text-align: center;
}

.signal-item-payment {
    padding: 0px 40px;
    text-align: center;
}

.input-price-scenario-main {
    align-items: center;
}

.btn-add-price-scenario {
    padding: 0px 6px;
    font-weight: 900;
    font-size: 15px;
}

.note-feedback-td {
    padding: 10px;
    width: 300px;
}

.note-rate-feedback {
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.text-note-feedback {
    line-height: 1.5em;
}

    .text-note-feedback.clamp {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.toggle-note {
    color: #007bff;
    cursor: pointer;
    font-size: 13px;
    margin-top: 4px;
    display: inline-block;
}


@media (max-width:768px) {
    .market ul {
        display: flex;
        overflow-x: scroll;
    }

    .market .nav-tabs > li.active > a {
        background-color: #ff5722;
        border-left-color: orangered;
    }

        .market .nav-tabs > li.active > a:hover {
            color: white;
        }

    .market ul li {
        margin-top: 25px;
    }

        .market ul li a {
            width: max-content;
            border-radius: 8px;
        }

    .market .nav-tabs > li.active > a:focus {
        background-color: #ff5722;
        border-left-color: orangered;
    }

    .heading-elements {
        height: 66px;
        flex-wrap: wrap;
        top: 60px;
        left: 17px;
        flex-wrap: wrap;
        height: 59px;
    }

    .content-group {
        margin-top: 120px;
    }

    .footer-detail-tour {
        width: 100% !important;
    }

    .footer-detail-vouchers {
        min-width: 120% !important;
    }

    .row_san_pham-item {
        width: auto;
    }

    .content-view-file {
        width: auto;
        height: auto;
    }

    .signal-item-receipt {
        padding: 0px 10px;
        text-align: center;
    }

    .signal-item-payment {
        padding: 0px 15px;
        text-align: center;
    }
}

@media print {
    /* Áp dụng khi người dùng in */
    .signal-item-receipt {
        padding: 0px 20px;
        text-align: center;
    }

    .signal-item-payment {
        padding: 0px 35px;
        text-align: center;
    }
}

.market .nav-tabs.nav-tabs-top li.active a {
    border-top-color: aliceblue;
}

.customer-table-form {
    width: 100%;
    border: 0px;
}
    /*.customer-table-form thead {
        position: sticky;
    }*/
    .customer-table-form tr td, .customer-table-form tr th {
        padding: 4px;
    }

.provider-service .customer-table-form tr td {
    padding: 10px 4px
}

    .provider-service .customer-table-form tr td label {
        cursor: pointer
    }

.provider-service .side-bar {
    border-right: 1px solid #d3d3d3;
    height: 100%
}


.provider-service .items .item {
    line-height: 30px;
    list-style-type: none;
    border-bottom: 1px solid #d3d3d3;
    cursor: pointer;
    padding: 4px
}

    .provider-service .items .item p {
        padding: 0;
        padding: 0;
        margin: 0
    }

    .provider-service .items .item.active {
        background: #e3f2fd
    }

    .provider-service .items .item:last-child {
        border-bottom: 0px
    }

    .provider-service .items .item .name {
        font-weight: bold;
        color: #000;
        line-height: 20px;
    }

        .provider-service .items .item .name .rate {
            padding-left: 10px;
            font-weight: normal;
        }

    .provider-service .items .item label, .provider-service .items .item .address {
        color: #333;
        margin-top: -8px;
        font-size: 11px;
    }

.service {
    padding-top: 70px
}

._child-service tr td {
    padding: 4px
}

    ._child-service tr td i.icon-bin {
        cursor: pointer
    }

.selected {
    background: #e3f2fd
}

#childs tr td {
    cursor: pointer
}

._child-service-footer .header {
    border-bottom: 1px solid orange;
}

    ._child-service-footer .header td {
        font-weight: bold;
        padding-top: 10px;
        line-height: 26px
    }

._child-service-footer-body td {
    padding-top: 10px !important
}

    ._child-service-footer-body td input {
        font-weight: bold
    }

#customers .customer {
    padding-top: 20px;
    position: relative
}

    /*#customers .customer .remove {
        position: absolute;
        right: 0;
        top: 25px;
        cursor: pointer;
        
    }*/

    #customers .customer:hover .remove {
        display: block
    }

.btn-plus {
    padding: 8px 15px;
    border-radius: 10px;
    background: orange;
}

.row-action i {
    cursor: pointer
}

.buttonss {
    display: inline-block;
    height: 35px;
    width: 35px;
    float: right;
    margin: 0 5px;
    background: #fff;
    border-radius: 35px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: all 0.5s ease-out;
    overflow: hidden;
}

    .buttonss .icon {
        display: inline-block;
        text-align: center;
        height: 35px;
        width: 35px;
        border-radius: 35px;
        box-sizing: border-box;
        line-height: 35px;
        transition: all 0.5s ease-out;
    }

        .buttonss .icon i {
            font-size: 18px;
            line-height: 35px;
            transition: all 0.5s ease-out;
            color: red;
        }

    .buttonss a span {
        font-size: 14px;
        line-height: 35px;
        margin-left: 10px;
        transition: all 0.5s ease-out;
        color: #cd201f;
    }

    /*   .buttonss:hover {
        width: 180px;
    }
*/

    /*  .buttonss:hover .icon {
            background: #cd201f;
        }*/

    .buttonss:hover .icon i {
        color: #fff;
    }

.btn-w-80 {
    width: 80%;
}

.f-right {
    float: right;
}
/*duyet - ko duyet*/
/*.buttonss_duyet {
    display: inline-block;*/
/*height: 35px;
    width: 35px;*/
/*box-shadow: 0px 10px 10px rgba(0,0,0,0.1);*/
/* max-width: 100%;*/
/* transition: all 0.8s ease-in-out;
    overflow: hidden;*/
/*margin: 0px 20px 0px 20px;
    border: 1px solid gray;
    border-radius: 8px;
}

    .buttonss_duyet .icon_duyet {
        display: inline-block;
        text-align: center;
        height: 35px;
        width: 20px;
        line-height: 32px;
    }

        .buttonss_duyet .icon_duyet .img {
            line-height: 32px;
        }

    .buttonss_duyet a span {
        line-height: 32px;
        margin-left: 5px;
        font-weight: bold;
        color: #cd201f;
    }*/
/*.buttonss_duyet:hover {
        width: 70px;*/
/* width: 100%;*/
/*}
    .buttonss_duyet.koduyet:hover {
       width: 77px;*/
/* width: 100%;*/
/*}
    .buttonss_duyet.re-approval:hover {
        width: 80px;
    }*/
/*.buttonss_duyet.re-approval a span {
        color: #ff9a1f;
    }*/

/*style board tassking*/
