/*****************************/
/*
This is the styles for the Moodle Interface
done by Alaalden Ibrahim
*/
h2 {
  font-family: "Terminal Dosis", Arial, sans-serif;
  font-size: 20px;
}
#ITEAMS_Tools {
  height: 0px;
  border-radius: 0px 0px 15px 15px;
}
em {
  color: #00bb00;
}
div.PLUGINtest {
  /* relative pos top/left for container, Flanagan's JavaScript, p 357 */
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  padding: 10px;
  border-width: 0px;
  border-color: blue;
  border-style: solid;
  background: lightblue;
}
div.PLUGINmessage {
  height: 30px;
  width: 512px;
  padding: 2px;
}
div.JS9Plugin {
  /*border-radius: 0px 0px 15px 15px;*/
  box-shadow: 10px 25px 30px rgba(0, 0, 0, 0.3);
  padding-left: 10px;
  background: #fff url(../../photometry/js9_extensions/images/js9ToolBG.png)
    repeat 50% 50%;
}

div.JS9 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#centerdiv {
  width: 595px;
  margin-left: auto;
  margin-right: auto;
}
.sub li span {
  height: 20px;
  background-color: white;
}
/*#ImagesList {
	list-style-type: none;
	max-height: 160px;
	padding-top: 5px;
	overflow: auto;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
}
#ImagesList li {
	height: 24px;
	line-height: 24px;
}*/
.selected {
  background: #4cbd71;
  color: #fff;
}
.table-striped tbody tr:nth-of-type(odd).selected {
  /* background-color: rgba(0, 0, 0, 0.05); */
  background-color: #2f5883;
  color: white;
}
.btn.dropdown-toggle {
  width: 60px;
  height: 15px;
  border-radius: 0px;
  font-size: 12px; /*padding-top: 5px;
	font-weight: bold;
	*/
}
.btn .caret {
  margin-top: 8px;
}
.valueOfButton {
  display: block;
  font-size: 12px;
}
.btn-group {
  position: absolute;
  z-index: 100;
  margin-top: 4px;
}
/***************************/
.modern {
  display: inline-block;
  margin: 10px;
  padding: 8px 15px;
  background: #b8ed01;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 2px 2px rgba(0, 0, 0, 0.3),
    0 0 4px 1px rgba(0, 0, 0, 0.2);
  /* Font styles */
  text-decoration: none; /*text-shadow: 0 1px rgba(255,255,255,0.7);*/
}
.modern:hover {
  background: #c7fe0a;
}
.embossed-link {
  box-shadow:
    inset 0 3px 2px rgba(255, 255, 255, 0.22),
    inset 0 -3px 2px rgba(0, 0, 0, 0.17),
    inset 0 20px 10px rgba(255, 255, 255, 0.12),
    0 0 4px 1px rgba(0, 0, 0, 0.1),
    0 3px 2px rgba(0, 0, 0, 0.2);
}
.modern.embossed-link {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 2px 2px rgba(0, 0, 0, 0.3),
    0 0 4px 1px rgba(0, 0, 0, 0.2),
    inset 0 3px 2px rgba(255, 255, 255, 0.22),
    inset 0 -3px 2px rgba(0, 0, 0, 0.15),
    inset 0 20px 10px rgba(255, 255, 255, 0.12),
    0 0 4px 1px rgba(0, 0, 0, 0.1),
    0 3px 2px rgba(0, 0, 0, 0.2);
}
.modern.embossed-link:active {
  box-shadow:
    inset 0 -2px 1px rgba(255, 255, 255, 0.2),
    inset 0 3px 2px rgba(0, 0, 0, 0.12);
}
/***************************/

/*************JS9MENU***********/
.JS9Menu_wrap {
  display: inline-block;
  /*	-webkit-box-shadow: 0 0 20px #fff;
	-moz-box-shadow: 0 0 20px #fff;
	box-shadow: 0 0 20px #fff;*/
  /*	margin-top: 30px;*/
  /*	font-size: 16px;*/
  width: 100%;
}

/* a little "umph" */
.decor {
  /*	background: #6EAF8D;
	background: -webkit-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
	background: -moz-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
	background: -o-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
	background: linear-gradient(left, white 50%, #6EAF8D 50%);
	background-size: 5px 25%;
	padding: 2px;
	display: block;*/
}
.JS9Menu_wrap nav {
  position: relative;
  background: #2b2b2b;
  background-color: #1b1b1b;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  line-height: 1rem;
  color: white;
}
.JS9Menu_wrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.primary a {
  text-decoration: none;
  color: #fff;
  display: block;
}
ul.primary {
  list-style: none;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0 2%;
}
.primary li {
  float: left;
}
/* clear'n floats */
ul:after {
  clear: both;
}
ul:before,
ul:after {
  content: " ";
  display: table;
}
/* prime */
ul.primary li a {
  display: block;
  padding: 9px 8px;
  border-right: none;
  line-height: 1rem;
}
ul.primary li:last-child a {
  border-right: none;
}
ul.primary li a:hover {
  color: #000;
  color: #eee;
}
/* subs */
ul.sub {
  position: absolute;
  z-index: 2000;
  height: 500px;
  overflow: auto;
  /*	box-shadow: 2px 2px 0 #BEBEBE;*/
  /*overflow-y: scroll;
	height: auto;*/
  width: 44%;
  display: none;
  margin: 0px 0 0px 0px;
  padding-top: 14px;
}
ul.sub li {
  float: none;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 10px;
}

