/* =========================================================
   enroll.css – extracted inline styles for Enroll partials
   ========================================================= */

/* achnoledgement.html */
.ack-text {
    font-family: Calibri;
}

.ack-text-bold {
    font-family: Calibri;
    font-weight: bold;
}

/* Acknowledgement.html */

/* --- Modal container (initially hidden, shown via jQuery) --- */
#AcknoledgeMessage {
    display: none;
    border-radius: 5px;
    width: 80%;
    top: 5%;
    left: 10%;
    z-index: 100001;
    position: fixed;
    background-color: white !important;
    overflow-y: auto;
    overflow-x: hidden;
}

/* --- Hidden fields toggled via JS --- */
#divEmplSSN,
#divEmplEmail,
#divReEmplEmail,
#divEmplPhone {
    display: none;
}

.ack-form-content {
    margin: 20px 20px 0px 20px;
}

.ack-required-msg {
    font-size: 18px !important;
    color: #e86256;
}

.ack-alert-margins {
    margin-left: -15px;
    margin-right: -15px;
}

.ack-label {
    float: left;
}

.ack-required-star {
    color: red;
    font-size: 8px;
    vertical-align: top;
}

.ack-phone-error {
    color: red;
}

.ack-actions {
    margin: 15px 15px;
}

.ack-btn-cancel {
    width: 100px;
}

.ack-btn-next {
    width: 150px;
}

.ack-agreement-row {
    margin: 20px;
}

.ack-terms-scroll {
    max-height: 240px;
    overflow-y: auto;
}

.ack-agree-banner {
    width: 100%;
    padding: 5px;
    display: inline-block;
    color: white;
}

.ack-agree-checkbox-row {
    margin-top: 5px;
}

.ack-esig-banner {
    width: 100%;
    padding: 5px;
    display: inline-block;
    color: white;
    margin-top: 10px;
}

.ack-esig-fields {
    margin-top: 10px;
}

.ack-short-input {
    width: 60px;
}

.ack-confirm-actions {
    padding-top: 60px;
}

.ack-btn-cancel-ds {
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    width: 100px;
}

.ack-btn-confirm-ds {
    z-index: 100002;
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: 150px;
}

.ack-nodsig-spacer {
    padding-top: 60px;
    width: 100%;
}

.ack-btn-cancel-nods {
    display: inline;
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    width: 70px;
}

.ack-btn-confirm-nods {
    z-index: 100002;
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: 140px;
}

.ack-mandatory-row {
    display: block;
    padding: 20px;
    margin-top: -30px;
}

.ack-mandatory-msg {
    color: red;
    padding-left: 20px;
}

/* AddEditBeneficiary.html */

#NewBeneficiary {
    display: none;
    border-radius: 5px;
    width: 50%;
    margin-left: -25%;
    margin-right: 100px;
    top: 25%;
    left: 50%;
    z-index: 100001;
    position: fixed;
    background-color: white !important;
}

#divGender,
#divDateofBirth {
    display: none;
}

.ben-dob-input {
    border-radius: 0px;
    box-shadow: none;
    background-color: white;
    height: 36px;
}

.ben-actions {
    margin-bottom: 20px;
}

.ben-btn-cancel {
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    width: 100px;
}

.ben-btn-ok {
    z-index: 100002;
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: 100px;
}

/* AddEditDependent.html */

#DependentMessage {
    overflow-y: auto;
    display: none;
    border-radius: 5px;
    width: 50%;
    margin-left: -25%;
    margin-right: 100px;
    top: 5%;
    left: 50%;
    z-index: 100001;
    position: fixed;
    background-color: white !important;
}

#divNewUser,
#divEmail,
#divReEmail,
#divPhone,
#divSSN {
    display: none;
}

#divAddress {
    margin: 0px 18px 0px 18px;
    display: none;
}

.dep-state-select {
    border-radius: 0px;
    box-shadow: none;
    height: 36px;
}

/* Beneficiary.html */

