/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */


html,
body {
	height: 100%;
	width:100%;
	margin: 0;
	border: 0;
	padding: 0;
	background: #333;
	color: #fff;
	font-size: 14px; /* overlaten aan de browser en werken met em waar nodig, ex kunnen we ook even mee experimenteren, maar waarschijnlijk is em beter. Voor statistieken ook browser settings meten en bijhouden: http://stackoverflow.com/questions/739940/detect-browser-font-size#739947
Ook het zoom level bijhouden indien mogelijk: https://duckduckgo.com/?q=detect+browser+zoom+level&atb=v25__&ia=software . Mocht dit niet 100% zijn, kunnen we een melding geven dat het systeem ontworpen is voor slechtzienden en dat ze kunnen vertrouwen op de font-size van hun browser te vergroten. Ook kunnen we voorstellen de hoog contrast mode te gebruiken. Deze melding slechts weergeven nadat de user is ingelogd en indien de vorige sessie op een ander zoomniveau was.*/
}

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  
  color: #09f;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
  
	box-sizing: border-box;

	margin: 10px 0;
	border: 1px solid #ca373e;
	padding: 10px 20px;
	outline: none;

	background: #ca373e;
	color: #fff;

	text-align: center;
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	font-weight: bold;

	cursor: pointer;
}

button:disabled{
	background: #333;

	cursor: default;
}

input{
	border-bottom: 1px solid #fff;
	color: #fff;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden], .hidden {
  display: none !important;
}

label {
	cursor: pointer;
}









/************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
	cursor: default;
}

/*
CFTWS:	Custoflex TNEL Welcome Screen
	vb: cftwsbtn{}
CFTG:	Custoflex TNEL Global
	vb: cftgbtn{}
CFT
*/

body{
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
	align-items: stretch;
}
body.cursor_nwse_resizing{
	cursor: nwse-resize !important;
}
body.cursor_moving{
	cursor: move !important;
}


.flex_vertical{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;

/*	height: 100%;
	width: 100%;*/
}

.flex_horizontal{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;

/*	height: 100%;
	width: 100%;*/
}

#cftgMenubar{
	display: flex;
    flex-direction: row;
	align-items: stretch;
	justify-content: space-evenly;

	flex: 0 0 auto;
	box-sizing: border-box;
	border-bottom: 0.063em solid #666;

	background: #333;
	color: #fff;
}

.backButton{
	border-style: none;
	vertical-align: middle;
	margin: 10px;

	cursor: pointer;
}

.cfagTitle{
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

#cftgMenubar > div{
	flex: 1 1 auto;

	padding: 0.2em 0;

	text-align: center;

	cursor: pointer;
}

.cfagMenuActive{
	background: #666;
}

.cfagTopTitle{
	flex: 0 0 auto;
	vertical-align: middle;
}

.cfagTopTitle input{
	width: calc(100% - 20px);
	font-size: 20px;
	margin: 10px;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 10px;
	resize: none;
	background: transparent;
}

#cfagServeTitleTable{
}

.cfagBottomButtons{
	flex: 0 0 auto;

	display: flex;
    flex-direction: row;
	align-items: stretch;
	justify-content: space-evenly;
}

.cfagBottomButtons > button{
	flex: 1 1 auto;
	margin: 10px;
}

.cfagOrderPrice, .cfagOrderControls{
	text-align: right;
}

.cfagMainView{
	display: flex;
    flex-direction: column;
	align-content: stretch;

	height: 100%;
	width: 100%;
}

.cfagScrollableY{
	flex: 1 1 auto;
	overflow-y: auto;
}

