.danobat-navbar-main .nav-link {
  color: #000 !important;
}
.danobat-navbar-top .nav-link {
  color: #fff !important;
}

.danobat-bg-gray {
  background-color: #f5f5f5;
}
.msf_multiselect_container label{
  visibility: visible !important;
}

.view-locations-main-page-display .select-wrapper.select-first-option .select2-container .select2-selection .select2-selection__rendered {
  opacity: 1;
}


.view-workpiece-search ul li.facet-item{
  list-style: none;
}

.view-workpiece-search .workpiece-facets-filter{
  display: flex;
  flex-wrap: wrap;
}


/*.view-workpiece-search .workpiece-facets-filter .block {*/
/*  flex: 25%;*/
/*  padding: 20px;*/
/*}*/

/*.workpiece-facets-filter,*/
/*.block-facet-blockindustry,*/
/*.block-facet-blockmachine,*/
/*.block-facet-blocktechnology{*/
/*  position: relative;*/
/*  background-color: #f5f5f5;*/
/*}*/


.workpiece-facets-filter.menuactive .content,
.block-facet-blockindustry.menuactive .content,
.block-facet-blockmachine.menuactive .content,
.block-facet-blocktechnology.menuactive .content{
  display: block;
}


.view-workpiece-search .facets-widget-searchbox_checkbox .facets-widget-searchbox {
  margin-bottom: 0;
  z-index: 1000;
  position: relative;
  width: 100%;
}

/*.view-workpiece-search .msf_multiselect_container {*/
/*  padding-right: 20px;*/
/*}*/


.view-workpiece-search{
  margin: 84px 0 0 0;
}

.view-workpiece-search .noborder{
  border: none
}

.view-workpiece-search ul li.facet-item a{
  font-family: formular-regular;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: var(--bs-body-color);
}

.view-workpiece-search .workpiece-facets-filter .msf_multiselect_container {
  max-width: none;
}

.view-workpiece-search span.facet-item__value{
  display:block;

}

.view-workpiece-search .js-facet-deactivate{
  display: none;
}

.view-workpiece-search ul.select2-results__options{
  max-height: 200px;
overflow: auto;
}
.view-workpiece-search .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option{
  padding:0px;
}

.view-workpiece-search .select2-dropdown ul li a{
  padding: 14px;
  display: flex;
}

.view-workpiece-search .select2-dropdown ul li {
  padding: 0;
}
.view-workpiece-search .msf_multiselect li {
  position: relative;
}

.view-workpiece-search .msf_multiselect_container li label:after{
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*.view-workpiece-search td.views-field-process-technology{*/
/*  padding: 2rem 0 1.75rem 2rem;*/
/*}*/


/*!* On screens that are 992px wide or less, go from four columns to two columns *!*/
/*@media screen and (max-width: 992px) {*/
/*  .view-workpiece-search .workpiece-facets-filter .block {*/
/*    flex: 50%;*/
/*  }*/
/*}*/

/*!* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other *!*/
/*@media screen and (max-width: 600px) {*/
/*  .view-workpiece-search .workpiece-facets-filter {*/
/*    flex-direction: column;*/
/*  }*/
/*}*/
