

/* ############## PRINT ############## */
@page {
	
    size: landscape;
    margin: 0;

}

@media print {
				
	.donotprint {
		display: none !important;
	}

    body {
    	width: 100% !important;
    	height: auto !important;
    }
	
    .main {
    	height: auto !important;
    	width: 100% !important;
    	overflow: visible !important;
    }
	
	.main_content {
		left: 0px !important;
        top: 0px !important;
		float: none !important;     
		position: relative !important;     
		background: #f0f0f0;
		width: 100% !important;
		margin: 0px !important;
		overflow: visible !important;
		page-break-inside: auto !important;
	}
	
	.row {
		position: relative !important;  
		page-break-inside: avoid !important;
		min-width: 100% !important;
	}
	
    .box {
    	page-break-inside: avoid !important;
    	border: solid #f0f0f0 1px !important;
    	margin: 5mm 0px 0px 5mm !important;
    	padding: 5mm !important;
    	overflow: hidden !important;
    }

    .box_invisible {
    	page-break-inside: avoid !important;
    	margin: 5mm 0px 0px 5mm !important;
    	padding: 5mm !important;
    	overflow: hidden !important;
    }
    	
	.width_s {
		max-width: calc(25% - 17mm) !important;
		min-width: calc(25% - 17mm) !important;
		width: calc(25% - 17mm) !important;
	}

	.width_m {
		max-width: calc(50% - 18mm) !important;
		min-width: calc(50% - 18mm) !important;
		width: calc(50% - 18mm) !important;
	}

	.width_xm {
		max-width: calc(100% - 21mm) !important;
		min-width: calc(100% - 21mm) !important;
		width: calc(100% - 21mm) !important;
	}

	.width_l {
		max-width: calc(100% - 20mm) !important;
		min-width: calc(100% - 20mm) !important;
		width: calc(100% - 20mm) !important;
	}

}

