html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
/* 	background: url('../graphics/skulls.png') fixed; */
	
/* 	background: url('../graphics/bg_b1.jpg'); */
	
	

background: #360033; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #360033 , #0b8793); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #360033 , #0b8793); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-size: 100%;
	
	/** font-basics **/
	font-family: Arial;
	color: #222222;
}

#gotoWebsiteNavigator{
	position: fixed;
/* 	background: red; */
	height: 100%;
	width: 50px;
	left: 0;
	top; 0;
	bottom: 0;
	cursor: pointer;
}

#gotoWebsiteNavigator:after{
	content: '';
	position: fixed;
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	top: 50%;
	margin-top: -50px;
	left:-50px;
	cursor: pointer;
	transition: all 400ms ease;
	background: rgba(255,255,255,0);
}

#gotoWebsiteNavigator > i.fa{
	position: absolute;
	top: calc(50% - 50px);
	font-size: 30px;
	margin: 32px 8px;
	transition: all 300ms ease;
	left: -35px;
	z-index: 2;
}

#gotoWebsiteNavigator:hover:after{
	background: rgba(255,255,255,1);
}

#gotoWebsiteNavigator:hover > i.fa{
	left: 0;
}

#page{
	height: 100%;
}

#header{
	height:200px;
	height: 20px;
	
	/* theme2 */
	height: 32px;
}

#menu{
/* 	width:900px; */
	min-width:900px;
	max-width: 1400px;
	width: 71%;	
	
	height:26px;
	position: relative;
	margin:auto;
	margin-bottom: 7px;
	
	/* theme2 */
	height: 28px;
	
	/* fullwidth animation experiemnt */
	transition: all 250ms ease;
}

#page[data-layout-animation="off"] > #menu{
	transition: none !important;
}

#page[data-layout="fullwidth"] > #menu{
	width: 98%;
	max-width: 2000px;
}

/* main navigation items */
#menu ul{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu > ul > li,
#menu button.button{
	float: left;
	cursor: pointer;
	transition: all 0.4s ease;
	opacity:0.8;
	position: relative;
	z-index: 3;
	border-bottom: 2px solid transparent;
	background: none;
	margin: 0px 5px 0px 15px;
	padding: 5px 2px 3px 2px;
	min-width: 10px;
	text-align: center;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#menu > ul > li:hover,
#menu > ul > li[data-active=true],
#menu button.button:hover,
#menu button.button[data-active=true]{
	opacity:1;
}

#menu > ul > li:after,
#menu button.button p:after,
#menu button.button[data-layout="icon"]:after{
	content: '';
	position: absolute;
	bottom: -2px;
	height: 2px;
	background: #fff;
	left: 0px;
	width: 0px;
	left: 50%;
	opacity: 0;
		
	transition: all 200ms ease;
}

#menu > ul > li[data-active="true"]:after,
#menu > ul > li:hover:after,
#menu button.button[data-active="true"] p:after,
#menu button.button:hover p:after,
#menu button.button[data-layout="icon"][data-active="true"]:after,
#menu button.button[data-layout="icon"]:hover:after{
	width: 100%;
	left: 0px;
	opacity: 1;
}

#menu > ul > li p,
#menu button.button p{
	margin: 0px;
	font-size: 14px;
}


/* expand nested ul on hover */
#menu > ul > li:hover > ul{
	display: block;
}

#menu > ul > li > ul{
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	list-style: none;
	z-index: 4;
	min-width: 150px;
	padding: 5px 0px;
	text-align: left;
	border-radius: 3px;
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.5);

	display: none;
}

#menu > ul > li > ul > li > p{
	margin: 0px;
	color: #000;
	font-weight: normal;
}

#menu > ul > li > ul > li[data-active="true"] > p{
	font-weight: bold;
}

#menu > ul > li > ul > li{
	padding: 5px;
	margin: 0px 5px 5px;
	border-bottom: 1px solid #e0e0e0;
}

#menu > ul > li > ul > li:last-of-type{
	border: none;
	margin-bottom: 0px;
}

/* main navigation expander */
#menu > ul > li#cmdExtendMenu:after{
	display: none;
}

#menu > ul > li#cmdExtendMenu:hover:before{
	display: block;
}

