﻿html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    height: 100vh;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html, body {
    width: 100%;
    padding: 0;
    margin: 0;
}
/* searchbox iframe height*/
.rooms-3 {
    height: 170px;
}

.rooms-4 {
    height: 220px;
}

.rooms-5 {
    height: 270px;
}

.rooms-6 {
    height: 320px;
}

.rooms-7 {
    height: 370px;
}

.rooms-8 {
    height: 420px;
}
/* sagiv */

#modalSpinner {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

    #modalSpinner > img {
        margin: 0 auto;
        display: block;
        height: auto;
        width: 100%;
        max-width: 450px;
    }

#body-mask {
    background: url("overlay.png");
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8999;
    display: none;
    color: #fff;
}

#body-loader {
    background-image: url("loading.gif");
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    font-family: alef;
    font-size: 15px;
    height: 140px;
    left: 50%;
    margin: 0;
    position: fixed;
    top: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 170px;
    text-align: center;
}




form.paypal-form {
    text-align: left;
    float: left;
}

.fieldset.last hr.paypal-seperator {
    opacity: 0.3;
}

.inner-header-wrapper {
    background-color: #fff;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #50BAE1;
    border-top: none;
    box-shadow: none;
}

.inner-header {
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
}


.logo-wrapper {
    background-color: #fff;
    float: right;
    margin: 0 5px;
    position: relative;
    bottom: 0;
    padding-top: 4px;
}

.calendar-iframe-wrapper {
    max-width: 100%;
    width: 100%;
    height: 160px;
    // display: none;
}

    .calendar-iframe-wrapper iframe {
        border: none;
        min-height: 160px;
    }


.arrow {
    margin: 10px 5px;
    background-color: #50BAE1;
    color: #fff;
    /* We use bootstrap now.
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 15%;
    padding: 5px;
    margin: 0 5px;
    cursor: pointer;
    background-image: url("images/cal_white.png");
    background-color: #50BAE1;
    */
    display: none;
}

    .arrow span {
        font-size: 10px;
    }

    .arrow:hover {
        background-color: rgba(150,150,150,0.6);
    }

    .arrow:active, .arrow:focus {
        background-color: rgba(210,210,195,0.7);
    }

.logo img {
    max-width: 120px;
}

.empty-seperator {
    width: 100%;
    min-height: 355px;
}

.footer {
    color: #fff;
    direction: ltr;
    line-height: 25px;
    margin-top: 45px;
    text-align: center;
    width: 100%;
    background: #233340 none repeat scroll 0 0;
}


.footer-inner-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.footer-logo-wrapper {
    display: inline-block;
    margin: 0 10px;
}


body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

/*.search-engine-wrapper {
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    width: 1308px;
}*/



body {
    font-size: .85em;
    font-family: Arial;
    color: #232323;
    background-color: transparent;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    min-width: 320px;
}

b {
    font-weight: bold !important;
}

header, footer, nav, section {
    display: block;
}

a,
a:visited,
a:hover {
    color: #1A53AD;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    width: 99%;
    padding: 0;
    margin: 0;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.field-info,
.services-field-info {
    cursor: pointer;
    text-decoration: underline;
    /*background: url(info.png) no-repeat 0 center;*/
    /*padding-left: 20px;*/
}

.toolTip {
    background: url(../Scripts/Colorbox/example1/images/overlay.png);
    border: 2px solid #FFFFFF;
    border-radius: 0px 10px 10px 10px;
    box-shadow: 0 0 7px #000000;
    color: #FFFFFF;
    font-size: 12px;
    height: auto;
    padding: 5px 5px 10px 5px;
    width: 170px;
}

    .toolTip.reversed {
        border-radius: 10px 10px 10px 0;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    font-size: 12px;
    white-space: pre-wrap;
    margin-left: 10px;
}

    .field-validation-error > span:before {
        content: "* ";
    }

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


/* --- booking engine common styles --- */
#debug-messages {
    color: #777;
    width: 700px;
    margin: 10px auto;
    overflow: auto;
}


#be-wrapper .no-margin {
    margin: 0 !important;
}

#progress-bar {
    color: #ccc;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

    #progress-bar .dotted-row {
        border-bottom: 3px dotted;
    }

    #progress-bar .step {
        display: inline-block;
        float: left;
        font-size: 12px;
        margin: -14px 0 18px 0;
        width: 25%;
    }

        #progress-bar .step > .circle {
            background-color: #ccc;
            border-radius: 32px;
            color: #fff;
            display: inline-block;
            font-size: 15px;
            font-weight: bold;
            line-height: 25px;
            margin-bottom: 5px;
            width: 25px;
        }

        #progress-bar .step.active {
            font-weight: bold;
            color: #50BAE1;
        }

            #progress-bar .step.active > .circle {
                background-color: #50BAE1;
                color: #fff;
            }



#be-wrapper .rsv-data-wrapper .low-resolution-wrapper {
    display: block;
}

.top-elements-wrapper {
    display: inline;
}

span.button {
    background-color: #ff6a00;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

    span.button:hover {
        background-color: #ff7a10;
    }

.phoneBook span.button {
    background-color: #ccc;
    color: #aaa;
    width: 100%;
    padding: 2px 0;
}


a > span.button {
    color: #232323;
}

#be-wrapper .content-wrapper {
    background-color: #f1f1f1;
    margin-bottom: 5px;
}

#be-wrapper .fieldset.first {
    margin-top: 0 !important;
}

