
.xImgConfiguration {
    background-image: url(/WebCAQ.Net/I/21/Konfiguration?s=1)
}
.xImgPfeilBlauHoch {
    background-image: url(/WebCAQ.Net/I/21/PfeilBlauHoch?s=1)
}
.xImgPfeilBlauRunter {
    background-image: url(/WebCAQ.Net/I/21/PfeilBlauRunter?s=1)
    background-image: url(/WebCAQ.Net/I/21/PfeilBlauRunter?s=1)
}
.xImgPfeilBlauLinks {
    background-image: url(/WebCAQ.Net/I/21/PfeilBlauLinks?s=1)
}
.xImgPfeilBlauRechts {
    background-image: url(/WebCAQ.Net/I/21/PfeilBlauRechts?s=1)
}
.xImgAuge {
    background-image: url(/WebCAQ.Net/I/21/Auge?s=1)
}
.xImgAusblenden {
    background-image: url(/WebCAQ.Net/I/21/Ausblenden?s=1)
}
.xImgReset {
    background-image: url(/WebCAQ.Net/I/21/Zuruecksetzen?s=1)
}
.xClickable {
    cursor: pointer;
}
.ForceLineBreak {
    white-space: break-spaces !important;
}
.xHideAlways {
    display: none !important;
}
.xRadioContainer {
    border: none;
}
.xControlContainer.xdisabled .xRadioContainer .xRadioLabel,
.xControlContainer.xdisabled .xRadioContainer input {
    cursor: unset;
}
.xRadioContainer .xRadioLabel {
    display: block;
    width: fit-content;
    position: relative;
    padding-left: 36px;
    padding-left: 36px;
    padding-top: 2px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.xBooleanInfo .xRadioContainer .xRadioLabel {
    margin: auto 0;
}
.xRadioLabel a {
    color: blue;
}
.xRadioContainer.xInputContainer {
    background-color: unset;
    border: none;
}
.xRadioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0px;
    display: none;
}
.xRadioCheck {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    
}
    .xRadioCheck.xRadio {
        border-radius: 50%;
    }
.xRadioLabel:hover input ~ .xRadioCheck,
.xControlContainer.xdisabled .xRadioLabel > .xRadioCheck {
    background-color: #f1f1f1;
}
.xRadioCheck:after {
    content: "";
    position: absolute;
    visibility: hidden;
}
.xRadioContainer input:checked ~ .xRadioCheck:after {
    visibility: visible;
    background-color: #1473e6;
    background-position: 2px 1px;
}
.xRadioContainer input:checked ~ .xRadioCheck {
    border: 1px solid #3299ff;
}
    .xRadioContainer input:checked ~ .xRadioCheck.xRadio:after {
        
        background-image: url(/WebCAQ.Net/I/21/radioselect-white?s=1);
        background-position: 2px 2px;
    }
.xRadioContainer .xRadioCheck:after {
    height: 100%;
    width: 100%;
    background-image: url(/WebCAQ.Net/I/16/ok-white?s=1);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 3px;
}
.xControlContainer.xdisabled .xRadioContainer .xRadioCheck {
    border-color: #999;
}
    .xControlContainer.xdisabled .xRadioContainer .xRadioCheck:after {
        background-color: #f1f1f1;
        background-image: url(/WebCAQ.Net/I/16/ok-gray?s=1);
    }
.xRadioContainer .xRadioCheck.xRadio:after {
    border-radius: 50%;
}
.xSideBar {
    padding: 1px 30px 6px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
    .xSideBar li {
        display: block;
    }
        .xSideBar li a {
            padding: 8px 0px 8px 5px;
            text-decoration: none;
            font-size: 15px;
            background-repeat: no-repeat;
            background-position: 8px center;
            background-size: 21px 21px;
            cursor: pointer;
            white-space: nowrap;
            color: #fff;
            display: flex;
            align-items: center;
        }
            .xSideBar li a img {
                width: 32px;
                height: 32px;
            }
            .xSideBar li a span {
                padding-left: 8px;
                flex: 1 1 auto;
                font-weight: bold;
            }
            .xSideBar li a:hover {
                
            }
                .xSideBar li a:hover img.glow {
                    
                }
.xSideBarHome {
    flex: 100% 0 0;
    margin: 10px 0px 0px 15px;
    padding-bottom: 10px;
}
    .xSideBarHome div a span {
        padding-left: 2px
    }
.xSideBarFavorites {
    flex: 100% 0 0;
    border-bottom: 2px solid #555;
    margin: 0px 0px 20px 15px;
    padding-bottom: 15px;
    display: flex !important;
}
    .xSideBarFavorites a {
        font-size: small !important;
        color: #aaa !important;
        text-decoration: underline !important;
        padding: 0px 4px 2px 5px !important;
    }
    .xSideBarFavorites .xSideBarSubItems {
        padding-left: 0px;
        margin-left: -5px;
    }
    .xSideBarHome img, .xSideBarFavorites img {
        height: 24px !important;
        width: 24px !important;
        margin-right: 16px;
    }
.xSideBarItem {
    border: 1px solid #555;
    border-radius: 4px;
    margin: 0px 0px 20px 20px;
    background-color: #282828;
    flex: 1 0 0;
    padding: 15px;
    min-width: 278px;
    max-width: 278px;
}
    .xSideBarItem div, .xSideBarFavorites div, .xSideBarHome div {
        flex-wrap: wrap;
    }
    .xSideBarItem:hover {
        background-color: #333;
    }
    .xSideBarItem img {
        height: 32px !important;
        width: 32px !important;
        margin-right: 8px;
    }
.xSideBarShowSubs {
    
    background-repeat: no-repeat;
    width: 24px;
    background-position: center;
}
.xSideBarSubItems {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    display: flex !important;
}
    .xSideBarSubItems a {
        font-size: 14px !important;
        font-weight: 500;
        color: #b9b9b9 !important;
        text-decoration: underline !important;
        padding: 0px 4px 2px 4px !important;
    }
.xContextBar li a {
    padding: 8px 0px 8px 16px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    display: flex;
    align-items: center;
}
.xContextBarItemText {
    padding: 3px 8px 4px 8px;
    border-radius: 3px;
}
.xContextBar li:not(.active):not(.xContextBarSubGroup):hover .xContextBarItemText {
    background-color: #777;
}
.xContextBar li.selected .xContextBarItemText {
    
    background-color: #3299ff;
}
.xContextBar li.active .xContextBarItemText {
    background-color: #61ba20;
}
.xContextBar li.inactive .xContextBarItemText {
    background-color: #777;
}
.xContextBar li a span {
    flex: 1 1 auto;
}
.xContextBar.closed li:not(.xContextBarGroup) {
    display: none !important;
}
.xContextBarGroup {
    background-color: #111;
    border-top: 1px solid #666;
    font-weight: bold;
    padding-right: 8px;
    cursor: default;
    margin-bottom: 2px;
    text-transform: uppercase;
}
    .xContextBarGroup:hover, .xContextBarGroup:hover .xContextBarItemText {
        background-color: #444 !important;
    }
    .xContextBarGroup a {
        cursor: default !important;
    }
        .xContextBarGroup a span {
            font-size: 15px;
        }
        .xContextBarGroup a img {
            width: 24px;
            height: 24px;
            cursor: pointer;
        }
    .xContextBarGroup.filterSwitch a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
        .xContextBarGroup.filterSwitch a img {
            width: 32px;
            height: 32px;
        }
.xContextBarSubGroupText > span > span {
    font-weight: bold;
    padding-right: 28px;
    background-image: url(/WebCAQ.Net/I/16/OrdnerOffen?s=1);
    xxxbackground-image: url(/WebCAQ.Net/I/16/SideBarExpanded?s=1);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    text-transform: uppercase;
    background-size: 20px;
}
.xContextBarSubGroupCollapsed > a > span > span {
    background-image: url(/WebCAQ.Net/I/16/OrdnerGeschlossen?s=1);
    xxbackground-image: url(/WebCAQ.Net/I/16/SideBarCollapsed?s=1);
}
.xContextBarSubGroupCollapsed > ul {
    display: none;
}
.xDropDownMenu {
    position: absolute;
    flex-direction: column;
    top: 36px;
    left: -6px;
    z-index: 33;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 2px 0px rgb(60 60 60 / 30%), 0px 2px 6px 2px rgb(60 60 60 / 15%);
    line-height: normal;
    padding: 4px 0px 4px 0px;
    cursor: initial;
    list-style: none;
    border-radius: 5px;
}
    
    .xDropDownMenu li {
        color: #333;
        cursor: pointer;
        margin: 2px 2px 2px 2px;
        background-position: 10px center;
        background-repeat: no-repeat;
        font-weight: normal;
        align-self: center;
        padding: 8px 8px 4px 54px;
        white-space: nowrap;
        height: 24px;
        font-size: 14px;
    }
xDropDownMenu li.textOnly {
    padding-right: 12px;
}
.xDropDownMenu li:not(:first-child) {
    border-top: 1px solid #e7e7e7;
}
.xDropDownMenu li.xBeginGroup {
    border-top: 1px solid grey;
}
.xDropDownMenu li:hover {
    color: #000;
    background-color: #EEF6FC !important;
}
.xColumnManager {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1 auto;
    min-width: 300px;
    margin: 10px 10px;
}
    .xColumnManager h3 {
        padding-left: 25px;
        background-position: left;
        background-repeat: no-repeat;
    }
    .xColumnManager ul {
        list-style: none;
        padding-left: 0px;
        margin: 0px;
        display: flex;
        flex-direction: column;
        flex: 1 auto;
    }
    .xColumnManager li {
        display: flex;
        flex-direction: row;
        
        align-items: center;
        background-color: #FFFFFF;
        padding: 4px 6px;
    }
        .xColumnManager li.xColumn {
        }
            .xColumnManager li.xColumn:hover {
                padding-left: 30px;
                cursor: cursor: -webkit-grab;
                cursor: grab;
                background-image: url(/WebCAQ.Net/I/21/menu?s=1);
                background-position: left center;
                background-repeat: no-repeat;
                
                background-color: #EDF6FC;
                
            }
    .xColumnManager .xDisplayOrder {
        padding-right: 4px;
    }
    .xColumnManager .xColumn.xActive, .xColumnManager .xColumn.xActive:hover {
        
        background-color: #3299FF;
        color: #FFFFFF;
    }
    .xColumnManager .xDrop {
        height: 1px;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0,1,0.5,1);
        box-shadow: none;
        border: none;
        padding: 1px;
    }
        .xColumnManager .xDrop.xExpand {
            min-height: 24px;
            max-height: 24px;
            height: 24px;
            background-color: none;
            border: 2px dashed #333;
        }
    .xColumnManager .xOrganizer {
        display: flex;
        flex: 1 auto;
        flex-direction: row;
    }
    .xColumnManager .xButtonContainer {
        display: flex;
        
        flex-direction: column;
        min-width: 60px;
        margin: 15px;
        justify-content: center;
    }
        .xColumnManager .xButtonContainer .xButton {
            margin-right: auto;
            margin-left: auto;
            min-width: 150px;
        }
    .xColumnManager .xColContainer {
        display: flex;
        flex-direction: column;
        flex: 1 1 0;
        min-width: 180px;
        border: 1px solid #BBBBBB;
        min-height: 480px;
        
        
        overflow-y: auto;
        font-size: 14px;
        background-color: #fff;
    }
    .xColumnManager .xColContainerCaption {
        background-color: #f1f1f1;
        border-bottom: 1px solid #bbb;
        padding: 4px 10px;
        font-weight: bold;
        font-size: 14px;
    }
    .xColumnManager .xColContainerScroll {
        overflow: auto;
        max-height: 480px;
    }
    .xColumnManager .xButtonContainer > .xButton:first-child {
        margin-top: auto;
    }
    _:-ms-lang(x), .xColumnManager .xButtonContainer > .xButton:first-child {
        margin-top: 10px;
    }
    .xColumnManager .xButtonContainer > .xButton:nth-child(2) {
        margin-bottom: auto;
    }
    _:-ms-lang(x), .xColumnManager .xButtonContainer > .xButton:nth-child(2) {
        margin-bottom: 10px;
    }
    .xColumnManager .xUpDownContainer {
        display: flex;
        flex-direction: column;
        flex: 0 0 0;
        margin: 0 auto;
        min-width: 60px;
    }
        .xColumnManager .xUpDownContainer .xButton {
            margin: 0 10px;
            min-width: 0px;
        }
    .xColumnManager .xHiddenCols .xDisplayOrder {
        display: none;
    }
