@import url("fonts.css?v=1.1");

#jlexcomment {
    font-size: 13px;
}

#jlexcomment * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#jlexcomment *:active,
#jlexcomment *:hover,
#jlexcomment *:visited,
#jlexcomment *:focus,
#jlexcomment *:link {
    outline: none;
    outline-width: 0;
}

#jlexcomment .clearfix {
	clear: both;
	*zoom: 1;
	height: 0;
}

#jlexcomment a {
    cursor: pointer;
}

#jlexcomment a.active {
    font-weight: bold;
}

#jlexcomment img {
    max-width: 100%;
    display: block;
}

#jlexcomment .forOn,
#jlexcomment .forOff {
    display: none !important;
}

#jlexcomment ._on .forOn {
    display: block !important;
}

#jlexcomment ._off .forOff {
    display: block !important;
}

#jlexcomment input[type="text"],
#jlexcomment input[type="email"],
#jlexcomment input[type="password"],
#jlexcomment textarea,
.jcm-dialog input[type="text"],
.jcm-dialog input[type="email"],
.jcm-dialog input[type="password"],
.jcm-dialog textarea
{
    border: 2px solid #dbdfe4;
    height: 30px;
    box-shadow: none;
    border-radius: 4px;
    width: 300px;
    display: block;
    margin: 0 15px 10px 0;
}

#jlexcomment textarea,
.jcm-dialog textarea {
    height: 50px;
    width: 100%;
    resize: vertical;
}

#jlexcomment button {
    height: 30px;
    border: none;
    color: #fff;
    margin: 0 0 10px 0;
    background: #555;
    border-radius: 3px;
    padding: 0 15px;
    cursor: pointer;
    font-weight: bold;
}

#jlexcomment ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#jlexcomment ul.jcm-inline > li {
	display: inline-block;
	vertical-align: top;
}

#jlexcomment ul.jcm-inline > li+li {
    margin-left: 5px;
}

#jlexcomment .jcm-inline-top > * {
    display: inline-block;
    vertical-align: top;
}

#jlexcomment .jcm-pull-right {
    float: right;
}

#jlexcomment .jcm-pull-left {
    float: left;
}


#jlexcomment .jcm-center {
    text-align: center;
}

#jlexcomment .jcm-empty-cm {
    font-size: 15px;
    padding-bottom: 20px;
    color: #444;
}

/* tooltip */
#jlexcomment .jcm-tooltip {
    position: relative;
    display: inline-block;
}

#jlexcomment .jcm-tooltip-body {
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    position: absolute;
    z-index: 16;
    bottom: 105%;
    left: 50%;
    max-width: 120px;
    white-space: nowrap;
    font-size: 11px;
    visibility: hidden;
}

#jlexcomment .jcm-tooltip:hover .jcm-tooltip-body {
    visibility: visible;
}

/* dropdown style sheet */
#jlexcomment .jcm-dropdown {
	position: relative;
	/*z-index: 10;*/
}

#jlexcomment ul.jcm-dropdown-menu {
	background: #fff;
	border: 2px solid #7f919e;
	padding: 3px 0;
	position: absolute;
	left: 0;
	z-index: 1;
	display: none;
    border-radius: 4px;
}

#jlexcomment .jcm-dropdown.onRight ul.jcm-dropdown-menu {
    left: inherit;
    right: 0;
}

#jlexcomment .jcm-dropdown.active ul.jcm-dropdown-menu {
    display: block;
}

#jlexcomment .jcm-dropdown-menu > li {
	display: block;
	padding: 0;
	margin: 0;
}

#jlexcomment .jcm-dropdown-menu > li > ._dx {
    background: #fff;
    display: block;
    padding: 4px 15px;
    color: rgb(127, 145, 158) !important;
    font-weight: normal !important;
    white-space: nowrap;
}

#jlexcomment .jcm-dropdown-menu > li > ._dx [class^="jcm-icon-"]:before, [class*=" jcm-icon-"]:before {
    line-height: inherit;
    font-size: 80%;
}

#jlexcomment .jcm-dropdown-menu > li > ._dx.active {
    font-weight: bold !important;
    color: #2a2e2e !important;
    background: #f1f1f1;
}

#jlexcomment .jcm-dropdown-menu > li > ._dx:hover {
	background: #1e88e5;
    color: #fff !important;
    text-decoration: none;
}
/* end dropdown */

