<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'DSDIGI';
    src: url('font/DSDIGI.woff') format('woff');
}

.bootstrap-tagsinput {
    font-size: 18px !important;
}

.btn-colblock {
    display: block !important;
    margin-bottom: 3px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 60%;
}

.k-reset {
    background-image: none !important;
    margin-right: 5px;

}

.k-loading-mask {
    background: #FFF;
    opacity: 0.8;
}

.description-header {
    font-size: 20px;
    font-weight: 100;
}

.description-text {
    font-size: 13px;
    line-height: 65%;
}

.k-list &gt; .k-state-selected, .k-list &gt; .k-state-highlight, .k-panel &gt; .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-marquee-color {
    color: #FFFFFF !important;
}

.pac-placeholder {
    color: gray;
}

.custom-prediction-label {
    font-style: italic;
}

/*****     TOGGLE SWITCH    *******/
/* ============================================================
  COMMON
============================================================ */
#wrapper {
    min-width: 600px;
}

.settings {
    display: table;
    width: 100%;
}

    .settings .row {
        display: table-row;
    }

    .settings .question,
    .settings .switch {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
    }

    .settings .question {
        width: 600px;
        font-family: "Roboto Slab", serif;
        font-size: 20px;
    }


label.error {
    color: red;
    font-weight: 300;
    font-size: 13px;
}

span.error {
    color: red;
    font-weight: 500;
    font-size: 13px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
    margin-right: -4px;
}

.wizard-card-overlay {
    overflow-y: initial;
}

.counter {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.alterar:hover {
    color: #007b23;
    cursor: pointer;
}

.alterar-usr:hover {
    color: #007b23;
    cursor: pointer;
}

.alterardate:hover {
    color: #000000;
    cursor: pointer;
}

.excluir {
    margin-left: 10px;
}

    .excluir:hover {
        color: #ff0000;
        cursor: pointer;
    }

.excluirdate {
    margin-left: 10px;
}

    .excluirdate:hover {
        color: #000000;
        cursor: pointer;
    }

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 30px;
    height: 30px;
    padding: 2px 7px;
    color: #ffffff;
    text-align: center;
    font: 18px Arial, sans-serif;
    font-weight: 700;
}

.rescart table {
    color: #010101;
    font-family: sans-serif;
    font-size: .9em;
    font-weight: 300;
    text-align: left;
    line-height: 30px;
    border-spacing: 0;
    border: 2px solid #E8E8E8;
    width: 500px;
    margin: 50px auto;
}

.rescart thead tr:first-child {
    background: #FFFFFF;
    color: #010101;
    border: none;
}



.rescart th:first-child {
    text-align: left;
    font-weight: bold;
    width: 50%;
    font-size: 16px;
}

.rescart th:nth-child(2) {
    width: 10%;
}

.rescart th:last-child,
.rescart td:last-child {
    text-align: center;
    width: 10%;
}

.rescart thead tr:last-child th {
    border-bottom: 3px solid #ddd;
}

.rescart tbody tr:hover {
    background-color: #dee5ff !important;
}

.rescart {
    font-weight: 400;
    font-size: 12px;
    padding-left: 30px;
}



    .rescart tbody td {
        border-bottom: 1px solid #FFFFFF;
    }

    .rescart tbody tr.valid-date {
        background: #e3ffe6;
    }

    .rescart tbody tr.invalid-date {
        background: #ffd6d6;
    }

    .rescart td:last-child {
        padding-left: 30px;
    }


@media only screen and ( max-width: 1200px)  and ( min-width:768px ){
    .card-block {
        padding: 1.20rem;
       
    }
    .product-content .product-info {
        padding: 5px 5px 5px 5px !important;
    }
}
@media only screen and ( max-width: 768px) {
    .card-block {
        padding: 1.15rem;
        
    }
    .product-content .product-info {
        padding: 2px 2px 2px 2px;
    }
    .product-content .product-info {
        padding: 2px 2px 2px 2px !important;
    }
}
@media only screen and ( max-width: 420px) {
    .card-block {
        padding: 1.10rem;
        
    }

    .product-content .product-info {
        padding: 2px 2px 2px 2px;
    }
}

