body {
    margin: 0;
    padding: 2px;
    background-color: #335C67;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

h1 {
    color: white;
}

input {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.boton {
    color: white;
    background-color: #540B0E;
    width: fit-content;
    padding: 0.6em 1.2em;
    border-radius: 0.3em;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.bottom-right {
    position: absolute;
    right: 0.3em;
    bottom: 0.3em;
}

.mapaperu {
    margin-top: 1em;
    background-image: url('images/escudos/peru256.png');
    width: 256px;
    height: 256px;
}

.login {
    background-color: #9E2A2B;
    color: white;
    border: 0.3em solid white;
    border-radius: 0.3em;
    padding: 1em 1em 3em 1em;
    position: absolute;
    top: 3em;
    display: none;
}

i.fas.fa-eye {
    position: absolute;
    right: 1.5em;
    color: black;
    margin-top: 0.2em;
}

.error-text {
    background: #E09F3E;
    color: black;
    font-size: smaller;
    margin: 0.3em;
}

label {
    display: block;
}

header {
    background-color: #335C67;
    color: white;
    position: fixed; 
    top: 0; 
    width: 100%; 
    height: 3em;
    padding: 2px;
}

.mnElem {
	min-width: 45px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	text-align: center;
}

.selElem {
	background: #E09F3E;
	color: black;
}

.mnElem:hover {
	background-color: lightgray;
}

.mnRight {
	position: absolute;
	display: inline-block;
	right: 0px;
}

.salida {
    position: absolute;
    background: #540B0E;
    padding: 1em 1em;
    top: 2em;
    right: 0;
    color: white;
    z-index: 3;
    cursor: pointer;
    display: none;    
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.showSalida {
    display: block;
}

.selectores {
	display: block;
}

#dtpDate {
	display: inline;	
	font-size: 0.9em;
	text-align: center;
	width: fit-content;
}

.btDate {
	display: inline;
	cursor: pointer;
	text-align: center;
	width: 30px;
	font-size: larger;
}

article {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #f2f2f2;
    overflow: hidden;
}

.miTabla th {
	text-align: center;
	padding-left: 5px;
	font-size: smaller;
	cursor: pointer;
}

.tblEdit th {
   font-size: smaller;
   text-align: left;
}

.miTabla td {
	text-align: left;
	padding-left: 5px;
	border: 1px solid lightgrey;
	cursor: pointer;
}

.miTabla tr.odd {
   background-color: #ddeaee
}

aside {
    position: fixed;
    top: 5em;
    width: 18em;
    left: 2em;
    z-index: 3;
    background: #ee6c4d;
    /* color: white; */
    font-size: 0.8em;
    display: none;
    border: 0.066em solid black;
}

section {
    display: none;
    position: fixed;
    top: 6em;
    left: 10em;
    width: 8em;
    height: 15em;
    background: lightgray;
    border: 0.066em solid black;
    z-index: 4;
}

.asigSupl {
    position: absolute;
    top: 8.5em;
    left: 0.5em;
    border: 1px solid gray;
    padding: 0.33em;
    background: black;
    color: white;
    border-radius: 0.2em;
    cursor: pointer;
}

.suplentes {
    background: white;
    width: 5em;
    height: 13.3em;
    border: 0.0166em solid black;
    position: absolute;
    right: 0.5em;
    top: 1.2em;
    overflow: scroll;
}

.suplente {
    border: 0.066em solid lightgray;
    padding: 0.133em 0.333em;
    cursor: pointer;
}

.supFrz {
    color: #990000;
    display: none;
}

.verFrz {
    position: absolute;
    background: #f0f0f0;
    margin: 0.33em;
    color: #990000;
    font-size: 1em;
    padding: 0.2em 0.5em;
    border: 1px solid darkslategray;
}

.checked {
    background-color: #335c67;
    color: white;
}

.edTitle {
    background-color: black;
    color: white;
    font-weight: bold;
    padding: .5em 1em;
}

.addButton {
    position: absolute;
    display: inline;
    margin-left: 1em;
    z-index: 2;
    cursor: pointer;
    background-image: url(images/add.png);
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
}

.closeDlg {
    position: absolute;
    right: 0.13em;
    top: 0.13em;
    font-size: 1.5em;
    color: #e6e6e6;
    cursor: pointer;
}

.closeDlg2 {
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 1em;
    cursor: pointer;
}

.asideCont {
    padding: 0 1em 1em 1em;
}

.asideCont select {
    font-size: 1em;
}

input[name='Iniciales']{
    width: 4em;
}

input[name='Fecha']{
    width: 7em;
}

input[type='Time']{
    width: 5em;
}

input[name='Dato']{
    width: 100%;
}

.modForm label {
    display: inline-block;
    font-size: smaller;
}

.modBtn {
    display: inline-block;
    background-color: rgb(230, 230, 230);
    border: 0.066em solid gray;
    padding: 0.2em 0.5em;
    width: 3em;
    text-align: center;
    color: black;
    border-radius: 0.33em;
    cursor: pointer;
}

.edElim {
    background-image: url(images/eliminado.png);
    width: 18em;
    height: 18em;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1em;
    left: 0;
    display: none;
}

.edModif {
    background-image: url(images/modificado.png);
    width: 18em;
    height: 18em;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1em;
    left: 0;
    display: none;
}

.edAdded {
    background-image: url(images/anadido.png);
    width: 18em;
    height: 18em;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1em;
    left: 0;
    display: none;
}

summary {
    position: fixed;
    display: none;
    bottom: 3em;
    left: 1em;
    height: 20em;
    width: 20em;
    padding: 0.5em;
    background: #335c67;
}

.ausentesLima {
    width: 18em;
    margin: auto;
    height: 18em;
    background: #fff3b0;
    padding: 1em;
}

.ausentesLima table {
    font-size: 0.7em;
}

.ausentesLima td {
    padding: 0 0.6em;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background: #335c67;
}

.bt-noOp {
    opacity: 0.2;
    pointer-events: none!important;
}

.showInactives, .showAbsents {
    position: absolute;
    border: 0.1em solid gray;
    border-radius: 0.2em;
    cursor: pointer;
    top: 0.2em;
    left: 0.2em;
    width: 2.5em;
    height: 2.5em;
    background-image: url(images/showAll-40.png);
    background-size: 2.4em 2.4em;
    background-color: #f2f2f2;
}

.showAbsents {
    left: 3em;
    background-image: url(images/showAbsents.png);
}

.show {
    display: table-row!important;
}

.showblock {
    display: block!important;
}

.mail {
    width: 2.5em;
    height: 2.5em;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0.3em;
    pointer-events: none;
}

.white {
    background-image: url(images/sobre50-white.png);
    pointer-events: all;
    cursor: pointer;
}

.yellow {
    background-image: url(images/sobre50-yellow.png);
}

.red {
    background-image: url(images/sobre50-red.png);
}

.green {
    background-image: url(images/sobre50-green.png);
}

.act_sf {
    color: #ee6c4d;
}

.eModif {
    color: blue;
}

.eNoActiv {
    color: gray;
    text-decoration: line-through;
    display: none;
}

.eDespl {
    color: green;
}

.eSupl {
    font-style: italic;
}

#eSup {
    cursor: pointer;
}

.eForz {
    background-color: #e09f3e!important;
}

.eRed {
    background-color: red!important;
    font-style: normal;
    color: white;
}

.disabled {
    background-color: #ffffff;
    color: #c0c0c0;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.notVisible {
    display: none!important;
}

.confirmacion {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: black;
}

.confirmacion .titulo {
    padding-left: 0.33em;
    color: white;
}

.YES {
    margin-left: 0.33em;
    background-image: url(images/mail_yes.png);
    display: inline-block;
    width: 50px;
    height: 32px;
    cursor: pointer;
}

.NO {
    margin-left: 0.33em;
    background-image: url(images/mail_no.png);
    display: inline-block;
    width: 58px;
    height: 32px;
    cursor: pointer;
}

.activ0 {
	background: url(images/cross.png) no-repeat;
	background-position: center;
}

.activ1 {
	background: url(images/tick.png) no-repeat;
	background-position: center;
}

.placa2 {
	background: url(images/par.png) no-repeat;
	background-position: center;
}

.placa1 {
	background: url(images/impar.png) no-repeat;
	background-position: center;	
}

.wait {
    position: fixed;
    z-index: 4;
    top: 5em;
    left: 5em;
}

.warning {
    display: none;
    width: 100%;
    HEIGHT: 100%;
    position: fixed;
    top: 0;
    background: #f2f2f2e0;
    z-index: 5;
}

.warning-close {
    background: lightgray;
    width: fit-content;
    padding: 0.5em 0.8em;
    font-weight: bold;
    border: 1px solid #050505;
    cursor: pointer;
}

.warning-cont {
    width: 18em;
    min-height: 12em;
    background: red;
    margin: auto;
    margin-top: 5em;
    border: 2px solid black;
}

.warning-text {
    padding: 1em;
    min-height: 8em;
    background: #f2f2f2;
    margin: 1em;
    border: 1px solid gray;
    overflow-y: scroll;
}

@media only screen and (min-width: 600px) and (min-height: 900px) {
	body {font-size: 24px;}
}

@media only screen and (min-width: 900px) and (min-height: 1200px) {
	body {font-size: 32px;}
}

@media screen and (min-width: 1200px) and (max-height: 1000px) and (orientation: landscape) {
	body {font-size: 18px;}
}

@media screen and (min-width: 1900px) and (min-height: 900px) and (orientation: landscape) {
	body {font-size: 16px;}
}
