﻿/*----------------------------------------------------------
The base color for this template is #234a6a. If you'd like
to use a different color start by replacing all instances of
#234a6a with your new color.
----------------------------------------------------------*/
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
    outline: none;
}

@media screen and (max-device-width : 480px){
    * {
        -webkit-text-size-adjust:100%;
    }
}

button, a {
    cursor:pointer;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */   
}

html, body {
    color: #696969;
    margin: 0px;
    padding: 0px;
    position: fixed;
    height: 100%;
    background: #FFFFFF; /*rgba(230,152,0,1);*/
    background-image: url(/Images/9tail_logo5.svg);
    background-size: cover;
    background-repeat: no-repeat;
    /*background: #d3d3d3;*/
    overflow: hidden;
    width: 100%;
}

audio { 
    width: 100%;
}

textarea {
    resize: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

select {
    color:black;
}

select  option {
    color: black;
}
/* type ramp */

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

.label-text {
    font-size: 12px;
    font-weight: 500;
}

.helper-text {
    font-size: 12px;
    color: gray;
    text-align: right;
}

/* spacing */

.space-under-section {
    margin-bottom: 24px;
}

.space-under-head {
    margin-bottom: 16px;
}

.space-under-large {
    margin-bottom: 12px;
}

.space-under-normal {
    margin-bottom: 8px;
}

.space-under-small {
    margin-bottom: 4px;
}

.space-under-xsmall {
    margin-bottom: 2px;
}

a:link {
    color: steelblue;
    text-decoration: none;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

#header, #footer {
    display: block;
    clear: both;
}

.contentWrapper {
    min-height: 100%;
    height: auto !important;
    /*height: 100%;*/
    margin: 0 0px -155px auto; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 155px; /* .push must be the same height as .footer */
}



/* HEADINGS   

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.header {
    height: 50px;
}



/*   Messages Sidebar Message */
#messageContainer {
    position: absolute;
    height: 700px;
    width: 600px;
    overflow: auto;
    background-color: whitesmoke;
    border: solid 1px lightgrey;
    z-index: 102;
    display: none;
}


#messageHeader {
    background-color: #505abc !important;
    border-bottom: solid 1px gray;
    background-repeat: no-repeat;
    padding-left: 45px;
    height: 40px;
    line-height: 40px;
    background-size: contain !important;
}

    #messageHeader a {
        color: white;
        font-weight: bold;
        font-size: 20px;
    }

.message {
    background-repeat: no-repeat;
    min-height: 46px;
    padding: 2px;
    padding-top: 0;
    background-color: white;
    margin-bottom: 8px;
    margin-left: 2px;
    position:relative;
    display: flex;
    flex-direction:row;
    /*border:solid 1px lightgrey;*/
}

.message .profileImageContainer {
        height: 40px;
        width: 40px;
        display: flex;
        flex-direction:row;
        justify-content: center;
        align-content:center;
        text-align:center;
        margin-right: 4px;
        overflow: hidden;
        flex: 0 0 auto;
    }

        .message .profileImageContainer .profileImage {
             flex: none;
             height:40px;
             text-align:center;
        }
.message[me="true"] .profileImageContainer {
    order:2;
}
.message[me="false"] .profileImageContainer {
    order:1;
}

.message .messageExpires {
    display:inline-block;
    height:16px;
    width:16px;
    background:url(/Images/msg_expiration.png);
    position:absolute;
    
    top:8px;
    background-size: 16px;
    opacity: .5;
}

.message[me="true"]  .messageExpires {
    right: 54px;
}

.message[me="false"]  .messageExpires {
    right:8px;
}

.message .profileImageContainer > .messageContent[viewed=""]::after {
        display: none !important;
    }
    
.message .profileImageContainer > .messageContent[viewed]::after {
    content: "seen by " attr(viewed);
    display: block;
    font-size: 11px;
    height: 20px;
    margin-bottom: -8px;
    margin-top: 4px;
    width: 100%;
    text-align: right;
}

span.messageContent[dieroll]::before {
    content: attr(dieroll);
    display: block;
    font-size: 24px;
    padding: 3px;
    text-align: center;
}

span.messageContent[dieroll="0"]::before {
    display: none;
}

.message[me="false"] {
}

.message[me="true"] {
    padding-left: 2px !important;
}

.message .messageContentContainer {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 2px;
    width:100%;
}
.message[me="true"] .messageContentContainer {
    order: 1;
}

.message[me="false"] .messageContentContainer {
    order: 2;
}

.message .messageContentContainer > .messageContent {
    width: 100%;
    display: block;
    min-height:40px;
    padding: 8px;
    border-radius: 8px;
    flex: 1 1 auto;
}

.message[me="true"] .messageContentContainer > .messageContent {
    background-color: rgb(41,115,255);
    color: white;

}

.message[me="false"] .messageContentContainer > .messageContent {
    background-color: rgba(0,0,0,0.1);
}

.message[expired="true"][expires="true"] .messageContentContainer > .messageContent,
.message[me="true"][expired="true"][expires="true"] .messageContentContainer > .messageContent
{
    background-color: goldenrod;
    color: black;
    opacity: .6;
}

.message .messageContentContainer img {
    width: calc(100% - 16px);
    margin: 8px;
    margin-top: 4px;
    margin-bottom: 0;
    border-radius: 8px;
    flex: 0 0 auto;
}

.message .messageContentContainer img + .messageTimestamp {
    margin-top: 4px;
}

.message .messageContentContainer .messageContent + .messageTimestamp {
    margin-top: 16px;
    flex: 0 0 auto;
}


.message .messageTimestamp {
    color: #ccc;
    opacity: 0;
    font-size: 11px;
}

.message[me="false"] .messageTimestamp {
    margin-left: -40px;
}

.message[me="true"] .messageTimestamp {
    margin-left: 4px;
}

#conversation[showtime="true"] .message .messageTimestamp {
    opacity: 1;
}

.createNav,
.updateNav {
    clear: both;
    margin-top: 16px;
}

.page {
    position: relative;
    top: 0px;
    display: flex;
    flex-direction: column;
    height:100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow:auto;
}

.page #mainInfo {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    height: 100%;
    margin: 12px;
}



.centerAddFeed {
    display: block;
    width: 100%;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #234a6a solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    display: block;
    position: relative;
}

#URL {
    width: 300px;
}

legend {
    font-size: 1em;
    font-weight: bold;
    border: 0px;
}


.addFeed {
    box-sizing: border-box;
    margin-top: 20px;
}

.addFeed h3 {
    margin-bottom:8px;
}

.addFeed .addFeedForm {
    display:flex;
    flex-direction:row;
}

    .addFeed .addFeedForm input {
        flex: 1 1 auto;
    }
    .addFeed .addFeedForm button {
        flex: 0 0 40px;
        margin-left:6px;
    }


#dvSignout {
    display: block;
    width: 250px;
    margin-top: 10px;
    position: absolute;
    height: 20px;
    top: 5px;
    right: 5px;
}



#dvSignin {
    margin: auto;
    display: block;
    height: 100%;
}

#btnSignin {
    color: #dc2127;
    cursor: pointer;
    background-color: #ffde00;
    display: block;
    font-size: 17pt;
    border: none;
    height: 50px;
    max-height: 50px;
    width: 200px;
    opacity: 1;
    margin:auto;
    margin-top: 4px;
    transition: opacity .3s linear, max-height .3s ease-in-out, height .3s ease-in-out;
    border-radius: 25px;
}

#btnSignup {
    color: #ffde00;
    cursor: pointer;
    background-color: #dc2127;
    border: none;
    display: block;
    font-size: 17pt;
    height: 50px;
    max-height: 50px;
    width: 200px;
    opacity: 1;
    transition: opacity .3s linear, max-height .3s ease-in-out, height .3s ease-in-out;
    margin:auto;
    margin-top: 4px;
    border-radius: 25px;

}

#btnSignup.signupinDisabled, #btnSignin.signupinDisabled
 {
    color: #666666 !important;
    /*background-color: #999999 !important;*/
    opacity: .3 !important;
    height: 0px;
    max-height: 0px;
    padding: 0;
    overflow: hidden;
    transition: opacity .3s linear, max-height .3s ease-in-out, height .3s ease-in-out;
}

.signupWorkflow[stepvis="false"] {
    display: none !important;
}

.signupWorkflow .updateNav .save {
    display: none;
}

.signupWorkflow[stepvis="true"] {
    display: block;
}

    .signupWorkflow[stepvis="true"][step='0'] {
        width: 325px;
        margin: auto;
        display: flex;
        height: 100%;
        align-items: center;
        align-content: center;
    }

.signupWorkflow[step='1'] .signupStepHeader {
    background-image: url(/Images/reg/personal-info.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.signupWorkflow[step='2'] .signupStepHeader {
    background-image: url(/Images/reg/searchability.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.signupWorkflow[step='3'] .signupStepHeader {
    background-image: url(/Images/reg/feed-follow.png);
    background-size: cover;
    background-repeat: no-repeat;
}


#dvSignout {
    float: right;
}

#signupUsername {
    margin-bottom: 5px;
}

#usernameOK {
    height: 15px;
    margin-top: 4px;
    margin-bottom: 20px;
}

#signupUsername, #signupPassword {
    width: 200px;
    height: 40px;
    border: solid 1px #aaaaaa;
    padding: 2px;
    box-sizing: border-box;
    opacity: 1;
    max-height: 40px;
    transition: max-height .3s ease-in-out, padding .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

#signupUsername:placeholder-shown  + #signupPassword {
    border-color: transparent;
    max-height:0px;
    opacity:0;
    padding: 0px;
}

#dvSignin ul li a, #dvSignout ul li a {
    color: yellow;
}

.signupinButtons {
    text-align: center;

}

.optionalInfoContainer, 
.privacySelectionsContainer, 
.followSelectionsContainer, 
.signupCompletedContainer, 
.signupsigninSelector {
    display: block !important;
    min-width: 250px;
    max-width: 300px;
    background-color: whitesmoke;
    margin: auto;
    padding: 20px;
    -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
}

.signupsigninSelector {
    background-color: #FFF;
    transform: rotate(-5deg);
}

.signupinButtons {
    position:relative;
}

.signupsigninSelector .forgotPassword
{
    background: white;
    border: solid 1px gray;
    border-radius: 12px;
    color:steelblue;
    cursor:pointer;
    display:flex;
    flex-direction:column;
    align-content:center;
    left: 210px;
    padding: 10px;
    position: absolute;
    top: 30px;
    width:85px;
    height:110px;
}

.signupsigninSelector .forgotPassword div {
    flex:1 1 auto;
    margin:auto;
    max-height:100px;
}

.signupsigninSelector .forgotPassword span {
    display: block;
    position: absolute;
    content: ".";
    background-color: white;
    height: 20px;
    width: 20px;
    transform: rotate(-45deg);
    left: -10px;
    top: 28px;
    border-left: solid 1px gray;
    border-top: solid 1px gray;
}


.haiku {
    text-align: center;
    margin-bottom: 30px;
}

.optionalInfo > li {
    display: block !important;
    margin: 4px;
    border: solid 1px rgba(0,0,0,.3);
    padding: 8px;
}

    .optionalInfo > li > ul > li {
        display: block;
        margin-bottom: 3px;
    }

    .optionalInfo .profileImage {
        border: solid 1px #d3d3d3;
        cursor: pointer;
        border-radius: 100px;
        height: 200px;
        margin-left: 12px;
        position: relative;
        width: 200px;
        overflow: hidden;
        display: flex;
    }

.privacyOptions {
    display: flex;
    flex-direction: column;
}

    .privacyOptions .privacyOption {
        display: flex;
        flex-direction: row;
        padding: 8px;
        border: solid 1px rgba(0,0,0,.2);
        margin-bottom: 4px;
        margin-top: 4px;
    }

        .privacyOptions .privacyOption .privacyOptionLabel {
            flex: 1 1 auto;
        }

        .privacyOptions .privacyOption .slider-frame {
            flex: 0 0 auto;
        }

.signupStepHeader {
    background-color: #e69800;
    color: white;
    display: flex;
    flex-direction: column;
    height: 96px;
    margin: -20px;
    margin-bottom: 8px;
}

    .signupStepHeader .stepCounter {
        text-align: right;
        flex: 1 1 auto;
        padding: 8px;
    }

    .signupStepHeader .blurb {
        flex: 0 0 auto;
        font-size: 18px;
        padding-left: 8px;
    }

.signupProfile {
    max-height: 230px;
    max-width: 230px;
    display: block;
    margin: auto;
    overflow:hidden;
    text-align:center;
}

.signupProfileHeader {
    max-width: 100%;
}

/*.signupFeeds {
    max-height: 600px;
    overflow: auto;
    margin-bottom: 40px;
}*/

#dvIndexRegister, #dvIndexLogin {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.indexRegisterSubmit {
    border: none;
    color: steelblue;
    font-size: 16px;
    margin: 4px;
    outline: none;
    padding: 8px;
}

.usernameTaken {
    color: crimson;
}

.usernameNotTaken {
    color: green;
}

.grayText {
    color: #aaaaaa;
}


#dvSignin div a, #dvSignin div a:visited {
    display: inline-block;
    height: 25px;
    width: 60px;
    text-align: center;
    padding-top: 9px;
    text-decoration: none;
    font-weight: bold;
    color: steelblue;
    border-radius: 5px 5px 0 0;
}

    #dvSignin div a:hover, #dvSignin div a:hover:visited {
        color: black;
    }




.toggleLogReg {
    background: lightgrey;
    border: solid 1px lightgrey;
}

.toggleLogRegSelected {
    background: #FFD700;
    border: solid 1px #DAA520;
}



.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.midContentContainer {
    width: 1000px;
    background-color: #ffffff;
    /*opacity:.8;
    border-radius:0 10px 10px 10px;*/
}

.centerContent {
    width: 600px;
    display: block;
    min-height: 500px;
    background-color: whitesmoke;
    padding: 15px;
    /*overflow-x:hidden;*/
    float: left;
    border-left: solid 1px lightgrey;
    border-radius: 10px;
}

.leftnav {
    width: 360px;
    height: 100%;
    display: block;
    float: left;
    min-height: 300px;
}


/*  AddFeedItem   */

#dvAddFeedItem {
    display: block;
}

div[previewtype='image'] > img {
    max-width: 100%;
}


#dvAddFeedItem .dvSummary {
    border: solid 1px lightgrey;
    border-radius: 10px;
    padding: 5px;
}

    #dvAddFeedItem .dvSummary TEXTAREA {
        width: 100%;
        height: 100%;
    }

#dvAddFeedItem .dvAddFeedLink {
    display: none;
}

#dvAddFeedItem .dvAddFeedContent {
    display: none;
}

#feedContentPreview {
    display: none;
}

