.menu{

    position: absolute;
    width: 100%;
    height: 100%;

    opacity: 0;
    visibility: hidden;

    z-index: 1;

}

.menu.Mobile * {

    font-size: 22px !important;

}

.menu .background{

    position: absolute;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    padding: 350px 350px 350px 750px;
    

}

.menu .background span{

    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    color:white;
    background-color: #333333;

    visibility: hidden;

}

.menu .content{

    position: relative;
    width: 390px;
    height: auto;
    left: 0px;

    background-color: #444444;

    box-shadow: 0 0 15px black;

}

.menu .config{

    display: flex;
    position: relative;
    width: 100%;
    height: auto;

    background-color: #e9e6e6;
}

.menu .configButton{

    position: relative;
    float: left;
    width: 25%;
    height: auto;

    /* border-style: solid;
    border-color: #111111;
    border-width: 0 1px 0 0; */

    text-align: center;
    padding: 10px 0 10px 0;

    cursor: pointer;
    color: white;
    font-weight: normal;

}

.menu .configButton div{

    font-size: 18px;

}

.menu .configButton span{

    background-color: dodgerblue;
    border-radius: 100%;
    width: 65px;
    color: white;
    height: 65px;
    padding-top: 22px;

}


.menu .config .off > span{

    background-color: #cccccc;

}

.menu .config .desabled > span{

    background-color: #cccccc;
    opacity: 0.5;

}

.menu .configButton:hover > span{

    box-shadow: 1px 1px 5px #888888;

}

.menu .help:hover{

    box-shadow: inset 0 0 10px #5c5c5c;

}

.menu #quit span{

    background-color: orangered !important;

}


.menu .extra{

    position: relative;
    width: 100%;
    height: 0px;

    /* margin-top: 50px;  */

    /* display: none; */

}

.menu .extraButton{

    position: relative;
    width: 100%;
    height: auto;

    background-color: black;

    border-style: solid;
    border-color: gray;
    border-width: 0 0 1px 0;

    text-align: center;
    padding: 14px;

    cursor: pointer;
    color: white;
    font-weight: normal;

}

.menu .extraButton:hover{

    background-color: #555555;

}

.menu .title{

    position: relative;
    width: 100%;
    height: auto;

    border-width: 1px 0 1px 0;
    padding: 10px 14px 10px 14px;

    color: white;
    font-weight: bold;

    background-color: black;
    border-color: gray;

}

.menu .nav{

    position: relative;
    width: 100%;

    background-color: black;

    overflow-y: auto;
    overflow-x: hidden;

}

.menu .glossary{

    position: relative;
    width: 100%;

}

/* .menu .glossary span{

    margin-right: 10px;
    
} */

.menu .glossary .search{

    position: relative;
    width: 100%;

    height: 59px;

    padding: 15px;

    font-size: 20px;

    border-style: none !important;

}

.menu .glossary .resultList{

    position: relative;
    width: 100%;

    overflow-y: auto;
    overflow-x: hidden;

}

.menu .glossary ::placeholder {

    color: rgb(185, 184, 184);
    font-style: italic;

}

.menu .page{

    position: relative;
    width: 100%;
    height: auto;

    display: flex;

    padding: 15px;

    color: white;

    cursor: pointer;

    text-decoration-line: none;
    left: 0;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #111111;

}

.menu .page:hover{

    background-color:#555555;

}

.menu .result{

    position: relative;
    width: 100%;
    height: auto;   

    padding: 15px;

    color: white;

    cursor: pointer;

    text-decoration-line: none;
    left: 0;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #111111;

    background-color: black;

}

.menu .result:hover{

    background-color: #555555;

}

.menu .currentPage:hover{

    background-color:#ffffff;

}

.menu .currentPage{

    font-weight: bold;
    background-color: #e9e6e6;
    color: #222222;

}

.menu .currentResult{

    font-weight: bold;
    background-color: #e9e6e6;
    color: #222222;

    left: 6px;

}

.menu .help{

    position: relative;
    width: 100%;
    height: auto;
    padding: 14px;

    color: white;
    font-style: italic;

    border-style: solid;
    border-width: 1px 0 3px 0;
    border-top-color: gray;

    cursor: pointer;
    font-size: 20px;

    /* background-color: rgba(0, 0, 0, 0.5); */

}

.menu p{

    margin: 1px;
    
}

