.parrots-user-account-table-row {  
    display: flex;
    height: 100%;
    width: 100%;
    .wrapper-space { 
        display: flex;
        width: 6%; 
    }
    .wrapper-icon { 
        display: flex;  
        height: 100%;
        justify-content: center;
        align-items: center; 
        width: 5%; 
    }
    .icon-right {
        display: flex;  
        height: 100%; 
        align-items: center;
        justify-content: center; 
        &:before { 
            cursor: pointer;  
            content: "E";
            font-family: 'PhloxGlyphicons';
            font-size: 10pt; 
        } 
    } 
    .icon-down {
        display: flex;  
        height: 100%;  
        align-items: center;
        justify-content: center;
        color: @CLR_BRAND;
        &:before { 
            cursor: pointer;  
            content: "K";
            font-family: 'PhloxGlyphicons';
            font-size: 10pt; 
        } 
    }
    .icon-sub {
        display: flex;  
        height: 100%;  
        align-items: center;
        justify-content: center;
        color: @CLR_BRAND;
        &:before { 
            cursor: pointer;  
            content: "z";
            font-family: 'PhloxGlyphicons';
            font-size: 15pt; 
        } 
    }  
    .wrapper-label-group-name {
        display: flex;
        position: absolute;
        height: 100%;
        align-items: center;
        font-weight: bold;
        margin-left: 3%;
    } 
    .icon-selected-user {
        display: flex;
        position: absolute;
        right: 8.5%;
        height: 100%;
        align-items: center; 
        color: extract(@CLR_P, 4);
        &:before {   
            content: "y";
            font-family: 'PhloxGlyphicons';
            font-size: 16pt; 
        } 
    }  
}