/*/ Soho Medium /*/
@font-face {
    font-family: "Soho W01";
    src: url("../../fonts/soho.eot?iefix");
    src: url("../../fonts/soho.eot") format("eot"), url("../../fonts/soho.woff") format("woff"), url("../../fonts/soho.ttf") format("truetype"), url("../../fonts/soho.svg") format("svg");
    font-weight: bold; /*voor betere  support in IE, eigenlijk is dit 600 */
    font-style: normal;
}
/*/ Akko Regular /*/
@font-face {
    font-family: "Akko Regular W01";
    src: url("../../fonts/akko-regular.eot?iefix");
    src: url("../../fonts/akko-regular.eot") format("eot"), url("../../fonts/akko-regular.woff") format("woff"), url("../../fonts/akko-regular.ttf") format("truetype"), url("../../fonts/akko-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype'), url('../fonts/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.spinner {
    position:fixed;
    top:50%;
    left:50%;
    margin-left: -50px; /* half width of the spinner gif*/
    margin-top: -50px; /* half height of the spinner gif*/
    text-align:center;
    z-index:1234;
    overflow:auto;
    width: 100px; /*width of the spinner gif*/
    height: 102px; /*height of the spinner gif +2px to fix ie8 issue*/ 
}

body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background-color: #f7f7f7;*/
}

body, textarea, select {
  font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  
}

li pre{white-space:pre-wrap;}

#layout 
{
    font-size:12px;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#layout.show-sidebar {
  left: 240px;
}

#layout.show-sidebar.sub aside.sidebar {
  background-color: #00b5de;
}

/*de kleuren thema's */
/*Sub Sidebar*/
#layout.show-sidebar.sub aside.sidebar.thema0 {
    background-color: #82045e;/*#0581a2;*/
}

#layout.show-sidebar.sub aside.sidebar.thema1 {
    background-color: #82045e;/*#b23d02;*/
}

#layout.show-sidebar.sub aside.sidebar.thema2 {
    background-color: #82045e;/*#163a72;*/ /*#0058b8*/
}

#layout.show-sidebar.sub aside.sidebar.thema3 {
    background-color: #82045e;
}

#layout.show-sidebar.sub aside.sidebar.thema4 {
    background-color: #82045e;/*#488225;*/
}

#layout.show-sidebar.sub aside.sidebar.thema5 {
    background-color: #82045e;/*#ce7c00;*/
}

#layout div.viewport {
  position: absolute;
  left: 10px;
  right: 0;
  top: 0;
  height: 100%;
}

#layout div.viewport .header, #layout div.viewport .footer, #layout div.viewport .content {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
}

#layout div.viewport .header {
  top: 0;
  height: 110px;
}

#layout div.viewport .header a.logo {
  position: absolute;
  width: 172px;
  height: 64px;
  top: 12px;
  left: 32px;
  background-image: url(../image/cbs-logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 64px;
}

#layout div.viewport .appmenu-wrapper nav, 
#layout div.viewport .graph-offset nav,
#layout div.viewport .header nav {
  position: absolute;
}

#layout div.viewport .graph-offset nav.paging-unit {
  position: relative;
  right: 0;
}

/* line 234, ../../../sass/default.scss */
#layout div.viewport .graph-offset nav.info,
#layout div.viewport .header nav.info {
  bottom: 5px;
  right: 15px;
}
/* line 237, ../../../sass/default.scss */
#layout div.viewport .graph-offset nav.info ul,
#layout div.viewport .header nav.info ul {
  margin-left: -20px;
}
/* line 240, ../../../sass/default.scss */
#layout div.viewport .graph-offset nav.info ul li a,
#layout div.viewport .header nav.info ul li a {
  margin-left: 20px;
  color: #232176;
  font-size: 13px;
}

#layout div.viewport .appmenu-wrapper nav > ul
#layout div.viewport .graph-offset nav > ul,
#layout div.viewport .header nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  *zoom: 1;
}

#layout div.viewport .header nav > ul li {
  float: left;
  background-color: white;
}
#menu_zoeken #search2,
.appmenu-wrapper .menutabs li div.label {
  border-radius: 0 5px 0 0;
  height: 40px;
  line-height: 40px;
  padding: 0 8px 0 0;
  margin: -12px -4px 0 -6px;
  border: 0 none;
  background-color: #232176;
}
#menu_zoeken.active #search2,
.appmenu-wrapper .menutabs li.active div.label {
  border-radius: 0 5px 0 0;
  height: 39px;
  line-height: 39px;
  padding: 0 8px 0 0;
  margin: -11px -4px 0 -6px;
  border: 0 none;
}

#menu_uitgelicht {
  z-index: 30;
  width: 130px;
  background-color: white;
}
.nofeatured #menu_uitgelicht {
  display: none;
}
#menu_uitgelicht.active {
  background-color: #82045e;
}
#menu_uitgelicht div.label {
  background-color: #82045e;
}
#menu_uitgelicht.active div.label {
  color: #82045E;
  background-color: white;
}

#menu_themaboom {
  z-index: 20;
  padding-left: 130px;
  width: 170px;
  background-color: white;
}
.nofeatured #menu_themaboom {
  padding-left: 0;
}
#menu_themaboom.active {
  background-color: #232176;
}
#menu_zoeken.active #search2,
#menu_themaboom.active div.label {
  color:#232176;
  background-color: white;
}

#menu_zoeken {
  z-index: 10;
  padding-left: 300px;
  width: 320px;
  background-color: white;
}
.nofeatured #menu_zoeken {
  padding-left: 170px;
}
#menu_zoeken.active {
  background-color: #232176;
}
#menu_zoeken #search2 {
  top: 12px;
}

.appmenu-wrapper > nav > ul > li {
  padding: 12px 6px 0 6px;
  margin-top: 0;
  height: 28px;
  /*box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;*/
  white-space: nowrap;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}

#layout div.viewport .header nav > ul li a {
  /*padding: 5px;*/
  display: block;
  text-decoration: none;
}

#sidebar-trigger-overlay,
#layout div.viewport .header .sidebar-trigger-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    /*overflow: hidden;*/
    *zoom: 1;
    z-index: 10;
    /*min-width: 820px;*/
}
body:not(.widget) #sidebar-trigger-overlay,
body:not(.widget) #layout div.viewport .header .sidebar-trigger-wrapper
{
    min-width: 820px;
}

body.widget #layout div.viewport .graph #content-wrapper-graph-header {
  display: none
}

#layout div.viewport .graph #content-wrapper-graph-header {
  position: absolute;
  background-color: #f7f7f7;
  height: 70px;
  top: 110px;
  width: 100%;
  z-index: 0;
}

#layout div.viewport .graph #content-wrapper-graph-header-border{
  position: absolute;
  background-color: white;
  top: 0;
  left: 236px;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  -webkit-border-radius: 10px 0px 0px;
  -moz-border-radius: 10px 0px 0px;
  -ms-border-radius: 10px 0px 0px;
  -o-border-radius: 10px 0px 0px;
  border-radius: 10px 0 0 0;
}


#sidebar-trigger-overlay {
  z-index: 998;
  background-color: rgba(0,0,0,0.15);
  display: none;
  top: 90px;
  height: 90px;
}

#layout div.viewport .header .sidebar-trigger-wrapper a.trigger {
  display: block;
  float: left;
  clear: both;
  text-decoration: none;
  color: white;
  text-rendering: optimizelegibility;
  /*padding-left: 45px !important;*/
  background-repeat: no-repeat;
  background-position: 20px center;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

#layout div.viewport .header .sidebar-trigger-wrapper a.main {
  background-color: #232176;
  width:auto;
  height:50px;
  font-size:16px;
  line-height:16px;
  padding:0px;
  
}

/*de kleur thema's*/
#layout div.viewport .header .sidebar-trigger-wrapper.thema0 a.main {
    background-color: #af0e80;/*#00a1cd;*/
}

#layout div.viewport .header .sidebar-trigger-wrapper.thema1 a.main {
    background-color: #af0e80;/*#e94c0a;*/
}

#layout div.viewport .header .sidebar-trigger-wrapper.thema2 a.main {
    background-color: #af0e80;/*#0058b8;*/ /*#163a72*/
}

#layout div.viewport .header .sidebar-trigger-wrapper.thema3 a.main {
    background-color: #af0e80;
}

#layout div.viewport .header .sidebar-trigger-wrapper.thema4 a.main {
    background-color: #af0e80;/*#53a31d;*/
}

#layout div.viewport .header .sidebar-trigger-wrapper.thema5 a.main {
    background-color: #af0e80;/*#f39200;*/
}

