body {
	margin: 0;
	font-family: arial;
	font-size: 16px;
}

.version {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

i.fa-solid.fa-check-double {
	display: none;
	color: #008f00;
}

.logo_enc {
	z-index: 1;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #066078;
	background-image: url("images/cropped-salcantay_logo.png");
	background-repeat: no-repeat;
	height: 16vh;
}

.other {
	text-align: right;
	padding: 10px;
	font-size: smaller;
	text-decoration: underline;
	color: #253d8a;
	cursor: pointer;
}

.lupa {
	background-image: url("images/search.png");
	background-size: contain;
	width: 5vh;
	height: 5vh;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	z-index: 2;
}

.torta, .menu {
	background-image: url("images/cake.png");
	background-size: contain;
	width: 5vh;
	height: 5vh;
	position: absolute;
	bottom: 2px;
	right: 2px;
	cursor: pointer;
	z-index: 2;
}

.houses {
    position: absolute;
    z-index: 2;
    bottom: 3px;
    left: 20vw;
    display: none;
}

.house {
	font-weight: bold;
	display: inline-block;
	padding: 3px;
	border-radius: 5px;
	cursor: pointer;
}

.error-text{
	color: #721c24;
	padding: 8px 10px;
	text-align: center;
	border-radius: 5px;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	margin-bottom: 10px;
	display: none;
}

.login {
	position: fixed;
	width: 100%;
	top:  17vh;
}

.login form {
	margin: 5px 10px;
}

.login form .field label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

.login form .field.input {
	width: 10em;
	font-size: smaller;
	display: none;
}

form .field i {
		color: #ccc;
		cursor: pointer;
		transform: translateX(-1.5em);
}

form .field i.active::before {
		color: #333;
		content: "\f070";
}

.salcantay {
	display: inline;
	font-size: smaller;
}

.login form .button input {
	background-color: #066078;
    display: block;
    width: fit-content;
    padding: 1vh 5vw;
    margin: 20px auto;
    font-size: larger;
    color: white;
    cursor: pointer;
}

.saludo {
    background-color: #066078;
    position: absolute;
	cursor: pointer;
    top: 30%;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 20px 0;
    font-size: larger;
    display: none;
}

.msjSaludo {
    position: absolute;
    right: 0;
    font-size: 0.5em;
}

.contenido {
	padding: 17vh 10px 5vh 10px;
	margin: 0 5px;
}

.Nivel, .Cumbre {
	font-size: 1.5em;
	font-weight: bolder;
	color: #015f78;
}

.Cumbre {
	cursor: pointer;
	background-image: url("images/salky-85.png");
	background-repeat: no-repeat;
	height: 45px;
	padding: 20px;
	text-align: center;
}

.promYear {
	text-decoration: none;
	color: #066078;
	display: inline-block;
	cursor: pointer;
}

.meses {
	background-color: #eb8e04;
	position: absolute;
	right: 5px;
	top: 5px;
	display: none;
	color: white;
	z-index: 3;
}

.mes {
	border: 1px solid white;
	border-collapse: separate;
	padding: 5px;
	text-align: center;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.mesEnc {
	background-color: #066078;
	top: 0;
	position: fixed;
	z-index: 1;
	width: 100%;
	color: white;
	height: 4vh;
	padding: 1vh 16px;
	font-size: larger;
	font-weight: bold;
}

table {
	width: 100%;
}

.tablaCumple {
	padding-top: 6vh;
}

th, td {
	 border: 1px solid #066078;
	 border-collapse: separate;
	 padding: 5px;
	 text-align: left;
	 position: relative;
}

.celeste {
	background-color: lightcyan; 
}

.profesor {
	background-color: #066078;
	color: white;
}

.exalumno {
	font-style: italic;
	color: brown;
}

.back, .regresa {
	height: 6vh;
	width: 6vh;
	position: fixed;
	top: 2px;
	right: 2px;
	z-index: 1;
	background-image: url('images/back_yellow.png');
	background-size: contain;
	cursor: pointer;
}

.regresa {
	display: none;
}

.cumple_foto {
	width: 60%;
	max-width: 200px;
	position: fixed;
	z-index: 1;
	top: 10px;
	background-color: white;
	padding: 10px;
	display: none;
	border: 2px solid;
}

#panelBuscar, .msgMask {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	background-color: transparent;
	width: 94vw;
	padding: 0 3vw;
	height: 100%;
	font-size: larger;
}

.msgTexts {
    padding: 1.5vh;
    border: 6px double #eb8e04;
}

.panSearch, .msgZone {
	background-color: #066078;
	position: relative;
	color: white;
	padding: 1.5vh;
	max-width: 400px;
	margin: auto;
	margin-top: 30vh;
}
	
.panSearch i {
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 5px;
	font-size: 1.5em;
}
	
.panSearch input[type=text] {
	display: block;
	width: 80%;
	margin-bottom: 10px;
	font-size: 1em;
}
	
.panBoton {
	cursor: pointer;
	position: relative;
	width: 45%;
	font-size: 1em;
	display: inline-block;
	text-align: center;
	background: lightgray;
	color: black;
	padding: 2px;
}
	
.panBoton i {
	font-size: 1em;
	position: relative;
	translate: -2px -3px;
}
	
.search {
	right: 10px;
	position: absolute;
	font-size: 1.5em;
}
	
.searchCriteria {
	padding: 3em 5px 0 5px;
	font-size: 1em;
	margin-bottom: -6vh;
}
	
.searchString {
	padding: 0 12px;
	background-color: lightblue;
	white-space: nowrap;
}

.encab {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	background-color: #066078;
	font-size: 2em;
	min-height: 6vh;
	font-weight: bold;
	color: #eb8e04;
	padding: 2px;
}

.tutor {
	background-color: #eb8e04;
	font-weight: bold;
	font-size: 1.5em;
}

#fotoAlum {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100px;
}

