/**
 * PEAR Coding Standard.
 *
 * PHP version 5
 *
 * Main CSS file
 *
 * @category  CSS
 * @package   AI-Linear
 * @author    ai-dev <contact@ai-dev.fr>
 * @copyright 2014-2015 ai-dev
 * @license   Read the multi-language license license.txt
 *
 * @version   0.9.0
 *
 * @link      http://www.boutique.ai-dev.fr
 */
 
div#ai_linear_container {
	background: transparent !important;
	clear: both;
	display: block !important;
	padding-left: 2px;
	width: 100%;
}

div.ailinear_legend
{
    font-size: 0.8em;
    margin-bottom: 5px;
    text-align: center;
}

div.ailinear_legend.caution
{
    color: #ff0000;
}

.ai_linear_hidden,
.hidden
{
    display: none !important;
}


select.two_lists,
input.two_lists {
    float: left;
    width: 35%;
    margin: 0 1%;
}

label.two_lists {
    float: left;
    width: 11%;
    margin: 0 1%;
}
