@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    background: url(../images/KFC_Logo_HighRes.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 100%;
    font-family: Calibri, sans-serif;
}

.xaf-nav-link {
    font-weight: bold;
}

.AppifySheets-grid th {
    /*white-space: nowrap !important;*/
    word-wrap: break-word !important;
}

.card {
    background-color: rgba(255, 255, 255, .85) !important;
}

.card-header {
    font-weight: bold !important;
}

.text-left {
    white-space: pre;
    text-align: center !important;
}

.data-dxdg-column-id {
    text-align: center !important;
}

.modal-content {
    background: url(../images/KFC_Logo_HighRes.png) no-repeat center center fixed;
    /* Add the blur effect */
    /*filter: blur(8px);*/
    /*-webkit-filter: blur(8px);*/

    opacity: 1.0;
    /*-webkit-transition: background 1.5s linear;*/
    /*-moz-transition: background 1.5s linear;*/
    /*-o-transition: background 1.5s linear;*/
    /*transition: background 1.5s linear;*/
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}


.dxbs-popup.modal-dialog {
    /*max-width: 85% !important*/
}