﻿@font-face {
    font-family: "PrimaNova";
    src: url("/Content/webfonts/ProximaNova-Regular.otf") format("opentype");
}

Fbody {
    font-family: futura-pt, "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 1.5em !important;
}

.allContent {
    min-height: 100vh;
    position: relative;
}

.header-margin {
    /*margin: 20px auto 10px auto;*/
    margin: 10px auto 20px auto;
}

button, button:visited, button:active, button:focus {
    border: none;
    background-color: transparent;
}

.field-validation-error, .requiredfield {
    color: red;
    font-weight: 600;
}
/*===EDI COLORS*/
.edi-blue {
    color: #0e0f45 !important;
}

.edi-blue-background {
    background-color: #0e0f45 !important;
}

.edi-bright-blue {
    color: #3b87c2 !important;
}

.edi-bright-green {
    color: #2fc669 !important;
}

.edi-black {
    color: #000 !important;
}

.edi-gray {
    color: darkgray !important;
}

.edi-red {
    color: red !important;
}

.edi-pink {
    color: #ec4fa8 !important;
}

.edi-bold {
    font-weight: 600 !important;
}

.edi-gray-background {
    background-color: #eee !important;
}

.edi-welcome {
    text-transform: capitalize;
    margin-top: 10px !important;
}

.edi-uppercase {
    text-transform: uppercase;
}

.edi-capitalize {
    text-transform: lowercase;
    text-transform: capitalize;
}

.edi-nomargin {
    margin: 0px !important;
}

.edi-notopmargin {
    margin-top: 0px !important;
}

.edi-nobottommargin {
    margin-bottom: 0px !important;
}

.edi-noleftpadding {
    padding-left: 0px !important;
}

.edi-norightpadding {
    padding-right: 0px !important;
}

.edi-paddingtop20 {
    padding-top: 20px;
}
/* EDI forms */
.edi-checkbox-lg {
    zoom: 1.0;
}

.edi-border-black {
    border: 1px solid #000 !important;
}

/* loader spinner */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #191D4D; /* Blue */
    border-right: 16px solid #191D4D; /* Blue */
    border-bottom: 16px solid #191D4D; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: relative;
    margin-left: 33%;
    /*left: 50%;
        top: 50%;*/
}

.loader-button {
    border: 2px solid #fff; /* Light grey */
    border-top: 2px solid #191D4D; /* Blue */
    border-right: 2px solid #191D4D; /* Blue */
    border-bottom: 2px solid #191D4D; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1.5s linear infinite;
    position: relative;
    margin-left: 33%;
    /*left: 50%;
        top: 50%;*/
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* end loader spinner */



/*=== NAVBAR*/
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none !important;
}

.navbar-default {
    /* override bootstraps navbar background color */
    background-color: #fff !important;
    /*    background-color: #f5f9fc !important;
    background-image: none !important;*/
    /*background-color: #d9eef7 !important;  - this doesnt change everything for some reaon, dont have time to mess with.*/
}

    .navbar-default .navbar-nav > li > a {
        color: #000;
        font-weight: 600;
    }

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 5px;
}

    /*DCWEB-6109*/
    .navbar-nav > li > a:hover {
        background-color: #0e0f45;
    }
/*DCWEB-6109*/
.nav-account-menu > li > a:hover {
    background-color: #fff;
}

.header-bottom-horizontal-bar {
    /*border-bottom: solid 1px #ccc;*/
    background-image: linear-gradient(#c8c8c8,#dddddd,#f7f7f7);
    height: 6px;
    width: 100%;
}

.nav-account-menu-mobile {
    text-align: center;
    margin-top: -3px;
}

    .nav-account-menu-mobile ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333333;
    }

    .nav-account-menu-mobile li {
        float: left;
    }

        .nav-account-menu-mobile li a {
            display: block;
            color: white;
            text-align: center;
            padding: 16px;
            text-decoration: none;
        }

            .nav-account-menu-mobile li a:hover {
                background-color: #111111;
            }


/*====DASHBOARD*/
.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    max-height: 200px;
}

.dash-left-nav h4, .dash-center-content h4 {
    font-weight: 600;
}

.dash-left-nav .row {
    border-bottom: 1px solid #000;
    margin-right: 2px;
}

    .dash-left-nav .row a {
        font-weight: 600;
        height: 80px;
        /*padding:10% 2% 0 2%;*/
    }

        .dash-left-nav .row a img {
            height: 80px;
            float: left;
            margin: 5px;
        }

        .dash-left-nav .row a div {
            height: 80px;
            padding-top: 11%;
            float: left;
            text-align: left;
        }

.dash-left-nav .nav li {
    /*border-bottom:1px solid #ccc;*/
    /*background-image:url('https://placehold.it/50x50?text=IMAGE');*/
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: left center;
    background-color: #fff !important;
    background-position: 20px center;
    padding-left: 20px;
}

    .dash-left-nav .nav li a:hover {
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: left center;
        background-color: #fff !important;
    }

    .dash-left-nav .nav li a {
        padding: 20px 1px 20px 65px;
        text-align: left;
        font-weight: 600;
    }


.slider-area {
    margin: 0px 5px 10px;
}

.dash-center-content {
    margin-left: 30px;
    width: 55%;
}

.dash-right-nav {
    margin-right: 20px;
}

.edi-well-cart-item {
    background-color: #F5F5D1;
    border-radius: 10px/10px;
    padding: 15px;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
}

.edi-well-footer {
    background-color: #CCE0EB;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    margin-top: -20px;
    font-size: 11px;
}

.blue-box {
    background-color: #CCE0EB;
}

.edi-well-white {
    background-color: #fff;
    border-radius: 10px/10px;
    padding: 15px;
}

.edi-well, .edi-leftNav-icon, .search-container {
    background-color: #f4f4f4;
}

    .edi-leftNav-icon:hover, .edi-leftNav-icon a:focus, .nav li a:hover {
        /* DCWEB-6109*/
        /*background-color: #ec008b !important;*/
    }

        .edi-leftNav-icon:hover a, .edi-leftNav-icon a:focus, .nav li a:hover {
            /* DCWEB-6109*/
            /*color: #ffffff !important;*/
        }

    .edi-well, .edi-leftNav-icon, .edi-leftNav-icon a, .edi-leftNav-icon:hover, .edi-leftNav-icon a:hover {
        border-radius: 10px/10px;
    }


.edi-well-inner {
    background-color: #ffffff;
}

.edi-well, .edi-leftNav-icon, .edi-leftNav-icon a, .edi-leftNav-icon:hover, .edi-leftNav-icon a:hover, .edi-well-inner, .white-well {
    border-radius: 10px/10px;
}

.edi-leftNav-icon {
    margin-top: 11px;
    margin-bottom: 11px;
}

.edi-well {
    padding: 15px;
    margin-top: 18px;
    margin-bottom: 18px;
}

    .edi-well h3 {
        margin-top: 10px !important;
    }

.dash-right-col-content {
    padding: 0px 5px 5px 5px;
    border: 1px solid #ccc;
}

.dash-right-col-content-Billing {
    min-height: 150px;
    padding: 0px 5px 5px 5px;
    /*border:1px solid #ccc;*/
}

.dash-right-col-contentTestMenu {
    min-height: 150px;
    padding: 0px 5px 5px 5px;
}

.dash-right-hline {
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #ccc;
}

.dash-right-col-content h4 {
    font-weight: 600;
}

