/* FORMULARIOS y BOTONES
 ------------------------------------------------------------------------------------------------- */
form{
    margin:0 0 0 0;
    margin:0 0 0 0;
}
input, select, textarea{
    font: 100% Arial, Verdana, Helvetica, sans-serif;
    padding: 3px;
    background: #F9F9F9;
    border: 1px solid #AFAFAF;
    /*border-color:#95A797;*/
}
select{
    margin: 0;
    padding: 2px 0;
    vertical-align: middle;
}
label{
    display: block;
}
.numComa{
    text-align: right;
}
#frmEdicion ul li.cntAcciones{
    background-color: #D5DCD5;
    margin: 10px 0 -10px 0;
    padding: 6px 0 5px 0;
}
#frmEdicion .cntAcciones .cntError{
    font-weight: bold;
    color: #FF0000;
    margin: 0 0 0 50px;
}
.req-fecha{
    width: 150px;
    padding-left: 18px;
}
#frmEdicion label,
.frmEdicion label{
    float:left;
    width: 15%;
    text-align: right;
    line-height: 100%;
    padding-right: 8px;
}
#frmEdicion .nColumnas label,
.frmEdicion .nColumnas label{
    width: auto;
    padding-right: 8px;
    display: inline;
    float: none;
}
.lstLineal{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.lstLineal li{
    float: left;
    width: 20%;
    margin: 0 8px 5px 0;
    padding: 5px;
    background-color: #F2F2F2;
}
.lstLineal li.mitad{
    width: 50%;
}
#frmEdicion .lstLineal li label{
    display: block;
    float: none;
    padding-right: 0;
    width: auto;
    text-align: left;
    line-height: normal;
}
#frmEdicion ul li input,
#frmEdicion ul li select,
#frmEdicion ul li textarea{
    width: 80%;
}
#frmEdicion ul li textarea{
    height: 70px;
}
#frmEdicion ul li textarea.doble{
    height: 120px;
}
#frmEdicion ul li textarea.triple{
    height: 300px;
}
#frmEdicion ul li select.selectMultiple{
    height: 310px;
}
#frmEdicion ul#permisos li input{
    margin-top: 0px;
}
#cntBuscador ul li select{
    width: 120px;
}
#frmEdicion ul li input.chkbox,
.tblListado input{
    width: auto;

    vertical-align: middle;
}
/*
#frmEdicion ul li input.chkbox{
        margin: 6px 0 -1px -1px;
}
*/
input:hover, select:hover,
textarea:hover,
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus{
    background: #EFEFEF;
}
input.chkbox{
    margin: 3px 0 0 0;
    background: none;
}
input.hora{
    margin: 0;
    width: 50px;
}
input.numero{
    text-align: right;
    padding-right: 1px; /* para ver el cursor en explorer*/
}
#spanUsuario,
.pstrength-info,
.pstrength-bar{
    margin-left: 100px;
}
.errorUsuario {
    color: #F00;
}
.usuarioCorrecto {
    color: #0C3;
}
input[type="button"],
.btn,
button{
    font: 1em Arial, Verdana, Helvetica, sans-serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    background: url('../img/btn-bg.gif') repeat-x 0 0;
    border: 1px solid #AAA;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 6px;
    text-align: center;
    line-height: 140%;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
button{ padding: 2px 6px; }
.btnActivo,
.highlighted .btn,
.btn:hover,
button:hover,
.calendar td a:hover{
    color: #FFF;
    text-decoration: none;
    background: url('../img/btn-bg.gif') repeat-x 0 -35px;
    text-shadow: 0 1px 1px rgba(100, 100, 100, 0.8);
}
.btn span,
button span{
    padding-right: 24px;
    background-image: url('../img/iconos.png');
    background-repeat: no-repeat;
}
.btnPdf span{ background-position: 100% 0; }
.btnEliminar span{ background-position: 100% -51px; }
.btnAlta span{ background-position: 100% -77px; }
.btnVer span{ background-position: 100% -102px; }
.btnEditar span{ background-position: 100% -128px; }
.btnAtras span{ background-position: 100% -152px; }
.btnCerrarSesion span{ background-position: 100% -174px; }
.btnExcel span{ background-position: 100% -305px; }
.btnPerfil span{ background-position: 100% -328px; }
.btnActivar span{ background-position: 100% -354px; }
.btnDesactivar span{ background-position: 100% -379px; }
.btnStock span{ background-position: 100% -404px; }
.btnBsq span{ background-position: 100% -220px; }
.btnRenovar span{ background-position: 100% -430px; }
.cntAcciones .btn{
    margin: 0 8px 0 0;
}

#frmEdicionFechas .btnEliminar{
    padding-left: 6px;
}
#frmEdicionFechas .btnEliminar span{
    padding-left: 14px;
}
#cntBuscador .btn{
    /*    display: block;*/
    margin-top: 15px;
}


/* LOGIN
 ---------------------------------------------------------------------------- */
#frmLogin{
    width: 265px;
    margin: 110px auto 30px auto;
}
#frmLogin label {
        font-weight: bold;
}
#frmLogin label:last-child {
    color: #008F51 !important;
    text-align: right;
    cursor: pointer;
}
#frmLogin label:last-child:hover {
    color: #000 !important;
        text-decoration: underline;
}
#frmLogin fieldset{
    padding: 0 15px 15px 15px;
        border: 1px solid #008F51;
}
#frmLogin legend{
    font-size: 150%;
    padding: 10px;
}
#frmLogin .boton{
    display: block;
    float: right;
    margin: 10px 0 0 0;
}
#frmLogin input{
    margin: 0 0 10px 0;
}
#cntAlta{
    width: 290px;
    margin: 10px auto 0 auto;
}


/* RECUPERAR
 ---------------------------------------------------------------------------- */
#frmRecupera{
    width: 265px;
    margin: 10px auto 30px auto;
}
#frmRecupera fieldset{
    padding: 0 15px 15px 15px;
    width: 294px;
        border: 1px solid #008F51;
}
#frmRecupera legend{
    font-size: 150%;
    padding: 10px;
}
#frmRecupera .boton{
    display: block;
    float: right;
    margin: 10px 0 0 0;
}
#frmRecupera input{
    margin: 0 0 10px 0;
}
#cntAlta{
    width: 290px;
    margin: 10px auto 0 auto;
}
#frmRecupera legend {
    color: #008F51;
}

.box {
    transition: opacity 0.5s linear;
    transform:translate(0);
    opacity: 1;
}
.hidden {
    transform:translate(9999px);
    opacity: 0;
}
