
svg {
   /* font-size: 8px;
    border:1px solid black;*/
   -webkit-font-smoothing: antialiased;
}
text {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
rect.background {
    fill: none;
    pointer-events: all;
}

rect:hover {
    fill-opacity: 1;
   
}
.rtPropText {
    /*margin-left:3px !important;
    color:steelblue !important;
    font-family:Arial !important;
    font-size:12px !important;
    font-style:normal !important;
    font-weight:normal  !important;*/
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #666;

}
.rtPropInput {
    /*font-family: Arial !important;
    font-size: 10px !important;
    width: auto !important;
    color:gray !important;*/
    background-image: url(images/form_bg.jpg) !important;
    background-repeat: repeat-x !important;
    border: 1px solid #DDDDDD !important;
    color: #333333 !important;
    padding: 5px 3px;
    font-size: 10px !important;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
   
}
#chartDiv_plotAreamenuDiv table{
    background-color:white !important;
}

/*input[type="range"]{-webkit-appearance:none !important; -moz-apperance:none; width:100%; height:4px;}
input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none; -moz-apperance:none; width:10px; height:10px;
-webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; border-radius:10px;
-webkit-box-shadow: inset 0 0 5px #333;
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(0.49, #dddddd), color-stop(0.51, #d1d1d1), color-stop(1, #a1a1a1) );
}*/

/*input[type='range'] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #333;
    background-color: #999;
    display: block;
    height: 2px;
    position: absolute;
    right: 10px;
}
    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none !important;
        -webkit-border-radius: 10px;
        background-color: #AAA;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
        border: 1px solid #999;
        height: 22px;
        width: 15px;
    }*/

.bar {
    fill: #4572a7;
    /*cursor:pointer;*/
    fill-opacity: 0.7;
}

.barSelected {
    fill: maroon;
}

.barNoDrill {
    fill: #4572a7;
    fill-opacity: 0.7;
}

.y {
    /*font-size: 11px;*/
}

.x {
    width: 20px;
}
.tick {
    fill: none;
    stroke: #666;
    /*shape-rendering: crispEdges;*/
    /*stroke-dasharray: 2,2;*/
}



.barLable {
    /*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    fill: #666;*/
}

.barMargin {
    margin: 5px;

}

.pvToolTip {
    position: absolute;
    height: auto;
   /* padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);*/
    /*pointer-events: none;*/
   /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;*/
    z-index: 99999;

    
    
}

    .pvToolTip p div h4{
        font-family:Arial ! Important;
     }


    

.cToolTip {
    position: fixed;
    height: auto;
}
line.tick {
    stroke: #666;
    stroke-width: 1;
    fill: none;
    opacity: 0.5;
}


g.negativePartition line {
    stroke: #666;
    stroke-width: 1;
    fill: none;
    opacity: 0.5;
}

.hidden {
    display: none;
    z-index: 99999;
}


.negativePartition {
    /*fill: none;
            stroke: #666;
            /*shape-rendering: crispEdges;*/*/
}


.brush .extent {
    fill: steelblue;
    fill-opacity: .125;
}

.brush .resize path {
    fill: #eee;
    stroke: #666;
}



arc.hover {
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                filter: alpha(opacity=80);
                -moz-opacity:0.8;
                -khtml-opacity: 0.8;
                opacity: 0.8;*/
}

.arc path {
    stroke: #fff;
}

.backNavigation {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    fill: #666;
}

/* CSS for LineChart */




path.domain {   
    fill: none;
   shape-rendering: crispEdges;
   opacity: 0.5;
}

.path {
    stroke: steelblue;
    stroke-width: 2;
    fill: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    
}
.tick {
    fill:none;
    shape-rendering: crispEdges;
}

.circle {
    fill: #fa1321;
}

.circleHover {
    fill: #4cff00;
}

circle.hover {
    fill: #4cff00;
}

.circleScatterPlot {
    stroke: black;
    fill: white;
}

.circleScatterPlotHover {
    stroke: black;
    fill: red;
}

circleScatterPlot.hover {
    stroke: black;
    fill: white;
}

.areaChartCircle {
    fill: #fa1321;
    opacity: 0;
}