/* header */
#jlexcomment #jcm-header { margin-bottom: 15px; }
#jlexcomment #jcm-header a {
    color: #7f919e;
    font-weight: bold;
}
#jlexcomment #jcm-header a:hover {
    text-decoration: none;
    color: #2a2e2e;
}
#jlexcomment #jcm-header a.active {
    color: #2a2e2e;
}
#jlexcomment ul.jcm-top {
    border-bottom: 2px solid #ddd;
    padding: 20px 0 7px 0 !important;
    font-size: 120%;
}
#jlexcomment ul.jcm-top-secondary {
    padding: 10px 0;
    font-size: 110%;
    position: relative;
    z-index: 10;
}

/* end header */

#jlexcomment ul.jcm-childs {
	margin-top: 10px;
}

#jlexcomment .jcm-block+.jcm-block {margin-top: 15px;}

@-webkit-keyframes yellow-fade {
   0% {background: rgba(255, 230, 0, 0.5);}
   100% {background: #fff;}
}
@keyframes yellow-fade {
   0% {background: rgba(255, 230, 0, 0.5);}
   100% {background: #fff;}
}
@-webkit-keyframes yellow-fade-none {
   0% {background: rgba(255, 230, 0, 0.5);}
   100% {background: none;}
}
@keyframes yellow-fade-none {
   0% {background: rgba(255, 230, 0, 0.5);}
   100% {background: none;}
}
#jlexcomment ._light > .jcm-post-content > .jcm-flex-content {
    -moz-animation: yellow-fade 2s ease-in 1;
   -webkit-animation: yellow-fade 2s ease-in 1;
   animation: yellow-fade 2s ease-in 1;
}

/* author thumb */
#jlexcomment .hovercard {
    float: left;
    height: 48px;
    width: 48px;
}

#jlexcomment .jcm-childs .hovercard,
#jlexcomment .jcm-reply-form .hovercard {
	height: 36px;
	width: 36px;
}

#jlexcomment .hovercard img {border-radius: 3px;}

/* comment form */
#jlexcomment #jcm-form {
    margin-bottom: 30px;
}

#jlexcomment .jcm-form-cp {
    position: relative;
}

#jlexcomment .jcm-protect-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255,255,255,0.5);
    display: none;
}

#jlexcomment .jcm-protect-layer.active {
    display: block;
}

#jlexcomment .jcm-form {
    border: 2px solid #dbdfe4;
    border-radius: 5px;
    /*overflow: hidden;*/
}

#jlexcomment .jcm-form.error {
    border-color: #cc181e;
}

#jlexcomment .hovercard+.jcm-form {
    margin-left: 60px;
}

#jlexcomment .jcm-reply-form .hovercard+.jcm-form,
#jlexcomment .jcm-reply-form .forGuest {
    margin-left: 45px;
}

#jlexcomment .jcm-input-cm {
    padding: 7px;
    position: relative;
    height: 44px;
}

#jlexcomment .jcm-form-cp.active .jcm-input-cm {
    height: auto;
}

#jlexcomment .jcm-form-cp.active .jcm-textarea {
    min-height: 50px;
}

#jlexcomment .jcm-form-cp.active ._controller,
#jlexcomment .jcm-form-cp.active .forGuest {
    display: block;
}

#jlexcomment .jcm-symbol-limit {
    text-align: right;
    color: #777;
    padding-top: 5px;
    display: none;
}

#jlexcomment .jcm-form-cp.active .jcm-symbol-limit { display: block; }

#jlexcomment .symbol-count {
    font-weight: bold;
}

#jlexcomment .symbol-count.error {
    color: #cc181e;
}

#jlexcomment .jcm-extra-admin {
    border-top: 1px solid #eee;
    padding: 2px 0;
    margin: 2px 0;
    font-size: 11px;
    color: #666;
    border-bottom: 1px solid #eee;
}

#jlexcomment .jcm-text-placeholder {
    position: absolute;
    top: 7px;
    left: 7px;
    /*z-index: -1;*/
    color: #afafaf;
    font-size: 18px;
    line-height: 30px;
    display: none;
}

#jlexcomment .jcm-text-placeholder.active {
    display: block;
}

#jlexcomment .jcm-input-cm.active .jcm-text-placeholder { display: none; }

#jlexcomment .jcm-textarea {
	position: relative;
    min-height: 30px;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 20px;
    z-index: 2;
}

#jlexcomment ._controller {
    background: #f5f5f5;
    border-top: 2px solid #e1e1e1;
    position: relative;
    height: 32px;
    display: none;
}

