/* Scss Document */
.custom-modal-ctable {
  display: none;
  padding: 30px;
  left: 25%;
  width: 50%;
  top: 20px;
  background: #eee;
  position: fixed;
  text-align: left;
  border: 1px solid #fff;
  z-index: 1001;
  overflow-y: auto;
  max-height: 80%;
}

.overlay {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s ease;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}

.overlay-locked {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s ease;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}

.custom-modal {
  display: none;
  padding: 30px;
  left: 15%;
  width: 75%;
  top: 20px;
  background: #eee;
  position: absolute;
  text-align: left;
  border: 1px solid #fff;
  z-index: 1001;
  overflow-y: auto;
  max-height: 80%;
}

.custom-modal-locked {
  display: none;
  padding: 30px;
  left: 15%;
  width: 75%;
  top: 20px;
  background: #eee;
  position: absolute;
  text-align: left;
  border: 1px solid #fff;
  z-index: 1001;
  overflow-y: auto;
  max-height: 80%;
  min-height: 240px;
}

.custom-modal-close, .custom-modal-locked-close, .custom-modal-close-ctable {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #555 !important;
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 36px;
  outline: none;
}
.custom-modal-close:hover, .custom-modal-close:focus, .custom-modal-locked-close:hover, .custom-modal-locked-close:focus, .custom-modal-close-ctable:hover, .custom-modal-close-ctable:focus {
  background-color: transparent;
  color: #000;
}

@media only screen and (max-width: 800px) {
  .custom-modal {
    padding: 30px;
    left: 15%;
    width: 70%;
    top: 25%;
  }
}

/*# sourceMappingURL=custom-modal.css.map */
