.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;
}

.panel-ilch {
    background-color: #B71E00 !important;
}
.ilch-title {
    color: #fff !important;
}
.ilch-body{
    color: #000 !important;
}

.panel .stats {
    text-align: center;
    cursor: help;
}

.stats .panel-title {
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.stats a {
    color: #428BCA;
    text-decoration: none;
}
.stats a:hover {
    text-decoration: none;
}

.panel-body .list-group {
    margin-bottom: 0;
}
.panel-body .progress {
    margin-bottom: 0px;
}

.progress-bar {
    -webkit-transition: width 4s ease-in-out !important;
    -moz-transition: width 4s ease-in-out !important;
    -ms-transition: width 4s ease-in-out !important;
    -o-transition: width 4s ease-in-out !important;
    transition: width 4s ease-in-out !important;
}

.clickable {
    cursor: pointer;
    margin-top: -20px !important;
}

.panel-heading 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;
}
.box > .icon > .info > h3.title {
    text-align: left;
    margin-left: 25px;
    font-size: 14px;
}
.box .space {
    height: 15px;
}
