#mainwrapper {
	min-height: 100vh;
	background: #F4F4F4;
}
body #mainwrapper.themeview {
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background: url(/dashboard/masterpage/ginc/gemeentenaam/images/background.jpg) center top fixed;
}

#dashboardheader, #search-header {
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
			box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
}

#search-header {
	margin-bottom: 30px;
}

body.scroll-up #dashboardheader {
    z-index: 70;
}
body.fixed.noscroll #dashboardheader {
    z-index: 69;
}
		#innerheader {
			position: relative;
			max-width: 1160px;
			margin: 0 auto;
			padding-right: 10px;
			padding-left: 10px;
		}
		#innerheader {
			line-height: 60px;
		}
		#innerheader:after {
			content: "";
			display: block;
			clear: both;
		}
		#pull {
			color: #000;
		}
			#innerheader h1, .header_title {
				float: right;
				margin: 10px 0 0;
				color: #606060;	
				font-size: 1.5rem;
				font-weight: normal;
			}
			#logo {
				float: left;
				height: 60px;
				margin-top: 10px;
				vertical-align: bottom;
				transition: .3s;
			}
			#custommenu {
				float: left;
				padding: 0 0 10px 2rem;
				margin: 0;
				font-size: 15px;
			}
			
			#custommenu>li {
				display: inline-block;
				margin: 0;
	
			}
			
				#custommenu a {
					position: relative;
					display: block;
					height: 47px;
					margin: 10px 1rem;
					color: #606060;
					font-size: 16px;
					font-weight: 600;
					text-decoration: none;
					text-transform: uppercase;
				}

				#custommenu a:before {
					content: "";
					position: absolute;
					right: 51%;
					bottom: 0;
					left: 51%;
					height: 3px;
					background: #ababab;
					-webkit-transition-duration: .3s;
							transition-duration: .3s;
				}

				#custommenu a:hover:before, #custommenu a:focus:before, #mainwrapper:not(.nieuws, .informatie_ginc) #custommenu #home:before, .nieuws #nieuws:before, .informatie_ginc #over:before {
					right: 0!important;
					left: 0!important;
				}

			#pull {
				display: none;
			}

#dashboardwrapper {
	padding-top: 15px;
}

h1.themeview-title {
    display: none;
}

#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}	

	#innerfooter {
		text-align: right;
	}

		#footercontent {
			display: inline-block;
			padding: 0 5px;
			border: 5px solid #fff;
			border-radius: 5px;
			margin: 5px;
			background: #fff;
			font-size: 10px;
		}

			#footercontent a {
				border-bottom: 1px solid #dedede;
				text-decoration: none;
				font-weight: bold;
				color: #000;
			}
			
			#footercontent a:hover{
				border-bottom: 1px solid #000;
			}

/*dashboard overrides*/

	#dashboardviews #dashboardView .theme {
		border-radius: 5px;
		border: none;
		background: none;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		   -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
				box-shadow: 0 2px 6px rgba(0, 0, 0, .2);		
	}

			#compareinput div.comparelevel .icon:before {
				color: #666;
			}
		
			#compareinput div.comparelevel .open-info-button.active.icon:before {
				color: #000;
			}
		
				#compareinput .info {
					padding-left: 24px;
					background-color: #fff;
				}

		.themeseparator {
			border: none;
		}

		.theme-section figure {
		    height: 100%;
		}
		
		.theme .theme__name > .name_wrapper {
			font-size: 16px;
			transition: .3s ease-in-out;
			font-weight: 400!important;
		}
		
		.theme__link .theme__image img {
			width: 60%;
			margin: 20%;
			-webkit-transition: all .4s ease;
			   -moz-transition: all .4s ease;
				 -o-transition: all .4s ease;
					transition: all .4s ease;
		}
		
		.theme__link:hover .theme__image img, .theme__link:focus .theme__image img {
			-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
					transform: scale(1.05);
			-webkit-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
			   -moz-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
				 -o-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
					transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
		}
		
		.theme a .theme__image img {
			border: none;
		}

.graphic-line {
	display: none!important;
}



a.theme__link {
	position: relative;
}


a.theme__link:hover .external-url-header {
	max-width: 91%;
	opacity: 1;
	color: #727272;
	padding: 7px 8px 0px 29px;
}

