.list-group-item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-group-item .icon.right, button .icon.right {
    float:right;
}

.list-group-item .icon.right.danger {
    color:#c9302c;
}

.list-group-item .icon.right.success {
    color:#5cb85c;
}

.groupItem {
    background-color: #FF5B57!important;
    color: white !important;
    font-weight: bold;
}

.list-group-item .right {
    position: absolute;
    right: 10px;
}

.bootstrap-table .fixed-table-toolbar .dropdown-menu {
    /* width: 220px; */
}

.bootstrap-table .fixed-table-toolbar .dropdown-menu [role = menuitem] label, 
.bootstrap-table .fixed-table-toolbar .dropdown-menu [role = menuitem] input {
    cursor: pointer;
}