.xbrl_render_new{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    font-siindze: 10px;
}

.xbrl_render_new table{
    border-collapse: collapse;
    border-spacing: 0;
}

.xbrl_render_new th{
    border:  1px solid #BCBCBC;
    font-size: 0.7em;
    height: 23px;
    /*text-align: right;*/
    font-size: 10px;
    /*background-image: -webkit-linear-gradient(bottom, #fafafa, #f1f1f1);*/
    background-color: #fafafa;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;

}

.xbrl_render_new tr th:first-child{
    border-left: none;
}

.xbrl_render_new tr:first-child th{
    border-top: none;
}

.xbrl_render_new th.headerSortUp{
    border:  1px solid #BCBCBC;
    font-size: 0.7em;
    height: 23px;
    text-align: right;
    font-size: 10px;
    color:#4482bd;
    background-image: url(../images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: -3px 30px;
    /*background-color: #4482bd;*/
}

.xbrl_render_new th.headerSortDown{
    border:  1px solid #BCBCBC;
    font-size: 0.7em;
    height: 23px;
    text-align: right;
    font-size: 10px;
    color:#4482bd;
    background-image: url(../images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: -3px 20px;
    /*background-color: #4482bd;*/
}

.xbrl_render_new td{
    border-bottom:  1px solid #BCBCBC;
    border-left:  1px solid #BCBCBC;
    border-right:  1px solid #BCBCBC;
    border-top:  1px solid transparent;
    font-size: 0.7em;
    height: 23px;
    text-align: right;
}

.xbrl_render_new .header_table{
    height: 23px;
    position: absolute;
    /*z-index: 99;*/
    z-index: 1;
    background-color: #E6E6E6;
}

/*.xbrl_render_new .header_table th:not(.headerSortDown):not(.headerSortup){*/
    /*background-image: -webkit-linear-gradient(bottom, #fafafa, #f1f1f1);*/
/*}*/

.xbrl_render_new .row_header_table th:not(.selectedRow){
    background-image: -webkit-linear-gradient(right, #fafafa, #f1f1f1);
}

.xbrl_render_new .row_header_table th.selectedRow{
    color:#4482bd;
    background-color: #d0dce9;
}


.xbrl_render_new .fixed_cell{
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 100;
    background-color: #fafafa;
    /*width: 197px;
    height: 20px;
    .box-shadow-base-inset(#BCBCBC,-1px,1px,3px);
    background-color:#EEEEEE;*/
}



.xbrl_render_new .header_table p{
    margin: auto;
}

.xbrl_render_new .year_ibes tr td:first-child{
    border-left: none;

}

.xbrl_render_new .row_header_table{
    width: 100px;
    left:0;
    top: 26px;
    position: absolute;
    z-index: 99;
    background-color: #E6E6E6;
}

.xbrl_render_new .row_header_table th{
}

.xbrl_render_new .year_ibes{
    position: absolute;
    top: 26px;
    left: 203px;
}

.xbrl_render_new .year_ibes tbody{
    vertical-align: top;
}

.xbrl_render_new .first_cell div{
    /*width: 100px;*/
}

 .xbrl_render_new table.row_header_table th.first_cell{
    /*border-left: none;*/
    /*border-right:1px solid #000000;*/
    font-size:9px;
    text-align: left;
}

.xbrl_render_new .other_cell div{
    width: 70px;
    overflow: hidden;
}

.ibes_data{
    top:0px;
    left:0px;
    position: relative;
    width: 1400px;
    height: 800px;
    overflow: hidden;
}




.xbrl_render_new .top_header{
    font-size:9px;

}

.xbrl_render_new .num_est{
    margin-top: -2px;
    font-size: 7px;
}


.xbrl_render_new_copy{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    font-siindze: 10px;
}

.xbrl_render_new_copy table{
    border-collapse: collapse;
    border-spacing: 0;
}

.xbrl_render_new_copy th{
    border:  1px solid #BCBCBC;
    font-size: 0.7em;
    height: 23px;
    text-align: right;
    font-size: 10px;
}

.xbrl_render_new_copy th.headerSortUp{
    border:  1px solid #BCBCBC;
    font-size: 0.7em;
    height: 23px;
    text-align: right;
    font-size: 10px;
    color:#4482bd;
    background-image: url(../images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: -3px 30px;
    /*background-color: #4482bd;*/
}

.xbrl_render_new_copy th.headerSortDown{
    border:  1px solid #BCBCBC;
    font-size: 0.7em;
    height: 23px;
    text-align: right;
    font-size: 10px;
    color:#4482bd;
    background-image: url(../images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: -3px 20px;
    /*background-color: #4482bd;*/
}

.xbrl_render_new_copy td{
    border-bottom:  1px solid #BCBCBC;
    border-left:  1px solid #BCBCBC;
    border-right:  1px solid #BCBCBC;
    border-top:  1px solid transparent;
    font-size: 0.7em;
    height: 23px;
    text-align: right;
}

.xbrl_render_new_copy .header_table{
    height: 23px;
    position: absolute;
    /*z-index: 99;*/
    z-index: 1;
    background-color: #E6E6E6;
}

.xbrl_render_new_copy .year_ibes tr td:first-child{
    border-left: none;

}

.xbrl_render_new_copy .row_header_table{
    width: 100px;
    left:0;
    top: 26px;
    position: absolute;
    z-index: 99;
    background-color: #E6E6E6;
}

.xbrl_render_new_copy .row_header_table th{
}

.xbrl_render_new_copy .year_ibes{
    position: absolute;
    top: 26px;
    left: 203px;
}

.xbrl_render_new_copy .year_ibes tbody{
    vertical-align: top;
}

.xbrl_render_new_copy .first_cell div{
    width: 100px;
}

.xbrl_render_new_copy th.first_cell, .xbrl_render_new_copy td.first_cell{
    border-left: none;
    /*border-right:1px solid #000000;*/
    font-size:9px;
    text-align: left;
}

.xbrl_render_new_copy .other_cell div{
    width: 70px;
}

.ibes_data{
    top:0px;
    left:0px;
    position: relative;
    width: 1400px;
    height: 800px;
    overflow: hidden;
}




.xbrl_render_new_copy .top_header{
    font-size:9px;
}

.xbrl_render_new_copy .num_est{
    margin-top: -2px;
    font-size: 7px;
}

.intersectionCell{
    border-color: red;
}

.intersectionRow{
    background-color: #E7ECF3;
}

.intersectionColumn{
    background-color: #E7ECF3;
}

.xbrl_render_new .row_delete_icon{
    font-weight: bolder;
    font-color: #E8E8E8;
}

