@errorText:#f00;
@successText:#0f0;

@import "less/mixins/gradients.less";

.ui-sortable-helper{
    background: #fff;
    box-shadow:0 0 4px #ddd;
}
.ui-sortable-placeholder{
    background: #f2f2f2;
    box-shadow: inset 0 0 4px #ddd;
}
#header{
    #gradient > .vertical(#2b618d, #2e485f);
    height: 116px;
}


.legend{
    margin: -13px -15px 35px -15px;
    padding: 10px 25px;
    background: #717171;
    color:#fff;
    font-weight: normal;
    font-size:18px;
}

@import "_custom-shared.less";