.Collaborate > .Container {

}
/*  Optional full width toggle
.MenusClosed .Collaborate.Home.container {
    transition: width 0.3s ease-in-out 0s;
    width: 100%;
}
.MenusOpen .Collaborate.Home.container {
    transition: width .3s ease-in-out 0s;
    width: 70%;
}
*/
.Collaborate > .Container:after {
    content: ' ';
    display: block;
    clear: both;
}
.Container > div {
    float:left;
}
.BigCoverPhoto {
    float: none!important;
}
/*.AvatarContainer > .Name {
    padding: 5px 0 0;
    color: #666;
    font-weight: 700;
    font-size: .9em;
}*/
.Container .LeftPane,
    .Container .RightPane {
    width:20%;
}
.Container .MiddlePane {
     width: 100%;
 }
.COLLABORATE.BASEPAGE .Container .MiddlePane {
    width: 100%;
}
.Container .RightPane {
    display:none;
}
.Container .RightPane.Show {
    display:block;
}
/*.FarRightPane {
    background-image: url("/img/White_1px_75pct.png");
    height: 100%;
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
}*/
.More {
    color: #a0a0a0;
    cursor: pointer;
    text-align: right;
}
.More i {
    margin-right: 5px;
}
.More:hover {
    color:#333;
}
/*.EditProfileLink {
    font-size: 0.8em;
}
.EditProfileLink > a {
    color: #999;
}
.EditProfileLink > a:hover {
    color: #333;
}*/
.Collaborate.Home.container {
    padding: 0;
}
.Collaborate.Home.container {
    width:95%;
    margin:0 auto 100px;
    max-width: 1200px;
}
/* Left Pane */
/*.MenuOptions h2.Heading {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 1.3em;
    font-weight: 200;
    padding: 0 0 5px;
    position: relative;
    margin-bottom: 0;
}
.MenuOptions h2.Heading i {
    color: #ccc;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}
.MenuOptions h2.Heading i:hover {
    color: #333;
}*/

/* Group Add */
.GroupMiniForm {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: none;
    left: 10%;
    position: absolute;
    top: 21px !important;
    z-index: 200;
}
.GroupMiniForm.popover.bottom > .arrow {
    left: 89%;
}
.GroupMiniForm.Show {
    display: block;
}
.GroupMiniForm h3 {
    margin: 0 0 5px;
}
.formGroupMini .Action {
    text-align: right;
    margin: 5% 0 0;
}
.formGroupMini button {
    margin: 10px auto 5px;
}
.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 25px;
}
.PeopleOnline {
    height: 100%;
    /*
    overflow-y:scroll;
    overflow-x:hidden;
    */
}
.PeopleOnline .Close {
    display: none;
}
ul.Groups li > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.LeftPane > div {
    padding: 15px ;
}


