@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
}

@font-face {
	font-family: 'icomoon';
	src:
		url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAEcAAAC8AAAAYGNtYXAcOcjBAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zs345HkAAAF4AAAAbGhlYWQGBcuvAAAB5AAAADZoaGVhB4IDxgAAAhwAAAAkaG10eAoAAEAAAAJAAAAAFGxvY2EAKABKAAACVAAAAAxtYXhwAAcACwAAAmAAAAAgbmFtZZlKCfsAAAKAAAABhnBvc3QAAwAAAAAECAAAACAAAwMAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADkHQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg5B3//f//AAAAAAAg5B3//f//AAH/4xvnAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAED/wAPAA8AACAAABTUhEQUJASURA8D+QAEA/qD+oAEAQMABgIACQP3AgP3AAAABAAAAAQAA6aUQ218PPPUACwQAAAAAANGTQ5kAAAAA0ZNDmQAA/8ADwAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAPAAAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAgAAAAQAAEAAAAAAAAoAFAAeADYAAQAAAAUACQABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
		format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-level-up:before {
	content: "\e41d";
}

/*font*/
.ui-btn.glyphicon:before, .ui-link.glyphicon:before, .ui-commandlink.glyphicon:before {
	margin-right: .4em;
}

.addAttachmentBtn {
	max-width: 200px;
}

#contentWrapper {
	min-height: 480px;
}

body {
	padding-top: 50px;
	font-family: Arial, sans-serif;
}

/*
 * Global add-ons
 */
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	border: 0;
}

.sidebar {
	display: none;
}

.main {
	padding: 48px 12px;
}

.navbar-inverse {
	background-color: #be1919;
	background-image: none;
	text-shadow: none;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
	{
	background-color: #be1919;
	background-image: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}

.headerRow {
	border-bottom: 1px solid #ccc;
	margin-bottom: .8em;
	margin-top: .4em;
}

.buttonRow {
	border-top: 1px solid #ccc;
	padding-top: 1.2em;
}

.ticketListItem {
	color: #888;
	font-size: 1.2em;
}

.ticketListItem+.ui-li-aside #datePanel {
	display: none;
}

.ticketListItem>.ui-li-aside #datePanel {
	display: none;
}

.ticketListItem+.ui-li-aside {
	right: 0;
}

.ticketListItem>.ui-li-aside {
	right: 0;
}

.ticketListItem #detailDatePanel {
	display: inline;
}

.ui-li-aside a.glyphicon.glyphicon-paperclip {
	margin-right: .5em;
}

#inboxButtonsUp {
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 12px;
	margin-bottom: 24px;
}

#inboxButtonsUp>button {
	margin: 0;
	background-color: #be1919;
	color: #fff;
}

#inboxButtonsUp .btn+.btn {
	margin-left: -1px;
	margin-top: 1px;
}

#inboxButtonsUp  a {
	border: none;
	text-align: left;
}

#inboxButtonsUp .ui-state-disabled {
	border: none;
}

@media ( min-width : 560px) {
	.statusColumn {
		width: 10%;
		font-size: 24px;
	}
	.senderColumn {
		width: 65%;
	}
	.attachmentColumn {
		width: 5%;
	}
	.dateColumn {
		width: 20%;
	}
	.plantPartColumn {
		width: 25%;
	}
	.tradeWordingColumn {
		width: 40%;
	}
	.locationColumn {
		width: 25%;
	}
	tr.padded  td {
		padding-left: 1.2em;
	}
}

@media ( min-width : 768px) {
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding-top: 3em;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
		background-color: #be1919;
		color: #fff;
		text-shadow: none;
		font-size: 1.2em;
	}
	.navbar-left {
		display: none;
	}
	.main {
		padding-right: 20px;
		padding-left: 20px;
	}
	.navbar-inverse {
		background-color: #ccc;
		background-image: none;
		text-shadow: none;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		text-shadow: none;
		color: #888;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
		{
		background-color: transparent;
		background-image: none;
	}
	.ticketListItem+.ui-li-aside #datePanel {
		display: inline;
		margin-right: 1.2em;
	}
	.ticketListItem>.ui-li-aside #datePanel {
		display: inline;
		margin-right: 1.2em;
	}
	.ticketListItem #detailDatePanel {
		display: none;
	}
	.ui-li-aside a.glyphicon.glyphicon-paperclip {
		margin-right: 1.2em;
	}
	.jumbotron.ov {
		background-color: #be1919 !important;
		color: #fff;
	}
	#errorWrapper .error-info .ui-panel-m-titlebar.ui-bar.ui-bar-inherit {
		background-color: #ccc;
		border-color: #ccc;
	}
}

