#/* To hide IE10/MS Edge's implementation of the winking eye. */
::-ms-reveal {
	display: none !important;
}

/* Básicos */

html,body {
		margin:0;
		width:100%;	
		max-width:100%;	
}
body {
	font-size: 14px;
	background: url('../images/bg_logo_colegio.png') right bottom no-repeat fixed;
	background-size: auto;
	line-height:150%;
	padding:0;

  	-webkit-user-select: none; /* Safari 3.1+ */
  	-moz-user-select: none; /* Firefox 2+ */
  	-ms-user-select: none; /* IE 10+ */
  	user-select: none; /* Standard syntax */
}
@media screen and (max-width:800px) {
	body {
		background: url('../images/bg_logo_colegio.png') center no-repeat fixed;
		background-size: contain;
	}
}
textarea {
	overflow:hidden;
}

a:link {
color: #111111;
text-decoration: none;
}
a:visited {
color: #111111;
text-decoration: none;
}
a:hover {
color: #61a706;
text-decoration: none;
}
a:active {
color: #61a706;
text-decoration: none;
}

.a:link {
color: #ffffff;
text-decoration: none;
}
.a:visited {
color: #ffffff;
text-decoration: none;
}
.a:hover {
color: #707070;
text-decoration: none;
}
.a:active {
color: #707070;
text-decoration: none;
}


.logo {
	width:80%;
	max-width:1200px;
	height: auto;
	position:absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index:10;
}
.logo img {
	width:100%;
	height:auto;
}
#head_left{
	width:20%;
	position:fixed;
	top:0;
	left:0;
	height:80px;
	text-align:center;
	z-index:100;
}
#head_left img {
	max-height:80px;
	width:100%;
	max-width:240px;
}
.logo_300 {
	display:none;
}
#head {
	width:80%;
	position:fixed;
	top:0;
	right:0;
	height:80px;
  	box-shadow: 10px 6px 23px -2px rgba(0, 0, 0, 0.6);
	border-radius: 0 0 0 10px;
	z-index:100;
	padding:5px;
	text-align:right;
}
@media screen and (max-width:800px) {
	#head_left{
		display:none;
	}
	.logo_300{
		display:block !important;
		width:60px;
		height:auto;
		position:fixed;
		top:5px;	
		left:5px;
		z-index:4;
	}
	#head {
		width:100% !important;
		border-radius: 0 0 0 0 !important;
	}
}

#loading-image {
	display:none;
	position:fixed;
	right:0;
	top:0;
	background-color:rgba(250, 250, 250, 0.7);
	width:78%;
	height:100%;
	z-index:99;
}
#loading-image img {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index:3;
	max-width:64px;
}

#loading-image #loguito {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index:3;
	width:40px;
	height:auto;
}

#printing {
	display:none;
	position:fixed;
	right:0;
	top:0;
	background-color:rgba(0, 0, 0, 0.8);
	width:100%;
	height:100%;
	z-index:99;
}
#printing img {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index:3;
	max-width:64px;
}

#printing #loguito {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index:3;
	width:40px;
	height:auto;
}


@media screen and (max-width:800px) {
	#loading-image {
		width:100% !important;
	}
}

.div_creditos {
	max-width:75%;
	position:fixed;
	bottom:0;
	right:50px;
	min-height:42px;
	border-color:#f1f1f1;
	border-width:1px 1px 0 1px;
	border-style: solid; 
	padding:5px;
	padding-right:5px;
	background-color:rgba(255,255,255,0.9);
	z-index:100;
	border-radius: 5px 5px 0 0;
	white-space: nowrap;
  	text-overflow: ellipsis !important;
}

@media screen and (max-width:800px) {
	.div_creditos {
		width:100% !important;
		max-width:100% !important;
		border-radius:0 !important;
		bottom:0;
		right:0;
		border-width:0;
		overflow:hidden;
		padding-right: 42px !important;
	}
}

.separator {
    	display: flex;
    	align-items: center;
    	text-align: center;
	margin: 10px 0;
	
}
.separator::before, .separator::after {
    	content: '';
    	flex: 1;
    	border-bottom: 1px solid #000;
}
.separator::before {
    	margin-right: .25em;
}
.separator::after {
    	margin-left: .25em;
}

/* Acceso */
.acceso .btn {
	display:auto;
	color: white !important;
}
.acceso .infoAcceso {
	width:100%;
	border-radius:5px;
	padding:5px;
	font-size:90%;
	color:#138496;
}
@media screen and (max-width:800px) {
	.logo .btn span{
		display:none;
	}

}
.acceso .warning {
	display:flex;
	background-color:#e7e7e7;
	padding:5px 10px; 
	width:100%;
	border-style:solid;
	border-color:#376178;
	border-width: 16px 0 10px 0;
	margin-top:16px;
}
.acceso .warning img {
	float:left;
	margin:5px;
	width:32px;
	height:32px;
}
/* ---Acceso-- */


