/**
 * @licstart
 * 
 * xBase WebClient Copyright (c) 2014 Boll und Partner Software GmbH. All rights
 * reserved.
 * 
 * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
 * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
 * 
 * @licend
 * 
 * @author Michael Ehlert
 * @version 1.1.0001
 * 
 */


::-webkit-scrollbar {
    background: transparent;
    height: 6px;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-bottom: 4px solid white;
    border-left: 4px solid white;
    border-right: 4px solid white;
    border-top: 4px solid white;
}

::-webkit-scrollbar-thumb {
    background: #dadce0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 40px;
}

::-webkit-scrollbar-thumb {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
    min-height: 40px;
}

#watermark {
    width: 100px;
    height: 100px;
    position: relative;
}

.fe_euantrag_box {
    
    margin-bottom: 4px;
    padding-top: 2px;
    margin-right: 4px;
    background-color: #afbdef;
    border-radius: 5px;
}

.fe_box_shadow {
    -webkit-box-shadow: 6px 6px 15px -2px rgba(41, 41, 41, 0.2);    
    -moz-box-shadow: 6px 6px 15px -2px rgba(41, 41, 41, 0.2);    
    box-shadow: 6px 6px 12px -2px rgba(41, 41, 41, 0.2);
    
}

.fe_box_shadow:hover {
        -webkit-box-shadow: 0px 0px 15px 3px rgba(41, 41, 41, 0.2);
        -moz-box-shadow: 0px 0px 15px 3px rgba(41, 41, 41, 0.2);
        box-shadow: 0px 0px 15px 3px rgba(41, 41, 41, 0.2);
    }

.fe_bf17_card {
    position: absolute;
    background-color: darksalmon;
    border-bottom-color: rgb(208, 217, 223);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(208, 217, 223);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(208, 217, 223);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(208, 217, 223);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-left: 1px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-left: -1px;
    margin-bottom: 4px;
}

.fe_leftcard {
    position: relative;
    width: 100%;
    
    transition: transform .2s;
    zoom: 50%;
}

.fe_rightcard {
    position: relative;
    width: 100%;
    
    transition: transform .2s;
    zoom: 50%;
}

.fe_leftcard:hover {
    transform: translateX(50%) translateY(50%) scale(1.5);
    z-index: 3;
}

.fe_rightcard:hover {
    transform: matrix(1.5,0,0,1.5,-200,100);
    z-index: 3;
}

.fe_bf17 {
    position:relative;
    width: 100%;
    
    transition: transform .2s;
    zoom: 50%;
}

.fe_bf17:hover {
        transform: matrix(1.5,0,0,1.5,50,50);
        z-index:3;
    }

.fe-c18header {
    background-color: cornflowerblue;
    padding-left: 3px;
    margin-left: -2px !important;
    margin-right: -2px !important;
    padding-right: 12px;
    margin-top: 6px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;    
}

.fe-klassendisplay {
    border: solid;
    border-width: 1px;
    border-radius: 4px;
    margin-left: 2px;
    padding-right: 2px;
    padding-left: 2px;
    background: white;
}


.cf-imghover:hover {
    border: 1px solid;
}
/* ===================================================================  */
/* standard classes 													*/
/* ===================================================================  */
body {
    background-color: #fff;
    color: #555;
    font: 400 12px Arial, Helvetica, sans-serif;
    margin: 0;
    min-height: 100%;
}

span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
	cursor: inherit;
}

div {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
	cursor: inherit;
}

label {
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
	cursor: inherit;
}

.x-dblclick-enabled {
	-webkit-user-select:text;
	-moz-user-select: all;
	-ms-user-select:element;
    user-select: all;
}

input:disabled {
	/*opacity: 0.5 !important;*/
    /*color: dimgray !important; */
}

