.dashboard-charts {
    padding-bottom: 15px;
    padding-top: 15px;
}

.dashboard-charts .row {
    margin-bottom: 30px;
}

.dashboard-charts .gutter-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.dashboard-charts .gutter-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.dashboard-charts .chart-funnel {
    height: 280px;
    padding-bottom: 89px;
    position: relative;
}

.dashboard-charts .chart-funnel > .row {
    height: 100%;
    left: 5px;
    position: absolute;
    top: 0;
    width: 100%;
}

.dashboard-charts .chart-funnel .row > [class*="col-"] {
    height: 100%;
}

.dashboard-charts .chart-gauge {
    height: 140px;
}

.dashboard-charts .chart-line-list .h2 {
    height: 66px;
}

.dashboard-charts .chart-line {
    border: 5px solid #F2F2F2;
    line-height: normal;
    padding: 10px 5px 10px;
    text-align: center;
}

.dashboard-charts .chart-line-title {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.dashboard-charts .chart-line-body {
    margin-left: auto;
    margin-right: auto;
    width: 110px;
}

.dashboard-charts .chart-bar {
    height: 170px;
}

.dashboard-charts .icon-dropoff {
    background-color: #9799A2;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 5px;
    position: relative;
    text-align: center;
    width: 30px;
}

.dashboard-charts .icon-dropoff:before {
    border: 7px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.dashboard-charts .icon-dropoff:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 4px;
}

.dashboard-charts .icon-dropoff:before {
    border-bottom: none;
    border-top-color: #fff;
    bottom: 8px;
}

.dashboard-charts .icon-dropoff:after {
    top: 8px;
}

.dashboard-charts .funnel-dropoff {
    border-bottom: 1px solid #D8D8D8;
    bottom: 0;
    left: 50%;
    padding: 0 15px 10px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}

.dashboard-charts .dropoff-danger .icon-dropoff {
    background-color: #a94442;
}

.dashboard-charts .funnel-dropoff > small {
    color: #9799A2;
    display: block;
    font-size: 10px;
    font-weight: bold;
}

.dashboard-charts .dropoff-danger > small {
    color: #a94442;
}

.dashboard-charts .funnel-dropoff > strong {
    font-size: 18px;
}