body {
  /*                 background: #3e3e3e; */
  background-color: #f8f9fa !important;
  font-family: 'Helvetica Neue', Arial;
  /*                 font-size: 11px; */
  color: #071437;
}

header {
  background: #253754;
  color: white;
}

footer {
  background: #e2efffb8;
  color: white;
  backdrop-filter: blur(6px);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #646464;
  border-color: #646464;
}

.nav-tabs .nav-link {
  color: #ccc;
}

.nav-tabs .nav-link:hover {
  border-color: transparent !important;
  color: white;
}

table#productionScriptData tr:first-child {
  border: 1px solid #999 !important;
}

.tab-content .nav-pills .nav-link,
.tab-content .nav-pills .show > .nav-link {
  color: #999;
}

.tab-content .nav-pills .nav-link.active,
.tab-content .nav-pills .show > .nav-link {
  background-color: #f8f9fa;
  color: #444;
}

.left-column .nav-pills .nav-link,
.left-column .nav-pills .show > .nav-link {
  color: #ddd;
}

.left-column .nav-pills .nav-link.active,
.left-column .nav-pills .show > .nav-link {
  background-color: #ffffff30;
  color: #fff;
}

footer .nav-pills .nav-link {
  color: #777;
}

footer .nav-pills .nav-link.active,
footer .nav-pills .show > .nav-link {
  color: #222;
  background-color: #e1e1e1;
}

.table thead th {
  border-top: none;
}

#data .table-sm td,
#data .table-sm th {
  padding: 0.1rem;
}

.table-sm td {
  font-family: 'Jura', sans-serif;
}

.table tr.active td {
  background: #ffffff30;
}

div.data-wrapper {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0.1rem 0.5rem;
  font-family: 'Jura', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #17a2b8;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4ebf3;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  overflow: hidden;
  text-wrap: nowrap;
}

.background-blue {
  background: #253754;
}

.background-blue div.data-wrapper {
  background-color: #00000030;
  border: 1px solid #00000050;
  color: white;
}

.background-blue textarea {
  background-color: #00000030;
  border: 1px solid #00000050;
  color: white;
}

.modal-dialog-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  /*                 align-items: end; */
  min-height: calc(100% - 1rem);
  max-width: 100% !important;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

.popover {
  max-width: 400px !important;
}

.hidden {
  display: none !important;
}

.left-column .table tr.active th,
.left-column .table tr.active td {
  background: #007bff;
  color: white;
}

.left-column .table tr.active td:nth-child(1)::before {
  width: 90px;
  height: 15px;
  position: absolute;
  margin-top: -16px;
  content: 'CURRENT SKIER';
  font-size: 10px;
  color: white;
  background: #007bff;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  padding-right: 7px;
  right: 30px;
}

.left-column .table td {
  vertical-align: middle !important;
}

.left-column .table td:first-child,
.left-column .table th:first-child {
  border-radius: 5px 0 0 5px;
  padding-left: 10px !important;
}

.left-column .table td:last-child,
.left-column .table th:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 10px !important;
  text-align: right;
}

#passDataTrickSection .table-sm td {
  padding: 0 0.75rem !important;
}
