﻿.card-white-16p {
    background: white;
    height: 100%;
    width: 100%;
    padding: 16px;
    position: relative;
}

.datepicker-sm {
    width: 174px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.divider:before {
    background: #8d8d8d;
    content: "";
    display: block;
    height: 1px;
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem);
}

table.nohlTable {
    width: 100%;
    background-color: #FFFFFF;
    border-width: 2px;
    border-color: #3F454D;
    border-style: solid;
    color: #000000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

    table.nohlTable td, table.nohlTable th {
        border-width: 1px;
        border-color: #3F454D;
        border-style: solid;
        padding: 10px;
        text-align: center;
        max-width: 42px;
        font-size: 14px;
    }

    table.nohlTable thead {
        background-color: #F1F1F1;
    }

    table.nohlTable .bx--tile-content div {
        font-weight: bold;
        text-align: right;
        margin-right: 1rem;
        font-size: 11pt;
    }

.center-sfspinner {
    position: relative !important;
    justify-content: center;
    align-items: center;
}
.e-spinner-pane .e-spinner-inner {
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: 0;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
}

.loading {
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    position: relative;
    top: -152px;
    left: 75px;
    z-index:1;
}

    .loading::after {
        content: "";
        width: 50px;
        height: 50px;
        border: 4px solid #8d8d8d;
        border-top-color: cornflowerblue;
        border-radius: 50%;
        animation: loading 1s linear infinite;
        z-index: 1;
    }

@keyframes loading {
    to {
        transform:rotate(1turn);
    }
}

.edit-toggle-label {
    margin-top: -2rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.e-grid td.e-active {
    background: #b6b6b6 !important;
}

.e-grid-last-selected {
}

tr:has(.e-grid-last-selected) {
    background: #b6b6b6 !important;
}

.e-row:has(.e-detailrowexpand) {
    background-color: #b6b6b6;
}

.greater-multiline-textbox{
    height:100px;
}

.rtf-lineheight div{
    line-height:1.4;
}

.e-columnheader {
  background: #fa9999 !important;
}

.sf-grid{
    min-height: 200px;
}

ol, ul {
    list-style: revert !important;
}