@font-face {
    font-family: montserrat-bold;
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: montserrat-light;
    src: url('../fonts/Montserrat-Light.ttf');
}
@font-face {
    font-family: montserrat-regular;
    src: url('../fonts/Montserrat-Regular.ttf');
}


/* =====================================================
   The "account masthead" bar across the top of the site
   ===================================================== */
.account-masthead {
    background: #84BD00;
}

/* ========================================================================
   The main masthead bar that contains the site logo, nav links, and search
   ======================================================================== */
.masthead {
    background-color: #ffffff;
}

.masthead .navigation .nav-pills li a {
    background-color: #84BD00;
    color: #ffffff;
}

.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
    background-color: #ffffff;
    color: #84BD00;
}

/* ===========================================
   The content in the middle of the front page
   =========================================== */
.hero {
    background-image: url("/img/logos/banner.jpg");
    background-size: cover;
}

.homepage .module-search .module-content {
    background-color: #ffffff;
}

.homepage .module-search .module-content .heading {
    color: #84BD00;
}

/* ====================================
   The footer at the bottom of the site
   ==================================== */
.site-footer,
body {
    background-color: #84BD00;
}

/* The text in the footer. */
.site-footer,
.site-footer label,
.site-footer small {
    color: #ffffff;
}

/* The link texts in the footer. */
.site-footer a {
    color: #ffffff;
}


.navbar .navbar-brand {
    margin-top: 30px;
    margin-bottom: 26px;
}

.partner-logo {
    height: 80px;
}


/* ====================================
   The search data input box
   ==================================== */
.homepage.layout-1 .row1 .col2 {
    bottom: auto;
}

.homepage .module-search .tags {
    background-color: #84BD00;
}

/* ====================================
   Pagination
   ==================================== */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #84BD00;
    border-color: #84BD00;
}

.pagination > li > a, .pagination > li > span {
    color: #84BD00;
}

/* ====================================
   Primary button (Add Dataset/Organisation/...)
   ==================================== */
.btn-primary {
    background-color: #84BD00;
    border-color: #84BD00;
}

/*!* ====================================*/
/*   H&H KB*/
/*   ==================================== *!*/
/*.hh-color {*/
/*    color: #84BD00;*/
/*}*/

/*.hh-form {*/
/*    background-color: white;*/
/*    opacity: 0.9;*/
/*    padding: 10px;*/
/*    border-radius: 20px;*/
/*    margin-bottom: 10px;*/
/*    padding-bottom: 0;*/
/*    margin-top: 100px;*/
/*}*/

/*.btn-hh {*/
/*    background-color: blue;*/
/*    color: #84BD00;*/
/*    width: 103.3%;*/
/*    margin-left: -10px;*/
/*    margin-right: -10px;*/
/*    margin-bottom: -2px;*/
/*    border-radius: 20px;*/
/*}*/

/*.hh-form-margin-bottom {*/
/*    margin-bottom: 0;*/
/*}*/

/*.hh-input-form-text {*/
/*    width: 80%;*/
/*    display: inline;*/
/*}*/

/*.hh-input-form-margin-left {*/
/*    margin-left: 15px;*/
/*}*/

/*.hh-input-form-label {*/

/*}*/

/*label:after {*/
/*    content: "";*/
/*}*/

/*.hh-image-holder {*/
/*    height: 50vh;*/
/*    background-image: url("/img/logos/banner.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/


/* ====================================
   Autoaddress Eircode Plugin
   ==================================== */

.autoaddress-control {
    margin: 10px 0;
    width: 100%;
    /*height: 40px;*/
}

.autoaddress-control .autoaddress-button {
    background-color: #3CB371;
    border: 1px solid #2E8B57;
    font-size: 16px;
    height: 40px;
    display: none!important;
}

.autoaddress-control .autoaddress-text-box {
    background: #f7f7f7 none repeat scroll 0% 0%;
    color: #000;
    height: 40px!important;
    font-size: 14px;
    width: 100%!important;
    margin-bottom: 10px!important;
    border-radius: 4px!important;
}


/* ====================================
   MapboxGL
   ==================================== */

.mgl-map-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
    background-color: green;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.mapboxgl-popup {
    max-width: 300px!important;
    min-width: 300px!important;
    transform: translate(-50%) translate(932px, 246px);
}

.mapboxgl-popup mapboxgl-popup-anchor-top {
	max-width: 100%;
	transform: translate(-50%) translate(932px, 246px);
}

.mapboxgl-popup-close-button {
    color: #FFFFFF!important;
}
/* ====================================
   The sidepanel menu
   ==================================== */
