﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.icon20{
    font-size:20px;
}
.flat_input {
    border: 1px solid #636e72;
    border-right: 0px;
    border-left: 0px;
    border-top: 1px;
    box-shadow: 0px;
    border-radius: 0px;
}
::-webkit-input-placeholder {
    font-style: italic;
    font-size:14px;
}

:-moz-placeholder {
    font-style: italic;
    font-size: 14px;
}

::-moz-placeholder {
    font-style: italic;
    font-size: 14px;
}

:-ms-input-placeholder {
    font-style: italic;
    font-size: 14px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #828f9d;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #828f9d;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #828f9d;
}
.sectionHeader {
    font-weight: bold;
    font-size: 21px;
}
.font-strong {
    font-weight: bold;
}
.nav-link {
    color: #636e72;
}

    .nav-link:hover {
        color: #009ca6;
    }

.mainTextColor {
    color: #009ca6 !important;
}

.secondaryTextColor {
    color: #828f9d !important;
}

.cursorPointer {
    cursor: pointer;
}

ul .dropdownlist {
    list-style: none;
}

#btnCreateQuote {
    width: 250px;
}

.btn-bind-option{
    margin-right: 5px;
}

.form-control:focus {
    border-color: #009ca6;
    box-shadow: 0 0 0 0.1rem #009ca6;
}

.btnRound5 {
    border-radius: 5px;
}

.btnRound10 {
    border-radius: 10px;
}

.btnRound20 {
    border-radius: 20px;
}

.btnRound20-right0 {
    border-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
}

.btnGray {
    color: #828f9d;
    border-color: #828f9d;
    font-size: 14px;
    width: 100%;
}

.btnGreen {
    color: #009ca6;
    border-color: #009ca6;
    font-size: 14px;
    width: 100%;
}

.blockquote {
    font-size: 14px;
}

span {
    font-size: 14px;
}

#btnBackToDashBoard {
    width: 170px;
    height: 34px;
}

.button {
    width: 86px;
    height: 34px;
}

.button-sm {
    width: 50px;
    height: 34px;
}

.btnGreen:hover {
    background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab); 
    color: white;
}

.btnGreen_clicked {
    background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab);
    color: white;
}
.btnSolidGreen_clicked {
    background: #009ca6;
    color: white;
}
.btn-outline span, .wrapper .btn.btn-outline.active > span {
    align-items: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

h1, h4 {
    font-weight: lighter;
}

hr {
    width: 90px;
    margin-bottom: 20px;
    margin: 0px 15px 15px -10px;
}

h1 {
    font-size: 40px;
}

.headerBorder {
    background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab);
    padding: 2px;
}

.headerBorder1 {
    background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab);
    padding: 1px;
}

.sectionHeaderBorder {
    background-color: #009ca6;
    padding: 1px;
}

.questionBorder {
    background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab);
    padding: 1px;
    height: 3px;
}

.dashboardSectionBG {
    background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab);
    padding: 40px;
    color: white;
}

  
.clientSectionBG {
    background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab);
    padding: 20px;
    color: white;
}

    .clientSectionBG span {
        font-size: 16px;
        cursor: pointer;
    }
.archlogo {
    width: 180px;
    height: 30px;
}