#dvAddFeedItem .dvLocalShareWith {
    display: none;
}

#dvAddFeedItem > div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 130px;
}

#feedContentPreview {
    height: auto !important;
}


#dvAddFeedItem > div > div {
    display: block;
    height: 100%;
    width: 100%;
}

.dvshareWithList {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}


#statusImage {
    display: none;
}

#shareStatus {
    top: -8px;
    position: relative;
    margin-left: 10px;
}

#shareWith {
    margin: 5px;
    text-align: right;
}

    #shareWith > span {
        margin-right: 5px;
    }

.shareWho {
    color: #034af3;
}

.feedCategory {
    display: none;
}

    .feedCategory[iscloned] {
        display: block;
    }

.feedCategoryFeeds {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    width: 100%;
}

.feedCategoryFeeds [original] {
    display: none;
}

.feedCategoryFeed {
    display: none;
}

.feedCategoryFeed[iscloned] {
    background-color: white;
    border: solid 1px transparent;   
    color: black;
    cursor:pointer;
    display: flex;
    flex: 0 0 31%; 
    flex-direction: column;
    margin: 3px;
    max-width:31%;
}

.feedCategoryImage {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 0 0 100px;
    overflow: hidden;
    position:relative;    
}

.selectionIndicator {
    background:url(/Images/feedselected_no.png) right top no-repeat;
    height: 40px;
    right: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 1;
}
[selected='true'] .selectionIndicator {
    background:url(/Images/feedselected_yes.png);
}

.feedCategoryImage img {
    width: 100%;
}

.feedCategoryFeed .feedTitle {    
    align-content: center;
    flex: 0 0 auto;
    min-height: 40px;
    text-align: center;
    word-wrap:break-word;
}

    .feedSelectorItem:hover {
        border: solid 1px #ffde00;
    }

#dvPostText {
    position: relative;
    top: 0px;
    left: 0px;
}

#dvPostImage {
    position: relative;
    top: 0px;
    left: 0px;
}

#dvAddFeedItemLoader, #dvAddFeedItemResponse {
    display: none;
    border-bottom: solid 1px gray;
}


/* Feedback  */
#dvFeedback {
    display: none;
    width: 300px;
    position: absolute;
    bottom: 25px;
    left: 15px;
    background-color: White;
    border: solid 1px gray;
    border-radius: 3px;
    z-index: 10;
}

    #dvFeedback h2 {
        border-radius: 3px;
    }

.taFeedbackarea {
    width: 100%;
    height: 140px;
    display: block;
    padding: 4px;
    box-sizing: border-box;
}

#dvFeedback .textlabel {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
    margin-top: 3px;
}

#dvFeedback .valuelabel {
    display: inline-block;
    margin-right: 10px;
    width: 170px;
    margin-top: 3px;
}

#dvFeedback .labelrow {
    display: block;
    margin-top: 2px;
    margin-bottom: 8px;
    clear: both;
}

#dvFeedbackcontent {
    padding: 4px;
}

.feedbackClose {

     background:url(/Images/close48_w.png) left 8px no-repeat;
    background-size:12px 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    height: 20px;
    position: absolute;
    right: 8px;
    top: 12px;
    text-align: center;
    text-decoration: none;
    width: 20px;
}

    .feedbackClose:hover {
        text-decoration: none;
    }


/*  Bottom Bar */
.dvBottomBar {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width:100%;
}

    .dvBottomBar UL {
        background:rgba(255,255,255,.5);
        height:40px;
        list-style-type: none;
    }

        .dvBottomBar UL LI {
            display:inline-block;
            margin-left: 10px;
            line-height:40px;
        }

            .dvBottomBar UL LI A, .dvBottomBar UL LI A:visited {
                text-decoration: none;
            }

                .dvBottomBar UL LI A:Hover, .dvBottomBar UL LI A:visited:hover {
                    color: white;
                    text-decoration: none;
                }

.postNavigation {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .postNavigation LI {
        width: 24px;
        height: 17px;
        background-repeat: no-repeat;
        background-image: url(/images/postprite.png);
        display: inline-block;
        cursor: pointer;
    }


.postImage {
    background-position: -48px 0px;
}

.postVideo {
    background-position: -48px -17px;
}

.postText {
    background-position: -48px -34px;
}

.postImageSelected {
    background-position: -24px 0px !important;
}

.postVideoSelected {
    background-position: -24px -17px !important;
}

.postTextSelected {
    background-position: -24px -34px !important;
}



.postImage:Hover {
    background-position: 0 0;
}

.postVideo:Hover {
    background-position: 0px -17px;
}

.postText:Hover {
    background-position: 0px -34px;
}



/*   Style for container of Info Texts */
.infoblock {
    flex: 0 0 auto;
    display: block;
    max-width: 600px;
    position: relative;
    background: url(/images/white_60.png);
    border-radius: 10px;
    border: solid 1px white;
    padding: 30px;
    margin: auto;
}


.thankyouperson {
    display: block;
    clear: both;
    margin-bottom: 20px;
    background: whitesmoke;
    border-radius: 10px;
    padding: 10px;
    border: solid 1px lightgrey;
}

.thankyoufoot {
    clear: both;
}

/* success and fail divs for eAve Auth */
.eAveAuthSuccess {
}

.eAveAuthFail {
}

.streamPostContainer {
    max-width: 560px;
    margin: auto;
    background: #FFF;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.streamPostTitle {
    display:flex;
    flex-direction:row;
    line-height:36px;
}

    .streamPostTitle * {
        flex: 1 1 auto;
        line-height:30px;
    }

    .streamPostTitle .title {
        font-size: 16px;
        font-weight:bold;
    }

    .streamPostTitle .streamPostWho {
        color:steelblue;
        cursor:pointer;
        text-align:right;
    }

    .streamPostTitle .streamPostWhoLevel {
        font-weight: bold;
    }




/*  StreamItem */

.streamItemTemplate {
    display: none;
}

.streamItem {
    display: block;
    border-top: solid 1px lightgrey;
    margin:auto;
    margin-bottom: 15px;
    padding-top: 15px;
    position:relative;
}

    .streamitem a {
        color: steelblue;
        text-decoration: none;
    }

.itemSummary {
    margin-top: 8px;
    min-height: 34px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    font-weight: 100;
    line-height: 16px;

}

    .itemSummary:empty {
        display: none;
    }

    .itemSummary:not(:empty) ~ .itemContentContainer .itemContent {
        border-left: solid 1px #d3d3d3;
        padding: 5px;
    }

    .streamItemAuthor + .itemContentContainer {
        margin-left: 12px;
    }

.itemContentContainer {
    display:flex;
    flex-direction:row;
    padding: 4px;
}

.itemContentContainer img {
    cursor:pointer;
    flex:0 0 40px;
    height: 40px;
    margin:10px;
    width:40px;
}
.itemContent {
    flex: 1 1 auto;
    font-weight: 100;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right:12px;
    margin-top: 5px;
    min-height: 20px;
}

    .itemContent:empty {
        display: none;
    }

.streamTitle {
    font-size: 13px;
    font-weight: bold !important;
    display: block;
    margin-bottom: 5px;
    padding-right:8px;
}

.postOptions,
.commentOptions {
    border: none;
    display:block;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    background: url(/Images/postOptions.png) no-repeat 0 0;
    background-repeat:no-repeat;
    background-color:transparent;
    opacity: 0.5;
    height: 20px;
    width: 20px;
/*    z-index: 1;*/
}


    .postOptions:hover,
    .commentOptions:hover {
        opacity: .9;
    }

.rssItemImageContainer {
    max-height: 70px;
    max-width: 100px;
    overflow: hidden;
    text-align: center;
    border: solid 1px #999999;
    padding: 5px;
    display: block;
    margin-top: 10px;
    background-color: #ffffff;
    float: right;
}

.rssImage {
    cursor: pointer;
    margin: auto;
    max-width: 100%;
}


.whenPosted, .whenPosted span {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rssContent {
    margin-bottom: 10px;
}

.streamChildImageStream .streamItemImageContainer[original] {
    display: none;
}

.streamItemImageContainer {
    max-height: 600px;
    max-width: 550px;
    overflow: hidden;
    text-align: center;
    border: solid 1px rgba(100,100,100,.1);
    padding: 5px;
    display: block;
    margin-top: 10px;
    background-color: #ffffff;
    position: relative;
}

.streamChildImageStream .streamItemImageContainer img {
    max-width: 100%;
    width: auto;
    height: auto
}

.streamChildImageStream.twoup {
    align-items:center;
    display: flex;
    flex-direction:row;
}

.streamChildImageStream.twoup .streamItemImageContainer  {

    flex: 1 1 50%;
    max-height:400px;
    overflow:hidden;
}

.streamChildImageStream.twoup .streamItemImageContainer img {

}

.streamChildImageStream.threeup {
    align-items:center;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin:auto;
    justify-content:center;
}


.streamChildImageStream.threeup .streamItemImageContainer  {
    flex: 0 1 45%;
    max-height:400px;
    overflow:hidden;
}

.streamChildImageStream.threeup .streamItemImageContainer:nth-child(2)  {
    display:block;
    flex: 1 1 auto;
    max-height:400px;
    overflow:hidden;
}

.streamChildImageStream.threeup .streamItemImageContainer img {
}

.streamChildImageStream.fourup {
    align-items:center;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin:auto;
    justify-content:center;
}

.streamChildImageStream.fourup .streamItemImageContainer:nth-child(2)  {
    display:block;
    flex: 1 1 auto;
    max-height:400px;
    overflow:hidden;
}

.streamChildImageStream.fourup .streamItemImageContainer  {
    flex: 0 1 30%;
    max-height:400px;
    overflow:hidden;
}

.streamChildImageStream.fourup .streamItemImageContainer img {
}

.streamImage, .commentImage {
    cursor: pointer;
    margin: auto;
    max-width: 100%;
}

.streamItemAudioPlayer {
    min-width:200px;
}

    .streamImage[isvideo="false"] + .videoPlayIcon,
    .commentImage[isvideo="false"] + .videoPlayIcon,
    .streamItemAudioPlayer + .videoPlayIcon
     {
        display: none;
        pointer-events: none;
    }


    .streamImage[isvideo="true"] + .videoPlayIcon,
    .commentImage[isvideo="true"] + .videoPlayIcon {
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
        pointer-events: none;
    }

.streamItemAuthorImageContainer {
    order: 0;
    height: 50px;
    width: 50px;
    margin-right: 5px;
    position: relative;
    flex: 0 0 auto;
}

    .streamItemAuthorImageContainer img {
        border-radius:25px;
        cursor: pointer;
        max-width: 50px;
        max-height: 50px;
        height: 50px;
    }

.streamItemAuthor {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
    min-height: 65px;
    display: flex;
    border-bottom: solid 1px #eeeeee;
}

.streamItemAuthorContent {
    order: 1;
    width: auto;
    flex: 0 1 auto;
}

.streamItemAuthor a,
.streamItemAuthor .authorName,
.streamItemAuthor .authorGroupName {
    background: none;
    border: none;
    display: inline-block;
    font-weight: bold;
    outline: none;
}

.streamItemContent {
    background: #FFF;
    display: block;
    width: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
}

.streamItemTitle {
    font-weight: bold;
}

#streamItemContainer {
    max-width: 600px;
    margin: auto;
}

    #streamItemContainer .streamItem:nth-of-type(1) {
        display: none;
    }

    #streams .streamItem.streamItemComment[replyTo],
    .profileStreamContainer .streamItem.streamItemComment[replyTo],
    .singleItemContainer .streamItem.streamItemComment[replyTo] {
        margin-left:40px;
    }

    .profileStreamContainer

 .streamItemCommentContent {
    display: block;
    width: auto;
    /*overflow-x: hidden;*/
}

.streamItemCommentContainer {
    margin-left: 10px;
    margin-top: 10px;
    background: whitesmoke;
    padding: 2px;
}

.streamItemCommentContainerHeader {
    font-weight: bold;
    margin: 2px;
}

.dvAddFeedComment {
    margin: 2px;
}

.dvAddFeedComment .postInput {
    margin-right: 4px;
}

.dvComment {
    border: solid 1px lightgrey;
}

    .dvComment textarea {
        width: 100%;
        height: 72px;
        overflow: auto;
        border: none;
    }


.react {
    margin-top: 3px;
}

.reactions {
    padding: 5px;
    display: flex;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    position:relative;
    min-width: 300px;
}

    .reactions a, .reactions span {
        line-height: 40px;
        display: inline-block;
        height: 30px;
        flex: 0 0 auto;
        margin-left: 12px;
    }


        .reactions a:hover, .reactions a:visited:hover {
            text-decoration: underline;
        }


.reactShare {
    padding-left: 30px;
    background: url(/Images/nav/pa_share.png) left center no-repeat;
    background-color:transparent;
    background-size: 30px;
}

.reactbite {
    color: steelblue;
    padding-left: 33px;
    background: url(/Images/nav/emoticon/emoji_16.png);
    background-position: left -2px !important;
    background-repeat: no-repeat !important;
    background-size: 28px !important;
    background-color: transparent;
    border: none;
    margin-top: 6px;
}

.reactbite[bit="false"] {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .4;
}


.reactbite:hover {
    text-decoration:underline;
}

.reactComment, .reactReply {
    padding-left: 30px;
    background: url(/Images/nav/pa_comment.png) left center no-repeat;
    background-color: transparent;
    background-size: 27px;
}

.bitersContainer[bites="0"] {
    display: none;
}

.bitersContainer {
    display:flex;
    flex-direction: row;    
    margin-left: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top:10px;
}

.bitersContainer .biteCount {
    flex: 0 0 30px;
    line-height: 16px;
    order: 1;
    text-align:center;
}
    .bitersContainer .biteCount::after {
        content: " ";
    }

    .bitersContainer[bites="0"] .biteCount {
        display: none;
    }

.biters {
    flex: 0 0 auto;
    order: 2;
}

