

button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.bi-info-circle {
    font-size: 0.9em;
}

label .bi-info-circle:hover {
    color: var(--bs-primary);
}

.required-field::after {
    content: " *";
    color: var(--bs-danger);
    font-weight: 600;
}

body {
    font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f8f9fa;
}

:root {
    --dt-row-selected: 90, 90, 90;
}
div.DTE button.btn.remove {
    display: none;
}

div.DTE_Field_Name_CONFIDENTIALNOTES .confidential {
    display: none;
}

div.DTED_Lightbox_Wrapper {
    left: 1em;
    right: 1em;
    margin-left: 0;
    width: auto;
}

label.DTE_Label {
    width: 15% !important;
}

div.DTE_Field_Input {
    width: 84% !important;
}

    div.DTE_Field_Input .tallest {
        height: 250px;
    }

    div.DTE_Field_Input .tall {
        height: 100px;
    }


body {
    background-color: #f5f5f2;
    font-size: 13px;
    font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969 !important;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Make DataTables table feel like Bootswatch Flatly */
#dataGridSearch.table {
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    overflow: hidden; /* keeps rounded corners */
}

/* Header bar like Flatly */
#dataGridSearch thead th {
    background-color: var(--bs-primary);
    color: #fff;
    border-bottom: 0 !important;
    font-weight: 600;
    vertical-align: middle;
    padding: .65rem .75rem;
}

    /* So the sort icons don't look faded on dark header */
    #dataGridSearch thead th.sorting,
    #dataGridSearch thead th.sorting_asc,
    #dataGridSearch thead th.sorting_desc {
        background-image: none !important; /* DataTables sometimes adds BG images */
    }

/* Cell borders: subtle, not boxed-in */
#dataGridSearch tbody td {
    border-top: 1px solid rgba(0,0,0,.08);
    padding: .5rem .75rem; /* table-sm is too tight with DataTables */
}

/* Zebra striping: subtle */
#dataGridSearch.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(0,0,0,.025);
}

/* Hover: a touch stronger */
#dataGridSearch.table-hover > tbody > tr:hover > * {
    background-color: rgba(0,0,0,.06);
}

/* Keep DataTables wrapper controls aligned with Bootstrap */
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    display: inline-block;
    width: auto;
    margin-left: .5rem;
}

/* Pagination: match Bootstrap shape */
.dataTables_wrapper .pagination {
    margin: 0;
}

#wizPills {
    scroll-margin-top: 1rem;
}

