body {
	background:#f9f9f9;
	font-family:'Open Sans', sans-serif
}

label {
	cursor:pointer
}

label span {
	font-weight:400
}

a {
	display:inline-block
}

h1 small{
	font-size: 55%;
    line-height: 24px;
    display: inline-block;
    margin: 10px 0px;
}
h2 span{
	color: #0066b2;
	text-transform: uppercase;
}

strong {
	font-weight:700
}

header {
	background:#0066b2
}
header .logo {
	margin:14px 0
}

.azul-up{
	color: #0066b2;
}

.boton-continuar,
.boton-alumno {
	display:none
}

.foto-alumno {
	margin:0 12px;
	max-width:60px;
	min-width: 60px;
}

.big-foto{
	min-width:120px;
}

.mensaje-ok {
	font-size:16px;
	font-weight:bold;
}

.full-name-alumno{
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
}

.table-hover>tbody>tr:hover{
	background-color: #f1f1f1;
}

.td-button{
	vertical-align: middle !important;
}

.item-asignatura td.middle{
	vertical-align: middle !important;
}

.msg-selected-rea{
	color: #3c763d;
    background-color: #dff0d8;
	border: 1px solid #3c763d85;
	padding: 8px 14px;
	display: inline-block;
	text-align: center;
}

.msg-selected-rea span{
	margin-right: 9px;
}

.modal{
	-webkit-animation-duration: .3s;
  -moz-animation-delay: .3s;
  animation-iteration-count: .3s;
}

/*Radio button style*/
input[type=radio]{
	position: absolute;
	visibility: hidden;
}

.item-asignatura label{
	width: 100%;
}

.item-alumno label, 
.item-asignatura label.radio{
	position: relative;
	width: 100%;
	padding-left: 40px;
	min-width: 25px;
	line-height: 72px;
}

.check{
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 25px;
    left: 8px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.middle .check{
	top: -17px;
}

.item-alumno label:hover .check, 
.item-asignatura label.radio:hover .check {
	border: 5px solid #0066b263;
}

.check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
	border: 5px solid #0066b2;
}

input[type=radio]:checked ~ .check::before{
	background: #0066b2;
}


/*Estilos para landing Grupos facebook */
body.facebook-groups h1{
	margin-bottom: 30px;
	text-align: center;
}

.item-fb-group{
	text-align: center;
	margin-bottom: 20px;
}

a.link-fb-group{
	min-height: 100px;
	line-height: 100px;
	text-decoration: none;
	display: block;
	position: relative;
	
}

a.link-fb-group::before{
	content: "";
	position: absolute;
	display: block;
	min-height: 100%;
	width: 100%;
	background: #ccc url('../img/bg-btn-group.jpg') no-repeat center/cover;
	-webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
	opacity: .5;
	z-index: -1;
	transition: all 0.2s ease-in;
}

a.link-fb-group:hover::before{
	filter: grayscale(0);
	opacity: 1;
}

.item-fb-group h2{
	font-size: 20px;
	color: white;
	display: inline-block;
    padding: 5px 15px;
	margin: 0;
	background: #0066b2bf;

}
.wrap-btn-fb{
	text-align: center;
}
.wrap-btn-fb h4{
	color: #0066b2;
	font-weight: 600;
}
a.btn-ir-a-grupo-fb{
	display: inline-block;
	background: #0066b2;
	color: white;
	padding: 13px 30px;
	border-radius: 14px;
	text-decoration: none;
}
a.btn-ir-a-grupo-fb:hover{
	color: white;
	background: #286090;
}
a.btn-ir-a-grupo-fb img{
	max-width: 50px;
    padding-right: 10px;
}
.showHorarios{
	padding: 3px 6px;
}

.list_horario h6.list_hide{
	display: none;
}

/*Media Queries*/

@media screen and (min-width:768px) {
	#boton-reporte{
		margin-top: 24px;
	}
}

@media screen and (max-width:767px) {
	.item-alumno label{
		min-width: auto;
		line-height: normal;
	}
	.h2-docente{
		font-size: 20px;
	}
	h1 small {
		font-size: 45%;
		line-height: 20px;
	}
	.wrap-logo{
		text-align: center;
	}
	h1{
		font-size: 26px;
	}
	h2{
		font-size: 24px;
	}
	.msg-selected-rea{
		padding: 3px 2px;
	}
	.boton-continuar{
		padding: 6px;
	}
	select[name=postulantes]{
		padding: 6px 4px;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
	}
}

.a-top { margin-top: 25px; }