.fotoAlumn {
	top: 0;
	position: relative;
	border: 0px;
	width: 100%;
	max-width: 200px;
	min-width: 90px;
}

.fotoSmall {
	width: 25%;
	position: absolute;
}

.fechaNac {
	bottom: 0px;
	right: 2px;
	position: absolute;
	font-size: smaller;
	color: brown;
}

.casa {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	text-align: center;
}

.numero {
	position: absolute;
	top: 5px;
}

.no-visible {
	display: none;
}

.retirado {
	color: red;
}

.gradoCumbre {
	padding: 0.5vh;
}

.housemember i {
	display: inline-block;
	font-style: normal;
	width: 1.5em;
	text-align: right;
	padding: 0 0.5em;
}

.finalCasa {
    text-align: center;
    padding: 0.5vh;
    margin-bottom: 2vh;
}

.R {background-color: #cc0000;color: white;}
.G {background-color: green;color: white;}
.B {background-color: blue;color: white;}
.Y {background-color: yellow;color: black;}

a:visited, a:link {
	 text-decoration: none;
	 color: rgb(10,42,116);
	 font-family: Arial;
}

a.mes:link, a.mes:visited {
	color: white;
	font-size: 18px;
	font-weight: bolder;
}

a.phone:visited, a.phone:link {
	text-decoration: none;
	color: green;
	font-weight: bolder;
	font-size: 0.8em;
}

a.phone2:visited, a.phone2:link {
	text-decoration: none;
	color: maroon;
	font-weight: bolder;
	font-size: 0.8em;
	margin-left: 10px;
}

.mailto {
	margin-bottom: 10px;
	font-size: 0.8em;
}

.show {
	display: block;
}

.tipoVirtud {
	position: absolute;
	top: 20px;
	padding: 10px 5px;
	background-color: white;
	opacity: 0.7;
	font-weight: bold;
}

.logout {
	position: absolute;
	right: 10px;
	font-size: xx-large;
	cursor: pointer;
}

.printClass {
	background-image: url("./images/print-48.png");
	background-size: contain;
	width: 32px;
	height: 32px;
	margin: 5px;
	position: fixed;
	z-index: 1;
}

.PDF {
	background-image: url("./images/pdf-48.png");
	background-size: contain;
	width: 32px;
	height: 32px;
	margin: 5px 50px;
	position: fixed;
	z-index: 1;
}

.whatsapp {
	background-image: url("./images/whatsapp48.png");
	background-size: contain;
	display: block;
	width: 48px;
	height: 48px;
}

.mailParent {
	background-image: url("./images/email_go_32.png");
	background-size: contain;
	display: block;
	width: 32px;
	height: 32px;
}

.tableIcons {
	width: 1%;
	white-space: nowrap;
}

.datosFam {
	width: 100%;
	height: 100%;
	font-size: smaller;
	background-color: whitesmoke;
	display: none;
}

.openMenu {
	background: transparent;
	top: 3px;
	left: 4px;
	width: 79px;
	height: 95px;
	position: absolute;
	cursor: pointer;
}

.titulo {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

.selectDate label {
	font-size: larger;
	margin: 10px;
}

.selectDate input[type="date"] {
	font-size: large;
	margin-bottom: 10px;
}

.selectDate button {
	display: block;
	width: 80%;
	max-width: 400px;
	margin: auto;
	margin-bottom: 10px;
	font-size: large;
}

a#Report {
	width: 80%;
	display: block;
	text-align: center;
	margin: auto;
	background-color: #efefef;
	padding: 17px 0;
	border: 1px solid black;
	cursor: pointer;
}

.msgInterview {
	background-color: lightyellow;
	text-align: center;
	color: blue;
}

.wait {
	background-image: url("images/wait.gif");
	width: 200px;
	height: 200px;
	position: fixed;
	top: 30%;
	left: 20%;
	display: none;
}

#dataForm {
	margin: 10px;
}

