﻿.widget-chart .chart-title {
    font-size: 13px !important;
}

    .widget-chart .chart-title small, .widget-chart-sidebar .chart-number small {
        font-size: 9px !important;
    }

.widget {
    margin-bottom: 10px !important;
    padding-top: 8px !important;
}

.widget-stats .stats-title {
    font-size: 9px !important;
    line-height: 15px;
}

.widget-stats .stats-desc {
    font-size: 8px !important;
    line-height: 15px;
}

.widget-stats .stats-number {
    font-size: 20px !important;
    margin-bottom: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.widget-chart .widget-chart-sidebar {
    padding: 15px 10px !important;
}

#no-data {
    position: relative;
}

#no-data .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 10em;
    padding-top: 2.5em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 35em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    color: black;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.3);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.3);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.3);
}

.submit-progress-bg {
    pointer-events: none;
    opacity: .9;
}

.submit-progress i {
    margin-right: 0.5em;
}

.hidden {
    display: none;
}