#layout div.viewport .header .sidebar-trigger-wrapper a.main span.theme-header
{
    position: relative;
    float: left;
    display: block;
    margin-left: 32px;
    margin-right: 20px;
    margin-top: 16px;
    font-size: 24px;
	font-family: 'Soho W01', sans-serif;
}

#layout div.viewport .header .main-wrapper #zoek-icoon
{
  margin-top: 6px;
  float: right;
  display: block;
  width: 40px;
  height:40px;
  padding-left: 15px;
}

#layout div.viewport.home .header .main-wrapper #zoek-icoon.hidden
{
  width: 0;
  margin-left: 0;
  padding-left: 0;
  visibility: hidden;
}

#layout div.viewport.home .header .main-wrapper #zoek-icoon:before
{
  background-color: rgb(0, 181, 222);
}

#layout div.viewport .header .main-wrapper #zoek-icoon:before
{
  content: "";
  position: absolute;
  top: 12px;
  left: auto;
  width: 30px;
  height: 25px;
  background-image: url(../image/database-search.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left top;
}

#layout div.viewport .header .sidebar-trigger-wrapper .main-wrapper
{
    cursor: pointer;
    background-color: rgb(0, 181, 222);
    float: left;
    width: auto;
    height: 50px;
    /*background-image: url(../image/theme-header2.png);*/
    background-repeat: no-repeat;
    background-position: 215px 12px;
    /*box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.25);*/
  
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

#layout div.viewport.home .header .sidebar-trigger-wrapper a.sub
{
    display:none;
}

#layout div.viewport .header .sidebar-trigger-wrapper a.sub {
  background-color: #82045E; /*#00b5de;*/
  font-size: 16px;
  line-height: 16px;
  padding: 12px 20px;
  cursor: default;
}

#layout div.featured .header .sidebar-trigger-wrapper a.sub {
    display: none;
}

/*de kleuren thema's */
#layout div.viewport.home .header .main-wrapper.thema0 #zoek-icoon:before,
#layout div.viewport .header .sidebar-trigger-wrapper.thema0 .main-wrapper,
#layout div.viewport .header .sidebar-trigger-wrapper.thema0 a.sub {
    background-color: #82045e;/*#0581a2;*/
}

/*#layout.show-sidebar aside.sidebar.thema1 {*/
#layout div.viewport.home .header .main-wrapper.thema1 #zoek-icoon:before,
#layout div.viewport .header .sidebar-trigger-wrapper.thema1 .main-wrapper,
#layout div.viewport .header .sidebar-trigger-wrapper.thema1 a.sub {
    background-color: #82045e;/*#b23d02;*/
}
#layout div.viewport.home .header .main-wrapper.thema2 #zoek-icoon:before,
#layout div.viewport .header .sidebar-trigger-wrapper.thema2 .main-wrapper,
#layout div.viewport .header .sidebar-trigger-wrapper.thema2 a.sub {
    background-color: #82045e;/*#163a72;*/ /*#0058b8*/
}
#layout div.viewport.home .header .main-wrapper.thema3 #zoek-icoon:before,
#layout div.viewport .header .sidebar-trigger-wrapper.thema3 .main-wrapper,
#layout div.viewport .header .sidebar-trigger-wrapper.thema3 a.sub {
    background-color: #82045e;
}
#layout div.viewport.home .header .main-wrapper.thema4 #zoek-icoon:before,
#layout div.viewport .header .sidebar-trigger-wrapper.thema4 .main-wrapper,
#layout div.viewport .header .sidebar-trigger-wrapper.thema4 a.sub {
    background-color: #82045e;/*#488225;*/
}
#layout div.viewport.home .header .main-wrapper.thema5 #zoek-icoon:before,
#layout div.viewport .header .sidebar-trigger-wrapper.thema5 .main-wrapper,
#layout div.viewport .header .sidebar-trigger-wrapper.thema5 a.sub {
    background-color: #82045e;/*#ce7c00;*/
}


#layout div.viewport .header .sidebar-trigger-wrapper a.sub.visible {
  display: block;
}

#layout div.viewport > .content
{
    display:none;
    position: absolute;
    z-index: 0;
    top: 0px;
    bottom: 0;
    overflow: auto;
}

#layout div.viewport.home > #content-home
{
    display:block;
}
#layout div.viewport #content-home {
  background-image: url(../image/_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  top: 110px;
}
#layout div.viewport .content.home #buttons-home {
  position: absolute;
  top: 110px;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  overflow: hidden;
  *zoom: 1;
}
#layout div.viewport .content.home #buttons-home span {
    visibility: inherit;
    font-size: 24px;
    font-family: "Soho W01",sans-serif;
    font-weight: bold;
    padding: 13px 20px 13px 32px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    float: left;
    clear: both;
    letter-spacing: 0.01em;
}
#featuredButton {
    background-color: #82045e; /*#00b5de*/
    color: #FFF;
}
#searchByThemeButton {
    background-color: #fff;
    color: #232176;
}
#searchByKeywordButton {
    background-color: #232176;
    color: #FFF;
}
strong, b {
    font-weight: bold;
}
#short-explanation-home {
    display: inline-block;
    width: 350px;
    background-color: #FFF;
    border-radius: 0px 5px 5px 0px;
    opacity: 0.8;
    padding: 20px 13px 20px 32px;
    color: #271D6C;
    font-family: Verdana;
    line-height: 18px;
    font-size: 13px;
    top: 400px;
    position: absolute;
}

