.company-logo {
    height: 60px;

    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    display: inline-block;
    font-size: 27px;
    font-weight: 600;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;

    .main-logo {
        line-height: 65px;

        img {
            margin-left: 22px;
            margin-right: 22px;
            top: 8px;
            position: relative;
        }
    }
}
.icon-fa-envelope-16 {
    background-image:url(icons/fa-envelope-64.png) !important;
    background-size:100% 100%;
}

.icon-chart-tabelle-16 {
    background-image:url(icons/chart-tabelle-24.png) !important;
    background-size:100% 100%;
}
.icon-chart-16 {
    background-image:url(icons/chart-24.png) !important;
    background-size:100% 100%;
}
.icon-tabelle-16 {
    background-image:url(icons/tabelle-24.png) !important;
    background-size:100% 100%;
}
.img-column-lastyear {
    background-image:url(icons/Zelle_vorjahr.png) !important;
    background-size:100% 5px;
    background-repeat: repeat-y;
}
.img-column-thisyear {
    background-image:url(icons/Zelle_jahr.png) !important;
    background-size:100% 5px;
    background-repeat: repeat-y;
}
.img-column-difference {
    background-image:url(icons/Zelle_abweichung.png) !important;
    background-size:100% 5px;
    background-repeat: repeat-y;
}
.greyheader .x-panel-header-default {
    background-color: #bcbcbc;
}
.img-percent {
    height: 16px;
    width: 16px;
    position: absolute;
    left:40%;
    background-size:100% 16px;
    background-repeat: 'no-repeat';
}
.img-green-0 {
    background-image:url(img/ico_green_0_450x409.svg) !important;
}
.img-green-1 {
    background-image:url(img/ico_green_1_450x409.svg) !important;
}
.img-green-2 {
    background-image:url(img/ico_green_2_450x409.svg) !important;
}
.img-green-3 {
    background-image:url(img/ico_green_3_450x409.svg) !important;
}
.img-red-0 {
    background-image:url(img/ico_red_0_450x409.svg) !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.img-red-1 {
    background-image:url(img/ico_red_1_450x409.svg) !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.img-red-2 {
    background-image:url(img/ico_red_2_450x409.svg) !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.img-red-3 {
    background-image:url(img/ico_red_3_450x409.svg) !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.x-grid-group-nextcol {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e2e2e2;
    padding: 16px 8px;
    background: #cce5d2;
    cursor: pointer;
}
