html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    min-width: 1024px;
    color: #44474A;
}

@media (max-width: 1023px) {
    body {
        overflow: auto;
    }
}

select, p, a, span, button, li, legend, textarea {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    color: #44474A;
    font-size: 14px;
}

h1 {
    font-family: 'Roboto-Light', serif;
    font-size: 20px;
    color: #44474A;
}

h2 {
    font-family: 'Roboto-Bold', serif;
    font-size: 17px;
    color: #44474A;
    display: inline;
}

h3 {
    font-family: 'Roboto-Bold', serif;
    font-size: 15px;
    color: #44474A;
    display: inline;
}

h4 {
    font-size: 15px;
}

legend {
    font-family: 'Roboto-Bold', serif;
    font-size: 15px;
    margin-bottom: 20px;
}

a:focus {
    outline: none;
}

.text-huge {
    font-size: 20px !important;;
}

.text-large {
    font-size: 14px !important;
}

.text-small {
    font-size: 12px !important;;
}

.hidden {
    display: none !important;
}

a {
    color: #80878E;
}

button a,
button a:hover {
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #80878E;
}

.border-table thead th {
    padding-top: 13px;
    border-top: 1px solid #dee2e6;
    border-bottom: none;
}

.table-list .addButton .glyphicon {
    font-size: 17px!important;
    vertical-align: middle;
    margin-right: 5px;
}
.table-list .addButton {
    border-left: 1px solid #e5e5e5;
    width: 125px;
}
.table-list .addButton:hover {
    background-color: #F1F1F1;
}

.table-scroll {
    max-height: 300px;
    overflow-y: auto;
}

.table-scroll {
    white-space: normal;
}

.table-scroll tbody {
    display: block;
    max-height: 280px;
    overflow-y: auto;
}

.table-scroll thead,
.table-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cell90 {
    width:90px;
}

.cell120 {
    width:120px;
}

.cell140 {
    width:140px;
}

#pageTitle {
    color: #ffffff;
    height: 35px;
    padding: 8px 0;
}

/*Font properties*/
.light {
    font-family: 'Roboto-Light', 'Barlow', serif;
}

.bold {
    font-family: 'Roboto-Bold', 'Barlow', serif;
}

.blue-text {
    color: #0274D2;
}

.green-text {
    color: #109B1D;
}

.light-grey-text {
    color: #767D84 !important;
}

.dark-grey-text {
    color: #666666 !important;;
}

/** WB Loader **/

.wb-loader {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.wb-loader-wrapper {
    align-items: center;
    background: white;
    border-radius: 16px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
}

.wb-loader-spinner-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.wb-loader-spinner {
    height: 80px;
    width: 80px;
    box-sizing: border-box;
    background: conic-gradient(
        from 90deg at 50% 50%,
        rgba(39, 174, 96, 0) 0deg,
        rgba(31, 144, 255, 0) 0.04deg,
        #DC140A 360deg
    );
    border-radius: 80px;
    animation: 1s rotate infinite linear;
}

.wb-loader-spinner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 68px;
    width: 68px;
    background: #fff;
    border-radius: 80px;
}

