/**/
/* UMass Gap Map Styles - assets/umass-gap-map.css */
.umass-gap-map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Ensure the map container takes full width */
.umass-gap-map-container .wrapper,
.umass-gap-map-container .primary-view {
  width: 100%;
  max-width: 100%;
}

/* UMass brand accent */
.umass-gap-map-container .menu {
  background-color: #881c1c; /* UMass Maroon */
}

/* Responsive adjustments */
.umass-gap-map-container .pivot-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.umass-gap-map-container .body {
  overflow-x: auto;
  max-width: 100%;
}

/* Ensure tooltips and modals display properly */
.umass-gap-map-container .attribute-tooltip,
.umass-gap-map-container .settings,
.umass-gap-map-container .accessibility,
.umass-gap-map-container .reader {
  z-index: 10000;
}

/* Fix for the header */
.umass-gap-map-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #f5f5f5;
}

.umass-gap-map-container .header img {
  max-width: 100%;
  height: auto;
}

/* Error message styling */
.umass-gap-map-error {
  padding: 20px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  border-radius: 4px;
  margin: 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Accessibility improvements */
.umass-gap-map-container button:focus,
.umass-gap-map-container a:focus,
.umass-gap-map-container .menu-item:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .umass-gap-map-container {
    border: 1px solid #000;
  }
  .umass-gap-map-container .menu {
    background-color: #000;
  }
}
/* Print styles */
@media print {
  .umass-gap-map-container .menu,
  .umass-gap-map-container .footer {
    display: none;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}

*:focus-visible {
  outline: 4px solid #000000;
}

html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
}

a {
  color: #0275d8;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  z-index: 1000;
  transition: all 2s ease;
}

.loader span.spinner {
  animation: spin 1.2s linear infinite;
  border: 5px solid #ffffff;
  border-bottom-color: #000000;
  border-top-color: #000000;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header {
  padding: 0 18px;
}

.header-basic {
  background: #ffffff;
  padding: 0 18px;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 108px;
  padding: 8px 8px 0;
  text-align: center;
}

.header-basic .header-title {
  flex-grow: 1;
}

.header-basic .header-title span {
  position: relative;
  top: 30%;
}

.header-basic img {
  height: 100px;
}

.header-basic img:nth-child(1) {
  float: left;
}

.header-basic img:nth-child(2) {
  float: right;
}

.wrapper {
  margin: 8px;
}

.pivot-table {
  font-size: 13px;
  font-weight: normal;
  width: 100%;
}

.pivot-table .top-head, .pivot-table .side-head, .pivot-table .body,
.pivot-table .text-wrapp {
  display: inline-block;
  overflow: hidden;
}

.pivot-table .side-head, .pivot-table .body {
  float: left;
}

.pivot-table table {
  border: 0;
  border-collapse: collapse;
}

.pivot-table table thead th {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: normal;
  min-width: 103px;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  text-align: left;
}

.pivot-table.text-view table thead th:not(.collapsed) {
  min-width: 153px;
}

.pivot-table.text-view-large table thead th:not(.collapsed) {
  min-width: 203px;
}

.pivot-table table tbody th, .pivot-table table tbody td {
  border: 1px solid #fff;
}

.pivot-table table tbody th {
  color: #ffffff;
  font-weight: normal;
  min-height: 103px;
  height: 103px;
  min-width: 0;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  text-align: left;
}

.pivot-table.text-view table tbody th:not(.collapsed) {
  min-height: 153px;
  height: 153px;
}

.pivot-table.text-view-large table tbody th:not(.collapsed) {
  min-height: 203px;
  height: 203px;
  max-width: 203px;
}

.pivot-table table tbody td {
  min-width: 103px;
  width: 103px;
  min-height: 103px;
  height: 103px;
}

.pivot-table.text-view table tbody td {
  min-width: 153px;
  width: 153px;
  min-height: 153px;
  height: 153px;
}

.pivot-table.text-view-large table tbody td {
  min-width: 203px;
  width: 203px;
  min-height: 203px;
  height: 203px;
}