#cftgMainWindow{
	position: relative;
	flex: 1;
	overflow: hidden;
}
#cftgMainWindow_background{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;

	display: flex;
	align-items: center;
	justify-content: center;

	background: #fff;
	color: #333;
}
#cftgPrinting{
	display: none;
}
#cftgPrinting.cftgPrintingLoading{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 3em;

	background: #333;
	color: #fff;
}
.cftgWindow{
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
	max-height: 100%;
	min-height: 250px;
	max-width: 100%;
	min-width: 320px;

	display: flex;
    flex-direction: column;
	align-items: stretch;

	border: 0.063em solid #06c;
	border-top: 0;

	background: #fff;
}
.cftgWindowFullScreen{
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: auto !important;
	width: auto !important;

	border: 0;

	box-shadow: none;
}
.cftgWindowMaximized{
	position: absolute;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: auto !important;
	width: auto !important;

	border: 0;

	box-shadow: none;
}
.cftgWindowPositionleft{
	position: absolute;
	top: 0 !important;
	bottom: 0 !important;
	left: 0;
	right: 50%;
	height: auto !important;
	width: auto !important;
}
.cftgWindowPositionright{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	height: auto !important;
	width: auto !important;
}
.cftgWindow_bar{
	display: flex;
    flex-direction: row;
	align-items: stretch;

	flex: 0 0 auto;
	box-sizing: border-box;
/*	height: 30px;*/
/*	padding: 0 10px;*/

	background: #06c;
	color: #fff;
}
.cftgWindow__active{
	border-color: #09f;

	background: #fff;
	box-shadow: 0 0 5px 5px #fff;
}
.cftgWindow__active .cftgWindow_bar{
	background: #09f;
}
.cftgWindow__child__active{
	border-color: #666;
}
.cftgWindow__child__active .cftgWindow_bar{
	background: #666;
}
.cftgWindow_bar_title{
	flex: 1;

	padding: 0.35em;

	font-weight: bold;
}
.cftgWindow_bar_buttons{
	display: flex;
    flex-direction: row;
	align-items: stretch;

	vertical-align: middle;

	list-style:none;
	margin: 0;
	padding: 0;
}
.cftgWindow_bar_buttons_button{
	position: relative;
	display: flex;
	align-items: center;

	box-sizing: border-box;
	margin: 0 0.125em;
/*	border-bottom: 0.125em solid transparent;*/
	padding: 0 0.313em;

	cursor: pointer;

	vertical-align: middle;
}
.cftgWindow_bar_buttons_button:hover, .cftgWindow__moving .cftgButtonMove{
/*	border-bottom: 0.125em solid #09f;*/
	background: #fff;
}
.cftgWindow_bar_buttons_button::before{
    content: "";
    display: inline-block;
	box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
}
.cftgWindow_bar_buttons_button::after{
	content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 0.18em;
    vertical-align: middle;
	filter: invert(100%);
}
.cftgWindow_bar_buttons_button:hover::after, .cftgWindow__moving .cftgButtonMove::after{
	filter: none;
}
.clicked .cftgUserBarMenu{/*.cftgWindow_bar_buttons_button:hover .cftgUserBarMenu*/
	display: block;
	position: absolute;
	z-index: 999999;
	top: 100%;
/*	left: auto;
	right: 0;*/
	margin: 0;
	padding: 0;

	background: #333;
	color: #fff;
	list-style:none;
	cursor: pointer;

	max-height: 1000px;
	/*transition: max-height 0.5s ease-out 0.75s;*/
}
.cftgWindow__moving .cftgButtonMove:hover .cftgUserBarMenu{
	display: none !important;
}
.cftgButtonMove, .cftgWindow__moving .cftgButtonMove{
	cursor: move !important;
}
.cftgButtonMoveFixed::after{
	background-image: url('icons/movefixed.png');
}
.cftgButtonMove::after{
	background-image: url('icons/move.png');
}
.cftgButtonFullScreen::after{
	background-image: url('icons/full-screen.png');
}
.cftgButtonMinimize::after{
	background-image: url('icons/minimize.png');
}
.cftgButtonResize::after{
	background-image: url('icons/maximize.png');
}
.cftgButtonClose::after{
	background-image: url('icons/close.png');
}
.cftgWindow_Content{
	position: relative;
	box-sizing: border-box;
	height: 100%;
	width: 100%;

	margin: 0;
	border: 0;
	padding: 0.25em;

	overflow-x: hidden;
	overflow-y: auto;
}
/*.cftgWindow_Content::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0.5em rgba(0,0,0,0.5);
	border-radius: 0.5em;
	background-color: #fff;
}
.cftgWindow_Content::-webkit-scrollbar{
	width: 0.65em;
	background-color: #F5F5F5;
}
.cftgWindow_Content::-webkit-scrollbar-thumb{
/*	box-shadow: 0 0 0 5px red;
	border-radius: 0.5em;
	border: 0.2em solid transparent;
	background-color: #09f;
	background-clip: content-box;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.6) 50%,
											  transparent,
											  transparent);
}*/
.cftgWindow_resize{
	position: absolute;
	bottom: -1px;
	right: -1px;
	height: 1em;
	width: 1em;

    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('icons/window-resize.png');
	cursor: nwse-resize;
}
.cftgWindow__active .cftgWindow__inactive{
	display: none;
}

