/* Minification failed. Returning unminified contents.
(850,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: 15px;
    font-family: Arial,sans-serif;
    color: #363635;
    line-height: 140%;
}

#wrapper {
    min-height: 100%;
    position: relative;
    background-color: #f0efef;
}

#aspnetForm {
    height: 100%;
}
/*** HEADER */
#wrapper > header {
    background: #579923;
    padding-left: 10%;
    padding-right: 10%;
    color: #FFF;
}

#wrapper > header a {
    color: #FFF;
    text-decoration: none;
}

#wrapper > nav li a:hover {
    background: #1b4a2f;
}

#wrapper > header nav {
    float: right;
}

#wrapper > header nav ul {
    padding: 0;
    margin: 0;
}

#wrapper > header nav li {
    display: inline-block;
    border-left: 1px solid #FFF;
    margin-left: 1em;
    padding-left: 1em;
}

#wrapper > header nav li:first-child {
    border-left: none;
}

#wrapper > header #logo {
    background: url(/Content/Images/Layout/logo.png) left center no-repeat;
    padding: 40px 20px 40px 140px;
}

#wrapper > header #logo h1 {
    font-size: 40px;
}

#wrapper > header #logo p {
    font-size: 28px;
}

#wrapper > header #logo h1, #wrapper > header #logo p {
    margin: 0 0 5px 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}

/*** NAV */
#wrapper > nav {
    background-color: #245833;
    color: #FFF;
    padding: 3px 0;
    font-size: 10pt;
}

#wrapper > nav a {
    color: #FFF;
    text-decoration: none;
}

#wrapper > nav ul {
    margin: 0; /* Compensate last li padding */
    padding: 0;
    border: 1px dashed #FFF;
    border-left: 0;
    border-right: 0;
    text-align: right;
    padding-left: 5%;
    padding-right: 10%;
}

#wrapper > nav li {
    display: inline-block;
}

#wrapper > nav li a {
    display: inline-block;
    padding: 8px 30px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
}

input[type="text"], input[type="password"], input[type="submit"], textarea, input[type="reset"], select {
    border: 1px solid #45791c;
    background-color: #fff;
    padding: 8px;
    font-family: Arial,sans-serif;
}

input[type="submit"] {
    border: 1px solid #2e6da4;
    background-color: #337ab7;
}

input[type="submit"].button {
    font-size: 15px;
}

.button.remove-btn, .button.edit-btn {
    background-image: url(/Content/Images/delete.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    -ms-background-size: 13px;
    background-size: 13px;
}

.button.edit-btn {
    background-image: url(/Content/Images/edit.png);
}

h3 {
    color: #008000;
    font-size: 16px;
    margin-bottom: 10px;
}
/*CONTENT*/
.panel-heading {
    background-color: #1b5630;
    padding: 8px;
}

.panel{
    background-color: #ffffff;
    margin-top: 10px;
    -webkit-box-shadow: 0 1px 1px #e3e2e2;
    -ms-box-shadow: 0 1px 1px #e3e2e2;
    box-shadow: 0 1px 1px #e3e2e2;
    display: table-cell;
}

.panel-body {
    padding: 10px;
}

.panel-heading span {
    padding-top: 10px;
    font: 16px 'Source Sans Pro', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

#separateBlock {
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px #e3e2e2;
    -ms-box-shadow: 0 1px 1px #e3e2e2;
    box-shadow: 0 1px 1px #e3e2e2;
    margin-top: 15px;
}
/*HOMEPAGE*/
#wrapper > div {
    padding-bottom: 100px;
    display: table;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    border-spacing: 15px;
}

#wrapper > .single-mode {
    width: 78%;
}

#wrapper > .single-mode #sidePanel {
    display: none;
}

#wrapper > .single-mode #content {
    display: block;
}
#wrapper > .dual-mode #content {
    width: 49%;
    margin-right: 20px;
}

#wrapper > .dual-mode #content .panel-body {
    background-image: url(/Content/Images/Layout/HomeCover.png);
    background-repeat: no-repeat;
    background-position: bottom;
    -ms-background-size: contain;
    background-size: contain;
    padding-bottom: 150px;
}

