/* SITE OPMAAK */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,300,700);

html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: 'Open sans', 'Arial', sans-serif;
	font-size: 14px;
}

.topcontainer {
	width: 100%;
	position: relative;
	z-index: 3;
}
.menucontainer {
	width: 100%;
	position: relative;
	z-index: 3;
}

.bannercontainer {
	text-align: center;
	position: relative;
	background: #fff;
	z-index: 2;
}
.bannercontainer img {
	width: 100%;
}
.bannercontainer .text {
	position: absolute;
	padding-top: 20%;
	width: 100%;
	z-index: 10;
}
.bannercontainer h1,
.bannercontainer h2 {
	color: #FFF;
	padding: 5px 20px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.bannercontainer h1 {
	font-size: 50px;
	text-transform: none !important;
}
.bannercontainer h2 {
	text-transform: none;
	font-size: 20px;
	left: -100em;
}
@media (max-width: 768px) {
	.bannercontainer h1 {
		font-size: 15px;
		padding: 5px 10px;
	}
	.bannercontainer h2 {
		font-size: 12px;
		padding: 5px 10px;
	}
	.routecontainer .container,
	.bannercontainer .col-lg-12 {
		padding: 0;
	}
}

.contentcontainer,
.nieuwscontainer {
	background: #fff;
}
.adminheaderrow {
	padding-top: 20px;
	background: #fff;
}
.adminrow {
	background: #fff;
	min-height: 500px;
	padding-bottom: 40px;
}
.adminheadercontainer {

}
.admincontainer {

}

.socialmediacontainer {
	padding: 15px 0px;
	position: relative;
}
.newslettercontainer {
	padding: 15px 0px;
	position: relative;
	width: 100%;
}

.footermenucontainer {
	position: relative;
	width: 100%;
	padding: 20px 0px;
}
.footercontainer {

}

/*
@media (min-width: 769px) {
	.topcontainer {
		position: fixed;
		z-index: 10000001;
		width: 100%;
	}
	.menucontainer {
		position: fixed;
		z-index: 10000000;
		width: 100%;
		margin-top: 133px;
	}
	.topcontainer {
		position: fixed;
		z-index: 10000000;
		width: 100%;
	}
	.footercontainer {
		position: fixed;
		z-index: 10000000;
		width: 100%;
	}
	.spacing {
		width: 100%;
		height: 145px;
	}
}
*/


/* STANDAARD OPMAAK */

#melding {
	background: #51463C;
	border: 1px #635951 solid;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #a94442;
}

.prop {
	height: 300px;
    float:right;
    width:1px;
}

label {
	cursor:pointer;
	font-weight: normal;
	max-width: 80%;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 22px;
}

ul {
	margin-left: 0px;
	list-style-type: disc;
	padding-left: 20px;
}
li {
	margin-bottom: 5px;
	line-height: 22px;
}

hr {
	border-top: 1px #635951 solid;
}

form {
	margin:0px;
}
strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {	font-size: 30px; margin-bottom: 5px; }
h2 {	font-size: 25px; margin-bottom: 15px; line-height: 30px; }
h3 {	font-size: 20px; margin-bottom: 20px; line-height: 25px; }
h4 {	font-size: 18px; font-weight: normal; }
h5 {	font-size: 14px; font-weight: normal; }
h6 {	font-size: 13px; font-weight: normal; }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
	h1 {	font-size: 27px; }
	h2 {	font-size: 22px; }
	h3 {	font-size: 18px; }
}
@media (min-width: 767px) and (max-width: 992px) {
	h1 {	font-size: 25px; }
	h2 {	font-size: 20px; }
	h3 {	font-size: 17px; }
}

a {
	color: #FFF;
}
a:hover {
	color: #FFF;
}

a.button {
	background: #635951;
	border-radius: 5px;
	padding: 5px 15px;
	text-decoration: none;
	color: #FFF;
}
a.button:hover {
	background: #51463C;
}

.grey {
	color: #999;
}

.center {
	text-align: center;
}

.lead {

}
.lead.big {
	font-size: 24px;
}
.lead.bigger {
	font-size: 30px;
}

