body {
  color: black;
  font-size: 12px;
}
body a {
  text-decoration: none;
  color: #306baf;
}
body a:hover {
  color: #306baf;
}
body a:focus {
  outline: none;
  box-shadow: 0 0 3px black;
}
body a.no-hover:hover,
body a.no-hover:focus {
  opacity: 0.6;
  text-decoration: none;
}
.clickable {
  cursor: pointer;
}
.visually-hidden {
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  width: 1px;
  height: 1px;
}
.link-primary {
  color: #306baf;
}
.edit-form {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.edit-form h3 {
  margin: 10px 0;
  padding: 10px 10px 10px 20px;
  background: black;
  color: white;
  border-bottom: 1px black solid;
}
.edit-form input {
  width: 300px;
}
.edit-form-head {
  margin: 10px 0;
  padding: 10px 10px 10px 20px;
  background: black;
  color: white;
  border-bottom: 1px black solid;
}
.edit-form-modal h3 {
  margin: 0 0;
  padding: 10px 10px 10px 20px;
  background: #d6e9c6;
  color: black;
  border-bottom: 1px black solid;
}
.edit-form-modal input {
  width: 300px;
}
.edit-form-modal-head {
  margin: 0 0;
  padding: 10px 10px 10px 20px;
  background: #d6e9c6;
  color: black;
  border-bottom: 1px black solid;
}
.rls-dxAccordionModal .dx-accordion-item-title {
  background: #d6e9c6 !important;
}
.rls-dxAccordionModal h3 {
  margin: 0 0;
  padding: 10px 10px 10px 20px;
  color: black;
}
.rls-dxAccordionModal input {
  width: 300px;
}
.edit-form-modal-footer h3 {
  margin: 0 0;
  padding: 10px 10px 10px 20px;
  background: #add262;
  color: white;
}
.edit-form-modal-footer input {
  width: 300px;
}
.noteToFromDisplay td {
  padding-right: 5px;
}
.body-content .nav-green li {
  margin-left: 0 !important;
}
.body-content .nav-green li a {
  color: black;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  border-bottom: 5px solid #add262;
}
.body-content .nav-green li a.on,
.body-content .nav-green li a:hover {
  background: #add262;
  text-decoration: none;
}
.body-content .nav-simple li {
  margin-left: 0 !important;
}
.body-content .nav-simple li a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.body-content .nav-simple li a.on,
.body-content .nav-simple li a:hover {
  background-color: #e7e7e7;
  text-decoration: none;
}
.body-content .subMenuList {
  padding-left: 10px;
  list-style: none;
  background-color: #d6e9c6;
}
header {
  background-color: white;
  border-bottom: 3px solid #979797;
}
header.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
header a {
  text-decoration: none;
  color: black;
}
header a:hover {
  color: black;
}
header .mainMenu {
  float: right;
  margin-top: 5px;
  text-align: right;
}
header .mainMenu strong {
  font-size: 16px;
}
header .menuList {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
  float: right;
}
header .menuList li {
  float: left;
}
header .menuList a {
  padding: 0 12px;
  height: 25px;
  line-height: 25px;
  font-weight: 700;
}
footer {
  background-color: #d6e9c6;
  color: black;
}
footer a {
  text-decoration: none;
  color: black;
}
footer .help {
  margin: 5px 0 10px 0;
  font-size: 18px;
}
footer .help .menu-footer {
  list-style: none;
}
footer .help .menu-footer li {
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid #45525e;
}
footer .legal {
  border-top: 1px solid #4b4c4d;
  height: 40px;
  padding-top: 10px;
}
footer .social-link {
  margin-right: 15px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 2px 10px;
}
.dxTableOverride .dx-datagrid-headers table.dx-datagrid-table {
  background-color: black;
  color: white;
}
.dxTableOverride [role='columnheader'] {
  border-left: 1px solid #636769 !important;
  border-right: 1px solid #636769 !important;
}
.dxTableOverride .dx-row {
  cursor: pointer;
}
.dxTableOverride .dx-texteditor-input-container {
  height: 100%;
}
.table-greyout {
  background-color: lightgray;
}
.gmail_extra {
  display: none;
}
.notebody {
  font-size: 12px !important;
}
.notebody p {
  margin: 0 0 !important;
}
.waitingoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 10000;
  text-align: center;
  padding-top: 170px;
  font-size: 5em !important;
}
.waitingoverlay-element {
  position: relative;
}
.waitingoverlay-element .waitingoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 10000;
  text-align: center;
  padding-top: 10px;
  font-size: 5em !important;
}
.modal-body {
  max-height: calc(80vh);
  overflow-y: auto;
}
.modal-body.shrink {
  max-height: calc(60vh);
}
.sorItemTable td:nth-child(1) {
  font-weight: bold;
  text-align: right;
  width: 75px;
  vertical-align: middle;
}
.sorItemTable td:nth-child(2) {
  text-align: right;
  width: 220px;
}
.sorItemTable thead tr th {
  text-decoration: underline;
}
.reporterLookupRepairItemTable td:nth-child(1) {
  width: 75px;
}
.reporterLookupRepairItemTable td:nth-child(2) {
  width: 200px;
}
.bg-muted {
  color: white;
  background-color: #337ab7;
}
.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 2px;
}
.popover {
  max-width: 650px;
}
.docTag,
.docTag-blueviolet,
.docTag-brown,
.docTag-chocolate,
.docTag-darkred,
.docTag-darkgreen,
.docTag-darkgoldenrod,
.docTag-deeppink,
.docTag-lightcoral,
.docTag-midnightblue,
.docTag-purple,
.docTag-seagreen,
.docTag-red,
.docTag-steelblue,
.docTag-khaki,
.docTag-sienna,
.docTag-yellowgreen {
  background-color: lightgray;
  color: black;
  padding: 3px;
  overflow: hidden;
  border-radius: 3px;
}
.docTag span {
  background: rgba(255, 255, 255, 0.2);
  padding: 3px;
  margin-left: 5px;
}
.docTag[violate=red] {
  outline: 3px dashed #b94a48;
  margin: 3px;
}
.docTag[violate=yellow] {
  outline: 3px dashed #ec971f;
  margin: 3px;
}
.docTag-blueviolet {
  background-color: blueviolet !important;
  color: white;
}
.docTag-brown {
  background-color: brown !important;
  color: white;
}
.docTag-chocolate {
  background-color: chocolate !important;
  color: white;
}
.docTag-darkred {
  background-color: darkred !important;
  color: white;
}
.docTag-darkgreen {
  background-color: darkgreen !important;
  color: white;
}
.docTag-darkgoldenrod {
  background-color: darkgoldenrod !important;
  color: black;
}
.docTag-deeppink {
  background-color: deeppink !important;
  color: white;
}
.docTag-lightcoral {
  background-color: lightcoral !important;
  color: black;
}
.docTag-midnightblue {
  background-color: midnightblue !important;
  color: white;
}
.docTag-purple {
  background-color: purple !important;
  color: white;
}
.docTag-seagreen {
  background-color: seagreen !important;
  color: white;
}
.docTag-red {
  background-color: red !important;
  color: white;
}
.docTag-red div.fixedShift {
  background-color: darkred;
}
.docTag-steelblue {
  background-color: steelblue !important;
  color: white;
}
.docTag-khaki {
  background-color: khaki !important;
  color: black;
}
.docTag-sienna {
  background-color: sienna !important;
  color: white;
}
.docTag-yellowgreen {
  background-color: #9adc32 !important;
  color: black;
}
.custom-item-tagbox .docTag {
  position: absolute;
}
.custom-item-tagbox .tag-name {
  padding-left: 50px;
}
.editNoteDialog {
  font-size: 16px;
}
.editNoteDialog .modal-footer {
  font-size: 12px;
}
th.text-rotate-45,
span.text-rotate-45,
div.text-rotate-45 {
  /* Something you can count on */
  height: 90px;
  white-space: nowrap;
}
th.text-rotate-45 > div,
span.text-rotate-45 > div,
div.text-rotate-45 > div {
  transform: /* Magic Numbers */translate(0px, -7px)/* 45 is really 360 - 45 */ rotate(320deg);
  width: 25px;
}
th.text-rotate-45 > div > span,
span.text-rotate-45 > div > span,
div.text-rotate-45 > div > span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
}
.table-wizard {
  width: 100%;
}
.table-wizard tbody tr th {
  min-width: 130px;
  text-align: right;
  vertical-align: middle;
}
table.lines td {
  padding: 0 4px 4px 0;
}
.dataGridRemoveSearchGlass .dx-datagrid .dx-datagrid-headers .dx-datagrid-content table tbody tr td .dx-editor-with-menu .dx-filter-menu {
  display: none;
}
.dataGridRemoveSearchGlass .dx-datagrid .dx-datagrid-headers .dx-datagrid-content table tbody tr td .dx-editor-with-menu .dx-editor-container .dx-textbox .dx-texteditor-container .dx-texteditor-input-container input {
  padding-left: 5px;
}
.dx-fileuploader-wrapper {
  padding: 8px;
}
.dx-scrollable-container {
  overflow-y: scroll;
}
.dxListOverride .rotate-45-container {
  height: 25px;
  margin-top: 80px;
}
.inline-heading {
  display: inline-block;
}
.dxListOverride .dx-scrollable-container {
  overflow-y: auto;
}
.dxListOverride.dxListDraggable .dx-list-item {
  min-height: 23px;
}
.dxListOverride .dx-list-item {
  border-top: none;
}
.horizontal-rule-low-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.dxListOverride .dx-list-item-content {
  vertical-align: middle;
  padding: 0 10px;
}
.dxListOverride.compact .dx-list-item-content {
  padding: 0 4px 0 0;
}
.dxListOverride.list-no-state .dx-state-active {
  color: black !important;
  background-color: transparent !important;
}
.dxListOverride.list-no-state .dx-state-hover {
  box-shadow: none !important;
}
.dxListOverride.list-non-clickable .dx-list-item {
  cursor: default;
}
.dxListOverride.list-striped .dx-list-item {
  border-bottom: 1px solid #dddddd;
}
.dxListOverride.list-striped .dx-list-item:nth-child(even),
.dxListOverride.list-striped .dx-list-item.dx-state-hover:nth-child(even) {
  background-color: whitesmoke;
}
.dxListOverride.list-striped .dx-list-item:nth-child(odd),
.dxListOverride.list-striped .dx-list-item.dx-state-hover:nth-child(odd) {
  background-color: white;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
  color: #333333;
}
.dx-trackbar-container.dx-progressbar-container {
  height: 24px;
}
.dx-trackbar-container .dx-trackbar-range.dx-progressbar-range {
  background-color: #3cb734;
  border-color: #339b2c;
  background: linear-gradient(0deg, #339b2c 0%, #3cb734 50%, #339b2c 100%);
}
.dx-progressbar-wrapper .dx-progressbar-status {
  top: -22px;
  left: 46%;
  color: black;
  font-weight: bold;
}
.ddr table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 4px;
}
.ddr table.double {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}
.ddr table .secondary {
  background-color: #d6dce4;
}
.ddr table .comments {
  background-color: #e5d4f2;
}
.ddr table .rls {
  background-color: whitesmoke;
}
.ddr tr.heading,
.ddr tr.heading td,
.ddr tr.heading th,
.ddr td.heading,
.ddr th.heading {
  background-color: #b2b2b2;
}
.ddr tr.credit,
.ddr tr.credit td,
.ddr tr.credit th,
.ddr td.credit,
.ddr th.credit {
  background-color: yellow !important;
}
.ddr .delete {
  text-align: center;
  background-color: #f5e6e5;
}
.ddr td,
.ddr th {
  text-align: left;
  vertical-align: top;
  border: 1px solid black;
  padding: 4px;
}
.ddr .no-borders td,
.ddr .no-borders th,
.ddr td.no-borders,
.ddr th.no-borders {
  border: none;
}
.cke_top,
.cke_bottom {
  background: #f8f8f8 !important;
}
.cke_combo_on a.cke_combo_button,
.cke_combo_off a.cke_combo_button,
.cke_combo_on a.cke_combo_button:active {
  border: none !important;
}
.cke {
  border: 1px solid #dddddd !important;
}
.dx-icon-expand90 {
  line-height: 17px !important;
  font: 14px/1 DXIcons;
  transform: rotate(90deg);
}
.dx-icon-expand90:before {
  content: "\f04a";
}
.badge.badge-xs {
  padding: 1px 5px;
  font-weight: normal;
  font-size: 90%;
}
/* IMPORTANT: If you change these, change global.thumbnailSize() in main.js too! */

