﻿/* DEFAULTS
----------------------------------------------------------*/

html, body, form {
    color: #006dcc;
    height: 100%;
}

form {
    display: flex;
    flex-direction: column;
}

a:link, a:visited {
    color: #006dcc;
}

a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0 0.3em 0;
    line-height: 1.2;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.login-page-rad {
    color: #fff !important;
    font-size: 10px;
    line-height: 14.2857px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.bg-primary {
    background: #1777AD !important;
    color: #fff !important;
}

.btn-primary {
    background: #1777AD !important;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.w-40 {
    width: 40%;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.FixedHeader {
    position: absolute;
    font-weight: bold;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px 1em 0px;
    padding: 1em;
    border: 1px solid #ddd;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset label {
        width: 10em;
        float: left;
        text-align: right;
        margin-right: 0.5em;
        padding-bottom: 0.3em;
    }

.userRegistrationFieldset {
    padding-bottom: 10px;
}

    .userRegistrationFieldset label {
        width: 11em;
        font-size: 0.95em;
        padding-bottom: 0.5em;
    }

.userCreateAccountFieldset {
    padding-bottom: 10px;
}

    .userCreateAccountFieldset label {
        width: 11em;
        font-size: 0.95em;
        padding-bottom: 0.5em;
    }

.secretQuestionFieldset label {
    width: 20em;
    font-size: 0.95em;
    padding-bottom: 0.5em;
}

.logonFieldset {
    padding-bottom: 10px;
}

    .logonFieldset label {
        width: 8em;
        font-size: 0.95em;
        padding-bottom: 0.5em;
    }

.radioGroup .label {
    float: left;
    width: 0px;
    margin-right: 0;
}


fieldset input {
    float: left;
    margin-bottom: 6px;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.0em;
    padding: 2px 4px 8px 4px;
    color: #006dcc;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

#billingCycleHeader {
    clear: both;
    text-align: left;
    padding-left: 6px;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
    color: #006dcc;
}

#pnlBillingCycles {
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
}

/* MY STUFF */
.innerDiv {
    padding-right: 7px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
}

.outerDiv {
    padding: 10px;
}


#topBarDiv {
    display: inline;
    color: #FFF;
    overflow: hidden;
}

.logoDiv {
    padding-top: 12px;
    float: left;
}

#topBarRightDiv {
    padding-top: 7px;
    float: right;
}

.topBarPanel {
    height: 60px;
    width: 610px;
    background-color: #006dcc;
}

#topBarLanguageDiv {
    position: relative;
    top: -14px;
    padding-right: 13px;
    text-align: right;
}

.userNameLabel {
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
    font-weight: normal;
    color: #FFF;
    text-align: right;
    width: 200px;
}

.topBarLabel {
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
    font-weight: bold;
    color: #FFF;
    padding-right: 4px;
    width: 515px;
}

#lnkLogout {
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

.topBarLanguageDropdown {
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
    color: #000000;
}

.GridViewStyle {
    border: 1px;
    border-color: #006dcc;
    border-style: solid;
    padding: 4px;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
    font-size: 0.9em;
    min-height: 1px;
    background-color: #fff;
}

    .GridViewStyle a {
        color: #FFFFFF;
    }

.GridViewHeaderStyle {
    background-color: #006dcc;
    font-weight: bold;
    color: White;
    padding: 2px;
    border: 1px;
}

    .GridViewHeaderStyle a {
        text-decoration: underline;
    }

    .GridViewHeaderStyle th {
        background-color: #006dcc;
        padding: 6px 8px;
        border: 1px solid #006dcc;
        text-align: left;
        vertical-align: middle;
        font-size: 100%;
        font-weight: normal;
    }

.GridViewFooterStyle {
    background-color: #122337;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle {
    background-color: #FFFFFF;
    color: #000000;
}

    .GridViewRowStyle a, .GridViewAlternatingRowStyle a {
        color: #000000;
        text-decoration: underline;
    }

.GridViewAlternatingRowStyle {
    background-color: #EAF0F7;
    color: #000000;
}

.GridViewRowStyle td {
    padding: 6px 8px;
    border: 1px solid #006dcc;
    text-align: left;
    vertical-align: middle;
    font-size: 100%;
    font-weight: normal;
}

.GridViewAlternatingRowStyle td {
    background-color: #EAF0F7;
    color: #000000;
    padding: 6px 8px;
    border: 1px solid #006dcc;
    text-align: left;
    vertical-align: middle;
    font-size: 100%;
    font-weight: normal;
}

.bottomPanel {
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 5px;
}

