.disabled {
  color: rgba(0, 0, 0, 0.12) !important; }

.bkg-cell-dark {
  background: #F0F4C3; }
  .bkg-cell-dark a {
    color: #5d5d5d !important; }

.bkg-cell-light {
  background: #FFE0B2; }
  .bkg-cell-light a {
    color: #5d5d5d !important; }

.bkg-dashboard-title {
  background: #37474F; }
  .bkg-dashboard-title a {
    color: #fff !important; }

.bkg-cell-yellow {
  background: #fff5b5; }

.bkg-cell-purple {
  background: #deb5ff; }

.bkg-cell-blue {
  background: #b5dbff; }

.red-link {
  color: #e94043 !important; }

@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  10% {
    opacity: 1;
    transform: translateY(10px); }
  80% {
    opacity: 1;
    transform: translateY(10px); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

.alert {
  animation: reveal 1 5s;
  border-radius: 0;
  border: 1px solid #007064;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  left: 50%;
  margin-left: -200px;
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  transition: all .5s ease-out;
  width: 400px;
  z-index: 2000; }

.alert-success {
  background: #00897b;
  border: 1px solid #007064; }

.alert-info {
  background: #426fc5;
  border: 1px solid #3863b6; }

.alert-warning {
  background: #f6774f;
  border: 1px solid #f56437; }

.alert-danger {
  background: #e94043;
  border: 1px solid #e6292c; }

a {
  color: #426fc5;
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #90aadd; }
  a:active, a:visited {
    color: #426fc5; }

img {
  vertical-align: middle; }

.inline {
  display: inline block;
  margin: 0 auto;
  text-align: center; }

.link {
  font-size: .8em;
  font-weight: bold;
  margin-top: -15px;
  padding-bottom: 4px; }
  .link div {
    color: #426fc5;
    cursor: pointer;
    display: inline-block; }

.m20 {
  margin: 20px !important; }

.ml10 {
  margin-left: 10px; }

.mr5 {
  margin-right: 5px !important; }

.mr20 {
  margin-right: 20px; }

.mt4 {
  margin-top: 4px; }

.mt10 {
  margin-top: 10px; }

.mt30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: -35px; }

.my10 {
  margin: 10px 0 !important; }

.my20 {
  margin: 20px 0 !important; }

.p20 {
  padding: 20px; }

.pl20 {
  padding-left: 20px; }

.pr5 {
  padding-right: 5px !important; }

.max-height-100 {
  max-height: 100%;
  overflow-y: hidden; }

.max-width-100 {
  max-width: 100px !important; }

.pointer {
  cursor: pointer; }

.separator {
  border: 1px solid #ffcc01;
  margin-bottom: 10px;
  margin-top: 20px; }

.min-width-1000 {
  min-width: 1000px; }

.page-title {
  font-weight: bold;
  margin-bottom: 20px; }
  .page-title h2 {
    display: inline-block; }

.txt-left {
  text-align: left !important; }

.txt-right {
  text-align: right !important; }

.txt-center {
  text-align: center !important; }

.cols-2 {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center; }

.scrollable-x {
  overflow-x: scroll; }

.scrollable-y {
  overflow-y: scroll; }

.tooltip span,
.tooltip-bottom span {
  background: #fff;
  border: 1px solid #b7b7b7;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.24), 0px 5px 10px rgba(0, 0, 0, 0.35);
  font-weight: bold;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  transition: all .4s ease;
  visibility: hidden; }

.tooltip:hover span,
.tooltip-bottom:hover span {
  opacity: 1;
  visibility: visible; }

.tooltip-bottom span {
  margin-top: 30px; }

.opacity-visible {
  opacity: 1 !important; }

.center-border-bottom {
  border-bottom: 1px solid #e94043;
  margin: 5px auto;
  width: 50%; }

.hide {
  display: none !important; }

.btn {
  border-radius: 0;
  cursor: pointer;
  font-weight: bold;
  margin: 15px 0;
  padding: 8px 12px; }
  .btn:hover, .btn:visited {
    color: #fff; }

.btn-disabled {
  background: #b7b7b7;
  border: 2px solid #aaaaaa;
  color: #fff;
  text-align: center;
  cursor: default; }

.btn-danger {
  background: #e94043;
  border: 2px solid #e6292c;
  color: #fff; }
  .btn-danger:hover {
    background: #af1417; }

.btn-def {
  background: #b7b7b7;
  border: 2px solid #aaaaaa;
  color: #5d5d5d; }
  .btn-def:hover {
    background: #848484;
    color: #5d5d5d; }
  .btn-def:visited {
    color: #5d5d5d; }

.btn-info {
  background: #426fc5;
  border: 2px solid #3863b6;
  color: #fff; }
  .btn-info:hover {
    background: #26437b; }

.btn-warning {
  background: #f6774f;
  border: 2px solid #f56437;
  color: #fff; }
  .btn-warning:hover {
    background: #d43b0b; }

.btn-success {
  background: #00897b;
  border: 2px solid #007064;
  color: #fff; }
  .btn-success:hover {
    background: #007064; }

.btn-create {
  float: right;
  margin-top: -10px; }

.profile-btns {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .profile-btns .btn {
    text-align: center;
    width: 200px; }

.close {
  background: #424874;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  margin: 5px 0 !important;
  width: 30px;
  z-index: 10000; }
  .close span {
    background: #fff;
    display: block;
    height: 4px;
    width: 20px; }
    .close span:first-child {
      margin-left: 5px;
      margin-top: 13px;
      transform: rotate(45deg); }
    .close span:last-child {
      margin-left: 5px;
      margin-top: -4px;
      transform: rotate(-45deg); }

form {
  padding: 10px; }
  form label {
    color: #717171;
    font-weight: bold;
    display: block;
    font-size: .8em; }
  form ul li {
    list-style: none;
    margin: 0;
    padding: .5em; }
    form ul li .errorlist {
      color: #e94043;
      display: inline-block;
      font-size: .8em; }
      form ul li .errorlist li {
        margin: 0;
        padding: 0; }
  form ul.fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  form ul.fields-2cols, form ul.fields-3cols, form ul.fields-4cols, form ul.fields-5cols {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    text-align: center; }
    form ul.fields-2cols input[type='checkbox'], form ul.fields-3cols input[type='checkbox'], form ul.fields-4cols input[type='checkbox'], form ul.fields-5cols input[type='checkbox'] {
      display: block;
      margin: 0 auto;
      margin-top: 20px; }
  form ul.fields-3cols {
    grid-template-columns: repeat(3, 1fr); }
  form ul.fields-4cols {
    grid-template-columns: repeat(4, 1fr); }
  form ul.fields-5cols {
    grid-template-columns: repeat(5, 1fr); }
  form ul.fields-er {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important; }

.fields-er {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important; }
  .fields-er li {
    list-style: none;
    margin: 0;
    padding: .5em; }

.fields-er-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important; }
  .fields-er-3 li {
    list-style: none;
    margin: 0;
    padding: .5em; }

.break-header {
  grid-column-start: 1;
  grid-column: 1/6;
  font-weight: bold;
  color: #424874;
  border-bottom: 1px solid #b7b7b7;
  padding-top: 20px !important;
  text-transform: uppercase; }

.break-header-3 {
  grid-column-start: 1;
  grid-column: 1/4;
  font-weight: bold;
  color: #424874;
  border-bottom: 1px solid #b7b7b7;
  padding-top: 20px !important;
  text-transform: uppercase; }

.break-header-clean {
  grid-column-start: 1;
  grid-column: 1/6; }

.break-header-clean-3 {
  grid-column-start: 1;
  grid-column: 1/4; }

input,
textarea,
select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #f4f4f4;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
  color: #5d5d5d;
  font-size: 1em;
  font-weight: bold;
  margin: 4px 0;
  outline: 0;
  padding: 10px;
  width: 100%; }
  input:disabled,
  textarea:disabled,
  select:disabled {
    background: #dbdbdb; }

textarea {
  height: 80px; }

input[type='checkbox'],
input[type='radio'] {
  background-color: #f4f4f4;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  outline: none; }

.narrow-form {
  margin: 0 auto;
  width: 50%; }

.checklist-form {
  margin: 0 auto;
  padding-left: 30px;
  width: 100%; }

.vertical-form input[type='checkbox'],
.vertical-form input[type='number'],
.vertical-form select {
  display: inline-block;
  margin-right: 20px;
  width: 70px; }

.vertical-form .btn {
  display: inline-block;
  width: 200px; }

.form-group-2col {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .form-group-2col .form-group-header {
    background-color: #424874;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center; }

.inline-selects-2cols select {
  display: inline-block;
  margin: 0 5px;
  width: calc(50% - 10px); }
  .inline-selects-2cols select:first-child {
    margin-left: 0; }
  .inline-selects-2cols select:last-child {
    margin-right: 0; }

.inline-selects-3cols input,
.inline-selects-3cols select,
.inline-selects-3cols-txt input,
.inline-selects-3cols-txt select,
.inline-selects-6cols input,
.inline-selects-6cols select {
  display: inline-block;
  margin: 0 5px;
  width: calc(33% - 10px); }
  .inline-selects-3cols input:first-child,
  .inline-selects-3cols select:first-child,
  .inline-selects-3cols-txt input:first-child,
  .inline-selects-3cols-txt select:first-child,
  .inline-selects-6cols input:first-child,
  .inline-selects-6cols select:first-child {
    margin-left: 0; }
  .inline-selects-3cols input:last-child,
  .inline-selects-3cols select:last-child,
  .inline-selects-3cols-txt input:last-child,
  .inline-selects-3cols-txt select:last-child,
  .inline-selects-6cols input:last-child,
  .inline-selects-6cols select:last-child {
    margin-right: 0; }

.inline-selects-5cols input,
.inline-selects-5cols select {
  display: inline-block;
  margin: 0 5px;
  width: 45%; }
  .inline-selects-5cols input:first-child,
  .inline-selects-5cols select:first-child {
    margin-left: 0; }
  .inline-selects-5cols input:last-child,
  .inline-selects-5cols select:last-child {
    margin-right: 0; }

.inline-selects-3cols-txt select {
  display: inline-block;
  margin: 0 5px;
  margin-top: 4px;
  vertical-align: top;
  width: calc(33% - 10px); }
  .inline-selects-3cols-txt select:first-child {
    margin-left: 0; }
  .inline-selects-3cols-txt select:last-child {
    margin-right: 0; }

.inline-selects-3cols-txt textarea {
  opacity: 0;
  width: calc(66% - 5px); }

.inline-selects-6cols select {
  width: calc(19.5% - 10px); }

.span2 {
  grid-column: 1/3; }

@font-face {
  font-family: "Roboto-Regular";
  src: url(/static/fonts/Roboto-Regular.ttf); }

@font-face {
  font-family: "Roboto-Bold";
  src: url(/static/fonts/Roboto-Bold.ttf); }

@font-face {
  font-family: "Roboto-Italic";
  src: url(/static/fonts/Roboto-Italic.ttf); }

.msg {
  font-weight: bold;
  padding: 10px 15px; }

.msg-danger {
  background: #e94043;
  border: #dd191d;
  color: #fff;
  margin: 5px auto; }

.msg-info {
  background: #426fc5;
  border: #3258a2;
  color: #fff;
  margin: 5px auto; }

.msg-warning {
  background: #f6774f;
  border: #f4521e;
  color: #fff;
  margin: 5px auto; }

.msg-success {
  background: #00897b;
  border: #00564d;
  color: #fff;
  margin: 5px auto; }

.navbar {
  align-content: center;
  align-items: center;
  background: #78909C;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 40px;
  padding: 0 50px;
  width: 100vw; }
  .navbar a {
    color: #fff; }
  .navbar .nav-right {
    text-align: right; }
  .navbar .nav-left {
    display: grid;
    grid-template-columns: 50px 1fr; }
    .navbar .nav-left img {
      margin-top: 5px; }
  .navbar .nav-mid {
    display: grid;
    grid-template-columns: 1fr; }
    .navbar .nav-mid img {
      margin-top: 5px; }

.home-nav {
  background: #424874;
  color: #fff;
  padding: 10px; }

.menu-dropdown-trigger {
  cursor: pointer; }

.menu-dropdown {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.24), 0px 5px 10px rgba(0, 0, 0, 0.35);
  background: #fff !important;
  height: 200px;
  opacity: .6;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40px;
  transform: translateX(450px);
  transition: all .5s ease-in-out;
  width: 200px;
  z-index: 5; }
  .menu-dropdown hr {
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin: 15px 0; }

#menu {
  cursor: pointer; }
  #menu div {
    background-color: white;
    border-radius: 3px;
    height: 4px;
    margin: 6px 0;
    transition: all .5s ease-out;
    width: 30px; }

.hamburger-active div:first-child {
  transform: rotate(45deg) translateY(13px); }

.hamburger-active div:nth-child(2) {
  opacity: 0; }

.hamburger-active div:last-child {
  transform: rotate(-45deg) translateY(-13px); }

.main-menu {
  background: #fff;
  border: 1px solid #b7b7b7;
  box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.24), 20px 5px 20px rgba(0, 0, 0, 0.35);
  color: #5d5d5d;
  font-size: 1.5em;
  font-weight: bold;
  height: calc(100vh - 40px);
  opacity: 0;
  padding: 0 50px 50px;
  position: fixed;
  top: 40px;
  transform: translateX(-100vw);
  transition: all .4s ease-out;
  width: 30vw;
  z-index: 9999; }
  .main-menu .menu-header {
    list-style-type: none;
    text-transform: uppercase; }
    .main-menu .menu-header a {
      color: #426fc5; }
    .main-menu .menu-header li {
      padding-bottom: 5px;
      padding-top: 40px; }
      .main-menu .menu-header li ul {
        border-top: 1px solid #b7b7b7;
        font-size: .8em;
        margin-left: 20px;
        list-style-type: none;
        margin-left: 0;
        text-transform: none; }
        .main-menu .menu-header li ul li {
          border: 0;
          font-weight: normal;
          margin: 5px 0;
          padding-top: 0; }

.active {
  opacity: 1;
  transform: translateX(0); }

.home {
  display: grid;
  grid-gap: 40px 20px;
  grid-template-columns: 1fr 1fr; }

.card {
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-top: 10px;
  padding: 20px; }
  .card .title-link {
    float: right; }
    .card .title-link .btn {
      padding: 5px 10px; }
  .card h3 {
    display: inline-block; }
  .card hr {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    margin: 10px 0; }
  .card .card-body {
    margin-top: 15px; }
    .card .card-body .card-body-header {
      border-bottom: 1px solid #b7b7b7;
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 30px; }

table {
  border-collapse: collapse; }
  table.border tr,
  table.border td,
  table.border th {
    border: 1px solid #b7b7b7; }

td {
  padding: 20px 10px; }
  td.highlight {
    background-color: #e8f4ff;
    font-weight: bold; }

tr.border-bottom td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: none;
  border-right: none; }

tr.highlight {
  background-color: #e8f4ff;
  font-weight: bold; }

th {
  text-align: left; }

.report-table table tr,
.report-table table td {
  margin: 0 !important;
  padding: 10px !important; }

.report-table table tr:nth-child(even) {
  background: #f5f8d9; }

.report-table table tr.border-bottom {
  background: #3863b6;
  color: #fff;
  font-weight: bold; }

.em-history-table tr:nth-child(even) {
  background: #f5f8d9; }

.em-history-table tr.highlight {
  background: #b5dbff !important; }

.em-history-table td {
  text-align: center; }

.blood-gas-history tr:nth-child(even) {
  background: #f5f8d9; }

.blood-gas-history tr.highlight {
  background: #424874 !important;
  color: #fff; }
  .blood-gas-history tr.highlight td {
    padding: 5px 0 5px 10px;
    text-align: left; }

.blood-gas-history td {
  padding: 5px 0;
  text-align: center; }
  .blood-gas-history td:first-child {
    font-weight: bold;
    text-align: left; }

* {
  box-sizing: border-box;
  font-family: 'Roboto-Regular', 'Courier New', Courier, monospace;
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #5d5d5d;
  height: 100vh;
  max-height: calc(100vh - 40px);
  max-width: 100vw;
  margin: 0;
  overflow-x: hidden;
  padding: 0; }

table {
  width: 100% !important; }

.parent {
  display: grid;
  grid-auto-rows: 50px auto;
  justify-items: center;
  width: 100vw; }

.logo {
  margin-bottom: 40px;
  text-align: center; }

.content {
  padding: 30px;
  padding-bottom: 0;
  width: 100vw; }

.dashboard-content {
  padding: 0 5px 5px 5px;
  width: calc(100vw - 10px); }

.container {
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 20px; }

.left {
  text-align: left; }

.right {
  text-align: right !important; }

.center {
  margin: 0 auto;
  text-align: center; }

.maxw55 {
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: inline-block;
  width: calc(55% - 4px);
  vertical-align: top; }

.w45 {
  display: inline-block;
  transition: all .4s;
  vertical-align: top;
  width: 45%; }

.dash-navbar,
.dash-navbar-viewer {
  align-items: center;
  background: #424874;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.2em;
  font-weight: bold;
  height: 50px;
  padding: 0 10px; }
  .dash-navbar a,
  .dash-navbar-viewer a {
    color: #fff; }
  .dash-navbar img,
  .dash-navbar-viewer img {
    height: 20px;
    margin-right: 10px; }

.dashboard,
.sub_dashboard {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: calc(100vh - 50px);
  margin: 0;
  padding: 0;
  width: 100vw; }
  .dashboard a,
  .sub_dashboard a {
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .dashboard a div,
    .sub_dashboard a div {
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
      background: #37474F; }
  .dashboard small,
  .sub_dashboard small {
    color: #5d5d5d;
    font-size: .7em;
    font-weight: bold; }

.cat-label {
  color: #fff !important;
  font-size: 1.1em !important;
  font-weight: bold !important;
  text-overflow: ellipsis;
  text-transform: capitalize; }

.cat-val {
  font-size: 1.5vw;
  font-weight: bold; }

.cat-prev {
  color: #2a2a2a;
  font-size: 1vw;
  font-style: italic; }

.dashboard {
  grid-gap: 2px; }
  .dashboard h1 {
    align-items: center;
    background: #424874;
    color: rgba(255, 255, 255, 0.9);
    display: grid;
    grid-column-start: 1;
    grid-template-columns: repeat(3, 1fr);
    font-size: 1.1em;
    justify-content: center;
    margin: 0;
    padding: 0.2em; }
    .dashboard h1 a {
      border: 0;
      color: rgba(255, 255, 255, 0.9); }
    .dashboard h1 ~ div, .dashboard h1 ~ a {
      background: #FFE0B2; }
    .dashboard h1 ~ h1 ~ h1 ~ div, .dashboard h1 ~ h1 ~ h1 ~ a {
      background: #FFE0B2; }
    .dashboard h1 ~ h1 ~ h1 ~ h1 ~ h1 ~ div, .dashboard h1 ~ h1 ~ h1 ~ h1 ~ h1 ~ a {
      background: #FFE0B2; }
    .dashboard h1 ~ h1 ~ div, .dashboard h1 ~ h1 ~ a {
      background: #F0F4C3; }
    .dashboard h1 ~ h1 ~ h1 ~ h1 ~ div, .dashboard h1 ~ h1 ~ h1 ~ h1 ~ a {
      background: #F0F4C3; }
    .dashboard h1 ~ h1 ~ h1 ~ h1 ~ h1 ~ h1 ~ div, .dashboard h1 ~ h1 ~ h1 ~ h1 ~ h1 ~ h1 ~ a {
      background: #F0F4C3; }
  .dashboard div,
  .dashboard > a {
    align-items: center;
    color: #000;
    display: grid;
    font-size: .85em;
    font-weight: normal;
    grid-template-rows: 30px auto auto 1px auto;
    margin: 0;
    padding: 0;
    text-align: center; }
    .dashboard div hr,
    .dashboard > a hr {
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.24);
      padding: 0; }
    .dashboard div output,
    .dashboard > a output {
      margin: 0;
      padding: 0;
      text-overflow: ellipsis; }

.sub_dashboard {
  align-content: center;
  border: 1px #b7b7b7 solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  grid-gap: 4px;
  height: calc(100vh - 20px);
  margin: 10px;
  width: calc(100vw - 20px); }
  .sub_dashboard div,
  .sub_dashboard > a {
    align-items: center;
    background: #F0F4C3;
    color: #000;
    display: grid;
    font-size: .85em;
    font-weight: normal;
    grid-template-rows: 40px 2fr 1px 1fr;
    margin: 0;
    padding: 0;
    text-align: center; }
    .sub_dashboard div hr,
    .sub_dashboard > a hr {
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.24);
      padding: 0; }
    .sub_dashboard div output,
    .sub_dashboard > a output {
      margin: 0;
      padding: 0;
      text-overflow: ellipsis; }
  .sub_dashboard h1 {
    align-items: center;
    background: #424874;
    border-bottom: 1px solid #b7b7b7;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    margin-bottom: 5px;
    text-transform: capitalize; }
    .sub_dashboard h1 a {
      border: 0;
      margin: 0;
      padding: 0.5em;
      min-height: 48px;
      text-decoration: none;
      color: #fff;
      text-align: center;
      display: block; }
      .sub_dashboard h1 a em {
        float: left; }

.form-btns a,
.form-btns input,
.form-btns button {
  display: inline-block;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  width: calc(33% - 5px); }

.form-btns a {
  margin-right: 5px; }

.form-btns input {
  margin-left: 5px; }

.flash {
  animation-name: flash;
  animation-duration: 750ms; }

@keyframes flash {
  from {
    background: yellow; }
  to {
    background: default; } }

.offline {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: red;
  color: white;
  font-size: 9px;
  padding: 4px; }

a.sync-pending::after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid rgba(255, 0, 0, 0.5);
  border-color: transparent rgba(255, 0, 0, 0.5) rgba(255, 0, 0, 0.5) transparent;
  bottom: 0;
  right: 0;
  position: absolute; }

a.sync-pending output:nth-of-type(1) {
  color: rgba(255, 0, 0, 0.5); }

.nogap {
  height: 100vh;
  margin: 0;
  width: 100vw; }

.group-categories,
.group-categories-small {
  display: block;
  max-height: 100vh; }
  .group-categories div,
  .group-categories-small div {
    background: none; }
  .group-categories .investigations-layout,
  .group-categories-small .investigations-layout {
    display: grid;
    grid-template-columns: 200px 1fr 1fr 200px;
    font-size: 1.2em; }
  .group-categories .medications-layout,
  .group-categories-small .medications-layout {
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    font-size: 1.2em; }
    .group-categories .medications-layout .bkg-cell-dark,
    .group-categories-small .medications-layout .bkg-cell-dark {
      margin: 10px auto; }
  .group-categories .group,
  .group-categories-small .group {
    align-self: start;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 40px 1fr;
    height: 85vh;
    margin: 10px;
    padding: 20px; }
    .group-categories .group:first-child,
    .group-categories-small .group:first-child {
      margin-right: 5px; }
    .group-categories .group:last-child,
    .group-categories-small .group:last-child {
      margin-left: 5px; }
  .group-categories .group-name,
  .group-categories-small .group-name {
    border-bottom: 1px solid #b7b7b7;
    font-size: 2.5vw;
    font-weight: bold; }
  .group-categories ul,
  .group-categories-small ul {
    align-self: start;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    width: 100%; }
    .group-categories ul li,
    .group-categories-small ul li {
      list-style-type: none;
      margin: 20px auto; }
      .group-categories ul li a,
      .group-categories-small ul li a {
        border: 1px #b7b7b7 solid;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        display: block;
        padding: 15px 0;
        width: 100%; }

.group-categories-small .investigations-layout {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 200px;
  font-size: 1em; }

.group-categories-small .medications-layout {
  display: grid;
  grid-template-columns: 20% 1fr 20%;
  font-size: 1em; }

.group-categories-small .group {
  grid-template-rows: 20px 1fr;
  padding: 10px; }

.group-categories-small .group-name {
  font-size: 1.2em; }

.group-categories-small ul {
  margin-top: 5px;
  padding: 0; }
  .group-categories-small ul li {
    list-style-type: none;
    margin: 10px auto; }
    .group-categories-small ul li a {
      border: 1px #b7b7b7 solid;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      display: block;
      padding: 10px 0;
      width: 100%; }

.form-card {
  border: 1px #b7b7b7 solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: calc(100vh - 30px); }
  .form-card form {
    margin: 0;
    padding: 0; }
  .form-card .form-container {
    display: grid;
    grid-template-rows: 50px 1fr;
    height: calc(100vh - 115px); }
    .form-card .form-container h1 {
      background: #424874;
      border-bottom: 1px solid #b7b7b7;
      color: #fff;
      display: grid;
      font-size: 1.5em;
      margin: 0;
      text-transform: capitalize; }
      .form-card .form-container h1 label {
        color: #fff;
        font-size: 1.1em; }
      .form-card .form-container h1 a {
        margin: 0;
        padding: 0.5em;
        min-height: 48px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        display: block; }
        .form-card .form-container h1 a em {
          float: left; }
    .form-card .form-container .form-values {
      padding: 10px; }
    .form-card .form-container ul {
      height: 100%; }
      .form-card .form-container ul.field_MinMaxNumberInput, .form-card .form-container ul.field_LabelAfterRadioSelect {
        display: grid;
        grid-gap: 5px;
        padding: 0;
        margin: 0; }
      .form-card .form-container ul.field_MinMaxNumberInput li, .form-card .form-container ul.field_LabelAfterRadioSelect li {
        font-size: 1.3em;
        list-style: none;
        margin: 0;
        position: relative; }
        .form-card .form-container ul.field_MinMaxNumberInput li label, .form-card .form-container ul.field_LabelAfterRadioSelect li label {
          align-content: center;
          background-color: rgba(0, 0, 0, 0.75);
          border-radius: 10px;
          color: #fff;
          display: grid;
          height: 100%;
          left: 0;
          position: absolute;
          text-align: center;
          top: 0;
          width: 100%; }
        .form-card .form-container ul.field_MinMaxNumberInput li input, .form-card .form-container ul.field_LabelAfterRadioSelect li input {
          display: none; }
          .form-card .form-container ul.field_MinMaxNumberInput li input:checked + label, .form-card .form-container ul.field_LabelAfterRadioSelect li input:checked + label {
            background: #426fc5; }
  .form-card .form-btns {
    height: 75px;
    padding: 10px; }

.history {
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.24), 0 -2px 15px rgba(0, 0, 0, 0.3);
  border-left: 1px solid #b7b7b7;
  height: 90vh;
  overflow: scroll;
  padding: 20px;
  position: absolute;
  right: -90vw;
  top: 0;
  transition: all .3s ease-in-out;
  width: 85vw; }
  .history table tr,
  .history table td {
    margin: 0 !important;
    padding: 10px !important; }
  .history table tr:nth-child(even) {
    background: #f5f8d9; }
  .history.active {
    right: 0; }
  .history h2 {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .history .history-close {
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 0;
    width: 100px; }

.episode-plans {
  height: 90vh;
  margin: 10px;
  margin-bottom: 0;
  padding: 10px; }

.plans-counter {
  background: #f6774f;
  border-radius: 50%;
  display: inline-block;
  font-size: .7em;
  font-weight: bold;
  height: 20px;
  margin-left: -18px;
  margin-top: -8px;
  padding-right: 6px;
  padding-top: 2px;
  position: absolute;
  width: 20px; }

.checklist-wrapper {
  display: grid;
  grid-template-columns: 350px 1fr;
  padding: 10px; }
  .checklist-wrapper .checklists {
    align-items: center;
    display: grid;
    text-align: center;
    align-content: center; }
    .checklist-wrapper .checklists div {
      display: grid;
      font-size: 1.3em;
      height: 100px;
      align-content: center; }
  .checklist-wrapper .selected,
  .checklist-wrapper .done,
  .checklist-wrapper .ready {
    background-color: #426fc5;
    border: 1px solid #3b69c1;
    color: #fff;
    font-weight: bold; }
    .checklist-wrapper .selected small,
    .checklist-wrapper .done small,
    .checklist-wrapper .ready small {
      font-size: .7em;
      font-weight: normal;
      margin-top: 15px; }
  .checklist-wrapper .done {
    background-color: #00897b;
    border: 1px solid #007f72; }
    .checklist-wrapper .done a {
      color: #fff; }
  .checklist-wrapper .ready {
    background-color: #f6774f;
    border: 1px solid #f67045; }
    .checklist-wrapper .ready a {
      color: #fff; }

.top-row {
  align-items: center;
  display: grid;
  font-weight: bold;
  grid-auto-flow: column;
  grid-gap: 7px;
  grid-template-columns: 30px 30px 30px auto;
  height: 30px;
  text-align: center; }
  .top-row div {
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 5px 0; }
  .top-row .home-icon {
    padding: 0;
    cursor: pointer; }
    .top-row .home-icon img {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      height: 30px;
      vertical-align: middle; }

.grid-container,
.grid-container-2cols {
  background-color: #fff;
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: calc(100vh - 370px);
  width: calc(100vw - 20px); }
  .grid-container .main-row,
  .grid-container .bottom-row,
  .grid-container-2cols .main-row,
  .grid-container-2cols .bottom-row {
    display: grid;
    gap: 7px; }
    .grid-container .main-row div,
    .grid-container .main-row iframe,
    .grid-container .bottom-row div,
    .grid-container .bottom-row iframe,
    .grid-container-2cols .main-row div,
    .grid-container-2cols .main-row iframe,
    .grid-container-2cols .bottom-row div,
    .grid-container-2cols .bottom-row iframe {
      border: 1px solid #b7b7b7;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .grid-container .main-row,
  .grid-container-2cols .main-row {
    grid-template-columns: 60vw 1fr;
    grid-template-rows: 55px 1fr;
    height: 630px;
    margin: 7px 0; }
    .grid-container .main-row .clinical-status,
    .grid-container-2cols .main-row .clinical-status {
      grid-area: 1/1/3/2; }
    .grid-container .main-row .video-frame,
    .grid-container-2cols .main-row .video-frame {
      grid-area: 2/2/3/3; }
  .grid-container .bottom-row,
  .grid-container-2cols .bottom-row {
    grid-template-columns: repeat(2, calc(30vw - 3px)) 1fr; }
  .grid-container iframe,
  .grid-container-2cols iframe {
    border: 0;
    height: 100%;
    overflow: scroll;
    width: 100%; }
  .grid-container .video-navbar,
  .grid-container-2cols .video-navbar {
    align-content: center;
    background: #424874;
    color: #fff;
    display: grid;
    font-weight: bold;
    grid-area: 1/2/2/3;
    grid-template-columns: repeat(3, 1fr);
    height: 50px;
    justify-items: center; }
    .grid-container .video-navbar a,
    .grid-container-2cols .video-navbar a {
      color: #fff;
      font-size: 1.2em; }

.grid-container-2cols {
  grid-template-rows: 1fr; }
  .grid-container-2cols .cols-2 {
    display: grid;
    gap: 7px;
    grid-template-columns: 1fr 1fr; }
    .grid-container-2cols .cols-2 .left-col,
    .grid-container-2cols .cols-2 .video-navbar,
    .grid-container-2cols .cols-2 .video-frame,
    .grid-container-2cols .cols-2 .other {
      border: 1px solid #b7b7b7;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .grid-container-2cols .cols-2 .left-col {
      height: calc(100% - 10px);
      width: 100%; }
    .grid-container-2cols .cols-2 .right-col {
      display: grid;
      gap: 7px;
      grid-template-rows: 50px 1fr 1fr;
      height: calc(100% - 10px);
      width: 100%; }
  .grid-container-2cols .video-navbar {
    align-content: center;
    background: #424874;
    color: #fff;
    display: grid;
    font-weight: bold;
    grid-area: auto;
    grid-template-columns: repeat(3, 1fr);
    height: 50px;
    justify-items: center; }
    .grid-container-2cols .video-navbar a {
      color: #fff;
      font-size: 1.2em; }

.btn-group {
  border: 0;
  box-shadow: none;
  margin-top: 25px; }

.accordion {
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-top: 20px;
  padding: 10px; }
  .accordion h2 {
    border-bottom: 1px solid #b7b7b7;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px; }
  .accordion .accordion-body {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease-in-out; }
    .accordion .accordion-body.open {
      height: 100%;
      opacity: 1; }

.finish-confirm {
  background: #ec575a;
  border: 1px solid #dd191d;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  height: 0;
  margin: 10px auto;
  opacity: 0;
  padding: 20px;
  text-align: center;
  transition: all .4s ease-in-out;
  width: 80%; }
  .finish-confirm.open {
    height: 100%;
    opacity: 1; }

.team-box {
  background: #fff;
  border: 1px solid #b7b7b7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24), 0 5px 19px rgba(0, 0, 0, 0.48);
  height: 200px;
  left: -225px;
  margin-left: 50%;
  margin-top: -300px;
  opacity: 1;
  padding: 5px 20px 20px;
  position: absolute;
  text-align: center;
  transition: all .4s ease-in-out;
  width: 450px;
  z-index: 2; }
  .team-box div {
    border-bottom: 1px solid #b7b7b7;
    margin: 20px 0; }
  .team-box.active {
    margin-top: 37px;
    opacity: 1; }

.doc-box {
  background: #fff;
  border: 1px solid #b7b7b7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24), 0 5px 19px rgba(0, 0, 0, 0.48);
  font-size: 1.3em;
  height: 450px;
  left: -750px;
  opacity: 0;
  padding: 5px 30px 10px;
  position: absolute;
  text-align: center;
  top: 87px;
  transition: all .4s ease-in-out;
  width: 700px;
  z-index: 2; }
  .doc-box div {
    border-bottom: 1px solid #b7b7b7;
    margin: 20px 0; }
  .doc-box.active {
    left: 0;
    opacity: 1; }

.cots-equip {
  text-align: center; }
  .cots-equip table {
    border: 1px solid #b7b7b7; }
    .cots-equip table thead tr {
      background: #424874;
      color: #fff; }
    .cots-equip table:first-child {
      margin-bottom: 4px; }
    .cots-equip table td,
    .cots-equip table th,
    .cots-equip table tr {
      border: 1px solid #b7b7b7;
      margin: 0;
      padding: 5px; }
    .cots-equip table th {
      text-align: center; }

.box-shadow {
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

pre {
  background: #b7b7b7;
  border: 1px solid #b7b7b7;
  color: #000;
  margin-top: 20px;
  padding: 10px;
  white-space: pre-wrap;
  width: 600px; }

.meta {
  font-size: .9em;
  padding: 10px;
  text-align: center; }
  .meta table {
    border: 1px solid #b7b7b7; }
    .meta table td,
    .meta table th,
    .meta table tr {
      border: 1px solid #b7b7b7;
      margin: 0;
      padding: 10px 3px; }
    .meta table th {
      text-align: center; }

.checklist-wrapper {
  display: grid;
  grid-template-columns: 350px 1fr;
  padding: 10px; }
  .checklist-wrapper .em-checklists {
    align-items: center;
    display: grid;
    text-align: center;
    align-content: start; }
    .checklist-wrapper .em-checklists div {
      display: grid;
      font-size: 1.3em;
      height: 80px;
      align-content: center; }
  .checklist-wrapper .selected {
    background-color: #426fc5;
    border: 1px solid #3b69c1;
    color: #fff;
    font-weight: bold; }
    .checklist-wrapper .selected small {
      font-size: .7em;
      font-weight: normal;
      margin-top: 15px; }

.em-history ul.fields-2cols {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  text-align: center; }
  .em-history ul.fields-2cols li {
    border-bottom: 1px solid #b7b7b7;
    list-style-type: none;
    margin: 5px 0; }

.routing {
  display: grid;
  padding: 10px;
  text-align: center; }
  .routing .btn {
    display: grid;
    font-size: 1.4rem;
    place-items: center; }

.em-modal {
  background: #fff;
  border: 2px solid #424874;
  top: -100vh;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  display: grid;
  grid-template-rows: 40px 1fr;
  height: 90vh;
  left: 5vw;
  opacity: 0;
  overflow-y: scroll;
  padding: 10px 10px 10px 0;
  position: absolute;
  transition: all .5s ease-in-out;
  width: 90vw;
  z-index: 10000; }
  .em-modal.active {
    top: 5vh;
    opacity: 1; }
  .em-modal .em-title {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    width: calc(100% - 60px); }
  .em-modal .em-tabs {
    align-items: center;
    border-right: 1px solid #424874;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    justify-items: center;
    max-height: 90vh; }
    .em-modal .em-tabs div {
      align-items: center;
      display: block;
      height: 70px;
      line-height: 70px;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
    .em-modal .em-tabs .selected {
      background: #424874;
      color: #fff; }
  .em-modal .em-body {
    display: grid;
    grid-template-columns: 33% 1fr; }
  .em-modal .em-forms {
    padding-left: 10px;
    padding-top: 10px; }
    .em-modal .em-forms div {
      display: none; }
      .em-modal .em-forms div:first-child {
        display: block; }

@media only screen and (max-width: 1024px) {
  body,
  html {
    max-height: 100%;
    overflow: hidden; }
  .main-menu {
    width: 500px; }
  .home {
    grid-template-columns: 1fr;
    grid-gap: 0; }
  .card {
    margin-top: 0; } }
