html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Begin SignIn*/
.lrx-form-signin {
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
/* End SignIn*/

.lrx-header-background {
  background-color: #4F2E83;
}
.lrx-btn-primary {
  font-size: 18px;
  height: 42px;
  width: 100%;
  border: none;
  border-width: 0;
  border-radius: 5px;
  background-color: var(--dx-color-primary);
  color: #fff;
  font-weight: 600;
}

.lrx-border-red {
  border-color: #AF2061 !important;
}

.lrx-hidden {
  display: none;
}

.lrx-unavailable {
  background-image: repeating-linear-gradient( 120deg, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0.5) 5px, transparent 5px, transparent 11px );
  color: rgba(178, 74, 0, 1);
  height: 100%;
  width: 100%;
}

.lrx-grid-toolbar-label {
  width: 80px;
  text-align: right;
  padding-right: .5em;
}

.lrx-grid-popup-container {
  height: calc(100vh - 5em);
}

.lrx-navbar-container {
  height: 3.5rem;
}
