.monthlyinput,
.yearlyinput,
.fiveyearlyinput,
.carinput,
.wozinput {
  height: 20px !important;
}

h5 {
  color: #333;
  margin-top: 1rem !important;
}

#wrap-container {
  font-size: 13px;
}

.container-infographic #input-container {
  height: 100%;
  width: 100%;
}

.container-infographic .cbs-dropup {
  height: auto;
}

.container-infographic .reset-input {
  margin-left: 0.5rem;
}

form.input {
  width: 100%;
}

.inputpersoonlijkeinflatie > form > .row {
  display: block;
}

.pull-right {
  width: 100%;
  text-align: right;
}

.pull-right .row {
  margin-bottom: 0.5rem;
}
.column-right {
  width: 40%;
  text-align: left;
  padding-left: 20px;
}
.column-right input {
  float: none !important;
}
.column-left {
  width: 60%;
}
.container-infographic .input label {
  font-family: "Akko W01 Regular";
  display: inline-block;
  text-align: right;
  line-height: 1.5;
  width: auto;
}

.row-left,
.row-right {
  flex-grow: 1;
}

.container-infographic #explanation-container {
  height: 100%;
}

#wrapper-disclaimer {
  margin-top: 20px;
}
.bijdrage {
  display: none;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  float: left;
}

.selected-input-container {
  width: 17% !important;
}

.euro {
  font-family: "Akko W01 Regular", sans-serif;
  padding-left: 10px;
}

.container-infographic .input input[type="number"],
.container-infographic .input input[type="text"] {
  display: inline-block;
  width: 50px;
  margin-left: 10px;
  border: none;
  border-bottom: 1px solid var(--cbs-light-gray);
  color: var(--cbs-dark-aqua);
}

.total {
  display: inline-block;
  margin-top: 12px;
}

.total > span {
  font-size: 1.35rem;
  font-family: "Akko W01 Regular", sans-serif;
}

.input input:focus {
  outline: 0;
}

.underline {
  border-bottom: 1px solid var(--cbs-webtext);
  width: 40px !important;
}

.amount-cars {
  width: 40px;
  margin-left: 1px;
  background-color: var(--cbs-light-gray);
}

.amount-cars option {
  text-align: center;
}

#wrap-containernewcar,
#wrap-containerusedcar {
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}

.cbs-dropup i.fa {
  margin-left: 3px;
  font-size: 0.87rem;
}

.reset-input {
  font-family: "Akko W01 Regular", sans-serif;
  color: #fff;
  background-color: var(--cbs-brand-color);
  border: 0;
  border-radius: 5px;
  width: 80px;
  height: 32px;
  margin: 10px 10px;
}

.reset-input:hover {
  cursor: pointer;
  text-decoration: underline;
}

#wrap-container > .row .col-md-4 .alert-info {
  margin: 12px;
}

.tabs {
  width: 100%;
  height: 100px;
}

#data-container > .tabs > .tab-links:after {
  display: block;
  clear: both;
  content: "";
}

#data-container > .tabs > .tab-links li {
  margin: 0 5px;
  float: right;
  list-style: none;
  text-align: center;
}

#data-container > .tabs > .tab-links li:before {
  content: "";
}

#data-container > .tabs > .tab-links a {
  padding: 0 15px;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  background: #fff;
  font-size: 1.4rem;
  color: var(--cbs-brand-color);
  transition: all ease 0.4s;
  width: 62px;
  height: 32px;
  line-height: 33px;
}

#data-container > .tabs > .tab-links a:hover {
  cursor: pointer;
  background: var(--cbs-brand-color);
  text-decoration: none;
  color: #fff !important;
}

#data-container > .tabs > .tab-links > li.active a,
#data-container > li.active a:hover {
  background: var(--cbs-brand-color);
  color: #fff;
}

#data-container > .tabs > .tab-links > li > ul > li > a > fa:hover {
  color: #fff !important;
}

#data-container > .tabs > .tab-content {
  display: inline-block;
  border: solid var(--cbs-brand-color);
  border-width: 1px 0 1px 0;
  height: 490px;
  background: #fff;
}

#data-container > .tabs > .tab-content > .tab {
  display: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#data-container > .tabs > .tab-content > .tab.active {
  display: block;
}

#data-container > .tabs > .tab-links {
  margin: 0;
}

#data-container > .tabs > .tab-content div > span {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  padding-right: 20px;
}

.container-infographic #data-container > .tabs > .tab-content {
  margin-left: 0;
  width: 100%;
}

.canvas-bar,
.canvas-line {
  width: 100%;
  height: 100%;
}

.canvas-table table {
  width: 100%;
  border-collapse: collapse;
}

.canvas-table table thead {
  font-family: "Akko W01 Regular", sans-serif;
  font-weight: 600;
}