/* PANEL PRINIPAL*/

#panel{
	margin:100px 0 100px 0;
	width:90%;
	display:inline-block;
	}

.modules{
	margin:0;
	display:inline-block;
	float:left;
	width:100%;
}
.modules .head {
	display:inline-block;
	width:100%;
	height:auto;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-radius: 5px 5px 0 0;
	border-color: #d1d1d1;
	padding:5px;
	text-align:right;
	margin:0;
	font-size:120%;
	color:#fff;
}
.modules .head img {
	float:left;
	width:24px;
	height:auto;
	border:0;
}
.modules .containerC {
	min-width:100% !important;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-radius: 0 0 5px 5px;
	border-color: #d1d1d1;
	padding:10px;
}
.modules .containerC .item {
	display: inline-block;
	width: 120px;
	font-size: 90%;
	line-height:120% !important;
	margin: 5px;
	padding:2px;
	border-radius: 5px;
}

.modules .containerC .item img {
	width:48px;
	height:auto;
	margin:5px;
}

@media screen and (max-width:800px) {

	#panel{
		width:95%;
	}
	.modules{
		width:90%;
		margin:32px 0 0 0;
		float:none;
	}
	.modules .head {
		font-size:100%;
	}
	.modules .head img {
		width:32px !important;
	}
	.modules .containerC .item {
		width: 100px;
		font-size: 75%;
		padding:1px;
	}
	.modules .containerC .item img {
		width:32px;
	}
}


.inactivo {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);	
}

.last_module {
	background-color:rgba(240, 240, 240, 0.5);
}

.last_action {
	border: 1px solid #111111;
	background-color:rgba(255, 255, 255, 0.5);
}
/* PANEL PRINIPAL CIERRE*/

/* PANEL PRINIPAL NUEVO*/

#panelN {
	margin:100px 0 100px 0;
	width:90%;
	display:inline-block;
	}

#panelN .modules{
	display:inline-block;
	float:auto;
	width:100%;
}
#panelN .modules .head {
	display:inline-block;
	width:100%;
	height:auto;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
	padding:5px;
	text-align:right;
	margin:0;
	font-size:120%;
	color:#fff;
}
#panelN .modules .head img {
	float:left;
	width:24px;
	height:auto;
	border:0;
}
#panelN .modules .containerC {
	width:100%;
	display: inline-block;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d1d1d1;
	padding:10px;
}

.itemN {
	display:inline-block;
	width:100%;
	padding:5px;
	text-align:left !important;
	border-radius:5px;
}

.itemN:hover {
	background-color:rgba(230,230,230,0.5);
}
.itemN img {
	width:40px;
	height:auto;
	margin-left:5px;
	float:right;
}
/* PANEL PRINIPAL NUEVO CIERRE*/


/*PROCESS Y MENU LATERAL OCULTABLE*/
#nav-side-menu_content{
	position:fixed;
	top:0;
	z-index:98;
}
.hiddenSideMenu {
	left:-22%;
}
.left295{
	left:0 !important;
	
}
.hideShowSideMenu {
	cursor:pointer;
	background-color: #2e353d;
	color:#f1f1f1;
	display:inline-flex;
	justify-content:flex-end;
	align-items:center;
	position:fixed;
	padding:5px;
	top: 50%;
	transform: translateY(-50%);
	left:-0px;
	z-index:98;
	width:32px;
	height:32px;
	max-height:32px;
	border-radius: 0 5px 5px 0;
}

.tituloModulo {
	position:fixed;
	width:100%;
	z-index:97;
	padding:90px 7.5% 5px 7.5%;
	top:0;
	left:0;
	right:0;
	background-color:rgba(255,255,255,1);
}
@media screen and (max-width:800px) {
	.tituloModulo {
		top:80px !important;
	}
	#process {
		padding-top:24px !important;
	}	
}


.tituloModuloFijar {
	top:90px;
}


#instrucciones,#instruccionesP{
	display:none;
	margin-top:0;
	width:25%;
	padding:0 0 50px 0;
	position:fixed;
	left:75%;
	top:0;
	overflow:auto;
	min-height:100%;
	height:100%;
	background-color:rgba(240,240,240,1);
	z-index:101;
	}

@media screen and (max-width:800px) {
	#instrucciones,#instruccionesP{
		left:0;
		z-index:11;
		width:100%;
		z-index:999;
	}
}

#content {
	margin-top:50px;
}

@media screen and (max-width:800px) {
	.hideShowSideMenu {
		display:none;
	}
	#nav-side-menu_content{
		position:relative;
	}
	.hiddenSideMenu {
		left:0;
	}
	#content {
		margin-top:20px;
	}

}


