
body:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-image: url('./images/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 100px;
    background-size: auto;
}

.shadowed {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666,
                 Direction=135,
                 Strength=25);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/*
 * used by browsers which know about
 * :before to create the shadow
 */
.shadowed:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666;
}

#knows-about-before:before {
  content: 'Szerv 2007';
}

.keskeny_input {background-color:#ffe173;width:200px;}

INPUT.keskeny_input_error {background-color:#ff0000; width:200px;}

INPUT.szeles_input {background-color:#ffe173;width:400px;}

TD.cimke			{width:130px;font-weight:bold;}

TD					{vertical-align: top;}
TABLE.search TH					{font-size: 13px; font-weight:bold; color:#000000; background-color:#FFE173;}
TABLE.search TD					{font-size: 12px; font-weight:bold; color:#000000; background-color:#ddb738b8;}
.searchw					{font-size: 12px; font-weight:bold;}

.menu {
    display:flex;
    flex-wrap: wrap;
}

.menu > div {
    font-size: 14px;
    color:black;
    padding: 0px 5px;
}

.menu > div > span {
    font-size: 14px;
    color:black;
    padding: 0px 5px;
}

.menu > div a {
    font-size: 14px;
    color:white;
}

.menu > div a:hover {
    font-size: 14px;
    color: #F0DA8F;
}
.menu .center {
    background-color: #A68100;
    border: 1px solid black;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 9px 5px;
    display: flex;
}

.menu .center.active {
    background-color: #F0DA8F;
    font-weight: bold;
}

span.headerbig {
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

span.headerbigger {
    text-align: center;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

span.headerbigger {
    text-align: center;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

span.headersmall {
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

table.menu {
	border-spacing: 0px;
}

table.menu td.bf{
	width:7px;
	height:5px;
	background-image:url('images/bf.png');
	background-color: #ffffff;
}



table.menu td.jf{
	width:7px;
	height:5px;
	background-image:url('images/jf.png');
	background-color: #ffffff;
}


table.menu td.b{
	width:7px;
	background-image:url('images/b.png');
}

table.menu td.j{
	width:7px;
	background-image:url('images/j.png');
}

table.menu td.f{
	height:5px;
	background-image:url('images/f.png');
}

table.menu td.center{
	background-color: #A68100;
    font-size:13px;
    font-color:#ffffff;
}




table.menu td.bf1{
	width:7px;
	height:5px;
	background-image:url('images/bf1.png');
	background-color: #ffffff;
}



table.menu td.jf1{
	width:7px;
	height:5px;
	background-image:url('images/jf1.png');
	background-color: #ffffff;
}


table.menu td.b1{
	width:7px;
	background-image:url('images/b1.png');
}

table.menu td.j1{
	width:7px;
	background-image:url('images/j1.png');
}

table.menu td.f1{
	height:5px;
	background-image:url('images/f1.png');
}

table.menu td.center1{
	background-color: #ddb731;
    font-size:12px;
    font-color:#000000;
    font-weight:bold;
}


span.headerbig{
	text-align: center;
    font-family: sans-serif;
    font-size: 33px;
    font-weight: bold;
    color: #000000;
}

span.headersmall{
	text-align: center;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

table.menu tr{
	background-color: #ffffff;
	height: 100%
}

table.rectangles td{
	width:10px;
	height:15px;
	border: 1px solid #000000;
}

TD.line{
	border-top: 2px solid #000000;
	height:2px;
}

SPAN.line{
	font-size:1px;
}

body {
	background-color: #F0DA8F;
    font-family: sans-serif;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

body.print {
	background-color: #ffffff;
    font-family: sans-serif;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

a:hover {
    color: #4E3F18;
    font-weight: bold;
    font-size: 12px;
}

.disabled{
text-align:left;
width:200px;
font-size:12px;
font-family:Arial;
color: #cccccc;
background: #999999;
border: 1px solid #4E3F18;
}

TABLE TR.header {
    background : #888899;
    font-size:13px;
    text-align:left;
    font-weight: bold;
}

TABLE TD{
    font-size:13px;
}

TABLE.print TD{
    font-size:16px;
}

.bottom-menu {
    display:flex;
    flex-wrap: wrap;
    background: #A68100;
}

.btn {
    height: 32px;
    margin: 15px 10px 15px 0px;
    border: none;
    background: transparent;
    color: white;
    font-weight: 800;
    text-shadow: 2px 2px 2px rgb(43 43 43);
    outline: none;
    border-radius: 5px;
}

.btn:active,
.btn:focus{
    border:none;
    background: #A68100;
    outline: none;
}

.btn:hover {
    color:#F0DA8F;
}

.btn i {
    padding: 0px 4px;
    font-size: 21px;
}

.row {
    display:flex;
    flex-flow: wrap;
}
.col-6 {
    width:50%;
    min-width: 576px;
}


.optional-divider {
    display: none;
}

.fas {
    font-size: 16px;
    padding: 0px 15px;
}

.fas:hover {
    color:#F0DA8F;
}

#image-slider li {
    text-align: center;
}
@media (max-width: 1024px) {
    .row {
        break-after: always;
    }
    .optional-divider {
        display: table-row;
    }

    body,
    table,
    input,
    textarea,
    select,
    i,
    label{
        font-size: 14px;
    }



}

.search a {
    color:black;
}

.search a:hover {
    color:white;
}

.login-table {
    border:1px solid #ffffff;
    background-color:#ddb731;
}