/*******************************   WYSIWYG   *****************************************/
@font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans-Light";
    src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url(../fonts/Open_Sans/OpenSans-Semibold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans-LightItalic";
    src: url(../fonts/Open_Sans/OpenSans-LightItalic.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans-Italic";
    src: url(../fonts/Open_Sans/OpenSans-Italic.ttf);
    font-weight: normal;
    font-style: normal;
}
/*** List wysiwyg ***/
.wysiwyg-lists_, .trumbowyg-editor{
    line-height: 120%;
}

.wysiwyg-lists_ ul, .trumbowyg-editor ul, .trumbowyg-editor-back ul{
    list-style: disc outside;
}


.wysiwyg-lists_ ol, .trumbowyg-editor ol, .trumbowyg-editor-back ol{
    list-style: decimal outside;
}
.wysiwyg-lists_ b, .trumbowyg-editor b, .trumbowyg-editor-back b{
    font-weight: bolder;
}

.wysiwyg-lists_ i, .trumbowyg-editor i, .trumbowyg-editor-back i{ 
    font-style: italic;
}

.wysiwyg-lists_ em, .trumbowyg-editor em, .trumbowyg-editor-back-em{
    font-style: italic;
}

.wysiwyg-lists_ u, .trumbowyg-editor u, .trumbowyg-editor-back u{
    text-decoration: underline;
}

.wysiwyg-lists_ strike, .trumbowyg-editor strike, .trumbowyg-editor-back strike{
    text-decoration: line-through;
}

.wysiwyg-lists_ ol, .wysiwyg-lists_ ul, .trumbowyg-editor ol , .trumbowyg-editor ul, .trumbowyg-editor-back ul, .trumbowyg-editor-back ol{
    margin-left: 40px; 
}

.wysiwyg-lists_ ol , .trumbowyg-editor ol, .trumbowyg-editor-back ol{
    list-style-type: decimal;
}

.wysiwyg-lists_ ol ul, .wysiwyg-lists_ ul ol,
.wysiwyg-lists_ ul ul, .wysiwyg-lists_ ol ol,

.trumbowyg-editor ul, .trumbowyg-editor ul ol,
.trumbowyg-editor ul, .trumbowyg-editor ol ol,

.trumbowyg-editor-back ul, .trumbowyg-editor-back ul ol,
.trumbowyg-editor-back ul, .trumbowyg-editor-back ol ol,
{ 
    margin-top: 0;
    margin-bottom: 0;
}

.wysiwyg-lists_ blockquote, .trumbowyg-editor blockquote, .trumbowyg-editor-back blockquote {
    display: block;
    unicode-bidi: embed;
    margin: 1.12em 0;
    margin-left: 40px;
    margin-right: 40px;
}

.wysiwyg-lists_ div, .trumbowyg-editor div, .trumbowyg-editor-back div{
    display: block;
    unicode-bidi: embed;}

.wysiwyg-lists_ pre, .trumbowyg-editor pre, .trumbowyg-editor-back pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    font-family: monospace;
    font-size: 16px;
    
}
.wysiwyg-lists_ code, .trumbowyg-editor code, .trumbowyg-editor-back code{
    font-family: monospace;
    font-size: 16px;
} 

.wysiwyg-lists_ strong, .trumbowyg-editor strong, .trumbowyg-editor-back strong{
    font-weight: bold;
}

.jqueryHashtags .highlighter{
    white-space: pre-wrap;
    color:transparent;
    overflow: hidden;
    position: absolute;
    padding: 4px 6px;
    font-family: OpenSans-Regular;
    font-size: 1rem;
    line-height:20px;
}


.jqueryHashtags .theSelector, .jqueryHashtags .theSelectorEdit{
    background-color: transparent; 
    position: relative; 
    direction: ltr; 
    font-size: 1rem;
    font-family: OpenSans-Regular;
    resize:none !important;
    -webkit-transition: height 0.2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 6px;
    vertical-align:middle;
    line-height:20px;
}

.jqueryHashtags .link{
    text-decoration: underline;
    font-family: OpenSans-Regular;
    color: black;
}
.jqueryHashtags .hashtag{
	background: -webkit-linear-gradient(#dce6f8, #bdcff1);
	border-radius: 2px;
	box-shadow: 0 0 0 1px #a3bcea;
	white-space: pre-wrap;
	word-break: break-word;
	line-height:20px;
}

.wysiwyg-lists_ .hashtag{
    background: -webkit-linear-gradient(#dce6f8, #bdcff1);
    border-radius: 2px;
    box-shadow: 0 0 0 1px #a3bcea;
    /*font-size: 0.9em;*/
    white-space: pre-wrap;
    word-break: break-word;
    line-height:20px;
}

