/* Styles for Login and Profile (logged in) dropdown menu */

#block-nesi-login-modal-nesi-login-modal-menu ul li {
  background-image: none;
  width: 100%;
}

#block-nesi-login-modal-nesi-login-modal-menu ul li a {
  background-image: none;
  border: 0 none;
  color: #A1A3A4;
  font-size: 14px;
  height: auto;
  margin: 24px 10px 24px 0;
  text-align: left;
  width: auto;
}

#block-nesi-login-modal-nesi-login-modal-menu ul li a:hover {
  background-image: none;
}

.logged-in #block-nesi-login-modal-nesi-login-modal-menu ul li a {
  background: url(../assets/img/arrow-dropdown.png) right center no-repeat;
  filter: inherit;
  padding: 0 29px 0 0;
}

.logged-in #block-nesi-login-modal-nesi-login-modal-menu ul li a:hover {
  background: url(../assets/img/arrow-dropdown.png) right center no-repeat;
}


/* ---- */

/* User profile dropdown menu */
#block-nesi-login-modal-nesi-login-modal-menu ul.dropdown-menu {
  background: transparent;
  border: 0;
  box-shadow: 0 0 0 transparent;
  margin-top: 5px;
  width: 394px;
  border-radius: 0px;
  padding: 0 3px;
}

/* ---- */



.navbar .nav > li > .dropdown-menu:after,
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
  display: none;
}

#nesi-user-profile-dropdown li {
  background: #f2f2f2;
  border-bottom: 1px solid #e7e6e6;
  border-left: 1px solid #e7e6e6;
  border-right: 1px solid #e7e6e6;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}

#nesi-user-profile-dropdown li#nesi-user-picture {
  background: #fff;
  border: 0;
  height: auto;
  margin: 0 -3px;
  padding: 0;
  position: relative;
  width: 400px;
}

#pnav #nesi-user-profile-dropdown li .user-picture a {
  background: transparent;
  margin: 0 18px 0 0;
  padding: 0;
}

#nesi-user-profile-dropdown .nesi-user-picture {
  border: 1px solid #e7e6e6;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #4b5b68;
  padding: 29px 18px 26px;
}

#nesi-user-profile-dropdown .nesi-user-picture h2 {
  color: #4b5b68;
  font-size: 17px;
  line-height: 36px;
  margin-top: 0;
}

#nesi-user-profile-dropdown .nesi-user-picture h3 {
  color: #4b5b68;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

#nesi-user-profile-dropdown .nesi-user-picture p {
  color: #404040;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 12px;
}

#pnav #nesi-user-profile-dropdown li a {
  background: transparent;
  color: #4b5b68;
  display: block;
  font-size: 15px;
  line-height: 50px;
  margin: 0;
  padding: 0 27px;
}

#pnav #nesi-user-profile-dropdown li:hover a,
#pnav #nesi-user-profile-dropdown li a:hover {
  background: transparent;
}

#nesi-user-profile-dropdown li#nesi-base-actions {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#nesi-user-profile-dropdown ul.nesi-base-actions {
  width: 394px;
}

#nesi-user-profile-dropdown .nesi-base-actions li {
  background: transparent;
  border: 0;
  float: left;
  padding: 6px 15px;
  width: 167px;
}

#nesi-user-profile-dropdown .nesi-base-actions li.pull-right {
  float: right;
  text-align: right;
}

#pnav #nesi-user-profile-dropdown .nesi-base-actions li>a {
  background: #faf9f9;
  border: 1px solid #e7e6e6;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 16px;
  text-align: center;
  width: auto;
}