#jlexcomment button.jcm-btn-post.forMember {
    right: 2px;
    top: 2px;
    height: 26px;
    padding: 0 30px;
    border: none;
    background: #434343;
    border-radius: 1px 1px 3px 1px;
    color: #fff;
    position: absolute;
}

#jlexcomment .jcm_form_input .jcm-btn-cancel {
    position: absolute;
    top: 0;
    line-height: 30px;
    right: 110px;
    color: #555;
    display: none;
}

#jlexcomment .jcm-comment-edit .jcm-btn-cancel {
    display: inline;
}

#jlexcomment .jcm_form_error {
    background: #cc181e;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 7px;
    display: none;
}

#jlexcomment .jcm_form_error.active {
    display: block;
}

#jlexcomment .jcm-btn-open {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    color: #888;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-weight: normal;
    border-right: 1px solid #e1e1e1;
    font-size: 15px;
}

#jlexcomment .jcm-btn-open.active {
    color: #4e71b7;
}

#jlexcomment .jcm-btn-open:hover {
    background: #e1e1e1;
}

#jlexcomment .jcm-btn-image {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    z-index: 5;
    color: #888;
    bottom: 0;
    margin: auto 0;
    padding: 0;
}

#jlexcomment .forGuest {
    margin-top: 10px;
    margin-left: 60px;
    display: none;
}

#jlexcomment .forGuest h6,
#jlexcomment .jcm-h6 {
    text-transform: uppercase;
    margin: 12px 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

#jlexcomment .login-buttons button {
    background: #f55567;
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin: 0 2px 0 0;
    padding: 0;
    font-weight: normal;
}

#jlexcomment .login-buttons.oauth-off button {
    width: auto;
    padding: 0 35px;
}

#jlexcomment .login-buttons .auth-facebook button {background:#3b5998;}
#jlexcomment .login-buttons .auth-twitter button {background:#3a92c8;}
#jlexcomment .login-buttons .auth-google button {background:#d95032;}

#jlexcomment .login-buttons [class^="jcm-icon-"]:before, [class*=" jcm-icon-"]:before {
    line-height: inherit;
}

#jlexcomment .jcm-connect {
    margin-right: 40px;
}

#jlexcomment ._postAsGuest input {
    display: inline;
    width: 220px;
}

#jlexcomment .jcm-mention {
    color: #1e88e5;
    font-weight: bold;
}

/* comment form: edit state */
#jlexcomment .jcm-comment-edit .hovercard {
    display: none;
}

#jlexcomment .jcm-comment-edit .jcm-form {
    margin-left: 0;
}

/* end comment form */

/* people in conversation */
#jlexcomment .jcm-thumb-small {
    height: 32px;
    width: 32px;
    border-radius: 3px;
}

/* body of comment */
#jcm-comments {
    margin-top: 30px;
}

#jlexcomment .jcm-unpublish-msg { 
    display: none;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}
#jlexcomment .jcm-unpublished > .jcm-unpublish-msg { display: block; }

#jlexcomment .jcm-featured > .jcm-post-content > .jcm-flex-content {
    border-right: 4px solid #1e88e5;
    padding: 10px 5px;
    border-radius: 4px;
    background: #f5f5f5;
}

#jlexcomment .hovercard+.jcm-post-content { margin-left: 60px; }
#jlexcomment .jcm-childs .jcm-post-content {
    margin-left: 45px;
    /*position: relative;
    z-index: 1;*/
}

#jlexcomment .jcm-post-header {
    position: relative;
    padding-bottom: 5px;
}

#jlexcomment .jcm-post-header .jcm-q-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#jlexcomment .jcm-post-header .jcm-q-menu li {
    margin: 0;
}

#jlexcomment .jcm-post-header .jcm-q-menu a {
    color: #9a9a9a;
}

#jlexcomment .jcm-post-header .jcm-q-menu a:hover {
    text-decoration: none;
    color: #555;
}

#jlexcomment .jcm-report {
    padding-left: 15px;
    margin-left: 5px;
    border-left: 1px solid #ccc;
    line-height: 1;
}

#jlexcomment .jcm-task-collapse,
#jlexcomment .jcm-task-expand {
    display: none;
}

#jlexcomment .jcm-block.jcm-collapse > .jcm-post-content > .jcm-list-reply {
    display: none;
}

#jlexcomment .jcm-flex-content:hover .jcm-post-header > .jcm-q-menu {
    display: block;
}

#jlexcomment .jcm-block.jcm-collapse > .jcm-post-content > .jcm-flex-content .jcm-task-expand {
    display: inline-block !important;
}

