.loginpagina {
	font: 15px/30px Tahoma, Geneva, sans-serif;
} .loginpagina table {
	width: 80%;
} .loginpagina tr {
	line-height: 40px;
} .loginpagina td {
} .loginpagina input {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	background-color: #f1f1f1;
	border: 1px solid #e6e6e6;
	font: 12px/30px Tahoma, Geneva, sans-serif;
	color: #43515c;
	margin-bottom: 0;
	
} .loginpagina input[type="submit"]{
    display: inline-block;
    float: none;
    background-color: #bfd742;
    width: auto;
    font: 500 16px museofont;
    padding: 7px 10px;
    border: none;
} .loginpagina input[type="submit"]:hover {
	background-color: #29a650;
}

.errorinput {
	border: 1px solid red !important;
}

.errorinputexplain {
	font: 12px/30px Tahoma, Geneva, sans-serif;
	color: red;
}
 
.notice {
	font: 12px/30px Tahoma, Geneva, sans-serif;
	background-color: #bfd742;
	color: #43515c;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
	display: block;
	font-weight: bold;
}

.notice-error {
border: 1px solid#000000;
background-color: red;
}


.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 308px;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font: 12px/30px Tahoma, Geneva, sans-serif;
}
.ui-widget .ui-widget {

}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font: 12px/30px Tahoma, Geneva, sans-serif;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #bfd742;
	background-color: #bfd742;
	font-weight: bold;
	color: #FFFFFF;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #bfd742;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff;
	font-weight: bold;
	color: #bfd742;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}


.nieuws-image-div > ul > li {
	width: 100px;
	border: 1px solid #027C3F;
} .nieuws-image-div img {
	width: 100% !important;
	margin: 0 !important;
} .nieuws-image-div > ul > li > a > hgroup {
	margin: 0;
	padding: 0;
} .nieuws-image-div ul hgroup h3 {
	font: 700 13px museofont;
	color: #ffffff;
	padding: 5px;
	padding-top: 2px;
	text-align: center;
}
.nieuws-image-div  ul li:nth-child(4n){
	margin-right: 2.35765% !important;
}
.nieuws-image-div ul li:nth-child(4n+1){
	clear: none !important;
}

.pvanpng {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
}

.feedback {
	cursor: pointer;
	width: 520px;
	margin: 1em auto;
	padding: 0.3em 3em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #084272;
	background-color: #F1F1F1;
}

.feedback:hover > h1, .feedback:hover h1::after{
	color: #FF6000
}

.feedback h1{
	font-size: 22px;
}

.feedback h1::after {
	content: attr(div) "\2716";
	float: right;
	
}

a.verwijder:before {
	padding: 0.4em 0.5em 0.5em 0.6em;
	content: "\2716";
	color: #FF0000
}

a.verwijder:hover:before {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #FF0000;
	color: #FFF
}
.adminupdate fieldset {
	padding: 0;
	margin: 0;
}

.adminupdate .form-half {
	padding: 10px;
	margin-bottom: 40px;
	background-color: #f1f1f1;
	border: 1px solid #e6e6e6;
}

#adminlogin label>select {
	background: #FFF;
	opacity: 1;
	width: 100%;
	padding: 3px 5px 4px;
	display: block;
	text-overflow: ellipsis;
	white-space: pre-line;
	overflow: hidden
}

#adminlogin label>select>option {
	white-space: pre-line;
	text-overflow: ellipsis;
	overflow: hidden
}
.adminupdate fieldset + fieldset {
	border-top: 3px solid #fff;
	margin-top: 0.75em;
	padding-top: 0.85em
}
.aanwezigbar {
	margin: 2px 0;
	padding: 1px;
	border: 1px solid #084272
}
.aanwezigbar > div {
	color: #FFF;
	padding: 3px 5px;
	min-width: 30px;
}
.row.main-content * {
	  -webkit-transition: all 0.2s;
	  -moz-transition: all 0.2s;
	  -o-transition: all 0.2s;
	  transition: all 0.2s; 
}
.pullout {
	position: absolute;
	left: 0;
	top: calc( 100% - 5px );
	opacity: 0;
	-webkit-transform-origin: 0% 15px;
	-moz-transform-origin: 0% 15px;
	-ms-transform-origin: 0% 15px;
	-o-transform-origin: 0% 15px;
	transform-origin: 0% 15px;
	-webkit-transform: scale(0,0); 
	-moz-transform: scale(0,0); 
	-ms-transform: scale(0,0); 
	-o-transform: scale(0,0); 
	transform: scale(0,0); 
	-webkit-box-shadow: -2px 2px 5px rgba(128,128,128,0.5);
	-moz-box-shadow: -2px 2px 5px rgba(128,128,128,0.5);
	box-shadow: -2px 2px 5px rgba(128,128,128,0.5);
}
.pullout:before {
	position: absolute;
	bottom: calc( 100% - 0.5em - 1px );
	left: 8px;
	content: attr(div) ' ';
	display: block;
	width: 1em;
	height: 1em;
	right: 1em;
	background: #fff;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #eee;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1
}
.opportunities-content tr > td {
	position: relative;
}
.opportunities-content tr > td > .pullout {
	background-color: #fff;
	padding: 1em;
	width: calc( 100% - 30px );
	left: 15px;
	margin: 0;
	z-index: 3;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-radius: 5px 0 5px 5px;
	-webkit-touch-callout: none;
    -webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}
.opportunities-content tr:nth-child(2n) .pullout,
.opportunities-content tr:nth-child(2n) .pullout:before {
	background-color: #f1f1f1;
}
tr:hover > td > .pullout:hover,
tr:focus > td > .pullout:hover {
	-webkit-transform: scale(0,0); 
	-moz-transform: scale(0,0); 
	-ms-transform: scale(0,0); 
	-o-transform: scale(0,0); 
	transform: scale(0,0); 
}
tr:hover > td > .pullout,
tr:focus > td > .pullout {
	opacity: 1;
	overflow: visible;
	-webkit-transform: scale(1,1); 
	-moz-transform: scale(1,1); 
	-ms-transform: scale(1,1); 
	-o-transform: scale(1,1); 
	transform: scale(1,1); 
}
.pullout ul {
	position: relative;
	list-style-type: none;
	font-size: 0.9em;
	padding: 1em;	
}
.pullout ul li:before {
	position: absolute;
	left: 0;
	content: '- ';
}
.dl-horizontal {
	font-size: 0.9em;
	position: relative;
	padding: 0.5em 0;
}
.dl-horizontal dt {
	width: 150px;
	display: inline-block;
}
.dl-horizontal dd {
	width: calc( 100% - 155px );
	display: inline-block;
	font-weight: bold;
	padding: 0.15em 0.25em;
}
.legenda {
	margin: 2em 0 5em;
	padding: 1em;
	border-width: 1px 1px 3px;
	border-style: solid;
	border-color: #3ba446;
	background-color: #bfd742;
}
.legenda dt,
.legenda dd {
	font-size: 14px;
}
.legenda dt {
	margin-top: 1em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #666;
}
.legenda dd {
	margin-top: 0.25em
}
.legenda strong {
	color: #084272
}