.body table tbody td.cell div.data-wrapper {
  position: relative;
  background-color: #eeeeee;
  cursor: pointer;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.body table tbody td.cell div.data-wrapper div.break {
  flex-basis: 100%;
  height: 0;
}

.body table tbody td.cell div.pie-wrapper {
  position: relative;
  background-color: #eeeeee;
  cursor: pointer;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body table tbody td.cell div.mosaic-wrapper {
  position: relative;
  background-color: #eeeeee;
  cursor: pointer;
  display: none;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}

.body table tbody td.cell div.pie-wrapper div.pie,
.body table tbody td.cell div.pie-wrapper div.pie-hole {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.body table tbody td.cell div.pie-wrapper div.pie-hole {
  background-color: #dddddd;
}

.body table tbody td.cell.none div.data-wrapper,
.body table tbody td.cell.none div.pie-wrapper,
.body table tbody td.cell.none div.mosaic-wrapper {
  cursor: not-allowed !important;
}

.pivot-table.text-view .body table tbody td.cell div.data-wrapper div.data {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 2px;
}

.pivot-table.text-view .body table tbody td.cell div.data-wrapper div.data span.count {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 2px;
  color: #000000;
  padding: 2px;
}

.controls {
  display: inline-block;
  position: absolute;
}

.ui-segment {
  background-color: #ffffff;
  color: #0275d8;
  border: 1px solid #0275d8;
  border-radius: 4px;
  display: inline-block;
}

.ui-segment span.option.active {
  background-color: #0275d8;
  color: #ffffff;
}

.ui-segment span.option {
  font-size: 13px;
  padding-left: 23px;
  padding-right: 23px;
  height: 25px;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  margin: 0;
  float: left;
  cursor: pointer;
  border-right: 1px solid #0275d8;
  transition: all 0.5s ease;
}

.ui-segment span.option:last-child {
  border-right: none;
}

.segment-select {
  display: none;
}

.footer {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  height: 36px;
  min-height: 36px;
  padding: 16px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
}

.footer .inner svg {
  display: inline-block;
  vertical-align: middle;
}

.footer .legend .dot {
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 2px 3px 0 6px;
}

.footer .legend .label {
  font-size: 1em;
}

.legend-tooltip {
  border: 1px solid #cccccc;
  display: block;
  position: absolute;
  width: 300px;
  background: #ffffff;
  color: #000000;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.spacer {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.hide {
  display: none;
}

.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 3px 6px 2px;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.tooltip .count {
  color: #0275d8;
  margin: 2px 3px;
}

.tooltip .count span {
  background-color: #0275d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  padding: 2px 4px;
}

.refs {
  font-size: 12px;
  color: lightgrey;
  margin: 0;
  padding: 0 0 0 20px;
}

.veil {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.veil.open {
  display: block;
}

.settings {
  position: absolute;
  top: 0;
  left: -600px;
  bottom: 0;
  background: #fff;
  color: #000000;
  padding: 0;
  width: 360px;
  z-index: 100;
}

.settings.open {
  left: 0;
}

.settings > div.title {
  color: #000000;
  font-size: 22px;
  padding: 20px;
  margin: 0 0 10px 0;
}

.settings > div.title > button.btnSettings {
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  border: 1px solid #000000;
  background-color: inherit;
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  float: right;
  height: 36px;
  transition: all 0.25s ease;
  text-align: center;
  line-height: 36px;
  padding: 0 12px;
  letter-spacing: 1px;
}

.settings > div.title > button.btnSettings:hover {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}

.settings > div.title > button.btnSettings.busy {
  border: 3px solid #000000 !important;
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  text-indent: -99999px;
  width: 36px;
  border-radius: 36px;
  animation: spin 1.2s linear infinite;
}

.settings > div.title > button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: unset;
  color: #000000;
  opacity: 0.3;
  text-decoration: none;
}

.settings > div.title > button.right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 2px;
}

.settings > div.title > button.left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.settings div.filter-type-wrapper {
  background-color: #efefef;
  position: absolute;
  top: 76px;
  overflow: auto;
  padding: 0 10px 0 0;
  width: 100%;
  border-top: 1px solid #000000;
}

.settings div.filter-wrapper {
  background-color: #efefef;
  position: absolute;
  top: 226px;
  bottom: 0;
  overflow: auto;
  padding: 0 10px 0 0;
  width: 100%;
}

.settings div.filter-type-wrapper h2,
.settings div.filter-wrapper h2 {
  margin-left: 20px;
  margin-bottom: 10px;
}

.settings div.filter-type-wrapper ul,
.settings div.filter-wrapper ul {
  list-style: none;
  margin: 0 0 0 16px;
  padding: 0;
}

.settings div.filter-type-wrapper ul li,
.settings div.filter-wrapper ul li {
  margin: 0;
  padding: 3px 5px;
}

.settings div.filter-type-wrapper ul li:hover,
.settings div.filter-wrapper ul li:hover {
  cursor: pointer;
}

.settings div.filter-type-wrapper ul li span,
.settings div.filter-type-wrapper ul li svg,
.settings div.filter-wrapper ul li span,
.settings div.filter-wrapper ul li svg {
  display: inline-block;
  vertical-align: middle;
}

.settings div.filter-type-wrapper ul li svg,
.settings div.filter-wrapper ul li svg {
  display: none;
}

.settings div.filter-type-wrapper ul li.checked svg#checked,
.settings div.filter-wrapper ul li.checked svg#checked {
  display: inline-block;
}

.settings div.filter-type-wrapper ul li.unchecked svg#unchecked,
.settings div.filter-wrapper ul li.unchecked svg#unchecked {
  display: inline-block;
}