#be-wrapper .fieldset.last {
    margin-bottom: 0 !important;
    height: auto;
    /*max-height: 295px;*/
}


#be-wrapper .stand-alone-message {
    padding: 10px 10px 0 20px;
}

    #be-wrapper .stand-alone-message > p {
        margin-left: 10px;
    }

    #be-wrapper .stand-alone-message .title {
        font-size: 16px;
        font-weight: bold;
        background-color: #ccc;
        padding: 5px 0 5px 0px;
        text-indent: 10px;
        margin-bottom: 20px;
    }

#be-wrapper.results .room-result {
    display: none;
    width: 95%;
    margin: 0 auto;
}

/* Regions */

#be-wrapper.results .heading {
    font-size: 24px;
    color: #6c6c6c;
    font-weight: bold;
}

#be-wrapper.results .desc {
    font-size: 12px;
}


.region-hotel-result {
    background: #fff none repeat scroll 0 0;
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
}

#be-wrapper.regions .room-result {
    display: flex;
}

.region-result .seperator {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom,#999, rgba(255, 255, 255, 1) 31%) repeat scroll 0 0;
    height: 20px;
}

.region-result .image-wrapper {
    float: left;
    height: 100%;
    position: relative;
}

.region-result .description {
    float: left;
    min-height: 140px;
    padding: 0 10px 10px;
    max-width: 640px;
    width: 40%;
}

.region-result .room-order {
    border-left: 1px dashed #006e91;
    float: right;
    min-height: 80px;
    margin: 20px 0 10px;
    padding: 0 10px;
    width: 160px;
    overflow: hidden;
}

    .region-result .room-order .deal-price {
        font-size: 18px;
        font-weight: bold;
    }

    .region-result .room-order .order-btn {
        background-color: #233340;
        border-radius: 5px;
        color: #ffffff;
        cursor: pointer;
        height: 30px;
        line-height: 29px;
        margin-top: 52px;
        text-align: center;
    }
/* End Regions */

#be-wrapper.results .room-result .select-title,
#be-wrapper.packages .select-title {
    font-weight: bold;
    font-size: 16px;
}

#be-wrapper.results .region-result .select-title {
    font-size: 24px;
    border-bottom: 2px solid #6c6c6c;
}

#be-wrapper.results .room-category {
    margin: 15px 0;
    padding: 5px 1px;
}

    #be-wrapper.results .room-category .main {
        min-height: 125px;
        margin-bottom: 15px;
        overflow: visible;
        display: flex;
        flex-direction: row;
    }

        #be-wrapper.results .room-category .main .main-part-wrapper {
            position: relative;
            /*margin-right: 10px;
            margin-bottom: 10px;*/
            flex: 1;
        }

            #be-wrapper.results .room-category .main .main-part-wrapper.room-image-wrapper {
                max-width: 400px;
                max-height: 330px;
            }


#be-wrapper .image-gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    outline: none;
}

    #be-wrapper .image-gallery:hover,
    #be-wrapper .image-gallery:active,
    a img {
        outline: none;
    }


#be-wrapper.results .room-category .main .image-gallery > img {
    flex: 0 0 auto;
    max-width: 400px;
    max-height: 330px;
    width: auto;
    height: auto;
    align-self: center;
}

#be-wrapper.results .room-category .main .image-gallery > img,
#be-wrapper.regions .image-gallery > img {
    width: 100%;
    background-color: #fff;
}

#be-wrapper.results .room-category .main .image-mask,
#be-wrapper.regions .image-gallery .image-mask {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.zoomIcon {
    height: 0px;
    width: 0px;
    border-bottom: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid rgba(0,0,0,.7);
    left: 5px;
    top: 5px;
    position: absolute;
}


.popupanimation {
    -webkit-animation: popupanimation 0.6s forwards; /* Safari 4+ */
    -moz-animation: popupanimation 0.6s forwards; /* Fx 5+ */
    -o-animation: popupanimation 0.6s forwards; /* Opera 12+ */
    animation: popupanimation 0.6s forwards; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes popupanimation {
    0% {
        top: 300px;
    }

    100% {
        top: 0px;
    }
}

@-moz-keyframes popupanimation {
    0% {
        top: 300px;
    }

    100% {
        top: 0px;
    }
}

@-o-keyframes popupanimation {
    0% {
        top: 300px;
    }

    100% {
        top: 0px;
    }
}

@keyframes popupanimation {
    0% {
        top: 300px;
    }

    100% {
        top: 0px;
    }
}

span.glyphicon-zoom-in {
    font-size: 2.6em;
    font-weight: lighter;
    position: absolute;
    margin-top: -94px;
    display: inline-block;
    margin-top: -85px;
    text-indent: 10px;
}

.image-gallery .bottom-thumbnail {
    background-color: rgba(255,255,255,.7);
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: center;
}

#be-wrapper.results .room-category .main .thumb,
#be-wrapper.regions .image-gallery .thumb {
    flex: 1;
    height: auto;
    padding: 2px;
    width: 20%;
    max-width: 90px;
    max-height: 76px;
}

    #be-wrapper.results .room-category .main .thumb:first-of-type,
    #be-wrapper.regions .image-gallery .thumb:first-of-type {
        padding-left: 0;
    }

    #be-wrapper.results .room-category .main .thumb:last-of-type,
    #be-wrapper.regions .image-gallery .thumb:last-of-type {
        padding-right: 0;
    }

