﻿.divider-vertical-info {
    border-right: 1px solid #31708f;
}

/* glyphicons for batch status */
#affix-batch-menu h5:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
    overflow: no-display;
}

#affix-batch-menu .collapsed h5:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}
