@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);*/
/* complement */
/* background */
/* other */
div.panel-coloring,
div.panel-coloring * {
  transition: all 200ms ease-in;
}
div.panel-coloring {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 25px 0px #111315 inset;
  overflow: hidden;
}
div.panel-coloring-top {
  position: relative;
  height: 100px;
  width: 750px;
  margin: auto;
  clear: both;
}
div.camera-buttons,
div.button-color-hint,
div.button-color-logo,
div.buttons-color {
  position: relative;
  height: 90px;
  width: 240px;
  bottom: 0;
  left: 0;
  margin: 10px 5px;
  clear: none;
  float: left;
}
div.camera-buttons {
  width: 245px;
  height: 90px;
  left: 10px;
}
div.button-color-hint {
  font-family: arial, tahoma, times new roman, arial narrow;
  font-size: 20px;
  width: 130px;
  height: 90px;
  line-height: 90px;
}
div.button-color-logo {
  top: -40px;
  height: 130px;
  width: 110px;
  background-image: url('/image/logo.png');
  background-repeat: no-repeat;
  opacity: 1;
}
div.buttons-color {
  width: 345px;
}
/* simple button */
div.button {
  clear: none;
  float: left;
  cursor: pointer;
  top: 0px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #ffffff inset, 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: arial, tahoma, times new roman, arial narrow;
  font-size: 15px;
  margin: 6px;
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 100px;
}
div.button-flat {
  display: none;
}
div.button:hover {
  box-shadow: 0px 0px 2px #ffffff inset, 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 0px 5px #000000;
}
div.choosed {
  background-image: radial-gradient(ellipse at center, #0a0a0a 0%, #373737 100%);
}
/* -- palette --  */
div.panel-palette,
div.panel-palette-colors {
  position: relative;
  top: 0px;
  height: 72px;
  clear: both;
  margin: auto;
}
div.panel-palette {
  overflow: visible;
  margin: 5px auto;
  width: 750px;
}
div.panel-palette-colors {
  width: 562px;
  overflow: hidden;
  background: rgba(10, 10, 10, 0.2);
}
/* -- button color -- */
div.button-color-container {
  position: relative;
  margin: 10px;
  width: 50px;
  height: 50px;
  overflow: visible;
  z-index: 1;
  clear: none;
  float: left;
}
div.button-color-container .color {
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 1px;
  float: right;
  z-index: 5;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #ffffff inset, 0px 0px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 200ms ease-in;
}
div.button-color-container .color:hover {
  left: -10px;
  top: -10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 100;
}
/* button prev/next */
div.button-color-container.button-color-prev {
  position: absolute;
  margin: 10px 25px;
  left: 0px;
  top: 0;
}
div.button-color-container.button-color-next {
  position: absolute;
  margin: 10px 25px;
  right: 0px;
  top: 0;
}
/* button zoom */
div.button-zoom-in,
div.button-zoom-out,
div.zoom-caption,
div.zoom-seam {
  position: absolute;
  right: -100px;
  top: 115px;
}
div.zoom-caption {
  position: absolute;
  right: -60px;
  top: 95px;
  width: 4px;
  height: 200px;
  font-size: 20px;
}
div.zoom-seam {
  visibility: hidden;
  position: absolute;
  right: -23px;
  top: 0px;
  width: 4px;
  height: 200px;
  background: radial-gradient(ellipse at center, #2d4f62 0%, #2d4f62 50%, #000000 100%);
}
div.button-zoom-in {
  right: -90px;
}
div.button-zoom-out {
  right: -155px;
}
div.button-zoom-in .color:hover,
div.button-zoom-out .color:hover {
  top: 0;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