#be-wrapper.results .room-category .main .main-part-wrapper.description {
    display: flex;
    flex-direction: column;
}

#be-wrapper.results .room-category .main .description .title {
    font-size: 20px;
    font-weight: bold;
}

#be-wrapper.results .room-category .main .description .sold-wrapper {
    text-align: right;
    padding-top: 10px;
    /*padding-right: 13px;*/
    margin-top: auto;
}

    #be-wrapper.results .room-category .main .description .sold-wrapper .sold-message {
        text-align: left;
    }

    #be-wrapper.results .room-category .main .description .sold-wrapper .sold-out {
        padding: 2px 8px;
        background-color: red !important;
        font-weight: bold;
    }

        #be-wrapper.results .room-category .main .description .sold-wrapper .sold-out :hover {
            background-color: red !important;
        }

#be-wrapper.results .price-codes {
    font-size: 14px;
    margin-bottom: 0;
    clear: both;
}

    #be-wrapper.results .price-codes .title {
        font-weight: bold;
        margin-top: 15px;
    }

    #be-wrapper.results .price-codes .description {
        margin-bottom: 10px;
    }

    #be-wrapper.results .price-codes table {
        border-collapse: collapse;
        width: 100%;
    }

        #be-wrapper.results .price-codes table tr {
            border: 1px solid #aaa;
            border-bottom: 1px solid #000;
            background-color: #eee;
        }

        #be-wrapper.results .price-codes table th {
            background-color: #ccc;
            text-align: left;
            line-height: 20px;
        }

        #be-wrapper.results .price-codes table td.plan {
            width: 180px;
            text-indent: 5px;
        }

        #be-wrapper.results .price-codes table td {
            vertical-align: middle;
            padding: 5px 0;
            position: relative;
        }

        #be-wrapper.results .price-codes table .week,
        #be-wrapper.results .price-codes table .day {
            width: 47px;
        }


        #be-wrapper.results .price-codes table .total {
            padding-right: 10px;
            font-weight: bold;
            min-width: 42px;
            white-space: nowrap;
        }

        #be-wrapper.results .price-codes table .book > span {
            float: right;
            font-size: 11px;
            max-width: 100px;
            padding: 5px 2px;
            width: 75px;
            line-height: 13px;
        }


        #be-wrapper.results .price-codes table tr.daily-prices {
            border: 0 none;
            font-size: 12px;
        }

/*search resluts new*/

#be-wrapper.results.new .room-category .main .description {
    margin-left: 0;
    min-height: 122px;
}

    #be-wrapper.results.new .room-category .main .description .title {
        font-size: 24px;
    }

#be-wrapper.results.new .room-category .main img {
    margin-right: 15px;
}

#easyTooltipResults .toolTip {
    width: 130px;
}

#easyTooltipResults table {
    width: 100%;
    text-align: center;
}

/* registration page */
#be-wrapper.registration label {
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
}

#be-wrapper input[type="text"],
#be-wrapper input[type="email"],
#be-wrapper input[type="password"] {
    border: 1px solid #808080;
    font-family: Arial;
    height: 30px;
    text-indent: 5px;
    margin-bottom: 15px;
    width: 160px;
}

#be-wrapper select.field-validation-error,
#be-wrapper select {
    margin: 0;
    width: 162px;
    height: 30px;
    border: 1px solid #808080;
    margin-bottom: 15px;
}

#be-wrapper.registration .field-info {
    background-position: 5px center;
}


#be-wrapper.registration .fieldset.last {
    margin-bottom: 0 !important;
}

    #be-wrapper.registration .fieldset.last .extended-payment {
        margin-bottom: 10px;
    }

#be-wrapper.registration .fieldset.cancelation-policy .room-info {
    margin-bottom: 10px;
}

#be-wrapper.registration .fieldset.cancelation-policy .room-number {
    font-weight: bold;
}

#be-wrapper.registration .fieldset.last .extended-payment input[type="radio"] {
}

#be-wrapper.registration .fieldset.last .continue.button {
    height: 32px;
    line-height: 32px;
    width: 100px;
    float: right;
    margin: 0 20px 20px 0;
    display: none;
    padding: inherit;
}

#be-wrapper.registration .title {
    background-color: #233340;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
}

#be-wrapper.registration .first-box {
    border-right: 1px solid #bbb;
    float: left;
    /*padding-right: 60px;*/
}

#be-wrapper .second-box {
    float: left;
    padding-left: 40px;
}

    #be-wrapper .second-box label {
        margin-bottom: 5px;
    }

#be-wrapper.registration .input-box textarea {
    width: 273px;
    margin-top: 10px;
}

#be-wrapper.registration #Title {
    width: auto;
}

#be-wrapper.registration #Title,
#be-wrapper.registration #Country {
    padding: 5px 9px;
    width: 165px;
    margin-bottom: 10px;
}

#be-wrapper.registration #GuestRemarks {
    border: 1px solid #808080;
    height: 80px;
    width: 270px;
}

#be-wrapper.registration #terms-box {
    margin-top: 10px;
}

    #be-wrapper.registration #terms-box label {
        width: auto;
    }



#be-wrapper.registration span.button {
    float: right;
    margin-top: 10px;
    padding: 5px 40px;
}

#be-wrapper.registration span.continue {
    float: left;
}

/* payment */


#be-wrapper.registration iframe {
    background-color: transparent;
    width: 100%;
    z-index: 999;
    /*position: absolute;
    top: 0;
    left: 0;*/
}



