﻿.report-wrapper .chart-nav-tabs {
    display: flex;
    align-items: center;
}

.report-wrapper .title {
    margin-right: 15px;
    font-size: 15px;
}

.report-wrapper .chart-nav-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.report-wrapper .chart-nav-tabs li {
    margin-right: 10px;
    display: inline-flex;
}

    .report-wrapper .chart-nav-tabs li:last-child {
        margin-right: 0;
    }

    .report-wrapper .chart-nav-tabs li a {
        padding: 8px 10px;
        border: 1px solid #cbcbcb;
        border-radius: 8px;
        color: #333;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

        .report-wrapper .chart-nav-tabs li a:hover, .report-wrapper .chart-nav-tabs li a:active {
            background-color: var(--branding-primary-orange);
            color: #fff;
        }

            .report-wrapper .chart-nav-tabs li a:hover .fa, .report-wrapper .chart-nav-tabs li a:active .fa {
                color: #fff;
            }

        .report-wrapper .chart-nav-tabs li a .fa {
            color: var(--orange-color);
            font-size: 24px;
            padding-right: 5px;
        }

            .report-wrapper .chart-nav-tabs li a .fa.fa-trophy {
                color: rgb(26, 179, 148);
            }

.report-wrapper .export-btn {
    background-color: var(--branding-primary-orange);
}

    .report-wrapper .chart-container .content,
    .report-wrapper .roi-section.content {
        background: #fff;
        border-radius: 12px;
        padding: 20px 20px;
        margin-top: 20px;
    }

.report-wrapper .chart-container .head {
    margin-top: 40px;
}

.report-wrapper .ibox {
    margin-bottom: 0;
}

    .report-wrapper .ibox .ibox-title, .report-wrapper .ibox .ibox-content {
        border: none;
        padding: 0;
    }

    .report-wrapper .ibox .ibox-title {
        min-height: 30px;
    }

    .report-wrapper .ibox .ibox-tools {
        top: 5px;
        right: 10px;
    }

.report-wrapper .export-chart {
    font-size: 22px;
    margin-left: 12px;
    cursor: pointer;
}

.report-wrapper .alert.primary {
    font-size: 16px;
}

.report-wrapper .chart-container .head h3 {
    font-size: 18px;
}

    .report-wrapper .chart-container .head h3 span {
        font-size: 12px;
        font-weight: 500;
        display: inline-block;
    }

.report-wrapper .chart-container .head h4 {
    font-size: 12px;
    font-weight: 500;
}

.report-wrapper .chart-container .content p.info {
    font-size: 16px;
    font-weight: 400;
}

.report-wrapper .chart-container .content .alert {
    font-size: 15px;
}

.report-wrapper .chart-container .content .ibox .ibox-content, .report-wrapper .chart-container .content .ibox .ibox-title h5 {
    font-size: 12px;
    font-weight: 500;
    color: #8C8C8C;
}

.visible-sm {
    display: none;
}

.report-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media only screen and (max-width: 1379px) {
    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }
}
