@charset "UTF-8";

/* "Browser reset" */

html, div, map, dt, isindex, form {
  display:block;
}

* html div {
  position:relative;
  text-align: left;
}

* html body {
  text-align: center;
}

body {
  display:block;
  font-family:verdana;
  font-size:10px;
  margin:0;
  color:#303030;
}

a {
  color:#0CB661;
}

a:visited {
  color:#0CB661;
}

a:hover {
  color:#0C61B6;
}

.desc_inputcheckbox a {
  color: #303030; 
}

.desc_inputcheckbox a:hover {
  color:#0C61B6; 
}

h1,h2,h3,h4,h5,h6 {
  color:#0C61B6;
  margin:0 0 0.5em 0;
  font-family:Arial;
}

h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }
h4 { font-size: 133.33%; }
h5 { font-size: 116.67%; }
h6 { font-size: 116.67%; }

p {
  margin:0 0 1.3em 0;
  text-align: justify;
}

p.honoraranzeige {
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 0;
  border: 0;
  font-weight:bold;
  font-size:0.7em;
  font-family:verdana;
  vertical-align: baseline;
  color:#303030;
}
div#spesen_nur_gesamtbetrag, #fahrtkosten_nur_gesamtbetrag {
  border-top: initial;
}

form {
  margin:0;
  padding:0;
}

input, table {
  font-size:1em;
}

th {
  text-align:left;
}

th.numeric,
td.numeric {
  text-align:center;
}

input[type=password],
input[type=text] {
  border:1px solid gray;
  padding:0.1em;
}

input[type=password] {
  background-image:url(../images/input_password_bg.png);
  background-color:#FFFFFF;
  color:#606060;
}

input[type=submit], .webadmin-button {
  background-image:url(../images/button_submit.png);
  background-color:transparent;
  border:0;
  padding:0;
  width:130px;
  height:24px;
  cursor:pointer;
  font-weight:bold;
  font-size:0.9em;
  color:#606060;
  font-size:11px !important;
}

input[type=submit]:disabled, .webadmin-button:disabled {
  cursor: not-allowed;
}

input[name=kopiesql] {
  background-image:url(../images/kopie_kufersql.png);
  background-repeat: no-repeat;
  background-color:transparent;
  border:0;
  padding:0;
  width: 185px;
  height:24px;
  cursor:pointer;
  font-weight:bold;
  font-size:0.9em;
  color:#606060;
  font-size:11px !important;
}

div {
  margin:0;
  padding:0;
}

.CodeMirror-line-numbers {
  width: 2.2em;
  color: #AAAAAA;
  background-color: #EEEEEE;
  text-align: right;
  padding-right: 0.3em;
  font-size: 10pt;
  font-family: monospace;
  padding-top: 0.4em;
}

.loginLogRow {
  display: block;
}

.filter_login_a {
  display: none;
}

div.log div.noLog p {
  margin-left: 15px;	
}

div.clear {
  clear: both;
}

/******************************************************************************/
/* ePayment                                                                   */
/******************************************************************************/
div .epay_unterschrift {
  font-size: 0.8em;
  padding-left: 2.5em;
}

.wirecard_logo {
  width: 120px;
}

.girocheckout_weitere
{
  vertical-align: 1.3em;
  margin-left: 20px;
}

/******************************************************************************/
/* Plugin Verwaltung                                                          */
/******************************************************************************/

div#pluginSettings div.heading {
  font-weight:bold;
  font-size: 1.2em;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
}

div#pluginSettings div.heading div.right {
  float: right;
}

div#pluginSettings div.row {
  padding: 0px 0;
  border: 1px dashed #ddd;
  border-width: 0 0 1px 0;
  min-height: 35px;
}

div#pluginSettings div.row:hover {
  background: #f1f1f1;
}

div#pluginSettings div.row div.left {
  width: 570px;
  margin: 7px 0;
  position: relative;
}

div#pluginSettings div.row div.right {
  width: 45px;
  margin: 5px 0;
  float: right;
}

div#pluginSettings a.delete {
  background: url('../images/delete.png');
}

div#pluginSettings a.edit {
  background: url('../images/edit.png');
}

div#pluginSettings a.create {
  background: url('../images/plus.png') no-repeat;
  background-size: 17px 17px;
  padding-left: 17px;
}

div#pluginSettings a.img_button {
  height: 16px;
  width: 16px;
  display: block;
  color: transparent;
  float: left;
  margin: 0 3px;
}

/******************************************************************************/
/* Statistik                                                                  */
/******************************************************************************/

div.anzahlErgebnisDropDown {
  float: right;
}

