#mouse-position div {
  display: inline; }

.map {
  height: 100%;
  width: 100%;
  position: relative;
  background: transparent;
}

.map-wrapper {
  height: 100%;
  width: 100%;
  padding-bottom: 1px;
}

.toggle-layer {
  left: .5em; }

.toggle-layer button {
  width: 3em; }

.toggle-layer-FE {
  top: 8em; }

.toggle-layer-FR {
  top: 10em; }

.toggle-layer-FB {
  top: 12em; }

.toggle-layer-DY {
  top: 14em; }

.toggle-layer-BDA {
  top: 16em; }

.ol-control.btn-parcel {
  position: fixed;
  top: 18em;
  left: .5em; }

.ol-control.btn-parcel button {
  width: auto;
  padding: 5px; }

.ol-touch .rotate-north {
  top: 80px; }

.layer-invisible {
  background-color: #aaa !important;
  color: #e0e0e0 !important; }

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute; }

.info-mouse-position {
  display: none; }

.ol-scale-line {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  position: fixed;
  bottom: 2%;
/*  right: 7px; !important*/
  left: calc(35vw + 10px);
  z-index: 200;
  width: calc(35vw + 10px);
}

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  font-size: 13px;
  text-align: center;
  margin: 1px;
  color: #000;
  border-color: #000;
  border-width: medium 2px 2px;
}

.ol-overlay-container {
  will-change: left, right, top, bottom; }

.ol-overlaycontainer {
  display: none;
  position: absolute;
  border: solid 30px rgb(196 183 210 / 15%);
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}


.ol-unsupported {
  display: none; }

/*.ol-viewport .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;  user-select: none;
  -webkit-tap-highlight-color: transparent; }*/

.ol-control {
  position: absolute;
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  padding: 2px; }

.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6); }


.ol-zoom {
  z-index: 200; !important
}


.ol-rotate {
  top: .5em;
  right: .5em;
  z-index: 200;
  transition: opacity 0.25s linear, visibility 0s linear; }

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0s linear 0.25s; }

.ol-zoom-extent {
  top: 4.643em;
  left: .5em; }

.ol-full-screen {
  right: .5em;
  top: .5em; }

@media print {
  .ol-control {
    display: none; } }

/*.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: #7b98bc;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
  border-radius: 2px;
}*/
.ol-control button {
    display: block;
    margin: 1px;
    padding: 0;
    color: var(--ol-subtle-foreground-color);
    font-weight: bold;
    text-decoration: none;
    font-size: inherit;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: var(--ol-background-color);
    border: none;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0; }

.ol-control button.toggle-layer {
  width: 4em; }

.ol-zoom-extent button {
  line-height: 1.4em; }

.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
}

.ol-touch .ol-control button {
  font-size: 1.5em; }

.ol-touch .ol-zoom-extent {
  top: 5.5em; }

.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  background-color: #4c6079;
  background-color: rgba(0, 60, 136, 0.7); }

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
  z-index: 200;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
  z-index: 200;
}

.ol-attribution {
  text-align: right;
  bottom: 50px;
  right: .5em;
  max-width: calc(100% - 1.3em); }

.ol-attribution ul {
  margin: 0;
  padding: 0 0.5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff; }

.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit; }

.ol-attribution li:not(:last-child):after {
  content: " "; }

.ol-attribution img {
  max-height: 2em;
  max-width: inherit; }

.ol-attribution button,
.ol-attribution ul {
  display: inline-block; }

.ol-attribution.ol-collapsed ul {
  display: none; }

.ol-attribution.ol-logo-only ul {
  display: block; }

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em; }

.ol-attribution.ol-logo-only {
  background: 0 0;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em; }

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em; }

.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none; }

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  width: 24px;
  height: 200px; }

.ol-zoomslider-thumb {
  position: absolute;
  background: #7b98bc;
  background: rgba(0, 60, 136, 0.5);
  border-radius: 2px;
  cursor: pointer;
  height: 10px;
  width: 22px;
  margin: 3px; }

