@charset "UTF-8";

@media only print {
  body {
    background: white;
  }
  .onlyprint {
    display: block;
  }
  #BackgroundDropdown {
    display: none;
  }
  #primary_nav {
    display: none;
  }
  #secondary_nav {
    display: none;
  }
  section#main_content {
    margin: 0;
    min-height: auto;
    background: transparent;
  }
  #content_wrap {
    margin: 0;
  }
  #activity_stats {
    display: none;
  }
  .one_wrap.donotprint {
    display: none;
  }
  #report_view .one_wrap .widget_title {
    display: none;
  }
  #rep_content_filter {
    display: none;
  }
}

/*Für die Druckfunktion in der Kampagnenstatistik - Vorschau in neuem Fenster*/
.form_fields_container ul {
  list-style-type: none;
}

.form_fields_container ul li label {
  font-weight: bold;
  font-size: 14pt;
}

.form_fields_container ul li div {
  margin: 10px 20px;
  font-weight: normal;
  font-size: 13pt;
}

