#online_users .checkbox input{
	width: 18px;
}

.reportCardsStuInfo{
	float: right;
	text-align: left;
	width: calc( 100% - 50px );
}

ul.sunProducts{
	height: 300px;
    max-height: 100vh;
    overflow-y: auto
}

.selected-paginate {
	border-color: #b8b8b8 !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
	color: #444 !important;
	background: #eee !important;
}

.video-topic {
	display: inline-block;
	min-width: 10px;
	padding: 7px 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #1E90DC;
	border-radius: 10px;
	margin: 6px;
}

.video-topic__text {
	margin: 0 5px;
}

.video-topic .video-topic__actions {
	margin: 0 5px;
}

.video-topic .video-topic__actions > span {
	cursor: pointer;
}

.video-topic .video-topic__actions > span:not(:last-child) {
	margin: 0 3px;
}
