html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.form-control:focus {
        border-color: #83ac83 !important;
        box-shadow: 0 0 0 0.2rem rgba(131, 172, 131, 0.25) !important;
}

.form-control option:hover  {
        background-color: #83ac83 !important;
}

#dropdownMenuButton {
  width: 100%;
}

#volver {
  margin-top: 10px;
  margin-left: 26px;
  float:left;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

#volver span {
  font-size: 14px;
}

#map {
  height: 100%;
}

.outer100 {
  height: 50px;
  background-image: url(../images/atacama_header_top-1920x230.jpg);
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: 145px;*/
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.botimprimir, .botsavepdf {
  font-size: 18px;
  color: #3d3d3e;
  cursor:pointer;
}


#minimap {
  height: 130px;
  width: 498px;
  margin-bottom: 1px;
  /* border: 1px; */
}

.cabecera {
  max-width: 290px;
}

.fondoverde{
  background-color: #004e5b;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #ee711d;
}

#carouselExampleIndicators{
  overflow: hidden;
}

#printminimap {
  height: 450px;
  width: 100%;
  margin: 1px;
}

.cerrarimpresion {
  float:right;
  margin-top: 5px !important;
}

.printfotoholder {
  float:left;
  position: relative;
  margin: 15px;
}

.print-title {
  background-color: #004e5b;
  border-width: 0px 0px 5px 0px;
  border-color: #ee711d;
  border-style: solid;
}

.flex-grow {
    flex: 1 0 auto;
}

#legend {
    /*font-family: Arial, sans-serif;*/
    background: #fff;
    padding: 5px 13px 5px 5px;
    margin: 5px;
    border: 1px solid gray;
    /*left: 0px;*/
    /*bottom: 100px;*/
  }

#legend div {
  margin-top: 5px;
}

.legendlink {
  text-decoration: none !important;
}

.logo-overlay {
    position:absolute;
    /* left: 5px;
    bottom: 5px; */
    left: 448px;
    top: 305px;
    z-index:1;
    width: 45px;
}

.glass-overlay {
  width: 498px;
  height: 330px;
  font-size: 65px;
  color: rgba(255, 255, 255, 0);
  position:absolute;
  left: 0px;
  top: 28px;
}

.glass-overlay i {
  position:absolute;
  left: 210px;
  top: 125px;
}

.glass-overlay:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(100, 100, 100, 0.8);
}

.logo-overlay-carousel {
    position:absolute;
    left: 5px;
    bottom: 5px;
    z-index:1;
    width: 45px;
}

.logo-overlay-carousel-video {
  position:absolute;
  left: 5px;
  top: 5px;
  z-index:1;
  width: 45px;
}

.fotocarousel {
  /* width: 100%; */
  max-width: 966px;
  max-height: 600px;
}

.marginauto {
  display: block;
  margin:auto;
}

#foto {
  overflow:hidden;
  width: 498px;
  height: 330px;
}

.fotosoporte {
  min-width: 500px;
  min-height: 350px;
  max-width: 600px;
  max-height: 500px;
}

.carousel-control-prev {
  outline: 1px;
  outline-color: #000;
}

.cardinfo {
  max-width:500px;
  /*min-height: 500px;*/
}

.btn-plataforma {
    color: #fff;
    background-color: #83ac83;
    border-color: #83ac83;
}

.starroff{
  width: 20px;
  height: 20px;
  background: url("../images/star_border_gray_20dp.png") no-repeat;
  display: inline-block;
  cursor:pointer;
}

.starroff:hover {
  background: url("../images/star_border_black_20dp.png") no-repeat;
}

.starron{
  width: 20px;
  height: 20px;
  background: url("../images/star_googyellow500_20dp.png") no-repeat;
  display: inline-block;
  cursor:pointer;
}

.loaderFrame {
  position:absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
  display:none;
}

#loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #ed8200bf;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position:absolute; /*it can be fixed too*/
  left:0; right:0;
  top:0; bottom:0;
  margin:auto;
}

.logoooh {
  height: 50px;
  background-image: url('../images/logo-plataforma-atacama.png');
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  background-size: 145px;
}

.menu {
  margin-right: 45px;
}

