body {
    --valid-row-display: table-row;

    font-family: Arial,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 11pt;
    font-weight: 400;
}

.bg-info {
/*
    background-color: #3ca4cb;
*/
    background-color: #17a3b2;
}

.btn-info, .page-item.active .page-link {
/*
    background-color: #3ca4cb;
    border-color: #3ca4cb;
*/
    background-color: #17a3b2;
    border-color: #17a3b2;
}

.btn-link, .page-link {
/*
    color: #3ca4cb;
*/
    color: #17a3b2;
}

input[type='checkbox'] {
/*
    accent-color: #3ca4cb;
*/
    accent-color: #17a3b2;
}

.bg-warning {
    background-color: #f6c226;
}

.btn-warning {
    background-color: #f6c226;
    border-color: #f6c226;
}

.bg-danger {
    background-color: #ae303c;
}

.btn-danger {
    background-color: #ae303c;
    border-color: #ae303c;
}

.bg-success {
    background-color: #3b9c52;
}

.btn-success {
    background-color: #3b9c52;
    border-color: #3b9c52;
}

.btn, .form-control, .input-group-text {
    font-size: 11pt;
    font-weight: 400;
}

.nav-item.dropdown .dropdown-toggle {
    font-weight: 400;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: .25rem;
}

.nameArt {
    color: white;
}

.nameMoby {
/*
    color: #3ca4cb;
*/
    color: #17a3b2;
}

h1, h2, h3, h4, h5, h6 {
    margin: 9px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 18px;
    color: inherit;
    text-rendering:optimizelegibility
}

h1, h2, h3 {
    line-height:36px
}

h1 {
    font-size:35.75px
}

h2 {
    font-size:29.25px
}

h3 {
    font-size:22.75px
}

h4 {
    font-size:16.25px
}

h5 {
    font-size:13px
}

h6 {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
    margin: 0
}