.thumbnailContainer {
  max-width: 122px;
}
.thumbnailContainer .thumbnail {
  max-width: 112px;
}
/* Hide Content, Except from Screen Readers */

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}
/* Columnular Dropdowns */

.dx-list-item-content.columns {
  padding: 0 4px !important;
}
.dx-list-item-content.columns .row > div {
  padding-top: 2px;
  padding-bottom: 2px;
}
.dx-list-item-content .row > .sep {
  border-right: 1px solid #cccccc;
}
.dx-list-item-content .row > div {
  word-wrap: break-word;
  text-wrap: wrap;
}
/* Alternate Deleted/Cancelled Grid Row */

tr.bg-danger.dx-row-alt,
tr.bg-danger.dx-row-alt > td {
  background-color: #eed3d3;
}
tr.bg-warning.dx-row-alt,
tr.bg-warning.dx-row-alt > td {
  background-color: #fcf8e3;
}
/* Deleted Grid Row Hover/Selection */

tr.dx-data-row.bg-danger.dx-state-hover,
tr.dx-data-row.bg-danger.dx-state-hover td,
tr.dx-data-row.bg-danger.dx-selection,
tr.dx-data-row.bg-danger.dx-selection td {
  background-color: #eed3d3 !important;
}
tr.dx-data-row.bg-warning.dx-state-hover,
tr.dx-data-row.bg-warning.dx-state-hover td,
tr.dx-data-row.bg-warning.dx-selection,
tr.dx-data-row.bg-warning.dx-selection td {
  background-color: #fcf8e3 !important;
}
/* Dropdown Button Appearance */

