.module-alerts {
  display: table;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 50;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.module-alerts.hidden {
  z-index: -100;
  display: block;
  top: -1000px;
  left: -1000px;
  visibility: hidden; }

.module-alerts.active {
  display: table; }

.module-alerts .alerts-border {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

.module-alerts .alerts-center {
  position: relative;
  margin: auto;
  z-index: 1;
  max-width: 300px;
  z-index: 1;
  background-color: #ffffff;
  background-color: #fff; }

.module-alerts .alerts-header-title {
  display: block;
  font-size: 15px;
  color: #222;
  line-height: normal;
  padding: 0px 0 0 0;
  text-align: center; }

.module-alerts .alerts-body {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 32px;
  padding-left: 32px;
  min-height: 100px;
  word-break: break-all;
  word-break: break-word; }

.module-alerts .alerts-body p {
  font-size: 14px;
  color: #000;
  line-height: normal; }

.module-alerts .alerts-footer {
  padding: 0 0 0 0; }

.module-alerts .alerts-footer .module-actions {
  margin-top: 0;
  padding-top: 0; }

.module-alerts .alerts-footer .module-actions .actions-center {
  font-size: 0; }

.module-alerts .alerts-footer .module-actions .actions-center .element-btn {
  border-color: #e7e7e7;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.module-alerts .alerts-footer .module-actions .actions-center .element-btn + .element-btn {
  margin: 0;
  border-left: 1px solid #e7e7e7; }

.module-alerts .alerts-footer .module-actions .actions-center .element-btn .btn-txt {
  padding-left: 20px;
  padding-right: 20px; }

.module-alerts .alerts-footer .module-actions .actions-center .element-btn.bg-primary:first-child {
  width: 100%; }

.module-alerts .alerts-footer .module-actions .actions-center .btn-cancel .btn-txt {
  color: #333333;
  font-weight: normal; }

.module-alerts .alerts-footer .module-actions .actions-center .btn-ok .btn-txt {
  font-weight: bold;
  color: #000000; }

.module-alerts .alerts-close {
  border: 0;
  background: none;
  position: absolute;
  top: 9px;
  right: 9px; }

.module-alerts.modal::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-color: #000000; }

.module-dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 50; }

.module-dialog .dialog-center {
  position: relative;
  max-height: 100%;
  text-align: left;
  z-index: 1;
  background-color: #ffffff;
  background-color: #fff;
  max-height: 100%; }

.module-dialog .dialog-border {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.module-dialog .dialog-header {
  border-bottom: 1px solid #dddddd; }

.module-dialog .dialog-header-title {
  text-align: center;
  box-sizing: border-box;
  height: 52px;
  display: block;
  font-size: 17px;
  color: #222;
  line-height: normal;
  font-weight: bold;
  padding: 0px 0 0 0;
  padding-top: 16px;
  padding-left: 24px; }

.module-dialog .dialog-body {
  min-height: 94px;
  padding: 33px 24px 32px 24px; }

.module-dialog .dialog-body p {
  font-size: 15px;
  color: #303133;
  line-height: normal; }

.module-dialog .dialog-body.body-white {
  background: #fff; }

.module-dialog .dialog-footer {
  padding: 21px 0 0 0; }

.module-dialog .dialog-footer .module-actions {
  margin-top: 0; }

.module-dialog .dialog-footer .module-actions-center .element-btn.bg-primary:first-child {
  width: 100%; }

.module-dialog .dialog-footer .footer-notopen {
  height: 38px;
  padding-left: 24px;
  padding-top: 8px;
  border-radius: 3px;
  background-color: #666666;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 15px;
  color: #303133;
  line-height: normal; }

.module-dialog .dialog-footer .footer-notopen .element-checkbox .blind {
  font-size: 13px;
  color: #fff;
  line-height: normal;
  font-weight: normal;
  padding-top: 0;
  vertical-align: top; }

.module-dialog .dialog-footer .footer-notopen .element-checkbox .blind::before {
  top: 2px; }

.module-dialog .dialog-close {
  border: 0;
  background: none;
  position: absolute;
  top: 9px;
  left: 12px; }

.module-dialog .module-detail {
  width: 100%;
  display: flex;
  min-height: 100%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column; }

.module-dialog .module-detail .detail-header {
  height: 9.74513vh; }

.module-dialog .module-detail .detail-content {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
  padding-bottom: 0;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  flex: 1;
  font-size: 13px; }

.module-dialog .module-detail .detail-content .scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto; }

.module-dialog.full-screen {
  height: 100%;
  background-color: #f5f5f5; }

.module-dialog.full-screen .dialog-border {
  vertical-align: top;
  display: flex;
  flex-direction: column;
  height: 100%; }

.module-dialog.full-screen .dialog-header {
  background: #fff;
  height: 52px;
  border-bottom: 1px solid #eee; }

.module-dialog.full-screen .dialog-header .addon {
  position: absolute;
  top: 12px;
  right: 16px; }

.module-dialog.full-screen .dialog-header .addon a {
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #999999; }

.module-dialog.full-screen .dialog-body {
  padding-bottom: 0;
  padding-top: 10px;
  height: 100%;
  display: flex;
  flex: 1; }

.module-dialog.full-screen .dialog-body.height-scroll {
  overflow-y: auto; }

.module-dialog.full-screen .dialog-body .module-form:first-child {
  margin-top: 0; }

.module-dialog.full-screen .dialog-center {
  display: flex;
  min-height: 100%;
  display: flex;
  flex-direction: column; }