#process{
	margin-top:100px;
	margin-bottom:50px;
	width:100%;
	display: inline-block;
	padding:0 7.5% 0 7.5%;
	}
@media screen and (max-width:800px) {
	#process{
		float:none;
		margin-top:10px;
		margin-bottom:20px;
		padding:0 20px 0 20px;
	}
}

#process #title {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	width:100%;
	height:auto;
	font-size:150%;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 3px 0;
	text-align:left;
	padding-bottom:5px;
}

#process #title img {
	width:100%;
	max-width:32px;
	height:auto;
}
@media screen and (max-width:800px) {
	#process #title {
		font-size:110%;
		border-width: 0 0 2px 0;
	}
}

.subtitle {
	display:inline-block;
	width:100%;
	height:auto;
	font-size:150%;
	font-weight: bold;
	border-width: 0;
	text-align:right;
	padding-bottom:5px;
	margin-top:20px;
}
@media screen and (max-width:800px) {
	.subtitle {
		font-size:120%;
	}
}

.panelBloqueo{
	padding:20px 20px 50px 20px;
	overflow:auto;
	text-align:justify;
	position:fixed;
	z-index:100;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	max-height:45%;
	border-style:solid;
	border-width:10px 0 0 0;
}

.results_table {
    	border-collapse: collapse;
	margin: 20px 0 100px 0;
	border: 1px solid #d7d7d7;
	position:relative;
}
.results_table .th {
	background-color:#f1f1f1;
	padding:5px;
}

.results_table .td {
	padding:5px;
	display:block;
}

.highlight  td:hover, .highlight li:hover  {
	background-color:rgba(232, 234, 237, 0.5)!important;
}

.cvItem {
	border:1px solid #ccc;
	border-radius:5px;
	margin:0 3% 0 3%;
	background-color:#ffffff;
	padding:50px 5px 5px 5px;
	position:relative;
}

.register_id, .updater_id {
	font-size:90%;
	padding:5px;
	border:1px solid #c1c1c1;
	border-radius:5px;
	display:inline-block;
	width:100%;
	margin: 3px 0;
}

.register_id img, .updater_id img{
	width:32px;
	height:auto;
	float:right;
	border-radius:3px;
}
.updater_id {
	background-color:#f1f1f1;
}

.activacion {
	display:inline-block;
	float:right;
	width:24px;
	height:24px;
	border-radius:50%;
	position:relative;
}