.dash-well-header {
    background-color: #0e0f45;
    color: #fff;
    padding: 10px 2px 10px 10px;
    margin: 0px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.dash-well-header-Billing {
    background-color: #fff;
    color: #0e0f45;
    font-size: larger;
    padding: 10px 2px 10px 10px;
    margin: 0px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.dash-well-headerTestMenu {
    color: #0e0f45;
    padding: 10px 2px 10px 10px;
    margin: 0px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.dash-well-header i {
    margin-right: 7px;
}

.dash-tools-list {
    list-style: none;
    text-align: left;
    padding-left: 0px;
}

    .dash-tools-list li {
        margin: 5px 0px;
    }

        .dash-tools-list li img {
            float: left;
            margin-right: 10px;
            width: 25px;
            height: 25px;
        }

        .dash-tools-list li a {
            color: #0e0f45;
        }

.dash-left-padding {
    padding-left: 10px;
}

.dash-messages a, .dash-lab-results a {
    color: green;
    font-weight: 600;
}

table.dash-messages td:nth-child(1), table.dash-lab-results td:nth-child(1) {
    padding-left: 0px;
    vertical-align: middle;
}

table.dash-messages td:nth-child(2), table.dash-lab-results td:nth-child(2) {
    text-align: left;
}

table.dash-messages td:nth-child(2), table.dash-lab-results td:nth-child(3) {
    font-weight: 600;
}

table.dash-lab-results td:nth-child(3) {
    text-align: left;
}

table.dash-lab-results td:nth-child(4) {
    text-align: left;
    width: 30%;
}

table.dash-messages tr:nth-child(even), table.dash-lab-results tr:nth-child(even) {
    background: #e6e6e6;
}

.delete-message {
    color: red;
    cursor: pointer;
}


.search-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.search-form {
    background-color: #e6e6e6;
    /*border: solid 1px #8c8c8f;*/
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 15px/15px;
    box-shadow: 10px 10px 5px #888888;
    padding: 15px;
}

.edi-search-input {
    background-image: url('https://imagedelivery.net/p-Azqx7qvPl_xGcP7_5ETA/5f3b2128-2cca-4667-530b-a35fb41f6a00/public');
    background-position: 10px 5px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 35px !important;
}

.edi-tools-right-col {
    padding-left: 15px;
    padding-right: 0px !important;
}

.edi-btn, .edi-btn:hover, .edi-btn:visited, .edi-btn:active {
    background-color: #1a1969;
    padding: 10px 20px;
    color: #fff;
    border: none;
    text-decoration: none;
}

.edi-btn-bright-red, .edi-btn-bright-red:hover, .edi-btn-bright-red:visited, .edi-btn-bright-red:active {
    background-color: red;
    padding: 10px 20px;
    color: #fff;
    border: none;
    text-decoration: none;
}

#ShippingWellArea h6, #BillingWellArea h6, #ConfirmDetailsArea h6, #CustomShippingFormArea h6, #SaveForLaterWellArea h6, #CartArea h4, .ShoppingCartTotals .cart-price-totals {
    font-weight: 700;
}

#CartArea {
    margin-top: 20px;
}

    #CartArea h4 {
        font-size: 14px;
    }

.ShoppingCartBillingDetailsTable, .ShoppingCartShippingDetailsTable, .ShoppingCartPatientProfileDetailsTable {
}

    .ShoppingCartBillingDetailsTable td, .ShoppingCartShippingDetailsTable td, .ShoppingCartPatientProfileDetailsTable td {
        width: 50%;
        font-size: 10px;
    }

.save-for-later {
    color: #337AB7;
}

.ShoppingCartShippingDetailsArea .shippingRow {
    font-size: 10px;
    margin-left: 6px;
}

#CustomShippingFormArea .shippingRow {
    text-transform: uppercase;
}

    #CustomShippingFormArea .shippingRow span {
        line-height: 40px;
    }

.ShoppingCart .edi-btn-bright-green {
    width: 100% !important;
}

#PlaceOrderButtonContainer a, #NextButtonContainer a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.edi-bright-blue-bkgd {
    background-color: #3699FF !important;
    color: #fff;
}

.edi-btn-bright-green, .edi-btn-bright-green:hover, .edi-btn-bright-green:visited, .edi-btn-bright-green:active {
    background-color: #2fc669;
    padding: 10px 20px;
    color: #fff;
    border: none;
    text-decoration: none;
    border-radius: 12px;
}

.edi-btn-bright-blue, .edi-btn-bright-blue:hover, .edi-btn-bright-blue:visited, .edi-btn-bright-blue:active {
    background-color: #3b87c2 !important;
    padding: 10px 20px;
    color: #fff;
    border: solid 1px #000 !important;
    text-decoration: none;
    border-radius: 12px;
}

.edi-btn-brighter-blue, .edi-btn-brighter-blue:hover, .edi-btn-brighter-blue:visited, .edi-btn-brighter-blue:active {
    background-color: #3699FF !important;
    padding: 10px 20px;
    color: #fff;
    border: none;
    text-decoration: none;
}

.edi-btn-clear, .edi-btn-clear:hover, .edi-btn-clear:visited, .edi-btn-clear:active {
    padding: 10px 20px;
    border: solid 1px #000 !important;
    text-decoration: none;
    display: inline-block;
}

.edi-btn-white, .edi-btn-white:hover, .edi-btn-white:visited, .edi-btn-white:active {
    background-color: #fff !important;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    font-weight: bold;
}

.edi-btn-white-disabled, .edi-btn-white-disabled:hover, .edi-btn-white-disabled:visited, .edi-btn-white-disabled:active {
    background-color: #fff !important;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    cursor: not-allowed;
    /*border: none !important;*/
}

.edi-btn-black, .edi-btn-black:hover, .edi-btn-black:visited, .edi-btn-black:active {
    background-color: #000 !important;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
}

.edi-btn-disabled {
    cursor: not-allowed;
}

.edi-btn-dark-blue {
    background-color: #234994;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    border: 1px solid #234994;
}

    .edi-btn-dark-blue:hover {
        color: #fff;
        /*    background-color: #fff;
    color: #234994;
    border: 1px solid #234994;*/
    }

    .edi-btn-dark-blue button {
        background-color: transparent;
        border: none;
    }

.edi-nounderline, a.edi-nounderline:hover {
    text-decoration: none !important;
}

.edi-margin10px {
    margin: 10px 0;
}

.edi-square {
    width: 12px;
    height: 12px;
    margin: 4px 10px 0;
    float: left;
}

.edi-horizontal-divider {
    height: 3px;
    background-color: #dedede;
}
/*===FOOTER*/
footer {
    background-color: #d6d7d9 !important;
    border-bottom: 1px solid #5b5b5b;
    padding: 25px;
    color: #2d2d2d !important;
}

    footer .valid {
        width: 100%;
        border: none;
        margin-bottom: 10px;
    }

    footer label {
        font-size: 14px;
    }

    footer a {
        color: #212e65 !important;
        font-weight: bold;
    }

.column-heading {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #242e6b;
    margin-bottom: 22px;
    text-align: left;
    font-family: futura-pt;
}

.evxdg-contact {
    font-size: 19px;
}

    .evxdg-contact .footer-ul {
        color: #2d2d2d !important;
        text-align: left;
    }

.footer-ul {
    margin-left: 0px;
    padding-left: 0px;
}

    .footer-ul li {
        list-style-type: none;
        padding: 0;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 16px;
        font-weight: 500;
    }

.allContent {
    position: relative;
}

.copyright {
    color: #fff !important;
    text-align: center;
    /*    background-color: #192d72;
    padding-top: 15px;
    padding-bottom: 15px;*/
    width: 100%;
    min-height: 220px;
}


    .copyright p {
        font-size: 12px;
    }

.hours {
    color: #555555;
    font-size: 16px;
    text-align: left;
    margin-bottom: 90px;
}

.footer-offer {
    font-weight: bold;
    margin-bottom: 25px;
}

/* store and cart */
.ShoppingCartRowDivider {
    background-color: #D4D4D4;
    height: 1px;
    width: 100%;
    padding: 0px 5px;
}

.ShoppingCartTotals {
}

    .ShoppingCartTotals tbody {
        text-align: left;
    }

        .ShoppingCartTotals tbody tr td:nth-child(2) {
            text-align: right;
        }

.store-breadcrumbs li {
    float: left;
    list-style-type: none;
    padding: 0px 5px;
    border-right: 1px solid #ccc;
}

.CartCount {
    background-color: #2fc669;
    padding: 2px 8px;
    color: #fff;
    border-radius: 25px;
}

.search-list {
    padding-left: 10px;
}

    .search-list li {
        list-style-type: none;
        text-align: left;
        margin: 20px 0px;
    }

.Product-Details-Desc {
    font-size: 1.2em;
}

.Product-Details-List {
    list-style-type: none;
    padding-left: 0px;
    font-size: 1.1em;
}

    .Product-Details-List label {
        font-weight: bold;
        width: 125px;
    }

.logo {
    height: 60px !important;
    display: inline-block;
    margin-top: 14px;
}

/* legacy classes*/
tr.alert-FreeFHR td {
    position: relative;
}

tr.alert-FreeFHR td, .table-striped tbody tr.alert-FreeFHR td {
    color: #3c763d;
    background-color: #fcf8e3 !important;
}

tr.alert-FreeFHR td, .table-striped tbody tr.alert-discount td {
    color: #3c763d;
    background-color: #fcf8e3 !important;
}

    tr.alert-FreeFHR td:last-child:after {
        content: " * ";
    }

.alert-FreeFHR {
    color: #3c763d;
    background-color: #fcf8e3 !important;
}

.social-link {
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    border: 2px solid;
    line-height: 1em;
    width: 2em;
    display: inline-block;
    text-align: center;
    margin: 0.1em 0.1em 0.1em 0;
    padding: 0.5em 0;
}

#fb-link {
    color: #3a5795 !important;
    border-color: #3a5795;
}

    #fb-link:hover {
        color: #fff !important;
        background-color: #3a5795 !important;
    }