.settings div.filter-type-wrapper ul li.indeterminate svg#indeterminate,
.settings div.filter-wrapper ul li.indeterminate svg#indeterminate {
  display: inline-block;
}

.reader,
.accessibility {
  position: absolute;
  top: 0;
  right: -1000px;
  bottom: 0;
  background: #fff;
  color: #000;
  padding: 0;
  width: 1000px;
  z-index: 100;
}

.reader.open,
.accessibility.open {
  right: 0;
}

.reader > div.title,
.accessibility > div.title {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  padding: 20px;
}

.reader > div.title > div,
.accessibility > div.title > div {
  display: flex;
}

.reader > div.title > div:nth-child(1),
.accessibility > div.title > div:nth-child(1) {
  flex-grow: 1;
}

.reader > div.title > div:nth-child(1) > button,
.accessibility > div.title > div:nth-child(1) > button {
  margin-right: 18px;
}

.reader > div.title > div > input {
  border: 1px solid #000000;
  background: #ffffff;
  padding: 8px 16px;
  color: #000000;
  float: right;
  font-size: 16px;
  transition: all 0.5s ease;
  margin-right: 6px;
}

.reader > div.title > div > input:focus {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 10px #719ECE;
}

.reader > div.title > div > input::-webkit-input-placeholder,
.reader > div.title > div > input::-moz-placeholder,
.reader > div.title > div > input:-ms-input-placeholder,
.reader > div.title > div > input:-moz-placeholder {
  color: #595959;
}

.reader > div.title > div > select {
  border: 1px solid #000000;
  background: #ffffff;
  padding: 7.5px 16px;
  color: #595959;
  font-size: 16px;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-right: 6px;
}

#filter-options option {
  color: #000000;
}

#filter-options option[value=""][disabled] {
  display: none;
}

.reader > div.content,
.accessibility > div.content {
  background: #ffffff;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  height: 92.4%;
}

.reader > div.content > div.reader-filter {
  background-color: #efefef;
  border-right: 1px solid #ffffff;
  overflow: auto;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}

.reader > div.content > div.filter-opts {
  background-color: #efefef;
  border-right: 1px solid #ffffff;
  overflow: auto;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  float: right;
}

.settings > div.filter-wrapper > div.controlTainer {
  align-content: center;
  padding: 10px;
}

.reader > div.content > div.reader-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.reader > div.content > div.reader-filter > ul > ul {
  padding: 0 0 0 12px;
}