/* ############## FONT ############## */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* ############## ALL PAGES ############## */
html {
	/* Background */
	background: #F4F8FD;
	

	/* Background Image */
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/people2.jpg");

	/* Standard font */
	font-family: 'Roboto', Calibri, sans-serif;
	color: #000000;
	font-size: 0.9em;
	
	/* Force Scrollbar */
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

body {
	/* Standard Settings */
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #ffa600;
	text-decoration: none;
}

a:hover {
	color: #bbbbbb;
}

hr {
	background: #e5e5e5;
	background: -moz-linear-gradient(left, #e5e5e5 0%, #b5bdc8 39%, #b5bdc8 63%, #e5e5e5 100%);
	background: -webkit-linear-gradient(left, #e5e5e5 0%,#b5bdc8 39%,#b5bdc8 63%,#e5e5e5 100%);
	background: linear-gradient(to right, #e5e5e5 0%,#b5bdc8 39%,#b5bdc8 63%,#e5e5e5 100%);
	height: 1px;
	border: 0;
}

.hr {
	background: #e5e5e5;
	background: -moz-linear-gradient(left, #e5e5e5 0%, #b5bdc8 39%, #b5bdc8 63%, #e5e5e5 100%);
	background: -webkit-linear-gradient(left, #e5e5e5 0%,#b5bdc8 39%,#b5bdc8 63%,#e5e5e5 100%);
	background: linear-gradient(to right, #e5e5e5 0%,#b5bdc8 39%,#b5bdc8 63%,#e5e5e5 100%);
	height: 1px;
	width: 100%;
	border: 0;
	margin: 0px 0px;
}

::selection {
  background: #ffa600; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffa600; /* Gecko Browsers */
}


/* ############## FONTS ############## */
.font_header {
	font-size: 1.2em;
	color: #ffa600;
	margin-left: 5px;
}

.font1 {
	font-size: 1.1em;
	color: #ffa600;
	text-shadow: 1px 1px #ffffff;
}

.font2 {
	font-size: 1.1em;
	color: #ffffff;
}

.font3 {
	font-size: 1em;
	text-shadow: 1px 1px #ffffff;
}

.font4 {
	font-size: 1.1em;
	color: #444444;
}

.fontbold {
	font-weight: 700;
}

.font_error {
	font-size: 0.9em;
	color: #ffa600;
}

.font_loading {
	font-size: 0.8em;
	color: #ffa600;
	text-shadow: 1px 1px #ffffff;
}

.font_small {
	font-size: 0.8em;
}

.font_big {
	font-size: 1.3em;
}

.font_color {
	color: #ffa600;
}

.font_red {
	color: #d3041c;
}

.font_red_box {
	color: #d3041c;
	margin: 0px 0px 0px 10px;
	padding: 2px 3px;
	text-transform: uppercase;
	width: auto;
}

.font_grey {
	color: #777777;
}

.font_white {
	color: #ffffff;
}

.font_uppercase {
	text-transform: uppercase;
}

.font_left {
	text-align: left;
}

.font_center {
	text-align: center;
}

.font_right {
	text-align: right;
}

.font_middle {
	vertical-align: middle;
	margin-top: 7px;
	margin-bottom: 7px;
}

.inline_text {
	display: inline-block;
}

.inputbox_text {
	vertical-align: middle;
	display: inline-block;
	float: left;
	margin: 18px 5px 0px 0px;
}

.version_text {
	text-align: center;
	margin-top: 6px;
}

.reportMessage {
	display: block;
	text-align: left;
	margin: 10px 0px 0px 15px;
	font-size: 1.2em;
	color: #ffa600;
	text-shadow: 1px 1px #ffffff;
}

/* ############## SPINNER ############## */

.spinner {
	display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffa600;
  margin: 5px 5px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* ############## PAGE STRUCTURE ############## */
.sidebar {
	color: #ffffff;
	height: 100%;
	width: 104px; 
	float: left;
	background: #010B14;
	background-size: 100% 100%;
    background-position: center top;
}

.main {
	display: block;
	margin-left: 5px;
	width: auto;
	height: 100%;
	
	/* Force Scrollbar */
	overflow-y: hidden;
	overflow-x: hidden;
}

.main_header {
	display: inline-block;
	position: relative;
	height: 38px;
	width: 100%;
	min-width: 425px;
	text-align: center;
}

.main_header_colorline {
	height: 0px;
	width: auto;
	min-width: 0px;
}

.main_content {
	display: inline-block;
	text-align: center;
	position: relative;
	margin-top: -4px;
	width: calc(100vw - 102px);
	height: calc(100% - 42px);
	min-width: 425px;
	
	/* Force Scrollbar */
	overflow-y: hidden;
	overflow-x: hidden;
	
}

.main_content_center {
	max-width: 1770px;
	margin: 0px auto;
}


/* ############## HEADER BUTTONS ############## */
.main_header_button {
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
	height: 29px;
	margin: 3px 15px 0px 30px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
}

a.main_header_button {
	text-decoration: none;
}

a.main_header_button:hover {
	color: #ffa600;
}

.button_active{
	color: #ffa600;
}


.button_above_sidebar{
	border-bottom: solid #e5e5e5 1px;
}

.button_right {
	float: right;
}

.main_header_button_wrapper {
	display: inline-block;
	margin: 0px 0px 0px -6px;
}

.main_header_dropdown_wrapper {
	display: inline-block;
	margin: 0px 0px 0px -6px;
	font-size: 0.9em;
}

.main_header_button_icon {
	float: left;
	margin: 7px 0px 0px 0px;
}

.main_header_button_icon_text {
	float: left;
	margin: 5px 0px 0px 4px;
}

.main_header_spacer_l {
	width: 11vw;
	max-width: 185px;
	min-width: 181px;
	height: 29px;
	position: relative;
	float: left;
}

.main_header_spacer_s {
	width: 1.5vw;
	max-width: 20px;
	min-width: 0px;
	height: 29px;
	position: relative;
	float: left;
}

#main_header_dropdown {
	cursor: pointer;
}

#main_header_dropdown_content {
    display: none;
    position: absolute;
    top: 39px;
    right: 0px;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

#main_header_dropdown_background {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
}

.main_header_dropdown_content_top {
	text-align: center;
	height: 100px;
	width: auto;
}

.main_header_dropdown_content_row {
	text-align: left;
	height: 36px;
	width: auto;
}

.row_border {
	background-color: #fbfbfb;
	border-bottom: solid #e5e5e5 1px;
}

.row_version_top {
	background-color: #fbfbfb;
}

.row_version_bottom {
	background-color: #fbfbfb;
	border-bottom: solid #e5e5e5 1px;
}

/* ############## SIDEBAR BUTTONS & LOGO ############## */

.sidebar_logo {
	width: 95px;
	height: 60px;
	min-height: 72px;
	max-height: 100px;
	margin: 20px 5px -10px 5px;
	text-align: center;
	background-image: url("images/enpal.png");	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.sidebar_button {
	width: 105px;
	height: 80px;
	margin: 34px 0px 0px 0px;
	color: #ffffff;
	text-shadow: 1px 1px #111111;
	font-size: calc(10px + (100vw - 600 / 200));
	font-weight: 500;
	text-align: center;
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center center;
}

a.sidebar_button {
	display: block;
	text-decoration: none;
}

a.sidebar_button:hover {
	color: #ffa600;
}

.sidebar_button_active {
	color: #ffa600;
}

.sidebar_button_active:hover {
	color: #ffa600;
}

.sidebar_button_icon {
	margin: 0px 0px 6px 0px;
}


/* ############## EXTENDED SIDEBAR ############## */

.sidebarExtended {
	height: 34;
	width: 100%; 
	float: left;

	margin-top: 10px;
	margin-left: 15px;
	padding: 0px;
}

.sidebarExtendedStarter {
	height: 10px;
	width: 1px;
	margin-left: 5px;
	float: left;
}

.sidebarExtendedStarter_l {
	height: 10px;
	width: 1px;
	margin-left: 8px;
	float: left;
}

.sidebarExtendedButton {
	display: inline-block;
	width: auto;
	color: #363636;
	font-size: calc(10px + (100vw - 600 / 200));
	font-weight: 500;
	text-align: left;
	position: relative;
	margin: 0px 15px 0px 0px;
	background: #ffffff;
	padding: 0px 0px 0px 20px;
	height: 36px;
}

.sidebarExtendedButton-arrow-white {
	position: absolute;
	top: 0px;
    right: -18px;
    width: 0; 
    height: 0; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;  
	border-left: 18px solid #ffffff;
}

.sidebarExtendedButton-arrow-grey {
	position: absolute;
	top: 0px;
    left: 0px;
    width: 0; 
    height: 0; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;  
    border-left: 18px solid #F4F8FD;
}

.sidebarExtendedButton-arrow-active-1 {
	background: #ffa600;
	color: #ffffff;
}

.sidebarExtendedButton-arrow-active-2 {
	border-left-color: #ffa600;
}

a.sidebarExtendedButton:hover {
	color: #ffffff;
	background: #ffa600;
}

a.sidebarExtendedButton:hover .sidebarExtendedButton-arrow-white {
	border-left: 18px solid #ffa600;
}

.sidebarExtendedIcon {
	float: left;
	display: inline-block;
	width: 18px;
	margin: 18px 0px 0px 0px;
}

.sidebarExtendedIconText {
	float: left;
	display: inline-block;
	margin: 9px 4px 0px 4px;
}

.sidebarExtendedActive {
	color: #ffa600;
}

.sidebarExtended-arrow-up {
    margin: -35px auto;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
	border-bottom: 10px solid #f0f0f0;
    z-index: 20;
}

.sidebarExtended-background-arrow-up {
    margin: 26px auto;
    width: 0; 
    height: 0; 
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;  
    border-bottom: 11px solid #dadada;
    z-index: 19;
}

/* ############## PAGE SEPARATION: ROWS & BOXES ############## */
.row {
	display: inline-block;
	position: relative;
	width: 100%;
	min-width: 425px;
	height: auto;
	text-align: left;
}

.row_header {
	background: #fbfbfb;
}

.box {
	display: inline-block;
	position: relative;
	margin: 10px 0px 0px 15px;
	padding: 10px;
	float: left;
	background: #ffffff;
	border: solid #ffffff 1px;
	border-radius: 4px;
	box-shadow: rgba(21, 56, 92, 0.14) 0px 2px 2px, rgba(21, 56, 92, 0.12) 0px 1px 5px;
}

.box_invisible {
	display: inline-block;
	position: relative;
	margin: 10px 0px 0px 15px;
	padding: 10px;
	float: left;
}

.box_nogap {
	margin-top: 0px;
}

.box_nogaps {
	margin-top: 0px;
	padding: 0px 10px;
}

.box_left {
	float: left;
	display: inline-block;
	width: 100%;
}

.box_right {
	float: left;
	display: inline-block;
	width: 0%;
}

.box_bordertop {
	border-top: solid #ffa600 1px;
}

.box_borderbottom {
	border-bottom: solid #ffa600 1px;
}

.box_color {
	color: #ffffff;
	background: #ffa600;
}

.box_lightcolor {
	background: #f7ecd7;
}

.box_color_bottom {
	color: #ffffff;
	background: #ffa600;
	margin-bottom: 0px;
}

.box_lightcolor {
	border-color: #f7ecd7;
	background: #f7ecd7;
}

a.boxlink {
	color: #000000;
}

a.boxlink:hover {
	background: #f7ecd7;
	border: solid #ffa600 1px;
}

.box_transparent {
	display: inline-block;
	position: relative;
	margin: 10px 0px 0px 15px;
	padding: 10px 10px 0px 10px;
	float: left;
}

.box_row {
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 15px;
	float: left;
}

.button_row {
	display: inline-block;
	position: relative;
	margin: 0px 0px 5px 5px;
	float: left;
}

.box_30 {
	float: left;
	display: inline-block;
	width: 30px;
}

.box_30_rem {
	float: left;
	display: inline-block;
	width: calc(100% - 31px);
	padding-top: 3px;
}

.box_40 {
	float: left;
	display: inline-block;
	width: 43px;
}

.box_40_rem {
	float: left;
	display: inline-block;
	width: calc(100% - 44px);
	padding-top: 5px;
}


.img_box {
	height: 24px;
}

.height_xxxxs {
	height: 53px;
	padding: 0px 10px;
}

.height_xxxs {
	height: 56px;
}

.height_xxs {
	height: 69px;
}

.height_xs {
	height: 84px;
}

.height_s {
	height: 119px;
}

.height_m {
	height: 219px;
}

.height_l {
	height: 419px;
}

.height_xl {
	height: 819px;
}

.height_flex {
	height: auto;
}

.height_full {
	height: 100%;
}

.width_xs {
	width: calc(12.5vw - 54.5px);
	max-width: 183.5px;
	min-width: 183.5px;
}

.width_s {
	width: calc(25vw - 72px);
	max-width: 404px;
	min-width: 183.5px;
}

.width_sm {
	width: calc(33vw - 80px);
	max-width: 550px;
	min-width: 183.5px;
}

.width_m {
	width: calc(50vw - 107px);
	max-width: 845px;
	min-width: 404px;
}

.width_xm {
	width: calc(75vw - 143px);
	max-width: 1288px;
	min-width: 404px;
}

.width_l {
	width: calc(100vw - 177px);
	max-width: 1727px;
	min-width: 404px;
}

.width_l_nopadding {
	width: calc(100vw - 157px);
	max-width: 1747px;
	min-width: 424px;
	padding: 0px 0px 5px 0px;
}

.width_l_box {
	width: calc(100vw - 140px);
	max-width: 1764px;
	min-width: 404px;
}

.width_full {
	width: calc(100vw - 177px);
	min-width: 404px;
}

.width_20 {
	width: calc(20vw - 65px);
	max-width: 315.8px;
	min-width: 183.5px;
}

.width_40 {
	width: calc(50vw - 107px);
	max-width: 676px;
	min-width: 404px;
}

.width_60 {
	width: calc(50vw - 107px);
	max-width: 1014px;
	min-width: 404px;
}

.width_45 {
	width: calc(50vw - 107px);
	max-width: 760px;
	min-width: 404px;
}

.width_55 {
	width: calc(50vw - 107px);
	max-width: 930px;
	min-width: 404px;
}

.width_fit {
	width: calc(100vw - 177px);
	max-width: 1167px;
	min-width: 404px;
}

.width_center {
	width: 430px;	
	position: fixed;
    top: 30%;
	left: calc(50% - 215px);
}

.width_inner {
	display: inline-block;
	position: relative;
	float: left;
	width: calc(50vw - 117px);
	max-width: 835px;
	min-width: 404px;
}

.width_input {
	width: calc(75vw - 30px);
	min-width: 288px;
	max-width: 874px;
}

.box_separator {
	display: inline-block;
	position: relative;
	margin: 10px 0px 0px 15px;
	padding: 0px 10px;
	float: left;
	height: 1px;
	background: #f5f5f5;
	border-top: solid #e0e0e0 1px;
}

.box_separator_color {
	height: 1px;
	background: #d5d5d5;
	border-top: solid #e0e0e0 1px;
}

.center_align {
	text-align: center;
}

.left_align {
	text-align: left;
}

/* ############## BOX SEPARATION: ROWS & COLUMNS WITHIN BOXES ############## */

.row_box {
	width: 33vw;
	max-width: 430px;
	min-width: 350px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	vertical-align: middle;
}

.row_box_invisible {
	width: auto;
	float: left;
	margin-left: 20px;
}

.row_box_center {
	width: 100%;
	margin-left: 5px;
	text-align: center;
}

.row_invisible {
	width: 100%;
	float: left;
}

.row_invisible_input {
	width: 100%;
	float: left;
	margin: 5px 0px 10px 5px;
}

.row_invisible_column {
	width: calc(45vw - 107px);
	float: left;
	margin: 5px 0px 10px 5px;
	max-width: 705px;
	min-width: 344px;
}

.row_invisible_column_1 {
	width: 50px;
	height: 60px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 5px 0px 5px 0px;
}

.row_invisible_column_2 {
	width: 150px;
	height: 60px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 5px 0px 5px 5px;
}

.row_invisible_column_3 {
	width: calc(50vw - 222px);
	max-width: 640px;
	height: 60px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 5px 0px 5px 5px;
}

.row_invisible_column_4 {
	width: 40px;
	height: 60px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 5px 0px 5px 5px;
}

.row_invisible_xs {
	width: 100%;
	min-height: 20px;
	float: left;
}

.row_invisible_box {
	width: calc(45vw - 60px);
	max-width: 570px;
	min-width: 350px;
	margin: 0px;
	padding: 10px;
	float: left;
	vertical-align: middle;
}

.row_invisible_box_small {
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 10px;
	float: left;
	vertical-align: middle;
}

.row_invisible_box_long {
	width: 38vw;
	max-width: 735px;
	min-width: 300px;
	margin: 0px;
	padding: 10px;
	float: left;
	vertical-align: middle;
}

.row_invisible_box_double {
	width: calc(90vw - 100px);
	max-width: 1160px;
	min-width: 350px;
}

.row_invisible_box_m {
	width: 9.5vw;
	max-width: 167px;
	min-width: 150px;
	margin: 0px;
	padding: 15px 0px 0px 10px;
	float: left;
	vertical-align: middle;
}

.row_invisible_box_small {
	height: 28px;
	margin: 0px;
	padding: 0px 10px;
}

.row_invisible_box_small_top {
	margin-top: 10px;
}

.row_invisible_box_small_bottom {
	margin-bottom: 10px;
}

.row_invisible_headline {
	margin: 10px 0px 0px 0px;
	font-size: 2.5em;
}

.row_invisible_text {
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.row_invisible_centered {
    margin: 23px 0px 0px 0px;
}

.row_invisible_content {
	padding: 18px 0px 0px 0px;
}

.column_invisible {
	width: 240px;
	height: 25px;
	float: left;
	margin-left: 7px;
}

.column_invisible_l {
	width: 450px;
	height: 25px;
	float: left;
	margin-left: 7px;
}

.column_invisible_row {
	width: 780px;
	height: 70px;
	float: left;
}

.dashboard_top {
	width: 100%;
	font-size: 2em;
	color: #555555;
	text-align: center;
}

.dashboard_top_xs {
	width: 100%;
	font-size: 1.6em;
	color: #555555;
	text-align: center;
}

.dashboard_top_inner {
	width: auto;
	display: inline-block;
	text-align: right;
}

.dashboard_bottom {
	width: 100%;
	font-size: 1.1em;
	color: #555555;
	text-align: center;
}

.dashboard_bottom_s {
	width: 100%;
	font-size: 1.2em;
	color: #555555;
	text-align: center;
}

.dashboard_bottom_xs {
	width: 100%;
	font-size: 1em;
	color: #555555;
	text-align: center;
}

.header_container {
	width: 100%;
	min-height: 20px;
	height: auto;
}

.header_left {
	width: 200px;
	float: left;
	font-size: 1.2em;
	color: #ffa600;
	margin-left: 5px;
}

.header_right {
	float: left;
	width: 300px;
}

.in_front {
	z-index: 99;
}

/* ############## ORG CHARTS ############## */
.node-frame {
	min-width: 150px;
	border: 1px solid #000;
    background-color: #fafafa;
    padding: 5px;
}
.node-frame-s {
	min-width: 90px;
	font-size: 0.8em;
	border: 1px solid #000;
    background-color: #fafafa;
    padding: 5px;
}
.node-frame-xs {
	min-width: 70px;
	font-size: 0.7em;
	border: 1px solid #000;
    background-color: #fafafa;
    padding: 5px;
}
.node-name { 
	font-weight: bold;
}

/* ############## TOOL-TIPS ############## */

#tooltip {
    position: absolute;
    display: none;
    border: 1px solid #ffa600;
    background-color: #fff;
    padding: 5px;
}

#box_tooltip {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    border: 1px solid #ffa600;
    background-color: #fff;
    padding: 5px;
    z-index: 99;
}


/* ############## USER FORMS & INPUT FIELDS & CORRESPONDING BUTTONS ############## */

:disabled {
    background: #f8f8f8;
    border: solid #dddddd 1px;
}

select option:disabled {
	background: #fff0;
	color: #c6c6c6e6
}

.inputbox {
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	width: calc(75vw - 190px);
	min-width: 180px;
	max-width: 700px;
	height: 28px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox_search {
	font-family: 'Roboto', Calibri, sans-serif;
	width: calc(39vw - 170px);
	min-width: 180px;
	max-width: 400px;
	height: 26px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox_search_double {
	width: calc(78vw - 170px);
	min-width: 180px;
	max-width: 800px;
	height: 26px;
}

.inputbox_standalone {
	display: inline-block;
	position: relative;
	margin: 10px 0px 0px 15px;
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	width: 380px;
	height: 32px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #e5e5e5 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox_error {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 10px 0px 0px 15px;
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	width: 380px;
	height: 28px;
	padding: 9px 3px 0px 3px;
	background: #ffa600;
	font-size: 1em;
	color: #ffffff;
	border: solid #ffa600 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox:invalid {
	border: solid #ffa600 1px;
}

.inputbox_big {
	font-family: 'Roboto', Calibri, sans-serif;
	width: calc(75vw - 30px);
	min-width: 188px;
	max-width: 866px;
	margin-right: 5px;
	height: 122px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox_fixed {
	font-family: 'Roboto', Calibri, sans-serif;
	width: calc(75vw - 188px);
	min-width: 182px;
	max-width: 702px;
	height: 26px;
	padding: 8px 4px 0px 3px;
	font-size: 1em;
    color: #111111;
	background: #f8f8f8;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.inputbox_fixed_inline {
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1em;
    color: #111111;
	background: #f8f8f8;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin: 10px 15px 0px 0px;
	width: 153px;
	height: 24px;
	padding: 6px 4px 0px 5px;
	text-align: left;
}

.fixed_white {
	background: #f8f8f8;
	border: 0px solid #e5e5e5;
	width: calc(22vw - 170px);
	min-width: 182px;
	max-width: 225px;
}

.inputbox_fixed_standalone {
	display: inline-block;
	position: relative;
	margin: 10px 0px 0px 15px;
	background: #ffffff;
	float: left;
	height: 26px;
	padding: 3px 13px;
	font-size: 1em;
    color: #111111;
	border: solid #e5e5e5 1px;
	vertical-align: middle;	
	font-family: 'Roboto', Calibri, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}

.inputbox_fixed_standalone_r {
	width: 120px;
	margin-left: 0px;
}

.inputbox_fixed_standalone_s {
	width: 50px;
}

.inputbox_fixed_standalone_xl {
	width: 190px;
}

.inputbox_fixed_standalone_xl {
	width: auto;
}

.inputbox_fixed_standalone_l {
	width: 14px;
	padding: 3px 0px;
	margin-right: 0px;
	border-right: 0px;
	margin-right: 0px;
}

.fixed_xs_r {
	margin-left: 0px;
	width: 60px; 
	min-width: 60px;
	max-width: 60px;
	border-left: 0px;
}

.fixed_color {
    color: #ffffff;
    background: #ffa600;
}

.inputbox_fixed_s {
	font-family: 'Roboto', Calibri, sans-serif;
	width: calc(50vw - 455px);
	min-width: 182px;
	max-width: 602px;
	height: 28px;
	padding: 6px 4px 0px 3px;
	font-size: 1em;
    color: #111111;
	background: #f8f8f8;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.inputbox_fixed_xs {
	font-family: 'Roboto', Calibri, sans-serif;
	width: 6.17vw;
	min-width: 108px;
	max-width: 208px;
	height: 28px;
	padding: 6px 4px 0px 3px;
	font-size: 1em;
    color: #111111;
	background: #f8f8f8;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.inputbox_fixed_big {
	font-family: 'Roboto', Calibri, sans-serif;
	width: 99.2%;
	margin-right: 5px;
	padding: 6px 4px 6px 6px;
	margin: 0px 0px;
	font-size: 1em;
    color: #111111;
	background: #f8f8f8;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.inputbox_fixed_text {
	font-size: 1em;
	margin: 4px 0px;
}

.inputbox_fixed_icontext {
	display: inline-block;
	font-size: 1em;
	margin: 5px 0px 0px 4px;
}

.inputbox_fixed_row1 {
	font-family: 'Roboto', Calibri, sans-serif;
	width: calc(99.2% - 24px);
	height: 17px;
	padding: 9px 4px 6px 6px;
	margin: 0px 0px;
	font-size: 0.9em;
    color: #111111;
	background: #ffffff;
	border-top: solid #f1f1f1 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.inputbox_fixed_row2 {
	font-family: 'Roboto', Calibri, sans-serif;
	width: calc(99.2% - 24px);
	height: 17px;
	padding: 9px 4px 6px 6px;
	margin: 0px 0px;
	font-size: 0.9em;
    color: #111111;
	background: #fdfdfd;
	border-top: solid #f1f1f1 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.inputbox_fixed_row1:hover {
	background: #f7ecd7;
	font-color: #333333;
}

.inputbox_fixed_row2:hover {
	background: #f7ecd7;
	font-color: #333333;
}

.input_fixed_color {
	width: 10px;
	height: 17px;
	padding: 9px 4px 6px 6px;
	margin: 0px 0px;
	font-size: 0.9em;
    color: #111111;
	background: #eeeeee;
	border-top: solid #f1f1f1 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	display: inline-block;
}

.inputbox_appendix {
	font-family: 'Roboto', Calibri, sans-serif;
	width: 100%;
	min-width: 188px;
	max-width: 675px;
	margin-right: 5px;
	height: 70px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox_s {
	font-family: 'Roboto', Calibri, sans-serif;
	width: 10.28vw;
	min-width: 161px;
	max-width: 280px;
	height: 26px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox_xs {
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	width: 6.17vw;
	min-width: 108px;
	max-width: 208px;
	height: 26px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox_xxs {
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	width: 2.5vw;
	min-width: 65px;
	max-width: 65px;
	height: 22px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inputbox_s:invalid {
	border: solid #ffa600 1px;
}

.inputbox_check {
	font-family: 'Roboto', Calibri, sans-serif;
	width: 70px;
	height: 26px;
	padding: 6px 4px 0px 3px;
	font-size: 1em;
    color: #111111;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	text-align: center;
}

.check_grey {
	background: #f8f8f8;
}

.check_green {
	background: #a4e2a7;
}

.check_1 {
	background: #a4e2a7;
}

.check_yellow {
	background: #ece996;
}

.check_2 {
	background: #ece996;
}

.check_red {
	background: #ec9c96;
}

.check_3 {
	background: #ec9c96;
}

.selectbox {
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	width: calc(75vw - 182px);
	min-width: 188px;
	max-width: 708px;
	height: 36px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.selectbox_search {
	font-family: 'Roboto', Calibri, sans-serif;
	width: calc(39vw - 162px);
	min-width: 188px;
	max-width: 408px;
	height: 36px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.selectbox_search_s {
	width: 20vw;
	min-width: 188px;
	max-width: 200px;
}

.selectbox_standalone {
	display: inline-block;
	position: relative;
	margin: 10px 0px 0px 15px;
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	width: calc(23.6vw);
	min-width: 188px;
	max-width: 248px;
	height: 34px;
	padding: 3px;
	font-size: 1em;
    color: #111111;
	border: solid #e5e5e5 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.selectbox_standalone_s {
	width: calc(11.8vw);
	min-width: 94px;
	max-width: 124px;
}

.selectbox_standalone_l_l {
	margin: 0px 0px 0px 0px;
}

.selectbox_standalone_s_r {
	width: calc(11.8vw);
	min-width: 94px;
	max-width: 124px;
	margin: 10px 0px 0px 0px;
	border-left: 0px;
}

.selectbox_standalone_xs {
	width: 70px;
	min-width: 70px;
	max-width: 70px;
	text-align: center;
}

.selectbox_standalone_xs_l {
	width: 70px;
	min-width: 70px;
	max-width: 70px;
	margin-left: 0px;
	text-align: center;
}

.selectbox_standalone_xs_r {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	margin-left: 0px;
	border-left: 0px;
	text-align: center;
}

.selectbox_standalone_l {
	width: calc(28.3vw);
	min-width: 247px;
	max-width: 330px;
}

.selectbox_standalone_xss {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	text-align: center;
}

.select_spacer {
    display:inline-block;
    float: left;
	width: 20px;
	height: 10px;
}

.selectbox_header {
	background: #ffffff;
	display: inline-block;
	position: relative;
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	font-size: 1.1em;
	color: #ffa600;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

.selectbox_s {
	font-family: 'Roboto', Calibri, sans-serif;
	width: 10.63vw;
	min-width: 166px;
	max-width: 286px;
	height: 34px;
	padding: 3px;
	font-size: 1.1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.selectbox_xs {
	font-family: 'Roboto', Calibri, sans-serif;
	width: 140px;
	height: 30px;
	margin-top: 2px;
	padding: 1px;
	font-size: 1.1em;
    color: #111111;
	border: solid #aaaaaa 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

select:active, select:hover, select:focus, input:focus, textarea:focus {
  outline-color: #ffa600;
}

select option:hover {
  background: #ffa600;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
	color: #777777;
	background: #ffffff;
	display: inline-block;
	cursor: pointer;
	padding: 6px 14px;
	height: 18px;
	vertical-align: middle;
}

input[type=radio]:checked + label{
  color: #ffffff;
  background: #ffa600;
}

label + input[type=radio] + label {

}
.radio-group {
    background: #ffffff;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin: 15px 0px 0px 15px;
	height: 30px;
	vertical-align: middle;
}

.treeboxSelect {
	display: inline-block;
	position: relative;
	margin: 10px 0px 0px 15px;
	font-family: 'Roboto', Calibri, sans-serif;
	float: left;
	width: calc(23.6vw);
	min-width: 186px;
	max-width: 246px;
	height: 18px;
	padding: 8px 0px 6px 0px;
	vertical-align: middle;
	font-size: 1em;
	background: #fff;
    color: #111111;
	border: solid #e5e5e5 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: default;
}

.treeboxSelect.Search {
	margin: 0px 0px 0px 0px;
	width: calc(39vw - 160px);
	min-width: 220px;
	max-width: 406px;
	height: 20px;
	padding: 8px 0px 6px 0px;
	border: solid #aaaaaa 1px;
}

.treeboxSelectText {
	display: inline-block;
	padding: 0px 0px 0px 7px;
}

.treeboxContent {
	display: none;
	width: calc(23.6vw);
	min-width: 188px;
	max-height: 50vh;
	position: absolute;
	background: #fff;
	border: solid #e5e5e5 1px;
	z-index: 500;
	overflow-y: auto;
}

.treeboxBackground {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
    width: 100vw;
    height: 100vh;
	z-index:499;
}

.treeboxLine {
	display: inline-block;
	position: relative;
	width: calc(100% - 6px);
	padding: 3px 3px 0px 3px;
}

.treeboxLine:hover {
	background: #ffa600;
	color: #fff;
	cursor: default;
}

.treeboxButton {
	float: left;
	width: 40px;	
}

.icon-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.treeboxText {
	float: left;
	width: calc(100% - 40px);
}

.treeboxLevel1 {
	padding-left: 4px;
	width: calc(100% - 10px);
}

.treeboxLevel2 {
	padding-left: 12px;
	width: calc(100% - 18px);
}

.treeboxLevel3 {
	padding-left: 22px;
	width: calc(100% - 28px);
}

.treeboxLevel4 {
	padding-left: 32px;
	width: calc(100% - 38px);
}

.treeboxLevel5 {
	padding-left: 42px;
	width: calc(100% - 48px);
}

.treeboxLevel5 {
	padding-left: 52px;
	width: calc(100% - 58px);
}

.treeboxLevel6 {
	padding-left: 62px;
	width: calc(100% - 68px);
}

.treeboxLevel7 {
	padding-left: 72px;
	width: calc(100% - 78px);
}

.treeboxLevel8 {
	padding-left: 82px;
	width: calc(100% - 88px);
}

.button {
	background: #ffa600;
	color: #ffffff;
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1.05em;
	text-align: center;
	float: left;
	margin: 5px 10px 4px 0px;
	width: 100px;
	height: 26px;
	padding: 0px;
	vertical-align: middle;
	border: solid #ffa600 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.button:hover {
	background: #f7ecd7;
	color: #ffa600;
	cursor: pointer;
}

.button_big {
	background: #ffa600;
	color: #ffffff;
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1.05em;
	text-align: center;
	float: left;
	margin: 3px 10px 4px 0px;
	width: 160px;
	height: 30px;
	padding: 0px;
	vertical-align: middle;
	border: solid #ffa600 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.button_big:hover {
	background: #f7ecd7;
	color: #ffa600;
	cursor: pointer;
}

.button_text {
	display: inline-block;
	vertical-align: middle;
}

.button_js {
	background: #ffa600;
	color: #ffffff;
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1.05em;
	text-align: center;
	float: left;
	margin: 5px 10px 4px 0px;
	width: 98px;
	height: 22px;
	padding: 2px 0px 0px 0px;
	border: solid #ffa600 1px;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.button_transp {
	background: transparent;
	border-width: 0px;
	width: auto;
	height: 18px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: center;
}

.button_transp_right {
	background: transparent;
	border-width: 0px;
	width: auto;
	height: 18px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	float: right;
	text-align: center;
}

.button_js_standalone {
	margin: 10px 0px 0px 15px;
	width: auto;
	height: 24px;
	padding: 3px 0px 0px 0px;
}

.button_js_inline {
	margin: 0px 15px 0px 0px;
	width: auto;
	height: 24px;
	padding: 2px 0px 0px 0px;
}

.button_js_inline_fixed {
	margin: 0px 15px 0px 0px;
	width: 220px;
	height: 24px;
	padding: 2px 0px 0px 0px;
	text-align: left;
}

.button_js_submenu {
	background: #ffffff;
	color: #ffffff;
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1.05em;
	text-align: center;
	float: left;
	width: 36px;
	margin: 10px 0px 0px 15px;
	height: 30px;
	padding: 2px 0px 0px 0px;
	border: solid #e5e5e5 1px;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.button_js_submenu_l {
	margin-right: 0px;
	border-right: 0px;
	width: 22px;
}

.button_js_submenu_r {
	margin-left: 0px;
	border-left: 0px;
	width: 22px;
}

.button_js_submenu_m {
	width: 50px;
	margin-left: 0px;
	margin-right: 0px;
}

.button_standalone {
	margin: 11px 0px 0px 15px;
	width: auto;
	height: 31px;
	padding: 0px 0px 0px 0px;
}

.radio_standalone {
	float: left;
	margin: 10px 0px 0px 15px;
	width: auto;
	height: 30px;
	padding: 0px 0px 0px 0px;
}

.radio_inline {
	float: left;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 30px;
	padding: 0px 0px 0px 0px;
}

.button_login {
	margin: 10px 0px 0px 15px;
	width: 388px;
	height: 34px;
	padding: 1px 0px 0px 0px;
}

.button_right {
	float: right;
}

.textbox_standalone {
	background: #ffffff;
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1.1em;
	text-align: center;
	float: left;
	margin: 10px 0px 0px 15px;
	width: 198px;
	height: 23px;
	padding: 4px 0px 0px 0px;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.button_black {
	background: #333333;
}

.button_grey {
	background: #dddddd;
	border-color: #dddddd;
}



.button_js:hover {
	background: #ffffff;
	color: #ffa600;
	cursor: pointer;
}

.button_grey:hover {
	background: #dddddd;
	border-color: #dddddd;
}

.button_js_submenu:hover {
	background: #ffffff;
	border-color: #ffa600;
	color: #ffa600;
	cursor: pointer;
}

.button_xs {
	padding: 0px 0px 1px 0px;
	width: 28px;
	height: 20px;
}

.button_s {
	padding: 1px 0px 1px 0px;
	width: 38px;
}

.button_m {
	padding: 1px 0px 1px 0px;
	width: 84px;
}

.button_l {
	width: 118px;
}

.button_xs_inline {
	padding: 0px 0px 1px 0px;
	margin: 3px 0px 0px 5px;
	width: 28px;
	height: 20px;
}

.button_js_text {
	display: inline-block;
	vertical-align: middle;
}

.button_js_text_left {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
}

.button_js_text_right {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}

.button_js_text_center {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.button_js_icon_xs {
	width: 18px;
	margin-right: 1px;
	margin-top: 1px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

.button_js_icon {
	width: 22px;
	margin-right: 1px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.button_js_transp {
	width: 40px;
	margin-right: 1px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.button_js_icon_standalone {
	width: 20px;
	margin-right: 1px;
	display: inline-block;
	vertical-align: middle;
}

.button_js_icon_submenu {
	margin: 14px 0px;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}

.button_inline {
	width: auto;
	margin: 2px 10px 0px 0px;
}

.button_inline_right {
	width: auto;
	margin: 2px 10px 0px 0px;
	float: right;
	font-size: 0.8em;
}

.button_header {
	margin: -2px 10px 0px 0px;
}

.button_float {
	margin: -2px 10px 0px 0px;
	float: left;
}

.button_spacer {
	background: #ffa600;
	float: left;
	margin: 3px 10px 4px 0px;
	width: 1px;
	height: 20px;
}

.button_spacer_right {
	background: #ffa600;
	float: right;
	margin: 3px 10px 4px 0px;
	width: 1px;
	height: 24px;;
}

.label {
	float: left;
	width: 180px;
	height: 26px;
	padding: 8px 0px;
	vertical-align: middle;
	font-size: 1em;
}

.label_s {
	float: left;
	width: 95px;
	height: 26px;
	padding: 8px 0px;
	vertical-align: middle;
	font-size: 1em;
}

.label_xs {
	float: left;
	width: 55px;
	height: 26px;
	padding: 8px 6px;
	vertical-align: middle;
	font-size: 1em;
}

.label_l {
	float: left;
	width: 230px;
	height: 26px;
	padding: 8px 0px;
	vertical-align: middle;
	font-size: 1em;
}

.label_big {
	float: left;
	width: 100%;
	min-height: 26px;
	padding: 8px 0px;
	vertical-align: middle;
	font-size: 1em;
}

.label_check {
	float: left;
	width: 180px;
	height: 26px;
	padding: 8px 0px;
	vertical-align: middle;
	font-size: 1em;
}

.label_search {
	float: left;
	width: 140px;
	height: 26px;
	padding: 7px 0px;
	vertical-align: middle;
	font-size: 1em;
}

.validate {
	float: left;
	width: 40px;
	height: 26px;
	padding: 8px 0px;
	vertical-align: middle;
	font-size: 1em;
	text-align: right;
}

.checkbox_input {
	margin: 10px 0px 0px 0px;
}

.checkbox_inline {
	background: #ffa600;
	color: #ffffff;
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1.05em;
	text-align: center;
	float: left;
	margin: 2px 10px 0px 0px;
	width: auto;
	height: 22px;
	padding: 2px 5px 0px 3px;
	border: solid #ffa600 1px;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.checkbox_inline_l {
	padding: 0px 5px 4px 5px;
	margin: 2px 10px 0px 10px;
}

.checkbox_inline_r {
	float: right;
	font-size: 0.8em;
	padding: 0px 5px 2px 3px;
}

.checkbox_inline_checkbox {
	padding: 4px 3px 0px 0px;
	float: left;
}

.checkbox_inline_text {
	padding: 5px 3px 0px 0px;
	float: left;
}

.validate_icon {
	width: 22px;
	height: 22px;
}

.button_big_label {
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1.05em;
	text-align: center;
	float: left;
	margin: 5px 10px 4px 0px;
	width: 98px;
	height: 42px;
	padding: 2px 0px 0px 0px;
	vertical-align: middle;
}

.background_color {
	background: #ffa600;
}

.queryBox {
    height:100px;
    width:100%;
    font-family: 'Courier New';
    font-size: 82%;
    overflow:scroll;
}



/* ############## GRAPHS & STATISTICS ############## */
.graph_s {
	width: 100%;
	height: 130px;
}

.graph_m {
	width: 100%;
	height: 190px;
}

.graph_l {
	width: 100%;
	height: 260px;
}

.graph_xl {
	width: 100%;
	height: 360px;
}

.graph_xxl {
	width: 100%;
	height: 430px;
}

.graph_xxxl {
	width: 100%;
	height: 500px;
}

.graph_bold_label tspan {
    font-weight: 700;
}

.graph_normal_label tspan {

}

.graph_frame {
	margin-left: 15px;
	max-width: 100%;
	border-left: 1px solid #ddd;
}

.graph_inner {

}

.graph_tableicon {
	display: inline-block;
	width: 16px;
	height: 12px;
}

.graph_statusicon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 3px;
}

.graph_statusicon_blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

/* ############## PLACEHOLDER ############## */
.placeholder_xs {
	display: block;
	width: 100%;
	height: 10px;
}

.placeholder_xss {
	display: block;
	width: 100%;
	height: 30px;
}

.placeholder_s {
	display: block;
	width: 100%;
	height: 50px;
}

.placeholder_m {
	display: block;
	width: 100%;
	height: 100px;
}

.placeholder_l {
	display: block;
	width: 100%;
	height: 200px;
}

.whitespace {
	display: inline-block;
	width: 14px;
	height: 5px;
}

/* ############## CUSTOM DT LIGHTBOX ##############  */
#messageBox {
    display: none;
}

#calculateBox {
    display: none;
}

#approvalBox {
    display: none;
}

#approvalBox1 {
    display: none;
}

#approvalBox2 {
    display: none;
}

#approvalBox3 {
    display: none;
}

#approvalBox4 {
    display: none;
}

#approvalBox5 {
    display: none;
}

#approvalBox6 {
    display: none;
}

#approvalBox7 {
    display: none;
}

#approvalBox8 {
    display: none;
}

#approvalBox9 {
    display: none;
}

#approvalBox10 {
    display: none;
}

#approvalBox11 {
    display: none;
}

#importBox1 {
    display: none;
}

#importBox2 {
    display: none;
}

#importBox3 {
    display: none;
}

#importBox4 {
    display: none;
}

#simulationBox {
    display: none;
}

#deleteBox {
    display: none;
}

#cancelBox {
    display: none;
}

#withdrawBox {
    display: none;
}