.wb-loader-spinner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    background: #DC140A;
    border-radius: 10px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wb-loader-logo {
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

/*<editor-fold desc="---FORM---"*/
.form-group {
    padding: 0;
    /*margin-bottom: 20px;*/
}

.form-row {
    width: 100%;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 15px;
}


select.form-control[multiple] option {
    padding: 5px;
}

select.form-control:not([size]):not([multiple]) option {
    padding: 10px;
}
select.form-control:not([size]):not([multiple]) {
    height: 40px;
    padding: 5px;
}

.multipleTransfer select {
    height: 200px;
}

.form-control {
    padding: 10px;
    /*min-height: 40px;*/
}

.form-control:focus {
    box-shadow: none;
}

.form-group label {
    padding-left: 0px;
    margin-right: 20px;
}
.form-control.input-small {
    min-height: 30px;
}

label.required:after {
    content: "*";
    color: red;
    margin-left: 3px;
    font-family: 'Barlow', serif;
}
.appendInputIcon {
    position: absolute;
    right: 25px;
    top: 35px;
    font-size: 16px;
    z-index: 99;
}
.appendInputCurrencyIcon {
    background-color: rgba(242, 242, 242, 1);
    padding: 13px 20px;
    top: 23px;
    right: 16px;
    position: absolute;
}

.badge {
    font-family: 'Barlow-Thin', serif;
    line-height: normal;
    vertical-align: baseline;
    padding: .35em .7em;
    font-size: 90%;
}
.badge-success {
    background-color: rgba(87, 186, 7, 1);
}


label.disabled,
label[disabled] {
    pointer-events: none;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default !important;
}

/*<editor-fold desc="---glyphicon----"*/

.glyphicon {
    color: #656565
}

.bi-trash,
.bi-plus-circle-fill,
.bi-dash-circle-fill,
.bi.appendInputIcon,
.bi-pencil {
    cursor: pointer;
}

.bi.appendInputIcon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.bi.supplierSearchIcon {
    right: 22px;
    top: 42px;
}

.bi.iconWithinColDiv {
    right: 25px;
}

.form-group {
    padding: 0;
    margin-bottom: 20px;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 15px;
}

select.form-control[multiple] option {
    padding: 5px;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
    padding: 5px;
}

.form-control {
    padding: 10px;
    height: 40px;
}

.form-control:focus {
    box-shadow: none;
}

.form-group label {
    padding-left: 0px;
    margin-right: 20px;
}

label.disabled,
label[disabled] {
    pointer-events: none;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default !important;
}

label.required:after {
    content: "*";
    color: red;
    margin-left: 3px;
    font-family: 'Barlow', serif;
}

.crudForm .form-group label,
.input-label-gray {
    font-family: 'Roboto-Bold', 'Barlow', serif;
    font-style: normal;
    font-weight: initial;
    font-size: 14px;
    color: #707A7F;
    text-align: left;
}
.form-horizontal .table th {
    padding-top: 15px;
}

.inline-label {
    margin-top: 2rem;
}

.input-row {
    margin-bottom: 1.2rem;
    margin-left: 0;
    margin-right: 0;
}

/*</editor-fold>*/

/*<editor-fold desc="---CONTENT---">*/
.contentHeader {
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.containerFooter {
    border-top: 1px solid #e6e6e6;
    padding: 15px 15px 0 15px;
}

.content-wrapper {
    padding-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

.contentBottomShadow {
    border: none;
    -webkit-box-shadow: 0 5px 5px rgba(204, 204, 204, 0.4);
    -moz-box-shadow: 0 5px 5px rgba(204, 204, 204, 0.4);
    box-shadow: 0 5px 5px rgba(204, 204, 204, 0.4);
    height: auto;
    background-color: rgba(244, 245, 249, 1);
}

.contentBottomBlackShadow {
    border: none;
    -webkit-box-shadow: 0 5px 5px rgba(113, 113, 113, 0.9);
    -moz-box-shadow: 0 5px 5px rgba(113, 113, 113, 0.9);
    box-shadow: 0 5px 5px rgba(113, 113, 113, 0.9);
    height: 100%;
    background-color: rgba(244, 245, 249, 1)
}

.content {
    /*background-color: #ffffff;*/
    padding: 15px;
}

.card-body p {
    color: #666666;
}

.card-footer {
    border-top: 1px solid #e5e5e5;
    background-color: #ffffff;
    min-height: 40px;
}

.small-widget-header {
    font-size: 17px;
    text-align: center;
    padding: 10px;
}

.large-widget-header {
    font-size: 17px;
    padding: 15px 0 15px 15px;
    line-height: normal;
    height: 50px;
}

.large-widget-header img.icn {
    margin: 0 3px 5px 0;
}
.icn_edit,
.icn_delete,
.save-button,
.edit-button,
.update-button {
    cursor: pointer;
}

#rateManagementSettingsContainer .disable-edit {
    vertical-align: middle;
    padding-left: 6px;
}

#rateManagementSettingsContainer .disabled-element .bootstrap-switch-danger,
#rateManagementSettingsContainer .disabled-element .bootstrap-switch-success
{
    opacity: .5 !important;
}

#rateManagementSettingsContainer .activeEdit .bootstrap-switch-danger,
#rateManagementSettingsContainer .activeEdit .bootstrap-switch-success
{
    opacity: 1 !important;
}

.icn_delete{
    padding-left: 5px;
}
.nav-widget-header {
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.widget-nav {
    display: inline-block;
}

.widget-export-icons {
    margin-top: 12px;
    display: inline-block;
    float: right;
}

body .form-control {
    font-size: 13px;
}

.dropdown-menu {
    z-index: 1022;
}

li.dropdown-item a {
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    background: none;
    background-color: #fff;
}

.dropdown-item:hover {
    background-color: rgba(224, 224, 224, 0.47);
}

.pagination {
    display: inline-flex;
    margin: 20px 0;
}

.pagination li > a,
.pagination li > span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1;
    color: #017DE7;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.pagination li.active > span {
    z-index: 1;
    color: #fff;
    background-color: #017DE7;
    border-color: #017DE7;
}

.alert h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.alert {
    margin-top: 20px;
}

.modal-content .alert {
    margin-top: 0;
}

.has-error {
    border: 1px solid #dc3545 !important;
}

#pills-tab button.has-error {
    border: 1px solid #dc3545 !important;
}

.input-label-gray {
    font-family: 'Roboto-Bold', 'Barlow', serif;
    font-style: normal;
    font-weight: initial;
    font-size: 14px;
    color: #707A7F;
    text-align: left;
}

.inline-label {
    margin-top: 2rem;
}

.input-row {
    margin-bottom: 1.2rem;
    margin-left: 0;
    margin-right: 0;
}

/*</editor-fold>*/

/*<editor-fold desc="---BUTTONS BTN---">*/
.btn {
    padding: 13px 30px;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn[disabled] {
    opacity: .65;
}

.btn-large {
    font-size: 14px;
}

.btn-small {
    padding: 10px 20px;
}

.btn-micro {
    padding: 10px 10px;
    font-size: 12px;
}

.btn-primary {
    background-color: #017DE7;
    border-color: #017DE7;
    color: white !important;
}

.btn-secondary {
    background-color: rgba(224, 225, 231, 1);
    color: #333333;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #a6aaad;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-outline-secondary {
    border: none;
    background-color: rgba(245, 246, 250, 1);
}

.search-btn {
    padding-left: 5px;
    padding-top: 15px;
}

/*</editor-fold>*/

/*<editor-fold desc="--MODAL--">*/
.modal-dialog {
    margin: 100px auto
}

.modal-content {
    border-radius: 5px;
    min-width: 600px;
}

.modal-backdrop.show {
    background-color: rgb(36, 47, 56);
    opacity: 0.847059;
    z-index: 1099;
}

.modal {
    z-index: 1100;
}

.modal button.close:focus {
    outline: none;
}

.modal button.close {
    position: absolute;
    right: 15px;
}

.modal button.close > span {
    font-size: 1.5rem;
    color: #000;
    opacity: 1;
}
#CurrencyLimitsWarning {
    z-index: 999999;
}

/*</editor-fold>*/

/*<editor-fold desc="--SWITCH SLIDER--">*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 6px;
    top: 7px;
}

.switch input {
    display: none;
}

.slider {
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(217, 220, 232, 1);
    -webkit-transition: .3s;
    transition: .3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    bottom: -7px;
    background-color: rgb(167, 170, 183);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: rgba(171, 207, 239, 1);
}

input:checked + .slider:before {
    background-color: #0274D2;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/*</editor-fold>*/

/*<editor-fold desc="--- Icons ---">*/
.right-side-icon {
    margin-right: 15px;
    float: right;
}

.sort-items-icon {
    margin-left: 5px;
}

/*</editor-fold>*/

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.collapse.row.show {
    display: flex;
}


.details-popup {
    width: 700px;
    max-height: 500px;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0
}

.gray-background-header {
    background-color: rgba(245, 246, 250, 1);
    height: 60px;
}
.gray-background-bookings-header {
    background-color: rgba(245, 246, 250, 1);
    padding: 15px 0 15px 15px;
}

.gray-text {
    font-family: 'Roboto-Bold', 'Barlow', serif;
    font-style: normal;
    font-weight: initial;
    font-size: 14px;
    color: #707A7F;
}

.widget-category-title {
    font-size: 15px;
    line-height: 1;
}

.vcc-info {
    padding: 15px 0 15px 15px;
}

.details-title {
    text-align: right;
    font-family: 'Roboto-Bold', 'Barlow', serif;
    font-style: normal;
    font-weight: initial;
    font-size: 13px;
    color: #707A7F;
    padding-top: 10px;
}

.details-value {
    text-align: left;
    padding-top: 10px;
}

.booking-details-container {
    border-top: 1px solid #e5e5e5;
}

.bd-container {
    border-right: 1px solid #e5e5e5;
}

.hotel-booking-details{
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 14px;
}

.passenger-details {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 15px;
}
.cursor-pointer{
    cursor: pointer;
}
.label-info {
    color: #fff;
    background-color: #17a2b8;
}
.label-primary {
    color: #fff;
    background-color: #007bff;
}
.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.tooltip {
    white-space: pre-wrap;
    z-index: 999999;
}
.blue-tooltip {
    margin-left: 5px;
    font-size: 16px;
    color: #0274d3;
}
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #fff!important;
    text-align: center;
    background-color: #0274d3;
    border-radius: .25rem;
}

