html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/logo.svg');
    background-repeat:no-repeat ;
    background-position:center ;
/*    -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: 70px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
/*
.header-left-side .header-logo {
    background-color: ActiveCaption !important;
    border-style: inset !important;
}*/

body dx-license {
    display: none !important;
}

body .dx-license {
    display: none !important;
}

.header {
    min-height: 4.3rem !important;
}

.WelcomeTitle{
    font-size:x-large !important;
}

.pp-calendar .zero {
    color: #bbb;
}

.pp-calendar .has {
    font-weight: 600;
    background-color: #eef6ff;
}

.pp-calendar th {
    white-space: nowrap;
}

.pp-calendar td {
    min-width: 60px;
}
