@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 - 245px);
	top: 11px;
	width: 228px;
	background-repeat: no-repeat;
	pointer-events: none;
}
#DDworkspace {
	border-left: 2px solid;
	margin-left: 10px;
	padding: 0 0 0 10px;
	width: calc(100vw - 188px);
  border-color: var(--DDmainColor);
	height: calc(100vh - 170px);
}
#f1 {
	margin-top:15px;
	height: calc(100vh - 218px);
	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 - 245px);
	width: 80px;
	height: 35px;
	display:inline-block;
}
#DDgold {
	position: absolute;
	left: 205px;
	top: 22px;
	font-family: Arial black;
	font-size: 22px;
	text-shadow: 1px 1px 0 var(--DDmainColor), -1px -1px 0 var(--DDmainColor), 1px -1px 0 var(--DDmainColor), -1px 1px 0 var(--DDmainColor);
}
/* 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;
}
.DDcharmbar{
 position:absolute;
 top:0px;
 left:340px;
 width: calc(100vw - 605px);
 margin-top:44px;
 background-color: var(--DDform);
 padding: 4px;"
}
.DDcharmbtn, .DDcharmbtn2 {
	width: 42px;
	height: 42px;
	padding-top: 4px;
	font-size: 42px;
	text-align: center;
	cursor: pointer;
	color: var(--DDmainColor);
	border: 1px solid;
	border-radius: 4px;
	border-color: var(--DDrow);
	background-color: var(--DDrow);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.DDcharmbtn2 {
  width: 62px;
	cursor: inherit;
}
.DDcharmbtnplus {
	font-size: 30px;
	font-weight: bolder;
	color: var(--DDrow);
	position: relative;
	left: -28px;
	top: -6px;
}
.DDbmcount {
	font-size: 25px;
	font-weight: bolder;
	color: var(--DDrow);
	position: relative;
	left: -26px;
	top: -6px;
}
.DDcharmbarmsg {
	display:inline-block;
	font-size: 15px;
	font-weight: bolder;
	color: var(--DDmainColor);
	border-color: var(--DDmainColor);
	background-color: var(--DDrow);
	padding: 4px;
	border: 1px solid;
	border-radius: 4px;
	margin-top: 10px;
	vertical-align: top;
	margin-left:10vw;
	opacity:0;
	animation-name: fadein;
 	animation-duration: .5s;
 	animation-iteration-count: 1;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
@keyframes fadein {
	0% {opactity:0;}
	100% {opacity:1;}
}

#_DDcharmbar2 {
	display:inline-block;
	float:right;
	opacity:0.5;
}
#_DDcharmbar2:hover,#_DDcharmbar2:focus-within {
	opacity:1;
}