ul.sub li a {
  border-bottom: 1px dotted #ccc;
  border-right: none;
  color: #000;
  padding: 15px 10px;
}
ul.sub li .select a {
  color: #0062cc;
}
ul.sub li:last-child a {
  border-bottom: none;
}
ul.sub li a:hover {
  color: #000;
  background: #eeeeee;
}
/* sub display*/
ul.primary li:hover ul {
  display: block;
  background: #fff;
  opacity: 0.95;
}
/* keeps the tab background white */
ul.primary li:hover a {
  background: #fff;
  color: #35679c;
  text-shadow: none;
}
ul.primary li:hover > a {
  color: aliceblue;
  background-color: #35679c;
}

/* @media only screen and (max-width: 600px) {
.decor {
	padding: 3px;
}
.JS9Menu_wrap {
	width: 100%;
	margin-top: 0px;
}
li {
	float: none;
}
ul.primary li:hover a {
	background: none;
	color: #8B8B8B;
}
ul.primary li:hover ul {
	display: block;
	background: #272727;
	color: #fff;
}
ul.sub {
	display: block;
	position: static;
	box-shadow: none;
	width: 100%;
}
ul.sub li a {
	background: #272727;
	border: none;
	color: #8B8B8B;
}
ul.sub li a:hover {
	color: #ccc;
	background: none;
}
}*/
/*************END JS9MENU***********/

progress {
  -webkit-appearance: none;
  position: relative;
  width: 150px;
  height: 17px;
  border-radius: 5px;
  padding: 4px;
  background: #000;
  -webkit-box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
  /*Disabled for now.
    -webkit-box-reflect: below -3px -webkit-radial-gradient( 50% 70%, 50% 25%, hsla(0,0%,0%,.2) 0%, hsla(0,0%,0%,0) 95% );*/
}
progress::-webkit-progress-bar {
  background-color: hsl(200, 10%, 14%);
  background-size: 2px 5px;
  background-image:
    -webkit-linear-gradient(
      0deg,
      hsla(0, 0%, 0%, 0.4) 1px,
      hsla(0, 0%, 0%, 0) 1px
    ),
    -webkit-linear-gradient(
        90deg,
        hsla(0, 0%, 0%, 1) 1px,
        hsla(0, 0%, 0%, 0) 1px
      );
}
progress::-webkit-progress-value {
  background-size: inherit;
  background-image: inherit;
  background-color: hsl(200, 100%, 50%);
  -webkit-box-shadow: 0 0 10px 2px hsla(200, 100%, 50%, 0.4);
  -webkit-transition: width 1s cubic-bezier(0.2, 0.1, 0.2, 1);
}
progress:hover::-webkit-progress-value {
  /*In the real world, just change the element's value, this is just a hack for this demo.*/
  width: 100% !important;
  -webkit-transition: width 0.3s cubic-bezier(0.2, 0.1, 0.2, 1);
}
/* ----------- button */

input[type="button"] {
  -webkit-appearance: none; /* Remove Safari default */
  outline: none;
  position: relative;
  display: inline-block;
  margin: 3px;
  border-radius: 6px;
  /*background-color: #000;*/
  -webkit-background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-perspective: 200;
}
input[type="button"]:before {
  content: attr(data-icon);
  font: 22px/22px sans-serif;
  text-shadow: rgba(255, 255, 255, 0.08) 0 -1px 0;
  line-height: 40px;
  text-align: center;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 40px;
  margin: 4px;
  border-radius: 3px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(0, 0%, 20%)),
    to(hsl(0, 0%, 15%))
  );
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
input[type="button"]:after {
  /*content: "";
	z-index: 12;
	position: absolute;
	margin: 3px;
	border-radius: 3px;
	left: 6px;
	top: 62px;
	width: 50px;
	height: 5px;
	-webkit-box-shadow: inset rgba(0,0,0,.2) 0 -1px 2px, inset rgba(255,255,255,.1) 0 1px 1px;*/
}
/* ----------- checked */

input[type="button"]:active,
input[type="button"]:checked {
}
input[type="button"]:active:before,
input[type="button"]:checked:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(0, 0%, 19%)),
    to(hsl(0, 0%, 12%))
  );
  z-index: 11;
  border: 0;
  border-top: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(
      linear,
      0% 0%,
      100% 0%,
      color-stop(0, hsla(200, 100%, 85%, 0.05)),
      color-stop(0.5, hsl(200, 0%, 40%)),
      color-stop(1, hsla(200, 100%, 80%, 0.05))
    )
    50% 100%;
  -webkit-box-shadow: 0px 2px 1px 1px hsl(0, 0%, 13%);
  -webkit-transform: rotateX(-25deg) scaleX(0.95) translateY(4px);
}
input[type="button"]:checked:before {
  color: hsl(200, 100%, 50%);
  text-shadow:
    rgba(0, 0, 0, 0.5) 0 1px 1px,
    #0589c8 0 0 10px;
  -webkit-border-image: -webkit-gradient(
      linear,
      0% 0%,
      100% 0%,
      color-stop(0, hsla(200, 100%, 85%, 0.05)),
      color-stop(0.5, hsl(200, 20%, 50%)),
      color-stop(1, hsla(200, 100%, 80%, 0.05))
    )
    50% 100%;
}
input[type="button"]:active:after,
input[type="button"]:checked:after {
  top: 59px;
  -webkit-transform: scale(0.9);
  opacity: 0.4;
}
/* ----------- hover */