/*LOGINFORM*/
#loginForm a {
    padding-right: 10px;
    margin-top: 20px;
    display: inline-block;
}

#loginForm a:last-child {
    float: right;
}

#wrapper #sidePanel {
    width: 26%;
    -moz-min-width: 330px;
    -ms-min-width: 330px;
    -o-min-width: 330px;
    -webkit-min-width: 330px;
    min-width: 330px;
}

#sidePanel table, #sidePanel table tbody {
    width: 99%;
}

#sidePanel input {
    width: 100%;
}
#sidePanel input[type="text"],#sidePanel input[type="password"] {
    width: 95%;
}
.formLabel {
    vertical-align: initial;
}
/*Registration*/
#registrationForm a, #forgotPassword .button, #contactForm .button {
    float: right;
}

#lblVerstuurd {
    color: #579923;
}

/*FOOTER*/
#wrapper > footer {
    border-top: 1px dashed #507c5f;
    height: 103px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#wrapper > footer .container {
    background-color: #1b5630;
    color: #ffffff;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
}

.button-bar {
    padding: 5px 0;
}
#wrapper > footer  .innercontainer {
    background-image: url(/Content/Images/NSV_logo.png), url(/Content/Images/NVOS_logo.png), url(/Content/Images/CvAE_footer.png);
    background-repeat: no-repeat;
    background-position: right 345px bottom 30px, right 220px bottom 30px, right 15px bottom 30px;
    width: 80%;
    min-height: 100px;
    margin: 0 auto;
}
#wrapper > footer span {
    display: inline-block;
    max-width: 50%;
    padding-top: 20px;
}

/*PRODUCTS*/
.filterTable {
    background-color: #f4f4f4;
    padding: 5px 8px;
    margin-bottom: 15px;
}

.filterTable table {
    border-collapse: collapse;
}

.filterTable select {
    margin-bottom: 10px;
    width: 680px;
}

.filterTable select.small-dropdown {
    width: 177px;
}

.filterTable h3 {
    color: #008000;
    background: url(/Content/Images/filter.png) no-repeat;
    padding-left: 23px;
    font-size: 16px;
}

.attention {
    color: #71bf45;
    background: url(/Content/Images/attention.png) no-repeat;
    padding-left: 20px;
}

.filtertype {
    color: #008000;
    font-weight: bold;
}

#product-filter-summary {
    background-color: #eaeaea;
    padding: 10px;
    margin-top: 15px;
}

#product-filter-summary div {
    display: inline-block;
    padding-right: 30px;
}

#product-table {
    width: 100%;
}

.riskImg{
    height: 30px;
    width: 30px;
}

#product-table .rowtitle {
    padding: 0 4px;
    font-size: inherit;
    border: none;
    font-weight: bold;
}
#filters {
    padding-left: 22px;
}
.credits {
    font-size: 12px;
} 

.center {
    text-align: center;
}
/*RIE*/
strong {
    color: #008000;
}
#Menu2, #pvaTable {
    width: 100%;
}

#pvaTable .tableinfo {
    line-height: 24px;
}

.buttonbar {
    margin-bottom: 15px;
}
.buttonbar .button.remove-btn{
    padding-left: 25px;
}
.buttonbar a{
    margin-right: 10px;
}

#solutions {
    display: inline-block;
}
/*Register van gevaarlijke stoffen*/
.registered-cmr-table {
    width: 100%;
}
.registered-cmr-table td {
    border: 1px solid #EAEAEA;
    padding: 3px;
}


table.gridList {
    border: 1px solid #BFBCBC;
    width: 100%;
}
table.gridList tr td, table.gridList th {
    padding: 8px;
    border: 1px solid #BFBCBC;
}
.supplierGrid tr td {
    padding: 3px;
}
.supplierGrid tr td:first-child {
    width: 70px;
}
/*Stupid pager is in a table, specific fix so that the pager wont look weird*/
.supplierGrid tr td table td:first-child {
    width: 10px;
}
table.gridList tr:nth-child(even), .supplierGrid tr:nth-child(even)  {
    background-color: #E5F2DE;
}

#wrapper .gridButton {
    padding: 0;
}
#wrapper .gridButton.button.remove-btn, #wrapper .gridButton.button.edit-btn {
    width: 28px;
}