.shortTxt {
	width: 15px;
}

.longTxt {
	width: 80%;
}

.modificar {
	position: absolute;
	width: fit-content;
	padding: 10px;
	background-color: lightgray;
	border: 1px solid;
	font-weight: bold;
	bottom: 2px;
	right: 2px;
	cursor: pointer;
}

.retirar {
	position: absolute;
	width: fit-content;
	padding: 10px;
	color: red;
	background-color: darkgray;
	border: 2px black solid;
	font-weight: bold;
	bottom: 2px;
	left: 2px;
	cursor: pointer;
}

.hermanos i {
	font-style: normal;
	color: #253d8a;
}

.verExalumnas {
    background: #066078;
    color: white;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
    position: sticky;
    bottom: 0;
}

.reload {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: x-large;
    padding: 10px;
    color: #066078;
}

#form1, #form2 {
    border: 1px solid gray;
	font-size: smaller;
    padding: 10px 5px;
    margin-bottom: 12px;
    background-color: #066078;
    color: white;
    position: relative;
}

#form1 input[type='text'],#form1 input[type='date'], #form1 input[type='number'] ,
#form2 input[type='text'],#form2 input[type='date'], #form2 input[type='number'] {
		margin-bottom: 10px;
}

#form1 label, #form2 label {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    width: 85px;
}

.short {
    width: 40px;
}

.fa-circle {
    display: none;
    color: greenyellow;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

textarea {
    width: 240px;
}

#TelPadre, #TelMadre {
    width: 80px;
}

.short {
    width: 40px;
}

.fa-circle {
    display: none;
    color: greenyellow;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5vh;
    background-color: #066078;
	color: white;
	font-size: 1em;
}

table.grados {
	margin-bottom: 0.5em;
}

table.grados td {
	border-color:#066078;
}

table.grados td span {
	margin-left: 1em;
    font-size: smaller;
    float: right;
}

td.grdScc {
    font-weight: bold;
    color: #066078;
}

tr {
    cursor: pointer;
}

.mnBtn {
    display: block;
    cursor: pointer;
    width: 80%;
    max-width: 400px;
    height: 6vh;
    padding: 5px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 1em;
    text-align: center;
    background-color: buttonface;
    border: 1px solid gray;
    border-radius: 10px;
}

.mnBtn img {
	height: 5vh;
}

.blurZone {
    background-color: gray;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.buttonZone {
	width: 50%;
	max-width: 200px;
    background-color: #066078;
    z-index: 2;
    position: absolute;
    margin: 20%;
    height: 25%;
    padding: 5%;
}

.print {
    width: 70%;
    background-color: lightgray;
	border-radius: 15px;
    padding: 20px;
    margin: 12% auto;
    text-align: center;
    cursor: pointer;
}

.photoCell {
	vertical-align: top;
}

.photoCell img {
	width: 138px;
}

.classTitle {
	font-size: 72px;
	font-weight: bold;
	color: #066078;
	width: 1100px;
	text-align: center;
	padding-bottom: 20px;
}

.photoName {
	font-size: 18px;
	width: 136px;
}

.tablePrint {
	width: 1100px;
	height: 1450px;
	display: table-row-group;
}

@media print {
	.blurZone {
		display: none;
	}
	.buttonZone {
		display: none;
	}
}

@media only screen and (min-width: 600px) {
	body {font-size: 24px;}
}

@media only screen and (min-width: 900px) {
	body {font-size: 32px;}
}

@media screen and (max-height: 1000px) and (orientation: landscape) {
	body {font-size: 28px;}
	.puma {height: 10vh;}
	table {width: 70vw; margin-left: 5vw;}
}