.selectLang {
    cursor: pointer;
}

.normal {
    font-weight: normal;
    text-transform: lowercase;
    cursor: pointer;
}

.highlight {
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.none {
    display: none;
}

.block {
    display: block;
}


/**/
A {
    color: #141414;
    text-decoration: none;
}

A:hover {
    color: #888888;
    text-decoration: underline;
}

a.button {
    color: black;
}

h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 13px;
}

th {
    font-size: 11px;
    font-weight: bold;
}

.hozzaszolas {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #aaaaaa;
}

.termekTabla {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #aaaaaa;
    background-color: #dddddd;
}

.termekTablaFej {
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #aaaaaa;
    background-color: #999999;
    height: 25px;
}

.termekNev {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #092B58;
}

.amh2 {
    border-bottom: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;
}

.amh1 {
    border-bottom: 1px solid #333333;
    padding-left: 10px;
    padding-right: 10px;
}

.akciosAr {
    color: #eb0958;
}

.regiAr {
    text-decoration: line-through;
}

dl, dt {
    font-size: 12px;
    color: #092B58;
    font-weight: bold;
}

dd {
    font-size: 12px;
    color: #092B58;
    font-weight: normal;
}


/*
    Autocomplete style
*/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
    background-image: none;
}

.ac_loading {
    /*background: white url('indicator.gif') right center no-repeat;*/
    background: url(/images/4sale-ajax-loader.gif) no-repeat right white;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

.admin-menu td {
    display: flex;
    align-items: center;
}

.admin-menu td > img:first-child {
    margin-right: .5rem;
}

.admin-menu td > a {
    width: 100%;
    padding: .1rem 0;
}

.admin-menu td > b {
    display: block;
    margin-bottom: .5rem;
}

.admin-menu td > hr {
    margin: .5rem 0;
    height: 0;
    width: 100%;
    display: block;
    border-bottom: 1px dotted #222;
    color: transparent;
}