#importBox {
    display: none;
}

#copyBox {
    display: none;
}

#copyItemBox {
    display: none;
}

#addItemBox {
    display: none;
}

#deleteItemBox {
    display: none;
}

#partnerBox {
    display: none;
}

#partner2Box {
    display: none;
}

#interestBox {
    display: none;
}

#centerBox {
    display: none;
}

#costcenterBox {
    display: none;
}

#profitcenterBox {
    display: none;
}

#internalorderBox {
    display: none;
}

#interestWarningBox {
    display: none;
}

#itemBox {
    display: none;
}

#versionBox {
    display: none;
}

#logBox {
    display: none;
}

/* ############## OVERLAY LOADING ##############  */
#loading {
    position: fixed;
    display: none;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 56px;
	margin-left: -100px;
	margin-top: -28px;
	z-index: 95;
}

#loading_start {
    position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 56px;
	margin-left: -100px;
	margin-top: -28px;
	z-index: 95;
}

#loading_login {
    position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	z-index: 95;
}

#loading_1 {
    position: fixed;
    display: none;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	z-index: 96;
}

#loading_2 {
    position: fixed;
    display: none;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	z-index: 96;
}

#loading_3 {
    position: fixed;
    display: none;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	z-index: 96;
}

#loading_report {
    position: fixed;
    display: none;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	z-index: 95;
}

