/* 
    Document   : login
    Created on : Mar 10, 2014, 3:03:46 PM
    Author     : marvins
    Description:
        Purpose of the stylesheet follows.
*/
.encabezado{
    position: relative;
}
.encabezado h1{
    border-bottom: 1px #ccc solid;
    color: #2a5b95;
    font-family: 'robotobold';
    font-size: 27px;
    padding-bottom: 10px;
}
.encabezado label{
    color: #c7c7c7;
    font-family: 'robotobold';
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 17px;
}
#formLogin{
    width: 100%;
}
#formLogin input[type="text"]{
    background: #ecf6ff;
    border: none;
    border: #d2e4f4 1px solid;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 40px;
    width: 100%;
}
#formLogin input[type="text"]:focus{
    outline: none;
    outline-offset: 0;
}
input[type=checkbox].css-checkbox {
    display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:17px;
    height:12px; 
    display:inline-block;
    line-height:12px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:12px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -12px;
}
label.css-label {
    background-image:url('../media/imagenes/general/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#mantenerConectado{
    color: #c7c7c7;
    font-family: 'robotobold';
    font-size: 12px;
}
.olvidePass{
    color: #c7c7c7;
    display: block;
    font-family: 'robotobold';
    font-size: 12px;
    margin-top: 10px;
}
.iniciarSesion{
    background: #00417f;
    border: none;
    border-bottom: 5px #022b51 solid;
    border-radius: 6px;
    color: #fff;
    font-family: 'robotolight';
    display: block;
    margin-top: 15px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.linea{
    border-bottom: 1px #ccc solid;
}
.tambien{
    color: #c7c7c7;
    font-family: 'robotolight';
    font-size: 12px;
    display: block;
    text-align: center;
}
.redes{
    text-align: center;
}
.tooltip_login {
    width: 100%;
    position: relative;
    display: inline-block;
    background: white;
    max-width: 100%;
    padding: 0rem;
    left:0%;
}

/* Tooltip text */
.tooltip_login .tooltiptextlogin {
    /*visibility: hidden;*/
    display: none;
    width: 190px;
    
   
    text-align: center;
    padding: 5px 0;
    min-height: 47px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 105%; 
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}