
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.small-box > .inner {
    padding: 10px;
    color: white;
}

.small-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    white-space: nowrap;
    padding: 0;
    z-index: 5;
}

.small-box p {
    font-size: 15px;
    z-index: 5;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 0;
    font-size: 48px;
    color: rgba(0, 0, 0, .15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon { /* font-size: 56px; */
}

.small-box > .small-box-footer:hover { /* color: #fff; */
    background: rgba(0, 0, 0, .15);
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
}

.small-box > .small-box-footer:after {
    content: '';
    display: block;
    position: absolute;
    top: -84px;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-aqua {
    background-color: #389dd0 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-greennice {
    background-color: #63ba81 !important;
}

.bg-darkorangenice {
    background-color: #fdad08 !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-darkorange {
    background-color: #d59211 !important;
}

.curs-pointer {
    cursor: pointer
}