#leftGui {
  display: block;
  position:absolute;
  width:80px;
  height:100%;
  left: 0px;
  top: 66px;
  z-index: 5;
  overflow:visible;
  background-color: #474747;
  text-align:center;
  padding: 0px 0px;
  margin: 0px 0px;
  border: 0px 0px;
}

#leftIconBox{
  height: 400px;
  padding: 0px 0px;
}

.lefticon {
  white-space: nowrap;
  background: none;
  stroke: black;
  stroke-width: 0.5;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  box-sizing: border-box;
}

.colicon {
  white-space: nowrap;
  width: 12px;
  height: 12px;
  padding: 0px 0px;
  margin: 0px 0px;
  border: 0px 0px;
  box-sizing: border-box;
}

#colorbox {
  padding: 0px 0px;
  margin: 5px 0px;
}

.leftpartition {
  stroke: black;
  stroke-width: 1px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 64px;
  height: 2px;
  display: block;
  padding: 2px 0px 5px 0px;
  margin-left: auto;
  margin-right: auto;
}

.fieldicon {
  stroke: black;
  stroke-width: 4px;
  stroke-linejoin: round;
  stroke-linecap: round;
  position: absolute;
  z-index: 4;
}

.fieldicon2 {
  stroke-width: 4px;
  stroke-linejoin: round;
  stroke-linecap: round;
  position: absolute;
  z-index: 4;
}

.indexSelectContainer {
/*   height: 25px; */
  text-align: left;
  margin: 2px;
  padding: 2px;
  border: 1px solid red; 
  border-radius: 5px;
  background-color: #393939;
  overflow: hidden;
}

.previewind {
  background-color: #202020;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
}

.indLeftCenter {
  float: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  margin: 0;
  padding: 0px 4px 0px 16px;
}





