h5 {
  font-size: 0.7em;
}

#rapportKop {
  font-size: 1.5em;
  background: #1f668b;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
}

#rapportTable {
  padding: 10px 5px 10px 10px;
  margin: 0 auto;
  border-radius: 5px;
  border-spacing: 10px 0;
}
#rapportTable .maanden {
  border: 5px solid white;
}

#rapportTable TD {
  text-align: center;
}

.kwartaal,
.maanden {
  font-size: 0.85em;
  font-weight: bold;
  margin-top: 10px;
  width: 100px;
  border-radius: 5px;
  background: #555;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #555), color-stop(1, #999999));
  background-image: -ms-linear-gradient(top, #555, #999999);
  background-image: -o-linear-gradient(top, #555, #999999);
  background-image: -moz-linear-gradient(top, #555, #999999);
  background-image: -webkit-linear-gradient(top, #555, #999999);
  background-image: linear-gradient(to bottom, #555, #999999);
  color: white;
}

.maandenOnder {
  width: 100px;
  background: White;
  border-radius: 5px;
  border: 0;
  height: 50px;
}

.jaren {
  display: block;
  width: 100%;
  background: White;
  border: 1px #333 solid;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.meestRecent {
  margin-top: 10px;
  width: 200px;
  border-radius: 5px;
  border: 0;
  background: #555;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #555555), color-stop(1, #999999));
  background-image: -ms-linear-gradient(top, #555555, #999999);
  background-image: -o-linear-gradient(top, #555555, #999999);
  background-image: -moz-linear-gradient(top, #555555, #999999);
  background-image: -webkit-linear-gradient(top, #555555, #999999);
  background-image: linear-gradient(to bottom, #555555, #999999);
  color: white;
}

.recentJaren {
  background: White;
  border-radius: 5px;
  border: 0;
  height: 50px;
}

.recentTable {
  width: 100%;
  text-align: center;
}

.borderLess {
  border: 1px solid green;
}

#tabs {
  height: 98%;
}
#tabs fieldset {
  margin-bottom: 1.5rem !important;
}
#tabs fieldset legend {
  margin: 0;
}

#feedback {
  position: absolute;
  left: 250px;
  top: 10px;
  display: none;
  font-size: 1.2em;
  color: white;
  margin: auto;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 2px 2px 2px 0px #333;
}

#btnOpslaan {
  display: none;
}

.loguit {
  float: right;
  padding: 3px 20px 4px 20px;
  margin-right: 15px;
  margin-top: -1px;
  background: #708090;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #708090), color-stop(1, #C0C0C0));
  background-image: -ms-linear-gradient(top, #708090, #C0C0C0);
  background-image: -o-linear-gradient(top, #708090, #C0C0C0);
  background-image: -moz-linear-gradient(top, #708090, #C0C0C0);
  background-image: -webkit-linear-gradient(top, #708090, #C0C0C0);
  background-image: linear-gradient(to bottom, #708090, #C0C0C0);
  border-radius: 8px;
  box-shadow: #808080;
}

.loguit a {
  text-decoration: none;
  color: white;
}

.fbRood {
  background: #C00;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #CC0000), color-stop(1, #FF9999));
  background-image: -ms-linear-gradient(top, #CC0000, #FF9999);
  background-image: -o-linear-gradient(top, #CC0000, #FF9999);
  background-image: -moz-linear-gradient(top, #CC0000, #FF9999);
  background-image: -webkit-linear-gradient(top, #CC0000, #FF9999);
  background-image: linear-gradient(to bottom, #CC0000, #FF9999);
}

.fbGroen {
  background: #339900;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #339900), color-stop(1, #33FF66));
  background-image: -ms-linear-gradient(top, #339900, #33FF66);
  background-image: -o-linear-gradient(top, #339900, #33FF66);
  background-image: -moz-linear-gradient(top, #339900, #33FF66);
  background-image: -webkit-linear-gradient(top, #339900, #33FF66);
  background-image: linear-gradient(to bottom, #339900, #33FF66);
}

h1 {
  text-align: center;
}

#btnWWreset {
  background: #1f668b;
  color: #FFF !important;
  text-align: center;
  width: 160px;
  padding: 10px;
  border: 0;
}

#btnWWreset:hover {
  cursor: pointer;
}

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