@charset "UTF-8";
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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 {
  --tblr-primary-rgb: 254, 201, 92;
  --tblr-primary: rgb(var(--tblr-primary-rgb));
  --tblr-primary-fg: #1e293b;
  --tblr-secondary: #606f91;
  --tblr-secondary-fg: var(--tblr-body-bg);
  --tblr-info: #80abe4;
  --tblr-link-color-rgb: 58, 86, 147;
  --tblr-link-color: rgb(var(--tblr-link-color-rgb));
  --tblr-badge-bg: var(--tblr-secondary);
  --tblr-badge-color: var(--tblr-secondary-fg);
  --tblr-navbar-color: #2f3f64;
  --tblr-body-bg: #f5f7fb;
  --tblr-bg-surface: #fff;
  --tblr-bg-surface-tertiary: var(--tblr-gray-50);
  --tblr-bg-surface-dark: color-mix(in srgb, var(--tblr-bg-surface), var(--tblr-dark) 1.5%);
  --glpi-tabs-bg: color-mix(in srgb, var(--tblr-bg-surface), black 1.5%);
  --glpi-tabs-fg: var(--tblr-muted);
  --glpi-tabs-border-color: var(--tblr-border-color);
  --glpi-tabs-active-bg: var(--tblr-bg-surface);
  --glpi-tabs-active-fg: var(--tblr-body-color);
  --glpi-tabs-active-border-color: var(--glpi-tabs-border-color);
  --glpi-logo-light: url("../pics/logos/logo-GLPI-100-white.png");
  --glpi-logo-light-reduced: url("../pics/logos/logo-G-100-white.png");
  --glpi-logo-dark: url("../pics/logos/logo-GLPI-100-black.png");
  --glpi-logo-dark-reduced: url("../pics/logos/logo-G-100-black.png");
  --glpi-logo-dark-login: url("../pics/logos/logo-GLPI-250-black.png");
  --glpi-logo-light-login: url("../pics/logos/logo-GLPI-250-white.png");
  --glpi-logo: var(--glpi-logo-light);
  --glpi-logo-reduced: var(--glpi-logo-light-reduced);
  --glpi-mainmenu-bg: #2f3f64;
  --glpi-mainmenu-fg: #f4f6fa;
  --glpi-mainmenu-active-bg: color-mix(in srgb, var(--glpi-mainmenu-bg), white 45%);
  --glpi-search-bg: color-mix(in srgb, var(--glpi-mainmenu-bg), transparent 95%);
  --glpi-search-fg: color-mix(in srgb, var(--glpi-mainmenu-fg), white 5%);
  --glpi-search-border-color: color-mix(in srgb, var(--glpi-search-fg), white 65%);
  --glpi-fg-secondary: #f4f6fa;
  --glpi-badge-bg: color-mix(in srgb, var(--tblr-link-color), var(--tblr-light) 91%);
  --glpi-badge-fg: var(--tblr-link-color);
  --glpi-form-header-fg: var(--tblr-blue);
  --glpi-form-header-bg: color-mix(in srgb, var(--glpi-form-header-fg), var(--tblr-bg-surface) 90%);
  --glpi-form-header-border-color: color-mix(in srgb, var(--glpi-form-header-fg), var(--tblr-bg-surface) 75%);
  --glpi-form-header-danger-fg: var(--tblr-danger);
  --glpi-form-header-danger-bg: color-mix(in srgb, var(--glpi-form-header-danger-fg), var(--tblr-bg-surface) 90%);
  --glpi-form-header-danger-border-color: color-mix(in srgb, var(--glpi-form-header-danger-fg), var(--tblr-bg-surface) 75%);
  --glpi-form-toolbar-bg: #f5f5f5;
  --glpi-topbar-height: 79px;
  --glpi-contextbar-height: 56px;
  --glpi-content-margin: 24px;
  --glpi-scrollbar-thumb-color: color-mix(in srgb, var(--tblr-secondary), transparent 20%);
  --glpi-scrollbar-track-color: transparent;
  --glpi-itil-secondary-bg: #f5f5f5;
  --glpi-timeline-itil-content-bg: #e2f2e3;
  --glpi-timeline-itil-content-fg: #155210;
  --glpi-timeline-itil-content-border-color: #87aa8a;
  --glpi-timeline-fup-bg: #ececec;
  --glpi-timeline-fup-fg: #535353;
  --glpi-timeline-fup-border-color: #b3b3b3;
  --glpi-timeline-task-bg: #ffe8b9;
  --glpi-timeline-task-fg: #38301f;
  --glpi-timeline-task-border-color: #e5c88c;
  --glpi-timeline-solution-bg: #9fd6ed;
  --glpi-timeline-solution-fg: #27363b;
  --glpi-timeline-solution-border-color: #90c2d8;
  --glpi-timeline-document-bg: #80cead;
  --glpi-timeline-document-fg: #21352c;
  --glpi-timeline-document-border-color: #68b997;
  --glpi-timeline-log-bg: #cacaca21;
  --glpi-timeline-badge-bg: rgba(97, 97, 97, 15%);
  --glpi-timeline-badge-fg: rgba(43, 43, 43, 80%);
  --glpi-hover-bg: rgba(var(--tblr-secondary-rgb), .08);
  --tblr-gray-100: var(--tblr-light);
  --tblr-gray-200: color-mix(in srgb, var(--tblr-light), var(--tblr-dark) 4%);
  --tblr-gray-300: color-mix(in srgb, var(--tblr-light), var(--tblr-dark) 6%);
  --tblr-gray-400: color-mix(in srgb, var(--tblr-light), var(--tblr-dark) 12%);
  --tblr-gray-500: color-mix(in srgb, var(--tblr-light), var(--tblr-dark) 22%);
  --tblr-gray-600: color-mix(in srgb, var(--tblr-light), var(--tblr-dark) 40%);
  --tblr-gray-700: color-mix(in srgb, var(--tblr-light), var(--tblr-dark) 64%);
  --tblr-gray-800: color-mix(in srgb, var(--tblr-light), var(--tblr-dark) 84%);
  --tblr-gray-900: var(--tblr-dark);
  --tblr-gray-50: var(--tblr-gray-200);
  --animate-duration: 0.3s !important;
  --glpi-zindex-dropdown: $zindex-dropdown;
  --glpi-zindex-sticky: $zindex-sticky;
  --glpi-zindex-fixed: $zindex-fixed;
  --glpi-zindex-offcanvas-backdrop: $zindex-offcanvas-backdrop;
  --glpi-zindex-offcanvas: $zindex-offcanvas;
  --glpi-zindex-modal-backdrop: $zindex-modal-backdrop;
  --glpi-zindex-modal: $zindex-modal;
  --glpi-zindex-popover: $zindex-popover;
  --glpi-zindex-tooltip: $zindex-tooltip;
  --glpi-zindex-toast: $zindex-toast;
}
@media (prefers-reduced-motion) {
  :root {
    --animate-duration: 0s !important;
  }
}
body.iframed, body.in_modal {
  background-color: transparent;
  overflow-x: hidden;
}
.page .glpi-logo {
  background: var(--glpi-logo) no-repeat;
  height: 55px;
  width: 100px;
}
.page .page-body {
  margin-bottom: 0;
}
.page .footer {
  font-size: 0.75rem;
  padding: 0.5em;
}
.breadcrumb a {
  --tblr-breadcrumb-link-color: var(--tblr-muted);
}
.breadcrumb-alternate a:hover {
  text-decoration: var(--tblr-link-hover-decoration);
}
.dropdown-item > .fas:first-child, .dropdown-item > .fa-solid:first-child, .dropdown-item > .far:first-child, .dropdown-item > .fa-regular:first-child, .dropdown-item > .fab:first-child, .dropdown-item > .fa-brands:first-child, .dropdown-item > .ti:first-child {
  margin-right: 0.5em;
}
.ti {
  font-size: 1.25em;
  text-align: left;
}
.ti.fa-fw {
  width: 0.9em;
}
.ti.fa-xs {
  font-size: 0.85em;
}
.ti.fa-lg {
  font-size: 1.8em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.ti.fa-2x {
  font-size: 2.3em;
  vertical-align: bottom;
}
.btn-group .select2-container ~ .btn {
  max-width: 25px;
}
.btn a {
  color: inherit;
}
.btn i.fas, .btn i.fa-solid, .btn i.far, .btn i.fa-regular, .btn i.fab, .btn i.fa-brands, .btn i.ti, .btn .fa-stack {
  margin-inline-start: 0;
}
.btn i.fas + *, .btn i.fa-solid + *, .btn i.far + *, .btn i.fa-regular + *, .btn i.fab + *, .btn i.fa-brands + *, .btn i.ti + *, .btn .fa-stack + * {
  margin-left: 0.25rem;
}
.btn.btn-icon i.fas, .btn.btn-icon i.fa-solid, .btn.btn-icon i.far, .btn.btn-icon i.fa-regular, .btn.btn-icon i.fab, .btn.btn-icon i.fa-brands, .btn.btn-icon i.ti {
  margin-right: 0;
}
.btn.btn-icon i.fas:not(.ti), .btn.btn-icon i.fa-solid:not(.ti), .btn.btn-icon i.far:not(.ti), .btn.btn-icon i.fa-regular:not(.ti), .btn.btn-icon i.fab:not(.ti), .btn.btn-icon i.fa-brands:not(.ti), .btn.btn-icon i.ti:not(.ti) {
  line-height: 1.5em;
}
.btn.btn-icon.btn-sm .fa-stack {
  height: 1.65em;
  line-height: 1.2em;
  width: 1.8em;
  margin-top: -2px;
  font-size: 0.8em;
}
@media (max-width: 575.98px) {
  .btn.btn-icon.btn-sm .fa-stack {
    width: 1.4em;
  }
}
.btn.btn-icon.btn-sm i.fas, .btn.btn-icon.btn-sm i.fa-solid, .btn.btn-icon.btn-sm i.far, .btn.btn-icon.btn-sm i.fa-regular, .btn.btn-icon.btn-sm i.fab, .btn.btn-icon.btn-sm i.fa-brands {
  line-height: 1.2em;
}
.toast-container {
  z-index: 999999;
  position: fixed;
}
.toast-container.top-left {
  inset: 0 auto auto 0;
}
.toast-container.top-right {
  inset: 0 0 auto auto;
}
.toast-container.bottom-left {
  inset: auto auto 0 0;
}
.toast-container.bottom-right {
  inset: auto 0 0 auto;
}
.img-overlay-wrapper {
  width: fit-content;
}
.page-anonymous .glpi-logo {
  --logo: var(--glpi-logo-dark-login);
  content: var(--logo);
  width: 200px;
  height: 110px;
}
.page-anonymous .main-content-card .card-header:empty {
  display: none;
}
table tbody:not(:has(tr)) {
  display: none;
}
table td.active, table td.tab_bg_4 {
  background-color: var(--tblr-table-active-bg);
  color: var(--tblr-table-active-color);
}
table.deleted-results > :not(caption) > * > * {
  box-shadow: none;
}
.glpi-badge {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--glpi-badge-bg);
  color: var(--glpi-badge-fg) !important;
  padding: calc(0.25rem - 1px) 0.25rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.7rem;
}
.entity_tree {
  width: 450px;
  max-width: 85vw;
  position: relative;
}
.entity_tree table {
  width: 100%;
}
.entity_tree .fancytree-expander, .entity_tree .fancytree-icon {
  margin-top: 5px;
}
.entity_tree .fancytree-folder .fancytree-title {
  font-weight: bold;
}
.entity_tree .fancytree-selected {
  background-color: var(--tblr-primary);
}
.qtip-bootstrap, .popover .popover-body {
  background-color: var(--tblr-bg-surface);
  color: var(--tblr-dark);
}
.popover .popover-arrow::after {
  border-top-color: var(--tblr-bg-surface);
}
kbd {
  white-space: nowrap;
}
body, body input {
  font-variant-ligatures: no-contextual;
}
/** Bootstrap visibility classes (The utility class behavior is different in _styles.scss) */
.bs-visible {
  visibility: visible !important;
}
.bs-invisible {
  visibility: hidden !important;
}
:-webkit-autofill {
  -webkit-text-fill-color: var(--tblr-body-color);
}
body .dropdown-menu {
  --tblr-dropdown-divider-margin-y: calc(var(--tblr-spacer) * 0.5);
  --tblr-dropdown-item-padding-x: var(--tblr-spacer);
  --tblr-dropdown-item-padding-y: calc(var(--tblr-spacer) * 0.5);
}
body .toast {
  background: var(--tblr-bg-surface);
  color: var(--tblr-body-color);
}
.card {
  --tblr-card-cap-bg: color-mix(in srgb, var(--tblr-bg-surface), black 1.5%) !important;
}
.accordion {
  --tblr-accordion-color: var(--tblr-muted);
}
.monaco-editor {
  outline: none !important;
}
.tooltip {
  --tblr-tooltip-color: var(--tblr-body-color);
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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-high-contrast="1"] {
  /****** TABLES ******/
  /****** TABS ******/
  /****** CONTROLS ******/
  /****** TinyMCE *****/
  /****** MISC ******/
}
:root[data-high-contrast="1"] table {
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid var(--tblr-gray-600);
}
:root[data-high-contrast="1"] .tab-content .tab-pane:first-of-type .main-header {
  border-bottom: 1px solid var(--tblr-gray-600);
  border-top: 1px solid var(--tblr-gray-600);
  box-sizing: border-box;
  border-collapse: collapse;
}
:root[data-high-contrast="1"] #kbanswer table th, :root[data-high-contrast="1"] #kbanswer table td {
  border: 1px solid var(--tblr-gray-600);
}
:root[data-high-contrast="1"] #searchcriterias .tab_cadre_fixe {
  border: 1px solid var(--tblr-gray-600);
}
:root[data-high-contrast="1"] #searchcriterias th, :root[data-high-contrast="1"] #searchcriterias td {
  border: 0;
}
:root[data-high-contrast="1"] table.table tr {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .order_DESC::before {
  color: var(--tblr-dark);
}
:root[data-high-contrast="1"] .tab_cadre_pager img[src*="first.png"], :root[data-high-contrast="1"] .tab_cadre_pager img[src*="left.png"], :root[data-high-contrast="1"] .tab_cadre_pager img[src*="right.png"], :root[data-high-contrast="1"] .tab_cadre_pager img[src*="last.png"] {
  border: 1px solid var(--tblr-gray-800);
  padding: 2px;
  border-radius: 2px;
}
:root[data-high-contrast="1"] .tab_cadre_pager img:hover {
  opacity: 0.5;
}
:root[data-high-contrast="1"] .tab_cadre_pager .fa-wrench {
  border: 1px solid var(--tblr-gray-800);
  padding: 2px;
  border-radius: 2px;
}
:root[data-high-contrast="1"] .card-tabs:not(.horizontal) .nav-tabs {
  border-bottom: 1px solid var(--tblr-gray-800);
  padding: 0;
}
:root[data-high-contrast="1"] .card-tabs .nav-tabs li {
  border-color: var(--tblr-gray-800);
  border-bottom: 0;
  box-sizing: border-box;
  border-collapse: collapse;
}
:root[data-high-contrast="1"] .card-tabs.vertical .nav-tabs li {
  border-color: var(--tblr-gray-800);
  border-bottom: 0;
  box-sizing: border-box;
  border-collapse: collapse;
  border-right-width: 1px !important;
  margin: 0;
  width: 99%;
}
:root[data-high-contrast="1"] .card-tabs.vertical .nav-tabs li a {
  border: 1px solid var(--tblr-gray-800) !important;
}
:root[data-high-contrast="1"] textarea {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] input[type="text"], :root[data-high-contrast="1"] input[type="password"], :root[data-high-contrast="1"] input[type="number"] {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] select, :root[data-high-contrast="1"] .select2-choice, :root[data-high-contrast="1"] .select2-container--default .select2-selection {
  border: 1px solid var(--tblr-gray-800) !important;
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), black 45%);
}
:root[data-high-contrast="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), black 45%);
}
:root[data-high-contrast="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), black 45%);
}
:root[data-high-contrast="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), black 45%);
}
:root[data-high-contrast="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), black 45%);
}
:root[data-high-contrast="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), black 45%);
}
:root[data-high-contrast="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), black 45%);
}
:root[data-high-contrast="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), black 45%);
}
:root[data-high-contrast="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), black 45%);
}
:root[data-high-contrast="1"] .btn.btn-secondary, :root[data-high-contrast="1"] .btn.btn-outline-secondary {
  border-color: var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .btn.btn-ghost-secondary {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .subheader .box {
  background-color: var(--tblr-light);
  border: 2px solid var(--tblr-dark);
  margin-right: 2px;
}
:root[data-high-contrast="1"] .form-switch input {
  border: 2px solid;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23777777'/%3e%3c/svg%3e");
}
:root[data-high-contrast="1"] .form-check:not(.form-switch) input {
  border: 2px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .form-check:not(.form-switch) input:checked {
  background-color: var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .pointer {
  opacity: 1;
}
:root[data-high-contrast="1"] .dropdown-toggle {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] #navbar-menu .dropdown-toggle {
  border: 1px solid var(--tblr-dark);
}
:root[data-high-contrast="1"] .nav.nav-tabs .nav-item .nav-link {
  border-color: var(--tblr-gray-800) !important;
}
:root[data-high-contrast="1"] .nav.nav-tabs .nav-item .nav-link.active {
  border: 2px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .navigationheader a, :root[data-high-contrast="1"] #page div.objectlockmessage a, #page :root[data-high-contrast="1"] div.objectlockmessage a, :root[data-high-contrast="1"] .qtip div.objectlockmessage a, .qtip :root[data-high-contrast="1"] div.objectlockmessage a, :root[data-high-contrast="1"] .modal .modal-body div.objectlockmessage a, .modal .modal-body :root[data-high-contrast="1"] div.objectlockmessage a {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .pagination .page-item {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .pagination .page-item .page-link {
  border-radius: 0 !important;
}
:root[data-high-contrast="1"] .accordion-header {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .timeline-item .timeline-content {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"] .timeline-item .timeline-content::before, :root[data-high-contrast="1"] .timeline-item .timeline-content::after {
  border-color: var(--tblr-gray-800) var(--tblr-gray-800) transparent transparent;
}
:root[data-high-contrast="1"] .timeline-buttons .answer-action {
  border: 1px solid var(--tblr-gray-800);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-primary {
  border-color: color-mix(in srgb, var(--tblr-primary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-secondary {
  border-color: color-mix(in srgb, var(--tblr-secondary), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-success {
  border-color: color-mix(in srgb, var(--tblr-success), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-info {
  border-color: color-mix(in srgb, var(--tblr-info), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-warning {
  border-color: color-mix(in srgb, var(--tblr-warning), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-danger {
  border-color: color-mix(in srgb, var(--tblr-danger), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-light {
  border-color: color-mix(in srgb, var(--tblr-light), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-dark {
  border-color: color-mix(in srgb, var(--tblr-dark), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
:root[data-high-contrast="1"][glpi-theme-dark="1"] .btn-outline-muted {
  border-color: color-mix(in srgb, var(--tblr-muted), white 15%);
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.aa-InputWrapperPrefix {
  display: none;
}
.aa-InputWrapperSuffix {
  display: none;
}
.aa-Panel {
  position: absolute;
  z-index: 1000;
  background-color: var(--tblr-bg-forms);
  color: var(--tblr-body-color);
  max-height: 200px;
  overflow: auto;
}
.aa-List {
  list-style: none;
  padding-left: 0;
}
.aa-List .aa-Item {
  padding: 5px 10px;
  cursor: pointer;
}
.aa-Autocomplete .aa-InputWrapper input.aa-Input {
  color: var(--tblr-body-color) !important;
  background-color: var(--tblr-bg-forms) !important;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.asset .left-icons, .navigationheader .left-icons, #page div.objectlockmessage .left-icons, .qtip div.objectlockmessage .left-icons, .modal .modal-body div.objectlockmessage .left-icons {
  width: 190px;
}
.asset .card-header, .navigationheader .card-header, #page div.objectlockmessage .card-header, .qtip div.objectlockmessage .card-header, .modal .modal-body div.objectlockmessage .card-header {
  background-color: var(--glpi-form-header-bg);
  color: var(--glpi-form-header-fg);
  border-color: var(--glpi-form-header-border-color);
}
.asset .card-header:not(.main-header), .navigationheader .card-header:not(.main-header), #page div.objectlockmessage .card-header:not(.main-header), .qtip div.objectlockmessage .card-header:not(.main-header), .modal .modal-body div.objectlockmessage .card-header:not(.main-header) {
  border-top: 1px solid var(--glpi-form-header-border-color);
}
.asset .card-header .badge, .navigationheader .card-header .badge, #page div.objectlockmessage .card-header .badge, .qtip div.objectlockmessage .card-header .badge, .modal .modal-body div.objectlockmessage .card-header .badge {
  display: inline-flex;
  font-size: 0.625rem;
  min-height: 1.25rem;
  height: auto;
  align-items: flex-start;
  vertical-align: middle;
  border: 1px solid transparent;
}
.asset .card-header .badge .badge, .navigationheader .card-header .badge .badge, #page div.objectlockmessage .card-header .badge .badge, .qtip div.objectlockmessage .card-header .badge .badge, .modal .modal-body div.objectlockmessage .card-header .badge .badge {
  min-height: 100%;
  margin: -0.25rem -0.25rem -0.25rem 0.5rem;
}
.asset .card-header .badge .badge a, .navigationheader .card-header .badge .badge a, #page div.objectlockmessage .card-header .badge .badge a, .qtip div.objectlockmessage .card-header .badge .badge a, .modal .modal-body div.objectlockmessage .card-header .badge .badge a {
  color: inherit;
}
.asset .card-header .badge.entity-name, .navigationheader .card-header .badge.entity-name, #page div.objectlockmessage .card-header .badge.entity-name, .qtip div.objectlockmessage .card-header .badge.entity-name, .modal .modal-body div.objectlockmessage .card-header .badge.entity-name {
  background-color: var(--glpi-form-header-bg);
  color: var(--glpi-form-header-fg);
}
.asset .card-header .badge .ribbon, .navigationheader .card-header .badge .ribbon, #page div.objectlockmessage .card-header .badge .ribbon, .qtip div.objectlockmessage .card-header .badge .ribbon, .modal .modal-body div.objectlockmessage .card-header .badge .ribbon {
  left: 0.5rem;
}
@media (max-width: 575.98px) {
  .asset .card-header .badge, .navigationheader .card-header .badge, #page div.objectlockmessage .card-header .badge, .qtip div.objectlockmessage .card-header .badge, .modal .modal-body div.objectlockmessage .card-header .badge {
    margin-left: 0 !important;
  }
}
.asset.asset-deleted .card-header, .navigationheader.asset-deleted .card-header, #page div.asset-deleted.objectlockmessage .card-header, .qtip div.asset-deleted.objectlockmessage .card-header, .modal .modal-body div.asset-deleted.objectlockmessage .card-header {
  background-color: var(--glpi-form-header-danger-bg);
  color: var(--glpi-form-header-danger-fg);
  border-color: var(--glpi-form-header-border-danger-color);
}
.asset.asset-deleted .card-header .badge.entity-name, .navigationheader.asset-deleted .card-header .badge.entity-name, #page div.asset-deleted.objectlockmessage .card-header .badge.entity-name, .qtip div.asset-deleted.objectlockmessage .card-header .badge.entity-name, .modal .modal-body div.asset-deleted.objectlockmessage .card-header .badge.entity-name {
  background-color: var(--glpi-form-header-danger-bg);
  color: var(--glpi-form-header-danger-fg);
}
.asset .asset-pictures, .navigationheader .asset-pictures, #page div.objectlockmessage .asset-pictures, .qtip div.objectlockmessage .asset-pictures, .modal .modal-body div.objectlockmessage .asset-pictures {
  max-height: 40em;
  overflow-y: auto;
}
#page > .asset {
  margin-top: 15px;
}
.navigationheader.asset-deleted .main-header .status, #page div.asset-deleted.objectlockmessage .main-header .status, .qtip div.asset-deleted.objectlockmessage .main-header .status, .modal .modal-body div.asset-deleted.objectlockmessage .main-header .status {
  background-color: var(--glpi-form-header-danger-bg);
  color: var(--glpi-form-header-danger-fg);
  border-color: var(--glpi-form-header-border-danger-color);
}
.navigationheader:not(.asset-deleted) #header-is-deleted, #page div.objectlockmessage:not(.asset-deleted) #header-is-deleted, .qtip div.objectlockmessage:not(.asset-deleted) #header-is-deleted, .modal .modal-body div.objectlockmessage:not(.asset-deleted) #header-is-deleted {
  display: none;
}
.navigationheader .main-header, #page div.objectlockmessage .main-header, .qtip div.objectlockmessage .main-header, .modal .modal-body div.objectlockmessage .main-header {
  padding-top: 0;
  padding-bottom: 0;
}
.navigationheader .main-header .ribbon, #page div.objectlockmessage .main-header .ribbon, .qtip div.objectlockmessage .main-header .ribbon, .modal .modal-body div.objectlockmessage .main-header .ribbon {
  position: relative;
  left: -0.25rem;
}
.navigationheader .card-header, #page div.objectlockmessage .card-header, .qtip div.objectlockmessage .card-header, .modal .modal-body div.objectlockmessage .card-header {
  background-color: transparent !important;
  border-color: transparent !important;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/**
Override the override of mixins by tabler over bootstrap
which broke styles of btn-group > .btn-check
*/
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary {
  color: color-contrast(var(--tblr-primary));
  background-color: var(--tblr-primary);
  border-color: var(--tblr-primary);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary {
  color: color-contrast(var(--tblr-secondary));
  background-color: var(--tblr-secondary);
  border-color: var(--tblr-secondary);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success {
  color: color-contrast(var(--tblr-success));
  background-color: var(--tblr-success);
  border-color: var(--tblr-success);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info {
  color: color-contrast(var(--tblr-info));
  background-color: var(--tblr-info);
  border-color: var(--tblr-info);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning {
  color: color-contrast(var(--tblr-warning));
  background-color: var(--tblr-warning);
  border-color: var(--tblr-warning);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger {
  color: color-contrast(var(--tblr-danger));
  background-color: var(--tblr-danger);
  border-color: var(--tblr-danger);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light {
  color: color-contrast(var(--tblr-light));
  background-color: var(--tblr-light);
  border-color: var(--tblr-light);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark {
  color: color-contrast(var(--tblr-dark));
  background-color: var(--tblr-dark);
  border-color: var(--tblr-dark);
}
.btn-check:checked + .btn-muted, .btn-check:active + .btn-muted {
  color: color-contrast(var(--tblr-muted));
  background-color: var(--tblr-muted);
  border-color: var(--tblr-muted);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary {
  color: color-contrast(var(--tblr-primary));
  background-color: var(--tblr-primary);
  border-color: var(--tblr-primary);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary {
  color: color-contrast(var(--tblr-secondary));
  background-color: var(--tblr-secondary);
  border-color: var(--tblr-secondary);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success {
  color: color-contrast(var(--tblr-success));
  background-color: var(--tblr-success);
  border-color: var(--tblr-success);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info {
  color: color-contrast(var(--tblr-info));
  background-color: var(--tblr-info);
  border-color: var(--tblr-info);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning {
  color: color-contrast(var(--tblr-warning));
  background-color: var(--tblr-warning);
  border-color: var(--tblr-warning);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger {
  color: color-contrast(var(--tblr-danger));
  background-color: var(--tblr-danger);
  border-color: var(--tblr-danger);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light {
  color: color-contrast(var(--tblr-light));
  background-color: var(--tblr-light);
  border-color: var(--tblr-light);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark {
  color: color-contrast(var(--tblr-dark));
  background-color: var(--tblr-dark);
  border-color: var(--tblr-dark);
}
.btn-check:checked + .btn-outline-muted, .btn-check:active + .btn-outline-muted {
  color: color-contrast(var(--tblr-muted));
  background-color: var(--tblr-muted);
  border-color: var(--tblr-muted);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
.btn-group .btn-outline-secondary {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/**
 * Styles for inputs that are disguised as "content editable" DOM elements
 * This inputs may be more convenient than real "content-editable" elements for
 * some use cases (richtext editor, ...)
 */
.content-editable-h1 {
  font-size: 1.6rem !important;
  line-height: 1.5rem;
  font-weight: var(--tblr-font-weight-medium);
  border: 0;
  padding: 2px 4px;
  margin-bottom: 1.1rem;
  background-color: transparent;
  box-shadow: none;
}
.content-editable-h2 {
  font-size: 1.2rem !important;
  line-height: 1.5rem;
  font-weight: var(--tblr-font-weight-medium);
  border: 0;
  padding: 2px 4px;
  margin-bottom: 1rem;
  background-color: transparent;
  box-shadow: none;
}
.content-editable-tinymce .tox-tinymce {
  border-color: transparent !important;
  padding: 2px 4px;
}
.content-editable-tinymce .tox-statusbar {
  display: none !important;
}
.content-editable-tinymce .tox-toolbar__primary .tox-toolbar__group:first-child {
  padding-left: 2px !important;
}
.content-editable-tinymce .tox-editor-header {
  opacity: 0;
  height: 0 !important;
  transition: height 0.25s ease !important;
  padding: 0 !important;
}
.content-editable-tinymce .tox-sidebar-wrap {
  margin-bottom: -20px;
}
.content-editable-tinymce .fileupload {
  display: none;
}
form:not(.disable-focus) .simulate-focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.2);
}
form:not(.disable-focus) .simulate-focus .tox-editor-header {
  opacity: unset;
  height: 48px !important;
  transition: height 0.25s ease !important;
  margin-top: 1rem !important;
  padding: 4px !important;
}
form:not(.disable-focus) .simulate-focus .tox-sidebar-wrap {
  margin-bottom: -5px;
}
.content-editable-tinymce-editor {
  margin: 0 !important;
  padding: 0 !important;
}
.content-editable-tinymce-editor p:last-child {
  margin-bottom: 0 !important;
}
.content-editable-tinymce-editor[data-mce-placeholder] {
  cursor: text !important;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.documentation {
  background-color: var(--tblr-bg-surface);
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 20px;
}
.documentation .table-of-contents {
  margin: 0;
  padding: 0;
  background-color: var(--glpi-mainmenu-bg);
  color: var(--glpi-mainmenu-fg);
  font-size: var(--tblr-dropdown-font-size);
}
.documentation .table-of-contents li {
  margin: 0;
  list-style: none;
  padding: 2px 0 2px 5px;
  border: none;
}
.documentation .table-of-contents li a {
  font-size: 1.25rem;
  font-weight: 600;
  color: inherit;
  border-bottom: 1px solid var(--tblr-border-color);
}
.documentation .table-of-contents li ul li {
  list-style: disc;
}
.documentation .table-of-contents li ul li a {
  font-weight: normal;
  font-size: 1rem;
  border-bottom: none;
  color: inherit;
}
.documentation > ul:nth-child(2) {
  list-style-type: disc;
  margin-top: 40px;
}
.documentation > ul:nth-child(2) > li {
  margin-left: 30px;
}
.documentation h2 {
  margin-top: 70px;
  border-bottom: 1px solid var(--tblr-border-color);
}
.documentation li {
  margin-left: 10px;
  padding: 5px 0 5px 5px;
}
.documentation > ul > li > ul > li {
  border-left: 1px solid var(--tblr-border-color);
}
.documentation > ul > li > ul > li > ul > li {
  list-style-type: disc;
  margin-left: 35px;
}
.documentation pre {
  border: 1px solid var(--tblr-border-color);
  border-radius: 4px;
  font-size: 13px;
}
.documentation dt {
  font-weight: bold;
  margin-top: 20px;
}
.documentation dd {
  margin-left: 20px;
}
.documentation td, .documentation th {
  padding-right: 24px;
  padding-bottom: 8px;
  font-size: 12px;
}
.documentation th {
  text-align: left;
}
.documentation-large {
  max-width: 1000px;
}
.documentation-page #footer-login {
  position: unset;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .documentation .table-of-contents {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    width: 15rem;
    bottom: 0;
    overflow: auto;
  }
}
@media (max-width: 991.98px) {
  .documentation {
    margin-left: 200px;
  }
}
@media (max-width: 1199.98px) {
  .documentation-large {
    margin-left: 200px;
  }
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
@media (min-width: 992px) {
  body.debug-active:not(.debug-folded) .search_page .search-container {
    height: calc(100vh - var(--glpi-contextbar-height) - var(--glpi-content-margin) - 50px);
  }
}
body.debug-active:not(.debug-folded) .tab-pane:not([id^="tab-Ticket_main"]) {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  body.debug-active:not(.debug-folded) .itil-object {
    height: calc(100vh - 187px - 46px);
  }
}
@media (min-width: 992px) {
  body.debug-active:not(.debug-folded) form.new-itil-object .itil-object {
    height: calc(100vh - 187px - 5px);
  }
}
@media (min-width: 992px) {
  body.debug-active:not(.debug-folded).horizontal-layout .itil-object {
    height: calc(100vh - 257px - 46px);
  }
}
body.debug-active:not(.debug-folded) .search-footer, body.debug-active:not(.debug-folded) .itil-footer {
  bottom: 46px;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.fileupload:not(.only-uploaded-files) {
  text-align: center;
  border: 1px dashed #ccc;
  background: #cccccc1c;
  min-height: 65px;
  border-radius: 5px;
  padding: 0.5em;
  margin: 5px auto 0.5em;
  width: 100%;
}
.fileupload:not(.only-uploaded-files) input[type="file"] {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fileupload.only-uploaded-files input[type="file"] {
  display: none;
}
.fileupload_info {
  margin-bottom: 10px;
}
.draghover {
  background: #fbf8df;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/* stylelint-disable property-no-vendor-prefix */
body .flatpickr-calendar {
  --glpi-flatpickr-bg: var(--tblr-bg-surface);
  --glpi-flatpickr-text-color: var(--tblr-body-color);
  --glpi-flatpickr-accent-color: color-mix(in srgb, var(--tblr-link-color), transparent 50%);
  --glpi-flatpickr-date-hover-bg: color-mix(in srgb, var(--glpi-flatpickr-accent-color), transparent 40%);
  --glpi-flatpickr-date-selection-hover-bg: color-mix(in srgb, var(--glpi-flatpickr-accent-color), transparent 30%);
  --glpi-flatpickr-date-selection-fg: var(--glpi-flatpickr-text-color);
  --glpi-flatpickr-border-color: var(--tblr-border-color);
  --glpi-flatpickr-shadow-color: color-mix(in srgb, var(--tblr-body-color), transparent 96%);
  --glpi-flatpickr-faded-color: color-mix(in srgb, var(--tblr-body-color), transparent 70%);
  background: var(--glpi-flatpickr-bg);
  -webkit-box-shadow: 1px 0 0 var(--glpi-flatpickr-shadow-color), -1px 0 0 var(--glpi-flatpickr-shadow-color), 0 1px 0 var(--glpi-flatpickr-shadow-color), 0 -1px 0 var(--glpi-flatpickr-shadow-color), 0 3px 13px var(--glpi-flatpickr-shadow-color);
  box-shadow: 1px 0 0 var(--glpi-flatpickr-shadow-color), -1px 0 0 var(--glpi-flatpickr-shadow-color), 0 1px 0 var(--glpi-flatpickr-shadow-color), 0 -1px 0 var(--glpi-flatpickr-shadow-color), 0 3px 13px var(--glpi-flatpickr-shadow-color);
}
body .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 var(--glpi-flatpickr-shadow-color), 5px 0 0 var(--glpi-flatpickr-shadow-color);
  box-shadow: -2px 0 0 var(--glpi-flatpickr-shadow-color), 5px 0 0 var(--glpi-flatpickr-shadow-color);
}
body .flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid var(--glpi-flatpickr-border-color);
}
body .flatpickr-calendar.arrowTop::before {
  border-bottom-color: var(--glpi-flatpickr-border-color);
}
body .flatpickr-calendar.arrowTop::after {
  border-bottom-color: var(--glpi-flatpickr-bg);
}
body .flatpickr-calendar.arrowBottom::before {
  border-top-color: var(--glpi-flatpickr-border-color);
}
body .flatpickr-calendar.arrowBottom::after {
  border-top-color: var(--glpi-flatpickr-bg);
}
body .flatpickr-months .flatpickr-month {
  background: var(--glpi-flatpickr-bg);
  color: var(--glpi-flatpickr-text-color);
  fill: var(--glpi-flatpickr-text-color);
}
body .flatpickr-months .flatpickr-prev-month, body .flatpickr-months .flatpickr-next-month {
  color: var(--glpi-flatpickr-text-color);
  fill: var(--glpi-flatpickr-text-color);
}
body .flatpickr-months .flatpickr-prev-month:hover, body .flatpickr-months .flatpickr-next-month:hover {
  color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-months .flatpickr-prev-month:hover svg, body .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--glpi-flatpickr-accent-color);
}
body .numInputWrapper:hover {
  background: transparent;
}
body .flatpickr-current-month span.cur-month:hover {
  background: transparent;
}
body .flatpickr-current-month .numInputWrapper span.arrowUp::after {
  border-bottom-color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-current-month .numInputWrapper span.arrowDown::after {
  border-top-color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-current-month .flatpickr-monthDropdown-months {
  background: var(--glpi-flatpickr-bg);
}
body .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}
body .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: var(--glpi-flatpickr-bg);
}
body span.flatpickr-weekday {
  background: var(--glpi-flatpickr-bg);
  color: var(--glpi-flatpickr-text-color);
}
body .dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 var(--glpi-flatpickr-shadow-color);
  box-shadow: -1px 0 0 var(--glpi-flatpickr-shadow-color);
}
body .flatpickr-day {
  color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-day.inRange, body .flatpickr-day.prevMonthDay.inRange, body .flatpickr-day.nextMonthDay.inRange, body .flatpickr-day.today.inRange, body .flatpickr-day.prevMonthDay.today.inRange, body .flatpickr-day.nextMonthDay.today.inRange, body .flatpickr-day:hover, body .flatpickr-day.prevMonthDay:hover, body .flatpickr-day.nextMonthDay:hover, body .flatpickr-day:focus, body .flatpickr-day.prevMonthDay:focus, body .flatpickr-day.nextMonthDay:focus {
  background: var(--glpi-flatpickr-date-hover-bg);
  border-color: var(--glpi-flatpickr-date-hover-bg);
}
body .flatpickr-day.today {
  border-color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-day.today:hover, body .flatpickr-day.today:focus {
  border-color: var(--glpi-flatpickr-text-color);
  background: var(--glpi-flatpickr-text-color);
  color: var(--glpi-flatpickr-bg);
}
body .flatpickr-day.selected, body .flatpickr-day.startRange, body .flatpickr-day.endRange, body .flatpickr-day.selected.inRange, body .flatpickr-day.startRange.inRange, body .flatpickr-day.endRange.inRange, body .flatpickr-day.selected:focus, body .flatpickr-day.startRange:focus, body .flatpickr-day.endRange:focus, body .flatpickr-day.selected:hover, body .flatpickr-day.startRange:hover, body .flatpickr-day.endRange:hover, body .flatpickr-day.selected.prevMonthDay, body .flatpickr-day.startRange.prevMonthDay, body .flatpickr-day.endRange.prevMonthDay, body .flatpickr-day.selected.nextMonthDay, body .flatpickr-day.startRange.nextMonthDay, body .flatpickr-day.endRange.nextMonthDay {
  background: var(--glpi-flatpickr-date-selection-hover-bg);
  color: var(--glpi-flatpickr-date-selection-fg);
  border-color: var(--glpi-flatpickr-date-selection-hover-bg);
}
body .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), body .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), body .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 var(--glpi-flatpickr-date-selection-hover-bg);
  box-shadow: -10px 0 0 var(--glpi-flatpickr-date-selection-hover-bg);
}
body .flatpickr-day.flatpickr-disabled, body .flatpickr-day.flatpickr-disabled:hover, body .flatpickr-day.prevMonthDay, body .flatpickr-day.nextMonthDay, body .flatpickr-day.notAllowed, body .flatpickr-day.notAllowed.prevMonthDay, body .flatpickr-day.notAllowed.nextMonthDay {
  color: var(--glpi-flatpickr-faded-color);
}
body .flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 var(--glpi-flatpickr-date-hover-bg), 5px 0 0 var(--glpi-flatpickr-date-hover-bg);
  box-shadow: -5px 0 0 var(--glpi-flatpickr-date-hover-bg), 5px 0 0 var(--glpi-flatpickr-date-hover-bg);
}
body .flatpickr-day.week.selected {
  -webkit-box-shadow: -5px 0 0 var(--glpi-flatpickr-date-selection-hover-bg), 5px 0 0 var(--glpi-flatpickr-date-selection-hover-bg);
  box-shadow: -5px 0 0 var(--glpi-flatpickr-date-selection-hover-bg), 5px 0 0 var(--glpi-flatpickr-date-selection-hover-bg);
}
body .flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: 1px 0 0 var(--glpi-flatpickr-shadow-color);
  box-shadow: 1px 0 0 var(--glpi-flatpickr-shadow-color);
}
body .flatpickr-weekwrapper span.flatpickr-day, body .flatpickr-weekwrapper span.flatpickr-day:hover {
  color: var(--glpi-flatpickr-faded-color);
}
body .flatpickr-time .numInputWrapper span.arrowUp::after {
  border-bottom-color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-time .numInputWrapper span.arrowDown::after {
  border-top-color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-time input {
  color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-time .flatpickr-time-separator, body .flatpickr-time .flatpickr-am-pm {
  color: var(--glpi-flatpickr-text-color);
}
body .flatpickr-time input:hover, body .flatpickr-time .flatpickr-am-pm:hover, body .flatpickr-time input:focus, body .flatpickr-time .flatpickr-am-pm:focus {
  background: transparent;
}
body .flatpickr input.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* stylelint-enable property-no-vendor-prefix */
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.floating-buttons {
  position: fixed;
  bottom: 10px;
  left: 50%;
  z-index: 99999;
}
.floating-buttons #backtotop {
  cursor: pointer;
}
.floating-buttons #backtotop:hover {
  opacity: 0.8;
}
body.debug-active .floating-buttons {
  bottom: 60px;
}
#maintenance-float {
  top: 0;
  left: 250px;
  position: absolute;
  z-index: 9999;
}
#maintenance-float a {
  font-weight: bold;
  background-color: var(--tblr-body-bg);
  color: var(--tblr-danger);
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.form-editor {
  flex-grow: 1;
  background: linear-gradient(169deg, white 0%, #fefefe 14%, #fdfdfd 22%, #fcfcfc 33%, #fbfbfc 41%, #f8fafc 48%);
  overflow: scroll;
}
.form-editor .designer .form-details .card-title {
  font-size: 1.2rem !important;
}
.form-editor .card {
  border-bottom-left-radius: var(--tblr-border-radius) !important;
}
.editor-footer {
  border-top: 1px solid var(--tblr-border-color);
  background: var(--glpi-form-toolbar-bg);
}
.mandatory-question [data-glpi-form-editor-required-mark] {
  display: inline !important;
}
[data-glpi-form-editor-form][data-glpi-form-editor-active-form] [data-glpi-form-editor-form-extra-details] {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.2s linear;
}
[data-glpi-form-editor-form]:not([data-glpi-form-editor-active-form]) [data-glpi-form-editor-active-form-status-indicator] {
  display: none;
}
[data-glpi-form-editor-form]:not([data-glpi-form-editor-active-form]) [data-glpi-form-editor-form-extra-details] {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[data-glpi-form-editor-section][data-glpi-form-editor-active-section] [data-glpi-form-editor-section-extra-details] {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.2s linear;
}
[data-glpi-form-editor-section]:not([data-glpi-form-editor-active-section]) [data-glpi-form-editor-active-section-status-indicator] {
  display: none;
}
[data-glpi-form-editor-section]:not([data-glpi-form-editor-active-section]) [data-glpi-form-editor-section-extra-details] {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[data-glpi-form-editor-question][data-glpi-form-editor-active-question] [data-glpi-form-editor-question-extra-details] {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.2s linear;
}
[data-glpi-form-editor-question]:not([data-glpi-form-editor-active-question]) [data-glpi-form-editor-active-question-status-indicator] {
  display: none;
}
[data-glpi-form-editor-question]:not([data-glpi-form-editor-active-question]) [data-glpi-form-editor-question-extra-details] {
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[data-glpi-form-editor-question]:not([data-glpi-form-editor-active-question]) .tox-editor-header {
  display: none !important;
}
[data-glpi-form-editor-comment][data-glpi-form-editor-active-comment] [data-glpi-form-editor-comment-extra-details] {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.2s linear;
}
[data-glpi-form-editor-comment]:not([data-glpi-form-editor-active-comment]) [data-glpi-form-editor-active-comment-status-indicator] {
  display: none;
}
[data-glpi-form-editor-comment]:not([data-glpi-form-editor-active-comment]) [data-glpi-form-editor-comment-extra-details] {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.glpi-form-editor-drag-question-placeholder {
  border: 2px dashed var(--tblr-primary);
  background: rgba(var(--tblr-primary), 0.1);
  opacity: 0.5;
  height: 70px !important;
}
.glpi-form-editor-drag-question-option-placeholder {
  border: 2px dashed var(--tblr-primary);
  background: rgba(var(--tblr-primary), 0.1);
  opacity: 0.5;
  height: 40px !important;
}
.glpi-form-editor-drag-section-placeholder {
  border: 2px dashed var(--tblr-primary);
  background: rgba(var(--tblr-primary), 0.1);
  opacity: 0.5;
  height: 60px !important;
}
.glpi-form-editor-question-handle {
  opacity: 0;
}
[data-glpi-form-editor-question-details]:hover .glpi-form-editor-question-handle, [data-glpi-form-editor-comment-details]:hover .glpi-form-editor-question-handle {
  opacity: 0.7;
}
[data-glpi-form-editor-section].section-collapsed {
  margin-bottom: 1rem !important;
}
[data-glpi-form-editor-section].section-collapsed [data-glpi-form-editor-section-description], [data-glpi-form-editor-section].section-collapsed [data-glpi-form-editor-section-blocks], [data-glpi-form-editor-section].section-collapsed [data-glpi-form-editor-section-extra-details] {
  display: none;
}
[data-glpi-form-editor-question][data-glpi-form-editor-active-question] .dropdown-border {
  position: relative;
  border: 1px solid var(--tblr-border-color);
  border-top: 0;
  border-bottom-left-radius: var(--tblr-border-radius);
  border-bottom-right-radius: var(--tblr-border-radius);
  padding: 0.5rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
[data-glpi-form-editor-question][data-glpi-form-editor-active-question] .single-preview-dropdown .select2-selection, [data-glpi-form-editor-question][data-glpi-form-editor-active-question] .multiple-preview-dropdown .select2-selection {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.form-renderer {
  /* Keep a bit of space at the end */
  margin-bottom: 200px;
  /* Remove margin from tinymce generated content last child */
}
.form-renderer .form-description p:last-child, .form-renderer .section-description p:last-child, .form-renderer .block-description p:last-child {
  margin-bottom: 0 !important;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
#fuzzysearch .results {
  max-height: 300px;
  overflow-y: auto;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.sidebar, .topbar {
  background-color: var(--glpi-mainmenu-bg);
  color: var(--glpi-mainmenu-fg);
  z-index: 1031;
}
.sidebar .navbar-toggler, .topbar .navbar-toggler {
  color: var(--glpi-mainmenu-fg);
}
.sidebar .btn-ghost-secondary, .topbar .btn-ghost-secondary {
  color: rgba(var(--glpi-mainmenu-fg), 80%);
}
.sidebar .btn-outline-secondary, .topbar .btn-outline-secondary {
  color: rgba(var(--glpi-mainmenu-fg), 80%);
  border-color: rgba(var(--glpi-mainmenu-fg), 80%);
}
.sidebar .btn-outline-secondary:hover, .topbar .btn-outline-secondary:hover {
  background-color: rgba(var(--glpi-mainmenu-fg), 80%);
  color: rgba(var(--glpi-mainmenu-bg), 80%);
  border-color: transparent;
}
.topbar .nav-item i {
  margin-right: 0.3em;
}
.navbar-vertical .trigger-fuzzy {
  border: 0;
  font-size: 1em;
  font-weight: 400;
  margin-left: 1.5rem !important;
  padding: 3px;
}
.sidebar ~ .navbar {
  z-index: 1030;
}
.sidebar ~ .page-wrapper, .sidebar ~ .navbar {
  transition: margin-inline-start var(--animate-duration);
}
.sidebar #navbar-menu .nav-item .nav-link {
  padding: 0 1.5rem !important;
  color: rgba(var(--glpi-mainmenu-fg), 80%);
  border-left: 3px solid transparent;
  border-radius: unset;
}
.sidebar #navbar-menu .nav-item .nav-link.show, .sidebar #navbar-menu .nav-item .nav-link.active {
  border-left-color: color-mix(in srgb, var(--tblr-primary), transparent 70%);
  color: color-mix(in srgb, var(--tblr-primary), transparent 10%);
  font-weight: bold;
}
.sidebar #navbar-menu .nav-item .nav-link.active + .dropdown-menu, .sidebar #navbar-menu .nav-item .nav-link.show + .dropdown-menu {
  border-radius: unset;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar #navbar-menu .nav-item .nav-link.active + .dropdown-menu .dropdown-header, .sidebar #navbar-menu .nav-item .nav-link.show + .dropdown-menu .dropdown-header {
  display: none;
}
.sidebar #navbar-menu .nav-item .nav-link.active + .dropdown-menu .dropdown-item, .sidebar #navbar-menu .nav-item .nav-link.show + .dropdown-menu .dropdown-item {
  border-left: 3px solid rgba(0, 0, 0, 0.5);
  padding-left: 3.25rem;
}
.sidebar #navbar-menu .nav-item .nav-link.active + .dropdown-menu .dropdown-item.active, .sidebar #navbar-menu .nav-item .nav-link.show + .dropdown-menu .dropdown-item.active {
  border-left-color: color-mix(in srgb, var(--tblr-primary), transparent 30%);
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.sidebar #navbar-menu .nav-item .nav-link.active + .dropdown-menu .dropdown-item:hover, .sidebar #navbar-menu .nav-item .nav-link.show + .dropdown-menu .dropdown-item:hover {
  border-left-color: var(--tblr-primary);
  color: var(--tblr-primary);
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar #navbar-menu .nav-item i {
  margin-right: 0.7em;
}
.sidebar #navbar-menu .nav-item:hover .nav-link {
  border-left-color: var(--tblr-primary);
  color: var(--tblr-primary);
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar .reduce-menu::before {
  font: var(--fa-font-solid);
  content: "";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 1.3333em;
  line-height: 0.75em;
}
@media (min-width: 992px) {
  .sidebar {
    transition: width var(--animate-duration) !important;
  }
  body.navbar-collapsed #navbar-menu .nav-link {
    padding: 0.58rem 1.5rem !important;
  }
  body.navbar-collapsed .navbar-brand {
    margin: 0 calc(-1 * var(--tblr-gutter-x, 1.5rem)) 0.5rem;
    width: calc(100% + var(--tblr-gutter-x, 1.5rem) * 2);
  }
  body.navbar-collapsed .navbar-brand .glpi-logo {
    background: var(--glpi-logo-reduced) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  body.navbar-collapsed .sidebar {
    z-index: 1050;
    width: 70px;
    overflow-x: visible;
  }
  body.navbar-collapsed .sidebar ~ .page-wrapper, body.navbar-collapsed .sidebar ~ .navbar {
    margin-inline-start: 70px;
  }
  body.navbar-collapsed .sidebar .menu-label {
    display: none;
  }
  body.navbar-collapsed .sidebar #navbar-menu .dropdown-toggle::after {
    display: none;
  }
  body.navbar-collapsed .sidebar #navbar-menu .dropdown-menu {
    box-shadow: color-mix(in srgb, var(--tblr-body-color), transparent 84%) 0 2px 16px 0;
  }
  body.navbar-collapsed .sidebar #navbar-menu .dropdown-menu.show {
    display: none;
  }
  body.navbar-collapsed .sidebar #navbar-menu .dropdown-menu .dropdown-menu-columns {
    display: flex;
    flex-direction: row;
  }
  body.navbar-collapsed .sidebar #navbar-menu .dropdown-menu .dropdown-menu-columns .dropdown-item {
    padding: 0.5rem 0.75rem;
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item .nav-link {
    z-index: 1060;
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item .nav-link + .dropdown-menu {
    background-color: var(--glpi-mainmenu-fg);
    color: var(--glpi-mainmenu-bg);
    top: 0;
    left: calc(100% + 1px);
    border: 1px solid var(--glpi-mainmenu-bg);
    position: absolute;
    z-index: 1050;
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item .nav-link + .dropdown-menu.animate__fadeInLeft::before {
    left: -2px;
    height: 100%;
    width: 4px;
    content: " ";
    position: absolute;
    background: transparent;
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item .nav-link + .dropdown-menu .dropdown-header {
    display: block;
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item .nav-link + .dropdown-menu .dropdown-item {
    border-left: 3px solid transparent;
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item .nav-link + .dropdown-menu .dropdown-item.active {
    background-color: var(--glpi-mainmenu-active-bg);
    border-left-color: var(--tblr-primary);
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item .nav-link.show, body.navbar-collapsed .sidebar #navbar-menu .nav-item .nav-link.active {
    color: inherit;
    font-weight: normal;
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item:hover .nav-link + .dropdown-menu {
    display: block;
  }
  body.navbar-collapsed .sidebar #navbar-menu .nav-item.active {
    background-color: color-mix(in srgb, var(--glpi-mainmenu-bg), white 5%);
  }
  body.navbar-collapsed .sidebar .reduce-menu::before {
    content: "";
  }
}
@media (max-width: 767.98px) {
  .user-menu .dropstart .dropdown-menu {
    position: static;
    border-radius: unset;
    box-shadow: unset;
    background-color: rgba(0, 0, 0, 0.02);
    border-style: inset;
    border-width: 2px 0;
  }
  .sidebar {
    z-index: var(--glpi-zindex-fixed);
  }
  .sidebar ~ .navbar {
    z-index: inherit;
  }
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.log-viewer .log-entries {
  height: calc(100vh - 265px);
  overflow-y: auto;
}
.log-viewer .log-entries .log_entry {
  white-space: pre-wrap;
  scroll-margin-top: 5em;
}
.log-viewer .log-entries .log_entry:target {
  animation: shakeX;
  animation-duration: 2s;
}
.log-viewer .log-entries .log_entry .log_datetime {
  font-family: var(--tblr-font-sans-serif);
}
.log-viewer .log-entries .log_entry .log_datetime:hover {
  text-decoration: underline;
}
.log-viewer .log-entries .log_entry .log_long_text {
  width: 100%;
  /* stylelint-disable-next-line value-no-vendor-prefix -- no equivalent without prefix, and exists in all browsers */
  display: -webkit-box;
  /* stylelint-disable-next-line property-no-vendor-prefix -- no equivalent without prefix, and exists in all browsers */
  -webkit-line-clamp: 2;
  /* stylelint-disable-next-line property-no-vendor-prefix -- no equivalent without prefix, and exists in all browsers */
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: row-resize;
  padding: 1em 0.5em 0.18em;
  box-sizing: border-box;
  font-family: var(--tblr-font-monospace);
  font-size: 0.8rem;
  border-bottom: 1px solid var(--tblr-border-color);
}
.log-viewer .log-entries .log_entry .log_long_text:hover {
  background: rgba(0, 0, 0, 0.1);
}
.log-viewer .log-entries .log_entry .log_entry_toggle_lbl {
  position: relative;
  width: 15px;
  height: 20px;
}
.log-viewer .log-entries .log_entry .log_entry_toggle_lbl::after {
  font-family: tabler-icons !important;
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
}
.log-viewer .log-entries .log_entry .log_entry_toggle_placeholder {
  width: 15px;
  height: 20px;
}
.log-viewer .log-entries .log_entry .log_entry_toggle_placeholder ~ .log_long_text {
  cursor: default;
}
.log-viewer .log-entries .log_entry .log_entry_toggle {
  display: none;
}
.log-viewer .log-entries .log_entry .log_entry_toggle:checked ~ .log_long_text {
  -webkit-line-clamp: unset;
}
.log-viewer .log-entries .log_entry .log_entry_toggle:checked ~ .log_entry_toggle_lbl::after {
  content: "";
}
.horizontal-layout .log-viewer .log-entries {
  height: calc(100vh - 350px);
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
#tree_browse {
  display: flex;
  align-items: stretch;
}
#tree_browse .browser_tree {
  flex-basis: 250px;
  flex-shrink: 0;
  padding-right: 10px;
  padding-left: 2px;
}
#tree_browse .browser_tree .browser-tree-container {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
}
#tree_browse .browser_tree .browser-tree-container .fancytree-container {
  overflow-y: auto;
}
#tree_browse .browser_tree .browser-tree-container .fancytree-container i.fa.sub_items {
  color: #787878;
}
#tree_browse .browser_tree .browser_tree_search {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 5px;
  border-radius: 0;
  box-sizing: border-box;
}
#tree_browse .browser_items {
  width: 100%;
  margin-left: 5px;
}
#tree_browse .browser_items .tab_cadre_pager {
  width: 100%;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
#switchview {
  font-size: 2em;
  text-align: right;
  float: right;
}
#switchview i {
  margin-left: 0.5em;
}
#switchview i.selected {
  color: green;
}
#viewlist {
  display: none;
}
#viewgraph {
  width: calc(100% - 80px);
  overflow-x: auto;
}
#viewgraph table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#viewgraph .tipcontent {
  display: none;
}
#viewgraph th, #viewgraph td {
  height: 2em;
  text-align: center;
  padding: 0;
}
#viewgraph .mini_toggle {
  font-size: 11px;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  margin: 15px 5px;
  float: left;
}
#viewgraph .mini_toggle::before {
  content: "";
  left: 0;
  top: 0;
  font: var(--fa-font-solid);
  font-size: 15px;
  position: absolute;
}
#viewgraph .mini_toggle.active::before {
  content: "";
  font-weight: 900;
}
#viewgraph .mini_toggle:hover {
  opacity: 1;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
html:not([data-glpi-theme-dark="1"]) {
  --glpi-cotrunk-bg: silver;
  --glpi-hub-bg: lightsalmon;
  --glpi-trunk-bg: mediumaquamarine;
  --glpi-aggregated-bg: darkturquoise;
  --glpi-network-color: var(--tblr-dark);
}
html[data-glpi-theme-dark="1"] {
  --glpi-cotrunk-bg: dimgray;
  --glpi-hub-bg: indianred;
  --glpi-trunk-bg: seagreen;
  --glpi-aggregated-bg: teal;
  --glpi-network-color: white;
}
html[data-glpi-theme-dark="1"] a {
  color: white;
}
.netport:target {
  animation: shakeX;
  animation-duration: 2s;
  scroll-margin-top: 5em;
}
.netport td.green {
  background-color: green;
  color: white;
}
.netport td.red {
  background-color: red;
  color: white;
}
.netport td.orange {
  background-color: orange;
  color: white;
}
.netport.trunk {
  background-color: var(--glpi-trunk-bg);
  color: var(--glpi-network-color);
}
.netport.hub {
  background-color: var(--glpi-hub-bg);
  color: var(--glpi-network-color);
}
.netport.cotrunk {
  background-color: var(--glpi-cotrunk-bg);
  color: var(--glpi-network-color);
}
.netport.aggregated, .netport .aggregated {
  background-color: var(--glpi-aggregated-bg);
  color: var(--glpi-network-color);
  padding-left: 2em;
}
.netport .hub {
  border: 1px grey solid;
  margin: 0 0.5em;
}
.netport .hub div {
  padding: 0.2em 0.5em;
  border-bottom: 1px grey solid;
}
.netport .hub div:last-of-type {
  border-bottom: none;
}
.netport-legend {
  width: 100%;
  color: var(--tblr-dark);
  color: white;
}
.netport-legend td.netport {
  text-align: center;
  width: 25%;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.picture_gallery {
  max-height: 300px;
  justify-content: space-between;
}
.pswp-horizontal-gallery figure {
  max-height: 8em;
  width: auto;
  max-width: 200px;
  min-width: 100px;
  justify-content: flex-end;
}
.pswp-horizontal-gallery figure span.pswp-trigger {
  height: 50px;
  background-color: var(--tblr-dark);
  color: var(--tblr-light);
}
.pswp-horizontal-gallery figure img {
  max-height: 7em;
}
.pswp-horizontal-gallery figure figcaption {
  min-height: 1em;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.grid-stack .grid-stack-item {
  z-index: 3;
  opacity: 1;
}
.clear_picture .grid-stack .grid-stack-item .grid-stack-item-content, .clear_picture .grid-stack .grid-stack-item::after {
  background: none !important;
}
.grid-stack-item {
  /** should be erased by lib, defined for case without lib **/
}
.grid-stack-item:not(.lock-bottom) .grid-stack-item-content {
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  cursor: move;
  /* fallback */
  cursor: grab;
}
.grid-stack-item:not(.lock-bottom) .grid-stack-item-content:active {
  cursor: move;
  /* fallback */
  cursor: grabbing;
}
.grid-stack-item.ui-draggable-dragging {
  min-width: 1% !important;
  /* fix %50 min-width when position is fixed (50% of body width) */
}
.grid-stack-item-content a {
  font-size: 1em;
  font-weight: bold;
}
.clear_text:not(.clear_picture) .grid-stack .grid-stack-item .itemrack_name {
  display: none;
}
#viewgraph:not(.clear_picture) .with_picture .grid-stack-item-content .itemrack_name {
  background-color: rgba(255, 255, 255, 0.65);
  color: #000 !important;
}
#viewgraph:not(.clear_picture) .with_picture .grid-stack-item-content .rel-link {
  opacity: 0.6;
}
.grid-stack-item-content .rel-link {
  position: absolute;
  right: 3px;
  bottom: 3px;
  opacity: 0;
}
.grid-stack-item-content .rel-link a i.fa {
  color: #000;
}
.grid-stack-item-content:hover .rel-link {
  opacity: 0.8;
}
.grid-stack .grid-stack-item .grid-stack-item-content, .grid-stack .grid-stack-item .placeholder-content {
  left: 0;
  right: 0;
}
.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed #bcbf33;
  background-color: rgba(229, 245, 105, 0.5);
}
#viewgraph table.outbound {
  width: 400px;
  margin-bottom: 20px;
}
div#viewgraph table.outbound td div {
  padding: 0;
}
div#viewgraph table.outbound td div .grid-stack-item-content {
  box-shadow: none;
}
ul.indexes {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.7em;
  color: silver;
  float: left;
}
.cell_add {
  box-sizing: border-box;
  display: block;
  opacity: 0;
  z-index: 2;
  position: relative;
}
.cell_add::after {
  content: "+";
  left: 45%;
  color: grey;
  top: 1px;
  font: var(--fa-font-solid);
  font-size: 1em;
  position: absolute;
}
.cell_add:hover {
  opacity: 1;
  cursor: pointer;
}
.grid-room {
  box-sizing: content-box;
  margin: 10px 0 10px 10px;
  float: left;
  padding: 15px 0 0 15px;
  position: relative;
}
.grid-room *, .grid-room ::before, .grid-room ::after {
  box-sizing: content-box;
}
.grid-room .blueprint {
  margin-left: 15px;
  width: calc(100% - 16px);
}
.grid-room .racks_add {
  border: 1px solid var(--tblr-border-color);
  border-width: 0 1px 1px 0;
  background-size: var(--dcroom-grid-cellw) var(--dcroom-grid-cellh);
  background-image: linear-gradient(to right, var(--tblr-border-color) 1px, transparent 1px), linear-gradient(to bottom, var(--tblr-border-color) 1px, transparent 1px);
  margin-left: 15px;
}
.grid-room .racks_add .cell_add {
  height: var(--dcroom-grid-cellh);
  width: var(--dcroom-grid-cellw);
  float: left;
}
.grid-room .racks_add .cell_add::after {
  left: calc(50% - 4px);
  top: calc(50% - 0.5em - 4px);
}
.grid-room .grid-stack {
  float: left;
}
.grid-room .grid-stack-item {
  border: 1px solid #444;
  box-sizing: border-box;
}
.grid-room .grid-stack-item::after {
  position: absolute;
  content: " ";
  background-color: rgba(3, 2, 2, 0.3);
}
.grid-room .grid-stack-item.room_orientation_1::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.grid-room .grid-stack-item.room_orientation_2::after {
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
}
.grid-room .grid-stack-item.room_orientation_3::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.grid-room .grid-stack-item.room_orientation_4::after {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.grid-room .grid-stack-item .grid-stack-item-content {
  padding-top: 4px;
}
.grid-room .grid-stack-item.lock-bottom {
  display: none;
}
.grid-room ul.indexes {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.7em;
  color: var(--tblr-body-color);
  float: left;
}
.grid-room ul.indexes.indexes-x {
  width: 100%;
  float: none;
  height: 15px;
  padding-left: 15px;
}
.grid-room ul.indexes.indexes-x li {
  float: left;
  width: var(--dcroom-grid-cellw);
}
.grid-room ul.indexes.indexes-y {
  width: 15px;
}
.grid-room ul.indexes.indexes-y li {
  height: var(--dcroom-grid-cellh);
  line-height: calc(var(--dcroom-grid-cellh) + 1px);
}
.clear_blueprint .grid-room .blueprint {
  background: none !important;
}
.clear_grid .grid-room ul.indexes {
  visibility: hidden;
}
.clear_grid .grid-room .racks_add {
  background-image: none;
}
#viewgraph .rooms a.fa {
  color: var(--tblr-body-color);
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em;
}
#viewgraph .rooms a.fa:link {
  color: var(--tblr-body-color);
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em;
}
#viewgraph .rooms a .fa {
  color: var(--tblr-body-color);
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em;
}
#viewgraph .rooms a.itemlink .fa {
  right: 1.2em;
}
#viewgraph table.rooms th, #viewgraph table.rooms td {
  height: 5em;
}
#viewgraph table.rooms th {
  color: var(--tblr-secondary);
  background-color: steelblue;
}
#viewgraph table.rooms td {
  border-left: 1px solid var(--tblr-border-color);
}
#viewgraph table.rooms td div {
  border: none !important;
  position: relative;
  z-index: 10;
  color: white;
  height: 100%;
  display: flex;
  padding: 0 1%;
  flex-direction: column;
  justify-content: center;
  max-height: 5em;
  /** Fix height when dragging */
}
#viewgraph table.rooms td div.rack-add {
  color: #e0e0e0;
}
#viewgraph table.rooms td div.rack-add:hover {
  background-color: rgba(0, 128, 0, 0.5);
  cursor: pointer;
}
/*** Racks ***/
.racks_row {
  width: 100%;
}
.racks_col {
  margin-left: 2px;
  float: left;
  position: relative;
}
.racks_col:not(:last-child) {
  margin-right: 40px;
}
.rack_side {
  float: left;
  text-align: center;
  background: var(--tblr-body-bg);
  border: 1px solid var(--tblr-border-color);
  color: var(--tblr-body-color);
  padding-top: 18px;
}
.racks_col h2 {
  font-size: 14px;
  font-weight: bold;
  color: var(--tblr-secondary);
  background-color: var(--tblr-bg-surface-tertiary);
  height: 30px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.racks_add {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 2;
}
.grid-rack {
  width: 217px;
  background: var(--tblr-body-bg) repeating-linear-gradient(transparent, transparent 21px, var(--tblr-bg-surface-tertiary) 21px, var(--tblr-bg-surface-tertiary) 42px);
  z-index: 1;
  border: 1px solid var(--tblr-border-color);
  float: left;
}
.grid-rack *, .grid-rack ::before, .grid-rack ::after {
  box-sizing: content-box;
}
.grid-rack .racks_add .cell_add {
  height: 20px;
  margin-bottom: 1px;
  width: 100%;
}
.virtual_pdu_space {
  height: 20px;
  clear: both;
}
.side_pdus_float {
  float: left;
  min-height: 100%;
  width: 20px;
}
.side_pdus.side_pdus_nofloat {
  clear: left;
  margin: 0 2px 2px;
}
.side_pdus_nofloat .grid-stack-item:not(.lock-bottom) .grid-stack-item-content {
  cursor: initial;
}
.side_pdus {
  background-color: var(--tblr-bg-surface-tertiary);
  margin: 0 1px;
}
.side_pdus .grid-stack-item:not(.lock-bottom) {
  background-color: #ff9d1f;
  overflow: hidden;
}
.side_pdus_float .grid-stack-item .grid-stack-item-content {
  border: 0 solid rgba(4, 4, 4, 0.4);
  border-width: 4px 1px;
}
.side_pdus_float .grid-stack-item .grid-stack-item-content .rotated_text {
  transform: rotate(-90deg);
  transform-origin: bottom left;
  position: absolute;
  bottom: 25px;
  left: 15px;
  white-space: nowrap;
}
.side_pdus_float .grid-stack-item .item_rack_icon {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.side_pdus_float .grid-stack-item-content .rel-link {
  left: 3px;
  top: 3px;
  bottom: unset;
  right: unset;
}
.side_pdus_float .grid-stack-item::after {
  content: "";
  position: absolute;
  height: 20px;
  bottom: 4px;
  left: 20px;
  z-index: -1;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}
.side_pdus_nofloat .grid-stack-item .grid-stack-item-content, .grid-rack .grid-stack-item:not(.lock-bottom) .grid-stack-item-content {
  position: relative;
  color: #2c3e50;
  border: 0 solid rgba(4, 4, 4, 0.4);
  border-width: 1px 4px;
  box-shadow: 1px 1px 5px 0 #656565;
  height: 100%;
}
#viewgraph:not(.clear_picture) .grid-rack .grid-stack-item.with_picture .grid-stack-item-content {
  border-color: rgba(4, 4, 4, 0.25);
  border-width: 0 4px;
}
.grid-rack .grid-stack-item.reserved .grid-stack-item-content {
  border: 1px solid #ff7c24;
  box-shadow: none;
}
.grid-rack .grid-stack-item.reserved .grid-stack-item-content a.itemrack_name {
  color: #7f4723 !important;
}
.grid-rack .grid-stack-item.item_rear {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 10px, rgba(59, 59, 59, 0.15) 10px, rgba(59, 59, 59, 0.15) 20px);
}
.grid-rack .grid-stack-item.reserved {
  background: repeating-linear-gradient(115deg, #ff8a3c, #ff8a3c 30px, #ffd7bc 30px, #ffd7bc 60px);
}
.grid-stack-item .item_rack_icon {
  float: left;
  opacity: 0.6;
  padding: 3px 0 0 2px;
  font-size: 14px;
}
#viewgraph:not(.clear_picture) .grid-rack .grid-stack-item.with_picture .item_rack_icon {
  display: none;
}
.rack_tipcontent span {
  display: block;
}
.rack_tipcontent label {
  font-weight: bold;
  margin-right: 3px;
}
.grid-rack .grid-stack-item.lock-bottom {
  background: var(--tblr-body-bg);
  width: 101% !important;
  margin: 0 -1px;
}
.racks_row ul.indexes li {
  height: 20px;
  width: 20px;
  margin-bottom: 1px;
  box-sizing: border-box;
  line-height: 20px;
}
.rack_side_block {
  width: 200px;
  border: 1px solid var(--tblr-border-color);
  background-color: var(--tblr-bg-surface-tertiary);
  color: var(--tblr-secondary);
  text-align: left;
  font-size: 11px;
  margin-bottom: 20px;
}
.rack_side_block_content {
  padding: 10px 5px;
}
.rack_side_block h3 {
  color: inherit;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
.rack_side_block_content i {
  margin: 0 3px;
}
div#viewgraph .rack_side_block .pdu_list {
  background: none;
}
div#viewgraph .rack_side_block .pdu_list td {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 3px;
}
.pdu_list .rack_position {
  width: 20px;
}
.pdu_list i.fa {
  color: rgba(0, 0, 0, 0.6);
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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:not([glpi-theme-dark="1"]) body.mce-content-body {
  background: transparent;
}
body.mce-content-body {
  margin: 15px 10px;
}
body.mce-content-body [data-form-tag="true"], body.mce-content-body [data-user-mention="true"] {
  cursor: default !important;
}
#page .tox .tox-statusbar {
  border-top: transparent;
  justify-content: flex-end;
}
.tox.tox-tinymce {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
}
.rich_text_container {
  white-space: initial;
  max-width: 100%;
}
.rich_text_container thead, .rich_text_container tbody, .rich_text_container tfoot, .rich_text_container tr, .rich_text_container td, .rich_text_container th {
  border-width: inherit;
}
.rich_text_container img {
  max-width: 100%;
}
.rich_text_container table {
  overflow: auto;
  max-width: 100%;
  word-break: normal;
}
.rich_text_container a[target="_blank"]::before {
  font-family: tabler-icons;
  content: "";
  padding-right: 4px;
}
.rich_text_container .long_text {
  max-height: 350px;
  position: relative;
  overflow: hidden;
}
.rich_text_container .long_text .read_more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--glpi-timeline-itil-content-bg) 100%);
}
.user-mention, [data-user-mention="true"] {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 5px;
}
[data-form-tag="true"] {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 5px;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.sortable-rules .sortable-placeholder {
  background: #e7f06367;
  border: 1px dashed #ccc;
  min-height: 80px;
  min-width: 50px;
  padding: 10px;
  margin: 10px;
  opacity: 0.5;
}
.sortable-rules .grip-rule {
  cursor: pointer;
  cursor: grab;
}
.sortable-rules .grip-rule:active {
  cursor: grabbing;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.saved-searches-panel {
  border-color: color-mix(in srgb, var(--tblr-secondary), transparent 70%);
  border-left-width: 0;
  border-radius: unset;
  position: fixed;
  top: var(--glpi-contextbar-height);
  bottom: 0;
  left: 15rem;
  z-index: 1030;
  transition: left var(--animate-duration);
  min-width: 400px;
  padding: 0;
}
.saved-searches-panel.pinned {
  position: sticky;
  top: 0;
  left: 0;
  border-left-width: 1px;
  height: calc(100vh - var(--glpi-contextbar-height) - var(--glpi-content-margin));
  min-width: 320px;
}
.saved-searches-panel.pinned .pin-saved-searches-panel {
  border: 2px inset color-mix(in srgb, var(--tblr-secondary), transparent 50%);
  background-color: color-mix(in srgb, var(--tblr-secondary), transparent 90%);
  border-radius: 0.15rem;
}
.saved-searches-panel.pinned .close-saved-searches-panel {
  display: none;
}
.saved-searches-panel .saved-searches-tabs {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.saved-searches-panel .saved-searches-tabs .saved-searches-panel-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.saved-searches-panel .saved-searches-tabs .saved-searches-panel-content .saved-searches-panel-lists {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  height: 100%;
}
.saved-searches-panel .saved-searches-tabs .saved-searches-panel-content .saved-searches-panel-lists .saved-searches-link:hover {
  text-decoration: underline;
}
.saved-searches-panel .saved-searches-tabs .saved-searches-panel-content .saved-searches-panel-lists .default-ctrl {
  padding-right: 0;
}
.saved-searches-panel .saved-searches-tabs .saved-searches-panel-content .saved-searches-panel-lists .badge {
  background-color: var(--tblr-badge-bg);
  color: var(--tblr-badge-fg);
}
body.navbar-collapsed .saved-searches-panel {
  height: calc(100vh - var(--glpi-topbar-height));
}
body.navbar-collapsed .saved-searches-panel:not(.pinned) {
  top: var(--glpi-contextbar-height);
  left: 70px;
}
body.horizontal-layout .saved-searches-panel {
  top: var(--glpi-topbar-height);
  left: 0;
}
body.horizontal-layout .saved-searches-panel.pinned {
  top: 0;
  height: calc(100vh - var(--glpi-topbar-height) - var(--glpi-contextbar-height) - var(--glpi-content-margin));
}
body.horizontal-layout .secondary-bar {
  top: var(--glpi-topbar-height);
  z-index: 1010;
}
@media (max-width: 767.98px) {
  body.horizontal-layout .secondary-bar {
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .saved-searches-panel {
    width: 100%;
    position: fixed !important;
    top: 79px !important;
    line-height: 20px;
    bottom: 0;
    left: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 20px;
    margin-left: 0 !important;
    z-index: 1030;
    display: flex !important;
  }
  .saved-searches-panel.responsive-toggle {
    display: none !important;
  }
  .saved-searches-panel .close-saved-searches-panel {
    display: flex !important;
  }
  body.horizontal-layout .secondary-bar {
    top: initial;
  }
}
@media (max-width: 991.98px) {
  .saved-searches-panel {
    left: 0 !important;
    min-width: 200px;
  }
}
.sortable-savedsearches .sortable-placeholder {
  background: #e7f06367;
  border: 1px dashed #ccc;
  padding: 10px;
  margin: 10px;
  opacity: 0.5;
}
.sortable-savedsearches .grip-savedsearch {
  cursor: pointer;
  cursor: grab;
}
.sortable-savedsearches .grip-savedsearch:active {
  cursor: grabbing;
}
.sortable-savedsearches .grip-savedsearch:hover::before {
  content: "";
  font-family: tabler-icons;
  font-weight: 900;
  color: var(--tblr-secondary);
  margin-left: -1rem;
  width: 1rem;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
* {
  scrollbar-width: thin;
  /* FF only */
  scrollbar-color: var(--glpi-scrollbar-thumb-color) var(--glpi-scrollbar-track-color);
  /* FF only */
}
* ::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}
* ::-webkit-scrollbar-track {
  background: var(--glpi-scrollbar-track-color) !important;
}
* ::-webkit-scrollbar-thumb {
  background: var(--glpi-scrollbar-thumb-color) !important;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
div.search-input {
  cursor: text;
}
div.search-input span.search-input-tag, div.search-input span.search-input-tag-input {
  text-transform: inherit;
  font-weight: inherit;
  font-size: 0.8rem;
}
div.search-input span.search-input-tag i.ti, div.search-input span.search-input-tag-input i.ti {
  font-size: inherit;
}
div.search-input span.search-input-tag-input {
  display: inline-block;
  min-width: 110px;
  position: relative;
  cursor: text;
}
div.search-input span.search-input-tag-input:focus {
  outline: none;
}
div.search-input span.search-input-tag-input:last-of-type {
  flex-grow: 1;
}
.search-input-popover {
  background-color: inherit;
  color: inherit;
  max-width: unset;
}
.search-input-popover .popover-arrow {
  top: calc(-0.5rem - 1px);
  transform: unset !important;
  left: 50% !important;
}
.search-input-popover .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: var(--tblr-border-color);
}
.search-input-popover .popover-body {
  width: 400px;
  color: inherit;
  overflow: auto;
  padding: 0;
}
.search-input-popover .popover-body ul {
  list-style: none;
}
.search-input-popover .popover-body ul li {
  padding: 0.3rem 0.5rem;
}
.search-input-popover .popover-body ul li button.btn.active {
  background-color: rgba(var(--tblr-btn-color), 1);
  color: rgba(var(--tblr-btn-color-text), 1);
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--tblr-border-color);
  background-image: none;
  padding-right: initial;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--tblr-border-color);
  box-shadow: initial;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container {
  display: inline-block;
}
.select2-container *:focus {
  outline: 0;
}
.select2-container .select2-selection {
  background-color: var(--tblr-bg-forms);
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
  box-shadow: var(--tblr-box-shadow);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection .select2-selection__rendered input[type="search"] {
  color: var(--tblr-body-color);
}
.select2-container .select2-selection.select2-selection--single {
  font-size: var(--tblr-body-font-size);
  height: calc(calc(20em / 14) + (0.5625rem * 2) + 2px);
  position: relative;
}
.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  height: calc(calc(20em / 14) + (0.5625rem * 2) + 2px);
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: calc(calc(20em / 14) + (0.5625rem * 2) + 2px);
  direction: rtl;
  text-align: left;
  color: var(--tblr-body-color);
  border-color: var(--tblr-border-color);
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered::before {
  content: "‎";
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered > * {
  unicode-bidi: plaintext;
}
.form-select-sm + .select2-container .select2-selection.select2-selection--single {
  font-size: calc(var(--tblr-body-font-size) * 0.875);
  height: calc((calc(20em / 14) * 1em) + (0.125rem * 2) + 2px);
}
.form-select-sm + .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  height: calc((calc(20em / 14) * 1em) + (0.125rem * 2) + 2px);
}
.form-select-sm + .select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
  margin-top: -4px;
}
.form-select-lg + .select2-container .select2-selection.select2-selection--single {
  font-size: calc(var(--tblr-body-font-size) * 1.25);
  height: calc((calc(20em / 14) * 1em) + (0.5rem * 2) + 2px);
}
.form-select-lg + .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  height: calc((calc(20em / 14) * 1em) + (0.5rem * 2) + 2px);
}
.form-select-lg + .select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
  margin-top: -1px;
}
.select2-container .select2-selection.select2-selection--multiple {
  font-size: calc(var(--tblr-body-font-size) * 0.875);
  min-height: calc(calc(20em / 14) + (0.5625rem * 2) + 2px);
}
.form-select-sm + .select2-container .select2-selection.select2-selection--multiple {
  font-size: calc(var(--tblr-body-font-size) * 0.875) * 0.875;
  min-height: calc((calc(20em / 14) * 1em) + (0.125rem * 2) + 2px);
}
.form-select-lg + .select2-container .select2-selection.select2-selection--multiple {
  font-size: calc(var(--tblr-body-font-size) * 1.25) * 0.875;
  min-height: calc((calc(20em / 14) * 1em) + (0.5rem * 2) + 2px);
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: var(--tblr-active-bg);
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius-sm);
  padding: 1px 3px;
  margin: 3px 3px 0 0;
  max-width: 100%;
  white-space: normal;
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: var(--tblr-dark);
  font-weight: bold;
  margin: 0 0 0 3px;
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  color: var(--tblr-black);
}
.select2-container.select2-container--focus .select2-selection {
  border-color: color-mix(in srgb, var(--tblr-primary), white 50%);
  box-shadow: 0 0 1 0.25rem color-mix(in srgb, var(--tblr-primary), transparent 75%);
}
.select2-container.select2-container--disabled .select2-selection {
  background-color: var(--tblr-disabled-color);
  border-color: var(--tblr-border-color);
  box-shadow: none;
  cursor: not-allowed;
}
.select2-container.select2-container--disabled .select2-selection .select2-selection__rendered {
  color: var(--tblr-muted);
}
.select2-container .select2-dropdown {
  border-color: var(--tblr-border-color);
  border-radius: 0;
  background-color: var(--tblr-bg-forms);
  font-size: var(--tblr-body-font-size);
}
.select2-container .select2-dropdown.select-dropdown-sm {
  font-size: calc(var(--tblr-body-font-size) * 0.875);
}
.select2-container .select2-dropdown.select-dropdown-lg {
  font-size: calc(var(--tblr-body-font-size) * 1.25);
}
.select2-container .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-left-radius: var(--tblr-border-radius);
  border-bottom-right-radius: var(--tblr-border-radius);
}
.select2-container .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid var(--tblr-border-color);
  border-top-left-radius: var(--tblr-border-radius);
  border-top-right-radius: var(--tblr-border-radius);
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  background-color: var(--tblr-bg-forms);
  color: var(--tblr-body-color);
  border-radius: var(--tblr-border-radius);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
  background-color: color-mix(in srgb, var(--tblr-bg-surface), black 5%);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: var(--tblr-primary);
  color: var(--tblr-primary-fg);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[role="group"] .select2-results__options--nested .select2-results__option {
  padding-left: 1em;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-rendered__match {
  text-decoration: underline;
}
.btn-group .select2-container {
  flex-grow: 1;
  flex-basis: content;
}
.btn-group.w-100 .select2-container {
  width: 0 !important;
}
.btn-group .select2-container:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-backdrop ~ .select2-container--open {
  z-index: calc(var(--glpi-zindex-modal) + 1);
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.sortable-placeholder {
  border: 2px dashed #dad55e;
  background: #fff99038;
  color: #777620;
  height: 40px;
  margin-top: 5px;
}
.sortable-placeholder.invalid-position {
  border: 2px dashed #d3413c;
  background: #ff7370;
  color: #792220;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.tab-content {
  border-top-left-radius: 0;
}
.card-tabs #tabspanel {
  border-right: 1px solid var(--glpi-tabs-border-color);
}
.card-tabs #tabspanel.nav-tabs .nav-link {
  background: var(--glpi-tabs-bg);
  color: var(--glpi-tabs-fg);
  border-color: var(--glpi-tabs-border-color);
  border-right-width: 0;
}
.card-tabs #tabspanel.nav-tabs .nav-link.active {
  border-right: 1px solid transparent !important;
  margin-right: -1px;
  background: var(--glpi-tabs-active-bg);
  color: var(--glpi-tabs-active-fg);
  border-color: var(--glpi-tabs-active-border-color);
  font-weight: bold;
}
.card-tabs #tabspanel.nav-tabs .nav-link.active .badge {
  font-weight: bold;
}
.card-tabs #tabspanel.nav-tabs .nav-link .badge {
  margin-left: 5px;
}
.card-tabs.vertical .nav-link {
  border-bottom: 1px solid var(--glpi-tabs-border-color);
}
.card-tabs.vertical .nav-link.active {
  border-left-width: 5px;
  border-right-color: transparent !important;
}
.card-tabs.horizontal #tabspanel.nav-tabs .nav-link {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.card-tabs.horizontal #tabspanel.nav-tabs .nav-link:last-of-type {
  border-right-width: 1px;
}
.card-tabs.horizontal #tabspanel.nav-tabs .nav-link:last-of-type.active {
  border-right-color: var(--glpi-tabs-border-color) !important;
}
.card-tabs.horizontal #tabspanel.nav-tabs .nav-link.active {
  border-bottom-color: transparent !important;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
