html.dark .authForm hr{ border-color: #000; }
#wpoAuthModForm > *{ background: transparent; color: #000; }
#wpoAuthModForm > h3{ margin: 0 0 10px 0; }
#authLinkRegister{ font-size: 26px; margin: 10px 0 5px 0; }

.extra-area{ display: none; position: absolute; right: 0;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    z-index: 5001;
    min-width: 260px;
}
.extra-wrapper{
    font-size: 15px; padding: 0 15px;
    background-color: rgba(35, 35, 35, 0.9);
    color: #000 !important;
    overflow-y: hidden;
}
.extra-area > .extra-wrapper{ margin-top: 12px; }
.navbar.stuck .extra-wrapper{ margin-top: 20px; }
#moHeader .extra-wrapper{ margin-top: 12px; }

#accMen .extra-wrapper{ cursor: default; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#acc_wrapper.plc { border: 1px solid #ccc; }

.hpopLabel > span > i:before{ font-size: 19px; line-height: 36px; }
#profBlock > span > i:before{ font-size: 22px; }

.hpopLabel, .hpopLabel > *{ -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }
.hpopLabel:hover, .hpopLabel:hover > *{ color: #a8cf20; }

/*#accViewer { position: relative; }*/
#wpoAuthModForm{
    /* Size & position */
    position: absolute; /* For the submit button positioning */
    left: 50%;
    width: 270px;
    margin: 20px 0;
    margin-left: -148px;
    padding: 10px;

    /* Styles */
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    background: white; /* Fallback */
    background: -moz-linear-gradient(#eeefef, #ffffff 10%) !important;
    background: -ms-linear-gradient(#eeefef, #ffffff 10%) !important;
    background: -o-linear-gradient(#eeefef, #ffffff 10%) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff)) !important;
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%) !important;
    background: linear-gradient(#eeefef, #ffffff 10%) !important;
}
/*#wpoAuthModForm:NOT(.open){ display: none; }*/
#wpoAuthModForm .field{
    position: relative; /* For the icon positioning */
    margin: 0px;
}
#wpoAuthModForm .field span{
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 36px;
    width: 36px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 38px; /* 36/42px; */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

#accViewer:NOT(.loggedin) .hpopLabel { color: #ff863b; font-weight: bold; }
#accViewer:NOT(.loggedin) .extra-area{ min-width: 320px; }
#accViewer.loggedin .authBlockBtn { color: #a8cf20; }

#pseudoWrapper{ display: block; max-width: 250px; font-weight: bold; height: 1.7em; line-height: 1.7em; margin: 6px 0; text-align: right; }
#authBlock > i{ height: 2.5em; line-height: 2.5em; margin-right: 6px; }

#wpoAuthModForm input[type=text],
#wpoAuthModForm input[type=email],
#wpoAuthModForm input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    
    width: 100%;
    height: 36px !important;
    padding: 13px 18px 10px 45px !important;
    vertical-align: top;
    
    border: none;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777 !important;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
#wpoAuthModForm input[type=email] {
    margin-bottom: 10px !important;
    padding-top: 14px;
}
#wpoAuthModForm input[type=email]:hover ~ span,
#wpoAuthModForm input[type=password]:hover ~ span {
    color: #52cfeb;
}
#wpoAuthModForm input[type=email]:focus ~ span,
#wpoAuthModForm input[type=password]:focus ~ span {
    color: #42A2BC;
}
#wpoAuthModForm input[type=email]:focus,
#wpoAuthModForm input[type=password]:focus,
#wpoAuthModForm button[type=submit]:focus {
    outline: none;
}

#wpoAuthModForm .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 67px;
    right: -25px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
#wpoAuthModForm .submit:after {
    /* Size and position */
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 30px;

    /* Styles */
    background: #ffffff;
    
    /* Other masks trick */
    box-shadow: 0 62px white, -32px 31px white;
}
#wpoAuthModForm button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.4em !important;
    line-height: 1.75em !important;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}
#wpoAuthModForm button:hover,
#wpoAuthModForm button[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#wpoAuthModForm button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

#abSubButton {
    position: absolute; /* For the submit button positioning */
    left: 50%;
    width: 300px;
    margin: 0;
    margin-left: -160px;
    top: 170px;
    text-align: right;
    letter-spacing: .1em;
    font-size: 16px;
}
#wpoAuthModForm:NOT(.open) + div#abSubButton{ top: 216px; }
#abSubButton > a{ display: block; width: 100%; color: #fff; }

#wpoMemberBlock{ width: 100%; text-align: left; font-size: 14px; line-height: 20px; }
#wpoMemberBlock > ul { font-size: 16px; margin-left: auto; margin-right: auto; list-style: none; padding-left: 0px; margin-top: 2px; }
#wpoMemberBlock > ul > li { line-height: 30px; margin-left: 30px; }
#wpoMemberBlock > ul > li.wpoWrapper{ text-align: left; font-weight: bold; margin-left: 0px; }
#wpoMemberBlock > ul > li hr { margin: 6px 0px; }
#wpoMemberBlock a{ color: #fff; text-decoration: none; }
#wpoMemberBlock a:hover{ color: #a8cf20; }

#prof-area{ min-width: 180px; }
#profSwitcherHead{ color: #fff; font-weight: bold; margin: 25px 0 5px 0; }
#profSwitcherWrapper input{ display: none; }
#prof_wrapper{ min-height: 160px; }
#prof_wrapper .profSwitcherRow > div{ display: block; height: 50px; line-height: 50px; margin: 0 10px; position: relative; padding-left: 40px; }
#prof_wrapper .profSwitcherRow > div i{ padding-right: 0; }
#prof_wrapper .profSwitcherRow > div i:before{ font-size: 30px; position: absolute; left: 0; top: 10px; }
#prof_wrapper .profSwitcherRow > div span{ line-height: 50px; max-width: 230px; white-space: nowrap; overflow: hidden; display: inline-block; }
#prof_wrapper .profSwitcherRow > div > label, #prof_wrapper a{ color: #fff; -webkit-transition: color 0.4s; -o-transition: color 0.4s; transition: color 0.4s; text-decoration: none; font-weight: normal; }
#prof_wrapper .profSwitcherRow > div > label:hover, #prof_wrapper a:hover{ color: #a8cf20; cursor: pointer; }

@media screen and (max-width: 992px){
    .extra-area{ top: 38px; }
}
@media screen and (max-width: 550px){
    .extra-area{ min-width: 320px; }
    .extra-wrapper{ margin-top: 0 !important; }
    #accMen{ position: absolute; top: -6px; right: 0; width: auto; z-index: 102; line-height: 37px; }
    #pseudoWrapper{ max-width: 200px; }
}
@media screen and (max-width: 360px){
    #pseudoWrapper{ max-width: 120px; }
}



