/* labels for contenttypes in backend edit mode */
.content_type_label {
    color: #0060B1;
    background-color: #BFCF00;
    display: block;
    margin: 5px 0 2px 0;
    border-top: 2px solid #0060B1;
    border-right: 2px solid #0060B1;
    padding: 2px;
    font-weight: bold;
}
.content_type_label_secondary {
    color: #0060B1;
    background-color: #BFCF00;
    display: block;
    margin: 5px 0 2px 0;
    padding: 2px;
    font-weight: normal;
}

#tpl_visedit {
    height: 100%;
    padding: 0;
    margin: 0;
}

#tpl_visedit .visedit_item {
    position: relative;
    height: 26px;
    white-space: nowrap;
    font-size: 12px;
}

/************* GRID Zusätze (TONE2TONE) ***********/

.grid-wrapper .grid .grid-stack-item-content .navigation .iconlist .save {
	display: none; /* der Speichern-Dialog des Einzelgridmoduls hat überhaupt keine Funktion, also ausblenden! */
	}

.confSettings label {
	width: 150px;
	display: inline-block;
	}
	
.confSettings input.send {
	display: block;
	margin-left: 159px;
	background: #BFCF00;
	border: 1px solid black;
	}
	
.subwrapper {
	background: #cccccc;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	padding: 10px 0 5px 0px;
	}

.subwrapper label  {
	margin-left: 5px;
	}
	
label.subwrapper  {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	}
	
.maximg {
	max-width: 150px;
	height: auto;
	}
	
.editorbutton {
	display: block;
	}
	
.content_article_include_grid .cms_abstract  label {
	width: 150px;
	}
	
.content_article_include_grid .cms_abstract  select {
	width: 400px;
	}

.CMS_HTML p {
	}
	
.CMS_HTMLHEAD, .CMS_HTMLHEAD p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}

.CMS_HTML h1 {
	}
	
.CMS_HTML h2 {
	}
	
.CMS_HTML h3 {
	}
	
/*** Correct false behaviour of checkboxes in link dialog */

.cms_abstract #linkeditor_tabs div.basic-settings div>label:first-child {
    float: left;
	width: 120px;
}

.cms_abstract #linkeditor_tabs div.basic-settings div>label {
    float: left;
	width: 200px;
}

.cms_abstract #linkeditor_tabs div.basic-settings div>input {
    display: block;
	float: none;
}

.cms_abstract #linkeditor_tabs .checkbox_wrapper {
	float: none;
	display: inline-block;
	width: 120px;
}

/* Taggingbaum beeinflussen */

.domenabled ul#finder > li > input {
    display: none;
}
