label {
  margin-bottom: 0 !important;
}

ul.simulation-options li {
  padding: 1.5rem 0;
}

input#id_simulationName {
  font-weight: 700;
  color: var(--sesam-dark-blue);
  background: transparent;
}

.accordion-button:not(.collapsed) {
  color: #235B8C;
}

.accordion-button:not(.collapsed)::after {
  display: none !important;
}

.accordion-button:not(.collapsed) {
  pointer-events: none !important;
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.col-md-6 {
  padding: 0;
}

.list-group-item {
  padding: .5rem 1rem;
  color: inherit;
}

/* Could be removed, if the old analyzer playback is removed */
.analyzer-map {
  height: 100%;
  min-height: 500px;
  width: 100%;
  background-color: transparent !important;
  z-index: 2;
}


#recenterButton {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 10px;
  margin-top: 80px;
  z-index: 1000;
}

#recolorButton {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 10px;
  margin-top: 118px;
  z-index: 1000;
}

.tab-inside-div {
  padding: 1rem;
  background-color: white;
  border-right: 1px solid #dddfeb;
  border-left: 1px solid #dddfeb;
  border-bottom: 1px solid #dddfeb;
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: "\25BC";
  background-color: transparent !important;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: #235B8C;
  border: none;
  border-radius: 0;
  text-align: center;
  line-height: 14px;
  box-shadow: none;
  box-sizing: content-box;
  content: "\25BA";
  background-color: transparent !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0 !important;
}

.help {
  cursor: help;
}

.text-bg-sesam {
  color: #235B8C !important;
  background-color: rgb(226, 239, 254) !important;
}

.text-bg-light-sesam {
  color: #d1d3e2 !important;
  background-color: #f9f9f9 !important;
}

.edge-link,
.trip-link {
  cursor: pointer;
}

/* COLOR ELAPSED TIME IN RANGE SLIDER */
/* https://stackoverflow.com/a/38163892 */


/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #43e5f7;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7;
}

.disabled-text {
  color: #d3d3d3;
  opacity: 0.5;
}