﻿.Controls.User > a {
    display: inline-block;
    /*     background-color: #0076e3; */
    /* padding: 0 15px; */
    text-decoration: none;
    /* margin-left: -35px; */
    /* margin-right: 40px; */
    /* float: right; */
    font-size: 14px;
    height: 16px;
}

    .Controls.User > a:nth-child(1) > span {
        border-right: 1px solid #0076e3a8;
        padding-right: 4px;
    }

    .Controls.User > a:hover {
        background-color: #6cb6f3;
        text-decoration: none;
    }

    .Controls.User > a > span {
        line-height: 17px;
        display: block;
        height: 17px;
        /* color: #fff; */
        text-decoration: none;
    }

    .Controls.User > a > .img > img {
        width: 100%;
        max-height: 100%
    }

.Name-LogOut {
    /* float: right; */
    /* margin-right: 30px; */
    /* display: contents; */
    /* text-align: center; */
}


    .Name-LogOut .images {
        /* padding-right: 10px; */
        /* padding-left: 10px; */
        display: block;
        border-radius: 3px;
        margin-left: 4px;
        margin-top: 3px;
        margin-right: 0px;
    }

        .Name-LogOut .images img {
            border-radius: 50%;
            width: 33px;
            height: 33px;
            /* object-fit: cover; */
        }

            .Name-LogOut .images img:hover {
                border: 1px solid #0b0b0c;
            }

    .Name-LogOut .logout {
        width: 100%;
        margin-left: 35px;
        margin-top: -19px;
    }

        .Name-LogOut .logout > a {
            text-decoration: none;
        }

    .Name-LogOut .money button.btn {
        height: 44px;
    }

    .Name-LogOut .canhan {
        display: -webkit-box;
        background: #8399a4;
        border: 1px solid #00000000;
        padding-left: 6px;
        margin-left: 8px;
        border-radius: 4px;
    }


    .Name-LogOut .btn-group {
        margin-left: 0px;
    }

    .Name-LogOut .loadmoney {
        background-color: #7e95a0;
        padding: 4px 8px 4px 8px;
        border-radius: 4px;
        color: white;
        font-size: 15px;
        height: 47px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .Name-LogOut button#dropdownMenuButton {
        background-color: #7f96a1;
        color: white;
        font-size: 15px;
        padding: .5rem .8rem;
        /*        line-height: 1.25;*/
    }

    .Name-LogOut .row {
        display: -webkit-box;
    }

    .Name-LogOut .dropdown-item {
        display: block;
        width: 100%;
        padding: 3px 1.5rem;
        clear: both;
        font-weight: 400;
        color: #337ab7;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
    }

        .Name-LogOut .dropdown-item:focus, .dropdown-item:hover {
            color: #2b2d2f;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .Name-LogOut .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .3em;
        vertical-align: middle;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
    }

/*.Name-LogOut .btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.25;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .5rem 1rem;
        font-size: 1rem;
        border-radius: .25rem;
    }*/

/*@media (max-width: 768px) {
    .Name-LogOut {
        margin-left: 68px;
    }
}*/