.cftgWindowFullScreen .cftgWindow_bar{
	height: 0;
	overflow: visible;
}
.cftgWindowFullScreen .cftgButtonFullScreen::after{
	background-color: #09f;
	background-image: url('icons/quit-full-screen.png');
	filter: none;
}
.cftgWindowFullScreen .cftgButtonMove, .cftgWindowFullScreen .cftgButtonMinimize, .cftgWindowFullScreen .cftgButtonResize, .cftgWindowFullScreen .cftgButtonClose{
	display: none;
}
.cftgWindowFullScreen .cftgWindow_resize, .cftgWindowMaximized .cftgWindow_resize{
	display: none;
}
.cftgWindowMaximized .cftgButtonResize::after{
	background-image: url('icons/resize.png');
}

.cftgWindow__inactive{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background: rgba(0, 0, 0, 0.1);
}

.cftgWindow__active .cftgView__cover_iframe{
	display: none;
}
.cftgView__cover_iframe{
	/* iframecover staat altijd actief, tenzij bij cftgWindow__active. Enige "nadeel" is dat je 2 keer moet klikken op een veld in een non-actief window alvorens dat focus krijgt
	.cftgWindow__child__active .cftgView__cover_iframe, .cftgWindow__resizing .cftgView__cover_iframe, .cftgWindow__moving .cftgView__cover_iframe */
	
	
	/* indien de muis over het iframe gaat, verliezen we onze focus. Daarom coveren we het iframe met een div.*/
	display: block;
	position: absolute;
	top: 29px;	/* ongeveer de hoogte van de titelbar */
	bottom: 0.25em;	/* de hoogte van de resizebutton */
	left: 0;
	right: 0.25em;	/* de breedte van de resizebutton */
}

.cftgAppStart{
	position:relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0 10px;
	padding: 0 15px;

	overflow: visible;
	background: #09f;
	color: #fff;
	cursor: pointer;

	font-size: 1.25em;
	text-align: center;
	vertical-align: middle;
}
.cftgAppStart::before{
    content: "TNEL";
    display: inline-block;
	box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
}
.cftgAppStartMenu{
	display: block;
	position: absolute;
	z-index: 999999;
	top: 100%;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;

	background: #333;
	color: #fff;
	list-style:none;
	cursor: pointer;
	
	max-height: 0;
	overflow: hidden;

	text-align: left;

/*	transition: max-height 0.5s ease-out;*/
}
.cftgAppStart.clicked > .cftgAppStartMenu{
	max-height: 1000px;
	transition: max-height 0.85s ease-out;/* 0.75s;*/
}
.cftgAppStartMenuItem{
	display: block;
	margin: 0;
	padding: 0.4em 0.7em;
	white-space: nowrap;
	font-size: 0.85em;
}
.cftgAppStartMenuItem:hover{
	background: #666;
}
.cftgAppStartMenuSubItem{
	display: block;
	margin: 0;
	padding: 0.4em 0.7em;
	white-space: nowrap;
	font-size: 0.85em;
	text-indent: 0.85em;

	background: #444;
}
.cftgAppStartMenuSubItem:hover{
	background: #666;
}

