.showborders table > * > * > *
{
    border-left: solid #808080 1px !important;
    border-top: solid #808080 1px !important;
}
.showborders table
{
    border-right: solid #808080 1px !important;
    border-bottom: solid #808080 1px !important;
}
.edit-control, .search-control, .filter-control, .view-control, .dashboard-element
{
    display: inline-block;
    vertical-align: middle;
    border: #c0c0c0 1px solid;
    padding: 3px;
    text-indent: 18px;
    line-height: 1;
    background-color: #FFFF99;
    background-position: 3px 1px;
    background-repeat: no-repeat;
}
.plugin-preview
{
    vertical-align: middle;
    display: inline-block;
    border: #c0c0c0 1px solid;
    padding: 2px 2px 2px 2px;
    background-color: #FFFF99;
    background-position: top left;
    background-repeat: no-repeat;
}
.simple-xt-tag
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: #c0c0c0 1px solid;
    padding: 1px 3px;
    background-color: #FFFF99;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
    color: black;
}
.edit-control, .search-control
{
    padding: 3px;
    border-radius: 1px;
    border: 1px solid #c3c2c2;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    background-position: 3px 1px;
}
.rnr-control .edit-control
{
    padding: 5px;
    border-radius: 3px;
    background-position: 5px 3px;
}
.function-login .edit-control
{
    width: 200px;
}
.crossTabFieldsPreview
{
    border: 1px solid silver;
    background-color: #ffffff;
}
.crossTabFieldsPreview th.runner-cc > span
{
    font-weight: bold;
}
.crossTabFieldsPreview th, .crossTabFieldsPreview td
{
    padding: 0;
    border: 1px solid silver;
    vertical-align: top;
}
.crossTabFieldsPreview th
{
    padding: 5px;
}
.crossTabFieldsPreview .fieldPreviewBox
{
    display: block;
    padding: 6px 5px 5px 5px;
    vertical-align: top;
    border-bottom: 1px solid silver;
    position: relative;
    bottom: -1px;
    margin-top: -1px;
}

.crossTabFieldsPreview .fieldPreviewBox:hover
{
    background: silver;
}

.crossTabFieldsPreview .fieldPreviewBox .view-control
{
    font-size: 12px;
    line-height: 12px;
    padding: 2px 5px 3px 2px;
    display: block;
}

.crossTabFieldsPreview .fieldPreviewBox .view-control:hover
{
    cursor: pointer;
}

.dashelbody
{
    min-width: 200px;
    min-height: 100px;
}

#runner_ve_tooltip
{
    position: absolute;
    border: solid black 1px;
    border-radius: 5px;
    color: black;
    background: rgb(252,254,245);
    padding: 5px;
    opacity: 0.8;
    z-index: 1000;
    transition: opacity 1s ease-in-out;
}

#runner_ve_tooltip.hidden
{
    opacity: 0;
    display: none;
}

.rnr-ff-container.ff-gridlines
{
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .15) 10%, transparent 11%, transparent)
	, linear-gradient(90deg,  rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .15) 10%, transparent 11%, transparent) !important;
	background-size: 10px 10px !important;
}

.rnr-ff-vcwrap {
	overflow: visible !important;
	padding: 0 !important;
}

.rnr-ff-cwrap:focus, .ff-focus
{
    box-shadow: 0 0 5px 2px #66FF00;
	cursor: move;
	z-index: 1000;
}

.rnr-ff-cwrap > .simple-xt-tag, .rnr-ff-cwrap  > table
{
	height: calc(100% - 4px);
	width: calc(100% - 8px);
}

.rnr-ff-cwrap  .rnr-ff-text
{
	margin: 8px;
	height: calc(100% - 16px);
	width: calc(100% - 16px);
}

.ff-focus .ff-knob, .ff-knob.area
{
	display: inline-block;
	width: 5px !important;
	height: 5px !important;
	background: white;
	border: solid black 1px;
	position: absolute;
}

.ff-focus  .ff-knob.knob1 {
	left: -9px;
	top: -9px;
	cursor: nwse-resize;
}

.ff-focus  .ff-knob.knob3 {
	right: -9px;
	top: -9px;
	cursor: nesw-resize;
}

.ff-focus  .ff-knob.knob5 {
	right: -9px;
	bottom: -9px;
	cursor: nwse-resize;
}

.ff-focus  .ff-knob.knob7 {
	left: -9px;
	bottom: -9px;
	cursor: nesw-resize;
}

.ff-focus  .ff-knob.knob8 {
	left: -9px;
	cursor: ew-resize;
	top: calc( 50% - 3px);

}

.ff-focus  .ff-knob.knob4 {
	right: -9px;
	vertical-align:middle;
	cursor: ew-resize;
	top: calc( 50% - 3px);
}

.ff-focus  .ff-knob.knob2 {
	top: -9px;
	vertical-align:middle;
	cursor: ns-resize;
	left: calc( 50% - 3px);
}

.ff-focus  .ff-knob.knob6 {
	bottom: -9px;
	vertical-align:middle;
	cursor: ns-resize;
	left: calc( 50% - 3px);
}

/************/
.area.ff-knob
{
	z-index: 1000;
}

.area.ff-knob.knob1 {
	cursor: nwse-resize;
}
.area.ff-knob.knob3 {
	cursor: nesw-resize;
}

.area.ff-knob.knob5 {
	cursor: nwse-resize;
}

.area.ff-knob.knob7 {
	cursor: nesw-resize;
}

.area.ff-knob.knob8 {
	cursor: ew-resize;

}

.area.ff-knob.knob4 {
	cursor: ew-resize;
}

.area.ff-knob.knob2 {
	cursor: ns-resize;
}

.area.ff-knob.knob6 {
	vertical-align:middle;
	cursor: ns-resize;
}
/************/
.rnr-ff-disabled-rect{
	background-color: black;
	opacity: 0.4;
}

td div.field_black, .rnr-ff-container div.field_black {
	color: black;
}

td font[color] div.field_black, .rnr-ff-container .rnr-ff-cwrap[style~="color:"] > div.field_black {
	color: inherit;
}