
/*
.editable-text-content{
	min-height:100px;
	cursor:pointer;
	border: 2px dashed #D9EDF7;
}
.editable-text-content:hover{
	/*background-color: #D9EDF7;
	border-color: #BCE8F1;
	*/
	box-sizing: border-box;
	min-height:100px;
	cursor:pointer;
}
*/
.cke_focus{
	border-color:none;
	background-color:none;
}

/* FLAGS **************************************************************************************************************/
.flagGroup {
	margin: 25px;	
	display: inline-table;
}
.flag {
	margin: 1px 3px;
	width: 16px;
	height: 11px;
	background-image: url(img/flags.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.flag_bw {
	margin: 1px 3px;
	width: 16px;
	height: 11px;
	background-image: url(img/flags_bw.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.flag.flag-ch, .flag_bw.flag-ch {background-position: -16px 0}
.flag.flag-de-CH, .flag_bw.flag-de-CH {background-position: -32px 0}
.flag.flag-fr-CH, .flag_bw.flag-fr-CH {background-position: 0 -11px}
.flag.flag-en-US, .flag_bw.flag-en-US {background-position: -16px -11px}
.flag.flag-it-CH, .flag_bw.flag-it-CH {background-position: -32px -11px}
/*.ul,.ol{list-style-type: disc !important;}*/