﻿@charset "UTF-8";
/* CSS Document */


html {
    overflow-y: scroll;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8125rem;
}

h1, h2, h3 {
    color: #154062;
}

.container-fluid{
    padding: 0 !important
}

h1 {
    font-size: 22px !important;
}

h2 {
    font-size: 20px !important;
}

h3 {
    font-size: 18px !important;
}
/*h2 {
    font-size: 1.5rem;
}*/

hr {
    color: #ccc;
    background-color: #ccc;
    border: 0;
    margin: 0px 0 0px;
    height: 2px;
}

label {
    font-weight: bold
}

    label.req {
        position: relative;
        margin: 0 0;
    }

input, textarea {
    padding: 1px 1px 1px 3px;
    outline: none;
    background: url(../img/input_bg.jpg) repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    -webkit-box-shadow: 1px 1px 0px #efefef;
    -moz-box-shadow: 1px 1px 0px #efefef;
    box-shadow: 1px 1px 0px #efefef;
}


table.flags tr td {
    padding: 0 0 6px 0;
}

    table.flags tr td:first-child {
        /*    width: 130px;*/
    }

    table.flags tr td input[type="radio"] {
        margin-left: 3px;
    }

input:focus, textarea:focus {
    -webkit-box-shadow: 0px 0px 5px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}

input[type="radio"] {
    margin-bottom: 2px;
    float: left;
}

input[type="checkbox"] {
    margin-top: 2px;
    float: left;
}

label.chkbx {
    float: left;
    font-weight: 600;
    margin-left: 3px;
}

td.step_no {
    opacity: 0.6;
    font-size: 28px;
    font-weight: bold;
    padding: 0 3px
}


div.outerDiv {
    padding: 30px;
    margin: 0 auto;
}

div.outerDivTop {
    padding: 13px 30px 5px 30px;
}

div.loginDiv {
    padding: 13px 30px 30px 30px;
}

div.remember div.rightcolumn {
    padding-top: 1px;
    margin-left: -45px;
}

.page_wrapper {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 46px auto 0 auto;
    background: #fff;
    font-size: 13px;
}

.page_wrapper_adminsubpage {
    margin-top: 46px;
}

.page_wrapper_admin1200 {
    width: 1200px;
}

#main_menu {
    height: 56px;
}

.prog_table {
    height: 56px;
    margin: auto auto;
}

    .prog_table td.prog_block {
        padding-right: 8px
    }

    .prog_table td a {
        display: inline-block;
        float: left;
        color: #fff;
        background: #007bff;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        box-shadow: 2px 2px 2px #b1b1b1;
        padding: 3px 0;
        border: 1px solid #007bff
    }

        .prog_table td a.completed {
            background: #2C3E50;
        }

        .prog_table td a.incomplete {
            background: red;
        }

    .prog_table td ddd {
        display: inline-block;
        float: left;
        color: #fff;
        background: #e8e8e8;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        box-shadow: 2px 2px 2px #b1b1b1;
        padding: 3px 0;
        border: 1px solid #fff
    }

.page_description {
    color: #666;
    font-size: 15px;
    margin: 1rem 0;
}

    .page_description h1 {
        font-size: 22px;
    }

    .page_description p {
    }

.req_message {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-left: 3px
}

    .req_message:before {
        color: red;
        content: " * "
    }

.form_question {
    padding: 0 0 20px 0;
}

    .form_question label {
        font-size: 14px;
        line-height: 20px
    }

        .form_question label.sub {
            font-size: 12px;
        }

        .form_question label.error {
            font-size: 12px;
            font-weight: bold;
            line-height: 18px
        }

    .form_question table label {
        font-size: 12px;
    }

    .form_question .add_info {
        margin-top: 10px;
        border-left: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
        border-right: 1px solid #b1b1b1;
        border-bottom: 1px solid #b1b1b1;
        padding: 10px;
        box-shadow: 2px 2px 2px #b1b1b1;
    }
    /*.form_question .add_info textarea {width:350px;}*/
    .form_question .ui_item {
        margin: 10px 0 10px 10px;
    }