.activacion input {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.status {
	display:none;
	background-color:rgba(255, 206, 68, 0.7);
	padding:5px; 
	border-radius:3pt;
	margin-top:3px;
}

.status img {
	width:100%;
	max-width:32px;
	height:auto;	
}	

.pending {
	position:absolute;
	left:3px;
	top:3px;
	display:none;
	width:12px;
	height:auto;
}

.message {
	position:fixed;
	bottom:0;
	right:50px;
	z-index:99;
	text-align:center;
	background-color: rgba(255,255,255,0.8);
	border-radius:5px 5px 0 0;
	padding:5px 5px 50px 5px;
	border: 1px solid #bbb;
	width:100%;
	max-width:300px;
}
@media screen and (max-width:800px) {
	.message {
		right:0;
		max-width:100%;
	}
}

.iconIntNav {
	width:100%;
	display:flex;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
	margin:5px;
}

.iconIntNav .item {
	width:100%;
	max-width:42px;
	display:inline-block;
	padding:5px;
}

.iconIntNav img {
	width:32px;
	height:32px;
}

.iconIntUser {
	width:100%;
	max-width:150px;
	display:flex;
	justify-content: flex-start;
	align-content: flex-start;
	margin:5px;
}

.iconIntUser .item {
	padding:5px;
	width:140px;
	display:inline-block;
	text-align:center;
	font-size:80%;
	line-height:100%;
}
.iconIntUser img {
	width:100%;
	max-width:80px;
	height:auto;
	border-radius:5px;
}

.iconIntUser .iconIntNav {
	justify-content: center;
	background-color: #c2c2c2;
	border-radius:5px;
}

.iconIntPerfil {
	margin: 5px 5px 5px 5px;
	display:inline-flex;
	color:#ffffff;
	vertical-align:middle;
}

.iconIntPerfil .item {
	padding:5px;
	max-height:50px;
	display:inline-block;
	margin: 0 5px 0 5px;
}
.iconIntPerfil img {
	width:100%;
	min-width:24px;
	max-width:40px;
	height:auto;
}

@media screen and (max-width:800px) {
	.iconIntNav, .iconIntUser {
		max-width:100%;
		justify-content: center !important;
	}

	.iconIntPerfil {
		margin:5px 5px 5px 50px;
	}
	.iconIntPerfil .item {
		margin: 0 2px 0 2px;
		max-height:50px;
	}
	.iconIntPerfil img {
		max-width:32px;
	}
}

.acudidos {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}

.acudidosItem{
	width:30%;
	text-align:center;
	padding:5px;
	background-color:#f7f7f7;
	border-radius:5px;
	margin:5px
}

.acudidosItem img {
	width:100%;
	max-width:100px;
	height:auto;
	border-radius:5px
}

@media screen and (max-width:800px) {
	.acudidos {
		justify-content:center;
	}
	.acudidosItem{
		width:45%;
	}
	.acudidosItem img {
		max-width:75px;
	}
}


.ctrls {
	text-align:center;
	padding:5px;
}
.ctrls img {
	width:32px;
	height: auto;
	margin:2px;
	cursor:pointer;
}
.field {
	padding:5px;
	background-color:#e1e1e1;
	margin:5px;
	font-weight:bold;
	font-size:120%;
}

.field_content {
	padding:5px;
	margin:5px;
	font-weight:normal;
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#cccccc;
	font-size:120%;
}
.field_explanations {
	font-size:80%;
	font-weight:normal;
	border-width: 0 0 1px 0;
	border-style:solid;
	border-color:#cccccc;
}

@media screen and (max-width:800px) {
	.field_content {
		border-width: 0 0 1px 0;
	}
}
.boton_item {
	cursor:pointer;
	float:right;
	width:32px;
	height:auto;
	margin:5px;
}
.registros {
	background:#666666;
	color:#f1f1f1;
	border-radius: 0 0 10px 0;
	padding:5px 5px 5px 5px;
	display:inline-block;
}

.reportesBoton {
	display:inline-block;
	position:absolute;
	top:-32px;
	left:0;
	padding:0;
}
.reportesBoton button {
	margin:0 !important;
	border-radius:0 5px 0 0 !important
}

@media screen and (max-width:800px) {
	.reportesBoton button .spanText {
		display:none;
	}
}
.logsResult {
	display:inline-block; 
	width:100%;
	text-align:left !important;
	word-break: break-word;
}
.logsFecha {
	width:180px;
	float:left;
	display:inline-block;
	margin:0 50px 0 30px;
}
@media screen and (max-width:800px) {
	.logsResult {
		word-break: break-all;
	}
}

.allChecked, .allUnChecked {
	cursor:pointer;
	width:20px;
	height:auto;
	position:absolute;
	top: 5px;
	right:5px;
}
.allUnChecked {
	top: 6px;
	width:18px;
	right:28px !important;
}

.mosaicosContainer{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
	
.mosaicosCard{
	width:31%;
	margin:1%;
	border:1px solid #ddd;
	border-radius:5px;padding:5px;
	display:inline-flex;
	flex-direction: column;
}

@media screen and (max-width:800px) {
	.mosaicosCard{
		width:48% !important;
	}
}

@media screen and (max-width:480px) {
	.mosaicosCard{
		width:98% !important;
	}
}


.mosaicosCard img {
	height:120px;
	width:auto;
	float:left;
	border-radius:5px;
	cursor:pointer;
	margin-right:3px;
}

/*PROCESS CIERRE*/


/*DOS Y TRES COLUMNAS EN EL TEXTO*/
.dos_columnas {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;

    	-webkit-column-gap: 20px; 
    	-moz-column-gap: 20px; 
    	column-gap: 20px;
}
@media screen and (max-width:800px) {
	.dos_columnas {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
}

.tresColumnas {
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;

    	-webkit-column-gap: 16px; 
    	-moz-column-gap: 16px; 
    	column-gap: 16px;

  	-webkit-column-rule: 2px solid #d3d3d3;
  	-moz-column-rule: 2px solid #d3d3d3; 
  	column-rule: 2px solid #d3d3d3;
}

@media screen and (max-width:1024px) {
	.tresColumnas {
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
	}
}

@media screen and (max-width:800px) {
	.tresColumnas {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
}

/*DOS Y TRES COLUMNAS EN EL TEXTO CIERRE*/


/* PROCESS GESTION ACADEMICA */
.groupsContainer {
	display:flex;
	flex-wrap: wrap;
	 justify-content:center;
}

.groupsContainer .item {
	display: inline-block;
	justify-content:center;
	width: 200px;
	font-size: 150%;
	line-height:100% !important;
	margin: 10px;
	padding:10px;
	border-radius: 3px;
	text-align:center;
	border:1px solid #bababa;
}

.groupsContainer .item .grupo {
	display: inline-flex;
	text-align:center;
	font-size: 120%;
	margin:10px 0;
}

.areasContainer {
	position:relative;
}

.areasContainer .grupo {
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 90%;
	margin:10px 0;
}
.areasContainer .grupo div{
	margin:5px;
}
.areasContainer .grupo .itemDelete, 
.areasContainer .grupo .itemEdit {
	margin:5px;
}

.horariosContainer{
	position:relative;
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	padding:0;
}
.horariosContainer .horarioDia {
	display:inline-block;
	width:48%;
	margin:1%;
}
@media screen and (max-width:800px) {
	.horariosContainer .horarioDia {
		width:98%;
	}
}

.debeSeleccionar {
	margin-top:20px;
	padding:15px;
	font-size:120%;
	font-weight:bold;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: orangered;
	color: #858585;
	text-align:center
}
.debeSeleccionar img {
	width:32px;
	height:auto;
	vertical-align:middle;
}
@media screen and (max-width:800px) {
	.debeSeleccionar {
		font-size:100%;
	}
	.debeSeleccionar img {
		width:24px;
	}
}

.notificacionInterna {
	padding:5px;
	font-size:120%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: orangered;
	color: #858585;
	text-align:center
}
.notificacionInterna img {
	width:32px;
	height:auto;
	vertical-align:middle;
}
@media screen and (max-width:800px) {
	.notificacionInterna {
		font-size:100%;
	}
	.notificacionInterna img {
		width:24px;
	}
}

#userCardScroll {
	display:none;
	align-items:center;
	position:fixed;
	top:0;
	left: 25%;
	width:100%;
	max-width:250px;
	height:80px;
	background: #f5f6f7;
  	box-shadow: 10px 6px 23px -2px rgba(0, 0, 0, 0.6);
	border-radius: 0 0 10px 10px;
	z-index:100;
	padding:2px;	
}
#userCardScroll img {
	width:auto;
	height:76px;
	border-radius: 0 0 0 10px;
}
#userCardScroll div {
	width:100%;
	padding:10px;
	font-size:100%;
	display:flex;
	align-items:center;
	line-height:100%;
  	text-overflow: ellipsis;
}
@media screen and (max-width:800px) {
	#userCardScroll {
		left: 80px;
		max-width:180px;
	}
	#userCardScroll div {
		font-size:80%;
	}
}