.ol-touch .ol-zoomslider {
  top: 5.5em;
  width: 2.052em; }

.ol-touch .ol-zoomslider-thumb {
  width: 1.8em; }

.ol-overviewmap {
  left: .5em;
  top: .5em; }

.ol-overviewmap.ol-uncollapsible {
  top: 0;
  left: 0;
  border-radius: 0 4px 0 0; }

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block; }

.ol-overviewmap .ol-overviewmap-map {
  /*border: 1px solid #7b98bc;*/
  height: 200px;
  margin: -1px;
  width: 250px; }

.ol-overviewmap:not(.ol-collapsed) button {
  top: 1px;
  left: 2px;
  position: absolute; }

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none; }

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-overviewmap-box {
  border: 2px dotted rgba(239 255 6 / 80%); }

#marmoset-logo {
  width: 237px;
  height: 64px;
  position: fixed;
  top: 0.5em;
  left: 1em;
  z-index: 200; }

.ol-control.toggle-meta {
  position: fixed;
  top: 3em;
  left: 6em; }
  .ol-control.toggle-meta .btn-toggle-meta {
    width: auto;
    padding: 5px; }

.ol-control.btn-back {
  position: fixed;
  top: .5em;
  left: 6em; }
  .ol-control.btn-back button {
    width: auto;
    padding: 5px; }

.ol-control.btn-flat {
  position: fixed;
  top: 5.5em;
  left: 6em; }
  .ol-control.btn-flat button {
    width: auto;
    padding: 5px; }

.symbol-FE {
  color: #008000;
  margin-left: .5em; }

.symbol-FR {
  color: #ff0000;
  margin-left: .5em; }

.symbol-FB {
  color: #0000ff;
  margin-left: .5em; }

.symbol-DY {
  color: #ffff00;
  margin-left: .25em;
  font-size: 1.5em; }

.symbol-BDA {
  color: #800000;
  margin-left: .25em;
  font-size: 1.5em; }

.ol-control.annotation {
  top: .5em;
  right: 3em;
  width: auto;
  height: auto; }
  .ol-control.annotation button {
    width: auto;
    padding: 5px; }
  .ol-control.annotation label {
    padding: 2px;
    margin: 0; }
  .ol-control.annotation label, .ol-control.annotation select, .ol-control.annotation button {
    float: left; }
  .ol-control.annotation div.annotation-list {
    clear: both; }
  .ol-control.annotation table.annotation-list {
    width: 100%; }

.hidden {
  display: none; }

.sagittal-nav {
  position: fixed !important;
  /*z-index: 9999;*/
  opacity: 0.8;
  top: 126px;
  /*left: 0;*/
  margin-left: 11px;
  padding: 0px !important;
  vertical-align: bottom;
/*   width: 350px;  Modified by Adam Lin*/
  height: 405px;
  padding: 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  background-color: #fff; }

  .sagittal-nav:hover {
    background-color: white; }
  .sagittal-nav img {
    vertical-align: top;
    display: block; }
  .sagittal-nav button {
    width: auto;
    padding: 5px; }
  .sagittal-nav label {
    padding: 2px;
    margin: 0; }
  .sagittal-nav label, .sagittal-nav select, .sagittal-nav button {
    float: left; }
  .sagittal-nav div.annotation-list {
    clear: both; }
  .sagittal-nav table.annotation-list {
    width: 100%; }
  .sagittal-nav .sagittal-ruler {
    position: absolute;
    border: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-color: #eee;
    border-color: rgba(255, 255, 255, 0.6);
    background-clip: padding-box;
    background-color: #00f;
    z-index: 101;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
}
  .sagittal-nav .sagittal-tooltip {
/*   	display: none;  modified by Adam*/
    position: absolute;
    top: 10px;
    left: 11;
    width: 160px;
/*    text-align: center;*/
    height: 120px;
    /* color: #337ab7; */
    color: white; }
  .sagittal-nav .sagittal-tooltip-coord {
    width: 100%;
    /* border: 1px solid #fff; */
    padding: 4px 4px 0 4px;
    line-height: 16px;
    color: white; }
  .sagittal-nav .sagittal-tooltip-coord-suffix {
    width: 100%;
    padding: 0 4px 4px 4px;
    line-height: 16px;
    color: white; }
  .sagittal-nav .sagittal-tooltip-section {
    width: 100%;
    /* border: 1px solid #fff; */
    padding: 4px;
    color: white; }
}

