html, body {
	background: #eeeeee;
}

input {
	background: #eee;
    border: 1px solid #333;
    outline: none;
    margin-bottom: 2px;
}

.cjs_noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.outlinedLink, .outlinedList, .cjs_textEditor_button, .outlinedEquipment, .customInput_burger_v3, .outlinedBlock {
	text-decoration: none;
	color: #ffffff;
	background: none;
	font-size: 14px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	padding: 5px 10px;
	display: inline-block;
	margin: 5px 8px 5px 0px;
	cursor: pointer;
  }

.redBox_Text {
	border: 1px solid #cc0000;
	color: #cc0000;
}


form {
	/* max-width: 480px; */
	width: 100%;
	height: 100%;
}

h2 {
	display: block;
	font-weight: bold;
	margin: 10px 0px;
}


.cjs_hidden {
	display: none !important
}

.cjs_pointer {
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cjs_flex_break {
	flex-basis: 100%;
	height: 0;
}

.tox-editor-footer {
    display: flex;
    flex-direction: row;
    align-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}

.lastSaved {
	font-size: 12px;
	color: #888888;
}

.editor_footerButtons {
	display: inline-block;
	background: #333;
	color: #fff;
	padding: 4px 10px;
	margin: 5px 8px 5px 0px;
	display: inline-block;
	border: none;
	outline: none;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
    flex-wrap: nowrap;
    align-items: center;

	cursor: pointer;
}

#authenticationCheck,
#requestPasswort,
.darkgrey_button {
	display: inline-block;
	cursor: pointer;
	padding: 4px 8px;
	margin: 14px 0px 0px;
	background: #333;
	color: #fff;
}


.cjs_requiredInput {
	color: #cc0000;
	display: inline-block;
	margin: 0px 0px 0px 4px;
}

.cjs_requiredNote {
	font-size: 12px;
	margin: 10px 0px 0px;
}


.contactDATA_inputs {
	display: block;
	padding: 0px 0px 10px 0px;
}

#cjs_overlayClose {
	float: right;
	margin: 0px;
}

.cjs_overlayContainer,
.cjs_overlayBackground {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

.cjs_overlayBackground {
	background: #000000;
	opacity: 0.85;
	z-index: 1;
}

.cjs_overlayFrame {
	padding: 0px 10px;
	width: 300px;
	margin: auto;
	position: fixed;
	right: 0px;
	left: 0px;
	background: #000000;
	top: 10px;
	bottom: 10px;
	z-index: 4;
	overflow-y: scroll;
}

.cjs_overlayWrapper * {
	color: #ffffff;
}

.select_contactDATA,
.select_contactDATA_position,
.select_contactDATA_title,
#select_contactDATA_clear,
#select_internalDATA_clearCode,
#select_internalDATA_clearBranch,
.select_internalDATA_selectCode,
.overlaySelect_input,
.overlay_clearInput {
	display: block;
	padding: 4px;
	background: #eee;
	margin: 4px 0px 0px;
	cursor: pointer;
	color: #000;
}

#select_contactDATA_clear,
.overlay_clearInput {
	margin: 10px 0px 10px 0px;
}

.overlaySelect_wrapper {
	display: flex;
}

.overlaySelect_checkbox {
	margin: 0px 10px 0px 0px;
}

.overlaySelect_wrapper .overlaySelect_input {
	width: 100%;
}

.overlaySelect_saveButton {
	width: 100%;
}

.overlaySelect_saveButton {
	width: calc( 100% - 16px );
	margin: 10px 0px 0px;
}

.dataSET_headline {
	display: flex;
	font-size: 23px;
	margin: 10px 0px 20px 0px;
}

.contactDATA_button,
.dataset_button {
	display: inline-block;
	background: #333;
	padding: 4px 8px;
	color: #fff;
	cursor: pointer;
}

.contactDATA_deleteWrapper {
	margin: 10px 0px 0px;
}

.contactDATA_delete,
.contactDATA_delete_confirm {
	background: #cc0000;
	color: #ffffff;
}

.openOverlay_contactDATA_position,
.openOverlay_contactDATA_title,
.openOverlay_internalDATA_consultant,
.openOverlay_internalDATA_ma,
.openOverlay_internalDATA_status {
	cursor: pointer;
}


#open_extendedSearch {
	margin: 20px 0px 0px;
	text-decoration: none;
}

.cjs_displayColumn,
.cjs_displayColumn_editor,
.cjs_displayColumn_overflowHidden {
	min-width: 312px;
	width: calc( ( 100% - 32px ) / 4 );
	float: left;
	padding: 4px;
	background: #ccc;
	overflow-y: scroll;
	bottom: 0px;
	height: calc( 100% - 38px );
	margin: 30px 0px 0px;
	position: relative;
}

.cjs_displayColumn_editor,
.cjs_displayColumn_overflowHidden {
	overflow-y: hidden;
}

.formWrapper_footerContent {
	position: absolute;
	bottom: 0px;
	left: 4px;
	right: 4px;
	padding: 0px 0px 10px 0px;
}

