#loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat;
}

.x-message-box-download {
    position: absolute !important;
    background-position: left top;
    background-repeat: no-repeat;
    font: 40px / 1 'Font Awesome 5 Free';
    color: grey;
    left: 0px;
    top: 15px !important;
    margin: 0px;
    height: 44px;
    width: 60px;
}

.x-message-box-download:before {
    content: '\f381';
}

/*.login-background {
    background-image: url('../images/background.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
}  */

.login-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background_dark.jpg');
    background-size: cover;           /* Estira la imagen para cubrir todo */
    background-position: center;      /* Centra la imagen si sobra espacio */
    background-repeat: no-repeat;
    background-attachment: fixed;     /* Opcional: evita que se desplace al hacer scroll */
    z-index: 0;
  }
  
/* placeholders  */

::placeholder {
    color: gray;
    font-style: italic;
    opacity: 1;
}
  
:-ms-input-placeholder {    /* IE 10+ */
    color: gray;
    font-style: italic;
}
  
::-ms-input-placeholder {   /* Edge */
    color: gray;
    font-style: italic;
}

/* selected meet */

.future-appointment .x-grid-cell {
    background-color: #fff3cd !important;
    color: #856404 !important;
    font-weight: bold;
}

/* ui */

.btn-logout {
    background-color: #e57373 !important;
    border: none;
}

.btn-logout .x-btn-inner,
.btn-logout .x-btn-icon-el {
    color: white !important;
}

.btn-logout:hover {
    background-color: #d32f2f !important; /* Más oscuro */
}

/* meet field details */

.field-detail {
    display: flex;
    align-items: center;
    height: 34px;
}

.field-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    flex: 1;
}
/*
.field-detail {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    height: 34px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
/* datagrid meets */

.reschedule-row .x-grid-cell {
    text-decoration: line-through;
    color: #999;
    opacity: 0.7;
}

/* ajustar tamaño de PNG como icon en el header */

.x-title-icon-default {
    width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* estilizando un ícono como botón en un tool */

.window-logout-btn {
    background-color: #d9534f !important;
    border-radius: 4px !important;
    color: white !important;
    border: none !important;
    padding: 4px !important;
    font-size: 10px !important;
}

.window-logout-btn .x-fa {
    color: rgb(255, 255, 255) !important; /* ícono blanco */
}

/* small label text */

.label-small-size3 .x-form-item-label-inner {
    font-size: 0.8em;
    font-weight: bold;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}