﻿html {
    min-height: 100%;
    display: flex;
}

body {
    flex: 1;
}

body {
    font-family: 'Open Sans';
    display: flex;
    flex-direction: column;
}

.header {
    background-color: gray;
    height: 60px;
}

.header .logo {
    min-width: 130px;
    height: 60px;
    cursor: pointer;
    float: left;
    background: none;
}

.header h1 {
    float: left;
    line-height: 60px;
    margin: 0;
    color: white;
    margin-left: 150px;
    font-family: system-ui;
}

.toolbar {
    background-color: black;
}

.toolbar button {
    line-height: 40px;
    background: transparent;
    border: none;
    margin-left: 25px;
}

.toolbar button:hover {
    color: gray;
}

.reservation-item {
    background: rgba(0,0,0,0.8) !important;
    color: white;
}

.reservation-item .btn-danger {
    background-image: -webkit-linear-gradient(top,#d2002a,#a80021);
    border-color: transparent;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
}

.reservation-item .btn-danger:hover {
    background: #d4002a;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#reservation-table .reservation-item td {
    line-height: 30px;
}

.reservation-dt-button {
    height: 40px;
    border: none;
    width: 150px;
    font-weight: bold;
    background-image: unset;
    background: gray;
    color: white;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
}

.res-xml h3 {
    line-height: 60px;
    margin-top: 0;
    background: black;
    font-weight: bold;
    padding-left: 15px;
    color: white;
}

.res-xml table tr .xml-section-title {
    line-height: 60px !important;
    margin-top: 0;
    background: black;
    font-weight: bold;
    padding: 0;
    color: white;
    font-size: 20px;
}

.res-xml table tr .xml-section-title h3 {
    margin: 0;
    line-height: 60px;
}

.res-xml p {
    margin-left: 10px;
}

.res-xml p span {
    position: relative;
    display: inline-block;
    width: calc(50% + 5px);
    float: right;
}

.res-xml td {
    line-height: 30px !important;
    width: 50%;
}

.xml-subTitle strong {
    display: block;
    border-left: 1px solid gray;
    padding-left: 10px;
    font-weight: normal;
    min-height: 30px;
    line-height: 30px;
}

.toolbar a {
    color: white;
}

footer {
    background: black;
    margin-top: auto;
    width: 100%;
}

footer .socials {
    position: relative;
    left: 98%;
    transform: translateX(-100%);
    width: 1000px;
    margin: 0;
    color: white;
    font-size: 15px;
    line-height: 90px;
}

.socials p {
    float: right;
    margin: 0;
    max-width: 500px;
    margin-left: 3%;
}

.socials p a {
    color: white;
}

footer .socials i {
    width: auto;
    cursor: pointer;
}

.logoholder {
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    height: 88px;
}

#signInForm {
    position: relative;
    margin-top: 50%;
}

#signInForm label {
    font-weight: normal;
}

#signInForm input[type=text], #signInForm input[type=password] {
    outline: none;
    box-shadow: inset 0px 5px 0px #f1f1f1;
}

#signInForm button {
    border-radius: 50px;
    width: max-content;
    min-width: unset;
    position: relative;
    margin-left: 100%;
    transform: translateX(-100%);
    line-height: 23px;
    padding: 10px 25px 8px 25px;
}

#signInForm button:hover {
    background: lightgray;
    color: black;
}

#signInForm button p {
    margin: 0;
    float: left;
    font-size: 12px;
    margin-right: 5px;
}

#signInForm button i {
    font-size: 23px;
}

#signInForm input:focus {
    border-color: lightgray;
    background: #f1f1f1;
}

.logoutPanelCont {
    width: 120px;
    height: 120px;
    float: right;
}

#logout_panel {
    float: right;
    height: 60px;
    display: none;
}

#logout_panel i {
    cursor: pointer;
    line-height: 60px;
    font-size: 25px;
    color: white;
}

