@charset "UTF-8";

.ui-button-space {
    margin:2px !important;
}

.icon-error {
    color: #C92940;
}

.userRoleSurveyClass {
    font-size:95%;
    color:#555555;
}
.ui-fieldset .ui-fieldset-legend {
    cursor : text;
    background:transparent;
}

.ui-inputfield.ui-state-error, .ui-widget-header .ui-inputfield.ui-state-error, .ui-widget-content .ui-inputfield.ui-state-error {
    color: #333333;
    border: 2px solid #C92940;
    background-color: #eed3d7;
}

.ui-panelgrid .ui-widget .ui-widget-content-login-info, .ui-widget-content-login-info td, .ui-widget-content-login-info tr  {
    border-style: none !important;
    border-collapse: collapse;
    border-style: hidden !important;
    height: 100%;
    padding:0px !important;
    border: 0px none;
}

.field {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-state-highlight .ui-icon {
    background-image: url("");
    opacity: 0.8;
}

.ui-tabs-panels {
	overflow:hidden;
}

.chart {
	height:100%;
}

.ui-panelmenu .ui-menuitem-link {
    display:flex !important;
}

 /* ProgressBar */

.ui-priority-primary, .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
    color: black;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #E7E1D5;
    background-color: #E7E1D6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E7E1D5), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #E7E1D5, #0044cc);
    background-image: -o-linear-gradient(top, #E7E1D5, #0044cc);
    background-image: linear-gradient(to bottom, #E7E1D5, #0044cc);
    background-image: -moz-linear-gradient(top, #E7E1D5, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffE7E1D5', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.marked-message-warn {
    border-color: #7f6003 !important;
    border-bottom-width: 1px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
}

#formInfo > div > form > .ui-menu.ui-widget li{
    margin:0px;padding-right:7px;
}

#formInfo > div > form > .ui-widget li>.ui-menuitem-link{
padding-left:5px;padding-top:5px;padding-bottom:5px;padding-right:2px;
}

.ui-widget.ui-menuitem > .ui-widget-content > .ui-widget{
        margin-left:0px;padding-left:0px;width:96%;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
    white-space:pre-wrap !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    white-space:pre-wrap !important;
}

.ui-orderlist .ui-orderlist-list {
    height:100% !important;
    width:100% !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.6;
}

.ui-panelmenu .ui-menuitem-text {
    word-wrap: break-word;
    white-space: pre-wrap;
}





.companyList {
    flex-grow:2;
    width:50% !important;
    display: flex;flex-direction: column;
    box-sizing:border-box;
}

.companyList .ui-selectlistbox-listcontainer {
    flex-grow:2;
    overflow:auto;
}

.companyEntry {
    border: 1px solid #E4E4E4;
    border-radius:5px;
}

.companySubtitle {
    font-size:85% !important;
}

.ui-orderlist-controls {
    min-width:35px !important;
    text-align:right !important;
}

table.jqplot-table-legend {
    display:block;
    max-height:100px;
    overflow:auto;
}

table.jqplot-table-legend-export {
    display:table;
    color:black;
    padding:0px;
    margin-bottom: 0px !important;
    margin-top:5px !important;
    margin-left:5px !important;
    margint-right:5px !important;
}
td.jqplot-table-legend-label {
    word-wrap:break-word;white-space:pre-wrap;
    padding-right:5px;
}


/*  ----------------------------------------------------------------------------------------------------- */
body {
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    font-size: 0.9em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* menu side style*/
#MENUSIDE {
    float: left;
    background-color: white;
    border-right: solid 0px #D6E3FF;
    overflow: auto;
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: 55px;
    top: 111px;
    transition: all 0.7s;
}

#content {
    transition-property: opacity;
    transition-duration:  0.7s;
}

/* ein unsichtbares Element, um Transition End zu markieren. */
#transitionMarker {
    width:100%;
    height:1px;
    border:none;
    transition-property: width;
    transition-duration: 1s;
}

#headerForm\:menuOpener {
    transition: all 0.7s;
}

#headerForm\:cmpLogoDiv {
    transition: all 0.7s;
}

.mainMenu {
    width: 100%;
}

/* content side style*/
#CONTENTSIDE {
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 1;
    background-color: white;
    position: fixed;
}

