﻿/*************************************
**************************************
    YourWay Overrides
**************************************
*************************************/

html,
body {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #ebeef3;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arboria, sans-serif;
    color: #212529;
}

label {
    font-family: arboria, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-size: initial;
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #2b8ef9;
}
    a:hover,
    a:focus,
    a:active {
        color: #2272c7;
        text-decoration: underline;
    }

.bg-primary {
    background-color: #2b8ef9;
}

.bg-success {
    background-color: #2b8ef9;
}

.text-primary {
    color: #2b8ef9;
}

.text-primary-alt {
    color: #2b8ef9;
}

.text-success {
    color: #24AC6B;
}

.text-highlight {
    color: #0554aa;
}

.text-white {
    color: #ffffff !important;
}

#wrap {
    padding-top: 130px;
}

.navbar-brand {
    padding: 7px 15px;
}

.branding-code-logo {
    display: none;
}

.acc-chk .branding-code-logo,
.acc-sel .branding-code-logo,
.msg-cntr .branding-code-logo {
    display: block;
}

.navbar-account-select {
    background-color: #2b8ef9;
    padding-top: 5px;
}

    .navbar-account-select h2,
    .navbar-account-select h2 small,
    .navbar-account-select h4 {
        color: #ffffff;
    }

    .navbar-account-select .btn-success {
        box-shadow: none;
    }

        .navbar-account-select .btn-success:hover,
        .navbar-account-select .btn-success:focus,
        .navbar-account-select .btn-success:active {
            box-shadow: none;
            background-color: #ffffff !important;
            border-color: #ffffff !important;
            color: #2b8ef9 !important;
        }

.navbar-dashboard {
    background-color: #2b8ef9;
}

    .navbar-dashboard .navbar-nav > li > a {
        color: #eceef4;
        border-radius: 10px;
    }

    .navbar-dashboard .navbar-nav > li.active > a {
        color: #0554aa;
    }

.navbar-account-select,
.navbar-dashboard {
    height: 60px;
}

.navbar-nav {
    padding-top: 3px;
}

.navbar-nav > li > a,
#top-title-xs label {
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 1.25rem;
}

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:active,
    .navbar-nav > li > a:focus {
        color: #2b8ef9 !important;
        background-color: #ffffff !important;
    }

#main-navbar .navbar-nav {
    padding-top: 0;
}

    #main-navbar .navbar-nav > li > a:hover,
    #main-navbar .navbar-nav > li > a:active,
    #main-navbar .navbar-nav > li > a:focus {
        color: #ffffff !important;
        background-color: #2b8ef9 !important;
    }

.nav-name > strong {
    color: #0554aa;
}

#main-navbar .nav-name {
    padding-top: 5px;
}

#main-navbar .nav-name.nav-name-single {
    padding-top: 17px;
}

.acc-sel #main-navbar .nav-name,
.msg-cntr #main-navbar .nav-name {
    padding-top: 16px;
}

.navbar-submission {
    background-color: #2b8ef9;
}

#nav-message-new,
#nav-notification-new,
.notification-list-new,
#hamburger-new {
    background-color: #43d7ef;
}

#wrap-prelogin .navbar-default,
#wrap-prelogin .navbar-default .navbar-brand,
#wrap-prelogin .navbar-default .navbar-brand-phrase,
#wrap-prelogin .navbar-default .navbar-collapse,
#wrap-prelogin .navbar-default .navbar-nav {
    background-color: #fff;
}

.nav-switch-account.btn {
    border: none;
    margin-top: 5px;
}

@media (max-width: 819px) {
    .nav-name-product-type {
        display: none;
    }
}

@media (max-width: 1070px) {
    .nav-switch-account.btn {
        background-color: transparent;
        color: #ffffff;
        font-size: 0.8rem;
        width: 70px;
        white-space: normal;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar > .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .nav-name {
        font-size: 0.8rem;
        padding-right: 2px;
    }

    .navbar-dashboard .navbar-nav > li > a {
        font-size: 0.85rem;
        padding-left: 6px;
        padding-right: 6px;
    }

    .nav-switch-account.btn {
        font-size: 0.7rem;
        margin-top: 3px;
        border: none;
        width: 57px;
    }
}

@media (min-width: 992px) {
    .nav-name {
        font-size: 0.95em;
    }
}

@media (min-width: 992px) and (max-width: 1021px) {
    .navbar-nav > li > a,
    #top-title-xs label {
        font-size: 1em;
    }

    .nav-switch-account.btn {
        font-size: 0.7rem;
        border: none;
    }
}

