@charset "utf-8";
/* CSS Document */
body
{
	
    font-family: 'Montserrat', Arial, sans-serif;
    background: #f4f4f4;color: #000; font-size:14px;
	line-height:20px;
}
a
{
  color:#2ec583; text-decoration:none;
}
a:hover
{
	color: #32d28c;
}
a:focus, a:hover, a:active, a:visited, input:focus, input:acticve, img
{
	outline:none !important;
}
ul {
    list-style-type: none;
}
html {
    
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.mt20
{
	margin-top:20px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
figure {
    margin: 0;
}

a, a:hover, a:focus, a:active
{
	text-decoration:none;outline:none;
}
img
{
	outline:none;border:none;
}
 
/********Financial Info****************/
.labelchart {
    text-align: center;	
}
.smalltext {
    font-size: 85%;
    font-style: italic;
}
.notes p
{
 
  margin:15px 0px 04px 0px;font-weight:500;font-size:15px;
}
.notes table tr td
{
	padding: 4px 3px!important;
    vertical-align: top !important;
    text-align: left !important;
}
.highcharts-title
{
	text-align:center;
}
.colorcode-2 td, .colorcode-3 td
{
	 background-color:transparent !important;
}
.colorcode-2 {
   background-color:#e9e9e9  !important;
   
}
 
.colorcode-3 
{  
	
    background-color:#cacaca !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:500;color:#000;
}
.financialInfo .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;  
}
.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: #2ec583;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:600;
}

.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{
	background:#18908c  !important;
	color:#fff;
	border-bottom-width: 0px;
	border-bottom: 3px solid #fd490a;	
	
}
.financialInfo thead tr{
		
    background: url(../images/header-bg.png) repeat-x #2ec583;
    border: 0px; 
	font-size:14px; color:#fff;
	font-weight:500 !important;  
    border-bottom: 3px solid #bfbfbf;
	
}
.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:center;
	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:center;
	padding:12px 8px;	
}
.financialInfo table tbody tr td:nth-child(1){
	text-align:left;
	padding-left: 8px;
}

.notes
{
	font-size:13px;line-height:18px;
}
.notes p
{
 
  margin-top:15px;
}
.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 #000;
}
.border-right
{
	border-right:1px solid #000;	
	
}
.border-bottom
{
	border-bottom:1px solid #000;
}
.border-tb
{
	border-top:1px solid #000 !important;
	border-bottom:1px solid #666;
}
.border-tb2 td
{
	border-top:1px solid #000 !important;
	border-bottom:2px solid #666;
}
.border-top td
{
	border-top:1px solid #000 !important;
}
.border-top td:first-of-type, .border-tb2 td:first-of-type
{
	border:none !important;
}
.border-bottom2
{
	border-bottom:2px solid #000;
}
.border-top2
{
	border-top:2px solid #000;
}
.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:#eee !important; font-size:13px;border-bottom: 2px solid #e6e6e6;
	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) 
{
}