.canvas-table table tbody,
.canvas-table th {
  font-family: "Akko W01 Regular", sans-serif;
  text-align: center;
}

.canvas-table table tr {
  height: 28px;
  line-height: 28px;
  border: 0;
}

.canvas-table table td:nth-child(1),
.canvas-table table td:nth-child(2) {
  width: 15%;
}

.canvas-table table td:first-child {
  border-radius: 5px 0 0 5px;
}

.canvas-table table td:last-child {
  border-radius: 0;
}

.canvas-table table tbody tr:nth-child(2n) {
  background-color: var(--cbs-light-gray);
}

.conjunctuur-grid .highcharts-container,
.conjunctuur-grid .highcharts-container svg {
  height: auto;
  min-height: auto;
  width: 100% !important;
}

.highcharts-axis path:last-child {
  stroke-width: 0 !important;
}

.highcharts-axis text {
  transform: none !important;
  transition: none !important;
}

.highcharts-axis text tspan {
  position: absolute;
}

.legend {
  text-align: left !important;
  position: absolute;
  right: 22.1%;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border: 1px solid var(--cbs-light-gray);
  z-index: 2;
}

.titles {
  display: inline-block;
  width: auto;
}

.icons button {
  margin: 0;
  padding: 0;
  width: 32px;
}

.icons {
  line-height: 32px;
  height: 32px;
}

.icons i {
  transition: all 0.4s;
}

.source {
  font-size: 1.05rem;
}

.opacity {
  opacity: 0.5;
}

.same-line {
  display: inline-block;
}

#population-year {
  margin-left: -1px;
}

.wrap-buttons,
.wrap-timeline {
  width: 100%;
  text-align: center;
  position: relative;
}

.play-buttons {
  display: inline-block;
  width: 125px;
  border: 1px solid #c2c4c4;
  height: 32px;
  margin-top: 10px;
}

.play-buttons button {
  width: 25px;
  height: 28px;
  font-size: 1.5rem;
}

.play-buttons button .fa-pause {
  font-size: 1.1rem !important;
  position: relative;
  top: -1px;
  left: 1px;
}

.timeline {
  max-width: 691px;
  width: 100%;
  margin: 0 auto;
}

#year-slider {
  text-align: center;
}

#year-slider span {
  display: block;
}

.first-year {
  float: left;
}

.last-year {
  float: right;
}

#slider,
#slider-range {
  height: 11px;
  width: 100%;
  margin: 10px 0 0 0;
  border-radius: 0;
  border: 1px solid #c2c4c4;
  display: inline-block;
}

#slider-year {
  display: block;
  color: #c2c4c4;
  text-align: center;
  margin: 0 auto;
  border: 0;
  font-family: "Akko W01 Regular", sans-serif;
  font-weight: lighter;
}

.ui-widget-header {
  background: 0 0 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.2em !important;
}

#slider-range > .ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle {
  height: 11px !important;
  border-radius: 0;
  background: #163a72 !important;
  width: 0.7em !important;
  border: 1px !important;
  position: relative;
  top: -1px !important;
}

.check-overflow {
  margin-top: 10px;
}

.check-overflow,
.show-all-households,
.show-average-income,
.show-season-products {
  font-size: 0.95rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.check-overflow label,
.show-all-households label,
.show-average-income label,
.show-season-products label {
  cursor: pointer;
}

.check-overflow input[type="checkbox"]:checked + label,
.show-all-households input[type="checkbox"]:checked + label,
.show-average-income input[type="checkbox"]:checked + label,
.show-season-products input[type="checkbox"]:checked + label {
  font-weight: 700;
  color: var(--cbs-brand-color);
}

.check-overflow input[type="checkbox"] + label span:hover,
.show-all-households input[type="checkbox"] + label span:hover,
.show-average-income input[type="checkbox"] + label span:hover,
.show-season-products input[type="checkbox"] + label span:hover {
  text-decoration: underline;
}

.check-overflow input[type="checkbox"],
.show-all-households input[type="checkbox"],
.show-average-income input[type="checkbox"],
.show-season-products input[type="checkbox"] {
  cursor: pointer;
  display: none;
}

.fa-arrows-alt,
.fa-code,
.fa-cog,
.fa-file-pdf-o,
.fa-question {
  font-size: 1.5rem !important;
  width: 32px;
  height: 100%;
  text-align: center;
  color: var(--cbs-brand-color);
  cursor: pointer;
}

button {
  cursor: pointer;
}

.icons button .fa:hover {
  color: var(--cbs-brand-color);
}

@media (min-width: 375px) {
  .container-infographic .reset-input {
    margin: 1rem;
  }
}

@media (min-width: 992px) {
  .container-infographic .outer {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .container-infographic #wrap-container {
    max-width: 1440px;
  }

  .hidden-md,
  .hidden-lg {
    display: none !important;
  }
}
