﻿@font-face {
    font-family: SourceSansPro-Bold;
    src: url(../font/SourceSansPro-Bold.ttf);
}
@font-face {
    font-family: SourceSansPro-Light;
    src: url(../font/SourceSansPro-Light.ttf);
}
@font-face {
    font-family: SourceSansPro-Light;
    src: url(../font/SourceSansPro-Regular.ttf);
}
@font-face {
    font-family: SourceSansPro-SemiBold;
    src: url(../font/SourceSansPro-SemiBold.ttf);
}
.alert_placeholder {
    font-family: SourceSansPro-Light;
}

.legendPINdoc {
    font-family: SourceSansPro-Light;
    font-weight:700;
    font-size:14px;
}

.formPINDoc {
    width: 100%;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 1px solid #000;
}

.faqswidth {
    width: 51% !important;
    margin-top: 5%;
}

#loginHelp p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-family: SourceSansPro-Light;
    letter-spacing: 1px;
}

a.white-ctac:hover {
    background: #000;
    color: #fff;
}

a.white-ctac {
    font-family: SourceSansPro-Light;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #000;
    width: auto;
    color: #000;
    margin-top: 40px;
    text-decoration: none !important;
    padding: 10px 36% 10px 36%;
    max-width: 200px;
    margin: 20px auto;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #000;
    background: #000;
    color: #FFF;
    border-radius: 10px 10px 0px 0px;
    margin-top: -4px;
    font-family: SourceSansPro-Light;
}

#login_modal {
    padding-top: 5em;
}

.modal-dialog {
    width: 96%;
    margin: 0 auto;
    max-width: 400px;
}


.someloginmodalmargin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.noticeextraspace {
    padding-right: 0;
}

.alert-danger {
    color: #000;
    background-color: #FEC80E;
    border-color: #FEC80E;
    font-family: SourceSansPro-Light;
    background-image: none;
    filter: none;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }

    to { -webkit-transform: rotate(360deg); }
}

.placeitoverbutton {
    float: right; margin-right: 1em;   
}
.iframecss {
    border: 0;
    width: 940px; height: 700px;
}

#hero-home .fiveoeight {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-family: SourceSansPro-Light;
    margin-top: 25px;
}

.privacypolicyTitle {
    font-size: 18px;
}
.iframeheightwidth {
    width: 0;
    height: 0;
}
.payorcancelbutton {
    font-family: SourceSansPro-Bold;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-decoration: none !important;
    padding: 10px 0px;
    border-radius: 0;
    width: 49%;
}

.payorcancelbutton:hover {
    font-family: SourceSansPro-Bold;
    font-size: 14px;
    line-height: 22px;
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    text-decoration: none !important;
    padding: 10px 0px;
    border-radius: 0;
    width: 49%;
}

.loginHeader {
    width: 69%;
    margin-top: -6px;
}
.loginTitle {
    font-family: SourceSansPro-Bold;
    font-size: 29px;
}


ul.nav li a {
    font-size: 18px;
}

#three-box p {
    font-size: 18px;
    color: #1F1F1F;
}

a.white-cta {
    font-size: 14px;
	 outline: none; 
}

.privacypolicyTitleHidden {
    display: none;
}

.close {
    color: #FFF;
    opacity: .9;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    background-color: #000;
    border:0px;
}

.top-cta a {
    font-family: SourceSansPro-Bold;
    font-size: 14px;
    line-height: 37px;
    color: #fff !important;
    margin-top: 10px;
    text-decoration: none;
    font-size: 18px;
    outline: none;
}
a.no-color-link {
    color: inherit;
    text-decoration: none;
    outline: none;
    color: #1F1F1F;
}

a.white-ctaPay {
    font-size: 17px;
	 outline: none; 
}
a.white-ctaPay {
    font-family: SourceSansPro-Bold;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #000;
    display: block;
    width: auto;
    color: #000;
    margin-top: 40px;
    text-decoration: none !important;
    padding: 10px 0px;
    max-width: 200px;
    margin: 20px auto;
}
a.white-ctaPay:hover {
    background: #000;
    color: #fff;
}

.somegreenmargin {
    border-right: 1px solid #60BE73;
}

.bx-viewport {
    height: 100% !important;
}

#menuforviolationInfo a:focus {
    outline: none;
}

#menuforviolationInfo a:focus {
    color: #23527c;
    text-decoration: none;
}

#menuforviolationInfo a:hover {
    color: #23527c;
    text-decoration: underline;
}

.modal-open {
    padding-right: 0 !important;
}

#login_modal {
    padding-right: 0 !important;
}

.modal-open {
    overflow: auto;
}

@media (max-width: 990px) {
    .payviolationmenu {
        line-height: 63px !important;
        margin-top: 7px !important;
    }
}

