.ddvc{
    width : 140px;
    position:relative;
    border: 1px solid #fff;
    border-radius: 5px;
    z-index: 1;
    line-height: 30px;
    margin:auto;
    background-color: #282828;

}
/*
#menuSe{
    height: 165px;
    font-family: "Rubik", sans-serif;
}
*/

.mmd{
    margin: 20px auto;
}

.titlemenuse{
    text-align:center;
    color: #BFA25D;
    padding : 10px 0px 0px 0px;
    font-weight:bold;


}

.ctssmenuse{
    display: inline-block;
    vertical-align: top;
    padding : 10px 0px 0px 0px;

}

.ddvcBtn{
    color: #fff;
    cursor: auto;
    text-align:center;
}

.ddvc:hover {
    border: 2px solid #fff;
}

.ddvcCtn{
    height:100%;
    background-color: #fff;
    color: #282828;
    cursor: auto;
    text-align:center;
    display :none;
    position : relative;
    z-index: 1;
}

ul {
    list-style-type : none;
    margin : 0px;
    padding : 0px;
}

li:hover{
    background-color: #eee;

}

.numdvc {
      display: flex;
      color : #fff;
}
.mn {
    width : 30px;
/*    aspect-ratio : 1 / 1;
    border: 1px solid #fff;*/
    border-right: 1px solid #fff;

    text-align : center;
    cursor: auto;

}

.pl {
    width : 30px;
/*    border: 1px solid #fff;*/
    text-align : center;
    float : right;
    cursor: auto;
    border-left: 1px solid #fff;

}

.ndval{
    text-align:center;
/*    border: 1px solid #fff;*/
    flex-grow : 1;
}

#ssmenu{
    position : absolute;
    border: 1px solid #BFA25D;
    border-radius: 15px;
    padding:10px;
    top : 250px;
    z-index:10;
    display : none;
}

.menut1{
    width :50px;
    height : 50px;
    background-color: #FF0000;
    margin : 2px;
}

#bt3p{
    color : #a9a9a9;
    cursor: auto;

}


#bt3p td{
    text-align:center;
    width : 100px;
}

.bt3pSel{
    color : #fff;


}



#ctimgbt3p{
    background-image: url("../img/20sprite.png");
    background-repeat: no-repeat;
    background-position: 0px 0;
    width:41px;
    height: 41px;
    margin:auto;
}

.pddvc{
    color:#fff;
    display : inline-block;

}

.proSe{
    display : inline-block;
    margin: 10px 0px;
}

#proCM{
    width : 170px;
    float : right;
    text-align:center;
    cursor : auto;

}

.ddvcBtUD{
    color: #fff;
    text-align: center;
}

.inlm{
    display: inline-block;
}

#modeSe{
    width : 180px;
    margin-top : 30px;
}

.btAccGr {
    height : 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #ABA482;
    text-align:center;
}

.selbtAccGr {
    background-color: #BFA25D;
}

@media screen and (max-width: 800px) {
    #ctmenuright{
    /*    display: block;*/
        float :none;
        margin:auto;
        height:227px;
        text-align:center;
        border:none;
        width:300px;
        background : none;
    }

    #ctmenuleft{
        display: block;
        margin:auto;
        padding-bottom: 0px;
    }

    #proCM{
        float:none;
        margin:auto;
    }

    .titleP{
        font-size: 2em;
    }
}
