/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen

file-relative URI  : ../../images/algemeen/pijl_links.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/pijl_links.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/pijl_links.png
traversals removed : /static/images/algemeen/pijl_links.png

file-relative URI  : ../../images/algemeen/pijl_onder.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/pijl_onder.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/pijl_onder.png
traversals removed : /static/images/algemeen/pijl_onder.png

*/

/* 1.basis.css */

/* 1   */ @charset "utf-8";
/* 2   */ 
/* 3   */ /* RESET */
/* 4   */ 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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd,  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 {
/* 5   */ 	margin: 0;
/* 6   */ 	padding: 0;
/* 7   */ 	border: 0;
/* 8   */ 	font-size: 100%;
/* 9   */ 	font: inherit;
/* 10  */ 	vertical-align: baseline;
/* 11  */ }
/* 12  */ 
/* 13  */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
/* 14  */ 	display: block;
/* 15  */ }
/* 16  */ 
/* 17  */ body {
/* 18  */ 	line-height: 1;
/* 19  */ }
/* 20  */ 
/* 21  */ blockquote, q {
/* 22  */ 	quotes: none;
/* 23  */ }
/* 24  */ 
/* 25  */ blockquote:before, blockquote:after, q:before, q:after {
/* 26  */ 	content: '';
/* 27  */ 	content: none;
/* 28  */ }
/* 29  */ 
/* 30  */ table {
/* 31  */ 	border-collapse: collapse;
/* 32  */ 	border-spacing: 0;
/* 33  */ }
/* 34  */ 
/* 35  */ /* MICRO CLEARFIX */
/* 36  */ .grid:before, .grid:after, .clearfix:before, .clearfix:after {
/* 37  */     content: "";
/* 38  */     display: table;
/* 39  */ }
/* 40  */ 
/* 41  */ .grid:after, .clearfix:after {
/* 42  */     clear: both;
/* 43  */ }
/* 44  */ 
/* 45  */ .grid, .clearfix {
/* 46  */     zoom: 1;
/* 47  */ }
/* 48  */ 
/* 49  */ /* HALVERING */
/* 50  */ .helft {

/* 1.basis.css */

/* 51  */ 	float: left;
/* 52  */ 	width: 46%;
/* 53  */ }
/* 54  */ 
/* 55  */ .helft_links {
/* 56  */ 	margin-right: 8%;
/* 57  */ }
/* 58  */ 
/* 59  */ /* GRIDS OP PERCENTAGES*/
/* 60  */ .grid > * {
/* 61  */ 	float: left;
/* 62  */ }
/* 63  */ 
/* 64  */ .grid_2 > * {
/* 65  */ 	width: 48%;
/* 66  */ 	margin-right: 4%;
/* 67  */ }
/* 68  */ 
/* 69  */ .grid_3 > * {
/* 70  */ 	width: 30%;
/* 71  */ 	margin-right: 5%;
/* 72  */ }
/* 73  */ 
/* 74  */ .grid_4 > * {
/* 75  */ 	width: 22%;
/* 76  */ 	margin-right: 4%;
/* 77  */ }
/* 78  */ 
/* 79  */ .grid_laaste, .grid *:last-child {
/* 80  */ 	margin-right: 0px;
/* 81  */ }
/* 82  */ 
/* 83  */ /* UITKLAPBARE INHOUD */
/* 84  */ .uitklapbaar {
/* 85  */ 	
/* 86  */ }
/* 87  */ 
/* 88  */ 	.uitklapbaar_titel {
/* 89  */ 		cursor: pointer;
/* 90  */ 		border-bottom: 1px solid #D2D2D2;
/* 91  */ 		border-bottom: 1px solid rgba(0,0,0,0.1);
/* 92  */ 		padding-bottom: 6px;
/* 93  */ 		outline: none;
/* 94  */ 	}
/* 95  */ 	
/* 96  */ 		.uitklapbaar_titel > *:first-child {
/* 97  */ 			padding-bottom: 0px;
/* 98  */ 			margin-bottom: 0px;
/* 99  */ 			display: block;
/* 100 */ 			background-image: url(/static/images/algemeen/pijl_links.png);

/* 1.basis.css */

/* 101 */ 			background-position: right center;
/* 102 */ 			background-repeat: no-repeat;
/* 103 */ 		}
/* 104 */ 			
/* 105 */ 			.uitklapbaar_titel_uitgeklapt > *:first-child {
/* 106 */ 				background-image: url(/static/images/algemeen/pijl_onder.png);
/* 107 */ 			}
/* 108 */ 		
/* 109 */ 	.uitklapbaar_inhoud {
/* 110 */ 		margin-top: 6px;
/* 111 */ 		display: none;
/* 112 */ 	}
/* 113 */ 
/* 114 */ /* STANDAARDTERMEN */
/* 115 */ .floatleft {
/* 116 */ 	float: left;
/* 117 */ }
/* 118 */ 
/* 119 */ .floatright {
/* 120 */ 	float: right;
/* 121 */ }
/* 122 */ 
/* 123 */ .hide, .hidden, .verberg, .verborgen {
/* 124 */ 	display: none;
/* 125 */ }
/* 126 */ 
/* 127 */ /* EIGEN FIX VOOR QUIRKS-MODE */
/* 128 */ table, caption, input, textarea, select {
/* 129 */ 	font-family: inherit;
/* 130 */ 	font-size: inherit;
/* 131 */ 	font-weight: inherit;
/* 132 */ 	font-style: inherit;
/* 133 */ 	font-variant: inherit;
/* 134 */ 	color: inherit;
/* 135 */ }
/* 136 */ 
/* 137 */ /* SITEMAP OPMAAK */
/* 138 */ #sitemap {
/* 139 */ 	
/* 140 */ }
/* 141 */ 
/* 142 */ 	.sitemap_menu {
/* 143 */ 		margin-bottom: 15px;
/* 144 */ 		padding-bottom: 15px;
/* 145 */ 		border-bottom: 1px solid #D2D2D2;
/* 146 */ 		border-bottom: 1px solid rgba(0,0,0,0.15);
/* 147 */ 	}
/* 148 */ 	
/* 149 */ 	.sitemap_menu:last-child {
/* 150 */ 		margin-bottom: 0px;

/* 1.basis.css */

/* 151 */ 		padding-bottom: 0px;
/* 152 */ 		border-bottom: none;
/* 153 */ 	}
/* 154 */ 	
/* 155 */ 		.sitemap_menu > ul {
/* 156 */ 			padding-left: 15px;
/* 157 */ 			margin-bottom: 0px;
/* 158 */ 			padding-bottom: 0px;
/* 159 */ 		}
/* 160 */ 
/* 161 */ /* PRINT AANPASSINGEN */
/* 162 */ @media print {
/* 163 */ 	* {
/* 164 */ 		background: transparent !important;
/* 165 */ 		color: black !important;
/* 166 */ 		box-shadow: none !important;
/* 167 */ 		text-shadow: none !important;
/* 168 */ 		filter: none !important;
/* 169 */ 		-ms-filter: none !important;
/* 170 */ 	}
/* 171 */ 	
/* 172 */ 	a, a:visited {
/* 173 */ 		text-decoration: underline;
/* 174 */ 	}
/* 175 */ 	
/* 176 */ 	a[href]:after {
/* 177 */ 		content: " (" attr(href) ")";
/* 178 */ 	}
/* 179 */ 	
/* 180 */ 	abbr[title]:after {
/* 181 */ 		content: " (" attr(title) ")";
/* 182 */ 	}
/* 183 */ 	
/* 184 */ 	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
/* 185 */ 		content: "";
/* 186 */ 	}
/* 187 */ 	
/* 188 */ 	pre, blockquote {
/* 189 */ 		border: 1px solid #999;
/* 190 */ 		page-break-inside: avoid;
/* 191 */ 	}
/* 192 */ 	
/* 193 */ 	thead {
/* 194 */ 		display: table-header-group;
/* 195 */ 	}
/* 196 */ 	
/* 197 */ 	tr, img {
/* 198 */ 		page-break-inside: avoid;
/* 199 */ 	}
/* 200 */ 	

/* 1.basis.css */

/* 201 */ 	img {
/* 202 */ 		max-width: 100% !important;
/* 203 */ 	}
/* 204 */ 	
/* 205 */ 	@page {
/* 206 */ 		margin: 0.5cm;
/* 207 */ 	}
/* 208 */ 	
/* 209 */ 	p, h2, h3 {
/* 210 */ 		orphans: 3;
/* 211 */ 		widows: 3;
/* 212 */ 	}
/* 213 */ 	
/* 214 */ 	h2, h3 {
/* 215 */ 		page-break-after: avoid;
/* 216 */ 	}
/* 217 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen

*/

/* 3.formulieren.css */

/* 1   */ .formulier_table {
/* 2   */ 	margin-bottom: 20px;
/* 3   */ }
/* 4   */ 
/* 5   */ 	.formulier_table td {
/* 6   */ 		padding-bottom: 4px;
/* 7   */ 		vertical-align: top;
/* 8   */ 	}
/* 9   */ 	
/* 10  */ 		.formulier_table td .grid_container {
/* 11  */ 			min-height: 12px;
/* 12  */ 		}
/* 13  */ 
/* 14  */ 	.formulier_table .formulier_rij {
/* 15  */ 		
/* 16  */ 	}
/* 17  */ 	
/* 18  */ 		.formulier_table .formulier_rij_titel {
/* 19  */ 			padding-right: 8px;
/* 20  */ 		}
/* 21  */ 		
/* 22  */ 			.formulier_table .formulier_rij_titel > label {
/* 23  */ 				
/* 24  */ 			}
/* 25  */ 			
/* 26  */ 			.formulier_table .formulier_verplicht {
/* 27  */ 				padding: 0px 2px;
/* 28  */ 				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 29  */ 				filter: alpha(opacity=50);
/* 30  */ 				-moz-opacity: 0.5;
/* 31  */ 				-khtml-opacity: 0.5;
/* 32  */ 				opacity: 0.5;
/* 33  */ 				cursor: help;
/* 34  */ 			}
/* 35  */ 		
/* 36  */ 		.formulier_table .formulier_rij_veld {
/* 37  */ 
/* 38  */ 		}
/* 39  */ 		
/* 40  */ 			.formulier_table .formulier_input_container {
/* 41  */ 				position: relative;
/* 42  */ 			}
/* 43  */ 			
/* 44  */ 			.formulier_table .formulier_radio_container, .formulier_table .formulier_checkbox_container {
/* 45  */ 				margin-bottom: 10px;
/* 46  */ 			}
/* 47  */ 			
/* 48  */ 			.formulier_table .formulier_radio_container:last-child:nth-child(1), .formulier_table .formulier_checkbox_container:last-child:nth-child(1) {
/* 49  */ 				margin-bottom: 0px;
/* 50  */ 			}

/* 3.formulieren.css */

