/**
 * webEdition CMS
 *
 * $Rev$
 * $Author$
 * $Date$
 *
 * This source is part of webEdition CMS. webEdition CMS is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * any later version.
 *
 * The GNU General Public License can be found at
 * https://www.gnu.org/licenses/gpl-3.0.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @license	https://www.gnu.org/licenses/gpl-3.0.html  GPL
 */
/* TODO: clean up this messy css! */
/*FIXME: if we have STYLESHEETS applied, we don't need special handling of body (font) */
/*FIXME: adapt to 7.0!! */
/* CSS for all tiny Dialogs */
/* This is a global config file for all scss files*/
/*main editable elements tabs - files*/
/* Colors */
/* new or verified in 8.1 */
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog-wrap__backdrop {
  background-color: black;
  opacity: 0.6;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog {
  box-shadow: none;
  padding-top: 2px;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__header {
  background-color: red;
  margin-bottom: 5px;
  height: 22px;
  border-radius: 0;
  border: 1px solid #c5c5c5;
  background-color: #e9e9e9;
  cursor: move;
  padding: 0;
  font-size: 1em;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__header div.tox-dialog__title {
  font-size: inherit;
  padding-left: 4px;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__header button {
  padding: 0;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__header button div.tox-icon {
  color: red;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__footer {
  background: #a5aaae;
  border-top: none;
  bottom: 0;
  box-sizing: border-box;
  height: 40px;
  overflow: hidden;
  padding: 7px 10px;
  margin: 12px 2px 3px 2px;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__footer button {
  height: 25px;
  cursor: pointer;
  border-collapse: collapse;
  padding: 0px 10px 0px 10px;
  color: #4d565d;
  background-color: #ebeef0;
  font-family: liberation_sansregular, sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 6px 0.5em 1ex 0.5em;
  white-space: nowrap;
  min-width: 2.5em;
  width: auto;
  border: none !important;
  box-shadow: 1px 1px 2px #4d565d;
  font-weight: normal;
  border-radius: 0;
  line-height: normal;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__footer button i.fa.fa-firsticon.fa-lg {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.33333em;
  /* line-height: 0.75em; */
  vertical-align: -1.0672px;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__footer button i.fa.fa-firsticon.fa-lg.fa-check, div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__footer button i.fa.fa-firsticon.fa-lg.fa-retweet, div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__footer button i.fa.fa-firsticon.fa-lg.fa-database {
  color: green;
}
div.tox.tox-tinymce-aux div.tox-dialog-wrap div.tox-dialog div.tox-dialog__footer button i.fa.fa-firsticon.fa-lg.fa-cancel {
  color: red;
}
