﻿#AreaBrowser {
    max-width: 1300px;
    margin: auto;
}

#scrollableAreaList {
    height: 100%;
    overflow-y: scroll; /* Add the ability to scroll */
    /*max-width:1300px;*/
    margin: auto;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    #scrollableAreaList::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
#scrollableAreaList {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding-right: 0;
    max-width: 90%;
}

.list-item-hr {
    border: 1px solid deepskyblue;
    width: 90%;
    padding-right: 12px;
}

@media screen and (max-width: 275px) { /*adjust max-width as needed to improve responsiveness*/
    .AreaImageContainer {
        display: none;
    }

    .area-list-item-label {
        font-size: 14px !important;
    }

    .form-label {
        font-weight: 300;
        font-size: 10px;
    }
}


.btn-back {
    text-decoration: underline;
    color: grey;
    font-weight: bold;
    padding: 0;
}

.header-area .city-logo {
    max-width: 25em;
    max-height: 15em;
}

.header-area h2 {
    max-width: 45%;
    color: var(--primary-color);
    font-size: 40px;
    font-family: nunito, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.header-area h4 {
    max-width: 45%;
    font-size: 20px;
    color: #58585A;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.header-area .selectionArea {
    max-width: 1300px;
    box-shadow: 2px 2px 5px 3px lightgrey;
    position: relative;
    top: 1rem;
    background-color: white;
    padding: 15px;
}

.back-button {
    margin-bottom: 5rem;
}

.AreaImageContainer {
    height: 250px;
    overflow: hidden;
    border-radius: 13px;
    padding: 0 !important; /*override .col padding*/
}

.AreaInfoContainer {
    height: 100%;
}

.AreaImageContainer p {
    position: relative;
    text-align: center;
    color: red;
    top: 25%;
    font-weight: bold;
}

.area-list-item-label {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.area-list-item {
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    height: 40%;
}

.area-list-panel {
    height: 100%;
    display: block;
    border-radius: 13px;
}

    .area-list-panel .panel-container  {
        height: 100%;
    }

    .area-list-panel .panel-content {
        display: flex;
        flex-flow: column;
        height: 100%;
    }

.selected-list-item {
    background-color: lightskyblue;
}

.reservation-btn {
    width: 50%;
}

.grayout {
    opacity: 0.6; /* Real browsers */
    /*filter: alpha(opacity = 60);*/ /* MSIE */
    cursor: default;
}

#AreaBrowser .checkbox {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    display: inline-block;
    margin: 5px;
}

#AreaBrowser .checkboxLabel {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 5px;
}

#AreaBrowser .checkbox-left {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    display: inline-block;
    margin: 5px;
    float: left;
}

#AreaBrowser .checkboxLabel-left {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

.selectionLabel {
    font-size: 28px;
    /*  color: white;*/
    text-align: center;
    /*text-transform: uppercase;*/
    padding-top: 10px;
}

#area-list-container {
    max-width: 1300px;
    margin: auto;
}

    #area-list-container .AreaInfoContainer label {
        color: #888888;
        font-weight: 400;
    }

    #area-list-container .AreaInfoContainer p{
        margin:0;
        font-size:16px;
        font-weight: 500;
    }

    #area-list-container .large-label {
        font-size: 16px;
    }

@media screen and (min-width: 768px) { /*adjust max-width as needed to improve responsiveness*/
    .responsive-grey-border {
        border-right: 1px solid darkgray;
    }

    .selectionArea label {
        padding-left: 7px;
        margin-bottom: 0;
    }
    .selectionArea input, .selectionArea select {
        padding: 0px 7px 0px 7px;
        margin-top: 0;
        height: auto;
    }
}
@media screen and (max-width: 768px) { /*adjust max-width as needed to improve responsiveness*/
    .reservation-btn {
        width: 100% !important;
    }

    /*.header-area .selectionArea, */.header-area h2, .header-area h4 {
        max-width: 90%;
        margin: auto;
        text-align: center;
    }

    /*.selectionArea label  {*/
        /*display: none;*/
        /*padding: 0px 7px 0px 14px;
    }*/

    .selectionArea input, .selectionArea select {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .responsive-grey-border {
        padding-right: 28px;
    }

    .header-area h2 {
        color: var(--primary-color);
        font-size: 26px;
        font-family: nunito, sans-serif;
        font-weight: 900;
        font-style: normal;
    }

    .header-area h4 {
        font-size: 16px;
        color: #58585A;
        font-family: open-sans, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .back-button {
        display: none
    }

    #scrollableAreaList {
        max-width: 97%;
    }

    .responsive-grey-border{
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid darkgray;
    }

    .area-list-item-label{
        color: #666666; /*overrides responsive color change*/
    }
}

@media screen and (max-width: 1000px) { /*adjust max-width as needed to improve responsiveness*/
/*    .form-label {
        font-weight: 300;
        font-size: 12px;
    }*/

    #scrollableAreaList {
        width: 100%;
    }

    /*    .selectionArea {
        width: 100% !important;
    }*/
}