.bitersContainer .biteTypeIcon {
    border: solid 1px lightblue;    
    box-sizing: border-box;
    background-color: lightblue !important;
    padding: 2px;
    line-height:20px;
}

    /*.bitersContainer .biteTypeIcon[count] {*/
        /*border-radius: 8px 0 0 8px;*/
        /*border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }*/


    .bitersContainer .biteTypeIcon:nth-child(4) {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }


    .bitersContainer .biteTypeIcon:last-child {
        /*border-radius: 0 8px 8px 0;*/
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.biteTypeIcon.biteTypeCount[original] {
    display: none;
}

.biteTypeIcon.biteTypeCount {
    background-size: cover;
    display: inline-block;
    order: 0;
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.biter {
    line-height: 16px;
}

.biter[iscloned='true']:after {
    content: ", ";
    margin-right: 2px;
}

.biter[original] {
    display: none;
}

.biter:last-child:after {
    content: "" !important;
}

.biteLabel {
    background: url(/Images/nav/emoticon/emoji_16.png) left center no-repeat;
    background-color: transparent;
    background-size: 20px;
    margin-left: 20px;
    padding-left: 20px;
}

.biteLabel[bites='0'] {
    display: none;
}

.biteOptions {
    background: #FFF;
    border: solid 1px lightgrey;
    border-radius: 30px;
    bottom: -42px;
    margin: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    left: 0px;
    overflow:hidden;
    max-height: 500px;
    position: absolute;
    transition: max-height .5s ease-in-out, border-color .5s ease-in-out;
}

    .biteOptions button {
        background: gray;
        border: none;
        outline: none;
        flex: 0 0 40px;
        height: 44px;
        margin: 4px;
        width: 60px;
    }   


    .biteOptions button {
        background-size:34px !important;
    }

    .biteOptions button[value="16"] {
        background-size:30px !important;
    }

    .biteTypeIcon[value="1"] {
        background: url(/Images/nav/emoticon/emoji_16.png) center center no-repeat;
    }

    .biteTypeIcon[value="2"] {
        background: url(/Images/nav/emoticon/emoji_2.png) center center no-repeat;
    }

    .biteTypeIcon[value="3"] {
        background: url(/Images/nav/emoticon/emoji_3.png) center center no-repeat;
    }

    .biteTypeIcon[value="4"] {
        background: url(/Images/nav/emoticon/emoji_4.png) center center no-repeat;
    }

    .biteTypeIcon[value="5"] {
        background: url(/Images/nav/emoticon/emoji_5.png) center center no-repeat;
    }

    .biteTypeIcon[value="6"] {
        background: url(/Images/nav/emoticon/emoji_6.png) center center no-repeat;
    }
    .biteTypeIcon[value="7"] {
        background: url(/Images/nav/emoticon/emoji_7.png) center center no-repeat;
    }
    .biteTypeIcon[value="8"] {
        background: url(/Images/nav/emoticon/emoji_8.png) center center no-repeat;
    }

    .biteTypeIcon[value="9"] {
        background: url(/Images/nav/emoticon/emoji_9.png) center center no-repeat;
    }
    .biteTypeIcon[value="10"] {
        background: url(/Images/nav/emoticon/emoji_10.png) center center no-repeat;
    }
    .biteTypeIcon[value="11"] {
        background: url(/Images/nav/emoticon/emoji_11.png) center center no-repeat;
    }

    .biteTypeIcon[value="12"] {
        background: url(/Images/nav/emoticon/emoji_12.png) center center no-repeat;
    }

    .biteTypeIcon[value="13"] {
        background: url(/Images/nav/emoticon/emoji_13.png) center center no-repeat;
    }

    .biteTypeIcon[value="14"] {
        background: url(/Images/nav/emoticon/emoji_14.png) center center no-repeat;
    }

    .biteTypeIcon[value="15"] {
        background: url(/Images/nav/emoticon/emoji_15.png) center center no-repeat;
    }

    .biteTypeIcon[value="16"] {
        background: url(/Images/nav/emoticon/emoji_16.png) center center no-repeat;
    }

    .biteOptions button:hover {
        background-size:40px !important;
        transition: background-size .15s ease-in-out;
        transition: background-size .15s ease-in-out;
        -moz-transition: background-size .15s ease-in-out;
        -ms-transition: background-size .15s ease-in-out;
        -o-transition: background-size .15s ease-in-out;
        -webkit-transition: background-size .15s ease-in-out;
    }



.biteOptions[show="false"] {
    max-height:0px;
    border-color:#FFF;
    opacity:0;
}

.morelink {
    cursor: pointer;
    color: steelblue;
    text-align: right;
}

    .morelink:hover {
        color: lightsteelblue;
    }

.moretext {
    display: none;
    border: solid 1px gray;
    box-sizing: border-box;
    margin: 4px;
    padding: 4px;

}

.ago {
    white-space: nowrap;
    font-weight: 100;
    color: #cccccc;
}
/*  ImageViewer  */

#dvImageViewer {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,.8);
    z-index: 110;
}

    #dvImageViewer[show='false'] {
        display: none;
    }

    #dvImageViewer[show='true'] {
        display: block;
    }

 .imageViewerInstance {
    position: absolute;
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: column;
}

.divImageViewerBackground {
    background-color:black;
    display: block;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

.ImageViewerClose {
    background:url(/Images/close48_w.png) left 8px no-repeat;
    background-size:12px 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));

    position: absolute;
    top: 20px; /* reset by script, doesn't matter */
    right: 30px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    z-index: 5;
    cursor: pointer;
    color: white;
    width: 20px;

}

.ImageViewerMax {
    background: url(/Images/nav/pa_maximize.png) left 8px no-repeat;
    background-color: transparent;
}

.ImageViewerMin {
    background: url(/Images/nav/pa_minimize.png) left 8px no-repeat;
    background-color: transparent;
}



.ImageViewerMinMax {
    background-size:12px 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));

    position: absolute;
    top: 20px; /* reset by script, doesn't matter */
    right: 60px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    z-index: 5;
    cursor: pointer;
    color: white;
    width: 20px;
}

.profileDialog .ImageViewerClose {
    right: -28px;
}

.dvImageViewerParts {
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 2;
    height: calc(100% - 50px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}


.dvImageViewerImageContainer {
    height: 100%;
    /*display: flex;*/
    flex-direction:column;
    text-align: center;
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dvImageViewerPrevious {
    background: url(/Images/imgvarrowsprev.png) no-repeat 5px 350px;
    background-color: transparent;
    cursor: pointer;
    width: 100px;
    height: 100%;
    display: block;
    background-color: rgb(255, 255, 255); /* The Fallback */
    background-color: rgba(255, 255, 255, 0.001);
    position: fixed;
    left: 0px;
    z-index: 4;
}

.dvImageViewerNext {
    background: url(/Images/imgvarrowsnext.png) no-repeat 58px 350px;
    background-color: transparent;
    cursor: pointer;
    width: 100px;
    height: 100%;
    display: block;
    background-color: rgb(255, 255, 255); /* The Fallback */
    background-color: rgba(255, 255, 255, 0.001);
    position: fixed;
    right: 0px;
    z-index: 4;
}

    .dvImageViewerNext:hover {
        background: url(/Images/imgvarrowsnext.png) no-repeat 58px 350px;
    }

    .dvImageViewerPrevious:hover {
        background: url(/Images/imgvarrowsprev.png) no-repeat 5px 350px;
    }

.ImageViewerImage {
    margin: auto;
    z-index: 3;
    max-width: 99%;
    max-height:99%;
    /*width:99%;*/
    flex: 0 0 auto;
}

    .ImageViewerMax + .dvImageViewerParts > .dvImageViewerImageContainer > .ImageViewerImage {
        max-height:99%;
    }

    .ImageViewerMin + .dvImageViewerParts > .dvImageViewerImageContainer > .ImageViewerImage {
        max-height:none;
    }

.ImageViewerImageHelper.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ImageViewerImageHelper.nohelper {
    display: none;
}

.dvImageCommentContainer {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding-right: 10px;
}

    .dvImageCommentContainer .dvImageCommentLayout {
        margin-top: 25px;
    }

#dvSettings {
    display: flex;
    background-color: #ffffff;
    overflow: auto;
    flex-wrap: wrap;
}


    #dvSettings > div {
        display: inline-block;
        width: 280px;
        height: 280px;
        margin: 10px;
        border: solid 1px gray;
        padding: 10px;
        border-radius: 10px;
    }

    #dvSettings > h2 {
        margin: 10px;
        margin-top: 0px;
        width: 100%;
        line-height: 50px;
        font-size: 30px;
        font-weight: 300;
    }

.rssItemShare {
}

    .rssItemShare div {
        display: inline-block;
        height: 24px;
        width: 40px;
        vertical-align: middle;
        margin-top: -12px;
    }


.slider-frame {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 84px;
    height: 27px;
    background-color: rgb(246, 249, 251);
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
}

.slider-button {
    display: block;
    width: 43px;
    height: 27px;
    line-height: 27px;
    background: #EDF2F7;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #000;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background .3s ease-in-out, margin-left .3s ease-in-out;
}

    .slider-button.on {
        margin-left: 40px;
        background: #34a853;
        transition: background .6s ease-in-out, margin-left .3s ease-in-out;
    }

#shareDialog {
    position: fixed;
    background: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 110;
}

    #shareDialog[show="true"] {
        display: flex;
        align-items: center;
    }

    #shareDialog .contentContainer {
        margin: auto;
        min-width: 300px;
        max-width: 400px;
        background-color: white;
        vertical-align: middle;
        -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
        max-height: 90%;
        overflow: auto;
    }

    .postPreviewTitle {
        margin: 8px;
        font-weight: bold;
        font-size: 18px;
    }

    
    .postPreviewText,
    #shareDialog .postText {
        border: solid 1px #d3d3d3;
        padding: 8px;
        display: block;
        margin: 4px;
        /*width: 350px;*/
        flex: none;
    }

    .postPreviewText:empty {
        display:none;
    }

    #shareDialog .postInput {
        display: block;
        padding: 16px;
    }




#shareWho {
    bottom: 200px;
    left: 50%;
    z-index: 111;
    display: block;
    position: fixed;
    height: 100px;
    width: 300px;
    padding: 0px;
    margin: 0px;
    margin-left: -150px;
    list-style: none;
    background-color: white;
    display: none;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.4); 
}

    #shareWho[show="true"] {
        display: block;
    }

    #shareWho[show="false"] {
        display: none;
    }

    #shareWho li {
        display: block;
        margin: 0px;
        line-height: 22px;
        padding-right: 5px;
        padding-left: 5px;
    }

        #shareWho li[selected="true"] {
            font-weight: bold;
        }


        #shareWho li:first-child {
            padding-top: 2px !important;
            padding-bottom: 0px !important;
            display: flex;
            background-color: #e69800;
            color: white;
        }

            #shareWho li:first-child > div {
                flex: 1 0 auto;
                text-align: left;
            }

            #shareWho li:first-child > a {
                flex: 0 0 auto;
            }


#shareWhoClose {
    color: white;
    font-weight: bold;
    width: 12px;
}

#postOptionsControls {
    padding: 2px;
    margin: 0px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    background-color: white;
    border: solid 1px lightgrey;
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    z-index: 201;
}

    #postOptionsControls[show="true"] {
        display: block;
    }

    #postOptionsControls[show="false"] {
        display: none;
    }

    #postOptionsControls ul {
        margin: 0px;
        padding: 0px;
    }

    #postOptionsControls h1 {
        height: 20px;
    }

    #postOptionsControls li {
        padding-left: 35px;
        display: block;
        min-height: 20px;
        line-height: 20px;
        border: solid 1px lightgrey;
        background-color: whitesmoke;
        cursor: pointer;
    }

        #postOptionsControls li.optionControl:hover {
            background-color: lightgrey;
        }


        .postOptionsControlsHead {
            display: flex;
            flex-direction:row;
        }
            
        .postOptionsControlsHeadTitle {
            flex: 1 1 auto;
        }

        .postOptionsControlsClose {
            background:url(/Images/close48_w.png) left 8px no-repeat;
            background-size:12px 12px;
             background-size:12px 12px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
            filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
            filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
            flex: 0 0 20px;
            display: inline-block;
            height: 20px;
            width: 20px;
            text-align:right;
            border: none;
            cursor: pointer;
        }




.stateGood {
    color: Green;
}

.stateCaution {
    color: gold;
}

.stateWarning {
    color: darkred;
}

.ServerInfo {
    display: inline-block;
    margin: 10px;
    border: solid 1px lightgrey;
    padding: 10px;
}

    .ServerInfo > div > span:first-child {
        font-weight: bold;
    }


/* cnx bind */
[template], .bindhide {
    display: none !important;
}





/*   FOXY UI */



#content {
    height: 100%;
    margin-bottom: -50px;
    margin-top: 0px;
    width: 100%;
    display: block;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: margin-bottom .5s ease-in-out, margin-top .5s ease-in-out;
    -moz-transition: margin-bottom .5s ease-in-out, margin-top .5s ease-in-out;
    transition: margin-bottom .5s ease-in-out, margin-top .5s ease-in-out;
}

.topNav #content {
    margin-bottom: 0px;
    margin-top: 50px;
    -webkit-transition: margin-bottom .5s ease-in-out, margin-top .5s ease-in-out;
    -moz-transition: margin-bottom .5s ease-in-out, margin-top .5s ease-in-out;
    transition: margin-bottom .5s ease-in-out, margin-top .5s ease-in-out;
}

#streams {
    position: absolute;
    top: 0px;
    bottom: 50px;
    background-color: #f8f8f8;
    left: 0px;
    right: 60px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
}

    #streams[fullscreen="true"] {
        right: 0px;
    }

    #streams .streamItem:first-child {
        /*margin-top: 50px;*/
    }

    #streams .streamItem {
        /*height: 300px;*/
        max-width: 560px;
        min-width: 200px;
        position: relative;
        display: block;
        border: solid 1px whitesmoke;
        margin: auto;
        margin-top:10px;
        margin-bottom:10px;
        background-color: white;
    }

    .mentionedperson {
        color: dodgerblue;
        cursor: pointer;
    }

#people {
    position: absolute;
    right: -190px;
    
        /*This is for adding group chats.*/
        height: -moz-calc(100% - 100px);
        height: calc(100% - 100px);
    
    /*height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);*/
    width: 500px;
    border: solid 0px blue;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
    z-index: 1;
    -webkit-transition-delay: .5s;
    -webkit-transition: z-index .5s linear;
    -moz-transition-delay: .5s;
    -moz-transition: z-index .5s linear;
    transition-delay: .5s;
    transition: z-index .5s linear;
    -ms-overflow-style: none;  /* IE 10+*/
    -webkit-overflow-scrolling: touch;

    /*background-color:whitesmoke;*/
}

#peopleOptionsButton {
    border-radius: 25px;
    background-size: 36px 36px !important;
    background: url(/Images/nav/groupchat.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: goldenrod;
    bottom: 50px;
    display: block;
    height: 50px;
    position: absolute;
    right: 5px;
    width: 50px;
}


/*#people[mode="selected"] {
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
}*/


    #people::-webkit-scrollbar {
        width: 0px;
    }
    #people::-webkit-scrollbar-track-piece {
        background-color: transparent;
        -webkit-border-radius: 6px;
    }



    #people[isfocused='true'] {
        z-index: 3;
    }

    #people[show="true"] {
        display: block;
        opacity: 1;
        transition: opacity .3s ease-in-out;
    }

    #people[show="false"] {
        display: none;
        opacity: 0;
        transition: opacity 3s ease-in-out;
    }