.accordionHeader {
    background: url(/Content/Images/dropdown.png) no-repeat right 30px center;
    background-size: 20px;
    padding-right: 10px;
}

#editSupplier {
    background-color: #eaeaea;
}
#editSupplier td {
    padding-bottom: 5px;
}

#txtZoekterm{
    width: 87%;
    margin-bottom: 20px;
}

.labelFields {
    width: 30%;
}

.single-mode #LgnStofUser {
    border-collapse: separate !important;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray ;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#f5f5f5;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;
}
/* Calendar title */
.calTitle
{
	font-weight: bold;
	font-size: 11;
	background-color: #ffffe8;
	color: #8080FF;
	width: 90px;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
	z-index:200; 
}
/* Accordion */
.accordionHeader
{
	background-color: #579923;;
	font-family: Arial, Sans-Serif;
	padding: 10px;
	margin-top: 5px;
	cursor: pointer;
	position:relative;
	top: 2px;

}
.accordionHeader a {
    text-decoration: none;
    color: #ffffff;
}
#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #f5f5f5;
	border: 1px dashed #71bf45;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
/* Content Page Layout             */
.accordionarea { 
    padding:2px;
	width:100%
}

.accordionheading
{
	padding-bottom: 20px;
	color: #5377A9;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
}
.accordionbottom {
	height:8px;
}
.accordionLink
{
	color: #000000;
	text-decoration: underline;
}