.tooltip-inner p,
.tooltip-inner li {
    color: white;
    text-align: left;
    margin-top: 8px;
}
.tooltip-inner ul {
    padding: 0 15px
}
/**
 * Fix for IE10 bug. This block could be empty, but the minifier would remove it.
 */
span[data-toggle=tooltip]:hover::after {
    cursor: pointer;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #0274d3;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before
{
    margin-left: 3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #0274d3;
}
#supplementForm .table th {
    padding-top: 15px;
}

/*Latest Bookings widget*/
.enter-reference-button {
    font-size: 12px;
    border-radius: 5px;
    height: 30px;
    padding: 0 15px 0 15px;
}

.booking_status_1665 p,
.booking_status_1668 p,
.booking_status_text_1665,
.booking_status_text_1668 {
    color: #b38600 !important;
}
.booking_status_1666 p,
.booking_status_1669 p,
.booking_status_text_1666,
.booking_status_text_1669 {
    color: #28a745 !important;
}
.booking_1666 button.btn,
.booking_1669 button.btn {
    background-color: #28a745;
    color: #FFFFFF;
}

.total-payable-tbody {
    display: block;
    max-height: 110px;
    overflow-y: auto;
    width: 155px;
}

.booking_status_1667 p,
.booking_status_text_1667 {
    color: #dc3545 !important;
}
.booking_1667 button.btn {
    background-color: #dc3545;
    color: #FFFFFF;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-info {
    background-color: #5bc0de;
}