#cftgAppBar{
	flex: 1;

	display: flex;
    flex-direction: row;
	align-items: stretch;

	list-style:none;
	margin: 0;
	padding: 0;
}
.cftgAppBarIcon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;

	box-sizing: border-box;
	margin: 0 0.125em;
	padding: 0 0.313em;

	cursor: pointer;

	vertical-align: middle;
}
.cftgAppBarIcon:hover{
	border-top: 0.125em solid #09f;
	background: #666;
}
.cftgAppBarIcon::before{
    content: "";
    display: inline-block;
	box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
}
.cftgAppBarIcon::after{
	border-top: 0.125em solid transparent;
	content: "";
	flex: 0 0 auto;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 0.18em;
    vertical-align: middle;
}
.cftgAppActive.cftgAppBarIcon::after{
	border-top: 0.125em solid #09f;
}
.cftgAppBarIcon:hover::after{
	border: 0;
}
.cftgAppBarMenu{
	display: block;
	position: relative;
	z-index: 999999;
	top: 0;
	left: -50%;
	margin: 0;
	padding: 0;

	background: #333;
	color: #fff;
	list-style:none;
	cursor: pointer;

	max-height: 0;
	overflow: hidden;
}
.vcenter{
	position: absolute;
	top: 100%;
	left: 50%;
}
.cftgAppBarIcon.clicked .cftgAppBarMenu{
	max-height: 1000px;
	transition: max-height 0.85s ease-out;
}
.cftgAppBarMenuItem:only-child{
	display: none;
}
.cftgAppBarMenuItem{
	display: block;
	margin: 0;
	padding: 0.4em 0.7em;
	white-space: nowrap;
	font-size: 0.75em;
}
.cftgAppBarMenuItem:hover{
	background: #666;
}

#cftaAppIcon_products::after{
	background-image: url('icons/products.png');
}
#cftaAppIcon_partners::after{
	background-image: url('icons/partners.png');
}
#cftaAppIcon_quotes::after{
	background-image: url('icons/quotes.png');
}
#cftaAppIcon_proforma::after{
	background-image: url('icons/proforma.png');
}
#cftaAppIcon_work_orders::after{
	background-image: url('icons/work-orders.png');
}
#cftaAppIcon_invoices::after{
	background-image: url('icons/invoices.png');
}
#cftaAppIcon_payment_reminders::after{
	background-image: url('icons/payment-reminders.png');
}
#cftaAppIcon_purchase_statements::after{
	background-image: url('icons/purchase-statements.png');
}
#cftaAppIcon_incominginvoices::after{
	background-image: url('icons/incoming-invoices.png');
}
#cftaAppIcon_purchase_orders::after{
	background-image: url('icons/purchase-orders.png');
}
#cftaAppIcon_accountancy_statistics::after{
	background-image: url('icons/accountancy-statistics.png');
}
#cftaAppIcon_transport::after{
	background-image: url('icons/transport.png');
}
#cftaAppIcon_agenda::after{
	background-image: url('icons/agenda.png');
}
#cftaAppIcon_photo_albums::after{
	background-image: url('icons/photo_albums.png');
}
#cftaAppIcon_reports::after{
	background-image: url('icons/reports.png');
}

