
.pagination>li>a,
.pagination>li>span {
  border: none;
  
}

.pagination>li.page-item>a.page-link{

    background: none;
    color: black;

}
.pagination>li.page-item.active>a {
  background: none;
  background-color: #0f62c7;
  color: #fff;
}

i.fa{
    font-size: 20px;
}

li.page-item>a.page-link{

    font-size: 18px;
    padding-left: 18px;
    padding-right: 18px;

}

thead,th,tbody::before{

    margin: 0px !important;
    padding: 0px !important;
    height: 0px !important;

}

td{
    padding: 0px !important;
}

.company-name{

    color: #0f62c7;

}

.label{

    color: #bdbdbd;
    font-size: 14px;
    vertical-align: center;

}

.last-panel{

    background-color: #EEEEEE;
    margin-bottom: -8px; 
    margin-top: -8px; 
    margin-right: -1px;
    color: #3a8b9b;
    font-weight: 700;
    font-size: 18px;

}
