@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.dxbs-fl .dxbs-fl-cpt {
    font-weight: 600;
}

.dx-tabs-content-panel
{
    padding-top: 15px;
}

.xaf-flex-auto {
    flex: auto;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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;
}

/* Logon Form Start */
.logon-main {
    max-width: 410px;
    width: 410px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.18);
    border-radius: 3px;
}

.logon-main.card .card-header,
.logon-template-header {
    font-size: 1.1rem;
    font-weight: 600;
}

.logon-viewsite .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.logon-toolbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.logon-toolbar .btn-toolbar {
    width: 100%;
}

.logon-toolbar .btn-toolbar > div {
    width: 100%;
}

.logon-bottom-toolbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.logon-bottom-toolbar .btn-toolbar > div:nth-last-child(2) {
    flex: 0 !important;
}

.logon-bottom-toolbar .btn-toolbar > div:nth-last-child(3) {
    margin-right: 0 !important;
}

.logon-bottom-toolbar .btn-toolbar > .btn-group.dxbs-toolbar-group {
    flex: 1;
}

.middle-text-separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--gray);
    padding: 0.5rem 0;
}

.middle-text-separator::before, .middle-text-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--gray);
}

.middle-text-separator::before {
    margin-right: 1rem;
}

.middle-text-separator::after {
    margin-left: 1rem;
}

.toolbar-language-switcher-wrapper {
    min-width: 160px;
}

.toolbar-language-switcher-wrapper * { /*fix flex layout*/
    min-width: 0;
}

.xaf-language-switcher-text-container span { /*xaf-ellipsis*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* Logon Form End */

.mie-data-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mie-data-grid > .card {
    display: flex;
    height: 100%;
}

.mie-data-grid > .card > .dxbs-grid-vsd {
    flex: 1 1 auto;
    height: 100%;
}

.mie-data-grid > .card > div:not(.dxbs-grid-vsd) {
    flex: 1 0 auto;
}

.modal-body {
    padding: 0;
}

.btn > .icon {
    margin: 0 8px 0 0;
}

.message-icon {
    margin: 0 8px 0 0;
}

.message-button {
    margin: 0 0 0 8px;
}
.navbar.header-navbar {
    background-color: #5f368d;
}