/* V1.0.0 - 20191129 */
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.row {
  margin-bottom: 10px;
}

.tile {
  border: 1px solid #22c0e8;
  border-radius: 5px;
  padding: 5px;
}

#slider {
  margin: 100px auto;
}

#cardTable td {
  background-color: #f1f1f1;
}

td.td-available {
  background-color: #34b134!important;
}

.available-color {
  font-weight: bold;
  color: #34b134;
}

.notavailable-color {
  font-weight: bold;
  color: #881414;
}

.container {
  margin-top: 20px;
}

.modalTitleInline {
  display: inline;
}

#cardTable tr {
  line-height: 5px;
  min-height: 5px;
  height: 5px;
  font-size: 0.8em;
}

.disabledButton a{
  cursor: default;
  background-color: #e9ecef;
  color: #0056b3;
}