.xSlideUp {
    padding-bottom: 8px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,0.5,1);
}
.xSlideDown {
    padding-top: 8px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,0.5,1);
}
.xListContainer tr,
.xListContainer td {
    display: flex;
    flex-direction: row;
    flex: 0 auto;
}
.xCompact .xListContainer {
    border-color: transparent;
}
.xCompact .xListCell {
    border-right: 1px solid transparent;
}
.xCompact .xListRow:not(.xSelected):nth-child(even),
.xCompact .xListRow:not(.xSelected):nth-child(even) td,
.xCompact .xTombstone {
    background-color: #fff;
}
.xCompact .xTombstone {
    
    
    background-image: url(/WebCAQ.Net/I/21/listdetail?s=1);
    background-repeat: no-repeat;
    background-position: left center;
}
.xCompact .xListCellText {
    font-size: 13px;
}
.xCompact .xListHeaderText {
    color: #000;
}
.xCompact .xListHeaderCell {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e7e7e7;
}
.xCompact .xListMenuBtn {
    border-bottom: 1px solid #e7e7e7;
}
.xCompact.xSimpleSelectorContainer .xListCellText {
    line-height: 35px;
}
.xContextMenuContainer {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 36px;
    left: -6px;
    z-index: 33; 
    background-color: #F9F9F9;
    border-radius: 4px;
    border: 1px solid #BBBBBB;
    flex: 1 auto;
    box-shadow: 0px 2px 8px rgb(0,0,0,0.3);
    line-height: normal;
    padding: 0px 0px 0px 0px; 
    cursor: initial;
}
    .xContextMenuContainer.xActive {
        display: flex;
    }
    .xContextMenuContainer ul {
        list-style: none;
        
    }
    .xContextMenuContainer li:hover {
        color: #000000;
        background-color: #DCDCDC !important;
    }
    .xContextMenuContainer li {
        display: flex;
        color: #000000;
        cursor: pointer;
        
        background-position: 4px center;
        background-repeat: no-repeat;
        font-weight: normal;
        align-self: center;
        padding: 8px 6px 8px 36px !important;
        white-space: nowrap;
        font-size: 14px;
    }
        .xContextMenuContainer li:not(:last-child) {
            border-bottom: 1px solid #BBBBBB;
        }
        .xContextMenuContainer li.xdisabled {
            cursor: default;
            opacity: 0.35;
            
            color: #808080;
        }
        .xContextMenuContainer li.xBeginGroup {
            border-top: 1px solid #BBBBBB;
        }
        .xContextMenuContainer li.xSelected {
            background-image: url(/WebCAQ.Net/I/21/ok-gray?s=1) !important;
        }
        .xContextMenuContainer li.xHide {
            background-image: url(/WebCAQ.Net/I/21/Ausblenden?s=1);
        }
        .xContextMenuContainer li.xShow {
            background-image: url(/WebCAQ.Net/I/21/Auge?s=1);
        }
        .xContextMenuContainer li.xSwap {
            background-image: url(/WebCAQ.Net/I/21/Ersetzen?s=1);
        }
        .xContextMenuContainer li.xListWeb {
            background-image: url(/WebCAQ.Net/I/21/List?s=1);
        }
        .xContextMenuContainer li.xListDetail {
            background-image: url(/WebCAQ.Net/I/21/ListDetail?s=1);
        }
.xToolWrapper {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex: 1 auto;
    align-items: center;
}
.xButtonListContextMenu {
    position: relative;
    width: 32px;
    height: 32px;
    background: no-repeat;
    background-position: center;
    background-image: url(/WebCAQ.Net/I/21/More2?s=1);
    background-size: 21px 21px;
    cursor: pointer;
}
    .xButtonListContextMenu.xInline {
        background-image: url(/WebCAQ.Net/I/21/More?s=1);
        display: flex;
        height: 100%;
        margin-left: auto;
        margin-right: -8px;
    }
    .xButtonListContextMenu li.xBeginGroup {
        border-top: 1px solid grey;
    }
.xButtonListMode {
    position: relative;
    width: 32px;
    height: 32px;
    background: no-repeat;
    background-position: center;
    background-image: url(/WebCAQ.Net/I/21/List?s=1);
    background-size: 21px 21px;
    cursor: pointer;
}
.xList {
    display: flex;
}
.xList, .xListBody {
    border-collapse: collapse;
    width: 100%;
}
.xListHeader {
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #BBBBBB;
}
    .xListHeader.xFixedColumns {
        overflow: hidden;
        width: unset;
        position: relative;
    }
.xListRow-focused, .xListRow-focused > td {
    background-color: #CBEFFF !important;
}
.xListRow:nth-child(odd), .xListRow:nth-child(odd) td {
    background-color: #FFFFFF;
}
.xTombstone:nth-child(odd) {
    background-color: #FFFFFF;
}
.xTombstone:nth-child(even) {
    background-color: #ff1493;
}
.xListRow:nth-child(even),
.xListRow:nth-child(even) td {
    background-color: #F8F8F8;
}
.xListRow:not(.xSelected):not(.xTombstone):hover,
.xListRow:not(.xSelected):not(.xTombstone):hover td:not(.xSelected),
.xMatrix .xListRow:not(.xSelected) td.xHoverColumn,
.xListRow:not(.xSelected):not(.xTombstone).xHoverRow,
.xListRow:not(.xSelected):not(.xTombstone).xHoverRow td:not(.xSelected) {
    background-color: #EEF6FC !important;
}
.xListHeaderRow .xListHeaderCell:last-child {
    border-right: none;
    border-bottom: none;
}
.xListRow {
    border-right: none;
}
.xListHeaderCell {
    background-color: #FFFFFF;
    height: 26px;
    
}
.xListDropColumn {
    border-right: 3px solid #BBBBBB !important;
}
.xListHeaderCell, .xListCell {
    border-right: 1px solid #BBBBBB;
    
    
    
    
}
.xListHeaderCell-Container {
    position: relative;
}
.xListHeaderCell-Container, .xListCell {
    padding: 0px 8px 0px 8px;
}
.xMatrix .xListRow td:nth-last-child(1) {
    border-right: 1px solid #BBBBBB;
}
.xListHeaderCell.xRowImg {
    padding: 0px 8px 0px 8px;
}
.xListHeaderCell.xRowImg,
.xListCell.xRowImg {
    min-width: 24px;
}
    .xListHeaderCell.xRowImg img,
    .xListCell.xRowImg img {
        min-width: 24px;
        width: 16px;
        height: 16px;
        object-fit: contain;
    }
