﻿.bg-aqua {
    color: #fff;
    background-color: #00B0FF;
}

.small-box {
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 95px;
}

.card-chart {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 20px;
    box-shadow: 0 0 2rem 0 rgba(136,152,170,0.15);
    padding: 3%;
    height: 100%;
    width: 100%;
    /*justify-content: space-evenly;*/
}

.container-card-chart {
    display: flex
}

.box-cont-chart {
    display: flex;
    flex-direction: column;
}

.box-cont {
    height: 50%;
    flex-wrap: inherit;
}

.box-chart-2 {
    margin-bottom: 0;
}

.row-chart {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1300px) {
    .small-box .icon {
        font-size: 4em;
        top: 1%;
    }
}

@media (min-width: 1700px) {
    #container-chart .small-box-footer {
        font-size: 18px
    }

    #container-chart .inner p {
        font-size: 18px
    }
}

@media (min-width: 1200px) and (max-width: 1309px) {
    .small-box {
        min-height: 170px;
    }

    .rec {
        min-height: 360px !important;
    }

    .box-cont {
        min-height: 2px;
    }
}

@media (min-width: 1200px){
    .box-cont-chart {
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-cont-chart {
        flex-direction: row;
    }

    .box-cont {
        width: 100%;
    }

    .row-chart {
        display: inherit;
    }

    .box-chart-2 {
        margin-left: 30px;
    }
}

@media (min-width: 992px) {
    .rec {
        max-height: 277px;
    }
}

@media (max-width: 991px) {
    .container-card-chart {
        margin-bottom: 20px;
    }

    .box-chart-2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 12px;
    }
}

.small-box .photo {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    border: 1px solid #fff;
    height: 100%;
    /*max-width:160px;*/
}

/* Disable grayscale on hover */
.small-box .photo:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

.chart-datetimepicker-input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid;
}

.small-box .date-footer {
    padding: 6px !important;
}