
@font-face {
    font-family: 'Speedee';
    src: url('../../assets/fonts/Speedee-Bold.eot');
    src: url('../../assets/fonts/Speedee-Bold.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Speedee-Bold.woff2') format('woff2'), url('../../assets/fonts/Speedee-Bold.woff') format('woff'), url('../../assets/fonts/Speedee-Bold.ttf') format('truetype'), url('../../assets/fonts/Speedee-Bold.svg#Speedee-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Speedee';
    src: url('../../assets/fonts/Speedee-Light.eot');
    src: url('../../assets/fonts/Speedee-Light.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Speedee-Light.woff2') format('woff2'), url('../../assets/fonts/Speedee-Light.woff') format('woff'), url('../../assets/fonts/Speedee-Light.ttf') format('truetype'), url('../../assets/fonts/Speedee-Light.svg#Speedee-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Speedee';
    src: url('../../assets/fonts/Speedee-Regular.eot');
    src: url('../../assets/fonts/Speedee-Regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Speedee-Regular.woff2') format('woff2'), url('../../assets/fonts/Speedee-Regular.woff') format('woff'), url('../../assets/fonts/Speedee-Regular.ttf') format('truetype'), url('../../assets/fonts/Speedee-Regular.svg#Speedee-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    min-height: 100vh;
    font-family: 'Speedee', sans-serif;
    font-size: 1em;
    letter-spacing: 0.1px;
    color: #000000;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-weight: 900;
    color: #000000;
    font-size: 40px;
    margin: 40px 0;
}

.text-info {
    color: #000000 !important;
    font-size: 14px;
    margin-bottom: 5px;
}

.login-btn {
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

#login .container #login-row #login-column #login-box {
    margin-top: 120px;
    max-width: 600px;
    height: 320px;
    border: 1px solid #9C9C9C;
    background-color: #EAEAEA;
}

    #login .container #login-row #login-column #login-box #login-form {
        padding: 20px;
    }

        #login .container #login-row #login-column #login-box #login-form #register-link {
            margin-top: -85px;
        }




.header {
    width: 100%;
    padding-bottom: 10px;
    float: left;
    padding: 18px 0;
}

.main-div {
    width: 1200px;
    margin: auto;
}

.content-box {
    float: left;
    width: 100%;
}





.chat-name {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.chat-you {
    font-weight: 500;
    font-size: 15px;
    color: #db2937;
}

#frame {
    width: 100%;
    height: calc(100vh - 180px);
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}

.icn {
    padding: 0;
}

.icn-txt {
    display: block;
}

.datecolor_chat {
    color: #999999;
    font-size: 13px;
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .datecolor_chat a {
        color: #666666 !important;
        font-size: 13px;
        transition: all ease-in .2s;
        text-decoration: none;
        margin-right: 20px;
        padding: 5px 10px;
        border: solid 1px #ddd;
        border-radius: 3px;
        margin-top: 3px;
        float: left;
        margin-right: 5px;
    }

        .datecolor_chat a:hover {
            color: #ffffff !important;
            background-color: #db2937;
            border: solid 1px #db2937;
        }

.replies .datecolor_chat a {
    color: #666666 !important;
    font-size: 13px;
    transition: all ease-in .2s;
    text-decoration: none;
    margin-right: 0px;
    padding: 5px 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
    margin-top: 3px;
    float: right;
    margin-left: 5px;
}

    .replies .datecolor_chat a:hover {
        color: #ffffff !important;
        background-color: #db2937;
        border: solid 1px #db2937;
    }

    .replies .datecolor_chat a span {
        padding-left: 3px;
    }
.chatdatetime {
    font-size: 12px;
    color: #999;
}
.txtcommentedit {
    min-height: auto !important;
    width: 100%;
}

.txtcomreplyto {
    /* height: auto; */
    min-height: 35px;
    resize: none;
    padding: 8px 30px;
}

.post_btnreply {
    position: absolute;
    top: 10px;
    right: 0;
    /* color: #ffff; */
    font-size: 14px !important;
}

.attach_btn_new {
    position: absolute;
    top: 10px;
    font-size: 14px !important;
    left: -3px;
}

@media screen and (max-width: 1200px) {
    .main-div {
        width: 100%;
        margin: auto;
        padding: 0 20px;
    }
}


@media screen and (max-width: 1200px) {
    .icn-txt {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        height: 100vh;
    }
}

@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px;
    }
}

