.small-box h3 {
    font-size: 1.2rem !important;
}

.small-box>.inner {
    height: 100%;
}

@media (min-width: 1200px) {
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3,
    .col-xl-3 .small-box h3 {
        font-size: 1.0rem !important;
    }
}

@media (min-width: 768px) {
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3,
    .col-xl-3 .small-box h3 {
        font-size: 1.2rem !important;
    }
}

.tr-hover:hover {
    cursor: pointer;
}

td.details-control {
    background: url('../../dist/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../../dist/img/details_close.png') no-repeat center center;
}