p.legal {
    margin-top: 12px;
    text-align: center;
    font-size: 80%;
    color: #006dcc;
}

    p.legal span {
        color: #000;
    }

.welcome {
    text-align: center;
    color: #006dcc;
    padding-bottom: 5px;
}

#mainDiv {
    margin-top: 70px;
    clear: both;
    display: block;
    text-align: center;
}

a.linkButton {
    padding: 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #006dcc;
    font-size: 85%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -kthml-border-radius: 6px;
}

.portalPanel {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 800px;
    border: 1px solid #006dcc;
    margin-left: auto;
    margin-right: auto;
}

.homePanel {
    width: 775px;
    border: 1px solid #006dcc;
    margin-left: auto;
    margin-right: auto;
}

#publicLanguageDiv {
    float: right;
    margin-top: -40px;
    margin-right: 50px;
    color: #006dcc;
    text-align: center;
    font-size: 80%;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
}

    #publicLanguageDiv label {
        margin-top: 2px;
        padding-right: 4px;
        font-size: 1.2em;
        color: #000000;
        margin-left: -120px;
    }

#welcomeInstructionDiv {
    width: 790px;
    margin-top: 0px;
    color: #006dcc;
}

#newUser {
    width: 365px;
    height: 125px;
    margin-left: 25px;
    margin-right: 5px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

#existingUser {
    width: 385px;
    height: 125px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.publicPageTitle {
    text-align: center;
    color: #006dcc;
    padding-bottom: 5px;
}

#centerDiv {
    text-align: center;
}

.verifyInstructionsDiv {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

.userRegistrationDiv {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    margin-top: -15px;
    padding-bottom: 10px;
}

.userCreateAccountDiv {
    margin-left: auto;
    margin-right: auto;
    width: 575px;
    margin-top: -15px;
    padding-bottom: 10px;
}

.secretQuestionFieldsetDiv {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    margin-top: -15px;
    padding-bottom: 10px;
}

.changePasswordFieldsetDiv {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

    .changePasswordFieldsetDiv label {
        width: 154px;
    }

.logonDiv {
    margin-left: auto;
    margin-right: auto;
    width: 375px;
    margin-top: -15px;
    padding-bottom: 10px;
}

.errorLabel {
    font-family: Arial;
    font-size: 16px;
    color: #FF0000;
    margin-bottom: 0;
}

/* modal popup */
.modalPopupBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 999;
    background-color: #6D7B8D; /* Blue Slate Gray */
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
}

.modalPopupPanel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #FFFFFF;
    border: solid 1px #777777;
    width: 500px;
    height: 240px;
}

.messagePopupPanel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #FFFFFF;
    border: solid 1px #777777;
    width: 500px;
    height: 240px;
}

.regionModalPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #FFFFFF;
    border: solid 1px #777777;
    width: 430px;
    height: 240px;
}

.modalPopupTitleBar {
    width: 100%;
    height: 26px;
    border-bottom-style: inset;
    border-bottom-width: 2px;
    border-bottom-color: #ffffff;
    background: #006dcc;
    cursor: default;
    text-align: center;
}

.modalPopupTitleDiv {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 5px;
    padding-top: 5px;
    color: #FFFFFF;
    background: #006dcc;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.modalPopupContentDiv {
    line-height: 1.2;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #006dcc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 40px;
    text-align: center;
}

.modalPopupLabel {
    margin: 0.5em 0 0.3em 0;
    padding: 0.5em 0 0.3em 0;
    line-height: 1.2;
    font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #006dcc;
}

.modalPopupCloseButtonDiv {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.requiredFieldLabel {
    float: none;
    font-size: 12px;
    font-weight: bold;
    color: #006dcc;
}

.requiredFieldLabelDiv {
    padding-left: 12px;
    padding-bottom: 0.5em;
    padding-top: 0.0em;
}

.validationRequired {
    color: #FF0000;
    margin-left: 5px;
    vertical-align: top;
}

.welcomeReturnDiv {
    text-align: center;
    font-size: 85%;
    color: #006dcc;
}

.warningMessageDiv {
    padding-bottom: 15px;
    padding-top: 15px;
    vertical-align: middle;
}

.welcomeDiv {
    color: #006dcc;
    text-align: center;
    margin-bottom: 20px;
}

.versionString {
    font-size: 75%;
    color: #006dcc;
}

.btnReset {
    padding: 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #006dcc;
    font-size: 85%;
    border: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -kthml-border-radius: 6px;
}

#btnLogin {
    padding: 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #1777AD;
    font-size: 85%;
    border: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -kthml-border-radius: 6px;
}

    #btnLogin[disabled=disabled], btnLogin:disabled {
        opacity: .6;
    }