#editDATA,
#createDATA {
	width: calc( 100% - 16px );
}

#searchDataset,
#getDataset {
	width: inherit;
}

#searchDataset {
	margin: 0px 0px 0px 10px;
}


#tinyMCE_editorWrapper {
	width: 100%;
    padding: 0px;
    border: none;
    outline: none;
    height: 500px;
	resize: none;
	display: block;
}

.columnContent,
.formContent {
	overflow-y: scroll;
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 0px;
}

.formContent {
	bottom: unset;
	top: 4px;
}

@media screen and ( max-width: 1280px ) {
	/* .cjs_displayColumn,
	.cjs_displayColumn_editor,
	.cjs_displayColumn_overflowHidden {
		width: calc( ( 308px * 4 - 32px ) );
	} */

	/* .single-page-application-container {
		min-width: 1280px !important;
	} */
}

/* @media screen and ( max-width: 924px ) {
	.cjs_displayColumn,
	.cjs_displayColumn_editor,
	.cjs_displayColumn_overflowHidden {
		width: calc( ( 100% - 32px ) / 2 );
	}
}

@media screen and ( max-width: 616px ) {
	.cjs_displayColumn,
	.cjs_displayColumn_editor,
	.cjs_displayColumn_overflowHidden {
		width: calc( ( 100% - 32px ) );
		height: auto;
	}
} */

.cjs_displayColum_workflowDATA {
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #000;
	padding: 0px 0px 10px 0px;
} 


.cjs_smallText {
	font-size: 12px;
}

.single-page-application-container,
#pageContent {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

.single-page-application-container {
	left: unset;
	right: unset;
	min-width: 100%;
}

.topMenu,
.staticMenu {
	position: fixed;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	align-items: center;
	background: #eee;
	padding: 4px 0px;
}

.staticMenu {
	position: static;
}

.topMenu a.cjs_spaLink {
	padding: 0px 4px;
}


.dataSet_button,
.dataSet_buttonDisabled,
.dataSet_buttonClose {
	text-align: left;
	padding: 4px 10px;
	background: #333333;
	color: #fff;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dataSet_buttonDisabled {
	background: #888;
	color: #eee;
}

.dataSet_button:hover,
.dataSet_buttonClose:hover {
	background: #cc0000;
}

.dataSet_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#dataSet_currentKN {
	width: 100%;
	text-align: center;
	margin: 0px 4px;
}

#dataSet_prevKN,
#dataSet_nextKN {
	width: 30px;
	text-align: center;
	text-decoration: none;
}


.cjs_overlay_loadMessage {
	display: flex;
	color: #fff;
	position: absolute;
	z-index: 100;
	justify-content: center;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	align-items: center;
	flex-direction: column;
}


.searchButtons {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	width: 100%;
}

#dataset_clearSearch {
	margin: 0px 0px 0px 10px;
	text-align: center;
}


.dataSet_sage_wrapper {
	margin: 10px 0px;
}

#dataSet_outstanding {
	/* display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
	text-align: center;
	padding: 10px;
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}


#removeForm_wrapper {
	width: 300px;
	margin: 30px auto 0px;
}

#removeForm_input {
	resize: vertical;
	width: calc( 100% - 2px );
	padding: 0px;
	margin: 0px 0px 20px 0px;

	border: 1px solid #333;
	outline: 0px;
	background: #eee;

	min-height: 200px;
	height: 200px;
}

#removeForm_button {
	text-align: center;
	background: #cc0000;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
}


#inerternalDATA_marked {
	position: absolute;
    left: 0px;
    right: 0px;
    background: #cc0000;
	color: #fff;
    bottom: 0px;
    top: 0px;

	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#inerternalDATA_marked_hideButton {
	margin: 30px 0px 0px;
	display: block;
	text-decoration: underline;
	cursor: pointer;
}

#inerternalDATA_marked_deleteButton,
#inerternalDATA_marked_deleteCancel,
#inerternalDATA_marked_deleteConfirm {
	background: #fff;
	color: #cc0000;
	padding: 4px 10px;
	margin: 0px 5px;
	cursor: pointer;
	
}

#inerternalDATA_marked_deleteWrapper {
	margin: 30px 0px 0px;
	display: flex;
}

.dataSet_buttonEdit {
	width: 100%;
    margin: 0px 10px 0px 0px;
}

.dataSet_buttonWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.dataSet_buttonClose {
	width: 30px !important;
    text-align: center;
}

.dataSet_buttonWrapper .dataSet_button {
	width: 100%;
}


.sageDATA_changed,
.sageDATA_processed,
.settigsDATA_password {
	display: flex;
	margin: 10px 0px 10px;
}

.sageDATA_changed {
	margin: 0px;
}

.sageDATA_changed span,
.sageDATA_processed span,
.settigsDATA_password span,
.settigsDATA_logout span {
	padding: 4px 10px;
	background: #009e72;
	color: #fff;
	cursor: pointer;
}

.settigsDATA_logout {
	display: flex;
}

.settigsDATA_password span,
.settigsDATA_logout span {
	background: #333;
}

.settigsDATA_password .cjs_processButton_v2_confirm,
.settigsDATA_logout .cjs_processButton_v2_confirm {
	background: #cc0000;
}

.sageDATA_processed .cjs_processButton_v2_cancel  {
	background: #333;
}


.prospectDATA {
	display: flex;
    margin: 0px 0px 10px 0px;
	width: 100%;
}

.prospectDATA span {
	padding: 4px 10px;
	cursor: pointer;
}

.cjs_processButton_v2 {
	display: flex;
	margin: 10px 0px 10px;
}

.cjs_processButton_v2 span {
	padding: 4px 10px;
	cursor: pointer;
}

.cjs_processButton_v2_question {
	background: #cc0000;
	cursor: pointer;
	padding: 4px 10px;
	color: #fff;
}

.cjs_processButton_v2_cancel {
	background: #333;
	color: #fff;
}

.cjs_processButton_v2_confirm {
	background: #cc0000;
	color: #fff;
	margin-left: 10px;
}


.internalDATA_revokeWrapper {
	display: flex;
	margin: 10px 0px 10px;
}

.internalDATA_revokeWrapper span {
	padding: 4px 10px;
	background: #333;
	color: #fff;
	cursor: pointer;
}


.overviewLIST {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.overviewLIST a {
	color: #fff;
	padding: 4px 10px;
	margin: 4px 0px;
	text-decoration: none;
}

.color_green {
	background: #009e72;
}

.color_orange {
	background: #ff8800;
}

#staffLIST a {
	background: #cc0000;
}

.cjs_button_small {
    display: flex;
    width: 12px;
    padding: 0px 10px 0px 0px;
    cursor: pointer;
}


.cjs_blockResponse {
	padding: 4px 10px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
}


#authenticationWrapper {
    width: 280px;
    margin: auto;
    flex-direction: column;
	padding: 20px;
	
	left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
	height: fit-content;

	background: #cc0000;
}

.authenticationForm {
	display: flex;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

/* .cjs_customInput {
	width: 340px;
} */

