@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
html{height: auto !important;}

* {
    font-family: "Montserrat", sans-serif;
}

a {
    color: #343a40;
}

/* knoppen verbergen */
#gn .tabs > div:nth-child(1) {
  display: none;
}

#gn-form-search-location {
  display: none;
}

#gn .gn-filtersubmit {
    margin-right:  3px !important;
}

#gn th {
    padding-right: 30px !important;
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: top;
}

h4.mt-2 {
    font-size: 20px;
    color: #f0b800;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 10px;
}

#gn .leaflet-popup-content-wrapper {
padding: 11px !important;
}

#gn [role=tabpanel] {
border: none !important; 
}

#gn .leaflet-container a {
color: #00416E !important;
}

#gn .popover {
    display: block !important;
}

#gn button, #gn .gn-facet-title a{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.79;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #f0b800;
    border-color: #f0b800;
    border: 0;
}

#gn button:focus, #gn button:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,.75) !important; 
}

#gn .gn-facet-title {
    margin-bottom: 0;
   font-size: 1.2rem !important;
}
#gn .gn-facet-title a{
    width: 90%;
    text-align-last: left;
    background-color: transparent;
    color: #003772 !important;
}

#gn li.gn-facet-list-item.active{
    background-color: #00416E;
}
#gn li.gn-facet-list-item.active a:before{
    font-family: 'FontAwesome';
    font-weight: 400;
    content: "\f00d";
    margin-right: 5px;
}

#gn button[role=tab][aria-selected=true]{
    background-color: #3f3f3f;
}

#gn .pills {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
 }

#gn ul li:before {
    content: none !important;
}
#gn .autocomplete{
    display: flex;
    margin-bottom: 1em;
    z-index: 9999;
}

#gn ul{
    list-style-type: none;
    padding: 0;
}
#gn ul li{
    padding: 5px 10px;
}
#gn ul li:nth-child(odd){
    background-color: #eeeeee;
}
#gn ul li:nth-child(even){
    background-color: #ffffff;
}

#gn .gn-filterinput{
    width: 100%;
}

#gn .gn-icon, #gn .mdi{
    font-family: 'FontAwesome';
    font-weight: 400;
}

#gn .gn-fullscreen {
    margin-left: 5px;
    margin-right: 15px;
}

#gn .gn-icon-filter-location-clear:after {
    content: "\f002" !important;
    font-family: "FontAwesome" !important;
    position: relative !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-image: initial !important;
    border-radius: 50px !important;
    color: red !important;
}

#gn .gn-locationsearch-clear:after {
    content: "\f00d" !important;
    font-family: "FontAwesome" !important;
    position: relative !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-image: initial !important;
    border-radius: 50px !important;
}

#gn .gn-icon-search:after {
    content: "\f124" !important;
    font-family: "FontAwesome" !important;
    position: relative !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-image: initial !important;
    border-radius: 50px !important;
    color: red !important;
}

#gn button #gn-list:after {
    content: "\f0c9" !important;
    font-family: "FontAwesome" !important;
    position: relative !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-image: initial !important;
    border-radius: 50px !important;
    color: white !important;
}

#gn .gn-icon-filter:after {
    content: "\f0b0" !important;
    font-family: "FontAwesome" !important;
    position: relative !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-image: initial !important;
    border-radius: 50px !important;
    color: red !important;
}

#gn .gn-fullscreen:after {
    content: "\f065" !important;
    font-family: "FontAwesome" !important;
    position: relative !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-image: initial !important;
    border-radius: 50px !important;
    color: red !important;
}

#gn .gn-filtersubmit .gn-text {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

#gn .gn-locationsearch .gn-text {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

#gn .gn-fullscreen .gn-text {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

#gn .gn-currentlocation .gn-text {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

#gn .gn-locationsearch-clear .gn-text {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

#gn .gn-filtersubmit-clear .gn-text {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

#gn a.gn-toggle {
    font-weight: 700 !important;
}

#gn .gn-icon-collapse[aria-label="Klap open"]:before {
    content: "\f078";
    font-family: "FontAwesome";
    position: relative;
    /* font-size: 1rem;
    font-weight: 700; */
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 50px;
}

#gn .gn-toggle[aria-expanded="false"] .gn-icon-collapse::before {
    content: "\f078";
}

#gn .gn-icon.gn-icon-collapse::before {
    content: "\f077";'
    color: red !important;'
}
#gn #gn-locationsearchinput{
    width: 300px;
}

#gn #gn-list-tab h2{
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 18px;

}

button#gn-list {
    margin-left: 15px;
}

#gn .leaflet-zoom-animated {
    transition: none;
}

#gn #gn-maps-tab ul li, #gn .gn-pagination li{
    padding: 1px;
}

#gn #gn-maps-tab ul li:nth-child(odd), #gn .gn-pagination li:nth-child(odd){
    background-color: transparent;
}
{
    padding: 0.25rem 0.75rem;
    background-color: #0d8228;
}

#gn #gn-maps-tab .popover{ position: static;}

#gn .fade { opacity: 1; }

#gn .leaflet-left .leaflet-control { margin-left: 25px; }
#gn .leaflet-left .custom-control-watermark.leaflet-control{ margin-left: 5px; }
#gn #gn-maps-tab .leaflet-control ul{ margin-bottom: 0;}
#gn #gn-maps-tab .mdi.mdi-magnify-plus{ margin-bottom: 5px; }
#gn #gn-maps-tab .mdi.mdi-magnify-plus:before{ content: "\f067"; }
#gn #gn-maps-tab .mdi.mdi-magnify-minus:before{ content: "\f068"; }

/* verwijderen underline */
#gn a.gn-facet-link {
    text-decoration: none;
}

/* aanpassen achtergrond */
#gn .leaflet-marker-icon
 {
    background-color: darkblue;
}


