



.left_bar_zone{
    padding: 10px;
    position: absolute;
    top: 30px;
    bottom: 5px;
}
.zone_button{
    text-align: right;
    padding: 0px 5px 5px;
}

input[type="button"] {
    cursor: pointer;

    /* float: right; */
    width: 100px;
}
.left_bar_zone .zone-button .new_zone{
    float: left;
    
    
    cursor: default;
}
.left_bar_zone .add_zone_submit{
    padding: 6px;

background-color: #d3d3d3;
width: 28px;
height: 28px;
float: right;
margin-left: 4px;
cursor: pointer;
border: none;
background-image: url("zone-add.svg") ;
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: center center;

}
.left_bar_zone .zone-button .new_zone input{
    border: 1px solid #dddddd;
    color: #7a7a7a;
    height: 26px;
padding: 0 5px;
width: 280px;
}
.left_bar_zone .zone-button{
    /* width: 100%; */
    margin-bottom: 5px;
}
.left_bar_zone .zone-button .button{
    padding: 6px;
    /* background: #f5f5f5; */
    background: #d3d3d3;
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 4px;
    cursor: pointer;
}

.left_bar_zone .hidden{
    border: none;
    width: 90%;
    background: bottom;
}

#html_left_bar_zone .left_bar_objects_flow input[type=text]{
    cursor: pointer;
}
#html_left_bar_zone .left_bar_objects_flow input[type=text]:hover{
    text-decoration: underline;
}
#html_left_bar_zone{
    width: 325px;
}

#html_left_bar_zone  .left_bar_objects_list a{
    cursor: not-allowed;
}
.focused a {
    cursor: pointer !important;
}