@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

//https://supportcenter.devexpress.com/ticket/details/t747539/form-how-to-align-dxnumberbox-item-to-the-right
.form-container .dx-numberbox .dx-texteditor-input {
    text-align: right;
}
/*.dxbl-text-edit-input {
    text-align: right;
}*/
/*.spinEditInput {
    text-align: right;
}*/

.my-spin {
    text-align: right !important;
}
html, body {
    height: 100%;
}
#simple input[type=text] {
    text-align: right;
}
app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.png');
    mask: url('../images/Logo.png');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 200px;
    height: 42px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}