.main>.row {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.jumbotron {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.jumbotron.ov {
	color: #fff;
}

/* 
.nav-sidebar>.active>a,.nav-sidebar>.active>a:hover,.nav-sidebar>.active>a:focus {
	color: #fff;
	background-color: #428bca;
} */

/* custom */
.navbar-brand>img {
	display: inline-block;
}

.navbar-toggle {
	border: none;
}

.navbar-nav>li>div {
	padding: 0px 12px;
	margin-top: 8px;
}

pre {
	overflow: hidden;
	background-color: transparent;
	border: none;
	word-break: normal;
	white-space: pre-wrap; /* FF */
}

.loggedOffText {
	color: #fff;
	padding: 0em 1.2em;
	display: inline-block;
}

.nav div.ui-select>div {
	margin: 0.6em;
	position: relative;
	border-radius: 0;
}

#sidebarLoggedInForm .ui-select {
	padding-top: 0.6em;
}

#sidebarLoggedInForm select option {
	padding: 0.6em 1em;
}

.ui-sortable-column-icon.ui-btn-icon-notext:after {
	background-color: transparent;
}

.ui-btn.ui-btn-icon-notext:after {
	background-color: transparent;
}

.myactive {
	border-right: 15px solid #fff;
	margin-right: -15px;
}

.nav.nav-sidebar>li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #fff;
}

a.glyphicon.glyphicon-paperclip {
	color: #444;
	text-decoration: none;
}

.nav.nav-sidebar a {
	color: #fff;
	text-shadow: 1px 1px #333;
}

.nav.nav-sidebar a:hover {
	color: inherit;
    background-color: inherit;
    border-right: 15px solid #fff;
    margin-right: -15px;
}

tr.ui-bar-a {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #888;
}

td>span.glyphicon.glyphicon-time {
	color: #f6d820;
}

td>span.glyphicon.glyphicon-time.red {
	color: #be1919;
}

td>span.glyphicon.glyphicon-ok-sign {
	color: #79d014;
}

td>span.glyphicon.glyphicon-record.green {
	color: #79d014;
}

td>span.glyphicon.glyphicon-record.orange {
	color: #ff6600;
}

.red {
	color: #be1919;
}

.yellow {
	color: #f6d820;
}

.green {
	color: #79d014;
}

.blue {
	color: #31708f !important;
}

.orange {
	color: #ff6600;
}

.ui-bar-a.ui-paginator {
	border: none;
	background-color: transparent;
}

.ui-btn-icon-right.ui-icon-carat-r:after {
	background-image: none;
	background-color: transparent;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	font-size: 12px;
	/* border-top: 1px solid #888;  */
}

#footerDiv a {
	color: #888;
}

.ticketHeaderLink {
	text-decoration: none;
}

.ticketHeaderLink:hover {
	text-decoration: none;
}

.ticketHeaderLink:active {
	text-decoration: none;
}

.ticketHeaderLink:visited {
	text-decoration: none;
}

.ticketHeaderLink:focus {
	text-decoration: none;
}

.ticketHeaderAutor {
	display: inline-block;
	color: #333;
}

.ticketHeaderSubject {
	color: #555;
	font-style: italic;
	display: block;
}

.ticketConversationCount {
	margin-left: .4em;
	color: #333;
	display: inline-block;
	font-weight: normal;
}

.ticketHeaderPanel {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #555;
}

.ui-popup.ui-body-b {
	background-color: #eee;
	border-color: #d2d2d2;
	color: #555;
}

.ui-btn-icon-notext.ui-btn-inline.ui-icon-info:after {
	background-image: none;
}

.ui-growl-item.ui-grid-a>.ui-block-b {
	width: 92%;
	text-align: center;
}

.ui-message-error-detail {
	color: #be1919;
}

.ui-messages-error-detail {
	color: #be1919;
}

.bg-info {
	padding: 15px;
}

input[readonly][type="text"] {
	background-color: rgb(230, 230, 230);
}

textarea[readonly] {
	background-color: rgb(230, 230, 230);
}

input[readonly][type="text"]+a.ui-btn.ui-input-clear {
	display: none;
}

hr.divider {
	border-bottom: 1px dotted #ccc;
	border-top: none;
}

input[id='step3Form:startDate_input'], input[id='step3Form:birthdateInstructor_input'], input[id='step3Form:birthdateSupervisor_input'],
	input[id='step2Form:birthdate_input'] {
	position: relative;
	z-index: 100;
}

.attachmentNameCol {
	width: 90%;
	vertical-align: middle !important;
}

.deleteAttachmentCol {
	width: 10%;
	text-align: right !important;
}

.error-body>.ui-page {
	background-color: #edecec;
}

#errorWrapper {
	margin: 0px;
	padding: 0px;
}

#errorWrapper>.row {
	margin: 0px;
}

#errorWrapper .col-md-12 {
	padding: 0px;
}