#menuOpener {
    background: transparent;
    border: 0px;
    display: inline;
    z-index: 999;
    position: absolute;
    bottom: 8px;
    height: 26px;
}

.main {
    display: flex;
    flex-direction: column;
    border-bottom: 0px;
    padding: 5px;
    position: fixed;
    top: 111px;
    bottom: 55px;
    right: 0px;
    left: 0px;
    overflow: hidden;
}

.header {
    padding: 5px;
    height: 100px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #514a43;
    position: relative;
}

.footer {
    padding: 5px;
    height: 50px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: left;
    display: flex;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #514a43;
    overflow: auto;
}

.layout {
    padding: 5px;
    border: 0px
}

.flex {
    display: flex;
    flex-direction: column;
}

.comment {
    overflow: auto;
    width: 100%;
    padding-top: 10px;
    box-sizing:border-box;
    border-top:1px solid #dddddd;
    max-height:200px;
}

.comment-text {
    font-size: 0.9em !important;
    text-align: justify;
}

.admin-tooltip {
    font-size: 85%;
    font-family: Arial;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width:600px;
}

.stepImg {
    height: 60px;
    transition: all 1s;
}

.loader {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 111px;
    bottom: 0px;
    z-index: 9998;
    text-align: center;
    background-color:rgba(194,194,194,0.6);
    display:flex;
}

.loader-img-container {
    height:100px;
    width:200px;
    background-color:rgba(255,255,255,1);
    margin:auto;
    border:1px solid black;
    border-radius:5px;
    display:flex;
    z-index: 9999;
}

.loader-img {
    margin:auto;
    width:32px;
    height:32px;
}

.loader-sec {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 50px;
    bottom: 0px;
    z-index: 9998;
    background-color:#c2c2c288;
    text-align: center;
    display:flex;
}
/*
.loginValue {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    padding-left: 0.3em;
    padding-bottom: 0.3em;
    width: 60%;
    display: inline;
}

.loginLabel50 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    padding-right: 0.3em;
    padding-top: 0.4em;
    width: 50%;
    display: inline;
    font-size: 100%;
    color: white;
    font-weight: lighter;
    font-weight: bold;
}

.loginValue50 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    padding-left: 0.3em;
    padding-top: 0.0em;
    width: 50%;
    display: inline;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 0.0em;
}

.loginValueRight { 
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: right;
    font-size: 90%;
    padding-left: 0.3em;
    padding-bottom: 0.0em;
    width: 50%;
    display: inline;
}

.loginValueLeft { 
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    font-size: 90%;
    padding-left: 0.19em;
    padding-bottom: 0.0em;
    width: 50%;
    display: inline;
}



.loginRow {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 0.2em;
    text-align: left;
    color:white;
}

.loginRow3 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 0.0em;
    text-align: left;
}

.loginRow2 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100%;
    display: block;
    padding-top: 0.2em;
    width: 100%;
}

.errorPanel {
    margin: auto;
    vertical-align: center;
    padding: 2em;
    background: #d13647;
    border: 1px solid #830000;
    border-radius: 10px;
}

.errorRow {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 0.2em;
    text-align: left;
    color:white;
    color:#fadddb;
}
*/

.errorPanel {
    margin: auto;
    vertical-align: center;
    padding: 2em;

}

.tableGroup {
    display: block;
    border: 2px solid #2e3436;
    border-radius: 5px;
    padding: 2px;
    overflow: hidden;
    transition-property: width, height;
    transition-duration: 0.7s;
}

.td-numeric {
    text-align: right;
    padding: 3px !important;
}

.headerTop {
    width:auto !important;
}

.input-in-cell {
    max-width:95%;
    box-sizing:border-box;
}

.fa {
    color: black;
}

.fa-big {
    width: 24px;
    height: 24px;
}

.fa-button {
    color: black;
    font-size: 150%;
    width: 24px;
    height: 24px;
    top: 10px !important;
    left: 0.1em !important;
}

.fa-color-warning {
    color: orange;
}

.fa-button-warning {
    color: orange;
    top: 10px !important;
    left: 0.1em !important;
    float: left; 
    margin: 8px 8px 0;
}

.fa-button-ok {
    color: green;
    font-size: 150%;
    left: 0.1em !important;
    float: left; 
    padding-bottom:5px;
    padding-right: 0.2em;
}