.xListCell, .xListCellPlaceHolder {
    max-height: inherit;
    border-bottom: 1px solid #BBBBBB;
    
}
    .xListCell img {
        max-height: inherit;
        padding-left: 2px;
        align-self: center;
    }
.xListRow:not(.xTombstone) .xListCell {
    cursor: pointer;
}
.xListCellText,
.xListHeaderText {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    max-height: inherit;
    padding: 4px;
    text-align: left;
    
    
}
.xListCellText {
    display: block;
    width: 100%;
    min-width: 0px;
}
.xListHeaderCell.xAlignRight .xListHeaderText,
.xListCell.xAlignRight .xListCellText {
    text-align: end;
}
.xListCell.xAlignImageCenter .xListCellText img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xListContainer.xPaged {
    
    
    
    width: auto;
    height: auto;
}
    .xListContainer.xPaged .xListCellText,
    .xListContainer.xPaged .xListHeaderText {
        padding: 0px 10px 0px 4px;
    }
.xListHeaderText {
    cursor: pointer;
    padding-right: 8px;
    font-size: 12px;
}
.xListResizer {
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    cursor: col-resize;
    user-select: none;
}
.xListSorter {
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    background-position: center;
    background-image: url(/WebCAQ.Net/I/21/table-sort?s=1);
    background-repeat: no-repeat;
    user-select: none;
}
    .xListSorter.xListSorterASC,
    .xListSorterASC {
        background-image: url(/WebCAQ.Net/I/21/table-sort-up?s=1);
        
    }
    .xListSorter.xListSorterDESC,
    .xListSorterDESC {
        background-image: url(/WebCAQ.Net/I/21/table-sort-down?s=1);
        
    }
.xListReorderColumnPlaceHolder {
    width: 10px;
    min-width: 10px;
    height: 20px;
    background-color: #ff1493;
    border: 1px dotted black;
    visibility: visible !important;
    padding-bottom: 3px;
}
.xListPaging {
    border-top: 1px solid #BBBBBB;
    padding: 5px;
    min-height: 16px;
}
.xListPagingCurrentPage, .xListPagingPageLink {
    padding-left: 4px;
    padding-right: 4px;
}
.xListPagingCurrentPage {
    font-weight: bold;
    cursor: default;
}
.xListPagingText {
    float: right;
}
.xPaged .xListMenuBtn {
    position: relative;
    width: 16px;
    background: unset;
}
.xListMenuBtn {
    position: absolute;
    top: 0;
    right: 1px;
    width: 16px;
    xxxheight: 1rem;
    height: 26px;
    border-bottom: 1px solid #BBBBBB;
    xxxborder-right: 0px solid #BBBBBB;
    border-top: 0px solid transparent;
    margin-bottom: -1px;
    
    xxxbackground: #fff url(/WebCAQ.Net/images/general/TableMenuDark.png) no-repeat center;
    background: #fff url(/WebCAQ.Net/images/general/xsym-menu.svg) no-repeat center;
    xxxbackground-size: 20px 20px;
    cursor: pointer;
    pointer-events: none;
}
    .xListMenuBtn:hover {
        background-color: #EDF6FC;
    }
.xListMenu {
    position: fixed;
    z-index: 15;
    list-style-type: none;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    max-height: 200px;
    overflow: auto;
}
    .xListMenu li {
        font-weight: normal;
        cursor: pointer;
        padding: 6px 25px 6px 10px;
        white-space: nowrap;
    }
        .xListMenu li:hover {
            background-color: #EDF6FC;
        }
        .xListMenu li.hide {
            color: Red;
        }
        .xListMenu li.show {
            color: Green;
        }
.xListRow.xSelected,
.xListRow.xSelected > td,
.xListRow > td.xListCell.xSelected {
    background-color: #3299FF !important;
    color: #FFFFFF !important;
}
.xCompact .xListRow.xSelected,
.xCompact .xListRow.xSelected > td,
.xCompact .xListRow > td.xListCell.xSelected {
    background-color: #3299FF;
    color: #FFFFFF;
}
.xListRow-focused .xList-Selectable-Box,
.xListRow.xSelected .xList-Selectable-Box {
    background-image: url(/WebCAQ.Net/I/21/ok-blue?s=1);
    background-repeat: no-repeat;
    background-position: center;
}
.xListHeaderCell.xList-Selectable-Header {
    
    vertical-align: middle;
    
    justify-content: center;
    width: 40px;
    
    
    padding: 0 8px 0 8px;
}
.xList-Selectable-Header.xdisabled .xList-Selectable-Label {
    cursor: default;
    visibility: hidden;
}
.xListCell.xList-Selectable-Cell {
    padding: 0 8px 0 8px;
    vertical-align: middle;
    
    text-align: -internal-center;
    justify-content: center;
    width: 40px;
    
}
.xList-Selectable-Container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: inherit;
    visibility: hidden;
}
    .xList-Selectable-Container:hover,
    .xListRow:hover .xList-Selectable-Container,
    .xListRow.xSelected .xList-Selectable-Container {
        visibility: visible;
    }
.xList-Selectable-Label {
    background-color: transparent;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
}
.xList-Selectable-Input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.xList-Selectable-Box {
    border-radius: 0;
    border-color: black;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c1c7cd;
    background-color: #fff;
}
.xMatrix {
    box-sizing: border-box;
}
    .xMatrix .xListHeader {
        display: flex;
        flex-direction: row;
    }
    .xMatrix .xListHeaderCell-Container {
        
        transform: rotate(180deg);
        border-left: 1px solid #BBBBBB;
        box-sizing: border-box;
        padding: 0px 4px 0px 4px;
    }
    .xMatrix .xListHeaderCell {
        writing-mode: vertical-lr;
        max-width: 32px;
        min-width: 32px;
        box-sizing: border-box;
        border-right: none;
        height: unset;
    }
    .xMatrix .xListHeaderText {
        text-align: left;
        padding-top: 8px !important;
    }
    .xMatrix .xListCell {
        max-width: 32px;
        min-width: 32px;
        box-sizing: border-box;
        padding: 0px 4px 0px 4px;
    }
    .xMatrix .xListSorter {
        width: 100%;
        height: 30px;
        left: 0;
    }
    .xMatrix .xListResizer {
        right: unset;
        left: 0;
    }
.xMatrix_Header_Resizer {
    height: 8px;
    top: 8px;
    margin-top: -8px;
    cursor: row-resize;
    z-index: 10;
}
.xFilterOperator {
    display: inline;
    cursor: pointer;
}
.xView {
    display: flex;
    flex-direction: row !important;
    flex: 1 auto;
}
.xViewToolBarContainer {
    display: flex;
    flex: 0 auto;
    border-bottom: 1px solid #BBBBBB;
    
    min-height: 32px;
    padding-left: 15px;
}
.xViewToolBar {
    display: flex;
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: auto 0 auto 0;
    font-size: 14px;
    width: 100%;
    padding-left: 0px;
}
    .xViewToolBar a {
        text-decoration: none;
        display: block;
        padding: 2px 16px 0px 2px;
        
    }
        .xViewToolBar a:hover {
            background-color: #DCDCDC;
            color: #000000;
        }
    .xViewToolBar li,
    .xViewToolBarContainer li {
        cursor: pointer;
        background-position: 6px center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        font-weight: normal;
        align-self: center;
        padding: 4px 8px 0px 32px;
        min-height: 24px;
        color: #000000;
        border-radius: 3px;
    }
    .xViewToolBar li {
        font-weight: 500;
    }
        .xViewToolBar li.xdisabled {
            cursor: default;
            opacity: 0.35;
            
            color: #808080;
        }
        .xViewToolBar li.xBeginGroup {
            border-left: 1px solid #BBBBBB;
        }
        .xViewToolBar li.xChecked {
            background-color: #BEBEBE;
        }
        .xViewToolBar li.xImageOnly {
            padding-left: 16px;
            padding-right: 12px;
        }
        .xViewToolBar li.xTextOnly {
            padding-left: 0px;
            padding-right: 0px;
        }
        .xViewToolBar li.xToolBarRight {
        }
        .xViewToolBar li#btnbewerbung_new {
            background-image: url(/WebCAQ.Net/I/16/Neu?s=1);
            padding-left: 22px !important;
        }
        .xViewToolBar li#btnbewerbung_edit {
            background-image: url(/WebCAQ.Net/I/16/Bearbeiten?s=1);
            padding-left: 22px !important;
        }
        .xViewToolBar li#btnbewerbung_delete {
            background-image: url(/WebCAQ.Net/I/16/Loeschen?s=1);
            padding-left: 22px !important;
        }
        .xViewToolBar li#btnbewerbung_FilterActivation {
            background-image: url(/WebCAQ.Net/I/16/Filter?s=1);
            padding-left: 22px !important;
        }
        .xViewToolBar li:hover {
            background-color: #EDF6FC;
            color: #000;
        }