/* DIV DE NOTIFICACIONES */
#notificaciones{
	display:none;
	margin:0;
	width:19%;
	position:fixed;
	left:81%;
	top:0;
	bottom:0;
	overflow:auto;
	height:auto;
	background-color:rgba(255,255,255,0);
	z-index:98;
	padding: 80px 0 55px 0;
	}

@media screen and (max-width:800px) {
	#notificaciones{
		padding:0;
		display:inline-block;
		position:relative;
		left:auto;
		top:auto;
		overflow: hidden;
		width:autor;
		min-height:auto;
		height:auto;
		background-color:rgba(240,240,240,1);
	}
}
.userCardNotification {
	display:flex;
	align-items:flex-start;
	width:100%;
	background: #f5f6f7;
	padding:5px;
	visibility: hidden;
	cursor:pointer;
	margin:10px 0;
	font-size:90%;
	border-width:0 0 2px 0;
	border-style:solid;
}
.userCardNotification img {
	width:32px;
	height:32px;
	border-radius: 5px;
	margin-top:10px
}
.userCardNotification div {
	display:block !important;
	width:100%;
	padding:10px 32px 10px 10px;
	font-size:100%;
	line-height:110%;
}
.userCardNotification a {
	color:#376178;
	font-weight:bold;
}
.userCardNotification a:hover {
	color:#111;
}
@media screen and (max-width:800px) {
	.userCardNotification {
		font-size:120% !important;
		position:fixed;
		padding:16px 10px 10px 10px;
		top:80px;
		bottom:40px;
		left: 0;
		z-index:100;
		margin:0;
		font-size:100%;
		border-width:50px 0 10px 0;
	}
	#trabajandoCronograma,#enPrematriculas {
		top:-35px !important;
	}
}
/* DIV NOTIFICACIONES */

.messageNotificacion {
	position:fixed;
	left:22%;
	top:10px;
	width:48px;
	height:48px;
	z-index:9999;
}

@media screen and (max-width:800px) {
	.messageNotificacion {
		left:70px;
		top:15px;
		width:40px;
		height:40px;
	}
}

.tipoChecked {
	background-color:#585858;
	border-radius:5px;
	color:#f1f2f3;
	padding:5px
}

@media screen and (max-width:800px) {
	.strHidden {
		display:none;
	}
}

/*PLANEACION REPORTE*/
.reportePlaneacion {
	position:fixed;
	bottom:0;
	right:0;
	padding: 10px 50px 0 10px;
	z-index:97;
	width:100%;
	height:25% !important;
	display:inline-flex;
	align-items:flex-end;
	background-color: rgba(155, 206, 218, 0.8);
	margin-left:50px;
}
@media screen and (max-width:800px) {
	.reportePlaneacion {
		padding: 10px 10px 42px 10px;
	}
}
.reportePlaneacionHide {
	bottom:-25% !important;
}

