﻿.mce-content-body div.mce-resizehandle {
    width: 7px;
    height: 7px;
    border-color: #777;
}

.mce-content-body img[data-mce-selected] {
    outline: 1px solid #777;
    resize: none;
}

.mce-content-body img::selection  { 
    background-color: transparent;
}

body.mce-content-body {
    font-family: 'Segoe UI', Helvetica, Verdana, san-serif;
    color: #7F7F7F;
    font-size: 14px;
}

/*body.mce-content-body img {
    position: relative;
}*/
.ch-usr-img {
    max-width: 100%;
}

.chil-icon, .set-icon:before {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url("/images/chil_icons.png");
    background-position: 0px 0px;
    cursor: pointer;
}

.edit-icon {
    background-position: 0px -312px;
    right: 5px;
    background-color: #FFF;
    border-radius: 50%;
}

.remove-section {
    background-position: -26px -312px;
    right: 36px;
    background-color: #FFF;
    border-radius: 50%;
}

/**/

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.remarkable {
    font-size: 16px;
    color: #333;
    color: $color-chil;
    font-weight: 600;
}

.remarkable:after {
	content:"\"";
	margin-left: 5px;
}

.remarkable:before {
	content:"\"";
	margin-right: 5px;
}

a {
    color: #6e9fbe;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #314555;
    text-decoration: underline;
}

img.alignright {
    display:inline-block;
    float:right;
}

img {
    max-width: 100%;
}

/*______ ICONS FOR TINYMCE ______*/

[data-role="tweet"] {
	display:block;
	cursor:pointer;
	width: 50px;
	height: 50px;
	margin: 5px;
	background:url(/images/icons_tinymce.png);
	background-position: -0px -0px;
}

[data-role="embed"] {
	display:block;
	cursor:pointer;
	width: 50px;
	height: 50px;
	margin: 5px;
	background:url(/images/icons_tinymce.png);
	background-position: -0px -100px;
}

/* End Icons for Tinymce*/