.xContextMenuIndicator {
    padding-left: 22px !important;
    background-image: url(/WebCAQ.Net/I/16/PfeilSchwarzRunter?s=1);
    background-repeat: no-repeat;
}
.xViewToolBar .xContextMenuIndicator {
    background-position: center;
}
.xContextMenuContainer .xContextMenuIndicator {
    background-position: top;
    margin-left: auto;
}
.xViewTree {
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.xFilters {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 30%;
    padding-right: 16px;
}
    .xFilters.xActive {
        display: block;
    }
    .xFilters > div {
        justify-content: space-between;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
.xViewListWrapper {
    width: 100%;
}
.xViewList, .xListInfo {
    overflow: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 80px;
}
.xViewInfo {
    width: 100%;
}
.xCoreObjectEditInfo {    
    visibility: hidden; 
    flex: 1 1 auto;
    overflow: auto;
    display: block!important;
}
.xOkNokInfo_ButtonAreaDiv {
    display:flex;
    flex-direction:row;
    flex: 1 1 0;
}
    .xOkNokInfo_ButtonAreaDiv .xButton.xButtonInfo{
        border-radius:0;
    }
        .xOkNokInfo_ButtonAreaDiv .xButton.xButtonInfo.xnIO {
            outline: 1px solid #999999;
            background-image: url(/WebCAQ.Net/I/21/nichtInOrdnung?s=1);
        }
        .xOkNokInfo_ButtonAreaDiv .xButton.xButtonInfo.xIO {
            background-image: url(/WebCAQ.Net/I/21/InOrdnung?s=1);
        }
.xLinkLabel {
    padding: 1px 10px 4px 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
}
    .xLinkLabel span, .xLinkLabel a {
        padding-right: 2px;
    }
    .xLinkLabel .link {
        color: blue;
    }
.xControlContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin: 5px 9px 5px 0px;
    min-width: 90px;
    min-height: 40px;
}
    .xControlContainer.xBold textarea,
    .xControlContainer.xBold p {
        font-weight: bold;
    }
    .xControlContainer.xUnderline textarea,
    .xControlContainer.xUnderline p {
        text-decoration: underline;
    }
    .xControlContainer.xItalic textarea,
    .xControlContainer.xItalic p {
        font-style: italic;
    }
    .xControlContainer.xCaptionOnTop,
    .xControlContainer.xCaptionInside {
        flex-direction: column;
    }
    .xControlContainer .xValidationError {
        font-size: 0.8em;
        color: red;
        padding-left: 4px;
    }
    .xControlContainer textarea {
        margin: 1.15rem 0px 0px 4px;
        border: none;
        outline: none;
        font-size: 14px;
        min-height: 1.75rem;
        padding-left: 12px;
        font-weight: 500;
    }
    .xControlContainer p {
        padding-left: 12px;
        font-size: 15px;
        margin-top: 4px;
    }
.xPasswordChar {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: 21px;
    height: 21px;
    top: 50%;
    margin: 0 4px;
    align-self: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/WebCAQ.Net/I/24/einblenden?s=1);
    cursor: pointer;
}
    .xPasswordChar.xActive {
        background-image: url(/WebCAQ.Net/I/16/ausblenden?s=1);
    }
:disabled,
.xControlContainer.xdisabled,
.xControlContainer.xdisabled .xInputContainer,
.xControlContainer.xdisabled .xButton {
    background-color: #F3F3F3;
    border-radius: 3px;
}
    .xControlContainer.xdisabled .xInputContainer {
        border: 1px solid transparent;
    }
    .xControlContainer.xdisabled .xButton,
    .xControlContainer.xdisabled .xSelector-input,
    .xControlContainer.xdisabled .xTreeNodeText {
        cursor: unset;
        box-shadow: none;
    }
    .xControlContainer.xdisabled .xSelector-erase-value,
    .xControlContainer.xdisabled .xInput-arrow {
        display: none;
    }
.xBtnContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    flex: 1 1 auto;
}
.xCtrlBtn {
    border: 1px solid #999;
    background-color: #FFFFFF;
    display: flex;
    
    justify-content: center;
    text-align: center;
    align-items: center;
    min-width: 30px;
    cursor: pointer;
    margin: 1px;
    border-radius: 3px;
}
    .xCtrlBtn.xdisabled,
    .xCtrlBtn.xDisabled {
        border: 1px solid transparent;
        background-color: #F0F0F0;
        opacity: 0.35;
        cursor: unset;
        pointer-events: none;
    }
    .xCtrlBtn:not(.xdisabled) :hover,
    .xCtrlBtn:not(.xDisabled) :hover {
        background-color: #EDF6FC;
    }
    .xCtrlBtn.xBack {
        margin-left: 2px;
    }
    .xCtrlBtn.xFront {
        margin-right: 2px;
    }
    .xCtrlBtn img {
    }
.xControlContainer.xCaptionInside > .xControlCaption {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    display: block;
    
    color: #777;
    top: 1.35em;
    left: 1.1em;
    padding: 0;
    transition-timing-function: ease-in;
    transition-duration: .125s;
    white-space: nowrap;
    font-size: 15px;
}
.xControlContainer.xCaptionInside.xFocused > .xControlCaption,
.xControlContainer.xCaptionInside:not(.xRadioSelector) > .xControlCaption.xControlFilled {
    font-size: 12px;
    line-height: .75;
    font-weight: 400;
    letter-spacing: -.0em;
    top: .5em;
    left: 1.5em;
    color: #666
}
.xControlContainer.xCaptionInside input {
    font-size: 14px;
    padding: 15px 15px 0 17px;
    height: 30px;
    color: #444;
    font-weight: 500;
}
.xControlContainer.xCaptionInside .xControlInput {
    font-size: 14px;
    height: 30px;
    padding: 15px 15px 0 17px;
    line-height: 28px;
    font-weight: 500;
    color: #444;
}
.xFileOrDirectoryInfo .xInputContainer {
    flex-direction: column;
}
.xControlModified,
.xControlModified input,
.xControlModified .xControlInput,
.xControlModified textarea {
    color: #FF0000 !important;
}
.xMultilangBtn, .xSLCBtn {
    margin-left: 1.5em;
    margin-right: 1em;
    font-size: 14px;
    padding-top: 1.25em;
    width: 16px;
    height: 16px;
}
    .xMultilangBtn:hover, .xSLCBtn:hover {
        background-color: #EDF6FC;
    }
.xListHandlerInfo {
    
    min-height: 140px !important;
}
}
.xControlRequired > span.xControlCaption::after,
.xControlRequired .xInputContainer .xRadioLabel::after {
    content: "*";
}
.xSelectorInfo.xControlRequired > span.xControlCaption::after {
    content: "*";
}
.xInputContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: white;
    
    border: 1px solid #999;
    border-radius: 3px;
    flex: 1 auto;
    overflow: hidden;
    
    
}
    .xInputContainer.xInputFocus {
        border: 1px solid #306eae;
        box-shadow: 0px 1px 3px #999;
    }
