/**
 * webEdition CMS

 * $Rev$
 * $Author$
 * $Date$
 *
 * This source is part of the webEdition SDK. The webEdition SDK is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License
 * the Free Software Foundation; either version 3 of the License, or
 * any later version.
 *
 * The GNU Lesser 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/webEditionSDK/License.txt
 *
 *
 * @license    https://www.gnu.org/licenses/gpl-3.0.html  LGPL
 */
/* This is a global config file for all scss files*/
/*main editable elements tabs - files*/
/* Colors */
#weImgDiv {
  border: 0 solid #CECECE;
}
#weImagePanelBorder {
  border: 0 solid #808080;
}
#weControl img {
  border: none;
}
#weSizeDiv {
  float: left;
  padding: 0;
  margin-right: 4px;
}
#weSizeDiv input {
  display: block;
  width: 6em;
  text-align: center;
  border: none;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
}
#CropWidth {
  float: left;
}
#CropHeight {
  float: right;
}
.clHorLine {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: n-resize;
  visibility: hidden;
  border: 1px dashed black;
  background-color: lightgrey;
}
.clVerLine {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: e-resize;
  visibility: hidden;
  border: 1px dashed black;
  background-color: lightgrey;
}
#weImage {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 3;
}
#weImage.editfocus {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 24px;
}
#weImagePanel {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  background: #CECECE;
}
#weCoverPanel {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 4;
  cursor: default;
  visibility: hidden;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#weCropPanel {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 9;
  visibility: hidden;
}
#cropButtonZoomIn, #cropButtonZoomOut {
  cursor: pointer;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
#cropButtonZoomIn:hover i {
  background-color: black;
  color: white;
}
#cropButtonZoomOut:hover {
  background-color: black;
  color: white;
}
#imgfocus_point {
  width: 0;
  height: 0;
  position: absolute;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 3px 2px black;
  z-index: 10;
}
#imgfocus_point:before {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  top: -22px;
  width: 38px;
  height: 38px;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px black, inset 0 0 3px 1px black;
}
#focus_info, #weImage, #CursoVal {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}
#tui-image-editor-top {
  bottom: 1ex;
  left: 1ex;
  position: absolute;
  right: 1ex;
  top: 55px;
  display: none;
}
#tui-image-editor-container {
  position: absolute;
  display: none;
}
#tui-image-editor-container .tui-image-editor-header {
  display: none;
}
#tui-image-editor-container .tui-image-editor-main {
  top: 5px;
}
#tui-image-editor-container .tui-image-editor-controls {
  height: 40px !important;
}
#tui-image-editor-container .tui-image-editor-main-container {
  bottom: 40px !important;
}
#tui-image-editor-container .tui-image-editor-submenu {
  height: auto;
  padding: 1ex;
}
#tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-button.preset {
  margin-bottom: 5px;
}
.tui-image-editor-container.bottom .tui-image-editor-submenu > div {
  padding-bottom: 0 !important;
}
