.lable-login {
	color: white !important;
	font-family: 'Roboto', sans-serif;
}

#color_icono {
	color: white;
}

#cabe {
	background: #fff;
	height: 150px;
	width: 100%;
	/* hacemos que la cabecera ocupe el ancho completo de la p�gina */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posici�n fija */
}

#cuerpo {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 150px;
	/* Relleno superior igual a la altura de la cabecera*/
}

#color_icono_n {
	color: black;
}

.modal-header, h4, .close {
	text-align: center;
	font-size: 30px;
}

.modal-footer {
	background-color: #f9f9f9;
}

.modal-dialog {
	overflow-y: initial !important
}

.tabs {
	border-bottom: 1px solid #cccccc;
}

#modalAcudiente {
	width: 58em;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#view-perfil {
	padding-left: 30em;
}

#perfil-tabla {
	width: 25em;
}

#caja1-perfil, caja2-perfil {
	float: left;
}

#tamanoModal {
	height: 30em;
	overflow-y: auto;
}

#div-log-izq {
	/* 	float: left; */
	/*     background-color: transparent; */
	/*     width: 66%; */
	/*     height: 40em; */
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#logo-login {
	width: 11em;
	height: 10em;
	background-image: url(../images/logo.png);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: cover;
}

#caja-peril {
	width: 35em;
	margin-top: 3em;
}

#caja-manejo-datos {
	text-align: justify;
	width: 35em;
	margin-top: 2em;
	border: 1px solid #2D2926;
	border-radius: 0.6em;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;
}

#boton-manejo-datos {
	width: 30em;
	background: #2D2926;
	color: white;
	border-radius: 0.6em;
}

button.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
	background-color: #ddd;
}

.imagen-bg {
	background-image: url(../images/bg-interno.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#logo-menu {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#ohsnap {
	position: fixed;
	bottom: 5px;
	right: 5px;
	margin-left: 5px;
	z-index: 3000;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #eed3d7;
	border-radius: 4px;
	position: absolute;
	bottom: 0px;
	right: 21px;
	/* Each alert has its own width */
	float: right;
	clear: right;
	background-color: white;
}

.alert-red {
	color: white;
	background-color: #DA4453;
	width: 27em;
}

.alert-green {
	color: white;
	background-color: #37BC9B;
	width: 27em;
}

.alert-blue {
	color: white;
	background-color: #4A89DC;
	width: 27em;
}

.alert-yellow {
	color: white;
	background-color: #F6BB42;
	width: 27em;
}

.alert-orange {
	color: white;
	background-color: #E9573F;
	width: 27em;
}

#acudiente_estudiante {
	width: 56em;
	min-width: 56em;
}

.pagination li {
	display: inline-block !important;
	padding: 5px !important;
}

.input-cod {
	height: 1em;
	width: 1em;
	font-size: 0em;
	border: solid 0px;
	color: white;
}

#clock {
	background-image: url('');
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 250px;
	border: 1px solid #bbb;
}

.menuacco .accordion-heading {
	position: relative;
}

.menuacco .accordion-heading .edit {
	position: absolute;
	top: 8px;
	right: 30px;
}

.menuacco .collapse.in {
	overflow: visible;
}

.rowlist {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.rowlistheader {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F6F6F6;
	font-weight: bold;
	margin: 2px;
}

.rowplaceholder {
	border: 1px solid green;
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	height: 40px;
}

#calendar {
	margin: 0 auto;
}

#nuevo_evento {
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.events-group a {
	text-decoration: none !important;
}

.events-group_salon a {
	text-decoration: none !important;
}

.scrollbar {
	height: 30em;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#wrapper {
	/* 	text-align: center; */
	/* 	width: 500px; */
	margin: auto;
}

/*
 *  STYLE 1
 */
#style-1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #3F2021;
}

#style-1::-webkit-scrollbar {
	width: 12px;
	background-color: #3F2021;
}

#style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.lista_horario {
	margin-bottom: 0;
	margin-right: 2em;
}

.li_horario {
	margin-right: 1em;
}

.evento_horario {
	height: 8em;
}

.margen_evento {
	margin-top: 4px !important;
	margin-bottom: 40px !important;
}

#tabla_horario {
	border-top: 1px solid #001f3f;
}
/* #modalCrearEvento{ */
/* 	width:50em; */
/* } */
#modalEditarEstudiante .modal-content {
	width: fit-content;
}

