﻿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 {
        height: 20px;
        padding-top: 0px;
    }
}
@media screen and (max-width: 800px) {
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 28px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 12px;
    }
    .sig-btn {
        font-size: 10px;
        min-width: 50px;
        height: 20px;
        padding: 0px 5px 0px 5px;
        margin: 0px 0px 10px 0px;
    }
    .table-review-background-color {
        font-size: 14px;
    }
    .nav-btn {
        height: 20px;
        padding-top: 2px;
    }
}

.bodyWrapper {
    padding-left: 4px;
    padding-right: 4px;
}


.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: 300px;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    border: none;
}

.TOSiFrame {
    width: 100%;
    height: 300px;
    border: 1px solid gray;
}


.tos-wrapper {
}

.signature-header {
    padding: 0px 0px 3px 0px !important;
}

.jumbotron div {
    padding-left: 5px;
}

