﻿img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    font-weight: bold;
}

a.non-bold {
    font-weight: normal;
}

.terms {
    font-size:x-small;
}

#chkTerms {
    float: left;
    height: 48px;
    width: 38px;
    margin-right: 10px;
}

.lblChkTerms {
    display: inline !important;
    cursor: pointer;
}

/*.tooltip-inner {
    background-color: #002152;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #002152 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #002152 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #002152 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #002152 !important;
}*/

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

input#h0n3yp0t {
    display: none;
}

img.provider-logo-HORIZONTAL {
    max-height: 125px;
    max-width: 160px;
    width: 160px;
}

img.provider-logo-VERTICAL {
    max-height: 125px;
    max-width: 125px;
    width: 125px;
}

@media(min-width:768px) {
    img.provider-logo {
        position: absolute;
        top: -60px;
    }
}