/* preview and confirmation pages */
#be-wrapper.last-steps .fieldset {
    background-color: none;
    padding: 5px 5px 10px;
    margin: 10px 0px;
    overflow: auto;
}

    #be-wrapper.last-steps .fieldset.cancelation-policy {
        padding: 10px 0;
    }

#be-wrapper.last-steps .title {
    background-color: #233340;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
}

#be-wrapper.last-steps .buttons-wrapper {
    min-height: 35px;
}

    #be-wrapper.last-steps .buttons-wrapper span.button {
        margin: 0;
    }

#be-wrapper.last-steps span.button {
    margin-left: 7px;
    line-height: 32px;
    width: 150px;
    float: right;
    color: #fff;
}



#be-wrapper.login .validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

#be-wrapper.login input[type="submit"] {
    display: none;
}

#be-wrapper.login label {
    display: inline-block;
    width: 85px;
}

#be-wrapper.login input {
    width: 135px;
}

#be-wrapper.login .buttons-wrapper {
    margin-top: 15px;
}

#be-wrapper.login .button {
    font-weight: bold;
    margin-top: 15px;
    padding: 5px 0;
    text-align: center;
    width: 226px;
}

#be-wrapper.login #forgotPassword {
    font-size: 12px;
}


#be-wrapper .br-item {
    margin: 5px 0;
    overflow: auto;
    padding: 5px;
    clear: both;
    background-color: transparent;
    line-height: 5px;
}

    #be-wrapper .br-item .title {
        font-weight: bold;
        font-size: 16px;
        padding: 10px 5px 5px;
    }

#be-wrapper .br-room {
    position: relative;
    background-color: #CCCCCC;
    font-size: 12px;
    height: auto;
    width: 540px;
    padding: 5px 5px 5px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 24px;
}


#be-wrapper .room-content {
    overflow: auto;
    margin-top: 10px;
}

.room.Details.room-specialservies-wrapper {
    display: inline-block;
}

.br-room .room-specialservies-wrapper .add-specialservice-button {
    background-color: #233340;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px #eeeeee;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
    margin: 0;
    padding: 2px;
    vertical-align: middle;
    width: 12px;
}

    .br-room .room-specialservies-wrapper .add-specialservice-button:hover,
    .br-room .room-specialservies-wrapper .add-specialservice-button:active,
    .br-room .room-specialservies-wrapper .add-specialservice-button:focus {
        box-shadow: 0 0 1px 1px #ccc;
    }

#be-wrapper .br-room .top-line {
    background-color: #233340;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    height: 24px;
}

    #be-wrapper .br-room .top-line .room-number {
        display: inline-block;
        float: left;
    }

#be-wrapper .br-room .first-box {
    float: left;
    padding-right: 20px;
    /*width: 250px;*/
}

    #be-wrapper .br-room .first-box .title-span {
        width: 100px;
        display: inline-block;
        font-weight: bold;
    }

    #be-wrapper .br-room .first-box .field-info.tooltip-selector {
        font-weight: bold;
    }

    #be-wrapper .br-room .first-box .title-span.spaciel-service-title-hotfix {
        width: auto;
        font-weight: normal;
    }


#be-wrapper .br-room .second-box {
    float: right !important;
    padding-left: 20px !important;
    /*width: 260px;*/
}

    #be-wrapper .br-room .second-box .title-span {
        font-weight: bold;
        width: 90px;
        display: inline-block;
    }


#be-wrapper .br-room .top-line .button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 75px;
    float: right;
    background-color: #bf9958;
}

    #be-wrapper .br-room .top-line .button:hover {
        background-color: #7f5918;
    }

/*.active {
    display: inline-block !important;
}*/

.inactive {
    display: none !important;
}

#be-wrapper .canceled-title {
    display: none;
}

.loader {
    float: left;
    margin-left: 115px;
    font-size: 17px;
    padding-top: 2px;
    display: none;
}

    .loader img {
        width: 20px;
        height: 20px;
    }

    .loader div {
        display: inline-block;
        bottom: 4px;
        position: relative;
    }

#be-wrapper .cancelled .canceled-title {
    display: inline-block;
    color: #f00;
}

#be-wrapper .cancelled .cancle-button {
    display: none !important;
}

#be-wrapper .br-room.cancelled .top-line {
    background-color: #B4B4B4;
}

.minimize {
    float: right;
    color: #fff;
    width: 20px;
    cursor: pointer;
    margin: 5px 0 0 5px;
    height: 15px;
    width: 15px;
    background-size: 100% 100%;
    background-image: url(themes/base/images/arrowUp.png);
}

.enlarge {
    float: right;
    color: #fff;
    width: 20px;
    cursor: pointer;
    display: none;
    margin: 5px 0 0 5px;
    height: 15px;
    width: 15px;
    background-size: 100% 100%;
    background-image: url(themes/base/images/arrowDown.png);
}

.br-room.cancelled .enlarge {
    display: block;
}

.br-room.cancelled .minimize {
    display: none;
}

.reservationsTitle {
    width: auto; /*sagiv*/ /*width: 58% */
    display: inline-block;
    font-family: Helvetica;
    font-size: 20px;
}

.activeReservationFilter {
    /* sagiv - display: inline-block; */
    /* sagiv - float: right;*/
    /* sagiv - text-align: right;*/
    margin-top: 0px;
}

