.login-wrap,
.status {
    position: relative;
    z-index: 30
}

.login-menu span.bubble,
.login-menu span.bubble_menu_notifications {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0)
}

.status>a {
    margin-left: 12px
}

.login-wrap {
    display: inline
}

.login-wrap .login-dropdown {
    background-color: #FFF;
    border: 5px solid #EBEBEB;
    display: block;
    height: 200px;
    left: -9999px;
    padding: 15px;
    position: absolute;
    top: 25px;
    width: 505px;
    background-position: 255px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #999
}

.login-wrap .login-dropdown.selected {
    left: -230px
}

.login-wrap .login-dropdown h3 {
    color: #999;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 18px
}

.login-wrap .login-dropdown .login-social {
    width: 260px
}

.login-wrap .login-dropdown .login-social img {
    margin-bottom: 15px
}

.login-wrap .login-dropdown .login-form {
    width: 235px
}

.login-wrap .login-dropdown label {
    color: #000;
    display: block;
    padding-bottom: 5px
}

.login-wrap .login-dropdown .fields {
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    padding: 3px 5px;
    width: 225px
}

.login-wrap .login-dropdown .checkbox {
    padding-bottom: 10px
}

.login-wrap .login-dropdown .checkbox label {
    display: inline
}

.login-wrap .login-dropdown input[type=submit] {
    background-color: transparent;
    background-image: url(../imgs/bg-btn.png);
    background-repeat: no-repeat;
    border: 0 transparent;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    padding-bottom: 6px;
    text-align: center;
    margin-right: 10px;
    width: 77px
}

.login-wrap .login-dropdown input[type=submit]:hover {
    background-position: 0 -33px
}

.login-wrap .login-dropdown a.forgot {
    color: #30addc;
    font-weight: 400
}

.ie7 .login-wrap .login-dropdown a.forgot {
    margin-top: -10px
}

.login-menu {
    position: relative;
    margin-left: 5em
}

div.arrow {
    width: 69px;
    float: left;
    margin: -20px 20px 0 0px;
}

img.arrow {
    width: 97px;
    height: 55px;
    margin-left: -15px;
    max-width: unset;
}

p.here {
    color: #fff;
    font-size: 13px;
    margin-top: -38px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px #033a03;
}

.login-menu span {
    margin-left: 0px!important;
    letter-spacing: 0.65px;
    background-image: none;
    padding: 1px 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700
}

.login-menu span:hover {
    color: #079c4d;
}

.login-menu .menu {
    background-color: #EBEBEB;
    border: 8px solid #EBEBEB;
    border-radius: 3px;
    display: block;
    left: -9999px;
    padding: 0;
    position: absolute;
    /*top: 35px*/
    top: auto;
    margin-top: 35px;
}

.login-menu .menu.open-menu {
    left: 50px;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.login-menu .menu a {
    width: 242px;
    background-color: #fff;
    padding: 8px;
    position: relative;
    border: solid 2px #ebebeb;
}

.login-menu span.bubble_menu_notifications,
.login-menu span.bubblemenu {
    position: absolute;
    padding: 2px 6px;
    font: 700 .9em Tahoma, Arial, Helvetica
}

.login-menu .menu a:first-child {}

.login-menu .menu a:last-child {}

.login-menu .menu a:hover {
    background-color: #078bcc;
    color: #fff!important;
}

.login-menu span.bubble {
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
    background: -webkit-linear-gradient(top, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -o-linear-gradient(top, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -ms-linear-gradient(top, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: linear-gradient(to bottom, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #F85032;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .28) inset, 0 -1px 0 rgba(0, 0, 0, .1) inset, 0 0 10px rgba(255, 255, 255, .5) inset, 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 1px rgba(0, 0, 0, .1), 0 -1px 2px rgba(255, 255, 255, .26) inset;
    right: -32px;
    top: 3px
}

span#community-num-alert {
    margin: 0 55px 0 0!important
}

.login-menu span.bubblemenu {
    background-image: none;
    border-radius: 3px;
    color: red;
    right: 4px;
    top: 6px
}

#login-dropdown a .bubble {
    background: none;
    border: none;
    box-shadow: none;
    color: red;
    opacity: 1;
    right: 5px;
    top: 6px
}

.menu_notification {
    background-color: rgba(237, 239, 245, .98)
}

.login-menu span.bubble_menu_notifications {
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
    background: -webkit-linear-gradient(top, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -o-linear-gradient(top, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -ms-linear-gradient(top, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: linear-gradient(to bottom, #f85032 0, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #F85032;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .28) inset, 0 -1px 0 rgba(0, 0, 0, .1) inset, 0 0 10px rgba(255, 255, 255, .5) inset, 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 1px rgba(0, 0, 0, .1), 0 -1px 2px rgba(255, 255, 255, .26) inset;
    right: 10px;
    top: 6px
}

.login-menu .menu .nostyle {
    background-color: #EBEBEB;
    border: none;
    border-radius: 0;
    box-shadow: none!important;
    padding: 0;
    width: 243px
}

div.community-icon,
div.community-icon:hover {
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 32px;
    height: 32px
}

div.community-icon {
    background-image: url(../imgs/icon/ic_notifications_24px.svg);
    margin: -10px 30px 0 0
}

div.community-icon:hover {
    background-image: url(../imgs/icon/ic_notifications_on_24px.svg)
}