/* Custom Dashboard Styling */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    border-radius: 10px;
    transition: transform 0.2s;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}

.breadcrumb {
    background: transparent;
    padding-left: 0;
}

.card-body p:last-child {
  margin-bottom: 0;
}

table tr:last-of-type td {
    border-bottom-width: 0px;
}

table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}
.timezone {
    float: right;
    font-size: 80%;
}
#parameterSelectForPlot {
    width: 100%;
}
#xaxisModeSelect {
    width: fit-content;
    display: block;
    margin: 0 auto;
}
.custom-tabs-disabled {
  border-bottom: 2px solid #dee2e6; /* Base line of the tabs */
}
.custom-tabs .nav-link {
  background-color: #dee2e6; /* Background color of unselected tabs */
  color: #495057; /* Text color of unselected tabs */
  border: 1px solid #dee2e6;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  margin-right: 0.25rem;
  border-bottom: none; /* Merges the bottom border of the tab into the base line */
}
.custom-tabs .nav-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6 #dee2e6 transparent;
}
.custom-tabs .nav-link.active {
  background-color: #ffffff; /* Background color of selected tab */
  color: rgb(33, 37, 41);/*#0d6efd; *//* Bootstrap primary color */
  border-color: #dee2e6 #dee2e6 transparent;
}
.tab-pane table thead tr th {
    background-color: white;
}
@media (max-width: 1199px) {
  .center-stack-fix {
    width: 100%;
  }
}
div.parameter-select-for-plot button {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5rem;
    padding: 2px 6.6875px 10px 6.6875px;
}
#parameter-selection > div.parameter-select-for-plot > button {
    display: none;
}
#parameter-selection > div.parameter-select-for-plot:nth-last-child(1 of :not(.d-none)) > button {
    display: block;
}
#plotPane {
    position: relative;
}
@media (min-width: 1400px) {
    #xaxisModeSelect.legendOverlap {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }
    #xaxisModeSelect.legendOverlap.three {
        bottom: 18px;
    }
    #xaxisModeSelect.legendOverlap.three.four {
        bottom: 36px
    }
}
