/*****SLIDING MENU PANEL STYLESHEET*****/
/*****BY: AMIT JAKHU*****/
/*****WWW.AMITJAKHU.COM*****/

/*****FONTS*****/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700italic,700,300italic,300|Acme); /* Acme font is required for .arrow */

/*****END FONTS*****/

/*****DEMO ONLY*****/

::selection {
	color: #fff;
	background: #009A44;
}

::-moz-selection {
	color: #fff;
	background: #009A44;
}

* {
	margin: 0;
	padding: 0;

}

body {
	background: #ffffff;
	font: normal 400 12px Arial;
	color: #464851;
}

h1 {
	font: normal 600 38px Arial;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	margin-bottom: 30px;
}

p {
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	margin-bottom: 20px;
}

strong {
	font-weight: 700;
}
.wrapper-login {
	background: #483091;
	border: 1px solid #fff;
	width: 600px;
	margin: 0 auto;
	clear: both;	

}
.wrapper-login .logo{
height:100%;
width:60%;
background:url(../images/logo_cl.png) center no-repeat  ;
float:left
}
.wrapper-login .formu{
height:100%;
width:40%;
float:left;
background:#FFFFFF;
padding:20px;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}
.wrapper-login .formu .it{
background:url(../images/logo-blue-s.png) left no-repeat   ;
background-size: 60px;
height:60px;
}
.formu .glyphicon{ color:#F47921}
.wrapper-login h1 { font-size:30px;}



.wrapper-login h2 {
	font: normal 600 16px Arial;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);

}
.wrapper-login input[type='text']
{
	border:#CCCCCC 1px solid;
	height:26px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left:2px;
	padding-right:2px;
	text-transform:uppercase;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  width:100%;
		  font-size:12px;
		  font-weight:bold;
		  color: #464851;
		  
	
	
}
.wrapper-login input[type='password']
{
	border:#CCCCCC 1px solid;
	height:26px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding-left:2px;
	padding-right:2px;	
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
		  width:100%;
		  color: #464851;
}

.wrapper-login .error
{
color: #464851;
font-weight:bold;
background:url(../images/Error.png) no-repeat;
font-size:13px;
padding-left:20px;
padding-bottom:2px;

}
/*
.wrapper-login h1,.wrapper-login p{ padding-left:40px}
#divlogueotop
{
height:14px;
background:#325370;
width:94%; 
padding-left:40px;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}
#divlogueo{ padding-left:40px;
 width:94%; height:130px; padding-top:15px; background:url(../images/login2.jpg) center right no-repeat #325370;
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
}

#divlogueo table{
margin-left:20px;
color:#FFFFFF;
}
*/
.wrapper {
	background: #f3f3f3;
	border: 1px solid #fff;
	width: 520px;
	padding: 40px 40px;
	margin: 0 auto;
	clear: both;	
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#menu, #menu .arrow, #menu nav a {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}



#menu {

	background: #F3F3F3;
	/*background: #2B549C;*/

	width: 230px;
	padding-left:0px;
	padding-top:10px;

	position: fixed;
	z-index: 100;
	
	box-shadow: 1px 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.25);
}


#menu .imglogo{
display:block;margin:auto; padding-bottom:10px;
}

#menu .imglogocliente{
display:block;margin:auto; padding-bottom:10px; padding-top:10px; width:224px;
}

#menu .datalogocliente{
margin-top:10px;
width:230px;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    padding: 10px;
     text-align:center; font-size:11px; font-weight:bold; color: #ffff; background:#483091;
	 text-shadow: 2px 2px 2px #4A4A4A;
	 border-bottom:#FFFFFF 1px solid;
	 
}
#menu .search  .glyphicon.lg {font-size:12px;}
#menu .search .button .glyphicon.lg {font-size:12px; color: #fffff}
#menu .search{
	/*background: #1D8950;*/
	
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
  	
	height:124px;
	margin-bottom:10px;
	padding: 8px 8px 8px 8px;
	font-size:15px;
	text-align:center;
}
#menu input[type='text']
{
	border:#CCCCCC 1px solid;
	height:18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left:2px;
	padding-right:2px;
	color:#000066;
	font-weight:bold;
	text-align:center;
	
}
#menu .search .text{
color:#333333;
margin-bottom:10px;
}
#menu .search .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited{
 background-color: #483091;
}
#menu .search .number{
margin-bottom:18px;

}
#menu .search .number .serie{
 width:50px; height:24px;
}
#menu .search .number .nro{
 width:90px;height:24px;
}

.wrapperCentro {
	background: #f3f3f3;
	border: 1px solid #fff;
	width: 520px;
	clear: both;	
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
   position: absolute;
   
   
   /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
	
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);	
		
	margin:auto;
	padding:5px;	
}