.dx-dropdownbutton .dx-icon-spindown {
  margin-right: 0;
  margin-left: 2px;
}
.dx-dropdownbutton .dx-button-has-text .dx-button-content {
  padding: 4px 6px 4px 10px;
}
.dx-popup-wrapper .dx-scrollable-container {
  overflow-y: auto;
}
/* Bootstrap Toolbar Button Theme */

.dx-button.btn-info,
.dx-button.btn-warning,
.dx-button.btn-danger,
.dx-button.btn-success,
.dx-button.btn-primary,
.dx-button.btn-public,
.dx-button.btn-info .dx-icon,
.dx-button.btn-warning .dx-icon,
.dx-button.btn-danger .dx-icon,
.dx-button.btn-success .dx-icon,
.dx-button.btn-primary .dx-icon,
.dx-button.btn-public .dx-icon {
  color: white;
}
.dx-button.btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.dx-button.btn-info:hover,
.dx-button.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.dx-button.btn-info:active,
.dx-button.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.dx-button.btn-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.dx-button.btn-success:hover,
.dx-button.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.dx-button.btn-success:active,
.dx-button.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.dx-button.btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.dx-button.btn-danger:hover,
.dx-button.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.dx-button.btn-danger:active,
.dx-button.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.dx-button.btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.dx-button.btn-warning:hover,
.dx-button.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.dx-button.btn-warning:active,
.dx-button.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.dx-button.btn-primary {
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  background-repeat: repeat-x;
  border-color: #245580;
}
.dx-button.btn-primary:hover,
.dx-button.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.dx-button.btn-primary:active,
.dx-button.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.dx-button.btn-public {
  background-image: linear-gradient(to bottom, #ae5cb7 0%, #8d4096 100%);
  background-repeat: repeat-x;
  border-color: #873d8f;
}
.dx-button.btn-public:hover,
.dx-button.btn-public:focus {
  background-color: #8d4096;
  background-position: 0 -15px;
}
.dx-button.btn-public:active,
.dx-button.btn-public.active {
  background-color: #8d4096;
  border-color: #873d8f;
}
.wide.container {
  width: 90%;
}
/* Fixes display of "between" filter on grids. Too hard to read with black background. */

td.dx-editor-cell .dx-editor-with-menu {
  background: white;
}
.force-word-wrap {
  word-wrap: break-word;
}
/* Emulate Bootstrap 4.x Gutter Removal */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* Small Gutters for Packages and Forms */

.small-gutters > [class*="col-"] {
  padding: 0 12px 0 0;
}
.small-gutters > [class*="col-"]:first-child {
  padding-left: 12px;
}
/* Utility */

.color-box {
  display: inline-block;
  width: 20px;
  text-align: center;
  height: 20px;
  border: 1px solid black;
  background: #f0f0f0;
  color: black;
  margin-right: 4px;
}
.is-dragging {
  z-index: 9001;
}
.form-vertical label,
.form-vertical .middle {
  padding-top: 10px;
}
.no-wrap {
  white-space: nowrap;
}
.modern h2 {
  font-size: 140%;
}
.modern h3 {
  font-size: 120%;
}
.modern h4 {
  font-size: 115%;
}
.modern h5 {
  font-size: 110%;
}
.checkboxes-row input[type="checkbox"],
.checkboxes-row input[type="radio"] {
  padding: 0;
  margin: 0 3px 0 0;
}
.actions-link,
.actions-text {
  margin: 0 6px;
}
.actions-link.sm,
.actions-text.sm {
  margin: 0 0 0 4px;
}
.bg-selected {
  background: rgba(225, 217, 208, 0.5);
}
.modern label {
  font-weight: normal;
  display: inline-block;
  margin: 0;
}
.table.table-field-list tr:first-child > td {
  border-top: none;
}
.form-vertical .radio-list label,
.form-vertical .check-list label,
.inline label,
.radio-list label,
.check-list label {
  padding: 0;
}
h2.form-title {
  margin: 0 0 1.25em 0;
  font-weight: bold;
  font-size: 120%;
}
.panel-heading h2.form-title {
  margin: 0;
}
input.full-field,
textarea.full-field,
select.full-field {
  width: 100%;
}
.text-public {
  color: #8d4096;
}
.bg-public {
  background-color: #f2e3f3;
}
a.bg-public:hover,
a.bg-public:focus {
  background-color: #e4c7e7;
}
abbr.fuzzy[title] {
  text-decoration: none;
  border-bottom: none;
  cursor: help;
}
.drop-target {
  position: relative;
}
.vw-classic tr.selected,
.reorderable-container.orderable-container li.selected {
  background: rgba(225, 217, 208, 0.5);
}
/* Packages/Forms */

.reorderable-caption {
  background: #f0f0f0;
  padding: 6px;
  font-weight: bold;
  text-decoration: underline;
}
ol.orderable {
  display: block;
  margin: 0;
  padding: 0;
}
ol.orderable > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-flow: flex-start;
  align-items: center;
  gap: 4px;
}
ol.orderable > li > .content {
  cursor: pointer;
  flex: 1;
  padding: 0;
  overflow-wrap: anywhere;
  overflow: hidden;
  display: inline;
  margin-right: 6px;
}
ol.orderable > li.sub-caption {
  font-weight: bold;
  padding: 2px 0;
  cursor: default;
}
ol.orderable > li > .check {
  flex: 0 0 20px;
  align-self: flex-start;
}
ol.orderable > li > .number {
  flex: 0 0 20px;
  text-align: right;
}
ol.orderable > li > .grabber {
  flex: 0 0 32px;
  padding: 2px 0;
  text-align: center;
  margin-right: 4px;
  align-self: stretch;
  background: #f2f4fd;
}
ol.orderable > li > .grabber:hover {
  background: #e4e9fb;
}
.reorderable-container.chooseable {
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 0;
  margin: 0 0 12px 0;
}
.reorderable-container.chooseable > ol.orderable {
  background: #f7f7f7;
}
.reorderable-explain {
  padding: 6px;
  background: #f7f7f7;
}
.reorderable-container.orderable-container li {
  border-bottom: 1px solid #dddddd;
  background: white;
}
.reorderable-container.orderable-container li .content {
  padding: 4px 3px;
}
.reorderable-container.orderable-container li:nth-child(even) {
  background: #f7f7f7;
}
.reorderable-container.orderable-container li.bg-danger:nth-child(even) {
  background: #f2dede;
}
.reorderable-container.orderable-container li > .grabber {
  margin-right: 0;
}
.reorderable-container.orderable-container li:last-child {
  border-bottom: none;
}
/* Pictures and Comments */

