/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2018, 9:41:04 AM
    Author     : Smaracis
*/
#dialog {
  display: none;
  min-width: 400px;
  min-height: 400px; }

.myTarget {
  font-weight: bold;
  font-style: italic;
  color: red; }

.ewnl .csstable {
  display: table; }
  .ewnl .csstable > div {
    display: table-row; }
    .ewnl .csstable > div > div {
      display: table-cell; }
  .ewnl .csstable.middle > div > div {
    vertical-align: middle; }
  .ewnl .csstable.top > div > div {
    vertical-align: top; }
  .ewnl .csstable.infotable > div > div {
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .ewnl .csstable.nowrap-1 > div > div:nth-child(1) {
    white-space: nowrap; }
.ewnl #ewnl_editor .content_box {
  width: 660px;
  height: auto;
  min-height: 600px;
  background: white;
  border: 1px solid lightgrey;
  padding-left: 50px; }
  .ewnl #ewnl_editor .content_box input, .ewnl #ewnl_editor .content_box textarea {
    width: 100%; }
    .ewnl #ewnl_editor .content_box input.smallbox, .ewnl #ewnl_editor .content_box textarea.smallbox {
      width: 120px; }
.ewnl #ewnl_editor .sectionlabel {
  font-weight: bold;
  margin: 20px 0 0 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 2px 5px; }
.ewnl #ewnl_editor h4 {
  margin-top: 30px;
  margin-bottom: 0; }
.ewnl #ewnl_editor .ewnl_widget_input {
  border: 2px solid grey;
  margin-bottom: 10px;
  position: relative;
  padding: 5px; }
  .ewnl #ewnl_editor .ewnl_widget_input .sorthandler {
    position: absolute;
    left: -25px;
    color: darkslategrey;
    cursor: move; }
  .ewnl #ewnl_editor .ewnl_widget_input .deleter {
    position: absolute;
    left: -50px;
    color: darkslategrey;
    cursor: pointer; }
  .ewnl #ewnl_editor .ewnl_widget_input .widget_name {
    font-weight: bold; }
  .ewnl #ewnl_editor .ewnl_widget_input .search_id {
    width: 80%; }
  .ewnl #ewnl_editor .ewnl_widget_input .select2-container {
    width: 100% !important; }
.ewnl #ewnl_actions .error {
  background: rgba(255, 0, 0, 0.5); }
.ewnl .ewnl_widget {
  position: relative;
  margin-left: 20px;
  border: 1px solid lightgrey;
  padding: 5px; }
  .ewnl .ewnl_widget .widget_name {
    font-weight: bold; }
  .ewnl .ewnl_widget .widget_desc {
    font-size: small; }
  .ewnl .ewnl_widget .add_widget .dashicons {
    position: absolute;
    left: -20px;
    cursor: pointer; }
.ewnl #newsletter_gesichert_icon {
  color: green;
  opacity: 0;
  font-size: 32px;
  font-weight: bold;
  padding-top: 4px; }
.ewnl ul.chkboxgroup {
  padding: 0; }
  .ewnl ul.chkboxgroup li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
.ewnl .hidden {
  display: none; }
.ewnl .subscription .ewnl_error {
  color: #c4122f;
  font-weight: bold;
  text-align: center; }
.ewnl .subscription .ewnl_success {
  text-align: center;
  font-size: large;
  font-weight: 500; }
.ewnl.subscription button {
  text-transform: uppercase;
  font-weight: 600; }

.s2data .data_date {
  min-width: 55px; }
.s2data .data_id {
  min-width: 60px; }
.s2data .data_text {
  max-width: 350px;
  overflow: hidden; }

/*# sourceMappingURL=ewnl-public.css.map */