.reader > div.content > div.reader-filter ul li:hover {
  cursor: pointer;
}

.reader > div.content > div.reader-filter ul li {
  padding: 3px 6px 2px;
  display: inline-flex;
  align-items: end;
  width: 100%;
}

.reader > div.content > div.reader-filter ul li span,
.reader > div.content > div.reader-filter ul li svg {
  display: inline-block;
  vertical-align: middle;
}

.reader > div.content > div.reader-filter ul li svg {
  display: none;
  width: 24px;
  min-width: 24px;
}

.reader > div.content > div.reader-filter ul li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reader > div.content > div.reader-filter ul li.checked svg#checked {
  display: inline-block;
}

.reader > div.content > div.reader-filter ul li.unchecked svg#unchecked {
  display: inline-block;
}

.reader > div.content > div.reader-filter ul li.indeterminate svg#indeterminate {
  display: inline-block;
}

.reader > div.content > div.nav {
  background-color: #efefef;
  border-right: 1px solid #ffffff;
  overflow: auto;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}

.reader > div.content > div.navTainer {
  background-color: #efefef;
  border-right: 1px solid #ffffff;
  overflow: auto;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}

.reader > div.content > div.navTainer .navGroupSelect {
  color: #000000;
  border-top: 1px solid #000000;
  padding: 6px 10px 4px;
}

.reader > div.content > div.navTainer .ref-sort-order {
  color: #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 6px 10px 4px;
}

.reader > div.content > div.navTainer > div.nav > ul,
.reader > div.content > div.navTainer > div.nav > ul.segmented,
.reader > div.content > div.navTainer > div.nav > ul.segmented > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.refMenuItem {
  padding: 0;
  margin: 0;
}

.refMenuItem > button {
  color: #000000;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #ffffff;
  display: block;
  font-size: 1rem;
  padding: 6px 16px 8px;
  text-align: left;
  max-width: 280px;
}

.refMenuItem > button:hover,
.refMenuItem > button:focus-visible {
  background-color: #ffffff;
  cursor: pointer;
}

