#blazor-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;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
.dropArea {
    border: 2px dashed #343a40;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    min-height: 200px;
    color: #6c757d;
}

.dropArea:hover {
    background-color: #f8f9fa;
    color: #333;
}

.dropArea input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropAreaDrug {
    background-color: #007bff;
}
.cb-inherit label {
    margin: 0;
    margin-top: .3rem;
    margin-left: .5rem;
}
.cb-inherit input {
    height: 0.85rem;
    margin-top: .3rem;
}
.k-numerictextbox.form-control {
    padding: 0 !important;
    display: block;
}
a.btn {
    color: #FFF !important;
}
.topButtonBar {
    margin-bottom: 1em;
}
table.objektelist tr:hover {
    background-color: rgb(234, 234, 234);
}
.sidebar {
    /*position: fixed;*/
    z-index: 100;
    height: 100vh;
    overflow-y: scroll;
    max-width: 100vw !important;
    min-width: 1px !important;
    white-space: nowrap;
    overflow-x: hidden;
    transition: width 0.2s;
}
/*.main-sidebar {
    margin-left: 260px;
}*/
.objektInfoRow {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
input[readonly] {
    background-color: #e5eaef;
}
.k-input {
    height: calc(1.8125rem + 2px) !important;
}
.k-numerictextbox {
    width: auto !important;
}
@media (min-width: 1px) and (max-width: 991.98px) {
    .sidebar.toggled {
        margin-left: -260px;
    }
    .sidebar {
        margin-left: 0;
    }
    .navbar {
        width: 100%;
    }
    footer.footer {
        width: 100%;
    }
    .content {
        width: 100%;
        max-width: 100%;
    }
}
.color-alt {
    color: rgba(0, 0, 0, 0.2);
}
.rowRIMOOld {
    color: #e80000;
}
.rowRIMOBlue {
    color: #007ad7;
}
.rowRIMOBold {
    font-weight: bold;
}
.rowRIMOAngebot {
    font-style: italic;
}
.rowGlobalFilter {
    min-height: 34px;
}
.k-grid-content, .k-grid-content-locked {
    white-space: nowrap !important;
}
.gutter.gutter-horizontal {
    background-color: #e7e7e7;
    cursor: col-resize;
}
.sidebar-dropdown .sidebar-link {
    padding: .55rem 1.5rem .55rem 1.55rem !important;
}
.wrapper.page {
    height: 100%;
}
.main {
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    transition: width 0.2s;
}
body {
    overflow: hidden;
    line-height: 1 !important;
}
.riverProgressBar {
    transition: width linear 1s;
}
.skeleton-table-row {
    height: 60px;
    display: flex;
    justify-content: space-evenly;
}

.skeleton-table-col {
    height: 60px;
    flex-basis: 25%
}
.form-group {
    margin-bottom: 0.2rem !important;
}
.k-button-md.k-icon-button > .k-button-icon {
    min-width: 0.85rem !important;
    min-height: 0.85rem !important;
}
.alert-data-changed {
    position: fixed;
    right: 0.85rem;
    top: 5rem;
    z-index: 1000;
}
.tab .nav-tabs .nav-link.active {
    font-weight: bold;
}
.sticky-btn-bar {
    z-index: 100;
    position: sticky;
    bottom: -1px;
    background-color: white;
    padding: 12px 0;
    margin-top: 12px;
    transition: opacity ease-in-out 0.5s;
}
.sticky-btn-bar.is-sticky {
    opacity: 0.2;
}
.sticky-btn-bar.is-sticky:hover {
    opacity: 1;
}
.row-beitragsrechnung, .row-rechnung, .pointer {
    cursor: pointer;
}
label {
    margin-bottom: .2rem !important;
    margin-top: .3rem !important;
}
.objettype-1-bgcolor {
    background-color: #ffffff !important;
}
.objettype-2-bgcolor {
    background-color: #fecf50 !important;
}
.objettype-3-bgcolor {
    background-color: #f9fad1 !important;
}
.objettype-4-bgcolor {
    background-color: #9fffe3 !important;
}
.objettype-5-bgcolor {
    background-color: #ffc294 !important;
}
.objettype-1-bgcolor:hover {
    background-color: #DDD !important;
}
.objettype-2-bgcolor:hover {
    background-color: #fecf5080 !important;
}
.objettype-3-bgcolor:hover {
    background-color: #f9fad180 !important;
}
.objettype-4-bgcolor:hover {
    background-color: #9fffe380 !important;
}
.objettype-5-bgcolor:hover {
    background-color: #ffc29480 !important;
}
.required {
    background-color: #ffeeee !important;
}
.rimo-tooltip::after {
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 0.5em;
    cursor: help;
}
.RIMOGrid {
    min-height: 600px;
}
.navbar {
    padding: 2px !important;
}
.avatar {
    width: 20px !important;
    height: 20px !important;
}
.content {
    padding: 0.5rem 0.5rem 1.5rem !important;
}
.card {
    margin-bottom: 0.85rem !important;
}
.card.mandantBorder {
    border: 2px solid #1abc9c! important;
    padding: 1rem;
    margin-top: 1rem;
}
.menuitem-mandant {
    border-left: 4px solid #1abc9c;
}
.mandant-bcolor {
    background-color: #1abc9c;
}
.menuitem-schaden {
    border-left: 4px solid #3498db;
}
.menuitem-vertrag {
    border-left: 4px solid #9b59b6;
}
.menuitem-versicherer {
    border-left: 4px solid #e67e22;
}
.menuitem-vfstelle {
    border-left: 4px solid #f1c40f;
}
.menuitem-objekt {
    border-left: 4px solid #2ecc71;
}
.menuitem-admin {
    border-left: 4px solid #e74c3c;
}
.menuitem-mandant .active {
    background-color: #1abc9c;
    color: #FFF;
}
.menuitem-schaden .active {
    background-color: #3498db;
    color: #FFF;
}
.menuitem-vertrag .active {
    background-color: #9b59b6;
    color: #FFF;
}
.menuitem-versicherer .active {
    background-color: #e67e22;
    color: #FFF;
}
.menuitem-vfstelle .active {
    background-color: #f1c40f;
    color: #FFF;
}
.menuitem-objekt .active {
    background-color: #2ecc71;
    color: #FFF;
}
.menuitem-admin .active {
    background-color: #e74c3c;
    color: #FFF;
}
.page-mandant {
    border-top: 4px solid #1abc9c;
    background-color: #f2f2f2;
}
    .page-mandant .nav-link.active {
        border-top: 4px solid #1abc9c;
    }

.page-schaden {
    border-top: 4px solid #3498db;
    background-color: #f2f2f2;
}
    .page-schaden .nav-link.active {
        border-top: 4px solid #3498db;
    }
.page-vertrag {
    border-top: 4px solid #9b59b6;
    background-color: #f2f2f2;
}
    .page-vertrag .nav-link.active {
        border-top: 4px solid #9b59b6;
    }
.page-versicherer {
    border-top: 4px solid #e67e22;
    background-color: #f2f2f2;
}
.page-versicherer .nav-link.active {
    border-top: 4px solid #e67e22;
}

.page-vfstelle {
    border-top: 4px solid #f1c40f;
    background-color: #f2f2f2;
}
.page-vfstelle .nav-link.active {
    border-top: 4px solid #f1c40f;
}

.page-objekt {
    border-top: 4px solid #2ecc71;
    background-color: #f2f2f2;
}
    .page-objekt .nav-link.active {
        border-top: 4px solid #2ecc71;
    }
.page-admin {
    border-top: 4px solid #e74c3c;
    background-color: #f2f2f2;
}
    .page-admin .nav-link.active {
        border-top: 4px solid #e74c3c;
    }
.sidebar-header.menuitem-mandant a {
    color: #1abc9c !important;
    font-weight: bold;
    font-size: 0.85rem;
}
.sidebar-header.menuitem-schaden a {
    color: #3498db !important;
    font-weight: bold;
    font-size: 0.85rem;
}
.sidebar-header.menuitem-vertrag a {
    color: #9b59b6 !important;
    font-weight: bold;
    font-size: 0.85rem;
}
.sidebar-header.menuitem-vfstelle a {
    color: #f1c40f !important;
    font-weight: bold;
    font-size: 0.85rem;
}
.sidebar-header.menuitem-versicherer a {
    color: #e67e22 !important;
    font-weight: bold;
    font-size: 0.85rem;
}
.sidebar-header.menuitem-objekt a {
    color: #2ecc71 !important;
    font-weight: bold;
    font-size: 0.85rem;
}
.sidebar-header.menuitem-admin a {
    color: #e74c3c !important;
    font-weight: bold;
    font-size: 0.85rem;
}
.validation-errors {
    list-style-type: disclosure-closed;
    padding: 8px 0 8px 30px;
    background-color: #dc3545;
    color: #FFF;
    line-height: 1.6rem;
}
.e-input-group .e-input[readonly], .e-input-group.e-control-wrapper .e-input[readonly], .e-float-input input[readonly], .e-float-input.e-control-wrapper input[readonly], .e-float-input textarea[readonly], .e-float-input.e-control-wrapper textarea[readonly] {
    background-color: #e5eaef !important;
}
.text-info {
    font-weight: 600;
}
.elfinder-table-header-sticky table {
    background-color: white;
}
.fileChooserModal {
    max-width: 90% !important;
}
.k-grid a {
    text-decoration: underline !important;
}