.wmForm {
	position: relative;
}
.wmForm li:not(.noSpecialFormat) a {
	outline: none;	
	color: #005c9c;	
}
/*************************************** GROUPING *****************************************/
.wmForm fieldset {
	border-bottom: 0px;
	position: relative;
	margin-bottom: 20px;
}
.factsheet li.header {
	border-top: 1px solid #DDDDDD;	
}
.factsheet li.header,
.wmForm fieldset > legend, h2.legend {
	display: block;
	width: 100%;
	height: 18px;
	padding: 10px 0px 14px 0px;
	font-size: 18px;
	font-family: georgia;
	background-color: #F7F7F7;
	text-indent: 10px;
	border-bottom: 1px solid #DDD;
	color: #417CBD;
	text-shadow: 0px 1px 0px #a1e3f7;
	border-top: 1px solid #DDD;
	position: relative;
}
* html .wmForm fieldset > legend {
	left: -15px !important;
}
.wmForm > fieldset > legend.unfolded {
	background-image: url(/gotroot/system_files/img/icon_legend_unfolded.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;	
	padding-left: 18px;
}
.wmForm > fieldset > legend.folded {
	background-image: url(/gotroot/system_files/img/icon_legend_folded.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;	
	padding-left: 18px;
}
/*************************************** ROWS *****************************************/
.factsheet,
fieldset > ol,
form ol {
	list-style: none;
}
.factsheet {
	margin-bottom: 20px;	
}
.factsheet li {
	overflow: hidden;
	zoom: 1;	
}
.factsheet li,
.wmForm fieldset > ol > li:not(.noSpecialFormat){
	margin: 0px 0px 0px 0px;	
	background-color: #F7F7F7;
	padding: 10px 10px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #DDD;
	/*position: relative;*/
	display: block;
}
.factsheet li.evenRow,
.wmForm ol li.evenRow {
	background-color: #F2F2F2;	
}
/*************************************** ERRORS *****************************************/
.wmForm .error abbr,
.wmForm .error label {
	color: #CC0000;	
}
.wmForm .error {
	background: #f7e9e9 !important;	
	border-top: 2px solid #f7e9e9 !important;
}
.wmForm .errorfield {
	border-color: #CC0000 !important;	
}
/*************************************** VISUAL AIDS *****************************************/
.wmForm .fieldcontainer {
	position: relative;	
	float: left;
    width: 285px;
}
.wmForm .extraWidth {
    width: 500px;
}
.wmForm .multipleFields .fieldcontainer {
	margin-right: 2%;	
}
.wmForm .multipleFields .fieldcontainer input {
	width: 97% !important;	
}
/*.wmForm ol li:not(.noSpecialFormat) strong {
	position: absolute;
	background: url(/css/gfx2011/background_form_error.png) no-repeat left bottom;	
	top: -26px;
	display: block;
	padding: 1px 12px 6px 26px;
	color: #FFFFFF;
	white-space: nowrap;
	z-index: 100;
}*/
.wmForm em {
	display: none;
	position: absolute;
	top: -4px;
	left: 0px;
	width: 321px;
	height: 5px;
	background: url(/css/gfx2011/background_form_help.png) no-repeat left bottom;
}
.wmForm em span {
	padding: 4px 12px 4px 26px;
	bottom: 5px;
	left: 0px;
	position: absolute;
	background: #689AC4 url(/css/gfx2011/background_form_help.png) no-repeat 0px 1px;
	color: #FFFFFF;
	z-index: 100;
	line-height: 15px;
}
.wmForm em span a {
	color: #FFFFFF;	
}
.wmForm .star {
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #279500;
	margin:  14px 8px 0px 0px;
	line-height: 0px;
	position:relative;
	top: 5px;
	cursor: help;
}
.wmForm .hasInfo {
	background-image: url(/css/gfx2011/infobullet.png) !important;
	background-position: 99% 50% !important;
	background-repeat: no-repeat !important;
}
/*************************************** ELEMENT CONTAINERS *****************************************/
.wmForm .multipleFields {
	width: 421px;
	float: left;
}
.divColumns .multipleFields, .divColumns .fullSizeData {
	width: 305px;
}
.wmForm .multipleFields input {
	margin-right: 2%;
}
.wmForm .checkboxContainer {
	padding: 6px 10px 1px 10px;	
	width: 401px;
}
.wmForm .checkboxList .checkboxContainer {
	height: 200px;
	overflow: auto;	
	position: relative;
}
/*************************************** FOLDOUT FORM **********************************************/
.foldoutButton {
	position: absolute;
	right: 6px;
	width: 17px;
	height: 17px;
	background: url(/gotroot/system_files/img/icon_foldout.png) no-repeat left top;
	outline: none;
}
.foldoutButton span {
	display: none;	
}
.wmForm .foldout {
	display: none;	
	border: 1px solid #dddddd;
	background: #e5e5e5;
	padding: 20px;
	position: absolute;
	right: -505px;
	bottom: -50px;
	width: 450px;
	z-index: 100;
}
.wmForm .foldout .arrow {
	height: 36px;
	width: 19px;
	background: url(/gotroot/system_files/img/background_foldout_arrow.png) no-repeat left top;
	position: absolute;
	left: -19px;
	bottom: 53px;	
}
.imageButton {
	background-color: transparent !important;
	background-image: none !important;	
	bordeR: 0px !important;
	padding: 0px !important;
}
/*************************************** LABELS *****************************************/
.factsheet .emptylabel,
.wmForm .emptyLabel {
	height: 1px;	
}
.factsheet span {
	display: block;
	float: left;
	width: 72%;
}
.factsheet .label {
	color: #000000;
	float: left;
}
.factsheet .good {
	background: url(/gotroot/system_files/img/icon_good.png) no-repeat 0px 0px;
	padding-left: 26px;	
}
.factsheet .highlight {
	color: #000000;	
}
.factsheet .label,
.wmForm .checkboxLabel,
.wmForm fieldset fieldset legend,
.wmForm ol li:not(.noSpecialFormat) label {
	width: 25%;
	float: left;
	display: block;
	padding-right: 3%;
	color: #000000;
}
.wmForm ol li:not(.noSpecialFormat) .preferenceslist label {
	width: 40%;
	float: left;
	display: block;
	text-align: left;
	padding-right: 3%;
	color: #000000;
}
.wmForm ol li:not(.noSpecialFormat) .checkbox label {
	width: 5%;
	float: left;
	display: block;
	text-align: right;
	padding-right: 3%;
	margin-left: 20%;
	color: #000000;
}
.wmForm ol li:not(.noSpecialFormat) .preferenceslist label.suboption {
	padding-left: 2%;
}
.wmForm .radio label,
.wmForm .checkbox label,
.wmForm .checkboxLabelRight label {
	margin-left: 6px;
	display: block;
	width: 350px;
	text-align: left;
}
.wmForm .checkboxList label {
	width: 330px;
}
.wmForm fieldset fieldset label {
	width: auto !important;
}
/*************************************** ELEMENT STYLING *****************************************/
form .radio input,
form .checkbox input {
	float: left;
	width: 16px;
    height: 16px;
    padding: 3px 0px 0px 0px;
    margin:0px;
    vertical-align: baseline;
    position: relative;
    top: 1px;
    *overflow: hidden;	
}
.wmForm .checkboxContainer,
.wmForm input[type="text"],
.wmForm input[type="email"],
.wmForm input[type="url"],
.wmForm input[type="password"],
.wmForm select, 
.wmForm textarea {
	width: 421px;	
	color: #505050;
	border: 1px solid #888;
	float: left;
	background: #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
.wmForm input.medium, .wmForm input[type="text"].medium { width: 200px; }
.wmForm input[type="text"].datepicker { width:100px; }
.wmForm input.small, .wmForm input[type="text"].small { width: 80px; }
.wmForm select {
	padding: 1px;	
}
.divColumns .checkboxContainer,
.divColumns input[type="text"],
.divColumns input[type="email"],
.divColumns input[type="url"],
.divColumns input[type="password"],
.divColumns select, 
.divColumns ol ul, 
.divColumns textarea {
	width: 305px;
	
}
.divColumns div.warning {
	width: 300px;
	padding: 5px;
	font-size: 12px;
}
.wmForm select {
	width: auto;
	margin-right: 8px;
}
.wmForm .checkboxOption {
	overflow: hidden;
	margin: 0px 0px 3px 0px;
}
.wmForm .inlineLabelRow,
.wmForm .checkboxRow {
	clear: both;
	width: 290px;
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	zoom: 1;
}
.wmForm .inlineLabelRow label {
	width: auto;
	padding-top: 2px;	
}
.wmForm .checkboxRow label {
	width: 265px;
	padding: 2px 0px 0px 4px;
}
.wmForm .inlineLabelRow label,
.wmForm .inlineLabelRow input,
.wmForm .checkboxRow label, 
.wmForm .checkboxRow input {
	float: left;
	text-align: left;
}
.wmForm .fieldcontainer ul {
	list-style: none;
}
.wmForm .fieldcontainer ul:not(.no-style) li:not(.noSpecialFormat){
	background: #FFC;
	border: 1px solid #999;
	padding: 6px;
	margin-bottom: 6px;	
}
/*************************************** BUTTONS *****************************************/
html button { 
	overflow: visible; 
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.fancyButton {
	background: url(/css/gfx2011/background_inputfields.png) repeat-x left top;
	border: 1px solid #dddddd;
	border-radius: 15px;
	box-shadow: 0px 0px 3px #CCCCCC;
	color: #555;
	font-size: 16px;
	text-decoration: none;
	display: block;
}
.fancyButton span {
	padding: 8px 14px 3px 33px;
	display: block;
	line-height: 12px;
	background-position: 12px 6px;
	background-repeat: no-repeat;
}
a.fancyButton span {
	padding-top: 9px;
	padding-bottom: 4px;	
}
.greyButton span {
	opacity: 1;
}
.disabledButton {
	filter:alpha(opacity=60); /* msie */  
    -moz-opacity: 0.60; /* firefox 1.0 */  
    -khtml-opacity: 0.60; /* webkit */  
	opacity: 0.6;
}
.disabledButton span {
	color: #999999;	
}

/*************************************** INLINE CHECKBOX/RADIOS/INPUT *****************************************/
.wmForm .floatingCheckboxes {
	border: 0px;
	background: transparent;	
	overflow: visible;
	padding: 0px;
}
.wmForm .floatingCheckboxes .checkboxOption {
	float: left;	
	margin-right: 30px;
}
.wmForm .floatingCheckboxes input {
	float: left;	
}
.wmForm .floatingCheckboxes label {
	width: auto;	
	float: left;
	margin-left: 4px;
}
.wmForm input.verysmall,
.wmForm select.verysmall {
	float: none;
	width:50px;
}
/************************************* DOSSIER FORM ******************************************************/
.dossierForm {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;	
	overflow: hidden;
	zoom: 1;
	padding: 10px;
	margin-top: 12px;
}
.dossierForm fieldset {
	width: 50%;
	float: left;	
}
.dossierForm legend {
	font-weight: bold;	
}
.dossierForm label {
	display: block;	
}
.dossierForm button {
	margin-top: 10px;
	width: 160px;
}
/*************************************** TRANSFER LISTST *****************************************/
.transferList label,
.transferList .multipleFields {
	display: block;
	width: 100% !important;
	clear: both;	
	text-align: center !important;
	padding: 3px 0px;
}
.transferList select {
	width: 100%;
}
/***************************************** TOOLTIPS ***********************************************/
.bigTooltip {
	display: none;
}
.tooltip {
	position: absolute;
	background: #4D4D4D;
	padding: 2px 6px 2px 6px;
	color: #FFFFFF;
	z-index: 100;
	max-width: 300px;
}
.tooltip .arrow {
	content: '';
	background: transparent url(/css/gfx2011/arrow_tooltip.png) no-repeat left top;
	width: 7px;
	height: 4px;
	position: absolute;
	left: 16px;
	bottom: -4px;
}
.removeClickOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;	
}
.tooltip form {
	margin: 10px 10px 10px 10px;	
}
.tooltip table {
	color: #FFFFFF;
	width: 100%;	
}
.tooltip table tr td:first-child {
	font-weight: bold;	
}
.tooltip table td {
	padding: 5px 3px;
}
/**************************************** FOTOS EN DOCUMENTEN *************************************/
.documentList {
	list-style: none;
	width: 100% !important;
}
.documentList img {
	display: block;
	width: 100px;
	height: 100px;
}
.documentList li {
	float: left;
	margin: 10px;
	position: relative;	
}
.extraFirst li:first-child {
	border: 3px solid lightgreen;
	margin: 0px;
	padding: 7px;
}
.extraFirst li:first-child:before {
	content: 'Hoofdfoto';
	color: black;
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 70px;
	left: CALC(50% - 35px);
	top: -12px;
	background-color: #F7F7F7;
}
.documentListPlaceholder {
	background: url(/css/gfx2011/icon_sortable_placeholder.png) no-repeat left top;
	background-size: cover;
	width: 100px;
	height: 100px;
}
.documentList .delete {
	position: absolute;
	top: -5px;
	right: -6px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(/css/gfx2011/icon_delete.png) no-repeat left top;
}
.documentList .editDocButton {
	position: absolute;
	top: -5px;
	right: 12px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(/css/gfx2011/icon_edit.png) no-repeat left top;
}
.documentList .editDocButton span,
.documentList .delete span {
	display: none;	
}
.insertNewDocButton {
	margin: 5px 8px 3px 0px;
	float: left;	
}
/**************************************** FACTSHEET TABLE FORM *************************************/
.factsheetColumns {
	overflow: hidden;
	zoom: 1;	
}
.factsheetColumns div {
	float: left;
	width: 50%;
	padding: 3px 0px;
}
.factsheetColumns label {
	float: left;
	display: block;
	width: 60% !important;	
}
.factsheetColumns input {
	width: 32% !important;	
	float: left;
}
/*************************************** BRIEF EDIT **************************************/ 
#letterVarOptions {
	float: right;
	width: 29.5%;
	background: #F7F7F7;
	border-radius: 0px 15px 15px 0px;
	z-index: 100;
	max-height: 600px;
	overflow: auto;
	border: 1px solid #DDDDDD;
}
#letterVarOptions .inner {
	padding: 15px;	
}
#letterVarOptions ul {
	list-style: none;	
}
#letterVarOptions a {
	color: 353535;	
}
#letterVarOptions h4 {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;	
}
#letterVarOptions a.loadmemo {
	color:#000000;
}
#letterVarOptions li {
	margin-bottom: 4px;	
}
#letterVarOptions ul#vars ul { 
	margin:0px 10px 10px 0px; 
}
#letterVarOptions ul#vars a.main { 
	color: #96C11F;
	display:block; 
	background-color:#f6f6f6;
	padding: 6px 0px; 
	font-weight:bold; 
	text-decoration:none; 
}
/*************************************** UIZONDERINGEN... *****************************************/
#clientDetails label {
	width: 140px;
}
#clientDetails .fieldcontainer {
	color: #505050;	
}
.autocomplete, .wmForm input.autocomplete {
	background-image: url(/css/gfx2011/autocomplete.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
input[readonly="readonly"], 
input[disabled="disabled"],
.readonly, 
.disabled {
	background-color: #eee !important;
}
.smallForm {
	width: 70%;	
}
.smallForm ol li label {
	text-align: left;	
	font-weight: bold;
}
.smallForm .fieldcontainer {
	clear: both;	
}
/********* table in een fieldcontainer *************/
.fieldcontainer th, .fieldcontainer td {
	font-weight: normal;
	text-align:left;
	padding: 2px 4px 2px 0px;
}
.fieldcontainer th {
	font-style:italic;
	padding-right:6px;
}

#segments tr, #segments tr td {
    vertical-align: top;
}

.editorjs {
	width: 100% !important;
	background-color: white;
}
.editorjs h1,
.editorjs h2,
.editorjs h3,
.editorjs h4,
.editorjs h5,
.editorjs h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}
.editorjs h1,
.editorjs h2,
.editorjs h3 {
	line-height: 40px;
}

.editorjs h1 {
	font-size: 30.5px;
}

.editorjs h2 {
	font-size: 24.5px;
}

.editorjs h3 {
	font-size: 20.5px;
}

.editorjs h4 {
	font-size: 17.5px;
}

.editorjs h5 {
	font-size: 14px;
}

.editorjs h6 {
	font-size: 11.9px;
}

div.surfaceRest {
	width: 100%;
}
div.surfaceRest span {
	display: inline-block;
	padding: 10px;
	background-color: #DDD;
	width: CALC(100% - 20px);
}
div.surfaceRest > div {
	width: 100%;
}

/* Extra Blocks for Houses */
.hExtraContainer {
	display: flex;
	flex-wrap: wrap;
}
.hExtraBlock {
	width: 33%;
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}
.hExtraBlock.hActive {
	-webkit-box-shadow: inset 0px 0px 6px 3px #228017;
	box-shadow: inset 0px 0px 6px 3px #228017;
}
.hExtraIcon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hExtraName {
	padding-left: 10px;
	width: CALC(100% - 70px);
	display: flex;
	align-items: center;
}

.hExtraIcon img {
	display: block;
	width: 45px;
	height: 45px;
}