.external-url-header {
    position: absolute;
    top: 12px;
    right: 12px;
    max-width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 3px;
    background-image: url(images/extern.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 7px;
    transition: all .2s ease-in-out;
    font-size: 13px;
    color: #fff0;
    padding: 7px 0px 0px 29px;
	    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



#jive .fa-times-circle:before {
	font-size: 14px;
}
/* pdf */
body.screenshot {
	background: #fff!important;
	padding-bottom: 40px;
}

.screenshot #dashboardheader {
	position: relative;
	border: none;
	box-shadow: none;
}

.screenshot #feedback-panel {
    display: none;
}

.screenshot #innerheader h1 {
	margin-top: 0;
}
.screenshot #custommenu,
.screenshot #logo, .screenshot #pull
{
	display:none;
}

.screenshot #innerheader h1{
	float: none;
}

.screenshot #dashboardwrapper{
	margin-top: 20px;
}

body.screenshot .trail-link {
	padding-left: 10px;
}
.themeview .mosaic-header {
	display: none!important;
}

/*responsive*/
@media only screen and (max-width: 1157px) and (min-width: 1px) {
	#UserInfo {
		padding: 0;
	}
}
@media all and (min-width: 1px) and (max-width:1024px){
	#logo {
		width: 0;
		transition: .3s;
		display: none;
	}
	
	#custommenu {
		padding-left: 0;
	}
}

@media all and (min-width: 1px) and (max-width:900px){
	#innerheader h1 {
		margin-top: 0;
	}
	
	#pull {
		display: inline-block;
		width: 33px;
		height: 48px;
		padding-left: 15px;
		padding-bottom: 8px;
		text-decoration: none;
	}

	#pull:before {
		content: "\f0c9";
		font-family: "Font Awesome 6 Pro";
	}
	
	#custommenu {
		display: block;
		position: absolute;
		left: 0;
		padding-bottom: 0;
		background:#fff;
		-webkit-box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
		   -moz-box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
				box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
		transition: .3s;
		line-height: 3rem;
		z-index: 98;
	}
	#custommenu a {
		font-size: 1rem;
		padding: 10px 1rem;
		margin: 0;
	}	
	
	#custommenu a.active {
		background: #F4F4F4;
	}
	
	#custommenu a:hover {
		background: #F4F4F4;
	}
	
	#custommenu a:before {
		display: none;
	}
	
	#custommenu {
		display: none;
		overflow: hidden;
	}
	
	.menuopen~#custommenu {
		display: block;
		height: 272px;
	}
	
	#custommenu li {
		display: block;
		text-align: center;
		border-bottom: 1px solid #ededed;
	}
}
@media only screen and (max-width: 593px) and (min-width: 1px) {
	.theme .theme__image img {
		margin: 0;
		padding: 10%;
	}
}
.mosaic-header {
	color: #000;
}
#gemeentenaam .o-innerCell .button {
    background: #e5e5e5;
    color: #000;
}
body.screenshot #exportmeta {
	display: block;
}

section.tile.height1 div.tile-content.no-header {
	height: 100%;
}
.dashblock section.tile.height1.nolink .free-tile {
    border: none!important;
	background: transparent!important;
	box-shadow: none;
}

.dashblock section.tile.free.split.width2.h100p.nolink .free-tile {
    border: none!important;
	background: transparent!important;
	box-shadow: none;
	padding: 0 39px !important;
}

.dashblock section.tile.height1.nolink .free-tile .v-align {
    vertical-align: bottom;
}

a.inner-tile, div.inner-tile, div.free-tile, a.free-tile{
	border: none!important;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, .2);
	   -moz-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, .2);
			box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, .2);
}

.dashblock, section.tile, .sortable-tiles, div#dashboard-container {
    overflow: visible;
}

div.popup-detailview-container {
    border-radius: 6px;
}

/* tijdelijke oplossing voor navigatie knoppen */
.themeNavigation span {
	background-color: rgba(255,255,255,.5);
	line-height: 31px;
	width: auto;
}


/* custom style subthema tegels */

.free-tile .theme-tile-image img:hover {
    transform: none;
}

.free-tile .theme-tile-image img {
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
		 -o-transition: all .4s ease;
			transition: all .4s ease;
}