/*.wrapperCentro.fullscreen {
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0 ;
	-webkit-box-shadow: 0 0 0;
	padding:0px;
	background:#FFFFFF;

	position:relative;
    left: 0%;
    top: 0%;	
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);	
	
}

*/
.wrapperCentrofullscreen .filter{
position:absolute;

width:100%
}
.wrapperCentrofullscreen .datos
{

padding-left:20px;
padding-right:20px;
width:100%;
height:100%;padding-top:120px;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}
.wrapperCentrofullscreen .datos .deta
{
height:100%; padding-bottom:38px; -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapperCentrofullscreen .datos .pag
{
height:26px; margin-top:-38px; padding-top:10px;
}
.wrapperCentrofullscreen .bordesn
{
margin-left:20px;
margin-right:20px;


}
.wrapperCentro h2,.wrapperCentrofullscreen h2{
font-size:13px;
border-bottom:1px solid  #333333;

color:#FFFFFF;
padding:4px;
padding-left:7px;
margin:0px;
margin-bottom:10px;

  background: #483091;


}
.wrapperCentro p.copyright {
position:absolute; bottom:0px;
}	

.wrapperCentro .glyphicon.lg {font-size:18px; color: #F47921}
.wrapperCentro .glyphicon {font-size:14px; color: #F47921}

.wrapperCentrofullscreen .glyphicon.lg {font-size:18px; color: #F47921}
.wrapperCentrofullscreen .glyphicon {font-size:14px; color: #F47921}



.wrapperCentrofullscreen input[type='text'],.wrapperCentro input[type='text'],.wrapperCentro input[type='password']
{
	border:#CCCCCC 1px solid;
	height:18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left:2px;
	padding-right:2px;
	text-transform:uppercase;
	font-size:11px;
	
}
.wrapperCentrofullscreen input[type='text']:read-only,.wrapperCentro input[type='text']:read-only {
 background-color: #F2F2F2;
}
.wrapperCentrofullscreen input[type='text']:disabled ,.wrapperCentro input[type='text']:disabled  {
 background-color: #F2F2F2;
}


.wrapperCentrofullscreen input[type='text']:-moz-read-only,.wrapperCentro input[type='text']:-moz-read-only {
 background-color: #F2F2F2;
}



.wrapperCentrofullscreen select,.wrapperCentro  select {
    border:#CCCCCC 1px solid;
	height:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
		font-size:11px;
}
.wrapperCentrofullscreen select:disabled,.wrapperCentro  select:disabled {
 background-color: #F2F2F2;
}






.wrapperCentrofullscreen textarea ,.wrapperCentro textarea 
{
	border:#CCCCCC 1px solid;
	height:18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left:2px;
	padding-right:2px;
	text-transform:uppercase;
	font-size:11px;
	padding:2px;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;		
}
.wrapperCentrofullscreen textarea:read-only,.wrapperCentro textarea :read-only {
 background-color: #F2F2F2;
}
.wrapperCentrofullscreen textarea:disabled ,.wrapperCentro textarea :disabled  {
 background-color: #F2F2F2;
}

.wrapperCentrofullscreen textarea:-moz-read-only,.wrapperCentro textarea:-moz-read-only {
 background-color: #F2F2F2;
}


.wrapperCentro .btn-default,
.wrapperCentro .btn-default:hover,
.wrapperCentro .btn-default:active,
.wrapperCentro .btn-defaultvisited,
.wrapperCentro .btn-default:focus {
    border-color: #1F4E78;
}	

.wrapperCentrofullscreen .btn-default,
.wrapperCentrofullscreen .btn-default:hover,
.wrapperCentrofullscreen .btn-default:active,
.wrapperCentrofullscreen .btn-defaultvisited,
.wrapperCentrofullscreen .btn-default:focus {
    border-color: #1F4E78;
}	




.wrapperCentro .separacion {
 margin-top:10px;
}  


.wrapperCentro .formu input[type='text'],.wrapperCentro .formu select{
font-size:11px;
font-weight:600;
color:#464851;

}

.wrapperCentro .formu-ord input[type='text'],.wrapperCentro .formu-ord select{
font-size:11px;
font-weight:400;
color:#464851;
height:20px;
}

.wrapperCentro .formu-ord input[type='text'].font-blue{
color:#003366;
font-weight:bold;

}


.wrapperCentro.t20 input[type='text']
{
	height:20px;	
}
.wrapperCentro.t20  select { 
	height:22px;
	
}


.wrapperCentro.t22 input[type='text'],.wrapperCentrofullscreen.t22 input[type='text']
{
	height:22px;	
}
.wrapperCentro.t22 input[type='password'],.wrapperCentrofullscreen.t22 input[type='password']
{
	height:22px;	
}
.wrapperCentro.t22  select,.wrapperCentrofullscreen.t22  select { 
	height:24px;
	
}
.wrapperCentrofullscreen.t22  select { 
	height:22px;
	
}
.bordesn {

	border: 1px solid #fff;


	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top:5px;
	padding-bottom:5px;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;		


}
.box {
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}



.bordesn table div.fil {
display:inline-block; vertical-align:top;
}
.bordesn table{
 margin:auto;
}		

.bordesn .grilla table {
 margin:0;
} 
.bordesn.grilla table {
 margin:0;
}   
.footer-datos{ position: fixed; bottom:0; width:100%; background-color:#f5f5f5; padding:5px 0; z-index:10;
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
	font-weight:400;

}






/* class tabla 1*/

.tblresult a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.tblresult a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.tblresult a:active,
.tblresult a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.tblresult {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	
	background:#eaebec;
	margin: auto;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	
	border-bottom: 2px solid #1D8950;
}
.tblresult tfoot{border-top: 2px solid #1D8950; font-weight: bold}
.tblresult th {
	padding:10px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.tblresult th:first-child {
	text-align: left;
	padding-left:10px;
}
.tblresult tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.tblresult tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.tblresult tr {

	padding-left:10px;
}
.tblresult td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
.tblresult td {
	padding:8px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.tblresult tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.tblresult tr:last-child td {
	border-bottom:0;
}
.tblresult tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.tblresult tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.tblresult tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


.tblDeta td { 
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 4px;
	font-weight:bold;
}
.tblDeta  tr:nth-child(odd) td.f1 {
    background-color: #F8F8F8;
}

.tblDeta tr:nth-child(even) td.f1 {
    background-color: #ffffff;
}