.refMenuItem > button > div.title,
.refMenuItem > button > div.auth {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.refMenuItem > button > div.title {
  font-weight: bold;
}

.refMenuItem > button > div.auth,
.refMenuItem > button > div.date {
  color: #666666;
}

.refMenuItem > button > div.auth {
  font-style: italic;
}

.refMenuItem.selected > button {
  background-color: #000000;
  color: #ffffff;
}

.refMenuItem.selected > button > div.auth,
.refMenuItem.selected > button > div.date {
  color: #cfcfcf;
}

.reader > div.content > div.read,
.accessibility > div.content > div.read {
  flex-grow: 1;
  overflow: auto;
  padding: 10px 18px;
  border-top: 1px solid #000000;
}

.reader > div.content > div.read > h2,
.accessibility > div.content > div.read > h2 {
  margin-top: 0;
}

.reader > div.content > div.read > hr,
.accessibility > div.content > div.read > hr {
  background-color: #efefef;
  border: 0;
  height: 1px;
}

.reader > div.content > div.read > p,
.accessibility > div.content > div.read > p,
.accessibility > div.content > div.read > ul {
  font-size: 1.3rem;
}

.reader > div.content > div.read > div.meta-data {
  margin-top: 16px;
}

.reader > div.content > div.read > div.meta-data > div.meta-data-item > label {
  color: #aaaaaa;
  display: block;
  float: left;
  width: 140px;
  margin: 0 0 3px 0;
  padding: 3px 6px;
}

.reader > div.content > div.read > div.meta-data > div.meta-data-item > span {
  border: 1px solid #eeeeee;
  display: block;
  float: left;
  margin: 0 0 3px -140px;
  padding: 2px 4px 2px 144px;
  width: 100%;
}

.ref-sort-order {
  padding: 4px 8px;
}

.menu {
  background-color: #000000;
  border-bottom: 1px solid #000000;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu:after {
  content: "";
  display: table;
  clear: both;
}

.menu .menu-item {
  background-color: #000000;
  border: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  float: left;
  border: 0;
}

.menu .menu-item:active {
  background-color: #ffffff;
  color: #000000;
}

.menu .menu-item:active svg {
  fill: #000000;
}

.menu .menu-item:hover, .menu .menu-item:focus {
  background-color: #ffffff;
  color: #000000;
}

.menu .menu-item:hover svg, .menu .menu-item:focus svg {
  fill: #000000;
}

.menu .menu-item span {
  font-size: 14px;
  margin-left: 4px;
  overflow: hidden;
  word-break: keep-all;
}

.menu .menu-item svg {
  fill: #ffffff;
  display: inline-block;
  margin: 0 0 0 4px;
}

.menu .menu-item span.active-text,
.menu .menu-item svg.active-svg {
  display: none;
}

.menu .menu-item.active span.inactive-text,
.menu .menu-item.active svg.inactive-svg {
  display: none;
}

.menu .menu-item.active span.active-text,
.menu .menu-item.active svg.active-svg {
  display: block;
}

.menu .menu-item[aria-checked=true] {
  background-color: #ffffff;
  color: #000000;
}

.menu .menu-item[aria-checked=true] svg {
  fill: #000000;
}

.refMenuItemLegend {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 1px solid #ffffff;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 6px 3px 0;
  float: right;
}

.clickable-row,
.clickable-col {
  cursor: pointer;
}

.top-head th div,
.side-head th div {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-head th div svg,
.side-head th div svg {
  display: none;
  background: rgba(255, 255, 255, 0.8);
}

.top-head th div svg,
.side-head th div svg {
  position: absolute;
  top: -4px;
  right: -4px;
}

.top-head th:not(.collapsed) div svg#arrowLeft,
.side-head th:not(.collapsed) div svg#arrowUp {
  cursor: pointer;
  display: inline-block;
}

.top-head th.collapsed div svg#arrowRight,
.side-head th.collapsed div svg#arrowDown {
  cursor: pointer;
  display: inline-block;
}

.top-head th.busy div svg#refresh,
.side-head th.busy div svg#refresh {
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  animation: spin 1s linear infinite;
}

.btnColCollapse,
.btnRowCollapse {
  opacity: 40%;
}

.top-head th.collapsed {
  min-width: 0;
  max-width: 0;
  width: 0;
  padding: 4px 0;
}

.pivot-table .top-head th.collapsed.level-1 {
  min-width: 103px;
  width: 103px;
  padding: 4px;
}

.pivot-table.text-view .top-head th.collapsed.level-1 {
  min-width: 153px;
  width: 153px;
}

.pivot-table.text-view-large .top-head th.collapsed.level-1 {
  min-width: 203px;
  width: 203px;
}

.side-head th.collapsed {
  min-height: 0;
  max-height: 0;
  height: 0;
  padding: 0 4px;
}

.pivot-table .side-head th.collapsed.level-1 {
  min-height: 103px;
  height: 103px;
  padding: 4px;
}

.pivot-table.text-view .side-head th.collapsed.level-1 {
  min-height: 153px;
  height: 153px;
}

.pivot-table.text-view-large .side-head th.collapsed.level-1 {
  min-height: 203px;
  height: 203px;
}

.body td.collapsed-col {
  min-width: 18px;
  width: 18px;
}

.body td.collapsed-row {
  min-height: 18px;
  height: 18px !important;
}

.body td.collapsed-col,
.body td.collapsed-row {
  background: rgba(0, 0, 0, 0.2);
}

.body td.collapsed-col .mosaic-wrapper,
.body td.collapsed-row .mosaic-wrapper {
  width: auto !important;
  height: auto !important;
}

.body td.collapsed-col svg,
.body td.collapsed-row svg {
  display: none;
}

.body td.collapsed-col .pie-wrapper,
.body td.collapsed-col .mosaic-wrapper,
.body td.collapsed-col .data-wrapper,
.body td.collapsed-row .pie-wrapper,
.body td.collapsed-row .mosaic-wrapper,
.body td.collapsed-row .data-wrapper {
  opacity: 0 !important;
}

