/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: #222; font-weight: 400; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #25a0da; color: #fff; text-shadow: none; }
::selection { background: #25a0da; color: #fff; text-shadow: none; }

a { color: #024F95; }
a:visited { color: #024F95; }
a:hover { color: #25a0da; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: JvI
   ========================================================================== */

body
{
	color: #333;	
	font-family: Arial, Helvetica, sans-serif;
	}		
	
#topnav
{
	height: 20px;
	width: 100%;
	background: #647076;
	margin: 0;
	padding: 0;
	position: relative;
	}
#topnav p
{
	font-size: 0.75em;	
	color: #E0E0E0;
	margin: 0 8px;
	padding: 0;
	line-height: 19px;
	text-align: center;
	}	

#topnav a
{
	color: #fff;
	text-decoration: none;
	}
#topnav a:hover
{
	text-decoration: underline;
	}	

#help
{
	position: absolute;
	width: 20px;
	height: 20px;
	background:url(../img/core/helpicon.png) no-repeat;	
	right: 8px;
	top: 0;
	}

#top
{
	height:52px;
	margin: 0 auto;
	position: relative;
	}	
#top h1
{
	margin: 0;
}
#top h1 a
{
	font-size: 1.30em;
	text-decoration: none;	
	color: #647076;
	font-weight: 400;
	display: block;
	width: 130px;
	height: 60px;
	text-indent: -9999px;
	}	
	
#user
{
	position: absolute;
	right: 8px;
	top: 10px;
	height: 40px;
	width: 40px;
	}
#fl
{
	font-weight: 600;
    position: absolute;
    right: 44px;
	font-size: 0.875em;
	z-index: 2;
   	width: 98px;
	text-align: right;
	padding: 0 4px;	
	}
#ln
{
	font-size: 0.875em;
	position: absolute;
	white-space: nowrap;
	right: 44px;
	top: 20px;
	z-index: 3;
   	width: 98px;
	text-align: right;
	padding: 0 4px;	
	}
/*** LAATSTE LOGIN ***/

#laatstelogin {
    margin: -50px auto 0;
    width: 220px;
    position: relative;
    background: rgba(0,0,0, 0.1);
    padding: 13px 2px 10px;
    text-align: center;
    font-size: 0.75em;
    display: block;
}
.userbg
{

	background: rgba(255,255,255, 0.5); 
    }	
	
#usricon
{
	background: #fff url(../img/core/usricon.png) no-repeat;
	width: 40px;
	height: 40px;
	}	
	
#usricon.on
{
	background: #3db892 url(../img/core/usricon.png) no-repeat;
	}				
	
#tile_wrapper
{
	margin: 0 auto;	
	height: auto;
	}	
	
#windowzone
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px; 
    }	
	
ul#tiles
{
		height: auto;
		/*background: #e0e0e0;*/
		margin: 0;
		padding: 4px;
		float: left;
	}


ul#tiles li
{
	width: 272px;
	height: 132px;
	/*background: #E0E0E0;*/
	float: left;
	margin: 4px;
	list-style-type: none;
	position: relative;
	}	

.bgcolor
{
    background: #E0E0E0;
    }

ul#tiles li div.drag
{
	width: 272px;
	height: 132px;
	display: block;

	float: left;
	margin: 0;
	list-style-type: none;
    overflow: hidden;
	}
	
.ui-draggable-dragging
{
    	z-index: 100000;
    }	
	
.ui-draggable-dragging .divsubs
{
    	display: none !important;
    }	
		
ul#tiles li div.menutitel
{
    color: #FFFFFF;
    display: block;
    font-size: 0.875em;
    height: 20px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
    width: 252px;
    position: absolute;
    z-index: 10;
    bottom: 0;
}

ul#tiles li div.tileicon
{
    width: inherit;
    height: inherit;
    background-position: 50% center;
    background-repeat: no-repeat;
}

ul#tiles li div.tilewrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
}


ul#tiles li a
{	
	background-repeat :no-repeat;
	background-position: 50% 50%;
}

ul#tiles li a.bzw
{	
	background:url(../img/core/icon-bezwaren.png) no-repeat 50% 50%;
}
ul#tiles li a.tax
{	
	background:url(../img/core/icon-taxeren.png) no-repeat 50% 50%;
}
ul#tiles li a.trn
{	
	background:url(../img/core/icon-transacties.png) no-repeat 50% 50%;
}
ul#tiles li a.bel
{	
	background:url(../img/core/icon-belastingen.png) no-repeat 50% 50%;
}
ul#tiles li a.inv
{	
	background:url(../img/core/icon-invorderen.png) no-repeat 50% 50%;
}
ul#tiles li a.map
{	
	background:url(../img/core/icon-kaart.png) no-repeat 50% 50%;
}
ul#tiles li a.kad
{	
	background:url(../img/core/icon-kadastraal.png) no-repeat 50% 50%;
}
ul#tiles li a.woz
{	
	background:url(../img/core/icon-vastgoedregistratie.png) no-repeat 50% 50%;
}

 ul#tiles li a.ins
{	
	background:url(../img/core/icon-instellingen.png) no-repeat 50% 50%;
}
 ul#tiles li a.wfl
{	
	background:url(../img/core/icon-workflow.png) no-repeat 50% 50%;
}
 ul#tiles li a.rap
{	
	background:url(../img/core/icon-rapportagebox.png) no-repeat 50% 50%;
}
 ul#tiles li a.ach
{	
	background:url(../img/core/icon-achtergrond.png) no-repeat 50% 50%;
}

ul#tiles li.s div.drag
{
	width: 132px;
	height: 132px;
	float: left;
	margin: 0;
	list-style-type: none;
	}	

ul#tiles li.s
{
	/*background: #E0E0E0;*/
	float: left;
	margin: 4px;
	list-style-type: none;
    width: 132px;
}
ul#tiles li.s a
{
    color: #FFFFFF;
    display: block;
    font-size: 0.875em;
    height: 20px;
    margin: 0 10px;
    padding: 112px 0 0;
    text-align: left;
    text-decoration: none;
    width: 112px;
    white-space: nowrap;
    overflow: hidden;
}



.divsubs
{
    position:absolute;
    /*background: rgb(224, 224, 224); /* The Fallback */
    /*background: rgba(224, 224, 224, 0.8);     */
    }

.divsubs.hide
{
    display: none;   
    }


.subtiles
{
  width: 270px;
  height: inherit;
  margin: 0;
  padding: 1px; 
  float: left;
    }

ul#tiles li ul.subtiles li
{
	float: left;
	margin: 1px;
	list-style-type: none;
    width: 133px;
    height: 24px;
  background: rgba(255, 255, 255, 0.2);
}

ul#tiles li ul.subtiles li a
{
    color: #FFFFFF;
    display: block;
    font-size: 0.78em;
    height: inherit;
    line-height: 24px;
    margin: 0;
    padding: 0 2px;
    text-align: left;
    text-decoration: none;
    width: 129px;
    word-wrap: break-word;
}

ul#tiles li ul.subtiles li a:hover
{
    background: rgba(0, 0, 0, 0.1);
}

/*ul#tiles li.admin ul.subtiles li a:hover
{
    background: rgba(143, 34, 179, 1.0);
}*/


.hoveron
{
   left: -8px;
   top: 132px;
   z-index: 1000; 
    }

ul#tiles li.s.inst span
{
	width: 132px;
	height: 132px;
    background: #e3a21a;
	float: left;
	margin: 0;
	list-style-type: none;
	}
	
ul#tiles li.s.inst span a
{
    color: #FFFFFF;
    display: block;
    font-size: 0.875em;
    height: 132px;
    margin: 0;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    width: 132px;
    word-wrap: break-word; 
    white-space: normal !important;
    background: url(/img/core/icon-instellingen-sub.png) no-repeat 30px 54px;
    }

ul#tiles li.s.link div.drag a
{
    background: url(/img/core/icon-fav.png) no-repeat 50% 50%;
    }

#login
{
    position: absolute;
    height: 40px;
    width: 350px;
    right: 40px;
    top: 0;
    background: #e0e0e0;
    padding: 0 150px 0 10px;
    z-index: 1;
    line-height: 40px;
    font-size: 0.82em;
    overflow: hidden;
    }     
#login p
{
    margin: 0;
    width: 500px;
    }     
  

/***********  Instellingen menu  **************/

#settingswrapper
{
    position: absolute; 
    right: 0; 
    bottom: 0; 
    width: auto; 
    height: 100%; 
    z-index: 4000;

}

.settingscontent
{
    /*width: 44em;*/
    height: inherit;
    overflow: hidden;
    color: #fff;
    z-index: 4000;
    display: none;
}

.settingscontent h2
{
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 400;
    margin: 3em 1em 1em;
        cursor: pointer;
}

.settingscontent h2 img
{
    margin: 0 0.2em;
}

.settingsicon {
    background: url("/img/core/settingsicon.png") no-repeat #222;
    height: 40px;
    width: 40px;
    bottom: 10px;
    left: -48px;
    position: absolute;
    z-index: 13;
}
.settingsicon:hover {
    background: url("/img/core/settingsicon.png") no-repeat #25A0DA;
    cursor: pointer;
}


.settingscontent ul
{
    width: 18em;
    float: left;
    font-family: "Open Sans";
    margin: 0.28em 0;
}
.settingscontent ul li
{
    border-bottom: solid 1px #fff;
    list-style-type: none;
    padding: 0 0 0 2em;
    font-size: 18px;

}
.settingscontent ul li ul
{
    padding: 0;
}

.settingscontent ul li ul li
{
    border-bottom: none;
    list-style-type: disc;
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 14px;
}

.settingscontent a:link, .settingscontent a:visited
{
    color: #fff;
    text-decoration: none;
}
.settingscontent a:hover, .settingscontent a:active
{
    color: #fff;
    text-decoration: underline;
}

/***********  Einde instellingen menu  **************/



.taskbar {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 3999;
}

.taskbar.RadTabStrip_Metro .rtsLevel1 .rtsUL {
        background: rgba(0,0,0, 0.4);
}

.taskbar.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    border: 1px solid #000;
}

  
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1120px) {
	/* Style adjustments for viewports that meet the condition */

}

