/* CSS Document */
/* ALL IR DOCUMENTS */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic&#038;subset=greek%2Ccyrillic-ext%2Ccyrillic%2Clatin%2Clatin-ext%2Cvietnamese%2Cgreek-ext');

::selection {
  background: #4DAE46 !important;
  color:#fff !important;
}

.ir-button {
    color: #4DAE46 !important;
    transition: all .3s !important;
    font-family: "Roboto", Arial, Tahoma, sans-serif !important;
    font-weight: 400 !important;
    padding: 11px 20px !important;
	border:2px solid #4DAE46 !important;
	border-radius:3px !important;
}
.ir-button:hover {
	border:2px solid #4DAE46 !important;
	background:#4DAE46 !important;
	color:#fff !important;
}
@media (max-width: 991px) {
	.menu-holder .ir-button {
		color:#fff !important;
		border-color:#fff !important;
		background:transparent !important;
	}
	.menu-holder .ir-button {
		color:#fff !important;
		border-color:#fff !important;
		background:transparent !important;
	}
}

.presentation-item {
	margin-bottom:25px;
}
.presentation-item p {
	margin-top:10px;
	font-weight:400 !important;
}

/* IR Menu */
.small-text.tiny {
	color:#626262 !important;
	font-weight:400 !important;
	margin-top:10px;
}

/* Email Alerts */
._form {
	margin-top:20px;
}
._form label {
	font-weight: 400 !important;
}
._form input[type="text"], ._form input[type="email"] {
	width:80%;
	line-height:2;
	font-weight:400;
}
._form input[type="submit"] {
    border-color: #4DAE46;
    border-width: 2px;
    border-radius:3px;
    color: #4DAE46;
    transition: all .3s;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-weight: 400;
    padding: 11px 20px;
    cursor:pointer;
    font-size: 13px;
}
._form input[type="submit"]:hover {
	background:#4DAE46;
	color:#fff;
}

#_field73881, #_field73882, #_field73890 {
	margin-bottom:15px;
}

#_field73883 {
	margin-top:20px;
}

.item-title {
	padding-bottom:8px;
	font-weight:500;
	font-size:17px;
}

.ir-contact-header {
	background:transparent !important;
	font-size:18px !important;
	padding-top:15px !important;
}

.wpaddedtable td { padding:5px }

.text {
	font-family:Arial,Helvetica,serif;
	color:#000000;
	font-size:11px;
}
/* SEC Filings Specific */
.sec_filings_container {
	/*font-family: arial !important;*/
}

/* Fix for PDF/HTML/XBRL Icon Spacing */
.sec_filings_view a img { display:inline; }

.sec_filings_container td{
	font-family:Roboto, sans-serif !important;
	color:#626262 !important;
	font-size:15.5px !important;
	font-weight:300 !important;
}
.sec_filings_container table th a, .sec_filings_container table th, .sec_filings_container ul li .type_link {
    color: #686868;
}
.pagination .page a {

}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background:transparent !important;
}
/* Type Links (Annual/Quarterly/etc) */
.type_link_container {
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	font-size:13px;
}
.nav-pills > li > a {
    color: #4DAE46 !important;
    transition: all .3s !important;
    font-family: "Roboto", Arial, Tahoma, sans-serif !important;
    font-weight: 400 !important;
    padding: 11px 20px !important;
    margin-left: 5px;
    margin-right: 5px;
    background:transparent !important;
    border:2px solid transparent !important;
}
.nav-pills > .active > a {
    border:2px solid #4DAE46 !important;
    border-radius:3px !important;
}
.nav-pills > li > a:hover {
	border:2px solid #4DAE46 !important;
	background:#4DAE46 !important;
	color:#fff !important;
}
.type_link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}
.type_link:hover {
	text-decoration:underline;
}
.type_selected {
	font-weight:bold;
}

