select:disabled {
    opacity: 1;
    color: inherit;
    background: white;
}
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-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;
}

.main-shadowed {
    text-shadow: 16px 16px 18px #170a06;
    font-size: 150px;
    font-weight: bold;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    margin: 100px 0px  50px;
}

.keskeny_input {
    width: 200px;
}
.s_input {
    width: 120px;
}
.sx_input {
    width: 80px;
}

.text-right {
    text-align: right;
}

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

.static_data {
    background: #0c5f1e87;
    padding: 3px;
    min-height: 15px;
    font-weight: 600;
    color:white;
}
.base_label,
.add_label {
    display:none;
    padding: 3px;
    min-height: 15px;
    background: #0c5f1e87;
    font-weight: 600;
    color: white;
}


.base_data {
    display:none;
}

.filters .base_data {
    display: block;
}

.szeles_input {
    width: 400px;
}

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

TD {
    vertical-align: top;
}

TABLE {
    font-size: 13px;
}
TABLE.search TH {
    font-weight: bold;
    color: #ffffff;
    background-color: #14630e;
}

TABLE.search TD {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0c5f1e87;
}

.searchw {
    font-size: 12px;
    font-weight: bold;
}

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

.menu > div {
    font-size: 14px;
    color:white;
    padding: 0px 5px;
    text-shadow: 2px 2px 2px rgb(43 43 43);
}

.menu > div > span {
    font-size: 14px;
    color:white;
    padding: 0px 5px;
    text-shadow: 2px 2px 2px rgb(43 43 43);
}

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

.menu .center {
    background-color: #36b964;
    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: #189944;
    font-color: #000000;
    font-weight: bold;
}

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

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

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

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


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

table.rectangles td {
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    vertical-align: middle;
    text-align: center;
}

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


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

body {
    background-color: #36b964;
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

textarea {
    font-family: Arial;
}

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: #f8eb17;
    font-weight: bold;
    font-size: 12px;
}

a.menu {
    text-decoration: none;
    color: #ffffff;
    padding: 0px 5px;
}

a.menu:hover {
    color: #a1ecba;
    font-weight: bold;
}

.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;
    text-align: left;
    font-weight: bold;
}


.print li {
    padding-bottom:5px;
}

.print .header TD.cimke {
    width: 90px;
}

.bigrow tr {
    height: 30px;
}
.mediumrow tr {
    height: 20px;
}

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

.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: green;
    outline: none;
}

.btn:hover {
    color:greenyellow;
}

.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:greenyellow;
}

#image-slider li {
    text-align: center;
    position: relative;
}

#image-slider .image-delete {
    position: absolute;
    top: 9px;
    right: 10px;
    background: rgba(88, 87, 87, 0.8);
    color: white;
    padding: 5px;
    font-weight: 800;
}
@media (max-width: 1024px) {
    .row {
        break-after: always;
    }
    .optional-divider {
        display: table-row;
    }

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



}

