/**************************************************************************************************/
/**************************************************************************************************/
/* Map Styling Start ******************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************************************************************************************/
/* Map Generic Rules Start ************************************************************************/
/**************************************************************************************************/

* {
    box-sizing: border-box
  }
  
  body {
    margin: 0;
    padding: 0;
  }
  
.map {
    height: 100%;
    width: 100%;
}

/**************************************************************************************************/
/* Map Generic Rules End **************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Map Toolbar Start ******************************************************************************/
/**************************************************************************************************/

.main-toolbar{
  left: .5em;
  top:100px
}

.secondary-toolbar{
  left: 50%;
}

.add-polygon {
	top: 65px;
}

.add-linestring {
	top: 65px;
}

.modify-feature{
  top: 95px;
}

.remove-feature{
  top: 95px;
}

.add-point {
	top: 125px;
}

.move-feature{
  top: 155px;
}

.get-directions{
  display: block;
  position: absolute;
  bottom:120px;
  width: 300px;
  margin-left: -150px;
  white-space: nowrap;
}

.do-recycle{
  display: block;
  position: absolute;
  bottom:120px;
  width: 300px;
  margin-left: -150px;
  white-space: nowrap;
}


.ol-control button{
  background-color: rgba(180,121,229,0.8);
  color: #ffffff;
}

.ol-control button:focus, .ol-control button:hover {
  background-color: rgba(180,121,229,1);
  color: #ffffff;
}

.ol-attribution button span{
  color: #ffffff;
}

.ol-scale-line {
  background-color: rgba(180,121,229,0.9);
}

.ol-scale-line-inner {
  border: 1px solid #fff;
  border-top: none;
  color: #fff;
}

.do-recycle button {
  display: block;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 50px;
    background-color: rgba(180,121,229,0.8);
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.do-recycle button:focus, .do-recycle button:hover {
  background-color: #96CA4C;
  color: #ffffff;
}


.get-directions button {
  display: block;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 50px;
    background-color: rgba(180,121,229,0.8);
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.get-directions button:focus, .do-recycle button:hover {
  background-color: #96CA4C;
  color: #ffffff;
}


.ol-touch add-point {
  top: 80px;
}

/**************************************************************************************************/
/* Map Toolbar End ********************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Overlays Priority Start ************************************************************************/
/**************************************************************************************************/

.overlayInfo {
  z-index: 200;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
}

.overlayMsg {
  z-index: 150;
}

.overlaySystem {
  z-index: 150;
}

.overlayHelp {
  z-index: 150;
}

.overlayMeasure {
  z-index: 100;
}

.overlayForm {
  z-index: 200;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
}

/**************************************************************************************************/
/* Overlays Priority End **************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Overlay Coloring Start *************************************************************************/
/**************************************************************************************************/

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  width: 100%;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
}

.success-msg {
  background-color: rgba(227, 253, 235, 1);
  border-color: rgba(38, 179, 3, 1);
  color: rgba(60, 118, 61, 1);
}

.info-msg {
  background-color: rgba(217, 237, 247, 1);
  color: rgba(49, 112, 143, 1);
  border-color: rgba(126, 182, 193, 1);
}

.warning-msg, .warning-msg a, .warning-msg a:hover, .warning-msg a:focus, .warning-msg a:visited {
  background-color: rgba(252, 248, 227, 1);
  border-color: rgba(177, 161, 129, 1);
  color: rgba(138, 109, 59, 1);
}

.error-msg {
  background-color: rgba(248, 215, 218, 1);
  border-color: rgba(220, 53, 69, 1);
  color: rgba(114, 28, 36,1);
}

/**************************************************************************************************/
/* Overlay Coloring End ***************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Overlay Message Start **************************************************************************/
/**************************************************************************************************/

#overlayMsg-container {
  position: absolute;
  margin: 10px auto 0px auto;
  padding: 10px 1vw;
  border-radius: 10px;
  line-height: 25px;
  left: -35vw;
  width: 70vw;
  height: auto;
}

#overlayMsg-content{
  text-align: left;
}

/**************************************************************************************************/
/* Overlay Message End ****************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Overlay Help Start *****************************************************************************/
/**************************************************************************************************/

#overlayHelp-container {
  position: absolute;
  border-radius: 10px;
  padding: 10px 1vw;
  line-height: 25px;
  left: -36vw;
  bottom: 50px;
  width: 70vw;
  height: auto;
}

