﻿body {
    /*font-family: 'Arial';*/ /*Effra W01 Regular,Arial,Helvetica,sans-serif !important;*/
    font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 801px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 32px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 16px;
    }

    .sig-btn {
        font-size: 14px;
        min-width: 100px;
        height: 30px;
        padding: 0px 5px 0px 5px;
        margin: 0px 0px 10px 0px;
    }

    .table-review-background-color {
        font-size: 18px;
    }

    .nav-btn {
        font-size: 6px;
        height: 24px;
        padding-top: 2px;
    }
}
@media screen and (max-width: 800px) {
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 28px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 12px;
    }
    .bold-header {
        font-size: 42px;
    }
    .sig-btn {
        font-size: 10px;
        min-width: 100px !important;
        height: 36px;
        padding: 0px 5px 0px 5px;
        margin: 0px 0px 10px 0px;
    }
    .table-review-background-color {
        font-size: 14px;
    }
    .nav-btn {
        /*height: 20px;*/
        font-size: 6px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .continue-btn {
        width: 100% !important;
        height: 50px !important;
        margin-bottom: 0px !important;
    }
}

.bodyWrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.innerBodyWrapper {
    padding-left: 12px;
    padding-right: 12px;
}


.errorMessage {
    color: red;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    white-space: nowrap;
}

a:hover {
    color: #000 !important;
}

.logo-wrapper {
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 70px;
    border-bottom-color: rgb(220, 220, 220);
}

.logo {
    height: 50px;
    margin-left: 10px;
}

.welcome-wrapper {
    text-align: center;
}

.jSignature {
    border: 1px solid black !important;
}

.table-header-normal {
    font-weight: normal;
}

.table-review-background-color {
    background-color: lightgray;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 500;
}

.btn-primary:not(#modalCancellation .btn-primary) {
    min-width: 100px;
    height: 30px;
    padding: 0px 5px 0px 5px;
}

.nav-button-wrapper {
    margin-bottom: 5px;
}

.nav-btn {
    background-color: gray;
    border-color: gray;
}

.back-btn-wrapper {
    width: 50%;
    text-align: left;
}

.cancel-btn-wrapper {
    width: 50%;
    text-align: right;
}

.TOSiFrame-wrapper {
    height: 430px;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    border: none;
}

.TOSiFrame {
    width: 100%;
    border: 1px solid gray;
    height: 400px;
}


.tos-wrapper {
}

.signature-header {
    padding: 0px 0px 3px 0px !important;
}

.jumbotron {
    margin-top: 20px;
}

.jumbotron div {
    padding-left: 5px;
}

.error-text {
    color: red !important;
}

.card-header {
    font-size: 10px;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 4px !important;
}

.card-body {
    padding-left: 10px !important;
}

.contactless-card-value {
    font-weight: bold;
    padding-bottom: 10px;
}

.page-header {
    margin-top: 10px !important;
    font-weight: bold !important;
}

.bold-header {
    font-weight: bold !important;
    text-align: center !important;
}

.TOSiFrame {
    margin-top: 30px;
    background-color: #fff !important;
}

.jSignature {
    background-color: #fff !important;
}

.tos-wrapper {
}

.congrats-section {
    margin-top: 20px;
    text-align: center;
}


.asset-congrats-fullenrollments {
    padding: 10px;
}

.asset-congrats-footer {
    padding: 10px;
}

#GPSOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#GPSOverlayText {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 24px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.prod-incentivelist {
    margin-top: 10px;
}