.areaChartCircleHover {
    fill: #fa1321;
    opacity: 1;
}


.pathHover {
    stroke: #4cff00;
    fill: none;
    stroke-width: 3px;
    opacity: 1;
}

/* End css linechart */

/*Start Hierachal table CSS*/
table.HierarichalDataTable {
    min-width: 100px;
    min-height: 100px;
    border-collapse: collapse;
    border-left: 1px solid #909090;
    border-top: 1px solid #909090;
    border-right: 1px solid #909090;
    border-bottom: 1px solid #909090;
    table-layout: fixed;
}

.HierarichalDataTable th div {
    padding-left: 12px;
    text-wrap: avoid;
}

th.col {
    border-top: 1px solid #909090;
    background: #f9f9f9;
    text-align: left;
    color: black;
}

.col_null {
    background: #909090;
}

.row {
    border-top: 1px solid #909090;
    background: #f9f9f9;
}

.HierarichalDataTable th.row_header {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    border-left: 1px solid #909090;
    border-right: 1px solid #909090;
    text-align: left;
    vertical-align: top;
    padding: 4px;
    border-bottom: 1px solid #d5d5d5;
    background: #0165b1;
    font-size: smaller;
    font-weight: normal;
    color: white;
}

.HierarichalDataTable th.col_header {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    border-left: 1px solid #909090;
    border-right: 1px solid #909090;
    text-align: justify;
    vertical-align: top;
    padding: 4px;
    border-bottom: 1px solid #d5d5d5;
    background: #0165b1;
    font-size: smaller;
    font-weight: normal;
    /*color: black;*/
}

th.row_null {
    background: #f9f9f9;
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    min-width: 17px;
}

.HierarichalDataTable td.data {
    border-left: 1px solid #909090;
    border-top: 1px solid #909090;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    font-size: smaller;
    /*overflow-wrap:normal;*/
    /*word-break: break-all;*/
    text-wrap: inherit;
    /*white-space: nowrap;*/
    color: black;
    padding: 0px 3px 3px 3px;
}

td.align_rigth {
    text-align: right;
}

.heirarchal-table-summary-col {
    background-color: #6d93e5;
    font-size: smaller;
    font-weight: normal;
    color: white;
}

.heirarchal-table-summary-row {
    background-color: #6d93e5;
    font-size: smaller;
    font-weight: normal;
    color: white;
}

.heirarichal-table-summary-cell {
    background-color: #F1F4F9;
    font-size: smaller;
    font-weight: normal;
    color: white;
}

td.align_reft {
    text-align: left;
}

tr.d0 td {
    background-color: #E3E7E8; /*#CED3D6color: black;*/
}

tr.d0 th {
    background-color: #E3E7E8; /*color: black;*/
}

tr.d1 td {
    background-color: #9999CC; /*color: black;*/
}

.cellHover:hover {
    background-color: #dadad7;
}

div.scrollWrapper {
    float: left;
    overflow: visible !important;
    overflow: scroll;
    height: 150px;
}

table.scrollable {
    width: 450px;
    margin-right: 0 !important;
    margin-right: 16px;
    border-collapse: separate;
}

.hieararchaltable_image {
    width: 10px;
    /*height: 12px;*/
    float: left;
    cursor: pointer;
}


table.scrollable th {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 5px;
    background: #f7f7f7;
    position: relative;
}

table.scrollable tbody {
    height: 150px;
    overflow: auto;
}

table.scrollable tr {
    height: 0px;
}

table.scrollable td {
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    text-align: center;
}

.show-all-col-dimensions {
    float: right;
    margin-top: 1px;
    vertical-align: top;
    cursor: pointer;
}

.show-all-row-dimensions {
    float: left;
    margin-bottom: 1px;
    vertical-align: bottom;
    cursor: pointer;
}

/*Hierachal table CSS*/

.wcG text:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    cursor: pointer;
}


/* CSS for osgraph widget */

.osgraph text.label {
    fill: #000000;
    cursor: pointer;
}

.osgraph line {
    stroke: #000000;
    /*stroke-dasharray: 1 2;*/
}

.osgraph g.in rect.bar {
    fill: #d72335;
}

.osgraph g.in text.label {
    /*fill: #d72335;
        font-weight: bold;*/
}