/* nav is the base navigation bar */
#nav {
    background-color: rgba(255,184,44,1); /* #ffb82a; #103d9a;*/
    position: absolute;
    bottom: 0px;
    top: auto;
    min-height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: right;
    -webkit-transition: bottom .5s ease-in-out, top .5s ease-in-out;
    -moz-transition: bottom .5s ease-in-out, top .5s ease-in-out;
    transition: bottom .5s ease-in-out, top .5s ease-in-out;
    display: flex;
}

.blue #nav {
    background-color: #4267b2;
}

/*topNav is when the navigation bar is positioned at the top.*/
.topNav #nav {
    bottom: auto;
    top: 0px;
    -webkit-transition: bottom .5s ease-in-out, top .5s ease-in-out;
    -moz-transition: bottom .5s ease-in-out, top .5s ease-in-out;
    transition: bottom .5s ease-in-out, top .5s ease-in-out;
}

@-moz-keyframes spin {
   0% {
        transform: rotate(1440deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(1440deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(1440deg);
    }

    100% {
        transform: rotate(0deg);
    }
      
}

.navLogo.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function:ease-in-out;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    animation-name: spin;

}

#nav > button, #nav > div {
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    height: 40px;
    min-width: 40px;
    background-color: transparent;
    border: none;
    color: white;
    position: relative;
    /*opacity:.7;*/
}

    #nav > button:active, #nav > button:hover {
        /*background-color:#2c54ab;
             border-color:transparent;
             outline-color:transparent;*/
        opacity: 1;
        outline: none;
    }

    #nav > button:visited {
        border-color: transparent;
        outline-color: transparent;
    }

    #nav > button div {
        background-repeat: no-repeat;
    }

#nav .settings {
    border-radius: 0 4px 4px 0;
}

#nav .ctrlsearch {
    margin-right: 8px;
    background-size: 40px 40px !important;
    background: url(/Images/nav/search.png);
    background-color: transparent;
    background-position: center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 6px;
}

#nav .btnHideAndSeek {
    background: url(/Images/hideseek.png);
    background-color: transparent;
    background-size: 40px 40px !important;
    background-position: center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#nav .btnNotifications {
    background: url(/Images/nav/notification.png);
    background-color: transparent;
    background-size: 36px 36px !important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


    #nav .btnNotifications.peopleOnly {
        background: url(/Images/nav/notification_p.png);
        background-color: transparent;
        background-size: 36px 36px !important;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #nav .btnNotifications.newsOnly {
        background: url(/Images/nav/notification_n.png);
        background-color: transparent;
        background-size: 36px 36px !important;
        background-position: center center;
        background-repeat: no-repeat;
    }





#setNav div {
    background-size: contain;
    background: url(/Images/nav/navshift.svg);
    background-color: transparent;
    background-position: -9px center;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.topNav #nav #setNav div {
    transform: rotateX(180deg);
}

#showPost div {
    background: url(/Images/nav/postfx.svg);
    background-color: transparent;
    background-size: contain;
    height: 40px;
    width: 40px;
    background-position: center center;
}


#nav .btnpeople {
    background: url(/Images/nav/friends.png);
    background-color: transparent;
    background-size: 40px;
    cursor: pointer;
}

#nav .btnpeople_active {
    background: url(/Images/nav/navpeople_active.png) !important;
    background-color: transparent;
    opacity: 1 !important;
}

    #nav .btnpeople_active:hover {
        background: url(/Images/nav/navpeople_active_hover.png) !important;
    }

#nav .btnpeople #friendRequestCount {
    position: absolute;
    top: -4px;
    width: 50px;
    text-align: center !important;
    z-index: 10;
    color: darkred;
    font-size: 13px;
}

#nav .btnpeople_active #friendRequestCount {
    display: block;
}

#notificationCount {
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    cursor: pointer;
}

    #notificationCount:empty {
        background-color: transparent;
        border-radius: 0;
        transition: background-color .3s ease-in-out, border-radius .3s ease-in-out;
    }

    #notificationCount:not(:empty) {
        background-color: goldenrod;
        border-radius: 25px;
        opacity: .9;
        transition: background-color .3s ease-in-out, border-radius .3s ease-in-out;
    }

    .blue #notificationCount:not(:empty) {
        background-color: #4267b2;
    }

#userSettingsDialog,
#userSettingsDialog[show="false"] {
    background-color: rgba(0,0,0, .2);
    position: absolute;
    display: block;
    bottom: 45px;
    left: -200px;
    width: 165px;
    transition: left .3s ease-in-out;
    z-index: 110;
}

    #userSettingsDialog[show="true"] {
        left: 0px;
        transition: left .3s ease-in-out;
    }

    #userSettingsDialog ul {
        margin: 0;
    }

    #userSettingsDialog li {
        background-color: #FFFFFF;
        border: solid 1px #999;
        height: 40px;
        line-height: 40px;
        margin-bottom: 4px;
        padding-left: 45px;
    }

        #userSettingsDialog li:last-child {
            margin-bottom: 0;
        }

        #userSettingsDialog li:hover {
            background-color: rgba(255,184,44,1);
        }

        .blue #userSettingsDialog li:hover {
            background-color: #4267b2;
            color: #FFF;
        }


        #userSettingsDialog li button {
            background: none;
            border: none;
            outline: none;
        }

        #userSettingsDialog li#btnprofile {
            align-items: center;
            display: flex;
            justify-content: flex-start;
            padding-left: 6px;
        }

            #userSettingsDialog li#btnprofile img {
                border-radius: 15px;
                flex: 0 0 30px;
                height: 30px;
                margin-right: 12px;
                width: 30px;
            }

            #userSettingsDialog li#btnprofile button {
                flex: 1 1 auto;
                text-align: left;
            }

        #userSettingsDialog li#signout {
            background: url(/Images/nav/signout_h.png) 4px center no-repeat;
            background-color: #FFFFFF;
            background-size: 32px;
        }

            #userSettingsDialog li#signout:hover {
                background: url(/Images/nav/signout.png) 4px center no-repeat;
                background-color: rgba(255,184,44,1);
                background-size: 32px;
            }

        #userSettingsDialog li#feedback {
            background: url(/Images/nav/feedback.png) 4px center no-repeat;
            background-color: #FFFFFF;
            background-size: 32px;
        }

            #userSettingsDialog li#feedback:hover {
                background: url(/Images/nav/feedback_h.png) 4px center no-repeat;
                background-color: rgba(255,184,44,1);
                background-size: 32px;
            }

            #userSettingsDialog li#groups {
            background: url(/Images/nav/groups.png) 4px center no-repeat;
            background-color: #FFFFFF;
            background-size: 32px;
        }

            #userSettingsDialog li#groups:hover {
                background: url(/Images/nav/groups_h.png) 4px center no-repeat;
                background-color: rgba(255,184,44,1);
                background-size: 32px;
            }

        #userSettingsDialog li#settings {
            background: url(/Images/nav/settings.png) 4px center no-repeat;
            background-color: #FFFFFF;
            background-size: 32px;
        }

            #userSettingsDialog li#settings:hover {
                background: url(/Images/nav/settings_h.png) 4px center no-repeat;
                background-color: rgba(255,184,44,1);
                background-size: 32px;
            }

#userSettingsDialog li#trending {
    background: url(/Images/nav/trending.png) 4px center no-repeat;
    background-color: #FFFFFF;
    background-size: 32px;
}

    #userSettingsDialog li#trending:hover {
        background: url(/Images/nav/trending_h.png) 4px center no-repeat;
        background-color: rgba(255,184,44,1);
        background-size: 32px;
    }


#people[mode='selected'] .person:not(.selected) {
    margin-top: 52px;
}

#people[mode='selected'] .person.selected ~ .person:not(.selected) {
    margin-top: 0px;
}


.person {
    cursor: pointer;
    position: absolute;
    left: 250px;
    height: 50px;
    width: 100%;
    background-color: lightgrey;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 50px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    color: white;
    -webkit-transition: left .3s ease-in-out, top .2s ease-in-out;
    -moz-transition: left .3s ease-in-out, top .2s ease-in-out;
    transition: left .3s ease-in-out, top .2s ease-in-out;
}

.person[original] {
    display: none;
}

    /*.person:hover {
        background-color: #7a7a7a;
    }*/

    .person.selected {
        left: 0px;
        -webkit-transition: left .3s ease-in-out, top .2s ease-in-out;
        -moz-transition: left .3s ease-in-out, top .2s ease-in-out;
        transition: left .3s ease-in-out, top .2s ease-in-out;
        z-index:100000;
    }

    .person .profileImageContainer {
        background:white;
        height: 50px;
        width: 50px;
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;        
        margin-right: 10px;
        overflow: hidden;
        flex: 0 0 auto;
    }

    .person .profileImageContainer[Count=''] {
        justify-content: center;
        align-content:center;
        text-align:center;
    }
        .person .profileImageContainer .profileImage {
             display:none;
        }

        .person .profileImageContainer[Count=''] .profileImage {
             display:inline-block;
             flex: none;
             height:50px;
             text-align:center;
        }

        .person .profileImageContainer[Count=''] .profileImageMulti,
        .person .profileImageContainer[Count] .profileImageMulti[original]
         {
            display:none;
        }

        .person .profileImageContainer[Count='2'] .profileImageMulti,
        .person .profileImageContainer[Count='3'] .profileImageMulti,
        .person .profileImageContainer[Count='4'] .profileImageMulti {
            display:inline-block;
             flex: 0 0 25px;
             height:25px;
             max-height: 25px;
             max-width:25px;
             text-align:center;
        }

        .person .profileImageContainer[Count='2'] .profileImageMulti:first-child {
            margin-right:25px;
        }

        .person .profileImageContainer[Count='2'] .profileImageMulti:last-child {
            margin-left:25px;
        }

    .person span[personName] {
        /*flex: 1 1 auto;*/
        color: steelblue;
        font-weight: bold;
        max-width: 210px;
        overflow: hidden;
        white-space: nowrap;
    }

        .person span[personName]:hover {
            text-decoration: underline;
            cursor: pointer;
        }

    /*.person.selected.fixed
        {
            position: fixed;
            left:-webkit-calc(100% - 310px);
            -webkit-transition:left 0s linear, top 0s linear;
        }*/

    .person[mode='online'] {
        background-color: #4CAF50 !important;
    }

        .person[mode='online'] span[personname] {
            color: white;
        }

    .person[mode='newmessage'] {
        background-color: yellowgreen !important;
    }

    .person ~ .person {
        margin-top: 0px;
    }


    .profileDialog {
             background: #FFF;
             display: none;
             flex-direction: column;
             height: calc(100% - 50px);
             position: fixed;
             width: calc(100% - 58px);
             z-index: 3;
         }
        .profileDialog.dialog {
            position:fixed;
        }
         .profileDialog[show="true"] {
             display: block;
         }

         .profileDialog[show="false"] {
             display: none;
         }


         .profileDialogInstance {
            position: absolute;
            width: 100%;
            height: 100%;
            display:flex;
            flex-direction: column;
        }

        .profileDialogInstance .profileDisplayName {
            background: #FFF;
            display:flex;
            flex: 0 0 auto;
            flex-direction:row;
            flex-wrap: wrap;
            font-weight: bold;
            line-height: 40px;
            min-height: 40px;
            padding-left: 30px;
            padding-right: 30px;

        }

                .profileDialogInstance .profileDisplayName .displayName {
                    flex: 1 1 auto;
                    white-space:nowrap;
                    overflow:hidden;
                }

                .profileDialogInstance .profileDisplayName .AddFriend,
                .profileDialogInstance .profileDisplayName .RemoveFriend {
                    align-self: flex-end;
                    cursor: pointer;
                    flex: 0 0 auto;
                }
        





         .profileDialogInstance .profileHeader {
             background-color: #eee !important;
             /*border: solid 1px #d3d3d3;*/
             display: flex;
             flex: 0 0 200px;
             justify-content: space-between;
             position:relative;
             width: 100%;

         }

         .profileDialogInstance .profileHeader .closeProfile {
                background: url(/Images/close48_b.png) center center no-repeat;
                background-color: white;
                border-radius: 20px;
                background-size: 12px 12px;
                cursor: pointer;
                display: inline-block;
                -webkit-filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
                -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
                filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
                filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
                font-size: 16px;
                height: 20px;
                line-height: 20px;
                margin: 8px;
                padding: 12px;
                text-align: center;
                width: 20px;
            }


         .profileDialogInstance .profileHeader .profileImage {
             border: solid 1px #d3d3d3;             
             border-radius: 100px;
             cursor:pointer;
             height: 200px;
             margin-left:12px;
             position: relative;
             width: 200px;
         }

         .profileHeaderRight {
            display: flex;
            flex: 1 1 auto;           
            justify-content: flex-end;
            overflow: hidden;
            position: relative;
         }
         
         .profileHeader .profileActions {
             display: flex;
             position:relative;
         }

         .profileHeader .profileHeaderRight .AddFriend,
         .profileHeader .profileHeaderRight .RemoveFriend {
             cursor:pointer;
             position:absolute;
             right:50%;
             top: 8px;
         }

        .profileHeaderImages {
            position: absolute;
            bottom: 4px;
            display: flex;
            right: 30px;
        }


            .profileHeaderImages .profileHeaderImageContainer {
                background:#fff;
                border: solid 1px #fff;
                height: 50px;
                width: 50px;
                display: flex;
                flex-direction:row;
                justify-content: center;
                align-content:center;
                text-align:center;
                margin-right: 4px;
                overflow: hidden;
                flex: 0 0 auto;
                    cursor:pointer;
            }
                .profileHeaderImages .profileHeaderImageContainer img {
                    flex: none;
                    height: 50px;
                    text-align: center;
                }


         .profileHeaderImageContainer[original] {
             display:none;
         }

         /*.profileDialogInstance .profileHeader .profileImage:after {
            top: 50%;
            left: 90%;
            content: "" attr(displayName) "";
            color: black;
            margin-right:50px;
            position: absolute;
            text-align: center;
             width: 100%;
             
         }

         .profileDialogInstance .profileHeader .profileImage.personOnline[status='true']:after {
            color: lightgreen;
        }*/

         .profileInfoContainer {
             border: solid 1px #d3d3d3;
             flex: 0 0 50px;
             width: 100%;
         }


         .profileFriends {
             background: #FFF;
            display: flex;
            flex: 0 0 140px;
            flex-direction: row;
            height: 140px;
            overflow:hidden;
            /*overflow-x:auto;*/
            padding-left: 30px;
            -webkit-overflow-scrolling: touch;
            width:calc(100% - 10px);
        }

         .profileFriend {
            cursor:pointer;
            height: 140px;
            width: 70px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-content: center;
            text-align: center;
            margin-right: 10px;
            margin-top:12px;
            overflow: hidden;
            flex: 0 0 auto;

        }

         .profileFriendsTitle {
             cursor:pointer;
            margin-left: -16px;
            margin-right: 16px;
            margin-top: 4px;
        }

         .profileFriendsTitle .titleText {
            font-weight: bold;
            font-size: 16px;
         }

         .profileFriendsTitle .subTitleText::after  {
            display:block;
            font-weight: bold;
            font-size: 12px;
            content: '(expand)';
         }

         .profileFriend[original],
         .profileStreamContainer .profileStream[original] {
             display:none !important;
         }

        .profileFriend .profileFriendImageContainer {
            align-content: center;
            border: solid 1px lightgrey;
            border-radius: 35px;
            display: flex;
            flex: 0 0 auto;
            flex-direction: row;
            height: 70px;
            justify-content: center;
            margin-right: 10px;
            overflow: hidden;
            text-align: center;
            width: 70px;
        }

        .profileFriend .profileFriendImageContainer .profileImage {

             flex: none;
             height:70px;
             text-align:center;
        }

            .profileFriend span {
                flex: 0 0 20px;
                text-align:center;
            }

        .profileFriends.more {
            align-content:flex-start;
            background: #FFF;
            display: flex;
            flex: 1 1 auto;
            flex-direction: row;
            flex-wrap:wrap;
            height: 100%;
            overflow:auto;
            padding-left: 30px;
            width:calc(100% - 10px);
            -webkit-overflow-scrolling: touch;
        }

         .profileFriends.more .profileFriend {
            cursor:pointer;
            height: 80px;
            width: 200px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-content: center;
            text-align: center;
            margin-right: 10px;
            margin-top:12px;
            overflow: hidden;
            flex: 0 0 auto;

        }

         .profileFriends.more .profileFriendsTitle .subTitleText::after {
            content: '(collapse)';
            display:block;
            font-weight: bold;
            font-size: 12px;
         }

            .profileFriends.more .profileFriendsTitle {
                height: 30px;
                flex: 1 1 100%;
            }

            .profileFriends.more + .profileStreamContainer {
                display: none;
            }

         .profileStreamContainer {
             background: #eee;
             border: solid 1px #d3d3d3;
             display: block;
             overflow: auto;
             -webkit-overflow-scrolling: touch;
             width: 100%;
             height:100%;
             flex: 1 1 auto;
         }

         .profileStreamContainer .streamItem,
         .profileStreamContainer .profileStream {
             background: #fff;
             margin: auto;
             margin-bottom: 20px;
             max-width: 600px;
             width: 100%;
             position: relative;
         }

         .profileStreamContainer .streamNoPosts {
            margin: auto;
            margin-top:20px;
            max-width: 560px;
            text-align: center;
        }


