/*
 *  \author         ai-dev <contact@ai-dev.fr>
 *  \copyright      ai-dev since 2012
 *  \license        Read the multi-language license file (license.txt)
 *
 *  \file           css/global.css
 *  \brief          Global css file for ai_multi-dimensions module
 * 
 *  \package        aimultidimensions
 *  \version        2.6.0
 */

@CHARSET "ISO-8859-1";

div#primary_block div#attributes select.ai_multi_dimensions_hidden
{
    display: none;
}

/* deactivated for PS 1.5 & 1.6 size, theses lines can be added in the theme global.css if needed 
div#primary_block div#attributes label
{
    width: 52%;
}

div#primary_block div#attributes select
{
    width: 44%;
}
*/

div#primary_block p#availability_statut span#availability_text
{
    display: none;
}

p.ai_minimum_surface_message
{
    color: #0000ff;
    font-size: 10px;
}

#ai_delivery
{
    /*background: url("../img/product-short-desc-bg.gif") repeat-x scroll left top #E5E6E7;*/
    border: 1px solid #D0D3D8;
    margin-bottom: 1.5em;
    padding: 0.7em;    
}

#ai_calculate
{
    display: none;
}

.aimd_proportional {
    color: #0000ff;
    text-align: center;
}

input.ai_multi_dimensions.disabled {
    background-color: #cccccc;
}

div#aimd_operations_overlay, div#aimd_wait {
     display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000;
}

div#aimd_operations_overlay.wait {
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    background-color: #000000;
    filter : alpha(opacity=50); /* IE < 8 */
    opacity : 0.5;
}

div#aimd_wait {
    background: url('../img/ajax-loader.gif') center center no-repeat;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    z-index: 100001;
}

.aimd_legend {
    color: #ff0000;
    text-align: center;
}

.stock_hidden
{
    display: none !important;
}

/* Added for PS 1.7 */
.hidden {
    display: none !important;
}