@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);

body ,
input,
textarea {
	font-family: 'Maven Pro', sans-serif;
	font-size: 13px;
}

body {
	padding-bottom: 20px;
	background-image: url(../img/bg_body.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

h1 {
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
}

h3,
h4 {
	font-size: 20px;
	font-weight: normal;
}

/********************************************************************/
/** STRUCTURE *******************************************************/
/********************************************************************/
#main,
#top,
#left,
#content,
#footer {
	position: relative;
}

#main {
	width: 980px;
	min-height: 460px;
	margin: 0 auto;
	padding: 0;
}

/********************************************************************/
/** TOP *************************************************************/
/********************************************************************/
#top {
	height: 325px;
	background-position: top center;
	background-repeat: no-repeat;
}

.detail #top {
	height: 153px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#top h1 {
	width: 252px;
	margin-top: 36px;
	margin-left: 32px;
}

.detail #top h1 {
	width: 642px;
	margin-left: 336px;
}

#top h1 a {
	color: #FFF;
	text-decoration: none;
}


.incident #top {
	background-image: url(../img/hns_header.jpg);
}

.incident.detail #top {
	background-image: url(../img/hns_header_detail.jpg);
}


.substance #top {
	background-image: url(../img/hns_header_substances_small.jpg);
}

.substance.detail #top {
	background-image: url(../img/hns_header_substances_detail.jpg);
}


/********************************************************************/
/** LEFT ************************************************************/
/********************************************************************/
#left {
	float: left;
	clear: none;
	width: 262px;
	margin-left: 27px;
	margin-right: 27px;
}

#left h4 {
	margin: 16px 0;
}

#left p {
	width: 262px;
	font-size: 15px;
	color: #4D4D4D;
}

#left #logos {
	margin-bottom: 10px;
}

#left .links a {
 margin-top:  5px;	
}




/********************************************************************/
/** SEARCH **********************************************************/
/********************************************************************/
form,
input,
select {
	color: #808080;
}

input:focus,
select:focus {
	color: #000;
}

#search input,
#search select {
	margin: 0 0 8px 0;
	border: 1px solid #CCC;
}

#search input {
	width: 250px;
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
}

#search #submit {
	width: 262px;
	height: 32px;
	color: #666;
	text-shadow: 0px 1px #FFF;
	background-image: url(../img/bg_button.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#search #submit:hover {
	background-image: url(../img/bg_button_OVER.jpg);
}

#search select {
	width: 262px;
	height: 32px;
	padding: 6px 0;
	line-height: 32px;
}

/********************************************************************/
/** CONTENT *********************************************************/
/********************************************************************/
#content {
	float: left;
	clear: none;
	width: 642px;
	margin: 0 0 0 22px; 
}

#content h3 {
	margin: 16px 0;
}

#content h4,
#content h5 {
	margin-bottom: 10px;
	color: #3fa9f5;
}

#content h5 {
	font-size: 13px;
}

/********************************************************************/
/** LIST ************************************************************/
/********************************************************************/
dl, dd {
	margin: 0;
	padding: 0;
	min-height: 16px;
}

dl {
	border-bottom: 1px solid #CCC;
}

dl.title,
dl.title dd {
	height: 30px;
	line-height: 30px;
	padding: 0;
}

dl.title,
dl.title a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

dl.title a {
	display: block;
	width: 100%;
	height: 100%;
}

dd {
	float: left;
	clear: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

dd.dark {
	background-color: #0D72A9;
}

dd.light {
	background-color: #1D86BF;
}

dd.name {
	width: 198px;
}

dd.date {
	width: 190px;
}

dd.location {
	width: 200px;
}

dd.europe {
	width: 54px;
}

dd.substance {
	width: 210px;
}

dd.cas,
dd.un,
dd.formula,
dd.behaviour {
	width: 108px;
	text-align: center;
}

.substance dd.cas,
.substance dd.formula,
.substance dd.behaviour {
	text-align: center;
}

.substance dd.cas .icon,
.substance dd.un .icon,
.substance dd.formula .icon,
.substance dd.behaviour .icon {
	display: none;
}

.substance dd.cas .label,
.substance dd.un .label,
.substance dd.formula .label,
.substance dd.behaviour .label {
	float: none;
}

dd img {
	display: block;
	margin: 3px auto 0 auto;
}

.title span.icon,
.title span.label,
.title span.order {
	clear: none;
	overflow: hidden;
	background-repeat: no-repeat;
}

.title span.icon,
.title span.label {
	float: left;
}

.title span.order {
	float: right;
	display: none;
}

.title span.icon {
	height: 18px;
	margin: 6px 5px 0 5px;
	background-position: 0 -23px;
}

.title .name .icon {
	width: 18px;
	background-image: url(../img/sprite_anchor.png);
}

.title .date .icon {
	width: 17px;
	background-image: url(../img/sprite_calendar.png);
}

.title .location .icon {
	width: 12px;
	background-image: url(../img/sprite_location.png);
}

.title .europe .icon {
	width: 17px;
	background-image: url(../img/sprite_globe.png);
}

.title span.icon {
	height: 18px;
	background-position: 0 -23px;
}

.title .order {
	width: 11px;
	height: 15px;
	margin: 8px 5px 0 0;
	background-image: url(../img/sprite_order.png);
	background-position: 0 0;
}

dl a dd {
	color: #000;
	text-decoration: none;
}

/********************************************************************/
/** DETAIL **********************************************************/
/********************************************************************/
.detail #content h3 {
	margin-top: 32px;
	font-size: 16px;
}

