@import url("../fonts/trebuchet-ms-2-cufonfonts-webfont/style.css");

:root {
    --blue: #02416A;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white-dark-shade: #eee;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #02416A;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Trebuchet MS", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    margin: 0;
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: var(--light);
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.__custom_header {
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
    padding: 5px 20px;
    background: var(--white);
}

.__button {
    background: none;
}

.__button::after {
    display: none;
}

.__button:focus,
.__button.focus {
    outline: 0;
    box-shadow: none;
}

.__card {
    border: none;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
}

.____card {
    background: var(--white-dark-shade);
    border: none;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.__list-group .list-group-item a {
    color: var(--primary);
    padding: 20px !important;
    display: block;
}

.__list-group .list-group-item {
    border: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    padding: 0;
}

.__list-group .list-group-item.active {
    background-color: var(--primary);
}

.__list-group .list-group-item.active a {
    color: #fff;
    text-decoration: none;
}

.__list-group .list-group-item.active .__icon-image,
.__list-group .list-group-item:hover .__icon-image {
    filter: invert(1);
}

.__list-group .list-group-item:hover {
    background-color: var(--primary);
}

.__list-group .list-group-item:hover a {
    color: #fff;
    text-decoration: none;
}

.__icon-image {
    width: 20px;
}

.__card .__card-title {
    background: var(--primary);
    padding: 15px 20px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: var(--white);
}

.card-bottom {
    background: var(--primary);
    padding: 30px;
    color: var(--white);
}

.card-bottom-title {
    margin-top: -15px;
}

._page {
    margin-bottom: 64px;
}

.step_tab_1 {
    margin-left: 3rem;
}

.__modal-list-group {
    border: none;
}

.__modal-list-group li.list-group-item {
    border: none;
    cursor: pointer;
}

.__modal .modal-content {
    border: none;
}

.text-primary {
    color: var(--primary) !important;
}

label {
    letter-spacing: 0.5px;
}

.member_lookup input[type="text"], .member_lookup button[type="submit"], .member_lookup button[type="button"], .member_lookup select {
    font-size: 13px;
    height: 33px !important;
}

.xml {
    margin-right: 20px;
    margin-left: 10px;
}

.member_lookup {
    border: 1px solid #02416a;
    padding: 30px 15px 0 15px;
    position: relative;
    margin-bottom: 15px;
}

.Memberlookup_txt {
    background: #02416a;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    position: absolute;
    top: -15px;
    z-index: 9;
}

.gentok {
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 5px;
}

div#example_wrapper,
div#ptype_wrapper,
div#spousetbl_wrapper,
div#payhtbl_wrapper,
div#product_tokenstbl_wrapper,
div#banifit_detilstbl_wrapper,
div#beneficiary_detailstbl_wrapper,
div#view_riderstbl_wrapper {
    margin-top: 40px;
}

table.dataTable thead th {
    background: #02416a;
    color: #fff;
    font-weight: normal;
    border-right: 1px solid #fff;
}

table.dataTable th.select-checkbox:before {
    content: " ";
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

table.dataTable th.select-checkbox.selected:after {
    content: "✓";
    font-size: 16px;
    margin-top: -19px;
    margin-left: 0px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
    display: block;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

th.select-checkbox.sorting_disabled {
    vertical-align: middle;
}

a.icn img {
    max-height: 25px;
    margin-left: 5px;
}

table#example td,
table#example th,
table#ptype td,
table#ptype th,
table#spousetbl td,
table#spousetbl th,
table#payh td,
table#payh th,
table#product_tokens td,
table#product_tokens th,
table#banifit_detils td,
table#banifit_detils th,
table#beneficiary_details td,
table#beneficiary_details th,
table#view_riders td,
table#view_riders th {
    font-size: .9rem;
}

#gtoken .modal-dialog.modal-dialog-centered .modal-content,
#gtoken .modal-dialog.modal-dialog-centered .modal-header,
#gtoken .modal-dialog.modal-dialog-centered .modal-footer {
    background: #829ca8 !important;
    border: none;
    color: #fff;
    text-align: center;
    justify-content: center;
}

#gtoken .modal-footer {
    display: flex;
    justify-content: space-around;
}

#gtoken .modal-footer button {
    font-size: 13px;
    border-radius: 0;
}

#pushtoken .modal-dialog.modal-dialog-centered .modal-content,
#pushtoken .modal-dialog.modal-dialog-centered .modal-header,
#pushtoken .modal-dialog.modal-dialog-centered .modal-footer {
    background: #829ca8 !important;
    border: none;
    color: #fff;
    text-align: center;
    justify-content: center;
}

#pushtoken .modal-footer {
    display: flex;
    justify-content: space-around;
}

#pushtoken .modal-footer button {
    font-size: 13px;
    border-radius: 0;
}

.review_mprofile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nameninfo {
    display: flex;
    flex-wrap: wrap;
}

.profile_img {
    margin-right: 20px;
}

.profile_desc h2 {
    font-weight: 900;
    color: #169bd5;
}

.profile_desc .info {
    margin-bottom: 15px;
}

.profile_desc label {
    font-weight: 600;
}

.guid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guid_info,
.select_opt {
    align-self: flex-end;
}

.select_opt form .form-group {
    display: flex;
    align-items: center;
}

select#inputState {
    width: 150px;
}

.nameninfo {
    display: flex;
    flex-wrap: initial;
    flex: 0 0 630px;
}

@media(max-width: 629px) {
    .nameninfo {
        flex-wrap: wrap;
    }
}

.contact_info h2,
.emp_info h2,
.enroll_info h2,
.payimfo_info h2,
.additional_info h2 {
    background: #169bd5;
    color: #fff;
    padding: 5px 5px;
}

.userinfomation {
    margin-bottom: 15px;
}

.userinfomation label {
    font-weight: bold;
}

.contact_info,
.emp_info,
.enroll_info,
.payimfo_info,
.additional_info {
    margin-top: 30px;
}

.member_lookup.spouseform {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newdpt {
    font-size: 13px;
    margin-bottom: .9rem;
}

.innerplan {
    position: relative;
    border: 1px solid #02416a;
    padding: 0px 15px 15px 15px;
    border-radius: 5px;
}

.inner_title {
    margin-bottom: 10px;
    background: #02416a;
    display:flex;
    color: #fff;
    padding: 0px 15px;
    font-size: 18px;
    justify-content: space-between;
}

.edit_title {
    position: absolute;
    top: -15px;
    background: #02416a;
    color: #fff;
    padding: 0px 15px;
    font-size: 18px;
    margin-left: 315px;
}

.plan_desc {
    display: flex;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.2;
    align-items: stretch;
    margin-bottom: 1px;
}

.plan_desc label {
    background: #c1ced4;
    flex: 0 0 50%;
    text-align: right;
    font-weight: 100;
    margin-right: 10px;
    margin-bottom: 0;
    padding-right: 5px;
}

.planbtn {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.planbtn button {
    font-size: 12px;
    margin: 5px 0;
}

@media (min-width: 576px) {
    .plans .modal-dialog {
        max-width: 80%;
    }
}

label.error {
    color: #ff0000;
}

td.dt_actions a {
    filter: opacity(0.5);
    cursor: not-allowed;
    text-decoration: none;
}

td.dt_actions a.has_data {
    filter: opacity(1);
    cursor: pointer;
}
.error_ {
    color: red;
    font-weight: bold;
}
.footer {
    background: white;
    padding: 20px 25px;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    color: var(--primary);
    z-index:1000;
}