.display-none {
  display: none; }

#reconstruction-thumbnail {
  position: absolute;
  top: .5em; }

.technical-whitepaper {
  font-size: 16px; }
  .technical-whitepaper h3 {
    margin-top: 1em;
    margin-bottom: 2em; }
  .technical-whitepaper p {
    margin-top: 1em; }
  .technical-whitepaper h5 {
    margin-top: 3em; }

.flatmap-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 65534;
  opacity: 0.85;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  text-align: center; }
  .flatmap-overlay.dark {
    background: #000; }

.flatmap-link {
  border: 1px solid transparent;
  padding: 10px; }
  .flatmap-link:hover {
    border: 1px solid #999; }

.loading-monkey {
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.flatmap-holder {
  position: fixed;
  z-index: 65535;
  display: none;
  top: 0;
  left: 0; }

#flatmap-image-caption {
  height: 24px;
  position: relative;
  top: -24px;
  text-align: center;
  color: #fff;
  font-weight: bold; }

.btn-parcel button {
  display: inline-block; }

.btn-parcel button.plus {
  width: 24px; }

.btn-parcel button.minus {
  width: 24px; }
.controls{
        position: fixed;
        text-align: center;
        padding: 2px 5px;
        min-width: 60px;
        top: 100px;
        left:10px;
        color:#fff; }
.selectCellBox {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 4px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100px;
   margin-top: -10px;
}
.selectMeasureBox{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
   background-position: 94% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 4px 18px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 160px;
   margin-left: 10px;
}

.circleCellBox, .circleOutlineBox{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 4px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100px;
   margin-top: -10px;
}

.plot_name_cell_box, .outline_name_cell_box{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 4px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100px;

}

.credit{
	position: absolute;
    margin: 10px;
    right: 0px;
    bottom: 20px;
    border: 1px outset #333;
    color: #fff;
    background: #222;
    font-weight: normal;
    padding: 5px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    text-shadow: .5px .5px 0 grey;
    opacity: .6;
    z-index: 200;
}
.custom-mouse-position{
    top: 10px;
    right: 45px;
    z-index: 10000;
    position: absolute;
/*     border: 1px outset #333; */
    color: #fff;
/*
    background: #222;
    font-weight: normal;
    padding: 5px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
*/
/*     text-shadow: .5px .5px 0 grey; */
    opacity: .8;
}
.cell-counting{
	position: fixed;
    top: 168px;
    left: 60px;
    z-index: 1900;
    position: absolute;
    border: 1px outset #333;
    color: #fff;
    background: #222;
    font-weight: normal;
    padding: 5px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
/*     text-shadow: .5px .5px 0 grey; */
    opacity: .8;
}
#cell_marking{
  position: fixed;
  top: 390px; /*335px; */
  right: 40px;
  z-index: 1900;
  position: absolute;
  border: 1px outset #333;
  color: #fff;
  background: #222;
  font-weight: normal;
  padding: 5px;
  font-size: 80%;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
/*     text-shadow: .5px .5px 0 grey; */
  opacity: .8;
  width: 262px;

}
#split_list{
  /*position: fixed;
  top: 80px;
  left: 20px;
  z-index: 1900;
  position: absolute;
  border: 1px outset #333;
  color: #fff;
  background: #222;
  font-weight: normal;
  padding: 5px;
  font-size: 80%;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  opacity: .8;
*/
}
#jsonbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 158px;
}

.makingdownloadbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 83px;
}

.makingsavebutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 57px;
}

.deleteSelectedBoxbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 84px;
}

.deleteBoundaryInnerbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 147px;
}

.deleteSelectedBoxOnMarkingbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 147px;
}

.deleteallbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 64px;
}

.makingstartbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 57px;
}

.makingstopbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 57px;
}

.makingfinalbutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 57px;
}

.cell_thresholding_button, .cell_thresholding_input_style{
  -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 57px;
}

.dis_measure{
	position: fixed;
    top: 8px;
    right: 310px;
    z-index: 1900;
    width: 262px;
    position: absolute;
    border: 1px outset #333;
    color: #fff;
    background: #222;
    font-weight: normal;
    padding: 5px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
/*     text-shadow: .5px .5px 0 grey; */
    opacity: .9;
}

/* for ol5.html testing purpose */

.overlaymap{
  height: 100%;
  width: 100%;
  position: fixed;
  top:0px;
  left:0px;
  opacity: 0.9;
  z-index: 100;
  background: transparent;
}

.overlay_dial_slider{
	right: 280px;
    top: 10px;
    position: absolute;
    z-index: 9999;
}

.his-overlay{
    position: fixed;
    top: 350px;
    left: 60px;
    z-index: 1900;
    position: absolute;
    border: 1px outset #333;
    color: #fff;
    background: #222;
    font-weight: normal;
    padding: 5px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
/*     text-shadow: .5px .5px 0 grey; */
    opacity: .8;
    width: 170px;
}
.lock_his_overlay{
    position: absolute;
    top: 390px;
    left: 60px;
    z-index: 1900;
    border: 1px outset #333;
    color: #fff;
    background: #222;
    font-weight: normal;
    padding: 3px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
/*     text-shadow: .5px .5px 0 grey; */
    opacity: .8;
    width: 170px;
}

.unlock_his_overlay{
    position: absolute;
    top: 428px;
    left: 60px;
    z-index: 1900;
    border: 1px outset #333;
    color: #fff;
    background: #222;
    font-weight: normal;
    padding: 3px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
/*     text-shadow: .5px .5px 0 grey; */
    opacity: .8;
    width: 170px;
}

.atlas-overlay{
    position: fixed;
    top: 10px;
    left: 200px;
    z-index: 1900;
    position: absolute;
    border: 1px outset #333;
    color: #fff;
    background: #222;
    font-weight: normal;
    padding: 5px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
/*     text-shadow: .5px .5px 0 grey; */
    opacity: .8;
}
.atlas-overlay-annotation{
    position: fixed;
    top: 370px;
    left: 60px;
    z-index: 1900;
    position: absolute;
    border: 1px outset #333;
    color: #fff;
    background: #222;
    font-weight: normal;
    padding: 5px;
    font-size: 80%;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
    /* text-shadow: 0.5px 0.5px 0 grey; */
    opacity: .8;
    height: 70px;
}
.zoom_times{
    position: absolute;
    border-radius: 4px;
    padding: 2px;
    right: 7px;
    z-index: 2000;
    top: 5px;
}
.return_range {
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 7px;
    z-index: 2000;
    top: 85px;
}
.return_range-tabs {
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: #7b98bc;
    background-color: rgba(0, 60, 136, 0.5);
    border: none;
    border-radius: 2px;
}
.profile_login_status{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333; !important
    margin-top: 30px;
    margin-left: 60px;
}

/*atlas on and off button*/
.atlas_on_off{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 7px;
    z-index: 2000;
    top: 115px;
}

.atlas_on_off_style{
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: #7b98bc;
    background-color: rgba(0, 60, 136, 0.5);
    border: none;
    border-radius: 2px;
}