#modalEditarEstudiante .panel-body .modal-body {
	height: 15;
}

#modalAcudientes .modal-content {
	width: fit-content;
}

#modalEditarEstudiante .panel-body .modal-body {
	height: 19em;
}

#modalHorario .modal-content {
	width: fit-content;
}

#modalEditarAcudiente .modal-content {
	width: fit-content;
}

#modalInscribirCurso .modal-content {
	width: fit-content;
}

#modalBuscadorCurso .modal-content {
	width: 40em;
	height: 32em;
}

#modalBuscadorGrupo .modal-content {
	width: 40em;
	height: 32em;
}

#modalBuscadorPersona .modal-content {
	width: 40em;
	height: 32em;
}

#modalBuscadorTipoCurso .modal-content {
	width: 40em;
	height: 32em;
}

#boton_add_estudiante {
	margin-top: 2em;
	float: left;
	margin-bottom: 2em;
}

#boton_add_tipo_clase {
	width: 12em;
}

#campos_matricula {
	float: left;
	margin-bottom: 2em;
	margin-left: 1em;
	width: 12em;
}

#caja_matricula_1 {
	display: block;
	float: left;
}

#modalEditarProfesor .modal-content {
	width: 50em;
}

#modalEditarAdministrativo .modal-content {
	width: 50em;
}

#modalEstudiantesMatricula .modal-content {
	width: 50em;
}

#letrero_horario {
	font-size: 1.1rem !important;
}

#boton-menos-cupo {
	float: left;
	margin-right: 2em;
}

.desplegable {
	display: none;
	width: 1em;
	margin-left: 50%;
}

#html-content-holder {
	background-color: white;
}

#previewImage {
	display: none;
}

#td_matricula_pfi {
	width: 293px;
}

.tabla_ejemplo td {
	border: 2px solid black;
}

.tabla_ejemplo th {
	border: 2px solid black;
}

#header_modal_estudiante {
	height: 5em;
}

#texto_header {
	margin-top: 2em;
	margin-right: 6em;
}

#imagen_header {
	float: left;
}

tbody img {
	width: 40px;
	height: 40px;
}

.modal-header img {
	width: 110px;
	height: 110px;
}

#modalGruposMatricula .modal-content {
	width: 135%;
}

#modalEstudiantesMatricula .modal-content {
	width: 135%;
}

#campos_password_login {
	float: left;
	margin-top: 7%;
	margin-left: 5%;
}

#campos_olvido_login {
	margin-top: 7%;
	margin-left: 5%;
}

#check_password {
	margin-top: 0px;
	margin-rigth: 1%;
}

#caja_notificaciones {
	width: 55%;
	float: left;
}

#caja_destinatarios {
	float: left;
	width: 30%;
	margin-left: 10%;
}

span.blue {
	background: #5178D0;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 15px;
	text-align: center;
	width: 1.6em;
}

[class*="col-"] {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#files {
	overflow-y: scroll !important;
	min-height: 320px;
}

@media ( min-width : 768px) {
	#files {
		min-height: 0;
	}
}

#debug {
	overflow-y: scroll !important;
	height: 180px;
}

.dm-uploader {
	border: 0.25rem dashed #A5A5C7;
	text-align: center;
}

.dm-uploader.active {
	border-color: red;
	border-style: solid;
}

#lista-notificaciones {
	width: 14em;
}

#popoverNotificacion {
	display: none;
}

#barra_header {
	padding-left: 60%;
}

#modalEditarInfo .panel-body .modal-body {
	height: 19em;
}

.input_calificacion {
	width: 4em;
}

#tabla_estudiantes_calificar {
	width: 20em;
}

#tabla_estudiantes_calificar_definitiva {
	width: 30em;
}

#tr_calificacion {
	height: 5em;
}

#caja_notificaciones_2 {
	width: 37%;
	float: left;
}

#caja_destinatarios_2 {
	float: left;
	width: 43%;
	margin-left: 5%;
}

#caja-peril_2 {
	margin-top: 3em;
}

#header {
	top: 0;
	width: 100%;
	background-color: #FFF;
}

.resaltar {
	background-color: #F5FFD7;
}

#impresion_matricula {
	font-family: sans-serif !important;
	font-size: 100%;
}

#borde_impresion_matricula {
	border: 1px solid !important;
}

#borde_impresion_matricula table {
	text-align: center;
}