﻿/*!
 * WellFrame Web Library
 *
 * Copyright (©) Wellcode Software owned by Khamis Abuelkomboz
 *
 * ALL RIGHTS RESERVED, see http://wellcode.de
 *
 */
.setuppage {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
}

/*.UserProfile-page  .fieldtemplate {
    float: none;
}

.UserProfile-page fieldset {
    height: 190px;
}

.UserProfile-page .fieldgroup {
    width: auto;
}*/

.UserProfile-page .field-Deactivated-area,
.UserProfile-page .field-Intranet-area {
    float: left!important;
    max-width: unset!important;
}
.UserProfile-page .field-Deactivated-area .field-Boolean,
.UserProfile-page .field-Intranet-area .field-Boolean {
    max-width: unset !important;
}

.sidelabelfield .field-ContactId {
    max-width: 400px;
}

.field-value.item-value.item-LogLine {
    white-space: pre-wrap;
    font-family: 'Courier New';
}

.field-value.item-value.item-LogDate {
    white-space: pre;
}

.ServiceLog-item .item-VTitle {
    white-space: pre-wrap;
    font-family: 'Courier New';
}

.cke_screen_reader_only {
    bottom: 0px;
}

.cke_editable {
    background: white;
    border: 1px solid var(--wf-border-color);
    height: 10em;
    overflow: auto;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #a2a2a2;
    white-space: pre-wrap;
    padding: 5px;
    margin: 2px;
}

.cke_editable p {
    -webkit-margin-before: 2px;
    -webkit-margin-after: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.item-text p,
.field-value p,
.item-VContent p {
    -webkit-margin-before: 2px;
    -webkit-margin-after: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.sidelabelfield .cke_editable {
    width: calc(100% - 175px);
    margin-left: 160px;
}