#messageCreate {
    background:#FFF;
    display: flex;
    flex-direction: column;
    opacity: 0;
    order: 1;
    overflow: calc(100% - 50px);
    position: absolute;
    top: 0px;
    width: 250px;
    right: -250px;
    -webkit-transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    height: -webkit-calc(100% - 50px);
    -moz-transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    height: -moz-calc(100% - 50px);
    transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    height: calc(100% - 50px);
    z-index:1;
}

#messageCreate .dialogHead {
    flex: 0 0 72px;
    line-height: normal;
}

.messageCreateFilterContainer {
    display: flex;
    flex: 0 0 30px;
    flex-direction: row;
    padding: 8px;
}

    .messageCreateFilterContainer span {
        flex: 0 0 40px;
        line-height:30px;
    }

    .messageCreateFilterContainer input {
        flex: 1 1 auto;
    }


.messageCreateInstructions {
    flex: 0 0 30px;
    padding: 8px;
}


.messageCreateParticipantsContainer {
    overflow:auto;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
    .messageCreateParticipantsContainer .messageCreateParticipant[original] {
        display: none;
    }
.messageCreateParticipantsContainer .messageCreateParticipant {
    border-bottom: solid 1px lightgrey;
    display:flex;
    flex: 0 0 55px;
    flex-direction:row;
    height: 50px;
    position:relative;
}

.messageCreateParticipant.selected {
    order:0;
}

    .messageCreateParticipant .profileImageContainer {
        flex: 0 0 50px;
        max-height:50px;
    }

    .messageCreateParticipant .messageCreateDisplayName {
        flex: 0 0 154px;
        padding: 4px;
        
    }

.messageCreateParticipant .profileImage {
    max-height:50px;
    max-width:50px;
}


#messageCreate[show="true"] {
    /*left:-webkit-calc(100% - 310px);*/
    border: solid 1px lightgray;
    z-index: 5;
    right: 60px;
    opacity: 1;
    -webkit-transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    -moz-transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
}


.messageCreateSelectedParticipants {
    flex: 1 1 auto;
}

.messageCreateSelectedParticipants:not(:empty) {
    padding: 8px;
}

.messageCreateSelectedParticipants .selectedParticipant[original] {
    display: none;
}

.messageCreateSelectedParticipants .selectedParticipant {
    display: inline-block;
    margin:4px;
}

.messageCreateOptions {
    flex: 0 0 50px;
}

.messageCreateOptions button {
     border: solid 1px steelblue;
    color: steelblue;
    cursor: pointer;
    font-size: 16px;
    margin: 4px;
    outline: none;
    padding: 8px;
    z-index:10;
}

        .messageCreateOptions button:hover {
            color: firebrick;
        }



#messages {
    /*position:fixed;
            top:50px;
            left:100%;*/
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    top: 50px;
    width: 250px;
    right: -250px;
    -webkit-transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    height: -webkit-calc(100% - 100px);
    -moz-transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    height: -moz-calc(100% - 100px);
    transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    height: calc(100% - 100px);
    z-index:0;
    
}


    #messages.selected {
        /*left:-webkit-calc(100% - 310px);*/
        z-index: 4;
        right: 60px;
        opacity: 1;
        -webkit-transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
        -moz-transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
        transition: right .3s ease-in-out, top .2s ease-in-out, opacity .2s linear;
    }

    #messages .expirationSetting {
        display: flex;
        flex-direction:row;
    }

    #messages .expirationSetting > span {
        flex: 0 0 136px;
        line-height:30px;
    }

    #messages .expirationSetting > div {
        flex: 0 0 72px;
    }

    
    #messages .head .headProperty {
        display: flex;
    }

    .messageExpiresInContainer[show='false'] {
        display:none !important;
    }

     #messages .head .headProperty > .title {
          flex: 0 0 70px;
          line-height:16px;
     }

      #messages .head .headProperty > .clearOptions {
          display:flex;
          flex-direction: row;
          flex: 1 1 200px;
          background: none;
          border: none;
          text-align:right;
          line-height:16px;
          color: steelblue;
     }

       #messages .head .headProperty > .clearOptions > button {
           background: none;
           border: none;
           color: steelblue;
           margin: 0;
           margin-left: 4px;
           margin-right: 4px;
       }

       #messageExpirationContainer {
           display: none;
       }

       #closeMessages {
           background: rgba(0,0,0,.2);
           display:block;
           border-radius:10px;
           line-height:20px;
           pointer-events:none;
           opacity:0;
           position:fixed;
           right: 12px;
           top: 16px;
           height:20px;
           text-align:center;
           width: 20px;
           z-index:100001;
           transition: right .3s ease-in-out, opacity .3s ease-in-out;

       }

       #people[mode=""] #closeMessages {
           right: 12px;
           opacity: 0;
       }
       #people[mode="selected"] #closeMessages {
           opacity:1;
           right: 12px;
       }

        #closeMessages::after {
            content: "x";
        }



.head {
    background-color: #ddd;
    height: 72px;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    flex: 0 0 72px;
}

    .head .headProperty {
        font-weight: bold;
        margin-right: 10px;
    }



#conversation {
    flex: 1 1 auto;
    position:relative;
    width: 100%;
    background-color: #f0f0f0;
    -webkit-overflow-scrolling: touch;
    
    overflow: auto;
}

    #conversation > div {
        min-height: 40px;
        margin-bottom: 4px;
        margin-top: 4px;
        /*border: solid 1px lightgrey;*/
        background-color: whitesmoke;
        font-size: 12px;
    }



    #conversation > div[original] {
        display:none;
    }

    #messages .conversationInfo {
        background-color: lightyellow;
        bottom:50px;
        height: 50px;
        line-height: 50px;
        margin: 0px;
        max-height: 0;
        opacity:0;
        overflow: hidden;
        padding: 0px;
        position:absolute;
        text-align:center;
        transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
        width:100%;
    }

    #messages .conversationInfo[show="true"] {
        display: block;
        max-height: 50px;
        opacity: 1;
    }