.hidden {
    display: none !important; /* some more specific selectors can override this, we need !important  */
}


/* error page*/
#be-wrapper .error-message .title {
    background-color: #ccc;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 0 5px 0;
    text-indent: 10px;
}

.error-message {
    padding: 10px 10px 0 20px;
}

/* contact form */
#be-wrapper.contact-form {
    background-color: #ccc;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    color: #8d8d8d;
}

    #be-wrapper.contact-form input[type="text"],
    #be-wrapper.contact-form input[type="email"],
    #be-wrapper.contact-form input[type="password"] {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }

    #be-wrapper.contact-form .mask {
        background: url("overlay.png");
        height: 100%;
        left: 0;
        opacity: 0.9;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 8999;
        display: none;
    }

        #be-wrapper.contact-form .mask .loader {
            background-image: url("loading.gif");
            height: 140px;
            left: 50%;
            position: absolute;
            top: 50%;
            width: 140px;
            margin: 0;
            -moz-transform: translate3d(-50%,-50%,0);
            -ms-transform: translate3d(-50%,-50%,0);
            -o-transform: translate3d(-50%,-50%,0);
            -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
        }

    #be-wrapper.contact-form form {
        padding: 10px;
    }

    #be-wrapper.contact-form .title {
        font-size: 24px;
        color: #233340;
        margin-bottom: 20px;
    }

    #be-wrapper.contact-form #contact-us-wrapper {
        -moz-animation: Popup;
        -o-animation: Popup;
        -webkit-animation: Popup;
        animation: Popup;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        padding: 10px;
        text-align: left;
        background-color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #808080;
        -moz-box-shadow: 0px 0px 3px#6c6c6c;
        -webkit-box-shadow: 0px 0px 3px#6c6c6c;
        box-shadow: 0px 0px 3px#6c6c6c;
        margin: 0 auto;
    }

#contact-us-wrapper.message {
    max-width: 320px;
}

#be-wrapper.contact-form form div {
    display: inline-block;
    position: relative;
}

#be-wrapper.contact-form form .text-area-container {
    display: block;
    margin-bottom: 10px;
}

#be-wrapper.contact-form form textarea {
    width: 100%;
}

#be-wrapper.contact-form #contact-form-submit {
    width: 165px;
    background-color: #233340;
    color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    margin: 0px auto;
    float: right;
}

    #be-wrapper.contact-form #contact-form-submit:hover {
        background-color: #117EB6;
    }

#be-wrapper.contact-form .field-validation-error {
    position: absolute;
    top: 55px;
    left: 0;
}

#be-wrapper.registration .pelecard-wrapper {
    position: relative;
    height: 320px;
    clear: both;
}

#be-wrapper.registration.J-4 .pelecard-wrapper {
    position: relative;
    height: 170px;
}

#be-wrapper.registration.J-4 .pelecard-wrapper {
    position: relative;
    height: 170px;
}

#be-wrapper.registration.cvv .pelecard-wrapper {
    position: relative;
    /*height: 230px;*/
}

#be-wrapper.registration #pelecard-iframe {
    height: 100%;
}

#be-wrapper.registration.J-4 #pelecard-iframe {
    height: 170px;
}


#be-wrapper.registration .creditguard-wrapper {
    height: 500px;
    /*Netanel 22/2/18- FIX FOR IOS CREDITGUARD IFRAME*/
    line-height: 500px;
    position: relative;
    clear: both;
}

#be-wrapper.registration #creditguard-iframe {
    height: 590px;
}

#be-wrapper.registration .continue-wrapper {
    position: relative;
}

#secureLine {
    /*border-bottom: medium none;
    display: none;
    float: right;
    font-size: 10px;
    margin-right: 20px;*/
    font-size: 10px;
    position: absolute;
    bottom: 60px;
    width: 285px;
}

/*rsv data*/
#be-wrapper .rsv-data-wrapper {
    background-color: transparent;
    position: relative;
    background-image: none;
    height: auto;
    overflow: auto;
}

#be-wrapper .left-wrapper {
    float: left;
    padding: 10px 0 0 10px;
    width: 95px;
}

#be-wrapper .middle-wrapper {
    border-left: 1px dashed #CCCCCC;
    width: 465px;
    height: 85px;
    float: left;
    margin-top: 5px;
    padding-left: 10px;
}

#be-wrapper .right-wrapper {
    right: 0;
    padding: 0 10px;
    position: relative;
    height: auto;
    margin: 5px auto;
    border: none;
}


#be-wrapper .check-in-out-date {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
}

#be-wrapper .table-wrapper table {
    text-align: center;
    vertical-align: top;
    margin-top: 5px;
    color: #6A6A6A;
}

    #be-wrapper .table-wrapper table th {
        font-size: 12px;
    }

    #be-wrapper .table-wrapper table td {
        padding: 1px;
        width: 50px;
    }

    #be-wrapper .table-wrapper table .selected-rooom-details {
        width: 400px;
        text-align: left;
        font-size: 12px;
    }

    #be-wrapper .table-wrapper table .selected-room-details-horizontal {
        display: none;
    }

#be-wrapper .pax-row .side-note {
    color: #f00;
}

#be-wrapper .right-wrapper .title {
    color: #000;
    background-color: transparent;
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0px;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

#be-wrapper .right-wrapper .promo-code {
    text-align: center;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

    #be-wrapper .right-wrapper .promo-code span {
        width: 100px !important;
        color: #aaa;
        font-size: 18px;
    }

