.obj_creator{
    display:none;
}

.obj_creator_active{
     position:absolute;
    width:100%;
    max-width:550px;
    height:99%;
    background-color:steelblue;
    border:solid thin grey;
    z-index:100;
    border-radius:10px;
    top:0.5%;
}

.table_obj_creator{
    position:relative;

    display:flex;
    flex-direction:column;
  
    width:100%;
    height:100%;
}

.obj_creator_tab_name{
      margin-top:2%;
   color:white;
   }

input.obj_creator_back_button{
    position:absolute;
    left:2%;
    top:1%;
     width:14%;
    height:4%;
}
input.obj_creator_delete_button_disabled{
    display:none;
}
input.obj_creator_delete_button{
      position:absolute;
    right:22%;
    top:1%;
     width:14%;
    height:4%;
}

input.obj_creator_confirm_button{
    position:absolute;
    right:2%;
    top:1%;
     width:18%;
    height:4%;
}
div.creation_list{
     margin:auto;
     width:100%;
     height:92%;
     position:relative;
     display:flex;
     flex-direction:column;
     border-top:thin solid grey;
     border-bottom:thin solid grey;
        background-color:white;
 
}

.pos_list{
   
    width:100%;
    height:justify-content;
    display:flex;
      flex-direction:column;
}


input.input_header{
    margin:auto;
    margin-top:3%;
    width:70%;
    height:30px;
    
}

input.chose_img{
 
    
    margin:auto;
    margin-top:5%;
    
}

img.my_chose_img{
    margin:auto;
    margin-top:15%;
    width:98%;
    
}

textarea.text_text{
    height:100px;
    margin:auto;
   
    width:96%;
}

.link_name{
    width:20%;
    margin:auto;
    margin-top:1%;
}
.link{
    width:70%;
     margin-top:1%;
    margin:auto;
}

div.example{
   display:none;
}

.button_disabled{
    display:none;
}