/* 51  */ 	
/* 52  */ 	.formulier_table .formulier_submit {
/* 53  */ 		
/* 54  */ 	}
/* 55  */ 		
/* 56  */ 		.formulier_table .formulier_submit_button {
/* 57  */ 			
/* 58  */ 		}
/* 59  */ 
/* 60  */ .formulier_input_text, .formulier_input_textarea, .formulier_select, .formulier_datum {
/* 61  */     display: inline-block;
/* 62  */ 	width: 100%;
/* 63  */     padding: 4px;
/* 64  */     margin: 0;
/* 65  */     outline: none;
/* 66  */     background-color: #FFFFFF;
/* 67  */     border: 1px solid #CCCCCC;
/* 68  */ 	color: #3F3F3F;
/* 69  */     -webkit-border-radius: 3px;
/* 70  */     -moz-border-radius: 3px;
/* 71  */     border-radius: 3px;
/* 72  */     -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.08),0 1px 0 rgba(255,255,255,.075);
/* 73  */     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.08),0 1px 0 rgba(255,255,255,.075);
/* 74  */     box-shadow: inset 0 1px 3px rgba(0,0,0,.08),0 1px 0 rgba(255,255,255,.075);
/* 75  */ 	-webkit-transition: border linear 0.1s, box-shadow linear 0.15s;
/* 76  */ 	-moz-transition: border linear 0.1s, box-shadow linear 0.15s;
/* 77  */ 	-ms-transition: border linear 0.1s, box-shadow linear 0.15s;
/* 78  */ 	-o-transition: border linear 0.1s, box-shadow linear 0.15s;
/* 79  */ 	transition: border linear 0.1s, box-shadow linear 0.15s;
/* 80  */ 	-moz-box-sizing: border-box;
/* 81  */ 	box-sizing: border-box;
/* 82  */ }
/* 83  */ 
/* 84  */ 	.formulier_select {
/* 85  */ 
/* 86  */ 	}
/* 87  */ 	
/* 88  */ 	.formulier_datum {
/* 89  */ 		width: 80px;
/* 90  */ 	}	
/* 91  */ 
/* 92  */ .formulier_input_text:focus, .formulier_input_textarea:focus, .formulier_select:focus {
/* 93  */     outline: 0;
/* 94  */     border-color: #ADADAD;
/* 95  */     -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 4px rgba(0,0,0,.15);
/* 96  */     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 4px rgba(0,0,0,.15);
/* 97  */     box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 4px rgba(0,0,0,.15);
/* 98  */ }
/* 99  */ 
/* 100 */ .formulier_input_textarea {

/* 3.formulieren.css */

/* 101 */ 	height: 40px;
/* 102 */ 	min-height: 40px;
/* 103 */ 	resize: none;
/* 104 */ }
/* 105 */ 
/* 106 */ .formulier_ongeldig {
/* 107 */ 	border-color: #cb7b7b;
/* 108 */ }
/* 109 */ 
/* 110 */ .formulier_ongeldig:focus {
/* 111 */     border-color: #c05656;
/* 112 */     -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 4px rgba(109,0,0,.25);
/* 113 */     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 4px rgba(109,0,0,.25);
/* 114 */     box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 4px rgba(109,0,0,.25);
/* 115 */ }
/* 116 */ 
/* 117 */ .formulier_radio_container input, .formulier_checkbox_container input {
/* 118 */ 	vertical-align: text-top;
/* 119 */ 	margin: 0px 4px 0px 0px;
/* 120 */ }
/* 121 */ 
/* 122 */ .formulier_info {
/* 123 */ 	font-size: 9px;
/* 124 */ 	color: #676767;
/* 125 */ 	margin: 4px 0px 8px 0px;
/* 126 */ 	line-height: 15px;
/* 127 */ 	display: block;
/* 128 */ }
/* 129 */ 
/* 130 */ .formulier_input_radio_label, .formulier_input_checkbox_label {
/* 131 */ 	display: block;
/* 132 */ }
/* 133 */ 
/* 134 */ .formulier_keuzeveld_links {
/* 135 */ 	float: left;
/* 136 */ 	margin-right: 4px;
/* 137 */ }
/* 138 */ 
/* 139 */ .formulier_keuzeveld_rechts {
/* 140 */ 	float: left;
/* 141 */ }
/* 142 */ 
/* 143 */ .formulier_input_verborgen {
/* 144 */ 	display: none;
/* 145 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen

file-relative URI  : ../../images/algemeen/fancybox/fancybox_sprite.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/fancybox/fancybox_sprite.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/fancybox/fancybox_sprite.png
traversals removed : /static/images/algemeen/fancybox/fancybox_sprite.png

file-relative URI  : ../../images/algemeen/fancybox/fancybox_loading.gif
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/fancybox/fancybox_loading.gif
docroot stripped   : /static/css/algemeen/../../images/algemeen/fancybox/fancybox_loading.gif
traversals removed : /static/images/algemeen/fancybox/fancybox_loading.gif

file-relative URI  : ../../images/algemeen/fancybox/blank.gif
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/fancybox/blank.gif
docroot stripped   : /static/css/algemeen/../../images/algemeen/fancybox/blank.gif
traversals removed : /static/images/algemeen/fancybox/blank.gif

*/

/* jquery.fancybox.css */

/* 1   */ /*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
/* 2   */ .fancybox-tmp iframe, .fancybox-tmp object {
/* 3   */ 	vertical-align: top;
/* 4   */ 	padding: 0;
/* 5   */ 	margin: 0;
/* 6   */ }
/* 7   */ 
/* 8   */ .fancybox-wrap {
/* 9   */ 	position: absolute;
/* 10  */ 	top: 0;
/* 11  */ 	left: 0;
/* 12  */ 	z-index: 8020;
/* 13  */ }
/* 14  */ 
/* 15  */ .fancybox-skin {
/* 16  */ 	position: relative;
/* 17  */ 	padding: 0;
/* 18  */ 	margin: 0;
/* 19  */ 	background: #f9f9f9;
/* 20  */ 	color: #444;
/* 21  */ 	text-shadow: none;
/* 22  */ 	-webkit-border-radius: 4px;
/* 23  */ 	   -moz-border-radius: 4px;
/* 24  */ 	        border-radius: 4px;
/* 25  */ }
/* 26  */ 
/* 27  */ .fancybox-opened {
/* 28  */ 	z-index: 8030;
/* 29  */ }
/* 30  */ 
/* 31  */ .fancybox-opened .fancybox-skin {
/* 32  */ 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 33  */ 	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 34  */ 	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 35  */ }
/* 36  */ 
/* 37  */ .fancybox-outer, .fancybox-inner {
/* 38  */ 	padding: 0;
/* 39  */ 	margin: 0;
/* 40  */ 	position: relative;
/* 41  */ 	outline: none;
/* 42  */ }
/* 43  */ 
/* 44  */ .fancybox-inner {
/* 45  */ 	overflow: hidden;
/* 46  */ }
/* 47  */ 
/* 48  */ .fancybox-type-iframe .fancybox-inner {
/* 49  */ 	-webkit-overflow-scrolling: touch;
/* 50  */ }

/* jquery.fancybox.css */

/* 51  */ 
/* 52  */ .fancybox-error {
/* 53  */ 	color: #444;
/* 54  */ 	font: 14px/20px;
/* 55  */ 	margin: 0;
/* 56  */ 	padding: 10px;
/* 57  */ }
/* 58  */ 
/* 59  */ .fancybox-image, .fancybox-iframe {
/* 60  */ 	display: block;
/* 61  */ 	width: 100%;
/* 62  */ 	height: 100%;
/* 63  */ 	border: 0;
/* 64  */ 	padding: 0;
/* 65  */ 	margin: 0;
/* 66  */ 	vertical-align: top;
/* 67  */ }
/* 68  */ 
/* 69  */ .fancybox-image {
/* 70  */ 	max-width: 100%;
/* 71  */ 	max-height: 100%;
/* 72  */ }
/* 73  */ 
/* 74  */ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
/* 75  */ 	background-image: url('/static/images/algemeen/fancybox/fancybox_sprite.png');
/* 76  */ }
/* 77  */ 
/* 78  */ #fancybox-loading {
/* 79  */ 	position: fixed;
/* 80  */ 	top: 50%;
/* 81  */ 	left: 50%;
/* 82  */ 	margin-top: -22px;
/* 83  */ 	margin-left: -22px;
/* 84  */ 	background-position: 0 -108px;
/* 85  */ 	opacity: 0.8;
/* 86  */ 	cursor: pointer;
/* 87  */ 	z-index: 8020;
/* 88  */ }
/* 89  */ 
/* 90  */ #fancybox-loading div {
/* 91  */ 	width: 44px;
/* 92  */ 	height: 44px;
/* 93  */ 	background: url('/static/images/algemeen/fancybox/fancybox_loading.gif') center center no-repeat;
/* 94  */ }
/* 95  */ 
/* 96  */ .fancybox-close {
/* 97  */ 	position: absolute;
/* 98  */ 	top: -18px;
/* 99  */ 	right: -18px;
/* 100 */ 	width: 36px;

/* jquery.fancybox.css */

/* 101 */ 	height: 36px;
/* 102 */ 	cursor: pointer;
/* 103 */ 	z-index: 8040;
/* 104 */ }
/* 105 */ 
/* 106 */ .fancybox-nav {
/* 107 */ 	position: absolute;
/* 108 */ 	top: 0;
/* 109 */ 	width: 40%;
/* 110 */ 	height: 100%;
/* 111 */ 	cursor: pointer;
/* 112 */ 	background: transparent url('/static/images/algemeen/fancybox/blank.gif'); /* helps IE */
/* 113 */ 	-webkit-tap-highlight-color: rgba(0,0,0,0);
/* 114 */ 	z-index: 8040;
/* 115 */ }
/* 116 */ 
/* 117 */ .fancybox-prev {
/* 118 */ 	left: 0;
/* 119 */ }
/* 120 */ 
/* 121 */ .fancybox-next {
/* 122 */ 	right: 0;
/* 123 */ }
/* 124 */ 
/* 125 */ .fancybox-nav span {
/* 126 */ 	position: absolute;
/* 127 */ 	top: 50%;
/* 128 */ 	width: 36px;
/* 129 */ 	height: 34px;
/* 130 */ 	margin-top: -18px;
/* 131 */ 	cursor: pointer;
/* 132 */ 	z-index: 8040;
/* 133 */ 	visibility: hidden;
/* 134 */ }
/* 135 */ 
/* 136 */ .fancybox-prev span {
/* 137 */ 	left: 20px;
/* 138 */ 	background-position: 0 -36px;
/* 139 */ }
/* 140 */ 
/* 141 */ .fancybox-next span {
/* 142 */ 	right: 20px;
/* 143 */ 	background-position: 0 -72px;
/* 144 */ }
/* 145 */ 
/* 146 */ .fancybox-nav:hover span {
/* 147 */ 	visibility: visible;
/* 148 */ }
/* 149 */ 
/* 150 */ .fancybox-tmp {

/* jquery.fancybox.css */

/* 151 */ 	position: absolute;
/* 152 */ 	top: -9999px;
/* 153 */ 	left: -9999px;
/* 154 */ 	padding: 0;
/* 155 */ 	overflow: visible;
/* 156 */ 	visibility: hidden;
/* 157 */ }
/* 158 */ 
/* 159 */ /* Overlay helper */
/* 160 */ 
/* 161 */ #fancybox-overlay {
/* 162 */ 	position: absolute;
/* 163 */ 	top: 0;
/* 164 */ 	left: 0;
/* 165 */ 	overflow: hidden;
/* 166 */ 	display: none;
/* 167 */ 	z-index: 8010;
/* 168 */ 	background: #000;
/* 169 */ }
/* 170 */ 
/* 171 */ #fancybox-overlay.overlay-fixed {
/* 172 */ 	position: fixed;
/* 173 */ 	bottom: 0;
/* 174 */ 	right: 0;
/* 175 */ }
/* 176 */ 
/* 177 */ /* Title helper */
/* 178 */ 
/* 179 */ .fancybox-title {
/* 180 */ 	visibility: hidden;
/* 181 */ 	font: normal 13px/20px;
/* 182 */ 	position: relative;
/* 183 */ 	text-shadow: none;
/* 184 */ 	z-index: 8050;
/* 185 */ }
/* 186 */ 
/* 187 */ .fancybox-opened .fancybox-title {
/* 188 */ 	visibility: visible;
/* 189 */ }
/* 190 */ 
/* 191 */ .fancybox-title-float-wrap {
/* 192 */ 	position: absolute;
/* 193 */ 	bottom: 0;
/* 194 */ 	right: 50%;
/* 195 */ 	margin-bottom: -35px;
/* 196 */ 	z-index: 8030;
/* 197 */ 	text-align: center;
/* 198 */ }
/* 199 */ 
/* 200 */ .fancybox-title-float-wrap .child {

/* jquery.fancybox.css */

/* 201 */ 	display: inline-block;
/* 202 */ 	margin-right: -100%;
/* 203 */ 	padding: 2px 20px;
/* 204 */ 	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
/* 205 */ 	background: rgba(0, 0, 0, 0.8);
/* 206 */ 	-webkit-border-radius: 15px;
/* 207 */ 	   -moz-border-radius: 15px;
/* 208 */ 	        border-radius: 15px;
/* 209 */ 	text-shadow: 0 1px 2px #222;
/* 210 */ 	color: #FFF;
/* 211 */ 	font-weight: bold;
/* 212 */ 	line-height: 24px;
/* 213 */ 	white-space: nowrap;
/* 214 */ }
/* 215 */ 
/* 216 */ .fancybox-title-outside-wrap {
/* 217 */ 	position: relative;
/* 218 */ 	margin-top: 10px;
/* 219 */ 	color: #fff;
/* 220 */ }
/* 221 */ 
/* 222 */ .fancybox-title-inside-wrap {
/* 223 */ 	margin-top: 10px;
/* 224 */ }
/* 225 */ 
/* 226 */ .fancybox-title-over-wrap {
/* 227 */ 	position: absolute;
/* 228 */ 	bottom: 0;
/* 229 */ 	left: 0;
/* 230 */ 	color: #fff;
/* 231 */ 	padding: 10px;
/* 232 */ 	background: #000;
/* 233 */ 	background: rgba(0, 0, 0, .8);
/* 234 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen

file-relative URI  : ../../images/algemeen/msgbox/background.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/msgbox/background.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/msgbox/background.png
traversals removed : /static/images/algemeen/msgbox/background.png

file-relative URI  : ../../images/algemeen/msgbox/alert.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/msgbox/alert.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/msgbox/alert.png
traversals removed : /static/images/algemeen/msgbox/alert.png

file-relative URI  : ../../images/algemeen/msgbox/info.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/msgbox/info.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/msgbox/info.png
traversals removed : /static/images/algemeen/msgbox/info.png

file-relative URI  : ../../images/algemeen/msgbox/error.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/msgbox/error.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/msgbox/error.png
traversals removed : /static/images/algemeen/msgbox/error.png

file-relative URI  : ../../images/algemeen/msgbox/question.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/msgbox/question.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/msgbox/question.png
traversals removed : /static/images/algemeen/msgbox/question.png

file-relative URI  : ../../images/algemeen/msgbox/confirm.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/msgbox/confirm.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/msgbox/confirm.png
traversals removed : /static/images/algemeen/msgbox/confirm.png

*/

/* jquery.msgbox.css */

/* 1  */ .jquery-msgbox
/* 2  */ {
/* 3  */   background:url(/static/images/algemeen/msgbox/background.png) repeat-x left bottom;
/* 4  */   padding-bottom:55px;
/* 5  */   font-style:normal;
/* 6  */ }
/* 7  */ 
/* 8  */ .jquery-msgbox-wrapper
/* 9  */ {
/* 10 */   padding:20px 20px 20px 100px;
/* 11 */   line-height: 18px;
/* 12 */ }
/* 13 */ 
/* 14 */ .jquery-msgbox-buttons
/* 15 */ {
/* 16 */   padding:13px;
/* 17 */   text-align:right;
/* 18 */   position:absolute;
/* 19 */   bottom:0;
/* 20 */   right:0;
/* 21 */ }
/* 22 */ 
/* 23 */ 	.jquery-msgbox-buttons button {
/* 24 */ 		margin-right: 6px;
/* 25 */ 	}
/* 26 */ 	
/* 27 */ 	.jquery-msgbox-buttons button:last-child {
/* 28 */ 		margin-right: 0px;
/* 29 */ 	}
/* 30 */ 
/* 31 */ .jquery-msgbox-inputs
/* 32 */ {
/* 33 */   margin-top:4px;
/* 34 */ }
/* 35 */ 
/* 36 */ .jquery-msgbox-label
/* 37 */ {
/* 38 */   font-weight:bold;
/* 39 */   font-size:11px;
/* 40 */ }
/* 41 */ 
/* 42 */ .jquery-msgbox-alert
/* 43 */ {
/* 44 */   background: url(/static/images/algemeen/msgbox/alert.png) no-repeat 20px 20px;
/* 45 */ }
/* 46 */ 
/* 47 */ .jquery-msgbox-info
/* 48 */ {
/* 49 */   background: url(/static/images/algemeen/msgbox/info.png) no-repeat 20px 20px;
/* 50 */ }

/* jquery.msgbox.css */

/* 51 */ 
/* 52 */ .jquery-msgbox-error
/* 53 */ {
/* 54 */   background: url(/static/images/algemeen/msgbox/error.png) no-repeat 20px 20px;
/* 55 */ }
/* 56 */ 
/* 57 */ .jquery-msgbox-prompt
/* 58 */ {
/* 59 */   background: url(/static/images/algemeen/msgbox/question.png) no-repeat 20px 20px;
/* 60 */ }
/* 61 */ 
/* 62 */ .jquery-msgbox-confirm
/* 63 */ {
/* 64 */   background: url(/static/images/algemeen/msgbox/confirm.png) no-repeat 20px 20px;
/* 65 */ }
/* 66 */ 
/* 67 */ .jquery-msgbox-input {
/* 68 */ 	border: 1px solid #D3D3D3;
/* 69 */ 	padding: 4px;
/* 70 */ 	margin-left: 6px;
/* 71 */ 	width: 290px;
/* 72 */ }
/* 73 */ 
/* 74 */ .jquery-msgbox-input:hover, .jquery-msgbox-input:focus {
/* 75 */ 	border: 1px solid #919191;
/* 76 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen

*/

/* jquery.route.css */

/* 1  */ .routeplanner_kaart {
/* 2  */ 	min-height: 300px;
/* 3  */ }
/* 4  */ 
/* 5  */ .routeplanner_container {
/* 6  */ 	
/* 7  */ }
/* 8  */ 
/* 9  */ .routeplanner_beschrijving .adp-directions {
/* 10 */ 	width: 100%;
/* 11 */ }
/* 12 */ 	
/* 13 */ .routeplanner_beschrijving .adp-placemark td {
/* 14 */ 	padding: 5px;
/* 15 */ 	vertical-align: middle;
/* 16 */ }
/* 17 */ 
/* 18 */ 	.routeplanner_beschrijving .adp-placemark td img {
/* 19 */ 		display: block;
/* 20 */ 	}
/* 21 */ 
/* 22 */ .adp-step, .adp-substep {
/* 23 */ 	border-top: 1px solid rgba(0,0,0,0.15);
/* 24 */ }
/* 25 */ 
/* 26 */ .adp-placemark {
/* 27 */ 	border: 1px solid rgba(0,0,0,0.15);
/* 28 */ 	background-color: rgba(0,0,0,0.08);
/* 29 */ 	color: inherit;
/* 30 */ }
/* 31 */ 
/* 32 */ .routeplanner_beschrijving .adp-legal {
/* 33 */ 	display: none;
/* 34 */ }
/* 35 */ 
/* 36 */ .routeplanner_beschrijving .adp-distance {
/* 37 */ 	text-align: right;
/* 38 */ 	opacity: 0.8;
/* 39 */ }
/* 40 */ 
/* 41 */ .routeplanner_beschrijving .adp-summary {
/* 42 */ 	font-weight: bold;
/* 43 */ }
/* 44 */ 
/* 45 */ .routeplanner_printen {
/* 46 */ 	display: none;
/* 47 */ }
/* 48 */ 
/* 49 */ .routeplanner_adres_container {
/* 50 */ 	margin: 6px 0px;

/* jquery.route.css */

/* 51 */ }
/* 52 */ 
/* 53 */ 	.routeplanner_adres {
/* 54 */ 		width: 100%;
/* 55 */ 		-moz-box-sizing: border-box;
/* 56 */ 		-ms-box-sizing: border-box;
/* 57 */ 		-webkit-box-sizing: border-box;
/* 58 */ 		box-sizing: border-box;
/* 59 */ 	}
/* 60 */ 
/* 61 */ .routeplanner_knoppen {
/* 62 */ 	text-align: right;
/* 63 */ }
/* 64 */ 
/* 65 */ 	.routeplanner_knoppen button {
/* 66 */ 		margin-left: 6px;
/* 67 */ 	}
/* 68 */ 
/* 69 */ .routeplanner {
/* 70 */ 	min-height: 300px;
/* 71 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_flat_75_ffffff_40x100.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_flat_75_ffffff_40x100.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_flat_75_ffffff_40x100.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_flat_75_ffffff_40x100.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_glass_75_dadada_1x400.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_75_dadada_1x400.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_75_dadada_1x400.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_glass_75_dadada_1x400.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_glass_65_ffffff_1x400.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_65_ffffff_1x400.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_65_ffffff_1x400.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_glass_65_ffffff_1x400.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
traversals removed : /static/images/algemeen/jquery-ui/ui-icons_222222_256x240.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
traversals removed : /static/images/algemeen/jquery-ui/ui-icons_222222_256x240.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_222222_256x240.png
traversals removed : /static/images/algemeen/jquery-ui/ui-icons_222222_256x240.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-icons_888888_256x240.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_888888_256x240.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_888888_256x240.png
traversals removed : /static/images/algemeen/jquery-ui/ui-icons_888888_256x240.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-icons_454545_256x240.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_454545_256x240.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_454545_256x240.png
traversals removed : /static/images/algemeen/jquery-ui/ui-icons_454545_256x240.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-icons_454545_256x240.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_454545_256x240.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_454545_256x240.png
traversals removed : /static/images/algemeen/jquery-ui/ui-icons_454545_256x240.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-icons_2e83ff_256x240.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_2e83ff_256x240.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_2e83ff_256x240.png
traversals removed : /static/images/algemeen/jquery-ui/ui-icons_2e83ff_256x240.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-icons_cd0a0a_256x240.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_cd0a0a_256x240.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-icons_cd0a0a_256x240.png
traversals removed : /static/images/algemeen/jquery-ui/ui-icons_cd0a0a_256x240.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png

file-relative URI  : ../../images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png
docroot stripped   : /static/css/algemeen/../../images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png
traversals removed : /static/images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png

*/

/* jquery.ui.css */

/* 1   */ /*!
/* 2   *|  * jQuery UI CSS Framework 1.8.23
/* 3   *|  *
/* 4   *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 5   *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 6   *|  * http://jquery.org/license
/* 7   *|  *
/* 8   *|  * http://docs.jquery.com/UI/Theming/API
/* 9   *|  */
/* 10  */ 
/* 11  */ /* Layout helpers
/* 12  *| ----------------------------------*/
/* 13  */ .ui-helper-hidden { display: none; }
/* 14  */ .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
/* 15  */ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
/* 16  */ .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
/* 17  */ .ui-helper-clearfix:after { clear: both; }
/* 18  */ .ui-helper-clearfix { zoom: 1; }
/* 19  */ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* 20  */ 
/* 21  */ 
/* 22  */ /* Interaction Cues
/* 23  *| ----------------------------------*/
/* 24  */ .ui-state-disabled { cursor: default !important; }
/* 25  */ 
/* 26  */ 
/* 27  */ /* Icons
/* 28  *| ----------------------------------*/
/* 29  */ 
/* 30  */ /* states and images */
/* 31  */ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* 32  */ 
/* 33  */ 
/* 34  */ /* Misc visuals
/* 35  *| ----------------------------------*/
/* 36  */ 
/* 37  */ /* Overlays */
/* 38  */ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* 39  */ 
/* 40  */ 
/* 41  */ /*!
/* 42  *|  * jQuery UI CSS Framework 1.8.23
/* 43  *|  *
/* 44  *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 45  *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 46  *|  * http://jquery.org/license
/* 47  *|  *
/* 48  *|  * http://docs.jquery.com/UI/Theming/API
/* 49  *|  *
/* 50  *|  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px

/* jquery.ui.css */

/* 51  *|  */
/* 52  */ 
/* 53  */ 
/* 54  */ /* Component containers
/* 55  *| ----------------------------------*/
/* 56  */ .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
/* 57  */ .ui-widget .ui-widget { font-size: 1em; }
/* 58  */ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
/* 59  */ .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/static/images/algemeen/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
/* 60  */ .ui-widget-content a { color: #222222; }
/* 61  */ .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/static/images/algemeen/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
/* 62  */ .ui-widget-header a { color: #222222; }
/* 63  */ 
/* 64  */ /* Interaction states
/* 65  *| ----------------------------------*/
/* 66  */ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/static/images/algemeen/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
/* 67  */ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
/* 68  */ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/static/images/algemeen/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
/* 69  */ .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
/* 70  */ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/static/images/algemeen/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
/* 71  */ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
/* 72  */ .ui-widget :active { outline: none; }
/* 73  */ 
/* 74  */ /* Interaction Cues
/* 75  *| ----------------------------------*/
/* 76  */ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/static/images/algemeen/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
/* 77  */ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
/* 78  */ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/static/images/algemeen/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
/* 79  */ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
/* 80  */ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
/* 81  */ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
/* 82  */ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* 83  */ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
/* 84  */ 
/* 85  */ /* Icons
/* 86  *| ----------------------------------*/
/* 87  */ 
/* 88  */ /* states and images */
/* 89  */ .ui-icon { width: 16px; height: 16px; background-image: url(/static/images/algemeen/jquery-ui/ui-icons_222222_256x240.png); }
/* 90  */ .ui-widget-content .ui-icon {background-image: url(/static/images/algemeen/jquery-ui/ui-icons_222222_256x240.png); }
/* 91  */ .ui-widget-header .ui-icon {background-image: url(/static/images/algemeen/jquery-ui/ui-icons_222222_256x240.png); }
/* 92  */ .ui-state-default .ui-icon { background-image: url(/static/images/algemeen/jquery-ui/ui-icons_888888_256x240.png); }
/* 93  */ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/static/images/algemeen/jquery-ui/ui-icons_454545_256x240.png); }
/* 94  */ .ui-state-active .ui-icon {background-image: url(/static/images/algemeen/jquery-ui/ui-icons_454545_256x240.png); }
/* 95  */ .ui-state-highlight .ui-icon {background-image: url(/static/images/algemeen/jquery-ui/ui-icons_2e83ff_256x240.png); }
/* 96  */ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/static/images/algemeen/jquery-ui/ui-icons_cd0a0a_256x240.png); }
/* 97  */ 
/* 98  */ /* positioning */
/* 99  */ .ui-icon-carat-1-n { background-position: 0 0; }
/* 100 */ .ui-icon-carat-1-ne { background-position: -16px 0; }

/* jquery.ui.css */

/* 101 */ .ui-icon-carat-1-e { background-position: -32px 0; }
/* 102 */ .ui-icon-carat-1-se { background-position: -48px 0; }
/* 103 */ .ui-icon-carat-1-s { background-position: -64px 0; }
/* 104 */ .ui-icon-carat-1-sw { background-position: -80px 0; }
/* 105 */ .ui-icon-carat-1-w { background-position: -96px 0; }
/* 106 */ .ui-icon-carat-1-nw { background-position: -112px 0; }
/* 107 */ .ui-icon-carat-2-n-s { background-position: -128px 0; }
/* 108 */ .ui-icon-carat-2-e-w { background-position: -144px 0; }
/* 109 */ .ui-icon-triangle-1-n { background-position: 0 -16px; }
/* 110 */ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
/* 111 */ .ui-icon-triangle-1-e { background-position: -32px -16px; }
/* 112 */ .ui-icon-triangle-1-se { background-position: -48px -16px; }
/* 113 */ .ui-icon-triangle-1-s { background-position: -64px -16px; }
/* 114 */ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
/* 115 */ .ui-icon-triangle-1-w { background-position: -96px -16px; }
/* 116 */ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
/* 117 */ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
/* 118 */ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
/* 119 */ .ui-icon-arrow-1-n { background-position: 0 -32px; }
/* 120 */ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
/* 121 */ .ui-icon-arrow-1-e { background-position: -32px -32px; }
/* 122 */ .ui-icon-arrow-1-se { background-position: -48px -32px; }
/* 123 */ .ui-icon-arrow-1-s { background-position: -64px -32px; }
/* 124 */ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
/* 125 */ .ui-icon-arrow-1-w { background-position: -96px -32px; }
/* 126 */ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
/* 127 */ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
/* 128 */ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
/* 129 */ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
/* 130 */ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
/* 131 */ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
/* 132 */ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
/* 133 */ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
/* 134 */ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
/* 135 */ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
/* 136 */ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
/* 137 */ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
/* 138 */ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
/* 139 */ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
/* 140 */ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
/* 141 */ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
/* 142 */ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
/* 143 */ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
/* 144 */ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
/* 145 */ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
/* 146 */ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
/* 147 */ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
/* 148 */ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
/* 149 */ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
/* 150 */ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

/* jquery.ui.css */

/* 151 */ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
/* 152 */ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
/* 153 */ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
/* 154 */ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
/* 155 */ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
/* 156 */ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
/* 157 */ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
/* 158 */ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
/* 159 */ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
/* 160 */ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
/* 161 */ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
/* 162 */ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
/* 163 */ .ui-icon-arrow-4 { background-position: 0 -80px; }
/* 164 */ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
/* 165 */ .ui-icon-extlink { background-position: -32px -80px; }
/* 166 */ .ui-icon-newwin { background-position: -48px -80px; }
/* 167 */ .ui-icon-refresh { background-position: -64px -80px; }
/* 168 */ .ui-icon-shuffle { background-position: -80px -80px; }
/* 169 */ .ui-icon-transfer-e-w { background-position: -96px -80px; }
/* 170 */ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
/* 171 */ .ui-icon-folder-collapsed { background-position: 0 -96px; }
/* 172 */ .ui-icon-folder-open { background-position: -16px -96px; }
/* 173 */ .ui-icon-document { background-position: -32px -96px; }
/* 174 */ .ui-icon-document-b { background-position: -48px -96px; }
/* 175 */ .ui-icon-note { background-position: -64px -96px; }
/* 176 */ .ui-icon-mail-closed { background-position: -80px -96px; }
/* 177 */ .ui-icon-mail-open { background-position: -96px -96px; }
/* 178 */ .ui-icon-suitcase { background-position: -112px -96px; }
/* 179 */ .ui-icon-comment { background-position: -128px -96px; }
/* 180 */ .ui-icon-person { background-position: -144px -96px; }
/* 181 */ .ui-icon-print { background-position: -160px -96px; }
/* 182 */ .ui-icon-trash { background-position: -176px -96px; }
/* 183 */ .ui-icon-locked { background-position: -192px -96px; }
/* 184 */ .ui-icon-unlocked { background-position: -208px -96px; }
/* 185 */ .ui-icon-bookmark { background-position: -224px -96px; }
/* 186 */ .ui-icon-tag { background-position: -240px -96px; }
/* 187 */ .ui-icon-home { background-position: 0 -112px; }
/* 188 */ .ui-icon-flag { background-position: -16px -112px; }
/* 189 */ .ui-icon-calendar { background-position: -32px -112px; }
/* 190 */ .ui-icon-cart { background-position: -48px -112px; }
/* 191 */ .ui-icon-pencil { background-position: -64px -112px; }
/* 192 */ .ui-icon-clock { background-position: -80px -112px; }
/* 193 */ .ui-icon-disk { background-position: -96px -112px; }
/* 194 */ .ui-icon-calculator { background-position: -112px -112px; }
/* 195 */ .ui-icon-zoomin { background-position: -128px -112px; }
/* 196 */ .ui-icon-zoomout { background-position: -144px -112px; }
/* 197 */ .ui-icon-search { background-position: -160px -112px; }
/* 198 */ .ui-icon-wrench { background-position: -176px -112px; }
/* 199 */ .ui-icon-gear { background-position: -192px -112px; }
/* 200 */ .ui-icon-heart { background-position: -208px -112px; }

/* jquery.ui.css */

/* 201 */ .ui-icon-star { background-position: -224px -112px; }
/* 202 */ .ui-icon-link { background-position: -240px -112px; }
/* 203 */ .ui-icon-cancel { background-position: 0 -128px; }
/* 204 */ .ui-icon-plus { background-position: -16px -128px; }
/* 205 */ .ui-icon-plusthick { background-position: -32px -128px; }
/* 206 */ .ui-icon-minus { background-position: -48px -128px; }
/* 207 */ .ui-icon-minusthick { background-position: -64px -128px; }
/* 208 */ .ui-icon-close { background-position: -80px -128px; }
/* 209 */ .ui-icon-closethick { background-position: -96px -128px; }
/* 210 */ .ui-icon-key { background-position: -112px -128px; }
/* 211 */ .ui-icon-lightbulb { background-position: -128px -128px; }
/* 212 */ .ui-icon-scissors { background-position: -144px -128px; }
/* 213 */ .ui-icon-clipboard { background-position: -160px -128px; }
/* 214 */ .ui-icon-copy { background-position: -176px -128px; }
/* 215 */ .ui-icon-contact { background-position: -192px -128px; }
/* 216 */ .ui-icon-image { background-position: -208px -128px; }
/* 217 */ .ui-icon-video { background-position: -224px -128px; }
/* 218 */ .ui-icon-script { background-position: -240px -128px; }
/* 219 */ .ui-icon-alert { background-position: 0 -144px; }
/* 220 */ .ui-icon-info { background-position: -16px -144px; }
/* 221 */ .ui-icon-notice { background-position: -32px -144px; }
/* 222 */ .ui-icon-help { background-position: -48px -144px; }
/* 223 */ .ui-icon-check { background-position: -64px -144px; }
/* 224 */ .ui-icon-bullet { background-position: -80px -144px; }
/* 225 */ .ui-icon-radio-off { background-position: -96px -144px; }
/* 226 */ .ui-icon-radio-on { background-position: -112px -144px; }
/* 227 */ .ui-icon-pin-w { background-position: -128px -144px; }
/* 228 */ .ui-icon-pin-s { background-position: -144px -144px; }
/* 229 */ .ui-icon-play { background-position: 0 -160px; }
/* 230 */ .ui-icon-pause { background-position: -16px -160px; }
/* 231 */ .ui-icon-seek-next { background-position: -32px -160px; }
/* 232 */ .ui-icon-seek-prev { background-position: -48px -160px; }
/* 233 */ .ui-icon-seek-end { background-position: -64px -160px; }
/* 234 */ .ui-icon-seek-start { background-position: -80px -160px; }
/* 235 */ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* 236 */ .ui-icon-seek-first { background-position: -80px -160px; }
/* 237 */ .ui-icon-stop { background-position: -96px -160px; }
/* 238 */ .ui-icon-eject { background-position: -112px -160px; }
/* 239 */ .ui-icon-volume-off { background-position: -128px -160px; }
/* 240 */ .ui-icon-volume-on { background-position: -144px -160px; }
/* 241 */ .ui-icon-power { background-position: 0 -176px; }
/* 242 */ .ui-icon-signal-diag { background-position: -16px -176px; }
/* 243 */ .ui-icon-signal { background-position: -32px -176px; }
/* 244 */ .ui-icon-battery-0 { background-position: -48px -176px; }
/* 245 */ .ui-icon-battery-1 { background-position: -64px -176px; }
/* 246 */ .ui-icon-battery-2 { background-position: -80px -176px; }
/* 247 */ .ui-icon-battery-3 { background-position: -96px -176px; }
/* 248 */ .ui-icon-circle-plus { background-position: 0 -192px; }
/* 249 */ .ui-icon-circle-minus { background-position: -16px -192px; }
/* 250 */ .ui-icon-circle-close { background-position: -32px -192px; }

/* jquery.ui.css */

/* 251 */ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
/* 252 */ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
/* 253 */ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
/* 254 */ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
/* 255 */ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
/* 256 */ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
/* 257 */ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
/* 258 */ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
/* 259 */ .ui-icon-circle-zoomin { background-position: -176px -192px; }
/* 260 */ .ui-icon-circle-zoomout { background-position: -192px -192px; }
/* 261 */ .ui-icon-circle-check { background-position: -208px -192px; }
/* 262 */ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
/* 263 */ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
/* 264 */ .ui-icon-circlesmall-close { background-position: -32px -208px; }
/* 265 */ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
/* 266 */ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
/* 267 */ .ui-icon-squaresmall-close { background-position: -80px -208px; }
/* 268 */ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
/* 269 */ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
/* 270 */ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
/* 271 */ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
/* 272 */ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
/* 273 */ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* 274 */ 
/* 275 */ 
/* 276 */ /* Misc visuals
/* 277 *| ----------------------------------*/
/* 278 */ 
/* 279 */ /* Corner radius */
/* 280 */ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
/* 281 */ .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
/* 282 */ .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
/* 283 */ .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
/* 284 */ 
/* 285 */ /* Overlays */
/* 286 */ .ui-widget-overlay { background: #aaaaaa url(/static/images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
/* 287 */ .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/static/images/algemeen/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
/* 288 *|  * jQuery UI Resizable 1.8.23
/* 289 *|  *
/* 290 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 291 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 292 *|  * http://jquery.org/license
/* 293 *|  *
/* 294 *|  * http://docs.jquery.com/UI/Resizable#theming
/* 295 *|  */
/* 296 */ .ui-resizable { position: relative;}
/* 297 */ .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
/* 298 */ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
/* 299 */ .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
/* 300 */ .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }

/* jquery.ui.css */

/* 301 */ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
/* 302 */ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
/* 303 */ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
/* 304 */ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
/* 305 */ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
/* 306 */ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
/* 307 *|  * jQuery UI Selectable 1.8.23
/* 308 *|  *
/* 309 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 310 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 311 *|  * http://jquery.org/license
/* 312 *|  *
/* 313 *|  * http://docs.jquery.com/UI/Selectable#theming
/* 314 *|  */
/* 315 */ .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/* 316 */ /*!
/* 317 *|  * jQuery UI Accordion 1.8.23
/* 318 *|  *
/* 319 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 320 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 321 *|  * http://jquery.org/license
/* 322 *|  *
/* 323 *|  * http://docs.jquery.com/UI/Accordion#theming
/* 324 *|  */
/* 325 */ /* IE/Win - Fix animation bug - #4615 */
/* 326 */ .ui-accordion { width: 100%; }
/* 327 */ .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
/* 328 */ .ui-accordion .ui-accordion-li-fix { display: inline; }
/* 329 */ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
/* 330 */ .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* 331 */ .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
/* 332 */ .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
/* 333 */ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
/* 334 */ .ui-accordion .ui-accordion-content-active { display: block; }
/* 335 */ /*!
/* 336 *|  * jQuery UI Autocomplete 1.8.23
/* 337 *|  *
/* 338 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 339 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 340 *|  * http://jquery.org/license
/* 341 *|  *
/* 342 *|  * http://docs.jquery.com/UI/Autocomplete#theming
/* 343 *|  */
/* 344 */ .ui-autocomplete { position: absolute; cursor: default; }	
/* 345 */ 
/* 346 */ /* workarounds */
/* 347 */ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
/* 348 */ 
/* 349 */ /*
/* 350 *|  * jQuery UI Menu 1.8.23

/* jquery.ui.css */

/* 351 *|  *
/* 352 *|  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
/* 353 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 354 *|  * http://jquery.org/license
/* 355 *|  *
/* 356 *|  * http://docs.jquery.com/UI/Menu#theming
/* 357 *|  */
/* 358 */ .ui-menu {
/* 359 */ 	list-style:none;
/* 360 */ 	padding: 2px;
/* 361 */ 	margin: 0;
/* 362 */ 	display:block;
/* 363 */ 	float: left;
/* 364 */ }
/* 365 */ .ui-menu .ui-menu {
/* 366 */ 	margin-top: -3px;
/* 367 */ }
/* 368 */ .ui-menu .ui-menu-item {
/* 369 */ 	margin:0;
/* 370 */ 	padding: 0;
/* 371 */ 	zoom: 1;
/* 372 */ 	float: left;
/* 373 */ 	clear: left;
/* 374 */ 	width: 100%;
/* 375 */ }
/* 376 */ .ui-menu .ui-menu-item a {
/* 377 */ 	text-decoration:none;
/* 378 */ 	display:block;
/* 379 */ 	padding:.2em .4em;
/* 380 */ 	line-height:1.5;
/* 381 */ 	zoom:1;
/* 382 */ }
/* 383 */ .ui-menu .ui-menu-item a.ui-state-hover,
/* 384 */ .ui-menu .ui-menu-item a.ui-state-active {
/* 385 */ 	font-weight: normal;
/* 386 */ 	margin: -1px;
/* 387 */ }
/* 388 */ /*!
/* 389 *|  * jQuery UI Button 1.8.23
/* 390 *|  *
/* 391 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 392 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 393 *|  * http://jquery.org/license
/* 394 *|  *
/* 395 *|  * http://docs.jquery.com/UI/Button#theming
/* 396 *|  */
/* 397 */ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
/* 398 */ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
/* 399 */ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
/* 400 */ .ui-button-icons-only { width: 3.4em; } 

/* jquery.ui.css */

/* 401 */ button.ui-button-icons-only { width: 3.7em; } 
/* 402 */ 
/* 403 */ /*button text element */
/* 404 */ .ui-button .ui-button-text { display: block; line-height: 1.4;  }
/* 405 */ .ui-button-text-only .ui-button-text { padding: .4em 1em; }
/* 406 */ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
/* 407 */ .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
/* 408 */ .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
/* 409 */ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* 410 */ /* no icon support for input elements, provide padding by default */
/* 411 */ input.ui-button { padding: .4em 1em; }
/* 412 */ 
/* 413 */ /*button icon element(s) */
/* 414 */ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
/* 415 */ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
/* 416 */ .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
/* 417 */ .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
/* 418 */ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
/* 419 */ 
/* 420 */ /*button sets*/
/* 421 */ .ui-buttonset { margin-right: 7px; }
/* 422 */ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
/* 423 */ 
/* 424 */ /* workarounds */
/* 425 */ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/* 426 */ /*!
/* 427 *|  * jQuery UI Dialog 1.8.23
/* 428 *|  *
/* 429 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 430 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 431 *|  * http://jquery.org/license
/* 432 *|  *
/* 433 *|  * http://docs.jquery.com/UI/Dialog#theming
/* 434 *|  */
/* 435 */ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
/* 436 */ .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
/* 437 */ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
/* 438 */ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
/* 439 */ .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
/* 440 */ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
/* 441 */ .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
/* 442 */ .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
/* 443 */ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
/* 444 */ .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
/* 445 */ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
/* 446 */ .ui-draggable .ui-dialog-titlebar { cursor: move; }
/* 447 */ /*!
/* 448 *|  * jQuery UI Slider 1.8.23
/* 449 *|  *
/* 450 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

/* jquery.ui.css */

/* 451 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 452 *|  * http://jquery.org/license
/* 453 *|  *
/* 454 *|  * http://docs.jquery.com/UI/Slider#theming
/* 455 *|  */
/* 456 */ .ui-slider { position: relative; text-align: left; }
/* 457 */ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
/* 458 */ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
/* 459 */ 
/* 460 */ .ui-slider-horizontal { height: .8em; }
/* 461 */ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
/* 462 */ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
/* 463 */ .ui-slider-horizontal .ui-slider-range-min { left: 0; }
/* 464 */ .ui-slider-horizontal .ui-slider-range-max { right: 0; }
/* 465 */ 
/* 466 */ .ui-slider-vertical { width: .8em; height: 100px; }
/* 467 */ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
/* 468 */ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
/* 469 */ .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
/* 470 */ .ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
/* 471 *|  * jQuery UI Tabs 1.8.23
/* 472 *|  *
/* 473 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 474 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 475 *|  * http://jquery.org/license
/* 476 *|  *
/* 477 *|  * http://docs.jquery.com/UI/Tabs#theming
/* 478 *|  */
/* 479 */ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* 480 */ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
/* 481 */ .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
/* 482 */ .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
/* 483 */ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
/* 484 */ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
/* 485 */ .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* 486 */ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
/* 487 */ .ui-tabs .ui-tabs-hide { display: none !important; }
/* 488 */ /*!
/* 489 *|  * jQuery UI Datepicker 1.8.23
/* 490 *|  *
/* 491 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 492 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 493 *|  * http://jquery.org/license
/* 494 *|  *
/* 495 *|  * http://docs.jquery.com/UI/Datepicker#theming
/* 496 *|  */
/* 497 */ .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
/* 498 */ .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
/* 499 */ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
/* 500 */ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

/* jquery.ui.css */

/* 501 */ .ui-datepicker .ui-datepicker-prev { left:2px; }
/* 502 */ .ui-datepicker .ui-datepicker-next { right:2px; }
/* 503 */ .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
/* 504 */ .ui-datepicker .ui-datepicker-next-hover { right:1px; }
/* 505 */ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
/* 506 */ .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
/* 507 */ .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
/* 508 */ .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
/* 509 */ .ui-datepicker select.ui-datepicker-month, 
/* 510 */ .ui-datepicker select.ui-datepicker-year { width: 49%;}
/* 511 */ .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
/* 512 */ .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
/* 513 */ .ui-datepicker td { border: 0; padding: 1px; }
/* 514 */ .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
/* 515 */ .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
/* 516 */ .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
/* 517 */ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* 518 */ 
/* 519 */ /* with multiple calendars */
/* 520 */ .ui-datepicker.ui-datepicker-multi { width:auto; }
/* 521 */ .ui-datepicker-multi .ui-datepicker-group { float:left; }
/* 522 */ .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
/* 523 */ .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
/* 524 */ .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
/* 525 */ .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
/* 526 */ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
/* 527 */ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
/* 528 */ .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
/* 529 */ .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
/* 530 */ 
/* 531 */ /* RTL support */
/* 532 */ .ui-datepicker-rtl { direction: rtl; }
/* 533 */ .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
/* 534 */ .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
/* 535 */ .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
/* 536 */ .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
/* 537 */ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
/* 538 */ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
/* 539 */ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
/* 540 */ .ui-datepicker-rtl .ui-datepicker-group { float:right; }
/* 541 */ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* 542 */ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* 543 */ 
/* 544 */ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* 545 */ .ui-datepicker-cover {
/* 546 */     position: absolute; /*must have*/
/* 547 */     z-index: -1; /*must have*/
/* 548 */     filter: mask(); /*must have*/
/* 549 */     top: -4px; /*must have*/
/* 550 */     left: -4px; /*must have*/

/* jquery.ui.css */

/* 551 */     width: 200px; /*must have*/
/* 552 */     height: 200px; /*must have*/
/* 553 */ }/*!
/* 554 *|  * jQuery UI Progressbar 1.8.23
/* 555 *|  *
/* 556 *|  * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
/* 557 *|  * Dual licensed under the MIT or GPL Version 2 licenses.
/* 558 *|  * http://jquery.org/license
/* 559 *|  *
/* 560 *|  * http://docs.jquery.com/UI/Progressbar#theming
/* 561 *|  */
/* 562 */ .ui-progressbar { height:2em; text-align: left; overflow: hidden; }
/* 563 */ .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css

*/

/* simplegrid.css */

/* 1   */ /*
/* 2   *|   Simple Grid
/* 3   *|   Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
/* 4   *|   Project Page - http://thisisdallas.github.com/Simple-Grid/
/* 5   *|   Author - Dallas Bass
/* 6   *|   Site - dallasbass.com
/* 7   *| */
/* 8   */ 
/* 9   */ *, *:after, *:before {
/* 10  */ 	-webkit-box-sizing: border-box;
/* 11  */ 	-moz-box-sizing: border-box;
/* 12  */ 	box-sizing: border-box;
/* 13  */ }
/* 14  */ 
/* 15  */ body {
/* 16  */ 	margin: 0px;
/* 17  */ }
/* 18  */ 
/* 19  */ [class*='col-'] {
/* 20  */ 	float: left;
/* 21  */ 	padding-right: 20px;
/* 22  */ }
/* 23  */ 
/* 24  */ [class*='col-']:last-of-type {
/* 25  */ 	padding-right: 0px;
/* 26  */ }
/* 27  */ 
/* 28  */ .grid-full {
/* 29  */ 	width: 100%;
/* 30  */ 	max-width: 9000px;
/* 31  */ 	min-width: 100px;
/* 32  */ 	margin : 0 auto;
/* 33  */ 	overflow: hidden;
/* 34  */ }
/* 35  */ 
/* 36  */ .grid {
/* 37  */ 	width: 100%;
/* 38  */ 	max-width: 1100px;
/* 39  */ 	min-width: 755px;
/* 40  */ 	margin: 0 auto;
/* 41  */ 	overflow: hidden;
/* 42  */ }
/* 43  */ 
/* 44  */ .grid:after {
/* 45  */ 	content: "";
/* 46  */ 	display: table;
/* 47  */ 	clear: both;
/* 48  */ }
/* 49  */ 
/* 50  */ .grid-pad {

/* simplegrid.css */

/* 51  */ 	padding: 0px 0 0px 0px;
/* 52  */ }
/* 53  */ 
/* 54  */ .grid-pad > [class*='col-']:last-of-type {
/* 55  */ 	padding-right: 20px;
/* 56  */ }
/* 57  */ 
/* 58  */ .push-right {
/* 59  */ 	float: right;
/* 60  */ }
/* 61  */ 
/* 62  */ /* Content Columns */
/* 63  */ 
/* 64  */ .col-1-1 {
/* 65  */ 	width: 100%;
/* 66  */ }
/* 67  */ .col-2-3, .col-8-12 {
/* 68  */ 	width: 66.66%;
/* 69  */ }
/* 70  */ 
/* 71  */ .col-1-2, .col-6-12 {
/* 72  */ 	width: 50%;
/* 73  */ }
/* 74  */ 
/* 75  */ .col-1-3, .col-4-12 {
/* 76  */ 	width: 33.33%;
/* 77  */ }
/* 78  */ 
/* 79  */ .col-1-4, .col-3-12 {
/* 80  */ 	width: 25%;
/* 81  */ }
/* 82  */ 
/* 83  */ .col-1-5 {
/* 84  */ 	width: 20%;
/* 85  */ }
/* 86  */ 
/* 87  */ .col-1-6, .col-2-12 {
/* 88  */ 	width: 16.667%;
/* 89  */ }
/* 90  */ 
/* 91  */ .col-1-7 {
/* 92  */ 	width: 14.28%;
/* 93  */ }
/* 94  */ 
/* 95  */ .col-1-8 {
/* 96  */ 	width: 12.5%;
/* 97  */ }
/* 98  */ 
/* 99  */ .col-1-9 {
/* 100 */ 	width: 11.1%;

/* simplegrid.css */

/* 101 */ }
/* 102 */ 
/* 103 */ .col-1-10 {
/* 104 */ 	width: 10%;
/* 105 */ }
/* 106 */ 
/* 107 */ .col-1-11 {
/* 108 */ 	width: 9.09%;
/* 109 */ }
/* 110 */ 
/* 111 */ .col-1-12 {
/* 112 */ 	width: 8.33%
/* 113 */ }
/* 114 */ 
/* 115 */ /* Layout Columns */
/* 116 */ 
/* 117 */ .col-11-12 {
/* 118 */ 	width: 91.66%
/* 119 */ }
/* 120 */ 
/* 121 */ .col-10-12 {
/* 122 */ 	width: 83.333%;
/* 123 */ }
/* 124 */ 
/* 125 */ .col-9-12 {
/* 126 */ 	width: 75%;
/* 127 */ }
/* 128 */ 
/* 129 */ .col-5-12 {
/* 130 */ 	width: 41.66%;
/* 131 */ }
/* 132 */ 
/* 133 */ .col-7-12 {
/* 134 */ 	width: 58.33%
/* 135 */ }
/* 136 */ 
/* 137 */ @media handheld, only screen and (max-width: 767px) {
/* 138 */ 
/* 139 */ 	
/* 140 */ 	.grid {
/* 141 */ 		width: 100%;
/* 142 */ 		min-width: 0;
/* 143 */ 		margin-left: 0px;
/* 144 */ 		margin-right: 0px;
/* 145 */ 		padding-left: 0px;
/* 146 */ 		padding-right: 0px;
/* 147 */ 	}
/* 148 */ 
/* 149 */ 	[class*='col-'] {
/* 150 */ 		width: auto;

/* simplegrid.css */

/* 151 */ 		float: none;
/* 152 */ 		margin-left: 0px;
/* 153 */ 		margin-right: 20px;
/* 154 */ 		margin-top: 10px;
/* 155 */ 		margin-bottom: 10px;
/* 156 */ 		padding-left: 20px;
/* 157 */ 		padding-right: 20px;
/* 158 */ 	}
/* 159 */ }
/* 160 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css

file-relative URI  : font/scsrg-webfont.eot
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsrg-webfont.eot
docroot stripped   : /themas/bg/static/css/font/scsrg-webfont.eot
traversals removed : /themas/bg/static/css/font/scsrg-webfont.eot

file-relative URI  : font/scsrg-webfont.eot?#iefix
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsrg-webfont.eot?#iefix
docroot stripped   : /themas/bg/static/css/font/scsrg-webfont.eot?#iefix
traversals removed : /themas/bg/static/css/font/scsrg-webfont.eot?#iefix

file-relative URI  : font/scsrg-webfont.woff
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsrg-webfont.woff
docroot stripped   : /themas/bg/static/css/font/scsrg-webfont.woff
traversals removed : /themas/bg/static/css/font/scsrg-webfont.woff

file-relative URI  : font/scsrg-webfont.ttf
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsrg-webfont.ttf
docroot stripped   : /themas/bg/static/css/font/scsrg-webfont.ttf
traversals removed : /themas/bg/static/css/font/scsrg-webfont.ttf

file-relative URI  : font/scsrg-webfont.svg#scalasans-regularregular
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsrg-webfont.svg#scalasans-regularregular
docroot stripped   : /themas/bg/static/css/font/scsrg-webfont.svg#scalasans-regularregular
traversals removed : /themas/bg/static/css/font/scsrg-webfont.svg#scalasans-regularregular

file-relative URI  : font/scsbd-webfont.eot
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbd-webfont.eot
docroot stripped   : /themas/bg/static/css/font/scsbd-webfont.eot
traversals removed : /themas/bg/static/css/font/scsbd-webfont.eot

file-relative URI  : font/scsbd-webfont.eot?#iefix
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbd-webfont.eot?#iefix
docroot stripped   : /themas/bg/static/css/font/scsbd-webfont.eot?#iefix
traversals removed : /themas/bg/static/css/font/scsbd-webfont.eot?#iefix

file-relative URI  : font/scsbd-webfont.woff
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbd-webfont.woff
docroot stripped   : /themas/bg/static/css/font/scsbd-webfont.woff
traversals removed : /themas/bg/static/css/font/scsbd-webfont.woff

file-relative URI  : font/scsbd-webfont.ttf
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbd-webfont.ttf
docroot stripped   : /themas/bg/static/css/font/scsbd-webfont.ttf
traversals removed : /themas/bg/static/css/font/scsbd-webfont.ttf

file-relative URI  : font/scsbd-webfont.svg#scalasans-boldbold
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbd-webfont.svg#scalasans-boldbold
docroot stripped   : /themas/bg/static/css/font/scsbd-webfont.svg#scalasans-boldbold
traversals removed : /themas/bg/static/css/font/scsbd-webfont.svg#scalasans-boldbold

file-relative URI  : font/scsbdit-webfont.eot
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbdit-webfont.eot
docroot stripped   : /themas/bg/static/css/font/scsbdit-webfont.eot
traversals removed : /themas/bg/static/css/font/scsbdit-webfont.eot

file-relative URI  : font/scsbdit-webfont.eot?#iefix
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbdit-webfont.eot?#iefix
docroot stripped   : /themas/bg/static/css/font/scsbdit-webfont.eot?#iefix
traversals removed : /themas/bg/static/css/font/scsbdit-webfont.eot?#iefix

file-relative URI  : font/scsbdit-webfont.woff
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbdit-webfont.woff
docroot stripped   : /themas/bg/static/css/font/scsbdit-webfont.woff
traversals removed : /themas/bg/static/css/font/scsbdit-webfont.woff

file-relative URI  : font/scsbdit-webfont.ttf
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbdit-webfont.ttf
docroot stripped   : /themas/bg/static/css/font/scsbdit-webfont.ttf
traversals removed : /themas/bg/static/css/font/scsbdit-webfont.ttf

file-relative URI  : font/scsbdit-webfont.svg#scalasans-bolditalicBdIt
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scsbdit-webfont.svg#scalasans-bolditalicBdIt
docroot stripped   : /themas/bg/static/css/font/scsbdit-webfont.svg#scalasans-bolditalicBdIt
traversals removed : /themas/bg/static/css/font/scsbdit-webfont.svg#scalasans-bolditalicBdIt

file-relative URI  : font/scscit-webfont.eot
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scscit-webfont.eot
docroot stripped   : /themas/bg/static/css/font/scscit-webfont.eot
traversals removed : /themas/bg/static/css/font/scscit-webfont.eot

file-relative URI  : font/scscit-webfont.eot?#iefix
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scscit-webfont.eot?#iefix
docroot stripped   : /themas/bg/static/css/font/scscit-webfont.eot?#iefix
traversals removed : /themas/bg/static/css/font/scscit-webfont.eot?#iefix

file-relative URI  : font/scscit-webfont.woff
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scscit-webfont.woff
docroot stripped   : /themas/bg/static/css/font/scscit-webfont.woff
traversals removed : /themas/bg/static/css/font/scscit-webfont.woff

file-relative URI  : font/scscit-webfont.ttf
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scscit-webfont.ttf
docroot stripped   : /themas/bg/static/css/font/scscit-webfont.ttf
traversals removed : /themas/bg/static/css/font/scscit-webfont.ttf

file-relative URI  : font/scscit-webfont.svg#scalasans-capsitaliccapsIt
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/font/scscit-webfont.svg#scalasans-capsitaliccapsIt
docroot stripped   : /themas/bg/static/css/font/scscit-webfont.svg#scalasans-capsitaliccapsIt
traversals removed : /themas/bg/static/css/font/scscit-webfont.svg#scalasans-capsitaliccapsIt

file-relative URI  : ../images/rechts-bg.jpg
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/rechts-bg.jpg
docroot stripped   : /themas/bg/static/css/../images/rechts-bg.jpg
traversals removed : /themas/bg/static/images/rechts-bg.jpg

file-relative URI  : ../images/button-contactinfo.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/button-contactinfo.png
docroot stripped   : /themas/bg/static/css/../images/button-contactinfo.png
traversals removed : /themas/bg/static/images/button-contactinfo.png

file-relative URI  : ../images/button-contactinfo-back.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/button-contactinfo-back.png
docroot stripped   : /themas/bg/static/css/../images/button-contactinfo-back.png
traversals removed : /themas/bg/static/images/button-contactinfo-back.png

file-relative URI  : ../images/maps.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/maps.png
docroot stripped   : /themas/bg/static/css/../images/maps.png
traversals removed : /themas/bg/static/images/maps.png

file-relative URI  : ../images/blurr.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/blurr.png
docroot stripped   : /themas/bg/static/css/../images/blurr.png
traversals removed : /themas/bg/static/images/blurr.png

file-relative URI  : ../images/brandbox-link.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/brandbox-link.png
docroot stripped   : /themas/bg/static/css/../images/brandbox-link.png
traversals removed : /themas/bg/static/images/brandbox-link.png

file-relative URI  : ../images/prev-arrow.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/prev-arrow.png
docroot stripped   : /themas/bg/static/css/../images/prev-arrow.png
traversals removed : /themas/bg/static/images/prev-arrow.png

file-relative URI  : ../images/next-arrow.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/next-arrow.png
docroot stripped   : /themas/bg/static/css/../images/next-arrow.png
traversals removed : /themas/bg/static/images/next-arrow.png

file-relative URI  : ../images/werk-arrow.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/werk-arrow.png
docroot stripped   : /themas/bg/static/css/../images/werk-arrow.png
traversals removed : /themas/bg/static/images/werk-arrow.png

file-relative URI  : ../images/werk-arrow-open.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/werk-arrow-open.png
docroot stripped   : /themas/bg/static/css/../images/werk-arrow-open.png
traversals removed : /themas/bg/static/images/werk-arrow-open.png

file-relative URI  : ../images/checkbox.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/checkbox.png
docroot stripped   : /themas/bg/static/css/../images/checkbox.png
traversals removed : /themas/bg/static/images/checkbox.png

file-relative URI  : ../images/checkbox_huidig.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/checkbox_huidig.png
docroot stripped   : /themas/bg/static/css/../images/checkbox_huidig.png
traversals removed : /themas/bg/static/images/checkbox_huidig.png

file-relative URI  : ../images/prev-arrow.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/prev-arrow.png
docroot stripped   : /themas/bg/static/css/../images/prev-arrow.png
traversals removed : /themas/bg/static/images/prev-arrow.png

file-relative URI  : ../images/next-arrow.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/next-arrow.png
docroot stripped   : /themas/bg/static/css/../images/next-arrow.png
traversals removed : /themas/bg/static/images/next-arrow.png

file-relative URI  : ../images/week.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/week.png
docroot stripped   : /themas/bg/static/css/../images/week.png
traversals removed : /themas/bg/static/images/week.png

file-relative URI  : ../images/close.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/close.png
docroot stripped   : /themas/bg/static/css/../images/close.png
traversals removed : /themas/bg/static/images/close.png

file-relative URI  : ../images/bglogin.jpg
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/bglogin.jpg
docroot stripped   : /themas/bg/static/css/../images/bglogin.jpg
traversals removed : /themas/bg/static/images/bglogin.jpg

*/

/* web.css */

/* 1    */ @font-face {
/* 2    */ 	font-family: 'scalasans-regularregular';
/* 3    */ 	src: url('/themas/bg/static/css/font/scsrg-webfont.eot');
/* 4    */ 	src: url('/themas/bg/static/css/font/scsrg-webfont.eot?#iefix') format('embedded-opentype'),
/* 5    */ 	url('/themas/bg/static/css/font/scsrg-webfont.woff') format('woff'),
/* 6    */ 	url('/themas/bg/static/css/font/scsrg-webfont.ttf') format('truetype'),
/* 7    */ 	url('/themas/bg/static/css/font/scsrg-webfont.svg#scalasans-regularregular') format('svg');
/* 8    */ 	font-weight: normal;
/* 9    */ 	font-style: normal;
/* 10   */ 
/* 11   */ }
/* 12   */ @font-face {
/* 13   */ 	font-family: 'scalasans-boldbold';
/* 14   */ 	src: url('/themas/bg/static/css/font/scsbd-webfont.eot');
/* 15   */ 	src: url('/themas/bg/static/css/font/scsbd-webfont.eot?#iefix') format('embedded-opentype'),
/* 16   */ 	url('/themas/bg/static/css/font/scsbd-webfont.woff') format('woff'),
/* 17   */ 	url('/themas/bg/static/css/font/scsbd-webfont.ttf') format('truetype'),
/* 18   */ 	url('/themas/bg/static/css/font/scsbd-webfont.svg#scalasans-boldbold') format('svg');
/* 19   */ 	font-weight: normal;
/* 20   */ 	font-style: normal;
/* 21   */ 
/* 22   */ }
/* 23   */ @font-face {
/* 24   */ 	font-family: 'scalasans-bolditalicBdIt';
/* 25   */ 	src: url('/themas/bg/static/css/font/scsbdit-webfont.eot');
/* 26   */ 	src: url('/themas/bg/static/css/font/scsbdit-webfont.eot?#iefix') format('embedded-opentype'),
/* 27   */ 	url('/themas/bg/static/css/font/scsbdit-webfont.woff') format('woff'),
/* 28   */ 	url('/themas/bg/static/css/font/scsbdit-webfont.ttf') format('truetype'),
/* 29   */ 	url('/themas/bg/static/css/font/scsbdit-webfont.svg#scalasans-bolditalicBdIt') format('svg');
/* 30   */ 	font-weight: normal;
/* 31   */ 	font-style: normal;
/* 32   */ 
/* 33   */ }
/* 34   */ 
/* 35   */ @font-face {
/* 36   */ 	font-family: 'scalasans-capsitaliccapsIt';
/* 37   */ 	src: url('/themas/bg/static/css/font/scscit-webfont.eot');
/* 38   */ 	src: url('/themas/bg/static/css/font/scscit-webfont.eot?#iefix') format('embedded-opentype'),
/* 39   */ 	url('/themas/bg/static/css/font/scscit-webfont.woff') format('woff'),
/* 40   */ 	url('/themas/bg/static/css/font/scscit-webfont.ttf') format('truetype'),
/* 41   */ 	url('/themas/bg/static/css/font/scscit-webfont.svg#scalasans-capsitaliccapsIt') format('svg');
/* 42   */ 	font-weight: normal;
/* 43   */ 	font-style: normal;
/* 44   */ 
/* 45   */ }
/* 46   */ 
/* 47   */ 
/* 48   */ body {
/* 49   */ 	font-family: Arial;
/* 50   */ }

/* web.css */

/* 51   */ h1 {
/* 52   */ 	margin-top: 50px;
/* 53   */ 	margin-bottom: 35px;
/* 54   */ 	font-size: 30px;
/* 55   */ 	line-height: 38px;
/* 56   */ 	color: #02735b;
/* 57   */ }
/* 58   */ 
/* 59   */ .werk_item p, .blok_item p {
/* 60   */ 	margin-bottom: 25px;
/* 61   */ 	font-size: 18px;
/* 62   */ 	line-height: 28px;
/* 63   */ 	text-align:justify;
/* 64   */ }
/* 65   */ 
/* 66   */ header {
/* 67   */ 	width: 100%;
/* 68   */ 	-moz-box-sizing: border-box;
/* 69   */ 	box-sizing: border-box;
/* 70   */ 	position: fixed;
/* 71   */ 	background-color: #ffffff;
/* 72   */ 	z-index: 103;
/* 73   */ 	height: 100px;
/* 74   */ }
/* 75   */ header .grid-pad {
/* 76   */ 	overflow: visible;
/* 77   */ }
/* 78   */ 
/* 79   */ 
/* 80   */ 
/* 81   */ img {
/* 82   */ 	max-width: 100%;
/* 83   */ }
/* 84   */ 
/* 85   */ #container_overlay {
/* 86   */ 	padding-right: 0px;
/* 87   */ }
/* 88   */ 
/* 89   */ header .header {
/* 90   */ 	padding-right: 0 !important;
/* 91   */ }
/* 92   */ #overlay_alles {
/* 93   */ 	position: relative;
/* 94   */ 	overflow:hidden;
/* 95   */ }
/* 96   */ 
/* 97   */ 
/* 98   */ #rechts_balk {
/* 99   */ 	position: fixed;
/* 100  */ 	right: 0;