#jlexcomment .jcm-block.jcm-expand > .jcm-post-content > .jcm-flex-content .jcm-task-collapse {
    display: inline-block !important;
}

#jlexcomment .jcm-author a {
    color: #1e88e5;
    font-weight: bold;
    line-height: 1;
}

#jlexcomment .jcm-bullet {
    font-weight: bold;
    font-size: 25px;
    height: 18px;
    color: rgb(194, 198, 204);
    display: inline-block;
    line-height: 13px;
    vertical-align: bottom;
    margin: 0 8px;
}

#jlexcomment .jcm-date {
    color: #666;
}

#jlexcomment .jcm-roles {
    display: inline-block;
    margin-left:3px;
}
#jlexcomment .jcm-roles li {
    border-radius: 2px;
    padding: 0 5px;
    font-size: 80%;
    color: #fff;
    height: 16px;
    line-height: 16px;
    cursor: default;
}
#jlexcomment .jcm-roles li+li {
    margin-left: 3px;
}

#jlexcomment .jcm-post-body {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

#jlexcomment .jcm-post-body .jcm_sticker img {
    padding: 10px 0;
}

#jlexcomment .jcm-bad-word {
    opacity: 0.5;
}

#jlexcomment .jcm-post-footer {
    padding-top: 5px;
}

#jlexcomment ul.jcm-task-list > li+li {
    margin-left: 10px !important;
}

#jlexcomment ul.jcm-task-list a {
    color: rgb(127, 145, 158);
    font-size: 12px;
}

#jlexcomment .jcm-vote-down {
    margin-left: 3px;
    padding-left: 5px;
    border-left: 2px solid #e7e9ee;
}

#jlexcomment .count-0 .jcm-count {
    display: none;
}

#jlexcomment .jcm-reply-form {
    padding: 10px 0;
}

/* images & media */
#jlexcomment ul.jcm-images-slideshow,
#jlexcomment .jcm-files-attached {
    padding-top: 10px !important;
}

#jlexcomment ul.jcm-images-slideshow li {
    display: inline-block;
    vertical-align: top;
    max-width: 120px;
    margin: 0 10px 10px 0;
}

ul.jcm-images-slideshow li ._title {
    color: #555;
    font-size: 12px;
    display: block;
    word-wrap: break-word;
    padding: 3px 0;
}

ul.jcm-images-slideshow li a:hover ._title {
    color: #222;
}

#jlexcomment .jcm-files-attached ._caption {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
}

#jlexcomment .jcm-files-attached li {
    background: #f3f5f7;
    padding: 5px 7px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
}

#jlexcomment .jcm-files-attached a._title {
    font-weight: bold;
    color: #333;
}

#jlexcomment .jcm-files-attached a._detail {
    float: right;
    margin-left: 5px;
    font-size: 10px;
}

#jlexcomment .jcm-files-attached p._desc {
    font-size: 11px;
    color: #444;
    padding: 4px 0 0 0;
    margin: 0;
    display: none;
}

#jlexcomment .jcm-files-attached ._on+p._desc {
    display: block;
}

/* pagination */
#jlexcomment a._page_previous,
#jlexcomment a._page_next {
    display: block;
    padding: 7px 10px;
    background: #f1f1f1;
    font-weight: bold;
    border-radius: 4px;
    margin: 10px 0 25px 0;
}

#jlexcomment a._page_previous {
    margin: 25px 0 10px 0 !important;
}

#jlexcomment ul.jcm-root-page {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    border-top: 1px solid #f1e1e1;
    margin-top: 10px;
}

#jlexcomment ul.jcm-root-page li {
    line-height: 25px;
}

#jlexcomment ul.jcm-root-page .first a,
#jlexcomment ul.jcm-root-page .last a {
    color: #434343;
}

#jlexcomment ul.jcm-root-page li.a-disabled {
    color: #888;
    cursor: not-allowed;
}

#jlexcomment .page-button a {
    background-color: #f2f2f2;
    /*background-image: -moz-linear-gradient(center top , #f2f2f2, #ddd);
    background-image: linear-gradient(center top , #f2f2f2, #ddd);
    background-image: -webkit-linear-gradient(center top , #f2f2f2, #ddd);*/
    border-color: #ccc #bbb #999;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.9) inset;
    color: #555;
    font-size: 12px;
    height: 25px;
    margin: 0;
    padding: 0 13px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    display: inline-block;
}

#jlexcomment .page-button a:hover {
    text-decoration: none;
}