.pic-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px 6px;
  margin-bottom: 6px;
}
.pic-list > .pic-list-entry {
  position: relative;
  flex: 0 0 22%;
  border: 1px solid transparent;
  padding: 6px;
  border-radius: 6px;
}
.pic-list > .pic-list-entry:hover {
  border-color: #dddddd;
}
.pic-list-actions {
  z-index: 9000;
  position: absolute;
  left: 6px;
  top: 6px;
  background: #f0f0f0;
  padding: 6px 3px;
}
.pic-list-line {
  margin: 4px 0;
}
.pic-list-line.authoring {
  padding: 0 3px;
  font-size: 90%;
}
.pic-list-line select {
  height: 28px;
  font-size: 100%;
}
.pic-list-line textarea {
  font-size: 100%;
  resize: none;
}
.pic-list-image {
  display: block;
  height: 120px;
  cursor: zoom-in;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid transparent;
}
.pic-list-entry.deleted .pic-list-image {
  filter: grayscale(1);
}
.tabular-image {
  display: block;
  cursor: zoom-in;
  width: 100%;
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dddddd;
  border-radius: 6px;
  width: auto;
}
/* Document Splitter */

.thumbnailParent {
  background: #f7f7f7;
}
.thumbnailParent > .thumbnailColumn:first-child {
  border-right: 1px solid #dddddd;
}
.thumbnailColumn {
  max-height: 396px;
  overflow-y: auto;
  min-height: 200px;
  background: white;
  border-bottom: 1px solid #dddddd;
}
.thumbnailContainer {
  display: block;
  max-width: 122px;
  margin: 0 5px;
}
.thumbnailContainer .thumbnail {
  display: block;
  max-width: 112px;
  text-decoration: none;
}
.thumbnailContainer.selected .thumbnail {
  background: rgba(225, 217, 208, 0.5);
}
.thumbnailContainer .thumbnail:hover {
  text-decoration: none;
}
/* Document Checklist */

