.glyphicon-pro {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-pro-lock:before {
    content: "\1F512";
}

.glyphicon-pro-icon.lock {
    background-position: -140px -949px;
}

.glyphicon-pro-more_windows:before {
    content: "\E155";
}

.glyphicon-pro-icon.more_windows {
    background-position: -188px -709px;
}

.glyphicon-pro-unlock:before {
    content: "\E205";
}

.glyphicon-pro-icon.unlock {
    background-position: -188px -949px;
}

.glyphicon-pro-edit:before {
    content: "\E151";
}

.glyphicon-pro-icon.edit {
    background-position: 4px -709px;
}

.btn-custom-user,.btn-custom-user:hover, .btn-custom-user:focus{
    background-color: transparent !important;
    border: none;
    color:#000;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle-user {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}

.dropdown-menu-user{
    z-index: 999999;
    text-align:left;
}

span.username{
    color: #fff;
    font: 14px Trebuchet MS, Sans-Serif;
    text-transform: capitalize;
}

.caret-custom{
    border-top: 4px solid #fff;
}

.glyphicon-user-custom {
    color: #fff;
}

