/* Generell css for stenkoll */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/static/img/loader-64x/Preloader_2.gif') center no-repeat #fff;
}

.sidebar-brand svg {
    width: 115px;
    height: 45px;
}

.red {
    color: #881f0e !important;
}

.green {
    color: #045d10 !important;
}

.white {
    color: #f5f5f5 !important;
}

.yellow {
    color: #f5b452 !important;
}

.dt-buttons.btn-group.flex-wrap {
    float: left;
    padding-right: 10px;
}

.bg-stop {
    background-color: #de1b1b82 !important;
    color: black !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bg-stop td {
    color: black !important;
}

.hidden {
    display: none !important;
}

.docs .card {
    position: relative;
    min-height: 125px;
}

.bottom a {
    position: absolute;
    bottom: 1rem;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px;
}

.status-bar {
    margin-top: 10px;
    margin-bottom: -25px;
}

.select2-dropdown, .select2-results {
    background: #fff;
    z-index: 10003;
    width: 100%;
}