.button-actions-row {
  text-align: center;
}
.button-actions-row button {
  min-width: 80px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.tags-icon {
  color: #62e469;
}
.checklist-upload {
  border: 1px solid #f7f7f7;
  padding: 3px;
  background: #fafafa;
  border-radius: 6px;
  margin-bottom: 3px;
}
.checklist-upload:nth-child(2) {
  background: #fefefe;
}
.checklist-upload:last-child {
  margin-bottom: 0;
}
.checklist-sidebar {
  padding: 8px;
  border-left: 2px solid #dddddd;
  background: #f7f7f7;
}
.checklist-sidebar .row {
  padding-bottom: 4px;
}
.checklist-loan-types label {
  font-weight: normal;
  display: block;
  margin: 0;
}
.checklist-groups {
  overflow: hidden;
}
.checklist-parent .checklist-groups {
  overflow-x: auto;
}
.checklist-names-container {
  margin-top: 140px;
  margin-bottom: 6px;
  height: 25px;
}
.checklist-container {
  background: #eef7fb;
}
.checklist-container.bg-danger {
  background: #f2dede;
}
.checklist-names-container > div.n {
  display: inline-block;
  white-space: nowrap;
  height: 150px;
  width: 28.5px;
}
.checklist-names-container > div.n > div {
  transform: translate(0px, -4px) rotate(300deg);
  width: 25px;
}
.checklist-names-container > div.n > div > span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 6px;
}
.checklist-name {
  display: inline-block;
  width: 398px;
}
.checklist-container .checklist-name {
  padding: 6px 3px;
}
.checklist-names-container .checklist-name {
  padding: 4px 0 3px 6px;
}
.checklist-name {
  padding: 4px 0 3px 6px;
  display: inline-block;
  width: 398px;
}
.checklist-entries {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  border: 0;
}
.checklist-entry {
  width: 100%;
  display: table-row;
}
.checklist-entry > div {
  display: table-cell;
  overflow-wrap: anywhere;
  padding: 0;
  height: 25px;
  vertical-align: top;
  width: 28.5px;
  min-width: 28.5px;
}
.checklist-entry:nth-child(odd) {
  background: #f7f7f7;
}
.checklist-entry.bg-danger:nth-child(odd) {
  background: #f2dede;
}
.checklist-entry > div.draggable-row {
  width: 30px;
  min-width: 30px;
}
.checklist-entry > div.delete {
  text-align: center;
  width: 30px;
  min-width: 30px;
}
.checklist-entry > div.name {
  padding: 0 6px;
  width: 340px;
  min-width: 340px;
}
/* Classic View and Shared */

