:root{
    --color-primary: #002360;
}

body {
    font-family: montserrat, LatoWeb, source_sans_proregular, arial;
    font-size: 16px;
    font-weight: 200;
    background: #f2f6fe !important;
}

a:not([href]) {
    cursor: pointer;
    color: #007bff !important;
}
a:not([href]):hover {
    text-decoration: underline !important;
}

.section-grey {
    background: rgb(247, 249, 251);
    width: 100%;
}

.title {
    font-size: 40px;
    line-height: 63px;
    color: rgb(55, 55, 55);
    padding: 36px 40px 35px;
    text-align: center;
}

.bg-success-mega {
    background-color: rgb(0, 192, 166) !important;
}

.text-green {
    color: rgb(0, 192, 166) !important;
}

.step {
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: white;
    text-align: center;
    margin: auto;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

h2.header-covid {
    font-family: LatoWebBold, source_sans_probold, Arial;
}

h3.covid {
    font-size: 18px;
}

h3.covid-are-you-ready {
    font-family: LatoWeb, source_sans_proregular, Arial;
}

.pricing .card {
border: none;
border-radius: 1rem;
transition: all 0.2s;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin-top: -20px;
}

.pricing .card-price .period {
    font-size: 0.9rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
opacity: 0.7;
}

.pricing .btn {
font-size: 80%;
border-radius: 5rem;
letter-spacing: .1rem;
font-weight: bold;
padding: 1rem;
opacity: 0.7;
transition: all 0.2s;
}


.reportsDate {
    max-width:20px;
    overflow-wrap: break-word!important;
    word-wrap: break-word!important;
}

.operator {
    max-width:330px;
    overflow-wrap: break-word!important;
    word-wrap: break-word!important;
}

.patient {
    max-width:200px;
    overflow-wrap: break-word!important;
    word-wrap: break-word!important;
}

.validationDiv {
    max-width:292px;
}

.buttonsV{
    display:flex;
    justify-content:center;
}


/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}

footer.footer {
    background: #42484f;
    min-height: 60px;
    color: white;
}

footer.footer ul {
    list-style-type: none;
}

footer.footer ul li a {
    font-size: 15px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid white;
}

  label {
      font-weight: bold;
  }
  

  /** Patient portal **/
.patient-left-bar {
    position: fixed;
    left: 0px;
    top: 65px;
    height: 100%;
    background-color: rgb(34, 34, 34);
    width: 48px;
    text-align: center;
}

.patient-left-bar-caret {
    position: fixed;
    left: 47px;
    top: 65px;
    height: 100%;
    width: 10px;
    text-align: left;
}

.caret-inactive {
    color: #fff;
    margin-left: 1px;
}

.patient-left-bar a, .patient-left-bar-caret a {
    display: block;
    cursor: pointer;
}

.patient-left-bar i {
    color:lightgray;
    font-size: 25px;
    padding: 10px;
}
.patient-left-bar-caret i {
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.patient-left-bar a:hover i {
    color: #ffffff;
}

.patient-left-bar .bottom {
    position: fixed;
    bottom: 0px;
}

.content {
    margin-left: 50px;
    padding-top: 20px;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

.navbar-primary {
    background-color: #002360;
    bottom: 0px;
    left: 0px;
    position: fixed;
    /* top: 60px; */
    height: 100%;
    width: 200px;
    z-index: 1;
    /*overflow: hidden;*/
    /* -webkit-transition: all 0.05 ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out; */
    border-radius: 5px;
}

.navbar-primary.collapsed {
    width: 65px;
}

.navbar-primary.collapsed .icon {
    font-size: 22px !important;
}

.navbar-primary.collapsed .nav-label {
    display: none;
}

.btn-expand-collapse {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    padding: 8px 0;
    color: white;
    font-size: 20px;
    text-align: center;
    background-color: #111;
}

.navbar-primary-menu,
.navbar-primary-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-primary-menu li a, .navbar-primary-menu li .dropdown .dropdown-toggle a{
    display: block;
    padding: 10px 18px;
    text-align: left;
    color: white !important;
    font-size: 1rem;
}

/*
.navbar-primary-menu li a:hover {
    background-color: #51E1E5;
    text-decoration: none;
    color: white;
}
*/
.navbar-primary-menu li a .icon, .navbar-primary-menu li .dropdown .dropdown-toggle a .icon {
    margin-right: 6px;
}

.navbar-primary-menu li a:hover .icon, .navbar-primary-menu li .dropdown .dropdown-toggle a:hover .icon {
    color: #9D9D9C;
}

.main-content {
    margin-top: 60px;
    margin-left: 200px;
    padding: 20px;
}

.collapsed+.main-content {
    margin-left: 60px;
}

.icon{
    color: white;
}

.bg-tm-primary{
    background: var(--color-primary) !important; 
}

.text-white{
    color: white;
}