.row-stat .panel .panel-heading {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-success-alt .panel-heading {
    background-color: #fa424a;
    color: #fff;
}

.noborder {
    border: 0;
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0px;
    border-bottom-color: initial;
    border-bottom-style: initial;
    border-bottom-width: 0px;
    border-left-color: initial;
    border-left-style: initial;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.panel-heading {
    padding: 25px 20px 20px 20px;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading, .panel-footer {
    background: #f7f7f7;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(247, 247, 247);
    border-color: #ddd;
}
.row-stat .panel-primary>.panel-heading {
    background-color: #ac6bec;
}
  .fa-money:before {
    content: "\f0d6";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-tags:before {
    content: "\f02c";
}

.row-stat .panel-warning-alt .panel-heading {
    background-color: #fdad2a;
}
.row-stat .panel-dark .panel-heading {
    background-color: #46c35f;
}