body {
  /*background-color: #DFE5E9;*/
  /* font-family: Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif; */
  background-color: #003451;
  background-image: linear-gradient(to bottom, #003451, #ffffff);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#003451),
    to(#ffffff)
  );
  background-image: -webkit-linear-gradient(top, #003451, #ffffff);
  background-image: -o-linear-gradient(top, #003451, #ffffff);
  background-image: -moz-linear-gradient(
    top,
    #003451,
    rgba(122, 149, 165, 1)
  ); /* rgba => #ff7a95a5*/
  background-repeat: repeat-x;
  background-size: 200%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003451', endColorstr='#ff7a95a5', GradientType=0);
}

.custom-autocomplete {
  position: relative;
  width: 100%;
}

.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-height: 300px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.autocomplete-dropdown li {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.autocomplete-dropdown li:last-child {
  border-bottom: none;
}

.autocomplete-dropdown li:hover,
.autocomplete-dropdown li.highlighted {
  background-color: #f8f9fa;
  color: #495057;
}

#app {
  border-radius: 6px;
}

#app a {
  color: #08c;
  text-decoration: none;
  font-weight: normal;
}

#app a:hover {
  text-decoration: underline;
}

a {
  color: #84d2ff;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.remove-icon {
  display: none;
  flex: 0 0 auto;
  width: 30px;
  padding-left:0px;
  margin-top: 5px;
}

.remove-icon:hover svg,
.remove-icon:focus svg {
  fill: red;
}

.programRow {
  flex-wrap: nowrap;
  padding-left: 6px;
  margin-right: -25px;
}

.programRow:hover .remove-icon {
  display: block;
}

.favorite:hover .remove-icon {
  display: inline;
}

.info-icon {
  flex: 0 0 auto;
  width: 20px;
  padding: 1px;
  margin-left: 1px;
  margin-right: 3px;
}

.missing {
  border-color: #ff9200;
  border-width: 3px;
}

#buttons {
  margin-left: -105px;
  width: 200px;
  left: 100%;
  position: relative;
}

[v-cloak] {
  display: none;
}

.list-group-item {
  padding: 2px 15px 2px 15px;
  border: none;
}

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #eee;
}

/* spinner https://tobiasahlin.com/spinkit/ */
.spinner {
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  margin: 50px auto 75px auto;
  background-color: #89bce7;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

#unsupported-browser {
  display: none;
  font-size: 24pt;
  color: white;
  width: 100%;
  background: red;
  text-align: center;
  padding: 50px;
  border-radius: 6px;
}

#version {
  color: #6c757d8a;
  font-size: 10pt;
}

[list]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.form-check-input:disabled {
  opacity: 0;
}

.hasWarningTest input,
.hasWarningTest select {
  background-color: #e9ecef;
  opacity:1;
}

#programInfo-modal blockquote {
  margin: 0 1rem 0 1rem;
}

#programInfo-modal blockquote div {
  padding-left: 2em;
  text-indent: -1em;
}

#programInfo-modal .modal-dialog {
    max-width: 850px;
}

.app-container {
  max-width: 95%;
}

. programRow {
  padding-left: 5px;
}
