﻿:root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif !important;
    line-height: 1.5;
    font-weight: 400;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;*/
    background-color: var(--light-background-gray);
    /*Base Colors*/
    --white: white;
    --thistle: #ebc8ea;
    --navy-blue: #162b49;
    --midnight-blue: #0d1c26;
    --blue: #3366cc;
    --blue-hover: #004eb0;
    --medium-blue: #5894ed;
    --light-blue: #d0eaff;
    --purple: #8752ad;
    --purple-hover: #7830ad;
    --light-purple: #d1b3e5;
    --spruce-green: #39676c;
    --spruce-green-hover: #d3e8eb;
    --light-spruce-green: #b2d2d6;
    --crimson: #dc143c;
    --lava-red: #ed5735;
    --lava-red-hover: #cd3a1d;
    --light-lava-red: #edcbc3;
    --gold: #ffa500;
    --gold-hover: #df8b00;
    --light-gold: #ffedcc;
    --light-background-gray: #f6f7fa;
    --light-background-gray-alt: #ecedf2;
    --light-warm-gray: #f1f1f1;
    --medium-gray: #c0c0c0;
    --dark-gray: #343a40;
    --dark-gray-hover: #23272b;
    --seashell: #fdf4ed;
    --cadet-blue: #62999f;
    --light-cyan: #cfffff;
    --good-green: #006100;
    --sad-orange: orange;
    --bad-red: #dc3545;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    text-align: left;
    margin-bottom: 60px;
    background-color: var(--light-background-gray) !important;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif !important;
}

/*.home-body {
    background-image: url('/images/BackgroundWhiteGray.png');
    background-size: 100% 100%;
}*/

.home-welcome-background {
    background-image: url('/images/BackgroundTealNavy.png');
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    /*opacity: 0.8;*/
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
    color: #002c39;
}


hr {
    margin: 0;
    padding: 0;
}


/* Provide sufficient contrast against white background */
a, a:visited {
    color: #005a68;
}

a:hover, a:focus, a:active {
    color: #258c9b; /*#3a97a5*/
}


.a_h1toh6, .a_h1toh6:visited {
    color: #005a68;
}

.a_h1toh6:hover, .a_h1toh6:focus, .a_h1toh6:active {
    color: #258c9b; /*#3a97a5*/
}


.bg-alt, .bg-light {
    background-color: #ecedf2 !important;
}




/*~~~~~~~~~~~~~ NAVBAR FORMATTING ~~~~~~~~~~~~~~~*/
.navbar a {
    color: #b2d5d7;
}

.navbar {
    /*background-color: var(--navy-blue);*/
    /*border-bottom: 5px solid var(--medium-blue) !important;*/
    border-bottom: 3px solid #009aa0 !important;
    box-shadow: 0 4px 5px #8f93a399;
    background: rgb(6,46,81);
    background: linear-gradient(0deg, rgba(6,46,81,1) 0%, rgba(0,130,138,1) 98%); /*#062e51 #00828a*/
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    /*    color: #30b9cd !important;*/
    color: #f1f1f1
}

a.navbar-brand span {
    color: #4a89dd;
    font-style: italic;
}

.nav-link {
    /*color: var(--medium-gray);*/ /*#258c9b;*/
    color: #b2d5d7;
    border-radius: 5px;
    transition: color .4s, background .7s;
}

.nav-link:focus, .nav-link:hover {
    color: var(--white) !important; /*#3a97a5 #30b9cd*/
    background: rgb(6,46,81);
    background: linear-gradient(0deg, rgba(6,46,81,1) 0%, rgba(0,130,138,1) 98%);
}

/*PROFILE DROP DOWN*/
.rounded-circle {
    width: 2rem;
    height: 2rem;
}

/*END PROFILE DROP DOWN*/


/*Dropdown*/
.dropdown-menu {
    /*border:1px solid #f1f1f1;*/
    border: 1px solid #007587;
}

.dropdown-item, .dropdown-item:visited {
    color: #005a68 !important; /*#007587*/
    border-radius: 5px;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
    color: #e3ffff !important;
    background-color: #007587 !important; /* #bED4DA #b2d5d7 rgb(198, 213, 222)*/
}




