@media (min-width: 768px) {
    .ehealth-sidebar {
        width: 280px !important;
    }
}

.ehealth-full-spacing .form-group {
    margin-bottom: 1rem;
}

/* Make all input fields uppercase */
input {
    text-transform: uppercase;
}

/* Exclude specific input fields on a page or section */
.no-uppercase input {
    text-transform: none;
}


@font-face {
    font-family: 'vag rounded bold font';
    src: url('../fonts/vag rounded bold font.ttf') format('truetype');
}

body {
    margin-bottom: 60px;
    font-family: Arial;
}

h1, h2, h3, h4, h5 {
    font-family: 'vag rounded bold font';
    color: #0098DB;
}

.ehealth-topbar {
    border-bottom: 1px solid #ccc; /* This is the line replacing the hr*/
    margin-bottom: 50px; /* This is the space below the line */
    padding-bottom: 88px;
}

.icon-red {
    color: red;
}
.icon-blue {
    color: dodgerblue;
}

table thead th {
    font-size: 10pt;
}

#loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 999999;
}

.ehealth-nav-hr {
    background-color: white;
    width: 100%;
}

.ehealth-navbar {
    background-color: #0098DB;
    padding: 0.5rem 1rem;
}

.ehealth-sidebar {
    background-color: #0098DB;
}

.ehealth-sidebar > div {
    min-height: calc(100vh - 60px);
}

.ehealth-hero-logo {
    margin-top: 60px;
    height: 150px;
}

.ehealth-hero-logo img {
    height: 100%;
}

.ehealth-sidebar ul.nav li a, .ehealth-sidebar ul.nav li a:visited {
    color: white !important;
}

ul.nav li a:hover, ul.nav li a:active {
    color: blue !important;
}

ul.nav li.active a {
    color: black !important;
/*    text-decoration: underline !important;*/
    font-weight: bold;
/*    font-size: larger;*/
}

/* to enable this, remove bootstrap border class from the fieldset tag i.e. <fieldset class="border p-2">

bootstrap border looks like this: border: 1px solid #dee2e6!important;
*/
fieldset {
    border: 1px solid;
}

    fieldset legend {
        font-size: 18px;
        font-family: serif;
        font-weight: 700;
        float: none;
        padding: 0 5px;
    }

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}

#personSearchModal .modal-dialog {
    max-width: 1400px;
}

.person-search-results{
    max-height: 650px;
    overflow-y: auto;
}
html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.loginInstructions {
    font-size: 24px;
    font-family: serif;
    font-weight: 600;
}

.webMessage {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    min-height: 300px;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 10px grey;
    -moz-box-shadow: 0 0 20px 10px grey;
    box-shadow: 0 0 20px 10px grey;
}

.logInMessage {
    text-align: left;
    margin: 0 auto;
    width: 50%;
    font-weight: 600;
    font-size: 14px;
    margin-top: 40px;
}