@media (min-width: 1022px) {
    .navbar-nav > li > a,
    #top-title-xs label {
        font-size: 1.1em;
    }
}

.footer, #footer {
    background-color: #0a0a0a;
    border-top: 1px solid #0a0a0a;
    color: #969696;
}

    .footer a {
        color: #969696;
    }

        .footer a:hover,
        .footer a:active {
            color: #fff;
        }

#footer-nav a.sub {
    color: #969696;
}

#footer-prelogin.footer {
    color: #ffffff;
}

    #footer-prelogin.footer a {
        color: #ffffff;
    }

label,
.control-label {
    font-weight: normal;
}

    label.status-gray,
    label.status-light-blue,
    label.status-blue,
    label.status-light-green,
    label.status-green,
    label.status-orange,
    label.status-red {
        font-weight: bold;
    }

.panel {
    border: none;
    border-radius: 15px;
}

    .panel .panel-heading,
    .panel .panel-heading-dark {
        padding: 0 0.25rem;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .panel .panel-heading.panel-heading-dark {
        background-color: #2b8ef9;
        color: #ffffff !important;
    }

        .panel .panel-heading.panel-heading-dark h3 {
            color: #ffffff !important;
        }

        #db-account-balance-panel .panel-heading h4,
        .panel .panel-heading h4,
        .panel .panel-heading .icon i,
        .modal-header,
        .popover-title {
            color: #1e1d33;
        }

        .panel .panel-heading h4,
        #db-account-balance-panel .panel-heading h4 {
            font-size: calc(1.275rem + 0.3vw);
            font-weight: normal;
        }

    .panel .panel-body {
        padding: 1.5rem;
    }

#db-account-balance-panel .panel-body,
#db-fsa-info-panel .panel-body {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}

.account-select-panel-product-tab {
    font-size: 1.1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #dfe4ec;
}

.account-select-panel-wrapper {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    background-color: #dfe4ec;
}

.nav-name-product-type,
.account-select-product-type,
.db-product-type {
    color: #0554aa;
    font-weight: bold;
}

.db-account-desc {
    font-weight: bold;
    font-size: 1.1rem;
}

#db-account-balance,
.account-balance {
    color: #0554aa;
}

#db-account-balance {
    font-size: calc(1.375rem + 1.5vw);
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

#db-fsa-info-benefittype,
.db-fsa-planyear-display {
    color: #2b8ef9;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: normal;
}

#db-fsa-info-benefittype {
    margin-top: -1.5rem;
    margin-left: -1.25rem;
    padding-left: 25px;
}

.db-fsa-planyear-display {
    margin-top: -1.5rem;
    margin-left: -0.5rem;
}

.db-election-graph-total.text-primary {
    color: #ffffff;
}

.db-election-graph,
#db-contribution-graph {
    background-color: #dfe4ec;
    border-radius: 8px;
}

.db-election-graph-available,
#db-contribution-graph-available {
    background-color: #24AC6B;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .account-select-panel-wrapper {
        border-top-right-radius: 18px;
    }
}

@media (min-width: 992px) {
    #db-fsa-info-benefittype,
    .db-fsa-planyear-display {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .panel .panel-heading h4,
    #db-account-balance-panel .panel-heading h4 {
        font-size: 1.5rem;
    }

    #db-account-balance {
        font-size: 2.5rem;
    }
}

.wizard-steps .wstep.current,
.wizard-steps .wstep.current .donut i {
    color: #2b8ef9;
}
    .wizard-steps .wstep.current .donut {
        border-color: #2b8ef9;
    }

.wizard-steps .wstep.done,
.wizard-steps .wstep.done .donut i {
    color: #24AC6B;
}
    .wizard-steps .wstep.done .donut {
        border-color: #24AC6B;
    }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:hover > i {
    color: #ffffff !important;
    background-color: #2b8ef9 !important;
    border-color: #2b8ef9 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a > i {
    font-weight: bold;
    color: #2b8ef9;
}

