﻿
/*
    evexia blue #154a91
    hot pink #ec008b EC008B
    dark grey #595655
    bright yellow #DCE11C
    orange border #D0751B
    orange body #F28D28
    purple #8B369A
*/

@font-face {
    font-family: "Proxima Nova";
    src: url("/Content/webfonts/ProximaNova-Regular.otf") format("opentype");
}

html {
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
}
header{
    max-height:83.5px !important;
}

#loginBody header {
    max-height: 100.5px !important;
}

body {
   /* background-color: #fff;*/
}
.LoginBodyBackground {
    background-image: url('../images/ED_Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top:150px;*/
    /*background-color: #fff;*/
}
.LoginBackground {
    background-color: #fff;
}
.Bordered {
    margin-top: 50px;
    border-radius: 20px;
    border: solid 2px #b1b1b1;
    padding: 25px 25px 50px 25px;
    background-color: #fff;
}

.BorderedLogin {
    margin-top: 50px;
    border-radius: 20px;
    /*border: solid 2px #b1b1b1;*/
    padding: 25px 25px 50px 25px;
    background-color: #efefef;
    box-shadow: 10px 10px 10px #a19f9f;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .form-signin label {
    font-family: Futura,Trebuchet MS,Arial,sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, label {
    color: #fff;
}
#loginBody h1, #loginBody h2, #loginBody h3, #loginBody h4, #loginBody h5, #loginBody h6, #loginBody .h1, #loginBody .h2, #loginBody .h3, #loginBody .h4, #loginBody .h5, #loginBody .h6, #loginBody label {
    color: #595655;
}

.form-signin label, .form-signin h2 {
    color: #595655;
}

input[type=text], input[type=password], input[type=checkbox], input, input:-internal-autofill-selected, select {
    background-color: #ffffff;
}

.welcome h3 {
    font-size: 18px !important;
}

.welcome h2{
    font-size:24px !important;
}

.welcome h2 a, .welcome h2 a:hover{
    color: white !important;
}

main {
    padding-bottom: 135px;
    /*padding-top:90px;*/
    /*min-height:834px !important;*/
}

.main1 {
    padding-bottom: 135px;
    padding-top: 90px;
    /*min-height:834px !important;*/
}

.WhiteText{
    color:#fff !important;
}
.WhiteBorder{
    border:2px solid #fff;
}
.active a{
    color: #ec008b;
}
.uppercasetext{
    text-transform:uppercase !important;
}

.BodyBackground {
    background-color: #154A91;
}
.content-bkgd {
    background-color: #154A91 !important;
}

.BodyTopBorder {
    /*border-top:10px solid #0F3C79;*/
    border-top: 10px;
    border-top-color: #0F3C79;
    /*border-top-style: solid;*/
}

#loginBody .BodyTopBorder {
/*    border-top: 5px solid #0F3C79;*/
    /*border-top: 5px;
    border-top-color: #0F3C79;
    border-top-style: solid;*/
}

.margin-10-top {
    margin-top: 10px !important;
}

.margin-10-bottom {
    margin-bottom: 10px;
}
.margin-20-top {
    margin-top: 20px !important;
}
.margin-20-bottom {
    margin-bottom: 20px;
}

.OvalSection {
    background-color: #fff;
    border: 2px solid #b1b1b1;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 10px 15px 10px !important;
    max-width: 950px !important;
    /*margin-left:15px;*/
    margin-left: 8.5%;
}

.OvalSection h1, .OvalSection h2, .OvalSection h3, .OvalSection h4, .OvalSection h5, .OvalSection h6, .modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6, .OvalSection label {
    color: #333 !important;
}

.OvalSection a, .OvalSection a:active, .OvalSection a:visited, .OvalSection a:hover, .OvalSectionNoBorder a, .OvalSectionNoBorder a:active, .OvalSectionNoBorder a:visited, .OvalSectionNoBorder a:hover {
    color: #32CD5F;
}
.OvalSectionNoBorder {
    background-color: #fff;
    /*border: 1px solid #000;
    border-radius: 10px;*/
    margin-bottom: 20px;
/*    padding: 20px 10px 15px 10px !important;*/
}
.btn-white, .btn-white:hover {
    background-color: #ffffff !important;
    color: #154a91;
    border: 1px solid #154a91;
    padding: 10px 20px;
    border-radius: 10px;
}
.btn-signin, .btn-signin:hover {
    background-color: #154a91;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.btn-save, .btn-save:hover {
    background-color: #32CD5F;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.btn-action, .btn-action:hover {
    background-color: #ec008b;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.btn-save-account {
    width: 180px;
    margin-right:80px;
}

.Logo {
    /*width: 50%;*/
    max-width:50%;
}
.navbar-header .Logo {
    /*max-width: 100%;*/
    max-width: 90%;
    padding-top: 15px;
}
#loginBody .navbar-header .Logo {
    max-width: 78%;
    padding-top: 20px;
}

.FormSmall {
    margin: auto 30%;
}