.error-info .ui-panel-m.ui-corner-all.noBorder {
	margin-bottom: 14px;
}

.errorMessageImage {
	display: none;
}

.error-info .ui-panel-m-titlebar.ui-bar.ui-bar-inherit {
	background-color: #be1919;
	border-color: #fff;
	padding: 4px 15px 0;
	height: 50px;
}

.error-info .ui-panel-m-titlebar.ui-bar.ui-bar-inherit h3 {
	background-image: url("/GPDBPortal/faces/javax.faces.resource/images/logo.svg");
	height: 43px;
	width: 142px;
	background-repeat: no-repeat;
	background-size: 142px 43px;
}

.error-info .ui-panel-m-content.ui-body.ui-body-inherit {
	background-color: #edecec;
	border-color: #fff;
}

.error-info h2 ~ div .ui-panel-m-titlebar.ui-bar.ui-bar-inherit {
	display: none;
}

.error-info h2 ~ *  .ui-panel-m-content.ui-body.ui-body-inherit {
	background-color: #fff;
	border-radius: 0;
}

.error-info h2 img {
	display: none;
}

.ui-select span {
	padding: 8px 8px;
	font-size: 12px;
}

.ui-select span:before {
	margin-right: 4px;
}

.ui-btn-icon-right:after {
	right: 0.6em;
}

.navbar-collapse.in {
	overflow-y: visible;
}

.numeric-field {
	float: right;
}

#step3Form1 input[type=text], #step3Form2 input[type=text], #step3Form3 input[type=text], #step3Form4 input[type=text],
	#step3Form5 input[type=text], #step3Form6 input[type=text], #step3Form7 input[type=text], #step3Form8 input[type=text]
	{
	text-align: right;
}

#tenderForm\:maxVolume input[type=text] {
	text-align: right;
}

#queryForm\:volume input[type=text] {
	text-align: right;
}

.tableRow {
	margin-bottom: 14px;
}

#step2Form1 ul, #step2Form2 ul, #step2Form3 ul, #step3Form1 ul, #step3Form2 ul, #step3Form3 ul, #step3Form4 ul,
	#step3Form5 ul, #step3Form6 ul, #step3Form7 ul, #step3Form8 ul, #step3Form9 ul {
	list-style-type: none;
}

.jumbotron {
	text-align: center;
	margin-top: 24px;
	background-color: rgb(204, 204, 204);
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
}

.regionHeader>h4 {
	display: inline-block;
	margin-right: 8px;
}

.section {
	padding: 0.4em;
	background-color: rgb(247, 247, 249);
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
	box-shadow: 3px 3px 3px #7C7C7C;
}

.step {
	display: inline-block;
}

.step-done {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.step-current {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.step-disabled {
	color: #aaa;
	background-color: #F5F5F5;
}

.wizard {
	margin: 12px 0px;
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
	box-shadow: 3px 3px 3px #7C7C7C;
}

.wizard>li {
	width: 33.3333%;
	margin-left: 0px !important;
	text-align: center;
	min-height: 48px;
	padding-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wizard.event >li {
	width: 25.0%;
	margin-left: 0px !important;
	text-align: center;
	min-height: 48px;
	padding-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.ui-input-clear.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-corner-all {
	display: none;
}

.btn.btn-default.glyphicon.glyphicon-ban-circle:before {
	color: #be1919 !important;
}

.ui-checkbox>label {
	margin-bottom: -6px !important;
	margin-top: 4px !important;
}

#jwForm\:termsOfUse>label {
	font-weight: normal;
}

#jwForm\:firmenAZ>label {
	font-weight: normal;
}

#jwForm\:contactData>label {
	font-weight: normal;
	
}

.ui-page-theme-a .infoPages .btn {
	color: inherit;
	text-decoration: none;
	font-family: inherit;
}

.ui-page-theme-a .infoPages a {
	color: #fff;
	text-decoration: underline;
}

.navbar-collapse .glyphicon {
	font-family: inherit;
}

.ui-page-theme-a .infoPages .glyphicon:before {
	font-family: 'Glyphicons Halflings';
}

.navbar-collapse .glyphicon:before {
	font-family: 'Glyphicons Halflings';
}

.sidebar .glyphicon {
	font-family: inherit;
}

.sidebar .glyphicon:before {
	font-family: 'Glyphicons Halflings';
}

.buttonRow .glyphicon {
	font-family: inherit;
}

.buttonRow .glyphicon:before {
	font-family: 'Glyphicons Halflings';
}

.navbar-right .glyphicon {
	font-family: inherit;
}

.navbar-right .glyphicon:before {
	font-family: 'Glyphicons Halflings';
}

.ui-page-theme-a .infoPages a:hover {
	color: inherit;
}

.ui-select .ui-btn select {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}