/* ------------------------------------------------------
	CSS: Dashboard.css
	Produced by: Ploegwerk Consultancy - www.ploegwerk.nl
	Author: Jan van der Ploeg
	Date: 6-2005 | xhtml revisie 01-2008 | xhtml5/css3 revisie najaar 2017
------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6{
	color: #415D83;
}
.rechts,.right{
	float: right;
}
hidden, .skiplinks, .hidden{
	display: none;
}
a{
	color: #3664DC;
	text-decoration: none;
}
iframe{
	background-color: transparent;
	width:100%;
	border: 1px solid #EFF0F1;
	border-radius: 5px;
	resize: both;
	overflow: auto;

	-moz-resize: both;
	-webkit-resize: both;
}
#fieldset {
	margin: 0; padding: 0;
	border: none;
}
fieldset legend{
	display: none;
	height: 0; line-height: 0;
	text-indent: -9999px;
}
body{
  	text-align:center;
	font: normal .8em verdana, arial;
	font: normal 1em verdana, arial;
	/*font: normal 12px verdana, arial;*/
	color: #000;
	background: #efebe6;
	background: #fff;
	overflow-y: scroll;
	margin:0;
}
#container{
	/* width: 1300px; */
	width: 90%;
	margin: 0em auto;
    margin-top: 0em; margin-bottom: 1em;
	background-color: transparent;
	font-family: trebuchet ms, Helvetica, Arial;
	color: #3F3F3F;
	font-size: 0.8em;
}

/* - - - TOP EN FOOTER INSTELLEN - - - - */
#footer{
	background: #fff;
	padding: 8px;
	height: 100%;
	color: silver;
}

/* SLIDER */
.slider {
  -webkit-appearance: none;
  width: 100px;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  op##city: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

/* EINDE SLIDER */


#header a, 
#footer a{
	color: silver;
    text-decoration: none;
}
#header a:hover, 
#footer a:hover{
	color: silver;
    text-decoration: underline;

/* - - - in de kop zit een div/tabel met drie cellen - - - - */}
#header{
	color: #3569AA;
	padding: 1px 20px 10px 20px;
	border: 0px solid black;
	background-color: #fff;
}

#divHeaderContainer{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	vertical-align: top;
	background-color: transparent;
	border: 0px solid red;
}
#divHeaderContainer div{
	border:0px solid blue;
}

#divHeaderLogo{
	width:30%;
}
#divHeaderDatetime{
	width:40%;
	text-align:center;
	color: gray;
}
#divHeaderClock{
	width:30%;
	font-family: Helvetica, arial, sans-serif;
	font-size: 5em;
	color: silver;
	text-align: right;
}
#kleurVandaag{
	width: 8px;
	height: 8px;
	margin-top: 4px;
}
#logoImage{
	margin: 10px 0 10px 0;
}

.GroteKlokSeconden{
	color: silver;
	font-size: .60em;
}
/* - - - NAVIGATIE / MENU - - - */


#nav {
    border-top: 0px solid #415D83;
    border-bottom: 0px solid #415D83;
	background: #fff;
	padding: .25em .5em 0;
	z-index: 10;

}

/* NAV niveau 1*/
#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	font-weight: normal;
}
#nav li {
	float: left;
	display: block;
	background: #fff;
	border: 0px solid #fff;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	width: 90px;
	color: #3F3F3F;
	line-height: 2em;
	z-index: 10;
}
#nav a {
	display: block;
	border: 0px solid #fff;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #3F3F3F;
}
#nav .current{
	background: #fff;
	color: #415D83;
	width: 30px;
}
#nav .current a{
	color: #3F3F3F;
}
/* NAV niveau 2 */
#nav li .navSubmenu{
	padding: 4px 0 4px 4px;
	background: #fff url(../ico/arrow-menu.png) no-repeat;
	background-position: right;
}
#nav li ul{
	position: absolute;
	left: -999em;
	width: 16em;
	border-bottom: 0px solid #415D83;
	z-index: 10;
}
#nav li li {
	border: 1px solid silver;
	border-radius: 0px;
	margin-bottom : -1px;
	color: #3F3F3F;
	width: 160%;
	text-align: left;
	z-index: 10;
}
#nav li li .current{
	color: gray;
	text-decoration: underline;
	background: #8AAF15;
}