.detail-name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 16px;
}

.detail-name,
.detail-date,
.detail-location,
.detail-europe,
.detail-cas,
.detail-formula,
.detail-transport {
	margin-top: 5px;
	margin-bottom: 5px;
}

.detail-name {
	margin-top: 16px;
}

.detail-transport {
	margin-bottom: 16px;
}

.detail-date,
.detail-location,
.detail-europe,
.detail-transport,
.detail-cas,
.detail-forumula {
	font-size: 15px;
}

.detail-header span {
	float: left;
	clear: none;
}

.detail-header .icon {
	height: 18px;
	margin-right: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.detail-name .icon {
	width: 18px;
	margin-top: 6px;
	background-image: url(../img/sprite_anchor.png);
}

.detail-date .icon {
	width: 17px;
	margin-left: 1px;
	background-image: url(../img/sprite_calendar.png);
}

.detail-location .icon {
	width: 12px;
	margin-left: 3px;
	margin-right: 13px;
	background-image: url(../img/sprite_location.png);
}

.detail-europe .icon {
	width: 17px;
	margin-left: 1px;
	background-image: url(../img/sprite_globe.png);
}

.detail-transport .icon {
	width: 17px;
	margin-left: 1px;
	background-image: url(../img/sprite_box.png);
}

.hns-item {
	margin-bottom: 30px;
}

.hns-header {
	height: 58px;
	background-color: #0D72A9;
	background-image: url(../img/icon_hns.png);
	background-position: 10px 16px;
	background-repeat: no-repeat;
}

.hns-header .column-left {
	float: left;
	clear: none;
	width: 400px;
}

.hns-header .column-right {
	float: right;
	clear: none;
	width: 242px;
}

.hns-header .column p {
	margin: 5px 0;
	padding: 0 0 0 45px;
	line-height: 14px;
	color: #FFF;
}

.hns-header .column .descr {
	margin-top: 12px;
	font-size: 15px;
}

.hns-header .column .formulae {
	font-size: 11px;
}

.hns-header .column .state {
	margin-left: 10px;
	color: #3FA9F5;
}

.hns-header .column .amount {
	margin-top: 12px;
}

.hns-header .column .label {
	display: inline-block;
	width: 90px;
	margin-right: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #3FA9F5;
}

.hns-detail {
	position: relative;
	border: none;
	border-right: 1px solid #0D72A9;
}

.hns-detail dd {
	position: relative;
	float: left;
	clear: none;
	width: 105px;
	height: 98px;
	border-left: 1px solid #0D72A9;
	border-bottom: 1px solid #0D72A9;
	border-spacing: 0;
	border-collapse: collapse;
}

.hns-detail dd.physical-behaviour {
	width: 110px;
}

.hns-detail dd .value {
	position: relative;
	width: 105px;
	font-size: 18px; 
	font-size: 16px; 
	text-align: center;
}

.hns-detail dd .label {
	position: absolute;
	top: 53px;
	width: 95px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 13px;
	color: #3FA9F5; 
}

.hns-detail dd .footnote {
	position: absolute;
	bottom: 2px;
	left: 5px;
	font-size: 10px;
	font-weight: 700;
	color: #999;
	z-index: 1;
}

.hns-detail dd.physical-behaviour .value {
	width: 110px;
}

.hns-detail dd.physical-behaviour .label {
	width: 100px;
}

.hns-item h5 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #3FA9F5; 
}

