.igv-navbar {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  color: #444;
  font-size: 12px;
  font-family: \"Open Sans\", sans-serif;
  font-weight: 400;
  line-height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 2px;
  margin-bottom: 6px;
  height: 32px;
  border-style: solid;
  border-radius: 3px;
  border-width: thin;
  border-color: #bfbfbf;
  background-color: #f3f3f3;
}
.igv-navbar .igv-navbar-left-container {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  line-height: 32px;
}
.igv-navbar .igv-navbar-left-container .igv-logo {
  width: 34px;
  height: 32px;
  margin-right: 8px;
}
.igv-navbar .igv-navbar-left-container .igv-current-genome {
  height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  user-select: none;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}
.igv-navbar .igv-navbar-left-container .igv-navbar-genomic-location {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.igv-navbar .igv-navbar-left-container .igv-navbar-genomic-location .igv-chromosome-select-widget-container {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 125px;
  margin-right: 4px;
}
.igv-navbar .igv-navbar-left-container .igv-navbar-genomic-location .igv-chromosome-select-widget-container select {
  display: block;
  cursor: pointer;
  width: 100px;
  height: 75%;
  outline: none;
  font-size: 12px;
  font-family: \"Open Sans\", sans-serif;
  font-weight: 400;
}
.igv-navbar .igv-navbar-left-container .igv-navbar-genomic-location .igv-locus-size-group {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 8px;
  height: 22px;
}
.igv-navbar .igv-navbar-left-container .igv-navbar-genomic-location .igv-locus-size-group .igv-search-container {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  height: 22px;
  line-height: 22px;
}
.igv-navbar .igv-navbar-left-container .igv-navbar-genomic-location .igv-locus-size-group .igv-search-container input.igv-search-input {
  cursor: text;
  width: 85%;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-family: \"Open Sans\", sans-serif;
  font-weight: 400;
  text-align: left;
  padding-left: 8px;
  margin-right: 8px;
  outline: none;
  border-style: solid;
  border-radius: 3px;
  border-width: thin;
  border-color: #bfbfbf;
  background-color: white;
}
.igv-navbar .igv-navbar-left-container .igv-navbar-genomic-location .igv-locus-size-group .igv-search-container .igv-search-icon-container {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.igv-navbar .igv-navbar-left-container .igv-navbar-genomic-location .igv-locus-size-group .igv-windowsize-panel-container {
  margin-left: 4px;
  user-select: none;
}
.igv-navbar .igv-navbar-right-container {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  line-height: 32px;
}
.igv-navbar .igv-navbar-right-container .igv-navbar-toggle-button-container {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.igv-navbar .igv-navbar-right-container .igv-navbar-toggle-button-container div {
  margin-left: 0;
  margin-right: 4px;
}
.igv-navbar .igv-navbar-right-container .igv-navbar-toggle-button-container div:last-child {
  margin-left: 0;
  margin-right: 0;
}
.igv-navbar .igv-navbar-right-container .igv-navbar-toggle-button-container-750 {
  display: none;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget {
  color: #737373;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  user-select: none;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget div {
  cursor: pointer;
  margin-left: unset;
  margin-right: unset;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget div:first-child {
  height: 24px;
  width: 24px;
  margin-left: unset;
  margin-right: 8px;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget div:last-child {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: unset;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget div:nth-child(even) {
  display: block;
  height: fit-content;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget input {
  display: block;
  width: 125px;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget svg {
  display: block;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget-900 {
  color: #737373;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  user-select: none;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget-900 div {
  cursor: pointer;
  margin-left: unset;
  margin-right: unset;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget-900 div:first-child {
  height: 24px;
  width: 24px;
  margin-left: unset;
  margin-right: 8px;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget-900 div:last-child {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: unset;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget-900 div:nth-child(even) {
  width: 0;
  height: 0;
  display: none;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget-900 input {
  width: 0;
  height: 0;
  display: none;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget-900 svg {
  display: block;
}
.igv-navbar .igv-navbar-right-container .igv-zoom-widget-hidden {
  display: none;
}

.igv-navbar-button {
  display: block;
  box-sizing: unset;
  padding-left: 6px;
  padding-right: 6px;
  height: 18px;
  text-transform: capitalize;
  user-select: none;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  font-family: \"Open Sans\", sans-serif;
  font-size: 11px;
  font-weight: 200;
  color: #737373;
  background-color: #f3f3f3;
  border-color: #737373;
  border-style: solid;
  border-width: thin;
  border-radius: 6px;
}

.igv-navbar-button-clicked {
  color: white;
  background-color: #737373;
}

.igv-navbar-button:hover {
  cursor: pointer;
}

.igv-zoom-in-notice-container {
  z-index: 1024;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.igv-zoom-in-notice-container > div {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  height: 100%;
  font-family: \"Open Sans\", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
}

.igv-zoom-in-notice {
  position: absolute;
  top: 10px;
  left: 50%;
}
.igv-zoom-in-notice div {
  position: relative;
  left: -50%;
  font-family: \"Open Sans\", sans-serif;
  font-size: medium;
  font-weight: 400;
  color: #3f3f3f;
  background-color: rgba(255, 255, 255, 0.51);
  z-index: 64;
}

.igv-container-spinner {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1024;
  width: 24px;
  height: 24px;
  pointer-events: none;
  color: #737373;
}

.igv-multi-locus-close-button {
  position: absolute;
  top: 2px;
  right: 0;
  padding-left: 2px;
  padding-right: 2px;
  width: 12px;
  height: 12px;
  color: #666666;
  background-color: white;
  z-index: 1000;
}
.igv-multi-locus-close-button > svg {
  vertical-align: top;
}

.igv-multi-locus-close-button:hover {
  cursor: pointer;
  color: #434343;
}

.igv-multi-locus-ruler-label {
  z-index: 64;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 12px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.igv-multi-locus-ruler-label > div {
  font-family: \"Open Sans\", sans-serif;
  font-size: 12px;
  color: rgb(16, 16, 16);
  background-color: white;
}
.igv-multi-locus-ruler-label > div {
  cursor: pointer;
}

.igv-multi-locus-ruler-label-square-dot {
  z-index: 64;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0%);
  background-color: white;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-multi-locus-ruler-label-square-dot > div:first-child {
  width: 14px;
  height: 14px;
}
.igv-multi-locus-ruler-label-square-dot > div:last-child {
  margin-left: 16px;
  font-family: \"Open Sans\", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(16, 16, 16);
}

.igv-ruler-sweeper {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 99999;
  background-color: rgba(68, 134, 247, 0.25);
}

.igv-ruler-tooltip {
  pointer-events: none;
  z-index: 128;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 32px;
  background-color: transparent;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-ruler-tooltip > div {
  pointer-events: none;
  width: 128px;
  height: auto;
  padding: 1px;
  color: #373737;
  font-size: 10px;
  font-family: \"Open Sans\", sans-serif;
  font-weight: 400;
  background-color: white;
  border-style: solid;
  border-width: thin;
  border-color: #373737;
}

.igv-track-label {
  position: absolute;
  left: 8px;
  top: 8px;
  width: auto;
  height: auto;
  max-width: 50%;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: \"Open Sans\", sans-serif;
  font-size: small;
  font-weight: 400;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border-color: #444;
  border-radius: 2px;
  border-style: solid;
  border-width: thin;
  background-color: white;
  z-index: 128;
  cursor: pointer;
}

.igv-track-label:hover,
.igv-track-label:focus,
.igv-track-label:active {
  background-color: #e8e8e8;
}

.igv-track-label-popup-shim {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}

.igv-center-line {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border-left-style: dashed;
  border-left-width: thin;
  border-right-style: dashed;
  border-right-width: thin;
}

.igv-center-line-wide {
  background-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(127, 127, 127, 0.51);
  border-right-color: rgba(127, 127, 127, 0.51);
}

.igv-center-line-thin {
  background-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(127, 127, 127, 0.51);
  border-right-color: rgba(0, 0, 0, 0);
}

.igv-cursor-guide-horizontal {
  display: none;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: 1;
  margin-left: 50px;
  margin-right: 54px;
  border-top-style: dotted;
  border-top-width: thin;
  border-top-color: rgba(127, 127, 127, 0.76);
}

.igv-cursor-guide-vertical {
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  z-index: 1;
  border-left-style: dotted;
  border-left-width: thin;
  border-left-color: rgba(127, 127, 127, 0.76);
  display: none;
}

.igv-user-feedback {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 512px;
  height: 360px;
  z-index: 2048;
  background-color: white;
  border-color: #a2a2a2;
  border-style: solid;
  border-width: thin;
  font-family: \"Open Sans\", sans-serif;
  font-size: medium;
  font-weight: 400;
  color: #444;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-user-feedback div:first-child {
  position: relative;
  height: 24px;
  width: 100%;
  background-color: white;
  border-bottom-color: #a2a2a2;
  border-bottom-style: solid;
  border-bottom-width: thin;
}
.igv-user-feedback div:first-child div {
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: transparent;
}
.igv-user-feedback div:first-child div:first-child {
  left: 8px;
}
.igv-user-feedback div:first-child div:last-child {
  cursor: pointer;
  right: 8px;
}
.igv-user-feedback div:last-child {
  width: 100%;
  height: calc(100% - 24px);
  border-width: 0;
}
.igv-user-feedback div:last-child div {
  width: auto;
  height: auto;
  margin: 8px;
}

.igv-generic-dialog-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  border-color: #7F7F7F;
  border-radius: 4px;
  border-style: solid;
  border-width: thin;
  font-family: \"Open Sans\", sans-serif;
  font-size: medium;
  font-weight: 400;
  z-index: 2048;
  background-color: white;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-generic-dialog-container .igv-generic-dialog-header {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 24px;
  cursor: move;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-color: #7F7F7F;
  border-bottom-style: solid;
  border-bottom-width: thin;
  background-color: #eee;
}
.igv-generic-dialog-container .igv-generic-dialog-header div {
  margin-right: 4px;
  margin-bottom: 2px;
  height: 12px;
  width: 12px;
  color: #7F7F7F;
}
.igv-generic-dialog-container .igv-generic-dialog-header div:hover {
  cursor: pointer;
  color: #444;
}
.igv-generic-dialog-container .igv-generic-dialog-one-liner {
  color: #373737;
  width: 95%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  margin-top: 8px;
  padding-left: 8px;
  overflow-wrap: break-word;
  background-color: white;
}
.igv-generic-dialog-container .igv-generic-dialog-label-input {
  margin-top: 8px;
  width: 95%;
  height: 24px;
  color: #373737;
  line-height: 24px;
  padding-left: 8px;
  background-color: white;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-generic-dialog-container .igv-generic-dialog-label-input div {
  width: 30%;
  height: 100%;
  font-size: 16px;
  text-align: right;
  padding-right: 8px;
  background-color: white;
}
.igv-generic-dialog-container .igv-generic-dialog-label-input input {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 4px;
  font-family: \"Open Sans\", sans-serif;
  font-weight: 400;
  color: #373737;
  text-align: left;
  outline: none;
  border-style: solid;
  border-width: thin;
  border-color: #7F7F7F;
  background-color: white;
}
.igv-generic-dialog-container .igv-generic-dialog-label-input input {
  width: 50%;
  font-size: 16px;
}
.igv-generic-dialog-container .igv-generic-dialog-input {
  margin-top: 8px;
  width: calc(100% - 16px);
  height: 24px;
  color: #373737;
  line-height: 24px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.igv-generic-dialog-container .igv-generic-dialog-input input {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 4px;
  font-family: \"Open Sans\", sans-serif;
  font-weight: 400;
  color: #373737;
  text-align: left;
  outline: none;
  border-style: solid;
  border-width: thin;
  border-color: #7F7F7F;
  background-color: white;
}
.igv-generic-dialog-container .igv-generic-dialog-input input {
  font-size: 16px;
}
.igv-generic-dialog-container .igv-generic-dialog-ok-cancel {
  width: 100%;
  height: 28px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.igv-generic-dialog-container .igv-generic-dialog-ok-cancel div {
  margin-top: 32px;
  color: white;
  font-family: \"Open Sans\", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 75px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-color: transparent;
  border-style: solid;
  border-width: thin;
  border-radius: 2px;
}
.igv-generic-dialog-container .igv-generic-dialog-ok-cancel div:first-child {
  margin-left: 32px;
  margin-right: 0;
  background-color: #5ea4e0;
}
.igv-generic-dialog-container .igv-generic-dialog-ok-cancel div:last-child {
  margin-left: 0;
  margin-right: 32px;
  background-color: #c4c4c4;
}
.igv-generic-dialog-container .igv-generic-dialog-ok-cancel div:first-child:hover {
  cursor: pointer;
  background-color: #3b5c7f;
}
.igv-generic-dialog-container .igv-generic-dialog-ok-cancel div:last-child:hover {
  cursor: pointer;
  background-color: #7f7f7f;
}
.igv-generic-dialog-container .igv-generic-dialog-ok {
  width: 100%;
  height: 36px;
  margin-top: 32px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.igv-generic-dialog-container .igv-generic-dialog-ok div {
  width: 98px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: white;
  font-family: \"Open Sans\", sans-serif;
  font-size: medium;
  font-weight: 400;
  border-color: white;
  border-style: solid;
  border-width: thin;
  border-radius: 4px;
  background-color: #2B81AF;
}
.igv-generic-dialog-container .igv-generic-dialog-ok div:hover {
  cursor: pointer;
  background-color: #25597f;
}

.igv-generic-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2048;
  background-color: white;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-generic-container div:first-child {
  cursor: move;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  width: 100%;
  background-color: #dddddd;
}
.igv-generic-container div:first-child i {
  display: block;
  color: #5f5f5f;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.igv-menu-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  z-index: 4096;
  cursor: pointer;
  font-family: \"Open Sans\", sans-serif;
  font-size: small;
  font-weight: 400;
  color: #4b4b4b;
  background: white;
  border-radius: 4px;
  border-color: #7F7F7F;
  border-style: solid;
  border-width: thin;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
}
.igv-menu-popup > div:not(:first-child) {
  width: 100%;
}
.igv-menu-popup > div:not(:first-child) > div {
  background: white;
}
.igv-menu-popup > div:not(:first-child) > div.context-menu {
  padding-left: 4px;
  padding-right: 4px;
}
.igv-menu-popup > div:not(:first-child) > div:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: thin;
}
.igv-menu-popup > div:not(:first-child) > div:hover {
  background: #efefef;
}

.igv-menu-popup-shim {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 1px;
  padding-top: 1px;
}

.igv-menu-popup-header {
  position: relative;
  width: 100%;
  height: 24px;
  cursor: move;
  border-top-color: transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-color: #7F7F7F;
  border-bottom-style: solid;
  border-bottom-width: thin;
  background-color: #eee;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.igv-menu-popup-header div {
  margin-right: 4px;
  height: 12px;
  width: 12px;
  color: #7F7F7F;
}
.igv-menu-popup-header div:hover {
  cursor: pointer;
  color: #444;
}

.igv-menu-popup-check-container {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-right: 4px;
  background-color: transparent;
}
.igv-menu-popup-check-container div {
  padding-top: 2px;
  padding-left: 8px;
}
.igv-menu-popup-check-container div:first-child {
  position: relative;
  width: 12px;
  height: 12px;
}
.igv-menu-popup-check-container div:first-child svg {
  position: absolute;
  width: 12px;
  height: 12px;
}

.igv-user-feedback {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 512px;
  height: 360px;
  z-index: 2048;
  background-color: white;
  border-color: #a2a2a2;
  border-style: solid;
  border-width: thin;
  font-family: \"Open Sans\", sans-serif;
  font-size: medium;
  font-weight: 400;
  color: #444;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-user-feedback div:first-child {
  position: relative;
  height: 24px;
  width: 100%;
  background-color: white;
  border-bottom-color: #a2a2a2;
  border-bottom-style: solid;
  border-bottom-width: thin;
}
.igv-user-feedback div:first-child div {
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: transparent;
}
.igv-user-feedback div:first-child div:first-child {
  left: 8px;
}
.igv-user-feedback div:first-child div:last-child {
  cursor: pointer;
  right: 8px;
}
.igv-user-feedback div:last-child {
  width: 100%;
  height: calc(100% - 24px);
  border-width: 0;
}
.igv-user-feedback div:last-child div {
  width: auto;
  height: auto;
  margin: 8px;
}

.igv-loading-spinner-container {
  z-index: 1024;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.igv-loading-spinner-container > div {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid rgba(128, 128, 128, 0.5);
  border-top-color: rgb(255, 255, 255);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.igv-roi-menu-next-gen {
  position: absolute;
  z-index: 512;
  font-family: \"Open Sans\", sans-serif;
  font-size: small;
  font-weight: 400;
  color: #4b4b4b;
  background-color: white;
  width: 192px;
  border-radius: 4px;
  border-color: #7F7F7F;
  border-style: solid;
  border-width: thin;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.igv-roi-menu-next-gen > div:first-child {
  height: 24px;
  border-top-color: transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-color: #7F7F7F;
  border-bottom-style: solid;
  border-bottom-width: thin;
  background-color: #eee;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.igv-roi-menu-next-gen > div:first-child > div {
  margin-right: 4px;
  height: 12px;
  width: 12px;
  color: #7F7F7F;
}
.igv-roi-menu-next-gen > div:first-child > div:hover {
  cursor: pointer;
  color: #444;
}
.igv-roi-menu-next-gen > div:last-child {
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  text-align: start;
  vertical-align: middle;
}
.igv-roi-menu-next-gen > div:last-child > div {
  height: 24px;
  padding-left: 4px;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #7f7f7f;
}
.igv-roi-menu-next-gen > div:last-child > div:not(:first-child):hover {
  background-color: rgba(127, 127, 127, 0.1);
}
.igv-roi-menu-next-gen > div:last-child div:first-child {
  font-style: italic;
  text-align: center;
  padding-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.igv-roi-menu-next-gen > div:last-child > div:last-child {
  border-bottom-width: 0;
  border-bottom-color: transparent;
}

.igv-roi-placeholder {
  font-style: normal;
  color: rgba(75, 75, 75, 0.6);
}

.igv-roi-table {
  position: absolute;
  z-index: 1024;
  width: fit-content;
  border-color: #7f7f7f;
  border-radius: 4px;
  border-style: solid;
  border-width: thin;
  font-family: \"Open Sans\", sans-serif;
  font-size: 12px;
  font-weight: 400;
  background-color: white;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  cursor: default;
}
.igv-roi-table > div {
  height: 24px;
  font-size: 14px;
  text-align: start;
  vertical-align: middle;
  line-height: 24px;
}
.igv-roi-table > div:first-child {
  border-color: transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-width: 0;
  border-bottom-color: #7f7f7f;
  border-bottom-style: solid;
  border-bottom-width: thin;
  background-color: #eee;
  cursor: move;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.igv-roi-table > div:first-child > div:first-child {
  text-align: center;
  width: calc(100% - 4px - 12px);
}
.igv-roi-table > div:first-child > div:last-child {
  margin-right: 4px;
  margin-bottom: 2px;
  height: 12px;
  width: 12px;
  color: #7f7f7f;
}
.igv-roi-table > div:first-child > div:last-child > svg {
  display: block;
}
.igv-roi-table > div:first-child > div:last-child:hover {
  cursor: pointer;
  color: #444;
}
.igv-roi-table > .igv-roi-table-description {
  height: fit-content;
  padding: 4px;
  margin-left: 4px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-roi-table > .igv-roi-table-goto-explainer {
  margin-left: 4px;
  color: #7F7F7F;
  font-style: italic;
}
.igv-roi-table > .igv-roi-table-column-titles {
  height: 24px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  padding-right: 16px;
  background-color: white;
  border-top-color: #7f7f7f;
  border-top-style: solid;
  border-top-width: thin;
  border-bottom-color: #7f7f7f;
  border-bottom-style: solid;
  border-bottom-width: thin;
}
.igv-roi-table > .igv-roi-table-column-titles > div {
  font-size: 14px;
  vertical-align: middle;
  line-height: 24px;
  text-align: left;
  margin-left: 4px;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right-color: #7f7f7f;
  border-right-style: solid;
  border-right-width: thin;
}
.igv-roi-table > .igv-roi-table-column-titles > div:last-child {
  border-right: unset;
}
.igv-roi-table > .igv-roi-table-row-container {
  resize: both;
  overflow: scroll;
  min-height: 72px;
  height: 144px;
  max-height: 480px;
  background-color: white;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.igv-roi-table > .igv-roi-table-row-container > .igv-roi-table-row {
  height: 24px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
}
.igv-roi-table > .igv-roi-table-row-container > .igv-roi-table-row > div {
  font-size: 14px;
  vertical-align: middle;
  line-height: 24px;
  text-align: left;
  margin-left: 4px;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: thin;
}
.igv-roi-table > .igv-roi-table-row-container > .igv-roi-table-row > div:last-child {
  border-right: unset;
}
.igv-roi-table > .igv-roi-table-row-container > .igv-roi-table-row-hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.igv-roi-table > div:last-child {
  height: 32px;
  line-height: 32px;
  border-top-color: #7f7f7f;
  border-top-style: solid;
  border-top-width: thin;
  border-bottom-color: transparent;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.igv-roi-table-row-selected {
  background-color: rgba(0, 0, 0, 0.125);
}

.igv-roi-table-button {
  cursor: pointer;
  height: 20px;
  user-select: none;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  font-family: \"Open Sans\", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: black;
  padding-left: 6px;
  padding-right: 6px;
  background-color: rgb(239, 239, 239);
  border-color: black;
  border-style: solid;
  border-width: thin;
  border-radius: 3px;
}

.igv-roi-table-button:hover {
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.13);
}

.igv-roi-region {
  z-index: 64;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  overflow: visible;
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.igv-roi-region > div {
  position: relative;
  width: 100%;
  height: 8px;
  pointer-events: auto;
}

.igv-roi-menu {
  position: absolute;
  z-index: 1024;
  width: 144px;
  border-color: #7f7f7f;
  border-radius: 4px;
  border-style: solid;
  border-width: thin;
  font-family: \"Open Sans\", sans-serif;
  background-color: white;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.igv-roi-menu > div:not(:last-child) {
  border-bottom-color: rgba(128, 128, 128, 0.5);
  border-bottom-style: solid;
  border-bottom-width: thin;
}
.igv-roi-menu > div:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 0;
}
.igv-roi-menu > div:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0;
}

.igv-roi-menu-row {
  height: 24px;
  padding-left: 8px;
  font-size: small;
  text-align: start;
  vertical-align: middle;
  line-height: 24px;
  background-color: white;
}

.igv-roi-menu-row-edit-description {
  width: -webkit-fill-available;
  font-size: small;
  text-align: start;
  vertical-align: middle;
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
}
.igv-roi-menu-row-edit-description > label {
  margin-left: 2px;
  margin-bottom: 0;
  display: block;
  width: -webkit-fill-available;
}
.igv-roi-menu-row-edit-description > input {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 1px;
  width: -webkit-fill-available;
}

.igv-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.igv-viewport {
  position: relative;
  margin-top: 5px;
  line-height: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.igv-viewport-content {
  position: relative;
  width: 100%;
}
.igv-viewport-content > canvas {
  position: relative;
  display: block;
}

.igv-column-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.igv-column-shim {
  width: 1px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #545453;
}

.igv-column {
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  height: 100%;
}

.igv-axis-column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  height: 100%;
  width: 50px;
}
.igv-axis-column > div {
  margin-top: 5px;
  width: 100%;
}

.igv-sample-name-column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  height: 100%;
}

.igv-scrollbar-column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  height: 100%;
  width: 14px;
}
.igv-scrollbar-column > div {
  position: relative;
  margin-top: 5px;
  width: 14px;
}
.igv-scrollbar-column > div > div {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 2px;
  width: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #c4c4c4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.igv-scrollbar-column > div > div:hover {
  background-color: #c4c4c4;
}

.igv-track-drag-column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  height: 100%;
  width: 12px;
  background-color: white;
}
.igv-track-drag-column > .igv-track-drag-handle {
  z-index: 512;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  width: 100%;
  border-style: solid;
  border-width: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #c4c4c4;
}
.igv-track-drag-column .igv-track-drag-handle-hover {
  background-color: #787878;
}
.igv-track-drag-column > .igv-track-drag-shim {
  position: relative;
  margin-top: 5px;
  width: 100%;
  border-style: solid;
  border-width: 0;
}

.igv-gear-menu-column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  height: 100%;
  width: 28px;
}
.igv-gear-menu-column > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  width: 100%;
  background: white;
}
.igv-gear-menu-column > div > div {
  position: relative;
  margin-top: 4px;
  width: 16px;
  height: 16px;
  color: #7F7F7F;
}
.igv-gear-menu-column > div > div:hover {
  cursor: pointer;
  color: #444;
}

/*# sourceMappingURL=dom.css.map */


.igv-circview-container {
  width: fit-content;
  height: fit-content;
  box-sizing: content-box;
  color: dimgray;
  font-family: \"Open Sans\", sans-serif;
  font-size: 12px;
  background-color: white;
  border-color: dimgray;
  border-style: solid;
  border-width: thin;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.igv-circview-toolbar {
  position: relative;
  width: 100%;
  height: 32px;
  background-color: lightgrey;
  border-bottom-style: solid;
  border-bottom-color: dimgray;
  border-bottom-width: thin;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.igv-circview-toolbar-button-container {
  height: 100%;
  width: fit-content;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-circview-toolbar-button-container > div {
  margin: 4px;
}

.igv-circview-track-panel {
  z-index: 1024;
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: fit-content;
  border-bottom-style: solid;
  border-bottom-color: dimgray;
  border-bottom-width: thin;
  background-color: white;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.igv-circview-track-panel > div {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.igv-circview-track-panel > div > div {
  margin: 4px;
}

.igv-circview-swatch-button {
  cursor: pointer;
  padding: 5px;
  width: 8px;
  height: 8px;
  border: 1px solid #8d8b8b;
  border-radius: 16px;
}

.igv-circview-button {
  cursor: pointer;
  padding: 5px;
  color: #444;
  vertical-align: middle;
  text-align: center;
  font-family: \"Open Sans\", sans-serif;
  font-size: 12px;
  border: 1px solid #8d8b8b;
  border-radius: 4px;
  background: #efefef;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}

.igv-circview-button:hover {
  background: #efefef;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}

.igv-circview-button:active {
  color: #007bff;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}

/*# sourceMappingURL=circular-view.css.map */


.igv-ui-popover {
    cursor: default;
    position: absolute;
    z-index: 2048;
    border-color: #7F7F7F;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    background-color: white;
  }
  .igv-ui-popover > div:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 24px;
    cursor: move;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-color: #7F7F7F;
    border-bottom-style: solid;
    border-bottom-width: thin;
    background-color: #eee;
  }
  .igv-ui-popover > div:first-child > div:first-child {
    margin-left: 4px;
  }
  .igv-ui-popover > div:first-child > div:last-child {
    margin-right: 4px;
    height: 12px;
    width: 12px;
    color: #7F7F7F;
  }
  .igv-ui-popover > div:first-child > div:last-child:hover {
    cursor: pointer;
    color: #444;
  }
  .igv-ui-popover > div:last-child {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    max-width: 800px;
    background-color: white;
  }
  .igv-ui-popover > div:last-child > div {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-left: 4px;
    margin-right: 4px;
    min-width: 220px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .igv-ui-popover > div:last-child > div > span {
    font-weight: bolder;
  }
  .igv-ui-popover > div:last-child hr {
    width: 100%;
  }
  
  .igv-ui-alert-dialog-container {
    box-sizing: content-box;
    position: absolute;
    z-index: 2048;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 200px;
    border-color: #7F7F7F;
    border-radius: 4px;
    border-style: solid;
    border-width: thin;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: white;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .igv-ui-alert-dialog-container > div:first-child {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 24px;
    cursor: move;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-color: #7F7F7F;
    border-bottom-style: solid;
    border-bottom-width: thin;
    background-color: #eee;
  }
  .igv-ui-alert-dialog-container > div:first-child div:first-child {
    padding-left: 8px;
  }
  .igv-ui-alert-dialog-container .igv-ui-alert-dialog-body {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    color: #373737;
    width: 100%;
    height: calc(100% - 24px - 64px);
    overflow-y: scroll;
  }
  .igv-ui-alert-dialog-container .igv-ui-alert-dialog-body .igv-ui-alert-dialog-body-copy {
    margin: 16px;
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    background-color: white;
    border: unset;
  }
  .igv-ui-alert-dialog-container > div:last-child {
    width: 100%;
    margin-bottom: 10px;
    background-color: white;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .igv-ui-alert-dialog-container > div:last-child div {
    margin: unset;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    font-weight: 400;
    border-color: #2B81AF;
    border-style: solid;
    border-width: thin;
    border-radius: 4px;
    background-color: #2B81AF;
  }
  .igv-ui-alert-dialog-container > div:last-child div:hover {
    cursor: pointer;
    border-color: #25597f;
    background-color: #25597f;
  }
  
  .igv-ui-color-swatch {
    position: relative;
    box-sizing: content-box;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 4px;
  }
  
  .igv-ui-color-swatch:hover {
    border-color: dimgray;
  }
  
  .igv-ui-colorpicker-menu-close-button {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 32px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 8px;
  }
  .igv-ui-colorpicker-menu-close-button i.fa {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
    color: #5f5f5f;
  }
  .igv-ui-colorpicker-menu-close-button i.fa:hover,
  .igv-ui-colorpicker-menu-close-button i.fa:focus,
  .igv-ui-colorpicker-menu-close-button i.fa:active {
    cursor: pointer;
    color: #0f0f0f;
  }
  
  .igv-ui-generic-dialog-container {
    box-sizing: content-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 200px;
    border-color: #7F7F7F;
    border-radius: 4px;
    border-style: solid;
    border-width: thin;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    font-weight: 400;
    z-index: 2048;
    background-color: white;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-header {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 24px;
    cursor: move;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-color: #7F7F7F;
    border-bottom-style: solid;
    border-bottom-width: thin;
    background-color: #eee;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-header div {
    margin-right: 4px;
    margin-bottom: 2px;
    height: 12px;
    width: 12px;
    color: #7F7F7F;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-header div:hover {
    cursor: pointer;
    color: #444;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-one-liner {
    color: #373737;
    width: 95%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    margin-top: 8px;
    padding-left: 8px;
    overflow-wrap: break-word;
    background-color: white;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-label-input {
    margin-top: 8px;
    width: 95%;
    height: 24px;
    color: #373737;
    line-height: 24px;
    padding-left: 8px;
    background-color: white;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-label-input div {
    width: 30%;
    height: 100%;
    font-size: 16px;
    text-align: right;
    padding-right: 8px;
    background-color: white;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-label-input input {
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #373737;
    text-align: left;
    outline: none;
    border-style: solid;
    border-width: thin;
    border-color: #7F7F7F;
    background-color: white;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-label-input input {
    width: 50%;
    font-size: 16px;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-input {
    margin-top: 8px;
    width: calc(100% - 16px);
    height: 24px;
    color: #373737;
    line-height: 24px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-input input {
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #373737;
    text-align: left;
    outline: none;
    border-style: solid;
    border-width: thin;
    border-color: #7F7F7F;
    background-color: white;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-input input {
    font-size: 16px;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok-cancel {
    width: 100%;
    height: 28px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok-cancel div {
    margin-top: 32px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 75px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-color: transparent;
    border-style: solid;
    border-width: thin;
    border-radius: 2px;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok-cancel div:first-child {
    margin-left: 32px;
    margin-right: 0;
    background-color: #5ea4e0;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok-cancel div:last-child {
    margin-left: 0;
    margin-right: 32px;
    background-color: #c4c4c4;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok-cancel div:first-child:hover {
    cursor: pointer;
    background-color: #3b5c7f;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok-cancel div:last-child:hover {
    cursor: pointer;
    background-color: #7f7f7f;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok {
    width: 100%;
    height: 36px;
    margin-top: 32px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok div {
    width: 98px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    font-weight: 400;
    border-color: white;
    border-style: solid;
    border-width: thin;
    border-radius: 4px;
    background-color: #2B81AF;
  }
  .igv-ui-generic-dialog-container .igv-ui-generic-dialog-ok div:hover {
    cursor: pointer;
    background-color: #25597f;
  }
  
  .igv-ui-generic-container {
    box-sizing: content-box;
    position: absolute;
    z-index: 2048;
    background-color: white;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .igv-ui-generic-container > div:first-child {
    cursor: move;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 24px;
    width: 100%;
    background-color: #dddddd;
  }
  .igv-ui-generic-container > div:first-child > div {
    display: block;
    color: #5f5f5f;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  
  .igv-ui-dialog {
    z-index: 2048;
    position: fixed;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: white;
    border-color: #7F7F7F;
    border-radius: 4px;
    border-style: solid;
    border-width: thin;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    font-weight: 400;
  }
  .igv-ui-dialog .igv-ui-dialog-header {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 24px;
    cursor: move;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-color: #7F7F7F;
    border-bottom-style: solid;
    border-bottom-width: thin;
    background-color: #eee;
  }
  .igv-ui-dialog .igv-ui-dialog-header div {
    margin-right: 4px;
    margin-bottom: 2px;
    height: 12px;
    width: 12px;
    color: #7F7F7F;
  }
  .igv-ui-dialog .igv-ui-dialog-header div:hover {
    cursor: pointer;
    color: #444;
  }
  .igv-ui-dialog .igv-ui-dialog-one-liner {
    width: 95%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    margin: 8px;
    overflow-wrap: break-word;
    background-color: white;
    font-weight: bold;
  }
  .igv-ui-dialog .igv-ui-dialog-ok-cancel {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  .igv-ui-dialog .igv-ui-dialog-ok-cancel div {
    margin: 16px;
    margin-top: 32px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 75px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-color: transparent;
    border-style: solid;
    border-width: thin;
    border-radius: 2px;
  }
  .igv-ui-dialog .igv-ui-dialog-ok-cancel div:first-child {
    background-color: #5ea4e0;
  }
  .igv-ui-dialog .igv-ui-dialog-ok-cancel div:last-child {
    background-color: #c4c4c4;
  }
  .igv-ui-dialog .igv-ui-dialog-ok-cancel div:first-child:hover {
    cursor: pointer;
    background-color: #3b5c7f;
  }
  .igv-ui-dialog .igv-ui-dialog-ok-cancel div:last-child:hover {
    cursor: pointer;
    background-color: #7f7f7f;
  }
  .igv-ui-dialog .igv-ui-dialog-ok {
    width: 100%;
    height: 36px;
    margin-top: 32px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  .igv-ui-dialog .igv-ui-dialog-ok div {
    width: 98px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    font-weight: 400;
    border-color: white;
    border-style: solid;
    border-width: thin;
    border-radius: 4px;
    background-color: #2B81AF;
  }
  .igv-ui-dialog .igv-ui-dialog-ok div:hover {
    cursor: pointer;
    background-color: #25597f;
  }
  
  .igv-ui-panel, .igv-ui-panel-row, .igv-ui-panel-column {
    z-index: 2048;
    background-color: white;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .igv-ui-panel-column {
    display: flex;
    flex-direction: column;
  }
  
  .igv-ui-panel-row {
    display: flex;
    flex-direction: row;
  }
  
  .igv-ui-textbox {
    background-color: white;
    font-family: "Open Sans", sans-serif;
    font-size: medium;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .igv-ui-table {
    background-color: white;
  }
  
  .igv-ui-table thead {
    position: sticky;
    top: 0;
  }
  
  .igv-ui-table th {
    text-align: left;
  }
  
  .igv-ui-table td {
    padding-right: 20px;
  }
  
  .igv-ui-table tr:hover {
    background-color: lightblue;
  }
  
  /*# sourceMappingURL=igv-ui.css.map */


.picker_wrapper.no_alpha .picker_alpha{display:none}.picker_wrapper.no_editor .picker_editor{position:absolute;z-index:-1;opacity:0}.picker_wrapper.no_cancel .picker_cancel{display:none}.layout_default.picker_wrapper{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;font-size:10px;width:25em;padding:.5em}.layout_default.picker_wrapper input,.layout_default.picker_wrapper button{font-size:1rem}.layout_default.picker_wrapper>*{margin:.5em}.layout_default.picker_wrapper::before{content:"";display:block;width:100%;height:0;order:1}.layout_default .picker_slider,.layout_default .picker_selector{padding:1em}.layout_default .picker_hue{width:100%}.layout_default .picker_sl{flex:1 1 auto}.layout_default .picker_sl::before{content:"";display:block;padding-bottom:100%}.layout_default .picker_editor{order:1;width:6.5rem}.layout_default .picker_editor input{width:100%;height:100%}.layout_default .picker_sample{order:1;flex:1 1 auto}.layout_default .picker_done,.layout_default .picker_cancel{order:1}.picker_wrapper{box-sizing:border-box;background:#f2f2f2;box-shadow:0 0 0 1px silver;cursor:default;font-family:sans-serif;color:#444;pointer-events:auto}.picker_wrapper:focus{outline:none}.picker_wrapper button,.picker_wrapper input{box-sizing:border-box;border:none;box-shadow:0 0 0 1px silver;outline:none}.picker_wrapper button:focus,.picker_wrapper button:active,.picker_wrapper input:focus,.picker_wrapper input:active{box-shadow:0 0 2px 1px #1e90ff}.picker_wrapper button{padding:.4em .6em;cursor:pointer;background-color:#f5f5f5;background-image:linear-gradient(0deg, gainsboro, transparent)}.picker_wrapper button:active{background-image:linear-gradient(0deg, transparent, gainsboro)}.picker_wrapper button:hover{background-color:#fff}.picker_selector{position:absolute;z-index:1;display:block;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:2px solid #fff;border-radius:100%;box-shadow:0 0 3px 1px #67b9ff;background:currentColor;cursor:pointer}.picker_slider .picker_selector{border-radius:2px}.picker_hue{position:relative;background-image:linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);box-shadow:0 0 0 1px silver}.picker_sl{position:relative;box-shadow:0 0 0 1px silver;background-image:linear-gradient(180deg, white, rgba(255, 255, 255, 0) 50%),linear-gradient(0deg, black, rgba(0, 0, 0, 0) 50%),linear-gradient(90deg, #808080, rgba(128, 128, 128, 0))}.picker_alpha,.picker_sample{position:relative;background:linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0/2em 2em,linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em/2em 2em;box-shadow:0 0 0 1px silver}.picker_alpha .picker_selector,.picker_sample .picker_selector{background:none}.picker_editor input{font-family:monospace;padding:.2em .4em}.picker_sample::before{content:"";position:absolute;display:block;width:100%;height:100%;background:currentColor}.picker_arrow{position:absolute;z-index:-1}.picker_wrapper.popup{position:absolute;z-index:2;margin:1.5em}.picker_wrapper.popup,.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{background:#f2f2f2;box-shadow:0 0 10px 1px rgba(0,0,0,.4)}.picker_wrapper.popup .picker_arrow{width:3em;height:3em;margin:0}.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{content:"";display:block;position:absolute;top:0;left:0;z-index:-99}.picker_wrapper.popup .picker_arrow::before{width:100%;height:100%;-webkit-transform:skew(45deg);transform:skew(45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}.picker_wrapper.popup .picker_arrow::after{width:150%;height:150%;box-shadow:none}.popup.popup_top{bottom:100%;left:0}.popup.popup_top .picker_arrow{bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.popup.popup_bottom{top:100%;left:0}.popup.popup_bottom .picker_arrow{top:0;left:0;-webkit-transform:rotate(90deg) scale(1, -1);transform:rotate(90deg) scale(1, -1)}.popup.popup_left{top:0;right:100%}.popup.popup_left .picker_arrow{top:0;right:0;-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.popup.popup_right{top:0;left:100%}.popup.popup_right .picker_arrow{top:0;left:0}