#layout div.viewport .content.home .latest-news-wrapper {
  position: absolute;
  top: 60px;
  left: 35px;
  margin-left: 0px;
  margin-top: 0px;
  overflow: hidden;
  *zoom: 1;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper{
    float: left;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item {
    /*float: left;*/
    width: 280px;
    height: 150px;
    /*padding-left: 30px;*/
    margin-left: 30px;
    margin-top: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*overflow: hidden;*/
    *zoom: 1;
}


#layout div.viewport .content.home .latest-news-wrapper .news-item .thumb, #layout div.viewport .content.home .latest-news-wrapper .news-item .body {
  float: left;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .thumb {
  width: 70px;
  min-height: 1px;
  margin-left:-16px;
  margin-top:10px;
}
#layout div.viewport .content.home .latest-news-wrapper .news-item .thumb 
{
    width:60px;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .body {
  width: 186px;
  font-size: 12px;
  color: #7f7f7f;
  line-height: 16px;
}
/* line 375, ../../../sass/default.scss */
#layout div.viewport .content.home .latest-news-wrapper .news-item .body h1, #layout div.viewport .content.home .latest-news-wrapper .news-item .body h2 {
  font-size: 18px;
  color: #232176;
  line-height: 25px;
  margin-bottom: 3px;
  margin-top:22px;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .body h1 {
  font-weight: bold;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .body h2 {
  margin-bottom: 10px;
  display: none;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .body .excerpt a {
  text-decoration: none;
  color: #00b5de;
  
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .link{
    width:40px;
    float:right;
}
#layout div.viewport .content.home .latest-news-wrapper .news-item .link span
{
    cursor: pointer;
    float:left;
    position:relative;
    margin-top: 100px;
    display: block;
    width:33px;
    height:28px;
    
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .link span:before 
{
    position: absolute;
    content: "";
    width: 100%;
    height: inherit;
    background-image: url(../image/pijl2-wit.png);
    background-repeat: no-repeat;
    background-position: center;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .link div
{
    float:right;
    width: 7px;
    height:150px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(1) .bgcolor{background-color:#00a1cd;}
#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(1) .body h1{color:#00a1cd;}
#layout div.viewport .latest-news-wrapper .news-item-wrapper:nth-child(1) svg g:nth-child(2) path{fill:#00a1cd;}
#info_uitgelicht div[data-item="featured-0"] svg g:nth-child(2) path,
#info_uitgelicht div[data-item="featured-6"] svg g:nth-child(2) path{fill:#00a1cd;}

#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(2) .bgcolor{background-color:#e94c0a;}
#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(2) .body h1{color:#e94c0a;}
#layout div.viewport .latest-news-wrapper .news-item-wrapper:nth-child(2) svg g:nth-child(2) path{fill:#e94c0a;}
#info_uitgelicht div[data-item="featured-1"] svg g:nth-child(2) path,
#info_uitgelicht div[data-item="featured-7"] svg g:nth-child(2) path{fill:#e94c0a;}

#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(3) .bgcolor{background-color:#163a72;}/*#0058b8*/
#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(3) .body h1{color:#163a72;}/*#0058b8*/
#layout div.viewport .latest-news-wrapper .news-item-wrapper:nth-child(3) svg g:nth-child(2) path{fill:#163a72;}/*#0058b8*/
#info_uitgelicht div[data-item="featured-2"] svg g:nth-child(2) path,
#info_uitgelicht div[data-item="featured-8"] svg g:nth-child(2) path{fill:#163a72;}

#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(4) .bgcolor{background-color:#af0e80;}
#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(4) .body h1{color:#af0e80;}
#layout div.viewport .latest-news-wrapper .news-item-wrapper:nth-child(4) svg g:nth-child(2) path{fill:#af0e80;}
#info_uitgelicht div[data-item="featured-3"] svg g:nth-child(2) path,
#info_uitgelicht div[data-item="featured-9"] svg g:nth-child(2) path{fill:#af0e80;}

#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(5) .bgcolor{background-color:#53a31d;}
#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(5) .body h1{color:#53a31d;}
#layout div.viewport .latest-news-wrapper .news-item-wrapper:nth-child(5) svg g:nth-child(2) path{fill:#53a31d;}
#info_uitgelicht div[data-item="featured-4"] svg g:nth-child(2) path,
#info_uitgelicht div[data-item="featured-10"] svg g:nth-child(2) path{fill:#53a31d;}

#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(6) .bgcolor{background-color:#f39200;}
#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper:nth-child(6) .body h1{color:#f39200;}
#layout div.viewport .latest-news-wrapper .news-item-wrapper:nth-child(6) svg g:nth-child(2) path{fill:#f39200;}
#info_uitgelicht div[data-item="featured-5"] svg g:nth-child(2) path,
#info_uitgelicht div[data-item="featured-11"] svg g:nth-child(2) path{fill:#f39200;}


#layout div.viewport.graph #content-wrapper-graph
{
    display:block;
    top:0px;
}
#layout .viewport.graph .footer
{
    display:none;
}
#layout div.viewport.graph .header 
{
    height:0px;
}

#table-controls {
	display: none;
}

#trigger-sub-sidebar {
	max-height: 15px;
}

#layout div.viewport.graph .header #table-controls {
    position: fixed;
    float: right;
    right: 0px;
    top: 140px;
    background-color: rgba(100%, 100%, 100%, 0.85);
	display: block;
	height: 40px;
	width: auto;
}
body:not(.widget) #layout div.viewport.graph .header #table-controls
{
    position: static;
}

#layout div.viewport.graph.appmenu .header #table-controls {
	display: none;
}

#layout div.viewport.graph .header #table-controls .right-filler {
	float: right;
	display: block;
	width: 20px;
}

#layout div.viewport.graph .header #downloadmenu.hidden {
    display:none;
}

#layout div.viewport.graph .header #downloadmenu nav {
    display: none;
    top: 40px;
    width: auto;
    white-space: nowrap;
    background-color: white;
    border-color: white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    padding: 5px;
}
#layout div.viewport.graph .header #downloadmenu:hover nav {
    display: block;
}

#layout div.viewport.graph .header #download-label {
    width: 170px;
    padding: 0px 0px 5px 0px;
    font-weight: bold;
}
#layout div.viewport.graph .header #downloadmenu li {
    cursor: pointer;
    padding: 5px 0px 5px 10px;
    color: black;
    width: 100%;
}
#layout div.viewport.graph .header #downloadmenu li:hover {
    background-color: rgb(247,247,247);
}
#layout div.viewport.graph .header #downloadmenu li::before {
    font-family: FontAwesome;
    content: "\f105";
    color: black;
    position: relative;
    left: -10px;
}
#layout div.viewport.graph .header #downloadmenu.table .download-graphics {
    display:none;        
}


#layout div.viewport.graph .header #downloadmenu,
#layout div.viewport.graph .header #tabelmenu {
	width: 40px;
    height: 40px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	padding: 0 0 0 0;
	position: relative;
	display: block;
	top: auto;
	right: auto;
	border: 0;
	float: left;
    margin-left: 5px;
}

#layout div.viewport.graph .header #downloadmenu div.font-icon,
#layout div.viewport.graph .header #tabelmenu div.font-icon {
  color: rgb(204, 204, 204);
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  background-image: none;
  text-align: center;
}

#layout div.viewport.graph .header #downloadmenu.active div.font-icon,
#layout div.viewport.graph .header #downloadmenu:active div.font-icon,
#layout div.viewport.graph .header #downloadmenu:hover div.font-icon,
#layout div.viewport.graph .header #tabelmenu.active div.font-icon,
#layout div.viewport.graph .header #tabelmenu:active div.font-icon,
#layout div.viewport.graph .header #tabelmenu:hover div.font-icon {
  color: white;												   
}

#layout div.viewport.graph .header #tabelmenu.active,
#layout div.viewport.graph .header #tabelmenu:active,
#layout div.viewport.graph .header #tabelmenu:hover,
#layout div.viewport.graph .header #downloadmenu.active,
#layout div.viewport.graph .header #downloadmenu:active,
#layout div.viewport.graph .header #downloadmenu:hover {
  background-color: #00a1cd;
}

#layout div.viewport.graph .header #downloadmenu.thema0.active,
#layout div.viewport.graph .header #downloadmenu.thema0:active,
#layout div.viewport.graph .header #downloadmenu.thema0:hover,
#layout div.viewport.graph .header #tabelmenu.thema0.active,
#layout div.viewport.graph .header #tabelmenu.thema0:active,
#layout div.viewport.graph .header #tabelmenu.thema0:hover {
  background-color: #af0e80;/*#00a1cd;*/												   
}
#layout div.viewport.graph .header #downloadmenu.thema1.active,
#layout div.viewport.graph .header #downloadmenu.thema1:hover,
#layout div.viewport.graph .header #tabelmenu.thema1.active,
#layout div.viewport.graph .header #tabelmenu.thema1:hover {
  background-color: #af0e80;/*#e94c0a;*/												   
}
#layout div.viewport.graph .header #downloadmenu.thema2.active,
#layout div.viewport.graph .header #downloadmenu.thema2:hover,
#layout div.viewport.graph .header #tabelmenu.thema2.active,
#layout div.viewport.graph .header #tabelmenu.thema2:hover {
  background-color: #af0e80;/*#0058b8;*/ /*#163a72*/									   
}																			   
#layout div.viewport.graph .header #downloadmenu.thema3.active,
#layout div.viewport.graph .header #downloadmenu.thema3:hover,
#layout div.viewport.graph .header #tabelmenu.thema3.active,
#layout div.viewport.graph .header #tabelmenu.thema3:hover {
  background-color: #af0e80;												   
}																			   
#layout div.viewport.graph .header #downloadmenu.thema4.active,
#layout div.viewport.graph .header #downloadmenu.thema4:hover,
#layout div.viewport.graph .header #tabelmenu.thema4.active,
#layout div.viewport.graph .header #tabelmenu.thema4:hover {
  background-color: #af0e80;/*#53a31d;*/												   
}																			   
#layout div.viewport.graph .header #downloadmenu.thema5.active,
#layout div.viewport.graph .header #downloadmenu.thema5:hover,
#layout div.viewport.graph .header #tabelmenu.thema5.active,
#layout div.viewport.graph .header #tabelmenu.thema5:hover {
  background-color: #af0e80;/*#f39200;*/
}
#layout div.viewport.graph .header #downloadmenu:hover,
#layout div.viewport.graph .header #tabelmenu:hover
{
    background-color: rgb(0,161,205);
}

#layout div.viewport .content.home .latest-news-wrapper .news-item .body .excerpt a.blue {
  color: #00b5de;
}
/* line 393, ../../../sass/default.scss */
#layout div.viewport .content.home .latest-news-wrapper .news-item .body .excerpt a.green {
  color: #8fa402;
}
/* line 396, ../../../sass/default.scss */
#layout div.viewport .content.home .latest-news-wrapper .news-item .body .excerpt a.red {
  color: #b34013;
}

#layout div.viewport .content.tableinfo,
#layout div.viewport .content.graph {
  top: 180px;
  bottom:0px;
}

#layout div.viewport .content.tableinfo {
	display: none;
}

/* line 413, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-offset {
  position: absolute;
  background: white;
  left: 236px;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #eaeaea;

  overflow: auto;
}

#layout div.viewport .content.graph .graph-offset .top-filler {
	height: 15px;
}

#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}
#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb ul {
  overflow: hidden;
  *zoom: 1;
}
#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb ul li {
  float: left;
  margin-right:5px;
  color:#7f7f7f;
  line-height:16px;
  font-size:12px;
}
#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb ul li:last-child 
{
    color:#00a1cd;
}

/*de kleuren thema's */
/*Sub Sidebar*/
#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb.thema0 ul li:last-child {
    color: #82045e;/*#0581a2;*/
}

