/*commonStyle*/

.login_text a {
    color: #e3001b;
}

body {
    color: #353c41;
    background: #ecedee;
}

a:active, a:focus{
    outline: medium none;
}

select{
    border: 1px solid #353c41;
}

.selectedObjectsText {
    color: #485258;
    background: #ecedee;
    border: 1px solid #b6babc;
}

.labelTextFieldDisplay {
    color: #b6babc;
    background: #ecedee;
    border: 1px solid #ecedee;
}

.EditorKommentar{
    background: #ecedee;
}

.EditorKommentar td{
    padding-top: 2px;
    border-bottom: 1px solid #353c41;
}

.EditorKommentarInput{
    background: #ecedee;
}

.EditorKommentarInput td{
    padding: 5px;
}

/*PopUp*/
.overlay {
    background: #000000;
    opacity: .40;
    filter: Alpha(Opacity = 40);
}

.overlayEmbedded {
    background: #000000;
    opacity: .40;
    filter: Alpha(Opacity = 40);
}

.overlayEmbeddedPopup {
    background: #000000;
    opacity: .40;
    filter: Alpha(Opacity = 40);
}

.clickOverlay {
    background: #000000;
    opacity: .0;
    filter: Alpha(Opacity = 0);
}
.clickOverlayHidden {
    background: #000000;
    opacity: .0;
    filter: Alpha(Opacity = 0);
}

.popup {
    background: #f8f8f8;
    border: 1px solid #353c41;
}

.popupHeader {
    color:#ffffff;
    background:#353c41;
    border-bottom: 1px solid #353c41;
}

.popupHelp {
    border: 1px solid #b6babc;
    background:#FFFFFF;
}

.inputDialogWarning{
    border: 1px solid #e3001b;
    color: #e3001b;
    background:#FDE5E5;
}

.error {
    color: #e3001b;
}

.popupFooter{
    background: url(/javax.faces.resource/whitenoise-30x30.png.jsf?ln=images);
    border-top: 1px solid #b6babc;
}

/*Materialeditor*/

select:focus{
    border: 1px solid #e3001b;
}

.lineSeperator{
    border-bottom:1px solid #ecedee;
    margin-bottom:5px;
}

/*textField secretField*/
.textField {
    background: #ffffff;
    color: #353c41;
    border: 1px solid #485258;
}

.textField:focus {
    border: 1px solid #353C41;
}

.textField:disabled {
    color: #b6babc;
    background: #ecedee;
}

.textField.fontSize {
    background: #FCFCFC;
}

.textFieldInvalid {
    background: #FDE5E5;
    color: #353c41;
    border: 1px solid #e3001b;
}

.textFieldInvalid:focus {
    border: 1px solid #B90015;
}

/* button */
.button {
    color: #ffffff;
    background: #e3001b;
    border: 1px solid #e3001b;
    box-shadow: none;
    text-shadow: none;
}

.button:focus {
    border: 1px solid #B90015;
    border-top: 1px solid #B90015;
    border-left: 1px solid #B90015;
}

.button:hover {
    background: #B90015;
    border: 1px solid #B90015;
    box-shadow: none;
}

/* Button Icon*/
.buttonIcon {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #353c41;
}

.buttonIcon:hover {
    border: 1px solid #B90015;
    background: #ecedee;
}

.buttonIconPressed {
    background:#ffffff;
    -webkit-box-shadow: 1px 1px 2px 0 #b6babc inset;
    box-shadow: 1px 1px 2px 0 #b6babc inset;
    border: 1px solid #E3001B;
}

.buttonIconPressed:hover {
    border: 1px solid #B90015;
    border-top: 1px solid #B90015;
    border-left: 1px solid #B90015;
    box-shadow: 0px #ffffff;
}

.buttonIcon:focus {
    border: 1px solid #B90015;
    border-top: 1px solid #B90015;
    border-left: 1px solid #B90015;
}

.buttonSearch {
    background: none repeat scroll 0 0 #353c41;
    border-color: #353c41;
    border-style: solid;
    border-width: 1px;
}

/* Portal Menu */

.PortalToolButton {
    border: 1px solid #353c41;
    background: #ffffff;
    color: #e3001b;
}

.PortalToolButton:hover{
    background: #ecedee;
    border: 1px solid #353c41;
}

.PortalToolButton:focus{
    border: 1px solid #B90015;
}

.PortalToolButton.active {
    border-left: 1px solid #353c41;
    border-top: 1px solid #353c41;
    border-bottom: 1px solid #353c41;
    border-right: 1px solid #353c41;
}