input[type="button"]:hover {
  cursor: pointer;
}
input[type="button"]:checked {
  cursor: default;
}
input[type="button"]:hover:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(0, 0%, 19.5%)),
    to(hsl(0, 0%, 14%))
  );
}
input[type="button"]:checked:hover:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(0, 0%, 19%)),
    to(hsl(0, 0%, 12%))
  );
}
/*============================*/

/* Metal ------------------------- */

.metal {
  position: relative;
  margin: 40px auto;
  outline: none;
  font:
    bold 6rem/2rem "Helvetica Neue",
    Arial,
    Helvetica,
    Geneva,
    sans-serif;
  text-align: center;
  color: hsla(0, 0%, 20%, 1);
  text-shadow:
    hsla(0, 0%, 40%, 0.5) 0 -1px 0,
    hsla(0, 0%, 100%, 0.6) 0 2px 1px;
  background-color: hsl(0, 0%, 90%);
  box-shadow:
    inset hsla(0, 0%, 15%, 1) 0 0px 0px 4px,
    /* border */ inset hsla(0, 0%, 15%, 0.8) 0 -1px 5px 4px,
    /* soft SD */ inset hsla(0, 0%, 0%, 0.25) 0 -1px 0px 7px,
    /* bottom SD */ inset hsla(0, 0%, 100%, 0.7) 0 2px 1px 7px,
    /* top HL */ hsla(0, 0%, 0%, 0.15) 0 -5px 6px 4px,
    /* outer SD */ hsla(0, 0%, 100%, 0.5) 0 5px 6px 4px; /* outer HL */
  transition: color 0.2s;
}
/* Radial ------------------------- */

.radial.metal {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 80px;
  background-image:
    -webkit-radial-gradient(
      50% 0%,
      8% 50%,
      hsla(0, 0%, 100%, 0.5) 0%,
      hsla(0, 0%, 100%, 0) 100%
    ),
    -webkit-radial-gradient(
        50% 100%,
        12% 50%,
        hsla(0, 0%, 100%, 0.6) 0%,
        hsla(0, 0%, 100%, 0) 100%
      ),
    -webkit-radial-gradient(
        0% 50%,
        50% 7%,
        hsla(0, 0%, 100%, 0.5) 0%,
        hsla(0, 0%, 100%, 0) 100%
      ),
    -webkit-radial-gradient(
        100% 50%,
        50% 5%,
        hsla(0, 0%, 100%, 0.5) 0%,
        hsla(0, 0%, 100%, 0) 100%
      ),
    -webkit-repeating-radial-gradient(
        50% 50%,
        100% 100%,
        hsla(0, 0%, 0%, 0) 0%,
        hsla(0, 0%, 0%, 0) 3%,
        hsla(0, 0%, 0%, 0.1) 3.5%
      ),
    -webkit-repeating-radial-gradient(
        50% 50%,
        100% 100%,
        hsla(0, 0%, 100%, 0) 0%,
        hsla(0, 0%, 100%, 0) 6%,
        hsla(0, 0%, 100%, 0.1) 7.5%
      ),
    -webkit-repeating-radial-gradient(
        50% 50%,
        100% 100%,
        hsla(0, 0%, 100%, 0) 0%,
        hsla(0, 0%, 100%, 0) 1.2%,
        hsla(0, 0%, 100%, 0.2) 2.2%
      ),
    -webkit-radial-gradient(
        50% 50%,
        200% 50%,
        hsla(0, 0%, 90%, 1) 5%,
        hsla(0, 0%, 85%, 1) 30%,
        hsla(0, 0%, 60%, 1) 100%
      );
}
.metal.radial:before,
.metal.radial:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  /* fake conical gradients */
  background-image:
    -webkit-radial-gradient(
      50% 0%,
      10% 50%,
      hsla(0, 0%, 0%, 0.1) 0%,
      hsla(0, 0%, 0%, 0) 100%
    ),
    -webkit-radial-gradient(
        50% 100%,
        10% 50%,
        hsla(0, 0%, 0%, 0.1) 0%,
        hsla(0, 0%, 0%, 0) 100%
      ),
    -webkit-radial-gradient(
        0% 50%,
        50% 10%,
        hsla(0, 0%, 0%, 0.1) 0%,
        hsla(0, 0%, 0%, 0) 100%
      ),
    -webkit-radial-gradient(
        100% 50%,
        50% 06%,
        hsla(0, 0%, 0%, 0.1) 0%,
        hsla(0, 0%, 0%, 0) 100%
      );
}
.metal.radial:before {
  transform: rotate(65deg);
}
.metal.radial:after {
  transform: rotate(-65deg);
}
/* Linear ------------------------- */

.metal.linear {
  width: 100px;
  font-size: 4rem;
  height: 80px;
  border-radius: 0.5rem;
  background-image:
    -webkit-repeating-linear-gradient(
      left,
      hsla(0, 0%, 100%, 0) 0%,
      hsla(0, 0%, 100%, 0) 6%,
      hsla(0, 0%, 100%, 0.1) 7.5%
    ),
    -webkit-repeating-linear-gradient(
        left,
        hsla(0, 0%, 0%, 0) 0%,
        hsla(0, 0%, 0%, 0) 4%,
        hsla(0, 0%, 0%, 0.03) 4.5%
      ),
    -webkit-repeating-linear-gradient(
        left,
        hsla(0, 0%, 100%, 0) 0%,
        hsla(0, 0%, 100%, 0) 1.2%,
        hsla(0, 0%, 100%, 0.15) 2.2%
      ),
    linear-gradient(
      180deg,
      hsl(0, 0%, 78%) 0%,
      hsl(0, 0%, 90%) 47%,
      hsl(0, 0%, 78%) 53%,
      hsl(0, 0%, 70%) 100%
    );
}
/* Oval ------------------------- */

