.header__user-menu {
    position: relative;
    float: right;
    margin-right: 15px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: auto;
    margin-left: auto;
}

.header__user-menu:before, .header__user-menu:after {
    display: table;
    content: " ";
}

.header__user-menu > li {
    position: relative;
    display: block;
}

.header__user-menu a {
    outline: none !important;
}

.header__user-menu > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.header__user-menu .dropdown-toggle {
    font-size: 18px;
    padding: 18px 0 0;
}
.header__user-menu .dropdown-toggle {
    padding-bottom: 10px !important;
}
.header__user-menu .open > a {
    border-top: 5px solid #44B770 !important;
    background-color: transparent !important;
    color: #44B770 !important;
    background: 0 0;
    border-color: #337ab7;
}


.header__user-menu .dropdown-toggle {
    font-size: 18px;
    padding: 18px 0 0;
    color: #000;
}
.header__user-menu .open > a {
    border-top: 5px solid #44B770 !important;
}
.header__user-menu > li > a:focus {
    background-color: transparent !important;
    color: #44B770 !important;
}
.header__user-menu .dropdown-toggle:hover {
    text-decoration: none;
}
.header__user-menu .open>a, .header__user-menu .open>a:focus, .header__user-menu .open>a:hover {
    border-color: #337ab7;
    background: 0 0;
}

.login-menu {
    text-overflow: ellipsis;
    max-width: 290px;
    display: inline-block;
    overflow: hidden;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.header__user-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 220px;
    display: block;
}


@media (min-width: 959px) {
    #user-menu ._login {
        margin: 9px 0;
    }
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}
#user-menu ._login, #user-menu ._login a {
    text-align: center;
    text-shadow: 0 0 0 transparent!important;
    outline: 0 !important;
    box-sizing: border-box;
    white-space: normal;
}

.dropdown-menu._close {
    display: none;
}

@media (max-width: 1024px) {
    .page--thanks .main {
        background: none;
        padding-top: 155px;
    }
}

.dropdown-toggle .user-avatar {
    max-width: 25px;
    border-radius: 100%;
}