﻿.nerc-forms .inner-section-1 .content-section h2 {
    font: 600 30px 'Open Sans' !important;
    color: #212529;
}

.nerc-forms .inner-section-1 .content-section h2 {
    font: 700 22px 'Open Sans' !important;
    color: #212529;
}

.inner-section-1 .content-section p a.small {
    color: #024fa7;
    cursor: pointer;
    font-size: 100%;
    background-color: #ffffff;
}

.inner-section-1 .content-section p a.small:hover {
    text-decoration: underline;
}

.nerc-forms .inner-section-1 .content-section .form-section {
    border: 1px solid #cccccc;
    border-top: 6px solid #024fa7;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin: 30px 0 0;
    padding: 25px 30px;
}

.nerc-forms .inner-section-1 .content-section .form-section h3 {
    font: 700 22px 'Open Sans' !important;
    color: #024fa7;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 10px 37px;
    margin-bottom: 30px;
    position: relative;
}

.nerc-forms .inner-section-1 .content-section .form-section h3::before {
    content: '';
    width: 20px;
    height: 22px;
    background: url(../images/form-icon.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    background-size: 20px;
}

/*.nerc-forms .inner-section-1 .content-section .form-section h4::after {
    content: '\f107';
    font: 32px 'fontawesome';
    position: absolute;
    top: 2px;
    right: 5px;
}*/

.nerc-forms .inner-section-1 .content-section p {
    font: 1em/1.5em 'ProximaNova' !important;
    color: #212529;
}

.nerc-forms .inner-section-1 .content-section p small {
    font-size: 100%;
}

.nerc-forms .inner-section-1 .content-section p.char-count {
    text-align: right;
    font-size: 12px !important;
    margin: 0;
    position: absolute;
    bottom: -22px;
    right: 0;
}

.nerc-forms .inner-section-1 .content-section .form-section label {
    margin-bottom: 5px;
    font: 16px 'ProximaNova';
    color: #212529;
    position: relative;
    display: inline-block;
}

.nerc-forms .inner-section-1 .content-section .form-section label[for=DiscriminatoryEvents] {
    margin-top: 10px;
} 

.nerc-forms .inner-section-1 .content-section .form-section label samp {
    font: 500 13px 'ProximaNova';
}

.nerc-forms .inner-section-1 .content-section .form-section label .btn {
    position: absolute;
    right: -20px;
    top: -3px;
    padding: 0;
}

.nerc-forms .inner-section-1 .content-section .form-section label.required .btn {
    right: -30px;
}

.nerc-forms .inner-section-1 .content-section .form-section label.required::after {
    content: '*';
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 22px;
    color: #dc3545;
}

.nerc-forms .inner-section-1 .content-section .form-section textarea.form-control {
    height: 100px;
    resize: none;
}

.nerc-forms .inner-section-1 .content-section .form-section .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #cccccc;
    background-color: #ffffff;
    font: 16px 'ProximaNova';
    color: #555555;
    box-shadow: none;
    height: 35px;
}

.nerc-forms .inner-section-1 .content-section .form-section .form-control.error,
.nerc-forms .inner-section-1 .content-section .custom-checkbox input.error ~ label[data-toggle="modal"],
.nerc-forms .inner-section-1 .content-section .custom-checkbox input.error ~ span[data-toggle="modal"],
.nerc-forms .inner-section-1 .content-section .bootstrap-select select.error ~ .dropdown-toggle {
    border-color: #dc3545;
}

.nerc-forms .inner-section-1 .content-section .custom-checkbox input.error[checked] ~ label[data-toggle="modal"],
.nerc-forms .inner-section-1 .content-section .custom-checkbox input.error[checked] ~ span[data-toggle="modal"] {
    border-color: #cccccc;
}

.nerc-forms .inner-section-1 .content-section .custom-checkbox input.error[checked] + span.error {
    opacity: 0;
}

.nerc-forms .inner-section-1 .content-section .form-section .form-control[disabled],
.nerc-forms .inner-section-1 .content-section .form-section .form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
}

