/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 21, 2020, 3:07:09 PM
    Author     : odetig
*/

.active_user > a::before{
    content:'';
    background-image:url('/img/account.png');
    width:2em;
    height:2em;
    display:inline-block;
    background-repeat:no-repeat;
    background-size:100%;
    vertical-align:middle;
    margin-right:0.5em;
}
.active_user > a{
    color:#555;
    vertical-align:middle;
    font-weight:bold;
}
.active_user{
    display:inline-block;
}
.active_user::before,
.header_menu a[data-id="backend_link"]::before{
    content:'';
    height:1.5em;
    display:inline-block;
    margin-left:0.5em;
    margin-right:0.5em;
    border-left:1px solid black;
    vertical-align:middle;
}
