﻿.dropdown-header {
    background-color: rgba(0,0,0,0) !important;
    border: 0px !important;    
}

.dropdown-header .dropdown-icon {
    color: white !important;
}

.menu-usuario .dropdown-content .dropdown-content-list {
    width: 240px !important;
    right: 10px !important;
    padding: 0 !important;
}

.item-menu-user:hover {
    background-color: #EEEEEE !important;
}

.item-menu-user i {
    color: rgba(0,0,0,0.54);
    font-size: 18px;
}

.dropdown .dropdown-header {
    padding-left: 0px;
}

.item-menu-user {
    color: rgba(0,0,0,0.87);
    width: 100%;
    text-align: left !important;
    padding: 7px 20px;
}

.menu-user-opcoes {
    border-top: 1px solid #cccccc;
}

.menu-user:hover i {
    color: #6c6c6c !important;
}

.menu-usuario .dropdown-icon {
    color: #fbb130 !important;
}