﻿
.stats {
    display: table;
    margin-bottom: 1.9em;
    margin-top: 0.5em;
    padding: 0 0 0 10px;
    width: 100%;
}
.stats .stat {
    color: #999999;
    display: table-cell;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
    width: 40%;
}
.stat-value {
    color: #444444;
    display: block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 0.55em;
}
.stat-time {
    padding-top: 1.5em;
    text-align: center;
}
.stat-time .stat-value {
    color: #FF9900;
    font-size: 40px;
}
.stats #donut-chart {
    height: 100px;
    margin-left: -20px;
}
.news-items {
    margin: 1em 0 0;
    padding: 0px
}
.news-items li {
    border-bottom: 1px dotted #CCCCCC;
    display: table;
    margin-bottom: 1em;
    padding: 0 2em 1em 1.5em;
}
.news-items li:last-child {
    border: medium none;
    padding-bottom: 0;
}
.news-item-date {
    display: table-cell;
}
.news-item-detail {
    display: table-cell;
}
.news-item-title {
    font-size: 13px;
    font-weight: 600;
}
.news-item-date {
    text-align: right;
    vertical-align: middle;
    width: 75px;
}
.news-item-day {
    color: #888888;
    display: block;
    font-size: 24px;
    margin-bottom: 0.25em;
}
.news-item-preview {
    color: #777777;
    margin-bottom: 0;
}
.news-item-month {
    color: #888888;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding-right: 1px;
}
.action-table .btn-small {
    font-size: 10px;
    padding: 4px 5px 5px;
}
.action-table .td-actions {
    text-align: center;
    width: 80px;
}
.action-table .td-actions .btn {
    margin-right: 0.5em;
}
.action-table .td-actions .btn:last-child {
}
.stats .stat {
    margin-bottom: 3em;
}
.stats .stat .stat-value {
    font-size: 20px;
    margin-bottom: 0.15em;
}
.stats {
    display: block;
    float: left;
    margin-bottom: 0;
}
#chart-stats {
    margin: 2em 0 1em;
}





.shortcuts {
    text-align: center;
}

.shortcuts .shortcut {
    background: linear-gradient(to bottom, #FFFFFF, #EEEEEE) repeat-x scroll 0 0 #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin: 0 5px 1em;
    padding: 3px 0;
    text-decoration: none;
    vertical-align: top;
    width: 110px;
}
.shortcuts .shortcut:hover {
    background: linear-gradient(to bottom, #FAFAFA, #E1E1E1) repeat-x scroll 0 0 #F0F0F0;
}

.shortcuts .shortcut-label {
    color: #666666;
    display: block;
    font-weight: 400;
}

.shortcuts .shortcut .shortcut-icon {
    color: #555555;
    font-size: 32px;
    margin-bottom: 0.35em;
    margin-top: 0.25em;
    width: 100%;
}