/*nissl_mri on and off button*/
.nissl_mri_on_off{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 8px;
    z-index: 2000;
    top: 225px;
}
.nissl_mri_on_off_style{
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: #7b98bc;
    background-color: rgba(0, 60, 136, 0.5);
    border: none;
    border-radius: 2px;
}

.flatmap_section{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    left: 510px;
    z-index: 2000;
    top: 95px;
}
.atlas_color_section{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    left: calc(35vw + 5px);
    z-index: 2000;
    top: 95px;
}

.move_before_section{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 7px;
    z-index: 2000;
    top: 172px;
}
.move_after_section{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 7px;
    z-index: 2000;
    top: 150px;
}
/*clear drawing*/

.clear_drawing_on_off{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 7px;
    z-index: 2000;
    top: 145px;
}
.clear_drawing_on_off_style{
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: #7b98bc;
    background-color: rgba(0, 60, 136, 0.5);
    border: none;
    border-radius: 2px;
}
/*opacity for polygon layers - cell*/
.opacity_range_cell_pos {
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 7px;
    z-index: 2000;
    bottom: 130px;
}
.opacity_range_cell_neg {
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 36px;
    z-index: 2000;
    bottom: 130px;
}
/*opacity for polygon layers - outline*/
.opacity_range_outline_pos {
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 7px;
    z-index: 2000;
    bottom: 10px;
}
.opacity_range_outline_neg {
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 40px;
    z-index: 2000;
    bottom: 10px;
}
.opacity_range_style {
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .5em;
    background-color: #7b98bc;
    background-color: rgba(0, 60, 136, 0.5);
    border: none;
    border-radius: 2px;
}
.colorreminderstyle{
    top: 5px;
    position: fixed;
    left: 200px;
    color: white;
    font-size: 30px;
}

.dashline_colormap{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;

}
#viewer_info_list{
  /*position: absolute;*/
}

.request_size{
  width: 120px;
  height: 105px;
}



/*new function for additional tabs (shortcaut key, overwrite, annotation related tasks)*/

.deleteBoundaryOutlinebutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 202px;
}

.registerNewNamebutton, .registerNewoutlineNamebutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100px;
}

.selectDBPlotNamebutton, .selectDBoutlineNamebutton{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 3px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100px;

}
.plot_setting table tr{
  border: 1px dashed #EBEDF3;
}

.outline_setting table tr{
  border: 1px dashed #EBEDF3;
}

.plot_name_new, .outline_name_new{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 4px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100px;
   /*margin-top: -10px;*/
}
.plot_color_picker, .outline_color_picker{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
   background-position: 90% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 0px 4px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100px;
}
.timer{
  position: absolute;
  margin: 10px;
  right: 0px;
  bottom: -5px;
  color: black;
  opacity: .6;
  z-index: 200;

}
.xy_mouse_zoom_coordinates{
  opacity: 0.8;
  left: 10px;
/*  top: 650px;*/
  position: absolute;
  z-index: 9999;
  font-family: monospace;
}

.view_information_style{
  opacity: 0.8;
  left: 427px;
  bottom: 2px;
  position: absolute;
  z-index: 9999;
}


.active_bt{
  background-color: antiquewhite;
}

.hide_show_message{
  position: absolute;
  z-index: 999;
  bottom: 24px;
  float: left;
  opacity: .9;
  padding: 5px;
  left: 480px;
  height: 133px;
  overflow: hidden;
  font-size: 8px;
}

/*timing for tracking*/
.time_container {
  position: absolute;
  bottom: 105px;
  right: 40px;
  /*margin: 0 auto;*/
}
.time_controlls {
  position: absolute;
  right: 38px;
  bottom: 45px;
  text-align: center;
}
.display-remain-time {
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 10px;
  color: #F7958E;
}
.e-c-base {
  fill: none;
  stroke: #B6B6B6;
  stroke-width: 4px
}
.e-c-progress {
  fill: none;
  stroke: #F7958E;
  stroke-width: 4px;
  transition: stroke-dashoffset 0.7s;
}
.e-c-pointer {
  fill: #FFF;
  stroke: #F7958E;
  stroke-width: 2px;
}
#e-pointer { transition: transform 0.7s; }

