@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');


body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f1f1f1;
}

select[readonly] {
    pointer-events: none;
}

.form-control:disabled {
    color: #98a6ad;
    background-color: #ecf2f5;
}

.icon-list-hotel {
    font-size: 17px;
    position: relative;
    top: 3px;
}
.icon-red {
    color: #dc3232;
}
.icon-green {
    color: #46b450;
}

.btn-list-hotel {
    padding: 0.25rem .7em;
}
.icon-view-list-hotel:before {
    position: relative;
    top: 2px;
}
.icon-delete-file {
    font-size: 17px;
    position: relative;
    top: 1px;
    color: #f44336;
    line-height: 15px;
}
.icon-delete-file:hover {
    color: #7c7c7c;
    cursor: pointer;
}
.bottone-elimina-file {
    background: none;
    border: none;
    padding: 0px;
}

.container-row-add-and-filter {
    border-bottom: 1px solid #e5e8eb;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.container-btn-add-hotel {}

.btn-modal-filters {
    padding: 6px 9px 6px 9px;
}
.btn-modal-filters .btn-modal-filters-icon {
    width: 21px;
    color: #fff;
}
.btn-modal-filters:hover .btn-modal-filters-icon {
    cursor: pointer;
}

.btn-reset-filters {
    font-size: 12px;
    text-decoration: revert;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}
.btn-reset-filters:hover {
    text-decoration: none;
    color: #5c636a;
}

.table-lista-hotel {

}
.table-lista-hotel a {
    color: #5a5a5a;
}
.table-lista-hotel a:hover {
    color: #5a5a5a;
}
.table-lista-hotel tbody tr {

}
.table-lista-hotel tbody tr:hover {
    background: #eee;
    cursor: pointer;
}

.table-lista-hotel .link-nome-hotel {
    color: #e43d30;
    font-size: 14px;
    font-weight: 600;
}
.table-lista-hotel .link-nome-hotel:hover {
    color: #e43d30;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 20px;
}

.footer {
    padding: 19px 15px 20px;
    color: #000000;
    background-color: #dbdbdb;
}
.footer .footer-links a {
    color: #e43d30;
}

.page-item.active .page-link {
    background-color: #e43d30;
    border-color: #e43d30;
}


.pagination-rounded .page-link {
    border-radius: 3px !important;
    margin: 0 6px;
}

body[data-sidebar-color=gradient] .left-side-menu, body[data-sidebar-color=gradient] .logo-box {
    background: #e43d30;
    background-image: linear-gradient(270deg,rgb(213 213 213 / 15%),transparent);
}
body[data-sidebar-size=condensed] .left-side-menu .menuitem-active .menuitem-active a.active {
    color: #ffffff!important;
}
body[data-sidebar-color=brand] .left-side-menu #sidebar-menu>ul>li>a, body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a {
    color: rgb(255 255 255 / 55%);
}
body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
    background: #323a46;
    border-radius: 0px 4px 4px 0px;
    box-shadow: inset -5px 0px 30px -10px #000000;
}

.navbar-custom .btn-light.disabled, .navbar-custom .btn-light:disabled {
    color: #ffffff;
    background-color: #7d858c;
    border-color: #7d858c;
}


body.page-login.authentication-bg {
    background-position: center;
    background-image: url(https://www.oneuptravel.it/img/bg-home.jpg);
    background-size: cover;
}
body.page-login .container-coverage {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #02101c;
    opacity: 0.5;
}
body.page-login .footer {
    color: #e5e5e5;
    background-color: transparent;
    letter-spacing: 1px;
}
body.page-login .btn-primary {
    color: #fff;
    background-color: #e63d30;
    border-color: #e63d30;
}
body.page-login .btn-primary:hover {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46;
}
body.page-login .form-check-input:checked {
    background-color: #e63d30;
    border-color: #e63d30;
}

.nav-bordered a.active {
    border-bottom: 2px solid #e43d30!important;
}

.btn-primary {
    color: #fff;
    background-color: #e43d30;
    border-color: #e43d30;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e43d30;
    border-color: #e43d30;
    opacity: 0.8;
}
.btn-outline-primary {
    color: #dfe3e7;
    border-color: #ced4da;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #494b4e;
    background-color: transparent;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #c52b1f;
    border-color: #c52b1f;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #c52b1f;
    border-color: #c52b1f;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
a {
    color: #e43d30;
}
.form-check-input:checked {
    background-color: #e43d30;
    border-color: #e43d30;
}

.container-modal-delete-hotel .modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
}
.container-modal-delete-hotel .btn-close {
    position: relative;
    top: -3px;
}
.container-modal-delete-hotel .modal-footer {
    display: contents;
}


.container-modal-sollecito-collegamento-cm .modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
}
.container-modal-sollecito-collegamento-cm .btn-close {
    position: relative;
    top: -3px;
}
.container-modal-sollecito-collegamento-cm .modal-footer {
    display: contents;
}


