

.dataTables_scrollBody::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* Track */
.dataTables_scrollBody::-webkit-scrollbar-track {

	border-radius: 10px;
	background: lightgrey;
}

.dataTables_scrollBody::-webkit-scrollbar-track:hover {

	border-radius: 10px;
	background: black;
}

/* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
	background: #f09;
	border-radius: 5px;
}

/* Handle on hover */
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
	background: #f09;
}

#actividades_filter input {

	font-size: 16;
	//float: left;
	max-height: 20;
	display: block;
}

input,
texarea,
select,
date {

	font-size: 16;

	height: auto;
	padding: 5;

}

#ultima_actividad {
	float: inherit;
	margin: auto;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;

	border: thin;
	border-color: #FFE0C1;
	border-style: outset;
	border-radius: 10px;

	min-width: 300px;
	max-width: 768px;


	background-image: linear-gradient(to bottom, #A5C5FA, transparent 99%), linear-gradient(to top, #A5C5FA, transparent 99%);
}

.hijo4 {

	display: inline-block;

	//width: 23vw;

	margin: 5px;
}

.hijo5 {

	display: inline-block;

	width: 23vw;

	margin: 5px;
}

label {
	color: #123;
	width: 100;
	display: inline-block;
	text-align: left;
	float: left;
}

.unidad {

	padding-left: 10;

	display: inline-block;
	float: left;
	color: #123;
}

textarea,
input,
select {

	display: inline-block;

	border: 1px solid #123;
	border-radius: 5px;

	padding: 5px;
	text-align: center;
	width: 150;
	height: 45;

	float: left;

	cursor: pointer;

}

select:hover {
	border-color: #ff0099;
	background-color: #123;
	color: white;
}

input:hover {
	border-color: #ff0099;
	background-color: #123;
	color: white;
}

textarea:hover {
	border-color: #ff0099;
	background-color: #123;
	color: white;
}

tr:nth-child(even) {
	background-color: #FFCCFF;

}

tr:nth-child(odd) {
	background-color: #F8F9F9;
}

th {
	background-image: linear-gradient(to bottom, #282828, transparent 99%), linear-gradient(to top, #282828, transparent 99%);
	text-align: center;
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size-adjust: ;
	color: ghostwhite;

}

#cuerpo2 {

	font-family: 'Comic Sans', sans-serif;
	color: #00366C;
	font-size: 20px;
	min-width: 320px;
	max-width: 90%;
	margin: auto;
	text-align: left;
	height: 80%;
	padding: 5px;
	overflow-y: auto;


}

#cuerpo2::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* Track */
#cuerpo2::-webkit-scrollbar-track {

	border-radius: 5px;
	background: white;
}

#cuerpo2::-webkit-scrollbar-track:hover {

	border-radius: 10px;
	background: black;
}

/* Handle */
#cuerpo2::-webkit-scrollbar-thumb {
	background: #f09;
	border-radius: 5px;
}

/* Handle on hover */
#cuerpo2::-webkit-scrollbar-thumb:hover {
	background: #f09;
}



@media (max-width: 700px) {

	.hijo5 {

		width: 370;
	}

	textarea,
	input,
	select {

		font-size: 14;
	}

	label {

		font-size: 14;
		width: 100;
	}

	.unidad {

		padding-left: 10;
		font-size: 14;
		display: inline-block;
		float: left;
	}

	table {

		font-size: 12;

	}

	#cuerpo2 {
		overflow-x: hidden;
		
	}

	.display_no {
		display: none;
	}

}

#num_actividad{
	
	max-width:100px;
    float: left;
	
	background-color:#f09; 
	color:#FFF; 
	text-align:center
}


@media (max-width: 400px) {

	.hijo5 {

		width: 370;
	}

	textarea,
	input,
	select {

		width: 170;
		font-size: 14;
	}
}
