﻿body.modal-open {
    overflow: hidden;
}

a.blue {
    color: #0071EB;
}

.btn-blue {
    width: 100px;
    font-weight: bold;
    color: #ffffff;
    border-color: #06327A;
    background-color: #1C6EF2;
}

    .btn-blue:hover {
        color: #fff;
        border-color: #06327A;
        background-color: #1C6EF2;
        cursor: default;
    }

.form-control-lg {
    font-size: 2.5em !important;
}

.checkbox-lrg input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
}

.btn-lg {
    font-size: 44px !important;
}

.bd-wait-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-wait-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

.hide-desktop {
    display: none !important;
}

.hide-desktop-disclaimer {
    display: none;
}

@media (min-width:768px) {
    #mobile-terms {
        display: none !important;
    }
}

@media (max-width:767px) {
    .btn, .btn-group {
        width: 100%;
    }

    .hide-desktop-disclaimer {
        display: inline;
    }

    .hide-mobile-disclaimer {
        display: none;
    }

    .hide-desktop {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }
}

@media (max-width:440px) {
    .form-control-lg {
        font-size: 1.25em !important;
    }

    .btn-lg {
        padding: .375rem .75rem !important;
        font-size: 34px !important;
    }
}

.print-only {
    display: none !important;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .print-only {
        display: inline-block !important;
    }
}

.background-style {
    background: rgb(232, 233, 236)
}

.backgroundWhite {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.f-bold {
    font-weight: bold;
}

.cursor-link {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #0071EB !important;
}

    .cursor-link:hover {
        text-decoration: underline !important;
    }

.accessibility-wrapper {
    position: fixed;
    opacity: 1;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    cursor: pointer;
    background-color: #1C6EF2;
    color: #ffffff;
    width: 50px;
    height: 48px;
    line-height: 44px;
    right: 30px;
    bottom: 30px;
    padding: 0 0 4px 4px;
    border-radius: 30px
}

    .accessibility-wrapper:hover {
        background-color: #888
    }

    .accessibility-wrapper i.fa {
        line-height: inherit;
        font-weight: bold;
    }