.xSelector-input.xInputFocus {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.xCtrlBtn.xFront ~ .xInputContainer {
    
}
.xCtrlBtn.xBack + .xInputContainer {
    
}
.xInput-image {
    flex: 1 auto;
    display: flex;
    align-items: center;
    padding-right: 13px;
    width: 26px;
    margin: 12px -28px 0px 18px;
}
.xInput-arrow {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: 21px;
    height: 21px;
    top: 50%;
    margin: 0 4px;
    background-image: url(/WebCAQ.Net/I/16/expand-down?s=1);
    cursor: pointer;
    
    
}
.xControlContainer input::-webkit-outer-spin-button,
.xControlContainer input::-webkit-inner-spin-button,
.xInputContainer input::-webkit-outer-spin-button,
.xInputContainer input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.xControlContainer input[type=number],
.xInputContainer input[type=number] {
    -moz-appearance: textfield;
}
.xControlContainer input,
.xControlInput {
    outline: none;
    border: none !important;
    border-radius: inherit;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: initial;
}
.xUnitLabel {
    margin-left: 1.5em;
    margin-right: 1em;
    font-size: 15px;
    padding-top: 1.25em;
}
.xSelector-input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
}
.xSelector-setFilter {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #bdbdbd;
    background-color: #f9f9f9;
    padding: 8px;
}
.xSearchInput {
    outline: none;
    border-radius: 2px;
    border: 1px solid #999;
    padding: 6px 6px 6px 12px !important;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
}
.xSelector-setFilter .xCtrlBtn {
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
    border: none;
    background-image: url(/WebCAQ.Net/images/general/xsym-find.svg) !important;
    background-position: center center;
    background-size: contain;
}
.xResizer {
    height: 20px;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.draggable {
    cursor: move; 
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
    .draggable:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: grabbing;
    }
.xSelectResizer {
    height: 21px;
    width: 21px;
    position: absolute;
    z-index: 2;
    cursor: se-resize;
    background-image: url(/WebCAQ.Net/images/general/xsym-resizebox.svg)
}
.xSelector-erase-value {
    position: absolute;
    right: 26px;
    margin-right: 4px;
    width: 21px;
    height: 21px;
    background-image: url(/WebCAQ.Net/I/16/cancel-gray?s=1);
    cursor: pointer;
}
.xSelectorFilterBtn {
    position: absolute;
    right: 26px;
    margin-right: 8px;
}
    .xSelectorFilterBtn:hover {
        background-color: #EDF6FC;
    }
.xSelectorFilterBtnMnu {
    display: none;
    position: fixed;
    z-index: 15;
    list-style-type: none;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    max-height: 200px;
    overflow: auto;
}
.xSelectorFilterBtnMnuItem {
    font-weight: normal;
    padding: 6px 25px 6px 10px;
    white-space: nowrap;
    padding-left: 20px !important;
    background-position: 2px center;
    background-repeat: no-repeat;
    background-image: url(/WebCAQ.Net/I/16/Filter?s=1);
}
    .xSelectorFilterBtnMnuItem:hover {
        background-color: #EDF6FC;
    }
.xSelectorControl {
    display: flex;
    flex-direction: column;
    flex: 1 auto;
    padding: 4px 0 0 0;
}
    .xSelectorControl.xHorizontal {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
        .xSelectorControl.xHorizontal > .xRadioLabel {
            min-width: 150px;
        }
    .xSelectorControl > .xRadioCheck {
        min-height: 18px;
        padding: 6px 4px;
    }
.xRadioCheck_Label {
    display: block;
    vertical-align: top;
}
.xRadioCheck_Label_Text {
    padding-left: 3px;
}
.xRadioCheck_Input {
    width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;
    vertical-align: top;
    float: left;
    margin: 0px 3px 0px 0px;
}
.xBooleanInfo input[type=radio] {
}
.xBooleanInfo {
    width: 100%;
    
    display: flex;
    min-height: 45px;
}
    .xBooleanInfo .xBtnContainer {
        flex: 1 auto;
    }
    .xBooleanInfo .xInputContainer {
        background-color: unset;
        border: none;
        border-radius: unset;
        box-shadow: none;
    }
.xControlContainer.xBooleanInfo input {
    height: 1.2em;
    width: 1.2em;
    cursor: pointer;
}
.xBooleanInfo .xControlCaption {
    width: 100%;
    padding-left: 0.5em;
    cursor: pointer;
}
.xListContainer {
    display: none;
    overflow: hidden;
    position: absolute;
    min-width: 220px;
    flex-direction: column;
    flex: 1 auto;
    height: auto;
    border-radius: 2px;
    background: #FFFFFF;
    
    top: 0;
    left: 0;
    
}
    .xListContainer.xFixedColumns {
        min-width: unset;
    }
    .xListContainer.xActive {
        
        display: flex;
        flex-direction: column;
        
        box-shadow: 0px 1px 3px #999;
        z-index: 50;
        border: 1px solid #306eae;
        
    }
.xListBodyScroll {
    overflow-y: auto;
    position: relative;
    flex: 1 auto;
    box-sizing: content-box;
}
    .xListBodyScroll.xfillHeight {
        
        height: auto;
    }
    .xListBodyScroll.xFixedColumns {
        overflow: hidden;
    }
.xListBodyScroll_Container {
    display: flex;
    flex: 1 auto;
    position: relative;
}
.xLabelInfo.xControlContainer {
    background-color: transparent;
}
.xLabelInfo p {
    white-space: break-spaces !important;
}
.xCamControl_Container {
    display: flex;
    flex: 1 auto;
    min-height: 400px;
    position: relative;
}
.xCam_Container {
    display: flex;
    flex: 1 auto;
    position: relative;
}
.xCam_Video {
    display: flex;
    flex: 1 auto;
    position: relative;
    overflow: hidden !important;
    background-color: #222;
}
.xCamButton {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: unset;
    z-index: 1;
    height: 42px;
    width: 42px;
    margin: 8px;
}
    .xCamButton:hover {
        background-color: unset;
    }
.xTakePhoto {
    bottom: 0;
    background-image: url(/WebCAQ.Net/I/21/Kamera?s=1); 
    width: 84px;
    height: 84px;
    left: 50%;
    transform: translateX(-50%);
}
.xSaveRetryContainer {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    left: 0;
    flex: 1 auto;
    width: 100%;
    
}
    .xSaveRetryContainer button {
        position: relative;
    }
    .xSaveRetryContainer > button:first-child {
        margin-left: auto;
    }
    .xSaveRetryContainer > button:last-child {
        margin-right: auto;
    }
.xEditPhoto {
    background-image: url(/WebCAQ.Net/I/21/Bearbeiten?s=1);
    top: 0px;
    right: 0px;
}
    .xEditPhoto.xActive {
        background-image: url(/WebCAQ.Net/I/21/Bearbeiten?s=1);
    }
.xEraseDrawing {
    background-image: url(/WebCAQ.Net/I/21/cancel-gray?s=1);
    top: 50px;
    right: 0px;
}
.xChangeDevice {
    background-image: url(/WebCAQ.Net/I/21/Aktualisieren?s=1);
    top: 0px;
    left: 0px;
}
.xStickySaveContainer {
    display: none;
    left: 0;
    bottom: 0;
    overflow: auto;
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: rgba(255,255,255,1.0);
    border-top: 1px solid #999;
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.4);
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    
    justify-content: center;
}
.xGroupBox {
    background-repeat: no-repeat;
    background-position: 2px 17px;
    padding: 12px 22px 0px 0px;
    
    min-width: 200px;
    
    max-width: 1280px;
    clear: both;
    width: auto;
    .xViewToolBar li display: flex;
    flex-direction: column;
}
    .xGroupBox.xFirstLevel {
        max-width: unset;
        padding-right: 0px;
        display: flex;
    }
.xFullWidth .xGroupBox.xFirstLevel {
    max-width: 1200px;
    width: 100%;
}
.xGroupBox.xCollapsed {
    flex: 0 auto !important;
}
.xGroupBox .caption {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    padding: 10px 5px 8px 38px;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 24px 24px;
}
.xGroupBox.assi {
    clear: both;
    padding: 16px 4px 0px 0px;
    background-position: 0px 19px;
}
.xGroupBox .xCollapsedBtn {
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 5px 0px 5px 0px;
    background-image: url(/WebCAQ.Net/I/21/more?s=1);
    background-repeat: no-repeat;
    background-position: center;
}
.xGroupBox.xCollapsed .caption {
    opacity: 0.5;
}
.xGroupBox.xCollapsed .xCollapsedBtn {
    background-image: url(/WebCAQ.Net/I/21/no-eye-double?s=1);
    background-color: transparent;
}
.xGroupBox.xHalfCollapsed .xCollapsedBtn {
    background-image: url(/WebCAQ.Net/I/21/no-eye?s=1);
    background-color: transparent;
}
.xGroupBox.xCollapsed .xControlContainer {
    display: none !important;
}
.xGroupBox.xCollapsed .xTabControl {
    display: none !important;
}
.xGroupBox.xCollapsed .xGroupBox {
    display: none !important;
}
.xGroupBox.xHalfCollapsed .xCollapsible {
    display: none !important;
}
.xGroupBoxBody {
    display: flex;
    flex: 1 auto;
    flex-direction: column;
}
.xGroupBoxRow {
    display: flex;
    flex-direction: row;
}
.xGroupBoxRowElement {
    flex: 1 1 auto !important;
    width: 40px;
}
    .xGroupBoxRowElement.xGroupBox {
        padding: 0px;
        background-position: 2px 5px; 
    }
.xGroupBoxAttachContainer {
    display: flex;
    flex-direction: row;
    
    margin-right: 9px;
}
    .xGroupBoxAttachContainer > *:last-child {
        margin-right: 0em;
        flex: 1 auto;
    }
    .xGroupBoxAttachContainer > *:first-child {
        flex: 1 auto;
    }
.verticalLayout_AutoHeight {
    flex: 1 1 auto !important;
    
}
.horizontalLayout_AttachToPrevCtrl {
    flex: 0 1 140px !important;
}
.horizontalLayout_PrefixToNextCtrl {
    flex: 0 1 140px !important;
}
.horizontalLayout_AlignRight {
    
    margin-left: auto !important;
}
.horizontalLayout_AlignLeft {
    align-self: flex-start;
}
.xTabControl {
    display: flex;
    flex-flow: column;
    width: 100%;
    min-height: 240px;
    margin: 0px;
    min-width: 200px;
    background-color: #f9f9f9;
    
}
    .xTabControl.xTabLeft {
        flex-flow: row;
    }
        .xTabControl.xTabLeft .xTabControlButtonBar {
            flex-flow: column;
        }
    .xTabControl.xTabRight,
    .xTabControl.xScroll {
        flex-flow: row-reverse;
    }
        .xTabControl.xTabRight .xTabControlButtonBarContainer,
        .xTabControl.xScroll .xTabControlButtonBarContainer,
        .xTabControl.xTabRight .xTabControlButtonBar,
        .xTabControl.xScroll .xTabControlButtonBar {
            flex-flow: column;
        }
    .xTabControl.xTabTop {
        flex-flow: column;
    }
        .xTabControl.xTabTop .xTabControlButtonBarContainer,
        .xTabControl.xTabTop .xTabControlButtonBar {
            flex-flow: row;
            flex-wrap: wrap;
            
            margin: auto;
            
            
            
            padding: 4px 0px;
            width: 100%;
        }
    .xTabControl.xTabBottom {
        flex-flow: column-reverse;
    }
        .xTabControl.xTabBottom .xTabControlButtonBar,
        .xTabControl.xTabBottom .xTabControlButtonBarContainer {
            flex-flow: row;
        }
    .xTabControl.xTabTop .xTabControlContent {
        display: flex;
        flex: 1 auto;
        height: auto;
    }
.xTabControlContent {
    display: inherit;
    width: 100%;
    min-width: 200px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    
}
.xTabControl.xScroll .xTabControlContent {
    display: flex;
    flex: 1 auto;
    flex-flow: column;
    overflow-y: auto;
    overflow-x: inherit;
}
.xTabControl.xScroll > .xTabControlContent .xTabPage {
    
    visibility: hidden;
    width: auto;
}
    .xTabControl.xScroll > .xTabControlContent .xTabPage.xActive {
        display: flex;
        visibility: visible;
    }
.xTabPage {
    overflow-x: auto;
    display: none;
    width: 100%;
    position: relative;
    background-color: #f9f9f9;
    padding: 8px 2px 8px 25px;
    xxxborder: 1px solid #bbbbbb;
}
    .xTabPage.xActive {
        
        flex-direction: column;
        display: flex;
        flex: 1 auto;
    }
.xTabPageContent {
    display: none;
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
}
    .xTabPageContent.xActive {
        display: flex;
    }
.xTabControlButtonBarContainer {
    
    width: 100%;
    overflow-y: unset;
}
.xTabControlButtonBar {
    
    
    flex-grow: 1;
    
     
     
    
}
.xTabControlButtonBar_Scrolling {
    
    margin-bottom: -1px;
    margin-left: 16px;
    margin-right: 16px;
}
.xTabControlButtonBar,
.xTabControlButtonBarContainer,
xTabControlButtonBar_Scrolling {
    
    list-style-type: none;
    display: flex;
    flex-flow: row;
    font-size: 14px;
    background-color: #fff;
}
.xTabTop .xTabControlButtonBar,
.xTabTop .xTabControlButtonBarContainer {
    width: 100%;
    border-bottom: 1px solid #999;
}
.xTabTop .xTabControlButtonBar {
    border-bottom: none;
}
.xTabTop .xTabPageButtonCaption {
    min-height: 18px;
}
.xTabBottom .xTabControlButtonBar,
.xTabBottom .xTabControlButtonBarContainer {
    width: 100% !important;
    border-top: 1px solid #dcdcdc;
}
.xTabLeft .xTabControlButtonBar,
.xTabLeft .xTabControlButtonBarContainer {
    min-width: 150px;
    border-right: 1px solid #dcdcdc;
}
.xTabRight .xTabControlButtonBar,
.xTabRight .xTabControlButtonBarContainer {
    border-left: 1px solid #dcdcdc;
}
.xTabControlButtonBar.xT .xTabPageButtonImage,
.xTabControlButtonBarContainer.xT .xTabPageButtonImage {
    display: none;
}
.xTabPageButtonCaption {
    white-space: nowrap;
    
}
.xTabControlButtonBar.xI .xTabPageButtonCaption
.xTabControlButtonBarContainer.xI .xTabPageButtonCaption {
    display: none;
}
.xTabBtn {
    padding: 4px;
    border: none;
    background-color: unset;
    
}
    .xTabBtn:not(.xDisabled) {
        cursor: pointer;
    }
button.xTabBtn:not(.xDisabled):active {
    background-color: #E0E0E0;
}
.xTabBtn:not(.xDisabled):hover {
    background-color: #F1F1F1;
}
.xTabBtn.xDisabled {
    background-color: #F0F0F0;
    opacity: 0.7;
}
.xTabBtn.xIncrease, .xTabBtn.xDecrease {
    width: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}
.xTabBtn.xIncrease {
    background-image: url(/WebCAQ.Net/images/general/xsym-arrow-right.png);
    position: relative;
    right: 0px;
    z-index: 10
}
.xTabBtn.xDecrease {
    background-image: url(/WebCAQ.Net/images/general/xsym-arrow-left.png);
    position: relative;
    left: 0px;
    z-index: 10
}
    .xTabBtn.xIncrease.xDisabled, .xTabBtn.xDecrease.xDisabled {
        background-color: #fff;
        background-image: none;
        cursor: unset;
        display: none;
    }
    .xTabBtn.xDecrease::after {
        
        
    }
    .xTabBtn.xDecrease::after {
        
        
    }
.xTabPageButton {
    cursor: pointer;
    padding: 5px 8px;
    margin: 1px 5px;
    transition: 0.3s;
    position: relative;
    border-radius: 3px;
    
    font-weight: 500;
    color: #000;
    
}
.xTabControlButtonBar li:first-child { 
}
.xTabControlButtonBar li:last-child { 
}
.xTabPageButton.xdisabled {
    color: #F0F0F0;
    cursor: default;
}
.xTabPageButton:hover:not(.xdisabled, .xActive) {
    background-color: #e6f2fa;
}
.xTabPageButton.xActive, .xTabPageButton:hover .xActive {
    color: #fff;
    font-weight: 500;
    z-index: 1;
    background-color: #3299ff;
    
    
    
}
.xTabControl.xScroll .xTabControlButtonBar > .xTabPageButton.xActive {
    background-color: inherit;
}
.xTabPageButton.xDragOver {
    background-color: #fff;
    box-shadow: 0px 0px 4px #000;
}
.xTabPageButtonImage {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    margin-right: 4px;
}
a.xButton:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.xButton {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #333;
    border: 1px solid #999999;
    border-radius: 4px;
    outline: none;
    
    float: left;
    cursor: pointer;
    background-color: #3299FF;
    color: #FFFFFF;
    
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 20px;
    margin: 10px 10px 10px 0px;
    padding: 8px 10px 8px 32px;
    max-width: 220px;
    overflow: hidden;
}
    .xButton:not(.xImgOnly) {
        min-width: 95px;
    }
    .xButton.xImgOnly {
        background-position: center;
        min-width: 0px;
        padding: 50%;
        margin: 4px;
    }
    .xButton.xTextOnly {
        padding-left: 10px;
        background-image: none;
    }
    
    .xButton.xInlineButton {
        height: 24px;
        padding-top: 2px;
        margin-top: 12px;
    }
    .xButton.xButtonImage {
        background-position: 8px center;
        background-repeat: no-repeat;
        padding-left: 36px !important;
    }
    .xButton:not([disabled]):hover, .xButton:not([disabled]):hover a {
        
        
        background-color: #eee;
        border-color: #bbb;
        
        
    }
.xFormButton.xButton:not([disabled]):hover, .xFormButton.xButton:not([disabled]):hover a {
    
    
    background-color: #eee;
    border-color: #bbb;
    
    
}
.xButtonInfo {
    max-width: unset;
}
.xButton a {
    color: #fff;
}
.xButton.xChecked {
    background-color: #BEBEBE;
    box-shadow: inset 2px 3px 3px #999;
}
.xButtonText {
    padding-left: 28px;
    padding-right: 8px;
}
.xButton.xDisabled, .xButton.xDisabled:hover, .xButton:disabled, .xButton:disabled:hover {
    background-color: #F0F0F0 !important;
    color: #4B4B4B !important;
    box-shadow: none !important;
    cursor: default;
    opacity: 0.35;
    
}
.xButton.xOkButton, .xButton.xSaveCloseButton, .xButton.xCloseButton {
    
    padding-left: 10px;
}
    .xButton.xOkButton:not([class*="xdisabled"]), .xButton.xSaveCloseButton:not([class*="xdisabled"]), .xButton.xCloseButton:not([class*="xdisabled"]) {
        
        background-color: #57b000;
        color: #fff;
    }
    .xButton.xOkButton:hover:not([disabled]):not([class*="xdisabled"]), .xButton.xSaveCloseButton:hover:not([disabled]):not([class*="xdisabled"]), .xButton.xCloseButton:hover:not([disabled]):not([class*="xdisabled"]) {
        
        background-color: #4f9f00;
        border-color: #4f9f00;
    }
.xButton.xCancelButton {
    
    padding-left: 10px;
}
    .xButton.xCancelButton:not([class*="xdisabled"]) {
        
        background-color: #f7f7f7;
        color: black;
    }
    .xButton.xCancelButton:hover:not([class*="xdisabled"]) {
        
        background-color: #c70000;
        border-color: #c70000;
        color: #fff;
    }
.xButton.xSaveButton {
    background-color: #F9F9F9;
    background-image: url(/WebCAQ.Net/I/16/Speichern?s=1);
    padding-left: 10px;
    color: black;
}
.xButton.xPlayButton {
    background-color: #F9F9F9;
    background-image: url(/WebCAQ.Net/I/16/Ausfuehren?s=1);
    color: black;
}
.xButton.xAddButton {
    background-color: #F9F9F9;
    background-image: url(/WebCAQ.Net/I/16/Hinzufuegen?s=1);
    color: black;
}
.xButton.xNextButton, .xButton.xPreviousButton {
    background-color: #F9F9F9;
    color: black;
}
.xButton.xFormButton {
    background-color: #F9F9F9;
    padding-left: 10px;
    color: black;
}
.xButton.xButtonInfo {
    background-color: #F9F9F9;
    color: black;
    width: 100%;
    margin: 0px;
    border: none;
}
.xButtonInfo:hover {
    background-color: #eee;
    color: #333;
    
}
.xButton.xSingleButton {
    color: #fff;
    padding-left: 10px;
    background-image: none !important;
    background-color: #3299FF;
}
.xSingleButton:not([disabled]):hover, .xSingleButton:not([disabled]):hover a {
    background-color: #1473e6;
    border-color: #1473e6;
    color: #fff;
}
button.xdisabled, button.xdisabled:hover {
    cursor: default;
    opacity: 0.35;
    background-color: #e5e5e5;
    color: #333;
}
button.CAQAddButton {
    background-image: url(/WebCAQ.Net/I/16/Hinzufuegen?s=1);
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 22px !important;
}
button.CAQOKButton {
    background-color: #b6eb93;
    background-image: url(/WebCAQ.Net/I/16/ok-gray?s=1);
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 22px !important;
}
    button.CAQOKButton:hover {
        background-color: #eaf7d1;
        color: #333;
    }
button.CAQCancelButton {
    background-color: #fcdada;
    background-image: url(/WebCAQ.Net/I/16/cancel-gray?s=1);
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 22px !important;
}
    button.CAQCancelButton:hover {
        background-color: #fde3e3;
    }
.CAQPlayButton {
    padding-left: 22px !important;
    background-image: url(/WebCAQ.Net/I/16/Ausfuehren?s=1);
    background-position: 4px center;
    background-repeat: no-repeat;
}
.xLayoutSplit {
    border-color: #BBBBBB;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
}
    .xLayoutSplit.West, .xLayoutSplit.East {
        flex: 0 0 4px;
        
        
        cursor: col-resize;
    }
    .xLayoutSplit.West {
        border-left: 1px solid #BBBBBB;
        
        
        width: 6px;
    }
    .xLayoutSplit.East {
        border-right: 1px solid #BBBBBB;
    }
    .xLayoutSplit.North, .xLayoutSplit.South {
        flex: 0 0 6px;
        
        cursor: row-resize;
    }
    .xLayoutSplit.North {
        border-top: 1px solid #BBBBBB;
    }
    .xLayoutSplit.South {
        border-bottom: 1px solid #BBBBBB;
        height: 6px;
    }
#caqmaster_West.xLayoutSplit.West {
    margin-left: -5px;
    background-color: transparent;
    border-left: 1px solid transparent;
    z-index: 2;
}
.xLayoutCloseButton {
    width: 50%;
    height: 40px;
    cursor: pointer;
}
    .xLayoutCloseButton.West, .xLayoutCloseButton.East {
        background: url(/WebCAQ.Net/images/general/splitterarrow-right.png) no-repeat 0px;
        background-color: #F9F9F9;
        width: 20px;
        height: 40px;
        border: 1px solid #aaa;
        z-index: 1;
        box-shadow: rgba(0, 0, 0, 0.25) 2px 0px 3px !important;
        border-radius: 0px 100px 100px 0;
        margin-left: -1px;
        border-left: 1px solid #BBBBBB;
        flex: 1 0 20px;
    }
    .xLayoutCloseButton.North, .xLayoutCloseButton.South {
        margin: auto;
        background: url(/WebCAQ.Net/images/general/splitterarrow-top.png) no-repeat center 3px;
        background-color: #BBBBBB;
        width: 40px;
        height: 20px;
        border: 1px solid #aaa;
        z-index: 1;
        box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 3px !important;
        border-radius: 100px 100px 0px 0;
        margin-top: -9px;
        border-bottom: 1px solid #BBBBBB;
        
    }
