/* WEB FONT "Open Sans" (6EDB::3484::6EDB::11) */

@font-face {font-family:'Open Sans';src:url('/fonts/Open Sans/OpenSans-Regular-webfont.eot');src:url('/fonts/Open Sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/Open Sans/OpenSans-Regular-webfont.woff') format('woff'),url('/fonts/Open Sans/OpenSans-Regular.ttf') format('truetype'),url('/fonts/Open Sans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');font-weight:normal;font-style:normal;}
@font-face {font-family:'Open Sans';src:url('/fonts/Open Sans/ExtraBold/OpenSans-ExtraBold-webfont.eot');src:url('/fonts/Open Sans/ExtraBold/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/Open Sans/ExtraBold/OpenSans-ExtraBold-webfont.woff') format('woff'),url('/fonts/Open Sans/ExtraBold/OpenSans-ExtraBold-webfont.ttf') format('truetype'),url('/fonts/Open Sans/ExtraBold/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');font-weight:800;font-style:normal;}
@font-face {font-family:'Open Sans';src:url('/fonts/Open Sans/SemiBold/OpenSans-Semibold-webfont.eot');src:url('/fonts/Open Sans/SemiBold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/Open Sans/SemiBold/OpenSans-Semibold-webfont.woff') format('woff'),url('/fonts/Open Sans/SemiBold/OpenSans-Semibold-webfont.ttf') format('truetype'),url('/fonts/Open Sans/SemiBold/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');font-weight:700;font-style:normal;}
@font-face {font-family:'Open Sans';src:url('/fonts/Open Sans/Light/OpenSans-Light-webfont.eot');src:url('/fonts/Open Sans/Light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/Open Sans/Light/OpenSans-Light-webfont.woff') format('woff'),url('/fonts/Open Sans/Light/OpenSans-Light-webfont.ttf') format('truetype'),url('/fonts/Open Sans/Light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');font-weight:300;font-style:normal;}

/* STYLE BLOCK "Base" (6EDB::3256::6EDB::728) */

html, body {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
}

.wci-sidebar-template .wci-sidebar-template-header {
	width: 100%;
	height: 100%;
}

.wci-sidebar-template .wci-sidebar-template-breadcrumbs > a,
.wci-sidebar-template .wci-sidebar-template-breadcrumbs > span {
	padding-left: 5px;
}
/* STYLE BLOCK "WCI-SIDEBAR" (6EDB::3256::6EDB::726) */

/* WCI-SIDEBAR BASE */

.wci-sidebar {
	position:relative;
	white-space: nowrap;
	height: 100%;
	padding-right: 200px;			/* SIDEBAR WIDTH */
	transition: padding 0.3s;
}

.wci-sidebar > .wci-panel {
	display:inline-block;
	position: relative;
	width: 200px;				/* SIDEBAR WIDTH */
	height: 100%;
	transition: width 0.3s;
	vertical-align: top;
	overflow: hidden;
	white-space: normal;
	z-index: 11; /* position:relative on .wci-sidebar > .wci-content */
}

.wci-sidebar > .wci-panel > .wci-content {
	position:absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 200px;				/* SIDEBAR WIDTH */
}

.wci-sidebar > .wci-content {
	vertical-align: top;
	display:inline-block;
	width:100%;
	height: 100%;
	overflow: auto;
	white-space: normal;
}

/* WCI-SB-COLLAPSED */

.wci-sidebar.wci-sb-collapsed {
	padding-right: 0px;
	transition: padding 0.3s;
}
.wci-sidebar.wci-sb-collapsed > .wci-panel {
	width: 0px;
	transition: width 0.3s;
}

/* WCI-SB-OVERLAY */

.wci-sidebar.wci-sb-overlay {
	padding-right: 0px;
}
.wci-sidebar.wci-sb-overlay > .wci-panel {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
}

/* WCI-SB-ICONS */

.wci-sidebar.wci-sb-icons > .wci-panel > .wci-content {
	right: auto;
	left: 0px;
}
.wci-sidebar.wci-sb-overlay.wci-sb-icons {
	padding-left: 50px;			/* Sidebar: icons width */
}
.wci-sidebar.wci-sb-collapsed.wci-sb-icons {
	padding-right: 50px;			/* Sidebar: icons width */
}
.wci-sidebar.wci-sb-collapsed.wci-sb-overlay.wci-sb-icons {
	padding-right: 0px;
}
.wci-sidebar.wci-sb-collapsed.wci-sb-icons > .wci-panel {
	width: 50px;				/* Sidebar: icons width */
}

/* WCI-MENUBAR */

.wci-menubar.popup {
	min-width: 200px; 			/* SIDEBAR WIDTH */
}

.wci-menubar > .wci-item {
	overflow: hidden;
}

.wci-menubar > .wci-item > a.wci-link {
	overflow:hidden;	
	text-overflow:ellipsis;
	vertical-align:top;
}

.wci-menubar > .wci-item > .wci-content > a.wci-subitem {
	padding-left: 50px;			/* Sidebar: icons width */
	overflow: hidden;
	text-overflow: ellipsis;
}

/* STYLE BLOCK "WCI-TOPHEADER" (6EDB::3256::6EDB::725) */