/* web.css */

/* 101  */ 	background-color: #ffffff;
/* 102  */ 	width: 80px;
/* 103  */ 	height: 10000px;
/* 104  */ 	background-image: url('/themas/bg/static/images/rechts-bg.jpg');
/* 105  */ 	z-index: 105;
/* 106  */ 	display:none;
/* 107  */ }
/* 108  */ 	#rechts_balk .taal {
/* 109  */ 		position: relative;
/* 110  */ 	}
/* 111  */ 	#rechts_balk .talen {
/* 112  */ 		padding:0;
/* 113  */ 	}
/* 114  */ 	#rechts_balk .taal ul {
/* 115  */ 		text-align: center !important;
/* 116  */ 	}
/* 117  */ 		#rechts_balk .taal ul li {
/* 118  */ 			list-style: none;
/* 119  */ 		}
/* 120  */ 			#rechts_balk .taal ul li a {
/* 121  */ 				line-height: 24px;
/* 122  */ 				font-size: 10px;
/* 123  */ 				text-decoration: none;
/* 124  */ 				color: #b5b5b5;
/* 125  */ 				padding: 1px 3px;
/* 126  */ 			}
/* 127  */ 
/* 128  */ 			#rechts_balk .taal ul li.huidig a {
/* 129  */ 				background-color: #b5b5b5;
/* 130  */ 				color: #ffffff;
/* 131  */ 			}
/* 132  */ 	#rechts_balk .contactinfo {
/* 133  */ 		position: absolute;
/* 134  */ 		margin-top: 10px;
/* 135  */ 		right: 12px;
/* 136  */ 		top: 260px;
/* 137  */ 		width: 100%;
/* 138  */ 		height: 100px;
/* 139  */ 		background-image: url('/themas/bg/static/images/button-contactinfo.png');
/* 140  */ 		background-repeat:no-repeat;
/* 141  */ 		background-position:left;
/* 142  */ 		cursor: pointer;
/* 143  */ 	}
/* 144  */ 
/* 145  */ 	.contactinfo_googlemaps .contact_info {
/* 146  */ 		display: none;
/* 147  */ 		position: relative;
/* 148  */ 		float:left;
/* 149  */ 		height: 100%;
/* 150  */ 		width: 30px;

/* web.css */

/* 151  */ 		padding-right: 100px;
/* 152  */ 		background-image: url('/themas/bg/static/images/button-contactinfo-back.png');
/* 153  */ 		background-position: left center;
/* 154  */ 		background-repeat: no-repeat;
/* 155  */ 		cursor: pointer;
/* 156  */ 		z-index: 9999;
/* 157  */ 	}
/* 158  */ 	.contactinfo_googlemaps {
/* 159  */ 		position: fixed;
/* 160  */ 		right:0;
/* 161  */ 		top: 100px;
/* 162  */ 		width: 0px;
/* 163  */ 		max-width: 100%;
/* 164  */ 		z-index: 106;
/* 165  */ 		height: 450px;
/* 166  */ 		background-image: url('/themas/bg/static/images/maps.png');
/* 167  */ 		background-repeat: no-repeat;
/* 168  */ 		background-size: cover;
/* 169  */ 
/* 170  */ 	}
/* 171  */ 		.contactinfo_googlemaps img {
/* 172  */ 
/* 173  */ 
/* 174  */ 		}
/* 175  */ 
/* 176  */ 		#rechts_balk .contactinfo p {
/* 177  */ 			position: relative;
/* 178  */ 			top: 8px;
/* 179  */ 			font-size: 13px;
/* 180  */ 			line-height: 15px;
/* 181  */ 			color: #b5b5b5;
/* 182  */ 			text-align: center !important;
/* 183  */ 			margin: 15px 0px 10px 15px;
/* 184  */ 		}
/* 185  */ 
/* 186  */ 		#rechts_balk .contactinfo img {
/* 187  */ 			margin-top: 10px;
/* 188  */ 		}
/* 189  */ 
/* 190  */ 	#rechts_balk .socialmedia {
/* 191  */ 		position: absolute;
/* 192  */ 		top: 593px;
/* 193  */ 		width: 80px;
/* 194  */ 	}
/* 195  */ 
/* 196  */ 	#rechts_balk .socialmedia.smallScreen {
/* 197  */ 		position: fixed !important;
/* 198  */ 		bottom: 10px !important;
/* 199  */ 		top: inherit;
/* 200  */ 	}

