﻿@media screen and (max-width: 800px) {

    #show-reservation-summary-btn {
        display: block;
    }

    .reservation-summary.expanded #show-reservation-summary-btn {
        display: none;
    }
    .reservation-summary.expanded #hide-reservation-summary-btn {
        display: block;
    }

    .reservation-summary {
        z-index: 100;
        top: 80px;
        left: 0;
        right: 0;
        width: auto;
        bottom: auto;
        height: auto;
        background: white;
        color: black;
        position: inherit;
        margin: 10px;
        border-radius: 5px;
        border: 1px solid #b6b6b6;
    }

        .reservation-summary .reservation-summary-contents{
            display:none;
        }

        .reservation-summary h3 {
            padding:10px;
        }

    .reservation-summary.expanded .reservation-summary-contents{
        display:block;
    }

        .reservation-summary.expanded h3 {
            display: block;
        }
        .reservation-summary h3 {
            display: none;
        }

        .reservation-summary #back-to-search-btn {
            color: #303844;
            position:relative;
            width: 100%;
            text-align:center;
        }

    .reservation-summary .form-group-inline{
        padding-right: 15px;
    }

        .reservation-summary .form-group-inline input:read-only {
            color: black;
            /*color: white;*/
        }

        .reservation-summary .reservation-dates {
            font-size: 1em;
            color: #7e7e7e;
            /*color: #c4c4c4;*/
        }

        .reservation-summary .unit-occupants {
            font-size: 1em;
            color: #7e7e7e;
        }
        .reservation-summary .remove-reservation-addon-btn {
            color: #0275d8;
        }

        .main-content {
            top: 120px;
            left: 0;
            padding: 5px 5px 5px;
        }

    .page-buttons{
        max-width: initial;
    }

    #deposit-due {
        border: 1px solid #303844;
        width: 80%;
        margin: 10px auto 20px;
        font-size: 1.3em;
        padding: 10px;
        background: #303844;
        color: white;
        border-radius: 2px;
        /*
        background: white;
        color: #303844;
            */
        }
}