.metal.linear.oval {
  margin-top: 100px;
  width: 70px;
  height: 60px;
  line-height: 60px !important;
  border-radius: 50%;
  font:
    italic bold 3rem/50px Georgia,
    "Times New Roman",
    Times,
    serif;
}
/* active ------------------------- */

.metal:active {
  color: hsl(210, 100%, 40%);
  text-shadow:
    hsla(210, 100%, 20%, 0.3) 0 -1px 0,
    hsl(210, 100%, 85%) 0 2px 1px,
    hsla(200, 100%, 80%, 1) 0 0 5px,
    hsla(210, 100%, 50%, 0.6) 0 0 20px;
  box-shadow:
    inset hsla(210, 100%, 30%, 1) 0 0px 0px 4px,
    /* border */ inset hsla(210, 100%, 15%, 0.4) 0 -1px 5px 4px,
    /* soft SD */ inset hsla(210, 100%, 20%, 0.25) 0 -1px 0px 7px,
    /* bottom SD */ inset hsla(210, 100%, 100%, 0.7) 0 2px 1px 7px,
    /* top HL */ hsla(210, 100%, 75%, 0.8) 0 0px 3px 2px,
    /* outer SD */ hsla(210, 50%, 40%, 0.25) 0 -5px 6px 4px,
    /* outer SD */ hsla(210, 80%, 95%, 1) 0 5px 6px 4px; /* outer HL */
}
#Opened_Images {
  color: #3c9;
}
/***********************/
.ontop {
  z-index: 999;
  /*width: 100%;
	height: 100%;
	top: 0;
	left: 0;*/
  display: none;
  position: absolute;
  /*color: #aaaaaa;
	opacity: 1;
	filter: alpha(opacity = 100);*/
}
#Image_Header_Div {
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  /* To align popup window at the center of screen*/
  top: 20%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  height: 400px !important;
  overflow-y: scroll !important;
}
#Image_Header_popup {
  width: 500px;
}
#popupShift,
#popupFinder {
  width: 500px;
  height: 400px;
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  /* To align popup window at the center of screen*/
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
}
#Opened_Images .closebutton {
  display: inline-block;
  float: right;
  margin-left: -30px;
  width: 25px;
  height: 15px;
  margin-top: -25px;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("../../../DIY_common/images/close.png");
  background-repeat: no-repeat;
  border-style: none;
}
.select {
  color: #cf0;
}
/**********************/
#centerdiv {
  width: 512px;
  margin-left: auto;
  margin-right: auto;
}
.arrow {
  /*visibility: hidden;*/
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid blue;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid blue;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid blue;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid blue;
}
div.JS9Shifter {
  /* relative pos top/left for container, Flanagan's JavaScript, p 357 */
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  padding: 0px;
}
/* canvas elements */
canvas.JS9Shifter {
  /* absolute positioning of canvas is required to overlay/align with
			   graphics canvas (which is positioned relative) */
  position: absolute;
  top: 0px;
  left: 0px;
  background: #e9e9e9;
}
#Shift_tbl,
#Finder_tbl {
  position: absolute;
  z-index: 100;
  left: 1100px;
  top: 1040px; /*display:none;*/
}
#JS9_ImExamShiftImage_lightDiv,
#JS9_ImExamFinderImage_lightDiv {
  z-index: 106;
  width: 250px;
  visibility: visible;
  display: block;
  cursor: pointer;
}
.draggable {
  background-color: yellow;
}
.PLUGIN_message {
  padding-left: 100px;
}
/**********************/
#fitem_id_firstname,
#fitem_id_lastname {
  display: none;
}
/**********************/
.Measurements_Container {
  width: 95%;
  height: 470px;
  margin: auto;
  padding: 0px;
}
.Container_one {
  width: 15%;
  float: left;
}
.Container_two {
  margin-left: 45%;
  padding-top: 360px;
  padding-left: 40px;
}
/**********************/
#dragme {
  display: none;
  cursor: move;
  width: 150px;
  height: 150px;
  margin: 2px;
  float: left;
  top: -500px;
  left: 280px;
  position: relative;
}
/**********************/
.drag-handle {
  height: 45px;
}
#drag-handle {
  /*color:#4d494d;*/
  color: #080c89;
  font-weight: bold;
  height: 32px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #d3efd8, color-stop(1, #bcdfc2))
  );
  background: -webkit-linear-gradient(top, #d3efd8, #bcdfc2);
  background: -moz-linear-gradient(top, #d3efd8, #bcdfc2);
  background: -ms-linear-gradient(top, #d3efd8, #bcdfc2);
  background: -o-linear-gradient(top, #d3efd8, #bcdfc2);
  background: linear-gradient(top, #d3efd8, #bcdfc2);
}
/**********************/
#draggableFinder {
  width: 40%;
  height: 100%;
  padding: 0.5rem;
  display: none;
  left: 25px;
  top: -75px;
  background: none;
  z-index: 5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #d3efd8, color-stop(1, #bcdfc2))
  );
  background: -webkit-linear-gradient(top, #d3efd8, #bcdfc2);
  background: -moz-linear-gradient(top, #d3efd8, #bcdfc2);
  background: -ms-linear-gradient(top, #d3efd8, #bcdfc2);
  background: -o-linear-gradient(top, #d3efd8, #bcdfc2);
  background: linear-gradient(top, #d3efd8, #bcdfc2);
}
/**********************/
.drag-handle {
  height: 45px;
}
#draggableShift {
  z-index: 999;
  width: 250px;
  height: 180px;
  padding: 0.5rem;
  top: -500px;
  left: 280px;
  display: none;
}
#draggableSliders {
  width: 250px;
  height: 150px;
  padding: 0.5rem;
  top: 1500px;
  left: 280px;
  position: absolute;
  display: block;
}
.DragSlidersBody,
.DragShiftBody,
.DragFinderBody {
  display: block;
  border-radius: 10px;
  font-weight: normal;
  font-size: 1.25rem;
  margin: 0 auto;
  letter-spacing: 0px;
  text-align: left;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0.5rem;
  -webkit-flex: 1 1 auto;
  flex: none;
}
.DragFinderBody {
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
/********************************************/
/* -------------- Range Slider ------------ */
/********************************************/
input[type="range"] {
  width: 180px;
  height: 8px;
  top: -7px;
  padding: 0 5px;
  border-radius: 1px;
  position: relative;
  background-color: #000;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: ew-resize;
  z-index: 5;
}
input[type="range"] {
  margin: 10px 0;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  animate: 0.2s;
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
  background: #000;
  opacity: 0.7;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #000;
}
input[type="range"]::-webkit-range-thumb {
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 15px;
  border-radius: 7px;
  background: #099; /* #65001c;*/
  cursor: pointer;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
  background: #000;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type="range"]::-moz-range-thumb {
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 15px;
  border-radius: 7px;
  background: #099; /* #65001c;*/
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #000;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
}
input[type="range"]::-ms-fill-upper {
  background: #000;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
}
input[type="range"]::-ms-thumb {
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #000;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #000;
} /*
*/
/********************************************/
input[type="number"] {
  -webkit-appearance: none; /* Remove Safari default */
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
  position: absolute;
  left: 470px;
  top: 60px;
  z-index: 1;
  width: 70px;
  height: 30px;
  border-radius: 20px / 30px;
  font-family: "VT323";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
/********************************************/
#HighNumber,
#LowNumber,
#ContrastNumber,
#biasNumber {
  top: -20px;
  left: 110px;
}
/********************************************/
.RangeMinus {
  top: 140px;
  left: 32px;
}
.RangePlus {
  top: -139px;
  left: -34px;
}
/********************************************/
/********************************************/
#message2,
#message3,
#message7,
#message9,
#message4,
#message5,
#message6,
#message8 {
  position: absolute;
  height: 40px;
  color: hsl(200, 100%, 50%);
}
/********************************************/
#message0,
#message1 {
  color: hsl(200, 100%, 25%);
  font-size: 15px;
}
#message2 {
  left: 80px;
  top: 45px;
}
#message3,
#message7 {
  top: 85px;
}
#message5,
#message9 {
  top: 120px;
  margin-top: 30px;
}
#message6 {
  left: 445px;
  top: 45px;
}
#message7 {
  left: 350px;
}
#message8 {
  left: 450px;
  top: 110px;
}
#message9 {
  left: 350px;
}
#message4 {
  left: 80px;
  top: 110px;
}
/********************************************/
/* ------------ Checkbox -------------------*/
/********************************************/
.ITEAMS_Tools input[type="checkbox"] {
  display: block;
  -webkit-appearance: none; /* Remove Safari default */
  outline: none;
  width: 50px;
  height: 30px;
  border-radius: 6px;
  background-color: #000;
  -webkit-background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid transparent;
  -webkit-perspective: 200;
  margin-top: 0px;
  margin-right: 0px;
}
.ITEAMS_Tools input[type="checkbox"]:before,
.ITEAMS_Tools input[type="checkbox"]:after {
  font: bold 20px/21px sans-serif;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 46px;
  height: 20px;
  top: 4px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.ITEAMS_Tools input[type="checkbox"]:before {
  content: attr(data-icon1);
  left: 4px;
  border-radius: 3px 0 0 3px;
}
.ITEAMS_Tools input[type="checkbox"]:after {
  content: attr(data-icon2);
  right: 4px;
  border-radius: 0 3px 3px 0;
}
/* ----------- checked/unchecked */

.RangePlus {
  cursor: help;
}
.BrightnessLVals input[type="checkbox"]:before {
  border: 1px solid #ffffff;
  content: "\00a0";
  display: inline-block;
  font: 16px/1rem sans-serif;
  height: 16px;
  margin: 0 0.25rem 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
.BrightnessLVals input[type="checkbox"]:checked:before {
  background: #fff;
  color: #666;
  content: "\2713";
  text-align: center;
}
.BrightnessLVals input[type="checkbox"]:checked:after {
  font-weight: bold;
}
/* unchecked */
.ITEAMS_Tools input[type="checkbox"] {
  -webkit-border-image: -webkit-gradient(
      linear,
      100% 0%,
      0% 0%,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0)),
      color-stop(0.1, rgba(255, 255, 255, 0.05)),
      color-stop(0.3, rgba(5, 137, 200, 0.4)),
      color-stop(0.45, rgba(255, 255, 255, 0.05)),
      color-stop(0.9, rgba(255, 255, 255, 0.1))
    )
    100% 100%;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, hsl(0, 0%, 0%)),
    color-stop(0.14, hsl(0, 0%, 50%)),
    color-stop(0.15, hsl(0, 0%, 0%))
  );
  -webkit-box-shadow:
    inset #000 -7px 0 1px,
    inset #000 0 -5px 10px,
    inset #000 0 3px 3px;
}
.ITEAMS_Tools input[type="checkbox"]:after {
  background-image: -webkit-gradient(
    linear,
    70% top,
    40% bottom,
    from(hsl(0, 0%, 17%)),
    to(hsl(0, 0%, 12%))
  );
  border-right: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(0.2, rgba(255, 255, 255, 0)),
      color-stop(0.4, rgba(255, 255, 255, 0.5)),
      to(rgba(255, 255, 255, 0.05))
    )
    10% 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 8px 3px 10px;
  -webkit-transform: rotateY(-30deg) scaleX(0.9) scaleY(1.1) translateX(-8px);
}
/* checked */
.ITEAMS_Tools input[type="checkbox"]:checked {
  -webkit-border-image: -webkit-gradient(
      linear,
      0% 0%,
      100% 0%,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0)),
      color-stop(0.1, rgba(255, 255, 255, 0.05)),
      color-stop(0.3, rgba(5, 137, 200, 0.4)),
      color-stop(0.45, rgba(255, 255, 255, 0.05)),
      color-stop(0.9, rgba(255, 255, 255, 0.1))
    )
    100% 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, hsl(0, 0%, 0%)),
    color-stop(0.14, hsl(0, 0%, 50%)),
    color-stop(0.15, hsl(0, 0%, 0%))
  );
  -webkit-box-shadow:
    inset #000 7px 0 1px,
    inset #000 0 -5px 10px,
    inset #000 0 3px 3px;
}
.ITEAMS_Tools input[type="checkbox"]:checked:before {
  background-image: -webkit-gradient(
    linear,
    30% top,
    60% bottom,
    from(hsl(0, 0%, 17%)),
    to(hsl(0, 0%, 12%))
  );
  border-left: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(0.2, rgba(255, 255, 255, 0)),
      color-stop(0.4, rgba(255, 255, 255, 0.5)),
      to(rgba(255, 255, 255, 0.05))
    )
    10% 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) -8px 3px 10px;
  -webkit-transform: rotateY(30deg) scaleX(0.9) scaleY(1.1) translateX(8px);
}
/* ----------- active/inactve */