.fa-button-warning-2 {
    color: orange;
    font-size: 150%;
    width: 24px;
    height: 24px;
    top: 10px !important;
    left: 0.1em !important;
}

/*.fa-menu-button {
    color: black;
    font-size: 100%;
}*/

.fa-center {
    position: static !important;
    margin: auto auto !important;
}
/*
.fa-button-container {
    /*height: 26px;
    color: black !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}*/

.fa-center-container {
    height: 20px;
    padding-top: 5px !important;
}

.marked-cell {
    background: yellow;
    color: black;
}

.textarea-readonly  {
    background: #e3dbdb
}

/* OTHERS */
a {
    text-decoration: none;
    outline: none;
    color: #25AAE1
}

.dispBlock {
    display: block !important;
}

.TextShadow {
    text-shadow: 0 1px 0 #555753
}

.TextShadowNone {
    text-shadow: none;
}

.underline {
    text-decoration: underline;
}

.ui-grid-col-20p {
    width: 20%;
    float: left;
    box-sizing: border-box;
}

/* override */
.ui-selectoneradio label {
    margin-top: 0px !important;
}

.ui-widget {
    font-size: 0.9em;
}

.ui-growl {
    display: none !important;
}

.ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column, .ui-datatable .ui-datatable-data td.ui-cell-editing {
    padding: 4px 10px !important;
    margin: inherit !important;
    background: inherit !important;
}

td.ui-state-highlight, td.ui-widget-content td.ui-state-highlight, td.ui-widget-header td.ui-state-highlight{
    border: 1px solid #fad42e;
    background: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
}



.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    box-sizing:border-box;

    }

.hidden {
    display:none;
}

.hide-preview, .hide-preview .fa {
    color: #adadad !important;
}

.last-year-stat, .last-year-stat .fa {
	color: #adadad !important;
	font-style:italic;
}

.stat-field-container {
	width:100%;
	display:flex;
	flex-direction:row-reverse;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing:border-box;
}

/* Tabelle ohne Header */
.hide-table-header table thead tr {
    display: none;
}

.no-border-table {
    border-collapse: collapse;
    border-style: hidden !important;
    height: 100%;
    padding:0px !important;
}

.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-today > a{
    border: 1px solid #DCDCDC; 
}

.no-border-cell {
    border: 1px solid #c5dbec !important;
}

.label {
    width: 30%;
    padding-right: 10px;
}

.value {
    width: 70%;
    padding-left: 10px;
}

.align-top {
    vertical-align:top;
    width:50%;
}

.align-top-pad-r {
    vertical-align:top;
    width:50%;
    padding-right:20px;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

span.ui-state-warning {
    display: block;
    border-radius: 2px;
    background-color: #fcf8e3;
    color: #201913;
    border: 1px solid #fbeed5;
    padding: 5px;
}

label.ui-state-warning {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #fcf8e3;
    border: none;
}

td.ui-state-warning {
    background-color: #fcf8e3;
}

.help-tooltip {
    word-wrap:normal;
    white-space:pre-wrap;
    max-width:400px;
}

a.visible-link {
    color:#214478ff;
    text-decoration:underline;
    font-weight:bold;
}

a.ui-menuitem-link {
    transition-property: all;
    transition-duration: 2s;
}


@keyframes changeColor {
    0%   {background-color:white;}
    50%  {background-color:#d1d1d1;}
    100% {background-color:#e6e6e6;}
}

/** External Tooltip | Navigation **/
.ui-tooltip, .ui-tooltip-content.ui-widget-content {
        background-color:#4C4C4C !important;
        color:#ffffff !important;
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: left;
    line-break: auto;
        background-image: none !important;
}

/* Bootstrap tooltip */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity = 0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity = 90);
    opacity: 1
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

/* Error Tooltip */
.ui-state-error+.tooltip>.tooltip-inner {
    background-color: #f2dede;
    color: #b94a48;
    border: 1px solid #eed3d7;
    padding: 2px 5px;
    font-size: 1em;
}
/* Tooltip on top */
.ui-state-error+.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #eed3d7;
}
/* Tooltip on bottom */
.ui-state-error+.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid #eed3d7;
}
/* Tooltip on left */
.ui-state-error+.tooltip.left>.tooltip-arrow {
    border-left: 5px solid #eed3d7;
}
/* Tooltip on right */
.ui-state-error+.tooltip.right>.tooltip-arrow {
    border-right: 5px solid #eed3d7;
}

