
.Report_UpdateProgress {
    background-color: #000000;
    background-image: url('../../images/WebPart/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    z-index: 200;
}

.ViewerBody {
    position: relative;
    padding: 10px;
    background-color: #eaedf8;
    /*overflow: auto;*/
}

.dc-search-box {
    border: 1px solid #d8dade;
    opacity: 0.3;
    margin-top: 3px;
    width: 90px;
}

    .dc-search-box:hover {
        opacity: 1;
    }

.ReportButtonsAndItems {
    border: 0px solid;
    background-color: #eaedf8;
    border-radius: 5px;
    padding: 3px;
    font-family: tahoma;
    font-size: 8pt;
    padding: 5px;
}

.ReloadButton {
    width: 16px;
}

.FilterBox {
    width: 170px;
    border: 1px solid #d8dade;
    height: 20px;
}

.ReportHeaderText {
    margin-top: 2px;
}

.ReportHeaderRight {
    text-align: right;
    float: right;
    width: 50%;
}

    .ReportHeaderRight span {
        display: inline-block;
        height: 30px;
        vertical-align: middle;
        padding: 5px;
    }

.ReportHeaderLeft {
    text-align: left;
    float: left;
    width: 50%;
}

    .ReportHeaderLeft span {
        display: inline-block;
        height: 30px;
        vertical-align: middle;
        padding-top: 5px;
        padding-left: 2px;
    }


.ViewerHeader {
    width: 100%;
    background-color: white;
    font-family: Tahoma;
    font-size: 8pt;
}

.Pager {
    height: 40px;
    width: 100%;
    background-color: silver;
    font-family: Tahoma;
    font-size: x-small;
}

.ViewerContent {
    width: 100%;
}

.CaptionRow {
    background-color: #4a5863 !important;
}

    .CaptionRow th {
        font-weight: normal;
        color: white;
        padding: 5px;
        border: 1px solid #e6effa;
    }

.Master {
    width: 100%;
    border-collapse: collapse;
}

    .Master th {
    }

.Master {
    background-color: #fff;
}

.Child {
    width: 100%;
    border-collapse: collapse;
}

.thspacer {
    width: 100%;
}

.pagenumber {
    background-color: #a9a9a9;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.ChildList {
    padding-right: 30px;
    padding-left: 30px;
    border: 0 solid #000;
}

.childname {
    font-weight: bold;
    font-size: 10pt;
}

.ReportHeader {
    font-size: 14pt;
    font-weight: 600;
    width: 100%;
}

.ReportFooter {
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
}

.SectionHeader {
    padding: 4px 8px 4px 8px;
    font-size: 12pt;
    font-weight: bold;
    color: #384049;
}

.GroupHeader {
    font-size: 14pt;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 5px;
}

.ViewerBar {
    border-top: 1px solid #eceef2;
    background: white;
}

.ViewerHeaderBorders {
    border-bottom: 1px solid #eceef2;
}

.dc-content {
    position: relative;
    background-color: white;
}

.ExportImages {
    width: 16px;
}

body {
    font-family: tahoma;
    font-size: 8pt;
    direction: rtl;
}

.ReportContent table {
    font-family: tahoma;
    font-size: 8pt;
    border-collapse: collapse;
}

.ReportContent td {
    padding: 4px;
    border: 1px solid #edeff3;
}


.ViewerBar .CurrentPage {
    background-color: #69d2df;
    border: 0px none !important;
    border-radius: 5px;
    padding: 7px;
}

.ViewerBar a.PageNumber {
    border: 0px none !important;
    background-color: white !important;
    font-weight: bold;
    color: #50565b;
    padding: 5px;
}

#ReportBody tr:last-child > td {
    background-color: rgb(237,248,226) !important;
    border: 0px solid;
}

.ReportContent > div > img[src*="ChartLoader"] {
    max-width: 100%;
}

.ReportTable {
    border: solid 1px #cadfef;
}