#jlexcomment .page-button.a-selected a {
    background: none repeat scroll 0 0 #ccc;
    border-color: #bbb #aaa #777;
    box-shadow: none;
    color: #333;
}

#jlexcomment .page-button.a-disabled a {
    background: #eee;
    box-shadow: none;
    color: #888;
}

/* refresh */
#jlexcomment .jcm-refresh {
    margin: 20px 0 0 0;
    background: #ffeaa7;
    border: 1px solid #d9c483;
    border-radius: 2px;
    padding: 4px 10px;
    display: none;
    color: #675918;
}

#jlexcomment .jcm-refresh-sub {font-weight: bold;font-size: 110%;}

#jlexcomment .jcm-refresh.active {display: block; }

#jlexcomment .jcm-refresh ._sw0 {display: none;}
#jlexcomment .jcm-refresh ._sw1 {display: block;}
#jlexcomment .jcm-refresh._loading ._sw0 {display: block;}
#jlexcomment .jcm-refresh._loading ._sw1 {display: none;}

/* media */
#jlexcomment ._media_box {
    border-top: 1px solid #e1e1e1;
}

#jlexcomment ._media_box button {
    height: 24px !important;
    line-height: 24px !important;
    margin-right: 5px;
    font-size: 90%;
}

#jlexcomment .jcm-media-preview {
    background: #f5f5f5;
    padding: 7px;
}

#jlexcomment .jcm-media-preview:nth-child(2n) {
    background: #fdfdfd;
}

#jlexcomment .jcm-media-preview .jcm-ext {
    width: 50px;
    float: left;
    height: 24px;
    margin-right: 5px;
    background: green;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    font-weight: bold;
    text-transform: uppercase;
}

#jlexcomment .jcm-media-preview ._caption {
    font-weight: bold;
    margin-right: 5px;
}

#jlexcomment .jcm-media-preview ._desc {
    display: block;
    font-size: 11px;
    color: #555;
    border-left: 2px solid #ccc;
    padding-left: 5px;
}

#jlexcomment .jcm-media-preview ._size {
    color: #777;
    font-size: 11px;
    margin-right: 7px;
    font-weight: bold;
}

#jlexcomment .jcm-media-preview .jcm-info {
    margin-left: 55px;
    position: relative;
}

#jlexcomment .jcm-media-preview ._task {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#jlexcomment .jcm-media-preview ._process_box {
    width: 150px;
    height: 7px;
    border-radius: 5px;
    background: #ccc;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

#jlexcomment .jcm-media-preview ._process_bar {
    background: #fe0085;
    width: 0;
    height: 100%;
    border-radius: 5px;
}

#jlexcomment .jcm-media-preview label {
    font-weight: bold;
    font-size: 11px;
    color: #555;
    margin: 10px 0 3px 0;
    display: block;
}

#jlexcomment .jcm-media-preview ._form_edit,
#jlexcomment .jcm-media-preview ._error,
#jlexcomment .jcm-media-preview ._remove,
#jlexcomment .jcm-media-preview ._cancel,
#jlexcomment .jcm-media-preview ._edit,
#jlexcomment .jcm-media-preview ._process_cont {
    display: none;
}

/* media: error */
#jlexcomment .jcm-media-preview._rlt_error ._error {
    display: block;
    color: red;
}

/* media: complete */
#jlexcomment .jcm-media-preview._rlt_completed ._edit,
#jlexcomment .jcm-media-preview._rlt_completed ._remove {
    display: inline;
}

/* media: process */
#jlexcomment .jcm-media-preview._rlt_process ._process_cont,
#jlexcomment .jcm-media-preview._rlt_process ._cancel {
    display: block;
}

/* media: editing */
#jlexcomment .jcm-media-preview._rlt_editing ._form_edit {
    display: block;
}

/* sticker image */
#jlexcomment .jcm-sticker-preview {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 5px;
}

#jlexcomment .jcm-sticker-preview ._img_box {
    float: left;
    position: relative;
}

#jlexcomment .jcm-sticker-preview ._stir_loading {
    position: absolute;
    background: rgba(255,255,255,0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#jlexcomment .jcm-sticker-preview ._process_bar {
    position: absolute;
    height: 7px;
    width: 80%;
    top: 0;
    left: 10%;
    background: #fff;
    margin: auto auto;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

#jlexcomment .jcm-sticker-preview ._process_result {
    height: 100%;
    background: #0088cc;
    width: 0;
    border-radius: 10px;
    position: relative;
}

#jlexcomment .jcm-sticker-preview img {
    max-width: 200px;
}

