/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.04.2020, 10:54:54
    Author     : 49176
*/

.subpage-kron .cbSearchTitle {
    display: none;
}
.subpage-kron form.search-container.search-container {
    display: flex;
    margin-bottom: 10px;
}
.subpage-kron span.cbSearchPagerActive {
    font-weight: 600;
}
.subpage-kron .search-results .cbSearchItem {
    margin: 20px 0;
}
.subpage-kron .search-results .cbSearchItems .cbSearchSummary {
    font-weight: 600;
    display: none;
}
.subpage-kron input.search-input-field.search-input-field {
    height: 31px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
    width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.subpage-kron .search-results .cbSearchTitle a {
    font-weight: 600;
}
.subpage-kron input.search-submit.search-submit.icon-search {
    height: 31px;
    background: #ffffff;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    padding: 0 10px;
    font-weight: 500;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .subpage-kron .search-results {
        margin-left: 20%;
    }
}