/* Sort Links HEADER ONLY (Filing Date/Form Type/etc) */
.sort_link, .sort_nolink, .header_nolink {
	font-family:Roboto, sans-serif !important;
	color:#333 !important;
	font-weight:400 !important;
	font-size:16px !important;
}
.sort_link:hover {
	text-decoration:none !important;
}
.sort_arrow_img {
	display:none !important;
}
/* Pagination ( First,2,3,4 ) */
.pagination_container {
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	font-size:12px;
}
.pagination {
	text-decoration:none;
	color:#40ABBB;
}

.pagination:hover {
	text-decoration:underline;
}

.colortable {
	border:1px solid #000;
	width:100%;
	padding:none;
	margin:none;
}
.colortable th {
	padding:5px;
	font-size:14px;
}
.colortable tr {
	border:1px solid #000;
}
.colortable td {
	padding:5px;

}

.colortable_odd_row{
	background-color:#F2F2F2;
}

.colortable_even_row{

}
.th{
	color:#fff;
}
/* Table Columns */
.sec_filings_date {
	width:20%;
	text-align:left;
}
.sec_filings_type {
	width:15%;
	text-align:left;
}
.sec_filings_title {
	width:40%;
	text-align:left;
}
.sec_filings_view {
	width:25%;
	text-align:right;
}

/**********SEC FILINGS END*************/



/* SIDE NAV */

.side_nav_ul {
	margin-left:20px;
	margin-top:10px;
}

.side_nav_link {
	font-weight:normal;
	color:#10315C;
	text-decoration:none;
}

/********SIDE NAV END*************/

/* STOCK QUOTE */

.stock_data_container {
	width:600px;
	text-align:left;
}

.stock_data_left {
	float:left;
	width:250px;
}

.stock_data_right {
	float:right;
	width:250px;
}

.stock_chart_div {
	width:600px;
}

/*.chart_period {
	color:#244272;
	text-decoration:none;
}*/

.chart_period:hover {
	text-decoration:underline;
}

#stockChart {

	}



/********STOCK QUOTE END*************/

/* PRESS RELEASES */

/* Pagination Color */
.pagination-small ul > li > a, .pagination-small ul > li > span {
	font-family:Roboto, sans-serif !important;
	color: #4DAE46 !important;
	font-size:15px !important;
	font-weight:300 !important;
	background:transparent !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}
.pagination-small ul > li > a:hover {
	text-decoration:none !important;
}
.pagination-small ul > li:first-child > a {
	border-left:0 !important;
}
.pagination-small ul > li:last-child > a {
	border-right:0 !important;
}
/* News Article Color*/
.press_release_container tr > td > a{
	/*color: #81BD41 !important;*/
}
.press_release_container {
	margin-top:10px;
}
.pr_date {
	font-family:Roboto, sans-serif;
	color:#333;
	font-size:14px;
	font-weight:300;
    padding-top: 10px;
}
.pr_preview {
	color:#626262;
	font-size:15px;
	font-family:Roboto, sans-serif;
	padding-top: 10px;
	font-weight:300;
	line-height:25px;
}
.pr_headline a {
	color: #4DAE46;
	font-family:"Open Sans", Arial, Tahoma, sans-serif;
	font-size:26px;
	font-weight:300;
	line-height:30px;
	text-decoration:none;
}
.pr_headline a:hover {
	color:#1a6b2b !important;
}
.pr_date_below {
	padding-bottom:30px !important;
}

.press_releases {
	margin-top:20px;
}

.pr_item {
    padding-bottom: 15px;
    border-bottom: 10px solid #FAFAFA;
    margin-bottom: 10px;
    padding-top: 20px;
}
.pr_headline a:hover {
	border-bottom-color: #0e3152 !important;
}
.press_release_read_container {
	font-family:Arial,Helvetica,serif;
	font-size:12px;
}

.press_release_date {
	width:20%;
}
.press_release_date img {
	display:none !important;
}
.press_release_title {
	width:80%;
}

/* Date Left Generic Template */
/*if date and time show*/
/*
.pr_date {
	width: 140px;
}
.pr_headline {
	text-indent:0px;
	padding-left:140px;
}
*/

/*if date only*/
/*
.pr_date {
	width: 100px;
}
.pr_headline {
	text-indent:0px;
	padding-left:100px;
}
*/

/********PRESS RELEASE END*************/