.add_info {
    margin: 10px 10px 0px 10px;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 16px;
    box-shadow: 2px 2px 2px #b1b1b1;
}

    .add_info label.req {
        position: relative;
        left: 0;
        margin-right: 5px
    }

    .add_info label.inline {
        margin-left: 20px
    }

    .add_info h2.add_info_header {
        font-size: 16px;
        margin: 4 0 -8px 0;
        color: #000000
    }

    .add_info h3.add_info_header {
        font-size: 16px;
        margin: 4 0 -8px 0;
        color: #000000
    }

.add_info_link {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 12px; /*font-weight:bold;*/
    text-decoration: none;
    margin: 7px 0;
    box-shadow: 2px 2px 2px #b1b1b1;
    border: 1px solid #fff;
    padding: 6px 10px 6px 26px;
    background: #2C3E50 url(../img/download_icon_2.png) no-repeat 6px 3px
}

    .add_info_link:hover {
        background: #3399cc url(../img/download_icon_2.png) no-repeat 6px 3px
    }
/*.add_info textarea {width:350px; }*/
.add_info div.add_info_header {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0px 0;
    color: #000000
}

.add_info h2.add_info_header2 {
    font-size: 16px;
    margin: 0 0 -8px 0;
    color: #000000;
    padding-top: 8px;
}

.add_info h3.add_info_header2 {
    font-size: 16px;
    margin: 0 0 -8px 0;
    color: #000000;
    padding-top: 8px;
}

.add_info div.add_info_header2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 10 0 0;
    color: #000000
}

.add_info span.command {
    font-size: 12px;
    font-weight: normal;
}

