/* ********** ESTILOS DE ESTRUCTURA DEL LOGIN ********** */

/*@import url("../optimus/uniform.default.css");*/
/*@import url("../fonts/fonts.css");*/

body {
    background-color: #fff;
    font-family: SegoeUI, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    /* background-image: url(../../img/layout/bg-layout.png); */
    background-repeat: repeat;
    font-weight: normal;
    color: black;
}

.chromeframe {
    /*mensaje para instalar nuevos browsers*/
    text-align: center;
}

p {
    margin-bottom: 0;
}

a, a:focus, a:hover, a:link, a:visited, a:active {
    outline: 0;
}

.form-login div.checker {
    margin-left: -18px;
}

.form-loading .disabled {
    background-color: #FFF;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 8000;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.form-loading .loader {
    background: url(../../img/layout/anim-load.gif) no-repeat;
    background-position: 0 1px;
    color: #444;
    position: fixed;
    top: 18px;
    padding-left: 24px;
    /*background-color: #CCC;*/
    z-index: 9000;
    font-size: 11px;
    line-height: 15px;
    /*width: 180px;*/
    height: 14px;
    left: 50%;
    margin-left: -90px;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*============================*/

.form-loading .disabled {
    background-color: #FFF;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 8000;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.form-loading .loader {
    background: url(../../img/layout/anim-loader-white.gif) no-repeat;
    /*background-position: 0 1px;*/
    background-position: 15px 8px;
    color: #333;
    position: fixed;
    top: 9px;
    padding: 6px 16px;
    padding-left: 44px;
    /*background-color: #222;*/
    z-index: 9000;
    font-size: 10px;
    line-height: 15px;
    height: 15px;
    left: 50%;
    margin-left: -50px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-loading {
    background: url(../../img/layout/anim-loader-white.gif) no-repeat;
    background-position: 15px 8px;
    width: 46px;
    height: 15px;
    left: 50%;
    margin-left: -23px;
    top: 9px;
    position: fixed;
    /*background-color: #222;*/
    z-index: 10000;
    padding: 6px 0;
}

/* ******************** CONTAINER ******************** */

.container {
    margin-top: 45px;
    padding-top: 0;
}

.container-login {
    /*width: 432px;
    background-color: #f1f1f1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: auto;
    position: relative;*/
    /**/
    /*background-color: #C00;*/    
    /*border: 1px solid #DCDCDC;*/
    /*-webkit-box-shadow: 0 0 6px #bcbcbc; 
	   -moz-box-shadow: 0 0 6px #bcbcbc; 
	    -ms-box-shadow: 0 0 6px #bcbcbc; 
			box-shadow: 0 0 6px #bcbcbc;*/
}

.logo-product {
    text-indent: -9000px;
    background-repeat: no-repeat;
    width: 280px;
    height: 66px !important;
    margin-top: 0;
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
}

.icon-prod-login {
    width: 50px;
    height: 78px;
    background: url(../../img/layout/icon-prod-login1.png) no-repeat;
    position: absolute;
    /*background-color: #333;*/
    right: 44px;
    top: 0;
}

/* ******************** FORM LOGIN ******************** */

h2 {
    color: #444;
    font-size: 16px;
    width: 350px;
    margin: auto;
    line-height: 16px;
    padding: 22px 0 18px 0;
    *padding: 0;
    font-family: SegoeUI, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.form-login {
    /*background-color: #DDD;*/
    width: 350px;
    margin: auto;
}

.input-pre {
    position: relative;
}

i {
    /*background-color: #C00;*/
    position: absolute;
    background-image: url("../../img/layout/glyphicons-halflings.png") !important;
    top: 14px;
    left: 14px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

input[type="text"], input[type="url"], input[type="email"], input[type="password"], select, textarea {
    font-family: SegoeUILight, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 17px;
    width: 325px;
    border: 1px solid #CCC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="url"]:focus {
        border: 1px solid #888;
        /*-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;     */
        -webkit-box-shadow: inset 0 1px 1px #FFF, 0 0 8px #AAA;
        -moz-box-shadow: inset 0 1px 1px #FFF, 0 0 8px #AAA;
        box-shadow: inset 0 1px 1px #FFF, 0 0 8px #AAA;
    }


input[type="text"], input[type="email"], input[type="password"] {
    padding: 8px 10px 10px 38px;
    width: 297px;
    height: 25px;
}

select {
    padding: 4px 4px 4px 8px;
}

.form-login select {
    width: 350px;
    height: 40px;
    font-size: 17px;
}

.form-login-fields {
    display: table;
    height: auto;
    /*background-color: #C00;*/
    margin-bottom: 20px;
}

.form-login-controls {
    display: table;
    /*background-color: #DDD;*/
    height: 75px;
    width: 350px;
    position: relative;
}

.form-login-windows p {
    color: #989898;
}

    .form-login-windows p + p {
        font-size: 17px;
        color: #444;
        line-height: 21px;
    }

.checkbox {
    color: #9f9f9f;
    font-size: 13px;
}

.form-login-btn {
    position: absolute;
    display: block;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.form-login-link {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.link-help, .link-help:hover, footer .logo-sisem,
.form-login.msg .icon-globalerror {
    background: url(../../img/layout/sprite-login.png) no-repeat;
}

.link-help {
    position: fixed;
    top: 85px;
    right: 0;
    text-indent: -9000px;
    background-position: -75px 0;
    width: 28px;
    height: 30px;
    display: block;
}

    .link-help:hover {
        text-indent: -9000px;
        background-position: -106px 0;
    }

.tab-pane {
    /*background-color: #DDD;*/
    margin-bottom: -20px;
    *margin-bottom: 0;
}

.nav-pills > li > a {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nav {
    /*background-color: #C00;*/
    width: 350px;
    margin: auto;
    /*padding: 22px 0 18px 0;*/
    /**padding: 0;*/
    padding: 13px 0 9px 0;
}

    .nav li {
        color: #444;
        margin-right: 16px;
        font-size: 15px;
        position: relative;
        font-weight: bold;
    }

        .nav li p {
            position: relative;
            top: 7px;
            left: 0;
            font-size: 16px;
            font-family: SegoeUI, Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 200;
        }

        .nav li + li {
            margin-right: 0;
        }

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    color: #222;
    background-color: #e8e8e8;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -ms-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
}

.nav-pills li a {
    color: #a8a8a8;
    font-weight: normal;
}

    .nav-pills li a:hover {
        color: #444;
        background-color: #FFF;
    }

.alert {
    line-height: 20px;
}

/* ******************** BOTONES ******************** */

.btn {
    font-family: SegoeUISemiBold, Tahoma, Arial, Helvetica, sans-serif;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-image: none;
}

    .btn:hover {
        text-decoration: none;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

.btn-primary, .btn-primary.active, .btn-primary:focus {
    background-color: #222;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #333;
    }

/* ******************** FOOTER ******************** */

.login-footer {
    color: #888;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    margin-top: 25px;
}

    .login-footer p:first-child {
        color: #555;
        font-family: SegoeUISemiBold, Tahoma, Arial, Helvetica, sans-serif;
        /*font-weight: bold;*/
    }

.logo-sisem {
    text-indent: -9000px;
    width: 76px;
    height: 19px;
    display: block;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 30px;
}

/*.btn-producto {
	margin: auto;
	margin-bottom: 40px;
	margin-top: 12px;
	width: 159px;
	height: 48px;
	text-indent: -9000px;
	display: block;
	background: url(../../img/layout/btn-producto.png) no-repeat;
}*/

/* ******************** MENSAJES OUT ******************** */

.form-login.msg {
    text-align: center;
}

    .form-login.msg .icon-globalerror {
        width: 64px;
        height: 51px;
        background-position: -141px 0;
        opacity: 0.2;
        filter: alpha(opacity=20);
        margin: 35px 0;
    }

    .form-login.msg ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-top: 18px;
    }

        .form-login.msg ul li {
            border-bottom: 1px solid #DDD;
            padding: 3px 0;
        }

    .form-login.msg .bt-continue {
        padding: 25px 0;
    }

    .form-login.msg textarea {
        font-size: 13px;
        line-height: 18px;
        padding: 2px 6px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .form-login.msg .bt-continue a,
    .form-login.msg .bt-continue button {
        color: #333 !important;
    }

#form-login-acceso1 {
    margin-bottom: -50px;
}


/*OAuth*/
.SignInWithAzureButtonView-button {
    margin: 0;
    height: 36px;
    width: 347px;
    background-color: #fff;
    border-radius: 1px;
    border-style: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}

button#SignIn:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}

.abcRioButton:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}

.SignInWithAzureButtonView-buttonIcon {
    background-image: url(../../img/login/msAzureLogo.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin-bottom: -4px;
    margin-right: 19px;
    margin-left: -80px;
}

.SignInWithAzureButtonView-buttonText {
    display: inline-block;
    color: #757575;
    margin-left: 80px;
    font-size: 13px;
}

.btn-login-frm {
    width: 100% !important;
    height: 36px !important;
    padding: unset !important;
}

.btn-External-Login {
    color: rgb(151, 160, 175);
    display: block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}