main {
  margin: 25px;
  padding: 25px;
}

.info-layout {
  display: grid;
  grid-template-columns: [labels] auto [controls] 1fr;
  grid-auto-flow: row;
  grid-gap: .8em;
  background: #eee;
  padding: 1.2em;

}

.info-layout > label  {
  grid-column: labels;
  grid-row: auto;
  width: 200px;
}

.info-wide .info-layout > label  {
  grid-column: labels;
  grid-row: auto;
  width: 300px;
}

.info-layout .info-value {
  grid-column: controls;
  grid-row: auto;
  border: none;
//  padding: 1em;
}

.flexform {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .flexform {
    flex-direction: column;
  }
}

.dataTables_wrapper {
  font-size: 12px;
}

.dataTable td {
  padding: 0 !important;
  margin: 0 !important;
}

.required-field::after {
  content: ' *';
  color: red;
}

.elevated-permissions {
  border: 2px dashed #780000;
  color: #780000;
  padding: 10px;
  line-height: 44px;
}

.elevated-permissions a {
  color: #780000;
}

h6 {
  text-transform: none;
}

.value-locked {
  background-color: lightgray;
  color: white;
  cursor: pointer;
}

.dt-selected td {
  background: lightgreen !important;
}

.basic-table th, .basic-table td {
  text-align: center;
  padding: 5px;
  border: 2px solid black;
}

.basic-table th {
  font-weight: bolder;
}

.basic-table {
  border-collapse: collapse;
}

.login-sso-container h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px auto 0;
  text-align: center;
  padding: 0 40px;
}

.login-options-container {
  display: flex;
  flex-wrap: wrap;
}

.login-sso-option, .login-non-enterprise {
  flex: 1;
  text-align: center;
  padding: 24px 40px 0;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}

.login-options-container .btn {
  min-width: 220px;
  max-width: 300px;
  white-space: normal;
  line-height: 20px;
  border-radius: 4px;
  padding: 6px 16px;
}

.login-options-separator {
  margin-top: 24px;
  background-color: #e8e8e8;
  width: 1px;
}

.btn {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 2px;
  color: #464a4f;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 10px;
  margin: 5px;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: background-color .05s ease-in-out,border-color .05s ease-in-out;
  vertical-align: top;
  white-space: nowrap;
  zoom: 1; 
}

.btn-primary {
  background: -ms-linear-gradient(top, #000000 0%, #000 100%);
  background-image: -webkit-linear-gradient(top, #000000 0%, #000 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000', GradientType=0);
  border: 1px solid #000;
  color: #FFFFFF;
  transition: none;
  -webkit-transition: none;
}

.dt, .dt-length, dt.search {
  font-size: 12px;
}

p { line-height: 1.5; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.info-layout input[type="checkbox"],
.info-layout input[type="radio"] {
  justify-self: left;
  align-self: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.subheader {
  font-family: sans-serif;
  margin: 1.75rem 0 1.5em;
  line-height: 1.2;
  font-weight: 600;
  color: black;
  font-size: 1.5625rem;
}

footer a:not(footer p a), footer p, ul.nav li a, .navbar-header button {
  display: block;
  min-width: 44px;
  min-height: 44px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  background: #fff;
  padding: 8px 12px;
  border: 2px solid #000;
  z-index: 1000;
}

.sub3 {
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0;
}

.sub4 {
  font-weight: bold;
  font-size: 18px;
  margin: 8px 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background: #004a99;
  color: white;
}

#tabs .ui-tabs-nav li a {
  display: block;
  min-height: 44px;
  line-height: 44px;
  padding: 0 12px;
}

.dt-paging-button {
  min-width: 44px !important;
  min-height: 44px !important;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:focus-visible {
  outline: 3px solid #CFB991 !important;
  outline-offset: 2px !important;
  border-radius: 2px !important;
}

.bottom {
  border-top: 1px solid #adadad;
  background-color: black !important;
  color: #adadad !important;
}

.bottom a {
  color: #adadad !important;
}

button {
 min-width: 44px;
 min-height: 44px;
}