.menu li a {
  padding: 6px 15px !important;
  color: #fff;
}

.menu-results {
  margin-right: 10px;
}

.menu-results li a {
  padding: 6px 15px !important;
  color: #545454;
}

.mt-menu {
  margin-top: 6px;
}

/*--------------------------- SIDEBAR -----------------------*/

#wrapper {
  padding-right: 500px;
  transition: all 0.4s ease 0s;
}

#sidebar-background {
  width: 500px;
  float:right;
  height: 100%;
}

#infowin-background {
  width: 500px;
  float:left;
  max-height: 731px;
}

#sidebar-icon {
  margin-top: 6px;
  width: 35px;
  float:left;
}

#infowin-icon {
  margin-top: 6px;
  width: 30px;
  float:right;
  cursor: pointer;
}

.mt9 {
  margin-top: 9px;
  margin-left: 10px;
}

#boton-buscar {
  height: 35px;
  width: 35px;
  border-radius: 5px 0px 0px 5px;
  font-size: 20px;
  margin:auto;
  cursor: pointer;
}

#boton-buscar i {
  margin-top: 8px;
}

#sidebar-wrapper {
  margin-right: -465px;
  top: 0px;
  right: 465px;
  width: 535px;
  /*background: gray;*/
  position: fixed;
  height: 100%;
  overflow-y: hidden;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#infowin-wrapper {
  margin-left: -530px;
  top: 60px;
  left: 530px;
  width: 530px;
  /*background: gray;*/
  position: fixed;
  overflow-y: hidden;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#wrapper.nosidebar {
  padding-right: 0px;
}

#wrapper.noinfowindow {
  padding-left: 0px;
}

#wrapper.nosidebar #sidebar-wrapper {
  right: -35px;
}

#wrapper.noinfowindow #infowin-wrapper {
  left: -35px;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
  padding-left: 60px;
}

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 20px;
  line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
    text-decoration: none;
    float: left;
    color: #fff;
    padding-right: 15px;
}

#title-results {
  position: absolute;
  top: 0px;
  width: 90%;
  background-color: #f8f9fa;
  z-index: 500;
}

#page-results {
  display: none;
  height: 100%;
  overflow:scroll;
}

.resultado {
  cursor: pointer;
}

#lista {
  /*height: 100%;*/
  margin-top:55px;
}

.media-body-lista{
  line-height: 1;
}

#footer {
  	position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  	height:40px;
  	text-align: right;
  	padding-right: 30px;
  	color: #fff;
  	font-size: 10px;
  	line-height: 40px;
}

/*************************** SCROLL BAR *********************************/

/* width */
#page-results::-webkit-scrollbar {
  width: 8px;
}

/* Track */
#page-results::-webkit-scrollbar-track {
  /*
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  */
}

/* Handle */
#page-results::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

/* Handle on hover */
#page-results::-webkit-scrollbar-thumb:hover {
  background: #949393;
}

/*------------------------ FIN SIDEBAR ------------------*/

#fullscreen {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#closemodalfotos {
  margin: -1rem -1rem -1rem -42rem !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: rgba(0,0,0,0.6) !important; 
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 40px !important;
  /* bottom: 0 !important; */
  height: 40px !important;
  position: absolute !important;
  width: 40px !important;
}

.carousel-control-next, .carousel-control-prev {
  /*para que no pise el fullscreen de los videos*/
  bottom: 70px !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 990px) {

  .navbar-fixed-top {
      position: relative;
      top: auto;
  }
  .navbar-collapse {
      max-height: none;
      z-index: 500;
  }

  .nav-bar li a {
    text-shadow: 2px 2px 4px #000000;
  }

  body {
      margin: 0;
  }

  #legend {
    display: none;
  }
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-collapse {
        max-height: none;
        z-index: 500;
    }
    body {
        margin: 0;
    }

    .navbar-nav li a {
      text-shadow: 2px 2px 4px #000000;
    }


    #legend {
      display: none;
    }
}

@media print {
  img {
    max-width: auto !important;
  }
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}



	/*
	Label the data
	*/

}

.ui-dialog { z-index: 9999 !important ;}

@media (min-width: 992px) {
  .modal-lg {
      max-width: 925px !important;
  }
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}