h3.dropDown {
  width:50%;
  float: left;
}


/******************************************************************************/
/* Korrektur an jQuery UI                                                     */
/******************************************************************************/
.ui-button-icon-primary.ui-icon.ui-icon-closethick {
  left: 0;
  top: 0;
}

.statistik_export_suchbegriffe_div {
  margin-top: 2em;
}

.statistik_export_suchbegriffe_buttons {
  margin-top: 1em;
}

/******************************************************************************/
/* Bearbeiten der KuferTools-Wss                                              */
/******************************************************************************/

.wsf_off {
  display: none;
}

.wssBarSettings .eingestellteFelder,
.wssBarSettings .verfuegbareFelder,
.wssBarSettings .verfuegbareFelder_gruppe{
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 10px;
  width: 600px;
}

.wssBarSettings .wsf {
  background-color: #DDDDDD;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-left: 5px;
  position: relative;
}

.wssBarSettings .wsf_move {
  height: 14px;
  width: 14px;
}

.wssBarSettings .wsf_label {
  display: inline-block;
  width: 255px;
  height: 20px;
  font-weight: bold;
}

.wssBarSettings .wsf_label_edit {
  width: 215px;
  height: 14px;
}

.wssBarSettings .wsf_beschreibung {
  display: inline-block;
  width: 255px;
}

.wssBarSettings .wsf_move {
  height: 14px;
  width: 14px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 5px;
  background: url("../images/btn_move.gif");
}

.wssBarSettings .wsf_entfernen {
  height: 16px;
  width: 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 4px;
  left: 5px;
  background: url("../images/delete.png");
}

.wssBarSettings .wsf_setting {
  height: 16px;
  width: 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 4px;
  margin-left: 10px;
  background: url("../images/edit.png");
}

.verfuegbareFelder .wsf_beschreibung {
  text-decoration: underline;
  cursor: pointer;
}

.verfuegbareFelder {
  list-style: none;
  padding: 10px;
}

.wsf.verfuegbareFelderZeile {
  margin-bottom: 3px;
}

.wsf.verfuegbareFelderZeile.inBenutzung span {
  text-decoration: none;
  color: darkgreen;
}

.verfuegbareFelder_gruppe {
  list-style: none;
  padding: 0;
}

#wsf_settings_dialog .setting_setColor {
  background-color: #FFFFFF;
  display: inline-block;
  border: 1px solid #000000;
  padding: 0px;
}

#wsf_settings_dialog table {
  table-layout: auto;
}

#wsf_settings_dialog table, #wsf_settings_dialog tr, #wsf_settings_dialog td {
  border-collapse: collapse;
  position: relative;
}

#wsf_settings_dialog table td input[type="radio"] {
  position: absolute;
  right: 0;
  top: 0.3em;
}

#wsf_settings_dialog tr:first-child td:first-child {
  font-weight: normal;
}

#wsf_settings_dialog td:first-child {
  white-space: nowrap;
}

#wsf_settings_dialog td:last-child {
}

#wsf_settings_dialog tr + tr td {
  padding-top: 6px;
}

#wsf_settings_dialog input[type="checkbox"]{
  padding: 0px;
  margin: 0px;
}

#wsf_settings_dialog .wsf_setting_feld {
  margin: auto;
  padding: 5px;
  width: 275px;
}

#wsf_settings_dialog .wsf_font_elements {
  width: 264px;
}

#wsf_settings_dialog .wsf_font_elements * {
  padding: 2px;
  font-size: 16px;
  width: auto;
  height: auto;
}

#wsf_settings_dialog #wsf_setting_fett {
  font-family: serif;
  font-weight: bold;
  font-size: 1.45em;
  margin-bottom: -1px;
  padding: 0px 3.56px;
}

#wsf_settings_dialog .wsf_font_elements input[type="text"] {
  text-align: right;
  height: auto;
  width: auto;
}

#wsf_settings_dialog .wsf_border {
  margin: 0px;
  height: 21px;
  border-left: 2px #b1b1b1 solid;
}

#wsf_settings_dialog .wsf_align:not(.alignHighlight), #wsf_settings_dialog #wsf_setting_fett:not(.wsf_checked) {
  background-color: #e1e1e1;
}

.colorpicker {
  z-index: 150;
}

.wsf_align, #wsf_settings_dialog .wsf_mark_checkbox, #wsf_settings_dialog .setting_setColor, #wsf_settings_dialog #setting_setColor_icon {
  cursor: pointer;
}

.wsf_align.alignHighlight, #wsf_settings_dialog .wsf_checked {
  background-color: #b1b1b1;
}

