﻿body {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: .01071em;
    font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
}

#target {
    min-height: 90vh;
    height: 100vh;
    position: relative;
}

.grid-container {
    height: calc(100vh - 270px);
    padding: 0px;
    padding-bottom: 5px;
    margin-bottom: 2px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(0,0,0,0.5);*/
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    --sk-color: white;
}

.progress-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    --sk-color: white;
}
.card-box {
    height: 380px;
    overflow: hidden;
}
.inner-box {
    padding: 0;
    margin: 0;
    height: 268px;
}
/* DIALOGS */
.mud-dialog {
    max-height: calc(100vh - var(--mud-appbar-height)) !important;
    overflow-y: auto !important;
}

/* GRIDS */
.grid-box {
    height: calc(100vh - 280px);
    border-bottom: 1px solid #dee2e6;
}

.e-pagerexternalmsg {
    display: none !important;
}

.e-grid .e-pager {
    border-bottom: none !important;
}

.e-control {
    font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    font-weight: 400;
}

.e-grid .e-headercelldiv {
    font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    font-weight: 700;
}

.e-grid .e-focused:not(e-menu-item) {
    box-shadow: none !important;
}

.e-grid .e-rowcell {
    cursor: pointer;
}

input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
    font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
    font-weight: normal;
}

.e-ddl.e-input-group.e-control-wrapper .e-input {
}

.e-ddl.e-input-group.e-control-wrapper.e-input-focus::before, .e-ddl.e-input-group.e-control-wrapper.e-input-focus::after {
    background: var(--mud-palette-primary);
}

.e-dropdownbase .e-list-item, .e-dropdownbase .e-list-item.e-item-focus {
    font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
    font-weight: normal;
}

.e-ddl.e-input-group input.e-input::selection {
    color: var(--mud-palette-white);
    background: var(--mud-palette-primary);
}

.e-headercell {
    background-color: aliceblue !important;
}

.item-bar {
    display: flex;
    align-items: center;
    margin-left: 15px;
    max-height: 60px;
}

.item-date {

}

.item-date-inner {

}

.item-date-inner label {
    font-size: 11px;
    font-weight: 600;
}

.item-button {
    margin-left: 15px;
}

.item-button-inner {

}
