.table th a, .table th{
    color: black !important;
}
.table td{
    vertical-align: middle !important;
}
.list-foot label{
    font-weight: 100 !important;
}
.search-bar{
    border: none;
    border-radius: 8px;
    margin-left: 0px !important;
    padding: 10px 10px 10px 40px;
}
.search-container{
    position: relative;
}
.search-container img{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.table-row-even{
    background-color: #EEF8F4;
}
.table-row-odd, .table th{
    background-color: #FFFFFF;
}
ul{
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 0;
}
.bottom-pager li{
    float:left;
    margin-right: 15px;
}