.header_user_info ul {
    margin-bottom: 0;
    position: relative
}
.header_user_info ul,
.header_user_info li {
    line-height: 39px
}
.header_user_info a {
    color: #4d4d4d;
    font-weight: 400;
    display: block;
    padding: 8px 9px 8px 50px;
    cursor: pointer;
    font-size: 14px;
    line-height: 39px;
    width: 220px;
    background: url(./img/user_top.png) 0px 8px no-repeat;
    position: relative;
    margin: 15px auto 0;
}
.header_user_info li + li {
    /*  display: none; */
}
.header_user_info ul {
    display: block;
    right: 0;
    z-index: 99;
}

/* .header_user_info li + li a
{
    margin-top: 0;
    width: 80% !important;
    position: relative;
    padding: 8px;
    text-align: center;
    z-index: 99;
    background: #fff;
} */

.header_user_info a.logout:after,
.header_user_info a.logout:before {
    content: none
}
.header_user_info a:before {
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 2px;
    color: #0E80BF;
    font-size: 20px;
}
.header_user_info .arrow_class:after {
    font-family: 'Ico';
    content: '\e91c';
    position: absolute;
    right: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-size: 12px;
}
.header_user_info .arrow_class:hover:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.header_user_info a:hover:before {
    color: #FF5023
}
@media (max-width: 479px) {
    .header_user_info li {
        min-height: 55px;

    }
    .header_user_info a {
        font-size: 11px;
        width: 100%;
        line-height: 1;
        vertical-align: middle;
        display: table-cell;
        height: 53px;
        position: unset;
    }
    .header_user_info a span {}
}
.logged_user {
    width: 80% !important
}

/*# sourceMappingURL=blockuserinfo.css.map */

.header_user_info .more_options {
    display: none;
    position: absolute;
    left: 20px;
    top: 99%;
    max-width: 200px;
    background: #fff;
    padding-top: 15px;
}
.header_user_info:hover .more_options {
    display: block !important
}
.header_user_info .more_options:hover {
    display: block !important
}
.header_user_info .more_options li {
    background: #fff;
    position: relative;
}
.header_user_info .more_options li a {
    background: #fff !important;
}
.header_user_info .more_options a:after {
    content: none
}
.header_user_info .more_options a:before {
    font-family: 'Ico';
    content: '\e91c';
    position: static;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 12px;
    color: #FF5023;
    margin-right: 10px
}
.header_user_info .more_options a {
    margin: 0;
    width: 100%;
    padding: 5px 0 5px 20px;
    line-height: 1;
    font-weight: 300;
    font-size: 14px;
}
.header_user_info .more_options a.logout:hover {
    background: #FF5023 !important;
}
.header_user_info .more_options a.logout {
    border-top: 1px solid #c4c4c4;
    background: #556080 !important;
    padding: 5px 7px;
    margin: 16px auto 16px;
    max-width: 100px;
}
.header_user_info .more_options a.logout:before,
.header_user_info .more_options a.logout:after {
    content: none
}
@media(max-width: 767px) {
    .header_user_info a {
        margin-top: 0
    }
}
