@CHARSET "ISO-8859-1";
/* ------ main divs ------- */
body {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
  color: var(--DDblack);
  user-select: none;
  background-color: var(--DDbackgr);
}
body:not(.DDkbmode) button:focus,
body:not(.DDkbmode) input:focus,
body:not(.DDkbmode) select:focus,
body:not(.DDkbmode) textarea:focus,
body:not(.DDkbmode) div:focus,
body:not(.DDkbmode) a:focus,
body:not(.DDkbmode) canvas:focus {
  outline: none;
}
:focus {
  outline: auto 2px var(--DDredcolor);
}
#DDbody {
	margin-left: 0px;
	background-repeat: no-repeat;
}
#DDfooter {
	display:inline-block;
	margin-left: 42px;
	padding: 2px;
	margin-top: 10px;
}
#DDtopbar {
	width: calc(100% - 85px);
	height: 135px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
#DDrightbar{
	height: 526px;
	position: absolute;
	left: calc(100vw - 325px);
	top: 11px;
	width: 283px;
	background-repeat: no-repeat;
	pointer-events: none;
}
#DDworkspace {
	border-left: 2px solid;
	margin-left: 10px;
	padding: 0 0 0 10px;
	width: calc(100vw - 263px);
  border-color: var(--DDmainColor);
	height: calc(100vh - 170px);
}
#f1 {
	height: calc(100vh - 205px);
	overflow-y: auto;
	overflow-x: clip;
	scrollbar-color: var(--DDhilight) var(--DDmainColor);
  scrollbar-width: thin;	
}
#DDwintitle {
  width: calc(100% - 40px);
	height: 27px;
	padding-left: 5px;
	line-height: 25px;
	font-size: 12pt;
	font-family: "Verdana bold", sans-serif;
	color: var(--DDwhite);
	background-color: var(--DDmainColor);
	display:inline-block;
	vertical-align:top;
}
.DDwintitleimg{
	position:absolute;
	left:calc(100vw - 320px);
	width: 80px;
	height: 35px;
	display:inline-block;
}
/* Breadcrumbs en backbutton */
.DDbreadcrumb {
	font-style: italic;
	width: 100%;
	margin-left: 20px;
	margin-bottom: 3px;
}
.DDbreadcrumbfiller{
	top: 36px;
	font-style: italic;
	width: 100%;
	margin-left: 20px;
	margin-bottom: 3px;
}
#DDbackButton {
	border-style: solid;
	border-width: 14px 18px 14px 0;
	cursor: pointer;
	height: 0;
	margin: 0 2px 0 0;
	width: 0;
  border-color: transparent var(--DDmainColor) transparent transparent;
	display:inline-block;
}
#DDbackButtonFiller{ /* pages that have no backbutton */
	display: inline-block;
	width: 20px;
	height: 27px;
}
#DDbackButton:hover {
  border-color: transparent var(--DDsecondColor) transparent transparent;
}
@font-face {
  font-family: 'FontAwesome';
	font-display: swap;
  src: 	url('../../../doubledutch/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
				url('../../../doubledutch/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
				url('../../../doubledutch/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.DDcharmout{
	padding-top: 87px;
	position: absolute;
	top: 0px;
	height: 87px;
	width: 75px;
	left: calc(100% - 80px); 
	z-index: 2;
	opacity: 0.1;
	transition: height 0.2s;
}
.DDcharmin{
	padding-top: 87px;
	position: absolute;
	top: 0px;
	width: 75px;
	left: calc(100% - 80px); 
	z-index: 2;
	background: linear-gradient(to right,var(--DDbackgr) 0%,var(--DDsecondColor) 50%, var(--DDbackgr) 100%);
	opacity: 1;
	height: calc(100% - 87px);
	transition: height 0.2s;
}
.DDcharmbar {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.DDcharmbtn,.DDcharmbtn2 {
	width: 62px;
	height: 58px;
	padding-top: 4px;
	font-size: 60px;
	text-align: center;
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	color: var(--DDmainColor);
	border-color: var(--DDmainColor);
	background-color: var(--DDrow);
}
.DDcharmbtnplus {
	font-size: 30px;
	font-weight: bolder;
	color: var(--DDrow);
	position: relative;
	left: -36px;
	top: -13px;
}
.DDbmcount{
	position: relative;
	left: 50px;
	bottom: 58px;
	color: var(--DDmainColor);
}
.DDcharmbtn2 {
	padding-left: 3px;
	width: 59px;
}
