/**************************** Object configuration preview ********************************/


.CMS_t_ObjectConfigurationPreview .adminOpenObject	{
	display: none;
}
 
.CMS_t_ObjectConfigurationPreview .c_unit	{
 
 	margin: 0;
 	position: relative;
 }


.c_unit_objectConfiguration	#c_page_framework .c_top	{
	max-width: 100%;
}

/**************************** Object configuration preview ********************************/


.content-system	.c_contentLeft	{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 100%;
	min-height: 500px;
} 

.objectConfiguration input	{
	height: inherit;
}

.objectConfiguration i.fa	{
	font-size: 1.5em;
	display: inline-block;
	margin-left: 8px;
	cursor: pointer;
}

.configure .showFieldValue	{
	width: auto;
}


.configure .subTemplate	{
	margin: 0 10px 10px 10px; 
	border: 2px solid black; 
	
}

.configure .subTemplate .head	{
	text-align: center; 
	font-weight: bold; 
	color: white; 
	background-color: black; 
	padding: 10px;
}

.configure .subTemplate .content {
	margin: 15px;
}

.configure .clip	{
	margin: 10px; 
	border: 2px solid #606060; 
	
}

.configure .clip .head	{
	text-align: center; 
	font-weight: bold; 
	color: white; 
	background-color: #606264; 
	padding: 5px 10px;
}

.configure .clip .content {
	margin: 15px;
}

.configure .clip .content .pictureList_ul li {
	width: auto;
}

.configure .clip .content .pictureList_ul .showFieldName {
	width: 50px;
}

.configure .clip .content .pictureList_ul .showFieldValue {
	width: 150px;
}

.configure .clip .content .pictureList_ul .sendPlayerCommand .showFieldValue {
	width: auto;
}

.configure .event	{
	margin: 10px; 
	background-color: white; 
	border: 2px solid orange;
} 

.configure .event .head	{
	background-color: orange;
	color: white;
	font-weight: bold;
	padding: 3px;
}

.configure .sendPlayerCommand	{
	margin: 5px; 
	border: 2px solid #c0c0c0;
	clear: both;
	overflow: hidden;
} 