.top-head th.collapsed:not(.level-1) span,
.side-head th.collapsed:not(.level-1) span {
  display: none;
}

.top-head th.collapsed:not(.level-1),
.side-head th.collapsed:not(.level-1) {
  border-width: 0;
}

.top-head th.collapsed.first:not(.level-1) {
  border-left: 1px solid #ffffff !important;
}

.top-head th.collapsed.last:not(.level-1) {
  border-right: 1px solid #ffffff !important;
}

.side-head th.collapsed.first:not(.level-1) {
  border-top: 1px solid #ffffff !important;
}

.side-head th.collapsed.last:not(.level-1) {
  border-bottom: 1px solid #ffffff !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.attribute-tooltip {
  position: absolute;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 3px;
  display: none;
  padding: 3px 6px 2px;
  text-overflow: ellipsis;
  max-width: 350px !important;
  min-width: 200px !important;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.attribute-tooltip.show {
  display: block;
}

.attribute-tooltip .close-tooltip {
  cursor: pointer;
  float: right;
}

.attribute-tooltip .content {
  margin: 0 0 12px 0;
}

.attribute-tooltip h4 {
  margin: 0 0 8px 0;
}

.text-center {
  text-align: center;
}

.text-muted {
  color: #6c757d !important;
  font-size: 11px;
  margin: 10px 0 0 0;
}

#filterClearButton,
#codeFilterClearButton {
  float: right;
}

#codeFilterClearButton {
  width: 100%;
}

.btn {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: block;
  font-weight: 400;
  padding: 8px 16px;
  font-size: 16px;
  line-height: normal;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #000000;
  background-color: inherit;
  border-color: #000000;
  cursor: pointer;
}

#status {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.screenreader {
  position: absolute;
  left: -9999px;
}

.meta-data hr {
  border-top: 1px solid #000000;
}

#filterClearButton {
  padding: 6px 12px;
  border: 1px solid #000000;
  transition: all 0.25s ease;
  color: #ffffff;
  background-color: #000000;
}

#filterClearButton:hover {
  color: #000000;
  background-color: inherit;
}

#sgroup,
#RefSortOrder {
  border: 1px solid black;
  color: #595959;
}

#sgroup::placeholder,
#RefSortOrder::placeholder {
  color: #595959;
}

.style-picker {
  float: right !important;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 18.75rem;
}

.dropdown .dropdown-toggle {
  background-color: #000000;
  border: 0.07rem solid #000000;
  color: #ffffff;
  padding: 0.57rem 1.14rem;
  width: 100%;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.dropdown .dropdown-toggle:hover {
  color: #000000;
  background-color: inherit;
  border-color: #000000;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 14.3rem;
  box-shadow: 0 0.57rem 1.14rem 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 0.07rem solid #000000;
  width: 100%;
}

.dropdown .dropdown-content a {
  color: #000000;
  padding: 0.86rem 1.14rem;
  text-decoration: none;
  display: block;
  transition: background-color 0.15s ease-in-out;
  font-size: 1rem;
}

.dropdown .dropdown-content a:hover {
  background-color: #efefef;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.umass-gap-map-iframe-wrap {
  width: 100%;
  max-width: 1280px;
}

.umass-gap-map-iframe {
  width: 100%;
  height: 100vh;
  display: block;
}

/* Hide style picker */
.header-basic {
  display: none;
}

#menu {
  background-color: #FFF;
  border: none;
}

#menu .menu-item {
  background-color: #FFF;
  color: #000;
}

#menu .menu-item svg {
  fill: #881C1C;
}

#menu .menu-item.menu-expand, #menu .menu-item.menu-fullscreen, #menu .menu-item.menu-accessibility {
  display: none;
}

#menu button.menu-reader {
  position: absolute;
  top: 100px;
  left: 20px;
  color: #881C1C;
  font-weight: bold;
  border-radius: 15px;
  font-size: 22px !important;
  display: block;
  width: 150px;
  text-align: center;
}

