/*
 * -----------------------------------------------------------------------------
 * 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.
 */

/*
 * Für Links, die wie ein Button aussehen sollen.
 * line-height ist notwendig, damit Text mittig zentriert ist.
 */
a.fieldsetActionButton {
    line-height: 33px;
}

/*
 * Wichtig, damit bei Fehlern nicht weiße Schrift auf weißem Hintergrund erscheint
 */
input.ffw_serverError, input.ffw_clientError,
.fieldsetInput.ffw_serverError, .fieldsetInputDropdown.ffw_serverError {
    color: black !important;
}

div.ffw_notEditable {
    background-color: #e9e9e9 !important;
}

div.ffw_notEditable.printField {
    background-color: transparent !important;
    color: black !important;
    margin-top: 2px;
    line-height: 22px !important;
}

div.printField > div > div {
    bottom: 4px !important;
}

div.printCaption > div > div {
    bottom: 4px !important;
}

/* Setzen der Standard-Uni-Schriftarten */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', Arial, Verdana, Lucida, Helvetica, sans-serif;
}

.formHeaderTitle, .formHeaderSubTitle, .startPageHeader {
    font-family: 'Exo 2', Arial, Verdana, Lucida, Helvetica, sans-serif !important;
}

.menuPanel, .formcatalog, .headerPanel, .headerPanel a, input {
    font-family: Arial, Verdana, Lucida, Helvetica, sans-serif !important;
}

/* Verstecken der Bilder im Formular-Menü an der linken Seite */
/*
img.menuImg {
    display: none !important;
}
*/

/* Font für jQuery-UI-Controls setzen, u.a. für Autocomplete-Werteliste */

.ui-widget {
    font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
}

.testicon {
	background-color: red !important;
}

/*
.lookupWindow .dialog div.content .list .table .tHeader .tCell {
   
    color: #EBEBE3;
    background-color: #909085;
}
*/

.mailicon{
	height: 20px;
	width: 20px;
}

/* Styling für Formulare mit Scripting Framework */

/*
 .summary-label {
    min-width: 250px;
    padding-right: 30px;
    width: 50%;
    box-sizing: border-box;
}
.summary-value {
    font-style: italic;
    width: 50%;
}
.summary-value pre {
    font-family: inherit;
    margin: inherit;
}
.attachmentsummary-attachmentedit {
    color: rgb(0, 87, 157);
    border-color: rgb(0, 87, 157);
}

.attachmentsummary-attachmentedit:hover, .attachmentsummary-attachmentedit:active {
    border-color: rgb(0, 87, 157);
    background-color: rgb(0, 87, 157);
}

.attachmentsummary-attachmentlink {
    color: rgb(0, 87, 157);
}

.attachmenttable-attachmentlink {
    color: rgb(0, 87, 157);
}
*/

/*
.formcatalog .row a {
    color: #00579D;
    text-decoration: none;
    display: block;
    font-size: 1em;
    font-weight: normal;
}

.formcatalog .row .rightCol div > button {
    background-color: transparent;
    color: #00579D;
}


.responsive-min div[id$="summary_segment9"] .flex-container {
    padding: 0px 10px;
}

.responsive-min div[id$="summary_segment9"] .flex-container .formControl {
    flex-direction: column;
}

.responsive-min div[id$="summary_segment9"] .flex-container span {
    width: 100%;
}
*/