/* Cards */
.card {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    height: 100%;
}

.card-header, .card-title, .card-text, .card-body {
    color: white;
}

.card-header {
    max-height: 2.361em !important;
    padding: 0.4em !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    color: lightgray;
    font-weight: bold;
}

.card-block {
    padding: 0.4em;
}

.card-text {
    font-size: 0.8rem;
}

.card-header-checkbox {
    float: right;
}

.card-block.row {
    margin-left: 0;
    margin-right: 0;
}

.card-header-checkbox {
    font-weight: normal;
}