#logout_panel .signout_options {
    background: white;
    border: 1px solid lightgray;
    position: absolute;
    width: max-content;
    display: none;
    z-index: 999;
    cursor: pointer;
    height: 40px;
    width: 120px;
    line-height: 40px;
    text-align: center;
}

.signedAgent {
    color: white;
    font-weight: bold;
    display: block;
    line-height: 60px;
    float: left;
    margin-right: 10px;
}

#logout_panel .signout_options:hover {
    background: black;
}

#logout_panel .signout_options p {
    text-decoration: none;
    color: black;
    width: 100%;
    height: 100%;
}

#logout_panel .signout_options p:hover {
    text-decoration: none;
    color: white;
}

.resLocationInput:focus {
    box-shadow: none !important;
    border-color: lightgray !important;
}

.resInputCont {
    float: none;
    width: 100%;
}

.resInputLabel {
    width: 100px;
    height: 55px;
    padding: 12.5px 0;
    font-size: 10px;
}

.resInputLabel label {
    border-left: 1px solid lightgray;
    padding-left: 10px;
    font-weight: normal;
    color: lightgray;
    min-height: 30px;
}

.iti__flag {
    background-image: url("../js/intl-tel-input-master/build/img/flags.png");
}

.iti {
    width: 100%;
}

.iti__country-name {
    color: #333;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../js/intl-tel-input-master/build/img/flags.png");
    }
}

.resInputXSmall {
    width: calc(25% - 50px);
    padding-left: 0;
}

.resInputXSmall input {
    padding-left: 20px;
    font-size: 16px;
    height: 55px;
}

.resInputSmall {
    width: calc(50% - 50px);
    padding-left: 0;
}

.resInputSmall input {
    padding-left: 20px;
    font-size: 16px;
    height: 55px;
}

.resInputSmall input::placeholder {
    color: black;
}

.resInput {
    width: calc(100% - 100px);
    padding-left: 0;
}

.resInput input {
    padding-left: 20px;
    font-size: 16px;
    height: 55px;
}

.resInput input::placeholder {
    color: black;
}

.ui-state-disabled span {
    border: 1px solid transparent !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid black;
    background: black;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid gray;
    background: linear-gradient(gray,lightgray);
    font-weight: bold;
    color: white;
}

.ui-datepicker-unselectable .ui-state-default:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
    color: unset;
}

.ui-state-default:hover {
    border: 1px solid white;
    background: white;
    color: black;
}

.failed-login {
    color: red;
    display: none;
}

.ui-datepicker-unselectable .ui-state-default {
    background: transparent;
}

.ui-datepicker-month, .ui-datepicker-year {
    font-weight: normal;
    text-transform: uppercase;
}

.ui-widget-content {
    border: 1px solid white;
    border-radius: 0;
    background: #353535;
    color: white;
}

.ui-widget-header {
    border: none;
    background: transparent;
    color: white;
    font-weight: bold;
}

.resDateInputCont {
    width: calc((100% - 115px)/2);
    padding: 0;
}

.resDateTimeCont {
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 15px;
}

.resLocationCont {
    margin-left: 0px;
}

.resDate {
    height: 55px !important;
    background-image: none !important;
    background-color: #212121 !important;
    box-shadow: inset 0 30px #353535 !important;
    color: white;
    width: 100%;
    border: none;
    box-sizing: border-box;
    text-align: center;
    text-align-last: center;
}

.resDate:hover {
    background-color: #171717 !important;
    box-shadow: inset 0 30px #171717 !important;
    cursor: pointer;
}

.searchBtnCont {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.searchBtnCont button {
    height: 50px;
    border: none;
    width: 350px;
    font-weight: bold;
    background: gray;
}

.searchBtnCont button i {
    font-weight: bold;
}

.searchBtnCont button:hover {
    background: lightgray;
}

.resDiscountCouponCont {
    position: relative;
    left: 100%;
    transform: translateX(-100%);
    border: 0.5px solid rgba(110,110,110,0.4);
    height: 80px;
}

#resDiscountCouponLabel div {
    text-align: center;
    width: 100%;
    line-height: 80px;
}