#tw-link {
    border-color: #78bdf1;
    color: #78bdf1 !important;
}

    #tw-link:hover {
        color: #fff !important;
        background-color: #78bdf1 !important;
    }

#li-link {
    color: #0177b4 !important;
    border-color: #0177b4 !important;
}

    #li-link:hover {
        color: #fff !important;
        background-color: #0177b4;
    }

/* google map locator 
.LocationListContainer{
    width:15%;float:left;
}
.MapContainer{
    float:right;
}*/
.MapContainer #map {
    height: 600px;
}
/******* GOOGLE MAP LOCATION SEARCH ********/
.LocationListContainer, .MapContainer {
    margin: 0;
}

.LocationListContainer {
    width: 22%;
}

.MapContainer {
    width: 50%;
    display: none;
    margin-top: 5px;
}

#mapframe {
    border: 0;
    width: 100%;
}

.LocationList {
    padding: 0px 0 0 0px;
}

    .LocationList li {
        padding: 2px;
        background-color: #F3F9FA;
        margin: 5px;
        border: solid 1px #D3EFF2;
    }

.loc-active {
    background-color: #ccc !important;
}

.loc-in-active {
    background-color: #F3F9FA;
}

.Location-Container {
    height: 530px;
    overflow-y: auto;
    margin-right: 5px;
}

.Location-Count {
    text-align: center;
    height: 50px;
    padding: 5px 5px;
}

    .Location-Count span {
        font-size: 14px !important;
        padding: 15px 0px;
        font-weight: inherit;
    }

.Location-Search-Container {
    margin: 5px 5px 5px 0px;
    background-color: #F3F9FA;
    padding: 5px;
    border: solid 1px #D3EFF2;
}

#txt {
    width: 145px;
    margin-right: 10px;
    padding: 5px;
}

.Location-search-by-zip {
    margin-bottom: 10px;
}

    .Location-search-by-zip h4 {
        color: #191D4D;
        font-weight: 600;
    }

.Location-search-by-zip-form {
    text-align: left;
}

#locatorContainer {
    margin-left: -14px !important;
}

.btn-locator {
    padding: 5px;
}





