html,
body {
  background: #fff;
  padding-top: 0px; }
  @media only screen and (min-width: 768px) {
    html,
    body {
      overflow-x: hidden;
      overflow-y: hidden; } }

.site-main.row {
  margin: 0; }

.header {
  background: #C5E0DC; }

.primary-col, .secondary-col {
  /*background-color: #ddd;*/
  background-color: #fff;
  /*padding:3px;*/
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

.secondary-col:before {
  -webkit-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  width: 2px;
  z-index: 1000; }

.blanco {
  background-color: #fff; }

.gris {
  background-color: #f5f5f5; }

.carousel-inner {
  height: 200px;
  max-height: 200px; }

.navbar {
  margin: 0 0 0 0;
  /*margin: 0 0 10px 0;*/ }

.inner {
  min-height: 100%;
  padding: 10px;
  background-color: #fff;
  /*border:1px solid #ccc;*/ }

.inner .row.gris {
  margin-right: 0px !important; }

.inner .col-md-4 {
  padding-right: 0px !important; }

.inner .gris {
  margin-left: 0px; }

.chosen-container {
  margin-top: 7px !important; }

.chosen-container-single .chosen-single {
  height: 31px !important; }


.extended-description {
  font-size: 16px;
}

/* needed to override jQuery */
@media (max-width: 767px) {
  /*.primary-col,
  .secondary-col {
      height: auto!important
  }
  .site-main {
      padding-bottom: 0px!important
  }*/
  html,
  body {
    height: 100%;
    width: 100%; }

  #page {
    height: 100%;
    height: auto !important;
    min-height: 100%; }

  .site-main {
    height: 100%;
    /*padding:0 10px;*/
    display: flex;
    flex-direction: column;
  }

  #site_col {
    order: 1
  }

  .secondary-col {
    /*border-right: 10px solid #777*/
    order: 1
  }

  .primary-col {
    /*border-right: 10px solid #777*/
    order: 1
  }

  #map_col {
    order: 0
  }

}
/* larger viewport layout */
@media (min-width: 768px) {
  html,
  body {
    height: 100%;
    width: 100%; }

  #page {
    height: 100%;
    height: auto !important;
    min-height: 100%; }

  .site-main {
    height: 100%;
    /*padding:0 10px;*/ }

  .secondary-col {
    /*border-right: 10px solid #777*/ } }
.navbar-brand {
  padding-top: 10px; }
  @media only screen and (min-width: 768px) {
    .navbar-brand {
      padding-top: 4px; } }
  .navbar-brand img {
    height: 30px; }
    @media only screen and (min-width: 768px) {
      .navbar-brand img {
        height: 30px; } }
    @media only screen and (min-width: 980px) {
      .navbar-brand img {
        height: 50px; } }

.lwc {
  padding-top: 5px; }

#map_canvas_zoom {
  width: 100%;
  height: 193px; }
  @media only screen and (min-width: 768px) {
    #map_canvas_zoom {
      width: 250px;
      height: 193px;
      margin-left: -20px; } }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 8%; }
  @media only screen and (min-width: 768px) {
    .chosen-container {
      padding-left: 0px; } }

.navbar-nav.navbar-right:last-child {
  padding-left: 20px; }
  @media only screen and (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
      padding-left: 0px; } }

.selectSite {
  width: 280px !important; }

#chartOverflow {
  position: absolute; }

.highcharts-container .chart-drag-handle {
  position: absolute;
  height: 10%;
  width: 100%;
  top: 0;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .highcharts-container .chart-drag-handle {
      position: absolute;
      height: 0;
      width: 0;
      top: 0;
      z-index: 0; } }

/*# sourceMappingURL=public.css.map */