.xTree {
    
    border: 1px solid #BBBBBB;
    padding-top: 7px;
}
.xTreeNodeContainer {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}
    .xTreeNodeContainer.xCollapsed > .xTreeNodeContainer {
        display: none;
    }
    .xTreeNodeContainer.xExpanded > .xTreeNodeText > .xTreeNavElement {
        background-image: url(/WebCAQ.Net/I/16/tree-expanded?s=1);
    }
    .xTreeNodeContainer.xCollapsed > .xTreeNodeText > .xTreeNavElement,
    .xTreeNodeContainer > .xTreeNodeText > .xTreeNavElement {
        background-image: url(/WebCAQ.Net/I/16/tree-collapsed?s=1);
    }
    .xTreeNodeContainer.xNoSubNodes > .xTreeNodeText > .xTreeNavElement {
        background-image: unset;
        cursor: default;
    }
.xTreeNodeText {
    display: flex;
    cursor: pointer;
    margin-right: 4px;
    font-size: 13px;
}
    .xTreeNodeText img {
        flex: 0 0 16px;
        height: 16px;
        margin-top: 4px;
        margin-right: 2px;
    }
    .xTreeNodeText:hover {
        background-color: #EEF6FC;
        color: #000000;
    }
.xTreeNodeCaption {
    padding: 4px 5px;
    white-space: nowrap;
}
.xTreeNodeText.xSelected > .xTreeNodeCaption {
    background-color: #3299FF !important;
    color: #FFFFFF !important;
    border-radius: 3px;
}
.xTreeNavElement {
    flex: 0 0 21px;
    height: 21px;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 2px;
}
.xTreeRootNodeContainer {
    padding-left: 2px;
}
.waitForIt {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/WebCAQ.Net/images/general/progresssmall.gif);
    background-size: 24px;
}
    
    .waitForIt ~ .xList,
    .waitForIt ~ .xListBodyScroll {
        visibility: hidden;
    }