/* Warning Tooltip */
.ui-state-warning+.tooltip>.tooltip-inner {
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    padding: 2px 5px;
    font-size: 1em;
}
/* Tooltip on top */
.ui-state-warning+.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #fbeed5;
}
/* Tooltip on bottom */
.ui-state-warning+.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid #fbeed5;
}
/* Tooltip on left */
.ui-state-warning+.tooltip.left>.tooltip-arrow {
    border-left: 5px solid #fbeed5;
}
/* Tooltip on right */
.ui-state-warning+.tooltip.right>.tooltip-arrow {
    border-right: 5px solid #fbeed5;
}

.altTree {
    background-color: green;
}

.altTree2 {
    background-color: red;
}

.tablechart-min {
    background-color: #ffeeaa;
    width:100%;
    display:block;
}
.tablechart-max  {
    background-color: #aaeeff;
    width:100%;
    display:block;
}
.tablechart-med {
    background-color: #ffccaa;
    width:100%;
    display:block;
}

.tablechart-table-period {
    max-width:200px;
}

.ui-selectcheckboxmenu-token {
    white-space:pre-wrap !important;
    word-wrap:break-word;
}

.ui-selectcheckboxmenu-token-label {
    padding-left:0.1em !important;
    word-wrap:break-word;
    word-break:break-all;
}


.ui-fileupload-choose {
    display:inline-flex !important;
    padding:0.3em !important;
    position:static !important;
}

.ui-fileupload-choose > .ui-button-icon-left {
    margin:auto !important;
    position:static !important;
}

.ui-fileupload-choose > .ui-button-text {
    margin:auto !important;
    padding: 0 0 0 0.2em !important;
}

