h4 {
    margin-bottom:0px !important;
}
.ilch-logo {
    background-image: url('../img/ilch_statistic_panel_head.png');
    background-repeat: no-repeat;
    background-position: bottom right
}

.stats-default {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.card-ilch {
    background-color: #B71E00 !important;
}
.ilch-title {
    color: #fff !important;
}
.ilch-body{
    color: #000 !important;
}

.card .stats {
    text-align: center;
    cursor: help;
}

.stats .card-title {
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.stats a {
    color: #428BCA;
    text-decoration: none;
}
.stats a:hover {
    text-decoration: none;
}

.card-body .list-group {
    margin-bottom: 0;
}
.card-body .progress {
    margin-bottom: 0;
}

.progress {
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress .progress-bar {
    background-color: #337ab7;
}

.clickable {
    cursor: pointer;
    margin-top: -20px !important;
}

.card-header span {
    margin-top: -16px;
    font-size: 15px;
}

.box > .icon {
    text-align: center;
    position: relative;
    cursor: help;
}
.box > .icon > .image {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid #e0e0e0;
    line-height: 42px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
}
.box > .icon > .info {
    margin-top: -48px;
    margin-left: 22px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 0 0 5px 0;
    height: 55px;
}
.box > .icon > .info > h3.title {
    text-align: left;
    margin-left: 25px;
    font-size: 14px;
    margin-top: 15px;
}
.box .space {
    height: 15px;
}
