.card.card-danger, .card.card-success {
    background-color: transparent;
    
}

.card.card-success .card-header {
    background-color: #5cb85c;
}

.card.card-danger .card-header {
    background-color: #d9534f;
}

ng-click {
    cursor: pointer;
}

.btn.btn-xs {
    font-size: 8px !important;
    padding: 5px !important;
}

.dropdown-menu>li>a {
    color: #a02338;
}

table#admin-dashboard-table td, table#admin-dashboard-table th {
    font-size: .8em;
}

table.dataTable tbody td, table.dataTable tbody th {
    padding: 5px 5px;
}

input.caption-required {
    border-color: red !important;
}
