/******************************************* // HEADER */
.app-header {
    height: 100px;
    background-color: #000;
}

.app-header .navbar-brand {
    width: 200px;
    height: 85px;
}

.app-header .navbar-brand {

    position:relative;
    top: 0;
    left: 0;
    margin:0;

}

.header-fixed .app-body {
    margin-top: 100px;
}

.sidebar-fixed .app-header + .app-body .sidebar {
    height: calc(100vh - 85px);
}

.app-header .nav-item .avatar.nav-link > img,
.app-header .nav-item .nav-link > .img-avatar {
    height: 55px;
    margin:0;
    border:2px solid #c8ced3;
}

/******************************************* // SIDEBAR */
#sidebar-toggler
{
    position: absolute;
    right: -30px;
    z-index: 1020;
    background-color:#3a4248;
    border-radius: 0 calc(.25rem - 1px) calc(.25rem - 1px) 0;
}

#sidebar-toggler a
{
    display:block;
    width: 30px;
    padding: .75rem 0;
    border-radius: 0 calc(.25rem - 1px) calc(.25rem - 1px) 0;
    color: #ffffff;
    text-align: center;
    /* rules disable glow */
    outline: none;
    box-shadow:none !important;
    border:1px solid transparent !important;
}

#sidebar-toggler a:hover
{
    color: #20a8d8;
}

/* SIDEBAR // */

/******************************************* // MAIN */
.breadcrumb
{
    padding: .75rem 1rem .75rem 50px;
}
/* MAIN // */

/******************************************* // ASIDE */
#aside-toggler
{
    position: absolute;
    left: -30px;
    z-index: 1020;
    background-color:#b8bec3;
    border-radius: calc(.25rem - 1px) 0 0 calc(.25rem - 1px);
}

#aside-toggler a
{
    display:block;
    width: 30px;
    padding: .75rem 0;
    border-radius: calc(.25rem - 1px) 0 0 calc(.25rem - 1px);
    color: #73818f;
    text-align: center;
    /* rules disable glow */
    outline: none;
    box-shadow:none !important;
    border:1px solid transparent !important;
}

#aside-toggler a:hover
{
    color: #2f353a;
}
/* ASIDE // */