/* web.css */

/* 201  */ 		#rechts_balk .socialmedia ul {
/* 202  */ 			text-align: center;
/* 203  */ 			padding: 0;
/* 204  */ 			margin:0;
/* 205  */ 		}
/* 206  */ 
/* 207  */ 			#rechts_balk .socialmedia ul li {
/* 208  */ 				list-style:none;
/* 209  */ 				display: block;
/* 210  */ 				margin-bottom: 12px;
/* 211  */ 			}
/* 212  */ 
/* 213  */ 				#rechts_balk .socialmedia ul li a {
/* 214  */ 					display: block;
/* 215  */ 				}
/* 216  */ 
/* 217  */ 				#rechts_balk .socialmedia ul li img {
/* 218  */ 
/* 219  */ 				}
/* 220  */ 
/* 221  */ 		#rechts_balk .socialmedia p {
/* 222  */ 			font-size: 13px;
/* 223  */ 			line-height: 15px;
/* 224  */ 			color: #b5b5b5;
/* 225  */ 			text-align: center;
/* 226  */ 			margin: 0;
/* 227  */ 			padding: 0;
/* 228  */ 			margin-bottom: 14px;
/* 229  */ 		}
/* 230  */ 
/* 231  */ .menu_uitklappen {
/* 232  */ 	display: none;
/* 233  */ }
/* 234  */ 
/* 235  */ .hoofdmenu {
/* 236  */ 	float: right;
/* 237  */ 	margin:0;
/* 238  */ 	display:block;
/* 239  */ 	margin-right:-10px;
/* 240  */ 	padding-left: 0;
/* 241  */ }
/* 242  */ 		.hoofdmenu li {
/* 243  */ 			list-style: none;
/* 244  */ 			float: left;
/* 245  */ 			margin-right: 20px;
/* 246  */ 		}
/* 247  */ 
/* 248  */ 		.hoofdmenu li:last-child {
/* 249  */ 			margin-right: 0;
/* 250  */ 		}

/* web.css */

/* 251  */ 		.hoofdmenu li:first-child {
/* 252  */ 			display: none;
/* 253  */ 		}
/* 254  */ 
/* 255  */ 		.menu .huidig a span {
/* 256  */ 			background: #02735b;
/* 257  */ 			color: #ffffff;
/* 258  */ 			font-family: Arial;
/* 259  */ 
/* 260  */ 		}
/* 261  */ 		.menu_overlay {
/* 262  */ 			margin-top: 34px;
/* 263  */ 			height: 32px;
/* 264  */ 		}
/* 265  */ 			.hoofdmenu li a {
/* 266  */ 				text-transform: uppercase;
/* 267  */ 				font-size: 14px;
/* 268  */ 				line-height: 22px;
/* 269  */ 				color: #02735b;
/* 270  */ 				display: inline-block;
/* 271  */ 				text-decoration: none;
/* 272  */ 				overflow: hidden;
/* 273  */ 				vertical-align: top;
/* 274  */ 			}
/* 275  */ 
/* 276  */ 			.hoofdmenu li a span {
/* 277  */ 				display: block;
/* 278  */ 				position: relative;
/* 279  */ 				font-family: Arial;
/* 280  */ 			}
/* 281  */ 
/* 282  */ .roll {
/* 283  */ 	display: inline-block;
/* 284  */ 	overflow: hidden;
/* 285  */ 
/* 286  */ 	vertical-align: top;
/* 287  */ 
/* 288  */ 	-webkit-perspective: 400px;
/* 289  */ 	-moz-perspective: 400px;
/* 290  */ 
/* 291  */ 	-webkit-perspective-origin: 50% 50%;
/* 292  */ 	-moz-perspective-origin: 50% 50%;
/* 293  */ }
/* 294  */ .roll span {
/* 295  */ 	display: block;
/* 296  */ 	position: relative;
/* 297  */ 	padding: 5px 10px;
/* 298  */ 
/* 299  */ 	-webkit-transition: all 400ms ease;
/* 300  */ 	-moz-transition: all 400ms ease;

/* web.css */

/* 301  */ 
/* 302  */ 	-webkit-transform-origin: 50% 0%;
/* 303  */ 	-moz-transform-origin: 50% 0%;
/* 304  */ 
/* 305  */ 	-webkit-transform-style: preserve-3d;
/* 306  */ 	-moz-transform-style: preserve-3d;
/* 307  */ }
/* 308  */ .roll:hover span {
/* 309  */ 	background: #02735b;
/* 310  */ 
/* 311  */ 	-webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
/* 312  */ 	-moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
/* 313  */ }
/* 314  */ .roll span:after {
/* 315  */ 	content: attr(data-title);
/* 316  */ 
/* 317  */ 	display: block;
/* 318  */ 	position: absolute;
/* 319  */ 	left: 0;
/* 320  */ 	top: 0;
/* 321  */ 	padding: 5px 10px;
/* 322  */ 	color: #ffffff;
/* 323  */ 	background: #02735b;
/* 324  */ 
/* 325  */ 	-webkit-transform-origin: 50% 0%;
/* 326  */ 	-moz-transform-origin: 50% 0%;
/* 327  */ 
/* 328  */ 	-webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
/* 329  */ 	-moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
/* 330  */ }
/* 331  */ 
/* 332  */ 
/* 333  */ 			.menu_taal {
/* 334  */ 				display: none;
/* 335  */ 
/* 336  */ 			}
/* 337  */ 
/* 338  */ .header_menu_overlay {
/* 339  */ 	float: right;
/* 340  */ }
/* 341  */ 
/* 342  */ .header_logo_overlay {
/* 343  */ 	float: left;
/* 344  */ 	margin-top: 15px;
/* 345  */ 	color: #02735b;
/* 346  */ }
/* 347  */ 
/* 348  */ #header_container {
/* 349  */ 	/*background-color: #02735b;*/
/* 350  */ 	width: 100%;

/* web.css */

/* 351  */ 	background-image: -webkit-gradient(
/* 352  */ 		linear,
/* 353  */ 		left top,
/* 354  */ 		left bottom,
/* 355  */ 		color-stop(0, #008080),
/* 356  */ 		color-stop(1, #3CB371)
/* 357  */ 	);
/* 358  */ 	background-image: -o-linear-gradient(bottom, #008080 0%, #3CB371 100%);
/* 359  */ 	background-image: -moz-linear-gradient(bottom, #008080 0%, #3CB371 100%);
/* 360  */ 	background-image: -webkit-linear-gradient(bottom, #008080 0%, #3CB371 100%);
/* 361  */ 	background-image: -ms-linear-gradient(bottom, #008080 0%, #3CB371 100%);
/* 362  */ 	background-image: linear-gradient(to bottom, #008080 0%, #3CB371 100%);
/* 363  */ }
/* 364  */ 
/* 365  */ 	#header_container .grid-full [class*='col-'] {
/* 366  */ 		margin: 0;
/* 367  */ 		padding:0;
/* 368  */ 	}
/* 369  */ 
/* 370  */ 	#header_container .grid-pad {
/* 371  */ 		padding-top: 0px;
/* 372  */ 	}
/* 373  */ 
/* 374  */ 	#header_logo  {
/* 375  */ 		width: 275px;
/* 376  */ 	}
/* 377  */ 	#header_logo > img {
/* 378  */ 		width: 275px;
/* 379  */ 	}
/* 380  */ 	#header_logo  {
/* 381  */ 		text-decoration: none;	
/* 382  */ 	}
/* 383  */ 	#header_logo  span {
/* 384  */ 		color: #02735b;	
/* 385  */ 		font-size: 20px;
/* 386  */ 		line-height: 40px;
/* 387  */ 	}
/* 388  */ 	#header_container .header_container_image {
/* 389  */ 		height: 400px;
/* 390  */ 		background-position: center center;
/* 391  */ 		background-size: cover;
/* 392  */ 		width: 100%;
/* 393  */ 	}
/* 394  */ 
/* 395  */ 
/* 396  */ 	.contact_info_maps_box_overlay {
/* 397  */ 		 display: none;
/* 398  */ 		 position: relative;
/* 399  */ 		 max-width: 1100px;
/* 400  */ 		 margin: 0 auto;

/* web.css */

/* 401  */ 		 height: 400px;
/* 402  */ 	}
/* 403  */ 
/* 404  */ 
/* 405  */ 	.header_container_image_brandbox_overlay {
/* 406  */ 		position: relative;
/* 407  */ 		max-width: 1100px;
/* 408  */ 		margin: 0 auto;
/* 409  */ 		height: 400px;
/* 410  */ 	}
/* 411  */ 	.header_container_image_overlay {
/* 412  */ 		 position: relative;
/* 413  */ 		 float: right;
/* 414  */ 		 width: 535px;
/* 415  */ 		 top: 90px;
/* 416  */ 		 padding:20px 20px 20px 20px;
/* 417  */ 	 }
/* 418  */ .blur_div {
/* 419  */ 	position: absolute;
/* 420  */ 	top: 0;
/* 421  */ 	left: 0;
/* 422  */ 	width: 535px;
/* 423  */ 	height: auto;
/* 424  */ 	/*background: rgba(255, 255, 255, 0.7);*/
/* 425  */ 	background: url('/themas/bg/static/images/blurr.png');
/* 426  */ }
/* 427  */ 
/* 428  */ .header_container_image_brandbox, .contact_info_maps_box {
/* 429  */ 	position: relative;
/* 430  */ 	min-height: 150px;
/* 431  */ 	padding: 20px;
/* 432  */ }
/* 433  */ 
/* 434  */ 
/* 435  */ 	.contact_info_maps_box {
/* 436  */ 		position: relative;
/* 437  */ 		float: right;
/* 438  */ 		width: 535px;
/* 439  */ 		top: 75px;
/* 440  */ 		min-height: 270px;
/* 441  */ 		background: rgba(255, 255, 255, 0.7);
/* 442  */ 		padding:22px 22px 10px 22px;
/* 443  */ 
/* 444  */ 	}
/* 445  */ 
/* 446  */ 	.contact_info_maps_box {
/* 447  */ 		 top: 50px;
/* 448  */ 			height: auto;
/* 449  */ 	 }
/* 450  */ 

/* web.css */

/* 451  */ 		.contact_info_maps_box .email_link {
/* 452  */ 			color: #00397b;
/* 453  */ 			text-decoration: none;
/* 454  */ 			background: none;
/* 455  */ 		}
/* 456  */ 
/* 457  */ 		.label {
/* 458  */ 			width: 75px;
/* 459  */ 			display:inline-block;
/* 460  */ 		}
/* 461  */ 		.header_container_image_brandbox h1, .contact_info_maps_box h1 {
/* 462  */ 			font-family: Arial;
/* 463  */ 			margin: 0px 0px 20px 0px;
/* 464  */ 			font-size: 22px;
/* 465  */ 			line-height: 22px;
/* 466  */ 		}
/* 467  */ 		.header_container_image_brandbox h1 {
/* 468  */ 			text-transform: uppercase;
/* 469  */ 			margin-bottom: 30px!important ;
/* 470  */ 		 }
/* 471  */ 
/* 472  */ 			.header_container_brandbox_line, .contact_info_maps_line {
/* 473  */ 				margin-top: 30px;
/* 474  */ 				height:1px;
/* 475  */ 				background-color: #02735b;
/* 476  */ 				border: 0;
/* 477  */ 			}
/* 478  */ 			.inschrijven_nieuwsbrief {
/* 479  */ 				position: relative;
/* 480  */ 				top: 1px;
/* 481  */ 			}
/* 482  */ 			.inschrijven_nieuwsbrief p {
/* 483  */ 				margin-top: 15px;
/* 484  */ 				line-height: 19px !important;
/* 485  */ 				font-size: 16px !important;
/* 486  */ 				margin-bottom: 0 !important;
/* 487  */ 			}
/* 488  */ 
/* 489  */ 			.inschrijven_nieuwsbrief a {
/* 490  */ 				float: right;
/* 491  */ 				position: relative;
/* 492  */ 				top: -17px;
/* 493  */ 			}
/* 494  */ 
/* 495  */ 		.header_container_image_brandbox .inschrijven_nieuwsbrief a, .contact_info_maps_box .inschrijven_nieuwsbrief a, .box-link {
/* 496  */ 			background-color: #02735b;
/* 497  */ 			background-image: url('/themas/bg/static/images/brandbox-link.png');
/* 498  */ 			background-repeat: no-repeat;
/* 499  */ 			background-position: right 7px center;
/* 500  */ 			padding: 7px 33px 7px 7px;

/* web.css */

/* 501  */ 			text-decoration: none;
/* 502  */ 			color: #ffffff;
/* 503  */ 			font-size: 16px;
/* 504  */ 		}
/* 505  */ 
/* 506  */ 		.header_container_image_brandbox p {
/* 507  */ 			margin-bottom: 22px;
/* 508  */ 			line-height: 30px;
/* 509  */ 		}
/* 510  */ 
/* 511  */ 	#header_container .slogan_container {
/* 512  */ 		color: #b1e4d9;
/* 513  */ 		/*height: 245px;*/
/* 514  */ 		/*max-height: 245px;*/
/* 515  */ 		text-align: center !important;
/* 516  */ 		font-size: 22px;
/* 517  */ 		line-height: 32px;
/* 518  */ 	}
/* 519  */ #header_container .slogan_container.locati {
/* 520  */ 	display: none;
/* 521  */ }
/* 522  */ 		#header_container .slogan_container h1 {
/* 523  */ 			margin-bottom: 8px;
/* 524  */ 			margin-top: 5px;
/* 525  */ 
/* 526  */ 		}
/* 527  */ 		#header_container .slogan_container p {
/* 528  */ 			font-size: 18px;
/* 529  */ 			text-align: center;
/* 530  */ 		}
/* 531  */ 
/* 532  */ 		.slogan_editor {
/* 533  */ 			background-color: #02735b;
/* 534  */ 			color: #a3afc4;
/* 535  */ 			text-align: center !important;
/* 536  */ 			font-size: 22px;
/* 537  */ 			line-height: 25px;
/* 538  */ 		}
/* 539  */ 
/* 540  */ #main_content_container {
/* 541  */ 
/* 542  */ }
/* 543  */ 	footer .col-1-2 {
/* 544  */ 		padding-right: 0px !important;
/* 545  */ 	}
/* 546  */ 	#main_content_container .col-1-1 {
/* 547  */ 		padding-right: 0;
/* 548  */ 	}
/* 549  */ 	#main_content_container .blok_item, #main_content_container .werk_item {
/* 550  */ 		padding-bottom: 50px;

/* web.css */

/* 551  */ 		border-top: 1px #e9e9e9 solid;
/* 552  */ 	}
/* 553  */ 	#main_content_container .blok_item .content {
/* 554  */ 		margin-top: 92px;
/* 555  */ 	}
/* 556  */ 	#main_content_container .blok_item h1 {
/* 557  */ 
/* 558  */ 	}
/* 559  */ 	#main_content_container .blok_item .logo_header_tekst {
/* 560  */ 		position: relative;
/* 561  */ 		top: 7px;
/* 562  */ 		margin: 0;
/* 563  */ 		width: 192px;
/* 564  */ 	}
/* 565  */ 	#main_content_container .werk_item {
/* 566  */ 		padding-top: 10px;
/* 567  */ 		padding-bottom: 23px;
/* 568  */ 		cursor:pointer;
/* 569  */ 		-webkit-transition: all 300ms ease-in-out;
/* 570  */ 		-moz-transition: all 300ms ease-in-out;
/* 571  */ 		-ms-transition: all 300ms ease-in-out;
/* 572  */ 		-o-transition: all 300ms ease-in-out;
/* 573  */ 		transition: all 300ms ease-in-out;
/* 574  */ 	}
/* 575  */ 
/* 576  */ 		#main_content_container .werk_item .grid-pad {
/* 577  */ 			padding-top: 15px;
/* 578  */ 		}
/* 579  */ 		#main_content_container .werk_item:last-child {
/* 580  */ 			margin-bottom: 100px;
/* 581  */ 			border-bottom: 1px #e9e9e9 solid;
/* 582  */ 		}
/* 583  */ 
/* 584  */ 		#main_content_container .werk_item .werk_item_titel {
/* 585  */ 			font-size: 30px;
/* 586  */ 			color: #02735b;
/* 587  */ 			margin-right: 20px;
/* 588  */ 		}
/* 589  */ 
/* 590  */ 		#main_content_container .werk_item .werk_item_subtitel {
/* 591  */ 			font-size: 18px;
/* 592  */ 			color: #b5b5b5;
/* 593  */ 			font-style: italic;
/* 594  */ 		}
/* 595  */ 
/* 596  */ 		#main_content_container .werk_item .werk_item_content{
/* 597  */ 			float: left;
/* 598  */ 			margin-top: 20px;
/* 599  */ 			width: 100%;
/* 600  */ 		}