.breakable {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.main-dashboard {
	height:100%;
	overflow-y:auto;
}

.main-dashboard .ui-dashboard-column {
    width: 33%;
    
    display:flex;
    flex-direction:column;
    align-items:center;
    box-sizing:border-box;
    overflow:hidden;
}

.dashboard-default {
    width:95%;
    margin:10px;
    box-sizing:border-box;
}

.dashboard-default a {
    text-decoration:underline;
    
}

.dashboard-default label {
    
}

.dashboard-icon {
    width:1.1em;
    min-width:1.1em;
    text-align:center;
    margin-right:.2em;
}

.dashboard-link-container {
    display:flex;
    padding-top:5px;
    padding-bottom:5px;
}

.dashboard-config-item {
    display:flex;
    align-items:center;
    padding-top:3px;
    text-align:left;
}

.dashboard-config-item label {
    margin-right:3px;
    padding-top:5px;
}

.dashboard-spinner .ui-spinner-input {
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
}

.news-panel {
    width:100%;
}

.ep-chips-token {
    border-style:solid;
    border-width:1px;
    border-radius:3px;
    display:flex;
}

.ep-chips-token-label {
    padding-right:10px;
}

.ui-datatable .ui-datatable-header {
    text-align:left !important;
    box-sizing:border-box !important;
}

.ui-treetable table {
    width:unset;
}
.ui-treetable thead th {
    padding:3px !important;
}

.ui-treetable thead th .ui-column-title {
    width:100%;
    display:block;
    word-wrap:normal;
    white-space:break-spaces    ;
}

/** Responsive **/
/*
@media ( min-resolution : 250dpi) {
    #MENUSIDE {
        font-size: 200%;
        bottom: 71px;
    }
    #CONTENTSIDE {
        font-size: 200%;
    }
    .comment-text {
        font-size:60% !important;
    }
    #menuOpener {
        height: 60px;
    }
    .comment-text {
        font-size:85% !important;
    }
    .fa {
        font-size: 200%;
        height: 52px;
        width: 52px;
    }
    .fa-big {
        font-size: 200%;
        height: 52px !important;
        width: 52px !important;
    }
    .fa-center-container {
        height: 54px;
        width: 54px;
    }
    .fa-menu-button {
        top: 15px !important;
    }
    .fa-button {
        top: 10px !important;
    }
    .fa-button-container {
        height: 54px;
        min-width: 54px;
    }
    .ui-panelmenu .ui-menuitem-text {
        padding-left: 1.2em;
    }
    .ui-panelmenu .ui-menuitem-link {
        line-height: 1.6em !important;
    }
    .ui-button-icon-left {
        left: 0.1em !important;
    }
    .footer {
        height: 60px;
    }
    .main {
        bottom: 71px;
    }
    .loginRow {
        display: block;
    }
    .loginLabel {
        display: block;
        width: 100%;
    }
    .loginValue {
        display: block;
        width: 100%;
    }
}

@media ( min-resolution : 150dpi) {
    #MENUSIDE {
        font-size: 130%;
        bottom: 66px;
    }
    #CONTENTSIDE {
        font-size: 130%;
    }
    .comment-text {
        font-size:60% !important;
    }
    #menuOpener {
        height: 45px;
    }
    .fa-big {
        font-size: 170%;
        height: 30px !important;
        width: 30px !important;
    }
    .fa {
        width: 26px;
        height: 26px;
    }
    .fa-center-container {
        height: 28px;
        width: 28px;
        padding-top: 5px !important;
    }
    .fa-menu-button {
        top: 15px !important;
    }
    .fa-button {
        top: 10x !important;
        left: 0.1em !important;
    }
    .fa-button-container {
        height: 42px;
        min-width: 42px;
    }
    .footer {
        height: 55px;
    }
    .main {
        bottom: 66px;
    }
    
    /*  .ui-panelmenu .ui-menuitem-text */
    /*  { */
    /*      padding-left:1em; */
    /*  } */
    /*  .ui-panelmenu .ui-menuitem-link */
    /*  { */
    /*      line-height:1.2em !important; */
    /*  } 
} */

@media ( min-resolution : 120dpi) and (orientation:portrait) {
    #MENUSIDE {
        font-size: 130%;
        bottom: 71px;
    }
    #CONTENTSIDE {
        font-size: 130%;
    }
    /*.comment-text {
        font-size:60% !important;
    }*/
    .td-numeric {
        font-size: 95%;
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column, .ui-datatable .ui-datatable-data td.ui-cell-editing {
        padding-left:2px !important;
        padding-right:2px !important;
    }
    
    #menuOpener {
        height: 45px;
    }
    .fa-big {
        font-size: 170%;
        height: 30px !important;
        width: 30px !important;
    }
    .fa {
        height: 26px;
        width: 26px;
    }
    .fa-center-container {
        height: 28px;
        width: 28px;
    }
    .fa-button {
        top: 10px !important;
    }
    .fa-menu-button {
        top: 15px !important;
    }
    .fa-button-container {
        height: 42px;
        min-width: 42px;
    }
    .footer {
        height: 60px;
    }
    .main {
        bottom: 71px;
    }
    
    .input-in-cell {
        padding-left:1px !important;
        padding-right:1px !important;
    }
    .ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
        padding:1px !important;
        font-size:90%;
    }
    .ui-datatable-scrollable-theadclone th.ui-state-default {
        padding: 0px !important;
    }
    .comment-text {
        font-size:65% !important;
    }
    .tablechart-table-period {
        min-width:100px;
    }
    
    /** Start Formatierung Menübutton **/
    #headerForm\:menuOpener{
        min-width:30px;
        min-height:30px;
        background-color:transparent;
        color:black !important;
        background-image:none;
        border-style:none;
        border-width:0px;
        margin-right:0px;
        padding:0px;
    }
    
    #headerForm\:cmpLogoDiv {
        margin-left:10px;
    }

    .ui-button-icon-left.fa-bars.fa-big{
        font-size:30px;min-width:30px;min-height: 30px;margin:0px;padding:0px;
    }
    /*  .ui-panelmenu .ui-menuitem-text */
    /*  { */
    /*      padding-left:1em; */
    /*  } */
    /*  .ui-panelmenu .ui-menuitem-link */
    /*  { */
    /*      line-height:1.2em !important; */
    /*  } */
}