.authenticationForm .cjs_customInput_wrapper {
	margin: 10px 0px;
}

#authenticationCheck,
#requestPasswort {
	text-align: center;
	background: #ffffff;
	color: #333;
}

.authenticationForm .cjs_customInput_display * {
	color: #fff;
}

.authenticationForm input {
	border: none;
	outline: none;
	padding: 8px 4px;
	width: auto;
}

#nkLOGO_svg {
	fill: #fff;
}

.authenticationTopic {
	text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 10px 0px;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0px;
    border-top: 1px solid #fff;
}


.requiredPhone {
	margin: 10px 4px 10px 0px;
	padding: 6px 10px;
	display: flex;
	border-width: 1px;
	border-style: solid;
	border-image: none;
	border-color: #333;

	flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: baseline;
}


#dataSet_invoiceWrapper * ul,
#dataSet_historyWrapper * ul {
	padding-left: 23px;
}

#dataSet_invoiceWrapper > ul,
#dataSet_historyWrapper > ul {
	padding-left: 23px;
}


.dataSet_position {
	width: 60px;
	text-align: right;
}


.grey {
	background: #333 !important;
}

.greyText {
	color: #333 !important;
}

.red {
	background: #cc0000 !important;
}

.redText {
	color: #cc0000 !important;
}


.changeKN_wrapper {
	margin: 10px 0px;
}


.mailing_removeEntry {
    font-size: 12px;
    background: #cc0000;
	color: #fff;
    display: inline-block;
    padding: 4px;
}

#mailingTopic_input {
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

.greyButton, .redButton {
	background: #ccc;
	color: #000f;
	padding: 4px 10px;
	display: block;
	cursor: pointer;
	margin: 20px 0px 0px;
}

.redButton {
	background: #cc0000;
	color: #fff;
	margin: 8px 0px 0px;
}


.textarea_designation,
.textarea_commission {
	resize: vertical;
	width: calc( 100% - 10px );
	max-width: 400px;
	min-height: 40px;
	height: 40px;
	padding: 4px;
}

.textarea_designation,
.textarea_designation:active,
.textarea_designation:focus,
.textarea_commission,
.textarea_commission:active,
.textarea_commission:focus {

	border: 1px solid #333;
	outline: 0px;
}

#invoice_positions {
	width: 100%;
}

#invoice_container {
	width: 100%;
	max-width: 400px;
}

.invoice_position {
	margin: 10px 0px 0px;
}

#additional_position {
	background: #333;
	color: #fff;
	cursor: pointer;
	padding: 4px 8px;
	margin: 30px 0px 0px;
}

#prepear_invoice,
#preview_invoice,
#save_invoice {
	background: #333;
	color: #fff;
	padding: 4px 8px;
	cursor: pointer;
	margin: 4px 0px;
}

.scrollable {
	overflow: scroll;
	height: 100%;
	position: absolute;
	width: 100%;
}

.remove_position {
	background: #cc0000;
	color: #fff;
	padding: 4px 8px;
	cursor: pointer;
}

#invoice_container input {
	background: #fff;
}

.cjs_customInput_label {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
}