.child {
  display: none;
}

.response {
  text-align: right;
}

.date {
  border: none;
  border-bottom: 1px solid #8a8a8a;
}

#thinking-modal, #thinking-modal:focus {
  background-color:rgba(0, 0, 0, 0);
  border:none;
  outline: 0;
  box-shadow: none;
}

.row {
  margin: 2rem auto;
}

.top-bar, .top-bar ul {
  background-color: #0078c1;
  color: #c2e0f6;
}

h1 {
  color: #0078c1;
}

#aed-check, #quick-check {
  color: #333333;
  margin: 2rem;
}

input:checked ~ .switch-paddle {
  background: #0078c1;
}

.callout {
  background: #c2e0f6;
}

.attachment-info {
  font-size: 1.5rem;
}

.information {
  height: 5rem;
  font-size: 2rem;
}

.switch.large .switch-paddle {
  height: 4.5rem;
  width: 9rem;
  font-size: 2rem;
  margin-right: 1rem;
}

.switch.large .switch-paddle::after {
  width: 4rem;
  height: 4rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 4.75rem;
}

@media screen and (max-width: 1024px) {
  input, select {
    height: 5vh !important;
    font-size: 2vh !important;
    }
  label {
    font-size: 20pt !important;
  }
  h4 {
    font-size: 26pt !important;
  }
  #add-serial {
    width: 6vh !important;
    font-size: 1.75vh !important;
  }
  button {
    height: 5vh !important;
    font-size: 2vh !important;
  }
}

.flexContainer{
  display: flex;
}
.flexInput{
  flex: 1;
}

/*
#evacusafe-check .switch.large .switch-paddle {
  height: 2.5rem;
  width: 4.5rem;
  font-size: 1rem;
  margin-right: .5rem;
}

#evacusafe-check .switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

#evacusafe-check .switch.large input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}



#evacusafe-check h1, h2, h3, h4, h5{
  font-size: medium;
}

*/