#nav li ul li{
	padding: 4px 0 4px 4px;
	z-index: 10;
}
#nav li ul a {
	width: 100%;
	border-radius: 0px;
	text-align: left;
	color: #3F3F3F;
	background: transparent;
}
/* NAV niveau 3 */
#nav li ul ul {
	margin: -1.70em 0 0 14.6em;
}
/* NAV HandOver */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li a:hover, #nav li.sfhover {
	color: #3F3F3F;
	background: #EFF0F1;
	border-radius: 5px 5px 0px 0px;
}
#nav li li:hover, #nav li li a:hover, #nav li li.sfhover {
	color: #3F3F3F;
	border-radius: 0px;
	background: #EFF0F1; /*submenu*/
}
	/* NAV ivm IE7 */
#nav li:hover, #nav li.hover {
    position: static;
}

/* - - - EINDE NAVIGATIE / MENU - - - */

/* - - - CONTENT - - - */
#content{
    clear: both;
  	line-height: 1.7em;
	background: #fff;
    color: #282828;
    padding: 0px 20px 0 20px;
}
#content p{
	padding-bottom: 1.5em;
}
#content h1, #content h2, #content h3{
	color: #415D83;
	padding-bottom: .25em;
}
#content h1{
	font-size: 1.3em;
    color: #415D83;
    font-weight: bold;
    display: block;
    border-top: 1px solid #99CC00; border-bottom: 1px solid #99CC00;
    padding: .25em 0;
    margin: 0em 0em 1em;
}
#content h2{
	font-size: 1.2em;
}
#content h3{
	font-size: 1.1em;
}
#content a{
	color: #3F3F3F; /*zelfde als tekst */
	text-decoration: none;
	/* background: transparent;
	padding: 3px;
	border: 1px solid silver;
	border-radius: 4px; */

}
#content a:hover{
	color: #0060BF;
	text-decoration: underline;
}
#content ul,
#content ol {
	margin: 0 0 1.5em 2em;
}
#content ul li{
	font: normal 1em/150% verdana;
    list-style-image: url(images/listicon.gif);
}
#content li ul{
	margin: 0 0 0 2.5em;
}
#content hr{
	color: #99CC00;
	height: 1px;
	background: #99CC00; /* FF */
	margin-bottom: 1.5em;
}
#content img{
	margin: 0em .5em .5em .5em;
	border: 0;
}
#content input {
    font: 11px verdana;
    padding: 3px;
    margin-bottom: .2em;
}
#content textarea{
    line-height: 150%;
}
#content input:focus, 
#content textarea:focus{
	border: .1em solid silver;
}
#content button{
    background: #fff;
	border: .1em solid silver;
	padding: .5em;
	overflow: visible; /* ivm paddingbug in IE*/
}
#content button:hover{
    background: #efebe6;
}
.formInput{
	font: 11px verdana;
	color: black;
	border: 1px solid silver;
	padding: 1px;
	background-color: #fff;
	text-align: center;
}
.formButton{
	overflow: visible; /* ivm paddingbug in IE*/
}
#selectHuisstijl,
#selectSpelling{ 
	/* dropdown in bottom */
	border:1px solid silver;
    font: 11px verdana;
    padding: 0;
	border-radius: 8px 0px 0px 8px;
}

/* - - - Dashboard v1  - - - */

.imgFavicon{
	height: 14px;
	width: 14px;
	border: 0px;
	margin: 5px 3px 3px 3px;
	padding:0px;
	display: none; /* verborgen in de basis, weergeven in de andere stijlen */
}
.iFrameIcon{
	height: 14px;
	width: 14px;
	border: 0px;
	margin: 5px 3px 3px 3px;
	padding:0px;
}

input:focus, 
select:focus,
textarea:focus,
button:focus {
	outline: none;
	border: 1px solid silver;
}
.silver{ color: silver; }
.silver a{ color: silver; }