.btn-primary {
	background-color: #635951;
	border-color: #635951;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #51463C;
	border-color: #51463C;
}
.btn-primary.disabled, .btn-primary[disabled] {
	background-color: #948980;
	border-color: #948980;
}
.btn-noborder {
	border:none;
}
p.btn-padding {
	padding-top: 7px;
}

blockquote,
blockquote p {
	padding: 0px;
	border: none;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}

.cmscontent .row .img-responsive {
	margin-bottom: 30px;
}

.cmscontent ul li {
	list-style-type: none;
	margin-bottom: 15px;
}
.cmscontent ul li:before {
	content: '';
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	top: 4px;
	left: -8px;
	position: relative;
	background: #635951;
}


/* FOOTER OPMAAK */

.socialmediacontainer h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #FFF;
}
.socialmediacontainer a {
	text-decoration: none;
}
.socialmediacontainer h4 {
	color: #FFF;
}
.socialmediacontainer .socialicons {
	margin-left: 20px;
	margin-top: 25px;
	float: left;
}
.socialmediacontainer .socialicons .symbol {
	color: #FFF;
	font-size: 100px;
}

.social-logo {
	float: left;
	margin-top: 2px;
	width: 60px;
}
@media (max-width: 767px) {
	.social-logo {
		margin-top: 10px;
	}
}

.newslettercontainer h3 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #333;
}
.newslettercontainer input {
	margin-top: 18px;
	margin-bottom: 20px;
}



.footermenucontainer h3 {
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
}
.footercontainer .menu {
	margin-top: 20px;
}
.footercontainer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footercontainer .titel {
	font-size: 15px;
	margin-top: 20px;
}
.footercontainer .credit {
	font-size: 12px;
}

.footercontainer p a {

}
.footercontainer p span,
.footercontainer p span a {
	color: #9fa5a3;
}

.footercontainer .payment-icon {
	height: 50px;
	margin-top: 15px;
}

/* NAVIGATION */

.hoofdmenu {
	z-index: 1;
	position: relative;
}

.hoofdmenu ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hoofdmenu ul#nav > li {
	cursor: pointer;
	float: left;
}
.hoofdmenu ul#nav > li > div {
	padding: 20px 0 15px 30px;
	font-size: 20px;
}
.hoofdmenu ul#nav > li:hover > div {

}

.hoofdmenu ul#nav > li > div > a {
	color: #f9f9f9;
	text-decoration: none;
}
.hoofdmenu ul#nav > li:hover > div > a {
	color: #fff;
}
.hoofdmenu ul#nav > li.selected > div {

}
.hoofdmenu ul#nav > li.selected > div > a {
	color: #333;
}

.hoofdmenu ul#nav > li > ul.submenu {
	left:-999em;
	position:absolute;
	text-align:left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fcd116;
	min-width: 160px;
	margin-left: 0px;
}
.hoofdmenu ul#nav > li:hover > ul.submenu {
	left:auto;
}

.hoofdmenu ul#nav > li > ul.submenu > li {
	padding: 10px 40px 10px 15px;
	font-size: 18px;
}
.hoofdmenu ul#nav > li > ul.submenu > li > a {
	color: #f9f9f9;
	text-decoration: none;
}
.hoofdmenu ul#nav > li > ul.submenu > li > a:hover,
.hoofdmenu ul#nav > li > ul.submenu > li.selected > a {
	color: #fff;
}

.hoofdmenu ul#nav > li > ul.submenu > li.title {
	float: left;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 17px;
	border-left: 1px #BBB dotted;
	margin: 10px 0px;
}
.hoofdmenu ul#nav > li > ul.submenu > li.title:first-child {
	border-left: none;
}

