.box{

    width : 200px;
    height: 150px;
    
    
    display:inline-block;
    position:relative;
    vertical-align:top;
    
}


.boximage{

    overflow:hidden;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;

}



.separatorAdd{

    width:200px;
    height:150px;
    background-color: rgba(0,0,0,0.4);
    display:inline-block;
    text-align: center;
    line-height:150px;
    cursor:default;
    //vertical-align: top;
    color:white;
    font-weight: bold;
    font-size:2em;
    //padding-top:20px;
    overflow:none;


}

.separator ,.separatorAdd, .box{
    top:20px;
}


.separator{

    height: 150px;
    width: 40px;
    line-height:150px;
    display:inline-block;
    text-align: center;
     cursor:default;
    font-size:2em;
    color:white;
    top:20px;
    padding-top:20px;


}

#bottombar{

    width: calc(100vw - 88px);
    height:100%;

    position:absolute;
    overflow:auto;
    bottom:0px;
    left:0px;
    white-space: nowrap;
    background-color:#303030;

    //-ms-overflow-style: none;


}


#bottombar::-webkit-scrollbar {
    //display: none;
}


.deleteicon{
    width:30px;
    height:30px;
    background-color:black;
    border-radius:15px;
    position:absolute;
    left:-15px;
    top:-15px;
    color:white;
   text-align: center;
    line-height:30px;
    cursor:default;
}


.btn_controll_div{
    width: 250px;
    height: 40px;
    background-color: #303030;
    position: absolute;
    top: -40px;
    left: 0px;
    border-radius: 10px 10px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.btn_controll_div_user{
    width: 250px;
    height: 40px;
    background-color: #303030;
    float: right;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 5px;
    pointer-events: all;
}

.btn_controll_div button , .btn_controll_div_user button{
    background-color: rgba(0,0,0,0);
    border: 0;
}