.SignOutRow {
    border-top: 10px solid #0F3C79;
}

.SignOutText, .SignOutText:hover, .SignOutText:active, .SignOutText:visited{
    color: #fff;
    text-decoration:none;
    margin-top:25px;
}
.table {
    color: #000;    
}

.cursor{cursor:pointer;}

.FAQContainer {
    margin-left: 40px;
}
.FAQCard {
    /*margin: 0px 2% 20px 0px;*/
/*    margin: 0px 2% 20px 15px;
    margin: 0px 2% 20px 80px;*/
    height: 100px;
}
.FAQCardTitle {
    /*color: #154a91 !important;*/
}
.FAQContainer .OvalSection{
    margin-left:6.5% !important;
}
#viewFAQ .OvalSection {
    padding-left: 15px !important;
}
.OrderCard {
    color: #000;
    padding: 0px !important;
    /*border: 2px solid #154a91;*/
    margin-left: 60px;
}
.PaddingTopBottom10px {
    padding-top: 10px;
    padding-bottom: 10px;
}
.PayAssignedOrderHeader {
    color:#fff;
    background-color: #ec008b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
}
.PayAssignedOrdersBackground, .TableHeader {
    background-color: #EC008B;
}
    .PayAssignedOrdersBackground a, .PayAssignedOrdersBackground a:hover, .PayAssignedOrdersBackground a:visited, .TableHeader a, .TableHeader a:hover, .TableHeader a:visited {
        color: #fff;
    }
.HomeNavMenu {
    text-align: left;
    border-radius: 12px !important;
    font-size: 20px !important;
}
.btn-HomeNavMenu{
    
}
.footer, .footer.container {
    height: 60px;
    height: 190px !important;
    /*padding: 25px 0px 40px 0px;*/
}
.HeaderNavDesktop {
    /*display: block;*/
}
.FooterDesktop{
    display:block;
}
    .FooterDesktop .bottombar {
        margin-bottom:20px;
    }
