﻿
.main-content{
    height: 100%;
    padding: 5px;
}

.page-card {
    width: 100%;
    height: 90%;
    max-width: 900px;
    margin:auto;
}

    .page-card .page-card-contents {
        height: calc(100% - 41px);
        overflow: auto;
    }

#success-message{
    display:none;
}

#go-back-btn{
    margin-bottom: 10px;
}

.col-1{
    width: 50%;
}
.col-2{
    width: 50%;
}

/*#adults, #children, #pets {
    width: 33%;
}*/

/*#rv-age, #rv-slides {
    width: 35%;
}*/

#rv-length {
    flex: 0 0 140px;
}

#search-vehicles {
    flex: 0 0 33.33%;
}

#notes textarea {
    min-height: 100px;
}

#guest-first-name, #guest-last-name {
    width: 50%;
}

#guest-email, #guest-phone, #country, #phone-country-code {
    width: 50%;
}

#guest-address{
    width: 70%;
}
#guest-apt{
    width: 30%;
}

#guest-state{
    width: 60%;
}
#guest-zip{
    width: 40%;
}

#required-amenities .list-box {
    max-height: 150px;
    overflow: auto;
    border: 1px solid #c6c6c6;
}