body {
    font-family: 'Verdana', sans-serif;
    margin: 0;
    padding: 0;
}

.iframe-content {
    border: 0;
    width: 100%;
    height: 100%;
}

#content {
    margin-left: 380px;
    vertical-align: baseline;
}

header h1 {
    font-weight: 100;
    margin-bottom: 0;
}

.sidebar {
    width: 380px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2849A0;
    color: #fff;
    position: fixed;
}

.sidebar header {
    padding: 12px;
    height: 100px;
}

.sidebar header h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.sidebar header span {
    font-size: 18px;
}

.sidebar footer {
    position: absolute;
    bottom: 0;
    padding: 12px;
    height: 50px;
}

.sidebar .info {
    position: relative;
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}

/*sidebar list*/
.sidebar section {
    position: absolute;
    top: 120px;
    bottom: 80px;
    height: auto;
    overflow-y: scroll;
    width: 100%;
}

.tree, .section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tree {
    background: #2849A0;
}
.tree::-webkit-scrollbar {
    display: none;
}
.tree li {
    border-bottom: 1px solid #6179B6;
    padding: 6px 0px 6px 6px;
}
.tree li:last-child {
    border: 0;
}
.tree li a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.section ul {
    display: none;
}
.section input:checked ~ ul {
    display: block;
}

.section input[type=checkbox] {
    display: none;
}

.section {
    position: relative;
    padding-left: 18px !important;
}
.section label:after {
    content: "\203A";
    position: absolute;
    top: -2px;
    left: 0;
    padding: 7px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s;
}
.section input:checked ~ label:after {
    color: #fff;
    transform: rotate(90deg);
}

.section ul {
    margin-top: 4px;
}
.section ul li {
    color: #fff;
}

/*sidebar list end*/

@media screen and (max-width: 800px) {
    .sub-menu {
        display: none;
    }

    .sidebar {
        /* width: 100%;*/
        width: auto;
        height: auto;
        position: relative;
    }

    #content {
        margin-left: 0 !important;
    }

    .content-infos {
        display: none;
    }
}