.label-danger {
    background-color: #d9534f;
}

/*
* ---Disabled elements styles---
*/

.disabled-element select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '' !important;
    border: none !important;
    background: none !important;
    pointer-events: none;
}

.disabled-element input {
    border: none !important;
    background: none !important;
    cursor: auto;
}

.disabled-element input[type='checkbox'] {
    display: none;
}

.disabled-element textarea {
    height: auto;
    outline: none;
    resize: none !important;
    border: none !important;
    background: none !important;
    cursor: auto;
}



.larges-widget-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    line-height: normal;
}
.add-pool-innerdiv{
    margin-top: 23px;
    margin-left: 35px;
}
.add-pool-div {
    display: inline-block;
    float: right;
    width: 143px;
    border-left: 1px solid rgba(0, 0, 0, .125);
    height: 61px;
    cursor: pointer;
}

.plus-sign {
    margin-right: 5px;
    vertical-align: bottom;
}
.btn-green {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.larges-widget-header h2 {
    font-family: 'Roboto-Bold', 'Barlow', serif;
    font-size: 17px;
    color: #44474A;
    position: absolute;
    left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.allotment-form th {
    padding-top: 10px;
}
h1.light-grey-text {
    margin: 0;
    padding-left: 15px;
}
select#RoomtypesTo {
    min-width: 150px;
}

.form-group.input-small.ts.multipleTransfer.col-lg-12 {
    padding-left: 13px;
}

label.allotment-lh {
    padding-top: 10px;
}
/*
* ---!Disabled elements styles!---
*/

.multiselect-wrapper .btn-group {
    width: 100%;
}

.multiselect {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multiselect-container {
    max-height: 200px;
    overflow-y: scroll;
}

.multiselect-container > li {
    padding: 5px;
}

.white-bg {
    background: white;
}

.price-input {
    display: inline-block;
    width: 100px;
}

.error-message-ratePlanCode {
    color: red;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 10px;
}

.error-message-allocation {
    color: red;
    text-align: left;
}

.promotionRatesModal .table th {
    padding-top: 12px;
}

.promotionRatesButton {
    cursor: pointer;
}

.small-legend {
    border-radius: 3px;
    display: inline-block;
    height: 14px;
    width: 14px;
}

input.combinationCheckbox,
span.promotionRatesButton
{
    margin-right: 6px;
}

.red-color {
    color: red;
}

.green-background {
    background: #6abf58;
}

/* Make the bootstrap switch look how it is supposed to look */

.bootstrap-switch-container {
    background: white;
    height: 30px !important;
    width: 120px !important;
}

.bootstrap-switch {
    width: 82px !important;
}

.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off,
.bootstrap-switch-label {
    padding: 6px 0 !important;
    width: 40px !important;
}

.bootstrap-switch-label {
    margin: 0 !important; /* Don't ask */
    padding: 0 !important;
}

.bootstrap-switch-primary {
    background: #21ab32 !important;
}

.meal-supplements-form table td {
    border: none;
}

.mealSupplements .black-header {
    background: #4f4f4f;
    color: white;
}

.mealSupplements .black-header th {
    color: white;
    padding: 16px;
}

.booking-confirm-modal .modal-dialog {
    max-width: 1300px;
}

.booking-confirm-modal .table th {
    padding-top: 12px;
}

.booking-confirm-modal .row > label {
    padding-left: 15px;
}

.booking-confirm-modal .blue-header th {
    background: #4982ff;
    color: white;
    vertical-align: middle;
}

.booking-confirm-modal .label {
    font-size: 12px;
    margin-bottom: 0;
}

.booking-info-table.table th {
    padding-top: 12px;
}

table .booking-details-table-header {
    padding: 12px;
}

.modal {
    overflow: auto !important;
}

.latest-bookings .card-footer {
    text-align: center;
}

#search_results_container .card-footer {
    text-align: center;
}

.load-more-button {
    display: inline-block;
    text-align: center;
}

.white-box {
    -webkit-box-shadow: 0 5px 5px rgba(204, 204, 204, 0.4);
    -moz-box-shadow: 0 5px 5px rgba(204, 204, 204, 0.4);
    box-shadow: 0 5px 5px rgba(204, 204, 204, 0.4);
    background-color: rgba(244, 245, 249, 1);
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}

.top-tabs {
    display: flex;
    position: absolute;
    right: 0;
    top: -37px;
}

.top-tab {
    background: #666;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    padding: 10px;
}

.top-tab:first-child {
    border-top-right-radius: 0;
}

.top-tab:last-child {
    border-top-left-radius: 0;
    border-right: 1px solid #333;
}

.top-tab span {
    color: white;
    font-size: 16px;
}

.top-tab.active {
    background: white;
}

.top-tab.active span {
    color: #666;
}

.multiselect-wrapper .multiselect-container li {
    padding: 10px;
}

.multiselect-wrapper .multiselect-container .multiselect-all {
    padding: 0;
}

.allocation_table .monthText h2 {
    color: white;
}

.p-relative {
    position: relative;
}

.white-button.btn-warning:hover,
.white-button.btn-warning:active {
    color: white;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.modern-modal .modal-content {
    background: none;
}

.modern-modal .modal-header {
    background: #488ee5;
    color: white;
}

.modern-modal .close {
    color: white;
}

.modern-modal .modal-body,
.modern-modal .modal-footer {
    background: white;
}

.bi {
    font-size: 17px;
}

.bi-white {
    color: white;
}

.button-with-icon,
.label-with-icon {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
}

.button-with-icon {
    cursor: pointer;
}

.button-with-icon:focus {
    outline: none;
}

.button-with-icon .bi,
.label-with-icon .bi {
    color: white;
    font-size: 16px;
}

.button-with-icon:hover,
.button-with-icon:hover .bi{
    color: #eee;
}

.datepickerIcon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.bi-plus-circle-fill,
.bi-dash-circle-fill {
    cursor: pointer;
}

.top-alert-wrapper .bi {
    font-size: 15px;
}

/* START Datepicker overwrite styles START */

.ui-datepicker {
    width: auto !important;
}

.ui-datepicker-header {
    background: none !important;
    border: none !important;
    font-size: 16px !important;
}

.ui-datepicker-prev {
    left: 7px !important;
    top: 6px !important;
}

.ui-datepicker-next {
    right: 7px !important;
    top: 5px !important;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
    display: block;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 23px;
}

.ui-datepicker-prev span:before {
    content: "\f22d";
    font-family: bootstrap-icons !important;
    margin-left: 2px; /* To hide the vertical bar from the text */
    position: relative;
}

.ui-datepicker-next span:before {
    content: "\f231";
    font-family: bootstrap-icons !important;
    margin-right: 2px; /* To hide the vertical bar from the text */
    position: relative;
}

.ui-datepicker th > span {
    font-size: 16px;
}

.ui-datepicker td > span,
.ui-datepicker td > a{
    font-size: 16px !important;
    text-align: center !important;
}

.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none !important;
    border: none !important;
    border-radius: 50%;
    color: black !important;
    font-weight: normal !important;
    padding: 6px !important;
}

.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    background: #ebebeb !important;
}

