
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

body {
}

.insertedContent {
 padding-right: .5em;
 padding-left: .5em;
 padding-top: .5em;
}

.invulform > * + * {
  margin-bottom: 1em;
}

.mobiel-inhoud {
  padding: 1em;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

table.invul {
  border: none;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.red {
  color: red;
}

.green {
  color: green;
}

.orange {
  color: orange;
}

a.wit {
  color: white;
}

.sticky-header {
  padding-bottom: 5px;
  padding-top: 10px;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 999;
}

.sticky-footer {
  padding-bottom: 5px;
  padding-top: 10px;
  position: sticky;
  background-color: #fff;
  /*opletten andere footer, gaat soms mis*/
  bottom: 0;
  z-index: 999;
}

.error-rooster {
  color: red;
  width: 80px
}

.breed-rooster {
  min-width: 1300px;
  margin-left: 5px;
}

/* Het scherm om te wijzigen */
.wijzigen {
  border: 2px solid black;
  position: absolute;
  z-index: 1200;
  padding: 5px;
  background-color: beige;
}

.commentaar {
  font-size: x-small;
  background-color: #fff761;
  display: block;
}

/* Taak styles
-------------------------------------------------- */

.tk-extra {
  background-color: darkorange;
}

.tk-taak {
  background-color: mediumpurple;
}

.tk-gewoon {
  background-color: white;
}

.tk-vrij {
  background-color: gray;
}

.tk-beneden {
  background-color: lightblue;
}

.tk-rollen {
  background-color: lightgreen;
}

.tk-ziek {
  background-color: brown;
}

/* Vakantie styles
-------------------------------------------------- */

.Goedgekeurd, .Aangevraagd, .Geweigerd, .Feestdag, .Inbehandeling, .Wasvrij, .Normaal, .VakantieGekozen, .Bijzonderverlof {
  outline: solid 2px;
  margin-top: 2px;
  margin-bottom: 5px;
  min-height: 42px;
}

.Ingetrokken {
  margin-top: 2px;
  margin-bottom: 5px;
  min-height: 42px;
}

div.aantallen {
  text-align: center;
}

.decimaal2 {
  text-align: right;
  display: inline-block;
  width: 60px;
}

div.Goedgekeurd, div.VakantieGekozen, div.Bijzonderverlof {
  outline-color: orange;
  background-color: gray;
}

div.Aangevraagd {
  outline: blue dotted;
}

div.Geweigerd {
  outline-color: red;
}

div.Feestdag {
  outline-color: green;
  background-color: lightgreen;
}

div.Inbehandeling {
  outline: brown dotted;
}

div.Wasvrij {
  outline-color: yellow;
}

div.Normaal {
  outline-color: white;
}

span.Goedgekeurd, span.VakantieGekozen, span.Bijzonderverlof {
  color: orange;
}

span.Aangevraagd {
  color: blue;
}

span.Geweigerd {
  color: red;
}

span.Feestdag {
  color: green;
}

span.Inbehandeling {
  color: brown;
}

span.Wasvrij {
  color: yellow;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.bovenknop {
  margin-left: 30px;
}

/* De vakjes met totalen */
.zwart {
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.preciesgoed {
  font-weight: normal;
  color: gray;
  display: inline-block;
  width: 100%;
}

.teweinig {
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.teveel {
  color: green;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.even {
  background-color: #ee9;
}

.oneven {
  background-color: #e7eaec;
}

/* Bootstrap aanpassingen */
.col-md-1 {
  padding-left: 2px;
  padding-right: 2px;
}

/* Overige */
.linksBalk {
  border-left: solid black;
}

.onderBalk {
  border-bottom: solid black;
}

.oneline {
  white-space: nowrap;
}

.watruimte {
  margin-bottom: 5px;
}

.rst-icon {
  font-size: 150%;
  float: right;
}

.rst-icon-stop {
  font-size: 66%;
}

.wijzig-icons {
  display: none;
}
.roosteritem:hover .wijzig-icons {
  display: inline;
  float: right;
}

.roosteritem {
  /* row zet dit te breed */
  padding-left: 2px;
  padding-right: 2px;
}

/* Voor de history popup */
.ui-overlay-visible {
  position: fixed;
  top: 100px !important;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.ongelezen {
  color: orange;
  font-size: x-large;
}

.gelezen {
  font-size: medium;
}

input.hasDatepicker {
  width: 9em;
}

.col-elf-1 {
  width: 9.09%;
}
.col-elf-2 {
  width: 18.18%;
}

.bi {
  font-size: large;
}
