/**
 * STATSBOARD STYLES
 * Style dla sekcji statystyk
 * Zawiera: statystyki forum, najnowszy użytkownik, statystyki ogólne
 */

.statsboard {
    margin-top: 90px;
    background: url(../../../images/greendark/stats-bg.png) no-repeat;
    background-size: 100% 100%;
}
.statsboard .stats {
    padding: 60px 60px 0 60px;
}
.statsboard .stats .stat {
    width: 17%;
    float: left;
    position: relative;
}
.statsboard .stats .stat.newest {
    width: 30%;
}
.statsboard .stat .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.statsboard .stats .stat:not(.newest) .icon:before {
    content: '';
    background: url(../../../images/greendark/icon_stats2.png);
    height: 23px;
    width: 23px;
    display: inline-block;
}
.statsboard .stats .stat.threads .icon:before {} .statsboard .stats .stat.posts .icon::before {
    background-position: 0px -23px;
}
.statsboard .stats .stat.users .icon:before {
    background-position: 0px -46px;
}
.statsboard .stats .stat.most_online .icon:before {
    background-position: 0px -46px;
}
.statsboard .stat .text {
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 23px;
    vertical-align: middle;
}
.statsboard .stat.newest .text {
    line-height: 19px;
}
.statsboard .stat .text .number {
    font-size: 22px;
    font-weight: bold;
}
.statsboard .stat .text .title {
    color: #a5a5a5;
    font-size: 13px;
}
.statsboard .stat.newest .text .title {
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 11px;
}
.statsboard .stat.newest .text .newest-name {
    font-size: 14px;
}
.statsboard .stat .text .title:first-letter {
    text-transform: uppercase;
}
.statsboard .stat.newest .icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.statsboard .stat .text .joined {
    font-size: 10pt;
    color: rgb(149, 134, 134);
}
.stat-container {
    padding: 10px 40px 0px 60px;
    margin-top: 20px;
    line-height: 29px;
}
.stat-container:last-child {
    padding-bottom: 40px;
}
.stat-container--title {
    font-size: 11.25pt;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.stat-container--title:before {
    content: '';
    background: url(../../../images/greendark/icon_stats.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.stat-container--note {
    color: #939393;
    font-size: 11px;
}
.stat-container--note a {
    color: #fff;
}
.stat-container--list {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.stat-container--list {
    content: ',';
    color: #fff;
}