html:not([data-glpi-theme-dark="1"]) {
  /* Deprecated. Remove in next major release */
  /* stylelint-disable */
}
html:not([data-glpi-theme-dark="1"]) .tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}
html:not([data-glpi-theme-dark="1"]) .tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
html:not([data-glpi-theme-dark="1"]) .tox *:not(svg):not(rect) {
  /* stylelint-disable-line no-duplicate-selectors */
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}
html:not([data-glpi-theme-dark="1"]) .tox-tinymce {
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-tinymce-inline {
  border: none;
  box-shadow: none;
  overflow: initial;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-tinymce-inline .tox-editor-container {
  overflow: initial;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-tinymce-inline .tox-editor-header {
  background-color: #fff;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}
html:not([data-glpi-theme-dark="1"]) .tox-tinymce *:focus, html:not([data-glpi-theme-dark="1"]) .tox-tinymce-aux *:focus {
  outline: none;
}
html:not([data-glpi-theme-dark="1"]) button::-moz-focus-inner {
  border: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}
html:not([data-glpi-theme-dark="1"]) .tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .accessibility-issue__description {
  align-items: stretch;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
html:not([data-glpi-theme-dark="1"]) .tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .accessibility-issue__description > div > div .tox-icon svg {
  display: block;
}
html:not([data-glpi-theme-dark="1"]) .tox .accessibility-issue__repair {
  margin-top: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: rgba(0, 101, 216, 0.1);
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #006ce7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
  fill: #006ce7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
  background-color: #006ce7;
  color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
  background-color: #0060ce;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
  background-color: #0054b4;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--warn {
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: rgba(255, 165, 0, 0.08);
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #8f5d00;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
  fill: #8f5d00;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
  background-color: #FFE89D;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
  background-color: #F2D574;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
  background-color: #E8C657;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--error {
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: rgba(204, 0, 0, 0.1);
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #c00;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
  fill: #c00;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
  background-color: #F2BFBF;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
  background-color: #E9A4A4;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
  background-color: #EE9494;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #527530;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
  fill: #527530;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  font-size: 14px;
  margin-top: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 4px 4px 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .mce-codemirror {
  background: #fff;
  bottom: 0;
  font-size: 13px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .mce-codemirror.tox-inline-codemirror {
  margin: 8px;
  position: absolute;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-advtemplate .tox-form__grid {
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-advtemplate .tox-form__grid > div:first-child {
  display: flex;
  flex-direction: column;
  width: 30%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
    width: 100%;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-advtemplate iframe {
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  margin: 0 10px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-bottom-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button {
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #006ce7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button::before {
  border-radius: 6px;
  bottom: -1px;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
  content: "";
  left: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button[disabled] {
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button:focus:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button:focus:not(:disabled)::before {
  opacity: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button:hover:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button:active:not(:disabled) {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--enabled {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--enabled[disabled] {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--enabled:focus:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--enabled:active:not(:disabled) {
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
  box-shadow: none;
  color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--icon-and-text, html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--icon-and-text, html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  display: flex;
  padding: 5px 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--icon-and-text .tox-icon svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--icon-and-text .tox-icon svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  display: block;
  fill: currentColor;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary.tox-button--enabled {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary.tox-button--enabled[disabled] {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  background-color: #7daee4;
  background-image: none;
  border-color: #7daee4;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--icon, html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--icon, html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--icon .tox-icon svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--icon .tox-icon svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button-link--sm {
  font-size: 14px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--naked[disabled] {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--naked:hover:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--naked:focus:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--naked:active:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.18);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox__input {
  /* Hide from view but visible to screen readers */
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    fill: currentColor !important;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #006ce7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #006ce7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}
html:not([data-glpi-theme-dark="1"]) .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}
html:not([data-glpi-theme-dark="1"]) .tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #006ce7;
  padding: calc(4px - 1px);
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox {
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #e3e3e3;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__group-heading {
  background-color: #fcfcfc;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item {
  align-items: center;
  border-radius: 3px;
  color: #222f3e;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #fff;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__item--active {
  background-color: #006ce7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--enabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active, html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active:hover {
  background-color: #a6ccf7;
  color: #222f3e;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--enabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active, html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active:hover {
    border-radius: 3px;
    outline: solid 1px;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--active {
  background-color: #fff;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--active:hover {
  background-color: #f0f0f0;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--active:focus {
  background-color: #f0f0f0;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--active:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--active:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--grid .tox-collection__item--enabled {
  background-color: #a6ccf7;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #f0f0f0;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 "inset";
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #fff;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    border: solid 1px;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
    border-radius: 3px;
    outline: solid 1px;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-icon, html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-icon svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  max-width: 100%;
  text-transform: none;
  word-break: break-all;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-accessory {
  color: currentColor;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-caret::after {
  content: "";
  font-size: 0;
  min-height: inherit;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-caret svg {
  fill: currentColor;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--horizontal .tox-collection__item {
  height: 28px;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container {
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-hue-slider, html:not([data-glpi-theme-dark="1"]) .tox .tox-rgb-form .tox-rgba-preview {
    background-color: currentColor !important;
    border: 1px solid highlight !important;
    forced-color-adjust: none;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sv-palette-spectrum {
  height: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sv-palette, html:not([data-glpi-theme-dark="1"]) .tox .tox-sv-palette-spectrum {
  width: 225px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
  height: 100%;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-hue-slider, html:not([data-glpi-theme-dark="1"]) .tox .tox-hue-slider-spectrum {
  width: 20px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-hue-slider-spectrum:focus, html:not([data-glpi-theme-dark="1"]) .tox .tox-sv-palette-spectrum:focus {
  outline: #08f solid;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-rgb-form input {
  width: 6em;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-rgb-form input.tox-invalid {
  /* Need !important to override Chrome's focus styling unfortunately */
  border: 1px solid red !important;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar .tox-swatches, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__primary .tox-swatches, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__overflow .tox-swatches {
  margin: 5px 0 6px 11px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px -4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-swatches__row {
  display: flex;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-swatches__row {
    forced-color-adjust: none;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-swatch:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-swatches__picker-btn svg {
  fill: #222f3e;
  height: 24px;
  width: 24px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-swatches__picker-btn:hover {
  background: #f0f0f0;
}
html:not([data-glpi-theme-dark="1"]) .tox div.tox-swatch:not(.tox-swatch--remove) svg {
  display: none;
  fill: #222f3e;
  height: 24px;
  margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
  width: 24px;
}
html:not([data-glpi-theme-dark="1"]) .tox div.tox-swatch:not(.tox-swatch--remove) svg path {
  fill: #fff;
  paint-order: stroke;
  stroke: #222f3e;
  stroke-width: 2px;
}
html:not([data-glpi-theme-dark="1"]) .tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
  display: block;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment-thread {
  background: #fff;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 8px 16px 8px;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__date {
  color: #222f3e;
  font-size: 12px;
  line-height: 18px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__body {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__expander {
  padding-top: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__body p {
  margin: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-conversations {
  margin: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child, html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-comment__edit > *:last-child, html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-comment__buttonspacing > *:last-child, html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-comment__edit > *:last-child, html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-user {
  align-items: center;
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-user__avatar img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-user__name {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  text-transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-user__avatar svg, html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-user__avatar img {
  margin-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-user__avatar svg, html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-user__avatar img {
  margin-left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog {
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 0px;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    max-height: calc(100vh - 8px * 2);
    width: calc(100vw - 16px);
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-inline {
  z-index: 1100;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__header .tox-button {
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__dismiss {
  margin-left: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 16px 16px;
}
@media only screen and (min-width: 768px) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-nav {
    max-width: 11em;
  }
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 13em;
  text-decoration: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(0, 108, 231, 0.1);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #006ce7;
  color: #006ce7;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid highlight;
    color: highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-height: min(650px, calc(100vh - 110px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content a {
  color: #006ce7;
  cursor: pointer;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content a:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content a:focus {
  color: #003c81;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #006ce7;
  outline-offset: 2px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content a:active {
  color: #00244e;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content strong {
  font-weight: bold;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content ul {
  list-style-type: disc;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content ul, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content ol, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content dd {
  padding-inline-start: 2.5rem;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content ul, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content ol, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content dl {
  margin-bottom: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content ul, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content ol, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content dl, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content dd, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content dt {
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group h1:first-child, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group h2:first-child, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group h1:last-child, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group h2:last-child, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group h1:only-child, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group h2:only-child, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
  text-align: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
  text-align: end;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog--fullscreen {
  height: 100%;
  max-width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog--fullscreen .tox-dialog__body-content {
  max-height: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog--width-md {
  max-width: 800px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content--centered {
  text-align: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__footer-start, html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__footer-end {
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__table thead th:first-child {
  padding-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #626262;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__table td:first-child {
  padding-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__iframe {
  min-height: 200px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
  background: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-navobj-bordered {
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-navobj-bordered::before {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-navobj-bordered iframe {
  border-radius: 6px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *, html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *, html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) body.tox-dialog__disable-scroll {
  overflow: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dropzone-container {
  display: flex;
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #eeeeee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-edit-area {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-edit-area::before {
  border: 2px solid #006ce7;
  border-radius: 4px;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s;
  z-index: 1;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-edit-area::before {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-inline-edit-area {
  border: 1px dotted #eeeeee;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-editor-header {
  display: grid;
  grid-template-columns: 1fr min-content;
  z-index: 2;
}
html:not([data-glpi-theme-dark="1"]) .tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
  padding: 4px 0;
}
html:not([data-glpi-theme-dark="1"]) .tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
  transition: box-shadow 0.5s;
}
html:not([data-glpi-theme-dark="1"]) .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
  border-top: 1px solid #e3e3e3;
  box-shadow: none;
}
html:not([data-glpi-theme-dark="1"]) .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
  padding: 4px 0;
}
html:not([data-glpi-theme-dark="1"]) .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
}
html:not([data-glpi-theme-dark="1"]) .tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}
html:not([data-glpi-theme-dark="1"]) .tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}
html:not([data-glpi-theme-dark="1"]) .tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap {
  flex: 1;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid, html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown, html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap svg {
  display: block;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield, html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield, html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield, html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield, html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-custom-preview {
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  flex: 1;
  padding: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-autocompleter {
  max-width: 25em;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-autocompleter .tox-menu {
  box-sizing: border-box;
  max-width: 25em;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input .tox-textfield {
  z-index: -1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input span {
  border-color: rgba(34, 47, 62, 0.2);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input span {
    border-color: currentColor;
    border-width: 2px !important;
    forced-color-adjust: none;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input span:hover:not([aria-disabled=true]), html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #006ce7;
  cursor: pointer;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input span::before {
    border: none;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir="rtl"] .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox[dir="rtl"] .tox-color-input .tox-textfield {
  padding-right: 36px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir="rtl"] .tox-color-input span {
  right: 6px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-label, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-label {
  padding: 0 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form-group--maximize {
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__group--error {
  color: #c00;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__group--collection {
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-lock.tox-locked .tox-lock-icon__unlock, html:not([data-glpi-theme-dark="1"]) .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-textfield, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-textfield, html:not([data-glpi-theme-dark="1"]) .tox .tox-listboxfield .tox-listbox--select, html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea, html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea-wrap .tox-textarea:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-textfield[disabled], html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-textfield:focus, html:not([data-glpi-theme-dark="1"]) .tox .tox-listboxfield .tox-listbox--select:focus, html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea-wrap:focus-within, html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea:focus, html:not([data-glpi-theme-dark="1"]) .tox .tox-custom-editor:focus-within {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-textfield {
  border-width: 0;
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #006ce7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-listbox__select-chevron svg {
    fill: currentColor !important;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-selectfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-selectfield select::-ms-expand {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-selectfield select[size="0"], html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-selectfield select[size="0"], html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea-wrap {
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex: 1;
  overflow: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea {
  -webkit-appearance: textarea;
  -moz-appearance: textarea;
  appearance: textarea;
  white-space: pre-wrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea-wrap .tox-textarea {
  border: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-textarea-wrap .tox-textarea:focus {
  border: none;
}
html:not([data-glpi-theme-dark="1"]) .tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-tinymce.tox-fullscreen, html:not([data-glpi-theme-dark="1"]) .tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox-fullscreen .tox.tox-tinymce-aux, html:not([data-glpi-theme-dark="1"]) .tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-imagepreview {
  background-color: #666;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-imagepreview.tox-imagepreview__loaded {
  overflow: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-imagepreview__container {
  display: flex;
  left: 100vw;
  position: absolute;
  top: 100vw;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-imagepreview__image {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-spacer {
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-bar {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-imagepreview, html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-imagepreview + .tox-bar {
  margin-top: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-image-tools .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-insert-table-picker {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-insert-table-picker > div {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px -4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: #006ce7;
  border-color: #eeeeee;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    border-color: Highlight;
    filter: contrast(50%);
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) {
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] {
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox {
  /* stylelint-disable */
  /* stylelint-enable */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-menu {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-menu .tox-collection__item-label {
    overflow-wrap: break-word;
    word-break: normal;
  }
  html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
    word-break: break-all;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label h1, html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label h2, html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label h3, html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label h4, html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label h5, html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label h6, html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label p, html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label blockquote, html:not([data-glpi-theme-dark="1"]) .tox .tox-menu__label code {
  margin: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-menubar {
  background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  grid-row: 1;
  padding: 0 11px 0 12px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-promotion + .tox-menubar {
  grid-column: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-promotion {
  background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
  padding-inline-end: 8px;
  padding-inline-start: 4px;
  padding-top: 5px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-promotion-link {
  align-items: unsafe center;
  background-color: #E8F1F8;
  border-radius: 5px;
  color: #086BE6;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 26.6px;
  padding: 4px 8px;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-promotion-link:hover {
  background-color: #B4D7FF;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-promotion-link:focus {
  background-color: #D9EDF7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: none;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn[disabled] {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn:focus:not(:disabled) {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn:focus:not(:disabled)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn:focus:not(:disabled)::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn--active, html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
  width: -moz-max-content;
  width: max-content;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification a {
  cursor: pointer;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification:focus {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--in {
  opacity: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--success p {
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--success a {
  color: #517342;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--success a:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--success a:focus {
  color: #24321d;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--success a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #517342;
  outline-offset: 2px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--success a:active {
  color: #0d120a;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--success svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--error {
  background-color: #f5cccc;
  border-color: #f0b3b3;
  color: #222f3e;
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--error p {
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--error a {
  color: #77181f;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--error a:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--error a:focus {
  color: #220709;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--error a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #77181f;
  outline-offset: 2px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--error a:active {
  color: #000000;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--error svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warn, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warning {
  background-color: #fff5cc;
  border-color: #fff0b3;
  color: #222f3e;
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warn p, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warning p {
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warn a, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warning a {
  color: #7a6e25;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warn a:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warning a:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warn a:focus, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warning a:focus {
  color: #2c280d;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warn a:focus-visible, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warning a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #7a6e25;
  outline-offset: 2px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warn a:active, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warning a:active {
  color: #050502;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warn svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--warning svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--info {
  background-color: #d6e7fb;
  border-color: #c1dbf9;
  color: #222f3e;
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--info p {
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--info a {
  color: #2a64a6;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--info a:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--info a:focus {
  color: #163355;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--info a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #2a64a6;
  outline-offset: 2px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--info a:active {
  color: #0b1a2c;
  text-decoration: underline;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification--info svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification__body > * {
  margin: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification__body > * + * {
  margin-top: 1rem;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification__icon {
  align-self: center;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification__icon svg {
  display: block;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification__dismiss {
  align-self: start;
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification .tox-progress-bar {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification-container-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification-container-dock-fadein {
  opacity: 1;
  visibility: visible;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification-container-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein {
  transition-delay: 0s;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop {
  display: inline-block;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop--resizing {
  transition: width 0.1s ease;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop--resizing .tox-toolbar, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop--transition::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop--transition::after {
  transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  min-width: 0;
  overflow: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-pop::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop::after {
    content: none;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--inset::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--bottom::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--bottom::before {
  border-color: #eeeeee transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--top::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #eeeeee transparent;
  border-width: 9px;
  margin-left: -9px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--left::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--left::before {
  border-color: transparent #eeeeee transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--right::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #eeeeee;
  border-width: 10px;
  margin-left: -1px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--align-left::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--align-right::before, html:not([data-glpi-theme-dark="1"]) .tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar__pane-container {
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar__pane {
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar--sliding-closed {
  opacity: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar--sliding-open {
  opacity: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar--sliding-growing, html:not([data-glpi-theme-dark="1"]) .tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  height: 24px;
  justify-content: center;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-slider__handle {
  background-color: #006ce7;
  border: 2px solid #0054b4;
  border-radius: 6px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
  margin-inline-start: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
  margin-inline-start: 32px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
  margin-inline-start: 32px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-source-code {
  overflow: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-spinner {
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes tam-bouncing-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__right-container {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__help-text {
  text-align: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
    flex: 0 0 calc(100% / 3);
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
  justify-content: flex-end;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
  justify-content: flex-start;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
  justify-content: space-around;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}
@media only screen and (max-width: 767px) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container .tox-statusbar__help-text {
    display: none;
  }
  html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
    display: block;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar a, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__path-item, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  position: relative;
  text-decoration: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]), html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]), html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]), html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]), html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]), html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  color: #222f3e;
  cursor: pointer;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar a:focus-visible::after, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__path-item:focus-visible::after, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__wordcount:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar a:focus-visible::after, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__path-item:focus-visible::after, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__wordcount:focus-visible::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__branding svg {
  fill: rgba(34, 47, 62, 0.8);
  height: 1em;
  margin-left: 0.3em;
  width: auto;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__branding svg {
    fill: currentColor;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__branding a {
  /* stylelint-disable-line no-descending-specificity */
  align-items: center;
  display: inline-flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: calc(3px - 8px);
  margin-top: 3px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__resize-handle:hover svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__resize-handle:focus svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__resize-handle:focus-visible {
  background-color: transparent;
  border-radius: 1px 1px 5px 1px;
  box-shadow: 0 0 0 2px transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__resize-handle:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-statusbar__resize-handle:focus-visible::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 2ch;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-statusbar__branding svg {
  margin-left: 0;
  margin-right: 0.3em;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-throbber {
  z-index: 1299;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: none;
  padding: 0;
  text-transform: none;
  width: 34px;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn.tox-tbtn:hover {
    outline: 1px dashed currentColor;
  }
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn.tox-tbtn--active, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn.tox-tbtn--enabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn.tox-tbtn--enabled:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn.tox-tbtn--enabled:focus, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    outline: 1px solid currentColor;
    position: relative;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn svg {
    fill: currentColor !important;
  }
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn svg.tox-tbtn--enabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) {
    fill: currentColor !important;
  }
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn svg.tox-tbtn--disabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn svg.tox-tbtn--disabled:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn svg .tox-tbtn:disabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn svg .tox-tbtn:disabled:hover {
    filter: contrast(0%);
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:focus {
  background: #fff;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:hover svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:active svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--disabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--disabled:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:disabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:disabled:hover {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--disabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--disabled:hover svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:disabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--active, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:focus {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--active > *, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled > *, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:hover > *, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:focus > * {
  transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--active svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:hover svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:focus svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--active.tox-tbtn--disabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled.tox-tbtn--disabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--enabled:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn:active > * {
  transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--md {
  height: 42px;
  width: 51px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--lg {
  flex-direction: column;
  height: 56px;
  width: 68px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input {
  background: #f7f7f7;
  border-radius: 3px;
  display: flex;
  margin: 6px 1px 5px 0;
  position: relative;
  width: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input:focus {
  background: #f7f7f7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input .tox-input-wrapper {
  display: flex;
  pointer-events: none;
  position: relative;
  text-align: center;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input .tox-input-wrapper:focus {
  background-color: #f7f7f7;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input .tox-input-wrapper:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input .tox-input-wrapper:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input input {
  border-radius: 3px;
  color: #222f3e;
  font-size: 14px;
  margin: 2px 0;
  pointer-events: all;
  position: relative;
  width: 60px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input input:hover {
  background: #f0f0f0;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input input:focus {
  background-color: #f7f7f7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input input:disabled {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button {
  color: #222f3e;
  height: 28px;
  position: relative;
  text-align: center;
  width: 24px;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:focus, html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:active {
    outline: 1px solid currentColor !important;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button svg {
  display: block;
  fill: #222f3e;
  margin: 0 auto;
  transform: scale(0.67);
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button svg:active, html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button svg:hover {
    fill: currentColor !important;
  }
  html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button svg:disabled {
    filter: contrast(0);
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:focus {
  background: #f7f7f7;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:hover svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:active svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:disabled {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button:disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button.minus {
  border-radius: 3px 0 0 3px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input button.plus {
  border-radius: 0 3px 3px 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input:focus:not(:active) > button, html:not([data-glpi-theme-dark="1"]) .tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
  background: #f7f7f7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  height: initial;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn__select-chevron svg {
    fill: currentColor;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--bespoke {
  background: #f7f7f7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--bespoke:focus {
  background: #f7f7f7;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 4px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--disabled .tox-tbtn__select-label, html:not([data-glpi-theme-dark="1"]) .tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 6px 1px 5px 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #f0f0f0 inset;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button:focus {
  background: #fff;
  box-shadow: none;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button:focus::after {
  pointer-events: none;
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button > * {
  border-radius: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button > *:nth-child(1) {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button > *:nth-child(2) {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button__chevron {
  width: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button__chevron svg {
    fill: currentColor;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button .tox-tbtn {
  margin: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button:focus .tox-tbtn {
  background-color: transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button.tox-tbtn--disabled:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button.tox-tbtn--disabled:focus, html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: #fff;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
  padding: 0 0px;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
  width: 30px;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color, html:not([data-glpi-theme-dark="1"]) .tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
  opacity: 0.6;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-overlord {
  background-color: #fff;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__primary, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__overflow {
  background-attachment: local;
  background-color: #fff;
  background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: calc(100% - 11px * 2) calc(100% - 41px);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0px;
  transform: perspective(1px);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-overlord > .tox-toolbar, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-overlord > .tox-toolbar__primary, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-overlord > .tox-toolbar__overflow {
  background-position: center top 0px;
  background-size: calc(100% - 11px * 2) calc(100% - 0px);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-overlord, html:not([data-glpi-theme-dark="1"]) .tox .tox-anchorbar {
  grid-column: 1 / -1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-menubar + .tox-toolbar, html:not([data-glpi-theme-dark="1"]) .tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-menubar + .tox-toolbar, html:not([data-glpi-theme-dark="1"]) .tox .tox-menubar + .tox-toolbar-overlord {
    outline: 1px solid currentColor;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-pop .tox-toolbar {
  border-width: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar--no-divider {
  background-image: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-editor-header > .tox-toolbar--scrolling, html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
  background-image: none;
}
html:not([data-glpi-theme-dark="1"]) .tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  background-position: center top 43px;
  background-size: calc(100% - 8px * 2) calc(100% - 51px);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  overscroll-behavior: none;
  padding: 4px 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox.tox-tinymce-aux .tox-toolbar__overflow {
    border: solid;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox-pop .tox-pop__dialog {
  /* stylelint-disable-next-line no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox-pop .tox-pop__dialog .tox-toolbar {
  background-position: center top 43px;
  background-size: calc(100% - 11px * 2) calc(100% - 51px);
  padding: 4px 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 11px 0 12px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tooltip {
  display: inline-block;
  max-width: 15em;
  padding: 8px;
  /*
     * The pointer-events: none is designed to make mouse events bleed through the tooltip
     * to the underlying items. For example, a mouse hovering over a tooltip that hovers over
     * another item should trigger the hover of the item obscured by the tooltip, even though
     * the tooltip is on top
     */
  pointer-events: none;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  z-index: 1150;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 4px 6px;
  text-transform: none;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-tooltip__body {
    outline: outset 1px;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tooltip__arrow {
  position: absolute;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree {
  display: flex;
  flex-direction: column;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
  outline: none;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
  text-transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn .tox-tree__label {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn svg {
  display: block;
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:focus {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:hover svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:active svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--disabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--disabled:hover, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:disabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--disabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--disabled:hover svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:disabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--enabled, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--enabled > *, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--enabled:hover > * {
  transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--enabled svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn:active > * {
  transform: none;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn--labeled {
  padding: 0 4px;
  width: unset;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory {
  display: flex;
  flex-direction: column;
  /* stylelint-disable no-descending-specificity */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
  font-weight: bold;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
  margin-left: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
  fill: transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
  margin-right: 6px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
  transition: transform 0.5s ease-in-out;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
  transform: rotate(90deg);
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--leaf__label {
  font-weight: normal;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
  margin-left: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
  fill: transparent;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory__children {
  overflow: hidden;
  padding-left: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing, html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
  transition: height 0.5s ease-in-out;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
  display: flex;
  justify-content: space-between;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__pane {
  padding: 0 !important;
  /* Override the default padding of tox-view__pane */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory {
  background-color: #fff;
  border-radius: 4px;
  border-top: 1px solid #eeeeee;
  display: flex;
  flex: 1;
  height: 100%;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory--align-right {
  margin-left: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__iframe {
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar {
  border-left: 1px solid #eeeeee;
  height: 100%;
  max-width: 360px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
  border-bottom: 1px solid #eeeeee;
  color: #222f3e;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  min-width: 192px;
  padding: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
  flex-direction: column;
  max-height: calc(100% - 60px);
  min-width: 192px;
  overflow-y: auto;
  padding: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
  height: 100%;
  position: relative;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 1px;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  color: #222f3e;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 8px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
  background-color: #f0f0f0;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
  position: relative;
  z-index: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
  border-radius: 6px !important;
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
    border: 2px solid highlight;
  }
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
  background-color: #a6ccf7;
  box-shadow: none;
  color: #222f3e;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
  color: rgba(34, 47, 62, 0.7);
  font-size: 16px;
  line-height: 24px;
  padding: 5px 5.5px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view-wrap, html:not([data-glpi-theme-dark="1"]) .tox .tox-view-wrap__slot-container {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__header {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 10px 10px 2px 10px;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__label {
  color: #222f3e;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 16px;
  text-align: center;
  white-space: nowrap;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__label--normal {
  font-size: 16px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__label--large {
  font-size: 20px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view--mobile.tox-view__header, html:not([data-glpi-theme-dark="1"]) .tox .tox-view--mobile.tox-view__toolbar {
  padding: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__toolbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  overflow-x: auto;
  padding: 10px 10px 2px 10px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__toolbar__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__header-start, html:not([data-glpi-theme-dark="1"]) .tox .tox-view__header-end {
  display: flex;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__pane {
  height: 100%;
  padding: 8px;
  position: relative;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-view__pane_panel {
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *, html:not([data-glpi-theme-dark="1"]) .tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
  margin-left: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-view__header .tox-view__header-start > *, html:not([data-glpi-theme-dark="1"]) .tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
  margin-right: 8px;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-well {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-well > *:first-child {
  margin-top: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-well > *:last-child {
  margin-bottom: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-well > *:only-child {
  margin: 0;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-custom-editor {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
html:not([data-glpi-theme-dark="1"]) .tox {
  /* stylelint-enable */
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-tab {
  cursor: pointer;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
}
html:not([data-glpi-theme-dark="1"]) .tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
}
html[data-glpi-theme-dark="1"] {
  /* Deprecated. Remove in next major release */
  /* stylelint-disable */
}
html[data-glpi-theme-dark="1"] .tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}
html[data-glpi-theme-dark="1"] .tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
html[data-glpi-theme-dark="1"] .tox *:not(svg):not(rect) {
  /* stylelint-disable-line no-duplicate-selectors */
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}
html[data-glpi-theme-dark="1"] .tox-tinymce {
  border: 2px solid #161f29;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}
html[data-glpi-theme-dark="1"] .tox.tox-tinymce-inline {
  border: none;
  box-shadow: none;
  overflow: initial;
}
html[data-glpi-theme-dark="1"] .tox.tox-tinymce-inline .tox-editor-container {
  overflow: initial;
}
html[data-glpi-theme-dark="1"] .tox.tox-tinymce-inline .tox-editor-header {
  background-color: #222F3E;
  border: 2px solid #161f29;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}
html[data-glpi-theme-dark="1"] .tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}
html[data-glpi-theme-dark="1"] .tox-tinymce *:focus, html[data-glpi-theme-dark="1"] .tox-tinymce-aux *:focus {
  outline: none;
}
html[data-glpi-theme-dark="1"] button::-moz-focus-inner {
  border: 0;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}
html[data-glpi-theme-dark="1"] .tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
html[data-glpi-theme-dark="1"] .tox .accessibility-issue__description {
  align-items: stretch;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
html[data-glpi-theme-dark="1"] .tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}
html[data-glpi-theme-dark="1"] .tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
html[data-glpi-theme-dark="1"] .tox .accessibility-issue__description > div > div .tox-icon svg {
  display: block;
}
html[data-glpi-theme-dark="1"] .tox .accessibility-issue__repair {
  margin-top: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: rgba(0, 101, 216, 0.4);
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
  background-color: #006ce7;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
  background-color: #0060ce;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
  background-color: #0054b4;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--warn {
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: rgba(255, 165, 0, 0.5);
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
  background-color: #FFE89D;
  color: #222f3e;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
  background-color: #F2D574;
  color: #222f3e;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
  background-color: #E8C657;
  color: #222f3e;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--error {
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: rgba(204, 0, 0, 0.5);
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
  background-color: #F2BFBF;
  color: #222f3e;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
  background-color: #E9A4A4;
  color: #222f3e;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
  background-color: #EE9494;
  color: #222f3e;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.5);
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  font-size: 14px;
  margin-top: 0;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 4px 4px 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}
html[data-glpi-theme-dark="1"] .tox .mce-codemirror {
  background: #fff;
  bottom: 0;
  font-size: 13px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .mce-codemirror.tox-inline-codemirror {
  margin: 8px;
  position: absolute;
}
html[data-glpi-theme-dark="1"] .tox .tox-advtemplate .tox-form__grid {
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-advtemplate .tox-form__grid > div:first-child {
  display: flex;
  flex-direction: column;
  width: 30%;
}
html[data-glpi-theme-dark="1"] .tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
    width: 100%;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-advtemplate iframe {
  border-color: #161f29;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  margin: 0 10px;
}
html[data-glpi-theme-dark="1"] .tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-bottom-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-button {
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #006ce7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-button::before {
  border-radius: 6px;
  bottom: -1px;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
  content: "";
  left: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}
html[data-glpi-theme-dark="1"] .tox .tox-button[disabled] {
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-button:focus:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button:focus:not(:disabled)::before {
  opacity: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-button:hover:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button:active:not(:disabled) {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--enabled {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--enabled[disabled] {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--enabled:focus:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--enabled:active:not(:disabled) {
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--icon-and-text, html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--icon-and-text, html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  display: flex;
  padding: 5px 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--icon-and-text .tox-icon svg, html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--icon-and-text .tox-icon svg, html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  display: block;
  fill: currentColor;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary {
  background-color: #3d546f;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #3d546f;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary[disabled] {
  background-color: #3d546f;
  background-image: none;
  border-color: #3d546f;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #34485f;
  background-image: none;
  border-color: #34485f;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #34485f;
  background-image: none;
  border-color: #34485f;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary:active:not(:disabled) {
  background-color: #2b3b4e;
  background-image: none;
  border-color: #2b3b4e;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary.tox-button--enabled {
  background-color: #2b5c93;
  background-image: none;
  border-color: #2b5c93;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary.tox-button--enabled[disabled] {
  background-color: #2b5c93;
  background-image: none;
  border-color: #2b5c93;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
  background-color: #254f80;
  background-image: none;
  border-color: #254f80;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  background-color: #254f80;
  background-image: none;
  border-color: #254f80;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  background-color: #1f436c;
  background-image: none;
  border-color: #1f436c;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--icon, html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--icon, html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--icon .tox-icon svg, html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--icon .tox-icon svg, html[data-glpi-theme-dark="1"] .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}
html[data-glpi-theme-dark="1"] .tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-button-link--sm {
  font-size: 14px;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--naked[disabled] {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  box-shadow: unset;
  color: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-button--naked:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  box-shadow: unset;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--naked:focus:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  box-shadow: unset;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--naked:active:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
  box-shadow: unset;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}
html[data-glpi-theme-dark="1"] .tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox__input {
  /* Hide from view but visible to screen readers */
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(255, 255, 255, 0.2);
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    fill: currentColor !important;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #006ce7;
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #006ce7;
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox--disabled {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}
html[data-glpi-theme-dark="1"] .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}
html[data-glpi-theme-dark="1"] .tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #006ce7;
  padding: calc(4px - 1px);
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}
html[data-glpi-theme-dark="1"] .tox {
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: rgba(255, 255, 255, 0.15);
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__group-heading {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item {
  align-items: center;
  border-radius: 3px;
  color: #fff;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #2b3b4e;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__item--active {
  background-color: #006ce7;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--enabled, html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active, html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active:hover {
  background-color: #599fef;
  color: #fff;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--enabled, html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active, html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active:hover {
    border-radius: 3px;
    outline: solid 1px;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--active {
  background-color: #2b3b4e;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--active:hover {
  background-color: #2f4055;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--active:focus {
  background-color: #2f4055;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--active:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--active:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--grid .tox-collection__item--enabled {
  background-color: #599fef;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #2f4055;
  color: #fff;
  position: relative;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff "inset";
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #fff;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    border: solid 1px;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #fff;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
    border-radius: 3px;
    outline: solid 1px;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-icon, html[data-glpi-theme-dark="1"] .tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-icon svg, html[data-glpi-theme-dark="1"] .tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  max-width: 100%;
  text-transform: none;
  word-break: break-all;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-accessory {
  color: currentColor;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-caret::after {
  content: "";
  font-size: 0;
  min-height: inherit;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-caret svg {
  fill: currentColor;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--horizontal {
  background-color: #2b3b4e;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--horizontal .tox-collection__item {
  height: 28px;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container {
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-hue-slider, html[data-glpi-theme-dark="1"] .tox .tox-rgb-form .tox-rgba-preview {
    background-color: currentColor !important;
    border: 1px solid highlight !important;
    forced-color-adjust: none;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-sv-palette-spectrum {
  height: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-sv-palette, html[data-glpi-theme-dark="1"] .tox .tox-sv-palette-spectrum {
  width: 225px;
}
html[data-glpi-theme-dark="1"] .tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}
html[data-glpi-theme-dark="1"] .tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}
html[data-glpi-theme-dark="1"] .tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}
html[data-glpi-theme-dark="1"] .tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
  height: 100%;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-hue-slider, html[data-glpi-theme-dark="1"] .tox .tox-hue-slider-spectrum {
  width: 20px;
}
html[data-glpi-theme-dark="1"] .tox .tox-hue-slider-spectrum:focus, html[data-glpi-theme-dark="1"] .tox .tox-sv-palette-spectrum:focus {
  outline: #08f solid;
}
html[data-glpi-theme-dark="1"] .tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html[data-glpi-theme-dark="1"] .tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}
html[data-glpi-theme-dark="1"] .tox .tox-rgb-form input {
  width: 6em;
}
html[data-glpi-theme-dark="1"] .tox .tox-rgb-form input.tox-invalid {
  /* Need !important to override Chrome's focus styling unfortunately */
  border: 1px solid red !important;
}
html[data-glpi-theme-dark="1"] .tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar .tox-swatches, html[data-glpi-theme-dark="1"] .tox .tox-toolbar__primary .tox-swatches, html[data-glpi-theme-dark="1"] .tox .tox-toolbar__overflow .tox-swatches {
  margin: 5px 0 6px 11px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px -4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-swatches__row {
  display: flex;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-swatches__row {
    forced-color-adjust: none;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}
html[data-glpi-theme-dark="1"] .tox .tox-swatch:hover, html[data-glpi-theme-dark="1"] .tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}
html[data-glpi-theme-dark="1"] .tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}
html[data-glpi-theme-dark="1"] .tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}
html[data-glpi-theme-dark="1"] .tox .tox-swatches__picker-btn svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}
html[data-glpi-theme-dark="1"] .tox .tox-swatches__picker-btn:hover {
  background: #2f4055;
}
html[data-glpi-theme-dark="1"] .tox div.tox-swatch:not(.tox-swatch--remove) svg {
  display: none;
  fill: #fff;
  height: 24px;
  margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
  width: 24px;
}
html[data-glpi-theme-dark="1"] .tox div.tox-swatch:not(.tox-swatch--remove) svg path {
  fill: #fff;
  paint-order: stroke;
  stroke: #222f3e;
  stroke-width: 2px;
}
html[data-glpi-theme-dark="1"] .tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
  display: block;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment-thread {
  background: #2b3b4e;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment {
  background: #2b3b4e;
  border: 1px solid #161f29;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 8px 16px 8px;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__header {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__date {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__body {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__expander {
  padding-top: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__expander p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__body p {
  margin: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment-thread__overlay::after {
  background: #2b3b4e;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(43, 59, 78, 0), #2b3b4e);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__overlay {
  background: #2b3b4e;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__loading-text {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__overlaytext p {
  background-color: #2b3b4e;
  box-shadow: 0 0 8px 8px #2b3b4e;
  color: #fff;
  text-align: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #2b3b4e;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
html[data-glpi-theme-dark="1"] .tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-conversations {
  margin: 8px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child, html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-comment__edit > *:last-child, html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-comment__buttonspacing > *:last-child, html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-comment__edit > *:last-child, html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-user {
  align-items: center;
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-user__avatar svg {
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-user__avatar img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}
html[data-glpi-theme-dark="1"] .tox .tox-user__name {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  text-transform: none;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-user__avatar svg, html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-user__avatar img {
  margin-right: 8px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-user__avatar svg, html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-user__avatar img {
  margin-left: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-wrap__backdrop {
  background-color: rgba(34, 47, 62, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #222F3E;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog {
  background-color: #2b3b4e;
  border-color: #161f29;
  border-radius: 10px;
  border-style: solid;
  border-width: 0px;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    max-height: calc(100vh - 8px * 2);
    width: calc(100vw - 16px);
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-inline {
  z-index: 1100;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__header {
  align-items: center;
  background-color: #2b3b4e;
  border-bottom: none;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__header .tox-button {
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__dismiss {
  margin-left: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body {
  color: #fff;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 16px 16px;
}
@media only screen and (min-width: 768px) {
  html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-nav {
    max-width: 11em;
  }
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 13em;
  text-decoration: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(0, 108, 231, 0.1);
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #67aeff;
  color: #67aeff;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid highlight;
    color: highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-height: min(650px, calc(100vh - 110px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content a {
  color: #67aeff;
  cursor: pointer;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content a:hover, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content a:focus {
  color: #cde5ff;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #67aeff;
  outline-offset: 2px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content a:active {
  color: #ffffff;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content strong {
  font-weight: bold;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content ul {
  list-style-type: disc;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content ul, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content ol, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content dd {
  padding-inline-start: 2.5rem;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content ul, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content ol, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content dl {
  margin-bottom: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content ul, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content ol, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content dl, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content dd, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content dt {
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group h1 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group h2 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group h1:first-child, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group h2:first-child, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group h1:last-child, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group h2:last-child, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group h1:only-child, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group h2:only-child, html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
  text-align: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
  text-align: end;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog--fullscreen {
  height: 100%;
  max-width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog--fullscreen .tox-dialog__body-content {
  max-height: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog--width-md {
  max-width: 800px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content--centered {
  text-align: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__footer {
  align-items: center;
  background-color: #2b3b4e;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__footer-start, html[data-glpi-theme-dark="1"] .tox .tox-dialog__footer-end {
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(34, 47, 62, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__table thead th:first-child {
  padding-right: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #000000;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__table td:first-child {
  padding-right: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__iframe {
  min-height: 200px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
  background: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-navobj-bordered {
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-navobj-bordered::before {
  border: 1px solid #161f29;
  border-radius: 6px;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-navobj-bordered iframe {
  border-radius: 6px;
}
html[data-glpi-theme-dark="1"] .tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *, html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *, html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}
html[data-glpi-theme-dark="1"] body.tox-dialog__disable-scroll {
  overflow: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-dropzone-container {
  display: flex;
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #161f29;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}
html[data-glpi-theme-dark="1"] .tox .tox-dropzone p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 16px 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-edit-area {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-edit-area::before {
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s;
  z-index: 1;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-edit-area::before {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}
html[data-glpi-theme-dark="1"] .tox.tox-inline-edit-area {
  border: 1px dotted #161f29;
}
html[data-glpi-theme-dark="1"] .tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-editor-header {
  display: grid;
  grid-template-columns: 1fr min-content;
  z-index: 2;
}
html[data-glpi-theme-dark="1"] .tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #222F3E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
  padding: 4px 0;
}
html[data-glpi-theme-dark="1"] .tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
  transition: box-shadow 0.5s;
}
html[data-glpi-theme-dark="1"] .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
html[data-glpi-theme-dark="1"] .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: #222F3E;
  box-shadow: none;
  padding: 4px 0;
}
html[data-glpi-theme-dark="1"] .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: none;
}
html[data-glpi-theme-dark="1"] .tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
html[data-glpi-theme-dark="1"] .tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
html[data-glpi-theme-dark="1"] .tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}
html[data-glpi-theme-dark="1"] .tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}
html[data-glpi-theme-dark="1"] .tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}
html[data-glpi-theme-dark="1"] .tox .tox-control-wrap {
  flex: 1;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid, html[data-glpi-theme-dark="1"] .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown, html[data-glpi-theme-dark="1"] .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-control-wrap svg {
  display: block;
}
html[data-glpi-theme-dark="1"] .tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html[data-glpi-theme-dark="1"] .tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}
html[data-glpi-theme-dark="1"] .tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}
html[data-glpi-theme-dark="1"] .tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield, html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield, html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield, html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield, html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-custom-preview {
  border-color: #161f29;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  flex: 1;
  padding: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-autocompleter {
  max-width: 25em;
}
html[data-glpi-theme-dark="1"] .tox .tox-autocompleter .tox-menu {
  box-sizing: border-box;
  max-width: 25em;
}
html[data-glpi-theme-dark="1"] .tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}
html[data-glpi-theme-dark="1"] .tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-color-input .tox-textfield {
  z-index: -1;
}
html[data-glpi-theme-dark="1"] .tox .tox-color-input span {
  border-color: rgba(34, 47, 62, 0.2);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-color-input span {
    border-color: currentColor;
    border-width: 2px !important;
    forced-color-adjust: none;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-color-input span:hover:not([aria-disabled=true]), html[data-glpi-theme-dark="1"] .tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #006ce7;
  cursor: pointer;
}
html[data-glpi-theme-dark="1"] .tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #2b3b4e;
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-color-input span::before {
    border: none;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}
html[data-glpi-theme-dark="1"] .tox[dir="rtl"] .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox[dir="rtl"] .tox-color-input .tox-textfield {
  padding-right: 36px;
}
html[data-glpi-theme-dark="1"] .tox[dir="rtl"] .tox-color-input span {
  right: 6px;
}
html[data-glpi-theme-dark="1"] .tox .tox-label, html[data-glpi-theme-dark="1"] .tox .tox-toolbar-label {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar-label {
  padding: 0 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-form-group--maximize {
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__group--error {
  color: #c00;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__group--collection {
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}
html[data-glpi-theme-dark="1"] .tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}
html[data-glpi-theme-dark="1"] .tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}
html[data-glpi-theme-dark="1"] .tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-lock.tox-locked .tox-lock-icon__unlock, html[data-glpi-theme-dark="1"] .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-textfield, html[data-glpi-theme-dark="1"] .tox .tox-toolbar-textfield, html[data-glpi-theme-dark="1"] .tox .tox-listboxfield .tox-listbox--select, html[data-glpi-theme-dark="1"] .tox .tox-textarea, html[data-glpi-theme-dark="1"] .tox .tox-textarea-wrap .tox-textarea:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2b3b4e;
  border-color: #161f29;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-textfield[disabled], html[data-glpi-theme-dark="1"] .tox .tox-textarea[disabled] {
  background-color: #222f3e;
  color: rgba(255, 255, 255, 0.85);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-textfield:focus, html[data-glpi-theme-dark="1"] .tox .tox-listboxfield .tox-listbox--select:focus, html[data-glpi-theme-dark="1"] .tox .tox-textarea-wrap:focus-within, html[data-glpi-theme-dark="1"] .tox .tox-textarea:focus, html[data-glpi-theme-dark="1"] .tox .tox-custom-editor:focus-within {
  background-color: #2b3b4e;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar-textfield {
  border-width: 0;
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
}
html[data-glpi-theme-dark="1"] .tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #006ce7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-naked-btn svg {
  display: block;
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #19232e;
  color: rgba(255, 255, 255, 0.85);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-listbox__select-chevron svg {
  fill: #fff;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-listbox__select-chevron svg {
    fill: currentColor !important;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-selectfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2b3b4e;
  border-color: #161f29;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-selectfield select[disabled] {
  background-color: #19232e;
  color: rgba(255, 255, 255, 0.85);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-selectfield select::-ms-expand {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-selectfield select:focus {
  background-color: #2b3b4e;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-selectfield select[size="0"], html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-selectfield select[size="0"], html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-textarea-wrap {
  border-color: #161f29;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex: 1;
  overflow: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-textarea {
  -webkit-appearance: textarea;
  -moz-appearance: textarea;
  appearance: textarea;
  white-space: pre-wrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-textarea-wrap .tox-textarea {
  border: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-textarea-wrap .tox-textarea:focus {
  border: none;
}
html[data-glpi-theme-dark="1"] .tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}
html[data-glpi-theme-dark="1"] .tox.tox-tinymce.tox-fullscreen, html[data-glpi-theme-dark="1"] .tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}
html[data-glpi-theme-dark="1"] .tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}
html[data-glpi-theme-dark="1"] .tox-fullscreen .tox.tox-tinymce-aux, html[data-glpi-theme-dark="1"] .tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}
html[data-glpi-theme-dark="1"] .tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}
html[data-glpi-theme-dark="1"] .tox .tox-imagepreview {
  background-color: #666;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-imagepreview.tox-imagepreview__loaded {
  overflow: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-imagepreview__container {
  display: flex;
  left: 100vw;
  position: absolute;
  top: 100vw;
}
html[data-glpi-theme-dark="1"] .tox .tox-imagepreview__image {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-spacer {
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-bar {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-imagepreview, html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-imagepreview + .tox-bar {
  margin-top: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}
html[data-glpi-theme-dark="1"] .tox .tox-image-tools .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}
html[data-glpi-theme-dark="1"] .tox .tox-insert-table-picker {
  background-color: #222F3E;
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
html[data-glpi-theme-dark="1"] .tox .tox-insert-table-picker > div {
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}
html[data-glpi-theme-dark="1"] .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px -4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: #006ce7;
  border-color: rgba(255, 255, 255, 0.15);
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    border-color: Highlight;
    filter: contrast(50%);
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-insert-table-picker__label {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) {
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] {
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}
html[data-glpi-theme-dark="1"] .tox {
  /* stylelint-disable */
  /* stylelint-enable */
}
html[data-glpi-theme-dark="1"] .tox .tox-menu {
  background-color: #2b3b4e;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  box-shadow: none;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}
html[data-glpi-theme-dark="1"] .tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  html[data-glpi-theme-dark="1"] .tox .tox-menu .tox-collection__item-label {
    overflow-wrap: break-word;
    word-break: normal;
  }
  html[data-glpi-theme-dark="1"] .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
    word-break: break-all;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-menu__label h1, html[data-glpi-theme-dark="1"] .tox .tox-menu__label h2, html[data-glpi-theme-dark="1"] .tox .tox-menu__label h3, html[data-glpi-theme-dark="1"] .tox .tox-menu__label h4, html[data-glpi-theme-dark="1"] .tox .tox-menu__label h5, html[data-glpi-theme-dark="1"] .tox .tox-menu__label h6, html[data-glpi-theme-dark="1"] .tox .tox-menu__label p, html[data-glpi-theme-dark="1"] .tox .tox-menu__label blockquote, html[data-glpi-theme-dark="1"] .tox .tox-menu__label code {
  margin: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-menubar {
  background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #222F3E;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  grid-row: 1;
  padding: 0 11px 0 12px;
}
html[data-glpi-theme-dark="1"] .tox .tox-promotion + .tox-menubar {
  grid-column: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-promotion {
  background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #222F3E;
  grid-column: 2;
  grid-row: 1;
  padding-inline-end: 8px;
  padding-inline-start: 4px;
  padding-top: 5px;
}
html[data-glpi-theme-dark="1"] .tox .tox-promotion-link {
  align-items: unsafe center;
  background-color: #E8F1F8;
  border-radius: 5px;
  color: #086BE6;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 26.6px;
  padding: 4px 8px;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-promotion-link:hover {
  background-color: #B4D7FF;
}
html[data-glpi-theme-dark="1"] .tox .tox-promotion-link:focus {
  background-color: #D9EDF7;
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn {
  align-items: center;
  background: #222F3E;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: none;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn[disabled] {
  background-color: #222F3E;
  border: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn:focus:not(:disabled) {
  background: #222F3E;
  border: 0;
  box-shadow: none;
  color: #fff;
  position: relative;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn:focus:not(:disabled)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-mbtn:focus:not(:disabled)::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn--active, html[data-glpi-theme-dark="1"] .tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
  background: #599fef;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #2f4055;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
  width: -moz-max-content;
  width: max-content;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification a {
  cursor: pointer;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification:focus {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--in {
  opacity: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--success {
  background-color: #334840;
  border-color: #3c5440;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--success p {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--success a {
  color: #b5d199;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--success a:hover, html[data-glpi-theme-dark="1"] .tox .tox-notification--success a:focus {
  color: #82b153;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--success a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #b5d199;
  outline-offset: 2px;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--success a:active {
  color: #689041;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--success svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--error {
  background-color: #442632;
  border-color: #55212b;
  color: #fff;
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--error p {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--error a {
  color: #e68080;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--error a:hover, html[data-glpi-theme-dark="1"] .tox .tox-notification--error a:focus {
  color: #d42b2b;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--error a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #e68080;
  outline-offset: 2px;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--error a:active {
  color: #aa2222;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--error svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--warn, html[data-glpi-theme-dark="1"] .tox .tox-notification--warning {
  background-color: #222F3E;
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff0b3;
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--warn p, html[data-glpi-theme-dark="1"] .tox .tox-notification--warning p {
  color: #fff0b3;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--warn a, html[data-glpi-theme-dark="1"] .tox .tox-notification--warning a {
  color: #ffcc00;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--warn a:hover, html[data-glpi-theme-dark="1"] .tox .tox-notification--warning a:hover, html[data-glpi-theme-dark="1"] .tox .tox-notification--warn a:focus, html[data-glpi-theme-dark="1"] .tox .tox-notification--warning a:focus {
  color: #997a00;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--warn a:focus-visible, html[data-glpi-theme-dark="1"] .tox .tox-notification--warning a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #ffcc00;
  outline-offset: 2px;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--warn a:active, html[data-glpi-theme-dark="1"] .tox .tox-notification--warning a:active {
  color: #665200;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--warn svg, html[data-glpi-theme-dark="1"] .tox .tox-notification--warning svg {
  fill: #fff0b3;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--info {
  background-color: #254161;
  border-color: #264972;
  color: #fff;
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--info p {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--info a {
  color: #83b7f3;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--info a:hover, html[data-glpi-theme-dark="1"] .tox .tox-notification--info a:focus {
  color: #2681ea;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--info a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #83b7f3;
  outline-offset: 2px;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--info a:active {
  color: #1368c9;
  text-decoration: underline;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification--info svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification__body {
  align-self: center;
  color: #fff;
  font-size: 14px;
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification__body > * {
  margin: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification__body > * + * {
  margin-top: 1rem;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification__icon {
  align-self: center;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification__icon svg {
  display: block;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification__dismiss {
  align-self: start;
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification .tox-progress-bar {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification-container-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification-container-dock-fadein {
  opacity: 1;
  visibility: visible;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification-container-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
html[data-glpi-theme-dark="1"] .tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein {
  transition-delay: 0s;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop {
  display: inline-block;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop--resizing {
  transition: width 0.1s ease;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop--resizing .tox-toolbar, html[data-glpi-theme-dark="1"] .tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop--transition::before, html[data-glpi-theme-dark="1"] .tox .tox-pop--transition::after {
  transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop__dialog {
  background-color: #222F3E;
  border: 1px solid #161f29;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  min-width: 0;
  overflow: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop::before, html[data-glpi-theme-dark="1"] .tox .tox-pop::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-pop::before, html[data-glpi-theme-dark="1"] .tox .tox-pop::after {
    content: none;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--inset::before, html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--bottom::before, html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--bottom::after {
  border-color: #222F3E transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--bottom::before {
  border-color: #161f29 transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--top::before, html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #222F3E transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #161f29 transparent;
  border-width: 9px;
  margin-left: -9px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--left::before, html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--left::after {
  border-color: transparent #222F3E transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--left::before {
  border-color: transparent #161f29 transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--right::before, html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #222F3E;
  border-width: 8px;
  margin-left: -1px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #161f29;
  border-width: 10px;
  margin-left: -1px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--align-left::before, html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--align-right::before, html[data-glpi-theme-dark="1"] .tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}
html[data-glpi-theme-dark="1"] .tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-sidebar {
  background-color: #222F3E;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
html[data-glpi-theme-dark="1"] .tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-sidebar__pane-container {
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-sidebar__pane {
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-sidebar--sliding-closed {
  opacity: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-sidebar--sliding-open {
  opacity: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-sidebar--sliding-growing, html[data-glpi-theme-dark="1"] .tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}
html[data-glpi-theme-dark="1"] .tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}
html[data-glpi-theme-dark="1"] .tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}
html[data-glpi-theme-dark="1"] .tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  height: 24px;
  justify-content: center;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #161f29;
  border-radius: 6px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-slider__handle {
  background-color: #006ce7;
  border: 2px solid #0054b4;
  border-radius: 6px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
  margin-inline-start: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
  margin-inline-start: 32px;
}
html[data-glpi-theme-dark="1"] .tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
  margin-inline-start: 32px;
}
html[data-glpi-theme-dark="1"] .tox .tox-source-code {
  overflow: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-spinner {
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}
html[data-glpi-theme-dark="1"] .tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes tam-bouncing-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar {
  align-items: center;
  background-color: #222F3E;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__right-container {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__help-text {
  text-align: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
    flex: 0 0 calc(100% / 3);
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
  justify-content: flex-end;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
  justify-content: flex-start;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
  justify-content: space-around;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}
@media only screen and (max-width: 767px) {
  html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container .tox-statusbar__help-text {
    display: none;
  }
  html[data-glpi-theme-dark="1"] .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
    display: block;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar a, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__path-item, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__wordcount {
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  text-decoration: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]), html[data-glpi-theme-dark="1"] .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]), html[data-glpi-theme-dark="1"] .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]), html[data-glpi-theme-dark="1"] .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]), html[data-glpi-theme-dark="1"] .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]), html[data-glpi-theme-dark="1"] .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  color: #fff;
  cursor: pointer;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar a:focus-visible::after, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__path-item:focus-visible::after, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__wordcount:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-statusbar a:focus-visible::after, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__path-item:focus-visible::after, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__wordcount:focus-visible::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__branding svg {
  fill: rgba(255, 255, 255, 0.8);
  height: 1em;
  margin-left: 0.3em;
  width: auto;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-statusbar__branding svg {
    fill: currentColor;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__branding a {
  /* stylelint-disable-line no-descending-specificity */
  align-items: center;
  display: inline-flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: calc(3px - 8px);
  margin-top: 3px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__resize-handle:hover svg, html[data-glpi-theme-dark="1"] .tox .tox-statusbar__resize-handle:focus svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__resize-handle:focus-visible {
  background-color: transparent;
  border-radius: 1px 1px 5px 1px;
  box-shadow: 0 0 0 2px transparent;
}
html[data-glpi-theme-dark="1"] .tox .tox-statusbar__resize-handle:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-statusbar__resize-handle:focus-visible::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 2ch;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-statusbar__branding svg {
  margin-left: 0;
  margin-right: 0.3em;
}
html[data-glpi-theme-dark="1"] .tox .tox-throbber {
  z-index: 1299;
}
html[data-glpi-theme-dark="1"] .tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(34, 47, 62, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn {
  align-items: center;
  background: #222F3E;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: none;
  padding: 0;
  text-transform: none;
  width: 34px;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-tbtn:hover, html[data-glpi-theme-dark="1"] .tox .tox-tbtn.tox-tbtn:hover {
    outline: 1px dashed currentColor;
  }
  html[data-glpi-theme-dark="1"] .tox .tox-tbtn.tox-tbtn--active, html[data-glpi-theme-dark="1"] .tox .tox-tbtn.tox-tbtn--enabled, html[data-glpi-theme-dark="1"] .tox .tox-tbtn.tox-tbtn--enabled:hover, html[data-glpi-theme-dark="1"] .tox .tox-tbtn.tox-tbtn--enabled:focus, html[data-glpi-theme-dark="1"] .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    outline: 1px solid currentColor;
    position: relative;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn svg {
  display: block;
  fill: #fff;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-tbtn svg {
    fill: currentColor !important;
  }
  html[data-glpi-theme-dark="1"] .tox .tox-tbtn svg.tox-tbtn--enabled, html[data-glpi-theme-dark="1"] .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) {
    fill: currentColor !important;
  }
  html[data-glpi-theme-dark="1"] .tox .tox-tbtn svg.tox-tbtn--disabled, html[data-glpi-theme-dark="1"] .tox .tox-tbtn svg.tox-tbtn--disabled:hover, html[data-glpi-theme-dark="1"] .tox .tox-tbtn svg .tox-tbtn:disabled, html[data-glpi-theme-dark="1"] .tox .tox-tbtn svg .tox-tbtn:disabled:hover {
    filter: contrast(0%);
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:focus {
  background: #222F3E;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-tbtn:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:hover {
  background: #2f4055;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:hover svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:active {
  background: #599fef;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:active svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--disabled, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--disabled:hover, html[data-glpi-theme-dark="1"] .tox .tox-tbtn:disabled, html[data-glpi-theme-dark="1"] .tox .tox-tbtn:disabled:hover {
  background: #222F3E;
  border: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--disabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--disabled:hover svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn:disabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--active, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:hover, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:focus {
  background: #599fef;
  border: 0;
  box-shadow: none;
  color: #fff;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--active > *, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled > *, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:hover > *, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:focus > * {
  transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--active svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:hover svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:focus svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--active.tox-tbtn--disabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled.tox-tbtn--disabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg {
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-tbtn--enabled:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn:active > * {
  transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--md {
  height: 42px;
  width: 51px;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--lg {
  flex-direction: column;
  height: 56px;
  width: 68px;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input {
  background: #2f4055;
  border-radius: 3px;
  display: flex;
  margin: 6px 1px 5px 0;
  position: relative;
  width: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input:focus {
  background: #2f4055;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-number-input:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input .tox-input-wrapper {
  display: flex;
  pointer-events: none;
  position: relative;
  text-align: center;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input .tox-input-wrapper:focus {
  background-color: #2f4055;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input .tox-input-wrapper:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-number-input .tox-input-wrapper:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input input {
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  margin: 2px 0;
  pointer-events: all;
  position: relative;
  width: 60px;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input input:hover {
  background: #2f4055;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input input:focus {
  background-color: #2f4055;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input input:disabled {
  background: #222F3E;
  border: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button {
  color: #fff;
  height: 28px;
  position: relative;
  text-align: center;
  width: 24px;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-number-input button:hover, html[data-glpi-theme-dark="1"] .tox .tox-number-input button:focus, html[data-glpi-theme-dark="1"] .tox .tox-number-input button:active {
    outline: 1px solid currentColor !important;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button svg {
  display: block;
  fill: #fff;
  margin: 0 auto;
  transform: scale(0.67);
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-number-input button svg, html[data-glpi-theme-dark="1"] .tox .tox-number-input button svg:active, html[data-glpi-theme-dark="1"] .tox .tox-number-input button svg:hover {
    fill: currentColor !important;
  }
  html[data-glpi-theme-dark="1"] .tox .tox-number-input button svg:disabled {
    filter: contrast(0);
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button:focus {
  background: #2f4055;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-number-input button:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button:hover {
  background: #2f4055;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button:hover svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button:active {
  background: #599fef;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button:active svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button:disabled {
  background: #222F3E;
  border: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button:disabled svg {
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button.minus {
  border-radius: 3px 0 0 3px;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input button.plus {
  border-radius: 0 3px 3px 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-number-input:focus:not(:active) > button, html[data-glpi-theme-dark="1"] .tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
  background: #2f4055;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  height: initial;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn__select-chevron svg {
  fill: rgba(255, 255, 255, 0.5);
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-tbtn__select-chevron svg {
    fill: currentColor;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--bespoke {
  background: #2f4055;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--bespoke:focus {
  background: #2f4055;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 4px;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}
html[data-glpi-theme-dark="1"] .tox .tox-tbtn--disabled .tox-tbtn__select-label, html[data-glpi-theme-dark="1"] .tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 6px 1px 5px 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #2f4055 inset;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button:focus {
  background: #222F3E;
  box-shadow: none;
  color: #fff;
  position: relative;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button:focus::after {
  pointer-events: none;
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-split-button:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button > * {
  border-radius: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button > *:nth-child(1) {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button > *:nth-child(2) {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button__chevron {
  width: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button__chevron svg {
  fill: rgba(255, 255, 255, 0.5);
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-split-button__chevron svg {
    fill: currentColor;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button .tox-tbtn {
  margin: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button:focus .tox-tbtn {
  background-color: transparent;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button.tox-tbtn--disabled:hover, html[data-glpi-theme-dark="1"] .tox .tox-split-button.tox-tbtn--disabled:focus, html[data-glpi-theme-dark="1"] .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover, html[data-glpi-theme-dark="1"] .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: #222F3E;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
  padding: 0 0px;
}
html[data-glpi-theme-dark="1"] .tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
  width: 30px;
}
html[data-glpi-theme-dark="1"] .tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}
html[data-glpi-theme-dark="1"] .tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color, html[data-glpi-theme-dark="1"] .tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
  opacity: 0.6;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar-overlord {
  background-color: #222F3E;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar, html[data-glpi-theme-dark="1"] .tox .tox-toolbar__primary, html[data-glpi-theme-dark="1"] .tox .tox-toolbar__overflow {
  background-attachment: local;
  background-color: #222F3E;
  background-image: repeating-linear-gradient(rgba(255, 255, 255, 0.15) 0px 1px, transparent 1px 39px);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: calc(100% - 11px * 2) calc(100% - 41px);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0px;
  transform: perspective(1px);
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar-overlord > .tox-toolbar, html[data-glpi-theme-dark="1"] .tox .tox-toolbar-overlord > .tox-toolbar__primary, html[data-glpi-theme-dark="1"] .tox .tox-toolbar-overlord > .tox-toolbar__overflow {
  background-position: center top 0px;
  background-size: calc(100% - 11px * 2) calc(100% - 0px);
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar-overlord, html[data-glpi-theme-dark="1"] .tox .tox-anchorbar {
  grid-column: 1 / -1;
}
html[data-glpi-theme-dark="1"] .tox .tox-menubar + .tox-toolbar, html[data-glpi-theme-dark="1"] .tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-menubar + .tox-toolbar, html[data-glpi-theme-dark="1"] .tox .tox-menubar + .tox-toolbar-overlord {
    outline: 1px solid currentColor;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-pop .tox-toolbar {
  border-width: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar--no-divider {
  background-image: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child, html[data-glpi-theme-dark="1"] .tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
}
html[data-glpi-theme-dark="1"] .tox .tox-editor-header > .tox-toolbar--scrolling, html[data-glpi-theme-dark="1"] .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
  background-image: none;
}
html[data-glpi-theme-dark="1"] .tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #222F3E;
  background-position: center top 43px;
  background-size: calc(100% - 8px * 2) calc(100% - 51px);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  overscroll-behavior: none;
  padding: 4px 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox.tox-tinymce-aux .tox-toolbar__overflow {
    border: solid;
  }
}
html[data-glpi-theme-dark="1"] .tox-pop .tox-pop__dialog {
  /* stylelint-disable-next-line no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox-pop .tox-pop__dialog .tox-toolbar {
  background-position: center top 43px;
  background-size: calc(100% - 11px * 2) calc(100% - 51px);
  padding: 4px 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 11px 0 12px;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
html[data-glpi-theme-dark="1"] .tox .tox-tooltip {
  display: inline-block;
  max-width: 15em;
  padding: 8px;
  /*
     * The pointer-events: none is designed to make mouse events bleed through the tooltip
     * to the underlying items. For example, a mouse hovering over a tooltip that hovers over
     * another item should trigger the hover of the item obscured by the tooltip, even though
     * the tooltip is on top
     */
  pointer-events: none;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  z-index: 1150;
}
html[data-glpi-theme-dark="1"] .tox .tox-tooltip__body {
  background-color: #324053;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 4px 6px;
  text-transform: none;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-tooltip__body {
    outline: outset 1px;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-tooltip__arrow {
  position: absolute;
}
html[data-glpi-theme-dark="1"] .tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #324053;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
html[data-glpi-theme-dark="1"] .tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #324053;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
html[data-glpi-theme-dark="1"] .tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #324053;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
html[data-glpi-theme-dark="1"] .tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #324053;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html[data-glpi-theme-dark="1"] .tox .tox-tree {
  display: flex;
  flex-direction: column;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
  outline: none;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
  text-transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn .tox-tree__label {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn svg {
  display: block;
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:focus {
  background: #2f4055;
  border: 0;
  box-shadow: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:hover {
  background: #2f4055;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:hover svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:active {
  background: #599fef;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:active svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--disabled, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--disabled:hover, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:disabled, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--disabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--disabled:hover svg, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:disabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(255, 255, 255, 0.5);
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--enabled, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--enabled:hover {
  background: #599fef;
  border: 0;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--enabled > *, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--enabled:hover > * {
  transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--enabled svg, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn:active > * {
  transform: none;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn--labeled {
  padding: 0 4px;
  width: unset;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory {
  display: flex;
  flex-direction: column;
  /* stylelint-disable no-descending-specificity */
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
  font-weight: bold;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
  margin-left: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
  fill: transparent;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
  margin-right: 6px;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
  transition: transform 0.5s ease-in-out;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
  transform: rotate(90deg);
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--leaf__label {
  font-weight: normal;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
  margin-left: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
  fill: transparent;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory__children {
  overflow: hidden;
  padding-left: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing, html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
  transition: height 0.5s ease-in-out;
}
html[data-glpi-theme-dark="1"] .tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
  display: flex;
  justify-content: space-between;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__pane {
  padding: 0 !important;
  /* Override the default padding of tox-view__pane */
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory {
  background-color: #2b3b4e;
  border-radius: 4px;
  border-top: 1px solid #161f29;
  display: flex;
  flex: 1;
  height: 100%;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory--align-right {
  margin-left: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__iframe {
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar {
  border-left: 1px solid #161f29;
  height: 100%;
  max-width: 360px;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
  border-bottom: 1px solid #161f29;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  min-width: 192px;
  padding: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
  flex-direction: column;
  max-height: calc(100% - 60px);
  min-width: 192px;
  overflow-y: auto;
  padding: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
  height: 100%;
  position: relative;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 1px;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
  border: 1px solid #161f29;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 8px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
  background-color: #2f4055;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
  position: relative;
  z-index: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
  border-radius: 6px !important;
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
    border: 2px solid highlight;
  }
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
  background-color: #599fef;
  box-shadow: none;
  color: #fff;
}
html[data-glpi-theme-dark="1"] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  padding: 5px 5.5px;
}
html[data-glpi-theme-dark="1"] .tox .tox-view-wrap, html[data-glpi-theme-dark="1"] .tox .tox-view-wrap__slot-container {
  background-color: #222F3E;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__header {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 10px 10px 2px 10px;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__label {
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 16px;
  text-align: center;
  white-space: nowrap;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__label--normal {
  font-size: 16px;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__label--large {
  font-size: 20px;
}
html[data-glpi-theme-dark="1"] .tox .tox-view--mobile.tox-view__header, html[data-glpi-theme-dark="1"] .tox .tox-view--mobile.tox-view__toolbar {
  padding: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-view--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__toolbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  overflow-x: auto;
  padding: 10px 10px 2px 10px;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__toolbar__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__header-start, html[data-glpi-theme-dark="1"] .tox .tox-view__header-end {
  display: flex;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__pane {
  height: 100%;
  padding: 8px;
  position: relative;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-view__pane_panel {
  border: 1px solid #161f29;
  border-radius: 6px;
}
html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *, html[data-glpi-theme-dark="1"] .tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
  margin-left: 8px;
}
html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-view__header .tox-view__header-start > *, html[data-glpi-theme-dark="1"] .tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
  margin-right: 8px;
}
html[data-glpi-theme-dark="1"] .tox .tox-well {
  border: 1px solid #161f29;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}
html[data-glpi-theme-dark="1"] .tox .tox-well > *:first-child {
  margin-top: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-well > *:last-child {
  margin-bottom: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-well > *:only-child {
  margin: 0;
}
html[data-glpi-theme-dark="1"] .tox .tox-custom-editor {
  border: 1px solid #161f29;
  border-radius: 6px;
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
html[data-glpi-theme-dark="1"] .tox {
  /* stylelint-enable */
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
html[data-glpi-theme-dark="1"] .tox .tox-tab {
  cursor: pointer;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
}
html[data-glpi-theme-dark="1"] .tox.tox-tinymce-aux .tox-toolbar__overflow {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}
/* Tiny mce applied these styles to its toolbar but not to its content, we have to set them up manually */
.mce-content-readonly {
  opacity: 0.6;
  cursor: not-allowed;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.creator .badge {
  background-color: var(--glpi-timeline-badge-bg);
  color: var(--glpi-timeline-badge-fg);
  display: inline-flex;
  font-size: 0.625rem;
  min-height: 1.25rem;
  height: auto;
  align-items: flex-start;
  vertical-align: middle;
  border: 1px solid transparent;
}
.creator .badge .badge {
  min-height: 100%;
  margin: -0.25rem -0.25rem -0.25rem 0.5rem;
}
.creator .badge .badge a {
  color: inherit;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.itil-footer {
  position: sticky;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .itil-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: var(--glpi-zindex-fixed);
  }
}
.itil-footer .answer-action:hover {
  font-weight: bold;
}
.itil-footer .action-task {
  background-color: var(--glpi-timeline-task-bg);
  color: var(--glpi-timeline-task-fg);
}
.itil-footer .action-solution {
  background-color: var(--glpi-timeline-solution-bg);
  color: var(--glpi-timeline-solution-fg);
}
.itil-footer .action-validation {
  background-color: var(--glpi-timeline-itil-content-bg);
  color: var(--glpi-timeline-itil-content-fg);
}
.itil-footer .action-document {
  background-color: var(--glpi-timeline-document-bg);
  color: var(--glpi-timeline-document-fg);
}
.itil-footer #debugajax {
  position: absolute;
  top: 10px;
  left: 50%;
}
.itil-footer .buttons-bar {
  background-color: var(--glpi-itil-secondary-bg);
}
.itil-footer .buttons-bar .form-buttons {
  background-color: inherit;
  border-left: 1px solid var(--tblr-border-color);
}
@media (max-width: 767.98px) {
  .itil-footer .buttons-bar .form-buttons {
    border-left: 0 !important;
  }
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.itil-object .status-recall {
  display: none;
}
@media (max-width: 991.98px) {
  .itil-object {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .itil-object {
    height: calc(100vh - 187px);
  }
  .itil-object .itil-left-side, .itil-object .itil-right-side {
    overflow-y: auto;
    transition: all 400ms ease;
  }
  .itil-object .itil-left-side {
    height: 100%;
    border-top: 0 !important;
    left: 0;
  }
  .itil-object .itil-right-side {
    height: calc(100% + 4px);
    position: relative;
    border: 0;
    border-left: 1px solid var(--tblr-border-color);
  }
  .itil-object .itil-right-side .accordion-item {
    background: none;
  }
  .itil-object .itil-right-side .accordion-item .accordion-button {
    background-color: var(--tblr-accordion-bg);
  }
  .itil-object .itil-right-side #heading-main-item .accordion-button.collapsed .status-recall {
    display: inline-block;
  }
  .itil-object .itil-right-side #heading-main-item .accordion-button.collapsed .item-icon {
    display: none;
  }
  .itil-object .itil-right-side .switch-panel-width {
    display: none;
  }
}
.itil-object .badge.itil-badge {
  white-space: normal;
  line-height: inherit;
  height: auto;
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
  gap: 0.5rem;
  text-transform: none;
  overflow: inherit;
}
.itil-object .badge.itil-badge .badge {
  text-transform: none;
  margin: calc(-0.25rem + 1px) -0.25rem;
}
@media (min-width: 992px) {
  #itil-object-container.right-expanded .itil-footer .collapse-panel {
    display: none;
  }
  #itil-object-container.right-collapsed .itil-left-side {
    width: calc(100% - 90px);
  }
  #itil-object-container.right-collapsed .itil-right-side {
    overflow: hidden;
    width: 90px;
  }
  #itil-object-container.right-collapsed .itil-right-side #itil-data .item-title {
    display: none;
  }
  #itil-object-container.right-collapsed .itil-right-side #itil-data .accordion-collapse {
    display: none;
  }
  #itil-object-container.right-collapsed .itil-right-side #itil-data .accordion-button::after {
    display: none;
  }
  #itil-object-container.right-collapsed .itil-right-side #itil-data .accordion-button .btn {
    display: none;
  }
  #itil-object-container.right-collapsed .itil-right-side .switch-panel-width {
    display: inline-block;
  }
  #itil-object-container.right-collapsed .itil-footer .timeline-buttons {
    flex: 1 1 auto;
  }
  #itil-object-container.right-collapsed .itil-footer .form-buttons {
    flex: inherit;
  }
  #itil-object-container.right-collapsed .itil-footer .switch-panel-width, #itil-object-container.right-collapsed .itil-footer .collapse-panel {
    display: none;
  }
}
@media (min-width: 992px) {
  .horizontal-layout .itil-object {
    height: calc(100vh - 257px);
  }
}
#itil-object-container ~ #debugajax {
  position: fixed;
  bottom: 10px;
  left: 45%;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.timeline-item {
  min-width: 65%;
}
.timeline-item .timeline-header {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.timeline-item .timeline-header .timeline-item-buttons .is-private {
  color: var(--glpi-timeline-badge-fg);
}
.timeline-item .todo-list-state {
  display: inline-block !important;
  margin-top: 1.5rem;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
.timeline-item .todo-list-state .state {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.timeline-item .todo-list-state .state.state_0 {
  background-image: url("../pics/timeline/information.png");
}
.timeline-item .todo-list-state .state.state_1 {
  cursor: pointer;
  background-image: url("../pics/timeline/todo.png");
}
.timeline-item .todo-list-state .state.state_2 {
  cursor: pointer;
  background-image: url("../pics/timeline/done.png");
}
@media (hover: hover) {
  .timeline-item .timeline-more-actions {
    visibility: hidden;
  }
  .timeline-item:hover .timeline-more-actions {
    visibility: visible;
  }
}
.timeline-item .timeline-content {
  position: relative;
  border-top-left-radius: 0;
  max-width: 820px;
  min-width: 100%;
  word-break: break-word;
  border: 1px solid transparent;
}
@media (min-width: 576px) {
  .timeline-item .timeline-content::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -14px;
    right: auto;
    top: -1px;
    bottom: auto;
    border: 7px dashed transparent;
  }
  .timeline-item .timeline-content::after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -12px;
    right: auto;
    top: 0;
    bottom: auto;
    border: 6px dashed transparent;
  }
  .timeline-item .timeline-content.t-right {
    border-top-right-radius: 0;
  }
  .timeline-item .timeline-content.t-right::before {
    left: auto;
    right: -14px;
  }
  .timeline-item .timeline-content.t-right::after {
    left: auto;
    right: -12px;
  }
}
.timeline-item.private-item .timeline-content {
  border-style: dashed;
  border-width: 3px;
}
.timeline-item.private-item .timeline-content::before {
  top: -3px;
}
.timeline-item.private-item .timeline-content::after {
  left: -7px;
}
.timeline-item.private-item .timeline-content.t-right::after {
  left: auto;
  right: -7px;
}
.timeline-item:not(.private-item) .timeline-content {
  padding: 2px;
}
.timeline-item.ITILContent .timeline-content, .timeline-item.ITILValidation .timeline-content {
  background-color: var(--glpi-timeline-itil-content-bg);
  color: var(--glpi-timeline-itil-content-fg);
  border-color: var(--glpi-timeline-itil-content-border-color);
}
.timeline-item.ITILContent .timeline-content::before, .timeline-item.ITILValidation .timeline-content::before {
  border-color: var(--glpi-timeline-itil-content-border-color) var(--glpi-timeline-itil-content-border-color) transparent transparent;
}
.timeline-item.ITILContent .timeline-content::after, .timeline-item.ITILValidation .timeline-content::after {
  border-color: var(--glpi-timeline-itil-content-bg) var(--glpi-timeline-itil-content-bg) transparent transparent;
}
.timeline-item.ITILContent .timeline-content.t-right::before, .timeline-item.ITILValidation .timeline-content.t-right::before {
  border-color: var(--glpi-timeline-itil-content-border-color) transparent transparent var(--glpi-timeline-itil-content-border-color);
}
.timeline-item.ITILContent .timeline-content.t-right::after, .timeline-item.ITILValidation .timeline-content.t-right::after {
  border-color: var(--glpi-timeline-itil-content-bg) transparent transparent var(--glpi-timeline-itil-content-bg);
}
.timeline-item.ITILFollowup .timeline-content, .timeline-item.KnowbaseItemComment .timeline-content {
  background-color: var(--glpi-timeline-fup-bg);
  color: var(--glpi-timeline-fup-fg);
  border-color: var(--glpi-timeline-fup-border-color);
  background-image: url("../pics/timeline/followup.png");
  background-repeat: no-repeat;
}
.timeline-item.ITILFollowup .timeline-content::before, .timeline-item.KnowbaseItemComment .timeline-content::before {
  border-color: var(--glpi-timeline-fup-border-color) var(--glpi-timeline-fup-border-color) transparent transparent;
}
.timeline-item.ITILFollowup .timeline-content::after, .timeline-item.KnowbaseItemComment .timeline-content::after {
  border-color: var(--glpi-timeline-fup-bg) var(--glpi-timeline-fup-bg) transparent transparent;
}
.timeline-item.ITILFollowup .timeline-content.t-right::before, .timeline-item.KnowbaseItemComment .timeline-content.t-right::before {
  border-color: var(--glpi-timeline-fup-border-color) transparent transparent var(--glpi-timeline-fup-border-color);
}
.timeline-item.ITILFollowup .timeline-content.t-right::after, .timeline-item.KnowbaseItemComment .timeline-content.t-right::after {
  border-color: var(--glpi-timeline-fup-bg) transparent transparent var(--glpi-timeline-fup-bg);
}
.timeline-item.ITILTask .timeline-content {
  background-color: var(--glpi-timeline-task-bg);
  color: var(--glpi-timeline-task-fg);
  border-color: var(--glpi-timeline-task-border-color);
  background-image: url("../pics/timeline/task.png");
  background-repeat: no-repeat;
}
.timeline-item.ITILTask .timeline-content::before {
  border-color: var(--glpi-timeline-task-border-color) var(--glpi-timeline-task-border-color) transparent transparent;
}
.timeline-item.ITILTask .timeline-content::after {
  border-color: var(--glpi-timeline-task-bg) var(--glpi-timeline-task-bg) transparent transparent;
}
.timeline-item.ITILTask .timeline-content.t-right::before {
  border-color: var(--glpi-timeline-task-border-color) transparent transparent var(--glpi-timeline-task-border-color);
}
.timeline-item.ITILTask .timeline-content.t-right::after {
  border-color: var(--glpi-timeline-task-bg) transparent transparent var(--glpi-timeline-task-bg);
}
.timeline-item.ITILSolution .timeline-content {
  background-color: var(--glpi-timeline-solution-bg);
  color: var(--glpi-timeline-solution-fg);
  border-color: var(--glpi-timeline-solution-border-color);
  border-left: 1em transparent solid;
}
.timeline-item.ITILSolution .timeline-content .solimg {
  position: absolute;
  color: rgba(66, 91, 100, 0.1);
  pointer-events: none;
}
.timeline-item.ITILSolution .timeline-content::before {
  border-color: var(--glpi-timeline-solution-border-color) var(--glpi-timeline-solution-border-color) transparent transparent;
}
.timeline-item.ITILSolution .timeline-content::after {
  border-color: var(--glpi-timeline-solution-bg) var(--glpi-timeline-solution-bg) transparent transparent;
}
.timeline-item.ITILSolution .timeline-content.t-right::before {
  border-color: var(--glpi-timeline-solution-border-color) transparent transparent var(--glpi-timeline-solution-border-color);
}
.timeline-item.ITILSolution .timeline-content.t-right::after {
  border-color: var(--glpi-timeline-solution-bg) transparent transparent var(--glpi-timeline-solution-bg);
}
.timeline-item.ITILValidation .timeline-content.waiting, .timeline-item.ITILSolution .timeline-content.waiting {
  border-left-color: #dd9d27;
}
.timeline-item.ITILValidation .timeline-content.accepted, .timeline-item.ITILSolution .timeline-content.accepted {
  border-left: 1em #348f34 solid;
}
.timeline-item.ITILValidation .timeline-content.refused, .timeline-item.ITILSolution .timeline-content.refused {
  border-left: 1em #e25050 solid;
}
.timeline-item.Document_Item .timeline-content {
  border: 0;
  box-shadow: none;
}
.timeline-item.Document_Item#new-Document_Item-block .timeline-content {
  border: 1px solid var(--glpi-timeline-document-border-color);
  box-shadow: inherit;
  color: var(--glpi-timeline-document-fg);
}
.timeline-item.Log, .timeline-item.ITILReminder {
  width: 100%;
}
.timeline-item.Log .user-part, .timeline-item.ITILReminder .user-part {
  display: none !important;
}
.timeline-item.Log .content-part, .timeline-item.ITILReminder .content-part {
  flex-direction: row-reverse !important;
  justify-content: flex-end;
  margin-left: 75px;
  margin-right: 83px;
}
.timeline-item.Log .content-part .timeline-content, .timeline-item.ITILReminder .content-part .timeline-content {
  border: 0;
  box-shadow: none;
  margin-top: 0 !important;
  flex-grow: 0 !important;
  background: transparent;
}
.timeline-item.Log .content-part .timeline-content .card-body, .timeline-item.ITILReminder .content-part .timeline-content .card-body {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}
.timeline-item.Log .content-part .timeline-content .card-body .timeline-header, .timeline-item.ITILReminder .content-part .timeline-content .card-body .timeline-header {
  margin-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.timeline-item.Log .content-part .user_link, .timeline-item.ITILReminder .content-part .user_link {
  display: none !important;
}
.timeline-item.Log .content-part .itil-date-creation, .timeline-item.ITILReminder .content-part .itil-date-creation {
  margin-left: 1rem !important;
}
.timeline-item .timeline-badges {
  margin-bottom: -0.75rem;
}
.timeline-item .timeline-badges .badge {
  display: inline-flex;
  font-size: 0.625rem;
  min-height: 1.25rem;
  height: auto;
  align-items: flex-start;
  vertical-align: middle;
  border: 1px solid transparent;
  display: inline-block;
}
.timeline-item .timeline-badges .badge .badge {
  min-height: 100%;
  margin: -0.25rem -0.25rem -0.25rem 0.5rem;
}
.timeline-item .timeline-badges .badge .badge a {
  color: inherit;
}
.timeline-item .sub-documents {
  max-width: 820px;
  min-width: 100%;
}
.timeline-item .sub-documents .pswp-horizontal-gallery {
  flex-wrap: wrap;
}
#new-itilobject-form {
  width: 100%;
}
#new-itilobject-form .timeline-item.ITILSolution .timeline-content {
  border-left: 1px solid transparent;
}
.filter-timeline-popover .form-check .form-check-input:checked {
  background-color: var(--glpi-timeline-fup-bg);
  border-color: var(--glpi-timeline-fup-border-color);
}
.filter-timeline-popover .form-check.ITILContent .form-check-input:checked, .filter-timeline-popover .form-check.ITILValidation .form-check-input:checked {
  background-color: var(--glpi-timeline-itil-content-bg);
  border-color: var(--glpi-timeline-itil-content-border-color);
}
.filter-timeline-popover .form-check.ITILTask .form-check-input:checked {
  background-color: var(--glpi-timeline-task-bg);
  border-color: var(--glpi-timeline-task-border-color);
}
.filter-timeline-popover .form-check.ITILSolution .form-check-input:checked {
  background-color: var(--glpi-timeline-solution-bg);
  border-color: var(--glpi-timeline-solution-border-color);
}
.timeline-todo-list .itil-left-side {
  padding-right: 0.4rem !important;
  transition: none;
}
.timeline-todo-list .itil-left-side .timeline-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  width: 99.9%;
  transition: all 200ms ease;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILContent, .timeline-todo-list .itil-left-side .timeline-item.ITILSolution, .timeline-todo-list .itil-left-side .timeline-item.ITILFollowup, .timeline-todo-list .itil-left-side .timeline-item.ITILTask.info, .timeline-todo-list .itil-left-side .timeline-item.Document_Item, .timeline-todo-list .itil-left-side .timeline-item.Log, .timeline-todo-list .itil-left-side .timeline-item.KnowbaseItemComment {
  display: none;
}
.timeline-todo-list .itil-left-side .timeline-item.tasks-title {
  order: 1;
  display: block !important;
}
.timeline-todo-list .itil-left-side .timeline-item.timeline_stats {
  order: 2;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILTask {
  order: 3;
}
.timeline-todo-list .itil-left-side .timeline-item.validations-title {
  order: 4;
  display: block !important;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded) {
  order: 5;
  padding-left: 23px;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded) ~ .ITILValidation {
  margin-top: 0;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded).validation-answer, .timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded).validation-accepted, .timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded).validation-refused {
  display: none;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded) hr, .timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded) .comment-part, .timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded) .validation-label {
  display: none;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded) .validation-footer {
  position: absolute;
  left: -45px;
  display: none;
  flex-direction: column;
  top: 3px;
  width: 30px;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded) .validation-footer .btn {
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 2px;
  margin-bottom: 0.3rem;
}
.timeline-todo-list .itil-left-side .timeline-item.ITILValidation:not(.expanded) .validation-footer .btn:not(:hover) {
  border-color: transparent;
}
.timeline-todo-list .itil-left-side .timeline-item:hover.ITILValidation .validation-footer {
  display: flex;
}
.timeline-todo-list .itil-left-side .timeline-item .todo-list-state {
  order: inherit !important;
  margin-left: 0.5rem !important;
}
.timeline-todo-list .itil-left-side .timeline-item .creator, .timeline-todo-list .itil-left-side .timeline-item .user-part {
  display: none !important;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part {
  flex-direction: row-reverse !important;
  flex-wrap: wrap;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-item-buttons {
  flex-direction: column;
  margin-top: 1rem;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-item-buttons .is-private {
  display: none;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-content {
  border-radius: 0;
  max-width: initial;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-content .card-body {
  padding: 0.5rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-content .card-body .read-only-content .state {
  display: none;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-content .card-body .read-only-content .text-content {
  max-height: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-content .card-body .read-only-content.done {
  text-decoration: line-through;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-content::before, .timeline-todo-list .itil-left-side .timeline-item .content-part .timeline-content::after {
  display: none;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .sub-documents {
  width: 100%;
}
.timeline-todo-list .itil-left-side .timeline-item .content-part .sub-documents .list-group-item {
  width: max-content;
}
.timeline-todo-list .main-actions, .timeline-todo-list .open-timeline-filter-popover {
  display: none;
}
.timeline-todo-list .timeline_stats, .timeline-todo-list .todo-list-tooltip {
  display: block;
}
.timeline_stats, .todo-list-tooltip {
  display: none;
}
ul.legacy-timeline-actions {
  padding-left: 5px;
  list-style: none;
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  top: -3px;
}
ul.legacy-timeline-actions li {
  display: inline;
  margin-left: 5px;
  border-radius: 5px;
  padding: 5px;
}
ul.legacy-timeline-actions li i {
  padding-right: 1em;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.actor-field.select2-selection .select2-selection__rendered {
  direction: ltr;
}
.actor_entry .edit-notify-user {
  margin-top: -0.15rem;
}
.actor_entry .assign_infos a {
  color: inherit;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.dates_timelines {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}
.dates_timelines ul {
  position: relative;
}
.dates_timelines ul::before {
  content: "";
  position: absolute;
  top: 23px;
  bottom: 23px;
  left: 170px;
  width: 3px;
  background-color: #a8a8a8;
}
.dates_timelines li {
  margin: 35px 0;
  display: block;
}
.dates_timelines time {
  height: 30px;
  position: absolute;
  left: 0;
  text-align: right;
  width: 145px;
  color: #999;
}
.dates_timelines .dot {
  position: absolute;
  left: 160px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #696969;
  box-sizing: content-box;
}
.dates_timelines .dot::before {
  color: #929292;
  font: var(--fa-font-solid);
  padding-left: 3px;
}
.dates_timelines .now {
  font-weight: bold;
  color: inherit !important;
}
.dates_timelines .now time {
  font-weight: bold;
  color: inherit !important;
}
.dates_timelines .now .dot {
  background-color: #49baf6;
  border-color: #4a9bc5;
}
.dates_timelines .creation .dot {
  border: 0;
  font-size: 15px;
  height: 18px;
  left: 161px;
}
.dates_timelines .creation .dot::before {
  content: "*";
}
.dates_timelines .passed time, .dates_timelines .passed label {
  border-color: #ff0014;
  color: #ff0014;
}
.dates_timelines .passed .dot {
  border-color: #ff0014;
  color: #ff0014;
}
.dates_timelines .passed .dot::before {
  content: "!";
  padding-left: 8px;
  color: #e54e5a;
}
.dates_timelines .checked .dot::before {
  content: "";
}
.dates_timelines .end .dot {
  border: 0;
  font-size: 15px;
  left: 163px;
}
.dates_timelines .end .dot::before {
  content: "";
}
.dates_timelines label {
  position: absolute;
  left: 190px;
  text-align: right;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.itilstatus.assigned, .itilstatus.new, .validationstatus.assigned, .validationstatus.new {
  color: #49bf4d;
}
.itilstatus.accepted, .validationstatus.accepted {
  color: green;
}
.itilstatus.refused, .validationstatus.refused {
  color: #a72f00;
}
.itilstatus.test, .itilstatus.qualif, .itilstatus.waiting, .validationstatus.test, .validationstatus.qualif, .validationstatus.waiting {
  color: orange;
}
.itilstatus.approval, .validationstatus.approval {
  color: #8cabdb;
}
.itilstatus.eval, .validationstatus.eval {
  color: lightblue;
}
.itilstatus.closed, .itilstatus.solved, .itilstatus.observe, .itilstatus.canceled, .validationstatus.closed, .validationstatus.solved, .validationstatus.observe, .validationstatus.canceled {
  color: black;
}
.itilstatus.planned, .validationstatus.planned {
  color: #1b2f62;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.dropdowns-list .accordion-item {
  background-color: transparent;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.form-check-input[name="as_map"]:checked {
  background-color: var(--tblr-info);
}
.form-check-input[name="is_deleted"]:checked {
  background-color: var(--tblr-danger);
}
.search-no-forced-height .search-container {
  height: unset !important;
}
@media (min-width: 992px) {
  .search_page {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .search_page .search-container {
    overflow: auto;
    height: calc(100vh - var(--glpi-contextbar-height) - var(--glpi-content-margin));
    padding: 0;
    margin-left: calc(var(--tblr-gutter-x) / 2);
    margin-right: calc(var(--tblr-gutter-x) / 2);
    width: 100%;
  }
  .search_page .search-container.disable-overflow-y {
    height: auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .search_page .search-container .dashboard-card {
    position: sticky;
    left: 0;
  }
}
@media (min-width: 992px) {
  .search_page .search-container .search-form-container {
    position: sticky;
    left: 0;
  }
}
.search_page .search-container .search-form-container .search-form, .search_page .search-container .search-form-container .sort-container {
  background-color: var(--glpi-search-bg);
  color: var(--glpi-search-fg);
  border-color: var(--glpi-search-border-color);
  max-height: 60vh;
  overflow-y: auto;
}
.search_page .search-container .search-form-container .search-form .select2-container, .search_page .search-container .search-form-container .sort-container .select2-container {
  min-width: 58px;
}
.search_page .search-container .search-form-container .search-form .sub_criteria, .search_page .search-container .search-form-container .sort-container .sub_criteria {
  background-color: color-mix(in srgb, var(--glpi-search-bg), black 1%);
}
.search_page .search-container .search-form-container .search-form .search_actions, .search_page .search-container .search-form-container .search-form .sort_actions, .search_page .search-container .search-form-container .sort-container .search_actions, .search_page .search-container .search-form-container .sort-container .sort_actions {
  position: sticky;
  bottom: 0;
}
.search_page .search-container .search-card {
  display: grid;
  min-width: 100%;
  width: fit-content;
}
.search_page .search-container .search-card .massiveactions-control {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  z-index: 1022 !important;
}
.search_page .search-container .search-card .search-header {
  grid-column: 1;
  grid-row: 1;
  height: 45px;
  border-bottom: 0;
  position: sticky;
  top: -1px;
  left: 0;
  background-color: inherit;
  border-radius: var(--tblr-border-radius);
  z-index: 1021;
}
.search_page .search-container .search-card .search-header .search-controls {
  width: 100%;
}
.search_page .search-container .search-card .search-header .search-controls .primary-controls {
  position: sticky;
  left: 18px;
}
.search_page .search-container .search-card .search-header .search-controls .btn-active-search {
  background-color: #cff5d1;
  color: #4d4d4d;
}
.search_page .search-container .search-card .search-header .search-controls .btn-active-sort {
  background-color: #ffe0cc;
  color: #4d4d4d;
}
.search_page .search-container .search-card .search-header .search-controls .secondary-controls {
  position: sticky;
  right: 23px;
}
@media (max-width: 991.98px) {
  .search_page .search-container .search-card .search-header .search-controls .secondary-controls {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .search_page .search-container .search-card .table-responsive-lg {
    max-width: calc(100vw - 2rem);
  }
}
.search_page .search-container .search-card .search-results {
  border-collapse: separate;
  border-spacing: 0;
}
.search_page .search-container .search-card .search-results a {
  font-weight: 500;
}
@media (min-width: 992px) {
  .search_page .search-container .search-card .search-results thead:first-child th {
    z-index: 1020;
    position: sticky;
    top: 44px;
    border: 1px solid var(--tblr-border-color);
    border-left: 0;
    border-right: 0;
    min-width: max-content;
    vertical-align: top;
  }
}
@media (max-width: 1899.98px) {
  .search_page .search-container .search-card .search-results {
    font-size: 0.75rem;
  }
  .search_page .search-container .search-card .search-results > :not(caption) > * > * {
    padding: 0.25rem;
  }
}
.search_page .search-container .search-card .search-results.deleted-results {
  color: #380d0d;
}
.search_page .search-container .search-card .search-footer {
  position: sticky;
  bottom: 0;
}
@media (min-width: 992px) {
  .search_page .search-container .search-card .search-footer .search-pager .search-limit {
    position: sticky;
    left: 22px;
  }
  .search_page .search-container .search-card .search-footer .search-pager .page-infos {
    position: sticky;
    left: 250px;
    right: 270px;
  }
  .search_page .search-container .search-card .search-footer .search-pager .pagination {
    position: sticky;
    right: 22px;
  }
}
.search_page .search-container div.spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #80808033;
  z-index: 20;
}
.search_page .search-container div.spinner-overlay div.spinner-border {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  border-width: 4px;
}
@media (min-width: 992px) {
  body.horizontal-layout .search_page:not(.search_page_global) .search-container {
    height: calc(100vh - var(--glpi-topbar-height) - var(--glpi-contextbar-height) - var(--glpi-content-margin));
  }
}
@media (min-width: 992px) {
  body.horizontal-layout .search_page_global {
    height: calc(100vh - var(--glpi-topbar-height) - var(--glpi-contextbar-height) - var(--glpi-content-margin));
  }
}
.badge_block {
  white-space: nowrap;
  border: 1px solid transparent;
  padding-right: 6px;
  border-radius: 2px;
  display: flex;
}
.badge_block span {
  width: 20px;
}
table.search-results thead th[data-searchopt-id][data-nosort] {
  vertical-align: bottom !important;
}
table.search-results thead th[data-searchopt-id]:not([data-searchopt-id=""]):not([data-nosort]) {
  cursor: pointer;
}
table.search-results thead th[data-searchopt-id]:not([data-searchopt-id=""]):not([data-nosort]) .sort-indicator {
  vertical-align: super;
  font-size: 1.2em;
  white-space: nowrap;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
textarea:not(.form-control), input:not(.submit):not(.form-control):not([type=submit]):not([type=color]):not([type=reset]):not([type=checkbox]):not([type=radio]):not(.select2-search__field):not(.numInput):not(.tox-textfield) {
  color: var(--tblr-body-color);
  background-color: var(--tblr-bg-forms);
  background-clip: padding-box;
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
}
textarea:not(.form-control):focus, input:not(.submit):not(.form-control):not([type=submit]):not([type=color]):not([type=reset]):not([type=checkbox]):not([type=radio]):not(.select2-search__field):not(.numInput):not(.tox-textfield):focus {
  border-color: color-mix(in srgb, var(--tblr-primary), white 50%);
}
textarea:not(.form-control):required:not(:valid), input:not(.submit):not(.form-control):not([type=submit]):not([type=color]):not([type=reset]):not([type=checkbox]):not([type=radio]):not(.select2-search__field):not(.numInput):not(.tox-textfield):required:not(:valid) {
  border: 1px rgba(255, 0, 0, 0.6) solid !important;
  border-left-width: 3px !important;
}
select:not(.form-select) {
  font-size: 1rem;
  color: var(--tblr-body-color);
  background-color: var(--tblr-bg-forms);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='var(--tblr-gray-800)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  appearance: none;
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
}
select:not(.form-select):focus {
  border-color: color-mix(in srgb, var(--tblr-primary), white 50%);
  outline: 0;
}
select:not(.form-select)[multiple], select:not(.form-select)[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
select:not(.form-select):disabled {
  background-color: var(--tblr-secondary-bg);
}
input.submit, .vsubmit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: var(--tblr-primary);
  color: var(--tblr-primary-fg);
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: 4px;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}
input.submit:hover, .vsubmit:hover {
  background: color-mix(in srgb, var(--tblr-primary), black 10%);
  border-color: var(--tblr-primary);
}
input.submit.disabled, .vsubmit.disabled {
  cursor: not-allowed;
}
input.submit:focus:not([disabled]):not(.disabled), .vsubmit:focus:not([disabled]):not(.disabled) {
  border-color: var(--tblr-primary);
}
.form-control.warn {
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}
.form-control.not_expired {
  border-color: #a1cf66 !important;
  background-color: rgba(6, 255, 0, 0.1) !important;
}
.form-control.soon_expired {
  border-color: #de5d06 !important;
  background-color: rgba(255, 184, 0, 0.1) !important;
}
.form-control.expired {
  border-color: #d63939 !important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/* ################--------------- GLPI CSS style   ---------------#################### */
.qtip {
  max-width: none;
}
.qtip .qtip-content {
  max-height: 250px;
  max-width: 400px;
  overflow: auto;
}
/* Apply legacy styles to main content (#page) and elements that are inserted directly in body (modals, tooltips, ...) */
#page, .qtip, .modal .modal-body {
  /* ################--------------- Tabs ---------------#################### */
  /* ################--------------- form ---------------#################### */
  /* ################--------------- Layout  ---------------#################### */
  /* ################--------------- Table  ---------------#################### */
  /* Table Hover Effects */
  /* ################--------------- Pager  ---------------#################### */
  /* ################--------------- Tracking  / Reminder ---------------#################### */
  /* ################--------------- User Picture ---------------#################### */
  /* ################--------------- Espacement des blocs ---------------#################### */
  /* ################--------------- Calendrier  / reservation ---------------#################### */
  /* ################--------------- Knowledge FAQ  ---------------#################### */
  /* ################--------------- Notepad  ---------------#################### */
  /* ################--------------- DB Slave---------------#################### */
  /* ################--------------- Debug  ---------------#################### */
  /** QUEUEMAIL **/
  /** Badges */
  /** End badges */
  /* Primary color elements (white on blue BG) designed to be overridden from palettes */
  /** Fixes for Font Awesome 5 icons not showing at all or
   with incorrect shading in some cases */
  /** Custom CSS form */
  /** objectlock message */
  /* Styles for update page */
  /* /Styles for update page */
  /* Flex horizontal forms */
  /** style for relations **/
  /** /style for relations **/
  /** charts styles fix **/
}
#page .starthidden, .qtip .starthidden, .modal .modal-body .starthidden {
  display: none;
}
#page img, .qtip img, .modal .modal-body img {
  border: 0;
}
#page .big, .qtip .big, .modal .modal-body .big {
  font-size: 14px;
}
#page .b, .qtip .b, .modal .modal-body .b {
  font-weight: 600;
}
#page .center, .qtip .center, .modal .modal-body .center {
  text-align: center;
}
#page .left, .qtip .left, .modal .modal-body .left {
  text-align: left;
}
#page .right, .qtip .right, .modal .modal-body .right {
  text-align: right !important;
}
#page .center-h, .qtip .center-h, .modal .modal-body .center-h {
  margin: auto;
}
#page .middle, .qtip .middle, .modal .modal-body .middle {
  vertical-align: middle;
}
#page .top, .qtip .top, .modal .modal-body .top {
  vertical-align: top;
}
#page .relative, .qtip .relative, .modal .modal-body .relative {
  position: relative;
}
#page .red, .qtip .red, .modal .modal-body .red {
  color: red;
}
#page .blue, .qtip .blue, .modal .modal-body .blue {
  color: blue;
}
#page .green, .qtip .green, .modal .modal-body .green {
  color: green;
}
#page .yellow, .qtip .yellow, .modal .modal-body .yellow {
  color: yellow;
}
#page .deleted, .qtip .deleted, .modal .modal-body .deleted {
  background-color: #cf9b9b;
}
#page .separ, .qtip .separ, .modal .modal-body .separ {
  clear: both;
  visibility: hidden;
}
#page a.target-deleted, .qtip a.target-deleted, .modal .modal-body a.target-deleted {
  text-decoration: line-through;
}
#page .pointer, .qtip .pointer, .modal .modal-body .pointer {
  cursor: pointer;
}
#page .grab, .qtip .grab, .modal .modal-body .grab {
  cursor: grab;
}
#page .invisible, #page .tooltip-invisible, .qtip .invisible, .qtip .tooltip-invisible, .modal .modal-body .invisible, .modal .modal-body .tooltip-invisible {
  display: none;
}
#page .tab_cadre_fixe .select2-container .select2-selection.select2-selection--single, .qtip .tab_cadre_fixe .select2-container .select2-selection.select2-selection--single, .modal .modal-body .tab_cadre_fixe .select2-container .select2-selection.select2-selection--single {
  max-width: 270px;
}
#page .alltab, .qtip .alltab, .modal .modal-body .alltab {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
#page .tox-tinymce.required, .qtip .tox-tinymce.required, .modal .modal-body .tox-tinymce.required {
  border: 1px rgba(255, 0, 0, 0.6) solid !important;
  border-left-width: 3px !important;
}
#page span.required, .qtip span.required, .modal .modal-body span.required {
  color: red;
  margin-left: 0.2em;
}
#page .no-wrap, .qtip .no-wrap, .modal .modal-body .no-wrap {
  white-space: nowrap;
}
#page .subheader .box, .qtip .subheader .box, .modal .modal-body .subheader .box {
  background-color: #D0D0D0;
  border: 0;
}
#page input[type="image"], .qtip input[type="image"], .modal .modal-body input[type="image"] {
  height: auto;
  background-color: transparent;
  border: 0;
}
#page .submit[type=reset], .qtip .submit[type=reset], .modal .modal-body .submit[type=reset] {
  background-color: transparent;
  margin-left: 0.5em;
}
#page .pointer, .qtip .pointer, .modal .modal-body .pointer {
  opacity: 0.7;
}
#page .pointer:hover, .qtip .pointer:hover, .modal .modal-body .pointer:hover {
  opacity: 1;
}
#page .pointer.disabled, .qtip .pointer.disabled, .modal .modal-body .pointer.disabled {
  opacity: 0.3;
}
#page .pointer.disabled:hover, .qtip .pointer.disabled:hover, .modal .modal-body .pointer.disabled:hover {
  opacity: 0.3;
}
#page .protected, .qtip .protected, .modal .modal-body .protected {
  padding-right: 50px;
}
#page .disclosablefield, .qtip .disclosablefield, .modal .modal-body .disclosablefield {
  position: relative;
}
#page .disclosablefield span, .qtip .disclosablefield span, .modal .modal-body .disclosablefield span {
  position: absolute;
  right: 0;
  top: 0;
}
#page .headerRow th > .fa, #page .headerRow th > .far, #page .headerRow th > .fa-regular, #page .headerRow th > .fas, #page .headerRow th > .fa-solid, #page .headerRow th > button, .qtip .headerRow th > .fa, .qtip .headerRow th > .far, .qtip .headerRow th > .fa-regular, .qtip .headerRow th > .fas, .qtip .headerRow th > .fa-solid, .qtip .headerRow th > button, .modal .modal-body .headerRow th > .fa, .modal .modal-body .headerRow th > .far, .modal .modal-body .headerRow th > .fa-regular, .modal .modal-body .headerRow th > .fas, .modal .modal-body .headerRow th > .fa-solid, .modal .modal-body .headerRow th > button {
  margin-left: 8px;
  vertical-align: middle;
}
#page .planning_classic_card .field, .qtip .planning_classic_card .field, .modal .modal-body .planning_classic_card .field {
  display: table-row;
  padding: 5px;
}
#page .planning_classic_card .field label, .qtip .planning_classic_card .field label, .modal .modal-body .planning_classic_card .field label {
  display: table-cell;
  padding: 10px 5px;
}
#page .planning_classic_card .field label ~ div, .qtip .planning_classic_card .field label ~ div, .modal .modal-body .planning_classic_card .field label ~ div {
  display: table-cell;
}
#page .tab_cadre, #page .tab_cadre_fixehov, #page .tab_cadrehov, #page .tab_cadre th, #page .tab_cadre_fixe th, #page .tab_cadre_fixehov th, #page .tab_cadrehov th, #page h2.header, .qtip .tab_cadre, .qtip .tab_cadre_fixehov, .qtip .tab_cadrehov, .qtip .tab_cadre th, .qtip .tab_cadre_fixe th, .qtip .tab_cadre_fixehov th, .qtip .tab_cadrehov th, .qtip h2.header, .modal .modal-body .tab_cadre, .modal .modal-body .tab_cadre_fixehov, .modal .modal-body .tab_cadrehov, .modal .modal-body .tab_cadre th, .modal .modal-body .tab_cadre_fixe th, .modal .modal-body .tab_cadre_fixehov th, .modal .modal-body .tab_cadrehov th, .modal .modal-body h2.header {
  background-color: var(--tblr-bg-surface);
  color: var(--tblr-body-color);
}
#page .tab_glpi, .qtip .tab_glpi, .modal .modal-body .tab_glpi {
  margin: 0 auto;
}
#page .tab_cadre, .qtip .tab_cadre, .modal .modal-body .tab_cadre {
  margin: 0 auto;
  z-index: 1;
  text-align: left;
  border-spacing: 0;
}
#page .tab_cadre_central, .qtip .tab_cadre_central, .modal .modal-body .tab_cadre_central {
  margin: 0 auto;
  z-index: 1;
  text-align: left;
  width: 90%;
}
#page .tab_cadre_fixe, .qtip .tab_cadre_fixe, .modal .modal-body .tab_cadre_fixe {
  margin: 0px auto 5px auto;
  z-index: 1;
  text-align: left;
  width: 100%;
  border-spacing: 0;
}
#page .tab_cadre_fixehov, .qtip .tab_cadre_fixehov, .modal .modal-body .tab_cadre_fixehov {
  margin: 0px auto 5px auto;
  z-index: 1;
  text-align: left;
  width: 100%;
  border-spacing: 0;
}
#page .tab_cadre_fixe img, .qtip .tab_cadre_fixe img, .modal .modal-body .tab_cadre_fixe img {
  vertical-align: middle;
}
#page .tab_cadrehov, .qtip .tab_cadrehov, .modal .modal-body .tab_cadrehov {
  margin: 10px auto;
  border: 0;
  text-align: left;
  width: 95%;
  border-spacing: 0;
}
#page .tab_cadre th, #page .tab_cadre_fixe th, #page .tab_cadre_fixehov th, #page .tab_cadrehov th, #page h2.header, .qtip .tab_cadre th, .qtip .tab_cadre_fixe th, .qtip .tab_cadre_fixehov th, .qtip .tab_cadrehov th, .qtip h2.header, .modal .modal-body .tab_cadre th, .modal .modal-body .tab_cadre_fixe th, .modal .modal-body .tab_cadre_fixehov th, .modal .modal-body .tab_cadrehov th, .modal .modal-body h2.header {
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  padding: 2px;
  border-radius: 0;
  margin: 0;
  font-size: 1.1em;
  padding: 10px 5px;
}
#page .tab_spaced, .qtip .tab_spaced, .modal .modal-body .tab_spaced {
  border-collapse: separate;
  border-spacing: 3px;
}
#page .tab_cadre_fixehov th, #page .tab_cadrehov th, .qtip .tab_cadre_fixehov th, .qtip .tab_cadrehov th, .modal .modal-body .tab_cadre_fixehov th, .modal .modal-body .tab_cadrehov th {
  background-color: #F8F8F8;
  color: #2E2E2E;
  border-bottom: 1px solid var(--tblr-border-color);
}
#page .tab_cadre_fixehov td, #page .tab_cadrehov td, .qtip .tab_cadre_fixehov td, .qtip .tab_cadrehov td, .modal .modal-body .tab_cadre_fixehov td, .modal .modal-body .tab_cadrehov td {
  padding: 8px 5px;
}
#page .tab_cadre td, #page .tab_cadre_fixe td, .qtip .tab_cadre td, .qtip .tab_cadre_fixe td, .modal .modal-body .tab_cadre td, .modal .modal-body .tab_cadre_fixe td {
  padding: 5px;
}
#page .tab_cadre td, #page .tab_cadre_fixehov td, .qtip .tab_cadre td, .qtip .tab_cadre_fixehov td, .modal .modal-body .tab_cadre td, .modal .modal-body .tab_cadre_fixehov td {
  border-bottom: 1px solid var(--tblr-border-color);
}
#page .tab_cadrehov td, .qtip .tab_cadrehov td, .modal .modal-body .tab_cadrehov td {
  border-bottom: 1px solid var(--tblr-border-color);
}
#page .tab_cadrehov th.headHover, #page .tab_cadre_fixehov th.headHover, #page .tab_cadrehov td.columnHover, #page .tab_cadre_fixehov td.columnHover, #page .tab_cadrehov tr.rowHover, #page .tab_cadrehov td.rowHover, #page .tab_cadre_fixehov tr.rowHover, #page .tab_cadre_fixehov td.rowHover, .qtip .tab_cadrehov th.headHover, .qtip .tab_cadre_fixehov th.headHover, .qtip .tab_cadrehov td.columnHover, .qtip .tab_cadre_fixehov td.columnHover, .qtip .tab_cadrehov tr.rowHover, .qtip .tab_cadrehov td.rowHover, .qtip .tab_cadre_fixehov tr.rowHover, .qtip .tab_cadre_fixehov td.rowHover, .modal .modal-body .tab_cadrehov th.headHover, .modal .modal-body .tab_cadre_fixehov th.headHover, .modal .modal-body .tab_cadrehov td.columnHover, .modal .modal-body .tab_cadre_fixehov td.columnHover, .modal .modal-body .tab_cadrehov tr.rowHover, .modal .modal-body .tab_cadrehov td.rowHover, .modal .modal-body .tab_cadre_fixehov tr.rowHover, .modal .modal-body .tab_cadre_fixehov td.rowHover {
  background-color: #F3F3F3;
}
#page .tab_format, .qtip .tab_format, .modal .modal-body .tab_format {
  padding: 0px;
  width: 100%;
  margin: 0px;
  border: 0px;
  border-collapse: collapse;
}
#page .tab_format td, .qtip .tab_format td, .modal .modal-body .tab_format td {
  padding: 1px;
  margin: 0px;
}
#page .tab_bg_1_2, .qtip .tab_bg_1_2, .modal .modal-body .tab_bg_1_2 {
  background-color: #cf9b9b;
  color: var(--tblr-dark);
}
#page .tab_bg_2_2, .qtip .tab_bg_2_2, .modal .modal-body .tab_bg_2_2 {
  background-color: #cf9b9b;
  color: var(--tblr-dark);
}
#page .tab_date, .qtip .tab_date, .modal .modal-body .tab_date {
  white-space: nowrap;
}
#page .central, .qtip .central, .modal .modal-body .central {
  padding-top: 15px;
  width: 100%;
}
#page .central table, .qtip .central table, .modal .modal-body .central table {
  margin-bottom: 5px;
}
#page .central .tab_cadre_fixehov th, #page .central .tab_cadrehov th, .qtip .central .tab_cadre_fixehov th, .qtip .central .tab_cadrehov th, .modal .modal-body .central .tab_cadre_fixehov th, .modal .modal-body .central .tab_cadrehov th {
  background-color: #F1F0F0;
}
#page td.numeric, #page th.numeric, .qtip td.numeric, .qtip th.numeric, .modal .modal-body td.numeric, .modal .modal-body th.numeric {
  text-align: right;
}
#page td.htmltable_upper_separation_cell, #page th.htmltable_upper_separation_cell, .qtip td.htmltable_upper_separation_cell, .qtip th.htmltable_upper_separation_cell, .modal .modal-body td.htmltable_upper_separation_cell, .modal .modal-body th.htmltable_upper_separation_cell {
  border-top: dashed 1px #a0a0a0;
}
#page td.subheader, #page th.subheader, .qtip td.subheader, .qtip th.subheader, .modal .modal-body td.subheader, .modal .modal-body th.subheader {
  background-color: var(--glpi-form-header-bg);
  color: var(--glpi-form-header-fg);
  text-align: center;
  font-weight: bold;
}
#page td.subheader.left, #page th.subheader.left, .qtip td.subheader.left, .qtip th.subheader.left, .modal .modal-body td.subheader.left, .modal .modal-body th.subheader.left {
  text-align: left !important;
}
#page .order_DESC:before, .qtip .order_DESC:before, .modal .modal-body .order_DESC:before {
  content: "▼";
  color: #B3B3B3;
  font-size: 0.8em;
  padding-right: 5px;
  vertical-align: 1px;
}
#page .order_ASC:before, .qtip .order_ASC:before, .modal .modal-body .order_ASC:before {
  content: "▲";
  color: #B3B3B3;
  font-size: 0.8em;
  padding-right: 5px;
  vertical-align: 1px;
}
#page .tab_cadre_pager, .qtip .tab_cadre_pager, .modal .modal-body .tab_cadre_pager {
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  border-collapse: collapse;
  margin-top: 15px;
}
#page .tab_cadre_pager tr, #page .tab_cadre_pager td, .qtip .tab_cadre_pager tr, .qtip .tab_cadre_pager td, .modal .modal-body .tab_cadre_pager tr, .modal .modal-body .tab_cadre_pager td {
  background-color: inherit;
}
#page .tab_cadre_pager select, #page .tab_cadre_pager span, #page .tab_cadre_pager form, .qtip .tab_cadre_pager select, .qtip .tab_cadre_pager span, .qtip .tab_cadre_pager form, .modal .modal-body .tab_cadre_pager select, .modal .modal-body .tab_cadre_pager span, .modal .modal-body .tab_cadre_pager form {
  font-size: 10px;
  margin: 0;
}
#page .tab_cadre_pager input, .qtip .tab_cadre_pager input, .modal .modal-body .tab_cadre_pager input {
  vertical-align: middle;
}
#page .tab_cadre_pager th, .qtip .tab_cadre_pager th, .modal .modal-body .tab_cadre_pager th {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
#page .navigationheader, #page div.objectlockmessage, #page .qtip div.objectlockmessage, .qtip #page div.objectlockmessage, #page .modal .modal-body div.objectlockmessage, .modal .modal-body #page div.objectlockmessage, .qtip .navigationheader, .qtip div.objectlockmessage, .qtip .modal .modal-body div.objectlockmessage, .modal .modal-body .qtip div.objectlockmessage, .modal .modal-body .navigationheader, .modal .modal-body div.objectlockmessage {
  padding: 7px 10px;
  display: flex;
}
#page .navigationheader form, #page div.objectlockmessage form, #page .qtip div.objectlockmessage form, .qtip #page div.objectlockmessage form, #page .modal .modal-body div.objectlockmessage form, .modal .modal-body #page div.objectlockmessage form, .qtip .navigationheader form, .qtip div.objectlockmessage form, .qtip .modal .modal-body div.objectlockmessage form, .modal .modal-body .qtip div.objectlockmessage form, .modal .modal-body .navigationheader form, .modal .modal-body div.objectlockmessage form {
  display: inline-block;
  margin-bottom: 0;
}
#page .navigationheader .center, #page div.objectlockmessage .center, #page .qtip div.objectlockmessage .center, .qtip #page div.objectlockmessage .center, #page .modal .modal-body div.objectlockmessage .center, .modal .modal-body #page div.objectlockmessage .center, .qtip .navigationheader .center, .qtip div.objectlockmessage .center, .qtip .modal .modal-body div.objectlockmessage .center, .modal .modal-body .qtip div.objectlockmessage .center, .modal .modal-body .navigationheader .center, .modal .modal-body div.objectlockmessage .center {
  margin: 0 auto;
}
#page .navigationheader .nav_title, #page div.objectlockmessage .nav_title, #page .qtip div.objectlockmessage .nav_title, .qtip #page div.objectlockmessage .nav_title, #page .modal .modal-body div.objectlockmessage .nav_title, .modal .modal-body #page div.objectlockmessage .nav_title, .qtip .navigationheader .nav_title, .qtip div.objectlockmessage .nav_title, .qtip .modal .modal-body div.objectlockmessage .nav_title, .modal .modal-body .qtip div.objectlockmessage .nav_title, .modal .modal-body .navigationheader .nav_title, .modal .modal-body div.objectlockmessage .nav_title {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#page .showplan, .qtip .showplan, .modal .modal-body .showplan {
  font-weight: bold;
  text-decoration: none;
  color: #4A8865;
  cursor: pointer;
}
#page .tooltip, .qtip .tooltip, .modal .modal-body .tooltip {
  font-size: 11px !important;
}
#page .tooltip:contains(img), .qtip .tooltip:contains(img), .modal .modal-body .tooltip:contains(img) {
  white-space: nowrap;
  height: 100px !important;
  border: 10px solid red;
}
#page .tooltip_picture_border, .qtip .tooltip_picture_border, .modal .modal-body .tooltip_picture_border {
  padding: 2px;
  border-radius: 51px;
  border: 5px inset #D0D99D;
  _border: 3px solid #D0D99D;
  width: 72px;
  height: 72px;
  position: absolute;
}
#page .tooltip_picture, .qtip .tooltip_picture, .modal .modal-body .tooltip_picture {
  width: 71px;
  height: 71px;
  border-radius: 50px;
}
#page .tooltip_text, .qtip .tooltip_text, .modal .modal-body .tooltip_text {
  margin-left: 90px;
  min-height: 85px;
}
#page .user_picture, .qtip .user_picture, .modal .modal-body .user_picture {
  margin: 0 auto;
  width: 230px;
  height: 230px;
  border-radius: 5px;
}
#page .user_picture_small, .qtip .user_picture_small, .modal .modal-body .user_picture_small {
  margin: 0 auto;
  width: 71px;
  height: 71px;
  border-radius: 5px;
}
#page .user_picture_verysmall, .qtip .user_picture_verysmall, .modal .modal-body .user_picture_verysmall {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}
#page img.picture_square, .qtip img.picture_square, .modal .modal-body img.picture_square {
  box-shadow: 0px 1px 1px #999;
}
#page .spaced, .qtip .spaced, .modal .modal-body .spaced {
  margin-bottom: 15px;
}
#page .firstbloc, .qtip .firstbloc, .modal .modal-body .firstbloc {
  margin: 10px 0 20px 0;
}
#page .slt, #page #refresh_planning, .qtip .slt, .qtip #refresh_planning, .modal .modal-body .slt, .modal .modal-body #refresh_planning {
  border: none;
  background: none;
  padding: 0;
  font-size: 1.2em !important;
}
#page .fc .fc-toolbar > * > *, .qtip .fc .fc-toolbar > * > *, .modal .modal-body .fc .fc-toolbar > * > * {
  float: none;
  display: inline-block;
}
#page #kbanswer h1:target, #page #kbanswer h2:target, #page #kbanswer h3:target, #page #kbanswer h4:target, #page #kbanswer h5:target, #page #kbanswer h6:target, .qtip #kbanswer h1:target, .qtip #kbanswer h2:target, .qtip #kbanswer h3:target, .qtip #kbanswer h4:target, .qtip #kbanswer h5:target, .qtip #kbanswer h6:target, .modal .modal-body #kbanswer h1:target, .modal .modal-body #kbanswer h2:target, .modal .modal-body #kbanswer h3:target, .modal .modal-body #kbanswer h4:target, .modal .modal-body #kbanswer h5:target, .modal .modal-body #kbanswer h6:target {
  background-color: #fff2a8;
}
#page #kbanswer h1 > a, #page #kbanswer h2 > a, #page #kbanswer h3 > a, #page #kbanswer h4 > a, #page #kbanswer h5 > a, #page #kbanswer h6 > a, .qtip #kbanswer h1 > a, .qtip #kbanswer h2 > a, .qtip #kbanswer h3 > a, .qtip #kbanswer h4 > a, .qtip #kbanswer h5 > a, .qtip #kbanswer h6 > a, .modal .modal-body #kbanswer h1 > a, .modal .modal-body #kbanswer h2 > a, .modal .modal-body #kbanswer h3 > a, .modal .modal-body #kbanswer h4 > a, .modal .modal-body #kbanswer h5 > a, .modal .modal-body #kbanswer h6 > a {
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px;
}
#page #kbanswer h1 svg, #page #kbanswer h2 svg, #page #kbanswer h3 svg, #page #kbanswer h4 svg, #page #kbanswer h5 svg, #page #kbanswer h6 svg, .qtip #kbanswer h1 svg, .qtip #kbanswer h2 svg, .qtip #kbanswer h3 svg, .qtip #kbanswer h4 svg, .qtip #kbanswer h5 svg, .qtip #kbanswer h6 svg, .modal .modal-body #kbanswer h1 svg, .modal .modal-body #kbanswer h2 svg, .modal .modal-body #kbanswer h3 svg, .modal .modal-body #kbanswer h4 svg, .modal .modal-body #kbanswer h5 svg, .modal .modal-body #kbanswer h6 svg {
  visibility: hidden;
}
#page #kbanswer h1:hover svg, #page #kbanswer h2:hover svg, #page #kbanswer h3:hover svg, #page #kbanswer h4:hover svg, #page #kbanswer h5:hover svg, #page #kbanswer h6:hover svg, .qtip #kbanswer h1:hover svg, .qtip #kbanswer h2:hover svg, .qtip #kbanswer h3:hover svg, .qtip #kbanswer h4:hover svg, .qtip #kbanswer h5:hover svg, .qtip #kbanswer h6:hover svg, .modal .modal-body #kbanswer h1:hover svg, .modal .modal-body #kbanswer h2:hover svg, .modal .modal-body #kbanswer h3:hover svg, .modal .modal-body #kbanswer h4:hover svg, .modal .modal-body #kbanswer h5:hover svg, .modal .modal-body #kbanswer h6:hover svg {
  visibility: visible;
}
#page .kb, .qtip .kb, .modal .modal-body .kb {
  text-align: left;
  padding-top: 5px;
}
#page .kb_resume, .qtip .kb_resume, .modal .modal-body .kb_resume {
  text-align: left;
  font-size: 9px;
  line-height: 10px;
  clear: both;
  padding: 5px 0 10px 25px;
}
#page .tdkb, .qtip .tdkb, .modal .modal-body .tdkb {
  text-align: left;
  font-size: 10px;
  color: #aaaaaa;
}
#page .code, .qtip .code, .modal .modal-body .code {
  width: 95%;
  border: dotted 2px #ccc;
}
#page a.knowbase, .qtip a.knowbase, .modal .modal-body a.knowbase {
  margin-left: 8px;
}
#page .kb i.faq, .qtip .kb i.faq, .modal .modal-body .kb i.faq {
  color: #c9993C;
}
#page .kb i.not-published, .qtip .kb i.not-published, .modal .modal-body .kb i.not-published {
  color: #DD2F2A;
}
#page .faqadd_block, .qtip .faqadd_block, .modal .modal-body .faqadd_block {
  position: relative;
  display: inline-block;
  width: max-content;
}
#page .faqadd_block .display_faq_chkbox, .qtip .faqadd_block .display_faq_chkbox, .modal .modal-body .faqadd_block .display_faq_chkbox {
  display: none;
}
#page .faqadd_entries, .qtip .faqadd_entries, .modal .modal-body .faqadd_entries {
  background: white;
  border: 1px solid #CCC;
  box-shadow: 0px 1px 2px 1px #D2D2D2;
  position: absolute;
  padding: 5px;
  width: 420px;
  height: 40vh;
  right: -25px;
  z-index: 1000;
  margin-top: 20px;
  border-radius: 2px;
  display: none;
}
#page .faqadd_block .display_faq_chkbox:checked + .faqadd_entries, .qtip .faqadd_block .display_faq_chkbox:checked + .faqadd_entries, .modal .modal-body .faqadd_block .display_faq_chkbox:checked + .faqadd_entries {
  display: block;
}
#page .faqadd_entries:before, .qtip .faqadd_entries:before, .modal .modal-body .faqadd_entries:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #CCC transparent;
  top: -18px;
  right: 25px;
  position: absolute;
}
#page .faqadd_entries:after, .qtip .faqadd_entries:after, .modal .modal-body .faqadd_entries:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 18.3px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: -16px;
  right: 25px;
  position: absolute;
}
#page .faqadd_block_content, .qtip .faqadd_block_content, .modal .modal-body .faqadd_block_content {
  overflow: auto;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
}
#page .faqadd_entries, #page .faqadd_entries:hover, .qtip .faqadd_entries, .qtip .faqadd_entries:hover, .modal .modal-body .faqadd_entries, .modal .modal-body .faqadd_entries:hover {
  color: initial;
}
#page .faqadd_entries .tab_cadre_fixe, .qtip .faqadd_entries .tab_cadre_fixe, .modal .modal-body .faqadd_entries .tab_cadre_fixe {
  width: 100%;
  padding: 5px;
}
#page .faqadd_entries tr, .qtip .faqadd_entries tr, .modal .modal-body .faqadd_entries tr {
  display: block;
}
#page .boxnote, .qtip .boxnote, .modal .modal-body .boxnote {
  margin: 0 auto;
  width: 950px;
  text-align: left;
  border-radius: 10px;
  background: #e7e7e2;
  margin-bottom: 5px;
  position: relative;
  overflow: auto;
  font-size: 11px;
}
#page .boxnote textarea, .qtip .boxnote textarea, .modal .modal-body .boxnote textarea {
  max-width: 100%;
}
#page .boxnoteleft, .qtip .boxnoteleft, .modal .modal-body .boxnoteleft {
  float: left;
  width: 10%;
  min-height: 40px;
  height: 100%;
  padding: 4px;
}
#page .boxnotecontent, .qtip .boxnotecontent, .modal .modal-body .boxnotecontent {
  float: left;
  padding: 1px;
  padding: 5px 0 5px 0;
  width: 75%;
}
#page .boxnoteright, .qtip .boxnoteright, .modal .modal-body .boxnoteright {
  float: right;
  /*   top:  0px;
         left: 0px;*/
  width: 10%;
  min-height: 40px;
  padding: 1px;
  vertical-align: middle;
}
#page .boxnotefloatright, .qtip .boxnotefloatright, .modal .modal-body .boxnotefloatright {
  float: right;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}
#page .boxnotetext, .qtip .boxnotetext, .modal .modal-body .boxnotetext {
  padding: 5px;
  margin-top: 1rem;
}
#page .error, .qtip .error, .modal .modal-body .error {
  color: red;
  margin-top: 20px;
  text-align: center;
}
#page .error a, .qtip .error a, .modal .modal-body .error a {
  color: red;
}
#page .error a:link, .qtip .error a:link, .modal .modal-body .error a:link {
  color: red;
}
#page .error a:hover, .qtip .error a:hover, .modal .modal-body .error a:hover {
  text-decoration: underline;
}
#page .icons_block, .qtip .icons_block, .modal .modal-body .icons_block {
  margin-left: 10px;
  height: 28px;
  float: inherit !important;
  box-sizing: border-box;
  position: relative;
  z-index: 40;
}
#page .icons_block span, .qtip .icons_block span, .modal .modal-body .icons_block span {
  padding: 0 8px;
  min-width: 20px;
  display: inline-block;
  line-height: 23px;
}
#page .icons_block a > img, #page .icons_block i.fa, #page .icons_block i.far, #page .icons_block i.fa-regular, #page .icons_block i.fas, #page .icons_block i.fa-solid, .qtip .icons_block a > img, .qtip .icons_block i.fa, .qtip .icons_block i.far, .qtip .icons_block i.fa-regular, .qtip .icons_block i.fas, .qtip .icons_block i.fa-solid, .modal .modal-body .icons_block a > img, .modal .modal-body .icons_block i.fa, .modal .modal-body .icons_block i.far, .modal .modal-body .icons_block i.fa-regular, .modal .modal-body .icons_block i.fas, .modal .modal-body .icons_block i.fa-solid {
  font-size: 1.7em;
  vertical-align: top;
}
#page .iframe, .qtip .iframe, .modal .modal-body .iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  border-width: 0px;
}
#page .iframe.hidden, .qtip .iframe.hidden, .modal .modal-body .iframe.hidden {
  height: 0;
  width: 0;
}
#page #dbslave-float, .qtip #dbslave-float, .modal .modal-body #dbslave-float {
  top: 0px;
  left: 300px;
  position: absolute;
  z-index: 1030;
}
#page #dbslave-float a, .qtip #dbslave-float a, .modal .modal-body #dbslave-float a {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 1px 0.5em;
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #fff;
  color: blue;
}
#page #debugajax, .qtip #debugajax, .modal .modal-body #debugajax {
  margin: auto;
  text-align: center;
}
#page .read_more, .qtip .read_more, .modal .modal-body .read_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}
#page .read_more a, #page .read_more .read_more_button, .qtip .read_more a, .qtip .read_more .read_more_button, .modal .modal-body .read_more a, .modal .modal-body .read_more .read_more_button {
  bottom: 5px;
  position: absolute;
  cursor: pointer;
}
#page .edit_document, #page .delete_document, .qtip .edit_document, .qtip .delete_document, .modal .modal-body .edit_document, .modal .modal-body .delete_document {
  font-size: 1.5em !important;
}
#page .edit_document, .qtip .edit_document, .modal .modal-body .edit_document {
  margin-left: 0.5em;
}
#page .fa-label, .qtip .fa-label, .modal .modal-body .fa-label {
  margin-bottom: 10px;
  white-space: nowrap;
}
#page .fa-label i.far, #page .fa-label i.fa-regular, #page .fa-label i.fas, #page .fa-label i.fa-solid, .qtip .fa-label i.far, .qtip .fa-label i.fa-regular, .qtip .fa-label i.fas, .qtip .fa-label i.fa-solid, .modal .modal-body .fa-label i.far, .modal .modal-body .fa-label i.fa-regular, .modal .modal-body .fa-label i.fas, .modal .modal-body .fa-label i.fa-solid {
  color: #a3a3a3;
  margin-right: 3px;
  vertical-align: middle;
  font-size: 1.5em;
}
#page .fa-label .fa-stack i.far.fa-stack-1x, #page .fa-label .fa-stack i.fa-regular.fa-stack-1x, #page .fa-label .fa-stack i.fas.fa-stack-1x, #page .fa-label .fa-stack i.fa-solid.fa-stack-1x, .qtip .fa-label .fa-stack i.far.fa-stack-1x, .qtip .fa-label .fa-stack i.fa-regular.fa-stack-1x, .qtip .fa-label .fa-stack i.fas.fa-stack-1x, .qtip .fa-label .fa-stack i.fa-solid.fa-stack-1x, .modal .modal-body .fa-label .fa-stack i.far.fa-stack-1x, .modal .modal-body .fa-label .fa-stack i.fa-regular.fa-stack-1x, .modal .modal-body .fa-label .fa-stack i.fas.fa-stack-1x, .modal .modal-body .fa-label .fa-stack i.fa-solid.fa-stack-1x {
  font-size: 0.8em;
  top: 0.4em;
}
#page .fa-label .fa-stack i.far.fa-inverse, #page .fa-label .fa-stack i.fa-regular.fa-inverse, #page .fa-label .fa-stack i.fas.fa-inverse, #page .fa-label .fa-stack i.fa-solid.fa-inverse, .qtip .fa-label .fa-stack i.far.fa-inverse, .qtip .fa-label .fa-stack i.fa-regular.fa-inverse, .qtip .fa-label .fa-stack i.fas.fa-inverse, .qtip .fa-label .fa-stack i.fa-solid.fa-inverse, .modal .modal-body .fa-label .fa-stack i.far.fa-inverse, .modal .modal-body .fa-label .fa-stack i.fa-regular.fa-inverse, .modal .modal-body .fa-label .fa-stack i.fas.fa-inverse, .modal .modal-body .fa-label .fa-stack i.fa-solid.fa-inverse {
  color: #FFF;
}
#page .x-button, .qtip .x-button, .modal .modal-body .x-button {
  position: relative;
  margin: 0;
  float: left;
  outline: none;
  padding: 5px;
  cursor: pointer;
  font: bold 12px Arial, Helvetica;
  color: #8f5a0a;
  background-color: #FEC95C;
  border: none;
  border-radius: 0;
}
#page .x-button:hover, .qtip .x-button:hover, .modal .modal-body .x-button:hover {
  cursor: pointer;
  background-color: #fddb6f;
  box-shadow: 0px 1px 1px #999;
}
#page .x-button.x-button-main, .qtip .x-button.x-button-main, .modal .modal-body .x-button.x-button-main {
  width: 100px;
  height: 26px;
}
#page .queuemail_preview .tab_cadre, .qtip .queuemail_preview .tab_cadre, .modal .modal-body .queuemail_preview .tab_cadre {
  width: inherit !important;
}
#page .copy_to_clipboard_wrapper, .qtip .copy_to_clipboard_wrapper, .modal .modal-body .copy_to_clipboard_wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#page .copy_to_clipboard_wrapper input[type=text], .qtip .copy_to_clipboard_wrapper input[type=text], .modal .modal-body .copy_to_clipboard_wrapper input[type=text] {
  padding-right: 18px !important;
}
#page .copy_to_clipboard_wrapper *, .qtip .copy_to_clipboard_wrapper *, .modal .modal-body .copy_to_clipboard_wrapper * {
  cursor: pointer;
}
#page .copy_to_clipboard_wrapper:after, .qtip .copy_to_clipboard_wrapper:after, .modal .modal-body .copy_to_clipboard_wrapper:after {
  font-family: "Font Awesome 6 Free";
  position: relative;
  left: -15px;
  top: 1px;
  content: "";
  color: #7F7F7F;
  transition: color 0.3s ease-in-out;
  font-weight: 900;
}
#page .copy_to_clipboard_wrapper.copied:after, .qtip .copy_to_clipboard_wrapper.copied:after, .modal .modal-body .copy_to_clipboard_wrapper.copied:after {
  content: "";
  color: green;
  font-weight: 900;
}
#page .copy_to_clipboard_wrapper.copyfail:after, .qtip .copy_to_clipboard_wrapper.copyfail:after, .modal .modal-body .copy_to_clipboard_wrapper.copyfail:after {
  content: "";
  color: red;
  font-weight: 900;
}
#page td.diff ins, .qtip td.diff ins, .modal .modal-body td.diff ins {
  color: green;
  text-decoration: none;
}
#page td.diff del, .qtip td.diff del, .modal .modal-body td.diff del {
  color: red;
  text-decoration: none;
}
#page .planning_on_central .fc-view-container *, .qtip .planning_on_central .fc-view-container *, .modal .modal-body .planning_on_central .fc-view-container * {
  min-height: 1em;
  /** Ensure no event message is displayed well */
}
#page .planning_on_central .fc-view-container *::before, #page .planning_on_central .fc-view-container *::after, .qtip .planning_on_central .fc-view-container *::before, .qtip .planning_on_central .fc-view-container *::after, .modal .modal-body .planning_on_central .fc-view-container *::before, .modal .modal-body .planning_on_central .fc-view-container *::after {
  min-height: 1em;
}
#page .loadingindicator, .qtip .loadingindicator, .modal .modal-body .loadingindicator {
  background: #fff url("../pics/spinner.48.gif") no-repeat center 0.5em;
  padding: 60px 0.5em 0.5em;
  text-align: center;
  max-width: 350px;
  margin: auto;
  border: none;
}
#page .small, .qtip .small, .modal .modal-body .small {
  width: 1%;
}
#page .fa.bookmark_record, #page .fa.reset-search, .qtip .fa.bookmark_record, .qtip .fa.reset-search, .modal .modal-body .fa.bookmark_record, .modal .modal-body .fa.reset-search {
  font-size: 1.5em;
  color: #ccc !important;
}
#page .fa.bookmark_record:link, #page .fa.reset-search:link, .qtip .fa.bookmark_record:link, .qtip .fa.reset-search:link, .modal .modal-body .fa.bookmark_record:link, .modal .modal-body .fa.reset-search:link {
  font-size: 1.5em;
  color: #ccc !important;
}
#page .fa.bookmark_default, .qtip .fa.bookmark_default, .modal .modal-body .fa.bookmark_default {
  font-size: 1.5em;
  color: #f3b51f !important;
}
#page .fa.bookmark_default:link, .qtip .fa.bookmark_default:link, .modal .modal-body .fa.bookmark_default:link {
  font-size: 1.5em;
  color: #f3b51f !important;
}
#page .fa.reset-search:hover, #page .fa.bookmark_record.save:hover, .qtip .fa.reset-search:hover, .qtip .fa.bookmark_record.save:hover, .modal .modal-body .fa.reset-search:hover, .modal .modal-body .fa.bookmark_record.save:hover {
  color: #999 !important;
}
#page .drag, .qtip .drag, .modal .modal-body .drag {
  display: inline-block;
  height: 18px;
  padding-right: 1em;
  cursor: move;
}
#page span.count, .qtip span.count, .modal .modal-body span.count {
  border-radius: 10px;
  text-align: center;
  padding: 0.2em 0.5em;
  float: right;
  margin-top: -0.2em;
  margin-left: 0.5em;
  font-weight: bold;
}
#page span.count img, .qtip span.count img, .modal .modal-body span.count img {
  vertical-align: -10%;
}
#page .primary-bg, .qtip .primary-bg, .modal .modal-body .primary-bg {
  background: #3A5693;
}
#page .primary-fg, .qtip .primary-fg, .modal .modal-body .primary-fg {
  color: white;
}
#page .primary-fg:link, #page .primary-fg:hover, .qtip .primary-fg:link, .qtip .primary-fg:hover, .modal .modal-body .primary-fg:link, .modal .modal-body .primary-fg:hover {
  color: white;
}
#page .tab_cadre_fixe .fa, .qtip .tab_cadre_fixe .fa, .modal .modal-body .tab_cadre_fixe .fa {
  padding: 0 0.3em;
}
#page .warning, .qtip .warning, .modal .modal-body .warning {
  padding: 0.5em;
  margin: 0 5px 1em;
  cursor: pointer;
  font: bold 12px Arial, Helvetica;
  color: #8f5a0a;
  background-color: #FEC95C;
  border: 0;
  text-align: center;
}
#page .warning li, .qtip .warning li, .modal .modal-body .warning li {
  margin-bottom: 0.5em;
}
#page .warning li:last-child, .qtip .warning li:last-child, .modal .modal-body .warning li:last-child {
  margin-bottom: 0;
}
#page .warning .fa, .qtip .warning .fa, .modal .modal-body .warning .fa {
  color: white;
  float: left;
  margin-right: 0.2em;
}
#page tr.linked-template td:not(.top), .qtip tr.linked-template td:not(.top), .modal .modal-body tr.linked-template td:not(.top) {
  background-color: #ffb4b4;
}
#page .massiveactions, .qtip .massiveactions, .modal .modal-body .massiveactions {
  padding: 0.5em;
}
#page .massiveactions input.submit, .qtip .massiveactions input.submit, .modal .modal-body .massiveactions input.submit {
  margin-top: 0.5em;
}
#page .missing, .qtip .missing, .modal .modal-body .missing {
  color: orange;
}
#page .ok, .qtip .ok, .modal .modal-body .ok {
  color: green;
}
#page .fail_info, .qtip .fail_info, .modal .modal-body .fail_info {
  padding: 6px 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-weight: bold;
  background: red;
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
}
#page .fail_info #reload_data, .qtip .fail_info #reload_data, .modal .modal-body .fail_info #reload_data {
  display: block;
  text-align: center;
  cursor: pointer;
}
#page .leaflet-control-geocoder-form, .qtip .leaflet-control-geocoder-form, .modal .modal-body .leaflet-control-geocoder-form {
  margin: 0.2em !important;
}
#page .leaflet-control-geocoder-form input[type=text], .qtip .leaflet-control-geocoder-form input[type=text], .modal .modal-body .leaflet-control-geocoder-form input[type=text] {
  width: 10em;
}
#page .fup-popup, .qtip .fup-popup, .modal .modal-body .fup-popup {
  overflow-y: auto;
  width: 350px;
  height: 200px;
  font-size: 11px;
}
#page .fa::before, #page .fas::before, #page .fa-solid::before, #page .fa::after, #page .fas::after, #page .fa-solid::after, .qtip .fa::before, .qtip .fas::before, .qtip .fa-solid::before, .qtip .fa::after, .qtip .fas::after, .qtip .fa-solid::after, .modal .modal-body .fa::before, .modal .modal-body .fas::before, .modal .modal-body .fa-solid::before, .modal .modal-body .fa::after, .modal .modal-body .fas::after, .modal .modal-body .fa-solid::after {
  font-weight: 900;
}
#page .far:before, #page .far:after, #page .fa-regular:before, #page .fa-regular:after, .qtip .far:before, .qtip .far:after, .qtip .fa-regular:before, .qtip .fa-regular:after, .modal .modal-body .far:before, .modal .modal-body .far:after, .modal .modal-body .fa-regular:before, .modal .modal-body .fa-regular:after {
  font-weight: 400;
}
#page .disabled:not(.list-group-item), .qtip .disabled:not(.list-group-item), .modal .modal-body .disabled:not(.list-group-item) {
  color: red !important;
}
#page .enabled, .qtip .enabled, .modal .modal-body .enabled {
  color: green !important;
}
#page .custom_css_configuration td:not([colspan]), .qtip .custom_css_configuration td:not([colspan]), .modal .modal-body .custom_css_configuration td:not([colspan]) {
  width: 50%;
}
#page .custom_css_configuration .custom_css_container, .qtip .custom_css_configuration .custom_css_container, .modal .modal-body .custom_css_configuration .custom_css_container {
  width: 100%;
}
#page .custom_css_configuration .custom_css_container textarea, .qtip .custom_css_configuration .custom_css_container textarea, .modal .modal-body .custom_css_configuration .custom_css_container textarea {
  display: none;
}
#page .custom_css_configuration .custom_css_container .cm-editor, .qtip .custom_css_configuration .custom_css_container .cm-editor, .modal .modal-body .custom_css_configuration .custom_css_container .cm-editor {
  height: 350px;
  width: 100%;
  border-color: var(--tblr-border-color);
}
#page .custom_css_configuration .custom_css_container .cm-editor .cm-scroller, .qtip .custom_css_configuration .custom_css_container .cm-editor .cm-scroller, .modal .modal-body .custom_css_configuration .custom_css_container .cm-editor .cm-scroller {
  overflow: auto;
}
#page .custom_css_configuration .custom_css_container textarea[disabled] + .cm-editor, .qtip .custom_css_configuration .custom_css_container textarea[disabled] + .cm-editor, .modal .modal-body .custom_css_configuration .custom_css_container textarea[disabled] + .cm-editor {
  background: #ebebe4;
  /* default bg color for disabled inputs */
}
#page div.objectlockmessage, .qtip div.objectlockmessage, .modal .modal-body div.objectlockmessage {
  background-color: lightSalmon;
  color: black;
  flex-wrap: wrap;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
}
#page div.objectlockmessage a.vsubmit, .qtip div.objectlockmessage a.vsubmit, .modal .modal-body div.objectlockmessage a.vsubmit {
  margin: 0 15px;
  white-space: nowrap;
}
#page .tab_check td i.fa-solid, .qtip .tab_check td i.fa-solid, .modal .modal-body .tab_check td i.fa-solid {
  font-size: 12px;
  margin-right: 3px;
}
#page .lockedfield i.ti-lock, .qtip .lockedfield i.ti-lock, .modal .modal-body .lockedfield i.ti-lock {
  float: right;
}
#page .horizontal-form, .qtip .horizontal-form, .modal .modal-body .horizontal-form {
  margin-left: 20px;
  text-align: left;
}
#page .horizontal-form .fa, .qtip .horizontal-form .fa, .modal .modal-body .horizontal-form .fa {
  padding: 0 0.3em;
}
#page .horizontal-form .form-row, .qtip .horizontal-form .form-row, .modal .modal-body .horizontal-form .form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
#page .horizontal-form .form-row label, .qtip .horizontal-form .form-row label, .modal .modal-body .horizontal-form .form-row label {
  flex: 1 0 200px;
  max-width: 200px;
}
#page .horizontal-form .form-row label + *, .qtip .horizontal-form .form-row label + *, .modal .modal-body .horizontal-form .form-row label + * {
  flex: 1 0 250px;
}
#page .horizontal-form .form-row-vertical, .qtip .horizontal-form .form-row-vertical, .modal .modal-body .horizontal-form .form-row-vertical {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#page .horizontal-form .form-row-vertical label, .qtip .horizontal-form .form-row-vertical label, .modal .modal-body .horizontal-form .form-row-vertical label {
  flex: 1 0 20px;
}
#page .relations_list li, .qtip .relations_list li, .modal .modal-body .relations_list li {
  padding: 6px;
  border: 1px solid transparent;
}
#page .relations_list li .delete_relation, .qtip .relations_list li .delete_relation, .modal .modal-body .relations_list li .delete_relation {
  margin-left: 8px;
  visibility: hidden;
}
#page .relations_list li:hover, .qtip .relations_list li:hover, .modal .modal-body .relations_list li:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
#page .relations_list li:hover .delete_relation, .qtip .relations_list li:hover .delete_relation, .modal .modal-body .relations_list li:hover .delete_relation {
  visibility: visible;
}
#page .relations_list .add_relation, .qtip .relations_list .add_relation, .modal .modal-body .relations_list .add_relation {
  padding: 7px;
  display: block;
}
#page .chart, .qtip .chart, .modal .modal-body .chart {
  position: relative;
  text-align: center;
  margin-top: 1em;
}
#page .dashboard.printer_barchart .g-chart .chart, .qtip .dashboard.printer_barchart .g-chart .chart, .modal .modal-body .dashboard.printer_barchart .g-chart .chart {
  flex: none;
  height: 500px;
}
#page .spinner-18, .qtip .spinner-18, .modal .modal-body .spinner-18 {
  background: transparent url("../pics/spinner.gif") no-repeat center center;
  display: none;
  vertical-align: middle;
  margin: auto;
  border: none;
  height: 24px;
  width: 24px;
}
#page .uploadbar, .qtip .uploadbar, .modal .modal-body .uploadbar {
  height: 18px;
  text-align: center;
  font-weight: bold;
  background-image: url("../pics/jquery/pbar-ani.gif");
}
/** Impersonate feature */
div.banner-impersonate {
  background: #ff3d2a;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: right;
}
div.banner-impersonate button {
  color: inherit;
  margin-left: 5px;
  text-decoration: underline;
}
div.banner-need-update {
  background: #f7c626;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: right;
}
:root[data-glpi-theme-dark="1"] #page .tab_cadre, :root[data-glpi-theme-dark="1"] #page .tab_cadre_fixehov, :root[data-glpi-theme-dark="1"] #page .tab_cadrehov, :root[data-glpi-theme-dark="1"] #page .tab_cadre th, :root[data-glpi-theme-dark="1"] #page .tab_cadre_fixe th, :root[data-glpi-theme-dark="1"] #page .tab_cadre_fixehov th, :root[data-glpi-theme-dark="1"] #page .tab_cadrehov th, :root[data-glpi-theme-dark="1"] #page h2.header, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre_fixehov, :root[data-glpi-theme-dark="1"] .qtip .tab_cadrehov, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre th, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre_fixe th, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre_fixehov th, :root[data-glpi-theme-dark="1"] .qtip .tab_cadrehov th, :root[data-glpi-theme-dark="1"] .qtip h2.header, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre_fixehov, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadrehov, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre th, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre_fixe th, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre_fixehov th, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadrehov th, :root[data-glpi-theme-dark="1"] .modal .modal-body h2.header {
  background-color: var(--tblr-dark);
  color: var(--tblr-light);
}
:root[data-glpi-theme-dark="1"] #page .tab_cadrehov th.headHover, :root[data-glpi-theme-dark="1"] #page .tab_cadre_fixehov th.headHover, :root[data-glpi-theme-dark="1"] #page .tab_cadrehov td.columnHover, :root[data-glpi-theme-dark="1"] #page .tab_cadre_fixehov td.columnHover, :root[data-glpi-theme-dark="1"] #page .tab_cadrehov tr.rowHover, :root[data-glpi-theme-dark="1"] #page .tab_cadrehov td.rowHover, :root[data-glpi-theme-dark="1"] #page .tab_cadre_fixehov tr.rowHover, :root[data-glpi-theme-dark="1"] #page .tab_cadre_fixehov td.rowHover, :root[data-glpi-theme-dark="1"] .qtip .tab_cadrehov th.headHover, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre_fixehov th.headHover, :root[data-glpi-theme-dark="1"] .qtip .tab_cadrehov td.columnHover, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre_fixehov td.columnHover, :root[data-glpi-theme-dark="1"] .qtip .tab_cadrehov tr.rowHover, :root[data-glpi-theme-dark="1"] .qtip .tab_cadrehov td.rowHover, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre_fixehov tr.rowHover, :root[data-glpi-theme-dark="1"] .qtip .tab_cadre_fixehov td.rowHover, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadrehov th.headHover, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre_fixehov th.headHover, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadrehov td.columnHover, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre_fixehov td.columnHover, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadrehov tr.rowHover, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadrehov td.rowHover, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre_fixehov tr.rowHover, :root[data-glpi-theme-dark="1"] .modal .modal-body .tab_cadre_fixehov td.rowHover {
  background-color: #292929;
}
:root[data-glpi-theme-dark="1"] #page .central .tab_cadre_fixehov th, :root[data-glpi-theme-dark="1"] #page .central .tab_cadrehov th, :root[data-glpi-theme-dark="1"] .qtip .central .tab_cadre_fixehov th, :root[data-glpi-theme-dark="1"] .qtip .central .tab_cadrehov th, :root[data-glpi-theme-dark="1"] .modal .modal-body .central .tab_cadre_fixehov th, :root[data-glpi-theme-dark="1"] .modal .modal-body .central .tab_cadrehov th {
  background-color: var(--glpi-form-header-bg);
  color: var(--glpi-form-header-fg);
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: var(--tblr-border-color);
}
.fc-unthemed .fc-list-empty {
  background: transparent;
}
.fc-unthemed td.fc-today {
  background: rgba(var(--tblr-emphasis-color-rgb), 0.1);
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
  background: var(--tblr-bg-surface-tertiary);
  color: var(--tblr-secondary);
}
.fc-unthemed .fc-list-item:hover td {
  background: rgba(var(--tblr-emphasis-color-rgb), 0.075);
  color: inherit;
}
#planning_container {
  gap: 10px;
}
#planning_container.folded {
  padding-left: 28px;
}
#planning_container #planning_filter #planning_filter_content {
  min-width: 300px;
}
#planning_container #planning_filter .toggle {
  float: right;
  margin: 8px 8px 0 0;
  height: 18px;
  width: 18px;
  display: block;
}
#planning_container #planning_filter .toggle::before {
  font: var(--fa-font-solid);
  content: "";
}
#planning_container #planning_filter.folded {
  width: 18px;
}
#planning_container #planning_filter.folded .toggle {
  float: none;
}
#planning_container #planning_filter.folded .toggle::before {
  font: var(--fa-font-solid);
  content: "";
}
#planning_container #planning_filter h3 {
  background: var(--glpi-form-header-bg);
  color: var(--glpi-form-header-fg);
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-weight: normal;
  line-height: 1.3;
  font-size: 13px;
}
#planning_container #planning_filter ul.filters {
  border: 0;
  padding: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#planning_container #planning_filter ul.filters > li {
  padding: 5px 0 5px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#planning_container #planning_filter ul.filters > li label {
  padding-left: 5px;
  line-height: 16px;
  width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
#planning_container #planning_filter ul.filters > li label > i {
  color: var(--tblr-warning);
  float: right;
}
#planning_container #planning_filter ul.filters > li .filter-icon {
  float: right;
  padding: 0;
  border: none;
}
#planning_container #planning_filter ul.filters > li .sp-replacer {
  float: right;
  padding: 0;
  border: none;
}
#planning_container #planning_filter ul.filters > li .sp-replacer .sp-preview {
  margin-right: 0;
  border: none;
}
#planning_container #planning_filter ul.filters > li .sp-replacer .sp-dd {
  display: none;
}
#planning_container #planning_filter ul.filters > li.group_users .toggle {
  width: 14px;
  height: 14px;
  margin: 0 4px 2px 0;
  vertical-align: middle;
}
#planning_container #planning_filter ul.filters > li.group_users .toggle::before {
  font: var(--fa-font-solid);
  content: "";
}
#planning_container #planning_filter ul.filters > li.group_users.expanded .toggle::before {
  font: var(--fa-font-solid);
  content: "";
}
#planning_container #planning_filter ul.filters > li.group_users ul.group_listofusers {
  border-left: 1px dashed #D4D4D4;
  margin: 6px 0 0 6px;
  padding: 0;
  display: none;
  width: 100%;
}
#planning_container #planning_filter ul.filters > li.group_users.expanded ul.group_listofusers {
  display: block;
}
#planning_container #planning_filter ul.filters > li.group_users.expanded ul.group_listofusers > li label {
  width: 162px;
}
#planning_container #planning_filter ul.filters > li .color_input {
  float: right;
  margin-right: 2px;
}
#planning_container #planning_filter ul.filters > li .color_input input {
  border: 0 !important;
  background-color: transparent !important;
}
#planning_container #planning_filter .planning_link {
  text-align: center;
  display: block;
}
#planning_container #planning_filter .planning_add_filter {
  float: right;
  margin-right: 3px;
}
#planning_container #planning_filter .filter_option {
  width: 12px;
  height: 12px;
  margin: 3px 2px;
  display: inline-block;
  position: relative;
  left: 0;
}
#planning_container #planning_filter .filter_option > img {
  z-index: 1;
}
#planning_container #planning_filter .filter_option ul {
  display: none;
  width: 140px;
}
#planning_container #planning_filter .filter_option ul li {
  white-space: normal;
}
#planning_container #planning {
  flex-grow: 1;
  min-height: calc(100vh - 160px);
}
#planning_container #planning .fc-time-grid-event {
  overflow: hidden;
}
#planning_container #planning .end-of-day {
  border-right: 1px solid #bdbdbd;
}
#planning_container #planning .fc-toolbar h2 {
  font-size: 1.2em;
}
#planning_container #planning .event_today {
  background: #fcf8e3;
}
#planning_container #planning .fc-event {
  font-weight: normal;
  display: block;
}
#planning_container #planning .fc-event .fc-content {
  margin-right: 8px;
}
#planning_container #planning .fc-event .fc-time {
  overflow: hidden;
}
#planning_container #planning .fc-event .fc-title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#planning_container #planning .fc-event .content {
  font-weight: normal;
  padding: 0 7px 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  display: block;
}
#planning_container #planning .fc-event .content .event-description {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 2px;
  padding-top: 2px;
}
#planning_container #planning .fc-event .content .event-description p {
  margin: 0;
}
#planning_container #planning .fc-event .event_type {
  position: absolute;
  width: 7px;
  bottom: 0;
  top: 0;
  right: 0;
}
#planning_container #planning .fc-timeline .fc-event .content {
  max-height: 25px;
}
#planning_container #planning .fc-list-item-title .event_type {
  height: 12px;
  width: 6px;
  margin-right: 3px;
  display: inline-block;
}
#planning_container #planning .event_past .fc-list-item-title .event_type {
  opacity: 0.5;
}
#planning_container #planning .planning-select-helper {
  border: 2px solid #3B8CBE;
  background-color: rgba(59, 140, 190, 0.5);
}
#planning_container #planning .fc-day-grid-event .fc-resizer {
  width: 10px;
}
#planning_container #planning .fc-time-grid-event .fc-resizer {
  height: 10px;
}
#planning_container #planning .fc-divider {
  border: 1px dashed #cccccc;
}
#planning_container #planning .fc-list-empty-wrap2 {
  position: initial;
}
.planning_on_central .fc-head {
  display: none;
}
.planning_on_central .fc-scroller {
  height: auto !important;
  max-height: 400px;
}
/* for checkavailable */
.planning {
  text-align: center;
  border: 1px dashed #cccccc;
  background-color: #d7d7d2;
  font-size: 9px;
}
.planning:hover {
  border: 1px solid #999999;
  background-color: white;
}
.available {
  background-color: green;
}
.notavailable {
  background-color: red;
}
.partialavailableend {
  background-image: -webkit-linear-gradient(left, red 50%, green 0%);
  background-image: -moz-linear-gradient(left, red 50%, green 0%);
  background-image: -ms-linear-gradient(left, red 50%, green 0%);
  background-image: -o-linear-gradient(left, red 50%, green 0%);
  background-image: linear-gradient(left, red 50%, green 0%);
}
.partialavailablebegin {
  background-image: -webkit-linear-gradient(left, green 50%, red 0%);
  background-image: -moz-linear-gradient(left, green 50%, red 0%);
  background-image: -ms-linear-gradient(left, green 50%, red 0%);
  background-image: -o-linear-gradient(left, green 50%, red 0%);
  background-image: linear-gradient(left, green 50%, red 0%);
}
.planning-context-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 20000;
  background-color: #FFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.planning-context-menu li {
  padding: 8px 10px;
  cursor: pointer;
}
.planning-context-menu li i.fas, .planning-context-menu li i.fa-solid, .planning-context-menu li i.far, .planning-context-menu li i.fa-regular {
  margin-right: 5px;
  color: #555;
}
.planning-context-menu li:hover {
  background-color: #CCC;
}
@media screen and (max-width: 767px) {
  .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
  }
  .fc-toolbar-chunk {
    display: table-row;
    text-align: center;
    padding: 5px 0;
  }
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
#network_container {
  height: 70vh;
}
#network_container div:not(.cy-context-menus-cxt-menu) {
  z-index: 1 !important;
  position: absolute !important;
}
#network_container.fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1050;
}
#help_text {
  font-weight: bold;
  display: none;
  position: absolute;
  padding: 10px;
  color: #707e8c;
  font-size: 1.3em;
  z-index: 2;
}
#impact_tools {
  margin-left: auto;
  margin-right: 5px;
  background-color: white;
  padding: 5px;
  border: 1px solid lightgray;
  border-radius: 2px;
}
#impact_tools span:hover {
  background-color: lightgray;
  border-radius: 2px;
}
.impact-mb-2 {
  margin-bottom: 2em;
}
.network-parent {
  border: 1px solid var(--tblr-border-color);
  position: relative;
  padding: 0 !important;
}
.network-table {
  max-width: none !important;
}
i.fa-impact-manipulation {
  display: inline;
  font-size: 14px;
}
.impact_toolbar {
  position: absolute;
  display: inline-flex;
  justify-content: flex-start;
  left: 0;
  right: 0;
  z-index: 20;
  flex-wrap: wrap;
}
.impact_toolbar span {
  float: left;
  color: gray;
  font-size: 1.3em;
  padding: 4px 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px inset transparent;
}
.impact_toolbar .active {
  border: 2px inset #f4f4f4;
  background-color: #fafafa;
}
.impact_toolbar.fullscreen {
  position: fixed;
  top: 5px;
  z-index: 1051;
}
.impact_toolbar_right {
  float: right !important;
}
.clean {
  animation: clean-fade 3s;
}
@keyframes clean-fade {
  0% {
    color: #1ca448;
  }
  100% {
    color: #707e8c;
  }
}
.dirty {
  color: #eea818 !important;
}
.dirty:hover {
  background-color: #fec95c !important;
  color: #8f5a0a !important;
}
/*
 * Cytoscape context menu
 */
.cy-context-menus-cxt-menuitem {
  padding-left: 5px !important;
  font-size: 1.15em;
  background-color: white;
}
.cy-context-menus-cxt-menuitem i {
  padding-right: 10px !important;
  color: gray;
  max-width: 10px;
}
.cy-context-menus-cxt-menu {
  border-radius: 2px;
  border: 1px solid lightgray;
  -webkit-box-shadow: 4px 4px 6px 3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 4px 4px 6px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 6px 3px rgba(0, 0, 0, 0.17);
}
/*
 * Custom range input
 */
.impact-range {
  height: 18px;
  -webkit-appearance: none;
  margin: 10px 0;
  border-width: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.impact-range:focus {
  outline: none;
}
.impact-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #AEC8D8;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
.impact-range::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 10px;
  width: 14px;
  border-radius: 2px;
  background: #66757F;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
.impact-range:focus::-webkit-slider-runnable-track {
  background: #AEC8D8;
}
.impact-range::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #AEC8D8;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
.impact-range::-moz-range-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 10px;
  width: 14px;
  border-radius: 2px;
  background: #66757F;
  cursor: pointer;
}
.impact-range::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.impact-range::-ms-fill-lower {
  background: #AEC8D8;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
.impact-range::-ms-fill-upper {
  background: #AEC8D8;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
.impact-range::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 10px;
  width: 14px;
  border-radius: 2px;
  background: #66757F;
  cursor: pointer;
}
.impact-range:focus::-ms-fill-lower {
  background: #AEC8D8;
}
.impact-range:focus::-ms-fill-upper {
  background: #AEC8D8;
}
/*
 * Header
 */
.impact-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.impact-header h2 {
  margin-left: auto;
}
.impact-header #switchview {
  margin-left: auto;
  margin-right: 10px;
}
.impact-header #switchview a {
  font-size: 0.85em !important;
}
#impact_list_view {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.impact-list-container {
  flex-grow: 1;
}
.impact-list-group {
  margin-bottom: 5em;
}
.impact-left {
  padding-left: 10px !important;
}
.impact-pointer {
  cursor: pointer;
}
.impact-list-toolbar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: right;
}
.impact-list-toolbar i {
  padding: 10px;
}
.impact-list-header {
  padding: 1px 5px !important;
}
.impact-list-tools {
  font-size: 1.3em;
}
.impact-toggle-subitems-master {
  float: right;
  padding-right: 5px;
  font-size: 1.15rem;
}
.impact-toggle-subitems {
  float: right;
  padding-right: 5px;
  font-size: 1.15rem;
}
/*
 * Sidebar
 */
.impact-side {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--tblr-bg-surface-tertiary);
  color: inherit;
  z-index: 1000;
  border-left: 1px solid var(--tblr-border-color);
  border-right: 1px solid var(--tblr-border-color);
  display: flex;
  justify-content: space-between;
}
.impact-side ul {
  list-style: none;
  border-left: 1px solid var(--tblr-border-color);
  text-align: center;
  margin: 0;
  padding: 0;
  width: 37px;
}
.impact-side li {
  color: #707e8c;
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
}
.impact-side li i {
  padding: 10px 4px;
  font-size: 1.5em;
}
.impact-side li i.ti {
  font-size: 1.8em;
  line-height: 1.5em;
}
.impact-side li:hover {
  background-color: var(--glpi-hover-bg);
}
.impact-side li.active {
  color: #444 !important;
  background-color: #d5d5d5 !important;
  border-radius: 2px;
}
.impact-side li.impact-disabled {
  cursor: not-allowed !important;
  opacity: var(--tblr-btn-disabled-opacity);
}
.impact-side li.impact-separator {
  border-top: 2px solid var(--glpi-form-header-border-color);
}
.impact-side.impact-side-expanded {
  border-left: 3px solid #f1f1f1;
}
.impact-side.impact-side-expanded li {
  text-align: right;
}
.impact-side.fullscreen {
  position: fixed;
  z-index: 1051;
}
.impact-drop-preview {
  display: none;
  position: fixed;
  z-index: 1053;
  opacity: 50%;
  width: 48px;
  height: 48px;
  pointer-events: none;
}
.impact-side-panel {
  color: #707e8c;
  width: 0px;
  overflow: hidden;
  transition: width 0.5s ease;
}
.impact-side-panel.impact-side-expanded {
  padding: 3px 10px;
  overflow: auto;
  width: 210px;
}
.impact-side-panel h3 {
  white-space: nowrap;
}
.impact-side-icon {
  width: 32px;
  height: 32px;
  padding: 4px;
}
#impact-side-filter-itemtypes {
  margin-bottom: 1em;
}
.impact-side-search {
  display: none;
}
.impact-side-search i {
  cursor: pointer;
  margin-right: 5px;
}
.impact-side-search img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.impact-side-search h4 {
  white-space: nowrap;
}
.impact-side-search-footer {
  height: 37px;
}
.impact-side-search-more {
  cursor: pointer;
}
.impact-side-search-more i {
  margin-right: 3px;
}
.impact-side-toggle {
  display: none;
  background-color: var(--tblr-bg-surface-tertiary);
  position: absolute;
  bottom: 0;
  color: inherit;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.impact-side-toggle i {
  padding: 10px 5px;
  font-size: 1.5em;
}
.impact-side-toggle:hover {
  color: #0e0e0e;
}
.impact-side-filter-itemtypes-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  white-space: nowrap;
}
.impact-side-search-results p {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  white-space: nowrap;
}
.impact-side-filter-itemtypes-item {
  cursor: pointer;
}
.impact-side-filter-itemtypes-item span {
  display: inline;
  margin-left: 4px;
}
.impact-side-filter-itemtypes-item h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.impact-side-search-spinner {
  margin-top: 10px;
  text-align: center;
  display: none;
}
.impact-side-search-no-results {
  display: none;
}
.impact-checkbox-label {
  margin-left: 8px;
}
.impact-side-settings h4 {
  white-space: nowrap;
  margin-top: 25px;
}
.impact-side-settings-item {
  margin-bottom: 10px;
  white-space: nowrap;
}
.impact-res-hidden {
  float: right;
}
.impact-res-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.impact-res-disabled i {
  cursor: not-allowed !important;
}
/*
 * Hide toolbar for readonly, will be shown in JS if needed
 */
#save_impact, #add_node, #add_edge, #add_compound, #delete_element, #impact_settings {
  display: none;
}
/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 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/>.
 *
 * ---------------------------------------------------------------------
 */
@media (max-width: 991.98px) {
  .tab_cadre_fixe td {
    display: block;
  }
}