#resDiscountCouponLabel div label {
    font-size: 11px;
    font-weight: normal;
}

#resDiscountCouponLabel div label:hover {
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

#resDiscountCoupon {
    font-size: 15px !important;
}

.resDiscountInput input {
    height: 55px;
    box-shadow: none;
}

#resDiscountCoupon .resDiscountInput:focus {
    border-color: lightgray;
}

#reservationHeader {
    text-align: center;
}

.ui-autocomplete {
    border: none;
    background: black;
    max-height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
}

.ui-menu-item:last-child {
    border-bottom: none !important;
}

.ui-menu-item {
    background: black !important;
    border: none !important;
    border-bottom: 0.5px solid rgba(100,100,100,0.5) !important;
    height: 40px;
    line-height: 30px;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 0 !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: gray;
    text-decoration: none;
}

.selection-menu-item {
    background: white !important;
    color: red !important;
}

.ui-menu-item p {
    color: white;
    height: 34px;
    margin: 5px;
    width: calc(100% - 10px);
    padding-left: 15px !important;
    box-sizing: border-box;
    line-height: 34px;
}

.ui-menu-item:hover {
    border: none !important;
    border-bottom: 0.5px solid rgba(100,100,100,0.5) !important;
    font-weight: normal !important;
}

.ui-menu-item p:hover {
    background: #262626;
    border: none !important;
    font-weight: normal !important;
}

.station-details {
    height: 250px;
    background: white;
    position: absolute;
    color: red;
    top: 55px;
    left: calc(50% - 8px);
    z-index: 999;
}

#frmres {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    color: white;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.badge {
    background-color: transparent;
    color: black;
    font-weight: bold;
    font-size: 14px;
    margin-right: unset !important;
    padding-right: 0px;
}

.badgeGreen {
    background-color: green;
    margin-top: 2px;
    border-radius: 0;
    color: white;
    font-size: 12px;
    padding-right: 7px;
}

.badgeOrange {
    background-color: orange;
    margin-top: 2px;
    border-radius: 0;
    color: white;
    font-size: 12px;
    padding-right: 7px;
}

.badgeCenter {
    float: unset !important;
    position: absolute;
    left: 70%;
    transform: translate(-50%,+50%);
    color: gray;
    padding-right: 7px;
}

.rateModel {
    font-weight: bold;
    position: relative;
    transform: translateY(+50%);
    display: inline-block;
}

.badgeCollumn span {
    margin-right: 10px;
}

.badgeCollumn i {
    width: 25px;
}

.badgeCollumn {
    float: unset !important;
    position: absolute;
    left: 45%;
    transform: translate(-50%,+50%);
    color: gray;
}

.sectionTitle {
    line-height: 60px;
    margin-top: 0;
    background: black;
    font-weight: bold;
    padding-left: 15px;
}