.container_data_firma_contratto {
    display: none;
}
.container_data_carico_contratto_statico {
    display: none;
}
.container_data_carico_channel_manager {
    display: none;
}
.container_data_attivazione_channel_manager {
    display: none;
}
.container_specifiche_contribution {
    display: none;
}
.form-check-input[type=radio] {
    cursor: pointer;
}
.form-check-input:hover[type=radio] {
    opacity: 0.7;
}
.active-check {
    display: block;
}
.active-check-imp {
    display: block !important;
}
.table-lista-hotel .btn-clone-hotel {
    color: #ffffff;
    padding: 4px 6px 4px 7px;
    background: #7e7e7e;
    border: 1px solid #6e6e6e;
}
.table-lista-hotel .btn-clone-hotel:hover {
    opacity: 0.6;
    color: #fff;
}


.container-file-allegato-true {
    background: #fbfbfb;
    padding: 22px 15px 20px 15px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}


.text-area-note-code {
    width: 100%;
    height: 30%;
    background: #fff;
    border: none;
    resize: none;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    font-style: normal;
    margin-top: 3px;
}



.search-select .item {
    padding: 1px 8px;
    background: #edeff1;
    color: #343a40;
}

tr.archived_si {
    background: #ffebe9;
    opacity: 0.6;
}
.table-lista-hotel tbody tr.archived_si:hover {
    background: #ffebe9;
    cursor: pointer;
}


body[data-sidebar-size=condensed] .left-side-menu {
    position: fixed;
}

.mobile-menu-visb {
    display: none;
}

.custom-bedge {
    border-radius: 3px !important;
    padding: 4px 5px 3px 5px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

a.btn.btn-soft-secondary.btn-modal-filters.position-relative.active {
    background: #abb0b5;
    color: #fff;
}

.disab-custom {
    opacity: 0.4;
}
.disab-custom a {
    color: #999 !important;
    cursor: no-drop;
}
.disab-custom a:hover {
    color: #999 !important;
    cursor: no-drop;
}


.container-box-total {
    border: 1px solid #e5e8eb;
    background: #fbfbfb;
    padding: 20px 5px 20px 5px;
    border-radius: 3px;
    margin-top: 35px;
    color: #000;
}


.select2-container {
    z-index: 9999;
}

.select2-selection__clear {
    padding-right: 15px;
}

.row-margin-zero {
    margin-left: 0px;
    margin-right: 0px;
}
.col-padding-zero {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-mini-custom {
    padding: 4px 6px 4px 6px;
    font-size: 11px;
    margin-top: 3px;
}
.btn-mini-custom i {}
.btn-mini-custom i:before {}

.mini-titolo {
    display: block;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
}
.mini-sottotitolo {
    display: block;
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
}

.custom-icon-arrow-step {
    font-size: 33px;
    color: #ccc;
    margin-right: 0px;
    margin-top: 10px;
}

.bg-custom-step {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}

.link_add_invoice_manual {
    margin-top: 18px;
    display: table;
    background: #d5d5d5;
    float: right;
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    color: #4e4e4e;
    border-radius: 3px;
}
.link_add_invoice_manual:hover {
    background: #e43d30;
    color: #ffffff;
}


.pagamenti-page .container-row-add-and-filter {
    margin-bottom: 15px;
}

.pagamenti-page .container-box-total {
    margin-top: 26px;
    margin-bottom: 25px;
}


.container-general-access-denied {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    z-index: 9999999999;
    overflow: hidden;
}
.container-general-access-denied .container-interno-access-denied {
    width: 50%;
    position: absolute;
    top: 15%;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}
.container-general-access-denied .container-interno-access-denied .icona-access-denied {
    font-size: 200px;
    color: #ff6055;
    display: block;
    line-height: normal;
}
.container-general-access-denied .container-interno-access-denied .text-access-denied {
    font-size: 18px;
    color: #f44336;
    display: block;
    line-height: 42px;
    font-weight: 800;
}
.container-general-access-denied .container-interno-access-denied .text-access-denied .titolo-access-denied {
    font-size: 26px;
    color: #5c5c5c;
}
.container-general-access-denied .container-interno-access-denied .link-access-denied {
    font-size: 17px;
    color: #5c5c5c;
    display: block;
    margin-top: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
.container-general-access-denied .container-interno-access-denied .link-access-denied:hover {
    color: #000;
}


.container-box-tipo-pagamento {
    background: #f9f9f9;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e1e1e1;
}
.container-box-tipo-pagamento .icon-tipo-pagamento {
    font-size: 30px;
}
.container-box-tipo-pagamento .text-tipo-pagamento {
    font-size: 16px;
    font-weight: 600;
    color: #7a7a7a;
    display: block;
    padding-top: 5px;
}



.container-box-option-pay {
    margin-top: 35px;
    border-top: 1px solid #e1e1e1;
    padding-top: 25px;
}



.gestione-rapporti-xml .progress {
    height: 1rem;
}
.gestione-rapporti-xml .progress-bar {
    font-size: 13px;
    font-weight: 600;
}

.titolo_mese {
    color: #e43d30;
    font-weight: 600;
    font-size: 13px;
}

.col-custom-left-controlli {
    width: 3%;
    overflow: hidden;
    float: left;
}
.col-custom-right-controlli {
    width: 97%;
    float: right;
    overflow: hidden;
}
.input-check-custom-controllo {
    margin-top: 2px;
}


.tab-pane#data_entry .container-general-credenziali-extranet .conteiner-blocco-credenziali-extranet-channel-manager {
    display: none;
}
.tab-pane#channel_managerr .container-general-credenziali-extranet .conteiner-blocco-credenziali-extranet-data-entry {
    display: none;
}

.container-box-assoc-booking {
    background: #eff8ff;
    padding: 10px 10px 25px 10px;
    border-left: 1px solid #5aa2d9;
    border-right: 1px solid #5aa2d9;
    border-top: 1px solid #5aa2d9;
    border-radius: 3px 3px 0px 0px;
    margin-top: -10px;
    color: #00569b;
}
.container-box-assoc-booking .select2-container .select2-selection--single {
    border: 1px solid #5aa2d9;
}
.container-box-assoc-booking .select2-container .select2-selection--single .select2-selection__rendered {
    color: #00569b;
}
.container-box-booking-data {
    background: #eff8ff;
    padding: 30px 25px 29px 25px;
    border: 1px solid #5aa2d9;
    border-radius: 3px;
    color: #00569b;
    margin-bottom: 25px;
    line-height: 28px;
    margin-top: -1px;
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 11%);
}
.container-box-booking-data .separator-row-booking {
    height: 30px;
}


