.toolbar-box {
    height:50px;
}
.toolbar {
    color: #777;
    background-color: #fff;
    padding: 8px 15px;
    line-height: 30px;
}
.toolbar.affix {
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 3px rgba(0, 0, 0, .3);
}
.toolbar.affix-top {
    position:relative;
    top: 0;
    width: 100%;
    /*z-index: 1000;*/
}
.toolbar > span {
    margin-left: 10px;
}
.toolbar-left {
    float: left;
}
.toolbar-right {
    float: right;
}
.toolbar .show-type .active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}