/* web.css */

/* 601  */ 
/* 602  */ 			#main_content_container .werk_item .werk_item_content p {
/* 603  */ 				margin-bottom: 0;
/* 604  */ 			}
/* 605  */ 
/* 606  */ 		#main_content_container .werk_item .titel_boven_slider {
/* 607  */ 			font-size: 24px;
/* 608  */ 			color: #00397b;
/* 609  */ 			margin-bottom: 5px;
/* 610  */ 		}
/* 611  */ 		#main_content_container .werk_item .werk_item_slider {
/* 612  */ 			display: block;
/* 613  */ 		}
/* 614  */ 			#main_content_container .werk_item .werk_item_slider img {
/* 615  */ 				max-width: 100%;
/* 616  */ 			}
/* 617  */ 
/* 618  */ 			#main_content_container .werk_item .werk_item_content .nav {
/* 619  */ 				position: relative;
/* 620  */ 				width: 100%;
/* 621  */ 				height: 20px;
/* 622  */ 				display:block;
/* 623  */ 			}
/* 624  */ 			#main_content_container .werk_item .werk_item_content .nav a.prev, #main_content_container .werk_item .werk_item_content .nav a.next {
/* 625  */ 				display:block;
/* 626  */ 				width: 20px;
/* 627  */ 				height: 20px;
/* 628  */ 				z-index:999;
/* 629  */ 				top:-245px;
/* 630  */ 				position: absolute;
/* 631  */ 				padding:25px;
/* 632  */ 				background-repeat: no-repeat;
/* 633  */ 				background-position: center center;
/* 634  */ 			}
/* 635  */ 
/* 636  */ 
/* 637  */ 			#main_content_container .werk_item .werk_item_content .nav a.prev {
/* 638  */ 				left: 0px;
/* 639  */ 				background-image: url('/themas/bg/static/images/prev-arrow.png');
/* 640  */ 			}
/* 641  */ 
/* 642  */ 			#main_content_container .werk_item .werk_item_content .nav a.next {
/* 643  */ 				right: 0px;
/* 644  */ 
/* 645  */ 				background-image: url('/themas/bg/static/images/next-arrow.png');
/* 646  */ 			}
/* 647  */ 
/* 648  */ 		#main_content_container .border-bottom {
/* 649  */ 			border-bottom: 10px #02735b solid !important;
/* 650  */ 			-webkit-transition: all 300ms ease-in-out;

/* web.css */

/* 651  */ 			-moz-transition: all 300ms ease-in-out;
/* 652  */ 			-ms-transition: all 300ms ease-in-out;
/* 653  */ 			-o-transition: all 300ms ease-in-out;
/* 654  */ 			transition: all 300ms ease-in-out;
/* 655  */ 		}
/* 656  */ 
/* 657  */ 		#main_content_container .werk_item .werk_item_arrow {
/* 658  */ 			float:right;
/* 659  */ 			background-image: url('/themas/bg/static/images/werk-arrow.png');
/* 660  */ 			-webkit-transition: all 300ms ease-in-out;
/* 661  */ 			-moz-transition: all 300ms ease-in-out;
/* 662  */ 			-ms-transition: all 300ms ease-in-out;
/* 663  */ 			-o-transition: all 300ms ease-in-out;
/* 664  */ 			transition: all 300ms ease-in-out;
/* 665  */ 			width: 20px;
/* 666  */ 			height: 20px;
/* 667  */ 			position: relative;
/* 668  */ 			top: 4px;
/* 669  */ 		}
/* 670  */ 
/* 671  */ 			#main_content_container .border-bottom .werk_item_arrow {
/* 672  */ 				background-image: url('/themas/bg/static/images/werk-arrow-open.png');
/* 673  */ 				transform:rotate(180deg);
/* 674  */ 				-ms-transform:rotate(180deg); /* IE 9 */
/* 675  */ 				-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
/* 676  */ 			}
/* 677  */ 
/* 678  */ 	#main_content_container .blok_item:nth-child(even), #main_content_container .werk_item:nth-child(odd) {
/* 679  */ 		background-color: #f5f5f5;
/* 680  */ 	}
/* 681  */ 
/* 682  */ 	#main_content_container .blok_item:first-child {
/* 683  */ 		border: 0 !important;
/* 684  */ 	}
/* 685  */ 
/* 686  */ /*
/* 687  *|  * BEGIN VAN LOCATIEBLOKKEN
/* 688  *|  *
/* 689  *|  */
/* 690  */ 
/* 691  */ #main_content_container .locatie_item_container {
/* 692  */ 	margin-bottom: 50px;
/* 693  */ 	margin-top: 5px;
/* 694  */ }
/* 695  */ #main_content_container .locatie_item {
/* 696  */ 	width: 24%;
/* 697  */ 	background-color: #02735b;
/* 698  */ 	height: 275px;
/* 699  */ 	padding-right: 0;
/* 700  */ 	margin-right: 14px;

/* web.css */

/* 701  */ 	margin-bottom: 14px;
/* 702  */ }
/* 703  */ #main_content_container .locatie_item_link {
/* 704  */ 	text-decoration: none;
/* 705  */ }
/* 706  */ #main_content_container .locatie_item:nth-child(4n+4){
/* 707  */ 	margin-right: 0;
/* 708  */ }
/* 709  */ #main_content_container .locatie_item .locatie_item_titel {
/* 710  */ 	font-size: 24px;
/* 711  */ 	color: #ffffff;
/* 712  */ 	display: block;
/* 713  */ 	padding: 10px 10px 5px 10px;
/* 714  */ }
/* 715  */ 
/* 716  */ #main_content_container .locatie_item .locatie_item_adres {
/* 717  */ 	font-size: 16px;
/* 718  */ 	color: rgb(177, 228, 217);
/* 719  */ 	padding: 2px 10px 5px 10px;
/* 720  */ }
/* 721  */ #main_content_container .locatie_item .locatie_item_foto {
/* 722  */ 	padding: 10px;
/* 723  */ 	display: block;
/* 724  */ }
/* 725  */ 
/* 726  */ 
/* 727  */ #main_content_container .locatie_item_volledig {
/* 728  */ 	margin-bottom: 50px;
/* 729  */ }
/* 730  */ 	#main_content_container .leg-links {
/* 731  */ 		display: block;
/* 732  */ 		padding-left: 24px;
/* 733  */ 		background-position: 0px 1px;
/* 734  */ 		line-height: 25px;
/* 735  */ 		background-image: url(/themas/bg/static/images/checkbox.png);
/* 736  */ 		background-repeat: no-repeat;
/* 737  */ 		background-position: 5px center;
/* 738  */ 		text-decoration: none;
/* 739  */ 		margin-bottom: 5px;
/* 740  */ 		height: 25px;
/* 741  */ 	}
/* 742  */ 	#main_content_container .leg-links.huidig  {
/* 743  */ 		vertical-align: sub;
/* 744  */ 		margin: 0px;
/* 745  */ 		background-image: url(/themas/bg/static/images/checkbox_huidig.png);
/* 746  */ 		margin-bottom: 5px;
/* 747  */ 	}
/* 748  */ 	#main_content_container .locatie_item_volledig h2 {
/* 749  */ 		margin-top: 0px;
/* 750  */ 		margin-bottom: 10px;

/* web.css */

/* 751  */ 		font-size: 22px;
/* 752  */ 		line-height: 28px;
/* 753  */ 		color: #02735b;
/* 754  */ 	}
/* 755  */ 	#main_content_container .locatie_item_volledig .image_container {
/* 756  */ 		position: relative;
/* 757  */ 		border: 3px #02735b solid;
/* 758  */ 		display: block;
/* 759  */ 		height: 794px;
/* 760  */ 	}
/* 761  */ 		#main_content_container .locatie_item_volledig .image_container img {
/* 762  */ 			position: absolute;
/* 763  */ 		}
/* 764  */ 
/* 765  */         .leg-link-bg {
/* 766  */ 	        padding: 5px 0 5px 5px;
/* 767  */ 	        width: 250px;
/* 768  */ 	        display: block;
/* 769  */ 	        color: #000000;
/* 770  */         }
/* 771  */ 
/* 772  */ 						   /*
/* 773  *| EINDE VAN LOCATIEBLOKKEN    *
/* 774  *| 						    */
/* 775  */ .main_socialmedia {
/* 776  */ 	display: none;
/* 777  */ }
/* 778  */ 
/* 779  */ footer {
/* 780  */ 	height: 50px;
/* 781  */ 	background-color: #000000;
/* 782  */ }
/* 783  */ 
/* 784  */ 
/* 785  */ 	footer .grid-pad {
/* 786  */ 		padding-top: 3px;
/* 787  */ 	}
/* 788  */ 	footer .no-padmarge {
/* 789  */ 		padding-right: 0;
/* 790  */ 	}
/* 791  */ 
/* 792  */ 	footer .footer_list {
/* 793  */ 		color: #ffffff;
/* 794  */ 		padding: 0;
/* 795  */ 	}
/* 796  */ 	footer .footer_list li {
/* 797  */ 		list-style: none;
/* 798  */ 		float: left;
/* 799  */ 		margin-right: 30px;
/* 800  */ 	}

/* web.css */

/* 801  */ 		footer .footer_list li:last-child {
/* 802  */ 			margin-right: 0;
/* 803  */ 		}
/* 804  */ 
/* 805  */ 	footer .footer_list li a {
/* 806  */ 		color: #ffffff;
/* 807  */ 		text-decoration: none;
/* 808  */ 	}
/* 809  */ 
/* 810  */ 	footer .rechts {
/* 811  */ 		float: right;
/* 812  */ 	}
/* 813  */ 
/* 814  */ .werk_item_slideshow_container {
/* 815  */ 	position: relative;
/* 816  */ 	margin-bottom: 13px;
/* 817  */ 	margin-top: 15px;
/* 818  */ }
/* 819  */ .werk_item_slideshow_container img {
/* 820  */ 	display:block;
/* 821  */ }
/* 822  */ .cycle-youtube {
/* 823  */ 	display: block;
/* 824  */ 	width: 100%;
/* 825  */ 	height: 100%;
/* 826  */ 	background-color: #00397b;
/* 827  */ }
/* 828  */ .bg-iframe {
/* 829  */ 	background-color: #00397b;
/* 830  */ 	height: 100%;
/* 831  */ 	width: 100%;
/* 832  */ }
/* 833  */ .youtube-iframe {
/* 834  */ 	position: absolute;
/* 835  */ 	left: 20% !important;
/* 836  */ 	width: 60%;
/* 837  */ 	height: 100%;
/* 838  */ }
/* 839  */ .youtube-object, .youtube-embed, .cycle-youtube {
/* 840  */ 	width: 100%;
/* 841  */ 	height: 100%;
/* 842  */ 
/* 843  */ }
/* 844  */ 
/* 845  */ .cycle-prev, .cycle-next {
/* 846  */ 	position: absolute;
/* 847  */ 	top: 0;
/* 848  */ 	width: 20%;
/* 849  */ 	opacity: 1;
/* 850  */ 	filter: alpha(opacity=100);

/* web.css */

/* 851  */ 	z-index: 101;
/* 852  */ 	height: 100%;
/* 853  */ 	cursor: pointer;
/* 854  */ }
/* 855  */ 
/* 856  */ .cycle-prev {
/* 857  */ 	left: 10px;
/* 858  */ 	background: url('/themas/bg/static/images/prev-arrow.png') no-repeat;
/* 859  */ 	background-position: left center;
/* 860  */ }
/* 861  */ 
/* 862  */ .cycle-next {
/* 863  */ 	right: 10px;
/* 864  */ 	background: url('/themas/bg/static/images/next-arrow.png') no-repeat;
/* 865  */ 	background-position: right center;
/* 866  */ }
/* 867  */ 
/* 868  */ #sticky {
/* 869  */ 	 height: 5px;
/* 870  */ 	 width: 100%;
/* 871  */ 	 background-color: #3CB371;
/* 872  */ 	-webkit-transition: all 300ms ease-in-out;
/* 873  */ 	-moz-transition: all 300ms ease-in-out;
/* 874  */ 	-ms-transition: all 300ms ease-in-out;
/* 875  */ 	-o-transition: all 300ms ease-in-out;
/* 876  */ 	transition: all 300ms ease-in-out;
/* 877  */  }
/* 878  */ 
/* 879  */ #sticky.stick {
/* 880  */ 	position: fixed;
/* 881  */ 	z-index: 104;
/* 882  */ }
/* 883  */ 
/* 884  */ .grayton-img-links{
/* 885  */ 	float: left;
/* 886  */ 	width: 90px;
/* 887  */ 	margin-right: 5%;
/* 888  */ }
/* 889  */ .graydon-tekst {
/* 890  */ 	margin-top: 30px;
/* 891  */ 	float: left;
/* 892  */ 	width: 70%;
/* 893  */ 
/* 894  */ }
/* 895  */ .graydon-link {
/* 896  */ 	margin-top: 30px;
/* 897  */ 	margin-left: 5%;
/* 898  */ 	float:right;
/* 899  */ 	width: 110px;
/* 900  */ }

/* web.css */

/* 901  */ 
/* 902  */ .googleDivOverlay {
/* 903  */ 	height: auto;
/* 904  */ 	max-height: 100%;
/* 905  */ }
/* 906  */ 
/* 907  */ /* TABS */
/* 908  */ 
/* 909  */ .etabs { margin: 0; padding: 0; margin-bottom: 25px;}
/* 910  */ .tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none;}
/* 911  */ .tab a { font-size: 16px; line-height: 2em; display: block; padding: 0 10px; color: #02735b; outline: none; text-decoration: none; }
/* 912  */ .tab a:hover { text-decoration: underline; }
/* 913  */ .tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
/* 914  */ .tab a.active { font-weight: bold; }
/* 915  */ .tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; }
/* 916  */ 
/* 917  */ /* Planning vakken Locatie */
/* 918  */ 
/* 919  */ .planning-vak {
/* 920  */ 	display: inline-block;
/* 921  */ 	width: 50px;
/* 922  */ 	height: 50px;
/* 923  */ 	border-right: 1px solid #ffffff;
/* 924  */ 	border-bottom: 1px solid #ffffff;
/* 925  */ 	
/* 926  */ }
/* 927  */ 
/* 928  */ .week-item.actief {
/* 929  */ 	background-color: #02735b;
/* 930  */ 	color:#fff;	
/* 931  */ }
/* 932  */ .planning-vak.deze-week .week-item {
/* 933  */ 	
/* 934  */ 	position: relative;
/* 935  */ 	
/* 936  */ }
/* 937  */ .planning-vak.deze-week .img {
/* 938  */ 	display: none;	
/* 939  */ }
/* 940  */ .planning-vak.deze-week  .img {
/* 941  */ 	display: block;
/* 942  */ 	position: absolute; top: -10px; left: 0; width: 100%;
/* 943  */ 	height: 600px;
/* 944  */ 	z-index: 1000;
/* 945  */ 	background-image: url(/themas/bg/static/images/week.png);
/* 946  */ 	background-repeat: repeat;
/* 947  */ 	pointer-events:none;
/* 948  */ }
/* 949  */ 
/* 950  */ 

/* web.css */

/* 951  */ 
/* 952  */ .plan-vak-overlay {
/* 953  */ 	margin: 0;
/* 954  */ 	padding: 0;
/* 955  */ 
/* 956  */ }
/* 957  */ 
/* 958  */ /*****************************************************
/* 959  *|  * generic styling for ALS elements: outer container
/* 960  *|  ******************************************************/
/* 961  */ 
/* 962  */ .als-container {
/* 963  */ 	position: relative;
/* 964  */ 	width: 100%;
/* 965  */ 	margin: 0px auto;
/* 966  */ 	z-index: 0;
/* 967  */ }
/* 968  */ 
/* 969  */ /****************************************
/* 970  *|  * viewport styling
/* 971  *|  ***************************************/
/* 972  */ 
/* 973  */ .als-viewport {
/* 974  */ 	position: relative;
/* 975  */ 	overflow: hidden;
/* 976  */ 	margin-left: 30px;
/* 977  */ 	height: auto !important;
/* 978  */ 	width: 850px !important;
/* 979  */ 
/* 980  */ }
/* 981  */ 
/* 982  */ /***************************************************
/* 983  *|  * wrapper styling
/* 984  *|  **************************************************/
/* 985  */ 
/* 986  */ .als-wrapper {
/* 987  */ 	position: relative;
/* 988  */ 	/* if you are using a list with <ul> <li> */
/* 989  */ 	list-style: none;
/* 990  */ 	height: 300px !important;
/* 991  */ }
/* 992  */ 
/* 993  */ /*************************************
/* 994  *|  * item: single list element
/* 995  *|  ************************************/
/* 996  */ 
/* 997  */ .als-item {
/* 998  */ 	position: relative;
/* 999  */ 	text-align: center;
/* 1000 */ 	cursor: pointer;

/* web.css */

/* 1001 */ 	display: inline-block;
/* 1002 */ }
/* 1003 */ 
/* 1004 */ /***********************************************
/* 1005 *|  * prev, next: buttons styling
/* 1006 *|  **********************************************/
/* 1007 */ 
/* 1008 */ .als-prev, .als-next {
/* 1009 */ 	position: relative;
/* 1010 */ 	cursor: pointer;
/* 1011 */ }
/* 1012 */ 
/* 1013 */ .als-next {
/* 1014 */ 	float: right;
/* 1015 */ }
/* 1016 */ .als-prev {
/* 1017 */  float: left;
/* 1018 */ }
/* 1019 */ 
/* 1020 */ .week-item {
/* 1021 */ 	height: 50px;
/* 1022 */ 	width: 50px;
/* 1023 */ 	background-color: #eeeeee;
/* 1024 */ 	vertical-align: text-top;
/* 1025 */ 	text-align: center;
/* 1026 */ 	font-size: 12px;
/* 1027 */ 	border-right: 1px #ffffff solid;
/* 1028 */ 	border-bottom: 1px #ffffff solid;
/* 1029 */ 	line-height: 50px;
/* 1030 */ 	text-align: center;	
/* 1031 */ 	
/* 1032 */ }
/* 1033 */ 
/* 1034 */ .week-item-actief {
/* 1035 */ 	height: 50px;
/* 1036 */ 	width: 50px;
/* 1037 */ 	background-color: #eeeeee;
/* 1038 */ 	vertical-align: text-top;
/* 1039 */ 	text-align: center;
/* 1040 */ 	font-size: 12px;
/* 1041 */ 	border-right: 1px #ffffff solid;
/* 1042 */ 	border-bottom: 1px #ffffff solid;
/* 1043 */ 	line-height: 50px;
/* 1044 */ 	text-align: center;
/* 1045 */ 	background-color:#ffa200;
/* 1046 */ 	color:#fff;	
/* 1047 */ }
/* 1048 */ 
/* 1049 */ 
/* 1050 */ .week-item-akkoord {

/* web.css */

/* 1051 */ 	height: 50px;
/* 1052 */ 	width: 50px;
/* 1053 */ 	background-color: #eeeeee;
/* 1054 */ 	vertical-align: text-top;
/* 1055 */ 	text-align: center;
/* 1056 */ 	font-size: 12px;
/* 1057 */ 	border-right: 1px #ffffff solid;
/* 1058 */ 	border-bottom: 1px #ffffff solid;
/* 1059 */ 	line-height: 50px;
/* 1060 */ 	text-align: center;
/* 1061 */ 	background-color:#02735b;
/* 1062 */ 	color:#fff;	
/* 1063 */ }
/* 1064 */ 
/* 1065 */ .plan-leg-wrapper {
/* 1066 */ 	margin-top: 10px;
/* 1067 */   text-align: right;
/* 1068 */ }
/* 1069 */ 
/* 1070 */ 
/* 1071 */ .kostenkop td {
/* 1072 */ 	height: 30px;
/* 1073 */ 	background-color: #f1f1f1;
/* 1074 */ 	line-height: 30px;
/* 1075 */ 	color: #000;
/* 1076 */ 	font-size: 14px;
/* 1077 */ 	font-weight: bold;	
/* 1078 */ 	padding-left: 6px;
/* 1079 */ }
/* 1080 */ 
/* 1081 */ .kostenregel:nth-child(even) {background-color: #ffffff;}
/* 1082 */ .kostenregel:nth-child(odd) {background-color: #f1f1f1;}
/* 1083 */ .kostenregel td {
/* 1084 */ 	height: 30px;
/* 1085 */ 	padding-left: 6px;
/* 1086 */ 	border-bottom: 1px solid #f1f1f1;
/* 1087 */ 	line-height: 30px;
/* 1088 */ 	color: #000;
/* 1089 */ 	font-size: 12px;
/* 1090 */ }
/* 1091 */ 
/* 1092 */ .kostentotaal td {
/* 1093 */ 	border-top: 2px solid #000000 !important;
/* 1094 */ 	height: 30px;
/* 1095 */ 	font-size: 12px;
/* 1096 */ 	line-height: 30px;
/* 1097 */ 	padding-left: 6px;
/* 1098 */ 	font-weight: normal;	
/* 1099 */ }
/* 1100 */ 

/* web.css */

/* 1101 */ .visitekaartje { width: 418px; height: 210px; float: left; margin-right: 10px; position: relative; margin-bottom: 10px; padding: 4px; border: 1px solid #999999; }
/* 1102 */ .visitekaartje img { float: left; width: 200px; height: 200px; margin-right: 20px; }
/* 1103 */ .visitekaartje div { float: left; width: 180px; height: 200px; text-align: left; font-size: 12px; line-height: 18px; }
/* 1104 */ 
/* 1105 */ .kosten_type_overlay {
/* 1106 */ 	position: fixed;
/* 1107 */ 	display: block;
/* 1108 */ 	top: 0;
/* 1109 */ 	left: 0;
/* 1110 */ 	width: 100%;
/* 1111 */ 	height: 100%;
/* 1112 */ 	background-color: rgba(0,0,0,0.5);
/* 1113 */ 	z-index: 9999;
/* 1114 */ 	display: none;
/* 1115 */ }
/* 1116 */ .kosten_per_type {
/* 1117 */ 	position: relative;
/* 1118 */ 	top: 50%;
/* 1119 */ 	left: 50%;
/* 1120 */ 	margin-left: -225px;
/* 1121 */ 	margin-top: -50px;
/* 1122 */ 	width: 450px;
/* 1123 */ 	height: 100px;
/* 1124 */ 	background-color: #ffffff;
/* 1125 */ 	border-radius: 25px;
/* 1126 */ 
/* 1127 */ }
/* 1128 */ .kosten_per_type > table {
/* 1129 */ 	position: relative;
/* 1130 */ 	top: 18px;
/* 1131 */ 	left: 35px;
/* 1132 */ }
/* 1133 */ .close-button {
/* 1134 */ 	float: right;
/* 1135 */ 	position: relative;
/* 1136 */ 	top: -13px;
/* 1137 */ 	right: -13px;
/* 1138 */ 	background-image: url('/themas/bg/static/images/close.png');
/* 1139 */ 	background-repeat: no-repeat;
/* 1140 */ 	background-position: right top;
/* 1141 */ 	width: 38px;
/* 1142 */ 	height: 38px;
/* 1143 */ 	cursor: pointer;
/* 1144 */ 
/* 1145 */ }
/* 1146 */ 
/* 1147 */ 
/* 1148 */ /**
/* 1149 *| * LOGIN FRONTEND
/* 1150 *| **/

/* web.css */

/* 1151 */ 
/* 1152 */ .login-background {
/* 1153 */ 	max-width:100%;
/* 1154 */ 	height: 100%;
/* 1155 */ 	background-image: url('/themas/bg/static/images/bglogin.jpg');
/* 1156 */ 	background-position: center center;
/* 1157 */ 	background-repeat: no-repeat;
/* 1158 */ 
/* 1159 */ }
/* 1160 */ 
/* 1161 */ .login-container {
/* 1162 */ 	position: absolute;
/* 1163 */ 	top: 50%;
/* 1164 */ 	left: 50%;
/* 1165 */ 	width: 350px;
/* 1166 */ 	min-height: 250px;
/* 1167 */ 	margin-left: -175px;
/* 1168 */ 	/*margin-top: -125px;*/
/* 1169 */ 	background-color: #ffffff;
/* 1170 */ 	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
/* 1171 */ 	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
/* 1172 */ 	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
/* 1173 */ 	padding-bottom: 15px;
/* 1174 */ }
/* 1175 */ 
/* 1176 */ #login_logo {
/* 1177 */ 	position: relative;
/* 1178 */ 	margin: 15px auto 10px auto;
/* 1179 */ 	display: block;
/* 1180 */ 	width: 320px;
/* 1181 */ }
/* 1182 */ #login_formulier, #wachtwoordvergeten_formulier {
/* 1183 */ 	display: block;
/* 1184 */ 	width: 100%;
/* 1185 */ 	margin-top: 25px;
/* 1186 */ }
/* 1187 */ #login_formulier input, #wachtwoordvergeten_formulier input {
/* 1188 */ 	position: relative;
/* 1189 */ 	width: 320px;
/* 1190 */ 	display: block;
/* 1191 */ 	margin: 0 auto;
/* 1192 */ 	box-sizing: border-box;
/* 1193 */ 	height: 40px;
/* 1194 */ 	margin-bottom: 10px;
/* 1195 */ 	padding:5px;
/* 1196 */ 	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
/* 1197 */ 	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
/* 1198 */ 	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
/* 1199 */ 	border: none;
/* 1200 */ 	color: #8290a3;

/* web.css */

/* 1201 */ }
/* 1202 */ .login_error {
/* 1203 */ 	width: 320px;
/* 1204 */ 	display: block;
/* 1205 */ 	margin: 0 auto;
/* 1206 */ 	margin-bottom: 5px;
/* 1207 */ }
/* 1208 */ .has-error {
/* 1209 */ 	border: thin red solid !important;
/* 1210 */ }
/* 1211 */ .login_action_div, .vergeten_action_div {
/* 1212 */ 	position: relative;
/* 1213 */ 	width: 320px;
/* 1214 */ 	display: block;
/* 1215 */ 	margin: 0 auto;
/* 1216 */ 
/* 1217 */ }
/* 1218 */ #login_formulier button, #wachtwoordvergeten_formulier button {
/* 1219 */ 	position: relative;
/* 1220 */ 	float: right;
/* 1221 */ 	font-size: 16px;
/* 1222 */ 	font-weight: bold;
/* 1223 */ 	color: #ffffff;
/* 1224 */ 	cursor: pointer;
/* 1225 */ 	height: 35px;
/* 1226 */ 	background-image: -webkit-gradient( /* web.css */ /* 351 */ linear, /* 352 */ left top, /* 353 */ left bottom, /* 354 */ color-stop(0, #008080), /* 355 */ color-stop(1, #3CB371) /* 356 */ );
/* 1227 */ 	background-image: -o-linear-gradient(bottom, #008080 0%, #3CB371 100%);
/* 1228 */ 	background-image: -moz-linear-gradient(bottom, #008080 0%, #3CB371 100%);
/* 1229 */ 	background-image: -webkit-linear-gradient(bottom, #008080 0%, #3CB371 100%);
/* 1230 */ 	background-image: -ms-linear-gradient(bottom, #008080 0%, #3CB371 100%);
/* 1231 */ 	background-image: linear-gradient(to bottom, #008080 0%, #3CB371 100%);
/* 1232 */ 	border: none;
/* 1233 */ 	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
/* 1234 */ 	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
/* 1235 */ }
/* 1236 */ .wachtwoord_vergeten_link, .terug_login_link {
/* 1237 */ 	float: left;
/* 1238 */ 	text-decoration: none;
/* 1239 */ 	color: #5b9bd1;
/* 1240 */ 	margin-top: 10px;
/* 1241 */ }
/* 1242 */ .wachtwoord_vergeten_link:hover, .terug_login_link:hover {
/* 1243 */ 	text-decoration: underline;
/* 1244 */ 	color: #3175af;
/* 1245 */ }
/* 1246 */ 
/* 1247 */ .user-login {
/* 1248 */ 	height: 20px;
/* 1249 */ 	border-bottom: 1px #e2e2e2 solid;
/* 1250 */ }

/* web.css */

/* 1251 */ .profiel_acties {
/* 1252 */ 	float: right;
/* 1253 */ 	display: inline-block;
/* 1254 */ }
/* 1255 */ .profiel_acties a {
/* 1256 */ 	text-decoration: none;
/* 1257 */ 	font-size: 14px;
/* 1258 */ 	color: #5b9bd1;
/* 1259 */ 	line-height: 20px;
/* 1260 */ 	margin-right: 10px;
/* 1261 */ }
/* 1262 */ .profiel_acties a:last-child {
/* 1263 */ 	margin-right: 0;
/* 1264 */ }
/* 1265 */ .profiel_acties a:hover {
/* 1266 */ 	color: #3175af;
/* 1267 */ }
/* 1268 */ 
/* 1269 */ 
/* 1270 */ /*EINDE FRONTEND LOGIN*/
/* 1271 */ 
/* 1272 */ 
/* 1273 */ /*
/* 1274 *| * HOME PAGINA
/* 1275 *| */
/* 1276 */ 
/* 1277 */ .home-tekst {
/* 1278 */ 
/* 1279 */ }
/* 1280 */ 
/* 1281 */ #slog {
/* 1282 */ 	padding: 30px 0;
/* 1283 */ }
/* 1284 */ /*
/* 1285 *| * EINDE HOME
/* 1286 *| */
/* 1287 */ 
/* 1288 */ .full-width {
/* 1289 */ 	width: 100%;
/* 1290 */ }
/* 1291 */ 
/* 1292 */ .locatie_aantal_container {
/* 1293 */ 	margin-bottom: 10px;
/* 1294 */ }
/* 1295 */ .woningen-tabs, .woningzoom-tabs, .eenmalig-tabs, #bibliotheek_jaren_tabs {
/* 1296 */ 	width: 100%;
/* 1297 */ 	margin: 0;
/* 1298 */ 	padding:0;
/* 1299 */ 	margin-top: 25px;
/* 1300 */ 	margin-bottom: 50px;

/* web.css */

/* 1301 */ }
/* 1302 */ 
/* 1303 */ #bibliotheek_jaren_tabs {
/* 1304 */ 	margin-top: 0;
/* 1305 */ }
/* 1306 */ 
/* 1307 */ #bibliotheek_jaren_tabs ul {
/* 1308 */ 	padding-left: 0;
/* 1309 */ 	margin: 0;
/* 1310 */ 	margin-bottom: 25px;
/* 1311 */ }
/* 1312 */ .woningen-tabs li a.active, .woningzoom-tabs li a.active, .eenmalig-tabs li a.active, #bibliotheek_jaren_tabs li a.active {
/* 1313 */ 	color: #ffffff;
/* 1314 */ 	background-color: #02735b;
/* 1315 */ }
/* 1316 */ .woningen-tabs li, .woningzoom-tabs li, .eenmalig-tabs li, #bibliotheek_jaren_tabs li {
/* 1317 */ 	display: inline-block;
/* 1318 */ 	list-style: none;
/* 1319 */ 	margin-right: 35px;
/* 1320 */ }
/* 1321 */ 
/* 1322 */ .woningen-tabs li a, .woningzoom-tabs li a, .eenmalig-tabs li a, #bibliotheek_jaren_tabs li a {
/* 1323 */ 	display: block;
/* 1324 */ 	text-decoration: none;
/* 1325 */ 	color: #02735b;
/* 1326 */ 	font-weight: bold;
/* 1327 */ 	padding: 10px 25px;
/* 1328 */ 	background-color: #e2e2e2;
/* 1329 */ }
/* 1330 */ 
/* 1331 */ 
/* 1332 */ #aanmaken input,
/* 1333 */ #aanmaken .formulier_table_container,
/* 1334 */ #bewerken input,
/* 1335 */ #bewerken .formulier_table_container,
/* 1336 */ #wijzigaccount input,
/* 1337 */ #wijzigaccount .formulier_table_container,
/* 1338 */ #formulier_contact_form input,
/* 1339 */ #formulier_contact_form .formulier_table_container,
/* 1340 */ #formulier_eenmalige_opdracht input,
/* 1341 */ #formulier_eenmalige_opdracht .formulier_table_container
/* 1342 */ {
/* 1343 */ 	width: 100%;
/* 1344 */ }
/* 1345 */ #aanmaken input,#bewerken input, #wijzigaccount input, #formulier_eenmalige_opdracht input {
/* 1346 */ 	height: 35px;
/* 1347 */ 	border-radius: 0;
/* 1348 */ }
/* 1349 */ #aanmaken .formulier_rij_titel, #bewerken .formulier_rij_titel, #wijzigaccount .formulier_rij_titel, #formulier_contact_form .formulier_rij_titel, #formulier_eenmalige_opdracht .formulier_rij_titel {
/* 1350 */ 	width: 200px;

