#rMapScroll {
	display: none;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	background: #00000061;
  	z-index: 1001;
  	font-size: 22px;
  	color: #FFF;
}
  
 #rMapScroll > div {
	display: flex;
    width: 100%;
  	height: 100%;
    align-items: center;
}

.leaflet-popup-content {
	min-width: 300px;
}
  
#rMapScroll > div > div {
    width: 100%;
    text-align: center;
    padding: 20px;
}
  
.leaflet-control-locate a {
  	background-image: url( 'https://app.eresort.cz/images/route/pointer_black.svg' );
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: 21px;
}
  
.leaflet-control-locate.active a {
  	background-image: url( 'https://app.eresort.cz/images/route/pointer_green.svg' );
}
  
.leaflet-control-layers-overlays label {
  	cursor: pointer;
  	line-height: 26px;
}

.leaflet-control-layers-base label {
	line-height: 18px;
}

.leaflet-control-layers-overlays div {
  	float: left;
  	width: 100%;
  	margin: 0;
}

.leaflet-control-layers-base input {
	width: auto;
	float: left;
	margin-right: 5px;
}

.leaflet-control-layers-overlays input[type="checkbox"] {
    float: left;
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    background: white;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    margin: 0 5px 0 0;
}
  
.leaflet-control-layers-overlays input[type="checkbox"]:checked::after {
    position: absolute;
    content: '';
    background-color: #8aa30f;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background-image: url( 'https://app.eresort.cz/images/route/checkmark.svg' );
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}
  
.poiMapTitle {
  	font-weight: bold;
    margin-bottom: 10px;
}
  
.poiMapImage {
    margin-bottom: 10px;
    margin-top: 5px;
    float: left;
}
  
.poiMapImage img {
    max-width: 100%;
}
  
.poiMapHref {
    text-align: right;
    margin-top: 10px;
}
  
.poiMapHref a {
	color: #8aa30f !important;
}
  
.poiMapHref a:hover {
  	color: #000000 !important;
}