@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*Fonts Section*/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
} 

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.ttf') format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.ttf') format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format("truetype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.ttf') format("truetype");
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: "AvenirFont";
    src: url("../fonts/AvenirLTStd-Roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirFont";
    src: url("../fonts/AvenirLTStd-Black.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Semplicita";
    src: url("../fonts/Canada Type - Semplicita Pro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}





/*End Fonts Section*/

/*Variables Section*/
:root {
    --main-color: #005587;
    --white-color: #ffffff;
    --light-gray: #f1e8e8;
    --light-blue: #42738D;
    --light-green: #7EA8AD;
    --dark-gray: #ededed;
    --color-gray: #F6F6F6;
    --color-yellow: #D8C99F;
    --color-dark-gray: #888787;
    --dark-blue: #005587;
}

.property-canceled {
    background-color: var(--color-dark-gray);
    color: white;
}

.property-normal {
    background-color: var(--dark-blue);
    color: white;
}


.program-details-container {
    background-color: var(--color-yellow);
}

.dxbl-accordion-group-body {
    background-color: var(--color-gray) !important;
}

.dxbl-group > .dxbl-group-body {
    background-color: var(--color-gray) !important;
}


.dxbl-grid .dxbl-grid-empty-data > span {
    display: none;
}

.dxbl-grid .dxbl-grid-empty-data::after {
    content: '';
    width:0px;
}

.dxbl-listbox {
    --dxbl-listbox-item-selected-hover-bg: #7EA8AD;
}

.dxbl-listbox div.dxbl-listbox-item-selected, .dxbl-listbox tr.dxbl-listbox-item-selected > td {
    position: relative;
    background-color: #7EA8AD;
    color: var(--dxbl-listbox-item-selected-color);
}

.dxbl-grid {
    --dxbl-grid-highlighted-text-bg: #FCF8E3;
}

    .dxbl-grid .dxbl-grid-table .dxbl-grid-focused-row:not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell) {
        position: relative;
        background-color: #7EA8AD;
        color: var(--dxbl-grid-focus-color);
    }

.mark, mark {
    padding: .2em;
    background-color: #FCF8E3;
}

.dxbl-grid .dxbl-grid-empty-data {
    visibility: hidden;
    padding: max(10px, 1.5vh);
}

.dxbl-grid .dxbl-grid-empty-cell {
    visibility: hidden;
}

.dxbl-tabs {
    --dxbl-tabs-tab-selected-bg: whitesmoke;
    --dxbl-tabs-tab-selected-color: #7AA7AD;
    --dxbl-tabs-color: darkgray;
    --dxbl-tabs-bg: white;
}

    .dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active::after, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active::after {
        content: "";
        position: absolute;
        z-index: 0;
        background-color: unset;
    }

/*End Variables Section*/
/* HTML tags affected by new fonts DO NOT MOVE */
h1, h2, h4, h5, h6 {
    font-family: "AvenirFont";
}

h3 {
    font-family: "Semplicita";
}

input {
    font-family: "Roboto";
}
/* Fonts affected by new famili fonts DO NOT MOVE */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    scroll-behavior: smooth;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

thead {
    vertical-align: middle !important;
    align-content: center !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--dark-blue) !important;
    border-color: #1861ac;
}

.btn-secondary {
    color: #fff;
    background-color: #7AA7AD;
    border-color: #7AA7AD
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.alt-item > td {
    background-color: rgba(0, 0, 0, 0.05);
}

.alt-reminders > td {
    background-color: #F2F2F2 !important;
}

.alt-reminders-green > td {
    background-color: #DEEEE6!important;
}


.ColorText {
    color: #005587 !important;
}

.MainCalendarHeader {
    background-color: white !important;
}

    .MainCalendarHeader .dxbl-calendar-header-title-btn {
        font-size:16px !important;
    }

    .bookingLink {
        background-color: #AFD6C2 !important;
        cursor: pointer;
    }

.card-border {
    border-color: #AFD6C2 !important;
    border-width:0.1rem;
}

.dxbl-calendar-day:not(.dxbl-calendar-not-current-month) .bookingLink {
    display: inline-flex;
    align-items: center;
    justify-content:center;
    width: 100%;
    height: 100%;
}

.dxbl-calendar-not-current-month .bookingLink {
    background-color:white !important;
}
.MainCalendar {
    font-weight: bold;
    border-width: 0;
    height: 83% !important;
    width: 100% !important;
}
    .MainCalendar .dxbl-calendar-content .dxbl-calendar-day {
        border-width: 0;
        padding: 0 !important;
        cursor: default !important; 
    }

    .MainCalendar .dxbl-calendar-week-number {
        display: none !important;
    }
    .MainCalendar .dxbl-calendar-days-of-week th:first-child {
        display: none;
    }

    .MainCalendar .dxbl-calendar-header {
        border-bottom-width: 0;
        padding-bottom: 0;
    }

    .MainCalendar .dxbl-calendar-days-of-week {
        font-weight:bold !important;
        color: black !important;
    }

        .MainCalendar .dxbl-calendar-days-of-week th {
            font-weight: bold !important;
            font-size: 16px !important;
            color: black !important;
            opacity: inherit !important;
        }

    .MainCalendar .dxbl-calendar-content {
        background-color: white !important;
        color: gray !important;
        height: 100% !important;
        padding-top: 0px;
    }

    .MainCalendar .dxbl-calendar-content table {
        width: 100% !important;
        height: 100% !important;
    }

        .MainCalendar .dxbl-calendar-content .dxbl-calendar-weekend {
            color:gray !important;
        }

        .MainCalendar .dxbl-calendar-content .dxbl-calendar-not-current-month{
            color: lightgray !important;
        }



        .MainCalendar .dxbl-calendar-footer {
            display: none !important;
        }

    .RemindersGrid {
        border-style: none;
        max-height: 42vh;
    }

        .RemindersGrid th {
            color: white !important;
            background-color: #005587 !important;
            text-align: center !important;
            border: none;
            font-size:13px !important;
        }

        .RemindersGrid td {
            border-width: 2px !important;
            border-color: white !important;
            border-style: solid !important;
            font-size: 13px !important;
        }

.myRow{
    height:4vh;
}

.PickupGrid {
    border-style: none;
    border-top: 3px solid #005587;
    border-bottom: 3px solid #005587;
    border-radius: 0px !important;
    max-height: 33vh; 
}

    .PickupGrid th {
        background-color: white !important;
        font-size:13px !important;
    }
    .PickupGrid td {
        font-size: 13px !important;
    }


.MyGrid th {
    color: white !important;
    background-color: #005587 !important;
    text-align: center !important;
    border: none;
}

    .MyGrid th span {
        font-size: 10px !important;
        text-align: center !important;
    }


.revenuesGrid td {
    text-align: center;
}

.revenuesGrid th {
    text-align: center !important;
}

    .revenuesGrid th span {
        text-align: center !important;
    }

.revenuesGrid input {
    text-align: center;
}


.MyGrid td {
    font-size: 10px !important;
    text-align: center;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}

.MyGrid {
    margin-bottom: 10vh;
    min-height: 1vh;
    max-height: 80vh;
    /*height: 80vh;*/
}

.MySearchGrid {
    height: 35vh;
    border-color: white;
}

    .MySearchGrid td {
        border-top-width: 0px !important;
        border-bottom-width: 0px !important;
        border-right-width: 0px !important;
        border-left-width: 0px !important;
    }

.MyPreferenceGrid td {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}

.transientGrid input {
    text-align: center;
}

.MyPreferenceGrid {
    min-height: 1vh !important;
    max-height: 50vh !important;
}


.header-align-center span:first-child {
    width: 100%;
    text-align: center;
}

.transientGrid td {
    text-align: center !important;
}

.lightBlue {
    color: #7AA7AD !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.dxbl-text-edit {
    --dxbl-text-edit-border-color: none !important;
    --dxbl-text-edit-border-style: none !important;
    --dxbl-text-edit-border-width: none !important;
    --dxbl-text-edit-border-radius: none !important;
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid #ccc !important;
    background-color: transparent !important;
}

.btn {
    margin-top: 5px !important;
}

.btn-saveforlater {
    background-color: #7AA7AD !important;
    border-color: #7AA7AD !important;
}

.input-group-text {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc !important;
}

.input-search-header {
    background-color: #FFF !important;
    padding: 0.25rem !important;
    position: relative !important;
    border: 1px solid #5F4926 !important;
    margin: 6px 0;
}

.dxbl-edit-btn-dropdown,
.dxbl-btn-group {
    background-color: transparent !important;
}

.dxbl-grid-table {
    border-collapse: collapse !important;
    --dxbl-grid-border-color: none !important;
    --dxbl-grid-border-style: none !important;
}

.dxbl-grid .dxbl-grid-table > tbody > tr > td > p {
    margin-top: revert;
    vertical-align: middle !important;
}

.col-sameline {
    display: flex;
    margin: auto;
    vertical-align: middle;
}

.dxbl-ddl-100 {
    max-width: 100px !important;
}

.dxbl-checkbox-checked {
    color: #005587 !important;
}

.MyGrid .dxbs-grid-header-content {
    justify-content: right;
}

.MyGrid .dxbl-align-right {
    text-align: right !important;
}

.MyGrid .dxbl-align-left {
    text-align: left !important;
}

.Hb-Subtitle-Brown {
    color: #5C4925;
    font-size: 20px;
}

.rightalignColumnSplit {
    margin-left: 42px !important;
    width: 100%;
}

/*oculta el numero de semanas en los calendarios*/
.dxbl-calendar .dxbl-calendar-content .dxbl-calendar-week-number {
    font-size: var(--dxbl-calendar-week-number-font-size);
    opacity: var(--dxbl-calendar-week-number-opacity);
    display: table-column-group;
}


.rfpcode_box {
    height: 45% !important;
    margin-bottom: 2.5%;
}

.hours_box {
    height: 47.5% !important;
}

.rfpcode_label {
    display: inline;
    width: 37.5% !important;
}

.hours_label {
    display: inline;
    width: 60% !important;
}


.font-commission {
    font-family: "AvenirFont";
    font-size: 14px;
    font-weight: bold !important;
    color: #005587;
}

.custom-row-border {
    border-top: 0.1rem solid black;
    border-bottom: 0.1rem solid black;
}


.highlighted-footer-row > td {
    background-color: #A1D0CA !important;
    text-align:center!important;
    /*padding: 0 !important;*/
}

.highlighted-total-row {
    background-color: #A1D0CA !important;
    text-align: center !important;
    /*padding: 0 !important;*/
}

.table-padding {
     padding: var(--dxbl-grid-text-cell-padding-y) var(--dxbl-grid-text-cell-padding-x);
}

    .highlighted-footer-row > td > p {
        background-color: transparent;
        margin: 0 !important;
    }

.bookings-room-grid .dxbl-grid-group-row {
    display: none !important;
}



.bookings-room-grid {
    border-style: none;
    border-bottom: 3px solid #005587;
    border-radius: 0px !important;
}

    .bookings-room-grid th {
        background-color: white !important;
    }

.dxgrid-header-center-align span:first-child {
    text-align: center;
    width: 100%;
}

    .bookings-room-grid td {
        text-align:center;
    }

        .bookings-room-grid-total td > [dxbl-grid-summary-item] {
            color: #005587 !important;
            font-weight: bold !important;
            font-size: 16px !important;
        }


.bookings-room-grid-total {
    color: #005587;
    font-weight:bold !important;
    font-size: 16px !important;
}

.label-currency {
    padding:0.5rem 0;
}


.col-77 {
    flex: 0 0 auto;
    width: 77.85%!important;
    padding:0;
    border-right: 3px solid #005587;
}
.col-22 {
    flex: 0 0 auto;
    width: 22.15%!important;
}

.row-grid-incident-col {
    width: 1.875rem;
}

.row-grid-header-cols {
    width: calc(100% - 1.875rem);
    padding: 0;
    display: flex;
}

.border-right {
    border-right: 3px solid #005587;
}

.border-col > td {
    border-right: 3px solid #005587;
}

@media (min-width: 1600px) {
    .RemindersGrid th {
        font-size: 14px !important;
    }

    .RemindersGrid td {
        font-size: 14px !important;
    }

    .PickupGrid th {
        font-size: 14px !important;
    }

    .PickupGrid td {
        font-size: 14px !important;
    }
}

