/*----------------------------------+
 | PANELS                           |
 +----------------------------------*/

.ffWidgetDragger{
	position:absolute;
	max-width:200px;
	height:20px;
	max-height:20px;
}

/*----------------------------------+
 | Tree-Explorer                    |
 +----------------------------------*/

.ffTreeExplorerCell{
	background-color:transparent;
}
.ffTreeExplorerCell:hover{
	background-color:#444;
}
.ffTreeExplorerRow{
	background-color:transparent;
	border-bottom:1px solid #fff;
}
.ffTreeExplorerRow:hover{
	background-color:#555;
	border-bottom:1px dotted #fff;
}

/*----------------------------------+
 | Color-Picker                     |
 +----------------------------------*/

.pickerprim{
	/*cursor:crosshair;*/
}
.pickerprim:hover{
	outline:2px solid white;
	z-index:5000;
}

/*----------------------------------+
 | ffBabel Editor                   |
 +----------------------------------*/

.ffBabelfishEditor{
	border-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color:transparent !important;
	left:0  !important;
	top:0 !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	max-height: none !important;
}

.ffBabelfishEditor td{
	padding:0 !important;
	width: auto !important;
	min-width:0 !important;
	line-height:11px !important;
	border:0 solid transparent !important;
}

.ffBabelfishEditor .editorframe{
	background-color:#fff !important;
	padding:.5em !important;
}

/*submit haken*/
.ffBabelfishEditor .editorframe + td{
	vertical-align:bottom !important;
	padding-left:4px !important;
}

.ffBabelfishEditor .editorframe + td input[type=image]{
	padding:6px !important;
	background-color:transparent !important;
	border:1px solid transparent !important;
	border-radius:2px !important;
}

.ffBabelfishEditor .editorframe + td input[type=image]:hover{
	border:1px solid rgba(255,255,255,.2) !important;
}

.ffBabelfishEditor .ffBabelfishEditorField{
	display:none;
}

.ffBabelfishEditor .ffBabelfishEditorField.active{
	display:block;
}

.ffBabelfishEditor .ffBabelfishEditorField .inputtext{
	width:427px;
	height:250px;
}

.ffBabelfishEditor .languagesTabBar{
	box-sizing: border-box;
	border-bottom:.5em solid #fff;
	display:flex;
}

.ffBabelfishEditor .languagesTabBar .tab{
	cursor:pointer;
	box-sizing:border-box;
	padding-right:2px;
	flex-grow: 1;
}

.ffBabelfishEditor .languagesTabBar .tab:last-child{
	padding-right:0;
}

.ffBabelfishEditor .languagesTabBar .tab>span{
	font-family:sans-serif;
	color:#000;
	font-style:normal;
	font-size:12px;
	line-height:12px;
	border-radius:2px 2px 0 0;
	padding:12px 8px 8px;
	display:block;	
}

.ffBabelfishEditor .languagesTabBar .tab.activeOnInit>span{
	font-weight:bold !important;
}

.ffBabelfishEditor .languagesTabBar .tab.nocontent>span{
	font-style:italic !important;
}

del.ffBBMStart,
del.ffBBMEnd {
	display: none;
}

.ffBabelfishInlineEditing::after{
  content: "";
  display:inline-block;
  width:var(--paddingadded);
}


/*----------------------------------+
 | Date-Picker                      |
 +----------------------------------*/

.ui-datepicker-calendar{
	display:block;
	padding:10px 5px;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	border:1px dotted #fff;
	background-color:rgba(255,255,255,0.3);
	color:#fff;
}

.ui-datepicker-header{
	background-color:rgba(255,255,255,.3);
	text-align:center;
	padding:4px 8px;
}

.ui-datepicker-prev {
	display:block;
	padding:6px 10px;
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(255,255,255,.3);
	color:#000;
}
.ui-datepicker-next {
	display:block;
	padding:6px 10px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	background-color:rgba(255,255,255,.3);
	color:#000;
}
.ui-datepicker-title{
	display:inline-block;
	min-width:120px;
}
.ui-datepicker-trigger{
	vertical-align:text-bottom;
	cursor:pointer;
}
#ui-datepicker-div td>a{
	display:inline-block;
	padding:6px;
}
#ui-datepicker-div td>a:hover{
	background-color:rgba(255,255,255,.2);
}



/*----------------------------------+
 | Modal                            |
 +----------------------------------*/

.ffModal{
	background-color:rgba(255,255,255,0.9);
	z-index:10000;
	box-sizing: border-box;
	padding:1em;
}

.ffModal.fullscreen{
	position:fixed;
	margin-top:0;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.ffModal>div{
	box-sizing: border-box;
	padding:2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ffModal .ffWidgetTitle{
	display:none;
}

.ffModal .ffWidget{
	width: 50%;
	max-width:500px;
	min-width:250px;
	box-sizing: border-box;
	flex: 1;
}

.ffModal .ffWidget .body{
	white-space: normal;
}

.ffModal .ffWidget .body .value{
	padding:1.4em;
	font-size:1.4em;
	line-height:1.4em;
	box-sizing: border-box;
}

.ffModal .ffWidgetLabel{
	padding:.7em 1.4em;
	font-size:1.4em;
	line-height:1.4em;
	box-sizing: border-box;
}

/*.ffModal .message,
.ffModal .actionBar{
	padding:1.4em 1.4em .7em 1.4em;
	font-size:1.4em;
	line-height:1.4em;
	box-sizing: border-box;
}*/

.ffModal .actionBar button{
	background-color: rgba(255,255,255,.7);
	border: 1px solid rgba(255,255,255,.7);
	padding: .7em;
	border-radius:.1em;
	margin-right:.7em;
	cursor:pointer;
}

.ffModal .actionBar button:hover{
	background-color: rgba(255,255,255,.95);
}

.ffModal .actionBar label{
	font-size:1em;
	line-height:1.2em;
	display:block;
	margin-bottom:1.4em;
}

.ffModal .actionBar input[type=checkbox]{
	margin-right:.7em;
}

.ffModal .message p{
	margin:0 0 .7em 0;
	padding:0;
}

.ffModal .message a{
	color:#fff;
	text-decoration:underline;
}

