/**
*
* Mise en forme de l'interface conteneur
*
**/

/* GLOBAL WIDGETS TOOLSBAR */
#widgets-tabs-container .x-vertical {
    padding:0;
}
#widgets-tabs-container .x-vertical  .x-tab-default {
    padding: 4px 34px;
}
.x-tree-tri-state-cls input.x-tree-checkbox {
    background: url("img/extjs/ux/tri-state.png") no-repeat center;
}

/*List:*/
.product-row-action {
    margin-left: 10px;
}

.x-visibility-hidden {
    visibility: hidden;
}