
#app-container {
  /* width: 100%; */
  max-width: none;
  display: flex;
  flex-direction: column;
  background-color: #eee;
}

body {
  background-color: #eee;
  /* color: #333333; */
  font-size: 15px;
  margin: 0px;
}

hr {
  margin: 0.3rem 0rem;
}

.banner {
  height: 8vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  top: 0;
  z-index: 999;
}

.banner-production { background-color: black; }
.banner-development { background-color: #4d4d4d; }

.banner h4 {
  font-size: 1.2em;
  letter-spacing: 3.5px;
  margin-left: 2px;
}

.banner Img {
  position: relative;
  height: 7.5rem;
  width: auto;
  margin-left: 2%;
  background-color: transparent;
}

H5 {
  color: #2c8cff;
  font-weight: 300;
}

H5,
H3 {
  font-family: "Helvetica Neue", sans-serif;
}

.body-content {
  display: flex;
  flex-direction: row;
}
/*
#left-column {
  margin-top: 2.5vh;
}
*/

#left-column {
  padding: 1vh 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 11.5rem);
  /* z-index: 998; */
  height: 65rem;
  overflow-y: auto;
  position: sticky;
  top: 0;
  flex-grow: 1;
  width: 20%;
}

.control-panel {
  margin: 0 40px;
}

#right-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  min-height: calc(100vh - 5.5rem);
  /* margin-left: 3rem; */
  /* margin-top: 2rem; */
  flex-grow: 5;
  width: 80%;
}

.table-row {
  height: 63px;
  vertical-align: middle;
  font-size: 13px;
}

.wait_time_graph > div,
.patient_score_graph > div {
  height: 100% !important;
  width: 100% !important;
}

.draglayer {
  cursor: pointer !important;
}

#intro {
  margin: 20px 0px;
  font-family: "Helvetica Neue", sans-serif;
  text-align: justify;
}

#control-panel > p {
  font-weight: bold;
  position: fixed;
}

#selector-section,
#selector-section-superelastic,
#selector-section-polymer,
#selector-section-magneticalloys,
#selector-section-ceramics,
#wait_time_card {
  background-color: white;
  height: 100%;
  width: 100%;
}

#selector-section > b,
#wait_time_card > b,
#selector-section-superelastic > b,
#wait_time_card > b,
#selector-section-polymer > b,
#wait_time_card > b,
#selector-section-ceramics > b,
#wait_time_card > b {
  line-height: 2.5;
}

#wait_time_card {
  margin: 20px 0px;
}

#patient_volume_hm {
  height: 300px;
}

.table-row:nth-child(even) {
  background-color: #f2f2f2;
}

.row-department > b {
  display: table-cell;
  vertical-align: middle;
}

#header_wait_time_min,
#header_care_score {
  display: table;
}

#header_wait_time_min > b,
#header_care_score > b {
  display: table-cell;
  vertical-align: middle;
}

#shape-memory-alloy-btn {
  background-image: url("shape-memory-alloys.png");
}

/*
  ##Device = Most of the Smartphones Mobiles / ipad (Portrait)
  */

@media only screen and (max-width: 750px),
  screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 13px;
    margin: 0px;
  }

  .banner {
    height: 6rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  #intro {
    margin: 10px 0px;
  }

  #left-column {
    background-color: lightgray;
  }
  #left-column,
  #right-column {
    margin-left: 0px;
  }

  #right-column {
    padding: 0rem;
  }

  #reset-btn-outer {
    text-align: center;
  }

  .table-row > div {
    width: 100% !important;
    text-align: center;
    margin: auto;
  }

  .table-row:nth-child(even),
  .table-row:nth-child(odd) {
    background-color: #ffffff;
  }

  #header {
    display: none;
  }

  #wait_time_table:after {
    content: "";
    display: table;
    clear: both;
  }

  #selector-section > b,
  #wait_time_card > b,
  #selector-section-superelastic > b,
  #wait_time_card > b,
  #selector-section-polymer > b,
  #wait_time_card > b {
    line-height: 2.5;
    font-size: 13px;
    display: block;
    text-align: center;
  }

  .annotation-text {
    font-size: 0.8rem !important;
  }
}