@media ( max-height : 400px) {
    .logo {
        display: none;
    }
    .formLogo {
        display: none;
    }
    .stepImg {
        height: 40px;
    }
    .header {
        height: 30px;
        padding-top: 0px;
        padding-bottom: 3px;
    }
    .main {
        top: 34px;
        bottom: 34px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .loader {
        top: 34px;
        padding-top: 2px;
    }
    .loader-sec {
        top: 34px;
        padding-top: 2px;
    }
    
    .footer {
        height: 30px;
        padding-top: 3px;
        padding-bottom: 0px;
    }
    #MENUSIDE {
        top: 0px;
        bottom: 35px;
    }
    #menuOpener {
        top: 0px;
    }
    .td-numeric {
        font-size: 95%;
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column, .ui-datatable .ui-datatable-data td.ui-cell-editing {
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
        padding:1px !important;
        font-size:90%;
    }
    .ui-datatable-scrollable-theadclone th.ui-state-default {
        padding: 0px !important;
    }
    .comment-text {
        font-size:90% !important;
    }
    .tablechart-table-period {
        min-width:100px;
    }
    
    /** Start Formatierung Menübutton **/
    #headerForm\:menuOpener{
        min-width:25px;min-height:25px;background-color:transparent;background-image:none;border-style:none;border-width:0px;margin-right:0px;padding:0px;
    }
    
    #headerForm\:cmpLogoDiv {
        margin-left:4px;
    }

    .ui-button-icon-left.fa-bars.fa-big{
        font-size:25px;min-width:25px;min-height: 25px;margin:0px;padding:0px;
    }
    /** Ende Formatierung Menübutton **/
     .ui-steps .ui-steps-item .ui-steps-title {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-size: 105%;
        padding-bottom: 2px;
        padding-top: 2px;
    }
    .ui-steps .ui-steps-item .ui-steps-number {
        display:none;
    }
}

@media ( max-height : 800px) {
    .logo {
        height: 50px;
    }
    .formLogo {
        height: 50px;
    }
    .stepImg {
        height: 50px;
    }
    .header {
        height: 55px;
        padding-top: 0px;
        padding-bottom: 3px;
        position: relative;
    }
    .footer {
        height: 30px;
        padding-top: 3px;
        padding-bottom: 0px;
    }
    .main {
        top: 60px;
        bottom: 34px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .loader {
        top: 60px;
        padding-top: 2px;
    }
    .loader-sec {
        top: 60px;
        padding-top: 2px;
    }
    #MENUSIDE {
        top: 60px;
        bottom: 35px;
    }
    #menuOpener {
        bottom: 0px;
    }
    .td-numeric {
        font-size: 95%;
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column, .ui-datatable .ui-datatable-data td.ui-cell-editing {
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
        padding:1px !important;
        font-size:90%;
    }
    .ui-datatable-scrollable-theadclone th.ui-state-default {
        padding: 0px !important;
    }
    
    .ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
       padding:1px 3px;
       font-size:0.9em;
    }
    
    .comment-text {
        font-size:85% !important;
    }
    .tablechart-table-period {
        min-width:100px;
    }
    /** Start Formatierung Menübutton **/
    
    #headerForm\:menuOpener{
        min-width:30px;min-height:30px;background-color:transparent;background-image:none;border-style:none;border-width:0px;margin-right:0px;margin-top:5px;margin-bottom:5px;padding:0px;
    }
    
    #headerForm\:cmpLogoDiv {
        margin-left:5px;
    }
    
    .ui-button-icon-left.fa-bars.fa-big{
        font-size:30px;min-width:30px;min-height: 30px;margin:0px;padding:0px;
    }
    /** Ende Formatierung Menübutton **/
    
    /* jqplot Diagramme */
    .jqplot-title {
    padding-bottom: .3em !important;
    font-size: 1em !important;
    }
    
    .jqplot-xaxis-label {
        margin-top: 2px !important;
    font-size: 0.9em !important;
    }
    
    .jqplot-xaxis {
    margin-top:3px !important;
    font-size:0.9 !important;
    }
    
    .jqplot-yaxis {
        margin-right: 3px !important;
    }
    
    .jqplot-yaxis-label {
        margin-right: 2px !important;
        font-size: 0.9em !important;
    }
    
    .jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {

        font-size: 1em !important;
        margin-left: 2px !important;
    }
    
    .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
        margin-left: 3px !important;
        margin-right: 1px !important;
    }
    
    table.jqplot-table-legend {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    
    .ui-tabs .ui-tabs-panel {
         padding: 0.2em 0.2em !important;
    }
    
    .ui-tabs .ui-tabs-nav li a {
        padding:4px !important;
    }

 }

