﻿

.background {
    background-image: url(../images/bg.jpg);
    text-align: center;
    padding-left: calc(100vw - 100%);
}


.main-content {
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
}

.container {
    display: inline-block;
    width: 1170px;
    text-align: left;
}

.logopanel {
    padding: 30px 0px 20px 7px;
}



.wait-text {
    padding-top: 150px;
    font-size: 1.5625rem; /* Changed from 25px to 1.5625rem */
    display: block;
    text-align: center;
}

.mmc-login {
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
}

.back-icon {
    line-height: 28px;
    vertical-align: middle;
    color: white;
    background-color: unset;
    border: none;
}

.back-icon-mob {
    font-size: 38px;
    line-height: 55px;
    vertical-align: top;
    padding-left: 12px;
    color: white;
    background-color: unset;
    border: none;
}


.mobile-nav {
    background-color: #1a1a1a;
    position: absolute;
    left: 5px;
    right: 50%;
    top: 0px;
}




.mobile-nav-item {
    text-align: left;
    font-size: 1.25rem; /* Changed from 20px to 1.25rem */
    line-height: 25px;
    display: block;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 10px 12px;
    border-right: solid 1px #222222;
    border-left: solid 1px #111111;
    text-decoration: none;
    overflow: hidden;
    min-height: 55px;
    cursor: pointer;
}

.navbar .item {
    text-align: center;
    font-size: 1.25rem; /* Changed from 20px to 1.25rem */
    line-height: 25px;
    display: block;
    text-transform: uppercase;
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 0px 12px;
    border-right: solid 1px #222222;
    border-left: solid 1px #111111;
    text-decoration: none;
    overflow: hidden;
    min-height: 55px;
    cursor: pointer;
}


.navbar .text {
    text-align: center;
    font-size: 1.25rem; /* Changed from 20px to 1.25rem */
    line-height: 25px;
    text-transform: uppercase;
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 20px 12px;
    display: inline-block;
    text-decoration: none;
}

.navbar .item.selected {
    background-color: #111111;
    color: white;
}


.border-top {
    border-top: solid 1px #808080;
}


.info-header {
    color: white;
    font-size: 1.875rem; /* Changed from 30px to 1.875rem */
    font-weight: lighter;
    padding-bottom: 10px;
    padding: 10px 5px;
    font-weight: bold;
}

.gray-text {
    font-size: 0.875rem; /* Changed from 14px to 0.875rem */
    font-weight: bold;
    text-transform: uppercase;
    color: #919191;
    padding-top: 10px;
}

.main-fill {
    z-index: 1000;
    background-color: rgba(0,0,0,0.8);
    padding-top: 205px
}



/* Confirmation Screen*/


.confirmationLabel {
    color: white;
    font-size: 1.125rem; /* Changed from 18px to 1.125rem */
    text-align: right;
    font-weight: lighter;
    width: 50%;
}

.confirmationData {
    padding-left: 10px;
    color: silver;
    font-size: 1.125rem; /* Changed from 18px to 1.125rem */
    text-align: left;
    width: 50%;
}

.confirmationHeader {
    color: #006dcc;
    font-size: 1.375rem; /* Changed from 22px to 1.375rem */
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.confirmationLineBreak {
    border-bottom: 1px solid #cccccc;
    font-size: 1pt;
    padding: 0px;
    margin: 0px;
}

.confirmationBackground {
    padding: 10px;
}

    .confirmationBackground table {
        width: 100%;
        background-color: #111;
        padding: 10px;
        margin-bottom: 10px;
    }

    .confirmationBackground .confirmationLabel {
        vertical-align: top;
        width: 120px;
    }

    .confirmationBackground .confirmationData {
        vertical-align: top;
        width: 180px;
    }

/* Footer */

.copyright {
    font-size: 0.55em;
    text-align: center;
    line-height: 1.1em;
    font-family: Arial;
}

.footerMenu {
    margin: 0px;
    text-align: center;
    font-family: Arial;
    font-size:0.8em;
}

    .footerMenu .footerLink a {
        color: #808080;
        font-size:1em;
        padding:0.5em 0;
    }

        .footerMenu .footerLink a:hover {
            color: #005580;
            text-decoration: underline;
        }

        .footerMenu .footerLink a:hover, a:active {
            outline: 0;
        }

    .footerMenu .contactLink a {
        color: #808080;
        font-size: 1em;
        padding: 0.5em 0;
        text-decoration: unset;
    }

        .footerMenu .contactLink a:hover {
            color: #005580;
            text-decoration: underline;
        }

        .footerMenu .contactLink a:hover, a:active {
            outline: 0;
        }


.footerComment {
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

    .footerComment a {
        color: #808080;
        text-decoration: none;
    }