.hoofdmenu ul#nav > li > ul.submenu > li.title > ul.sub2menu {
	list-style-type: disc;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	margin-top: 10px;
}
.hoofdmenu ul#nav > li > ul.submenu > li.title > ul.sub2menu > li {
	text-transform: none;
	font-size: 12px;
}
.hoofdmenu ul#nav > li > ul.submenu > li.title > ul.sub2menu > li > a {
	color: #FFF;
	text-decoration: none;
}
.hoofdmenu ul#nav > li > ul.submenu > li.title > ul.sub2menu > li > a:hover {
	color: #F9CE00;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.hoofdmenu ul#nav > li > div {
		padding: 15px 0 10px 20px;
		font-size: 15px;
	}
	.hoofdmenu ul#nav > li > ul.submenu {
		margin-left: 10px;
	}
	.hoofdmenu ul#nav > li > ul.submenu > li {
		padding: 5px 40px 4px 15px;
		font-size: 14px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.hoofdmenu ul#nav > li > div {
		padding: 15px 0 10px 15px;
		font-size: 14px;
	}
	.hoofdmenu ul#nav > li > ul.submenu {
		margin-left: 0px;
	}
	.hoofdmenu ul#nav > li > ul.submenu > li {
		padding: 5px 40px 4px 15px;
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.hoofdmenu ul#nav > li > div {
		padding: 10px 20px 5px 0;
		font-size: 17px;
	}
	.hoofdmenu ul#nav > li > ul.submenu {
		margin-left: 0px;
	}
}


/*
@media (min-width: 767px) and (max-width: 992px) {
	.spacing {
		height: 220px;
	}
	.hoofdmenu {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.hoofdmenu {
		margin-top: 10px;
	}
}

.over_ons_menu ul#nav,
.klantenservice_menu ul#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.over_ons_menu li div a:before,
.klantenservice_menu li div a:before {
	content: '- ';
}

*/

/* BANNERS */

.banners .carousel-caption {
	left: 55%;
	right: 10%;
	top: 20%;
	text-align: left;
	text-shadow: none;
}
.banners .carousel-caption h1,
.banners .carousel-caption p,
.banners .carousel-caption a {
	color: #FFF;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	text-align: left;
}
.banners .carousel-caption h1 {
	font-size: 30px;
	opacity: 0;
	position: relative;
	z-index: 200;
	margin-top: -20px;
	text-transform: uppercase;
}
.banners .carousel-caption p {
	position: relative;
	z-index: 100;
	opacity: 0;
	margin-top: 60px;
	padding-top: 40px;
}
.banners .carousel-caption a {
	background: rgba(255,255,255,0.2);
	padding: 8px 20px;
	border: 1px #FFF solid;
	text-decoration: none;
	opacity: 0;
	margin-top: 50px;
	margin-left: 20px;
}
@media (max-width: 768px) {
	.banners .carousel-caption {
		top: 10%;
	}
	.banners .carousel-caption h1 {
		font-size: 20px;
	}
	.banners .carousel-caption p {
		max-width: 90%;
	}
}
@media (max-width: 1024px) {
	.banners .carousel-caption {
		top: 40%;
	}
	.banners .carousel-caption h1 {
		font-size: 40px;
	}
	.banners .carousel-caption p {
		max-width: 90%;
		font-size: 12px;
		line-height: 15px;
	}
}


/* ITEMS */

.nieuwscontainer .nieuws-item img {
	margin-bottom: 20px;
}
.nieuwscontainer hr {

}
.nieuws-item h2,
.nieuws-item h3 {
	border-bottom: 1px #bbb solid;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.nieuws-item h2 a {
	color: #333;
}
.nieuws-item .date {
	height: 40px;
}
.nieuws-item .caption {
	height: 30px;
}

.nieuws-header {
	margin-bottom: 20px;
}
.nieuws-header h2,
.nieuws-header h3 {
	color: #333;
	border-bottom: 2px #bbb solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.nieuws-header .nieuws-datum {
	margin: 0;
}

.nieuws-afbeelding {

}

.portfolio-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	height:210px;
	cursor: pointer;
	margin-bottom: 60px;
}
.portfolio-item .cover {
	width: 90%;
	margin-top: 220px;
}
.portfolio-item .cover h4 {
	color: #BBB;
	line-height: 20px;
}
.portfolio-item:hover .cover h4 {
	color: #DDD;
}

/* ICON FONT */

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.eot');
    src: url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -ms-font-feature-settings:"liga" 1;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

