#edit-bases th,
#management-personnel-details th,
#edit-aircraft-data th,
#edit-medical-accountable-manager-details th {
  display: none;
}

#edit-bases tr,
#management-personnel-details tr,
#edit-aircraft-data tr,
#edit-medical-accountable-manager-details tr {
  display: flex;
  flex-wrap: wrap;
}

#edit-bases td,
#management-personnel-details td,
#edit-aircraft-data td,
#edit-medical-accountable-manager-details td {
  flex: 50%;
}

.webform-multiple-table--handle {
  display: none;
}

.spacer2 {
  height: 10px;
  display: none;
}

.spacer {
  height: 10px;
  display: none;
}

h4 {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.ss-form h2 {
  font-size: 1.375rem;
  color: #012168 !important;
  text-transform: uppercase;
}

.help-block,
.control-group .help-inline {
  color: #000 !important;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
  font-weight: bold !important;
}

#edit-bases h4.form-req::after,
#edit-management-personnel-details h4.form-req::after,
#edit-aircraft-data h4.form-req::after,
#edit-medical-accountable-manager-details h4.form-req::after {
  content: "*";
  color: red;
}

table tbody > tr:nth-of-type(1) button:last-of-type {
  visibility: hidden;
}

.webform-multiple-table--operations button:first-of-type {
  visibility: hidden;
}

table tbody > tr:last-child button:first-of-type {
  visibility: visible !important;
}

.form-overlay
{
  position:absolute;
  width:100%;
  height:100%;
  background-color:#00000021;
  z-index:9999 !important;
  top:0;
}

.form-spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite lainear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