#cftgUserBar{
	display: flex;
    flex-direction: row;
	align-items: stretch;

	padding: 0 10px;

	vertical-align: middle;

	list-style:none;
	margin: 0;
}
#cftgUserBar::before{
	content: "";
	height: 80%;
	width: 0.063em;
	background: #ccc;
	vertical-align: middle;
}
.cftgUserBarIcon{
	position:relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;

	box-sizing: border-box;
	margin: 0 0.125em;
/*	border-bottom: 0.125em solid transparent;*/
	padding: 0 0.313em;

	overflow: visible;
	cursor: pointer;

	vertical-align: middle;
}
.cftgUserBarIcon:hover, .cftgUserBarIcon.clicked{
/*	border-bottom: 0.125em solid #09f;*/
	background: #666;
}
.cftgUserBarIcon::before{
    content: "";
    display: inline-block;
	box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
}
.cftgUserBarIcon::after{
	content: "";
	flex: 0 0 auto;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 0.18em;
    vertical-align: middle;
}
.cftgAlertsIcon::after{
	background-image: url('icons/alert.png');
}
.cftgUserIcon::after{
	background-image: url('icons/user.png');
}
.cftgUserBarMenu{
	display: block;
	position: absolute;
	z-index: 999999;
	top: 100%;
	left: auto;
	right: 0;
	margin: 0;
	padding: 0;

	background: #333;
	color: #fff;
	list-style:none;
	cursor: pointer;
	
	max-height: 0;
	overflow: hidden;
}
.cftgUserBarIcon.clicked > .cftgUserBarMenu{
	max-height: 1000px;
	transition: max-height 0.5s ease-out;
}
.cftgUserBarMenuDivider{
	margin: 0.125em 0;
}
.cftgUserBarMenuItem{
	display: block;
	margin: 0;
	padding: 0.4em 0.7em;
	white-space: nowrap;
	font-size: 0.75em;
}
.cftgUserBarMenuItem:hover{
	background: #666;
}


