/* Styles for reference document markups */

.mkuphdr {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 90%;
  color: #f1f1f1;
  z-index:3;
}

.mkupdiv {float:left; width: 66%; }

.mkupinfo {
  margin-top: 0px;
  padding-top: 2px;
  vertical-align: top;
  color: #fff;
}

.mkupform {
  margin-top:  0;
  padding: 2px;
}

.mkupitem {
  font-size: 0.8em;
  margin-left: 4px;
}

.mkupinac {}

.mkupnone {display: none;}

.tktyp_r {
  stroke: #44f;
  fill: none;
  stroke-width: 5px;
}

.tktyp_c {
  stroke: #44f;
  fill: none;
  stroke-width: 2px;
}

.tktyp_t {
  stroke: #ff4;
  fill: #ff4;
  font-family: Courier;
  dominant-baseline: hanging;
}

.maybeedit:hover {
  stroke: #fff;
}

.mkupgrid {
  stroke: #fff;
  fill: none;
}

#alap {
  overflow-y: scroll;
}

#mkupedits{
  background-color: #fff;
  padding: 1px 10px 10px 10px;
}

.markupinputs{
  font-size: 0.8em;
}

.markupinputs .label{
  margin:  4px 0px 2px 0px;
}

.markupinputs button{
  margin-right: 6px;
  font-family: Lato, sans-serif;
}

.markupinputs #murot,.markupinputs #muthi,.markupinputs #murad, #mufiw, #mufid{
  margin-left: 40px;
}

.markupinputs #mufzy{
  margin-right: 40px;
}

.markupinputs .small{
  font-size: 0.8em;
  color: #aaa;
  margin-top: 0;
}

#mubasic  { display: table;      }
#mubasic div   { display: table-row;  }
#mubasic p    { display: table-cell; }
#mubasic label { display: table-cell; }
#mubasic input { display: table-cell; }
#muresu { width: 90%;}
#mutxar { width: 100%;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.gridover {
  fill: #f00;
  stroke: none;
  opacity: 0;
}

.mkupgrid1 {stroke-width: 0.5px; stroke-dasharray:  1;}
.mkupgrid2 {stroke-width: 1px; }
.mkupgrid3 {stroke-width: 1.5px; stroke-dasharray: 1;}
.mkupgrid4 {stroke-width: 2px; }

.mkupdim {opacity: 0.2;}

.mkupedrect, .mkupedcircle {
      fill: lightblue;
      opacity: 0.6;
    stroke: blue;
    stroke-width: 2px; }

.mkupedretx {
      fill: lightblue;
      opacity: 0.4;
      cursor: move;
    stroke: blue;
    stroke-width: 0.5px; }

.mkupedcirc {
  fill: #4f4;
}

.mkupedtext {
  stroke: blue;
  fill: blue;
  cursor: move ;
  dominant-baseline: hanging;
  font-family: "Courier";
}

.fontnarrow {
  font-family: "PT Sans Narrow";
  font-stretch: ultra-condensed;
  /*font-family: "Wire One";*/
}

.fonticons {
  font-family: "Material Icons";
}

 input[type="range"] {
  width: 10%;
  vertical-align:  middle;
}

 input[type="color"] {
  height: 24px;
}

.rangelbl {
  font-size: 0.9em;
  vertical-align:  middle;
}
 

.hide{
  visibility: hidden;
}

.space1{
  padding-left: 10px;
}

.space2{
  padding-left: 30px;
}