.bnf-container {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.bnf-row {
    margin: 15px;
}

.bnf-heading-inline {
    display: inline;
}

.bnf-info-trigger {
    display: inline;
}

.bnf-info-icon {
    font-size: 18px;
    cursor: pointer;
}

.bnf-info-popup {
    display: none;
    position: absolute;
    width: 300px;
    border-radius: 3px;
    padding: 15px;
    background-color: #f7f7f7;
    z-index: 100;
}

.bnf-info-close {
    font-size: 18px;
    cursor: pointer;
    color: #450303;
    position: absolute;
    right: 10px;
    top: 10px;
}

.bnf-subtitle {
    font-size: 14px;
    color: #808080;
}

.bnf-list-area {
    margin: 0px;
    padding-top: 10px;
}

.bnf-list-inner {
    margin: 0px;
}

.bnf-header-row {
    padding: 0px 0px 15px 0px;
}

.bnf-row-border {
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
    padding: 5px;
}

.bnf-user-icon {
    font-size: 18px;
}

.bnf-edit-link {
    font-size: 12px;
    font-family: Calibri;
    cursor: pointer;
}

.bnf-repeat-row {
    text-align: center;
    margin-bottom: 15px;
}

.bnf-pct-input {
    width: 100px;
}

.bnf-total-area {
    text-align: left;
}

.bnf-total-text {
    font-family: Calibri;
    font-size: 18px;
}

.bnf-note-area {
    padding-top: 10px;
}

.bnf-note-text {
    color: red;
}

/* Dependents.html */

.dep-wrapper {
    padding-left: 15px;
}

.dep-hr-tight {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dep-heading {
    text-align: left;
}

.dep-list-row {
    margin: 0px;
}

.dep-list-inner {
    margin: 0px;
}

.dep-card-col {
    text-align: center;
    margin-bottom: 15px;
}

.dep-card {
    border-radius: 8px;
    padding: 5px;
    min-height: 90px;
}

.dep-edit-link {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 12px;
    font-family: Calibri;
    cursor: pointer;
}

.dep-user-icon {
    font-size: 18px;
}

.dep-enroll-text {
    font-weight: normal;
    font-size: 18px;
}

.dep-hr-spaced {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* EmployeeAddDetails.html */

#EmployeeAddDetails {
    display: none;
    border-radius: 5px;
    width: 70%;
    margin-left: -35%;
    margin-right: 100px;
    top: 25%;
    left: 50%;
    z-index: 100001;
    position: fixed;
    background-color: white !important;
}

.ead-ssn-error {
    color: red;
}

.ead-btn-cancel {
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    width: 70px;
}

.ead-btn-ok {
    z-index: 100002;
    border-width: 2px !important;
    margin-top: 0px;
    margin-right: 15px;
    width: 70px;
}

/* EmployeeUnderWritingQuestion.html */

#UnderwrittingQuestons {
    overflow-y: auto;
    display: none;
    border-radius: 5px;
    width: 80%;
    margin-right: 100px;
    top: 10%;
    left: 10%;
    z-index: 100001;
    position: fixed;
    background-color: white !important;
}

.uwq-inner-row {
    margin: 20px;
}

.uwq-questions-area {
    padding-bottom: 20px;
    padding-top: 20px;
}

.uwq-bool-area {
    margin: 10px;
}

.uwq-answer-inline {
    display: inline;
}

.uwq-answer-text {
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

.uwq-child-question {
    margin-top: 10px;
}

.uwq-child-question-text {
    margin-left: -10px;
}

.uwq-child-bool-area {
    margin: 15px 10px 10px 0px;
}

.uwq-error-msg {
    font-size: 14px !important;
    color: #e86256;
    padding-bottom: 15px;
    padding-left: 0px;
}

.uwq-btn-cancel {
    border-width: 2px !important;
    margin-top: 0px;
    width: 70px;
}

.uwq-btn-submit {
    margin-left: 15px;
    margin-right: 15px;
    width: 80px;
}

/* EnrollmentSurvey.html */

.srv-question-text {
    font-size: 18px !important;
    color: #5090d7;
}

.srv-star-img {
    width: 30px;
    display: inline;
    cursor: pointer;
}

.srv-textarea-area {
    margin: 10px 10px 10px 0px;
}

.srv-textarea {
    width: 100%;
    padding: 10px;
}

.srv-expand-link {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

/* HIMessage.html */

.him-overlay {
    position: fixed;
    width: 100%;
    height: 4000px;
    background: rgba(121, 121, 121, 0.56);
    display: none;
    top: 0px;
    left: 0px;
    z-index: 100000;
}

.him-dialog {
    position: relative;
    top: 150px;
    width: 60%;
    height: 640px;
    font-size: 20px;
    line-height: 1.4;
    background: white;
    overflow-y: auto;
    left: 20%;
    padding: 30px;
    border: 1px solid #808080;
    border-radius: 5px;
}

.him-title {
    text-align: center;
}

.him-list {
    list-style-type: disc;
    margin-left: 40px;
}

.him-btn-area {
    text-align: center;
}

.him-btn-close {
    z-index: 100002;
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: 100px;
}

/* LoadIcon.html */

.ldi-col {
    text-align: center;
}

.ldi-icon-wrap {
    padding-top: 25px;
}

.ldi-icon-img {
    width: 100px;
    max-width: 70px;
    margin-right: 0px;
}

/* NonABCPlans.html */

.nap-header-row {
    margin: 0px 0px 0px -30px;
    padding-bottom: 10px;
}

.nap-header-text {
    margin: 0px !important;
    padding: 7px 0px 0px 0px;
}

.nap-entity-row {
    margin: 0px;
    padding: 20px 0px;
}

.nap-entity-content {
    margin: 0px;
    padding: 15px 0px 0px 35px;
    text-align: left !important;
    margin-left: -3%;
}

.nap-product-box {
    padding: 5px;
    height: 55px;
}

.nap-product-name {
    color: #274e69;
    cursor: pointer;
}

.nap-vendor-name {
    margin-top: -15px;
    color: #748693;
}

.nap-status-bold {
    font-weight: bold;
}

.nap-actions-area {
    width: 100%;
    text-align: right;
    padding-right: 30px;
}

.nap-btn-offset {
    margin-right: -10%;
}

.nap-btn-action {
    width: 110px;
}

.nap-additional-info {
    font-size: 1.2em;
    padding: .5em;
    border-radius: 3px;
}

.nap-messages-area {
    margin-top: 15px;
}

.nap-messages-inner {
    padding: 10px 5px;
}

.nap-view-link {
    font-size: 18px;
    cursor: pointer;
    float: left;
}

/* PercentageSplit.html */

#PercentageSplit {
    display: none;
    border-radius: 5px;
    width: 50%;
    margin-left: -25%;
    margin-right: 100px;
    top: 35%;
    left: 50%;
    z-index: 100001;
    position: fixed;
    background-color: white !important;
}

.pcs-inner {
    padding: 30px;
}

.pcs-label {
    font-size: 18px;
}

.pcs-input {
    width: 80px;
    display: inline;
    text-align: right;
}

.pcs-error {
    color: red;
}

.pcs-btn-ok {
    z-index: 100002;
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: 100px;
}

/* PetOpenMessage.html */
#PetOpenMessage {
    display: none;
    border-radius: 5px;
    width: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    z-index: 100001;
    position: fixed;
    background-color: white !important;
}

.pom-inner {
    padding: 30px;
}

.pom-warning-text {
    font-size: 18px !important;
    color: #e86256;
}

.pom-btn-ok {
    float: right;
    z-index: 100002;
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: 100px;
}

/* PolicyQuestons.html */
.pq-expanded {
    display: block;
}

.pq-question {
    padding-top: 5px;
}

.pq-question-text {
    font-weight: normal;
    font-size: 18px;
    float: left;
    display: block;
    width: 100%;
}

.pq-info-icon {
    font-size: 18px;
    cursor: pointer;
}

.pq-inline {
    display: inline;
}

.pq-info-popup {
    display: none;
    position: absolute;
    width: 300px;
    left: 400px;
    top: 80px;
    border-radius: 3px;
    padding: 15px;
    background-color: #f7f7f7;
    z-index: 100;
}

.pq-close-icon {
    font-size: 18px;
    cursor: pointer;
    color: #450303;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pq-bool-area {
    margin: 10px 10px 0px 0px;
    padding-top: 35px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
}

.pq-row {
    margin: 0px;
}

.pq-answer-inline {
    display: inline-block;
}

.pq-child-answers {
    display: block;
    padding-top: 5px;
}

.pq-child-question-text {
    display: inline;
    font-weight: normal;
    font-size: 18px;
}

.pq-child-input-wrap {
    margin: 10px 10px 10px 0px;
    display: inline;
    width: 80px;
}

.pq-child-input {
    width: 180px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid black;
}

/* PSCDependents.html */
.pscd-wrap {
    padding-left: 15px;
}

.pscd-hr-top {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pscd-heading {
    text-align: left;
}

.pscd-instructions {
    font-size: 14px;
    color: #808080;
}

.pscd-row-no-margin {
    margin: 0px;
}

.pscd-dep-col {
    text-align: center;
    margin-bottom: 15px;
}

.pscd-dep-card {
    border-radius: 8px;
    padding: 5px;
    min-height: 90px;
}

.pscd-edit-link {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 12px;
    font-family: Calibri;
    cursor: pointer;
}

.pscd-dep-icon {
    font-size: 18px;
}

.pscd-enroll-text {
    font-weight: normal;
    font-size: 18px;
}

.pscd-hr-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ShoppingCart.html */
.sc-sidebar {
    margin-top: 42px;
}

.sc-table-center {
    margin: 0px auto;
}

#order-detail-content {
    padding: 30px !important;
}

#order-detail-content-inner {
    padding: 30px !important;
}