/*
 * Bugfix für die verwendete jQuery-UI-Version: Das Modal bei Dialogen füllte nur eine Bildschirmhöhe,
 * man konnte jedoch nach unten Scrollen und das Modal füllte nicht mehr die komplette Seite aus.
 */
.ui-widget-overlay {
  position: fixed !important;
}

input.verwendenCheckboxAbstand {
  margin-left: 28px;
}

font.verwendenTextAbstand {
  margin-left: 7px;
}

input#kursvertraglisteName-item0, input#kursvertraglisteBezeichnung-item1, input#kursvertraglisteTitel-item2,
input#kurssammelvertraglisteName-item0, input#kurssammelvertraglisteBezeichnung-item1, input#kurssammelvertraglisteTitel-item2{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0px;
  width:98%;
}

p.vertrag_abstand{
  width: 639px;
}

p.stdplan_uhrzeit   { width: 640px; }

input#login_err_disable_value {
  margin-left: 10px;
}

#login_err_disable_unit{
  margin-left: 10px;
}

/******************************************************************************/
/* KuferTools Rechte                                                          */
/******************************************************************************/

.titlebar {
  border-bottom: 1px dotted #c4c4c4;
  margin-bottom: 15px;
}

.treetable {
  margin-bottom: 15px;
}

.treetable-titlebar {
  padding: 3px;
  border-bottom: 1px solid #AAAAAA;
  cursor: pointer;
  margin-bottom: 4px;
  margin-left: 5px;
  position: relative;
  padding: 3px;
  margin-top: 4px;
}

.treetable-group-label {
  display: inline-block;
}

.treetable-group {
  margin-left: 10pt;
}

#privilege-selection-form, .available-privileges {
  width: 95%;
  maxwidth: 1000px;
}

.privilege-table {
  margin-left: 4px;
}

.privilege-table tr:nth-child(even) {
  background-color: #f2f2f2
}

.privilege-table-access {
  width: 35pt;
  text-align: center;
}

.privilege-access {
  display: block;
  margin: 0 auto;
}

.back-button {
  padding-bottom: 10px;
  display: block;
  float: left;
}

.privilege-reset-auswahl {
  height: 16px;
  width: 16px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: url("../images/delete.png");
}

.privilege-utilbar {
  text-align: center;
}

.edit-template {
  height: 16px;
  width: 16px;
  display: inline-block;
  cursor: pointer;
  background: url("../images/edit.png");
  margin-right: 10px;
}

.template-selection {
  background-color: #DDDDDD;
  border-radius: 3px;
  width: 60%;
  margin-bottom: 4px;
  margin-top: 4px;
  margin-left: 5px;
  position: relative;
  padding: 3px;
  border-bottom: 1px solid #AAAAAA;
}

.template-selection-link:link,
.template-selection-link:visited,
.template-selection-link:hover,
.template-selection-link:active
{
  color: black;
  text-decoration: none;
}

.sortable .privilege-searchcancel {
  cursor: pointer;
}

.ui-icon#rechte {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}

th.sorted-asc{
  color: #000000;
  background: url("../images/orderDown.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 4px; 
  min-width: 100px;
}

th.sorted-desc{
  color: #000000;
  background: url("../images/orderUp.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 4px; 
  min-width: 100px;
}

th.kurscheck, td.kurscheck {
  padding: 5px;
  vertical-align: top;
}

th.kurscheck.titel {
   min-width: 200px;
}

.kurscheck.ampel {
  width: 12px; 
  height: 12px; 
  border-radius: 6px; 
  float: left;
  margin-right: 6px;
}

.kurscheck.ampel.gruen {
  background-color: #00bd09; 
}

.kurscheck.ampel.gelb {
  background-color: #fffb00; 
}

.kurscheck.hasnosubitems {
  text-decoration: none;
}

table.sysinfo td, table.sysinfo th{
  padding: 5px 10px;
  text-align: left;
  word-wrap: anywhere;
}

table.sysinfo tr:nth-child(even) {background-color: #f2f2f2;}

button.sysinfo {
  background-image:url(../images/button_submit.png);
  background-color:transparent;
  border:0;
  padding:0;
  width:130px;
  height:24px;
  cursor:pointer;
  font-weight:bold;
  font-size:0.9em;
  color:#606060;
  font-size:11px !important;
  margin-top: 20px;
  float: right;
}

form#archiveform, form#uploadform{
    margin-bottom: 15px;
}

input#uploadArchive{
    margin-right: 25px;
}

#content_inlay div.archive{
    margin: 15px 0;
}

.statistic_chart {
  margin-top: 20px;
  margin-bottom: 40px;
}

.statistic_pie_chart {
  width: 60%;
}