a {
/*
    color: #3ca4cb;
*/
    color: #17a3b2;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}

@media print {
    a {
        color: #000;
        /* underline always applied when links are created in PDFs */
    }

    /* doesn't appear to work */

    ::placeholder, ::-webkit-input-placeholder {
	display: none;
    }

    .container {
      width: auto;
    }

    a:link {
        text-decoration: none;
    }
}

.table-xs td, .table-xs th {
    padding: 2px;
}

.text-tag {
    color: #f8930a;
}

.btn-tag {
    background-color: #f8930a;
    color: #eeeeee;
    padding: 4px;
}

.badge-tag {
    background-color: #f8930a;
    color: #eeeeee;
    font-size: 10pt;
    margin: 2px 4px 2px 0;
    padding: 4px;
    min-width: 110px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.badge-tag:has(.badgeclose-tag) {
    min-width: 130px;
}

/*
.badge-tag::before {
    content: '';
    padding: 0;
    margin: 0;
    height: 10px; /* otherwise mysterious vertical padding gets added
}
*/

.badge-tag .tag-link {
    flex-grow: 1;
}

.badge-tag .tagName {
    flex-grow: 1;
    text-align: left;
}

.badge-tag.selectable {
    border-radius: 8px;
    border: 4px solid white;
}

.badge-tag.selectable.selected {
    border: 4px solid black;
}

.btn-tag.disabledTag, .badge-tag.disabledTag {
/*
    background-color: #ddd;
    color: #fff;
*/
    background-color: #fff;
    color: #999;
    border: 1px solid #999;
    padding: 3px;
}

.btn-tag.lightColorTag, .badge-tag.lightColorTag {
    color: #333;
}

@media print {
    .badge.badge-tag {
        border: unset;
    }
}

.lightColorIcon {
    color: #999;
}

.darkColorIcon {
    color: #ccc;
}

.badge-newtag {
    background-color: #fff;
    color: #333;
    border: 1px solid #999;
    padding: 3px;
    font-size: 10pt;
    margin: 2px 4px 2px 0;
    min-width: 130px;
}

.badge-newtag .tag-link,
.badge-newtag .tag-link:hover {
/*
    color: #3ca4cb;
*/
    color: #17a3b2;
}

.badge-tag .tag-link {
    color: #f8f8f8;
}

input[type="submit"].tag-link {
    background-color: unset;
    border: unset;
    padding: unset;
    font-weight: bold;
    text-decoration: none;
}

input[type="submit"].tag-link:hover, input[type="submit"].tag-link:focus {
    text-decoration: underline;
}

.badge-tag.lightColorTag .tag-link {
    color: #000;
}

.badge-tag.lightColorTag .tag-link:hover {
    color: #333;
}

.badgeclose-tag {
    background-color: #ffb040;
    border: 0;
    border-radius: 50%;
    color: #660000;
    font-size: 8pt;
    margin: -1px;
    padding: 0 4px 0 5px;
}

.badgeclose-tag:hover {
    background-color: #ffc080;
}

.tag-link, .tag-link:hover {
    color: white;
}

.btn.action-icon {
    background: #eeeeee;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid lightgrey;
    cursor: default
    font-weight: normal;
    padding-left: 20px;
    text-indent: -5000px;
}

.btn.action-icon.hear-icon {
    background-image: url(hear-icon.png)
}

.btn.action-icon.open-icon {
    background-image: url(open-icon.png)
}

.btn.action-icon.say-icon {
    background-image: url(say-icon.png)
}

.btn.action-icon.go-icon {
    background-image: url(go-icon.png)
}

.btn.action-icon.do-icon {
    background-image: url(do-icon.png)
}

.btn.action-icon.get-icon {
    background-image: url(get-icon.png)
}

.btn.action-icon.give-icon {
    background-image: url(give-icon.png)
}

.btn.action-icon.pledge-icon {
    background-image: url(pledge-icon.png)
}

.btn.action-icon.join-icon {
    background-image: url(join-icon.png)
}

.deleted {
    color:#990000;
    text-decoration:line-through;
}

.deletion {
    color:#990000;
}

tr.returned td.item-description,
tr.returned td.price,
tr.refunded td.item-description,
tr.refunded td.price,
tr.exchanged td.item-description,
tr.exchanged td.price {
    text-decoration:line-through
}

tr.returned,
tr.refunded,
tr.exchanged {
    color:#999999
}

a.editicon {
    position: relative;
    top: -4px;
}

a.editicon:not(:hover) {
    background-color: transparent;
}

a.editicon.mainediticon {
    position: absolute;
    top: 10px;
    right: 48px;
}

.buttonImage {
    vertical-align: middle;
    width: 20px;
    height: 20px;
/*
    margin: 2px;
    filter: brightness(0%) invert(100%);
*/
}

a.disabled {
    pointer-events: none;
}

a.disabled .buttonImage {
    filter: contrast(0%);
}

.personSelect-emailMatch {
    background-color: #d4e8cf;
}

.personSelect-firstLastMatch {
    background-color: #fff0c9;
}

.personSelect-lastMatch {
    background-color: #ffe0c9;
}

.personSelect-highlight {
    background-color: #c9deef;
}

.import-leftColumn {
    background-color: #fafafa;
}

.import-skip {
    background-color: #eeeeee;
    color: #999999;
}

.import-skip .import-leftColumn {
    background-color: #eeeeee;
}

.import-problem {
    background-color: #fdccd0;
}

.import-validrow {
    display: var(--valid-row-display);
}

.import-invalidrow {
    background-color: #ffd8dc;
}

.import-invalidrow .import-leftColumn {
    background-color: #ffd8dc;
}

.import-itemField {
    font-size: 10px;
}

.importTable td.importOverriddenCell::before {
    content: url('overridden.png');
    position: absolute;
    top: 0;
    right: 0;
}

.externalEventImage {
    border: 2px solid #08c;
    max-width: 150px;
    max-height: 75px;
}

.externalEventImageLarge {
    border: 2px solid #08c;
    max-width: 400px;
    max-height: 200px;
}

.usedHeader {
    color: blue;
}

.columnSelectMessages {
    font-weight: bold;
}

.columnSelectMessages p {
    margin-bottom: 2px;
}

.tableCellRightBorder {
    border-right: 2px solid rgb(222, 226, 230);
}

.smallSelect {
    font-size: 12px;
}

.importCheckBox {
    margin-top: .1rem;
}

.helpButton {
    font-size: 14px;
}

.helpCard p:last-child {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.badge.colorSwatch {
    font-family: monospace;
}

@media (min-width: 768px) {
    .tagContainer {
        max-width: 240px;
    }

    .tagContainerLarge {
        max-width: 480px;
    }
}

.tagCategoryName, .showingYear {
    font-weight: bold;
    background-color: #eeeeee;
}

.colorPickerContainer {
    display: flex;
    align-items: center;
}

.colorPicker {
    padding: 2px 4px;
    min-height: 36px;
    min-width: 48px;
}

.form-control.expandVertically {
    height: auto;
}

.form-check-input.colorCheckInput {
    margin-top: 0;
}

.list-group-item.across-group {
    padding: 0;
}

.across-group {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.across-group.across-group-align-top {
    align-items: start;
}

.across-group-item {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: rgba(0, 0, 0, 0.125) solid 1px;
    width: 100%;
}

.across-group-item:last-child {
    border-bottom-style: none;
}

@media (min-width: 768px) {
    .across-group {
        flex-direction: row;
    }

    .across-group-item {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        border-bottom-style: none;
        width: unset;
    }
}

.infoListItem {
    display: flex;
    flex-direction: column;
    page-break-inside: avoid;
    break-inside: avoid;
    gap: 5px;
}

.infoListItem.infoListItemAlignTop {
    align-items: start;
}

.infoListItemWithImage {
    align-items: center;
}

@media (min-width: 768px) {
    .across-group {
	align-items: unset;
    }

    .infoListItem {
        flex-direction: row;
    }
}

.infoListItemTitle {
    font-size: 16px;
}

.infoListItemDimensions {
/*
    font-weight: bold;
*/
}

.infoListCell {
    margin: auto 0;
}

.infoListCell.infoListCellAlignTop {
    margin: 0 0;
}

.infoListImageCell {
    text-align: center;
    min-width: 200px;
}

.workCollectionImageGalleryContainer {
    min-width: 200px;
    line-height: 0;
}

.workCollectionImageGallery {
    max-width: 180px;
    border-radius: 8px;
    background-color: #f8f8f8;
    overflow: hidden;
    display: inline-block;
}

/*
.infoListTextCellLarge {
    width: 100%;
}
*/

@media (min-width: 768px) {
    .infoListTextCell {
        width: 235px;
    }

    .infoListTextCellLarge {
        width: 495px;
    }
}

@media print {
    .infoListTextCell {
        width: 255px;
    }
}

.infoListArtistName {
    font-size: 12px;
    font-style: italic;
}

.infoListImage {
    min-width: 40px;
    max-width: 100%;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .infoListImage {
        max-width: 180px;
        max-height: 150px;
    }
}

.infoListImageCellLarge {
    text-align: center;
}

.infoListImageLarge {
    max-width: 100%;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .infoListImageCellLarge {
        min-width: 400px;
    }

    .infoListImageLarge {
        max-width: 400px;
        max-height: 432px;
    }
}

@media print {
    .infoListImageLarge {
        max-width: 300px;
        max-height: 225px;
    }
}

.smallImage {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.artMobyColorizedImage {
    filter: invert(54%) sepia(84%) saturate(332%) hue-rotate(151deg) brightness(88%) contrast(97%);
}

.tinyImage {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.infoListTags {
    margin: auto;
}

.topBox {
    position: relative;
}

.topRightEditButton {
    position: absolute;
    top: 5px;
    right: 5px;
}

.workInventoryNumber {
/*
    color: white;
    background-color: #666666;
*/
    padding: 4px 4px 2px 4px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #08c;
}

.workCreationDate {
    /* float: right; */
    color: #666666;
}

.workArtist {
    font-style: italic;
}

.workInfoSubcategory {
    font-weight: bold;
}

.workMaterials {
}

.workDimensionsTable {
    width: 100%;
}

.workDimension {
}

.workUnits {
    padding-left: 4px;
    color: #666666;
}

.tagCategory, .workTagCategory {
    font-weight: bold;
}

.fileImageSmallContainer {
    max-width: 180px;
}

/*
.fileImageContainer {
    max-width: 400px;
}
*/

@media (min-width: 768px) {
    .fileImageContainer {
        max-width: 400px;
    }
}

.fileImage {
    max-width: 100%;
}

.homeCard {
    max-width: 320px;
}

.fileDetails {
    display: flex;
    max-width: 400px;
}

.fileDetailsOnWorkPage {
    justify-content: space-between;
}

.fileDescription {
}

.fileSize {
}

.fileNotes {
    font-style: italic;
}

.infoTable td {
    padding-right: 5px;
}

.artistName {
    font-style: italic;
}

.editionInfo {
    color: #666666;
}

.workConsignee {
    font-weight: bold;
}

.workNotes {
    font-style: italic;
}

.selectionIndicatorContainer {
    margin: -7px;
}

.selectionIndicator {
    display: flex;
    align-items: center;
}

.selectionIndicator.selectionIndicatorForWideScreens {
    display: none;
}

@media (min-width: 1200px) {
	.selectionIndicator.selectionIndicatorForWideScreens {
		display: inline-block;
	}

	.selectionIndicator.selectionIndicatorForNarrowScreens {
		display: none;
	}
}

.selectionIndicatorLabel.selectionIndicatorLabelHideable {
  font-size: 9pt;
}

@media (min-width: 768px) {
  .selectionIndicatorLabel.selectionIndicatorLabelHideable {
    display: none;
  }
}

td.dateColumn, th.dateColumn {
  min-width: 110px;
}

.fileColors {
  display: flex;
  flex-wrap: wrap;
}

.fileColor {
  width: 18px;
  height: 18px;
}

.filterColor {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

.fileColor.bordered, .filterColor.bordered {
    border: 2px solid #f0f0f0;
}

.filterColor {
  margin-top: 2px;
  margin-bottom: 2px;
}

.colorPalette {
  display: flex;
  flex-wrap: wrap;
}

.colorPaletteEntry {
  width: 52px;
  height: 52px;
  text-align: center;
  padding-top: 12px;
}

.colorPaletteEntry.selectable {
    border: 4px solid white;
}

.colorPaletteEntry.selectable.bordered {
    border: 4px solid #f8f8f8;
}

.colorPaletteEntry.selectable.selected {
    border: 4px solid black;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.navbar {
    padding-bottom: .25rem;
}

.navbar-dark .nav-item.dropdown .nav-link {
/*
    color: rgba(255, 255, 255, 0.8);
*/
    color: #ffffff;
    font-size: 16px;
}

.navbar-dark .nav-item.dropdown.active .nav-link {
    color: #e8e8ff;
}

.duplicateEmailWarning {
    font-style: italic;
}

.unsubscribeReason {
    font-style: italic;
}

.homePageTopSpacer {
    height: 112px;
    width: 100%;
}

.homePageSearchBar {
    max-width: 800px;
/*
    width: 100%;
*/
/*
    align-content: center;
*/
}

.selectorBar {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 4px;
/*
    width: 100%;
*/
}

.btn.selectorBarItem:not(:first-child) {
    border-color: rgb(206, 212, 218);
    border-width: 0px;
    border-left-width: 1px;
}

.fadeInMainContainer {
    animation-name: fadeIn;
    animation-delay: 2.5s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.initialGraphic {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('logo1200.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    animation-name: fadeOut;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes fadeOut {
    0% { opacity: 1; transform: scale(1); z-index: 1; }
    100% { opacity: 0; transform: scale(1.1); z-index: 0; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.dropdown-item-checked::before {
  position: absolute;
  left: .4rem;
  content: '✓';
  font-weight: 600;
}

.centerer {
  display: flex;
  justify-content: center;
}

@media print {
  .list-group {
    display: block;
  }
}

.list-group-item {
    page-break-inside: avoid;
    break-inside: avoid;
}

@media print {
    .list-group-item {
        border-bottom: unset;
    }
}

.btn-group input:is([type="button"],[type="submit"],[type="reset"]) {
    text-wrap-mode: unset;
}

.mailChimpListName {
    font-weight: bold;
}

.mailChimpEventActionsHeading {
    font-weight: bold;
}

.mailChimpEventAction {
    font-weight: bold;
}

.mailChimpEventTitle {
    font-style: italic;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}

.importTableContainer {
    position: relative;
    width: 100%;
/*
    height: 75vh;
*/
height: 100px;
}

.importTable {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    border-spacing: 0;
    font-size: 9pt;
}

.importTable thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f2f2f2;
    border: 1px solid #dee2e6;
}

.importTable thead th:first-child {
    position: sticky;
    left: 0;
    background-color: #f2f2f2;
    z-index: 3;
}

.importTable thead th:nth-child(2) {
    position: sticky;
    left: 80px;
    background-color: #f2f2f2;
    z-index: 3;
}

.importTable tbody th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

.importTable tbody th:nth-child(2) {
    position: sticky;
    left: 80px;
    z-index: 1;
}

.importTable td, .importTable th {
    border: 1px solid #dee2e6;
    padding: 0.5rem 1rem;
    white-space: pre-line;
    position: relative;
}

.importTable th.importConfigSelectHeader {
    padding: 0 2px;
    vertical-align: top;
}

.importTable th.importConfigSelectHeader select {
    min-width: 100%;
}

.errorCount {
    text-align: center;
    color: red;
    font-size: 12px;
}

.importTable td.invalid {
    background-color: red;
}

.importTable.hideNormal tbody tr {
    display: none;
}

.importTable.hideNormal.showErrors tbody tr:has(.invalid) {
    display: table-row;
}

.importTable.hideNormal.showOverrides tbody tr:has(.importOverriddenCell) {
    display: table-row;
}

.importTable.hideNormal.showChanges0 tbody tr:has(.importChangedCell0) { display: table-row; }
.importTable.hideNormal.showChanges1 tbody tr:has(.importChangedCell1) { display: table-row; }
.importTable.hideNormal.showChanges2 tbody tr:has(.importChangedCell2) { display: table-row; }
.importTable.hideNormal.showChanges3 tbody tr:has(.importChangedCell3) { display: table-row; }
.importTable.hideNormal.showChanges4 tbody tr:has(.importChangedCell4) { display: table-row; }
.importTable.hideNormal.showChanges5 tbody tr:has(.importChangedCell5) { display: table-row; }
.importTable.hideNormal.showChanges6 tbody tr:has(.importChangedCell6) { display: table-row; }
.importTable.hideNormal.showChanges7 tbody tr:has(.importChangedCell7) { display: table-row; }
.importTable.hideNormal.showChanges8 tbody tr:has(.importChangedCell8) { display: table-row; }
.importTable.hideNormal.showChanges9 tbody tr:has(.importChangedCell9) { display: table-row; }
.importTable.hideNormal.showChanges10 tbody tr:has(.importChangedCell10) { display: table-row; }
.importTable.hideNormal.showChanges11 tbody tr:has(.importChangedCell11) { display: table-row; }
.importTable.hideNormal.showChanges12 tbody tr:has(.importChangedCell12) { display: table-row; }
.importTable.hideNormal.showChanges13 tbody tr:has(.importChangedCell13) { display: table-row; }
.importTable.hideNormal.showChanges14 tbody tr:has(.importChangedCell14) { display: table-row; }
.importTable.hideNormal.showChanges15 tbody tr:has(.importChangedCell15) { display: table-row; }
.importTable.hideNormal.showChanges16 tbody tr:has(.importChangedCell16) { display: table-row; }
.importTable.hideNormal.showChanges17 tbody tr:has(.importChangedCell17) { display: table-row; }
.importTable.hideNormal.showChanges18 tbody tr:has(.importChangedCell18) { display: table-row; }
.importTable.hideNormal.showChanges19 tbody tr:has(.importChangedCell19) { display: table-row; }
.importTable.hideNormal.showChanges20 tbody tr:has(.importChangedCell20) { display: table-row; }
.importTable.hideNormal.showChanges21 tbody tr:has(.importChangedCell21) { display: table-row; }
.importTable.hideNormal.showChanges22 tbody tr:has(.importChangedCell22) { display: table-row; }
.importTable.hideNormal.showChanges23 tbody tr:has(.importChangedCell23) { display: table-row; }
.importTable.hideNormal.showChanges24 tbody tr:has(.importChangedCell24) { display: table-row; }
.importTable.hideNormal.showChanges25 tbody tr:has(.importChangedCell25) { display: table-row; }
.importTable.hideNormal.showChanges26 tbody tr:has(.importChangedCell26) { display: table-row; }
.importTable.hideNormal.showChanges27 tbody tr:has(.importChangedCell27) { display: table-row; }
.importTable.hideNormal.showChanges28 tbody tr:has(.importChangedCell28) { display: table-row; }
.importTable.hideNormal.showChanges29 tbody tr:has(.importChangedCell29) { display: table-row; }
.importTable.hideNormal.showChanges30 tbody tr:has(.importChangedCell30) { display: table-row; }
.importTable.hideNormal.showChanges31 tbody tr:has(.importChangedCell31) { display: table-row; }
.importTable.hideNormal.showChanges32 tbody tr:has(.importChangedCell32) { display: table-row; }
.importTable.hideNormal.showChanges33 tbody tr:has(.importChangedCell33) { display: table-row; }
.importTable.hideNormal.showChanges34 tbody tr:has(.importChangedCell34) { display: table-row; }
.importTable.hideNormal.showChanges35 tbody tr:has(.importChangedCell35) { display: table-row; }
.importTable.hideNormal.showChanges36 tbody tr:has(.importChangedCell36) { display: table-row; }
.importTable.hideNormal.showChanges37 tbody tr:has(.importChangedCell37) { display: table-row; }
.importTable.hideNormal.showChanges38 tbody tr:has(.importChangedCell38) { display: table-row; }
.importTable.hideNormal.showChanges39 tbody tr:has(.importChangedCell39) { display: table-row; }
.importTable.hideNormal.showChanges40 tbody tr:has(.importChangedCell40) { display: table-row; }
.importTable.hideNormal.showChanges41 tbody tr:has(.importChangedCell41) { display: table-row; }
.importTable.hideNormal.showChanges42 tbody tr:has(.importChangedCell42) { display: table-row; }
.importTable.hideNormal.showChanges43 tbody tr:has(.importChangedCell43) { display: table-row; }
.importTable.hideNormal.showChanges44 tbody tr:has(.importChangedCell44) { display: table-row; }
.importTable.hideNormal.showChanges45 tbody tr:has(.importChangedCell45) { display: table-row; }
.importTable.hideNormal.showChanges46 tbody tr:has(.importChangedCell46) { display: table-row; }
.importTable.hideNormal.showChanges47 tbody tr:has(.importChangedCell47) { display: table-row; }
.importTable.hideNormal.showChanges48 tbody tr:has(.importChangedCell48) { display: table-row; }
.importTable.hideNormal.showChanges49 tbody tr:has(.importChangedCell49) { display: table-row; }
.importTable.hideNormal.showChanges50 tbody tr:has(.importChangedCell50) { display: table-row; }
.importTable.hideNormal.showChanges51 tbody tr:has(.importChangedCell51) { display: table-row; }
.importTable.hideNormal.showChanges52 tbody tr:has(.importChangedCell52) { display: table-row; }
.importTable.hideNormal.showChanges53 tbody tr:has(.importChangedCell53) { display: table-row; }
.importTable.hideNormal.showChanges54 tbody tr:has(.importChangedCell54) { display: table-row; }
.importTable.hideNormal.showChanges55 tbody tr:has(.importChangedCell55) { display: table-row; }
.importTable.hideNormal.showChanges56 tbody tr:has(.importChangedCell56) { display: table-row; }
.importTable.hideNormal.showChanges57 tbody tr:has(.importChangedCell57) { display: table-row; }
.importTable.hideNormal.showChanges58 tbody tr:has(.importChangedCell58) { display: table-row; }
.importTable.hideNormal.showChanges59 tbody tr:has(.importChangedCell59) { display: table-row; }

.importTable.hideNormal.showUnmatched tbody tr:has(.importUnmatchedRow) {
    display: table-row;
}

.importWrite, .importMatch {
    background-color: #eeeeee;
}

.importChangedCell::after {
    content: attr(data-dbvaluedisplay);
    display: block;
    background-color: yellow;
}

.showChangesButton {
    display: none;
}

.importWriteButton {
    min-width: 72px;
}

.showChangesButton.present {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size: 9pt;
}

.mappingTable td.mappingTableCell {
    vertical-align: middle;
}

.mappingTable input {
    width: 100%;
}

.heightManagingTopLevelDiv {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.heightManagingDiv {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

input.ellipsis {
    text-overflow: ellipsis;
}

.editFieldLabel {
/*
    color: #3ca4cb;
*/
    color: #17a3b2;
}

.editSelectLabel {
    color: #17a3b2;
    font-weight: bold;
}

.editSectionHeading {
    color: #666666;
}

.cellWithHeadingText {
    font-weight: bold;
    background-color: #eeeeee;
}

.fileinput {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

.fileinput .img-thumbnail {
    margin-bottom: 0;
}

.fileInputButtons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.tagEditorCategoryList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4px;
}

.tagEditorCategoryContainer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 3px;
    border: 2px solid #000000;
}

.tagEditorCategoryAddContainer {
    padding: 3px;
}

@media (max-width: 767px) {
    .tagEditorCategoryContainer {
        width: 100%;
    }

    .tagEditorCategoryAddContainer {
        align-items: center;
    }

    .tagEditorTag.badge a {
        white-space: wrap;
        overflow-wrap: anywhere;
    }
}

.tagEditorCategoryHeader {
    border-top-left-radius: 2px;
    border-top-left-right-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tagEditorCategoryName {
/*
    font-weight: bold;
*/
    padding: 3px 3px;
/*
    white-space: nowrap;
*/
}

.tagEditorCategoryAttributeContainer {
    padding: 3px;
}

.tagEditorCategoryAttribute {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 0;
}

.tagEditorCategoryAttributeLabel {
    line-height: 0;
    margin: 0;
    color: #333;
}

.tagEditorCategoryControlContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
}

.tagEditorCategoryNameInput {
    border: 2px solid;
    border-radius: 3px;
    padding: 1px 4px;
    width: 168px;
}

.tagEditorTagList {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1px;
    background-color: #fafafa;
}

.tagEditorTagAddContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 2px 3px;
    background-color: #fafafa;
}

.tagEditorTag {
    display: flex;
    align-items: center;
    gap: 3px;
}

.badge-tag.tagEditorTag {
    margin: 2px;
    min-width: 160px;
}
    
.tagEditorTagCount {
    font-size: 8pt;
    color: #666;
    background-color: #ccc;
    border-radius: 8px;
    padding: 1px 4px;
}

.tagEditorDeleteButton:hover {
    color: #eee;
}

.tagEditorTagCount.tagEditorTagCountNew, .tagEditorTagCount.tagEditorTagCountHighlighted {
    background-color: #fff;
}

/*
.tagEditorDragHandle {
    padding: 1px 1px 0 1px;
    border-radius: 2px;
}
*/

@media print {
    .container.ignoreWhenPrinting {
        min-width: unset;
        max-width: unset;
        padding: 0;
	margin: 0.25in;
    }

/*
    @page {
        margin: 0.5in;
    }
*/
}

.labelPreviewContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summaryBar {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    row-gap: 5px;
}

.summaryBar .pagination {
    margin: 0;
}

@media (max-width: 576px) {
    .pagination .page-item .page-link {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 450px) {
    .pagination .page-item .page-link {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 576px) {
    .summaryBar {
        flex-wrap: wrap;
/*
        justify-content: space-around;
*/
    }

    .summaryBar .summaryBarSummary {
        order: 0;
    }

    .summaryBar .paginatorNav {
        order: 2;
        flex-basis: 100%;
    }

    .summaryBar .summaryBarDropdown {
        order: 1;
    }
}

.bulkeditlabelrow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bulkeditlabelrowspacer {
    flex-grow: 1;
}

input[type=checkbox].editselect {
    margin-left: 8px;
/*
    margin-left: 8px;
    float: right;
*/
}

.bulkeditchange {
    font-weight: bold;
}

.bulkeditwarning {
    font-weight: bold;
}

.filterButtonExpansionIndicator {
    margin-right: 6px;
}

.filterButton.filterBarExpanded .filterButtonExpansionIndicator {
    transform: rotate(90deg);
}

.filterSummaryBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    gap: 4px;
    margin-top: 12px;
}

.filterSummary {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.filterSummaryTitle {
    font-weight: bold;
}

.filterSummaryContent {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filterSummaryColor {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}

.filterBarAndPageContents {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    gap: 4px;
}

.filterBar {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    gap: 4px;
    margin-bottom: 10px;
}

.filterBar.expanded {
    display: flex;
}

@media (max-width: 991px) {
    .filterBarAndPageContents {
        flex-direction: column;
    }

    .filterBar {
        width: 100%;
    }
}

.filterHeader {
    min-width: 228px; /* BGM */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.filterHeader .filterHeaderSpacer {
    flex-grow: 1;
}

.filterContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 4px 4px 4px;
    margin-left: 14px;
}

.rangeFilter .filterContent, .stringFilter .filterContent {
    flex-direction: row;
    gap: 5px;
}

.filterRangeTable {
    border-width: 0;
}

.filterRangeTable input {
    margin: 1px 0 1px 4px;
}

.filterContent.filterMultiColumn {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
}

@media (min-width: 992px) {
    .filterContent.filterMultiColumn {
        max-width: 195px;
    }
}

.filterTitle {
    margin-left: 5px;
    margin-right: 5px;
    color: #17a3b2;
}

.filterCheckItem {
    align-self: flex-start;
    text-wrap: nowrap;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.filter:not(.filterExpanded) .filterCheckbox:has(input[type=checkbox]:not(:checked)) {
    display: none;
}

.filter.rangeFilter:not(.filterExpanded) .filterContent, .filter.stringFilter:not(.filterExpanded) .filterContent {
    display: none;
}

.filter.filterExpanded .filterExpandButton {
    transform: rotate(90deg);
}

.filter.filterExpanded .filterContent {
    padding-bottom: 4px;
}

.filterCloseButton {
    color: black;
    background-color: #ccc;
    border: 0;
    border-radius: 50%;
    padding: 0;
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filterCloseButtonIcon {
    font-size: 8pt;
/*
    padding-left: 1px;
*/
}

.filterSummaryCloseButtonIcon {
    font-size: 8pt;
}

.filterCloseButton.hidden {
    display: none;
}

.filterCloseButton:hover {
    background-color: #999;
}

.filterSelectAllCheckbox {
    font-weight: bold;
}

.filterColorCount {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.personPreference {
    font-weight: bold;
    font-style: italic;
}

.workCollection {
    font-style: italic;
}

.humansilhouette {
    opacity: 50%;
}

.searchBarButtonGroup {
    align-items: center; /* Bootstrap sets display to flex */
}

/*
div {
    border: 4px solid black;
}

.centerer {
    background-color: green;
}
*/
