body{
    /*background: url("../img/pattern7.png") repeat;*/

}
.kiemelt{
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
}
.termektablazat td, th{
    vertical-align: middle !important;
    text-align: center;
}
.termektablazat img{
    height: 55px;
}
.termektablazat .zold{
    background-color: rgba(0, 128, 0, 0.4);
}
.termektablazat .piros{
    background-color: rgba(255, 0, 0, 0.4);
}
.termektablazat .kek{
    background-color: rgba(0, 0, 255, 0.4);
}
.termektablazat .narancs{
    background-color: rgba(255, 165, 0, 0.4);
}
.termektablazat .szurke{
    background-color: lightgray !important;
}
.termektablazat .szurke:hover{
    background-color: #acacac !important;
}
.termektablazat .zold:hover{
    background-color: rgba(0, 128, 0, 0.5);
}
.termektablazat .piros:hover{
    background-color: rgba(255, 0, 0, 0.5);
}
.termektablazat .kek:hover{
    background-color: rgba(0, 0, 255, 0.5);
}
.termektablazat .narancs:hover{
    background-color: rgba(255, 165, 0, 0.5);
}
.bejelentkezesdiv{
    border-radius: 5px;
    background-color: floralwhite;
    padding: 10px;
    opacity: 0.85;
    position: absolute;
    top: 30%;
    left: 25%;
}
.tartalom{
    display: none;
}
.sortores{
    word-wrap: break-word;
}

#largeImgPanel {
    text-align: center;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(100,100,100, 0.5);
}
.pktorol, .klikk{
    cursor: pointer;
}
.rejtett {
    display: none;
}

.mh250{
    min-height: 250px;
}

.mh200{
    min-height: 200px;
}

.mh300{
    min-height: 300px;
}

.mh400{
    min-height: 400px;
}

.mh500{
    min-height: 500px;
}

.mxh250{
    max-height: 250px;
}

.visszanyil{
    font-size: 52px;
    cursor: pointer;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid gray;
    border-bottom: 8px solid gray;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.table tbody > tr > td.vert-aligned {
    vertical-align: middle;
}