.dropdown-menu {
    border: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    background-color: #2b8ef9 !important;
    border-color: #2b8ef9 !important;
}

.form-control,
.form-control-half {
    display: block;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    appearance: none;
    border-radius: 10px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input,
.selector {
    border-radius: 10px !important;
    border: 1px solid #ced4da !important;
}

div.selector span {
    padding-left: 0.65rem;
    color: #212529;
    background: url(/Images/YourWay/selects.png) right 0px no-repeat;
}

.twoline-dropdown-text {
    padding-left: 0.65rem;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #212529 !important;
    border: 1px solid #ced4da !important;
    appearance: none;
    border-radius: 10px !important;
}

.twoline-dropdown-select {
    background-image: url(/Images/YourWay/selects.png);
}

.twoline-dropdown-menu {
    border: 1px solid #ced4da;
}

div.radio span {
    background: url(/Images/YourWay/radio.png) 0px 0px;
}

div.checker, 
div.checker span,
div.checker input {
    border-radius: 6px;
}

div.checker span {
    background: url(/Images/YourWay/checkbox.png) 0px 0px;
}

.input-group .input-group-addon:last-child, 
.input-group .btn:last-child, 
.input-group .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 10px 10px 0 !important;
}

.btn,
.wizard-buttons .btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wizard-buttons .btn {
    height: initial;
    width: initial;
    border: 1px solid #e0e0e0;
}

#registration-cancel-btn {
    padding: 0.375rem 0.75rem;
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button,
div.dt-container .dt-paging .dt-paging-button {
    border-radius: 10px;
}

.btn-sm {
    font-size: 0.8rem;
}

/* Add the base bootstrap .btn-link css since the .btn css above overrides it */

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-primary,
div.dt-buttons > .dt-button.btn-primary,
#claim-submit-btnAddDependent,
#spr-setup-btnAddDependent,
#psc-btnParticipantSearch {
    background-color: #eceef4;
    border: 1px solid #eceef4;
    color: #2b8ef9;
}
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    div.dt-buttons > .dt-button.btn-primary:hover,
    div.dt-buttons > .dt-button.btn-primary:focus,
    div.dt-buttons > .dt-button.btn-primary:active,
    div.dt-buttons > .dt-button.btn-primary.active,
    div.dt-buttons > .dt-button.btn-primary:active:not(.disabled):hover:not(.disabled),
    div.dt-buttons > .dt-button.btn-primary.active:not(.disabled):hover:not(.disabled),
    div.dt-container .dt-paging .dt-paging-button:hover,
    div.dt-container .dt-paging .dt-paging-button:active,
    #claim-submit-btnAddDependent:hover,
    #claim-submit-btnAddDependent:focus,
    #claim-submit-btnAddDependent:active,
    #claim-submit-btnAddDependent.active,
    #spr-setup-btnAddDependent:hover,
    #spr-setup-btnAddDependent:focus,
    #spr-setup-btnAddDependent:active,
    #spr-setup-btnAddDependent.active,
    #psc-btnParticipantSearch:hover,
    #psc-btnParticipantSearch:focus,
    #psc-btnParticipantSearch:active,
    #psc-btnParticipantSearch.active {
        background: initial;
        background-color: #2b8ef9;
        border-color: #2b8ef9;
        color: #ffffff !important;
    }

#claim-submit-btnAddDependent:hover .material-icons,
#claim-submit-btnAddDependent:focus .material-icons,
#claim-submit-btnAddDependent:active .material-icons,
#claim-submit-btnAddDependent.active .material-icons,
#spr-setup-btnAddDependent:hover .material-icons,
#spr-setup-btnAddDependent:focus .material-icons,
#spr-setup-btnAddDependent:active .material-icons,
#spr-setup-btnAddDependent.active .material-icons,
#psc-btnParticipantSearch:hover .material-icons,
#psc-btnParticipantSearch:focus .material-icons,
#psc-btnParticipantSearch:active .material-icons,
#psc-btnParticipantSearch.active .material-icons {
    color: #ffffff;
}

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active,
    #claim-submit-btnAddDependent.disabled,
    #claim-submit-btnAddDependent[disabled],
    #psc-btnParticipantSearch.disabled,
    #psc-btnParticipantSearch[disabled] {
        background-color: #eceef4;
    }

