/*!
 * -------------------------------------------------------------------------
 * consumables plugin for GLPI
 * Copyright (C) 2015-2026 by the consumables Development Team.
 *
 * https://github.com/InfotelGLPI/consumables
 * -------------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of consumables.
 *
 * consumables 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.
 *
 * consumables 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 consumables. If not, see <http://www.gnu.org/licenses/>.
 * --------------------------------------------------------------------------
 */

.consumables_wizard_row {
   width: 50%;
}

.consumables_wizard_rank {
   margin: 0 auto;
   padding: 5px;
   border: 1px solid #ccc;
   z-index: 1;
   text-align: left;
   font-size: 14px;
   /*width: 100%;*/
   background-color: #ffffff;

   /*-moz-border-radius: 5px;*/
   /*-webkit-border-radius: 5px;*/
   /*border-radius: 5px;*/

   /*-moz-box-shadow: 0px 2px 5px #666;*/
   /*-webkit-box-shadow: 0px 2px 5px #666;*/
   /*box-shadow: 0px 2px 5px #666;*/
}

.consumables_wizard_title {
   font-size: 18px;
   text-align: center;
   margin-bottom: 5px;
   color: black;
}

.consumables_wizard_img {
   vertical-align: middle;
   width: 64px;
   height: 64px;
}

.consumables_menu_img {
   width: 64px;
   height: 64px;
   /*padding: 10px;*/
}

.consumables_wizard_button {
   height: 35px;
   border-top: 2px outset black;
}

.consumable_previous_button {
   float: left;
}

.consumable_next_button {
   float: right;
}

.consumables_wizard {
   margin: 0 auto;
   display: table;
   padding: 5px;
   text-align: left;
   font-size: 14px;
   background-color: #fff;
}

/* Request wizard form: use the full available width instead of shrinking to content */
#consumables_wizardForm {
   display: block;
   width: 100%;
}

#consumables_wizardForm .consumables_wizard_rank {
   width: 100%;
}

.consumables_wizard_form {
   width: auto;
   margin: 0 auto;
}

.consumables_wizard_form td {
   padding: 5px;
}

.consumables_wizard_red {
   margin-left: 5px;
   color: red;
}

.consumables_menu_a {
   display: block;
   margin: 20px;
}

