﻿.view-editor .editor-custom-tags {
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #eee;
}

    .view-editor .editor-custom-tags p {
        display: inline-block;
        vertical-align: middle;
    }

    .view-editor .editor-custom-tags div {
        display: inline-block;
    }

    .view-editor .editor-custom-tags input {
        margin: 0px 5px 0px 0px;
    }

.ql-toolbar.ql-snow + .ql-container.ql-snow.ql-disabled {
    border-top: 1px solid #ccc;
}

.ql-snow:not(.ql-html-view) .ql-editor, .view-sourcecode textarea {
    height: 200px;
    background-color: #fff;
}

.ql-snow.ql-html-view .ql-editor {
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
}

.ql-snow .ql-editor u {
    text-decoration: underline;
}

.ql-snow .ql-editor s {
    text-decoration: line-through;
}

.ql-snow.ql-toolbar {
    background-color: #eee;
}

.ql-snow .ql-picker.ql-font .ql-picker-label {
    overflow: hidden;
    padding-right: 13px;
}

.ql-snow .ql-tooltip[data-mode=image]::before {
    content: "URL da imagem:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
    content: "URL do vídeo:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Fórmula:";
}

.ql-snow .ql-tooltip[data-mode=link]::before {
    content: "URL do link:";
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Título 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Título 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Título 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Título 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Título 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Título 6';
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Pequeno';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Grande';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Enorme';
}

.ql-snow .ql-tooltip a.ql-action::after {
    content: 'Editar';
}

.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remover';
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    content: 'Salvar';
}

/* Set dropdown font-families */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Arial']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Arial']::before {
    content: 'Arial';
    font-family: 'Arial';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='ComicSansMS']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='ComicSansMS']::before {
    content: 'Comic Sans MS';
    font-family: 'Comic Sans MS';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='CourierNew']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='CourierNew']::before {
    content: 'Courier New';
    font-family: 'Courier New';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Georgia']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Georgia']::before {
    content: 'Georgia';
    font-family: 'Georgia';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='LucidaSansUnicode']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='LucidaSansUnicode']::before {
    content: 'Lucida Sans Unicode';
    font-family: 'Lucida Sans Unicode';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Tahoma']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Tahoma']::before {
    content: 'Tahoma';
    font-family: 'Tahoma';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='TimesNewRoman']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='TimesNewRoman']::before {
    content: 'Times New Roman';
    font-family: 'Times New Roman';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='TrebuchetMS']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='TrebuchetMS']::before {
    content: 'Trebuchet MS';
    font-family: 'Trebuchet MS';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Verdana']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Verdana']::before {
    content: 'Verdana';
    font-family: 'Verdana';
}

/* Set content font-families */
.ql-font-Arial {
    font-family: 'Arial';
}

.ql-font-ComicSansMS {
    font-family: 'Comic Sans MS';
}

.ql-font-CourierNew {
    font-family: 'Courier New';
}

.ql-font-Georgia {
    font-family: 'Georgia';
}

.ql-font-LucidaSansUnicode {
    font-family: 'Lucida Sans Unicode';
}

.ql-font-Tahoma {
    font-family: 'Tahoma';
}

.ql-font-TimesNewRoman {
    font-family: 'Times New Roman';
}

.ql-font-TrebuchetMs {
    font-family: 'Trebuchet MS';
}

.ql-font-Verdana {
    font-family: 'Verdana';
}