/* icons menu */

.nav-profile {
     text-align: center;
}

.nav-profile-icons {
     margin: auto 0;
     margin-top: 0.2rem !important;
     text-align: center;
     line-height: 1.0;
}

.nav-profile a {
    font-family: "Georgia Italic";
    font-size: 1.1rem;
    color: #AAAAAA;
    margin: 0;
    line-height: 2;
}

.nav-profile-icons a {
    font-family: "League Gothic";
    font-size: 1.1rem;
    color: #AAAAAA;
    margin: 0;
}


.nav-profile-icon-salmon a {
    color: #FF8080;
}

.nav-profile ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.nav-profile ul li {
    display: inline-block;
    padding: 0;
}

.nav-profile li:not(:first-child):before {
    font-family: "League Gothic";
	opacity: 1.0;
    font-size: 1.1rem;
	content: "";
	font-weight: normal;
	margin: 0 0.5rem;
	color: #AAAAAA;
	vertical-align: middle;
	padding-bottom: 0.3rem;
}

.nav-profile-icons li:not(:first-child):before {
    font-family: "League Gothic";
	opacity: 1.0;
    font-size: 1.1rem;
	content: "\0020 \0020 \0020";
	font-weight: normal;
	margin: 0 0.5rem;
	color: #AAAAAA;
	vertical-align: middle;
	padding-bottom: 0.7rem;
}

.nav-profile ul li .selected {
    color: #000000 !important;
}

.nav-profile ul li .white_letters {
    color: #FFFFFF;
}

/*
.nav-profile ul.logged-user li a {
    color: #FF8080 !important;
}

.nav-profile .logged-user li:not(:first-child):before {
	color: #FF8080;
}
*/

.menu-separator {
    width: 0.7rem;
}

/* dropdown */

.dropdown-creation {
    position: relative;
    display: inline-block;
    z-index: 3;
}

.dropdown-creation-content {
    left: 0;
    margin-left: 2rem;
    margin-top: 0rem;
    display: block;
    position: absolute;
    background-color: #FF8080;
    min-width: 3.5rem;
    z-index: 1;
    padding: 0.2rem 1.2rem;
    transition-delay: 500ms;
    visibility: hidden;
}

ul.logged-user div.dropdown-creation-content a {
    font-size: 1.8rem;
    color: white !important;
    text-decoration: none;
    display: block;
}

.dropdown-creation:hover .dropdown-creation-content {
    transition-delay: 0s;
    visibility: visible;
}

/* Notification bell bubble*/

i.notif-bell {
  position: relative;
  cursor: pointer;
}
span.notif-bubble {
  position: absolute;
  font-size: 0.7rem;
  top: -4px;
  right: -3px;
}

/* DEPRECATED. Number of notifications n fa-bubble not being shown now. */
/*
span.notif-num {
  position: absolute;
  font-size: 0.4em;
  font-family: "Georgia";
  text-align: center;
  vertical-align: middle;
  top: -2px;
  color: #fff;
  right: -2.5px;
}
*/

.salmon-color {
    color: #FF8080 !important;
}
