/* Een aardige gradient maker staat hier:
http://www.colorzilla.com/gradient-editor/
*/

html,body{
	font-family:Verdana;
	font-size: 10px;
	height: 100%; 
	width: 100%; 
	margin: 0px; 
}
#header{
	height:50px;
	background:#81C833;
	margin-bottom:2px;
	
	background: #45484d;
	
	background-image: url(images/cso/wassenaar_h50.jpg); /* fallback */
	background-image: url(images/cso/wassenaar_h50.jpg), -webkit-gradient(linear, left top, left bottom, from(#fcfff4), to(#b3bead)); /* Saf4+, Chrome */
	background-image: url(images/cso/wassenaar_h50.jpg), -webkit-linear-gradient(top, #fcfff4, #b3bead); /* Chrome 10+, Saf5.1+ */
	background-image: url(images/cso/wassenaar_h50.jpg),    -moz-linear-gradient(top, #fcfff4, #b3bead); /* FF3.6+ */
	background-image: url(images/cso/wassenaar_h50.jpg),     -ms-linear-gradient(top, #fcfff4, #b3bead); /* IE10 */
	background-image: url(images/cso/wassenaar_h50.jpg),      -o-linear-gradient(top, #fcfff4, #b3bead); /* Opera 11.10+ */
	background-image: url(images/cso/wassenaar_h50.jpg),         linear-gradient(top, #fcfff4, #b3bead); /* W3C */
	
	background-repeat:no-repeat;
	background-position:right;
	top:0px;
	
	text-align:left;
	padding-left:20px;
}
#headerText{
	width:45%;
}
#main {
	float:left;
	width:60%;
	height:90%;
}
#map {
	height:inherit;
	width: inherit;
	position:absolute;
	overflow:hidden;
	margin-right:-10px;
	z-index:0;
}
#right {
	float: right;
	width:40%;
	margin-left:-5px;
}
#legendHeader{
	background-image: url(images/handle.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:8px;
	height:90%;
	left:60%;
	position: absolute;
	float:left;
	margin-left:-8px;
	cursor:pointer;
}
#legend{
	width:0%;
	height:90%;	
	float:left;
	overflow:scroll;
	margin-right:-15px;
}
.mapIdentActive {
	cursor:help;
}
#info{
	height:inherit;
	width: inherit;
	position:absolute;
	margin-left: 5px;
	overflow:scroll;
}
#infoPopup{
	overflow:scroll;
}

.standardColor,
.leaflet-control,
.cso-control,
.cso-button,
.cso-menubutton,
.cso-textbox,
.ui-widget-header,
.ui-tabs-anchor{
	color: #45484d;
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfff4 0%, #b3bead 100%); 														/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#b3bead)); 			/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfff4 0%,#b3bead 100%); 														/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfff4 0%,#b3bead 100%); 															/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfff4 0%,#b3bead 100%); 															/* IE10+ */
	background: linear-gradient(to bottom, #fcfff4 0%,#b3bead 100%); 														/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); 	/* IE6-9 */
}


.leaflet-popup-content-wrapper,
#popuptabs{
	color: #45484d;
	background: #white; /* Old browsers */
}
.cso-button,.cso-menubutton{
  overflow:auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  vertical-align:middle;
  text-align:center;
  border: solid 1px #b3bead;
  color: #fcfff4;
  background: #516911;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  font-size:11px;
}



