﻿/* Custom page CSS
-------------------------------------------------- */
html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: "ibm-plex-sans",sans-serif;
    color: #484848;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
}

a {
    color: #027B87;
    text-decoration: none;
}

    a.link {
        text-decoration: underline;
    }

        a.link:hover {
            text-decoration: none;
        }

    a:hover {
        color: #00626B;
        text-decoration: underline;
    }

.card {
    margin-bottom: 1rem;
    border: 0px;
    border-radius: .5rem;
    box-shadow: 0px 4px 10px #F4F4F4;
}
/*custom-checkbox lg*/
.custom-checkbox-lg {
    min-height: 2rem;
    padding-left: 2.5rem;
}

    .custom-checkbox-lg .custom-control-label::before, .custom-checkbox-lg .custom-control-label::after {
        top: -0.1rem;
        left: -2.5rem;
        width: 2rem;
        height: 2rem;
    }

    .custom-checkbox-lg .custom-control-label::before {
        border: #A2A3A5 solid 1px;
    }

    .custom-checkbox-lg .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #A2A3A5;
    }

    .custom-checkbox-lg .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: transparent;
        border-color: #A2A3A5;
    }

    .custom-checkbox-lg .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0rem #00B3BC;
    }

.custom-control-label {
    font-weight: normal;
}
/*Custom Radio Button*/
.custom-radiobutton input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.custom-radiobutton label {
    color: #007b87;
    font-weight: normal;
    line-height: 1.15;
    text-align: center;
    padding: 9px 14px;
    border: 1px solid #007b87;
    transition: all 0.1s ease-in-out;
}

    .custom-radiobutton label:hover {
        cursor: pointer;
    }

.custom-radiobutton input:checked + label {
    background-color: #007b87;
    color: #fff;
    box-shadow: none;
}

.custom-radiobutton .custom-control:first-of-type label {
    border-radius: 4px 0 0 4px;
}

.custom-radiobutton .custom-control:last-of-type label {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.custom-radiobutton .custom-control {
    padding: 0rem;
    margin: 0;
}

.custom-radiobutton .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0rem transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: transparent;
    background-color: transparent;
}

.custom-radiobutton .custom-control-label::before, .custom-radiobutton .custom-control-label::after {
    top: 0rem;
    left: 0rem;
    width: 0rem;
    border: #adb5bd solid 0px;
}

ul li {
    line-height: 1.65;
}

@media (max-width: 767.98px) {
    .custom-radiobutton label {
        line-height: 1.5;
    }

    .custom-radiobutton .custom-control {
        width: 100%;
    }

    .custom-radiobutton label {
        width: 100%;
    }
}

/**/
label {
    display: inline-block;
    font-weight: 600;
}

    label span {
        font-weight: normal !important;
    }

.label-heading {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.claim-text {
    font-size: 1.25rem;
}

.bg-tip, .bg-help {
    padding: 10px;
    background-color: #f2fbfc;
    border: 1px solid #bae1e3;
    border-radius: .25rem;
}

.info-icon {
    font-size: .8rem;
    height: 25px;
    vertical-align: middle;
    line-height: 0;
    width: 25px;
    text-align: center;
    padding: 5px;
    color: #00626b;
    border: 2px solid #00626b;
    border-radius: 50%;
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    border-top-color: #f2fbfc;
}

.popover {
    font-family: inherit;
    background-color: #f2fbfc;
    border: 1px solid #bae1e3;
}

.character-count {
    color: #a2a3a5;
    text-align: right;
}

.progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f0f0f0;
    border-radius: 1rem;
}

.progress-bar {
    position: relative;
    background-color: #C60B30;
}

.progressbar-text {
    color: #808080;
    padding-left: 10px;
    position: absolute;
}

.bg-scroll {
    padding: 10px;
    height: 150px;
    border: 1px solid #d8d8d8;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*progressbar text css for IE 11 and 10  */
@media all and (-ms-high-contrast:none) {
    .progressbar-text {
        top: 3px;
    }

    ::-ms-backdrop, .progressbar-text {
        top: 3px;
    }
}

h1, h2, h3 {
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 600;
}

.fa, .far, .fas {
    color: #007b87;
}

strong {
    font-weight: 600;
}

:hover {
    transition: .125s;
}

.custom-form-control .form-control {
    border-left: 0;
}

.custom-form-control .input-group-text {
    background-color: transparent !important;
    border: 1px solid #007b87 !important;
}

.input-group-text {
    padding: .375rem .65rem;
    background-color: transparent !important;
    border: 1px solid #007b87 !important;
}

    .input-group-text i {
        font-size: 1.25rem;
    }

.main-nav .navbar-toggler {
    padding: .25rem;
    border-color: #007b87;
    background-image: none !important;
}

.main-nav .navbar-toggler-icon {
    color: #06b3be;
    font-size: 1.8rem;
    background-image: none !important;
    height: auto !important;
}

    .main-nav .navbar-toggler-icon:focus, .navbar-toggler:focus {
        outline: 0 !important;
    }

.main-nav .navbar-light .navbar-nav .nav-link {
    color: #06b3be;
}

    .main-nav .navbar-light .navbar-nav .nav-link:focus, .main-nav .navbar-light .navbar-nav .nav-link:hover,
    .main-nav .navbar-light .navbar-nav .active > .nav-link, .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .nav-link.show, .main-nav .navbar-light .navbar-nav .show > .nav-link {
        color: #007b87;
    }
/*Common CSS*/
.form-control, .custom-select {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    border: 1px solid #A2A3A5;
}

    .form-control:focus {
        border: 2px solid #007B87;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
    }

.field_required {
    color: #C8102E !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F0F0F0;
    opacity: 1;
}

.custom-datetimepicker .input-group-text {
    background-color: transparent !important;
    border: 0 !important;
}

/*Placeholder CSS*/
::-webkit-input-placeholder { /* Chrome */
    color: rgba(0, 0, 0, .2) !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, .2) !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, .2) !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(0, 0, 0, .2) !important;
    opacity: 1;
}

