/*
 * min.css for OpenJSCAD.org viewer
 */

.jscad-container {
  margin: 0;
  color: Black;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans;
  min-width: 410px;
  width: 100%;
}

/*#header {
  margin: 5px; /* not inherited */
/*}*/

#viewerContext {
  margin: 5px; /* not inherited */
  border: thin solid gray; /* not inherited */
  padding: 0px; /* not inherited */

  background: white;
  width: 100%;
  height: 300px;

  top: 0px;
  bottom: 0px;
}

canvas {
  margin: 0px; /* not inherited */
  border: 0px none gray; /* not inherited */
  padding: 0px; /* not inherited */

  width: 100%;
  height: 100%;

  cursor: move;
}

#parametersdiv {
  margin: 5px; /* not inherited */
  border: thin solid rgb(200,200,200);
  border-radius: 1em;
  padding: 10px;

  background: white;
  opacity: 0.8;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

#parametersdiv table {
  margin-bottom: 5px;

  text-align: left;
  font-size: 1em;
  font-weight: normal;
}

#parametersdiv th {
  margin:  0px; /* not inherited */
  border:  0px none gray; /* not inherited */
  padding: 5px; /* not inherited */

  font-weight: bold;
}

#parametersdiv th.caption {
  text-decoration: underline;
}

#parametersdiv td.caption {
  text-align: right;
  font-weight: bold;
}

#parametersdiv td {
  margin:  0px; /* not inherited */
  border:  0px none gray; /* not inherited */
  padding: 0px; /* not inherited */
}

#parametersdiv input, #parametersdiv textarea, #parametersdiv select {
    font-size: 1.2em;
    background: #eafff6;
    border: 1px solid black;
    border-radius: 0.2em;
    padding: 0.2em;
}

#updateButton {
    color:#000;
    padding:5px;
    border:0;
    background-color:#ffcc00;
    font-weight:bold;
    margin:2px 0px 0px 50px;
    font-size:1em;
    height:30px;
    border-radius: 8px 8px 8px 8px;
    box-shadow:1px 1px 2px 0px #888;
}

#tail {
  margin: 5px; /* not inherited */
}

#busy {
  vertical-align: middle;
}