.xDateEdit-Wrapper {
    font-size: 19px;
    position: absolute;
    display: none;
    z-index: 50;
    border: 1px solid black;
    background-color: white;
    border-radius: 4px;
    width:260px;
}
    .xDateEdit-Wrapper.xActive {
        display: block;
    }
.xDateEdit-Input-Image {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: 21px;
    height: 21px;
    top: 50%;
    margin: 0 4px;
    background-image: url(/WebCAQ.Net/I/21/calendar-month?s=1);
    background-repeat: no-repeat;
    align-self: center;
}
.xDateEdit-SwitchMonthSection {
    margin-top: 5px;
    display: flex;
    width: 100%;
}
.xDateEdit-icon.xButton {
    cursor: pointer;
    border: none;
    padding: 2px;
    margin: 4px 6px;
    min-width: 0px;
    width: 40px;
    min-height: 0px;
    height: 25px;
    opacity: .5;
    background: no-repeat;
    background-position: center center;
}
.xDateEdit-PreviousMonth {
    background-image: url(/WebCAQ.Net/I/24/PfeilBlauLinks?s=1) !important;
}
.xDateEdit-NextMonth {
    background-image: url(/WebCAQ.Net/I/24/PfeilBlauRechts?s=1) !important;
}
.xDateEdit-SelectedMonthText {
    width: 100%;
    margin: 10px 6px 9px 6px;
    padding: 2px;
    text-align: center;
}
.xDateEdit-Calendar thead th:not(:first-of-type) {
    border-bottom: 1px solid darkgrey;
}
.xDateEdit-WeekCol {
    border-right: 1px solid darkgrey;
}
.xDateEdit-WeekEnd,
.xDateEdit-WeekEnd a {
    color: #ABDFFE;
}
.xDateEdit-OtherMonth,
.xDateEdit-OtherMonth a {
    color: #F8F8F8;
}
.xDateEdit-Calendar table{
    margin:auto;
}
.xDateEdit-Calendar .xDateEdit-Day {
    border-radius: 50%;
    text-align: center;
}
.xDateEdit-Calendar td:hover {
    background-color: #DCDCDC;
}
.xDateEdit-Calendar .xDateEdit-Day.xSelected {
    background-color: #3299FF;
}
.xDateEdit-Today {
    background-color: #EEF6FC;
}
.xDateEdit-TypeSelectSection {
    
}
.xDialog-WindowLock {
    display: none;
    position: fixed;
    z-index: 30; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    
    background-color: rgba(51,51,51, 0.3);
    justify-content: flex-end;
}
    .xDialog-WindowLock.xActive {
        display: flex;
    }
    .xDialog-WindowLock.xLeft .xDialog-Container {
        justify-content: flex-start;
    }
    .xDialog-WindowLock.xCenter {
        align-items: center;
        justify-content: center;
    }
        .xDialog-WindowLock.xCenter .xDialog-Container {
            height: auto;
            max-height: 100%;
            overflow: auto;
        }
    .xDialog-WindowLock.xRight {
    }
        .xDialog-WindowLock.xRight .xDialog-Container {
            
        }
