/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * d: app.css 25976 2021-04-16 08:14:23Z marc  * -----------------------------------------------------------------------------
 */

 /* ------------------------------------------------------------- Web-Fonts
*/

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url('./fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/open-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
         url('./fonts/open-sans-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/open-sans-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
         url('./fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/open-sans-v17-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
         url('./fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/open-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
         url('./fonts/open-sans-v17-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/open-sans-v17-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
         url('./fonts/open-sans-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/open-sans-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* ---------------------------------------------------------------------- common
*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

form, form p, page, textarea {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0 0 0;
	padding: 0;
}

h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

h2 {
	margin: 0.5em 0 0.25em 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

textarea {
	resize: none;
	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
	border: 1px solid #808080;
}

input {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"],
input[type="button"] {
	/* normalize for iOS */
	-webkit-appearance: none;
}

input[type="submit"],
input[type="file"],
input[type="text"],
textarea{
	margin: 1px;
}

input[type="submit"]:focus,
input[type="file"]:focus,
input[type="text"]:focus,
textarea:focus{
	margin: 0px;
}

input[type="submit"][disabled] {
	color: #808080;
	color: #EEEEEE;
}

input[type="file"] {
	padding: 5px;
	vertical-align: middle;
}

input.button {
	background-color: #EEEEEE;
	border: 0 none #CCCCCC;
	color: #000000;
	margin: 0;
	padding: 1px;
	cursor: pointer;
}

a.button {
	background-color: #EEEEEE;
	border: 0 none #CCCCCC;
	color: #000000;
	margin: 0;
	padding: 1px;
	cursor: pointer;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

ins {
	background: #A6ffA6;
}

del {
	background: #F8BCBC;
}

.floating:after {
	content: '';
	display: block;
	clear: both;
}

.displayNone {
	display: none;
}

.displayBlock {
	display: block;
}

/* highlight current control: does not work with IE */
input:focus, textarea:focus {
	background-color: #FFFF00;
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.caption {
	color: #FFFFFF;
	background-color: #003478;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	margin: 0;
	overflow: hidden;
	padding: 5px 8px 5px 8px;
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.caption td{
	background-color: transparent;
	background-image: none;
}

.panel {
	background-color: #FFFFFF;
	border: 1px solid #003478;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

table.panel {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.error {
	color: #E10404;
	font-weight: bold;
}

.error ul {
	padding-left: 0;
	margin: 0;
}

.error ul.margin {
	margin-top: 10px;
}

.error li {
	list-style-type: none;
}

.actionWarning {
	font-weight: bold;
	color: #DD5555;
}

.actionWarning ul {
	padding-left: 0;
	margin: 0;
}

.actionWarning li {
	list-style-type: none;
}

.lipConverter .actionWarning ul {
	padding-left: 40px;
}

.lipConverter .actionWarning li {
	list-style-type: disc;
}

.lipConverter .actionError {
	color: #E10404;
	font-weight: bold;
}

.lipConverter .actionError ul {
	padding-left: 0;
	margin: 0;
}

.lipConverter .actionError li {
	list-style-type: none;
}

.invisible {
	position: absolute;
	height: 10px;
	width: 10px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}

/* Content of the welcome page and catalog */
#page {
	width: 100%;
	height:100%;
	display: block;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/* Footer of the welcome page and catalog */
.footerPanel {
	position: fixed;
	bottom: 0px;
	z-index: 90;
	width: 100%;
	background-color: #003478;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 2px 22px 2px 24px;
	cursor: default;
	color: #FFFFFF;
	border-top: 1px solid #003478;
	background-repeat: repeat-x;
}

.footerPanel .productLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.lip_companyLogoLink {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

div.centeredContainer {
	text-align: center;
}

div.centeredContainer > div {
	text-align: left;
	display: inline-block;
}

.loginContent .contentFrame {
	height: auto;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentPanel.loginContent.withBGImage .contentFrame {
	background: rgba(255,255,255,.75);
}

.contentPanel.loginContent.flex .contentFrame {
	position: static;
	transform: none;
}


/* ----------------------------------------------------------- Placeholder Style
*/

::-webkit-input-placeholder { /* Chrome, Opera, Safari, Edge */
	color: #CCCCCC;
}

:-moz-placeholder { /* Firefox 18- */
	color: #CCCCCC;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #CCCCCC;
	opacity: 1.0;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #CCCCCC !important; /* IE11 requires !important flag */
}

/* ---------------------------------------------------------- APPLICATION HEADER
*/

.headerPanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	cursor: default;
	position: relative;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
}

.headerPanel input[type="submit"],
.headerPanel input[type="button"],
.headerPanel input[type="reset"] {
	cursor: pointer;
	padding: 5px 15px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

.headerPanel input[type="submit"]:hover,
.headerPanel input[type="button"]:hover,
.headerPanel input[type="reset"]:hover {
	background-color: #EEEEEE;
}

.headerPanel .logo {
	position: relative;
	display: table;
	height: 70px;
	width: 165px;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	padding: 5px 0 5px 0;
}

.headerPanel .companyLogo {
	position: static;
	display: table-cell;
	vertical-align: middle;
}

.headerPanel .companyLogo img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;

	/*FFWS-9785*/
	border: solid 2px transparent;
	border-radius: 3px;
}

.headerPanel .companyLogo .focus img{
	/*
	FFWS-9862 - Accessability, focus on the company image
	*/
	/*
	-webkit-box-shadow: 0 0 5px 3px #CCCCCC !important;
	-moz-box-shadow: 0 0 5px 3px #CCCCCC !important;
	box-shadow: 0 0 5px 3px #CCCCCC !important;
	outline: none;
	*/

	/*FFWS-9785 - Stronger focus using a border and not a shadow*/
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.headerPanel a, .headerPanel a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

.headerPanel a:hover,
.headerPanel a:focus {
	text-decoration: underline;
}

.headerPanel .userInformation {
	position: absolute;
	padding: 3px 5px;
	left: 217px;
	bottom: 0;
}

.headerPanel .customization {
	float: right;
	height: 70px;
	display: table;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 45px;
}

.headerPanel .customization .customizationContent {
	display: table-cell;
	vertical-align: middle;
}

.headerPanel .customization .customizationWrapper {
	display: flex;
	float: right;
	top: 3px;
	position: relative;
	list-style-type: none;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	list-style: none;
}

@media (max-width: 560px) {
	.headerPanel .customization .customizationWrapper {
		display: block;
	}
}

@media (max-width: 325px) {
	.headerPanel .customization {
		padding-right: 0px;
	}
}

.headerPanel .customization .separator {
	text-align: center;
	margin: 0;
	width: 25px;
	height: 26px;
	line-height: 26px;
	border: none;
	float: left;
	position: relative;
}

.headerPanel .customization img {
	vertical-align: middle;
	margin: -3px 2px 0 2px;
}

.headerPanel .customization img .blind {
	width: 16px;
	height: 16px;
}

.headerPanel .customization .logoffImage {
	padding-top:2px;
	margin-left:3px;
}

.headerPanel.js .headerMenuWrapper:active,
.headerPanel.js .headerMenuWrapper:focus,
.headerPanel.js .languageSelect:active,
.headerPanel.js .languageSelect:focus,
.headerPanel.js .logoffWrapper a:focus,
.headerPanel.js .logoffWrapper a:active,
.headerPanel.js .globalSearchWrapper .button:active,
.headerPanel.js .globalSearchWrapper .button:focus,
.headerPanel.js .headerTooltip .item:active,
.headerPanel.js .headerTooltip .item:focus {
	outline: none;
}

.headerPanel .button::-moz-focus-inner {
	border: 0;
}

.headerPanel .headerTooltip .line {
	background-color: #CCCCCC;
	height: 1px;
	margin: 2px 0;
}

.headerPanel button.keyboard-outline,
.headerPanel .headerMenuWrapper:active.keyboard-outline,
.headerPanel .headerMenuWrapper:focus.keyboard-outline,
.headerPanel .languageSelect:active.keyboard-outline,
.headerPanel .languageSelect:focus.keyboard-outline,
.headerPanel .logoffWrapper a:focus.keyboard-outline,
.headerPanel .logoffWrapper a:active.keyboard-outline,
.headerPanel .globalSearchWrapper .button:active.keyboard-outline,
.headerPanel .globalSearchWrapper .button:focus.keyboard-outline,
.headerTooltip .item:focus.keyboard-outline,
.headerTooltip .item:active.keyboard-outline {
	/*
	-webkit-box-shadow: 0 0 5px 3px #CCCCCC;
	-moz-box-shadow: 0 0 5px 3px #CCCCCC;
	box-shadow: 0 0 5px 3px #CCCCCC;
	*/

	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}


.headerPanel .headerMenuWrapper,
.headerPanel .languageSelect {
	border: solid 2px transparent;
	border-radius: 3px;
}


.headerPanel .headerMenuWrapper,
.headerPanel .languageSelect,
.headerPanel .logoffWrapper {
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	float: left;
	position: relative;
	display: flex;
    list-style: none;
    padding-inline-start: 0px;
}

.headerPanel li.headerMenuWrapper,
.headerPanel li.languageSelect,
.headerPanel li.logoffWrapper {
	display: block;
}


.headerPanel .logoffWrapper {
	border-radius: 2px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 0px;
	box-sizing: content-box;
	margin: 0;
	display: inline-block;
	color: black;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headerPanel .logoffWrapper a {

}


.headerPanel .headerMenuWrapper:focus,
.headerPanel .languageSelect:focus,
.headerPanel .logoffWrapper:focus{
	text-decoration: underline;
}

.headerPanel .logoffWrapper:focus{
	margin: -1px;
}

.headerPanel .logoffWrapper:hover {
	background-color: #CCCCCC;
}

.headerPanel .sessionCountdown {
	height: 26px;
	line-height: 26px;
	float: left;
	position: relative;
}

.headerPanel .sessionCountdown img {
	padding: 0;
	margin: 0;
}

.headerPanel .sessionCountdown time {
	padding-top: 1px;
}

.headerPanel .sessionCountdown button {
	padding-top: 1px;
	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.headerPanel .sessionCountdown button:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.headerPanel .languageSelect div {
	padding-left: 5px;
}

.headerPanel.nojs .languageSelect:hover + .headerTooltip,
.headerPanel.nojs .languageSelect:focus + .headerTooltip,
.headerPanel.nojs .languageSelect + .headerTooltip:hover,
.headerPanel.nojs .languageSelect + .headerTooltip:focus {
	display: block !important;
	top: 45px;
}

.headerPanel .headerMenuWrapper .userMenu {
	padding-right: 5px;
	float: left;
	min-width: 100px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: inherit;
}

.headerPanel .headerTooltip {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgb(150, 150, 150) 0 2px 10px 1px;
	-moz-box-shadow: rgb(150, 150, 150) 0 2px 10px 1px;
	box-shadow: rgb(150, 150, 150) 0 2px 10px 1px;
	z-index: 1; /* necessary if form based startpage is used */
}

.headerPanel .headerTooltip.hide {
	transition: opacity 100ms;
	opacity: 0;
	visibility: visible;
	list-style-type: none;
}

.headerPanel .headerTooltip.visible {
	transition: opacity 100ms;
	opacity: 1;
	visibility: visible;
	list-style-type: none;
}

.headerPanel .headerTooltip a {
	outline: none;
}

.headerPanel .globalSearchWrapper .headerTooltip {
	z-index: 3;
}

.headerTooltip .item {
	display: block;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;

	/* FFWS-9785 */
	border: solid 2px transparent;
}

.headerTooltip .item.selected {
	background-color: #EEEEEE !important;
	color: black;
	background-image: url(../images/Check_black.png);
	background-repeat: no-repeat;
	background-position: 5px;
}

.globalSearchWrapper .headerTooltip .item {
	padding-left: 35px;
}

.headerTooltip .itemHighlighted {
	background-color: #CCCCCC;

	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.headerTooltip:after, .headerTooltip:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.headerTooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: white;
	border-width: 7px;
	margin-left: -7px;
}
.headerTooltip:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #CCCCCC;
	border-width: 8px;
	margin-left: -8px;
}


/* The horizontal (white) stripe separating header from main content */
.headerSeparator {
	clear: both;
	height: 5px;
	background-color: #003478;
}

/* ----------------------------------------------------------- Session countdown
*/

.sessionCountdown {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.sessionCountdown {
	font-size: 10pt;
}

.sessionCountdown > * {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
}

.sessionCountdown time {
	padding-right: 3px;
}

.sessionCountdown button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.sessionCountdown button::-moz-focus-inner {
	border: none;
}

.sessionCountdown .rotate {
	-webkit-animation: rotate .8s ease-in-out 0s 1 normal;
	-moz-animation: rotate .8s ease-in-out 0s 1 normal;
	animation: rotate .8s ease-in-out 0s 1 normal;
}
@-moz-keyframes rotate { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotate { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* ---------------------------------------------------------------- GlobalSearch
*/

.headerPanel .globalSearch {
	float: left;
	width: 270px;
	margin-right: 25px;
	display: table;
}

/* special handling, if browser's viewport width is 1100px or less */
/* works for IE9 and newer, ignored by older versions */
@media (max-width: 1100px) {
	.headerPanel .globalSearch {
		float: none;
	}
}

.headerPanel .globalSearch form {
	display: table-cell;
	vertical-align: middle;
}

.headerPanel .globalSearch .globalSearchWrapper {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	height: 32px;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

/* hide clear button in IE */
.headerPanel .globalSearch input[type="text"]::-ms-clear {
	display: none;
}

.headerPanel .globalSearch input[type="text"] {
	background-color: transparent;
	height: 30px;
	width: 176px !important;
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 11pt;

}

.headerPanel .globalSearch .button {
	background-color: transparent;
	background-image: none;
	border: medium none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	padding-right: 5px;
	height: 32px;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.headerPanel .globalSearch .button.reset {
	margin-left: auto;
	z-index: 3;
}

.headerPanel .globalSearch .settings {
	padding-right: 5px;
	line-height: 32px;
}

/* ------------------------------------------------------------- LAYOUT ELEMENTS
*/

div.table {
	vertical-align: top;
}

div.row {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.flexRow {
	display: flex;
}

div.cellLabel {
	float: left;
	padding: 0 5px 0 0;
	width: 120px;
}

.flexRow > .cellLabel {
	flex-shrink: 0;
}

div.cellInfo {
	margin-left: 16px;
	font-style: italic;
}

div.cellValue {
	float: left;
	padding: 0 5px 0 0;
	font-weight: normal;
}

div.clearBoth {
	clear: both;
}

div.floatLeft {
	float: left;
	position: relative;
}

div.floatRight {
	float: right;
	position: relative;
}

span.clearBoth {
	clear: both;
}

span.floatLeft {
	float: left;
	position: relative;
}

span.floatRight {
	float: right;
	position: relative;
}

/* --------------------------------------------------------------------- CATALOG
*/

.viewSelector {
	padding-top: 5px;
}

div.catalogPanel {
	background-color: #FFFFFF;
	border: 1px solid #003478;
	margin: 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

div.catalogPanel .folderFocus {
	background-color: #FFFF00;
}

div.catalogPanel .openFoldersRow {
	float: left;
	text-align: left;
	clear: both;
	width: 100%;
	height: 50px;
}

/* A row holding element information and action buttons in the catalog list view */
div.catalogRow {
	width: 100%;
	clear: both;
}

div.catalogRow:hover {
	width: 100%;
	clear: both;
	background-color: #CFD559;
}

/* The left part of the row holding icon and textual information */
div.catalogRow .elementContainer {
	float: left;
	text-align: left;
	width: 60%;
}

/* The 'table' holding the form info */
div.catalogRow .elementContainer .divContainer {
	padding-bottom: 5px;
}

/* The icon in the left part of the element row */
div.elementIcon {
	float:left;
	width:42px;
	padding:5px;
}

/* The icon in the left part of the element row */
div.elementIconRight {
	float:right;
	width:30px;
	padding:5px;
}

/* Textual information in the left part of the row  */
div.infoText {
	padding: 5px;
	float:left;
}

div.catalogRow .actionButtons {
	float: right;
	text-align: right;
	width: 260px;
}

div.catalogRow .actionButtons .secondRow {
	visibility: hidden;
}

div.catalogRow:hover .actionButtons .secondRow {
	visibility: visible;
}

.catalogRow .actionButtons img {
	margin: 2px;
}

label.invisible {
	position: absolute;
	left: -2000px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ----------------------------------------- catalog export loading notification
*/

div.catalogExportLoadingNotification {
	background-color: #FFFACC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	height: 105px;
	width: 400px;
	padding: 3px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 5px;
}

div.catalogExportLoadingNotification img {
	float: left;
}

/* -------------------------------------------------------------- autoGatherForm
*/

.contentPanel.loginContent {
	height: calc(100% - 85px);	/* full height - height of header */
	margin: 0;
	padding: 0px 5px 0 5px;
}

.contentPanel.loginContent.error {
	height: auto;
	padding: 40px 15px 5px 15px;
}

.contentPanel.loginContent.withBGImage {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 0;
	position: relative;
	background-image: url(../images/logonBackground.jpg);
}

.contentPanel.loginContent * {
	box-sizing: border-box;
}

.contentPanel.loginContent.flex {
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentPanel.loginContent .login {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
	min-width: 250px;
	max-width: 800px;
	padding: 0;
	margin: auto;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentPanel.loginContent.flex .login {
	position: static;
	transform: none;
}

.contentPanel.loginContent.withBGImage .login .form {
	background: rgba(255,255,255,.75);
	border-radius: 5px;
}

.contentPanel.loginContent .login > div {
	border: 1px solid #CCCCCC;
	max-height: 100% !important;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.contentPanel.loginContent .login h2 {
	color: black;
	font-size: 1.5em;
	text-align: center;
	padding-left: 5px;
}

.contentPanel.loginContent .login .message {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	margin: 0;
	padding: 20px 20px 20px 60px;
	line-height: 20px;
	background-color: white;
	border: 1px solid white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentPanel.loginContent .login .message .icon {
	content: '';
	position: absolute;
	width: 40px;
	bottom: 0;
	left: 0;
	top: 0;
	padding: 0;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;

}

.contentPanel.loginContent .login .message.info {
	border: 1px solid #3572B0;
}

.contentPanel.loginContent .login .message.info .icon {
	background-color: #3572B0;
	background-image: url(../images/message_info.png);
}

.contentPanel.loginContent .login .message.error {
	border: 1px solid #DD5555;
	color: black;
	font-weight: normal;
}

.contentPanel.loginContent .login .message.error .icon {
	background-color: #DD5555;
	background-image: url(../images/message_error.png);
}

.contentPanel.loginContent .login .message.warning {
	border: 1px solid #F6C342;
	color: black;
	font-weight: normal;
}

.contentPanel.loginContent .login .message.warning .icon {
	background-color: #F6C342;
	background-image: url(../images/message_question.png);
}

.contentPanel.loginContent .login .message.info {
	border: 1px solid #3572B0;
}

.contentPanel.loginContent .login .message.info .icon {
	background-color: #3572B0;
}

.contentPanel.loginContent .login select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.contentPanel.loginContent .login input,
.contentPanel.loginContent .login select,
.contentPanel.loginContent .login button,
.contentPanel.loginContent .login label {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;

	background-color: white;
	color: rgba(0,0,0,.87);

	min-height: 100%;

	width: 100%;

	padding: 0.71875em 0.78125em;
	margin: 0;

	outline: 0;
	border: 1px solid rgba(34,36,38,.15);
	-webkit-tap-highlight-color: rgba(255,255,255,0);

	-moz-border-radius: 0.3125em;
	-webkit-border-radius: 0.3125em;
	border-radius: 0.3125em;
	box-shadow: none;
}

.contentPanel.loginContent.withBGImage .login input,
.contentPanel.loginContent.withBGImage .login select,
.contentPanel.loginContent.withBGImage .login button,
.contentPanel.loginContent.withBGImage .login label {
	border-color: #808080;
	color: black;
}

.contentPanel.loginContent .login input:focus,
.contentPanel.loginContent .login select:focus,
.contentPanel.loginContent .login button:focus {
	outline: 0;
	border-color: #003478;
}

.contentPanel.loginContent.withBGImage .login input:focus,
.contentPanel.loginContent.withBGImage .login select:focus,
.contentPanel.loginContent.withBGImage .login button:focus {
	outline: 0;
	border-color: #003478;
}

.contentPanel.loginContent .login input.hidden {
	display: block;
	min-width: auto;
	min-height: auto;
	width: 0;
	height: 0;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

.contentPanel.loginContent .login .breakWord {
	white-space: normal;
	word-wrap: break-word;
}

/* row properties */

.contentPanel.loginContent .login .row {
	padding: 0;
	margin: 0;

	width: 100%;
	display: table;
	position: relative;
	padding-top: .4em;
	padding-bottom: .4em;
}

.contentPanel.loginContent .login .row .floatLeft {
	float: left;
}

.contentPanel.loginContent .login .row .floatRight {
	float: right;
}

.contentPanel.loginContent .login .row .floatRight.buttons {
	width: 100%;
}

.contentPanel.loginContent .login .row .floatRight.buttons input {
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	min-width: 11.14355421em;
	min-width: 11.40625em;
}

.contentPanel.loginContent .login .row .floatRight.buttons input:only-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 669px) {

	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(2),
	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(2) ~ input {
		width: 100%;
	}

	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(3),
	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(3) ~ input {
		width: calc(33% - 10px);
	}

	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(4),
	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(4) ~ input {
		width: calc(50% - 10px);
	}

	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(n + 5),
	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(n + 5) ~ input {
		width: auto;
	}
}

@media screen and (max-width: 469px) {

	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(n + 1),
	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(n + 1) ~ input {
		width: 100%;
	}
}

.contentPanel.loginContent .login .row .leftCol {
	display: table-cell;
	position: static;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	width: 25%;
	max-width: 25%;
}

.contentPanel.loginContent .login .row .leftCol:only-child {
	display: block;
	position: static;
	max-width: 100%;
	width: 100%;
}

.contentPanel.loginContent .login .row .leftCol.link {
	font-size: 1em;
}

.contentPanel.loginContent .login .row .leftCol.link a {
	font-size: 1em;
	color: #808080;
	text-decoration: underline;
}

.contentPanel.loginContent.withBGImage .login .row .leftCol.link a {
	color: black;
}

.contentPanel.loginContent .login .row .rightCol {
	display: table-cell;
	position: relative;
	float: none;
	width: 75%;
	height: 100%;
}

.contentPanel.loginContent .login .row label.leftCol {
	background-color: #E8E8E8;
	font-weight: bold;
	text-align: center;
	color: rgba(0,0,0,.6);
	border: 1px solid transparent;
	-moz-border-radius: .3125em 0 0 .3125em;
	-webkit-border-radius: .3125em 0 0 .3125em;
	border-radius: .3125em 0 0 .3125em;
}

.contentPanel.loginContent.withBGImage .login .row label.leftCol {
	background-color: #CCC;
	color: rgba(0,0,0,1);
}

.contentPanel.loginContent .login .rightCol input,
.contentPanel.loginContent .login .rightCol select {
	border-left-color: transparent;

	-moz-border-radius: 0 .3125em .3125em 0;
	-webkit-border-radius: 0 .3125em .3125em 0;
	border-radius: 0 .3125em .3125em 0;
}

.contentPanel.loginContent .login .rightCol select {
	padding-right: calc(2% + 20px);
}

.contentPanel.loginContent .login .rightCol input::-webkit-input-placeholder {
	color: #6E6E6E !important;
	font-style: italic !important;
}

.contentPanel.loginContent .login .rightCol input::placeholder{
	color: #6E6E6E !important;
	font-style: italic !important;
}

.contentPanel.loginContent .login .rightCol input:-ms-input-placeholder{
	color: #6E6E6E !important;
	font-style: italic !important;
}

.contentPanel.loginContent .login .rightCol input:focus,
.contentPanel.loginContent .login .rightCol select:focus {
	border-left-color: #003478;
}

.contentPanel.loginContent .login .button {
	font-size: 1em;
	text-align: center;

	background-color: initial;
	border: initial;
	margin: 0;

	-moz-border-radius: .3125em;
	-webkit-border-radius: .3125em;
	border-radius: .3125em;
	padding: .375em 1.25em;
	text-decoration: none;

	min-width: 11.40625em;
}

.contentPanel.loginContent .login .button.primary {
	background-color: #003478;
	border: #000000;
	color: #FFFFFF;
}

.contentPanel.loginContent .login .button.primary:hover,
.contentPanel.loginContent .login .button.primary:focus {
	background-color: #B6BE00;
	border: 1px solid #003478;
	color: #000000;
	text-decoration: underline;
}

.contentPanel.loginContent .login .button:disabled {
	cursor: default;
	color: #808080;
	background-color: #EEEEEE;
}

.contentPanel.loginContent .login .button:disabled:hover,
.contentPanel.loginContent .login .button.primary:disabled:hover,
.contentPanel.loginContent .login .button:disabled:focus,
.contentPanel.loginContent .login .button.primary:disabled:focus {
	border-color: transparent;
	color: #808080;
	background-color: #EEEEEE;
}

.contentPanel.loginContent .login .large {
	min-height: 3.125em;
}

.contentPanel.loginContent .login .lip_checkbox {
	font-size: 16px;
}

.contentPanel.loginContent .login .lip_checkbox input[type="checkbox"] {
	font-size: 1em;
	width: 1.5em;
	height: 1.5em;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.contentPanel.loginContent .login .lip_checkbox > label {
	position: relative;
	display: block;
	padding-left: 2em;
	padding-top: 0.125em;
	outline: none;
	border: none;
	min-height: auto;
	height: 1.5em;
	background-color: transparent;
}

.contentPanel.loginContent .login .lip_checkbox > label span:before,
.contentPanel.loginContent .login .lip_checkbox > label span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: .3125em;
	-moz-border-radius: .3125em;
	border-radius: .3125em;
	box-sizing: border-box;
	display: block;
}

.contentPanel.loginContent .login .lip_checkbox > label span:before {
	width: 1.5em;
	height: 1.5em;
}

/*
 * Using not pseudo class, to handle IE bug regarding em unit in pseudo elements
 * (after). IE ignores precedence rules in this case.
 */
.contentPanel.loginContent .login .lip_checkbox:not(.toggle) > label span:after {
	font-size: 1.5em;
	line-height: 1em;
}

/* checkbox */
.contentPanel.loginContent .login .lip_checkbox > label span:before {
	background-color: white;
	border: 1px solid #D4D4D5;
}

/* checkmark */
.contentPanel.loginContent .login .lip_checkbox input[type="checkbox"]:checked ~ span:after {
	content: '\e800';
	font-family: 'lip_Checkbox';
	color: black;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.contentPanel.loginContent .login .lip_checkbox input[type="checkbox"]:checked ~ span:after {
		content: 'X';
		font-family: Arial,sans-serif;
		transform: translateX(30%);
	}
}

/* disabled */
.contentPanel.loginContent .login .lip_checkbox input[disabled] {
	cursor: default;
}

.contentPanel.loginContent .login .lip_checkbox input[disabled] ~ span {
	opacity: 0.5;
	color: #000000;
}

/* ------------------------------------------------------------- checkbox slider
*/

.contentPanel.loginContent .login .lip_checkbox.toggle input[type="checkbox"] {
	width: 3.56245em;
}

.contentPanel.loginContent .login .lip_checkbox.toggle > label {
	padding-left: 4.06245em;
}

.contentPanel.loginContent .login .lip_checkbox.toggle > label span:before {
	z-index: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: none;
	top: 0;
	background-color: rgba(0, 0, 0, 0.05);
	width: 3.56245em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
}

.contentPanel.loginContent .login .lip_checkbox.toggle > label span:after {
	background: white;	/* IE9 */
	background: white -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
	background: white linear-gradient(transparent, rgba(0, 0, 0, 0.05));
	opacity: 1;
	box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15),
				0 0 0 1px rgba(34, 36, 38, 0.15) inset;

	position: absolute;
	top: 0;
	left: -1px;
	z-index: 2;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: background 0.3s ease, left 0.3s ease;
	transition: background 0.3s ease, left 0.3s ease;

	font-size: 1em;
	width: 1.5em;
	height: 1.5em;
}

.contentPanel.loginContent .login .lip_checkbox.toggle input:checked ~ span:before {
	background-color: #3D8700;
}

.contentPanel.loginContent .login .lip_checkbox.toggle input:checked ~ span:after {
	content: '';
}

.contentPanel.loginContent .login .lip_checkbox.toggle input:checked ~ span:after {
	left: 2.06245em;
}

.contentPanel.loginContent .login .lip_checkbox.toggle input:hover ~ span:before {
	background-color: rgba(0, 0, 0, 0.15);
}

.contentPanel.loginContent .login .lip_checkbox.toggle input:checked:hover ~ span:before {
	background-color: #3D8700;
}

.contentPanel.loginContent .login .lip_checkbox.toggle input[disabled]:checked ~ span:before,
.contentPanel.loginContent .login .lip_checkbox.toggle input[disabled]:hover ~ span:before {
	background-color: rgba(0, 0, 0, 0.05);
}

/* focus style */
.contentPanel.loginContent .login .lip_checkbox input[type="checkbox"]:focus ~ span:before {
	border: 1px solid #003478;
}

/* FLEX */
/* must be last in stylesheet, to overwrite previously defined properties! */
.contentPanel.loginContent .login .flexContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contentPanel.loginContent .login .flexContainer .leftCol {
	display: block;
	position: relative;
	flex-basis: 25%;
}

.contentPanel.loginContent .login .flexContainer .leftCol.large.link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentPanel.loginContent .login .flexContainer .leftCol:only-child {
	flex-basis: auto;
}

.contentPanel.loginContent .login .flexContainer .rightCol {
	display: flex;
	position: relative;
	float: none;

	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 75%;
	height: auto;
}

.contentPanel.loginContent .login .flexContainer .floatRight:only-of-type {
	float: none;
}

.contentPanel.loginContent .login .flexContainer .lip_checkbox,
.contentPanel.loginContent .login .flexContainer .leftCol.lip_checkbox {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.contentPanel.loginContent .login .flexContainer.row {
		padding-bottom: 1em;
		padding-bottom: .4em;
	}

	.contentPanel.loginContent .login .flexContainer.row .leftCol {
		min-width: 100%;
	}

	.contentPanel.loginContent .login .flexContainer.row label.leftCol {
		-moz-border-radius: .3125em .3125em 0 0;
		-webkit-border-radius: .3125em .3125em 0 0;
		border-radius: .3125em .3125em 0 0;
	}

	.contentPanel.loginContent .login .flexContainer.row .rightCol input,
	.contentPanel.loginContent .login .flexContainer.row .rightCol select {
		border-left-color: rgba(34,36,38,.15);
		-moz-border-radius: 0 0 .3125em .3125em;
		-webkit-border-radius: 0 0 .3125em .3125em;
		border-radius: 0 0 .3125em .3125em;
	}

	.contentPanel.loginContent.withBGImage .login .flexContainer.row .rightCol input,
	.contentPanel.loginContent.withBGImage .flexContainer.row .rightCol select {
		border-left-color: rgb(128, 128, 128);
		-moz-border-radius: 0 0 .3125em .3125em;
		-webkit-border-radius: 0 0 .3125em .3125em;
		border-radius: 0 0 .3125em .3125em;
	}

	.contentPanel.loginContent .login .flexContainer.row .rightCol input:focus,
	.contentPanel.loginContent .login .flexContainer.row .rightCol select:focus {
		border-left-color: #003478;
	}

	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(n + 1),
	.contentPanel.loginContent .login .row .floatRight.buttons input:first-of-type:nth-last-of-type(n + 1) ~ input {
		width: 100%;
	}
}

.contentPanel.loginContent .login .flexContainer.row .floatRight.buttons {
	width: 100%;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

/* ----------------------------------------------------------- requestClientCaps
*/

.contentPanel.loginContent .login.requestClientCaps {
	font-size: 11pt;
	font-family: Arial, sans-serif;
	height: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentPanel.loginContent.withBGImage .login.requestClientCaps {
	background: rgba(255,255,255,.75);
}

.contentPanel.loginContent .login.requestClientCaps > div#noscript {
	border: none;
	position: static;
	margin: 0;
	padding: 20px;
	text-align: left;
}

.contentPanel.loginContent .login.requestClientCaps > div#nocookies {
	border: none;
	position: static;
	margin: 0;
	padding: 20px;
	text-align: left;
}

.contentPanel.loginContent .login.requestClientCaps > div {
	background: transparent;
}

.contentPanel.loginContent .login.requestClientCaps h2 {
	font-size: 12pt;
	text-align: left;
	padding: 0;
}

/* ---------------------------------------------------------------- contentPanel
*/

.contentPanel {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	overflow: auto;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	margin: 23px 0 20px 0;
	padding: 0 15px 5px 15px;
}

.contentPanel select {
	font-family: Arial, sans-serif;
}

.contentPanel select:focus {
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.contentPanel hr {
	background-color: #003478;
	height: 1px;
	border: none;
}

.contentPanel h1 {
	color: #000000;
	font-weight: bold;
	font-size: 16pt;
}

.contentPanel h2 {
	font-weight: bold;
	font-size: 12pt;
}

.contentPanel a {
	color: #003478;
	text-decoration: none;
	font-size: 11pt;
	outline: none;
}

.contentPanel a:hover,
.contentPanel a:focus {
	text-decoration: underline
}

/* Sonderlösung Firefox-Datenbrowser Spalten Status und Aktion*/
.contentPanel a:hover span,
.contentPanel a:focus span{
	text-decoration: underline
}

.contentPanel #returnToStartPageCatalogLink img {
	border: solid 2px transparent;
	border-radius: 3px;
	margin-top: 2px;
}

.contentPanel #returnToStartPageCatalogLink:focus img {
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.contentPanel .separator {
	background-color: #003478;
	height: 1px;
}

.contentPanel .goToTop {
	bottom: 30px;
}

.contentPanel .problems {
	color: #EE1111;
	font-weight: bold;
}

.contentPanel .problems a {
	color: #EE1111;
}

.contentPanel .problemHint {
	color: #EE1111;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 2px;
}

/* ---------------------------------------------------- ContentPanel::BreadCrump
*/

.contentPanel .breadCrump {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0;
}

/* ------------------------------------------------------ ContentPanel::Register
*/

.contentPanel .register {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.contentPanel .register .disabled {
	color: #CCCCCC;
}

.contentPanel .register .selected {
	font-size: 14pt;
}

/* ------------------------------------------------------------------- leftPanel
*/

.leftPanel {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	float: left;
	height: 100%;
	margin-right: 25px;
	color: #000000;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 245px;
}

.leftPanel .menuPanel {
	padding-bottom: 30px;
}

.leftPanel_collapsed {
	width: 55px;
}

.leftPanel a {
	color: #003478;
	text-decoration: none;
}

.leftPanel a:hover,
	.leftPanel a:focus {
	text-decoration: underline;
}

.leftPanel .menuSeparator {
	height: 15px;
}

/* ----------------------------------------------------------------- childWindow
*/

.modalChildWindow {
	background-color: transparent;
}

.childWindow {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

.childWindow a {
	color: #3D8700;
	font-weight: bold;
	text-decoration: none;
}

.childWindow a:hover,
	.childWindow a:focus {
	text-decoration: underline;
}

/* --------------------------------------------------------------------- toolbar
*/

.toolbar .separator {
	display: inline-block;
	float: left;
	width: 5px;
	height: 1px;
	background-color: transparent;
}

.toolbar .button {
	display: inline-block;
	float: left;
	margin-right: 5px;
	background-color: white;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.toolbar .button:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.toolbar .button.selector {
	margin-right: 0;
	padding-right: 0;
}

.toolbar a.selector {
	height: 100%;
	display: inline-block;
	float: left;
}

.toolbar .segmentedControl {
	display: inline-block;
	float: left;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 30px;
}

.toolbar .segmentedControl input {
	display: inline-block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #D2E8C0;
	border-radius: 5px;
	color: black;
	cursor: pointer;
	margin: 0;
}

.toolbar .segmentedControl input:focus ,
.toolbar .segmentedControl input:hover {
	text-decoration: underline;
}

.toolbar .segmentedControl .first {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}

.toolbar .segmentedControl .first:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
	margin-right: 2px;
}

.toolbar .segmentedControl .middle {
	border-radius: 0;
	border-right-width: 0;
}

.toolbar .segmentedControl .middle:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
	margin-right: 2px;
}

.toolbar .segmentedControl .last {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.toolbar .segmentedControl .last:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.toolbar .segmentedControl .single {
}

.toolbar .segmentedControl .active {
	color: #FFFFFF;
	background-color: #3D8700;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.toolbar .segmentedControl .active:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

/* deprecated, internally used to align the SegmentedControl rightmost,
   will be replaced within LIP 3.4 branch. From that point, styles must not be
   used for controlling the alignment any longer! */
.toolbar .segmentedControl.rightAligned {
	float: right;
}

/* ----------------------------------------------------------------- pageBrowser
*/

.pageBrowser {
	cursor: default;
	white-space: nowrap;
}

.pageBrowser a {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 3px;
	cursor: pointer;
}

.pageBrowser a.current {
	color: #FFFFFF;
	background-color: #D2E8C0;
}

.pageBrowser a:hover,
	.pageBrowser a:focus {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

.pageBrowser input {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 3px;
	cursor: pointer;
}

.pageBrowser input.current {
	color: #FFFFFF;
	background-color: #D2E8C0;
}

/* does not work for Internet Explorer */
.pageBrowser input:hover,
	.pageBrowser input:focus {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

/* ------------------------------------------------------------ OpenFolders tile
*/
.openFolders {
	-webkit-box-shadow: 5px 5px 5px #CCCCCC;
	-moz-box-shadow: 5px 5px 5px #CCCCCC;
	box-shadow: 5px 5px 3px #CCCCCC;
}

.openFolders a {
	color: #B6BE00;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}

.openFolders a:active,
.openFolders a:visited {
	text-decoration: none;
}

.openFolders a:hover,
.openFolders a:focus {
	color: #B6BE00;
	text-decoration: none;
}

.openFolders .info {
	font-size: 8pt;
}

/* ---------------------------------------------------------- FolderContent tile
*/

.folderContent {

}

.folderContent .row1 {
	background-color: #D2E8C0;
}

.folderContent a {
	color: #000000;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}

.folderContent a:active,
.folderContent a:visited {
	color: #000000;
	text-decoration: none;
}

.folderContent a:hover,
.folderContent a:focus {
	color: #3D8700;
	text-decoration: none;
}

.folderContent .highlight {
	background-color: #FFFF00;
}

.folderContent .info, .folderContent .info a {
	font-size: 8pt;
}

.folderContent .formHandling {
	font-size: 8pt;
	${color:formCatalog.formHandling.background:"background-color: #;"}
}

.folderContent .formHandling .highlight {
	font-weight: bold;
	color: #000000;
	${color:formCatalog.formHandling.background:"background-color: #;"}
}

.folderContent .formHandling  a {
	font-size: 8pt;
	${color:formCatalog.formHandling.background:"background-color: #;"}
}

/* ----------------------------------------------- FolderContent::InfoBlock tile
*/

.folderContent .infoBlock {
	margin-top: 10px;
	font-size: 8pt;
	padding: 0;
	vertical-align: middle;
	width: 600px;
	background-color: #FFFFFF;
	border: 1px outset #808080;
}

.folderContent .infoBlock .divTh {
	color: #FFFFFF;
	background-color: #003478;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 2px 5px;
	background-repeat: repeat-x;
	vertical-align: middle;
}

.folderContent .infoBlock .divTd {
	margin: 0;
	padding: 0 5px;
	float: left;
	vertical-align: middle;
}

.folderContent .infoBlock .divTd input,
.folderContent .infoBlock .divTd button {
	font-size: 8pt;
	vertical-align: middle;
}

.folderContent .infoBlock .divTd textarea {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px ridge #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 8pt;
	height: 22pt;
	width: 430px;
}

.folderContent .infoBlock .divTdLabel {
	margin: 0;
	padding: 0 5px;
	float: left;
	font-weight: bold;
	width: 20%;
}

/* --------------------------------------------------------------------- tooltip
*/

.tooltip {
	position: absolute;
	display: table;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	max-width: 400px;
	min-height: 34px;
	z-index: 5;
	word-wrap: break-word;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #3D8700;
}

.fixedHeaderSegmentTooltip {
	z-index: 1000;
}

.tooltip.rounded  {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tooltip.shaded  {
	-moz-box-shadow: 3px 4px 12px 0px rgba(153,153,153,0.85);
	-webkit-box-shadow: 3px 4px 12px 0px rgba(153,153,153,0.85);
	box-shadow: 3px 4px 12px 0px rgba(153,153,153,0.85);
}

.tooltip.lucom {
	border-color: #3D8700;;
}

.tooltip.info {
	border-color: #3572B0;;
}

.tooltip.warning {
	border-color: #F6C342;;
}

.tooltip.error {
	border-color: #DD5555;;
}

.tooltip .icon {
	content: '';
	position: absolute;
	vertical-align: middle;
	bottom: 0;
	left: 0;
	top: 0;
	width: 40px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3D8700;;
	background-image: url(../images/message_info.png);
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.tooltip.error .icon {
	background-color: #DD5555;;
	background-image: url(../images/message_error.png);
}

.tooltip.info .icon {
	background-color: #3572B0;;
	background-image: url(../images/message_info.png);
}

.tooltip.lucom .icon {
	background-color: #3D8700;;
	background-image: url(../images/message_info.png);
}

.tooltip.warning .icon {
	background-color: #F6C342;;
	background-image: url(../images/message_error.png);
}

.tooltip .body {
	display: table-cell;
	vertical-align: middle;
	padding: 7px 15px 7px 55px;
}

.tooltip .close ~ .body {
	padding-right: 40px;
}

.tooltip div.title {
	padding: 3px 0 3px 0;
	font-weight: bold;
	color: black;
	background-color: white;
}

.tooltip div.close {
	right: 0px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	text-align: center;
	-moz-border-radius: 0 3px 0 5px;
	-webkit-border-radius: 0 3px 0 5px;
	border-radius: 0 3px 0 5px;
	background-color: #3D8700;
}

.tooltip.lucom div.close {
	background-color: #3D8700;;
}

.tooltip.info div.close {
	background-color: #3572B0;;
}

.tooltip.warning div.close {
	background-color: #F6C342;;
}

.tooltip.error div.close {
	background-color: #DD5555;;
}

.tooltip div.close button {
	color: transparent;
	font-weight: bold;
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/closeEmbedding_white.png);
	background-position: -2px;
	cursor: pointer;
}

.tooltip div.separator {
	margin-bottom: 5px;
}

/* Tooltip snatch */
.tooltip:before,
.tooltip:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
}

.tooltip:before {
	border-width: 12px;
}

.tooltip:after {
	border-width: 11px;			/* border-width of before - border-width of tooltip */
}

/* right snatch */
.tooltip.right:before,
.tooltip.right:after {
	left: calc(100% - 1px);
	top: 16px;					/* border-width of after + offset (5) */
}

.tooltip.right:before {
	left: 100%;
}

.tooltip.right:before {
	margin-top: -12px;
	border-left-color: #3D8700;	/* border color of tooltip */
}

.tooltip.right.lucom:before {
	border-left-color: #3D8700;;
}

.tooltip.right.info:before {
	border-left-color: #3572B0;;
}

.tooltip.right.warning:before {
	border-left-color: #F6C342;;
}

.tooltip.right.error:before {
	border-left-color: #DD5555;;
}

.tooltip.right:after {
	margin-top: -11px;			/* margin-top of before + border-width of tooltip */
	border-left-color: #FFFFFF;	/* background color of tooltip */
}

/* left snatch */
.tooltip.left:before,
.tooltip.left:after {
	right: calc(100% - 1px);
	top: 16px;					/* border-width of after + offset (5) */
}

.tooltip.left:before {
	right: 100%;
}

.tooltip.left:before {
	margin-top: -12px;
	border-right-color: #3D8700;	/* border color of tooltip */
}

.tooltip.left.lucom:before {
	border-right-color: #3D8700;;
}

.tooltip.left.info:before {
	border-right-color: #3572B0;;
}

.tooltip.left.warning:before {
	border-right-color: #F6C342;;
}

.tooltip.left.error:before {
	border-right-color: #DD5555;;
}

.tooltip.left:after {
	margin-top: -11px;			/* margin-top of before + border-width of tooltip */
	border-right-color: #3D8700; 	/* border color of tooltip */
}

.tooltip.left.lucom:after {
	border-right-color: #3D8700;;
}

.tooltip.left.info:after {
	border-right-color: #3572B0;;
}

.tooltip.left.warning:after {
	border-right-color: #F6C342;;
}

.tooltip.left.error:after {
	border-right-color: #DD5555;;
}

/* top snatch */
.tooltip.top:before,
.tooltip.top:after {
	bottom: calc(100% - 1px);
	left: 16px;
}

.tooltip.top:before {
	bottom: 100%;
}

.tooltip.top:before {
	margin-left: -12px;
	border-bottom-color: #3D8700;	/* border color of tooltip */
}

.tooltip.top:after,
.tooltip.top.hall:after {
	margin-left: -11px;
	border-bottom-color: #3D8700; 	/* border color of tooltip */
}

.tooltip.top.lucom:before,
.tooltip.top.lucom:after,
.tooltip.top.hall.lucom:after {
	border-bottom-color: #3D8700;;
}

.tooltip.top.info:before,
.tooltip.top.info:after,
.tooltip.top.hall.info:after {
	border-bottom-color: #3572B0;;
}

.tooltip.top.warning:before,
.tooltip.top.warning:after,
.tooltip.top.hall.warning:after {
	border-bottom-color: #F6C342;;
}

.tooltip.top.error:before,
.tooltip.top.error:after,
.tooltip.top.hall.error:after {
	border-bottom-color: #DD5555;;
}

.tooltip.top.halc:after,
.tooltip.top.halr:after,
.tooltip.top.lucom.halc:after,
.tooltip.top.lucom.halr:after,
.tooltip.top.info.halc:after,
.tooltip.top.info.halr:after,
.tooltip.top.warning.halc:after,
.tooltip.top.warning.halr:after,
.tooltip.top.error.halc:after,
.tooltip.top.error.halr:after {
	border-bottom-color: #FFFFFF; 	/* background color of tooltip */
}

/* bottom snatch */
.tooltip.bottom:before, .tooltip.bottom:after {
	top: calc(100% - 1px);
	left: 16px;
}
.tooltip.bottom:before {
	top: 100%;
}

.tooltip.bottom:before {
	margin-left: -12px;
	border-top-color: #3D8700;	/* border color of tooltip */
}

.tooltip.bottom:after,
.tooltip.bottom.hall:after {
	margin-left: -11px;
	border-top-color: #3D8700; 	/* border color of tooltip */
}

.tooltip.bottom.lucom:before,
.tooltip.bottom.lucom:after,
.tooltip.bottom.hall.lucom:after {
	border-top-color: #3D8700;;
}

.tooltip.bottom.info:before,
.tooltip.bottom.info:after,
.tooltip.bottom.hall.info:after {
	border-top-color: #3572B0;;
}

.tooltip.bottom.warning:before,
.tooltip.bottom.warning:after,
.tooltip.bottom.hall.warning:after {
	border-top-color: #F6C342;;
}

.tooltip.bottom.error:before,
.tooltip.bottom.error:after,
.tooltip.bottom.hall.error:after {
	border-top-color: #DD5555;;
}

.tooltip.bottom.halc:after,
.tooltip.bottom.halr:after,
.tooltip.bottom.lucom.halc:after,
.tooltip.bottom.lucom.halr:after,
.tooltip.bottom.info.halc:after,
.tooltip.bottom.info.halr:after,
.tooltip.bottom.warning.halc:after,
.tooltip.bottom.warning.halr:after,
.tooltip.bottom.error.halc:after,
.tooltip.bottom.error.halr:after {
	border-top-color: #FFFFFF; 	/* background color of tooltip */
}

.tooltip.right.valm:before, .tooltip.right.valm:after,
.tooltip.left.valm:before, .tooltip.left.valm:after {
	top: 50%;
}

.tooltip.right.valb:before,
.tooltip.left.valb:before {
	top: auto;
	bottom: 5px;				/* offset (5) */
}

.tooltip.right.valb:after,
.tooltip.left.valb:after {
	top: auto;
	bottom: 6px;				/* offset (5) + border-width of tooltip */
}

.tooltip.top.halc:before, .tooltip.top.halc:after,
.tooltip.bottom.halc:before, .tooltip.bottom.halc:after {
	left: 50%;
}

.tooltip.top.halr:before,
.tooltip.bottom.halr:before {
	left: auto;
	right: 5px;				/* offset (5) */
}

.tooltip.top.halr:after,
.tooltip.bottom.halr:after {
	left: auto;
	right: 6px;				/* offset (5) + border-width of tooltip */
}

.tooltip ins p,
.tooltip del p,
.tooltip ins div,
.tooltip del div,
.tooltip ins span,
.tooltip del span {
	margin: 0;
	padding: 0;
}

.tooltip.addSegment:after,
.tooltip.addSegment:before,
.tooltip.removeSegment:after,
.tooltip.removeSegment:before {
	/* remove snatch */
	border-width: 0;
}

.tooltip.addSegment .icon,
.tooltip.removeSegment .icon {
	width: 31px;
}

.tooltip.addSegment .body,
.tooltip.removeSegment .body {
	padding-left: 46px;
}

.tooltip.addSegment .icon {
	background-image: url(../images/action/addSegmentInstance_over.png);
}

.tooltip.removeSegment .icon {
	background-image: url(../images/action/removeSegmentInstance_over.png);
}

/* ------------------------------------------------------------ browseDataWizard
*/

.browseDataWizard table {
	border-spacing: 1px;
	border-collapse: separate;
}

.browseDataWizard th.caption div {
	padding: 3px 5px;
	white-space: nowrap;
}

.browseDataWizard th.caption div > span {
	padding: 0 4px 0 0;
	margin: 0;
	margin-top: -5px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.browseDataWizard th.caption div input {
	padding: 0;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	vertical-align: middle;
}

.browseDataWizard th.caption div span.caption {
	font-size: 11pt;
	cursor: pointer;
	padding: 1px 0 0 0;
	margin: 0;
	vertical-align: middle;
	white-space: normal;
}

.browseDataWizard td {
	font-size: 11pt;
	padding: 1px 3px 1px 3px;
	vertical-align: middle;
	cursor: pointer;
	height: 30px;
}

.browseDataWizard .cell {
	font-size: 11pt;
	padding: 1px 3px 1px 3px;
	vertical-align: middle;
	cursor: pointer;
	height: 30px;
}

.browseDataWizard .filter td {
	white-space: nowrap;
}

.browseDataWizard .filter td input {
	box-sizing: border-box;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
	margin: 0px;
	margin-bottom: 3px;
}

.browseDataWizard .filter td input:focus{
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
	text-decoration: underline;
}

.browseDataWizard .filter td select:focus {
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.browseDataWizard .filter td > span {
	padding-right: 4px;
}

.browseDataWizard a {
	color: #000000;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
}

.browseDataWizard .row0 {
}

.browseDataWizard .row1 {
	background-color: #F4F4F4;
}

.browseDataWizard .rowOver {
	background-color: #CFD559 !important;
}

.browseDataWizard .currentRow {
	background-color: #FFFF00;
}

.browseDataWizard .currentRow a {
	font-weight: bold;
}

/* when JavaScript disabled: does not work with IE */
.browseDataWizard tr.row:hover {
	background-color: #CFD559;
}

.browseDataWizard .caption input {
	border: none;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	cursor: pointer;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.browseDataWizard .caption input:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.browseDataWizard input.checkbox {
	background-color: transparent;
	cursor: default;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.browseDataWizard input.checkbox:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.browseDataWizard input.slim {
	width: 90%;
	width: calc(100% - 12px);
}

.browseDataWizard input.regular {
	width: 100%;
}

.browseDataWizard .button {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.browseDataWizard .filter {
	background-color: #CFD559;
	color: #FFFFFF;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
}

.browseDataWizard table tfoot td {
  color: black;
  background-color: #EEEEEE;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 1px 3px;
  background-repeat: repeat-x;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.browseDataWizard table tfoot th {
  color: black;
  background-color: #EEEEEE;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 1px 3px;
  background-repeat: repeat-x;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.browseDataWizard .row0>td:first-child,
.browseDataWizard .row1>td:first-child,
.browseDataWizard .rowOver>td:first-child {
	text-align: center;
}

/* ------------------------------------------------- browseDataWizard.breadcrumb
*/

.breadcrumbItems {
	min-height: 30px;
	font-size: 16pt;
	color: black;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 2px;
}

.breadcrumbItems .breadcrumbItem {
	float:left;
}

.breadcrumbItems .breadcrumbItem .selected {
	background-color: yellow;
}

.breadcrumbItems .breadcrumbItem a {
	font-size: 16pt;
	color: black;
}

.breadcrumbItems span.submit input {
	font-size: 12pt;
	color: black;
	margin-left: 10px;
}

.breadcrumbItems .breadcrumbSeperator {
	padding-left: 10px;
	padding-right: 10px;
	float:left;
}

.breadcrumbItems .breadcrumbItem .selectize-input {
	border: 1px solid #CCCCCC;
	font-size: 16pt;
	line-height: 24px;
	min-width: 200px;
	padding: 0px 30px 1px 4px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.breadcrumbItems .breadcrumbSelector .selectize-input input {
	width: 0px !important;
	margin: 0px !important;
}

.breadcrumbItems .breadcrumbItem .selectize-control.multi .selectize-input.has-items {
	padding: 1px 4px;
}

.breadcrumbItems .breadcrumbItem .selectize-input.full {
	background-color: transparent;
}

.breadcrumbItems .breadcrumbItem .selectize-input.focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.breadcrumbItems .breadcrumbItem .selectize-input.dropdown-active {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.breadcrumbItems .breadcrumbItem .selectize-dropdown {
	margin: 2px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.breadcrumbItems .breadcrumbItem .selectize-dropdown [data-selectable] .highlight {
	background-color: #CCCCCC;
}

.breadcrumbItems .breadcrumbItem .selectize-dropdown .active {
	background-color: yellow;
	color: black;
}
.breadcrumbItems .breadcrumbItem .selectize-dropdown .active.create {
	background-color: yellow;
	color: black;
}

.breadcrumbItems .breadcrumbItem .selectize-dropdown-content {
	max-height: 200px;
}

/* undo "remove_button" plugin's extra padding of 24px to the right side for
 * making place for the remove "x" button if the item is required and thus can
 * not be removed. The plugin's code was modified to include a "required" class
 * in the outermost <div> tag (the one affected by this CSS selector) rendered
 for a required item.
*/
.breadcrumbItems .breadcrumbItem .selectize-control.plugin-remove_button [data-value].required {
	position: relative;
	padding-right: 8px !important;
}

/* --------------------------------------------------- browseDataWizard dropdown
*/

/* dropdown container */
.contentPanel form .toolbar .dropdown-container {
	display: inline-block;
	float: left;
}

.contentPanel form .toolbar .dropdown-container:after {
	display: block;
	content: '';
	clear: both;
}

.contentPanel form .toolbar .dropdown-container > .button {
	float: none;
}

.contentPanel form .toolbar .dropdown-container .dropdown {
	margin: 3px 0 0 -4px;
	float: right;
}

.contentPanel form .toolbar .dropdown-container .dropdown:after {
	content: '';
	display: block;
	clear: both;
}

/* dropdown Button */
.contentPanel form .toolbar .dropdown-container .dropdown .dropbtn {
	cursor: pointer;
	border: none;
	width: 12px;
	height: 30px;
	background-color: transparent;
	background-image: url('../images/action/selector.png');
	background-repeat: no-repeat;
}

/* dropdown Content */
.contentPanel form .toolbar .dropdown-container .dropdown .dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 160px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	z-index: 1;
}

.contentPanel form .toolbar .dropdown-container .dropdown ul.dropdown-content {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* buttons inside the dropdown */
.contentPanel form .toolbar .dropdown-container .dropdown .dropdown-content button {
	background-color: transparent;
	color: black;
	margin: 0;
	padding: 12px 16px 12px 40px;
	text-decoration: none;
	display: block;
	border: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
}

.contentPanel form .toolbar .dropdown-container .dropdown .dropdown-content button.focused,
.contentPanel form .toolbar .dropdown-container .dropdown .dropdown-content button:hover {
	background-color: #EEEEEE;
	outline: none;
}

.contentPanel form .toolbar .dropdown-container .dropdown .dropdown-content.show {
	display:block;
}

/* ---------------------------------------------------------------- statusChange
*/

.statusChange {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	padding: 5px 10px 10px 5px;
	cursor: default;
	position: relative;
}

.statusChange .statusButton,
.statusChange .statusButton:focus {
	margin-left: 5px;
	margin-right: 5px;
	width: 100px;
}

.statusChange .info {
	background-color: #EEEEEE;
	border-left: 3px solid #CCCCCC;
	padding: 5px 10px;
	float: left;
	width: 75%;
}

/* -------------------------------------------------------------------- sendMail
*/

.sendMail {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;

}

sendMail .info {
	color: #3D8700;
	font-weight: bold;
}

/* ----------------------------------------------------------- manageMailsWizard
*/

.manageMailsWizard {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	cursor: default;
}

.manageMailsWizard td {
	font-size: 8pt;
	padding: 1px 3px 1px 3px;
	vertical-align: middle;
}

.manageMailsWizard .header {
	color: #FFFFFF;
	background-color: #808080;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 1px 3px;
}

/* -------------------------------------------------------------------- appError
*/

.appError .details {
	background-color: #FFFACC;
	border: 1px solid #000000;
	margin-top: 10px;
	padding: 1px 3px;
}


/* -------------------------------------------------------------- viewEmbeddings
*/

.viewEmbeddings {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: none;
	cursor: default;
	margin: 0 auto;
}

.viewEmbeddings input[type="submit"],
.viewEmbeddings input[type="button"],
.viewEmbeddings input[type="reset"] {
	cursor: pointer;
	padding: 5px 15px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

.viewEmbeddings input[type="submit"]:hover,
.viewEmbeddings input[type="button"]:hover,
.viewEmbeddings input[type="reset"]:hover {
	background-color: #EEEEEE;
}

.viewEmbeddings h1 {
	padding: 0;
	margin: 0;
	font-size: 11pt;
}

.viewEmbeddings p {
	margin: 0;
	padding: 0;
}

.viewEmbeddings .close {
	right: 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	text-align: center;
	-moz-border-radius: 0 3px 0 5px;
	-webkit-border-radius: 0 3px 0 5px;
	border-radius: 0 3px 0 5px;
}

.viewEmbeddings a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.viewEmbeddings a:hover,
.viewEmbeddings a:focus {
	text-decoration: underline;
}

.viewEmbeddings .text .textIcon {
	padding: 3px;
	vertical-align: middle;
}

.viewEmbeddings .icon {
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
	padding: 0;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.viewEmbeddings .buttons input[type="button"],
.viewEmbeddings .button input[type="button"],
.viewEmbeddings .buttons input[type="submit"],
.viewEmbeddings .button input[type="submit"] {
	cursor: pointer;
	padding: 5px 15px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-right: 10px;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}

.viewEmbeddings .buttons input[type="button"]:hover,
.viewEmbeddings .button input[type="button"]:hover,
.viewEmbeddings .buttons input[type="submit"]:hover,
.viewEmbeddings .button input[type="submit"]:hover {
	filter: brightness(80%);
	text-decoration: underline;
}


.viewEmbeddings .buttons input[type="button"]:focus,
.viewEmbeddings .button input[type="button"]:focus,
.viewEmbeddings .buttons input[type="submit"]:focus,
.viewEmbeddings .button input[type="submit"]:focus {
	filter: brightness(80%);
	text-decoration: underline;

	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.viewEmbeddings .buttons input.imageButton,
.viewEmbeddings .button input.imageButton {
	background-repeat: no-repeat;
	background-position: 5px;
	background-size: 16px 16px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 26px;
}

.viewEmbeddings .modal {
	top: 0;
	left: 0;
	width: 450px;
	max-height: 450px;
}

.viewEmbeddings .modal .content {
	overflow: auto;
	max-height: 410px;
}

.viewEmbeddings .modal .content.closable {
	max-height: 400px;
	margin-top: 10px;
}

.viewEmbeddings .content.closable {
	padding-right: 15px;
}

.viewEmbeddings .buttons {
	padding-top: 10px;
}

.viewEmbeddings .caption {
	background-color: #3572B0;
	color: #FFFFFF;
	font-weight: bold;
}

.viewEmbeddings .close input {
	 vertical-align: middle;

 	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.viewEmbeddings .close input:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.viewEmbeddings .close .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* ---------------------------------------------------------- message embeddings
*/

.viewEmbeddings .message {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #3572B0;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.viewEmbeddings .headline {
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}

.viewEmbeddings .message .icon {
	background-color: #3572B0;
	background-image: url(../images/message_info.png);
}

.viewEmbeddings .message .close {
	background-color: #3572B0;
	background-image: url(../images/closeEmbedding_white.png);
}

/* --------------------------------------------------------- question embeddings
*/

.viewEmbeddings .question {
	margin-top: 15px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #F6C342;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.viewEmbeddings .question .icon {
	background-color: #F6C342;
	background-image: url(../images/message_question.png);
}

.viewEmbeddings .question .close {
	background-image: url(../images/closeEmbedding_white.png);
	background-color: #F6C342;
}

.viewEmbeddings .question .icon {
	padding: 0;
	padding-right: 3px;
}

.viewEmbeddings .question .icon img {
	position: relative;
	top: 3px;
}

.viewEmbeddings .question a {
	color: #FFFFFF;
}

/* ---------------------------------------------------- error message embeddings
*/

.viewEmbeddings .error {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid;
	border-color: #DD5555;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.viewEmbeddings .error .icon {
	background-color: #DD5555;
	background-image: url(../images/message_error.png);
}

.viewEmbeddings .error .close {
  background-color: #DD5555;
  background-image: url(../images/closeEmbedding_white.png);
}

.viewEmbeddings .error .caption img {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}

.viewEmbeddings .error .fixedToolbar {
	max-height: 75px;
	overflow: auto;
}

.viewEmbeddings .error .simple {
	padding: 5px;
}

.viewEmbeddings .error .errorLink {
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	line-height: 20px;
	margin-right: 23px;	/* width of inner image + padding/margin */
	color: #000000;

}

.viewEmbeddings .error .errorLink a {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;

	padding: 0;
	margin: 0;
	vertical-align: middle;

	padding-left: 20px;
	margin-left: 6px;
	white-space: normal;

	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;

	font-weight: normal;

	outline: none;

	background-color: #FFFFFF;
}

.viewEmbeddings .error .errorLink .image,
.viewEmbeddings .error .errorText .image {
	padding-left: 5px;
	margin: 1px;
	vertical-align: middle;
}

.viewEmbeddings .error .errorLink:hover span,
.viewEmbeddings .error .errorLink:focus span {
	text-decoration: none;
}

.viewEmbeddings .error .errorLink:hover,
.viewEmbeddings .error .errorLink:hover a,
.viewEmbeddings .error .errorLink:focus,
.viewEmbeddings .error .errorLink:focus a {
	cursor: pointer;
}

.viewEmbeddings .error .errorLink:hover a,
.viewEmbeddings .error .errorLink:focus a,
.viewEmbeddings .error .errorLink a:focus,
.viewEmbeddings .error .errorLink a:hover {
	text-decoration: underline;
}

.viewEmbeddings .error .errorText {
	font-weight: normal;
	text-decoration: none;

	line-height: 21px;
	margin: 0;
	padding: 0;

	padding-left: 23px;
	margin-left: 6px;
	white-space: normal;

	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;

	color: #000000;
}

.viewEmbeddings .error .buttons {
	margin-top: 10px;
}

.viewEmbeddings .error .buttons input.imageButton {
	background-image: url(../images/arrow_down.png);
}

.viewEmbeddings .error .buttons input.imageButton.extended {
	background-image: url(../images/arrow.png);
}

/* ----------------------------------------------- viewEmbeddings default styles
*/

.viewEmbeddings .ok {
	background-color: #FFFFFF;
	${color:viewEmbeddings.ok.color:"color: #;"}
	border: 1px solid;
	border-color: #54A220;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 3px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.viewEmbeddings .ok .caption {
	background-color: #54A220;
	color: #FFFFFF;
}

.viewEmbeddings .ok .icon {
	background-color: #54A220;
	background-image: url(../images/message_ok.png);
}

.viewEmbeddings .ok .close {
  background-color: #54A220;
  background-image: url(../images/closeEmbedding_white.png);
}


/* ----------------------------------------------- outOfSync message embeddings
*/

.viewEmbeddings .outOfSync {
	background-color: white;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid;
	border-color: #DD5555;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.viewEmbeddings .outOfSync ul {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

.viewEmbeddings .outOfSync .icon {
	background-color: #DD5555;
	background-image: url(../images/message_error.png);
}

.viewEmbeddings .outOfSync .close {
  background-color: #DD5555;
  background-image: url(../images/closeEmbedding_white.png);
}

.viewEmbeddings .outOfSync .content {
}

.viewEmbeddings .outOfSync .fixedToolbar {
	max-height: 75px;
	overflow: auto;
}

.viewEmbeddings .outOfSync .caption {
	background-image: none;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-radius-topright: 0px;
	border-top-right-radius: 0px;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	background-color: #DD5555;
	color: white;
}

.viewEmbeddings .outOfSync.modal {
	width: 580px;
}

/* ------------------------------------------------- attachment error embeddings
*/

.viewEmbeddings .attachmentError {
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #000000;
	background-color: #FFFFFF;
}

.viewEmbeddings .attachmentError .text {
	padding: 0;
}

.viewEmbeddings .attachmentError ul {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 0;
	margin-top: 0;
}

.viewEmbeddings .attachmentError .caption {
	background-image: none;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-radius-topright: 0px;
	border-top-right-radius: 0px;
	font-weight: bold;
	padding: 2px;
	background-color: #DD5555;
	color: #FFFFFF;
}

.viewEmbeddings .attachmentError .content {
	padding-left: 5px;
}

.viewEmbeddings .attachmentError .fixedToolbar {
	max-height: 75px;
	overflow: auto;
}

.viewEmbeddings .attachmentError .errorText {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.viewEmbeddings .attachmentError .errorText img {
	vertical-align: top;
	padding-left: 0;
}

.viewEmbeddings .attachmentError .errorText span {
	padding-left: 10px;
}

/* ----------------------------------------------------- confirmation embeddings
*/

.viewEmbeddings .confirm .content {
	padding: 5px 0px 0px;
}

.viewEmbeddings .confirm .text {
	padding: 0;
}

.viewEmbeddings .confirm .buttons {
	padding-top: 15px;
}

.viewEmbeddings .confirm .buttons input {
	padding: 5px 15px;
	min-width: 90px;
}

.viewEmbeddings .confirm p {
	margin: 0;
}

/* ------------------------------------------------------------------- favorites
*/

.favsSolo {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 30px 10px 10px 0;
	cursor: default;
}

.favsSolo hr {
	background-color: #3D8700;
	height: 1px;
	border: none;
}

.favsSolo td {
	font-size: 11pt;
	padding: 1px 3px;
	vertical-align: middle;
}

table.favCatalogList td a {
	color: #000000;
}

table.favCatalogList td a:hover {
	color: #3D8700;
	text-decoration: none;
}

table.favCatalogList td.actionLink a {
	color: #3D8700;
}

table.favCatalogList td.actionLink a:hover {
	text-decoration: underline;
}

table.favCatalogList {
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 5px;
}

table.favCatalogList td {
	border-left: 1px solid #3D8700;
	border-bottom: 1px solid #3D8700;
	padding: 2px 4px;
}

table.favCatalogList td.right {
	border-left: 1px solid #3D8700;
	border-bottom: 1px solid #3D8700;
	text-align: right;
	padding: 2px 4px;
}

input.datePicker,
button.datePicker {
	background-image: url(../images/action/datePicker.png);
	background-color: transparent;
	border: none;
	width: 16px;
	height: 16px;
}

.simpleImage {
	background-color: transparent;
	border: none;
}

/* ACL GUI --------------- */
div.acl-header {
	font-size: 11pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.acl-header, input:focus.acl-header {
	border: none;
	font-size: 11pt;
	vertical-align: middle;
	background-color: transparent;
}

input.setChooser {
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	color: #CCCCCC;
	line-height: 20px;
	border: none;
}

input.setChooserChosen {
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	color: black;
	line-height: 20px;
	border: none;
}

input.acl-edit-groups,
button.acl-edit-groups {
	border: none;
	vertical-align: middle;
	background-image: url(../images/action/edit_16.png);
	background-repeat: no-repeat;
	background-color: transparent;
	-moz-border-radius: 0;
	margin: 0;
	width: 16px;
	height: 16px
}

div.acl-matrix {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

th.acl-matrix  {
	text-align: left;
	background-color: #EEEEEE;
}

div.acl-matrix .row0 {
	background-color: #EEEEEE;
}

div.acl-matrix .row1 {
	background-color: white;
}

table.acl-matrix {
	border: 1px solid gray;
	width: 70%;
}

input.acl-matrix {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: transparent;
	height: 10pt;
	-moz-border-radius: 0;
}

input[disabled].acl-matrix {
	background-color: #EEEEEE;
	font-size: 8pt;
	color: #808080;
	height: 10pt;
	-moz-border-radius: 0;
}

input[type="checkbox"].acl-matrix, input[type="radio"].acl-matrix {
	border: none;
	vertical-align: middle;
	background-color: transparent;
}

input.tabChooser, input:focus.tabChooser {
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	color: #CCCCCC;
	border: 1px solid gray;
	border-bottom: none;
	-moz-border-radius: 0;
	background-color: transparent;
}

input.tabChooserChosen {
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	color: black;
	border: 1px solid gray;
	border-bottom: none;
	-moz-border-radius: 0;
	background-color: transparent;
}

div.acl-matrix .label {
	font-weight: bold;
	width: 100px;
	float: left;
}

div.acl-submit-panel {
	width: 70%;
	text-align: right;
}

#modalOverlay {
	 display: none;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 text-align: center;
	 z-index: 9999;
	 background-image: url('../images/gray_transparent.png');
	 background-repeat: repeat;
}

/* --------------------------------------------------------- confirmation dialog
*/

.confirm {
	position: relative;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: white;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 20px;
	padding: 20px 20px 20px 60px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: 0px;
	left: 0px;
	width: 450px;
	max-height: 450px;
	cursor: default;
	border: 1px solid #F6C342;
}

.confirm .icon {
	padding: 0px 3px 0px 0px;
	background-color: #F6C342;
	background-image: url("../images/message_question.png");
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 0px;
	content: "";
	left: 0px;
	position: absolute;
	top: 0px;
	width: 40px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;

	background-color: #F6C342;
}

.confirm .headline {
	font-weight: bold;
	font-size: 11pt;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #000000;
}

.confirm .contents {
	padding: 5px 0px 0px;
}

.confirm .contents .text {
	padding: 0px;
}

.confirm .contents p {
	margin: 0px;
}

.confirm .buttons {
	padding-top: 15px;
}

.confirm .buttons input {
	padding: 5px 15px;
	min-width: 90px;
	cursor: pointer;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

.confirm a {
	color: #FFFFFF;
}

/*  -------------------------------------------------------------------- dialogs
*/

.dialog {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #808080;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dialog button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.dialog button:focus {
	outline: none;
}

.dialog h3 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.dialog .footer button,
.dialog input[type="submit"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	cursor: pointer;
	padding: 5px 15px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin: 0 10px;
	color: black;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 20px;
}

/* for IE < 11! */
.dialog img {
	border-style: none;
	padding: 0;
	margin: 0;
}

.dialog input[type="image"] {
	background-color: transparent;
	border-style: none;
	padding: 0;
	margin: 0;
}

.dialog .footer input.button,
.dialog .footer .button,
.dialog input.button,
.dialog .button {
	background-color: transparent;
	border: none;
	margin: 0;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: .375em 1.25em;
	text-decoration: none;
}

.dialog .button.primary {
	background-color: #003478;
	color: #FFFFFF;

	/*
	FFWS-9785
	*/
	border: solid 2px transparent;
	border-radius: 3px;
}

.dialog .button.primary:hover {
	background-color: #B6BE00;
	border: 1px solid #003478;
	color: #000000;
}

.dialog .button.link {
	color: #003478;
}

.dialog .button.link:hover,
.dialog .button.link:focus {
	text-decoration: underline;
}

.dialog .header {
	height: 50px;
	position: relative;
	background-color: #EEEEEE;
	line-height: 50px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
}

.dialog .header .row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.dialog .header .row .leftCol {
	flex-grow: 1;
	padding-right: 30px;
}

.dialog .header h2 {
	margin: 0;
	font-weight: bold;
	font-size: 14pt;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dialog .header a {
	padding: 0;
	margin: 0;
	line-height: 24px;
	position: absolute;
	top: 13px;
	right: 25px;
}

.dialog .header button {
	text-align: left;
	font-size: 20px;

	display: block;
	line-height: 100%;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.dialog .header button:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.dialog .header .cross-box {
	width: 1.4em;
	height: 1.4em;
	display: inline-block;
}

.dialog .header .cross-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	transform: rotate(225deg);
}

.dialog .header .cross-inner,
.dialog .header .cross-inner::after {
	width: 1.4em;
	height: 4px;
	background-color: black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
}

.dialog .header .cross-inner::after {
	content: "";
	display: block;

	bottom: 0;
	transform: rotate(-90deg);
}


.dialog div.content {
	padding: 15px 30px;
	overflow-x: hidden;
	overflow-y: auto;
}

.dialog .footer {
	position: relative;
	height: 50px;
	background-color: #EEEEEE;
	line-height: 50px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
}

.dialog .footer .button:last-child {
	margin-right: -1.25em;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.dialog .footer .button:last-child:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.dialog .footer button.primary:focus {
	/*
	FFWS-9785
	*/
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.dialog .footer button.link:focus {
	text-decoration: underline;
}

/* ----------------------------------------------------------- attachment dialog
*/

.fileAttachment {
	width: 800px;
	overflow-x: auto;
	overflow-y: hidden;
}

.fileAttachment .dialog .hidden {
	display: none !important;
}

.fileAttachment .dialog div.content > h3:first-child {
	margin-top: 5px;
}

.fileAttachment .dialog div.content h3 span {
	font-weight: normal;
	font-size: 10pt;
	color: #999
}

.fileAttachment .dialog div.content .noFiles {
	padding-bottom: 30px;
}

.fileAttachment .dialog div.content .list {
	max-height: 460px;
	overflow-x: hidden;
	overflow-y: auto;
}

.fileAttachment .dialog div.content .info {
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	line-height: 20px;
	border: 1px solid;
	background-color: #FFFFFF;
	border-color: #3572B0;
}

.fileAttachment .dialog .info .icon {
	background-repeat: no-repeat;
	background-position: center center;

	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;

	vertical-align: middle;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 0px;
	width: 40px;
	padding: 0px;

	background-image: url(../images/message_info.png);
	background-color: #3572B0;
}

.fileAttachment .dialog .info .text {
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.fileAttachment .dialog .info .text > div {
	padding-bottom: 10px;
}

.fileAttachment .dialog .info .text ul {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

.fileAttachment .dialog .info .text ul:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#lip_attachments_info > div.text {
	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

#lip_attachments_info > div.text:focus-within {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.fileAttachment .dialog div.content .info.error {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	border: 1px solid;
	border-color: #DD5555;
	background-color: #FFFFFF;
	color: #000000;
}

.fileAttachment .dialog div.content .info.error .icon {
	background-image: url(../images/message_error.png);
	background-color: #DD5555;
}

.fileAttachment .dialog div.content .info.error .text {
	padding-right: 40px;
	word-break: break-word;
	overflow-wrap: break-word;
}

.fileAttachment .dialog div.content .info .close {
	background-image: url(../images/closeEmbedding_white.png);
	cursor: pointer;
	right: 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	text-align: center;
	border-radius: 0px 3px 0px 0px;
	-moz-border-radius: 0px 3px 0px 0px;
	-webkit-border-radius: 0px 3px 0px 0px;
	background-color: #3572B0;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.fileAttachment .dialog div.content .info .close:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.fileAttachment .dialog div.content .info.error .close {
	background-color: #DD5555;
}

.fileAttachment .dialog div.content .add .uploadControl {
	width: 100%;
	padding-top: 5px;
}

.fileAttachment .dialog div.content .add .uploadControl input[type="submit"] {
	margin-right: 0;
	margin-left: 0;
}

.fileAttachment .dialog div.content .add .uploadControl .fileSelect {
	overflow: hidden;
	padding-right: 6px;
	margin-right: 10px;
	float: left;
	width: 100%;
	max-width: 84%;
}

.fileAttachment .dialog div.content .add .uploadControl .fileSelect input[type="file"] {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	width: 100%;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.fileAttachment .dialog div.content .add .uploadControl .fileSelect input[type="file"]:focus {
	outline: none;
	background-color: #FFFFFF;
}

.fileAttachment .dialog div.content .add .uploadControl .customFileSelect {
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	float: left;
	width: 100%;
	max-width: 84%;
}

.fileAttachment .dialog div.content .add .uploadControl .customFileSelect .text {
	cursor: pointer;
	line-height: 30px;
	height: 31px;
	width: 100%
}

.fileAttachment .dialog div.content .add .uploadControl .customFileSelect .text .filename {
	border-style: none;
	padding: 0;
	padding-left: 5px;
	padding-right: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fileAttachment .dialog div.content .add .uploadControl .customFileSelect .text div:first-child {
	border-left: 1px solid #CCCCCC;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	float: right;
	background-color: #EEEEEE;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.fileAttachment .dialog div.content .add .uploadControl .customFileSelect input[type="file"] {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
	padding: 5px 0;
	margin: 0;
	width: 100%;
	opacity: 0;
}

.fileAttachment .dialog div.content .add .uploadControl .addButton {
	text-align: right;
	white-space: nowrap;
	width: 1px;
	overflow: visible;
}

.fileAttachment .dialog div.content .add .dropZone {
	margin: 0 auto;
	margin-top: 30px;
	border: 2px dashed #808080;
	border-radius: 5px;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	position: relative;
}

.fileAttachment .dialog div.content .add .dropZone:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.fileAttachment .dialog div.content .add .dropZone > input[type="file"] {
	display: block;
	position: absolute;
	opacity: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	font-size: 0;	/* hide blinking text caret in IE */
}

.fileAttachment .dialog div.content .add .dropZone > input[type="file"]:focus,
.fileAttachment .dialog div.content .add .dropZone > input[type="file"]:active,
.fileAttachment .dialog div.content .add .dropZone > input[type="file"]:hover {
	background-color: transparent;
	opacity: 0;
	outline: none;
	border: none;
}

.fileAttachment .dialog div.content .add .dropZone.dragOver {
	border: 2px dashed black;
	color: black;
	text-decoration: underline;
	background-color: #EEEEEE;
}

.fileAttachment .dialog div.content .add .dropZone div {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #3D8700;
	text-decoration: underline;
	cursor: pointer;
}

.fileAttachment .dialog div.content #lip_attachmentErrorList ul {
	padding-left: 40px;
}

.fileAttachment .dialog div.content #lip_attachmentErrorList li {
	list-style-type: inherit;
}

.fileAttachment .dialog div.content .table-container {
	overflow: auto;
}

.fileAttachment .dialog div.content .list,
.fileAttachment .dialog div.content .list * {
	box-sizing: border-box;
}

.fileAttachment .dialog div.content table.list {
	border-collapse: separate;
	border-spacing: 1px;
	border: none;
}

.fileAttachment .dialog div.content table.list caption {
	text-align: left;
}

.fileAttachment .dialog div.content table.list tr.header {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 40px;
	height: 40px;
}

.fileAttachment .dialog div.content table.list th {
	background-color: #D2E8C0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 0;
}

.fileAttachment .dialog div.content table.list .header > th.sortable {
	background-image: url(../images/order_none.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	cursor: pointer;
}

.fileAttachment .dialog div.content table.list .header > th.sortable.disabled,
.fileAttachment .dialog div.content table.list .header > th.sortable input:disabled {
	cursor: default;
}

.fileAttachment .dialog div.content table.list .header > th[aria-sort="ascending"] {
	background-image: url(../images/order_up.png);
}

.fileAttachment .dialog div.content table.list .header > th[aria-sort="descending"] {
	background-image: url(../images/order_down.png);
}

.fileAttachment .dialog div.content table.list .header > th-child {
	border-left-color: #D2E8C0;
}

.fileAttachment .dialog div.content table.list .header input {
	display: block;
	background-color: transparent;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px 6px 10px 22px;
	text-align: left;
	font-size: 14px;
	cursor: pointer;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.fileAttachment .dialog div.content table.list .header input:focus,
.fileAttachment .dialog div.content table.list .header input:active {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.fileAttachment .dialog div.content table.list .header tr:hover {
	background-color: transparent;
}

.fileAttachment .dialog div.content table.list tbody tr:nth-child(even),
.fileAttachment .dialog div.content table.list tbody tr.oddRow {
	background-color: #EEEEEE;
}

.fileAttachment .dialog div.content table.list tbody tr:hover {
	background-color: #CCCCCC;
}

.fileAttachment .dialog div.content table.list div {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	overflow: hidden;
}

.fileAttachment .dialog div.content table.list img {
	vertical-align: middle;
}

.fileAttachment .dialog div.content table.list a {
	max-width: 380px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: underline;
	font-size: 11pt;
	white-space: nowrap;
	color: #003478;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.fileAttachment .dialog div.content table.list a:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.fileAttachment .dialog div.content table.list input[type="image"] {
	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.fileAttachment .dialog div.content table.list input[type="image"]:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.fileAttachment .dialog div.content table.list .preview {
	min-width: 72px;
}

.fileAttachment .dialog div.content table.list .preview img {
	max-height: 60px;
}

.fileAttachment .dialog div.content table.list .link {
	width: 100%;
	padding-left: 6px;
	padding-right: 6px;
}

.fileAttachment .dialog div.content table.list .temporary ~ div {
	display: block;
	float: right;
	margin-right: 3px;
	background-color: #5CB85C;
	padding: 2px 5px;
	border-radius: 3px;
	color: white;
	font-family: monospace;
	font-size: 14px;
}

.fileAttachment .dialog div.content table.list .date {
	white-space: nowrap;
	min-width: 100px;
	max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 6px;
	padding-right: 6px;
}

.fileAttachment .dialog div.content table.list .size {
	white-space: nowrap;
	min-width: 85px;
	max-width: 85px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 6px;
	padding-right: 6px;
}

.fileAttachment .dialog div.content table.list .delete {
	padding-right: 6px;
	padding-left: 6px;
	min-width: 36px;
	max-width: 36px;
}

.fileAttachment .dialog div.content table.list .delete input:disabled {
	cursor: default;
}

/* Progress bar */
.fileAttachment .dialog div.content .resumable .progress-list {
	height: 100%;
	width: 100%;
	padding: 10px 0 10px 0;
}

.fileAttachment .dialog div.content .resumable .progress-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.fileAttachment .dialog div.content .resumable .progress-list ul li {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}

.fileAttachment .dialog div.content .resumable .progress-list ul li .filename {
	word-break: break-word;
	overflow-wrap: break-word;
}

/* WebKit */
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

/* Spec and IE10+ */
@keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container {
	line-height: 1.42857143;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

	height: 30px;
	overflow: hidden;
	background-color: #EEEEEE;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);

	width: 100%;

	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container.focussed {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}


.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar {
	font-size: .75em;
	width: 0;
	height: 100%;
	line-height: 30px;
	color: white;
	text-align: left;
	background-color: #3D8700;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar.failed {
	background-color: #EE1111;
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar.striped,
.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar.striped.failed {
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar.striped:focus,
.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar.striped.failed:focus {
	/* FFWS-9785 */
	outline: none;
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar div {
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 6px center;


	background-size: 24px 24px;
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar.finished div {
	background-image: url(../images/Check.png);
}

.fileAttachment .dialog div.content .resumable .progress-list .bar-container .bar.failed div {
	background-image: url(../images/cross_white.png);
}

.fileAttachment .dialog div.content .resumable .progress-list .progress {
	padding: 0 10px 0 20px;
}

.fileAttachment .dialog div.content .resumable .progress-list .control {
	font-size: 14pt;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	height: 30px;
	min-width: 30px;
	max-width: 30px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	background: #EEEEEE no-repeat center;
	margin-left: 5px;
}

.fileAttachment .dialog div.content .resumable .progress-list .control:disabled {
	opacity: .5;
	cursor: default;
}

.fileAttachment .dialog div.content .resumable .progress-list .control.resume {
	background-image: url(../components/resumable.js/resume.png);
	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.fileAttachment .dialog div.content .resumable .progress-list .control.resume:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.fileAttachment .dialog div.content .resumable .progress-list .control.pause {
	background-image: url(../components/resumable.js/pause.png);
	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.fileAttachment .dialog div.content .resumable .progress-list .control.pause:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.fileAttachment .dialog div.content .resumable .progress-list .control.cancel {
	background-image: url(../components/resumable.js/cancel.png);
	/* FFWS-9785 */
	border: solid 2px transparent;
	border-radius: 3px;
}

.fileAttachment .dialog div.content .resumable .progress-list .control.cancel:focus {
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

/* Flexbox */
.fileAttachment .dialog div.content .resumable .progress-list .flex-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.fileAttachment .dialog div.content .resumable .progress-list .flex-container .flex-container {
	flex-direction: row;
	align-items: center;
	width: 100%;

	margin: 10px 0;
}

/* Viewport width dependent rules */
@media (max-width: 460px) {
	.fileAttachment .dialog .info .icon {
		display: none;
	}

	.fileAttachment .dialog .info .text {
		padding-left: 10px;
	}
}

/* --------------------------------------------------------------- lookup dialog
*/

.lookupWindow {
	overflow-x: auto;
	overflow-y: hidden;
}

.lookupWindow .dialog {
	color: #000000;
	background-color: #FFFFFF;
}

/* not modal dialog */
body > .lookupWindow .dialog {
	margin: 30px;
}

.lookupWindow .dialog div.content {
	max-height: 800px;
}

.lookupWindow .dialog .description {
	padding-bottom: 10px;
	padding-top: 10px;
}

.lookupWindow .dialog .bold {
	font-weight: bold;
}

.lookupWindow .dialog .matchcode {
	width: 100%;
	display: table;

	padding-bottom: 10px;
	padding-top: 10px;
}

.lookupWindow .dialog .matchcode div {
	overflow: hidden;
	padding-right: 10px;
}

.lookupWindow .dialog .matchcode div.button {
	display: table-cell;
	text-align: right;
	white-space: nowrap;
	width: 1px;
	overflow: visible;	/* IE7 */
}

.lookupWindow .dialog .matchcode input[type="submit"] {
	margin-right: 0;
}

.lookupWindow .dialog .matchcode input[type="text"] {
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding: 2px;

	margin: 2px;
	padding-right: 0px;
}

.lookupWindow .dialog .matchcode input[type="text"]:focus {
	background-color: #FFFFFF;
	/* FFWS-9785 */
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	outline: none;
}

.lookupWindow .dialog .matchcode input[type="text"]::placeholder {
	color: #6E6E6E;
	font-style: italic;
}

.lookupWindow .dialog .pages {
	overflow: hidden;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lookupWindow .dialog .pages input {
	min-width:32px;
	height:30px;
	vertical-align:top;

	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 3px;
	cursor: pointer;

	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-right: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	color: #000000;
	background-color: #FFFFFF;
}

.lookupWindow .dialog .pages input.current {
	color: #FFFFFF;
	background-color: #D2E8C0;
}

.lookupWindow .dialog .pages input:focus,
.lookupWindow .dialog .pages input:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

.lookupWindow .dialog div.content .list {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	overflow: auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.lookupWindow .dialog div.content .list .table {
	width: 100%;
	border-spacing: 1px;
	padding: 0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.lookupWindow .dialog div.content .list .table .tHeader {

	margin: 1px;
	height: 30px;
	line-height: 30px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;

	font-weight: bold;
	cursor: default;
}

.lookupWindow .dialog div.content .list .table .tHeader .tCell {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #003478;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;

	color: #FFFFFF;
}

.lookupWindow .dialog div.content .list .table .tHeader .tCell:first-child {
	padding-left: 6px;
}

.lookupWindow .dialog div.content .list .table .tBody {
	height: 100%;
}

.lookupWindow .dialog div.content .list .table .tBody .tRow {
	height: 100%;
	cursor: pointer;
	background-color: #F4F4F4;
}

.lookupWindow .dialog div.content .list .table .tBody .tRow.oddRow {
	background-color: #FFFFFF;
}

.lookupWindow .dialog div.content .list .table .tBody .tRow:hover {
	color: #000000;
	background-color: #D2E8C0;
}

.lookupWindow .dialog div.content .list .table .tBody .tCell {
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	min-height: 30px;
	padding: 4px;
}

@-moz-document url-prefix() {	/* only applied in FF */
	.lookupWindow .dialog div.content .list .table .tBody .tCell {
		height: initial;
	}
}

.lookupWindow .dialog div.content .list .table .tBody .tRow:last-child .tCell:first-child {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.lookupWindow .dialog div.content .list .table .tBody .tRow:last-child .tCell:last-child {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.lookupWindow .dialog div.content .list .table .tBody .tCell a {
	display: block;
	height: 100%;	/* TODO: mag FF nicht! */
	line-height: 30px;
	text-decoration: none;
	color: #000000;
}

.lookupWindow .dialog div.content .error {
	color: #EE1111;
	font-weight: bold;
}

/* ------------------------------------------------------------------ checkboxes
*/

@font-face {
	font-family: 'lip_Checkbox';
	src: url(
		data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
	) format('truetype');
}

.lip_checkbox input[type="checkbox"],
.lip_checkbox input[type="radio"],
.lip_checkbox div[data-type="checkbox"],
.lip_checkbox div[data-type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	cursor: pointer;
	opacity: 0 !important;
	z-index: 3;
}

.lip_checkbox > div > .before,
.lip_checkbox > div > .after,
.lip_checkbox > div > .after:before {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
	transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
	transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
	transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
	box-sizing: border-box;
	display: block;
}

/* checkbox */
.lip_checkbox input[type="radio"] ~ div > .before,
.lip_checkbox div[data-type="radio"] ~ div > .before {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

/* checkmark */
.lip_checkbox input[type="checkbox"]:checked ~ div > .after:before,
.lip_checkbox div[data-type="checkbox"][data-checked="checked"] ~ div > .after:before {
	content: '\e800';
	font-family: 'lip_Checkbox';
	color: black;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.lip_checkbox input[type="checkbox"]:checked ~ div > .after:before,
	.lip_checkbox div[data-type="checkbox"][data-checked="checked"] ~ div > .after:before {
		content: 'X';
		font-family: Arial,sans-serif;
		transform: translateX(30%);
	}
}

.lip_checkbox input[type="radio"]:checked ~ div > .after:before,
.lip_checkbox div[data-type="radio"][data-checked="checked"] ~ div > .after:before {
	content: '';
	background-color: black;
	transform: scale(.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

/* disabled */

.lip_checkbox input[disabled],
.lip_checkbox div[data-type="checkbox"],
.lip_checkbox div[data-type="radio"] {
	cursor: not-allowed;
}

.lip_checkbox input[disabled] ~ div,
.lip_checkbox input[disabled] ~ div .after,
.lip_checkbox div[data-type="checkbox"] ~ div,
.lip_checkbox div[data-type="checkbox"] ~ div .after,
.lip_checkbox div[data-type="radio"] ~ div,
.lip_checkbox div[data-type="radio"] ~ div .after {
	opacity: 0.5;
	color: #000000;
}

/* ------------------------------------------------------------- checkbox slider
*/

.lip_checkbox.toggle > div {
	position: absolute;
}

.lip_checkbox.toggle > div > .before {
	z-index: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: none;
	top: 0;
	float: left;
}

.lip_checkbox.toggle > div > .after {
	background: white;	/* IE9 */
	background: white -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
	background: white linear-gradient(transparent, rgba(0, 0, 0, 0.05));
	opacity: 1;
	box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15),
				0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;

	position: absolute;
	top: 0;
	left: -1px;
	z-index: 2;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: background 0.3s ease, left 0.3s ease;
	transition: background 0.3s ease, left 0.3s ease;
}

.lip_checkbox.toggle input[type="checkbox"] ~ div > .after:before,
.lip_checkbox.toggle div[data-type="checkbox"] ~ div > .after:before {
	content: '';
}

.lip_checkbox.toggle input:checked ~ div > .after,
.lip_checkbox.toggle div[data-checked="checked"] ~ div > .after {
	left: 57.5%;
}

.flex-center-container {
	display: flex !important;
	justify-content: center;
	align-items: center;
}


/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * d: modalOverlay.css 7070 2011-02-21 10:33:17Z marc  * -----------------------------------------------------------------------------
 */

#lip_modalBackground {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	z-index: 3002;
	background-color:#000000;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}

#lip_modalBackground.loadingIndicator {
	background-color: #FFFFFF;
}

#lip_modalTmpWindow,
#lip_modalWindow {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#lip_modalTmpWindow {
	z-index: 2999;
}

#lip_modalWindow {
	z-index: 3003;
}

span.selectReplacement {
	display: inline-block;
	padding: 1px 0 0 4px;
	font-family: Arial;
	font-size: smaller;
	position: absolute;
}

@keyframes loadingIndicator {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

#lip\.loadingNotification svg {
	margin: auto;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	display: block;
	shape-rendering: auto;
	width: 191px;
	height: 191px;
}

#lip\.loadingNotification svg rect {
	animation-duration: 3.3333333333333335s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: loadingIndicator;
	fill: #3D8700;
}

#lip\.loadingNotification svg g:nth-child(1) rect {
	animation-delay: -3.055555555555556s;
}

#lip\.loadingNotification svg g:nth-child(2) rect {
	animation-delay: -2.777777777777778s;
}

#lip\.loadingNotification svg g:nth-child(3) rect {
	animation-delay: -2.5000000000000004s;
}

#lip\.loadingNotification svg g:nth-child(4) rect {
	animation-delay: -2.2222222222222223s;
}

#lip\.loadingNotification svg g:nth-child(5) rect {
	animation-delay: -1.9444444444444446s;
}

#lip\.loadingNotification svg g:nth-child(6) rect {
	animation-delay: -1.6666666666666667s;
}

#lip\.loadingNotification svg g:nth-child(7) rect {
	animation-delay: -1.388888888888889s;
}

#lip\.loadingNotification svg g:nth-child(8) rect {
	animation-delay: -1.1111111111111112s;
}

#lip\.loadingNotification svg g:nth-child(9) rect {
	animation-delay: -0.8333333333333334s;
}

#lip\.loadingNotification svg g:nth-child(10) rect {
	animation-delay: -0.5555555555555556s;
}

#lip\.loadingNotification svg g:nth-child(11) rect {
	animation-delay: -0.2777777777777778s;
}

#lip\.loadingNotification svg g:nth-child(12) rect {
	animation-delay: 0;
}

