.active {
    background-color: cadetblue;
}

.open, .completed,.in_progress, .cancelled, .returned, .shipped, .returned_partially, .shipped_partially {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.open {
    background-color: yellow;
}

.returned_partially {
    background-color: darkorange;
}

.shipped_partially {
    background-color: lightgreen;
}

.completed, .shipped {
    background-color: green;
}

.in_progress {
    background-color: darkblue;
}

.cancelled, .returned {
    background-color: red;
    color: red !important;
}

.text-returned {
    color: red !important;
}

.tr-returned td {
    background-color: lightyellow;
}
span.user {
    text-align: center;
    display: inline;
    margin-top: 20px;
}

.user-icon {
    width: 15px;
    margin-right: 5px;
}

.tag-icon {
    width: 16px;
    margin-left: 5px;
    margin-bottom: 2px;
}

.alert-icon {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 3px;
}

td.greencell {
    color: forestgreen;
    background: lightgoldenrodyellow;
}

.form-control {
    margin-bottom: 20px;
}

.barcodesfound {
    border-radius: 5px;
    background-color: forestgreen;
    color: white;
    position: relative;
    float: left;
    margin: 4px;
    padding: 4px;
}

.backend-nav {
    background: #1a242d;
}

.smooth {
    color: darkgray;
}