#DatumWeekTijd{
	float: right;
	background:#267ce6;
}
/*
#btnTimer, 
#btnRTM,
#btnMisc{
    background: #fff;
	border: 1px solid #EFF0F1;
	border: 1px solid silver;
	border-radius: 12px;

	padding: .5em;
	width: 150px;
	text-align: center;
	color: gray;
}
#btnRTM:hover,
#btnTimer:hover,
#btnMisc:hover{
	color: #3F3F3F;
    background: #EFF0F1;
	border: 1px solid silver;
}
*/
.buttons{
    background: transparent;
	border: 1px solid #EFF0F1;
	border: 1px solid silver;
	border-radius: 12px;

	padding: .5em;
	width: 150px;
	text-align: center;
	color: gray;
}
.buttons:hover{
	color: #3F3F3F;
    background: #EFF0F1;
    background: #EFF0F1;
	border: 1px solid silver;
}
.buttonsOpen{
    background: #EFF0F1;
	border: 1px solid #EFF0F1;
	border: 1px solid silver;
	border-radius: 12px;

	padding: .5em;
	width: 150px;
	text-align: center;
	color: gray;
}
#divTextfield{
  	background: transparent;
	padding: 0.5em 0 0.5em 0.5em;
	border: 0px solid pink;
	display: none;
	
}
#divTextfield textarea{
	position:relative;
	border: 1.5px solid silver;
	border-radius: 1px;
	/* min-width: 1235px; */
	min-width: 98.7%;
	max-width: 98.7%;
	min-height: 100px;
	padding: 10px 10px 0px 10px;	
	font: 14px menlo, courier;
	line-height: 22px;
	text-align: left;
}

/* dit voorkomt de blauwe rand om het tekstveld  */
	input:focus, 
	select:focus,
	textarea:focus,
	button:focus {
	outline: none;
	}

#divTimer{
  	background: transparent;
	padding: 0.5em 0 0.5em 0;
	border: 0px solid pink;
	display: none;
	height: 180px;
}
.iframeTimer{
   	height: 160px;
	/* width: 1257px;
	min-width: 1257px; */
	resize: vertical;
}

#divIM{
  	height: 110vh;
	background: transparant;
	padding: 0.5em 0 0.5em 0;
	border: 0px solid pink;
	display: none;
}
.iframeMisc,
.iframeOneDriveNotes{
  	height: 75vh;
	/* width: 1257px;
	min-width: 1257px; */
	resize: vertical;
	/* iframe settings: zie iframe{ etc */
}
.iframeIM{
	height: 98%;
	/* width: 1257px;
	min-height: 850px;
	min-width: 1257px; */
	resize: vertical;
	background: transparant;
	/* iframe settings: zie iframe{ etc */
}
#divMisc, 
#divOneDriveNotes{
  	background: transparant;
	padding: 0.5em 0 0.5em 0;
	border: 0px solid pink;
	display: none;
}

#divLungWrap{
	height: 100vh;
	border: 0px solid purple;
	margin: 1em 0 0 0
}

#divLeftLung{
	float: left;
	width:63%;
	border: 0px solid red;
	height: 95vh;
}

#imLinksWerk,
#divLeftLungWFwork,
#divRightLungWFwork
{
	float: left;
	border: 0px solid red;
}

#imLinksWerk a:hover,
#divLeftLungWFhome a:hover,
#divLeftLungWFwork a:hover,
#divRightLungWFwork a:hover,
#divRightLungWFhome a:hover
{
	text-decoration: underline;
	color: #0060BF;
}
#divLeftLungWFhome{
	float: left;
	border: 0px solid green;
	display: none;
}

.iFrameLeft{
	/* iframe settings: zie iframe{ etc */
	height: 90vh;
	resize: vertical;
}
#divRightLung{
	float: right;
	width:35%;
	border: 0px solid blue;
	height: 95vh;
}
#divRightLungWFwork{
	float: left;
	border: 0px solid red;
	display: none;
}
#divRightLungWFhome{
	float: left;
	border: 0px solid green;
	display: none;
}
.iFrameRight{
	/* iframe settings: zie iframe{ etc */
	height: 90vh;
	resize: vertical;
}
.iframeKnoppen{
	float: right;
	border: 0px solid green;
	color: silver;
}
.iframeKnoppen a:hover{
	color: silver;
	text-decoration: none;
}
notesWerk{
	display: none;
}
notesThuis{
	display: none;
}
.inputSymbolen{
	font: 11px verdana;
	color: silver;
	border: 1px solid silver;
	padding: 1px;
	background-color: #fff;
	text-align: center;
}
.inputSymbolen:hover,
.inputSymbolen:focus{
	font: 11px verdana;
	color: black;
	border: 1px solid black;
}


@media (prefers-color-scheme: dark) {

}