/* web.css */

/* 1351 */ }
/* 1352 */ #aanmaken .formulier_keuzeveld_links, #aanmaken .formulier_keuzeveld_links input, #bewerken .formulier_keuzeveld_links, #bewerken .formulier_keuzeveld_links input, #formulier_eenmalige_opdracht .formulier_keuzeveld_links, #formulier_eenmalige_opdracht .formulier_keuzeveld_links input {
/* 1353 */ 	width: 15px;
/* 1354 */ 	height: 15px;
/* 1355 */ 	/*line-height: 35px;*/
/* 1356 */ }
/* 1357 */ #aanmaken .formulier_input_checkbox_label, #bewerken .formulier_input_checkbox_label {
/* 1358 */ 	line-height: 35px;
/* 1359 */ }
/* 1360 */ 
/* 1361 */ #aanmaken input[type=submit], #bewerken input[type=submit], #wijzigaccount input[type=submit], #formulier_contact_form input[type=submit], #formulier_eenmalige_opdracht input[type=submit] {
/* 1362 */ 	font-size: 16px;
/* 1363 */ 	font-weight: bold;
/* 1364 */ 	color: #ffffff;
/* 1365 */ 	cursor: pointer;
/* 1366 */ 	height: 35px;
/* 1367 */ 	background-color: #02735b;
/* 1368 */ 	border: none;
/* 1369 */ 	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
/* 1370 */ 	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
/* 1371 */ 	width: 135px;
/* 1372 */ }
/* 1373 */ 
/* 1374 */ #wijzigaccount input[type=submit]{
/* 1375 */ 	width: 160px;
/* 1376 */ }
/* 1377 */ 
/* 1378 */ #example_wrapper, #exampleTwee_wrapper {
/* 1379 */ 	margin-bottom: 55px;
/* 1380 */ }
/* 1381 */ 
/* 1382 */ #formulier_contact_form textarea, #formulier_eenmalige_opdracht textarea {
/* 1383 */ 	max-width: 100%;
/* 1384 */ 	width: 100%;
/* 1385 */ 	max-height: 150px;
/* 1386 */ 	min-height: 150px;
/* 1387 */ 	height: 150px;
/* 1388 */ }
/* 1389 */ 
/* 1390 */ .zoom-terug {
/* 1391 */ 	position: relative;
/* 1392 */ 	top: 12px;
/* 1393 */ 	padding: 5px 10px;
/* 1394 */ 	background-color: #666666;
/* 1395 */ 	color: #ffffff;
/* 1396 */ 	font-size: 14px;
/* 1397 */ 	font-weight: bold;
/* 1398 */ 	text-decoration: none;
/* 1399 */ }
/* 1400 */ 

/* web.css */

/* 1401 */ #planbord {
/* 1402 */ 	margin-bottom: 25px;
/* 1403 */ 	display: block;
/* 1404 */ 	position: relative;
/* 1405 */ }
/* 1406 */ 	#planbord > .week {
/* 1407 */ 		display:block;
/* 1408 */ 		float:left;
/* 1409 */ 		width: 35px;
/* 1410 */ 		height: 35px;
/* 1411 */ 		border: solid black 1px;
/* 1412 */ 		margin-right: 2px;
/* 1413 */ 		margin-bottom: 2px;
/* 1414 */ 		color: #000000;
/* 1415 */ 		background-color: #F1EEEE;
/* 1416 */ 		padding-top:10px;
/* 1417 */ 		padding-left:10px;
/* 1418 */ 		font-size: 0.7em;
/* 1419 */ 		font-weight: bold;
/* 1420 */ 	}
/* 1421 */ 	#planbord > .actief {
/* 1422 */ 		color: #ffffff;
/* 1423 */ 		background-color: #02735b;
/* 1424 */ 	}
/* 1425 */ 
/* 1426 */ #bibliotheek {
/* 1427 */ 	display: block;
/* 1428 */ 	position: relative;
/* 1429 */ 	width: 100%;
/* 1430 */ 	margin-bottom: 50px;
/* 1431 */ }
/* 1432 */ #bibliotheek tbody,#bibliotheek thead {
/* 1433 */ 	display: block;
/* 1434 */ 	width: 100%;
/* 1435 */ }
/* 1436 */ 	#bibliotheek td, #bibliotheek th {
/* 1437 */ 		box-sizing: border-box;
/* 1438 */ 		padding:5px;
/* 1439 */ 		border-bottom: 1px #f5f5f5 solid;
/* 1440 */ 		vertical-align: middle;
/* 1441 */ 	}
/* 1442 */ 	#bibliotheek tbody tr:nth-child(odd){
/* 1443 */ 		background-color: #d5d5d5;
/* 1444 */ 	}
/* 1445 */ 	#bibliotheek th {
/* 1446 */ 		text-align: left;
/* 1447 */ 		font-weight: bold;
/* 1448 */ 	}
/* 1449 */ 
/* 1450 */ .goedkeuren_link {

/* web.css */

/* 1451 */ 	display: block;
/* 1452 */ }
/* 1453 */ 
/* 1454 */ .red, .grey {
/* 1455 */ 	font-size: 20px !important;
/* 1456 */ }
/* 1457 */ .red {
/* 1458 */ 	color: red;
/* 1459 */ }
/* 1460 */ .grey {
/* 1461 */ 	color: #666666;
/* 1462 */ }
/* 1463 */ .green {
/* 1464 */ 	color: green;
/* 1465 */ }
/* 1466 */ .orange {
/* 1467 */ 	color: #EE7600;
/* 1468 */ }
/* 1469 */ .verwijder-woning {
/* 1470 */ 	margin-left: 5px;
/* 1471 */ }
/* 1472 */ 
/* 1473 */ /*
/* 1474 *| * WEEKOVERZICHT CSS
/* 1475 *| */
/* 1476 */ .weekoverzicht_wrapper {
/* 1477 */ 	margin-bottom: 50px;
/* 1478 */ }
/* 1479 */ 
/* 1480 */ #weekoverzicht_submit {
/* 1481 */ 	display: inline-block;
/* 1482 */ 	text-decoration: none;
/* 1483 */ 	color: #ffffff;
/* 1484 */ 	font-weight: bold;
/* 1485 */ 	padding: 10px 25px;
/* 1486 */ 	background-color: #02735b;
/* 1487 */ 	border: none;
/* 1488 */ }
/* 1489 */ 
/* 1490 */ #jaarnummer_select, #weeknummer_select {
/* 1491 */ 	display: inline-block;
/* 1492 */ 	padding: 8px 25px;
/* 1493 */ 	font-size: 16px;
/* 1494 */ }
/* 1495 */ 
/* 1496 */ .weekoverzicht_werkzaamheden {
/* 1497 */ 	display: block;
/* 1498 */ 	margin-top: 30px;
/* 1499 */ }
/* 1500 */ 

/* web.css */

/* 1501 */ /*
/* 1502 *| * ZOOM
/* 1503 *| */
/* 1504 */ .zoom-container {
/* 1505 */ 	display: block;
/* 1506 */ 	margin-bottom: 50px;
/* 1507 */ }
/* 1508 */ 
/* 1509 */ .zoom-links, .zoom-rechts {
/* 1510 */ 	width: 48%;
/* 1511 */ 	/*border: thin black solid;*/
/* 1512 */ }
/* 1513 */ 
/* 1514 */ .zoom-links {
/* 1515 */ 	float: left;
/* 1516 */ 	margin-right: 4%;
/* 1517 */ }
/* 1518 */ .zoom-rechts {
/* 1519 */ 	float: right;
/* 1520 */ }
/* 1521 */ .zoom-rechts table tr td {
/* 1522 */ 	padding: 5px;
/* 1523 */ }
/* 1524 */ .zoomdetails-contact {
/* 1525 */ 	display: block;
/* 1526 */ 	padding-bottom: 5px;
/* 1527 */ 	padding-top: 5px;
/* 1528 */ 	border-bottom: thin #e2e2e2 solid;
/* 1529 */ 	line-height: 18px;
/* 1530 */ }
/* 1531 */ 
/* 1532 */ /*
/* 1533 *| * TOOLTIP
/* 1534 *| */
/* 1535 */ 
/* 1536 */ /*
/* 1537 *| 	Required Styles
/* 1538 *| */
/* 1539 */ #aToolTip {
/* 1540 */ 	position: absolute;
/* 1541 */ 	display: none;
/* 1542 */ 	z-index: 50000;
/* 1543 */ }
/* 1544 */ 
/* 1545 */ #aToolTip .aToolTipContent {
/* 1546 */ 	position:relative;
/* 1547 */ 	margin:0;
/* 1548 */ 	padding:0;
/* 1549 */ }
/* 1550 */ /*

/* web.css */

/* 1551 *| 	END: Required Styles
/* 1552 *| */
/* 1553 */ /**
/* 1554 *| 	Default Theme
/* 1555 *| */
/* 1556 */ .defaultTheme {
/* 1557 */ 	border:2px solid #02735b;
/* 1558 */ 	background:#02735b;
/* 1559 */ 	color:#fff;
/* 1560 */ 	margin:0;
/* 1561 */ 	padding:6px 12px;
/* 1562 */ 
/* 1563 */ 	-moz-border-radius: 12px 12px 12px 0;
/* 1564 */ 	-webkit-border-radius: 12px 12px 12px 0;
/* 1565 */ 	-khtml-border-radius: 12px 12px 12px 0;
/* 1566 */ 	border-radius: 12px 12px 12px 0;
/* 1567 */ 
/* 1568 */ 	-moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
/* 1569 */ 	-webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
/* 1570 */ 	box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
/* 1571 */ }
/* 1572 */ 
/* 1573 */ .disabled-form {
/* 1574 */ 	cursor: no-drop;
/* 1575 */ }
/* 1576 */ 
/* 1577 */ #eenmaligeopdrachten .sorting_1  {
/* 1578 */ 	background-color: inherit;
/* 1579 */ }
/* 1580 */ 
/* 1581 */ .woningzoom-eenmalig {
/* 1582 */ 	margin-top: 35px;
/* 1583 */ }
/* 1584 */ .woningzoom-eenmalig th {
/* 1585 */ 	font-style: italic;
/* 1586 */ 	text-align: left;
/* 1587 */ 	padding: 5px;
/* 1588 */ }
/* 1589 */ 
/* 1590 */ .zoom_eenmalig {
/* 1591 */ 	display: none;
/* 1592 */ }
/* 1593 */ 
/* 1594 */ #shop_orders_length {
/* 1595 */ 	float: left;
/* 1596 */ }
/* 1597 */ 
/* 1598 */ #shop_orders_filter {
/* 1599 */ 	float: right;
/* 1600 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css

*/

/* web.responsive.css */

/* 1   */ 
/* 2   */ @media only screen
/* 3   */ and (min-width: 321px)
/* 4   */ and (max-width: 767px) {
/* 5   */ 	p {
/* 6   */ 		font-size: 14px;
/* 7   */ 		line-height: 18px;
/* 8   */ 	}
/* 9   */ }
/* 10  */ 
/* 11  */ /* Smartphones (landscape) ----------- */
/* 12  */ @media only screen
/* 13  */ and (min-width : 321px)
/* 14  */ and (max-width: 767px)
/* 15  */ {
/* 16  */     /*
/* 17  *|      * BEGIN LOCATIES
/* 18  *|      */
/* 19  */ 
/* 20  */ 
/* 21  */ 	#main_content_container .locatie_item {
/* 22  */ 		width: 100%;
/* 23  */ 		margin-right: 0;
/* 24  */ 		padding-right: 0;
/* 25  */ 	}
/* 26  */ 
/* 27  */ 
/* 28  */ 					/*
/* 29  *| 	EINDE LOCATIES   *
/* 30  *| 	                 */
/* 31  */ 	.grid_laatste {
/* 32  */ 		margin-top: 15px;
/* 33  */ 	}
/* 34  */ 
/* 35  */ 	.landscape #main_content_container .col-1-1 {
/* 36  */ 		padding-right: 20px;
/* 37  */ 	}
/* 38  */ 	.landscape #header_container .header_container_image {
/* 39  */ 		height: 150px !important;
/* 40  */ 	}
/* 41  */ 	.landscape .header_container_image_overlay {
/* 42  */ 		display: none;
/* 43  */ 	}
/* 44  */ 	.landscape p {
/* 45  */ 		font-size: 14px !important;
/* 46  */ 	}
/* 47  */ 	.landscape header {
/* 48  */ 		padding-right: 0;
/* 49  */ 		height: 50px !important;
/* 50  */ 	}

/* web.responsive.css */

/* 51  */ 
/* 52  */ 	.landscape header .grid-pad {
/* 53  */ 		padding: 0;
/* 54  */ 	}
/* 55  */ 	.landscape header .header {
/* 56  */ 		padding-right: 20px;
/* 57  */ 	}
/* 58  */ 
/* 59  */     .landscape .header_logo_overlay .menu_uitklappen {
/* 60  */ 	    float: right;
/* 61  */ 		margin-right: 0;
/* 62  */     }
/* 63  */ 
/* 64  */     .landscape .hoofdmenu {
/* 65  */ 		height: 125px !important;
/* 66  */         overflow: auto !important;
/* 67  */ 	    margin-right: 0;
/* 68  */     }
/* 69  */ 
/* 70  */     .landscape footer {
/* 71  */ 	    height: 100px;
/* 72  */     }
/* 73  */ 		.landscape footer .grid-pad {
/* 74  */ 			padding-top: 20px;
/* 75  */ 		}
/* 76  */ 	.landscape .footer_list {
/* 77  */ 		margin-top: 0px !important;
/* 78  */ 	}
/* 79  */ 		.landscape footer .rechts, .landscape footer .links {
/* 80  */ 			font-size: 12px !important;
/* 81  */ 		}
/* 82  */ 
/* 83  */ 	.landscape footer .links {
/* 84  */ 		width: 100%;
/* 85  */ 		margin: 0;
/* 86  */ 		padding-bottom: 10px;
/* 87  */ 		text-align: center;
/* 88  */ 	}
/* 89  */ 	.landscape footer .links li {
/* 90  */ 		float: none;
/* 91  */ 		display: inline-block;
/* 92  */ 	}
/* 93  */ 
/* 94  */ 	.landscape footer .rechts {
/* 95  */ 		width: 100%;
/* 96  */ 		margin: 0;
/* 97  */ 		padding-bottom: 20px;
/* 98  */ 		float: none !important;
/* 99  */ 	}
/* 100 */ 

/* web.responsive.css */

