/**=============================================================================
 *
 *	Filename: erp_login.css
 *	
 *	(c)Autor: Jose Alcivar
 *	
 *	Description: Estilos del documento
 *	
 *	Licence: GPL|LGPL
 *	
 *===========================================================================**/
 #cajalogin{
	background-color:rgba(114,142,170,0.8); 
							border-color:#FFF; border-style: outset; 
                            border-width:3px;width:200px;
                            padding:10px 30px 10px 30px;
                            border: 1px solid #eaeaea;
                            border-radius: 0em 3em 1em 3em ;
                            -webkit-border-radius: 0em 3em 1em 3em ;
                            -moz-border-radius: 0em 3em 1em 3em ;
                            -ms-border-radius:0em 3em 1em 3em ;
                            -o-border-radius: 0em 3em 1em 3em ;
                            box-shadow: 10px 10px 0 #646e7c;
                            -webkit-box-shadow: 10px 10px 0 #646e7c;
                            -moz-box-shadow: 10px 10px 0 #646e7c;
                            -ms-box-shadow: 10px 10px 0 #646e7c;
                            -o-box-shadow: 10px 10px 0 #646e7c;
	}
	#cajaloginz{
	width: 300px;
	margin: 50px auto;
	background-color: rgba(114,142,170,0.7);/*#728EAA;/*#F3EDED;*/
        border: 1px solid #ECE8E8;
	height: 300px;
	border-radius:8px;
	padding: 10px 50px 10px 50px;
}
/*
.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:25px;
	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: 10em 3em 15em 3em ;
	-webkit-border-radius: 10em 3em 15em 3em ;
	-moz-border-radius: 10em 3em 15em 3em ;
	-ms-border-radius: 10em 3em 15em 3em ;
	-o-border-radius: 10em 3em 15em 3em ;
	
	box-shadow: 15px 10px 0 #646e7c;
	-webkit-box-shadow: 15px 10px 0 #646e7c;
    -moz-box-shadow: 15px 10px 0 #646e7c;
	-ms-box-shadow: 15px 10px 0 #646e7c;
    -o-box-shadow: 15px 10px 0 #646e7c;
} 



.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;
}*/
.xnavbar-left {
  float: left;
  width:250px;
   border:solid 1px;
}
.xnavbar-right {
  float: right;
   width:300px;
   border:solid 1px;

}
@media only screen and (max-width: 830px) {

		#navbar-1{
		display: none;
	}
	#navbar-2{
		display: none;
	}


	
}