
#wrapper {
    width: 100%;
    height: 100%
}

#page_data {
    width: 70%;
}

#menu {
    width: 30%;
    background-color: #F2F2F2;
}

.b2w {
    background: url('/img/b2w.png') no-repeat;
    overflow: hidden;
    height: 72px;
    min-width: 300px;
    display: block;
    margin: 5px 5px 0 25px;
    font-size: 35px;
    padding-left: 60px;
    line-height: 68px;
}

.content {
    margin: 15px;
}

h1 {
    clear: left;
    color: rgb(51, 51, 51);
    display: block;
    font-family: 'Segoe UI', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
}

p {
    font-size: 16px;
    line-height: 1.7em;
}

.nav {
    padding-left: 20px
}

.word_highlight {
    background-color: #FFFF00;
}

#title, #content {
    padding: 15px
}

.short_text {
    margin-bottom: 30px;
}

.icon-home {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.icon-home:before {
    content: "\e021";
}

h1[contenteditable=true] {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.adm_bar span.label {
    cursor: pointer;
    margin-right: 5px
}

.treeview li.active > a {
    color: #468847
}

.path {
    margin: 10px 0;
    display: block;
}

.secret {
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px
}

.secret:hover {
    opacity: 1;
    transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -webkit-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
}
li.notInMenu>a{color:#CDCDCD}
.inner{color:#f0ad4e}