﻿.reporting-engine-report-container {
    padding: 8px 12px 0;
}

    .reporting-engine-report-container .chosen-container {
        width: 300px !important;
    }

    .reporting-engine-report-container .chosen-choices {
        border-radius: 3px;
        border: solid 1px #e0e0e0;
        opacity: 0.87;
        font-family: Roboto;
    }

    .reporting-engine-report-container .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: -1px 0;
        font-family: Roboto;
        color: #000;
    }

    .reporting-engine-report-container .chosen-container-multi .chosen-choices li.search-choice {
        margin: 9px 0 3px 5px;
    }

    .reporting-engine-report-container .dropdown-select-wrapper .chosen-container .chosen-drop .chosen-results .result-selected {
        color: #6666;
    }

    .reporting-engine-report-container .chosen-container-multi .chosen-choices div b {
        background: url(/Images/icon-dropdown.svg) no-repeat scroll 4px 10px;
        height: 40px;
        display: inline-block;
        width: 28px;
        position: absolute;
        right: -2px;
        cursor: pointer;
    }

    .reporting-engine-report-container .selected-values-wrapper {
        min-height: 41px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 8px;
        height: auto;
    }

    .reporting-engine-report-container .dataSourceParameters {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }

    .reporting-engine-report-container .nwheader {
        border-left: solid 4px #24AAFF;
        padding-left: 17px;
        width: 98%;
        margin-bottom: 25px;
        margin-top: 10px;
        line-height: 0.75;
    }

    .reporting-engine-report-container .strap {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .reporting-engine-report-container .maint {
        font-size: 24px;
        padding-bottom: 3px;
    }

    .reporting-engine-report-container .igc-progress-primary .progress-percent-text {
        font-size: 20px;
    }