/*!
 * ADAM: IRIDE extension
 * Created by the MEEO developers <info@meeo.it>
 */

/* Variables
   ========================================================================== */

:root {
  --irpi-top-spacing: 60px;
}

/* Navbar
       ========================================================================== */

#nav-container-h {
  background-image: url("/static/images/iride_dashboard.png");
  border-bottom: 1px solid var(--main-border-color);
  top: 0;
  width: 100vw;
  height: 50px;
  border-radius: 0;
}

#nav-container-h2 {
  background-image: url("/static/images/iride_dashboard.png");
  border-bottom: 1px solid var(--main-border-color);
  top: 0;
  width: 100vw;
  height: 50px;
  border-radius: 0;
  border: none;
}

@media screen and (max-width: 992px) {
  #nav-container-h {
    padding: 0;
    height: var(--irpi-top-spacing);
  }
}

/* Coordinates */
#coordinate_controller {
  margin-top: var(--irpi-top-spacing) !important;
}
