﻿.tooltip[data-show] {
    display: block;
}

.raet-input {
    display: flex;
    align-items: center;
}


    .raet-input .tooltip-content {
        margin-left: 5px;
        line-height: initial;
    }

.table-container {
    position: relative;
    margin: 0;
    overflow-x: auto;
    background: #fff;
}

    .table-container .table {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .table-container .tooltip {
        text-align: center;
        width: 200px;
    }

.table-loader-outer {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    z-index: -1;
}

    .table-loader-outer.show {
        background-color: rgba(37,38,38, .2);
        z-index: 100;
    }

.table-loader {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.table-loader-content {
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: sticky;
}

.sortableLabel {
    cursor: pointer;
}


.collapse-panel {
    min-height: 0;
    transition-duration: 200ms;
    transition-property: height, padding;
    transition-timing-function: ease-out;
}

    .collapse-panel.collapse {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }


.panel.collapsable .panel-heading {
    cursor: pointer;
}

.panel.dense .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel.dense .panel-body {
    padding-top: 10px;
    padding-bottom: 5px;
}

    .panel.dense .panel-body .form-group {
        margin-bottom: 13px;
    }

.panel.dense .panel-footer {
    padding-top: 10px;
    padding-bottom: 5px;
}

.raet-table {
    display: block;
}

    .raet-table .toolbar {
        display: block;
        background: #fff;
        padding: 13px;
        border-bottom: 1px solid #f0f2f5;
    }

    .raet-table .footer {
        display: block;
        background: #fff;
        padding: 13px;
        border-top: 1px solid #f0f2f5;
    }


.raet-pageload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

    .raet-pageload .inner {
        display: flex;
        width: 50vw;
        height: 50vh;
        background: #fff;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        justify-content: center;
        position: relative;
    }

.raet-pageload .logo {
    position: absolute;
    top: 30px;
    left: 30px;
}


.raet-table.sticky thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.raet-table.sticky thead th{
    z-index: 1;
}

    .combobox-list-item.active {
        box-shadow: inset 5px 0 0 0 var(--table-selected-border-color);
    }

.has-error .combobox {
    color: var(--input-error-text-color);
    box-shadow: inset 0 0 0 1px var(--input-error-border-color);
    border: 1px solid var(--input-error-border-color);
}

    .has-error .combobox:focus-within {
        color: var(--input-error-text-color);
        box-shadow: inset 0 0 0 1px var(--input-error-border-color);
        border: 1px solid var(--input-error-border-color);
    }



.nav.nav-pills a, 
.nav.nav-pills button {
    min-width: auto;
}

.pagination > * > a.disabled:before,
.pagination > * > button.disabled:before,
.pagination > * > button[disabled]:before {
    background-color: var(--caret-disabled-bg) !important;
}


.dropdown.tabdrop.hide {
    display: none;
}

.nav-tabs:not(.navbar-nav) {
    z-index: 2;
}

.form-group div.radio.disabled label {
    color: #6a6c6d;
}

.stepper > ul > li.visited + .active > :after,
.stepper > ul > li.visited + .passed > :after {
    background-color: var(--stepper-bg);
}

.list-group > a.list-group-item:not(.disabled):focus,
.list-group > a.list-group-item:not(.disabled):focus:hover {
    box-shadow: inset 0 0 0 .2rem var(--anchor-focus-outline);
}

.highlight {
    background-color: #FCDFB1;
    font-weight: bold;
}