#frame #sidepanel #profile {
    width: 100%;
    margin: auto;
    padding: 20px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #e4002b;
    }
}

#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}

    #frame #sidepanel #profile.expanded .wrap p {
        margin-top: 20px;
    }

    #frame #sidepanel #profile.expanded .wrap i.expand-button {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}

#frame #sidepanel #profile .wrap img {
    width: 60px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 8px;
        margin-top: 5px;
    }
}

#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}

#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
    font-weight: 500;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #666666;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #666666;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}

#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
    }
}

#frame #sidepanel #profile .wrap #status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #666666;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
        margin-left: 23px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
}

    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 30px 18px;
        display: block;
        cursor: pointer;
    }

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

    #frame #sidepanel #profile .wrap #expanded label {
        float: left;
        clear: both;
        margin: 0 8px 5px 0;
        padding: 5px 0;
    }

    #frame #sidepanel #profile .wrap #expanded input {
        border: none;
        margin-bottom: 6px;
        background: #e4002b;
        border-radius: 3px;
        color: #f5f5f5;
        padding: 7px;
        width: calc(100% - 43px);
    }

        #frame #sidepanel #profile .wrap #expanded input:focus {
            outline: none;
            background: #666666;
        }

#frame #sidepanel #search {
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: solid 1px #f6f6f8;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        display: none;
    }
}

#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 40px;
    color: #9aa6b0;
}

#frame #sidepanel #search input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    padding: 10px 0 10px 46px;
    width: calc(100% - 40px);
    border: none;
    background: #edf2f6;
    color: #000000;
    margin-left: 20px;
    border-radius: 100px;
    font-size: 14px;
}

    #frame #sidepanel #search input:focus {
        outline: none;
        background: #edf2f6;
    }

    #frame #sidepanel #search input::-webkit-input-placeholder {
        color: #9aa6b0;
    }

    #frame #sidepanel #search input::-moz-placeholder {
        color: #9aa6b0;
    }

    #frame #sidepanel #search input:-ms-input-placeholder {
        color: #9aa6b0;
    }

    #frame #sidepanel #search input:-moz-placeholder {
        color: #9aa6b0;
    }

#frame #sidepanel #contacts {
    height: calc(100% - 177px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

        #frame #sidepanel #contacts::-webkit-scrollbar {
            display: none;
        }
}

#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #ffffff;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.20);
    border-radius: 20px;
}

#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 46px 8px;
    }
}

#frame #sidepanel #contacts ul li.contact:hover {
    background: #f6f6f8;
}

#frame #sidepanel #contacts ul li.contact.active {
    background: #f6f6f8;
    border-left: 5px solid #e4002b;
}

    #frame #sidepanel #contacts ul li.contact.active span.contact-status {
        border: 2px solid #ffffff !important;
    }

#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #95a5a6;
}

    #frame #sidepanel #contacts ul li.contact .wrap span.online {
        background: #2ecc71;
    }

    #frame #sidepanel #contacts ul li.contact .wrap span.away {
        background: #f1c40f;
    }

    #frame #sidepanel #contacts ul li.contact .wrap span.busy {
        background: #e74c3c;
    }

#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 500;
    font-size: 14px;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 8px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    color: #9ea3ae;
    font-size: 12px;
}

    #frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
        position: initial;
        border-radius: initial;
        background: none;
        border: none;
        padding: 0 2px 0 0;
        margin: 0 0 0 1px;
        opacity: .5;
    }

#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    #frame #sidepanel #bottom-bar button {
        float: left;
        border: none;
        width: 50%;
        padding: 10px 0;
        background: #e4002b;
        color: #f5f5f5;
        cursor: pointer;
        font-size: 0.85em;
        font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    }

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #cd052b;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #cd052b;
    }
}