.xDialog-Container {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f9f9f9;
    margin: 0px auto; 
    padding: 0px;
    border: 0px solid #888;
    
    
    
    height: -webkit-fill-available;
    -webkit-box-shadow: 0px 0px 10px 8px rgb(51, 51, 51, 0.3);
    box-shadow: 0px 0px 10px 8px rgb(51, 51, 51, 0.3);
    border-radius: 4px;
    width: 90%;
    max-width: 1440px;
    min-height: 520px;
    
}
    .xDialog-Container.xFullScreen {
        width: 100%;
        height: 100% !important;
        min-width: 100%;
        margin: 0px;
        max-height: 100% !important;
    }
.xPrompt {
    display: flex;
    flex: 0;
    flex-direction: row;
    background-color: #111111;
    color: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 15px;
    margin-bottom: 5px;
    border: 5px solid #fff;
    border-bottom: none;
}
.xPromptText {
    flex: 1 1 auto;
    font-weight: 500;
    padding-right: 5px;
}
.xPromptStatusText {
    font-weight: normal;
    font-size: 12px;
    flex: 1 1 auto;
    text-align: right;
    padding: 1px 5px 0px 5px;
}
.xPromptFullScreenBtn {
    background-repeat: no-repeat;
    
    background-image: url(/WebCAQ.Net/I/21/fullscreen?s=1);
    width: 21px;
    height: 21px;
    margin-left: 12px;
    cursor: pointer;
    flex: 0 0 auto;
}
.xDialog-Container.xFullScreen .xPromptFullScreenBtn {
    background-image: url(/WebCAQ.Net/I/21/fullscreen-off?s=1);
}
.xPromptCloseBtn {
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-image: url(/WebCAQ.Net/I/21/cancel-white?s=1);
    width: 21px;
    height: 21px;
    margin-left: 12px;
    cursor: pointer;
    flex: 0 0 auto;
}
.xDialog-Content {
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    flex: 1 auto;
    min-width: 580px;
    margin-bottom: 5px;
    padding: 0px 5px;
}
    .xDialog-Content > div {
        
    }
.xDialog-ButtonBar, .xButtonBar {
    display: flex;
    position: relative;
    justify-content: flex-end;
    border-top: 1px solid #BBBBBB;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f0f0f0;
}
.xDialog-WindowLock.xLeft {
    float: left;
}
.xDialog-WindowLock.xCenter {
    float: none;
}
.xFromRight {
    
}
    .xFromRight .xDialog-Content {
        min-width: unset;
    }
@keyframes fromRight {
    from {
        right: -100%;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}
.xFromTop {
    animation: fromTop 0.7s;
}
@keyframes fromTop {
    from {
        top: -100%;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
.xFromLeft {
    animation: fromLeft 0.7s;
}
@keyframes fromLeft {
    from {
        left: -100%;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}
.xFromBottom {
    animation: fromBottom 0.7s;
}
@keyframes fromBottom {
    from {
        bottom: -100%;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}
.xFadeIn {
    animation: fadeIn 0.7s;
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.xZoomIn {
    animation: zoomIn 0.2s;
     
}
@keyframes zoomIn {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
.xAskQuestionBoDialog {
    display: none;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
}
.xAskQuestionBoArea {
    flex-direction: column;
    flex: 1;
    display: flex;
    min-width: 50px;
}
    .xAskQuestionBoArea > .xGroupBox {
        padding: 12px 0px 0px 4px;
    }
.xAskQuestionBoMessage {
    padding: 5px 10px 8px 0px;
    margin: 2px 2px 4px 2px;
    font-size: medium;
}
.xToolTip {
    display: block;
    position: absolute;
    width: auto;
    visibility: hidden;
    text-overflow: unset;
    background: #F9F9F9;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    border-radius: 4px;
    z-index: 10;
    font-size: smaller;
}
    .xToolTip a, .xToolTip a:visited {
        color: blue;
        cursor: pointer;
    }
    .xToolTip.xActive {
        visibility: visible;
        max-width: 600px;
        white-space: unset;
        white-space: pre-wrap;
        animation: fadeIn 0.7s;
    }
.xToolTipTitle {
    font-weight: bold;
    font-size: 14px;
    padding: 4px 8px;
    white-space: break-spaces;
}
.xToolTipSubline {
    font-size: 12px;
    padding: 0px 8px 4px 8px;
}
.xToolTipElement {
    font-size: 12px;
    padding: 4px 8px;
}
.xFileUploadContainer {
    min-width: 250px;
    
    width: auto;
    min-height: 180px;
    
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f3f4f5;
    
    overflow: auto;
    cursor: pointer;
    padding-top: 25px;
    position: relative;
    display: flex;
    
}
    .xFileUploadContainer.xDragOver,
    .xFileAttachmentInfo .xInputContainer.xDragOver {
        background-color: rgb(203,239,255);
        outline: 4px dashed rgb(0,112,192);
    }
.xFileUploadStatusInfo {
    text-align: center;
    position: absolute;
    top: 6px;
    font-size: 13px;
}
.xFileUploadText {
    text-align: center;
    margin: auto 20px;
    background-image: url(/WebCAQ.Net/I/42/Export?s=1);
    background-repeat: no-repeat;
    background-position: center 25%;
    padding-top: 94px;
    font-size: 12px;
}
.xFileUploadContainer.xHasFiles .xFileUploadText {
    display: none;
}
.xPreviewContainer {
    height: 140px;
    width: 100px;
    margin: 6px 6px 20px 6px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    border-radius: 2px;
    background-color: #fff;
}
.xPreview-Remove {
    
    font-size: 12px;
}
    .xPreview-Remove:hover {
        
    }
.xPreviewImgContainer {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
    .xPreviewImgContainer.xUploading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        border: 5px solid grey;
        border-top-color: black;
        animation: loading 2s linear infinite;
    }
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
img.xPreview {
    object-fit: cover;
    object-position: center 0;
}
.xPreview {
    height: 100%;
    width: 100%;
}
    
    .xPreview.xEmpty {
        
        background-image: url(/WebCAQ.Net/I/100/Dokument?s=1);
        background-size: contain;
        background-repeat: no-repeat;
    }
.xPreviewDetail {
    
    box-sizing: border-box;
    opacity: 1;
    font-size: 12px;
    xxxpadding: 2em 1em;
    text-align: center;
    
    width: 100%;
    height: 40px;
    transition: opacity .2s linear;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 5px 5px 5px;
    color: #333;
    position: relative;
}
    .xPreviewDetail span {
        
    }
    .xPreviewDetail:hover {
        opacity: 1;
    }
.xPreviewDetail-Size {
    
    xxxfont-size: 16px;
}
.xPreviewDetail-Name {
    text-overflow: ellipsis;
    overflow: hidden;
}
.xProgress {
    display: none;
    
    
    height: 100%;
    opacity: 0.4;
    background-color: rgb(182,235,147);
    position: absolute;
    left: 0;
    top: 0;
}
    .xProgress.xActive {
        display: block;
    }
    
    .xProgress.xCompleted {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
        background-image: url(/WebCAQ.Net/I/24/ok-green);
    }
@media screen and (min-width:0\0) {
    
    .xMatrix .xListHeaderCell-Container {
        
        transform: rotate(0deg);
    }
    .xMatrix .xListHeaderCell {
        -ms-writing-mode: bt-rl;
    }
}
@media screen and (max-width: 1024px) {
    .xDialog-WindowLock .xRight {
        justify-content: unset;
    }
    .xRight .xDialog-Container {
        width: 100%;
        max-width: unset;
    }
    .xTabletDisable {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .xLinkLabel {
        padding-left: 4px;
    }
    .xViewToolBarContainer {
        padding-left: 0px;
    }
    .xTreeRootNodeContainer {
        padding-left: 0px !important;
    }
    .xSideBarItem {
        flex: 100% 0 1;
        max-width: unset;
    }
    .xMobileDisable {
        display: none;
    }
    .xDialog-WindowLock.xCenter .xDialog-Container {
        max-height: unset;
        height: 100%;
    }
    .xDialog-Container {
        width: 100%;
    }
    .xDialog-Content {
        min-width: unset;
    }
    .xDialog-ButtonBar, .xButtonBar {
        flex-wrap: wrap;
    }
    .xButtonText {
        text-wrap: nowrap;
    }
    .xNextButton .xButtonText, .xPreviousButton .xButtonText {
        display: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    .xNextButton, .xPreviousButton {
        min-width: 32px !important;
    }
    .xGroupBoxAttachContainer {
        flex-wrap: wrap;
    }
    .xGroupBoxRow {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .xGroupBoxRowElement {
        width: unset;
    }
}