.reporteUpDown {
	cursor:pointer;
	background-color: rgba(155, 206, 218, 0.8);
	display:inline-flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:-32px;
	left:32px;
	width:40px;
	height:32px;
	max-height:32px;
	border-radius: 5px 5px 0 0;
}

@media screen and (max-width:800px) {
	.reporteUpDownSmall {
		top:-72px;
	}
}

.textoReporte1 {
	position:fixed;
	padding:0 10px 2px 10px;
	width:100%;
	top:70px;
	right:0;
	display:inline-flex;
	align-items:flex-end;
	justify-content: space-between;
	background-color:#fbfbfb;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color: #bbbbbb;
	z-index:97;
}
.textoReporte2 {
	padding:10px;
	margin-bottom:50px;
	border-radius:5px;
	display:inline-flex;
	background-color:rgba(255, 255, 255, 0.5);
	line-height:110%;
	width:100%;
}
@media screen and (max-width:800px) {
	.textoReporte2 {
		margin-bottom:2px;
		font-size:90%;
	}
	.textoReporte1 {
		width:100%;
		font-size:90%;
	}

}

.progressPlaneacion, .progressEncuesta {
	background-color:#f1f1f1;
    	width:50px;
	min-width:50px;
    	height:95%;
    	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#111111;
    	position:relative;
	border-radius: 5px 5px 0 0;
	margin: 0 10px;
	text-align:center;

}

.progressPlaneacion:after, .progressEncuesta:after {
	padding:3px;
    	font-size:80%;
	line-height:100%;
   	position:absolute;
    	right:0; bottom:0;
    	left:0; 
    	-webkit-animation: filler0 1s ease-in-out;
    	-moz-animation: filler0 1s ease-in-out;
    	animation: filler0 1s ease-in-out;
}


@-webkit-keyframes filler0 {
    0% {
        height:0;
    }
}
@-moz-keyframes filler0 {
    0% {
        height:0;
    }
}
@keyframes filler0 {
    0% {
        height:0;
    }
}


.progressPlaneacionDiv {
	display:none;
	flex-direction:column-reverse;
	width:60%;
	padding:0;
	height:100%;
	margin: 5px 5px 2px 0;
}

.progressPlaneacionSm {
	background-color:#f1f1f1;
    	width:100%;
	height:100%;
    	max-height:20px;
    	border-width:1px;
	border-style:solid;
	border-color:#111111;
    	position:relative;
	border-radius: 5px;
	margin: 2px 2px 2px 0;
}
.progressPlaneacionSm:after {
	padding:3px;
    	font-size:80%;
   	position:absolute;
    	left:0; bottom:0;
    	top:0; 
    	-webkit-animation: filler 1s ease-in-out;
    	-moz-animation: filler 1s ease-in-out;
    	animation: filler 1s ease-in-out;
}

@-webkit-keyframes filler {
    0% {
        width:0;
    }
}
@-moz-keyframes filler {
    0% {
        width:0;
    }
}
@keyframes filler {
    0% {
        width:0;
    }
}

@media screen and (max-width:800px) {
	.progressPlaneacionDiv {
	    	display:inline-flex;
	}
	.progressPlaneacion {
	    	display:none;
	}
}


/* PROCESS GESTION ACADEMICA CIERRE */


/* FORMATO DEL CRONOGRAMA */
.row-noToday {
  	background-color: rgba(250,250,250,0.5);;
}

.row-noToday:nth-of-type(odd) {
  	background-color: rgba(240,240,240,0.5);
}
.row-today {
  	background-color: rgba(235,235,235,0.5);
}

.row-striped {
   	padding: 5px 0;
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	border-width: 5px 0 !important;
}

/* FORMATO DEL CRONOGRAMA CIERRE */



/* ADVERTENCIAS Y CARGANDO */

#error,#error1,#error2,#error3,#error5,#error5,#cargando {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:70%;
	height:40%;
	z-index:101;
	border-radius:10px;
	cursor:pointer;
	display:none;
	padding:10px;
}
@media screen and (max-width:800px) {
	#error,#error1,#error2,#error3,#error5,#error5,#cargando {
		width:80%;
		height:80%;
	}
}
#error,#error1,#error2,#error3,#error5,#error5 {
	background-color: rgba(0,0,0,0.5);
	color:#f1f1f1;
}
#cargando {
	background-color: rgba(255,255,255,0.8);
	color:#111111;
}

#error .img, #error1 .img, #error2 .img, #error3 .img, #error4 .img, #error5 .img   {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:102;
	text-align:center;

}

#cargando .img {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
	text-align:center;
}

/*COMUNICACIONES*/

.mensaje {
	margin-left:32px; 
	border-color:#bbbbbb;
	padding:10px; 
	font-size:110%;
	border-style:solid;
	border-width: 0 0 0 2px; 
}

/*COMUNICACIONES CIERRE*/


/* ADVERTENCIAS Y CARGANDO CIERRE*/


