/* Show it is fixed to the top */
body {
  cmin-height: 75rem;
  padding-top: 4.5rem;
  background-color: lightsteelblue;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

.namespace_active {
  color: green !important;
}

.plate-image {
  display: block;
  max-width: 530px;
  max-height: 295px;
  width: auto;
  height: auto;
}

.logo {
  max-height: 50px;
  width: auto;
  height: auto;
  text-align: left;
}

.navbar {
  background-color: #d7d7d7 !important;
}

.ps_inactive {
/ / background-color: lightpink;
}

.ps_active {

}

.page-header {
  font-size: x-large;
}

.sub-header {
  font-size: larger;
  color: #3B5998;
  margin-bottom: 5px;
}

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.bc-icons-2 .breadcrumb-item.active {
  color: #455a64;
}

:target {
  background-color: silver;
}

.custom-checkbox {
  min-height: 1rem;
  padding-left: 0;
  margin-right: 0;
  cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 10px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  vertical-align: middle;
  margin: 0 16px;
  box-shadow: none;
}

.custom-checkbox .custom-control-indicator:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #f1f1f1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -2px;
  top: -4px;
  -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
  transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-color: forestgreen;
  background-image: none;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
  background-color: forestgreen;
  left: 15px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .modal-fs {
    min-width: 100%;
    margin: 0;
  }

  .modal-fs .modal-header {
  }

  .modal-fs .modal-content {
    min-height: 100vh;
    background-color: lightgray;
  }

  .modal-fs .modal-dialog {
    min-width: 100%;
    margin: 0;
  }

  .modal-fs .modal-body {
    padding: 0px !important;
  }
}


.spinner {
  height: 60px;
  width: 60px;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: rotation .6s infinite linear;
  -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);
  }
}

#overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
