@import url(https://fonts.googleapis.com/css?family=Nunito:300,700);
#root {
font-size:8pt;
color:#000;
font-family:'Nunito',sans-serif;
font-weight:normal;
margin:0;
width:100%;
}

#main {
width:1000px;margin:0 auto;margin-top:30px;margin-bottom:30px;border:1px solid #ccc;background-color:#727272;background-repeat:no-repeat;
}

/* --- subtitle --------------------------------------------------------- */

#subtitle {
z-index:1;
position:relative;
width:1000px;
top:-73px;
height:100px;
border:0px solid #ebebeb;
border-bottom:1px solid #ccc;
float:left;
overflow:hidden;
}

/* --- subiconmenu ------------------------------------------------------ */

#subiconmenu {
z-index:10;
position:relative;
left:0px;
top:0px;
width:200px;
height:52px;
}

/* --- mainmenu --------------------------------------------------------- */

#mainmenu {
z-index:2;
clear:both;
position:relative;
width:711px;
top:79px;
margin-left:200px;
height:20px;
background-color:#5AB9E4;
border-bottom:1px solid #FFF;
border-right:1px solid #FFF;
overflow:hidden;
}

#mainmenu a {
display:block;
font-weight:bold;
color:#FFF;
text-decoration:none;
padding:3px 7px 3px 7px;
width:128px;
border-top:1px solid #FFF;
border-left:1px solid #FFF;
}

#mainmenu ul {
display:inline;
height:50px;
left:-998em;
padding:0;
margin:0;
}

#mainmenu li {
display:block;
float:left;
margin:0;
padding:0 7px 0 0;
width:135px;
}

#mainmenu li.mark {
background-image:url(/public/997/bgnav.gif);
height:20px;
}

/* --- actualpathmenu --------------------------------------------------- */

#actualpathmenu {
display:none;
clear:both;
position:relative;
top:-90px;
left:0;      /* horizontal position */
height:18px;
margin:0;
padding:2px;
padding-top:24px;
padding-left:205px;
font-weight:normal;
border-bottom:1px solid #ccc;
}

#actualpathmenu ul {
display:inline;
}

#actualpathmenu li {
display:block;
float:left;
}

#actualpathmenu li a {
}

#actualpathmenu li a:hover {
text-decoration:underline;
}

/* --- submenu ---------------------------------------------------------- */

#submenu {
z-index:1;
position:relative;
top:17px;
margin-top:-90px;
left:0;
width:200px;
border-top:1px solid #FFF;
background-color:#E6E6E6;
float:left;
}

#submenu a:hover {
color:#000;
background-color:#8DC9E8;
}

#submenu li.marked {
color:#000;
background-color:#8DC9E8;
}

#submenu a {
display:block;
font-size:8pt;
font-weight:normal;
color:#000;
text-decoration:none;
padding:3px 0 7px 0;
border-bottom:1px solid #FFF;
height:10px;
}

#submenu ul {
display:inline;
padding:0 0 0 0;
}

#submenu li {
display:block;
float:left;
height:21px;
width:200px;
text-indent:1em;
}

#submenu .WPSBackgroundImage {
background-image:url(/public/997/sub.gif);
}

#submenu .WPSBackgroundImageSelected {
background-image:url(/public/997/subselected.gif);
}

/* --- contentERP ------------------------------------------------------- */

#contentERP {
	width: 100%;
	max-width: none;
	margin: 0;
	box-sizing: border-box;
}