/*.QuickMenu  {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}
.QuickMenu li {
    color:#999;
    padding: 5px;
    font-weight: 200;
    cursor: pointer;
}
.QuickMenu li:hover {
    color:#333;
    background-color: #f0f0f0;
}
.QuickMenu li:hover span {
    background-color:#999;
}
.QuickMenu li i {
    margin-right: 5px;
}
.QuickMenu li:hover .MoreLinks {
    display: block;;
}*/
.MenuOptions .Invite i {
    margin-right: 5px;
}
.MenuOptions .Favorites p {
    padding: 5px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
    font-size: .9em;
}
.Categories.Favorites img {
    border-radius: 50%;
}
.Heading {
    padding: 0 10px;
    margin: 15px 0 10px 0;
}
.Heading:after {
    content: ' ';
    display: block;
    clear: both;
}
.MyPhotos .Inner {
    padding-top: 20px;
}
.MyPhotos .Options {
    float: right;
    margin: 0 10px 0;
    position: relative;
}
.MyPhotos .Options.btn:hover {
}
.MyPhotos .Options i {
    margin-right: 5px;
}
ul.Groups .AdminOptions.popover.bottom {
    margin-left: 52%;
    margin-top: 45px;
    overflow: inherit;
    width: 115px;
    z-index: 199;
}
ul.Groups .AdminOptions.popover.bottom > .arrow {
    top: -11px;
    left: 89%;
    background-color: transparent;
}
ul.Groups .AdminOptions.popover.bottom i {
    margin-right:5px;
}
ul.Groups .AdminOptions {
    color:#999;
}
ul.Groups .AdminOptions:hover {
    color:#333;
}
ul.Groups .AdminOptions {
    display: none;
}
ul.Groups .AdminOptions.Show {
    display: block;
}
ul.Groups .popover-content {
    padding: 0;
}
ul.Groups .popover-content > div {
    padding: 5px 0 5px 10px;
}
ul.Groups .popover-content div:hover {
    background-color: #e0e0e0;
}
.Portlet:hover .badge {
    background-color: #999;
}
.badge {
    background-color: #ccc;
    float: right;
    font-weight: normal;
}
/* Portal */
.Portlets:after {
    clear: both;
    content: " ";
    display: block;
}
.Portlet {
    float: left;
    height: 225px;
    overflow: auto;
    width: 33.333%;
}
.Portlet > div {
    background-color: #fafafa;
    border: 5px solid #ffffff;
    border-radius: 0;
    height: 100%;
}
.Portlet .Heading, .Breaking .Heading {
    background-color: #f0f0f0;
    color: #333;
    font-size: 1em;
    font-weight: 200;
    margin: 0;
    padding: 5px;
}
.Portlet .Categories {
    background-image: none;
    padding: 5px !important;
}
.Port .All {
    width: 100% !important;
    float: none !important;
}
.jumbotron h1, .jumbotron .h1 {
    font-weight: 200;
}
.jumbotron {
    background-color: #fafafa;
    margin: 10px 0;
    padding-top: 30px;
    min-height: 350px;
}
.jumbotron h1.Heading {
    margin: 0;
}
.jumbotron p {
    color: #999;
}
.CallToAction {
    float: right;
    margin: 14px 20px 5px 5px;
    text-align: right;
}
/* Link Drag and drop */
/*.MoreLinks {
    position: relative;
    display: none;
}
.MoreLinks i {
    left: -15px;
    position: absolute;
    font-size: .8em;
}
.MoreLinks i.fi-arrow-up {
    left: -10px;
    top: -3px;
}
.MoreLinks i.fi-arrow-down {
    bottom: -21px;
    left: -10px;
}*/
/* Tour */
.popover.tour-tour {
    z-index: 5000 !important;
    border: 0;
}
.popover.tour-tour {
    background-color: #ccc;
    color: #fff;
    }
.popover.tour-tour.right > .arrow:after {
    border-left-width: 0;
    border-right-color: #ccc;
    }
.popover.tour-tour.left > .arrow:after {
    border-left-color: #ccc;
    border-right-width: 0;
    }
.popover.tour-tour.top > .arrow:after {
    border-bottom-width: 0;
    border-top-color: #ccc;
    }
.popover.tour-tour.bottom > .arrow:after {
    border-bottom-color: #ccc;
    border-top-width: 0;
    }
.popover.tour-tour .popover-title {
    background-color: transparent;
    font-size: 1.2em;
    font-weight: 200;
}
.popover.bottom>.arrow {
    border-bottom-color: transparent;
    top: -9px;
}
.popover.left>.arrow {
    right: -10px;
    border-left-color: transparent;
}
.popover.right > .arrow {
    border-right-color: transparent;
    left: -10px;
}
.MainPortalContainer >div {

}
.MainPortalContainer .MainPortal {
    padding-bottom: 40px;
    width: auto;
    padding-right: 10px;
}
.MainPortalContainer .RightPane {
    width: 30%;
}
.MainPortalContainer .RightPane > div {
    padding: 10px;
}
.MainPortalContainer:after {
    clear: both;
    content: " ";
    display: block;
    width: auto;
}
.MyBlogs {
    margin-bottom: 20px;
}
.MyBlogs .BlogInfo {
    float: none;
    width: auto;
    position: relative;
}
.MyBlogs .BlogInfo > img {
    width: 100%;
}
.MyBlogs .BlogTitle {
    color: #ffffff;
    font-size: 2em;
    font-weight: 200;
    left: 10px;
    position: absolute;
    top: 10px;
}
.BlogInfo.BlogImage_1 {
    margin: 0 0 5px 0;
}
.BlogInfo.BlogImage_2, .BlogInfo.BlogImage_3, .BlogInfo.BlogImage_4 {
    float: left;
    font-size: 0.4em;
    margin: 0;
    width: 20%;
    max-height: 20%;
}
.BlogInfo.BlogImage_3 img, .BlogInfo.BlogImage_4 img {
    border-left: 0;
}
.PhotoImage img {
    background-color: transparent !important;
}
#EventCalendar .fc-view-container {
    background-color: #ffffff;
}
#EventCalendar {
    font-size: 0.75em;
    padding: 5px;
    color: #999;
}
.COLLABORATE.BASEPAGE .MiddlePane {
    padding: 0 !important;
}
.COLLABORATE.BASEPAGE .BlogListContainer {
}