#be-wrapper.registration #agreeValidator.field-validation-error {
    display: block;
}

/*rsv responsive option*/
/* ---------->>> GLOBAL <<<-----------*/
/* ---------->>> Rsv Data <<<-----*/

#be-wrapper .rsv-data-wrapper .table-wrapper {
    display: none;
}

#be-wrapper .rsv-data-wrapper .low-resolution-wrapper .room-number {
    font-weight: bold;
}

#be-wrapper .rsv-data-wrapper .left-wrapper {
    border-bottom: 1px solid #CCC;
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto;
}

#be-wrapper .rsv-data-wrapper .middle-wrapper {
    height: auto;
    padding: 0px 0px 5px 0px;
    width: 100%;
    margin: 0 auto;
    float: none;
    border: none;
}


#be-wrapper .rsv-data-wrapper .check-in-wrapper div,
#be-wrapper .rsv-data-wrapper .check-out-wrapper div {
    display: inline-block;
}

#be-wrapper .rsv-data-wrapper .room-wrapper {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

/*#be-wrapper .rsv-data-wrapper .room-wrapper:last-of-type {
            border-bottom: none;
        }*/

#be-wrapper .rsv-data-wrapper .side-note {
    /*color: #f00;*/
    color: transparent;
}

#be-wrapper .right-wrapper .promo-code-wrapper {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
}

#be-wrapper .pax-wrapper,
#be-wrapper .chosen-room {
    display: inline-block;
}
/*end responsive option*/
/* deals page*/
#be-wrapper.packages .package-result {
    background-color: #fff;
    border-bottom: 1px solid rgb(80, 186, 225);
    margin: 5px 0 10px;
    padding: 10px 20px;
    position: relative;
}

    #be-wrapper.packages .package-result img {
        background-color: #fff;
        border: none;
        float: left;
        height: 120px;
        padding: 1px;
        width: 160px;
        margin-right: 15px;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.40);
    }

    /* 17-01-2016 oren add regional deals mode*/
    #be-wrapper.packages .package-result .title,
    #be-wrapper.packages .deal-title {
        font-size: 24px;
        font-weight: bold;
    }

#be-wrapper.packages #deals-hotel-select {
    border: 1px solid #999;
    margin: 0;
}

#be-wrapper.packages .hotel-deals {
    margin-top: 30px;
    padding-bottom: 30px;
}

    #be-wrapper.packages .hotel-deals:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

.hotel-deals-seperator {
    border-bottom: 1px solid#f0f0f0;
}

#be-wrapper.packages .package-result .available-time {
    font-size: 12px;
    font-weight: bold;
}

#be-wrapper.packages .info {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 5px;
    margin-bottom: 5px;
}

    #be-wrapper.packages .info .priceInfo {
        float: left;
        font-size: 17px;
        position: relative;
        top: 4px;
    }

        #be-wrapper.packages .info .priceInfo .oldPrice {
            color: #f00;
            text-decoration: line-through;
        }

        #be-wrapper.packages .info .priceInfo .currentPrice {
            font-weight: bold;
        }

    #be-wrapper.packages .info .button {
        width: 80px;
        height: 30px;
        line-height: 30px;
        float: right;
    }


/* package page */

#be-wrapper.package-page .title {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

#be-wrapper.package-page .stand-alone-message .title {
    font-size: 18px;
}

#be-wrapper.package-page .description {
    padding-bottom: 10px;
}

#be-wrapper.package-page .price {
    color: #234783;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-right: 20px;
}

#be-wrapper.package-page .search-box {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    width: 225px;
}

#be-wrapper.package-page .package-search-results {
    float: left;
    padding: 0 0 15px 0;
    display: none;
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
}

#be-wrapper.package-page .image {
    float: left;
    height: 300px;
    padding: 20px 5px 20px 0px;
    width: 440px;
}

    #be-wrapper.package-page .image img {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
        height: 100%;
        width: 100%;
    }

#be-wrapper.package-page .label {
    cursor: default;
    display: inline-block;
    width: 75px;
}

#be-wrapper.package-page .search-box input[type="text"] {
    width: auto;
    text-indent: 4px;
    border: 1px solid #999;
    margin: 0;
    display: inline-block;
}

#be-wrapper.package-page .calendarBox.arrival,
#be-wrapper.package-page .calendarBox.departure {
    padding: 5px 0;
}

#be-wrapper.package-page .pax {
}

    #be-wrapper.package-page .pax table th {
        font-size: 12px;
        font-weight: normal;
    }

#be-wrapper.package-page select {
    width: 50px;
}

#be-wrapper.package-page span.button {
    height: 30px;
    line-height: 30px;
    width: 100%;
}

#be-wrapper.package-page #package-availability-button {
    margin: 10px 0;
}

#be-wrapper.package-page .clear-both {
    clear: both;
}

#be-wrapper.package-page .result-title {
    font-weight: bold;
}

#be-wrapper.package-page .result-heading {
    font-size: 16px;
    font-weight: bold;
}

#be-wrapper.package-page #packages-result-table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 10px 0;
    width: 100%;
}

    #be-wrapper.package-page #packages-result-table td {
        border: 1px solid #ccc;
    }

    #be-wrapper.package-page #packages-result-table .button {
        background-color: #233340;
        color: #fff;
        height: 20px;
        line-height: 20px;
        width: 100%;
    }

        #be-wrapper.package-page #packages-result-table .button:hover {
            background-color: #2b81a0;
        }

    #be-wrapper.package-page #packages-result-table .room-type,
    #be-wrapper.package-page #packages-result-table .package-price,
    #be-wrapper.package-page .room-type-selection td {
        width: 100px;
        text-indent: 5px;
    }