#overlayHelp-content{
  text-align: left;
}

/**************************************************************************************************/
/* Overlay Help End *******************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Overlay System Start ***************************************************************************/
/**************************************************************************************************/

#overlaySystem-container {
  position: absolute;
  border-radius: 10px;
  padding: 10px 1vw;
  line-height: 25px;
  left: -36vw;
  bottom: 50px;
  width: 70vw;
  height: auto;
}

#overlaySystem-title{
  
  text-align: left;
  line-height: 20px;
  font-size: 12px;
}

#overlaySystem-toolbar{
  
  line-height: 20px;
  font-size: 12px;
}

.overlaySystem-hide{
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  color:currentColor;
  background-color: transparent;
  transition: 0.5s;
  font-size: large;
}

#overlaySystem-content{
  text-align: left;
}

/**************************************************************************************************/
/* Overlay System End *****************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Overlay Info Start *****************************************************************************/
/**************************************************************************************************/


#overlayInfo-container {
  position: relative;
  background-color: #333333;
  opacity: 1;
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  padding: 2%;
  border-radius: 10px;
  line-height: 25px;
  border: 0px solid #cccccc;
  color:#FFFFFF;
  top: 7.5%;
  left: 15%;
  width: 70%;
  height: 85%;
}

#overlayInfo-content {
  overflow: auto;
  max-height: 90%;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}

/* Re-order items into 2 columns */
#overlayInfo-content div:first-child() { order: 1; }
#overlayInfo-content div:nth-child(n+3) { order: 1; }
#overlayInfo-content div:nth-child(2) { order: 2; }

.overlayInfo-close{
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  color:#FFFFFF;
  background-color: transparent;
  transition: 0.5s;
  font-size: large;
}

.overlayInfo-close:hover{
  color:#FFFFFF;
  background-color: transparent;
}

#overlayInfo-title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: large;
  color:#FFFFFF;
  width: 90%;
  margin-bottom: 1%;
}

#overlayInfo-description {
  position: relative;
  padding: 1%;
  width: 58%;
  height: auto;
  max-height: 78%;
  text-align: justify;
  overflow: auto;
}


#overlayInfo-image {
  position: relative;
  padding:1% 0px 0px 1%;
  width: 38%;
  max-height: 200px;
  text-align: center;

}

#overlayInfo-image img {
  width: 100%;
  height:100%;
  object-fit: contain;
}

#overlayInfo-image .faUnicode {
  font-size: 10vw;
}


#overlayInfo-address {
  position: relative;
  font-size: 12px;
  padding: 1%;
  width: 38%;
  max-height: 15%;
  text-align: justify;

}

#overlayInfo-operator {
  position: relative;
  font-size: 12px;
  padding:1% 0px 0px 1%;
  width: 38%;
  text-align: justify;
}

#overlayInfo-contact_person {
  position: relative;
  font-size: 12px;
  padding:1% 0px 0px 1%;
  width: 38%;
  text-align: justify;

}

#overlayInfo-contact_info {
  width: 38%;
  font-size: 30px;
  position: relative;
  display: block;
  text-align: center;

}

#overlayInfo-contact_info a {
  margin: 5px;
  font-size: 30px;
  position: relative;
  display: block;
  text-align: center;

}

#overlayInfo-social_facebook {
  width: 38%;
  margin: 5px;
  font-size: 30px;
  position: relative;
  display: block;
  text-align: center;

}

#overlayInfo-social_twitter {
  width: 38%;
  margin: 5px;
  font-size: 30px;
  position: relative;
  display: block;
  text-align: center;

}

/* #overlayInfo-included_number {
  position: absolute;
  font-weight: bold;
  top:80px;
} */

/* #overlayInfo-included_area {
  position: absolute;
  font-weight: bold;
  top:110px;
} */

/* #overlayInfo-included_types {
  position: absolute;
  font-weight: bold;
  top:140px;
} */

#overlayInfo-graph_bar{
  margin:20px 0px;
  width:50%;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #fff;
  /* top:190px; */
  right:0px;
}

#overlayInfo-graph_pie{
  margin:20px 0px;
  width:50%;
  display: inline-block;
  position: relative;
  font-weight: bold;
  /* top:190px; */
}


