﻿.textEditor_Expanded {
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-top: 25px !important;
}

.textEditor_ExpandedEdit {
	padding: 0px 0px 10px 0px;
}

.textEditor_CloseAction {
	right: 2px;
	top: 2px;
	width: 20px;
	height: 20px;
	background-image: url('/Theming/Styles/Images/PopupClose.png');
	background-repeat: no-repeat;
	background-position: center,center;
	background-color: white;
	position: absolute;
	z-index: 10;
}

	.textEditor_CloseAction:hover {
		background-image: url('/Theming/Styles/Images/PopupCloseHover.png');
	}

	.textEditor_CloseAction:active {
		background-image: url('/Theming/Styles/Images/PopupCloseActive.png');
	}

	.textEditor_CloseAction:hover {
		cursor: pointer;
	}

.textEditor_ExpandActionEdit {
	right: 0px;
	height: 38px;
	width: 100%;
	background-color: #999999;
}

	.textEditor_ExpandActionEdit .saveControl {
		position: absolute;
		right: 1px;
	}

.textEditor_DisplayContentPanel_Display, .textEditor_DisplayContentPanel_Edit {
	padding-top: 2px;
	padding-right: 35px;
	box-sizing: border-box;
	/* 
		Workitem 4532, 4533 (13-04-2022)
		Declaratieve opzet t.b.v. tonen ellipsis ter verbetering van performance
	*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textEditor_DisplayContentPanel_Display {
	margin-right: 0px;
}

.displayContentBorderPanel {
	border: solid 1px #CCCCCC;
	border-radius: 2px;
	background-color: #EFEFEF;
}

	.displayContentBorderPanel:hover {
		cursor: pointer;
		border: 1px solid #0191D2;
		background-color: #0191D2;
		color: white;
	}

	.displayContentBorderPanel[disabled] {
		border: solid 1px #F0F0F0;
		background-color: #FAFAFA;
		color: #CCCCCC;
		cursor: default;
	}

.textEditor_DisplayContentPanel_Edit {
	min-height: 24px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.textEditor_DisplayActionContentPanel {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
}

.textEditor_DisplayActionSpacer {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 3px;
	height: 26px;
	background-color: white;
	display: none;
}

.textEditor_DisplayActionContentPanel[disabled] {
	background-image: url('/Theming/Styles/Images/MutateDisabled.png');
}

.textEditor_ExpandContentPanel {
	position: relative;
	max-height: 98vh;
	width: auto;
	overflow: auto;
	white-space: normal;
}

.textEditor_ExpandOverlayPanel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: white;
	background-image: url('/Theming/Styles/Images/Loading.gif');
	background-repeat: no-repeat;
	background-position: center, center;
}

.textEditor_DisplayContentLinkButton_Display {
	text-decoration: none;
	color: black;
}

	.textEditor_DisplayContentLinkButton_Display:focus .displayContentBorderPanelFocus {
		border: 1px solid #0191D2;
		background-color: #0191D2;
		color: white;
	}

	.textEditor_DisplayContentLinkButton_Display .textEditor_DisplayActionContentPanel[disabled] {
		background-image: url('/Theming/Styles/Images/MutateDisabled.png');
	}

.displayContentBorderPanel:hover .textEditor_DisplayActionContentPanel[disabled] {
	background-image: url('/Theming/Styles/Images/MutateDisabled.png');
}

a.textEditor_saveControl_Tab {
	background-color: #0191D2;
}

.textEditor_saveControl_Tab img {
	background: url('/Theming/Styles/Images/Finish.png') no-repeat;
	height: 24px;
	width: 24px;
}

a.textEditor_saveControl_Tab:active {
	background-color: #017099 !important;
}

a.textEditor_saveControl_Tab.wcc_Disabled {
	background-color: #999999 !important;
}

.textEditor_DisplayContentPanel_View .textEditor_DisplayActionContentPanel {
	display: none;
}

.textEditor_DisplayContentPanel_View {
	border-radius: 2px;
}

.textEditor_DisplayContentPanel_View:hover {
	background-color: #EFEFEF;
	color: black;
}

	.textEditor_DisplayContentPanel_View:hover .textEditor_DisplayActionContentPanel {
		border: 1px solid #CCCCCC;
		border-radius: 2px;
		background: #EFEFEF url('/Theming/Styles/Images/View.png') no-repeat center center;
		display: block;
	}

	.textEditor_DisplayContentPanel_View:hover .textEditor_DisplayActionSpacer {
		display: block;
	}

.textEditor_DisplayContentPanel_View:active {
	background-color: #0191D2;
	color: white;
}

.textEditor_DisplayContentPanel_View .textEditor_DisplayActionContentPanel:hover {
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	background: #0191D2 url('/Theming/Styles/Images/ViewActive.png') no-repeat center center;
	display: block;
}

.textEditor_DisplayContentPanel_Edit .textEditor_DisplayActionContentPanel {
	right: 3px;
	top: 5px;
	width: 19px;
	height: 19px;
	background-image: url('/Theming/Styles/Images/Mutate.png');
}

.textEditor_DisplayContentPanel_Edit:hover .textEditor_DisplayActionContentPanel {
	background-image: url('/Theming/Styles/Images/MutateActive.png');
}

.textEditor_DisplayContentPanel_Display .textEditor_TextContentUnformattedLabel {
	width: 235px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wcc_DualBlock .textEditor_DisplayContentPanel_Display .textEditor_TextContentUnformattedLabel {
	width: 690px;
}

.textEditor_DisplayContentPanel_Display span {
	display: inline-block;
}

.textEditor_ContentBlockContentCell {
	overflow-x: visible;
	white-space: normal;
}

	.textEditor_ContentBlockContentCell a {
		overflow-x: visible;
		text-overflow: ellipsis;
		white-space: normal;
	}

.wcc_DualBlock wcc_ContentBlockContentCell textEditor_ContentBlockContentCell {
	width: 697px;
	max-width: 2000px;
}

.textEditor_DisplayContentLinkButton_Display span {
	line-height: normal;
}

#cke_bottom_detail, .cke_bottom {
	display: none !important;
}
