@charset "utf-8";
/* CSS Document */

/*PARA OCULTAR EL ICONO DEL CALENDARIO EN EL INPUT DATE*/
/*COMENTARLO DE MOMENTO*/
/*
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
*/

/*QUITAR ESTILO PREDEFINIDOS DE LOS BOTONES EN IOS*/
input[type="button"], input[type="submit"] {
	-webkit-appearance:none;
	-moz-appearance:none;
}

/*PARA OCULTAR EL INPUT FILE*/
input[type="file"] {
	display:none;
}

input[type="checkbox"] {
	width:30px;
	height:30px;
}

.recordar {
	width:800px;
	float:left;
	/*margin-top:20px;
	margin-left:100px;
	margin-bottom:30px;*/
}

.recordar input[type="checkbox"] {
	float:left;
	width:25px;
	height:25px;
	margin-right:10px;
}

.textorecordar
{
	color: #7777777;
	/*font-size: 12px;*/
	width: 100px;
	float:left;
	margin-top: 3px;
}

.contenedor {
	margin-right: auto;
	margin-left: auto;
	float:none;
	width:666px;
	font-family:Verdana, Geneva, sans-serif;
	color: #777;
	font-weight: normal;
}

.encabezado {
	padding:13px;
	width:640px;
}

.logo, .img_encabezado {
	display:block;
	margin-right: auto;
	margin-left: auto;
	float:none;
}

.img_encabezado {
	width:150px;
}

/*PARA EL TITULO DE ENCABEZADO*/
.titulo_encabezado {
	width:100%;
	color:#777777;
	font-size:38px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.linea_naranja {
	border-left: 10px solid #ff560b;
	width:640px;
	padding-left:7px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.contenido {
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	border: 2px solid grey;
	width:607px;
	padding-left:5px;
	padding-right:5px;
	padding-top:20px;
	padding-bottom:20px;
}

/*PARA EL LISTADO DE CONTRATOS*/
.tabla_contratos {
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	font-size:18px;
	color:#FFF;
	text-align:left;
	/*width:580px;*/
	width:605px;
}

.tabla_contratos .celda {
	padding:5px;
	margin:5px;
	border-radius:10px;
	height:45px;
	overflow:hidden;
	float:left;
}

.tabla_contratos .celda a {
	float:left;
	text-align:center;
}

.tabla_contratos .color_celda_gris {
	background:#999;
}

.tabla_contratos .color_celda_verde {
	background:#04aa6d;
}

/*BOTONES QUE HAY DEBAJO DE CADA FORMACIÓN (LISTADO FORMACIOENS)*/
.tabla_contratos .celda .botones {
	width:165px;
	float:left;
}

/*BOTON DE BORRAR CON LA X*/
.boton_borrar {
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:700;
	font-size:32px;
	height:30px;
	text-align:center;
	padding:0px;
	line-height:20px;
	width:40px;
	display:block;
	cursor:pointer;
	margin-top:12px;
}

/*FORMATO DEL LABEL*/
.etiqueta_input {
	float:left;
	margin-bottom:5px;
	font-size:18px;
	font-weight:700;
	color:#666;
	padding-left:5px;
}

/*FORMATO DEL INPUT*/
.input_text {
	height:36px;
	border-radius:18px;
	padding:5px;
	border:1px solid #767676;
}

/*ALTURA DE LOS SELECTS*/
select {
	height:49px !important;
	cursor:pointer;
}

/*EL DIV CON EL INPUT*/
.inputs {
	float:left;
	margin-bottom:10px;
	margin-left:20px;
}

.inputs .input_text, .inputs .imagen {
	width:inherit;
}

.boton_guardar {
	background:#093;
}

.boton_cancelar {
	background:#999;
}

.boton_guardar, .boton_cancelar {
	border:none;
	border-radius:25px;
	color:white;
	font-weight:700;
	font-size:32px;
	width:250px;
	height:50px;
	text-align:center;
	line-height:50px;
	padding:0px;
	float:left;
	margin-left:30px;
	margin-top:20px;
	cursor:pointer;
}

/*FORMATO DEL LOS ICONOS EN EL LISTADO*/
.iconos_listado {
	margin-top:10px;
}

.iconos_listado img {
	float:left;
	margin-left:135px;
	width:100px;
	margin-bottom:30px;
	cursor:pointer;
}

.enlace {
	color:#777777;
	text-decoration:underline;
	font-size:24px;
	cursor:pointer;
	width:auto;
	float:left;
}


/**-----------------------------**/
/**ESTILOS PARA LA SWEET ALERT**/
/**-----------------------------**/
.swal_h2 {
	font-size:36px;
	line-height:45px;
	font-weight:600;
}

.swal_h3 {
	font-size:28px;
	line-height:45px;
	font-weight:600;
	float:left;
	width:100%;
	margin-top:10px;
}

.swal_label {
	margin-top:20px;
	margin-bottom:10px;
	display:block;
	font-size:32px;
	float:left;
	width:100%;
}

.swal_input_text, .input_text {
	font-size:24px;
	height:36px;
	border-radius:18px;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #767676;
}

/*PARA LOS BOTONES DE ACEPTAR Y CANCELAR DE LA SWEETALERT*/
.swal_aceptar, .swal_cancelar, .swal_boton {
	font-size:32px;
	width:200px;
	padding: 10px 32px 10px 32px;
	margin-top:20px;
	color:#ffffff;
	font-weight:700;
	border-radius:3px;
	border:none;
	display:block;
	cursor:pointer;
}

.swal_aceptar_cancelar {
	float:left !important;
	margin-left:60px !important;
}

.swal_aceptar_cancelar_boton {
	float:left !important;
	margin-left:20px !important;
}

.swal_aceptar {
	background:#2b78c1;
	margin-left:auto;
	margin-right:auto;
}

.swal_cancelar {
	background:#999999;
}

.swal_cancelar_solo {
	margin-left:auto;
	margin-right:auto;
}

.swal_boton {
	background:#2b78c1;
}