body{
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}
html{
    font-size: 14px;
}

.whole-frame {
    display: inline-block;
    width: 100%;
    display:grid;
    border: 1px solid #B4BFBB;
}

.top-navbar {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    background: #1fa80d;
    justify-content: center;
    height: 50px;
}

.top-navbar li {
    text-decoration: none;
    list-style-type: none;
}

.top-navbar .nav-bar {
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.top-navbar .nav-bar>div>a {
    padding: 0.5rem 1rem;
}

.top-navbar .nav-bar>.buttons {
    margin: auto 1rem;
    display: flex;
    align:items:center;
    font-size: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
}

/*button*/
.languageButton {
    font-size:20px;
    font-weight:500;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height:40px;
    background-color: transparent;
    border: none;
    color: white;
    position:relative;
    padding-right:1em;
}
.languageButton:hover {
  cursor: pointer;
}


.fontSizeButton {
    font-size:20px;
    font-weight:500;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height:40px;
    background-color: transparent;
    border: none;
    color: white;
    position:relative;
    margin-right:15px;
}
.fontSizeButton:hover {
  cursor: pointer;
}

.fontSizeButton::before {
  content: '|';
  position: absolute;
  left: -2.8em;
  bottom:
  font-size: 1em;
  color:white;
}

.refreshButton {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
    width: 19.2px;
    height: 20px;
}
.refreshButton img {
    max-height: 18px;
    max-width: 19.2px;
    margin-top: 12px;
    display: block;
}

.top-navbar .nav-logo {
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.top-navbar .nav-logo:hover {
  cursor: pointer;
}

.top-navbar .nav-title {
    color: #fff;
    font-size: calc(1rem + 2px);
}

.top-navbar .nav-logo img {
    max-height: 35px;
    margin-left: 30px;
}

.top-navbar div.nav-item>a {
    font-weight: bold;
}

.top-navbar .nav-item>a {
    text-decoration: none;
    color: white;
}

.top-navbar li.nav-item>a {
    font-weight: 600;
}

.top-navbar .a{
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
}
.top-navbar .aa{
    font-size: 16px;
    font-family:'Times New Roman', Times, serif;
}

.top-navbar .spacer {
    flex-grow: 1;
}


/*condition*/
.condition {
    display: flex;
    justify-content: left;
    height: 50px;
    margin-top : 20px;
    font-weight: bold;
}

.condition li {
    text-decoration: none;
    list-style-type: none;
}
.condition-date-range{
    padding-left: 2rem;
    font-family: Arial, Helvetica, sans-serif;
}
.condition-district{
    padding-left: 25px;
}
.condition-clinic{
    padding-left: 25px;
}


/*Main data list*/
.district-list{
    padding: 0 10px 0 10px;
}
.district{
    padding-left: 2rem;
    text-decoration: underline;
    line-height: 30px;
    font-weight: bold;
    font-size:1.2rem;
}
.district_selector{
    font-size: 1rem;
}
.clinic{
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: 50px;
}
.clinic_selector{
    font-size: 1rem;
}
.clinic-list{
    width: 1300px;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    margin-left: 50px;
}
.clinic-list td{
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}
.clinic-list th{
    border-style: solid;
    border-width: 1px;
    /* font-weight: 100; */
    padding: 2px;
    text-align: left;
}
.gray{
    width:300px;
    background-color: rgb(180, 179, 179);
    vertical-align: top;
    font-weight: bold;
    text-align: left;
}
.light-gray{
    background-color: rgb(226, 226, 226);
}
.light-gray th{
    font-weight: bold;
}
.session{
    background-color: white;
    font-weight: normal;
}
.clinic-sub-list{
    width: 100%;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
}
.clinic-sub-list th{
    text-align: center;
    border: 1px solid black;
    width: 7rem;
}
.clinic-sub-list td{
    text-align: center;
    width: 7rem;
}
table {
    border: 1px solid black;
    border-collapse: collapse;
    margin: auto;
}
td {
    border: 1px solid black;
}