/* =========================================================
================Alerta Error en Login================= 
===========================================================*/
.user-error-alert {
	padding: 15px;
	background-color: #ffd700; /* Red */
	color: black;
	margin-bottom: 15px;
	background: rgba(246, 244, 102, .5);
}

.user-error-closebtn {
	margin-left: 15px;
	color: black;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.user-error-closebtn:hover {
	color: gray;
}

/* =========================================================
================Seccion Cerrada en Login================= 
===========================================================*/
.user-succes-alert {
	padding: 15px;
	background-color: #ffd700; /* Red */
	color: black;
	margin-bottom: 15px;
	background: rgba(120, 245, 100, .5);
}

.user-succes-closebtn {
	margin-left: 15px;
	color: black;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.user-succes-closebtn:hover {
	color: gray;
}

/* =========================================================
================Dashboard Docente y Materia================= 
===========================================================*/
.iconoDashboard {
	margin: 3%;
	display: inline-block;
	max-height: 80px;
	float: none;
}

.navbar-custom {
	max-height: 60px;
	padding-top: 20px;
}

.contenidoDoc {
	background-color: #f4f6f9
}

input.largerCheckbox {
	transform: scale(2);
}

/* =========================================================
================Tablas con Scroll================= 
===========================================================*/
.tbodyDiv {
	max-height: 350px;
	overflow: auto;
}

/* =========================================================
================ Tablas vacias con mensaje================= 
===========================================================*/
table>tbody:empty {
	position: relative;
	display: table-caption;
	caption-side: bottom;
	min-height: 50px;
	background-color: rgb(240, 240, 240);
	text-align: center;
}

table>tbody:empty:before {
	content: 'SIN DATOS';
	position: absolute;
	font-size: 12px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


/* =========================================================
================ Home Estilos y Fragmets ================= 
===========================================================*/
.icono-Principal{
	max-width: 50px;
}

.logo-Home{
	max-width: 400px;
}