#jlexcomment .jcm-sticker-preview ._remove {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

#jlexcomment .jcm-sticker-preview ._moved {
    position: absolute;
    font-size: 10px;
    bottom: 6px;
    right: -18px;
    font-weight: bold;
    color: #000;
}

/* dialog box */
.disableScroll {
    overflow: hidden !important;
}

.jcm-overlay {
    position: fixed;
    z-index:9999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jcm-dialog * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.jcm-dialog {
    background: #fff;
    position: fixed;
    z-index: 100;
}

.jcm-dialog label {
    font-weight: bold;
    color: #444;
    display: block;
    padding: 0 0 2px 0;
    margin: 0;
}

.jcm-dialog ul.jcm-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcm-dialog ul.jcm-inline li {
    display: inline-block;
}

.jcm-dialog ul.jcm-inline li+li {
    margin-left: 10px;
}

.jcm-dialog .jcm-dg-bullet {
    color: #777;
    font-weight: bold;
    font-size: 16px;
    margin: 0 7px;
}

.jcm-dialog a {
    cursor: pointer;
}

.jcm-dialog button,
#jlexcomment .jcm-button {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    line-height: 22px;
    background-color: #f6f7f9;
    color: #4b4f56;
    border: 1px solid #ced0d4;
    border-radius: 2px;
    font-weight: bold;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}

.jcm-dialog .jcm-dg-submit,
#jlexcomment .jcm-button-hl {
    background: #218ef3;
    color: #fff;
    border-color: #218ef3;
}

.jcm-dialog button + button {
    margin-left: 7px;
}

.jcm-dialog.wide {
    border-radius: 3px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
    top: 30px;
    overflow: hidden;
}

