html {
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #DDE4EA;
}

.inner {
	margin: 0 auto;
	max-width: 1360px;
	min-width: 900px;
}

header {
	width: 100%;
	height: 80px;
	z-index: 1000;
}

header .container {
	background-color: #ffffff;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}


#page_title {
	height: 80px;
	padding-top: 20px;
}

#page_title h1 {
	font-size: 28px;
	margin: 0px !important;
	font-weight: bold;
}


header a, nav a {
	color: #333;
	text-decoration: none;
}

nav a, header a:hover {
	color: #333;
}

body a:active {
	color: #333;
}

nav {
	left: 0;
	top: 80px;
	width: 100%;
	height: 30px;
	z-index: 1000;
}

nav .container {
	background-color: #f4f4f4;
	height: 30px;
	padding: 0 10px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.ajax_status > * {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
	z-index: 42;
}

section {
	display: block;
}

section .container {
	background-color: #ffffff;
	display: block;
	min-height: 600px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
}

footer {
	width: 100%;
	height: 30px;
	text-align: center;
}

footer * {
	font-size: 12px;
	color: #333;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer ul {
	margin: 0;
	padding: 0px 20px;
	list-style: none;
}

#secondary-nav li {
	float: left;
	padding: 3px 11px 5px;
	background: url(/jakarta.faces.resource/images/footer-separator.jpg.xhtml?ln=epflicht&v=2_5_1) no-repeat right center;
}
#secondary-nav li.first{
	padding-left: 0;
}

#secondary-nav .last{
	background-image: none;
}

/** start custom content **/

.requiredMarker {
	margin: 0.5em 0;
}

.statusIcon {
	display: inline-block;
	border-radius: 5px;
	width: 27px;
	height: 27px;
	padding: 6px 3px 1px 3px;
	overflow: hidden;
}

.homePanel {
	max-width: 900px;
	margin: 0 auto;
}

.smallPanel {
	max-width: 600px;
	margin: 0 auto;
}

.preformatted {
	white-space: pre-wrap;
}

/** index.xhtml */
.homeContainer {
	display: flex;
	flex-direction: row;
	line-height: 1.5;
}

.homeText {
	flex: 1 1 auto;
}

.homeLogos {
	flex: 0 0 210px;
	margin-left: 20px;
}

.homeContainer {
	display: flex;
}


/** end index.xhtml */


/** flex-form start */
.flex-form {
	max-width: 800px;
	margin: 0px auto !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
}

.flex-form .line {
	display: flex;
	flex-wrap: wrap;
	align-items: strech;
}

.flex-form .line:not(:last-child), .flex-form > .block:not(:last-child) {
	margin-bottom: 0.25em;
}

.flex-form .infotext {
	margin-bottom: 0.5em !important;
}

.flex-form .line > .left {
	flex: 1 0 120px;
	max-width: 250px;
}

.flex-form .line > .right {
	flex: 1 0 250px;
	display: flex;
	flex-wrap: wrap;
	min-height: 42px;
}

.flex-form .line > .center {
	flex: 1 1 auto;
	text-align: center;
}

.flex-form .line > .right > *:not(.shrink) {
	flex-basis: 100%;
}
.flex-form .line > .right > .ui-inputnumber > *:not(.shrink) {
	width: 100%;
}


.flex-form .line .ui-message {
	flex-basis: 100%;
}

/** flex form end */

.pipelineEditor {
	border: 1px solid #c8c8c8;
}

/*
@media screen and (max-width: 1020px) {
	header #menu-button {
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 70px;
	}
	header #menu-button i {
		color: #ffffff;
		font-size: 30px;
		margin-top: 20px;
	}
	header #menu-button:hover {
		background-color: #0039aa;
	}

	.content {
		margin-left: 0px;
	}

	nav.menu {
		top: 120px;
		left: -300px;
		-moz-transition: left 0.3s;
		-o-transition: left 0.3s;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
		z-index: 500px;
	}
	nav.menu.open {
		left: 0px;
	}
	.mainMenu {
		margin-top: 0px
	}
	section {
		margin-left: 0;
	}
}
*/

.pi-flip-horizontal {
	transform: scaleX(-1);
}

.pi-rotate-90 {
	transform: rotate(90deg);
}

.dot {
	height: 25px !important;
	width: 25px !important;
	background-color: #0044CC !important;
	border-radius: 50% !important;
	vertical-align: middle !important;
	text-align: center !important;
	background-image: none !important;
	color: #fff !important;
}