::placeholder {
    color: rgba(0, 0, 0, .3) !important;
}
/*Main Nav CSS*/
.main-nav {
    background-color: #fff;
    border-bottom: 2px solid #d8d8d8;
}
/*Page Header CSS*/
.page-header {
    font-family: "canada-type-gibson",sans-serif !important;
    font-weight: 600;
    font-size: 1.65rem;
    line-height: 1.15;
    padding: 1.5rem 0rem;
}
/*Buttons CSS*/
.btn {
    font-family: "canada-type-gibson",sans-serif !important;
    font-weight: 600;
    padding: .5625rem 1rem;
    margin-bottom: 1rem;
}
    .btn.disabled,
    .btn:disabled {
        background: #D8D8D8 !important;
        color: #767676 !important;
        border-color: #D8D8D8 !important;
    }
.btn-navigation .btn {
    padding: .5625rem 3.5rem;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0rem rgba(0, 68, 93, .0) !important;
}

.btn-primary {
    background-color: #007b87;
    border-color: #007b87;
}

    .btn-primary:hover {
        background-color: #00626B;
        border-color: #00626B;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #007b87;
        border-color: #007b87;
        box-shadow: 0 0 0 0rem rgba(38,143,255,0);
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0rem rgba(108,117,125,0);
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #808080;
        background-color: #d8d8d8;
        border-color: #d8d8d8;
    }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #007b87;
    border-color: transparent !important;
    background-color: transparent !important;
}

.btn-primary:focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(38,143,255,0);
    outline: 0;
}

.btn-outline-secondary:focus {
    border-color: transparent;
    background-color: transparent;
}

.home-btnnavigation .btn-outline-secondary {
    border-color: #007b87;
    color: #007b87;
}

    .home-btnnavigation .btn-outline-secondary:hover {
        border-color: #007b87;
        background-color: #007b87;
        color: #ffffff;
    }

.btn-outline-secondary {
    border-color: transparent;
    color: #007b87;
}

    .btn-outline-secondary:hover {
        border-color: transparent;
        background-color: transparent;
        color: #00626B;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        background-color: #D9F4F5;
        border-color: #D9F4F5;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #007b87;
    background-color: #007b87;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #00B3BC;
}

.text-danger {
    color: #C8102E !important;
}

.pointer-events {
    pointer-events: none;
}

/*Footer CSS*/
.footer {
    background-color: #525252;
    color: #fff;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .footer li a {
        color: #fff;
        padding: 0px 10px;
    }

    .footer a {
        color: #fff;
        font-size: .95rem;
    }

        .footer a:hover {
            color: #00626B;
        }

.no-action {
    pointer-events: none;
}

.Privacy a:hover, .copyright a.member:hover {
    text-decoration: underline;
}

.Social li a {
    font-size: 1.65rem;
}

.navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .navbar-brand img {
        width: 200px;
        height: 51px;
    }
/**************IE browser input fields clear fix************/
::-ms-clear {
    display: none !important;
}

.btn-navigation {
    margin-top: 3rem;
}
/*media Query CSS*/
.fixed-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1039;
}

.main-nav .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

.main-nav .navbar-light .nav-link {
    text-align: left;
    padding: .75rem 1rem;
    border-top: 1px solid #d8d8d8;
}

.copyright li a img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.Privacy {
    padding-bottom: 29px;
}

.appicons img:hover {
    cursor: pointer;
}

@media (min-width: 768px) {
    .container-fluid {
        width: 692px;
    }

    .appicons img {
        width: 225px;
    }
}

@media (max-width: 767.98px) {
    .label-heading {
        margin-bottom: 1rem;
    }

    .appicons {
        text-align: center;
    }

        .appicons img {
            width: 260px;
        }

    .home-btnnavigation .btn {
        display: block;
        width: 100%;
    }

    .btn-navigation {
        display: flex;
        justify-content: space-between;
    }

    .main-nav .navbar-light {
        padding: .5rem 0rem;
    }

    .page-header {
        font-size: 1.5rem;
        padding: 1rem 0rem;
    }

    .Privacy {
        font-size: .85rem;
        padding: 1.5rem 0rem;
    }
}
/*datepicker*/
.timepicker .btn, .datepicker .btn {
    margin-bottom: 0px !important;
}

