/*CSS Reset.
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }


body {
  line-height: 1;}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -webkit-user-select: none;
  color: white;
  cursor: default;
  overflow: hidden;
  position: relative;
  user-select: none; }

/*  The folling hover style is used in conjunction with some javascript to fix
    bubbling on the mouseout event, which should should only be fired upon
    leaving the body.  */
body:hover {
  outline: 0px dashed transparent; }

/*Main Tutorial Windows*/
.tutorial {
  /*border: 2px solid #7C8F99;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  /*visibility: hidden;*/ }

.mainscene {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 2px solid #7C8F99;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center;
  visibility: hidden; }

/*Loading Windows*/
.splashContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: white;
  border: 2px solid #7C8F99;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  /*transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;*/
  width: 100%;
  z-index: 999; }

.splashBackground {
  height: 284px;
  left: 50%;
  margin: -142px 0 0 -203px;
  position: absolute;
  top: 50%;
  width: 406px;
  z-index: 1; }

.tutorialCanvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.splashBackgroundReverse {
  /*animation: fadeOut 0.2s ease-in 0s 1 normal forwards;
  -webkit-animation: fadeOut 0.2s ease-in 0s 1 normal forwards;*/
  opacity: 1; }

.splashLogoImg {
  /*height: 284px;*/
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 0;
  /*width: 406px;*/
  /*animation: fadeIn 0.3s ease-out 0.4s 1 normal forwards;
  -webkit-animation: fadeIn 0.3s ease-out 0.4s 1 normal forwards;*/ }

.microLogoImg {
  /*height: 284px;*/
  left: 22px;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 100px;
  /*width: 406px;*/
  /*animation: fadeIn 0.3s ease-out 0.4s 1 normal forwards;
  -webkit-animation: fadeIn 0.3s ease-out 0.4s 1 normal forwards;*/ }

.nikonLogoImg {
  /*height: 284px;*/
  left: 160px;
  opacity: 0;
  position: absolute;
  top: 10px;
  /*width: 406px;*/
  /*animation: fadeIn 0.3s ease-out 0.4s 1 normal forwards;
  -webkit-animation: fadeIn 0.3s ease-out 0.4s 1 normal forwards;*/ }

@keyframes fadeIn {
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0; } }
@keyframes logoTxtAnim {
  100% {
    opacity: 1;
    top: 192px; } }
@-webkit-keyframes logoTxtAnim {
  100% {
    opacity: 1;
    top: 192px; } }
/* - - - - - Load Bar - - - - - */
.loadBarContainer {
  background: #fff;
  border-radius: 5px;
  left: 50%;
  margin-left: -125px;
  opacity: 0;
  /*animation: fadeIn 0.3s ease-out 1.1s 1 normal forwards;
  -webkit-animation: fadeIn 0.3s ease-out 1.1s 1 normal forwards;*/
  padding: 5px;
  position: absolute;
  top: 220px; }

.loadBar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 20px;
  overflow: hidden;
  width: 240px; }

.loadBarFill {
  overflow: hidden;
  width: 0; }