.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-weight: 600;
    color: #c8d6d7;
    background-color: rgb(0, 130, 138);
    background: linear-gradient(10deg, rgba(6,46,81,1) 0%, rgba(0,130,138,1) 98%);
    border: 1px solid rgb(0, 130, 138);
}


/*Button Slim Height*/
.btnActionSlim {
    font-size: .875rem;
    padding-top: .025rem;
    padding-bottom: .025rem;
}



/*Big Launch Links*/
.btnBigLink, .btnBigLink:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 17.5rem;
    border-radius: 25px;
    /*border: 1px solid #00828a;*/
    border: 1px solid #909ea7;
    color: #005a68;
    background-color: var(--white); /* #cED4DA #c6d5de; #b2d5d7 rgb(198, 213, 222)*/
}

/*.btnBigLink:visited {
    border: 1px solid #00828a;
    color: #258c9b;*/ /*#3a97a5*/

/*}*/
.btnBigLink:hover, .btnBigLink:active, .btnBigLink:focus {
    border: 1px solid #005a68; /*#b2d5d7*/
    /*color: #002c39;
    background-color: #bED4DA;*/ /*#b2d5d7 rgb(198, 213, 222)*/
    color: #e3ffff !important;
    background-color: #007587 !important; /* #bED4DA #b2d5d7 rgb(198, 213, 222)*/
}

.btnBigLink:active {
    border: 1px solid #005a68; /*#b2d5d7*/
    color: #002c39;
    background-color: #bED4DA; /*#b2d5d7 rgb(198, 213, 222)*/
}

.btnBigLink:focus {
    border: 1px solid #005a68; /*#b2d5d7*/
    color: #002c39;
    background-color: #bED4DA; /*#b2d5d7 rgb(198, 213, 222)*/
}



/*btn - base*/
.btn {
    text-decoration: none;
    transition: color .5s, background-color .5s;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 3px #8f93a399;
}


/*btn-primary*/
.btn-primary, .btn-primary:visited {
    font-weight: 600;
    color: #c8d6d7;
    background-color: rgb(0, 130, 138);
    background: linear-gradient(10deg, rgba(6,46,81,1) 0%, rgba(0,130,138,1) 98%);
    border: 1px solid rgb(0, 130, 138);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: rgb(0, 130, 138);
    background: linear-gradient(10deg, rgba(6,46,81,1) 0%, rgba(0,130,138,1) 75%);
}


/*btn-outline-primary*/
.btn-outline-primary, .btn-outline-primary:visited {
    color: #005a68 !important; /*#258c9b #005a68*/
    background-color: #eaffff !important;
    border: 1px solid #005a68 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff !important;
    background: linear-gradient(10deg, rgba(6,46,81,1) 0%, rgba(0,130,138,1) 98%);
    border: 1px solid rgb(0, 130, 138) !important;
}


/*btn-light*/
.btn-light, .btn-light:visited {
    border: none;
    color: #555;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
    background-color: var(--light-warm-gray);
}


/*btn-outline-light*/
.btn-outline-light, .btn-outline-light:visited {
    color: #a5a5a5;
    border: 1px solid var(--light-warm-gray);
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
    background-color: var(--light-warm-gray);
    border: 1px solid var(--light-warm-gray);
}


.btn-outline-danger, .btn-outline-danger:visited {
    color: #cc0000;
    border-color: #cc0000;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    color: #fff;
    background: rgb(204,0,0);
    background: linear-gradient(0deg, rgba(204,0,0,1) 0%, rgba(0,0,0,1) 100%);
}




.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}




/*alerts*/
.alert-primary {
    /*    background-image: url('/images/BackgroundWhiteGray.png');
    background-size: 100% 100%;*/
    color: #00323d;
    background-color: #d8e5e9;
    box-shadow: 0 1px 3px #8f93a399;
    border: 1px solid #b2d5d7;
}

.alert-secondary {
    color: #6f4c20;
    background-color: #ddd8b6;
    border: 1px solid #ddcf74;
}


.alert-warning {
    /*    background-color: #ff8f66;
    color: #ffffd1;*/
    background-color: var(--light-warm-gray);
    color: #555;
    border: none;
}

.alert-danger {
    color: var(--crimson);
    border: none;
}

.alert-success {
    background-color: var(--cadet-blue);
    color: var(--light-cyan);
    border: none;
}