/* autosave - start */
.autosaveStatus{
	display: inline-block;
	height: 24px;
	width: 24px;

	vertical-align: bottom;
}
@keyframes saving {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.autosaveStatus.saving{
	background: url('icons/autosave/saving.png');
	animation: saving 1s linear infinite;
}
.autosaveStatus.saved{
	background: url('icons/autosave/saved.png');
}
.autosaveStatus.warning{
	background: url('icons/autosave/warning.png');
}
@keyframes error {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
.autosaveStatus.error{
	background: url('icons/autosave/error.png');
	animation: error 0.5s linear infinite;
}
/*
@keyframes saving {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.saving {
  -webkit-animation: saving 2s linear infinite;
  -moz-animation: saving 2s linear infinite;
  -ms-animation: saving 2s linear infinite;
  -o-animation: saving 2s linear infinite;
  animation: saving 2s linear infinite;
}*/
/* autosave - end */

#app_saving{
	position: fixed;
	height: 100%;
	width: 100%;

	background: #fff;
	color: #666;

	text-align: center;
}

/* search form - start */
.searchform{
	border: 1px solid #09f;
	padding: 0.5em;
}
/* search form - start */


/* search auto complete - start */
 .autoCompleteWrapper{
/*	display: none;*/
	position: absolute;
	max-height: 350px;
	min-width: 425px;

	margin: 0;
	outline: none;
	border: 2px solid #ccc;
	padding: 0;

	list-style: none;
	background: #fff;
	color: #000;

	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9000;
}
.autoCompleteWrapper:empty{
	display: none;
}
.autoCompleteWrapper > li:nth-child(even){
	background-color: #ccc;
}.autoCompleteWrapper > li{
	margin: 0;
	border: 0;
	padding: 2px;

	cursor: pointer;
}
.autoCompleteWrapper > li:hover{
	background: #09f;
}
/* search auto complete - end */


/* data tabel - start */

table .narrow{
    width:auto;
    white-space: nowrap
}
table .wide{ 
    width: 100% ;
}

table.datatable {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}
table.datatable > thead{
	font-weight: bold;
}
table.datatable > tbody > tr > td , table.datatable > tfoot > tr > td , table.datatable > tr > td , table.datatable > thead > tr > th , table.datatable > tr > th {
	height: 30px; /* werkt als min-height */
	padding: 3px;
}
table.datatable > thead > tr > th > input , table.datatable > tr > th > input , table.datatable > tbody > tr > td > input , table.datatable > tr > td > input , table.datatable > tbody > tr > td > textarea , table.datatable > tr > td > textarea{/*:only-child*/
	margin: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 0;
	resize: none;
	background: transparent;
}
table.datatable > tbody > tr:nth-child(even) , table.datatable > tr:nth-child(even){
	background-color: #666;
}

table.datatable input{
	height: 28px;
	width: 100%;

	font-size: 18px;
}

/* data tabel - end */


/* calendar tabel - start */

table.tblCalendar{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
table.tblCalendar tr:nth-child(even){
	background-color: #eee;
}
table.tblCalendar th{
	border: 1px solid #999;
	border-top: none;

    white-space: nowrap;

	color: #999;

	font-size: 1.25em;
	text-align: center;
}
table.tblCalendar th:first-child{
	border-left: none;
}
table.tblCalendar td{
	box-sizing: border-box;
    height: 60px;

	border: 1px solid #999;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
    padding-top: 0;

    vertical-align: top;
}
table.tblCalendar td:first-child{
    width:auto;
	border-left: none;

    white-space: nowrap;

	color: #999;

	font-size: 1.25em;
	text-align: right;
	vertical-align: top;
}
table.tblCalendar td > div{
	position: relative;
}
table.tblCalendar td > div > div.appointment{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 2px;

	background: #fff;

	cursor: pointer;
	user-select: none;
}
table.tblCalendar td > div > div.appointment_placeholder{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	border: 1px solid #999;
	border-radius: 4px;

	background: #00f;

	opacity: 0;
/*	visibility: hidden;*/
}
table.tblCalendar td > div > div.appointment_placeholder:hover{
	visibility: visible;
	opacity: 1;
}
table.tblCalendar td > div > div.calendarMouseCatch{
	display: none;
	box-sizing: border-box;
	position: absolute;
	height: 1440px;
	width: 100%;

	z-index: 99999;
}

/* calendar tabel - end */



/* achtergrond - start */
.cftgAppCustomer{
	box-sizing: border-box;
	padding: 0 0 15px 0;

	font-size: 2em;
	text-align: center;
}

#cftgLogo{
	font-size: 10em;
}

#cftgVersion{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
	
	font-size: 0.75em;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
/* achtergrond - end */

input[readonly]{
	background: #ddd;
}

.tabwrapper > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabwrapper > ul >li{
	display: inline-block;
	box-sizing: border-box;
	height: 38px;
	margin: 0 6px;
	outline-style: none;
	border: 1px solid #6e98e3;
	border-bottom: none;
	padding: 0 40px 0 40px;
	line-height: 44px;

    background-color: #6e98e3;
	color: rgb(255, 255, 255);
	cursor: pointer;

	text-transform: uppercase;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease;
/*	transform: translateY(7px);*/
}

.tabwrapper > ul >li:first-child{
	margin: 0 6px 0 0;
}

.tabwrapper > ul >li:last-child{
	margin: 0 0 0 6px;
}

.tabwrapper > ul > li:hover{
	height: 44px;

    background-color: #4877cb;
/*	transform: translateY(1px);*/
}

.tabwrapper > ul > li.tab__active{
	height: 44px;

    background-color: #fff;
	color: #333;
/*	box-shadow: 6px 6px 0 0 rgba(0,0,0,.3);*/
/*	transform: translateY(1px);*/
}

.tab_group{
	margin: -1px 0 0 0;
	border: 1px solid #6e98e3;

	background: #fff;
}

.tab{
	display: none;
	padding: 6px;
}

div.tab__active{
	display: block;
}



div.uploaddiv{
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0;
	border: 2px dashed #666;
	padding: 8px;

	background: #ccc;

	font-size: 1.5em;
	font-weight: bold;
}

progress.progressbar{
	display: block;
	box-sizing: border-box;
	height: 2em;
	min-height: 20px;
	width: 90%;
	margin: 10px 5%;
	border: 1px solid #666;
	padding: 7px;

	background: #ccc;
	color: #666;

	font-size: 0.5em;
	font-weight: normal;
}

div.pbwarning{
	background: orange;
	cursor: pointer;
}

div.pbcomplete{
	background: #0f0;
	cursor: pointer;
}

div.pbwaiting{
	background: #ccc;
	cursor: wait;
}



.TNELAppMenuBar{
	text-align: right;
}
.TNELAppMenuBar > *{
	margin: 0 15px;
}



#workorderdetailfieldset{
	margin: 0;
	border: 0;
	padding: 0;
}


