@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Stint+Ultra+Condensed&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
/* CSS Document */
/* latin-ext */

.ff-stin{
	font-family: 'Stin';
}

.ff-oswald{
	font-family: 'Oswald';
}
.bg-indigo{
	color: #000;
    background-color: #a370f7;
}
@media print {
	.google-auto-placed, .ap_container{
		display: none !important;
	}
	.noPopup{
		display: none !important;
	}
	footer {page-break-after: always;}
	td,th,p,li,a {
		font-size: 9pt !important;
		padding: 5px;
	}
	table, tr, td, th{
		padding: 0 3pt !important;
	}
    table { page-break-inside:avoid; }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }
}  
#wstoolbar{
	margin: 0;
    padding: 0;
    list-style: none;
    float: right;
	font-size: 1.3em;	
}
#wstoolbar a{
	text-decoration: none;
}
#wsuserarea{
	border-right: solid 1px #aaa;
    color: #fff;
    width: 100%;
    margin: 0;
    display: none;
	overflow: hidden;
}
.user_button, .c-pointer{
	cursor:pointer;
}
.wsuserli,.wsadminli{
    list-style: none;	
	float: right;
	margin:0;
	padding: 0;
	border-left: solid 1px #aaa;
    width: 100%;
}

#wsuserarea li{
    padding: 0.2rem;
	border-bottom: solid 1px #aaa;
}
@media screen and (min-width:600px){
	.wsuserli,.wsadminli{
		min-width: 200px;
		max-width: 300px;	
	}
}
#wsuserarea li:hover{
	background: #000;
}
.btn-whatsapp{
	font-size: 0.9em !important;
}
.bg-gris{
	background-color: #ccc;
}
.bg-light{
	background-color: #e9ecef !important;
}
.text-shadow{
	text-shadow: -2px 2px 2px #000000;
}
.nav-tabs-body{
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
#frmProfile span.input-group-text, #frmRegistro span.input-group-text{
	min-width: 150px;
}
.lblSemForm{
	background-color: #e9ecef !important;
    border: solid 1px #ced4da;
    padding: .3em 1em .3em 1em;
    border-radius: 4px 0 0 4px;
    margin-right: .5em;
}
.edit-main-menu li{
	cursor: row-resize;
    padding: 0.5rem 0;

}
.edit-main-menu > li  li:hover{
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
.edit-main-menu a{
	text-decoration: none;
}
.optcat{
	cursor: pointer;
}
.optcat:hover{
	border:solid 1px #999;
}
.iaccion{
	cursor: pointer;
}
.iaccion:hover{
	background-color: #444;
    box-shadow: -2px 2px 2px #000;
    color: #fff;

}
.zebra:nth-of-type(odd){
	background-color:#eee;
}
.zebra:hover{
	background-color:#444;
	color: #fff;
}
.sombra{
	box-shadow: -2px 2px 6px #000;
}
.curso-link{
 cursor: pointer;
}
.curso-link:hover, .curso-link-active{
	background-color: #d1e7dd;
}.caduca{
	max-width: 5em;
}
.caduca .dia{
	font-size: 3rem;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: 700;
}
.curso-cover{
	background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	height: 300px;
	
}
.datafile:hover {
	cursor: pointer;
}
.justificado{
	text-align: justify;
}
.alerta_msg{
	position: fixed;
    z-index: 2000;
    right: 13px;
    bottom: 0px;
}
.rowtareas:hover, .tareas-nota .datafile:hover{
	cursor: pointer;
	background-color: #aaa;
}
.btnc{
	padding: 0.1rem 0.6rem;
    font-size: .8rem;
    border-radius: .2rem;
}
.bg-onpe{
	background-image:url(img/onpeback.jpeg) !important;
}
.calendar span{
	display: block;
	font-size: 3em;
	font-weight: bold;
}
.cedula-partidos{
	cursor: pointer;
}
input[type="color"]{
	max-width: 3em;
    padding: 4px;
    height: 38px;
}
.cedula-img{
	background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.accordion-body a.active{
	font-weight: bold !important;
}
.admin-aula-cards .card{
	box-shadow: -3px 3px 5px #000;
}
.cur-pointer{
	cursor: pointer;
}
tr.cur-pointer:hover, tr.active {
	background-color: #000 !important;
}
#tabla-docente-curso tr:hover{
	background-color: #777 !important;
	color: #FFF;
	cursor: pointer;
}
i[data-accion]{
	cursor: pointer;
	font-size: 1.3em;
}
i[data-accion]:hover{
	box-shadow: -2px 2px 5px #000;
	border-radius: 5px;
}
.fotante-s{
	position: fixed;
    top: 1rem;
    background: #333;
    padding: 0.5rem;
    left: 1rem;
    width: 100%;
    max-width: 500px;
}

.img-card-la{
	min-height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ellipsis{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}
[data-move]{
	cursor: pointer;
}
.cat-img{
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #eee;
    box-shadow: inset -2px 2px 5px #000;
}
.homefile{
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#map-canvas{
	width:100%;
	min-height:400px;
}
.text-justify{
	text-align: justify !important;
}
.miTinyMCE{
	min-height:300px;
}
.btn-grande{
	padding: 1em 2em;
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 300px;
    font-size: 1.5em;
    text-shadow: -2px 2px 2px #000;
}
.aceptacookies{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
	
}
.modal-header{
	cursor: move;
    padding: 8px 1em;
	background-color: #e9ecef !important;
    /*text-shadow: 0px 2px 2px #000;*/
}
header .google-auto-placed{
	display: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(218, 0, 0);
	opacity: 1; /* Firefox */
  }
#xhrTable td, #xhrTable th{
	 padding: 1px 6px;
}

div[aria-expanded=false]::after{
	content: "+";
    float: right;
    margin-right: 0.5rem;
}
div[aria-expanded=true]::after{
	content: "-";
    float: right;
    margin-right: 0.5rem;
}
.form-check-input {
	border-color: #000;
}
#tabla-buscador-dni [data-dni]:hover{
	cursor: pointer;
}
.v-header{
	writing-mode: vertical-lr;
    border-left: solid 2px;
    transform: rotate(180deg);
}
.col-estatica {
    position: sticky;
    left: 0;
    z-index: 5; 
	background: #FFF !important;
}
.row-estatica {
    position: sticky;
    top: 0;
	z-index: 6;
    background: #FFF !important;
}
.sup {
	position: absolute;
    top: -1.5em;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    right: 2px;
    font-size: 11px;
    text-shadow: 1px 1px 1px #000;
}
@media screen and (max-width:600px){
	#wstoolbar{
		font-size: 2em;	
	}
	#wstoolbar li{
		padding-left: .8rem;
	}
	#wsuserarea li{
		padding-left: .8rem;
		font-size: 1.5em;
	}
}
@media screen and (min-width:768px){
    .navbar-control{
        display: none !important;
    }
}
.bi-google{
    background: #4285F4;
    background: linear-gradient(180deg, rgba(234, 67, 53, 1) 25%, rgba(66, 133, 244, 1) 50%, rgba(251, 188, 5, 1) 75%, rgba(52, 168, 83, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}