@charset "utf-8";
/* CSS Document */
body
{
	font-family: 'Open Sans', sans-serif;color:#000;
	 font-size:14px;font-weight:400;line-height:18px;
}
/********Financial Info****************/
.labelchart {
    text-align: center;	
}
.financialInfo .nav-tabs
{
	margin-bottom:20px;
}
.financialInfo ol
{
	margin:10px 0px;
}
.percentage-row
{
	font-size:13px;color: #00a3da;
	font-style:italic;
}
.financialInfo .tablesaw 
{
	margin-top:12px;
}
.financialInfo .nav-tabs > li {
  float: left;
  margin-top: 2px;
}
.financialInfo .nav-tabs > li > a {
  margin-right: 4px;
  line-height: 1; 
  background:#e3e3e3;color:#333;
  font-weight:bold;
}
.financialInfo .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
}
.financialInfo .nav-tabs > li.active > a,
.financialInfo .nav-tabs > li.active > a:hover,
.financialInfo .nav-tabs > li.active > a:focus {
  color: #fff !important;
  cursor: default;
  background-color: #da2128 ;
  border: 1px solid #da2128 ;
  border-bottom-color: transparent;
  font-weight:bold;
}
.financialInfo thead{
	background:#e7b220  !important;
	color:#fff;
	border-bottom-width: 0px;
	border-bottom: 3px solid #da2128;	
}
.financialInfo .colorcode-2
{
	
}
.financialInfo table thead tr th{
	text-align:right;padding: 15px 8px;
	border-bottom-width: 0px;
}
.financialInfo table thead tr th:nth-child(1){
	text-align:left;
	border-bottom-width: 0px;
}
.financialInfo table th:nth-child(1){
	text-align:left;
}
.financialInfo table tbody th:nth-child(1) {
	background-color:#e3e3e3;
	
}
.financialInfo table tbody th:nth-child(2) {
	background-color:#4183D7;
	color:#fff;
}
.financialInfo table tbody tr td{
	text-align:right;
	padding:12px 8px;
	border:none;
}
.financialInfo table tbody tr td:nth-child(1){
	text-align:left;
	padding-left: 8px;
}
.notes
{
	font-size:13px;line-height:18px;
}
.notes p
{
 
  margin:15px 0px 04px 0px;
}
.notes table tr td
{
	padding: 4px 3px!important;
    vertical-align: top !important;
    text-align: left !important;
}
.smalltext {
    font-size: 90%;
    font-style: italic;
}
.table-section
{
	margin-top:30px;
}
.bold
{
	font-weight:700;
}
.border-left
{
	border-left:1px solid #666;
}
.border-right
{
	border-right:1px solid #666;	
	
}
.border-bottom
{
	border-bottom:1px solid #666;
}
.border-tb
{
	border-top:1px solid #333 !important;
	border-bottom:1px solid #666;
}
.border-tb2
{
	border-top:1px solid #333 !important;
	border-bottom:2px solid #666;
}
.table > tbody > tr > td.border-top
{
	border-top:1px solid #666 !important;
}
.border-bottom2
{
	border-bottom:2px solid #666 !important;
}
.border-top2
{
	border-top:2px solid #666;
}
.text-indent
{
	text-indent:10px;
}
.tr-heading th
{
	background-color:#fff !important; color:#000;border-bottom: 2px solid #333;font-size:15px;
	font-weight:500;line-height:18px;
}
.tr-subheading th
{
	background-color:#ddd !important; font-size:14px;
	font-weight:500;line-height:16px;    padding: 12px 8px!important;
}
.financialInfo .col-xs-6
	{
		width:50% !important;
	}
/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	.section-title:after
{
	content:"";
	
}
}
@media (min-width: 860px)
{
 .col-centered {
    display: inline-block;
    float: none !important;
    text-align: left;
    margin-right: -4px;
  }
  .row-centered {
    text-align: center !important;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
	.financialInfo table tbody tr td
	{	
	  font-size:12px;
    }
	.financialInfo thead tr
	{
		font-size:13px;
	}
	.text-indent {
      text-indent: 0px;
    }
	.financialInfo .col-xs-6
	{
		width:100% !important;
	}
	

}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	.labelchart {
        font-size:8px;	
       }
	 .highcharts-title {    
         text-align: center !important;
          font-size: 13px !important;
          line-height: 17px !important;
      }
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
}