#header .login p{
    text-decoration: none;
}
#header {
    height: 50px;
    max-height: 50px;
    border: 1px solid honeydew;
    background: rgba(250,250,250,.85);
    min-width: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
#header .header a{line-height: 14px;margin-bottom: 0; user-select: none;}
#header .header{
    height: 50px;
}
/*TODODISABLED*/
#header .logo.header a.clickable{
    display: none;
}

#header .header img{
    width: 200px;
    cursor: pointer;
}

#header .fa-user{
    color: #333;
}

#userdropdown {
    top: 50px;
    text-align: center;
    position: fixed;
    width: 200px;
    height: 44px;
    z-index: 99;
    background: rgba(250,250,250,.85);
    display: none;
}

#userdropdown .row{
    margin-top: 0px;
}

#userdropdown .row > *{
    padding-left: unset;
    padding-right: unset;
}

#sidemenu {
    left: 0px;
    text-align: center;
    position: fixed;
    width: 200px;
    height: calc(100% - 50px);
    transition: height 0.6s;
    z-index: 999;
    top: 50px;
    background: rgba(250,250,250,.85);
    border-right: 1px solid rgba(250,250,250,.85);
    display: none;
}

#sidemenu .menu-container{
    position: absolute;
    height: 100%;
    width: 100%;
}

#sidemenu .row > *{
    padding-left: unset;
    padding-right: unset;
}

#sidemenu .bottom{
    bottom: 0px;
    position: absolute;
    width: 100%;
}
#sidemenu .accordion-button:not(.collapsed){
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    color: #333333;
    background-color: white;
}

#sidemenu .accordion-button:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}

#sidemenu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
#sidemenu .item-item{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: black;
    line-height: normal;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    width: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    height: 40px;
}


#sidemenu .accordion-body{
    padding: 0px;
}

#sidemenu a:hover, a.hover{
    opacity: 0.85;
    color: white;
    background-color: #333;
}