﻿.userdropdown {
    position: relative;
}

    .userdropdown .dropdown {
        right: 0;
        width: 210px;
        z-index: 1000;
        padding: 5px 0;
        margin-top: 10px;
        position: absolute;
        background: #FFF;
        border-radius: 4px;
        border: 1px #CCC solid;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

        .userdropdown .dropdown .dropdown {
            margin: 0;
            top: -29px;
            left: 200px;
            position: relative;
        }

    .userdropdown .dropdown-item {
        width: 100%;
        height: 28px;
        color: #000;
        display: block;
        padding: 0 10px;
        background: none;
        text-align: left;
        line-height: 28px;
        position: relative;
        text-decoration: none;
    }

        .userdropdown .dropdown-item:hover {
            background: #C2C9D0;
        }

        .userdropdown .dropdown-item a {
            width: 100%;
            color: #333;
            display: block;
            text-decoration: none;
            text-transform: capitalize;
        }

        /*.userdropdown .dropdown-item .dropdown-toggle:after {
            color: #333;
            content: "";
            font: normal 10px "FontAwesome";
            position: absolute;
            right: 10px;
            top: 7px;
        }*/

    .userdropdown .dropdown-divider {
        height: 1px;
        margin: 5px 0;
        display: block;
        border-bottom: 1px #ccc solid;
    }

#dropdown-click-backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    position: fixed;
    background: none;
}