.glyphicon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.timepicker .glyphicon.glyphicon-chevron-up:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
}

.timepicker .glyphicon.glyphicon-chevron-down:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}

.datepicker .glyphicon.glyphicon-chevron-left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
}

.datepicker .glyphicon.glyphicon-chevron-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 18em !important;
}

hr {
    border-top: 1px solid #A2A3A5;
}

.callclaimsrep-btn {
    font-size: 0.9rem;
}

.customerService-img {
    width: 3.625rem;
    height: 4.125rem;
}

.range-wrap {
    position: relative;
    margin-bottom: 0.625em;
}

/*WEBKIT BASED BROWSERS (CHROME, SAFARI, OPERA)*/
.range {
    -webkit-appearance: none;
    width: 100%;
}

    .range::-webkit-slider-runnable-track {
        width: 100%;
        height: 0.5em;
        background: #BAE1E3;
        border: none;
        border-radius: 0.5em;
    }

    .range::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 1.438em;
        width: 1.438em;
        border-radius: 50%;
        background: #00B3BC;
        margin-top: -0.5em;
        cursor: pointer;
    }

    .range:focus {
        outline: none;
    }

        .range:focus::-webkit-slider-runnable-track {
            background: #BAE1E3;
        }
    /*End WEBKIT BASED BROWSERS (CHROME, SAFARI, OPERA)*/

    /*Start FIREFOX*/

    .range::-moz-range-track {
        width: 100%;
        height: 0.5em;
        background: #BAE1E3;
        border: none;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
    }

    .range::-moz-range-thumb {
        border: none;
        height: 1.438em;
        width: 1.438em;
        border-radius: 50%;
        background: #00B3BC;
        cursor: pointer;
    }

    /*hide the outline behind the border*/
    .range:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    .range:focus::-moz-range-track {
        background: #BAE1E3;
    }
    /*End FIREFOX*/

    /*Start INTERNET EXPLORER 10 +*/
    .range::-ms-track {
        width: 100%;
        height: 0.5em;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 0.5em 0;
        /*remove default tick marks*/
        color: transparent;
    }

    .range::-ms-fill-lower {
        background: #00B3BC;
        border-radius: 0.5em;
    }

    .range::-ms-fill-upper {
        background: #BAE1E3;
        border-radius: 0.5em;
    }

    .range::-ms-thumb {
        border: none;
        height: 1.438em;
        width: 1.438em;
        border-radius: 50%;
        background: #00B3BC;
        cursor: pointer;
    }

    .range:focus::-ms-fill-lower {
        background: #00B3BC;
    }

    .range:focus::-ms-fill-upper {
        background: #BAE1E3;
    }

    .range::-ms-tooltip {
        display: none;
    }
/*End INTERNET EXPLORER 10 +*/

.range-value {
    position: relative;
}

.range-fill {
    position: absolute;
    left: 0;
    top: 0.625em;
    z-index: 9;
    background-color: #00B3BC;
    height: 0.5em;
    -webkit-border-radius: 0.5em 0 0 0.5em;
    -moz-border-radius: 0.5em 0 0 0.5em;
    border-radius: 0.5em 0 0 0.5em;
}

@-moz-document url-prefix() {
    .range-fill {
        top: 0.425em;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .range {
        padding-bottom: 0em;
    }

    .range-fill {
        display: none;
    }
}

.timer {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #808080;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

    .timer .fa,
    .timer .far {
        padding-right: 0.5rem;
    }

/*Spinner Styles*/
.modal-backdrop.show {
    opacity: 0.6;
}

.modal-backdrop {
    background-color: #484848;
}

.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sk-circle {
    margin: 100px auto;
    width: 80px;
    height: 80px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #00B3BC;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*error*/
.error-container,
.error-container .color-primary,
.error-custom-container,
.error-custom-container .color-primary {
    color: #C8102E !important;
}

    .error-custom-container label {
        margin-bottom: 0px !important;
    }

    .error-container .error-text,
    .error-custom-container .error-text {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 18px;
        margin-bottom: 0.25rem;
    }

    .error-container .form-control,
    .error-custom-container .form-control {
        border: 1px solid #C8102E;
        color: #dc3545 !important;
    }

    .error-container .input-group-text.border-color, .border-color, .error-container .border-right-color,
    .error-custom-container .input-group-text.border-color, .border-color, .error-custom-container .border-right-color,
    .error-custom-container .input-group-text {
        border-color: #dc3545 !important;
    }

/*Browser Disclaimer*/
.browserDisclaimer-Image {
    height: 91px;
    width: 104px;
}

.browserDisclaimer-Content {
    color: #444647;
    font-family: "ibm-plex-sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.browserDisclaimer-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
/*Prefill Text - Placeholder*/
.form-control:focus::placeholder {
    opacity: 0;
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-control:focus::-moz-placeholder {
    opacity: 0;
}