/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Cambria', sans-serif;
	font-weight: 300;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* blauw: #009DDF */
/* donkergrijs: #575756 */
/* lichtgrijs: #DADADB */

/* Page */

body {
	padding: 20px 35px;
	line-height: 1.5;
    color: #575756;
}

@media (min-width: 850px) {
	body {
		padding: 40px 70px;
		background: 
			url('http://gent.buurtmonitor.be/Admin/report/style/gentincijfers.png'),
			url('http://gent.buurtmonitor.be/Admin/report/style/sidebar.gif');
		background-position: right 60px top 40px, right 70px top;
		background-repeat: no-repeat, repeat-y;
		max-width: 100%;
		overflow-x: hidden;
	}
}

img {
	margin-bottom: 5px;
	max-width: 80%;
	height: auto;
}

/* HEADINGS */

h1, h2, h3, h1 a, h2 a, h3 a {
	font-weight: 900;
}

h2, h3, h2 a, h3 a {
	color: #575756;
}


h1, h1 a {
	color: #009DDF;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
	margin-top: 45px;
}

h1:first-child, h1:first-child a {
    margin-top: 0;
}

h2, h2 a {
	color: #365F91;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

h3, h3 a {
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px;
}

/* Text elements */

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}

@media all and (min-width: 1024px) {
    body * {
	    max-width: 80%;
    }
}

a {
	text-decoration: underline;
	color: #009DDF;
}

ul, ol {
    margin: 20px 23px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul li, ol li{
    line-height: 1.8;
}

ul ul {
    list-style-type: circle;
	margin: 0 20px;
}

ol ol {
    list-style-type: lower-alpha;
	margin: 0 20px;
}

/* Tables */

table {
	font-weight: 400;
	display: block;
	width: 100%;
	margin-bottom: 60px;
	max-width: 100%;
    font-size: 14px;
}


@media screen and (max-width: 600px) {
	table {
		overflow-x: scroll;
	}
}

table span {
	font-weight: 400;
}

thead {
	font-weight: 900;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #009DDF;
}

thead th {
	letter-spacing: 1px;
	padding: 12px 50px 12px 10px;
	text-align: left;
}

tbody tr :nth-child(1) {
	width: 180px;
	text-align: left;
	line-height: 1.3;
	min-width: 150px;	
}

tr {
	width: 100%;
}

th {
	font-size: 16px;
	font-weight: 900;
	padding: 10px 0 10px 12px;
}

td {
	border-bottom: 1px solid #DADADB;
	padding: 10px 0 10px 12px;
	vertical-align: middle;
}

tr:last-child td {
	border-bottom: none;
}

caption {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 7px;
    letter-spacing: 1px;
}

.j_report_legend {
	margin-top: -60px;
	font-size: 80%;
	font-style: italic;
}

.j_report_legend span, .j_report_legend th {
	font-size: 13px;
	font-style: italic;
}

.j_report_legend th, .j_report_legend td {
	border-bottom: none;
	padding: 10px 10px;
}



/* Text states */

b {
	font-weight: 900;
}

.italic {
	font-style: italic;
}

u {
	text-decoration: underline;
}

.tekst-rechts-uitlijnen {
	text-align: right;
}

.tekst-centreren {
	text-align: center;
}

figure{
	margin:20px 0;
	padding:0;
	position:relative;
}

figcaption{
		font-size:10pt;
		margin-top: 15px;
}