
@charset "UTF-8";
/**
*   This stylesheet is used to apply style to the customs attributes edition 's interface
**/

.block-parameters .left{
    width: 51% !important;
}

.block-parameters .left label{
    margin: 10px 0px;
}

.block-parameters .right{
    font-weight: bold;
    color: hsl(0, 0%, 0%);
    float: right;
    width: 40% !important;
    text-align: left !important;
}

.block-parameters .left label span{
    display: block;
    width: 90px;
    float: left;
}

.block-parameters .left label .button{
    width: 100px;
}

.block-parameters .left label .unset-btn{
    margin-left: 18px;
}

.ui-widget-overlay {
    background:rgba(0,0,0,0.5);
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}