.PortalToolButtonArrow.active {
    border-color: transparent transparent transparent #353c41;
    border-style: solid;
    border-width: 10px;
}

.PortalToolButtonHead {
    color: #353c41;
}

.PortalToolButtonHead.active{
    background: #353c41;
    color: #ffffff;
}

.PortalToolItem {
    color: #353c41;
    background: #ffffff;
}

.PortalToolItem:hover {
    color: #353c41;
    background: #B6BABC;
}

.PortalToolItem:focus {
    color: #353c41;
    background: #ECEDEE;
}

.PortalToolItem.active {
    color: #353c41;
    background: #b6babc;
}

/* content */

.toolContent {
    border: 1px solid #353C41;
    background: #ffffff;
    box-shadow: 0px 0px 3px 3px #e3e3e3;
}

.toolContentFull{
    background: #ffffff;
}

/* Produkt-Container */

.ProductNavigation {
    border: 3px solid #ecedee;
    width: 377px;
}

.ProductNavigation:hover {
    background: #ECEDEE;
    border: 3px solid #ECEDEE;
}

.ProductNavigationTitle {
    color: #353c41;
    width: 290px;
}

.ProductNavigationText {
    color: #353c41;
    width: 290px;
}

/* Content Tabelle*/

.businessObjectContentTableheader{
    background: #e3001b;
    border: 1px solid #353c41;
    color: #ffffff;
}

.businessObjectContentTableheader tr{
    background: #485258;
}
.businessObjectContentTableheader td:hover{
    background: #353c41;
}

.businessObjectContentTableheaderUnsorted {
    color: #ffffff;
}

.businessObjectContentTableheaderSorted {
    color: #ffffff;
    background: #353c41;
}

.businessObjectContentTable{
    background: #ffffff;
    border-left: 1px solid #353c41;
    border-right: 1px solid #353c41;
    border-bottom: 1px solid #353c41;
}

.businessObjectContentTable tr{
    color:#353c41;
}

.businessObjectContentTable tr:hover{
    background: #B6BABC;
}

.TableGroup{
    background: none repeat scroll 0 0 #ecedee;
    color: #353c41;
}