.sidepanel {
    position: relative;
    height: 100vh;
    background-color: white;
    width: 20%;
    min-width: 100px;
    z-index: 4;
    line-height: 1.5em;
    text-align: left;
    /*overflow: auto;*/
    /*opacity: 0.7;*/
}
.sidepanel-left {
    margin-left: 0;
    float:left;

}
.sidepanel-right {
    margin-right: 0;
    float: right;
    overflow-x: visible;
    overflow-y: clip;
}

.sidepanel-left:before {
    content: '';
    position: absolute;
    height: 100vh;
    width: 10px;
    top: 0;
    left: 100%;
    z-index: 4;
}

.sidepanel-right:before {
    content: '';
    position: absolute;
    height: 100vh;
    width: 10px;
    top: 0;
    left: 0;
    z-index: 4;
}

.sidepanel-left span {
    position: relative;
    display: block;
    width: calc(100% - 2em);
    min-width: 100px;
    padding: 1em;
    background-color: white;
}

.sidepanel-right span {
    position: relative;
    display: block;
    width: calc(100% - 2em);
    min-width: 100px;
    padding: 1em;
    background-color: white;
}

.form-search {
    background-color: #efefef;
}

.circle {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #FFFFFF;
    color: #36474f;
    display: flex;
    top: 10%;
    z-index: -1;
    cursor: pointer;
    overflow: no-display;
}

.circle-left {
    left: calc(100% - 22px);
    justify-content: right;
    align-items: center;
}

.circle-right {
    left: calc(0% - 22px);
    justify-content: left;
    align-items: center;
}

.fa-chevron-left {
    margin-right: 5px;
}

.fa-chevron-right {
    margin-left: 5px;
}

.hide {
    display: none;
}

.button-findme {
    background-color: #fff!important;
    color: #62ab00!important;
    border: 1px solid #62ab00!important;
    border-radius: 4px 4px 4px 4px!important;
    width: 90%;
    height: 40px;
}

.button-search {
    background-color: #62ab00!important;
    color: #fff!important;
    border: 1px solid #62ab00!important;
    border-radius: 4px 4px 4px 4px!important;
    width: 90%;
    height: 40px;
}

.button-reset {
    background-color: #36474f;
    /*border: 1px solid #0893D2;*/
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px 4px 4px 4px;
    margin-right: 5%;
    margin-top: 3%;
    clear: right;
    position: relative;
    box-sizing: border-box;
    float: right;
}

.button-reset:hover{
     background: #28373d;
}

/* ====================================
   Fonts
   ==================================== */

.font-regular {
    font-family: montserrat-regular, sans-serif;
    font-weight: 400;
    font-size: 0.8em;
}

.font-bolder {
    font-weight: 700!important;
}

.font-small {
    font-size: 0.7em;
}

.font-black {
    color: #212121;
}

.font-bold {
    font-family: montserrat-bold, sans-serif;
    font-weight: 700;
}

.font-green {
    color: #62ab00;
}

.font-light {
    font-family: montserrat-light, sans-serif;
    font-weight: 300;
}

.font-white {
    color: #FFFFFF;
}

.font-grey {
    color: #545454;
}

.font-grey2 {
    color: #7c7c7c;
}


/* ====================================
   Loader
   ==================================== */

.loader {
  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;
}


/* ====================================
   Jodie's tweaks
   ==================================== */

.autoaddress-button {
    font-size: 0.75rem!important;
    background-color: #62ab00!important;
    border: 1px solid #62ab00!important;
    /*background: url(https://i.imgur.com/tXLqhgC.png) no-repeat!important;*/
}

.autoaddress-text-box {
    font-size:0.75rem!important;
}

#find-me {
    font-size:1rem;
}

[type=submit] {
    font-size:1rem;
}

.sidepanel {
    color: #000;
}


/* ====================================
    Accordion
   ==================================== */

ul { list-style-type: none; }

.accordion {
  width: 100%;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    padding-left: 1rem!important;
}

.accordion .link {
  cursor: pointer;
  display: block;
  font-size: 14px;
  /*font-weight: 700;*/
  border-bottom: 1px solid #CCC;
    padding-bottom: 12px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
    margin-top: 20px;
}

/*.accordion li:last-child .link { border-bottom: 0; }*/

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-right {
  right: 12px;
  left: auto;
  font-size: 16px;
    top: 4px;
}

.accordion li.open i.fa-chevron-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.submenu {
  display: none;
  font-size: 14px;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #545454;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
    float: right;
    margin-right: 20%;
    margin-top: 5px;
}

.dot-cycling {
    background-color: #EAA57F;
}

.dot-gardening {
    background-color: #F4A200;
}

.dot-grasspitches {
    background-color: #E06A1B;
}

.dot-walking {
    background-color: #B78B2E;
}

.dot-civic {
    background-color: #17A8E2;
}

.dot-library {
    background-color: #1F57E5;
}

.dot-park {
    background-color: #849E15;
}

