/*--------------------------------------------Estilos y clases CSS.--------------------------------------------*/


/* Set height of the grid so .sidenav can be 100% (adjust if needed) */

.row.content {
	height: 100%;
}

.arrowBox {
	width: 200px;
	height: 30px;
	background-color: #ffc728;
	border-radius: 5px;
	position: fixed;
	top: 430px;
	left: 230px;
	padding: 5px;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #313333;
	text-align: center;
}

.arrowBox:after {
	content: ' ';
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #ffc728;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50%;
	top: -68.22%;
}

.tableCenter {
	text-align: center;
	overflow-x: auto;
}

.table-striped {
	/*margin: 0 auto;*/
}


/* Set gray background color and 100% height */

.sidenav {
	background-color: #f1f1f1;
	width: 220px;
	height: 100vh;
	float: left;
}

/*Donde se muestran los grupos. Tamaño, borde y margen*/

/* #ListaDeGruposTematicos {
	float: left;
	background-color: #f1f1f1;
	width: 49%;
	min-height: 200px;
	margin-right: 2%;
	border-radius: 10px;
	padding: 20px;
} */

/*para las areas, puesto flotando del lado derecho de la pantalla.*/

/* #ListaDeareasTematicas {
	margin-bottom: 2%;
	float: right;
	min-height: 200px;
	border-radius: 10px;
	padding: 20px;
	width: 49%;
	background-color: #f1f1f1;
} */

/* @media screen and (max-width: 1000px) {
	#ListaDeGruposTematicos {
		width: 100%;
		min-height: 100px;
		margin-bottom: 2%;
	}

	#ListaDeareasTematicas {
		width: 100%;
		min-height: 100px;
		height: auto;
	}
} */

/*Donde se muestra la lista de materias.*/

#materias {
	background-color: #f1f1f1;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	bottom: 0px;
	clear: right;
}

#botonAgregar {
	/* margin-left: 5%; */
	/* margin-bottom: 0.5%; */
}

/*#botonAgregar{
	margin-left: auto;
	margin-right: 0;
	margin-top: 20px;
	display: block;
}*/

#fila {
	background-color: black;
}

/*Para el HR (Linea para dividir)*/

.hr-sidenav {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	height: 0;
	width: 100%;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #ffffff;
}

/*Para el DIV que muestra la información de cada materia.*/
#displayMatInfo {
	/* padding-top: 0.5rem !important;
	margin-bottom: 2rem; */
	/* height: 100%;
	width: 100%; */
	/* background-color: white; */
	/* padding: 1.5rem; */
	/* border: 1px solid var(--ts-gray-200); */
	/* border-radius: var(--ts-radius-md); */
	/* box-shadow: var(--ts-shadow-sm); */
}

.letter-spacing-1 {
	letter-spacing: 0.05em;
}

#search-results-container {
	border: 1px solid var(--ts-gray-200);
	overflow-x: hidden;
}

#search-results-container .list-group-item {
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding: 0.75rem 1.25rem;
	transition: var(--ts-transition);
}

#search-results-container .list-group-item:hover {
	background-color: var(--ts-primary-light);
	color: var(--ts-primary-dark);
}

#search-results-container .list-group-item:first-child {
	border-top: none;
}

#search-results-container .list-group-item:last-child {
	border-bottom: none;
}

/*Propósito general... Adentro van los contenidos de la sidebar*/
.espacio {
	/*padding:15px;*/
	margin-top: 15px;
	margin-left: 17%;
	width: 80%;
	/*overflow:hidden;*/
}

/*Contenedor de la tabla*/
.TableContainer {
	margin-left: 17%;
	width: 78%;
}

.selectContainer2 {
	display: none;
}

.selectContainer3 {
	display: none;
}

.selectContainer4 {
	display: none;
}

.selectContainer5 {
	display: none;
}

.selectContainer6 {
	display: none;
}

.selectContainer7 {
	display: none;
}

.selectContainer8 {
	display: none;
}

.traySideNav {
	padding: 15px;
	line-height: 150%;
}


/*Column para las materias*/
.rowMateria1 {
	height: 90px;
	max-width: 190px;
	text-align: center;
	overflow: hidden;
}

