.dd-overview-container {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	height: 230px;
	margin: 55px 50px 50px 15px;
	z-index: 12;
	background: #f7f7f7;
	overflow: hidden;
	transition: height 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

	.dd-overview-container .dd-overview-header {
		background-color: #337ab7;
		color: white;
		font-size: 1.5em;
		text-align: center;
		height: 30px;
		line-height: 30px;
		transition: background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	}
/*
	.dd-overview-container .dd-overview-header:after {
		content: '';
		background: url(../icons/header-angle.svg) no-repeat 80%;
		background-size: 20px 20px;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		left: 0;
		transform: rotate(90deg);
		transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	}

	.dd-overview-container .dd-overview-header:hover {
		background-color: #38434f;
		cursor: pointer;
	}
*/
	.dd-overview-container.collapsed {
		height: 30px;
	}

	.dd-overview-container.collapsed .dd-overview-header:after {
		transform: rotate(0deg);
	}

	.dd-overview-container .yfiles-canvascomponent {
		height: 200px;
		width: 100%;
	}

@media screen and (max-width: 640px ) {
	.dd-overview-container {
		visibility: hidden;
	}
}

@media screen and (max-height: 500px) {
	.dd-overview-container {
		visibility: hidden;
	}
}
.dd-top {
	/**/ position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 116px;
	background-color: var(--alfa-background-color-primary);
}


.dd-header-row {
	height: 68px;
	padding-top: 3px;
	border: 0 solid #efefef;
	border-bottom-width: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



.dd-toolbar {
	position: absolute;
	/*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);*/
	z-index: 12;
	top: 69px;
	left: 0px;
	right: 300px;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	box-sizing: border-box;
	user-select: none;
	transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: padding 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	border: 0 solid #efefef;
	border-bottom-width: 0px;
	border-left: 0px solid #d5d7d8;
}

.dd-toolbar-right {
	position: absolute;
	z-index: 12;
	top: 69px;
	right: 0px;
	height: 40px;
	width: 300px;
	line-height: 40px;
	padding: 0 5px;
	box-sizing: border-box;
	user-select: none;
	background-color: var(--alfa-background-color-primary);
	transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: padding 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	/*border: 0 solid #efefef;*/
	border-bottom-width: 2px;
	/*border-left: 1px solid #d5d7d8;*/
}

	.dd-toolbar .dx-toolbar,
	.dd-toolbar-right .dx-toolbar {
		background-color: var(--alfa-background-color-primary);
	}

.dd-left {
	/**/ position: absolute;
	left: 0px;
	top: 109px;
	width: 320px;
	bottom: 0px;
	background-color: var(--alfa-background-color-primary);
	padding-top: 10px;
	padding-left: 10px;
	border-right: 1px solid #d5d7d8;
	overflow: auto;
}

	.dd-left .dx-toolbar .dx-toolbar-items-container {
		height: 100%;
	}

.dd-bottom {
	/**/ position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-color: #efefef;
}

.dd-status-text {
	color: #158EB7;
	margin-left: 15px;
}

.dd-content {
	/**/ position: absolute;
	left: 320px;
	top: 109px;
	right: 0px;
	bottom: 0px;
}
.dd-content-canvas {
	background-color: var(--alfa-background-color-primary); /* lightgray;*/
}
.dd-content-background {
	fill: var(--alfa-background-color-primary);
	stroke: lightgray;
	stroke-width: 1px;
	stroke-dasharray: 3,3;
}

/*
	.dd-toolbar button {
		line-height: normal;
		height: 24px;
	}

	.dd-toolbar button,
	.dd-toolbar label[class^='dd-icon-'] {
		display: inline-block;
		outline: none;
		border: none;
		height: 24px;
		width: 24px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: transparent;
		line-height: 24px;
		box-sizing: border-box;
		padding: 0;
		cursor: pointer;
	}
*/
.dd-caption {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	margin-left: 0px;
	color: var(--alfa-text-color-primary);
	line-height: 24px;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
	height: 28px;
}

.dd-lastUpdate {
	background-color: var(--alfa-background-color-primary);
	color: var(--alfa-text-color-primary);
	text-shadow: none;
	margin-left: 0px;
	font-size: 16px;
	position: relative;
	line-height: 24px;
	display: inline-block;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	max-width: 33%;
}

.dd-tbox-sep {
	height: 1px;
	margin-top: 14px;
	margin-bottom: 15px;
	border-bottom: 1px solid #C8C8C8;
}

.dd-tbox-dragged {
	background: var(--alfa-background-color-primary); /*	#FFFFFF;*/
	border: 1px solid var(--alfa-text-color-primary); /*	#BFC1C3;*/
	/* Shadow-Flyout */
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 50px;
	height: 56px;
}

.dd-tbox-row {
	border-left: 4px solid transparent;
	color: var(--alfa-text-color-primary);
	height: 32px;
	pointer-events: all;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 6px;
}

.dd-tbox-row.active {
	border-left:4px solid #1D5077;/*7px solid #158eb7;*/
}

.dd-tbox-row-in {
	position:relative;
	pointer-events: all;
	border: 1px solid transparent;
}

div.dd-tbox-row:focus .dd-tbox-row-in {
	border: 1px dotted #787878;
	outline: none;
	font-weight: normal;
}

.dd-tbox-row:hover {
	background-color: inherit;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	-ms-transition: background-color .25s;
	transition: background-color .25s;
}

.dd-tbox-row-img {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: var(--alfa-text-color-primary);
	/*vertical-align: middle;*/
}
.dd-tbox-row-i-alfa {
	font-size:22px;
}
.dd-tbox-row-text-super {
	display: inline-block;
	vertical-align: super;
	margin-left: 15px;
}


.dd-tbox-row-text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.dd-tbox-row-img-csign {
	position: absolute;
	left: 19px;
	top: 0px;
}

.dd-tbox-drop-notallowed {
	cursor:no-drop;
}
.dd-tbox-drop-allowed {
	cursor: default;
}

.dd-tarea {
	resize: none;
	text-align: left;
	color: #787878;
	line-height: 17px;
	padding-right: 6px !important;
	padding-left: 6px !important;
	font-size: 12px;
	/*font-family:monospace;*/ font-family: inherit;
	border-top-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: rgb(255, 255, 255);
	min-width: 50px;
	min-height: 30px;
	overflow: auto; /*to remove always visible scroll bar in IE*/
}

.dd-tarea-measure {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: auto;
	height: auto;
	font-size: 12px;
	/*font-family:monospace;*/ font-family: inherit;
	text-align: left;
	color: #787878;
	line-height: 17px;
	visibility: hidden;
	overflow: visible;
	word-wrap: break-word;
	padding-right: 6px;
	padding-left: 6px;
}

.dd-tbar-color-dropdown {
	border-bottom: 3px solid transparent;
}



.dd-tbar-color-item {
	border: 2px solid transparent;
}

.dd-tbar-color-item:hover {
		border: 2px solid green;
	}


.dd-tbar-color {
	cursor: pointer;
}
.dd-tbar-white-color {
	font: 14px/1 DXIcons;
	color: lightgray;
}
.dd-tbar-white-color::before {
	content: "\f11a";
}

.dd-top .po_toolbar .dx-menu .dx-menu-item-content {
	color: var(--alfa-text-color-primary);
}

.dd-top .po_toolbar .dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text,
.dd-top .po_toolbar .dx-menu-base .dx-menu-item-content .dx-menu-item-text {
	color: var(--alfa-text-color-primary);
}

.dd-top .po_toolbar .dx-button .dx-button-content .dx-icon {
	color: var(--alfa-text-color-primary);
}


.dd-colorpicker-color-btn.selected {
	width: 60px;
	height: 23px;
	border-left: 1px solid dimgrey;
	border-top: 1px solid dimgrey;
	border-right: 1px solid dimgrey;
	border-bottom: 4px solid dimgrey;
}

.dd-colorpicker-color-btn.selected:focus {
		width: 60px;
		height: 23px;
		border-left: 1px dotted dimgrey;
		border-top: 1px dotted dimgrey;
		border-right: 1px dotted dimgrey;
		border-bottom: 4px solid dimgrey;
		cursor: pointer;
	}

.dd-colorpicker-color-btn:focus {
	width: 60px;
	height: 20px;
	border: 1px dotted dimgrey;
	cursor: pointer;
}

.dd-colorpicker-color-btn {
	width: 60px;
	height: 20px;
	border: 1px solid dimgrey;
	cursor: pointer;
}

.yfiles-stripe-resize-template,
.yfiles-stripe-selection-template,
.yfiles-stripe-drag-template {
	stroke: #3399ff;
	fill: #3399ff;
	stroke-opacity:1;
	fill-opacity:0.25;
}