/* input(36,19): run-time error CSS1035: Expected colon, found 'letter-spacing' */
.reportV2 .logo {
    float: right;
    max-width: 300px;
}

.content.report_content {
    min-height: 550px;
}

.report_content[data-report-type="parameterized"] .reportV2 input {
    display: block;
}

    .report_content[data-report-type="parameterized"] .reportV2 input[type="checkbox"] {
        display: none;
    }

.dataSourceParametersHolder .parameter {
    display: inline-block;
    margin: 0 10px 20px;
    width: 300px;
}

    .dataSourceParametersHolder .parameter a:hover {
        color: #999;
    }

    .dataSourceParametersHolder .parameter label {
        opacity: 0.9;
        font-family: Roboto;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.54;
        clearDate letter-spacing: normal;
        color: #000000;
    }

    .dataSourceParametersHolder .parameter .clearDate {
        float: right;
        color: #2c9cff;
    }

        .dataSourceParametersHolder .parameter .clearDate:hover {
            opacity: 0.7;
            cursor: pointer;
        }

    .dataSourceParametersHolder .parameter input,
    .dataSourceParametersHolder .parameter select {
        width: 299px;
        height: 40px;
        border-radius: 3px;
        background-color: #ffffff;
        border: solid 1px #e0e0e0;
        opacity: 0.87;
        font-family: Roboto;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.54;
        letter-spacing: normal;
        color: #000000;
    }

.dataSourceData {
    padding: 10px;
}

.dataSourceParameters {
    margin: 0 10px;
    padding: 0;
}

    .dataSourceParameters .parameter_submit {
        display: inline-block;
        margin: 0 0 22px 20px;
    }

    .dataSourceParameters .parameter label {
        display: inline-block;
        margin-bottom: 5px;
    }

    .dataSourceParameters .parameter input[type=text], .dataSourceParameters .parameter select {
        width: 300px;
    }

        .dataSourceParameters .fa {
            float: right;
            cursor: pointer;
            padding: 5px;
        }

        .dataSourceParameters .dataSourceParametersHolder {
            padding: 10px 0px;
            justify-content: space-between
        }

.ui-tooltip, .arrow:after {
    background: #fff79a !important;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 5px 12px;
    color: #5d4d0f !important;
    border-radius: 4px;
    font: regular 11px "Roboto", Sans-Serif;
    text-transform: capitalize;
    /*box-shadow: 0 0 7px black;*/
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }


/* Dropdown selector*/


    .dropdown-select-wrapper .chosen-container {
        position: relative;
    }

        .dropdown-select-wrapper .chosen-container .chosen-single {
            height: 40px;
            padding: 8px 22px 10px 15px;
            background: #fff;
            box-sizing: border-box;
            border: 1px solid #e0e0e0;
            box-shadow: none;
            border-radius: 3px;
        }

            .dropdown-select-wrapper .chosen-container .chosen-single span {
                line-height: 1.54;
            }

    .dropdown-select-wrapper .chosen-container-single .chosen-single div {
        width: 33px;
    }

    .dropdown-select-wrapper .chosen-container .chosen-drop {
        border-left: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        box-shadow: none;
        border-radius: 0px 0px 3px 3px;
    }

        .dropdown-select-wrapper .chosen-container .chosen-drop .chosen-search input {
            border: none;
            width: 287px;
            background: none;
        }

    .dropdown-select-wrapper .chosen-container .chosen-single div b {
        background: url(/Images/icon-dropdown.svg?v=Jfi42E0FZE7OTRhGlk-22q0WHkU) no-repeat scroll 0px 7px;
    }

    .dropdown-select-wrapper .chosen-container .chosen-drop .chosen-results .result-selected {
        color: #000;
        background-color: #fafafa;
    }

    .dropdown-select-wrapper .chosen-container .chosen-drop .chosen-results {
        padding: 0;
        margin: 0;
    }

        .dropdown-select-wrapper .chosen-container .chosen-drop .chosen-results li {
            padding: 10px 0 10px 17px;
            line-height: 20px
        }

            .dropdown-select-wrapper .chosen-container .chosen-drop .chosen-results li.highlighted {
                background-color: #fafafa;
                color: #000;
                background-image: none;
            }

    .dropdown-select-wrapper .chosen-container a:hover {
        opacity: initial;
    }

/*Selected values wrapper*/

.selected-values-wrapper {
    height: 41px;
    border-bottom: 1px solid #e0e0e0;
}

    .selected-values-wrapper span {
        font-family: Roboto;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
    }

        .selected-values-wrapper span:first-child {
            border-left: solid 4px #24AAFF;
            padding-left: 17px;
            display: none;
        }

.igc-pulse-animation {
    box-shadow: 0px 0px 10px #2c9cff;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0, 0, 0.2, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0, 0, 0.2, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0, 0, 0.2, 1);
    animation: pulse 1.25s infinite cubic-bezier(0, 0, 0.2, 1);
}

    .igc-pulse-animation:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
        box-shadow: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(61, 138, 232, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(61, 138, 232, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(61, 138, 232, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(61, 138, 232, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(61, 138, 232, 0);
    }
}

.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?v=Jfi42E0FZE7OTRhGlk-22q0WHkU) 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;
    }
