
body > .navbar {
/* 	background-color: #2E2E2E; */
	border-bottom: 6px solid #39F;
}

/*
#main-nav ul.nav {
	list-style-type: none;
	 margin: 30px 0 -6px 0;
	 margin: 19px 0 -6px 0;
	margin: 8px 0 -6px 0;
}

#main-nav ul.nav li {
	float: left;
	margin: 0 10px 0 0;
	background-color: #3399FF;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#main-nav ul.nav li.active, #main-nav ul.nav li:hover {
	background-color: #FFF;
	color: #333;
}

#main-nav ul.nav li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0 15px;
	padding: 1px 0 1px 0;
	line-height: 27px;
}

#main-nav ul.nav li.active a, #main-nav ul.nav li:hover a {
	color: #333;
}
*/

.clickable {
	cursor: pointer;
}

a.brand {
	color: #fff !important;
}

ul.redactor_toolbar {
	z-index: 99;
}
.redactor_wysiwyg {
	border: 1px solid #ddd;
}

.legend{display:block;width:100%;padding:0;margin-bottom:27px;font-size:19.5px;font-weight:normal; line-height:36px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
.legend small{font-size:13.5px;color:#999999;}


.tmpl-container {
	margin-top: 46px;
	margin-bottom: 20px;
}

/* The white background content wrapper with rounded edges */
.tmpl-container {
	background-color: #fff;
	padding: 20px;
/*	margin: 0 -20px; *//* negative indent the amount of the padding to maintain the grid system */
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
			border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
			box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.required:after {
	font-family: FontAwesome;
	content:" \f005";
	color: #C00;
	font-size: 0.6em;
	position:relative;
	top: -6px;
	left: 2px;
}

/* Page header tweaks */
.subhead {
	background-color: #f5f5f5;
	padding: 20px 20px 10px;
	margin: -20px -20px 20px;
}

.summary-editor {
	height: 70px;
	width: 97%;
}

/* Subnav */
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:	11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
	 -moz-border-radius: 0;
		  border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	 -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
		  box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
	 -moz-border-radius: 4px 0 0 4px;
		  border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
	 -moz-border-radius: 0 0 4px 4px;
		  border-radius: 0 0 4px 4px;
}

.ps-buttons:hover > .buttonbar {
	display: inline;
}

.ps-buttons .buttonbar {
	display: none;
	float: right;
	position: relative;
	top: -22px;
}

/** zorgbase organistion tree */

ul.radio-tree {
	margin: 8px 0 0 0;
}

ul.radio-tree li {
	margin: 0 0 8px 0;
	list-style-type: none;
}

ul.radio-tree li label.level-0 {
	margin-left: 8px;
}

ul.radio-tree li label.level-1 {
	margin-left: 28px;
}

ul.radio-tree li label.level-2 {
	margin-left: 48px;
}

ul.radio-tree li label.level-3 {
	margin-left: 68px;
}

ul.radio-tree li label.level-4 {
	margin-left: 88px;
}

ul.radio-tree li label.level-5 {
	margin-left: 108px;
}

ul.radio-tree li label.level-6 {
	margin-left: 128px;
}

.category-item-count {
	color: #333;
	font-weight:normal;
}

li.active .category-item-count {
	color: #EEE;
}

/* news/ rss */

.rss-item {
	margin: 0;
	padding: 6px 10px 0 10px;
	display: block;
	text-decoration: none !important;
	border-bottom: 1px solid #eee;
}

.rss-item p {
	color: #333;
}

.rss-item:hover {
	background-color: #eee;
}

.form-view label {
	color: #999;
}

.form-view div.controls{
	margin-top:5px;
}

label.control-label.required {
	position: relative;
	right: -10px;
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
	border-color: #d5d5d5;
	border-width: 0 0 1px; /* drop the border on the fixed edges */
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
	   -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
			box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
	width: 938px;
	margin: 0 auto;
	padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
  }
}


.secure-mail, .secure-mail>li>a, .nav-list>.secure-mail>a {
	color: red !important;
}

.nav-list>.secure-mail.active>a, .nav-list>.secure-mail.active>a:hover {
	background-color: red;
	color: white !important;
}

.secure-mail.active .buttonbar i.icon-move {
	color: white !important;
}