.wpms_dashboard_widgets h1 {
    padding: 10px 0 10px 20px
}

.wpms_dash_widgets{
    margin: 7px 0;
}

.wpms_dash_widgets .percent_1{
    font-size: 21px !important;
    float: left;
    margin-right: 10px !important;
}

.wpms_dashboard_widgets_left{
    width: 80%;
    float: left;
}

.wpms_dashboard_widgets_right{
    width: 17%;
    float: left;
    height: 60px;
}

.wpms_dashboard_widgets_right i {
    color: #fff;
    margin: 18px;
    float: right;
    font-size: 24px;
}

.wpms_dashboard_widgets_right .white-loader {
    width: 24px;
    height: 24px;
    margin: 18px;
    float: right;
}

.wpms_dashboard_widgets_left{
    height: 60px;
    position: relative;
}
/*progress*/
.wpms_dashboard_widgets .progress-rating {
    position: relative;
    height: 6px;
    display: block;
    width: 100%;
    border-radius: 2px;
    margin: 32px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.33);
    float: left;
}

.wpms_dashboard_widgets .progress-rating .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.wpms_dashboard_widgets .progress {
    position: relative;
    height: 5px;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.wpms_dashboard_widgets .dashboard-title {
    color: #fff !important;
}

.wpms_dashboard_widgets p.dashboard-title {
    font-size: 10px !important;
}

.wpms_dashboard_widgets .dashboard-card {
    background: #23282D;
    border-bottom: 1px solid #f98435;
}

.wpms_dashboard_widgets h4 {
    font-weight: normal !important;
}

.wpms_dashboard_widgets .panel {
    height: 60px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.wpms_dashboard_widgets .panel .panel-title{
    position: absolute;
    top: 10px;
    left: 5px;
}

.wpms_dashboard_widgets_left .panel-bottom{
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 5px;
    line-height: 1.4em;
}

.wpms_dashboard_widgets_left .percent_1{
    margin: 13px 0 3px 0 !important;
    float: left;
}

.wpms_dashboard_widgets_left .percent_2{
    margin-left: 10px !important;
    margin-top: 14px !important;
    float: left;
    font-size: 10px;
}