/*  DATEI: custom-dik.css
  Version: 06.07.2021
*/

/*
   ab hier eigene Elemente
*/


/*
   Tabelle mit roter Linie (als class in tbody eintragen)
*/
.dik_table_mit {
    border: 1px solid #FF0000 !important;
}

/*
   ungeordnete Listen ohne linken Einzug, <ul class="dik_ul_ohne">
*/
.dik_ul_ohne {
    margin: 0; 
    padding: 0;
    padding-left: 1em;
}

/*
   blasser roter Hintergrund zum Hervorheben von offenen ToDo's, verwendbar in Hx, TR, DIV 
*/
.dik_todo {
    background-color: #FFEEEE;
}

/*
   blasser blauer Hintergrund zum Hervorheben, verwendbar in Hx, TR, DIV 
*/
.dik_hellblau {
    background-color: #CCCCFF;
}

/*
   Hintergrundfarbe für Tabellenköpfe 
*/
table thead { 
    background-color: silver;
    color: black;
}

/*
    ### Hintergrund des gesamten Formulars - hellblau ###
*/
.tx-powermail {
    padding: 15px;
    background-color: #f2f6f9;
}

/*
   Farbiger Hintergrund Checkbox - hellblau  
*/
.powermail_fieldwrap.powermail_fieldwrap_check fieldset {
    background-color: #f2f6f9;
}

/*
   Farbiger Hintergrund Double-Opt-In (Newsletter, rot)
*/
#uid66 .powermail_create {
    background-color: #f9cbcb;
}

/*
   Hervorhebung in Powermail-Bestätigungsseiten
*/
.powermail_confirmation h4 {
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    padding: 8px;
    margin: 0px;
    background-color: #EEEE44;
    color: #AA4444;
}

/*
   Hervorhebung in Powermail-Antwort

.powermail_create .bodytext b {
    background-color: #FFFF00;
}

*/

.powermail_create .bodytext {
    background-color: #FFFF99;
}

/* Powermail 13: checkbox + label inline */
.form-check.powermail_checkwrap {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

