@charset "utf-8";
/* CSS Document */

html, body {
	font-family:Helvetica, Arial, sans-serif;
}

a:link, a:visited {
	color:#5FBE26;
	text-decoration:underline;
}

a:hover {
	color:#5FBE26;
	text-decoration:underline;
}

/* tabs and tab content */

#tabs {
	margin-top: 4px;
	margin-bottom:0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right:0px;
	width: 100%;
	list-style: none;
	overflow:visible;
}

#tabs li {
	color:#5FBE26;
	display: inline;
	cursor:pointer;
	font-size:14px;
}

#tabs li:after {
	content: " | ";
	font-weight:normal;
	color:#B9B195;
}

#tabs li.current {
	color:black;
	font-weight:bold;
}

#heading {
	display:block;
	font-size:16px;
	letter-spacing:0;
	font-weight:bold;
	color: #666;
	margin-bottom:7px;
}

.tab-content {
	display: none;
	padding: 0px;
	font-size:13px;
}

.tab-content.current {
	display: table;
	width:100%;
	box-sizing:border-box;
	position:relative;
}



/* content container */

#content {
	margin-top:0px;
	padding: 0px;
	overflow:hidden;
	padding-top:10px;
/*    box-shadow: 3px 3px 1px #cccccc; */
	z-index:4;
	position:relative;
	box-sizing:content-box;
}

/* content */

.odd {

}

.even {

}



/* releases */

div.row-header {
	display:table-row;
	width:100%;
	margin:0;
	margin-bottom:10px;
}

div.row-header div, div.row div {

}

div.row {
	display:block;
	width:100%;
	margin:0;
	box-sizing:border-box;
	padding-bottom:10px;
}

div.date {
	margin:0;
	display:block;
	white-space:nowrap;
	width:100px;
	font-size:10px;
}

div.headline {
	margin:0;	
	display:block;
}

div.att {
	margin:0;	
	display:table-cell;
	white-space:nowrap;	
	padding-left:10px;
	line-height:1.0em;
	vertical-align:top;
	width:50px;
}

/* reports and presentations */

div.report_date {
	margin:0;
	display:table-cell;
	white-space:nowrap;
	width:100px;
}

div.report_title {
	margin:0;	
	display:table-cell;
}

div.report_title ul {
    padding:0;
    margin:0;
	list-style-type:none;
}

div.report_title ul:before {
	font-family: 'ndqfonticons';
	content:"\e008";
	color:#df0000;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	text-decoration:none !important; 
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:22px;
	vertical-align: bottom;
    padding-right:20px;
}

div.report_size {
	margin:0;	
	display:table-cell;
	white-space:nowrap;	
	padding-left:10px;
	line-height:1.0em;
	vertical-align:top;
	text-align:right;
	width:80px;
}

/* content end */

.icon, .icon:before {
	text-decoration:none !important;
}




/* responsive design CSS */

@media screen and (max-width: 480px) {
	

body {
	margin:0;
}

#tabs {
	box-sizing:border-box;
	margin:0;
	padding:0;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
}

#heading {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin-top:0.7em;
	margin-bottom:0.4em;
}

#content {
	border:none;
}

#tabs li {
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	background:none;
	background-color:#5FBE26;
	box-sizing:border-box;
	color:white;
	border:none;
	border-right:1px solid #999;
	margin:0;
	padding:10px;
	top:0px;
	cursor:pointer;
	font-size:16px;
	display:inline-block;
	float:left;
	clear:right;
	text-align:center;	
}

#tabs:last-child {
	border-right:none;
	clear:right;
}

#tabs li a:hover {
	color:#d15600;
}

#tabs li.current {
	border-top-left-radius:0px;
	border-top-right-radius:0px;	
	background:none;	
	background-color:#5FBE26;
	opacity:0.5;
	border:none;
	top:0px;
	padding:10px;
	margin:0;
	color:black;
	font-weight:bold;
	z-index:4;
	font-size:16px;
}

#tabs li:after {
	content: "";
	display:none;
}

.tab-content {
	display: none;
	border:none;
	padding: 0;
}
	


/* MOBILE CONTENT */

.tab-content.current {
	display: block;
	width:100%;
	box-sizing:border-box;
	position:relative;
}

div.row-header {
	display:none;
}

div.row {
	display:block;
	clear:right;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:5px;
	box-sizing:border-box;
}

.odd, .even {
  background: -webkit-linear-gradient(#fff, #efefef); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #efefef); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #efefef); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #efefef); /* Standard syntax */
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}

.even:hover, .odd:hover {
  background: -webkit-linear-gradient(#e0e0e0, #efefef); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e0e0e0, #efefef); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e0e0e0, #efefef); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e0e0e0, #efefef); /* Standard syntax */
  border-top:2px solid #e0e0e0;
  border-bottom:2px solid #e0e0e0;	
}

div.date {
	display:block;
	clear:right;
	width:100%;
	font-size:0.8em;
}

div.headline {
	display:block;
	clear:left;
}

div.att {
	display:block;
	clear:left;
	width:100%;
	padding-left:0px;
	padding-top:4px;
	border-top:1px dotted #ccc;
	font-size:0.8em;
}

div.att img {
	vertical-align:middle;
}

div.att:before {
	content:"Attachments:";
}

div.att:empty {
	display:none;
	visibility:hidden;
}

span#att_label {
	display:inline;
	visibility:visible;

}