.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: none !important;
    /*border: 1px solid black !important;*/
}

.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #1976d2 !important;
    color: white !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background: none !important;
    border: none !important;
    cursor: pointer;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
    border: none !important;
    cursor: pointer;
}

/* END Datepicker overwrite styles END */

.no-access-message {
    margin-top: 200px;
}

/** New style **/

.content-wrapper {
    padding-left: 17px;
    padding-right: 17px;
}

.page-title {
    color: black;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 16px;
    margin-left: 17px;
    margin-top: 24px;
}

.btn-borderless {
    align-items: center;
    background: white;
    border: none;
    color: #201F23;
    display: flex;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 12px;
    padding: 6px;
    border-radius: 20px;
}

.btn-borderless.no-bg {
    background: none;
}

.btn-borderless:hover {
    background: rgba(0, 94, 179, 0.08);
    color: #201F23;
}

.btn-borderless .bi:not(.big) {
    font-size: 12px;
}

.dashboard-card {
    border: 1px solid #CECDD2;
    border-radius: 16px;
    overflow: hidden;
}

.dashboard-card.fill {
    height: 100%;
}

.dashboard-card-header {
    padding: 11px 15px;
}

.dashboard-card-title {
    color: black;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 14px;
    margin: 0;
}

.dashboard-card-footer {
    background: #EDEDEF;
    padding: 12px;
}