.modern .docTag {
  font-size: 75%;
}
.vw-classic .header-row {
  background: #f0f0f0;
}
.vw-classic tr {
  background: white;
}
.vw-classic tr.highlight,
.vw-classic .highlight {
  background: #f4ffe6;
}
.vw-classic .docTag,
.vw-classic .label {
  margin-right: 4px;
}
.doc-toolbar {
  background: #f7f7f7;
  padding: 6px;
  border-bottom: 1px solid #dddddd;
}
.collapsable-row {
  background: #eef7fb;
  padding: 0;
  text-align: center;
}
.view-only .collapsable-row {
  background: #f7f7f7;
}
.collapsable-box {
  cursor: pointer;
  text-align: center;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  color: black;
  display: inline-block;
  width: 32px;
  border-radius: 3px;
}
.collapsable-box:hover {
  background: rgba(0, 0, 0, 0.05);
}
.draggable-row {
  vertical-align: middle;
  text-align: center;
  background: #f2f4fd !important;
}
.draggable-row:hover {
  text-align: center;
  background: #e4e9fb;
}
.draggable-grab {
  text-align: center;
  color: #a0a0a0;
  cursor: move;
}
.right-row,
.right-cell {
  text-align: right;
}
.center-row,
.center-cell {
  text-align: center;
}
.vertical-middle-row,
.vertical-middle-cell {
  vertical-align: middle !important;
}
.doc-source-name {
  vertical-align: middle;
}
.upload-validation-entry {
  min-height: 26px;
}
/* Icon Containers */

