/*
**Start
*/
html {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
}

body {
  margin: 0;
  background-color: #1c1c1c;
  font-family: "Lato", Helvetica, Arial, Sans-serif;
  color: #fff;
}
body a {
  color: #fff;
  text-decoration: none;
}
body a.ul {
  text-decoration: underline;
}
body a:hover {
  color: #d61c0e;
}
body .myButton {
  background-color: #ddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #888;
  display: inline-block;
  color: #666666;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
}
body .myButton.minderhoog {
  height: 30px;
  padding: 6px 10px;
  white-space: normal;
}
body .myButton:hover {
  background-color: #222;
  color: #d61c0e;
  cursor: pointer;
}
body .myButton:active {
  position: relative;
  top: 1px;
}
body h1 {
  font-size: 24px;
}
body .box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 1px #444;
  -moz-box-shadow: 0px 0px 8px 1px #444;
  -webkit-box-shadow: 0px 0px 8px 1px #444;
  background-color: #272727;
}
body .box h1 {
  width: 100%;
  text-align: left;
  margin-left: 0px;
}
body .border {
  border: 1px solid #555;
}
body input,
body textarea {
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0;
  background-color: #ddd;
}
body .server-message {
  width: 100%;
  height: 50px;
}
body a.toggle {
  display: inline-block;
  font-weight: normal;
  min-width: 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  height: 16px;
  padding-top: 2px;
  cursor: pointer;
}
body a.toggle.selected {
  background-position: left -100px;
}
body a.toggle.selected:hover {
  background-position: left -150px;
}
body .bold {
  font-weight: bold;
}
body .tooltip {
  font-size: 10px;
}
body .red {
  color: red;
  background-color: blue;
}
body .disabled {
  background-color: #595959 !important;
}
body div#navbar {
  width: 100%;
  display: none;
  z-index: 1;
  height: auto;
  width: 160px;
  background-color: #333;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  padding: 4px 5px 3px 22px;
  text-align: right;
  border-top: 1px solid #555;
  right: 0px;
  position: absolute;
  padding: 0;
}
body div#navbar ul#nav {
  padding: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  text-align: left;
  float: right;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom-left-radius: 5px;
}
body div#navbar ul#nav li {
  float: left;
  display: block;
  position: relative;
  z-index: 500;
  margin: 0;
}
body div#navbar ul#nav li span {
  width: 160px;
  height: 30px;
  padding: 8px 20px;
  display: inline-block;
  font-size: 80%;
  border-bottom-left-radius: 5px;
}
body div#navbar ul#nav li a {
  cursor: pointer;
  display: inline-block;
  width: 160px;
  height: 30px;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border-bottom: 1px solid #555;
}
body div#navbar ul#nav li a i {
  display: inline-block;
  margin-right: 5px;
}
body div#navbar ul#nav li a:hover {
  background-color: #000;
  color: #d61c0e;
}
body div#header {
  height: 30px;
  width: 100%;
}
body div#header #servermessage {
  width: 70hw;
  height: 30px;
  text-align: center;
  background-color: darkred;
  color: white;
  font-weight: bold;
  padding: 5px;
}
body div#header div.leftheader {
  float: left;
  width: 25%;
  border: 1px dotted transparent;
}
body div#header div.leftheader img {
  margin-left: 1em;
  z-index: 1;
}
body div#header div.centerheader {
  float: left;
  width: 50%;
}
body div#header div.centerheader h1 {
  text-align: center;
  font-size: 130%;
  font-weight: normal;
}
body div#header div.centerheader h1 a {
  text-decoration: none;
}
body div#header div.rightheader {
  float: right;
  width: 25%;
}
body div#header div.topright {
  position: absolute;
  right: 45px;
  top: 5px;
  width: auto;
  height: auto;
  width: 34px;
  height: 34px;
  padding: 5px;
  border: 1px solid #000;
  background-color: #666;
  color: #000;
  text-align: center;
  font-weight: bold;
  color: white;
}
body div#header div#topmenulink {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
  width: auto;
  height: auto;
  width: 34px;
  height: 34px;
  padding: 8px 5px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-weight: bold;
  color: white;
}
body div#main {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  padding: 0px 0px;
  z-index: 100;
}
body div#maintable {
  display: table;
  padding-top: 50px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 100;
}
body div#maincell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
body div#logindialog {
  display: inline-block;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 14px 4px #444;
  -moz-box-shadow: 0px 0px 14px 4px #444;
  -webkit-box-shadow: 0px 0px 14px 4px #444;
  margin: 80px auto;
  border: 1px solid grey;
  width: 300px;
  padding: 10px;
}
body div#logindialog h2 {
  width: 100%;
  text-align: center;
  font-weight: normal;
}
body .r {
  text-align: right;
}
body div#logindialog input[type=password],
body div#logindialog input[type=text] {
  width: 140px;
}
body div#logindialog span.left {
  display: inline-block;
  width: 100px;
  padding: 5px;
}
body div#logindialog span.right {
  display: inline-block;
  width: 150px;
  padding: 5px;
}
body div#logindialog span.full {
  display: inline-block;
  width: 250px;
  text-align: right;
  padding: 0px;
  font-size: 10px;
}
body div#main div.mainleft {
  width: 190px;
  float: left;
}
body div#main div.mainright {
  width: auto;
  position: absolute;
  left: 190px;
  float: left;
  overflow: auto;
  box-sizing: border-box;
  padding: 0px 10px;
}
body div#main div.mainright h1 {
  margin-top: 10px;
}
body th,
body td {
  vertical-align: top;
  text-align: left;
  padding: 5px;
  font-size: 13px;
}
body th.tussenkop {
  text-align: left;
  font-style: italic;
  padding-top: 2em;
}
body td.r,
body th.r {
  text-align: right;
}
body div#main h2 {
  width: 600px;
  text-align: center;
  font-size: 20px;
}
body div#main h3 {
  width: 600px;
  text-align: center;
  font-size: 16px;
}
body div#main h4 {
  width: 600px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0em;
}
body div#container {
  min-width: 800px;
  width: 800px;
  height: 800px;
  margin: 5px auto;
  background-color: transparent;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 14px 4px #444;
  -moz-box-shadow: 0px 0px 14px 4px #444;
  -webkit-box-shadow: 0px 0px 14px 4px #444;
}
body div#container div#topline {
  background-color: white;
  -moz-border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  width: 800px;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body div#container div#main {
  background-color: #ddd;
  -moz-border-bottom-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 800px;
  height: auto;
  border-top: 1px solid red;
  min-height: 700px;
}
body div#container div#main div#mainleft {
  width: 200px;
  float: left;
  margin: 0;
  min-height: 700px;
  -moz-border-bottom-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: green;
}
body div#container div#main div#mainright {
  width: 600px;
  min-height: 700px;
  -moz-border-bottom-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  float: left;
  margin: 0;
  background-color: darkred;
}
body div#topline h1.title {
  width: 400px;
  display: block;
  margin: auto;
  font-size: 30px;
  font-family: Arial, Helvetica, Sans-serif;
  padding-top: 20px;
  text-align: center;
}
body #footer {
  clear: both;
  height: 20px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-family: sans-serif;
  font-size: 10px;
}
body #footer a:hover {
  color: grey;
}
body div#login p {
  padding-left: 5px;
}
body p.error {
  font-weight: bold;
  color: red;
  padding-left: 5px;
}
body a.grootlinkblok {
  display: block;
  float: left;
  padding: 5px 8px;
  margin: 10px;
  width: 200px;
  height: 190px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 1px #444;
}
body div.linkblok,
body a.linkblok {
  display: block;
  float: left;
  padding: 0px 0px;
  margin: 10px;
  width: 160px;
  height: 130px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 1px #666;
  box-sizing: border-box;
  /* Firefox */
}
body a.linkblok:hover div:not(.bottombar) {
  color: #d61c0e;
}
body a.linkblok:hover div.bottombar:hover {
  cursor: default;
}
body a.linkblok:hover div.bottombar .starred i:hover {
  color: #d61c0e;
  cursor: pointer;
}
body div.textblok {
  display: block;
  float: left;
  padding: 30px 10px;
  margin: 10px;
  min-width: 400px;
  height: 130px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 1px #444;
  -moz-box-shadow: 0px 0px 5px 1px #444;
  -webkit-box-shadow: 0px 0px 5px 1px #444;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  text-align: center;
}
body span.starred,
body span.comment {
  cursor: pointer;
}
body a.togglestars {
  cursor: pointer !important;
}
body span.starred:hover,
body span.comment:hover {
  color: #d61c0e;
}
body span.showcomment:hover {
  color: white;
  cursor: default;
}
body span.starred.selected,
body span.comment.selected,
body span.showcomment.selected {
  color: #D4EC3B;
}
body div#main a.linkblok h1 {
  width: 150px;
  text-align: left;
  font-size: 18px;
  overflow: hidden;
  margin-left: 0;
  padding-bottom: 10px;
}
body div.kleinlinkblok,
body a.kleinlinkblok {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  float: left;
  padding: 5px 8px;
  margin: 10px;
  width: 160px;
  height: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 1px #444;
  -moz-box-shadow: 0px 0px 5px 1px #444;
  -webkit-box-shadow: 0px 0px 5px 1px #444;
  overflow: hidden;
}
body div.kleinlinkblok a {
  display: block;
  margin: 2px 0;
}
body div.linkblok a {
  display: block;
  margin: 6px 0;
}
body div#main a.linkblok h3 {
  width: 150px;
  text-align: left;
  font-size: 11px;
  overflow: hidden;
}
body div#main a.kleinlinkblok:hover {
  background-color: #f3f3f3;
  color: black;
}
body span.email {
  font-size: 10px;
  font-family: monospace;
  font-weight: normal;
}
body div.left div.role {
  text-align: center;
  width: 40px;
  font-size: 9px;
  padding-top: 4px;
}
body div.naam {
  text-align: left;
  font-size: 15px;
  overflow: hidden;
  padding: 13px 0 2px;
  height: 30px;
}
body div.topbar {
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  padding: 7px 5px 0px 5px;
  height: 28px;
  width: 160px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
body div.topbar.daily {
  background-color: #222;
  text-align: center;
}
body div.daily {
  background-color: #222;
}
body div.middlebar {
  box-sizing: border-box;
  width: 160px;
  height: 83px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 11px;
  overflow: auto;
  font-weight: normal;
  padding: 0px 5px;
  white-space: pre-line;
}
body div.middle_and_bottombar {
  box-sizing: border-box;
  width: 160px;
  height: 103px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 11px;
  overflow: auto;
  font-weight: normal;
  padding: 0px 5px;
  white-space: pre-line;
}
body div.middlebar.daily {
  text-align: center;
  height: 80px;
  overflow: hidden;
}
body div.middlebar.daily img {
  margin-top: 0;
}
body div.bottombar {
  text-align: left;
  font-size: 10px;
  overflow: hidden;
  padding: 5px;
  height: 20px;
  width: 160px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
}
body div.tophalf {
  text-align: left;
  font-size: 16px;
  overflow: hidden;
  padding: 5px;
  height: 65px;
  width: 160px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
body div.bottomhalf {
  text-align: left;
  font-size: 10px;
  overflow: hidden;
  padding: 5px;
  height: 65px;
  width: 161px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body div.left {
  display: block;
  float: left;
  width: 40px;
  height: 60px;
  text-align: center;
  padding-top: 5px;
}
body div.right {
  display: block;
  float: left;
  width: 110px;
  height: 60px;
  text-align: left;
  padding-top: 5px;
}
body div.omschrijving {
  padding-top: 2px;
  font-size: 11px;
  height: 75px;
  overflow: auto;
  font-weight: normal;
}
body div.size {
  font-weight: normal;
}
body div#main iframe {
  border: none;
}
body div#main h1.dailytitel {
  text-align: center;
  font-size: 15px;
  margin: 5px 0 0 0;
  letter-spacing: 2px;
}
body div#main h1.daily span {
  display: block;
  float: left;
  min-width: 40px;
}
body div.mainright div.box {
  margin: 10px 0;
}
body div.box input[type=text] {
  width: 22em;
}
body div.leftfloat {
  position: absolute;
  top: 50%;
  left: 10px;
}
body div.rightfloat {
  position: absolute;
  top: 50%;
  right: 10px;
}
body div.leftnav {
  width: 50px;
  height: auto;
  border: 1px dotted white;
  position: relative;
  padding: 20% 0;
  display: block;
  float: left;
}
body div.leftnav a {
  border: 1px solid yellow;
  display: block;
}
body div.rightnav {
  width: 50px;
  border: 1px dotted white;
  height: calc(100% - 120px);
  max-height: 50%;
  padding-top: calc(50% - 130px);
  display: block;
  float: right;
}
body div.centerblok {
  margin: 0 40px;
  text-align: center;
}
body table#videobox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  text-align: center;
  padding: 0;
  margin: 0 30px;
  float: left;
  width: calc(100% - 60px);
  height: 100%;
}
body table#videobox td.l {
  width: 36px;
  text-align: center;
  vertical-align: middle;
}
body table#videobox td.video {
  text-align: center;
}
body table#videobox td.video a.linkblok {
  display: inline-block;
  float: none;
}
body table#videobox td.r {
  width: 36px;
  text-align: center;
  vertical-align: middle;
}
body table#videobox td.star {
  height: 26px;
  text-align: center;
  vertical-align: bottom;
}
body table#videobox.daily {
  margin: 0;
}
body a.prev,
body a.next {
  display: block;
  width: 36px;
  height: 36px;
  color: grey;
}
body a.prev:hover,
body a.next:hover {
  color: #d61c0e;
}
body span.lichter {
  color: #cccccc;
}
body div#uitklapmenu a#klapuit {
  cursor: pointer;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 18px;
  min-height: 300px;
  float: left;
}
body div#datablokken {
  width: auto;
  float: left;
  box-sizing: border-box;
  overflow: auto;
}
body div#main div#uitklapper {
  width: 170px;
  float: left;
  display: none;
  font-size: 13px;
}
body div#main div#uitklapper a {
  display: block;
  padding: 3px;
  width: 160px;
  background-color: #ddd;
  margin-bottom: 1px;
}
body div#main div#uitklapper a:hover {
  background-color: #1f1e4f;
  color: white;
}
body textarea.project {
  width: 441px;
  height: 100px;
}
body div.editscreen {
  position: absolute;
  left: 190px;
  margin: 10px;
}
body div.editscreen h1 {
  text-align: left;
  font-size: 24px;
  padding-bottom: 0;
  margin: 0;
}
body .fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-300px, 0px) scale(4);
}
body input[type=file] {
  display: block;
}
body .progress {
  background-color: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
body .progress-bar-success {
  background-color: #5CB85C;
}
body .progress-bar {
  background-color: #428BCA;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  height: 100%;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
body .glyphicon {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}
body .fileinput-button {
  overflow: hidden;
  position: relative;
}
body div#progress {
  display: none;
}
body div.progressbox {
  margin: 1px;
  max-width: 700px;
}
body div.buttons.newmateriaal {
  display: none;
  max-width: 700px;
  text-align: right;
  margin: 0px 20px;
}
body div#settings {
  width: 700px;
  height: auto;
  min-height: 300px;
}
body div#settings table {
  width: 100%;
}
body div#dailiesdocbox,
body div#docbox {
  width: 700px;
  min-height: 60vh;
  overflow: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
