/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 nov 2021, 15:27:44
    Author     : antonio_faugno
*/
.customIcon {
    background: #d2d3d5;
    border: 1px solid white;
    border-radius: 9px;
    padding: 2px;
    color: black;
    font-size: larger;
    font-weight: normal;
    text-align: center;
    height: auto !important;
    margin-top: -25px !important;
}

.marker-cluster-medium{
    background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(110, 204, 57, 0.6);
}

.customIcon b{
    color: black;
    font-size: larger;
    font-weight: normal;

}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip-own {
    position: absolute;
    padding: 4px;
    background-color: #404040;
    border: 1px solid #ffffff;
    color: #ffffff;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    font-size: larger;
}


/*body {font-family: Verdana, sans-serif; margin:0}*/

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 80vw;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text 
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.leaflet-top, .leaflet-bottom {
    z-index: 500 !important;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

#buttonSearchMap .ui-button-text {
    font-size: x-small;
    padding-top: 8px !important;
    padding-bottom: 6px !important;
}
#seachDiv{

    margin-left: 8% !important;
}

#buttonSearchopenMobile .ui-button-text {
    font-size: x-small;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
#seachDivMobile{

    margin-left: 8% !important;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

#seeRooms{
    display: none !important;
}

#accomodationInfo{
    padding-left: 0px;
}


.info-pop{
    float: left;
}

.leaflet-popup-content {
    margin: 0px 0px !important;
    line-height: 1.4 !important;
}

.RoomPhoto {

        cursor: pointer;

}

.map-popup{
   min-width: 300px;
}

.leaflet-container a.leaflet-popup-close-button {
    color:white;
}

.popUp{
    float: left;
    font-size: 17px !important;
    padding-right: 3%;
}

.popUp > span {
    padding-left: 3px;
}

.ScrollXAuto{
    padding-left: 1%;
    cursor: pointer;
}

.price-pop-up{
    position: absolute;
    z-index: 499;
    /* font-size: 20px; */
    /* color: #fff; */
    /* top: 24%; */
    /* transform: translateY(-50%); */
    /* line-height: 100%; */
    /* padding: 10px; */
    box-sizing: border-box;
/*    text-shadow: 0 0 5px #000;*/
    padding-left: 6%;
    background: rgba(255,255,255,1)!important;
    top: 17%!important;
    right: 0px!important;
    /* width: 80px; */
    border-radius: 20px 0 0 20px;
    /* font-size: 16px; */
}

.info-pop-up-wrapper{
    padding: 5px 10px 0px 10px;
}

#mapid{
    position: fixed !important;
}