.NOTIFICATIONS .MiddlePane .Notifications {
    background-color: #ffffff;
}
.NOTIFICATIONS .MiddlePane .Notifications .Heading > h2 {
    float: none;
}
.NOTIFICATIONS .Body {
    margin-top: 20px;
    padding: 0 20px;
}
.NOTIFICATIONS .MobileOptions {
    display: none;
}

.TopRight .TopPosts .Heading {
    display: none;
}
.Letter {
    font-size: 2em;
    font-weight: 200;
    padding: 3px 10px;
    background-color: #f0f0f0;
    clear: both;
}
.LetterContainer {
    list-style: none;
}
.MEMBER-DIRECTORY .Mobile,
.ConnectionsList .Mobile,
.ANALYTICS .Mobile,
.People .Mobile {
    display: none;
}
.LetterContainer > li:hover {
    cursor: pointer;
}
.LetterContainer > li:hover div {
    font-weight: 700;
}

.LetterContainer > li {
    float: left;
    width: 3.7%;
    text-align: center;
}
.LetterContainer.ClearAfter.ViewingLetter.affix-top {
    padding-left: 2px !important;
}
.MEMBER-DIRECTORY .LetterContainer .LtrOn_1 > div:hover {
     background-color: #333 !important;
     color: #fff !important;
 }
.ConnectionsList .LetterContainer .LtrOn_1 > div:hover {
    background-color: #333 !important;
    color: #fff !important;
}
.LetterContainer.LiveLinks_1 > li {
    width: 3.70%;
}

.LetterContainer > li > div {
    background-color: #f0f0f0;
    color: #666;
    font-size: 0.8em;
    margin-left: 3px;
    padding: 3px 5px;
    font-weight: 200;
}
.LetterContainer > li.AllPop > div {
    padding: 3px 0;
}
.LetterContainer a {
    color: #333;
}
.LetterContainer div:hover a{
    color: #fff !important;
}
.LetterContainer li.Selected div {
    background-color: #333333;
    color: #ffffff !important;
    font-weight: 700;
}
.ListContainer .Options > span {
    vertical-align: middle;
    margin-right: 10px;
}
.ListContainer .Options > i {
    vertical-align: middle;
}
.BlogListContainer.ListContainer .Options > span {
    top: 8px;
    position: relative;
}
.BlogEditList.ListContainer .Options > span {
    float: right;
    padding-top: 4px;
}
.RightSidePane .Segments {
    margin-bottom: 10px;
}
.RightSidePane .Segments .QuickPoll > h2 {
    display: none;
}
.RightSidePane .Segments .QuickPoll.alert {
    font-size: 0.8em;
    margin: 0 auto 10px;
    padding: 15px 15px 0;
    width: 95%;
}
.RightSidePane .Segments .QuickPoll.alert .btn.btn-primary {
    font-size: 0.8em;
}
.Notifications .Body > .LeftPaneNotes {
    float: left !important;
    overflow: scroll;
    width: 40% !important;
    position: static;
}
.ContentDestination>div {
    padding: 0 20px;
}
.ContentDestination {
    width: auto !important;
    display: block !important;
    float: left;
}
.Container .RightPane.ContentDestination {
    display: block !important;
    width: 60% !important;
}
.ContentDestination .FeedContainer >div {
    float: none !important;
    width: auto !important;
}
.ContentDestination .FeedContainer .RightSidePane {
    display: none;
}
.ContentDestination {
    width: 60% !important;
    float: left;
    overflow: scroll;
}
#NotificationFullList .NotificationRow {
    padding: 5px 5px 5px 60px !important;
}
#NotificationFullList {
    padding: 0;
}
.ContentDestination.RightPaneNotes > div>h2 {
    color: #999999;
    font-weight: 200;
    margin: 0;
}
.ContentDestination.RightPaneNotes >div {
    padding: 0 20px;
}
.Notifications .FeedItem {
    padding-top: 0 !important;
}
.NotificationRow.Selected {
    background-color: #ccc;
}
.Notifications .GoToMessage {
    position: absolute;
    right: 10px;
    top: -25px;
    z-index: 2000;
    display: block;
}
.ProfilePop .popover-content {
    padding-top: 0;
}
#GroupContainer .alert.alert-warning.Note {
    width: 95%;
    margin: 10px auto;
}
.SelectAGroup {
    margin: 0 0 20px;
}
.SelectAGroup select {
    margin: 0 0 0 3%;
    width: 94%;
}