.add_info a.open_icon {
    background-color: #ffffff;
    background-image: url(../img/open_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 14px 50px 14px 0px;
    margin: 0 0 0 0
}

.add_info a.open_icon2 {
    background-color: #ffffff;
    background-image: url(../img/open_icon2.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 14px 50px 14px 0px;
    margin: 0 0 0 0
}

.add_info a.close_icon {
    background-color: #ffffff;
    background-image: url(../img/close_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 14px 50px 14px 0px;
    margin: 0 0 0 0
}

.add_info a.close_icon2 {
    background-color: #ffffff;
    background-image: url(../img/close_icon2.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 14px 50px 14px 0px;
    margin: 0 0 0 0
}

.add_info3 {
    padding: 2px 10px 0 10px;
    width: 620px;
    margin: 20px 10px 16px -20px;
}

.add_info4 {
    padding: 16px 16px 16px 16px;
    width: 610px;
    margin: 20px 10px 16px 20px;
}

.electronic_signature {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0px 0;
    color: #000000
}

.add_info_removelink {
    font-size: 10pt;
}

.add_info_addlink_show {
    width: 100%;
    margin: 10px 0;
}

    .add_info_addlink_show a {
        margin-right: 50px;
    }

.ack_info {
    margin-top: 20px;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 5px;
    box-shadow: 2px 2px 2px #b1b1b1;
    width: 700px
}

    .ack_info label.req {
        position: relative;
        left: 0;
    }

    .ack_info label.inline {
        margin-left: 5px
    }

    .ack_info h2.add_info_header {
        font-size: 16px;
        margin: 4 0 -8px 0;
        color: #000000
    }

    .ack_info h3.add_info_header {
        font-size: 16px;
        margin: 4 0 -8px 0;
        color: #000000
    }

.ack_info_link {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 12px; /*font-weight:bold;*/
    text-decoration: none;
    margin: 7px 0;
    box-shadow: 2px 2px 2px #b1b1b1;
    border: 1px solid #fff;
    padding: 6px 10px 6px 26px;
    background: #154062 url(../img/download_icon_2.png) no-repeat 6px 3px
}

    .ack_info_link:hover {
        background: #3399cc url(../img/download_icon_2.png) no-repeat 6px 3px
    }

.ack_info textarea { /*width:780px;*/
    height: 100%
}

.ack_info div.add_info_header {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0px 0;
    color: #000000
}

.ack_info h2.add_info_header2 {
    font-size: 16px;
    margin: 0 0 -8px 0;
    color: #000000;
    padding-top: 8px;
}

.ack_info h3.add_info_header2 {
    font-size: 16px;
    margin: 0 0 -8px 0;
    color: #000000;
    padding-top: 8px;
}

.ack_info div.add_info_header2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 10 0 0;
    color: #000000
}

.ack_info span.command {
    font-size: 12px;
    font-weight: normal;
}

.ack_info a.open_icon {
    background-color: #ffffff;
    background-image: url(../img/open_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 14px 50px 14px 0px;
    margin: 0 0 0 0
}

.ack_info a.open_icon2 {
    background-color: #ffffff;
    background-image: url(../img/open_icon2.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 14px 50px 14px 0px;
    margin: 0 0 0 0
}

.ack_info a.close_icon {
    background-color: #ffffff;
    background-image: url(../img/close_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 14px 50px 14px 0px;
    margin: 0 0 0 0
}

.ack_info a.close_icon2 {
    background-color: #ffffff;
    background-image: url(../img/close_icon2.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 14px 50px 14px 0px;
    margin: 0 0 0 0
}

.ack_info3 {
    padding: 2px 2px 2 2px; /*width:780px;*/
    margin: 5px 5px 5px -5px;
}

.ack_info4 {
    padding: 2px 2px 2px 2px; /*width:710px;*/
    margin: 5px 5px 5px 5px;
}

.cust1_ack {
    position: relative
}

.cust1_ack_scrolltext { /*width:760px;*/
    height: 100%;
    overflow: scroll;
    background: #eee;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin: 25px 0 10px
}

.cust1_ack_hidelink {
    float: right;
    position: relative;
    top: 24px
}

.cust_ack {
    position: relative;
}

.cust_ack_scrolltext { /*width:560px;*/
    height: 100px;
    overflow: scroll;
    background: #eee;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin: 25px 0 10px
}

.cust_ack_hidelink {
    float: right;
    position: relative;
    top: 24px
}

.checkhide {
    opacity: 0.25
}

.checkshow {
    opacity: 1.0
}

.form_wrapper, .form_wrapper_summary {
    margin: 0px 75px;
}

.form_wrapper_fullwidth {
    margin: 0px;
}

    .form_wrapper h2 {
        font-size: 20px;
        color: #154062;
        margin: 30px 0 -8px 0;
    }

    .form_wrapper h3 {
        font-size: 20px;
        color: #154062;
        margin: 18px 0 -8px 0;
    }

    .form_wrapper td.leftcol {
        text-align: right; /*width:46%;min-width:190px*/
    }

    .form_wrapper td.rightcol1 { /*width:318px*/
    }

        .form_wrapper td.rightcol1 i {
            color: Gray
        }

h3.reminder {
    font-size: 14px !important;
    color: red;
    margin: 20px 0 3px 20px;
    float: right;
    padding-right: 20px;
}

.form_wrapper_summary h2 {
    font-size: 20px;
    color: #154062;
    margin: 30px 0 -8px 0;
}

.form_wrapper_summary td {
    padding: 7px 14px 0 0;
    line-height: 16px
}

    .form_wrapper_summary td.leftcol {
        text-align: right; /*width:220px*/
    }

    .form_wrapper_summary td.rightcol1 { /*width:500px*/
    }

    .form_wrapper_summary td.leftcol2 { /*width: 700px;*/
        text-align: left;
        padding-top: 10px
    }

    .form_wrapper_summary td.rightcol2 { /*width:20px*/
    }

.WordSection1 h2 {
    font-size: 14px;
    color: Black;
    font-weight: bold;
    margin: 0 0 10px 0
}

.WordSection1 p {
    margin: 0 0 0 0
}

.add_info td.leftcol {
    text-align: right; /*width:202px*/
}

.add_info td.leftcol5 {
    text-align: right; /*width:230px;*/
    padding-right: 0
}

.btn_block2 {
    margin-top: 20px;
    width: 100%;
    text-align: right;
    padding: 0 0 20px 0;
}

.btn_block {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    border-top: 2px solid #ccc;
    padding-top: 8px;
    text-align: right;
}

.submit_link {
    display: inline-block;
    background: #2C3E50;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
    float: right;
    text-transform: uppercase;
    margin: 0 0.3125rem 0.3125rem 0;
    box-shadow: 0.125rem 0.125rem 0.125rem #b1b1b1;
    border: 0.0625rem solid #fff;
}

.submit_link_disabled {
    cursor: not-allowed;
    display: inline-block;
    background: #2C3E50;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    float: right;
    text-transform: uppercase;
    margin-right: 5px;
    box-shadow: 2px 2px 2px #b1b1b1;
    border: 1px solid #fff
}

.arrow_left {
    padding: 5px 10px 5px 14px;
}

    .arrow_left:hover {
        color: #fff;
        background: #3399cc url(../img/btn_arrow_left.png) no-repeat left center;
    }

    .arrow_left:focus {
        color: #fff;
        background: #3399cc url(../img/btn_arrow_left.png) no-repeat left center;
    }

.arrow_right {
    padding: 5px 14px 5px 10px;
}

    .arrow_right:hover {
        color: #fff;
        background: #3399cc url(../img/btn_arrow_right.png) no-repeat right center
    }

    .arrow_right:focus {
        color: #fff;
        background: #3399cc url(../img/btn_arrow_right.png) no-repeat right center
    }

.arrow_none {
    padding: 5px 10px;
}

    .arrow_none:hover {
        color: #fff;
        background: #3399cc
    }

    .arrow_none:focus {
        color: #fff;
        background: #3399cc
    }

.arrow_none_disabled {
    padding: 5px 10px;
}

    .arrow_none_disabled:hover {
        color: #fff;
        background: #aaa
    }

    .arrow_none_disabled:focus {
        color: #fff;
        background: #aaa
    }

.error_message {
    color: red;
    font-size: 10px;
}

.error {
    color: red;
    font-weight: normal;
    padding-left: 5px;
    margin-right: .5rem;
}

.errors {
    color: red;
    width: 100%;
    height: 15px;
    display: inline-block;
}

.error_small {
    font-size: 10pt;
}

.errors div {
    margin: 0 auto;
    width: 100%;
}

label[for=confirmPassword], label[for=email], label[for=password] {
    text-align: left !important;
}

.toggle_separator {
    border-left: 1px solid rgba(177, 177, 177, 0.51);
    border-top: 1px solid rgba(177, 177, 177, 0.51);
    border-right: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    margin: 20px 40px 10px 40px;
    box-shadow: 2px 2px 2px #b1b1b1;
}

.invisible {
    display: none;
}

.bottom_message {
    text-align: right;
    padding-right: 4rem;
    font-size: 16px;
    font-weight: bold;
    color: #888;
    margin-top: 1rem;
}

.page_footer {
    height: 50px;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.page_footer_mainlinks {
    margin: 25px 0 17px;
    line-height: 1.5em;
}

    .page_footer_mainlinks a {
        color: #001F48;
        padding: 0 9px;
        text-decoration: none;
    }

        .page_footer_mainlinks a:hover {
            color: #307E11;
        }

.page_footer_mainlinks_seperator {
    display: inline-block;
    margin: 0 2px 0 -6px;
    width: 1px;
}

    .page_footer_mainlinks_seperator:before {
        content: "|"
    }

.page_footer_hr {
    border-top: 1px solid #BFBFBF;
    width: 850px;
    margin: 0 auto;
}

.page_footer_credits dl {
    font-size: 11px;
    padding: 12px 0 0;
    white-space: nowrap;
    width: 950px;
    margin: 0;
}

.page_footer_credits dt {
    display: inline;
    white-space: nowrap;
    color: #2B2B2B;
    margin: 0 6px 0 0;
}

.page_footer_credits dd {
    display: inline;
    white-space: nowrap;
    color: #636363;
    margin: 0 11px 0 0;
}

    .page_footer_credits dd a {
        color: #636363;
        text-decoration: underline
    }

        .page_footer_credits dd a:hover {
            text-decoration: none
        }

.page_footer_credits_copy {
    text-decoration: none;
    font-size: 10px;
    margin: 5px 0 0 0
}

.popup {
    display: none;
}

.popupoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.10;
    filter: alpha(opacity=10);
    z-index: 100;
}

.popupgif {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 99;
}

/* Language selection */

.navLang {
    margin-top: -42px;
    float: right;
}

    .navLang label {
        color: white;
    }

.globe {
    vertical-align: middle;
    margin: -4px 10px 0px 10px;
    /*width: 30px;*/
    height: 30px;
}

.info_bubble {
    margin-left: 10px;
}

#siteseal {
    float: left;
}

.radiolabel {
    display: block;
    vertical-align: middle;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

#mainForm table {
    margin: 0 auto;
}

.agency {
    margin-right: 5px;
}

.sig_box {
    border: 1px solid lightgray;
    padding: 5px;
    margin: 10px;
    /*width: 80%;  */
}

.info_table tr td:first-child {
    text-align: right;
    /*max-width:220px;*/
}

label.req:after, span.req:after {
    color: red;
    content: " *";
}
/*changed*/
label.formlabel {
    font-weight: lighter;
    font-size: small
}
/*changed*/

.chat-block {
    margin: 10px 0 0 0;
}

    .chat-block img {
        border: #BDBCBC 1px solid;
        border-radius: 3px;
    }

.phone-block {
    margin: 20px 0 0 0;
}

.contact-window {
    /*width: 249px;*/
    height: 520px;
    margin: 9.9% 0 0 75%;
    position: absolute;
    border: 1px #2A4A7A solid;
    background-color: #FEFFFC;
    text-align: center;
}

    .contact-window p {
        font-family: lucida Sans;
        font-size: 13px;
        line-height: 0.5;
    }

        .contact-window p.hdr {
            font-size: 14px;
            font-weight: 700;
            line-height: 1.5;
            color: #666666;
        }

        .contact-window p.ttl {
            padding-top: 10px;
            color: #2A4A7A;
        }

    .contact-window hr {
        color: #27A038 !important;
        background-color: #27A038;
        height: 1px;
        /* width: 100px;*/
        margin: 40px auto 30px auto !important;
    }

.form_wrapper td {
    padding: 14px 14px 0 0
}
/*changed*/

.form_wrapper div.leftcolumn {
    /*width: 45%;*/
    height: 50px;
    float: left;
    display: inline-block;
}

.form_wrapper div.rightcolumn {
    /*width:50%;*/
    height: 50px;
    display: inline-block;
    margin-left: 10px;
}

.form_wrapper div.leftcolumn label {
    margin-top: 3px;
    float: right;
}

.form_wrapper div.leftcolumn input {
    float: right;
    margin-right: 55px;
}

.indent {
    margin-left: 30px;
    font-style: italic;
}

.password-meter-bg {
    margin-left: -4px;
    /*width: 178px;*/
}

.password-meter-message {
    /*width: 150px;*/
    position: absolute;
    margin-top: -23px;
    margin-left: 184px !important;
    text-align: left !important;
}

.lang-div {
    float: right;
}

.lang-link {
    text-decoration: none;
    color: black;
}

.flag {
    width: 50px;
    margin-top: -8px;
    float: left;
}

.notice_block {
    background-color: #efefef;
    border-bottom: 3px solid red;
    margin: 20px 0 10px 0;
}

.notice {
    font-size: 12pt;
    font-weight: bold;
    color: red;
    margin: 3px;
}

.disclaimer {
    font-size: 11pt;
    font-weight: bold;
    color: #154062;
    margin: 0 15px 15px 15px;
}

.header_wrapper {
    width: 100%;
    height: 108px;
    margin-top: -8px;
    background: url(../img/blink.png) no-repeat scroll 50% 0 transparent;
}

.header { /*width:950px;*/
    height: 150px;
    margin: 0 auto;
}

div#nav { /*width:1200px;*/
    height: 43px;
    margin: 0 auto;
}

.nav a {
    display: inline-block;
    float: left
}

.subnav {
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

    .subnav a {
        color: #001F48;
        text-decoration: none
    }

.contentSection {
}

.login {
    max-width: 176px;
    min-width: 176px;
}

.learn_about_Ninja_label {
    position: relative;
    left: 8px;
    padding: 14px 0 0 100px;
    line-height: 150%;
}

.learn_about_Ninja_select {
    /*max-width: 250px;*/
    margin: 5px 5px 0 5px;
}

.learn_about_Ninja_input {
    margin: 5px;
    display: block;
    /*    width: 244px;
    max-width: 244px;*/
}

.display-name {
    font-size: 12px;
    font-weight: bold;
    color: #989898;
    margin-left: 5px;
}

.be-advised {
    font-weight: bold;
}

.latin {
    float: right;
    /*width: 250px;*/
    margin-right: 68px;
    color: red;
    font-size: 10pt;
    margin-top: 13px;
}

/*Summary page*/

.dkblue14 {
    color: darkblue;
    font-size: 14pt;
}

.dkblue {
    color: #0d6efd
}

.please-do-not-hesitate {
    margin-top: 2rem;
}

.please-complete-your-application {
    margin-top: .6rem;
    display: inline-block;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.width405 {
    margin: 0 auto; /*width: 405px;*/
    text-align: center;
}

.welcome-email p {
    font-family: font-family:Arial, Helvetica, sans-serif;
}



/***********************ADMIN IB PAGE************************************/


li {
    list-style-type: none;
}

    li a {
        margin-left: 10px;
    }

.lbl {
    font-size: 10pt;
    margin: 2px 20px 2px 50px;
}

.ibSection {
    color: #154062;
    font-size: 12pt;
    font-weight: bold;
}

.tB {
    float: right;
    /*            width: 180px;*/
}

.innerTable {
    /*            width: 600px;*/
    margin-left: 100px;
    border-collapse: collapse;
}

    .innerTable tr td {
        /*            width: 200px;*/
        border: 1px solid black;
        padding: 5px;
    }

.innerTable2 {
    /*            width: 400px;*/
    margin-left: 300px;
    border-collapse: collapse;
}

    .innerTable2 tr td {
        /* width: 150px;*/
        border: 1px solid black;
        padding: 5px;
    }

.title, .header {
    font-size: 11pt;
    font-weight: bold;
    color: #27276d;
}

.ib-header {
    margin-left: 70px;
}

span.ib-style {
    font-size: 10pt;
    color: blue;
    font-style: italic;
}

span.att {
    font-size: 11pt;
    color: black;
    font-style: normal;
}

hr {
    /*margin-top: 20px;*/
}

.ib_button {
    display: inline-block;
    background: #154062;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    float: right;
    box-shadow: 2px 2px 2px #b1b1b1;
    border: 1px solid #fff
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    white-space: normal;
}

.form-check-input {
    position: absolute;
    margin-top: .2rem;
    margin-left: -1.25rem;
}

/*Next Gen Portal CSS Start*/
#divNavControls {
    background-color: #2C3E50;
    padding: 0.5rem;
    color: white;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

    #divNavControls H1, #divNavControls H2, #divNavControls H3 {
        color: white;
    }

label.req:after {
    color: red;
    content: " *";
    margin-right: 0px !important;
}

.form-control {
    padding: 0 .75rem !important;
}

.form-label {
    text-align: left;
}

.password-meter-bg, .password-meter-bar {
    height: 1rem;
    background-color: white;
}

.password-meter {
    margin-top: 0;
}

.btn_block {
    margin-bottom: .5rem;
}

/* Custom CSS for responsive dialog */
.ui-dialog {
    max-width: 90%; /* Adjust max width for responsiveness */
    width: auto; /* Ensure width is auto for responsiveness */
    margin: 10px 10px 10px 0; /* Add margin to avoid touching screen edges */
    word-wrap: break-word; /* Ensure word wrap */
    position: relative !important; /* Change from absolute to relative for better positioning */
}

.ui-dialog-titlebar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.ui-dialog-title {
    font-size: 1rem !important; /* Adjust font size for better readability */
}

.ui-dialog-titlebar-close {
    cursor: pointer !important;
}

.ui-dialog-content {
    padding: 20px !important;
}

.ui-dialog-buttonpane {
    display: flex !important;
    justify-content: flex-end !important;
    padding: 10px !important;
}

/* Ensure dialog remains centered */
@media (max-width: 768px) {
    .ui-dialog {
        left: 5% !important;
    }

    element.style {
        width: 100% !important;
        height: 100% !important;
    }
}

.table.no-border td,
.table.no-border th {
    border: none;
}

.btn-next {
    background-color: #2D862D;
    color: white;
}

.btn {
    margin: 0 .1rem;
    text-transform: capitalize;
}

.add_info_header2 {
    margin: 0rem 0 0rem 0;
}

#divLogoutSummary a {
    text-decoration: underline;
}

.no-link-style {
    text-decoration: none;
    color: inherit;
}
.no-link-style:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 22px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    .footer-contact-info {
        font-size: 13px;
    }
}

li.custom-list-item {
    list-style-type: disc;
    margin-left: 20px; /* Adjust as needed */
    margin-bottom: 5px; /* Adjust as needed */
}
