table.cc-data-table thead .sorting_asc,
table.cc-data-table thead .sorting_desc,
table.cc-data-table thead .sorting {
    position: relative;
    z-index: 0;
    outline: 0;
    cursor: pointer;
}

table.cc-data-table thead .sorting_asc:after,
table.cc-data-table thead .sorting_desc:after,
table.cc-data-table thead .sorting:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cc-data-table-wrap .cc-data-tables_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
}
.cc-data-table-wrap .cc-data-tables_filter {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: right;
}
.cc-data-table-wrap .cc-data-tables_filter label {
    font-weight: 700;
}
.cc-data-table-wrap .cc-data-tables_filter label input[type=search] {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    outline: 0;
    padding: 10px;
    margin-left: 10px;
}
.cc-data-table-wrap .cc-data-tables_length {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.cc-data-table-wrap .cc-data-tables_length select {
    width: auto;
    max-width: 120px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    outline: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.cc-data-table-wrap .cc-data-tables_length label {
    font-weight: 700;
}
.cc-data-table-wrap .cc-data-tables_info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-weight: 700;
}
.cc-data-table-wrap .cc-data-tables_paginate {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: right;
}
.cc-data-table-wrap .cc-data-tables_paginate .paginate_button {
    padding: 10px 15px;
    background: #f2f2f2;
    margin-right: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cc-data-table-wrap .cc-data-tables_paginate .paginate_button:hover, .cc-data-table-wrap .cc-data-tables_paginate .paginate_button.current {
    color: #fff;
    background: #4a4893;
}
.cc-data-table-wrap .cc-data-tables_paginate .paginate_button.disabled {
    cursor: no-drop;
    background: #f2f2f2;
    opacity: 0.5;
    color: #888;
}
.data-header-icon {
    margin-right: 10px;
}
.cc-data-table {
    width: 100%;
    height: auto;
    margin: 0;
    border-collapse: collapse;
    border: none;
}
.cc-data-table tr {
    border-style: none;
}
.cc-data-table thead tr {
    text-align: left;
}
.cc-data-table thead tr th {
    padding: 20px 15px;
    background: #4a4893;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    border-color: #000;
    border-width: 2px;
    border-style: none;
    background-clip: padding-box;
}

.cc-data-table thead tr.cc-disable-header {
    display: none;
}

.cc-data-table thead tr th:hover {
    border-color: #000;
}
.cc-data-table thead tr th.cc-first-col.empty.no-background,.cc-data-table thead tr th.cc-first-col.empty.no-background:hover {
    background-color: transparent!important;
}
.cc-data-table tbody tr.even {
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}
.cc-data-table tbody tr.even:hover {
    background: rgba(242, 242, 242, 0.7);
}
.cc-data-table tbody tr.even:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.cc-data-table tbody tr.odd {
    background: rgba(242, 242, 242, 0.5);
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.cc-data-table tbody tr.odd:hover {
    background: rgba(242, 242, 242, 0.7);
}
.cc-data-table tbody tr.odd:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.cc-data-table tbody tr td {
    height: 55px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    border-width: 2px;
    border-style: none;
    background-clip: padding-box;
    vertical-align: middle;
}
.cc-data-table tbody tr .td-content p {
    margin-bottom:0;
}
.cc-data-table.noclip thead tr th, .cc-data-table.noclip tbody tr td {
    background-clip: border-box;
}
.cc-data-table-th-img {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 1;
}
.th-mobile-screen {
    display: none;
}
@media (max-width: 39.9375em) {
    .cc-data-table-wrap {
        overflow-x: scroll !important;
        padding-bottom: 5px;
    }
    .th-mobile-screen {
        display: inline-block;
        padding: 0 0.6em;
        margin-right: 10px;
        text-align: center;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    }
    .th-mobile-screen .cc-data-table-th-img, .th-mobile-screen .data-header-icon {
        margin: 0 auto 15px auto;
        display: block;
    }
    .td-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .td-content {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    .td-content > p {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .cc-data-table .td-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cc-dt-td-align-mobile-left .td-content {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .cc-dt-td-align-mobile-center .td-content {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .cc-dt-td-align-mobile-right .td-content {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
table.cc-data-table thead .sorting:after {
    content: "\f0dc";
}
table.cc-data-table thead .headerSortDown:after {
    content: "\f0dd";
}
table.cc-data-table thead .headerSortUp:after {
    content: "\f0de";
}
table.cc-data-table thead .sorting_disabled.sorting:after {
    display: none;
}
table.cc-data-table .sorting.sorting-none:after, table.cc-data-table .sorting_desc.sorting-none:after, table.cc-data-table .sorting_asc.sorting-none:after {
    display: none;
}
.cc-table-align-left table.cc-data-table {
    float: left;
}
.cc-table-align-center table.cc-data-table {
    margin: 0 auto;
}
.cc-table-align-right table.cc-data-table {
    float: right;
}
.cc-hide-elements .cc-data-tables_info {
    display: none;
}
.cc-dt-th-align-left .cc-data-table thead tr th, .cc-dt-td-align-left .cc-data-table tbody tr td {
    text-align: left;
}

.cc-dt-th-align-right .cc-data-table thead tr th, .cc-dt-td-align-right .cc-data-table tbody tr td {
    text-align: right;
    padding-right: 30px;
}
.cc-dt-th-align-center .cc-data-table thead tr th, .cc-dt-td-align-center .cc-data-table tbody tr td {
    text-align: center;
}
