

footer.footer{background-color:transparent;color:#000;}
footer.footer .nav-link{color:#000}
footer.footer .btn{background-color:#0171BC;color:#fff;}

.card-header{background-color:#0171BC;border-bottom:1px solid #0171BC;color:#fff;}
.client-home-cards .card-header{background-color:#0171BC;}
.client-home-cards .card-body {padding-top:20px;}

.sidebar .list-group-item.active,.sidebar .list-group-item.active:focus,.sidebar .list-group-item.active:hover{background-color:#000;border-color:#fff}

header.header .topbar{background-color:#000;color:#fff;}
header.header .topbar .btn{color:#fff;}
header.header .topbar .active-client .input-group-text{color:#fff;}
header.header .topbar .active-client .btn{color:#fff;}


.dataTables_wrapper table.table-list thead th.sorting_asc,.dataTables_wrapper table.table-list thead th.sorting_desc{background-color:#0171BC; color:#fff;}
table.table-list thead th{background-color:#0171BC;border-bottom:1px solid #0171BC;color:#fff;}

.page-item.active .page-link,.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#0171BC;border-color:#0171BC}

.navbar-light,.main-navbar-wrapper {background-color:#0171BC; color:#fff;}
.navbar-light a,.navbar a{color:#fff}
.navbar li a,.navbar li a:link,.navbar li a:active,.navbar li a:visited{color:#fff;}
.navbar li a:focus,.navbar li a:hover{color:#fff; test-decoration:none;}
.dropdown-menu {margin-top:15px;}
.dropdown-menu,.dropdown-menu a:link,.dropdown-menu a:active,.dropdown-menu a:visited {color:#000! important}
.dropdown-menu:hover {color:#999! important}

.primary-content .card-body {
    overflow: inherit;
}


/* Custome WHMCS Styles */

li#Primary_Navbar-Announcements {
  display: none!important;
} 

.whmcs-home-features {
  margin: 80px 0 50px 0;
}

.whmcs-home-feature-box {
  position: relative;
  top: 0;
  margin-bottom: 10px;
  padding: 20px 30px 20px 80px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #ccc;
  line-height: 1.25em; 
  -moz-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.whmcs-home-feature-box:hover {
  top: -1px;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  background: #f9f9f9;
}
.whmcs-home-feature-box img {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 48px;
}
.whmcs-home-feature-box .title {
  font-weight: 600;
  margin-bottom: 5px;
}
.whmcs-home-feature-box p {
  color: #777;
  font-size: 13px;
  margin-bottom: 0;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  section#main-menu {
      position: fixed;
      top: 125px;
      width: 100%;
      z-index: 100;
  }

}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 768px) {

.whmcs-home-features .col-sm-6 {
  padding: 0 5px;
}

  .whmcs-home-feature-box { 
    height: 100px;
    margin-bottom: 10px;
  }
}


@media (max-width: 768px) {
  section#main-menu {
  	      position: fixed;
          margin-top:-5px;
          width: 100%;
          z-index: 100;
  }
}

.affiliate-stat {
  margin: 0;
    margin-bottom: 0px;
  padding: 15px;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.5;
}