.TableGroupCount{
    background-color: #ababab;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin-top: -5px;
    min-width: 10px;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.even {
    background: #FFFFFF;
}

.odd {
    background: #f4f4f4;
}

.evenInUse {
    background: #ecedee;
}

.oddInUse {
    background: #ecedee;
}

.evenInUse td{
    color:#d8d8d8;
}

.evenInUse img{
	zoom: 1;
	filter: alpha(opacity=15);
	opacity: 0.15;
}

.oddInUse td{
    color:#d8d8d8;
}

.oddInUse img{
	zoom: 1;
	filter: alpha(opacity=15);
	opacity: 0.15;
}

.businessObjectContentTable tr.inUse:hover{
    background: #ecedee;
    color: #d8d8d8;
}

.tableIndexInactive {
    color: #353c41;
}

.tableIndexActive {
    color: #e3001b;
}

.tablePaginationInactive {
    color: #353c41;
}

.tablePaginationActive {
    color: #e3001b;
}

.tablePagination .buttonIcon{
    background: none repeat scroll 0 0 #FFFFFF;
}

table th {text-align:left;}

/* Image Header */

.ContainerHeader {
    border-bottom: none;
}


.ContainerHeaderTitleName {
    color: #e3001b;
}

.ContainerHeaderTitleBg{
    background: #ffffff;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index:1;
}

/*contextmenu*/

.editorContextMenu {
    border: 1px solid #353c41;
    background: #ffffff;
}

.editorContextTitle{
    background: none repeat scroll 0 0 #353c41;
    color: #FFFFFF;
}

.editorContextMenu a{
    color: #353c41;
}

.editorContextMenu a:hover{
    background: #b6babc;
}

.editorContextMenu a:before{
    content:"\25CF \00A0";
    color: #e3001b;
}

.editorContextError{
    background: #fde5e5;
    color: #e3001b;
    border-color: #e3001b;
}

/*BusinessObjectSelection*/
.buttonPopup {
    background-color: #FFFFFF;
    background: url(/javax.faces.resource/dropright.png.jsf?ln=images ) 1px no-repeat;
    background-position: right;
    box-shadow: 1px 1px 3px #666666;
    border: 1px solid transparent;
    border: /*\**/ 1px solid #999999\9;
}

/* Accordeon */

.AccordeonTableRowBackground{
    background: #ecedee;
}

.AccordeonTableRowBackgroundSep{
    background: #ecedee;
    border-bottom: 1px solid #DDDDDD;
}

.AccordeonTableRowBackgroundNone{
    background: #ecedee;
}

.accordionPanel {
    color: #353c41;
    background: #b6babc;
    border-bottom: 1px solid #b6babc;
    box-shadow: none;
    margin-bottom: 0px;
}

.accordionPanelDisabled {
    color: #b6babc;
    background: #ECEDEE;
    box-shadow: none;
    margin-bottom: 0px;
}
.accordionPanelDisabled > .accordionPanelTitle > .accordionArrow{
    opacity: 0.5;
}


.accordionArrow {
    background: url(/javax.faces.resource/arrowGreyRight.png.jsf?ln=images) no-repeat 0px 6px;
}

.accordionArrow.active {
    background: url(/javax.faces.resource/arrowGreyDown.png.jsf?ln=images) no-repeat 0px 8px;
}

.accordionContent{
    border-bottom: 1px solid #B6BABC;
    background: #ecedee;
}

/*portal.css*/


.header {
    background: #353c41;
    border-bottom: none;
}

.logo {
    background: url(/javax.faces.resource/mediaform_logo.png.jsf?ln=images) no-repeat;
    background-position: left center;
}

.content {
    background: #ffffff;
}

.login_box {;
    background: #ffffff;
    border: 1px solid #353c41;
    box-shadow: 0px 0px 3px 3px #e3e3e3;
    box-shadow: 0px 0px 0px 0px #ffffff\9;
}

.login_header {
    background: #353c41;
    border-bottom: none;
}

.login_content {
    border-right: 1px solid #353c41;
    background: url(/javax.faces.resource/Login_image_mform.png.jsf?ln=images) no-repeat;
    background-position: center center;
}

.login_login {
    background: #ffffff;
}

.error_box > .errorContent > .headline{
    color:#353c41;
}

.error_box > .errorContent > .log{
    border-color:#353c41;
}

.login_demo{
    background: url(/javax.faces.resource/demo.png.jsf?ln=images) no-repeat;
    background-position: top right;
    text-shadow: 1px 1px #e3001b;
    color:#ffffff;
}

.HeaderLogin{
    top: 15px;
    height: 30px;
}

.HeaderProfile{
    margin-top: 5px;
}

.HeaderLoginName{
    color: #FFFFFF;
}

.HeaderLoginName:hover{
    background:#b1b1b1;
}

.HeaderLoginLogoutActive{
    color: #FFFFFF;
    padding: 0;
    height: 26px;
    background-color: #485258;
    border-top: 3px solid #353C41;
}

.HeaderLoginLogoutActive:hover{
    color:#353C41;
    background-color:#ECEDEE;
    border-top: 3px solid #b6babc;
}

.HeaderUser a {
    padding: 6px 20px;
}

/*Primefaces*/

.ui-widget-header{
    background:#ecedee;
    border-bottom: 1px solid #353c41;
    color: #353c41;
}

.ui-progressbar .ui-widget .ui-widget-content .ui-corner-all{
    border: 1px solid #ababab;
}

.ui-progressbar .ui-widget-header{
    background:#e3001b;
    background: -moz-linear-gradient(-45deg, #e3001b 45%, #e1522c 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(45%,#e3001b), color-stop(100%,#e1522c));
    background: -webkit-linear-gradient(-45deg, #e3001b 45%,#e1522c 100%);
    background: -o-linear-gradient(-45deg, #e3001b 45%,#e1522c 100%);
    background: -ms-linear-gradient(-45deg, #e3001b 45%,#e1522c 100%);
    background: linear-gradient(-45deg, #e3001b 45%,#e1522c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3001b', endColorstr='#e1522c',GradientType=1 );
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3001b, endColorstr=#e1522c)";
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border:1px solid #d4d4d4;
    background:#353c41;
    color:#313131;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border:1px solid #353c41;
    background:#353c41;
    color:#1C4257;
    text-shadow:none;
}

 .ui-growl-item-container{
    opacity:0.95;
    filter:alpha(opacity=95);
}

 .ui-growl-image{
    background:url("") no-repeat;
}


.ui-growl-image-info{
   background-position:0 -264px;
   }

.ui-growl-image-warn{
   background-position:0 -396px;
   }

.ui-growl-image-error{
   background-position:0 0;
   }

.ui-growl-image-fatal{
   background-position:0 -228px;
   }

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus{
    border-left:1px solid #B90015;
    border-top:1px solid #B90015;
    border-right:1px solid #B90015;
    border-bottom:1px solid #B90015;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #353c41;
    color: #353c41;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #353c41;
    color: #353c41;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border:1px solid #ebebeb;
    background:#f4f4f4;
    color:#353c41;
}

.ui-widget-content{
    border:1px solid #353c41;
    background:#ffffff;
    color:#353c41;
}

.ui-state-default .ui-icon{background-image:url("/javax.faces.resource/images/mediaface_ui-icons.png.jsf?ln=");}

.SupportContactHeadline{
    color:#e3001b;
    font-weight: bold;
}


/*Wizzard*/

.wizardNavigationHeader{
    background: #e3001b;
    background: -moz-linear-gradient(-45deg, #e3001b 45%, #e1522c 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(45%,#e3001b), color-stop(100%,#e1522c));
    background: -webkit-linear-gradient(-45deg, #e1522c 45%,#e3001b 100%);
    background: -o-linear-gradient(-45deg, #e3001b 45%,#e1522c 100%);
    background: -ms-linear-gradient(-45deg, #e3001b 45%,#e1522c 100%);
    background: linear-gradient(-45deg, #e3001b 45%,#e1522c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1522c', endColorstr='#e3001b',GradientType=1 );
    color: #ffffff;
}

.wizardNavigationWrapper{
    background:#ffffff;
    border-right: 1px solid #353c41;
}

.wizardNavigationStepActiveStep .wizardNavigationStepPath .wizardNavigationStepSymbol{
    background:#e3001b;
}

.wizardNavigationStepActiveStep .wizardNavigationStepPath .wizardNavigationStepConnector{
    background: #e3001b;
    background: -moz-linear-gradient(135deg, #e3001b 45%, #e1522c 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(45%, #e3001b), color-stop(100%, #e1522c));
    background: -webkit-linear-gradient(135deg, #e1522c 45%, #e3001b 100%);
    background: -o-linear-gradient(135deg, #e3001b 45%, #e1522c 100%);
    background: -ms-linear-gradient(135deg, #e3001b 45%, #e1522c 100%);
    background: linear-gradient(135deg, #e3001b 45%, #e1522c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3001b', endColorstr='#e1522c', GradientType=1);
}

.wizardNavigationStepInactiveStep .wizardNavigationStepPath .wizardNavigationStepSymbol{
    background:#e1522c;
}

.wizardNavigationStepInactiveStep .wizardNavigationStepPath .wizardNavigationStepConnector{
    background:#e1522c;
}

.wizardNavigationStepInactiveStep .wizardNavigationStepContent{
    color: #ABABAB;
}


.wizardNavigationStepActiveDecision .wizardNavigationStepPath .wizardNavigationStepSymbol{
    background:#e3001b;
}

.wizardNavigationStepActiveDecision .wizardNavigationStepPath .wizardNavigationStepConnector{
    background: #ffffff;
    background: -moz-linear-gradient(135deg, #e3001b 45%, #ffffff 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(45%, #e3001b), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(135deg, #ffffff 45%, #e3001b 100%);
    background: -o-linear-gradient(135deg, #e3001b 45%, #ffffff 100%);
    background: -ms-linear-gradient(135deg, #e3001b 45%, #ffffff 100%);
    background: linear-gradient(135deg, #e3001b 45%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3001b', endColorstr='#ffffff', GradientType=1);
}

.wizardNavigationStepActiveDecision .wizardNavigationStepContent{
    color: #353c41;
    font-weight: bold;
}

.wizardNavigationStepActiveFinal .wizardNavigationStepPath .wizardNavigationStepSymbol{
    background:#e3001b;
}

.wizardNavigationStepActiveFinal .wizardNavigationStepPath .wizardNavigationStepConnector{
    background: #e3001b;
}

.wizardNavigationStepActiveFinal .wizardNavigationStepPath .wizardNavigationStepEnd{
    background: #e3001b;
}

.wizardNavigationStepInactiveDecision .wizardNavigationStepPath .wizardNavigationStepSymbol{
    background:#e1522c;
}

.wizardNavigationStepInactiveDecision .wizardNavigationStepPath .wizardNavigationStepConnector{
    background:#ffffff;
    background: -moz-linear-gradient(135deg, #e1522c 45%, #ffffff 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(45%, #e1522c), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(135deg, #ffffff 45%, #e1522c 100%);
    background: -o-linear-gradient(135deg, #e1522c 45%, #ffffff 100%);
    background: -ms-linear-gradient(135deg, #e1522c 45%, #ffffff 100%);
    background: linear-gradient(135deg, #e1522c 45%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1522c', endColorstr='#ffffff', GradientType=1);
}

.wizardNavigationStepInactiveDecision .wizardNavigationStepContent{
    color: #ABABAB;
}

.wizardNavigationStepInactiveCompleted .wizardNavigationStepPath .wizardNavigationStepSymbol{
    background:#e3001b;
}

.wizardNavigationStepInactiveCompleted .wizardNavigationStepPath .wizardNavigationStepConnector{
    background:#e3001b;
}

.wizardNavigationStepInactiveCompleted .wizardNavigationStepContent{
    color: #ABABAB;
}

.wizardNavigationStepInactiveFinal .wizardNavigationStepPath .wizardNavigationStepSymbol{
    background:#e1522c;
}

.wizardNavigationStepInactiveFinal .wizardNavigationStepPath .wizardNavigationStepConnector{
    background: #e1522c;
}

.wizardNavigationStepInactiveFinal .wizardNavigationStepPath .wizardNavigationStepEnd{
    background: #e1522c;
}

/*datepicker*/

.ui-datepicker-div .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color:#ffffff;
}

.ui-datepicker .ui-datepicker-header{
    background: #353c41;
    color: #ffffff;
}

a .ui-datepicker .ui-datepicker-header .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border:1px solid #353c41;
    background:#ffffff;
    color:#353c41;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.DashboardBox > a .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus{
    border:1px solid #353c41 !important;
    background:#353c41 !important;
    color:#353c41 !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-highlight, .ui-datepicker .ui-datepicker-current-day .ui-state-default{
    background:#e3001b;
    color:#FFFFFF !important;
    font-weight:bold;
    text-shadow:0 1px 1px #ca3f1b;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default{
    color:#353c41;
}

.StatisticAreaDesc h3{
    color:#e3001b;
}

.reportContainer .ui-tabs-panels h2 {
    color:#e3001b;
}

.ui-button .ui-button-text{color: #ffffff;}


.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{
    background-image: url("/suite/javax.faces.resource/images/mediaface_ui-icons.png.jsf?ln=");
}

#reportTabView li.ui-state-default{
    border:1px solid #a8a8a8;
    border-bottom:none;
    background:#f4f4f4 ;
    color:#4f4f4f;
}

#reportTabView li.ui-state-active{
    border:1px solid #a8a8a8;
    border-bottom:none;
    background:#fff;
    color:#4f4f4f;
}

#reportTabView li.ui-state-hover{
    border:1px solid #353c41;
    border-bottom:none;
}

#reportTabView span.ui-icon{
    background-image: url("/suite/javax.faces.resource/images/ui-icons_898989_256x240.png.jsf?ln=primefaces-aristo");
}

#reportTabView .ui-datatable thead th {
    background: #ca3f1b;
    background: -moz-linear-gradient(top, #E1522C 0%, #E1522C 50%, #ca3f1b 51%, #ca3f1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1522C), color-stop(50%,#E1522C), color-stop(51%,#ca3f1b), color-stop(100%,#ca3f1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E1522C 0%,#E1522C 50%,#ca3f1b 51%,#ca3f1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E1522C 0%,#E1522C 50%,#ca3f1b 51%,#ca3f1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E1522C 0%,#E1522C 50%,#ca3f1b 51%,#ca3f1b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E1522C 0%,#E1522C 50%,#ca3f1b 51%,#ca3f1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1522C', endColorstr='#ca3f1b',GradientType=0 ); /* IE6-9 */
}

#reportTabView .ui-datatable thead th:hover {
    background: #b82a10;
    background: -moz-linear-gradient(top, #d7391c 0%, #d7391c 0%, #d7391c 50%, #b82a10 51%, #b82a10 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7391c), color-stop(0%,#d7391c), color-stop(50%,#d7391c), color-stop(51%,#b82a10), color-stop(100%,#b82a10)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d7391c 0%,#d7391c 0%,#d7391c 50%,#b82a10 51%,#b82a10 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d7391c 0%,#d7391c 0%,#d7391c 50%,#b82a10 51%,#b82a10 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d7391c 0%,#d7391c 0%,#d7391c 50%,#b82a10 51%,#b82a10 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d7391c 0%,#d7391c 0%,#d7391c 50%,#b82a10 51%,#b82a10 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7391c', endColorstr='#b82a10',GradientType=0 ); /* IE6-9 */
}

.reportItemWrapper{
    border-bottom: 1px solid #353c41;
}

.tableSearchAction .BusinessObjectTableButtonTop,
.BusinessObjectTableButtonBottom{
    background-color: #e3001b;
}

.DashboardHeadline{
    background-color: #ECEDEE;
    border-color: #ECEDEE;
    color:#353C41;
}

.DashboardContent{
    border-color: #ECEDEE;
}

.SupportContactContent > a[href^=mailto]{
    color:#e3001b;
}

.AdditionalProperties > a{
    color:#353C41;
}

/*User-Dropdown*/


.HeaderUser {
    color:#FFF;
    height: 30px;
}

.HeaderUser:hover{
    color:#353C41;
}

.HeaderUser a{
    color:inherit;
}

.HeaderUser ul li {
    background-color: #475258;
}

.HeaderUser ul ul {
    border: 1px solid #353C41;
    border-top: 1px solid #ecedee;
    background: #ffffff;
    top:29px;
}

.HeaderUser ul ul li {
    background: #ffffff;
    color: #636363;
}

.HeaderUser ul ul li:hover {
    background: #ECEDEE;
    color: #636363;
}

.businessActionContext > div:before {
       color: #e3001b;
   }

.businessActionContext > div:hover {
    background-color: #ECEDEE;
   }

.contextSelected {
    background-color: #000000;
}

tr.contextSelected,
tr.contextSelected:hover{
    background-color: #ec596a;
    color:#353c41;
}

/*CKEditor*/

.cke_reset_all fieldset {
    border: 2px groove #E0DFE3 !important;
}

.cke_chrome {
    border: 1px solid #D3D3D3 !important;
}
.cke_inner {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

.cke_top {
    background:#DDDBDB !important;
    border-bottom: 1px solid #636363 !important;
}

.cke_float .cke_top {
    border-color: #B6B6B6 #B6B6B6 #636363 !important;
}
.cke_bottom {
    background:#DDDBDB !important;
    border-top: 1px solid #636363 !important;
}

.cke_resizer {
    border-color: rgba(0, 0, 0, 0) #666666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.cke_resizer_rtl {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #A5A5A5 !important;
}

.cke_panel {
    background-color: #FFFFFF !important;
    border-color: #B6B6B6 #B6B6B6 #636363 !important;
}

.cke_panel_listItem a {
    border: 1px solid #FFFFFF !important;
}
* html .cke_panel_listItem a {
    color: #000000 !important;
}
:first-child + html .cke_panel_listItem a {
    color: #000000 !important;
}
.cke_panel_listItem.cke_selected a {
    background-color: #F2F2F2 !important;
    border: 1px solid #DEDEDE !important;
}
.cke_panel_listItem a:hover, .cke_panel_listItem a:focus, .cke_panel_listItem a:active {
    background-color: #F2F2F2 !important;
    border-color: #DEDEDE !important;
}

.cke_panel_grouptitle {
    background: #DDDBDB !important;
    border-bottom: 1px solid #B6B6B6 !important;
    color: #474747 !important;
}

.cke_colorblock, .cke_colorblock a {
    color: #000000 !important;
}
span.cke_colorbox {
    border: 1px solid #808080 !important;
}

a.cke_colorbox {
    border: 1px solid #FFFFFF !important;
}

a.cke_colorbox:hover, a.cke_colorbox:focus, a.cke_colorbox:active {
    background-color: #E5E5E5 !important;
    border: 1px solid #B6B6B6 !important;
}

a.cke_colorauto, a.cke_colormore {
    border: 1px solid #FFFFFF !important;
}

a.cke_colorauto:hover, a.cke_colormore:hover, a.cke_colorauto:focus, a.cke_colormore:focus, a.cke_colorauto:active, a.cke_colormore:active {
    background-color: #E5E5E5 !important;
    border: 1px solid #B6B6B6 !important;
}

.cke_toolgroup {
    background: #F3F3F3 !important;
    border-color: #A6A6A6 #A6A6A6 #979797 !important;
}

.cke_hc .cke_button {
    border: 1px solid #000000 !important;
}

.cke_button_on {
    background: #B5B5B5 !important;
}

a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active, a.cke_button_disabled:hover, a.cke_button_disabled:focus, a.cke_button_disabled:active {
    background: #CCCCCC !important;
}

.cke_button_label {
    color: #474747 !important;
}

.cke_button_arrow {
    border-left: 3px solid rgba(0, 0, 0, 0) !important;
    border-right: 3px solid rgba(0, 0, 0, 0) !important;
    border-top: 3px solid #474747 !important;
}

.cke_toolbar_separator {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.cke_hc .cke_toolbar_separator {
    border-left: 1px solid !important;
}

.cke_toolbox_collapser {
    background: #F3F3F3 !important;
    border-color: #A6A6A6 #A6A6A6 #979797 !important;
    border-width: 1px !important;
}
.cke_toolbox_collapser:hover {
    background: #CCCCCC !important;
}

.cke_toolbox_collapser .cke_arrow {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #474747 !important;
    border-left: 3px solid rgba(0, 0, 0, 0) !important;
    border-right: 3px solid rgba(0, 0, 0, 0) !important;
}
.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    border-top-color: #474747 !important;
}

.cke_menubutton:hover, .cke_menubutton:focus, .cke_menubutton:active {
    background-color: #D3D3D3 !important;
}

.cke_hc .cke_menubutton:hover, .cke_hc .cke_menubutton:focus, .cke_hc .cke_menubutton:active {
    border: 2px solid !important;
}

.cke_menubutton_icon {
    background-color: #D7D8D7 !important;
}

.cke_menubutton:hover .cke_menubutton_icon, .cke_menubutton:focus .cke_menubutton_icon, .cke_menubutton:active .cke_menubutton_icon {
    background-color: #D0D2D0 !important;
}

.cke_menubutton_label {
    background-color: rgba(0, 0, 0, 0) !important;
}

.cke_menubutton:hover, .cke_menubutton:focus, .cke_menubutton:active {
    background-color: #EFF0EF !important;
}

.cke_menuseparator {
    background-color: #D3D3D3 !important;
}

.cke_combo_button {
    background: #E4E4E4 !important;
    border-color: #A6A6A6 #A6A6A6 #979797 !important;
}
.cke_combo_off a.cke_combo_button:hover, .cke_combo_off a.cke_combo_button:focus {
    background: #CCCCCC !important;
}
.cke_combo_off a.cke_combo_button:active, .cke_combo_on a.cke_combo_button {
    background: #B5B5B5 !important;
    border: 1px solid #777777 !important;
}

.cke_combo_text {
    color: #474747 !important;
}

.cke_combo_arrow {
    border-left: 3px solid rgba(0, 0, 0, 0) !important;
    border-right: 3px solid rgba(0, 0, 0, 0) !important;
    border-top: 3px solid #474747 !important;
}

.cke_path_item, .cke_path_empty {
    border: 0 none !important;
    color: #4C4C4C !important;
}

a.cke_path_item:hover, a.cke_path_item:focus, a.cke_path_item:active {
    background-color: #BFBFBF !important;
    color: #333333 !important;
}
.cke_hc a.cke_path_item:hover, .cke_hc a.cke_path_item:focus, .cke_hc a.cke_path_item:active {
    border: 2px solid !important;
}

.cke_source {
    background-color: #FFFFFF !important;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #FFFFFF !important;
}

.cke_dialog_body {
    background: none repeat scroll 0 0 #EAEAEA !important;
    border-color: #B2B2B2 #B2B2B2 #636363 !important;
}

.cke_dialog_title {
    background: #636363 !important;
    border-bottom: 1px solid #636363 !important;
    color: #ffffff !important;
}

.cke_dialog_contents {
    background-color: #FFFFFF !important;
    border-top: 1px solid #BFBFBF !important;
}

.cke_dialog_footer {
    border-top: 1px solid #dadada !important;
    outline: 1px solid #BFBFBF !important;
}

.cke_hc .cke_dialog_footer {
    border-top: 1px solid #FFFFFF !important;
}

a.cke_dialog_tab {
    background: #f3f3f3 !important;
    border: 1px solid #BFBFBF !important;
    color: #595959 !important;
}

a.cke_dialog_tab:hover {
    background: #dddbdb !important;
}
a.cke_dialog_tab_selected {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;
    color: #383838 !important;
}
a.cke_dialog_tab_selected:hover {
    background: #ffffff !important;
}

div.cke_disabled .cke_dialog_ui_labeled_content div * {
    background: #F3F3F3 !important;
    border: 1px solid #DDDBDB !important;
    color: #7C7C7C !important;
}

.cke_hc div.cke_dialog_ui_input_text, .cke_hc div.cke_dialog_ui_input_password, .cke_hc div.cke_dialog_ui_input_textarea, .cke_hc div.cke_dialog_ui_input_select, .cke_hc div.cke_dialog_ui_input_file {
    border: 1px solid !important;
}

input.cke_dialog_ui_input_text, input.cke_dialog_ui_input_password, textarea.cke_dialog_ui_input_textarea {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #D3D3D3 !important;
    color: #636363 !important;
}
input.cke_dialog_ui_input_text:hover, input.cke_dialog_ui_input_password:hover, textarea.cke_dialog_ui_input_textarea:hover {
    border-color: #636363 !important;
}
input.cke_dialog_ui_input_text:focus, input.cke_dialog_ui_input_password:focus, textarea.cke_dialog_ui_input_textarea:focus, select.cke_dialog_ui_input_select:focus {
    border-color: #636363 !important;
}
a.cke_dialog_ui_button {
    background: #f3f3f3 !important;
    border-color: #636363 !important;
    color: #333333 !important;
}

a.cke_dialog_ui_button:hover {
    background: #dddbdb !important;
    border-color: #636363 !important;
}
a.cke_dialog_ui_button:focus, a.cke_dialog_ui_button:active {
    border-color: #636363 !important;
}

a.cke_dialog_ui_button_ok {
    background: #e3001b none repeat scroll 0 0;
    border: 1px solid #e3001b;
    box-shadow: none;
    color: #ffffff;
    text-shadow: none;
}

a.cke_dialog_ui_button_ok:hover {
    background: #b90015 none repeat scroll 0 0;
    border: 1px solid #b90015;
    box-shadow: none;
}

.cke_dialog_footer a.cke_dialog_ui_button {
    background: #e3001b none repeat scroll 0 0 !important;
    border: 1px solid #e3001b !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.cke_dialog_footer a.cke_dialog_ui_button:hover {
    background: #b90015 none repeat scroll 0 0!important;
    border: 1px solid #b90015!important;
    box-shadow: none!important;
}

a.cke_dialog_ui_button_ok:focus, a.cke_dialog_ui_button_ok:active {
    border-color: #e3001b !important;
}

select.cke_dialog_ui_input_select {
    background-color: #FFFFFF !important;
    border-color: #AEB3B9 #C9CCCF #C9CCCF !important;
    border-right: 1px solid #C9CCCF !important;
}

.cke_dialog .cke_dark_background {
    background: #F3F3F3 !important;
    border: 1px solid #DDDBDB !important;
    color: #7C7C7C !important;
}

.cke_dialog .cke_light_background {
    background-color: #EBEBEB !important;
}

.cke_dialog .ImagePreviewBox {
    background-color: #FFFFFF !important;
    border: 2px ridge #000000 !important;
}

.cke_dialog .ImagePreviewLoader {
    background-color: #E4E4E4 !important;
}

.cke_dialog .FlashPreviewBox {
    background-color: #FFFFFF !important;
    border: 2px ridge #000000 !important;
}

.cke_dialog iframe.cke_pasteframe {
    background-color: #FFFFFF !important;
    border: 1px solid #AEB3B9 !important;
}

.cke_disabled {
    color: #A0A0A0 !important;
}

a.cke_smile, a.cke_specialchar {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

a.cke_smile:hover, a.cke_smile:focus, a.cke_smile:active, a.cke_specialchar:hover, a.cke_specialchar:focus, a.cke_specialchar:active {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

a.cke_smile:hover, a.cke_specialchar:hover {
    border-color: #888888 !important;
}

a.cke_smile:focus, a.cke_smile:active, a.cke_specialchar:focus, a.cke_specialchar:active {
    border-color: #139FF7 !important;
}

.cke_dialog_ui_checkbox_input:focus, .cke_dialog_ui_radio_input:focus, .cke_btn_over {
    outline: 1px dotted #696969 !important;
}

.confirmTrainingParticipantQuestionAnswer >div:first-child{
    border-top: 1px solid #b6babc;
}

.confirmTrainingParticipantQuestionAnswer >div:last-child{
    border-bottom: 1px solid #b6babc;
}

.AttachmentList > li > a{
    color:#e3001b;
}

.AttachmentList > li > a:hover,
.AttachmentList > li > a:focus{
    color:#b90015;
}

.QUANTITATIVEREFERENCEAREAENTRYheader .line1 td{
    border-right: 1px solid #dddbdb;
    border-bottom: 1px solid #dddbdb;
}

.QUANTITATIVEREFERENCEAREAENTRYheader .line1 td:first-of-type,
.QUANTITATIVEREFERENCEAREAENTRYheader .line1 td:last-of-type{
    border-right: 0 solid transparent;
    border-bottom: 0 solid #dddbdb;
}

.QUANTITATIVEREFERENCEAREAENTRYheader .line2 > td{
    border-right: 1px solid #dddbdb;
    border-bottom: 0 solid #dddbdb;
}