﻿@charset "utf-8";
/* CSS Document */

/* ============================== */
/* TinyMCE Skin.min.css Customize */
/* ============================== */

div.tox-tinymce {
        border: 1px solid #d5d5d5; 
        -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
        -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

div.tox-tinymce.focused { border-color:#858585; }

/* in readonly mode, prevent a double border on top */
div.tox div.tox-edit-area { border-top-width: 0px; }
div.tox div.tox-anchorbar { border-top-width: 1px; border-top-style: solid; border-top-color: #ccc; }

/* prevent the menu bar from resizing when selecting a menu item */
.tox-menubar button:focus { border: none; }

/* popup dialogs */
div.tox div.tox-dialog { border-color: #d5d5d5; }
div.tox div.tox-dialog__footer { border-color: #d5d5d5; }

div.tox div.tox-dialog__header button { margin-right:-8px; }

/* fullscreen */
.fullscreen div.tox-tinymce { height:100% !important; width: 100% !important; }

/* make menus and dialogs appear in full-screen mode */
.tox-silver-sink { z-index: 9999!important; }