.tasklist-style div{
    display: inline-block;
    cursor: pointer;
    margin: 4px;
    width: 25px;
    height: 25px;
}
.tasklist-style div.selected{
    border: 4px solid black;
}
.tasklist-style .lobilist-default {
    background-color: #eeeeee;
}
.tasklist-style .lobilist-default:hover {
    background-color: #e2e2e2;
}
.tasklist-style .lobilist-danger {
    background-color: #e27c79;
}
.tasklist-style .lobilist-danger:hover {
    background-color: #de6764;
}
.tasklist-style .lobilist-success {
    background-color: #5cb85c;
}
.tasklist-style .lobilist-success:hover {
    background-color: #4cae4c;
}
.tasklist-style .lobilist-warning {
    background-color: #f0ad4e;
}
.tasklist-style .lobilist-warning:hover {
    background-color: #eea236;
}
.tasklist-style .lobilist-info {
    background-color: #5bc0de;
}
.tasklist-style .lobilist-info:hover {
    background-color: #46b8da;
}
.tasklist-style .lobilist-primary {
    background-color: #337ab7;
}
.tasklist-style .lobilist-primary:hover {
    background-color: #2e6da4;
}
table.dataTable thead .searchable:before {
    content: "\e003";
    position: relative;
    display: inline;
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
    opacity: 0.2;
    font-size: 10px;
}
table.dataTable .selected {
    background: #ccedff;
}
table.dataTable.hoo_hoverable tbody tr:hover {
    background: #eff5fb;
    cursor: pointer;
}

.input-group{
    width: 100%;
}