.filesButton {
    position: absolute;
    right: 0;
    margin-right: -20px;
}
.statistics {
    padding: 1px;
    padding-left: 5px;
    /*background: lightgrey;*/
}
.infoBox {
    border: 1px solid;
    background-color: rgb(235, 235, 235);
    border-color: grey;
    /*padding: 10px;*/
    display: block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.bigHeaderButton {
    font-weight: bold;
    font-size: 14px !important;
}
.statistics_first {
    padding-top: 5px;
}
.statistics_spectra {
    padding-left: 30px;
}
.padding {
    padding-top: 5px;
}
.sapUiUx3OCContent {
    background: #F2F2F2;
}
.sapUiNotifier {
    width: 0px;
    visibility: hidden;
}
.sapUiNotifierMessageTimestamp {
    visibility: hidden;
}
.sapUiNotifierMessageText {
    font-size:"200%";
}
.sequenceCoverageAndDomainMatrix {
    overflow: scroll;
    overflow-x: auto !important;
    overflow-y: hidden;
}
.overFlowVisibleCell {
    overflow: visible !important
}
.samplesTablePaddingBottom {
    padding-bottom: 5px;
}
.overlayProteaseMatrix {
    overflow-y: scroll;
}
#proteaseMapOverlay-cont {
    margin-left: 10px;
    margin-right: 10px
}
.peptideOverlayContainer>.sapUiUx3OCContent {
    overflow-y: auto;
}
.referencePeptideOverlayContainer>.sapUiUx3OCContent {
    overflow-y: auto;
}
.psms_link {
    background: url('../images/commons/msms.png') left no-repeat;
    padding-left: 60px;
}
a[data-evidence="evidence_green"] {
    background: url('../images/commons/green.png') left no-repeat;
    padding-left: 20px;
}
a[data-evidence="evidence_yellow"] {
    background: url('../images/commons/yellow.png') left no-repeat;
    padding-left: 20px;
}
a[data-evidence="evidence_red"] {
    background: url('../images/commons/red.png') left no-repeat;
    padding-left: 20px;
}
.evidenceStatus {
    margin-left: 5px;
    margin-top: 4px;
}
.sapProteomicsdbMainTabPointer ul li {
    cursor: pointer;
}
/*
.homeSidePanel{
    width: 250px;
    border: 1px solid;
    background-color: #EBEBEB;
    border-color: grey;
    padding: 10px;
    margin: 10px;
    height: 501px;
}
*/
.NavigationBarSeparator{
    text-align: left;
    width: 400px;
}
.homeSidePanel {
    /*border: 1px solid;*/
    /*background-color: rgb(235,235,235);*/
    /*border-color: grey;*/
    padding: 10px;
    margin: 10px;
    height: 401px;
    /*display: block;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
}

.taxCodeStatisticsTitle {
    margin-top: 5px;
}

.homeSidePanelProjects {
    /*border: 1px solid;*/
    /*background-color: rgb(235,235,235);*/
    /*border-color: grey;*/
    padding: 10px;
    margin: 10px;
    height: 230px;
    /*display: block;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
}

.homeSidePanelNews {
    /*border: 1px solid;*/
    /*background-color: rgb(235,235,235);*/
    /*border-color: grey;*/
    padding: 10px;
    margin: 10px;
    height: 663px;
    /*display: block;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
}

.parallelSidePanel {
    /*border: 1px solid;*/
    /*background-color: rgb(235,235,235);*/
    /*border-color: grey;*/
    padding: 10px;
    margin: 10px;
    height: 270px;
    /*display: block;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
}

.InformationPanel {
    /*border: 1px solid;*/
    /*background-color: rgb(235,235,235);*/
    /*border-color: grey;*/
    padding: 10px;
    margin: 10px;
    height: 150px;
    /*display: block;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
}


.newsSidePanel {
    width: 250px;
    /*border: 1px solid;*/
    background-color: #EBEBEB;
    /*border-color: grey;*/
    padding: 10px;
    margin: 10px;
    height: 600px;
}

