/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * $$
 * -----------------------------------------------------------------------------
 */

/*
 * Add your custom CSS code to this file. This file will be included as last CSS
 * file in the form and main view. The file may also include theme macros.
 */

IconInfoCircle{
   margin-bottom: 12px;
   font-size: 18px;
}

/* Verbesserungen Datenbrowser */
.browseDataWizard .filter td select, .browseDataWizard .filter td input {
   height: initial;
}

.browseDataWizard th.caption {
   height: 30px;
}

.browseDataWizard table tfoot tr th, .browseDataWizard table tr td:not(:last-child):not(:first-child) {
   border-right: 1px solid #FFFFFF;
}

.browseDataWizard tbody td:not(:first-child) {
   font-size: 14px;
}

.browseDataWizard thead th {
   border-bottom: #CCCCCC 1px solid;
}

.browseDataWizard .filter {
   font-size: 12px;
}

.browseDataWizard .filter button {
   height: 30px;
}

/* Datenschutz und Impressum */

div.datenschutz h2, h3 {
   margin-top: 10px;
}

div.impressum h2, h3 { 
   margin-top: 10px;
}

div.datenschutz, div.impressum {
   margin-top: 30px;
   margin-bottom: 30px;
}

.dashboard .text-container {
   font-size: 18px;
}