*,
*:focus,
*:hover {
  outline: none;
}
body {
  overscroll-behavior-y: contain;
  padding-top: 70px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 21px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
ul.dropdown-menu {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  ul.dropdown-menu {
    font-size: 21px;
  }
}
.btn {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .btn {
    font-size: 21px;
  }
}
.btn-control-size {
  font-size: 18px;
  height: 40px;
}
/*.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover
{
    background-color: #d9edf7;
    color: black;
}

.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:hover
{
    background-color: #5cb85c61;
}*/
.selecteer-bon {
  cursor: pointer;
}
.form-control {
  height: 40px;
  font-size: 20px;
}
.navbar-brand {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .navbar-brand {
    font-size: 21px;
  }
}
.form-group .input-group .input-group-btn .btn {
  height: 40px;
  line-height: 27px;
}
.datepicker {
  font-size: 22px;
}
.table-condensed > tbody > tr > td {
  padding-left: 9px;
  padding-right: 9px;
}
.close {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .keuze-knoppen {
    width: 100%;
    margin-bottom: 15px;
  }
}
.jumbotron {
  padding-top: 15px;
  padding-bottom: 15px;
}
h1 {
  margin-top: 0px;
}
input.lijst-details {
  padding: 2px;
  /*padding-left: 2px;*/
  /*padding-right: 2px;*/
}
.lijn td.wis-lijntje-boven-td {
  border-top-width: 0px !important;
}
.lijn.type-comment td {
  background-color: white;
}
.lijn.type-comment.active td {
  background-color: white;
}
.lijn.type-comment.kleur-wissel td {
  background-color: #f2f2f2;
}
.lijn.type-0 td {
  background-color: #ffffff;
}
.lijn.type-0.active td {
  background-color: #bfbfbf;
}
.lijn.type-0.kleur-wissel td {
  background-color: #e6e6e6;
}
.lijn.type-0.kleur-wissel.active td {
  background-color: #8c8c8c;
}
.lijn.type-1 td {
  background-color: #fcf8e3;
}
.lijn.type-1.active td {
  background-color: #f0db70;
}
.lijn.type-1.kleur-wissel td {
  background-color: #f7ecb5;
}
.lijn.type-1.kleur-wissel.active td {
  background-color: #e1c118;
}
.lijn.type-2 td {
  background-color: #f2dede;
}
.lijn.type-2.active td {
  background-color: #ce8383;
}
.lijn.type-2.kleur-wissel td {
  background-color: #e4b9b9;
}
.lijn.type-2.kleur-wissel.active td {
  background-color: #c05e5e;
}
.lijn.type-3 td {
  background-color: #d9edf7;
}
.lijn.type-3.active td {
  background-color: #70bbe1;
}
.lijn.type-3.kleur-wissel td {
  background-color: #afd9ee;
}
.lijn.type-3.kleur-wissel.active td {
  background-color: #298fc2;
}
.lijnInUse {
  cursor: not-allowed;
  background-color: #e07c7c !important;
}
.pas-lijnhoogte-aan {
  line-height: 1.95 !important;
}
h4 {
  font-size: 24px;
}
/* zorgt ervoor dat de tekst onderaan niet  */
.navbar-fixed-bottom .navbar-header > a {
  max-width: -webkit-calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: calc(100% - 60px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*.modal-body {
    max-height: calc(100% + -170px);
    overflow-y: auto;
}*/
.btn-search,
.btn-artikel-toevoegen {
  height: 34px;
  margin-top: 8px;
  margin-right: 6px;
  line-height: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.ssccRowIncomplete {
  background-color: #dd9c9c;
}
@media (max-width: 767px) {
  .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
}
@media (min-width: 768px) {
  .divider {
    display: none;
  }
}
.deletedLine {
  text-decoration: line-through;
  color: red;
}
.batch-row,
.lijn.type-1,
.lijn.type-2,
.lijn.type-3,
.lijn.type-4 {
  cursor: pointer;
}
.sscc-row strong {
  color: blue;
  width: 30px;
  display: inline-block;
}
.brede-dropdown {
  padding-right: 14px !important;
  padding-left: 14px !important;
}
.modal {
  overflow-y: auto;
}
/*# sourceMappingURL=style.css.map */