.modal-backdrop {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040 !important;
  background-color: #000 !important;
}

.modal-dialog {
  margin-top: 60px;
}

.modal-backdrop.in {
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 40px 35px 10px;
  border-bottom-width: 0;
}
.modal-header button {
  width: 20px !important;
  height: 20px !important;
  color: black !important;
  margin-top: -30px !important;
  margin-right: -30px !important;
}
.modal-header button:hover {
  background-color: inherit;
}

.modal-footer :not(.btn-primary).modalDismiss {
  color: #f96b07;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 10px 35px 15px;
  font-size: 12px;
  color: #54585a;
}

.modal-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

.modalinfoalign {
  text-align: center;
}

.modalIcon {
  font-size: 120px;
  color: #ebebeb;
  text-align: center;
}
.modalIcon.modalcheckgreen {
  color: #5c9a1b;
}
.modalIcon.modalExclamationMark {
  color: red;
}

.modaltextarea {
  height: 150px;
}

.sameLineP {
  display: inline;
}

.pExportOptions {
  padding-right: 15px !important;
}

.target-message-button-display{
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=modals.css.map */
