#loadspot-modal {
  z-index: 1000000000000000 !important;
  position: relative;
  overflow: visible;
}
#loadspot-modal.visible {
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: table-cell;
  position: absolute;
  vertical-align: middle;
  background-color: transparent;
}

.nbr_loader {
  display: inline-block;
  margin: 20px auto;
  background-image: url("/core/template/default/media/images/ui/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  height: 40px;
  width: 40px;
}

.nbr_modal_container .nbr_login_window {
  background-color: #FFF;
  display: flex;
  align-self: stretch;
  padding: 2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border: 1px solid #CCC;
}

.modal-container {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 600px) {
  .modal-container {
    margin: 0;
    padding: 0;
  }
}

.modal-wrapper {
  width: 80%;
  height: 80%;
  margin: 3em;
  background-color: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  position: relative;
}
@media all and (max-width: 600px) {
  .modal-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}

.modal-bar {
  min-height: 40px;
  background-color: #EBEBEB;
  font-size: 0.75em;
  display: grid;
  grid-template-columns: 1fr 50px;
}
.modal-bar div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  text-transform: uppercase;
}
.modal-bar div:last-child {
  transition: background-color 0.5s;
  background-color: #888;
}
.modal-bar div:last-child:hover {
  cursor: pointer;
  background-color: #be1522;
}

.modal-content {
  padding: 2em;
  overflow: auto;
  display: block;
  background-color: #FFF;
}
.modal-content .section-head {
  font-size: 1.45em;
  text-align: center;
  background-color: #948A8A;
  color: #FFF;
  margin-bottom: 5px;
  padding: 0.5em;
  transition: background-color 0.5s;
}
.modal-content .section-head:hover {
  background-color: #B9B8B8;
  cursor: pointer;
}
.modal-content .section {
  padding: 0.5em 0;
  display: none;
}
.modal-content input.settings {
  margin-top: 1em;
}/*# sourceMappingURL=nubersoft-modal.css.map */