@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.4.1/css/all.css);

/*----------------------------------------*/


/**
* reset
*/

body,
section,
article,
nav,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}


/*----------------------------------------*/

details,
main,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: button;
}

a {
    color: inherit;
    text-decoration: none;
}

p.backManage a {
    display: block;
    color: #d7b1e7;
    padding: 15px 30px 15px 15px;
    display: block;
    position: relative;
}

p.backManage a:hover {
    background-color: #9966ad !important;
}

p.backManage a:before {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    position: absolute;
    right: 15px;
}

.menu {
    font-size: 0.95em;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu figure {
    display: block;
    margin: 0;
    background-color: #fff;
}

.menu figure a {
    padding: 8px 30px 8px 25px;
    display: block;
    position: relative;
    border-bottom: 1px solid #666;
}

.menu figure a:hover {
    background-color: #999 !important;
}

.menu figure a.active {
    color: #fff;
    background-color: #999;
}

.menu figure>a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    position: absolute;
    right: 15px;
}

.menu h2 {
    font-size: 18px;
    padding: 10px;
    padding: 20px 10px 10px 10px;
    border-bottom: 2px solid #333;
}
.menu h2 a{
    display: block;
}

.menu h3 {
    cursor: pointer;
    padding-left: 15px !important;
    position: relative;
        font-weight: normal;
}

.menu h3:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    right: 15px;
    font-weight: bold;
}
.menu h3:hover,
.menu h3.open{
    background-color: #ddd;
}
.menu h3.open:before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    right: 15px;
}

.menu h3.noToggle {
    padding: 0 !important;
}

.menu h3.noToggle a {
    display: block;
    padding: 0.5em;
    position: relative;
}

.menu h3.noToggle:before {
    content: "";
}

.menu h3.noToggle a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    right: 15px;
    position: absolute;
}

.menu div {
    background-color: #eee;
}

.menu div.hide {
    display: none;
}

ul>li>ul li a {
    padding: 5px 30px 5px 30px;
    display: block;
    position: relative;
}

ul>li>ul li a:before {
    content: "\f0da";
    font-weight: 900;
    text-align: center;
    position: absolute;
    right: 15px;
}
