* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}



body {
	
	display: flex;
	flex-direction: column;
	align-items: center;

	background-color: #b5e2f0;
}

.swal2-popup {
	font-size: 13px !important;
}

.contenedor_inputs{
	width:100%;
	display: flex;
	flex-direction: column;
	border:1px solid  rgb(76, 76, 190);
	padding:5px;

}


.resultados_busqueda{
	width:100%;
	font-size:14px;
}

.datos_buscados{
	width:100%;
}

.datos_buscados_trash{
	display: flex;
	flex-direction: row;
	width:100%;
	border: 1px solid black;
	background: #a1c3e2;
	padding: 3px;
	margin-bottom: 3px;
}

.trash{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: red;
	padding: 3px 8px 3px 8px;
	color:white;
}
	
.trash:hover{
	background: #45a2ca;
	cursor: pointer;

}

.sub_datos_buscados{
	font-size: 12px;
}

.sub_datos_buscados_tipo_mov{
	width:70%;
	font-size: 14px;
}

.sub_datos_buscados_pesos{
	width:30%;
	font-size: 14px;
	text-align: right;
	margin-right: 3px;

}



.tipo_mov_pesos{
	display: flex;
	flex-direction: row;
	width:100%;
	align-items: center;
}




.saldo_actual{
	width:100%;
	display: flex;
	flex-direction: row;
	border: 1px solid black;
	background-color: white;
	margin-bottom: 5px;
	padding: 5px;
	align-items: center;
}
.saldo_actual_titulo{
	font-size: 14px;
	width: 70%;
}

.saldo_actual_pesos{
	font-size: 14px;
	width: 30%;
	text-align: right;

}
.fa{
	font-size: 17px;
}

h4, h3{
	background-color: rgb(76, 76, 190);
	color: white;
	width:100%;
	text-align: center;
	padding: 3px;
	border-radius: 8px 8px 0px 0px;
}

.cierre_tabla{
	background-color: rgb(76, 76, 190);
	width:100%;
	border-radius: 0px 0px 8px 8px;
	height: 8px;
	margin-bottom: 10px;
}

.styled-select {
    border-radius: 3px;
	border: 1px solid white;
	background-color:transparent;
	height: 42px;
	overflow: hidden;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 5px;
	cursor: pointer;
}

.styled-select select {
   background-color: white;
   border-radius: 3px;
   color:black;
   border: 1px solid grey;
   font-size: 15px;
   font-weight: bold;
   height: 40px;
   padding: 8px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
   
}

.styled-select option{
   background-color: #fff;
   color:black;
   min-height: 3em;
   
}

select:hover {
	text-decoration: none;
  	
}

.mensaje_error, .mensaje_error_no_validar{
	
	font-size: 13px;
	width: 100%;
	color:red;
	font-weight: bolder;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 10px;
	display:none;
}

.botones{
	width:100%;
	display:flex;
	flex-direction: row;
	justify-content: center;

}

.input_pesos_abonar{
	width: 80%;
	text-align: right;
	padding:2px;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
	
}
