
@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');

#SIHCO_UCR_header{
	text-align: center;
}
#SIHCO_UCR_wrapper{
	text-align: center;
}
#SIHCO_UCR_wrapper .form-group {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#SIHCO_UCR_wrapper .form-group label{
	font-size: 16px;
}

.SIHCO_UCR_perfil{
	max-width: 1024px;
	margin: 50px auto;
}
.encabezadoDelSistema {
    vertical-align: middle;
    min-height: 40px;
    background-color: #41ade7;
}
.SIHCO_UCR_mod{
	max-width: 320px;
	min-width: 300px;
	height: 150px;
	background-color: #41ade7;
	text-align: center;
	padding-top: 30px;
	color: #fff;
	margin-bottom: 15px;
	font-size: 32px; 
	font-family: 'Indie Flower', cursive;
	cursor: pointer;
	display: inline-block;
}
.SIHCO_UCR_item_horas{
	border: 1px solid #000;
	padding: 0px 15px;
	margin-bottom: 15px;
}
.SIHCO_UCR_item_horas .titulo{
	font-size: 24px;
	font-family: 'Indie Flower', cursive;
	font-weight: bold;
}
.SIHCO_UCR_item_horas span{
	font-size: 16px;
	text-decoration: underline;
	color: blue;
	font-family: initial;
}
.SIHCO_UCR_item_horas .tema{
	font-size: 16px;
	margin-bottom: 5px;
}
.SIHCO_UCR_item_horas .cuando{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.SIHCO_UCR_item_horas p{
	font-size: 12px;
}
.SIHCO_UCR_item_ocultar, .SIHCO_UCR_detalles{
	display: none;
}
.SIHCO_UCR_btn_ins{
	text-align: center; 
	font-weight: bold; 
	padding: 5px; 
	background-color: #41ade7; 
	max-width: 150px; 
	margin: 0 auto 15px auto;
	border-radius: 5px;
	cursor: pointer;
}
.SIHCO_UCR_item_ver, .SIHCO_UCR_item_ocultar{
	font-weight: bold;
}
.help-block{
	font-size: 14px;
}
#SIHCO_UCR_registrar_asistencia{
	
}

.myInput {
  background-image: url('https://www.w3schools.com/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}