/* --------------------------------------------------------------------------------------------- */
.unselectable, .unselectable * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.no-padding {
	padding:0!important;
}

.row-wrapper{
	margin-left:-15px;
	margin-right: -15px;
}

#body .container #content-wrapper .container{
	width: auto;
	padding-right: 0;
    padding-left: 0;
}

#body #content-wrapper #content .page .page .container{
	width: auto;
}

.pagination {
    position: relative;
}
.pagination>span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}

.pagination > li > a, .pagination > li > span{
	font-size: 12px;
	padding:3px 7px;
}

.page-editor .tinymce-inline {
	position: initial !important;
}

/* --------------------------------------------------------------------------------------------- */