/* En curriculum_load */
.navCurriculumsFixed {
	position:fixed;
	right:7.5%;
	top:130px;
	z-index:9;
}
@media screen and (max-width:800px) {
	.navCurriculumsFixed {
		right:5px;
		top:138px;
	}
	.menu_curriculum span {
		display:none;
		top:130px;	
	}
}

/* Procesador de checkboxes */
.material-switch-head {
	padding:10px;
	background-color:#f1f1f1;
	font-size:120%;
	border-radius: 5px;
	margin: 10px 0 5px 0;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/* Procesador de checkboxes 2*/

.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle input[type=radio]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Sí'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 

/* Modificaciones y adendas de Bootstrap */

.modal-full {
    min-width: 96%;
    margin: 2%;
}

.tooltip .tooltip-inner{ color:#fff; background-color: rgba(0,0,0,.7); font-size:85%; }
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before { border-right-color: rgba(0,0,0,.7);}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before { border-top-color: rgba(0,0,0,.7);}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before { border-bottom-color: rgba(0,0,0,.7);}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before { border-left-color: rgba(0,0,0,.7);}

.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.list-group-item {
	background-color:transparent !important;

}

.list-group-item-flex {
	background-color:transparent !important;
	display:flex;
	flex-wrap:nowrap !important;
 	justify-content: space-between !important;
	padding:10px !important;
}

::placeholder { 
	color: #d9dbd9 !important;
  	opacity: 1; 
}

:-ms-input-placeholder { 
	color: #d9dbd9 !important;
}

::-ms-input-placeholder {
  	color: #d9dbd9 !important;
}

.orangered::placeholder { 
   	color: orangered !important;
   	opacity: 1; }

.orangered:-ms-input-placeholder { 
   	color: orangered !important;
}

.orangered::-ms-input-placeholder { 
   	color: orangered !important;
}


.btn-group {
	flex-flow: row wrap;
}

@media screen and (max-width:800px) {
	.modal-footer {
		flex-wrap:wrap !important;
	}
	.btn {
		margin-top:5px !important;
	}
}

/*Numeracion de listas*/
.number_list {
	width:40px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#f1f1f1;
	color:#aaaaaa;
	display:flex;
	justify-content:center;
	align-items:center;
}

.number_list_horizontal {
	display:inline-block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#f1f1f1;
	border-radius: 5px 5px 0 0;
}

.number_list_horizontal span {
	white-space: nowrap;
	font-size: 150%;
	font-weight:bold;
	border-radius:50%;
	padding:5px;
	background-color:#bbbbbb;
	color:#f1f1f1;
	margin:5px;
	max-width:40px;
	max-height:40px;
	width:40px;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.editable_no {
	margin:2px 50px 2px 24px;
	cursor:pointer;
	
}
.editable {
  	border-color: 1px solid #f0f0f0;
  	background: #f2f2f2;
  	border-radius: 2px;
	cursor:text;
}

/* scrollup */
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	opacity:0.5;
	position:fixed;
	bottom:2px;
	right:2px;
	display:none;
	z-index:101;
	background: url('../images/arriba.png') no-repeat;
	background-size:contain;
}

.highlight_activo {
	background-color: rgba(220, 220, 220, 0.5) !important;
}

/*Tooltips con jquery-ui*/
.ui-tooltip, .arrowN:after {
    	background: #464646;
	border: 1px solid white;
}
.ui-tooltip {
    	padding: 5px;
    	color: white;
	font-size:90%;
    	border-radius: 5px;
	text-align:center;
	line-height:120%;
}
.arrowN {
    	width: 70px;
    	height: 16px;
    	overflow: hidden;
    	position: absolute;
    	left: 50%;
    	margin-left: -35px;
    	bottom: -16px;
}
.arrowN.top {
    	top: -16px;
    	bottom: auto;
}
.arrowN.left {
    	left: 20%;
}
.arrowN:after {
    	content: "";
    	position: absolute;
    	left: 20px;
    	top: -20px;
    	width: 25px;
    	height: 25px;
    	-webkit-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
    	transform: rotate(45deg);
}
.arrowN.top:after {
    	bottom: -20px;
    	top: auto;
}

/* circulos con números */
span.red {
  	background: red;
   	border-radius: 1.4em;
  	-moz-border-radius: 1.4em;
  	-webkit-border-radius: 1.4em;
  	color: #ffffff;
  	display: inline-block;
  	font-weight: bold;
  	line-height: 2.8em;
  	margin-right: 5px;
  	text-align: center;
  	width: 2.8em;
}

span.darkred {
  	background: #dc3545;
   	border-radius: 1.4em;
  	-moz-border-radius: 1.4em;
  	-webkit-border-radius: 1.4em;
  	color: #ffffff;
  	display: inline-block;
  	font-weight: bold;
  	line-height: 2.8em;
  	margin-right: 5px;
  	text-align: center;
  	width: 2.8em;
}

span.darkyellow {
  	background: #ffc107;
   	border-radius: 1.4em;
  	-moz-border-radius: 1.4em;
  	-webkit-border-radius: 1.4em;
  	color: #ffffff;
  	display: inline-block;
  	font-weight: bold;
  	line-height: 2.8em;
  	margin-right: 5px;
  	text-align: center;
  	width: 2.8em;
}

span.green {
  	background: #5EA226;
   	border-radius: 1.4em;
  	-moz-border-radius: 1.4em;
  	-webkit-border-radius: 1.4em;
  	color: #ffffff;
  	display: inline-block;
  	font-weight: bold;
  	line-height: 2.8em;
  	margin-right: 5px;
  	text-align: center;
  	width: 2.8em;
}

span.gray {
  	background: #6c757d;
   	border-radius: 1.4em;
  	-moz-border-radius: 1.4em;
  	-webkit-border-radius: 1.4em;
  	color: #f0f0f0;
  	display: inline-block;
  	font-weight: bold;
  	line-height: 2.8em;
  	margin-right: 5px;
  	text-align: center;
  	width: 2.8em;
}

span.lightgray {
  	background: #f1f2f3;
   	border-radius: 1.4em;
  	-moz-border-radius: 1.4em;
  	-webkit-border-radius: 1.4em;
  	color: #d3d3d3;
  	display: inline-block;
  	font-weight: bold;
  	line-height: 2.8em;
  	margin-right: 5px;
  	text-align: center;
  	width: 2.8em;
}


/* circulos con números */


/*Checkboxes y radiobutton */

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*Checkboxes y radiobutton */


/* CSS PARA LAS LISTAS*/
.lista0 ul, .lista ul {
  	margin: 0;
  	padding: 0;
}

.lista0 ul li, .lista ul li {
  	cursor: pointer;
  	position: relative;
  	padding: 12px 50px 12px 40px;
  	list-style-type: none;
  	background: #eee;
  	font-size: 120%;
  	transition: 0.2s;
  
  	/* make the list items unselectable */
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.lista0 ul li:nth-child(odd), .lista ul li:nth-child(odd) {
  	background: #f9f9f9;
}

.lista0 ul li:hover, .lista ul li:hover {
  	background: #ddd;
}

.lista0 ul li.checked, .lista ul li.checked {
  	background: #888;
  	color: #fff;
  	text-decoration: line-through;
}

.lista0 ul li.checked::before, .lista ul li.checked::before {
  	content: '';
  	position: absolute;
 	 border-color: #fff;
  	border-style: solid;
  	border-width: 0 2px 2px 0;
  	top: 10px;
  	left: 16px;
  	transform: rotate(45deg);
  	height: 15px;
  	width: 7px;
}

.lista0 .close, .lista .close {
  	position: absolute;
  	right: 0;
  	top: 0;
  	padding: 12px 16px 12px 16px;
}

.lista0 .close:hover, .lista .close:hover {
  	background-color: #f44336;
  	color: white;
}

.lista0 .header, .lista .header {
  	padding: 5px 0 0 0;
  	color: white;
  	text-align: center;
}

.lista0 .header:after, .lista .header:after {
  	content: "";
  	display: table;
  	clear: both;
}

.lista0 input,  .lista input {
  	margin: 0;
  	border: 1px solid #ccc;
  	border-radius: 0;
  	width: 90%;
  	padding: 10px;
  	float: left;
  	font-size: 16px;
}

.lista0 .addBtn, .lista .addBtn, .lista .addBtn3, .lista .addBtn3M {
  	padding: 10px;
  	width: 10%;
  	background: #d9d9d9;
  	color: #555;
  	float: left;
  	text-align: center;
  	font-size: 12px;
  	cursor: pointer;
  	transition: 0.3s;
  	border-radius: 0;
}

.lista0 .addBtn:hover, .lista .addBtn:hover, .lista .addBtn3:hover, .lista .addBtn3M:hover  {
  	background-color: #bbb;
}

.lista0 .preview, .lista .preview {
	padding:10px;
	text-align:justify;
	margin:0;
	background-color:rgba(255,255,255,0.5);
	color:#111;
}
/* CSS PARA LAS LISTAS*/

.custom-file-label::after { content: "Elegir";}

/* BOTONES FLTOANTES VERTICALES */
.sticky
{ 
position: -webkit-sticky !important;
position: sticky !important;
top:400px;
}

/* BORRAR IMAGEN EN CROPPIC */
.borrarImagen {
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	width:29px;
	height:29px;
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	right:0;
	top:29px;
}

/* BISQUEDA CON FILTRO DE JQUERY */

@media screen and (max-height:740px) and (max-width:360px) {
	.miBusqueda {
		display:none;
	}
}
