/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


.navbar-main {
    background-color: #0070b3;
}

section#footer p {
    border-top: 20px solid #0070b3;
    line-height: 40px;
}

.dataTables_wrapper .dataTables_info {
    background-color: #0070b3;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #0070b3;
}


.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0070b3;
}

div.header-lined h1 {
    color: #00609a;
}

a {
    color: #00609a;
}

.home-shortcuts {
  margin: 0;
  background: #d29545;
}

.affiliate-stat span {
    font-size: 2.0em;
}


.home-shortcuts li:first-child {
  border-left: 1px solid #bd863e;
}

.home-shortcuts li {
  border-right: 1px solid #bd863e;
}

section#home-banner {
    padding: 50px 0 60px;
}

@media (max-width: 767px) {
  .home-shortcuts li {
   border-bottom: 1px solid #bd863e;
   border-left: 0px;
   border-right: 0px;
  }

@media (max-width: 767px) {
  .home-shortcuts li:first-child {
   border-left: 0px;
  }