@media (max-width: 768px) {
    .payviolationmenu {
        line-height: 63px !important;
        margin-top: 7px !important;
    }
}

@media (max-width: 508px) {
    .payviolationmenu {
        line-height: 44px !important;
        margin-top: 7px !important;
    }
}

#three-box h2 {
    font-size: 34px;
    line-height: 40px;
    color: #3B3B3B;
    text-transform: uppercase;
}
#three-box h1 {
    font-family: SourceSansPro-Bold;
    text-transform: uppercase;
    font-size: 34px;
    color: #1F1F1F;
}

#TrafficPayTitleLink{    outline: none;}


a:focus{
    outline: none;
}

.navigationImageFocus a:focus img {
    outline: #FFF solid 6px !important;
    outline-offset: 0.3rem;
}

.navigationFocus a:focus {
    outline: #FFF solid 6px !important;
    color: #004221;
}

.navigationActionFocus a:focus img {
    outline: #1F1F1F solid 6px !important;
    outline-offset: 0.3rem;
}


.navigationActionFocusPay a:focus img {
    outline: #1F1F1F solid 6px !important;
}


.navigationFocusAnchor a:focus {
    outline: #FFF solid 6px !important;
}

.navigationFocusView a:focus {
    outline: #1F1F1F solid 6px !important;
    color: #1F1F1F !important;
}
.navigationFocusViewBtn a:focus {
    outline: #1F1F1F solid 6px !important;
    color: #FFF !important;
}

.navigationFocusPay a:focus {
    outline: #1F1F1F solid 6px !important;
    color: #1F1F1F !important;
}

.navigationFocusPayExc a:focus {
    outline: #1F1F1F solid 6px !important;
    color: #FFF !important;
    background-color: #1F1F1F;
    outline-offset: 0.3rem;
}

.green-back {
    background-color: #419F54;
}

a.white-cta {
    background: #1F1F1F;
    color: #FFF;
}

    a.white-cta:hover {
        background: #1F1F1F;
        color: #FFF;
    }

a.white-ctaPay:hover {
    background: #1F1F1F;
    color: #FFF;
}

a.white-ctaPay {
    background: #1F1F1F;
    color: #FFF;
}



a:hover {
    color: #FFF !important;
    text-decoration: none;
}
a:focus {
    color: #FFF !important;
    outline-offset: 0.3rem;
}

/*Upgrading**/
button.white-cta {
    background: #1F1F1F;
    color: #FFF;
}

button.white-cta {
    font-size: 14px;
    outline: none;
}

button.white-cta {
    font-family: SourceSansPro-Bold;
    font-size: 14px;
    line-height: 22px;
    background: #1f1f1f;
    border: 1px solid #000;
    display: block;
    width: auto;
    color: #FFF;
    margin-top: 40px;
    text-decoration: none !important;
    padding: 10px 0px;
    max-width: 200px;
    margin: 20px auto;
    width:200px;
}

    button.white-cta:hover {
        background: #1F1F1F;
        color: #FFF;
    }

.navigationFocusViewBtn button:focus {
    outline: #1F1F1F solid 6px !important;
    color: #FFF !important;
}

button:focus {
    /*
    color: #FFF !important;*/
    outline-offset: 0.3rem;
}

/**middle*/
button.white-ctaPay:hover {
    background: #1F1F1F;
    color: #FFF;
}

button.white-ctaPay {
    background: #1F1F1F;
    color: #FFF;
}

button.white-ctaPay {
    font-size: 17px;
    outline: none;
}

button.white-ctaPay {
    font-family: SourceSansPro-Bold;
    font-size: 14px;
    line-height: 22px;
    background: #1f1f1f;
    border: 1px solid #000;
    display: block;
    width: auto;
    color: #FFF;
    margin-top: 40px;
    text-decoration: none !important;
    padding: 10px 0px;
    max-width: 200px;
    margin: 20px auto;
    width: 200px;
}

button.white-ctaPay:hover {
        background: #000;
        color: #fff;
 }
.navigationFocusPayExc button:focus {
    outline: #1F1F1F solid 6px !important;
    color: #FFF !important;
    background-color: #1F1F1F;
    outline-offset: 0.3rem;
}
html{
    background-color:#000;
}

.closexmovetop {
    margin-top: -20px;
}

.navbar-brand > img {
    margin-top: 0px;
    padding-bottom: 20px;
}
.whiteclose {
    color: #FFF;
    background-color: transparent;
    text-decoration: none;
}

#alertModal {
    z-index: 10000 !important;
}

#alertModal .modal-dialog {
    max-width: 800px;
}

#alertModalBody a, #alertModalBody a:visited {
    color: #000;
}

#alertModalBody a:hover {
    color: #000 !important;
}

#alertModalBody a:focus {
    color: #000 !important;
    outline: #000 solid 6px !important;
}