/* ========================================================
   NOVO TEMA PARA MODAL.CSS
   ======================================================== */
/* POMIN GESTAO */

.Modal .modal-body {
  background-color: #F0F4F2;
  color: #000000; 
  font-size: 14px;
}

.Modal .modal-footer {
  background-color: #F0F4F2;
  border-top: 1px solid #4A4A4A; 
  display: flex; 
  justify-content: flex-end; 
  align-items: center;
}



.Modal .modal-header {
 
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  padding: 12px 15px; 
  border-bottom: none; 
}


.Modal .modal-header, 
.Modal .modal-header.modal-header-primary {
  background-color: #F9E43D;
  color: #394136;
}


.Modal .modal-header.modal-header-success {
  background-color: #28a745;
  color: #000000;
}


.Modal .modal-header.modal-header-danger {
  background-color: #F9E43D; 
  color: #000000;
}


.Modal .modal-header.modal-header-warning {
  background-color: #ffc107;
  color: #000000; 
}



.Modal .modal-header .modal-header-close-btn {
  box-shadow: none;
  color: #FFFFFF; 
  cursor: pointer;
  height: auto;
  align-self: stretch; 
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 1px;
  transition: all 150ms ease-in-out;
}


.modal-header-primary .modal-header-close-btn,
.modal-header-warning .modal-header-close-btn {
    color: #394136;
    border-left-color: rgba(0, 0, 0, 0.1);
}

.Modal .modal-header .modal-header-close-btn:hover {
  
  background-color: rgba(0, 0, 0, 0.15);
}




.Modal .modal-body .msg-erro-detalhe {
  color: #F9E43D; 
  font-weight: bold;
  cursor: pointer;
}

.Modal .modal-body #erro-tecnico {
  display: none;
}



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