#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb.thema1 ul li:last-child {
    color: #82045e;/*#b23d02;*/
}

#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb.thema2 ul li:last-child {
    color: #82045e;/*#163a72;*/ /*#0058b8*/
}

#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb.thema3 ul li:last-child {
    color: #82045e;
}

#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb.thema4 ul li:last-child {
    color: #82045e;/*#488225;*/
}

#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb.thema5 ul li:last-child {
    color: #82045e;/*#ce7c00;*/
}

#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb ul li:before 
{
    content:"/";
    margin-right:5px;
    color:#7f7f7f;
}
#layout div.viewport .content.graph .graph-offset nav.topic-breadcrumb ul li:first-child::before 
{
    content:"";
    margin-right:0px;
}

#content-wrapper-graph .unit
{
    display: none;
    position: absolute;
    top:15px;
    left:15px;
    width: 65px;
    text-align: right;
    white-space: nowrap;
}

#content-wrapper-graph .multiselect .unit {
  color: rgb(119,119,119);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  font-size: 10px;
  top: auto;
  left: auto;
  right: 0;
  width: auto;
  border: 1px solid rgb(119,119,119);
  background-color: white;
  padding: 0 5px 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#layout div.viewport .header nav.graph-controls {
  position: relative;
  /*top: 75px;
  right: 20px;*/
  left: auto;
  float: left;
  /*width: 50px;*/
}
/* line 438, ../../../sass/default.scss */
#layout div.viewport .header nav.graph-controls ul {
  overflow: hidden;
  *zoom: 1;
  margin-left: 0px;
  padding-left: 5px;
}
/* line 441, ../../../sass/default.scss */
#layout div.viewport .header nav.graph-controls ul li {
  float: left;
  margin-left: auto;
}
/* line 444, ../../../sass/default.scss */
#layout div.viewport .header nav.graph-controls ul li a {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /*background-image: url(../image/graph-trigger-sprite.png);*/
  background-repeat: no-repeat;
  background-position:center;
}

#layout div.viewport .header #table-controls > a.active:focus,
#layout div.viewport .header nav.graph-controls ul li a.active:focus,
#layout div.viewport .header #table-controls > a:focus,
#layout div.viewport .header nav.graph-controls ul li a:focus {
    outline: 0;
    border: 1px dotted gray;
    width: 38px;
    height: 38px;
}

#layout div.viewport .header #table-controls > a.active,
#layout div.viewport .header nav.graph-controls ul li a.active {
    border: 0;
    width: 40px;
    height: 40px;
}

#layout div.viewport .header nav.graph-controls ul li a.switch-to-lines {
  background-image: url(../image/lijn-grijs2.png);
}
#layout div.viewport .header nav.graph-controls ul li a.switch-to-bars {
  background-image: url(../image/grafiek-grijs2.png);
}
#layout div.viewport .header nav.graph-controls ul li a.switch-to-table {
  background-image: url(../image/tabel-grijs2.png);
}
#layout div.viewport .header nav.graph-controls ul li a.switch-to-map {
  background-image: url(../image/land-grijs2.png);
}

/*theme afhankelijke kleuren.*/
#layout div.viewport .header nav.graph-controls ul li a.active {
  background-color: #00b5de;
}
#layout div.viewport .header nav.graph-controls.thema0 ul li a.active {
  background-color: #af0e80;/*#00a1cd;*/
}
#layout div.viewport .header nav.graph-controls.thema1 ul li a.active {
  background-color: #af0e80;/*#e94c0a;*/
}
#layout div.viewport .header nav.graph-controls.thema2 ul li a.active {
  background-color: #af0e80;/*#0058b8;*/ /*#163a72*/
}
#layout div.viewport .header nav.graph-controls.thema3 ul li a.active {
  background-color: #af0e80;
}
#layout div.viewport .header nav.graph-controls.thema4 ul li a.active {
  background-color: #af0e80;/*#53a31d;*/
}
#layout div.viewport .header nav.graph-controls.thema5 ul li a.active {
  background-color: #af0e80;/*#f39200;*/
}

#layout div.viewport .header nav.graph-controls ul li:hover {
  background-color: #00b5de;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#layout div.viewport .header nav.graph-controls.thema0 ul li:hover {
  background-color: #af0e80;/*#00a1cd;*/												   
}																			   
#layout div.viewport .header nav.graph-controls.thema1 ul li:hover {
  background-color: #af0e80;/*#e94c0a;*/												   
}																			   
#layout div.viewport .header nav.graph-controls.thema2 ul li:hover {
  background-color: #af0e80;/*#0058b8;*/ /*#163a72*/									   
}																			   
#layout div.viewport .header nav.graph-controls.thema3 ul li:hover {
  background-color: #af0e80;												   
}																			   
#layout div.viewport .header nav.graph-controls.thema4 ul li:hover {
  background-color: #af0e80;/*#53a31d;*/												   
}																			   
#layout div.viewport .header nav.graph-controls.thema5 ul li:hover {
  background-color: #af0e80;/*#f39200;*/
}

#layout div.viewport .header nav.graph-controls ul li a.active.switch-to-lines {
  background-image: url(../image/lijn-wit.png);
}
#layout div.viewport .header nav.graph-controls ul li a.active.switch-to-bars {
  background-image: url(../image/grafiek-wit.png);
}
#layout div.viewport .header nav.graph-controls ul li a.active.switch-to-table {
  background-image: url(../image/tabel-wit.png);
}
#layout div.viewport .header nav.graph-controls ul li a.active.switch-to-map {
  background-image: url(../image/land-wit.png);
}

#layout div.viewport .content.graph .graph-offset a.divide-graph {
  display: block;
  position: absolute;
  top: 70px;
  right: 20px;
  width: 134px;
  font-size: 12px;
  padding: 8px;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #7f7f7f;
  text-decoration: none;
}

#layout div.viewport .content.graph .graph-offset #graph-placeholder, #layout div.viewport .content.graph .graph-offset #table-placeholder {
  margin-top: 0px;
}


/* line 496, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-offset #table-placeholder {
  display: table;
  position: relative;
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 503, ../../../sass/default.scss */
#layout div.viewport .content.tableinfo #tableinfosidebar,
#layout div.viewport .content.graph .graph-sidebar {
  position: absolute;
  top: 0px;
  width: 236px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  background-color:#f7f7f7;
  padding-top:15px;/* padding-top:115px; */
}
#layout div.viewport .content.graph .graph-sidebar .section-wrapper
{
    overflow:hidden;    
}

.tableinfo-offset {
    position: absolute;
    left: 235px;
    bottom: 0;
    top: 0;
    right: 0;
}

#toelichting-placeholder,
#onderwerp-placeholder,
#dimensies-placeholder,
#portaal-placeholder {
	border-top: 1px solid #e5e5e5;
	position: absolute;
    left: 16px;
    bottom: 16px;
    top: 50px;
    width: 620px;
	overflow-y: auto;
	display: none;
	line-height:16px;
    color:#000;
}

#toelichting-placeholder .body h1
{
    font: bold 12px/16px arial;
}
#toelichting-placeholder pre
{
    white-space:pre-wrap;
}

/* line 518, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-sidebar .switch {
  margin: 10px 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 521, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-sidebar #xaxis_change {
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: relative;
  background-color: #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#layout div.viewport .content.graph .graph-sidebar .switch .trigger {
  width: 28px;
  height: 28px;
  position: relative;
  left: 109px;
  background-image: url(../image/pijlen-zwart.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 10px;
  background-color: #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#layout div.viewport .content.tableinfo #tableinfosidebar div {
  margin-left:10px;
}
#xaxis_change div.label,
#layout div.viewport .content.graph .graph-sidebar section {
  /*width: 218px;*/
  margin-left:10px;
  position: absolute;
}

#layout div.viewport .content.tableinfo #tableinfosidebar span,
#layout div.viewport .content.graph .graph-sidebar section header {
  padding-left: 5px;
  margin-bottom:5px;
}
/* line 546, ../../../sass/default.scss */
#xaxis_change div.label,
#layout div.viewport .content.tableinfo #tableinfosidebar span,
#layout div.viewport .content.graph .graph-sidebar section header h1 {
  font-size: 12px;
  font-weight: bold;
  color: rgb(119,119,119);
}
#layout div.viewport .content.tableinfo #tableinfosidebar div.open span,
#layout div.viewport .content.graph .graph-sidebar section.open header h1 {
  font-size: 12px;
  font-weight: bold;
  color: rgb(0,161,205);
}

