
#login_state {
  font-family:"Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma;
  font-weight:normal;
  position:fixed;
  top:10px;
  right:5px;
  padding-right:20px;
  padding-left:30px;
  z-index:2000000;
  font-size:14px;
  text-align:right;
  color:white;
  background-color:transparent;
  
}

#login_state, #login_state * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#login_state > span {
  cursor:pointer;
  margin-right:10px;
  line-height:35px;
  height:35px;
  color:#f8f8f8;
  font-size:18px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  font-weight:bold;
}

#login_state > span *:not(#unread_count) {
  text-shadow:none;
  font-size:14px;
}

#login_state > span:hover {
  text-decoration:underline;
}

#account_dropdown {
  position:absolute;
  right:20px;
  top:28px;
  text-align:left;
  border:1px solid #e6e6e6;
  background-color:#ffffff;
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
  padding-bottom:10px;
  line-height:25px;
}
#account_dropdown.hidden {
  display:none;
}
#account_dropdown a {
  display:block;
}


.login.signup {
  margin-top:20px;
}
.login.forgotpassword {
  margin:10px;
}

.login.error {
  padding-top:10px;
}

.signup.email, .signup.password, .signup.first_name, .signup.last_name, .reset_password.password, .forgot_password.email, .change_email.email {
  border-radius:4px;
  border:1px #CCCCCC solid;
  font-family:Merriweather,Helvetica, Geneva, sans-serif;
  font-size:15px;
  padding:5px;
}

.login.email {
  border-radius:4px;
  border:1px #CCCCCC solid;
  font-family:Merriweather,Helvetica, Geneva, sans-serif;
  font-size:15px;
  padding:5px;
}
.login.password {
  border-radius:4px;
  border:1px #CCCCCC solid;
  font-family:Merriweather,Helvetica, Geneva, sans-serif;
  font-size:15px;
  padding:5px;
}

.login.submit, .signup.submit, .confirm_email.submit, .reset_password.submit, .forgot_password.submit, .change_email.submit {
  -webkit-appearance: none;
  background-color:#f72903;
  border:0px none;
  font-size:20px;
  color:white;
  padding:10px;
  cursor:pointer;
  font-family:Merriweather,Helvetica, Geneva, sans-serif;
  margin-top:20px;
  margin-bottom:20px;
}

.login.close, .signup.close, .forgot_password.close, .change_email.close {
  cursor:pointer;
  position:absolute;
  top:0px;
  right:0px;
  font-size:25px;
  font-weight:bold;
  text-decoration:none;
  color:#B0B0B0;
}

#notifications_dropdown {
  position:absolute;
  right:0px;
  top:26px;
  border-radius:2px;
  border:1px solid #E6E6E6;
  background-color:#FFFFFF;
  color:#000000;
  display:block;
  text-align:left;
  width:350px;
  line-height:100%;
}

#login_state #notifications_dropdown {
  right:20px;
  top:28px;
}

#notifications.inactive #notifications_dropdown {
  display:none;
}

#notifications_dropdown .notifications_bar, #notifications_dropdown .notifications_footer {
  position:relative;
  min-height:19px;
  float:left;
  width:100%;
  font-family:Ubuntu,sans-serif;
  padding:0px;
  background-color:#ffffff;
  clear:both;
}

#notifications_dropdown .notifications_bar {
  border-bottom:1px solid #E6E6E6;
}

#notifications_dropdown .notifications_footer {
  border-top:1px solid #E6E6E6;
}

#notifications_dropdown .notifications_bar .notifications_title {
  font-weight:bold;
  float:left;
  margin:6px;
}

#notifications_dropdown .notifications_bar .notifications_mark {
  float:right;
  color:#2B86CD;
  margin:6px;
}
#notifications_dropdown .notifications_bar .notifications_mark:hover {
  text-decoration:underline;
}

#notifications_dropdown .notifications {
  position:relative;
  max-height:300px;
  width:100%;
  overflow-y:auto;
  overflow-x:hidden;
  overflow-scrolling:touch;
  -webkit-overflow-scrolling:touch;
  margin-bottom:-1px;
}

#notifications_dropdown .notification {
  position:relative;
  width:100%;
  float:left;
  font-family:'Arial',Georgia,Times,serif;
  font-size:13px;
  border-bottom:1px solid #E6E6E6;
  min-height:72px;
}

#notifications_dropdown .notification.no_activity {
  text-align:center;
  color:#676767;
  font-size:12px;
  line-height:60px;
  height:60px;
}

#notifications_dropdown .notification.unread {
  background-color:#EEEEEE;
}

#notifications_dropdown .notification:hover {
  background-color:#E6E6E6;
}

#notifications_dropdown .notification .notification_icon {
  position:absolute;
  left:6px;
  top:6px;
  width:80px;
  height:60px;
  margin-right:10px;
  margin-left:0px;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  background-size:cover;
  background-position:center;
}

#notifications_dropdown .notification .notification_content {
  padding-left:96px;
  margin-top:6px;
  width:235px;
}

#notifications_dropdown .notification .exerpt {
  text-overflow:ellipsis;
  word-wrap:break-word;
}

#notifications_dropdown .notification .exerpt:before {
  content:'"';
}

#notifications_dropdown .notification .exerpt:after {
  content:'"';
}

#notifications_dropdown .notification .notification_time {
  padding-left:96px;
  width:235px;
  color:#676767;
  font-size:10px;
  margin-bottom:6px;
}

#notifications_dropdown .notification .name {
  margin:0px;
  font-weight:bold;
}

#notifications_dropdown .load_more {
  -webkit-appearance: none;
  width:100%;
  margin:0px;
  background-color:#F9F9F9;
  border:0px none;
  font-size:12px;
  color:#D6D6D6;
  padding:7px;
  cursor:pointer;
  font-family:Ubuntu,sans-serif;
  font-weight:bold;
  text-transform:uppercase;
}

#notifications_dropdown .load_more:hover {
  background-color:#E6E6E6;
  color:#000000;
}