.gnrStatsBlk-item {
  display: flex;
  flex-direction: column;
}
.gnrStatsBlk-item {
  flex-basis: 17%;
  border: 1px solid #eaeef1;
  border-radius: 5px;
  margin: 16px;
  padding: 20px;
  transition: all ease 0.4s;
}

.gnrStatsBlk-item span.number {
  font-size: 2rem;
  font-weight: 700;
  color: #485d67;
}
.gnrStatsBlk-item .items-loaded {
  display: none;
}
.box-header .stat-title {
    color: #237487;
    font-size: 130%;
    margin: 2rem 0px 5rem;
    position: relative;
    width: 100%;
    display: block;
}

.custom-navs {
    display: flex;
    flex-wrap:wrap
}

.custom-navs > li {
    flex-basis: 48%;
    text-align: center;
}
.custom-navs > li a {
    background: #f9f9f9;
    padding: 20px;
    font-size: 19px;
}
.nav-pills.custom-navs>li.active>a, .nav-pills.custom-navs>li.active>a:focus, .nav-pills.custom-navs>li.active>a:hover{
  background-color: #3bb6c0;
}

.gnrStatsBlk-item {
    flex-basis: 17%;
    border: 1px solid #eaeef1;
    border-radius: 5px;
    margin: 7px 6px;
    padding: 42px 23px;
    transition: all ease 0.4s;
    background: #3bb6c0;
    border-radius: 0px;
    border: none;
    font-size: 19px;
    color: white;
    text-align: center;
        flex: 1;
}
.gnrStatsBlk-item:nth-child(1) {
    background: #237487;
}
.gnrStatsBlk-item:nth-child(2) {
    background: #c7404f
}
.gnrStatsBlk-item:nth-child(3) {
    background: #f8a51e;
}
.gnrStatsBlk-item:nth-child(4) {
    background: #3e40ab;
}

.gnrStatsBlk-item span.number {
    font-size: 4rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 6px;
}
.nav-pills.custom-navs li {flex:1;}
.nav-pills.custom-navs li a{ padding: 23px 15px; font-size: 21px; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    border: none !important;
}
.dash-header-title {
    margin: 5rem 0px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    position: relative;
}

.dash-header-title h4 {font-weight: 500;font-size: 160%;padding: 10px 0px 10px;color: #939393;}

.dash-header-title:before {
    width: 200px;
    height: 7px;
    position: absolute;
    bottom: -4px;
    right: 0;
    background: #3bb6c0;
    content: "";
    border-radius: 10px;
}