﻿body {
}

@font-face {
    font-family: "Eurostyle";
    src: url("/Eurostyle.woff2")format("woff2");
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}

.fontok {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 15px;
}

.DropDown {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 15px !important;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 15px;
    border: 1px solid #707070;
    -webkit-appearance: none;
    background-image: url('/nyilacska.jpg');
    background-position: right;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
}

.DropDown_Tavolsag {
    text-align: center;
    width: 100px;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 15px;
    border: 1px solid #707070;
    -webkit-appearance: none;
    background-image: url('/nyilacska.jpg');
    background-position: right;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
}

.TextBox_Felulet {
    text-align: right;
    width: 100px;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 15px;
    border: 1px solid #707070;
    -webkit-appearance: none;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
}

.TableEredmeny {
    width: 100%;
    margin-top: 100px;
}

.Cellak {
    empty-cells: hide;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Sorok {
    empty-cells: hide;
    padding-top: 0px;
    padding-bottom: 0px;
}

td:empty {
    visibility:hidden;
    display:none;
}

tr:empty {
    visibility: hidden;
    display: none;
}

/*tr:nth-child(even) {
    background: #CCC
}

tr:nth-child(odd) {
    background: #FFF
}*/