.homeSidePanelStatistics {
    width: 250px;
    /*padding: 10px;*/
    /*margin: 10px;*/
    height: 350px;
}
.homeMainPanel {
    padding: 10px;
    margin: 10px;
// height: 600px;
    /*cursor: pointer;*/
}
.homeMainText {
    margin-top: 20px;
    margin-bottom: 20px
}
.homeMainCategory {
    white-space: normal;
    text-align: center;
}
.homeMainWrap {
    white-space: normal;
    text-align: center;
    width: 500px;
}
.homeMainTile {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 240px;
    max-height: 240px;
}
.selectedOrganismImg {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    border-left: 2px solid red;
    border-right: 0px;
}
.comingSoon {
    z-index: 2;
    position: absolute !important;
    margin-top: -188px;
    margin-left: -90px;
}
.separator {
    width: 3px;
    height: inherit;
    background-image: url("../images/commons/separator.png");
    background-repeat: repeat-y;
}
.homeMainTileImage {
    display: inline-box;
    height: 180px;
    width: 180px;
    padding: 3px;
    margin-bottom: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.55);
    transition: box-shadow 0.2s ease-out;
}
.homeMainTileImage:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
}
.homeMainTileText {
    margin-left: 10px;
    text-align: center;
}
.homeLink {
    cursor: pointer;
}

/* News & News Archive */
.newsArchiveContainer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}

.newsArchiveContainer ul li {
    min-width: 32%;
    max-width: 32%;
    padding-right: 10px;
    padding-bottom: 15px;
    list-style: none;
}

