#body {
    background: #FFFFFF !important;
}

#main {
    width: 65% !important;
    margin-right: 5% !important;
}

#headerTitle {
    background: white;
    display: inline-block;
    width: 70%;
}

#headerTitle h1 {
    width: 70%;
}

#sidebarUser {
    float: right;
    text-align: right;
    font-size: 10px;
}

#box-search {
    display: inline-block;
    padding: 10px;
    width: 30%;
}

div#sidebarUser>span {
    font-size: 12px;
}

div#sidebarUser>label {
    font-size: 12px;
}

#box-search ul, #box-search li {
    display: inline-block;
    text-decoration: none;
}

#navbar {
    padding-bottom: 0.5em;
    float: left;
    width: 16%;
    padding: 1em 0em 1em 0em;
    height: 100%;
    margin-left: 5%;
    margin-right: 20px;
}

#navbar #box-capa {
    font-size: 12px;
}

#navbar #box-capa #capa {
    background: red;
    height: 100px;
    width: 50%;
    min-width: 90px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

#navbar ul.menu li {
    display: block;
    height: 32px;
    background: #008de2;
    margin: 5px 0;
    border-radius: 3px;
}