#menu > ul > li#cmdExtendMenu:before{
	content: '';
	background: transparent;
	width: 120px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: -10px;
	display: none;
}

/* for notifications within menu */
#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"]{
	left: -50px;
	width: 250px;
	overflow-y: auto;
	padding: 0px;
	max-height: 300px;
	color:#222 !important;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li{
	background: #f4f4f4;
	padding: 5px;
	margin: 5px;
	border: none;
	font-size: 13px;
	height: 20px;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li:hover{
	background: #e0e0e0;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li:hover > span{
	display: none;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li:hover > i{
	display: inline;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li > span{
	background: #e13e3e;;
	color: #fff;
	line-height: 20px;
	height: 20px;
	min-width: 16px;
	text-align: center;
	border-radius: 20px;
	float: right;
	font-size: 11px;
	padding: 0px 2px;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li > span[data-solved="true"]{
	background: #d0d0d0;
	color: #3d3d3d;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li > i{
	float: right;
	margin: 3px 8px 3px 5px;
	display: none;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li > i.fa-trash,
#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li > i.fa-times{
	cursor: pointer;
	transition: color 120ms ease;
}

#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li > i.fa-trash:hover,
#menu > ul > li#cmdMenuNotifications > ul[data-layout="block"] > li > i.fa-times:hover{
	color: #e13e3e;
}

/* for the icons */
#menu > ul > li[data-layout="icon"],
#menu button.button{
	margin-left: 6px;
}

#menu > ul > li[data-layout="icon"]:hover,
#menu > ul > li[data-layout="icon"][data-active=true]{

}

#menu > ul > li[data-layout="icon"]:hover > p,
#menu > ul > li[data-layout="icon"][data-active=true] > p{

}

/* menu buttons (right) */

#menu button.button{
	border: none;
	float: right;
	padding-bottom: 5px;
	position: relative;
	outline: none;
}

#menu button.button[data-layout="icon"]{
	padding-bottom: 0;
}

#menu button.button > i.fa{
	height: 20px;
	width: 24px;
	margin: 0;
	transition: all 200ms linear;
	padding: 2px 0 0;
	display: block;

	position: absolute;
	left: 0;
}

#menu button.button[data-layout="icon"] > i.fa{
	height: 16px;
	width: auto;
	position: static;
}


#menu button.button:hover > i{
	border-bottom-color: #fff;
}

#menu button.button > p{
	margin-left: 25px;
	display: inline-block;
	position: relative;
	padding: 0 2px;
	outline: none;
}

#menu button.button p:after{
	bottom: -5px;
}

#menu button.button[data-layout="icon"]:after{
	bottom: -4px;
}

/* special save button (icon switching on alt key) */
#menu > #button_save,
#menu > #button_cancel{
	overflow: hidden;
	position: relative;
	/*height: 28px ;*/
	width: 120px;
	outline: none;	
}

#menu > #button_save > span,
#menu > #button_cancel > span{
	float: left;
	text-align: left;
}


#menu > #button_save > i.fa,
#menu > #button_cancel > i.fa{
	padding: 6px 0px 0px 2px;
}

#menu > #button_save > i:first-of-type{ /* i.fa-save */
	top: 0;
}

#menu > #button_save > i:last-of-type{ /* i.fa-upload */
	top: -30px;
}


#menu > #button_save[data-alt="true"] > i:first-of-type{ /* i.fa-save */
	top: 30px;
}

#menu > #button_save[data-alt="true"] > i:last-of-type{ /* i.fa-upload */
	top: 0
}



#menu > #button_cancel{
	display: none;
}

/**********************************/
/********   CONTROL PANEL *********/
/**********************************/

#controlPanel{
	background: rgba(253, 253, 253, 0.88);
	background: rgba(253, 253, 253, 1);
	
/* 	width:900px; */
	min-width:900px;
	max-width: 1400px;
	width: 71%;	
	
	min-height:550px;
	height: calc(100% - 140px);
	
	position: relative;
	margin:auto;
	
/* 	overflow: auto; */

	/*theme 2*/
	border-radius: 3px;
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.1);
	
	/* fullwidth animation experiemnt */
	transition: all 250ms ease;
}