@media screen and (min-width: 0px) and (max-width: 960px){

  #overlayInfo-container {
    position: relative;
    background-color: #333333;
    opacity: 0.99;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    padding: 2%;
    border-radius: 10px;
    line-height: 25px;
    border: 0px solid #cccccc;
    color:#FFFFFF;
    top: 2.5%;
    left: 5%;
    width: 90%;
    height: 95%;
  }

  #overlayInfo-content {
    overflow: auto;
    max-height: 90%;
    display: flex;
    flex-flow: column;
    align-content: space-between;
  }
  
  /* Re-order items into 2 columns */
  #overlayInfo-content div:nth-child(-n+2) { order: 1; }
  #overlayInfo-content div:nth-child(n+3) { order: 2; }


  #overlayInfo-description {
    position: relative;
    padding: 1%;
    width: 98%;
    height: auto;
    max-height: 78%;
    text-align: justify;
    overflow: initial;
    /* display: block; */
  }
  
  
  #overlayInfo-image {
    position: relative;
    padding:1% 0px 0px 1%;
    width: 98%;
    height: auto;
    max-height: 100%;
    text-align: center;

}

#overlayInfo-image img {
  width: 100%;
  height:100%;
  object-fit: contain;
}
  
  #overlayInfo-image .faUnicode {
    font-size: 10vw;
  }
  
  
  #overlayInfo-address {
    position: relative;
    font-size: 12px;
    padding: 1%;
    width: 98%;
    max-height: 15%;
    text-align: justify;
  
  }
  
  #overlayInfo-operator {
    position: relative;
    font-size: 12px;
    padding:1% 0px 0px 1%;
    width: 98%;
    text-align: justify;
  
  }
  
  #overlayInfo-contact_person {
    position: relative;
    font-size: 12px;
    padding:1% 0px 0px 1%;
    width: 98%;
    text-align: justify;
  
  }
  
  #overlayInfo-contact_info {
    width: 98%;
    height: 40px;
    font-size: 30px;
    position: relative;
    display: block;
    text-align: center;
  
  }
  
  #overlayInfo-contact_info a {
    margin: 5px;
    font-size: 30px;
    position: relative;
    display: block;
    text-align: center;
  
  }
  
  #overlayInfo-social_facebook {
    width: 98%;
    margin: 5px;
    font-size: 30px;
    position: relative;
    display: block;
    text-align: center;
  
  }
  
  #overlayInfo-social_twitter {
    width: 98%;
    margin: 5px;
    font-size: 30px;
    position: relative;
    display: block;
    text-align: center;
  
  }


  #overlayInfo-graph_bar{
    margin:20px auto;
    width:90%;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #fff;
    /* top:190px; */
    right:0px;
  }
  
  #overlayInfo-graph_pie{
    margin:20px auto;
    width:90%;
    display: inline-block;
    position: relative;
    font-weight: bold;
    /* top:190px; */
  }

}

/**************************************************************************************************/
/* Overlay Info End *******************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Overlay Form Start *****************************************************************************/
/**************************************************************************************************/


#overlayForm-container {
  position: relative;
  background-color: #333333;
  opacity: 0.95;
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  padding: 2%;
  border-radius: 10px;
  line-height: 25px;
  border: 0px solid #cccccc;
  color:#FFFFFF;
  top: 12.5%;
  left: 20%;
  width: 60%;
  height: 75%;
}

/* #overlayForm-container {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  line-height: 25px;
  border: 1px solid #cccccc;
  top: -225px;
  left: -400px;
  width: 800px;
  height:450px;
} */

#overlayForm-toolbar {
  width: 20%;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
}

#overlayForm-toolbar div {
  display: inline-block;
}

.overlayForm-button {
  margin: 0px 5px;
  padding: 5px;
  font-size: 20px;
}

.overlayForm-cancel{
  border: none;
  color:#FFFFFF;
  background-color: transparent;
  transition: 0.5s;
}

.overlayForm-cancel:hover{
  color:rgba(180,121,229,0.8);
  background-color: transparent;
}


.overlayForm-save {
  border: none;
  color:#FFFFFF;
  background-color: transparent;
  transition: 0.5s;
}

.overlayForm-save:hover {
  color:rgba(180,121,229,0.8);
  background-color: transparent;
}

.overlayForm-delete {
  border: none;
  color:#FFFFFF;
  background-color: transparent;
  transition: 0.5s;
}

.overlayForm-delete:hover {
  color:rgba(180,121,229,0.8);
  background-color: transparent;
}