body table.docbox {
  border-collapse: collapse;
  width: 100%;
  min-width: 400px;
}
body table.docbox tr {
  border-bottom: 1px solid #555;
}
body table.docbox tr.file:hover {
  background-color: #E81E0F;
  color: #000;
  cursor: pointer;
}
body table.docbox tr.file.selected {
  background-color: #d61c0e;
  color: #000;
}
body table.docbox tr.file.selected:hover {
  background-color: #A2150A;
  color: #000;
  cursor: pointer;
}
body div.docboxlinks {
  float: right;
  margin: 10px;
}
body div#docboxstats {
  width: auto;
  height: 29px;
  padding: 4px 15px 9px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #d61c0e;
  color: #000;
  margin: 0px 0;
}
body a.actie {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 -2px;
  padding: 0;
  color: #ccc;
  font-size: 15px;
}
body a.actie:hover {
  color: white;
  cursor: pointer;
}
body .red {
  font-weight: bold;
  color: red;
}
body a.selectall {
  font-size: 11px;
  display: block;
  height: 15px;
}
body table#useraccess {
  padding: 10px;
  border-collapse: collapse;
  min-width: 400px;
}
body table#useraccess tr.selected {
  background-color: #666;
}
body table#useraccess td,
body table#useraccess th {
  vertical-align: top;
  padding: 8px;
}
body table#useraccess th {
  border-bottom: 1px solid #ccc;
}
body table#useraccess td.folders {
  padding: 2px;
}
body table#useraccess table.folderaccess {
  padding: 0px;
  border-collapse: collapse;
  border: none;
}
body table#useraccess table.folderaccess tr {
  background-color: #666;
}
body div.navigatieblok {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  float: left;
  padding: 5px 8px;
  margin: 10px;
  width: 160px;
  min-height: 80px;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 1px #444;
  -moz-box-shadow: 0px 0px 5px 1px #444;
  -webkit-box-shadow: 0px 0px 5px 1px #444;
  overflow: hidden;
}
body div.navigatieblok a {
  display: block;
  margin: 2px 0;
}
body div.navigatieblok p {
  display: block;
  margin: 5px 0;
  font-size: 12px;
}
body div.laden {
  color: black;
  padding: 10px;
}
body div#message {
  display: none;
  color: red;
  font-weight: bold;
  width: 600px;
  height: 50px;
  border: 3px solid red;
  left: 300px;
  top: 5px;
  position: absolute;
  background-color: #ddd;
  padding: 5px;
  border-radius: 10px;
}
body div#commentbox {
  width: 540px;
  min-height: 200px;
  height: 100%;
  display: none;
  background-color: #777;
  color: black;
  position: absolute;
  float: right;
  right: 15px;
  border-radius: 10px;
  border: 1ps solid blue;
  padding: 10px;
}
body div#commentbox div#commentlist {
  overflow-y: auto;
  height: calc(100% - 60px);
}
body div#commentbox h1 {
  text-align: center;
  width: 100%;
}
body div#commentbox div.righttop {
  float: right;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: black;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0 0 0;
}
body div#commentbox textarea {
  width: 520px;
  height: 200px;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  font-family: Helvetica, Arial, Sans-serif;
  color: #777;
  background-color: #F0F0E0;
}
body div#commentbox a.button {
  float: right;
  margin-right: 0px;
  margin-top: 5px;
}
body div#commentbox div.acomment {
  width: 520px;
  height: auto;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  font-family: Helvetica, Arial, Sans-serif;
  margin-bottom: 6px;
  color: #444;
  background-color: #F0F0E0;
  white-space: pre-line;
}
body div#commentbox div.acomment span.user {
  display: inline-block;
  padding: 5px 8px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  background-color: #777;
  color: white;
  margin-left: -5px;
}
body div#commentbox div.acomment div.delcomment {
  float: right;
  top: -50px;
  right: -12px;
  position: relative;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  padding: 4px 0;
  font-size: 20px;
  text-align: center;
  background-color: #333;
}
body ul.breadcrumb {
  width: 100%;
  height: 30px;
  padding: 10px;
  display: block;
  background-color: #2c2c2c;
  color: #fff;
  list-style: none;
  overflow: hidden;
  font-size: 10px;
  max-width: 100%;
}
body ul.breadcrumb li {
  float: left;
  text-transform: uppercase;
  padding-left: 5px;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
}
body ul.breadcrumb li a,
body ul.breadcrumb li span {
  display: inline-block;
  margin-left: 5px;
}
body ul.breadcrumb li i {
  font-weight: normal;
}
body ul.breadcrumb li:last-child {
  max-width: 1000px;
}
body table.datatable {
  background-color: transparent;
  width: 100%;
  color: grey;
}
body table.datatable tr[href] {
  cursor: pointer;
}

body.admin {
  background-color: #999;
  color: #222;
}
body.admin a.linkblok {
  color: #222;
  background-color: #888;
  box-shadow: 0px 0px 1px 1px #cccccc;
}
body.admin .box {
  background-color: #888;
}
body.admin a.actie {
  color: #222;
}

/*# sourceMappingURL=stijl.css.map */
