/* CSS Document */
/* ALL IR DOCUMENTS */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700i,900');

.press_release_date img {
	display:none !important;
}

.wpaddedtable td {
	padding: 5px
}

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

}

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

.sec_filings_container td {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif!important;
    font-size: 17px!important;
    line-height: 1.52947!important;
    font-weight: 500!important;
    letter-spacing: -.021em!important;
	margin-top: 10px;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background:none !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:#25bec2;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif!important;
    font-size: 17px!important;
    border-radius:0 !important;
    font-weight:500 !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
	background-color: #25bec2 !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, .sort_nolink, .header_nolink {
	color: black;
	text-decoration: none;
	font-size: 17px !important;
	font-weight:500 !important;
}
.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 {
	background: #154778 url(http://wmgtech.com/img/tr_back.gif) repeat-x;
	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:#25bec2;
	font-weight:500 !important;
	text-decoration:none !important;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif!important;
	font-size:15px !important;
}
/* News Article Color*/
.press_release_container tr > td > a {
	color:#25bec2 !important;
	text-decoration:none !important;
}
.press_release_container {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif!important;
    font-size: 17px!important;
    line-height: 1.52947!important;
    font-weight: 500!important;
    letter-spacing: -.021em!important;
	margin-top: 10px;
}
.press_release_read_container {
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
}

.press_release_date {
	width: 25%;
}
.press_release_title {
	width: 75%;
}

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

/* FAQ */

.faq_question {
	font-style: italic;
	font-weight: bold;
}

/******** FAQ END ********/

/*IR Side Nav*/

.ir_side_nav {
	list-style-type: none;
	float: right;
	width: auto;
	background: #fff;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.1);
}
.ir_side_nav li {
	width: 100%;
	padding: 0;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #f2f2f2;
	background: transparent;
	transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
}
.ir_side_nav li:hover {
	border-bottom-color: #e3e3e3;
}
.ir_side_nav li a {
	width: auto;
	display: block;
	padding: 10px;
	color: #555;
	text-align: left;
	font-size: 12px;
}
.ir_side_nav li a:hover {
	outline: 0;
}

