﻿.ReportList_Title
{
    font-size: 1.4em;
    text-decoration: none;
}

    .ReportList_Title:hover
    {
        color: #ec2d37;
    }

.ReportList_Row
{
    list-style-type: none;
    margin-bottom: 25px;
    background: url(../Images/Arrow-Right.gif) no-repeat left 5px;
    padding-left: 20px;
}


.ReportList_TitleShort
{
    font-size: .75em;
    background: url(./cweb/Global/grey-on-white-arrow.gif) no-repeat left 10px;
    padding-left: 15px;
    text-decoration: none;
}

    .ReportList_TitleShort:hover
    {
        color: #ec2d37;
    }


.ReportList_RowShort
{
    list-style-type: none;
    margin-bottom: 2px;
}

.ReportSelected
{
    font-weight: bold;
}

.MainReportListArrow
{
    margin-top: 1px;
}

.Report-LeftColumn
{
    float: left;
    width: 200px;
}

.Report-RightColumn
{
    float: right;
}

/*****************************/
/* Reports */

.ReportHeader
{
    margin-bottom: 10px;
}

    .ReportHeader td
    {
        padding-left: 25px;
    }

.ReportList
{
    font-size: 15px;
}

.ReportListLabel
{
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}


.report_parameters
{
    width: 995px;
    overflow-x: auto;
}

.report_parameters_bar
{
    width: 995px;
}

.report_toolbar
{
    width: 995px;
}

.report_body
{
    width: 995px;
    overflow-x: auto;
}

.ReportViewerViewPort
{
    overflow: hidden;
    width: 1000px;
}

    .ReportViewerViewPort + #floating-scrollbar
    {
        margin-left: 2px;
    }

.webkit-scrollbar::-webkit-scrollbar,
.webkit-scrollbar + #floating-scrollbar::-webkit-scrollbar
{
    height: 12px;
}

::-webkit-scrollbar-button:start, ::-webkit-scrollbar-button:end
{
    display: none;
}

::-webkit-scrollbar-track-piece, ::-webkit-scrollbar-thumb
{
    -webkit-border-radius: 8px;
}

::-webkit-scrollbar-track-piece
{
    background-color: #444;
}

::-webkit-scrollbar-thumb:horizontal
{
    width: 50px;
    background-color: #777;
}

::-webkit-scrollbar-thumb:hover
{
    background-color: #aaa;
}