/* BOOTSTRAP OVERRIDES */
.well {
    background-color: transparent !important;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal {
    margin-top: 3%;
}

.modal-body {
    overflow-y: auto !important;
}
/* END BOOTSTRAP OVERRIDES */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    /*background-color: #2fc669;  green background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.showSnackbar {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.snackBarBkgdSuccess {
    background-color: #2fc669;
}

.snackBarBkgdWarning {
    background-color: yellow;
    color: #333 !important;
}

.snackBarBkgdError {
    background-color: red;
}
/*end snackbar messager*/


/* favorites */
.edi-favorites {
    background-color: #e5ebfb !important;
}

.edi-fav-title {
    background-color: #d2d8e6 !important;
}

.fav-icon {
    width: 15px;
    height: auto;
}

.fav-item {
    color: #a39b0b;
    padding-left: 5px;
}

.fav-item-active {
    color: red;
    cursor: pointer;
    padding-left: 5px;
}

.edi-add-to-fav-btn {
    color: #a39b0b;
    float: right;
    padding-right: 5px;
    cursor: pointer;
}

.fav-off {
    opacity: 0.5;
}
/* end favorites */
.edi-evexia-order-buttons-md-left {
    text-align: left;
}

.evexialink-back-btn {
    font-size: 24px !important;
    font-weight: 600;
}


.notLoggedinbutton {
    text-decoration: none;
    background-color: #154a91;
    color: white !important;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
}

    .notLoggedinbutton:hover {
        text-decoration: underline !important;
        background-color: #154a91 !important;
        cursor: pointer;
    }

.notLoggedinbutton2 {
    /*font: bold 11px Arial;*/
    text-decoration: none;
    background-color: #ec008b;
    color: white !important;
    padding: 2px 6px 2px 6px;
}

    .notLoggedinbutton2:hover {
        text-decoration: underline !important;
        background-color: #ec008b !important;
        cursor: pointer;
    }

.Mnotification {
    height: 50px;
    overflow: hidden;
}

    .Mnotification:hover {
        background-color: lightblue !important;
    }


    .Mnotification .badge {
        position: absolute;
        top: 1px;
        /*right: 0px;*/
        left: 24px;
        padding: 3px 6px;
        border-radius: 50%;
        background: red;
        color: white;
        z-index: 999999;
    }

.logon-14px {
    font-size: 16px;
}

.logon-nav {
    margin: 15px auto;
}

.logon-loader-button {
    border: 2px solid #191D4D; /* Light grey */
    border-top: 2px solid #fff; /* Blue */
    border-right: 2px solid #fff; /* Blue */
    border-bottom: 2px solid #fff; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1.5s linear infinite;
    position: relative;
    margin-left: 33%;
}


/* MOBILE*/
@media (min-width:1200px) {
    .edi-neg-top-col-right {
        margin-top: -213px;
    }
}

@media (max-width: 767px) {
    .welcome-container {
        text-align: center;
    }

    .mobile-center {
        text-align: center !important;
    }

    .logon-nav {
        margin: 15px auto;
    }

    .btn-reg {
        background: #224E90 0% 0% no-repeat padding-box !important;
        border-radius: 50px !important;
        opacity: 1 !important;
        padding: 8px 32px !important;
        color: #FFF !important;
        border: none !important;
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
    }

    .logon-14px {
        font-size: 14px;
    }

    .logo-container {
        text-align: center;
    }

        .logo-container img {
            margin: auto;
        }

    .modal {
        margin-top: 10%;
    }

    .edi-evexia-order-buttons {
        margin-bottom: 25px;
    }

    .edi-evexia-order-buttons-md-left {
        text-align: center;
    }

    .slider-area {
        margin-top: 20px;
    }

    .slider-area-content {
        margin-top: 10px;
    }

    .dash-center-content {
        margin-left: 0px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .edi-well {
        padding-top: 20px;
    }

    .dash-right-nav {
        margin-right: 0px;
        margin-top: 20px;
    }

    .Mnotification .badge {
        position: absolute;
        top: -0px;
        /*right: 0px;*/
        left: 31px;
        padding: 4px 6px;
        border-radius: 50%;
        background: red;
        color: white;
    }

    .mobilenavmenu {
        padding: 0px 25px;
        min-height: 400px;
    }
}

@media (max-width: 600px) {
    /* Hide the carousel text when the screen is less than 600 pixels wide */
    .carousel-caption {
        display: none;
    }

    .edi-neg-top-col-right {
        margin-top: 0px;
    }

    .modal {
        margin-top: 10%;
    }

    .reg-form {
        border-radius: 30px;
        background-color: #FFF;
        padding: 25px;
        width: 100% !important;
        margin-right: 0;
        margin-left: 0 !important;
    }

    .banner-container {
        margin-left: 0px !important;
    }

    .login-section {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .edi-tools-right-col {
        padding-left: 0px !important;
        padding-right: 0px;
    }

    .edi-neg-top-col-right {
        margin-top: 0px;
    }

    .modal {
        margin-top: 10%;
    }
}

.cursor {
    cursor: pointer;
}

/*----edi notifications------*/
.edi-notification-container {
    position: absolute;
    right: 40px;
    height: 50px;
    top: -70px;
    z-index: 9999;
    max-width: 400px;
    background-color: #04ACEE;
    border-radius: 5px;
    cursor: pointer;
}

.edi-notification {
    width: auto;
}

.edi-notify-bell {
    color: #EB2D90;
    font-size: 1.5em;
    text-shadow: 2px 2px #000;
    padding: 10px 5px;
}

.close-edi-notification {
    cursor: pointer;
}

.edi-notification-text {
    color: #fff;
}

@media (max-width: 600px) {
    .edi-notification-container {
        position: absolute;
        right: 40px;
        height: 40px;
        top: -70px;
        background-color: transparent;
    }

    .edi-notification-text {
        display: none;
    }

    .edi-notify-bell {
        padding: 5px;
    }
}

.selected-lab {
    cursor: pointer;
    width: 80%;
}

/* =========Panel and Test Details pages============== */
.navigation .nav-tabs > li.active > a, .navigation .nav-tabs > li.active > a:hover, .navigation .nav-tabs > li.active > a:focus {
    background-color: #191D4D !important;
    color: #fff !important;
}

.navigation .nav-tabs li a:hover {
    background-color: #191D4D !important;
    color: #fff;
    border-bottom-color: #191D4D !important;
}

.navigation .nav-tabs {
    border-bottom-color: #191D4D;
}

DetailsTestName {
    color: #191b6b !important;
}

.details .topmargin {
    margin-top: 25px;
}

.details .table-borderless td, .details .table-borderless th, .details .table-borderless tr {
    border: none !important;
}

.details .edi-title-name {
    font-weight: bold;
    padding-right: 10px;
    /*text-transform:uppercase;*/
}

.details .edi-table thead {
    background-color: #707070;
    color: #fff;
}

    .details .edi-table thead th {
        border: solid 1px #fff !important;
        text-align: center !important;
        padding: 5px 10px;
        font-weight: normal;
    }

.details .edi-table tbody tr {
    background-color: #f4f4f4;
}

    .details .edi-table tbody tr:nth-child(odd) {
        background-color: #fff;
    }

.details .edi-table tbody td {
    border: solid 1px #e6e6e6;
    padding: 5px 5px 20px 5px !important;
    vertical-align: top;
    min-height: 50px;
}

.details .edi-row {
    margin: 5px auto;
}

.details .edi-nobullets-list {
    list-style: none;
    padding: 0px;
}

.details a {
    text-decoration: underline;
}

.details {
    width: 100%;
    float: left;
}

    .details .edi-table-panel-comparison {
        margin-bottom: 20px;
    }

        .details .edi-table-panel-comparison thead tr {
            color: #ec008b;
            font-size: 14px;
        }

        .details .edi-table-panel-comparison thead {
            background-color: #F4F4F4;
            color: #fff;
        }

            .details .edi-table-panel-comparison thead a {
                color: #aa97b4 !important;
                font-weight: bold;
            }

            .details .edi-table-panel-comparison thead th {
                /*border:solid 1px #fff !important;*/
                text-align: center !important;
                padding: 5px 10px;
                font-weight: normal;
            }

        .details .edi-table-panel-comparison .biomarker-text {
            text-align: left !important;
            vertical-align: bottom !important;
            color: #000 !important;
            font-weight: bold !important;
        }

        .details .edi-table-panel-comparison thead th i {
            color: #000;
            padding-left: 5px;
        }

        .details .edi-table-panel-comparison tbody tr {
            background-color: #f4f4f4;
        }

            .details .edi-table-panel-comparison tbody tr:nth-child(odd) {
                background-color: #fff;
            }

        .details .edi-table-panel-comparison tbody td {
            border: solid 1px #e6e6e6;
            padding: 5px 5px 5px 5px !important;
            vertical-align: top;
            min-height: 50px;
            text-align: center;
        }

            .details .edi-table-panel-comparison tbody td:first-child {
                text-align: left;
            }

    .details .ContentPanelComparison {
        background-color: #f4f4f4;
        padding: 5px;
        margin-top: 20px;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.comparison-title {
    text-align: left;
}



@media (max-width: 767px) {
    .details {
        margin-left: 1px;
    }

    .navigation .nav-tabs li {
        width: 100%;
    }

    #myNavbar {
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*===============CUSTOM PANEL CREATOR===============*/
.panelcreator hr {
    height: 1px;
    background-color: #D4D4D4;
}

.teal-text {
    color: #5F9DB2;
}

.mypanelstable tr {
    height: 40px;
}

.mypanelstable td {
    text-align: left;
    vertical-align: middle;
}

.btnViewNotes {
    padding: 10px 15px !important;
}

    .btnViewNotes span {
        font-weight: bold;
        font-size: 18px;
    }

.active-nav {
    background-color: #ec008b !important;
    color: #fff !important;
}

    .active-nav a {
        color: #fff !important;
    }

@media print {

    /*hide chat box*/
    #lz_floating_button {
        display: none !important;
    }

    /*hide right side nav*/
    .edi-tools-right-col {
        display: none !important;
    }
    /*hide urls*/
    a:link:after, a:visited:after {
        content: none;
    }

    .copyright .container {
        color: #000 !important;
    }

    footer .container {
        padding-top: 100px;
    }
}


.askDr {
    background-color: #e6e6e6;
    border-radius: 16px/16px;
    box-shadow: 16px #000000;
    padding: 15px;
}

    .askDr img {
        margin: auto;
        display: block;
        border-radius: 12px;
    }

.evexia-background-blue, .ask-requests thead, .btn-faq, .navbar-blue, .navbar-blue .dropdown-menu {
    background-color: #154A91 !important;
}

.evexia-background-pink, .freeSupport {
    background-color: #EC008B;
}

.evexia-background-aqua, .liveSupport {
    background-color: #49a5c1;
}

.evexia-background-grey {
    background-color: #707070;
}

.evexia-background-white, .btn-faq:hover {
    background-color: #FFF !important;
}

.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu .dropdown-submenu {
    /*DCWEB-6109*/
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.navbar-default .navbar-nav > .open > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    /*    color: #ffffff;
    background-color: #ec008b !important;*/
    /*DCWEB-6109*/
    background-color: #224e90 !important;
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .dropdown-menu > li > a:focus, .dropdown-menu > li:first-child > a:hover {
    /*    color: #ffffff;
    background-color: #ec008b !important;*/
    /*DCWEB-6109*/
    background-color: #224e90 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.navbar-default .navbar-nav > .open > a, .dropdown-menu > li > a:focus, .dropdown-menu > li:last-child > a:hover {
    /*    color: #ffffff;
    background-color: #ec008b !important;*/
    /*DCWEB-6109*/
    background-color: #224e90 !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

    .dropdown:hover .dropdown-menu .dropdown-submenu {
        display: none;
    }


.mobilenavmenu {
    padding: 0px 25px;
}

    .mobilenavmenu .dropdown-menu {
        margin: 0 25px;
    }

        .mobilenavmenu .dropdown-menu .dropdown-submenu {
            margin: 0 5px;
        }

.evexia-font-blue, .doctor-header, .welcome-message, .btn-faq:hover {
    color: #154A91 !important;
}

.doctor-header {
    font: normal normal 900 28px/33px futura-pt;
}

.doctor-bio p {
    font-family: Helvetica;
}

.evexia-font-pink {
    color: #EC008B;
}

.evexia-font-grey {
    color: #707070;
}

.welcome-message, .doctor-header {
    font-family: futura-pt, "Arial semi-bold";
}

.Mnotification .badge-pink {
    position: absolute;
    bottom: 0px;
    /*right: 0px;*/
    left: 0px;
    padding: 3px 6px;
    border-radius: 50%;
    background: #EC008B;
    color: white;
    z-index: 999;
}

.MnotificationDot .badge-pink {
    position: absolute;
    z-index: 999;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #EC008B;
    left: 22px;
    top: 17px;
}

.MnotificationDot2 .badge-pink {
    position: absolute;
    z-index: 999;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #EC008B;
    /*    left: 2px;
    top: 2px;*/
}

.nav li a:hover .badge-pink {
    background-color: #154A91 !important;
}

.badge-clear {
    background-color: transparent !important;
    color: #000 !important;
    border-radius: 10px;
    display: inline-block;
    min-width: 10px;
    /*padding: 3px 7px;*/
    padding: 0px 7px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border: solid 1px #6666;
    font-size: small;
}

.freeSupport, .liveSupport {
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px/10px;
    font-family: futura-pt, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.fees {
    font-size: 10px;
}

.consult-icon {
    font-size: 35px;
    text-align: right
}

.askDr table {
    border-collapse: separate;
    border-radius: 16px;
    overflow: hidden;
}

.white-font, .ask-requests thead, .freeSupport a, .btn-faq, .liveSupport a {
    color: #FFFFFF !important;
}

.ask-requests {
    background-color: #FFF;
    font-family: futura-pt;
}

    .ask-requests, .ask-requests thead {
        border-radius: 12px 12px 0 0;
    }

        .ask-requests th:first-child {
            border-radius: 12px 0 0 0px;
        }

        .ask-requests th:last-child {
            border-radius: 0 12px 0 0;
        }

.ask-dr-form {
    font-weight: bold;
}

.dr-sodano-img {
    margin-bottom: 0px !important;
}

.dr-column {
    padding: 10px 25px !important;
}

.page-title {
    font-family: PrimaNova, Arial, sans-serif;
    font-size: 25px;
    color: #707070;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 25px !important;
}

.navbar-blue a {
    color: #FFF !important;
}

.quickPatientSearchDiv {
    margin-bottom: 0 !important;
}

.quick-btn {
    margin: 5px 0 5px 0;
}

.validationSummary {
    color: red;
    font-weight: bold;
}

.featuredItem img {
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
}

.dashboardMessage {
    text-align: center;
}

.dashboard-message {
    font-size: 14px;
    font-weight: bold;
    color: #EC008B;
    margin-top: 10px;
    display: block;
    text-align: justify !important;
}


.quick-link, .well-header, h4.active, .active-tab-head {
    font-family: futura-pt;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    font-size: 18px;
}

.quick-link {
    margin-top: 2px !important;
}

.inactive-tab-head {
    font-family: futura-pt;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    font-size: 18px;
}

}

.welcome {
    /*font-family: "Gill Sans", sans-serif;*/
    font-weight: 600;
    color: #174A7E;
}

.welcome-container {
    color: #174A7E;
    padding-right: 0px;
    /*font-family: "Gill Sans";*/
}

.dr-form {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 12px !important;
}

    .dr-form td {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    min-width: 180px !important;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.dropdown .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.results-table thead {
    background-color: #707070;
    color: #FFFFFF;
    font-family: futura-pt, Arial, sans-serif;
}

.results-table tbody {
    color: #000000;
    font-family: futura-pt, Arial, sans-serif;
}

    .results-table tbody a {
        color: #EC008B;
    }

.well-header-block {
    display: block;
    margin-bottom: 10px;
}

.hidden-label {
    display: none;
}

.lab-search-well {
    font-family: futura-pt, Arial, sans-serif;
}

    .lab-search-well input {
        margin: 5px 0 5px 0;
    }

.insight-info {
    border: solid 2px #707070;
    background-color: white;
}

.insight-report-data {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.insight-report-table {
    text-align: center;
    color: #42454A;
    font-family: futura-pt, Arial, sans-serif;
    border-collapse: separate;
}

.insight-report {
    font-family: futura-pt, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.insight-report-test {
    font-size: 18px;
    color: #535353;
    display: inline-block;
}

.insight-report-value {
    padding: 17px;
    color: #3E3E3E;
    font-size: 23px;
    border: 2px solid #154A91;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
}

.insight-report-row {
    margin: 25px 0 25px 0;
}

.insight-report-units {
    font-size: 14px;
}

.aag-row {
    text-align: center;
}

.aag-name {
    display: inline-block;
    position: absolute;
    color: #42454A;
    font: bold 15px futura-pt;
}

.aag-val {
    display: inline-block;
    font-size: 70px;
    font-weight: bold;
    margin-top: 30px;
}

.result-circle {
    margin-top: 25px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #707070;
    display: inline-block;
    color: #FFFFFF;
}

.pink-result {
    background-color: #ec4fa8;
}

.blue-result {
    background-color: #154A91;
}

.aqua-result {
    background-color: #26C0D5;
}

.white-result {
    background-color: #FFFFFF;
    color: #5C44AD !important;
}

.insight-info-title {
    font-weight: bold;
    font-family: futura-pt;
    color: #707070;
}

.white-well {
    background-color: #ffffff !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inactive-tab {
    display: none;
}

.active-tab {
    display: inline-block;
}

.tab-head:hover {
    cursor: pointer;
}

.fhr-range {
    font-size: 25px;
    color: #FFF;
    border-radius: 50% 50%;
    border: 2px solid #FFF;
    padding: 7px;
}

.fhr-crit {
    background-color: #FF0000;
}

.fhr-conv {
    background-color: #4C3DAD;
}

.fhr-out-conv {
    background-color: #E20085;
}

.fhr-optimal {
    background-color: #29B50F;
}

.insight-report-gradient {
    background-image: url('/Images/RecRange_Scale.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .insight-report-gradient td {
        background: none;
    }

    .insight-report-gradient:first-child td:first-child {
        border-top-left-radius: 25%;
    }

    .insight-report-gradient:first-child td:last-child {
        border-top-right-radius: 25%;
    }

    .insight-report-gradient:first-child td:first-child {
        border-bottom-left-radius: 25%;
    }

    .insight-report-gradient:first-child td:last-child {
        border-bottom-right-radius: 25%;
    }

#payTypeModal {
    text-align: center;
}

#lab-results {
    margin-top: 10px;
}

.close-modal-button {
    font-size: 24px;
}

    .close-modal-button:hover {
        cursor: pointer;
    }

.alert-biomark {
    background-color: #FF0000;
}

.out-standard-biomark {
    background-color: #E20085;
}

.standard-biomark {
    background-color: #5C28A3;
}

.optimal-biomark {
    background-color: #61D0EA;
}

.alert-biomark, .out-standard-biomark, .standard-biomark, .optimal-biomark, .total-biomark {
    color: #FFF;
    border-radius: 10px 10px;
    font-size: 24px;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: bold;
}

.total-biomark {
    background-color: #FFF;
    color: #000;
    border-radius: 10px 10px;
    border: 2px solid black;
}

.insight-header {
    background-color: #747474;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    font-family: futura-pt;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.insight-subheader {
    background-color: #747474;
    font-family: futura-pt;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px 10px;
    margin-bottom: 25px;
}

.insight-header-logo {
    background-color: #FFF;
    height: 50px;
    width: 50px;
    border-radius: 50% 50%;
    padding: 5px 5px;
    display: inline-block;
}

    .insight-header-logo img {
        width: 100%;
    }

.pdf-divider {
    background-color: #E5E5E5;
    height: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.insight-patient {
    font-size: 40px;
    font-weight: bold;
    font-family: futura-pt;
}

.insight-info-print {
    font-size: 30px;
    font-weight: bold;
    font-family: futura-pt;
}

.biomarker {
    text-align: center;
    font-family: futura-pt;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

#insight-scale {
    position: absolute;
    width: 100%;
    top: 18px;
    z-index: -1;
}

.logo-holder {
    border-radius: 50% 50%;
    border: 5px solid #747474;
    display: inline-block;
    padding: 191px 20px 191px 20px;
    background: #FFF;
    position: relative;
    top: -100px;
    left: -15px;
}

.condition-well {
    border: 2px solid #154A91;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.recommendation-well {
    border: 2px solid #959595;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.spacer-25 {
    height: 25px;
}

.teaser-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    color: #ccc;
    white-space: nowrap;
}

    .teaser-link:hover {
        cursor: not-allowed;
        background-color: #ec008b !important;
    }

.sold-out {
    background-color: dimgray !important;
    color: #FFFFFF !important;
}

    .sold-out:hover {
        cursor: not-allowed;
    }

.left-banner-bkgd {
    background-image: url("/Content/images/EvexiaLogin.jpg");
}

.sendMailModal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-color: #fff;
}

#mailMessage {
    font-size: 15px;
    font-weight: bold;
}

.outstandingEven, .outstandingEven a {
    color: #333333 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

    .outstandingEven a, .outstandingOdd a {
        text-decoration: underline;
    }

.outstandingOdd, .outstandingOdd a {
    color: #707070 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: #F5F5F5 !important;
    font-size: 13px;
}



.outstandingHeader {
    color: #707070;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.header-right {
    padding-top: 10px;
    padding-right: 0px;
}

.navbar-edi-right, .minus-15-left {
    margin-left: -15px !important;
}

.mar-15-right {
    margin-right: 15px !important;
}

.mar-15-left {
    margin-left: 15px !important;
}

.no-right-mar {
    margin-right: 0px !important;
}

.navbar-edi-left, .minus-15-right {
    margin-right: -15px !important;
}

#myNavbar, .navBarContainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#myNavbar {
    overflow: visible;
}

.overDue {
    padding-left: 10px !important;
}

.statusCircleInactive {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: silver;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
}

.statusCircleActive {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #154A91 !important;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
}

.order-bold {
    font: bold 25px futura-pt;
    color: #707070;
}

.order-info {
    font: normal 15px;
    color: #707070;
    margin-bottom: 10px;
    display: inline-block;
}

    .order-info table tr td {
        padding: 0 10px 0 10px;
    }

.orderStatusDivider {
    margin: 30px 0 0 0px;
}

.orderStatusDiv {
    justify-content: center;
    display: flex;
    text-align: center;
}

.orderStatusDivider hr {
    height: 5px;
    background-color: #D3D3D3;
}

.statusDesc {
    font: normal normal normal 12px;
}

.marginLeft15 {
    margin-left: 15px !important;
}

.backLeftTenTable {
    margin-left: -10px !important;
}

.logo-container {
    min-height: 88px;
}

.navbar-header .navbar-toggle {
    margin-right: 30px;
}


.mar-15-bottom {
    margin-bottom: 15px;
}

.mar-15-top {
    margin-top: 15px;
}

.mar-25-bottom {
    margin-bottom: 25px;
}

.mar-25-top {
    margin-top: 25px;
}

.pad-5-bottom {
    padding-bottom: 15px;
}

.pad-5-top {
    padding-top: 15px;
}

.pad-15-bottom {
    padding-bottom: 15px;
}

.pad-15-top {
    padding-top: 15px;
}

.pad-25-bottom {
    padding-bottom: 25px;
}

.pad-25-top {
    padding-top: 25px;
}


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#content-div {
    flex: 1;
}

.btn-learn-more, .btn-learn-more:visited {
    background: #D85C8C 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    color: #FFF;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
}

    .btn-learn-more:hover {
        background: #fff 0% 0% no-repeat padding-box;
        color: #D85C8C;
        border-color: #D85C8C;
    }

.btn-enroll, .btn-enroll:visited {
    /* UI Properties */
    background: #154A91 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    color: #FFF;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
}

    .btn-enroll:hover {
        background: #fff 0% 0% no-repeat padding-box;
        color: #154A91;
        border-color: #154A91;
    }

.emr-well {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #E5E5E5;
    border-radius: 12px;
    opacity: 1;
    padding-top: 12px;
    padding-bottom: 12px;
}

.api-key {
    font: normal normal bold 17px/21px Helvetica Neue;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.emr-row {
    margin-top: 12px;
    margin-bottom: 12px;
}


.emr-row, .emr-well-holder, .emr-well-holder .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.emr-well, flex-col {
    display: flex;
    flex-direction: column;
}

.emr-img {
    width: 200px;
}

.emr-desc {
    flex-grow: 1;
    color: #707070;
}

.button-holder {
    margin-bottom: auto !important;
}

.reg-main {
    background: transparent linear-gradient(360deg, #224E90CC 0%, #90568E 51%, #D85C8CD5 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 30px 30px 30px 30px;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 3px 6px #00000029;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}



.reg-form {
    border-radius: 30px;
    background-color: #FFF;
    padding: 25px;
    width: calc(100% - 60px);
    margin-right: 0;
    margin-left: auto;
}

.reg-main h3 {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: PrimaNova, Arial, sans-serif;
    font-size: 24px;
}

.reg-form h2 {
    text-align: left;
    font: normal normal bold 40px/49px PrimaNova, Arial;
    letter-spacing: 0px;
    color: #224E90;
}

.reg-form span {
    text-align: left;
    font: normal normal medium 20px/24px PrimaNova, Arial;
    letter-spacing: 0px;
    color: #D85C8C;
}

.reg-input, .reg-form select {
    background: #FDFDFD 0% 0% no-repeat padding-box;
    border: 1px solid #C6C7CAE6;
    border-radius: 8px;
    opacity: 1;
    height: 45px;
}

    .reg-input option:hover {
        background-color: #224E90 !important;
        color: #FFF !important;
    }

.full-width {
    width: 100%;
}

.half-width {
    width: 49%;
}

.reg-logo {
    max-width: 220px;
}

#reg-tagline {
    color: #FFFFFF;
    font-family: PrimaNova;
    font-weight: 600;
    font-size: 18px;
}

.register-header-link, .register-header-link:visited, .register-header-link:hover {
    color: #FFFFFF;
    margin-right: 20px;
}

.flex-holder {
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
}

.middle-100-flex {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    vertical-align: middle;
    justify-content: center;
}

.flex-100 {
    display: flex;
    flex-grow: 1;
    vertical-align: top;
    justify-content: center;
}

.flex-col {
    flex-direction: column;
}



.tagline-div {
    display: flex;
}



.reg-footer, .reg-footer-links, .reg-footer-links a {
    font-family: PrimaNova;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 12px;
}

.reg-footer-links, .reg-footer {
    text-align: center;
    vertical-align: middle;
}



.middle-100-flex h3 {
    font-size: 40px;
    font-weight: 600;
}

.seven-hundred {
    font-weight: 700;
}

.btn-reg {
    background: #224E90 0% 0% no-repeat padding-box !important;
    border-radius: 50px !important;
    opacity: 1 !important;
    padding: 8px 32px !important;
    color: #FFF !important;
    border: none !important;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

    .btn-reg:hover {
        background: #FFF 0% 0% no-repeat padding-box;
        color: #224E90;
    }

.alignright {
    text-align: right;
}

.reg-form label, .npi-info {
    color: #22222280 !important;
    font-family: PrimaNova;
    font-size: 13px;
}

.reg-form .validationSummary {
    border: none !important;
    background: none !important;
}

    .reg-form .validationSummary ul {
        list-style-type: none !important;
        padding-left: 0px !important;
        padding-inline-start: 0px !important;
    }

        .reg-form .validationSummary ul li {
            background-image: none !important;
            font-family: PrimaNova !important;
            font-weight: bold !important;
        }

.reg-skip, .reg-skip a {
    color: #222222BE !important;
}

.reg-skip {
    margin-right: 15px;
}

    .reg-skip:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.faux-input-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#fileName, #upload-icon {
    margin-top: 8px;
    color: #555555 !important;
}

    #fileName span {
        color: #555555 !important;
    }

.main-evexia-squares {
    background: url("/Images/blockConstellation.png") no-repeat 100% 25%;
    background-size: 150px;
}

.reg-form .validation-summary-errors span, .reg-form .validation-summary-errors li {
    color: red !important;
    padding: 0px !important;
    letter-spacing: 0.2px !important;
    font-weight: bold;
}

.reg-form .validation-summary-errors ul {
    padding: 0px;
}

.selected-option {
    background: #FFFFFF00 0% 0% no-repeat padding-box;
    border: 2px solid #224E90;
    border-radius: 15px;
    opacity: 1;
}

.unselected-option {
    background: #FFFFFF00 0% 0% no-repeat padding-box;
    border: 2px solid #C6C7CAE6;
    border-radius: 15px;
    opacity: 1;
}

    .unselected-option .best-value {
        background: #C6C7CAE6 0% 0% no-repeat padding-box;
    }

.selected-option .best-value {
    background: #224E90 0% 0% no-repeat padding-box;
}

.evexia-option:hover {
    cursor: pointer;
}

.evexia-option-deny {
    opacity: .25 !important;
}

    .evexia-option-deny:hover {
        cursor: not-allowed;
    }

.evexia-option ul {
    text-align: left !important;
}

    .evexia-option ul li {
        list-style-type: disc;
    }

.best-value {
    border-radius: 30px;
    opacity: 1;
    color: #FFFFFF;
    text-align: center;
    width: 100px;
    margin: -10px auto 10px auto
}

.submit-row {
    margin-top: 15px;
    padding-right: 0px;
}

.selected-text, .evexia-complete {
    color: #224E90;
}

.evexia-container {
    color: #707070;
    text-align: center;
    font-family: PrimaNova
}

.alignleft {
    text-align: left !important;
}

.full-height {
    display: flex;
    min-height: 100vh;
}

.t-and-c {
    color: #222222 !important;
    opacity: 0.5;
}

.terms {
    color: #222222;
    opacity: 0.75;
}

select.reg-drop {
    appearance: none;
    background-image: url("/Images/arrow_down.png");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 1em;
}

.block-site {
    background-color: rgb(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.address-update {
    font-family: PrimaNova !important;
    opacity: 100;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    max-width: 500px;
}

    .address-update h3 {
        font-family: PrimaNova;
        font-size: 24px;
    }

    .address-update p {
        font-family: PrimaNova;
        font-size: 16px;
    }

.chosen {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 10px;
    opacity: 1;
}

.not-chosen {
    border: 1px solid #7070704D;
    border-radius: 10px;
    opacity: 1;
}


.update-icon {
    color: #707070A3 !important;
    font-size: 24px;
    margin-top: 23px;
}

.update-holder {
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    height: 70px;
    width: 70px;
}

.address-option {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px;
    text-align: left;
    margin: 15px !important;
}

.center {
    text-align: center;
}

center-vert {
    margin-top: auto;
    margin-bottom: auto;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #000000;
    height: 1px;
}

.chosen, .not-chosen {
    cursor: pointer;
}

.btn-grey, .btn-grey:hover {
    background: #707070 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #ffffff;
    cursor: not-allowed;
}

.no-scroll {
    overflow: hidden;
}

.address-error {
    font-size: 16px;
    font-weight: bold;
    color: maroon;
}

.joinNowInput {
    border: 1px solid #f2f2f2;
    background-color: #fcfcfc;
    border-radius: 5px;
    width: 100%;
}

.form-page label {
    display: inline-block;
}

#evexia-logo {
    height: 100px;
    padding: 20px;
    border-bottom: 1px;
}

.banner-container {
    margin-left: 100px;
}

.login-section {
    width: 85%;
    padding: 5% 10% !important;
}

.logon-right-col {
    padding-right: 5%;
}

.vertical-align-footer-card {
    margin-top: 15%;
    margin-bottom: 15%;
    height: 200px;
}

    .vertical-align-footer-card a {
        color: #fff;
        margin: 5px;
    }

    .vertical-align-footer-card h3 {
        margin-bottom: 25px;
    }

.bold-500 {
    font-weight: 500;
}

.bold-600 {
    font-weight: 600;
}

.bold {
    font-weight: bold;
}

.edi-well-left {
    border-radius: 12px 0px 0px 12px;
    background-color: #3CA5DB;
    padding: 25px;
    margin-top: 18px;
}

.edi-well-left-featured {
    background-color: #154486 !important;
    color: #fff;
}

.edi-well-right {
    border-radius: 0px 12px 12px 0px;
    background-color: #3CA5DB;
    padding: 25px;
    margin-top: 18px;
}

.edi-well-right-clear {
    border-radius: 0px 12px 12px 0px;
    padding: 25px;
    margin-top: 18px;
}

.edi-well-left .well-header, .edi-well-right .well-header {
    color: #FFFFFF;
    font-family: PrimaNova;
    font-size: 16px;
}

.edi-well-left .btn {
    border-radius: 20px;
    background-color: #96C8E9;
    border: none;
}

.edi-well-left .shadow, .edi-well-left .quick-link, .edi-well-right .quick-link {
    color: #FFFFFF;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.22);
    font-family: PrimaNova;
    font-size: 15px;
}

.edi-well-left .edi-input {
    border-radius: 8px !important;
    text-align: center;
    width: 108%;
}

.last-payment-well {
    color: white !important;
}

    .last-payment-well a {
        color: white !important;
        text-decoration: underline;
    }

.payment-date {
    display: inline-block;
    margin: 10px 0 10px 0;
}

.edi-well-right-featured {
    background-color: #154486;
}

.edi-well-right-grey {
    background-color: #B9B9B9;
}

.test-search, .edi-form-input {
    border-radius: 21px;
    border: 2px solid #D0D0D0;
    background-color: #f4f4f4;
    width: 100%;
    padding: 5px 5px 5px 15px;
    margin-top: 15px;
    color: #86AEE6;
}

.dataTables_wrapper input[type=search] {
    border-radius: 21px !important;
    border: 2px solid #D0D0D0 !important;
    background-color: #f4f4f4 !important;
    width: 75% !important;
    padding: 5px 5px 5px 15px !important;
    margin-top: 15px !important;
    color: #86AEE6 !important;
}

.dataTables_length select, .edi-form-select {
    border-radius: 21px !important;
    border: 2px solid #D0D0D0 !important;
    background-color: #f4f4f4 !important;
    width: 40% !important;
    padding: 5px 5px 5px 15px !important;
    /*    margin-top: 15px !important;*/
    color: #86AEE6 !important;
}

.test-search::-webkit-input-placeholder {
    color: #86AEE6;
}

.test-search:-moz-placeholder {
    /* FF 4-18 */
    color: #86AEE6;
    opacity: 1;
}

.test-search::-moz-placeholder {
    /* FF 19+ */
    color: #86AEE6;
    opacity: 1;
}

.test-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #86AEE6;
}

.test-search::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #86AEE6;
}

.test-search::placeholder {
    /* modern browser */
    color: #86AEE6;
}

.ddlCategorySelect {
    background-color: #154486;
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
    font-family: PrimaNova;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px;
    border-right: 15px solid transparent;
}

.test-menu-header {
    color: #154486;
    font-family: PrimaNova;
    font-size: 16px;
}

.menu-icon {
    width: 23px;
    margin-right: 5px;
}

.div-btn {
    display: inline-block;
    margin-bottom: 15px;
}

.featuredItem img, .rnd-corners {
    border-radius: 12px;
}

.new-service-prod {
    padding-right: 10px;
    color: #0076FF;
    cursor: pointer;
    margin: 10px 0px 10px 0px;
    display: inline-block;
}

.service-product-form {
    padding: 20px;
}

.ev-opt-image {
    height: 31px;
    width: 31px;
}

.pointer {
    cursor: pointer !important;
}

.edit-btn {
    margin: 15px 0 15px 0;
    text-align: center;
}

.social-snippit {
    color: #22222280 !important;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
}

.social-icon {
    max-width: 64px;
    max-height: 64px;
    margin-right: 15px;
}

.validation-summary-errors ul li {
    color: red !important;
}

.white-text {
    color: #fff;
}

.bog2-star {
    position: absolute;
    width: 25% !important;
    height: auto;
    margin-left: 5%;
}

@media (max-width: 767px) {
    .bog2-star {
        position: absolute;
        width: 20% !important;
        height: auto;
        margin-left: 15%;
    }
}

.aligncenter {
    text-align: center;
}

.no-match {
    color: red;
    font-weight: bold;
}

.disabled-input {
    background-color: lightgray;
    cursor: not-allowed;
}

    .disabled-input:hover {
        cursor: not-allowed !important;
    }

.mar-0-left {
    margin-left: 0px;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.pad-0-left {
    padding-left: 0px;
}

.no-bullets-ul {
    list-style-type: none;
    padding-left: 0px;
}

    .no-bullets-ul li {
        padding: 5px 0px 5px 0px;
    }

.no-bullets-ul-no-padding li {
    padding: 4px 0px 5px 0px !important;
}

.lms-thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
}

.lms-thumbnail-description {
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 5px;
}

.lms-thumbnail:hover {
    cursor: pointer;
}

.lms-link a:hover {
    text-decoration: none !important;
}

.lms-thumbnail-label {
    min-height: 50px;
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 15px;
}

.lms-text-container {
    min-height: 75px;
}

.lms-item {
    margin-top: 25px;
}

#liShoppingCartIcon .noitems {
    display: none;
}

.draw-center-result {
    border: 1px solid black;
    margin-top: 2px;
    margin-bottom: 2px;
}

.draw-center-input {
    font-weight: bold;
    height: 34px;
    border: 1px solid gray;
    border-radius: 5px;
    display: inline-block;
}

.draw-center-search {
    color: white;
    background-color: black;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 20px;
}

.draw-center-well {
    border-radius: 5px;
    border: solid 1px gray;
    padding: 10px;
    box-shadow: rgba(0,0,0,0.2) 0px 5px;
}

.disclaimer {
    color: lightgrey;
    font-size: 7px;
}

.Cursor-Default {
    cursor: default !important;
}

#pnLogonBannerSpan {
    color: #ffffff;
}


.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pnLogonBannerSpan {
    color: #ffffff;
}

.new-edi-well, .new-edi-well-outer {
    padding: 15px;
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 10px/10px;
    border: solid 1px gray;
    margin: 20px;
    background-color: #ffffff;
    box-shadow: rgba(0,0,0,0.2) 0px 5px;
}

.new-edi-well-outer {
    background-color: #F0F0F0 !important;
    border-radius: 20px/20px !important;
}

    .new-edi-well-outer h3 {
        font-weight: bold;
    }

.greyed-out {
    background-color: rgba(0,0,0,0.5) !important;
    opacity: 0.6;
    filter: blur(1px);
}

.inactive-acct {
    background-color: rgba(0,0,0,0.2) !important;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }



input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.check-radio {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox; /* Firefox */
    -ms-appearance: checkbox;
}

.text-error {
    color: red;
    font-weight: bold;
}

.faux-link {
    color: #337ab7;
}

    .faux-link:hover {
        color: #23527c;
        text-decoration: underline;
        cursor: pointer;
    }

.btnIncludedTests {
    font-size: 16px;
}

/*start promo page stuff */
.width100 {
    width: 100%;
}

.PromoPageCartHeader {
    border-radius: 5px 5px 0px 0px;
}

.PromoPageCartContainer {
    border-left: 1px solid #0e0f45;
    border-right: 1px solid #0e0f45;
    border-bottom: 1px solid #0e0f45;
}

.PromoPageRemoveLogo {
    color: red;
    position: relative;
    background-color: #fff;
}

.PromoPage-image-container {
    width: 250px;
    height: 250px;
    background-color: #ccc;
    overflow: hidden;
}

    .PromoPage-image-container img {
        width: 100%;
        height: 100%;
        /*width: auto;
max-height: 250px;*/
        object-fit: contain;
    }


/* Container that centers the content */
.promovideo-centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 100vh;*/ /* Example: full viewport height */
    background-color: #f0f0f0; /* For visualization */
}

/* Generic wrapper for responsive aspect ratio */
.promovideo-media-wrapper {
    /* Set a 16:9 aspect ratio, a common standard for videos */
    aspect-ratio: 16 / 9;
    /* Make the wrapper responsive within the container */
    max-width: 90%; /* Adjust as needed */
    max-height: 90%; /* Adjust as needed */
    /*
   * Optional: Use a fluid width that scales appropriately,
   * especially for when the container isn't a fixed size.
   */
    width: min(100%, calc(100vh * 16/9));
}

    /* Apply 100% width/height to both video and iframe within the wrapper */
    .promovideo-media-wrapper video,
    .promovideo-media-wrapper iframe {
        width: 100%;
        height: 100%;
    }

/*end promo stuff*/

.disabled {
    cursor: not-allowed;
    color: #d3d3d3 !important;
}

/*stepper*/
.stepper-wrapper {
    font-family: Arial;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
    }

    .stepper-item.active .step-counter, .stepper-item.completed .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #234994 !important;
        color: white !important;
        margin-bottom: 6px;
    }

tepper-item .step-counter a {
    color: white !important;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #ccc;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

/*end stepper*/

.order-progress-done {
    color: #4E5383;
    z-index: 10;
    position: relative;
    background: white;
}

.order-progress-future {
    color: #D2D5DA;
    z-index: 10;
    position: relative;
    background: white;
}

#order-step {
    display: flex;
    flex-direction: row;
    margin-left: -8%;
    margin-right: -8%;
}

.order-step-1:before, .order-step-1:after, .order-step-2:after {
    content: '';
    flex: 1 1;
    border-top: 3px solid #D2D5DA;
    width: 100%;
    transform: translateY(50%);
}

.order-step-2:before, .order-step-3:before, .order-step-3:after {
    content: '';
    flex: 1 1;
    border-top: 3px solid #4E5383;
    width: 100%;
    transform: translateY(50%);
}

.panelStep {
    display: flex;
    flex-direction: row;
    margin-left: -8%;
    margin-right: -8%;
}

.firstStep .panelStep:after, .undoneStep .panelStep:before, .undoneStep .panelStep:after, .lastStep .panelStep:before, .nowStep .panelStep:after {
    content: '';
    flex: 1 1;
    border-top: 3px solid #D2D5DA;
    width: 100%;
    transform: translateY(50%);
}

.firstStepDone .panelStep:after, .doneStep .panelStep:before, .doneStep .panelStep:after, .lastStepCurrent .panelStep:before, .nowStep .panelStep:before {
    content: '';
    flex: 1 1;
    border-top: 3px solid #4E5383;
    width: 100%;
    transform: translateY(50%);
}

.firstStep .panelStep:before, .firstStepDone .panelStep:before, .lastStep .panelStep:after, .lastStepCurrent .panelStep:after {
    content: '';
    flex: 1 1;
    border-top: none;
    width: 100%;
    transform: translateY(50%);
    color: #4E5383;
}

.currentStep {
    font-size: 18px;
}

#order-progress {
    margin-top: 20px;
}