#layout div.viewport .content.tableinfo #tableinfosidebar.thema0  div.open span,
#layout div.viewport .content.graph .graph-sidebar.thema0  section.open header h1 {
    color: #82045e;/*#0581a2;*/
}
#layout div.viewport .content.tableinfo #tableinfosidebar.thema1  div.open span,
#layout div.viewport .content.graph .graph-sidebar.thema1  section.open header h1 {
    color: #82045e;/*#b23d02;*/
}
#layout div.viewport .content.tableinfo #tableinfosidebar.thema2  div.open span,
#layout div.viewport .content.graph .graph-sidebar.thema2  section.open header h1 {
    color: #82045e;/*#163a72;*/ /*#0058b8*/
}
#layout div.viewport .content.tableinfo #tableinfosidebar.thema3  div.open span,
#layout div.viewport .content.graph .graph-sidebar.thema3  section.open header h1 {
    color: #82045e;
}
#layout div.viewport .content.tableinfo #tableinfosidebar.thema4  div.open span,
#layout div.viewport .content.graph .graph-sidebar.thema4  section.open header h1 {
    color: #82045e;/*#488225;*/
}
#layout div.viewport .content.tableinfo #tableinfosidebar.thema5  div.open span,
#layout div.viewport .content.graph .graph-sidebar.thema5  section.open header h1 {
    color: #82045e;/*#ce7c00;*/
}

/* line 552, ../../../sass/default.scss */
/*
#layout div.viewport .content.graph .graph-sidebar section.multi ul li {
  padding: 8px 30px 8px 10px;
  color: white;
  font-size: 12px;
  line-height:14px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
*/


#layout div.viewport .content.graph .graph-sidebar section.multi ul li
{
  padding: 4px 4px 4px 16px;
  color: inherit;
  font-size: 12px;
  line-height: 12px;
  border-bottom-width:0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#layout div.viewport .content.graph .graph-sidebar section.multi ul li:first-child
{
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#layout div.viewport .content.graph .graph-sidebar section.multi ul li:last-child
{
    border-bottom-width:1px;
	margin-bottom: 6px;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
#layout div.viewport .content.graph .graph-sidebar section.multi ul li:first-child:last-child
{
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    -o-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.segment-list li:last-child
{
    border-bottom-width:1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.segment-list li:first-child:last-child
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}




#layout div.viewport .content.graph .graph-sidebar section .edit {
  position: relative;
  /*background: #eaeaea;*/
  padding: 8px 20px;
  padding-left: 30px;
  font-size: 12px;
  border: 1px solid #dddddd;
  border-top:0px;
  cursor: pointer;
  display: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#layout div.viewport .content.graph .graph-sidebar section .edit:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 8px;
  left: 8px;
  background-image: url(../image/plus_zwart.png);
  background-repeat: no-repeat;
}

#layout #xaxis_change.edit
{
    visibility:hidden;
    margin:10px 5px;
    padding: 0;
    height: 20px;
}
#layout #xaxis_change.edit:before
{
    position:inherit;
}

/* line 588, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-sidebar section .edit:before {
  background-position: 0 0;
}
/* line 592, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-sidebar section.info {
  position: relative;
  margin-left: 250px;
  padding: 30px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;
  color: black;
  font-size: 12px;
}
/* line 601, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-sidebar section.info h1 {
  font-size: 18px;
  font-weight: bold;
  color: #232176;
  margin-bottom: 15px;
}
#layout div.viewport .content.graph .graph-sidebar section.info h2 {
  font-size: 13px;
  font-weight: bold;
}
#layout div.viewport .content.graph .graph-sidebar section.info p {
  margin: 1em 0;
}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li {
  position: relative;
  color: black;
  background-color: inherit;
}

#layout div.viewport .content.graph .graph-sidebar section.multi ul.segment-list 
{
	display: none;
  min-height:100px;
  visibility: hidden;
  overflow: auto;
  margin-top: 5px;
}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.segment-list li 
{
  position: relative;
  color: #7f7f7f;
  background-color:#fff;
}
#xaxis_change,
#layout div.viewport .content.tableinfo #tableinfosidebar div,
#layout div.viewport .content.graph .graph-sidebar section,
.viewport.portal #selection-content section.single {
  position: relative;
  /*margin-top: 5px;*/
  padding-top: 8px;
  border-bottom: 1px solid rgb(229,229,229);
  cursor: pointer;
}

#layout div.viewport .content.tableinfo #tableinfosidebar div {
  padding-bottom: 27px;
}

#layout div.viewport .content.graph .graph-sidebar section div.label div {
  margin-top: 4px;
}

#layout div.viewport .content.graph .graph-sidebar section.single div.label span.indent {
  /*font-family: FontAwesome;
  content: "\f141";
  font-size: 12px;*/
  color: rgb(119,119,119);
}
#xaxis_change:hover,
#layout div.viewport .content.tableinfo #tableinfosidebar div:hover,
#layout div.viewport .content.graph .graph-sidebar section:hover {
  background-color: white;
  cursor: pointer;
}

#layout div.viewport .content.tableinfo #tableinfosidebar div.open,
#layout div.viewport .content.graph .graph-sidebar section.open {
  background-color: white;
  z-index: 1000;
}

#layout div.viewport .content.graph .graph-sidebar section.single > ul > li {
  position: relative;
  /*background-color: white;*/
  color: black;
  cursor: pointer;
}

#layout div.viewport .content.graph .graph-sidebar section.single div.label div.topicgroup {
  margin-left: 12px;
}

#layout div.viewport .content.graph .graph-sidebar section.single div.label > div.topicgroup {
  margin-left: 0;
}

#layout div.viewport .content.graph .graph-sidebar section.multi li div.topicgroup {
  margin-left: 12px;
  margin-top: 4px;
}

#layout div.viewport .content.graph .graph-sidebar section.multi li > div.topicgroup {
  margin-left: 0;
  margin-top: 0;
}

ul.select li {
  padding: 0 4px 8px 5px;
  color: black;
  font-size: 12px;
  line-height:14px;
}

#taalmenu ul.select  li {
    padding: 8px 8px 8px 4px;
}
#taalmenu ul.select > li {
    padding: 8px 8px 8px 4px;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}

#map-placeholder ul.select > li {
  padding: 8px 8px 8px 4px;
  color: black;
  font-size: 12px;
  line-height:14px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#taalmenu ul.select > li {
  position: relative;
  background-color: white;
  color: black;
}

ul.select > li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  top: 11px;
  right: 7px;
  background-image: url(../image/pijl1-zwart.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#graphsidebar ul.select > li:before {
  content: "";
  color: rgb(119,119,119);
  background-image: none;
}

#tableinfosidebar div:before,
#graphsidebar section:before,
.viewport.portal #selection-content section.single:not(.no-info):before {
  font-family: FontAwesome;
  content: "\f044";
  font-size: 10pt;
  position: absolute;
  right: 5px;
  color: rgb(119,119,119);
  background-image: none;
  background-color: #F7F7F7;
}

#tableinfosidebar div:before {
	content: "\f054";
}

#tableinfosidebar div.open:before,
#graphsidebar section.open:before {
  content: "\f054";
  color: rgb(0,161,205);
  background-color: #FFF;
}

#tableinfosidebar.thema0  div.open:before, 
#graphsidebar.thema0  section.open:before {
    color: #82045e;/*#0581a2;*/
}
#tableinfosidebar.thema1  div.open:before, 
#graphsidebar.thema1  section.open:before {
    color: #82045e;/*#b23d02;*/
}
#tableinfosidebar.thema2  div.open:before, 
#graphsidebar.thema2  section.open:before {
    color: #82045e;/*#163a72;*/ /*#0058b8*/
}
#tableinfosidebar.thema3  div.open:before, 
#graphsidebar.thema3  section.open:before {
    color: #82045e;
}
#tableinfosidebar.thema4  div.open:before, 
#graphsidebar.thema4  section.open:before {
    color: #82045e;/*#488225;*/
}
#tableinfosidebar.thema5  div.open:before, 
#graphsidebar.thema5  section.open:before {
    color: #82045e;/*#ce7c00;*/
}