.hns-item .facts,
.hns-item .msds {
	margin-top: 8px;
	font-size: 13px;
}

.hns-item .msds a,
.hns-item .msds a:hover,
.hns-item .msds a:visited,
.hns-item .msds a:active {
	color: #000;
}


/********************************************************************/
/** SUBSTANCES ******************************************************/
/********************************************************************/

.container-header {
	height: 200px;
}

.substance .detail-header .icon {
	display: none;
}

.substance .detail-header .label {
	display: block;
	width: 90px;
	font-size: 11px;
	font-weight: bold;
	color: #3fa9f5;
}

.substance .detail-name .label {
	line-height: 28px;
}

.substance .detail-cas .label,
.substance .detail-forumula .label {
	line-height: 20px;
}

.header-fixed {
	display: none;
	position: fixed;
	width: 642px;
	top: 0;
	margin-left: -22px;
	padding-left: 22px;
	background-color: #FFF;
	border-bottom: 1px solid #0D72A9;
	z-index: 999;
}

.header-fixed .detail-header {
	float: left;
	width: 210px;
	height: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
}

// .header-fixed .detail-header.detail-un {
// 	width: 105px;
// }

// .header-fixed .detail-header.detail-formula {
// 	width: 140px;
// }

.header-fixed .detail-name {
	float: none;
	width: auto;
	margin-bottom: 0;
}

.header-fixed .detail-header .label {
	margin-top: 11px;
	line-height: 1;
}

.header-fixed .detail-name .label {
	width: 50px;
}

.header-fixed .detail-cas .label {
	width: 80px;
}

.header-fixed .detail-un .label {
	width: 70px;
}

.header-fixed .detail-formula .label {
	width: 70px;
}

.header-fixed .detail-cas .value,
.header-fixed .detail-un .value,
.header-fixed .detail-formula .value {
	line-height: 33px;
}

.substance-image {
	position: absolute;
	top: 10px;
	right: 0;
	border: 1px solid #0D72A9;
}

.substance.detail h3,
.substance.detail h4 {
	font-size: 15px;
}

.substance.detail h3 {
	padding: 15px;
	color: #FFF;
	background-color: #0d72a9;
}

.substance.detail h3 .subtitle {
	float: right;
}

.substance.detail h3 .pnec {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
}

.substance.detail h3 .pnec small {
	font-size: 10px;
}

.substance.detail h4.group {
	margin-top: 10px;
	color: #FFF !important;
	background-color: #61A0C3;
}

.substance.detail h4.group a,
.substance.detail h4.group a:hover,
.substance.detail h4.group a:focus,
.substance.detail h4.group a:active,
.substance.detail h4.group a:visited {
	display: block;
	padding: 15px;
	color: #FFF;
	text-decoration: none;
}

.substance .hns-detail {
	border: none;
}

.hns-detail .substance-detail {
	position: relative;
	float: left;
	clear: none;
	width: 16.48%;
	height: 110px;
	border: none;
	border-right: 1px solid #0D72A9;
	border-bottom: 1px solid #0D72A9;
}

.hns-detail .substance-detail:nth-child(6n+1) {
	border-left: 1px solid #0D72A9;
}

.hns-detail .substance-detail:nth-child(-n+6) {
	border-top: 1px solid #0D72A9;
}

.hns-detail .substance-detail .label  {
	top: 53px;
}

.hns-detail .substance-detail small {
	display: block;
	font-size: 11px;
}

.hns-detail.hns-tests {
	margin-bottom: 15px;
}

.hns-detail.hns-tests .test-number,
.hns-detail.hns-tests .test-lowest {
	position: absolute;
	top: 0;
	padding: 2px 0;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	background-color: #0D72A9;
}

.hns-detail.hns-tests .test-number {
	width: 20px;
	left: 0;
}

.hns-detail.hns-tests .test-lowest {
	width: 58px;
	left: 48px;
}

.hns-detail .substance-tests {
	height: 86px;
}

.hns-detail .substance-tests .value {
	width: 100%;
	line-height: 1.2;
	line-height: 1.15;
	background-color: #FFF;
}

.hns-detail  dd.substance-tests.substance-endpoint .label,
.hns-detail  dd.substance-tests.substance-observations .label {
	position: absolute;
	top: 65px;
}

.hns-detail .substance-species {
	width: 426px;
}

.hns-detail .substance-detail.substance-endpoint,
.hns-detail .substance-detail.substance-observations {
	width: 319px;
	border-top: none;
}