@media only screen and (max-width: 900px) {
    .reservation-item td {
        width: 100%;
    }

    .toolbar button {
        margin-left: 0;
    }

    .res-xml td {
        text-align: right;
    }

    .res-xml .xml-subTitle {
        text-align: left;
    }

    #signInForm button {
        border-radius: 3px;
        width: 90%;
        min-width: unset;
        margin: 0;
        transform: unset;
        position: relative;
        line-height: 23px;
        padding: 10px 25px 8px 25px;
        box-sizing: border-box;
        margin-left: 5%;
        text-align: center;
    }

    .res-xml .xml-section-title {
        text-align: left;
    }

    .res-xml .xml-subTitle span {
        text-align: right;
    }

    .reservation-dt-button {
        width: 100%;
        margin-bottom: 15px;
    }

    #signInForm p {
        margin: 0;
        float: unset !important;
        font-size: 12px;
        margin-right: 0;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
    }

    #signInForm i {
        display: none;
    }

    #signInForm input[type=text], #signInForm input[type=password] {
        outline: none;
        box-shadow: inset 0px 5px 0px #f1f1f1;
        width: 90%;
        margin-left: 5%;
        border-radius: 3px;
    }

    #signInForm label {
        font-weight: normal;
        margin-left: 5%;
    }

    .header h1 {
        float: right;
        line-height: 60px;
        margin: 0;
        color: white;
        margin-left: 0;
        font-family: system-ui;
        display: none;
    }

    #frmres {
        background: rgba(0,0,0,0.8);
        padding: 20px;
        color: white;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .searchBtnCont button {
        height: 50px;
        border: none;
        width: 100%;
        font-weight: bold;
        background-image: -webkit-linear-gradient(top,#d2002a,#a80021);
    }

    .resInput {
        width: 100%;
        padding-left: 0;
    }

    .resDateTimeCont {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 15px;
    }

    .resInputLabel {
        width: 100%;
        height: 55px;
        padding: 12.5px 0 !important;
        font-size: 10px;
    }

    .resDateInputCont {
        width: calc(50% - 20px);
        padding: 0;
    }

    .resInput input {
        padding-left: 10px;
        font-size: 14px;
        height: 55px;
    }

    .badgeCollumn {
        float: unset !important;
        position: absolute;
        left: 0;
        transform: translate(-0%,+100%);
        color: gray;
        padding-right: 7px;
        margin-left: 7px;
    }

    .rateModel {
        font-weight: bold;
        position: relative;
        transform: unset;
        width: 125px;
        max-width: 125px;
        font-size: 12px;
        max-height: 20px;
        overflow: hidden;
        display: inline-block;
        float: left;
    }

    .badgeCenter {
        float: left !important;
        position: relative;
        left: 0;
        transform: unset;
        color: gray;
        padding-right: 7px;
        font-size: 12px;
        height: 20px;
    }

    .resInputSmall {
        width: 100%;
        padding-left: 0;
    }

    .resInputXSmall {
        width: 100%;
        padding-left: 0;
    }
} 

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.rtitem {
    font-weight: bold;
    text-align: right;
}

input.hasDatepicker {
    background-image: url('../images/calendar3.png');
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 25px 28px;
}

input[readonly].form-control.hasDatepicker {
    background-color: #fff;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: gray;
    border-color: gray;
    z-index: 1;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background: transparent;
    color: white;
}

.list-group-item.active > .badgeGreen {
    background: green;
    color: white;
}

.list-group-item.active > .badgeOrange {
    background: orange;
    color: white;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: transparent;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: unset;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-hover > tbody > tr:hover {
    background-color: transparent;
}

.table-hover > tbody > #totrow:hover {
    background-color: transparent;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: transparent;
}

.form-control:focus {
    border-color: #0498d6;
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(83, 165, 31, 0.6); */
    /* -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(83, 165, 31, 0.6); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(83, 165, 31, 0.6); */
}

@media screen and (max-width:420px) {
    .logoholder {
        height: 44px;
        background-position-x: 0px;
    }
}

@media (min-width: 768px) {
    .navbar {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
}


.optHasQuantity span, .optHasQuantity button {
    margin-left: 5px;
}

.optHasQuantity span {
    padding-left: 5px;
    font-size: 17px;
}

    .optHasQuantity span:last-child {
        float: right;
    }

.optHasQuantity a {
    padding: 0px 5px;
    color: #000;
    font-size: 24px;
    margin-top: -8px;
}

.spanBtn {
    z-index: 100;
}

.redButton {
    color: #fff;
    text-transform: uppercase;
    background-color: gray;
    border: 0;
    margin: 0;
    padding: 10px 30px;
    min-width: 200px;
    font-size: 14px;
    font-weight: 400;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 8px;
}