﻿#KundeDashboard {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#KundeDashboard .row {
    margin-top:10px;

}

#KundeDashboard .dx-button-text {
    color: white;    
}

.arbeitssicherheit .panel-heading {
    padding: 2px 10px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#222323),to(#2f2f2f));
    background-image: linear-gradient(to bottom,#222323 0,#2f2f2f 100%);
    color: white;
}

/*
.arbeitssicherheit .dx-toolbar-items-container {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#222323),to(#2f2f2f));
    background-image: linear-gradient(to bottom,#222323 0,#2f2f2f 100%);
}*/


.arbeitssicherheit .dx-toolbar-label {
    color: white;
}

#KundeDashboard .arbeitssicherheit .dx-button-text {
    color: white;
}

.arbeitssicherheit .dx-button-back-arrow {
    border-top-color: white;
    border-left-color: white;
}


#KundeDashboard .dx-toolbar:first-child {
    display:none;
}

.dashboard .panel .dx-button {
    margin-top: 10px;
}


#KundeDashboard .boxHeader {
color: #000;
text-align: left;
font-weight: bold;
font-size: 17px;
font-family: "HelveticaNeue-Medium","Helvetica Neue Medium","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
line-height: 46px;
}

#KundeDashboard .box {
    padding: 10px;
}

#NohlMatrix .col-sm-2, #NohlMatrix .col-sm-4 {
    border-left: 1px solid #8e8e93;
}

#NohlMatrix .col-sm-2, #NohlMatrix p  {
    font-size: small;
}

#NohlMatrix .row {
    border-top: 1px solid #8e8e93;
    padding: 10px 0;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #dedede;
    background: #2a2a2a;
    opacity: .3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}