@media ( min-height : 801px) {
    .logo {
        height: 75px;
    }
    .formLogo {
        height: initial;
        max-height: 80px;
    }
    .header {
        height: 85px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .main {
        top: 96px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .loader {
        top: 96px;
        padding-top: 2px;
    }
    .loader-sec {
        top: 96px;
        padding-top: 2px;
    }

    #MENUSIDE {
        top: 96px;
        bottom: 71px;
    }
    
    /** Start Formatierung Menübutton **/
    #headerForm\:menuOpener {
        min-width:40px;min-height: 40px;background-color:transparent;background-image:none;border-style:none;border-width:0px;margin-right:0px;margin-top:10px;margin-bottom:10px;padding:0px;
    }

    #headerForm\:cmpLogoDiv {
        margin-left:10px;
    }

    .ui-button-icon-left.fa-bars.fa-big {
        font-size:40px;min-width:40px;min-height: 40px;margin:0px;padding:0px;
    }
    /** Ende Formatierung Menübutton **/
}

@media ( max-width : 400px) {
    .logo {
        display: none;
    }
    .formLogo {
        display: none;
    }
    .header {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px;
    }
    #MENUSIDE {
        width: 0px;
    }
    #CONTENTSIDE {
        
    }
    .main {
        margin-left: 0px;
    }
    #menuOpener {
        display: inline;
        top: 0px;
    }
    .td-numeric {
        font-size: 95%;
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column, .ui-datatable .ui-datatable-data td.ui-cell-editing {
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .input-in-cell {
        padding-left:1px !important;
        padding-right:1px !important;
    }
    .ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
        padding:1px !important;
        font-size:90%;
    }
    .ui-datatable-scrollable-theadclone th.ui-state-default {
        padding: 0px !important;
    }
    .comment-text {
        font-size:90% !important;
    }
    .tablechart-table-period {
        max-width:100px;
    }
    /** Start Formatierung Menübutton **/
    #headerForm\:menuOpener{
        /*
        min-width:20px;min-height: 20px;
        background-color:transparent;
        background-image:none;
        border-style:none;border-width:0px;margin-right:0px;margin-top:4px;margin-bottom:4px;padding:0px;

         */
    }
    
    #headerForm\:cmpLogoDiv {
        margin-left:4px;
    }

    .ui-button-icon-left.fa-bars.fa-big {
        font-size:20px;min-width:20px;min-height: 20px;margin:0px;padding:0px;
    }
    /** Ende Formatierung Menübutton **/
}

@media (max-width : 800px) {
    .logo {
        height: 50px;
    }
    .formLogo {
        height: 50px;
    }
    /* jqplot Diagramme */
    .jqplot-title {
    padding-bottom: .3em !important;
    font-size: 1em !important;
    }
    
    .jqplot-xaxis-label {
        margin-top: 2px !important;
        font-size: 0.9em !important;
    }
    
    .jqplot-xaxis {
    margin-top:3px !important;
    font-size:0.9em !important;
    }
    
    .jqplot-yaxis {
        margin-right: 3px !important;
    }
    
    .jqplot-yaxis-label {
        margin-right: 2px !important;
        font-size: 0.9em !important;
    }
    
    .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
        margin-left: 3px !important;
        margin-right: 1px !important;
    }
    
    table.jqplot-table-legend {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    
    .ui-tabs .ui-tabs-panel {
         padding: 0.2em 0.2em !important;
    }
    
    /* von ui-button-icon-only kopiert - zeigt nur Icon auf dem Button, wenn Bildschirm klein ist */
    .disableText {
        width: 2.4em !important;
    }
     
    .disableText > .ui-button-text {
        padding: .3em;
        text-indent: -9999999px;
    }
    
       
    .ui-tooltip {
        padding: 0px !important;
    }
    
    .ui-tooltip.ui-tooltip-right, .ui-tooltip.ui-tooltip-left {
        padding: 0px !important;
    }

    .ui-tooltip .ui-tooltip-text {
        padding: 1px !important;
    }
    
    .help-tooltip {
        max-width:300px;
    }

}

@media ( max-width : 1400px) {
    .header {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px;
    }
    #CONTENTSIDE {
        
    }
    #menuOpener {
        display: inline;
    }
}

@media ( min-width : 1401px) {
    .header {
        padding-left: 5;
        padding-right: 5;
    }
    #MENUSIDE {
        bottom: 55px;
    }
    #CONTENTSIDE {
        
    }
}
