@font-face {
    font-family: 'PCR-Font';
    src: url('pcr-font.ttf');
}

.row{
    margin-left: 0px;
}

#table_id_wrapper .top{
    position: relative;
    top: 90px;
    padding-left: 9px;
}

#table_id_wrapper .top .dataTables_info{
    color: white;
    background-color: #cf0f3e;
    padding: 7px;
    float: left;
}

.dataTables_filter {
    float: none!important;
    margin-bottom: 55px!important;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%!important;
    text-align: center;
}

.dataTables_filter input {
    width: 50%!important;
    height: 42px;
}

.dataTables_paginate {
    float: none!important;
    text-align: center!important;
}

.page-item.active .page-link {
    background-color: #cf0b3e!important;
    border-color: #cf0b3e!important;
}

.page-link {
    color: #cf0b3e!important;
}

.page-item.active  .page-link  {
    color: #fff!important;
}

.pagination {
    display: block !important;
}

td {
    border-left: none!important;
    border-bottom: none!important;
    border-right: none!important;
    border-top: none!important;
}

thead{
    display: none;
}

tr td::before {
    box-sizing: border-box;
    margin-right: 5px;
    content: "\e900";
    text-decoration: none;
    color: #cf0e3e;
    font-family: 'PCR-Font';
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    top: 1px;
}

table tr.odd, table tr.even {
    background: none!important;
}