<?php
    header("Content-Type: text/javascript");
?>

#generatedImage{
    margin-bottom: 22px;
}

header {
    background-color: #379742;
    min-height: 39px;
}

footer{
    margin-top: auto;
    bottom: 0;
    width: 100vw;
    background-color: #379742;
    /*padding: 20px;*/
    box-sizing: border-box;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #ffffff93;
    color: white;
    position: fixed;
    top: 0px;
    backdrop-filter: blur(5px);
    color: black;
        z-index: 10000;
}

content div {
    width: 100%;
    display: flow-root;
}

.acordeon {
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
    transition: max-height 0.3s;
    box-sizing: border-box;
}

.acordeon.activo {
    max-height: 1000px; /* Establece una altura m�xima mayor al tama�o esperado del acorde�n */
}

h3.button[name="acordeon"] {
    margin-bottom: 0px;
}

.help{
    /*background-color: #f0f8ff;
    border: 2px dashed #4682b4;
    padding: 10px;*/
    font-size: larger;
    text-align: right;
}

.help a{
    text-decoration: none;
    color: black;
}



.window {
    text-align: center;
    margin: auto;
}

#loginContainer {
    display: none; /*Flex cu�ndo se quiera mostrar*/
}

#popupContainer{
    display: flex;
}

content li {
    margin-bottom: 4px;
}

up {
    vertical-align: super;
    font-size: smaller;
}

wrapper {

}

h1 {
    text-align: center;
    background-color: #37974259;
    color: white;
    padding: 10px;
}

h2 {
    margin: 0px;
    padding: 7px;
    padding-left: 20px;
    background-color: #379742;
    font-size: medium;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

#loginWindow table, #logoutWindow table, #popup table{
    width: 100%;
    text-align: right;
}

#loginWindow table input, #logoutWindow table input, #popup table input{
    width: 100%;
}

table.fullwidth td {
        /*border-bottom: 1px #00000050 solid;*/
    padding: 5px;
    text-align: center;
}

#loginWindow, #logoutWindow, #popup{
    max-width: 520px;
}

table.fullwidth {
    border-collapse: collapse;
}

#subHeader{
    max-height: 62px;
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}

#subHeader img{
    max-height: 48px;
    width: auto;
    margin: 7px;
}

header div{
    display: block;
    width: 100%;
    max-width: 1440px;
    height: 10px;
    margin-right: auto;
    margin-left: auto;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea {
    box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 100%;
    resize: vertical;
    height: auto;
}

select{
        box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.15);
}

.button {
    border: 1px #00000050 solid;
    border-radius: 7px;
    font-weight: bold;
    padding: 3px;
    background-color: #379742;
    color: white;
    box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    font-size: small;
    font-family: sans-serif;
}
.button:hover {
    background-color: #111111;
}

header menu li {
    text-decoration: none;
    list-style-type: none;
    display: inline;
    /*border: 1px #000 solid;*/

    padding: 5px;
    box-sizing: content-box;
    cursor: pointer;
}

header menu li:hover{
    background-color: #111111;
}

header menu li a{
    text-decoration: none;
    color: white;
}

header p {
    color: white;
    font-size: larger;
    line-height: 0px;
    float: left;

    margin-left: 7px;
}

header menu {
    display: inline;
    float: right;
    margin: 9px;
    margin-right: 5px;
}


body{
    margin: 0px;
    font-family: 'Lora', serif;
    /* font-size: 48px; */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100vh;
        overflow-x: hidden;
}

img {
    max-width: 100%;
}

@media screen and (max-width: 1280px) {
    body {
        /*zoom: 100%;*/
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    body {
        /*zoom: 125%;*/
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    body {
        /*zoom: 175%;*/
    }
}

family {
    display: block;
}

.fullwidth{
    width: 100%;
}

a.red {
    color: red;
    text-decoration: underline;
        cursor: pointer;
}

table.margintop {
    margin-top: 26px;
}

/***********************************Images Uploader**************************************/
.drop-area {
    width: 100%;
    height: 150px;
    border: 2px dashed #ccc;
    text-align: center;  
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#drop-area.dragging {
    background-color: #eee;
}

progress#progress-bar-fotito {
    width: 100%;
}
/****************************************************************************************/

/****************************Configuraci�n de la p�gina**********************************/
section {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 25px;
}

content{
    background-color: #fbfbfb;
    padding: 5px 25px 25px 25px;
    display: block;
    box-sizing: border-box;
}
content p{
    text-align: justify;
}

/****************************************************************************************/

.admin-table-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}

/****************************************************************************************/

.family_box {
    border: 1px #000 dashed;
    display: block;
    box-sizing: content-box;
    margin: 10px;
    background-color: #00000010;
    padding: 10px;
}