#be-wrapper.package-page .room-type-selection td {
    font-weight: bold;
    line-height: 24px;
}

#be-wrapper.package-page .room-result {
    display: none;
}

#be-wrapper.package-page .loader {
    display: none;
    margin-left: 80px;
    position: absolute;
}

#be-wrapper.package-page .change-dates {
    color: #234783;
    font-size: 12px;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

#be-wrapper.package-page .error-redirect {
    margin-left: 10px;
}

/*#be-wrapper.package-page .field-info {
        padding: 2px 0 2px 20px;
    }*/

#be-wrapper.package-page .services-field-info {
    padding: 2px 0 2px 20px;
}


/*Special Services*/
.special-services-wrapper,
.popupMessage {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    background-color: #eee;
    border-radius: 5px;
    border: 2px solid #ccc;
    text-align: center;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -150px;
    display: none;
    z-index: 9000;
    box-shadow: 0 0 5px 5px #393939;
}

@media only screen and (max-width: 680px) {
    .special-services-wrapper,
    .popupMessage {
        top: 5%;
    }
}

.popupMessage {
    margin-top: -60px;
}

.mask,
.masker {
    background: url("../Scripts/ColorBox/example1/images/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8999;
    display: none;
    opacity: 0.9;
}

.special-services-wrapper .title,
.popupMessage .title {
    font-size: 16px;
    font-weight: bold;
}

.special-services-wrapper .special-services-popup-wrapper {
    max-height: 400px;
    overflow-y: auto;
}

.popupMessage .title,
.popupMessage .message {
    margin-bottom: 15px;
}


.special-services-wrapper ul {
    overflow: auto;
    padding: 0;
    margin-bottom: 0;
}

.special-services-wrapper li {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px #ccc;
    display: inline-block;
    margin: 5px 0;
    padding: 5px;
    width: 90%;
    position: relative;
    text-align: left;
}

    .special-services-wrapper li .ss-title {
        font-size: 14px;
        font-weight: bold;
    }

    .special-services-wrapper li .ss-description {
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
    }

    .special-services-wrapper li .ss-price {
        font-size: 12px;
        font-weight: bold;
    }

    .special-services-wrapper li .ss-quantity {
        text-align: center;
    }

    .special-services-wrapper li .ss-quantity-selection {
        width: 40px !important;
        margin: 0 !important;
        height: auto !important;
    }

.special-services-wrapper .button,
.popupMessage .button,
.add-specialservice-button {
    width: 40%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #ff6a00;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    box-shadow: 0 0 2px 2px #ccc;
    /*display: none;*/
}

.special-services-wrapper .total-ss-price {
    font-size: 16px;
    margin-bottom: 5px;
}

    .special-services-wrapper .total-ss-price .ss-total-price {
        font-weight: bold;
    }

/* einav */

.description-details,
.price-codes .description {
    line-height: 20px;
    /*text-align: justify;*/
    padding-top: 10px;
}

/*#be-wrapper.packages .description-details span {
    white-space: nowrap;
}*/

/*Google Calendar*/
.toGoogleCal {
    display: inline-block;
    width: 200px;
    direction: ltr;
}

    .toGoogleCal .calIconContainer {
        position: absolute;
        background-color: #50BAE1;
        height: 45px;
        width: 45px;
    }

    .toGoogleCal .calIcon {
        height: 45px;
        width: 45px;
        display: block;
        background: url('images/google-cal.png') no-repeat center;
        text-indent: -9000px;
        border: none;
        padding: 0;
        line-height: 0;
        border-right: 1px solid #fff;
    }

#be-wrapper.last-steps .toGoogleCal.button > span.button {
    width: 100%;
    height: 45px;
    font-size: 12px;
    line-height: 4;
    text-align: right;
    border-radius: 0;
    padding-right: 5px;
    letter-spacing: 0.0725em;
    float: none;
    margin-top: 0;
}

/* Sagiv */

.containerDivider {
    position: absolute;
    left: 45%;
    top: 40%;
    bottom: 5%;
    border: 1px solid #BBBBBB;
}

.package-badge {
    background-color: #54c290;
    border: 1px solid #4b6b5c;
    border-radius: 50%;
    color: #eff;
    display: inline-block;
    font-size: 16px;
    font-weight: initial;
    padding: 5px;
    opacity: 0.7;
    -moz-transform: rotate(25.5deg);
    -ms-transform: rotate(25.5deg);
    -o-transform: rotate(25.5deg);
    -webkit-transform: rotate(25.5deg);
    transform: rotate(25.5deg);
}

.package-badge-compact {
    background-color: #54c290;
    border: 1px solid #688879;
    border-radius: 15%;
    color: #525252;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    opacity: 0.77;
    padding: 0 5px;
    text-indent: initial;
}

.price-code-wrapper {
    margin: 20px 0;
    /*padding: 10px;*/
}

    .price-code-wrapper.packageItem {
        box-shadow: 1px 1px 5px #aaa;
    }

.packageItem, .packageItem-compact {
    color: #4b6b5c;
}