ul.select > li ul 
{
    overflow-y: scroll;
    display: none;
    position: relative;
    left: 0;
    top: 100%;
    background-color: white;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

#map-placeholder ul.select > li ul li {
  padding: 8px 8px 8px 4px;
    line-height:14px;
}
ul.select > li ul li {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: black;
}
ul.select > li ul li:last-child
{
margin-bottom:6px;    
}
ul.select > li.open {
  z-index: 5;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
ul.select > li.open ul {
  display: block;
  top:8px;
  float: left;
  overflow: hidden;
}
#graphsidebar ul.select > li.open ul {
  display: none;
  margin-top:8px;
  float: left;
}
/* line 746, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-sidebar section.multi ul li {
  position: relative;
}
/* line 748, ../../../sass/default.scss */
#layout div.viewport .content.graph .graph-sidebar section.multi ul li:before {
  position: absolute;
  top: 6px;
  left: 4px;
  content: "";
  width: 8px;
  height: 8px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li:nth-child(1):before{background-color:#00a1cd;}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li:nth-child(2):before{background-color:#163a72;}/*#0058b8*/
#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li:nth-child(3):before{background-color:#afcb05;}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li:nth-child(4):before{background-color:#53a31d;}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li:nth-child(5):before{background-color:#f39200;}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li:nth-child(6):before{background-color:#af0e80;}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li:nth-child(7):before{background-color:#ffcc00;}
#layout div.viewport .content.graph .graph-sidebar section.multi ul.active-list li:nth-child(8):before{background-color:#e94c0a;}


#layout div.viewport .content.graph .graph-sidebar section.multi.warm ul.active-list li:nth-child(1):before{background-color:#e94c0a;}
#layout div.viewport .content.graph .graph-sidebar section.multi.warm ul.active-list li:nth-child(2):before{background-color:#ffcc00;}
#layout div.viewport .content.graph .graph-sidebar section.multi.warm ul.active-list li:nth-child(3):before{background-color:#af0e80;}
#layout div.viewport .content.graph .graph-sidebar section.multi.warm ul.active-list li:nth-child(4):before{background-color:#f39200;}
#layout div.viewport .content.graph .graph-sidebar section.multi.warm ul.active-list li:nth-child(5):before{background-color:#53a31d;}
#layout div.viewport .content.graph .graph-sidebar section.multi.warm ul.active-list li:nth-child(6):before{background-color:#afcb05;}
#layout div.viewport .content.graph .graph-sidebar section.multi.warm ul.active-list li:nth-child(7):before{background-color:#163a72;} /*#0058b8*/
#layout div.viewport .content.graph .graph-sidebar section.multi.warm ul.active-list li:nth-child(8):before{background-color:#00a1cd;}

#layout div.viewport .content.graph .graph-sidebar.map section.multi.warm ul.active-list li:nth-child(1):before{background-color:rgb(208,101,25);}
#layout div.viewport .content.graph .graph-sidebar.map section.multi.warm ul.active-list li:nth-child(2):before{background-color:rgb(61,149,212);}
#layout div.viewport .content.graph .graph-sidebar.map section.multi.warm ul.active-list li:nth-child(3):before{background-color:rgb(133,188,34);}




#layout div.viewport .content.graph .graph-sidebar section.edit .add {
  display: inline-block;
}


#layout div.viewport .footer {
  height: 44px;
  bottom: 0;
  background-color: #82045e; /*rgb(0, 181, 222);*/
}

#layout div.viewport .footer .copyright
{
    height:44px;
    text-align:center;
    margin:15px 20px 0 0;
    float:right;
    font-family:Arial;
    font-size:12px;
    line-height:16px;
    color: #fff;   
}

/* line 874, ../../../sass/default.scss */
#layout aside.sidebar {
  position: absolute;
  left: -240px;
  width: 250px;
  top: 0;
  height: 100%;
  background-color: #232176;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/*thema kleuren*/
#layout aside.sidebar.thema0 {
    background-color: #af0e80;/*#00a1cd;*/
}

#layout aside.sidebar.thema1 {
    background-color: #af0e80;/*#e94c0a;*/
}

#layout aside.sidebar.thema2 {
    background-color: #af0e80;/*#0058b8;*/ /*#163a72*/
}

#layout aside.sidebar.thema3 {
    background-color: #af0e80;
}

#layout aside.sidebar.thema4 {
    background-color: #af0e80;/*#53a31d;*/
}

#layout aside.sidebar.thema5 {
    background-color: #af0e80;/*#f39200;*/
}

/* line 883, ../../../sass/default.scss */
#layout aside.sidebar .header {
  position: absolute;
  left: 30px;
  top: 10px;
}
/* line 887, ../../../sass/default.scss */
#layout aside.sidebar .header h2 {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 10px 0;
  padding-left: 25px;
  width: 190px;
  font-size: 14px;
  cursor: pointer;
  background-image: url(../image/pijl3-wit.png);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/* line 905, ../../../sass/default.scss */
#layout aside.sidebar .header h2:first-child {
  padding-left: 0;
  background: none;
}
/* line 909, ../../../sass/default.scss */
#layout aside.sidebar .header h2.inactive {
  left: 150px;
  opacity: 0;
}
/* line 913, ../../../sass/default.scss */
#layout aside.sidebar .header h2.hideout {
  left: -100px;
  opacity: 0;
}
/* line 917, ../../../sass/default.scss */
#layout aside.sidebar .header h2.hidein {
  left: 150px;
  opacity: 0;
}
/* line 923, ../../../sass/default.scss */
#layout aside.sidebar .content {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  top: 55px;
  background: white;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
/* line 934, ../../../sass/default.scss */
#layout aside.sidebar .content nav {
  position: relative;
  height: 100%;
  width: 200%;
}
/* line 938, ../../../sass/default.scss */
#layout aside.sidebar .content nav ul {
  position: relative;
  float: left;
  width: 239px;
  height: 100%;
  overflow: auto;
}
/* line 944, ../../../sass/default.scss */
#layout aside.sidebar .content nav ul li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 946, ../../../sass/default.scss */
#layout aside.sidebar .content nav ul li a {
  display: block;
  color: #4c4c4c;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  padding: 12px 30px;
}
/* line 955, ../../../sass/default.scss */
#layout aside.sidebar .content nav ul li.subs a {
  padding-right: 45px;
  background-image: url(../image/pijl5-grijs.png);
  background-repeat: no-repeat;
  background-position: 210px center;
}

#layout aside.sidebar .content nav ul li.featured a {
  padding-right: 45px;
  background-image: url(../image/pijl5-grijs.png);
  background-repeat: no-repeat;
  background-position: 210px center;
}

/** Confirm */
/* line 972, ../../../sass/default.scss */
#confirm-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 981, ../../../sass/default.scss */
#confirm-wrapper .offset {
  position: absolute;
  left: 50%;
  top: 50%;
}
/* line 985, ../../../sass/default.scss */
#confirm-wrapper .offset .panel {
  position: relative;
  left: -215px;
  width: 430px;
  top: -90px;
  background-color: rgba(0, 0, 0, 0.75);
  /*background-image: url(../image/warning-sign.png);*/
  background-repeat: no-repeat;
  background-size: 48px 43px;
  background-position: 30px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 998, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content {
  padding: 20px;
  padding-left: 110px;
  font-size: 14px;
  color: white;
  line-height: 18px;
  font-weight: 100;
}
/* line 1005, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content p {
  margin-bottom: 15px;
}
/* line 1008, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content .checkbox-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 1011, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content .checkbox-wrapper .checkbox {
  position: relative;
  float: left;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid white;
  margin-right: 10px;
}
/* line 1020, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content .checkbox-wrapper span {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
}
/* line 1027, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content .checkbox-wrapper.checked .checkbox {
  background-color: white;
}
/* line 1029, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content .checkbox-wrapper.checked .checkbox:before {
  position: absolute;
  content: "";
  left: 2px;
  top: -2px;
  width: 19px;
  height: 18px;
  background-image: url(../image/checkbox-tick.png);
  background-repeat: no-repeat;
  background-size: 19px 18px;
}
/* line 1045, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content .button-wrapper {
  overflow: hidden;
  *zoom: 1;
}
/* line 1047, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content .button-wrapper button {
  float: right;
  background: white;
  border: none;
  width: 80px;
  margin-left: 10px;
  padding: 8px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
}
/* line 1056, ../../../sass/default.scss */
#confirm-wrapper .offset .panel .content .button-wrapper button.cancel {
  background: #e5e5e5;
}