/*~~~~~~~~~~~~~ INPUT FORMATTING ~~~~~~~~~~~~~~~*/
input {
    border-radius: 10px !important;
    box-shadow: 0 1px 3px #8f93a399;
}

.form-select {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 1px 3px #8f93a399;
}


.input-label-tooltip i {
    margin-top:-.25rem;
}




/*CUSTOM CHECKBOXES*/
/*Note: Entire reason for using this class and not bootstrap custom checkbox is when form is posted with bootstrap custom checkboxes, no values are selected in check box list.*/
/* The container */
.chkContainer {
    /* display: block; */
    /* display: inline-block; */
    position: relative;
    padding-left: 2rem;
    margin-right: 1.5rem;
    margin-bottom: 1.25rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chkContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.575rem;
    width: 1.6rem;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Create a custom checkbox */
.checkmarkDisabled {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.575rem;
    width: 1.6rem;
    background-color: #f1f1f1;
    border: 1px solid #ced4da /*#ced4da*/;
    border-radius: .25em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: not-allowed;
}


/* On mouse-over, add a grey background color */
.chkContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkContainer input:checked ~ .checkmark {
    /*background-color: #007bff;*/
    background-color: #343a40;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmarkDisabled:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkContainer input:checked ~ .checkmark:after {
    display: block;
}

.chkContainer input:checked ~ .checkmarkDisabled:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkContainer .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style the checkmark/indicator */
.chkContainer .checkmarkDisabled:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #a0a0a0;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*END CUSTOM CHECKBOXES*/



/*VALIDATION SUMMARY*/
#divValidationSummary ul {
    list-style-image: url("/images/icon_red_Cancel-16.png");
    vertical-align: middle;
    line-height: 1.5rem;
}





/*REQUIRED INPUT LABEL ASTERISK*/
/* Step 1: Common Properties: All required to make icons render reliably */
.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.requiredInput:after {
    color: #c00;
    font-size: .65rem;
    font-family: "Font Awesome Free 6";
    font: var(--fa-font-solid);
    content: " \2a";
    opacity: .5;
    /*content: " *";
    color: #CC0000;*/
}
/*END REQUIRED INPUT LABEL ASTERISK*/


/*GLOWING SHADOW*/
@-webkit-keyframes glowing {
    0% {
        -webkit-box-shadow: 0 0 0 0rem #494a54;
    }

    40% {
        -webkit-box-shadow: 0 0 .175rem .125rem #494a54;
    }

    60% {
        -webkit-box-shadow: 0 0 .175rem .125rem #494a54;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0rem #494a54;
    }
}

@-moz-keyframes glowing {
    0% {
        -moz-box-shadow: 0 0 0 0rem #494a54;
    }

    40% {
        -moz-box-shadow: 0 0 .175rem .125rem #494a54;
    }

    60% {
        -moz-box-shadow: 0 0 .175rem .125rem #494a54;
    }

    100% {
        -moz-box-shadow: 0 0 0 0rem #494a54;
    }
}

@-o-keyframes glowing {
    0% {
        box-shadow: 0 0 0 0rem #494a54;
    }

    40% {
        box-shadow: 0 0 .175rem .125rem #494a54;
    }

    60% {
        box-shadow: 0 0 .175rem .125rem #494a54;
    }

    100% {
        box-shadow: 0 0 0 0rem #494a54;
    }
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 0 0rem #494a54;
    }

    40% {
        box-shadow: 0 0 .175rem .125rem #494a54;
    }

    60% {
        box-shadow: 0 0 .175rem .125rem #494a54;
    }

    100% {
        box-shadow: 0 0 0 0rem #494a54;
    }
}

.button-glow {
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
}

.input-glow {
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
}
/*END GLOWING SHADOW*/





/*~~~~~~~~~~~~~ CLICKABLE/SELECT CARDS ~~~~~~~~~~~~~*/
.card-select {
    border: none;
    background-color: var(--white); /* #ced4da #c6d5de; #b2d5d7 rgb(198, 213, 222)*/
    transition: color .5s, background-color .5s, border .5s;
    box-shadow: 0 1px 3px #8f93a399 !important;
}

.card-select:hover, .card-select:focus, card-select:active {
    color: rgb(37,139,155);
    background-color: var(--spruce-green-hover) !important; /*#007587 #bED4DA #b2d5d7 rgb(198, 213, 222)*/
}