.cso-menubutton{
  width: 200px;
  margin-top:10px;
  margin-bottom:10px;
  padding:2px;
}
.cso-button:hover,
.cso-menubutton:hover,
.ui-tabs-anchor:hover {
	color: #516911;
	background: #f2ffcd; /* Old browsers */
	background: -moz-linear-gradient(top, #f2ffcd 0%, #cdd7c1 100%); 														/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ffcd), color-stop(100%,#cdd7c1)); 			/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2ffcd 0%,#cdd7c1 100%); 														/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2ffcd 0%,#cdd7c1 100%); 															/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2ffcd 0%,#cdd7c1 100%); 															/* IE10+ */
	background: linear-gradient(to bottom, #f2ffcd 0%,#cdd7c1 100%); 														/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffcd', endColorstr='#cdd7c1',GradientType=0 ); 	/* IE6-9 */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 1);
	text-decoration:underline;
	cursor:pointer;
}
.cso-button:active,
.cso-menubutton:active,
.ui-tabs-anchor:active 
.identButtonActive{
	background: #f2ffcd; /* Old browsers */
	background: -moz-linear-gradient(top, #f2ffcd 0%, #cdd7c1 100%); 														/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ffcd), color-stop(100%,#cdd7c1)); 			/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2ffcd 0%,#cdd7c1 100%); 														/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2ffcd 0%,#cdd7c1 100%); 															/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2ffcd 0%,#cdd7c1 100%); 															/* IE10+ */
	background: linear-gradient(to bottom, #f2ffcd 0%,#cdd7c1 100%); 														/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffcd', endColorstr='#cdd7c1',GradientType=0 ); 	/* IE6-9 */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 1);
}
.leaflet-control,
.cso-control{
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display:block;
  vertical-align:middle;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  opacity:0.8;
}
.cso-toolbar{
	padding:5px;
}

.cso-textbox{
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  vertical-align:middle;
  margin-left:4px;
  margin-right:4px;
  width:200px;
  height:20px;
  border: solid 1px #b3bead;
  padding-left:4px;
}
#popuptabs {
	margin:2px;
	padding: 0px; 
	display: block;
	overflow: scroll;
}
#popupList{
	margin:2px;
	padding: 0px; 
	display: block;
	overflow: scroll;
}

.identifyTableHeader,
.tableHeader{
	background-color: #b3bead;
	text-align:center;
}
.identifyTableRow:nth-child(even),
.tableRow:nth-child(even)
{ 
	/*(even) or (2n 0)
	Is een kopie van .buttonStyle:active color
	*/
	background-color: #dfe5d7;
	text-align:center;
	padding-left:3px;
}
.identifyTableRow:nth-child(odd),
.tableRow:nth-child(odd)
{ 
	/*(odd) or (2n 1)
	Is een kopie van .buttonStyle:hover background
	*/
	background-color:#f2f4ef;
	text-align:center;
	padding-left:3px;
}
.blank_row{
	opacity: 0.01;
	filter: alpha(opacity=1);
}

/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #fcfff4;
}
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('images/cso/loading12.gif') right center no-repeat;
}
/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}
.ui-autocomplete li {
    font-size: 16px;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

/*Letterstijlen*/
h1 { 
    font-size: 1.25vw; 
    color: #516911; 
	margin:0;
	padding:10px;
}
h2 { 
	font-size: 14px; 
	color: #516911; 
	font-weight: bold; }
h3 { font-size: 11px; color: #516911; margin=0; padding-top:0px; padding-bottom:5px;font-weight: bold; }
h4 { font-size: 14px; color: #4A4213; font-weight: bold; }
h5 { font-size: 11px; color: #4A4213; margin=0; padding-bottom:5px;font-weight: bold; }
h6 { font-size: 11px; color: black; margin=0; padding-top:0px; padding-bottom:11px;font-weight: bold; }	

a,
.leaflet-container a{ 
	color: #4A4213; 
	text-decoration: none; 
	font-weight: bold;  
	cursor:pointer;
}
a:visited{ color: #4A4213; text-decoration: none; 	font-weight: bold; 	}
a:hover{ color: #003399; text-decoration: underline; 	font-weight: bold; 	}
a:active{ color: #003399; text-decoration: bold; 	font-weight: bold; 	}

.cso-menubutton a,
.leaflet-container{
	color:inherit;
	font:inherit;
}

/*links naar legenda's
*/
.legendaImageLinks{
	text-decoration:underline;
	cursor:pointer;
}

/* navigation controls*/
#zoomin{
	background:url(images/cso/zoom_in.png) no-repeat;
}
#zoomout{
	background:url(images/cso/zoom_out.png) no-repeat;
}
#zoomfull{
	background:url(images/cso/world.png) no-repeat;
}
#identify{
	background:url(images/cso/information.png) no-repeat;
}
#zoomin,
#zoomout,
#zoomfull,
#identify{
	width:24px;
	height:24px;
	background-size: 100%;
}
.oordeelAW{
	color:#008000;
	font-size:14px;
    font-weight: bold;
}
.oordeelWonen{
	color:#FFA500;
	font-size:14px;
    font-weight: bold;
}
.oordeelIndustrie{
	color:#FF0000;
	font-size:14px;
    font-weight: bold;
}
.oordeelNt{
	color:#8400A8;
	font-size:14px;
    font-weight: bold;
}

/*Aangepaste layers plaatje*/
.leaflet-control-layers-toggle {
	background-image: url(images/cso/layers_green.png);
	width: 36px;
	height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/cso/layers_green-2x.png);
	background-size: 26px 26px;
}

.legendImage{

}