.calendarWrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.ui-button-text-only .ui-button-text {
    padding: 0!important;
    padding-left: 20%!important;
}

div#roomDetails {
    display:block;
    font-family: 'proxima-nova', sans-serif;
    position:fixed;
    background-color: #0f4683;
    color: white;
    z-index: 20;
    width: 80vw;
    position:fixed;
    left: 10vw;
    top: 10vh;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    border: none;
    -webkit-animation: fadeIn 0.55s;
    animation: fadeIn 0.55s;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

#roomDescription {
    font-weight: 100;
    /*position: absolute;*/
    padding: 10px;
    opacity: 0.8;
    font-size: 1em;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#scrim {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.75);
    left: 0;
    top: 0;
    position: fixed;
    display:block;
    z-index: 10;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 0.25s;
    -webkit-animation: fadeOut 0.5s;
    animation: fadeIn 0.5s;
}

#scrim.hidden {
    display: none;
}

.ui-button.hidden {
    display: none;
}



#roomTitle {
    font-size: 27px;
    position: absolute;
    top: calc(80vw - 78px);
    font-weight: 600;
    padding-left: 10px;
    margin-top: -30px;
}

div#roomDate {
    
    position: absolute;
    top: calc(80vw - 25px);
    font-size: 180;
    left: 0;
    padding-left: 10px;
    font-weight: 100;
}

div#roomPrice {
    position: absolute;
    top: calc(80vw - 25px);
    font-size: 18px;
    right: 0;
    padding-right: 10px;
    font-weight: 600;
}
div#roomImage {
    height: 80vw;
    width: 80vw;
    /*position:absolute;*/
    top:0;
    left:0;
    background-size: cover;
    background-position: center;

}

#roomDetails .cta-wrapper {
    /*position: absolute;*/
    /* bottom: 10px; */
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
    /*margin-top: 116vw;*/
    width: 290px;
    /*margin-left: calc(40vw - 80px);*/
    bottom: 10px;
    margin-bottom: 1em;
}
#closeButton {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #1869c4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 20;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

#closeButton i.material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.selectOptions {
    margin: 15px;
    margin-bottom: 20px;
    position: relative;
    height: 40px;
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
}
.selectOptions:after {
    content: 'expand_more';
    font: normal normal normal 24px/1 'Material Icons';
    color: white;
    right: 10px;
    top: -5px;
    height: 24px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.selectOptions select {
    background-color: #1869c4;
    color: white;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*position: absolute;
    */
    top: 0;
    left: 0;
    height: 42px;
    width: 100%;
    border: none;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
}

.unavailableSelectOptions {
    display: none;
    height: auto;
    padding-top: 3.5em;
    padding-bottom: 0;
}
.unavailableSelectOptions select {
    font-size: 13px;
    position:absolute;
}

body, html {
    overflow-x: hidden;
    margin: 0;
    background-color: #0b315c;
    font-family: 'proxima-nova', sans-serif;
    background-image: url(../img/background.jpg?new);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    max-width: 100vw;

}
.page-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100vw;
    position: relative;
}

body {
    min-height: 100vh;
}

button {
    margin-top: 7px;
    background-color:#1869c4!important;
    background: #1869c4!important;
    color: white!important;
    border: none!important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    padding-top: 8px;
    padding-bottom: 6px;
    height: auto;
    font-weight: 400;
    letter-spacing: .5px;
    border-radius: 2px!important;
}

button.info {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    height: 42px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

#myCurrentMonth {
    width: calc(100vw - 75px);
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin-block-start: 0;
    margin-block-end: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
}


#toolbar {
    width: 100%;
    height: 52px;
    background: #0f4683;
    color: white;
    border-radius: 0;
    position: relative;
    border: none;
}

#mycal {
    width: 100vw!important;
    border: 1px solid black;
    border-top: none;
    background-color:white;
    margin-left: 1px;
    position:relative;
}

.ui-button-text-only .ui-button-text  {
    padding-left: 0!important;
}


.ui-draggable span {
    width: calc(14vw - 6px)!important;
    border-radius: 0!important;
    padding-top: 1px;
}

.content {
    margin: 10vw;
    width: auto;
    color: white;
    margin-left: 5vw;
    margin-right: 5vw;
}

.header {
    margin: 0;
    margin-top: 50px;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}



.header h1 {
    text-align: center;
    font-size: 12vw;
}
button.CTA {
    margin-top: 30px;
    padding: 14px 25px;
    font-weight: 600;
    text-transform:uppercase;
}

button.CTA.switch {
    width: 150%!important;
    margin-left: -25%;
}

button.CTA .button-label {
    float: right;
    font-size: 14px;
}

button.CTA i.material-icons {
    float: left;
    font-size: 16px;
    margin-left: -2px;
    margin-right: 16px;
}

