/* CSS Document */
/* ALL IR DOCUMENTS */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;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*************/

/* NEW PR Styling */

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: 24px;

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

line-height:32px;

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

font-family: 'Libre Baskerville', sans-serif;

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

}

.pr_headline a:hover {

text-decoration:underline;

}

.pr_preview {

font-weight: 400;

font-size:16px;

font-family: Inter,sans-serif;

color: #000;
line-height:1.5;

}

.pr_date {

margin-top: 5px;

margin-bottom: 7px;

font-family: Inter,sans-serif;

color: #575757;

font-size:16px;

}

/* Pagination Color */

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

color:#343d46 !important;

font-family: Inter, sans-serif !important;

font-weight: 600 !important;

font-size:18px !important;

}

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

text-decoration:none !important;

}

.pagination .active a {

cursor:initial !important;

color:#666 !important;

}

/* END NEW PR Styling */

/* EMAILS */
  input[type="email"], input[type="text"] {
    width:80% !important;
    padding:17px !important;
    color: #55595c !important;
    font-family:Inter,sans-serif !important;
    font-size:14px !important;
    border-radius: 0px !important;
    margin-bottom:7px !important;
    font-weight: 400 !important;
  }
  ._label, label {
    font-size:16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family:Inter, sans-serif !important;
    background:transparent !important;
  }
  input[type="submit"] {
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size:16px !important;
    padding-top:16px !important;
    padding-bottom:16px !important;
    padding-right:24px !important;
    padding-left:24px !important;
    background: #c4c4c4 !important;
    color: #000 !important;
    cursor:pointer !important;
    border:4px !important;
    margin-top:10px !important;
    transition: all .3s ease-in-out;
    opacity: 0.9 !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
  }


  ._form ._type_input ._option input[type="submit"]:hover,
  ._form ._type_input ._option input[type="button"]:hover {
  border:1px solid #65737e !important;
  background:#65737e !important;
  color:#fff !important;
  opacity: 0.9 !important;
  }

  ._form ._type_input ._option input[type="submit"],
  ._form ._type_input ._option input[type="button"] {
    font-family: Inter,sans-serif !important;
    font-weight: 400 !important;
    font-size:16px !important;
    padding-top:16px !important;
    padding-bottom:16px !important;
    padding-right:24px !important;
    padding-left:24px !important;
    background: #c4c4c4 !important;
    color: #000 !important;
    cursor:pointer !important;
    border:4px !important;
    margin-top:10px !important;
    transition: all .3s ease-in-out;
    opacity: 0.9 !important;
  }

._form {
width:100% !important;
}

#_field88875, #_field88876 {
    width: 50% !important;
    display: inline-block !important;
    float: left !important;
}

@media only screen and (max-width: 450px) {
	#_field88875, #_field88876 {
	    width: 100% !important;
	}
}

.sedar_filings, select, input {
font-family:'Inter', arial;
font-size: 16px;
line-height: 1.5;
color: #000;
font-weight:normal;
}
.sedar_filings input, .sedar_filings select {
    padding:12px;
    border: 1px solid #ccc;
    background: #fff;
}
.sedar_filings .label {
    margin-bottom:7px;
    margin-top:15px;
}
.sedar_filings .date select {
    width:33%;
}
t.sedar_filings d {
    padding-left:15px;
    padding-right:15px;
}
.sedar_filings .submit {
    background: #65737e !important;
    color:#fff !important;
    border-radius:0;
    font-family:'Inter';
    font-size:16px;
    text-transform: uppercase;
    margin-top:10px;
    cursor:pointer;
    font-weight: 600;
}
.sedar_filings input[name="company_search"] {
	width: 97% !important;
}
.sedar_filings select {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.sedar-mobile {
	display: none !important;
}
.sedar-desktop {
	display: block !important;
}
@media only screen and (max-width: 600px) {
	.sedar-mobile {
		display: block !important;
	}
	.sedar-desktop {
		display: none !important;
	}
	.sedar_filings .date select {
	    width: 32% !important;
	}
	.sedar_filings input[name="company_search"] {
	    width: 93% !important;
	}
}
@media only screen and (max-width: 400px) {
	.sedar_filings .date select {
	    width: 100% !important;
	}
}