.sort-header-text, .sort-header-text:hover, .sort-header-text:active {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.markup-input {
    width: 50px;
    border-bottom: solid 1px black;
    border-top: none;
    border-right: none;
    border-left: none;
}

#promoCart th {
    font-family: "PrimaNova";
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cartFee {
    font-family: "PrimaNova";
    color: #3D3D3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    margin-top: 5px;
    margin-bottom: 5px;
}

.itemTotal {
    word-wrap: break-word;
}

.cartTotal {
    font-family: "PrimaNova";
    color: #3D3D3D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}

.cart-hr {
    font-family: "PrimaNova";
    width: 100% !important;
    background-color: #DDD !important;
    margin-top: 8px;
    margin-bottom: 13px;
}

.nova-p {
    color: #3D3D3D;
    font-family: "PrimaNova";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
}

.shipping-info {
    color: #3D3D3D;
    text-align: center;
    font-family: "PrimaNova";
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
    margin-top: 10px;
}
/*.promo-tabs li > a {
    color: #fff !important;
    background-color: gray !important;
}
.promo-tabs .active a, .promo-tabs .active a:active, .promo-tabs .active a:hover {
    color: #fff !important;
    cursor: pointer;
    background-color: #234994 !important;
}*/

.evexia-alert-box {
    display: flex;
    align-items: stretch;
    border: 1px solid #244993;
    border-radius: 0.375rem;
    overflow: hidden;
    padding: 0;
    background-color: #fff; /* white content background */
    font-size: 0.95rem;
    /*flex-wrap: wrap;*/
}

.evexia-alert-box-error {
    border-color: #CC3232 !important;
}

.evexia-alert-icon {
    background-color: #244993;
    /*padding: 0.9rem 1rem;*/
    padding: 1.5rem 1rem;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px;
}

.evexia-alert-error-icon {
    background: var(--UI-colors-Red, #CC3232) !important;
}

.evexia-alert-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.evexia-alert-body {
    /*padding: 0.9rem 1rem;*/

    background-color: #fff;
    color: #212529;
    flex: 1 1 auto;
    min-width: 200px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
/*
.evexia-alert-body strong {
    font-weight: 600;
}*/

.evexia-alert-link {
    color: #0d6efd;
    text-decoration: underline;
}

    .evexia-alert-link:hover {
        color: #0a58ca;
    }

.evexia-alert-btn-close {
    align-self: center;
    margin-right: 0.75rem;
    opacity: 0.7;
}

    .evexia-alert-btn-close:hover {
        opacity: 1;
    }

/* Responsiveness */
@media (max-width: 576px) {
    .alert-evexia {
        flex-direction: row;
        border-radius: 0.5rem;
    }

    .evexia-alert-icon {
        padding: 0.75rem 0.9rem;
    }

    .evexia-alert-body {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .evexia-alert-btn-close {
        margin-top: 0.25rem;
    }

    .markup-input {
        width: 48px;
    }
}

@media(max-width: 380px) {
    .markup-input {
        width: 35px;
    }
}

@media(max-width: 430px) {
    .markup-input {
        width: 40px;
    }
}



.ddlPromoPageSpecialtySelect {
    cursor: pointer;
    border: 1px solid #fff;
    color: #347BB7;
    width: 100%;
    webkit-box-shadow: 0px;
    box-shadow: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('path/to/your/arrow.svg');*/ /* or use a CSS triangle */
    /*background-repeat: no-repeat;
    background-position: left 5px center; 
    padding-left: 20px;*/
}

.ddlPromoPageSpecialtySelect, .specFavBtn {
    font-weight: 500;
    font-size: 16px;
}

@media(max-width:992px) {
    .specFavBtn {
        padding-left: 0px !important;
    }
}

#SpecialtyLabs .nav-pills > li.active > a, #SpecialtyLabs .nav-pills > li.active > a:focus, #SpecialtyLabs .nav-pills > li.active > a:hover {
    /*background-color: #347BB7 !important;*/
    max-width: 100px;
    padding-left: 15px !important;
}

.grey-tab {
    color: #D9D9D9;
}


.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield;
}

.customTooltip {
    background: white;
    padding: 24px;
    font-size: 12px;
    border-radius: 12px;
    box-shadow: 0 6px 60px 0 rgba(0, 17, 38, 0.15);
    width: 385px;
    display: none;
    position:absolute;
    margin-top:-340px;
    margin-left:75px;
    z-index:99;
}

    .customTooltip[data-show] {
        display: block;
    }

#arrow,
#arrow::before {
    position: absolute;
    width: 25px;
    height: 25px;
    background: inherit;
    margin-left: 74px;
}

#arrow {    
}

    #arrow::before {
        content: '';
        transform: rotate(45deg);
    }

