.Modal .modal-header {
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  padding-bottom: 7px;
  padding-top: 7px;
}
.Modal .modal-header, .Modal .modal-header.modal-header-primary {
  background-color: #3d9be5;
  border-bottom: 1px solid #0c1f2e;
}
.Modal .modal-header.modal-header-success {
  background-color: #28a745;
  border-bottom: 1px solid #08210e;
}
.Modal .modal-header.modal-header-danger {
  background-color: #dc3545;
  border-bottom: 1px solid #2c0b0e;
}
.Modal .modal-header.modal-header-warning {
  background-color: #d5db27;
  border-bottom: 1px solid #2b2c08;
  color: #3c3d0b;
  text-shadow: 0px 1px 1px #fff;
}
.Modal .modal-header .modal-header-close-btn {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-top-right-radius: 0.25rem;
  box-shadow: inset 1px -1px 0 0 rgba(255, 255, 255, 0.4);
  color: #fff;
  cursor: pointer;
  height: 38px;
  padding: 7px 17px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all linear 100ms;
}
.Modal .modal-header .modal-header-close-btn:hover {
  background-color: #3688ca;
}
.Modal .modal-body {
  font-size: 14px;
}
.Modal .modal-body .msg-erro-detalhe {
  color: #3d9be5;
  font-weight: bold;
  cursor: pointer;
}
.Modal .modal-body #erro-tecnico {
  display: none;
}
.Modal .modal-footer {
  background-color: #eee;
  border-top: 0;
  display: block;
  text-align: right;
}

/*# sourceMappingURL=Modal.css.map */
