﻿.plupload_container {
    padding: 0px !important;
}

.plupload_wrapper {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 12px;
}

.plupload_header {
    display: none;
}

.plupload_button {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    padding: 8px 8px 8px 25px;
}

.plupload_filelist_footer {
    height: auto;
}

.plupload_add {
    background-position: -178px center;
}


/******************************************************/


/********** New Message and Comment *******************/


/******************************************************/

.user-info-postnew {
    border: 1px solid #9daccc;
    background: #e2e6f0;
    -webkit-border-radius: 2px;
    color: #1c2a47;
    cursor: default;
    display: block;
    float: left;
    margin: 4px 4px 4px 4px;
    padding: 0px 3px 1px 0px;
    position: relative;
    white-space: nowrap;
}

.user-info-postnew .deleteCommand {
    left: 1px;
    margin: 0;
    outline: none;
    position: relative;
    top: 4px;
    width: 11px;
    height: 11px;
    display: inline-block;
}

.user-info-postnew .deleteCommand::before {
    font: normal normal normal 11px/1 "Material Design Icons";
    content: "\F0156";
    color: #999;
}

.user-info-postnew .user-objectname {
    padding: 1px 2px 0px 3px;
    max-width: 150px;
    float: left;
    font-size: 0.9em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}

.user-info-postnew .deleteCommand:hover {
    cursor: pointer;
}

.post-edit-box>.textntags-wrapper {
    margin: 10px 5px;
}

.post-edit-box {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    position: relative;
}

.post-edit-box .function-upload {
    border-top: 1px solid #e6e5e5;
    background-color: #f7f7f7;
    display: block;
    min-height: 37px;
    padding: 4px 5px;
}

.post-edit-box .function-upload-left {
    border-right: 1px solid #E6E6E6;
    float: left;
    display: flex;
    align-items: center;
    min-height: 33px;
    padding-right: 4px;
    white-space: nowrap;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 4px;
    color: #555;
}

.btn-icon .mdi {
    font-size: 20px;
    line-height: 1;
}

.btn-icon:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.06);
    color: #3b5998;
}

.function-upload-right .btn-post {
    font-size: 14px;
    vertical-align: middle;
    padding: 6px;
}

.function-upload-right .btn-post .mdi {
    font-size: 16px;
    margin-right: 3px;
    vertical-align: bottom;
}

@media all {
    .post-edit-box .function-upload-right {
        display: table;
        float: right;
        height: 33px;
        line-height: 33px;
        text-align: right;
    }
}

@media screen {
    .post-edit-box .function-upload-right {
        padding-right: 10px;
    }
}

@media (max-width:1024px) {
    .post-edit-box .function-upload-right {
        padding-right: 3px;
    }
}

.function-upload-right .divAjaxPost {
    display: table-cell;
}

.function-upload-right .divAjaxPost>span {
    background-color: #EDEFF4;
    position: relative;
    overflow: hidden;
}

.function-upload-right .divAjaxPost>span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -40%;
    width: 40%;
    height: 3px;
    margin-top: -1.5px;
    border-radius: 2px;
    background: linear-gradient(90deg, #ff3d3d, #ffae00, #ffe600, #4cd964, #00c2ff, #5b6bff, #d63dff, #ff3d3d);
    background-size: 300% 100%;
    animation: loadingBarMove 1.6s linear infinite, loadingBarHue 1.6s linear infinite;
}

@keyframes loadingBarMove {
    0% {
        left: -40%;
    }

    100% {
        left: 100%;
    }
}

@keyframes loadingBarHue {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.post-edit-box .div-ShareList {
    border: 0;
    border-top: 1px dashed #bdc7d8;
    padding: 0;
    background: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    position: relative;
}

.post-edit-box .div-ShareList .textntags-wrapper {
    display: inline-block;
    width: 100%;
}

.info-file ol {
    margin: 5px 0px 5px 30px;
}

.info-file ol li {
    margin-bottom: 3px;
    position: relative;
    font-size: 0.9em;
    line-height: 13px;
}

.info-file ol li span.t {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
    width: 400px;
    display: inline-block;
    color: rgb(153, 0, 0);
}

.info-file ol li span.s {
    margin-left: 10px;
    position: absolute;
    right: 35px;
    cursor: pointer;
    padding: 0px 3px 0px 3px;
}

.file-remove {
    float: right;
    display: inline-block;
    text-align: center;
    height: 15px;
    width: 15px;
    margin-top: 3px;
    margin-left: 3px;
    color: #999;
}

.file-remove::before {
    font: normal normal normal 15px/1 "Material Design Icons";
    content: "\F0159";
}

.file-remove:hover {
    color: #e0245e;
    cursor: pointer;
}

.post-box-image-new {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
}

.post-box-img {
    background-size: cover;
    border-radius: 1px;
    float: left;
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 15px;
}

.post-box-image-new .img {
    max-width: 100%;
    width: 131px;
}

.post-box-img:hover .file-remove {
    background-position: 0px -32px;
    cursor: pointer;
}

.label-primary {
    display: inline;
    padding: .1em .3em;
    font-size: 0.9em;
    line-height: 13px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #428bca;
    margin-right: 10px;
}

#left-bottom {
    background-color: #F2F2F2;
    position: relative;
}