.region_name_info_style{
  font-family: monospace;
  font-weight: bold;
}

.move_before_section{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 8px;
    z-index: 2000;
    top: 186px;
}
.move_after_section{
    position: absolute;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    right: 8px;
    z-index: 2000;
    top: 157px;
}

/*tooltip addon*/
/* Tooltip container */
.tooltip {
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptextleft {
  font-size: small;
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  opacity: 65%;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 105%;
}

/* Tooltip text */
.tooltip .tooltiptextright {
  font-size: small;
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  opacity: 65%;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptextleft {
  visibility: visible;
}

.tooltip:hover .tooltiptextright {
  visibility: visible;
}

/* process bar on top */
#progress {
  position: absolute;
  top: 89px;
  left: calc(35vw);
  height: 5px;
  z-index: 9999;
  background: rgba(255, 246, 0, 0.8);
  width: 0;
  transition: width 250ms;
}


/*for logo and image (GitLab and downalod full histology zip files)*/

.logo_wrapper {
  position: fixed;
  display: inline-block;
  text-decoration: none;
}

.git_wrapper {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url('../../assets/images/github-logo.png');
  background-repeat: no-repeat;
  background-size: 60px 60px;        /* Show full image, but only left 32px is visible */
  background-position: left center;  /* Align background to show the left half */
  transition: filter 0.2s;
  position: fixed;
  bottom: 4px;
  left: 10px;
  cursor: pointer;
}

.atlas_wrapper {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url('../../assets/images/download_atlas_logo.png');
  background-repeat: no-repeat;
  background-size: 60px 60px;        /* Show full image, but only left 32px is visible */
  background-position: left center;  /* Align background to show the left half */
  transition: filter 0.2s;
  position: fixed;
  bottom: 4px;
  left: 70px;
  cursor: pointer;
}

.histo_wrapper {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url('../../assets/images/download_histo.png');
  background-repeat: no-repeat;
  background-size: 60px 60px;        /* Show full image, but only left 32px is visible */
  background-position: left center;  /* Align background to show the left half */
  transition: filter 0.2s;
  position: fixed;
  bottom: 4px;
  left: 130px;
  cursor: pointer;
}

.popup_text {
  visibility: hidden;
  min-width: 90px;
  max-width: 200px;  /* Try 120px or smaller */
  background: #222;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 6px 0;
  position: absolute;
  left: 50%;
  bottom: 60px;        /* Show above icon (icon is 50px tall, 10px gap) */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  pointer-events: none;
  z-index: 1000;
}

/* Show popup on hover (works when icon is hovered or popup is hovered) */
.logo_wrapper:hover .popup_text,
.logo_wrapper:focus-within .popup_text {
  visibility: visible;
  left: 0;
  opacity: 1;
}


/*For Flatmap interacting lines*/
#line {
  position: absolute;
  background-color: red;
  border: none;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0.6);
  background-clip: padding-box;
  width: 1px; /* Make the line vertical */
  height: 99%;
  top: 0;
  left: 2%; /* Adjust the left position as needed */
  transform: translateX(-50%); /* Center the line */
}
#ruler {
    position: absolute;
    background-color: yellow;
    width: 2px; /* Make the line vertical */
    height: 99%;
    top: 0;
    left: 2%; /* Adjust the left position as needed */
    transform: translateX(-50%); /* Center the line */
}

/*shown loading when init page*/
#papaya-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}

#papaya-loading-message {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.download_link{
    position: relative;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    left: 8px;
    z-index: 2000;
    bottom: 100px;
}