/* Active */
.ITEAMS_Tools input[type="checkbox"]:before,
.ITEAMS_Tools input[type="checkbox"]:checked:after {
  color: hsl(28, 60%, 51%); /*hsl(200,100%,50%);*/
  text-shadow:
    rgba(0, 0, 0, 0.5) 0 1px 1px,
    #0589c8 0 0 10px;
  -webkit-transform: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(0, 0%, 20%)),
    to(hsl(0, 0%, 15%))
  );
  -webkit-border-image: none;
  -webkit-box-shadow: none; /**/
  z-index: 2;
}
/* Inactive */
.ITEAMS_Tools input[type="checkbox"]:after,
.ITEAMS_Tools input[type="checkbox"]:checked:before {
  color: #000;
  text-shadow: rgba(255, 255, 255, 0.1) 0 -1px 0;
  -webkit-box-reflect: none;
  z-index: 1;
}

/* For Firefox */
.ITEAMS_Tools input[type="checkbox"] {
  -moz-border-image: linear-gradient(
      linear,
      100% 0%,
      0% 0%,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0)),
      color-stop(0.1, rgba(255, 255, 255, 0.05)),
      color-stop(0.3, rgba(5, 137, 200, 0.4)),
      color-stop(0.45, rgba(255, 255, 255, 0.05)),
      color-stop(0.9, rgba(255, 255, 255, 0.1))
    )
    100% 100%;
  background-image: linear-gradient(
    linear,
    right top,
    left top,
    color-stop(0, hsl(0, 0%, 0%)),
    color-stop(0.14, hsl(0, 0%, 50%)),
    color-stop(0.15, hsl(0, 0%, 0%))
  );
  -moz-box-shadow:
    inset #000 -7px 0 1px,
    inset #000 0 -5px 10px,
    inset #000 0 3px 3px;
}
.ITEAMS_Tools input[type="checkbox"]:after {
  background-image: linear-gradient(
    linear,
    70% top,
    40% bottom,
    from(hsl(0, 0%, 17%)),
    to(hsl(0, 0%, 12%))
  );
  -moz-border-image: linear-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(0.2, rgba(255, 255, 255, 0)),
      color-stop(0.4, rgba(255, 255, 255, 0.5)),
      to(rgba(255, 255, 255, 0.05))
    )
    10% 100%;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 8px 3px 10px;
  -moz-transform: rotateY(-30deg) scaleX(0.9) scaleY(1.1) translateX(-8px);
}
/* checked */
.ITEAMS_Tools input[type="checkbox"]:checked {
  -moz-border-image: linear-gradient(
      linear,
      0% 0%,
      100% 0%,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0)),
      color-stop(0.1, rgba(255, 255, 255, 0.05)),
      color-stop(0.3, rgba(5, 137, 200, 0.4)),
      color-stop(0.45, rgba(255, 255, 255, 0.05)),
      color-stop(0.9, rgba(255, 255, 255, 0.1))
    )
    100% 100%;
  background-image: linear-gradient(
    linear,
    left top,
    right top,
    color-stop(0, hsl(0, 0%, 0%)),
    color-stop(0.14, hsl(0, 0%, 50%)),
    color-stop(0.15, hsl(0, 0%, 0%))
  );
  -moz-box-shadow:
    inset #000 7px 0 1px,
    inset #000 0 -5px 10px,
    inset #000 0 3px 3px;
}
.ITEAMS_Tools input[type="checkbox"]:checked:before {
  background-image: linear-gradient(
    linear,
    30% top,
    60% bottom,
    from(hsl(0, 0%, 17%)),
    to(hsl(0, 0%, 12%))
  );
  -moz-border-image: linear-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(0.2, rgba(255, 255, 255, 0)),
      color-stop(0.4, rgba(255, 255, 255, 0.5)),
      to(rgba(255, 255, 255, 0.05))
    )
    10% 100%;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) -8px 3px 10px;
  -moz-transform: rotateY(30deg) scaleX(0.9) scaleY(1.1) translateX(8px);
}
/* ----------- active/inactve */