#menu button.menu-reader svg {
  display: none;
}

#menu button.menu-reader span {
  font-size: 20px !important;
}

#menu button.menu-reader svg {
  fill: #881C1C;
}

#menu .menu-item.menu-settings {
  background: #666;
  width: 185px;
  border-radius: 12px;
  border: 1px solid #000;
  color: white;
}

#menu .menu-item.menu-settings svg {
  fill: #fff;
}

#menu .style-picker {
  display: none;
}

.wrapper .pivot-table table .side-head th, .wrapper .pivot-table table thead th {
  font-size: 13px;
}

iframe.umass-gap-map-iframe {
  max-width: 1280px;
  margin: 0 auto;
}

.footer {
  display: block;
  height: auto;
  text-align: center;
}

.settings, .reader, .accessibility {
  border: 3px solid #881C1C;
  border-radius: 20px;
  overflow: hidden;
}

.settings div.filter-type-wrapper,
.settings div.filter-wrapper {
  background-color: #FFF;
  font-size: 14px !important;
}

.settings > div.title > button#update {
  background-color: #881C1C;
}

.settings > div.title > button#update:hover {
  background-color: #FFF;
}

.reader .reader-filter ul {
  background-color: #fff;
}

.reader .navTainer {
  background-color: rgba(136, 28, 28, 0.168627451) !important;
  color: #FFF !important;
}

.reader .refMenuItem.selected > button {
  background-color: #881C1C !important;
  color: #FFF !important;
}

.reader .refMenuItem.selected > button > div.auth, .reader .refMenuItem.selected > button > div.date {
  color: #FFF !important;
}

.reader .btn {
  font-size: 14px !important;
}

.pivot-table .top-head-wrapper {
  height: auto !important;
}

.veil {
  border-radius: 15px;
}

.pivot-table .top-head {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pivot-table .top-head table thead th.level-1 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 15px;
  font-weight: bold;
}

.pivot-table .side-head table tbody th.level-1.header-can-hide {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px;
  font-weight: bold;
  background-color: #881C1C !important;
  color: #FFF !important;
}

.wrapper .pivot-table table .side-head th, .wrapper .pivot-table table thead th {
  font-size: 13px;
  line-height: 125%;
}

.pivot-table .side-head table tbody th.level-2 {
  font-weight: bold;
  padding: 15px;
  background-color: #cbcbcb !important;
}

.top-head th div svg {
  top: 0px;
  right: 15px;
}

.side-head th div svg {
  top: -15px;
  right: -15px;
}

.pivot-table .side-head table tbody th.collapsed,
.pivot-table .top-head table thead th.collapsed {
  padding: 0 4px;
}

.reader > div.content > div.read > p, .accessibility > div.content > div.read > p, .accessibility > div.content > div.read > ul {
  font-size: 1em;
}

*:focus-visible {
  outline: 1px solid #000;
  margin-top: 1px;
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .pivot-table table thead th {
    min-width: 93px;
  }
  .pivot-table table tbody td {
    min-width: 93px;
    width: 93px;
    min-height: 93px;
    height: 93px;
  }
  .body table tbody td.cell div.mosaic-wrapper {
    width: 91.5px;
    height: 90px;
    max-width: 93px;
    max-height: 90px;
  }
  .pivot-table table tbody th {
    width: 93px;
    height: 93px;
  }
}
@media (max-width: 1280px) {
  .pivot-table table thead th {
    width: 81px;
    max-width: 81px;
    min-width: 84px;
  }
  .pivot-table table tbody td {
    min-width: 81px;
    width: 81px;
    min-height: 81px;
    height: 81px;
  }
  .body table tbody td.cell div.mosaic-wrapper {
    width: 81.5px;
    height: 78px;
    max-width: 81px;
    max-height: 78px;
  }
  .body table tbody td.cell div.mosaic-wrapper > svg {
    height: 78px;
    width: 81.5px;
  }
  .pivot-table .side-head table tbody th {
    width: 81px !important;
    height: 81px !important;
    padding: 10px !important;
  }
}
