html, body{
	padding:0;
	margin:0;
	
	font-family: 'Roboto', Calibri, sans-serif;
	font-display: optional;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	*background: #eee;
	background-color: var(--background-color);
	color: var(--text-color);
}
html{
	overflow: hidden;
}
body{
	width: 100%;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
			align-content: stretch;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #777 !important;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #777 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #777 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Font size */
[data-theme="default"] {
  --background-color: #EEE;
  --text-color: #000;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* Font size */
.font-extrasmall{
	font-size: 0.6em;
}
.font-small{
	font-size: 0.8em;
}
.font-medium{
	font-size: 1em;
}
.font-large{
	font-size: 1.2em;
}
.font-extralarge{
	font-size: 1.4em;
}
h1.title{
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	*font-variant: small-caps;
	letter-spacing: 0.2px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Top Header */
.header {
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.header_container{
	background: #fff;
	border-bottom: #777;
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.header_banner{
	height: 50px;
	margin: auto;
	background-image: linear-gradient(#aaa, #777);
	color: #fff;
}
.header_banner_left{
	float: left;
}
.header_banner_right{
	float: right;
}
.header_banner img.logo{
	height: 50px;
	*margin-top: -0.2em;
}
.header_banner h1.header_title{
	font-family: 'droid_sansbold', 'droid_sansregular', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0;
	padding: 0.5em;
}
.datetime_content{
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	margin: auto;
	margin-top: 15px;
	padding-right: 15px;
	display: flex;
}
.datetime_content span{
	padding-left: 7px;
}

.header_navigation{
	background: #444;
	height: 40px;
}

.header_button {
	color: #ddd;
	padding: 5px 15px;
	height: 40px;
	overflow: hidden;
	background: none;
	box-shadow: none;
	border: none !important;
	border-right: solid 1px #555 !important;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
}
#header_btnProfile{
	border-right: none !important;
}
.header_button:focus, .header_button:hover {
	background: #555;
	color: #eee;
	outline: none;
}
.header_button:disabled, .header_button:disabled:hover {
	background: #444;
	color: #ddd;
}
.header_button.active {
	background: #09B7C1;
	color: #fff;
	outline: none;
	border: 0px !important;
}
.header-userpicture{
	height: 25px;
	width: 25px;
	border-radius: 2em;
	box-shadow: 0em 0.2em 0.5em 0em rgba(0,0,0,0.25) inset;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: -0.1em;
}
.navigation_top_list_icon{
}
.navigation_top_list_title{
	margin-right: 8px;
}
.moduleID{
	padding: 10px 15px;
	height: 40px;
	color: #aaa;
	min-width: 100px;
	text-align: right;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* Navigation panel */
.screen_invisible_overlay{
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background: transparent;
}
.navigation_panel{
	position: fixed;
	z-index: 2001;
	background: #fff;
	border-top: solid 3px #09B7C1;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	padding: 0;
}
.navigation_panel ul {
	max-width: 50vw;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.navigation_panel li button{
	*color: #777;
	padding: 0.7em;
	text-align: left;
	width: 100%;
	min-width: 12em;
	background-color: transparent;
	box-shadow: none;
	border: none !important;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
}
.navigation_panel li button:hover, .navigation_panel li button.active, .navigation_panel li button.highlight{
	background-color: #eee;
	color:#333;
	
}
.navigation_panel li button:disabled{
	color: #aaa;
	cursor: auto;
}
.navigation_panel li button:disabled:hover{
	background-color: #fff;
}
.navigation_panel li button .navigation_list_expandable{
	float: right;
	padding-left: 2em;
	color: #aaa;
}
.navigation_panel ul.navigation_list_child{
	border: solid 1px #ddd;
	border-left: solid 5px #ddd;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* Navigation left panel */
.navigation_left{
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.navigation_left li{
	width: 100%;
	border-bottom: solid 1px #333;
}
.navigation_left li button{
	padding: 10px;
	text-align: left;
	width: 100%;
	color: #ddd;
	background-color: transparent;
	box-shadow: none;
	border: none !important;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
}
.navigation_left li button:hover, .navigation_left li button.active, .navigation_left li button.highlight{
	background-color: #444;
	color:#eee;
}
.navigation_left li button.active{
	*background-color: #07B5DE;
	color: #fff;
}
.navigation_left li button:disabled{
	color: #999;
	cursor: auto;
}
.navigation_left li button:disabled:hover{
	background-color: transparent;
}
.navigation_left li button .navigation_list_expandable{
	float: right;
	padding-right: 5px;
	color: #999;
}
.navigation_left li button.active .navigation_list_expandable{
	color: #fff;
}
.navigation_left ul.navigation_list_child{
	border: solid 1px #333;
	border-bottom: solid 4px #333;
	border-left: solid 5px #333;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* Notification */
.notification_inline{
	background: #ff9;
	color: #333;
	text-align: center;
	padding: 5px 10px;
}
.notification_container{
	position: fixed;
	z-index: 3000;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
}
.notification_main{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
}
.notification_main_content {
	max-width: 25vw;
	padding: 0;
	background: #fff;
	*box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.4);
	color: #333;
	font-weight: 400;
	font-size: 1em;
	text-align: left;
	cursor: pointer;
}
.notification_content_icon{
	padding: 0;
	margin: 0;
}
.notification_content_message{
	padding: 0;
	margin: 0;
}
.notification_main_content .notification_icon{
	font-size: 1.2em;
	color: #fff;
	background: #09B7C1;
	padding: 0.4em 0.75em;
	text-align: center;
}
.notification_main_content .notification_message{
	padding: 0.4em 0.75em;
	font-size: 1em;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Popup */
.popup_container{
	position: fixed;
	z-index: 4000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.popup_main{
	width: max-content;
	max-width: 86vw;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
	*border: solid 2px #888 ;
	padding: 0;
}
.popup_main_title{
	font-weight: 600;
	text-align: center;
	padding: 7px;
	background-color: #ddd;
}
.popup_main_content{
	padding: 0.7em 1.5em;
	min-width: 350px;
	min-height: 40px;
	text-align: center;
}
.popup_main_content_button{
	padding: 10px;
}
.popup_main_content_button button{
	padding: 5px 30px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Floating Box */
.floatingbox_container{
	position: relative;
}
.floatingbox_main{
	position: absolute;
	padding: 3px 7px;
	background-color: #eee;
	*box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2);
	border: solid 1px #ccc ;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Authorization Panel */
.authentication_container{
	position: fixed;
	z-index: 2002;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.authentication_panel{
	position: absolute;
	width: 350px;
	max-width: 60vw;
	background: #fff;
	top: 20vh;
	left: 41vw;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
	border: solid 5px #FF7711
}
.authentication_panel-title{
	font-weight: 600;
	text-align: center;
	background: #ddd;
	margin: 0;
	padding: 7px;
}
.authentication_panel-form{
	*padding: 5px 20px;
}
.authentication_panel-form > div{
	margin: 1em 0;
}
.authentication-input{
	border-bottom: solid 2px #ddd;
	width:100%;
}
.password-container{
	position: relative;
}
.authentication-bottom{
}
.authentication-bottom button{
	font-size: 0.9em;
	padding: 0.25em 0.75em;
}
#panel-capslock-notification{
	position: absolute;
	top: 1px;
	right: 2px;
}

.panel-label{
	position: absolute;
	margin-top: -2.4vh;
	margin-left: 5px;
	color: #777;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* Body */
.body{
	margin-top: 90px;
	display: grid;
	grid-template-columns: 0 auto;
}
.body_openleft{
	grid-template-columns: 260px auto;
}
.body_left{
	position: relative;
	margin: 0;
	padding: 0;
	background: #555;
}
.body_right{
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Main Content */
.main{
	width: 100%;
}
.main_container{
	background: #fff;
	margin: auto;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
	overflow: auto;
}
.main_top, .main_bottom{
	width: 100%;
	background: #444;
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
	margin:0;
	display: table;
}
.main_bottom{
	position: fixed;
	bottom: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Function Key list*/
.hotkey_container{
	text-align: center;
	padding: 0;
	width: 100%;
}
.hotkey_content{
	font-weight: 200;
	margin: auto;
	display: table;
}
.hotkey_content li button{
	color: #222;
	text-align: left;
	padding: 0.2em 0,5em;
	margin: 0.5em;
	background-color: #ccc;
	border: none !important;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.hotkey_content li button:hover, .hotkey_content li button:focus{
	background-color: #fff;
	color: #000;
}
.hotkey_content .hotkey_title{
	font-size: 1em;
}
.hotkey_content .hotkey_icon{
	font-size: 1em;
	font-weight: 600;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Function Key list*/
.modulecode_container{
	float: right;
	width: 8vw;
}
.modulecode_content{
	font-weight: 400;
	font-size: 0.7em;
	text-align: center;
	margin: auto;
	display: flex;
}
.modulecode_content div{
	text-align: center;
	padding: 0.75em 0.6em;
	border-left: solid 1px #555;
	width: 100%;
	color: #fff;
}
.modulecode_content div span{
	padding-left: 0.65em;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Function Key list*/
.pagetab{
	width: 100%;
	background: none;
}
.pagetab_content{
	width: 100%;
	font-weight: 200;
	display: table;
	border-bottom: solid 3px #09B7C1;
}
.pagetab_content li button{
	text-align: left;
	padding: 5px 10px;
	margin-bottom: 0;
	color: #333;
	background-color: #fff;
	box-shadow: none;
	border: none !important;
	border-top: solid 2px #ddd !important;
	border-right: solid 2px #ddd !important;
	border-radius: 0;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	box-shadow: none;
	cursor: pointer;
}
.pagetab_content li button.active{
	color: #fff;
	background-image: linear-gradient(#1AC8D2, #09B7C1);
	cursor: default;
}
.pagetab_content li button:hover:not(.active){
	background-color: #eee;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* Inputs */
/* -- Button */
button{
	border: none;
	background-color: #ddd;
	padding: 5px 10px;
	border-radius: 3px;
	border-bottom: solid 2px rgba(0,0,0,0.2) !important; 
	color:#333;
}
button.active{
	*outline: solid 2px;
}
button:hover, button:focus, button.active{
	background-color:#eee;
}
button:focus{
	*outline: solid 1px #09B7C1;
	outline: none;
}
button:disabled{
	color:#aaa;
	background-color:#eee;
	border-bottom: solid 0.2em rgba(0,0,0,0.2);
	cursor: auto;
}
button:disabled:hover{
	background-color: #ddd;
}
button:disabled i{
	color:#aaa;
}
button:disabled:hover{
	color:#aaa;
	background-color:#eee;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* -- Inputs */
input, textarea, select{
	border: solid 1px #999;
	border-radius: 0;
	padding: 5px;
}
textarea{
	resize: vertical;
}
select{
	padding:4px 5px;
}
select > option{
	*font-family: 'droid_sansregular', Calibri, sans-serif;
}
input:disabled, textarea:disabled, select:disabled{
	background-color:#f5f5f5;
	color:#777;
}
input:focus, select:focus{
	outline: solid 1px #09B7C1;
}
input::placeholder, textarea::placeholder{
	color:#ccc;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Custom element behavior */
.contentWidth{
	*margin: 0 20px;
	margin-left:16px;
	*width: 100%;
	*max-width: 92vw;
}
.paperWidth{
	width: 90em;
}
.center{
	margin: auto;
	text-align:center;
}
*[data-navigationRegion]{
	*border: solid 1px transparent;
}
*[data-navigationRegion].in-focus{
	*border: solid 1px #FF7711;
}
.clickable{
	cursor:pointer;
}
.clickable:hover{
	background-color:#eee;
}
.smallthumb{
	max-width: 32px;
	max-height: 32px;
}
ul.horizontal {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.horizontal > li {
	float: left;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* Pages */
.main-container{
	padding: 0.5em;
}
.main-container-pagetab-header button{
	font-size: 0.75em;
	border: none;
	padding: 5px 7px;
	background-color: #f5f5f5;
	border: solid 1px #ccc !important; 
	border-bottom: solid 1px #ccc !important;
	border-radius: 0px;
	*border-top-left-radius: 6px;
	*border-top-right-radius: 6px;
}
.main-container-pagetab-header button:hover{
	background-color: #e5e5e5;
}
.main-container-pagetab-header button:disabled{
	background-color: #fff;
	color: #000;
	border: solid 1px #ccc !important; 
	border-top: solid 3px #07B5DE !important;
	*border-top: solid 3px #f00 !important;
	border-bottom: solid 1px #fff !important;
}
.main-container-pagetab-body{
	margin-top: -1px;
	padding: 7px;
	padding-top: 10px;
	border: solid 1px #ccc;
}
.table-container{
	width: 100%;
}
.title-container{
	margin-top: 4px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #999;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* Table */
.table-standard{
	width:100%;
	border-collapse:collapse;
	border:solid 1px #ccc;
}
.table-standard th{
	border: solid 1px #ddd;
	padding: 4px;
	text-align: center;
	font-weight: 600;
}
.table-standard tr:nth-child(even){
	background-color:#f5f5f5;
}
.table-standard td{
	border:solid 1px #ccc;
	padding: 4px;
	vertical-align:top;
	overflow:auto;
	max-width:300px;
}
.td-center{
	text-align:center;
}
.valign-center{
	vertical-align:middle;
}
.col-tight{
	padding:0px 7px;
}