.nerc-forms .inner-section-1 .content-section .form-section .form-control:focus {
    border-color: #024fa7;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select {
    width: 100%;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-toggle {
    box-shadow: none;
    height: 35px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font: 16px 'ProximaNova';
    color: #555555;
    padding: 8px 12px;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-toggle:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-toggle::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #999999;
    border-bottom: none;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-toggle .filter-option-inner {
    line-height: 20px;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-menu {
    padding: 0;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-menu li {
    margin: 0;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-menu .dropdown-item {
    padding: 6px 12px;
    margin: 0;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-menu .dropdown-item span {
    font: 14px 'ProximaNova' !important;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-menu .dropdown-item.active {
    background-color: #024fa7;
}

.nerc-forms .inner-section-1 .content-section h4 {
    font: 700 18px 'Open Sans' !important;
    color: #024fa7;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 8px;
    margin: 10px 0 20px;
}

.nerc-forms .inner-section-1 .content-section .input-group .input-group-prepend {
    width: 40px;
    height: auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    background-color: #e9ecef;
}

.nerc-forms .inner-section-1 .content-section .input-group .input-group-prepend,
.nerc-forms .inner-section-1 .content-section .form-section .form-control:disabled,
.nerc-forms .inner-section-1 .content-section .form-section .form-control:read-only {
    border-color: #aaaaaa;
}

.nerc-forms .inner-section-1 .content-section .input-group .datepicker-text {
    flex: 1 1 auto;
    pointer-events: none;
}

.nerc-forms .inner-section-1 .content-section .input-group.checkbox-active .datepicker-text {
    pointer-events: initial;
}

.nerc-forms .inner-section-1 .content-section .form-section .form-control:disabled {
    cursor: default;
}

.nerc-forms .inner-section-1 .content-section .input-group .input-group-prepend label {
    margin: 0;
    display: flex;
    cursor: pointer;
}

.nerc-forms .inner-section-1 .content-section .input-group .input-group-prepend label::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    z-index: 9;
}

.nerc-forms .inner-section-1 .content-section .form-group.selectwithinput .input-group .bootstrap-select {
    min-width: 155px;
    width: auto;
}

.nerc-forms .inner-section-1 .content-section .form-group .input-group .bootstrap-select .dropdown-toggle {
    border: 1px solid #aaaaaa;
    background-color: #e9ecef;
    pointer-events: none;
}

.nerc-forms .inner-section-1 .content-section .form-group .input-group.checkbox-active .bootstrap-select .dropdown-toggle {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    pointer-events: initial;
}

.nerc-forms .inner-section-1 .content-section .form-group.selectwithinput .input-group .bootstrap-select .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nerc-forms .inner-section-1 .content-section .form-group .input-group .datepicker-text .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.nerc-forms .inner-section-1 .content-section .input-group .input-group-prepend label input {
    text-indent: -999em;
}

.nerc-forms .inner-section-1 .content-section .input-group.checkbox-active .input-group-prepend {
    background-color: #024fa7;
    border-color: #024fa7;
}

.nerc-forms .inner-section-1 .content-section .input-group.checkbox-active .input-group-prepend label::before {
    content: '\f00c';
    font: 12px 'fontawesome';
    color: #024fa7;
}

.nerc-forms .inner-section-1 .content-section .input-group.checkbox-active .form-control {
    background-color: #ffffff;
}

.nerc-forms .inner-section-1 .content-section .input-group .bootstrap-select {
    width: calc(100% - 39px);
}

.nerc-forms .inner-section-1 .content-section .input-group .bootstrap-select .dropdown-toggle {
    opacity: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nerc-forms .inner-section-1 .content-section .bootstrap-select .dropdown-toggle.disabled {
    background-color: #e9ecef;
    border-color: #aaaaaa;
}

.nerc-forms .inner-section-1 .content-section .card {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*.nerc-forms .inner-section-1 .content-section .card:last-child {
    margin: 0;
}*/

.nerc-forms .inner-section-1 .content-section .card .card-header {
    padding: 0;
}

.nerc-forms .inner-section-1 .content-section .card .card-header .btn {
    background-color: #f0f0f0;
    font: 600 18px 'ProximaNova';
    position: relative;
    cursor: pointer;
    padding: 10px 20px;
    color: #212529;
    text-decoration: none !important;
}

.nerc-forms .inner-section-1 .content-section .card .card-header::after {
    content: '\f067';
    font: 16px 'fontawesome';
    position: absolute;
    top: 15px;
    right: 20px;
}

.nerc-forms .inner-section-1 .content-section .card .card-header[aria-expanded="true"]::after {
    content: '\f068';
}

.nerc-forms .inner-section-1 .content-section .custom-checkbox a.check-label,
.nerc-forms .inner-section-1 .content-section .custom-checkbox label.check-label {
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    margin: 0;
    background-color: #ffffff;
}

.nerc-forms .inner-section-1 .content-section .custom-checkbox input:checked ~ a.check-label,
.nerc-forms .inner-section-1 .content-section .custom-checkbox input:checked ~ label.check-label {
    background-color: #024fa7;
}

.nerc-forms .inner-section-1 .content-section .custom-checkbox input:checked ~ a.check-label::before,
.nerc-forms .inner-section-1 .content-section .custom-checkbox input:checked ~ label.check-label::before {
    content: '\f00c';
    font: 13px 'fontawesome';
    position: absolute;
    top: 1px;
    left: 2px;
    color: #ffffff;
}

.nerc-forms .inner-section-1 .content-section .disclaimer-section {
    margin: 20px 0;
}

.nerc-forms .inner-section-1 .content-section .disclaimer-section p {
    margin: 0 0 0 10px;
}

.nerc-forms .inner-section-1 .content-section .disclaimer-section p a {
    color: #024fa7;
    text-decoration: underline;
    cursor: pointer;
}

.nerc-forms .inner-section-1 .content-section .disclaimer-section .custom-checkbox {
    display: flex;
}

.nerc-forms .inner-section-1 .content-section .disclaimer-section .custom-checkbox input[name="dis_check"],
.nerc-forms .inner-section-1 .content-section .disclaimer-section .custom-checkbox input[name="DownloadCopy"] {
    position: absolute;
    left: 0;
}

.nerc-forms .inner-section-1 .content-section .disclaimer-section .custom-checkbox input[name="DownloadCopy"] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    top: 1px;
    left: 1px;
}

.nerc-forms .inner-section-1 .content-section .btn-blue {
    background-color: #024fa7;
    color: #ffffff;
    font: 16px 'ProximaNova';
    padding: 10px 20px;
    min-width: 120px;
}

.nerc-forms .inner-section-1 .content-section .btn-blue:hover,
.nerc-forms .inner-section-1 .content-section .btn-blue:focus,
.nerc-forms .inner-section-1 .content-section .btn-blue:active {
    background-color: #093b74;
}

.nerc-forms .inner-section-1 .content-section .form-btn .btn-blue:first-child {
    margin-right: 5px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-dialog {
    max-width: 630px;
}

.nerc-forms .inner-section-1 .content-section .HousingModal .modal-dialog {
    max-width: 1200px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-content {
    flex-direction: row;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-header {
    min-width: 220px;
    background-color: #024FA7;
    border: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-header img {
    max-width: 100px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-header .modal-title {
    font: 600 30px 'Open Sans' !important;
    color: #ffffff;
    margin: -30px 0 40px;
    border-bottom: 0;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-content {
    min-width: 400px;
    min-height: 240px;
    border: 0;
}

.nerc-forms .inner-section-1 .content-section .disclaimer-check {
    display: flex;
    align-items: center;
}

.nerc-forms .inner-section-1 .content-section .disclaimer-check p {
    margin: 0 0 0 15px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body {
    padding: 40px 20px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .disclaimer-form {
    max-width: 300px;
    margin: 15px 0 0 0;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .disclaimer-form label {
    font: 600 14px/23px 'ProximaNova' !important;
    margin-bottom: 5px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .disclaimer-form .form-control {
    font-style: italic;
    font-family: 'ProximaNova';
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .btn-blue {
    padding: 8px 20px;
    min-width: auto;
    margin-top: 3px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body .close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body .close img {
    max-width: 25px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body {
    display: flex;
    align-items: center;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body p {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin: 0 0 15px;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body p strong {
    font: 600 20px 'ProximaNova' !important;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body p.download-content {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 35px 0 0;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body p.download-content strong {
    font-size: 16px !important;
    font-weight: 800 !important;
}

.nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body p label {
    margin: 0;
    font: 800 18px 'ProximaNova';
    word-break: break-all;
    display: inline-block;
}

.nerc-forms .inner-section-1 .content-section .form-group {
    position: relative;
}

.nerc-forms .inner-section-1 .content-section .form-group label.error,
.nerc-forms .inner-section-1 .content-section .form-group span.error,
.nerc-forms .inner-section-1 .content-section .form-group p.error {
    position: absolute;
    bottom: -16px;
    top: auto;
    font: 400 12px 'ProximaNova' !important;
    color: #dc3545;
    margin: 0;
}

.nerc-forms .inner-section-1 .content-section .form-group span.error#dis_check-error {
    bottom: -12px;
}

.nerc-forms .inner-section-1 .content-section .form-group [data-toggle="tooltip"] .fa {
    color: #024fa7;
}

.nerc-forms .inner-section-1 .content-section .jumbotron {
    padding: 25px;
    text-align: center;
}

.nerc-forms .inner-section-1 .content-section .jumbotron ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.nerc-forms .inner-section-1 .content-section .jumbotron ul li {
    padding: 0 15px;
}

.nerc-forms .inner-section-1 .content-section .form-group.sectionj_first,
.nerc-forms .inner-section-1 .content-section .form-group.sectionj_second {
    display: flex;
}

.nerc-forms .inner-section-1 .content-section .form-group.sectionj_second {
    margin-top: 8px;
}

.nerc-forms .inner-section-1 .content-section .form-group.sectionj_first label {
    margin:8px 10px 5px;
}

.nerc-forms .inner-section-1 .content-section .form-group.sectionj_first span.error {
    right: 10px;
    margin: 0;
}

.nerc-forms .inner-section-1 .content-section .form-group span#By-error {
    margin: 0;
    left: 50px;
}

.nerc-forms .inner-section-1 .content-section .form-group span#My-error {
    margin: 0;
    right: 0;
}

.nerc-forms .inner-section-1 .content-section .form-group.sectionj_first label:first-child {
    margin-left: 0;
    margin-right: 35px;
}

.nerc-forms .inner-section-1 .content-section .form-group.sectionj_first .form-control {
    width: 200px;
}

.nerc-forms .inner-section-1 .content-section .form-group.sectionj_second label {
    margin:8px 35px 5px 10px;
}

.nerc-forms .inner-section-1 .content-section .form-group.sectionj_second label:first-child {
    margin-left: 0;
}

.nerc-forms .inner-section-1 .content-section .HousingModal .modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    z-index: 9999;
}

.loader {
    border: 10px solid #cdcdcd;
    border-radius: 50%;
    border-top: 10px solid #024fa7;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite; /* Safari */
    animation: spin 1.2s linear infinite;
}

.g-recaptcha {
    z-index: 9;
    position: relative;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {
    .nerc-forms .inner-banner h1 {
        font-size: 20px;
    }
    .nerc-forms .breadcrumb .breadcrumb-item.active, .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        max-width: 240px;
    }
    .nerc-forms .inner-section-1 .content-section h2 {
        font-size: 18px !important;
    }
    .nerc-forms .inner-section-1 .content-section h3 {
        font-size: 16px !important;
    }
    .nerc-forms .inner-section-1 .content-section form {
        margin: 0 -20px;
    }
    .nerc-forms .inner-section-1 .content-section .form-section {
        padding: 15px;
    }
    .nerc-forms .inner-section-1 .content-section .disclaimer-section {
        margin: 20px 15px;
    }
    .nerc-forms .inner-section-1 .content-section .form-btn {
        margin: 0 15px;
    }
    .nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal {
        padding: 0 !important;
    }
    .nerc-forms .inner-section-1 .content-section .disclaimerpopup .disclaimer-content {
        max-width: calc(100% - 10px);
    }
    .nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-content {
        flex-direction: column;
    }
    .nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-content {
        min-width: auto;
    }
    .nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-header .modal-title {
        margin: 0 0 10px;
    }
    .nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-header img {
        max-width: 120px !important;
    }
    .nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body {
        padding: 20px;
    }
    .nerc-forms .inner-section-1 .content-section .disclaimerpopup .modal-body p {
        font-size: 14px !important;
        line-height: 22px !important;
        margin: 0 15px 15px 0;
    }
}

/* Datepicker */
.datepicker table {
    border-collapse: separate;
}

.datepicker table tr th {
    background-color: #024fa7;
    color: #ffffff;
    font-weight: 500;
}

.datepicker table tr th.prev:hover,
.datepicker table tr th.datepicker-switch:hover,
.datepicker table tr th.next:hover {
    background-color: #093b74;
}

.datepicker table tr th,
.datepicker table tr td {
    width: 35px;
    height: 35px;
    border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td span.focused, 
.datepicker table tr td span:hover {
    background: #024fa7 !important;
    color: #ffffff;
}

.datepicker table tr td {
    border: 1px solid #cccccc;
}

.datepicker table tr td span {
    border: 1px solid #cccccc;
    height: 35px;
    line-height: 30px;
    border-radius: 0;
}