/* Active */
.ITEAMS_Tools input[type="checkbox"]:before,
.ITEAMS_Tools input[type="checkbox"]:checked:after {
  -moz-transform: none;
  background-image: linear-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(0, 0%, 20%)),
    to(hsl(0, 0%, 15%))
  );
  -moz-border-image: none;
  -moz-box-shadow: none;
}
/* Inactive */
.ITEAMS_Tools input[type="checkbox"]:after,
.ITEAMS_Tools input[type="checkbox"]:checked:before {
  -moz-box-reflect: none;
}

/* For Firefox ends */
/* ----------- hover */

.ITEAMS_Tools input[type="checkbox"]:hover {
  cursor: pointer;
}
.ITEAMS_Tools input[type="checkbox"]:hover:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(0, 0%, 19%)),
    to(hsl(0, 0%, 15%))
  );
}
.ITEAMS_Tools input[type="checkbox"]:hover:after {
  background-image: -webkit-gradient(
    linear,
    70% top,
    40% bottom,
    from(hsl(0, 0%, 16%)),
    to(hsl(0, 0%, 11%))
  );
}
.ITEAMS_Tools input[type="checkbox"]:checked:hover:before {
  background-image: -webkit-gradient(
    linear,
    30% top,
    60% bottom,
    from(hsl(0, 0%, 16%)),
    to(hsl(0, 0%, 12%))
  );
}
.ITEAMS_Tools input[type="checkbox"]:checked:hover:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(0, 0%, 19%)),
    to(hsl(0, 0%, 15%))
  );
}
/********************************************/
/********************************************/
.JS9ImarithSpan {
  height: 80px;
}
div.JS9ImarithLinegroup {
  margin: 0px;
  padding: 0px;
}
/********************************************/
.ImagesDate {
  padding: 0.35rem 0.75rem;
  text-align: center;
  background-color: #f4f6f2;
  border: 2px solid #e7efe0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #666;
}
/********************************************/
div.JS9PluginRight {
  padding-left: 15px;
  top: 125px;
  position: relative;
  border-bottom-left-radius: 8px;
  -webkit-transform: translateX(0%) rotateY(90deg);
  -moz-transform: translateX(0%) rotateY(90deg);
  transform: translateX(0%) rotateY(90deg);
  -ms-transform: translateX(0%) rotateY(90deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
div.JS9PluginRight h2 {
  display: none;
  /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), inset 0 3px 2px rgba(255,255,255,.22), inset 0 -3px 2px rgba(0,0,0,.15), inset 0 20px 10px rgba(255,255,255,.12), 0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
    background-color: transparent;
	 width: 200px;    */
  /*    font-family: 'WebSymbolsRegular', cursive;*/
  text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.8);
  /* line-height: 150px; */
  position: absolute;
  width: 242px;
  height: 15%;
  left: 0px;
  top: 0px;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  padding-left: 17px;
  margin-left: -18px;
  margin-top: 5px;
}
/********************************************/
.MSGcontent {
  padding: 20px;
  background: #3e87bc;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: Arial;
  color: #fff;
}
.MSGbreak {
  background: #3e87bc;
  height: 2px;
  margin: 5px 0 10px 0;
  width: 100%;
}
#dock {
  position: absolute;
  top: 115px;
  left: 715px;
  width: 42px;
  height: 100%;
  background-color: transparent;
  border-right: 0 none;
  z-index: 100;
  display: none;
}
.headerOWN {
  display: inline-block;
  display: block;
  width: 40px;
  height: 90px;
  padding: 4px 12px;
  padding: 0;
  margin: 3px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.headerOWN .dockeditem_container {
  position: relative;
  font-size: 11px;
  width: 91.2px;
  top: 39.1px;
  right: 32.6px;
}
.headerOWN h2 {
  padding: 0;
  /* margin: 0;*/
  margin: 55px 10px 40px 10px;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  transform: rotate(270deg);
}
.headerOWN a:hover {
  color: #fff;
}
.headerOWN a span {
  font-weight: bold;
}
.headerOWN span.right_ab {
  position: absolute;
  right: 4px;
}

div.JS9PluginRight {
  padding-left: 15px;
  left: 0px;
  top: 0px;
  z-index: 3;
}
#Photometry_Measurements {
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
  height: 790px;
  /*background-color: #dedede;*/
  z-index: -1;
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-radius: 5px;
}
#ImageCalculations {
  display: block;
  box-shadow: 10px 25px 30px rgba(0, 0, 0, 0.3);
  border-radius: 15px 15px 15px 15px;
  padding-left: 10px;
  background: #fff url(../../photometry/js9_extensions/images/js9ToolBG.png)
    repeat 50% 50%;
  width: 300px;
  height: 850px;
  z-index: 3;
  position: absolute;
  font-size: 12px;
  left: 790px;
  top: 75px;
  /*top: 100px;
	left: 1065px;*/
}
#ImageCalculations {
  -webkit-transform: translateX(0%) rotateY(90deg);
  -moz-transform: translateX(0%) rotateY(90deg);
  transform: translateX(0%) rotateY(90deg);
  -ms-transform: translateX(0%) rotateY(90deg);
  /*-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;*/
}
#Bri_ResultArea {
  margin: 1rem 0 0.5rem 0;
  color: #343434;
  font-weight: normal;
  font-family: "Ultra", sans-serif;
  font-size: 20px;
  line-height: 5px;
  text-transform: uppercase;

  float: left;
  display: block;
  padding: 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
