#tools_b {
    bottom: 12px;
    right: 13px;
}

#tools_b_text {
    color: #89c782;
    font-weight: bolder;
    position: relative;
    top: 12px;
    font-size: 21px;
}

#zoom_b {
    bottom: 12px;
    right: 71px;
}

#zoom_b_text {
    color: #89c782;
    font-weight: bolder;
    position: relative;
    top: 12px;
    font-size: 21px;
}

#zoom_min_b {
    bottom: 65px;
    right: 71px;
    visibility: hidden;
    z-index: 10;
}

#zoom_min_b_text {
    color: #89c782;
    font-weight: bolder;
    position: relative;
    top: 15px;
    font-size: 14px;
}

#zoom1_1_b {
    bottom: 118px;
    right: 71px;
    visibility: hidden;
    z-index: 10;
}

#zoom1_1_b_text {
    color: #89c782;
    font-weight: bolder;
    position: relative;
    top: 12px;
    font-size: 21px;
}

#zoom_down_b {
    bottom: 171px;
    right: 71px;
    visibility: hidden;
    z-index: 10;
}

#zoom_down_b_text {
    color: #89c782;
    font-weight: bolder;
    position: relative;
    top: 12px;
    font-size: 21px;
}

#zoom_up_b {
    bottom: 224px;
    right: 71px;
    visibility: hidden;
    z-index: 10;
}

#zoom_up_b_text {
    color: #89c782;
    font-weight: bolder;
    position: relative;
    top: 12px;
    font-size: 21px;
}

#del_b {
    bottom: 12px;
    right: 187px;
}

#del_b_img {
    background-color: #bf0000;
    width: 22px;
    height: 22px;
    position: relative;
    top: 12px;
    left: 12px;
    clip-path: polygon(15% 0%, 0% 15%, 35% 50%, 0% 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0%, 50% 35%);
}

#save_b {
    bottom: 12px;
    right: 245px;
}

#save_b_text {
    color: #89c782;
    font-weight: bolder;
    position: relative;
    top: 12px;
    font-size: 21px;
}

#tools_back {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(125, 125, 125, 0.85);
    visibility: hidden;
    text-align: center;
    z-index: 2;
}

#tools {
    top: 80px;
    left: 40px;
    right: 40px;
    position: fixed;
    border: solid 1px #89a222;
    background: #fffff8;
    border-radius: 5px;
    visibility: hidden;
    text-align: center;
    z-index: 3;
    line-height: 2;
    padding-bottom: 7px;
    overflow: none;
}

#plants_slist {
    top: 100px;
    left: 250px;
    right: 250px;
    height: 600px;
    position: fixed;
    border: solid 1px #89a222;
    background: #fffff8;
    border-radius: 5px;
    z-index: 3;
    padding: 5px;
    overflow: auto;
    font-size: 20px;
}

#pl_size {
  width: 30px;
 }

#svg1 {
  background-color: #f6fff8;
  height: 100%;
  width: 100%;
  border: solid 1px #89c782;
  -moz-box-sizing: border-box; /* Для Firefox */
  -webkit-box-sizing: border-box; /* Для Safari и Chrome */
  box-sizing: border-box; /* Для IE и Opera */
}

#svg_div {
  margin-left: 21px;
  height: 400px;
}

#info {
  background-color: f6fff8;
  width: 100%;
  height: 20px;
  left: 0px;
  position: relative;
}

.exist_pl_label {
  color: #A9000C;
  position: relative;
  right: 2px;
  top: 2px;
  font-size: 12px;
}

#h_scale {
  width: 100%;
  height: 20px;
  background-color: #f6fff8;
  font-size: 16px;
  position: relative;
}

#min_scale {
  position: absolute;
  left: 12px;
}

#mid_scale {
  position: absolute;
  left: 150px;
}

#max_scale {
  position: absolute;
  right: 0px;
}

#v_scale {
  width: 20px;
  height: 400px;
  background-color: #f6fff8;
  font-size: 16px;
  float: left;
  position: relative;
}

#v_min_scale {
  position: absolute;
  top: -12px;
  transform: rotate(90deg);
  transform-origin: left bottom 0;
}

#v_mid_scale {
  position: absolute;
  top: 150px;
  transform: rotate(90deg);
  transform-origin: left bottom 0;
}

#v_max_scale {
  position: absolute;
  bottom: 40px;
  transform: rotate(90deg);
  transform-origin: left bottom 0;
}

#prop_line select {
  width: 210px; !important
}

#tool_prop input[type="color"] {
  width: 50px; !important
}

#tool_prop input[type="number"] {
  width: 50px; !important
}

#tool_prop {
  position: relative;
  display: none;
  height: 48px;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 5px;
  border: 1px solid DarkSeaGreen;
  border-radius: 5px;
  background-color: #9acd325e;
  text-decoration: none;
  text-align: center;
  top: -6px;
}

#tool_prop .std_button {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 2px 2px 2px 2px;
  font-size: 15px;
  visibility: visible;
  top: 2px;
  left: 0;
}

.tools {
  height: 95px;
  margin-bottom: 3px;
  margin-left: 20px;
}

.tools .std_button {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 2px 2px 2px 2px;
  font-size: 25px;
}

#prop_pl_size {
  margin-left: 5px;
}




