﻿.cpcit-custom-list {
    min-height: 250px;
    min-width: 250px;
    margin: 15px;
}

    .cpcit-custom-list > .filter-wrapper {
        text-align: center;
    }

        /*.cpcit-custom-list > .filter-wrapper > span {
            background: #A5A5A5
        }

        .cpcit-custom-list > .filter-wrapper button {
            color: #fff
        }

        .cpcit-custom-list > .filter-wrapper input {
            color: #fff
        }*/

.cpcit-custom-list > .cpcit-custom-list-table {
    margin: 20px 0 0 0;
}

    .cpcit-custom-list > .cpcit-custom-list-table > .custom_list_row_wrapper {
        padding: 3px 0;
    }

        .cpcit-custom-list > .cpcit-custom-list-table > .custom_list_row_wrapper > .custom-row > div {
            display: inline-grid;
        }
        
        .cpcit-custom-list > .cpcit-custom-list-table > .custom_list_row_wrapper > .custom-row {
            border: solid 1px transparent;
            border-radius: 25px;
            min-height: 40px;
        }

        .cpcit-custom-list > .cpcit-custom-list-table > .custom_list_row_wrapper > .empty-row {
            text-align: center;
            padding: 15px;
        }

    .cpcit-custom-list > .cpcit-custom-list-table > .header_wrapper {
        padding: 3px 0;
    }

        .cpcit-custom-list > .cpcit-custom-list-table > .header_wrapper > div {
            background: var(--cpcit-clist-header-bck);
            color: var(--cpcit-clist-header-color);
            font-weight: bold;
        }
