﻿/* the label for the boxName of pBoxes */
#WebStoryContentEditContainer .StoryEditorBoxLabel
{
}

#WebStoryContentEditContainer .PBoxToolbarDiv
{
	border: 1px solid #CFCFCF;
	background: none;
   background-color: #EEEEEE;

	border-bottom-style: none;
	padding: 4px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #222222;
	clear: both;
	height: 42px;
}

#WebStoryContentEditContainer .PBoxFileDiv
{
	float:left;
}

#WebStoryContentEditContainer .PBoxButtonDiv
{
	float:left;	
	margin-right: 8px;
}

#WebStoryContentEditContainer .PBoxDescDiv
{
	float:left;	
	margin-right: 5px;
	overflow: hidden;
	
}
#WebStoryContentEditContainer .PBoxBoxLabel
{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top: 3px;
	margin-bottom: 3px;
	
}

#WebStoryContentEditContainer .PBoxImageLabel
{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


#WebStoryContentEditContainer .PBoxButton
{
	border-radius: 4px;
	padding: 0.3em !important;
	
}
#WebStoryContentEditContainer .PBoxButtonImageSelect
{

}

#WebStoryContentEditContainer .PBoxButtonImageCrop	
{

}

#WebStoryContentEditContainer .PBoxButtonDeletePictureBox
{

}
#WebStoryContentEditContainer .PBoxButtonUpload
{

}
#WebStoryContentEditContainer .PBoxBWCheckBox
{

}
#WebStoryContentEditContainer .PBoxBWCheckBoxBR
{
}

#WebStoryContentEditContainer .PBoxImageDiv
{
	padding-bottom: 25px;
}

#WebStoryContentEditContainer .PBoxImage
{
	opacity: 0.1;
}

#WebStoryContentEditContainer .PBoxImageBorderDiv
{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid  #CFCFCF;
}



#WebStoryContentEditContainer .PBoxBUDiv
{
	padding-bottom: 25px;
}

/* the label of the BU for pBoxes */
#WebStoryContentEditContainer .PBoxBULabel
{
}

/* the textBox of the BU for pBoxes */
#WebStoryContentEditContainer .PBoxBUTextBox
{
	margin-left: auto;
	margin-right: auto;
}


#WebStoryContentEditContainer .PBoxErrorLabel
{
	color: Red;
	font-weight: bold;
}

#WebStoryContentEditContainer .TBoxBoxDeleteBtn 
{
    width: 24px !important;
    height: 23px !important;
    float:right;
    margin-left: 5px;
    margin-right: 5px;
}

#WebStoryContentEditContainer .TBoxRow
{
	
}

#WebStoryContentEditContainer .LinkBoxDiv {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid lightgray;
	border-radius: 4px;
}
#WebStoryContentEditContainer .LinkBoxHeaderDiv {
	 background-color: #EEEEEE;
	 padding: 3px;
	 height:28px
}
#WebStoryContentEditContainer .LinkBoxImageDiv {
	background-origin: padding-box;
	background-position: 50% 50%;
	background-repeat: no-repeat !important;
	background-size: contain;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#WebStoryContentEditContainer .LinkBoxImageDivSmall {
	background-origin: padding-box;
	background-position: 50% 50%;
	background-repeat: no-repeat !important;
	background-size: contain;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}

#WebStoryContentEditContainer .LinkBoxBUDiv {
	 background-color: #EEEEEE;
	 padding: 3px;
	 min-height: 20px;
}
#WebStoryContentEditContainer .LinkBoxBUText {
	 background-color: transparent !important;
	 width: 99% !important;
	 padding: 3px;
	 min-height: 20px;
	 border-color:  transparent !important;
}

#WebStoryContentEditContainer .LinkBoxDeleteBtn {
    width: 24px !important;
    height: 23px !important;
    float:right;
    margin-left: 5px;
    margin-right: 5px;
}
#WebStoryContentEditContainer .OpenLinkBoxDocumentBtn {
    width: 24px !important;
    height: 23px !important;
    float:right;
    margin-left: 5px;
    margin-right: 5px;
}

#WebStoryContentEditContainer .WebStoryPicItemCreditCtrl{
	margin-top: 7px !important;
	margin-left: 13px;
	width: 528px;
	height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	border: 1px solid #D9DDE6;
}

#WebStoryContentEditContainer .DeleteTextBoxBtn {
	margin-left: 10px !important;
	float:right !important;
	font-size: 12px !important;
}

/*=====================================================================================*/
/* TinyMCE Htmleditor */
/*=====================================================================================*/
#WebStoryContentEditContainer .mce-container {
	border-color: #CFCFCF !important;
}

.mceToolBarBoxName {
	display: inline-block !important;
	float: left !important;
	height: 20px !important;
	margin: 0px 5px 2px 2px !important;
	padding-left: 5px !important;
	padding-top: 8px !important;
	font-weight: bolder !important;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 75px;

}

.mceDeleteTextBoxBtn:hover {
	color: black !important;
}

.mceDeleteTextBoxBtn {
	color:#898989 !important;
	display: inline-block !important;
	float: right !important;
	width: 28px !important;
	height: 28px !important;
	padding-top: 6px !important;
	margin-left: 10px !important;
	font-size: 14px !important;
	cursor:pointer !important;
}


.mceStatusBarCustom {
	display: inline-block;
	height: 20px !important;
	margin: 5px 5px 0px 5px !important;
}

.mceStatusBarContent {
}


.mceFocused {
	border-color: #fcd26a !important;
}

/* Overrule some tiny mce css*/
/*.mce-panel {
    background-color: #EEEEEE !important;
    background-image: none !important;
    border: 0 solid #9E9E9E;
}
.mce-toolbar-grp 
{
	border-top-style:none !important;
	margin-top: 2px !important;
	padding-bottom: 0px !important;
}

mce-btn-group .mce-btn {
    border-radius: 0;
    border-width: 0;
    margin: 0;
}

.mce-widget {
	background: none !important;
}

.mce-widget {
	background: none !important;
}
.mce-first {
    border-left: 0px none !important;
}

.mce-btn-group .mce-last {
    border-right: 0px none !important;
}

.mce-btn-group .mce-btn {
    border: 0px none !important;
}*/

/*=====================================================================================*/
/* DIALOG XML formats for webstories (i.e. Zwischentitel)  */
/*=====================================================================================*/
.FIIMTitle {
	background-color: #FFFF66;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #808080;
	border-top-width: 1px;
	border-bottom-width: 1px; 
	display: inline;
}

.FICust {
	background-color: #66FF33;
	display: inline;
}

.FITBSTag {
	background-color: #66FFFF;
	display: inline;
}

.FILocation,
.FIAuthor,
.FIComment {
	color: #7a7a7a;
	display: inline;
}

.FIComment:before 
{
	content: "►";
	font-size: 10px;
}
.FIComment:after 
{
	content: "◄";
	font-size: 10px;
}

.FILocation:before
{
	content: "►";
	font-size: 10px;
}
.FILocation:after
{
	content: "◄";
	font-size: 10px;
}

.FIAuthor:before
{
	content: "►";
	font-size: 10px;
}
.FIAuthor:after
{
	content: "◄";
	font-size: 10px;
}