.osgraph g.in text.number {
    fill: #d72335;
}

.osgraph g.in line {
    /*stroke: #d72335;*/
    /*stroke-dasharray: 2 2;*/
}

.osgraph g.out rect.bar {
}

.osgraph g.out text.label {
}

.osgraph g.out text.number {
}

.osgraph g.out line {
}

/* fill path in Area chart */
.area {
    fill: steelblue;
}

/* CSS for brush */
.brush .extent {
    stroke: #fff;
    fill-opacity: .125;
    /*shape-rendering: crispEdges;*/
}

.enableDisableBrushText {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    fill: #666;
}

.brush .resize path {
    fill: #eee;
    stroke: #666;
}

.my-class-table {
    background-color: #0165b1;
    color: white;
}


.tablewiget tr:nth-child(even) td {
    background-color: #D0DBF2;
}

.tablewiget tr:nth-child(odd) td {
    background-color: white;
}

.tablewiget tbody tr td {
    text-align:center;
}
.tablewiget thead tr th {
     background-color: #3B5999;
     color:white;
}

 table.tablewiget tr.even td.sorting_1 {
     background-color: #D0DBF2;
     padding:2px 2px 2px 2px;
}

 table.tablewiget tr.odd td.sorting_1 {
    background-color: white;
    padding:2px 2px 2px 2px;
}

 /*Css for Sankey Chart*/
    .node rect {
  cursor:pointer;
  fill-opacity: .9;
  /*shape-rendering: crispEdges;*/
}


.node text {
  pointer-events: none;
  text-shadow: 0px 0px 0px;
  /*font-weight:bold;*/
}

.nodeMoveAble rect {
    cursor:pointer;
  fill-opacity: .9;
  /*shape-rendering: crispEdges;*/
  min-height: 5px;
  min-width:5px;
  
}

.nodeMoveAble text {
  pointer-events: none;
  text-shadow: 0px 0px 0px;
  /*font-weight:bold;*/
}

.nodeHoverClass {
    stroke:#fa1321;
}

.link {
  fill: none;
  stroke: #000;
  /*stroke-opacity: .5;*/
}

.opacityOver {
  stroke-opacity: .8;
  
}

.link:hover {
  stroke-opacity: .7;

}

.linkHide {
    fill: none;
  stroke: #000;
    stroke-opacity: .0;
}

.divLable_Left  span { display: block; }
#dvChartComp_divLable_Left span { display: block; }
#dvChartComp_divLable_Right span { display: block; }
#dvChart_divLable_Right  span { display: block; }

#heightcontainer span {
	display:block;
}
.nodetreemap {
    border: 1px solid white;
    /*font: 10px/12px sans-serif;*/
    overflow: hidden;
    position: absolute;
    /*text-indent: 2px;*/
}

.filledPositiveHover {   
    /*fill: #93ec93;*/
    fill: black;
}

.filledNeutralHover {   
     fill: #7a7979;
}

.filledNegitiveHover {   
     fill: #fc7272;
}

.divSparkLine {
    margin-top:-450px;
    margin-left:20px;
    background:#fff;
    z-index:5000000;
}
.tblSparkLine {

    width:780px;
    /*height:450px;*/
    
    /*margin-top:-450px;
    margin-left:20px;*/
    /*background:#dcdcdc;*/
    border-collapse: collapse;
    z-index:5000000;
}
    .tblSparkLine td {
        border-bottom: 1px solid black !important;
    }
    .tblSparkLine thead tr  td {
        
       

        font-size:12px;
        font-weight:bold;
        text-align:center;
         
        /*border-bottom: 1px solid #fff;*/
        
        
    }
    .tblSparkLine tbody tr td {
        height:40px;
        border:0px;
         border:0px;
        font-size:10px;
        /*border-bottom: 1px solid #fff;*/
        text-align:center;
         
    }

    .paggerInput {
        background-image: url(../Content/Images/form_bg.jpg) !important;
        background-repeat: repeat-x !important;
        border: 1px solid #DDDDDD !important;
        color: #333333 !important;
        padding: 5px 3px !important;
        font-size: 11px !important;
        font-family: Tahoma, Arial, Helvetica, sans-serif !important;
        }


    /*Hierarchical Grid CSS Start*/

    .hrtable{
border: 2px solid transparent;
border-spacing: 0px;

}
    