.container-conversation-issue {
    background: #fffde7;
    padding: 15px 15px 5px 15px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    color: #000;
    line-height: 21px;
}
.titolo_conversation_issue {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #157ed1;
}

span.importo_netto_pagamenti {
    font-size: 16px;
    color: #ff0000;
}

#sidebar-menu .menuitem-active .active {
    color: #000000 !important;
}


.container-allert-issue-open {
    background: #fffefc;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ff9800;
    border-radius: 3px;
}
.titolo_allert_issue_open {
    font-size: 18px;
    color: #ff9800;
    font-weight: 700;
    display: block;
}
.testo_allert_issue_open {
    font-size: 14px;
    color: #ef8e00;
    font-weight: 500;
}
.custom-icon-allert-issue-open {
    float: left;
    font-size: 47px;
    margin-right: 20px;
    color: #ff9800;
}

.container_offerta_cumulabile {
    display: none;
}
.container_offerta_cumulabile.active-check {
    display: block;
}

.container-check-multiple {
    margin-top: 12px;
    margin-left: 7px;
}

.box-color-custom {
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #000000;
    -webkit-box-shadow: 2px 3px 12px -12px #0000009c;
    box-shadow: 2px 3px 12px -12px #0000009c;
}

.carico_offerta_select {
    display: none;
}
.carico_offerta_select.offerta_extra {
    display: block;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
    color: #e35045;
}
.container-box-check-hpnr {
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #000000;
    -webkit-box-shadow: 2px 3px 12px -12px #0000009c;
    box-shadow: 2px 3px 12px -12px #0000009c;
    min-height: 165px;
}
.container-box-check-apcccp {
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #000000;
    -webkit-box-shadow: 2px 3px 12px -12px #0000009c;
    box-shadow: 2px 3px 12px -12px #0000009c;
    min-height: 165px;
}
.container-check-offcumcon {
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #000000;
    -webkit-box-shadow: 2px 3px 12px -12px #0000009c;
    box-shadow: 2px 3px 12px -12px #0000009c;
    min-height: 165px;
}