.hns-detail .substance-species .value,
.hns-detail .substance-endpoint .value,
.hns-detail .substance-observations .value {
	width: 98%;
	padding-left: 5px;
	text-align: left;
	z-index: 10;
}

.hns-detail .substance-detail.substance-endpoint {
	border-left: 1px solid #0D72A9;
}

.footnotes {
	margin-top: 16px;
	margin-left: 0;
	padding-left: 20px;
	font-size: 11px;
}

.footnotes a,
.footnotes a:hover,
.footnotes a:active,
.footnotes a:visited {
	color: #3fa9f5;
	word-wrap: break-word;
}

.footnotes li {
	padding-left: 5px;
	padding-bottom: 5px;
}

.references {
	font-size: 11px;
}

/** ACCORDION *******************************************************/

.accordion-toggle {
	position: relative;
}

.accordion-toggle:after {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 21px;
	height: 21px;
	background-image: url(../img/icon_down.png);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	z-index: 1;
}

.accordion-toggle.visible:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-content {
	display: none;
}

.accordion-toggle.visible + .accordion-content {
	display: block;
}


/********************************************************************/
/** LINKS ***********************************************************/
/********************************************************************/

.links a {
	float: left;
	clear: none;
	height: 22px;
	margin: 0 20px 0 0;
	padding: 0 0 0 21px;
	line-height: 22px;
	font-size: 11px;
	background-position: left center;
	background-repeat: no-repeat;
}

.links a,
.links a:visited,
.links a:active,
.links a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

.links a:hover {
	color: #666;
}

.links .global {
	padding-left: 21px;
	background-image: url(../img/icon_globe.png);
}

.links .mail {
	padding-left: 24px;
	background-image: url(../img/icon_mail.png);
}


/********************************************************************/
/** HOMEPAGE ********************************************************/
/********************************************************************/

.home {
	background: none;
}

.home #top {
	color: #FFF;
	height: 520px;
	font-size: 15px;
	background-image: url(../img/hns_header_substances.jpg);
	background-position: bottom center;
}

.home #top .column {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.home #top .column-left{
	padding-left: 40px;
}

.home #top .column-right{
	padding-right: 40px;
}

.home #top h1 {
	width: 100%;
	margin: 200px 0 0 0; 
	margin: 22px 0 0 0; 
	margin: 58px 0 0 0; 
	font-size: 32px;
	line-height: 36px;
}

.home #top p {
	margin: 5px 0;
	font-size: 14px;
}

.home #top .column-left .logos {
	margin-top: 40px;
}

.home .menu {
	margin-top: 50px;
}

.home .menu .column {
	box-sizing: border-box;
	float: left;
	width: 25%;
}

.home .menu .column:nth-child(1) {
	padding-right: 5px;
}

.home .menu .column:nth-child(2),
.home .menu .column:nth-child(3) {
	padding: 0 5px;
}

.home .menu .column:nth-child(4) {
	padding-left: 5px;
}

.home .menu .column-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
}

.menu .button {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 80px;
	margin: 10px 0;
	padding: 12px;
	color: #FFF;
	background-color: #2a3a54;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 7px solid #3e9ac5;
}

.menu .button.button-book {
	background-image: url(../img/btn-download-book.png);
	background-position: top right;
	background-size: 100%;
	background-repeat: no-repeat;
}

.menu .button.disabled {
	background-color: #b3b3b3;
	border-bottom: 7px solid #e6e6e6;
}

.home #footer {
	margin-top: 32px;
}

.home #footer .links {
	float: left;
	margin-top: 13px;
}

.home #footer #logos {
	float: right;
}

/********************************************************************/
/** FILES ***********************************************************/
/********************************************************************/

.files-link {
	text-decoration: none;
}
.file-name {
	font-size: 15px;
	margin-top: 15px;
	color: #000;
}
.file-extension {
	font-size: 10px;
    margin-top: -15px;
    color: #888;
}

.read-document {
	text-decoration: none;
	color: #1D86BF;
	font-weight: bold;
}

.read-document:hover,
.read-document:focus {
	text-decoration: underline;
	color: #0D72A9;
}

/********************************************************************/
/** FOOTER **********************************************************/
/********************************************************************/
#copy,
#bizview {
	font-size: 10px;
}

#copy {
	float: left;
	clear: none;
	margin-top: 7px;
}

#bizview {
	float: right;
	clear: none;
	margin-top: 5px;
}