p.socialicons .symbol {
	font-size: 30px;
}
p.socialicons a {
	text-decoration: none;
	color: #BBB;
}
p.socialicons a:hover {
	color: #DDD;
}

/* INPUTS & SELECTS */

input {
	background: #51463C;
	border: 1px #635951 solid;
	cursor:pointer;
	font-size: 13px;
	color:#BBB;
	padding: 5px 20px;
	margin: 2px;
}

input.input {
	border: 1px #635951 solid;
	cursor:text;
	padding: 5px 8px;
	color:#BBB;
}
input.radio {
	border: 0px #ccc solid;
	background:none;
	width:15px;
	height:15px;
	float: left;
	margin-right: 5px;
}
input.image {
	width:60px;
	height:109px;
	border:none;
}

select {
	background: #51463C;
	border: 1px #635951 solid;
	font-size: 13px;
	color:#BBB;
	margin: 2px;
	padding: 5px 8px;
}

textarea {
	background: #51463C;
	border: 1px #635951 solid;
	font-size: 13px;
	color:#BBB;
	margin: 2px;
	padding: 5px 8px;
}

/* CONTROL PANEL */

div.cp {
	margin-left:20px;
	visibility:hidden;
	font-style:italic;
	position:absolute;
	color: #333;
}
div.controlpanel {
	border:1px #6b6b6b solid;
	width:550px;
	background:#F7F7F7;
}
div.controlpanel input {
	padding: 0px;
}

table.add-form {
	border: 1px #635951 solid;
	margin-top: 5px;
}
table.add-form td {
	padding: 5px 10px;
}
table.fotogallery_afb {
	border:1px #6b6b6b solid;
	background:#F7F7F7;
}

img.tool {
	border:1px #ccc solid;
	cursor:pointer;
}

.admin-title [class^="icon-"] {
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
.admin-icons {
	float: right;
}
.admin-icons [class^="icon-"] {
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
}
.admin-icons [class^="icon-"]:hover {
	color: #FFF;
}

.admin-panel .panel-button {
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.admin-panel .panel-button .icon {
	border-radius: 10px;
	background: #51463C;
	padding: 10px 30px;
	cursor: pointer;
	margin: 10px;
}
.admin-panel [class^="icon-"] {
	font-size: 40px;
	text-decoration: none;
	color: #CBC8C5;
}
.admin-panel .caption {
	text-decoration: none;
	color: #CBC8C5;
	font-size: 11px;
}
.admin-panel .panel-button:hover a {
	color: #FFF;
}

.admin-table {
	width: 100%;
	border-top: 1px #635951 solid;
	margin-top: -1px;
}
.admin-table th {
	padding: 5px 6px;
	border-bottom: 1px #635951 solid;
	background: #51463C;
	color: #FFF;
}
.admin-table td {
	padding: 5px 3px;
	border-bottom: 1px #635951 solid;
}
.admin-table td.spacing {
	height: 10px;
	border: none;
}
.admin-table td [class^="icon-"] {
	text-decoration: none;
	color: #929497;
	margin: 3px;
}
.admin-table td [class^="icon-"]:hover {
	text-decoration: none;
	color: #FFF;
}
.admin-table td .icon-up_arrow,
.admin-table td .icon-down_arrow {
	margin: 0px;
}
.admin-table td .dropdown {
	background: #222;
	border: 1px #635951 solid;
	padding: 5px 10px;
}
.admin-table td input,
.admin-table td select {
	width: 100%;
}

.admin-table-form {
	width: 100%;
}
.admin-table-form td {
	padding: 5px 3px;
}

.faded {
	opacity: 0.3;
}

.redactor-toolbar {
	background: #51463C;
}

.redactor-toolbar li a {
	color: #A49E99;
}

.redactor-toolbar li a:hover {
	background: #483b31;
	color: #fff;
}

.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
	background: #262626;
	color: #aaa;
}
.redactor-editor {
	background: #483b31;
	border-color: #635951;
}
#redactor-modal {
	background: #51463C;
	color: #FFF;
	z-index: 10000000 !important;
}
#redactor-droparea-placeholder {
	color: #FFF;
}
#redactor-droparea-placeholder input[type="file"]{
	width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
	background: #51463C;
	border: 1px #635951 solid;
	color:#BBB;
}

