/*******************************************************
    Archivo de Valores de referencia OMS
*******************************************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap');

:root {
    --primaryColor: #499AD9;
    --primaryColorActive: #2e6793;
    --backgroundColorMain: #fbfcfe;
    --bodyFontFamily: 'Open Sans', sans-serif;
    --bodyFontSize: 0.875rem;
    --bodyFontWeight: 400;
    --bodyLineHeight: 1.5;

    --bodyColor: #41505f;
    --borderColor: #e2e5ec;
    --borderColorMuted: #b0b0b0;

    --menuActiveColor: #e5e7fc;
    --subMenuBack: #fff;

    /* Opciones internas */
    --colorMuted: #6e7985;
    --inputColor: #212529;
    --inputActiveColor: #2940e8;
    --inputBorderColor: #ced4da;

    --tablaTextColor: rgb(65, 80, 95);
    --tablaBorderColor: #b0b0b0;
    --tablaStripeColor: rgba(0, 0, 0, 0.05);
    
    /* Backgrounds images */
    --loginBack: url('../imgs/background-login.jpg');
    
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder{color: var(--primaryColor);opacity: 1;font-weight: 300;font-size: 0.9rem;}
/* Internet Explorer 10-11 */    
:-ms-input-placeholder {color: var(--primaryColor);font-weight: 300;font-size: 0.9rem;}
/* Microsoft Edge */
::-ms-input-placeholder {color: var(--primaryColor);font-weight: 300;font-size: 0.9rem;}


.contenedor_cargador .spinner-border {
    position: fixed;
    z-index: 1;
    top: 50%;
    bottom: 50%;
}

.contenedor_cargador {
    height: 100%;
    display:none;
}

.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/nuevo/imgs/spinner.gif') 
                50% 50% no-repeat transparent;
}