﻿#ordersreportcontent .page-content,
#brandsreportcontent .page-content,
#salesreportcontent .page-content,
#productsreportcontent .page-content
{
    padding:10px !important;
}

#ordersreportcontent .dxrs-range-selector-elements,
#ordersreportcontent .dx-pivotgrid-area,
#brandsreportcontent .dxrs-range-selector-elements,
#brandsreportcontent .dx-pivotgrid-area,
#salesreportcontent .dxrs-range-selector-elements,
#salesreportcontent .dx-pivotgrid-area,
#productsreportcontent .dxrs-range-selector-elements,
#productsreportcontent .dx-pivotgrid-area
{
    cursor: pointer;   
}

#ordersreportcontent .dx-pivotgrid-horizontal-headers td,
#ordersreportcontent .dx-pivotgrid-expanded.dx-last-cell,
#ordersreportcontent .dx-last-cell, 
#brandsreportcontent .dx-pivotgrid-horizontal-headers td,
#brandsreportcontent .dx-pivotgrid-expanded.dx-last-cell,
#brandsreportcontent .dx-last-cell,
#salesreportcontent .dx-pivotgrid-horizontal-headers td,
#salesreportcontent .dx-pivotgrid-expanded.dx-last-cell,
#salesreportcontent .dx-last-cell,
#productsreportcontent .dx-pivotgrid-horizontal-headers td,
#productsreportcontent .dx-pivotgrid-expanded.dx-last-cell,
#productsreportcontent .dx-last-cell
{
    cursor: default;
    /*
    background-image: url('../assets/global/img/datatable-row-openclose.png');    */
}

#ordersreportcontent .portlet,
#brandsreportcontent .portlet,  
#salesreportcontent .portlet,
#productsreportcontent .portlet
{
    margin-bottom: 8px !important;
}

#ordersreportcontent .portlet-title,
#brandsreportcontent .portlet-title,
#salesreportcontent .portlet-title,
#productsreportcontent .portlet-title
 {
    padding-bottom:0px !important; 
    padding-top:0px !important; 
    min-height:14px !important;
}

#ordersreportcontent .portlet-body, 
#brandsreportcontent .portlet-body, 
#salesreportcontent .portlet-body, 
#productsreportcontent .portlet-body
{
    padding-top:0px !important; 
    padding-left:10px !important; 
    padding-right:10px !important;
    padding-bottom: 0px !important;
}

#ordersreportcontent .portlet-tools-collapse,
#brandsreportcontent .portlet-tools-collapse,
#salesreportcontent .portlet-tools-collapse,
#productsreportcontent .portlet-tools-collapse
{
    background-image: url("../../../assets/global/img/portlet-collapse-icon.png");  
    visibility: visible;
    width: 14px;  
}

#ordersreportcontent #chart .dx-export-menu, 
#brandsreportcontent #chart .dx-export-menu,
#salesreportcontent #chart .dx-export-menu,
#productsreportcontent #chart .dx-export-menu
{   /* #pivotgrid >  */
    display:none;
}

#dsdatagrid .dx-icon.dx-icon-export-excel-button,
#dsdatagrid .dx-icon-exportxlsx,
#dsdatagrid .dx-datagrid-export-button {
    display: none !important;
} 

#pivotgrid .dx-icon.dx-icon-export-excel-button,   
#pivotgrid .dx-icon-exportxlsx,
#pivotgrid  .dx-pivotgrid-export-button 
{
    display: none !important;
}

.fa.fa-file-pdf-o,
.fa-file-pdf-o,
.fa-file-image-o,
.fa-file-excel-o
 {
    /*background-color: transparent;
    filter:alpha(opacity=100); */
    color:lightslategray !important;
}