@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0;
	line-height:1.3;
	height: 100%; 
	font-family: 'Roboto';
	/*background:#f5f9fc;*/
	background:#fff;
	
}


.header{
	width:100%;
	height:71px;
	/*background-color:#bad8f4;*/
	margin:0 auto;
	float:left;
	border: 0;
    border-bottom: 1px solid #ccc;
	overflow: hidden;
	/*background:#f3c9a1;
	background-image: linear-gradient(to right, #ffad23 , #ff4cb0);
	background-image: linear-gradient(to right, #263997 , #fdb813);*/
	background-color: #263997;
	}


.sidebar {
  height: 100%;
  width: 5%;
 
  z-index: 1;

 background-color: #263997;
  /* overflow: scroll;
  background-image: linear-gradient(to bottom, #ffad23 , #ff4cb0);*/
  
  color:#FFF;
  float:left;
 
}


.sidebar a  {
  color:#FFF;
  padding-bottom:40px;
  padding-top:40px;
  color: #fff;
  display: block;
  border: none;
  background: none;
 /* cursor: pointer;*/
  outline: none;

}


.sidebar a:hover {

  background-color: #fffccf;
  color: #263997;
  width:100%;
  height:auto !important;
}

.sidebar a.active {

  background-color: #ffc721;
  color: #263997;
  width:100%;
  height:auto !important;
}

#conteiner{min-height:100%; }
 
.content {
	float:right;
	height: 100% !important;
	width:95%;
	position:relative;
}

	
.lado1h{
	padding-left:10px;
	width:48%;
	float:left;
	margin:0 auto;
	height:auto !important;
}

.lado2h{
	padding-top:20px;
	width:20%;
	float:left;
	margin:0 auto;
	height:auto !important;
}

.lado3h{
	padding-top:20px;
	width:50%;
	float:right;
	margin:0 auto;
	height:auto !important;
	color:#FFF;
}


	
	
.dentroheader{
	width:90%;
	height:auto !important;
	margin:0 auto;
}

.resto1{
	width:10%;
	height:82px;
	margin:0 auto;
	display:none;
	
}

.resto2{
	padding-top:30px;
	width:10%;
	height:auto !important ;
	margin:0 auto;
	padding-bottom:20px;

	
}

.logout{
	width:10%;
	float:right;
	margin:0 auto;

}


.resto1 a.icon {
  display: none;
  color: black;
}

.logoutnvo{
	width:50%;
	height:auto !important;
	margin:0 auto;
	float:right;
}

.logoutnvo1{
	width:50%;
	float:left;
}

.logoutnvo2{
	padding-top:12px;
	width:50%;
	float:right;
}

.lgo1{
	width:100%;
	margin:0 auto;
	height:auto !important;
}

.lgo2{
	width:100%;
	margin:0 auto;
	height:auto !important;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size:11px;
}

th {
	color:#100146;
	/*background-color:#273238;*/
	font-size:14px;
}
tr {
	color:#100146;
	background-color:#fff;
}


th, td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/*tr:hover {background-color:#655f7a;}

tr:nth-child(even) {background-color: #f2f2fc;
 }*/

.editodo{
	width:98%;
	height:auto !important;
	margin:0 auto;
	
}

.edi_l2{
	float:left;
	width:48%;
	margin:0 auto;
	height:auto !important;
	border-radius: 10px;
	background-color: #fff;
	border:1px solid #f5f6f9;
	margin: 0 auto;
	margin-right:10px;
	margin-bottom:10px;
	overflow:scroll;
	display: inline-block;	
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19); 
}
.edi_l2b{
	float:left;
	width:48%;
	margin:0 auto;
	height:auto !important;
	border-radius: 10px;
	background-color: #fff;
	border:1px solid #f5f6f9;
	margin: 0 auto;
	margin-right:10px;
	margin-bottom:10px;
	overflow:scroll;
	display: inline-block;	
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19); 
}

.edi_l2c{
	float:right;
	width:48%;
	margin:0 auto;
	height:auto !important;
	border-radius: 10px;
	background-color: #fff;
	border:1px solid #f5f6f9;
	margin: 0 auto;
	margin-right:10px;
	margin-bottom:10px;
	overflow:scroll;
	display: inline-block;	
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19); 
}


