﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: Arial, Microsoft JhengHei !important;
    padding-top: 50px;
    padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
    font-family: Arial, Microsoft JhengHei !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /* padding-top: 70px;
    margin-bottom: 100px;*/
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
    input, select, textarea {
    max-width: 280px;
}

.leftsection {
    position: absolute;
    padding-top: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 980px) {
    .leftsection {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .body-content {
        /* margin-bottom: 150px;*/
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
}

.footer p {
    text-align: unset;
    font-family: Intro-Regular;
    margin: 0 0 0 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    background: transparent;
}

h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer .row p {
    padding-left: 5px;
    padding-right: 0px;
    margin-right: 0;
    margin-left: 0;
}

.backButton {
    color: black;
    font-size: x-large;
    text-decoration: underline;
    font-weight: 800;
    text-align: center;
}

.bottom-seletion {
    padding-bottom: 30px;
}

div.vertical-line {
    width: 1px; /* Line width */
    background-color: black; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    float: left; /* Causes the line to float to left of content. 
    You can instead use position:absolute or display:inline-block
    if this fits better with your design */
}

.smallFooter {
    display: none;
}

.footer {
    //background-color: #e8801d;
	background-color: #0d5257;
    margin-bottom: 0px;
}

.largefooter {
    display: block;
}

.largefooter a, .largefooter a:visited {
    color: black;
}

.smallFooter p {
    font-size: 9px;
    margin: 0 0 0 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    background: transparent;
    color: white;
}

.smallFooter a, a:visited {
    font-size: 11px;
    color: white;
}

.smallFooter .privacyTerm {
    /*margin-bottom: 25px;*/
}

.smallFooter .poweredBy {
    margin-bottom: 25px;
}

.reserveConfirmLine1 {
    font-size: 14px;
    display: block;
}

.reserveConfirmLine1Mob {
    font-size: 14px;
    display: none;
}

.reserveConfirmLine2 {
    display: block;
}

.reserveConfirmLine2Mob {
    display: none;
}

.regMsg {
    padding: 100px 100px 100px 100px;
}

.regMsgText {
    font-size: 36px;
    margin-bottom: 10px;
}

.reCaptachImg {
    margin-bottom: 7px;
}

#navBar .container {
    position: relative;
}

#langBtn {
    bottom: 10px;
    position: absolute;
    right: 50px;
    color: #ffffff;
}
#langBtn:visited {
    color: #ffffff;
}

#navFooter .largefooter, #navFooter .smallFooter {
    width: 100%;
}

#MainContent_AdvancePanel div {
    margin-bottom: 10px;
}
#MainContent_AdvancePanel div span {
    width: 200px;
    display: inline-block;
}
#MainContent_AdvancePanel input[type=text] {
    max-width: unset;
    width: 560px;
}
#MainContent_AdvancePanel input[type=number] {
    width: 50px;
}



@media only screen and (max-device-width: 480px) {
    .out-selector {
        left: 0px !important;
    }

    select {
        -moz-border-top-left-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
    }
}

@media screen and (max-width: 768px) {
    #MainContent_divToday {
        margin-left: 0;
        margin-right: 0;
        /*border-top: 2px solid #00A6CA;
        border-bottom: 2px solid #00A6CA;*/
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-header {
        float: none;
    }

    #navBar {
        padding-bottom: 20px;
    }

    html {
        /*background-color: #fff;*/
    }

    body {
        /*background-color: #fff;*/
    }

    .navbar-brand {
        text-align: left !important;
        float: none !important;
    }

    .regMsgText {
        font-size: 14px;
    }

    .reserveConfirmLine1 {
        display: none;
    }

    .reserveConfirmLine1Mob {
        display: block;
    }

    .reserveConfirmLine2 {
        display: none;
    }

    .reserveConfirmLine2Mob {
        display: block;
    }

    .bottom-seletion {
        display: block;
    }

    .regMsg {
        padding: 100px 0 0 0;
    }

    .date-block {
        padding-left: 1px;
        padding-right: 0px;
    }

    .footer {
        /*background-color: #00A6CA;*/
    }

    .smallFooter {
        margin: 5px 0;
        display: block;
        color: white;
    }

    .largefooter {
        display: none;
    }

    .backBtn {
        font-size: medium !important;
    }

    .backButton {
        color: black;
        font-size: small;
        text-decoration: underline;
        font-weight: 800;
        float: right;
    }

    .dateLabel {
        font-size: xx-small !important;
        padding-top: 5px;
        padding-left: 3px !important;
    }
}
