﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* General overrides
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

h3.absolute,
span.absolute{
    position: absolute;
}

h3.absolute.top,
span.absolute.top {
    top: 0
}

.bi.dx-link .icon {
    font-size: 16px;
}

.bi-no-icon {
    width: 20px;
    display: inline-block;
}

.dx-datagrid .dx-toolbar-button.dx-state-disabled .bi.dx-link {
    color: var(--au-color-grey);
}

.alert-statistic {
    --bs-alert-border-color: var(--au-color-deepred-base);
    --bs-alert-color: var(--au-color-darkgrey);
}

.mt-6,
.my-6 {
    margin-top: 5rem !important;
}

/* Page reload countdown
-------------------------------------------------- */
.data-reload-loader {
    height: 5px;
    background: linear-gradient(var(--au-color-deepred-plus4) 0 0) 0/0% no-repeat var(--au-color-deepred-min5);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}

@keyframes l1 {
    100% {
        background-size: 100%
    }
}