﻿.background-gradient {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    height: 100%;
    z-index: -1;
    background-color: #303844;
    background: rgb(48,56,68);
    background: linear-gradient(180deg, rgba(48,56,68,1) 0%, rgba(55,75,103,1) 100%);
}
    .background-gradient:before {
        position: absolute;
        width: 100%;
        height: 100%;
        /*background: linear-gradient( rgba(64, 66, 68, 0.70), rgba(46, 46, 46, 0.70));*/
        background: linear-gradient( rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.06));
        content: '';
    }
.background-image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    height: 100%;
    /*opacity: .3;*/
    z-index: -1;
}
    .background-image:before {
        position: absolute;
        width: 100%;
        height: 100%;
        /*background: linear-gradient( rgba(64, 66, 68, 0.70), rgba(46, 46, 46, 0.70));*/
        /*background: linear-gradient( rgba(230, 230, 230, 0.70), rgba(167, 167, 167, 0.70));*/
        background: black;
        opacity: .2;
        content: '';
    }

.page-content {
    padding: 10px;
    overflow: auto;
/*    background-color: #303844;
    background: rgb(48,56,68);
    background: linear-gradient(180deg, rgba(48,56,68,1) 0%, rgba(55,75,103,1) 100%);*/
}

#reservation-search-form {
    max-width: 300px;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    background: white;
    padding: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
}

.form-group {
    text-align: left;
    font-size: 1.2em
}

    .form-group input {
        padding: 10px;
        text-transform: uppercase;
    }

.button-row{
    margin-top: 15px;
}

/*#kiosk-menu-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
}*/

.layout-footer {
    background: none;
}