.newsArchiveTitle,
.newsSidebarTitle {
    font-size: 15px;
    font-weight: bold;
}
.newsText {
    text-align: justify;
    padding-right: 10px;
    line-height: normal;
}
.newsItem {
}
.newsArchiveItem {
    padding-right: 20px
}
.newsItemsArea {
    height: 570px;
}
.newsItemsArea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsItemSeparator {
    margin-top: 10px;
    margin-bottom: 10px;
}
.newsDetailsLayout {
    margin-top: 10px;
    min-height: 533px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.newsDetailsContentLayout {
    overflow-y: auto;
    height: 584px;
    width: 1010px;
    padding: 10px;
    font-size: 12px;
}
.newsDetailsControlLayout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.newsDetailsControlLayout a {
    padding: 15px;
}

.newsDetailsLink,
.newsControlLink {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #00679e;
}
.newsDivider {
    margin-top: 15px;
    margin-bottom: 10px;
}

.newsHeader {
    margin-bottom: 10px;
    cursor: pointer;
}
.newsDate {
    font-size: 10px;
    font-family: arial;
}
.newsTitle {
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    padding-right: 10px;
}
.newsText {
    text-align: justify;
    padding-right: 10px;
}

.newsMspTable th, .newsMspTable td {
    padding-left: 10px;
    padding-right: 10px;
}
/* News Sidebar */
.newsItemsArea {
    height: 570px;
}
.newsItemsArea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl.imgLeft {
    float: left;
    margin: 10px 10px 10px 0;
}
dl.imgLeft dd {
    margin: 0;
    font-size: 90%
}
dl.imgRight {
    float: right;
    margin: 10px 0 10px 10px;
}
dl.imgRight dd {
    margin: 0;
    font-size: 90%
}
.newsDetailsContentText {
    text-align: justify;
    margin-right: 20px
}
.newsPreviewText {
    text-align: justify;
}
.statisticsHeader {
    margin-bottom: 10px
}
.statisticsContainer {
    margin-bottom: 20px
}
.statisticsContainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.statisticsIndented {
    margin-left: 10px
}
.green {
    background-color: green;
}
.newsEditOverlay {
    /*overflow-y: auto; */
}
.newsAdminLink {
    margin-left: 100px;
}
.newsArchiveLink {
    padding-top: 10px;
    width: 100%;
    text-align: right;
}
.sapUiUx3ShellBg {
    background-color: white !important
}
.busy {
    opacity: 0.5;
}
.pubmedLink {
    text-align: right;
    margin-right: 5px;
}
.pxdLink {
    margin-left: 5px;
}
.experimentTableLayout {
    margin-left: 2px;
    margin-top: 2px;
}
.fileTable {
    margin-left: 2px;
}
.supplementaryTable {
    margin-top: 2px;
}
.projectDetailsToolbar {
    margin-bottom: 2px;
    background-color: #cccccc;
}
.experimentDetailsToolbar {
    margin-bottom: 2px;
    background-color: #cccccc;
}
.tableTitle {
    text-transform: uppercase;
    font-weight: bold;
    width: 115px;
    padding-top: 2px;
    padding-right: 5px;
    border-right: 2px solid grey;
}
.projectDetails {
    margin-top: 2px;
}
.experimentDetails {
    margin-top: 2px;
}
.projectSupplementaryTable {
    margin-top: 26px;
}
.experimentSupplementaryTable {
    margin-top: 20px;
}
.samplesTable {
    margin-top: 2px;
}
.italic {
    font-style: italic;
}
.statisticTextView {
    text-align: right !important;
}
.datapoint {
    cursor: default !important;
}
.busyControl {
    opacity: 0.5 !important;
}
.faqCategory {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sapProteomicsdbAboutUsMargin {
    margin-bottom: 10px;
}
.loading {
    z-index: 1000;
    background: white;
    opacity: 0.8;
}
.showTableDiv {
    cursor: pointer;
}
.showTableDiv:hover {
    font-weight: bold;
}
.statisticsTitle {
    margin-bottom: 5px;
}
.projectLink {
    color: #00679e;
    line-height: 30px;
}
.downloadWarning {
    padding-top: 8px;
    padding-bottom: 8px;
}
.tableWithClickableLines {
    cursor: pointer;
}
#peptideDetailsTable tr {
    cursor: pointer;
}
.feedbackTool {
    background-color: lightgrey !important;
    color: black !important;
}
.feedbackLabel {
    color: black !important;
}
.proteomicsProteinSummaryAlternativeGeneNamesTextView {
    margin-left: 5px;
    margin-right: 52px;
}
.proteomicsApiLabel {
    margin-left: 50px;
    margin-top: 10px;
}
.proteomicsApiContent {
    margin-left: 100px;
}
.proteomicsApiTitle {
    margin-top: 20px;
}
.calculateProteotypicityButton {
    margin-bottom: 20px;
}
.expressionDownloadButton {
    position: absolute;
    right: 10px;
    margin-top: 5px;
}

.expressionDownloadButton > .sapUiHLayoutChildWrapper{
    padding-right: 4px;
}

.expressionRadioButton {
    width: 85px;
}
.HighlightRadioButtonGroup {
    font-weight : bold;
}
.expressionLayout .sapUiRb {
    width: 85px;
}
.ratioButtonGroup {
    padding            : 10px;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}
.proteomicsdbIndentedLabel {
    text-indent: 20px;
}
.proteomicsdbSampleDetailsItem {
    margin-bottom: 3px;
}
.proteomicsdbSampleDetailsPopup {
    overflow-y: scroll !important;
    max-height: 90%;
}

.sapProteomicsdbExpressionHeatmapProteinInput {
    margin-bottom: 3px;
}
.sapProteomicsdbExpressionHeatmapParameters {
    margin-left: 20px;
}
.sapProteomicsdbExpressionHeatmapButton {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 70px;
}
.sapProteomicsdbExpressionHeatmapParameters .sapUiRb {
    width: 85px;
}
.sapProteomicsdbAnalyticsHeaderImages {
    width: 100%;
    text-align: center;
}
.sapProteomicsdbAnalyticsHeaderImages .sapUiHLayoutChildWrapper{
    float: left;
}
.sapProteomicsdbAnalyticsHeaderImages .sapUiImg,
.sapProteomicsdbAnalyticsHeaderImages .sapMImg {
    margin: 15px;
    border: 1px solid grey;
}
.sapProteomicsdbAnalyticsSectionTitle {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.sapProteomicsdbAnalyticsBackButton{
    margin-bottom: 10px;
}
.sapProteomicsdbAnalyticsSelectivityBarChart {
    min-width: 400px;
}
.sapProteomicsdbAnalyticsSelectivityPlotBox{
    flex-wrap: wrap;
}
.floatingTile {
    display: inline-box;
    padding: 3px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.55);
    transition: box-shadow 0.2s ease-out;
}
.floatingTile:hover {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}
.sapProteomicsdbHeatmap{
    overflow: hidden;
}
.unSelectable{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.sapProteomicsdbNavigationBar {
    margin-bottom: 10px;
}
.sapProteomicsdbExpressionHeatmapToolbarhidden {
    display: none;
}

.sapProteomicsdbAssayFilterBox {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex:  1 1 auto;
    -ms-flex:  1 1 auto;
    margin: 15px 20px;
    max-width: 33%;
}

.sapProteomicsdbAssayFilterLabel {
    margin: 15px 0px 0px 0px;
}

.sapProteomicsdbAssayDropdown{
    margin-left: 20px;
    margin-top: 10px;
}

.sapProteomicsdbExpressionHeatmapToolbarhidden{
    display: none;
}

/* selectivity */
.sapProteomicsdbAnalyticsSelectivityFilterBox {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex:  1 1 auto;
    -ms-flex:  1 1 auto;
    margin: 15px 20px;
}

.sapProteomicsdbAnalyticsSelectivityMinFilter .sapUiSliBar {
    border-top-color: #007dc0;
    border-bottom-color: #007dc0;
    border-left-color: #007dc0;
    background-color: #007dc0;
}

.sapProteomicsdbAnalyticsSelectivityMinFilter .sapUiSliHiLi {
    background-color: #cccccc;
}

.sapProteomicsdbAnalyticsSelectivityMinFilter .sapUiSliStd.sapUiSliHori .sapUiSliHiLi {
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
}

.sapProteomicsdbAnalyticsSelectivitySearchBox .sapMHBox {
    align-items: center;
}

.sapProteomicsdbAnalyticsSelectivityMarginLeft {
    margin-left: 10px;
}

.sapProteomicsdbAnalyticscellLineSensitivitySelectionMargin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sapProteomicsdbDivider{
    margin: 10px 0px;
}

/* assay */
.sapProteomicsdbAssayTable td{
    border-right: 1px solid #cccccc;
}

.sapProteomicsdbAssayTable .sapUiTableCell{
    white-space: inherit;
}

/* remove y-scrollbar on uxshell content */
.sapUiUx3ShellContent {
    overflow-y: hidden;
}

.ProteomicsShell .sapUiUx3ShellPaneBarContent {
    padding: 8px;
}

.sapProteomicsdbFDRHBox {
    margin-top: 25px;
}

.sapProteomicsdbCombinationTreatment{
    margin-top: 20px;
}

.sapProteomicsdbTargetDrugTableEC50Column{
    cursor: pointer;
}

.sapProteomicsdbCombinationTreatmentLayout{
    min-width: 1052px;
}
.sapProteomicsdbCombinationTreatmentTitle{
    font-size: 16px;
    margin-bottom: 20px;
    width: 220px;
}

.sapProteomicsdbCombinationTreatmentSearchBox{
    min-width: 400px;
    margin-bottom: 20px;
}

.sapProteomicsdbCombinationTreatmentThresholdSlider{
    margin: 15px 20px;
}

.sapProteomicsdbCombinationTreatmentTabStripBox{
    flex: 1 0 0px;
    -webkit-box-flex: 1 0 0px;
    -webkit-flex:  1 0 0px;
    -ms-flex:  1 0 0px;
}

.sapProteomicsdbCombinationTreatmentDoseBox{
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex:  0 0 auto;
    -ms-flex:  0 0 auto;
    margin-right: 20px;
    margin-top: 10px;
}

.sapProteomicsdbCombinationTreatmentInhibitorSearch{
    min-width: 400px;
}

.sapProteomicsdbCombinationTreatmentInhibitorLayout{
    width: 398px;
    height: 150px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #bfbfbf;
}

.sapProteomicsdbCombinationTreatmentInhibitorCheckBox{
    margin-left: 10px;
    margin-right: 10px;
}

.sapProteomicsdbCombinationTreatmentCheckBox{
    margin-right: 10px;
}

.sapProteomicsdbCombinationTreatmentInhibitionLabel[data-highlight="true"] {
    background-color: rgba(0, 125, 192, 0.2);
}
.sapProteomicsdbTargetDrugTableProteinLink{
    text-align: center;
}
.sapProteomicsdbTargetDrugTableProteinLink[data-highlight="true"] {
    background-color: rgba(50,192,0,0.5);
}

.sapProteomicsdbCombinationTreatmentHBoxChart>div{
    width: 100%;
}
.sapProteomicsdbCombinationTreatmentTabHiddenOverflow .sapUiTabPanel{
    overflow: hidden;
}

.sapProteaseMapPointer {
    cursor:pointer;
}

.sapProteaseMapScrollbar {
    overflow-x: auto;
}

.sapProteaseMapTooltipAnchor{
    position: absolute;
}

.sapProteomicsdbAnalyticscellLineSensitivityWrapperBox label{
    line-height:2em;
    margin-left: 2em;
}

.sapProteomicsdbAnalyticscellLineSensitivityPrefilter {
    font-size: 18px;
    padding: 3px 9px 7px;
    font-family: Arial,Helvetica,sans-serif;
// left: 150 px;
}

.labelSize {
    width: 250px;
}

.sapInteractionCheckbox {
    left: 30px;
    overflow: hidden;
}

span[data-colorclass="sapInteractionCheckbox0"] {
}

span[data-colorclass="sapInteractionCheckbox1"] {
    left: 30px;
}

span[data-colorclass="sapInteractionCheckbox2"] {
    left: 60px;
}

span[data-colorclass="sapInteractionCheckbox3"] {
    left: 90px;
}

span[data-colorclass="sapInteractionCheckbox4"] {
    left: 120px;
}

span[data-colorclass="sapInteractionCheckbox5"] {
    left: 150px;
}

span[data-colorclass="sapInteractionCheckbox1"] {
    left: 30px;
}

span[data-colorclass="sapInteractionCheckbox1"] {
    left: 30px;
}

span[data-colorclass="sapInteractionCheckbox1"] {
    left: 30px;
}

span[data-colorclass="sapInteractionCheckbox1"] {
    left: 30px;
}

span[data-colorclass="sapInteractionCheckbox1"] {
    left: 30px;
}

.GraphSettingPanel {
    /*border: 1px solid;*/
    /*background-color: rgb(235,235,235);*/
    /*border-color: grey;*/
    padding: 10px;
    margin: 10px;
    width: 450px;
    /*display: block;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
}

.LinkButton.sapUiLnk{
    border: 1px solid black;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    width: 20px;
    margin: 5px;
    padding: 3px;
}

.LinkButton.sapUiLnk :hover{
    cursor: hand;
}

.LinkButton.sapUiLnkDsbl{
    border: 1px solid grey;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    width: 20px;
    margin: 5px;
    padding: 3px;
}

.InvisibleButton {
    /*position: absolute;
    left: -200px; */
}

.sapProteomicsdbInteractions{
    margin-left: 10px;
    margin-top: 27px;
}

.NodeDescription{
    display: inline-flex;
    align-items: center;
}
.AccordionPositioner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.StartInteractionButton{
    margin-top: 10px;
    margin-bottom: 10px;
}

.PngSvgCsvButton{
    margin-top: 10px;
    margin-bottom: 10px;
}

.LabelVisibleResourcesInteraction{
    font-weight: bold;
}

.D3ButtonInteraction{
    position: absolute;
    left: 450px;
}

.D3ButtonInteraction.Delete{
    top: 150px;
}

.D3ButtonInteraction.Expand{
    top: 200px;
}

.D3ButtonInteraction.Unfix{
    top: 250px;
}

.cellLineSensitivityDataSetSelectionDoiBox{
    justify-content: flex-end;
}

.sapProteomicsdbExpressionHeatmapDatasetSearch{
    min-width: 200px;
    margin-right: 10px;
}

.sapProteomicsdbExpressionHeatmapDatasetLayout{
    width: 198px;
    height: 100px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #bfbfbf;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sapProteomicsdbExpressionHeatmapDropdown{
    margin-right: 10px;
}

circle{
    fill-opacity: 0.2;
    transition: fill-opacity 250ms linear;
}
circle.active{
    stroke: #f00;
}

.sidebarOrg {
    margin-top: 2px;
    margin-bottom: 2px;
}
.selectedOrg {
    border-top: 2px solid #C4071B;
    border-bottom: 2px solid #C4071B;
    border-left: 2px solid #C4071B;
    padding-top: 1px;
    padding-bottom: 1px;
}
.sapUiUx3ShellBgImgArath {
    background-image: -moz-linear-gradient(top,#007C30 0,#2c2c2c 108px,#2c2c2c);
    background-image: -webkit-linear-gradient(top,#007C30 0,#2c2c2c 108px,#2c2c2c);
    background-image: -ms-linear-gradient(top,#007C30 0,#2c2c2c 108px,#2c2c2c);
    background-image: linear-gradient(top,#007C30 0,#2c2c2c 108px,#2c2c2c);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: left top;
}
.sapUiUx3ShellBgImgHuman {
    background-image: -moz-linear-gradient(top,#0065BD 0,#2c2c2c 108px,#2c2c2c);
    background-image: -webkit-linear-gradient(top,#0065BD 0,#2c2c2c 108px,#2c2c2c);
    background-image: -ms-linear-gradient(top,#0065BD 0,#2c2c2c 108px,#2c2c2c);
    background-image: linear-gradient(top,#0065BD 0,#2c2c2c 108px,#2c2c2c);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: left top;
}
.sapUiUx3ShellBgImgMouse {
    background-image: -moz-linear-gradient(top,#C4071B 0,#2c2c2c 108px,#2c2c2c);
    background-image: -webkit-linear-gradient(top,#C4071B 0,#2c2c2c 108px,#2c2c2c);
    background-image: -ms-linear-gradient(top,#C4071B 0,#2c2c2c 108px,#2c2c2c);
    background-image: linear-gradient(top,#C4071B 0,#2c2c2c 108px,#2c2c2c);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: left top;
}
.sapUiUx3ShellHeaderArath {
    text-shadow: 1px 1px 2px #333333;
    color: #f2f2f2;
    background-image: -moz-linear-gradient(top,#007C30 0,#2c2c2c 108px,#2c2c2c);
    background-image: -webkit-linear-gradient(top,#007C30 0,#2c2c2c 108px,#2c2c2c);
    background-image: -ms-linear-gradient(top,#007C30 0,#2c2c2c 108px,#2c2c2c);
    background-image: linear-gradient(top,#007C30 0,#2c2c2c 108px,#2c2c2c);
    background-position: left top;
    padding: 9px 20px 0;
}
.sapUiUx3ShellHeaderHuman {
    text-shadow: 1px 1px 2px #333333;
    color: #f2f2f2;
    background-image: -moz-linear-gradient(top,#0065BD 0,#2c2c2c 108px,#2c2c2c);
    background-image: -webkit-linear-gradient(top,#0065BD 0,#2c2c2c 108px,#2c2c2c);
    background-image: -ms-linear-gradient(top,#0065BD 0,#2c2c2c 108px,#2c2c2c);
    background-image: linear-gradient(top,#0065BD 0,#2c2c2c 108px,#2c2c2c);
    background-position: left top;
    padding: 9px 20px 0;
}
.sapUiUx3ShellHeaderMouse {
    text-shadow: 1px 1px 2px #333333;
    color: #f2f2f2;
    background-image: -moz-linear-gradient(top,#C4071B 0,#2c2c2c 108px,#2c2c2c);
    background-image: -webkit-linear-gradient(top,#C4071B 0,#2c2c2c 108px,#2c2c2c);
    background-image: -ms-linear-gradient(top,#C4071B 0,#2c2c2c 108px,#2c2c2c);
    background-image: linear-gradient(top,#C4071B 0,#2c2c2c 108px,#2c2c2c);
    background-position: left top;
    padding: 9px 20px 0;
}
.customDataLeftColumn{
    width: 450px;
    min-width: 450px;
}

.customDataSessionInfoLeft{
    width: 150px;
    margin-right: 10px;
}
.customDataSessionInfoRight{
    width: 200px;
    margin-right: 10px;
}
.customDataUpperBox{
    margin-bottom: 20px;
}