.container-box-procedure-invio-email {
    background: #ffffff;
    padding: 20px 15px 15px 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #000000;
    -webkit-box-shadow: 2px 3px 12px -12px #0000009c;
    box-shadow: 2px 3px 12px -12px #0000009c;
}

.icon_danger_capadimorto {
    width: 30px;
    margin-top: -5px;
}
.text_icon_danger_capadimorto {
    margin-top: 0px;
    display: table;
    float: right;
    margin-left: 5px;
}
.icon_danger_capadimorto_list {
    width: 28px;
    position: relative;
    top: 1px;
}
.text_update_supplier {
    margin-top: -17px;
    display: block;
    font-style: italic;
    color: #ff5722;
    font-weight: 700;
}

iframe.iframe-rinnovi-contratti {
    background: #fff !important;
    font-size: 12px !important;
    color: #000 !important;
}

.table-custom-out {
    margin-bottom: 15px;
}
.table-custom-out thead {
}
.table-custom-out thead tr th {
}
.table-custom-responsive {
    border-color: #d3d3d3;
}
.table-custom-out .link-nome-hotel {
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
.table-custom-out .link-nome-hotel:hover {
    color: #e43d30;
}
.container-ricerca-table {
    margin-bottom: 20px;
    text-align: right;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background: #fbfbfb;
}
.container-ricerca-table .text-ricerca-table {
    font-size: 14px;
    font-weight: 500;
}
.container-ricerca-table input {
    border: 1px solid #d5d6d7;
    border-radius: 3px;
    padding: 7px 10px 6px 10px;
    width: 40%;
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-right: 30px;
}

.title-top-section-hotel {
    background: #fbfbfb;
    padding: 10px 0px 10px 0px;
    border: 1px solid #e9e9e9;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.custom-botton-secondary-rosso {}
.custom-botton-secondary-rosso:hover {
    background: #8bc34a;
    border-color: #8bc34a;
}
.text-template {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    position: relative;
    top: 1px;
}
.btn-clone-hotel {
    background: none;
    border-color: #d3d3d3;
    color: #000000;
}

.paginate_custom_bee_good .page-item .page-link {
    padding: 5px 10px 5px 10px;
}
.paginate_custom_bee_good .page-item.active .page-link {
    background-color: #c5c5c5;
    border-color: #c5c5c5;
}


body.edit-page .custom-botton-secondary-rosso {}
body.edit-page .custom-botton-secondary-rosso:hover {
    background: #ff5722;
    border-color: #ff5722;
}
body.edit-page .custom-botton-secondary-verde {}
body.edit-page .custom-botton-secondary-verde:hover {
    background: #8bc34a;
    border-color: #8bc34a;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul ul {
    background-color: #292f39;
}
body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-second-level li a, body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a {
    color: #ffffff;
}
#sidebar-menu .menuitem-active .active {
    color: #ffeb3b !important;
}
body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
    border-radius: 0px 4px 0px 0px;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover, body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul a:hover {
    color: #ffeb3b;
}
body[data-sidebar-color=brand] .menuitem-active>a, body[data-sidebar-color=gradient] .menuitem-active>a {
    color: #fff!important;
    background: #292f39;
    position: relative !important;
    left: 5px;
    border-radius: 0px 3px 3px 0px;
    margin-left: -5px;
}

.container-modal-add-new-anagrafica-hotel {}
.iframe-modal-add-new-anagrafica-hotel {}

.container-modal-add-new-anagrafica-hotel .modal-full-width {
    width: 53%;
}

.container-button-add-offer {
    float: right;
    margin-top: -49px;
}

td.saldo_finale {
    color: #f00;
    font-weight: 700;
}

.container-list-box-row.mb-3 {
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 3px;
    line-height: 25px;
    font-size: 13px;
}
.row.section-fornitore {
    background: #f5fbff;
    padding: 0px 5px 5px 5px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-right: 25px;
}
.row.section-cliente {
    background: #fffae9;
    padding: 0px 5px 5px 5px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-right: 25px;
}
.container-list-box-row .custom-badge-container .custom-bedge {
    border-radius: 3px !important;
    padding: 4px 5px 3px 5px;
    position: relative;
    top: 0px;
    margin-left: 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    body[data-sidebar-size=condensed]:not([data-layout=compact]) {
        min-height: 1120px;
    }
}



@media all and (max-width: 991px) {
    #scroll-horizontal-datatable-hotel-list_wrapper .dataTables_length {
        margin-bottom: 20px;
    }
    #scroll-horizontal-datatable-hotel-list_wrapper .dataTables_filter {
        margin-bottom: 20px;
    }
    .mobile-menu-visb {
        display: block;
    }
}