.card-title {
    margin-bottom: .75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card &gt; .list-group:first-child .list-group-item:first-child {
    border-radius: .25rem .25rem 0 0;
}

.card &gt; .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 .25rem .25rem;
}

    .card-header:first-child {
        border-radius: .25rem .25rem 0 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

    .card-footer:last-child {
        border-radius: 0 0 .25rem .25rem;
    }

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

    .card-inverse .card-link,
    .card-inverse .card-text,
    .card-inverse .card-blockquote &gt; footer {
        color: rgba(255, 255, 255, .65);
    }

        .card-inverse .card-link:focus, .card-inverse .card-link:hover {
            color: #fff;
        }

.card-img {
    border-radius: .25rem;
}

@media (min-width: 544px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.product-info.smart-form .btn {
    padding: 6px 10px;
    margin-left: 0px;
    margin-top: 10px;
}

.load-more-btn {
    background-color: #21c2f8;
    border-bottom: 2px solid #037ca5;
    border-radius: 2px;
    border-top: 2px solid #0cf;
    margin-top: 20px;
    padding: 9px 0;
    width: 100%;
}

.product-content .product-deatil p.price-container span {
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 20px;
}

.product-info.smart-form .rating label {
    margin-top: 0;
}

.product-wrap .product-image span.tag2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 10px 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.product-wrap .product-image span.sale {
    background-color: #57889c;
}

.product-wrap .product-image span.hot {
    background-color: #a90329;
}

.shop-btn {
    position: relative;
}

    .shop-btn &gt; span {
        background: #a90329;
        display: inline-block;
        font-size: 10px;
        box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
        font-weight: 700;
        border-radius: 50%;
        padding: 2px 4px 3px !important;
        text-align: center;
        line-height: normal;
        width: 19px;
        top: -7px;
        left: -7px;
    }


@media only screen and ( max-width:1024px) {
    .product-info.smart-form .btn {
        padding: 3px 6px;
        margin-left: 5px;
        margin-top: 8px;
    }

}

@media only screen and (min-width:1024px) {
    .product-content div[class*=col-md-4] {
        padding-right: 0;
    }

    .product-content div[class*=col-md-8] {
        padding: 0 13px 0 0;
    }

    .product-wrap div[class*=col-md-5] {
        padding-right: 0;
    }

    .product-wrap div[class*=col-md-7] {
        padding: 0 13px 0 0;
    }

    .product-content .product-image {
        border-right: 1px solid #dfe5e9;
    }

    .product-content .product-info {
        position: relative;
    }

}

.clearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

    .clearable.x {
        background-position: right 5px center;
    }

    .clearable.onX {
        cursor: pointer;
    }

    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

.digital-timer {
    font-size: 20px;
    font-family: 'DSDIGI' !important;
    font-weight: 100;
}

.timerClass {
    display: table-cell;
    position: relative;
    top: -10px;
    background-color: grey;
    -webkit-box-shadow: inset 0px 2px 20px 0px rgb(75, 75, 75);
    -moz-box-shadow: inset 0px 2px 20px 0px rgb(75, 75, 75);
    box-shadow: inset 0px 2px 20px 0px rgb(75, 75, 75);
    color: white;
    text-shadow: 0px 2px 3px #555;
    padding: 5px;
    min-width: 100px;
    right: 20px;
    border-radius: 10px;
    float: right !important;
}

.timer-text {
    font-weight: 100;
    font-size: 11px;
}

.tbl-tax {
    font-size: 13px;
    font-weight: 500 !important;
}

    .tbl-tax tr &gt; td:first-child {
        font-weight: 600;
        padding-right: 10px;
    }

.due-amount {
    position: relative;
    top: -35px;
}

.customer-info {
    font-weight: 200;
}

@media all and (min-width:321px) and (max-width: 480px) {
    .grdItemsForReservation-container {
        font-size: 12px;
    }

    .k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-scheduler-table td {
        height: 38px;
        text-align: right;
    }

    .k-scheduler-table {
        table-layout: fixed;
        max-width: none;
        font-size: 11px;
    }

    .facility-name {
        font-size: 32px !important;
    }
}

#multipleDay {
    background-color: rgba(196, 202, 205, 0.15);
    padding: 12px;
}
#fullDayTime {
    padding: 12px;
}
#lblDiscountAmount
{
    color: #5d9cec;
}