.dot-parking {
    background-color: #60C3BA;
}

.dot-worship {
    background-color: #0B8274;
}

.dot-police {
    background-color: #78CAF4;
}

.dot-sport {
    background-color: #34D174;
}

.dot-tourist {
    background-color: #7398F5;
}

.dot-health {
    background-color: #DA5E85;
}

.dot-dental {
    background-color: #893387;
}

.dot-pharmacy {
    background-color: #F482E9;
}

.dot-arts {
    background-color: #8E3200;
}

.dot-golf {
    background-color: #A64B2A;
}

.dot-heritage {
    background-color: #D7A86E;
}

.dot-leisure {
    background-color: #FFEBC1;
}

.dot-athletictracks {
    background-color: #247881;
}

.dot-beach {
    background-color: #43919B;
}

.dot-community {
    background-color: #30AADD;
}

.dot-educationalorg {
    background-color: #00FFC6;
}

.dot-firestation {
    background-color: #F900BF;
}

.dot-playground {
    background-color: #7C83FD;
}

.dot-publictoilet {
    background-color: #96BAFF;
}

.dot-recyclingcentre {
    background-color: #7DEDFF;
}

.dot-roadstransport {
    background-color: #88FFF7;
}

.dot-skatepark {
    background-color: #B983FF;
}

.dot-swimmingpool {
    background-color: #94B3FD;
}

.dot-tenniscourt {
    background-color: #94DAFF;
}

.dot-touristinformation {
    background-color: #99FEFF;
}

.dot-water {
    background-color: #00FFE6;
}


/*slider*/
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 90%;
  height: 2px;
  padding: 0;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}


/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #efefef;
  border: 2px solid #62ab00;
}


/*Mozilla thumb*/

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #efefef;
  border: 1px solid #62ab00;
}


/*IE & Edge input*/

input[type=range]::-ms-track {
  width: 90%;
  height: 2px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 2px 0;
  /*remove default tick marks*/
  color: transparent;
}


/*IE & Edge thumb*/

input[type=range]::-ms-thumb {
  height: 14px;
  width: 14px;
  border-radius: 5px;
  background: #efefef;
  border: 1px solid #62ab00;
}


/*IE & Edge left side*/

input[type=range]::-ms-fill-lower {
  background: #62ab00;
  border-radius: 2px;
}


/*IE & Edge right side*/

input[type=range]::-ms-fill-upper {
  background: #c1c1c1;
  border-radius: 2px;
}


/*IE disable tooltip*/

input[type=range]::-ms-tooltip {
  display: none;
}

input[type="text"] {
  border: none;
}

/*output {*/
/*    font-family: "Montserrat Light", Times, serif;*/
/*    color: #7c7c7c;*/
/*}*/

/*filter keyword search box*/
.filterkeyword-searchbox {
    width: 95%;
    height: 40px;
    border: 1px solid #dddddd!important;
    border-radius: 5px;
    font-size: 0.7em;
}

.search-icon {
    position: absolute;
    left: 25px;
    margin-top: 8px;
    color: #7c7c7c;
}

/*checkbox*/
input[type='checkbox']{
  width: 14px !important;
  height: 14px !important;
  margin-top: 5px;
    margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 1px solid #b7b7b7;
  box-shadow: none;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background: none;
    vertical-align: middle;
}

input[type='checkbox']:checked:after {
  content: '✔'!important;
  color: #62ab00!important;
}

/*popup*/
.panel-heading {
    font-family: montserrat-light, sans-serif;
    color: #FFFFFF;
    background-color: #E06A1B;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 3px 3px 0 0;
    font-size: 0.9em;
    text-indent: 1em;
}

.wee-text {
    font-family: montserrat-light, sans-serif;
    color: #7C7C7C;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.7em;
}

.bigger-text {
    font-family: montserrat-regular, sans-serif;
    color: #212121;
    background-color: #FFFFFF;
    margin-top: -10px;
    margin-bottom: -5px;
    font-size: 0.8em;
    font-weight: 700!important;
}

.popup-link {
    font-family: montserrat-light, sans-serif;
    color: #4d77be;
    background-color: #FFFFFF;
}

.panel-body {
    height: 200px;
    overflow: auto;
}



/*powerbi logo frame*/
.logoBar {
    display: none!important;
}


.popupinfo {
  position: relative;
  display: inline-block;
}

.popupinfo .popuptext {
  visibility: hidden;
  width: 120px;
  background-color: #62ab00;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px 10px 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.popupinfo:hover .popuptext {
  visibility: visible;
}

.autoaddress-control .autoaddress-options-msg.error {
    display: none !important;
}

.autoaddress-control .autoaddress-options-msg.success {
    display: none !important;
}

.autoaddress-control .autoaddress-options-msg.info {
    display: none !important;
}