.FooterMobile {
    display: none;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.FooterMobile-Navbar table {
    width: 100%;
    margin-left: 2%;
    margin-right: 2%;
}
.FooterMobile-Navbar td {
    text-align: center;
}
.FooterMobile-Navbar .svg-icon{
    margin-left:-25px;
}
.FooterMobile-Navbar {
    background-color: #fff;
}
.FooterMobile-Navbar a, .FooterMobile-Navbar a:hover {
    color: #154A91;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
}
.FooterLogout{
    display:none;
}
    /*.footer-container {
    color: #707070;
    padding:25px 0px;
}*/
    /*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}*/
    .ed-button {
        font-size: 24px;
    }
.ed-button button {
    /*text-align: left;*/
    font-size: 24px;
    padding-top:15px;
}
.ed-button i {
    float: right;
    font-size: 38px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.edi-icons {
    width: 1.5em;
    height: 1.5em;
    color: red;
    fill: red;
}

.svg-icon {
    width: 1.75em;
    height: auto;
}
.icon-calendar, .icon-creditcardhand, .icon-chart, .icon-faq, .icon-magnifierglass, .icon-orderscart, .icon-orderhistory {
    /*fill: blue;*/
}
.icon-creditcardhand{
    fill:#fff;
}

    .requiredfield {
        color: red;
    }

.AvailableTestingImageLarge {
    height: 600px;
    width: 680px;
    padding: 5px;
}
.AvailableTestingImageSmall {
    height: 200px;
    width: auto;
    padding: 5px;
}
/* START BOOTSTRAP OVERRIDES */
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.modal-title, .modal-body, .panel-title {
    color: #000;
}
.Labelnotbold{
    font-weight:normal;
}
.NoRecordsRow{
    /*height:250px;*/
}


.btnForm {
    color: #32CD5F;
    border: none;
    background-color: transparent;
}
/*@media only screen and (max-width: 1024px) {
    .LoginBodyBackground {
        margin-top: 0px;
    }
}*/

@media only screen and (max-width: 1024px) {
    .main1 {
        padding-top:35px;
    }
}

@media only screen and (max-width: 500px) {
    .main1 {
        padding-top: 90px;
    }
}

    /* END BOOTSTRAP OVERRIDES */
    /*@media only screen and (max-width: 900px) {*/
    @media only screen and (max-width: 1024px) {
        .container {
            margin-left: 5%;
            margin-right: 5%;
        }

        .FormSmall {
            margin: 0px;
        }

        .Logo {
            /*width: 50%;*/
            /*        height: 85px !important;*/
            width: auto;
        }

        #loginBody .navbar-header .Logo {
            max-width: 50%;
            padding-top: 5px;
        }

        .FooterMobile {
            display: block;
        }

        .FooterLogout {
            display: block;
        }

        .FooterDesktop {
            display: none !important;
        }

        .footer, .footer.container {
            height: 100px;
            /*padding: 25px 0px;*/
        }

        .HeaderNavDesktop {
            /*display: none;*/
        }

        .AvailableTestingImageLarge {
            height: auto;
            width: 320px;
        }

        .AvailableTestingImageSmall {
            height: auto;
            width: 320px;
        }

        .OrderCard {
            margin-left: 15px;
        }

        .OvalSection {
            margin-left: 0%;
        }

        .btn-save-account {
            width: 180px;
            margin-right: -30px;
        }

        .FAQContainer {
            margin-left: 0px;
        }

            .FAQContainer .OvalSection {
                margin-left: 0px;
            }

        .icon-calendar, .icon-creditcardhand, .icon-chart, .icon-faq, .icon-magnifierglass, .icon-orderscart, .icon-orderhistory {
            fill: #154a91;
        }

        .HomeNavMenu .icon-creditcardhand {
            fill: #fff;
        }

        .navbar-header .Logo {
            width: 100%;
            height: auto;
            /*margin-top: -10px;*/
        }

        .BodyBackground{
            padding-bottom: 119px;
        }
    }

    .pwResetMessage {
        text-align: center;
    }

    .black-text {
        color: black;
    }

    .tab-head {
        color: white;
        font-size: 17px;
    }

    .active-tab-head {
        font-size: 20px;
        opacity: 0.7;
    }

    .tab-head:hover {
        cursor: pointer;
    }

    .inactive-tab {
        display: none;
    }

    .active-tab {
        display: inline-block;
    }

    .top-margin-25 {
        margin-top: 25px;
    }

    .faq-q-well {
        font-size: 20px;
    }


    .test-guide-title {
        text-transform: uppercase;
        color: #154A91;
        font-size: 17px !important;
    }

    .test-guide-link, .test-guide-link:hover {
        color: #EC008B;
        font-size: 13px !important;
        font-weight: bold;
    }

    .header-nav-text {
        font-weight: 600;
        font-size: 17px;
    }

    .patient-res {
        margin-left: 50px;
        margin-right: 50px;
        display: inline-block;
    }

        .patient-res h3 {
            font-size: 20px;
        }

    .center {
        text-align: center;
    }

    @keyframes spinning {
        from {
            transform: rotate(0deg)
        }

        to {
            transform: rotate(360deg)
        }
    }

    .spin {
        animation-name: spinning;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        /* linear | ease | ease-in | ease-out | ease-in-out */
        animation-timing-function: linear;
        color: white;
    }

    .pat-res-holder {
        margin-left: -50px;
    }

    .draw-center-well {
        max-width: 780px !important;
        text-align: center;
    }

        .draw-center-well h3 {
            font-size: 20px;
        }

    .faq-a-well {
        max-width: 780px !important;
        font-size: 20px;
    }

.guide-well{
    min-height:130px;
}

.panel-cart-well {
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    min-height: 650px;
    font: normal normal normal 20px/25px Proxima Nova !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding:25px;
}

    .panel-cart-well table{
        width:100%;
    }

    .panel-cart-well h4 {
        color: #000000;
    }

.panel-page-title {
    text-align: left;
    font: normal normal bold 42px/45px Proxima Nova !important;
    letter-spacing: 0px;
    color: #154A91;
}

.flex{
    display:flex;
    flex-direction:column;
}

.inner-flex{
    flex-grow:1;
}

.panel-page {
    text-align: left;
    font: normal normal normal 27px/45px Proxima Nova !important;
    letter-spacing: 0px;
    color: #000000;
}


.pnl-btn:hover{
    color:#FFFFFF;
}

.patient-well {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 20px;
    opacity: 1;
    padding: 20px 30px;
}

    .patient-well label {
        text-align: left;
        font: normal normal bold 20px/20px Calibri;
        letter-spacing: 0px;
        color: #363636;
        opacity: 1;
    }

    .patient-well .row{
        margin-top:10px;
        margin-bottom:10px;
    }

.panel-patient-input {
    background-color: #F4F4F4 !important;
    border: 1px solid #AAAAAA;
    width:100%;
    height:46px;
}

.pnl-btn {
    background: #0A8819 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #0000007E;
    border: 3px solid #FFFFFF;
    opacity: 1;
    border-radius: 5px;
    color: #FFFFFF;
    height: 46px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.panel-page-title-2 {
    text-align: left;
    font: normal normal bold 34px/41px Proxima Nova;
    letter-spacing: 0px;
    color: #262D66;
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 25px;
}

.draw-center-result {
    border: 1px solid black;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color:#FFFFFF;
}

.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-find-well {
    border-radius: 5px;
    border: solid 1px gray;
    padding: 10px;
    box-shadow: rgba(0,0,0,0.2) 0px 5px;
    background-color:#FFFFFF;
    display:inline-block;
    height: 105px;
    vertical-align:top;
}

.disclaimer {
    color: lightgrey;
    font-size: 7px;
}

.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;
}

.draw-container h2, .draw-container p, .draw-container h3{
    color:black !important;
}

.draw-container .selectedLab {
    max-height:112px;
}

.flex-it {
    display: flex;
}

#content-div {
    flex: 1;
}