/*
	CSS Inteduc, Derechos Reservados
*/

/* ************************ FONTS ****************** */

@font-face {
	font-family: 'MyWebFont';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg#svgFontName') format('svg');
}

/* ************************ FONTS FIN ****************** */


/* ************************ PRINCIPAL ****************** */
body {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
}
select {
	background-image: url('../images/icons/flecha-abajo-blanca-fondo-azul.png')!important;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 26px;
	padding-right: 35px!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
hr {
	border-top: 1px solid #ddd;
}
.bg_gris_gradiente{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 97%, rgba(200,200,200,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(97%,rgba(230,230,230,1)), color-stop(100%,rgba(200,200,200,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 97%,rgba(200,200,200,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 97%,rgba(200,200,200,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 97%,rgba(200,200,200,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 97%,rgba(200,200,200,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=0 );
}
.bg_naranjo{
	background-color: #EC6F1D!important;
}
.bg_gris{
	background-color: #f3f3f3!important;
}
.bg_azul_gris{
	background-color: #51657c!important;
}
.bg_azul{
	background-color: #1D70B7!important;
}
.txt_derecha{
	text-align: right!important;
}
.txt_izquierda{
	text-align: left!important;
}
.txt_centrar{
	text-align: center!important;
}
.txt_gris{
	color: #666!important;
}
.txt_gris_oscuro{
	color: #333!important;
}
.text_azul{
	color: #1d70b7!important;
}
.text_azul_gris{
	color: #51657c!important;
}
.txt_blanco{
	color: #FFF!important;
}
.txt_naranjo{
	color: #EC6F1D!important;
}
a.link_blanco, a.link_blanco:visited{
	color: #FFF;
	text-decoration: none;
}
a.link_blanco:hover{
	color:#d0d0d0;
}
a:focus{
	text-decoration: none;
	color:#1d70b7;
}
.animar{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.label-white {
	background-color: #ffffff;
	color: #1d70b7;
}
.div-inline-block{
	display: inline-block!important;
}
.div-block{
	display: block!important;
}
.div-inline{
	display: inline!important;
}
.m-auto{
	margin-left: auto!important;
	margin-right: auto!important
}
.w100{
	width: 100%!important;
}
.w100px{
	width: 100px!important;
}
.w90{
	width: 90%!important;
}
.w90px{
	width: 90px!important;
}
.w80{
	width: 80%!important;
}
.w80px{
	width: 80px!important;
}
.w70{
	width: 70%!important;
}
.w70px{
	width: 70px!important;
}
.w60{
	width: 60%!important;
}
.w60px{
	width: 60px!important;
}
.w50{
	width: 50%!important;
}
.w50px{
	width: 50px!important;
}
.w45{
	width: 45%!important;
}
.w40{
	width: 40%!important;
}
.w40px{
	width: 40px!important;
}
.w35{
	width: 35%!important;
}
.w30{
	width: 30%!important;
}
.w30px{
	width: 30px!important;
}
.w25{
	width: 25%!important;
}
.w20{
	width: 20%!important;
}
.w20px{
	width: 20px!important;
}
.w15{
	width: 15%!important;
}
.w10{
	width: 10%!important;
}
.w10px{
	width: 10px!important;
}
.w5{
	width: 5%!important;
}
.w5px{
	width: 5px!important;
}
.mt0{
	margin-top: 0!important;
}
.mt3{
	margin-top: 3px!important;
}
.mt5{
	margin-top: 5px!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt15{
	margin-top: 15px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt30{
	margin-top: 30px!important;
}
.mt40{
	margin-top: 40px!important;
}
.mb0{
	margin-bottom: 0!important;
}
.mb5{
	margin-bottom: 5px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb15{
	margin-bottom: 15px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mr0{
	margin-right: 0!important;
}
.mr5{
	margin-right: 5px!important;
}
.mr10{
	margin-right: 10px!important;
}
.ml0{
	margin-left: 0!important;
}
.ml5{
	margin-left: 5px!important;
}
.ml10{
	margin-left: 10px!important;
}
.fs10{
	font-size: 10px!important;
}
.fs11{
	font-size: 11px!important;
}
.fs12{
	font-size: 12px!important;
}
.fs13{
	font-size: 13px!important;
}
.fs14{
	font-size: 14px!important;
}
.fs15{
	font-size: 15px!important;
}
.fs16{
	font-size: 16px!important;
}
.text-red{
	color: #ca0000!important;
}
.text-green{
	color: #65b705!important;
}
.text-orange{
	color: #ff9800!important;
}
.text-gris{
	color: #999!important;
}
.capitalize{
	text-transform: capitalize!important;
}
.strong{
	font-weight: bold!important;
}
.select2-selection.select2-selection--single{
	display: block!important;
	background-image: url('../images/icons/flecha-abajo-blanca-fondo-azul.png')!important;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 26px;
	padding-right: 26px;
	border: 1px solid #ccc!important;
	line-height: 26px!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select2-container {
	display: block!important;
}
.select2-selection__arrow b{
	display: none;
}
.form-control{
	line-height: inherit!important;
	padding: 4px 10px;
	font-size: 13px;
}
.form-control:not(textarea){
	height: 28px!important;
}
.btn{
	padding: 6px 10px;
	line-height: 1;
}
.modal-header{
	background-color: #1D70B7;
	color: #FFFFFF;
	border-radius: 4px 4px 0px 0px;
}
.close{
	color: #FFF;
	text-shadow: inherit;
	opacity: .5;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{
	padding: 4px 10px;
	height: 28px;
}
a.legenda_permiso.no-permiso.list-group-item:focus, a.legenda_permiso.no-permiso.list-group-item:hover{
	background-color: #FFFFFF;
}
a.list-group-item-info:focus, a.list-group-item-info:hover{
	background-color: #d9edf7;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover{
	background-color: #f2dede;
}
a.list-group-item:not(.list-group-item-info, .list-group-item-danger):focus{
	background-color: #FFFFFF;
	outline: none;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus{
	outline: none;
	background-color: #1D70B7;
}
.list-group-item {
	padding: 4px 10px;
	border: 1px solid #b9cfe2;
}
table tr td a:hover{
	text-decoration: none;
}
.pointer{
	cursor: pointer;
}
.cursor-default{
	cursor: default;
}
.label{
	padding: .3em .7em;
	font-size: 78%;
}
label{
	font-weight: normal;
}
.list-group-item span.pull-right{
	margin-right: 3px;
}
.botonera_bajo_form{
	margin-top: 25px;
	text-align: right;
}
.loading_ajax{
	display: block;
	text-align: center;
}
.loading_ajax img{
	width: 30px;
}
.carga_frame{
	max-width: 50px;
	display: block;
	margin: 10px auto;
}
#contenedor_cargando{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 99999;
}
#cargando{
	position: absolute;
	z-index: 9999;
	background-color: #1d70b7;
	border-radius: 5px;
	padding: 10px;
	color: #FFF;
	opacity: 0.8;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#cargando p{
	margin: 0 auto;
	width: 25px;
	height: 30px;
	background-image: url(../images/icons/loading.gif);
	background-repeat: no-repeat;
	background-size: 25px;
}
.pestana_titulo{
	margin: 0 0 18px 0;
	padding: 0 0 12px 0;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
}
.pestana_subtitulo{
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	border-bottom: 1px solid #dddddd;
}
.select_colegio_item{
	color: #FFFFFF;
	background-color: #1d70b7;
	padding: 10px 20px;
	text-align: center;
	border-radius: 10px;
	min-height: 120px;
	cursor: pointer;
	margin-bottom: 15px;
}
.select_colegio_item h4{
	text-transform: capitalize;
}
.select_colegio_item:hover{
	background-color: #ff5500;
}
.logo_inteduc_sel_colegio{
	width: 300px;
	margin: 0 auto;
	display: block;
}
.sel_colegio_titulo{
	text-align: center;
	color: #1d70b7;
	margin-bottom: 20px;
	margin-top: 5px;
}
/* ************************ FIN PRINCIPAL ****************** */


/* *************************** HEADER ********************** */
.logo_colegio img {
	max-width: 40px;
	max-height: 40px;
}
.cabecera {
	padding: 10px 0;
}
#cambiar_anio{
	height: 25px !important;
	background-size: 23px;
	padding: 2px 29px 2px 10px!important;
	font-size: 0.85em!important;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0;
	border: none;
}
.nav-item {
	margin: 0!important;
	border-left: 1px solid #d0d0d0;
	padding: 0 20px;
}
.nav-item a:hover, .nav-item a:focus {
	color: #EC6F1D;
	background-color: transparent!important;
}
.nav_general > li.active > a {
	color: #FFF;
}
.nav_icon{
	color: #51657c;
	display: inline-block;
	position: relative;
	top: 5px;
	padding: 0 5px;
	border-left: 1px solid #cdcdcd;
	cursor: pointer;
	width: 35px;
}
.nav_main_icon i {
	font-size: 25px;
}
.nav_logo_app, .nav_main_icon{
	display: inline-block;
}
.nav_logo_app img {
	height: 30px;
	padding-right: 15px;
}
.nav_general > li.active {
	background-color: #1D70B7;
}
.navbar-nav > li > a {
	padding: 6px 0;
}
.form_cambiar_anio .form-group{
	margin-bottom: 0;
}
.cambiar_anio select {
	display: inline-block;
	width: 84px;
	margin-top: 4px;
}
.cambiar_anio label {
	margin-bottom: 1px;
	font-weight: normal;
}
.head_menu_lateral {
	background-color: #1d70b7;
	color: #FFF;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
}
.no-padd {
	padding-right:0;
	padding-left:0;
}
#menu_lateral, .sub_menu_lateral {
	list-style: none;
	padding: 0px;
	background-color: #f3f3f3;
}
#menu_lateral li {
	padding: 6px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C8C8C8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1d70b7;
	font-weight: bold;
	font-size: 12px;
}
#menu_lateral > li > a > i, #menu_lateral > .panel > li > a > span {
	width: 14px;
}
#menu_lateral a:hover {
	color: #EC6F1D;
	text-decoration: none;
}
#menu_lateral a.active:hover, #menu_lateral li.active a:hover {
	color: #FFF;
}
#menu_lateral > .sub_menu_lateral > li{
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
}
#menu_lateral > li.active, #menu_lateral > .panel > li.active{
	background-color: #1d70b7;
}
#menu_lateral > li.active a, #menu_lateral > .panel > li.active a, #menu_lateral > .panel > li.active > span{
	color: #FFFFFF;
}
#menu_lateral .sub_menu_lateral .sub_menu_lateral li{
	font-weight: normal;
	padding-left: 25px;
}
#menu_lateral > .sub_menu_lateral > li.active, .sub_menu_lateral > .panel > li.active{
	background-color: #1d70b7;
}
#menu_lateral > .sub_menu_lateral > li.active a, .sub_menu_lateral > .panel > li.active a, .sub_menu_lateral > .panel > li.active span{
	color: #FFFFFF;
}
.head_menu_lateral{
	margin-top: 15px;
}
#contenedor_principal{
	padding: 15px;
}
.pestanas_menu .btn_pestana {
	background-color: #e8e8e8;
	padding: 6px 15px;
}