#video-tip[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
}

.tooltip-info{
    margin: 0 5px;
    vertical-align:bottom;
    
}

.ineligiblePanel {
    color: #CC3232;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ineligibleWarning {
    color: var(--UI-colors-Red, #CC3232);
    font-size: 10px;
    font-family: PrimaNova;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left !important;
}

#badPromoList{
    margin-bottom:5px !important;
}

.evexia-alert-body-error-text, .evexia-alert-body-text {
    color: var(--Neutral-neutral-800, #383838);
    font-family: PrimaNova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.evexia-alert-header {
    color: var(--Neutral-neutral-800, #383838);
    font-family: PrimaNova;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
}

input.input-validation-error {
    border: 1px solid red !important;
}

.filter-dd {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #347BB7;
}

.sortClass{
    cursor: pointer;
}

.Completed {
    color:red;
    padding:5px;
    width:100%;
    text-align:center;
}

.hide{
    display:none;
}

.ib{
    display:inline-block;
}

.p20{
    padding: 20px;
}

.notifcation-float {
    float: right;
    margin: 5px;
}

.c-right {
    padding: 0px;
    margin-top: 50px;
}

.left-footer {
    background-color: #F8F8F8;
}

.middle-footer {
    background-color: #252E66;
}

.right-footer {
    background-color: #EA528E;
}

.footer-logo {
    height: 180px;
    width: auto;
}

.orderedBy{
    font-weight:bold;
}
.evexia-complete-modal {
    padding: 20px 50px 50px 50px;
}
.currentPage{
    border-color: #66afe9;
    box-shadow: inset 0 0 1px 1px rgb(0, 0, 0, 0.075), 0 0 8px rgb(102,175,233, .6);
}
.complete-logo {
    width: 300px;
    height: auto;
}