.loadBarSkin {
  -webkit-animation: barAnimate 0.3s linear infinite;
  animation: barAnimate 0.3s linear infinite;
  background-image: linear-gradient(-45deg, #b4dcf0 25%, transparent 25%, transparent 50%, #b4dcf0 50%, #b4dcf0 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #b4dcf0 25%, transparent 25%, transparent 50%, #b4dcf0 50%, #b4dcf0 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #b4dcf0 25%, transparent 25%, transparent 50%, #b4dcf0 50%, #b4dcf0 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, #b4dcf0 25%, transparent 25%, transparent 50%, #b4dcf0 50%, #b4dcf0 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  height: 20px;
  width: 260px; }

@keyframes barAnimate {
  from {
    margin-left: -20px; }
  to {
    margin-left: 0; } }
@-webkit-keyframes barAnimate {
  from {
    margin-left: -20px; }
  to {
    margin-left: 0px; } }
/* - - - - End Load Bar - - - - - */
.splashText {
  color: #fff;
  font: bold 14px/1 Arial;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

.splashTextLoad {
  opacity: 0;
  /*animation: fadeIn 0.3s ease-out 1.1s 1 normal forwards;
  -webkit-animation: fadeIn 0.3s ease-out 1.1s 1 normal forwards;*/
  top: 254px;
  width: 100%; }

.splashLogoTxt {
  background: white;
  border-radius: 6px 6px 6px 6px;
  color: #445158;
  font: bold 15px Arial;
  left: 98px;
  opacity: 0;
  padding: 2px 10px 2px 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /*animation: logoTxtAnim 0.1s ease-out 0.8s 1 normal forwards;
  -webkit-animation: logoTxtAnim 0.1s ease-out 0.8s 1 normal forwards;*/
  top: 160px; }

/*Content Windows*/
.tutorialTitle {
  height: 36px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.tutorialTitleCanvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.tutorialTitleText {
  color: #343E4E;
  font: bold 22px/1 Arial;
  left: 0;
  position: absolute;
  /*width: 100%;*/
  text-align: center;
  text-shadow: 3px 3px 5px rgba(52, 62, 78, 0.2);
  top: 5px; }

.mainWindow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #1b2021;
  background: -moz-linear-gradient(top, #1b2021 0%, #384347 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b2021), color-stop(100%, #384347));
  background: -webkit-linear-gradient(top, #1b2021 0%, #384347 100%);
  background: -o-linear-gradient(top, #1b2021 0%, #384347 100%);
  background: -ms-linear-gradient(top, #1b2021 0%, #384347 100%);
  background: linear-gradient(to bottom, #1b2021 0%, #384347 100%);
  border: solid 5px #D6E0E4;
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2021', endColorstr='#384347', GradientType=0); }

.mainWindowContainer, .readOutText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box; }

.specimenWindow {
  background: #000;
  border: solid 4px #4A4F51;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }

.specimenTitle {
  background: #606465;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font: bold 12px/1 Arial;
  line-height: 1;
  padding: 6px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.keyInfoWindow {
  background-image: linear-gradient(rgba(210, 0, 0, 0.75), rgba(110, 0, 0, 0.75));
  background-image: -moz-linear-gradient(rgba(210, 0, 0, 0.75), rgba(110, 0, 0, 0.75));
  background-image: -o-linear-gradient(rgba(210, 0, 0, 0.75), rgba(110, 0, 0, 0.75));
  background-image: -webkit-linear-gradient(rgba(210, 0, 0, 0.75), rgba(110, 0, 0, 0.75));
  border-radius: 8px;
  box-shadow: 0 0 10px black;
  position: absolute; }

.keyReadOutBox {
  background-image: linear-gradient(left, rgba(210, 0, 0, 0.75), rgba(110, 0, 0, 0.75));
  background-image: -moz-linear-gradient(left, rgba(210, 0, 0, 0.75), rgba(110, 0, 0, 0.75));
  background-image: -o-linear-gradient(left, rgba(210, 0, 0, 0.75), rgba(110, 0, 0, 0.75));
  background-image: -webkit-linear-gradient(left, rgba(210, 0, 0, 0.75), rgba(110, 0, 0, 0.75));
  border-radius: 8px;
  box-shadow: 0 0 2px white, 0 0 2px black;
  position: absolute; }

.labelText {
  color: #000;
  font: bold 12px/1 Arial;
  line-height: 1;
  text-align: center; }

.windowText {
  color: #d9dce1;
  text-shadow: 0 0 3px rgba(51, 51, 51, 0.5); }

.readOutText {
  color: white;
  font: 700 16px/1 Arial;
  padding: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.infoText {
  font-weight: 300; }

.graphText {
  color: #333; }

.graphUnitText {
  font-size: 11px; }

.controlBackContainer {
  background: #7c8f99;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7c8f99 0%, #47555a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c8f99), color-stop(100%, #47555a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7c8f99 0%, #47555a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7c8f99 0%, #47555a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7c8f99 0%, #47555a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7c8f99 0%, #47555a 100%);
  /* W3C */
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c8f99', endColorstr='#47555a', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%; }

.controlBack {
  background-color: rgba(62, 73, 78, 0.75);
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);
  display: inline-block;
  margin: 12px 3px;
  padding: 8px;
  vertical-align: middle; }

.controlText {
  color: #fff;
  display: block;
  font: bold 12px/1 Arial;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.whiteText {
  color: #fff;
  font: bold 12px/1 Arial;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.grayText {
  color: #999;
  font: bold 12px/1 Arial;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75); }

.blackText {
  color: #000;
  font: bold 12px/1 Arial;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.25); }

.unitText {
  color: #7b899a; }

/*-------------- NikComponent Styles -----------------*/
.webkitMaskOverflowFix {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }

/*-------------- NikSlider Styles -----------------*/
.slider {
  /*-webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;*/
  -o-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  cursor: pointer;
  height: 30px;
  transition: opacity 0.25s linear;
  width: 150px; }

.verticalSlider {
  height: 150px;
  width: 30px; }

.sliderTrack {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #445155;
  border-bottom: 1px solid rgba(186, 212, 220, 0.5);
  border-radius: 6px;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  height: 12px;
  left: 0;
  padding: 0 10px;
  position: absolute;
  top: 9px;
  width: 100%; }

.verticalSlider .sliderTrack {
  /*border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(186, 212, 220, 0.5);*/
  height: 100%;
  left: 9px;
  padding: 10px 0;
  top: 0;
  width: 12px; }

.sliderTrackThresh {
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #556666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #556666));
  background: -webkit-linear-gradient(top, #000000 0%, #556666 100%);
  background: -o-linear-gradient(top, #000000 0%, #556666 100%);
  background: -ms-linear-gradient(top, #000000 0%, #556666 100%);
  background: linear-gradient(to bottom, #000000 0%, #556666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#556666', GradientType=0);
  height: 2px;
  margin: 5px auto; }

.verticalSlider .sliderTrackThresh {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(right, #000000 0%, #556666 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #000000), color-stop(100%, #556666));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #000000 0%, #556666 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #000000 0%, #556666 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #000000 0%, #556666 100%);
  /* IE10+ */
  background: linear-gradient(to left, #000000 0%, #556666 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#556666', GradientType=1);
  /* IE6-9 */
  height: 100%;
  margin: 0 5px;
  width: 2px; }

.sliderHandleBorder {
  background: #333c3a;
  background: -moz-linear-gradient(top, #333c3a 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333c3a), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #333c3a 0%, #000000 100%);
  background: -o-linear-gradient(top, #333c3a 0%, #000000 100%);
  background: -ms-linear-gradient(top, #333c3a 0%, #000000 100%);
  background: linear-gradient(to bottom, #333c3a 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333c3a', endColorstr='#000000', GradientType=0);
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px; }

.verticalSlider .sliderHandleBorder {
  background: #333c3a;
  background: -moz-linear-gradient(right, #333c3a 0%, #000000 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #333c3a), color-stop(100%, #000000));
  background: -webkit-linear-gradient(right, #333c3a 0%, #000000 100%);
  background: -o-linear-gradient(right, #333c3a 0%, #000000 100%);
  background: -ms-linear-gradient(right, #333c3a 0%, #000000 100%);
  background: linear-gradient(to left, #333c3a 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333c3a', endColorstr='#000000', GradientType=1);
  height: 10px;
  width: 30px; }

.sliderHandleTween {
  /*transition: transform 0.1s ease-in;
  -o-transition: -o-transform 0.1s ease-in;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  -webkit-backface-visibility: hidden;*/ }

.sliderHandleFill {
  height: 26px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 6px; }

.verticalSlider .sliderHandleFill {
  height: 6px;
  width: 26px; }

.sliderHandleSpectrumCanvas {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: ridge 1px #D7DCDE;
  box-sizing: border-box; }

.sliderHandleFillUp {
  background: #dadfe0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dadfe0 0%, #7d9ab5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadfe0), color-stop(100%, #7d9ab5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dadfe0 0%, #7d9ab5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dadfe0 0%, #7d9ab5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dadfe0 0%, #7d9ab5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dadfe0 0%, #7d9ab5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadfe0', endColorstr='#7d9ab5', GradientType=0);
  /* IE6-9 */ }

.verticalSlider .sliderHandleFillUp {
  background: #7d9ab5;
  background: -moz-linear-gradient(right, #dadfe0 0%, #7d9ab5 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #fff), color-stop(100%, #7d9ab5));
  background: -webkit-linear-gradient(right, #dadfe0 0%, #7d9ab5 100%);
  background: -o-linear-gradient(right, #dadfe0 0%, #7d9ab5 100%);
  background: -ms-linear-gradient(right, #dadfe0 0%, #7d9ab5 100%);
  background: linear-gradient(to left, #dadfe0 0%, #7d9ab5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(218,223,224,1)', endColorstr='rgba(125,154,181,1)', GradientType=1); }

.sliderHandleFillDown {
  background: #ffff91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffff91 0%, #ffcd09 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffff91), color-stop(100%, #ffcd09));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffff91 0%, #ffcd09 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffff91 0%, #ffcd09 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffff91 0%, #ffcd09 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffff91 0%, #ffcd09 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff91', endColorstr='#ffcd09', GradientType=0);
  /* IE6-9 */ }

.verticalSlider .sliderHandleFillDown {
  background: #ffcd09;
  background: -moz-linear-gradient(right, #ffff91 0%, #ffcd09 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #ffffff), color-stop(100%, #ffcd09));
  background: -webkit-linear-gradient(right, #ffff91 0%, #ffcd09 100%);
  background: -o-linear-gradient(right, #ffff91 0%, #ffcd09 100%);
  background: -ms-linear-gradient(right, #ffff91 0%, #ffcd09 100%);
  background: linear-gradient(to left, #ffff91 0%, #ffcd09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,145,1)', endColorstr='rgba(255,205,9,1)', GradientType=1); }

.sliderHandleFillHover {
  background: #FFEC44;
  background: -moz-linear-gradient(top, #ffffff 0%, #FFEC44 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #FFEC44));
  background: -webkit-linear-gradient(top, #ffffff 0%, #FFEC44 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #FFEC44 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #FFEC44 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #FFEC44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FFEC44', GradientType=0); }

.verticalSlider .sliderHandleFillHover {
  background: #FFEC44;
  background: -moz-linear-gradient(right, #ffffff 0%, #FFEC44 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #ffffff), color-stop(100%, #FFEC44));
  background: -webkit-linear-gradient(right, #ffffff 0%, #FFEC44 100%);
  background: -o-linear-gradient(right, #ffffff 0%, #FFEC44 100%);
  background: -ms-linear-gradient(right, #ffffff 0%, #FFEC44 100%);
  background: linear-gradient(to left, #ffffff 0%, #FFEC44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FFEC44', GradientType=1); }

.sliderHandleSpectrumCanvas {
  left: 2px;
  position: absolute;
  top: 2px; }

/*-------------- NikRadioGroup Styles -------------*/
.button {
  -moz-box-sizing: border-box;
  -o-transition: opacity 0.25s linear;
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity 0.25s linear;
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #bfbfbf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bfbfbf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #bfbfbf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #bfbfbf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #bfbfbf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #bfbfbf 100%);
  /* W3C */
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bfbfbf', GradientType=0);
  /* IE6-9 */
  height: 30px;
  transition: opacity 0.25s linear; }

.button:hover {
  /*text-shadow: 0 1px 0 rgba(255,255,255,1);*/ }

.buttonText {
  color: #222;
  font: bold 12px Arial;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  width: 100%; }

.buttonDown {
  background: #bfbfbf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfbfbf 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bfbfbf 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bfbfbf 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bfbfbf 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bfbfbf 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */ }

.buttonCrater {
  background-color: #e1ffeb;
  border-radius: 7px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px; }

.buttonCrater:after {
  background-image: radial-gradient(#029801, #32482f);
  background-image: -moz-radial-gradient(#029801, #32482f);
  background-image: -o-radial-gradient(#029801, #32482f);
  background-image: -webkit-radial-gradient(#029801, #32482f);
  border-radius: 5px;
  content: '';
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px; }

.buttonLight {
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  background-image: radial-gradient(#f2f4f5 1px, #00ff00);
  background-image: -moz-radial-gradient(#f2f4f5 1px, #00ff00);
  background-image: -o-radial-gradient(#f2f4f5 1px, #00ff00);
  background-image: -webkit-radial-gradient(#f2f4f5 1px, #00ff00);
  border-radius: 5px;
  box-shadow: 0 0 8px #00ff00, 0 0 8px #00ff00;
  height: 10px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transition: opacity 0.1s linear;
  width: 10px;
  z-index: 1; }

/*-------------- NikRadioGroup Styles -------------*/
.radioGroup {
  -moz-box-sizing: border-box;
  -o-transition: opacity 0.25s linear;
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity 0.25s linear;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  transition: opacity 0.25s linear; }

.radioButton {
  background-color: #BFBFBF;
  color: #222;
  cursor: pointer;
  display: table;
  font: bold 12px Arial;
  margin: 0;
  position: relative;
  text-align: center; }

.horizontalRadioGroup {
  float: left; }

.horizontalRadioGroup:first-child {
  border-radius: 3px 0 0 3px; }

.horizontalRadioGroup:last-child {
  border-radius: 0 3px 3px 0; }

.horizontalRadioGroup:nth-child(n + 2) {
  margin: 0 0 0 1px; }

.verticalRadioGroup {
  float: none; }

.verticalRadioGroup:first-child {
  border-radius: 4px 4px 0 0; }

.verticalRadioGroup:last-child {
  border-radius: 0 0 4px 4px; }

.verticalRadioGroup:nth-child(n + 2) {
  margin: 1px 0 0 0; }

.radioButton > * {
  display: table-cell;
  padding: 0;
  vertical-align: middle; }

.radioButtonSelected {
  background-color: #DDDDDD;
  box-shadow: inset 0px 1px 8px 0px rgba(0, 0, 0, 0.75);
  cursor: default; }

.horizontalRadioGroup.radioButtonSelected:first-child {
  box-shadow: inset 1px 1px 8px 0px rgba(0, 0, 0, 0.75); }


.colorBoxContainer {
  box-shadow: 0 0 3px #555;
  height: 51px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 51px; }

.colorBtn {
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 1px 0 0 1px;
  width: 20px; }

.loader {
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  background: #657475;
  background: -moz-linear-gradient(top, rgba(101, 116, 117, 0.5) 0%, rgba(141, 152, 153, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(101, 116, 117, 0.5)), color-stop(100%, rgba(141, 152, 153, 0.5)));
  background: -webkit-linear-gradient(top, rgba(101, 116, 117, 0.5) 0%, rgba(141, 152, 153, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(101, 116, 117, 0.5) 0%, rgba(141, 152, 153, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(101, 116, 117, 0.5) 0%, rgba(141, 152, 153, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(101, 116, 117, 0.5) 0%, rgba(141, 152, 153, 0.5) 100%);
  border-radius: 25px;
  box-shadow: 0px 1px 1px black;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#657475', endColorstr='#8d9899', GradientType=0);
  font: bold 14px Arial;
  overflow: hidden;
  padding: 6px 26px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
  transition: opacity 0.2s linear; }

/*# sourceMappingURL=NikUtil.css.map */
