/* FIX FOR BACKGROUND COLOR VISUAL BUG */
body {
    height: auto; 
}


/* START OF DASHBOARD TIERS */
div.col-sm-4.dashboard-tier {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

div.dash-tier-body {
    height: 300px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5rem;
    font-weight: 500;
    font-size: 10px;
    padding-top: 100px;
}

span.dash-tier-body {
    display: block;
    font-size: 64px;
    letter-spacing: 0;
    font-weight: 100;
}    

span.dash-tier-name {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .25rem;
}

div.dash-tier-meta {
    width: 100%;
    height: 75px;
}

div.dash-tier-data {
    width: 50%;
    position: relative;
    height: 100%;
    float: left;
}

span.tier-data-value {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

span.tier-data-label {
    font-size: 8px;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
    top: 50px;
}

i.fa.fa-plus {
    margin: 0;
}

div.dash-tier-promo {
    height: 375px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5rem;
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    padding-top: 175px;
    padding-left: 50px;
    padding-right: 50px;
}

/* END OF DASHBOARD TIERS */

/* START OF DASHBOARD STATS */
div.dashboard-stats {
    height: 300px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

div.dashboard-analytics {
    height: 300px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

div.dash-stats-body {
    display: table;
    width: 100%;
}

div.dash-analytics-body {
    display: table;
    width: 100%;
    height: 100%;
}

span.dash-analytics-body {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    font-weight: 300;
    font-size: 14px;
}

div.stacked-stat {
    height: 50px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: 500;
    font-size: 12px;
    display: table;
    width: 100%;
    border-top: thin solid #6A6E76;
    border-bottom: thin solid #3C3C3C;
}

div.dash-stats-body div.stacked-stat:first-child {
    border-top: thin solid #3C3C3C;
    border-bottom: thin solid #3C3C3C;
}

div.stacked-stat span.stacked-stat-label {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding-left: 15px;
}

span.stacked-stat-value {
    display: table-cell;
    width: 30%;    
    vertical-align: middle;
    color: #E29536;
    padding-right: 20px;
    text-align: right;
}

i.fa.fa-usd{
    padding: 0px 4px;
}
/* END OF DASHBOARD STATS */

/* START OF DASHBOARD RECENTS */
div.dashboard-recents {
    height: 250px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

div.dash-mail {
    position: relative;
    height: 100%;
    width: 100%;
}

span.dash-mail {
    height: 50px;
    width: 100%;
    display: table;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: 500;
    font-size: 12px;
}

div.dash-content {
    height: 100%;
    width: 100%;
}

span.dash-content {
    height: 50px;
    width: 100%;
    display: table;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: 500;
    font-size: 12px;
    padding-left: 15px;
}

.vert-align {
    display: table-cell;
    vertical-align: middle;
}
/* END OF DASHBOARD RECENTS */