/*****************************312530********, (max-height: 1000px)****493a36***/
@media (min-width: 992px) {
  .RangeMinus {
    position: relative;
    top: -17px;
    left: 155px;
  }
  .RangePlus {
    position: relative;
    top: -74px;
    left: 0px;
  }
  div.JS9PluginRight h2 {
    display: block;
  }
  div.JS9PluginRight {
    display: block;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px 15px 15px 15px;
    padding-left: 10px;
    background: #fff url(../../photometry/js9_extensions/images/js9ToolBG.png)
      repeat 50% 50%;
    position: absolute;
    width: 240px;
    height: 535px;
    /*left: 130px;
    top: 230px;*/
    left: 825px;
    top: 920px;
  }
  div.JS9Plugin {
    background: none;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
  }

  .JS9Menu_wrap .dropdown-header {
    color: #84b8e6;
  }

  .JS9Menu_wrap ul {
    margin-block-start: 0;
    margin-inline-start: 0;
    padding-inline-start: 0;
  }
  .JS9Menu_wrap a.nav-link {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  .JS9Menu_wrap .dropdown-menu {
    line-height: 1.1rem;
    font-size: 0.9rem;
  }

  /****************/
  #message0,
  #message1,
  #message2,
  #message4,
  #message6,
  #message8 {
    width: 200px;
    font-size: 14px;
  }
  #message3,
  #message5,
  #message7,
  #message9 {
    left: 0px;
    font-size: 14px;
    color: hsl(224, 26%, 40%);
  }
  #message0,
  #message1,
  #message2,
  #message4,
  #message6 {
    left: 0px;
  }
  #message0,
  #message1,
  #message3 {
    position: absolute;
  }
  #message2,
  #message4,
  #message6,
  #message8 {
    text-align: center;
    color: hsl(224, 26%, 40%);
  }
  /*///////*/
  #message0 {
    top: 30px;
    line-height: 16px;
  }
  #message1 {
    top: 65px;
  }
  #message2 {
    top: 150px;
    left: 12px;
  }
  #message3 {
    top: 196px;
  }
  #message4 {
    top: 250px;
    left: 12px;
  }
  #message5 {
    top: 266px;
  }
  #message6 {
    top: 351px;
    left: 16px;
  }
  #message7 {
    top: 391px;
  }
  #message8 {
    top: 445px;
    left: 13px;
  }
  #message9 {
    top: 455px;
  }
  /*///////*/
  #HighNumber,
  #LowNumber,
  #ContrastNumber,
  #biasNumber {
    top: -15px;
    left: 75px;
  }

  input[type="range"] {
    width: 200px;
    left: 0px;
  }
  #draggableSliders {
    display: block;
  }
}
/********************************************/
/********************************************/
@-moz-document url-prefix() {
  input[type="range"] {
    top: -3px;
  }
}
/********************************************/
@media all and (min-width: 1500px) {
  #JS9Menu_wrap li.nav-item a {
    font-size: 0.89rem;
  }
}
@media all and (min-width: 1367px) {
  ul.primary li a {
    display: block;
    padding: 9px 14px;
    border-right: 1px solid #3d3d3d;
  }
  .JS9Menu_wrap li.nav-item a {
    font-size: 0.89rem;
  }
  .JS9Menu_wrap li.nav-item span {
    font-size: 0.89rem;
  }
}
@media all and (max-width: 1366px) {
  ul.primary li a {
    display: block;
    padding: 9px 14px;
    border-right: 1px solid #3d3d3d;
  }
}
@media all and (max-width: 1024px) {
  .JS9Menu_wrap li.nav-item a {
    font-size: 0.88rem;
  }
  .JS9Menu_wrap li.nav-item span {
    font-size: 1rem;
  }
  .JS9Menu_wrap li.nav-item .dropdown-menu a.dropdown-item {
    font-size: 0.8rem;
  }
  .JS9Menu_wrap ul {
    margin-block-start: 0;
    margin-inline-start: 0;
    padding-inline-start: 0;
  }
  .JS9Menu_wrap .dropdown-header {
    color: #84b8e6;
  }
  .JS9Menu_wrap {
    font-size: 0.8rem;
  }
}
