﻿/* Copyright 2019 Epic Systems Corporation */
.tableheader {
  color: #246fb5;
  background-color: rgba(36, 111, 181, 0.05);
  position: relative;
  padding: 0.5rem;
}

.tablerow {
  background-color: #ffffff;
  padding: 0.5rem;
  border-top: 1px solid #dbdbdb;
}

.grid > .row.tablerow:last-child {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}

.firstcolumn {
  padding-left: 0.5rem;
}

.tbContainer.check {
  top: 4px;
}

.col.reasonItem {
  margin-right: 0;
  margin-bottom: 0;
}

.prettycheck.container {
  position: relative;
  background-color: #ffffff;
  margin: 0;
  padding: 0.3rem;
  width: 60%;
}

.prettycheck.container.notLast {
  border-bottom: 1px solid #dbdbdb;
}

div.cancelResponseTime {
  margin-top: 1.5rem;
}

.pretext {
  margin-bottom: 1rem;
}

.posttext {
  margin-top: 1rem;
}

ul.latervisits li.card {
  min-width: 15rem;
}

/* This is not ideal, but goo-grid won't support the sm-hide attribute for a table row because the selectors without sm-hide are more specific. Overriding here to avoid affected other pages.*/
@media screen and (max-width: 768px) {
  .grid.compact > .row.sm-hide:not(.fixed) {
    display: none;
  }
}