.statistics-btn {
    background: none;
    border: 1px solid #DFDEE3;
    color: black;
}

.statistics-btn.active {
    background: #716F7B;
    color: white;
}

.dashboard-revenue span {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 40px;
    line-height: 48px;
}

.dashboard-revenue-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.dashboard-activity-logs-wrapper {
    border-top: 1px solid #CECDD2;
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
}

.activity-log-row {
    border-bottom: 1px dashed #CECDD2;
    font-size: 13px;
    line-height: 19px;
    padding: 13px 15px;
}

.activity-log-username {
    font-family: 'Roboto-SemiBold', sans-serif;
}

.activity-log-row:last-child {
    border-bottom: none;
}

.green-popup {
    border-radius: 6px;
    box-shadow: 2px 4px 8px 0px rgba(93, 102, 112, 0.75);
    -webkit-box-shadow: 2px 4px 8px 0px rgba(93, 102, 112, 0.75);
    -moz-box-shadow: 2px 4px 8px 0px rgba(93,102,112,0.75);
    position: fixed;
    background: #039100;
    right: -220px;
    top: 80px;
    width: 220px;
    z-index: 1101;
    transition: all 0.25s ease-in-out;
}

.green-popup.shown {
    right: 30px;
}

.green-popup-content {
    padding: 6px 16px;
    position: relative;
}

.green-popup-content .title {
    color: white;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.green-popup-content .message {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 160%;
    margin: 0;
}

.green-popup-content .close-green-popup-message {
    padding: 0;
    position: absolute;
    right: 8px;
    top: 8px;
}

.green-popup-content .close-green-popup-message .bi {
    color: white;
    font-size: 20px;
}

.table-new {
    border-collapse: separate;
    border-spacing: 0;
}

.table-new thead th {
    background: #EDEDEF;
    border: none;
    border-top: 1px solid #CECDD2;
    border-bottom: 1px solid #CECDD2;
    padding: 20px 10px;
    vertical-align: middle;
    white-space: nowrap;
    overflow-wrap: break-word;
    overflow: hidden;
}

.table-new td {
    background: #FDFBFF;
    border-top: none;
    border-bottom: 1px solid #CECDD2;
    padding: 20px 10px;
    vertical-align: middle;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow-wrap: break-word;*/
    /*overflow: hidden;*/
}

.table-new td p {
    margin: 0;
}

.table-new tr td:first-child {
    border-left: 1px solid #CECDD2;
}

.table-new tr td:last-child {
    border-right: 1px solid #CECDD2;
}

.table-new tr:first-child th:first-child {
    border-top-left-radius: 16px;
    border-left: 1px solid #CECDD2;
}

.table-new tr:first-child th:last-child {
    border-top-right-radius: 16px;
    border-right: 1px solid #CECDD2;
}

.table-new:not(.table-new-with-foot) tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
    border-left: 1px solid #CECDD2;
}

