.kbs-rehber-detail-header{
    width: 100%;
    height: 30px;
    background-color: #f4c63d;
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
}

.kbs-rehber-detail-header span{
    vertical-align: middle;
}

.form-control.kbs-rehber {
    float: left;
    border-radius: 0;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    width: 97%;
    padding: 6px 7px;
}

.btn.btn-search.kbs-rehber{
    border-radius: 0;
    margin-top: 9px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: 50px;
}

.kbs-search-result {
    width: 100%;
    height: 100%;
    /*line-height: 20px;*/
    /*padding-left: 10px;*/
    position: relative;
}
.kbs-search-result span {
    width: calc(100% - 10px);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.search-widget-result-container {
    width: 424px;
    height: auto;
    z-index: 2003;
    position: absolute;
    left: 5px;
}

@media (max-width:765px) {
    .search-widget-result-container {
        width: calc(100% - 20px);
        left: 10px;
        right: 10px;
    }
}