/* ************************ FIN HEADER ****************** */


/* ************************ FOOTER ********************** */
.footer {
	/*position: absolute;*/
	margin-top: 25px;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
/* ************************ FIN FOOTER ********************** */


/* ************************ MAIN ********************** */

.tab-content{
	padding: 12px 15px;
	border: #ddd 1px solid;
}
.group-tabs > div > a{
	background-color: #ddd;
}
.btn_pestana {
	font-size: 13px;
	display: inline-block;
	text-align: center;
	text-decoration: none!important;
	padding: 10px 30px;
	background-color: #f3f3f3;
	color: #666;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: #ddd 1px solid;
}
.btn_pestana.activo, .btn_go.activo {
	color: #FFF;
	background-color: #1D70B7;
}
.btn_pestana:hover, {
	color: #EC6F1D;
	text-decoration: none;
}
.btn_pestana.activo:hover {
	color: #FFF;
}
.btn_pestana_sm{
	padding: 5px 15px;
}
#contenedor_pestanas{
	background-color: #f3f3f3;
	padding: 15px 20px;
}
.tabla_inteduc > thead > tr > th{
	background-color: #1D70B7;
	color:#FFF;
	vertical-align: middle;
}
.tabla_inteduc > tbody > tr > td, .tabla_inteduc > tbody > tr > th, .tabla_inteduc > tfoot > tr > td, .tabla_inteduc > tfoot > tr > th{
	padding: 5px 8px;
	font-size: 11px;
	color: #1D70B7;
	vertical-align: middle;
}
.tabla_inteduc > thead > tr > td, .tabla_inteduc > thead > tr > th{
	padding: 5px;
	font-size: 11px;
}
.tabla_inteduc tbody tr:hover{
	background-color: rgba(29, 112, 183, 0.1);
}
.nav_icon:focus{
	outline: none!important;
	border: none;
}
#cursos_disponibles .btn:focus{
	outline: none!important;
}
.input-group-addon {
	padding: 5px 12px;
}
.popover:not(.clockpicker-popover){
	background-color: #51657C;
	font-size: 13px;
	width: 170px;
}
.popover.bottom>.arrow:after {
	border-bottom-color: #51657c;
}
.popover_usuario{
	width: 300px;
}
.opciones_usuario li{
	margin-top: 3px;
}
.opciones_usuario li i{
	width: 14px;
	text-align: center;
}
.btn-inteduc{
	color: #FFFFFF;
	background-color: #1d70b7;
}