/** Graph table styling */
/* line 1067, ../../../sass/default.scss */
table.graph {
  margin: 20px 20px 20px;
}
/* line 1071, ../../../sass/default.scss */
table.graph thead tr:nth-child(1) th {
  font-weight: bold;
  position: relative;
  padding: 10px 20px;
}
/* line 1075, ../../../sass/default.scss */
table.graph thead tr:nth-child(1) th:before {
  position: absolute;
  content: "";
  top: 0;
  left: 10px;
  right: 0;
  height: 30px;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
/* line 1086, ../../../sass/default.scss */
table.graph thead tr:nth-child(1) th:first-child {
  padding-left: 10px;
}
/* line 1088, ../../../sass/default.scss */
table.graph thead tr:nth-child(1) th:first-child:before {
  left: 0;
}
/* line 1094, ../../../sass/default.scss */
table.graph thead th {
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 12px;
}
/* line 1101, ../../../sass/default.scss */
table.graph tbody td {
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 12px;
  border-bottom: 1px solid #f2f2f2;
  text-align: right;
}
/* line 1107, ../../../sass/default.scss */
table.graph tbody td:nth-child(1) {
  background-color: #f2f2f2;
  text-align: left;
  border-bottom: 1px solid white;
}

/** Bar & Line graph */
/* line 1117, ../../../sass/default.scss */
#graph-placeholder {
  position: relative;
}
/* line 1119, ../../../sass/default.scss */
.content.tableinfo .logo,
#graph-placeholder .logo {
  width: 16px;
  height: 26px;
  position: absolute;
  bottom: 13px;
  left: 36px;
  z-index: 1;
  background-image: url(../image/cbs-logo-grijs.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#graph-placeholder .logo {
  visibility: hidden;
}
.content.tableinfo .logo {
  left: 15px;
}


#graph-placeholder nav {
  display: block;
  position: absolute;
  z-index: 1;
}

#graph-placeholder nav ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  border-left-width: 0px;
}
#graph-placeholder nav ul li.active {
  background-color: #fff;
}
#graph-placeholder nav ul li.hidden
{
    display:none;
}
#graph-placeholder nav ul li a {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 100px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
}

#graph-placeholder nav ul li:first-child {
  border-left-width: 1px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border: 0;
  left: 0;
  position: absolute;
}
#graph-placeholder nav ul li:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border: 0;
  right: 0;
  position: absolute;
}
#graph-placeholder nav ul li:first-child:last-child {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#graph-placeholder nav#time-unit {
  bottom: 13px;
  left: 136px;
}
#graph-placeholder nav#paging-unit {
  bottom: 83px;
  left: 0;
  right: 0;
  position: absolute;
  display:none;
}
#graph-placeholder nav#dimension-unit {
  bottom: 13px;
  right: 136px;
}
#graph-placeholder nav#paging-unit ul li a {
  width:40px;
  background-repeat:no-repeat;
  background-position: center center;
}
#graph-placeholder nav#paging-unit ul li:nth-child(1) a {
    background-image: url(../image/pijl4-grijs.png);
}
#graph-placeholder nav#paging-unit ul li:nth-child(2) a {
    background-image: url(../image/pijl5-grijs.png);
}

/* line 1167, ../../../sass/default.scss */
#graph-placeholder canvas {
  position: relative;
  z-index: 0;
}

#graybar
{
    margin:-50px 0px 0px 60px;
    width:100%;
    height:100px;
    background-color:#efefef;
    display: none;
}

.nv-legendWrap, .nv-controlsWrap
{
    display:none;
}



#layout div.viewport .content.home .latest-news-wrapper .news-item-tables
{
  display: none;
  /*float: left;*/
  width: 720px;
  height: 220px;
  padding: 20px;
  margin-left: 45px;
  margin-top: 2px;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  *zoom: 1;
}
#layout div.viewport .content.home .latest-news-wrapper .news-item-wrapper.active .news-item-tables
{
    display: block;
}
#layout div.viewport .content.home .latest-news-wrapper .news-item-tables ul {
    height: 220px;
    overflow-y: scroll;
}
#layout div.viewport .content.home .latest-news-wrapper .news-item-tables ul li {
  margin-top: 10px;
  min-height: 80px;
}
#layout div.viewport .content.home .latest-news-wrapper .news-item-tables ul li a {
  display: block;
  position: relative;
  color: #232176;
  text-decoration: none;
}
#layout div.viewport .content.home .latest-news-wrapper .news-item-tables ul li a .body {
  /*margin-left: 150px;*/
  font-size: 12px;
}
#layout div.viewport .content.home .latest-news-wrapper .news-item-tables ul li a .body h1 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

#geo-unit
{
    display: none;
    position:absolute;
    top: 0px;
    right:40px;
    width:190px;
	z-index: 9;
}
#geo-categorie
{
    display: none;
    position:absolute;
    top:70px;
    right:220px;
    width:190px;  
}

#mapsInfo
{
    display:none;
    position:absolute;
    border:1px solid #7f7f7f;
    background-color:#fff;
    z-index:2;
    padding:2px;
}
#maps
{
    margin-top:0px;
    position:absolute;
}
#maps .svg-wrapper
{
    width:364px;
    height:400px; 
    float:left;
    position:relative;
    padding-bottom:20px;
}
#maps .svg-wrapper div
{    
    text-align:center;
    margin-top:100px;
    margin-bottom:100px;
}


#maps path
{
    stroke:#000;
    stroke-width:0.2px;
    fill:#fff;
}
#maps circle
{
    stroke:#000;
    pointer-events:none;
    stroke-width:0.5px;
    fill:none;
}

#maps svg.map1 .c1{fill:#FFC597;}
#maps svg.map1 .c2{fill:#F49C0A;}
#maps svg.map1 .c3{fill:#E74D15;}
#maps svg.map1 .c4{fill:#C01F26;}
#maps svg.map1 .c5{fill: #82001E;}

#maps svg.map2 .c1{fill:#C0E7FF;}
#maps svg.map2 .c2{fill:#77CBE5;}
#maps svg.map2 .c3{fill:#3D95D4;}
#maps svg.map2 .c4{fill:#2256A0;}
#maps svg.map2 .c5{fill:#143564;}

                   
#maps svg.map3 .c1{fill:#EDF0C7;}
#maps svg.map3 .c2{fill:#C9DE85;}
#maps svg.map3 .c3{fill:#85BC22;}
#maps svg.map3 .c4{fill:#348A3A;}
#maps svg.map3 .c5{fill:#0F5F34;}

#maps div.svg-wrapper svg circle.hide{display:none;}
#maps div.svg-wrapper svg.Absolute path{fill:#e5e5e5 !important;}
#maps div.svg-wrapper svg.Relative circle{display:none;}


#maps ul.legend
{   
    position:absolute;
    bottom:0;
    left: 20px;
}
#maps ul.legend li
{
    float:left;
    overflow:hidden;
    width:42px;
    border-top:15px solid #000;
    margin-right:2px;
    padding-top:2px;
    font-size:10px;
}

#maps div:nth-child(1) li:nth-child(1){border-color:#FFC597;}
#maps div:nth-child(1) li:nth-child(2){border-color:#F49C0A;}
#maps div:nth-child(1) li:nth-child(3){border-color:#E74D15;}
#maps div:nth-child(1) li:nth-child(4){border-color:#C01F26;}
#maps div:nth-child(1) li:nth-child(5){border-color:#82001E;}

#maps div:nth-child(2) li:nth-child(1){border-color:#C0E7FF;}
#maps div:nth-child(2) li:nth-child(2){border-color:#77CBE5;}
#maps div:nth-child(2) li:nth-child(3){border-color:#3D95D4;}
#maps div:nth-child(2) li:nth-child(4){border-color:#2256A0;}
#maps div:nth-child(2) li:nth-child(5){border-color:#143564;}

#maps div:nth-child(3) li:nth-child(1){border-color:#EDF0C7;}
#maps div:nth-child(3) li:nth-child(2){border-color:#C9DE85;}
#maps div:nth-child(3) li:nth-child(3){border-color:#85BC22;}
#maps div:nth-child(3) li:nth-child(4){border-color:#348A3A;}
#maps div:nth-child(3) li:nth-child(5){border-color:#0F5F34;}

a.externLink
{
    text-decoration:none;
    float:left;
    clear:left;
    margin-bottom:8px;
    border:none;
    padding:6px 6px 6px 28px;
    color:#fff;
    background-color: rgb(0, 181, 222);
    background-image:url(../image/portal/deel.png);
    background-repeat:no-repeat;
    background-position:6px center;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*de kleuren thema's */
a.externLink.thema0 {
    background-color: #82045e;/*#0581a2;*/
}
a.externLink.thema1 {
    background-color: #82045e;/*#b23d02;*/
}
a.externLink.thema2 {
    background-color: #82045e;/*#163a72;*/ /*#0058b8*/
}
a.externLink.thema3 {
    background-color: #82045e;
}
a.externLink.thema4 {
    background-color: #82045e;/*#488225;*/
}
a.externLink.thema5 {
    background-color: #82045e;/*#ce7c00;*/
}

.paging-unit ul li a {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 100px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  background-repeat:no-repeat;
  background-position: center center;
}

.paging-unit ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  border-left-width: 0px;
}

.paging-unit {
  bottom: 13px;
  right: 246px;
  display:none;
}

