.chartButton, .chartButton:focus{
    color: rgba(255,255,255,0.75);
    height: 35px;
}
.colorBlack{
    color : black;
}
.detailButton{
    font-size: inherit;
    height: 23px;
    margin: 0px;
    padding: 0px;
    width: 23px;
}
.homeButton, .homeButton:focus{
    color: #E7E7E7;
    font-weight: 500;
    margin: 0px;
    padding: 13px 15px 12px 15px;
}
.iKPI{
    font-style: inherit;
    font-weight: bold;
}
.marginRight20{
    margin-right: 20px;
}
.navbarButton, .navbarButton:focus{
    background-color: transparent;
    border: none;
    outline: none;
    text-align: left;
    width: 100%;
}
.navbarSelect{
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.opButton, .opButton:focus{
    background-color: transparent;
    border: none;
    outline: none;
}
.panel_toolbox{
    min-width: 24px;
}
.textAlignCenter{
    text-align: center;
}
.textAlignRight{
    text-align: right;
}
.width10{
    width: 10%;
}
.width100{
    width: 100%;
}