/******************
	MENU LATERAL
******************/
.sidebar {
    position: fixed;
    height: 100%;
    width: 0;
    z-index: 1;
    background-color: #00324b;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 2rem 0;
    box-sizing:border-box;
    font-variant: all-small-caps;
}

.sidebar .boton-cerrar {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    display: block;
    padding: 0;
    line-height: 1.5rem;
    margin: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
}

.sidebar ul, .sidebar li{
    margin:0;
    padding:0;
    list-style:none inside;
}

.sidebar ul {
/*     margin: 4rem auto; */
    display: block;
    width: 80%;
    min-width:200px;
}

.sidebar a {
    display: block;
    font-size: 120%;
    color: #eee;
    text-decoration: none;
    
}

.sidebar a:hover{
    color:#fff;
    background-color: #f90;

}

h1 {
    color:#f90;
    font-size:180%;
    font-weight:normal;
}
label[for="abrir-cerrar"] {
    cursor:pointer;
/*     padding: 1rem; */
    color:#fff;
    width:100%;
    margin: 0;
}

#labelMenu {
    transition: margin-left .4s;
    paddding-left:1rem;
    background-color: #333;
    top: 0;
}

.menu_bar {
	display:none;
}
 
 ul li a span {
	margin-right:10px;
}
 
  ul li .children {
	display: none;
	background:#011826;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
  ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
  ul li .children li a {
	display: block;
}
 
  ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

.abrir-cerrar {
    color: #2E88C7;
    font-size:1.7rem;  
}

#abrir {
     display:inline;
}
#cerrar {
    display:none;
}

.hora {
    color:#fff;
    float: right;
    font-size: small;
    margin-right:1rem;
}
#contenido {
    transition: margin-left .4s;
    padding: 1rem;
    padding-top: 1rem;
}

.ttlAgrupacion {
    color: #787875;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

.fondoGris{
	background-color: #eaeaea;
}
.alinear {
    margin-left: 2rem;
}

.sizeInput75{
	width:75%
}
.sizeInput90{
	width:90%
}
.sizeInput100{
	width:100%
}

/* Style the submit button */
.marginLeft {
margin-left: 7px;
}

/* Style the submit button */
.imprimir {
  background-color: #52627b;
  color: white;
  padding: 6px 20px;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  font-size: small;
  font-weight: lighter;
}

/* Style the container */

.col-5 {
  float: left;
  width: 5%;
  margin-top: 6px;
}

.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
}

.col-15 {
  float: left;
  width: 15%;
  margin-top: 6px;
}

.col-20 {
  float: left;
  width: 20%;
  margin-top: 6px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-30 {
  float: left;
  width: 30%;
  margin-top: 6px;
}
.col-30fecha {
  float: left;
  width: 30%;
  margin-top: 6px;
}
.col-35 {
  float: left;
  width: 35%;
  margin-top: 6px;
}

.col-40 {
  float: left;
  width: 40%;
  margin-top: 6px;
}

.col-45 {
  float: left;
  width: 45%;
  margin-top: 6px;
}

.col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
.col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.tituloListado {
	TEXT-ALIGN: left; 
	LINE-HEIGHT: 18px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	COLOR: #787875; 
	FONT-SIZE: 12px; 
	VERTICAL-ALIGN: middle;
	font-weight: bold;
	margin-top: 10px;
}
 
@media screen and (max-width: 3800px) {
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#E6344A;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	  .sidebar ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	  .sidebarul li a {
		display: block;
	}
 
	  .sidebarul li:hover .children {
		display: none;
	}
 
	  .sidebar ul li .children {
		width: 100%;
		position: relative;
	}
 
	  .sidebar ul li .children li a {
/* 		margin-left:20px; */
	}
 
	  .sidebar ul li .caret {
		float: right;
	}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.fondo_login_form{
	width: 100%;
    margin-top: 0;
	}
  .col-5 {
    width: 20%;
    margin-top: 0;
  }
  .col-10 {
    width: 20%;
    margin-top: 0;
  }
  .col-20 {
    width: 100%;
    margin-top: 0;
  }
  .col-20fecha {
   float: left;
   width: 15%;
   margin-top: 6px;
  }
  .col-25 {
    width: 100%;
    margin-top: 0;
  }
  .col-30 {
	  float: left;
	  width: 100%;
	  margin-top: 6px;
   }  
  .col-45 {
    width: 100%;
    margin-top: 0;
  }
  .col-40 {
    width: 100%;
    margin-top: 0;
  }
  .col-50 {
    width: 100%;
    margin-top: 0;
  }
  
  .sizeInput75{
	width:100%
	}
}
