.wcs-entrancelevels{
    display: inline-block;
  }
  .wcs-toplift,
  .wcs-bottomlift{
    background-color: #ffffff;
  }
  .wcs-block{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    border:solid 1px #ffffff;
  }
  .wcs-levelline{
    width: 20px;
    height: 200px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    /* background-color: #adadad; */
    background-image: url(../images/trolleyroad.png);
    border:solid 1px #adadad;
    position: relative;
  }
  .wcs-levellinebox{
    width: 20px;
    height: 20px;
    background-color: #67b12a;
    margin-bottom:1px;
    position: absolute;
  }
  .blueBox{
    background-color: #00acd7; 
  }
  .greenBox{
    background-color: #67b12a; 
  }
  .wcs-trolleylifter {
      /* background-color: #adadad; */
      border: solid 1px transparent;
      margin-left: 0px;
      margin-right: 0px;
  }
  .wcs-lift{
    /* border:solid 1px #636363; */
    background-image: url(../images/lift.png);
    background-position: center center;
  }
  .wcs-levelholder .wcs-trolleyroad,
  .wcs-topliftroad,
  .wcs-bottomliftroad
  {
    height: 22px;
    background-color: #efefef;
  }
  .wcs-levelholder .wcs-trolleyroad .wcs-block,
  .wcs-topliftroad .wcs-block,
  .wcs-bottomliftroad .wcs-block
  {
    border-color: #efefef;
  }
  .wcs-tralleylifterline{
    display: inline-block;
    width: 21px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .activelifterline
  {
    /* background-color: #adadad; */
    background-image: url(../images/trolleyroad.png);
    border:solid 1px #adadad;
  }
  .wcs-entrolley-filled,
  .wcs-entrolley-empty{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height:20px;
  }
  .wcs-entrolley-filled{
    background-image: url(../images/ciba-filled.png);
  }
  .wcs-entrolley-empty{
    background-image: url(../images/ciba-empty.png);
  }
  .wcs-entrancebox{
    width: 20px;
    height:20px;
    background-color: #00acd7;
  }
  .wcs-entranceboxyellow{
    background-color: #fff83c;
  }
  .wcs-entrancelevelgroup{
    width:650px;
    display: inline-block;
  }