﻿body {
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 10000;
    text-decoration: none;
    font-weight: bold;
}

.skip-link:focus {
    top: 0;
    outline: 2px solid #fff;
    outline-offset: 2px;
}


.footerlink {
    color: #004c94;
    text-decoration: underline;
}

.footerlink:hover {
    color: #003366;
    text-decoration: underline;
}

.footerlink:focus {
    color: #003366;
    text-decoration: underline;
    outline: 2px solid #004c94;
    outline-offset: 2px;
}

.container-no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 58px !important;
    width: 100% !important;
}

.helpimage {
    background: url(images/help_button.gif) no-repeat;
}

.small-text {
    font-size: 10px;
}

.warningbg {
    background-color: #FFB5B9 !important;
}

.nowarningbg {
    background-color: #ffffff !important;
}

.compatWarning {
    min-height: 30px;
    padding-top: 5px;
    background-color: #FFB5B9;
}

.img-center {
    margin: 0 auto;
    display: block;
}

.btn-responsive {
    max-width: 100%;
}

.modal-wide .modal-dialog {
    width: 70%;
}

.help-button {
    padding: 10px;
}

/*#errorImage {
    background: url(images/emblem-important.png) no-repeat center;
    height: 256px;
}*/

.continueProfile {
    background: url(images/EasyAudit/AccountNumber_question.png) center center no-repeat;
    height: 375px;
}

@media screen and (max-width: 800px) {
    .pagefooter {
        padding-bottom: 15vh !important;
    }
}

#infoModal .modal-body,
#infoModal .modal-title {
    color: #212529;
}

#infoModal .btn-secondary {
    color: #fff;
    background-color: #5a5a5a;
    border-color: #5a5a5a;
}

#infoModal .btn-secondary:hover,
#infoModal .btn-secondary:focus {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}