.wci-topheader {
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.wci-topheader > .wci-content {
	height: 100%;
}

/* STYLE BLOCK "WCI-MENUBAR" (6EDB::3256::6EDB::737) */

/* WCI-MENUBAR BASE */

.wci-menubar {
	display:block;
}

.wci-menubar.popup {
	position:absolute;
	height:auto;
	z-index:100;
}

.wci-menubar > .wci-item,
.wci-menubar > .wci-item > a.wci-link,
.wci-menubar > .wci-item > .wci-content {
	white-space:nowrap;
	width:100%;
	box-sizing: border-box;
}

.wci-menubar > .wci-item > a.wci-link {
	text-decoration:none;
	display:inline-block;
	line-height: 45px;				/* Sidebar: icons width */
}

.wci-menubar > .wci-item > a.wci-link > .wci-icon {
	display:inline-block;
	text-align: center;
	width: 50px;					/* Sidebar: icons width */
	font-size:16px;
}

.wci-menubar > .wci-item > a.wci-link.wci-active + .wci-content {
	display:block;
	overflow: auto;
}

.wci-menubar > .wci-item > .wci-content > a.wci-subitem {
	line-height: 30px;
	text-decoration:none;
	display:block;
}

/* popup */

.wci-menubar.popup > .wci-item > a.wci-link,
.wci-menubar.popup > .wci-item > .wci-content > a.wci-subitem {
	padding-left: 5px;
}

/* WCI-MENU */

.wci-menubar > .wci-item.wci-menu > a.wci-link:before {
	content: "\f105";
	float: right !important;
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 10px;
}

.wci-menubar > .wci-item.wci-menu > a.wci-link.wci-active:before {
	content: "\f107";
	float: right !important;
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 10px;
}

/* WCI-SIDEBAR */

.wci-menubar > .wci-item > .wci-content,
.wci-sidebar.wci-sb-icons.wci-sb-collapsed .wci-menubar > .wci-item > .wci-content {
	display:none;
}

/* STYLE BLOCK "WCI-HEADER" (6EDB::3256::6EDB::738) */

.wci-header {
	white-space: nowrap;
	display: table-row;	/* IE9- */
	display: flex;		/* not IE9- */
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
}

.wci-header > .wci-first,
.wci-header > .wci-middle,
.wci-header > .wci-last {
	display: table-cell\9;	/* IE9- HACK! */
	box-sizing: border-box;
}

.wci-header > .wci-first {
	flex-grow: 0;
	flex-shrink: 0;
}

.wci-header > .wci-middle {
	flex-grow: 1;
	flex-shrink: 0;
	width: 100%\9;	/* IE9- HACK! */
	text-align: center;
}

.wci-header > .wci-last {
	flex-grow: 0;
	flex-shrink: 1;
}

.device-category-phone .wci-header,
.device-category-tablet .wci-header {
	font-size:16px;
}

.device-category-phone .wci-header i,
.device-category-tablet .wci-header i {
	font-size:18px;
}

/* STYLE BLOCK "WF: Errormessage" (6EDB::3256::6EDB::109) */

.errormessage {background: white;
padding: 25px;
border-radius: 5px;
border: 1px solid #CCC;}
/* STYLE BLOCK "WF: menubuttons" (6EDB::3256::6EDB::204) */

a.widgets-hyperlink.menu-button-link {
	padding-right:20px;
} 

a.menubutton-dropdown-icon:after, .menu-button-link:after {
	content:" ";
	border:4px solid transparent;
	border-top:4px solid #FFF;
	position:absolute;
	top:45%;
	right:9px;
} 

.menu-button-link:after  {
	content:"";
	position:absolute;
	top:45%;
	right:9px;
} 

a.menubutton-dropdown-icon {
	padding-right:25px !important;
	position:relative;
}

/* STYLE BLOCK "WF: Modal frame" (6EDB::3256::6EDB::105) */

.frame {
	position: absolute;
	left: 50%;
	margin-left: -180px;
	top: 120px;
	border: 1px solid #666666;
	width: 150px;
	height: 80px;
	overflow: hidden;
	z-index: 2000;
}

/* STYLE BLOCK "WF: Sort icon" (6EDB::3256::6EDB::321) */

/* separate style block as it is used for both listviews and listboxes */

.sorticon {
	font-family: Courier;
	font-size: 10pt;
	color: #707070;
	margin-left: 4px;
}

/* STYLE BLOCK "Icons monochrome" (6EDB::3256::6EDB::201) */

.monochrome-icon img {
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */ 
	vertical-align:text-bottom;
}

.monochrome-icon img:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */ 

}

.monochrome-icon i {
	color: #808080;
}

.monochrome-icon i:hover {
	color: #505050;
}

/* STYLE BLOCK "Displays" (6EDB::3256::6EDB::205) */


/*/------------------------/ Displays /------------------------/*/

.wf-info,
.wf-alert,
.wf-error,
.wf-success {
	border-radius: 3px;
	border: 1px solid black;
	padding: 4px;
	margin: 2px;
	white-space: normal;
	color: black;
}

.wf-info {
	border: 1px solid #3A85FF;
	background-color: #C9DDFF;
}

.wf-alert {
	border: 1px solid #CC8616;
	background-color: #FFE4AB;
}

.wf-error {
	border: 1px solid red;
	background-color: #FFE0E0;
}

.wf-success {
	background-color: #CAE099;
	border-color: #4F7305;
}
/* STYLE BLOCK "Controls" (6EDB::3256::6EDB::206) */

i.icon,
a i.icon {
	display: inline-block;
	text-align: center;
}

/* STYLE BLOCK "Base" (6EDB::3256::6EDB::214) */

#WebFramework.vflex,
.control-full-height {
	height: 100%;
}

/* explicit hidden CSS class to circumvent issues with jQuery
adding an inline display-property to elements (caused by hiding/
showing elements while they're not yet part of the document) */
.hidden {
	display: none !important;
}


body.busy,
body.busy label {
	cursor: progress !important;
}

/* STYLE BLOCK "Toolbar (sidebar override)" (6EDB::3256::6EDB::941) */

.wf-toolbar {
	padding-top: 0px;
	padding-bottom: 0px;
}
/* STYLE BLOCK "Toolbar.Plain" (6EDB::3256::6EDB::723) */

.wf-toolbar.wf-style-toolbar-plain {
	border: 1px solid #ddd;
}
/* STYLE BLOCK "Toolbar.Button" (6EDB::3256::6EDB::661) */

.wf-toolbar.wf-style-toolbar-button a.wf-cmditem,
.wf-toolbar.wf-style-toolbar-button div.wf-cmditem,
.wf-toolbar.wf-style-toolbar-button .wf-cmditem-separator {
	margin-right: 5px;
}

.wf-toolbar.wf-style-toolbar-button a.wf-cmditem {
	box-shadow:2px 2px 4px #f2f2f2;
	padding:1px 7px;
	border:1px solid #CCCCCC;
	border-radius:2px;
	background-color:#F9F9F9;
	color:#444444;
}
.wf-toolbar.wf-style-toolbar-button a.wf-cmditem span.wf-cmditem-label {
	padding: 0px 5px;
}
.wf-toolbar.wf-style-toolbar-button a.wf-cmditem:hover {
	box-shadow:none;
}
/* STYLE BLOCK "Toolbar.Colored" (6EDB::3256::6EDB::665) */

.wf-toolbar.wf-style-toolbar-colored a.wf-cmditem,
.wf-toolbar.wf-style-toolbar-colored div.wf-cmditem {
	margin-left:3px;
}

/* STYLE BLOCK "Toolbar.Topheader" (6EDB::3256::6EDB::734) */

/* Alléén van toepassing op Toolbar */

.wf-toolbar.wf-style-toolbar-topheader a.wf-cmditem,
.wf-toolbar.wf-style-toolbar-topheader div.wf-cmditem,
.wf-toolbar.wf-style-toolbar-topheader a.wf-cmditem:hover,
.wf-toolbar.wf-style-toolbar-topheader div.wf-cmditem:hover {
	padding: 0px 10px 0px;
	border: 0px;
	outline: 0px;
}

.wf-toolbar.wf-style-toolbar-topheader a.wf-cmditem,
.wf-toolbar.wf-style-toolbar-topheader a.wf-cmditem:hover,  
.wf-toolbar.wf-style-toolbar-topheader a.wf-cmditem > .wf-cmditem-icon > i {
	color: #FFFFFF;
}

.wf-style-toolbar-topheader a.wf-cmditem > .wf-cmditem-dropdown {
	padding-left: 5px;
}

/* STYLE BLOCK "Toolbar.Topheader.Fontawesome" (6EDB::3256::6EDB::739) */

/* STYLE BLOCK "FontAwesome" (6EDB::3256::6EDB::236) */

@font-face {font-family:FontAwesome;src:url('/fonts/FontAwesome/fontawesome-webfont.eot?v=v4.7.0');src:url('/fonts/FontAwesome/fontawesome-webfont.eot?v=v4.7.0?#iefix') format('embedded-opentype'),url('/fonts/FontAwesome/fontawesome-webfont.woff2?v=v4.7.0') format('woff2'),url('/fonts/FontAwesome/fontawesome-webfont.woff?v=v4.7.0') format('woff'),url('/fonts/FontAwesome/FontAwesome.otf?v=v4.7.0?#iefix') format('opentype'),url('/fonts/FontAwesome/fontawesome-webfont.ttf?v=v4.7.0') format('truetype'),url('/fonts/FontAwesome/fontawesome-webfont.svg?v=v4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}

.fontawesomeregular-icon-calendar:before { content: "\f073";}
.fontawesomeregular-icon-calendar-empty:before { content: "\f133";}
.fontawesomeregular-icon-bug:before { content: "\f188";}
.fontawesomeregular-icon-bookmark:before { content: "\f02e";}
.fontawesomeregular-icon-comment-alt:before { content: "\f0e5";}
.fontawesomeregular-icon-ellipsis-horizontal:before { content: "\f141";}
.fontawesomeregular-icon-bullhorn:before { content: "\f0a1";}
.fontawesomeregular-icon-briefcase:before { content: "\f0b1";}
.fontawesomeregular-icon-book:before { content: "\f02d";}
.fontawesomeregular-icon-comments:before { content: "\f086";}
.fontawesomeregular-icon-cog:before { content: "\f013";}
.fontawesomeregular-icon-ellipsis-vertical:before { content: "\f142";}
.fontawesomeregular-icon-bar-chart:before { content: "\f080";}
.fontawesomeregular-icon-cogs:before { content: "\f085";}
.fontawesomeregular-icon-envelope:before { content: "\f003";}
.fontawesomeregular-icon-envelope-alt:before { content: "\f0e0";}
.fontawesomeregular-icon-exclamation:before { content: "\f12a";}
.fontawesomeregular-icon-edit:before { content: "\f044";}
.fontawesomeregular-icon-desktop:before { content: "\f108";}
.fontawesomeregular-icon-circle:before { content: "\f111";}
.fontawesomeregular-icon-flag:before { content: "\f024";}
.fontawesomeregular-icon-flag-alt:before { content: "\f11d";}
.fontawesomeregular-icon-inbox:before { content: "\f01c";}
.fontawesomeregular-icon-key:before { content: "\f084";}
.fontawesomeregular-icon-info-sign:before { content: "\f05a";}
.fontawesomeregular-icon-home:before { content: "\f015";}
.fontawesomeregular-icon-folder-open:before { content: "\f07c";}
.fontawesomeregular-icon-remove:before { content: "\f00d";}
.fontawesomeregular-icon-caret-right:before { content: "\f0da";}
.fontawesomeregular-icon-wrench:before { content: "\f0ad";}
.fontawesomeregular-icon-reorder:before { content: "\f0c9";}
.fontawesomeregular-icon-time:before { content: "\f017";}
.fontawesomeregular-icon-group:before { content: "\f0c0";}
.fontawesomeregular-icon-chevron-left:before { content: "\f053";}
.fontawesomeregular-icon-chevron-right:before { content: "\f054";}
.fontawesomeregular-icon-caret-down:before { content: "\f0d7";}
.fontawesomeregular-icon-check:before { content: "\f046";}
.fontawesomeregular-icon-glass:before { content: "\f000";}
.fontawesomeregular-icon-music:before { content: "\f001";}
.fontawesomeregular-icon-search:before { content: "\f002";}
.fontawesomeregular-icon-heart:before { content: "\f004";}
.fontawesomeregular-icon-star:before { content: "\f005";}
.fontawesomeregular-icon-star-empty:before { content: "\f006";}
.fontawesomeregular-icon-user:before { content: "\f007";}
.fontawesomeregular-icon-film:before { content: "\f008";}
.fontawesomeregular-icon-th-large:before { content: "\f009";}
.fontawesomeregular-icon-th:before { content: "\f00a";}
.fontawesomeregular-icon-th-list:before { content: "\f00b";}
.fontawesomeregular-icon-ok:before { content: "\f00c";}
.fontawesomeregular-icon-zoom-in:before { content: "\f00e";}
.fontawesomeregular-icon-zoom-out:before { content: "\f010";}
.fontawesomeregular-icon-off:before { content: "\f011";}
.fontawesomeregular-icon-signal:before { content: "\f012";}
.fontawesomeregular-icon-trash:before { content: "\f014";}
.fontawesomeregular-icon-file:before { content: "\f016";}
.fontawesomeregular-icon-road:before { content: "\f018";}
.fontawesomeregular-icon-download-alt:before { content: "\f019";}
.fontawesomeregular-icon-download:before { content: "\f01a";}
.fontawesomeregular-icon-upload:before { content: "\f01b";}
.fontawesomeregular-icon-play-circle:before { content: "\f01d";}
.fontawesomeregular-icon-rotate-right:before { content: "\f01e";}
.fontawesomeregular-icon-refresh:before { content: "\f021";}
.fontawesomeregular-icon-list-alt:before { content: "\f022";}
.fontawesomeregular-icon-lock:before { content: "\f023";}
.fontawesomeregular-icon-headphones:before { content: "\f025";}
.fontawesomeregular-icon-volume-off:before { content: "\f026";}
.fontawesomeregular-icon-volume-down:before { content: "\f027";}
.fontawesomeregular-icon-volume-up:before { content: "\f028";}
.fontawesomeregular-icon-qrcode:before { content: "\f029";}
.fontawesomeregular-icon-barcode:before { content: "\f02a";}
.fontawesomeregular-icon-tag:before { content: "\f02b";}
.fontawesomeregular-icon-tags:before { content: "\f02c";}
.fontawesomeregular-icon-print:before { content: "\f02f";}
.fontawesomeregular-icon-camera:before { content: "\f030";}
.fontawesomeregular-icon-font:before { content: "\f031";}
.fontawesomeregular-icon-bold:before { content: "\f032";}
.fontawesomeregular-icon-italic:before { content: "\f033";}
.fontawesomeregular-icon-text-height:before { content: "\f034";}
.fontawesomeregular-icon-text-width:before { content: "\f035";}
.fontawesomeregular-icon-align-left:before { content: "\f036";}
.fontawesomeregular-icon-align-center:before { content: "\f037";}
.fontawesomeregular-icon-align-right:before { content: "\f038";}
.fontawesomeregular-icon-align-justify:before { content: "\f039";}
.fontawesomeregular-icon-list:before { content: "\f03a";}
.fontawesomeregular-icon-indent-left:before { content: "\f03b";}
.fontawesomeregular-icon-indent-right:before { content: "\f03c";}
.fontawesomeregular-icon-facetime-video:before { content: "\f03d";}
.fontawesomeregular-icon-picture:before { content: "\f03e";}
.fontawesomeregular-icon-pencil:before { content: "\f040";}
.fontawesomeregular-icon-map-marker:before { content: "\f041";}
.fontawesomeregular-icon-adjust:before { content: "\f042";}
.fontawesomeregular-icon-tint:before { content: "\f043";}
.fontawesomeregular-icon-share:before { content: "\f045";}
.fontawesomeregular-icon-move:before { content: "\f047";}
.fontawesomeregular-icon-step-backward:before { content: "\f048";}
.fontawesomeregular-icon-fast-backward:before { content: "\f049";}
.fontawesomeregular-icon-backward:before { content: "\f04a";}
.fontawesomeregular-icon-play:before { content: "\f04b";}
.fontawesomeregular-icon-pause:before { content: "\f04c";}
.fontawesomeregular-icon-stop:before { content: "\f04d";}
.fontawesomeregular-icon-forward:before { content: "\f04e";}
.fontawesomeregular-icon-fast-forward:before { content: "\f050";}
.fontawesomeregular-icon-step-forward:before { content: "\f051";}
.fontawesomeregular-icon-eject:before { content: "\f052";}
.fontawesomeregular-icon-plus-sign:before { content: "\f055";}
.fontawesomeregular-icon-minus-sign:before { content: "\f056";}
.fontawesomeregular-icon-remove-sign:before { content: "\f057";}
.fontawesomeregular-icon-ok-sign:before { content: "\f058";}
.fontawesomeregular-icon-question-sign:before { content: "\f059";}
.fontawesomeregular-icon-screenshot:before { content: "\f05b";}
.fontawesomeregular-icon-remove-circle:before { content: "\f05c";}
.fontawesomeregular-icon-ok-circle:before { content: "\f05d";}
.fontawesomeregular-icon-ban-circle:before { content: "\f05e";}
.fontawesomeregular-icon-arrow-left:before { content: "\f060";}
.fontawesomeregular-icon-arrow-right:before { content: "\f061";}
.fontawesomeregular-icon-arrow-up:before { content: "\f062";}
.fontawesomeregular-icon-arrow-down:before { content: "\f063";}
.fontawesomeregular-icon-mail-forward:before { content: "\f064";}
.fontawesomeregular-icon-resize-full:before { content: "\f065";}
.fontawesomeregular-icon-resize-small:before { content: "\f066";}
.fontawesomeregular-icon-plus:before { content: "\f067";}
.fontawesomeregular-icon-minus:before { content: "\f068";}
.fontawesomeregular-icon-asterisk:before { content: "\f069";}
.fontawesomeregular-icon-exclamation-sign:before { content: "\f06a";}
.fontawesomeregular-icon-gift:before { content: "\f06b";}
.fontawesomeregular-icon-leaf:before { content: "\f06c";}
.fontawesomeregular-icon-fire:before { content: "\f06d";}
.fontawesomeregular-icon-eye-open:before { content: "\f06e";}
.fontawesomeregular-icon-eye-close:before { content: "\f070";}
.fontawesomeregular-icon-warning-sign:before { content: "\f071";}
.fontawesomeregular-icon-plane:before { content: "\f072";}
.fontawesomeregular-icon-random:before { content: "\f074";}
.fontawesomeregular-icon-comment:before { content: "\f075";}
.fontawesomeregular-icon-magnet:before { content: "\f076";}
.fontawesomeregular-icon-chevron-up:before { content: "\f077";}
.fontawesomeregular-icon-chevron-down:before { content: "\f078";}
.fontawesomeregular-icon-retweet:before { content: "\f079";}
.fontawesomeregular-icon-shopping-cart:before { content: "\f07a";}
.fontawesomeregular-icon-folder-close:before { content: "\f07b";}
.fontawesomeregular-icon-resize-vertical:before { content: "\f07d";}
.fontawesomeregular-icon-resize-horizontal:before { content: "\f07e";}
.fontawesomeregular-icon-twitter-sign:before { content: "\f081";}
.fontawesomeregular-icon-facebook-sign:before { content: "\f082";}
.fontawesomeregular-icon-camera-retro:before { content: "\f083";}
.fontawesomeregular-icon-thumbs-up:before { content: "\f087";}
.fontawesomeregular-icon-thumbs-down:before { content: "\f088";}
.fontawesomeregular-icon-star-half:before { content: "\f089";}
.fontawesomeregular-icon-heart-empty:before { content: "\f08a";}
.fontawesomeregular-icon-signout:before { content: "\f08b";}
.fontawesomeregular-icon-linkedin-sign:before { content: "\f08c";}
.fontawesomeregular-icon-pushpin:before { content: "\f08d";}
.fontawesomeregular-icon-external-link:before { content: "\f08e";}
.fontawesomeregular-icon-signin:before { content: "\f090";}
.fontawesomeregular-icon-trophy:before { content: "\f091";}
.fontawesomeregular-icon-github-sign:before { content: "\f092";}
.fontawesomeregular-icon-upload-alt:before { content: "\f093";}
.fontawesomeregular-icon-lemon:before { content: "\f094";}
.fontawesomeregular-icon-phone:before { content: "\f095";}
.fontawesomeregular-icon-check-empty:before { content: "\f096";}
.fontawesomeregular-icon-bookmark-empty:before { content: "\f097";}
.fontawesomeregular-icon-phone-sign:before { content: "\f098";}
.fontawesomeregular-icon-twitter:before { content: "\f099";}
.fontawesomeregular-icon-facebook:before { content: "\f09a";}
.fontawesomeregular-icon-github:before { content: "\f09b";}
.fontawesomeregular-icon-unlock:before { content: "\f09c";}
.fontawesomeregular-icon-credit-card:before { content: "\f09d";}
.fontawesomeregular-icon-rss:before { content: "\f09e";}
.fontawesomeregular-icon-hdd:before { content: "\f0a0";}
.fontawesomeregular-icon-bell:before { content: "\f0a2";}
.fontawesomeregular-icon-certificate:before { content: "\f0a3";}
.fontawesomeregular-icon-hand-right:before { content: "\f0a4";}
.fontawesomeregular-icon-hand-left:before { content: "\f0a5";}
.fontawesomeregular-icon-hand-up:before { content: "\f0a6";}
.fontawesomeregular-icon-hand-down:before { content: "\f0a7";}
.fontawesomeregular-icon-circle-arrow-left:before { content: "\f0a8";}
.fontawesomeregular-icon-circle-arrow-right:before { content: "\f0a9";}
.fontawesomeregular-icon-circle-arrow-up:before { content: "\f0aa";}
.fontawesomeregular-icon-circle-arrow-down:before { content: "\f0ab";}
.fontawesomeregular-icon-globe:before { content: "\f0ac";}
.fontawesomeregular-icon-tasks:before { content: "\f0ae";}
.fontawesomeregular-icon-filter:before { content: "\f0b0";}
.fontawesomeregular-icon-fullscreen:before { content: "\f0b2";}
.fontawesomeregular-icon-link:before { content: "\f0c1";}
.fontawesomeregular-icon-cloud:before { content: "\f0c2";}
.fontawesomeregular-icon-beaker:before { content: "\f0c3";}
.fontawesomeregular-icon-cut:before { content: "\f0c4";}
.fontawesomeregular-icon-copy:before { content: "\f0c5";}
.fontawesomeregular-icon-paper-clip:before { content: "\f0c6";}
.fontawesomeregular-icon-save:before { content: "\f0c7";}
.fontawesomeregular-icon-sign-blank:before { content: "\f0c8";}
.fontawesomeregular-icon-list-ul:before { content: "\f0ca";}
.fontawesomeregular-icon-list-ol:before { content: "\f0cb";}
.fontawesomeregular-icon-strikethrough:before { content: "\f0cc";}
.fontawesomeregular-icon-underline:before { content: "\f0cd";}
.fontawesomeregular-icon-table:before { content: "\f0ce";}
.fontawesomeregular-icon-magic:before { content: "\f0d0";}
.fontawesomeregular-icon-truck:before { content: "\f0d1";}
.fontawesomeregular-icon-pinterest:before { content: "\f0d2";}
.fontawesomeregular-icon-pinterest-sign:before { content: "\f0d3";}
.fontawesomeregular-icon-google-plus-sign:before { content: "\f0d4";}
.fontawesomeregular-icon-google-plus:before { content: "\f0d5";}
.fontawesomeregular-icon-money:before { content: "\f0d6";}
.fontawesomeregular-icon-caret-up:before { content: "\f0d8";}
.fontawesomeregular-icon-caret-left:before { content: "\f0d9";}
.fontawesomeregular-icon-columns:before { content: "\f0db";}
.fontawesomeregular-icon-sort:before { content: "\f0dc";}
.fontawesomeregular-icon-sort-down:before { content: "\f0dd";}
.fontawesomeregular-icon-sort-up:before { content: "\f0de";}
.fontawesomeregular-icon-linkedin:before { content: "\f0e1";}
.fontawesomeregular-icon-rotate-left:before { content: "\f0e2";}
.fontawesomeregular-icon-legal:before { content: "\f0e3";}
.fontawesomeregular-icon-dashboard:before { content: "\f0e4";}
.fontawesomeregular-icon-comments-alt:before { content: "\f0e6";}
.fontawesomeregular-icon-bolt:before { content: "\f0e7";}
.fontawesomeregular-icon-sitemap:before { content: "\f0e8";}
.fontawesomeregular-icon-umbrella:before { content: "\f0e9";}
.fontawesomeregular-icon-paste:before { content: "\f0ea";}
.fontawesomeregular-icon-lightbulb:before { content: "\f0eb";}
.fontawesomeregular-icon-exchange:before { content: "\f0ec";}
.fontawesomeregular-icon-cloud-download:before { content: "\f0ed";}
.fontawesomeregular-icon-cloud-upload:before { content: "\f0ee";}
.fontawesomeregular-icon-user-md:before { content: "\f0f0";}
.fontawesomeregular-icon-stethoscope:before { content: "\f0f1";}
.fontawesomeregular-icon-suitcase:before { content: "\f0f2";}
.fontawesomeregular-icon-bell-alt:before { content: "\f0f3";}
.fontawesomeregular-icon-coffee:before { content: "\f0f4";}
.fontawesomeregular-icon-food:before { content: "\f0f5";}
.fontawesomeregular-icon-file-alt:before { content: "\f0f6";}
.fontawesomeregular-icon-building:before { content: "\f0f7";}
.fontawesomeregular-icon-hospital:before { content: "\f0f8";}
.fontawesomeregular-icon-ambulance:before { content: "\f0f9";}
.fontawesomeregular-icon-medkit:before { content: "\f0fa";}
.fontawesomeregular-icon-fighter-jet:before { content: "\f0fb";}
.fontawesomeregular-icon-beer:before { content: "\f0fc";}
.fontawesomeregular-icon-h-sign:before { content: "\f0fd";}
.fontawesomeregular-icon-plus-sign-alt:before { content: "\f0fe";}
.fontawesomeregular-icon-double-angle-left:before { content: "\f100";}
.fontawesomeregular-icon-double-angle-right:before { content: "\f101";}
.fontawesomeregular-icon-double-angle-up:before { content: "\f102";}
.fontawesomeregular-icon-double-angle-down:before { content: "\f103";}
.fontawesomeregular-icon-angle-left:before { content: "\f104";}
.fontawesomeregular-icon-angle-right:before { content: "\f105";}
.fontawesomeregular-icon-angle-up:before { content: "\f106";}
.fontawesomeregular-icon-angle-down:before { content: "\f107";}
.fontawesomeregular-icon-laptop:before { content: "\f109";}
.fontawesomeregular-icon-tablet:before { content: "\f10a";}
.fontawesomeregular-icon-mobile-phone:before { content: "\f10b";}
.fontawesomeregular-icon-circle-blank:before { content: "\f10c";}
.fontawesomeregular-icon-quote-left:before { content: "\f10d";}
.fontawesomeregular-icon-quote-right:before { content: "\f10e";}
.fontawesomeregular-icon-spinner:before { content: "\f110";}
.fontawesomeregular-icon-mail-reply:before { content: "\f112";}
.fontawesomeregular-icon-folder-close-alt:before { content: "\f114";}
.fontawesomeregular-icon-folder-open-alt:before { content: "\f115";}
.fontawesomeregular-icon-smile:before { content: "\f118";}
.fontawesomeregular-icon-frown:before { content: "\f119";}
.fontawesomeregular-icon-meh:before { content: "\f11a";}
.fontawesomeregular-icon-gamepad:before { content: "\f11b";}
.fontawesomeregular-icon-keyboard:before { content: "\f11c";}
.fontawesomeregular-icon-flag-checkered:before { content: "\f11e";}
.fontawesomeregular-icon-terminal:before { content: "\f120";}
.fontawesomeregular-icon-code:before { content: "\f121";}
.fontawesomeregular-icon-reply-all:before { content: "\f122";}
.fontawesomeregular-icon-mail-reply-all:before { content: "\f122";}
.fontawesomeregular-icon-star-half-empty:before { content: "\f123";}
.fontawesomeregular-icon-location-arrow:before { content: "\f124";}
.fontawesomeregular-icon-crop:before { content: "\f125";}
.fontawesomeregular-icon-code-fork:before { content: "\f126";}
.fontawesomeregular-icon-unlink:before { content: "\f127";}
.fontawesomeregular-icon-question:before { content: "\f128";}
.fontawesomeregular-icon-info:before { content: "\f129";}
.fontawesomeregular-icon-superscript:before { content: "\f12b";}
.fontawesomeregular-icon-subscript:before { content: "\f12c";}
.fontawesomeregular-icon-eraser:before { content: "\f12d";}
.fontawesomeregular-icon-puzzle-piece:before { content: "\f12e";}
.fontawesomeregular-icon-microphone:before { content: "\f130";}
.fontawesomeregular-icon-microphone-off:before { content: "\f131";}
.fontawesomeregular-icon-shield:before { content: "\f132";}
.fontawesomeregular-icon-fire-extinguisher:before { content: "\f134";}
.fontawesomeregular-icon-rocket:before { content: "\f135";}
.fontawesomeregular-icon-maxcdn:before { content: "\f136";}
.fontawesomeregular-icon-chevron-sign-left:before { content: "\f137";}
.fontawesomeregular-icon-chevron-sign-right:before { content: "\f138";}
.fontawesomeregular-icon-chevron-sign-up:before { content: "\f139";}
.fontawesomeregular-icon-chevron-sign-down:before { content: "\f13a";}
.fontawesomeregular-icon-html5:before { content: "\f13b";}
.fontawesomeregular-icon-css3:before { content: "\f13c";}
.fontawesomeregular-icon-anchor:before { content: "\f13d";}
.fontawesomeregular-icon-unlock-alt:before { content: "\f13e";}
.fontawesomeregular-icon-bullseye:before { content: "\f140";}
.fontawesomeregular-icon-rss-sign:before { content: "\f143";}
.fontawesomeregular-icon-play-sign:before { content: "\f144";}
.fontawesomeregular-icon-ticket:before { content: "\f145";}
.fontawesomeregular-icon-minus-sign-alt:before { content: "\f146";}
.fontawesomeregular-icon-check-minus:before { content: "\f147";}
.fontawesomeregular-icon-level-up:before { content: "\f148";}
.fontawesomeregular-icon-level-down:before { content: "\f149";}
.fontawesomeregular-icon-check-sign:before { content: "\f14a";}
.fontawesomeregular-icon-edit-sign:before { content: "\f14b";}
.fontawesomeregular-icon-external-link-sign:before { content: "\f14c";}
.fontawesomeregular-icon-share-sign:before { content: "\f14d";}
.fontawesomeregular-icon-plus-square-o:before { content: "\f196";}
.fontawesomeregular-icon-github-alt:before { content: "\f113";}
.fontawesomeregular-icon-compass:before { content: "\f14e";}
.fontawesomeregular-icon-caret-square-o-down:before { content: "\f150";}
.fontawesomeregular-icon-caret-square-o-up:before { content: "\f151";}
.fontawesomeregular-icon-caret-square-o-right:before { content: "\f152";}
.fontawesomeregular-icon-eur:before { content: "\f153";}
.fontawesomeregular-icon-gbp:before { content: "\f154";}
.fontawesomeregular-icon-usd:before { content: "\f155";}
.fontawesomeregular-icon-inr:before { content: "\f156";}
.fontawesomeregular-icon-jpy:before { content: "\f157";}
.fontawesomeregular-icon-rub:before { content: "\f158";}
.fontawesomeregular-icon-krw:before { content: "\f159";}
.fontawesomeregular-icon-btc:before { content: "\f15a";}
.fontawesomeregular-icon-file-2:before { content: "\f15b";}
.fontawesomeregular-icon-file-text:before { content: "\f15c";}
.fontawesomeregular-icon-sort-alpha-asc:before { content: "\f15d";}
.fontawesomeregular-icon-sort-alpha-desc:before { content: "\f15e";}
.fontawesomeregular-icon-sort-amount-asc:before { content: "\f160";}
.fontawesomeregular-icon-sort-amount-desc:before { content: "\f161";}
.fontawesomeregular-icon-sort-numeric-asc:before { content: "\f162";}
.fontawesomeregular-icon-sort-numeric-desc:before { content: "\f163";}
.fontawesomeregular-icon-thumbs-up-2:before { content: "\f164";}
.fontawesomeregular-icon-thumbs-down-2:before { content: "\f165";}
.fontawesomeregular-icon-youtube-square:before { content: "\f166";}
.fontawesomeregular-icon-youtube:before { content: "\f167";}
.fontawesomeregular-icon-xing:before { content: "\f168";}
.fontawesomeregular-icon-xing-square:before { content: "\f169";}
.fontawesomeregular-icon-youtube-play:before { content: "\f16a";}
.fontawesomeregular-icon-dropbox:before { content: "\f16b";}
.fontawesomeregular-icon-stack-overflow:before { content: "\f16c";}
.fontawesomeregular-icon-instagram:before { content: "\f16d";}
.fontawesomeregular-icon-flickr:before { content: "\f16e";}
.fontawesomeregular-icon-adn:before { content: "\f170";}
.fontawesomeregular-icon-bitbucket:before { content: "\f171";}
.fontawesomeregular-icon-bitbucket-square:before { content: "\f172";}
.fontawesomeregular-icon-tumblr:before { content: "\f173";}
.fontawesomeregular-icon-tumblr-square:before { content: "\f174";}
.fontawesomeregular-icon-long-arrow-down:before { content: "\f175";}
.fontawesomeregular-icon-long-arrow-up:before { content: "\f176";}
.fontawesomeregular-icon-long-arrow-left:before { content: "\f177";}
.fontawesomeregular-icon-long-arrow-right:before { content: "\f178";}
.fontawesomeregular-icon-apple:before { content: "\f179";}
.fontawesomeregular-icon-windows:before { content: "\f17a";}
.fontawesomeregular-icon-android:before { content: "\f17b";}
.fontawesomeregular-icon-linux:before { content: "\f17c";}
.fontawesomeregular-icon-dribbble:before { content: "\f17d";}
.fontawesomeregular-icon-skype:before { content: "\f17e";}
.fontawesomeregular-icon-foursquare:before { content: "\f180";}
.fontawesomeregular-icon-trello:before { content: "\f181";}
.fontawesomeregular-icon-female:before { content: "\f182";}
.fontawesomeregular-icon-male:before { content: "\f183";}
.fontawesomeregular-icon-gratipay:before { content: "\f184";}
.fontawesomeregular-icon-sun-o:before { content: "\f185";}
.fontawesomeregular-icon-moon-o:before { content: "\f186";}
.fontawesomeregular-icon-archive:before { content: "\f187";}
.fontawesomeregular-icon-vk:before { content: "\f189";}
.fontawesomeregular-icon-weibo:before { content: "\f18a";}
.fontawesomeregular-icon-renren:before { content: "\f18b";}
.fontawesomeregular-icon-pagelines:before { content: "\f18c";}
.fontawesomeregular-icon-stack-exchange:before { content: "\f18d";}
.fontawesomeregular-icon-arrow-circle-o-right:before { content: "\f18e";}
.fontawesomeregular-icon-arrow-circle-o-left:before { content: "\f190";}
.fontawesomeregular-icon-caret-square-o-left:before { content: "\f191";}
.fontawesomeregular-icon-dot-circle-o:before { content: "\f192";}
.fontawesomeregular-icon-wheelchair:before { content: "\f193";}
.fontawesomeregular-icon-vimeo-square:before { content: "\f194";}
.fontawesomeregular-icon-try:before { content: "\f195";}
.fontawesomeregular-icon-space-shuttle:before { content: "\f197";}
.fontawesomeregular-icon-slack:before { content: "\f198";}
.fontawesomeregular-icon-envelope-square:before { content: "\f199";}
.fontawesomeregular-icon-wordpress:before { content: "\f19a";}
.fontawesomeregular-icon-openid:before { content: "\f19b";}
.fontawesomeregular-icon-university:before { content: "\f19c";}
.fontawesomeregular-icon-graduation-cap:before { content: "\f19d";}
.fontawesomeregular-icon-yahoo:before { content: "\f19e";}
.fontawesomeregular-icon-google:before { content: "\f1a0";}
.fontawesomeregular-icon-reddit:before { content: "\f1a1";}
.fontawesomeregular-icon-reddit-square:before { content: "\f1a2";}
.fontawesomeregular-icon-stumbleupon-circle:before { content: "\f1a3";}
.fontawesomeregular-icon-stumbleupon:before { content: "\f1a4";}
.fontawesomeregular-icon-delicious:before { content: "\f1a5";}
.fontawesomeregular-icon-digg:before { content: "\f1a6";}
.fontawesomeregular-icon-pied-piper:before { content: "\f2ae";}
.fontawesomeregular-icon-pied-piper-alt:before { content: "\f1a8";}
.fontawesomeregular-icon-drupal:before { content: "\f1a9";}
.fontawesomeregular-icon-joomla:before { content: "\f1aa";}
.fontawesomeregular-icon-language:before { content: "\f1ab";}
.fontawesomeregular-icon-fax:before { content: "\f1ac";}
.fontawesomeregular-icon-building-2:before { content: "\f1ad";}
.fontawesomeregular-icon-child:before { content: "\f1ae";}
.fontawesomeregular-icon-paw:before { content: "\f1b0";}
.fontawesomeregular-icon-spoon:before { content: "\f1b1";}
.fontawesomeregular-icon-cube:before { content: "\f1b2";}
.fontawesomeregular-icon-cubes:before { content: "\f1b3";}
.fontawesomeregular-icon-behance:before { content: "\f1b4";}
.fontawesomeregular-icon-behance-square:before { content: "\f1b5";}
.fontawesomeregular-icon-steam:before { content: "\f1b6";}
.fontawesomeregular-icon-steam-square:before { content: "\f1b7";}
.fontawesomeregular-icon-recycle:before { content: "\f1b8";}
.fontawesomeregular-icon-car:before { content: "\f1b9";}
.fontawesomeregular-icon-taxi:before { content: "\f1ba";}
.fontawesomeregular-icon-tree:before { content: "\f1bb";}
.fontawesomeregular-icon-spotify:before { content: "\f1bc";}
.fontawesomeregular-icon-deviantart:before { content: "\f1bd";}
.fontawesomeregular-icon-soundcloud:before { content: "\f1be";}
.fontawesomeregular-icon-database:before { content: "\f1c0";}
.fontawesomeregular-icon-file-pdf-o:before { content: "\f1c1";}
.fontawesomeregular-icon-file-word-o:before { content: "\f1c2";}
.fontawesomeregular-icon-file-excel-o:before { content: "\f1c3";}
.fontawesomeregular-icon-file-powerpoint-o:before { content: "\f1c4";}
.fontawesomeregular-icon-file-image-o:before { content: "\f1c5";}
.fontawesomeregular-icon-file-archive-o:before { content: "\f1c6";}
.fontawesomeregular-icon-file-audio-o:before { content: "\f1c7";}
.fontawesomeregular-icon-file-video-o:before { content: "\f1c8";}
.fontawesomeregular-icon-file-code-o:before { content: "\f1c9";}
.fontawesomeregular-icon-vine:before { content: "\f1ca";}
.fontawesomeregular-icon-codepen:before { content: "\f1cb";}
.fontawesomeregular-icon-jsfiddle:before { content: "\f1cc";}
.fontawesomeregular-icon-life-ring:before { content: "\f1cd";}
.fontawesomeregular-icon-circle-o-notch:before { content: "\f1ce";}
.fontawesomeregular-icon-rebel:before { content: "\f1d0";}
.fontawesomeregular-icon-empire:before { content: "\f1d1";}
.fontawesomeregular-icon-git-square:before { content: "\f1d2";}
.fontawesomeregular-icon-git:before { content: "\f1d3";}
.fontawesomeregular-icon-hacker-news:before { content: "\f1d4";}
.fontawesomeregular-icon-tencent-weibo:before { content: "\f1d5";}
.fontawesomeregular-icon-qq:before { content: "\f1d6";}
.fontawesomeregular-icon-weixin:before { content: "\f1d7";}
.fontawesomeregular-icon-paper-plane:before { content: "\f1d8";}
.fontawesomeregular-icon-paper-plane-o:before { content: "\f1d9";}
.fontawesomeregular-icon-history:before { content: "\f1da";}
.fontawesomeregular-icon-circle-thin:before { content: "\f1db";}
.fontawesomeregular-icon-header:before { content: "\f1dc";}
.fontawesomeregular-icon-paragraph:before { content: "\f1dd";}
.fontawesomeregular-icon-sliders:before { content: "\f1de";}
.fontawesomeregular-icon-share-alt:before { content: "\f1e0";}
.fontawesomeregular-icon-share-alt-square:before { content: "\f1e1";}
.fontawesomeregular-icon-bomb:before { content: "\f1e2";}
.fontawesomeregular-icon-futbol-o:before { content: "\f1e3";}
.fontawesomeregular-icon-tty:before { content: "\f1e4";}
.fontawesomeregular-icon-binoculars:before { content: "\f1e5";}
.fontawesomeregular-icon-plug:before { content: "\f1e6";}
.fontawesomeregular-icon-slideshare:before { content: "\f1e7";}
.fontawesomeregular-icon-twitch:before { content: "\f1e8";}
.fontawesomeregular-icon-yelp:before { content: "\f1e9";}
.fontawesomeregular-icon-newspaper-o:before { content: "\f1ea";}
.fontawesomeregular-icon-wifi:before { content: "\f1eb";}
.fontawesomeregular-icon-calculator:before { content: "\f1ec";}
.fontawesomeregular-icon-paypal:before { content: "\f1ed";}
.fontawesomeregular-icon-google-wallet:before { content: "\f1ee";}
.fontawesomeregular-icon-cc-visa:before { content: "\f1f0";}
.fontawesomeregular-icon-cc-mastercard:before { content: "\f1f1";}
.fontawesomeregular-icon-cc-discover:before { content: "\f1f2";}
.fontawesomeregular-icon-cc-amex:before { content: "\f1f3";}
.fontawesomeregular-icon-cc-paypal:before { content: "\f1f4";}
.fontawesomeregular-icon-cc-stripe:before { content: "\f1f5";}
.fontawesomeregular-icon-bell-slash:before { content: "\f1f6";}
.fontawesomeregular-icon-bell-slash-o:before { content: "\f1f7";}
.fontawesomeregular-icon-trash-2:before { content: "\f1f8";}
.fontawesomeregular-icon-copyright:before { content: "\f1f9";}
.fontawesomeregular-icon-at:before { content: "\f1fa";}
.fontawesomeregular-icon-eyedropper:before { content: "\f1fb";}
.fontawesomeregular-icon-paint-brush:before { content: "\f1fc";}
.fontawesomeregular-icon-birthday-cake:before { content: "\f1fd";}
.fontawesomeregular-icon-area-chart:before { content: "\f1fe";}
.fontawesomeregular-icon-pie-chart:before { content: "\f200";}
.fontawesomeregular-icon-line-chart:before { content: "\f201";}
.fontawesomeregular-icon-lastfm:before { content: "\f202";}
.fontawesomeregular-icon-lastfm-square:before { content: "\f203";}
.fontawesomeregular-icon-toggle-off:before { content: "\f204";}
.fontawesomeregular-icon-toggle-on:before { content: "\f205";}
.fontawesomeregular-icon-bicycle:before { content: "\f206";}
.fontawesomeregular-icon-bus:before { content: "\f207";}
.fontawesomeregular-icon-ioxhost:before { content: "\f208";}
.fontawesomeregular-icon-angellist:before { content: "\f209";}
.fontawesomeregular-icon-cc:before { content: "\f20a";}
.fontawesomeregular-icon-ils:before { content: "\f20b";}
.fontawesomeregular-icon-meanpath:before { content: "\f20c";}
.fontawesomeregular-icon-buysellads:before { content: "\f20d";}
.fontawesomeregular-icon-connectdevelop:before { content: "\f20e";}
.fontawesomeregular-icon-dashcube:before { content: "\f210";}
.fontawesomeregular-icon-forumbee:before { content: "\f211";}
.fontawesomeregular-icon-leanpub:before { content: "\f212";}
.fontawesomeregular-icon-sellsy:before { content: "\f213";}
.fontawesomeregular-icon-shirtsinbulk:before { content: "\f214";}
.fontawesomeregular-icon-simplybuilt:before { content: "\f215";}
.fontawesomeregular-icon-skyatlas:before { content: "\f216";}
.fontawesomeregular-icon-cart-plus:before { content: "\f217";}
.fontawesomeregular-icon-cart-arrow-down:before { content: "\f218";}
.fontawesomeregular-icon-diamond:before { content: "\f219";}
.fontawesomeregular-icon-ship:before { content: "\f21a";}
.fontawesomeregular-icon-user-secret:before { content: "\f21b";}
.fontawesomeregular-icon-motorcycle:before { content: "\f21c";}
.fontawesomeregular-icon-street-view:before { content: "\f21d";}
.fontawesomeregular-icon-heartbeat:before { content: "\f21e";}
.fontawesomeregular-icon-venus:before { content: "\f221";}
.fontawesomeregular-icon-mars:before { content: "\f222";}
.fontawesomeregular-icon-mercury:before { content: "\f223";}
.fontawesomeregular-icon-transgender:before { content: "\f224";}
.fontawesomeregular-icon-transgender-alt:before { content: "\f225";}
.fontawesomeregular-icon-venus-double:before { content: "\f226";}
.fontawesomeregular-icon-mars-double:before { content: "\f227";}
.fontawesomeregular-icon-venus-mars:before { content: "\f228";}
.fontawesomeregular-icon-mars-stroke:before { content: "\f229";}
.fontawesomeregular-icon-mars-stroke-v:before { content: "\f22a";}
.fontawesomeregular-icon-mars-stroke-h:before { content: "\f22b";}
.fontawesomeregular-icon-neuter:before { content: "\f22c";}
.fontawesomeregular-icon-genderless:before { content: "\f22d";}
.fontawesomeregular-icon-facebook-official:before { content: "\f230";}
.fontawesomeregular-icon-pinterest-p:before { content: "\f231";}
.fontawesomeregular-icon-whatsapp:before { content: "\f232";}
.fontawesomeregular-icon-server:before { content: "\f233";}
.fontawesomeregular-icon-user-plus:before { content: "\f234";}
.fontawesomeregular-icon-user-times:before { content: "\f235";}
.fontawesomeregular-icon-bed:before { content: "\f236";}
.fontawesomeregular-icon-viacoin:before { content: "\f237";}
.fontawesomeregular-icon-train:before { content: "\f238";}
.fontawesomeregular-icon-subway:before { content: "\f239";}
.fontawesomeregular-icon-medium:before { content: "\f23a";}
.fontawesomeregular-icon-y-combinator:before { content: "\f23b";}
.fontawesomeregular-icon-optin-monster:before { content: "\f23c";}
.fontawesomeregular-icon-opencart:before { content: "\f23d";}
.fontawesomeregular-icon-expeditedssl:before { content: "\f23e";}
.fontawesomeregular-icon-battery-full:before { content: "\f240";}
.fontawesomeregular-icon-battery-three-quarters:before { content: "\f241";}
.fontawesomeregular-icon-battery-half:before { content: "\f242";}
.fontawesomeregular-icon-battery-quarter:before { content: "\f243";}
.fontawesomeregular-icon-battery-empty:before { content: "\f244";}
.fontawesomeregular-icon-mouse-pointer:before { content: "\f245";}
.fontawesomeregular-icon-i-cursor:before { content: "\f246";}
.fontawesomeregular-icon-object-group:before { content: "\f247";}
.fontawesomeregular-icon-object-ungroup:before { content: "\f248";}
.fontawesomeregular-icon-sticky-note:before { content: "\f249";}
.fontawesomeregular-icon-sticky-note-o:before { content: "\f24a";}
.fontawesomeregular-icon-cc-jcb:before { content: "\f24b";}
.fontawesomeregular-icon-cc-diners-club:before { content: "\f24c";}
.fontawesomeregular-icon-clone:before { content: "\f24d";}
.fontawesomeregular-icon-balance-scale:before { content: "\f24e";}
.fontawesomeregular-icon-hourglass-o:before { content: "\f250";}
.fontawesomeregular-icon-hourglass-start:before { content: "\f251";}
.fontawesomeregular-icon-hourglass-half:before { content: "\f252";}
.fontawesomeregular-icon-hourglass-end:before { content: "\f253";}
.fontawesomeregular-icon-hourglass:before { content: "\f254";}
.fontawesomeregular-icon-hand-rock-o:before { content: "\f255";}
.fontawesomeregular-icon-hand-paper-o:before { content: "\f256";}
.fontawesomeregular-icon-hand-scissors-o:before { content: "\f257";}
.fontawesomeregular-icon-hand-lizard-o:before { content: "\f258";}
.fontawesomeregular-icon-hand-spock-o:before { content: "\f259";}
.fontawesomeregular-icon-hand-pointer-o:before { content: "\f25a";}
.fontawesomeregular-icon-hand-peace-o:before { content: "\f25b";}
.fontawesomeregular-icon-trademark:before { content: "\f25c";}
.fontawesomeregular-icon-registered:before { content: "\f25d";}
.fontawesomeregular-icon-creative-commons:before { content: "\f25e";}
.fontawesomeregular-icon-gg:before { content: "\f260";}
.fontawesomeregular-icon-gg-circle:before { content: "\f261";}
.fontawesomeregular-icon-tripadvisor:before { content: "\f262";}
.fontawesomeregular-icon-odnoklassniki:before { content: "\f263";}
.fontawesomeregular-icon-odnoklassniki-square:before { content: "\f264";}
.fontawesomeregular-icon-get-pocket:before { content: "\f265";}
.fontawesomeregular-icon-wikipedia-w:before { content: "\f266";}
.fontawesomeregular-icon-safari:before { content: "\f267";}
.fontawesomeregular-icon-chrome:before { content: "\f268";}
.fontawesomeregular-icon-firefox:before { content: "\f269";}
.fontawesomeregular-icon-opera:before { content: "\f26a";}
.fontawesomeregular-icon-internet-explorer:before { content: "\f26b";}
.fontawesomeregular-icon-television:before { content: "\f26c";}
.fontawesomeregular-icon-contao:before { content: "\f26d";}
.fontawesomeregular-icon-500px:before { content: "\f26e";}
.fontawesomeregular-icon-amazon:before { content: "\f270";}
.fontawesomeregular-icon-calendar-plus-o:before { content: "\f271";}
.fontawesomeregular-icon-calendar-minus-o:before { content: "\f272";}
.fontawesomeregular-icon-calendar-times-o:before { content: "\f273";}
.fontawesomeregular-icon-calendar-check-o:before { content: "\f274";}
.fontawesomeregular-icon-industry:before { content: "\f275";}
.fontawesomeregular-icon-map-pin:before { content: "\f276";}
.fontawesomeregular-icon-map-signs:before { content: "\f277";}
.fontawesomeregular-icon-map-o:before { content: "\f278";}
.fontawesomeregular-icon-map:before { content: "\f279";}
.fontawesomeregular-icon-commenting:before { content: "\f27a";}
.fontawesomeregular-icon-commenting-o:before { content: "\f27b";}
.fontawesomeregular-icon-houzz:before { content: "\f27c";}
.fontawesomeregular-icon-vimeo:before { content: "\f27d";}
.fontawesomeregular-icon-black-tie:before { content: "\f27e";}
.fontawesomeregular-icon-fonticons:before { content: "\f280";}
.fontawesomeregular-icon-address-card-o:before { content: "\f2bc";}
.fontawesomeregular-icon-pied-piper-pp:before { content: "\f1a7";}
.fontawesomeregular-icon-reddit-alien:before { content: "\f281";}
.fontawesomeregular-icon-edge:before { content: "\f282";}
.fontawesomeregular-icon-credit-card-alt:before { content: "\f283";}
.fontawesomeregular-icon-codiepie:before { content: "\f284";}
.fontawesomeregular-icon-modx:before { content: "\f285";}
.fontawesomeregular-icon-fort-awesome:before { content: "\f286";}
.fontawesomeregular-icon-usb:before { content: "\f287";}
.fontawesomeregular-icon-product-hunt:before { content: "\f288";}
.fontawesomeregular-icon-mixcloud:before { content: "\f289";}
.fontawesomeregular-icon-scribd:before { content: "\f28a";}
.fontawesomeregular-icon-pause-circle:before { content: "\f28b";}
.fontawesomeregular-icon-pause-circle-o:before { content: "\f28c";}
.fontawesomeregular-icon-stop-circle:before { content: "\f28d";}
.fontawesomeregular-icon-stop-circle-o:before { content: "\f28e";}
.fontawesomeregular-icon-shopping-bag:before { content: "\f290";}
.fontawesomeregular-icon-shopping-basket:before { content: "\f291";}
.fontawesomeregular-icon-hashtag:before { content: "\f292";}
.fontawesomeregular-icon-bluetooth:before { content: "\f293";}
.fontawesomeregular-icon-bluetooth-b:before { content: "\f294";}
.fontawesomeregular-icon-percent:before { content: "\f295";}
.fontawesomeregular-icon-gitlab:before { content: "\f296";}
.fontawesomeregular-icon-wpbeginner:before { content: "\f297";}
.fontawesomeregular-icon-wpforms:before { content: "\f298";}
.fontawesomeregular-icon-envira:before { content: "\f299";}
.fontawesomeregular-icon-universal-access:before { content: "\f29a";}
.fontawesomeregular-icon-wheelchair-alt:before { content: "\f29b";}
.fontawesomeregular-icon-question-circle-o:before { content: "\f29c";}
.fontawesomeregular-icon-blind:before { content: "\f29d";}
.fontawesomeregular-icon-audio-description:before { content: "\f29e";}
.fontawesomeregular-icon-volume-control-phone:before { content: "\f2a0";}
.fontawesomeregular-icon-braille:before { content: "\f2a1";}
.fontawesomeregular-icon-assistive-listening-systems:before { content: "\f2a2";}
.fontawesomeregular-icon-american-sign-language-interpreting:before { content: "\f2a3";}
.fontawesomeregular-icon-deaf:before { content: "\f2a4";}
.fontawesomeregular-icon-glide:before { content: "\f2a5";}
.fontawesomeregular-icon-glide-g:before { content: "\f2a6";}
.fontawesomeregular-icon-sign-language:before { content: "\f2a7";}
.fontawesomeregular-icon-low-vision:before { content: "\f2a8";}
.fontawesomeregular-icon-viadeo:before { content: "\f2a9";}
.fontawesomeregular-icon-viadeo-square:before { content: "\f2aa";}
.fontawesomeregular-icon-snapchat:before { content: "\f2ab";}
.fontawesomeregular-icon-snapchat-ghost:before { content: "\f2ac";}
.fontawesomeregular-icon-snapchat-square:before { content: "\f2ad";}
.fontawesomeregular-icon-first-order:before { content: "\f2b0";}
.fontawesomeregular-icon-yoast:before { content: "\f2b1";}
.fontawesomeregular-icon-themeisle:before { content: "\f2b2";}
.fontawesomeregular-icon-google-plus-official:before { content: "\f2b3";}
.fontawesomeregular-icon-font-awesome:before { content: "\f2b4";}
.fontawesomeregular-icon-handshake-o:before { content: "\f2b5";}
.fontawesomeregular-icon-envelope-open:before { content: "\f2b6";}
.fontawesomeregular-icon-envelope-open-o:before { content: "\f2b7";}
.fontawesomeregular-icon-linode:before { content: "\f2b8";}
.fontawesomeregular-icon-address-book:before { content: "\f2b9";}
.fontawesomeregular-icon-address-book-o:before { content: "\f2ba";}
.fontawesomeregular-icon-address-card:before { content: "\f2bb";}
.fontawesomeregular-icon-user-circle:before { content: "\f2bd";}
.fontawesomeregular-icon-user-circle-o:before { content: "\f2be";}
.fontawesomeregular-icon-user-o:before { content: "\f2c0";}
.fontawesomeregular-icon-id-badge:before { content: "\f2c1";}
.fontawesomeregular-icon-id-card:before { content: "\f2c2";}
.fontawesomeregular-icon-id-card-o:before { content: "\f2c3";}
.fontawesomeregular-icon-quora:before { content: "\f2c4";}
.fontawesomeregular-icon-free-code-camp:before { content: "\f2c5";}
.fontawesomeregular-icon-telegram:before { content: "\f2c6";}
.fontawesomeregular-icon-thermometer-full:before { content: "\f2c7";}
.fontawesomeregular-icon-thermometer-three-quarters:before { content: "\f2c8";}
.fontawesomeregular-icon-thermometer-half:before { content: "\f2c9";}
.fontawesomeregular-icon-thermometer-quarter:before { content: "\f2ca";}
.fontawesomeregular-icon-thermometer-empty:before { content: "\f2cb";}
.fontawesomeregular-icon-shower:before { content: "\f2cc";}
.fontawesomeregular-icon-bath:before { content: "\f2cd";}
.fontawesomeregular-icon-podcast:before { content: "\f2ce";}
.fontawesomeregular-icon-window-maximize:before { content: "\f2d0";}
.fontawesomeregular-icon-window-minimize:before { content: "\f2d1";}
.fontawesomeregular-icon-window-restore:before { content: "\f2d2";}
.fontawesomeregular-icon-window-close:before { content: "\f2d3";}
.fontawesomeregular-icon-window-close-o:before { content: "\f2d4";}
.fontawesomeregular-icon-bandcamp:before { content: "\f2d5";}
.fontawesomeregular-icon-grav:before { content: "\f2d6";}
.fontawesomeregular-icon-etsy:before { content: "\f2d7";}
.fontawesomeregular-icon-imdb:before { content: "\f2d8";}
.fontawesomeregular-icon-ravelry:before { content: "\f2d9";}
.fontawesomeregular-icon-eercast:before { content: "\f2da";}
.fontawesomeregular-icon-microchip:before { content: "\f2db";}
.fontawesomeregular-icon-snowflake-o:before { content: "\f2dc";}
.fontawesomeregular-icon-superpowers:before { content: "\f2dd";}
.fontawesomeregular-icon-wpexplorer:before { content: "\f2de";}
.fontawesomeregular-icon-meetup:before { content: "\f2e0";}

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */

/* FONT AWESOME CORE
 * -------------------------- */
[class^="fontawesomeregular-icon-"],
[class*=" fontawesomeregular-icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="fontawesomeregular-icon-"]:before,
[class*=" fontawesomeregular-icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="fontawesomeregular-icon-"],
a [class*=" fontawesomeregular-icon-"],
a [class^="fontawesomeregular-icon-"]:before,
a [class*=" fontawesomeregular-icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="fontawesomeregular-icon-"].icon-fixed-width,
[class*=" fontawesomeregular-icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="fontawesomeregular-icon-"].icon-fixed-width.icon-large,
[class*=" fontawesomeregular-icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="fontawesomeregular-icon-"].hide,
[class*=" fontawesomeregular-icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="fontawesomeregular-icon-"].pull-left,
[class*=" fontawesomeregular-icon-"].pull-left {
  margin-right: .3em;
}
[class^="fontawesomeregular-icon-"].pull-right,
[class*=" fontawesomeregular-icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="fontawesomeregular-icon-"],
[class*=" fontawesomeregular-icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="fontawesomeregular-icon-"],
.nav-pills > .active > a > [class*=" fontawesomeregular-icon-"],
.nav-list > .active > a > [class^="fontawesomeregular-icon-"],
.nav-list > .active > a > [class*=" fontawesomeregular-icon-"],
.navbar-inverse .nav > .active > a > [class^="fontawesomeregular-icon-"],
.navbar-inverse .nav > .active > a > [class*=" fontawesomeregular-icon-"],
.dropdown-menu > li > a:hover > [class^="fontawesomeregular-icon-"],
.dropdown-menu > li > a:hover > [class*=" fontawesomeregular-icon-"],
.dropdown-menu > .active > a > [class^="fontawesomeregular-icon-"],
.dropdown-menu > .active > a > [class*=" fontawesomeregular-icon-"],
.dropdown-submenu:hover > a > [class^="fontawesomeregular-icon-"],
.dropdown-submenu:hover > a > [class*=" fontawesomeregular-icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="fontawesomeregular-icon-"].icon-large,
.nav [class^="fontawesomeregular-icon-"].icon-large,
.btn [class*=" fontawesomeregular-icon-"].icon-large,
.nav [class*=" fontawesomeregular-icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="fontawesomeregular-icon-"].icon-spin,
.nav [class^="fontawesomeregular-icon-"].icon-spin,
.btn [class*=" fontawesomeregular-icon-"].icon-spin,
.nav [class*=" fontawesomeregular-icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="fontawesomeregular-icon-"],
.nav-pills [class^="fontawesomeregular-icon-"],
.nav-tabs [class*=" fontawesomeregular-icon-"],
.nav-pills [class*=" fontawesomeregular-icon-"],
.nav-tabs [class^="fontawesomeregular-icon-"].icon-large,
.nav-pills [class^="fontawesomeregular-icon-"].icon-large,
.nav-tabs [class*=" fontawesomeregular-icon-"].icon-large,
.nav-pills [class*=" fontawesomeregular-icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="fontawesomeregular-icon-"].pull-left.icon-2x,
.btn [class*=" fontawesomeregular-icon-"].pull-left.icon-2x,
.btn [class^="fontawesomeregular-icon-"].pull-right.icon-2x,
.btn [class*=" fontawesomeregular-icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="fontawesomeregular-icon-"].icon-spin.icon-large,
.btn [class*=" fontawesomeregular-icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-small [class^="fontawesomeregular-icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" fontawesomeregular-icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="fontawesomeregular-icon-"],
.btn.btn-large [class*=" fontawesomeregular-icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-large [class^="fontawesomeregular-icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" fontawesomeregular-icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" fontawesomeregular-icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="fontawesomeregular-icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" fontawesomeregular-icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="fontawesomeregular-icon-"],
.icon-stack [class*=" fontawesomeregular-icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Animated pulsating icon */
.icon-pulse {
  display: inline-block;
  -moz-animation: spin 1s infinite steps(8);
  -o-animation: spin 1s infinite steps(8);
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*.wf-style-toolbar-topheader*/
/* fontawesome*/

/* STYLE BLOCK "WF: controls styling ²" (6EDB::3256::6EDB::181) */

.filtertext {
display: inline-block;
margin-bottom: 0;
margin-right:5px;
vertical-align: middle;
background-color: white;
border: 1px solid #CCC;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
display: inline-block;
height:26px;
color: #555;
vertical-align: middle;
border-radius: 4px;
width:190px;}

/* controls met icon */

.mandatory label {
	color: red;
}
/* STYLE BLOCK "{*WF: tabcontainer header only*}" (6EDB::3256::6EDB::217) */

.tabs-header-only.widgets-tabcontainer .dialog {
	padding:10 0px 0px 0px;
	border:0px;
}

.tabs-header-only.widgets-tabcontainer ul {
	padding-left:10px;
	border-bottom:1px solid #CCC;
}
/* STYLE BLOCK "WF: Modal dialog overflow auto" (6EDB::3256::6EDB::474) */

/* This style is required in template where html or body elements have overflow hidden (used in template with absolute positioning methods for global layouting */

.modal {
	overflow: auto;
}
/* STYLE BLOCK "Representation control compact modus" (6EDB::3256::6EDB::779) */

.representation-control-compact .wf-label label, .representation-control-compact .wf-display-input {
	padding:2px 0px;
}


.representation-control-compact span.wfi-label label, .representation-control-compact .wf-display-input {
	margin:0px;
}

.representation-control-compact .wf-label label {
	height:1.5em;
}

/* STYLE BLOCK "Admin content edit container" (6EDB::3256::6EDB::338) */

.admin-edit-content-container {
	position:relative;
}

.admin-edit-content-bar {
	position:absolute;
	top:0px;
	right:0px;
	padding:5px;
	opacity:0;
	z-index: 1;
}

.admin-edit-content-container a:hover {
	text-decoration:none;
}

.admin-edit-content-container:hover .admin-edit-content-bar {
	opacity:1.0;
	transition: opacity 0.5s;
}
/* STYLE BLOCK "Container" (6EDB::3256::6EDB::227) */

.box-centered {
	text-align:center;
}
/* STYLE BLOCK "Container full height" (6EDB::3256::6EDB::795) */

.container-full-height {
	height:100%;
	box-sizing:border-box;
}
/* STYLE BLOCK "Container auto height" (6EDB::3256::6EDB::850) */

.container-auto-height {
	height:auto;
}
/* STYLE BLOCK "Box background-color + border-radius default" (6EDB::3256::6EDB::38) */

.border-background-border {
	background-color: #D8D8D8;
	border-radius:5px;
	padding: 5px;
}
/* STYLE BLOCK "Box white with border" (6EDB::3256::6EDB::245) */

.box-centered {
	padding:10px;
	border:1px solid #DDD;
	background:#FFFFFF;
}
/* STYLE BLOCK "Container vflex" (6EDB::3256::6EDB::804) */

.vflex-container,
.vflex-container > div {
	height: 100%;
}
/* STYLE BLOCK "Button (style widgets) default style" (6EDB::3256::6EDB::195) */

button::-moz-focus-inner,input[type='button']::-moz-focus-inner {
	border-width: 0;
	padding: 0;
}

.widgets-button, .filterbutton, .filterchoice, .navigation input {	
	display: inline-block;
	padding: 4px 7px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
}

.widgets-button {
	margin-right:5px;
	margin-bottom:5px;
	text-decoration:none;
}
.wf-line .widgets-button,
.widgets-button.flex {
	margin-right:0px;
}

.navigation input {
	margin-right:3px;
}

.widgets-button.flex {
	width: 100%;
}

.widgets-button > .icon {
	/* zou in theorie gelijk moeten zijn aan de label-margin om het geheel netjes te centreren,
	maar dan lijkt het alsof hij te ver naar rechts staat. Opzettelijke "bias" naar links, dus */
	margin-left: 0px;
	margin-right: 0px;
}
.widgets-button > img.icon {
	vertical-align:top;
}
.widgets-button > .label {
	margin-left: 5px;
	margin-right: 5px;
}

.widgets-button:hover, .widgets-button-active, .filterbutton:hover, .filterchoice:hover, .navigation input:hover
{
	text-decoration: none;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

.widgets-button-disabled, .navigation input[disabled],.navigation input.position, .navigation input.position:hover  {
	cursor: default;
	background-image: none;
	opacity: .85;
	filter: alpha(opacity=85);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navigation input.position, .navigation input.position:hover {
	background:#f2f2f2;
	cursor: default;
	border:1px solid #DDD;
}

.button-large.widgets-button {
	font-size: 17.5px;
	padding: 11px 19px;
}

.button-small.widgets-button {
	font-size: 11.9px;
	padding: 2px 10px;
}

.button-mini.widgets-button {
	font-size: 10.5px;
	padding: 0 6px;
}

/* STYLE BLOCK "Column-layout-fixed-width" (6EDB::3256::6EDB::145) */

.fixed-liquid {display: block; overflow: hidden; white-space: nowrap;}
.fixed-liquid-part {vertical-align: top; display: inline-block;}
.fixed-liquid-content {display: block; white-space: normal;}

/* STYLE BLOCK "Column-layout-liquid-fixed" (6EDB::3256::6EDB::146) */

.liquid-fixed {display: block; overflow: hidden; white-space: nowrap;}
.liquid-fixed-part {vertical-align: top; display: inline-block;}
.liquid-fixed-content {display: block; white-space: normal;}

/* STYLE BLOCK "Combi icon" (6EDB::3256::6EDB::327) */

.combi-icon {
	position: relative;

}

.combi-icon .combi-icon-main {
	font-size: 32px; 
	text-align: right;

}

.combi-icon .combi-icon-sub {
	font-size: 12px;
	vertical-align: top;
	position: absolute;
	width: 12px;
	left: 18px;
	text-align: center;
}

/* STYLE BLOCK "Field table" (6EDB::3256::6EDB::222) */

.fieldlist {
	border-collapse:collapse;
}

.fieldlist td {
	line-height:20px;
	padding-right:20px;
	vertical-align:top;
}

/* STYLE BLOCK "Field table default" (6EDB::3256::6EDB::65) */

/*.fieldlist-style*/

.fieldlist-label {
	color: #808080;	
}
/* STYLE BLOCK "Field table (inclusief marge)" (6EDB::3256::6EDB::316) */

.fieldtablemargin .fieldlist-label {
	color: #808080;	
}

.fieldtablemargin td {
	padding-right: 10px;
}

/* STYLE BLOCK "Navigation dropdown" (6EDB::3256::6EDB::275) */

.navigation-dropdown .sf-menu {
	width: 100%;
}

.navigation-dropdown a {
	text-decoration: none;
	line-height: 2.5em;
	padding: 0 25px;
}

.navigation-dropdown ul li a {
	transition: color 0.3s ease 0s; 
}

.navigation-dropdown li ul li {
	min-width: 200px;
}

.navigation-dropdown .sf-menu > li:hover > ul, 
.navigation-dropdown .sf-menu > li.sfHover > ul {
	top: 100%;
}

.navigation-dropdown ul.sf-menu li li:hover ul, 
.navigation-dropdown ul.sf-menu li li.sfHover ul {
	left: 100%;
	top: 50%;
	padding-left: 1px;
	width: auto;
}

.navigation-dropdown ul.sf-menu li .sf-with-ul {
	position: relative;
}

.navigation-dropdown ul.sf-menu li .sf-with-ul:after {
	position: absolute;
	content: "";
	border: medium solid transparent;
	border-width: 5px;
	border-left-color: #FFFFFF;
	top: 45%;
	right: 10px;
}

/*Voor het topmenu een pijltje naar beneden*/
.navigation-dropdown ul.sf-menu > li > .sf-with-ul:after {
	border-top-color: #FFFFFF;
	border-left-color: transparent;
}

/* STYLE BLOCK "Navigation menu" (6EDB::3256::6EDB::333) */

.menu-item-group > span {
	color: #3498DB;
	display: block;
	font-size: 10px;
	line-height: 40px;
	padding-left: 10px;
	text-transform: uppercase;
}

.menu-item-separator {
	border-bottom: 1px solid #CCC;
	height: 10px;
	margin: 10px;
	margin-top:0px;
}

/* STYLE BLOCK "Partner company info" (6EDB::3256::6EDB::200) */


.partner-company-info-container {
	font-size:0.9em;
}

.partner-company-info-container {
	color:#CCC;
}

.partner-company-info-container a{
	color: #808080;
}

.partner-company-info-social-links a {
	margin-left:5px;
}

.partner-company-info-social-links a:hover {
	text-decoration:none;
}
/* STYLE BLOCK "Superfish-menu-base" (6EDB::3256::6EDB::170) */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* STYLE BLOCK "Superfish-menu-navbar" (6EDB::3256::6EDB::171) */

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background: #BDD2FF;
	position: relative;
	margin-bottom: 5em;
}
/* provide background colour for submenu strip */
/* you should just set the menu's container bg colour rather than use pseudo-elements */
.sf-navbar:before {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	background-color: #BDD2FF;
	height: 200%;
	width: 100%;
}
.sf-navbar ul {
	box-shadow: none;
}
.sf-navbar li {
	background: #AABDE6;
	position: static;
}
.sf-navbar > li > a,
.sf-navbar > li > ul > li > a {
	border: none;
}
.sf-navbar > li > ul {
	min-width: 36em; /* set this to whatever suits your design */
}
.sf-navbar ul li {
	background: #BDD2FF;
	position: relative;
}
.sf-navbar ul ul {
	left: 0;
	top: 100%;
}
.sf-navbar ul ul li {
	width: 100%;
}
.sf-navbar > li > ul > li {
	float: left;
}
.sf-navbar ul li.current > a {
	font-weight: bold;
}

/*** point all arrows down ***/
.sf-arrows.sf-navbar ul .sf-with-ul:after {
	margin-top: -3px;
	margin-right: 0;
	border-color: transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}

.sf-arrows.sf-navbar ul > li > .sf-with-ul:focus:after,
.sf-arrows.sf-navbar ul > li:hover > .sf-with-ul:after,
.sf-arrows.sf-navbar ul > .sfHover > .sf-with-ul:after {
	border-color: transparent;
	border-top-color: white;
}

/* STYLE BLOCK "Superfish-menu-vertical" (6EDB::3256::6EDB::172) */

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/* STYLE BLOCK "Text regular bold" (6EDB::3256::6EDB::66) */

.text-regular-bold {font-weight: bold;}
/* STYLE BLOCK "Text regular color-light" (6EDB::3256::6EDB::111) */

.text-regular-color-light {color: #959999;}
/* STYLE BLOCK "Text small color-light" (6EDB::3256::6EDB::110) */

.text-small-color-light {color: #959999;
font-size: 0.9em;}
/* STYLE BLOCK "Webmenu item content colored icon" (6EDB::3256::6EDB::445) */

.menu-item-colored-icon {
	display:block;
	position:relative;
	line-height:24px;
	background:#f2f2f2;
	padding:4px 5px 4px 40px;
}

.menu-item-colored-icon i {
	vertical-align:text-bottom;
	position:absolute;
	top:0px;
	left:0px;
}

a .menu-item-colored-icon {
	text-decoration:none;
	color: #808080;
}

/* STYLE BLOCK "FontAwesome" (6EDB::3256::6EDB::236) */

@font-face {font-family:FontAwesome;src:url('/fonts/FontAwesome/fontawesome-webfont.eot?v=v4.7.0');src:url('/fonts/FontAwesome/fontawesome-webfont.eot?v=v4.7.0?#iefix') format('embedded-opentype'),url('/fonts/FontAwesome/fontawesome-webfont.woff2?v=v4.7.0') format('woff2'),url('/fonts/FontAwesome/fontawesome-webfont.woff?v=v4.7.0') format('woff'),url('/fonts/FontAwesome/FontAwesome.otf?v=v4.7.0?#iefix') format('opentype'),url('/fonts/FontAwesome/fontawesome-webfont.ttf?v=v4.7.0') format('truetype'),url('/fonts/FontAwesome/fontawesome-webfont.svg?v=v4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}

.fontawesomeregular-icon-calendar:before { content: "\f073";}
.fontawesomeregular-icon-calendar-empty:before { content: "\f133";}
.fontawesomeregular-icon-bug:before { content: "\f188";}
.fontawesomeregular-icon-bookmark:before { content: "\f02e";}
.fontawesomeregular-icon-comment-alt:before { content: "\f0e5";}
.fontawesomeregular-icon-ellipsis-horizontal:before { content: "\f141";}
.fontawesomeregular-icon-bullhorn:before { content: "\f0a1";}
.fontawesomeregular-icon-briefcase:before { content: "\f0b1";}
.fontawesomeregular-icon-book:before { content: "\f02d";}
.fontawesomeregular-icon-comments:before { content: "\f086";}
.fontawesomeregular-icon-cog:before { content: "\f013";}
.fontawesomeregular-icon-ellipsis-vertical:before { content: "\f142";}
.fontawesomeregular-icon-bar-chart:before { content: "\f080";}
.fontawesomeregular-icon-cogs:before { content: "\f085";}
.fontawesomeregular-icon-envelope:before { content: "\f003";}
.fontawesomeregular-icon-envelope-alt:before { content: "\f0e0";}
.fontawesomeregular-icon-exclamation:before { content: "\f12a";}
.fontawesomeregular-icon-edit:before { content: "\f044";}
.fontawesomeregular-icon-desktop:before { content: "\f108";}
.fontawesomeregular-icon-circle:before { content: "\f111";}
.fontawesomeregular-icon-flag:before { content: "\f024";}
.fontawesomeregular-icon-flag-alt:before { content: "\f11d";}
.fontawesomeregular-icon-inbox:before { content: "\f01c";}
.fontawesomeregular-icon-key:before { content: "\f084";}
.fontawesomeregular-icon-info-sign:before { content: "\f05a";}
.fontawesomeregular-icon-home:before { content: "\f015";}
.fontawesomeregular-icon-folder-open:before { content: "\f07c";}
.fontawesomeregular-icon-remove:before { content: "\f00d";}
.fontawesomeregular-icon-caret-right:before { content: "\f0da";}
.fontawesomeregular-icon-wrench:before { content: "\f0ad";}
.fontawesomeregular-icon-reorder:before { content: "\f0c9";}
.fontawesomeregular-icon-time:before { content: "\f017";}
.fontawesomeregular-icon-group:before { content: "\f0c0";}
.fontawesomeregular-icon-chevron-left:before { content: "\f053";}
.fontawesomeregular-icon-chevron-right:before { content: "\f054";}
.fontawesomeregular-icon-caret-down:before { content: "\f0d7";}
.fontawesomeregular-icon-check:before { content: "\f046";}
.fontawesomeregular-icon-glass:before { content: "\f000";}
.fontawesomeregular-icon-music:before { content: "\f001";}
.fontawesomeregular-icon-search:before { content: "\f002";}
.fontawesomeregular-icon-heart:before { content: "\f004";}
.fontawesomeregular-icon-star:before { content: "\f005";}
.fontawesomeregular-icon-star-empty:before { content: "\f006";}
.fontawesomeregular-icon-user:before { content: "\f007";}
.fontawesomeregular-icon-film:before { content: "\f008";}
.fontawesomeregular-icon-th-large:before { content: "\f009";}
.fontawesomeregular-icon-th:before { content: "\f00a";}
.fontawesomeregular-icon-th-list:before { content: "\f00b";}
.fontawesomeregular-icon-ok:before { content: "\f00c";}
.fontawesomeregular-icon-zoom-in:before { content: "\f00e";}
.fontawesomeregular-icon-zoom-out:before { content: "\f010";}
.fontawesomeregular-icon-off:before { content: "\f011";}
.fontawesomeregular-icon-signal:before { content: "\f012";}
.fontawesomeregular-icon-trash:before { content: "\f014";}
.fontawesomeregular-icon-file:before { content: "\f016";}
.fontawesomeregular-icon-road:before { content: "\f018";}
.fontawesomeregular-icon-download-alt:before { content: "\f019";}
.fontawesomeregular-icon-download:before { content: "\f01a";}
.fontawesomeregular-icon-upload:before { content: "\f01b";}
.fontawesomeregular-icon-play-circle:before { content: "\f01d";}
.fontawesomeregular-icon-rotate-right:before { content: "\f01e";}
.fontawesomeregular-icon-refresh:before { content: "\f021";}
.fontawesomeregular-icon-list-alt:before { content: "\f022";}
.fontawesomeregular-icon-lock:before { content: "\f023";}
.fontawesomeregular-icon-headphones:before { content: "\f025";}
.fontawesomeregular-icon-volume-off:before { content: "\f026";}
.fontawesomeregular-icon-volume-down:before { content: "\f027";}
.fontawesomeregular-icon-volume-up:before { content: "\f028";}
.fontawesomeregular-icon-qrcode:before { content: "\f029";}
.fontawesomeregular-icon-barcode:before { content: "\f02a";}
.fontawesomeregular-icon-tag:before { content: "\f02b";}
.fontawesomeregular-icon-tags:before { content: "\f02c";}
.fontawesomeregular-icon-print:before { content: "\f02f";}
.fontawesomeregular-icon-camera:before { content: "\f030";}
.fontawesomeregular-icon-font:before { content: "\f031";}
.fontawesomeregular-icon-bold:before { content: "\f032";}
.fontawesomeregular-icon-italic:before { content: "\f033";}
.fontawesomeregular-icon-text-height:before { content: "\f034";}
.fontawesomeregular-icon-text-width:before { content: "\f035";}
.fontawesomeregular-icon-align-left:before { content: "\f036";}
.fontawesomeregular-icon-align-center:before { content: "\f037";}
.fontawesomeregular-icon-align-right:before { content: "\f038";}
.fontawesomeregular-icon-align-justify:before { content: "\f039";}
.fontawesomeregular-icon-list:before { content: "\f03a";}
.fontawesomeregular-icon-indent-left:before { content: "\f03b";}
.fontawesomeregular-icon-indent-right:before { content: "\f03c";}
.fontawesomeregular-icon-facetime-video:before { content: "\f03d";}
.fontawesomeregular-icon-picture:before { content: "\f03e";}
.fontawesomeregular-icon-pencil:before { content: "\f040";}
.fontawesomeregular-icon-map-marker:before { content: "\f041";}
.fontawesomeregular-icon-adjust:before { content: "\f042";}
.fontawesomeregular-icon-tint:before { content: "\f043";}
.fontawesomeregular-icon-share:before { content: "\f045";}
.fontawesomeregular-icon-move:before { content: "\f047";}
.fontawesomeregular-icon-step-backward:before { content: "\f048";}
.fontawesomeregular-icon-fast-backward:before { content: "\f049";}
.fontawesomeregular-icon-backward:before { content: "\f04a";}
.fontawesomeregular-icon-play:before { content: "\f04b";}
.fontawesomeregular-icon-pause:before { content: "\f04c";}
.fontawesomeregular-icon-stop:before { content: "\f04d";}
.fontawesomeregular-icon-forward:before { content: "\f04e";}
.fontawesomeregular-icon-fast-forward:before { content: "\f050";}
.fontawesomeregular-icon-step-forward:before { content: "\f051";}
.fontawesomeregular-icon-eject:before { content: "\f052";}
.fontawesomeregular-icon-plus-sign:before { content: "\f055";}
.fontawesomeregular-icon-minus-sign:before { content: "\f056";}
.fontawesomeregular-icon-remove-sign:before { content: "\f057";}
.fontawesomeregular-icon-ok-sign:before { content: "\f058";}
.fontawesomeregular-icon-question-sign:before { content: "\f059";}
.fontawesomeregular-icon-screenshot:before { content: "\f05b";}
.fontawesomeregular-icon-remove-circle:before { content: "\f05c";}
.fontawesomeregular-icon-ok-circle:before { content: "\f05d";}
.fontawesomeregular-icon-ban-circle:before { content: "\f05e";}
.fontawesomeregular-icon-arrow-left:before { content: "\f060";}
.fontawesomeregular-icon-arrow-right:before { content: "\f061";}
.fontawesomeregular-icon-arrow-up:before { content: "\f062";}
.fontawesomeregular-icon-arrow-down:before { content: "\f063";}
.fontawesomeregular-icon-mail-forward:before { content: "\f064";}
.fontawesomeregular-icon-resize-full:before { content: "\f065";}
.fontawesomeregular-icon-resize-small:before { content: "\f066";}
.fontawesomeregular-icon-plus:before { content: "\f067";}
.fontawesomeregular-icon-minus:before { content: "\f068";}
.fontawesomeregular-icon-asterisk:before { content: "\f069";}
.fontawesomeregular-icon-exclamation-sign:before { content: "\f06a";}
.fontawesomeregular-icon-gift:before { content: "\f06b";}
.fontawesomeregular-icon-leaf:before { content: "\f06c";}
.fontawesomeregular-icon-fire:before { content: "\f06d";}
.fontawesomeregular-icon-eye-open:before { content: "\f06e";}
.fontawesomeregular-icon-eye-close:before { content: "\f070";}
.fontawesomeregular-icon-warning-sign:before { content: "\f071";}
.fontawesomeregular-icon-plane:before { content: "\f072";}
.fontawesomeregular-icon-random:before { content: "\f074";}
.fontawesomeregular-icon-comment:before { content: "\f075";}
.fontawesomeregular-icon-magnet:before { content: "\f076";}
.fontawesomeregular-icon-chevron-up:before { content: "\f077";}
.fontawesomeregular-icon-chevron-down:before { content: "\f078";}
.fontawesomeregular-icon-retweet:before { content: "\f079";}
.fontawesomeregular-icon-shopping-cart:before { content: "\f07a";}
.fontawesomeregular-icon-folder-close:before { content: "\f07b";}
.fontawesomeregular-icon-resize-vertical:before { content: "\f07d";}
.fontawesomeregular-icon-resize-horizontal:before { content: "\f07e";}
.fontawesomeregular-icon-twitter-sign:before { content: "\f081";}
.fontawesomeregular-icon-facebook-sign:before { content: "\f082";}
.fontawesomeregular-icon-camera-retro:before { content: "\f083";}
.fontawesomeregular-icon-thumbs-up:before { content: "\f087";}
.fontawesomeregular-icon-thumbs-down:before { content: "\f088";}
.fontawesomeregular-icon-star-half:before { content: "\f089";}
.fontawesomeregular-icon-heart-empty:before { content: "\f08a";}
.fontawesomeregular-icon-signout:before { content: "\f08b";}
.fontawesomeregular-icon-linkedin-sign:before { content: "\f08c";}
.fontawesomeregular-icon-pushpin:before { content: "\f08d";}
.fontawesomeregular-icon-external-link:before { content: "\f08e";}
.fontawesomeregular-icon-signin:before { content: "\f090";}
.fontawesomeregular-icon-trophy:before { content: "\f091";}
.fontawesomeregular-icon-github-sign:before { content: "\f092";}
.fontawesomeregular-icon-upload-alt:before { content: "\f093";}
.fontawesomeregular-icon-lemon:before { content: "\f094";}
.fontawesomeregular-icon-phone:before { content: "\f095";}
.fontawesomeregular-icon-check-empty:before { content: "\f096";}
.fontawesomeregular-icon-bookmark-empty:before { content: "\f097";}
.fontawesomeregular-icon-phone-sign:before { content: "\f098";}
.fontawesomeregular-icon-twitter:before { content: "\f099";}
.fontawesomeregular-icon-facebook:before { content: "\f09a";}
.fontawesomeregular-icon-github:before { content: "\f09b";}
.fontawesomeregular-icon-unlock:before { content: "\f09c";}
.fontawesomeregular-icon-credit-card:before { content: "\f09d";}
.fontawesomeregular-icon-rss:before { content: "\f09e";}
.fontawesomeregular-icon-hdd:before { content: "\f0a0";}
.fontawesomeregular-icon-bell:before { content: "\f0a2";}
.fontawesomeregular-icon-certificate:before { content: "\f0a3";}
.fontawesomeregular-icon-hand-right:before { content: "\f0a4";}
.fontawesomeregular-icon-hand-left:before { content: "\f0a5";}
.fontawesomeregular-icon-hand-up:before { content: "\f0a6";}
.fontawesomeregular-icon-hand-down:before { content: "\f0a7";}
.fontawesomeregular-icon-circle-arrow-left:before { content: "\f0a8";}
.fontawesomeregular-icon-circle-arrow-right:before { content: "\f0a9";}
.fontawesomeregular-icon-circle-arrow-up:before { content: "\f0aa";}
.fontawesomeregular-icon-circle-arrow-down:before { content: "\f0ab";}
.fontawesomeregular-icon-globe:before { content: "\f0ac";}
.fontawesomeregular-icon-tasks:before { content: "\f0ae";}
.fontawesomeregular-icon-filter:before { content: "\f0b0";}
.fontawesomeregular-icon-fullscreen:before { content: "\f0b2";}
.fontawesomeregular-icon-link:before { content: "\f0c1";}
.fontawesomeregular-icon-cloud:before { content: "\f0c2";}
.fontawesomeregular-icon-beaker:before { content: "\f0c3";}
.fontawesomeregular-icon-cut:before { content: "\f0c4";}
.fontawesomeregular-icon-copy:before { content: "\f0c5";}
.fontawesomeregular-icon-paper-clip:before { content: "\f0c6";}
.fontawesomeregular-icon-save:before { content: "\f0c7";}
.fontawesomeregular-icon-sign-blank:before { content: "\f0c8";}
.fontawesomeregular-icon-list-ul:before { content: "\f0ca";}
.fontawesomeregular-icon-list-ol:before { content: "\f0cb";}
.fontawesomeregular-icon-strikethrough:before { content: "\f0cc";}
.fontawesomeregular-icon-underline:before { content: "\f0cd";}
.fontawesomeregular-icon-table:before { content: "\f0ce";}
.fontawesomeregular-icon-magic:before { content: "\f0d0";}
.fontawesomeregular-icon-truck:before { content: "\f0d1";}
.fontawesomeregular-icon-pinterest:before { content: "\f0d2";}
.fontawesomeregular-icon-pinterest-sign:before { content: "\f0d3";}
.fontawesomeregular-icon-google-plus-sign:before { content: "\f0d4";}
.fontawesomeregular-icon-google-plus:before { content: "\f0d5";}
.fontawesomeregular-icon-money:before { content: "\f0d6";}
.fontawesomeregular-icon-caret-up:before { content: "\f0d8";}
.fontawesomeregular-icon-caret-left:before { content: "\f0d9";}
.fontawesomeregular-icon-columns:before { content: "\f0db";}
.fontawesomeregular-icon-sort:before { content: "\f0dc";}
.fontawesomeregular-icon-sort-down:before { content: "\f0dd";}
.fontawesomeregular-icon-sort-up:before { content: "\f0de";}
.fontawesomeregular-icon-linkedin:before { content: "\f0e1";}
.fontawesomeregular-icon-rotate-left:before { content: "\f0e2";}
.fontawesomeregular-icon-legal:before { content: "\f0e3";}
.fontawesomeregular-icon-dashboard:before { content: "\f0e4";}
.fontawesomeregular-icon-comments-alt:before { content: "\f0e6";}
.fontawesomeregular-icon-bolt:before { content: "\f0e7";}
.fontawesomeregular-icon-sitemap:before { content: "\f0e8";}
.fontawesomeregular-icon-umbrella:before { content: "\f0e9";}
.fontawesomeregular-icon-paste:before { content: "\f0ea";}
.fontawesomeregular-icon-lightbulb:before { content: "\f0eb";}
.fontawesomeregular-icon-exchange:before { content: "\f0ec";}
.fontawesomeregular-icon-cloud-download:before { content: "\f0ed";}
.fontawesomeregular-icon-cloud-upload:before { content: "\f0ee";}
.fontawesomeregular-icon-user-md:before { content: "\f0f0";}
.fontawesomeregular-icon-stethoscope:before { content: "\f0f1";}
.fontawesomeregular-icon-suitcase:before { content: "\f0f2";}
.fontawesomeregular-icon-bell-alt:before { content: "\f0f3";}
.fontawesomeregular-icon-coffee:before { content: "\f0f4";}
.fontawesomeregular-icon-food:before { content: "\f0f5";}
.fontawesomeregular-icon-file-alt:before { content: "\f0f6";}
.fontawesomeregular-icon-building:before { content: "\f0f7";}
.fontawesomeregular-icon-hospital:before { content: "\f0f8";}
.fontawesomeregular-icon-ambulance:before { content: "\f0f9";}
.fontawesomeregular-icon-medkit:before { content: "\f0fa";}
.fontawesomeregular-icon-fighter-jet:before { content: "\f0fb";}
.fontawesomeregular-icon-beer:before { content: "\f0fc";}
.fontawesomeregular-icon-h-sign:before { content: "\f0fd";}
.fontawesomeregular-icon-plus-sign-alt:before { content: "\f0fe";}
.fontawesomeregular-icon-double-angle-left:before { content: "\f100";}
.fontawesomeregular-icon-double-angle-right:before { content: "\f101";}
.fontawesomeregular-icon-double-angle-up:before { content: "\f102";}
.fontawesomeregular-icon-double-angle-down:before { content: "\f103";}
.fontawesomeregular-icon-angle-left:before { content: "\f104";}
.fontawesomeregular-icon-angle-right:before { content: "\f105";}
.fontawesomeregular-icon-angle-up:before { content: "\f106";}
.fontawesomeregular-icon-angle-down:before { content: "\f107";}
.fontawesomeregular-icon-laptop:before { content: "\f109";}
.fontawesomeregular-icon-tablet:before { content: "\f10a";}
.fontawesomeregular-icon-mobile-phone:before { content: "\f10b";}
.fontawesomeregular-icon-circle-blank:before { content: "\f10c";}
.fontawesomeregular-icon-quote-left:before { content: "\f10d";}
.fontawesomeregular-icon-quote-right:before { content: "\f10e";}
.fontawesomeregular-icon-spinner:before { content: "\f110";}
.fontawesomeregular-icon-mail-reply:before { content: "\f112";}
.fontawesomeregular-icon-folder-close-alt:before { content: "\f114";}
.fontawesomeregular-icon-folder-open-alt:before { content: "\f115";}
.fontawesomeregular-icon-smile:before { content: "\f118";}
.fontawesomeregular-icon-frown:before { content: "\f119";}
.fontawesomeregular-icon-meh:before { content: "\f11a";}
.fontawesomeregular-icon-gamepad:before { content: "\f11b";}
.fontawesomeregular-icon-keyboard:before { content: "\f11c";}
.fontawesomeregular-icon-flag-checkered:before { content: "\f11e";}
.fontawesomeregular-icon-terminal:before { content: "\f120";}
.fontawesomeregular-icon-code:before { content: "\f121";}
.fontawesomeregular-icon-reply-all:before { content: "\f122";}
.fontawesomeregular-icon-mail-reply-all:before { content: "\f122";}
.fontawesomeregular-icon-star-half-empty:before { content: "\f123";}
.fontawesomeregular-icon-location-arrow:before { content: "\f124";}
.fontawesomeregular-icon-crop:before { content: "\f125";}
.fontawesomeregular-icon-code-fork:before { content: "\f126";}
.fontawesomeregular-icon-unlink:before { content: "\f127";}
.fontawesomeregular-icon-question:before { content: "\f128";}
.fontawesomeregular-icon-info:before { content: "\f129";}
.fontawesomeregular-icon-superscript:before { content: "\f12b";}
.fontawesomeregular-icon-subscript:before { content: "\f12c";}
.fontawesomeregular-icon-eraser:before { content: "\f12d";}
.fontawesomeregular-icon-puzzle-piece:before { content: "\f12e";}
.fontawesomeregular-icon-microphone:before { content: "\f130";}
.fontawesomeregular-icon-microphone-off:before { content: "\f131";}
.fontawesomeregular-icon-shield:before { content: "\f132";}
.fontawesomeregular-icon-fire-extinguisher:before { content: "\f134";}
.fontawesomeregular-icon-rocket:before { content: "\f135";}
.fontawesomeregular-icon-maxcdn:before { content: "\f136";}
.fontawesomeregular-icon-chevron-sign-left:before { content: "\f137";}
.fontawesomeregular-icon-chevron-sign-right:before { content: "\f138";}
.fontawesomeregular-icon-chevron-sign-up:before { content: "\f139";}
.fontawesomeregular-icon-chevron-sign-down:before { content: "\f13a";}
.fontawesomeregular-icon-html5:before { content: "\f13b";}
.fontawesomeregular-icon-css3:before { content: "\f13c";}
.fontawesomeregular-icon-anchor:before { content: "\f13d";}
.fontawesomeregular-icon-unlock-alt:before { content: "\f13e";}
.fontawesomeregular-icon-bullseye:before { content: "\f140";}
.fontawesomeregular-icon-rss-sign:before { content: "\f143";}
.fontawesomeregular-icon-play-sign:before { content: "\f144";}
.fontawesomeregular-icon-ticket:before { content: "\f145";}
.fontawesomeregular-icon-minus-sign-alt:before { content: "\f146";}
.fontawesomeregular-icon-check-minus:before { content: "\f147";}
.fontawesomeregular-icon-level-up:before { content: "\f148";}
.fontawesomeregular-icon-level-down:before { content: "\f149";}
.fontawesomeregular-icon-check-sign:before { content: "\f14a";}
.fontawesomeregular-icon-edit-sign:before { content: "\f14b";}
.fontawesomeregular-icon-external-link-sign:before { content: "\f14c";}
.fontawesomeregular-icon-share-sign:before { content: "\f14d";}
.fontawesomeregular-icon-plus-square-o:before { content: "\f196";}
.fontawesomeregular-icon-github-alt:before { content: "\f113";}
.fontawesomeregular-icon-compass:before { content: "\f14e";}
.fontawesomeregular-icon-caret-square-o-down:before { content: "\f150";}
.fontawesomeregular-icon-caret-square-o-up:before { content: "\f151";}
.fontawesomeregular-icon-caret-square-o-right:before { content: "\f152";}
.fontawesomeregular-icon-eur:before { content: "\f153";}
.fontawesomeregular-icon-gbp:before { content: "\f154";}
.fontawesomeregular-icon-usd:before { content: "\f155";}
.fontawesomeregular-icon-inr:before { content: "\f156";}
.fontawesomeregular-icon-jpy:before { content: "\f157";}
.fontawesomeregular-icon-rub:before { content: "\f158";}
.fontawesomeregular-icon-krw:before { content: "\f159";}
.fontawesomeregular-icon-btc:before { content: "\f15a";}
.fontawesomeregular-icon-file-2:before { content: "\f15b";}
.fontawesomeregular-icon-file-text:before { content: "\f15c";}
.fontawesomeregular-icon-sort-alpha-asc:before { content: "\f15d";}
.fontawesomeregular-icon-sort-alpha-desc:before { content: "\f15e";}
.fontawesomeregular-icon-sort-amount-asc:before { content: "\f160";}
.fontawesomeregular-icon-sort-amount-desc:before { content: "\f161";}
.fontawesomeregular-icon-sort-numeric-asc:before { content: "\f162";}
.fontawesomeregular-icon-sort-numeric-desc:before { content: "\f163";}
.fontawesomeregular-icon-thumbs-up-2:before { content: "\f164";}
.fontawesomeregular-icon-thumbs-down-2:before { content: "\f165";}
.fontawesomeregular-icon-youtube-square:before { content: "\f166";}
.fontawesomeregular-icon-youtube:before { content: "\f167";}
.fontawesomeregular-icon-xing:before { content: "\f168";}
.fontawesomeregular-icon-xing-square:before { content: "\f169";}
.fontawesomeregular-icon-youtube-play:before { content: "\f16a";}
.fontawesomeregular-icon-dropbox:before { content: "\f16b";}
.fontawesomeregular-icon-stack-overflow:before { content: "\f16c";}
.fontawesomeregular-icon-instagram:before { content: "\f16d";}
.fontawesomeregular-icon-flickr:before { content: "\f16e";}
.fontawesomeregular-icon-adn:before { content: "\f170";}
.fontawesomeregular-icon-bitbucket:before { content: "\f171";}
.fontawesomeregular-icon-bitbucket-square:before { content: "\f172";}
.fontawesomeregular-icon-tumblr:before { content: "\f173";}
.fontawesomeregular-icon-tumblr-square:before { content: "\f174";}
.fontawesomeregular-icon-long-arrow-down:before { content: "\f175";}
.fontawesomeregular-icon-long-arrow-up:before { content: "\f176";}
.fontawesomeregular-icon-long-arrow-left:before { content: "\f177";}
.fontawesomeregular-icon-long-arrow-right:before { content: "\f178";}
.fontawesomeregular-icon-apple:before { content: "\f179";}
.fontawesomeregular-icon-windows:before { content: "\f17a";}
.fontawesomeregular-icon-android:before { content: "\f17b";}
.fontawesomeregular-icon-linux:before { content: "\f17c";}
.fontawesomeregular-icon-dribbble:before { content: "\f17d";}
.fontawesomeregular-icon-skype:before { content: "\f17e";}
.fontawesomeregular-icon-foursquare:before { content: "\f180";}
.fontawesomeregular-icon-trello:before { content: "\f181";}
.fontawesomeregular-icon-female:before { content: "\f182";}
.fontawesomeregular-icon-male:before { content: "\f183";}
.fontawesomeregular-icon-gratipay:before { content: "\f184";}
.fontawesomeregular-icon-sun-o:before { content: "\f185";}
.fontawesomeregular-icon-moon-o:before { content: "\f186";}
.fontawesomeregular-icon-archive:before { content: "\f187";}
.fontawesomeregular-icon-vk:before { content: "\f189";}
.fontawesomeregular-icon-weibo:before { content: "\f18a";}
.fontawesomeregular-icon-renren:before { content: "\f18b";}
.fontawesomeregular-icon-pagelines:before { content: "\f18c";}
.fontawesomeregular-icon-stack-exchange:before { content: "\f18d";}
.fontawesomeregular-icon-arrow-circle-o-right:before { content: "\f18e";}
.fontawesomeregular-icon-arrow-circle-o-left:before { content: "\f190";}
.fontawesomeregular-icon-caret-square-o-left:before { content: "\f191";}
.fontawesomeregular-icon-dot-circle-o:before { content: "\f192";}
.fontawesomeregular-icon-wheelchair:before { content: "\f193";}
.fontawesomeregular-icon-vimeo-square:before { content: "\f194";}
.fontawesomeregular-icon-try:before { content: "\f195";}
.fontawesomeregular-icon-space-shuttle:before { content: "\f197";}
.fontawesomeregular-icon-slack:before { content: "\f198";}
.fontawesomeregular-icon-envelope-square:before { content: "\f199";}
.fontawesomeregular-icon-wordpress:before { content: "\f19a";}
.fontawesomeregular-icon-openid:before { content: "\f19b";}
.fontawesomeregular-icon-university:before { content: "\f19c";}
.fontawesomeregular-icon-graduation-cap:before { content: "\f19d";}
.fontawesomeregular-icon-yahoo:before { content: "\f19e";}
.fontawesomeregular-icon-google:before { content: "\f1a0";}
.fontawesomeregular-icon-reddit:before { content: "\f1a1";}
.fontawesomeregular-icon-reddit-square:before { content: "\f1a2";}
.fontawesomeregular-icon-stumbleupon-circle:before { content: "\f1a3";}
.fontawesomeregular-icon-stumbleupon:before { content: "\f1a4";}
.fontawesomeregular-icon-delicious:before { content: "\f1a5";}
.fontawesomeregular-icon-digg:before { content: "\f1a6";}
.fontawesomeregular-icon-pied-piper:before { content: "\f2ae";}
.fontawesomeregular-icon-pied-piper-alt:before { content: "\f1a8";}
.fontawesomeregular-icon-drupal:before { content: "\f1a9";}
.fontawesomeregular-icon-joomla:before { content: "\f1aa";}
.fontawesomeregular-icon-language:before { content: "\f1ab";}
.fontawesomeregular-icon-fax:before { content: "\f1ac";}
.fontawesomeregular-icon-building-2:before { content: "\f1ad";}
.fontawesomeregular-icon-child:before { content: "\f1ae";}
.fontawesomeregular-icon-paw:before { content: "\f1b0";}
.fontawesomeregular-icon-spoon:before { content: "\f1b1";}
.fontawesomeregular-icon-cube:before { content: "\f1b2";}
.fontawesomeregular-icon-cubes:before { content: "\f1b3";}
.fontawesomeregular-icon-behance:before { content: "\f1b4";}
.fontawesomeregular-icon-behance-square:before { content: "\f1b5";}
.fontawesomeregular-icon-steam:before { content: "\f1b6";}
.fontawesomeregular-icon-steam-square:before { content: "\f1b7";}
.fontawesomeregular-icon-recycle:before { content: "\f1b8";}
.fontawesomeregular-icon-car:before { content: "\f1b9";}
.fontawesomeregular-icon-taxi:before { content: "\f1ba";}
.fontawesomeregular-icon-tree:before { content: "\f1bb";}
.fontawesomeregular-icon-spotify:before { content: "\f1bc";}
.fontawesomeregular-icon-deviantart:before { content: "\f1bd";}
.fontawesomeregular-icon-soundcloud:before { content: "\f1be";}
.fontawesomeregular-icon-database:before { content: "\f1c0";}
.fontawesomeregular-icon-file-pdf-o:before { content: "\f1c1";}
.fontawesomeregular-icon-file-word-o:before { content: "\f1c2";}
.fontawesomeregular-icon-file-excel-o:before { content: "\f1c3";}
.fontawesomeregular-icon-file-powerpoint-o:before { content: "\f1c4";}
.fontawesomeregular-icon-file-image-o:before { content: "\f1c5";}
.fontawesomeregular-icon-file-archive-o:before { content: "\f1c6";}
.fontawesomeregular-icon-file-audio-o:before { content: "\f1c7";}
.fontawesomeregular-icon-file-video-o:before { content: "\f1c8";}
.fontawesomeregular-icon-file-code-o:before { content: "\f1c9";}
.fontawesomeregular-icon-vine:before { content: "\f1ca";}
.fontawesomeregular-icon-codepen:before { content: "\f1cb";}
.fontawesomeregular-icon-jsfiddle:before { content: "\f1cc";}
.fontawesomeregular-icon-life-ring:before { content: "\f1cd";}
.fontawesomeregular-icon-circle-o-notch:before { content: "\f1ce";}
.fontawesomeregular-icon-rebel:before { content: "\f1d0";}
.fontawesomeregular-icon-empire:before { content: "\f1d1";}
.fontawesomeregular-icon-git-square:before { content: "\f1d2";}
.fontawesomeregular-icon-git:before { content: "\f1d3";}
.fontawesomeregular-icon-hacker-news:before { content: "\f1d4";}
.fontawesomeregular-icon-tencent-weibo:before { content: "\f1d5";}
.fontawesomeregular-icon-qq:before { content: "\f1d6";}
.fontawesomeregular-icon-weixin:before { content: "\f1d7";}
.fontawesomeregular-icon-paper-plane:before { content: "\f1d8";}
.fontawesomeregular-icon-paper-plane-o:before { content: "\f1d9";}
.fontawesomeregular-icon-history:before { content: "\f1da";}
.fontawesomeregular-icon-circle-thin:before { content: "\f1db";}
.fontawesomeregular-icon-header:before { content: "\f1dc";}
.fontawesomeregular-icon-paragraph:before { content: "\f1dd";}
.fontawesomeregular-icon-sliders:before { content: "\f1de";}
.fontawesomeregular-icon-share-alt:before { content: "\f1e0";}
.fontawesomeregular-icon-share-alt-square:before { content: "\f1e1";}
.fontawesomeregular-icon-bomb:before { content: "\f1e2";}
.fontawesomeregular-icon-futbol-o:before { content: "\f1e3";}
.fontawesomeregular-icon-tty:before { content: "\f1e4";}
.fontawesomeregular-icon-binoculars:before { content: "\f1e5";}
.fontawesomeregular-icon-plug:before { content: "\f1e6";}
.fontawesomeregular-icon-slideshare:before { content: "\f1e7";}
.fontawesomeregular-icon-twitch:before { content: "\f1e8";}
.fontawesomeregular-icon-yelp:before { content: "\f1e9";}
.fontawesomeregular-icon-newspaper-o:before { content: "\f1ea";}
.fontawesomeregular-icon-wifi:before { content: "\f1eb";}
.fontawesomeregular-icon-calculator:before { content: "\f1ec";}
.fontawesomeregular-icon-paypal:before { content: "\f1ed";}
.fontawesomeregular-icon-google-wallet:before { content: "\f1ee";}
.fontawesomeregular-icon-cc-visa:before { content: "\f1f0";}
.fontawesomeregular-icon-cc-mastercard:before { content: "\f1f1";}
.fontawesomeregular-icon-cc-discover:before { content: "\f1f2";}
.fontawesomeregular-icon-cc-amex:before { content: "\f1f3";}
.fontawesomeregular-icon-cc-paypal:before { content: "\f1f4";}
.fontawesomeregular-icon-cc-stripe:before { content: "\f1f5";}
.fontawesomeregular-icon-bell-slash:before { content: "\f1f6";}
.fontawesomeregular-icon-bell-slash-o:before { content: "\f1f7";}
.fontawesomeregular-icon-trash-2:before { content: "\f1f8";}
.fontawesomeregular-icon-copyright:before { content: "\f1f9";}
.fontawesomeregular-icon-at:before { content: "\f1fa";}
.fontawesomeregular-icon-eyedropper:before { content: "\f1fb";}
.fontawesomeregular-icon-paint-brush:before { content: "\f1fc";}
.fontawesomeregular-icon-birthday-cake:before { content: "\f1fd";}
.fontawesomeregular-icon-area-chart:before { content: "\f1fe";}
.fontawesomeregular-icon-pie-chart:before { content: "\f200";}
.fontawesomeregular-icon-line-chart:before { content: "\f201";}
.fontawesomeregular-icon-lastfm:before { content: "\f202";}
.fontawesomeregular-icon-lastfm-square:before { content: "\f203";}
.fontawesomeregular-icon-toggle-off:before { content: "\f204";}
.fontawesomeregular-icon-toggle-on:before { content: "\f205";}
.fontawesomeregular-icon-bicycle:before { content: "\f206";}
.fontawesomeregular-icon-bus:before { content: "\f207";}
.fontawesomeregular-icon-ioxhost:before { content: "\f208";}
.fontawesomeregular-icon-angellist:before { content: "\f209";}
.fontawesomeregular-icon-cc:before { content: "\f20a";}
.fontawesomeregular-icon-ils:before { content: "\f20b";}
.fontawesomeregular-icon-meanpath:before { content: "\f20c";}
.fontawesomeregular-icon-buysellads:before { content: "\f20d";}
.fontawesomeregular-icon-connectdevelop:before { content: "\f20e";}
.fontawesomeregular-icon-dashcube:before { content: "\f210";}
.fontawesomeregular-icon-forumbee:before { content: "\f211";}
.fontawesomeregular-icon-leanpub:before { content: "\f212";}
.fontawesomeregular-icon-sellsy:before { content: "\f213";}
.fontawesomeregular-icon-shirtsinbulk:before { content: "\f214";}
.fontawesomeregular-icon-simplybuilt:before { content: "\f215";}
.fontawesomeregular-icon-skyatlas:before { content: "\f216";}
.fontawesomeregular-icon-cart-plus:before { content: "\f217";}
.fontawesomeregular-icon-cart-arrow-down:before { content: "\f218";}
.fontawesomeregular-icon-diamond:before { content: "\f219";}
.fontawesomeregular-icon-ship:before { content: "\f21a";}
.fontawesomeregular-icon-user-secret:before { content: "\f21b";}
.fontawesomeregular-icon-motorcycle:before { content: "\f21c";}
.fontawesomeregular-icon-street-view:before { content: "\f21d";}
.fontawesomeregular-icon-heartbeat:before { content: "\f21e";}
.fontawesomeregular-icon-venus:before { content: "\f221";}
.fontawesomeregular-icon-mars:before { content: "\f222";}
.fontawesomeregular-icon-mercury:before { content: "\f223";}
.fontawesomeregular-icon-transgender:before { content: "\f224";}
.fontawesomeregular-icon-transgender-alt:before { content: "\f225";}
.fontawesomeregular-icon-venus-double:before { content: "\f226";}
.fontawesomeregular-icon-mars-double:before { content: "\f227";}
.fontawesomeregular-icon-venus-mars:before { content: "\f228";}
.fontawesomeregular-icon-mars-stroke:before { content: "\f229";}
.fontawesomeregular-icon-mars-stroke-v:before { content: "\f22a";}
.fontawesomeregular-icon-mars-stroke-h:before { content: "\f22b";}
.fontawesomeregular-icon-neuter:before { content: "\f22c";}
.fontawesomeregular-icon-genderless:before { content: "\f22d";}
.fontawesomeregular-icon-facebook-official:before { content: "\f230";}
.fontawesomeregular-icon-pinterest-p:before { content: "\f231";}
.fontawesomeregular-icon-whatsapp:before { content: "\f232";}
.fontawesomeregular-icon-server:before { content: "\f233";}
.fontawesomeregular-icon-user-plus:before { content: "\f234";}
.fontawesomeregular-icon-user-times:before { content: "\f235";}
.fontawesomeregular-icon-bed:before { content: "\f236";}
.fontawesomeregular-icon-viacoin:before { content: "\f237";}
.fontawesomeregular-icon-train:before { content: "\f238";}
.fontawesomeregular-icon-subway:before { content: "\f239";}
.fontawesomeregular-icon-medium:before { content: "\f23a";}
.fontawesomeregular-icon-y-combinator:before { content: "\f23b";}
.fontawesomeregular-icon-optin-monster:before { content: "\f23c";}
.fontawesomeregular-icon-opencart:before { content: "\f23d";}
.fontawesomeregular-icon-expeditedssl:before { content: "\f23e";}
.fontawesomeregular-icon-battery-full:before { content: "\f240";}
.fontawesomeregular-icon-battery-three-quarters:before { content: "\f241";}
.fontawesomeregular-icon-battery-half:before { content: "\f242";}
.fontawesomeregular-icon-battery-quarter:before { content: "\f243";}
.fontawesomeregular-icon-battery-empty:before { content: "\f244";}
.fontawesomeregular-icon-mouse-pointer:before { content: "\f245";}
.fontawesomeregular-icon-i-cursor:before { content: "\f246";}
.fontawesomeregular-icon-object-group:before { content: "\f247";}
.fontawesomeregular-icon-object-ungroup:before { content: "\f248";}
.fontawesomeregular-icon-sticky-note:before { content: "\f249";}
.fontawesomeregular-icon-sticky-note-o:before { content: "\f24a";}
.fontawesomeregular-icon-cc-jcb:before { content: "\f24b";}
.fontawesomeregular-icon-cc-diners-club:before { content: "\f24c";}
.fontawesomeregular-icon-clone:before { content: "\f24d";}
.fontawesomeregular-icon-balance-scale:before { content: "\f24e";}
.fontawesomeregular-icon-hourglass-o:before { content: "\f250";}
.fontawesomeregular-icon-hourglass-start:before { content: "\f251";}
.fontawesomeregular-icon-hourglass-half:before { content: "\f252";}
.fontawesomeregular-icon-hourglass-end:before { content: "\f253";}
.fontawesomeregular-icon-hourglass:before { content: "\f254";}
.fontawesomeregular-icon-hand-rock-o:before { content: "\f255";}
.fontawesomeregular-icon-hand-paper-o:before { content: "\f256";}
.fontawesomeregular-icon-hand-scissors-o:before { content: "\f257";}
.fontawesomeregular-icon-hand-lizard-o:before { content: "\f258";}
.fontawesomeregular-icon-hand-spock-o:before { content: "\f259";}
.fontawesomeregular-icon-hand-pointer-o:before { content: "\f25a";}
.fontawesomeregular-icon-hand-peace-o:before { content: "\f25b";}
.fontawesomeregular-icon-trademark:before { content: "\f25c";}
.fontawesomeregular-icon-registered:before { content: "\f25d";}
.fontawesomeregular-icon-creative-commons:before { content: "\f25e";}
.fontawesomeregular-icon-gg:before { content: "\f260";}
.fontawesomeregular-icon-gg-circle:before { content: "\f261";}
.fontawesomeregular-icon-tripadvisor:before { content: "\f262";}
.fontawesomeregular-icon-odnoklassniki:before { content: "\f263";}
.fontawesomeregular-icon-odnoklassniki-square:before { content: "\f264";}
.fontawesomeregular-icon-get-pocket:before { content: "\f265";}
.fontawesomeregular-icon-wikipedia-w:before { content: "\f266";}
.fontawesomeregular-icon-safari:before { content: "\f267";}
.fontawesomeregular-icon-chrome:before { content: "\f268";}
.fontawesomeregular-icon-firefox:before { content: "\f269";}
.fontawesomeregular-icon-opera:before { content: "\f26a";}
.fontawesomeregular-icon-internet-explorer:before { content: "\f26b";}
.fontawesomeregular-icon-television:before { content: "\f26c";}
.fontawesomeregular-icon-contao:before { content: "\f26d";}
.fontawesomeregular-icon-500px:before { content: "\f26e";}
.fontawesomeregular-icon-amazon:before { content: "\f270";}
.fontawesomeregular-icon-calendar-plus-o:before { content: "\f271";}
.fontawesomeregular-icon-calendar-minus-o:before { content: "\f272";}
.fontawesomeregular-icon-calendar-times-o:before { content: "\f273";}
.fontawesomeregular-icon-calendar-check-o:before { content: "\f274";}
.fontawesomeregular-icon-industry:before { content: "\f275";}
.fontawesomeregular-icon-map-pin:before { content: "\f276";}
.fontawesomeregular-icon-map-signs:before { content: "\f277";}
.fontawesomeregular-icon-map-o:before { content: "\f278";}
.fontawesomeregular-icon-map:before { content: "\f279";}
.fontawesomeregular-icon-commenting:before { content: "\f27a";}
.fontawesomeregular-icon-commenting-o:before { content: "\f27b";}
.fontawesomeregular-icon-houzz:before { content: "\f27c";}
.fontawesomeregular-icon-vimeo:before { content: "\f27d";}
.fontawesomeregular-icon-black-tie:before { content: "\f27e";}
.fontawesomeregular-icon-fonticons:before { content: "\f280";}
.fontawesomeregular-icon-address-card-o:before { content: "\f2bc";}
.fontawesomeregular-icon-pied-piper-pp:before { content: "\f1a7";}
.fontawesomeregular-icon-reddit-alien:before { content: "\f281";}
.fontawesomeregular-icon-edge:before { content: "\f282";}
.fontawesomeregular-icon-credit-card-alt:before { content: "\f283";}
.fontawesomeregular-icon-codiepie:before { content: "\f284";}
.fontawesomeregular-icon-modx:before { content: "\f285";}
.fontawesomeregular-icon-fort-awesome:before { content: "\f286";}
.fontawesomeregular-icon-usb:before { content: "\f287";}
.fontawesomeregular-icon-product-hunt:before { content: "\f288";}
.fontawesomeregular-icon-mixcloud:before { content: "\f289";}
.fontawesomeregular-icon-scribd:before { content: "\f28a";}
.fontawesomeregular-icon-pause-circle:before { content: "\f28b";}
.fontawesomeregular-icon-pause-circle-o:before { content: "\f28c";}
.fontawesomeregular-icon-stop-circle:before { content: "\f28d";}
.fontawesomeregular-icon-stop-circle-o:before { content: "\f28e";}
.fontawesomeregular-icon-shopping-bag:before { content: "\f290";}
.fontawesomeregular-icon-shopping-basket:before { content: "\f291";}
.fontawesomeregular-icon-hashtag:before { content: "\f292";}
.fontawesomeregular-icon-bluetooth:before { content: "\f293";}
.fontawesomeregular-icon-bluetooth-b:before { content: "\f294";}
.fontawesomeregular-icon-percent:before { content: "\f295";}
.fontawesomeregular-icon-gitlab:before { content: "\f296";}
.fontawesomeregular-icon-wpbeginner:before { content: "\f297";}
.fontawesomeregular-icon-wpforms:before { content: "\f298";}
.fontawesomeregular-icon-envira:before { content: "\f299";}
.fontawesomeregular-icon-universal-access:before { content: "\f29a";}
.fontawesomeregular-icon-wheelchair-alt:before { content: "\f29b";}
.fontawesomeregular-icon-question-circle-o:before { content: "\f29c";}
.fontawesomeregular-icon-blind:before { content: "\f29d";}
.fontawesomeregular-icon-audio-description:before { content: "\f29e";}
.fontawesomeregular-icon-volume-control-phone:before { content: "\f2a0";}
.fontawesomeregular-icon-braille:before { content: "\f2a1";}
.fontawesomeregular-icon-assistive-listening-systems:before { content: "\f2a2";}
.fontawesomeregular-icon-american-sign-language-interpreting:before { content: "\f2a3";}
.fontawesomeregular-icon-deaf:before { content: "\f2a4";}
.fontawesomeregular-icon-glide:before { content: "\f2a5";}
.fontawesomeregular-icon-glide-g:before { content: "\f2a6";}
.fontawesomeregular-icon-sign-language:before { content: "\f2a7";}
.fontawesomeregular-icon-low-vision:before { content: "\f2a8";}
.fontawesomeregular-icon-viadeo:before { content: "\f2a9";}
.fontawesomeregular-icon-viadeo-square:before { content: "\f2aa";}
.fontawesomeregular-icon-snapchat:before { content: "\f2ab";}
.fontawesomeregular-icon-snapchat-ghost:before { content: "\f2ac";}
.fontawesomeregular-icon-snapchat-square:before { content: "\f2ad";}
.fontawesomeregular-icon-first-order:before { content: "\f2b0";}
.fontawesomeregular-icon-yoast:before { content: "\f2b1";}
.fontawesomeregular-icon-themeisle:before { content: "\f2b2";}
.fontawesomeregular-icon-google-plus-official:before { content: "\f2b3";}
.fontawesomeregular-icon-font-awesome:before { content: "\f2b4";}
.fontawesomeregular-icon-handshake-o:before { content: "\f2b5";}
.fontawesomeregular-icon-envelope-open:before { content: "\f2b6";}
.fontawesomeregular-icon-envelope-open-o:before { content: "\f2b7";}
.fontawesomeregular-icon-linode:before { content: "\f2b8";}
.fontawesomeregular-icon-address-book:before { content: "\f2b9";}
.fontawesomeregular-icon-address-book-o:before { content: "\f2ba";}
.fontawesomeregular-icon-address-card:before { content: "\f2bb";}
.fontawesomeregular-icon-user-circle:before { content: "\f2bd";}
.fontawesomeregular-icon-user-circle-o:before { content: "\f2be";}
.fontawesomeregular-icon-user-o:before { content: "\f2c0";}
.fontawesomeregular-icon-id-badge:before { content: "\f2c1";}
.fontawesomeregular-icon-id-card:before { content: "\f2c2";}
.fontawesomeregular-icon-id-card-o:before { content: "\f2c3";}
.fontawesomeregular-icon-quora:before { content: "\f2c4";}
.fontawesomeregular-icon-free-code-camp:before { content: "\f2c5";}
.fontawesomeregular-icon-telegram:before { content: "\f2c6";}
.fontawesomeregular-icon-thermometer-full:before { content: "\f2c7";}
.fontawesomeregular-icon-thermometer-three-quarters:before { content: "\f2c8";}
.fontawesomeregular-icon-thermometer-half:before { content: "\f2c9";}
.fontawesomeregular-icon-thermometer-quarter:before { content: "\f2ca";}
.fontawesomeregular-icon-thermometer-empty:before { content: "\f2cb";}
.fontawesomeregular-icon-shower:before { content: "\f2cc";}
.fontawesomeregular-icon-bath:before { content: "\f2cd";}
.fontawesomeregular-icon-podcast:before { content: "\f2ce";}
.fontawesomeregular-icon-window-maximize:before { content: "\f2d0";}
.fontawesomeregular-icon-window-minimize:before { content: "\f2d1";}
.fontawesomeregular-icon-window-restore:before { content: "\f2d2";}
.fontawesomeregular-icon-window-close:before { content: "\f2d3";}
.fontawesomeregular-icon-window-close-o:before { content: "\f2d4";}
.fontawesomeregular-icon-bandcamp:before { content: "\f2d5";}
.fontawesomeregular-icon-grav:before { content: "\f2d6";}
.fontawesomeregular-icon-etsy:before { content: "\f2d7";}
.fontawesomeregular-icon-imdb:before { content: "\f2d8";}
.fontawesomeregular-icon-ravelry:before { content: "\f2d9";}
.fontawesomeregular-icon-eercast:before { content: "\f2da";}
.fontawesomeregular-icon-microchip:before { content: "\f2db";}
.fontawesomeregular-icon-snowflake-o:before { content: "\f2dc";}
.fontawesomeregular-icon-superpowers:before { content: "\f2dd";}
.fontawesomeregular-icon-wpexplorer:before { content: "\f2de";}
.fontawesomeregular-icon-meetup:before { content: "\f2e0";}

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */

/* FONT AWESOME CORE
 * -------------------------- */
[class^="fontawesomeregular-icon-"],
[class*=" fontawesomeregular-icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="fontawesomeregular-icon-"]:before,
[class*=" fontawesomeregular-icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="fontawesomeregular-icon-"],
a [class*=" fontawesomeregular-icon-"],
a [class^="fontawesomeregular-icon-"]:before,
a [class*=" fontawesomeregular-icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="fontawesomeregular-icon-"].icon-fixed-width,
[class*=" fontawesomeregular-icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="fontawesomeregular-icon-"].icon-fixed-width.icon-large,
[class*=" fontawesomeregular-icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="fontawesomeregular-icon-"].hide,
[class*=" fontawesomeregular-icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="fontawesomeregular-icon-"].pull-left,
[class*=" fontawesomeregular-icon-"].pull-left {
  margin-right: .3em;
}
[class^="fontawesomeregular-icon-"].pull-right,
[class*=" fontawesomeregular-icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="fontawesomeregular-icon-"],
[class*=" fontawesomeregular-icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="fontawesomeregular-icon-"],
.nav-pills > .active > a > [class*=" fontawesomeregular-icon-"],
.nav-list > .active > a > [class^="fontawesomeregular-icon-"],
.nav-list > .active > a > [class*=" fontawesomeregular-icon-"],
.navbar-inverse .nav > .active > a > [class^="fontawesomeregular-icon-"],
.navbar-inverse .nav > .active > a > [class*=" fontawesomeregular-icon-"],
.dropdown-menu > li > a:hover > [class^="fontawesomeregular-icon-"],
.dropdown-menu > li > a:hover > [class*=" fontawesomeregular-icon-"],
.dropdown-menu > .active > a > [class^="fontawesomeregular-icon-"],
.dropdown-menu > .active > a > [class*=" fontawesomeregular-icon-"],
.dropdown-submenu:hover > a > [class^="fontawesomeregular-icon-"],
.dropdown-submenu:hover > a > [class*=" fontawesomeregular-icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="fontawesomeregular-icon-"].icon-large,
.nav [class^="fontawesomeregular-icon-"].icon-large,
.btn [class*=" fontawesomeregular-icon-"].icon-large,
.nav [class*=" fontawesomeregular-icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="fontawesomeregular-icon-"].icon-spin,
.nav [class^="fontawesomeregular-icon-"].icon-spin,
.btn [class*=" fontawesomeregular-icon-"].icon-spin,
.nav [class*=" fontawesomeregular-icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="fontawesomeregular-icon-"],
.nav-pills [class^="fontawesomeregular-icon-"],
.nav-tabs [class*=" fontawesomeregular-icon-"],
.nav-pills [class*=" fontawesomeregular-icon-"],
.nav-tabs [class^="fontawesomeregular-icon-"].icon-large,
.nav-pills [class^="fontawesomeregular-icon-"].icon-large,
.nav-tabs [class*=" fontawesomeregular-icon-"].icon-large,
.nav-pills [class*=" fontawesomeregular-icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="fontawesomeregular-icon-"].pull-left.icon-2x,
.btn [class*=" fontawesomeregular-icon-"].pull-left.icon-2x,
.btn [class^="fontawesomeregular-icon-"].pull-right.icon-2x,
.btn [class*=" fontawesomeregular-icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="fontawesomeregular-icon-"].icon-spin.icon-large,
.btn [class*=" fontawesomeregular-icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-small [class^="fontawesomeregular-icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" fontawesomeregular-icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="fontawesomeregular-icon-"],
.btn.btn-large [class*=" fontawesomeregular-icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-large [class^="fontawesomeregular-icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" fontawesomeregular-icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="fontawesomeregular-icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" fontawesomeregular-icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="fontawesomeregular-icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" fontawesomeregular-icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="fontawesomeregular-icon-"],
.icon-stack [class*=" fontawesomeregular-icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Animated pulsating icon */
.icon-pulse {
  display: inline-block;
  -moz-animation: spin 1s infinite steps(8);
  -o-animation: spin 1s infinite steps(8);
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* STYLE BLOCK "Fontello" (6EDB::3256::6EDB::612) */

@font-face {font-family:Fontello;src:url('/fonts/Fontello/fontello.eot');src:url('/fonts/Fontello/fontello.eot?#iefix') format('embedded-opentype'),url('/fonts/Fontello/fontello.woff') format('woff'),url('/fonts/Fontello/fontello.ttf') format('truetype'),url('/fonts/Fontello/fontello.svg#fontello') format('svg');font-weight:normal;font-style:normal;}

.fontello-icon-file-pdf:before { content: "\e803";}
.fontello-icon-warehouse:before { content: "\e8cc";}
.fontello-icon-water:before { content: "\e878";}
.fontello-icon-wheelchair:before { content: "\e81a";}
.fontello-icon-window:before { content: "\e86f";}
.fontello-icon-windows:before { content: "\e83d";}
.fontello-icon-wristwatch:before { content: "\e895";}
.fontello-icon-male:before { content: "\e800";}
.fontello-icon-female:before { content: "\e801";}
.fontello-icon-child:before { content: "\e802";}
.fontello-icon-file-word:before { content: "\e804";}
.fontello-icon-file-excel:before { content: "\e805";}
.fontello-icon-file-powerpoint:before { content: "\e806";}
.fontello-icon-file-image:before { content: "\e807";}
.fontello-icon-file-archive:before { content: "\e808";}
.fontello-icon-file-audio:before { content: "\e809";}
.fontello-icon-file-video:before { content: "\e80a";}
.fontello-icon-file-code:before { content: "\e80b";}
.fontello-icon-box:before { content: "\e80c";}
.fontello-icon-fax:before { content: "\e80d";}
.fontello-icon-sliders:before { content: "\e80e";}
.fontello-icon-paper-plane-empty:before { content: "\e80f";}
.fontello-icon-cab:before { content: "\e811";}
.fontello-icon-taxi:before { content: "\e812";}
.fontello-icon-sort-alt-up:before { content: "\e813";}
.fontello-icon-sort-name-up:before { content: "\e814";}
.fontello-icon-sort-name-down:before { content: "\e815";}
.fontello-icon-sort-alt-down:before { content: "\e816";}
.fontello-icon-sort-number-up:before { content: "\e817";}
.fontello-icon-sort-number-down:before { content: "\e818";}
.fontello-icon-beer:before { content: "\e819";}
.fontello-icon-extinguisher:before { content: "\e81b";}
.fontello-icon-cubes:before { content: "\e81c";}
.fontello-icon-cube:before { content: "\e81d";}
.fontello-icon-spoon:before { content: "\e81e";}
.fontello-icon-paw:before { content: "\e81f";}
.fontello-icon-graduation-cap:before { content: "\e820";}
.fontello-icon-language:before { content: "\e821";}
.fontello-icon-recycle:before { content: "\e822";}
.fontello-icon-database:before { content: "\e823";}
.fontello-icon-tree:before { content: "\e824";}
.fontello-icon-lifebuoy:before { content: "\e825";}
.fontello-icon-rebel:before { content: "\e826";}
.fontello-icon-empire:before { content: "\e827";}
.fontello-icon-bomb:before { content: "\e828";}
.fontello-icon-space-shuttle:before { content: "\e829";}
.fontello-icon-adn:before { content: "\e82a";}
.fontello-icon-apple:before { content: "\e82b";}
.fontello-icon-bitbucket:before { content: "\e82c";}
.fontello-icon-bitbucket-squared:before { content: "\e82d";}
.fontello-icon-codeopen:before { content: "\e82e";}
.fontello-icon-delicious:before { content: "\e82f";}
.fontello-icon-dribbble:before { content: "\e830";}
.fontello-icon-dropbox:before { content: "\e831";}
.fontello-icon-drupal:before { content: "\e832";}
.fontello-icon-facebook:before { content: "\e833";}
.fontello-icon-facebook-squared:before { content: "\e834";}
.fontello-icon-google:before { content: "\e835";}
.fontello-icon-gplus-squared:before { content: "\e836";}
.fontello-icon-gplus:before { content: "\e837";}
.fontello-icon-pagelines:before { content: "\e838";}
.fontello-icon-slack:before { content: "\e839";}
.fontello-icon-skype:before { content: "\e83a";}
.fontello-icon-stackoverflow:before { content: "\e83b";}
.fontello-icon-stackexchange:before { content: "\e83c";}
.fontello-icon-instagramm:before { content: "\e83e";}
.fontello-icon-joomla:before { content: "\e83f";}
.fontello-icon-linux:before { content: "\e840";}
.fontello-icon-gittip:before { content: "\e841";}
.fontello-icon-bug:before { content: "\e842";}
.fontello-icon-circle-notch:before { content: "\e843";}
.fontello-icon-dot-circled:before { content: "\e844";}
.fontello-icon-spin1:before { content: "\e845";}
.fontello-icon-spin2:before { content: "\e846";}
.fontello-icon-spin3:before { content: "\e847";}
.fontello-icon-spin4:before { content: "\e848";}
.fontello-icon-spin5:before { content: "\e849";}
.fontello-icon-spin6:before { content: "\e84a";}
.fontello-icon-chrome:before { content: "\e84c";}
.fontello-icon-ie:before { content: "\e84e";}
.fontello-icon-crown:before { content: "\e84f";}
.fontello-icon-marquee:before { content: "\e850";}
.fontello-icon-note-beamed:before { content: "\e851";}
.fontello-icon-music:before { content: "\e852";}
.fontello-icon-flashlight:before { content: "\e853";}
.fontello-icon-user:before { content: "\e854";}
.fontello-icon-users:before { content: "\e855";}
.fontello-icon-user-add:before { content: "\e856";}
.fontello-icon-picture:before { content: "\e857";}
.fontello-icon-camera:before { content: "\e858";}
.fontello-icon-layout:before { content: "\e859";}
.fontello-icon-menu:before { content: "\e85a";}
.fontello-icon-cancel:before { content: "\e85b";}
.fontello-icon-check:before { content: "\e85c";}
.fontello-icon-home:before { content: "\e85d";}
.fontello-icon-feather:before { content: "\e85e";}
.fontello-icon-chat:before { content: "\e85f";}
.fontello-icon-alert:before { content: "\e860";}
.fontello-icon-map:before { content: "\e861";}
.fontello-icon-address:before { content: "\e862";}
.fontello-icon-book:before { content: "\e863";}
.fontello-icon-archive:before { content: "\e864";}
.fontello-icon-tools:before { content: "\e865";}
.fontello-icon-share:before { content: "\e866";}
.fontello-icon-shareable:before { content: "\e867";}
.fontello-icon-login:before { content: "\e868";}
.fontello-icon-logout:before { content: "\e869";}
.fontello-icon-sound:before { content: "\e86a";}
.fontello-icon-hourglass:before { content: "\e86b";}
.fontello-icon-lamp:before { content: "\e86c";}
.fontello-icon-popup:before { content: "\e86d";}
.fontello-icon-publish:before { content: "\e86e";}
.fontello-icon-battery:before { content: "\e870";}
.fontello-icon-back-in-time:before { content: "\e871";}
.fontello-icon-network:before { content: "\e872";}
.fontello-icon-globe:before { content: "\e873";}
.fontello-icon-chart-line:before { content: "\e874";}
.fontello-icon-chart-bar:before { content: "\e875";}
.fontello-icon-chart-area:before { content: "\e876";}
.fontello-icon-tape:before { content: "\e877";}
.fontello-icon-droplet:before { content: "\e879";}
.fontello-icon-air:before { content: "\e87a";}
.fontello-icon-credit-card:before { content: "\e87b";}
.fontello-icon-flow-branch:before { content: "\e87c";}
.fontello-icon-flow-tree:before { content: "\e87d";}
.fontello-icon-flow-line:before { content: "\e87e";}
.fontello-icon-flow-parallel:before { content: "\e87f";}
.fontello-icon-google-circles:before { content: "\e880";}
.fontello-icon-th:before { content: "\e881";}
.fontello-icon-th-outline:before { content: "\e882";}
.fontello-icon-ok-outline:before { content: "\e883";}
.fontello-icon-ok:before { content: "\e884";}
.fontello-icon-cancel-outline:before { content: "\e885";}
.fontello-icon-info-outline:before { content: "\e886";}
.fontello-icon-info:before { content: "\e887";}
.fontello-icon-pin-outline:before { content: "\e888";}
.fontello-icon-eye-outline:before { content: "\e889";}
.fontello-icon-eye:before { content: "\e88a";}
.fontello-icon-reply-outline:before { content: "\e88b";}
.fontello-icon-reply:before { content: "\e88c";}
.fontello-icon-forward:before { content: "\e88d";}
.fontello-icon-code-outline:before { content: "\e88e";}
.fontello-icon-code:before { content: "\e88f";}
.fontello-icon-pencil:before { content: "\e890";}
.fontello-icon-pen:before { content: "\e891";}
.fontello-icon-edit:before { content: "\e892";}
.fontello-icon-plug:before { content: "\e893";}
.fontello-icon-stopwatch:before { content: "\e894";}
.fontello-icon-chart-pie-1:before { content: "\e896";}
.fontello-icon-globe-alt-outline:before { content: "\e897";}
.fontello-icon-globe-alt:before { content: "\e898";}
.fontello-icon-chart-pie-alt:before { content: "\e899";}
.fontello-icon-target:before { content: "\e89a";}
.fontello-icon-hash:before { content: "\e89b";}
.fontello-icon-signal:before { content: "\e89c";}
.fontello-icon-heart-broken:before { content: "\e89d";}
.fontello-icon-heart:before { content: "\e89e";}
.fontello-icon-chart-bar-1:before { content: "\e89f";}
.fontello-icon-female-1:before { content: "\e8a0";}
.fontello-icon-male-1:before { content: "\e8a1";}
.fontello-icon-aboveground-rail:before { content: "\e8a2";}
.fontello-icon-beer-1:before { content: "\e8a3";}
.fontello-icon-belowground-rail:before { content: "\e8a4";}
.fontello-icon-bicycle:before { content: "\e8a5";}
.fontello-icon-bus:before { content: "\e8a6";}
.fontello-icon-cafe:before { content: "\e8a7";}
.fontello-icon-campsite:before { content: "\e8a8";}
.fontello-icon-cemetery:before { content: "\e8a9";}
.fontello-icon-cinema:before { content: "\e8aa";}
.fontello-icon-ferry:before { content: "\e8ab";}
.fontello-icon-fuel:before { content: "\e8ac";}
.fontello-icon-football:before { content: "\e8ad";}
.fontello-icon-fire-station:before { content: "\e8ae";}
.fontello-icon-fast-food:before { content: "\e8af";}
.fontello-icon-garden:before { content: "\e8b0";}
.fontello-icon-giraffe:before { content: "\e8b1";}
.fontello-icon-golf:before { content: "\e8b2";}
.fontello-icon-heliport:before { content: "\e8b3";}
.fontello-icon-industrial-building:before { content: "\e8b4";}
.fontello-icon-library:before { content: "\e8b5";}
.fontello-icon-lodging:before { content: "\e8b6";}
.fontello-icon-london-underground:before { content: "\e8b7";}
.fontello-icon-pitch:before { content: "\e8b8";}
.fontello-icon-police:before { content: "\e8b9";}
.fontello-icon-post:before { content: "\e8ba";}
.fontello-icon-prison:before { content: "\e8bb";}
.fontello-icon-rail:before { content: "\e8bc";}
.fontello-icon-religious-christian:before { content: "\e8bd";}
.fontello-icon-religious-islam:before { content: "\e8be";}
.fontello-icon-restaurant:before { content: "\e8bf";}
.fontello-icon-roadblock:before { content: "\e8c0";}
.fontello-icon-school:before { content: "\e8c1";}
.fontello-icon-shop:before { content: "\e8c2";}
.fontello-icon-skiing:before { content: "\e8c3";}
.fontello-icon-soccer:before { content: "\e8c4";}
.fontello-icon-swimming:before { content: "\e8c5";}
.fontello-icon-tennis:before { content: "\e8c6";}
.fontello-icon-theatre:before { content: "\e8c7";}
.fontello-icon-toilet:before { content: "\e8c8";}
.fontello-icon-town-hall:before { content: "\e8c9";}
.fontello-icon-trash:before { content: "\e8ca";}
.fontello-icon-tree-1:before { content: "\e8cb";}
.fontello-icon-glasses:before { content: "\e8cd";}
.fontello-icon-hearing-impaired:before { content: "\e8ce";}
.fontello-icon-guidedog:before { content: "\e8cf";}
.fontello-icon-accessibility:before { content: "\e8d0";}
.fontello-icon-universal-access:before { content: "\e8d1";}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?73552114#fontello') format('svg');
  }
}
*/
 
[class^="fontello-icon-"]:before, [class*=" fontello-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


/* vertical alignment, o.a. in sidebar */

 [class^="fontello-icon-"], [class*=" fontello-icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* STYLE BLOCK "Navigation menu colored icons" (6EDB::3256::6EDB::447) */

.navigation-menu-colored-icons a, .navigation-menu-colored-icons a:hover {
	text-decoration:none;
	opacity:0.8;
}

.navigation-menu-colored-icons a:hover {
	opacity:1.0;
	transition: opacity 0.5s ease;
}

.navigation-menu-colored-icons li {
	margin-bottom:5px;
}

.navigation-menu-colored-icons ul {
	list-style:none;
	padding:0;
	margin:0;
}
/* STYLE BLOCK "Grid colored icons" (6EDB::3256::6EDB::470) */

.grid-colored-icons a,
.grid-colored-icons a:hover,
.wf-db-dashboard .grid-colored-icons a,
.wf-db-dashboard .grid-colored-icons a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

.grid-colored-icons .grid-menu-tile-inner {
	opacity:0.8;
}

.grid-colored-icons .grid-menu-tile-inner:hover {
	opacity:1.0;
}

.grid-colored-icons .grid-menu-tile-inner {
	margin-bottom:10px;
	padding:10px;
}

.grid-colored-icons .menu-item-content-horizontal i {
	margin-right:5px;
	vertical-align:middle;
}

.grid-colored-icons .menu-item-content-vertical .menu-item-icon {
 	/*vaste breedte mbv inline-block nodig om items met web icon onderling uit te lijnen */
	display:inline-block;
	/*breedte wordt binnen component overruled ivm verschillende iconfontsizes*/
	width:35px;
}

.grid-colored-icons .menu-item-icon {
	display:inline-block;
	width:30px;
}

.grid-colored-icons .grid-menu-tile-inner.warning .menu-item-icon{
	color: #AA4643 !important; /* important om Dashboard - Windows specific styling te kunnen overrulen. Kleur is gelijk aan: .red*/
}

.grid-colored-icons .menu-item-content-vertical span {
	display:block;
}

.grid-colored-icons .menu-item-content-vertical {
	text-align:center;
}

.grid-colored-icons .menu-item-content-vertical i {
	margin-bottom:5px;
}
/* STYLE BLOCK "Nieuwsbericht 2 columns image + content" (6EDB::3256::6EDB::493) */

.slider-two-columns img {
	max-width:100%;
}

.slider-two-columns .slider-two-columns-imagecontainer {
	width:50%;
	display:inline-block;
	vertical-align:top;
}

.slider-two-columns .slider-two-columns-content-part {
	width:50%;
	display:inline-block;
	vertical-align:top;
}

.slider-two-columns .slider-two-columns-content-inner {
	padding-left:15px;
}

@media screen and (max-width: 600px) { 
	.slider-two-columns .slider-two-columns-content-part, .slider-two-columns 
.slider-two-columns-imagecontainer {
	display:block;
	width:100%;
}
}


/* STYLE BLOCK "Nieuwsbericht detailweergave" (6EDB::3256::6EDB::503) */

/* default styling, dit is te overrulen op het webcontrol */


#top-content-container .content-item .content-container .image {
	float: left; 
       max-width: 100%;
}


/* ivm de lijst met nieuwsberichten daarvan moet de tekst niet floaten tegen de afbeelding */
#top-content-container .content-item-list .content-item .content-container .image {
	float: none;
}

.pfnews-maxwidth800 {
	max-width: 800px;
}
/* STYLE BLOCK "Nieuwslijst (obv publicaties)" (6EDB::3256::6EDB::502) */

.content-item {
	width: 95%;
}
/* STYLE BLOCK "Lijst CMS-artikelen" (6EDB::3256::6EDB::528) */

.content-item {
	width: 95%;
}

/* STYLE BLOCK "Field table: kolommen afbreken" (6EDB::3256::6EDB::529) */

.field-table-wrap .table {
	white-space: normal;
} 

.field-table-wrap .fieldlist-label {
	color: #808080;	
}

.field-table-wrap td {
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 25px;
	margin-top: 5px;
}

.field-table-wrap td {
	border-bottom: 1px solid #f2f2f2;
}

.field-table-wrap tr:last-child {
	border-bottom: none;
}

/* STYLE BLOCK "Add to shoppingcart" (6EDB::3256::6EDB::531) */

.add-to-shopping-cart-priceinfo-tile {
	text-align:right;
}

.add-to-shoppingcart-container a:hover {
	text-decoration:none;
	opacity:1.0;
}

.add-to-shoppingcart-container select {
	padding:5px;
	margin-right:3px;
}

.add-to-shoppingcart-container i {
	height:25px;
	vertical-align:middle;
	color:#FFF;
	margin-right:4px;
	padding-bottom:4px;
}

.price-info-item-label-value-pack {
	padding-right: 10px;
	width:120px;
	padding-top:10px;
	display:inline-block;
	vertical-align: bottom;
}

.price-info-item-label {
	padding-right: 10px;
	width:120px;
	padding-top:10px;
	display:inline-block;
}

.price-info-item-amount-container {
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	white-space:nowrap;
}

.price-info-container {
	padding-bottom:6px;
	display:block;
}

.price-info-variation1, .price-info-variation2 {
	min-width: 100px;
	max-width: 300px;
	display: inline-block;
}

.price-info-item-unit {
	font-size: 10px; 
	text-align:center;
}

.price-info-item-unit-tile {
	font-size:10px; 
	text-align: right;
}

.price-info-value-container {
	font-size:20px; 
	min-width:150px;
	text-align:right;
}

.price-info-value-from {
	font-size: 16px; 
	text-decoration: line-through; 
	padding-bottom: 5px; 
	color: darkgrey;
}

.price-info-value-from-tile {
	font-size:14px; 
	text-decoration:line-through; 
	padding-right: 5px; 
	color: darkgrey;
}

.price-info-value-for-tile {
	font-size:18px;
}

.price-info-value-discount {
	font-size: 10px; 
	padding-top:5px; 
}

.price-info-value-per {
	font-size: 10px;  
}

.add-to-shoppingcart-numberofitems {
	width: 75px;
	text-align: center;
}

.widgets-button.button-primary.add-to-shoppingcart-button {
	margin-right:0px;
}

.widgets-button.button-primary.add-to-shoppingcart-button i {
	font-size:20px;
}

.widgets-button.button-primary.add-to-shopping-cart-button-plusminus {
	padding:4px;
	padding-left:6px;
	font-size:14px;
	color:#FFFFFF;
}

.add-to-shopping-cart-button-padding {
	padding-top:10px;
	text-align:right;
}

.add-to-shoppingcart-delta {
	white-space: nowrap;
	border-radius: 3px;
	padding: 3px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-right:0px;
}

.add-to-shoppingcart-delta.add-to-shoppingcart-plus {
	padding:4px; 
	padding-left:6px;
}

.add-to-shoppingcart-delta.add-to-shoppingcart-minus {
	padding-left:0px; 
}

.item-details-overview-left {
	display:inline-block; 
	width: 40%; 
	margin: 10px;
}

.item-details-overview-right {
	display:inline-block; 
	vertical-align:top; 
	margin: 10px;
	width: 50%;
}

.item-details-accessories {
	display: block; 
	margin: 10px 0px;
	font-size: 0.8em;
}

.add-accesssory-to-shoppingcart-container a:hover {
	text-decoration: none;
	opacity:1.0;
}

.add-accesssory-to-shoppingcart-container {
	text-align: right;
	vertical-align: middle;
	color: #FFF;
	padding-top: 4px;
}

.item-details-reviews {
	display: block; 
	margin: 10px 0px;
}

.item-details-specs {
	width: 100%;
	margin-top: 20px;
}

.item-details-specs td {
	vertical-align: top;
}

.item-details-phone {
	margin-top: 10px;
}

.modal-window-shoppingcart {
	line-height: 20px;
}

/* STYLE BLOCK "Gebruikersaccount" (6EDB::3256::6EDB::534) */

.gebruikersaccount-gebruikersgroepen .listbox-title img {
	display: none;
}
/* STYLE BLOCK "Splitbutton" (6EDB::3256::6EDB::551) */

span.splitbutton a {
	height: auto;
	width: auto;
}

span.splitbutton {
	position:relative;
	right: 3px;
}

.splitbutton {
	position:relative;
}

.splitbutton .splitbutton-accountmenu {
	font-size: 12px;
}

.splitbutton.splitbutton-accountmenu i {
	font-size: 16px;
}

.splitbutton.splitbutton-accountmenu a:hover {
	text-decoration:none;
}

.splitbutton .splitbutton-accountmenu .menuitem i {
	font-size: 16px;
}

.splitbutton .splitbutton-carret {
	margin-left:3px;
	position:relative;
	top:-3px;
	font-size: 20px;
}

.splitbutton-label {
	margin-left:3px;
	margin-right:3px;
}

.splitbutton.splitbutton-shopping-cart-widget i {
	font-size: 20px;
	color:#FFFFFF;
	opacity:0.6;
	text-decoration: none;
}

.splitbutton img {
	vertical-align:text-bottom;
}
/* STYLE BLOCK "Icon with badge" (6EDB::3256::6EDB::944) */

.web-icon-number {
color: white;
margin-left:-9px; 
display: inline; 
position: relative; 
font-size: 12px; 
border-radius: 10px; 
height: 14px; 
line-height: 14px; 
padding:1px 4px;
top:-8px;
}

.top-header a .web-icon-number i {
	top:-1px;
}

/* STYLE BLOCK "Webcontent master detail slider" (6EDB::3256::6EDB::624) */

.webcontent-masterdetail-slider {
	color: #FFF;
} 

.sidebar-menu-slider-label {
	margin-left:3px;
	margin-right:3px;
}
/* STYLE BLOCK "Wizard dialog template" (6EDB::3256::6EDB::558) */

.wizard-dialog-container .wizard-dialog-content {
	min-height:200px;
}

.wizard-dialog-container {
	margin-bottom:15px;
}

.wizard-dialog-footer {
	line-height:40px;
	background:#f2f2f2;
	border:1px solid #DDD;
	border-radius:2px;
	padding:6px 5px 5px 5px;
}

.wizard-dialog-footer .last {
	text-align:right;
}
/* STYLE BLOCK "Afbeelding" (6EDB::3256::6EDB::576) */

img.image-container-fluid {
	max-width:100%;
	height:auto;
}
/* STYLE BLOCK "Grid responsive Base styling" (6EDB::3256::6EDB::577) */

.responsive-grid-container {
	clear:both;
	padding:0px;
	margin:0px;
	/* ter compensatie van paddings van column inner content */
	margin-left:-5px;
	margin-right:-5px;
}

.responsive-grid-col {
	display:inline-block;
	vertical-align:top;
}

.responsive-grid-col-inner{
	padding-left:5px;
	padding-right:5px;
}
/* STYLE BLOCK "Responsive-grid-col-6-3-1" (6EDB::3256::6EDB::599) */

.responsive-grid-col-6-3-1 {
	width:16.6666666%;
}

@media screen and (max-width: 768px) {
	.responsive-grid-col-6-3-1 {
		width:33.33333333%;
	}
}

@media screen and (max-width: 480px) {
	.responsive-grid-col-6-3-1 {
		width:100%;
	}
}
/* STYLE BLOCK "Responsive-grid-col-4-2-1" (6EDB::3256::6EDB::601) */

.responsive-grid-col-4-2-1 {
	width:25%;
}

@media screen and (max-width: 768px) {
	.responsive-grid-col-4-2-1 {
		width:50%;
	}
}

@media screen and (max-width: 480px) {
	.responsive-grid-col-4-2-1 {
		width:100%;
	}
}
/* STYLE BLOCK "Mobile list item" (6EDB::3256::6EDB::602) */

.mobile-list-item-container {
	position:relative;
}

.mobile-list-item-title {
	text-decoration:none;
	font-size:1.1em;
}

.mobile-list-item-top-right {
	position:absolute;
	right:3px;
	top:3px;
	font-size:0.8em;
	padding-left:3px;
}

.mobile-list-item-subtitle-small {
	font-size:0.8em;
	max-width:100%;
	overflow:hidden;
}

.mobile-list-item-subtitle-normal {
	max-width:100%;
	overflow:hidden;
	font-size:0.9em;
	white-space:normal;
}
/* STYLE BLOCK "Responsive-grid-col-3-2-1" (6EDB::3256::6EDB::606) */

.responsive-grid-col-3-2-1 {
	width:33.33333%;
}

@media screen and (max-width: 768px) {
	.responsive-grid-col-3-2-1 {
		width:50%;
	}
}

@media screen and (max-width: 480px) {
	.responsive-grid-col-3-2-1 {
		width:100%;
	}
}
/* STYLE BLOCK "Responsive-grid-col-1" (6EDB::3256::6EDB::607) */

.responsive-grid-col-1 {
	width:100%;
}
/* STYLE BLOCK "Zoekwidget" (6EDB::3256::6EDB::608) */

.search-box {
	display:inline-block;
	width:100%;
	white-space:nowrap;
	line-height:20px;
	/* padding right even breed als de breedte van de zoekknop */
	padding-right:35px;
}

.search-box input {
	display:inline-block;
	border:1px solid #CCC;
	border-right:0px;
	padding:6px;
	width:100%;
}

.search-button {
	display:inline-block;
	border:none;
	background:#808080;
	width:35px;
	padding:7px;
	padding-top: 8px;
	color:#FFF;
}

.search-button, .search-button i {
	line-height:18px;
}

.search-box ::-webkit-input-placeholder { color: #CCC; } .search-box :-moz-placeholder { /* Firefox 18- */ color: #CCC; } .search-box ::-moz-placeholder { /* Firefox 19+ */ color: #CCC; } .search-box :-ms-input-placeholder { color:#CCC; }

/* STYLE BLOCK "Digital signature" (6EDB::3256::6EDB::613) */

.digital-signature-dialog {
	background:#fff;
	/*modal heeft generiek een padding van 10, maar die heeft witte achtergrond...*/	
	margin:-10px;
	margin-bottom:-25px;
}

.digital-signature-document, .digital-signature-signbox {
	border:1px solid #CCC;
	padding:10px;
	margin:10px 0px;
	box-shadow:0 0 15px #CCC;
	background:#FFF;
}

.wf-window .digital-signature-dialog .digital-signature-document, .wf-window 
.digital-signature-dialog .digital-signature-signbox {
	margin:20px 20px 10px 20px;
}

.digital-signature-signbox {
	padding:20px 10px;
	margin-top:20px;
	margin-bottom:20px;
}
/* STYLE BLOCK "Progress bar" (6EDB::3256::6EDB::615) */

.progressbar-container {
	height:20px;
	background:#ececec;
	overflow:hidden;
	margin:5px 0px;
}

.progressbar-normal {
	height:12px;
}

.progressbar-large {
	height:20px;
}

.progressbar-small {
	height:6px;
}

.progressbar-indicator {
	height:100%;
	 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	  -webkit-transition: width 0.6s ease;
	  -o-transition: width 0.6s ease;
	  transition: width 0.6s ease;
}
/* STYLE BLOCK "Responsive-grid-col-2-1" (6EDB::3256::6EDB::622) */

.responsive-grid-col-2-1 {
	width:50%;
}

@media screen and (max-width: 480px) {
	.responsive-grid-col-2-1 {
		width:100%;
	}
}
/* STYLE BLOCK "Timeline" (6EDB::3256::6EDB::625) */

.timeline-period-header {
	padding:5px 0px;;
	margin-bottom:20px;
	display:block;
	text-decoration:none;
	color:#444;
	line-height:24px;
}

.timeline-period-block.timeline-period-block-collapsed .timeline-content-container {
	display:none;
}

a.timeline-period-header:hover {
	text-decoration:none;
}

.timeline-item-container {
	position:relative;
	clear: both;
}

.timeline-item-container .circle-element {
	position:absolute;
}

.timeline-period-header-toolbar {
	margin-right:10px;
	float:right;
}

.timeline-period-header-left {
	display:inline-block;
}

.timeline-period-header-toolbar i {
	display:inline-block;
	color:#808080;
	opacity:0.8;
	vertical-align:middle;
}

.timeline-period-header-toolbar i:hover {
	opacity:1.0;
}

.timeline-period-block .timeline-period-header .timeline-icon-plus {
	display:none;
}

.timeline-period-block.timeline-period-block-collapsed .timeline-period-header .timeline-icon-plus {
	display:inline;
}

.timeline-period-block.timeline-period-block-collapsed .timeline-period-header 
.timeline-icon-minus {
	display:none;
}

.timeline-period-header-left {
	vertical-align:middle;
}

.timeline-connector {
	height:100%;
	width:3px;
	background:#CCC;
	left:21px;
	top:0px;
	position:absolute;
}
/* STYLE BLOCK "Timeline boxed header" (6EDB::3256::6EDB::743) */

.timeline-boxed-header .timeline-period-header {
	background:#f2f2f2;
	padding:5px;
}
/* STYLE BLOCK "Scroll to Top" (6EDB::3256::6EDB::515) */

.scroll-to-top-wrapper {
   	cursor: pointer;
    	position: fixed;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-sizing: content-box; /*als er bootstrap gebruikt wordt krijgt alles default border-box*/
}
.scroll-to-top-wrapper:hover {
	background-color: #888888;
}
.scroll-to-top-wrapper.scroll-to-top-hidden {
	opacity: 0;
	visibility: hidden;
}

.scroll-to-top-wrapper > .scroll-to-top-inner {
	font-size: 20px;
}
/* STYLE BLOCK "Winkelwagen widget (header)" (6EDB::3256::6EDB::555) */

.shopping-cart-widget {
	padding:10px;
	min-width:310px;
}

.top-header-splitbutton {
	margin-left:5px;
	line-height: 40px;
	display:inline-block;
}
.top-header-splitbutton .splitbutton-accountmenu .splitbutton-label {
	font-size: 12px;
}

.top-header-splitbutton .device-switcher-items {
	font-size: 12px;
}

.top-header-splitbutton .splitbutton-accountmenu .menuitem i {
	font-size: 16px;
}

.top-header-splitbutton .splitbutton-accountmenu .splitbutton-carret i {
	margin-left:3px;
	position:relative;
	font-size: 20px;
}

.top-header-splitbutton .splitbutton-shopping-cart-widget i {
	font-size: 20px;
	color:#808080;
	opacity:1.0;
}

.hyperlink-size-regular-legacy .shopping-cart-widget a {
	padding:0px;
}

.hyperlink-size-regular-legacy .shopping-cart-widget .hyperlink-button-1 a {
	padding:8px;
}


/* toolbar schakelt defaultgedrag van hyperlink widgets uit, maar dat willen we niet in de winkelwagen widget popover .. */

.shopping-cart-widget .hyperlink-text-primary a:hover, .shopping-cart-widget .hyperlink-text-secondary a:hover {
	text-decoration:underline;
}

.top-header-splitbutton span.splitbutton > a, .top-header-splitbutton > a, .top-header-splitbutton > span > a {
	color:#808080;
	background:#f4f4f4;
	border-radius:2px;
	padding:10px;
	border:1px solid #f2f2f2;
	white-space:nowrap;
}

.top-header-splitbutton span.splitbutton > a i {
	position:relative;
	top:2px;
}

.top-header-splitbutton span.splitbutton > a:hover {
	background:#f2f2f2;
	border:1px solid #DDD;
}

.top-header-splitbutton .widgets-popupmenu-container-rightalign, .top-header-splitbutton .widgets-popupmenu-container-leftalign {
	top:30px;
}


.wci-sidebar-template .splitbutton-shopping-cart-widget {
	right: 0px;
	padding: 0px 5px 0px 10px;
}

/* STYLE BLOCK "Webselection template²" (6EDB::3256::6EDB::667) */

.webcontent-webselection-header {
	display: table;
}

.webcontent-webselection-header-left {
	display: table-cell;
	padding-right:5px;
	vertical-align: top;
}

.webcontent-webselection-header-middle {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.webcontent-webselection-header-right {
	display: table-cell;
}
/* STYLE BLOCK "Modal window" (6EDB::3256::6EDB::668) */

body {
	position:relative;
}

.modal-window {
	background:#FFF;
	padding:15px;
	border:1px solid #f2f2f2;
	border-radius:2px;
	line-height:35px;
	box-shadow: 0 0 10px #808080;
	background:#FFFFFF;
	width:350px;
	margin-left:-175px;
	min-height:150px;
	z-index:10000;
	position: fixed; 
	top: 150px; 
	left: 50%; 
}

.modal-window-mist {
	background-color: black;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:101;
}
/* STYLE BLOCK "Artikelen (CMS) groep" (6EDB::3256::6EDB::674) */

.WebiconAlignCenter {
	text-align: center;
}


/* STYLE BLOCK "Password dialog" (6EDB::3256::6EDB::679) */

.password-traits {
	max-width: 450px;
}
/* STYLE BLOCK "Language switcher" (6EDB::3256::6EDB::681) */

.widgets-popupmenu .language-switcher-items .menuitem img {
	height: auto;
	width:auto;
	vertical-align: middle;
	margin-left:3px;
}

.widgets-popupmenu .language-switcher-items .menuitem-label {
	vertical-align: middle;
	padding-left: 0.5em;
}
/* STYLE BLOCK "Hyperlink text primary base style" (6EDB::3256::6EDB::686) */

.hyperlink-text-primary a:hover {
	text-decoration:underline;
}
/* STYLE BLOCK "Hyperlink text secondary base style" (6EDB::3256::6EDB::687) */

.hyperlink-text-secondary a:hover {
	text-decoration:underline;
}
/* STYLE BLOCK "Hyperlink button 1 base style" (6EDB::3256::6EDB::688) */

.hyperlink-button-1 .hyperlink-enabled, .hyperlink-button-1 .hyperlink-enabled:hover {
	text-decoration:none;
}

.hyperlink-button-1 a:hover {
	text-decoration:none;
}
/* STYLE BLOCK "Hyperlink button 2 base style" (6EDB::3256::6EDB::689) */

.hyperlink-button-2 .hyperlink-enabled, .hyperlink-button-2 .hyperlink-enabled:hover {
	text-decoration:none;
}

.hyperlink-button-2 a:hover {
	text-decoration:none;
}
/* STYLE BLOCK "Article breadcrumbs" (6EDB::3256::6EDB::690) */

.breadcrumbs-home-icon {
	font-size:17px;
}

.breadcrumbs-separator-web-sales-item {
	margin-left: 8px;
	margin-right: 8px;
	font-size:10px;
	color:#C8C8C8;
}
/* STYLE BLOCK "Web content container" (6EDB::3256::6EDB::697) */

.webcontent-container-header {
	position:relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.webcontent-container-header-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
}
.webcontent-container-header-help {
	color: #999999;
}

.webcontent-container-header-icon + span {
	padding-left: 10px;
}

.webcontent-container-header-title + span {
	padding-left: 10px;
}

.webcontent-container-content {
	position:relative;
}

/* WIDGET SPECIFIC FUNCTIONAL STYLING */
/* Container-h1, Container-h2, Container-h3, Container-h3-boxed */

.webcontent-container-h1,
.webcontent-container-h2,
.webcontent-container-h3,
.webcontent-container-h3-boxed {
	box-sizing: border-box;
	height:100%;
}

.webcontent-container > .webcontent-container-header {
	box-sizing: border-box; /* #370804 */
}

/* Container-h3, Container-h3-boxed */

.webcontent-container-h3,
.webcontent-container-h3-boxed {
	margin-bottom: 15px;
}

.webcontent-container.webcontent-container-h3 > .webcontent-container-content,
.webcontent-container.webcontent-container-h3-boxed > .webcontent-container-content {
	margin-top: 10px;
}

.webcontent-container.webcontent-container-h3 > .webcontent-container-header,
.webcontent-container.webcontent-container-h3-boxed > .webcontent-container-header {
	padding: 5px 0;
}

/* Container-h3-boxed */

.webcontent-container-h3-boxed {
	padding: 10px;
	
	/*default box styling overridable by container */
	background: #fff;
	border: 1px solid #ddd;
}

/* #104.485 niet boxed wanneer ie in een andere boxed staat. */
.webcontent-container-h3-boxed .webcontent-container-h3-boxed {
	padding: 0px;
	background: transparent;
	border: none;
}
/* STYLE BLOCK "Webselection template²" (6EDB::3256::6EDB::698) */

.webcontent-webselection /*style widget*/ .webcontent-container-content > .webcontent-webselection-filter {
	margin-top:10px;
	background:#FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	padding:10px; 
}

.webcontent-webselection .webcontent-webselection-filter,
.webcontent-webselection .webcontent-webselection-content {
	margin-top: 10px;
	display: block;
}
/* STYLE BLOCK "Circle" (6EDB::3256::6EDB::711) */


.circle-element {
	background:#fff;
}

.circle-element{
	color:#CCC;
	border-radius:25px;
	border:2px solid #CCC;
	text-align:center;
}

.circle-element i {
	margin-top:4px;
}
/* STYLE BLOCK "Fixed liquid colored background colored background" (6EDB::3256::6EDB::712) */

.fixed-liquid-colored-background .column1 .fixed-liquid-content, .fixed-liquid-colored-background .column2 .fixed-liquid-content {
	padding:10px;
}

.fixed-liquid-colored-background .column2,
.fixed-liquid-colored-background .column2 .fixed-liquid-content {
	height:100%;
}
/* STYLE BLOCK "Video" (6EDB::3256::6EDB::732) */

.video-container {
	margin: 2%;
	display: inline-block;
	vertical-align: top;
}

.video-title {
	font-size: 1.3em;
	padding-top: 5px;
	padding-left: 5px;
	 
}

.video-content {
	padding: 5px;
}
/* STYLE BLOCK "Combi-icon-24px" (6EDB::3256::6EDB::641) */

.combi-icon {
	position: relative;

}

.combi-icon .combi-icon-main {
	font-size: 24px; 
	text-align: right;

}

.combi-icon .combi-icon-sub {
	font-size: 12px;
	vertical-align: top;
	position: absolute;
	width: 12px;
	left: 12px;
	text-align: center;
}


/* STYLE BLOCK "Performance measurements" (6EDB::3256::6EDB::746) */

table.measurement-table, table.measurement-table td {
border: 1px solid black;
border-collapse: collapse;
}

table.measurement-table td {
  text-align: right;
  padding: 4px;
}

table.measurement-table th {
  padding: 4px;
  background-color: #EEEEEE;
}
/* STYLE BLOCK "Discussie layout" (6EDB::3256::6EDB::235) */

.discussion-top-header .discussion-top-header-left,
.discussion-top-header .discussion-top-header-right {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

@media (max-width: 500px) {
	.discussion-top-header .discussion-top-header-left,
	.discussion-top-header .discussion-top-header-right {
		display: block;
		width: auto;
	}
}

.discussion-header-row {
	border: 1px solid #CCCCCC;
	line-height: 30px;
	padding:0px;
}

.discussion-table {border: 1px solid #CCCCCC;}

.discussion-content-left {
	background-color: #F4F4F4;
	padding:3px;
}

.discussion-content-row {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.discussion-header-row th div {padding-left:3px;
padding-right:3px;}

.discussion-header-row {
	background: #FFFFFF; /* Old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFFFFF 0%,#F4F4F4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFFFFF 0%,#F4F4F4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFFFFF 0%,#F4F4F4 100%); /* IE10+ */
background: linear-gradient(to bottom, #FFFFFF 0%,#F4F4F4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-9 */
}

/*------------- vragen discussies -------------------*/
.discussion-table {
	border-collapse: collapse;
	margin-top: 5px;
	width: 100%;
}

.discussion-table tr{
	vertical-align: top;
}

.discussion-author {
	text-align: left;
	padding-left: 10px;
	font-style: italic; 
	font-weight: bold;
	width: 150px;
}

.discussion-timestamp {
	text-align: left;
	padding-left: 10px;
	font-style: italic; 
	font-weight: normal;
}

.discussion-editlinks {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

.discussion-content-left {
	width: 150px;
	padding: 10px;
	border-right: #A5ACB2 1px dotted;
	font-size: 7.5pt;
}

.discussion-content {
	padding: 10px;
}

.discussion-automatic {
	background-color: #F4F4F4;
}
/* STYLE BLOCK "XML field list" (6EDB::3256::6EDB::325) */

.xml-content-table table {
	border-collapse: collapse;
}
		
.xml-content-table td {
	font-family: MS Sans serif;
	font-size: 8pt;
	border: 1px solid black;
	padding: 2px;
	background-color: white;
}
		
.xml-content-table th {
	border: 1px solid black;
	font-family: MS Sans serif;
	font-size: 8pt;
	background-color: #CCC;
}

/* STYLE BLOCK "Text color defaults" (6EDB::3256::6EDB::747) */

.text-color-secondary, .text-color-secondary a {
	color: rgba(0,0,0,0.54);
}

.text-color-secondary a:hover i {
	color:#444;
}

.text-color-warning-orange {
	color: #db9628;
}

.text-color-warning-red {
	color: #d9534f;
}
/* STYLE BLOCK "Message template" (6EDB::3256::6EDB::748) */

.message-item-content {
	border:1px solid #CCC;
	box-shadow: 0 0 10px #CCC;
	padding:5px;
	min-height:40px;
	position:relative;
	margin:0px 0px 15px 0px;
}

.message-item-content:before {
	content: "";
	height:0px;
	border:8px solid transparent;
	border-right:8px solid #CCC;
	position:relative;	
	top:8px;
	left:-16px;
	position:absolute;
	
}

.message-item-content-inner:before {
	content: "";
	height:0px;
	border:6px solid transparent;
	border-right:6px solid #FFF;
	position:relative;	
	top:10px;
	left:-12px;
	position:absolute;
}

.message-item-content.message-item-backgrounded {
	background:#f9f9f9;
	padding:10px;
}

.message-item-content.message-item-backgrounded .message-item-content-inner:before {
	border-right:6px solid #f9f9f9;
}
/* STYLE BLOCK "Progress Steps Bar" (6EDB::3256::6EDB::769) */

.psb {
  margin: 0;
  padding: 0;
  counter-reset: step;
  padding-bottom: 80px; /* 	ul element heeft zelf geen hoogte vanwege float, dit is  						eigen hoogte + ruimte */
}
.psb li {
  list-style-type: none;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
 /* text-transform: uppercase;*/
  color: #7d7d7d;
}

.psb li:before {
  width: 30px;
  height: 30px;
  content: counter(step); /* ! */
  counter-increment: step; /* ! */
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  position:relative;
  z-index: 1;
}

.psb li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  top: 15px;
  left: -50%;
}
.psb li:first-child:after {
  content: none;
}
.psb li.psb-active {
  color: #2279BC; /* tekst kleur van active item */
}
.psb li.psb-active:before {
  border-color: #2279BC;  /* cirkel van active item */
  background-color: #2279BC;
  color: #FFFFFF; 
}

.psb li.psb-done {
  color: #55b776; /* tekst kleur van done item */
}
.psb li.psb-done:before {
  border-color: #55b776;  /* cirkel van done item */
}

.psb li.psb-done+ li:after {
  background-color: #55b776;  /* dit is de lijn na de done cirkel */
}

.psb li.psb-todo { 
  color: #B0B0B0; /* tekst kleur van todo item */
}
.psb li.psb-todo:before {
  border-color: #B0B0B0;  /* cirkel van todo item */
}

.psb li.psb-todo + li:after, .psb li.psb-active + li:after  {
  background-color: #B0B0B0;  /* dit is de lijn na de psb-done cirle (en na de psb-active circle) zelfde als circle */
}

.psb li span.psb-title{ 
  font-size: 0.9em;
}

.psb li.psb-done:before {
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c"; /* vinkje icon */
  color: #55b776;
  font-size: 1.2em;
}

.psb li.psb-active:before {
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f1fa"; /* @ icon */
  font-size: 1.2em;
}

/** Responsiveness  **/
.psb.psb-normal li {
    font-size: 1em;
}

/* Small styling */
.psb.psb-small li {
    font-size: 0.9em;
}

.psb.psb-smaller li {
    font-size: 0.8em;
}

.psb.psb-smallest li  {
    font-size: 0.9em; /* bij smallest wordt alleen de tekst van het active item getoond */
}

/** Smaller styling (incl. smallest) **/
.psb.psb-smaller li:before, .psb.psb-smallest li:before {
  content: "";
  width: 10px;
  height: 10px;
}
  
.psb.psb-smaller li:after, .psb.psb-smallest li:after {
  top: 5px;
}
  
.psb.psb-smaller li.psb-done:before, .psb.psb-smallest li.psb-done:before {
  background-color: #55b776; /* psb-done color (dit is de circel..)*/
}
  
.psb.psb-smaller li.psb-todo:before, .psb.psb-smallest li.psb-todo:before {
  background-color: #B0B0B0; /* psb-done color (dit is de circel..)*/
}
  
.psb.psb-smaller li.psb-active:before, .psb.psb-smallest li.psb-active:before {
  background-color: #2279BC; 
}

/** Smallest specifieke styling **/
.psb.psb-smallest li.psb-done span.psb-title, .psb.psb-smallest li.psb-todo span.psb-title {
  display: none;
} 
  

/* STYLE BLOCK "Oefening" (6EDB::3256::6EDB::770) */

.oefening-vraag {
	width: 70%;
}
/* STYLE BLOCK "ScrollToTopBottom" (6EDB::3256::6EDB::771) */

#scrolltop, #scrollbottom {
   position:fixed;
    bottom:20px;
    right:20px;
    opacity:0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
   z-index:10;

  }
  #scrollbottom.visible, #scrolltop.visible {
    opacity:0.5;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
   z-index:100;
}

#scrolltop:hover, #scrollbottom:hover {
	text-decoration:none;
 	opacity:0.7;
}
/* STYLE BLOCK "Dial" (6EDB::3256::6EDB::783) */

.dial {
	text-align: center;
	white-space: nowrap;	/*zorgt ervoor dat het absolute gepositioneerde input element*/
	position: relative;	/*niet buiten de lijntjes gaat kleuren*/
}
/* STYLE BLOCK "Field table (line separator)" (6EDB::3256::6EDB::786) */

.field-list-with-separator td {
	line-height:26px;
	border-bottom:1px dotted #CCC;
}

.field-list-with-separator .fieldlist-label {
	color: #999999;
	font-weight:normal;
	width:150px;
}
/* STYLE BLOCK "Navigation menu accordion default styling" (6EDB::3256::6EDB::335) */

.menu-accordion .menu-item-group ul {
	display:none;
	padding-left: 10px;
}

.menu-accordion .menu-item-group.menu-item-expanded > ul {
	display:block;
}

.menu-accordion .menu-item-group > a:before {
	content: "\f105";
	font-family: FontAwesome;
	float: right !important;
	padding-right:10px;
	font-size:14px;
}

.menu-accordion .menu-item-group.menu-item-expanded > a:before {
	content: "\f107";
	font-family: FontAwesome;
	float: right !important;
	padding-right:10px;
	font-size:14px;
}

.menu-accordion li i {
	display:inline-block;
	width:22px;
	color: #CCC;
}

.menu-accordion li a {
	display:block;
	text-decoration:none;
	padding:5px 0px 5px 0px;
}

.menu-accordion > li > a {
	padding-left:0px;
}

.menu-accordion, .menu-accordion ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

/* marge van submenu */

.left-sidebar .menu-accordion ul {
	margin-left:22px;
}

.left-sidebar .menu-accordion li a {
	text-decoration:none;
	display:block;
}

.left-sidebar li i {
	font-size: 24px;
	padding-left:0px;
}

.group-item-caret {
	float:right;
	padding-right:8px;
}

.left-sidebar .menu-accordion li a {
	padding:8px 0px 8px 8px;
}

.group-item ul {
	display:none;
}
/* STYLE BLOCK "Live (web) status" (6EDB::3256::6EDB::796) */

.splitbutton.live-web-status {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;	
}

.splitbutton.live-web-status .splitbutton-collapser i {
	margin: 1px;
}

/* behoud van de benodigde breedte */
span.splitbutton.live-web-status {
	white-space: nowrap;
}

/* STYLE BLOCK "Chart" (6EDB::3256::6EDB::800) */

.wf-graph.vflex {
	height: 100%;
}

.wf-graph-container {
	height: 100%;
	position: relative;
}

.wf-graph-placeholder {
	text-align: center;
	color: #808080;
	line-height: 50px;
}

.wf-graph.vflex .wf-graph-placeholder{
	height: 100%;
}

.dxc-tooltip {
	z-index: 1601;	/*zorgen dat de tooltip bovenop de modal komt*/
}
/* STYLE BLOCK "Gauge chart" (6EDB::3256::6EDB::870) */

.gauge {
	height: 100%;
	width:100%;
	position:relative;
}

.gauge-container {
	height: 100%;
	position: relative;
}

.gauge-value {
	display: inline-block;
	width: 100%;
	border: none;
	text-align: center;
	background-color: transparent;
	/*dezelfde opmaak als dat het component hanteert voor de titel*/
	font-size: 28px;
	font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
	color: #232323 !important;
}

span.gauge-value {
	cursor: default;
}

.gauge-value.gauge-circular {
	position: absolute;
	top: 165px;
}

.gauge-value.gauge-circular.gauge-circular-needle {
	top: 245px;
}

@media screen and (max-width: 900px) {
	.gauge-value.gauge-circular {
		font-size: 2vw;
	}
}
/* STYLE BLOCK "Navigation breadcrumbs" (6EDB::3256::6EDB::95) */

.breadcrumbs-content {
	line-height:25px;
}

.breadcrumbs-content a {
	text-decoration:none;
	line-height:25px;
}

.breadcrumbs-content .wf-display {
	padding:0px;
}

.breadcrumbs-container img {
	vertical-align:text-bottom;
	opacity: 0.25;
	filter:alpha(opacity=25); /* For IE8 and earlier */ 
	padding-left:4px;
	padding-right:5px;
}
/* STYLE BLOCK "Text balloon" (6EDB::3256::6EDB::315) */

.bubble {
  position:relative;
  padding:15px;
  margin:1em 0 0;
  border:1px solid #cccccc;
  color:#333;
  background:#fff;
  /* css3 */
  border-radius:3px;
  font-size: 1em;
  min-width: 200px;
}

.bubble.left:after, 
.bubble.right:after 
{
content: "";
position: absolute;
top: 8px;
border-style: solid;
display: block;
width: 0;
z-index: 1;
}

.bubble.left:before, 
.bubble.right:before 
{
content: "";
position: absolute;
top: 8px;
border-style: solid;
border-color: transparent #7F7F7F;
display: block;
width: 0;
z-index: 0;
}

.bubble.left:after {
left: -10px;
border-color: transparent #fff;
border-width: 10px 10px 10px 0;
}

.bubble.left:before {
left: -11px;
border-width: 10px 10px 10px 0;
}

.bubble.right:after {
right: -10px;
border-color: transparent #edf5e3;
border-width: 10px 0 10px 10px;
}
.bubble.right:before {
right: -11px;
border-width: 10px 0 10px 10px;
}

.bubble.left {
  margin-left:30px;
}

.bubble.right {
  margin-right:30px;
}
/* STYLE BLOCK "Direct openen" (6EDB::3256::6EDB::839) */

.miniAppForm input {
	height: 22px;
	box-sizing: border-box;
	margin-right: 5px;
}
/* STYLE BLOCK "Block container: colored header" (6EDB::3256::6EDB::852) */

.blockcontainer-colored-header > .widget-container > .widget-header {
	font-size: 1.3em;
	position: relative;
	line-height: 45px;
	padding-left:10px;
}

.blockcontainer-colored-header > .widget-container > .widget-content {
	padding:10px;
}

.blockcontainer-colored-header > .widget-container {
	margin-bottom:15px;
}
/* STYLE BLOCK "Box border simple" (6EDB::3256::6EDB::872) */

.box-border-normal {
	padding:10px;
	border:1px solid #DDD;
	background:#FFFFFF;
}
/* STYLE BLOCK "Box borderless simple" (6EDB::3256::6EDB::898) */

.box-borderless-simple {
	border: 0px;
	background-color: #ffffff;
}
.box-borderless-simple .widget-container .widget-header {
	font-weight: bold;
}
/* STYLE BLOCK "Horizontal rule" (6EDB::3256::6EDB::914) */

.horizontal-rule .widget-header {
	border-bottom: 1px solid black;
	height: 30px;
	padding-top: 15px;
	margin-bottom: 15px; /*margin, zodat de border aan de binnenkant zit*/
}

.horizontal-rule .widget-header > .widget-header-title{
	font-size: 14px;
}
/* STYLE BLOCK "Oval label" (6EDB::3256::6EDB::913) */

.wc-oval-label {
	display: inline-block; 
	border-radius: 10px; 
	border-width: 1px; 
	border-style: solid; 
	padding: 3px 5px 3px 5px;
	color: white;
	background-color: dimgray;
	border-color: black;
}

.wc-oval-label a {
	color: white;
	text-decoration: none;
}

.wc-oval-label a:hover {
	text-decoration: none;
}
/* STYLE BLOCK "Fieldset" (6EDB::3256::6EDB::922) */

.wc-fieldset {
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
}

.wc-fieldset.borderless {
	border: none;
}
/* STYLE BLOCK "Mijn processen" (6EDB::3256::6EDB::923) */

.my-processes-fieldset-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.my-processes-fieldset.borderless {
	border: none;
}

.my-processes-fieldset {
	display: inline-block;
	padding:5px 5px 5px 5px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	border-color: #C0C0C0;
	padding-top:10px;
	margin: 2px;
	margin-top:10px;
	flex-grow: 1;
	flex-shrink: 0;
	max-width: calc(100% - 16px);
}  

.my-processes-fieldset > .my-processes-legend {
	padding:2px 4px;
	background:#fff; 
	color: #555;
}

.my-processes-fieldset > .my-processes-legend {
	float:left;
	margin-top:-20px;
}

.my-processes-fieldset > .my-processes-legend + * {
	clear:both;
}

.my-processes-fieldset-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.my-processes-process {
	display: flex;
	text-align: center;
	padding: 5px;
	flex-grow: 1;
	max-width: 100%;
}

/*span moet erbij, anders wint deze regel het niet van de standaard stijlregel*/
span.my-processes-process a:hover {
	text-decoration: none;	
}

span.my-processes-process a {
	width: 100%
}

.my-processes-process-title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* STYLE BLOCK "Overlay buttons" (6EDB::3256::6EDB::942) */

.overlay-buttons {
    	position: fixed;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	right: 20px;
	bottom: 20px;
	box-sizing: content-box; /*als er bootstrap gebruikt wordt krijgt alles default border-box*/
	display: inline-flex;
	padding: 10px;
	gap: 10px;
}

.overlay-buttons .scroll-to-top-wrapper {
	position: static;
}

/* STYLE BLOCK "Webview master detail" (6EDB::3256::6EDB::751) */

/* MASTER - LEFT */

.webcontent-masterdetail > .webcontent-masterdetail-master {
	left:0px;
	width:200px;
	top:0px;
	bottom:0px;
	position:absolute;
	box-shadow:inset 0px 0px 10px #ccc;
	background:#f3f3f3;
	z-index:10;
	-webkit-transition: 100ms ease-in-out; 
	-moz-transition: 100ms ease-in-out; 
	-o-transition: 100ms ease-in-out; 
	transition: 100ms ease-in-out;

}

.webcontent-masterdetail > .webcontent-masterdetail-master .nano > .content {
	padding:15px;
}



/* DETAIL - RIGHT */

.webcontent-masterdetail > .webcontent-masterdetail-detail {
	margin-left:200px;
	padding:0px;	
}

/* Tablet en phone weergave  */

.device-category-tablet .webcontent-masterdetail > .webcontent-masterdetail-master,
.device-category-phone .webcontent-masterdetail > .webcontent-masterdetail-master {
	box-shadow: 5px 0 5px -5px #808080;

}

.device-category-phone .webcontent-masterdetail > .webcontent-masterdetail-master .nano > .content {
	padding:10px;
}


.device-category-tablet .webcontent-masterdetail.webcontent-masterdetail-lowres-collapsed > .webcontent-masterdetail-master, 
.device-category-phone .webcontent-masterdetail.webcontent-masterdetail-lowres-collapsed > .webcontent-masterdetail-master {
	left:-200px;
	box-shadow:none;
	-webkit-transition: 100ms ease-in-out; 
	-moz-transition: 100ms ease-in-out; 
	-o-transition: 100ms ease-in-out; 
	transition: 100ms ease-in-out;
}

.device-category-phone .webcontent-masterdetail > .webcontent-masterdetail-detail,
.device-category-tablet .webcontent-masterdetail > .webcontent-masterdetail-detail {
	margin-left:0px;
}

.webcontent-masterdetail-toggle {
	margin-right:10px;
}
/* STYLE BLOCK "Webview master detail screen sidebar menu" (6EDB::3256::6EDB::753) */

.screen-sidebar-menu .menu-accordion .menu-item-group ul {
	display:none;
}

.screen-sidebar-menu .menu-accordion .menu-item-group.menu-item-expanded > ul {
	display:block;
}

.screen-sidebar-menu .menu-accordion .menu-item-group > a:before {
	content: "\f105";
	font-family: FontAwesome;
	float: right !important;
	padding-right:10px;
	font-size:14px;
}

.screen-sidebar-menu .menu-accordion .menu-item-group.menu-item-expanded > a:before {
	content: "\f107";
	font-family: FontAwesome;
	float: right !important;
	padding-right:10px;
	font-size:14px;
}

.screen-sidebar-menu .menu-accordion li i {
	display:inline-block;
	width:22px;
	color: #CCC;
}

.screen-sidebar-menu .menu-accordion li a:first-child {
	display:block;
	text-decoration:none;
	padding:5px;
}

.screen-sidebar-menu .menu-accordion li:not(.menu-item-group) a:first-child {
	margin-right:10px;
}

.screen-sidebar-menu .menu-accordion > li > ul {
	padding-left:5px;
}

.screen-sidebar-menu .menu-accordion, .menu-accordion ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.screen-sidebar-menu .menu-accordion li a:first-child i {
	display:none;
}
/* STYLE BLOCK "Webview container tabbed dialog" (6EDB::3256::6EDB::754) */

.webview-container-tabbed-dialog {
	background:#FFF;
}

.webview-container-tabbed-dialog .display{
	margin:0px 20px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .tabs {
	white-space: nowrap;
	overflow: auto;
}

.webview-container-tabbed-dialog .widgets-tabcontainer ul.tablist {
	border-bottom:1px solid #DDD;
	background:#F9F9F9;
	line-height:40px;
	padding-left:20px;
	padding-top:20px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .dialog {
	background:#FFF;
	border:none;
	padding:20px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .tabs li {
	border:none;
	background:transparent;
	border-radius:0px;
	top:0px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .tabs li.tab-active a {
	opacity:1.0;
	font-weight:bold;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .tabs li a:hover {
	opacity:1.0;
	border-radius:0px;
	background:transparent;
	color:#444;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .tabs li.tab-active{
	top: -1px;
	position:relative;
	border:1px solid #CCC;
	border-bottom:2px solid #FFF;
	background:#FFF;
	margin-bottom:-2px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .tabs li a {
	opacity:0.7;
	padding:0px 10px;
}
.webview-container-tabbed-dialog .widgets-tabcontainer .tabs li a i {
	margin-right:3px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .widget-container {
	border:none;
	background:transparent;
	padding:0px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .widget-container > .widget-content {
	padding:0px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .widget-container > .widget-header {
	padding-left:0px;
}

.webview-container-tabbed-dialog .widgets-tabcontainer .widget-container > .widget-content {
	padding-top:10px;
}


.widgets-tabcontainer.tab-container-secondary .tabs li {
	background:transparent;
	border:none;
	border-radius:2px;
	background:#FFF;
}

.widgets-tabcontainer.tab-container-secondary .tabs li a {
	opacity:0.7;
}

.widgets-tabcontainer.tab-container-secondary .tabs li.tab-active {
	border:1px solid #CCC;
	border-bottom:1px solid #FFF;
	font-weight:bold;
}

.widgets-tabcontainer.tab-container-secondary .tabs li.tab-active a, .widgets-tabcontainer.tab-container-secondary .tabs li a:hover  {
	opacity:1.0;
}

.widgets-tabcontainer.tab-container-secondary > .dialog {
	padding:0px;
	padding-top:10px;
	border:0px;
} 

.widgets-tabcontainer.tab-container-secondary ul.tablist {
	border-bottom:1px solid #CCC;
	padding-left:10px;
	background:transparent;
}
.webview-container-tabbed-dialog .widgets-tabcontainer.tab-container-secondary .tabs li {
	background:transparent;
	border:none;
	border-radius:2px;
	background:#FFF;
}

.webview-container-tabbed-dialog .widgets-tabcontainer.tab-container-secondary .tabs li a {
	opacity:0.7;
}

.webview-container-tabbed-dialog .widgets-tabcontainer.tab-container-secondary .tabs li.tab-active {
	border:1px solid #CCC;
	border-bottom:1px solid #FFF;
	font-weight:bold;
}

.webview-container-tabbed-dialog .widgets-tabcontainer.tab-container-secondary .tabs li.tab-active a, .webview-container-tabbed-dialog .widgets-tabcontainer.tab-container-secondary .tabs li a:hover  {
	opacity:1.0;
}

.webview-container-tabbed-dialog .widgets-tabcontainer.tab-container-secondary > .dialog {
	padding:0px;
	padding-top:10px;
	border:0px;
} 

.webview-container-tabbed-dialog .widgets-tabcontainer.tab-container-secondary ul.tablist {
	border-bottom:1px solid #CCC;
	padding-left:10px;
	background:transparent;
}
/* STYLE BLOCK "Webview container screen tabs" (6EDB::3256::6EDB::767) */


.screen-container-tabs .screen-tabs-inner ul {
	border-bottom:1px solid #DDD;
	background:#F9F9F9;
	line-height:40px;
	padding-left:20px;
	list-style-type:none;
	margin:0px;
	min-width:100%;
	display:inline-block;
}

.screen-container-tabs .screen-tabs-inner > ul > li {
	display:inline-block;
	border:none;
	background:transparent;
	border-radius:0px;
	top:0px;
}

.screen-container-tabs .screen-tabs-inner > ul > li.active a {
	opacity:1.0;
	font-weight:bold;
}

.screen-container-tabs .screen-tabs-inner > ul > li a:hover {
	opacity:1.0;
	border-radius:0px;
	background:transparent;
	color:#444;
	text-decoration:none;
}

.screen-container-tabs .screen-tabs-inner > ul > li a {
	opacity:0.7;
	padding:0px 10px;
}

.screen-container-tabs .screen-tabs-inner > ul > li a i {
	margin-right:3px;
}

.screen-container-tabs .screen-tabs-standards {
	overflow: auto;
	background: #f9f9f9 none repeat scroll 0 0;
}
/* STYLE BLOCK "Webview container screen tabs standard" (6EDB::3256::6EDB::788) */

.screen-container-tabs .screen-tabs-standards .screen-tabs-inner ul {
	background:#F9F9F9;
	padding-top:19px;
}

.screen-container-tabs .screen-tabs-standards li.active {
	top: -1px;
	position:relative;
	border:1px solid #CCC;
	border-bottom:2px solid #FFF;
	background:#FFF;
	margin-bottom:-2px;
}
/* STYLE BLOCK "Webview container screen tabs above dashboard" (6EDB::3256::6EDB::787) */

.screen-container-tabs .screen-tabs-above-dashboard .screen-tabs-inner ul {
	display: block;
	overflow: auto;
	background:#FFF;
	line-height:40px;
	padding-top:2px;
}

.screen-container-tabs .screen-tabs-above-dashboard li.active {
	top:0px;
	position:relative;
	background:#FFF;
}

.screen-container-tabs .screen-tabs-above-dashboard li.active a {
	position:relative;
	top:1px;
}

.screen-container-tabs .screen-tabs-above-dashboard li a {
	color: #595959;
}
/* STYLE BLOCK "Webview container standard" (6EDB::3256::6EDB::755) */

.webview-container-standard-layout  {
	background:#FFF;
}
/* STYLE BLOCK "Webview container dashboard" (6EDB::3256::6EDB::756) */

.webview-container-dashboard-layout  {
	background:transparent;
}

/* ivm onderscheid met linker pane van master-detail dat ook lichtgrijs is, achtergrond nog wat lichter */

.webcontent-masterdetail-detail .webview-container-dashboard-layout {
	background:#FAFAFA;
}
/* STYLE BLOCK "Webview container footer" (6EDB::3256::6EDB::890) */

.screen-footer-container {
	border-top:1px solid #DDD;	
	background:#fff;
	overflow-x: auto;
}

.screen-footer-buttons {
	display:inline-block;
	white-space: nowrap;
}

.screen-footer-statusbar {
	float:right;
}
/* STYLE BLOCK "Webview container footer - sidebar specific" (6EDB::3256::6EDB::759) */

.screen-footer-container {
	padding: 0px 20px; /* Sidebar template setting: content padding */
}

.device-category-phone .screen-footer-container {
	padding: 0px 10px; /* Sidebar template setting: content padding */
}
/* STYLE BLOCK "Webview primary header" (6EDB::3256::6EDB::760) */

.webview-primary-header {
	height:60px;
	padding:0px 20px; /* Sidebar template setting: content padding */
}
/* STYLE BLOCK "Webview container selections" (6EDB::3256::6EDB::777) */

.wf-splitter > div > span.left,
.wf-splitter > div > span.right {
	padding: 10px;
	box-sizing: border-box;
}

.webselection-container-padding {
	padding: 5px 20px 20px;  /* Sidebar template setting: content padding */
}

/* Tijdelijke oplossing om verticaal te stretchen, totdat vflex ook binnen de template van webselections ingezet kan worden */

.control-full-height .webcontent-webselection {
	height:100%;
}

.control-full-height .container-full-height.webcontent-container.webcontent-container-h3 {
	padding-bottom:31px;
	margin-bottom:0px;
}

.control-full-height .webcontent-container-content{
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.control-full-height .webcontent-webselection .webcontent-webselection-content {
	margin-top:0px;
}

.ipad-master-detail-title-padding .webcontent-webselection .webcontent-container-header {
	padding-left:10px;
}
/* STYLE BLOCK "Screen footer log-creation lines" (6EDB::3256::6EDB::591) */

.screen-footer-colophon a {
	padding-right:10px;
	color:#808080;
	text-decoration:none;
}
/* STYLE BLOCK "Webview container standard" (6EDB::3256::6EDB::866) */

.webview-container-standard-layout  {
	background:#FFF;
}

/* STYLE BLOCK "Font color defaults" (6EDB::3256::6EDB::571) */

body, table, tr, td, input, select, optgroup, option, textarea {
	color: rgba(0,0,0,0.87);
}
/* STYLE BLOCK "Breadcrumbs + title" (6EDB::3256::6EDB::891) */

.breadcrumbs-title-container-links {
	white-space:nowrap;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.breadcrumbs-title-container-links.breadcrumbs-title-container-subtitled {
	overflow: visible;
	text-overflow: clip;
	box-sizing: border-box;
	padding-right: 37px;
}

.breadcrumb-subtitle {
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	width: 100%;
}
.breadcrumb-subtitle-main {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb-subtitle-sub {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* STYLE BLOCK "Breadcrumbs + title - sidebar specific" (6EDB::3256::6EDB::749) */

.breadcrumbs-title-container {
	padding:0px 20px; /* Sidebar template setting: content padding */
	height:50px;
}

.device-category-phone .breadcrumbs-title-container {
	padding:0px 15px;
}

/* wf-display heeft default padding, kunnen we dat netter voorkomen? */

.breadcrumbs-title-container .wf-display {
	padding:0px;
}

.breadcrumbs-title-container-links .breadcrumb-title-text-node, .breadcrumbs-title-container-links a{
	opacity:0.6;
	text-decoration:none;
}

.breadcrumbs-title-container-links a:hover, .breadcrumbs-title-container-links a.breadcrumbs-title-active-item {
	opacity:1.0;

}

a.breadcrumbs-title-active-item {
	font-weight:400;
}

.breadcrumbs-title-container a:hover {
	text-decoration:underline;
}

.breadcrumbs-title-container a.breadcrumbs-title-backlink:hover {
	text-decoration:none;
}

.breadcrumbs-title-container .breadcrumbs-title-separator {
	opacity:0.7;
	display:inline-block;
	padding:0px 10px;	
}

/* STYLE BLOCK "TEMP" (6EDB::3256::6EDB::750) */

body, html {
	/* scrollbalk in beeld, betere oplossing dan overflow hidden? */
	overflow:hidden;
}

.wci-header {
	font-weight:200;
}

.wci-header > .wci-first, .wci-header .wf-toolbar {
	opacity:0.6;
}

.wci-sidebar .wci-topheader .wci-header > .wci-first {
	padding-left:20px; /* Sidebar template setting: content padding */
	font-size:14px;
}
/* STYLE BLOCK "Topheader search controls" (6EDB::3256::6EDB::735) */

.top-header-search-control {
	width: 180px;
	padding-left: 8px;
}

.top-header-search-control .wf-input input {
	background:#676D72;
	vertical-align:middle;
	position:relative;
	border:none;
	top:-1px;
	color:#FFF;
}

.top-header-search-control .wf-input {
	position:relative;
	padding-bottom:0px;
}

.top-header-search-control .wf-input .clearable .clear,
.top-header-search-control .wf-input .clearable:hover .clear,
.top-header-search-control .wf-input input:focus + .clear {
	display: none;
}

.top-header-search-control .wf-input .clearable:hover .clear {
	transition: none;
}
.top-header-search-control .wf-input .clear:hover {
	text-decoration:none;
}
.top-header-search-control .wf-input .clearable:hover input {
	padding-right: 0px;
}
.top-header-search-control .wf-input .clearable input:focus {
	transition: none;
	padding-right:0px;
}

.top-header-search-control .wf-input-buttons {
	position:relative;
	top:-1px;
	height:2.2em;
	background:#676D72;
	vertical-align:middle;
	line-height:2.2em;
}

.top-header-search-control .wf-input-buttons a {
	padding:0px 5px;
	border:none;
	box-shadow:none;
}

.top-header-search-control .wf-input-buttons i {
	top:0px;
}


.top-header-search-autosuggest .wf-input-buttons {
	display:none;
}

.top-header-search-autosuggest .wf-input input {
	padding-right:24px;
}

.top-header-search-autosuggest .wf-input::after{
	content: "\f002";
	font-family: FontAwesome;
	display:inline-block;
	color:#f2f2f2;
	position:absolute;
	right:6px;
	top:0px;
	z-index:100;
}

.top-header-search-autosuggest .wf-input .clearable input:focus {
	padding-right: 24px;
}

/* STYLE BLOCK "Topheader containerbutton" (6EDB::3256::6EDB::802) */

.wci-header .wf-containerbutton {
	display:inline-block;
	line-height:40px;
	text-decoration:none;
	color:#f2f2f2;
	padding:0px 5px;
}

.wci-header .wf-containerbutton:hover {
	background-color:#040404;
}

.wci-header .wf-containerbutton:after {
	content: "\f0d7";
	font-family:FontAwesome;
	display:inline-block;
	margin-left:5px;
}

.wci-header .context-switcher-global {
	display:inline-block;
	margin-left:5px;
	font-size:13px;
}
/* STYLE BLOCK "Status loader positioning" (6EDB::3256::6EDB::442) */

.statelet-throbber .active {width: 24px;
height:19px;
background-repeat: no-repeat; }

.wc-status-indicator {position:absolute;
top:10px;
z-index:1000;
left:50%;
height:19px;
width:24px;
opacity:0.5;
}
/* STYLE BLOCK "Webcontent containers" (6EDB::3256::6EDB::765) */

.webcontent-container-h3, .webcontent-container-h3-boxed {
	margin-bottom:20px;
}
/* STYLE BLOCK "Fullscreen login background" (6EDB::3256::6EDB::621) */

.fullscreen-image-container-content {
	height:100%;
	width:100%;
	background: url() no-repeat center center fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
}

.fullscreen-image-container-content-inner {
	padding:10px;
	padding-top:80px;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}

.fullscreen-image-container-topheader .container-centered-content {
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
}

.fullscreen-image-container-topheader {
	width:100%;
	height:45px;
	background:#444;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	color:#FFF;
	line-height:45px;
	font-size:16px;
}

.fullscreen-image-container-content .widget-panel-shadow-box .widget-header {
	background:#FFF;
	padding-left:20px;
	font-weight: 200;
	font-size: 18px;
	line-height:45px;
}

.fullscreen-image-container-content .widget-panel-shadow-box .widget-container {
	box-shadow: 0px 3px 15px #808080;
	border:1px solid #FFF;
	background-color:#FFF;
}

.fullscreen-image-container-content .widget-panel-shadow-box .widget-header .widget-header-title {
	font-weight:normal;
}
.fullscreen-image-container-content .widget-panel-shadow-box > .widget-container > .widget-content {
	padding:20px;
	min-height:180px;
}

/* login button */

.fullscreen-image-container-content .widget-panel-shadow-box > .widget-container > .widget-content .widgets-button {
	margin-top:10px;
	display:block;
	width:100%;
}



/* STYLE BLOCK "Menubar theme colors" (6EDB::3256::6EDB::768) */

.wci-menubar > .wci-item > a.wci-link > .wci-icon i {
	padding:5px;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	border-radius:2px;
	display:inline-block;
	-webkit-transition: all 100ms ease-in-out; 
	-moz-transition: all 100ms ease-in-out; 
	-o-transition: all 100ms ease-in-out; 
	transition: all 100ms ease-in-out; 
	opacity:0.7;
}

.device-category-phone .wci-menubar > .wci-item > a.wci-link > .wci-icon i, 
.device-category-tablet .wci-menubar > .wci-item > a.wci-link > .wci-icon i {
	width:20px;
	height:20px;
	line-height:20px;
}

.wci-menubar:hover > .wci-item > .wci-link .wci-icon i, .wci-menubar > .wci-item > .wci-link.wci-selected .wci-icon i {
	opacity:1.0;
}

.wci-menubar > .wci-item > a.wci-link:hover > .wci-icon i {
	width:20px;
	height:20px;
	-webkit-transition: all 100ms ease-in-out; 
	-moz-transition: all 100ms ease-in-out; 
	-o-transition: all 100ms ease-in-out; 
	transition: all 100ms ease-in-out; 
}

.wci-menubar > .wci-item > a.wci-link.wci-selected,
.wci-menubar > .wci-item > a.wci-link i,
.wci-menubar > .wci-item > a.wci-link.wci-selected i {
	color: #FFF;
}

/* STYLE BLOCK "Upload button overlay" (6EDB::3256::6EDB::780) */

.button-no-min-width ..wf-upload-button {
	min-width: 0;
}

.button-no-min-width {
	min-width:0;
}
/* STYLE BLOCK "Wizard-toggle-buttons" (6EDB::3256::6EDB::813) */

.toggle-buttons-wizardstyle-basis .wf-togglebuttons {
	display:inline-block;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container > div {
	position:relative;
	background: #f9f9f9;
	padding:0px;	
	margin:0;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container .wf-togglebutton {
	margin:0;
	border:none;
	padding-left:20px;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container > div:first-child .wf-togglebutton {
	padding-left:10px;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container .wf-togglebutton.active, .toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container > div:hover {
	background: #FFF;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container .wf-togglebutton.active {
	font-weight:bold;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container .wf-togglebutton {
	box-shadow:none;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container .wf-togglebutton:after {
	content: "";
	width:1px;
	height:1px;
	border:14px solid transparent;
	border-left:10px solid #f9f9f9;
	position:absolute;
	right:-24px;
	top:-1px;
	z-index:12;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container > div:after {
	content: "";
	width:1px;
	height:1px;
	border:14px solid transparent;
	border-left:10px solid #CCC;
	position:absolute;
	right:-25px;
	top:-1px;
	z-index:10;
}

.toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container .wf-togglebutton.active:after, .toggle-buttons-wizardstyle-basis .wf-togglebuttons .tb-container .wf-togglebutton:hover:after {
	border-left:10px solid #FFF;
}
/* STYLE BLOCK "Print webview sidebar template" (6EDB::3256::6EDB::829) */

@media print {
	/*Alles !important om specifiekere niet-print styling toch te overriden */	

	body {
		background-color: #fff !important;		
	}

	body {
		overflow: visible !important;
	}

	body > .wci-sidebar-template {
		height: auto !important; /*override inline styling*/
	}
	
	.wci-sidebar > .wci-panel,
	.wci-header,
	.main-header-normal,
	.main-header-fixed,
	.main-footer-normal,
	.screen-footer-container,
	.screen-tabs-standards,
	.webcontent-container-header .wf-toolbar, 
	.webcontent-container-footer,
	.breadcrumbs-title-container-links :not(:last-child) {
		display: none !important;
	}

	.wci-sidebar {
		padding-right: 0 !important;
	}

	.wci-topheader,
	.webcontent-container,
	.main-content {
		padding-bottom: 0 !important; /*override inline styling */
	}
	
	.screen-container-standard.screen-container-centered .screen-header-container,
	.view-content-inner .webview-container-standard-layout,
	.webview-container-standard-layout.view-content-inner {
		border: none !important;
	}

	.webview-container-standard-layout.view-content-inner {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
/* STYLE BLOCK "Global layout portal header" (6EDB::3256::6EDB::89) */

.portal-header-inner-right-legacy {display: inline;
float:right;}

.portal-header-legacy {min-height: 40px;}

.portal-header-legacy .centered-container {
	margin:0px 0px 0px 10px;
}

.portal-header-inner-left-legacy { display:inline-block;
}

.portal-header-legacy a:hover {
	text-decoration:none;
}

/* account icon krijgt afwijkende kleur in impersonation modus */

.impersonation-modus i {
	color: #D35400;
}

.context-switcher-link {
	display:inline;
	position:relative;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}

.context-switcher-webview div {
	display:inline;
	margin-left:5px;
}

/* STYLE BLOCK "Main column with sidebar" (6EDB::3256::6EDB::324) */


@media screen and (min-width: 48em) {
  .main-column {
    width: 74%;
    padding-right: 1%;
    float: left;
  }
  .sidebar {
    float: right;
    width: 25%;
  }
}
.main-column-with-sidebar {
	padding-top: 8px;
}
/* STYLE BLOCK "Helplinks (See Also...)" (6EDB::3256::6EDB::560) */

.see-also {
	padding-left: 0px;
}

.see-also li {
	list-style-type: none;
}

.see-also li li{
	list-style-type: disc;
}
/* STYLE BLOCK "Hyperlink -> external" (6EDB::3256::6EDB::614) */

.hyperlink-external
{
padding-right: 13px;
background-origin: padding-box;
/*Eerst maar de algemene setting, die FF wel respecteert.
Daarna de specifieke voor IE (en de rest?)*/
background-position: right center;
background-position-x: right;
background-position-y: center;
background-repeat: no-repeat;
background-size: auto;
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20transform%3D%22translate%28-826.429%20-698.791%29%22%3E%3Crect%20width%3D%225.982%22%20height%3D%225.982%22%20x%3D%22826.929%22%20y%3D%22702.309%22%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M831.194%20698.791h5.234v5.391l-1.571%201.545-1.31-1.31-2.725%202.725-2.689-2.689%202.808-2.808-1.311-1.311z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M835.424%20699.795l.022%204.885-1.817-1.817-2.881%202.881-1.228-1.228%202.881-2.881-1.851-1.851z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* STYLE BLOCK "Contactinformation" (6EDB::3256::6EDB::568) */

.contactinformation-main {
	border: 1px solid #CCCCCC
}

.contactinformation-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contactinformation-header span {
	white-space: normal;
}

.contactinformation-actions A {
	font-weight: bold;
	color: #000000;
}

.contactinformation-main a {
	text-decoration: none;
	color:  #808080;
}

.profile {
	white-space: nowrap;
}

.profile-picture {
	display: inline-block;
	height: 60px;
	width: 20%;
	vertical-align: middle;
	transition: width 500ms, height 500ms;
	cursor: pointer;
	overflow-y: hidden;
}

.profile-picture-nohyperlink {
	cursor: default; 
}

.profile-picture-nohyperlink a:hover {
	text-decoration:none;
}

.expanded .profile-picture {
	height: auto;
	width: 100%;
	vertical-align: middle;
    	transition: width 500ms, height 500ms;
}

.expanded .profile-picture-name {
	width: 0%;
	display:none;
	padding-left: 0%;
}

.profile-picture .combi-icon {
	color: white;
	text-decoration: none;
}

.profile-picture-nohyperlink .combi-icon .combi-icon-main {
	color:#eaeaea;
	padding-left:10px;
}

.profile-picture-nohyperlink .combi-icon .combi-icon-sub {
	color:#eaeaea;
	padding-left:10px;
	padding-top: 5px;
}

.profile-picture .combi-icon .combi-icon-main {
	font-size: 60px; 
	text-align: right;
}

.profile-picture .combi-icon .combi-icon-sub {
	font-size: 10px;
	vertical-align: top;
	position: absolute;
	width: 10px;
	left: 45px;
	text-align: center;
}

.profile-picture-name {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	padding-left: 2%;
	width: 78%;
	line-height: 60px;
	margin: auto;
	height: 60px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.organization .profile-picture {
	background-size: contain;
}

.contactinformation-templatelist .template-list-item,
.contactinformation-tasks-item {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	color: #808080;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 0px;
}

.contactdata-image .combi-icon,
.contactdata-image .combi-icon .combi-icon-sub,
.contactinformation-tasks-item a{
	padding-left: 6px;

}

.contactdata-info-column {
	display: inline-block;
	vertical-align: middle;
	width: 120%;
	overflow: hidden;
}

.primary:hover {
 cursor: pointer;
}
.contactdata-primary {
	position: absolute;
}

.contactinformation-templatelist .template-list-item .combi-icon .combi-icon-main {
	vertical-align: middle;
}

.contactinformation-templatelist .template-list-item .combi-icon .combi-icon-sub {
	padding-top: 8px;
}


.template-list-item A:hover,
.template-list-item A:hover .combi-icon .combi-icon-main,
.template-list-item A:hover .combi-icon .combi-icon-sub,
.template-list-item A:hover .Contactdata .contactdata-kind,
.template-list-item .Contactdata:hover {
	color: #4169E1;
	cursor: pointer;
	text-decoration:none;
}

.contactdata-kind-nohyperlink, .contactdata-repr-nohyperlink
{	
	cursor: default;
}

.contactdata-repr-nohyperlink {
	color: #808080;
}

.contactdata-toolbar {

	opacity: 0;
	position: absolute;
	width: 23.08%;
	transition-property: opacity;
	transition-delay: 20ms;
	transition-duration: 500ms;
}

.contactinformation-templatelist .template-list-item .contactdata-toolbar .contactdata-edit-icon {
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	background-color: #999;
	border-bottom-left-radius: 3px;
	float: right;
	width: 8px;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	transition-property: width;
	transition-delay: 0s;
	transition-duration: 250ms;

}

.contactinformation-templatelist .template-list-item .contactdata-toolbar .contactdata-edit-icon a {
	color: white;
} 

.contactinformation-templatelist .template-list-item:hover .contactdata-toolbar .contactdata-edit-icon {
	transition-delay: 1s;
	transition-duration: 250ms;
	width: 70%;
}

.contactinformation-templatelist .template-list-item:hover .contactdata-toolbar {
	color: #808080;
	opacity: 1;
}

.contactinformation-templatelist .template-list-item:hover .contactdata-toolbar:hover .contactdata-edit-icon {
	background-color: #4169E1;
	cursor: pointer;
	text-decoration: none;
}

.template-list-item {
	position:relative;
}

.template-list-item .contactdata-kind, .template-list-item .contactdata-kind-nohyperlink {
	font-weight: bold;
	line-height: normal;
	color: #000000;
}

.contactdata-credentials {
	float: right;
	margin-right: 4px;
	margin-top: 2px;
}

.template-list-item .contactdata-repr, .contactdata-kind-nohyperlink, .contactdata-repr-nohyperlink {
	line-height: normal;
	overflow: hidden;
	text-overflow:ellipsis;
}

.contact-data-business .contactinformation-templatelist {
	border-right: 3px solid #3498DB;
}

.contact-data-contact .contactinformation-templatelist {
	border-right: 3px solid #3498DB;
}

.contact-data-personal .contactinformation-templatelist {
	border-right: 3px solid #DB9628;
}

.contactinformation-add-line, 
.contactinformation-add-line .template-list-item {
	line-height: normal;
}

.contactinformation-add-line .template-list-item {
	float: left;
}

.contactinformation-add-line .template-list-item .combi-icon .combi-icon-main {
	font-size: 18px; 
	text-align: right;

}

.contactinformation-add-line .template-list-item .combi-icon .combi-icon-sub {
	font-size: 8px;
	vertical-align: top;
	position: absolute;
	width: 8px;
	left: 8px;
	text-align: center;
}


/* STYLE BLOCK "Container vflex" (6EDB::3256::6EDB::804) */

.vflex-container,
.vflex-container > div {
	height: 100%;
}
/* STYLE BLOCK "Messenger: Chat message" (6EDB::3256::6EDB::847) */

.messenger-chatmessage {
	position: relative;
}

.messenger-reply {
	border-left: 4px solid rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.1);
	padding: 6px;
}

.messenger-fwd {
	opacity: 0.45;
	font-style: italic;
}
.messenger-fwd i{
	font-style: italic;
}

.messenger-user {
	font-weight: bold;
	margin-bottom: 2px;
}

.messenger-message-buttons {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 90%;
}

.messenger-message-buttons > a {
	opacity: 0.2;
	text-decoration: none;
	color:#303030;
	cursor: pointer;
}

.messenger-message-buttons > a:hover {
	opacity: 1;
	text-decoration: none;
}

.messenger-content {
	word-wrap: break-word;
}


/* Specifieke toevoeging voor overlappend chat bericht en datum/tijd. */
.messenger-content:after {
	content: "\00A0";
	display: inline-block;
	width: 95px;
}
/* Idem. Zie ook #270250 en #270467 */
.messenger-content.messenger-edited:after {
	content: "\00A0";
	display: inline-block;
	width: 135px;
}

.messenger-timestamp {
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0.5;
	font-size: 90%;
}
/* STYLE BLOCK "Messenger: message" (6EDB::3256::6EDB::845) */

/* functionele styling */

.messenger-message {
	padding: 0px 10px;
}

.messenger-message > div {
	display: inline-block;
	width: 95%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid black;
	border-radius: 10px;
	background-color: white;
	padding: 6px;
	text-align: left;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}

.messenger-message.own > div:before,
.messenger-message.other > div:before,
.messenger-message.own > div:after,
.messenger-message.other > div:after {
	content: "";
	position: absolute;
	top: -1px;
	border-style: solid;
	display: none;
	width: 0;
	z-index: 0;
}

.messenger-message.own {
	text-align: right;
}
.messenger-message.own > div {
	border-top-right-radius: 0px;
}
.messenger-message.own > div:after {
	display: block;
	border-color: white transparent;
	border-width: 10px 10px 0px 0px;
	right: -9px;
	top: 0px;
}
.messenger-message.own > div:before {
	display: block;
	border-color: black transparent;
	border-width: 10px 10px 0px 0px;
	right: -11px;
}

.messenger-message.other {
	text-align: left;
}
.messenger-message.other > div {
	border-top-left-radius: 0px;
}
.messenger-message.other > div:after {
	display: block;
	border-color: transparent white;
	border-width: 0px 10px 10px 0;
	top: 0px;
	left: -9px;
}
.messenger-message.other > div:before {
	display: block;
	border-color: transparent black;
	border-width: 0px 10px 10px 0;
	left: -11px;
}

.messenger-message.event {
	text-align: center;
}
.messenger-message.event > div {
	width: auto;
	padding: 6px 18px;
	min-width: 30%;
	text-align: center;
}



/* visuele styling - had idealiter via een style widgets gewerkt; vooralsnog even zo (zie 28033 voor details) */

.messenger-message.own > div {
	background-color: #DBF7C4;
	border-color: #54A215;
	color: #303030;
}
.messenger-message.own > div:before {
	border-color: #54A215 transparent;
}
.messenger-message.own > div:after {
	border-color: #DBF7C4 transparent;
}

.messenger-message.other > div {
	background-color: white;
	border-color: gray;
	color: #303030;
}
.messenger-message.other > div:before {
	border-color: transparent gray;
}
.messenger-message.other > div:after {
	border-color: transparent white;
}

.messenger-message.event > div {
	background-color: #C4DBF7;
	border-color: #1554A2;
	color: #303030;
}

.highlight .messenger-message > div {
	background-color: #F8EFBE;
	border-color: #CCAD00;
}
.highlight .messenger-message.own > div:before {
	border-color: #CCAD00 transparent;
}
.highlight .messenger-message.own > div:after {
	border-color: #F8EFBE transparent;
}
.highlight .messenger-message.other > div:before {
	border-color: transparent #CCAD00;
}
.highlight .messenger-message.other > div:after {
	border-color: transparent #F8EFBE;
}

/* Date change events styling */
.messenger-message.datechange {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.messenger-message.datechange > div {
	position: relative;
	display: inline-block;
	width: auto;
	background-color: rgba(80,80,80,0);
	border: 0px solid rgba(80,80,80,0);
	box-shadow: 0px 0px 0px rgba(80,80,80,0);
} 

.messenger-message.datechange > div::before,
.messenger-message.datechange > div::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #505050;
}

.messenger-message.datechange > div::before {
	right: 100%;
	margin-right: 15px;
}

.messenger-message.datechange > div::after {
	left: 100%;
	margin-left: 15px;
}
/* STYLE BLOCK "Messenger" (6EDB::3256::6EDB::848) */

.messenger-unread {
	color: white;
	opacity: 0.6;
	padding: 0px 5px;
}
.messenger-unread:hover {
	text-decoration: none;
}

.messenger-unread > .web-icon-number {
	color: white;
	background-color: #C81414;
}

.messenger-toolbar a
, .messenger-toolbar-dropdown-commanditem {
	color: darkslategray;
}

.messenger-toolbar a:hover,
.messenger-toolbar-dropdown-commanditem :hover {
	color: black;
}
/* STYLE BLOCK "Messenger (chat overview)" (6EDB::3256::6EDB::854) */

.messenger-overview-chat:hover {background-color:#109DD9;}
.messenger-overview-chat:hover {color:#FFFFFF;}
.messenger-overview-chat.chat-selected {background-color:#109DD9;}
.messenger-overview-chat.chat-selected {color:#FFFFFF;}
.messenger-overview-chat.chat-archived {background-color:#2F655E;}
.messenger-overview-chat.chat-archived {color:#FFFFFF;}
.messenger-overview-main {
	height: 100%;
	overflow: auto;
}

.messenger-overview-chat {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
	padding: 4px;
	margin-bottom: 2px;
	cursor: pointer;
}

.messenger-overview-chat > .state{
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	text-align: center;
}

.messenger-overview-main > .chat-selected {
	box-sizing: border-box;
}

.messenger-overview-main > .chat-archived {
	box-sizing: border-box;
}

.messenger-overview-item {
	width: 100%;
	min-width: 100px;
	height: 36px;
	line-height: 20px;
	font-size: 9pt;
}

.messenger-overview-itemicon {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 36px;
	position: relative;
}

.messenger-overview-itemicon-content {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 28pt;
	line-height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #AFDDE7;
}

.messenger-overview-itemblock {
	display: inline-block;
	width: calc(100% - 40px);
	height: 36px;
	font-size: 9pt;
	line-height: 18px;
}

.messenger-overview-item-header {
	width: 100%;
	height: 18px;
	font-size: 9pt;
	line-height: 18px;
}

.messenger-overview-item-title {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 54px);
	height: 18px;
	font-size: 9pt;
	font-weight: 600;
	line-height: 18px;
}

.messenger-overview-item-controls {
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 18px;
	text-align: right;
	font-size: 9pt;
	line-height: 18px;
}

.messenger-overview-item-controls > div {
	text-align: right;
}

.messenger-overview-item-controls > div > .archive,
.messenger-overview-item-controls > div > .handle ,
.messenger-overview-item-controls > div > .mute {
	display: inline-block;
	opacity: 0.7;
}

.messenger-overview-item-controls > div > .archive:hover,
.messenger-overview-item-controls > div > .handle:hover,
.messenger-overview-item-controls > div > .mute:hover {
	opacity: 1;
}

.messenger-overview-item-lastevent {
	width: 100%;
	height: 18px;
	font-size: 9pt;
	line-height: 18px;
}

.messenger-overview-item-lastevent-msg {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 74px);
	height: 18px;
	font-size: 8pt;
	opacity: 0.7;
	line-height: 18px;
}

.messenger-overview-item-lastevent-moment {
	display: inline-block;
	overflow: hidden;
	width: 70px;
	height: 18px;
	text-align: right;
	font-size: 8pt;
	opacity: 0.7;
	line-height: 18px;
}

.messenger-overview-unread {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #E81C3A;
	color: white;
	line-height: 20px;
	font-size: 80%;
	text-align: center;
}

.messenger-overview-empty {
	margin-top: 36px;
	text-align: center;
	opacity: 0.7;
}

.messenger-overview-empty .hidden {
	display: hidden;
}

.messenger-overview-template .messenger-overview-itemicon {
	vertical-align: top;
}

.messenger-overview-template .messenger-overview-itemicon-content {
	background-color: #E8E8E8;
}

.messenger-overview-template .messenger-overview-item-title {
	width: 100%;
}

.messenger-overview-template .messenger-overview-item-title:before {
	content: "\2588\2588\2588\00A0\2588\2588\2588\2588\2588\2588\2588\2588";
	color: #E8E8E8;
}

.messenger-overview-template .messenger-overview-item-lastevent:before {
	content: "\2588\2588\2588\2588\00A0\2588\2588\2588\00A0\2588\2588 \2588\2588\2588\2588\2588\2588\2588";
	color: #E8E8E8;
}
/* STYLE BLOCK "Messenger (main window)" (6EDB::3256::6EDB::856) */

.messenger-mainwindow {
	color: darkslategray;
	width: 100%
	height: 100%;
	text-align: center;
}

.messenger-main-centerdialog {
	display: inline-block;
	height: 250px;
}

.messenger-main-centerdialog > .messenger-main-icon {
	margin: 20px;
	text-align: center;
	font-size: 50pt;
}

.messenger-main-centerdialog > .messenger-main-text {
	text-align: center;
	font-size: 22pt;
	line-height: 22pt;
	font-weight: 600;
}
/* STYLE BLOCK "Messenger (mode selector)" (6EDB::3256::6EDB::868) */

.messenger-switcher-active {color:#109DD9;}
.messenger-switcher-top {
	position: absolute;
	top: 0px;
	width: 100%;
}

.messenger-switcher-bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.messenger-switcher-button {
	margin: 10px auto 0px auto;
	text-align: center;
	opacity: 0.5;
	position: relative;
}

.messenger-switcher-button > p {
	margin: 4px 0 12px 0;
}

.messenger-switcher-badge {
	position: absolute;
	top: -5px;
	left: 28px;
	width: 20px;
	border-radius: 50%;
	background-color: #E81C3A;
	color: white;
	line-height: 20px;
	font-size: 80%;
}

.messenger-switcher-button:hover {
	cursor: pointer;
	opacity: 1;
}

.messenger-switcher-active {
	opacity: 1;
}

.messenger-button-active-only {
	display: none;
}

.messenger-switcher-active > div > .messenger-button-active-only {
	display: block;
}

.messenger-switcher-active > div > .messenger-button-inactive-only {
	display: none;
}

/* STYLE BLOCK "Messenger: Chat afbeelding" (6EDB::3256::6EDB::882) */

.messenger-chatimage {
	position: relative;
}

.messenger-imgdiv {
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 100%;
}

.messenger-image {
	flex: none;
	-webkit-transition: -webkit-filter 0.16s linear;
	border-radius: 6px;
}
/* STYLE BLOCK "Component: Chat message" (6EDB::3256::6EDB::909) */

.component-chatmessage {
	position: relative;
}

.component-chatuser {
	font-weight: bold;
	margin-bottom: 2px;
}

.component-chatcontent {
	word-wrap: break-word;
}


/* Specifieke toevoeging voor overlappend chat bericht en datum/tijd. */
.component-chatcontent:after {
	content: "\00A0";
	display: inline-block;
	width: 95px;
}

.component-chattimestamp {
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0.5;
	font-size: 90%;
}

/* STYLE BLOCK "Collection and cards" (6EDB::3256::6EDB::863) */

/* PF CARD GRID LAYOUT */
.pf-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
}
.pf-card-grid.pf-card-100 {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.pf-card-grid.pf-card-150 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.pf-card-grid.pf-card-200 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.pf-card-grid.pf-card-250 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.pf-card-grid.pf-card-300 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.pf-card-grid.pf-card-350 {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.pf-card-grid.pf-card-400 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.pf-card-grid.pf-card-450 {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
.pf-card-grid.pf-card-500 {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.pf-card-grid.pf-card-550 {
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
}
.pf-card-grid.pf-card-600 {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
}

/* PF CARD COLUMNS LAYOUT */
.pf-card-columns {
    column-count: 4;
    column-width: 250px;
    column-gap: 1rem;
}
.pf-card-columns.pf-card-100 {
    column-width: 100px;
}
.pf-card-columns.pf-card-150 {
    column-width: 150px;
}
.pf-card-columns.pf-card-200 {
    column-width: 200px;
}
.pf-card-columns.pf-card-250 {
    column-width: 250px;
}
.pf-card-columns.pf-card-300 {
    column-width: 300px;
}
.pf-card-columns.pf-card-350 {
    column-width: 350px;
}
.pf-card-columns.pf-card-400 {
    column-width: 400px;
}
.pf-card-columns.pf-card-450 {
    column-width: 450px;
}
.pf-card-columns.pf-card-500 {
    column-width: 500px;
}
.pf-card-columns.pf-card-550 {
    column-width: 550px;
}
.pf-card-columns.pf-card-600 {
    column-width: 600px;
}
.pf-card-columns.pf-card-columns-1 {
    column-count: 1;
}
.pf-card-columns.pf-card-columns-2 {
    column-count: 2;
}
.pf-card-columns.pf-card-columns-3 {
    column-count: 3;
}
.pf-card-columns.pf-card-columns-4 {
    column-count: 4;
}
.pf-card-columns.pf-card-columns-5 {
    column-count: 5;
}
.pf-card-columns.pf-card-columns-6 {
    column-count: 6;
}
.pf-card-columns.pf-card-columns-7 {
    column-count: 7;
}
.pf-card-columns .pf-card {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 1rem 1rem 0;
    width: 100%;
    transform: translateZ(0);
}

/* PF CARD ROWS LAYOUT */
.pf-card-rows {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    padding: .5rem;
    box-sizing: border-box;
}
.pf-card-rows .pf-card {
    height: 200px;
    flex-grow: 1;
    flex-shrink: 1;
    margin: .5rem;
    overflow: hidden;
}
.pf-card-rows.pf-card-100 .pf-card {
    height: 100px;
}
.pf-card-rows.pf-card-150 .pf-card {
    height: 150px;
}
.pf-card-rows.pf-card-200 .pf-card {
    height: 200px;
}
.pf-card-rows.pf-card-250 .pf-card {
    height: 250px;
}
.pf-card-rows.pf-card-300 .pf-card {
    height: 300px;
}
.pf-card-rows.pf-card-350 .pf-card {
    height: 350px;
}
.pf-card-rows.pf-card-400 .pf-card {
    height: 400px;
}
.pf-card-rows.pf-card-450 .pf-card {
    height: 450px;
}
.pf-card-rows.pf-card-500 .pf-card {
    height: 500px;
}
.pf-card-rows.pf-card-550 .pf-card {
    height: 550px;
}
.pf-card-rows.pf-card-600 .pf-card {
    height: 600px;
}


/** PF CARD STYLING **/

.pf-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
/* border: 1px solid rgba(0, 0, 0, 0.125); */
  border-radius: 0.25rem;  
  overflow: hidden;
}

.pf-card-rows .pf-card .pf-card-feedback .feedback-footer {
	display: none;
}

/*#281743 - iPad hack om te voorkomen dat de kaarten helemaal niet zichtbaar worden*/
html:not(.ipad):not(.macintosh) .pf-card {
   box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

html.ipad .pf-card, 
html.macintosh .pf-card {
   border: 1px solid rgba(0, 0, 0, 0.125);
}

/*#281743 - iPad hack om te voorkomen dat de kaarten helemaal niet zichtbaar worden*/
html:not(.ipad):not(.macintosh) .pf-card-no-borders .pf-card {
   box-shadow: none;
}

html.ipad .pf-card, 
html.macintosh .pf-card-no-borders .pf-card {
   border: none;
}

.pf-card-no-borders .pf-card {
   border-radius: 0.25rem;  
   overflow: none;
}

.pf-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.pf-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.pf-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pf-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  font-size: 1rem;
}

.pf-card-title {
    margin-top: 0.75rem;	
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.pf-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
}

.pf-card-subtitle-only-below {
  margin-top: 0;

}

.pf-card-text:last-child {
  margin-bottom: 0;
  font-size: 1rem;
}

.pf-card-link {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.pf-card-link:hover {
  text-decoration: none;
}

.pf-card-link + .pf-card-link {
  margin-left: 1.25rem;
}

.pf-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
}

.pf-card-header img, .pf-card-footer img, .pf-card-body img {
  max-width: 100%;	
  width: auto; 
}

.pf-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.pf-card-header-image-only .pf-card-img-top {
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px;
}


.pf-card-footer {
  padding: 5px 1.25rem 1rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
}

.pf-card-feedback {
   padding: 0 1.25rem 1.25rem;
   margin-top: 10px;
}

.pf-card-footer .pf-card-feedback {
   padding: 0px;
}

.pf-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.pf-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.pf-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.pf-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.pf-card-img {
    height: auto; 
    width: auto; 
    max-width: 100%; 
    max-height: 100%;
    border-radius: calc(0.25rem - 1px);
}

.pf-card-img-top {
  vertical-align: top;
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.pf-card-img-bottom {
  vertical-align: top;
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* EMBEDDING IN PF CARDS (YouTube and vimeo) */
.pf-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.pf-embed-responsive::before {
  display: block;
  content: "";
}

.pf-embed-responsive .pf-embed-responsive-item,
.pf-embed-responsive iframe,
.pf-embed-responsive embed,
.pf-embed-responsive object,
.pf-embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pf-embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.pf-embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.pf-embed-responsive-4by3::before {
  padding-top: 75%;
}

.pf-embed-responsive-1by1::before {
  padding-top: 100%;
}

.pf-card-max-width-100 > .pf-card{
  max-width: 100px;
}

.pf-card-max-width-150 > .pf-card{
  max-width: 150px;
}
.pf-card-max-width-200 > .pf-card {
  max-width: 200px;
}

.pf-card-max-width-250 > .pf-card {
  max-width: 250px;
}

.pf-card-max-width-300 > .pf-card {
  max-width: 300px;
}

.pf-card-max-width-350 > .pf-card {
  max-width: 350px;
}

.pf-card-max-width-400 > .pf-card {
  max-width: 400px;
}

.pf-card-max-width-450 > .pf-card {
  max-width: 450px;
}

.pf-card-max-width-500 > .pf-card {
  max-width: 500px;
}

.pf-card-max-width-550 > .pf-card {
  max-width: 550px;
}

.pf-card-max-width-600 > .pf-card {
  max-width: 600px;
}

/* STYLE BLOCK "Collection filters" (6EDB::3256::6EDB::867) */

.cl-filter-button-spacing {
 	margin-right: 15px;	
	margin-bottom: 15px;
	display: inline-block;
}
.cl-filter-group {
	display: inline-block;
}

.cl-filter-button {
    display: inline-block;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 40px;
    border-radius: .25rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    font: 400 13.3333px Arial;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow:auto;  
   
}

.cl-filter-button:hover {
    background:#0070cc;
}

.cl-filter-button label {
    display: inline-block;
    line-height: 40px;
}

.cl-filter-button label span {
    display: inline-block;
    text-align:center;
    cursor: pointer;
    min-width: 200px;
}

.cl-filter-button label input {
    display: none;
}

.cl-filter-button input:checked + span {
    background-color:#007bff;
    color:#fff;
}
/* STYLE BLOCK "Card - fotoalbum" (6EDB::3256::6EDB::873) */

.pf-card-fotoalbum {
  font-size: 1.17em; 
  display: flex; 
  justify-content:space-between; 
  line-height: 24px; 
}

.pf-card-fotoalbum-fotos {
  font-size: 0.7em;
}

.pf-spread-evenly> div { display: inline-block; display: -moz-inline-box; *display: inline; /* For IE7 */ zoom: 1; /* Trigger hasLayout */ margin-left: 2%; width: 32%; text-align: center; } .pf-spread-evenly> div:first-child { margin-left: 0; }
/* STYLE BLOCK "Custom filter" (6EDB::3256::6EDB::877) */

.pf-filter-dialog {
  position: fixed;
 top: 78px;
 z-index:2000000;
 width: 78%; 	
}

.pf-collection-dialog {
  margin-top: 50px;
}

.pf-filter-dialog-close {
   margin-top: 10px;
   text-align: right;
}
/* STYLE BLOCK "Card - mijn collega²" (6EDB::3256::6EDB::880) */

.pfcard-panel{
    //box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 24px;
}
.pfcard-panel.pfcard-panel-heading .pfcard-panel:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pfcard-widget-header{
    /*padding: 15px 15px 50px 15px;
    min-height: 125px;
    position: relative;
    overflow: hidden;*/
}
.pfcard-panel.pfcard-panel-footer .pfcard-panel:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.pfcard-widget-body {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.pfcard-panel-body {
    padding: 25px 20px;
}
.pfcard-pad-all {
    padding: 15px;
}

.pfcard-widget-img {
    position: relative;
    width: 85%;
    max-width: 170px;  
    margin-left: auto;
    height: 170px;
    margin-right: auto; 
    top: 30px;
}

.pfcard-img-md {
    width: 128px;
    height: 128px;
}

.pfcard-img-circle {
border-radius: 50%;

}

.pfcard-widget-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.pfcard-pf-img-border-light {
    box-shadow: 0 0 0 4px #fff;
}
.pfcard-img-border {
    box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}

.pfcard-square-220 {
  height: 220px;
  line-height: 220px;
  text-align: center;
  vertical-align: middle;
  background-size: cover; 
  background-position: center;
  position: relative; 
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #e5e5e5; 

}

.pfcard-circle-140 {
  width: 140px; 
  height: 140px; 
  background-size: cover; 
  background-position: center;
  border-radius: 50%; 
  top: 20px; 
  position: relative; 
  margin: 0 auto; 
}

.pfcard-circle-140.pfcard-photo {
  border: 2px solid white; 
}


.pfcard-circle-140.pfcard-webicon {
  background-color: #e5e5e5; 
  
}

.pfcard-webicon {
  vertical-align: middle;
  text-align: center;
}

.pfcard-webicon-circle {
 line-height: 140px;
 font-size: 104px;	
}
/* STYLE BLOCK "Card - web post" (6EDB::3256::6EDB::892) */

.pfcard-header-circle-40 {
  width: 40px; 
  height: 40px; 
  background-size: cover; 
  border: 2px solid white; 
  border-radius: 50%; 
  top: 20px; 
  position: relative; 
  margin: 0 auto; 
  display: inline-block;
}

.pfcard-header-circle-40.pfcard-photo {
   margin-right: 3px;
}

.pfcard-header-circle-40.pfcard-header-webicon-20 {
  background-color: #e5e5e5; 
  margin-right: 3px;
}

.pfcard-header-webicon-20 {
  text-align: center;
}

.pfcard-header-webicon-circle-20 {
 line-height: 40px;
 font-size: 18px;	
}

.pfcard-header-40 {
  display: inline-block;
  top: 20px;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  word-break: break-all;
}

a.pfcard-a {
  color: #C0C0C0;
  cursor: pointer;
  text-decoration: none;
}

a.pfcard-a:hover {
  color: #EB6A24;
  text-decoration: none;
}

.feedbackfooter-webicon-round {
  border-radius: 50%;
}

.feedback-editor > textarea {
	/*voorkomen dat je ongelukjes 'dragt', hele lange smalle editors bijvoorbeeld*/
	resize: vertical;
}

.pf-card-header-circle {
  display: inline-block;
}
/* STYLE BLOCK "Feedback footer" (6EDB::3256::6EDB::894) */

.feedback-footer {
   padding-top: 10px;
}

.feedback-footer-status {
   display: inline-block;
   font-size: 0.8em; 
   padding: 5px; 
}

.feedback-like, .feedback-comment, .feedback-favorite { 
   display: inline-block; 
   cursor: pointer; 
}

.feedback-like-button-icon, .feedback-favorite-button-icon, .feedback-comment .feedback-comment-button-icon  {
   display: inline-block;
}

.feedback-like-button, .feedback-favorite-button {
   display: inline-block;
}

.feedback-like-button-text, .feedback-comment-button-text, .feedback-favorite-button-text {
   display: inline-block; 
   margin-left: 3px;
   font-size: 0.9em;
}

.feedback-like-button-text > p, .feedback-comment-button-text > p, .feedback-favorite-button-text > p {
   display: inline-block;
}

.feedback-like-overview-button, .feedback-comment {
   display: inline-block; 
   margin-left: 3px; 
   margin-right: 24px; 
   cursor: pointer;
}

.feedback-likes-overview-like {
   width: 100%;
   border: 1px solid #DEDEDE;
   margin: 10px auto;
   min-height: 70px; 
   position: relative;
}

.feedback-likes-overview-like-sub {
   display: inline-block;
   margin-left: 10px;
   width: 100%;
}

.feedback-like-overview-number, .feedback-comment-number {
   padding: 0 5px; 
   border-radius: 50%;
   border: 1px;
   border-style: solid;
}

.feedback-like-overview-button, .feedback-comment-number {
   font-size: 0.9em;
}

.feedback-comment-number {
   display: inline-block; 
   margin-left: 3px;
}

.feedback-editor textarea {
   width: 100%; 
   height: 50px;
}

.feedback-reactions-overview-reaction {
   width: 100%;
   border: 1px solid #DEDEDE;
   margin: 10px auto;
}

.feedback-reactions-overview-reaction .feedback-reactions-overview-reaction-sub {
   margin-left: 10px;
}

.feedback-reactions-overview-reaction > p {
   padding: 10px;
}

/* STYLE BLOCK "File(s) dropdown menu" (6EDB::3256::6EDB::902) */

/* Dropdown Button */
.drpbtn-dropbtn {
  color: #007BFF;
  padding: 20px;
  font-size: 36px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.drpbtn-dropdown {
  position: absolute;
  top: -8px;
  left: -20px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.drpbtn-dropdown-content {
  display: none;
  position: absolute;
  left: 26px;
  background-color: #f1f1f1;
  font-size: 16px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.drpbtn-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.drpbtn-dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.drpbtn-dropdown:hover .drpbtn-dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
..drpbtn-dropdown:hover .drpbtn-dropbtn {background-color: #3e8e41;}

/* STYLE BLOCK "Cm-header style" (6EDB::3256::6EDB::921) */

@media screen {
  .cm-header.printonly {
    display: none;
  }
}
@media print {
  .cm-header.printonly {
    display: block;
  }

  /* #375728: outlook voegt paginering styling toe die ervoor zorgt dat hij bij het afdrukken de header en body op losse paginas zet */
  div[class^="WordSection"] {
    page: auto !important;
  }
}

.cm-header {
    margin: 0px;
    padding: 5px 5px 10px 5px;
    width: 100%;
    background-color: rgb(250,250,250);
    box-sizing: border-box;
}

.cm-header-textstyle {
    font-family: "Segoe UI", "Helvetica", sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
}

.cm-header .cm-header-table .cm-header-line .cm-header-line-key {
    text-transform: capitalize;
    text-align: right;
    color: rgb(145,145,145);
    padding-right: 10px;
}

.cm-header .cm-header-table .cm-header-line .cm-header-line-key::after {
    content: ":";
}

.cm-header .cm-header-table .cm-header-line .cm-header-line-value {
    text-align: left;
    color: rgb(80,80,80);
}

.cm-body {
    height: 100vh;
    margin: 0;
    padding: 0;
}

.cm-block-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cm-header-block {
    flex: none;
}

@media screen {
    .cm-content-block {
        flex-grow: 1;
        border: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        width: 100%;
    }
}

@media print {
    .cm-content-block {
        flex: none;
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

/* STYLE BLOCK "Rapportage menu" (6EDB::3256::46A5D6::574) */

.report-menu {
	font-size: 12px;
}

.download-button span:before {
	font-family: FontAwesome;
	content: "\f019";
}
/* STYLE BLOCK "Template grid" (6EDB::3256::6EDB::306) */

.grid-row {
  margin-left: -20px;
  *zoom: 1;
}

.grid-row:before,
.grid-row:after {
  display: table;
  content: "";
}

.grid-row:after {
  clear: both;
}

[class*="grid-column"] {
  float: left;
  margin-left: 20px;
}

.grid-container,
.navbar-fixed-top .grid-container,
.navbar-fixed-bottom .grid-container {
  width: 940px;
}

.grid-column12 {
  width: 940px;
}

.grid-column11 {
  width: 860px;
}

.grid-column10 {
  width: 780px;
}

.grid-column9 {
  width: 700px;
}

.grid-column8 {
  width: 620px;
}

.grid-column7 {
  width: 540px;
}

.grid-column6 {
  width: 460px;
}

.grid-column5 {
  width: 380px;
}

.grid-column4 {
  width: 300px;
}

.grid-column3 {
  width: 220px;
}

.grid-column2 {
  width: 140px;
}

.grid-column1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.grid-row-fluid {
  width: 100%;
  *zoom: 1;
}

.grid-row-fluid:before,
.grid-row-fluid:after {
  display: table;
  content: "";
}

.grid-row-fluid:after {
  clear: both;
}

.grid-row-fluid [class*="grid-column"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-row-fluid [class*="grid-column"]:first-child {
  margin-left: 0;
}

.grid-row-fluid .grid-column12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.grid-row-fluid .grid-column11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.grid-row-fluid .grid-column10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.grid-row-fluid .grid-column9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.grid-row-fluid .grid-column8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.grid-row-fluid .grid-column7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.grid-row-fluid .grid-column6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.grid-row-fluid .grid-column5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.grid-row-fluid .grid-column4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.grid-row-fluid .grid-column3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.grid-row-fluid .grid-column2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.grid-row-fluid .grid-column1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.grid-container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.grid-container:before,
.grid-container:after {
  display: table;
  content: "";
}

.grid-container:after {
  clear: both;
}

.grid-container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.grid-container-fluid:before,
.grid-container-fluid:after {
  display: table;
  content: "";
}

.grid-container-fluid:after {
  clear: both;
}


/* STYLE BLOCK "Positioning switch" (6EDB::3256::46A5D6::501) */

.projectenportaal-switch {
	z-index: 1001 !important;
	position: fixed !important;
	margin: -165px 0px 0px 10px;
	clear: both;
	display: block;
width: 200px;
height: 100px;
}
/* STYLE BLOCK "Error message rood" (6EDB::3256::46A5D6::503) */

.error-message {
	color: red;
}

/* STYLE BLOCK "Nowrap" (6EDB::3256::46A5D6::509) */

td.nowrap div.wrap{
white-space: nowrap;
}
/* STYLE BLOCK "Afbeelding LF" (6EDB::3256::46A5D6::514) */

.afbeelding {
	max-width:200px;
	max-height:200px;
}

.afbeelding .afbeelding-bijschrift {
	text-align: center;
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
}
/* STYLE BLOCK "Afbeelding LF carousel" (6EDB::3256::46A5D6::515) */

.afbeelding {
	max-width:200px;
	max-height:200px;
}

.afbeelding .afbeelding-bijschrift {
	text-align: center;
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
} 

/* DIRECTION CONTROLS (NEXT / PREV) 

.bx-wrapper .bx-prev {
	left: -40px !important;
}

.bx-wrapper .bx-next {
	right: -40px !important;
}

.bx-wrapper .bx-controls-direction a {

	text-indent: -9999px;
	z-index: 999 !important;
}

.bx-wrapper .bx-viewport {
	height: 250px !important;
} */
/* STYLE BLOCK "Line-heigt-34-px" (6EDB::3256::46A5D6::516) */

.line-height-34-px {
	height: 34px !important;
	line-height: 18px;
}
/* STYLE BLOCK "Styling aanvulling listviews" (6EDB::3256::46A5D6::469) */

.listview-2padding thead th, .listview-2padding tbody td
{
	padding: 1px;
} 	

.listview-2padding thead
{
	height: 24px;
}

.listview-2padding div.wrap
{
	padding-left: 3px;
} 

.listview-column-fixed-ellipsis .wrap{
	width: 180px;
	white-space:nowrap !important;
	text-overflow: ellipsis !important;
	max-width:180px; 
	display: inline-block; 
}



.listview-minimal-padding thead th, .listview-minimal-padding tbody td {
	padding: 4px 3px !important;
}

.listview-minimal-padding thead th.right, .listview-minimal-padding tbody td.right {
	padding-right: 0px !important;
}

.listview-minimal-padding tbody td.text-column div.wrap {
	padding-top: 4px;
}

.listview-minimal-padding tbody .view-expansion-column {
	padding-right: 9px !important;
}

.filter-container {
	margin-top:10px;
	background:#FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	padding:10px;
}


.label-control-30-70 .wfi-control-label {
	width: 30% !important;
}

.label-control-30-70 .wfi-control-control {
	width: 70% !important;
}

.expandable-listview .view-panel .view-panel-content tbody td[data-column="dialog"]
{
	padding: 10px 0px 10px 5px !important;
}

.expandable-listview-hide-expanding .view-expansion-column {
	display: none;
}

.listview-small-top-bottom-padding tbody td {
	padding-top: 0px;
	padding-bottom: 0px;
}
/* STYLE BLOCK "Field table (line separator) no-label-width" (6EDB::3256::46A5D6::680) */

.field-list-with-sep-specific-width td {
	line-height:26px;
	border-bottom:1px dotted #CCC;
}

.field-list-with-sep-specific-width .fieldlist-label {
	color: #999999;
	font-weight:normal;
	width: 55%;
}
/* STYLE BLOCK "Block Container amendement" (6EDB::3256::46A5D6::690) */

.block-container-amendement-header-title {
	-moz-box-shadow: 3px 3px 5px 3px #ccc;
	-webkit-box-shadow: 3px 3px 5px 3px #ccc; 
	box-shadow: 3px 3px 5px 3px #ccc;
	padding: 10px;
}

/* STYLE BLOCK "Zonder header" (6EDB::3256::46A5D6::332) */

.zonderheader > .widget-container > .widget-header {
display: none;
}
.zonderheader > .widget-container > .widget-header {font-size: 1.3em;
position: relative;
line-height: 45px;
padding-left:10px;
}

.zonderheader > .widget-container > .widget-content {padding:10px;}

.zonderheader > .widget-container {margin-bottom:15px;}
/* STYLE BLOCK "Amounts-right-aligned" (6EDB::3256::46A5D6::708) */

.amount-right-aligned .wfi-display {
	text-align: right;
}

.text-right {
	text-align: right;
}
/* STYLE BLOCK "Hyperlink color suspect" (6EDB::3256::46A5D6::668) */

.display .suspect a {
	color: #BC820F !important;
}
/* STYLE BLOCK "Black-header-uppercase" (6EDB::3256::46A5D6::699) */

/* TITEL */
/* voor alle style widgets met css class black-header-uppercase. Daarnaast ook voor de titel styling van dashboard blokjes */

/* webselection template */
.black-header-uppercase  .webcontent-container  .webcontent-container-header .webcontent-webselection-header-left,
/* webselection*/
.black-header-uppercase .webcontent-container .webcontent-container-header .webcontent-container-header-title,
/* dashboard blokje */
.dashboard-block .dashboard-title,
/* speciale uitzondering voor formulier kop */
.form-outcome .form-blockcontainer .webcontent-container .webcontent-container-header .webcontent-container-header-title,
/* block container */
.black-header-ucase-no-border-no-padding .widget-container .widget-header .widget-header-title,
.black-header-uppercase .widget-container .widget-header .widget-header-title
{
	color: #000 !important;
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'Poppins',sans-serif !important;
	vertical-align: middle;
}


/* STREEP ONDER TITEL*/
 /* webselection template  & webselection */
.black-header-uppercase .webcontent-container .webcontent-container-header,
/* speciale uitzondering voor formulier kop */
.form-outcome .form-blockcontainer .webcontent-container .webcontent-container-header,
/* block-container */
.black-header-ucase-no-border-no-padding .widget-container .widget-header,
.black-header-uppercase .widget-container .widget-header
{
	border-bottom: 1px solid #797d7d !important;
}


/* extra styling voor css class black-header-ucase-no-border-no-padding om de outer border en paddings te regelen. Wordt met name gebruikt bij block containers op een witte achtergrond */
.black-header-ucase-no-border-no-padding .widget-container {
	border: none;
}
.black-header-ucase-no-border-no-padding .widget-container .widget-header {
	padding-left: 0px;
}
.black-header-ucase-no-border-no-padding .widget-container .widget-content {
	padding: 10px 0px;
}

/* STYLE BLOCK "Hyperlink-kind-of-involvement" (6EDB::3256::46A5D6::737) */

.hyperlink-kind-of-involvement a {
	color: white;
}
/* STYLE BLOCK "Checkbox-as-switch" (6EDB::3256::46A5D6::742) */

.checkbox-as-switch {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox-as-switch input {
  opacity: 0;
  width: 0.0625rem;
  height: 0.0625rem;
}


.checkbox-as-switch  .label,
.checkbox-as-switch .caption,
 {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.checkbox-as-switch .label {
  width: 30px;
  height: 10px;
  background-color: #c1bebe;
  border-radius: 8px;
  overflow: visible;
  position: relative;
	display: inline-block;
}
.checkbox-as-switch  .label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  z-index: 2;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.checkbox-as-switch input:checked ~ .label{
  background-color: black;
}
.checkbox-as-switch  input:not(:checked) ~ .label:before {
  background-color: #ffffff;
  transition: all 0.2s linear;
}

.checkbox-as-switch  input:checked ~ .label:before {
  -webkit-transform: translateX(19px);
          transform: translateX(19px);
  transition: all 0.2s linear;
}
.checkbox-as-switch  input:disabled ~ .label {
  background-color: #D5D5D5;
}
.checkbox-as-switch  input:disabled ~ .label:before {
  background-color: #BDBDBD;
}
/* STYLE BLOCK "Contract bedragen" (6EDB::3256::46A5D6::745) */

.amount-table {
	width: 97%;
}

.fieldlist-label-50, fieldlist-value-50 {
	width: 50%;
}

.fieldlist-label-40, .fieldlist-value-40 {
	width: 40%;
}

.fieldlist-label-60 {
	width: 60%;
}

.fieldlist-label-30, .fieldlist-value-30 {
	width: 30%;
}
.fieldlist-label-25, .fieldlist-value-25 {
	width: 25%;
}

.fieldlist-label-20, .fieldlist-value-20 {
	width: 20%;
}

.fieldlist-label-24, .fieldlist-value-24 {
	width: 24%;
}

.fieldlist-label-4, .fieldlist-value-4 {
	width: 4%;
}

.fieldlist-label-right-aligned {
	text-align:right !important;
}

.fieldlist-value-right-aligned, .fieldlist-value-right-aligned .wfi-input input {
	text-align:right !important;
}

.fieldlist-value hr {
text-align: right; /* horizontal centering */ 
line-height: 1px; /* vertical centering */ 
height: 1px; /* gap between the lines */ 
font-size: 1em; /* choose font size you like */ 
border-width: 0px 0px 1px 0px; /* top border */ 
border-style: dashed; 
border-color: #676767; 
margin: 0px 0px; /* 20px space above/below, 10px left/right */ 
overflow: visible; /* ensure 1px gap between borders */
 -webkit-box-sizing: content-box; 
-moz-box-sizing: content-box; 
-ms-box-sizing: content-box; 
-o-box-sizing: content-box; 
box-sizing: content-box;

}

.fieldlist-value-vertical-line {
text-align: right; /* horizontal centering */ 
line-height: 1px; /* vertical centering */ 
height: 1px; /* gap between the lines */ 
font-size: 1em; /* choose font size you like */ 
border-width: 0px 1px 0px 0px; /* top border */ 
border-style: dashed; 
border-color: #676767; 
margin: 0px 0px; /* 20px space above/below, 10px left/right */ 
overflow: visible; /* ensure 1px gap between borders */
 -webkit-box-sizing: content-box; 
-moz-box-sizing: content-box; 
-ms-box-sizing: content-box; 
-o-box-sizing: content-box; 
box-sizing: content-box;

}

.fieldlist-value hr.minus-sign:after {
	content: "-"; /* section sign */ 
	position: relative;
	right: -25px;
	font-size: 1.9em;
}

.fieldlist-value hr.plus-sign:after {
	content: "+"; /* section sign */ 
	position: relative;
	right: -25px;
	font-size: 1.4em;
}

.padding-left-20-px {
	padding-left: 20px;
}
/* STYLE BLOCK "Contractbedragen tabel no header" (6EDB::3256::46A5D6::755) */

.contract-amounts-no-header .webcontent-container-header
{
	display: none;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
}

.contract-amounts-no-header .webcontent-container
{
	padding-top: 0px !important;
}
/* STYLE BLOCK "Contactgegevens" (6EDB::3256::46A5D6::756) */

.pc-contactinformation-main {
	border: 1px solid #CCCCCC
}

.pc-contactinformation-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
}

.pc-contactinformation-header span {
	white-space: normal;
}

.pc-contactinformation-add-controls {
	float: right;
}

.pc-contactinformation-actions A {
	font-weight: bold;
	color: #000000;
}

.pc-contactinformation-main a {
	text-decoration: none;
	color:  #808080;
}

.profile {
	white-space: nowrap;
}

.profile-picture {
	display: inline-block;
	height: 60px;
	width: 20%;
	vertical-align: middle;
	transition: width 500ms, height 500ms;
	cursor: pointer;
	overflow-y: hidden;
}

.profile-picture-nohyperlink {
	cursor: default; 
}

.profile-picture-nohyperlink a:hover {
	text-decoration:none;
}

.expanded .profile-picture {
	height: auto;
	width: 100%;
	vertical-align: middle;
    	transition: width 500ms, height 500ms;
}

.expanded .profile-picture-name {
	width: 0%;
	display:none;
	padding-left: 0%;
}

.profile-picture .combi-icon {
	color: white;
	text-decoration: none;
}

.profile-picture-nohyperlink .combi-icon .combi-icon-main {
	color:#eaeaea;
	padding-left:10px;
}

.profile-picture-nohyperlink .combi-icon .combi-icon-sub {
	color:#eaeaea;
	padding-left:10px;
	padding-top: 5px;
}

.profile-picture .combi-icon .combi-icon-main {
	font-size: 60px; 
	text-align: right;
}

.profile-picture .combi-icon .combi-icon-sub {
	font-size: 10px;
	vertical-align: top;
	position: absolute;
	width: 10px;
	left: 45px;
	text-align: center;
}

.profile-picture-name {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	padding-left: 2%;
	width: 78%;
	line-height: 60px;
	margin: auto;
	height: 60px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.organization .profile-picture {
	background-size: contain;
}

.pc-contactinformation-templatelist .template-list-item,
.pc-contactinformation-tasks-item {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	color: #808080;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 0px;
}

.pc-contactdata-image .combi-icon,
.pc-contactdata-image .combi-icon .combi-icon-sub,
.pc-contactinformation-tasks-item a{
	padding-left: 6px;

}

.pc-contactdata-info-column {
	display: inline-block;
	vertical-align: middle;
	width: 120%;
	overflow: hidden;
}

.pc-contactdata-primary {
	position: absolute;
}

.pc-contactinformation-templatelist .template-list-item .combi-icon .combi-icon-main {
	vertical-align: middle;
}

.pc-contactinformation-templatelist .template-list-item .combi-icon .combi-icon-sub {
	padding-top: 8px;
}


.template-list-item A:hover,
.template-list-item A:hover .combi-icon .combi-icon-main,
.template-list-item A:hover .combi-icon .combi-icon-sub,
.template-list-item A:hover .pc-Contactdata .pc-contactdata-kind,
.template-list-item .pc-Contactdata:hover {
	color: #4169E1;
	cursor: pointer;
	text-decoration:none;
}

.pc-contactdata-kind-nohyperlink, .pc-contactdata-repr-nohyperlink
{	
	cursor: default;
	word-wrap: break-word;
}

.pc-contactdata-repr-nohyperlink{
	color: #808080;
}

.pc-contactdata-toolbar {

	opacity: 0;
	position: absolute;
	width: 23.08%;
	transition-property: opacity;
	transition-delay: 20ms;
	transition-duration: 500ms;
}

.pc-contactinformation-templatelist .template-list-item .pc-contactdata-toolbar .pc-contactdata-edit-icon {
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	background-color: #999;
	border-bottom-left-radius: 3px;
	float: right;
	width: 8px;
	height: 18px;
	
	padding-left: 5px;
	transition-property: width;
	transition-delay: 0s;
	transition-duration: 250ms;

}

.pc-contactinformation-templatelist .template-list-item .pc-contactdata-toolbar .pc-contactdata-edit-icon a {
	color: white;
	display: inline-block;
	width: 100%;
} 

.pc-contactinformation-templatelist .template-list-item:hover .pc-contactdata-toolbar .pc-contactdata-edit-icon {
	transition-delay: 400ms;
	transition-duration: 250ms;
	width: 70%;
}

.pc-contactinformation-templatelist .template-list-item:hover .pc-contactdata-toolbar {
	color: #808080;
	opacity: 1;
}

.pc-contactinformation-templatelist .template-list-item:hover .pc-contactdata-toolbar:hover .pc-contactdata-edit-icon {
	background-color: #4169E1;
	cursor: pointer;
	text-decoration: none;
}

.template-list-item {
	position:relative;
}

.template-list-item .pc-contactdata-kind, .template-list-item .pc-contactdata-kind-nohyperlink {
	font-weight: bold;
	line-height: normal;
	color: #000000;
}

.pc-contactdata-credentials {
	float: right;
	margin-right: 4px;
	margin-top: 1px;
}

.template-list-item .pc-contactdata-repr, .pc-contactdata-kind-nohyperlink, .pc-contactdata-repr-nohyperlink {
	line-height: normal;
	overflow: hidden;
	text-overflow:ellipsis;
}

.pc-contact-data-business .pc-contactinformation-templatelist {
	border-right: 3px solid #3498DB;
}

.pc-contact-data-contact .pc-contactinformation-templatelist {
	border-right: 3px solid #3498DB;
}

.pc-contact-data-personal .pc-contactinformation-templatelist {
	border-right: 3px solid #DB9628;
}

.pc-contactinformation-add-line, 
.pc-contactinformation-add-line .template-list-item {
	line-height: normal;
}

.pc-contactinformation-add-line .template-list-item {
	float: left;
}

.pc-contactinformation-add-line .template-list-item .combi-icon .combi-icon-main {
	font-size: 18px; 
	text-align: right;

}

.pc-contactinformation-add-line .template-list-item .combi-icon .combi-icon-sub {
	font-size: 8px;
	vertical-align: top;
	position: absolute;
	width: 8px;
	left: 8px;
	text-align: center;
}
/* STYLE BLOCK "Master-detail-views" (6EDB::3256::46A5D6::763) */

.menu-item-menu-item-icon a:first-child i {
	display: inline-block !important;
}

.screen-sidebar-menu .menu-accordion li a:first-child i {
display: inline-block !important;
color: black !important;
font-size: 12px !important;
line-height: 12px !important;
}

.pc-subdomain-not-licensed {

}

.pc-subdomain-not-licensed .tooltip {
visibility: hidden;
width: auto;
color: black;
text-align: center;
padding: 5px 0;
border-radius: 6px;

/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 999;
}

.pc-subdomain-not-licensed:hover .tooltip {
visibility: visible;
}
/* STYLE BLOCK "Themify" (6EDB::3256::46A5D6::767) */

@font-face{ font-family: 'themify'; src:url('/fonts/themify/themify.eot');font-weight: normal;	font-style: normal;}

@font-face {
	font-family: 'themify';
	src:url('/fonts/themify/themify.eot?-fvbane');

	src:url('/fonts/themify/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('/fonts/themify/themify.woff?-fvbane') format('woff'),
		url('/fonts/themify/themify.ttf?-fvbane') format('truetype'),
		url('/fonts/themify/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}

/* STYLE BLOCK "Notes" (6EDB::3256::46A5D6::768) */

.notes-green {
	background-color: lightgreen;
	color: white;
}
/* STYLE BLOCK "PC contextswitch template placeholders" (6EDB::3256::46A5D6::775) */

.wf-toolbar-contextswitcher a.wf-cmditem,
.wf-toolbar-contextswitcher a.wf-cmditem:hover {
	padding: 0px 10px 0px;
	border: 0px;
}

.wf-toolbar-contextswitcher a.wf-cmditem,
.wf-toolbar-contextswitcher a.wf-cmditem:hover,  
.wf-toolbar-contextswitcher a.wf-cmditem > .wf-cmditem-icon > i {
	color: #808080;
}

.wf-toolbar-contextswitcher a.wf-cmditem > .wf-cmditem-dropdown {
	padding-left: 5px;
}

.wf-toolbar-contextswitcher a.wf-cmditem {
	color: #808080;
	line-height: 25px;
	padding: 0px 3px 0px;
}

 .wf-toolbar-contextswitcher a.wf-cmditem:hover {
	background-color: #f2f2f2;
}

.wf-toolbar-contextswitcher .wf-cmditem-separator {
	background-color: #ccc;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* STYLE BLOCK "No header and no padding" (6EDB::3256::46A5D6::789) */

.no-header-and-no-padding > .widget-container > .widget-header {
display: none;
}

.no-header-and-no-padding > .widget-container > .widget-content {padding:0;}

.no-header-and-no-padding > .widget-container {margin-bottom:0;}
/* STYLE BLOCK "Links" (6EDB::3256::46A5D6::792) */

.link-no-decoration a:link, .link-no-decoration a:visited, .link-no-decoration a:hover {
	text-decoration: none;
}

.link-inherit-color a {
	color: inherit;
}

.link-hover-color-grey a:hover {
	color: grey;
}
/* STYLE BLOCK "Listview compact (default)" (6EDB::3256::46A5D6::793) */

.widgets-view table thead th,
.widgets-view table tbody td,
.widgets-view table tfoot td,
.widgets-listbox .cell {
	padding-bottom: 4px;
	padding-top: 4px;
}

.widgets-listbox .listbox thead th,
.widgets-listbox .listbox tbody td,
.widgets-listbox .listbox tfoot td,
.widgets-listbox .cell {
	padding-bottom: 4px;
	padding-top: 4px;
}

.view-compact {

}
/* STYLE BLOCK "Listview taskmenu context switch" (6EDB::3256::46A5D6::796) */

.context-switch-organisations-listview td {
	padding-left: 20px !important;
}
/* STYLE BLOCK "Simple taskmenu" (6EDB::3256::46A5D6::797) */

.widgets-view .view-taskmenu-column i {
	border: 0;
	padding: 0px 5px 0px 5px;
	background: none;
}

.widgets-view .view-taskmenu-column i::before {
	content: "\f142";
}

.view-compact {

}
/* STYLE BLOCK "Style block 712" (6EDB::3256::46A5D6::799) */

/* de uitgeklapte dialog krijgt raar genoeg een padding rechts, dat lijnt niet lekker uit */
.listview-with-expandable-dialog tbody td[data-column=dialog] 
{
	padding: 20px 0px 20px 20px;
	background-color: #fafafa;
	border-left: 0px;
}

.listview-with-expandable-dialog .view-row-expanded
{
	background-color: #F0F0F0;
}

.listview-excel-mode thead th, .listview-excel-mode tbody td {
	padding: 1px 0px 1px 1px;
}


/* STYLE BLOCK "Box-filter" (6EDB::3256::46A5D6::800) */

.box-filter {
	margin-top:10px;
	background:#FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	padding:10px;
	display: block;
}
/* STYLE BLOCK "Box-filter" (6EDB::3256::46A5D6::801) */

.box-container-filter > .widget-container > .widget-header {
display: none;
}

.box-container-filter > .widget-container > .widget-content {padding:0;}

.box-container-filter > .widget-container {margin-bottom:0;}

.box-container-filter {
	margin-top:10px;
	background:#FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	padding:10px;
	display: block;
}
/* STYLE BLOCK "Collection item" (6EDB::3256::46A5D6::836) */

.wf-autosuggest-menuitems {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0; 
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.wf-autosuggest-menuitems .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

.wf-autosuggest-menuitems li.cursor {color:#000 !important;}

.wf-autosuggest-menuitems .collection-item.avatar {
    // min-height: 84px;
    padding-left: 72px;
    position: relative
}

.wf-autosuggest-menuitems .collection-item.avatar:not(.circle-clipper)>.circle,.wf-autosuggest-menuitems .collection-item.avatar:not(.circle-clipper)>.circle {
    position: absolute !important;
    width: 42px !important;
    height: 42px !important;
    overflow: hidden;
    left: 15px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border-radius:50%;
}

.wf-autosuggest-menuitems .collection-item.avatar i.circle {
    font-size: 18px !important;
    line-height: 42px !important;
    color: #fff;
    background-color: #999;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wf-autosuggest-menuitems .collection-item.avatar .collection-item-title {
    font-size: 14px
}

.wf-autosuggest-menuitems .collection-item.avatar p {
    margin: 0;
    font-size: 10px;
}

.wf-autosuggest-menuitems .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px
}

.wf-autosuggest-menuitems.collection-item:last-child {
    border-bottom: none
}

.wf-autosuggest-menuitems .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9
}

.wf-autosuggest-menuitems.collection-item.active .secondary-content {
    color: #fff
}

.wf-autosuggest-menuitems a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #26a69a
}

.wf-autosuggest-menuitems a.collection-item:not(.active):hover {
    background-color: #ddd

}


.secondary-content {
    float: right;
    color: #26a69a
}

.collapsible .wf-autosuggest-menuitems {
    margin: 0;
    border: none
}

.wf-autosuggest-menuitems .collection-item:hover{background-color:#f7fafc; font-color:#000;cursor:pointer;}
/* STYLE BLOCK "Listview-column-padding-left" (6EDB::3256::46A5D6::837) */

/* uitbreiding op bestaandse listview-with0expandable-dialog css style block */
.listview-column-padding-left thead th, .listview-column-padding-left tbody td {
	padding: 1px 0px 1px 10px;
}
/* STYLE BLOCK "Bold uppercase header and outer border" (6EDB::3256::46A5D6::843) */

.bold-ucase-header-and-outer-border {
	padding:10px;
	border:1px solid;
	border-color: rgba(204,204,204,.8);
	background:#FFFFFF;
}

.bold-ucase-header-and-outer-border .widget-container .widget-header .widget-header-title
{
	color: #000 !important;
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'Poppins',sans-serif !important;
	vertical-align: middle;
}

/* STYLE BLOCK "PC menu flex tiles flexbox layout" (6EDB::3256::46A5D6::849) */

.grid-tile-text span {
	background-color: #1A62AE;
}
.grid-tile-text span {
	display: block;
	color: #fff;
	font-family: Roboto,sans-serif;
	font-size: 0.7375rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1rem;
	margin-right: 2em;
	padding: 0.5em 5px 0.25em 5px;
	width: auto; 
	text-transform: uppercase;
}

.grid-tile-container {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.grid-tile {
	 flex: 0 0 275px;
	 float: left;
	 position: relative;
	 backface-visibility: visible;
	height: 300px;
	margin: 10px;
    	border-color: #1a62ae;
    	border: 1px solid;
    	border-radius: 10px;
	padding: 0.5em 0.5em 0.5em 2em;
}

.grid-tile:before{
	 content: "";
	 position: absolute;
	 top: -1px;
	 right: -1px;
	 bottom: -1px;
	 left: -1px;
}

.grid-tile:before, .grid-tile:after{
	 z-index: 5;
	 -webkit-transition: background 400ms;
	 transition: background 400ms;
	border-radius: 10px;
}



.grid-tile:hover:before {
	 background: rgba(40, 40, 40, 0.8);
	 -webkit-transition: background 400ms;
	 transition: background 400ms;
    	border-radius: 10px;
}

.grid-tile:hover .grid-tile-overlay p {
	 -webkit-transform: translateY(0);
	 -ms-transform: translateY(0);
	 transform: translateY(0);
}

.grid-tile:hover  .grid-tile-overlay {
	 display: block;
}

.grid-tile-content {
 	position: relative;
	margin: 0;
	padding: 0px 5px 5px 5px;
	z-index: 15;
	height: 100%;
	overflow-y: auto;
}
/* width */
.grid-tile-content::-webkit-scrollbar {
 	width: 6px;
}
/* Track */
.grid-tile-content::-webkit-scrollbar-track {
 	
background: #888; 
}
/* Handle */
.grid-tile-content::-webkit-scrollbar-thumb {
 	background: #f1f1f1; 
}
/* Handle on hover */
.grid-tile-content::-webkit-scrollbar-thumb:hover {
 	background: #555; 
}


.grid-tile-overlay {
	 color: #fff;
	 display: none;
	 position: relative;
	 overflow: auto;
	 width: 100%;
	 z-index: 5;
}

.grid-tile-overlay a {
	 display: block;
	 margin-top: 1.5em;
	 color: #E59112;
}

.grid-tile-overlay a:hover {
	 color: #fff;
}

.grid-tile-overlay p {
	 -webkit-transform: translateY(-999%);
	 transform: translateY(-999%);
	 -webkit-transition: -webkit-transform 400ms;
	 transition: transform 400ms;
}
 
@media screen and (max-width: 950px) {
	 .grid-tile-container {
		 display: block;
	}
	 .grid-tile {
		 width: 100%;
	}
	 .grid-tile:before, .grid-tile:after {
		 left: 0;
		 top: 0;
	}
	 .grid-tile-overlay {
		 width: 93%;
	}
}

.pc-menu-toggle-domains .tb-container {
	display: flex !important;
	display: -webkit-flex !important;
	flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
	flex-direction: row !important;
	-webkit-flex-direction: row !important;
	justify-content: flex-start !important;
}
.pc-menu-toggle-domains .tb-container > div {
	width: auto !important;
	margin: 5px !important;
	display: flex !important;
	display: -webkit-flex !important;
}
/* STYLE BLOCK "Representation control - word break" (6EDB::3256::46A5D6::851) */

.button-in-label .icon {
	color: #1A62AE;
}
.word-break .wf-display {
	word-break: break-word;
}

.button-in-label {
	padding: 0px;
	line-height:13px;
	cursor: pointer;
}

.button-in-label .icon {
	width: 13px !important;
	height: 13px !important;
	padding: 2px 4px 2px 2px;
	cursor: pointer;
}
/* STYLE BLOCK "Bold uppercase header and header bottom border" (6EDB::3256::46A5D6::854) */

.bold-ucase-header-and-header-bttm-border {
	padding:10px 0px 10px 0px;
	background:#FFFFFF;
}

.bold-ucase-header-and-header-bttm-border .widget-container .widget-header .widget-header-title
{
	color: #000 !important;
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'Poppins',sans-serif !important;
	vertical-align: middle;
}

.bold-ucase-header-and-header-bttm-border .widget-container .widget-header 
{
	border-bottom: 1px solid;
	border-color: rgba(204,204,204,.8);
}

/* STYLE BLOCK "Bold and black label" (6EDB::3256::46A5D6::867) */

.bold-black-label label {
	color: rgba(0,0,0,0.87) !important;
	font-weight: bold;
}
/* STYLE BLOCK "Multiline edit fullwidth" (6EDB::3256::46A5D6::878) */

.multilineedit-fullwidth {
	max-width: none !important;
}
/* STYLE BLOCK "IFeedback" (6EDB::3256::46A5D6::888) */

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer {
margin-top: 10px;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer {
margin-top: 10px;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .footer {
margin-top: 10px;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .footer {
margin-top: 10px;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1983"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1983"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1983"] .footer {
margin-top: 10px;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1976"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1978"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1971"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1977"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1983"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1983"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1983"] .footer {
margin-top: 10px;
}
[data-pf-meta-up|="6EDB::3097::46A5D6::1999"] .content {
  overflow: hidden;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1999"] .footer .screen-footer-colophon {
  display: none;
}

[data-pf-meta-up|="6EDB::3097::46A5D6::1999"] .footer {
margin-top: 10px;
}

/* Conversation */

.conversation {
 height: 60vh;
  position: relative;
  background: linear-gradient(to bottom, rgba(236,235,230,0.8), rgba(239,227,222,0.8), rgba(236,235,230,0.5)), url("data:image/gif;base64,R0lGODlhlgCWAMQQAPf18+fi2+/r5+Ha0v39/Pn49vPw7eXf2Pv6+evn4ePd1fHu6vXz8Onk3u3p5N/Yz////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABAALAAAAACWAJYAAAX/ICSOpBA0IhMEBemKSWC4jfy+RL2ed+9DJhQEsGL8II6AwJWcHSG6lfD5QzweC5HiEXhejaTAY/ksDK6DFvVHuJLFiufZORKTj2a0et1LPAYiAFcAeFcILlt0PwJXDwcEfD6MA5AFV4o9gy4HY1QLjWmRPWdkDY5PVp0jnw+HVWIPW46Qoi5iCTCxVFe4I4IPez05aFcKtLUjBgm0c1SmsQ4CDlddPwxnDw0EBlePyCMMDrRiWU/T0NJn1T55XNvdx98kCIRUBOeNsfE3nwPlEKzqyZsn0Fw+PUdY3eH2oOBAZAhMrBCw7waBBa5GCLjz8FvEHeI8BYOgrKPJkyhT/6pcybKly5cwY8qcSbOmzZs4c+r8dmBAxp0PGwxwCPSbpqIPLyHtwUAolh9Hl7pQRgpqQ6kvYOnyEXUpAgYJsDWyShToVwcDTpwjqxJBkhMLKh4Ry4XRA7Yp7+3AKErWXQht/mZ6AOZkO1CYjnA64MBVV0RPUR5ulPjHYgcjrvwQgxnllgHRwj4WNbrOg14nxYBOV3rNrx/TDqBkcGUPgS2oawUuK4JRHMNRCXCaUuu1D9qtTjKSXYKLPOM9LF016XvqH3nVf5zJPdAURyDOv0HvgfukH+7cfkNsULiH3Z8GtNXibOu0PAIJ/vVgFazpzzW3uOAHcSwRoA4JVYnix/8YrrDSXoFnMCcCfaLYJYArDFWmEiv/+KEeH8Llg806LyHXGRLXiRIiKN3MBIsTv/DGhgB0BSAXS884kcqDawjglzszrehEed8UAAAA/8G0IhnDyWMkACPFVIAshEyC1RorZsHQjVe6QEAAPkGQioZdkvBlKIHpVyYVYhC45hF+SPgmCSpMJIABAJyT5Jt1KnEnAHZFeVMBAfD4wjMHNaImTAZEiUADZGqUaD7fMerQbeFVsYA0K9Al40oZmrkYKpu+RZehLf2iyDOfsgFlTe3QsSCqTxDwKk0IyOLEgpXOCUGsECx4oq8jCHkOd8SK0A4sbia7YoAzLXDCRgBwucb/Yd7IJK2f1T4UohiCssTQQTbep1WrKP1y0AF7YumHauGq5JsACXDS2hMA/BhKTL/Qe26R9kqX7UuCACLCNouugY8AeYQJE3QEMJAwFXY9gBlDvbZVm0nF1CNdsyt9wfEfAhkQALomJfiQNPGYTGtKnAwrzwIh4WQKyMmOMA2JOb/ACM89Nwd00L1lSjQJ3AxN9EXtEr1AvEdHUsCdUbsQUaQmLfDyQ0Q0AnVHBkxsEgCIoiyeZqD+OB1L0olrbyNmIzNeRwTQ2MgBDMVdHNonXeSXAnm7NPdAAIh1sgj3djS4PAgYDkbiXPPdESsJZBTY14RLHvlpwUA+EHIpISkC/wItLJ6u5ly7QoAanvORRALUvlvgFkaiPtDr1FrJEiczJG4Aw2tM+kcAsGPOx4K1C+bl7xttndmkaRWP0qzStfs7LAdgvukKanttkrBD2D7lQQpgzoAANbx9kPFPLIjL4is6YC8lpJ1mggL0D4TfFUIsbm8DDZhf00aRjfs5bCAL8kbbskKNQJxBbDf4xQBFkS/+HWMBiUGOQApnsUikgn1UAIC9BraARUlHEQOKxDQ+RDityKwPpyDBziLRj5MAYEH2eUJ2JKU08nSwFvQ40gIS8Dez2cEFP4sEJ5BFhSACYIh/c14uZMaJjA1GbwcTHuAicUQSmIKJPjiDFF9Al/9GbJEPFBIBQ0A4BKwJQywKUAIbRWCKoSRDZHx44jfEkhbgKegPM5BfA4PWjrRgj2iNQwP2rLUmQq2LkWVCwIJ+N8Y1IYB5lYykG6vGyU568pOgDKUoR0nKUpqyFpYwGECkaKtuUWFqFUnCHG+QSgxtspWQVNaFfMYCb23hN6w4wpfycQB0iWFgJLkCBNfACfohB2r7u5vz4EUnZa5ME4nsoQjUR5kjMKR8yorQ5ERmoBj6gJtXeKF1/qCGPCATiLyY0B8GyKEU2GuCDElDw3LJhjMIAXk/YEg5VGAIb+qhnPuShx/o94tlLtFMzTBoLM6QUOwUVDpWpKPRILCFjDr/8A/2wuILUvGGrVjlQV2UKDvpliA4MFIpYVAFHsSyySNMg6Ew9cEHIbPJcb0TGaw4xJi8sLZtyjSg2DBGR87QGVOw8Aap0A9yJjiMP8DjIdDy0C5+GIiNsWFB2PhphRrgiogeARZKANSBftCORzAEjHxYAFnl6dFcOEIATzzDU10wPkdc8qqGqekwD1LRG1hoBAsSqU4ZkMuqiuhrrDhRQHRyQ04ooHK18qPO4CqTAgjyshMEjGZF4AD5nPK0qE2talfL2ta6Vh4NUEBoiUXE2fqqdb4ya5duiL9I4RYneeoJBH97E63s9XmKfYmtHKAvvEjFVguI4wEW5Ny+bcsB/wbg5wjowhjbIVclF6lBArLbl0YcIjAnTclk/pBJvSagHvfawjJFkSvC1lQLf0CNd+kKs/yiz3tY2se9oJUaXqAPG3qLxwJhKKeHaHAE9eUsUWW0w46csFhNOpvyXjBV5ZizaNo8gumU5dWOVDiZx6WYSQlY1zWYQmZJ1PARiNSR87iANilGRQCWudB4nE+7ppHZFxnXAI++h04UmQ9XcxHijiSSONb8oz9oESrlrlWe6rSpG2jR0JjYRVYrXkMiuzFCbblBZ2G2x9sOYC+lxsReTnimbnBIDSAP5EUkJoxu0ELMWXoEG0PKoW4ANdqYCMmoEv4BoZPrJGy04KZHq//vU1hhZ6QUoCdCxWPQQkSIwNz3TRnupCka7Ks6RWMBQrxCpXVCqACc+kgMse1LpjZN4UV5JqKzmgCcV7FJtVgy//lWGTgVALUxuhbcKOwxhy0RtX36IalEoaYpeKuZNGwPC5pvD450bCAC2q5ZftO1kynonMXqWFFrmF1InaxlzSJaG/mThcUiVnHFG0/z5kJRSzQp0yLDsd3mg3QOMlfY6tvNMJlEDPyS3Es/Via/WDjcPAJnwPJblQgo4Tcq5gCBrZqCfLtkkpGNDVxgLCY77QgawMAQnKEkMJnkCiBXMYCY7zEyD3HAMpCm5zcfFTsFv8mQPSk7T8a4k0fnZNL/q/aJJhOrbn6+Ut1sDsqIBLwoGX82sqnuGhxGfQ0M4HoTcXj1be/3c1ohrigWHLq07zt0Z0eGAf422VTFHdlvG4Bdyh7Buwuc3k5QeyRGDMS/Bf7tp9vwQFjRAIFcTnB+dw01CiJ4PoDOuqo7BOEVF/k1PO1grEP8xmG36xtuFCWcSF5Khtg8QKVoJWIwgu/4stVE9bFR06vNiM8ngM/XnrBKwL2HH9Cogt7gfGiFpFwDgE7zfi+e8ONmL72pA1t/nefZCJ/iAWMv5lo8eKeJwTxrfNXFYa/YaLCzOsQPDBOX33bPYE49BW58kzj83aStlKp88UAPVr4HCLBIq1Ap/9KhHynEByfmJDi0c1rWYDMUV513BJLUCP4mCWG2dDNWbnxAOvQQDnk3RikFYlyUfbpRAB0oAHmnbcGigVUUCdOGJWVUDCPHJj83dOCndRAQg38wg08QggyRSRIDETXiADYHBwJxYZangmRETERYC3VUJfFXEwTwcb5wNwBUDFJIheFUDAJINI6UD+DkhS9CNZw0NRtBXlVTAEr4WmzYhm74hnAYh3I4h8RiBupRbXggaxlXEegjazo1APmDh2ylhzyoRtM3EM2kRnEXTfxjTPiXArcmD6pxCHLmA/eQD433BKOmYGc2EHZhBNmkGJOCNayQLe6kheSWBeXEbjGVKDJYwxDZMzp6pYXlJAR1NEAChQCX9BmMBIsEkEiFpRtrdQ5QgxwX8hX3JFFpECLBeAMhAAA7") repeat;
  border-radius: 0px 0px 0px / 25px 25px;
  padding: 15px 15px;
  overflow-y: scroll;
  overflow-x: hidden;	
}

.conversation::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.conversation::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.conversation::-webkit-scrollbar-thumb
{
	background-color: #DCDCDC;
}

.conversation .no-messages {
  width: 100%;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

/* Ruimte pakken binnen de popup van het framework anders worden berichten getoond onder de titelbalk */

.conversation .start {
  width: 100%;
height: 154px;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.conversation .ending {
  width: 100%;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.conversation .no-messages-yet {
background-color: rgba(225,245,254,.92);
border-radius: 7.5px;
box-shadow: 0 1px 0.5px rgba(0,0,0,.13);
padding: 5px 12px 6px;
text-align: center;
text-shadow: 0 1px 0 hsla(0,0%,100%,.4);
margin: 0 auto;
}

/* Messages */

.message {
  color: #fff;
  clear: both;
  line-height: 18px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
}

.message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.message:first-child {
  margin: 16px 0 8px;
}

.metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
color: #fff;
}

.metadata .time {
  color: #fff;
  font-size: 11px;
  display: inline-block;
}

.message.sent {
  border-radius: 5px 0px 5px 5px;
  float: right;
    color: #fff;
}
.message.sent .time {
color: #fff;
opacity: 0.5;

}

.message.sent:after {
  border-width: 0px 0 10px 0px;
  border-color: transparent transparent transparent inherit;
  top: 0;
  right: -10px;

}

.message.received:after {
  border-width: 0px 0px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

.message.received {
  background: #EAEAEA;
  border-radius: 0px 5px 5px 5px;
  float: left;
}

.message.received .metadata {
  padding: 0 0 0 16px;
}

.message.right {
  background: rgba(225,245,254,.92);
  border-radius: 5px 0px 5px 5px;
  float: right;
}
.message.right:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
border-style: none;
}

.message.action {
color: #000;
}

.message.action.left {
  background-color: rgba(225,245,254,.92);	
  border-radius: 0px 5px 5px 5px;
  float: left;
}

.message.action.left:after{
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
border-style: none;
}	

/* Compose */

.conversation-compose {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
  height: 40px;
  width: 100%;
padding: 4px 0px 4px;
}
.conversation-compose div {
width: 100%;
}

.conversation-compose .hbox-cell {
width: 90%;
}

.conversation-compose div,
.conversation-compose input {
  background: #fff;
  height: 100%;
}

.conversation-compose .input-msg input {
  border: 0;
  flex: 1 1 auto;
  font-size: 14px;
  outline: none;
  height: 36px;
  border-radius: 25px;
  border: 1px solid #F0F0F0;
  padding: 20px; 
  height: 15px;   
  justify-content: space-between;
}

.input-msg input {
  border: 0;
  flex: 1 1 auto;
  font-size: 14px;
  outline: none;
  height: 36px;
  border-radius: 25px;
  border: 1px solid #F0F0F0;
  padding: 20px; 
  height: 15px;   
  justify-content: space-between;
}

.conversation-compose button {
  margin: 5px;
float: right;
}

.conversation-compose .send {
  margin: 5px;
}

.conversation-compose .text-align-right {
text-align: right;
}

.conversation-compose .conversation-compose-button button {
display: block;
float: right;
}

.input-msg .clear {
display: none !important; /* !important: Auw .. */
}

/* Remove (icon) */
.metadata .delete a:hover {
text-decoration: none;
}
/* STYLE BLOCK "WebIconColor" (6EDB::3256::46A5D6::891) */

.curentWebmoduleTextColor {
color: 
}
/* STYLE BLOCK "Form fields" (6EDB::3256::46A5D6::892) */

div.form-field-background-light-red input {
	background-color: #F06464;
	color: white;
}

/* STYLE BLOCK "Webpointerstyling" (6EDB::3256::46A5D6::895) */

.web-pointer-full-width {
max-width: none;
width: full; }
/* STYLE BLOCK "Zoekwidget placeholder style" (6EDB::3256::46A5D6::898) */

input#widget80::placeholder {
color: #f2f2f2;
}


/* STYLE BLOCK "Base styling" (6EDB::3256::46A5D6::625) */

.dashboard-white-box {
	background:#ffffff;
	margin-bottom:15px
}

.box-title {
	margin:0 0 12px;
	font-weight:500;
	text-transform:uppercase;
	font-size:14px;
	color: #000;
}

.text-white{color:#ffffff}
.text-danger{color:#fb9678}
.text-muted{color:#8d9ea7}
.text-warning{color:#fec107}
.text-success{color:#00c292}
.text-info{color:#03a9f3}
.text-inverse{color:#4c5667}
.text-blue{color:#02bec9}
.text-purple{color:#9675ce}
.text-primary{color:#ab8ce4}
.text-megna{color:#01c0c8}
.text-dark{color:#686868 !important}
/* STYLE BLOCK "Dashboard feeds" (6EDB::3256::46A5D6::629) */

/*Feeds*/
.feeds {
	clear: left;
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  color: #686868;
font-size: 12px;
  font-weight: 300;
}
.feeds li {
  list-style: none;
  padding: 6px;
  display: block;
}
.feeds a {
	color: #686868;
	text-decoration: none;
}
.feeds a:link {
text-decoration: none;
}

.feeds a:visited {
text-decoration: none;
}

.feeds a:hover {
text-decoration: underline;
}

.feeds a:active {
text-decoration: underline;
}
.feeds li:hover {
  background: #f7fafc;
}
.feeds li > div {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}
.feeds li > div i {
  line-height: 30px !important;
}
.feeds li span {
  float: right;
  width: auto;
  font-size: 12px;
}

/* STYLE BLOCK "Dashboard message center" (6EDB::3256::46A5D6::630) */

.message-center  {
	white-space: nowrap;
	word-break: break-word;
}
.message-center a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  padding: 9px 15px;
	text-decoration: none !important;
}
.message-center a:hover {
  background: #f7fafc;
	text-decoration: none !important;
}
.message-center .user-img {
  width: 40px;
  float: left;
  position: relative;
  margin: 0 10px 15px 0px;
}
.message-center .user-img img {
  width: 100%;
}
.message-center .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}
.message-center .user-img .online {
  background: #00c292;
}
.message-center .user-img .busy {
  background: #fb9678;
}
.message-center .user-img .away {
  background: #fec107;
}
.message-center .user-img .offline {
  background: #fec107;
}
.message-center .mail-contnet h5 {
  margin: 0px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.message-center .mail-contnet  {
 display: table;
}
.message-center .mail-contnet .mail-desc {
  font-size: 12px;
  display: block;
  margin: 5px 0;
  text-overflow: ellipsis;
  white-space: normal;
  color: #2b2b2b;
}
.message-center .mail-contnet .mail-time {
  display: block;
  font-size: 10px;
  color: #2b2b2b;
}
.mail-contnet a.action {
  margin-left: 10px;
  font-size: 12px;
  visibility: hidden;
}
.mail-contnet:hover a.action {
  visibility: visible;
}

.img-circle {
	border-radius: 50%;
}
/* STYLE BLOCK "Alerts table" (6EDB::3256::46A5D6::659) */

.feed-alerts li {
  list-style: none;
  padding: 6px;
  display: block;
}


.feed-alerts a {
	color: #686868;
	text-decoration: none;
}

.feed-alerts a:link {
text-decoration: none;
}

.feed-alerts a:visited {
text-decoration: none;
}

.feed-alerts a:hover {
text-decoration: underline;
}

.feed-alerts a:active {
text-decoration: underline;
}
.feed-alerts li:hover {
  background: #f7fafc;
}
.feed-alerts li > div {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}
.feed-alerts li > div i {
  line-height: 30px !important;
}
.feed-alerts li span {
  float: right;
  width: auto;
  font-size: 12px;
}

.tooltip-element {
	display: inline-block;
	position: relative;
}
.tooltip-element .tooltiptext {
    visibility: hidden;
    max-width: 500px;
	max-height: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
    color: #000;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1601;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}

.tooltip-element .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-element:hover .tooltiptext {
    visibility: visible;
}
/* STYLE BLOCK "To-do-list-base" (6EDB::3256::46A5D6::663) */

.to-do-list * 
{
	box-sizing: border-box;
}

/* Style the list items */
.to-do-list .template-list-item
{
	border: none;
	background-color: #eee;
	color: #000;
	line-height: 50px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	padding: 0px;
	margin: 0px;

	/* make the list items unselectable */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.to-do-list .template-list-item a
{
	color: #000;
	display: inline-block;
	width: 100%;
}

/* Set all odd list items to a different color (zebra-stripes) */
.to-do-list .template-list-item:nth-child(odd) 
{
	background: #f9f9f9;
}

/* Darker background-color on hover */
.to-do-list .template-list-item:hover
{
	background: #ddd;
}
/* give the icon always a left padding */
.to-do-list .template-list-item .to-do-item-icon {
	padding-left: 16px;
}

/* When clicked on, add a background color and strike out text */
.to-do-list .to-do-item-done, 
.to-do-list .to-do-item-done a,
.to-do-list .to-do-item-done:hover
{
	background: #888;
	color: #fff;
}

/* When clicked on, add a background color and strike out text */
.to-do-list .to-do-item-done .to-do-item-content, 
.to-do-list .to-do-item-done .to-do-item-content a,
.to-do-list .to-do-item-done:hover
{
	text-decoration: line-through;
}

/* Style the to-do-item-toolbar*/
.to-do-item-toolbar 
{
	opacity: 0;
	position: absolute;
	width: 23.08%;
	transition-property: opacity;
	transition-delay: 20ms;
	transition-duration: 500ms;
}
.to-do-list .template-list-item:hover .to-do-item-toolbar  {
	color: #808080;
	opacity: 1;
}

/* Style the archive button */
.to-do-item-archive-button, .to-do-item-archive-button a, .to-do-item-edit-button, .to-do-item-edit-button a
{
	height: 25px;
	line-height: 25px;

	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #999;
	border-bottom-left-radius: 3px;
	float: right;
	width: 8px;
	
	padding-left: 5px;
	transition-property: width;
	transition-delay: 0s;
	transition-duration: 250ms;
}

.to-do-item-archive-button
{
	clear:right;
}

.to-do-item-archive-button a, .to-do-item-edit-button a {
	color: white;
	display: inline-block;
	width: 100%;
}

.to-do-list .template-list-item:hover .to-do-item-toolbar .to-do-item-archive-button,  .to-do-list .template-list-item:hover .to-do-item-toolbar .to-do-item-edit-button {
	transition-delay: 400ms;
	transition-duration: 250ms;
	width: 70%;
}

/* STYLE BLOCK "Iati-preview" (6EDB::3256::46A5D6::666) */

.activity-list-item {
    overflow: hidden;
}
.activity-list-item small {
    display: block;
}
.activity-list-item a {
    text-decoration: none;
    color: #de499a;
}
.activity-list-item a:hover {
    text-decoration: underline;
}
.activity-list-item h2 {
    text-decoration: none;
    color: #de499a;
}
.activity-list-item h2:hover {
    text-decoration: underline;
}
.activity-list-item h3 {
    font-size: 18px;
}
.activity-list-item ul {
    margin: 0 0 0 20px;
}
.activity-list-item ul li {
    list-style: disc;
}
.activity-list-item .flag-icon {
    margin-right: 10px;
}
.hp-block {
    margin-bottom: 0;
    padding: 0px 15px 0px 15px;
overflow-x: auto;
display:block;
text-overflow: ellipsis;
white-space: normal;
}

.xml-content-table td {
	 font-family: 'Open Sans';
	 font-size: 13px; 
	border-bottom: 1px dotted #CCC;
	border-right: none;
border-left: none;
border-top: none;
	padding: 0px; 
}

.arrow-down, .arrow-down {
	display:block;
	font-family: FontAwesome;
	cursor:pointer;
}
.arrow-down span:before {
	content: "\f063"; 
}

.arrow-up span:before {
	content: "\f062"; 
}

.resultsTable td.results-header {
	color: white;
	background-color: #DE499A;
}

.indicatorTable td.indicator-header {
	color: white;
	background-color: #EB95C3;
}

.periodTable td.period-header {
	background-color: #FFF5FB;
}

.referenceTable td.reference-header {
	background-color: #FFF5FB;
}

/* STYLE BLOCK "Results" (6EDB::3256::46A5D6::674) */

.result-nav .result-nav-summary .indicatorType{margin-top:0;font-weight:400;color:#;font-size:.8em}
.fa-chevron-up:before{content:"\f077"}

.fa-chevron-down:before{content:"\f078"}

.result-nav{opacity:.8;cursor:pointer;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear;transition:all .2s linear;padding:10px 0 0 0;border-bottom:1px solid #f2f0e6;border-top:1px solid white}

.result-nav .result-nav-summary{padding:15px 0 10px 10px;position:relative}

.result-nav .result-nav-summary h3{font-size:1em;color:#2c2a74;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear;transition:all .2s linear}

.result-nav .result-nav-summary h3:hover{color:#f50}

.result-nav .result-nav-summary h3.result-title{position:relative;box-sizing:border-box;font-weight:400;max-width:100%;margin:0 auto 0 0;display:block;display:-webkit-box;line-height:1.4em;-webkit-box-orient:vertical}

.result-nav .result-nav-summary h3.result-title .fa{position:absolute;font-size:1.3em;right:5px;text-shadow:0 1px 0 white;color:rgba(32,32,36,0.7)}

.result-nav .result-nav-summary h3.result-title>span{display:block;width:90%;color:#202024}

.result-nav .fa-chevron-up{display:none}

.result-nav .result-indicator-count{color:#2c2a74;display:block;margin-top:5px;font-size:.8em}

.result-nav .result-indicator-count span{margin-left:5px}

.result-nav .result-indicator-count p{display:inline-block;margin-left:5px}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);}

.indicator-nav .view-row-marked tr, .indicator-nav .view-row-marked td {background-color:#2c2a74  !important; color:white !important;
}
.indicator-nav tr:hover, .indicator-nav td:hover {background-color:#2c2a74 !important; color:white !important;
}
.indicator-nav tr {
background:rgba(44,42,116,0.2);
}
/* STYLE BLOCK "Collapsible text" (6EDB::3256::46A5D6::683) */

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 2,5s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;

}

.read-more-state ~ .read-more-trigger:before {
  content: '\e6e5';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: '\e660';
}

.read-more-trigger {
	cursor: pointer;
	display: block;
	padding: 0 .5em;
	color: #666;
	font-size: .9em;
	text-align: center;
	//border: 1px solid #ddd;
	//border-radius: .25em;
	font-family:  Themify;
}

.read-more-wrap {
	 text-align: justify;
}
.container-collapseabletext {
background-color: #ffffff;
}
/* STYLE BLOCK "Accordion-menu" (6EDB::3256::46A5D6::691) */

/* de span en de div naast elkaar zetten */
.accordion-item-container .accordion-icon, .accordion-item-container .accordion-list-item {
	display: inline-block;
}

/* de span en de div naast elkaar zetten */
.accordion-item-container .accordion-list-item {
	width: 85%;
}

/* een harde breedte afdwingen voor de span. */
.accordion-item-container .accordion-icon {
	width: 15px;
	padding-right: 7px;
}

/* stylen van de badge (teller) */
.accordion-item-container .accordion-list-item-badge {
	display:inline-block;
	padding:1px 5px;
	font-size:11px;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	background-color:#999;
	border-radius:10px;
	margin-right: 24px;
	float: right;
}

/* reset van de margin voor de badge als de container een 'state' heeft */
.hasstate .accordion-item-container .accordion-list-item-badge {
	margin-right: 0px;
}
.accordion-item-container .accordion-list-item-badge:empty {
	display:none;
}

.wf-accordionmenu > .level-0 > .content {
	padding-left: 0px !important;
}

.wf-accordionmenu {
	background-color: white;
}

.wf-accordionmenu .level-1>.title {
	min-height: 2em;
	line-height: 2em;
}

.wf-accordionmenu .level-1>.title>.label {
	line-height: 1em;
}

.accordion-list-item-general {
	line-height: 35px;
}
.accordion-list-item-general .accordion-list-item-badge-general {
	line-height: 20px;
	margin-top: 6px;
}
/* STYLE BLOCK "Filter menu" (6EDB::3256::46A5D6::697) */

.toc-toggle-button i {
	color: black !important;
}

.toc-task-button {
	float: right;
}
.toc-task-button .widgets-button, .toc-task-button i{
	color: black !important;
}
.toc-task-button .wf-display {
	padding: 0px;
}
/* STYLE BLOCK "Collapsible narrative descriptions" (6EDB::3256::46A5D6::698) */

.collapsible-narrative-descriptions {
	max-height: 80px;
	overflow:hidden;
	position:relative;
-webkit-transition: max-height -2s 3s ease-out;
    transition: max-height -2s 3s ease-out;
}

.collapsible-narrative-descriptions:after {
	background: linear-gradient(to top,
     rgba(255,255,255, 1) 00%, 
     rgba(255,255,255, 0) 60%
  );
content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.no-after:after {
	content: none;
}

.expanded-narrative-descriptions {
	max-height: 9999px;
	
    -webkit-transition: max-height 2s ease-in;
    transition: max-height 2s ease-in;
}

.collapsible-toggler {
	width: 5%;
	margin: auto;
}
/* STYLE BLOCK "TOC styling" (6EDB::3256::46A5D6::752) */

.toc-master-container .toc-left-vflex .wf-accordionmenu::-webkit-scrollbar-track, .toc-master-container .wf-splitter .right::-webkit-scrollbar-track, .toc-master-container .wf-splitter .left::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(192,192,192,0);
	background-color: #FFF;
}

.toc-master-container .toc-left-vflex .wf-accordionmenu::-webkit-scrollbar-thumb, .toc-master-container .wf-splitter .right::-webkit-scrollbar-thumb, .toc-master-container .wf-splitter .left::-webkit-scrollbar-thumb
{
	background-color: #EAEAEA;
	border: 1px solid #EAEAEA;
}

.toc-master-container .toc-left-vflex .wf-accordionmenu::-webkit-scrollbar, .toc-master-container .wf-splitter .right::-webkit-scrollbar, .toc-master-container .wf-splitter .left::-webkit-scrollbar
{
	width: 7px;
	background-color: #FFF;
}

.toc-master-container .toc-left-vflex, .toc-master-container .toc-right-vflex
{
	padding-right: 0px !important;
}	

.toc-master-container .toc-left-vflex
{
	padding-left: 0px !important;
}


/* STYLE BLOCK "Message" (6EDB::3256::46A5D6::723) */

.message-column-picture {
	float: left;
	width: 50px;
}

.message-column-text{
	float: left;
	width: 80%;
}

.message-row{
	margin-bottom: 15px;
}

.message-row:after {
	content: "";
	display: table;
	clear: both;
}

.message-sender-new {
	color: #287a72;
    	font-weight: 700
}

.message-colofon{
	color: #939494;
    	font-weight: 400;
}

.message-avatar {
	cursor: pointer;
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
}

.avatar-image {
	border-radius: 50%;
    	display: block;
    	height: 100%!important;
    	width: 100%!important;
	max-width:100%;
	vertical-align:middle;
	border:0;
}

.message-body-new{
	text-align:left;
	display:inline-block;
	width:100%;
	color:#1d1c1d;
	word-wrap:break-word;
	line-height: 1.46668;
	border: 1px solid;
	border-radius: 5px 5px;
	border-color: #e0e0e0;
	background-color: #f9f1f0;
	padding: 3px;
}

/* STYLE BLOCK "Locatiebepaling" (6EDB::3256::46A5D6::831) */

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 80; }

.leaflet-tile-pane    { z-index: 70; }
.leaflet-overlay-pane { z-index: 80; }
.leaflet-shadow-pane  { z-index: 81; }
.leaflet-marker-pane  { z-index: 82; }
.leaflet-tooltip-pane   { z-index: 83; }
.leaflet-popup-pane   { z-index: 84; }

.leaflet-map-pane canvas { z-index: 60; }
.leaflet-map-pane svg    { z-index: 70; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 82;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 83;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Style for PF */
  .hidden {
 display: none;
}

/* 6EDB::3943::6EDB::378 */
.wci-menubar > .wci-item > a.wci-link {
	color:#CCCCCC;
}

/* 6EDB::3943::6EDB::379 */
.wci-menubar > .wci-item > a.wci-link:hover {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::380 */
.wci-sidebar-template .wci-sidebar-template-header  {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::381 */
.wci-menubar > .wci-item > .wci-content > a.wci-subitem {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::382 */
body, table, tr, td, input, select, optgroup, option, textarea, button {
	font-family:'Open Sans', sans-serif; font-size:13px;
}

/* 6EDB::3943::6EDB::383 */
.wci-menubar > .wci-item > .wci-content > a.wci-subitem:hover {
	color:#F2F2F2;
}

/* 6EDB::3943::6EDB::384 */
.wci-menubar > .wci-item > a.wci-link.wci-active {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::385 */
.breadcrumbs-title-container {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::387 */
.breadcrumbs-title-container a {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::389 */

.webcontent-masterdetail > .webcontent-masterdetail-master {
	background-color:#EFF0F2;
}

/* 6EDB::3943::6EDB::390 */

.webcontent-masterdetail > .webcontent-masterdetail-detail {
	background-color:#FFFFFF;
}

/* 6EDB::3943::6EDB::394 */
.screen-sidebar-menu ul.menu-accordion li.active > a {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::397 */
.webcontent-container.webcontent-container-h3 > .webcontent-container-header .webcontent-container-header-title {
	font-family:'Open Sans', sans-serif; font-size:18px; font-weight:normal;
}

/* 6EDB::3943::6EDB::400 */
.webcontent-container.webcontent-container-h2 > .webcontent-container-header .webcontent-container-header-title {
	font-family:'Open Sans', sans-serif; font-size:18px; font-weight:normal;
}

/* 6EDB::3943::6EDB::401 */
.wf-toolbar.wf-style-toolbar-button a.wf-cmditem {
	border:1px solid #CCCCCC;
border-radius:2px;
font-size:13px;
background-color:#F9F9F9;
color:#444444;
}

/* 6EDB::3943::6EDB::402 */
.wf-toolbar.wf-style-toolbar-button a.wf-cmditem:hover {
	background-color:#F2F2F2;
}

/* 6EDB::3943::6EDB::404 */
.screen-sidebar-menu ul.menu-accordion > li > ul > li > a {
	font-size:12px;
color:#808080;
}

/* 6EDB::3943::6EDB::407 */
a {
	color:#006FA6;
text-decoration:none;
}

/* 6EDB::3943::6EDB::408 */
a:hover {
	text-decoration:underline;
}

/* 6EDB::3943::6EDB::409 */
.webview-primary-header {
	color:#FFFFFF;
font-family:'Open Sans', sans-serif; font-size:13px;
}

/* 6EDB::3943::6EDB::412 */
.statelet-throbber .active {
	background-image:url('/images/894/status-loader-blocked-darkblue_504F63.gif');
}

/* 6EDB::3943::6EDB::413 */
.screen-sidebar-menu ul.menu-accordion li.menu-item-expanded.menu-item-group > a {
	background-color:#F2F2F2;
border:none;
font-weight:bold;
color:#444444;
}

/* 6EDB::3943::6EDB::414 */
.screen-sidebar-menu ul.menu-accordion li.active > a:hover {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::415 */
body {
	background-color:#EEF0F1;
}

/* 6EDB::3943::6EDB::417 */
.webcontent-webselection-header-left {
	font-family:'Open Sans', sans-serif; font-size:18px; font-weight:normal;
}

/* 6EDB::3943::6EDB::419 */
.wf-togglebuttons button.active {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::420 */
.widgets-button.button-primary {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::423 */
.widgets-button.button-primary i {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::424 */
.timeline-transparent-header .timeline-period-header {
	font-family:'Open Sans', sans-serif; font-size:20px; font-weight:300;
}

/* 6EDB::3943::6EDB::425 */
.screen-tabs-standards > .screen-tabs-container li a {
	color:#595959;
}

/* 6EDB::3943::6EDB::426 */
.screen-tabs-standards > .screen-tabs-container li a:hover {
	color:#444444;
}

/* 6EDB::3943::6EDB::428 */
.wf-toolbar.wf-style-toolbar-topheader a.wf-cmditem:hover {
	background-color:#040404;
}

/* 6EDB::3943::6EDB::429 */
.wf-popup.wf-style-toolbar-topheader a.wf-cmditem:hover {
	border:none;
background-color:#DDDDDD;
}

/* 6EDB::3943::6EDB::430 */
.wf-popup.wf-style-toolbar-topheader a.wf-cmditem.wf-selector-checked {
	background-color:#DDDDDD;
border:none;
}

/* 6EDB::3943::6EDB::435 */
.breadcrumbs-title-container .breadcrumbs-title-container-links {
	font-family:'Open Sans', sans-serif; font-size:20px; font-weight:300; text-decoration:none;
}

/* 6EDB::3943::6EDB::438 */
.wci-sidebar-template .wci-sidebar-template-header .wci-first a  {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::439 */
.wci-sidebar-template .wci-sidebar-template-header .wci-first a :hover {
	text-decoration:none;
}

/* 6EDB::3943::6EDB::440 */
.wci-sidebar-template .wci-sidebar-template-header .wci-first a :visited {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::441 */
.wci-sidebar-template .wci-sidebar-template-header .wci-first a .active {
	color:#FFFFFF;
}

/* 6EDB::3943::6EDB::452 */
.splitbutton.live-web-status {
	border:1px solid #CCCCCC;
border-radius:3px;
}

/* 6EDB::3943::6EDB::455 */
.splitbutton.live-web-status .splitbutton-collapser .splitbutton-carret i {
	color:#BBBBBB;
}

/* 6EDB::3943::6EDB::460 */
.splitbutton.live-web-status a:hover {
	text-decoration:none;
}

/* 6EDB::3943::6EDB::458 */
.splitbutton.live-web-status .splitbutton-label {
	color:#808080;
}

/* 6EDB::3943::6EDB::466 */
.webcontent-container.webcontent-container-h3-boxed > .webcontent-container-header .webcontent-container-header-title {
	font-family:'Open Sans', sans-serif; font-size:18px; font-weight:normal;
}

/* 6EDB::3943::6EDB::467 */
.wf-tileview {
	background-color:#FFFFFF;
}

/* 6EDB::3943::6EDB::501 */
.blockcontainer-colored-header .widget-container > .widget-header > .widget-header-title {
	font-family:'Open Sans', sans-serif; font-size:18px; font-weight:normal;
}

/* 6EDB::3943::6EDB::503 */
.webcontent-container.webcontent-container-h1 > .webcontent-container-header {
	font-size:20px;
}

/* 6EDB::3943::6EDB::504 */
.breadcrumbs-title-container .header-toolbar {
	font-family:'Open Sans', sans-serif; font-size:13px;
}

/* 6EDB::3943::6EDB::634 */
.wf-db-dashboard a {
	color:#006FA6;
text-decoration:none;
}

/* 6EDB::3943::6EDB::635 */
.wf-db-dashboard a:hover {
	text-decoration:underline;
}