@charset "UTF-8";
/*!
 * -------------------------------------------------------------------------
 * localeoverride plugin for GLPI
 * -------------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of localeoverride.
 *
 * localeoverride 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.
 *
 * localeoverride 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 localeoverride. If not, see <http://www.gnu.org/licenses/>.
 * -------------------------------------------------------------------------
 * @copyright Copyright (C) 2020-2023 by Teclib'.
 * @license   GPLv3 https://www.gnu.org/licenses/gpl-3.0.html
 * @link      https://services.glpi-network.com
 * -------------------------------------------------------------------------
 */
.override_list {
  width: 100%;
}
.override_list td a::after {
  margin-left: 5px;
  width: 20px;
  display: inline-block;
  content: " ";
  color: #8f8f8f;
}
.override_list td a:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "";
}
.translation_form th, .translation_form td {
  width: 50%;
}
.translation_form .edit_string {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.translation_form .edit_string .plural_lbl {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0 8px 3px;
  border: 1px solid silver;
  border-bottom: 0;
  color: #007BD2;
  cursor: help;
}
.translation_form .edit_string textarea {
  width: 100%;
  min-height: 30px;
  margin-top: 0;
  border: 1px solid silver;
  border-top-right-radius: 0;
}
.translation_form .edit_string textarea:focus {
  border: 1px solid #007BD2;
}
.translation_form .edit_string textarea:focus ~ .plural_lbl {
  background-color: #007BD2;
  color: white;
  border-color: #007BD2;
}
.translation_form tr.footerRow, .translation_form tr.hidden_values {
  display: none;
}
