
#page {
    padding-top: 60px;
}

#catalogues-grid table.items td:nth-child(1) {width: 450px;} /* nom */
#catalogues-grid table.items td:nth-child(2) {width: 100px;} /* start_date */
#catalogues-grid table.items td:nth-child(3) {width: 100px;} /* start_date */

.hiddenclass{
    display: none;
}

.normalclass{

}


/***produit formulaire***/
#produits-form{
    width:70%;
    margin:0 15%
    
}


#page.container{
	width:90%;
}

#catalogue-products-grid table.items td:nth-child(1) {width: 50px;} /* codebarre */
#catalogue-products-grid table.items td:nth-child(2) {width: 500px;} /* libelle */
#catalogue-products-grid table.items td:nth-child(3) {width: 500px;} /* Description */
#catalogue-products-grid table.items td:nth-child(4) {width: 90px;} /* rayon */
#catalogue-products-grid table.items td:nth-child(5) {width: 300px;} /* garantie */
#catalogue-products-grid table.items td:nth-child(6) {width: 90px;} /* CE */
#catalogue-products-grid table.items td:nth-child(7) {width: 200px;} /* image */
#catalogue-products-grid table.items td:nth-child(8) {width: 70px;} /* Economie */
#catalogue-products-grid table.items td:nth-child(9) {width: 68px;} /* Economie en % */
#catalogue-products-grid table.items td:nth-child(10) {width: 120px;} /* prix */
#catalogue-products-grid table.items td:nth-child(11) {width: 120px;} /* prix_promo */
#catalogue-products-grid table.items td:nth-child(12) {width: 120px;} /* prix carte fidelite */
#catalogue-products-grid table.items td:nth-child(13) {width: 10px;} /* pagination */
#catalogue-products-grid table.items td:nth-child(14) {width: 10px;} /* pagination */

/***cloud zoom loading***/
.cloud-zoom-loading{
    display: none;
}

/*** hide catalogue**/
.catalogue_csv{
    display: none;
}

.catalogue-text{
    font-size: 12px !important;
}

.catalogue_commentaire{
    width: 200px !important;

}

input.yellow{
	background-color: yellow !important;
}


/**style filter***/
 .form-control.style-filter{
        background: #abdcf8;
    }

#loginbox{
    color: white;
    margin:15% auto 0 auto;
    padding:20px;
    width:350px;

    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 3px 3px 9px 1px #878586;
    -webkit-box-shadow: 3px 3px 9px 1px #878586;
    box-shadow: 3px 3px 9px 1px #878586;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#878586');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#878586')";
    /*Shadows look very different in IE (Only cardinal directions supported)*/
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element should have a background-color*/
    /*All filters must be placed together*/
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    /*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#003366', endColorstr = '#0066cc');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#003366', endColorstr = '#0066cc')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    
    background: #003366; /* Old browsers */
    background: -moz-linear-gradient(top,  #003366 0%, #0066cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003366), color-stop(100%,#0066cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #003366 0%,#0066cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #003366 0%,#0066cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #003366 0%,#0066cc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #003366 0%,#0066cc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#0066cc',GradientType=0 ); /* IE6-9 */


    
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
    /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
    opacity: 0.96;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 96);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 96);
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*All filters must be placed together*/
}

#loginbox label{
    color:white;
}

#catalogue-products-grid{
    width: 150%
    
}