.paging-unit ul li:nth-child(1) a {
    background-image: url(../image/pijl4-grijs.png);
}
.paging-unit ul li:nth-child(2) a {
    background-image: url(../image/pijl5-grijs.png);
}

#selection-panel {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px; 
	right: 0px;
	z-index: 998;
	background-color: rgba(0,0,0,0.15);
	display: none;
}

#selection-content {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 236px; 
	width: 340px;
	z-index: 999;
	background-color: white;
}

#selection-content.wide {
	width: 540px;
}

#appmenu-close,
#tableinfo-close,
#selection-close {
  position: absolute;
  font-family: FontAwesome;
  color: rgb(119,119,119);
  font-size: 18px;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: block;
  z-index: 999;
}
#tableinfo-close {
  right:auto;
  left: 620px;
}
#appmenu-close {
  color: rgb(255,255,255);
  top: 8px;
  right: 8px;
}

#download-label,
#selection-label,
#selection-close,
#tableinfo-label,
#tableinfo-close {
	color: rgb(0,161,205);
}

.thema0 #download-label,
.thema0 #selection-label,
.thema0 #selection-close,
.thema0 #tableinfo-label,
.thema0 #tableinfo-close {
    color: #82045e;/*#0581a2;*/
}
.thema1 #download-label,
.thema1 #selection-label,
.thema1 #selection-close,
.thema1 #tableinfo-label,
.thema1 #tableinfo-close {
    color: #82045e;/*#b23d02;*/
}
.thema2 #download-label,
.thema2 #selection-label,
.thema2 #selection-close,
.thema2 #tableinfo-label,
.thema2 #tableinfo-close {
    color: #82045e;/*#163a72;*/ /*#0058b8*/
}
.thema3 #download-label,
.thema3 #selection-label,
.thema3 #selection-close,
.thema3 #tableinfo-label,
.thema3 #tableinfo-close {
    color: #82045e;
}
.thema4 #download-label,
.thema4 #selection-label,
.thema4 #selection-close,
.thema4 #tableinfo-label,
.thema4 #tableinfo-close {
    color: #82045e;/*#488225;*/
}
.thema5 #download-label,
.thema5 #selection-label,
.thema5 #selection-close,
.thema5 #tableinfo-label,
.thema5 #tableinfo-close {
    color: #82045e;/*#ce7c00;*/
}

#tableinfo-label,
#selection-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-weight: bold;
}

#tableinfo-label {
	font-size: 16pt;
}

#selection-items {
	position: absolute;
	top: 50px;
	bottom: 0px;
	left: 8px; 
	right: 8px;
	z-index: 999;
	background-color: white;
	overflow-x: hidden;
	overflow-y: auto;
}

#info_thema .themaslist .themalist_content li,
#selection-items li {
  padding: 8px 0px 8px 8px;
  position: relative;
  background-color: white;
  color: black;
  font-size: 12px;
  line-height:14px;
  /*border: 1px solid #eaeaea;*/
  border: 0;
  cursor: pointer;
}

#featuredtree ul li ul li:hover,
#info_thema .themaslist .themalist_content li:hover,
#selection-items li:hover {
  background-color: rgb(247,247,247);
  cursor: pointer;
  cursor: hand;
}

#selection-items li.selected {
  background-color: rgb(247,247,247);
}

#selection-items li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  top: 11px;
  right: 7px;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#selection-items li.selected:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: rgb(119,119,119);
  font-size: 12px;
  top: 11px;
  right: 7px;
}

#selection-items .multiselect li.selected:before {
  font-family: FontAwesome;
  content: "";
  color: rgb(119,119,119);
  font-size: 12px;
  top: 11px;
  right: 7px;
}

#dimensiontree.multiselect li span.fancytree-selected:before,
#selection-items .singleselect li span.fancytree-selected:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\f00c";
  color: rgb(0,161,205);
  font-size: 12px;
  top: 11px;
  right: 7px;
}

.thema0 #selection-items .singleselect li span.fancytree-selected:before{
    color: #82045e;/*#0581a2;*/
}
.thema1 #selection-items .singleselect li span.fancytree-selected:before {
    color: #82045e;/*#b23d02;*/
}
.thema2 #selection-items .singleselect li span.fancytree-selected:before {
    color: #82045e;/*#163a72;*/ /*#0058b8*/
}
.thema3 #selection-items .singleselect li span.fancytree-selected:before {
    color: #82045e;
}
.thema4 #selection-items .singleselect li span.fancytree-selected:before {
    color: #82045e;/*#488225;*/
}
.thema5 #selection-items .singleselect li span.fancytree-selected:before {
    color: #82045e;/*#ce7c00;*/
}

#selection-items ul.active-list li:before {
  position: absolute;
  right: 4px;
  top: 4px;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../image/x-wit.png) no-repeat center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#selection-items ul.active-list li:nth-child(1):before{background-color:#e94c0a;}
#selection-items ul.active-list li:nth-child(2):before{background-color:#ffcc00;}
#selection-items ul.active-list li:nth-child(3):before{background-color:#af0e80;}
#selection-items ul.active-list li:nth-child(4):before{background-color:#f39200;}
#selection-items ul.active-list li:nth-child(5):before{background-color:#53a31d;}
#selection-items ul.active-list li:nth-child(6):before{background-color:#afcb05;}
#selection-items ul.active-list li:nth-child(7):before{background-color:#163a72;} /*#0058b8*/
#selection-items ul.active-list li:nth-child(8):before{background-color:#00a1cd;}

#selection-panel #activelist-cloned.xaxis li:before{background-color:rgb(0,161,205);}
#selection-panel.thema0 #activelist-cloned.xaxis li:before{background-color:#82045e;/*#0581a2;*/}
#selection-panel.thema1 #activelist-cloned.xaxis li:before{background-color:#82045e;/*#b23d02;*/}
#selection-panel.thema2 #activelist-cloned.xaxis li:before{background-color:#82045e;/*#163a72*/}
#selection-panel.thema3 #activelist-cloned.xaxis li:before{background-color:#82045e;}
#selection-panel.thema4 #activelist-cloned.xaxis li:before{background-color:#82045e;/*#488225;*/}
#selection-panel.thema5 #activelist-cloned.xaxis li:before{background-color:#82045e;/*#ce7c00;*/}

#selection-items.map ul.active-list li:nth-child(1):before{background-color:rgb(208,101,25);}
#selection-items.map ul.active-list li:nth-child(2):before{background-color:rgb(61,149,212);}
#selection-items.map ul.active-list li:nth-child(3):before{background-color:rgb(133,188,34);}

#graph-overlay {
	display:none;
	background-color: red;
}

/* AppMenu */
#layout div.viewport #content-appmenu {
	top: 140px;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.15);
}
#layout div.viewport.home #content-appmenu {
	top: 140px;
	bottom: 0;
}
#layout div.viewport.graph #content-appmenu {
	top: 140px;
	bottom: 0;
}
#layout div.viewport.search #content-appmenu {
	top: 140px;
	bottom: 0;
}


/*widget mode*/
body.widget #layout div.viewport .header a.logo,
body.widget #layout div.viewport .header div.menu,
body.widget #layout aside.sidebar {
	visibility: hidden;
}
body.widget #sidebar-trigger-overlay,
body.widget #layout div.viewport.graph .header .sidebar-trigger-wrapper {
	top: -50px;
}
body.widget #layout div.viewport.graph .header #table-controls {
    top: 0px;
}
body.widget #layout div.viewport .content.tableinfo,
body.widget #layout div.viewport .content.graph {
	top: 40px;
}
body.widget #layout div.viewport {
	left: 0px;
}
body.widget #layout div.viewport.home {
	display: none;
}
body.widget #layout div.viewport #content-home {
  background-image: none;
}
body.widget #layout div.viewport .header .sidebar-trigger-wrapper {
  background-color: #82045e; /*#00b5de;*/
}
body.widget #layout div.viewport .header .sidebar-trigger-wrapper.thema0 {
    background-color: #82045e;/*#0581a2;*/
}
body.widget #layout div.viewport .header .sidebar-trigger-wrapper.thema1 {
    background-color: #82045e;/*#b23d02;*/
}
body.widget #layout div.viewport .header .sidebar-trigger-wrapper.thema2 {
    background-color: #82045e;/*#163a72;*/ /*#0058b8*/
}
body.widget #layout div.viewport .header .sidebar-trigger-wrapper.thema3 {
    background-color: #82045e;
}
body.widget #layout div.viewport .header .sidebar-trigger-wrapper.thema4 {
    background-color: #82045e;/*#488225;*/
}
body.widget #layout div.viewport .header .sidebar-trigger-wrapper.thema5 {
    background-color: #82045e;/*#ce7c00;*/
}