#overlayForm-title{
  width: 80%;
  display: inline-block;
  position: absolute;
  color:rgba(180,121,229,0.8);
  top: 15px;
  left: 15px;
}

.overlayForm-legend {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: large;
  border: none;
}


#overlayForm-content {
  top: 70px;
  bottom: 20px;
  width: 100%;
  max-width: 95%;
  position: absolute;
  display: block;
  overflow-y: auto;
}

.overlayForm-label {
  position: relative;
  display: inline-block;
  font-size: 12px;
  width:25%;
  vertical-align: top;
}

.overlayForm-input {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  width:75%;
  height: 30px;
  border-radius: 5px;
}

.overlayForm-select {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  width:75%;
  height: 40px;
  border-radius: 5px;
}

.overlayForm-textarea {
  height: 150px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  width:75%;
  border-radius: 5px;
}

.overlayForm-selectImage {
   display: inline-block;
   vertical-align: middle;
}

.f_image_preview_wrapper{
  display: inline-block;
  vertical-align: middle;
}


@media screen and (min-width: 0px) and (max-width: 960px){

  #overlayForm-container {
    position: relative;
    background-color: #333333;
    opacity: 0.95;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    padding: 2%;
    border-radius: 10px;
    line-height: 25px;
    border: 0px solid #cccccc;
    color:#FFFFFF;
    top: 2.5%;
    left: 5%;
    width: 90%;
    height: 95%;
  }

}

/**************************************************************************************************/
/* Overlay Form End *******************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Overlay Filter Start ***************************************************************************/
/**************************************************************************************************/

#overlayFilter-container {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  line-height: 25px;
  border: 1px solid #cccccc;
  top: -250px;
  left: -400px;
  width: 800px;
  height:500px;
}

.ol-control.ol-layerswitcher{
  top:0.5em;
}

/* .ol-layerswitcher button{
  display: none;
} */

.ol-layerswitcher .panel li label {
  overflow: initial;
}

/* .ol-layerswitcher .li-content {
  width: 250px;
} */

.ol-layerswitcher .layerswitcher-opacity {
  display: none;
}

.ol-layerswitcher [type=radio]+label:before, .ol-layerswitcher [type=radio]:checked+label:after,
.ol-layerswitcher [type=checkbox]+label:before, .ol-layerswitcher [type=checkbox]:checked+label:after,
.ol-layerswitcher [type=checkbox]:checked+label:after {
  border-color: rgba(180,121,229,1);
}

.ol-layerswitcher .layerup{
  background-color: rgba(180,121,229,1);
}

/**************************************************************************************************/
/* Overlay Filter End *****************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Layers Start ***********************************************************************************/
/**************************************************************************************************/

.gastronomy{
  display: block;
  white-space: normal;
  color:#1976D2;
}

.religion{
  display: block;
  white-space: normal;
  color:#D89E00;
}

.history{
  display: block;
  white-space: normal;
  color:#D32F2F;
}

.nature{
  display: block;
  white-space: normal;
  color:#388E3C;
}

.routes{
  display: block;
  white-space: normal;
  color:rgba(180,121,229,1); 
}


/**************************************************************************************************/
/* Layers End *************************************************************************************/
/**************************************************************************************************/




/**************************************************************************************************/
/**************************************************************************************************/
/* Map Styling End ********************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/






/**************************************************************************************************/
/**************************************************************************************************/
/* Wordpress Theme Customization Start ************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/



/**************************************************************************************************/
/* Ultimate Member Plugin Start *******************************************************************/
/**************************************************************************************************/

.um input[type=submit].um-button, .um input[type=submit].um-button:focus {
  background: rgba(180,121,229,1) !important;
}

/**************************************************************************************************/
/* Ultimate Member Plugin End *********************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Top Navigation Start ***************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/* Top Navigation  End ****************************************************************************/
/**************************************************************************************************/



/**************************************************************************************************/
/* Mobile View Start ******************************************************************************/
/**************************************************************************************************/

@media screen and (min-width: 0px) and (max-width: 768px){

}

@media screen and (min-width: 0px) and (max-width: 960px){

}


/**************************************************************************************************/
/* Mobile View End ********************************************************************************/
/**************************************************************************************************/



/**************************************************************************************************/
/**************************************************************************************************/
/* Wordpress Theme Customization End **************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
