.filter-results {
width: 100%;
margin: 0 0 30px 0
}
.filter-result {
display: inline-grid;
margin: 0 10px 0 10px;
font-weight: 700;
}
.result-name {
margin-bottom: 5px;
}
.result-value {
padding: 10px;
border: 1px solid #444;
text-align: center;
}
.clearbutton {
padding: 3px 7px 3px 7px;
margin-left: 10px;
}
.filter-reset-container {
margin: 10px;
}
.filter {
float: left;
width: 25%;
min-height: 600px;
margin-right: 1%;
max-height: 600px;
background: #fff;
cursor: default;
overflow: scroll;
overflow-y: auto;
}
@media only screen and (max-width: 768px) {
.filter {
width: 100%;
min-height: inherit;
margin-bottom: 20px;
}
}
.location-filter-title {
font-family: 'Roboto';
font-weight: 500;
font-size: 16px;
color: #45b519 !important;
text-transform: uppercase;
margin-top: 10px;
padding: 5px;
} .location-filter {
padding-bottom: 20px;
border-bottom: 20px solid #f3f3f3;
}
.location-filter .filter-title {
font-size: 14px;
background: #f3f3f3;
line-height: 30px;
margin-top: 10px;
padding: 5px 25px 5px 25px;
}
div[class*="-filtermenu"] {
width: 90%;
margin-left: 20px;
}
.lathato {
display: inline-table !important;
}
.beuszas {
display: inherit !important;
position: absolute !important;
top: 475px;
max-width: 300px;
z-index: 9999999999 !important;
}
.chosen-select {
width: 100%;
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 25px;
border: 1px solid #aaa;
border-radius: 5px;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#45b5191c),to(#eee)) !important;
background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
background-clip: padding-box;
-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
color: #444;
font-size: 14px;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
}
.chosen-container-single .chosen-single {
font-size: 14px;
background-color: #45b5191c !important;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#45b5191c),to(#eee)) !important;
margin: 5px 5px 5px 0 !important;
}
.chosen-container-single .chosen-default {
color: #2d2d2d;
} .pretty {
display: block;
margin-bottom: 5px;
}
.pretty.p-default input:checked~.state label:after {
background-color: #45b519 !important;
}
.pretty .state label {
font-size: 14px;
}
.pretty .state label:after, .pretty .state label:before {
top: 0px !important;
}
label[for=checkallszalksz], label[for=checkallszalszj], label[for=checkallvenksz] {
font-weight: 700 !important;
}
.location-filter input[type=checkbox], input[type=radio] {
margin: 0px;
}
.location-filter label {
margin-bottom: 0px;
font-size: 12px;
font-weight: inherit;
}
@media only screen and (min-width: 769px) {
.location-filter label {
text-overflow: ellipsis;
line-height: 15px;
overflow: hidden;
width: 130px;
height: 1.2em;
white-space: nowrap;
}
}
@media only screen and (min-width: 1024px) {
.location-filter label {
text-overflow: ellipsis;
line-height: 15px;
overflow: hidden;
width: 160px;
height: 1.2em;
white-space: nowrap;
}
}
@media only screen and (min-width: 1280px) {
.location-filter label {
text-overflow: inherit;
line-height: 15px;
overflow: inherit;
width: auto;
height: 1.2em;
white-space: inherit;
}
}
.location-filter .submit-button {
margin-top: 10px;
}