#worldmap {
    height:400px;
    width:100%;
}

.jvectormap-zoomin, .jvectormap-zoomout {
   display: none;
}

.tx-sy-ehedgtrainings .groupfilter {
    margin:25px 0;
}

.tx-sy-ehedgtrainings .groupfilter-option {

}
.tx-sy-ehedgtrainings .groupfilter-option:before {
   content: ' ';
   background: #FFF;
   border: 2px solid #164194;
   height: 8px;
   width: 10px;
   display: inline-block;
   margin-right: 5px;
}
.tx-sy-ehedgtrainings .groupfilter-option.active {
   color: #164194;
}
.tx-sy-ehedgtrainings .groupfilter-option.active:before {
   content: ' ';
   height: 8px;
   width: 10px;
   border: 2px solid #164194;
   background: #164194; 
   display: inline-block;
   margin-right: 5px;
}

.tx-sy-ehedgtrainings path[data-status=active] {
   fill: rgb(213,217,235) !important;
   opacity: 0.7
}

.tx-sy-ehedgtrainings form#js-search-form {
   padding: 20px 10px;
   border: 1px solid #164194;
   margin-bottom: 20px;
   display: flex;
}

.tx-sy-ehedgtrainings label {
   margin-right: 5px;
   font-weight: bold;
    font-size: 0.8rem;
}

.tx-sy-ehedgtrainings input[type=text] {
   margin-right: 10px;
}

.tx-sy-ehedgtrainings input[type=submit] {
   margin-left: 10px;
   background: #164194;
   color: #FFF;
   border: none;
   padding: 5px 10px;
   font-weight: bold;
   cursor: pointer;
}

.tx-sy-ehedgtrainings .clear-btn {
   margin-left: 20px;
   cursor: pointer;
   color: #e73b2d;
}

@media screen and (max-width: 768px) {
    .tx-sy-ehedgtrainings form {
      flex-direction: column;
   }

    .tx-sy-ehedgtrainings label {
      margin-bottom: 10px;
      margin-left: 10px;
   }

    .tx-sy-ehedgtrainings input[type=text] {
      margin-left: 10px;
      margin-bottom: 10px;
      margin-top: 5px;
   }

    .tx-sy-ehedgtrainings input[type=submit] {
      height: 40px;
      font-size: 1rem;
   }

    .tx-sy-ehedgtrainings .clear-btn {
      margin-left: 10px;
      margin-top: 10px;
   }
}