.page {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.iemobile .page {
	bottom: -6px;
}

@media screen and (orientation:landscape) {
	.iemobile .page {
		bottom: 75px;
	}
}

.x-row, .x-col, .x-page {
	overflow: hidden;
	position: absolute;
}

.scroll-x {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.scroll-y {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.x-row {
	left: 0;
	right: 0;
}

.x-col {
	top: 0;
	bottom: 0;
}

.x-hidden {
	display: none !important;
}

.x-disable {
    opacity: 0.5 !important;
}

.x-dismiss,
.x-enable {
    opacity: 1 !important;
}

.noscroll {
	overflow: hidden
}

.fill, .pane {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.pane {
	display: none; 
}

.header, .footer {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #696f77),color-stop(100%, #28343b));
	background: -webkit-linear-gradient(top, #696f77 0%, #28343b 100%);
	background: -ms-linear-gradient(top, #696f77 0%, #28343b 100%);
    background: linear-gradient(top,#696f77 0%,#28343b 100%);
}

.x-message-pane {
	background: #f1e765;
}

.minsize {
    min-height: 300px;
    min-width: 800px;
}

.header {
	color: #eee;
	vertical-align: middle;
	line-height: 26px
}

.footer {
    color: #eee;
    font-size: 0.9em;
    vertical-align: middle;
    line-height: 26px;
}

.x-alignright {
	position: relative;
	float: right;
	background: aliceblue;
	display: inline-block;
}

.x-textalign-right {
    text-align: right;
    margin-right:2px;
}

.x-config-error {
	color: red;
}

.x-title-color {
    color: darkblue;
}

.x-accent1 {
	font-size: 1.1em;
	font-weight: bold;
}

.x-accent2 {
	font-weight: bold;
	color: DarkBlue;
	display: inline-block;
}

.x-accent3 {
	font-weight: bold;
}

.x-header1 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 3px;
	color: DarkBlue;
	display: inline-block;
}


/* ===================================================================  */
/* responsive layout 													*/
/* ===================================================================  */
.hide-on-small-devices {
	
}

.hide-on-medium {
	
}

.hide-on-small {
	
}

.hide-on-x-small {
	
}

.header-hide-on-small {
}

.header-hide-on-x-small {
}

.header-hide-on-xx-small {
}

.header-hide-on-xxx-small {
}

@media only screen and (max-width: 1600px) {
	.hide-on-medium {
		display: none !important;
	}
}

@media only screen and (max-width: 1200px) {
	.hide-on-small {
		display: none !important;
	}
}

@media only screen and (max-width: 600px) {
	.hide-on-x-small {
		display: none !important;
	}
}

@media only screen and (min-width: 1200px){
    .hide-on-large{
        display: none !important;
    }
}

@media only screen and (max-width: 1350px) {
    .header-hide-on-small {
        display: none !important;
    }
}

@media only screen and (max-width: 1150px) {
    .header-hide-on-x-small {
        display: none !important;
    }
}

@media only screen and (max-width: 800px) {
    .header-hide-on-xx-small {
        display: none !important;
    }
}

@media only screen and (max-width: 700px) {
    .header-hide-on-xxx-small {
        display: none !important;
    }
}

.x-top-pane {
    left: 0;
    right: 0;
    top: 0px;
    height: 26px;
}

    .x-top-pane.x-row {
        top: 0px;
        height: 26px;
    }

.x-toolbar-pane {
	left: 0;
	right: 0;
	top: 26px;
	background: aliceblue; 
	padding: 0;
	padding-right: 3px;
    display: table;
    border-bottom: thin solid darkgray;
}


.x-breadcrumb-pane {
    left: 0;
    right: 0;
    top: 138px;
    height: 24px;
    padding: 0;
    padding-right: 3px;
    position:absolute;
    background: #FFF url('rib-back.png') repeat-x bottom;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eaedf1));
    background: -moz-linear-gradient(#ffffff, #eaedf1);
    background: linear-gradient(#ffffff, #eaedf1);
    /*    	-webkit-box-shadow: #8b9097 0px 1px 3px;
	-moz-box-shadow: #8b9097 0px 1px 3px;
	box-shadow: #8b9097 0px 1px 3px;
    */
}

.x-center-pane{
	top: 48px;
	bottom: 26px;
}

.breadcrumb-breadcrumb {
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}

.breadcrumb-icon {
    margin-left: 2px;
}

.x-breadcrumb-message {
    line-height: 22px;
    height: 23px;
    vertical-align: middle;
    display: inline-block;
    background: #f9eb85;
    width: 100%;
    margin-left: 2px;
}

.x-breadcrumb-message .icon {
    position:absolute;
    left:0;
    width:32px;
    
}

.x-breadcrumb-message .icon img {
    vertical-align: top;
    margin-top: 2px;
    margin-left: 8px;
}


.x-breadcrumb-message .text {
    position:absolute;
    left:33px;
    right:33px;
    -moz-user-select: none;
    -ms-user-select:none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.x-breadcrumb-message .button {
    position:absolute;
    right:0px;
    width:32px;
    cursor:pointer;
    background-image: url("../images/icons/CloseButton16.png");
    background-repeat: no-repeat;
    background-position-y: 4px;
}



.breadcrumb-buttons {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

.x-bcmb-button {
    background: 0;
    height: 22px;
    width: 22px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 0;
    border: 0;
    margin-left: 0px;
    margin-right: -2px;
    float: left;
}

.x-bcmb-button:disabled {
	opacity: 0.2 !important;
}

.x-header-formtitle {
	vertical-align: middle;
}

.x-header-welcome {
	float: right;
	margin-right: 10px;
}


.x-toolbar-content {
    display: table-row;
}

.x-toolbar-group {
    display:table-cell;
    background: orange;
}

.x-toolbar-group-content {
    display: table;
    background: red;
    min-width: 48px;
    line-height: 64px;
}

.x-toolbar-group-separator {
    display:table-cell;
    background: green;
    background: green;
    /**/
    border-left: thick solid;
    border-left-style: inset;
    position: relative;
    left: 50%;
    
}

.x-toolbar-group-buttons {
    display: table-row;
    line-height: 48px;
}

.x-toolbar-big-button {
    display:table-cell;
    width:34px;
    background:yellow;
    padding-left:2px;
    padding-right:2px;
}

.x-toolbar-group-label {
    display: table-caption;
    text-align: center;
    caption-side: bottom;
    font-size: xx-small;
    line-height: 16px;
}


.x-toolbar-group.buttons {
    height: 50px;
    background: green;
    display: table-row;
}

.x-toolbar-group.label {
    height: 12px;
    font-size: 8px;
    color: darkblue;
    display: table-cell;
}


.centerpane.x-row {
	top: 63px;
	bottom: 26px;
}

.bottompane.x-row {
    height: 26px;
    bottom: 0;
}

.formpane {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.formpane.x-row {
	top: 0;
	bottom: 35px;
	background: lightgrey;
}

.formnavigationpane.x-row {
    height: 35px;
    bottom: 0;
    border-top: 1px solid lightgray;
    /*	background: rgb(243, 243, 244);
    background: linear-gradient(#ffffff, #eaedf1);
    */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eaedf1));
    background: -moz-linear-gradient(#ffffff, #eaedf1);
    background: linear-gradient(#ffffff, #eaedf1);
}

.x-navpane {
	top: 0;
	bottom: 55px;
	left: 0;
	right: 0;
	position: absolute;
}

.x-navpane-container {
	
}

.x-form-bottom-container {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0px;
    line-height: 26px;
    border-top-color: lightgray;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 2px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eaedf1));
    background: -moz-linear-gradient(#ffffff, #eaedf1);
    background: linear-gradient(#ffffff, #eaedf1);
    overflow: hidden;
}


.x-ribbon-container {
    line-height: 26px;
    border-top-color: lightgray;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 3px;
    padding-left: 5px;
    overflow: hidden;
    font-family: "Segoe UI", Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
}

.x-ribbon-container div
{
	float: left;
}

    .x-ribbon-container .ribbon-section {
        float: left;
        position: relative;
        height: 70px;
    }

    .x-ribbon-container .section-title {
        color: darkblue;
        text-align: center;
        clear: left;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: 10px;
        margin-bottom: 2px;
    }

    .x-ribbon-container .section-sep {
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #fff;
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 5px;
        margin-bottom: 2px;
        height: 90%;
        position: relative;
        width: 0;
        float: left;
    }

.x-form-bottom-container-control
{
    float: left;
}


.x-form-button-large {
    min-width: 70px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    user-select: none;
    margin-right: 4px;
    margin-top: 2px;
}


.x-form-button-large:hover
{
	border: 1px solid #F1C43F;
	background: #fdeeb3;
	cursor: pointer;
}


.x-form-button-large-title {
    display: block;
    text-align: center;
    overflow-y: hidden;
    height: 24px;
    line-height: 11px;
    margin-top: 2px;
    cursor: pointer;
}

.x-form-button-large-icon {
    margin: auto;
    height: 32px;
    width: 32px;
    font-size: 32px;
    cursor: pointer;
}

.x-wstapanel {
	border: 0;
}

.x-navpane-infotext {
	color: dimgray;
	vertical-align: middle;
	/* text-align: center; */
	margin: 10px;
	position: absolute;
}

.x-navpane-panelbar-workspaces {
	position: absolute;
	top: 34px;
	bottom: 5px;
	left: 0;
	right: 0;
	overflow-y: auto;
}

.x-navpane-panelbar-transactions {
	position: absolute;
	top: 34px;
	bottom: 5px;
	left: 0;
	right: 0;
	overflow-y: auto;
}

.x-ws-workspaces {
	position: relative;
}

.x-ws-transactions {
	position: relative;
}

.x-navpane-header {
    background: rgb(25, 132, 200);
    color: white;
    height: 34px;
    line-height: 34px;
    padding-left: 38px;
    font-weight: bold;
    font-size: larger;
    /*border-bottom: 1px solid darkgray;*/
    /*margin-left:-2px;*/
}

.x-navpane-header-workspaces {
	/*background-image: url("../images/icons/Arbeitsbereiche32.png");
	background-repeat: no-repeat;
	background-position-y: -1px;
	background-position-x: 2px;*/
    margin-left:-30px;
}

.x-navpane-header-transactions {
	/*background-image: url("../images/icons/Transaktionen32.png");
	background-repeat: no-repeat;
	background-position-y: -1px;
	background-position-x: 2px;*/
    margin-left:-30px;
    background-color:green;
}

.x-navpane-header-tasks {
	background-image: url("../images/icons/Tasks32.png");
	background-repeat: no-repeat;
	background-position-y: -1px;
	background-position-x: 2px;
}

.x-navpane-buttons {
    height: 54px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    padding-top: 2px;
    border-top: 2px solid lightgrey;
}

.x-navpane-buttons > .x-browser-mozilla {
    justify-content: normal !important;
}

.x-navpane-buttons > .x-browser-msie {
    justify-content: flex-start !important;
}

.x-navpane-button {
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding-left: 12px;
    padding-right: 0px;
    text-align: left;
    width: 100%;
    background-position-y: -10px;
    justify-content: left !important;
}

.navigation-pane-treeview {
	background: rgb(243, 243, 244);
	overflow-y: auto;
}

.navigation-pane-treeview.x-row {
	top: 0px;
	bottom: 300px;
}

.navigation-pane-testcontainer {
    background: rgb(243, 243, 244);
    height: 260px;
    bottom: 40px;
    position: absolute;
    width: 100%;
}

.transaction_panelbar {
	position: absolute;
	top: 40px;
	bottom: 10px;
	left: 0;
	right: 0;
}

.navigation-pane-buttons.x-row {
    top: 0px;
    height: 95px;
}

.navpane-button {
	float: left;
	width: 100%;
	text-align: left;
}

.x-navpane-item-button {
	float: left;
	width: 100%;
	text-align: left;
}


.x-grid-100-200 {
    min-height: 100px;
    max-height: 200px;
}

.x-grid-100-300 {
    min-height: 100px;
    max-height: 300px;
}

.x-grid-100-400 {
    min-height: 100px;
    max-height: 400px;
}


.x-nowrap {
	white-space: nowrap;
}

.x-group {
	background: yellow;
}

.x-dialog td {
	/* vertical-align: top; */
}

.x-dialog-icon {
    vertical-align: top; 
    padding-right: 5px;

}

.x-dialog table {
    margin-right: 12px;
}

.x-dialog li {
	margin-left: 15px;
    margin-right: 5px;
}

.x-dialog-hint li {
	margin-left: 40px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.x-dialog-section {
    margin-right: 10px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    line-height: 1.5em;
}

.x-dialog-section h1 {
    font-size:large;
    font-weight:bold;
}

.x-dialog-buttonpanel {
    height: 35px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -5px;
    /* 	border-radius: 4px;
	border: 1px solid aliceblue;
	background: aliceblue; */
}

.x-dialog-button {
    float: right;
    line-height: 18px;
    margin-top: 6px;
    margin-left: 6px;
    text-align: center;
    min-width: 100px;
    justify-content: center !important;
}

.x-dialog-infopanel {
    height: 120px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -5px;
    border-radius: 4px;
    border: 1px solid aliceblue;
    background: aliceblue;
}

.x-dialog-header {
    font-size: 1.2em;
    font-weight: bold;
    color: darkblue;
    line-height: 1.2em;
    margin-top: 0px;
}

.x-dialog-hint {
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0.6em;
    margin-right: 0;
    line-height: 1.2em;
    margin-top: 0px;
}

.x-dialog-utfcharbutton {
    float: right;
    line-height: 24px !important;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    min-width: 15px;
    max-width: 24px;
    width: 24px;
    justify-content: center !important;
}

.x-dialog-utfcharanzeige {
	font-size: 1.8em;
	vertical-align: top;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0.8ex;
	margin-right: 0;
}

.x-badge,.x-tag {
    background-color:#000;
    color:#fff;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center
}

.x-badge {
    border-radius:50%;
    font-weight: 700;
    font-size: larger;
}

.x-color-blue,.x-color-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.x-color-light-blue,.x-color-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.x-color-brown,.x-color-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.x-color-cyan,.x-color-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.x-color-blue-grey,.x-color-hover-blue-grey:hover,.x-color-blue-gray,.x-color-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.x-color-green,.x-color-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.x-color-light-green,.x-color-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.x-color-indigo,.x-color-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.x-color-khaki,.x-color-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.x-color-lime,.x-color-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.x-color-orange,.x-color-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.x-color-deep-orange,.x-color-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.x-color-pink,.x-color-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.x-color-purple,.x-color-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.x-color-deep-purple,.x-color-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.x-color-red,.x-color-hover-red:hover{color:#fff!important;background-color:#f44336!important}

.x-invisible {
	display: none;
}

.x-invalid {
	background: #FFF0F0 !important;
}

.x-errorheader {
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0.6em;
}

.x-errorhint {
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0.7em;
    margin-right: 0;
    line-height: 1.4em;
}

.x-button-table {
	width: 100%;
	background: green;
	border-collapse: separate;
	border-spacing: 2px;
}

.x-navbutton-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 2px;
	table-layout: fixed;
}

.x-form-header-pane {
    top: 0px;
    height: 0px;
    padding-left: 5px;
    padding-top: 8px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eaedf1));
    background: -moz-linear-gradient(#ffffff, #eaedf1);
    background: linear-gradient(#ffffff, #eaedf1);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.x-form-content-pane {
	top: 0px;
	bottom: 0px;
}

.x-form-bottom-pane {
    bottom: 0px;
    height: 0px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eaedf1));
    background: -moz-linear-gradient(#ffffff, #eaedf1);
    background: linear-gradient(#ffffff, #eaedf1);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}




.x-form-buttonbar {
    margin-top: 0.4em;
    margin-bottom: 0.2em;
}

.x-form-buttonbar .x-button {
    width: auto;
    float: left;
    margin-right: 5px;
}


.x-navbutton {
	float: left;
	margin: 5px;
}


.x-state-active {
    border-bottom-style: none;
    color: black !important;
    background-color: white !important;
    font-weight: bold;
}
.x-button-hidden {
	display: none;
}

.x-breadcrumb {
	display: block;
	overflow: hidden;
	cursor: default;
	margin-left: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 40px;
}

.x-breadcrumb a {
	text-decoration: none;
	display: block;
	float: left;
	font-size: .9em;
	cursor: pointer;
	background: 0 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x-breadcrumb a.active {
	color: green;
	cursor: default;
}

.x-breadcrumb a.active:hover {
	color: green;
}

.x-breadcrumb a:hover {
	color: darkblue;
}

.x-breadcrumb a.selected {
	color: orange;
	cursor: default;
}

.x-xbreadcrumb {
	/*centering*/
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 2px;
	margin-left: 10px;
}

.x-xxbreadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 20px;
    color: white;
    /*need more margin on the left of links to accomodate the numbers*/
    padding: 0 10px 0 20px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.x-xbreadcrumb a:first-child {
	padding-left: 30px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}

.x-xbreadcrumb a:first-child:before {
	left: 14px;
}

.x-xbreadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}

/*hover/active styles*/
.x-xbreadcrumb a.active, .x-xbreadcrumb a:hover {
	background: #333;
	background: linear-gradient(#333, #000);
}

.x-xbreadcrumb a.active:after, .x-breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.x-xbreadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px; /*half of square's length*/
    /*same dimension as the line-height of .breadcrumb a */
    width: 20px;
    height: 20px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
    -webkit-transform: scale(0.707) rotate(45deg);
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    /*stylish arrow design using box shadow*/
    box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
    /*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
    border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.x-xbreadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.x-xbreadcrumb a:before {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    background: #444;
    background: linear-gradient(#444, #222);
    font-weight: bold;
}

.x-xbreadcrumb-flat a, .x-xbreadcrumb-flat a:after {
	background: white;
	color: black;
	transition: all 0.5s;
}

.x-xbreadcrumb-flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}

.x-xbreadcrumb-flat a:hover, .x-xbreadcrumb-flat a.active,
	.x-breadcrumb-flat a:hover:after, .x-breadcrumb-flat a.active:after {
	background: #f35800;
}

.x-overviewpart {
	background: red;
	margin: 5px 5px 5px 5px;
}

.x-panel-li {
	background: red !important;
	color: yellow !important;
	margin: 50px 50px 50px 50px;
	padding: 50px 50px 50px 50px;
}

.x-formcontrol {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	margin: 0px;
}

/* ===================================================================  */
/* recherche result														*/
/* ===================================================================  */

.x-highlighted1 {
    background-color:yellow;
}

.x-highlighted2 {
    background-color:greenyellow;
}

.x-highlighted3 {
    background-color:lightskyblue;
}

.x-highlighted4 {
    background-color:hotpink;
}

.x-preview-img {
    max-width: 128px;
    max-height: 72px;
}

/* ===================================================================  */
/* expander  															*/
/* ===================================================================  */
.x-expander {
	margin-bottom: 15px;
}

.x-mn-expander {
	margin-bottom: 15px;
}

.x-expander-collapsed {
	
}

.x-expander-expanded {
	
}

.x-expander-header {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding-left: 5px;
}

.x-expander-icon {
    background-image: url(BlueOpal/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 6px;
}

.x-expander-icon-expanded {
	background-position: 0 0;
}

.x-expander-icon-collapsed {
	background-position: 0 -32px;
}

.x-expander-status-icon {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.x-expander-contextmenu-icon {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.x-expander-content {
	margin-top: 1px;
}

.x-expander-buttoncontent {
    width: 100%;
}

.x-ov-expander-content {
    margin-left: 10px;
}

.x-grid-expander-content {
	
}

.x-mn-expander-content {
	
}

.x-expander-content-collapsed {
	display: none;
}

.x-expander-content-expanded {
	display: block;
}

.x-expander-title {
	font-weight: bold;
}

.x-ov-expander-title {
	font-size: 1.2em;
}

.x-grid-expander-title {
	font-size: 1.2em;
}

.x-mn-expander-title {
	font-size: 1.0em;
}


.x-xbsstatusinfo-wrapper {
    line-height: 18px;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-xbstatusinfo-icon {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-right: 5px;
}

.x-form-header {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 3px;
	color: DarkBlue;
	display: inline-block;
}

.x-form-headerline-header {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 3px;
	color: DarkBlue;
	display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width:100%;
}

.x-form-headerline-line {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    margin-bottom: 3px;
}

.x-form-header-large {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 8px;
	color: DarkBlue;
	display: inline-block;
}

.x-form-header-description {
	color: #000000;
	font-size: 1.0em;
	font-weight: normal;
}

.x-form-content {
	top: 25px;
	margin-left: 5px;
}

.x-keys-header {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
	color: DarkBlue;
	display: inline-block;
}

.x-keys-description {
    color: #000000;
    font-size: 1.0em;
    font-weight: bolder;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.x-keys-content {
	top: 25px;
}

.x-form-hr {
    color: #0000AA;
    background-color: #0000AA;
    width: 100%;
    height: 1px;
}

.x-form-table {
	/* border: 1px solid darkblue */
	
}

.x-form-table-tr {
	/* border: 1px solid darkblue */
	
}


.x-space-right {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.x-form-table-td {
	/* border: 1px solid darkblue */
	
}

.x-image-button {
    width: 22px;
    height: 22px;
    min-width: 22px !important;
    margin: 0;
    padding-left: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.x-image-button:disabled {
	opacity: 0.2 !important;
}

    .x-image-button div {
        height: 16px;
        border: 0;
        background-repeat: no-repeat;
        background-position-y: 50%;
        background-size: 16px 16px;
    }

.x-ctxmenu-button {
    min-height: 27px;
    margin-bottom: 2px;
}

.x-ctx-container {
    list-style-type: none;
    padding: 0;
}

.x-ctx-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    padding: 3px;
}
.x-ctx-item:hover {
    background-color: rgb(234, 234, 234);
    border-radius: 5px;
}


.x-ctx-separator {
    border: darkgrey !important;
    border-bottom-width: thin !important;
    border-style: solid !important;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    margin-bottom: 6px !important;
    margin-top: -7px !important;
} 
 

.x-button-content {
    display: table;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 16px;
    max-height: 32px;
}

.x-button-image {
    height: 16px;
    width: 20px;
    border: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-size: 16px 16px;
}

.x-button-image:disabled {
	opacity: 0.2 !important;
}

.x-button-text {
    display: table-cell;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    max-height: 32px;
    text-align: left;
    margin-left: 5px;
}

.x-ctxmenu-button:disabled {
	opacity: 0.2 !important;
}



.x-uppercase {
    text-transform: uppercase;
}

.x-image-combobox {
	float: Left;
	margin-right: 6px;
}

.x-image-combobox-image {
	
}

.x-image-combobox-text {
	
}

.x-i-iconpointer {
	cursor: pointer;
}

.x-i-new {
	background-image: url('../images/icons/new.png');
}

.x-i-startmeldung {
	background-image: url('../images/icons/info16.png');
}

.x-i-script {
	background-image: url('../images/icons/Script16.png');
}

.x-i-plus {
    background-image: url('../images/icons/db-add16.png');
}

.x-i-close {
    background-image: url('../images/icons/CloseButton16.png');
}

.x-i-save {
	background-image: url('../images/icons/save16.png');
}


.x-i-search {
	background-image: url('../images/icons/lookup16.png');
}

.x-i-add {
	background-image: url('../images/icons/record-add16.png');
}

.x-i-refresh {
	background-image: url('../images/icons/recurring16.png');
}

.x-i-tagohome {
	background-image: url('../images/icons/tagohome16.png');
}

.x-i-tagoback {
	background-image: url('../images/icons/tagoback16.png');
}

.x-i-info {
	background-image: url('../images/icons/info16.png');
}

.x-i-ctx {
	background-image: url('../images/icons/record-copy16.png');
}

.x-i-phone-w {
	background-image: url('../images/communicator/ctoc_work.png');
}

.x-i-phone-h {
	background-image: url('../images/communicator/ctoc_home.png');
}

.x-i-phone-m {
	background-image: url('../images/communicator/ctoc_mobile.png');
}

.x-i-phone-f {
	background-image: url('../images/icons/phone16.png');
}

.x-i-phone-icon {
    background-image: url('../images/icons/phone-icon16.png');
}

.x-i-mail {
	background-image: url('../images/icons/sendmail16.png');
}

.x-i-www {
	background-image: url('../images/icons/internet16.png');
}


.x-i-unicode {
	background-image: url('../images/icons/lookup16.png');
}


.x-i-lookup {
	background-image: url('../images/icons/lookup16.png');
}

.x-i-zoom {
	background-image: url('../images/icons/Zoom.png');
}

.x-i-report {
	background-image: url('../images/icons/Report16.png');
}

.x-i-record-edit {
	background-image: url('../images/icons/record-edit16.png');
}

.x-i-record-open {
	background-image: url('../images/icons/record-open16.png');
}

.x-i-record-delete {
	background-image: url('../images/icons/record-delete16.png');
}

.x-i-record-add {
   	background-image: url('../images/icons/record-add16.png');
}

.x-i-doc-word16, .x-i-office-word {
	background-image: url('../images/InterOp/Doc-Word16.png');
}

.x-i-doc-excel16, .x-i-office-excel {
	background-image: url('../images/InterOp/Doc-Excel16.png');
}

.x-i-doc-outlook16 {
	background-image: url('../images/InterOp/Doc-Outlook16.png');
}

.x-i-doc-pdf16, .x-i-office-acrobat {
	background-image: url('../images/InterOp/Doc-Acrobat16.png');
}

.x-i-doc-image16 {
	background-image: url('../images/InterOp/Doc-Image16.png');
}

.x-i-doc-html16 {
	background-image: url('../images/InterOp/Doc-HTML16.png');
}

.x-i-doc-print16 {
	background-image: url('../images/icons/PrintQuick16.png');
}

.x-i-task {
	background-image: url('../images/icons/Tasks16.png');
}

.x-i-task-completed {
    background-image: url('../images/InterOp/Task-Completed16.png');
}


.x-i-workspace {
	background-image: url('../images/icons/Arbeitsbereiche16.png');
}

.x-i-transaction {
	background-image: url('../images/icons/Transaktionen16.png');
}

.x-i-move-first {
	background-image: url('../images/icons/MoveFirst16.png');
}

.x-i-move-prev {
	background-image: url('../images/icons/MovePrevious16.png');
}

.x-i-move-next {
	background-image: url('../images/icons/MoveNext16.png');
}

.x-i-move-last {
	background-image: url('../images/icons/MoveLast16.png');
}


.x-i-tab-next {
	background-image: url('../images/icons/Card-Next16.png');
}

.x-i-tab-prev {
	background-image: url('../images/icons/Card-Previous16.png');
}

.x-i-undefined {
    	background-image: url('../images/icons/notset16.png');
}
.x-form-control-container {
    display: table;
    width: 100%;
    margin-top: 0px;
    margin-bottom: -1px;
    padding: 0px;
    line-height: 28px;
    vertical-align: middle;
    /* background: green; */
}

.x-customcontrol-wrapper {
    display:inline-block;
	background-color: aliceblue;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -2px;
	margin-bottom: 4px;
	border-bottom-color: rgb(208, 217, 223);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(208, 217, 223);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(208, 217, 223);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(208, 217, 223);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(82, 90, 104, 0.2);
	box-shadow: 0 2px 3px 0 rgba(82, 90, 104, 0.2);
}
    .x-customcontrol-wrapper .k-widget {
        background-color: white !important;
    }

.x-customcontrol-wrapper-borderless {
    background-color: aliceblue;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: -2px;
    /*margin-bottom: 4px;*/
}

.x-form-control-container-element {
	display: table-cell;
}

.x-form-control-container-element-button {
	display: table-cell;
	width: 20px;
}

.x-form-control-container-element-validator {
	display: table-cell;
	width: 180px;
}

.x-form-control-container-button {
    line-height: 1.5em;
}

.x-form-control-right {
	float: right;
	width: 40px;
	background: red;
}


/*div.x-radiobuttonxx input {
	vertical-align: middle;
	cursor: pointer;
	outline: 0;
	margin-top: -2px;
}

div.x-radiobuttonxx label {
	cursor: pointer;
}*/


/*.x-checkbox-focused {
	border: 1px dotted blue;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}*/

/*div.x-checkbox input {
	vertical-align: middle;
	cursor: pointer;
	outline: 0;
    margin-top: 1px;
}

div.x-checkbox label {
	cursor: pointer;
}*/



.x-base64image-wrapper {
    text-align: center;
    background-color: transparent;
    border-bottom-color: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;

    display: flex;
    justify-content: center;
}

.x-base64image-wrapper > .x-base64image {
    width: 100%;
    object-fit: contain;
}

.x-base64image {
    align-self: center;
}


.x-statusbar-element {
	margin-left: 8px;
	vertical-align: middle;
}

.x-statusbar-savechanges {
    background-image: url('../images/icons/save16.png');
    float: right;
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 13px;
    border-left: 1px solid lightgray;
    background-position-x: 7px;
    background-position-y: 2px;
}

.x-statusbar-editor {
	float: right;
	background-repeat: no-repeat;
	background-image: url('../images/icons/record-edit16.png');
	padding-left: 20px;
	background-position-y: 4px;
}

.x-statusbar-author {
	float: right;
	background-repeat: no-repeat;
	background-image: url('../images/icons/record-add16.png');
	padding-left: 20px;
	background-position-y: 4px;
}

.x-statusbar-lockuser {
	float: right;
	background-repeat: no-repeat;
	background-image: url('../images/icons/lock16.png');
	padding-left: 20px;
	background-position-y: 4px;
}

.x-statusbar-icon {
	margin-top: -2px;
}

.x-statusbar-info {
	float: right;
	margin-top: 1px;
	margin-right: 10px;
}


.x-focus-selector {
	
}

.x-multiselect-footer {
    text-transform:uppercase;
    font-size:.85em;
    font-weight:lighter;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color:#7d7d7d;
}

.x-navpane-infocontainer {
    /*float: right;*/
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 38px;
    vertical-align: middle;
}

.x-navpane-buttoncontainer {
    float: left;
    line-height: 35px;
    vertical-align: middle;
}

.x-navpane-icon {
    height: 16px;
    width: 16px;
    border: 0;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}

.x-navpane-text {
	margin-left: 4px;
}

.x-navpane-error {
	margin-left: 4px;
	color: red;
}

.x-tlu-header {
	margin-top: 5px;
	margin-bottom: 10px;
}

.x-tlu-searchheader {
    line-height: 1.5em;
}

.x-tlu-searchtitle {
    font-weight: bold;
    font-size:larger;
}

.x-tlu-searchinfo {
    font-size: smaller;
}


.x-container-stretch {
}

.x-stretch {
	
}

.x-col-stretch {
	
}

.x-multiline-html {
	overflow-y:auto;
    display:block;

}


.x-label-center {
	text-align: center;
}




/* ===================================================================  */
/* file upload															*/
/* ===================================================================  */
.x-upload-files {
    overflow-y: auto;
    max-height: 250px;
}

.x-upload {
	background: aliceblue;
	margin-right: 10px;
}

.x-upload > .k-dropzone > .x-center {
    justify-content: center !important;
}


/* ===================================================================  */
/* wsta panel															*/
/* ===================================================================  */

/* Arbeitsbereiche */
.x-wsta-workspace-header {
	background-color: aliceblue ;
	box-shadow: none !important;
	color: black !important;
}

.x-wsta-workspace {
    margin-left: -10px;
    background-image: url("../images/icons/Arbeitsbereiche32.png");
    background-repeat: no-repeat;
    background-position-y: -2px;
    height: 34px;
    line-height: 34px;
}

.x-wsta-workspace-text {
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	margin-left: 35px;
}

/* Arbeitsbereiche  */
.x-ws-group-header {
	background: honeydew;
	box-shadow: none !important;
}

.x-ws-group-header > .k-icon {
    left: 6px;
}

.x-ws-group {
	margin-left: -28px;
	/*background-image: url("../images/icons/Arbeitsbereiche16.png");
	background-repeat: no-repeat;
	background-position-y: 4px;*/
}

.x-ws-group-text {
    font-weight: bolder;
    font-size: 13px;
    color: darkblue;
    vertical-align: middle;
    margin-left: 24px;
    margin-right: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    line-height: 30px;
    cursor: pointer; 
}

.x-ws-ta-group-text {
    font-weight: bolder;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 13px;
    margin-right: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    line-height: 30px;
    cursor: pointer;
}

.x-ws-group-header > .k-icon {
    left: 3px;
}

/* text-styles*/
.x-textstyle-1 > p {
    font-size: 10pt;
    font-family: Arial, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 0px;
    margin-top: 1pt;
}

.x-textstyle-1>h3 {
   font-size: 14pt;
   font-family: Arial, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   margin-bottom:4pt;
   margin-top:2pt;
}

.k-panelbar > .k-item > .k-link {
    padding-left: 2.1em;
}

/* Transaktionen  */
li.k-state-active > span.x-ta-group-header {
    border-bottom: 1px solid lightgray !important;
    color: black !important;
}

li.k-state-active>span.x-ws-ta-group-header {
	border-bottom: 1px solid lightgray !important;
    color: black !important;
}

li.x-panelbar-wsta>span.k-state-selected{
    background-color:#fdeeb3 !important;
    border-color: #F1C43F !important;
    border-width:1pt !important;
    /*border-style:solid !important;
    border-radius:2pt !important;*/

}

li.x-panelbar-nextta > span.k-state-selected {
    background-color: #fdeeb3 !important;
    border-color: #F1C43F !important;
    border-width: 1pt !important;
}

li.k-state-active > span.x-ta-group-header.k-state-selected {
    background-color: #e5f3ff !important;
}

li.k-state-active > span.x-ws-ta-group-header.k-state-selected {
    background-color: #e5f3ff !important;
}

li.k-state-disabled>span.x-wsta-transaction-header {
	color: gray !important;
}

li.x-panelbar-wsta.k-last>span.k-link {
	margin-bottom: 5px;
}

li.x-panelbar-wsta.k-first>span.k-link {
	margin-top: 5px;
}

.x-wsta-transaction-header {
	background: rgb(204, 235, 255);
	box-shadow: none !important;
	color: black !important;
	border-bottom: 0;
}

.x-wsta-transaction {
    margin-left: -10px;
    background-image: url("../images/icons/Transaktionen32.png");
    background-repeat: no-repeat;
    background-position-y: -3px;
    height: 34px;
    line-height: 34px;
}

.x-wsta-transaction-text {
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	margin-left: 35px;
}

.x-ta-group-header {
    background-color: rgb(204, 235, 255);
    box-shadow: none !important;
    color: black;
    border-bottom: 1px solid lightgray !important;
}

.x-ta-group-header > .k-icon {
    left: 3px;
}

.x-ws-ta-group-header {
	background: rgb(204, 235, 255);
	box-shadow: none !important;
	color: black;
	border-bottom: 1px solid lightgray !important;
}

.x-ws-ta-group-header > .k-icon {
    left: 6px;
}

li.k-item > .x-ta-group-header > .x-ws-item {
    margin-left: -21px !important;
}

.x-ws-ta-group {
    margin-left: -15px;
    line-height: 28px;
}

.x-ta-group {
    margin-left: -20px;
    line-height: 28px;
}

.x-ta-group-text {
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	font-size: 13px;
    font-weight:bold;
    cursor: pointer;
}

.x-ta-item {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -22px;
    cursor: pointer;
}

.x-ta-item-img {
    height: 16px;
    width: 16px;
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    float: left;
    cursor: pointer;
}

.x-ta-item-text {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.x-ws-item {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -22px;
    cursor: pointer;
}

.x-ws-item-img {
    height: 16px;
    width: 16px;
    border: 0;
    margin-left: 13px;
    margin-right: 5px;
    margin-top: 4px;
    float: left;
    cursor: pointer;
}

.x-ws-item-text {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.x-form-grid {
	
}

.x-form-grid-disabled {
	
}

.x-form-grid-disabled > div > .x-datepicker-wrapper > .k-state-disabled {
    background-color: white !important;
}

.x-form-grid-disabled > div > .x-datepicker-wrapper > .k-state-disabled > .k-select > .k-icon {
}

.x-form-grid-hidden {
    display: none !important;
}

/* text obove needs to be checked and commented							*/

/* ===================================================================  */
/* notifications														*/
/* ===================================================================  */
.k-notification-interop.k-group {
	background: rgba(0%, 60%, 0%, .7);
	color: #fff;
}

.x-popup-interop {
	width: 170px;
	padding: 0 5px;
}

.x-popup-interop h3 {
	font-size: 1.5em;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

.x-popup-interop img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


/* ===================================================================  */
/* xbs standard form													*/
/* ===================================================================  */
.x-standardform {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 0px;
	position: absolute;
	margin-left: 0px !important;
}

/* ===================================================================  */
/* xbs overview form													*/
/* ===================================================================  */
.x-overviewform {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 0px;
	position: absolute;
	margin-left: 0px !important;
}

/* ===================================================================  */
/* xbs startmeldung form													*/
/* ===================================================================  */
.x-startmeldungform {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 0px;
	position: absolute;
	margin: 10px;
}

.x-startmeldung-3 {
    width: 100% !important;
    margin-top: 5px;
}

.x-startmeldung-4 {
	text-align: center;
	font-size: larger;
	font-weight: bold;
}

.x-startmeldung-5 {
	text-align: center;
	font-size: larger;
	font-weight: bold;
}

.x-startmeldung-6 {
    margin-left: 150px;
    line-height: normal;
}


.x-startmeldung-15 {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	color: darkblue;
}

/* ===================================================================  */
/* xbs select transaction form											*/
/* ===================================================================  */
.x-selecttransactionform {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 0px;
	position: absolute;
	margin-left: 0px !important;
}

.x-sta-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    float:right;
    width:64px;
    height:64px;
}
    .x-sta-icon img {
        max-height: 64px;
        max-width: 64px;
    }




.x-sta-image {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 128px;
    height: 96px;
}

    .x-sta-image img {
        max-height: 96px;
        max-width: 128px;
    }

.x-sta-header1 {
    height: 50px;
}

.x-sta-header1-space-right {
    height: 50px;
    margin-right: 145px;
}

.x-sta-header2 {
    height: 46px;
    margin-top: 6px;
}

.x-sta-header2-space-right {
    height: 46px;
    margin-top: 6px;
    margin-right: 145px;
}

.x-sta-keyinfo {
    margin-top: 10px;
    height: 50px;
    line-height: 18px;
}

.x-searchform {
    top: 10px;
    left: 0px;
    right: 5px;
    bottom: 0px;
    position: absolute;
    margin-left: 0px !important;
}

.x-search-header1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;

}

.x-search-keycontainer {
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    bottom: 5px;
    top: 160px;
    /*overflow-y:scroll;*/
}

.x-search-group-title {
    font-weight: bold;
    color: darkblue;
}

.x-search-line-title {
    line-height: 27px;
    color: darkblue;
}

.x-search-key-title-bold {
    line-height: 27px;
    font-weight: bold;
}

.x-search-key-title {
    line-height: 27px;
}


.x-form-image {
    position: absolute;
    top: 5px;
    right: 5px;
}


.x-err-errorinfo {
	margin-right: 145px;
}

.x-err-detailinfo {
	margin-top: 10px;
}

.x-err-detailinfo code {
	/*font-size: smaller;*/
}

.x-err-hint {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ===================================================================  */
/* xbs input control 													*/
/* ===================================================================  */
.x-textarea-wrapper {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

    .x-textarea-wrapper.x-invalid * {
        background-color: #FFF0F0 !important;
    }

.x-texteditor-wrapper {

}

.x-inline-texteditor-wrapper {

}

.x-textarea {
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.5em;
}
    .x-textarea.x-textarea-font-mono {
        font-family: monospace;
    }

textarea.k-textbox {
    padding: 3px;
    padding-left: 11px;
}

.x-textarea:disabled {
    opacity: 0.5 !important;
    border-color: #bfbfbf !important;
}

.x-textarea-wrapper.k-state-disabled > .x-textarea {
    background-color: #efefef70 !important;
    color: #000 !important;
}

.x-customcontrol-wrapper > div > span.x-textarea-wrapper.k-state-disabled > .x-textarea {
    background-color: #fff !important;
}

.x-texteditor-body {
    font-size: 12px;
    font-family: Verdana,Geneva,sans-serif;
    color: #000;
}

.x-texteditor-body p {
    margin: 0 !important;
}

.x-texteditor-toolbarwindow {
    padding: 4px 6px;
}


/* ===================================================================  */
/* xbs panel control   													*/
/* ===================================================================  */
.x-panel {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dbdbde;
    /* 
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
 */
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dbdbde;
    border-bottom-left-radius: 4px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dbdbde;
    border-bottom-right-radius: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dbdbde;
}

.x-panel-header {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding-left: 5px;
    background: aliceblue;
    border-bottom-style: solid;
    border-bottom-color: #dbdbde;
    border-bottom-width: 1px;
}

.x-panel-separator {
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    height: 22px;
    width: 4px;
    border-right: 1px solid lightgray;
    vertical-align: middle;
}

.x-panel-caption {
	float: left;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 290px;
}

.x-panel-label {
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	margin-right: 2px;
	white-space: nowrap;
}

.x-panel-textblock {
	color: cornflowerblue;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	margin-right: 2px;
	white-space: nowrap;
}

.x-panel-textblock-bold {
	color: cornflowerblue;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	margin-right: 2px;
	white-space: nowrap;
	font-weight: bold;
}


.x-panel-buttonbar {
	float: right;
	margin-right: 5px;
}

.x-panel-button {
    background: 0;
    height: 22px;
    width: 22px;
    padding: 0 !important;
}

.x-panel-button:disabled {
	opacity: 0.2 !important;
	cursor: default !important;
}

.x-panel-content {
	/* 	background: -webkit-linear-gradient(honeydew, white) !important;
	background: -o-linear-gradient(honeydew, white) !important;
	background: -moz-linear-gradient(honeydew, white) !important;
	background: linear-gradient(honeydew, white) !important;
 */
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.x-panel-content-disabled {
	opacity: 0.5;
}

/* ===================================================================  */
/* xbs expander control 												*/
/* ===================================================================  */
.x-exp {
	
}

.x-exp-container {
	
}

.x-exp-icon {
	
}

.x-exp-expanded {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.x-exp-header {
	width: 100% !important;
}

.x-exp-header-button {
    line-height: 2em !important;
    width: 100% !important;
    padding: 1px;
}

.x-exp-content {
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbde;
	border-bottom-left-radius: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbde;
	border-bottom-right-radius: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbde;
}

.x-exp-ctxbutton {
    height: 22px;
    width: 22px;
    padding: 0 !important;
    border: 0;
    background: 0;

}

.x-exp-overview {
	margin-top: 5px;
}

.x-exp-btn-overview {
	background: -webkit-linear-gradient(honeydew, white) !important;
	background: -o-linear-gradient(honeydew, white) !important;
	background: -moz-linear-gradient(honeydew, white) !important;
	background: linear-gradient(honeydew, white) !important;
}


.x-exp-item {
	float: left;
	margin-left: 0.3em;
	/* background: orange; */
}

.x-exp-item-caption {
	float: left;
	margin-left: 0.3em;
	font-weight: bold;
}

.x-exp-item-hint {
	float: left;
	margin-left: 0.3em;
	font-style: italic;
}

.x-exp-item22 {
	width: 22px;
}

.x-exp-item-right {
	float: right;
	width: 20px;
	margin-left: 0.3em;
}

/* ===================================================================  */
/* xbs button					 										*/
/* ===================================================================  */
.x-button {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    margin: 0px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 27px;
}

.x-button-icononly {
    padding-left:4px;
}

/*.x-button:hover:enabled {
    background-color:#fdeeb3;
    border-color: #F1C43F;
}*/

.x-button:disabled {
	opacity: 0.5 !important;
	cursor: default !important;
}

.x-button:disabled>.x-sprite {
	cursor: default !important;
}

.x-button > .x-sprite {
    margin-bottom: 0px;
}
.x-button > .x-i-lookup {
    margin-bottom: 4px;
}
.x-button > .k-i-success {
    margin-bottom: 2px;
}
.x-button > .k-i-error {
    margin-bottom: 2px;
}

.x-buttonlabel-center {
    text-align: center !important;
}

.x-buttonbarbutton {
    float: left;
    line-height: 18px;
    margin: 5px;
    text-align: center;
    min-width: 100px;
    justify-content: center !important;
}

/*.x-buttonbarbutton:hover:enabled {
    background-color:#fdeeb3;
    border-color: #F1C43F;
}*/

.x-buttonbarbutton:disabled {
	opacity: 0.5 !important;
	cursor: default !important;
    background-color:transparent !important;
    border-color: transparent !important;
}

.x-buttonbarbutton:disabled > .x-sprite {
    opacity: 0.5 !important;
	cursor: default !important;
}

.x-buttonbarbutton > .x-sprite {
    margin-bottom: 0px;
}

.x-button.k-state-disabled {
    color: #000;
}

    .x-button.k-state-disabled > .k-icon {
        opacity: 1;
    }

.x-sprite {
    cursor: pointer;
    /*margin-top: -2px;*/
    margin-right: 5px !important;
    margin-left: 0px !important;
    opacity: 1;
}

.x-icon {
	cursor: pointer;
	margin-top: -5px;
	margin-right: 5px;
}

/* ===================================================================  */
/* x iframe						 										*/
/* ===================================================================  */
.x-iframe {
	width: 100%;
	display: block;
	border: 0px solid gray;
}

/* ===================================================================  */
/* xbs datagrid td classes       										*/
/* ===================================================================  */

.x-tdc-num {
    text-align: right;
    padding-right: 24px !important;
}

.x-tdc-num2 {
    text-align: right;
    padding-right: 24px !important;
}
.x-tdc-checkbox {
}
.x-tdc-dmy {
}
.x-tdc-status {
}
.x-tdc-char {
}

/* reset everything to the default box model */
*, :before, :after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.form-control, .container, .container-fluid, .row, .col-xs-1, .col-sm-1,
	.col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
	.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4,
	.col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
	.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7,
	.col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
	.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10,
	.col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
	.col-xs-12, .col-sm-12, .col-md-12, .r-col, .grid-4, .grid-12,
	.x-formcontrol {
	/*
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    */
	
}


.r-section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */
.r-group:before, .r-group:after {
	content: "";
	display: table;
}

.r-group:after {
	clear: both;
}

.r-group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
.r-col {
	display: block;
	float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0.3em;
}

.r-col:first-child {
	margin-left: 0;
} /* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
/*@media only screen and (max-width: 550px) {
	.r-col {
		margin: 0px;
	}

	.r-span_2_of_2 {
		width: 100%;
	}
	.r-span_1_of_2 {
		width: 49.2%;
	}

	@media only screen and (max-width: 550px) {
		.r-span_2_of_2 {
			width: 100%;
		}
		.r-span_1_of_2 {
			width: 100%;
		}
	}
}*/



#feauflagenselect-list .k-item > span {
        
}
#feauflagenselect-list .k-item {
    
}

#feauflagenselect-list h5 {
    font-size: .2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

.x-content-nice-align-right {
    float: right;
    width: 10em;
    padding-right: 1.5em;
}

.x-content-vertical-align-baseline {
    display: flex !important;
    align-items: baseline !important;
}

.x-content-vertical-align-center {
    display: flex !important;
    align-items: center !important;
}
    .x-horizontal-center {
        justify-content: center;
    }


.x-position-rt {
    position: absolute;
    top: 0;
    right: 0;
}