﻿.breadcrumb {
    background: rgba(0, 0, 0, 0) !important;
}

.breadcrumb > li > a, .breadcrumb > li:last-child > a, .breadcrumb > li > a.active, 
.breadcrumb > li:first-child {
    /*color: #ffffff;*/
    font-weight: 400;           
}
/*.breadcrumb > li:first-child::before {
    font-family: "FontAwesome";
    content: "\f015";
    font-size: 16px;
    padding-right: 5px;
}*/
.dashboard-card {
    background-color:#ffffff;
    padding:15px;
    border-radius:6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.my-program .progress {
    height: 20px !important;
}

#performance-chart {
  height: 400px;
}
.performance-row .bg-info {
    background: #14ab9d !important;
}
.performance-row .bg-success {
    background: #43479c !important;
}