html {
  height: 100%;
}
body {
  min-height: 100%;
}
form#form {
    width: 100%;
    height: 100%;
}
.name_dashboard .heading .header-title:after {
	content: "Gezondheid en participatie in beeld";
}

.name_dashboard2 .heading .header-title:after {
	content: "Gezondheid en opvoeding van 0- tot 12-jarigen";
}

.name_dashboard3 .heading .header-title:after {
	content: "Gezondheid en participatie van 12- tot en met 18-jarigen";
}

.name_dashboard4 .heading .header-title:after {
	content: "Gezondheid en participatie van 19 jaar en ouder";
}
.themeseparator {
	border: none;
}

div#dashboardViewsHeader {
    background: rgba(255,255,255,.6);
	padding-bottom: 1em;
}

.current-theme .themename {
	font-weight: 400;
}

header#dashboardheader {
    width: 100%;
	height: 120px;
    /* border-bottom: 5px solid #e37006; */
    background-color: #fff;
	padding: 10px 0;
}

.mosaic-header {
    background-color: #f8f8f8;
}

#gemeentenaam .o-innerCell .button {
	background: #fff;
	border: 1px solid #f2f2f2;
}

div#innerheader {
    max-width: 1140px;
    margin: 0 auto;
	position: relative;
}

.logo {
    background: #fff url(images/logo.svg) no-repeat left center;
    height: 100px;
    width: 250px;
    float: left;
    background-size: contain;
}

.heading {
    float: right;
	background-color: #e37006;
	padding: .1em 2em;
	margin-top: 60px;
}

.heading-span {
    position: absolute;
    right: 0;
    top: 12px; 
	font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #015f9d;
}

.heading h1, .header-title {
    font-size: 1em;
	color: #fff;
}
.header-title {
	display: block;
	margin: 0.67em 0;
	font-weight: bold;
}
section.tile.free h2 {
	text-align: center;
}
@media only screen and (max-width: 690px) {
	.logo {
		width: 100%;
	}
    .heading {
        margin-top: 0;
		margin-bottom: 1em;
    }
}

@media only screen and (max-width: 456px) {
    .heading-span {
        display: none;
    }
}
.screenshot {
	background: none;
}

.theme-preview #dashboardViewsHeader {
	padding: 0 0 10px 10px;
	/* background: #FFF; */
}
.theme-preview .themeview #dashboardViewsHeader { 
	padding: 0;
	background: none;
}



.themeview #dashboardViewsHeader {
	display: none!important;
}




@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

/* NEW LAYOUT */

body {
    background: #f8f8f8 url(/dashboard/MasterPage/css/images/background-mosaic.svg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}
/* 
body #mainwrapper {
    background: url(/dashboard/MasterPage/css/images/banner.svg) no-repeat; 
    background-size: contain;
    background-position: top 185px center;
} */

body #dashboardwrapper {
    border-radius: 20px;
}

body .theme {
	-webkit-box-shadow: 0 2px 10px -5px #000;
    -moz-box-shadow: 0 2px 10px -5px #000;
    box-shadow: 0 2px 10px -5px #000;
    border-radius: 20px;
}

body .theme .theme__image {
    max-height: 120px;
    max-width: 120px;
    margin: 0 auto;
    padding: 15px;
}

body .theme .theme__name {
	background-color: transparent!important;
}

body .theme .theme__name > .name_wrapper {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

body a.inner-tile, 
body div.inner-tile, 
body div.free-tile, 
body a.free-tile {
    border-radius: 20px;
	-webkit-box-shadow: 0px 5px 10px -6px #000;
    -moz-box-shadow: 0px 5px 10px -6px #000;
    box-shadow: 0px 5px 10px -6px #000;
}

body .dashblock, 
body div.tile, 
body .sortable-tiles, 
body #dashboard-container {
    overflow: visible;
}

body #dashboardViewsHeader {
	background-color: transparent;
}

body div.tile.height1 div.free-tile, 
body div.tile.height1 a.free-tile {
	background-color: transparent!important;
	border: none!important;
	-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

body div.tile.height1 .free-tile div.tile-content,
body div.tile.height1 div.free-tile, div.tile.height1 a.free-tile {
	height: 0;
	margin: 1em 0 .25em 0;
}

body div.tile.height1 .free-tile div.tile-content h2 {
	text-align: center;
	font-size: 1.8em;
}

body div.popup-detailview-container {
	border-radius: 20px;
}

body .ui-dialog {
    border-radius: 20px;
}

body .o-add {
    border-radius: 10px;
}