header {
  margin-top: 15px;
}

.inline-block {
  display: inline-block;
}
.results {
  float: left;
}

.form {
  float: right;
}

.card .card-body .dropdown-item {
  color: white !important;
}

.inline-block {
  display: inline-block;
}

/* RESULTS SECTION */
.results button {
  overflow: hidden;
}

.results-header {
  height: 80px;
  padding-left: 20px;
}

.results-header .row {
  height: 35px;
  border: 2px solid black;
}

.results-header .row:last-child {
  border-top: 0;
}

.results-header .row .col-4 {
  border-left: 2px solid black;
}

.results-header .row .col-2 {
  border-left: 2px solid black;
}

.results-computed .row {
  border-style: solid;
  border-color: black;
  border-width: 0 2 2 2;
}

.results-computed .row:first-child {
  border-top: 2px solid black;
  background-color: #fff3cd;
}

.results-computed .col-1,
.results-computed .col-2 {
  border-left: 2px solid rgb(27, 25, 25);
}

.results-computed .col-1:last-child {
  border-right: 2px solid black;
}

.results-totals {
  margin-top: 10px;
}

.results-totals .row {
  border-style: solid;
  border-color: black;
  border-width: 0 2 2 2;
}

.results-totals .row:first-child {
  border-top: 2px solid black;
}

.results-totals .col-1,
.results-totals .col-2 {
  border-left: 2px solid black;
}

.results-totals .col-1:last-child {
  border-right: 2px solid black;
}

thead tr th {
  border: 1px solid white !important ;
}
.qr {
  margin-left: 15px;
}

.qr-frame {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 25px 0;
}

#centeredButton {
  display: flex;
  align-items: center;
  justify-content: center;
}

#centeredButton button {
  width: 60vw;
}

#indexButton {
  position: absolute;
  left: 30%;
  top: 60%;
  width: 40%;
}

#indexButton button {
  width: 100%;
  background-color: white;
  border-radius: 15px;
  border: none;
  color: #7777;
  font-weight: 700;
  overflow: hidden;
}

#cover {
  width: 100%;
  height: 100%;
  background: linear-gradient(
      -225deg,
      rgba(0, 101, 168, 0.6) 0%,
      rgba(0, 36, 61, 0.6) 50%
    ),
    url("https://images.pexels.com/photos/7095/people-coffee-notes-tea.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940")
      no-repeat center center fixed;
  background-size: cover;
}

.flextext {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}

.comments-list {
  margin-top: 30px;
}

.comments-strengths,
.comments-improvements {
  float: left;
}

.comments-strengths .row {
  border-style: solid;
  border-color: black;
  border-width: 0 2 2 2;
  margin-right: 10px;
  padding-left: 10px;
}

.comments-improvements .row {
  border-style: solid;
  border-color: black;
  border-width: 0 2 2 2;
  padding-left: 10px;
}

.comments-strengths .row:first-child {
  border-top: 2px solid black;
  background-color: #fff3cd;
}

.comments-strengths .row:last-child {
  margin-bottom: 30px;
}

.comments-improvements .row:first-child {
  border-top: 2px solid black;
  background-color: #fff3cd;
}

.comments-improvements .row:last-child {
  margin-bottom: 30px;
}

.mathCell {
  color: black;
  background-color: rgb(150, 148, 148) !important;
}

.title {
  font-family: sans-serif;
  color: #dc2d5e;
  text-align: center;
}
.tabContainer {
  width: 100%;
  min-height: 250px;
  margin: 50px 0;
  height: auto;
  min-width: 700px;
}
.tabContainer .buttonContainer {
  height: 75px;
  padding: 0;
}
.tabContainer .buttonContainer button {
  width: 20%;
  height: 100%;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  font-family: sans-serif;
  font-size: 18px;
  background-color: #eee;
}
.tabContainer .buttonContainer button:hover {
  background-color: #d7d4d4;
}
.tabContainer .tabPanel {
  height: auto;
  background-color: gray;
  color: white;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 22px;
  display: none;
}

.commentsContainer {
  display: flex;
  height: auto;
  flex-wrap: wrap;
}

.comments-table {
  flex-grow: 1;
  width: 40% !important;
}
/* for the mulitple view with darker backgrounds  */
.dark .row:first-child {
  border-top: 2px solid black;
  background-color: #666;
}

.teachers {
  display: flex;
  justify-content: center;
}

table {
  color: white;
}

table tr.table-secondary td,
table tr.table-secondary th {
  color: black;
}

.panelHeading a {
  text-decoration: none;
  color: white;
}

.panelHeading a:hover {
  color: gray;
}