#page[data-layout-animation="off"] > #controlPanel{
	transition: none !important;
}

#page[data-layout="fullwidth"] > #controlPanel{
	width: 98%;
	max-width: 2000px;
	border-radius: 10px;
}

/***** NAVIGATION *****/
#navigation{
/* 	background: inherit; */
	width:200px;
	height:100%;
/* 	box-shadow: 10px 0px 13px -12px rgba(0,0,0,0.3); */
	border-right: 1px solid #e3e3e3;
	float: left;
}

#navigation[data-overflow="scroll"]{
	overflow-y: scroll;
}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li{
	margin: 0px;
	padding: 0px;
	font-size:14px;
	cursor: pointer;
}

#navigation > ul:first-of-type > li{
	/* to avoid 'flashing' since lis are first printed and then hidden by js */
/* 	display: none; */
}

#navigation ul li p{
	padding: 6px;
	margin: 8px;
	cursor: pointer;
	background: inherit;
	margin-right: 0px; /* -1px */
	border: none;
	border-right: 1px solid transparent;
	transition: border-color 200ms linear;
	position: relative; /* für :after */
	width: auto;

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#navigation > ul > li p{
	width: calc(100% - 20px);
}

#navigation[data-overflow="scroll"] ul li p {
	margin-right: 0;
	border-right: none;
}

#navigation ul li > ul{
	margin-left:10px;
}

#navigation ul li > p:hover{
	/*border-right: 1px solid rgb(44,71,99);*/
}

#navigation ul li > p:hover:after{

}

#navigation ul li > p > a{
	color: inherit;
	text-decoration: none;
	outline: none;
}

#navigation ul li[data-active="true"] > p:hover{
	/* border-right: 1px solid transparent; */
}

/* #navigation ul li p:hover, */
#navigation ul li[data-active=true] > p{
/* 	background: #E9E9D1; */
/* 	background: #444349; */
	color: #f7f7f7;
	
	background: none;
	background-color: rgb(44,71,99);
	
	/*theme 2*/
	border-radius: 3px 0px 0px 3px;
	
	/* theme 3 */
	background: transparent;
/* 	border-bottom: 1px solid rgb(44,71,99); */
	border-radius: 0;
	color: #222222;
}

#navigation ul li p > span{
	float: left;
}

#navigation ul li p > span.navigationItemFlag{
	float: right;
	background: #e9e9e9;
	padding: 0px 9px;
	border-radius: 10px;
	margin: 0 2px 0 1px;

	/* theme option 2 (connect on right) */
	border-radius: 10px 0 0 10px;
	margin: 0 -6px 0 1px;
	padding-right: 7px;
}

 /* theme 3 - animation */
@keyframes navigationBorderBottomAnimation {
    from {width: 0px;}
    to {width: 100%;}
}

@keyframes navigationBorderBottomAnimation2 {
    from {width: 35px;opacity:0;}
    to {width: 60px;opacity:1;}
}

#navigation ul li[data-active=true] > p:after{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	right: -1px;
	border: 6px solid;
	border-color: transparent rgba(253, 253, 253, 1) transparent transparent;
	top: 50%;
	margin-top: -5px;
	
	/* theme 3 */
	width: 100%;
	height: 1px;
	border: none;
	background: rgb(44,71,99);
	right: 0;
	top: 32px;
	animation-name: navigationBorderBottomAnimation;
    animation-duration: 500ms;
	animation-timing-function: ease-out;
}

#navigation ul li:hover > #dataLanguageSelector{
	display: block;
}

#navigation ul li[data-active=true]:hover > #dataLanguageSelector{
	display: none;
}

#dataLanguageSelector{
	display: inline-block;
	background: #e9e9e9;
	position: absolute;
	left: 10px;
	z-index: 1;
	padding: 5px 10px;
	border-radius: 10px;
	width: calc(100% - 37px);
	top: 32px;
	cursor: default !important;
	display: none;
}

#dataLanguageSelector:before{
	content: '';
	width: 100%;
	height: 4px;
	top: -4px;
	position: absolute;
	left: 0;
}

#dataLanguageSelector ul > li{
	margin: 5px 0;
}

#dataLanguageSelector ul > li[data-active="true"]{
	font-weight: bold;
}

