 .search-result-page .webform-submission-filterbar-operative-form-form {
  display: flex;
  justify-content: center;
  position: relative !important;
  max-width: 1140px;
  width: 100%;
  background-color: transparent;
  padding-right: 0px;
  padding-left: 0px;
  left: inherit;
  top: inherit;
  margin-left: 0px;
}

.search-result-page  #filterbar_operative_form--struct--wrapper{
  display: none;
}
.ghc-web-operative .search-result-page  #filterbar_operative_form--struct--wrapper{
  display: block !important;
}

.search-result-page .webform-submission-filterbar-operative-form-form label {
  color: #375172;
  font-family: "Montserrat";
  font-weight: 700;
}

#response-search div[id^="response-search-"].mb-80 {
  margin-bottom: 80px;
}
div[id^="response-search-"] .result-list-element .cont-name.element-list {
  width: 100%;
  float: left;
  margin-bottom: 0px !important;
}
div[id^="response-search-"] .result-list-element .cont-name.element-list span {
  position: relative;
  float: left;
}
div[id^="response-search-"] .element-list span::before {
  content: "";
  background-image: url(/themes/custom/ghcoperative/img/b1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 15px;
  position: absolute;
  height: 15px;
  top: 4px;
  left: 0;
}
div[id^="response-search-"] .result-list-element .cont-name.element-list a {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
  color: #13485f;
  font-weight: 700;
  padding: 0 0 0 15px;
}

div[id^="response-search-"] .result-list-structures {
  margin-left: 15px;
  margin-bottom: 20px;
}

/* loader */
.loader-search-result {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.container-loader-search-result {
  display: flex;
  justify-content: center;
}

.hide_radio input[type="radio"] {

 display: none;

}

.block-views-exposed-filter-blocksearch-view-block-search-api .form-item-webref{
 display: none;
}

.src_opt_box label.option {
    cursor: pointer;
    padding-left: 30px !important;
}

.src_opt_box label.option::before {
    content: "";
    background-image: url(/themes/custom/ghcoperative/img/b1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    width: 15px;
    position: absolute;
    height: 15px;
    top: 4px;
    left: 15px;
}


.search-cont-view li.pager__item--last{
   display: none !important;
}

.search-cont-view li.pager__item--first{
   display: none !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width:991px) {
  .search-result-page .webform-submission-filterbar-operative-form-form {
    display: inline-block;
  }
  .search-result-page {
      margin-top: 50px !important;
  }
  .search-result-page .webform-submission-filterbar-operative-form-form input.btn.btn-primary{
    margin-left: 0;
  }
}




/* paginazione */
#pagin li a  { cursor: pointer; }
/* 

#pagin {
  clear: both;
  float: left;
  width: 100%;
  margin: 30px 0;
}
#pagin li {
  display: inline-flex;
}
#pagin li a {
  float: left;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin: 0 2px 10px 0;
  text-align: center;
  text-decoration: none;
  color: #375172;
  font-size: 14px;
  line-height: 34px;
}
#pagin li a.current {
  font-weight: 700 !important;
  color: #1cc8ee !important;
}
 */