.sites-table th{
    color:white;
    background: #0c213c;
    font-weight: 400;
}

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

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

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

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

th .fa-sort {
    color: #777777;
    margin-right: 10px;
}

th i.fa-sort-desc, th i.fa-sort-asc {
    color: white;
    margin-right: 10px;
}

div.datepicker > div { display: block;  }
