﻿/* Site Admin 25 CSS */

/*#region Ui Dialog Generico*/

 .ui-dialog-titlebar-close {
    border: none;
    outline: none;
    background: transparent;
}

 .ui-dialog-titlebar-close::after {
        content: "\f00d";
        font-family: "Font awesome 7 pro";
        border: none;
        outline: none;
        background: transparent;
    }

 .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none;
}

 .ui-widget-header {
    background-color: transparent;
    border: none;
}

 .ui-dialog-buttonpane {
    border-top: none;
}

.ui-dialog-content {
    text-align: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.modalLoad {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}


 body.loading .modalLoad {
    display: block;
 }

.colorBaja {
  background-color: #d41313 !important;
  color: white !important;
}

.cursorMano {
  cursor: pointer;
}

/*#endregion*/