
/* ------------------------------------------------------------------------------------------------------------------------ */
/*  2.2.2 Felder                                                                                                      	    */
/* ------------------------------------------------------------------------------------------------------------------------ */

ul.feld_image {
	margin: 0px;
	padding: 0px;
}

ul.feld_image li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: 700px;
	overflow-x: auto;
}

ul.feld_image li img {
	margin: 5px 0 0 25px;
}

ul.feld_file {
	margin: 0px;
	padding: 0px;
}

ul.feld_file li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: 700px;
	overflow-x: auto;
}

ul.feld_file li img {
	margin: 5px 0 0 25px;
}

#whcms3_modul_content_edit_content_main input,
#whcms3_modul_content_edit_content_main textarea {
	padding: 2px;
}

label {
	padding: 2px;
}

.feld-relation-container {
	display: inline-block;
}

.feld-relation-view {
	margin-right: 10px;
	float: left;
}

.feld-relation-view td {
	vertical-align: top;
}

.feld-relation-controls {
	float: left;
}

.whcms3_input_readonly {
	border: none;
	background-color: #E0E0E0;
}

/* CKEditor - read more separator */

.cke_wordpress_more {
	background-image: url(/_js_cms_basis/libs/ckeditor/plugins/wpmore/images/more.png);
	background-position: center center;
	background-repeat: repeat-y;
	clear: both;
	display: block;
	float: none;
	width: 100%;
	height: 30px;
	border-image-width: 0;
}

/* Relationsfeld - tree highlighted datasets */
.jstree-anchor.highlighted,
.jstree-anchor.highlighted.jstree-clicked {
	background-color: #E0E0E0;
	font-weight: bold;
}

/* no highlight for clicked jstree element */
.jstree-anchor.jstree-clicked {
	background: none;
}

/* Email */

.feld-email.input-addon {
	border: none;
	height: 25px;
	background: #a9a9a9;
	padding: 0 6px;
}

.feld-email.input-addon img {
	max-height: 100%;
}