/* HighChart Table */

table.ir_table_hc {
	width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

.ir_table_hc td , .ir_table_hc th{
    text-align: right;
    padding: 6px 3px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    line-height: 16px;
    width: 60px;
    cursor: pointer;
}

.ir_table_hc tr.header td, .ir_table_hc tr.header th {
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    cursor: default;
    color: #000;
    border-bottom: 3pt solid #000;
	background: #006dc9;
    color: #fff;
    font-weight: bold;
}

.ir_table_hc td.rowButton {
    width: 20px;
}

.ir_table_hc td.rowLabel, .ir_table_hc th.rowLabel {
    text-align: left;
    width: auto;
    cursor: pointer;
}

.active {
    font-weight: bold;
}

.bariconFill {
    color:rgb(197, 197, 197);
}

.kfActive, .kfActive > *{
    color: #000;
    font-weight: bold;
}

.kfCurrency {
    /* position: relative; */
    z-index: 100;
    text-align: right;
    padding-right: 19px;
}

.ir_table_hc tr.header th.years {
    text-align: right;
	cursor:pointer;
}

.kfActive .negative, .kfActive.negative{
    color: red;
}

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?7ig9uo');
    src:    url('fonts/icomoon.eot?7ig9uo#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?7ig9uo') format('truetype'),
        url('fonts/icomoon.woff?7ig9uo') format('woff'),
        url('fonts/icomoon.svg?7ig9uo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chart:before {
    content: "\e900";

}


.ir_table_hc .rowLabel{
	padding-left: 30px;
    position: relative;
}

.ir_table_hc .baricon_outer{	
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 3px;
	position: absolute;
	display:block;
	color: rgb(197,197,197);
}

.tooltip_head .baricon_outer{
	display:none;
}

/* Table Hover Effects */
.hovertable tbody tr:nth-child(even) td, tbody tr:nth-child(even) th{ background:#e7e7e7; }
.hovertable tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th{ background:#f4f4f4; }
.hovertable  tbody tr.rowHover td, .hovertable  tbody tr td.columnHover { background:#ECE8E5; }
.hovertable  tbody tr td.hover { background:#EF9E7C !important; }