.card-select a:hover, .card-select a:focus, card-select a:active {
    color: rgb(37,139,155);
    transition: color .5s
}





/*~~~~~~~~~~~~~ TABBED OVERRIDES ~~~~~~~~~~~~~*/
#divTabbed .nav-tabs {
    border-bottom: 1px solid #c0c0c0 !important;
    transition: color .5s, background-color .5s;
}

#divTabbed .nav-tabs .nav-link {
    color: var(--navy-blue) !important;
    margin-left: 3px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: color .5s, background-color .5s;
}

#divTabbed .nav-tabs .nav-link:hover {
    color: var(--white) !important;
    background: var(--midnight-blue);
    background: linear-gradient(0deg, rgba(0,130,138,1) 3%, var(--navy-blue)  50%);
    border-bottom:1px solid #83deee;
}

#divTabbed .nav-link {
    border-top: 1px solid #c0c0c0 !important;
    border-right: 1px solid #c0c0c0 !important;
    border-left: 1px solid #c0c0c0 !important;
    transition: color .5s, background-color .5s;
}

#divTabbed .nav-link.active, #divTabbed .nav-tabs .nav-link:focus {
/*    color: #c6d5de !important;
    background-color: #343a40;
    border-top: 1px solid #c0c0c0 !important;
    border-right: 1px solid #c0c0c0 !important;
    border-left: 1px solid #c0c0c0 !important;
    border-bottom: 1px solid #000 !important;*/
    color: var(--light-blue) !important;
    background: var(--midnight-blue);
    background: linear-gradient(0deg, rgba(0,130,138,1) 3%, var(--navy-blue)  50%);
    border-bottom:1px solid #83deee;
}

/*
    BLUES TABS
    color: var(--white) !important;
    background: var(--midnight-blue);
    background: linear-gradient(0deg, var(--blue) 3%, var(--navy-blue)  50%);
    border-bottom:1px solid #83deee;
*/




/*~~~~~~~~~~~~~ LARGE ELEMENTS FORMATTING ~~~~~~~~~~~~~~~*/
#tblEditHistory {
    font-size: .9rem;
    color: #555;
    border-collapse: collapse;
    border-radius: .5rem;
    width: 100%;
}

#tblEditHistory th, #tblEditHistory td {
    padding-left:.25rem;
    padding-right: .25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#tblEditHistory tr {
    border-bottom: 1px solid #cecfd7;
}

#tblEditHistory tr:last-child {
    border-bottom: none;
}





/* Sticky footer styles
-------------------------------------------------- */
.printFooter {
    display: none;
}

@media print {
    .printFooter {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: right;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: .5rem;
    }
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    color: #c6d5de;
    background: var(--midnight-blue);
    background: linear-gradient(0deg, var(--midnight-blue) 45%, #062e51 99%);
    box-shadow: 0 4px 5px #8f93a399;
}

#footerContainer {
    border-top: 1px solid #258c9b;
}

#footerTopDivider {
    background-color: #c6d5de;
    height: .325rem;
}

#footerCopyrightHostingContainer {
    text-align: center;
}

#footerCopyrightHostingContainer p {
    line-height: 1rem;
}

#footerCopyrightHostingContainer a, #footerCopyrightHostingContainer a:visited {
    color: #258c9b;
}

#footerCopyrightHostingContainer a:hover, #footerCopyrightHostingContainer a:focus, #footerCopyrightHostingContainer a:active {
    color: #83deee;
}

.footerXSmall {
    font-size: .75rem;
}




/*~~~~~~~~~~~~~~~~~~ SITE WIDE SPECIALTY ~~~~~~~~~~~~~~~~~~*/

.fadeInMedium {
    animation: fadeIn;
    animation-duration: 1.25s;
}

.fadeInSlower {
    animation: fadeIn;
    animation-duration: 3.5s;
}

.goodValue {
    color: var(--good-green);
}
.warnValue {
    color: var(--sad-orange);
}
.badValue {
    color: var(--bad-red);
}


@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .pagebreak-before, .pagebreak-before * {
        page-break-before: always;
    }
}



.premium-icon-h1 {
    width: 3.5rem;
    vertical-align: bottom;
    margin-right: .5rem;
}

.premium-icon {
    color: #f0ca0f; /*#fbda37*/
}