#collapseTwo {
    max-height:300px;
    overflow: auto;
}
#collapseOne {
    max-height: 300px;
    overflow: auto;
}

.k-grid-toolbar, .k-header .k-button, .k-state-active, .k-tabstrip, .k-tabstrip-items {
    background-color: #ffffff ;
    border: 1px solid #5d9cec;

}

.main-title-1 {
    font-weight: 800 !important;
    color: #353535 !important;
}

.k-dropdown, k-numerictextbox, k-timepicker, k-input {
    -moz-padding-start: 3px;
}

.map {
    height: 350px;
    width: 100%;
}

.leaflet-map-pane {
    z-index: 2 !important;
}

.leaflet-google-layer {
    z-index: 1 !important;
    -webkit-overflow-scrolling: touch;
}

.adminOverride {
    padding-right: 10%;
}

    .adminOverride:hover {
        cursor: pointer;
    }

@@media only screen and (max-width: 396px) {
    .panel-footer .btn:last-child {
        margin-top: 5px;
    }
}

.k-scheduler-header-wrap div.k-event,
.k-scheduler-content div.k-event {
    background-color: #009688;
}

.movie-template {
    background-color: #009688;
    height: 100%;
}

    .movie-template p {
        margin: 0;
    }

stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 18px;
    font-weight: bold;
}

.w-100 {
    width:100%;
}
#googleMapDark, #googleMapLight, #googleMapAuto {
    width: 100%;
    height: 350px;
    margin: 0px 20px 0px 0;
}
.grid-custom {
    cursor: move;
}
.total-line {
    border-top-color: steelblue;
    border-top-width: 2px;
    border-top-style: solid;
}
.amount-heading {
    background-color: whitesmoke;
}
.addextraitem-globalextra {
    max-height: 150px;
    overflow-y: auto;
}
.status-label {
    font-size: 14px;
}
.time-line-break {
    display: inline-block;
    white-space: nowrap;
}
.k-event:not(.k-event-inverse) .k-event-template {
    padding: 0px 8px;
}
#exclusionScheduler [title~=Submit] {
    color: #000;
}
#exclusionScheduler [title~=Pending] {
    color: #000;
}
@media only screen and (max-width: 819px) {
    .row-table-custom {
        display: grid;
    }
    .row-table-custom .border-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding: 5px 0px;
    }
}
.k-validation-custom .k-validator-tooltip.k-tooltip-error {
    border: none;
    margin-top: 0;
    padding: 0;
    font-size: 12px;
    box-shadow: none;
}
.k-validation-custom .k-validator-tooltip .k-i-warning {
    font-size: 12px;
}
.k-validation-custom .k-validator-tooltip .k-callout {
    display: none;
}
.fa-trash.excluir {
    font-size: 19px;
    vertical-align: middle;
}
@media only screen and (max-width: 540px) and (min-width: 402px) {
    .fac-resdate-changerate {
        padding: 5px !important;
    }
        .fac-resdate-changerate .changerate, .add-description {
            padding: 3px 6px;
            font-size: 12px;
            margin: 0;
            float: left;
            margin-top: 2px;
        }
            .fac-resdate-changerate .changerate span, .add-description span {
                display: block;
            }
  
    .fac-resdate-changerate .fa-trash {
        font-size: 16px;
    }
}
@media only screen and (max-width: 401px) {
    .fac-resdate-changerate {
        padding: 5px !important;
    }
        .fac-resdate-changerate .changerate, .add-description {
            padding: 3px 1px;
            font-size: 9px;
            margin-left: 3px;
            float: left;
            margin-top: 2px;
        }
            .fac-resdate-changerate .changerate span, .add-description span {
                display: block;
            }
    .fac-resdate-changerate .fa-trash {
        font-size: 16px;
        margin-left: 5px;
    }
}

