/* 
 * CSS style file for jQuery digilib
 *
 * Martin Raspe, Robert Casties, 26.3.2012
 */

div#dl-measure-toolbar {
  font-size: 90%;
  display: none;
  border: 1px solid grey;
  border-radius: 20px;
  background-color: silver;
  padding: 5px;
  position: absolute;
  z-index: 20;
}

div#dl-measure-info {
  font-size: 90%;
  display: none;
  border: 1px solid grey;
  border-radius: 5px;
  background-color:rgba(255, 255, 255, 0.3);
  padding: 5px;
  position: absolute;
  z-index: 20;
}

div#dl-measure-info div.head {
  font-weight: bold;
}

div#dl-measure-info em {
  font-weight: bold;
}

input#dl-measure-value1 {
  font-size: 100%;
  width: 8em;
  text-align: right;
}

input#dl-measure-value1:disabled {
  color: black;
  background-color: silver;
  border: none;
}

span.dl-measure-label {
  padding: 0px 5px;
}

span#dl-measure-shapeinfo {
  display: inline-block;
  width: 5em;
  text-align: right;
}

span#dl-measure-value2 {
  display: inline-block;
  width: 6em;
}

span.dl-measure-number {
  display: inline-block;
  color: lightgreen;
  background-color: #606060;
  padding: 2px;
  width: 4em;
  text-align: center;
}

select#dl-measure-shape, select#dl-measure-unit1, select#dl-measure-unit2 {
  font-size: 100%;
  border: none;
  background-color: silver;
  /* width: 12em; */
  margin: 0px 2px;
}

select#dl-measure-shape  {
  color: lightgreen;
  background-color: #606060;
  width: 9em;
}

/* select#dl-measure-shape:focus  {
  color: black;
  background-color: white;
  }
*/

option:disabled {
  color: black;
}

button.dl-drawing {
  background-color: lightgreen;
}

option.dl-units {
  margin-left: 10px;
}

img#dl-measure-move {
  vertical-align: middle;
  margin: 0px 0px 4px 4px;
}

img#dl-measure-info {
  vertical-align: middle;
  margin: 0px 4px 4px 4px;
}

.dl-measure-shape {
  pointer-events: visibleStroke;
}

.dl-measure-shape:hover {
  stroke: lightcyan;
}

.dl-measure-selected {
  stroke: cyan;
}

.dl-measure-guide {
  stroke: blue;
  stroke-dasharray: 10 5;
  fill: none;
}

.dl-measure-constr {
  stroke: cornsilk;
  stroke-dasharray: 3 3;
  fill: none;
}

.dl-measure-handle {
  stroke: blue;
  fill: none;
}


span.dl-measure-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 1px;
  border: 1px solid black;
  background-color: darkgray;
}

div.colorPicker-palette {
  width: 140px;
  position: absolute;
  border: 1px solid grey;
  border-radius: 10px;
  background-color: silver;
  padding: 5px;
  z-index: 9999;
}

div.colorPicker_hexWrap {
  width: 100%;
  float:left
}

div.colorPicker_hexWrap label {
  font-size: 90%;
  color: #2F2F2F;
  margin: 5px 2px;
  width: 25%
}

div.colorPicker_hexWrap input {
  font-size: 90%;
  margin: 5px 2px;
  padding: 0;
  width: 100px;
  border: 1px solid #000;
}

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 1px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
