#divMapHolderAll {
    height: 100%;
}

#divMapHolder {
    height: 100%;
}

/* DIV ON TOP OF MAP - */

#divMapHolderBase {
    height: 100%;
}

/* DIV ON TOP OF MAP - */
.divOverMapWrapper {
    position: relative;
    height: 100%;
}

.divOverMap {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: rgba(255, 102, 0, 0.3);
}

.divOverMapInner {
    padding: 22px;
    font-size: 18px;
    border: 2px solid orange;
    border-radius: 10px;
    max-width: 600px;
    background-color: White;
    width: 100%;
    top: 30px;
    position: relative;
}

.divOverMapInner h1,
.divOverMapInner h2,
.divOverMapInner h3,
.divOverMapInner h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}

#divOverUpperRightConstant {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 50;
    padding: 10px;
}

#divOverUpperRightConstant button {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    float: right;
    clear: both;
}

#divFullScreenBase {
    min-height: 100%;
    height: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

#divMapModal {
    border: 10px solid #EEE;
    border-radius: 10px;
    height: 100%;
}

#divMapModalHolder {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 50;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    max-width: 1200px;
    max-height: 600px;
    display: none;
    padding: 10px;
}

#divMapModalBack {
    displaY: block;
    position: fixed;
    /* Stay in place */
    z-index: 30;
    /* Sit on top */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
}

#divFullScreenSpotHolder {
    margin-top: 12px;
}

#divFullScreenSelectors {
    top: 30px;
    left: 80px;
    position: fixed;
    z-index: 11;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 14px;
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
}

.buttonFullScreenClose1 {
    position: fixed;
    right: 80px;
    bottom: 40px;
    z-index: 11;
    border-radius: 4px;
    padding: 10px;
}
#bottomRow {
    position: fixed;
    left: 10px;
    right: 62px;
    bottom: 25px;
    font-size: 24px;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    z-index: 50;
}

#bottomRow #chosenSpotLabel {
    text-align: center;
    margin-bottom: 10px;
}

#buttonFullScreenReserve {
    font-size: 24px;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

#FullScreen_Header .container {
    padding-left: 60px;
}

#FullScreen_Header select {
    border: 3px solid #B3D1FF;
}