.objectConfigSectionHeader	{
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	
	/* .tabHeaderBackground */
	background-image: linear-gradient(top, #fbfbfb 0%, #E0E0E6 50%, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #fbfbfb 0%, #E0E0E6 50%, #f9f9f9 100%);
	background-image: -moz-linear-gradient(top, #fbfbfb 0%, #E0E0E6 50%, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #E0E0E6 50%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(top, #fbfbfb 0%, #E0E0E6 50%, #f9f9f9 100%);
	
	
}

.objectConfigSectionHeader h1, .objectConfigSectionHeader h2, .objectConfigSectionHeader h3, .objectConfigSectionHeader h4, .objectConfigSectionHeader h5, .objectConfigSectionHeader h6, .objectConfigSectionHeader p	{
	font-family: Arial;
}



/*.objectConfigSection:hover > .objectConfigSectionHeader	{ */

.showObjectConfigSection .objectConfigSectionHeader {
	height: 20px;
	padding: 5px 10px;	
	margin: 1px;
	border: 1px solid #888888;
	
}

/* don't do this!! in textBlockWithImage, the textBlock will overlap the Image and make the cog-icon unreachable 
.objectConfigSection	{
	position: relative;
}
*/

.objectConfigSection + .objectConfigSection	{
	clear: both;
}

.objectConfigSection + .objectConfigSection.noGapFloat_1	{
	clear: none;
}


.showObjectConfigSection .objectConfigSection + .objectConfigSection	{
	border: 1px solid red;
	border-bottom: 1px dashed red;
	margin-bottom: 20px;
	
}

.showObjectConfigSection .objectConfigSection + .objectConfigSection.noGap_1	{
	margin-bottom: 3px;
}


.objectConfigSection .objectConfigSection	{
	border-right: none;
	
	/* to fill the wrapping container if it has a height */
	height: 100%;
}
 
 .objectConfigSectionHeader	{
	text-align: center; 
	font-weight: bold; 
/*	text-decoration: underline; */
	font-size: 12px;
	padding: 0px;
	background-color: #E0E2E4;
	height: 0;
	overflow: hidden;

	margin: 0px;
	
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	

 }
 
 .objectConfigParamsIcon	{
 	float: right;
 	position: relative;
 	width: 20px;
 	height: 20px; 	
 }
 
 
 .objectConfigParamsSection	{
 /*
 	background-color: rgba(255, 255, 255, 0);
 	position: absolute;
 	width: 20px;
 	height: 20px;
 	top: 0;
 	right: 0;
 	overflow: hidden;
 */
 	display: none;
 	text-align: left;
}

/*
 .objectConfigParamsSection:hover {
	width: 700px;
	height: auto;
 	background-color: rgba(255, 255, 255, 0.9);
 	z-index: 5000;

 }
*/ 

 
.c_CMS_t_ObjectConfigurationContainer .actionMenuBottom	{
	/* we need this to create space for objectConfigParamsSection and avoid cut-offs due to overflow hidden in parent containers */
	margin-bottom: 25%;
} 


.showOf_CMS_t_ObjectCompetence .actionMenuBottom, .CMS_t_ObjectCompetence_edit .actionMenuBottom	{
	margin: 50px;
}

 
 .configure .previewImage	{
	width: 240px;
}

.toolbarIcons	{
	position: absolute;
	right: 10px;
	top: 3px;
}

.toolbarIcons	img	{
	margin-left: 5px;
	cursor: pointer;
}

.configuartionPreviewSel	{
	margin: 10px;
	overflow: hidden;
}


.objectConfiguration	{
	clear: both;
}

.objectConfiguration_pageObject	{
	width: 700px;
	
}

.objectConfiguration_pageObject.showObjectConfigSection	{
	width: 702px; /*compensates the border */
}



.c_makroTemplateSelection	{
	height: auto; 
	position: fixed;
	left: 0;
	top: 180px;
	background-color: white;
	min-width: 300px;
}  



.makroTemplateSelectionItem:nth-child(odd)	{
	background-color: #F0F0F0;
	
}
.makroTemplateSelectionItem:nth-child(even)	{
	background-color: #FFFFFF;
	
}


.makroTemplateSelectionItem:hover	{
	background-color: #CCCCCC;
	
}


.objectConfigSection .adminOpenObject	{
	display: none;
}

.objectConfigParamsSection .showFieldValue	{
	width: 720px;
}


/*
.objectConfigSection:hover {
	 background-color: red; 
}
*/

.objectConfigSection:hover  > .objectConfigSectionHeader, .objectConfiguration .CMS_t_ObjectConfigurationPreview:hover > .objectConfigSectionHeader  {
	height: 20px;
	padding: 5px 10px;
	margin: 1px;

}




.showObjectConfigSection .contentSlideshowContainer	{
	min-height: 50px
}


/* to make it visible even if the picture isn't there */ 
.objectConfigSection > .genericIMG, .objectConfigSection > .contentSlideshow	{
	min-height: 20px;
    min-width: 20px;
    background-color: orange;
}


.objectConfigurationPreviewActionMenu	{
	display: none;
}	
	
.objectConfiguration .objectConfigurationPreviewActionMenu	{
	display: block;
	clear: both;
}

/* this is the general page width */
.objectConfiguration, .objectConfigurationPreview	{
	
	width: 1180px;
	max
}

.objectConfiguration.showObjectConfigSection	{
	width: 1182px; /*compensates the border */
}


.objectConfigurationPreview_301, .objectConfigurationPreview_302, .objectConfigurationPreview_303, .objectConfigurationPreview_304, .objectConfigurationPreview_305, .objectConfigurationPreview_306, .objectConfigurationPreview_307	{
	width: 982px;
}



.objectConfigSection .contentData.fullWidthBanner	{
	position: relative !important;
}


/* a previewPlayer for audioQuizzes must have a normal height here to let the author adjust timecodes */
.c_unit_objectConfiguration #previewPlayerTarget .generalPlayer, .generalPlayer, .c_unit_objectConfiguration #previewPlayerTarget .playerCanvasSize	{
	min-height: 180px;
}

.objectConfigSection  select 	{
	font-size: inherit !important;
	background-color: inherit !important;
	height: auto !important;
	padding: 0 !important;
}