﻿:root {
    --blue: #50758A;
    --grey: #F2F2F2;
    --white: #ffffff;
    --green: #10A49E;
    --black: #000000;
    --turq: #029893;
    --darkgrey: #dddddd;
}


.filter-button-class {
    padding: 3px !important;
    font-size: 14px;
    font-weight: bold !important;
    color: #000000;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Verdana, sans-serif !important;
    border: 1px solid #F2F2F2;
    border-radius: 5px !important;
    margin: 10px;
}

#custom-filter-list .dx-list .dx-list-item {
    border: 0px;
    width: 25%;
    float: left;
}