.connect-page-wrap {
	width: 100%;
	max-width: 1280px;
	margin: 34px auto 0 auto;
	padding: 0 18px;
	box-sizing: border-box;
	clear: both;
}

	.itembackground {
		background-color: #FFEBD4;
	}

	.marktitle {
		background-color: #D69F79;
		color: white;
		font-weight: normal;
		text-decoration: none;
		padding: 3px;
	}

	.coursetitle {
		background-color: #5AB9E4;
		color: white;
		font-weight: bold;
		padding: 3px;
	}

	.full {
		background-color: #43C700;
		color: white;
		font-weight: normal;
		text-decoration: none;
		padding: 3px;
	}

	.canceled {
		background-color: #9AC8FF;
		color: white;
		font-weight: normal;
		text-decoration: none;
		padding: 3px;
	}

	.noofusers {
		background-color: #D69F79;
		color: white;
		font-weight: normal;
		text-decoration: none;
		padding: 3px;
	}

	.date {
		background-color: #D69F79;
		color: white;
		font-weight: normal;
		text-decoration: none;
		padding: 3px;
	}

	.top {
		text-align: right;
		margin: 0;
		margin-bottom: 1em;
		clear: both;
	}
	/* --- footer ----------------------------------------------------------- */

	#footer {
		clear: both;
		position: relative;
		background-color: #FFF;
		border-top: 1px solid #ccc;
		margin: 0;
		top: 0;
		left: 0;
		padding: 0;
		padding-left: 5px;
		padding-right: 5px;
		height: 16px;
		text-align: right;
	}
	/* --- functionmenu ----------------------------------------------------- */

	#functionmenu {
		display: none;
		z-index: 1;
		position: absolute;
		top: 8px;
		left: 5px;
		height: 14px;
		margin: 0;
		padding: 0;
	}
	/* --- editmenu --------------------------------------------------------- */

	#editmenu {
		position: fixed;
		top: 30px;
		right: 10px;
		width: 22px;
		height: 22px;
		margin: 0;
		padding: 0;
	}
	/* --- printmenu -------------------------------------------------------- */

	#printmenu {
		display: none;
		z-index: 1;
		position: absolute;
		top: 8px;
		right: 5px;
		height: 14px;
		margin: 0;
		padding: 0;
	}
	/* --- diverse ---------------------------------------------------------- */

	table {
		border-collapse: collapse;
		empty-cells: show;
		border: 0;
	}

	th, td {
		border: 0px solid #FFF;
		padding: 0;
	}

	img {
		border: 0px solid #000;
	}

	body {
		background-color: #f3f3f3;
		font-size: 8pt;
		color: #000;
		font-family: 'Nunito',sans-serif;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}

	.titlecontent {
		margin: 0.1em 0 1em 0;
		background-color: #E6E6E6;
		padding: 0.4em;
		border: 1px solid #998;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
	}

	.sectiontitle {
		background-color: #DADADA;
		padding: 0.4em;
		border: 1px solid #998;
		border-bottom: 0px solid #000;
	}

	.message {
		margin: 0.1em 0 0.8em 0;
		background-color: #FFFFCC;
		padding: 0.3em;
		border: 1px solid #998;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
	}

	.success {
		margin: 0.1em 0 0.8em 0;
		background-color: #CCFF99;
		padding: 0.3em;
		border: 1px solid #998;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		text-align: center;
	}

	.error {
		margin: 0.1em 0 0.8em 0;
		background-color: #FFC0CB;
		padding: 0.3em;
		border: 1px solid #998;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		text-align: center;
	}

	.shoppingbasket {
		background-color: #E6E6E6;
		font-size: 8pt;
	}

	p, th, td, a {
		font-size: 8pt;
		color: #000;
		font-family: 'Nunito',sans-serif;
		font-weight: normal;
	}

	th {
		background-color: #E6E6E6;
		text-align: right;
		padding: 4px;
		padding-right: 10px;
	}

	fieldset {
		background-color: #E6E6E6;
		border: 1px solid #998;
		padding: 1em;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
	}

	a {
		font-size: 1em;
		color: #ff0000;
		font-weight: normal;
		text-decoration: none;
	}

	h1 {
		font-size: 1em;
		font-weight: bold;
		padding: 0;
		margin: 0;
		color: #000;
	}

	h2 {
		font-size: 1em;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}

	h3 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 0em;
		color: #000000;
	}
	/* --- wps-system ------------------------------------------------------- */

	.module {
		border: 1px solid #998;
		background-color: #FFC0CB;
		text-align: center;
		padding: 2px;
	}

	table.wps {
		background-color: #E6E6E6;
		margin: 0;
		margin-bottom: 1em;
		border-top: 1px solid #998;
		border-left: 1px solid #998;
		border-right: 1px solid #998;
		border-bottom: 1px solid #998;
	}

		table.wps td {
			padding: 2px;
		}

	p.contentlist {
		margin: 0;
		margin-bottom: 10px;
		font-weight: normal;
		font-style: italic;
	}

	a.contentlist {
		font-weight: bold;
	}

	ul.contentlist {
		margin: 0;
		padding: 0;
	}

	li.contentlist {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0;
		margin-left: 20px;
		margin-bottom: 0;
	}

	#thumbs {
		height: 490px;
		width: 200px;
		text-align: center;
		background-color: #b3b3b3;
		overflow: auto;
		float: left;
	}

	#content .abcMenuItem a {
		float: left;
		width: 20px;
		color: #FFFFFE;
		vertical-align: middle;
		border-right: 1px solid #FFF;
		text-align: center;
		text-decoration: none;
	}
	/* --- input-objects ---------------------------------------------------- */

	input[class="SEARCH"]:focus, textarea:focus, select:focus {
		background-image: none;
		color: black;
		background-color: #FFFF99;
	}

	#content form input.formSubmit {
		background-color: #E6E6E6;
		background-image: none;
		border: 1px solid #000;
		width: auto;
	}

	#content input[type="text"],
	#content input[type="email"],
	#content input[type="password"] {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0.6em 0.75em;
		font-size: 1rem;
		border: 1px solid #ccc;
		border-radius: 4px;
		display: block;
	}

	.password-wrapper {
		position: relative;
		width: 100%;
		text-align: center;
	}

	#eyeIcon {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		height: 20px;
		width: 20px;
		cursor: pointer;
		fill: #000;
	}

	.form-group {
		margin-bottom: 1.5em;
	}

		.form-group label {
			display: block;
			font-size: 0.9em;
			margin-bottom: 0.3em;
			color: #333;
		}

	#CONTENT {
		width: 100% !important;
		max-width: 100%;
		min-width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		resize: vertical;
	}

	.text-wrapper input,
	.text-wrapper textarea {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.connect_table_wrap,
	.connect_dash_table_wrap {
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.connect_table,
	.connect_dash_table {
		min-width: 1400px;
		width: max-content;
		border-collapse: separate;
		border-spacing: 0;
	}

	/* --- Print ------------------------------------------------------------ */

	@media print {
		#mainmenu, #languagemenu, #postit, #postitBG, #subiconmenu, #subtitle, #emotionmenu, #printmenu, #functionmenu, #editmenu, #usermenu, #submenu, #actualpathmenu, #mainmenuBG, #submenuBG, #contentBG, #newsmenu, #advertisementmenu, #footer, #time, #actuality, #accesskey {
			display: none;
		}

		body {
			background-color: #FFF;
		}

		#main {
			width: 100%;
			border: 0px solid #000;
			background-color: #FFF;
		}

		#content {
			top: 0px;
			left: 0px;
			width: 100%;
			background-color: #FFF;
			max-height: 1000px;
			border: 0;
			max-height: 100%;
		}
	}
