﻿body {
    font-size: 14px;
    --bs-modal-color: #666666;
    --bs-body-color: #666666;
    --bs-body-font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --bs-info-bg-subtle: #d9edf7;
    --bs-info-border-subtle:#d9edf7;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    display: block;
}

.navbar-nav {
    padding-left: revert-layer;
}

#header .navbar-nav {
    padding-left:0;
}

img[alt=eClaims], img[alt=travelexLogo], img[alt=covermoreLogo] {
    padding-right: 40px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        display: inline-block;
        flex-direction: unset;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: unset;
    }
}

.btn {
    display: inline-block;
    /*;*/
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.questionhelp {
        background-color: ButtonFace;
    }

    .btn-primary {
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: linear-gradient(rgb(60, 108, 135), rgb(60, 108, 135) 50%, rgb(60, 108, 135));
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        -webkit-filter: none;
        filter: none;
        border: 1px solid #345578;
    }

.btn-primary {
    color: #ffffff;
    background-color: rgb(60, 108, 135);
    border-color: rgb(60, 108, 135);
}

.btn {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.btn-primary {
    color: #ffffff;
    background-color: rgb(60, 108, 135);
    border-color: rgb(60, 108, 135);
}

.btn-default {
    color: white;
    background-color: rgb(60, 108, 135);
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }



.btn-primary:hover {
    background-image: -webkit-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
    background-image: -o-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f8ab9), color-stop(50%, #3e648d), to(#385a7f));
    background-image: linear-gradient(#e6e6e6, #e6e6e6 50%, #e6e6e6);
    color: black;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f8ab9', endColorstr='#ff385a7f', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #2e4b69;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.modal {
    --bs-modal-width: 600px;
}

.modal.show {
    opacity: 1;
}

/*.modal-dialog {
    width:600px;
}
*/
.modal-header {
    display:block;
}

.btn-group, .btn-group-vertical {
    /*position: relative;*/
    display: inline-block;
    /*vertical-align: middle;*/
}

a {
    color: #3399f3;
    text-decoration: none;
}

a {
    background-color: transparent;
}

.form-control {
    font-size: 1em;
    appearance: auto;
}

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

[data-bs-toggle="buttons"] > .btn input[type="radio"], [data-bs-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-bs-toggle="buttons"] > .btn input[type="checkbox"], [data-bs-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}


.dropdown-toggle::after {
    display: none;
}

.row {
    --bs-gutter-x: 30px;
}

    .row .row {
        clear: left;
        display: block;
    }

form > .row > * {
    width: revert;
}

.panel-info > .panel-heading {
    color: white;
    background-color: rgb(60, 108, 135);
    border-color: rgb(60, 108, 135);
}

.panel-info {
    border-color: lightgrey;
}

.progress-bar {
    background-color: darkgray;
}

.text-info {
    color: #3a87ad !important;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background: transparent;
    border: 1px solid #dddddd;
}

    .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
        background-color: #eeeeee;
        color: #999999;
        cursor: not-allowed;
    }

.tipsmark {
    color: rgb(60, 108, 135);
    padding-right: 10px;
}

.list-group-item + .list-group-item {
     border-top-width: 1px; 
}

.lead {
    font-size:21px;
}

.tips {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: rgb(60, 108, 135);
    border-color: rgb(60, 108, 135);
}

.text-muted {
    color: #999999 !important;
}

.row.header .text-muted {
    color: white !important;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

h3, .h3 {
    font-size: 24px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #2d2d2d;
}

.form-control {
    font-size:14px;
}

h6, .h6 {
    font-size: 12px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #2d2d2d;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.popover .popover-header {
    margin-top: 0;
}

.btn.exprefundbtn {
    padding: 0.5em;
}

.exprefundbtn:focus {
    color: #345578;
}