/* Minification failed. Returning unminified contents.
(135,3): run-time error CSS1030: Expected identifier, found ' '
(135,3): run-time error CSS1019: Unexpected token, found ' '
 */

/*.theme_background-color, .theme_background-color:hover {
    background-color: #34c4f9;
}

.theme_background-color-inverse, .theme_background-color-inverse:hover {
    background-color: white;
}

.theme_color, .theme_color:hover {
    color: white;
}

.theme_color-inverse, .theme_color-inverse:hover {
    color: #34c4f9;
}*/

.full_height {
    height: 100%;
}

.header_button_group {
    text-align: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius:0px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.header_button_group_underline {
    height: 2px;         
    margin-top: -2px;
}


.toolbar_button {
    background-color: white;
    border-radius: 0px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}
 
.toolbar_button_image {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.toolbar_button_text {
    padding-left: 0px;
    padding-right: 0px;        
}

.rd_customize_report_column {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    line-height: 45px;
    padding-left: 5px;
    border: 1px solid #ccc;
    font-weight: 400;
    cursor: pointer;  
}


.box {
    background-color: white;
    width: 100%;
    padding: 0px;
    border: 1px solid #ccc;
}

.line_horizontal {
    border: 1px solid #ccc;
    width: 100%;
    height: 1px;
}

.default_margin_top {
    margin-top: 10px;
}

.default_margin_bottom {
    margin-bottom: 10px;
}

.default_padding_left {
    padding-left: 10px;
}

.default_padding_right {
    padding-right: 10px;
}

.no_padding_left_right {
    padding-left: 0px;
    padding-right: 0px;
}

.no_padding_left {
    padding-left: 0px;
}

.no_padding_right {
    padding-right: 0px;
}

.no_margin_left_right {
    margin-left: 0px;
    margin-right: 0px;
}

.no_margin_left {
    margin-left: 0px;
}

.no_margin_right {
    margin-right: 0px;
}

.rd_transactionset_type {
    cursor: pointer;
}

.rd_transactionset_type:hover {
    font-weight: bold;
}

./*rd_transactionset_type_selected {
    cursor: pointer;
    font-weight: bold;
}*/

.rd_selected {
    cursor: pointer;
    font-weight: bold;
}

.ltr .rd_customization_tree_group {
    padding-left: 10px;
}

.rtl .rd_customization_tree_group {
    padding-right: 10px;
}


.ltr .rd_customization_tree_leaf {
    padding-left: 8px;
}

.rtl .rd_customization_tree_leaf {
    padding-right: 8px;
}


.stop_text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rd_border_tab {
    border: 1px solid #ccc; 
    padding: 7px 10px;
    background-color: #dcdcdc;
}
.rd_border_tab_selected {
    border: 1px solid #ccc; 
    padding: 7px 10px;
}

.cube_column_group {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cube_column_heading {
    padding-top: 10px; 
    padding-bottom: 10px;
}

@media (min-height: 1280px)  {
    .cube_column_data {
        /*min-height: 150px;
        max-height: 200px;*/
        height: 150px;
        overflow: auto;
    }
}

@media (min-height: 1080px) and (max-height: 1279px)  {
    .cube_column_data {
        height: 150px;
        overflow: auto;
    }
}

@media (min-height: 768px) and (max-height: 1079px) {
    .cube_column_data {
        height: 100px;
        overflow: auto;
    }
}

@media (min-height: 480px) and (max-height: 777px)  {
    .cube_column_data {
        height: 100px;
        overflow: auto;
    }
}


/*.cube_column_data {
    height: 150px;
    overflow: auto;
}*/

.treemenu_item {
    padding: 1%;
    padding-left: 0;
}

.treemenu_item_content, .treemenu_item_content:hover  {
    color: #7d7d7d;
    text-decoration: none;
    cursor:pointer; 
    padding-left:1em;
}

.treemenu_item_content_group_text {
    padding-left:5px; 
    vertical-align: text-top;
}

.treemenu_item_content_leaf_image {
    font-size:8px;
    padding-right:2px;
    padding-left:2px; 
    padding-top: 5px; 
    vertical-align: text-top;
}

.treemenu_item_selected {
    font-weight: bold;
}

/* written by narendhar reddy */

.ReportTable {
    table-layout: fixed !important;
    width: 100px;
}

    .ReportTable thead tr th {
        color: white !important;
        font-weight: 500;
        overflow: hidden !important;
        white-space: nowrap !important;
        border: solid 1px #D9D9D9 !important;
        text-align: center !important;
        padding: 5px;
    }

    .ReportTable tbody tr td {
        overflow: hidden !important;
        text-overflow: ellipsis;
        white-space: nowrap !important;
        padding: 3px 2px 3px 2px;
        font-size: 12px;
        border: 1px solid #E2E2E2;
        min-height: 22px;
        height:22px !important;
    }
    /*Commented By lalitha On 5th Aprill 2019 */
    /*.ReportTable tbody tr:hover {
        background-color: #F0F0F0 !important;
    }*/

    .ReportTable tbody {
        border: 1px solid #c6c6c6;
    }

.ImagesinArabic {
    direction: ltr;
}



.CommonReportTable {
    table-layout: fixed !important;
    width: 100px;
}

    .CommonReportTable thead tr th {
        color: white !important;
        font-weight: 500;
        overflow: hidden !important;
        white-space: nowrap !important;
        border: solid 1px #D9D9D9 !important;
        text-align: center !important;
        padding: 2px;
    }

    .CommonReportTable tbody tr td {
        overflow: hidden !important;
        text-overflow: clip;
        white-space: nowrap !important;
        padding: 1px 2px;
        font-size: 12px;
        border: 1px solid #D5D5D5;
        min-height: 16px;
    }
    /*Commented By lalitha On 5th Aprill 2019 */
    /*.ReportTable tbody tr:hover {
        background-color: #F0F0F0 !important;
    }*/

    .CommonReportTable tbody {
        border: 1px solid #c6c6c6;
    }
