@charset "UTF-8";
/**=============================================================================
 *
 *	Filename: erp_login.css
 *	
 *	(c)Autor: Jose Alcivar
 *	
 *	Description: Estilos del documento
 *	
 *	Licence: GPL|LGPL
 *	
 *===========================================================================**/
a { outline: none; }
*{
	font-size:12px;
}
html,body{
	margin:0;
	padding:0;
}
body{
    font-family:verdana,helvetica,arial,sans-serif;
	background-color:#2CA1D3;// #728EAA;
	text-align:center;
	font-size: 13px;
	color: #777;
	letter-spacing: 0px;
	word-spacing: 0.08em;
	line-height: 13px;
	/*filter: alpha(opacity=100);
	opacity: 1.0;*/
}
.tablef{
	background-color:#2CA1D3;//#728EAA;
	}
h1 {	font-weight: normal; font-size: 20pt; color: #000066; 
line-height: 35px;
			 }

h3{
	font-size:20px;
	font-weight:bold;
	margin:12px 0;
	line-height: 25px;
}
h4{
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	margin:10px 0;
	line-height: 20px;
}
h5{
	font-size:14px;
	font-weight:bold;
	color:#990000;
	margin:5px 0;
	line-height: 16px;
}

.barrasuperior1{
	background-color:#333;
	height:70px;
	z-index:2000;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height: 30px;
	
}
.mbarrasuperior1{
	background-color:#333;
	height:50px;
	z-index:2000;
}
.barrasuperior2xx{
	background: -moz-linear-gradient(bottom, #C0C0C0, #728EAA  5px);
   	background: -ms-linear-gradient(bottom, #C0C0C0, #728EAA  5px);
   	background: -webkit-linear-gradient(bottom, #C0C0C0, #728EAA  5px);
   	background: -o-linear-gradient(bottom, #C0C0C0, #728EAA  5px);
	background: linear-gradient(bottom, #C0C0C0 , #728EAA  5px);
	height:30px;
	z-index:2000;
}
.barrasuperior2{
	background-color:#333;
	height:45px;
	z-index:2000;
	color:#FFF;
	font-size:15px;
	text-align:center;
	line-height: 18px;
}



.barrasuperior3{
	background-image:url('../images/erp/shadow.png');
	height:25px;
}

#loginallContent{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
  
}
.loginBlock{
	display: block;
    width: 300px;
	border: 1px solid #eaeaea;
	padding:15px;
  
	
	background-color: #fafafa;
	
	border-radius: 8em 3em 8em 3em ;
	-webkit-border-radius: 8em 3em 8em 3em ;
	-moz-border-radius: 8em 3em 8em 3em ;
	-ms-border-radius: 8em 3em 8em 3em ;
	-o-border-radius: 8em 3em 8em 3em ;
	
	box-shadow: 8px 8px 0 #646e7c;
	-webkit-box-shadow: 8px 8px 0 #646e7c;
    -moz-box-shadow: 8px 8px 0 #646e7c;
	-ms-box-shadow: 8px 8px 0 #646e7c;
    -o-box-shadow: 8px 8px 0 #646e7c;
} 
/*
.loginBlock form input[type=text], .loginBlock form input[type=password]{
	display: inline-block;
	margin: 5px;
	border: 1px solid #dadada;
	background-color: #eaeaea;
	padding: 2px;
	color: #404040;
	width: 200px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.loginBlock form button{
	display: inline-block;
	margin: 5px;
	border: 1px solid #dadada;
	background-color: #eaeaea;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #404040;
	border-radius: 3px ;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}*/
/*#login_username
{
    background-image: url('../images/login/login_usuario.png');
    background-position: 1px center;
    background-repeat: no-repeat;
    padding:0 0 0 30px;
	height:25px;
}

#login_userpass
{
    background-image: url('../images/login/login_clave.png');
    background-position: 1px center;
    background-repeat: no-repeat;
    padding:0 0 0 30px;
	height:25px;
}
#login_idempresa
{
    background-image: url('themes/icons/empresa-mini.png');
    background-position: 1px center;
    background-repeat: no-repeat;
    padding:0 0 0 30px;
	height:25px;
}*/

/*#login_sucursal
{
    background-image: url('login/login_sucursal.png');
    background-position: 1px center;
    background-repeat: no-repeat;
    padding:0 0 0 30px;
	height:45px;
	width:220px;
}*/


.session_on{
	display: block;
	text-align: right;
}
.loginfooter {
	padding:10px;
	font-size:10px;
	text-align:center;
	
}
.version {
	color:#333;
	z-index:2000;
	position:fixed;
	width: 30px;
	color:#FFF;
	margin-left:0px;
	margin-top:0px;
  
}

#div-borderlinea {
	border-top: 5px solid #ccc;
	width:400px;
	height:2px;
}

#div-borderlineavertical {
	border-left: 5px solid #ccc;
	width:4px;
	height:30px;
	float:right;
}

.item-img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
}
.item-text{
	display:inline-block;
	vertical-align:middle;
	padding:3px 0 3px 3px;
}