/* Show it is fixed to the top */
body {
  padding-top: 3.4rem;
  height: 100vh;
}
.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.75rem;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.bg-title {
  background-color: #6E1326 !important;
}
.text-omg-red {
  color: #6E1326;
  font-weight: bold;
}
.text-omg-blue {
  color: #0E2238;
}
.bg-omg-blue {
  color: #fff;
  background-color: #0E2238;
}
.bg-account {
  color: #fff;
  background-color: #768FA7 !important;
}
.border-left-1 {
  border-left: 1px solid #555;
}
.border-top-1 {
  border-top: 1px solid #555;
}
.gate-toggler-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"%3E<path d="M0 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm-6 3v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm-6 3v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2z"/%3E%3C/svg%3E');
}
.fg-1 {
  flex-grow: 1 !important;
}
.fg-2 {
  flex-grow: 2 !important;
}
.fg-3 {
  flex-grow: 3 !important;
}
.btn-action {
  color: #fff;
  background-color: #23364A;
  border-color: #23364A;
}
.btn-action:hover {
  color: #fff;
  background-color: #0E2238;
  border-color: #0E2238;
}
.btn-action:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 94, 110, 0.5);
}
.btn-action.disabled, .btn-action:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-action:not([disabled]):not(.disabled):active, .btn-action:not([disabled]):not(.disabled).active,
.show > .btn-action.dropdown-toggle {
  color: #fff;
  background-color: #23364A;
  border-color: #23364A;
}
.btn-action:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 54, 74, 0.5);
}
.btn-tall {
  padding: 1rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bg-output {
  min-width: 12rem;
  background-color: #e8e9ea !important;
}
.btn-intervals {
  color: #868e96;
  background-color: #fff;
  background-image: none;
  border-color: #868e96;
}
.btn-intervals:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #868e96;
}
.vh-40 {
  height: calc(40vh - 18px) !important;
}
.vh-50 {
  height: calc(50vh - 30px) !important;
}
.vh-60 {
  height: calc(60vh - 40px) !important;
}
.vh-75 {
  min-height: 75vh !important;
}
.mpl-1 {
  margin-left: 1px !important;
}
.mpr-1 {
  margin-right: 1px !important;
}
.max-w-40 {
  max-width: 40rem;
}
.max-w-50 {
  max-width: 50rem;
}
.min-w-3 {
  min-width: 3.5rem;
}
.col-scroll {
  overflow-y: scroll;
}
.badge-warning-striped {
  /*color: #212529;*/
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.label-lg {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 400;
}
.gstatus {
  min-width: 5em;
}
@-webkit-keyframes status-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes status-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.status-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  -webkit-animation: status-stripes 1s linear infinite;
  animation: status-stripes 1s linear infinite;
}
.table td {
  border-top: 0;
}
.disable-anchor {
  pointer-events: none;
}
.btn-add {
  margin-top: 0.15rem !important;
}
.ud-add {
  margin-right: 0.5rem !important;
  margin-top: 0.75rem !important;
}
.mt-15 {
  margin-top: 0.15rem !important;
}
