.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.offline-doc .page-header {
    display: flex;
    align-items: center;
}

.offline-doc .footer {
    position: absolute;
    width: 100%;
    background: transparent;
    bottom: 0;
    color: #fff;
    z-index: 1;
}

@media all and (min-width: 992px) {
    .sidebar .nav>li.active-pro {
        position: absolute;
        width: 100%;
        bottom: 10px;
    }
}

.card.card-upgrade .card-category {
    max-width: 530px;
    margin: 0 auto;
}

.icon.icon-primary {
    color: #f96332;
}

.icon.icon-primary.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(249, 99, 50, 0.5);
}

.icon.icon-info {
    color: #2CA8FF;
}

.icon.icon-info.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(44, 168, 255, 0.5);
}

.icon.icon-success {
    color: #18ce0f;
}

.icon.icon-success.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(24, 206, 15, 0.5);
}

.icon.icon-warning {
    color: #FFB236;
}

.icon.icon-warning.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(255, 178, 54, 0.5);
}

.icon.icon-danger {
    color: #FF3636;
}

.icon.icon-danger.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(255, 54, 54, 0.5);
}

.icon.icon-white {
    color: #FFFFFF;
}

.card-stats .statistics {
    position: relative;
    text-align: center;
    padding: 15px 0;
}

.card-stats .statistics .title {
    margin-bottom: 0;
}

.card-stats .statistics .stats-title {
    margin-bottom: 5px;
    color: #9A9A9A;
    font-weight: 400;
}

.card-stats .statistics.statistics-horizontal,
.card-stats .statistics.statistics-horizontal .info-title {
    padding: 0;
}

.card-stats .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.card-stats .stats-information {
    display: inline-block;
    margin-bottom: 15px;
}

.card-stats .stats-information .stats-text {
    font-size: 29px;
}

.card-stats .stats-information .stats-details {
    display: block;
    color: #888;
}

.card-stats .dots {
    text-align: right;
}

.card-stats .dots .dot {
    background-color: #2c2c2c;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    display: inline-block;
}

.card-stats [class*="col-"] .statistics::after {
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: calc(100% - 40px);
    content: "";
    background: #DDDDDD;
}

.card-stats [class*="col-"]:last-child .statistics::after {
    display: none;
}

.info .icon>i {
    font-size: 2.3em;
}

.hrdivider {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.hrdivider span {
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
}