.calendarView {
  max-width: 640px;
  margin: auto;
  margin-top: 3vh;
}
.warIntro {
  margin-top: 50px;
}
.warIntro p {
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 18px;
}
.warIntro h4 {
  font-size: 32px;
}
.warHeader {
  display: flex;
}
.warHeader h3 {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.warHeader p {
  float: right;
  line-height: 70px;
  min-width: 100px;
  text-align: right;
}
.warDateTime {
  font-size: 16px;
  display: flex;
  background-color: white;
  margin-bottom: 3vh;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.warCalendar {
  height: 100%;
  padding: 20px;
}
.warTime {
  flex: 1;
  display: flex;
  text-align: right;
  overflow-y: auto;
  flex-direction: column;
  border-width: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 30px;
  min-height: 260px;
}
.warPicker {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  flex: 1;
  min-height: 320px;
  max-height: 410px;
}
.timeOption {
  flex: 1;
  border-color: #00b7c2;
  border-style: solid;
  border-width: 1px;
  background-color: lightgray;
  border-radius: 5px;
  padding: 5px;
}
.timezone {
  padding: 10px;
  flex: 1;
  min-width: 20px;
}
.dateTimeHeader {
  padding: 10px;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-bottom: solid;
  border-width: 1px;
}
.vdp-datepicker__calendar {
  border: none !important;
}
.stubbedTimeOption {
  border-color: lightgray !important;
  background-color: lightgray !important;
  max-height: 27px;
  margin: 6px;
}
.timeOption:hover {
  border: #00b7c2 solid 1px;
  color: black;
  cursor: pointer;
}
.timeOptionInputs input[type=radio] {
  display: none;
}
.timeOptionInputs label {
  display: inline-block;
  padding: 4px 11px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.timeOptionInputs input[type=radio]:checked + label {
  background-color: #00b7c2;
}
.warTime:focus {
  outline: none;
}
.cell.day {
  border-radius: 5px;
}
.cell.day:hover {
  border-width: 1px;
  border-color: #2db4a2;
}
.cell.day.disabled {
  border-radius: 3px;
}
.cell.day.disabled:hover {
  border-color: white;
}
.cell.day.selected {
  background-color: #00b7c2;
  color: black;
}
.cell.day.selected:hover {
  background-color: #00b7c2;
  cursor: default !important;
}
.today {
  background-color: lightgray;
}
.weekend {
  background-color: lightgray;
  border-color: white;
  border-width: 1px;
}
@media screen and (max-width: 800px) {
.calendarView {
    max-width: 350px;
}
.warDateTime {
    flex-direction: column;
    max-width: 350px;
    font-size: 3vw;
    margin-top: 30px;
}
.vdp-datepicker__calendar {
    min-width: 100%;
    max-width: 100%;
    margin: auto;
}
.warPicker {
    margin-top: 20px;
}
.warTime {
    padding: 0px;
    min-height: 280px;
}
}
.warFrame {
  background-color: white;
  padding: 30px 5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  max-width: 1200px !important;
}
.form-error {
  color: red;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.userDetails {
  margin-top: 50px;
}
.splitEven {
  display: flex;
  flex: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.splitEven {
    display: flex;
    flex: none;
}
}
.splitItem {
  flex: 1;
}
.formItem {
  width: 100%;
}
.invalidField {
  border-color: red;
}
.center {
  text-align: center !important;
}
.navEmpty {
  display: inline-block;
  width: 12%;
  padding: 4px;
  margin: 2px;
  border-radius: 2px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}
.navFull {
  background-color: black;
}
.keepTop {
  /* position: fixed; */
  background-color: white;
  min-width: 100%;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.gap {
  min-width: 8px;
  box-shadow: 0px 0px 7px 3px inset rgba(0, 0, 0, 0.2);
}
.warDetails h4 {
  margin-top: 0px !important;
}
.barelyText {
  color: #777 !important;
}
.verifyGrid {
  display: grid;
  grid-template-columns: 300px auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.verifyDesc {
  margin-left: 10px;
}
.verifyGrid * {
  padding-right: 10px;
}
.keyPair {
  display: flex;
}
.keyPair *:first-child {
  font-weight: bold;
  text-align: right;
  min-width: 200px;
}
.keyPair *:nth-child(2) {
  flex: 1;
}
.textRight {
  text-align: right;
}
.recaptchaContainer {
  padding-bottom: 20px;
}
.recaptchaContainer > div > div {
  padding-top: 5px;
  margin: 0 auto;
}
.buttonNav {
  margin-top: 40px;
}
button:disabled {
  background-color: gray;
}
.btnPrev {
  margin-right: 30px;
}
.warFooter {
  margin-top: 40px;
  font-weight: bolder;
}
.awsContactHeader {
  margin: 15px 0 15px 0;
}
.awsContactBox {
  border: solid gray 1.5px;
  padding: 20px;
  margin-bottom: 30px;
}
.awsContactLabels {
  margin-bottom: 15px;
  display: inline-block;
}
.awsTechCheckBoxes {
  -moz-column-count: 1;
  column-count: 1;
  list-style: none;
  width: 100%;
}
.awsTechCheckBoxes label {
  padding-left: 10px;
}
.contactCheckBoxes {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.contactCheckBoxes label {
  padding-left: 10px;
}
.contacts {
  margin: 30px 0 10px 0;
}
.contactHeader {
  padding-bottom: 15px;
}
#awsContEmail {
  width: 100%;
}
.validationErrors {
  color: red;
  font-weight: bolder;
}
.form-control-group {
  display: flex;
  flex-flow: column nowrap !important;
}
.form-control-group .subtext {
  color: #777;
  font-size: 14px;
  padding-bottom: 7px;
  padding-left: 5px;
}
.calendarContacts {
  list-style: none;
  margin-left: 10%;
}
.calendarContacts label {
  display: inline;
}
.calendarContactHeader {
  margin-left: 14%;
  margin-bottom: 15px;
  margin-top: 25px;
}
.infoColumn {
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.infoColumn.title {
  padding-right: 30px;
  font-weight: bolder;
}
.noBottomPadding {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.awsCustDiv {
  display: inline-block;
  padding-left: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.infoRow {
    width: 70%;
    margin-left: 50%;
}
}
.infoRow:after {
  content: "";
  display: table;
  clear: both;
}
.bold {
  font-weight: bold;
}
.extraMargin {
  margin-bottom: 50px !important;
  padding-bottom: 25px;
}
select:required:invalid {
  color: gray;
}
option {
  color: black;
}
option[value=""][disabled] {
  display: none;
}
.redFont {
  color: red;
}
@media screen and (max-width: 800px) {
.verifyGrid {
    grid-template-columns: auto;
}
.gap {
    min-width: 100%;
    min-height: 10px;
}
.keyPair {
    flex-direction: column;
}
.keyPair *:first-child {
    flex: 1;
    font-weight: bold;
    text-align: left;
}
.keyPair *:nth-child(2) {
    text-align: left;
    min-width: 100%;
}
.btnPrev {
    margin-right: 0;
    margin-bottom: 10px;
}
.btnPrev span {
    width: 300px;
    display: block;
}
.btnNext span {
    width: 300px;
}
.awsTechCheckBoxes {
    -moz-column-count: 1;
    column-count: 1;
    padding: 0;
}
.awsTechCheckBoxes label {
    display: inline;
    padding-left: 5px;
}
.awsTechCheckBoxes li {
    margin-bottom: 20px;
}
.awsCustDiv {
    display: block;
    padding-left: 0;
    margin-top: 10px;
}
.labelDisplayInline {
    display: inline;
}
.calendarContacts {
    list-style: none;
    margin-left: 0;
    padding: 7px;
}
.calendarContacts li {
    margin-bottom: 20px;
}
.calendarContacts label {
    display: inline;
}
.calendarContactHeader {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}
.infoColumn {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 7px;
    padding-bottom: 0;
}
.infoColumn.title {
    padding-right: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
}
.warEngineCalLoader {
  opacity: 0.8;
  font-size: 73px;
  margin-left: 40%;
  margin-top: 25%;
}
.warEngineLoader {
  opacity: 0.8;
  font-size: 73px;
  text-align: center;
  padding-top: 1em;
}
