/*!
 * -------------------------------------------------------------------------
 * 'Procesos de Negocio' plugin for GLPI
 * Copyright (c) 2024 by Inforges's Tilena Team.
 * -------------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of the 'Procesos de Negocio' plugin.
 *
 * 'Procesos de Negocio' plugin 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.
 *
 * 'Procesos de Negocio' plugin 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 Tilena. If not, see <http://www.gnu.org/licenses/>.
 * -------------------------------------------------------------------------
 * @package   'Procesos de Negocio'
 * @author    Elena Martinez Ballesta from Inforges's Tilena Team
 * @copyright Copyright (c) 2024 Tilena Team
 * @license   AGPL License 3.0 or (at your option) any later version
 *            http://www.gnu.org/licenses/agpl-3.0-standalone.html
 * @link      https://inforges.es/sistemas/itsm/tilena-on-premise/
 * @since     2016
 * ------------------------------------------------------------------------- 
 */
ul.fields_config li {
  cursor: pointer;
  float: left;
  width: 20%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 1% 10px 1%;
  padding: 5px 1px;
}
ul.fields_config li:hover {
  background-color: #E8E8E8;
}
ul.fields_config li p {
  padding-top: 8px;
}
ul.fields_config li img {
  float: left;
  margin-right: 2px;
}
div.fields_clear {
  clear: both;
  width: 100%;
}
.drag {
  background: none !important;
}
.delButton {
  background-image: URL("/GLPI/1009/plugins/procedimientos/imagenes/error.png");
  background-size: cover;
  width: 22px;
  height: 22px;
}
.blink {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
}
@keyframes blink-animation {
  to {
    color: #4262ff;
  }
}
@-webkit-keyframes blink-animation {
  to {
    color: #4262ff;
  }
}
