/* === GENERAL STUFF === */

 
		/* Screen */
		html, body {
			width: 100%;
			height: 100%;					
			padding: 0;
			margin: 0;
			overflow:	auto;
			zoom: 1;
			-moz-transform: scale(1);
			font: normal 12px tahoma,arial,verdana,sans-serif;
		}
 
		.ap-fakeLink{
			color: #0066CC !important;
			text-decoration: underline;
			cursor: pointer;
		}
 
		.ap-link:link {color: #0066CC;}
		.ap-link:active {color: #0066CC;}
		.ap-link:visited {color: #0066CC;}
		.ap-link:hover {color: #0066CC;}
 
		.ap-link .link:link {color: #0066CC;}
		.ap-link .link:active {color: #0066CC;}
		.ap-link .link:visited {color: #0066CC;}
		.ap-link .link:hover {color: #0066CC;}
 
		.zendiv .ap-btnBlue {
			border: none !important;
			font-weight: bold !important;
			font-size: 12px !important;
			color: #fff !important;
			background-color: #3892d3 !important;
			/* background-image: none !important; TR 30/03/18 geen idee waarom dit op staat, in comm gezet wegens mogelijk conflict met statisch ap-icon background images */
		}
 
		.zendiv .ap-icon-left {
			width: auto !important;
			height: 24px !important;
			text-align: right;
			padding-left: 28px;
			padding-right: 8px;
			background-repeat: no-repeat !important;
			background-position: left center !important;
			background-position-x: 6px !important;
		 }
 
		.ap-header-tag-default-color {
			color: #3892d3
		}
 
		.ap-header-tag-default-background-color {
			background-color: white
		}
	
/* === ZEN MODIFICATIONS === */

 
		.ap-vgroup .vtLabelLeft {
			padding: 6px 0 0 0 !important;
		}
 
		.tabGroupBody {
			border-color: #7F9DB9;
			height: 100%;
			width: 100%;
			min-height: 0px;
  	}
 
		td.tabGroupButtonOn {
			color: #15498B;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			
		}
 
		td.tabGroupButtonOff {
			background: #DEECFD;
			color: #416DA3;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			
		}
 
		td.tabGroupButtonOn, td.tabGroupButtonOff {
			padding: 2px !important;
		}
 
		td.tabGroupButtonOff:hover {
			background-color: #C8E0F8;
		}
 
		td.tabGroupButtonOn, td.tabGroupButtonOff, .tabGroupGapTd, .tabGroupExtra {
			border-color: #7F9DB9;
			
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
 
		.modalGroupTitle {
			background-color: #3892d3;
			padding: 4px 0;
			overflow: hidden;
			border: 0px;
		}
 
		.zendiv input.text, .zendiv input.password, .zendiv input.comboboxInput, .zendiv .textarea, .zendiv select.dateSelect, .zendiv .dateTextInput {
			border: 1px solid #7B9EBD;
			padding: 2px;
			border-radius: 0px;
		}
 
		table.tpTable {
			border: 1px solid #7F9DB9;
			padding: 0px;
			font-family: tahoma,arial,verdana,sans-serif;
		}
 
		.tnbrFound, .tnbrPagingButtons {
			font-size: 10px;
		}
 
		.zendiv .button {
			display: inline-block;
			text-align: center;
			color: #444;
			font-size: 12px;
			height: 24px;
			line-height: 21px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px solid #bababa;
			background-color: white;
			background-image: none;
			-o-transition: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			user-select: none;
			cursor: pointer;
  	}
 
	
/* === EXT JS === */

/* === CSS from CLASS apZenDf.Page.Mixin.abstract === */
/* === CSS from CLASS apZenDf.Page.Mixin.paneFooter === */

 
		#ap-paneFooter {
			background-color: #EEEEEE;
			z-index: 110 !important;   /* boven eventuele blockui uit abstractPage verschijnen, maar onder een apDialog (111) */
		}
 
		#ap-divFooterImage {
			height: 23px;
			line-height: 23px;
			display: inline-block;
			margin-left: 4px;
		}
 
		#ap-divFooterImage img {
			vertical-align:middle;
		}		
 
		#ap-divFooterMessage {
			height: 23px;
			line-height: 23px;
			font-size: 0.9em;
			margin-left: 4px;
			display: inline-block;
		}
 
		#ap-divFooterSubMessage {
			display: none;
			font-size: 0.9em;
		}
 
		/* ERROR */
		.ap-paneFooterError {
			border-top: 1px solid #d43f3a;
			background-color: #D9534F;
			color: white;
			white-space: nowrap;
    }
 
    .ap-paneFooterError.multi-line {
			overflow-y: auto;
			display: flex;
			height: fit-content;
		}
 
		.ap-paneFooterError.multi-line #ap-divFooterImage {
			vertical-align: top;
		}
 
		.ap-paneFooterError.multi-line #ap-divFooterMessage {
			height: fit-content;
			line-height: 18px;
			margin-top: 3px;
			white-space: pre-line;
		}
 
		.ap-paneFooterError a {
			color: white;
		}
 
		.ap-paneFooterError #ap-divFooterSubMessage {
			background-color: #F18589;
		}
 
		/* BUSY */
		.ap-paneFooterBusy {
			background-color: #E1E1E1;
			border-top: 1px solid #C7C7C7;
		}
 
		/* INFO */
		.ap-paneFooterInfo {
			border-top: 1px solid #4CAE4C;
			background-color: #5CB85C;
			color: white;
		}
 
		.ap-paneFooterInfo.pure {
			background-color: #E1E1E1;
			border-top: 1px solid #C7C7C7;
			color: black;
		}
 
	
/* === CSS from CLASS apZenDf.Page.Mixin.paneWorkspace === */

 
		#ap-paneWorkspace {
			background: #F4F7FC;
 
			
			
		}
 
	
