.inlineDisplayNone {
    display: none;
}


.info-box.custom-box{
    width:100%;
    border:1px solid rgba(145, 158, 171, 0.24);
    background:#fff;
    position:relative;
    overflow: hidden;
    box-shadow: none;
    margin-bottom:0;
}
.info-box.custom-box:before{
    content:'';
    display: block;
    width:4px;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#4878d0;
}
.info-box.custom-box.green:before{
    background:#2eb6d1;
}
.info-box.custom-box.red:before{
    background:#d72b4c;
}
.info-box.custom-box.gray:before{
    background:#aaa;
}
.info-box-content{
    position: relative;
}
.info-box-content .btn-xs{
    position:absolute;
    top:0;
    right:0;
    font-size:11px !important;
    margin-top:3px;
}