
@font-face {
    font-family: "soehne";
    src: url("/static/fonts/soehne-buch.woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "soehne";
    src: url("/static/fonts/soehne-buch-kursiv.woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "soehne";
    src: url("/static/fonts/soehne-dreiviertelfett.woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "soehne";
    src: url("/static/fonts/soehne-dreiviertelfett-kursiv.woff2");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "soehne";
    src: url("/static/fonts/soehne-kraftig.woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "soehne";
    src: url("/static/fonts/soehne-kraftig-kursiv.woff2");
    font-weight: 500;
    font-style: italic;
}

.font-weight-bold {
    font-weight: 500!important;
}

:root {
    --primary-purple: #8353FF;
}
body {
    font-family: "soehne", arial, sans-serif;
}

.container {
    max-width: 980px;
}

h1 {

    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 1rem;
}

h1 .small {
    font-size: 1rem;
}

h2 {
    font-family: "soehne";
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-weight: 500;
    font-style: normal;
    margin-top: 3rem;
}

h3,
h6 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.w-1px {
    width: 1px;
}

.big-number {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.big-number small {
    font-size: 1.1rem;
}

.nowrap {
    white-space: nowrap
}

.caption {
    color: #a4a4a4;
    font-size: 14px;
}

.no-hover-underline:hover {
    text-decoration: none
}

.top-nav .navbar .filter-option,
.top-nav .nav-link {
    color: #666;
    font-size: 95%;
}

.top-nav .nav-link:hover,
.top-nav .nav-link.active {
    color: #495057 !important;
}

.top-nav.sub-nav .nav-link:hover,
.top-nav.sub-nav .nav-link.active {
    border-bottom: 3px solid var(--primary-purple);
}

.top-nav .nav-link.active {
    font-weight: 500;
}

.nav-link .fas {
    width: 2em;
    text-align: center;
}

.bg-success {
    background-color: #1A9780 !important;
}

.text-success {
    color: #1A9780 !important;
}

.dataTables_filter {
    float: right !important;
}

svg.main-svg,
svg.main-svg * {
    overflow: visible !important;
}

.input-inline {
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.text-gray {
    color: #a4a4a4;
}

.cursor-pointer {
    cursor: pointer
}

.avatar-group .avatar {
    margin-right: -10px
}

.avatar {
    display: inline-block;
    border-radius: 50%;
    vertical-align: bottom;
    margin-bottom: 3px;
}

.avatar-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 36px;
    width: 36px;
    font-size: 12px;
    color: white;
}

.avatar-sm .avatar-inner {
    height: 21px;
    width: 21px;
    font-size: 7px;
}

.avatar-green {
    background-color: #56ad6f;
}

.avatar-blue {
    background-color: #568aad;
}

.avatar-purple {
    background-color: #6a56ad;
}

.avatar-red {
    background-color: #ad5656;
}

.avatar-orange {
    background-color: orange;
}

.avatar-grey {
    background-color: grey;
}

.avatar-brown {
    background-color: brown;
}


.nav-link {
    font-weight: normal
}

.nav-line {
    border-bottom: 0px solid #ddd
}

.nav-line .nav-link {
    color: #b4b4b4;
}

.nav-line .nav-link.active {
    background: inherit;
    border-bottom: 3px solid #8353FF;
}


.sidebar-col {
    text-transform: uppercase;
    width: 195px;
}

#bodycontent-col {
    width: calc(100% - 195px);
}


.breadcrumb {
    border-bottom: 0px solid #e4e4e4;
    background: inherit;
}

/*
.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #aaa;
}
.breadcrumb-item>a {
    color: #333;
}
*/

.section--priority td:first-child {
    border-left: 5px solid #ffc107;
}

.section--investigate td:first-child {
    border-left: 5px solid #027bff;
}

.section--ignored td,
.section--ignored .text-muted,
.section--ignored a {
    color: #ccc !important;
}

.section--ignored td .badge {
    background-color: #ccc;
}

.section--ignored td:first-child {
    border-left: 5px solid #ccc;
}

.section--alerts td:first-child {
    border-left: 5px solid #dc3545;
}

.section--other td:first-child {
    border-left: 5px solid #f2f2f2;
    color: #f2f2f2;
}

.no-wrap {
    white-space: nowrap;
}

.hide {
    display: none;
}

ul.messages {
    padding-left: 0;
}

ul.messages li {
    list-style: none;
}

ul.messages li.success {
    background:
}

.buttons-columnVisibility {
    color: #aaa;
}

.buttons-columnVisibility.active {
    color: #000;
    background: white;
}

.color-666 {
    color: #666
}
/*
turbo-frame {
    transition: opacity 500ms;
}

turbo-frame[busy] {
    opacity: 0.5;
}
 */

select[data-controller=selectpicker-link] {
    border: 0;
    padding: 0 0.5em;
    background: inherit;
    display: inline-block;
}

.rowlink-table td,
.rowlink-table th {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.rowlink-table tr {
    position: relative;
}

.rowlink {
    padding: .25em 0;
    display: block;
}

.rowlink:hover {
    text-decoration: none;
}

.rowlink::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 29px;
    text-decoration: none;
}


#top-nav {
    padding: 0px 16px;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 4;
    transition: padding 250ms, font-size 250ms;
}

#top-nav button {
    font-size: 14px;
    padding: 7px;
}

#top-nav .nav-link.active {
    border-bottom: 0px solid #495057;
    transition: border 50ms;
}

#top-nav .navbar-brand img {
    width: 135px;
    margin-bottom: 2px;
}

#top-nav button {
    margin-top: 1px;
}

#top-nav .dropdown-toggle::after {
    color: #6c757d;
}

#site-show-header {
    padding-top: 4px;
    transition: font-size 250ms, padding 250ms;
}

#site-show-header button {
    font-size: 80%;
    transition: font-size 250ms, padding 250ms;
}

.font-weight-medium {
    font-weight: 500;
}
