@charset "utf-8";
/*--------------------------------------------------------------------------------------------------*/
/* CSS for Points plugin */

span.bts-avance.dashicons {
    font-size: 30px;
    width: 32px;
    height: 32px;
    border: 1px solid #666;
	margin:5px;
	float:right;
}
span.bts-avance.dashicons:hover {
	background: #f5f5ff;

}
span.dashicons{
	width:auto;
	height:auto;
}
.green-padlock, .red-padlock{font-size: 19px; color: #fff; border-radius: 6px; vertical-align: 0px; padding: 3px; cursor: pointer;  background: #080;}
.red-padlock{ background: #900; }
.input-points{width: 4em; background: #555; color: #fff; padding: 1px 1px 1px 2px; border: 1px solid #999; vertical-align:3px; font-size:12px; margin-left:1em}
.update-points{cursor:pointer; font-size:17px; vertical-align: -2px;}
.show-points{ color: #f9ac39; font-size:12px}
.vote-icon{width:20px; margin:0 4px; vertical-align:-4px;}

.rtng-icon{width:18px; vertical-align:-4px;opacity:.7; cursor:pointer;}
.rtng-icon:hover{opacity:1;}

td.sin-comments{ color: #fc00ff}

.paz_posts_shorcode, .student_shortcode {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 110%;
}

/*--------------------------------------------------------------------------------------------------*/
/* CSS for Chat-Room plugin */

span.bts-avance.dashicons {
    font-size: 30px;
    width: 32px;
    height: 32px;
    border: 1px solid #666;
	margin:5px;
	float:right;
}
span.bts-avance.dashicons:hover {
	background: #f5f5ff;

}
span.dashicons{
	font-size:inherit;
	width:auto;
	height:auto;
}
.comment-list-nav hr{border: 0; clear: both; padding: 3px 0; border-bottom: .5px solid #444;}

#users-online img.photo { border-radius: 10%}
#users-online{padding:1em;; border: 1px solid #0ff; display:inline-block; position: absolute; top:0; left:3em;; text-align:left;}
@media (max-width: 1300px) {
	#users-online{position:static;}
}
/*--------------------------------------------------------------------------------------------------*/
