/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2026 Teclib' and contributors.
 * @copyright 2003-2014 by the INDEPNET Development Team.
 * @licence   https://www.gnu.org/licenses/gpl-3.0.html
 *
 * ---------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of GLPI.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 *
 * ---------------------------------------------------------------------
 */
:root[data-glpi-theme=innoval] {
  --tblr-primary-rgb: 142, 197, 71;
  --tblr-secondary: #768363;
  --tblr-secondary-fg: #fcfcfc;
  --tblr-link-color-rgb: 0, 101, 115;
  --tblr-link-color: #62696a;
  --glpi-mainmenu-bg: #62696a;
  --glpi-helpdesk-header: hsl(111deg, 41%, 85%);
  --glpi-mainmenu-fg: #fff;
  --glpi-palette-color-1: #459436;
  --glpi-palette-color-2: #365731;
  --glpi-palette-color-3: #8ec547;
  --glpi-palette-color-4: #fec95c;
  --glpi-illustrations-gradient-1: hsl(110deg, 47%, 92%);
  --glpi-illustrations-gradient-2: hsl(110deg, 47%, 72%);
  --glpi-illustrations-gradient-3: hsl(110deg, 47%, 45%);
  --glpi-logo: url("../pics/logos/logo-GLPI-100-white.png ");
  --glpi-logo-reduced: url("../pics/logos/logo-G-100-white.png");
  @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
}
:root[data-glpi-theme=innoval] body {
  font-family: "Roboto", sans-serif;
}
:root[data-glpi-theme=innoval] .sidebar #navbar-menu .nav-item .nav-link.show, :root[data-glpi-theme=innoval] .sidebar #navbar-menu .nav-item .nav-link.active {
  color: color-mix(in srgb, white, transparent 10%);
  font-weight: bold;
}
:root[data-glpi-theme=innoval] .sidebar #navbar-menu .nav-item .nav-link.active + .dropdown-menu .dropdown-item:hover, :root[data-glpi-theme=innoval] .sidebar #navbar-menu .nav-item .nav-link.show + .dropdown-menu .dropdown-item:hover {
  border-left-color: color-mix(in srgb, #8db517, transparent 70%);
  color: color-mix(in srgb, #8db517, transparent 10%);
}
:root[data-glpi-theme=innoval] .sidebar #navbar-menu .nav-item .nav-link.active + .dropdown-menu .dropdown-item.active, :root[data-glpi-theme=innoval] .sidebar #navbar-menu .nav-item .nav-link.show + .dropdown-menu .dropdown-item.active {
  border-left-color: color-mix(in srgb, #8db517, transparent 30%);
}
:root[data-glpi-theme=innoval] .sidebar #navbar-menu .nav-item:hover .nav-link {
  border-left-color: color-mix(in srgb, #8db517, transparent 70%);
  color: color-mix(in srgb, white, transparent 10%);
  background-color: rgba(0, 0, 0, 0.1);
}
:root[data-glpi-theme=innoval] table.fancytree-ext-table tbody tr.fancytree-focused .btn,
:root[data-glpi-theme=innoval] .entity_tree .fancytree-selected .btn {
  color: white;
}
:root[data-glpi-theme=innoval] table.fancytree-ext-table tbody tr.fancytree-focused {
  background-color: var(--glpi-mainmenu-bg);
}
:root[data-glpi-theme=innoval] button[name=delete] {
  border: 1px solid red;
  color: red;
}
:root[data-glpi-theme=innoval] button[name=delete]:hover {
  background: red;
  color: white;
}
:root[data-glpi-theme=innoval] .btn-ghost-danger:hover {
  background: red;
  color: white;
}
:root[data-glpi-theme=innoval] .search-results thead th {
  font-weight: bold;
}
:root[data-glpi-theme=innoval] .helpdesk {
  --tblr-primary-rgb: 141 181 23;
}
:root[data-glpi-theme=innoval] .helpdesk h2 {
  font-weight: bold !important;
}
:root[data-glpi-theme=innoval] .helpdesk #forms_form_answers div.bg-primary {
  background: #8ec547 !important;
}