#be-wrapper.results .price-codes table .button.packageItem, #be-wrapper.results .price-codes table .button.packageItem-compact {
    background-color: #54C290;
    color: #000;
}

/***** J5 Pelecard Iframe and Wrapping Iframe *****/

@media only screen and (min-width: 746px) {
    .J-5 #pelecard-iframe {
        height: 180px !important;
    }

    .J-5 .pelecard-wrapper {
        height: 180px !important;
    }
}

@media only screen and (max-width: 745px) {
    .J-5 #pelecard-iframe.J2 {
        height: 300px !important;
    }

    .J-5 .pelecard-wrapper {
        height: 300px !important;
    }

    .J-5 #be-wrapper.registration .fieldset.last {
        height: 370px !important;
    }

    .J-5 .calendar-iframe-wrapper {
        height: 315px;
    }
}

@media only screen and (max-width: 600px) {
    /*.J-5 #secureLine {
        top: 183px !important;
    }*/

    .J-5 .calendar-iframe-wrapper {
        height: 375px;
    }

    /*.pelecard-wrapper #secureLine {
        top: 240px;
        left: 30px;
    }*/
}


/* Animations */

@-moz-keyframes Popup {
    from {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

    to {
        opacity: 1;
        width: auto;
        height: auto;
    }
}

@-ms-keyframes Popup {
    from {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

    to {
        opacity: 1;
        width: auto;
        height: auto;
    }
}

@-webkit-keyframes Popup {
    from {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

    to {
        opacity: 1;
        width: auto;
        height: auto;
    }
}

@keyframes Popup {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.reservations-main {
    margin: 0 auto;
    max-width: 900px;
    width: 95%;
}

.logo-wrapper img {
    width: 100%;
}

.arrow:hover, .arrow:active, .arrow:focus {
    background-color: #233340;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.top-elements-wrapper, #be-wrapper .content-wrapper {
    max-width: 1170px;
    display: block;
    /*margin: 0 auto;*/
}

#be-wrapper.results .room-result,
#be-wrapper.error {
    max-width: 1170px;
    overflow: auto;
    margin: 0 10px;
}



#be-wrapper .price-code-wrapper {
    margin: 0;
}

#be-wrapper.results .room-category, #be-wrapper.results .price-codes table tr, #be-wrapper .content-wrapper {
    border: 1px solid #233340;
    margin-bottom: 0;
    padding: 5px;
}

#be-wrapper.results .price-codes table th, #be-wrapper.registration .title, #be-wrapper .stand-alone-message .title, #be-wrapper .br-room.cancelled .top-line, #be-wrapper .br-room .top-line {
    background-color: #233340;
    color: #fff;
}

#be-wrapper .br-room .top-line {
    height: 35px;
}

#be-wrapper.results .price-codes table tr, #be-wrapper .content-wrapper, #be-wrapper .br-room {
    background-color: #fff;
}

    span.button, .special-services-wrapper .button, .popupMessage .button, #be-wrapper .br-room .top-line .button {
        background-color: #50BAE1;
        color: #fff;
        border-radius: 5px;
    }

#packages-result-table span.button {
    border-radius: 0;
}

#packages-result-table .package-result td {
    width: 33%;
}

.button.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

span.button:hover, #be-wrapper .br-room .top-line .button:hover, #be-wrapper.results .price-codes table .book > span:hover {
    background-color: #233340;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.deal-page-wrapper {
    width: 80%;
    margin: 0 auto;
}

table.policyinfoList-wrapper {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

    table.policyinfoList-wrapper th, table.policyinfoList-wrapper td {
        padding: 8px;
        border: 1px solid #ddd;
        min-width: 90px;
    }

    table.policyinfoList-wrapper th {
        color: #fff;
        background-color: #233340;
        border: 1px solid #ddd;
    }


.policyInfotd {
    text-align: center !important;
}

.policyInfoBtn {
    display: inline-block;
}

    .policyInfoBtn img {
        cursor: pointer;
        max-width: 18px;
        vertical-align: text-bottom;
    }

.wolverine-popup {
    width: 270px;
}

    .wolverine-popup .button {
        color: #fff;
        background-color: #233340;
    }

/*End of Policy Info Sagiv*/
.fake-label {
    visibility: hidden;
}

/* shared room */
#be-wrapper.results .focus-room {
    max-width: 1170px;
    overflow: auto;
    margin: 0 auto;
    width: 95%;
}

    #be-wrapper.results .focus-room .room-category .main img {
        width: 70%;
        height: auto;
    }

    #be-wrapper.results .focus-room .room-category {
        margin-bottom: 15px;
        -webkit-transition: background-color 1000ms linear;
        -moz-transition: background-color 1000ms linear;
        -o-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
        background-color: #9dd3e8;
    }

    #be-wrapper.results .focus-room .more-results {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin: 23px;
        margin-top: 30px;
    }

#be-wrapper.results .price-codes table th.book,
#be-wrapper.results .price-codes table td.book {
    min-width: 112px;
}

/**/


#toast-container > div {
    opacity: 0.99;
}

#be-wrapper.login .button.submit {
    width: 180px;
    margin-left: 90px;
}

#be-wrapper .room-content {
    display: flex !important;
}

#be-wrapper .br-room .first-box {
    flex: 3 !important;
}

#be-wrapper .br-room .second-box {
    flex: 7 !important;
}

.portal-modal-conent {
    height: 87vh !important;
}

#clubDiscountLoginModal .portal-modal-conent {
    color: #333 !important;
}