#ulreferencedocuments a{
	cursor: pointer;
}

td > button ~ button, td > button ~ label, td > label ~ button{
	/* dit dient om in de "acties" kolom, geen spaties te moeten plaatsen om de buttons niet tegen elkaar te laten kleven */
    margin: auto auto auto 0.2em;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
/*  border-radius: 4px;*/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
	box-sizing: border-box;
	width: 100%;
  color: #fff;
  background-color: #0275d8;
  border: 2px solid #0275d8;
}
.btn-default:focus,
.btn-default.focus {
  color: #0275d8;
  background-color: #fff;
}
.btn-default:hover {
  color: #0275d8;
  background-color: #fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}



.form-control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
/*  border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}







.smart_search_wrapper{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch; /* misschien flex-start */
	min-height: 30px;
	margin: 0;
	border: 1px solid #09f;
	border-radius: 5px;
	border-bottom-left-radius: unset; /* Hier later nog een truckje toepassen dat enkel bij autocomplete rechte hoeken gebruikt worden. Waarschijnlijk met js een extra klasse toevoegen aan deze div. */
	border-bottom-right-radius: unset;
	padding: 0;
	outline: none;

	background: #fff;
	color: #333;

	text-align: left;
	font-family: 'Verdana', sans-serif;
	font-size: 1rem;

	transition: height 0.2s;
}

.smart_search_closed{
	border-radius: 5px;
}

.smart_search_wrapper.valid{
	border: 1px solid green;
}

.smart_search_wrapper.invalid{
	border: 1px solid #a94442;
}

.smart_search_label{
	flex: 0 0 auto;

	margin: 0.1em;
	border: 0;
	padding: 0.1em 0.2em;

	color: #acacac;

	text-align: left;
	vertical-align: middle;

	font-family: 'Verdana', sans-serif;
}

.smart_search_label::before{
    content: "";
    display: inline-block;
	box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
}

.smart_search_input_container{
	position: relative;
	flex: 1 1 auto;
/*	border: 1px solid #09f; /*transparent*/
}

/*.valid .smart_search_input_container{
	border: 1px solid green;
}

.invalid .smart_search_input_container{
	border: 1px solid #a94442;
}*/

