/*@font-face {
	font-family: 'Helvetica Neue';
	src:url(../fonts/HelveticaNeue.ttf)  format('truetype');
}
@font-face {
	font-family: 'HelveticaNeue Bold';
	src:url(../fonts/HelveticaNeueBold.ttf)  format('truetype');
}
@font-face {
	font-family: 'Arial-Black';
	src:url('../HelveticaNeueLight.ttf')  format('truetype');
}*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: 400;
    background-color: transparent;
    line-height: 20px;
}

a
{
	color:#f5821f;
}
a:hover, a:focus, a:active
{
	text-decoration:none;
}
a:hover
{
	color:#ff6321;
}
a:hover, a:focus, a:active, .btn-primary:active, .btn-primary:focus, .btn-primary:active
{
	outline:none;
}

img, img:active, img:focus, a:active, a:focus, button:active, button:focus, button, input:focus, input:active
{
	 outline:none !important; 
}

/********Financial Info****************/
.labelchart {
    text-align: center;	
}
.colorcode-2 td, .colorcode-3 td
{
	 background-color:transparent !important;
}
.colorcode-2 {
   background-color:#ececec  !important;   
}
.colorcode-3 td {
    font-weight: 600;
    color: #333;  text-transform:uppercase;  
    border-bottom: 2px solid #c7c7c7 !important;
    background-color: rgba(221, 153, 51, 0.2) !important;
}
.colorcode-4
{  
	 background-color:#dadada !important;
   
}
.financialInfo{
	margin-bottom:10px;
}
.financialInfo ul.numbers-list
{
	list-style-type:upper-roman; margin-left:0px; padding-left:18px;
	margin-bottom:28px;
}
.financialInfo ul.numbers-list li
{
	font-weight:400;
	margin-bottom:05px;
}
.financialInfo .borderBottom
{
	margin-bottom:25px;
}
.financialInfo .nav-tabs > li {
  float: left;
  margin-top: 2px;
}

.financialInfo .nav-tabs > li > a {
  margin-right: 4px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#e3e3e3;
  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: #6b2c03;
  border: 1px solid #f2ede8;
  border-bottom-color: transparent;
  font-weight:bold;
}
.financialInfo .nav-tabs > li > a
{
	font-size:13px;
}
.financialInfo .nav-icon > li {
  float: left;
  margin-bottom: -2px;
}

.financialInfo .nav-icon > li > a {
  margin-right: 2px;
  line-height: 1;
  padding:3px;
  margin-bottom: -2px;
  font-weight:bold;
}
.financialInfo .nav-icon > li > a:hover {
  border-color: none;
  margin-bottom:-1px;
  font-weight:bold;
}
.financialInfo .nav-icon > li.active > a,
.financialInfo .nav-icon > li.active > a:hover,
.financialInfo .nav-icon > li.active > a:focus {
  cursor: default;
  background:#ccc;
  padding:3px;
  margin-bottom:-2px;
  font-weight:bold;
}


.financial-notes td
{
	text-align:left !important;padding:0px 5px 0px 0px !important;
	vertical-align:top !important;
}
.graphIcon{
	background:url(../images/graph.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}
.graphIcon:hover{
	background:url(../images/graphHover.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
	cursor:pointer;
}
li.active .graphIcon{
	background:url(../images/graphHover.png) no-repeat center center;
	
}

.tableIcon{
	background:url(../images/table.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}
.tableIcon:hover{
	background:url(../images/tableHover.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
	cursor:pointer;
}
li.active .tableIcon{
	background:url(../images/tableHover.png) no-repeat center center;
	
}
.financialInfo table tr td, .financialInfo table thead tr th{
	vertical-align:middle;
}

.financialInfo thead{
	
	
	
}
.financialInfo thead tr{
		
    background: #3c69a5;
    border: 0px; 
	font-size:14px; color:#fff;
	font-weight:500 !important;  
    border-bottom: 2px solid #dd9933;
	
}
.gradient-none
{
	background:#001e63;
	color:#fff;
	border-bottom-width: 0px;
	/*background-color:rgba(0,30,99,0.7) !important;*/	
	background: -moz-linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,30,99,1)), color-stop(100%, rgba(0,28,96,0.7))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* w3c */
	
}
.financialInfo table thead tr th{
	text-align:right;
	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 6px;line-height:17px;
}
.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;font-size:14px; font-weight:500;
}
.notes table tr td
{
	padding: 4px 3px!important;
    vertical-align: top !important;
    text-align: left !important;
}
/*.notes table tr td:first-child
{
	font-size:20px;color:#333;
}*/
.smalltext {
    font-size: 85%;
    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;
}
.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;
}




/*==========  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;
    }

}
/* 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) 
{
}
