/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */

/* ------------------------------- tiny-mce ---------------------------- */
.mce-i-visualchars::before{
	content: "\f070";
}

.mce-i-visualblocks::before {
	content: "\f096";
}

.mce-i-charmap::before {
	content: "\f1f9";
}

.mce-i-hr::before {
	content: "\f068";
}

.mce-i-searchreplace::before {
	content: "\f002";
}

.mce-i-removeformat::before {
	content: "\f12d";
}
/* END ------------------------------- tiny-mce ---------------------------- */



.icon-Adminxipblogsetting::before {
	content: "\f02d";
}