.hrtable thead tr{
/*background:#3b5999;
color:#fff;
font-family:Arial;*/
font-size:12px;
height:25px;
}
       

.hrtable tr td{
border-right : 1px solid #fff;
padding:0 5px 0 5px;
/*font-family:Arial;*/
font-size:12px;
}

        .hrtable tfoot tr td {
            padding: 0 0 0 0;
           
        }
.even td {
    
    padding: 0 0 0 0 !important;
}

.even {
    background-color:#eee;
    
}



.hrtable tbody {
    overflow-y:scroll;
}

.hrtable tbody tr td {
  vertical-align:top;
}

.hrtableChild tr td {
    padding: 0 0 0 5px ! important;
}
.hrtableChild tfoot tr td {
    padding: 0 0 0 0 ! important;
}

.expando{
cursor:pointer;
width:10px;
background-image:url(../../Content/Images/icon-plus-blue.png) ;
background-repeat:no-repeat;
background-position: center;

}

.expandoo{
cursor:pointer;
width:10px;
background-image:url(../../Content/Images/icon-minus-blue.png);
background-repeat:no-repeat;
background-position: center;
}

.pager{
/*background:#3b5999;*/

 width:100%; height:22px; color:#fff; text-align:center;vertical-align:bottom;
margin-top:2px;
}

.pager select{
float: left;
margin-top: 3px;
width: 48px;
margin-left: 2px;
height: 18px;
font-size: 12px ! important;
padding: 0 0 0 0 !important;
}

.pager .pagerInfo{ 
				cursor: default;
                line-height: 2.5;
                font-size: 10px;
                width: 50%;
                text-align: left;
                padding-left: 5px;
                max-width:155px;
                text-overflow:ellipsis;
                overflow:hidden;
                overflow:hidden;
                white-space:nowrap;
                
                

}
.pagerControls{ float: right;
				/*border: 1px solid #fff;177width*/
				width: auto;
                				height: 18px;
				margin-top: -18px;
				/*margin-right:-4px;*/
			}
.pagerControls span{
     cursor: pointer;
float: left;
font-size: 10px;
font-family: arial;
margin-right: 11px;
/*color: #fff;*/
font-weight: bold;
pointer-events:all;
}
.pagerControls .N{
margin-left:0px;
max-width:22px;
text-overflow:ellipsis;
overflow:hidden;
overflow:hidden;
white-space:nowrap;

}

/*.hrtable tbody,thead {
    display:block;
    margin:0;
}

.hrtable tbody {
    height:auto;
    overflow-y:scroll;
    overflow-x:hidden;
}

.hrtable tbody tr td {
width:1%;

}*/


.hrtableChild {
   
    margin-bottom: 8px ! important;

}

    .hrtableChild thead tr {
        height: 18px;
    }

/*.hrtable thead tr th {
width:1%;

}*/

.sortingNotationDesc {
    display: inline-block;
    border-top: 4px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    /*position: absolute;*/
    margin: 5px 0 0 5px;
    

}

.sortingNotationAsc {
    display: inline-block;
    border-bottom: 4px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    /*position: absolute;*/
    margin: 5px 0 0 5px;
}

.firstDisable {
    color:gray !important;
    cursor:default  !important;
    pointer-events:none  !important;
}
.previousDisable {
    color:gray  !important;
    cursor:default  !important;
    pointer-events:none  !important;
}
.nextDisable {
    color:gray  !important;
    cursor:default  !important;
    pointer-events:none  !important;
}
.lastDisable {
    color:gray  !important;
    cursor:default  !important;
    pointer-events:none  !important;
}


.checkBoxColumn {
    padding : 2px 2px 0 2px ! important;
}
.checkbox {
    -moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
}
.showInfo {
    /*background-image:url(../../Content/Images/icon-minus-blue.png);*/
    background-image:url(../../Content/Images/info.png);
background-repeat:no-repeat;
background-position: center;
cursor:pointer;
}

 

    /*Hierarchical Grid CSS End*/