/* Algemeen */
/* */

body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 9pt;
	color :  #303030;
	background-color : white;
	margin : 5px 5px 5px 5px;
	cursor: default;
}

b {
	font-family: "Lucida Grande", sans-serif;
}


.form {
	font-family: "Lucida Grande", sans-serif;
	font-size: 9pt;
}

td, th, select, form, textarea {
	font-family: "Lucida Grande", sans-serif;
	font-size: 9pt;
}

input:not([type]), input[type=""], input[type="submit"], input[type="text"] {
	font-family: "Lucida Grande", sans-serif;
	font-size: 9pt;
}


div, img {
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none;    /* Firefox all */
	-ms-user-select: none;     /* IE 10+ */
}

#imglegenda, #layers {
	max-width: 182px;
}

A { 
	color: black;
	text-decoration: underline;
}
A:visited { 
	color: black;
	text-decoration: underline;
}
A:hover { 
	color: teal;
	text-decoration: underline;
}


/* Style-attributen voor templates */
/* */
body.template {
	background-color : white;
	position: static;
}

tr.template {
	background-color:#F0F0F0
}
thead.template {
	background-color:#C0C0C0
}

/* Style-attributen voor tabs in formulieren */
/* */
.tab {
	font-family: "Lucida Grande", sans-serif;
	font-size: 8pt;
	background-color:grey;
 	text-align: center;
 	z-index: 1000;
}
table.tab {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
tr.tab {
	height: 33px;
}
td.tab {
	height: 30px;
	border: 1px solid #CCCCCC;
}
a.tab { 
	color: white;
	text-decoration: none;
}
a.tab:visited { 
	color: white;
	text-decoration: none;
}
a.tab:hover { 
	color: white;
	text-decoration: none;
}
div.tab {
	position: fixed;
	top: 0px;
	left: 0px;
	padding:0px;
	margin:0px;
	width: 100%;
}
svg {
	box-shadow: 0 0px 0 #CCC;
}
svg a:hover, a:link, a:visited {
	text-decoration: none;
	width:100%;
}
#demobutton {
	width: 18px;
	min-width: 18px;
	height: 18px;
	padding: 0;
	margin-bottom: -5px;
}

.applist {
	width: 100px;
	height: 20px;
	border: 1px solid #BBB;
	font-family: "Lucida Grande", sans-serif;
	font-size: 9pt;
}

/* Style-attributen voor live search */
/* */
#searchbox{
	padding:0px;
	margin:0;
	width: 166px;
	border:0px double gray;
	position: relative;
	z-index:998;
	margin-right: 2px;
	margin-left: 10px;
}
#suggestbox{
	width:164px;
	border:1px solid gray;
	margin-top: 0px;
	border-bottom-width: 0px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	visibility:hidden;
	margin-right: auto;
	margin-left: 0px;
}
#suggestbox a{
	color: #505050;
	text-decoration:none;
	text-transform:capitalize;
}
.small{
	background-color:#fff;
	border-bottom:1px solid gray;
	margin-right: auto;
	margin-left: 0px;
}
.suggest_link{
	color: #505050;
	background-color:#fff;
	border-bottom:1px solid gray;
}
.suggest_link_over{
	background-color:#fff;
	border-bottom:1px solid gray;
}
.suggest_link:hover{
	background-color:#5599FB;
	border-bottom:1px solid gray;
}
.suggest_link_over:hover{
	background-color:#5599FB;
	border-bottom:1px solid gray;
}

#searchstr{
	color: #303030;
	padding:0px;
	border-radius:0px;
	width:160px;
	height:17px;
	border: 1px solid #BBB;
}
#new{
	position: absolute;
	top: 50px;
	left: 84px;
	z-index: 999;
	visibility: hidden;
	height: 270px;
	width: 362px;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 8px;
	margin: 0 auto;
	overflow:scroll; 
	overflow-x: hidden;
	overflow-y: auto;
}


select,select.form {
	/* styling */
	background-color: white;
	border: thin solid #ccc;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2em;
	padding: 0.2em 1.6em 0.2em 0.5em;
	color: black;
	font-family: "Lucida Grande", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	height: 22px;
	
	/* reset */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	/* arrow */
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><polyline points='0,0 6,6 12,0' style='fill:transparent;stroke:black;stroke-width:1'/></svg>");
	background-position: calc(100% - 6px) calc(9px);
	background-size: 8px 8px;
	background-repeat: no-repeat;
}


