body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-size: 14px;
  padding-top: 70px;
}
body.bg-white {
  background: white;
}
body.bg-black {
  background: black;
}
body.bg-gray {
  background: #eee;
}
body.bg-blue {
  background: #40B3E7;
}
body.bg-yellow {
  background: #FFD200;
}
.devbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: white;
  padding: 5px 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.text-light {
  color: #ffffff;
}
.text-dark {
  color: #000000;
}
.bootstrap-dialog-message {
  color: #000000;
}
#closingtermWrapper {
  position: relative;
}
.hidden {
  display: none;
}
.info {
  color: #ffffff;
  background: #222222;
  border-radius: 3px;
  padding: 0 5px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
  }
}
.control-label {
  font-size: 14px;
  font-weight: normal;
}
.form-control {
  border-radius: 3px;
  border: 1px solid #222222;
}
.btn-black {
  background: #222222;
  color: white;
  font-weight: bold;
  padding: 8px 16px;
  font-size: 16px;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background: #444444;
  color: white;
}
.naw,
.overzicht {
  overflow: hidden;
  -webkit-transition: max-height 1.8s;
  -moz-transition: max-height 1.8s;
  transition: max-height 1.8s;
  margin-top: 22px;
}
.naw .overzichtBox,
.overzicht .overzichtBox {
  padding: 0;
  border-radius: 3px;
  background: white;
  border: 1px solid #222222;
}
.naw .overzichtBox .label,
.overzicht .overzichtBox .label {
  color: white;
  background: #222222;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 9px;
  margin: 0;
}
.naw .overzichtBox .overzichtRow,
.overzicht .overzichtBox .overzichtRow {
  font-size:16px;
	overflow: hidden;
  padding: 4px 8px;
  margin: 0;
  color: black;
}
.naw .overzichtBox .control-label,
.overzicht .overzichtBox .control-label {
  font-size:16px;
  display: inline-block;
  float: left;
  width: 60%;
  margin: 0;
  padding: 0;
}

.control-label-small {
  font-weight: normal;
  font-size:14px;
  display: inline-block;
  float: left;
  width: 60%;
  margin: 0;
  padding: 0;
}


.naw .overzichtBox .overzichtPrijs, .overzichtPrijs-small,
.overzicht .overzichtBox .overzichtPrijs {
  font-size:20px;
  float: left;
  width: 40%;
  text-align: right;
  margin: 0;
  padding: 0;
  height: auto;
}
.naw .overzichtBox .overzichtPrijs .form-control, .overzichtPrijs-small,
.overzicht .overzichtBox .overzichtPrijs .form-control {
  font-size:16px;
  padding: 0;
  margin: 0;
  text-align: right;
  height: auto;
}
.overzichtPrijs-small {
  font-size:14px;
}

.naw {
  max-height: 0;
}
.naw.active {
  max-height: 2200px;
}
.submit {
  padding: 30px 0;
}
.form-control.amount {
  background: none;
  border: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .dominant .dominantItem {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.dominant .dominantItem.first {
  padding-left: 15px;
}
.dominant .dominantItem.last {
  padding-right: 15px;
}
.dominant .dominantItem.center {
  padding-left: 15px;
  padding-right: 15px;
}
.dominant .dominantItem .form-group {
  background: #222222;
  padding: 1px;
  border-radius: 3px;
}
.dominant .dominantItem .form-control {
  border: 0px solid #222222;
}
.dominant .control-label {
  color: white;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 9px;
  margin: 0;
}