.messageinput {
    flex: 0 0 50px;
    clear: both;
    bottom: 0px;
    height: 50px;
`    background-color: #FFF;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

#messageFile {
    display: none;
}

#messagePhoto {
    background: url(/Images/nav/postphoto.png) center center;
    background-color: white;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    height: 50px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    border:none;
    flex: 0 0 46px;
}

#messageText {
    height: 45px;
    width: 170px;
    display: inline-block;
    background-color: #ffffff;
    flex: 6;
    overflow: auto;
    padding: 3px;
    -moz-user-select: text !important;

}

    #messageText:focus {
        outline: none;
        border: none;
    }

    #messageText img {
        max-height: 50px;
        max-width: 50px;
        float: left;
        margin: 4px;
    }

#messageSend {
    background: url(/Images/nav/postup.png) center center;
    background-color: white;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    height: 50px;
    width: 40px;
    display: inline-block;
    flex: 0 0 auto;
}



/**********Post Template *****************/

.postInput {
    display: block;
    clear: both;
    bottom: 0px;
    min-height: 50px;
    background-color: white;
    border: solid 1px #cccccc;
    position: relative;
}

.postInput .postWaiter {
    display:none;
}

.postInput.posting .postActionButtons {
    -webkit-filter:grayscale();
    filter:grayscale();
    opacity:.5;
    pointer-events:none;    

}

.postInput.posting .postWaiter {
   display: block;
    height: 100px;
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    /* top: calc(50% - 15px); */
    /* background-image: url(/Images/iwaiter.gif); */
    /* background-position: -144px -108px; */
    /* background-repeat: no-repeat; */
    /* background-size: 30px; */
    overflow: hidden;
}

    .postInput.posting .postWaiter img {
        left: -124px;
        position: absolute;
        top: -48px;
     
    }

.postPreview {
    max-height: 0px;
    display: block;
    overflow: hidden;
    opacity: 0;
    transition: max-height .3s ease-in-out, opacity .3s ease-in-out;
}

    .postPreview.showPreview {
        opacity: 1;
        max-height: 700px;
        transition: max-height .3s ease-in-out, opacity .3s ease-in-out;
    }

    .postPreviewMediaContainer {
        display:flex;
        flex-direction:row;
    }

.postPreviewMediaContainer > div[original] {
    display:none;
}

.postPreviewMediaContainer > div {
    border: solid 1px whitesmoke;
    max-width: 100%;
    flex: 1 1 auto;
    
}

.postPreviewMediaContainer div img {
    width: 100%;
} 

.postPreviewMediaContainer div.videoPreview {
    
    background: url(/Images/video.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 4px center;
    height: 30px;
    line-height:30px;
    margin: 4px;
    padding-left: 50px;

}

.postActions {
    min-height: 50px;
    clear: both;
    display: block;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .postActions > * {
        vertical-align: bottom;
    }

.postFile {
    display: none;
}

.postText {
    min-height: 44px;
    min-width: 170px;
    display: inline-block;
    background-color: #ffffff;
    flex: 6;
    padding: 3px;
    min-width: 150px;
    line-height: 15px;
    word-break: keep-all;
    word-wrap: break-word;
    position: relative;
}

    .postText p {
        margin-bottom: 5px;
    }

    .postText:focus {
        outline: none;
        border: none;
    }

    .postText img {
        max-height: 50px;
        max-width: 50px;
        float: left;
        margin: 4px;
    }

.postActionButtons {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

    .postActionButtons > * {
        outline: none;
        text-align: center;
        padding-top: 35px;
        height: 50px;
        color: #bfbfbf;
        background-position: center 05px !important;
    }

.postPhoto {
    width: 40px;
    display: inline-block;
    background: url(/Images/nav/postphoto.png);
    background-color: white;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    margin: auto;
    border: none;
}

.postSend {
    width: 40px;
    display: inline-block;
    background: url(/Images/nav/postup.png);
    background-color: white;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    margin: auto;
    border: none;
}

.postEmoticon {
    border: none;
    outline: none;
    margin: auto;
    background: url(/Images/nav/emoticon/emoji_smiley.png);
    background-color: white;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
}

.postClear {
    margin: auto;
    display: inline-block;
    width: 40px;
    background: url(/Images/nav/postclear.png);
    background-color: white;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    border: none;
}

.postWho[mode='friend'] {
    margin: auto;
    display: inline-block;
    width: 40px;
    background: url(/Images/nav/postfriends.png);
    background-color: white;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    border: none;
}

.tagPerson {
    display: inline-block;
    height: 15px;
    background-color: #F0F8FF;
    color: firebrick;
    border-radius: 4px 0 4px 0;
    padding: 1px;
}

#peopleComplete {
    width: 300px;
    max-height: 400px;
    position: absolute;
    bottom: 50px;
    left: 12px;
    z-index: 4;
    background-color: #FFF;
    padding: 3px;
    display: none;
    flex-direction: column;
    list-style: none;
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
}

    #peopleComplete[show="true"] {
        display: flex;
    }


    #peopleComplete li {
        height: 32px;
        border-bottom: solid 1px whitesmoke;
        margin-top: 3px;
        padding-left: 36px;
        line-height: 32px;
        cursor: pointer;
    }

        #peopleComplete li[tagselected="true"] {
            background-color: #d3d3d3 !important;
        }

        #peopleComplete li[original] {
            display: none;
        }



#notificationList {
    width: 300px;
    max-height: 400px;
    position: absolute;
    bottom: 50px;
    left: 65px;
    z-index: 5;
    background-color: #FFF;
    padding: 3px;
    display: none;
    flex-direction: column;
    list-style: none;
    overflow: auto;
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
}

    #notificationList[show="true"] {
        display: flex;
    }

    #notificationList > .notifications {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        margin: 0px;
        order: 1;
        overflow: auto;
        padding: 0px;
    }
    #notificationList > .notficationCommands {
        display: flex;
        flex: 0 0 60px;
        flex-direction: column;
        margin: 0px;
        order: 2;
        padding: 0px;
    }

#notificationList li {
    border-bottom: solid 1px whitesmoke;
    display: flex;
    flex-direction: row;
    margin-top: 3px;
    padding-left: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    order: 1;
}

    #notificationList li span {
        flex: 1 1 auto;
    }

    #notificationList li img {
        flex: 0 0 50px;
        max-height:50px;
        align-self:flex-end;
    }

    

    #notificationList [seen="true"] {
        color: lightgray;
        order: 2;
    }

    #notificationList [seen="true"]::after {
        color:white;
        content:".";
        height: 12px;
        width: 12px;
        position:absolute;
        right:5px;
        top:10px;
        /*background-image:url(/Images/check48_green.png);*/
        background-color:lightgray;
        border-radius:6px;
        background-size: 12px 12px;
        display:inline-block;
    }

    #notificationList [seen="false"]::after {
        color:white;
        content:".";
        height: 12px;
        width: 12px;
        position:absolute;
        right:5px;
        top:10px;
        /*background-image:url(/Images/check48_g.png);*/
        background-color:lightgreen;
        border-radius:6px;
        background-size: 12px 12px;
        display:inline-block;
    }

        #notificationList li[tagselected="true"] {
            background-color: #d3d3d3 !important;
        }

        #notificationList li[original] {
            display: none;
        }

        #notificationList li.contentFilters {
            background: url(/Images/hideseek.png);
            background-size: 24px 24px !important;
            background-position: 8px 4px;
            background-repeat: no-repeat;
            background-color:rgba(230,152,0,.5);
            border: 0;
            border-bottom: 0;
            border-right: solid 1px rgba(255,255,255,.5);
            color: white;
            display: block;
            font-weight: bold;
            height: 30px;
            margin:0px;
            order: 999;
            padding:0px;
            padding-left: 40px;
            line-height: 30px;
        }

    #notificationList li.btnAddFeed {
        background: url(/Images/nav/notification_n_add.png);
        background-size: 24px 24px !important;
        background-position: 8px 4px;
        background-repeat: no-repeat;
        background-color: rgba(230,152,0,.5);
        border: 0;
        border-bottom: 0;
        color: white;
        display: block;
        font-weight: bold;
        height: 30px;
        margin: 0px;
        order: 999;
        padding: 0px;
        padding-left: 40px;
        line-height: 30px;
    }

    #notificationList li.contentOptions {
        background-color: rgba(230,152,0,.5);
        border: 0;
        border-bottom: 0;
        display: block;
        margin: 0px;
        order: 998;
        padding: 0px;
    }
        #notificationList li.contentOptions ul {
            display: flex;
            flex-direction: row;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .contentOptions ul li {
            color: white;
            cursor: pointer;
            flex: 1 1 50%;
            height: 30px;
            padding-left: 30px;
            margin-left: 4px;
        }

         #notificationList li.streamControls {
            background-color:rgba(230,152,0,.5);
            border: 0;
            border-bottom: 0;
            display: block;
            margin:0px;
            order: 998;
            padding:0px;
        }
         #notificationList li.streamControls ul {
            display:flex;
            flex-direction:row;
            list-style:none;
            margin:0;
            padding:0;
        }
                .streamControls ul li {
                    
                    color: white;
                    cursor:pointer;
                    flex: 1 1 33%;
                    height: 30px;
                    padding-left: 30px;
                    margin-left:4px;
                }
                    .streamControls ul li.selected {
                        background-color: rgba(230,152,0,1);
                    }

                    .streamControls ul li.btnPeopleOnly {
                        background-image: url(/Images/nav/notification_p.png);
                        background-size: 24px 24px !important;
                        background-position: 4px center;
                        background-repeat: no-repeat;
                    }
                    .streamControls ul li.btnAllStreams {
                        background-image: url(/Images/nav/notification.png);
                        background-size: 24px 24px !important;
                        background-position: 4px center;
                        background-repeat: no-repeat;
                        
                    }
                    .streamControls ul li.btnNewsOnly {
                        background-image: url(/Images/nav/notification_n.png);
                        background-size: 24px 24px !important;
                        background-position: 4px center;
                        background-repeat: no-repeat;
                    }


#searchDialog {
    background: #d3d3d3;
    max-height: 0;
    width: 100%;
    height: calc(100% - 50px);
    margin: 0px;
    position: absolute;
    z-index: 105;
    bottom: 50px;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.91,.61,.55,.86);
}
    #searchDialog.dragClose {
        transition:none !important;
    }

    #searchDialog[show="true"] {
        max-height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

.searchContainer {
    max-width: 700px;
    min-width: 300px;
    background: #FFF;
    min-height: 100%;
    margin: auto;
    display: block;
    position: relative;
    padding: 10px;
}



#searchInput
{
    border: solid 1px #d3d3d3;
    display: block;
    height: 30px;
    overflow: hidden;
    padding-left: 4px;
    width: 100%;
    z-index: 4;
}

    #searchInput::-ms-clear {
        display: none;
    }

.searchResultsEmpty[show="true"] {
    display:none;
}

.searchResultsEmpty[show="false"]
{
    display:block;
    height:50px;
    line-height:50px;
}

.searchResults {
    width: 100%;
    background-color: #FFF;
    padding: 3px;
    flex-direction: column-reverse;
    list-style: none;
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
    -webkit-overflow-scrolling: touch;
}

.searchResults[show="true"] {
    display:block;
}
.searchResults[show="false"] {
    display:none;
}

    .searchResults > li {
        height: 50px;
        border-bottom: solid 1px whitesmoke;
        margin-bottom: 8px;
        margin-top: 8px;
        padding-left: 56px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
    }

    .searchResults li .resultName {
        display: block;
        font-size:14px;
        height: 40px;
        line-height: 25px;
        width: 100%;
    }

    .searchResults li .resultOptions {
        display: flex;
        width: 100%;
        height: 25px;
        flex-direction: row;
        justify-content: space-around;
    }

        .searchResults li .resultOptions > li {
            display: inline-block;
            flex: 0 0 auto;
            height: 25px;
            line-height: 25px;
            cursor: pointer;
        }


    .searchResults li[original] {
        display: none;
    }

#entryContainer {
    position: absolute;
    min-width: 50px;
    min-height: 45px;
    bottom: 0px;
    left: 50px;
    z-index: 202;
}

.entry {
    border-radius: 25px;
    margin-right: 10px;
    min-height: 36px;
    max-height: 36px;
    max-width: 36px;
    background-color: white;
    padding: 3px;
    outline: none;
    color: white;
    text-align: left;
    font-size: 1px;
    position: relative;
    left: 0px;
    z-index: 2;
    transition: left .3s ease-in-out, max-width .2s ease-in-out, max-height .2s ease-in-out, border-radius .3s ease-in-out;
}

    .entry .entryActionText {
        display: block;
        position: absolute;
        top: 6px;
        left: 8px;
        color: #aaa;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
    }

    .entry.selected .entryActionText {
        display: none;
    }

    .entry .streamPostWho {
        display: none;
    }

    .entry.selected .streamPostWho {
        color: steelblue;
        display: block;
        margin:4px;
        margin-bottom: 8px;
        text-align: right;
    }


    .entry > div {
        opacity: 0;
        max-width: 0px;
        max-height: 0px;
        border: solid 1px transparent;
        overflow: hidden;
        transition-delay: 3s;
        transition: max-width .2s ease-in-out, max-height .2s ease-in-out, opacity .2s ease-in-out;
    }

    .entry.selected {
        box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
        -webkit-box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
        -moz-box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
        max-width: 500px;
        max-height: 1000px;
        border-radius: 3px;
        color: black;
        left: 15px;
        transition: left .3s ease-in-out, max-width .3s ease-in-out, max-height .3s ease-in-out, border-radius .3s ease-in-out;
        font-size: 12px;
        overflow: initial;
    }

    .entry:not(.selected) {
        cursor: pointer;
    }

    .entry.selected > div {
        max-width: 500px;
        max-height: 1000px;
        opacity: 1;
        transition-delay: 5s;
        transition: max-width 1s ease-in-out, max-height 5s ease-in-out, opacity 1s ease-in-out;
    }

@media screen and (max-device-width : 1000px){
    .entry.selected > div {
            max-width: 600px;
        max-height: 1000px;
        opacity: 1;
        transition-delay: 5s;
        transition: max-width 1s ease-in-out, max-height 5s ease-in-out, opacity 1s ease-in-out;
    }
}
@media screen and (max-device-width : 400px){
    .entry.selected > div {
         max-width: 300px;
        max-height: 1000px;
        opacity: 1;
        transition-delay: 5s;
        transition: max-width 1s ease-in-out, max-height 5s ease-in-out, opacity 1s ease-in-out;
    }
}


.tail {
    height: 8px;
    width: 15px;
    transform: rotate(-45deg);
    background-color: white;
    position: absolute;
    left: 15px;
    bottom: -1px;
    z-index: 1;
}

.entry.selected ~ .tail {
    left: 9px;
    bottom: 15px;
}

[contenteditable=true] {
    position: relative;
}

    [contenteditable=true][placeholder]:empty:after {
        content: attr(placeholder);
        color: lightgrey;
        display: block;
        position: absolute;
        top: 5px;
        left: 4px;
    }

::-webkit-input-placeholder, /* Safari, Chrome and Opera */
:-moz-placeholder, /* Firefox 18- */
::-moz-placeholder, /* Firefox 19+ */
:-ms-input-placeholder, /* IE 10+ */
::-ms-input-placeholder, /* Edge */
:placeholder-shown, /* Standard one last! */
input[placeholder]:empty,
input[placeholder][value=''] {
    color: lightgrey;
}

#personInfoDialog {
    background: whitesmoke;
    display: flex;
    flex-direction: column;
    max-height: 0;
    width: 100%;
    height: calc(100% - 50px);
    margin: 0px;
    position: absolute;
    z-index: 105;
    bottom: 50px;
    overflow: auto;
    transition: max-height .4s cubic-bezier(.91,.61,.55,.86);
}

    #personInfoDialog[show="true"] {
        max-height: 100%;
    }

    #personInfoDialog .personInfoHead {
        flex: 0 0 300px;
        display: block;
        height: 300px;
        position: relative;
        width: 100%;
    }

        #personInfoDialog .personInfoHead .personInfoHeaderImage {
            height: 300px;
            position: relative;
            width: 100%;
        }

        #personInfoDialog .personInfoHead .personInfoImage {
            height: 200px;
            left: 100px;
            position: absolute;
            top: 100px;
            width: 200px;
        }

        #personInfoDialog .personInfoHead .personInfoName {
            font-weight: bold;
            height: 50px;
            left: 100px;
            position: absolute;
            top: 305px;
            width: 200px;
        }

       

    #personInfoDialog .personInfoContent {
        flex: 1 1 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 40px;
    }

        #personInfoDialog .personInfoContent .personInfoLeft {
            flex: 0 0 300px;
        }

        #personInfoDialog .personInfoContent .personInfoStream {
            background: #FFF;
            flex: 1 1 auto;
            max-width: 600px;
            margin: auto;
        }


#yourPeople {
    background: #d3d3d3;
    max-height: 0;
    width: 100%;
    height: calc(100% - 50px);
    margin: 0px;
    position: absolute;
    z-index: 105;
    bottom: 50px;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.91,.61,.55,.86);
}
    #yourPeople.dragClose {
        transition:none !important;
    }

    #yourPeople[show="true"] {
        max-height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

.yourPeopleContainer {
    max-width: 700px;
    min-width: 300px;
    background: #FFF;
    margin: auto;
    display: block;
    position: relative;
    padding: 10px;
}

.invitationURL {
    color: white;
    font-weight: 600;
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding: 4px;
    box-sizing: border-box;
    border: solid 1px #d5d5d5;
    background-color: #34a853;
    cursor:pointer;
     -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;          
}

.invitationURL::-ms-clear {
    display: none;
}

#yourPeople h1 {
    background-image: url(/Images/nav/friends.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 4px;
    height: 50px;
    line-height: 50px;
    margin: -12px;
    margin-bottom: 12px;
    padding-left: 50px;
}

#yourPeople h3 {
    margin-bottom: 8px;
}

#yourPeople .yourPeopleOptions {
    width: 100%;
}

    #yourPeople .yourPeopleOptions .invitationURL {
        height: 30px;
        width: 100%;
    }

    #yourPeople .yourPeopleOptions .invitationURLActions {
        display: flex;
        flex-direction: row;
    }

#yourPeople .yourPeopleRequests {
    margin-top: 20px;
    width: 100%;
}

    #yourPeople .yourPeopleRequests .yourPeopleRequestContainer {
        position: relative;
    }

        #yourPeople .yourPeopleRequests .yourPeopleRequestContainer > li {
            height: 50px;
            border-bottom: solid 1px whitesmoke;
            margin-top: 3px;
            padding-left: 56px;
            cursor: pointer;
            display: flex;
            flex-direction: column;
        }

        #yourPeople .yourPeopleRequests .yourPeopleRequestContainer li .name {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 25px;
            font-weight: bold;
        }

        #yourPeople .yourPeopleRequests .yourPeopleRequestContainer li .yourPeopleOptions {
            display: flex;
            width: 100%;
            height: 25px;
            flex-direction: row;
        }

            #yourPeople .yourPeopleRequests .yourPeopleRequestContainer li .yourPeopleOptions > li {
                display: inline-block;
                width: 50%;
                height: 25px;
                line-height: 25px;
                cursor: pointer;
            }


        #yourPeople .yourPeopleRequests .yourPeopleRequestContainer li[original] {
            display: none;
        }


#yourPeople .yourPeopleList .yourPeopleListContainer {
    position: relative;
}

    #yourPeople .yourPeopleList .yourPeopleListContainer > li {
        min-height: 50px;
        border-bottom: solid 1px whitesmoke;
        margin-top: 3px;
        padding-left: 56px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
    }

    #yourPeople .yourPeopleList .yourPeopleListContainer li .name {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 25px;
        font-weight: bold;
    }

    #yourPeople .yourPeopleList .yourPeopleListContainer li .yourPeopleOptions {
        display: flex;
        width: 100%;
        height: 25px;
        flex-direction: row;
    }

        #yourPeople .yourPeopleList .yourPeopleListContainer li .yourPeopleOptions > li {
            
            display: inline-block;
            width: 50%;
            height: 25px;
            line-height: 25px;
            text-align:center;
            cursor: pointer;
            
        }

            #yourPeople .yourPeopleList .yourPeopleListContainer li .yourPeopleOptions > li:not(:last-child) {
                border-right: solid 1px #d3d3d3;
            }


    #yourPeople .yourPeopleList .yourPeopleListContainer li[original],
    #yourPeople .noFriendRequests:not([count="0"]),
    #yourPeople .noFriends:not([count="0"]) {
        display: none !important;
    }

#yourPeople .noFriendRequests[count="0"], #yourPeople .noFriends[count="0"] {
    display: block;
}

.dialogHead {
    background-color: #e69800;
    color: #FFF;
    height: 50px;
    width: auto;
    line-height: 50px;
    padding-left: 8px;
    position:relative;
}

.blue .dialogHead {
     background-color: #4267b2;
     color: #FFF;
}

.contextHead {
    background-color: #e69800;
    font-weight: bold;
    color: white;
    height: 30px;
    width: auto;
    line-height: 30px;
    padding-left: 8px;
}


#PageInfoDialog {
    position: fixed;
    background: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 110;
}

    #PageInfoDialog[show="true"] {
        display: flex;
        align-items: center;
    }

    #PageInfoDialog .contentContainer {
        margin: auto;
        min-width: 300px;
        max-width: 400px;
        background-color: white;
        vertical-align: middle;
        -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
        max-height: 90%;
        position: relative;
        display:flex;
        flex-direction:column;
    }

        #PageInfoDialog .contentContainer .close {
            position: absolute;
            cursor:pointer;
            background:url(/Images/close48_w.png) left 8px no-repeat;
            background-size:12px 12px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
            filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
            filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));

             display:inline-block;
             height:20px;
             position:absolute;
             right: 10px;
             top: 10px;
             width:20px;
        }

        #PageInfoDialog .contentContainer .dialogHead {
            flex: 0 0 auto;
            position:relative;
        }


        #PageInfoDialog .contentContainer h3 {
            color: #666;
            padding:8px;
            flex: 0 0 auto;
        }

            #PageInfoDialog .contentContainer h3:empty {
                display: none;
            }


        #PageInfoDialog .contentContainer .content {
            color: #333;
            display: block;
            margin: 10px;
            overflow: auto;
            flex: 1 1 auto;
        }

        #PageInfoDialog .contentContainer .options {
            display: flex;
            list-style: none;
            flex-direction: row-reverse;
            flex: 0 0 auto;
        }

            #PageInfoDialog .contentContainer .options button {
                display: inline-block;
                flex: 0 0 auto;
                margin: 10px;
                line-height: 20px;
                height: 28px;
                min-width: 28px;
                text-align: center;
                border-radius: 14px;
                border: solid 1px transparent;
                background-color: #e69800;
                cursor: pointer;
                padding-left:8px;
                padding-right:8px;
            }


#singleItem {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,.9);
    overflow: auto;
}

    /*#singleItem [original] {
        display: none;
    }*/

    #singleItem .closeSingleItem {
        text-align: right;
        height: 40px;
        cursor:pointer;
        display: block;
        background:orange;
    }

        #singleItem .closeSingleItem button {
            cursor: pointer;
            display: inline-block;
            height: 40px;
            width: 40px;
            background-color: transparent;
            background: url(/Images/close48_w.png) center center no-repeat;
            background-size: 12px 12px;
            background-repeat: no-repeat;
/*            background-size: 40px;*/
            border: none;
        }

    #singleItem[show="true"] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #singleItem .singleItemContainer {
        background:#FFF;
        max-height: 100%;
        width: 100%;
        max-width: 600px;
    }

    #singleItem[show="true"] .streamItem {
        border: solid 1px #d3d3d3;
    }

    .streamItem[original],
    .streamItemComment[original] {
        display: none;
    }

.settingsNav {
    display: flex;
    flex-direction: row;
}

    .settingsNav > button,
    .groupProfileImageContainer [type="file"] + label {

        border: solid 1px steelblue;
        color: steelblue;
        cursor: pointer;
        font-size: 16px;
        margin: 4px;
        outline: none;
        padding: 8px;
        z-index:10;
    }

        .settingsNav > button:hover {
            color: firebrick;
        }


#whatIs9tail {
    background: none;
    border: none;
    color: #FFF;
    font-size: 16px;
    left: 4px;
    outline: none;
    position:absolute;
    top: 8px;
}

#warmWelcome {
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: center;
    max-height: 0%;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(10,10,10,.4);
    z-index: 10;
    color: white;
    align-items: center;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.91,.61,.55,.86);
    display: flex;
}

    #warmWelcome.showWarmWelcome {
        max-height: 100%;
    }

.warmWelcomeContainer {
    flex: 0 0 auto;
    height: 90%;
    width: 50%;
    min-width: 300px;
    max-width: 500px;
    box-sizing: border-box;
    position: relative;
}

.warm-welcome {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: background 1s ease-in-out, margin-left 1s ease-in-out, opacity .2s ease-in-out;
    -webkit-transition: background 1s ease-in-out, margin-left 1s ease-in-out, opacity .2s ease-in-out;
    -moz-transition: background 1s ease-in-out, margin-left 1s ease-in-out, opacity .2s ease-in-out;
}

    .warm-welcome .updateNav {
        display: none;
    }

    .warm-welcome[stepvis="false"] {
        max-width: 0;
        width: 0;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
    }

        .warm-welcome[stepvis="false"] .createNav {
            margin-left: 150px;
        }

    .warm-welcome[stepvis="true"] .createNav {
        margin-left: 0px;
        transition: margin-left .7s ease-in-out;
    }

    .warm-welcome[step="0"][stepvis="false"] {
        background: #47639e;
        opacity: 1;
    }

    .warm-welcome[step="0"][stepvis="true"] {
        background: #47639e;
        opacity: 1;
    }

    .warm-welcome[step="1"][stepvis="false"] {
        background: #47639e;
        opacity: 1;
    }

    .warm-welcome[step="1"][stepvis="true"] {
        background: #ab93ff;
        opacity: 1;
    }

    .warm-welcome[step="2"][stepvis="false"] {
        background: #ab93ff;
        opacity: 1;
    }

    .warm-welcome[step="2"][stepvis="true"] {
        background: #ffb82c;
        opacity: 1;
    }

    .warm-welcome h1, .warm-welcome h2, .warm-welcome h3 {
        position: relative;
        opacity: 0;
        transition: margin-left .3s ease-in-out;
    }

    .warm-welcome img {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .warm-welcome[stepvis="false"] h1 {
        margin-bottom: 40px;
        margin-left: 250px;
        opacity: 0;
        transition: opacity .5s ease-in-out;
    }

    .warm-welcome[stepvis="true"] h1 {
        margin-bottom: 40px;
        margin-left: 0px;
        opacity: 1;
        transition: margin-left .3s ease-in-out, opacity .3s ease-in-out;
    }

    .warm-welcome[stepvis="false"] h2 {
        margin-bottom: 10px;
        margin-left: 280px;
        opacity: 0;
        transition: opacity .5s ease-in-out;
    }

    .warm-welcome[stepvis="true"] h2 {
        margin-bottom: 10px;
        margin-left: 0px;
        opacity: 1;
        transition: margin-left .4s ease-in-out, opacity .4s ease-in-out;
    }

    .warm-welcome[stepvis="false"] h3 {
        margin-top: 30px;
        margin-left: 400px;
        opacity: 0;
        transition: opacity .5s ease-in-out;
    }

    .warm-welcome[stepvis="true"] h3 {
        margin-top: 30px;
        margin-left: 0px;
        opacity: 1;
        transition: margin-left .5s ease-in-out, opacity .5s ease-in-out;
    }

#settingsDialog {
    background-color: white;
    box-sizing: border-box;
    bottom: 50px;
    -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    height: 100%;
    max-height: 0px;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: max-height .3s ease-in-out, opacity .3s linear;
}

    #settingsDialog .createNav {
        display: none;
    }

    #settingsDialog .settingsTabs {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

     #settingsDialog .dialogHead,
     .dvPasswordRecovery .dialogHead {
        background-size: 50px 50px;
        background-color: rgba(255,184,44,1) !important;
        box-sizing: border-box;
        color: #FFF;
        flex: 0 0 64px;
        line-height: 64px;
        padding-left: 80px;
        position: relative;
    }

     .dialogHead .close {
        background:url(/Images/close48_w.png) left 8px no-repeat;
        background-size:12px 12px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
        filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
        filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));

         cursor: pointer;
         display:inline-block;
         height:20px;
         position:absolute;
         right: 20px;
         top: 12px;
         width:20px;
         
     }
     #settingsDialog  .dialogHead .close {
         top: 20px;
     }

    #settingsDialog .settingsTabs > .dialogHead {
        background: url(/Images/nav/settings_h.png) 4px center no-repeat;
        padding-left: 72px;
    }

    #settingsDialog .tabcontainer {
        flex: 0 0 50px;
    }

    #settingsDialog .settingsDialogOptions {
        flex: 1 1 auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #settingsDialog .stepCounter {
        visibility: hidden;
    }

    #settingsDialog[show="false"] {
        max-height: 0px;
        opacity: 0;
        padding: 0;
        overflow: hidden;
    }

    #settingsDialog[show="true"] {
        max-height: calc(100% - 50px);
        opacity: 1;
    }

#HideandSeekDialog {
    background-color: white;
    box-sizing: border-box;
    bottom: 50px;
    -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 500px;
    max-height: 0px;
    max-width: 500px;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: max-height .3s ease-in-out, opacity .3s linear;
}

     #HideandSeekDialog.dragClose {
        transition:none !important;
    }

.tabcontrol .tabcontainer {
    display: flex;
    margin-bottom: 12px;
    width: 100%;
}

    .tabcontrol .tabcontainer .tab {
        border: none;
        flex: 1 1 auto;
        font-weight: 400;
        height: 40px;
        max-width: 50%;
    }

        .tabcontrol .tabcontainer .tab[selected] {
            background-color: steelblue;
            color: white;
        }

#HideandSeekDialog[show="false"] {
    max-height: 0px;
    opacity: 0;
    padding: 0;
    overflow: hidden;
}

#HideandSeekDialog[show="true"] {
    max-height: 500px;
    opacity: 1;
}

.editHideSeek {
    background: #FFF;
    box-sizing: border-box;
    display: block;
    height: calc(100% - 40px);
    left: 0px;
    max-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    top: 40px;
    transition: max-width .1s ease-in-out, opacity .1s linear, padding-left .1s linear, padding-right .1s linear;
}

    .editHideSeek[show="false"] {
        opacity: 0;
    }

    .editHideSeek[show="true"] {
        max-width: 100%;
        opacity: 1;
        padding-left: 10px;
        padding-right: 10px;
        transition: max-width .3s ease-in-out, opacity .3s linear, padding-left 0s linear, padding-right 0s linear;
        width: 100%;
    }

       


.addHideItem, .addSeekItem {
    background: url(/Images/nav/add.png) left center no-repeat;
    background-size: 30px 30px;
    border: none;
    height: 30px;
    outline: none;
    padding-left: 36px;
}

#saveHideSeek {
    background: url(/Images/nav/save.png) left center no-repeat;
    background-size: 30px 30px;
    border: none;
    height: 30px;
    outline: none;
    padding-left: 36px;
}

#cancelHideSeek {
    background: url(/Images/nav/postclear.png) left center no-repeat;
    background-size: 30px 30px;
    border: none;
    height: 30px;
    margin-left: 10px;
    outline: none;
    padding-left: 36px;
}

.hideSeekLists li {
    background: rgba(0,0,0,0.1);
    display: flex;
    height: 40px;
    justify-content: flex-start;
    margin-bottom: 2px;
    width: 100%;
}

    .hideSeekLists li:hover {
        background-color: #d3d3d3;
    }

    .hideSeekLists li button {
        background-color: transparent;
        border: none;
        outline: none;
    }

#seeksTemplate,
#hidesTemplate {
    max-height: 230px;
    overflow: auto;
}

    #seeksTemplate li .seekEdit,
    #hidesTemplate li .hideEdit {
        background: url(/Images/nav/edit.png) right center no-repeat;
        background-size: 32px;
        box-sizing: border-box;
        display:flex;
        flex: 1 1 auto;
        line-height:40px;
        padding-left: 5px;
        text-align: left;
        width: 100%;
    }
   

        #hidesTemplate li .hideEdit .hideName {
            flex: 1 1 auto;
        }


        .hideSeekExpiration {
            flex: 0 0 200px;
        }


        #seeksTemplate li .seekDelete,
        #hidesTemplate li .hideDelete {
            background: url(/Images/nav/postclear.png) center center no-repeat;
            background-size: 32px;
            flex: 0 0 40px;
        }

#txtHideSeekTitle {
    border: solid 1px #ddd;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
}

#txtHideSeekWords {
    border: solid 1px #ddd;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
}
.dialog {
    position:relative;
}
.editHideSeek .dialogHead {
    background: url(/Images/nav/add.png) left center no-repeat !important;
    background-size: 30px 30px;
    background-color: rgba(255,184,44,1);
    height: 72px;
    line-height: 72px;
    padding-bottom: 12px;
    padding-left: 72px;
}

.editHideSeek[action='add'] .dialogHead {
    background: url(/Images/nav/add.png) left center no-repeat !important;
}

.editHideSeek[action='edit'] .dialogHead {
    background: url(/Images/nav/edit.png) left center no-repeat !important;
}

.editHideSeek[type="hide"] .AddEditType:before {
    content: "hide";
}

.editHideSeek[type="seek"] .AddEditType:before {
    content: "seek";
}

.editHideSeek[action="add"] .AddEditAction:before {
    content: "Add new ";
}

.editHideSeek[action="edit"] .AddEditAction:before {
    content: "Edit existing";
}

#HideandSeekDialog [original] {
    display: none;
}


#HideandSeekDialog > .dialogHead {
    background-image: url(/Images/hideseek.png);
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: 50px;
    box-sizing: border-box;
    margin: -10px;
    margin-bottom: 10px;
    padding-left: 64px;
}

.streamItemHideSeek {
    display: none;
    line-height:12px;
}

#streams .streamItem[hideSeek="hide"] {
    background-color: #eee;
}

.btnUnhideAndSeek {
    color: steelblue;
    cursor: pointer;
}

[hideSeek="hide"] .streamItemCommentContainer {
    display: none;
}

[hideSeek="hide"] .streamItemAuthor {
    border: none;
}


    [hideSeek="hide"] .streamItemAuthor ~ * {
        display: none;
    }

[hideSeek="hide"] .streamItemHideSeek {
    background: whitesmoke;
    display: flex;
    flex: 1 1 auto;
    margin: 0 8px 0 0;
    padding: 8px;
}

    [hideSeek="hide"] .streamItemHideSeek ~ * {
        display: none;
    }

    [hideSeek="hide"] .streamItemHideSeek img {
        flex: 0 0 25px;
        height: 25px;
        width: 25px;
        margin-top:-4px;
        margin-left: 8px;
        margin-right: 8px;
    }

[hideSeek="hide"] .streamItemHideSeek .streamItemHideSeekTextContainer {
    flex: 1 1 auto;
    line-height:14px;
}

    [hideSeek="hide"] .streamItemHideSeek .streamItemHideSeekTextContainer * {
        display:inline !important;
    }
    
    [hideSeek="hide"] .streamItemHideSeek .hideSeekText {
    font-weight: bold;
    margin-right: 12px;
}

        [hideSeek="hide"] .streamItemHideSeek .hideSeekText:before {
            content: "'s post hidden because '";
        }

        [hideSeek="hide"] .streamItemHideSeek .hideSeekText:after {
            content: "'.";
        }

[hideSeek="seek"] {
    background-color: gold !important;
}

.seekHighlight {
    text-decoration: underline;
}


#motes {
    display: block;
    position: fixed;
}


#reportPost {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(255,255,255,.9);
    overflow: auto;
}

#reportPost ul {
    list-style:none;
}
    #reportPost[show="true"] {
        display:block;
    }

    #reportPost [original] {
        display: none;
    }
    #reportPost .reportFlow {
        padding: 12px;
        
    }

    #reportPost .closereportPost {
        text-align: right;
        height: 40px;
        display: block;
    }

        #reportPost .closereportPost button {
             background:url(/Images/close48_w.png) left 8px no-repeat;
            background-size:12px 12px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
            filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
            filter:drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
            height: 20px;
            position: absolute;
            right: 8px;
            top: 12px;
            text-align: center;
            text-decoration: none;
            width: 20px;
        }

.softCheck {
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    padding-left: 40px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    
}

.softCheck[sel='false'] {
    background: url(/Images/check48_g.png) 8px 8px no-repeat;
    background-size: 24px 24px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
}


.softCheck[sel="true"] {
    background:url(/Images/check48_green.png) 8px 8px no-repeat;
    background-size: 24px 24px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
}

#reportPost .softCheck[sel="true"] {
    background:url(/Images/check48_r.png) 8px 8px no-repeat;
    background-size:24px 24px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
}
#reportPost .reportFlow[stepvis="true"] {
    display: block !important;
}

#reportPost .reportFlow[stepvis="false"] {
    display: none !important;
}

.reportReason {
    background: rgba(255,255,255,.9);
    border: solid 1px #d3d3d3;
    display: block;
    height: 100px;
    width:400px;
}


.foxUsage {
    min-height:28px;
    display:block;
    margin-bottom:12px;
}

.foxBold {
    font-weight:bold;
    color:#e69800;
    background-size:23px;
    display:inline-block;
}

#signupInvitationURL {
    width:100%;
    height:60px;
}

.foxTipisList {
    list-style:none;
}

.dvPasswordRecoveryContainer {
    align-content:center;
    align-items:center;
    height:100%;
    width:100%;
    display:flex;
    flex-direction:column;
}

.dvPasswordRecovery {
    margin:auto;
    width:400px;
    border: solid 1px gray;
}

.dvPasswordRecovery input  {
    height:24px;
    font-size:18px;
    line-height:24px;
    
}

.dvPasswordRecovery button  {
    background:none;
    border: none;
    color:steelblue;
    height:24px;
    font-size:18px;
    line-height:24px;
    cursor:pointer;
}


.dvPasswordRecoveryInternalContainer {
    padding: 12px;
}

.cookiewarning {

    background:url("/Images/cookie.png");
    background-size:36px;
    background-repeat:no-repeat;
    display: block;
    margin-top:20px;
    padding-left:44px;
}

.betawarning {
    position:absolute;
    right: 4px;
    top:4px;
    color:white;
}
/**********************************************************************************/

#GroupsDialog {
    background-color: white;
    box-sizing: border-box;
    bottom: 50px;
    -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction:column;
    height: calc(100% - 50px);
    max-height: 0px;
    max-width: 500px;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: max-height .3s ease-in-out, opacity .3s linear;
}

     #GroupsDialog.dragClose {
        transition:none !important;
    }

#GroupsDialog[show="false"] {
    max-height: 0px;
    opacity: 0;
    padding: 0;
    overflow: hidden;
}

#GroupsDialog[show="true"] {
    max-height: calc(100% - 50px);
    opacity: 1;
}

.editGroups {
    background: #FFF;
    box-sizing: border-box;
    display: block;
    height: calc(100% - 40px);
    left: 0px;
    max-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    top: 40px;
    transition: max-width .1s ease-in-out, opacity .1s linear, padding-left .1s linear, padding-right .1s linear;
}

    .editGroups[show="false"] {
        opacity: 0;
    }

    .editGroups[show="true"] {
        max-width: 100%;
        opacity: 1;
        padding-left: 10px;
        padding-right: 10px;
        transition: max-width .3s ease-in-out, opacity .3s linear, padding-left 0s linear, padding-right 0s linear;
        width: 100%;
    }

   
       


.addGroupItem {
    background: url(/Images/nav/add.png) left center no-repeat;
    background-size: 30px 30px;
    border: none;
    height: 30px;
    outline: none;
    padding-left: 36px;
}

#saveGroups {
    background: url(/Images/nav/save.png) left center no-repeat;
    background-size: 30px 30px;
    border: none;
    height: 30px;
    outline: none;
    padding-left: 36px;
}

#cancelGroups {
    background: url(/Images/nav/postclear.png) left center no-repeat;
    background-size: 30px 30px;
    border: none;
    height: 30px;
    margin-left: 10px;
    outline: none;
    padding-left: 36px;
}

.groupsLists li {
    background: rgba(0,0,0,0.1);
    display: flex;
    height: 40px;
    justify-content: flex-start;
    margin-bottom: 2px;
    width: 100%;
}

    .groupsLists li:hover {
        background-color: #d3d3d3;
    }

    .groupsLists li button {
        background-color: transparent;
        border: none;
        outline: none;
    }

.groupsLists.tabcontrol {
    display:flex;
    flex-direction:column;
    flex: 1 1;
}

.mygroups, 
.groupsjoined {
    flex: 1 1 auto;
    overflow: auto;
}


#myGroupsTemplate,
#groupsJoinedTemplate {
    max-height: 230px;
    overflow: auto;
}

    #myGroupsTemplate li .seekEdit,
    #groupsJoinedTemplate li .hideEdit {
        background: url(/Images/nav/edit.png) right center no-repeat;
        background-size: 32px;
        box-sizing: border-box;
        flex: 1 1 auto;
        padding-left: 5px;
        text-align: left;
        width: 100%;
    }

    #myGroupsTemplate li .seekDelete,
    #groupsJoinedTemplate li .hideDelete {
        background: url(/Images/nav/postclear.png) center center no-repeat;
        background-size: 32px;
        flex: 0 0 40px;
    }

#txtGroupsTitle {
    border: solid 1px #ddd;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
}

#txtGroupsWords {
    border: solid 1px #ddd;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
}

.editGroups .dialogHead {
    background: url(/Images/nav/add.png) left center no-repeat !important;
    background-size: 30px 30px;
    background-color: rgba(255,184,44,1);
    height: 72px;
    line-height: 72px;
    padding-bottom: 12px;
    padding-left: 72px;
}


.editGroups[action='add'] .dialogHead {
    background: url(/Images/nav/add.png) left center no-repeat !important;
}

.editGroups[action='edit'] .dialogHead {
    background: url(/Images/nav/edit.png) left center no-repeat !important;
}

.editGroups[type="hide"] .AddEditType:before {
    content: "hide";
}

.editGroups[type="seek"] .AddEditType:before {
    content: "seek";
}

.editGroups[action="add"] .AddEditAction:before {
    content: "Add new ";
}

.editGroups[action="edit"] .AddEditAction:before {
    content: "Edit existing";
}

#GroupsDialog [original] {
    display: none;
}


.groupProfileImageContainer {
    
}

.groupProfileImageContainer img {
    max-height: 100px;
    max-width: 550px;
}

.groupProfileImageContainer [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.groupProfileImageContainer [type="file"] + label {
    display: block;
    background:url(/Images/nav/postphoto.png) 4px center no-repeat;
    background-size: 24px 24px;
    padding-left: 36px;
}

#GroupsDialog > .dialogHead {
    background-image: url(/Images/Groups.png);
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: 50px;
    box-sizing: border-box;
    margin: -10px;
    margin-bottom: 10px;
    padding-left: 64px;
}

.groupSearch,
.groupCreate,
.groupMemberSearch {
    display: flex;
    flex-direction:row;
    margin:12px
}
    .groupSearch input,
    .groupCreate input,
    .groupMemberSearch input {
        flex: 1 1 auto;
        height:30px;
    }

    .groupSearch button,
    .groupCreate button,
    .groupMemberSearch  button {
        border: solid 1px steelblue;
        flex: 0 0 60px;
    }

.groupSearchResults {
    background:#FFF;
    border: solid 1px gray;
    display:flex;
    flex-direction:column;
    max-height:100%;
    min-height:300px;
    overflow:auto;
    padding: 4px;
    position:relative;
    max-width:480px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.5));
    -webkit-overflow-scrolling: touch;
}

.groupSearchResults[show="true"] {
    display: flex;
}


.groupSearchResults[show="false"] {
    display: none;
}


.groupResult {
    display: flex;
    flex:0 0 30px;
    flex-direction:row;
}

.groupResult > img {
    flex: 0 0 30px;
    height: 30px;
    margin-right: 8px;
}

.groupResult button,
.editGroup button {
    background: none;
    border: none;
    flex: 0 0 60px;
    height: 30px;
    margin: 4px;
}

.groupResult > * {
    cursor:pointer;
}

.groupResult .groupName {
    color: #034af3;
    flex: 1 1 200px;
   align-content:center;
}

.groupResult .btnLeaveGroup {
    flex: 0 0 60px;
}

.groupResult .btnJoinGroup {
    flex: 0 0 60px;
}

.groupResult .btnFaveGroup {
    flex: 0 0 60px;
}

.groupResult .btnUnFaveGroup {
    flex: 0 0 60px;
}

.groupResult .btnGroupMembers {
    flex: 0 0 60px;
}

.groupResult .btnEditGroup {
    flex: 0 0 60px;
}

.groupResult .btnDeleteGroup {
    flex: 0 0 60px;
}


.groupMembers {
    background:#FFF;
    border: solid 1px gray;
    display:flex;
    flex-direction:column;
    max-height:100%;
    padding: 4px;
    position:absolute;
    width:480px;
}

.groupMembers[show="true"]{
    display: flex;
}

.groupMembers[show="false"]{
    display: none;
}

.editGroup {
    background: #FFF;
    display: flex;
    flex-direction: column;
    height:100%;
    left: 0px;
    padding-left: 20px;
    padding-top:30px;
    position:absolute;
    top:0;
    width:100%;
}

.editGroup[show="false"] {
    display: none;
}

.editGroup[show="true"] {
    display: flex;
}



.editGroup .dialogHead {
    flex: 0 0 50px !important;
}

 .editGroupOptions {
        flex: 0 0 30px;
        margin:10px;
    }

 .editGroupOptions button {
     padding-left: 10px;
     padding-right: 10px;
 }

.editGroupContents {
    display: flex;
    flex: 1 1 auto;
    flex-direction:column;
    height: 100%;
    overflow:auto;
    position:relative;
    -webkit-overflow-scrolling: touch;
}

.editGroup .close,
.groupSearchResults .close {
    background:url(/Images/close48_b.png) left 8px no-repeat;
    background-size:12px 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));

    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding:12px;
    padding-top:20px;
    position:absolute;
    right: 0px;
    top:0px;
}
   

.editGroup .space-under-normal,
.editGroup .space-under-head,
.editGroup .space-under-section
 {
    margin-left:12px;
    margin-right:12px;
    flex: 1 1 auto;
}

.editGroup input[type="text"] {
    height: 30px;
    width: 90%;
}

.editGroup input[type="radio"],
.editGroup input[type="checkbox"]
 {
    margin-left:12px;
    margin-right:4px;
}


.editGroup textarea {
    height: 72px;
    width: 90%;
}



.groupInvitations {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.groupInviteOptions {
    flex: 0 0 auto;
    flex-order:999999;
    order:9999909;
    -ms-flex-order: 9999999;
}


.groupInvitationPeople {
    cursor:pointer;
    height: 180px;
    width: 120px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
    position:relative;
    

}
.groupInvitationPeople img {
   
    flex: none;
    height: 120px;
    text-align: center;
}


.groupInvitationPeople span {
    flex: 0 0 20px;
    text-align:center;
}


.groupMembers h3 .close {
    background:url(/Images/close48_b.png) left 8px no-repeat;
    background-size:12px 12px;
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));

    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding:12px;
    padding-top:20px;
    position:absolute;
    right: 0px;
    top:0px;
}


.groupMemberList {
    width: 360px;
    max-height: 400px;
    position: relative;
    background-color: #FFF;
    padding: 3px;
    flex-direction: column-reverse;
    list-style: none;
}

    .groupMemberList[show="true"] {
        display: flex;
    }


    .groupMemberList > li {
        height: 50px;
        border-bottom: solid 1px whitesmoke;
        margin-top: 3px;
        padding-left: 56px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
    }

    .groupMemberList li .resultName {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 25px;
        font-weight: bold;
    }

    .groupMemberList li .resultOptions {
        display: flex;
        width: 100%;
        height: 25px;
        flex-direction: row;
        justify-content: space-around;
    }

        .groupMemberList li .resultOptions > li {
            display: inline-block;
            flex: 0 0 auto;
            height: 25px;
            line-height: 25px;
            cursor: pointer;
        }


    .groupMemberList li[original] {
        display: none;
    }

.streamInvitation,
.nofeedHeader {
    background: #FFF;
    flex: 0 0 40px;
    margin:auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding:12px;
    max-width: 550px;
}

.nofeedHeader {
    cursor: pointer;
}


/* Items preload */

.timeline-item {
  background-color: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 12px;

  margin: 0 auto;
  max-width: 472px;
  min-height: 200px;
}

@keyframes placeHolderShimmer {
  0%{ background-position: -468px 0; }
  50%{ background-position: 468px 0; }
  100%{ background-position: -468px 0; }
}

.animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line  {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}
/*@media screen and (max-device-width : 480px) {
    * {
        -webkit-text-size-adjust: 100%;
    }
}*/
/* trending */
#trending-container {
    background:white;
    border: solid 1px gray;
    position:fixed;
    top:0px;
    left:10px;
    width:100%;
    max-width:350px;
    z-index:4;
}
    #trending-container .dialogHead {
        background-image: url(/Images/nav/trending_h.png);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: 4px;
        height: 50px;
        line-height: 50px;
        padding-left: 50px;
    }
    #trending-container [original]{
        display:none;
    }
    #trending-container > [tabcontent] {
        width: 100%;
        padding: 12px;
        max-height:400px;
        overflow:auto;
    }

    .trending-entity {
        display:flex;
        flex-direction:row;
        padding:4px;
    }
    .trending-entity span:first-child {
        flex: 0 0 80%;
        display: inline-block;
    }
        .trending-entity span:last-child {
            flex: 0 0 20%;
            display: inline-block;
        }

        .trending-entity span:last-child ::after{
            content:" posts";
        }
    .hide {
        display: none !important;
    }