.dot .ui-button-text {
	padding: 0px !important;
	color: #fff !important;
}

.dot .ui-state-hover {
	color: #fff !important;
}


.pipe {
	height: 15px !important;
	width: 12px;
	border-right: 1px solid black;
	display: block;
}

/** override */
.ui-selectoneradio .ui-radiobutton {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.ui-selectoneradio td {
	vertical-align: bottom;
}

.ui-panel-titlebar {
/*  text-align: center; */
}

.ui-panel {
	padding: 0 !important;
}

.ui-panel-footer, .ui-datatable-footer {
	text-align: center !important;
}

.ui-panel-footer *, .ui-datatable-footer * {
	margin-left: .5em;
}

.ui-panel-footer .ui-inputfield, .ui-datatable-footer .ui-inputfield {
	margin-right: .5em;
}

.ui-tabs-panel {
	padding: 0px !important;
}

.ui-tabs, .ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {
	border: none !important;
}

.ui-message-error, .ui-message-info {
	border: none !important;
	padding: 2px 5px !important;
	margin-left: 0px !important;
}

.ui-message-error-icon, .ui-message-info-icon {
	display: none !important;
	width: 0px !important;
}

.ui-message-error-detail, .ui-message-info-detail {
	margin-left: 0px !important;
}

.ui-outputlabel.ui-state-error {
	background-color: transparent !important;
}

.fieldsetLabel {
	margin-top: 1em;
	padding-left: 0px !important;
}

.ui-menu-dynamic {
	background-color: white;
	width: auto !important;
}
.ui-menubutton .ui-button.ui-state-focus {
	outline: none;
}

.ui-steps-item.ui-state-disabled {
	cursor: default;
}

.ui-inputgroup .ui-inputgroup-addon {
	line-height: 1.15;
}

.ui-inputgroup-addon {
	border: 1px solid #dddddd;
}

/** steps start */

.steps_hint{
	margin-bottom: 1em;
}

.ui-steps-item.ui-state-highlight {
	border: none !important;
}

.ui-steps-item:not(:last-child):after {
	content: '|';
	display: flex !important;
	flex-wrap: nowrap;
	padding-left: 8px;
	align-items: flex-start;
	color: #000 !important;
}

.ui-steps-item .ui-menuitem-link {
	text-align: left !important;
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0px !important;
}

.ui-steps-number {
	display: inline-block !important;
	flex: 0 0 25px;
	font-size: 1em !important;
	line-height: 25px;

	height: 25px !important;
	width: 25px !important;
	background-color: #FFCC00 !important;
	border-radius: 50% !important;
	text-align: center !important;
	background-image: none !important;
	color: #3B3B3B !important;
	font-weight: bold;
}

.ui-steps-title {
	margin-left: 0.5em;

	display: flex !important;
	white-space: normal !important;
	color: #333;
}

.ui-steps-item.ui-state-highlight .ui-steps-title {
	font-weight: bold !important;
}


/* steps end */


/* file upload start */

.ui-fileupload-content .ui-progressbar .ui-progressbar-value {
	height: 0px !important;
}

/* file upload start */

.contentPanel {
	align-self:flex-start;
	margin-bottom: 30px;
}

.ui-panel.emptyPanel .ui-panel-content {
	border: none;
	padding: 0px;
}

.ui-panel-title > i.pi {
	margin-right: .2em;
	vertical-align: text-bottom;
}

.ui-fileupload-buttonbar {
	font-weight: normal !important;
	text-align: right;
}

/* statistics-datatable */
.dtc_right {
	text-align: right !important;
}

.dtc_bold {
	font-weight: bold;
}

tfoot .dtc_right {
	font-weight: bold !important;
}

.dtc tfoot tr td:first-of-type {
	text-align: left !important;
	font-weight: bold !important;
}

a.cc-btn {
	text-decoration: none;
}

.ui-button .ui-icon {
	margin-top: -8px !important;
	margin-left: -2px !important;
}

table.ui-selectoneradio.ui-widget {
	border-spacing: 0px;
}

body .ui-message:not(:empty) {
	margin: 0 0 .429em 0;
}

.ui-message-error-detail {
	font-size: 0.8rem;
}

.is-selected {
	background-color: #F4F4F4;
}

ul.inline-ul {
	margin: 0px;
	padding-left: 1em;
}

dl.inline-dl {
	margin: 0px;
}

dl.inline-dl dt {
	float: left;
	clear: left;
	font-weight: bold;
}

dl.inline-dl dt::after {
	content: ":\a0";
}