.btn-success,
#btn-submit-verify {
    background-color: #2b8ef9;
    border: 1px solid #2b8ef9;
    box-shadow: 0 0 32px 0 rgba(23, 33, 43, 0.25);
    transition: box-shadow 0.5s ease-out;
}
    .btn-success:hover,
    .btn-success:focus,
    #btn-submit-verify:hover,
    #btn-submit-verify:focus {
        background-color: #4b9ffa !important;
        border-color: #4b9ffa !important;
        box-shadow: 0 0 48px 0 rgba(23, 33, 43, 0.25);
    }

    .btn-success:active,
    .btn-success.active,
    #btn-submit-verify:active,
    #btn-submit-verify.active {
        background-color: #4b9ffa !important;
        border-color: #4b9ffa !important;
        box-shadow: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active,
    #btn-submit-verify.disabled,
    #btn-submit-verify[disabled] {
        background-color: #2b8ef9;
        border-color: #2b8ef9;
    }

.btn-success.btn-block {
    box-shadow: none;
}

#btn-submit-verify {
    color: #fff;
}

.btn-info {
    background-color: #2b8ef9;
    border: 1px solid #2b8ef9;
}

.profile-loading-btn {
    display: none;
}

    a.btn.btn-info:hover,
    a.btn.btn-info:focus,
    a.btn.btn-info:active,
    a.btn.btn-info.active,
    button.btn.btn-info:hover,
    button.btn.btn-info:focus,
    button.btn.btn-info:active,
    button.btn.btn-info.active,
    .modal-confirm-buttons .btn-primary:hover,
    .modal-confirm-buttons .btn-primary:focus,
    .modal-confirm-buttons .btn-primary:active,
    .modal-confirm-buttons .btn-primary.active {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #2b8ef9 !important;
    }

.modal-confirm-buttons .btn-primary {
    background-color: #2b8ef9;
    border-color: #2b8ef9;
    color: #fff;
}

    .modal-confirm-buttons .btn-primary:hover,
    .modal-confirm-buttons .btn-primary:focus,
    .modal-confirm-buttons .btn-primary:active,
    .modal-confirm-buttons .btn-primary.active {
        background-color: #3e98fa;
        border-color: #3e98fa;
        color: #fff !important;
    }

.btn-default {
    background-color: #eceef4;
    border: 1px solid #eceef4;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        background-color: #e0e3ed;
        border-color: #e0e3ed;
    }

.btn-cancel {
    color: #d50000 !important;
    border: 1px solid #d50000 !important;
    background-color: transparent !important;
    margin-right: 20px !important;
}

    .btn-cancel:hover,
    .btn-cancel:focus,
    .btn-cancel:active {
        color: #ffffff !important;
        background-color: #e51c23 !important;
        border-color: #e51c23 !important;
    }

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    font-weight: normal !important;
}

a.btn.btn-outline-white:hover,
a.btn.btn-outline-white:focus,
a.btn.btn-outline-white:active,
a.btn.btn-outline-white.active,
button.btn.btn-outline-white:hover,
button.btn.btn-outline-white:focus,
button.btn.btn-outline-white:active,
button.btn.btn-outline-white.active {
    color: #212529 !important;
    background-color: #ffffff !important;
}

.btn-login {
    color: #ffffff;
    background-color: #1e1d33;
    border: 1px solid #1e1d33;
    box-shadow: 0 0 32px 0 rgba(23, 33, 43, 0.25);
    transition: box-shadow 0.5s ease-out;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #ffffff;
        background-color: #1a192b !important;
        border-color: #1a192b !important;
        box-shadow: 0 0 48px 0 rgba(23, 33, 43, 0.25);
    }

    .btn-login:active,
    .btn-login.active {
        color: #ffffff;
        background-color: #1a192b !important;
        border-color: #1a192b !important;
        box-shadow: none;
    }

.input-group-addon {
    background-color: #eceef4;
}

.btn-default [class^="i-"],
.btn-default [class*=" i-"] {
    margin-left: 0;
    margin-right: 0;
}

