/*
  Lizmap 3.9.x – Map view theme override (kocmyrzow)
  Minimal: only header, logo, mapmenu, panel titles, checkboxes.
  Everything else stays default Lizmap.
*/

:root {
  --ure-gradient: linear-gradient(90deg, rgba(94,129,96,1) 0%, rgba(47,70,49,1) 100%);
  --ure-main: rgb(78,105,91);
  --ure-accent: rgb(129,161,145);
}

/* HEADER – green gradient */
#header {
  background: var(--ure-gradient) !important;
  color: #fff;
}
#title h1 {
  color: #fff;
}
#title h2 {
  color: #fff;
}

/* Headermenu – transparent on green header */
#headermenu,
#headermenu .navbar-inner {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Header links – white text */
#headermenu a,
#headermenu .nav > li > a,
#headermenu .navbar-text {
  color: #fff !important;
  text-shadow: none !important;
}
#headermenu .nav > li > a:hover,
#headermenu .nav > li > a:focus {
  background: rgba(255,255,255,.15) !important;
  border-radius: 4px;
}

/* LEFT MAPMENU – dark green */
#mapmenu {
  background: rgba(47,70,49,1) !important;
}

/* PANEL TITLES (h3) – green text */
#dock h3,
#sub-dock h3,
#mini-dock h3,
#right-dock h3,
#bottom-dock h3,
.dock-subtitle {
  color: var(--ure-accent);
}

/* CHECKBOXES – dark green */
lizmap-treeview input[type=checkbox],
#filter input[type=checkbox] {
  accent-color: rgba(47,70,49,1);
}
