@import "2.3.2/less/bootstrap.less";
@import "less/font-awesome.less";
@import "_panel.less";
@import "_library.less";
@fa-font-path: "../../admin/fonts";

@baseFontSize:          14px;
@baseLineHeight:        18px;

.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 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

@import "_custom-shared.less";