/*Test*/
/*div{
    border:3px solid red !important;
}*/

label {
    display: inline-block;
    text-align: right;
    font-weight: bold !important;
    color: #000000;
    font-size: 13px !important;
}

.success {
    margin: 10% auto;
    color: #000000 !important;
    border-color: #000000 !important;
    text-align: center !important;
    width: 50%
}

.ribbon {
    width: 70px;
    height: 73px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 21;
}

.ribbonColorGreyDarker {
    font: 10px Sans-Serif;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 5px 0;
    left: -5px;
    top: 12px;
    width: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #000000;
    font-weight: bold;
}

.ribbonproduccion {
    background-color: #E4150A;
}

.ribbonpreproduccion {
    background-color: #FFA500;
}

.ribbonintegracion {
    background-color: #ABB521;
}

.ribbondesarrollo {
    background-color: #0ad129;
}

.ContenedorLogin {
    padding: 3px;
    display: block;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'robotoregular';
    color: #546e7a;
}

.ui-button:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    -ms-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    -o-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
}

.ui-button.RedButton:hover {
    background-color: #F44336;
}

.ui-button.OrangeButton:hover {
    background-color: #f69a11;
}

.ui-inputfield {
    background-color: transparent !important;
    color: #546e7a;
    font-size: 16px;
    font-family: 'robotoregular' !important;
    padding: 9px 10px !important;
    border: solid 1px #c6d6df;
    /* border-bottom: solid 1px #b0bec5; */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

    .ui-inputfield:hover, .ui-inputfield:focus {
        border: solid 1px #c6d6df;
        border-bottom: solid 1px #03a9f4;
        color: #03a9f4 !important;
        background-color: transparent !important;
    }

    .ui-inputfield:focus {
        border-bottom: solid 1px #0276aa !important;
    }

.login-limpiar-btn {
    margin-left: 28px;
}

.field-icon {
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

/****************************************************************************

    ESTILOS LOGIN - IRIAM SALAZAR GUTI�RREZ -  Noviembre 2020
    
*****************************************************************************/
.BlueModena.Geometry {
    background-image: url(/cas/images/4-BL-Bck-Login-1920-min.jpg);
    background-size: cover;
    background-position: center center;
}

/*Containers*/
main {
    /*overflow: hidden;*/
}

.BL-Login-Form-Container {
    background-color: transparent !important;
    /*background-color:brown;*/
    height: 100% !important;
    width: 42%;
}

.ContenedorLogin {
    background-color: transparent;
    /*background-color:aqua;*/
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #000;
    font-family: 'robotoregular';
    height: auto !important;
    margin-right: 3px;
    padding: 0;
}

    .ContenedorLogin form {
        /*background-color: green;*/
        position: relative;
        /*right: 125px;*/
    }

/*Tag Entorno*/
.BL-Login-Entorno {
    background-color: #ffd040;
    background-color: #FFECB3;
    border-radius: 30px 0 0 30px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    font-size: 16px;
    float: right;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 5px 0 15px;
    position: relative;
    top: 40px;
    text-transform: capitalize;
    width: auto;
}

/*Bienvenida literal*/
.BL-Login-Bienvenida-Literal {
    float: none;
    margin-top: 40px;
}

    .BL-Login-Bienvenida-Literal i {
        font-style: normal;
        font-size: 1.5em;
        color: #372e95;
    }

i.BL-PGI {
    font-weight: bold;
}

/*Error*/
div.alert {
    width: 100%;
    position: relative;
    /*left: 280px;*/
}

.alert span {
    background-color: #ed0046;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 2px 6px;
}

/*Form*/
.BL-Login-Form-Row {
    /*background-color:blanchedalmond;*/
    /*margin:30px 0;*/
    margin: 30px auto;
    position: relative;
    right: 8%;
    width: 100%;
}

.BL-Login-Input-Label-Container {
    /*background-color: aqua;*/
    width: 100%;
}

.ContenedorLogin label {
    font-size: 18px !important;
    font-weight: normal !important;
    margin-right: 10px;
    width: 15% !important;
}

    .ContenedorLogin label.BL-Label-Password {
        margin-right: 15px !important;
    }

.ContenedorLogin input {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    height: auto;
    font-size: 14px !important;
    padding: 16px;
    transition: .3s ease-out;
}

    .ContenedorLogin input[type="password"] {
        right: 3px;
        position: relative;
    }

span.field-icon {
    left: -8px;
}

.ContenedorLogin input:hover,
.ContenedorLogin input:focus {
    box-shadow: 0 2px 0 0 #372E95 !important;
    -webkit-box-shadow: 0 2px 0 0 #372E95 !important;
    -moz-box-shadow: 0 2px 0 0 #372E95 !important;
}

.ui-button {
    border-radius: 4px !important;
    transition: .3s ease-out;
}

.ContenedorLogin input,
.ui-button {
    width: 45% !important;
}

.ui-button-text-only .ui-button-text {
    /*height: 50px;*/
    font-size: 20px;
    padding: 12px !important;
    text-transform: uppercase;
}

/*Imagenes*/
.BL-Login-Img-top {
    margin-top: 115px;
}

    .BL-Login-Img-top img {
        height: 75px;
        width: auto !important;
    }

/*Footer*/
footer {
    height: auto;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 42%;
}

    footer img.BL-Logo {
        /*        display: block; */
        height: auto;
        margin: 0 auto;
        width: 115px !important;
    }

/* Mensaje de alerta del sistema */
.mensaje-Alerta-Sistema-Modal {
    margin-top: 2.3em;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
    max-width: 750px;
}

    .mensaje-Alerta-Sistema-Modal .mensaje-Alerta-Sistema-Modal-Cabecera {
        background: #ffd040 !important;
        color: #000;
        font-size: 20px;
        margin: 0px !important;
    }

        .mensaje-Alerta-Sistema-Modal .mensaje-Alerta-Sistema-Modal-Cabecera span.ui-dialog-title {
            margin: 0px !important;
        }

    .mensaje-Alerta-Sistema-Modal .mensaje-Alerta-Sistema-Modal-Cabecera-Boton-Cerrar {
        background-color: transparent;
        border:none;
        position: absolute;
        right: 15px;
        top: 7px !important;
        width: 16px;
        height: 16px;
        opacity: 1;
    }

        .mensaje-Alerta-Sistema-Modal .mensaje-Alerta-Sistema-Modal-Cabecera-Boton-Cerrar:hover {
            opacity: 1;
        }

.mensaje-Alerta-Sistema-Modal-Cabecera-Boton-Cerrar:before,
.mensaje-Alerta-Sistema-Modal-Cabecera-Boton-Cerrar:after {
    position: absolute;
    left: 5px;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color: #000;
}

.mensaje-Alerta-Sistema-Modal-Cabecera-Boton-Cerrar:before {
    transform: rotate(45deg);
}

.mensaje-Alerta-Sistema-Modal-Cabecera-Boton-Cerrar:after {
    transform: rotate(-45deg);
}

.mensaje-Alerta-Sistema-Modal .mensaje-Alerta-Sistema-Modal-Contenido {
    background-color: #f1efec;
    height: auto !important;
    font-size: 16px;
    min-height: revert !important;
}

    .mensaje-Alerta-Sistema-Modal .mensaje-Alerta-Sistema-Modal-Contenido p {
        color:#000;
        margin: 0 !important;
    }

/*----------------------------------------------------------------------------------------------------------------------------
                                                     MEDIA QUERIES
-----------------------------------------------------------------------------------------------------------------------------*/
/*max-width 1500px*/
@media (max-width: 1700px) {
    .ui-button {
        /*background-color: blueviolet;*/
    }

    .BL-Login-Bienvenida-Literal i {
        font-size: 1.3em;
    }

    .ContenedorLogin input,
    .ui-button {
        width: 51% !important;
    }
}

/*max-width 1500px*/
@media (max-width: 1500px) {


    .ui-button {
        /*background-color:  aqua;*/
    }

    .ContenedorLogin label {
        width: 20% !important;
    }

    .ContenedorLogin input,
    .ui-button {
        width: 60% !important;
    }
}

/*max-width 1280px*/
@media (max-width: 1280px) {

    .ui-button {
        /*background-color: orange;*/
    }


    .BL-Login-Form-Row {
        right: 11%;
    }

    .ContenedorLogin input,
    .ui-button {
        width: 65% !important;
    }
}
