.ui-draggable {
	cursor: pointer;
}

.flf-dnd-source .hidden {
	display: none;
}

.flf-dnd-source.uninitialized,
.flf-dnd-target.uninitialized {
	display: none !important;
}

.flf-dnd-source table,
.flf-dnd-target table {
	width: 100%;
}

/*.flf-dnd-fullscreen #two-col-sb-left {
	padding: 0 !important;
}

.flf-dnd-fullscreen #left-sidebar {
	display: none !important;
}
*/
.flf-dnd-fullscreen .draggable-data-row td:hover {
	cursor: move;
	cursor: -moz-grab;
}

.draggable-data-row:hover {
	border: 1px solid #9FCC3A;
}

.droppable-placeholder {
	border: 1px solid #9FCC3A;
}

.ui-tabs {
	clear: both;
}

.rounded-corner-region .rc-body .rc-content-main {
	overflow: auto;
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget * {
	font-family: inherit !important;
	font-size: inherit !important;
}

.op-available {
	display: inherit;
}

.op-forbidden {
	display: none;
}