.cardMain {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

footer {
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-top-none {
    border-top: 0px;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    max-width: 100%;
    /*overflow-x: hidden;*/
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #fefefa;
    font-family: Roboto,Helvetica,Arial,sans-serif,"Open Sans";
    color: #828f9d;
    max-width: 100%;
    overflow-x: hidden;
    --ck-z-default: 100;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}

.d-table {
    display: table;
}
/* custom table
-------------------------------------------------- */
.tablecustomsize {
    width: 50%;
}
.footer {
    background-color: #009ca6;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: table;
}

.footerOld {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.list-group-item_custom:hover {
    background-color: #dae6ab;
}

.trHover:hover {
    background-color: #dae6ab;
}

.displayNone {
    display: none;
}


.spinner-border-custom5 {
    width: 5rem;
    height: 5rem;
}

.spinner-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: none;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.list-group {
    max-height: 300px;
    margin-bottom: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.list-group-item_custom {
    position: relative;
    display: block;
    padding: .50rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
}

.form-check-input:checked {
    background-color: #009ca6;
}

/*.table-padding-sm td th {
   padding: .25rem;
}*/

.dragAndDrop {
    background: #fff;
    border: dashed 4px #e1e4e7;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 40px;
}

/*.policy-section{
    display:none;
}*/
input:disabled, select:disabled, button:disabled {
    cursor: not-allowed;
}

.float-button-topright {
    position: fixed;
    height: 35px;
    top: 100px;
    right: 0px;
    color: #009ca6;
    border-color: #009ca6;
    font-size: 12px;
    font-weight: 500;
    width: 150px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}

    .float-button-topright:hover {
        background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab);
        color: white;
    }

.validation-message {
    color: red;
    font-size: 12px;
}

.dashboard-search {
    border-radius: 10rem;
    border: 3px solid #009ca6;
}

.dashboard-search-icon {
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem;
    background-color: #009ca6;
    border: 3px solid #009ca6;
}

.dashboard-search-icon-sm {
    background-color: #009ca6;
}

.custom-border-below {
    border: none;
    border-bottom: 1px solid #009ca6 !important;
    border-radius: 0;
}

.situation-number-icon {
    width: 30px;
    height: 30px;
    background-color: #009ca6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
}

input, select, textarea {
    color: #828f9d;
}

.brokerage-label {
    border-top: 0px !important;
    display: inline-flex;
    width: 100%;
    max-width: 100%;
}

.wrapper .boxSpace {
    margin-bottom: 20px;
}

.margin-top-2px {
    margin-top:2px;
}

.margin-bottom-1px {
    margin-bottom: 1px;
}

.tooltip > .tooltip-inner {
    background-color: #009ca6;
}

.table tr td {
    color: #828f9d;
    padding: .55rem;
}

.table-dashboard tr th {
    border-top: 0px;
    color: #009ca6;
}

/*.table-dashboard tr td {
    color: #828f9d;
    padding: .55rem;
}*/

.nav-link:hover {
    color: #009ca6;
}

.nav-link:active {
    color: #009ca6;
}

.product-card {
    border: 0px;
}

.more_info {
    border-bottom: 1px dotted;
    position: relative;
}

    .more_info .title {
        position: absolute;
        top: 20px;
        background: #009ca6;
        color: white;
        padding: 5px 10px 5px 10px;
        left: 0;
        /* white-space: nowrap; */
        width: 400px;
        border-radius: 4px;
        line-height: 1.4;
    }



.dropdown-toggle::after {
    content: none;
}



.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    margin-bottom: 20px;
}

_:-ms-lang(x), .card-img-top {
        height: 100%; /*fixe for IE*/
}
.input-travel {
    height: 50px;
    font-size: 50px;
    width: 90px;
}

.range__max, .range__min {
    margin-top: 5px;
    display: inline-block;
    position: relative;
    font-size: 12px;
}



.coverselection {
    vertical-align: middle !important;
}

    .coverselection .selected {
        background-color: rgba(0, 156, 166, 0.2);
    }

.extra-cell {
    position: relative;
    padding: 0; /* No padding to avoid extra space */
    width: 0; /* Ensures no extra space is added to the table layout */
}
.extra-element {
    position: absolute;
    top: 0;
    right: -110px; /* Position the extra element 100px outside the table */
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-border-hidden {
    border-top-style: hidden !important;
}


    /*draganddrop*/
.drag-drop-zone {
    border: dashed 4px #e1e4e7;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 10px 0 10px 0;
    position: relative;
}

    .drag-drop-zone:hover {
        background-color: #f5f5f5;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

/*pre {
    background-color: #f0f0f0;
    overflow: auto;
    padding: 1rem;
    height: 10rem;
}*/


.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "▼";
    border-top: .3em solid transparent;
     border-right: 0px; 
    border-bottom: .3em solid transparent;
}


.doc-progress-bar {
    width: 1%;
    height: 5px;
    background-color: #009CA6;
    display:none;
}


.button-special {
    color:white;
    border-color: #009ca6;
    background-color: #009ca6;
    font-size: 15px;
    width: 100%;
    /*box-shadow: 5px 5px grey;*/
}
}

/* Reset Password Style Start
-------------------------------------------------- */

#pwCriteria {
    display: inline-flex;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
    padding-left: 0px !important;
    color: #009ca6;
}

.pwpoint:last {
    margin: 0 !important;
}

.pwpoint {
    display: inline-block;
    height: 15px;
    margin-right: 1px;
    font-size: small;
}

.pwCol {
    width: 50%;
    padding: 0;
}

.pwCol > ul{
    padding-left: 0px;
}

.pwPass {
    color: #009ca6;
}

.pwFail {
    color: #a94442;
}

/* Reset Password Style End
-------------------------------------------------- */

.padding-top-10{
    padding-top:10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-right-5-perc{
    padding-right: 5%;
}

.padding-right-8-perc {
    padding-right: 8%;
}

.padding-right-7-perc {
    padding-right: 7%;
}

.padding-right-5px {
    padding-right: 5px;
}

.padding-right-10px {
    padding-right: 10px;
}

.padding-left-0 {
    padding-left: 0px !important;
}
.stickyMessage {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
}


input[type=date]:valid::-webkit-datetime-edit-year-field {
    color: #828f9d;
}

input[type=date]:invalid::-webkit-datetime-edit-year-field {
    color: red;
}
input[type=date]:invalid::-webkit-datetime-edit {
    color: red;
}
.fixedMessage {
    position: fixed;
    z-index: 100;
    top: 0;
}
a.hyperLinkMainColor {
    color: #009ca6;
    text-decoration: underline;
    font-style: italic;
    font-size:small;
}
input[type=date]:valid::-webkit-datetime-edit-year-field {
    color: #828f9d;
}

input[type=date]:invalid::-webkit-datetime-edit-year-field {
    color: red;
}
input[type=date]:invalid::-webkit-datetime-edit {
    color: red;
}

.width-10px{
    width: 10px;
}
.width-200px {
    width: 200px;
}
.width-150px {
    width: 150px !important;
}
.width-125px {
    width: 125px !important;
}

.width-perc-150 {
    width: 150% !important;
}
.width-auto{
    width:auto !important;
}
.width-perc-100 {
    width: 100%;
}
.width-perc-80 {
    width: 80%;
}
.width-perc-70 {
    width: 70%;
}
.width-perc-55 {
    width: 55%;
}
.width-perc-50{
    width:50% !important;
}
.width-perc-45 {
    width: 45%;
}
.width-perc-40 {
    width: 40%;
}
.width-perc-20 {
    width: 20%;
}
.width-perc-19 {
    width: 19%;
}
.width-perc-15 {
    width: 15%;
}
.width-perc-10 {
    width: 10%;
}
.height-100{
    height: 100px;
}

.margin-right-10px{
    margin-right: 10px;
}

.font-size-small{
    font-size:small;
}

.font-size-16px{
    font-size: 16px !important;
}

.font-size-15px {
    font-size: 15px !important;
}

.table-textbox {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    text-align: center;
    text-align-last: center
}

.IsPLRadio {
    margin-left: 5px;
    margin-right: 5px;
}

.whitebg{
    background-color:white !important;
}
.tooltip-arrow,
.black-tooltip + .tooltip > .tooltip-inner {
    background: linear-gradient(90deg,#00afb9,#00b9a2,#b6e6ab,#dae6ab);
}

.padding-side-0{
    padding-left: 0px !important;
    padding-right:0px !important;
}
.padding-top-7px {
    padding-top: 7px;
}
.padding-top-8px {
    padding-top: 8px;
}
.padding-top-10px{
    padding-top: 10px;
}
.padding-top-50px {
    padding-top: 50px;
}

.max4rows {
    max-height: 108px !important;
}

.selectnoicon{
    background: none;
    /*background-color: white !important;*/
    padding: .375rem .75rem .375rem .75rem !important;
}

.r-icon {
    font-size: 20px !important;
    color: #F59B22;
}

.r-icon-label {
    color: #F59B22;
    font-style: normal;
    padding-left: 5px;
    font-weight: 600;
    vertical-align: top;
    cursor: pointer;
}

.table-hover-green tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(0, 156, 166, 0.2);
}

.scroll-coverages {
    overflow: scroll;
    height: 600px;
}

.premium-referral {
    position: absolute;
    width: 100%;
    /*padding-left: 10px;*/
    padding-top: 10px;
}

.i-bubble {
    padding-top: 10px;
    text-align: justify;
    display:inline-flex;
}

.agg-do-i-bubble {
    position: absolute;
    width: 22%;
    /*padding-left: 10px;*/
    padding-top: 10px;
    text-align: center;
}

.agg-do-i-bubble-mobile {
    position: absolute;
    width: 39%;
    /*padding-left: 10px;*/
    padding-top: 10px;
    text-align: left;
}

.summary-option {
    width: 150px;
    margin-right: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.horizontal-padding-none {
    padding-left: 0px;
    padding-right: 0px;
}

.font-08rem{
    font-size: 0.8rem;
}

.font-075rem {
    font-size: 0.75rem;
}

/* Cover option checkbox Start
-------------------------------------------------- */

.cover-option {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 15px;
    -webkit-appearance: button;
    border: double 2px #00F;
    background-color: #0b0095;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    filter:brightness(0.9);
}

    .cover-option:checked {
        filter: hue-rotate( 325deg );
    }

    .cover-option:hover {
        box-shadow: 0px 0px 10px #009ca6;
    }

.add-to-quote {
    vertical-align: top;
    font-size: 20px;
}
/* Cover option checkbox end
-------------------------------------------------- */

/* Summary Page Start
-------------------------------------------------- */

.edit-page-button {
    color: #009ca6;
    background: none;
    border: none;
    font-size: 15px;
    width:100%;
}

/* Summary Page End
-------------------------------------------------- */

/*
    General css
*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.notif-banner {
    margin-bottom: 5px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 50;
    top: 0;
    box-shadow: -4px 1px 10px 0 #bdbdbd;
    margin-left: 10%;
    margin-right: 10%;
}

.page-link {
    width: 35px;
    max-width: 35px;
    text-align: center;
}

.combobox-option {
    padding-top: 0px !important;
    padding-bottom: 0px;
}

.margin-bottom-none{
    margin-bottom:0px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.text-align-right{
    text-align:right !important;
}

.text-italic {
    font-style: italic;
}

.display-inline{
    display:inline-flex !important;
}

.bmi-description {
    width: 100%;
    background-color: #009ca6;
    border: solid 1px #828f9d;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    padding-top: 7px;
    font-weight: bold;
}

.square-left {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.square-right {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.teal-border-focus:focus {
    outline: none !important;
    border: 2px solid #009ca6;
}

.daterangepicker {
    font-family: Roboto,Helvetica,Arial,sans-serif,"Open Sans";
}

.mental-health-blurb {
    padding-top: 10px;
    font-size: small;
    padding-left: 0px !important;
}

.conversation-history > thead > tr > th {
    color: #009ca6 !important;
}

.referral-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    margin-top: -80px;
    margin-left: -10px;
    background: #eeeeee;
    border: 3px solid teal;
}

.referral-banner :hover {
    color: #B19849;
    background-color: #FFEEBA;
    border: #856404 1px solid;
}

.referral-banner-message :hover {
    border: none;
    cursor: pointer;
}

.msg-info {
    color: #0c5460;
    margin-bottom: 10px;
    font-size: smaller;
}

.bind-checkbox {
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: middle;
    margin-top: 2px;
}

.rem-075{
    font-size: 0.75rem;
}

.dropdown-caret {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/* Multi Prop Color
-------------------------------------------------- */
.Activiry_color {
    color: #5c6560 !important;
}