.table-new:not(.table-new-with-foot) tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
    border-right: 1px solid #CECDD2;
}

.table-new-with-foot tfoot td:first-child {
    border-bottom-left-radius: 16px;
    border-left: 1px solid #CECDD2;
}

.table-new-with-foot tfoot td:last-child {
    border-bottom-right-radius: 16px;
    border-right: 1px solid #CECDD2;
}

.table-new tfoot td {
    background: #EDEDEF;
}

.add-reference-button {
    border: 1px solid #201F23;
    border-radius: 50px;
    line-height: 20px;
    padding: 4px 10px;
    text-align: center;
    text-transform: uppercase;
}

.add-reference-wrapper {
    position: relative;
}

.table-new .add-reference-cell,
.table-new .view-booking-cell {
    padding: 13px 10px;
    overflow: initial;
}

.add-reference-popup {
    position: absolute;
    background: white;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 0px rgba(93, 102, 112, 0.75);
    -webkit-box-shadow: 2px 4px 8px 0px rgba(93, 102, 112, 0.75);
    -moz-box-shadow: 2px 4px 8px 0px rgba(93,102,112,0.75);
    padding: 22px 12px 15px 12px;
    left: 5px;
    top: -8px;
    width: 220px;
    z-index: 999;
}

.add-reference-popup-button {
    color: #201F23;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-reference-popup-button.save-button {
    color: #039100;
}

.view-booking-button {
    color: #006CD1;
    cursor: pointer;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-booking-button:hover {
    background: rgba(0, 94, 179, 0.08);
}

.load-more-cell {
    display: flex;
    justify-content: center;
}

.load-all-cell {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.load-more-button,
.load-all-button,
.load-booking-button {
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    user-select: none;
}

.load-more-button-icon {
    height: 15px;
    margin: 0 10px;
    width: auto;
}

.no-results-cell {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
}

.load-bookings-cell {
    align-items: center;
    display: flex;
    justify-content: center;
}

.no-results-cell .bi {
    color: #9B99A3;
    font-size: 20px;
}

.no-results-cell-title {
    color: rgba(32, 31, 35, 0.6);
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 20px;
    line-height: 160%;
}

.no-results-cell-subtitle {
    color: #201F23;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 160%;
}

.input-group-new {
    position: relative;
}

.label-new {
    position: absolute;
    font-size: 13px;
    top: -6px;
    left: 8px;
    background: white;
    padding: 0 4px;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.1s ease-in-out;
}

.input-new {
    background: none;
    border: 1px solid #CECDD2;
    border-radius: 8px;
    font-size: 14px;
    padding: 11px 12px;
    width: 100%;
}

select.input-new {
    appearance: none;
    -webkit-appearance: none; /* Safari fix */
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    background-size: 10px 7px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'><path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
}

.input-new:hover {
    border: 1px solid rgba(97, 97, 97, 1);
}

.input-new:focus,
.input-new:focus-visible {
    outline: none;
    border: 1px solid rgba(97, 97, 97, 1);
}

/*.input-new:focus ~ .label-new,*/
/*.input-new:focus-visible ~ .label-new {*/
/*    color: black;*/
/*    background: none;*/
/*    top: -15px;*/
/*    left: 0;*/
/*    padding-left: 0;*/
/*}*/

.input-group-new .calendar-icon {
    color: #716F7B;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.1s ease-in-out;
}

.input-new:focus ~ .calendar-icon,
.input-new:focus-visible ~ .calendar-icon {
    color: black;
}

.input-group-new .hide-toggle {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.input-group-new .clear-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
}

.input-group-new .switch-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: inset 0 0 0px 1px #d5d5d5;
    transition: background-color .25s ease-in-out;
    user-select: none;
    margin: 0;
    flex-shrink: 0;
}

.input-group-new .switch-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .2);
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.input-group-new .hide-toggle:checked + .switch-button {
    background-color: rgba(19, 191, 17, 1);
}
.input-group-new .hide-toggle:checked + .switch-button:before {
    transform: translate3d(100%,0,0);
}

.bookings-hotel-filter {
    margin-bottom: 30px;
}

.hotel-filter {
    display: inline-block;
    color: #716F7B;
    cursor: pointer;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding: 9px 32px;
    text-transform: uppercase;
}

.hotel-filter.active {
    border-bottom: 2px solid black;
    color: black;
}

.primary-button {
    background: #006CD1;
    border-radius: 100px;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}

.primary-button .bi {
    color: white;
    margin-right: 6px;
}