.smart_search_btn_extended_search{
	flex: 0 0 auto;
	width: 30px;
	border-left: 1px solid #09f;
	background-image: url('icons/extended-search.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.smart_search_length{
	flex: 0 0 auto;
	box-sizing: border-box;
	min-width: 30px;
	padding: 5px;
	user-select: none;
	color: green;
	font-size: 1.1em;
	text-align: center;
    vertical-align: middle;
	border-left: 1px solid #09f;
}

.smart_search_length::before{
    content: "";
    display: inline-block;
	box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
}

.smart_search_length.warning{
	color: orange;
}

.smart_search_length.limit{
	color: red;
}

.smart_search_input{
	box-sizing: border-box;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow-y: hidden; /* IE11 blijft scrollbar tonen */

	margin: 0;
	border: 0;
	padding: 0;
	outline: none;

	background-image: none;
	background-color: transparent;
	color: #333;

    box-shadow: none;

	font-family: inherit;
	text-align: left;

	resize: none;
}

textarea.smart_search_input{
	padding: 0.3em;
}

.smart_search_input:disabled{
	color: #acacac;
	background: #ccc;
}

.smart_search_input:focus{
	outline: 1px dotted #f60;
	outline-offset: -2px;
}

.smart_search_autocomplete_wrapper{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;

	position: absolute;
	top: 100%;
	left: -1px;
/*	max-height: 350px;*/
	min-width: 100%;

	margin: 0;
	outline: none;
	border: 1px solid #09f;
	border-radius: 5px;
	border-top-left-radius: unset;
/*	border-top-right-radius: unset;*/ /* We gaan er even van uit dat de autocomplete bijna altijd breder zal zijn dat het zoekveld, dan is een ronde hoek het meest logische. */
	padding: 0;

	background: #fff;
	color: #000;

	overflow: hidden;
	z-index: 9000;
}

.smart_search_closed .smart_search_autocomplete_wrapper{
	display: none;
}

.smart_search_autocomplete_table{
	min-width: 100%;

	margin: 0;
	outline: none;
	border: 0;
	border-collapse: collapse;
	padding: 0;

	background: #fff;
	color: #000;

	overflow-y: auto;
	overflow-x: hidden;
}

.smart_search_autocomplete_tbody{
	margin: 0;
	outline: none;
	border: 0;
	padding: 0;

	background: #fff;
	color: #000;

	overflow-y: auto;
	overflow-x: hidden;
}

.smart_search_autocomplete_tbody > tr > td, .smart_search_added_option{
	/* width: max-content;  /* niet gebruikt want niet cross browser en een bug in chrome met de breedte van onderliggende div's. Opgelost met white-space: nowrap*/

	margin: 0;
	border: 0;
	padding: 0.3em 0.4em;

	white-space: nowrap;

	cursor: pointer;
}

.smart_search_added_option{
	flex: 0 0 auto;
	font-weight: bold;
	font-style: italic;
	border-left: 1em solid green;
}

.smart_search_autocomplete_table_wrapper{
	position: relative;
	flex: 1 1 auto;

	max-height: 320px;

	overflow-y: auto;
	overflow-x: hidden;
}

.smart_search_autocomplete_table_wrapper::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0.5em rgba(0,0,0,0.5);
	border-radius: 0.5em;
	background-color: #fff;
}
.smart_search_autocomplete_table_wrapper::-webkit-scrollbar{
	width: 0.65em;
	background-color: #F5F5F5;
}
.smart_search_autocomplete_table_wrapper::-webkit-scrollbar-thumb{
/*	box-shadow: 0 0 0 5px red;*/
	border-radius: 0.5em;
	border: 0.2em solid transparent;
	background-color: #09f;
	background-clip: content-box;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.6) 50%,
											  transparent,
											  transparent);
}

.smart_search_autocomplete_wrapper > div:nth-of-type(2){
	margin-top: 2px;
	border-top: 2px dashed #09f;
}

.smart_search_autocomplete_tbody > tr:nth-child(odd), .smart_search_added_option:nth-child(odd){
	background-color: #fff; /* #0089e5 */
}

.smart_search_autocomplete_tbody > tr:nth-child(even), .smart_search_added_option:nth-child(even){
	background-color: #99d6ff; /* #32adff */
}

.smart_search_added_option:hover, .smart_search_autocomplete_active{ /* .smart_search_autocomplete_tbody > tr:hover,  /* hover status willen we niet, want die zetten we met js op active */
	background: #09f !important; /* #fff */
}




.custom_file_upload_wrapper{
	position: relative;
	padding: 60px 20px;
	
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	
	background-color:	#c8dadf;
	color:				#0f3c4b;
	
	font-size: 1.25rem;
	
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.custom_file_upload_wrapper > svg{
	fill: #92b0b3;
}

.custom_file_upload_wrapper > input[type="file"]{
	width: 0.1px;	/* I see you are wondering why width and height are set to 0.1px instead of just 0px. Setting the property values to zero ends up throwing the element out of tab party in some browsers. */
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.custom_file_upload_wrapper > label:hover > strong{
	color: #39bfd3;
}