.k-window .row, .k-window .row * {
    box-sizing: border-box;
}
.bk-ref-facility-description {
    line-height: 20px;
}
.bk-ref-facility-description .facility-description {
    font-size: 12px;
}
.bk-ref-facility-description .facility-description-header {
    font-size: 14px;
    font-weight: 700;
}
.responsive-accordion .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
}
.responsive-accordion .panel-heading .collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.facilityImg {
    max-height: 350px;
}
.facility-location #googleMapDark, .facility-location #googleMapLight, .facility-location #googleMapAuto {
    height: 385px;
}
.facility-info-panel {
    min-height: 458px;
}
.facilityinfoaccordion a .fa-home {
    margin-left: -2px;
}
.times-custom {
    font-size: 12px;
}
@media only screen and (min-width : 768px) {
    .times-custom {
        font-size: 14px;
    }
}
.legend-item {
    width: 15px;
    height: 15px;
    display: inline-flex;
    margin: 5px 7px 5px 2px;
}
.legend-item-container {
    display: flex;
    align-items: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .facility-reservation-portrait table, .facility-reservation-portrait thead, .facility-reservation-portrait tbody, .facility-reservation-portrait th, .facility-reservation-portrait td, .facility-reservation-portrait tr {
        display: block;
    }
    .facility-reservation-portrait tr {
        border: 1px solid #eee;
    }
    .facility-reservation-portrait td {
        border: none;
        position: relative;
    }
    .facility-reservation-portrait td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .facility-reservation-portrait .due-amount {
        top: 0px !important;
    }
    .facility-reservation-portrait #grdReservations table:nth-child(3) th:nth-child(3) {
        height: 72px !important;
    }
    .facility-reservation-portrait .timerClass {
        right: 0px;
    }

    .facility-reservation-portrait .table-cell-td td {
        display: inline;
    }

    .facility-reservation-portrait tbody tr td {
        display: table-cell;
    }

    .facility-d-inline {
        display: inline;
    }
    .action-icons {
        height: 100px;
        display: grid;
        text-align: right;
    }
    .action-icons .fa {
        top: 30%;
        position: relative;
    }
    .action-icons .fa-trash {
        margin-left: 0;
    }
    .action-icons .fa-calendar {
        margin-right: 0 !important;
    }
    .edit-dates {
        display: block;
    }
    .edit-dates .item {
        display: inline-table;
    }
    .edit-date-wrap {
        display: grid;
    }
    .edit-dates .date td {
        display: table-cell;
    }
}
.pac-container {
    z-index: 3000;
}
@media only screen and (max-width: 820px) {
    .date-setup-table thead tr th {
        text-align: center;
        vertical-align: middle;
    }
    .date-setup-table .btn {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .date-setup-table .alterar {
        margin-top: 0;
    }
    .date-setup-table .btn .fa-trash {
        margin-left: 0;
    }
    .date-setup-table .date-details {
        text-align: left;
    }
    .fac-resdate-changerate .btn {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 820px) {
    .facility-setup-wizard {
        overflow-y: auto;
        max-height: 680px;
    }
    .counter {
        z-index: 9;
    }
}
.action-icons .fa-calendar {
    margin-right: 10px;
}
.fa-trash-wrap {
    padding-left: 0;
}
.fa-trash-wrap .fa-trash {
   margin-left: 0;
}
.warning{
    color: #000;
}
.note-container {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    gap: 5px;
}
.note-container .delete-icon {
    margin-top: auto;
    text-align: right;
    margin-left:10px;
}
@media (max-width: 400px) {
    .note-container {
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    
    }

    .note-container .delete-icon {
        margin-top: 5px;
    }
}</pre></body></html>