.fb-component {
    padding: 10px !important;
    cursor: move !important;
}

.fb-component input {
    cursor: move !important;
}

.fb-component label {
    cursor: move !important;
}

.fb-component select {
    cursor: move !important;
}

.fb-component textarea {
    cursor: move !important;
}

.fb-form-object-editable {
    padding: 10px !important;
}

.fb-form-object-editable.fb-draggable {
    cursor: move !important;
}

.fb-form-object-editable.fb-draggable input {
    cursor: move !important;
}

.fb-form-object-editable.fb-draggable label {
    cursor: pointer
}

.fb-form-object-editable.fb-draggable select {
    cursor: move !important;
}

.fb-form-object-editable.fb-draggable textarea {
    cursor: move !important;
}

.fb-form-object-editable.empty {
    cursor: default !important;
    margin: 6px !important;
    height: 120px !important;
    border: dashed 1px #aaa !important;
    background-color: #eee !important;
}

.fb-draggable.dragging {
    background-color: #ffffff !important;
    position: absolute !important;
    z-index: 800 !important;
    -webkit-box-shadow: #666 0 0 20px !important;
    -moz-box-shadow: #666 0 0 20px !important;
    box-shadow: #666 0 0 20px !important;
}

.fb-required:after {
    color: #b94a48 !important;
    content: ' *' !important;
}

.fb-builder {
    min-height: 1050px !important;
}

.popover .control-label {
    text-align: left !important;
}

.popover form {
    width: 240px !important;
}