body.style960 header#header.container_10 {
    height: 9.063rem;
}
form#gastro_quick_search .multiselect-container>li.multiselect-group>a {
    padding: 0.1875rem 0 0.125rem 0 !important;
}
form#gastro_quick_search .multiselect-container>li>a {
    padding: 0 !important;
}
form#gastro_quick_search .multiselect-container>li>a>label {
    margin: 0 !important;
    height: 100% !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    padding: 0.125rem 1.25rem 0.1875rem 2.5rem !important;
}
form#gastro_quick_search input[type="checkbox"] + label, 
form#gastro_quick_search input[type="radio"] + label {
    float: none !important;
    padding: 0.1875rem 0 0 1.25rem !important;
    line-height: inherit !important;
}
form#gastro_quick_search div.multi-select li.multiselect-group input[type="checkbox"] {
    margin: 0 0.3125rem 0.3125rem 0.3125rem !important;
}
form#gastro_quick_search div.multi-select .checkbox input[type="checkbox"] {
    margin: 0.125rem 0.3125rem 0.3125rem -1.25rem !important;
}
form#gastro_quick_search fieldset.search-form div.grouping-box div.box label>span {
    font-weight: bold !important;
}
body form#gastro_quick_search fieldset.search-form div.grouping-box div.box .dropdown-menu a {
    color: #777777 !important;
}
body form#gastro_quick_search fieldset.search-form div.grouping-box div.box .active>a>label,
body form#gastro_quick_search fieldset.search-form div.grouping-box div.box .active>a:hover>label {
    color: #FFFFFF;
}
div.multi-select>button {
    padding: 0 0 0.1rem 0.5rem;
}
div.multi-select>button>b.caret {
    display: none;
}
@media screen and (max-width: 1024px) {
    div.multi-select>button.multiselect {
        padding: 0 0 0 0.8rem;
    }
}
body section#content div.multi-select a:hover {
    border-bottom: none;
}
.vertical {
    width: 100%;
    height: 100%;
    display: table;
}
.vertical > div.item {
    display: table-row;
}
div#gastro_quick_search_result {
    display: none;
}
div.box>div.checkbox {
    margin: 0;
}
div#gastro_quick_search_result table {
    border-collapse: collapse;    
}
div#gastro_quick_search_result table tr.other {
    display: none;    
}
div#gastro_quick_search_result table tr.other td {
    background-color: #EAECEE;
}
div#gastro_quick_search_result table a,
div#gastro_quick_search_result table a:hover {    
    font-size: 0.75rem;
    font-weight: bold;
    color: #1269B0;
    text-decoration: none;
}
div#gastro_quick_search_result table a div.other {
    top: 0.625rem;
    right: 0;
    margin-right: 0.875rem;
    padding: 0;
    float: none;
}
form#gastro_quick_search .multiselect-container>li>a.multiselect-all>label {
    font-weight: bold !important;
}
input#searchsubmit {
    box-sizing:initial;
}
span.multiselect-selected-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
}
.eth-select-multi__select .eth-select-multi__placeholder--hidden {
    display: none; 
}
.eth-select-multi__label .eth-select-multi__selected-label {
  font-size: 90%;
  margin: 0 0.3rem 0 0;
  padding: 1px 7px;
}

.sign::before,
.sign::after {
	transform: scale(0.8,0.8);
}
.sign::after {
	transform: scale(0.8,0.8) rotate(90deg);
}
.sign--open::after {
	transform: scale(0.8,0.8) rotate(180deg);	
}