.preloader-primary {
    background-image: url(/../Images/Default/preloader-white-16x16.svg);
}

.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
    border-radius: 10px;
}

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
            background: #24ac6b;
        }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

.modal-content {
    background-color: #ffffff;
    border-radius: 13px;
}

.modal-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-title {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: normal;
    line-height: 1.5;
}

.modal-edit-panel {
    border: none;
}

.modal-footer {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.table thead {
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.table tbody {
    border: none;
}

.table tfoot {
    background-color: #ffffff;
    border: none;
    border-top: 1px solid #dee2e6;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.tab-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.disclaimer {
    font-size: 0.8rem;
    line-height: 1;
}

legend,
.summary-terms > h4,
#investment-diy-assets > .form-group.row > label {
    font-size: calc(1.275rem + 0.3vw);
    border-bottom: none;
    color: #0554aa;
    font-weight: 500;
}

@media (min-width: 1200px) {
    legend,
    .summary-terms > h4,
    #investment-diy-assets > .form-group.row > label {
        font-size: 1.5rem;
    }
}

.account-select-account-panel,
.summary,
.grey-group,
.alert {
    border-radius: 10px;
}

.alert {
    padding: 10px;
}

@media (min-width: 992px) {
    #updateContactInformationModal .modal-dialog {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    #updateContactInformationModal .modal-dialog {
        width: 1150px;
    }
}

#spr-setup-payment-setup-container fieldset.col-lg-10.col-lg-offset-1 {
    margin-left: 0;
    width: 100%;
}

#pending-activity-contributions,
#pending-activity-total {
    color: #24ac6b;
}

#uniform-SelectedDivisionID > span {
    color: #0554aa;
    line-height: 1.4;
}

.planyear-important-dates {
    border-radius: 10px;
}

.db-debitcard-needs-action-unsupported,
.db-debitcard-needs-action-denied,
#btn-debitcard-items-unsupported,
#btn-debitcard-items-denied {
    padding: 0.375rem 0;
}

    .db-debitcard-needs-action-unsupported span,
    .db-debitcard-needs-action-unsupported td,
    .db-debitcard-needs-action-denied span,
    .db-debitcard-needs-action-denied td,
    #btn-debitcard-items-unsupported,
    #btn-debitcard-items-denied {
        font-size: 0.8rem;
        font-weight: normal;
    }

.db-debitcard-items-unsupported-count,
.db-debitcard-items-denied-count,
#debitcard-items-unsupported-count,
#debitcard-items-denied-count {
    color: #ffffff !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #debitcard-submit-docs .action-btn-xxs-break,
    #debitcard-submit-docs-none .action-btn-xxs-break {
        display: block;
    }
}

#directDepositContainer fieldset .grey-group.bg-success {
    background-color: #24ac6b;
}

.btn.er-db-statistics-btn {
    padding: 5px;
}

.er-db-statistics-btn .icon {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 42px;
}

.er-db-statistics-btn .btn-success {
    background-color: #24ac6b !important;
    box-shadow: none;
}

.er-hsa-statistic {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.er-hsa-statistic-count {
    font-size: 1.2rem;
}

.er-stat-1 {
    border-color: #9dcbfc;
}

.er-stat-2 {
    border-color: #8ac1fc;
}

.er-stat-3 {
    border-color: #77b7fb;
}

.er-stat-4 {
    border-color: #64adfb;
}

.er-stat-5 {
    border-color: #51a2fa;
}

.er-stat-6 {
    border-color: #3e98fa;
}

.er-stat-7 {
    border-color: #2b8ef9;
}

.er-stat-8 {
    border-color: #1884f8;
}

button[data-target="#createContributionReportModal"] {
    padding: 0.375rem 0;
}

.progress-bar {
    background-color: #24ac6b;
}

#btn-cr-create-from-roster > br.visible-xs {
    display: block !important;
}

#cr-summary-automatic-funding.text-success {
    color: #24ac6b;
}

.resource-more-info:active,
.resource-more-info:hover,
.resource-more-info:focus {
    color: #2272c7;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer,
.popover {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.account-pref-group label.text-success {
    font-weight: bold;
}

.form-control-half + br {
    display: none;
}