
#AddressBox_dxf_parent:active{
    background-color: rgb(221, 221, 221);
}

#AddressBox_dxf_parent{
    cursor: pointer;
    position:absolute;
    width: 0px;
    height: 44px;
    right: 50px;
    top:5px;
    border-radius: 24px;
    background-color:rgb(235, 235, 235);
    box-shadow: -1px -1px 10px rgb(94, 94, 94);
    overflow: hidden;
}

#AddressBox_project_parent:active{
    background-color: rgb(221, 221, 221);
}

#AddressBox_project_parent{
    cursor: pointer;
    position:absolute;
    width: 0px;
    height: 44px;
    right: 50px;
    top:5px;
    border-radius: 24px;
    background-color:rgb(235, 235, 235);
    box-shadow: -1px -1px 10px rgb(94, 94, 94);
    overflow: hidden;
}

#RightButtonMenuBox{
    position: absolute;
    width: 150px;
    height: 226px;
    top: 300px;
    right:400px;
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    border: solid 1.5px rgb(209, 209, 209);
    box-shadow: 0px 2px 6px 0px rgb(151, 151, 151);
}

#RightButtonMenuBox2{
    position: absolute;
    width: 150px;
    height: 168px;
    top: 300px;
    right:400px;
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    border: solid 1.5px rgb(209, 209, 209);
    box-shadow: 0px 2px 6px 0px rgb(151, 151, 151);
}

#RightButtonMenuBox3{
    position: absolute;
    width: 150px;
    height: 84px;
    top: 300px;
    right:400px;
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    border: solid 1.5px rgb(209, 209, 209);
    box-shadow: 0px 2px 6px 0px rgb(151, 151, 151);
}

#RightButtonMenuBox4{
    position: absolute;
    width: 150px;
    height: 42px;
    top: 300px;
    right:400px;
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    border: solid 1.5px rgb(209, 209, 209);
    box-shadow: 0px 2px 6px 0px rgb(151, 151, 151);
}



.RightButtonMenuBox_item{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
    transition: all 0.1s ease-in-out;
}

.RightButtonMenuBox_item:hover{
    background-color: rgb(233, 233, 233);
}

.RightButtonMenuBox_item:active{
    background-color: rgb(212, 212, 212);
}