#frame #sidepanel #bottom-bar button:hover {
    background: #666666;
}

#frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
        display: none;
    }
}

#frame .content {
    float: right;
    width: 59%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame .content {
        width: calc(100% - 58px);
    }
}

@media screen and (min-width: 900px) {
    #frame .content {
        width: calc(100% - 340px);
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    border-left: 1px solid #edf2f6;
    border-bottom: 1px solid #e6eaea;
}

    #frame .content .contact-profile img {
        width: 40px;
        border-radius: 50%;
        float: left;
        margin: 9px 12px 0 9px;
    }

    #frame .content .contact-profile p {
        float: left;
        font-weight: 500;
    }

    #frame .content .contact-profile .social-media {
        float: right;
    }

        #frame .content .contact-profile .social-media i {
            margin-left: 6px;
            cursor: pointer;
        }

            #frame .content .contact-profile .social-media i:nth-last-child(1) {
                margin-right: 8px;
            }

            #frame .content .contact-profile .social-media i:hover {
                color: #666666;
            }

#frame .content .messages {
    height: auto;
    min-height: calc(100% - 114px);
    max-height: calc(100% - 114px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.20);
    border-radius: 20px;
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

    #frame .content .messages ul li:nth-last-child(1) {
        margin-bottom: 20px;
    }

    #frame .content .messages ul li.sent img {
        margin: 6px 8px 0 0;
        margin-right: 0;
        background-color: #ccc;
    }

    #frame .content .messages ul li.sent p {
        background: #ffffff;
        color: #666666;
        text-align: left;
    }





    #frame .content .messages ul li.replies img {
        float: right;
        margin: 6px 0 0 8px;
        margin-left: 0;
        background-color: #ccc;
        margin-right: 0 !important;
    }

    #frame .content .messages ul li.replies p {
        background: #ffffff;
        float: right;
        color: #666666;
        text-align: right;
    }

    #frame .content .messages ul li img {
        width: 40px;
        border-radius: 50%;
        float: left;
    }

    #frame .content .messages ul li p {
        display: inline-block;
        padding: 10px 15px;
        border-radius: 5px;
        max-width: 80%;
        line-height: 130%;
    }

@media screen and (max-width: 735px) {
    max-width: 80%;
}

@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        min-width: 60%;
        max-width: 60%;
    }
}

#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #ffffff;
    border-left: solid 1px #edf2f6;
}

    #frame .content .message-input .wrap {
        position: relative;
    }

        #frame .content .message-input .wrap input {
            float: left;
            border: none;
            width: calc(100% - 110px);
            padding: 18px;
            font-size: 14px;
            font-weight: 500;
            color: #000000;
        }

        #frame .content .message-input .wrap .attachment {
            position: absolute;
            right: 80px;
            z-index: 4;
            margin-top: 18px;
            font-size: 20px;
            color: #666666;
            opacity: .5;
            cursor: pointer;
        }

#postmesg {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    color: #db2937;
    top: -30px;
    font-size: 12px;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 0px 16px 8px;
    }
}

#frame .content .message-input .wrap input:focus {
    outline: none;
}

#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 80px;
    z-index: 4;
    margin-top: 14px;
    font-size: 20px;
    color: #666666;
    opacity: .5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 14px;
        right: 75px;
        font-size: 20px;
    }
}

#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 60px;
    padding: 16px 0;
    cursor: pointer;
    background: #ffffff;
    color: #666666;
    font-size: 16px;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}

#frame .content .message-input .wrap button:hover {
    background: #ffffff;
    color: #000000;
}

#frame .content .message-input .wrap button:focus {
    outline: none;
}

.ep-img-new {
    width: 520px;
    margin: 20px auto;
    max-width: 80%;
}

.ep-img {
    width: 100px;
    margin: auto;
    margin-top: 50px;
}
.myprofchild {
    width: 30px !important;
    margin-right: 7px !important;
    margin-top: 0 !important;
}
.replies .myprofchild {
    width: 30px !important;
    margin-left: 7px !important;
    margin-top: 0 !important;
}