@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background: url('../images/Logo.svg');
    background-repeat: no-repeat;
    width: 180px;
    height: 30px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

#loadingBackground{
    background-color: #FFF !important;
    transition: none !important;
}
.loading-image{
    height: 40px;
    width: auto;
}
.form-control[readonly]{
    background-color: inherit;
}