.accordion {
    overflow: visible !important; /* AJAX control toolkit accordion renders an style tag which sets 'overflow' to 'auto' causing a scroll bar*/
}
.Mya:link {color: #000000;}
.Mya:visited {color:#000000;}
.Mya:active {color: #000000;}
.Mya:hover {color: #000000; }

a
{
	color:#000000;	
}

a:hover
{
	color: #000000;
}
a:active
{
	color: #000000;
}
.pgbg
{

	background-color: white;
}

.headingbg
{
	background-color: #579923;
	padding: 10px;
	height: 40px;
}

.headingtxt
{ 
	font: bold 30px 'Titillium Web', sans-serif;
	color:  White;
}

.slogan
{ 	
	font: bold 18px Arial;
	color: #FFFFFF;
}

.logo
{
	background-color: #A9BADA;
	text-align: center;
}

.trail
{
	background-color: #5376B5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font: bold 11px Arial;
	color: white;
}


.menutitle
{

	font: bold 18px Arial;	
	color: Black;
	width: 200px;

}
.menucolumnbg
{

	background-image: url(/Content/Images/menu_bg.gif) ;
	background-repeat: no-repeat;
}

.menuinsttxt
{
    padding: 10px; 
	font: bold 12px Arial;	
	width: 200px;
	
}

.menubg
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	
}

.menu
{
	padding-left: 10px;
	padding-right: 10px;
	font: bold 11px Arial;
	color: #A9BADA;
	text-decoration: none;
	line-height: 22px;
}

.menuon
{
	padding-left: 10px;
	padding-right: 10px;
	font: bold 11px Arial;
	color: #446b96;
	text-decoration: underline;
	line-height: 22px;
}

.submenu
{
	padding-left: 20px;
	padding-right: 10px;
	font: bold 11px Arial;
	color: #96add7;
	text-decoration: none;
	line-height: 22px;
}

.submenuon
{
	padding-left: 20px;
	padding-right: 10px;
	font: bold 11px Arial;
	color: #446b96;
	text-decoration: underline;
	line-height: 22px;
}

.contentbg
{	
	background-color: White;
	padding: 20px;
}

.contenttxt
{
	background-repeat: no-repeat; 
	background-position: left bottom; 
	background-attachment: fixed;  
	font-size: 10pt; 
	font-style: normal; 
	text-align: left; 
	vertical-align: top; 
	word-spacing: normal; 
	white-space: normal; 
	letter-spacing: normal;
    line-height: 20px;
    font-family: Arial,sans-serif;
}
/*Keep this for the legend layout in IE*/
 @media all and (-ms-high-contrast:none) {
   legend{
       display: inline;
   }
}

fieldset {
    padding: 5px;
    border:1px dashed #71bf45;
}

legend {
    padding:5px;
}

.headerinstr {
    font-size:10pt;
    color: #71bf45;
    font-weight : bold;
}

.instcolumnbg
{
	background-color: White;
	padding-top: 20px;
	width: 180px;
}

.instbox
{
	background-color: #E1E1E1;
	padding: 10px;
	width: 180px;
	font: bold 11px Arial;
	color: #333333;
}

.inst
{
	
	background-color: #E1E1E1;
	padding: 10px;
	font: bold 11px Arial;
	color: #333333;
}

ul {
margin-top:4px;
padding-left: 14px;
}



.table
{
	border: 1px solid white;
	font: 12px Arial;
	background-color:white;
	
}

.tabletitle
{

	padding: 4px;
    font-weight: bold;
	color: black;
}

.tableinfo
{
	background-color: #eaeaea;
	padding: 8px;
	color: black;
}

.tableline
{
	border: 1px solid white;
	background-color: #AFAEAE;
	height: 10px;
}

.tableicon
{
	width: 30px;
	border: 1px solid white;
	text-align: center;
	vertical-align: middle;
	background-color: #446b96
}

.rowtitle
{
	border: 1px solid white;
	background-color: #EAEAEA;
	padding: 4px;
    font-weight: bold;
	color: black;
}

.columntitle{
	background-color: #E1E1E1;
	padding: 4px;
}

.tableH
{
	border: 1px solid white;
	background-color: #FF3333;
	padding: 4px;
	font: bold 12px Arial;
	color: #333333;
	text-align: center;	
}

.tableM
{
	border: 1px solid white;
	background-color: #FFFF66;
	padding: 4px;
	font: bold 12px Arial;
	color: #333333;
	text-align: center;	
}

.tableL
{
	border: 1px solid white;
	background-color: #66CC66;
	padding: 4px;
	font: bold 12px Arial;
	color: #333333;
	text-align: center;	
}
.tableUnknown
{
	border: 1px solid white;
	background-color: White
	padding: 4px;
	font: bold 12px Arial;
	color: #333333;
	text-align: center;	
}

.tablelink
{
	color: #96add7;
	text-decoration: none;
}

.tablelinkon
{
	color: #446b96;
	text-decoration: underline;
}



.txtbx
{
	text-align: left;	
	padding: 4px;
	font: bold 11px Arial;
	color: #333333;	
	background-color: #5376B5;
	
}

.txtbxoff
{
	padding: 4px;
	border: 2px solid #5376B5;
	font: bold 11px Arial;
	color: #CCCCCC;	
}

.formtxt
{
	border: 1px solid white;
	background-color: #5376B5;
	padding: 4px;
	font: bold 11px Arial;
	color: #333333;
}

.buttonON
{
	border-bottom:thin solid Black;
	border-right:thin solid Black;
	border-top:thin solid white;
	border-left:thin solid white;
	background-color: #A9BADA;
	padding: 3px;
	font: bold 10px Arial;
	color: white;
	text-decoration: none;
	cursor: hand;
	text-align: center;
	height: 16px;

}

.button {
	color: white;
	background-color: #337ab7;
    border: 1px solid #2e6da4;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    padding: 8px;
}

.button:hover {
	background-color: #286090;
    color: #ffffff;    
}

.redText {
    color: red;
}
.navOFF
{
	background-color: #337ab7;
	padding: 8px;
	font: bold 11px Tahoma;
	color: White;
	text-decoration: none;
}

.navON
{
	background-color: #A9BADA;
	padding: 8px;
	font: bold 11px Tahoma;
	color: White;
	text-decoration: none;
}

.navbar
{
	background-color: #5376B5;
	padding: 8px;
	font: bold 11px Tahoma;
	color: White;
	text-decoration: none;
}


.TopnavOFF
{
	background-color: #5376B5;
	color: White;
	text-decoration: none;
}

.TopnavON
{
	background-color: #A9BADA;
	color: White;
	text-decoration: none;
}

.hidden {
    display: none;
}

table#accContainer {
    width: 100%;
}


/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(/Content/CSS/https:/fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcSo_WB_cotcEMUw1LsIE8mM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(/Content/CSS/https:/fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/Content/CSS/https:/fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/Content/CSS/https:/fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/Content/CSS/https:/fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

