.table td, .table th {
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
}
.table th {
    text-align: center;
}

.table {
    margin-bottom: 0;
}

.table tr:hover {
    background-color: #e0eeff;
}

.nav-tabs {
    background-color:#e0eeff;
    font-size: 15px;
    font-weight: bold;
}

.table > .thead-light th {
    border: 0px solid #ffffff;
}

.sticky-table .thead-light th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: auto;
    border: 0px solid #ffffff;
}

.bread_crumbs {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

.json-val {
    color: #4B0082;
    font-weight: bold;
}


.dark-spoiler .sp-button {
    cursor: pointer;
    outline: none;
    border: 1px solid #000;
    border-radius: 0.2em;
}

.dark-spoiler .sp-content {
    margin-top: 0.1em;
}

.dark-spoiler .sp-button[value="Show"] + .sp-content {
    display: none;
}


.nav-link-tab {
    padding: 0 1rem;
}
.nav-tabs .nav-link-tab {
    display: flex;
    align-items: center;
    background-color: #bbb;
}
.nav-tabs .nav-link-tab {
    line-height: 1.1;
    font-size: 12px;
}
.nav-tabs .nav-link-tab img {
    margin: 0 10px 0 0;
}
.nav-tabs .nav-link-tab {
    background: #ccc;
    margin-right: 10px;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
}
.nav-link-tab.active {
    background-color: #e9ecef;
}
.nav {
    background-color: #fff;
}
/*.filters div > select,
.filters div > input {
    width: 230px;
    height: 40px;
    border: none;
}

.select2-selection--single,
.select2-selection--multiple {
    border-color: #999;
    min-height: 40px;
}*/

.multiselect__tag {
    background-color: #0078d7;
}
.multiselect__option.multiselect__option--highlight {
    background-color: #0078d7;
    border-radius: 4px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #0078d7;
    border-radius: 4px;
}

pre {
    overflow: auto;
    max-width: 600px;
}

/*
.btn-primary {
    background-color: #18aa80;
}
*/

.filter-submit {
    color: #fff;
    font: 500 14px/1.4 'Roboto', sans-serif;
    background-color: #18aa80;
    border-style: none;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all ease 0.1s;
    font-weight: bold;
}

.filter-submit:hover {
    transform: scale(1.1);
}

th.vertical-header{
    height: 300px;
    padding: 6px 2px;
}
th.vertical-header > div{
    height: 100%;
    display: flex;
    align-items: flex-end;     /* вниз */
    justify-content: center;   /* центр */
}
th.vertical-header > div > span{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}