﻿.alert > ul.validation-errors {
    margin-bottom: 0;
}

.btn-action {
    padding: .1rem .4rem;
}

.btn-xs {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.75rem;
}

.card-header {
    background: #1C739F;
    color: white;
}

    .card-header:first-child {
        --bs-body-color: white;
    }


div.code-toolbar > .toolbar {
    right: 1.5rem;
}

#error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.filter-object {
    position: relative;
    display: inline-block;
    min-width: 200px;
    height: 38px
}


input:disabled {
    cursor: not-allowed;
}

.table-dark {
    --bs-table-bg: #595959;
}

.table-tiny {
    margin-bottom: 0;
}

    .table-tiny td, .table-tiny th {
        padding: 0;
    }

.scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

select:disabled {
    cursor: not-allowed;
}