.creds {
	text-align: center;
}

.subject_dropdown {
	max-width: 155px;
	min-width: 155px;
}

.sidebar-margin {
	/*margin-top: 25px;*/
}

.modal-footer {
	/*text-align: center;*/
}

#textNombreTrayecto {
	/*width: 300px;*/
}

/*Vino con el template. En teoría debería mejorar el funcionamiento en moviles.*/
@media screen and (max-width: 768px) {
	.sidenav {
		height: auto;
		padding: 15px;
	}

	.row.content {
		height: auto;
	}

	.TableContainer {
		margin-left: 0;
		margin-right: auto;
	}
}

.stylish-input-group button {
	border: 0;
	background: transparent;
}

.search-bar {
	padding: 8px;
	border-radius: 7px;
}

.search-bar:focus {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 10px #9ecaed;
}

/*.cancelar {
	margin-right: 100px;
	float: right;
}

.aceptar {
	float: left;
	margin-left: 100px;
}*/

.radioForm {
	/* margin-left: 120px; */
	margin-top: 15px;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader2.gif) center no-repeat #fff;
}

.escolaridad-header {
	background-color: #337ab7;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-width: 1px;
	border-radius: 15px 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 3px;
}


/*Linea para dividir la escolaridad*/

.hr-escolaridad {
	display: block;
	padding: 0;
	margin: 35px auto;
	width: 100%;
	font-size: 2px;
	border-top: 2px solid #aaaaaa;
	border-bottom: 2px solid #ffffff;
}

/*
#cursoTabla, #examenTabla{
	min-width: 400px;
}
*/
#cursoTabla td,
#examenTabla td {
	/*padding: 2px;
	margin-left: 5px;*/
	/*text-align: left;*/
}

.col_1 {
	width: 80%;
}

.col_2 {
	width: 20%;
}

.espacio-top {
	height: 40px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	margin-left: 15%;
	width: 50%;
	background-color: #337ab7;
	text-align: center;
	border-radius: 50px 50px 0px 0px;
}

.espacio-top:hover {
	cursor: pointer;
	background-color: #0081AB;
}

#escolaridadMostrar {
	padding: 0;
}

.toggle {
	height: 500px;
	width: 50%;
	margin-left: 15%;
	background-color: #f1f1f1;
	position: absolute;
	bottom: 0;
	display: none;
}

.insideEscolaridad {
	margin: 50px 20px 0px 20px;
}

#menu-bar {
	cursor: pointer;
}

#menu-bar:hover {
	color: #005c99;
}

.navbar-wrapper {
	left: 0;
}

.verTabla {
	margin-top: 20px;
	margin-left: 17%;
}

th,
td {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.triangulo {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	float: left;
}

thead,
th {
	background-color: #f1f1f1;
}

.git-info {
	text-align: center;
	margin-top: 60%;
	margin-bottom: 30px;
	color: gray;
}

#insideTrayectosTabla {
	width: 100%;
	margin-bottom: 50px;
}

#insideTrayectosTabla thead {
	font-weight: bold;
	height: 35px;
}

#tituloNomMat {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
}

#divBtnCrearTrayecto {
	display: flex;
	justify-content: right;
	margin-bottom: 1.5%;
}

#insideTrayectosTabla>tbody>tr {
	height: 35px;
}

/* Estilos para íconos en cards colapsables */
.btn-link i.bi-chevron-down {
	display: inline-block;
	transition: transform 0.2s ease-in-out;
}

.btn-link.collapsed i.bi-chevron-down {
	transform: rotate(-90deg);
}

/* --- Estilos para interactividad en Escolaridad --- */
.asignatura .titulo1 {
    cursor: pointer;
    transition: var(--ts-transition);
    border-radius: var(--ts-radius-sm);
    padding: 4px 8px;
    margin-left: -8px;
}

.asignatura .titulo1:hover {
    background-color: var(--ts-primary-light);
    color: var(--ts-primary);
}

.asignatura .titulo1:hover .titulo3 {
    color: var(--ts-primary) !important;
}

.asignatura .titulo1:hover .text-muted {
    color: var(--ts-primary) !important;
    opacity: 0.7;
}