
.supply a.btn {
    color: #fff;
}

.supply .table .operations {
    min-width: 120px;
    text-align: center;
}
.supply .table .operations .btn {
    margin-right: 5px;
}
.supply .table .operations .btn:last-child {
    margin-right: 0;
}

.supply a.btn-default {
    color: #000;
}

.supply .table.sources .operations .glyphicon.active, .supply .table.items .operations .glyphicon.active {
    color: #a00;
}
.supply .table.sources .operations .glyphicon.inactive, .supply .table.items .operations .glyphicon.inactive {
    color: #0a0;
}

div.datepicker > div { display: block;  }


a.cantDelivered { color: grey; }