xselect.multiple {
	/* styling */
	background-color: white;
	border: thin solid #ccc;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2em;
	padding: 0.2em 1.6em 0.2em 0.5em;
	color: black;
	font-family: "Lucida Grande", sans-serif;
	font-size: 9pt;
	font-weight: normal;

	/* reset */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	/* arrow */
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><polyline points='0,0 6,6 12,0' style='fill:white;stroke:black;stroke-width:1'/></svg>");
	background-position: calc(100% - 6px) calc(9px);
	background-size: 8px 8px;
	background-repeat: no-repeat;
}

select.xmultiple {
	-webkit-appearance: normal;
	-moz-appearance: normal;
}

select.select-css {
	/* styling application selector*/
	background-color: white;
	border: thin solid #ccc;
	border-radius: 2px;
	display: inline-block;
	line-height: 1.2em;
	padding: 0.1em 1.6em 0.1em 0.5em;
	color: black;
	font-family: "Lucida Grande", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	height: 19px;
	
	/* reset */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	/* arrow */
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><polyline points='0,0 6,6 12,0' style='fill:white;stroke:black;stroke-width:1'/></svg>");
	background-position: calc(100% - 6px) calc(7px);
	background-size: 8px 8px;
	background-repeat: no-repeat;
}


textarea {
	border: thin solid #ccc;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2em;
	padding: 0.2em 0.2em 0.2em 0.2em;
	font-weight: normal;
}

input[type="text"] {
	border: thin solid #ccc;
	border-color: #ccc;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2em;
	padding: 0.2em 0.3em 0.2em 0.2em;
	font-weight: normal;
	margin: 0px;
	height: 22px;
}

input[type="search"] {
	-webkit-appearance:none;
	border: thin solid #ccc;
	border-color: #ccc;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2em;
	padding: 0.2em 0.3em 0.2em 0.2em;
	font-weight: normal;
	margin: 0px;
	height: 22px;
	background-color: white;
}

input[type="date"] {
	-webkit-appearance:none;
	border: thin solid #ccc;
	border-color: #ccc;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2em;
	padding-top: 0px;
	font-weight: normal;
	margin: 0px;
	height: 22px;
	color: black;
	background-color: white;
}

input[type="password"] {
	border: thin solid #ccc;
	border-color: #ccc;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2em;
	padding: 0.2em 0.3em 0.2em 0.2em;
	font-weight: normal;
	margin: 0px;
	height: 22px;
}

input[type="email"] {
	border: thin solid #ccc;
	border-color: #ccc;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.2em;
	padding: 0.2em 0.3em 0.2em 0.2em;
	font-weight: normal;
	font-size: 9pt;
	margin: 0px;
	height: 22px;
}

input[type="radio"].layers {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 3px;
	accent-color : DodgerBlue;
}

input[type="checkbox"].layers {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 3px;
	accent-color : DodgerBlue;
}

input[type="radio"].form {
	margin: 5px 4px 5px 0px;
	height: 12px;
}

input[type="file"].form {
		margin: 0px;
}

input::file-selector-button {
    font-weight: normal;
    background-color: #eee;
    color: black;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border: thin solid grey;
    border-radius: 3px;
}

input[type="submit"] {
  border: thin solid grey;
  border-radius: 3px;
  padding: 0.3em 0.5em 0.3em 0.5em;
  margin-left: 0px;
  background-color: #eee;
  color: black;
  font-weight: normal;
}

input[type="submit"]:hover {
  background-color: #ccc;
  color: black;
}

input[type="submit"]:active {
  background-color: #bbb;
  color: black;
}



/* Accentkleuren */

select:focus,input:focus,textarea:focus  {
    outline: none !important;
    border:1px solid rgb(24,96,228);
}

input[type="radio"],input[type="radio"].layers,input[type="checkbox"],input[type="checkbox"].layers {
	accent-color : rgb(24,96,228);
}

svg.layers {
	stroke: rgb(24,96,228);
}

svg.button {
	xstroke:#1C75BC; /* oude kleur */
	stroke: rgb(19,96,228); /* nieuwe kleur */
	fill: rgb(19,96,228);
}


select,select.form,select.select-css {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><polyline points='0,0 6,6 12,0' style='fill:transparent;stroke:rgb(24,96,228);;stroke-width:2'/></svg>");
}


@media print {
	body {
    	margin-left: 1.5cm;
	}
	.no-print, div.tab {
		display: none;
	}
}



