.dashboard-headline{
  font-size: 24px;
  font-weight: 400;
}

.fc-left > h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.flex-grow-none {
  flex-grow: 0;
}

.dashboard-tabs .uic-main-dashboard .tabs nav a {
  font-size: 18px;
}

.dashboard-tabs .ui-standard-entity-table thead tr:first-child th {
  font-size: 16px;
}

.dashboard-tabs .content .ember-view {
  padding: 0;
}

.dashboard-tabs .tabs {
  margin: 1rem 0;
}

.dashboard-tabs th {
  text-align: left !important;
}

.dashboard-tabs td {
  text-align: left !important;
}

.vvt-form label > span {
  width: 400px;
}

.vvt-form-list div {
  margin: 0 !important;
  padding: 15px 0 15px 40px;
  border-bottom: 1px solid #ddd;
}

.vvt-form-list div:last-child {
  border-bottom: none;
}

.vvt-form-list div:nth-child(2n) {
  background-color: #f7f7f7;
}

@media screen and (max-width: 1280px){
  .vvt-form label > span {
    width: 300px;
  }
}

.hidden-form-select {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
}

.uic-flex-fixed {
  display: flex;
}