.cta-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 290px;
}

.disclaimer {
    font-size: 12px;
    font-weight: 100;
    color: rgba(255,255,255,0.7);
    margin: 10vw;
    margin-top: 0;
    margin-bottom: 5vw;
}

.disclaimer.end {
    font-size: 12px;
    font-weight: 100;
    color: rgba(255,255,255,0.7);
    margin: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 5vw;
    margin-right: 5vw;
}


.optionsLabel {
    text-align: center;
    margin: 10px;
}

.not-available {
    color: rgb(15, 70, 131);
    opacity: 1;
    font-size: 20px;
    margin-bottom: -7px;
}

div#calLegend {
    border: none!important;
    background-color: #777777!important;
    color: white;
    font: 13px verdana;
    padding: 5px;
    text-transform: uppercase;
    width: auto;
}

div#calLegend .material-icons {
    float: left!important;
    display:block;
    font-size: 18px;
    padding-right: 5px;
}
.current {
    background-color: #deedfe!important;
}
.myagenda {
    background-color: white;
    width: 100%;
    overflow-y: hidden;
    min-height: 25%;
    display: none;
}

.day-of-week {
    padding-top: 6px;
    padding-bottom: 4px;
    width: 14.28571428571429%;
    float: left;
    position: relative;
    font-size: calc(100vw/48);
    /* inset shadow instead of border for sizing purposes */
    box-shadow:inset 0px 0px 0px 10px #0b315c;
    background-color:#0b315c;
    color:white;
    text-align: center;
    margin-bottom: 1px;
    text-transform: uppercase;
    margin-top: -1px;
    font-size: 12px;
}

.dayItem {
    text-align: center;
    width: 14.28571428571429%;
    height: 65px;
    float: left;
    position: relative;
    /* inset shadow instead of border for sizing purposes */
    box-shadow:inset 0px 0px 0px 1px #d3d3d365;
    margin-top: -1px;
}

.dayArrival {
    font-family: 'proxima-nova';
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 2px;
    font-size: calc(100vw/32);
    left: 0;
    right: 0;
    text-align: left;
    padding-left: 2px;
}

.dayPrice {
    float: right;
    font-family: 'proxima-nova';
    font-weight: 800;
    color: #1869c4;
    position: absolute;
    font-size: calc(100vw/27);
    left: 0;
    right: 0;
    bottom: 6px;
}

.loader {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:#0F4683;
    
}

.loader img {
    margin-left: calc((100vw / 2) - 32px);
    margin-right: calc((100vw / 2) - 32px);
    margin-top: calc((100vh / 2) - 64px);
}

.toggle-button {
    width: 50vw;
    padding: 14px;
    float: left;
    opacity: 0.4;
    border-radius: 50%;
}

.toggled {
    opacity: 1.0 !important;
}

span.tower {
    font-weight: 500;
    font-size: 0.8em;
    opacity: 0.7;
}

.days-of-the-week {
    height: 24px;
    background-color: #0b315c;
}


@media screen and (min-width: 481px) {

    .dayPrice {
        font-size: 20px;
    }
    .dayArrival {
        font-size: 18px;
    }

    div#roomDetails {
        width: 400px;
        left: calc(50vw - 200px);
        right: calc(50vw - 200px);
    }

    div#roomImage {
        max-width: 400px;
        max-height: 400px;
    }

    div#roomDate, div#roomPrice {
        top: 363px;
    }

    div#roomTitle {
        position:absolute;
        font-size: 30px;
        top: 306px;
        font-weight: 600;
        padding-left: 10px;
    }
    
    #roomDetails .cta-wrapper {

        margin-left: auto;
        margin-right: auto;
    }

    .textContent {
        width: 418px;
        color: white;
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .selectOptions {
        margin: 15px;
        margin-bottom: 20px;
        position: relative;
        height: 40px;
        text-align: center;
        width: 300px;

        margin-left: auto;
        margin-right: auto;
    }
    .dayItem {
        text-align: center;
        width: 14.28571428571429%;
        height: calc(100vw/8);
        max-height: 120px;
    }

    .content.disclaimer.end {
        /*max-width: 600px;*/
        margin-left: auto;
        margin-right: auto;
        width:418px;
    }

    body {
        min-height: 100px;
    }
    

}

@media screen and (max-width: 580px) {
    .day-of-week {
        font-size: 8px!important;
    }

    #roomDate {
        top: 450px;
    }

    .myagenda {
        height: 400px;
    }

    .header img {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    body, html {
        height: 115vh;
        position:fixed;
    }

    .page-wrapper {
        height: 100vh;
    }
    
    .disclaimer.end {
        margin-top: 20px;
        margin-bottom: 75px;
    }

}