/***** MAIN ****/
#main{
/* 	width: 699px; */
	width: calc(100% - 201px);
	height:100%;
	float: left;
	overflow: auto;
}

/* main button */
#main > button, /* theme 3 */
#main button.button{
/*
	float: right;
	margin: 10px 10px;
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 3px 5px;
	transition: all 200ms linear;
*/
	
	padding: 3px 10px;
	border: 1px solid #e8e8e8;
	background: #f4f4f4;
	font-size: 14px;
	cursor: pointer;
	margin: 10px 10px 10px 14px;
	float: right;
	border-radius: 3px;
	transition: border-color 120ms ease;
}
	
#main button.button:hover{ /* theme 3 */
	border-color: #b3b3b3;
}

/***** BLOCK ****/
.block{
	margin: 10px;
/* 	overflow: hidden; */
	float: left;
/* 	min-width: 679px; */
	width: calc(100% - 22px);
}

.block_head{
	float: left;
	background: url('../graphics/stardust.png');
	height: 30px;
	width: 100%;
	border-radius: 3px 3px 0px 0px;
	color: #f7f7f7;
	
	/* theme 2 */
	background: none;
	background-color: rgb(44,71,99);
	
	/* theme 3 */
	background: transparent;
	border-bottom: 1px solid rgb(44,71,99);
	border-bottom: 1px solid #e0e0e0;
	color: rgb(44,71,99);
}

.block_head_title{
	font-size:14px;
	float: left;
	margin: 6px 0px 0px 10px;
	font-weight: bold;

	-webkit-touch-callout: none; 	/* iOS Safari */
    -webkit-user-select: none; 		/* Safari */
    -khtml-user-select: none; 		/* Konqueror HTML */
    -moz-user-select: none; 		/* Firefox */
    -ms-user-select: none; 			/* Internet Explorer/Edge */
    user-select: none; 				/* Non-prefixed version, currently supported by Chrome and Opera */
	
	/* theme 3 */
	margin-left: 2px;
}

.block_head_controls{
	float:right;
	margin: 4px;
	margin-right: 7px;
	
	/* theme 3 */
	margin-right: 2px;
}


.block_head_controls button,
.block_content > .block_content_controls button{
	float:left;
	margin: 2px 0px;
	background: #FDFDFD;
/* 	border: 1px solid #dadada; */
	border: none;
/* 	border-right: 1px solid #dadada; */
	border-right: 1px solid rgba(44, 71, 100, 0.76);
/* 	box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.12) inset; */
	cursor: pointer;
	padding: 2px 8px;
		
	transition: border-bottom 200ms ease;
	-moz-transition: border-bottom 200ms ease;
	-webkit-transition: border-bottom 200ms ease;
	-o-transition: border-bottom 200ms ease;
	
	/* theme 3 */
	background: transparent;
	border-right: none;
	border-bottom: 2px solid transparent;
	border-bottom: 1px solid transparent;
	border-radius: 0 !important;
	height: 24px;
	height: 25px;
}

.block_head_controls button:first-of-type,
.block_content > .block_content_controls button:first-of-type{
	border-radius: 3px 0px 0px 3px;
}

.block_head_controls button:last-of-type,
.block_content > .block_content_controls button:last-of-type{
	border-radius: 0px 3px 3px 0px;
	border-right: none;
}

.block_head_controls button:hover,
.block_content > .block_content_controls button:hover{	
	/* theme 3 */
	border-bottom-color: rgb(44,71,99);
}

.block_head_controls button:active,
.block_content > .block_content_controls button:active{
	box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.15) inset;
	
	/* theme 3 */
	box-shadow: none;
	border-bottom-width: 1px;
}

.block_head_controls button[disabled="disabled"]{
	color: #b6b6b6;
	cursor: not-allowed;
}

.block_head_controls button[disabled="disabled"]:hover{
	border-bottom-color: transparent;
}

.block > div.ui-state-highlight{
	background: #d4edfc;
	float: left;
	min-height: 40px;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-top: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: relative;
	background: url('../graphics/mochaGrunge.png') repeat;
}

.block_content{
	float: left;
	min-height: 40px;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-top: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: relative;
	background: rgb(253,253,253);
}

