.MainMenu .MenuOptions .GroupMiniForm h3 {
    color: #333;
}
.MainMenu .MenuOptions .Groups .popover-content > div {
    color: #333;
}
.MainMenu.animated, .FarRightPane.animated, .FavoritesBar.animated,.IMAnchor.animated {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}
.OFFLINE .FarRightPane, .OFFLINE .MenuAction {
    display: none;
}
.MainMenu {
    background-color: #f0f0f0;
    height: 100%;
    min-width: 150px;
    overflow: auto;
    padding: 0;
    position: fixed;
    transition: height 0.5s ease-in-out 0s;
    width: 15%;
    z-index: 3000;
}
.MainMenu .AvatarContainer {
    background-size: cover;
    min-height: 150px;
}
.MainMenu .AvatarContainer a, .MainMenu .AvatarContainer a:visited {
    color: #ffffff;
}
.MainMenu .imageGradient {
    height: 72px !important;
    max-width: none;
    opacity: 0.6;
    filter: alpha(opacity=.6);
    position: absolute !important;
    top: 0;
    width: 100% !important;
}

.MainMenu .TopImageryContainer.SlideUpProfilePreview .imageGradient {
    background: linear-gradient(#333333, rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background: -webkit-linear-gradient(#333333, rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; /*Safari 5.1-6*/
    background: -o-linear-gradient(#333333, rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; /*Opera 11.1-12*/
    background: -moz-linear-gradient(#333333, rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; /*Fx 3.6-15*/
}
.MainMenu .TopImageryContainer.SlideDownProfilePreview .imageGradient {
    background: linear-gradient(#333333, rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background: -webkit-linear-gradient(#333333, rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; /*Safari 5.1-6*/
    background: -o-linear-gradient(#333333, rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; /*Opera 11.1-12*/
    background: -moz-linear-gradient(#333333, rgba(0, 0, 0, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; /*Fx 3.6-15*/
    transition: all .5s ease-in-out 0s;
}
.MainMenu .imageGradient {
    background: #000000 none repeat scroll 0 0 !important;
    transition: all .5s ease-in-out 0s;
}
.MainMenu .TopImageryContainer.SlideUpProfilePreview .imageGradient  {
    background: #000000 none repeat scroll 0 0 !important;
    transition: all 1s ease-in-out 0s;
}
.MainMenu .MyOptions {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 2% 0 0 2%;
}
.CoverAvatar {
    border: 1px solid #ffffff;
    float: left;
    height: 60px;
    margin-right: 5px;
    width: 60px;
}
.CoverAvatar > img {
    background-color: #cccccc;
    width: 100%;
}
.CoverAvatar > img {
    background-color: #cccccc;
    width: 100%;
}
.AvatarContainer > .Name {
    color: #666666;
    font-size: 0.9em;
    font-weight: 700;
    padding: 5px 0 0;
}
.EditProfileLink {
    font-size: 0.8em;
}
.EditProfileLink > a {
    color: #999;
}
.EditProfileLink > a:hover {
    color: #333;
}
.MenuOptions h2.Heading {
    border-bottom: 1px solid #cccccc;
    color: #333;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0 10px 5px;
    position: relative;
}
.MenuOptions h2.Heading i {
    color: #ccc;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}
.MenuOptions h2.Heading i:hover {
    color: #333;
}
.MenuOptions > ul {
    list-style: outside none none;
    margin: 5px 0 0;
    padding: 0;
}
.QuickMenu li a, .QuickMenu li a:visited {
    color: #999999;
    cursor: pointer;
}
.QuickMenu  {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.QuickMenu li {
    color: #999999;
    cursor: pointer;
    font-weight: normal;
    padding: 5px 3px 10px 8px;
}
.QuickMenu li:hover {
    color:#666 !important;
    background-color: #fff !important;
    opacity: 0.75;
}
.QuickMenu a {
    text-decoration: none;
}
.QuickMenu li:hover a {
    color:#666 !important;
}
.QuickMenu li:hover span.MoreLinks {
}
.QuickMenu li i {
    font-size: 1.5em;
    margin-right: 2px;
    position: relative;
    top: 2px;
}
.QuickMenu li:hover .MoreLinks {
    display: block;;
}
ul.Groups li {
    color: #999999;
    padding: 18px 10px 5px 55px;
    position: relative;
}
ul.Groups li:hover, ul.Groups li:hover div {
    background-color: #fff;
    cursor:pointer;
    color:#333;
}
ul.Groups li:hover > i {
    color:#333 !important;
}
ul.Groups li:hover img {
    background-color: #999;
}
ul.Groups li img {
    background-color: #cccccc;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 40px;
}
ul.Groups {
    list-style: outside none none;
    padding-left: 0;
    margin: 5px 0 0;

}
ul.Groups li .fi-widget {
    font-size: 1.25em;
    right: 10px;
    position: absolute;
}
.Groups > li > div {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.MoreLinks {
    display: none;
    position: relative;
}
.QuickMenu .MoreLinks {
    float: right;
    margin-right: 10px;
    top: 6px;
}
.MoreLinks i {
    font-size: 0.8em !important;
    left: -15px;
    position: absolute !important;
}
.MoreLinks i.fi-arrow-up {
    left: -10px;
    top: -4px;
}
.MoreLinks i.fi-arrow-down {
    bottom: -26px;
    left: -10px;
}

.slim .FavoritesBar .Favorite{
    width: 100%;
    transition: width 300ms ease;
}
.FarRightPane {
    background-color: #f0f0f0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 48px;
    width: 15%;
    transition: width 300ms ease;
    z-index: 3750;
}
.slim .FarRightPane{
    width: 3%;
    transition: width 300ms ease;
}
.MainMenu.Hide.slideOutLeft,
.FarRightPane.Hide.slideOutRight  {
    display: none;
}
.NOMENUDISPLAY {
    display:none;
}
.BasicFunctions > div > i:hover, .BasicFunctions > div > div > i:hover {
    color: #ffffff !important;
    text-shadow: 0 0 0 #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
    opacity: 1 !important;
    -webkit-transition: text-shadow .5s; /* Safari 3.1 to 6.0 */
    transition: text-shadow .5s;
}
.BasicFunctions > div > i, .BasicFunctions > div > div > i {
    color: #fff;
}
.AddItemOptions {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 0.6em;
    font-weight: normal;
    left: -150px;
    position: relative;
    width: 200px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.AddItemOptions > div > div {
    padding: 5px 10px;
}
.AddItemOptions > div > div:hover {
    background-color: #f0f0f0;
    color: #666;
}
.AddItemOptions > div > div i {
    margin-right: 10px;
}
.TopImageryContainer {
    height: 72px;
    overflow: hidden;
}
.TopImageryContainer.SlideDownProfilePreview:hover {
}

.TopImageryContainer.SlideDownProfilePreview {
    -webkit-animation-name: DropDownImages; /* Chrome, Safari, Opera */
    -webkit-animation-duration: .5s; /* Chrome, Safari, Opera */
    animation-name: DropDownImages;
    animation-duration: .5s;
    height: auto;

}

/* Chrome, Safari, Opera */
@-webkit-keyframes DropDownImages {
    0%   {height: 72px;}
    100% {height:624px;}
}

/* Standard syntax */
@keyframes DropDownImages {
    0%   {height: 72px;}
    100% {height:624px;}
}

.TopImageryContainer.SlideUpProfilePreview {
    -webkit-animation-name: SlideUpMessages; /* Chrome, Safari, Opera */
    -webkit-animation-duration: .25s; /* Chrome, Safari, Opera */
    animation-name: SlideUpMessages;
    animation-duration: .25s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes SlideUpMessages {
    0%   {height: 624px;}
    100% {height:72px;}
}

/* Standard syntax */
@keyframes SlideUpMessages {
    0%   {height: 624px;}
    100% {height:72px;}
}


.TopImageryContainer .ProfileView {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.8em;
    padding: 10px;
    color: #666;
}
.TopImageryContainer .Categories {
    background-color: transparent !important;
}
.TopImageryContainer .Categories.QuickAccess {
    margin-top: 0;
}
.TopImageryContainer.SlideDownProfilePreview .MyOptions .Name,
    .TopImageryContainer.SlideDownProfilePreview .MyOptions .EditProfileLink,
    .TopImageryContainer.SlideDownProfilePreview .MyOptions .HoverForMore

{
    display: none;
}
.TopImageryContainer .MyOptions .Name {
    font-size: 1em;
    margin-top: 20px;
    line-height: 1em;
}
.TopImageryContainer .Name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    color:#FFFFFF;
    padding:5px;
}
.TopImageryContainer .HoverForMore {
    color: #fff;
    font-size: .7em;
}
.TopImageryContainer .ProfileView .Title {
    font-size: 1.2em;
    font-weight: 700;
}
.TopImageryContainer .ProfileView .Categories.QuickAccess > h1 {
    margin: 20px 0 0;
}
.TopImageryContainer .Categories.Attributes > h3 {
    font-size: 1.25em;
    font-weight: 200;
}

.CloseQuickView {
    color: #999999;
    font-size: 1.25em;
    position: absolute;
    right: 12px;
    top: 156px;
    z-index: 1000;
    cursor: pointer;
}
.CloseQuickView:hover {
    color: #333;
}
.QVOptions {
    color: #eee;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.TopImageryContainer .QVOptions.LessQV {
    display: none;
}
.TopImageryContainer.SlideDownProfilePreview .QVOptions.MoreQV {
    display: none;
}
.TopImageryContainer.SlideDownProfilePreview .QVOptions.LessQV {
    display: block;
}
.TopImageryContainer.SlideUpProfilePreview .QVOptions.MoreQV {
    display: block;
}
.QVOptions i:hover {
    color: #fff !important;
}
.QVOptions i {
    margin-right: 5px;
}
.MobileFuncs {
    display: none;
}
.MobileFuncs .Inner .Options {
    background-color: #f0f0f0;
    border-bottom: 1px solid #cccccc;
    color: #999999;
    float: none !important;
    padding: 10px;
    width: 100% !important;
    max-width: none;
    display: block !important;
    cursor: pointer;
}
.MobileFuncs .Inner .Options:hover {
    background-color: #cccccc;
    color: #666666;
}
.MobileFuncs .arrow-up {
    display: none;
}
.MobileFuncs .badge {
    float: right;
}
.MobileFuncs .Options > i {
    margin-right: 5px;
    float: left;
}
.SmallMenuFunctions > div:last-child {
    margin: 0 0 0 15px !important;
}
.AddlMenus {
    text-align: center;
}
.MobileFuncs div {
    visibility: visible !important;
}
.MobileFuncs .Options .Title {
    display: inline;
}
.MainMenu.slideInLeft.Small {
    overflow: hidden;
    width: 60px !important;
    min-width: 0;
}

.MainMenu.Small .FunctionDesc, .MainMenu.Small .MoreLinks, .MainMenu.Small .TopImageryContainer  {
    display: none !important;
}
.MainMenu.Small .QuickMenu li > i {
    font-size: 2em;
    vertical-align: middle;
}
.MainMenu.Small .TopImageryContainer.SlideUpProfilePreview {
    display: none;
}
.CommomProfileOptions div i {
    font-size: 1.75em;
}
.CommomProfileOptions > div > a > div:hover {
    background-color: #f0f0f0 !important;
    color: #999 !important;
    cursor: pointer;
    transition: all 300ms ease-in;
}
.CommomProfileOptions {
    margin-bottom: 20px;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
}
.MainMenu ul.Groups .AdminOptions.popover.Show {
    display: block;
    margin-left: 52%;
    margin-top: 45px;
    width: 115px;
    z-index: 199;
    overflow: inherit;
    top: 0px;
}
.MainMenu ul.Groups .AdminOptions.popover.bottom > .arrow {
    top: -11px;
    left: 90%;
    background-color: transparent;
}
.MainMenu ul.Groups .popover-content {
    padding: 0;
}
.MainMenu ul.Groups .popover-content > div {
    padding: 5px 0 5px 10px;
}
.MainMenu ul.Groups .AdminOptions.popover.bottom i {
    margin-right: 5px;
}
.CommomProfileOptions {
    background-color: #aaa;
}
.CommomProfileOptions div {
    color: #fff;
}
.CommomProfileOptions a:hover div {
    color: #666;
}
.CommunityManager {
    position: relative;
}
.CommunityManager i.fi-torso {
    position: absolute;
    top: 8px;
    right: -7px;
    display: none;
}
.CMList {
    position: absolute;
    right: 28px;
    background-color: #fff;
    color: #333;
    width: 250px;
    font-size: .8rem;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    top: 30px;
}
.CMList .AttribPersonSearch {
    width: auto;
    position: static;
    box-shadow: none;
    border: 0;
}

.CMList .SearchRow {
    padding: 10px 5px;
}

/*
.MY-CONNECTIONS .CommomProfileOptions div.QuickConnections div.TenantMainHeaderBG.TenantMainHeaderFG,
.TODAY .CommomProfileOptions div.QuickHome div.TenantMainHeaderBG.TenantMainHeaderFG,
.MY-PHOTOS .CommomProfileOptions div.QuickPhotos div.TenantMainHeaderBG.TenantMainHeaderFG,
.INVITE .CommomProfileOptions div.QuickInvite div.TenantMainHeaderBG.TenantMainHeaderFG
{
    color: #999 !important;
    background-color: #f0f0f0 !important;
}
*/