body {
  min-height: 100vh;
}
h1 {
  font-size: 3em !important;
}
a:link {
  color: #B0C4DE;
  text-decoration: none;
}
a:visited {
  color: #B0C4DE;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #656565;
  text-decoration: none;
}
.light_grey {
  background-color: #F5F5F5;
}
.light_grey p,
.light_grey h1,
.light_grey h2,
.light_grey h3 {
  color: #656565;
}
.dark_grey {
  background-color: #656565;
}
.dark_grey p,
.dark_grey h1,
.dark_grey h2,
.dark_grey h3 {
  color: #F5F5F5;
}
.blue {
  background-color: #B0C4DE;
}
.blue p,
.blue h1,
.blue h2,
.blue h3,
.blue h4 {
  color: #F5F5F5;
}
.blue a,
.blue a:link,
.blue a:visited {
  color: #656565;
}
.blue a:hover {
  color: #F5F5F5;
}
.blue-light_grey {
  background-color: #B0C4DE;
}
@media (min-width: 768px) {
  .blue-light_grey {
    background: linear-gradient(90deg, #B0C4DE 50%, #F5F5F5 50%);
  }
}
.blue-light_grey p,
.blue-light_grey h1,
.blue-light_grey h2,
.blue-light_grey h3,
.blue-light_grey h4 {
  color: #F5F5F5;
}
.blue-light_grey a,
.blue-light_grey a:link,
.blue-light_grey a:visited {
  color: #656565;
}
.blue-light_grey a:hover {
  color: #F5F5F5;
}
a.button,
.button {
  display: block;
  border: solid 3px #B0C4DE;
  background-color: #B0C4DE;
  color: #F5F5F5;
  min-width: 60px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
  font-size: 1.2em;
  cursor: pointer;
}
a.button:visited,
.button:visited {
  color: #F5F5F5;
  background-color: #B0C4DE;
}
a.button:hover:visited,
.button:hover:visited,
a.button:hover,
.button:hover {
  background-color: #B0C4DE;
  color: #656565;
}
a.button-inverted,
.button-inverted {
  display: block;
  border: solid 3px #B0C4DE;
  background-color: #B0C4DE;
  color: #F5F5F5;
  min-width: 60px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
  font-size: 1.2em;
  cursor: pointer;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #B0C4DE;
}
a.button-inverted:visited,
.button-inverted:visited {
  color: #F5F5F5;
  background-color: #B0C4DE;
}
a.button-inverted:hover:visited,
.button-inverted:hover:visited,
a.button-inverted:hover,
.button-inverted:hover {
  background-color: #B0C4DE;
  color: #656565;
}
a.button-inverted:visited,
.button-inverted:visited {
  color: #B0C4DE;
  background-color: #F5F5F5;
}
a.button-inverted:hover:visited,
.button-inverted:hover:visited,
a.button-inverted:hover,
.button-inverted:hover {
  background-color: #F5F5F5;
  color: #656565;
}
.large {
  font-size: 2em;
}
ul.errorlist {
  margin: 0px;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
  border-style: none;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border-radius: 0px;
}
.blueprint {
  display: none;
}
.navbar {
  background-color: #656565;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  z-index: 10000000;
}
.navbar .navbar-brand > img {
  height: 30px;
}
.navbar .nav > li > a {
  color: #F5F5F5;
}
.navbar .nav > li > a:hover {
  background-color: #7f7f7f;
  color: #F5F5F5;
}
.navbar .nav > li:hover {
  background-color: transparent;
}
.navbar .dropdown-menu {
  background-color: #656565;
  color: #F5F5F5;
}
.navbar .dropdown-menu > li > a {
  color: #F5F5F5;
}
.navbar .dropdown-menu > li > a:hover {
  background-color: #7f7f7f;
  color: #F5F5F5;
}
.navbar .navbar-nav > a.open {
  background-color: #7f7f7f;
}
#footer ul {
  list-style: none;
  display: block;
  max-width: 200px;
  color: #F5F5F5;
}
#footer .left {
  float: right;
}
#footer .right {
  float: left;
}
#footer .center {
  margin: auto;
  width: 100%;
}
.jumbotron {
  margin-bottom: 0;
}
.alert {
  margin: 0px;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100vw;
  border-radius: 0px;
  z-index: 100000000;
}
.input {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 5px;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1em;
  color: #656565;
  background-color: #F5F5F5;
  margin: 0px;
  padding: 0px;
}
html {
  height: 100%;
}
table {
  border-collapse: collapse;
}
.navbar {
  background-color: #656565;
}
.navbar .nav {
  color: #F5F5F5;
}
.input {
  margin-bottom: 10px;
}
.text {
  text-align: left;
  padding-left: 5px;
}
.right {
  text-align: right;
  padding-right: 5px;
}
.center {
  text-align: center;
  padding-right: 5px;
}
h1 {
  color: #656565;
  font-weight: normal;
  font-size: 2.4em;
}
h2 {
  /*font-size:36px;*/
  font-weight: bold;
  color: #656565;
}
h3 {
  /*font-family:'Courier new';*/
  /*font-size:36px;*/
  font-weight: bold;
  color: #656565;
}
#logo {
  height: 80px;
}
#logo img {
  height: 100%;
}
#content {
  padding-bottom: 110px;
  /* margin-top:-200px; */
}
#footer {
  background-color: #656565;
  overflow: hidden;
  width: 100vw;
  padding-top: 15px;
  height: 15vh;
  min-height: 80px;
  font-size: 10px;
}
#footer-info {
  width: 960px;
  height: 40px;
}
.homepage-footer ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.homepage-footer {
  margin-bottom: 2vh;
  color: #F5F5F5;
}
#homepage-center {
  /*height:50px;*/
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#homepage-left {
  float: right;
}
#homepage-right {
  float: left;
}
.delete-button {
  background-image: url("/static/img/thrash.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 0px;
  border: none;
  cursor: pointer;
}
.colorPicker-button {
  background-image: url("/static/img/colorPicker.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  padding: 0px;
}
.disabled {
  cursor: default;
}
.disabled:hover {
  color: #666666;
  background-color: #E8E8E8;
}
.error {
  color: #A30000;
  font-weight: bold;
}
.OK {
  background-color: #268F18;
}
.OK:hover {
  background-color: #2DA81D;
}
.BAD {
  background-color: #C42323;
}
.BAD:hover {
  background-color: #DB2727;
}
.rotated {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-align: left;
}
.wc-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 5px;
}
.wc-title .plaats {
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
  text-align: center;
}
.delete-form {
  display: inline;
}
.errorlist {
  color: red;
  list-style: none;
  padding: 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.message {
  position: absolute;
  top: 60px;
  z-index: 10000;
  width: 9600px;
  padding-left: 20px;
  padding-top: 5px;
  height: 20px;
  color: #f2f2f2;
}
.message_success {
  background-color: #268F18;
}
.message_error {
  background-color: #ff0000;
}
.message_warning {
  background-color: #FFA500;
}
.ui-datepicker {
  background-color: #F5F5F5 !important;
}
.ui-datepicker-header {
  background: #7d99cf!important;
  border-color: #7d99cf!important;
}
.helptext {
  color: #656565;
  font-size: 11px;
}