.jcm-dialog.touch {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.jcm-dialog.touch .jcm-dg-content {
    position: absolute;
    top: 35px;
    left: 0;
    bottom: 35px;
    width: 100%;
    z-index: 1;
    max-height: none;
}

.jcm-dialog .jcm-dg-caption {
    padding: 0 10px;
    background: #f6f7f9;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    color: #1d2129;
    font-size: 14px;
}

.jcm-dialog .jcm-dg-error {
    background: #cc181e;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    display: none;
}

.jcm-dialog .jcm-dg-error.active {
    display: block;
}

.jcm-dialog .jcm-dg-content {
    background: #fff;
    min-height: 100px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    max-height: 400px;
    overflow: auto;
}

.jcm-dialog .jcm-dg-overlay {
    background: url(../images/loading_s2.gif) center center no-repeat rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.jcm-dialog .jcm-dg-footer {
    background: #fff;
    border-top: 1px solid #dddfe2;
    text-align: right;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
}

.jcm-dialog.touch .jcm-dg-footer {
    position: absolute;
    bottom: 0;
    left : 0;
    right: 0;
}

/* sharing box */
.jcm-dialog a.jcm-share-item {
    display: inline-block;
    width: 50px;
    background: #888;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}

.jcm-dialog a.jcm-share-item:hover {
    text-decoration: none;
}

.jcm-dialog a.jcm-share-item.jcm-share-fb:hover {
    background: #45619d;
}

.jcm-dialog a.jcm-share-item.jcm-share-tw:hover {
    background: #55acee;
}

.jcm-dialog a.jcm-share-item.jcm-share-gg:hover {
    background: #dd4b38;
}

.jcm-dialog a.jcm-share-item i::before {
    line-height: inherit !important;
}

/* user comments */
.jcm-dg-comments .uc-author {
    font-weight: bold;
}

.jcm-dg-comments .uc-date {
    color: #888;
    margin-left: 10px;
}

.jcm-dg-comments .uc-item {
    padding: 10px 0;
}
.jcm-dg-comments .uc-item+.uc-item {
    border-top: 1px solid #eee;
}
.jcm-dg-comments p.uc-comment {
    word-wrap: break-word;
    font-size: 12px;
    color: #444;
}

.jcm-dg-comments .uc-thumb {
    width: 100px;
    height: 100px;
    float: left;
}

.jcm-dg-comments .uc-thumb img {
    border-radius: 4px;
}

.jcm-dg-comments .uc-info {
    margin-left: 110px;
}

.jcm-dg-comments .uc-info h4 {
    font-size: 20px;
    margin: 0;
    padding: 5px 0;
}

.jcm-dg-comments .uc-info h6 {
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}

.jcm-dg-comments .load_more_cm {
    display: none !important;
}

.jcm-dg-comments .load_more_cm.active {
    display: block !important;
}

/* user thumbnail */
.jcm-dg-thumb label.thumb-remove,
.jcm-dg-thumb .thumb-current {
    display: none;
}

.jcm-dg-thumb.exists .thumb-remove,
.jcm-dg-thumb.exists .thumb-current {
    display: block;
}

.jcm-dg-thumb .thumb-current {
    float: left;
    width: 100px;
    height: 100px;
}

.jcm-dg-thumb .thumb-current img {
    border-radius: 4px;
}

.jcm-dg-thumb.exists .thumb-row {
    margin-left: 110px;
}

.jcm-dg-thumb label.thumb-remove {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    background: #f5f5f5;
    padding: 0 10px;
    margin: 0 0 10px 0;
    border-radius: 3px;
}

.jcm-dg-thumb label.thumb-remove input {
    margin: 0 7px 0 0;
}

.jcm-dg-thumb a.upload-thumb,
.jcm-dg-comments .load_more_cm {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #218ef3;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.jcm-dg-thumb .thumb-box {
    margin-top: 15px;
}

/* notifications */
.jcm-dg-full {
    margin: -10px -10px -11px -10px;
    padding: 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    min-height: 101px;
}

a.nof-see-all,
a.nof-mark-all {
    font-weight: bold;
    font-size: 11px;
    padding: 6px 10px;
    display: block;
    text-align: center;
}

a.nof-see-all {
    border-top: 1px solid #ddd;
}

a.nof-mark-all {
    border-bottom: 1px solid #ddd;
}

#jlexcomment .jcm-count-nof span {
    color: #fff;
    background: #d53827;
    font-size: 12px;
    padding: 0 4px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    border-radius: 2px;
    vertical-align: top;
    font-weight: normal;
    margin: 0 1px;
}

ul.jcm-list-notifications {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.jcm-list-notifications {
    margin: 0;
    padding: 0;
}

ul.jcm-list-notifications li+li a {
    border-top: 1px solid #e1e1e1;
}

ul.jcm-list-notifications a {
    display: block;
    padding: 5px 7px;
    background: #fff;
    color: #333;
}

ul.jcm-list-notifications li.unread a {
    background: rgba(237,239,245,.98);
}

ul.jcm-list-notifications a:hover {
    color: #222;
    text-decoration: none;
    background: #eee;
}

ul.jcm-list-notifications ._comment {
    font-size: 11px;
    display: block;
    font-style: italic;
    color: #666;
}

/* sticker */
.jcm-sticker {
    margin: -10px;
}
.jcm-sticker ._header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.jcm-sticker ._header input[type="text"] {
    display: inline-block;
    margin: 0 0 0 10px !important;
    padding: 0 10px;
    border-width: 1px;
    border-radius: 0;
    height: 25px;
    width: 150px;
    vertical-align: middle;
    font-size: 11px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05) inset;
}

.jcm-sticker ._content {
    padding: 10px;
}

.jcm-sticker ul._list-stickers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcm-sticker ul._list-stickers li {
    display: inline-block;
    width: 100px;
}

.jcm-sticker ul._list-stickers a {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.jcm-sticker ul._list-stickers a:hover {
    background: #e9ebee;
    border-radius: 4px;
}

.jcm-sticker ._list-stickers img {
    max-width: 100%;
    max-height: 100%;
}

.jcm-sticker .jcm-sticker-group,
.jcm-sticker ul.jcm-sticker-gp-hl {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcm-sticker ul.jcm-sticker-gp-hl {
    display: inline-block;
}
.jcm-sticker ul.jcm-sticker-gp-hl li {display: inline-block;}

.jcm-sticker .jcm-sticker-group li {
    display: inline-block;
    margin-right: 10px;
}

.jcm-sticker .jcm-sticker-group a {
    background: #95c63f;
    color: #fff;
    height: 25px;
    display: block;
    padding: 0 15px;
    line-height: 25px;
    border-radius: 3px;
    font-weight: bold;
}

.jcm-sticker ul.jcm-sticker-gp-hl a {
    display: block;
    height: 35px;
    background: #fff;
    line-height: 35px;
    padding: 0 10px;
    color: #666;
}

.jcm-sticker ul.jcm-sticker-gp-hl a.jcm-sticker-active {
    background: #f1f1f1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.jcm-sticker .jcm-sticker-group a:hover {
    text-decoration: none;
    background: #4d7703;
}

/* map */
.jcm-dialog .mapContent {
    min-height: 250px;
    margin: -10px -10px -11px -10px;
    border-bottom: 1px solid #ccc;
}
.jcm-dialog.touch .mapContent {
    margin: 0;
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left : 0;
    margin: 0;
    z-index: 1;
}

.jcm-dialog .mapContent input[type="text"] {
    width: 200px;
    border: 1px solid #4285f4;
    margin: 10px 0 0 0;
    border-radius: 0;
    height: 35px;
    padding: 0 15px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2) inset;
}

/* emoticons */
.jcm-dialog ul._emoj-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


.jcm-dialog ul._emoj-list li {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin: 0 3px 3px 0;
}

.jcm-dialog ul._emoj-list li:hover {
    border-color: #ddd;
}

.jcm-dialog ul._emoj-list li.active {
    border-color: #218ef3;
}


/* mention */
#jcm-mention {
    background: red;
    height: 20px;
    width: 20px;
    z-index: 1000;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#jlexcomment .jcm-map {
    font-size: 90%;
    color: #bbb;
    padding: 5px 0;
}

#jlexcomment .jcm-map-status {
    display: none;
    float: left;
    margin-left: 60px;
    padding-top: 5px;
}

#jlexcomment.jcm-xsmall .jcm-map-status,
#jlexcomment .jcm-comment-edit .jcm-map-status {
    margin-left: 0;
}