@media only screen and (max-width: 840px) {
	/* Style adjustments for viewports that meet the condition */

}

@media only screen and (max-width: 570px) {
	/* Style adjustments for viewports that meet the condition */

}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.RadWindow_Metro .windowlabels {
    position: absolute;
    top: 7px;
    right: 100px;
    overflow: visible;
    padding: 3px 0 0 0;
    color: #fff;
    padding: 1px 0 0 1px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font: normal bold 12px "Segoe UI",Arial;
}

.RadWindow_Metro .windowlabels span.test {
    background: #e3a21a;
    border-radius: 10px;
    padding: 2px 10px;
    margin: 0 4px;
}

.RadWindow_Metro .windowlabels span.helpdesk {
    background: #9f00a7;
    border-radius: 10px;
    padding: 2px 10px;
    margin: 0 4px;
}

.RadWindow_Metro .windowlabels span.inactief {
    background: #b91d47;
    border-radius: 10px;
    padding: 2px 10px;
    margin: 0 4px;
}

.RadWindow_Metro .windowlabels span.afwijkendjaar {
    background: rgb(228, 83, 44);
    border-radius: 10px;
    padding: 2px 10px;
    margin: 0 4px;
}

.MenuBarBkGnd.ToolBarBackground td {
    vertical-align: middle;
}

.ToolbarPrint.WidgetSet {
    display: none !important;
}

.WaitControlBackground {
    margin-top: 100px !important;
}

.rwTitle {
    text-transform: uppercase;
}

div.RadWindow.rwInactiveWindow {
    opacity: 1;
}