body {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKUlEQVQIW2NsKkv/zwAFP3/8ZGCECYA47BzsEAEYB6SQsTov4T9IBgYA5FASZ1y92rAAAAAASUVORK5CYII=");
    background-attachment: fixed;
	background-position: top;
	color: black;
	margin: 0 auto;
	width: 1000px;
    position: static;
    text-align: center;

}

::-webkit-scrollbar {
    width: 6px; 
}
::-webkit-scrollbar-track {
    background: #b7a181; 
}
::-webkit-scrollbar-thumb {
    background: #ccbda8; 
    border-radius: 10px; 
}
::-webkit-scrollbar-thumb:hover {
    background: #b7a181; 
}


.content-notification
{
	background: #a79780;
}

div#logo img {
    vertical-align: bottom;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px #222;
}

div#logo {
    background: #8b7e66;
    border: 0 none;
    border-radius: 10px 10px 0 0;
    height: 200px;
    margin-top: 20px;
    width: 1000px;
    padding-top: 9px;
    box-shadow: 0px 0px 3px 0px #222;
}


div.menu {
    position: relative;
    z-index: 1000;
    top: -29px;
}

li.navigation a:link, li.navigation a:visited, li.navigation a:active {
    color: white;
    display: block;
    padding-top: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

div.menu ul {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

li.navigation {
    color: #fff;
    font-size: 13px;
    border-right: 2px solid #6c6c6c;
    float: left;
    font-weight: normal;
    height: 25px;
    list-style: none outside none;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    text-shadow:1px 1px 1px black;
}

div.statTable {
    height: 200px;
    width: 1000px;
    margin-bottom: 80px;
    /*margin-top: -35px;*/
    z-index: 0;
    position: relative;
    background: url('stat_background.png') repeat-x;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 1px 1px 0px #222;
}

div.statTable .left {
    float: left;
    text-align: left;
    padding: 10px 20px;
    max-width: 390px;
}

div.statTable .left .leftMenu {
	list-style: none;
	display: inline-block;
	position: absolute;
	top: 166px;
	left: 0px;
	max-width: 390px;
	border-radius: 0px 0px 0px 10px;
	text-align: right;
	padding-top: 5px;
	/*  background: url(/skin/alap/rightmenu-background.png) repeat-x; */
	display: flex;
	justify-content: normal;
	padding-left: 9px;
	width: 390px;
	background: linear-gradient(to bottom, #857561, #a8957a);
} 


.leftMenu a {
    text-transform: uppercase;
    color: #3b392f !important;
    text-decoration: none !important;
    font-family:Verdana;
    font-size: 7pt;
}

ul.leftMenu {
    margin:0 auto !important;
}

.donate-link {
    background: linear-gradient(270deg, #ff6b6b, #feca57, #48dbfb);
    background-size: 600% 600%;
    color: white !important;
    padding: 7px 5px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    animation: gradientMove 5s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.donate-link:hover {
  filter: brightness(1.1);
}

div.statTable .right .rightMenu {
    list-style: none;
    display: inline-block;
    position: absolute;
    top: 166px;
    right: 0px;
    width: 390px;
    border-radius: 0px 0px 10px 0px;
    text-align: center;
    height: 30px;
    padding-top: 3px;
    background: url(/skin/alap/rightmenu-background.png) repeat-x;
}

div.statTable .right .rightMenu li a {
    float: left;
}

div.statTable .right .rightMenu li {
    float: left;
    margin: 0px 10px;
    padding: 5px 0px;
    width: 34px;
    height: 50%;
    border-right: 1px solid #626262;
    text-align: center;
}

div.statTable .right .rightcontent {
    width: 390px;
    position: relative;
    float: right;
}

div.statTable .left #progressbar {
    width: 340px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}

td
{
	text-align: left;
}

div.statTable .right {
    float: right;
    text-align: left;
}

div.statTable .left #progressbar .progress-label {
    margin-top: 5px;
}

ul {
    margin-bottom: 0;
    margin-left: 16pt;
    margin-top: 0;
}

div.statTable .left .leftMenu li {
	text-align: left;
	color: white;
	text-decoration: none;
    float: left;
    margin: 0px 6px;
    padding: 5px 0px;
}

a:link, a:visited {
    color: black;
}

div.statTable .clockHolder {
	margin: 0 auto;
    width: 200px;
    height: 240px;
    position: relative;
    z-index: 1000;
    background-color: #8b7e66;
    box-shadow: 0px 2px 3px 0px #222;
    border-radius: 0px 0px 10px 10px;
}

div.statTable .clockHolder #clock {
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 20px;
}

div.statTable .clockHolder .welcome {
    font-size: 14px;
    padding-right: 0px;
    /* background: url(../pic/icon_user.png) no-repeat left center; */
    line-height: 25px;
    margin: 0px;
}

td.colhead, td.embedded, td.colhead-simple
{
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	background: #ccbda8;
}



td.colhead:first-child 
{
	border-top-left-radius: 4px;
}

td.colhead:last-child 
{
	border-top-right-radius: 4px;
}

tr:last-child td:first-child 
{
	border-bottom-left-radius: 4px;
}

tr:last-child td:last-child 
{
	border-bottom-right-radius: 4px;
}

.no-border-radius 
{
  border-radius: 0 !important;
}

td.colhead:only-child, td.embedded:only-child
{
	border: solid 1px #907e64;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
    opacity: 1.0;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    background-image: url('colhead.png');
    margin: auto;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


td.text
{
	text-align: left;
	border: solid 1px #907e64;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

td
{
	border: solid 1px #907e64;
	padding: 4px;
}

table 
{
    border: medium none;
    border-collapse: separate;
    border-spacing: 0px;
	margin: 0 auto;
}

table.main
{
	width: 1000px;
	margin: 15px 0px;
}

td.mainouter_top
{
	border-bottom: none;
	width: 1000px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-image: url('felso_nyitas.png');
}

td.mainouter
{
	padding: 15px;
	border-top: none;
	border-bottom: none;
	width: 1000px;
	background-image: url('kozep_hatter.png');
	text-align: center;
}

td.mainouter_bottom
{
	border-top: none;
	border-bottom-left-radius: 8px !IMPORTANT;
	border-bottom-right-radius: 8px !IMPORTANT;
	width: 1000px;
	height: 15px;
	background-image: url('also_zaras.png');
}

li.navigation:hover
{
	background: rgba(255,255,255,0.2);
}

.rounded
{
	border-radius: 4px;
}

.no-rounded
{
	border-radius: 0px !IMPORTANT;
}

a
{
	text-decoration: underline;
}

input, select, option, textarea {
    border-radius: 3px !important;
    background: #cdbda7 !important;
    border: 1px solid black !important;
    color: black !important;
    padding: 4px !important;
}

hr {
  border-color: #907e64; /* Az új szín hexa kódja */
}

td[align=center]
{
	text-align: center; /* Szöveg középre igazítása */
    vertical-align: middle; /* Függőleges középre igazítás */
}

.g-recaptcha 
{
	margin: auto; 
	max-width: 305px;
}

.clock{
    transform:scale(0.83);
}

.progress-bar-success{
            background-color: #8b7e66;
        }



input[type="submit"],input[type="button"] {
  background-color: #8c7853 !important; 
  background-image: linear-gradient(#a49c91, #6f6351) !important; 
  border-radius: 5px; 
  padding:7px 5px !important;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase; 
  font-size: 10px; 
  cursor: pointer;
  text-shadow: 1px 1px 1px #807465;
} 

input[type="submit"]:hover,input[type="button"]:hover {
    background-image: linear-gradient(#a19482, #695a4b) !important; 
    box-shadow: 1px 1px 1px #00000050;
    transition-property: all;
    transition-duration:150ms;
}

div.felso{
    font-family:Arial,sans-serif;
    text-decoration: underline 1px dotted;
    color:#3b342b;
}        


div.felso:hover{
    color:black;
}  


#responseContainer {
        display: none; 
        position: fixed;
        width: 50%; 
        max-width: 640px;
        height: auto; 
        max-height: 80%; 
        overflow-y: auto; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        background-color: #766b5a; 
        color: black; 
        padding: 20px;
        z-index: 9999;
        box-shadow: 0 4px 6px rgba(0,0,0,0.5);
        border-radius: 8px; 
    }        


.content-wrapper {
            max-width: 960px;
            margin: 20px auto;
            padding: 20px;
            background-color: #a69784;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}