﻿.list-card {
    background-color: #292929;
    padding: 5px;
    border-radius:5px;
    width:100%;
}

    .list-card .page-title,
    .list-card .page-pretitle {
        color: white;
        margin-left:10px;
    }

.list-column {
    cursor: pointer;
    background-color: white !important;
    color: black !important;
    /*font-weight: bold !important;
    font-size: 12px !important;*/
}

.list-body {
    color: white;
    background-color: #1a1a1a;
}

.ms-auto.text-secondary .search {
    color: white !important;
}

.list-card hr {
    color: white;
    margin: 0;
    border: none;
    border-top: 1px solid #ddd;
}