.edi_l3{
	float:left;
	width:60%;
	margin:0 auto;
	height:auto !important;
	border-radius: 10px;
	background-color: #fff;
	border:1px solid #f5f6f9;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
	margin: 0 auto;
	margin-right:10px;
	margin-bottom:10px;
	overflow:scroll;
	display: inline-block;	 
}

.dentroedi{
	width:95%;
	margin:0 auto;
	color:#000;
	line-height:20px;
	letter-spacing:inherit;
}


input[type=text], select {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto';
  color:#100146;
  border: 0;
  border-bottom: 1px solid #ccc;
  outline: 0;
  background:none;
}

input[type=email], select {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  /*0a3782*/
  font-family: 'Roboto';
  color:#100146;
  border: 0;
  border-bottom: 1px solid #ccc;
  outline: 0;
  background:none;
}

input[type=password], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  /*0a3782*/
  font-family: 'Roboto';
  color:#2a3a70;
}


input[type=submit] {
  width: 30%;
  background-color: #c9ca63;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float:right;
  font-family: 'Roboto';
}


input[type=text2], select {
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  /*0a3782*/
  font-family: 'Roboto';
}

input[type=date] {
   width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto';
}



input[type=time], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Roboto';
  /*0a3782*/
}




textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  resize: none;
  margin: 8px 0;
  font-family: 'Roboto';
}



.botonespro{
	margin:0 auto;
	width:100%;
	height:auto !important;
}

.btnp1{
	width:50%;
	float:left;
}

.btnp2{
	width:50%;
	float:right;
}

.todo_l3{	
	width:50%;
	height:auto !important;
	min-height:200px;

	border-radius: 10px;
	
	border:1px solid #f5f6f9;
	margin: 0 auto;
	
}

.submit2 {
  width: 80%;
  background-color: #fdb813;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
  font-family: 'Roboto';
  
}

.submit2b{
  
  color: #9e9e9e;
  width: 10%;
  background-color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
  font-family: 'Roboto';
  font-size:16px;
}



.submit3 {
  width: 30%;
  background-color: #d80b35;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
  font-family: 'Roboto';
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}

.submit5 {
  width: 20%;
  background-color: #100146;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
  font-size:14px;
}

.submit6 {

  
  width: 30%;
  background-color: #ff8b26;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
  font-family: 'Roboto';
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}

.submit7 {
 
  background-color: #a0e534;
  width: 30%;
  
  color: #100146;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
  font-family: 'Roboto';
  
}

.submit8 {
  width: 30%;
  background-color: #100146;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
  
}


.submit9 {
  width: 30%;
  background-color: #86162c;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
}

.subtitform2{
	font-size:11px;
	color:#9e9e9e;
	line-height:20px;
}

select {
    
 
     height: auto !important;
     
     width: 80%;
	  color:#100146;
  border: 0;
  border-bottom: 1px solid #ccc;
  outline: 0;
  background:none;
  }
  
  select:focus{ outline: none;}
  
  
.cuentas1{
	width:50%;
	float:left;
	margin:0 auto;
	height:50px;
	
}

.cuentas2{
	width:50%;
	float:right;
	margin:0 auto;
	height:50px;
	
}


.titulocuenta{
	font-size:11px;
	color:#9e9e9e;
	
}

hr {
	margin: 40px 0;
	border: 0;
        border-top: 1px solid #9e9e9e;
		
  
      }

.exist{
	font-size:20px;
	line-height:20px;	
}


.sucur{
	float:left;
	width:10%;
	margin:0 auto;
	height:auto !important;
	border-radius: 10px;
	background-color: #fff;
	border:1px solid #f5f6f9;
	margin: 0 auto;
	margin-right:10px;
	margin-bottom:10px;
	overflow:scroll;
	display: inline-block;	
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19); 
}



.subtitform2b{
	font-size:11px;
	color:#000;
	line-height:20px;
	font-size:20px;
	line-height:20px;
}

.sucus{
	width:100%;
	margin:0 auto;
	height:auto !important;
}