#overlay_loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F4F8FD;
    z-index: 94;
    cursor: pointer;
}

#overlay_loading_partial {
    position: fixed;
    display: none;
    width: calc(100% - 104px);
    height: calc(100% - 39px);
    top: 39px; 
    left: 104px;
    right: 0;
    bottom: 0;
    background-color: #F4F8FD;
    z-index: 94;
    cursor: pointer;
}

#overlay_loading_start {
    position: fixed;
    width: calc(100% - 104px);
    height: calc(100% - 39px);
    top: 39px; 
    left: 104px;
    right: 0;
    bottom: 0;
    background-color: #F4F8FD;
    z-index: 94;
    cursor: pointer;
}

#overlay_loading_login {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #F4F8FD;
    z-index: 94;
    cursor: pointer;
}

#overlay_loading_report {
    position: fixed;
    display: none;
    width: calc(100% - 104px);
    height: calc(100% - 39px);
    top: 39px; 
    left: 104px;
    right: 0;
    bottom: 0;
    background-color: #F4F8FD;
    z-index: 94;
    cursor: pointer;
}

#overlay_loading_report2 {
    position: fixed;
    display: none;
    width: calc(100% - 104px);
    height: calc(100% - 39px);
    top: 39px; 
    left: 104px;
    right: 0;
    bottom: 0;
    background-color: #F4F8FD;
    z-index: 94;
    cursor: pointer;
}

