.alert ul span.gump-field {
  font-weight: bold;
}
.container {
  width: 768px;
  padding: 2em 0;
}
/*span.mi:nth-child(odd) {background: #eee;}*/
span.mi {
  display: block;
  margin: 0 -2em;
  padding: 0.5em 2em;
}
.c-tab {
  background: none;
  border: 1px solid #ddd;
}
.c-tabs-nav__link.is-active,
.c-tabs-nav__link:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.c-tabs-nav__link {
  font-weight: bold;
  color: inherit;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
#tabs a {
  text-decoration: none;
}
#tabs a:hover {
  text-decoration: none;
}
/*.mi .skipass {margin-top: 2em;}*/
.skipass input[type="checkbox"] {
  margin-top: 0;
  width: 24px;
  height: 24px;
}
.checkbox.skipass {
  margin-top: 4px;
}
.btn-border-alert,
.btn-border-alert:hover {
  border-color: #d43f3a;
}
#logo {
  max-width: 100%;
  height: auto;
}


@media screen and (max-width: 768px) {
  .container {
    width: auto;
    padding: 1em;
  }

  .c-tabs-nav > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-tab__content .row > div  {
    width:100%!important;
  }
}

.disableDatePickerPopup::-webkit-calendar-picker-indicator{
    -webkit-appearance: none;
    display:none;
}