html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

ul.ui-autocomplete {
    z-index: 1100;
}

@font-face {
    font-family: "GintoBold";
    src: url("../fonts/ginto/ABCGintoNormal-Bold.woff2") format("woff2"), url("../fonts/ginto/ABCGintoNormal-Bold.woff") format("woff");
}

@font-face {
    font-family: "GintoLight";
    src: url("../fonts/ginto/ABCGintoNormal-Light.woff2") format("woff2"), url("../fonts/ginto/ABCGintoNormal-Light.woff") format("woff");
}

body {
    font-family: GintoLight;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.score {
    font-family: GintoBold;
    font-size: 40px;
    text-align: center;
}

.score-text {
    font-family: GintoBold;
    font-size: 18px;
}

.score-description {
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
}

.score-icon {
    vertical-align: middle;
    font-size: 40px;
}

.form-inline > * {
    margin: 10px;
    font-weight: bold;
}

.navbar {
    background-color: #2B1769;
}

.card-title {
    font-family: GintoBold;
}

.card-center {
    text-align: center;
}

.card-number {
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}

.nps-number {
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

h1, h2 {
    font-family: GintoBold;
}

/* stars rating  */

.checked {
    color: orange;
}

.label-margin {
    margin-right: 10px;
}

.card-height-150 {
    height: 150px;
}

.dagoverzicht-table {
    margin-left: -5px;
}

    .dagoverzicht-table > thead > tr:first-child > td,
    .dagoverzicht-table > tbody > tr:first-child > td {
        border: none;
    }