#overlay_loading_contract {
    position: fixed;
    display: none;
    width: calc(100% - 104px);
    height: calc(100% - 39px);
    top: 39px; 
    left: 104px;
    right: 0;
    bottom: 0;
    background-color: #F4F8FD;
    z-index: 94;
    cursor: pointer;
}

.loading_content {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 54px;
	margin-top: 6px;
}

.loading_image {
	display: inline-block;
	position: relative;
	width: 54px;
	height: 54px;
	float: left;
	display: inline-block;
	position: relative;
}


/* ############## OVERLAY INPUT FORM ############## */

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 60;
    cursor: pointer;
}

#overlay_content {
    position: fixed;
    display: none;
	top: 40%;
	width: calc(50vw - 115px);
	max-width: 835px;
	min-width: 400px;
	height: auto;
	margin-left: 138px;
	margin-top: -158px;
	padding: 20px;
    background-color: #f1f1f1;
	border: solid #ffa600 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 4px -4px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px -4px 6px rgba(0,0,0,0.2);
	box-shadow: 4px -4px 6px rgba(0,0,0,0.2);
	z-index: 70;
}

.overlay_addperiod {
    position: fixed;
    display: none;
	top: 40%;
	width: calc(25vw - 75px);
	max-width: 400px;
	min-width: 182.5px;
	height: auto;
	margin-left: 138px;
	margin-top: -158px;
	padding: 20px;
    background-color: #f1f1f1;
	border: solid #ffa600 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 4px -4px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px -4px 6px rgba(0,0,0,0.2);
	box-shadow: 4px -4px 6px rgba(0,0,0,0.2);
	z-index: 70;
}

