/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2026. febr. 19., 15:36:21
    Author     : Andras Banhazi
*/
#header{
    height: 100px;
    width: 100%;
}
#header img{
    background-position: right;
    transform: rotate(90deg);
    position:relative;  
    height: 400px;
    width: auto;
    z-index: 0;
}
#menu{
    width: 70%;
    height: 60px;
    position:absolute;
    float: right;
    display: inline-block;
    vertical-align: top;
}
#menu a{
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 150px;
    float:left;
    color: #000;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
    float: right;
}
#menu a:hover{
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 150px;
    float:left;
    color: #009933;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
    float: right;
}
#welcome-text{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Alegreya SC";
    font-size:60px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
}
#sub-welcome-text{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
}
#requstext{
    height: auto;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "Alegreya SC";
    font-size:15px;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
    padding-bottom: 50px;
}
#feedback{
    width: 100%;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    padding-bottom: 80px;
}
.logtable{
    margin-top: 30px;
    width: 50%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Alegreya SC";
    font-size:15px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
}
.logtable td{
    width: 50%;
}
.logtable_record{
    border-bottom-style: solid;
    border-bottom-width: thin;
}
#main{
    width: 100%;
    height:50%;
    position: relative;
    z-index: 1;
}
#main table{
    width: 50%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#subcont{
    width: 50%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#subcont a{
    display: block;
    background-color: #FFF;
    color: #000;
    border-style: none;
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
}

#subcont a:hover{
    display: block;
    background-color: #000;
    color: #fff;
    border-style: none;
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
}

.subbutton{
    display: block;
    background-color: #FFF;
    color: #000;
    border-style: none;
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
}
.subbutton:hover{
    display: block;
    background-color: #000;
    color: #fff;
    border-style: none;
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
}
.delbutton{
    display: block;
    background-color: #bd2300;
    color: #000;
    border-style: none;
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
}
.delbutton:hover{
    display: block;
    background-color: #f9ff08;
    color: #000;
    border-style: none;
    font-family: "Alegreya SC";
    font-size:20px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
}
.mainsdivs{
    display: block;
    border-bottom-style: solid;
    border-bottom-width: thin;
    cursor:pointer;
    width: 100%;
}
#filters{
    display: block;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    width: 110%;
    auto: 50px;
}
.subsnames{
    font-family: "Alegreya SC";
    font-size:15px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}
.subtendees{
    float: right;
    font-family: "Alegreya SC";
    font-size:15px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}
#footer { 
  display: flex;
  margin: 50px auto; 
  position: relative; 
  width: 100%; 
  height: 400px; 
  padding: 10px; 
}

#footer > div { 
  position: absolute; 
  top: 10px; 
  left: 10px; 
  right: 10px; 
  bottom: 10px; 
}
/*#footer{
    height: 400px;
    width:100%;
    margin-top: 50px;
}
#footer a{
    height: 100%;
    width: 50%;
    cursor: pointer;
}*/
#footer img{
    height: 100%;
    width: auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
ul{
    list-style:none;
}
.invimg{
    height: auto;
    width: 100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}