/* 101 */ 	.landscape .blok_item h1 {
/* 102 */ 		font-size: 24px;
/* 103 */ 	}
/* 104 */     .landscape .blok_item p {
/* 105 */ 	    font-size: 16px;
/* 106 */     }
/* 107 */ 
/* 108 */ 	.landscape #header_container .slogan_container  {
/* 109 */ 		min-height: 0px !important;
/* 110 */ 		padding-bottom: 0 !important;
/* 111 */ 		margin-top: 15px !important;
/* 112 */ 	}
/* 113 */ 	.werk_item_subtitel {
/* 114 */ 		font-size: 16px !important;
/* 115 */ 	}
/* 116 */     .landscape #header_container .grid-pad {
/* 117 */ 	    padding-top: 0;
/* 118 */     }
/* 119 */ 
/* 120 */     .landscape .menu_overlay {
/* 121 */ 	    margin-top: 40px;
/* 122 */     }
/* 123 */ }
/* 124 */ 
/* 125 */ /* Smartphones (portrait) ----------- */
/* 126 */ @media only screen
/* 127 */ and (max-width : 767px){
/* 128 */ 	/*
/* 129 *| 		 * BEGIN LOCATIES
/* 130 *| 		 */
/* 131 */ 
/* 132 */ 
/* 133 */ 	#main_content_container .locatie_item {
/* 134 */ 		width: 100%;
/* 135 */ 		margin-right: 0;
/* 136 */ 		padding-right: 0;
/* 137 */ 	}
/* 138 */ 
/* 139 */ 
/* 140 */ 						/*
/* 141 *| 		EINDE LOCATIES   *
/* 142 *| 			            */
/* 143 */ 	.grid_laatste {
/* 144 */ 		margin-top: 15px;
/* 145 */ 	}
/* 146 */ 	.cycle-prev, .cycle-next {
/* 147 */ 		width: 10%;
/* 148 */ 	}
/* 149 */ 
/* 150 */ 	h1 {

/* web.responsive.css */

/* 151 */ 		word-wrap: break-word;
/* 152 */ 	}
/* 153 */ 
/* 154 */ 	.grid_2 > *, .grid_3 > *, .grid_4 > * {
/* 155 */ 		float: none;
/* 156 */ 		width: auto;
/* 157 */ 		margin-right: 0;
/* 158 */ 	}
/* 159 */ 	#header_container .slogan_container {
/* 160 */ 		margin-top: 15px !important;
/* 161 */ 		height: auto !important;
/* 162 */ 	}
/* 163 */ 	#header_container .slogan_container h1 {
/* 164 */ 		font-size: 24px;
/* 165 */ 	}
/* 166 */ 	#header_container .slogan_container p {
/* 167 */ 		font-size: 14px !important;
/* 168 */ 	}
/* 169 */ 	.header_container_image_overlay {
/* 170 */ 		display: none;
/* 171 */ 	}
/* 172 */ 
/* 173 */ 	#rechts_balk {
/* 174 */ 		display: none;
/* 175 */ 	}
/* 176 */ 
/* 177 */ 	#container_overlay {
/* 178 */ 		padding-right: 0;
/* 179 */ 	}
/* 180 */ 		#container_overlay p {
/* 181 */ 			text-align: left;
/* 182 */ 		}
/* 183 */ 
/* 184 */ 	header {
/* 185 */ 		padding-right: 0;
/* 186 */ 		height: 50px;
/* 187 */ 	}
/* 188 */ 
/* 189 */ 	header .grid-pad {
/* 190 */ 		padding: 0;
/* 191 */ 	}
/* 192 */ 	header .header {
/* 193 */ 		padding-right: 20px;
/* 194 */ 	}
/* 195 */ 
/* 196 */ 	header .col-4-12 {
/* 197 */ 		margin-right: 0;
/* 198 */ 	}
/* 199 */ 	.header {
/* 200 */ 		margin: 0;

/* web.responsive.css */

/* 201 */ 		padding: 0;
/* 202 */ 		padding-right: 0px !important;
/* 203 */ 	}
/* 204 */ 
/* 205 */     #header_container .header_container_image {
/* 206 */ 	    height: 150px;
/* 207 */     }
/* 208 */ 
/* 209 */     #header_logo {
/* 210 */ 	    width: 100px;
/* 211 */     }
/* 212 */ 	
/* 213 */ 	#header_logo  {
/* 214 */ 		text-decoration: none;	
/* 215 */ 	}
/* 216 */ 	#header_logo  span {
/* 217 */ 		color: #02735b;	
/* 218 */ 		font-size: 14px;
/* 219 */ 		line-height: 26px;
/* 220 */ 	}
/* 221 */ 
/* 222 */     .header_logo_overlay {
/* 223 */ 	    width: 100%;
/* 224 */ 	    margin-top: 0;
/* 225 */     }
/* 226 */     #header_logo img {
/* 227 */ 	    max-width: 150px;
/* 228 */ 	    width: 150px;
/* 229 */     }
/* 230 */ 
/* 231 */ 	.menu_overlay {
/* 232 */ 		position: fixed;
/* 233 */ 		left: 0;
/* 234 */ 		width: 100%;
/* 235 */ 		background-color: #ffffff;
/* 236 */ 		height: auto;
/* 237 */ 		-webkit-transition: all 300ms ease-in-out;
/* 238 */ 		-moz-transition: all 300ms ease-in-out;
/* 239 */ 		-ms-transition: all 300ms ease-in-out;
/* 240 */ 		-o-transition: all 300ms ease-in-out;
/* 241 */ 		transition: all 300ms ease-in-out;
/* 242 */ 		margin-top: 40px;
/* 243 */ 	}
/* 244 */     .header_container_image_brandbox {
/* 245 */ 	    display: none;
/* 246 */     }
/* 247 */ 
/* 248 */ 	.header_logo_overlay .menu_uitklappen {
/* 249 */ 		display:block;
/* 250 */ 		position: relative;

/* web.responsive.css */

/* 251 */ 		float: right;
/* 252 */ 		width: 75px;
/* 253 */ 		padding: 7px;
/* 254 */ 		text-transform: uppercase;
/* 255 */ 		color: #02735b;
/* 256 */ 		text-decoration: none;
/* 257 */ 		font-size: 20px;
/* 258 */ 		font-weight: bold;
/* 259 */ 
/* 260 */ 	}
/* 261 */ 
/* 262 */ 	.header_logo_overlay .active {
/* 263 */ 		background-color: #02735b;
/* 264 */ 		color: #ffffff !important;
/* 265 */ 	}
/* 266 */ 
/* 267 */ 	.menu_taal {
/* 268 */ 		position: relative;
/* 269 */ 		height: 35px;
/* 270 */ 		bottom: 0;
/* 271 */ 		float: left;
/* 272 */ 		width: 100%;
/* 273 */ 		border-top: 1px #f2f2f2 solid;
/* 274 */ 
/* 275 */ 	}
/* 276 */ 
/* 277 */ 		.menu_taal.active {
/* 278 */ 			display: block;
/* 279 */ 		}
/* 280 */ 
/* 281 */ 			.menu_taal .talen {
/* 282 */ 				width: 135px;
/* 283 */ 				margin: 0 auto;
/* 284 */ 				padding: 0;
/* 285 */ 				height: 30px;
/* 286 */ 				line-height: 30px;
/* 287 */ 
/* 288 */ 			}
/* 289 */ 			.menu_taal ul li {
/* 290 */ 				display: inline;
/* 291 */ 				margin-right: 30px;
/* 292 */ 			}
/* 293 */ 			.menu_taal ul li:last-child {
/* 294 */ 				margin-right: 0;
/* 295 */ 			}
/* 296 */ 
/* 297 */ 			.menu_taal ul li a {
/* 298 */ 				font-size: 15px;
/* 299 */ 				text-decoration: none;
/* 300 */ 				color: #b5b5b5;

/* web.responsive.css */

/* 301 */ 				padding: 1px 3px;
/* 302 */ 			}
/* 303 */ 
/* 304 */ 			.menu_taal ul li.huidig a {
/* 305 */ 				background-color: #b5b5b5;
/* 306 */ 				color: #ffffff;
/* 307 */ 			}
/* 308 */ 
/* 309 */ 	.blur_div {
/* 310 */ 		display: none;
/* 311 */ 	}
/* 312 */ 	.hoofdmenu {
/* 313 */ 		position: relative;
/* 314 */ 		display: none;
/* 315 */ 		width: 100%;
/* 316 */ 		margin-bottom: 30px;
/* 317 */ 		padding-left: 0;
/* 318 */ 		margin-right: 0;
/* 319 */ 	}
/* 320 */ 		.hoofdmenu li {
/* 321 */ 			float: none;
/* 322 */ 			width: 100%;
/* 323 */ 			border-bottom: 1px #f2f2f2 solid;
/* 324 */ 			text-align: center;
/* 325 */ 			height: 30px;
/* 326 */ 		}
/* 327 */ 
/* 328 */ 
/* 329 */ 		.hoofdmenu .huidig {
/* 330 */ 
/* 331 */ 		}
/* 332 */ 		.menu .huidig {
/* 333 */ 			background-color: #02735b;
/* 334 */ 		}
/* 335 */ 		.menu .huidig a span {
/* 336 */ 			background: none;
/* 337 */ 
/* 338 */ 		}
/* 339 */ 		.hoofdmenu li a span, .hoofdmenu li a:hover span, .hoofdmenu li a span:after {
/* 340 */ 			-webkit-transform: none;
/* 341 */ 			-moz-transform: none;
/* 342 */ 			-ms-transform: none;
/* 343 */ 			transform: none;
/* 344 */ 			-webkit-transform-origin: none;
/* 345 */ 			-moz-transform-origin: none;
/* 346 */ 			-ms-transform-origin: none;
/* 347 */ 			transform-origin: none;
/* 348 */ 			-webkit-transform-style: none;
/* 349 */ 			-moz-transform-style: none;
/* 350 */ 			-ms-transform-style: none;

/* web.responsive.css */

/* 351 */ 			transform-style: none;
/* 352 */ 			background: none;
/* 353 */ 		}
/* 354 */ 	.hoofdmenu li a span:after {
/* 355 */ 		content: '';
/* 356 */ 
/* 357 */ 	}
/* 358 */ 
/* 359 */     .main_socialmedia {
/* 360 */ 	    display: block;
/* 361 */ 	    width: 100%;
/* 362 */ 	    border-top: 1px #ededed solid;
/* 363 */     }
/* 364 */ 
/* 365 */         .main_socialmedia ul {
/* 366 */ 	        padding: 0;
/* 367 */             text-align: center;
/* 368 */ 	        margin-top: 0;
/* 369 */ 	        margin-bottom: 25px;
/* 370 */ 		}
/* 371 */ 	    .main_socialmedia ul li {
/* 372 */ 		    display: inline;
/* 373 */ 		    margin-right: 15px;
/* 374 */ 	    }
/* 375 */ 	    .main_socialmedia p {
/* 376 */ 		    color: #b5b5b5;
/* 377 */ 		    font-size: 13px;
/* 378 */ 		    text-align: center !important;
/* 379 */ 		    margin-top: 27px;
/* 380 */ 		    margin-bottom: 5px !important;
/* 381 */ 	    }
/* 382 */ 
/* 383 */ 	#main_content_container .col-1-1 {
/* 384 */ 		padding-right: 20px;
/* 385 */ 	}
/* 386 */ 	#main_content_container .werk_item {
/* 387 */ 		padding-top: 0px;
/* 388 */ 		padding-bottom: 0px;
/* 389 */ 
/* 390 */ 	}
/* 391 */ 
/* 392 */ 
/* 393 */ 		#main_content_container .blok_item {
/* 394 */ 			padding-bottom: 14px !important;
/* 395 */ 			margin-bottom: 0;
/* 396 */ 		}
/* 397 */ 		#main_content_container .blok_item h1 {
/* 398 */ 			margin-top: 0 !important;
/* 399 */ 			margin-bottom: 25px;
/* 400 */ 		}

/* web.responsive.css */

/* 401 */ 		#main_content_container .blok_item.werk_page p {
/* 402 */ 			margin-bottom: 0 !important;
/* 403 */ 		}
/* 404 */ 		#main_content_container .blok_item p:last-child, #main_content_container .werk_item p:last-child {
/* 405 */ 
/* 406 */ 		}
/* 407 */ 		#main_content_container .werk_item .werk_item_arrow {
/* 408 */ 			position: relative;
/* 409 */ 			top: -20px;
/* 410 */ 		}
/* 411 */ 		#main_content_container .blok_item .content {
/* 412 */ 			margin-top: 14px;
/* 413 */ 			padding-top: 0px;
/* 414 */ 		}
/* 415 */ 		#main_content_container .content {
/* 416 */ 			padding-top: 7px;
/* 417 */ 		}
/* 418 */ 
/* 419 */ 		#main_content_container .werk_item .grid-pad {
/* 420 */ 			padding-top: 0;
/* 421 */ 		}
/* 422 */ 
/* 423 */ 		#main_content_container .werk_item_slideshow_container {
/* 424 */ 			margin-left: -20px;
/* 425 */ 			margin-right: -20px !important;
/* 426 */ 		}
/* 427 */ 
/* 428 */ 		#main_content_container .werk_item_titel {
/* 429 */ 			margin-bottom: 5px;
/* 430 */ 			display: block;
/* 431 */ 			font-size: 24px !important;
/* 432 */ 		}
/* 433 */ 
/* 434 */ 		.werk_item_content p {
/* 435 */ 			font-size: 16px;
/* 436 */ 			line-height: 24px;
/* 437 */ 			padding-bottom: 20px;
/* 438 */ 		}
/* 439 */ 
/* 440 */ 		#main_content_container .werk_item:last-child {
/* 441 */ 			border-bottom: 0px;
/* 442 */ 			margin-bottom: 0;
/* 443 */ 		}
/* 444 */ 
/* 445 */ 
/* 446 */ 	#main_content_container .titel_boven_slider {
/* 447 */ 		font-size: 20px !important;
/* 448 */ 	}
/* 449 */ 
/* 450 */ 	footer {

/* web.responsive.css */

/* 451 */ 		height: 100px;
/* 452 */ 	}
/* 453 */ 
/* 454 */ 	footer .grid-pad {
/* 455 */ 		padding-top: 20px;
/* 456 */ 	}
/* 457 */ 	.footer_list {
/* 458 */ 		margin-top: 15px !important;
/* 459 */ 	}
/* 460 */ 	footer .rechts, footer .links {
/* 461 */ 		font-size: 12px !important;
/* 462 */ 	}
/* 463 */ 	footer .links {
/* 464 */ 		width: 100%;
/* 465 */ 		margin: 0;
/* 466 */ 		padding-bottom: 10px;
/* 467 */ 		text-align: center;
/* 468 */ 	}
/* 469 */ 
/* 470 */ 	footer .links li {
/* 471 */ 		float: none;
/* 472 */ 		display: inline-block;
/* 473 */ 	}
/* 474 */ 
/* 475 */ 	footer .rechts {
/* 476 */ 		float: none !important;
/* 477 */ 		width: 275px;
/* 478 */ 		margin: 0 auto !important;
/* 479 */ 		padding-bottom: 20px;
/* 480 */ 
/* 481 */ 
/* 482 */ 	}
/* 483 */ 	footer .footer_list li {
/* 484 */ 		margin-right: 14px;
/* 485 */ 	}
/* 486 */ 
/* 487 */ 
/* 488 */     .no-padmarg {
/* 489 */ 	    padding:0;
/* 490 */ 	    margin:0;
/* 491 */     }
/* 492 */ 
/* 493 */     .grayton-img-links {
/* 494 */ 	    display: block;
/* 495 */ 	    margin-top: 30px !important;
/* 496 */ 	    float: none;
/* 497 */ 	    margin: 0 auto;
/* 498 */     }
/* 499 */ 	.graydon-tekst {
/* 500 */ 		display: block;

/* web.responsive.css */

/* 501 */ 		float: none;
/* 502 */ 		width: 100%;
/* 503 */ 		text-align: center;
/* 504 */ 		margin-bottom: 13px;
/* 505 */ 		margin-top: 13px !important;
/* 506 */ 	}
/* 507 */ 
/* 508 */     .graydon-link {
/* 509 */ 	    display: block;
/* 510 */ 	    float: none;
/* 511 */ 	    margin: 0 auto !important;
/* 512 */ 
/* 513 */     }
/* 514 */ 
/* 515 */ }
/* 516 */ 
/* 517 */ /* iPads (landscape) ----------- */
/* 518 */ @media only screen
/* 519 */ and (min-width : 768px)
/* 520 */ and (max-width : 1024px)
/* 521 */ and (orientation : landscape) {
/* 522 */ 	.locatie_item {
/* 523 */ 		margin-right: 1% !important;
/* 524 */ 		width: 49% !important;
/* 525 */ 		float: left;
/* 526 */ 		display: inline-block;
/* 527 */ 	}
/* 528 */ 	.locatie_item:nth-child(2n+2) {
/* 529 */ 		margin-right: 0!important;
/* 530 */ 		float: right;
/* 531 */ 	}
/* 532 */ 
/* 533 */ 	.overzicht-afbeelding {
/* 534 */ 		width: 66.66% !important;
/* 535 */ 		float: left !important;
/* 536 */ 	}
/* 537 */ 	.overzicht-legenda {
/* 538 */ 		width: 30% !important;
/* 539 */ 		float: left !important;
/* 540 */ 	}
/* 541 */ 
/* 542 */ 	.visitekaartje {
/* 543 */ 		width: 48% !important;
/* 544 */ 		height: auto;
/* 545 */ 		text-align: center;
/* 546 */ 	}
/* 547 */ 	.visitekaartje div {
/* 548 */ 		height: auto;
/* 549 */ 		text-align: center;
/* 550 */ 		float: none;

/* web.responsive.css */

/* 551 */ 		width: auto;
/* 552 */ 	}
/* 553 */ 	.visitekaartje img {
/* 554 */ 		float: none;
/* 555 */ 		margin-bottom: 15px;
/* 556 */ 	}
/* 557 */ 
/* 558 */ 	.planning-legenda {
/* 559 */ 		float: left;
/* 560 */ 		width: 16.667% !important%
/* 561 */ 	}
/* 562 */ 	.planning-datums {
/* 563 */ 		width: 83.333% !important%
/* 564 */ 	}
/* 565 */ 
/* 566 */ 	.als-viewport, .als-container {
/* 567 */ 		width: 100% !important;
/* 568 */ 		margin-left: 0;
/* 569 */ 	}
/* 570 */ 	.als-prev, .als-next {
/* 571 */ 		margin-top: -25px;
/* 572 */ 	}
/* 573 */ 
/* 574 */ 	header {
/* 575 */ 		position:fixed;
/* 576 */ 		height: 100px;
/* 577 */ 	}
/* 578 */ 	header .col-4-12 {
/* 579 */ 		margin-top: 0;
/* 580 */ 	}
/* 581 */ 	.hoofdmenu {
/* 582 */ 		padding-left: 0;
/* 583 */ 		margin-right: 0px;
/* 584 */ 	}
/* 585 */ 
/* 586 */ 	.hoofdmenu li {
/* 587 */ 		margin-right: 15px !important;
/* 588 */ 	}
/* 589 */ 	#main_content_container .col-1-1 {
/* 590 */ 		padding-right: 20px;
/* 591 */ 	}
/* 592 */ 
/* 593 */ 	#rechts_balk .contactinfo {
/* 594 */ 		top: 250px;
/* 595 */ 	}
/* 596 */ 	#rechts_balk .socialmedia {
/* 597 */ 		top: 515px;
/* 598 */ 	}
/* 599 */ 	#header_container .header_container_image {
/* 600 */ 		height: 400px !important;

/* web.responsive.css */

/* 601 */ 	}
/* 602 */ 	#main_content_container .blok_item .content {
/* 603 */ 		margin-top: 72px !important;
/* 604 */ 	}
/* 605 */ 	#main_content_container .blok_item {
/* 606 */ 		margin-bottom: 0 !important;
/* 607 */ 		padding-bottom: 50px !important;
/* 608 */ 	}
/* 609 */ 	.header_container_image_overlay {
/* 610 */ 		top: 65px;
/* 611 */ 		margin-right: 50px;
/* 612 */ 	}
/* 613 */ 
/* 614 */ 	[class*='col-'] {
/* 615 */ 		width: auto;
/* 616 */ 		float: none;
/* 617 */ 		margin-left: 0px;
/* 618 */ 		margin-right: 20px;
/* 619 */ 		margin-top: 10px;
/* 620 */ 		margin-bottom: 10px;
/* 621 */ 		padding-left: 20px;
/* 622 */ 		padding-right: 20px;
/* 623 */ 	}
/* 624 */ 
/* 625 */ 	footer .col-1-2 {
/* 626 */ 		padding-right: 20px !important;
/* 627 */ 	}
/* 628 */ 
/* 629 */ 	footer .rechts, footer .links {
/* 630 */ 		font-size: 16px !important;
/* 631 */ 	}
/* 632 */ 	footer .links {
/* 633 */ 		float:left;
/* 634 */ 		margin: 0 auto !important;
/* 635 */ 		padding-bottom: 30px;
/* 636 */ 	}
/* 637 */ 
/* 638 */ 	footer .rechts {
/* 639 */ 		margin: 0 auto !important;
/* 640 */ 		padding-bottom: 20px;
/* 641 */ 	}
/* 642 */ 	footer .footer_list li {
/* 643 */ 		margin-right: 14px;
/* 644 */ 	}
/* 645 */ 
/* 646 */ 	.contactinfo_googlemaps {
/* 647 */ 		height: 400px !important;
/* 648 */ 		background-position: -470px 0px;
/* 649 */ 	}
/* 650 */     .contact_info_maps_box {

/* web.responsive.css */

/* 651 */ 	    top: 25px;
/* 652 */ 	    margin-right: 150px;
/* 653 */ 	    z-index: 110;
/* 654 */     }
/* 655 */ 
/* 656 */ 	.footer_list {
/* 657 */ 		padding-top: 5px !important;
/* 658 */ 	}
/* 659 */ 	.contact_info {
/* 660 */ 
/* 661 */ 		z-index: 999;
/* 662 */ 	}
/* 663 */ 	.graydon-tekst {
/* 664 */ 		width: 65%;
/* 665 */ 	}
/* 666 */ 
/* 667 */ }
/* 668 */ 
/* 669 */ 
/* 670 */ /* iPads (portrait) ----------- */
/* 671 */ @media only screen
/* 672 */ and (min-width : 768px)
/* 673 */ and (max-width : 1024px)
/* 674 */ and (orientation : portrait) {
/* 675 */ 	.locatie_item {
/* 676 */ 		margin-right: 1% !important;
/* 677 */ 		width: 49% !important;
/* 678 */ 		float: left;
/* 679 */ 		display: inline-block;
/* 680 */ 	}
/* 681 */ 	.locatie_item:nth-child(2n+2) {
/* 682 */ 		margin-right: 0!important;
/* 683 */ 		float: right;
/* 684 */ 	}
/* 685 */ 
/* 686 */ 	.visitekaartje {
/* 687 */ 		width: 48% !important;
/* 688 */ 		height: auto;
/* 689 */ 		text-align: center;
/* 690 */ 	}
/* 691 */ 		.visitekaartje div {
/* 692 */ 			height: auto;
/* 693 */ 			text-align: center;
/* 694 */ 			float: none;
/* 695 */ 			width: auto;
/* 696 */ 		}
/* 697 */ 		.visitekaartje img {
/* 698 */ 			float: none;
/* 699 */ 			margin-bottom: 15px;
/* 700 */ 		}

/* web.responsive.css */

/* 701 */ 
/* 702 */ 	.planning-legenda {
/* 703 */ 		float: left;
/* 704 */ 		width: 16.667% !important%
/* 705 */ 	}
/* 706 */ 	.planning-datums {
/* 707 */ 		width: 83.333% !important%
/* 708 */ 	}
/* 709 */ 
/* 710 */ 		.als-viewport, .als-container {
/* 711 */ 			width: 100% !important;
/* 712 */ 			margin-left: 0;
/* 713 */ 		}
/* 714 */ 		.als-prev, .als-next {
/* 715 */ 			margin-top: -25px;
/* 716 */ 		}
/* 717 */ 
/* 718 */ 	.overzicht-afbeelding {
/* 719 */ 		width: 66.66% !important;
/* 720 */ 		float: left !important;
/* 721 */ 	}
/* 722 */ 	.overzicht-legenda {
/* 723 */ 		width: 30% !important;
/* 724 */ 		float: left !important;
/* 725 */ 	}
/* 726 */ 	header {
/* 727 */ 		height: 100px;
/* 728 */ 	}
/* 729 */ 
/* 730 */ 
/* 731 */ 	#header_logo  {
/* 732 */ 		width: 175px;
/* 733 */ 	}
/* 734 */ 	#header_logo  {
/* 735 */ 		text-decoration: none;	
/* 736 */ 	}
/* 737 */ 	#header_logo  span {
/* 738 */ 		color: #02735b;	
/* 739 */ 		font-size: 16px;
/* 740 */ 		line-height: 30px;
/* 741 */ 	}
/* 742 */ 	.hoofdmenu {
/* 743 */ 		float:right;
/* 744 */ 		margin-top: 5px;
/* 745 */ 	}
/* 746 */ 	.hoofdmenu li {
/* 747 */ 		margin-right: 4px !important;
/* 748 */ 	}
/* 749 */ 	.header_container_image_overlay {
/* 750 */ 		top: 15px;

/* web.responsive.css */

/* 751 */ 		margin-right: 30px;
/* 752 */ 	}
/* 753 */ 
/* 754 */ 	#header_container .header_container_image {
/* 755 */ 		height: 300px !important;
/* 756 */ 	}
/* 757 */ 
/* 758 */ 	#rechts_balk {
/* 759 */ 		width: 60px;
/* 760 */ 	}
/* 761 */ 		#rechts_balk .socialmedia {
/* 762 */ 			top: 460px;
/* 763 */ 			width: 60px;
/* 764 */ 		}
/* 765 */ 		#rechts_balk .socialmedia p {
/* 766 */ 			font-size: 12px;
/* 767 */ 		}
/* 768 */ 
/* 769 */ 		#rechts_balk .contactinfo {
/* 770 */ 			top: 185px;
/* 771 */ 		}
/* 772 */ 
/* 773 */ 	.contactinfo_googlemaps {
/* 774 */ 		height: 300px !important;
/* 775 */ 		background-position: -310px 0px;
/* 776 */ 	}
/* 777 */ 	#rechts_balk .socialmedia {
/* 778 */ 		margin-top: 0;
/* 779 */ 	}
/* 780 */ 
/* 781 */ 
/* 782 */ 	[class*='col-'] {
/* 783 */ 		width: auto;
/* 784 */ 		float: none;
/* 785 */ 		margin-left: 0px;
/* 786 */ 		margin-right: 20px;
/* 787 */ 		margin-top: 10px;
/* 788 */ 		margin-bottom: 10px;
/* 789 */ 		padding-left: 20px;
/* 790 */ 		padding-right: 20px;
/* 791 */ 	}
/* 792 */ 
/* 793 */ 	footer .grid-pad {
/* 794 */ 		padding-top: 0;
/* 795 */ 	}
/* 796 */ 	footer .rechts, footer .links {
/* 797 */ 
/* 798 */ 		font-size: 13px !important;
/* 799 */ 	}
/* 800 */ 