.free-tile:hover  .theme-tile-image img{
    transform: scale(1.10);
	-webkit-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
       -moz-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
		 -o-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
			transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
}

.dashblock .tile.free .free-tile .theme-tile-image {
	border-radius: 6px 6px 0 0;
	cursor: pointer;
} 

.dashblock .tile.free .free-tile .theme-tile-name {
	background: #FFF!important;
	border-radius: 0 0 6px 6px;
} 

.dashblock .tile.free .free-tile .theme-tile-name .name_wrapper h3 {
	margin-top: .65em;
}


#feedback__frame {
    width: 100%;
    height: 228px;
}

#feedback-panel {
	display: flex;
    position: fixed;
    left: 0;
    width: 360px;
    bottom: 0;
    flex-direction: row;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 99;
}

#feedback-panel {
    display: none !important;
}

.feedback-body {
    flex: 85%;
    width: 85%;
    padding: 17px 20px;
    background: #ffffff;
    color: #000;
    box-shadow: 4px 2px 5px 0px #5a5a5a;
}

.hide-feedback-button {
    flex: 15%;
    width: 15%;
    position: relative;
}

#hide-feedback {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border: none;
    background: #ffffff;
    color: #000;
    box-shadow: 4px 2px 5px 0px #5a5a5a;
    cursor: pointer;
	padding: 6px;
}

#hide-feedback:focus {
	outline: -webkit-focus-ring-color auto 1px;	
}

#hide-feedback:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.5em;
}

#feedback-panel.hide-panel #hide-feedback:before {
    content: "\f118";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.5em;
}

#feedback-panel.hide-panel {
    left: -312px;
}



#dashboardView  .theme-section .theme .theme__name {
    background-color: #0000!important;
    color: #fff!important;
    justify-content: center!important;
}

@media screen and (max-width:593px) {
	#dashboardviews #dashboardView .theme {
		height: auto;
	}
	
	#dashboardView  .theme-section .theme.line .theme__image {
		padding: 0;
	}
	
	#dashboardView  .theme-section .theme__link  {
		padding-bottom: 0!important;
	}
	
	#dashboardView  .theme-section .theme__link .theme__image img {
		width: 100%;
	}
	
	#dashboardView .theme-section .theme .theme__name{
		justify-content: start!important;
	}
	
	.theme-section {
		gap: 0;
	}
	

}


/* Custom styling kerncijfer tegels */


.tegel-link {
    position: relative;
    margin-left: 40px;
    line-height: 25px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
}

.dashboard-link:before {
	content: '';
	position: absolute;
	left: -30px;
	top:0;
	height: 20px;
	width: 20px;
	background:	url(/dashboard/masterpage/ginc/images/dashboard.svg) no-repeat center ;
	background-size: contain;
}

.databank-link:before {
	content: '';
	position: absolute;
	left: -30px;
	top:0;
	height: 20px;
	width: 20px;
	background:	url(/dashboard/masterpage/ginc/images/databank.svg) no-repeat center ;
	background-size: contain;
}

.kerncijfers-tegel ul {
	margin-bottom: 2.5em !important;
}

.kerncijfers-tegel ul  li{
	line-height: 1.5;
}

#dashboardView .theme.line .theme__image {
	height: 100%!important;
}

#dashboardView  .theme__link {
    padding-bottom: 10px!important;
}

#dashboardView  .theme-section .theme.line .theme__image {
    justify-content: center!important; 
}

body #mainwrapper.themeview {
	background:url("images/background1.jpg") center center fixed;
}

#logo {
	height: 42px;
	margin-top: 19px;
}

#innerheader h1{ 
	color: #000;
}
#custommenu a {
	color: #000;
}
#custommenu a:before {
	background: #E30613;
}

#dashboardView .theme__link{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #E30613;
    color: #FFF;
    -webkit-transition: 500ms ease-out 0s;
    -moz-transition: 500ms ease-out 0s;
    -ms-transition: 500ms ease-out 0s;
    -o-transition: 500ms ease-out 0s;
}

.dashblock .tile.free .free-tile .theme-tile-image, .search-area-expanded, .search-close-btn, .ac-s-input-container .btn-color {
	background: #CC141E;
} 

.ac-s-container>.ac-s-input-container>button>span {
    color: #FFF;
}

.theme .theme__name {
    font-weight: 600;
}