/* === CSS from CLASS apZenDf.Page.Mixin.layout === */

 
		/* JQUERY UI LAYOUT settings */
		.ui-layout-container, .ui-layout-pane  {
			height: 100%;
			width: 100%;
			margin: 0 auto;
		}
 
	
/* === CSS from CLASS apZenDf.Page.abstract === */

 
		#divXHRWaiting {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);  			
			color: white;
			background-color: #1e88e5;
		  z-index: 10000;
		  padding: 4px 8px;
		  border: 1px solid white;
		  border-radius: 4px;
		}
 
		#ap-zenMouseTrapGears{
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -50px;
			margin-top: -50px;
			z-index: 300;
			user-select: none;
		}
 
	
/* === CSS from CLASS apZenDf.Page.login === */

 	#ap-paneWorkspace.new-password-loading {
	 	filter: grayscale(1);
	 	pointer-events: none;
 	}
 
	 .loginContainer{
		 /*border + corner*/
 
			/*layout algemeen*/
			padding-top: 5px;
			width: 450px;
			height: 238px;
 
			/*layout middle of page*/
			position: relative; 
			top: 50%;
			left: 50%;
 
			margin-left:-225px;
			margin-top:-153px;
 
			
			background-color: white;
			box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
			border-radius: 8px;
	  }
 
	  #lblLoginTitle {
		  position: absolute; top: -52px; left: 20px;
	  	color: #04408C;
	  	font-size: 32px;
	  	top: -82px;
	  	white-space: nowrap;
 	  }
 
	  #title {
			margin: 8px 0 12px 20px; line-height: 41px;
 
	  }
 
	 .lineContainer{
		 padding-left: 20px;
		 padding-bottom:5px; 
	 	 clear:both;
	 }
	 .lineContainer td {
		 
	 }
	 .lineContainer .zenLabel {
		 margin-right: 16px;
	 }
	 .labelLogin{
		 	width:100px;
			float:left;
		}
		.layoutLabel{visibility:hidden;}
 
		#fhAanmelden{padding-top:15px !important;padding-left:22px !important;align-items: baseline;}
		#btnAanmelden input {width: 100px;}
 
		#txtUser, #txtPass {
			margin-top: 2px;
		}
 
		#htmlAsciInfo {
			position: absolute;
			bottom: 8px;
			right: 8px;
			font-size: 14px;	
		}
 
		#htmlAsciInfo, #htmlAsciInfo a {
			color: #81ABE1;
			text-decoration: none;
		}
 
	

			#lblLoginTitle::after {
				display: block;
				content: 'Klantenportaal';
				margin-top: 2px;
				font-size: 0.7em;
			}
 
		  #lnkRequestNewAccount::after {
			  content: '*';
			}
 
			#loginContainer::after {
				content: '* Voor bestaande klanten';
				position: absolute;
				bottom: -26px;
				left: 24px;
				font-size: smaller;
				color: #777;
			}
    
