/*
This file should hold extra styles to make the module's admin screens aesthetically pleasing.
This usually just consists of theme styles.
*/

/*Change to set horizontal checkbox and radio layout direction within Gin*/
.form-checkboxes .form-type--boolean,
.form-radios .form-type--boolean {
  display: inline-block;
}

/*Scheduling Slot Panels*/
.vltc-vertical-schedule-slot-panel {
  text-align: center;
}

.vltc-vertical-schedule-slot-panel>* {
  display: inline-block !important;
  width: 80%;
}

.vltc-vertical-schedule-slot-panel .form-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vltc-vertical-schedule-slot-panel select {
  width: 100%;
}

.vltc-horizontal-schedule-slot-panel {
  text-align: center;
  margin-bottom: 10px;
}

.vltc-horizontal-schedule-slot-panel>* {
  display: inline-block !important;
}

.vltc-horizontal-schedule-slot-panel .form-item {
  float: left;
  margin: 0 10px;
}

.vltc-horizontal-schedule-slot-panel select {
  width: 100%;
}