#calculateBoxModification {
	margin: 5px 0px 0px 0px;
}

.calculateBoxModificationInlay {
	display: inline-block;
	margin: 5px 0px;
	height: 55px;
	background-color: #ffa600;
}

.inner_box {
	display: inline-block;
}


/* ############## PICTURES ############## */
.picture_l {
	width: 100%;
	max-width: 960px;
}

.picture_m {
	width: 100%;
	max-width: 520px;
}


/* ############## TABLES ############## */

table {
	text-align: center;
}

th { 
	font-weight: normal; 
}

.table_row {
	width: auto;
	height: 23px;
	padding: 2px 0px 0px 0px;
	background: #f9f9f9;
	margin: 0px 0px 2px 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	vertical-align: middle;
}

.table_wide {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table_wide::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table_wide::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

.table_wide_row {
	width: max-content;
	height: 23px;
	padding: 2px 0px 0px 0px;
	background: #f9f9f9;
	margin: 0px 0px 2px 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	vertical-align: middle;
}

.table_wide_row_header {
	width: max-content;
	height: 23px;
	padding: 2px 0px 0px 0px;
	background: #f9f9f9;
	margin: 0px 0px 2px 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	vertical-align: middle;
}

th {
	font-size: 0.9em;
}

.clickable {
	cursor: pointer;
}

.display {
	font-weight: normal;
}

.table_cell_disabled_light {
	background: #f9f9f9;
}

.table_cell_disabled {
	background: #f6f6f6;
}

th.details-control.sorting_1:before {
	content: "\2b";
    color: black;
	font-weight: bold;
    font-size: x-large;
}

tr.shown th.details-control.sorting_1:before {
    content: "\2d";
    color: black;
	font-weight: bold;
    font-size: xx-large;
}

th.details-control.sorting_1 {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.select_icon:before {
	content: "\3e";
    color: black;
	font-weight: bold;
    font-size: x-large;
}

/*th.details-control {
	position:relative;
    cursor: pointer;
}
th.details-control:before {
	content: "\2b";
	font-family: "Font Awesome 5 Pro";
    left:10px;
    position:absolute;
    top:10px;
	font-size: x-large;
	font-weight: bold;
}

td.details-control {
	position:relative;
    cursor: pointer;
}
td.details-control:before {
	content: "\2b";
	font-family: "Font Awesome 5 Pro";
    left:10px;
    position:absolute;
    top:10px;
	font-size: x-large;
	font-weight: bold;
}

td.details-control-s {
	position:relative;
    cursor: pointer;
}
td.details-control-s:before {
	content: "\2b";
	font-family: "Font Awesome 5 Pro";
    left:10px;
    position:absolute;
    top:10px;
	font-size: x-large;
	font-weight: bold;
}

tr.shown th.details-control {
	position:relative;
}
tr.shown th.details-control:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
    left:10px;
    position:absolute;
    top:10px;
	font-size: x-large;
	font-weight: bold;
}

tr.shown td.details-control {
	position:relative;
}
tr.shown td.details-control:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
    left:10px;
    position:absolute;
    top:10px;
	font-size: x-large;
	font-weight: bold;
}

tr.shown td.details-control-s {
	position:relative;
}
tr.shown td.details-control-s:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
    left:10px;
    position:absolute;
    top:10px;
	font-size: x-large;
	font-weight: bold;
}

.select_icon {
    background: url('icons/arrow_forward_red.png') no-repeat 10% center;
    background-size: 16px 16px;
}*/

.t-account_container {
	width: 100%;
	height: 100px;
}

.t-account_header {
	font-weight: 700;
}

.t-account_body {

}

.t-account_row {
	width: 100%;
}

.t-account_row0 {
	background: #fafafa;
}

.t-account_row1 {
	background: #ffffff;
}

.t-account_column1 {
	min-width: 10px;
	width: 14%;
	padding: 1px 2% 1px 0px;
	float: left;
	height: 18px;
	text-align: right;
	color: #777777;
}

.t-account_column2-3 {
	float: left;
	text-align: center;
	width: 80%;
	padding: 1px 2% 1px 0px;
	border-bottom: solid #777777 1px;
	height: 18px;
	font-size: 0.9em;
}

.t-account_column2-3a {
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	padding: 1px 2% 1px 0px;
	border-bottom: solid #f1f1f1 1px;
	height: 18px;
	font-size: 0.9em;
}

.t-account_column2-3b {
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	padding: 1px 2% 1px 0px;
	border-bottom: solid #f1f1f1 1px;
	height: 18px;
	font-size: 0.9em;
}

.t-account_column2c {
	float: left;
	text-align: left;
	width: 38%;
	padding: 1px 2% 1px 0px;
	border-bottom: solid #777777 1px;
	height: 18px;
}

.t-account_column3c {
	float: left;
	text-align: right;
	width: 38%;
	padding: 1px 2%;
	border-bottom: solid #777777 1px;
	height: 18px;
}

.t-account_column2 {
	float: left;
	text-align: right;
	width: 38%;
	padding: 1px 2% 1px 0px;
	border-right: solid #777777 1px;
	height: 18px;
}

.t-account_column3 {
	float: left;
	text-align: right;
	width: 38%;
	padding: 1px 2%;
	height: 18px;
}

.t-account_type1 {
	color: #000000;
}

.t-account_type2 {
	color: #ffa600;
}


/* ############## DATA TABLES OVERWRITE ############## */

.column_width {
	min-width: 70px;
}

/* Odd rows (selected column) */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #fbfbfb;
}

/* Even rows (selected column) */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #fcfcfc;
}

