/* cambiar espacio excesivo entre los encabezados y cuerpos de regiones tipo wizard */
.t-Wizard .t-Wizard-body, .t-Wizard .t-Wizard-controls {
    padding: 12px 12px !important;

}

.t-Wizard-body {
    display:none !important;
}

/* 
  corregir error de texto invisible en campos que tienen el foco, bug general apex
  https://community.oracle.com/tech/developers/discussion/4490028/text-in-fields-disappeared-became-invisible-when-page-item-in-focus-clicked-on
*/
.apex-item-select:focus, .apex-item-text:focus, .apex-item-textarea:focus {

    border: 1.1px solid #dfdfdf;

}

/* status de sistema en barra de navegacion */
.spbAMBAR {
    background-color:#FBCE4A !important;
    border: 1px solid orange;
}

.spbNORMAL
{
    background-color:#D5F5E3 !important;
    border: 1px solid green;
}

.t-Dialog-body {
    background-color: #f1f7ff !important;
}

.t-Report-pagination--bottom > tbody > tr > td > table > tbody > tr > td > a  {
    color: black !important;
    border: 1px solid silver !important;
}

.t-Report-pagination > tbody > tr > td > table > tbody > tr > td > a  {
    color: black !important;
    border: 1px solid silver !important;
}

.ui-priority-primary:hover {
    color: black !important;
    border: 1px solid silver !important;
}

.leaflet-container {z-index:0}


div.a-PopupLOV-clear > button:hover{
    color: black !important;
}