﻿.echart-container {
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
}
/*.echart-container > div:has(canvas) {
    width: 100%;
    height: 100%;
}
*/
/* Dashboard*/
.statistic-block
{
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 0.75rem 0.5rem 0.5rem 0.5rem;
    text-align: center;
    height: 160px;
    justify-content: center;
    align-items: end;
}

.statistic-block h3 {
    margin-bottom: 0px !important;
}

.statistic-detail-action-position {
    position: absolute;
    bottom: 0;
    right: 0;
}

.statistic-detail-action {
    cursor: pointer;
    font-size: 12px;
    padding: 4px 10px;
    color: #2b72e6 !important;
    font-style: italic;
}

@media (min-width: 1150px) {
    .col-md-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .statistic-block {
        height: 180px;
    }
}

@media only screen and (max-width: 600px) {
    .hide-on-mobile {
        display: none;
    }
    .statistic-block{
        height: 180px;
    }
}
.col-md-25 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 10px;
}

.statistic-title p{
    margin: 0;
}
.table-sm {
    font-size: 0.875rem;
}
.chart-title-responsive {
    padding: 5px;
    background: #99999914;
    color: black;
    text-transform: uppercase;
}
#industry-statistic-list ul{
    max-height: 280px;
    overflow-y: auto;
}
#industry-statistic-list ul li {
    padding: 5px 10px;
/*    border-bottom: 0.5px solid #c5c5c5cc;*/
    transition: 0.4s;
    cursor: pointer;
}
#industry-statistic-list ul li:hover {
    background-color: #f9f9f9;
}


.header-bordered {
    border: 0.1px solid #e0e0e0 !important;
}

.cell-bordered {
    border: 0.1px solid #f0f0f0 !important;
}