﻿@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.woff2') format('woff2'), url('../fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.woff2') format('woff2'), url('../fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Italic.woff2') format('woff2'), url('../fonts/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-BoldItalic.woff2') format('woff2'), url('../fonts/Ubuntu-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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;
    }

html, body {
    color: #636363 !important;
    font-family: 'Ubuntu' !important;
    margin: 0px !important;
    height: 100% !important;
}

*, *::before, *::after, input, button, select, textarea {
    font-family: inherit !important;
}

.dxbl-tabs-item {
    color: #049ADB !important;
    border-top-left-radius: 25px;
    font-weight: bold;
    font-size: 10pt;
}

    .dxbl-tabs-item.dxbl-active {
        background-color: #A2DDFF !important;
    }

.padding {
    padding: 1rem;
}

.center {
    display: flex;
    flex-direction: column;
    place-items: center;
}

.left-align {
    text-align: left;
}

.left-contents {
    display: flex;
    justify-content: flex-start;
}

.right-align {
    text-align: right;
}

.right-contents {
    display: flex;
    justify-content: flex-end;
}

.header_label {
    font-size: 16pt;
    font-weight: bold;
}

.normal_label {
    font-size: 10pt;
}

.button {
    height: 32px;
    width: 80px;
}

.grid_button {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
    cursor: pointer;
    text-decoration: none;
}

.grid_button_create {
    background-image: url('../img/actions/create.png');
}

.grid_button_edit {
    background-image: url('../img/actions/edit.png');
}

.grid_button_delete {
    background-image: url('../img/actions/delete.png');
}

.h_10 {
    height: 15px;
}

.w_10 {
    width: 10px;
}

.w_15 {
    width: 15px;
}

.w_25 {
    width: 25px;
}

.w_85 {
    width: 85px;
}

.w_175 {
    width: 175px;
}

.w_375 {
    width: 375px;
}
