html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.logo {
  max-width: 200px;
}

.nav-link {
  font-size: x-large;
  color: #1e2125;
}
.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }

.input-group-append {
  cursor: pointer;
}

#myChart {
  height: 100%;
  width: 100%;
  min-height: 150px;
  margin-bottom: 50px;
  padding: 10px;
}

.zc-ref {
  display: none;
}