#btnChangeOk {
    padding: 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #1777AD;
    font-size: 85%;
    border: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -kthml-border-radius: 6px;
}

#btnChangeCancel {
    padding: 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #006dcc;
    font-size: 85%;
    border: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -kthml-border-radius: 6px;
}

#btnContinue {
    padding: 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #006dcc;
    font-size: 85%;
    border: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -kthml-border-radius: 6px;
}


.blueButton {
    padding: 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #006dcc;
    font-size: 85%;
    border: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -kthml-border-radius: 6px;
}

.errorDiv {
    text-align: center;
    color: #006dcc;
    padding-bottom: 5px;
}

.loginLegalDiv {
    font-size: 12px;
    font-weight: normal;
    font-family: lucida grande,arial,helvetica,sans-serif;
    color: #006dcc;
    padding-left: 10px;
    padding-right: 10px;
}

.centerDiv {
    text-align: center;
    padding: 2px;
}

.centered {
    margin: 0 auto;
}

.radDefaults {
    color: rgb(51, 51, 51);
    font-family: "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
    font-size: 10px;
    line-height: 14.2857px;
    overflow-wrap: break-word;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.version-position {
    margin-top: 0.5%;
}

.language-ddl {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

    .language-ddl:focus {
        outline: none;
        border: 1px solid #4d90fe;
        box-shadow: 0px 0px 3px #4d90fe;
    }

.login-page-link {
    color: #006dcc;
    font-weight: 600;
}

.warning-container {
    align-items: center;
    box-sizing: border-box;
    height: 1.5rem;
    padding: 16px;
}

.form-container {
    width: 50%;
}

.form-container-reset {
    min-width: 75%;
}

.form-input {
    width: 60%;
}

.form-input-block {
    width: 100%;
}

.form-input-reset {
    width: 40%;
}

.btn-register-reset {
    min-width: 40%;
    border: 0px;
}

.container-register-reset {
    min-width: 40%;
}

.reset-main-panel {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

.reset-footer {
    position: static;
    bottom: 0px;
}

.help-message > a:link, .help-message > a:visited {
    color: #fff;
}

.password-requirements {
    text-align: left;
    color: #000;
}

.registration-radio-btn-group {
    text-align: left;
}

.form-input::placeholder, .form-input-reset::placeholder, .form-input-block::placeholder {
    color: #a6a6a6;
    font-weight: 100;
}

.container-required-field {
    position: relative;
}

.validation-alert-container {
    width: 0.5rem;
    position: absolute;
    left: -1rem;
}

.validation-alert {
    color: #FF0000;
    font-size: 2rem;
}

.form-button {
    width: 25%;
}

.forgot-create-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.forgot-link {
    margin-right: 2rem;
}

.create-link {
    margin-left: 2rem;
}

/*Media queries*/

@media (max-width:767px) {
    .form-container {
        width: 100%;
    }

    .form-input {
        width: 100%;
    }

    .form-button {
        width: 100%;
    }

    .forgot-create-container {
        flex-direction: column;
    }

    .forgot-link {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .create-link {
        margin-left: 0;
    }

    .container-register-reset {
        width: 100%;
    }

    .container-required-field {
        width: 100%;
    }

    .btn-register-reset {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .form-input {
        width: 100%;
    }

    .form-button {
        width: 100%;
    }
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-control-container {
    border: 1px solid #DEE2E6;
    padding: 10px;
    width: 600px;
    align-items: center;
    margin-top: 3rem;
    flex-direction: column;
    display: flex;
    border-radius: 5px;
}

.password-reset-control-container {
    padding: 10px;
    width: 600px;
    align-items: center;
    flex-direction: column;
    display: flex;
    border-radius: 5px;
}

.unlock-account-control-container {
    padding: 10px;
    width: 600px;
    align-items: center;
    border-radius: 5px;
}

.login-label {
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
    color: #1E2931
}

.site-name {
    font-weight: 600;
    padding-top: 16px;
}

.login-label-signinup {
    color: #1777AD;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif);
}

#forgotPasswordButton, #noAccountButton, #lnkReturnToLogin, #lnkUnlockPassword {
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
    color: #1E2931;
    text-decoration: underline;
}

.login-footer {
    background-color: #F8F9FA;
    color: #1E2931;
    font-size: 14px;
}

.bold {
    font-weight: 600;
}

.global-blue {
    color: #1777AD
}

.login-logo-width {
    width: 250px;
}

#languageDiv .nav-link {
    color: #1E2931;
}

#languageList a {
    color: #1E2931;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 0.6em;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border: 2px solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
