
/*  RANKINGS   */
.rankings .text-up {
  color: #3c763d;
}
.rankings .text-down {
  color: #a94442;
}
.rankings .text-up, .text-down {
  text-align: right;
  display: block;
}

.rankings .rankings-content .dataTable {
  border-radius: 0;
}
.rankings .rankings-content .dataTable thead tr th{
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.rankings #rankings .navbar.navbar-default {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 20px 0;
}

.rankings #rankings .navbar .nav > li {
    padding: 0;
}
.rankings #rankings .navbar .nav > li > a {
    color: #666;
    border-right: none !important;
    padding: 15px 20px;
    margin: 0;
}
.rankings #rankings .navbar .nav > li > a:hover {
    color: #000;
}

.rankings .rankings-wrapper {
    padding-bottom: 30px;
    min-height: 300px;
}

.rankings .rankings-wrapper .rankings-content {
    display: none;
}

.rankings .nav-rankings {
    margin-top: 50px;
}

.rankings .nav-rankings .list-group .list-group-item {
    background-color: #f5f5f5;
    color: #337AB7;
    font-size: 16px;
    font-weight: 100;
    border: none;
    margin: 0px;
    padding: 0px;
}
.rankings .nav-rankings .list-group .list-group-item:focus,
.rankings .nav-rankings .list-group .list-group-item:active {
}
.rankings .nav-rankings .list-group .list-group-item:nth-child(odd) {
    background-color: #DFE7E2;
}
.rankings .nav-rankings .list-group-item a {
    text-decoration: none;
    padding-left: 2rem;
    line-height: 40px;
    display: block;
}
.rankings .nav-rankings .list-group-item.active,
.rankings .nav-rankings .list-group-item.active a,
.rankings .nav-rankings .list-group-item a:active,
.rankings .nav-rankings .list-group-item a:focus {
    background-color: #5A9DC4;
    color: #FFF;
}
.rankings .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.rankings .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rankings .nav-rankings .list-group-item .list-subgroup {
    background-color: #FFF;
}
.rankings .nav-rankings .list-group-item .list-subgroup a:first-child {
    padding-top: 15px;
}
.rankings .nav-rankings .list-group-item .list-subgroup a:last-child {
    padding-bottom: 15px;
}
.rankings .nav-rankings .list-group-item .list-subgroup a {
    font-size: 13px;
    font-weight: 300;
    display: block;
    line-height: 25px;
}
.rankings .nav-rankings .list-group-item .list-subgroup a.active,
.rankings .nav-rankings .list-group-item .list-subgroup a:active,
.rankings .nav-rankings .list-group-item .list-subgroup a:focus {
    font-weight: bold;
    background-color: #FFF;
    color: #337AB7;
}

.rankings .rankings-control {
    display: inline-block;
    margin-bottom: 10px
}

.rankings .rankings-control .year-selector {
    display: inline;
    width: 85px;
    margin-right: 5px;
}


@media (max-width: 767px) {
    .rankings .rankings-control .year-selector {
        margin-top: 10px;
    }
    .rankings #rankings .navbar .nav > li > a {
        padding: 6px 20px;
    }
}

.rankings .rankings-control .btn-group {
    margin-right: 5px;
}

.rankings .rankings-control .btn-group button.active {
    background-color: #E6673D;
    border-color: #E6673D;
    color: #FFFFFF;
}

.rankings .dataTables_wrapper .dataTables_filter {
    display: inline;
}

.rankings .dataTables_wrapper .growth-arrow.up {
    color: green;
}
.rankings .dataTables_wrapper .growth-arrow.down {
    color: red;
}
.rankings .load {
    min-height: 500px;
}
.rankings .dataTables_scrollHeadInner .dataTable th {
    text-align: center;
    vertical-align: middle;
}
.rankings .dataTables_scrollBody .dataTable td.table-number {
    text-align: right;
}
.rankings .navbar-nav > li > .dropdown-menu {
    margin-top: -6px;
}


.rankings table.dataTable thead .sorting:after,
.rankings table.dataTable thead .sorting_asc:after,
.rankings table.dataTable thead .sorting_desc:after,
.rankings table.dataTable thead .sorting_asc_disabled:after,
.rankings table.dataTable thead .sorting_desc_disabled:after {
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
}
