@charset "utf-8";

:root{
    --index-red-color: #2A6787;

}

.system{

    position:  relative;
    padding: 10px;
    padding-left: 15px;
    background:  red;
    color: white;
    -webkit-user-select: none;
    letter-spacing: 1px;

}
.system:after{

    content: "";
    position: absolute;
    width:10px;
    height:10px;
    background:  red;
    border-right: 1px solid  red;
    border-bottom: 1px solid  red;
    transform: rotate(45deg);
    bottom:  15px;
    right:-5px;
    z-index: 10;

}



.userName{

    position:  relative;
    padding: 8px 15px;
    background: white;
    color: red;
    border-radius: 0 5px 5px 0;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 黑体;


}
.userName > span{
    color: red;

}

.navWrap >div{
    padding: 10px 5px;


}

.panel > div:last-child > .buttons > div{
    font-weight: normal;
    position: relative;

}
.panel > div:last-child > .buttons > div > span{
    color: gray;
    margin-left: 10px;
    font-size: 12px;
}


.footPanel{

    border-top: 1px solid #CCCCCC;
    display: flex;
    flex-direction: row;
    height:50px;



}
.footPanel > div{

    flex-grow: 1;
    line-height: 49px;
    text-align: center;
    background: #EFEFEF;
    border-right : 1px solid #CCCCCC;
    font-size: 13px;
    letter-spacing: 1px;
    color: gray;

}
.footPanel > div:hover{

    background: #DDDDDD;
    cursor: pointer;

}



.userPanel{

    -webkit-user-select: none;
    position:  relative;
    height:50px;
    line-height: 50px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;


    color:#EFEFEF;
    font-size: 15px;
    text-shadow:0px 0px 2px gray;

    background:   #333333;


    border-bottom:1px solid gray;


    background-repeat: no-repeat;
    background-position: center;


}

.userPanel:after{

    content: "";
    position: absolute;
    width:10px;
    height:10px;
    background: #333333;

    border-right: 1px solid   gray;
    border-bottom: 1px solid  gray;

    transform: rotate(45deg);
    bottom: -7px;
    right:95px;
    z-index: 1;

}


.userPanel .message{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color:#EEEEEE;
    text-shadow:0 0 3 white;
    letter-spacing: 2px;
}


.userPanelAdmin{

    -webkit-user-select: none;
    position:  relative;
    height:50px;
    line-height: 50px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;


    color:#EFEFEF;
    font-size: 15px;
    text-shadow:0px 0px 2px gray;

    background:   #333333;


    border-bottom:1px solid gray;


    background-repeat: no-repeat;
    background-position: center;


}

.userPanelAdmin:after{

    content: "";
    position: absolute;
    width:10px;
    height:10px;
    background: #333333;

    border-right: 1px solid   gray;
    border-bottom: 1px solid  gray;

    transform: rotate(45deg);
    bottom: -7px;
    right:55px;
    z-index: 1;

}


.userPanelAdmin .message{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color:#EEEEEE;
    text-shadow:0 0 3 white;
    letter-spacing: 2px;
}



.menuWrap{
    width:200px;
}

.menu{
    font-size: 13px;
    background: white;
    height:calc(100vh - 100px);
    border-right: 1px solid #CCCCCC;
    color: #333333;
    overflow-y: auto;

}

.menu > .category{
    position: relative;
    background: #CCCCCC;
    padding:  10px ;

    color: #333333;
    font-size: 15px;
    text-align: center;

    text-shadow:0 0 3px white;
}


.menu > .category:after{
    content: "";
    position: absolute;
    width:10px;
    height:10px;
    background: #CCCCCC;
 

    transform: rotate(45deg);
    bottom: -5px;
    right:calc(50% - 5px);
    z-index: 1;
}

.menu > .subMenu{
    padding: 10px  ;
    border-bottom: 1px solid #f7f7f7;
    text-align: center;
    letter-spacing: 1px;
}


.menu > .subMenu:hover{
    background: #2A6787;
    color: white;
    cursor: pointer;

}


.menu > div:not(.category,.control,.todayData){
    padding: 10px  ;
    border-bottom: 1px solid #f7f7f7;
    text-align: center;
    letter-spacing: 1px;

}

.menu > div:not(.category ,.control, .todayData,.reMark, ._title):hover{
    background: #2A6787;
    color: white;
    cursor: pointer;
}

.menu .control{

    padding: 10px 20px;
    text-align: center;
    margin: 10px 0px;
    font-size: 15px;
    letter-spacing: 1px;

}

.menu .control:hover{

    color: orange;
    font-weight: bold;
    cursor: pointer;
}

.menu a{
    text-decoration: none;
    color: #333333;
}
.menu a:hover{
    color: white;
    font-weight: bold;
}

.menu .sel:not(.control){
    font-weight: bold;
    background: #2A6787;
    color:white;
}

.menu::-webkit-scrollbar {
    width: 4px;
}


.menu::-webkit-scrollbar-track{
    border-radius: 5px;
}

.menu::-webkit-scrollbar-thumb{
    background-color: #CCCCCC;
}

.menu::-webkit-scrollbar-button {
    display: none;
}

.menu::-webkit-scrollbar-corner {
    display: none;
}


.reMark > div{
    padding: 10px  ;
    border-bottom: 1px solid #f7f7f7;
    text-align: center;
    letter-spacing: 1px;
}

.reMark > div:not(._title):hover{
    border-bottom: 1px solid orange;
    color: orange;
    cursor: pointer;
}