.folder-icon {
  margin-left: 3px;
  color: #e4b562;
}
.documents-view-icons {
  border: 1px solid #e3e3e3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
.documents-view-icons .icon-container-parent {
  flex: 6;
}
.documents-view-icons .icon-sidebar {
  flex: 2 2 80px;
}
.icon-folder-header {
  background: #eef7fb;
  vertical-align: middle;
  padding: 3px;
  font-weight: bold;
}
.icon-folder-header > label {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
div.icon-folder-header {
  padding: 5px;
}
.view-only .icon-folder-header {
  background: #f7f7f7;
}
.icon-folder-header .collapsable-box {
  margin-right: 5px;
}
.icon-folder-header .folder-name {
  margin: 0 8px 0 6px;
}
.icon-sidebar-container {
  position: relative;
  background: #f7f7f7;
  border-left: 2px solid #dddddd;
  min-width: 20vw;
  max-width: 20vw;
}
.icon-sidebar {
  width: inherit;
  position: sticky;
  top: 0;
  padding: 8px !important;
}
.icon-sidebar div {
  padding-bottom: 3px !important;
}
.icon-sidebar .commands button {
  min-width: 48%;
  margin-bottom: 6px;
  margin-right: 3px;
}
.icon-sidebar .commands button.wide {
  min-width: 98%;
}
.icon-sidebar .doc-name {
  font-weight: bold;
  font-size: 120%;
}
.icon-container-parent {
  display: block;
}
.icon-container {
  padding: 8px;
  position: relative;
  user-select: none;
}
a[href].icon-pair {
  display: block;
  color: black;
  text-decoration: none;
}
a[href].icon-pair:hover {
  text-decoration: none;
}
.icon-container .icon-pair.persisted > .image {
  color: #333333;
}
.icon-container .icon-pair.selected,
.icon-container .icon-pair.selected.deleted {
  background: rgba(225, 217, 208, 0.5);
  /*background: rgba(220, 230, 255, 0.7);*/

}
.icon-container .icon-pair.deleted {
  background: #f5e5e5;
}
.icon-container .icon-pair.highlight {
  background: #f4ffe6;
}
.icon-drag-selector {
  position: absolute;
  display: inline-block;
  border: 2px solid rgba(175, 153, 131, 0.5);
  border-radius: 5px;
  background: rgba(225, 217, 208, 0.3);
  z-index: 9002;
}
/* Icon Grid: Sidebar File List */

.file-list-caption {
  font-weight: bold;
  margin-top: 4px;
}
ol.file-list-ordered {
  padding-inline-start: 20px;
}
ol.file-list-ordered > li::marker {
  font-weight: bold;
}
.file-list > .file-list-entry {
  background: #fefefe;
  border: 1px solid #f0f0f0;
  padding: 6px;
  margin-bottom: 3px;
}
.file-entry-name {
  max-width: 310px;
  overflow-wrap: anywhere;
}
/* Icon Grid: Small View */

.vw-small .icon-container-parent {
  overflow-x: hidden;
  font-size: 110%;
  display: block;
}
.vw-small .icon-container .icon-pair:hover {
  background: #f7f7f7;
}
.vw-small .icon-container .icon-pair > .image {
  float: left;
}
.vw-small .icon-container .icon-pair > .doc-name {
  overflow-wrap: anywhere;
  max-width: 90%;
  display: inline-block;
  margin-left: 6px;
}
.vw-small .icon-container .icon-pair {
  text-align: left;
  vertical-align: top;
  line-height: 1.6em;
}
/* Icon Grid: Large View */

.vw-large .icon-container .icon-pair {
  min-height: 40px;
}
.has-sidebar.vw-large .icon-container .icon-pair {
  min-height: 40px;
}
.vw-large .icon-container .icon-pair {
  max-width: 10%;
  flex: 1 1 10%;
}
.has-sidebar.vw-large .icon-container .icon-pair {
  max-width: 12%;
  flex: 1 1 12%;
}
/* Icon Grid: Thumb View */

.vw-thumb .icon-container .icon-pair {
  flex: 0 0 128px;
  /* flex: 0 0 256px;
    flex: 0 0 64px; */

}
.vw-thumb .icon-container img.icon {
  width: 128px;
  /* width: 256px;
    width: 64px; */

}
.vw-thumb .icon-container .icon-pair > .image.no-thumb {
  display: inline-block;
  width: 128px;
  line-height: 166px;
  /*
    width: 256px;
    line-height: 331px;
    width: 64px;
    line-height: 83px; */

}
.vw-thumb .image {
  position: relative;
}
.vw-thumb .image .overlay {
  position: absolute;
  background: transparent;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  opacity: 90%;
  color: white;
  background: black;
  width: 32px;
  height: 32px;
  bottom: 10px;
  right: 10px;
}
/* Icon Grid: Large/Thumb Shared */

.vw-large .icon-container,
.vw-thumb .icon-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 8px;
}
.vw-large .icon-container .icon-pair,
.vw-thumb .icon-container .icon-pair {
  height: auto;
  border: 1px solid transparent;
  border-radius: 6px;
  text-align: center;
}
.has-sidebar.vw-large .icon-container .icon-pair,
.has-sidebar.vw-thumb .icon-container .icon-pair {
  height: auto;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-align: center;
}
.vw-large .icon-container .icon-pair:hover,
.vw-thumb .icon-container .icon-pair:hover {
  border: 1px solid #c7c7c7;
}
.vw-large .icon-container .icon-pair > .image,
.vw-thumb .icon-container .icon-pair > .image {
  font-size: 40px;
}
.vw-large .icon-container .icon-pair > .doc-name,
.vw-thumb .icon-container .icon-pair > .doc-name {
  overflow-wrap: anywhere;
  margin-top: 4px;
}
@media only screen and (max-width: 1100px) {
  .vw-thumb .icon-container .icon-pair {
    max-width: 30%;
    flex: 1 1 30%;
  }
  .vw-large .icon-container .icon-pair {
    max-width: 12%;
    flex: 1 0 12%;
  }
  .has-sidebar.vw-large .icon-container .icon-pair {
    max-width: 16%;
    flex: 1 0 16%;
  }
}
@media only screen and (max-width: 800px) {
  .vw-thumb .icon-container .icon-pair {
    max-width: 40%;
    flex: 1 1 40%;
  }
  .vw-large .icon-container .icon-pair {
    max-width: 16%;
    flex: 1 0 16%;
  }
  .has-sidebar.vw-large .icon-container .icon-pair {
    max-width: 20%;
    flex: 1 0 20%;
  }
}
@media only screen and (max-width: 600px) {
  .vw-thumb .icon-container .icon-pair {
    max-width: 80%;
    flex: 1 1 80%;
  }
  .vw-large .icon-container .icon-pair {
    max-width: 20%;
    flex: 1 0 20%;
  }
  .has-sidebar.vw-large .icon-container .icon-pair {
    max-width: 25%;
    flex: 1 0 25%;
  }
}
/* Drag 'n Drop */

.is-dragging-target {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  opacity: 0.75;
}
.is-dragging-target,
.is-dragging-target .draggable-grab,
.is-dragging-target .content,
.is-dragging-target a[href] {
  cursor: move;
}
.is-dragging-target.over-non-target,
.is-dragging-target.over-non-target .draggable-grab,
.is-dragging-target.over-non-target .content,
.is-dragging-target.over-non-target a[href] {
  cursor: not-allowed !important;
}
@keyframes drag-hover-top {
  0% {
    box-shadow: 0px -4px 0px #17e600 inset;
  }
  50% {
    box-shadow: 0px -12px 0px #17e600 inset;
  }
  100% {
    box-shadow: 0px -4px 0px #17e600 inset;
  }
}
@keyframes drag-hover-right {
  0% {
    box-shadow: 4px 0px 0px #17e600 inset;
  }
  50% {
    box-shadow: 12px 0px 0px #17e600 inset;
  }
  100% {
    box-shadow: 4px 0px 0px #17e600 inset;
  }
}
@keyframes drag-hover-bottom {
  0% {
    box-shadow: 0px 4px 0px #17e600 inset;
  }
  50% {
    box-shadow: 0px 12px 0px #17e600 inset;
  }
  100% {
    box-shadow: 0px 4px 0px #17e600 inset;
  }
}
@keyframes drag-hover-left {
  0% {
    box-shadow: -4px 0px 0px #17e600 inset;
  }
  50% {
    box-shadow: -12px 0px 0px #17e600 inset;
  }
  100% {
    box-shadow: -4px 0px 0px #17e600 inset;
  }
}
hr.thin,
hr.sep {
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
  border-top: 1px solid #bbbbbb;
  text-align: left;
  margin-left: 0;
}
hr.sep {
  border-top-color: #dddddd;
  margin: 0 0 12px 0;
}
.flyout-tooltip {
  padding: 2px;
}
.flyout-tooltip.closing {
  opacity: 0.5 !important;
}
.flyout-tooltip-body {
  background: #ffffe6;
  padding: 8px !important;
}
.dxbl-upload-small.dxbl-upload {
  padding-top: 0;
  display: inline-block;
}
.dxbl-upload-droppable {
  background-color: rgba(23, 230, 0, 0.3) !important;
}
.well.upload-drop-target {
  background: #fafafa;
  border-style: dashed;
}
/* Gets rid of DevExpress DxLoadingPanel component extra visual whitespace. */

.loading-panel-idle {
  display: inline !important;
}
.member-key {
  text-decoration: underline solid;
}
.member-value {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 3px;
}
.member-value.v1 {
  text-decoration: line-through;
  text-decoration-color: rgba(169, 68, 66, 0.3);
  color: #a94442;
}
.member-value.v2 {
  color: #2b542c;
}
.validation-title {
  font-weight: bold;
}
ol.validation-list,
ul.validation-list {
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
}
td.checkbox-cell,
th.checkbox-cell {
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
}
td.checkbox-cell.disabled,
th.checkbox-cell.disabled {
  cursor: not-allowed;
}
th.checkbox-cell,
td.checkbox-cell.head {
  background: whitesmoke;
}
td.checkbox-cell {
  background: #fcfcfc;
}
th.checkbox-cell:hover,
td.checkbox-cell.head:hover {
  background: #f0f0f0;
}
td.checkbox-cell:hover {
  background: #f8f8f8;
}