.sc-cart-section {
    text-align: left;
    margin: 0px;
    padding: 20px;
}

.sc-section-heading {
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: left;
}

.sc-progress-wrap {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.sc-progress-track {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    height: 6px;
    margin-top: 10px;
}

.sc-progress-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 6px;
    margin-top: 10px;
    padding-left: 0px;
}

.sc-progress-bowl {
    position: absolute;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.sc-progress-percent-row {
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.sc-percent-left {
    text-align: left;
    padding-left: 0px;
}

.sc-percent-right {
    text-align: right;
    padding-right: 0px;
}

.sc-election-msg {
    margin: 25px 0px 0px 0px;
}

.sc-error-red {
    color: red;
}

.sc-confirm-hint {
    color: #9b9b9b;
}

.sc-error-alert {
    margin: 0px 0px 10px 0px;
    padding: 10px;
}

.sc-border-header {
    padding: 0px;
    margin: 0px;
}

.sc-cart-icon {
    font-size: 28px;
    text-align: right;
    padding-right: 0px;
}

.sc-items-area {
    margin: 0px;
    padding-top: 40px;
}

.sc-item-row {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-top: 7px;
}

.sc-benefit-name {
    font-size: 18px;
}

.sc-item-cost {
    font-size: 16px;
}

.sc-no-coverage {
    color: #e63a3a;
}

.sc-total-area {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sc-cost-label {
    font-size: 18px;
}

.sc-popup {
    right: 5%;
    position: fixed;
    bottom: 220px;
    display: none;
    width: 21%;
}

.sc-popup-inner {
    margin-right: 15px;
    padding: 15px;
    cursor: pointer;
    text-align: left;
}

.sc-popup-cart-icon {
    cursor: pointer;
    font-size: 28px;
    text-align: right;
    padding-right: 0px;
}

.sc-float-left {
    float: left;
}

.sc-popup-hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

.sc-auth-text {
    font-size: 14px;
    color: #808080;
}

.sc-auth-required {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.sc-auth-required-left {
    color: red;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.sc-confirm-wrap {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
}

.sc-confirm-btn {
    border-width: 2px !important;
    margin-bottom: 20px;
    font-size: 18px !important;
    padding: 2px 12px !important;
}

.sc-review-area {
    text-align: center;
    padding-top: 10px;
}

.sc-review-link {
    cursor: pointer;
    text-align: center !important;
}

.sc-mobile-wrap {
    padding: 0px;
}

/* SpecialMessage.html */
#ErnollMessage {
    display: none;
    border-radius: 5px;
    width: 80%;
    margin-left: 0%;
    margin-right: 100px;
    top: 15%;
    left: 10%;
    z-index: 100001;
    position: fixed;
    background-color: white !important;
    overflow-y: auto;
    max-height: 80%;
}

.spm-inner {
    margin: 20px;
}

.spm-actions {
    margin-bottom: 10px;
    padding-top: 15px;
}

.spm-btn-cancel {
    border-width: 2px !important;
    margin-top: 0px;
    margin-left: 15px;
    width: 100px;
}

.spm-btn-ok {
    margin-left: 15px;
    margin-right: 15px;
    width: 100px;
}

/* Survey.html */
.svy-question-text {
    font-size: 18px !important;
    color: #5090d7;
}

.svy-star {
    width: 30px;
    display: inline;
    cursor: pointer;
}

.svy-textarea-wrap {
    margin: 10px 10px 10px 0px;
}

.svy-textarea {
    width: 100%;
    padding: 10px;
}

.svy-expand-link {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