/* Odd rows */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #fdfdfd;
}

/* Hover row */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #f7ecd7;
}

/* Hover row (selected column) */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #f7ecd7;
}

/* Top and bottom border */
table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #dfdfdf;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #dfdfdf;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #dfdfdf;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #dfdfdf;
}

/* Mid border */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 1px solid #f1f1f1;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #f1f1f1;
}

/* Column separation */
.column_border_right {
	border-right: 1px solid #f1f1f1;
}

.column_border_right_bold {
	border-right: 1px solid #d5d5d5;
}

.column_padding_left {
	padding-left: 25px;
}

.column_color {
	background: #f7ecd7;
	background-color: #f7ecd7;
}

.column_color_2 {
	background: #f1f1f1;
	background-color: #f1f1f1;
}

/* Buttons Pagination */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 4px 1em;
  margin-left: 2px;
  margin-top: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #ffa600 !important;
  border: 1px solid #f7ecd7;
  border-radius: 2px;
  background: #f7ecd7;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border: 1px solid #ffa600;
	background-color: #ffa600;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa600), color-stop(100%, #ffa600));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#ffa600 0%, #ffa600 100%);
	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #ffa600 0%, #ffa600 100%);
	/* FF3.6+ */
	background: -ms-linear-gradient(top, #ffa600 0%, #ffa600 100%);
	/* IE10+ */
	background: -o-linear-gradient(top, #ffa600 0%, #ffa600 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #ffa600 0%, #ffa600 100%);
	/* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: 1px solid #ffa600;
  background-color: #ffa600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa600), color-stop(100%, #ffa600));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ffa600 0%, #ffa600 100%);
  /* W3C */
}

/* Buttons Export */
button.dt-button,
div.dt-button,
a.dt-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-top: 6px;
	margin-right: 0.333em;
	padding: 3px 1em;
	border: 1px solid #ffa600;
	border-radius: 2px;
	cursor: pointer;
	font-size: 0.88em;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ffa600;
	/* Fallback */
	background-image: -webkit-linear-gradient(top, #ffa600 0%, #ffa600 100%);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffa600 0%, #ffa600 100%);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffa600 0%, #ffa600 100%);
	/* IE10 */
	background-image: -o-linear-gradient(top, #ffa600 0%, #ffa600 100%);
	/* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #ffa600 0%, #ffa600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffa600', EndColorStr='#ffa600');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	outline: none;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
	color: #ffa600;
	border: 1px solid #ffa600;
	background-color: #f7ecd7;
	/* Fallback */
	background-image: -webkit-linear-gradient(top, #f7ecd7 0%, #f7ecd7 100%);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #f7ecd7 0%, #f7ecd7 100%);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #f7ecd7 0%, #f7ecd7 100%);
	/* IE10 */
	background-image: -o-linear-gradient(top, #f7ecd7 0%, #f7ecd7 100%);
	/* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #f7ecd7 0%, #f7ecd7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7ecd7', EndColorStr='#f7ecd7');
}

.table_wrapper_left {
	display: inline-block;
	float: left;
}

.table_wrapper_left_hidden {
	display: inline-block;
	float: left;
}

.table_wrapper_mid {
	display: inline-block;
	float: left;
	margin-left: 17px;
}

.table_wrapper_right {
	display: inline-block;
	float: right;
}

.inner_wrapper_left {
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.inner_wrapper_right {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

/* Selected Row */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #ffa600;
}

table.dataTable tbody tr.selected {
  background-color: #ffa600;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #ffa600;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #ffa600;
}

table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #ffa600;
}

table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #ffa600;
}

table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #ffa600;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #ffa600;
}

/* Forms */
div.DTE div.DTE_Header {
  background-color: #fdfdfd;
  border-bottom: 1px solid #ffa600;
  color: #ffa600;
  text-transform: uppercase;
  font-size: 1.1em;
}
div.DTE div.DTE_Footer {
  background-color: #fdfdfd;
  border-top: 1px solid #ffa600;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content {
  border-radius: 2px;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE {
  border-radius: 2px;
}

/* Forms Buttons */

div.DTE button.btn,
div.DTE div.DTE_Form_Buttons button {
  color: #ffffff;
  border: 1px solid #ffa600;
  -webkit-box-shadow: 0px 0px 0px #fff;
  -moz-box-shadow: 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px #fff;
  background-color: #ffa600;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffa600 0%, #ffa600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffa600', EndColorStr='#ffa600');
}
div.DTE button.btn:hover,
div.DTE div.DTE_Form_Buttons button:hover {
  color: #ffa600;
  border: 1px solid #ffa600;
  -webkit-box-shadow: 0px 0px 0px #fff;
  -moz-box-shadow: 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px #fff;
  background-color: #ffffff;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ffffff');
}
div.DTE div.DTE_Form_Buttons button:focus {
  border: 1px solid #ffa600;
  text-shadow: 0 1px 0 #ffa600;
  background-color: #ffa600;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffa600 0%, #ffa600 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffa600 0%, #ffa600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#ffa600', EndColorStr='#ffa600');
  outline: none;
}

/* Custom forms */
#partnerContent {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background: #ffffff;
	margin: 5px 0px;
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  color: #ffa600;
  border: 1px solid #ffa600;
  text-shadow: 0 1px 0 #ffffff;
  outline: none;
  background-color: #ffffff;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ffffff');
}

div.DTE button.btn:focus,
div.DTE div.DTE_Form_Buttons button:focus {
  color: #ffa600;
  border: 1px solid #ffa600;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ffffff');
  outline: none;
}

@media print {
  .header-print {
    display: table-header-group;
  }
}

.DTE_Field_InputControl select {
  width: 100%;
  height: 32px;
}

/* ############## UPLOAD ############## */

input[type="file"] {
    display: none;
}

input[type="file" i] {
    display: none;
}

#input-file {
	display: none;
}

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
	background: #ffa600;
	color: #ffffff;
	font-family: 'Roboto', Calibri, sans-serif;
	font-size: 1.05em;
	text-align: center;
	float: left;
	margin: 5px 10px 4px 0px;
	width: 140px;
	height: 26px;
	padding: 0px;
	vertical-align: middle;
	border: solid #ffa600 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.custom-file-upload:hover {
	background: #666666;
	color: #ffa600;
	cursor: pointer;
}

/* ############## DEMO TOOL ############## */
.demotool {
    position: fixed;
	top: 95%;
	left: 95%;
	width: 92px;
	height: 40px;
	margin-left: -80px;
	margin-top: -40px;
	font-size: 0.8em;
	color: #333333;
	background: #ffffff;
	border: solid #e0e0e0 1px;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	z-index: 70;
	vertical-align: center;
}

.demotool_header {
	display: inline-block;
	font-weight: 700;
	width: 100%;
	height: 20px;
	text-align: center;
}

.demotool_item {
	display: inline-block;
	margin-left: 1px;
	width: 100%;
	height: 18px;
}

.demotool_label {
	float: left;
	width: 65px;
	margin-top: 2px;
	height: 16px;
}

.demotool_input {
	float: left;
	width: 24px;
	height: 16px;
}

.demotool_inputfield {
	display: inline-block;
	font-size: 0.8em;
	width: 20px;
	padding: 0px;
	height: 12px;
	text-align: center;
}




