/* CSS Document */
/* ALL IR DOCUMENTS */

@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

.ir_subheading{

}

.ir_textblock{

}

.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-size:13px;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    
}
/* Type Links (Annual/Quarterly/etc) */
.type_link_container {
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	font-size:13px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    /*background-color: #81BD41 !important;
    color: #FFFFFF !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 {
	color:black;
	text-decoration:none;
	font-size:13px;
}
.sort_link:hover {
	text-decoration:underline;
}
.sort_nolink {
	font-size:13px;
}

/* 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 {
    /*color: #81BD41 !important;*/
}
/* News Article Color*/
.press_release_container tr > td > a{
	/*color: #81BD41 !important;*/
}
.press_release_container {
	font-family:Arial,Helvetica,serif;
	font-size:12px;
	margin-top:10px;
}
.press_release_container a{
	text-decoration:none !important;
}
.press_release_read_container {
	font-family:Arial,Helvetica,serif;
	font-size:12px;
}

.press_release_date {
	width:20%;
}
.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*************/

/* PR Syling */

body {

padding:0 !important;

margin:0 !important;

}

.press_releases {

margin-top:30px; /* space below pagination */

}

.pr_item {

padding-bottom:15px; /* space under PR before border line */

margin-bottom:15px; /* space under PR and under border line */

border-bottom:1px solid #eee; /* border styling */

}

.pr_headline a {

font-size: 19px;

color:#48c6ff; /* https://htmlcolorcodes.com/color-picker/ */

line-height:1.3;

font-weight:500; /* letter thickness */

font-family: 'Alfa Slab One', cursive;

text-decoration:none; /* set to underline if line needed for link */

}

.pr_headline a:hover {

color:#24d5fd;

text-decoration:none;

}

.pr_preview {

font-weight: 400;

font-size:18px;

font-family: 'Source Sans Pro',sans-serif;

color: #373737;

}

.pr_date {

margin-top: 5px;

margin-bottom: 7px;

font-family: 'Source Sans Pro',sans-serif;

color: #373737;

font-size:20px;

font-weight: 400;

}

/* Pagination Color */

.pagination-small ul > li > a, .pagination-small ul > li > span {

color:#48c6ff !important;

font-family: 'Source Sans Pro', sans-serif !important;

font-weight: 400 !important;

font-size:16px !important;

}

.pagination-small ul > li > a:hover {

text-decoration:none !important;

}

.pagination .active a {

cursor:initial !important;

color:#666 !important;

}

/* SEC Styling */

body {

margin:0 !important;

padding:0 !important;

}

/* Table text */

.sec_filings_container td {

color: #373737 !important;

font-weight: 400 !important;

font-size:20px !important;

font-family: 'Source Sans Pro',sans-serif !important;

}

/* Table headers */

.sort_link, .sort_nolink {

text-decoration:none !important;

font-family: 'Alfa Slab One', cursive !important;

color: #48c6ff !important;

font-weight: 500 !important;

font-size:19px !important;

}

.sort_arrow_img {

display:none !important;

}

/* Filing type links */

.nav-pills > li > a {

color:#48c6ff !important;

font-family: 'Source Sans Pro', sans-serif !important;

font-size:16px !important;

font-weight:700 !important;

padding-top: 12px !important;

padding-bottom: 12px !important;

padding-right: 18px !important;

padding-left: 18px !important;

text-transform: uppercase;

}

/* Active filing type button */

.nav-pills > .active > a, .nav-pills > .active > a:hover {

background-color: #48c6ff !important;

color:#fff !important;

}
