/* ==========================================================================
   Notifications (Profile)
   ========================================================================== */

.notification-counter {
  position: relative;
  top: -5px;
  display: inline-block;
  background-color: red;
  color: #fff;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 4px;
  line-height: 14px;
  border-radius: 10px;
}

.notifications {
  overflow-y: scroll;
  max-height: 300px;
  border-top: 1px solid #000;
}

.notification {
  position: relative;
  display: block;
/*  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;*/
  font-size: 13px;
  line-height: 17px;
  border-top: 1px dotted #ccc;
  padding: 7px 45px 7px 15px;
}

.notification_unread {
  background-color: #ffc;
}
.notification_unread .notification__seen {
  display: block;
}

.notification:first-child {
  border-top: 0;
}

.notification__seen {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  background: url(/static/css/pub/i/checkbox.png) 0 0 no-repeat;
  cursor: pointer;
}

.notification__link {
  /*border-bottom: 1px solid #000;*/
  text-decoration: underline !important;
}
.b-head-auth {
  width: 115px;
}

.b-head-auth_state_authorized .b-head-auth__dropdown {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 4px solid #000;
  padding-bottom: 0;

  box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.75);
}

.b-head-auth__dropdown {
  line-height: 35px;
}


.b-head-auth__dropdown__userinfo-layout {
  border:0;
}
.b-head-auth__dropdown__userinfo-layout td {
  padding: 5px 15px;
}


.b-head-menu__item_section .b-head-menu__item__link {
  margin-right: 10px;
}