#jlexcomment a.jcm-empty-geo {
    color: red;
    margin-left: 5px;
    border-left: 1px solid #ccc;
    padding-left: 5px;
}

#jlexcomment .jcm-map-status.active {
    display: block;
}


/* for device has small screen */
#jlexcomment.jcm-xsmall .hovercard {
    height: 32px;
    width: 32px;
    margin: 0 5px 0 0;
}

#jlexcomment.jcm-xsmall .hovercard+.jcm-post-content {
    margin-left: 0;
}

#jlexcomment.jcm-xsmall .jcm-post-header {
    height: 36px;
    line-height: 32px;
}

#jlexcomment.jcm-xsmall .jcm-roles li {
    vertical-align: middle;
}

#jlexcomment.jcm-xsmall .jcm-date::before {
    content: "-";
    margin: 0 5px;
}

#jlexcomment.jcm-xsmall .jcm-post-header .jcm-q-menu {
    top: 7px;
}

#jlexcomment.jcm-xsmall ul.jcm-childs {
    border-left: 3px solid #dfdfdf;
    padding-left: 7px;
}

#jlexcomment.jcm-xsmall .jcm-post-header .jcm-bullet {
    display: none;
}

#jlexcomment.jcm-xsmall .jcm_form_input .hovercard {
    display: none;
}

#jlexcomment.jcm-xsmall .hovercard+.jcm-form,
#jlexcomment.jcm-xsmall .forGuest {
    margin-left: 0;
}

/* some effect */
#jlexcomment .jcm-block {
    position: relative;
    animation: jcmpulse 0.7s linear;
    -o-animation: jcmpulse 0.7s linear;
    -moz-animation: jcmpulse 0.7s linear;
    -webkit-animation: jcmpulse 0.7s linear;
}

.jcm-dialog {
    animation: jcmzoom 0.3s ease;
    -o-animation: jcmzoom 0.3s ease;
    -moz-animation: jcmzoom 0.3s ease;
    -webkit-animation: jcmzoom 0.3s ease;
}

@keyframes jcmpulse {
    0% {top: 40px;opacity: 0;}
    100% {top:0;opacity:1;}
}
@-o-keyframes jcmpulse {
    0% {top: 40px;opacity: 0;}
    100% {top:0;opacity:1;}
}
@-moz-keyframes jcmpulse {
    0% {top: 40px;opacity: 0;}
    100% {top:0;opacity:1;}
}
@-webkit-keyframes jcmpulse {
    0% {top: 40px;opacity: 0;}
    100% {top:0;opacity:1;}
}

@keyframes jcmzoom {
    0% {transform: scale(0);opacity: 0;}
    100% {transform: scale(1);opacity: 1;}
}
@-o-keyframes jcmzoom {
    0% {transform: scale(0);opacity: 0;}
    100% {transform: scale(1);opacity: 1;}
}
@-moz-keyframes jcmzoom {
    0% {transform: scale(0);opacity: 0;}
    100% {transform: scale(1);opacity: 1;}
}
@-webkit-keyframes jcmzoom {
    0% {transform: scale(0);opacity: 0;}
    100% {transform: scale(1);opacity: 1;}
}

/* v1.2.0 */
.jcm_sticker {max-width: 300px;}
.jcm-post-body iframe {max-width: 100%;}