.quick-search-wrapper {
    align-items: center;
    display: flex;
}

.quick-search-title {
    color: #201F23;
    font-family: 'Roboto-Medium', 'sans-serif';
    font-size: 16px;
    line-height: 150%;
    margin: 0 10px 0 0;
}

.quick-search-item {
    background: #DFDEE3;
    border-radius: 50px;
    color: #201F23;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 11px;
    line-height: 20px;
    margin: 0 5px;
    padding: 4px 10px;
    text-transform: uppercase;
    user-select: none;
}

.table-info-wrapper {
    align-items: center;
    display: flex;
}

.table-info-item:first-child {
    border-right: 1px solid #DFDEE3;
    padding-right: 10px;
    margin-right: 10px;
}

.table-info-item.no-border {
    border: none;
}

.table-info-legend {
    color: rgba(32, 31, 35, 0.6);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 160%;
    margin-right: 5px;
}

.table-info-data {
    color: #201F23;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 14px;
    line-height: 160%;
}

.booking-info-modal .modal-title {
    color: black;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 20px;
    line-height: 160%;
    margin: 0;
}

.booking-info-modal .modal-dialog {
    max-width: 1260px;
}

.booking-info-modal .modal-content {
    width: 1260px;
}

@media all and (max-width: 1380px) {
    .booking-info-modal .modal-dialog {
        max-width: 1000px;
    }

    .booking-info-modal .modal-content {
        width: 1000px;
    }
}

@media all and (max-width: 1080px) {
    .booking-info-modal .modal-dialog {
        max-width: 800px;
    }

    .booking-info-modal .modal-content {
        width: 800px;
    }
}

.booking-info-modal .modal-body {
    padding-bottom: 0;
}

.booking-info-modal .hotel-title {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 160%;
}

.booking-info-modal .grey-label {
    color: rgba(32, 31, 35, 0.6);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 160%;
}

.booking-info-modal .black-info {
    color: #201F23;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 14px;
    line-height: 160%;
}

.booking-info-modal .vcc-wrapper {
    align-items: end;
    display: flex;
    flex-direction: column;
    position: relative;
}

.booking-info-modal .vcc-card {
    border-radius: 12px;
    background: linear-gradient(292deg, #716F7B -20.69%, #000 81.29%);
    height: 144px;
    padding: 16px;
    width: 280px;
}

.booking-info-modal .vcc-webbeds-logo {
    margin-bottom: 12px;
}

.booking-info-modal .vcc-smaller-text {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 160%;
}

.booking-info-modal .vcc-small-text {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 160%;
}

.booking-info-modal .vcc-medium-text {
    color: white;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 16px;
    line-height: 160%;
}

.booking-info-modal .show-vcc-button {
    color: #006CD1;
    line-height: 22px;
    text-transform: uppercase;
}

.booking-info-modal .show-vcc-button .bi {
    color: #006CD1;
}

.booking-info-modal .show-vcc-password-popup {
    background: white;
    border: 1px solid #DFDEE3;
    border-radius: 16px;
    box-shadow: 0 1px 14px 0 rgba(93, 102, 112, 0.10), 0 5px 8px 0 rgba(93, 102, 112, 0.14), 0 3px 5px -1px rgba(93, 102, 112, 0.20);
    padding: 20px 16px;
    position: absolute;
    top: -10px;
    z-index: 999;
}

.show-vcc-password-popup .title {
    color: #201F23;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.show-vcc-password-popup .detail {
    color: #201F23;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 160%;
    margin: 0;
}

.show-vcc-password-popup .error-message {
    color: #b80d0d;
    display: block;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 14px;
    line-height: 157%;
    margin: 0;
}

.show-vcc-password-popup .small-detail {
    color: #201F23;
    display: block;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 14px;
    line-height: 157%;
    margin: 0;
}

.show-vcc-popup-button {
    color: #201F23;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-vcc-popup-button.save-button {
    color: #039100;
}

.booking-info-modal .total-price .booking-detail-label,
.booking-info-modal .total-price .booking-detail-data {
    color: #039100;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 18px;
}

.booking-info-modal .booking-detail-label {
    color: rgba(32, 31, 35, 0.6);
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 160%;
    width: 150px;
}

.booking-info-modal .booking-detail-data {
    color: black;
    display: flex;
    flex: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 160%;
    width: 150px;
}

.detailed-bookings {
    align-items: center;
    color: black;
    display: flex;
    text-transform: uppercase;
}
