@charset "utf-8";
/* CSS Document */

body
{     	
	font: normal normal normal 14px/19px Arial;
	font-weight: 400;
	letter-spacing: 0px;
	color: #444444;
	opacity: 1;
	background-color: #FBFBFB;
}
h1, h2, h3, h4, h5
{
	color:#222222;font-weight:bold;
}
h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    opacity: 1;
    margin: 0px;
}
.mt30
{
	margin-top:30px;
}
label {
    text-align: left;
    font-weight: bold;
    letter-spacing: 0px;
    color: #444444;
    opacity: 1;
    margin-bottom: 10px;
    display: block;
}
.labelchart {
    text-align: center;	position:relative;z-index:-9;
}
.select-group
{
	position:relative;/*display:inline-block;*/
	margin-bottom:16px;
}
.ddlselectbox
{
	position:relative;
}
.select-group .ddlselectbox:after
{
	content: "\f078";
    font-family: "Font Awesome 5 Free";
	position: absolute;
    font-size:12px;
    z-index: 1;       
	font-weight:bold;
	position: absolute;
    top: 50%;right:18px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.irselectbox
{
	border: 2px solid #D3D3D3;
	border-radius: 10px;
	opacity: 1;padding:15px 18px;
	width:100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;position:relative;
	letter-spacing: 0px;color: #444444;
    opacity: 1;outline:none;line-height:16px;
	background-color: transparent;
    z-index: 999;
}
.irfinancialinfo .wrapperClass input[type="checkbox"]
{
	display:none;
}
.bold
{
  font-weight:bold;
}
.irfinancialinfo table thead
{
	background-color:#333;
}
.irfinancialinfo table thead tr th:first-child
{
	font-weight:400;
}
.irfinancialinfo table thead tr th
{
	color:#fff;
}

.irfinancialinfo table.tablesaw tr th, .irfinancialinfo table.tablesaw tr td
{
	padding:14px 20px;text-align:center;
	border-right:4px solid #fbfbfb !important;
}
.irfinancialinfo table.tablesaw tr td span
 {
	 font-size:12px;font-style:italic;padding-left:2px;
 }
.irfinancialinfo table tr.months-row td
{
	font-size:12px;line-height:16px;font-weight:bold;
	padding-top:16px;padding-bottom:16px;
}
.irfinancialinfo table tr th:last-child, .irfinancialinfo table tr td:last-child
{
	border:none;
}
.irfinancialinfo table.tablesaw tbody tr:nth-of-type(odd) 
{
    background-color: #F0F0F0;
}
.irfinancialinfo table.tablesaw thead th:first-child, .irfinancialinfo table.tablesaw tbody td:first-child {
    text-align: left !important;
	 min-width:320px;
}
.irfinancialinfo table tr.tr-heading th, .irfinancialinfo table tr.tr-subheading th
{
	text-align:left;
}
.irfinancialinfo  .notes
{
	margin-top:40px;
}
.irfinancialinfo  .notes tr td
{
	padding:4px;vertical-align:top;
	font-size:13px;
}
.irfinancialinfo h3
{
	text-align: left;
    margin-bottom: 18px;
}
/********Financial Info****************/
.highcharts-tooltip > span {
	
    background-color: rgba(255,255,255,0.95);
	background-color: white;     
    z-index: 99999 !important;
}

.labelchart {
    text-align: center;	position:relative;z-index:-9;
}


/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
 
@media (min-width: 1200px)
{
 
}

@media (min-width: 768px) and (max-width: 991px) 
{
	 
}


@media (min-width: 768px)
{
 .left-column
 {
	width:260px !important;
 }
}
@media(max-width:767px)
{
	/********Select boxes on Mobile******/
  h3
  {
	  display:none;
  }
  .left-column
  {
	  background-color:#F0F0F0;position:relative;
	  margin-bottom:32px;padding:16px;
  } 
 .select-group
  {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin:6px 0px; 
  }
  label
  {
	display:inline-block;
	width: 32%;margin-right: 4px;
	margin-bottom:0px;
  }
  .ddlselectbox
  {
	  width:70%;
  }
  .irselectbox
  {
	  border-radius:4px;padding: 4px 18px;
  }
  
}
@media (min-width: 576px) and (max-width: 767px) 
{
  .irfinancialinfo table.tablesaw thead th:first-child, .irfinancialinfo table.tablesaw tbody td:first-child
 {
	 min-width:280px;
 }  
}
/*Landscape phones and portrait tablets */
@media (max-width: 575px) 
{
 
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	.labelchart {
        font-size:10px;	
       }
	 .highcharts-title {    
         text-align: center !important;
          font-size: 16px !important;
          line-height: 20px !important;
      }
 .highcharts-axis-labels.highcharts-xaxis-labels span {
    font-size: 8px !important;
    line-height: 10px;
 }
 .irfinancialinfo table.tablesaw thead th:first-child, .irfinancialinfo table.tablesaw tbody td:first-child
 {
	 min-width:150px;
 }
}
/* Portrait i phones and smaller */
@media (max-width: 400px) 
{	
}



