@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;
}

.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;
    }

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .custom-drop-zone.custom-drag-over {
        background-color: #868A8D;
    }

.text-right {
    text-align: right;
}

.blazored-toast-container.position-topright {
    z-index: 11111 !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

/* Dev express css override start */

/*Grid header*/
.dxbl-grid-header-content {
    color: white;
    justify-content: center;
}

.dxbl-grid .dxbl-grid-table > thead .dxbl-grid-header-row > th:not(.dxbl-grid-empty-cell)::before {
    background: #36454F !important;
    opacity: 1;
}

.dxbl-grid-sort-asc, .dxbl-grid-sort-desc {
    position: absolute;
    right: 0;
}

.dxbl-grid-header-content > :not(:last-child) {
    margin: 0;
}
/*End*/
/* Grid selected row */
.dxbl-grid .dxbl-grid-table .dxbl-grid-selected-row:not(.dxbl-grid-focused-row):not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell) {
    color: white;
}

    .dxbl-grid .dxbl-grid-table .dxbl-grid-selected-row:not(.dxbl-grid-focused-row):not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell)::before {
        background-color: #36454F;
        opacity: 0.6;
    }

/* End */

/* Buttons */
.dxbl-btn.dxbl-btn-primary,
.dxbl-pager > .dxbl-btn.dxbl-btn-outline-secondary.dxbl-pager-active-page-btn {
    background: #36454F;
    color: white;
}

    .dxbl-btn.dxbl-btn-primary:hover {
        background: white !important;
        color: #36454F !important;
    }

/* End */

.DxButtonStyle {
    background-image: url(../wwwroot/images/Signature.png)
}

/* Dev express css override end */

/* Scrollbar css */

/* Firefox */
html {
    scrollbar-color: #36454F #ececec;
    scrollbar-width: thin;
}

/* WebKit and Chromiums */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #ececec;
}

::-webkit-scrollbar-thumb {
    background: #36454F;
    border-radius: 5px;
}

/* end */