.redactor-toolbar-tooltip {
	background: #635951;
}

.note-btn {
	border: none;
	background: none;
}

ul#boxes {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.media-item {
	border:1px #E0DFE3 solid;
	background:#F7F7F7;
	-moz-border-radius: 6px;
	float:left;
	margin:2px;
}
li.media-item:hover {
	border: 1px #555 solid;
}

li.media-item div.caption {
	visibility: hidden;
	position: absolute;
	font-size: 10px;
	color: #333;
	background: #FFF;
	opacity:0.8;
}
li.media-item div.info {
	visibility: hidden;
	position: absolute;
	background: #FFF;
	border: 1px #999 solid;
	padding: 2px 4px;
	margin: 14px 0px 0px 57px;
	width: 200px;
	font-size: 10px;
	color: #333;
	z-index: +100;
}
li.media-item a {
	color: #333;
}

div.tools {
	background: #FFF;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	margin:2px 0px 0px 290px;
	padding: 5px 4px 0px 4px;
}

button.icon {
	border: none;
	background: none;
}
.itembincontainer {
	position: absolute;
	display:none;
	background:#FFF;
	padding: 0px 5px 5px 0px;
	border-radius: 0px 0px 20px 0px;
}
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
.ui-menu-item,
.ui-autocomplete-category {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
}
.ui-autocomplete-category {
	font-weight: bold;
}
.ui-widget-content .ui-state-focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}
.ui-helper-hidden-accessible {
	display: none;
}

/* SLICK ARROWS */

.slick-prev,
.slick-next {
	margin-top: -50px;
}

.slick-prev:before,
.slick-next:before {
	color: #999;
}

/* BOOTSTRAP ADDONS */

/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}

/* CAROUSEL FADE */

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}
.carousel.fade .carousel-control,
.carousel.fade .carousel-indicators {
  z-index: 3;
}

/* KLEUREN */


/* tekst kleur */

body,
a,
blockquote,
blockquote p,
.admin-icons [class^="icon-"],
.admin-table td [class^="icon-"],
.admin-table th,
#redactor-modal,
#redactor-modal-close,
#redactor-droparea-placeholder {
	color: #333;
}

a:hover,
.admin-panel .panel-button:hover a,
.admin-table td [class^="icon-"]:hover,
.admin-icons [class^="icon-"]:hover {
	color: #000;
}

/* tekst kleur inputs */

input,
a.button,
.admin-panel .panel-button .icon a {
	color: #FFF;
}

input.input,
select,
textarea,
.admin-panel [class^="icon-"],
.redactor-toolbar li a,
.redactor-toolbar li a:hover,
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act,
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea,
.redactor-toolbar-tooltip,
.panel-heading.note-toolbar .note-btn {
	color: #333;
}
/* .admin-panel .caption, */


/* achtergrond */

.redactor-editor {
	background: #fff;
}

/* achtergrond kleur licht */

.redactor-toolbar li a:hover,
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act,
.redactor-toolbar-tooltip {
	background: #F9F9F9;
}

/* achtergrond kleur donker */

a.button,
a.button:hover,
input,
.admin-panel .panel-button .icon {
	background: #333;
}

#melding,
ul#nav > li > ul.submenu,
input.input,
select,
textarea,
.admin-table th,
#redactor-modal,
.redactor-toolbar,
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea,
.panel-heading.note-toolbar,
.note-editor.note-frame .note-statusbar {
	background: #F9F9F9;
}

/* randen */

#melding,
ul#nav > li > ul.submenu,
ul#nav > li > ul.submenu > li.title,
input,
input.input,
select,
textarea,
table.add-form,
.admin-table th,
.admin-table td .dropdown,
.redactor-editor,
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea,
.note-editor.note-frame {
	border-color: #333;
}

.admin-table,
.admin-table td,
hr {
	border-color: #DDD;
}

#melding,
input,
input.input,
textarea,
table.add-form {
	border-radius: 5px;
}

/* EINDE CSS */