/*************************************************
 project.css
  v 2.0.0

**************************************************/

/***************************************
  PROJECT CUSTOM
****************************************/


/*Main Colors*/
.map-primary-color{color:#50BD37;}
.bg-map-primary-color{background-color:#50BD37;}
.bg-map-primary-color:hover{background-color:#50BD37;}
.tab-primary-color.active>a:after {
    background-color:#348830 !important;
}

.number{font-weight: 600; font-size: 1.1em;}
.info-logo-modal{height: 50px;width: auto;}
.info-logo-modal-center{
    float: left;
    position: fixed;
    width: 70px;
    height: auto;
    right: 40px;
}

.uxsmap-logo-modal{height: 40px;}

.business-icon{
  width: 64px;
  height: 64px;
}

.uxmap-layer-big img {
  max-width: 125%;
}

.promo-icon{
  font-size: 1.2rem;
}

.promo-icon-inactive{
  display: none;
}

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

a.disabled img {
  filter: grayscale(100%);
}

.padding-image {
  padding: 5px !important;
}


/***************************************
  Modal
****************************************/
.modal-content {
  border-radius: 1.4rem;
}

.modal-header {
  border-top-left-radius: calc(1.4125rem - 1px);
  border-top-right-radius: calc(1.4125rem - 1px);
}

.modal-footer {
  border-bottom-right-radius: calc(0.4125rem - 1px);
  border-bottom-left-radius: calc(0.4125rem - 1px);
}

.modal-header-img{
  height: 150px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.modal-info-button{
  margin-bottom: 5px;;
}

.modal-share-btn{
  position: absolute;
  right: 0px;
  top: 10px;
  float: right;
  font-size: 24px;
}


.modal{
  z-index: 9999;
}

.modal-close{
  position: absolute;
  right: 15px;
  top: 15px;
  margin-top: 0;
}

.modal-close-light{
  position: absolute;
  right: 5px;
  top: 5px;
  margin-top: 0;
  background-color: #eee;
  color:#333;
}

.modal-close-light i {
  font-size: 0.75rem;
}


/***************************************
  UXSMAP
****************************************/
#uxmap-controls{
  margin-top:24px !important;
  margin-left: 24px;
}

#uxmap-uxmap-footer-controls{
  z-index: 999;
}


/***************************************
  Modal Map Info
****************************************/
#modal-map-info .modal-body{
  overflow-y: scroll;
  max-height: 600px;
}

#modal-main-tab-block{
  margin: -1.25rem;
  margin-bottom: 0.25rem;  
}

.modal-poi-nombre{
  
}

.distance-item{
  text-align: center;
}

.distance-icon {
  width: auto;
  height: 80px;
}

.distance-icon-disable{
  opacity: .2;
}



/***************************************
  Footer Dialog
****************************************/
#footer-dialog {
  width: 380px;
  max-height: 600px;
  max-width: 540px !important;
  /* background-color: #EFF0F0; */
}

#footer-dialog .card-header{
  width: 100%;
}

#footer-dialog #footer-dialog-title-image{
  height: 30px;
}

#footer-dialog #footer-dialog-title{

}


/*******************************
 Map Sidebars
********************************/
.map-sidebar {
  width: 30%;
}

.map-left-sidebar {
  width: -30%;
}

.map-right-sidebar {
 
}

.map-sidebar .sidebar-light{
}

.map-sidebar .sidebar-header{
  
}

.map-sidebar .sidebar-section-body{
}

.map-sidebar .filterbtn {

}

.map-sidebar .filtercount{

}

/*Left Map Sidebar*/
#map-left-sidebar-btn{

  
}
#map-left-sidebar-btn:hover{

}

#map-left-sidebar-closebtn {

}

/*Right Map Sidebar*/
#map-right-sidebar-btn{

  
}
#map-right-sidebar-btn:hover{

}

#map-right-sidebar-closebtn {

}


/***************************************
  INTRO-DIALOG
****************************************/
#modal-intro-img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}


/***************************************
  TUTORIAL-DIALOG
****************************************/
#modal-tutorial-carousel{

}

#modal-tutorial-carousel-inner{
  overflow: visible;
  height: 500px;
  max-height: 500px !important;
}

#modal-tutorial-carousel .carousel-item{
  
}

#modal-tutorial-carousel .carousel-item img{
  width: 480 px !important;
  height: 320 px !important;
}

#modal-tutorial-carousel .carousel-item h6{

}

#modal-tutorial-carousel .carousel-control-prev-icon i, #modal-tutorial-carousel .carousel-control-next-icon i{
  background: none;
  font-size: 2.5em;
}

/***************************************
  INFO-DIALOG
****************************************/
.data-image{
  height: 50px;
  margin:10px;
}

.data-title{
  font-weight: 600;
}

.modal-main-img{
  margin-top: 2rem;
  margin-bottom: 2rem;
}


/***************************************
  FILTERS
****************************************/
.map-left-sidebar .media{
  margin-top: .55rem;
}

.map-left-sidebar .media .media-body{
  min-height: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/***************************************
  CAROUSEL
****************************************/
.carousel-inner{
  width:100%;
  /* max-height: 400px !important; */
}


/***************************************
  MAP NAVIGATION OPTIONS
****************************************/

#map-navigation-options{
  position: absolute;
  width: auto;

  bottom: 10px;
  
  margin: auto;
  margin-left: 45%;
  margin-right: 45%;
  z-index: 9998;

}

/***************************************
  INDOORS
****************************************/
.go-to-stand{
  margin-top: 6px;
  margin-right: -30px;
}



/***************************************
 Google Maps
****************************************/
.gm-style .gm-style-iw-a {

}

/***************************************
 @media SIZES
****************************************/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

  .map-sidebar {
    width: 100%;
  }
  
  .map-left-sidebar {
    width: -100%;
  }
  
  
  #footer-dialog #footer-dialog-title-image{
    height: 20px;
  }

  #map-navigation-options{

    margin: auto;
    margin-left: 30%;
    margin-right: 30%;
  
  }

  .distance-item{
    text-align: center;
    width: 50%;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .map-sidebar {
    width: 100%;
  }
  
  .map-left-sidebar {
    width: -100%;
  }
  


  #map-navigation-options{

    margin: auto;
    margin-left: 33%;
    margin-right: 33%;
  
  }

  #map-navigation-options .btn-float{
    padding: 0.75rem;
  }



  
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  #uxmap-controls{
    margin-top:12px !important;
    margin-left: 12px;
  }

}