/* web.responsive.css */

/* 801 */ 	footer .links {
/* 802 */ 		margin-left: 30px;
/* 803 */ 		float:left;
/* 804 */ 	}
/* 805 */ 
/* 806 */ 	#main_content_container .blok_item .content {
/* 807 */ 		margin-top: 72px !important;
/* 808 */ 	}
/* 809 */ 	#main_content_container .blok_item {
/* 810 */ 		margin-bottom: 0;
/* 811 */ 		padding-bottom: 50px;
/* 812 */ 	}
/* 813 */ 
/* 814 */ 	footer .rechts {
/* 815 */ 		float:left;
/* 816 */ 		margin-left: 30px !important;
/* 817 */ 		margin-top: 13px !important;
/* 818 */ 
/* 819 */ 	}
/* 820 */ 	footer .footer_list li {
/* 821 */ 		margin-right: 30px;
/* 822 */ 	}
/* 823 */ 
/* 824 */ 	.contactinfo_googlemaps {
/* 825 */ 		height: 300px !important;
/* 826 */ 		background-position: -330px 0px;
/* 827 */ 	}
/* 828 */ 	.header_container_image_brandbox, .contact_info_maps_box {
/* 829 */ 		top:0;
/* 830 */ 		padding-top: 5px;
/* 831 */ 		margin-right: 0px;
/* 832 */ 	}
/* 833 */ 	.contact_info_maps_box h1 {
/* 834 */ 		margin-bottom: 5px;
/* 835 */ 	}
/* 836 */     .contact_info_maps_box p {
/* 837 */ 	    line-height: 24px;
/* 838 */     }
/* 839 */ 
/* 840 */     .contact_info {
/* 841 */ 	    z-index: 9999;
/* 842 */     }
/* 843 */ 
/* 844 */ 	.graydon-tekst {
/* 845 */ 		width: 60%;
/* 846 */ 	}
/* 847 */ 
/* 848 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html
currentDir : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css

file-relative URI  : ../images/sort_both.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/sort_both.png
docroot stripped   : /themas/bg/static/css/../images/sort_both.png
traversals removed : /themas/bg/static/images/sort_both.png

file-relative URI  : ../images/sort_asc.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/sort_asc.png
docroot stripped   : /themas/bg/static/css/../images/sort_asc.png
traversals removed : /themas/bg/static/images/sort_asc.png

file-relative URI  : ../images/sort_desc.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/sort_desc.png
docroot stripped   : /themas/bg/static/css/../images/sort_desc.png
traversals removed : /themas/bg/static/images/sort_desc.png

file-relative URI  : ../images/sort_asc_disabled.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/sort_asc_disabled.png
docroot stripped   : /themas/bg/static/css/../images/sort_asc_disabled.png
traversals removed : /themas/bg/static/images/sort_asc_disabled.png

file-relative URI  : ../images/sort_desc_disabled.png
path prepended     : /home/doorgroep/domains/woningen.brauergroencareplan.nl/public_html/themas/bg/static/css/../images/sort_desc_disabled.png
docroot stripped   : /themas/bg/static/css/../images/sort_desc_disabled.png
traversals removed : /themas/bg/static/images/sort_desc_disabled.png

*/

/* z.web.form.css */

/* 1   */ /*
/* 2   *|  * Table styles
/* 3   *|  */
/* 4   */ table.dataTable {
/* 5   */ 	width: 100%;
/* 6   */ 	margin: 0 auto;
/* 7   */ 	clear: both;
/* 8   */ 	border-collapse: separate;
/* 9   */ 	border-spacing: 0;
/* 10  */ 	/*
/* 11  *| 	   * Header and footer styles
/* 12  *| 	   */
/* 13  */ 	/*
/* 14  *| 	   * Body styles
/* 15  *| 	   */
/* 16  */ }
/* 17  */ table.dataTable thead th,
/* 18  */ table.dataTable tfoot th {
/* 19  */ 	font-weight: bold;
/* 20  */ }
/* 21  */ table.dataTable thead th,
/* 22  */ table.dataTable thead td {
/* 23  */ 	padding: 10px 18px;
/* 24  */ 	border-bottom: 1px solid #111111;
/* 25  */ }
/* 26  */ table.dataTable thead th:active,
/* 27  */ table.dataTable thead td:active {
/* 28  */ 	outline: none;
/* 29  */ }
/* 30  */ table.dataTable tfoot th,
/* 31  */ table.dataTable tfoot td {
/* 32  */ 	padding: 10px 18px 6px 18px;
/* 33  */ 	border-top: 1px solid #111111;
/* 34  */ }
/* 35  */ table.dataTable thead .sorting_asc,
/* 36  */ table.dataTable thead .sorting_desc,
/* 37  */ table.dataTable thead .sorting {
/* 38  */ 	cursor: pointer;
/* 39  */ 	*cursor: hand;
/* 40  */ }
/* 41  */ table.dataTable thead .sorting {
/* 42  */ 	background: url("/themas/bg/static/images/sort_both.png") no-repeat center right;
/* 43  */ }
/* 44  */ table.dataTable thead .sorting_asc {
/* 45  */ 	background: url("/themas/bg/static/images/sort_asc.png") no-repeat center right;
/* 46  */ }
/* 47  */ table.dataTable thead .sorting_desc {
/* 48  */ 	background: url("/themas/bg/static/images/sort_desc.png") no-repeat center right;
/* 49  */ }
/* 50  */ table.dataTable thead .sorting_asc_disabled {

/* z.web.form.css */

/* 51  */ 	background: url("/themas/bg/static/images/sort_asc_disabled.png") no-repeat center right;
/* 52  */ }
/* 53  */ table.dataTable thead .sorting_desc_disabled {
/* 54  */ 	background: url("/themas/bg/static/images/sort_desc_disabled.png") no-repeat center right;
/* 55  */ }
/* 56  */ table.dataTable tbody tr {
/* 57  */ 	background-color: white;
/* 58  */ }
/* 59  */ table.dataTable tbody tr.selected {
/* 60  */ 	background-color: #b0bed9;
/* 61  */ }
/* 62  */ table.dataTable tbody th,
/* 63  */ table.dataTable tbody td {
/* 64  */ 	padding: 8px 10px;
/* 65  */ }
/* 66  */ table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
/* 67  */ 	border-top: 1px solid #dddddd;
/* 68  */ }
/* 69  */ table.dataTable.row-border tbody tr:first-child th,
/* 70  */ table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
/* 71  */ table.dataTable.display tbody tr:first-child td {
/* 72  */ 	border-top: none;
/* 73  */ }
/* 74  */ table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
/* 75  */ 	border-top: 1px solid #dddddd;
/* 76  */ 	border-right: 1px solid #dddddd;
/* 77  */ }
/* 78  */ table.dataTable.cell-border tbody tr th:first-child,
/* 79  */ table.dataTable.cell-border tbody tr td:first-child {
/* 80  */ 	border-left: 1px solid #dddddd;
/* 81  */ }
/* 82  */ table.dataTable.cell-border tbody tr:first-child th,
/* 83  */ table.dataTable.cell-border tbody tr:first-child td {
/* 84  */ 	border-top: none;
/* 85  */ }
/* 86  */ table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
/* 87  */ 	background-color: #f9f9f9;
/* 88  */ }
/* 89  */ table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
/* 90  */ 	background-color: #abb9d3;
/* 91  */ }
/* 92  */ table.dataTable.hover tbody tr:hover,
/* 93  */ table.dataTable.hover tbody tr.odd:hover,
/* 94  */ table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
/* 95  */ table.dataTable.display tbody tr.odd:hover,
/* 96  */ table.dataTable.display tbody tr.even:hover {
/* 97  */ 	background-color: whitesmoke;
/* 98  */ }
/* 99  */ table.dataTable.hover tbody tr:hover.selected,
/* 100 */ table.dataTable.hover tbody tr.odd:hover.selected,

/* z.web.form.css */

/* 101 */ table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
/* 102 */ table.dataTable.display tbody tr.odd:hover.selected,
/* 103 */ table.dataTable.display tbody tr.even:hover.selected {
/* 104 */ 	background-color: #a9b7d1;
/* 105 */ }
/* 106 */ table.dataTable.order-column tbody tr > .sorting_1,
/* 107 */ table.dataTable.order-column tbody tr > .sorting_2,
/* 108 */ table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
/* 109 */ table.dataTable.display tbody tr > .sorting_2,
/* 110 */ table.dataTable.display tbody tr > .sorting_3 {
/* 111 */ 	background-color: #f9f9f9;
/* 112 */ }
/* 113 */ table.dataTable.order-column tbody tr.selected > .sorting_1,
/* 114 */ table.dataTable.order-column tbody tr.selected > .sorting_2,
/* 115 */ table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
/* 116 */ table.dataTable.display tbody tr.selected > .sorting_2,
/* 117 */ table.dataTable.display tbody tr.selected > .sorting_3 {
/* 118 */ 	background-color: #acbad4;
/* 119 */ }
/* 120 */ table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
/* 121 */ 	background-color: #f1f1f1;
/* 122 */ }
/* 123 */ table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
/* 124 */ 	background-color: #f3f3f3;
/* 125 */ }
/* 126 */ table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
/* 127 */ 	background-color: whitesmoke;
/* 128 */ }
/* 129 */ table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
/* 130 */ 	background-color: #a6b3cd;
/* 131 */ }
/* 132 */ table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
/* 133 */ 	background-color: #a7b5ce;
/* 134 */ }
/* 135 */ table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
/* 136 */ 	background-color: #a9b6d0;
/* 137 */ }
/* 138 */ table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
/* 139 */ 	background-color: #f9f9f9;
/* 140 */ }
/* 141 */ table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
/* 142 */ 	background-color: #fbfbfb;
/* 143 */ }
/* 144 */ table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
/* 145 */ 	background-color: #fdfdfd;
/* 146 */ }
/* 147 */ table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
/* 148 */ 	background-color: #acbad4;
/* 149 */ }
/* 150 */ table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {

/* z.web.form.css */

/* 151 */ 	background-color: #adbbd6;
/* 152 */ }
/* 153 */ table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
/* 154 */ 	background-color: #afbdd8;
/* 155 */ }
/* 156 */ table.dataTable.display tbody tr:hover > .sorting_1,
/* 157 */ table.dataTable.display tbody tr.odd:hover > .sorting_1,
/* 158 */ table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
/* 159 */ table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
/* 160 */ table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
/* 161 */ 	background-color: #eaeaea;
/* 162 */ }
/* 163 */ table.dataTable.display tbody tr:hover > .sorting_2,
/* 164 */ table.dataTable.display tbody tr.odd:hover > .sorting_2,
/* 165 */ table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
/* 166 */ table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
/* 167 */ table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
/* 168 */ 	background-color: #ebebeb;
/* 169 */ }
/* 170 */ table.dataTable.display tbody tr:hover > .sorting_3,
/* 171 */ table.dataTable.display tbody tr.odd:hover > .sorting_3,
/* 172 */ table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
/* 173 */ table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
/* 174 */ table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
/* 175 */ 	background-color: #eeeeee;
/* 176 */ }
/* 177 */ table.dataTable.display tbody tr:hover.selected > .sorting_1,
/* 178 */ table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
/* 179 */ table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
/* 180 */ table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
/* 181 */ table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
/* 182 */ 	background-color: #a1aec7;
/* 183 */ }
/* 184 */ table.dataTable.display tbody tr:hover.selected > .sorting_2,
/* 185 */ table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
/* 186 */ table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
/* 187 */ table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
/* 188 */ table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
/* 189 */ 	background-color: #a2afc8;
/* 190 */ }
/* 191 */ table.dataTable.display tbody tr:hover.selected > .sorting_3,
/* 192 */ table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
/* 193 */ table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
/* 194 */ table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
/* 195 */ table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
/* 196 */ 	background-color: #a4b2cb;
/* 197 */ }
/* 198 */ table.dataTable.no-footer {
/* 199 */ 	border-bottom: 1px solid #111111;
/* 200 */ }

/* z.web.form.css */

/* 201 */ table.dataTable.nowrap th, table.dataTable.nowrap td {
/* 202 */ 	white-space: nowrap;
/* 203 */ }
/* 204 */ table.dataTable.compact thead th,
/* 205 */ table.dataTable.compact thead td {
/* 206 */ 	padding: 5px 9px;
/* 207 */ }
/* 208 */ table.dataTable.compact tfoot th,
/* 209 */ table.dataTable.compact tfoot td {
/* 210 */ 	padding: 5px 9px 3px 9px;
/* 211 */ }
/* 212 */ table.dataTable.compact tbody th,
/* 213 */ table.dataTable.compact tbody td {
/* 214 */ 	padding: 4px 5px;
/* 215 */ }
/* 216 */ table.dataTable th.dt-left,
/* 217 */ table.dataTable td.dt-left {
/* 218 */ 	text-align: left;
/* 219 */ }
/* 220 */ table.dataTable th.dt-center,
/* 221 */ table.dataTable td.dt-center,
/* 222 */ table.dataTable td.dataTables_empty {
/* 223 */ 	text-align: center;
/* 224 */ }
/* 225 */ table.dataTable th.dt-right,
/* 226 */ table.dataTable td.dt-right {
/* 227 */ 	text-align: right;
/* 228 */ }
/* 229 */ table.dataTable th.dt-justify,
/* 230 */ table.dataTable td.dt-justify {
/* 231 */ 	text-align: justify;
/* 232 */ }
/* 233 */ table.dataTable th.dt-nowrap,
/* 234 */ table.dataTable td.dt-nowrap {
/* 235 */ 	white-space: nowrap;
/* 236 */ }
/* 237 */ table.dataTable thead th.dt-head-left,
/* 238 */ table.dataTable thead td.dt-head-left,
/* 239 */ table.dataTable tfoot th.dt-head-left,
/* 240 */ table.dataTable tfoot td.dt-head-left {
/* 241 */ 	text-align: left;
/* 242 */ }
/* 243 */ table.dataTable thead th.dt-head-center,
/* 244 */ table.dataTable thead td.dt-head-center,
/* 245 */ table.dataTable tfoot th.dt-head-center,
/* 246 */ table.dataTable tfoot td.dt-head-center {
/* 247 */ 	text-align: center;
/* 248 */ }
/* 249 */ table.dataTable thead th.dt-head-right,
/* 250 */ table.dataTable thead td.dt-head-right,

/* z.web.form.css */

/* 251 */ table.dataTable tfoot th.dt-head-right,
/* 252 */ table.dataTable tfoot td.dt-head-right {
/* 253 */ 	text-align: right;
/* 254 */ }
/* 255 */ table.dataTable thead th.dt-head-justify,
/* 256 */ table.dataTable thead td.dt-head-justify,
/* 257 */ table.dataTable tfoot th.dt-head-justify,
/* 258 */ table.dataTable tfoot td.dt-head-justify {
/* 259 */ 	text-align: justify;
/* 260 */ }
/* 261 */ table.dataTable thead th.dt-head-nowrap,
/* 262 */ table.dataTable thead td.dt-head-nowrap,
/* 263 */ table.dataTable tfoot th.dt-head-nowrap,
/* 264 */ table.dataTable tfoot td.dt-head-nowrap {
/* 265 */ 	white-space: nowrap;
/* 266 */ }
/* 267 */ table.dataTable tbody th.dt-body-left,
/* 268 */ table.dataTable tbody td.dt-body-left {
/* 269 */ 	text-align: left;
/* 270 */ }
/* 271 */ table.dataTable tbody th.dt-body-center,
/* 272 */ table.dataTable tbody td.dt-body-center {
/* 273 */ 	text-align: center;
/* 274 */ }
/* 275 */ table.dataTable tbody th.dt-body-right,
/* 276 */ table.dataTable tbody td.dt-body-right {
/* 277 */ 	text-align: right;
/* 278 */ }
/* 279 */ table.dataTable tbody th.dt-body-justify,
/* 280 */ table.dataTable tbody td.dt-body-justify {
/* 281 */ 	text-align: justify;
/* 282 */ }
/* 283 */ table.dataTable tbody th.dt-body-nowrap,
/* 284 */ table.dataTable tbody td.dt-body-nowrap {
/* 285 */ 	white-space: nowrap;
/* 286 */ }
/* 287 */ 
/* 288 */ table.dataTable,
/* 289 */ table.dataTable th,
/* 290 */ table.dataTable td {
/* 291 */ 	-webkit-box-sizing: content-box;
/* 292 */ 	-moz-box-sizing: content-box;
/* 293 */ 	box-sizing: content-box;
/* 294 */ }
/* 295 */ 
/* 296 */ /*
/* 297 *|  * Control feature layout
/* 298 *|  */
/* 299 */ .dataTables_wrapper {
/* 300 */ 	position: relative;

/* z.web.form.css */

/* 301 */ 	clear: both;
/* 302 */ 	*zoom: 1;
/* 303 */ 	zoom: 1;
/* 304 */ }
/* 305 */ .dataTables_wrapper .dataTables_length {
/* 306 */ 	float: left;
/* 307 */ }
/* 308 */ .dataTables_wrapper .dataTables_filter {
/* 309 */ 	float: right;
/* 310 */ 	text-align: right;
/* 311 */ }
/* 312 */ .dataTables_wrapper .dataTables_filter input {
/* 313 */ 	margin-left: 0.5em;
/* 314 */ }
/* 315 */ .dataTables_wrapper .dataTables_info {
/* 316 */ 	clear: both;
/* 317 */ 	float: left;
/* 318 */ 	padding-top: 0.755em;
/* 319 */ }
/* 320 */ .dataTables_wrapper .dataTables_paginate {
/* 321 */ 	float: right;
/* 322 */ 	text-align: right;
/* 323 */ 	padding-top: 0.25em;
/* 324 */ }
/* 325 */ .dataTables_wrapper .dataTables_paginate .paginate_button {
/* 326 */ 	box-sizing: border-box;
/* 327 */ 	display: inline-block;
/* 328 */ 	min-width: 1.5em;
/* 329 */ 	padding: 0.5em 1em;
/* 330 */ 	margin-left: 2px;
/* 331 */ 	text-align: center;
/* 332 */ 	text-decoration: none !important;
/* 333 */ 	cursor: pointer;
/* 334 */ 	*cursor: hand;
/* 335 */ 	color: #333333 !important;
/* 336 */ 	border: 1px solid transparent;
/* 337 */ }
/* 338 */ .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
/* 339 */ 	color: #333333 !important;
/* 340 */ 	border: 1px solid #cacaca;
/* 341 */ 	background-color: white;
/* 342 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
/* 343 */ 	/* Chrome,Safari4+ */
/* 344 */ 	background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
/* 345 */ 	/* Chrome10+,Safari5.1+ */
/* 346 */ 	background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
/* 347 */ 	/* FF3.6+ */
/* 348 */ 	background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
/* 349 */ 	/* IE10+ */
/* 350 */ 	background: -o-linear-gradient(top, white 0%, gainsboro 100%);

/* z.web.form.css */

/* 351 */ 	/* Opera 11.10+ */
/* 352 */ 	background: linear-gradient(to bottom, white 0%, gainsboro 100%);
/* 353 */ 	/* W3C */
/* 354 */ }
/* 355 */ .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
/* 356 */ 	cursor: default;
/* 357 */ 	color: #666 !important;
/* 358 */ 	border: 1px solid transparent;
/* 359 */ 	background: transparent;
/* 360 */ 	box-shadow: none;
/* 361 */ }
/* 362 */ .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
/* 363 */ 	color: white !important;
/* 364 */ 	border: 1px solid #111111;
/* 365 */ 	background-color: #585858;
/* 366 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
/* 367 */ 	/* Chrome,Safari4+ */
/* 368 */ 	background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
/* 369 */ 	/* Chrome10+,Safari5.1+ */
/* 370 */ 	background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
/* 371 */ 	/* FF3.6+ */
/* 372 */ 	background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
/* 373 */ 	/* IE10+ */
/* 374 */ 	background: -o-linear-gradient(top, #585858 0%, #111111 100%);
/* 375 */ 	/* Opera 11.10+ */
/* 376 */ 	background: linear-gradient(to bottom, #585858 0%, #111111 100%);
/* 377 */ 	/* W3C */
/* 378 */ }
/* 379 */ .dataTables_wrapper .dataTables_paginate .paginate_button:active {
/* 380 */ 	outline: none;
/* 381 */ 	background-color: #2b2b2b;
/* 382 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
/* 383 */ 	/* Chrome,Safari4+ */
/* 384 */ 	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* 385 */ 	/* Chrome10+,Safari5.1+ */
/* 386 */ 	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* 387 */ 	/* FF3.6+ */
/* 388 */ 	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* 389 */ 	/* IE10+ */
/* 390 */ 	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* 391 */ 	/* Opera 11.10+ */
/* 392 */ 	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
/* 393 */ 	/* W3C */
/* 394 */ 	box-shadow: inset 0 0 3px #111;
/* 395 */ }
/* 396 */ .dataTables_wrapper .dataTables_processing {
/* 397 */ 	position: absolute;
/* 398 */ 	top: 50%;
/* 399 */ 	left: 50%;
/* 400 */ 	width: 100%;

/* z.web.form.css */

/* 401 */ 	height: 40px;
/* 402 */ 	margin-left: -50%;
/* 403 */ 	margin-top: -25px;
/* 404 */ 	padding-top: 20px;
/* 405 */ 	text-align: center;
/* 406 */ 	font-size: 1.2em;
/* 407 */ 	background-color: white;
/* 408 */ 	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
/* 409 */ 	/* Chrome,Safari4+ */
/* 410 */ 	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* 411 */ 	/* Chrome10+,Safari5.1+ */
/* 412 */ 	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* 413 */ 	/* FF3.6+ */
/* 414 */ 	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* 415 */ 	/* IE10+ */
/* 416 */ 	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* 417 */ 	/* Opera 11.10+ */
/* 418 */ 	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* 419 */ 	/* W3C */
/* 420 */ }
/* 421 */ .dataTables_wrapper .dataTables_length,
/* 422 */ .dataTables_wrapper .dataTables_filter,
/* 423 */ .dataTables_wrapper .dataTables_info,
/* 424 */ .dataTables_wrapper .dataTables_processing,
/* 425 */ .dataTables_wrapper .dataTables_paginate {
/* 426 */ 	color: #333333;
/* 427 */ }
/* 428 */ .dataTables_wrapper .dataTables_scroll {
/* 429 */ 	clear: both;
/* 430 */ }
/* 431 */ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
/* 432 */ 	*margin-top: -1px;
/* 433 */ 	-webkit-overflow-scrolling: touch;
/* 434 */ }
/* 435 */ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
/* 436 */ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
/* 437 */ 	height: 0;
/* 438 */ 	overflow: hidden;
/* 439 */ 	margin: 0 !important;
/* 440 */ 	padding: 0 !important;
/* 441 */ }
/* 442 */ .dataTables_wrapper.no-footer .dataTables_scrollBody {
/* 443 */ 	border-bottom: 1px solid #111111;
/* 444 */ }
/* 445 */ .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
/* 446 */ .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
/* 447 */ 	border-bottom: none;
/* 448 */ }
/* 449 */ .dataTables_wrapper:after {
/* 450 */ 	visibility: hidden;

/* z.web.form.css */

/* 451 */ 	display: block;
/* 452 */ 	content: "";
/* 453 */ 	clear: both;
/* 454 */ 	height: 0;
/* 455 */ }
/* 456 */ 
/* 457 */ @media screen and (max-width: 767px) {
/* 458 */ 	.dataTables_wrapper .dataTables_info,
/* 459 */ 	.dataTables_wrapper .dataTables_paginate {
/* 460 */ 		float: none;
/* 461 */ 		text-align: center;
/* 462 */ 	}
/* 463 */ 	.dataTables_wrapper .dataTables_paginate {
/* 464 */ 		margin-top: 0.5em;
/* 465 */ 	}
/* 466 */ }
/* 467 */ @media screen and (max-width: 640px) {
/* 468 */ 	.dataTables_wrapper .dataTables_length,
/* 469 */ 	.dataTables_wrapper .dataTables_filter {
/* 470 */ 		float: none;
/* 471 */ 		text-align: center;
/* 472 */ 	}
/* 473 */ 	.dataTables_wrapper .dataTables_filter {
/* 474 */ 		margin-top: 0.5em;
/* 475 */ 	}
/* 476 */ }

