
.lstItem {
    padding: 4px;
    padding-left: 7px;
    height: 25px;
    border-bottom-left-radius: 2px;
    color: white;
    border-top-left-radius: 2px;
    margin: 2px;
}

.lstItem.warning {
    border: 1px solid #eea236;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.lstItem.default {
    border: 1px solid #cccccc;
    background-color: #ccc6bd;
    border-color: #cccccc;
}

.lstItem.primary {
    border: 1px solid #1268ab;
    background-color: #1268ab;
    border-color: #1268ab;
}

.lstDeleteItem {
    float: right;
    height: 20px;
    color: #06caf9;
}

.lstDeleteItem:hover {
    cursor: pointer;
    color: white;
}