.btn-inteduc:hover, .btn-inteduc:active, .btn-inteduc:focus{
	color: #FFFFFF;
	background-color: #EC6F1D;
}
.btn-inteduc i{
	font-size: 12px;
	margin-right: 2px;
}
.accordion_interior .panel-heading {
	color: #fff;
	background-color: #1d70b7;
	border: none;
	padding: 8px 12px;
	font-size: 12px;
}
.accordion_interior .panel{
	background: transparent;
}
.accordion_interior .panel-title{
	font-size: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #1d70b7;
	border-color: #1d70b7;
}
thead .sorting_asc:after {
	content: "\e253"!important;
}
thead .sorting_desc:after {
	content: "\e252"!important;
}
.imagen_colegio, .foto_ficha{
	max-width: 100px;
	max-height: 100px;
}
.carta_3d {
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: relative;
}
.carta_3d .front, .carta_3d .back {
	position: absolute;
	transition: all .3s ease;
	top: 0;
	left: 0;
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carta_3d .back {
	opacity: .0;
	background-color: rgba(240, 240, 240, .8);
}
.carta_3d .back:hover {
	opacity: 1;
}
.check_list{
	margin: 0 auto!important;
	padding: 0!important;
	display: block;
}

.text-sms{
	height: 170px!important;
}
.panel-heading {
	padding: 6px 15px;
}
.contendor_pestanas{
	padding: 15px 10px;
	border: 1px solid #e5e5e5;
}
.contenedor_cursos_ensenanzas .panel{
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contenedor_cursos_ensenanzas .list-group-item.collapsed{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.contenedor_cursos_ensenanzas .list-group-item{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.contador_cursos, .contador_personas, .contador_individuales{
	font-weight: bold;
}
#contenedor_contador table td{
	padding: 2px 3px;
}
.simulate_input{
	border: 1px solid #dddddd;
	padding: 8px 10px;
	border-radius: 4px;
	background-color: white;
}
.tabla_in_panel > thead > tr > th{
	background-color: #f3f3f3;
	color: #337ab7;
}
.contenedor_plantillas{
	height: 160px;
	overflow: auto;
	border: 1px solid #dddddd;
	padding: 5px;
}
.mCSB_inside > .mCSB_container{
	margin-right: 20px!important
}
.nombre_curso_config_anio{
	padding-right:60px;
	display:block;
}
.btn_curso_config_anio{
	position:absolute;
	top:4px;
	right:10px;
}
.contenedor_comentarios_ticket{
	background-color: white;
	padding: 8px 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	max-height: 350px;
	overflow: auto;
}
.comentario_ticket{
	margin-bottom: 5px;
	clear: both;
}
.remitente_comentario_ticket{
	font-size: 11px;
	margin-bottom: 2px;
	color: #969696;
}
.mensaje_comentario{
	position: relative;
	background-color: #e5f1fb;
	padding: 5px 9px;
	border-radius: 4px;
	font-size: 12px;
	border: 1px solid #b1c5d6;
}
.mensaje_comentario_otro{
	background-color: #f3f3f3;
	border: 1px solid #d0d0d0;
}
.eliminar_comentario_ticket{
	position: absolute;
	top: -3px;
	right: 6px;
	font-size: 14px;
	cursor: pointer;
}
.adjunto_ticket{
	background-color: #e5f1fb;
	border: 1px solid #b1c5d6;
	font-size: 12px;
	display: -webkit-inline-box;
	padding: 2px 5px;
	border-radius: 4px;
	margin-top: 3px;
	margin-right: 3px;
}
.eliminar_adjunto_ticket{
	padding-left: 5px;
}
.bg-disabled{
	background-color: #eeeeee;
}
#contenedor_pdf{
	width: 800px;
	margin: 0 auto;
}
.header_pdf{
	margin-top: 25px;
}
.header_pdf img{
	width: 200px;
}
.dataTables_filter{
	display: inline-block;
}
.dataTables_wrapper .row .col-sm-10:nth-child(2){
	text-align: right;
}
.dataTables_wrapper .row .col-sm-2:nth-child(1){
	text-align: left;
}
#buscar_alumno_main{
	position: relative;
	display: inline-block;
	top: 2px;
	width: 200px;
}
.caret_cursos_pie{
	font-size: 14px;
	float: right;
	position: relative;
	top: 1px;
}
#menu_lateral .panel{
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu{
	background-color: #e8e8e8;
}
.dropdown-menu li a{
	background-color: #e8e8e8;
	color: #666666;
	padding: 5px 10px;
	cursor: pointer;
}
.dropdown-menu li a:hover{
	background-color: #1d70b7;
	color: #FFF;
}
.dropdown-menu{
	padding: 0;
}
.dropdown-menu .divider{
	margin: 5px 0;
	background-color: #bbbbbb;
}
.dataTables_wrapper .col-sm-6:nth-child(2){
	text-align: right;
}
#contenido_pestana{
	border: 1px solid #dddddd;
	padding: 15px 22px 20px 22px;
}
.icon_nee{
	font-size: 11px;
	margin-right: 2px;
}
.btn_agregar_equipo_aula{
	font-size: 18px;
	position: relative;
	top: 4px;
	color: #1d70b7;
	cursor:pointer;
}
.btn_eliminar_equipo_aula{
	color: #b71d2a;
}
.btn_editar_equipo_aula{
	color: #d28119;
}
#contenedor_resultados{
	position: absolute;
	width: 240px;
	right: 15px;
	top: 32px;
	background-color: white;
	z-index: 999;
	text-align: left;
	border: 1px solid #dddddd;
}
#contenedor_resultados ul{
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
#contenedor_resultados ul li{
	font-size: 12px;
	padding: 6px 2px;
	border-top: 1px solid #dddddd;
	cursor:pointer;
}
#contenedor_resultados ul li:first-child{
	border:none;
}
#contenedor_resultados ul li:hover{
	background-color: #f3f3f3;
}
.tabla_invesible{
	width: 100%;
	border: none;
}
.tabla_invesible td, .tabla_invesible th{
	padding: 0 5px;
}
.tabla_invesible th{
	background-color: #1D70B7;
	color: #FFF;
	border: 1px solid #ddd;
	border-top: none;
	padding: 2px 10px;
}
.tabla_inteduc.nohover tbody tr:hover{
	background-color: transparent;
}
.etiqueta_en_tabla{
	color:#333;
	font-size: 13px;
}
.autosize_textarea{
	overflow:hidden;
	box-sizing: border-box;
	resize: none;
}
.tabla_sugerencias{
	padding: 0 5px;
	background-color: #FFF;
}
.tabla_sugerencias span.label{
	cursor: pointer;
	margin-top: 1px;
}
.tabla_sugerencias span.label-danger, .tabla_sugerencias span.label-warning{
	margin-top: 3px;
}
.tabla_sugerencias .colmna_checkbox{
	width: 30px;
}
.text_gray_table{
	color: #333;
	font-size: 12px;
}
.grupo_texto{
	background-color: #1d70b7;
	color: #fff!important;
	font-size: 12px!important;
}
.table_check_td tbody td{
	display: contents!important;
	display: table-cell!important;
}
.td_check{
	font-size: 15px!important;
	width: 40px;
	height: 32px;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease-in-out;
	display: table-cell;
}
.td_check.fa-check{
	color: #FFF!important;
	background-color: #1D70B7;
}
.dropdown_table_item button{
	color: #a7a7a7;
	background-color: transparent;
	padding: 2px 5px;
}
.dropdown_table_item, .dropdown_table_grupo{
	float: right;
}
.dropdown_table_item .btn-default:hover{
	color: #797979!important;
}
.dropdown_table_grupo button{
	color: #FFF;
	background-color: transparent;
	padding: 2px 5px;
}
.dropdown_table_grupo button:hover, .dropdown_table_grupo button:active, .dropdown_table_grupo button:focus, .open>.dropdown-toggle.btn-default:hover, .open>.dropdown-toggle.btn-default, .dropdown_table_grupo .btn-default:active:focus, .dropdown_table_grupo .btn-default:active:hover{
	background-color: #1666ab!important;
	border-color: #ccc!important;
	color: #FFF!important;
}
table select.form-control{
	margin-top: 4px;
}
.tabla_evalua{
	background-color: #f9f9f9;
	margin: 0 5px;
	width: calc(100% - 10px);
}
.tabla_evalua td{
	color: #333!important;
}
.tabla_evalua .nivel{
	overflow: hidden;
	font-size: 12px;
}
.tabla_resultados_evalua td:not(.area){
	color: #333!important;
	vertical-align: top;
}
.tabla_resultados_evalua .area{
	background-color: #1d70b7;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.menu_pai ul li a{
	text-align: left!important;
}
th.rotate {
	height: 140px;
	white-space: nowrap;
}
th.rotate > div {
	transform: translate(10px, 70px) rotate(270deg);
	width: 5px;
}
th.rotate > div span {
	padding: 5px 10px;
	font-weight: normal;
	color: #FFFFFF;
}
th.rotate > div a{
	text-decoration: none;
}
.no_bg{
	background-color: #f3f3f3!important;
	border: none!important;
}
.titulo_preguntas{
	height:30px
}
.btn_estado_pai{
	background-color: transparent;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
}
.borde_inteduc td{
	padding: 3px 10px!important;
	vertical-align: middle!important;
	font-size: 12px;
}
.borde_inteduc input[type="radio"]{
	margin-top: 2px!important;
}
.borde_inteduc select{
	margin-top: 2px!important;
}
.cont_btn_sugerencias{
	display: inline-block;
	width: 100px;
	float: right;
}
.cont_nombre_sugerencias{
	display: inline-block;
	width: calc(100% - 100px);
	float: left;
}
.respuesta_no_aplica{
	float: left;
	width: calc(100% - 100px);
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
.titulo_idetel{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.subtitulo_idetel{
	font-weight: bold;
}
.tabla_idtel td{
	color: #333!important;
	vertical-align: middle;
}
.tabla_idtel .form-control:not(textarea){
	height: 25px!important;
}
.select_idtel{
	display: inline-block;
	width: 285px;
	margin-left: 10px;
}
.dt-buttons{
	display: inline-block;
	margin-left: 5px;
}
.legenda_permiso{
	cursor: default;
	border-radius: 4px
}
.width_drop_menu{
	display: inline-block;
	width: calc(100% - 30px)
}
.list-group-item-orange{
	background-color: #FCDFCB;
	color: #EC6F1D;
}
.button-disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
	transition: all 0.3s ease;
	user-select: none;
	-webkit-user-select: none;
	filter: grayscale(100%);
	box-shadow: none;
}

/* Contenedor para el título y el enlace de cierre de sesión */
.header-container {
    display: flex;
    align-items: center;
    justify-content: center; /* Centra ambos elementos en el contenedor */
    gap: 10px; /* Espacio entre el título y el icono de cierre de sesión */
    position: relative;
}
/* Alineación y estilo del título */
.sel_colegio_titulo {
    margin: 0;
}

/* Estilo para el enlace de cierre de sesión */
.logout-link {
    background: none;
    border: none;
    color: #337ab7;           /* Color del icono igual que el texto (ajústalo si es necesario) */
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;  
}

/* Estilo para el input de búsqueda */
.search-input {
    display: block;
    margin: 20px auto; /* Espacio debajo del campo de búsqueda */
    max-width: 650px;
}
/* ************************ FIN MAIN ********************** */
