form {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.form-select {
    border-color: #0d6efd;
}
label {
    display: block;
}

.highlight {
    font-weight: bold;
    color: red;
}

.highlight--price {
    font-weight: bold;
    /*color: green;*/
    color: #0d6efd;
}

.card-header svg {
    max-width: 15px;
}

.card-header a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
}

.select-all {
    text-decoration: none;
    border-bottom: 1px dashed #333;
    color: #333333;
}

.select-all:hover {
    color: #333333;
    border-color: transparent;
}

.st0 {
    fill: #F36E21;
}

.st1 {
    fill: #000;
}

.logo svg {
    max-width: 200px;
}

.change_view {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.change_view svg {
    max-width: 25px;
    height: 15px;
    width: 15px;
}

.change_view span {
    margin-right: 20px;
}

span.nav-link {
    color: #495057;
}

.nav-tabs span.nav-link:focus,
.nav-tabs span.nav-link:hover {
    color: #495057;
    border-color: transparent;
    cursor: default;
}

.btn-group {
    flex-wrap: wrap;
}

th.kpi {
    width: 400px;
}
@media (min-width: 1400px) {
    .container {
        max-width: 90%;
    }
}
.accordion-body {
    font-size: 14px;
}