#mapSearch{
    height: 400px;
    width: 100%;
}
.termeloKereso{
    position: relative;
}
.termeloVagyok{
    position: absolute;
    top: 32px;
    right: 0;
}
.button{
    padding: 8px 20px;
    background-color: #d62727;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.termeloKeresoTable{
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.termeloKeresoTable thead{
    background-color: #000;
    color: #fff;
}
.termeloKeresoTable th{
    font-size: 16px;
    padding: 12px 7px;
}
.termeloKeresoTable td{
    padding: 10px 7px;
    border-bottom: 1px #000 solid;
}
.termeloKereses{
    font-size: 14px;
    padding: 25px 0;
    border: 0;
    margin: 20px 0;
}
.termeloKereses input,
.termeloKereses select{
    border: #ccc 1px solid;
    padding: 7px 12px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 10px;
    width: 200px;
}
.termeloKereses svg{
    height: 14px;
    /*margin-left: -60px;*/
    margin-right: 5px;
    margin-bottom: -1px;
}
.kereso{
    display: flex;
    align-items: center;
    align-items: flex-end;
}
.kereso button{
    /*background: none;*/
    border: 0;
    outline: 0;
    /*width: 0;
    height: 0;*/
    cursor: pointer;
    display: flex;
}
.spacebetween{
    justify-content: space-between;
}
.szukites{
    display: flex;
    align-items: flex-end;
}

.termeloPage table.termeloData{
    border: 0;
}
.termeloPage .termeloData tr td{
    padding: 5px 20px 5px 0;
    border: 0;
}
.termeloPage .fck{
    position: relative;
}
.termeloPage .ertekeles{
    position: absolute;
    top: 0;
    right: 0;
}
.ertekeles .csillagok{
    margin-bottom: 5px;
}
.ertekeles .csillagok svg{
    height: 20px;
    color: goldenrod;
}
.hiddenForm{
    display: none;
}
.egyTermelo{
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.egyTermelo b.nev{
    font-size: 1.2em;
}
.redButton {
    padding: 8px 20px;
    background-color: #d62727;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: auto !important;
}
.redButton.black {
    background: #221e1f;
}
.viewPage {
    font-size: 16px;
}
@media screen and (max-width: 1024px){
    .termeloVagyok{
        position: static;
        margin-bottom: 30px;
    }
    .szukites{
        width: 100%;
        justify-content: center;
        margin-top: 20px
    }
    .termeloKereses .flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .content#mainContent{
        max-width: 100% !important;
        width: 100%;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 740px){
    .termeloVagyok{
        position: static;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
    }
    .termeloVagyok a{
        margin-bottom: 7px;
        text-align: center;
    }
    .termeloKereses .flex,
    .termeloKereses form{
        flex-direction: column;
    }
    .termeloKereses input, .termeloKereses select{
        margin-right: 0;
    }
    .kereso button{
        margin-top: 5px;
        width: auto;
        height: auto;
    }
    .szukites{
        margin-top: 10px;
        justify-content: center;
    }
    .termeloKeresoTable{
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    .termeloPage .ertekeles{
        position: static;
    }
    .kereso{
        align-items: center;
    }
    .kereso:after{
        content: 'VAGY';
        display: block;
        margin-top: 10px;
    }
    .termeloKereses {
        padding: 15px 0;
    }
}