.meLoading {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.meLoading .background {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}


/*loading*/

.meLoading .loading {
    position: absolute;
    width: 60px;
    height: 60px;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.meLoading .loading .circleG {
    position: absolute;
    background-color: #FFFFFF;
    height: 11px;
    width: 11px;
    -moz-border-radius: 5px;
    -moz-animation-name: f_fadeG;
    -moz-animation-duration: 0.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 5px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 5px;
    -ms-animation-name: f_fadeG;
    -ms-animation-duration: 0.8s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 5px;
    -o-animation-name: f_fadeG;
    -o-animation-duration: 0.8s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 5px;
    animation-name: f_fadeG;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.meLoading .loading .frotateG_01 {
    left: 0;
    top: 25px;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.meLoading .loading .frotateG_02 {
    left: 7px;
    top: 7px;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.meLoading .loading .frotateG_03 {
    left: 25px;
    top: 0;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.meLoading .loading .frotateG_04 {
    right: 7px;
    top: 7px;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.meLoading .loading .frotateG_05 {
    right: 0;
    top: 25px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.meLoading .loading .frotateG_06 {
    right: 7px;
    bottom: 7px;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.meLoading .loading .frotateG_07 {
    left: 25px;
    bottom: 0;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.meLoading .loading .frotateG_08 {
    left: 7px;
    bottom: 7px;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: #099CEB;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: #099CEB;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: #099CEB;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: #099CEB;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@keyframes f_fadeG {
    0% {
        background-color: #099CEB;
    }
    100% {
        background-color: #FFFFFF;
    }
}

.multiRow {
    display: block;
    padding: 5px;
}

.multiRow .row {
    display: block;
    padding: 5px 0;
}

.multiRow .row input[type="text"] {
    border: 1px solid #ccc;
}

.multiRow .row label {
    font-weight: bolder;
    font-size: 1em;
    color: #4E5665;
}


/******************************************************/


/********** ME Message *******************/


/******************************************************/


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width: 640px) {
    .textntags-wrapper .textntags-tag-list {
        min-width: calc(100vw - 70px);
    }
}


/*------------ JQuery UI Custom-------------------*/

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 1px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 1px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 1px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 1px;
}

.ui-autocomplete {
    z-index: 10000000 !important;
    margin-left: -50px !important;
}


/*------------CSSLoading Textntags-------------------------------------*/

.tagLoading {
    background-color: #FFFFFF;
    float: left;
    height: 8px;
    margin-left: 4px;
    width: 8px;
    -moz-animation-name: bounce_circleG;
    -moz-animation-duration: 0.75s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-border-radius: 5px;
    -webkit-animation-name: bounce_circleG;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-border-radius: 5px;
    -ms-animation-name: bounce_circleG;
    -ms-animation-duration: 0.75s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-border-radius: 5px;
    -o-animation-name: bounce_circleG;
    -o-animation-duration: 0.75s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-border-radius: 5px;
    animation-name: bounce_circleG;
    animation-duration: 0.75s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    border-radius: 5px;
}

.tagLoading_1 {
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -ms-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.tagLoading_2 {
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.tagLoading_3 {
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

@-moz-keyframes bounce_circleG {
    0% {}
    50% {
        background-color: #129CE6;
    }
    100% {}
}

@-webkit-keyframes bounce_circleG {
    0% {}
    50% {
        background-color: #129CE6;
    }
    100% {}
}

@-ms-keyframes bounce_circleG {
    0% {}
    50% {
        background-color: #129CE6;
    }
    100% {}
}

@-o-keyframes bounce_circleG {
    0% {}
    50% {
        background-color: #129CE6;
    }
    100% {}
}

@keyframes bounce_circleG {
    0% {}
    50% {
        background-color: #129CE6;
    }
    100% {}
}


/*-------------------------------------------------*/

.input-content {
    margin-top: 5px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    position: relative;
}

/* .post-box:before,
.post-box:after {
    content: '';
    z-index: -2;
    display: block;
    position: absolute;
    bottom: 0.75em;
    left: 0.50em;
    width: 50%;
    height: 20%;
    max-height: 13em;
    box-shadow: 0px 8px 10px #979797;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.post-box:after {
    right: 0.50em;
    left: auto;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
} */

.post-box a {
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}

.post-box a:hover {
    text-decoration: underline;
}

.post-box {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 16px;
    line-height: 1.1em;
    position: relative;
    width: 100%;
    color: #333;
    word-wrap: break-word;
    word-break: break-word;
    border: 1px solid #e0e0e0;    
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.post-box-viewed {
    background-color: #fff;
}

.post-box-extend-detail {
    background-color: #f7f7f7;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #e0e0e0;
}


/*------------ Public -------------------*/

.post-box-action-like-info {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.post-box-action-comment-info {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    height: 100%;
}

.post-box-action-like-info {
    border-bottom: 1px solid #e0e0e0;
}

.post-box-action,
.post-box-comment-action,
.post-box-action-comment-info,
.post-box-action-like-info {
    font-size: 0.85em;
}

.post-box-image-content img {
    display: block !important;
    margin: 0px auto;
    max-width: 100%;
}


/*------------ CSS for Object -------------------*/

.post-box-title {
    margin: 10px;
    height: 40px;
}

.post-box-title .sharedUser {
    color: #909090;
    font-weight: normal;
}

.post-box-user {
    font-weight: bold;
    font-size: 0.9em;
    color: #3B5998;
    padding-right: 5px;
    padding-bottom: 3px;
}

.post-box-title .post-box-user {
    display: block;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-box-UpdateTime {
    color: #909090;
    font-weight: normal;
    font-size: 0.9em;
    margin-right: 10px;
    vertical-align: middle;
}

.post-box-content {
    margin: 15px 10px 15px 10px;
    clear: both;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 1em;
    line-height: 1.5em;
}

.post-box-content i,
.commentText i {
    font-style: normal;
    font-weight: bolder;
    color: #3B5998;
    cursor: pointer;
}

.post-box-content i:hover,
.commentText i:hover {
    text-decoration: underline;
}


/*------------ Action -------------------*/

.btnFriend {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-color: #129CE6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 1em;
    cursor: pointer;
}

.btnFriend-cancel {
    background-color: #FB8C00;
}

.post-box-action {
    display: table;
    width: 100%;
    padding: 2px 7px;
    border-top: 1px solid #e0e0e0;
    border-collapse: initial;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-box-action>div {
    color: Gray;
    width: 20%;
    display: table-cell;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.post-box-action span {
    vertical-align: middle;
    margin: 0px 5px;
}

.post-box-comment-action {
    padding-top: 3px;
    display: block;
    white-space: nowrap;
    line-height: 22px;
}

.post-box-action label,
.post-box-comment-action label {
    color: #3B5998;
    white-space: nowrap;
    cursor: pointer;
}

.post-box-comment-action > a,
.post-box-comment-action > span {
    vertical-align: middle;
}

.post-box-comment-action .mdi {
    font-size: 16px;
    margin-right: 2px;
}

.post-box-action-like-info {
    padding-left: 25px;
    background-repeat: no-repeat;
    color: #3B5998;
}

.post-box-action-comment-info {
    color: #3B5998;
}

.post-box-action-comment-info .mdi {
    font-size: 16px;
    margin-right: 8px;
    vertical-align: middle;
}


/*--------------------*/

.post-box-action-icon-like {
    font-size: 20px;
    vertical-align: middle;
}

.post-box-action-icon-unlike {
    color: #e0245e;
}

.post-box-action-icon-comment {
    font-size: 20px;
    vertical-align: middle;
}

.post-box-action-icon-subcomment {
    color: #1565c0;
    vertical-align: middle;
}

.post-box-action-icon-shared {
    font-size: 20px;
    vertical-align: middle;
}

.post-box-action-icon-view {
    font-size: 20px;
    vertical-align: middle;
}

.post-box-action-icon-viewed {
    color: #1565c0;
}


/*--------------------*/

.post-box-action-like-info {
    position: relative;
}

.post-box-action-like-info::before {
    font: normal normal normal 16px/1 "Material Design Icons";
    content: "\F02D5";
    position: absolute;
    left: 0px;
    top: 6px;
}

.post-box-action-like-info b {
    font-weight: normal;
}


/*----------------- post-box-Menu ----------------------*/

.post-box-menu {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    align-content: center;
    text-align: center;
}

.post-box-menu.post-box-processed-icon {
    right: 34px;
}

.post-box-menu-icon .mdi {
    font-size: 24px;
    vertical-align: middle;
    color: #808080;
}

.post-box-processed-icon .mdi {
    font-size: 16px;
    color: #43A047;
    vertical-align: middle;
}

.post-box-processed-icon-BW .mdi {
    font-size: 16px;
    color: #C8C8C8;
    opacity: 0.7;
}

.post-box-comment-menu {
    float: right;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.post-box-comment-menu:hover {
    background-position: left -32px;
}

.comment-button-delete::before {
    font: normal normal normal 15px/1 "Material Design Icons";
    content: "\F09E7";
}

.comment-button-edit::before {
    font: normal normal normal 15px/1 "Material Design Icons";
    content: "\F0CB6";
}


/*----------------- URL info ----------------------*/

.post-box-URL-info a {
    display: block;
    height: 100%;
}

.post-box-URL-info a:hover {
    text-decoration: none;
}

.post-box-URL-info {
    margin: 10px;
    border: 1px solid #e9e9e9;
    background-color: #f7f7f7;
    clear: both;
    font-size: 0.9em;
}

.post-box-URL-info img,
.post-box-URL-info iframe {
    max-height: 1800px;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
}

.url-img-large {
    text-align: center;
}

.url-img-small {
    display: table-cell;
    height: 110px;
    width: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #888;
}

.post-box-URL-info .url-title {
    padding: 10px;
    font-weight: bold;
}

.post-box-URL-info .url-title:hover {
    text-decoration: underline;
}

.post-box-URL-info .url-content {
    display: table-cell;
    vertical-align: top;
}

.post-box-URL-info .url-description {
    padding: 0px 10px 10px 10px;
    color: #909090;
}


/*--------------- Comment --------------------------------*/

.post-box-comment-content {
    font-size: 0.9em;
    display: table;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.post-box-comment {
    padding: 5px 0px 5px 5px;
    display: table-cell;
    word-wrap: break-word;
    word-break: break-word;
    vertical-align: top;
    width: 100%;
}

.post-box-comment-content-sub {
    padding: 0px 0px 0px 46px;
}

.post-box-avatar-content {
    width: 33px;
    padding: 5px 5px 5px 0px;
    display: table-cell;
}

.post-box-comment .post-box-user {
    display: inline-block;
}

.post-box-comment .post-box-attach-content {
    max-width: 613px;
    width: 100%;
}

.new-comment-btncm {
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}

.new-comment-input {
    position: relative;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 1px;
}

.new-comment-input .textntags-wrapper {
    width: calc(100% - 24px);
}

.new-comment-btnattach {
    position: absolute;
    bottom: 0;
    right: 0;
    align-content: center;
    text-align: center;
    width: 26px;
    height: 38px;
}

.new-comment-iconAttach {
    cursor: pointer;
    font-size: 20px;
    color: #808080;
    vertical-align: middle;
}

.cm-tool-toggle {
    cursor: pointer;
    font-size: 22px;
    color: #aaa;
    line-height: 38px;
}

.cm-tool-toggle:hover { color: #555; }

.cm-tool-menu {
    position: absolute;
    bottom: calc(100% + 4px);
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    min-width: 190px;
    z-index: 200;
    overflow: hidden;
}

.cm-quickreply-list { padding: 4px 0; }

.cm-quickreply-item {
    padding: 8px 14px;
    cursor: pointer;
    font-size: 0.95em;
    color: #333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cm-quickreply-item:hover { background: #f5f5f5; }

.cm-quickreply-item i { font-style: normal; font-weight: bold; color: #3b5998; }

.cm-tool-toolbar {
    padding: 8px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.new-comment-file,
.new-comment-img,
old-comment-file,
old-comment-img {
    width: 100%;
    background-color: #fff;
}

.action_LikeComment {
    margin-left: 10px;
    margin-right: 10px;
}
.action_LikeComment .mdi-heart-outline {
    color: #808080;
}
.action_LikeComment .mdi-heart {
    color: #e0245e;
}

.action_SubComment, .action_ReplyComment {
    margin-left: 10px;
    margin-right: 10px;
}
.action_ReplyComment .mdi {
    color: #808080;
}

.action_LikeCommentUser {
    color: #808080;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    float: right;
}
.action_LikeCommentUser .mdi {
    color: #808080;
    font-size: 14px;
}

.commentText {
    line-height: 1.4em;
    display: block;
    padding: 2px 0;
}

.textareaHelp {
    margin-top: 2px;
    text-align: right;
    font-size: 0.7em;
    color: #909090;
}


/*--------------- Attach --------------------------------*/

.post-box-attach-content {
    margin: 10px;
    border: 1px solid #e9e9e9;
    background-color: #f7f7f7;
    clear: both;
    font-size: 0.9em;
    color: #006e2e;
}

.post-box-attach-content a {
    color: #006e2e;
    display: block;
}

.post-box-attach {
    padding: 5px;
}

.post-box-attach .file-save {
    margin-top: -4px;
    margin-right: -5px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    float: right;
    text-align: center;
    cursor: pointer;
    color: #3B5998;
}

.post-box-attach .file-save::before {
    font: normal normal normal 20px/26px "Material Design Icons";
    content: "\F0818";
}

.post-box-attach .file-name {
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 82px);
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: normal;
}

.post-box-attach .file-capacity {
    float: right;
    font-size: 0.85em;
    line-height: 22px;
}

.waitingMessage {
    text-align: center;
}


/*---------- Avatar ---------------------*/

.post-box-avatar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.post-box .avatar-sender {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    float: left;
}

.post-box .avatar-comment {
    height: 38px;
    width: 38px;
}

.avatar-user {
    height: 50px;
    width: 50px;
}

.avatar-shared-user {
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 1px
}


/*-------------------------------------------------------*/


/*-------------- Share Message Window -------------------*/


/*-------------------------------------------------------*/


/*-------------*/

.user-info {
    padding: 7px 25px 7px 10px;
    line-height: 1.3em;
    cursor: default;
    position: relative;
}

.user-info:hover {
    background-color: #f1f1f1;
}

.notShare {
    color: gray;
}

.message-pending {
    text-decoration: underline;
}

.deleteCommand {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #666;
}

.deleteCommand::before {
    font: normal normal normal 16px/1 "Material Design Icons";
    content: "\F0156";
}

.deleteCommand:hover {
    opacity: 1;
}

.undeleteCommand::before {
    content: "\F0819";
}


/*--------------- Alone Object --------------------------*/

.ajaxError {
    color: #8f0222;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.dataError {
    display: table;
    min-height: 200px;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
    color: #a90329;
}

.dataError div {
    display: table-cell;
    line-height: 1.5em;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.InsertObject {
    color: #048200;
}

.DeleteObject {
    text-decoration: line-through;
    color: #960000;
}

.sharedIcon {
    display: inline-block;
    font-size: 13px;
    color: #909090;
    margin-right: 5px;
    vertical-align: middle;
}

.pinToTopIcon {
    position: absolute;
    top: -10px;
    right: 30px;
    height: 25px;
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #FFC107;
}

.pinToTopIcon::before {
    font: normal normal normal 20px/25px "Material Design Icons";
    content: "\F0403";
}

.imageViewer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.post-box-errorMessage {
    font-size: 0.9em;
    color: #D88200;
    display: inline-block;
    margin-right: 10px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}

.post-box-errorMessage::before {
    font: normal normal normal 15px/1 "Material Design Icons";
    content: "\F05D6";
    position: absolute;
    left: 0;
    top: 1px;
}

.friendDetail {
    position: relative;
    line-height: 1.5em;
    color: #333333;
    clear: both;
    padding: 15px 10px;
    min-height: 50px;
    white-space: normal;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.friendAVT {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.friendNote {
    font-size: 1em;
    word-wrap: break-word;
    word-break: break-word;
    display: table-cell;
}

.friendName {
    font-weight: 600;
    font-size: 0.9em;
    color: #000;
}

.friendUpdateTime {
    color: #909090;
    font-weight: normal;
    font-size: 0.8em;
}

table#lsFile {
    width: 100%;
    padding: 5px;
    font-size: 0.9em;
    table-layout: fixed;
}

table#lsFile thead tr {
    /* font-size: 0.8em; */
}

table#lsFile thead tr th {
    padding-bottom: 5px;
}

table#lsFile thead tr th:first-child {
    text-align: center;
}

table#lsFile tr td {
    padding: 5px;
}

table#lsFile tbody tr:nth-child(2n+1) {
    background: #F9F9F9;
}

table#lsFile tr td>input {
    cursor: pointer;
    vertical-align: middle;
    visibility: visible;
    display: inline-block;
    margin: 3px;
}

table#lsFile tbody tr {
    font-size: 1em;
    height: 24px;
    line-height: 1.3em;
}

table#lsFile .FileName {
    vertical-align: middle;
    cursor: pointer;
}

table#lsFile .FileName a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    max-width: calc(100% - 120px);
    text-decoration: none;
}

.tdChon {
    vertical-align: middle;
    text-align: left;
    line-height: 13px;
}

.tdChon>label {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
}


/* ============================================================ */
/* POLL SYSTEM                                                  */
/* ============================================================ */

.poll-area { margin: 0; }

.poll-block {
    border: 1px solid #e0e4f0;
    border-radius: 6px;
    margin: 6px 10px;
    padding: 12px 14px;
    background: #fff;
    position: relative;
}

.poll-header {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 10px;
}
.poll-icon { color: #1877f2; font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.poll-question { font-weight: 600; font-size: 14px; color: #1c2a47; flex: 1; line-height: 1.4; }
.poll-edited-link { font-size: 11px; color: #8a8a8a; text-decoration: none; flex-shrink: 0; align-self: center; }
.poll-edited-link:hover { text-decoration: underline; }

.poll-author-menu { position: relative; flex-shrink: 0; align-self: center; }
.poll-author-menu > i { color: #888; font-size: 18px; padding: 2px 4px; border-radius: 50%; cursor: pointer; display: block; }
.poll-author-menu > i:hover { background: #f0f2f5; }
.poll-author-menu ul {
    display: none; position: absolute; right: 0; top: 100%; background: #fff;
    border: 1px solid #ddd; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.15);
    list-style: none; margin: 2px 0 0; padding: 4px 0; min-width: 150px; z-index: 100;
}
.poll-author-menu.open ul { display: block; }
.poll-author-menu ul li a { display: block; padding: 8px 14px; font-size: 13px; color: #333; text-decoration: none !important; }
.poll-author-menu ul li a:hover { background: #f5f5f5; }
.poll-author-menu .poll-menu-delete { color: #e74c3c !important; }

/* Options */
.poll-options { margin-bottom: 4px; }
.poll-option {
    display: flex; align-items: center; gap: 8px;
    padding: 6px 8px; border-radius: 6px; cursor: pointer;
    position: relative; margin-bottom: 3px; transition: background .15s;
    min-height: 24px;
}
.poll-option:not(.expired):hover { background: #f0f4ff; }
.poll-option.voted { background: #eef2ff; }
.poll-option.expired { cursor: default; opacity: .85; }

.poll-opt-icon { font-size: 18px; color: #bbb; flex-shrink: 0; position: relative; z-index: 1; }
.poll-option.voted .poll-opt-icon { color: #1877f2; }
.poll-opt-text { flex: 1; font-size: 14px; color: #333; word-break: break-word; position: relative; z-index: 1; }
.poll-opt-bar { position: absolute; left: 0; top: 0; bottom: 0; right: 0; border-radius: 6px; overflow: hidden; pointer-events: none; }
.poll-opt-bar-fill { height: 100%; background: rgba(24,119,242,.1); transition: width .4s ease; }
.poll-option.voted .poll-opt-bar-fill { background: rgba(24,119,242,.17); }
.poll-opt-count { font-size: 12px; color: #888; flex-shrink: 0; white-space: nowrap; position: relative; z-index: 1; }
a.poll-opt-count { color: #1877f2; text-decoration: none; }
a.poll-opt-count:hover { text-decoration: underline; }

/* Add option */
.poll-add-option-row {
    display: flex; align-items: center; gap: 7px;
    padding: 7px 8px; margin-top: 4px; border-top: 1px dashed #dde;
}
.poll-add-option-row > i { color: #1877f2; font-size: 18px; flex-shrink: 0; }
.poll-add-input { border: none; outline: none; flex: 1; font-size: 13px; color: #333; background: transparent; }
.poll-add-input::placeholder { color: #bbb; }
.poll-add-btn { flex-shrink: 0; padding: 4px 10px; background: #1877f2; color: #fff; border: none; border-radius: 4px; font-size: 12px; cursor: pointer; }
.poll-add-btn:hover { background: #1565c0; }
.poll-add-btn:disabled { background: #ccc; cursor: default; }

/* Own option actions */
.poll-opt-own-actions { flex-shrink: 0; display: flex; gap: 4px; align-items: center; position: relative; z-index: 2; margin-left: auto; }
.poll-opt-edit-own, .poll-opt-del-own { font-size: 15px; color: #ccc; cursor: pointer; padding: 2px; line-height: 1; }
.poll-opt-edit-own:hover { color: #1877f2; }
.poll-opt-del-own:hover { color: #e74c3c; }
.poll-opt-edit-wrap { display: flex; align-items: center; gap: 6px; flex: 1; min-width: 0; }
.poll-opt-edit-inp { flex: 1; min-width: 0; border: 1px solid #1877f2; border-radius: 4px; padding: 4px 8px; font-size: 13px; outline: none; background: #fff; }
.poll-opt-edit-save, .poll-opt-edit-cancel { flex-shrink: 0; padding: 3px 9px; border-radius: 4px; border: none; font-size: 12px; cursor: pointer; }
.poll-opt-edit-save { background: #1877f2; color: #fff; }
.poll-opt-edit-save:hover { background: #1565c0; }
.poll-opt-edit-cancel { background: #f0f2f5; color: #555; }
.poll-opt-edit-cancel:hover { background: #e0e0e0; }

/* Footer */
.poll-footer { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 11px; color: #999; flex-wrap: wrap; }
.poll-badge { background: #e8f0fe; color: #1877f2; border-radius: 10px; padding: 1px 7px; }
.poll-expired { color: #e74c3c; }
.poll-expires { color: #f59e0b; }

/* ============================================================ */
/* POLL DIALOG                                                  */
/* ============================================================ */

.poll-dialog-content { padding-bottom: 4px; }

.poll-dialog-question {
    display: block !important; width: 100%; box-sizing: border-box;
    border: none !important; border-bottom: 1px solid #e0e0e0 !important;
    padding: 12px 16px; font-size: 16px; resize: none; outline: none;
    font-family: inherit; min-height: 64px; background: #fff;
    color: #222;
}
.poll-dialog-question:focus { border-bottom-color: #1877f2 !important; }

.poll-dialog-section-title {
    padding: 10px 16px 6px; font-size: 11px; font-weight: 700;
    color: #1877f2; letter-spacing: .5px; text-transform: uppercase;
}

/* --- Option rows --- */
.poll-dialog-options { padding: 0 16px; }
.poll-dialog-opt-row {
    display: flex; align-items: center; gap: 8px;
    border-bottom: 1px solid #f0f0f0; padding: 6px 0;
}
.poll-dialog-opt-num {
    font-size: 12px; color: #aaa; font-weight: 600;
    width: 20px; flex-shrink: 0; text-align: center;
}
.poll-dialog-opt-inp {
    flex: 1; min-width: 0;
    border: 1px solid #dde0e8; border-radius: 6px;
    padding: 7px 10px; font-size: 13px;
    color: #333; outline: none;
    font-family: inherit; box-sizing: border-box;
}
.poll-dialog-opt-inp:focus { border-color: #1877f2; background: #fff; }
.poll-dialog-opt-row:focus-within{
    border-bottom: 1px solid #1877f2;    
}

.poll-dialog-opt-del {
    flex-shrink: 0; font-size: 16px; color: #ccc; cursor: pointer; line-height: 1;
}
.poll-dialog-opt-del:hover { color: #e74c3c; }

.poll-dialog-add-btn {
    display: flex !important; align-items: center; gap: 6px;
    padding: 10px 16px; cursor: pointer; color: #1877f2; font-size: 13px; font-weight: 500;
}
.poll-dialog-add-btn:hover { background: #f4f6ff; }
.poll-dialog-add-btn i { font-size: 18px; }

/* --- Separator & settings --- */
.poll-dialog-sep { border: none; border-top: 6px solid #f3f4f8; margin: 8px 0 0; }

.poll-dialog-row {
    align-items: center; justify-content: space-between;
    padding: 10px 16px; border-bottom: 1px solid #f3f4f8; font-size: 14px; color: #333;
}

/* Deadline row */
.poll-dl-wrap { display: inline-flex !important; align-items: center; gap: 4px; margin-left: 10px;}
.poll-dialog-deadline {
    font-size: 14px; border: 1px solid #dde0e8 !important; border-radius: 5px;
    padding: 4px 7px; outline: none; color: #333; background: #fafbff;
}
.poll-dl-clear {
    font-size: 15px; color: #c0c0c0; cursor: pointer; line-height: 1;
}
.poll-dl-clear:hover { color: #e74c3c; }

/* --- Toggle (checkbox bên trái, label bao toàn bộ) --- */
.poll-dialog-chk-row {
    display: flex; align-items: center; gap: 8px;
    padding: 7px 16px; border-bottom: 1px solid #f3f4f8;
    font-size: 14px; color: #333; cursor: pointer;
}
.poll-toggle-chk {
    width: 15px; height: 15px; flex-shrink: 0;
    accent-color: #1877f2; cursor: pointer; margin: 0;
}

/* --- Buttons --- */
.poll-dialog-btns {
    display: flex !important; justify-content: flex-end; gap: 10px;
    padding: 14px 16px 10px; border-top: 1px solid #f0f0f0; margin-top: 4px;
}
.poll-btn-cancel {
    padding: 8px 20px; border-radius: 6px; font-size: 13px; font-weight: 500;
    cursor: pointer; border: 1px solid #d0d0d0 !important; background: #fff; color: #555;
}
.poll-btn-cancel:hover { background: #f5f5f5; }
.poll-btn-submit {
    padding: 8px 22px; border-radius: 6px; font-size: 13px; font-weight: 600;
    cursor: pointer; border: none !important; background: #1877f2; color: #fff;
    box-shadow: 0 2px 6px rgba(24,119,242,.35);
}
.poll-btn-submit:hover { background: #1558b0; }
.poll-btn-submit:disabled { background: #a0b4d0; cursor: not-allowed; box-shadow: none; }

/* ============================================================ */
/* POLL MODALS (Voter list / Edit log)                          */
/* ============================================================ */

.poll-modal-overlay {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.5); z-index: 10000000;
    display: flex; align-items: center; justify-content: center;
}
.poll-modal-box {
    background: #fff; border-radius: 10px; width: 320px; max-height: 80vh;
    display: flex; flex-direction: column; box-shadow: 0 4px 24px rgba(0,0,0,.25);
}
.poll-modal-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 16px; border-bottom: 1px solid #eee; font-weight: 600; font-size: 14px; flex-shrink: 0;
}
.poll-modal-close { font-size: 20px; color: #888; cursor: pointer; padding: 2px 4px; border-radius: 50%; }
.poll-modal-close:hover { color: #333; background: #f0f0f0; }
.poll-modal-list { overflow-y: auto; padding: 6px; flex: 1; }
.poll-modal-empty { text-align: center; color: #aaa; padding: 24px; font-size: 13px; }

.poll-voter-item { display: flex; align-items: center; gap: 10px; padding: 6px 8px; border-radius: 6px; }
.poll-voter-item:hover { background: #f5f5f5; }
.poll-voter-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background-size: cover; background-color: #dde; flex-shrink: 0;
}
.poll-voter-info { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.poll-voter-name { font-size: 13px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.poll-voter-time { font-size: 11px; color: #bbb; }

.poll-log-item { padding: 9px 10px; border-bottom: 1px solid #f5f5f5; font-size: 12px; color: #555; line-height: 1.6; }
.poll-log-time { font-size: 11px; color: #bbb; display: block; margin-bottom: 2px; }
.poll-log-by { font-weight: 600; color: #1877f2; }
.poll-log-old { background: #fff0f0; border-radius: 3px; padding: 1px 5px; color: #c0392b; font-style: italic; 
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*------------ Element ------------------*/

.button {
    display: inline-block;
    color: #000;
    padding: 5px 10px 5px 10px;
    margin-left: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    background: rgb(247, 247, 247);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd', GradientType=0);
    /* IE6-9 */
    opacity: 0.9;
}

.button:hover {
    opacity: 1;
    border: 1px solid #666666;
}

a.button:hover {
    text-decoration: none;
}

.button-small {
    line-height: 20px !important;
}

.acceptCmd {
    color: #fff;
    background: rgb(53, 106, 160);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(53, 106, 160, 1) 0%, rgba(31, 94, 158, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(53, 106, 160, 1)), color-stop(100%, rgba(31, 94, 158, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(53, 106, 160, 1) 0%, rgba(31, 94, 158, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(53, 106, 160, 1) 0%, rgba(31, 94, 158, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(53, 106, 160, 1) 0%, rgba(31, 94, 158, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(53, 106, 160, 1) 0%, rgba(31, 94, 158, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#1f5e9e', GradientType=0);
    /* IE6-9 */
}

input[disabled]:hover,
input[disabled],
button[disabled]:hover,
button[disabled] {
    color: #aaa;
    border: 1px solid #ccc;
}


/*--------------------------------------*/

.uiWrapper {
    display: table;
    min-width: 300px;
}

.uiWrapper .uiText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding-left: 10px;
}

.uiButtonKB {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a', GradientType=0);
    background-color: #44c767;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 1em;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #2f6627;
    margin: 3px 0;
}

.uiButtonKB:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
    background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767', GradientType=0);
    background-color: #5cbf2a;
}

.uiButtonKB:active {
    position: relative;
    top: 1px;
}

.uiButtonUKB {
    background-color: #c7455f;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 1em;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #662841;
    margin: 3px 0;
}

.uiButtonUKB:hover {
    background-color: #bd2a60;
}

.uiButtonUKB:active {
    position: relative;
    top: 1px;
}

.uiWrapper .uiText div {
    padding: 3px 0;
}

.uiWrapper img {
    display: table-cell;
}

.textRight {
    text-align: right;
}

.paddingRight10 {
    padding-right: 10px !important;
}


/*-------------------------------------------------------*/

#function-upload-left {
    float: left;
    border-right: 1px solid #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
    white-space: nowrap;
}

#function-upload-left input {
    z-index: 9;
    opacity: 0;
}

#function-upload-left input:hover {
    cursor: pointer;
}

#btn-share-user {
    background-image: url(../img/icon-Add-user.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 31px;
    line-height: 31px;
    margin-left: 15px;
}

#function-upload-left span:hover {
    cursor: pointer;
}

#function-upload-right {
    float: right;
    height: 31px;
    text-align: right;
    line-height: 28px;
    padding-right: 10px;
    display: table;
}

#function-upload-right input {
    padding: 0px 5px 0px 5px;
    margin-right: -2px;
    display: table-cell;
}

.post-box-url {
    position: relative;
}

.post-box-url-close {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../img/icon-delete-comment.png');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    float: right;
    margin-top: 2px;
}

.post-box-url-close:hover {
    background-position: left -32px;
}

@keyframes flashHighlight {
    0%   { background-color: #fff9c4; }
    100% { background-color: transparent; }
}

.flash-highlight {
    animation: flashHighlight 1s ease-out;
}


/*-------------------------------------------------------*/


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width: 768px) {
    .post-box {
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .post-box-comment .post-box-attach-content {
        max-width: calc(100vw - 67px);
        width: 100%;
    }
    .button {
        line-height: 26px;
    }
    table#lsFile .FileName a {
        max-width: 100%;
    }
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {}

@media only screen and (max-device-width: 320px) {
    .post-box-comment .post-box-attach-content {
        max-width: calc(100vw - 67px);
        width: 100%;
    }
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}