.clearfix {clear: both;}

#reviewer-detail {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

#reviewer-detail .sp {
    height: 1px;
    background: #ddd;
    position: relative;
    margin-top: 10px;
}

#reviewer-detail ._left {
    float: left;
}

#reviewer-detail ._right {
	float: right;
}

#reviewer-detail .author-meta h2 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
    padding: 0;
}

#reviewer-detail a.author-avatar {
    float: left;
    width: 96px;
    height: 96px;
    margin-right: 20px;
}

#reviewer-detail a.author-avatar img {
    display: block;
    border-radius: 4px;
    width: 100%;
}

#reviewer-detail .author-meta {
    overflow: hidden;
}

#reviewer-detail ._listing_info {
    margin-bottom: 30px;
}

#reviewer-detail ._meta_item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 1.1em;
}

#reviewer-detail .author-meta ._item_value {
    font-weight: bold;
}

#reviewer-detail ._tool_items {
    position: absolute;
    right: 0;
    bottom: 5px;
}

#reviewer-detail ._tool_item+._tool_item {
    margin-right: 5px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
}

#reviewer-detail ._tool_item span {
    font-size: 0.9em;
    border-radius: 2px;
    background: rgba(0,0,0,0.1);
    color: #333;
    padding: 0 .8em;
    cursor: pointer;
    display: inline-block;
}

#reviewer-detail ._tool_item span.active {
	background: rgba(0,0,0,0.7);
    color: #fff;
    font-weight: bold;
}

#reviewer-detail .jreview-btn {
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 2px;
    color: rgba(0,0,0,0.8);
    margin: 0 5px 7px 0;
    float: left;
}

#reviewer-detail .jreview-btn.active {
    background: #0088cc;
    color: #fff;
    border-color: #146c98;
}

.jreview-act-item {
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.jreview-act-item ._date {
    color: #777;
    margin-right: 5px;
    float: right;
    font-weight: bold;
    font-size: 0.85em;
}

.jreview-act-item ._author {
    font-weight: 500;
}

.jreview-act-item ._action {
    margin: 0 5px;
}

.jreview-act-item ._quote {
    padding: 3px 0;
    margin-top: 5px;
    font-size: 0.9em;
    color: rgba(0,0,0,0.6);
}

#reviewer-posts a._pagination {
    display: block;
    text-align: center;
    background: #555;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 2px;
    margin-top: 10px;
    cursor: pointer;
}

#reviewer-posts a._pagination:hover {
	background: #333;
	text-decoration: none;
}

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

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

.jreview-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;
}

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

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

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

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

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

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

.jreview-dialog a {
    cursor: pointer;
}

.jreview-dialog button,
.jreview-media-item 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;
}

.jreview-dialog .jreview-dg-submit {
    background: #218ef3;
    color: #fff;
    border-color: #218ef3;
}

.jreview-dialog .jreview-dg-submit[disabled]
{
	background: #66a0d6;
	cursor: not-allowed;
}

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

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

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

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

.jreview-dialog .jreview-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;
}

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

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

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

.jreview-dialog .jreview-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;
}

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

.jreview-dialog.touch .jreview-dg-footer {
    position: absolute;
    bottom: 0;
    left : 0;
    right: 0;
}
.view-profile #reviewer-detail ._tool_item span.active {
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-weight: bold;
	line-height: 1.7em !important;
}