.sucus1{
	width:30%;
	float:left;
	margin:0 auto;
}

.sucus2{
	width:66%;
	float:right;
	margin:0 auto;
}


.detsuc1{
	width:48%;
	float:left;
	margin:0 auto;
}

.detsuc2{
	width:48%;
	float:right;
	margin:0 auto;
}

.sucus2{
	width:100%;
	height:auto !important;
	margin:0 auto;
	
	
}

.total1{
	
	
	color:#FFF;
	font-weight:700px;
}

.total2{
	
	color:#FFF;
	font-weight:700px;
	font-size:50px;
}

.total3{
	
	color:#000;
	font-weight:700px;
	font-size:40px;
}

.total1a{
	
	
	color:#000;
	font-weight:700px;
}

.total2a{
	
	color:#000;
	font-weight:700px;
	font-size:50px;
}

.bus1{
	width:95%;
	float:left;
	margin:0 auto;
	height:auto !important;
}

.bus2{
	width:10%;
	float:right;
	margin:0 auto;
	height:auto !important;
	border:1px solid #cad33d;
	background:#FFF;
}



.repo1{
	width:20%;
	float:left;
	margin:0 auto;
	height:auto !important;	
}

.meses{
 	width:93%;
	height:120px;
	margin:0 auto;
	float:left;
	border-radius: 10px;
	background-color: #fff;
	border:1px solid #f5f6f9;
	margin: 0 auto;
	margin-right:10px;
	margin-bottom:10px;
	
	display: inline-block;
	font-size:12px;	 
}


.meses1{
	
width:8%;
height:auto !important;
margin:0 auto;
float:left;
}

.meses1 a{
	
color:#0a3782;

}

.meses1 .gris{
	
color:#ffad23;

}


.cuadrosucural{
	width:150px;
	height:auto !important;
	float:left;
	margin:0 auto;
	border-radius: 10px;
	background-color: #fff;
	border: 3px solid #fff;
	margin-right:2%;
	display: inline-block;	
	/*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19); */
}

.cuadrosucural:hover { 
 
display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  border: 3px solid #fdb813;
}

@media screen and (max-width: 1280px) {
	
	.resto2{ 
display:none;
}
 .sidebar {
    width: 100%;
    height: auto !important;
    position: relative;
	float:left;
	  }
  
  div.content {margin-left: 0;}	
 .logoutnvo2{
	 display:none;
 }
	
	
   .content {
 width:95%;
 position:relative;
 height:90% !important;

  
}

.header{
	
	width:100%;
	height:auto !important;
	background-color:#fff;
	margin:0 auto;
	border: 0;
   

}

.lado2h{
	display:none;
}
	
	 .sidebar a:not(:first-child), .dropdown-btn, .titulomenu, .dropdown-container-usu {display: none;}

  .sidebar .dropdown-btn2{display:none;}

.resto1{ width:100%;

display:block;
}





  .resto1 a.icon {
   
	padding-top:30px;
	

	/*width: 70%;*/
    margin: 0 auto; 
    display: block;
	color: white;
	
	font-weight:300;
    word-spacing: 10pt;
	letter-spacing:2px;
	text-decoration:none;
	
  }
  

  
 
  
  .sidebar.responsive {position: absolute;}
  .sidebar.responsive .icon {
    position: absolute;
	/*float:left;*/
	left:0;
    right: 0;
    top: 0;
	z-index: 3;
  }
  
  
  .sidebar.responsive a  {
    
    display: block;
   /* text-align: left;*/
	
  }
  
  .edi_l2{
	width:95%;
	margin:0 auto;
}

.edi_l2{
	
	width:90%;
	
	
}
.edi_l2b{
	width:90%;
}

.edi_l2c{
	width:90%;
}


.edi_l3{
	width:90%;
}
  
  
.cuentas1{
	width:100%;
	
}

.cuentas2{
	width:100%;
	
}
  
}

.inputfile {
	width: 150px;
	height: 50px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 14px;
    font-weight: 700;
    color: white;
    background-color: #ff8b26;
    display: inline-block;
	width:150px;
	height:30px;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #cad33d;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
 

	  