rect.panel {
    fill: #23282B;
}
rect.plate {
    fill: #A5A5A5;
    border: none;
}
rect.bar {
    fill: #F5F5F5;
    stroke: none;
}
rect.led {
    fill: #A3ABAA;
    stroke: none;
}

circle.ledoff {
   fill: #F8F32B;
   stroke: #B5B8B1;
}
circle.ledon {
   stroke: none;
   -webkit-animation: neon1 0.5s ease-in-out infinite alternate;
   -moz-animation: neon1 0.5s ease-in-out infinite alternate;
   animation: neon1 0.5s ease-in-out infinite alternate;
}

text.segmon {
    font-family: LiquidCrystal; 
    fill: #32AD32;
    font-size: 20px;    
}
text.segmoff {
    font-family: LiquidCrystal; 
    fill: #E2E2E2;
    font-size: 20px;    
}
text.seconds {
    fill: cadeblue;
    font-size: 14px;    
}
line.barsepline {
    stroke: #A5A5A5;
    stroke-width: 1px;
}
line.mmline {
    stroke: white;
    stroke-width: 1px;
}

line.logline {
    stroke: tomato;
    stroke-width: 1px;
}
text.numchannal {
    fill: lemonchiffon;
    font-weight: 600;
    font-size: 14px;
}
text.mmline {
    fill: lemonchiffon;
    font-weight: 600;
    font-size: 14px;
}
line.arrow {
    stroke: tomato;
    stroke-width: 2px;
}
line.path {
    stroke: tomato;
    stroke-width: 3;
}
line.startfinish {
    stroke: white;
    stroke-width: 3;
}
rect.begin {
    fill: none;
    stroke: tomato;
}
@font-face {
    font-family: LiquidCrystal;
    src: url(fonts/LiquidCrystal.ttf);
    src: local(fonts/LiquidCrystal.ttf);
}

circle.point {
    fill: tomato;
    stroke: none;
}
circle.sfpoint {
    fill: white;
    stroke: none;
}
circle.heap {
    fill: black;
    stroke: none;
}
#ball1,#ball2,#ball3 {
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.labels {
    fill: white;
    font-famely: "sans-sefif";
    font-size: 13px;
}
.texts {
  min-height: 500px;
  margin-top: 10px;
  padding: 4px;
  text-align: left;
  background: #F8FFF9;;
}
div.showerror {
    padding-top: 6px;
    color: red;
    text-align: left;
}
.showerror > * + p {
    margin-top: -10px;
}
div.showwarning {
    padding-top: 3px;
    color: chocolate;
    text-align: left;
}
.headtask {
    font-size: 16px;
    font-weight: bold;
}
div.headstage {
    font-weight: 700;
    padding-top: 4px;
    font-size: 18px;
    color: #7f5e60;
}
div.headstep {
    font-weight: 600;
    padding-top: 3px;
    font-size: 16 px;
    color: #3f5e60;
}
span.author {
    color: tomato;
}
.legend {
    color: #003F53; 
    background-color: #F8FFF9;
}

.pult {
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}

.clear {
    clear:left;
}

.hpult {
    width: 80px;
    margin-top: 4px;
    text-align: left;
    font-weight: bold;
}

.stdin, .stdout {
    font-family: monospace;
    text-align: left;
}
.hstdin, .hstdout {
    font-family: monospace;
    font-weight: bold;
    font-size: 120%;     
}

div.grant {
    margin: 5px;
    font-style: italic;
    text-align: center;
    color: 008b8b;
}
.linebuttons {
    text-align: left;
}
.floatleft {
    float: left;
}
.taskstable {
    border: none;
    width: 10em;
    background-color: #D0F5F0;
}
.taskstable td,th {
    width: 3em;
    border: none;
    padding: 0;
}
.taskstable th {
    text-align: left;
    padding-right:1px;
}
table.taskstable td {
    text-align: center;
    padding-left:1px;
    padding-right:2px;
    width: 25px;
}
span.selected {
    font-weight: 800;
    color: #CF3575;
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
    padding: 2px 7px; 
    border: solid 1px #A982C8;
    border-radius: 11px;
    background: greenyellow;
    transition: 0.3s;
    text-align:center;
}
span.notselected {
    color: #003F8F;
    background: #e6e6fa;
    font-weight: 700;
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
    padding: 2px 7px;
    border: solid 1px #A982C8;
    border-radius: 11px;
    transition: 0.3s;
    text-align:center;
}
.button, .taskbutton, .taskselect {
     font-weight: 700;
     color: lemonchiffon;
     text-decoration: none;
     padding: .3em .5em calc(.3em + 1px);
     border-radius: 2px;
     background: cadetblue;
     box-shadow: 0 -2px rgb(53,127,110) inset;
     transition: 0.3s;
     text-align:center;
}
.button {
     width: 28px;
}

.taskselect {
    width: 40px;
}
.taskclear {
     font-weight: 700;
     color: lemonchiffon;
     text-decoration: none;
     padding: 0 2px 2px 2px;
     border-radius: 2px;
     background: cadetblue;
     box-shadow: 0 -2px rgb(53,127,110) inset;
     transition: 0.3s;
     text-align:center;
     width: 23px;
     font-size: 19px;
}

.taskbutton {
    width: 105px;
}

.start-stop {
     font-weight: 700;
     color: lemonchiffon;
     text-decoration: none;
     /*width: 13em;*/
     padding: .2em .3em calc(.2em + 1px);
     border-radius: 1px;
     background: cadetblue;
     box-shadow: 0 -2px rgb(53,127,110) inset;
     transition: 0.3s;
     text-align:center;
}

input[type="checkbox"]{
    margin-top: 9px;
    margin-left: 6px;
    height:15px;
    width:15px;
    -webkit-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -o-transform: scale(2,2);
    transform: scale(1.5,1.5);
}