.block_content[data-cover-id]:before{
	content: '';
	width: 0;
	height: 0;
	border: 7px solid #e7e7e7;
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 1;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.block_content:not(.block_content_cover){
	border-bottom-width: 3px;
}

.block_content:last-of-type{
	border-bottom-width: 1px;
}

.block > div:last-of-type{
	border-bottom-right-radius: 3px;	
	border-bottom-left-radius: 3px;	
}

.block_content:nth-of-type(even){
	background: #f2f2f2;
}

.block_content > .block_content_controls{
    border-bottom: 1px solid #e7e7e7;
    height: 100%;
    position: absolute;
/*     right: -54px; */
/*     width: 43px; */
    width: 0;
    width: -11;
    overflow: hidden;
    
    top:0;
}

.block_content > .block_content_controls button{
	position: absolute;
	height:25px;
	margin-top:-12px;
	top:50%;
	
	border: 1px solid #db6363 !important;
	border-radius: 25px !important;
	background: #fff;
	color: #db6363;
	width: 25px;
	margin-left: 9px;
	box-shadow: none;
	
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}

.block_content > .block_content_controls button:hover{
	background: #db6363;
	color: #f9f9f9;
}

.block_content > .block_content_controls input{
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 33px;
	display: block;
}

.block_content > .block_content_controls button > i.fa.fa-clone{
	margin-left: -2px;
	font-size: 12px;
	margin-top: 1px;
}

.block_content > .block_content_controls button > i.fa.fa-trash{
	margin-left: -1px;
	font-size: 12px;
	margin-top: 1px;
}

.block_content > .block_content_controls:first-of-type{
	border-top: 1px solid #e7e7e7;
}

.block_content_cover{
	padding: 5px;
	cursor: pointer;
}

.block_content_cover > p{
	margin: 0px;
}

.block_content_cover > p > a{
	color: #299be1;
	text-decoration: none;
}

.block_content_cover > p.block_content_cover_1{
	float: left;
	font-size: 15px;
	min-width: 500px;
}

.block_content_cover > p.block_content_cover_2{
	float: left;
	font-size: 11px;
	min-width: 500px;
	margin-top: 5px;
}

.block_content_cover > p.block_content_cover_3{
	float: right;
/* 	width: 150px; => why was this needed again? */
	background: inherit;
	border-radius: 3px;
	font-size: 13px;
	text-align: right;
	position: absolute;
	right: 5px;
	top: 5px;
}

.block_content_cover > p.block_content_cover_3 > span{
	margin-right: 5px;
	padding-right: 8px;
	position: relative;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.block_content_cover > p.block_content_cover_3 > span:after{
	content: '|';
	position: absolute;
	right: 0;
}

.block_content_cover > p.block_content_cover_3 > span:last-of-type{
	margin: 0;
	padding: 0;
}

.block_content_cover > p.block_content_cover_3 > span:last-of-type:after{
	display: none;
}

.block_content_cover > div.block_content_cover_notifications{
	background: #e0e0e0;
	color: #fff;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	min-width: 15px;
	border-radius: 15px;
	position: absolute;
	right: 5px;
	bottom: 3px;
	width: 15px;
/* 	border: 1px solid #c3c3c3; */
	overflow: hidden;
	
	transition: all 120ms ease;
}

.block_content_cover:hover > div.block_content_cover_notifications{
	width: 22px;
	background: #cfcfcf;
}

.block_content_cover > div.block_content_cover_notifications:hover{
	width: 60px;
	background: #e0e0e0;
}

.block_content_cover > div.block_content_cover_notifications > div{
	color: #1f1f1f;
	float: left;
	margin: 0;
	width: 50px;
	text-align: center;
}

.block_content_cover > div.block_content_cover_notifications > div > i.fa{
	cursor: pointer;
	margin: 0 2px;
}

.block_content_cover p.block_content_cover_notifications{
	background: #d72525;
	color: #fff;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	min-width: 15px;
	border-radius: 15px;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*
.block_content_cover > .block_content_controls{
	top:0;
}
*/

/* selected block (datablock) */
/* #299be1 #632A3C*/

.block_content[data-selected="true"].block_content_cover{
	border-left-color: #2C4763;
	border-right-color: #2C4763;
	border-bottom-color: #2C4763;
}

.block_content[data-selected="half"].block_content_cover{
	border-left-color: #2C4763;
	border-right-color: #2C4763;
}

.block_content[data-selected="true"].block_content_cover:before,
.block_content[data-selected="half"].block_content_cover:before{
	content: '';
	background: #2C4763;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.block_content[data-selected="true"]:after{
	content: '';
	background: #2C4763;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.block_content[data-cover-id][data-selected="true"]:before{
	/* border-top-color: #2C4763; */
}

.block_content[data-selected="true"]:not(.block_content_cover),
.block_content[data-selected="half"]:not(.block_content_cover){
	border-color: #2C4763;
}

/* block contextmenu */
.block_content_contextmenu{
	position: absolute;
	background: #fff;
	z-index: 4;
	min-width: 150px;
	text-align: left;
	border-radius: 3px;
	padding: 0;
	margin: 0;
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.5);
	font-size: 13px;
}

.block_content_contextmenu > ul{
	list-style: none;
	padding: 5px 0px;
	margin: 0;
}

.block_content_contextmenu > ul > li{
	padding: 5px;
	margin: 0px 5px 5px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}

.block_content_contextmenu > ul > li[data-enabled="false"]{
	cursor: default;
	pointer-events: none;
	color: #b4b4b4;
}

.block_content_contextmenu > ul > li > i.fa{
	width: 20px;
	text-align: left;
}

.block_content_contextmenu > ul > li:hover{
	color: #299be1;
}

.block_content_contextmenu > ul > li:last-of-type{
	border: none;
	padding-bottom: 0;
}

.block_content_contextmenu > ul > li > input{
	width: 55px;
	margin-right: 5px;
}

.block_content_contextmenu > ul > li >button{

}

/***** FIELD ****/
.field{
	background: inherit;
	position: relative;
	
	border-bottom: 1px solid;
/* 	border-color: inherit; */
	border-color: #e7e7e7;
	min-height:30px;
	overflow: hidden;
	margin: 0px 10px;
	padding: 8px 0px;
	display:table;
/* 	width: 657px; */
	width: calc(100% - 20px);
}

.field:first-of-type{
	margin-top: 0px;
}

.field:last-of-type{
	margin-bottom: 0px;
	border-bottom: none;
}

/*
.field[data-requireUpdate="true"] > .field_label > label:before{
	float:left;
	display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    content: "";
    font-family: FontAwesome;
    margin-top: 2px;
}

.field[data-requireUpdate="true"] > .field_label > label{
	color: #70403D;
	position: relative;
}


.field[data-requirePublish="true"] > .field_label > label:before{
	float:left;
	display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    content: "\f058";
    font-family: FontAwesome;
    margin-top: 2px;
}

.field[data-requirePublish="true"] > .field_label > label{
	color: #1cb9e8;
	position: relative;
}
*/

.field_label{
	width: 230px;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;	
	margin-top: 2px;
	
	position: relative;
	top: 0;
	transition: top 200ms ease;
}

.field_label > div.field_labelIco{
	float:left;
	display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 1px;
    cursor: pointer;
	-moz-transition: all 100ms linear;
}

.field_label > div.field_labelIco:hover{
	transform: scale(1.15);
}

.field_label > div.field_labelIco:last-of-type{
	margin-right: 7px; /** add 5px between last icon and label **/
}

.field_label label{}

.field_label > .field_info{
	font-size: 10px;
	color: #505050;
	position: absolute;
	opacity: 0;
	cursor: default;
	transition: opacity 200ms ease;
	margin-top: 2px;
}

.field_label:hover{
	top: -5px;
}

.field_label:hover > .field_info{
	opacity: 1;
}


.field_input{
	display: table-cell;
	vertical-align: middle;
	padding-left:10px;
}

.field_input input{
/* 	padding:0px 0px 0px 2px; */
	
 	border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.2) inset;
/*     min-width: 400px; */
    padding: 3px;
    
    /* theme 3 */
    box-shadow: none;
}

.field_input input[type=number]{
	width: 50px;
}

.field_input input[type=text]{
/* 	min-width: 400px; */
	min-width: 410px;
	width: calc(100% - 8px);
}

.field_input textarea.inputdata{
 	border: 1px solid #dedede;
    border-radius: 3px;
    padding: 3px;
    
	min-height: 100px;
	min-width: calc(100% - 8px);
	max-width: calc(100% - 8px);
	width: calc(100% - 8px);
}

.field_input input:disabled{
	background: #f9f9f9;
}

.field_input .inputdata[data-type="imagecollection"]{
	border: 1px solid #dedede;
    border-radius: 3px;
    padding: 2px;
    background: #fff;
    float: left;
    width: 379px;
    min-height: 15px;
}

.field_input .inputdata[data-type="imagecollection"] > div{
	color: #fff;
	background: rgb(99, 42, 60);
	border-radius: 3px;
	margin: 0 3px 0 0;
	padding: 0px 4px;
	font-size: 12px;
	float: left;
	cursor: pointer;
	height: 15px;
}

.field_input .inputdata[data-type="imagecollection"] > div[data-operator]{
	background: #e9e9e9;
	color: #222;
}

.field_input button{
	float: right;
	margin: 0 0 0 5px;
	padding: 3px 6px;
	border: 1px solid #dedede;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.field_input img{
	max-height: 40px;
	padding: 2px;
	background: #fff;
	border: 1px solid #e8e8e8;
	cursor: zoom-in;
}

.field_input a{
	color: #299be1;
	text-decoration: none;
	font-size:13px;
}

#prevhovimg{
	z-index: 10;
}





	div.headline{
		border-bottom: 1px solid #e0e0e0;
/* 		width: 670px; (automatisch max. Breite) */
		padding: 5px;
		margin: 4px 10px 10px 10px;
		height: 22px;
	}
	
	
	div.headline > p{
		margin: 5px;
		margin-left: 0px;
		float: left;
		font-size: 14px;
		position: relative;
/* 		padding-right: 20px; */
		margin-right: 25px;
		height: 22px;
		cursor: default;
	}

	div.headline > p:after{
		content: '';
		position: absolute;
/* 		background: red; */
		width: 10px;
		height: 10px;
/* 		right: 5px; */
		right: -15px;
		top: 2px;
		transform: rotate(45deg);
		border-top: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}

	div.headline > p:last-of-type:after{
		display: none;
	}
	
	div.headline > p[onclick]{
		cursor: pointer;
		border-bottom: 1px solid transparent;
		transition: border-bottom-color 200ms linear 0s;
	}
	
	div.headline > p[onclick]:hover{
		border-bottom-color: rgb(44, 71, 99);
	}

	div.headline > p > i{
		padding-right: 10px;
	}

	div.headline > button{
		float: right;
		border: none;
		border-bottom: 1px solid transparent;
		background: none;
		height: 28px;
		padding: 0px;
/* 		margin-left: 5px; */
		margin-left: 10px;
		cursor: default;
		transition: border-color 200ms linear 0s;
		font-size: 11px;
	}
	
	div.headline > button[onclick],
	div.headline > button.search{
		cursor: pointer;
	}

	div.headline > a.button{
		float: right;
		border: none;
		border-bottom: 1px solid transparent;
		background: none;
		height: 28px;
		padding: 0px;
/* 		margin-left: 5px; */
		margin-left: 10px;
		cursor: pointer;
		transition: border-color 200ms linear 0s;
		line-height: 28px;
		font-size: 11px;
		text-decoration: none;
		color:#000;
	}

	div.headline > button > img{
		max-height: 18px;
	}
	
	div.headline > button[onclick]:hover,
	div.headline > button.search:hover{
		border-color: rgb(44, 71, 99);
	}
		
	div.headline > button[data-active="true"]{
		border-color: rgb(44, 71, 99);
		border-width: 3px;
	}
	
	div.headline > input.search {
	    background: transparent;
	    border: medium none;
	    float: right;
	    height: 26px;
	    margin: 0 0 0 5px;
	}
	
	
	/* fix headline (for overflow content) attention: add 50px offset top! */
	div.headline[data-layout="fix"]{
		border-bottom: 1px solid #e0e0e0;
/* 		width: 670px; */
		width: calc(100% - 230px);
		
		padding: 5px;
		margin: 10px;
		height: 22px;
		
		position: absolute;
		top: 0px;
		margin-top: 0px;
		padding-top: 9px;
		background: #fdfdfd;
		
		z-index: 1;
	}
		
	
	/** description **/
	.description{
		margin: 10px;
		background: #f4f4f4;
		padding: 5px;
		font-size: 13px;
		
		/* theme2 */
		border-radius: 2px;
	}
	
	.description > a{
		color: rgba(32, 120, 213, 1);
		text-decoration: none;
	}

	#main .description > button.button,
	#main .description > .buttons > button{
		padding: 3px 11px;
		background: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-color: #c2c2c2;
		border-radius: 3px;
		float: right;
		font-size: 14px;
		cursor: pointer;
		margin: 10px;
	}

	.description > .buttons{
		overflow: hidden;
		margin-top: 10px;
	}

	.description > h1{
		margin: 5px 0 8px 0;
		font-size: 15px;
	}
	
	/** table **/
	table.table{
		margin: 10px;
/* 		width: 680px; */
		width: calc(100% - 20px);
		font-size: 13px;
		border-collapse: collapse;
	}
	
	table.table thead tr td{
		border-bottom: 1px solid #e0e0e0;
		cursor: default;
/* 		cursor: pointer; */
	}

	table.table tr td{
		padding: 5px;
	}
	
	table.table tr td[title]{
		cursor: default;
	}	
	
	table.table tr td[onclick]{
		cursor: pointer;
/* 		color: #299be1; */
	}
	
	
	table.table > thead > tr > td{
		position: relative;
	}
	
	table.table > thead > tr > td[data-sortable-key="asc"]:after,
	table.table > thead > tr > td[data-sortable-key="desc"]:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		right: 2px;
		top: 12px;
		border: 4px solid;
		border-color: #000 transparent transparent transparent;
	}
	
	table.table > thead > tr > td[data-sortable-key="desc"]:after{
		border-color: transparent transparent #000 transparent;
		top: 9px;
	}

	/*TODO test this . */
	table.table tr td a{
		color: inherit;
		text-decoration: none;
	}
	
	table.table tr td a.button{
		padding: 0px 5px;
	}
	
	table.table tr td a.button,
	table.table tr td button{
		background: #fcfcfc none repeat scroll 0 0;
	    border: 1px solid #dfdfdf;
	    border-radius: 3px;
	    box-shadow: 0 2px 5px -5px rgba(0, 0, 0, 0.4);
/* 	    transition: border-color 200ms linear; */
	    transition: all 200ms linear;
	}	
	
	table.table tr td a.button:hover,
	table.table tr td button:hover,
	table.table tr td button[data-active="true"],
	table.table tr td button[data-layout="plain"]:focus{
		background-color: rgb(44, 71, 99); /* remove this for a more weight-less look */
		border-color: rgb(44, 71, 99);
		color: #fff;  /* remove this for a more weight-less look */
	}
	

	#main button.button[data-layout="plain"],
	table.table tr td a.button[data-layout="plain"],
	table.table tr td button[data-layout="plain"],
	table.table tr td button[data-layout="plain"]:disabled,
	table.table tr td button[data-layout="plain"]:disabled:hover{
		background: transparent;
	    border: 1px solid transparent;
	    border-radius: 3px;
	    box-shadow: none;
	    transition: all 200ms linear;
	    cursor: default !important;
	}
	
	#main button.button[data-layout="plain"]:hover,
	table.table tr td a.button[data-layout="plain"]:hover,
	table.table tr td button[data-layout="plain"]:hover{
		color: inherit !important;
		background-color: #fcfcfc;
		border: 1px solid #dfdfdf;
		box-shadow: 0 2px 5px -5px rgba(0, 0, 0, 0.4);
	}	
	
	
	#main buttom.button:disabled,
	table.table tr td a.button:disabled,
	table.table tr td button:disabled,
	table.table tr td button:disabled:hover{
		background: #fcfcfc none repeat scroll 0 0;
	    border: 1px solid #dfdfdf;
	    color: #7f7f7f;
	    cursor: not-allowed;
	    opacity: 0.7;
	}
