/*! jQuery UI - v1.11.4 - 2015-06-25
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Microsoft%20Sans%20Serif%2C%20Lucida%20Grande&fwDefault=normal&fsDefault=&cornerRadius=0px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=0&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23ffffff&bgTextureDefault=glass&bgImgOpacityDefault=0&borderColorDefault=%23a0a0a0&fcDefault=%23000000&iconColorDefault=%23000000&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=0&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23212121&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=0&borderColorActive=%23212121&fcActive=%23212121&iconColorActive=%23212121&bgColorHighlight=%23dadada&bgTextureHighlight=glass&bgImgOpacityHighlight=0&borderColorHighlight=%23212121&fcHighlight=%23212121&iconColorHighlight=%23212121&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=0&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Microsoft Sans Serif, Arial, Lucida Grande;
	font-size: ;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Microsoft Sans Serif, Arial, Lucida Grande;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("jquery_ui/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("jquery_ui/images/ui-bg_highlight-soft_0_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #a0a0a0;
	background: #ffffff url("jquery_ui/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("jquery_ui/images/ui-bg_glass_0_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #212121;
	background: #ffffff url("jquery_ui/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #212121;
	background: #dadada url("jquery_ui/images/ui-bg_glass_0_dadada_1x400.png") 50% 50% repeat-x;
	color: #212121;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #212121;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("jquery_ui/images/ui-bg_glass_0_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("jquery_ui/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("jquery_ui/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("jquery_ui/images/ui-icons_000000_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("jquery_ui/images/ui-icons_212121_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("jquery_ui/images/ui-icons_212121_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("jquery_ui/images/ui-icons_212121_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("jquery_ui/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("jquery_ui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("jquery_ui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}



.minicolors {
    position: relative;
}

.minicolors-sprite {
    background-image: url(data:image/png;base64,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);
}

.minicolors-no-data-uris .minicolors-sprite {
    background-image: url(jquery.minicolors.png);
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0;
    border: solid 1px #ccc;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
    cursor: default;
}

/* Panel */
.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: white;
    border: solid 1px #CCC;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 99999;
    box-sizing: content-box;
    display: none;
}

.minicolors-panel.minicolors-with-swatches {
	height: 182px;
}

.minicolors-panel.minicolors-visible {
    display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background-position: -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background-position: -270px 0;
    background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: white;
    background-position: 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px black;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}

.minicolors-grid .minicolors-picker > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px white;
    box-sizing: content-box;
}

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: white;
    border: solid 1px black;
    margin-top: -2px;
    box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,.minicolors-swatches li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 157px;
	left: 5px;
}

.minicolors-swatches .minicolors-swatch {
	position: relative;
	float: left;
	cursor: pointer;
	margin:0 4px 0 0;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
	margin-right:7px;
}

.minicolors-swatch.selected {
	border-color:#000;
}

/* Inline controls */
.minicolors-inline {
    display: inline-block;
}

.minicolors-inline .minicolors-input {
    display: none !important;
}

.minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
    top: 0px;
    left: 0px;
    width: 54px;
    height: 43px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}
.minicolors-theme-default .minicolors-swatches {
	height: 20px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px;
}
.minicolors-theme-default.minicolors {
    display: inline-block;
	width: 56px;
	height: 45px;
	border: solid 1px #a0a0a0;
	vertical-align: middle;
}
.minicolors-theme-default .minicolors-input {
    height: 20px;
    width: auto;
    display: inline-block;
    padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 26px;
    padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
    border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
    float: none;
    padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
    top: 4px;
    left: 4px;
    width: 37px;
    height: 37px;
    border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
    width: 24px;
    height: 24px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
    top: 0;
    left: 0;
    padding: 18px;
}
.minicolors-theme-semanticui input {
    text-indent: 30px;
}



/*!
 * jqGrid 4.13.6 - free jqGrid: https://github.com/free-jqgrid/jqGrid 
 * Date: 2016-12-24
 */

/* Grid */
.ui-jqgrid {
	position: relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-jqgrid div {
	line-height: normal;
}
.ui-jqgrid table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	border-style: none;
}
.ui-jqgrid table td {
	padding: 0;
}
.ui-jqgrid > .ui-jqgrid-view {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	top: 0;
	padding: 0;
	font-size: 11px;
}
.ui-jqgrid > .ui-jqgrid-view *,
.ui-jqgrid > .ui-jqgrid-view *:before,
.ui-jqgrid > .ui-jqgrid-view *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Caption of grid and title of ui-jqdialog */
.ui-jqgrid .ui-jqgrid-titlebar,
.ui-jqgrid .ui-jqgrid-errorbar,
.ui-jqdialog .ui-jqdialog-titlebar {
	padding: .3em .3em .3em .3em;
	position: relative;
	font-size: 12px;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
}
.ui-jqgrid-errorbar {
	max-height: 100px;
	margin-bottom: 0;
	overflow: auto;
}
.ui-jqgrid .ui-jqgrid-caption,
.ui-jqgrid .ui-jqgrid-errorbar-ltr {
	text-align: left;
}
.ui-jqgrid .ui-jqgrid-caption-rtl,
.ui-jqgrid .ui-jqgrid-errorbar-rtl {
	text-align: right;
}
/* Close/Hide button */
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 50%;
	width: 1.4em;
	line-height: 1.5em;
	font-size: 12px;
	margin: -0.7em 0 0 0;
	padding: .2em;
	border: 1px solid transparent;
	height: 1.4em;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui-jqgrid-jquery-ui .ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
	margin: -8px 0 0 0;
}
.ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-titlebar-close {
	right: .1em;
}
.ui-jqgrid .ui-jqgrid-caption-rtl .ui-jqgrid-titlebar-close {
	left: .1em;
}
.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-titlebar-close {
	right: .3em;
}
.ui-jqdialog .ui-jqdialog-titlebar-rtl .ui-jqdialog-titlebar-close {
	left: .3em;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
	-ms-border-radius: .5em;
	border-radius: .5em;
}

.ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-title,
.ui-jqgrid .ui-jqgrid-errorbar-ltr .ui-jqgrid-error,
.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-title {
	position: relative;
	left: .1em;
}
.ui-jqgrid .ui-jqgrid-caption-rtl .ui-jqgrid-title,
.ui-jqgrid .ui-jqgrid-errorbar-rtl .ui-jqgrid-error,
.ui-jqdialog .ui-jqdialog-titlebar-rtl .ui-jqdialog-title {
	position: relative;
	right: .1em;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span {
	margin-top: 0;
	margin-left: 0;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close span {
	display: block;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span.ui-icon,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close span.ui-icon {
	position: relative;
	top: -2px;
}
.ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-titlebar-close span.ui-icon,
.ui-jqdialog-titlebar-ltr .ui-jqdialog-titlebar-close span.ui-icon {
	right: 3px;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.ui-icon {
	margin-top: -1px;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.fa,
.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
	/*  the values below are based on the difference between the
		font-size of fa-icon and the font size of the parent element */
	font-size: 14px;
	margin-top: -2px;
}
.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.fa {
	margin-left: -1px;
}
.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
	margin-left: -2px;
}
.ui-jqdialog-titlebar .ui-jqdialog-titlebar-close > span {
	margin-top: -1px;
}
.ui-jqdialog-titlebar .ui-jqdialog-titlebar-close > span.glyphicon {
	margin-top: -.05em;
	margin-left: -.05em;
}

/* Resizer */
.ui-jqdialog .ui-resizable-handle {
	right: -3px;
	bottom: -3px;
}
.ui-jqdialog .ui-resizable-handle.fa {
	bottom: 1px;
	right: -2px;
}
.ui-jqdialog .ui-resizable-handle.glyphicon {
	right: -2px;
	bottom: -3.8px;
}

/* Header */
.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-hdiv {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
	height: auto;
}
.ui-jqgrid .ui-jqgrid-hbox {
	float: left;
	padding-right: 20px;
}
.ui-jqgrid .ui-jqgrid-htable {
	table-layout: fixed;
	margin: 0;
}
.ui-jqgrid .ui-jqgrid-htable th {
	height: auto;
	padding: 0 2px 0 2px;
}
.ui-jqgrid .ui-jqgrid-htable th.jqgh_cbox {
	padding: 0;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th div {
	overflow: hidden;
	position: relative;
	height: auto;
	margin: 2px 2px;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels > th.jqgh_cbox {
	vertical-align: middle;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels .jqgh_cbox > div {
	text-align: center;
	vertical-align: baseline;
	margin: 0;
}
.ui-jqgrid-labels .ui-th-column-header,
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column,
.ui-jqgrid .ui-jqgrid-legacy-subgrid .ui-th-subgrid {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
	border-top: 0 none;
	border-bottom: 0 none;
}
.ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
	border-left: 0 none;
}
.ui-th-rtl,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
	border-right: 0 none;
}
.ui-first-th-ltr {
	border-right: 1px solid;
}
.ui-first-th-rtl {
	border-left: 1px solid;
}
.ui-jqgrid .ui-th-div-ie {
	white-space: nowrap;
	zoom: 1;
	height: 17px;
}
.ui-jqgrid .ui-th-column > .jqgh_cbox {
	margin: 3px 0;
}
.ui-jqgrid .ui-th-column .cbox {
	margin: .1em;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-th-column .cbox {
	height: 18px;
	width: 18px;
}
.ui-jqgrid .ui-th-column .ui-th-div-ie > .cbox {
	margin-left: -1px;
	margin-right: -1px;
}
.ui-jqgrid .ui-jqgrid-labels > .ui-th-column > .ui-jqgrid-resize {
	height: 22px;
	width: .3em;
	position: relative;
	cursor: col-resize;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
	display: inline;
	overflow: hidden;
}

.ui-jqgrid .ui-grid-ico-sort {
	overflow: hidden;
	position: absolute;
	display: inline;
}
.ui-grid-ico-sort {
	/* use pointer cursor over all visible icons. It can be important if
		viewsortcols: [true, "vertical", false] or viewsortcols: [true, "horizontal", false]
		mode are used. The viewsortcols[2] element means that sorting are made only on clicking
		on the sorting icon. So the class ui-jqgrid-sortable will be not added to the div of
		the column header. It informs the user that clicking on the text of the column header
		will do nothing. One still need to have the cursor over the icon which inform about sorting.
	*/
	cursor: pointer;
}
.ui-state-disabled.ui-grid-ico-sort {
	cursor: pointer !important; /* to overwrite .ui-state-disabled { cursor: default !important; } from jQuery UI */
}
.ui-jqgrid .s-ico {
	position: relative;
	width: .87em;
	height: 1.125em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .1em
}
.ui-jqgrid .s-ico > .ui-grid-ico-sort {
	display: block;
	position: relative;
}
.ui-jqgrid .s-ico > .ui-grid-ico-sort.ui-icon {
	width: 12px;
	margin-top: 0px;
}
.ui-jqgrid .s-ico > .ui-icon-asc.ui-icon {
	top: -6px;
}
.ui-jqgrid .s-ico > .ui-icon-desc.ui-icon {
	top: -16px;
}
.ui-jqgrid .s-ico > .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-jqgrid .s-ico > .ui-icon.ui-sort-ltr {
	margin-left: -3px;
}
.ui-jqgrid .s-ico > .ui-icon.ui-sort-rtl {
	margin-right: 0;
}

.ui-jqgrid .ui-th-column > div {
	cursor: default;
}
.ui-jqgrid .ui-th-column > div.ui-jqgrid-sortable {
	cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar {
	border-top-width: 1px;
	border-top-style: solid;
}
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column {
	border-top-width: 1px;
	border-top-style: solid;
}
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar input {
	margin: 1px 0 0 0;
}
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar select {
	margin: 1px 0 0 0;
}

/* Grig body */ 
.ui-jqgrid .ui-jqgrid-bdiv {
	min-height: 1px;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: left;
}
.ui-jqgrid .ui-jqgrid-btable {
	table-layout: fixed;
	margin: 0;
	outline-style: none;
	height: 1px;
}
.ui-jqgrid tr.jqgrow,
.ui-jqgrid tr.jqgroup {
	outline-style: none;
}
.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid tr.jqgroup > td,
.ui-jqgrid tr.jqfoot > td,
.ui-jqgrid tr.ui-subgrid > td,
.ui-jqgrid tr.ui-subtblcell > td {
	overflow: hidden;
	white-space: pre;
	vertical-align: middle;
	text-align: center;
	height: 22px;
	border-top: 0 none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgroup > td,
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqfoot > td,
.ui-jqgrid-jquery-ui.ui-jqgrid tr.ui-subgrid > td {
	border-bottom-color: inherit;
}
.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid tr.jqgroup > td,
.ui-jqgrid tr.jqfoot > td {
	padding: 0 4px 0 2px;
}
.ui-jqgrid tr.ui-subgrid > td {
	padding: 0;
}
.ui-jqgrid tr.jqgfirstrow > td {
	padding: 0 2px 0 2px;
	border-top: 0 none;
	border-left: 0 none;
	height: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom: 0 none;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgfirstrow > td {
	border-right-color: inherit;
}
.ui-jqgrid tr.jqgfirstrow > td.td_cbox {
	padding: 0;
}
.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid tr.jqgroup > td,
.ui-jqgrid tr.jqfoot > td {
	font-weight: normal;
}
.ui-jqgrid tr.jqfoot > td {
	font-weight: bold;
}
.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
	text-align: left;
	border-left-width: 0;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
	border-color: inherit;
}
.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-rtl > td {
	text-align: right;
	border-right-width: 0;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-rtl > td {
	border-color: inherit;
}
.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
	padding: 0 2px 0 2px;
	margin: 0;
	border-width: 0;
	border-style: none;
}
.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
	border-bottom-color: inherit;
}
.ui-jqgrid .jqgrow > td.td_cbox {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid .jqgrow > td.ui-sgcollapsed {
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid tr.jqgrow > td.td_cbox {
	padding: 0;
}
.ui-jqgrid .jqgrow > td > .cbox {
	height: 14px;
	width: 14px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid > .ui-jqgrid-resize-mark,
body > .ui-jqgrid-resize-mark {
	width: 0;
	left: 0;
	cursor: col-resize;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
	position: absolute;
	top: 0;
	overflow: hidden;
	display: none;
	border-left-width: 1px;
	border-right-width: 1px;
	z-index: 99999;
}

span.ui-jqgrid-cell-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

/* Footer */
.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-sdiv {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
}
.ui-jqgrid .ui-jqgrid-ftable {
	table-layout: fixed;
	margin-bottom: 0;
}
.ui-jqgrid tr.footrow td {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	height: 21px;
	padding: 0 2px 0 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow td {
	border-top-color: inherit;
	border-bottom-color: inherit;
}
.ui-jqgrid tr.footrow-ltr td {
	text-align: left;
	border-left-width: 0;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow-ltr td {
	border-color: inherit;
}
.ui-jqgrid tr.footrow-rtl td {
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: none;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow-rtl td {
	border-color: inherit;
}

/* Pager */
.ui-jqgrid > .ui-jqgrid-pager {
	border: 0 none;
	margin: 0;
	padding: 0;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	min-height: 22px;
	overflow: hidden;
	font-size: 11px;
}
.ui-jqgrid > .ui-jqgrid-pager *,
.ui-jqgrid > .ui-jqgrid-pager *:before,
.ui-jqgrid > .ui-jqgrid-pager *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
	position: relative;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
}
.ui-jqgrid .ui-pg-table {
	position: relative;
	padding: 0;
	width: auto;
	margin: 0;
}
.jqgrow .ui-jqgrid-actions {
	background: inherit;
	border-style: none;
}
.ui-jqgrid .ui-pg-button:not(.ui-state-hover),
.jqgrow .ui-jqgrid-actions .ui-pg-div:not(.ui-state-hover) {
	border: 1px solid transparent;
}
.ui-pager-control .ui-pg-table {
	border-color: inherit;
}
.ui-jqgrid .ui-pg-button:hover,
.ui-jqgrid .ui-pg-button.ui-state-hover,
.ui-jqgrid .ui-pg-button:focus,
.jqgrow .ui-jqgrid-actions .ui-pg-div:hover,
.jqgrow .ui-jqgrid-actions .ui-pg-div.ui-state-hover,
.jqgrow .ui-jqgrid-actions .ui-pg-div:focus {
	border-style: solid;
	border-color: inherit;
}
.ui-jqgrid .ui-pg-table td {
	font-weight: normal;
	vertical-align: middle;
	padding: 1px;
}
.ui-jqgrid .ui-pager-control .ui-pg-button {
	display: inline-block;
	height: auto;
}
.ui-jqgrid .ui-pg-button span {
	display: block;
	margin: 1px;
	float: left;
}
.ui-jqgrid .ui-pg-table .ui-pg-input,
.ui-jqgrid .ui-pg-table .ui-pg-selbox {
	height: auto;
	width: auto;
	margin: 0;
	line-height: inherit;
}
.ui-jqgrid .ui-pg-table .ui-pg-selbox {
	display: block;
	padding: 1px;
}
.ui-jqgrid .ui-separator {
	height: 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: -1px;
	float: right;
}
.ui-jqgrid .ui-paging-info {
	font-weight: normal;
	height: auto;
	margin: 0 .2em 0 .2em;
	display: inline;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
	padding: 1px 0;
	float: left;
	position: relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
	cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
	float: left;
	margin: 0 2px;
}
.ui-jqgrid td input,
.ui-jqgrid td select,
.ui-jqgrid td textarea {
	margin: 0;
}
.ui-jqgrid td textarea {
	width: auto;
	height: auto;
}
.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-toppager {
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
	min-height: 22px;
	overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
	padding: 1px 0;
	float: left;
	position: relative;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
	cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
	float: left;
	margin: 0 2px;
}

/* Navigator buttons */
.ui-jqgrid .ui-pg-table .ui-pg-button {
	margin: 2px;
	vertical-align: middle;
}
.ui-jqgrid .navtable .ui-pg-div span.ui-pg-button-text,
.ui-jqgrid .navtable .ui-pg-div span.ui-pg-button-text {
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.ui-jqgrid .ui-pg-div {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.ui-jqgrid .navtable .ui-pg-div > span.ui-pg-button-icon-over-text {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* Subgrid */
.ui-jqgrid .ui-jqgrid-btable .jqgrow > .ui-sgcollapsed {
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
	display: inline-block;
}
.ui-jqgrid .ui-subgrid {
	margin: 0;
	padding: 0;
	width: 100%;
}
.sgbutton {
	cursor: pointer;
}
.ui-jqgrid .ui-subgrid table {
	table-layout: fixed;
}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
	height: 18px;
	border-top: 0 none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
	border-bottom-color: inherit;
}
.ui-jqgrid .ui-th-subgrid {
	height: 20px;
}
.ui-jqgrid .ui-row-ltr.ui-subgrid > .subgrid-cell > span {
	float: right;
}
.ui-jqgrid .ui-row-rtl.ui-subgrid > .subgrid-cell > span {
	float: left;
}

/* Loading */
.ui-jqgrid > .loading {
	position: absolute;
	top: 45%;
	left: 45%;
	width: auto;
	z-index: 101;
	padding: 6px;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	display: none;
	border-width: 2px;
	font-size: 11px;
}
.ui-jqgrid .jqgrid-overlay {
	display: none;
	z-index: 100;
}
* .jqgrid-overlay iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Toolbar */
.ui-jqgrid > .ui-jqgrid-view > .ui-userdata {
	border-left: 0 none;
	border-right: 0 none;
	height: 21px;
	overflow: hidden;
}

/* Modal Window */
.ui-jqgrid .ui-jqdialog {
	font-size: 11px;
}
.ui-jqdialog {
	display: none;
	width: 300px;
	position: absolute;
	font-size: 11px;
	overflow: visible;
}
.ui-jqdialog.ui-jqgrid-jquery-ui {
	padding: .2em;
}
.ui-jqgrid-bootstrap.modal {
	right: auto;
	left: auto;
}
.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
	border: 0;
	padding: .3em .2em;
	background: none;
	height: auto;
}
.ui-jqdialog .ui-jqconfirm {
	padding: .4em 1em;
	border-width: 3px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	overflow: visible;
	display: none;
	height: 80px;
	width: 220px;
	text-align: center;
}
.ui-jqgrid > .ui-resizable-se,
.ui-jqdialog > .ui-resizable-se {
	bottom: -3px;
	right: -3px;
}

/* Form edit */
.ui-jqdialog-content .FormGrid {
	margin: 0;
}
.ui-jqdialog-content .EditTable {
	width: 100%;
	margin-bottom: 0;
}
.ui-jqdialog-content .DelTable {
	width: 100%;
	margin-bottom: 0;
}
.EditTable td input,
.EditTable td select,
.EditTable td textarea {
	margin: 0;
}
.EditTable td textarea {
	width: auto;
	height: auto;
}
.ui-jqdialog-content td.EditButton {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	padding: 5px 0;
}
.ui-jqdialog-content td.EditButton-ltr {
	text-align: right;
}
.ui-jqdialog-content td.EditButton-rtl {
	text-align: left;
}
.ui-jqdialog-content td.navButton {
	text-align: left;
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
	padding: 5px 0;
}
.ui-jqdialog-content td.navButton-ltr {
	text-align: left;
}
.ui-jqdialog-content td.navButton-ltr > .fm-button {
	float: left;
}
.ui-jqdialog-content td.navButton-rtl {
	text-align: right;
}
.ui-jqdialog-content td.navButton-rtl > .fm-button {
	float: right;
}
.ui-jqdialog-content .FormElement {
	width: 100%;
	box-sizing: border-box;
}
.ui-jqdialog-content input.FormElement,
.ui-jqdialog-content select.FormElement {
	padding: .3em;
}
.ui-jqdialog-content .data-line {
	padding-top: .1em;
	border: 0 none;
}
.ui-jqdialog-content .CaptionTD {
	vertical-align: middle;
	border: 0 none;
	padding: 2px;
	white-space: nowrap;
}
.ui-jqdialog-content .DataTD {
	padding: 2px;
	border-width: 0;
	border-style: none;
	vertical-align: top;
}
/*.ui-jqdialog-content .form-view-data {
	white-space: pre;
}*/
.ui-jqgrid-jquery-ui.ui-jqdialog .form-view-data > span {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	display: block;
	padding: .2em;
}
.ui-jqgrid-jquery-ui.ui-jqdialog .form-view-label > label {
	font-weight: bold;
}
.ui-jqgrid-bootstrap.ui-jqdialog .ui-jqdialog-content .form-view-data > span {
	height: 100%;
	width: auto;
}
.ui-jqdialog .fm-button {
	display: inline-block;
	padding: .4em .5em;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}
.ui-jqdialog .fm-button > span {
	display: inline-block;
	vertical-align: middle;
}
.ui-jqdialog .fm-button .fm-button-text {
	padding: 0 .2em;
}
.ui-jqdialog .EditButton-ltr .fm-button-icon-left .fm-button-icon {
	margin-right: .2em;
}
.ui-jqdialog .EditButton-ltr .fm-button-icon-right .fm-button-icon {
	margin-left: .2em;
}
.ui-jqdialog .EditButton-rtl .fm-button-icon-right .fm-button-icon {
	margin-right: .2em;
}
.ui-jqdialog .EditButton-rtl .fm-button-icon-left .fm-button-icon {
	margin-left: .2em;
}
.delmsg {
	padding: .5em;
}

.ui-jqgrid .selected-row,
.ui-jqgrid .selected-row td {
	font-style: normal;
	border-left: 0 none;
}

/* Inline edit actions button */
.ui-jqgrid .jqgrow .ui-jqgrid-actions {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.jqgrow .ui-jqgrid-actions .ui-pg-div {
	cursor: pointer;
	float: left;
	margin: 0 1px;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
.ui-jqgrid .treeclick {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-bdiv .jqgroup .tree-wrap {
	text-align: center;
	padding-left: .1em;
}
.ui-jqgrid .ui-jqgrid-bdiv .jqgroup .tree-wrap.glyphicon {
	margin-top: -.18em;
}

/* Modal dialog */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ui-jqgrid-dnd tr td {
	border-right-width: 1px;
	border-right-color: inherit;
	border-right-style: solid;
	height: 20px;
}

/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {
	text-align: right;
}
.ui-jqgrid .ui-jqgrid-hbox-rtl {
	float: right;
	padding-left: 20px;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
	float: right;
	margin: -2px -2px -2px 0;
}
.ui-jqgrid .ui-jqgrid-resize-rtl {
	float: left;
	margin: -2px 0 -1px -3px;
}
.ui-jqgrid .ui-sort-rtl {
	left: 0;
}
.ui-jqgrid .cell-wrapperleaf,
.ui-jqgrid .cell-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.ui-jqgrid .ui-ellipsis {
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/* Toolbar Search Menu */
.ui-search-menu {
	position: absolute;
	padding: .2em;
}
.ui-search-menu.ui-menu .ui-menu-item {
	list-style-image: none;
	padding-right: 0;
	padding-left: 0;
}
.ui-search-menu.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
}
.ui-search-toolbar > .ui-th-column > div {
	position: relative;
	height: auto;
	overflow: hidden;
}
.ui-search-toolbar .ui-search-table {
	padding: 0;
	border: 0 none;
	height: 20px;
	width: 100%;
}
.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
	padding: 0 .1em;
}
.ui-search-toolbar .ui-search-table .ui-search-oper {
	width: 20px;
	text-align: center;
}
.ui-search-toolbar .ui-th-column .ui-search-table .ui-search-input {
	padding: 0 .1em;
}
.ui-search-input input[type=text] {
	width: 100%;
}
a.g-menu-item,
a.soptclass,
a.clearsearchclass {
	text-decoration: none;
	cursor: pointer;
}
.ui-search-menu .ui-menu-item .g-menu-item {
	padding: .2em;
}
.ui-menu-jqueryui .ui-menu-item .g-menu-item:not(.ui-state-hover) {
	border: 1px solid transparent;
}
.ui-menu-jqueryui .ui-menu-item .g-menu-item:hover {
	font-weight: normal;
}
 
.ui-search-oper {
	padding: 0;
}
.ui-search-clear {
	text-align: center;
	padding: 0;
}
.ui-search-oper .soptclass,
.ui-search-clear .clearsearchclass {
	padding: .1em;
	line-height: 1em;
}
.ui-jqgrid-jquery-ui .ui-search-oper .soptclass:not(.ui-state-hover),
.ui-jqgrid-jquery-ui .ui-search-clear .clearsearchclass:not(.ui-state-hover) {
	border: 1px solid transparent;
}
.ui-search-clear .clearsearchclass span {
	position: relative;
}
.ui-search-input { text-align: center; }
.ui-jqgrid .ui-search-table .ui-search-input > input[type=text],
.ui-jqgrid .ui-search-table .ui-search-input > select {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ui-jqgrid > .ui-jqgrid-view input,
.ui-jqgrid > .ui-jqgrid-view select,
.ui-jqgrid > .ui-jqgrid-view textarea,
.ui-jqgrid > .ui-jqgrid-view button {
	font-size: 14px;
}

.ui-jqgrid .s-ico > .ui-grid-ico-sort.glyphicon {
	font-size: 10px;
}
.ui-jqgrid .s-ico > .ui-icon-asc.glyphicon {
	margin-top: -.23em;
}
.ui-jqgrid .s-ico > .ui-icon-desc.glyphicon {
	margin-top: -.34em;
}
/* Support of Font Awesome */
.ui-jqgrid .s-ico > .ui-grid-ico-sort.fa {
	width: .63em;
}
.ui-jqgrid .s-ico > .ui-icon-asc.fa {
	line-height: .81em;
	top: 0.07em;
}
.ui-jqgrid .s-ico > .ui-icon-desc.fa {
	line-height: .81em;
	top: -.81em;
}
.ui-jqgrid .s-ico > .ui-icon-asc.fa.ui-sort-ltr,
.ui-jqgrid .s-ico > .ui-icon-desc.fa.ui-sort-ltr {
	left: 0;
}
.ui-jqgrid .s-ico > .ui-icon-asc.fa.ui-sort-rtl,
.ui-jqgrid .s-ico > .ui-icon-desc.fa.ui-sort-rtl {
	right: 0;
}
.ui-jqgrid .s-ico > .ui-state-disabled.fa {
	padding: 0;
}
.jqgrow .ui-pg-div > span.fa {
	font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
	background: none;
	border: 0 none;
}
.ui-subgrid > .subgrid-cell span.fa {
	font-weight: normal;
	font-size: 12px;
	text-indent: 0;
	background: none;
	border: 0 none;
	margin-bottom: 4px;
}
.jqgrow > .ui-sgcollapsed span.fa {
	font-weight: normal;
	font-size: 12px;
	text-indent: 0;
	background: none;
	border: 0 none;
	margin: 0;
}
.ui-jqgrid .ui-resizable-se.fa {
	-webkit-filter: alpha(opacity=40);
	-moz-filter: alpha(opacity=40);
	-o-filter: alpha(opacity=40);
	filter: alpha(opacity=40);
	-ms-opacity: 0.4;
	opacity: 0.4;
	background: none;
	border-style: none;
	right: -3px;
	font-weight: normal;
}

.ui-jqgrid-ltr .ui-resizable-se.fa {
	right: -3px;
	bottom: 0;
}
.ui-jqgrid-rtl .ui-resizable-se.fa {
	left: 0;
	bottom: 1px;
}

/* Classes for jquery.contextmenu-ui.js plugin we included here */
.jqContextMenu .ui-menu .ui-menu-item a.ui-state-hover {
	font-weight: normal;
	margin: -1px;
}
.jqContextMenu .ui-menu .ui-menu-item.ui-state-hover {
	font-weight: normal;
	margin: -1px;
}
.jqContextMenu .ui-menu-icons > .ui-menu-item {
	font-size: 11px;
}
/* Classes for jQuery.jqGrid.showHideColumnMenu.js plugin */
.ui-jqgrid-showHideColumnMenu .ui-menu-item:hover {
	font-weight: normal;
}
.ui-jqgrid-disablePointerEvents {
	pointer-events: none;
}

/* Bootstrap style support */
.ui-jqgrid.ui-jqgrid-bootstrap {
	border: 1px solid #ddd;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-jqgrid-toppager {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-userdata {
	background-color: #f0f0f0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-hdiv,
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-legacy-subgrid > thead {
	background-color: #e5e5e5;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-jqgrid-sdiv td {
	background-color: #f9f9f9
}
.ui-jqdialog.ui-jqgrid-bootstrap > .modal-dialog {
	margin-top: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-titlebar .ui-jqgrid-title,
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-errorbar .ui-jqgrid-error,
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar .ui-jqdialog-title {
	font-size: 16px;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view {
	font-size: 12px;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view .fa {
	font-size: 14px;
}
.ui-jqdialog.ui-jqgrid-bootstrap {
	font-size: 14px;
}
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content .CaptionTD {
	padding: .5em;
}
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td,
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow > td,
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgroup > td,
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqfoot > td {
	padding: .2em .3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td {
	padding: 0 .3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td.td_cbox,
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow > td.td_cbox {
	padding: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .jqgrow > td > .cbox {
	height: 18px;
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-btable td.jqgrid-rownum {
	padding: .2em .3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-caption,
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar {
	background-color: #cacaca;
	-ms-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-ms-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.modal-backdrop.jqgrid-overlay {
	-ms-opacity: .35;
	opacity: .35;
	-webkit-filter: Alpha(Opacity=35);
	-moz-filter: Alpha(Opacity=35);
	-o-filter: Alpha(Opacity=35);
	filter: Alpha(Opacity=35);
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content {
	border: 0;
	padding: .3em .2em;
	background: white;
	height: auto;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-dialog {
	width: auto;
}
.ui-jqdialog.ui-widget {
	overflow: hidden;
}
.ui-jqdialog  .ui-resizable-handle {
	cursor: se-resize;
	position: absolute;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-content {
	overflow: hidden;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-content > .ui-resizable-handle.fa {
	bottom: 1px;
	right: 1px;
	height: 12px;
	width: 12px;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-content > .ui-resizable-handle.glyphicon {
	right: -.4em;
}

.ui-jqgrid.ui-jqgrid-bootstrap .disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
}
.ui-jqgrid-bootstrap.ui-jqgrid-resize-mark {
	border: 1px solid #aaaaaa;
	background-color: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-jqgrid .jqgfirstrow {
	border-bottom: 0 none;
	border-top: 0 none;
	height: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .jqgfirstrow td {
	border-bottom: 0 none;
	border-top: 0 none;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-button.ui-state-disabled:hover {
	margin: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .navtable .ui-pg-button.ui-state-disabled:hover {
	margin: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-button {
	margin: .2em 0;
	padding: .2em 0;
	border-radius: .4em;
}
.ui-search-input .form-control {
	height: 18px;
}
.ui-search-input input[type=text] {
	padding: 0;
}
.ui-search-input input[type=text].form-control {
	padding: 0 .3em;
}
.ui-search-input select.form-control {
	padding: 0;
}
.ui-search-input input[type=checkbox].form-control {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	background: 0 transparent;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-actions .ui-pg-div.btn {
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow .sgbutton-div .sgbutton.btn {
	padding: 0;
	cursor: pointer;
	border: 1px solid transparent;
	margin: -.3em -.3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap .sgbutton-div .sgbutton.btn:focus,
.ui-jqgrid.ui-jqgrid-bootstrap .sgbutton-div .sgbutton.btn:hover {
	border: 1px solid #333;
}
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-input {
	display: inline-block;
	font-size: 12px;
	padding: .3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-pager {
	font-size: 12px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-bootstrap-corner-top {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-bootstrap-corner-bottom {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-selbox {
	font-size: 12px;
	padding: 0;
}
.ui-jqdialog.ui-jqgrid-bootstrap .FormData .CaptionTD {
	font-size: 14px;
}
.FormData .DataTD {
	vertical-align: middle;
}
.FormData .DataTD input[type="checkbox"] {
	width: auto;
	vertical-align: middle;
}
.ui-jqdialog.ui-jqgrid-bootstrap .FormData .DataTD input.form-control[type="checkbox"] {
	width: 34px; /* change width:100% to the width the same like the height */
}
.DelTable .delmsg {
	padding: .2em;
}
.queryresult {
	margin-bottom: 1em;
}
.group.modal-content tr td {
	padding: .2em .1em;
}
.searchFilter .form-control {
	padding: .1em;
	height: 22px;
}
.ui-jqgrid .searchFilter table.group td {
	padding: 1px;
}
.ui-jqgrid .searchFilter table {
	border-spacing: 2px;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-header .close {
	margin-top: -0.7em;
}
.ui-jqdialog .glyphicon,
.ui-jqgrid .glyphicon {
	font-size: 12px;
	top: auto;
}
.ui-jqdialog.ui-jqgrid-bootstrap .glyphicon,
.ui-jqgrid.ui-jqgrid-bootstrap .glyphicon {
	font-size: 14px;
	top: auto;
	height: 1em;
	width: 1.28em;
}
.ui-jqgrid .ui-pg-button span.glyphicon {
	display: inline-block;
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;
	padding: 0 .1em;*/
	vertical-align: middle;
}
.ui-jqgrid-actions .glyphicon {
	padding: .1em;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
	margin-top: -.125em;
	margin-left: -.275em;
}
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar  > .ui-jqdialog-titlebar-close > span.glyphicon {
	margin-top: -.1em;
	margin-left: -.28em;
}
.tree-wrap > .treeclick {
	line-height: 1;
}
.tree-wrap > .treeclick.glyphicon {
	margin-top: -.2em;
	font-size: 12px;
}
.subgrid-data .ui-jqgrid-bootstrap .ui-jqgrid-hdiv .ui-jqgrid-htable,
.subgrid-data .ui-jqgrid-bootstrap .ui-jqgrid-bdiv .ui-jqgrid-btable {
    background-color: transparent;
}
.subgrid-data .ui-jqgrid-legacy-subgrid  {
	margin: 0;
}



/*!
 * <%= meta.title %> v<%= meta.version %> Stylesheet
 * Docs & License: <%= meta.homepage %>
 * (c) <%= meta.copyright %>
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content, /* for gutter border */
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;

	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	box-sizing: border-box; /* fix scrollbar issue in firefox */
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
	-webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
	display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	/* only show when hovering or selected (with touch) */
	display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
	/* 40x40 touch area */
	content: "";
	position: absolute;
	z-index: 9999; /* user of this util can scope within a lower z-index */
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}


/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
	z-index: 9999 !important; /* overcomes inline z-index */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3; /* below resizers */
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px; /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px; /* overcome top border */
	bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
	/* 8x8 little dot */
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* vertically center */
	top: 50%;
	margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px; /* centers the 8x8 dot on the right edge */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1; /* same z-index as fc-bg, behind text */
	/* overcome the borders */
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	/* darkening effect */
	background: #000;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px; /* to the day cell's edge */
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
	position: absolute;
	border: 0 solid red;
}


/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-content-col {
	position: relative; /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
}

/* divs within a cell within the fc-content-skeleton */

.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-highlight-container {
	position: relative;
	z-index: 3;
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5;
}

.fc-time-grid .fc-helper-container { /* also is fc-event-container */
	position: relative;
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
	/* need to allow touch resizers to extend outside event's bounding box */
	/* common fc-selected styles hide the fc-bg, so don't need this anyway */
	overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none; /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
	overflow: hidden; /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer (cursor device) */

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "=";
}

/* resizer (touch device) */

.fc-time-grid-event.fc-selected .fc-resizer {
	/* 10x10 dot */
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* horizontally center */
	left: 50%;
	margin-left: -5px;
	/* center on the bottom edge */
	bottom: -5px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0;
}

/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px; /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	/* triangle pointing right... */
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	/* triangle pointing left... */
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}



/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("jstree/images/32px.png");
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("jstree/images/throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
  background: url("jstree/images/32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url("jstree/images/32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("jstree/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("jstree/images/32px.png");
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("jstree/images/throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url("jstree/images/32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url("jstree/images/32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("jstree/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("jstree/images/32px.png");
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("jstree/images/throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url("jstree/images/32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url("jstree/images/32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("jstree/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("jstree/images/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("jstree/images/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url("jstree/images/40px.png");
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("jstree/images/40px.png");
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url("jstree/images/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("jstree/images/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}



/*!
 * Quill Editor v1.3.2
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-embed-selected {
  border: 2px solid #777;
  user-select: none;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}


/*!
 * Quill Editor v1.3.2
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-embed-selected {
  border: 2px solid #777;
  user-select: none;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 165px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 90px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}


/************************************************************/
/* BANKETTprofi Default values*/
/************************************************************/

.BpWebApp_Container_HBox_Content{
	display: inline-block;
}

.BpWebApp_Field_Label, .BpWebApp_Container_Label, .BpWebApp_Text_Label, .BpWebApp_Table_Label {
	display: inline-block;
}

.BpWebApp_Field_Label, .BpWebApp_Text_Label{
	padding-right: 5px;
}
.BpWebApp_Field_Boolean + .BpWebApp_Field_Label{
	padding-right: 0px;
	/*padding-left: 5px;*/
}
.BpWebApp_Field_Boolean{
	vertical-align: middle;
}
.BpWebApp_Field_Radio_Button{
	vertical-align: sub;
}

.BpWebApp_Text{
	display: inline-block;
	white-space: pre;
}
.BpWebApp_Label_Mandatory{
	text-decoration: underline;
}
.BpWebApp_RoomSchedule_RoomCell{
	width: 100%;
	height: 100%;
}
.BpWebApp_RoomSchedule_DateCell{
	width: 100%;
	height: 100%;
}
.BpWebApp_RoomSchedule_TopLeftCell{
	width: 100%;
	height: 100%;
}
/*
.BpWebApp_RoomSchedule_EventCell{
	width: 100%;
	height: 100%;
}
*/
.BpWebApp_RoomSchedule_Event{
	width: 100%;
	height: 100%;
}
/*
.BpWebApp_Menu{
	width: 150px;
}
.BpWebApp_Menu_Item{
	width: 150px;
}
*/
.BpWebApp_RoomSchedule_Table .pq-grid-row  {
	height: 100%;
}

.BpWebApp_RoomSchedule_Table .pq-grid-cell {
	height: 100%;
}

.BpWebApp_RoomSchedule_Table td div.pq-td-div {
	height:100%;
}

.BpWebApp_RoomSchedule_EventCell .BpWebApp_RoomSchedule_Event {
	height: auto;
}

.BpWebApp_DirectoryTree{
	height: 100%;
	width: auto;
	display: inline-block;
	overflow: auto;
}

.BpWebApp_DirectoryPreview{
	height: 100%;
	width: 100%;
	display: inline-block;
	overflow: auto;
	border: medium none transparent;
}

.ui-datepicker{ z-index: 9999 !important;}

/*
@-moz-document regexp("*"){
.ui-jqgrid tr.jqgrow td {
	
	height: 100%;

}}
*/

.ui-jqgrid tr.jqgrow td {
	word-wrap: break-word;  /*IE 5.5+ and CSS3 */
	white-space: pre-wrap;
	overflow: hidden;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.BpWebApp_Table_Resizing tr.jqgrow td{
	word-wrap: normal !important;
	white-space: nowrap !important;
}
.BpWebApp_Table_Resizing tr.jqgrow td span.ui-jqgrid-cell-wrapper{
	padding: 2px !important;
	padding-right: 3px !important;
}

.ui-jqgrid tr.jqgrow td.BpWebApp_Column_ProgressBar {
	padding: 0px;
}

.ui-widget-content tr.jqgrow{
	height: 100%;
}

.selected-row{
	/*background: #dadada;*/
}
.BpWebApp_Table_Cell .ui-combobox{
	width: 100%;
}

.BpWebApp_Table_Edit_Cell{
	background-color: #FFFFFF;
}
/*
.selected-row > .BpWebApp_Table_Edit_Cell {
	background-color: #EEEEEE;
}
*/

.BpWebApp_Table_ReadOnly_Cell{
	background-color: #E1E1E1;
}
/*
.selected-row > .BpWebApp_Table_ReadOnly_Cell {
	background-color: #C7C7C7;
}
*/

.ui-state-hover td.BpWebApp_Table_ReadOnly_Cell{

       /*background-color: #EBEBE4;*/

}
.ui-state-hover td.BpWebApp_Table_Edit_Cell{

       /*background-color: white;*/

}
.fc-content{
	white-space: pre-wrap !important;
}
.BpWebApp_Buttons_32{
	background-color: transparent;
	background-position: 0px 0px;
	min-width: 32px;
	min-height: 32px;
	max-width: 32px;
	max-height: 32px;
	border: none;
	border-style: none;
	background-repeat: repeat-y;
}
.BpWebApp_Buttons_32:hover{
	background-position: 0px 96px;
	background-color: rgba(0,0,0,0.1);
}
.BpWebApp_Buttons_32:active{
	background-position: 0px 64px;
	background-color: rgba(0,0,0,0.2);
}
.BpWebApp_Buttons_32:disabled{
	background-position: 0px 32px;
}
.BpWebApp_Buttons_WithText_32:hover > img{
	background-position: 0px 96px;
	
}
.BpWebApp_Buttons_WithText_32:active > img {
	background-position: 0px 64px;
}
.BpWebApp_Buttons_WithText_32:disabled > img{
	background-position: 0px 32px;
}
.BpWebApp_Buttons_WithText_32{
	border: none;
	border-style: none;
	background: transparent;
}
.BpWebApp_Buttons_WithText_32:hover{
	background-color: rgba(0,0,0,0.1);
}
.BpWebApp_Buttons_WithText_32:active{
	background-color: rgba(0,0,0,0.2);
}

.BpWebApp_Buttons_WithText_24:hover > img{
	background-position: 0px 72px;
}
.BpWebApp_Buttons_WithText_24:active > img {
	background-position: 0px 48px;
}
.BpWebApp_Buttons_WithText_24:disabled > img{
	background-position: 0px 24px;
}
.BpWebApp_Buttons_WithText_24{
	border: none;
	border-style: none;
	background: transparent;
}
.BpWebApp_Buttons_WithText_24:hover{
	background-color: rgba(0,0,0,0.1);
}
.BpWebApp_Buttons_WithText_24:active{
	background-color: rgba(0,0,0,0.2);
}

.BpWebApp_Buttons_WithText_16:hover > img{
	background-position: 0px 48px;
}
.BpWebApp_Buttons_WithText_16:active > img {
	background-position: 0px 32px;
}
.BpWebApp_Buttons_WithText_16:disabled > img{
	background-position: 0px 16px;
}
.BpWebApp_Buttons_WithText_16{
	border: none;
	border-style: none;
	background: transparent;
}
.BpWebApp_Buttons_WithText_16:hover{
	background-color: rgba(0,0,0,0.1);
}
.BpWebApp_Buttons_WithText_16:active{
	background-color: rgba(0,0,0,0.2);
}

.BpWebApp_Buttons_WithText{
	border: none;
	border-style: none;
	background: transparent;
}

.BpWebApp_Buttons_24{
	background-color: transparent;
	background-position: 0px 0px;
	min-width: 24px;
	min-height: 24px;
	max-width: 24px;
	max-height: 24px;
	border: none;
	border-style: none;
	background-repeat: repeat-y;
}

.BpWebApp_Buttons_24:hover{
	background-position: 0px 72px;
	background-color: rgba(0,0,0,0.1);
}
a:hover .BpWebApp_Buttons_24{
	background-position: 0px 72px;
}
.BpWebApp_Buttons_24:active{
	background-position: 0px 48px;
	background-color: rgba(0,0,0,0.2);
}
.BpWebApp_Buttons_24:disabled{
	background-position: 0px 24px;
}

.BpWebApp_Buttons_16{
	background-color: transparent;
	background-position: 0px 0px;
	min-width: 16px;
	min-height: 16px;
	max-width: 16px;
	max-height: 16px;
	border: none;
	border-style: none;
	background-repeat: repeat-y;
}
.BpWebApp_Buttons_16:hover{
	background-position: 0px 48px;
	background-color: rgba(0,0,0,0.1);
}
.BpWebApp_Buttons_16:active{
	background-position: 0px 32px;
	background-color: rgba(0,0,0,0.2);
}
.BpWebApp_Buttons_16:disabled{
	background-position: 0px 16px;
}
*:focus {
    outline: none;
}
.BpWebApp_IC_Event_List_Druck{
	min-width: 250px;
}
.BpWebApp_IC_Cal_Entry{
	border-width: 4px;
}
.BpWebApp_IC_Legend{
	white-space: nowrap;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.BpWebApp_IC_Legend > *{
	vertical-align: middle;
}
.BpWebApp_IC_Legend > button{
	margin-right: 7px;
}
.BpWebApp_IC_Legend_Entry{
	display: inline-block;
	margin: 0px 5px 0px 5px;
	position: relative;
	padding-left: 3px;
}
.BpWebApp_IC_EventTime > span{
	padding-left: 2px;
}
.BpWebApp_IC_Event_List{
	display: inline-block;
}
.BpWebApp_IC_Event_List table{
	border-spacing: 0px;
	max-width: 800px;
	border-collapse: collapse;
}
.BpWebApp_IC_Event_List tr{
	border-bottom: 1px solid gray;
}
.BpWebApp_IC_Event_List td{
	padding: 5px 2px 5px 2px;
	vertical-align: top;
}
.BpWebApp_IC_Event_List_Head{
	min-width: 120px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: white;
	text-align: left;
	padding: 5px 2px 5px 2px;
}
.BpWebApp_IC_Todo{
	display: inline-block;
}
.BpWebApp_IC_Todo table{
	border-spacing: 0px;
	border-collapse: collapse;
}
.BpWebApp_IC_Todo table tbody{
	vertical-align: top;
}
.BpWebApp_IC_Todo .BpWebApp_IC_ToDo_Entrys{
	
	border: 1px solid black;
	border-bottom: none;
}
.BpWebApp_IC_Todo .BpWebApp_IC_ToDo_Entrys:empty{
	border: none;
}
.BpWebApp_IC_Todo_ColumnHeader{
	min-width: 150px;
	border: 1px solid black;
	padding: 2px;
}
.BpWebApp_IC_Todo_Entry{
	border-bottom: 1px solid black;
	/*white-space: pre;*/
}
.BpWebApp_IC_Todo_Entry > div{
	padding: 2px;
}
.BpWebApp_IC_Day{
	white-space: nowrap;
	max-width: 150px;
	border-right: none !important;
}
.BpWebApp_IC_Day_Space{
	border-left: none !important;
}

.BpWebApp_IC_Day_Sunday, .BpWebApp_IC_Day_Saturday{
	background-color: #FFB2B2;
	min-width: 100px;
	font-weight: normal;
	/*padding-left: 2px !important;*/
}
.BpWebApp_IC_Day_Monday, .BpWebApp_IC_Day_Tuesday, .BpWebApp_IC_Day_Wednesday, .BpWebApp_IC_Day_Thursday, .BpWebApp_IC_Day_Friday{
	background-color: lightgray;
	min-width: 100px;
	font-weight: normal;
	/*padding-left: 2px !important;*/
}
.BpWebApp_IC_Day_Today{
	font-weight: bold;
}
.BpWebApp_IC_Event_List_Date{
	/*border-bottom: solid black 2px;
	padding: 2px;
	margin-left:-1px;*/
	border-bottom: none !important;
	vertical-align:top;
}
.BpWebApp_IC_Event_List_Date_Empty{
	border-top: none !important;
}

.BpWebApp_IC_Event_List_Date .EventDate{
	white-space: nowrap;
}

.BpWebApp_IC_Event_List_TimespanWithDate{
	/*border-left: solid black 2px;
	margin-left:-2px;*/
}
.BpWebApp_IC_Event_List_Timespan{
	/*width: 150px;*/
	/*
	border-bottom: solid black 2px;
	padding: 2px;
	margin-right:-2px;
	*/
	
}
.BpWebApp_IC_Event_List_Timespan > div{
	height: 100%;
}
.BpWebApp_IC_Event_List_Entry{
	/*border-bottom: solid black 2px;
	border-left: solid black 2px;
	padding: 2px;*/
	overflow-y: auto;
	white-space: pre-wrap;
}
.BpWebApp_IC_Event_DayColumns{
	width: 100%;
}
.BpWebApp_IC_Event_DayColumns table{
	border-collapse: collapse;
	table-layout: fixed; 
}
.BpWebApp_IC_Event_DayColumns th{
	border: 2px solid black;
}
.BpWebApp_IC_Event_DayColumns td{
	vertical-align: top;
	padding: 2px;
	border: 2px solid black;
}
.BpWebApp_IC_Event_DayColumns_Entry{
	border-bottom: 2px solid black;
	background: transparent;
	font-weight: initial; 
}
.BpWebApp_IC_Event_DayColumns_Entry:last-child{
	border-bottom: none;
}
.BpWebApp_IC_Event_DayColumns_Entry > .EventDescription{
	border-top: 1px solid gray;
}
.EventTitle, .EventDescription {
	white-space: pre-wrap;
	word-wrap: break-word;
}
.BpWebApp_Field_Radio_Button_Content > label.ui-button {
	width: inherit;
}
.BpWebApp_Field_Radio_Button_Content > label.ui-state-active {
	background: lightgray;
}
.BpWebApp_Button img{
	vertical-align: middle;
}

/*Combobox - Dropdown*/
.ui-combobox{
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle{
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	right:0px;
}
.ui-combobox > input {
	padding-right:2.4em;
}
input {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;       /* Opera/IE 8+ */
    border-radius: 0;
	border: 1px solid #999999;
}
input:not([type='checkbox']) {    
    height: 22px;
}
/*to see all suggestions of dropdown-combobox in dialog*/
.ui-dialog {
	overflow:visible;
}

/*to see all suggestions of multiSelectBox in dialog*/
/*
.ui-dialog-content {
	overflow:visible !important;
}
*/

/*Field_Text_Header*/
.BpWebApp_Field_Text_Header{
	background: rgba(255,255,255,0.5) !important;
	padding-bottom: 2px;
	padding-top: 3px;
	margin-bottom: -1px;
}
.BpWebApp_Field_Text_Header > div{
	background-color: transparent !important;
	padding-left: 3px;
	padding-right: 3px;
	display: inline-block;
}
.BpWebApp_Field_Text_Header > div:last-child{
	float: right;
}
.BpWebApp_Field_Text_Header > label{
	
	vertical-align: super;
	vertical-align: -moz-middle-with-baseline;
}
.BpWebApp_Field_Text_Header > div > button{
	background-color: transparent;
}
.BpWebApp_Field_Text_Editor{
	display: none;
}

.ui-accordion .ui-accordion-header{
	margin: 0px;
}

.BpWebApp_Button_With_Separator{
	padding: 0px;
}
.BpWebApp_Button_With_Separator:hover{
	background-color: rgba(0,0,0,0.1);
}
.BpWebApp_Button_With_Separator_Container:hover{
	background-color: rgba(0,0,0,0.1) !important;
}
.BpWebApp_Button_With_Separator_Container{
	display: inline-block;
	/*border: 2px solid rgba(0,0,0,0.05);*/
}
.BpWebApp_Button_With_Separator:disabled + button{
	/*background-color: rgba(195, 195, 195, 0.3) !important;*/
}

.BpWebApp_Picture_Div{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid black;
	position: relative;
	min-width: 200px;
	min-height: 200px;
	width: 200px;
	height: 200px;
	max-width: 200px;
	max-height: 200px;
	background: white !important;
}
.BpWebApp_Field_Picture_Editable {
	width: auto;
	height: auto;
	display: block;
	margin: auto;
	max-width: 200px;
	max-height: 200px;
}
.BpWebApp_Field_Picture_Editable ~ .BpWebApp_Buttons_24{
	position: absolute;
	right: 0px;
	opacity: 0.6;
}
.BpWebApp_Field_Picture_Editable[src=""] ~ .BpWebApp_Buttons_zoom_24{
	display: none;
}
.BpWebApp_Field_Picture_Editable[src=""] ~ .BpWebApp_Buttons_delete_24{
	display: none;
}
.BpWebApp_Field_Picture_Editable[src=""] ~ .BpWebApp_Buttons_new_24{
	bottom: 0px !important;
	opacity: 1 !important;
}

.BpWebApp_Tree_MenuAction_Button {
	display: none;
	vertical-align: top;
}
.BpWebApp_Tree_MenuAction_Button_AlwaysVisible{
	display: inline-block;
}
a.jstree-clicked > .BpWebApp_Tree_MenuAction_Button {
	display: inline-block;
}
/*keine Scrollbalken beim Zeilen drag and drop*/
.ui-jqgrid-bdiv > div{
	overflow: hidden;
}

.BpWebApp_Field_DisplayAsButton_Span > .BpWebApp_Field_Label > .ui-button-text{
	padding: 2px;
}
.BpWebApp_Field_DisplayAsButton_Span > .BpWebApp_Field_Label {
	padding: 0;
	background: transparent;
	border-color: transparent;
}
.BpWebApp_Field_DisplayAsButton_Span > .ui-state-active{
	background: lightblue;
	border-color: blue;
}
.BpWebApp_Hide_Close_Button .ui-dialog-titlebar-close{
    display:none;
}
button.ui-datepicker-close {
	display: none;
}
.ui-datepicker-prev > .ui-icon-circle-triangle-w{
	background-position: 0px 0px;
	background-image: url(/BpEvent/bpWebApp/images/tree/cal_arrow_M_left_24.png);
}
.ui-datepicker-next > .ui-icon-circle-triangle-e{
	background-position: 0px 0px;
	background-image: url(/BpEvent/bpWebApp/images/tree/cal_arrow_M_right_24.png);
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	margin-left: 0px;
	margin-top: 0px;
	
}
.ui-datepicker-header > .ui-datepicker-buttonpane > button.ui-datepicker-current:hover {
	border: 1px solid #999999;
}
.ui-datepicker .ui-datepicker-buttonpane{
	position: absolute;
	left: 0;
	right: 0;
	border: none;
	margin: 0;
	padding: 0;
}
.ui-datepicker-header > .ui-datepicker-buttonpane > button.ui-datepicker-current {
	background: url(/BpEvent/bpWebApp/images/tree/cal_today_24.png) no-repeat center center;
	color: transparent;
	width: 24px;
	height: 24px;
	border: none;
	position: absolute;
	top: 0;
	left: 5px;
	opacity: 1;
	margin: 0;
	padding: 0;
}
.ui-datepicker > .ui-datepicker-buttonpane {
	border: none;
}
.ui-datepicker > .ui-datepicker-header {
	padding-left: 29px;
}
.ui-datepicker-prev {
	margin-left: 31px;
}

.jqgfirstrow > .td_cbox{
	min-height: 0px;
}
.td_cbox {
	min-height: 24px;
	min-width: 25px;
}
.td_cbox > input {
	display: none;
}
.ui-state-highlight > .td_cbox {
	box-shadow: inset -4px 0px 0px 0px black;
}

.jqgh_cbox {
	min-height: 24px;
	min-width: 25px;
}
.jqgh_cbox > div > input{
	display: none;
}
.jqgh_cbox > div > input + div{
	width: 100%;
	min-height: 24px;
	margin-left: 1px !important;
	background: url(/BpEvent/bpWebApp/images/tree/SelectAll_24.png) no-repeat center center; 
}
.jqgh_cbox > div > input[type=checkbox]:checked + div{
	background: url(/BpEvent/bpWebApp/images/tree/SelectNone_24.png) no-repeat center center; 
}
input:-moz-read-only {
	border: solid 1px #d2d2d2;
	background: #ebebe4;
	-webkit-text-fill-color: rgba(84, 84, 84, 1);
	-webkit-opacity: 1;
	color: rgba(84, 84, 84, 1);
	
}
input:read-only {
	border: solid 1px #d2d2d2;
	background: #ebebe4;
	-webkit-text-fill-color: rgba(84, 84, 84, 1);
	-webkit-opacity: 1;
	color: rgba(84, 84, 84, 1);
}
input:disabled {
	border: solid 1px #d2d2d2;
	background: #ebebe4;
	-webkit-text-fill-color: rgba(84, 84, 84, 1);
	-webkit-opacity: 1;
	color: rgba(84, 84, 84, 1);
}
.BpWebApp_Field_Dropdownmenu {
	background: #ebebe4;
	-webkit-text-fill-color: rgba(0, 0, 0, 1);
	-webkit-opacity: 1;
	color: rgba(0, 0, 0, 1);
}
.ui-menu-item{
	/*margin: 10px 0px 0px 0px;*/
	padding-left: 5px !important;
	display: block !important;
	width: auto !important;
	white-space: pre !important;
}
.BpWebApp_Menu_Item > a > image{
	display: inline-flex;
	min-height: 24px;
	min-width: 24px;
}
.BpWebApp_Menu_Item > a > image + span{
	position: relative;
	top: -5px;
	padding-left: 5px;
}
.BpWebApp_Menu_Item > a > span{
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 475px;
}
.BpWebApp_Menu_Item > a > img{
	display: inline-block;
	min-height: 24px;
	min-width: 24px;
}
.BpWebApp_Menu_Item > a > img + span{
	position: relative;
	top: -5px;
	padding-left: 5px;
}

#floatingCirclesG{
	white-space: nowrap;
	position:relative;
	width:256px;
	height:256px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:46px;
	width:46px;
	border-radius:24px;
		-o-border-radius:24px;
		-ms-border-radius:24px;
		-webkit-border-radius:24px;
		-moz-border-radius:24px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:104px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:30px;
	top:30px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:104px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:30px;
	top:30px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:104px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:30px;
	bottom:30px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:104px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:30px;
	bottom:30px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

#floatingCirclesGm{
	white-space: nowrap;
	position:relative;
	width:144px;
	height:144px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleGm{
	position:absolute;
	background-color:rgb(255,255,255);
	height:26px;
	width:26px;
	border-radius:14px;
		-o-border-radius:14px;
		-ms-border-radius:14px;
		-webkit-border-radius:14px;
		-moz-border-radius:14px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01m{
	left:0;
	top:59px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02m{
	left:17px;
	top:17px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03m{
	left:59px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04m{
	right:17px;
	top:17px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05m{
	right:0;
	top:59px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06m{
	right:17px;
	bottom:17px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07m{
	left:59px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08m{
	left:17px;
	bottom:17px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

.BpWebApp_LoadingDialog > .ui-dialog-titlebar {
	display: none;
}
.BpWebApp_LoadingDialog{
	background: transparent;
	border: none;
}
.ql-disabled > .ql-editor{
	background-color: rgb(235, 235, 228);
}
.BpWebApp_FormatSeparator{
	box-sizing: border-box;
	background-color: #ddd;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	width: 1px;
	height: 20px;
	vertical-align: middle;
}
.ql-toolbar > button{
	vertical-align: middle;
}
.BpWebApp_ToolbarSnowSeparator{
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	float: left;
	height: 24px;
	border-left: 1px black solid;
}
.ql-toolbar.ql-snow .ql-picker-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* new checkbox radio style */


 
input[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before, input[type="radio"]:not(.BpWebApp_Field_RadioAsButton) + label::before {
    border-radius: 4px;
    border: solid 1px black;
    content: '';
    display: inline-block;
    left: 0;
	top: 0;
    position: absolute;
    text-align: center;
	width: 26px;
	height: 26px;
	background-color: white;
	box-sizing: border-box;
}
input[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before {
    border-radius: 4px;
}
input[type="radio"]:not(.BpWebApp_Field_RadioAsButton) + label::before {
    border-radius: 100%;
}
input[type="checkbox"]:checked:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before, input[type="radio"]:checked:not(.BpWebApp_Field_RadioAsButton) + label::before {
	/* ie fix base64 version*/
	/*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -10 110 100"><path fill="black" d="M 15 50 L 40 80 L 102 17 L 42 56 L 28 39 Z"></path></svg>');*/
	content: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTEwIDExMCAxMDAiPjxwYXRoIGZpbGw9ImJsYWNrIiBkPSJNIDE1IDUwIEwgNDAgODAgTCAxMDIgMTcgTCA0MiA1NiBMIDI4IDM5IFoiPjwvcGF0aD48L3N2Zz4=");	
}
input[type="checkbox"]:checked:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before, 
input[type="checkbox"]:indeterminate:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before,
input[type="radio"]:checked:not(.BpWebApp_Field_RadioAsButton) + label::before {
    background-color: white;
}
input[type="checkbox"]:indeterminate:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before {
	/* ie fix base64 version*/
	/*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="black" d="M 15 60 L 85 60 L 85 40 L 15 40 Z"></path></svg>');*/
	content: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBmaWxsPSJibGFjayIgZD0iTSAxNSA2MCBMIDg1IDYwIEwgODUgNDAgTCAxNSA0MCBaIj48L3BhdGg+PC9zdmc+");	
}
input[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label, input[type="radio"]:not(.BpWebApp_Field_RadioAsButton) + label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding-left: 34px;
    position: relative;
	line-height: 24px;
	padding-top: 1px;
    padding-bottom: 1px;
	
}
input[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles), input[type="radio"]:not(.BpWebApp_Field_RadioAsButton) {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2rem;
   opacity: 0;
    width: 1rem;
   z-index: -1;
   width: 0px;
}
input:disabled[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before,
input:disabled[type="radio"]:not(.BpWebApp_Field_RadioAsButton) + label::before  {
    background-color: #EBEBE4;
	border-color: #d2d2d2;
}
input:disabled[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label,
input:disabled[type="radio"]:not(.BpWebApp_Field_RadioAsButton) + label{
	color: rgba(84, 84, 84, 1);
}
.BpWebApp_Field_Boolean,
.BpWebApp_Field_ThreeState,
.BpWebApp_Field_Radio_Button_Content{
	line-height: 30px;
}
input[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label.BpWebApp_Field_Label.BpWebApp_Field_Label_Placeholder{
	padding-left: 0;
}

.BpWebApp_Field_ProgressBar > input,
.BpWebApp_Field_ProgressBar > span{
	vertical-align: middle;
}

.BpWebApp_Field_ProgressBar_Buttons{
	border: 1px black solid;
	margin-right: 10px;
	width: 150px;
	vertical-align: middle;
	display: inline-block;
}

.BpWebApp_Field_ProgressBar_Button{
	-webkit-appearance: none;
	height: 100%;
	width: 30px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 17px;
}
.BpWebApp_Field_ProgressBar_Button:first-child,
.BpWebApp_Field_ProgressBar_Button:last-child{
	width: 15px;
}

.BpWebApp_IC_View_monthfit .BpWebApp_IC_Legend,
.BpWebApp_IC_View_monthfit .fc-toolbar{
	display: none;
}
.BpWebApp_IC_View_monthfit .fc-basic-view .fc-body .fc-row {
    min-height: 3em;
    max-height: 3em;
    overflow: hidden;
}
.BpWebApp_IC_View_monthfit a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.BpWebApp_IC_Cal_Entry {
    display: flex;
    max-height: 0px;
    border-width: 1px;
}
.BpWebApp_IC_View_monthfit .BpWebApp_IC_Day_highlight{
    background: #f07e26;
}
.BpWebApp_IC_MonthDetails .BpWebApp_IC_Cal_Entry{
	margin-top: 10px;
}
/* Accordion width in Dialog Fix */
.BpWebApp_Dialog_Loading .BpWebApp_Text,
.BpWebApp_Dialog_Loading h3{
	white-space: nowrap !important;
}
.BpWebApp_Field_MultiSelect_Box .ui-jqgrid-hdiv{
	display: none;
}

.BpWebApp_MultiSelect_DialogButton img,
.BpWebApp_MultiSelect_DialogButton label{
	vertical-align: middle;
}
.BpWebApp_MultiSelect_DialogButton{
	border: none;
	background: none;
}
.BpWebApp_Container_TabNavigator_Compact_Header,
.BpWebApp_Container_Accordion_Compact_Header{
	border: 1px solid #aaaaaa;
	padding: 5px 5px;
	width: 100%;
	box-sizing: border-box;
    justify-content: center;
	align-items: center;
	display: none;
}
.BpWebApp_Container_Accordion_Compact_Header .ui-accordion-header-icon{
	display: none;
}
.BpWebApp_Container_TabNavigator_Compact_Header > div,
.BpWebApp_Container_Accordion_Compact_Header > div{
	min-width: 200px;
	text-align: center;
}
.BpWebApp_Container_TabNavigator_Compact_Header ul,
.BpWebApp_Container_Accordion_Compact_Header ul{
	position: fixed;
	z-index: 2;
	min-width: 200px;
	margin-top: 5px;
}
.BpWebApp_Container_TabNavigator_Compact_Header_Active > .BpWebApp_Container_TabNavigator_Compact_Header,
.BpWebApp_Container_Accordion_Compact_Header_Active > .BpWebApp_Container_Accordion_Compact_Header{
	display: flex;
}
.BpWebApp_Container_TabNavigator_Compact_Header_Active > ul,
.BpWebApp_Container_Accordion_Compact_Header_Active > .BpWebApp_Container_Accordion > h3{
	display: none;
}
.BpWebApp_Field_Picture_SignatureInline{
	display: none !important;
} .BpWebApp_Buttons_3d_16{background-image: url("../images/buttons/3d_16.png");}
 .BpWebApp_Buttons_3d_24{background-image: url("../images/buttons/3d_24.png");}
 .BpWebApp_Buttons_3d_32{background-image: url("../images/buttons/3d_32.png");}
 .BpWebApp_Buttons_abbrechen_16{background-image: url("../images/buttons/Abbrechen_16.png");}
 .BpWebApp_Buttons_abbrechen_24{background-image: url("../images/buttons/Abbrechen_24.png");}
 .BpWebApp_Buttons_abbrechen_32{background-image: url("../images/buttons/Abbrechen_32.png");}
 .BpWebApp_Buttons_abbrechen_overlay_16{background-image: url("../images/buttons/Abbrechen_Overlay_16.png");}
 .BpWebApp_Buttons_abbrechen_overlay_24{background-image: url("../images/buttons/Abbrechen_Overlay_24.png");}
 .BpWebApp_Buttons_abbrechen_overlay_32{background-image: url("../images/buttons/Abbrechen_Overlay_32.png");}
 .BpWebApp_Buttons_abgelehnt_16{background-image: url("../images/buttons/Abgelehnt_16.png");}
 .BpWebApp_Buttons_abgelehnt_24{background-image: url("../images/buttons/Abgelehnt_24.png");}
 .BpWebApp_Buttons_abgelehnt_32{background-image: url("../images/buttons/Abgelehnt_32.png");}
 .BpWebApp_Buttons_ablauf_16{background-image: url("../images/buttons/Ablauf_16.png");}
 .BpWebApp_Buttons_ablauf_24{background-image: url("../images/buttons/Ablauf_24.png");}
 .BpWebApp_Buttons_ablauf_32{background-image: url("../images/buttons/Ablauf_32.png");}
 .BpWebApp_Buttons_ablauf_vorlage_16{background-image: url("../images/buttons/Ablauf_Vorlage_16.png");}
 .BpWebApp_Buttons_ablauf_vorlage_24{background-image: url("../images/buttons/Ablauf_Vorlage_24.png");}
 .BpWebApp_Buttons_ablauf_vorlage_32{background-image: url("../images/buttons/Ablauf_Vorlage_32.png");}
 .BpWebApp_Buttons_absatz_16{background-image: url("../images/buttons/Absatz_16.png");}
 .BpWebApp_Buttons_absatz_24{background-image: url("../images/buttons/Absatz_24.png");}
 .BpWebApp_Buttons_absatz_32{background-image: url("../images/buttons/Absatz_32.png");}
 .BpWebApp_Buttons_abschlag_16{background-image: url("../images/buttons/Abschlag_16.png");}
 .BpWebApp_Buttons_abschlag_24{background-image: url("../images/buttons/Abschlag_24.png");}
 .BpWebApp_Buttons_abschlag_32{background-image: url("../images/buttons/Abschlag_32.png");}
 .BpWebApp_Buttons_abspielen_16{background-image: url("../images/buttons/abspielen_16.png");}
 .BpWebApp_Buttons_abspielen_24{background-image: url("../images/buttons/abspielen_24.png");}
 .BpWebApp_Buttons_abspielen_32{background-image: url("../images/buttons/abspielen_32.png");}
 .BpWebApp_Buttons_abwesenheits_notiz_16{background-image: url("../images/buttons/abwesenheits_notiz_16.png");}
 .BpWebApp_Buttons_abwesenheits_notiz_24{background-image: url("../images/buttons/abwesenheits_notiz_24.png");}
 .BpWebApp_Buttons_abwesenheits_notiz_32{background-image: url("../images/buttons/abwesenheits_notiz_32.png");}
 .BpWebApp_Buttons_achtung_16{background-image: url("../images/buttons/achtung_16.png");}
 .BpWebApp_Buttons_achtung_24{background-image: url("../images/buttons/achtung_24.png");}
 .BpWebApp_Buttons_achtung_32{background-image: url("../images/buttons/achtung_32.png");}
 .BpWebApp_Buttons_add_formel_16{background-image: url("../images/buttons/add_formel_16.png");}
 .BpWebApp_Buttons_add_formel_24{background-image: url("../images/buttons/add_formel_24.png");}
 .BpWebApp_Buttons_add_formel_32{background-image: url("../images/buttons/add_formel_32.png");}
 .BpWebApp_Buttons_administration_16{background-image: url("../images/buttons/Administration_16.png");}
 .BpWebApp_Buttons_administration_24{background-image: url("../images/buttons/Administration_24.png");}
 .BpWebApp_Buttons_administration_32{background-image: url("../images/buttons/Administration_32.png");}
 .BpWebApp_Buttons_adressat_16{background-image: url("../images/buttons/Adressat_16.png");}
 .BpWebApp_Buttons_adressat_24{background-image: url("../images/buttons/Adressat_24.png");}
 .BpWebApp_Buttons_adressat_32{background-image: url("../images/buttons/Adressat_32.png");}
 .BpWebApp_Buttons_adresse_16{background-image: url("../images/buttons/Adresse_16.png");}
 .BpWebApp_Buttons_adresse_24{background-image: url("../images/buttons/Adresse_24.png");}
 .BpWebApp_Buttons_adresse_32{background-image: url("../images/buttons/Adresse_32.png");}
 .BpWebApp_Buttons_adresstyping_16{background-image: url("../images/buttons/AdressTyping_16.png");}
 .BpWebApp_Buttons_adresstyping_24{background-image: url("../images/buttons/AdressTyping_24.png");}
 .BpWebApp_Buttons_adresstyping_32{background-image: url("../images/buttons/AdressTyping_32.png");}
 .BpWebApp_Buttons_aenderungsstatistik_16{background-image: url("../images/buttons/Aenderungsstatistik_16.png");}
 .BpWebApp_Buttons_aenderungsstatistik_24{background-image: url("../images/buttons/Aenderungsstatistik_24.png");}
 .BpWebApp_Buttons_aenderungsstatistik_32{background-image: url("../images/buttons/Aenderungsstatistik_32.png");}
 .BpWebApp_Buttons_akquise_16{background-image: url("../images/buttons/Akquise_16.png");}
 .BpWebApp_Buttons_akquise_24{background-image: url("../images/buttons/Akquise_24.png");}
 .BpWebApp_Buttons_akquise_32{background-image: url("../images/buttons/Akquise_32.png");}
 .BpWebApp_Buttons_aktion_auf_liste_16{background-image: url("../images/buttons/Aktion_Auf_Liste_16.png");}
 .BpWebApp_Buttons_aktion_auf_liste_24{background-image: url("../images/buttons/Aktion_Auf_Liste_24.png");}
 .BpWebApp_Buttons_aktion_auf_liste_32{background-image: url("../images/buttons/Aktion_Auf_Liste_32.png");}
 .BpWebApp_Buttons_aktiv_16{background-image: url("../images/buttons/Aktiv_16.png");}
 .BpWebApp_Buttons_aktiv_24{background-image: url("../images/buttons/Aktiv_24.png");}
 .BpWebApp_Buttons_aktiv_32{background-image: url("../images/buttons/Aktiv_32.png");}
 .BpWebApp_Buttons_aktiv_nicht_16{background-image: url("../images/buttons/Aktiv_Nicht_16.png");}
 .BpWebApp_Buttons_aktiv_nicht_24{background-image: url("../images/buttons/Aktiv_Nicht_24.png");}
 .BpWebApp_Buttons_aktiv_nicht_32{background-image: url("../images/buttons/Aktiv_Nicht_32.png");}
 .BpWebApp_Buttons_aktiv_nicht_aktiv_16{background-image: url("../images/buttons/Aktiv_Nicht_Aktiv_16.png");}
 .BpWebApp_Buttons_aktiv_nicht_aktiv_24{background-image: url("../images/buttons/Aktiv_Nicht_Aktiv_24.png");}
 .BpWebApp_Buttons_aktiv_nicht_aktiv_32{background-image: url("../images/buttons/Aktiv_Nicht_Aktiv_32.png");}
 .BpWebApp_Buttons_album_16{background-image: url("../images/buttons/Album_16.png");}
 .BpWebApp_Buttons_album_24{background-image: url("../images/buttons/Album_24.png");}
 .BpWebApp_Buttons_album_32{background-image: url("../images/buttons/Album_32.png");}
 .BpWebApp_Buttons_alle_fenster_16{background-image: url("../images/buttons/Alle_Fenster_16.png");}
 .BpWebApp_Buttons_alle_fenster_24{background-image: url("../images/buttons/Alle_Fenster_24.png");}
 .BpWebApp_Buttons_alle_fenster_32{background-image: url("../images/buttons/Alle_Fenster_32.png");}
 .BpWebApp_Buttons_anfang_16{background-image: url("../images/buttons/Anfang_16.png");}
 .BpWebApp_Buttons_anfang_24{background-image: url("../images/buttons/Anfang_24.png");}
 .BpWebApp_Buttons_anfang_32{background-image: url("../images/buttons/Anfang_32.png");}
 .BpWebApp_Buttons_anfuegen_16{background-image: url("../images/buttons/Anfuegen_16.png");}
 .BpWebApp_Buttons_anfuegen_24{background-image: url("../images/buttons/Anfuegen_24.png");}
 .BpWebApp_Buttons_anfuegen_32{background-image: url("../images/buttons/Anfuegen_32.png");}
 .BpWebApp_Buttons_angebotgen_liste_16{background-image: url("../images/buttons/Angebotgen_Liste_16.png");}
 .BpWebApp_Buttons_angebotgen_liste_24{background-image: url("../images/buttons/Angebotgen_Liste_24.png");}
 .BpWebApp_Buttons_angebotgen_liste_32{background-image: url("../images/buttons/Angebotgen_Liste_32.png");}
 .BpWebApp_Buttons_angebot_16{background-image: url("../images/buttons/Angebot_16.png");}
 .BpWebApp_Buttons_angebot_24{background-image: url("../images/buttons/Angebot_24.png");}
 .BpWebApp_Buttons_angebot_32{background-image: url("../images/buttons/Angebot_32.png");}
 .BpWebApp_Buttons_angebot_extern_intern_personal_16{background-image: url("../images/buttons/Angebot_Extern_Intern_Personal_16.png");}
 .BpWebApp_Buttons_angebot_extern_intern_personal_24{background-image: url("../images/buttons/Angebot_Extern_Intern_Personal_24.png");}
 .BpWebApp_Buttons_angebot_extern_intern_personal_32{background-image: url("../images/buttons/Angebot_Extern_Intern_Personal_32.png");}
 .BpWebApp_Buttons_angebot_extern_personal_16{background-image: url("../images/buttons/Angebot_Extern_Personal_16.png");}
 .BpWebApp_Buttons_angebot_extern_personal_24{background-image: url("../images/buttons/Angebot_Extern_Personal_24.png");}
 .BpWebApp_Buttons_angebot_extern_personal_32{background-image: url("../images/buttons/Angebot_Extern_Personal_32.png");}
 .BpWebApp_Buttons_angebot_intern_16{background-image: url("../images/buttons/Angebot_Intern_16.png");}
 .BpWebApp_Buttons_angebot_intern_24{background-image: url("../images/buttons/Angebot_Intern_24.png");}
 .BpWebApp_Buttons_angebot_intern_32{background-image: url("../images/buttons/Angebot_Intern_32.png");}
 .BpWebApp_Buttons_angebot_intern_personal_16{background-image: url("../images/buttons/Angebot_Intern_Personal_16.png");}
 .BpWebApp_Buttons_angebot_intern_personal_24{background-image: url("../images/buttons/Angebot_Intern_Personal_24.png");}
 .BpWebApp_Buttons_angebot_intern_personal_32{background-image: url("../images/buttons/Angebot_Intern_Personal_32.png");}
 .BpWebApp_Buttons_angebot_kalkulation_16{background-image: url("../images/buttons/Angebot_Kalkulation_16.png");}
 .BpWebApp_Buttons_angebot_kalkulation_24{background-image: url("../images/buttons/Angebot_Kalkulation_24.png");}
 .BpWebApp_Buttons_angebot_kalkulation_32{background-image: url("../images/buttons/Angebot_Kalkulation_32.png");}
 .BpWebApp_Buttons_angebot_vorlage_16{background-image: url("../images/buttons/Angebot_Vorlage_16.png");}
 .BpWebApp_Buttons_angebot_vorlage_24{background-image: url("../images/buttons/Angebot_Vorlage_24.png");}
 .BpWebApp_Buttons_angebot_vorlage_32{background-image: url("../images/buttons/Angebot_Vorlage_32.png");}
 .BpWebApp_Buttons_angemeldeterbenutzer_16{background-image: url("../images/buttons/AngemeldeterBenutzer_16.png");}
 .BpWebApp_Buttons_angemeldeterbenutzer_24{background-image: url("../images/buttons/AngemeldeterBenutzer_24.png");}
 .BpWebApp_Buttons_angemeldeterbenutzer_32{background-image: url("../images/buttons/AngemeldeterBenutzer_32.png");}
 .BpWebApp_Buttons_anhang_16{background-image: url("../images/buttons/Anhang_16.png");}
 .BpWebApp_Buttons_anhang_24{background-image: url("../images/buttons/Anhang_24.png");}
 .BpWebApp_Buttons_anhang_32{background-image: url("../images/buttons/Anhang_32.png");}
 .BpWebApp_Buttons_anrufen_16{background-image: url("../images/buttons/anrufen_16.png");}
 .BpWebApp_Buttons_anrufen_24{background-image: url("../images/buttons/anrufen_24.png");}
 .BpWebApp_Buttons_anrufen_32{background-image: url("../images/buttons/anrufen_32.png");}
 .BpWebApp_Buttons_ansprechpartner_16{background-image: url("../images/buttons/Ansprechpartner_16.png");}
 .BpWebApp_Buttons_ansprechpartner_24{background-image: url("../images/buttons/Ansprechpartner_24.png");}
 .BpWebApp_Buttons_ansprechpartner_32{background-image: url("../images/buttons/Ansprechpartner_32.png");}
 .BpWebApp_Buttons_ansprechpartner_frau_16{background-image: url("../images/buttons/Ansprechpartner_Frau_16.png");}
 .BpWebApp_Buttons_ansprechpartner_frau_24{background-image: url("../images/buttons/Ansprechpartner_Frau_24.png");}
 .BpWebApp_Buttons_ansprechpartner_frau_32{background-image: url("../images/buttons/Ansprechpartner_Frau_32.png");}
 .BpWebApp_Buttons_ansprechpartner_mann_16{background-image: url("../images/buttons/Ansprechpartner_Mann_16.png");}
 .BpWebApp_Buttons_ansprechpartner_mann_24{background-image: url("../images/buttons/Ansprechpartner_Mann_24.png");}
 .BpWebApp_Buttons_ansprechpartner_mann_32{background-image: url("../images/buttons/Ansprechpartner_Mann_32.png");}
 .BpWebApp_Buttons_ansprechpartner_unbekannt_16{background-image: url("../images/buttons/Ansprechpartner_Unbekannt_16.png");}
 .BpWebApp_Buttons_ansprechpartner_unbekannt_24{background-image: url("../images/buttons/Ansprechpartner_Unbekannt_24.png");}
 .BpWebApp_Buttons_ansprechpartner_unbekannt_32{background-image: url("../images/buttons/Ansprechpartner_Unbekannt_32.png");}
 .BpWebApp_Buttons_anwesend_16{background-image: url("../images/buttons/Anwesend_16.png");}
 .BpWebApp_Buttons_anwesend_24{background-image: url("../images/buttons/Anwesend_24.png");}
 .BpWebApp_Buttons_anwesend_32{background-image: url("../images/buttons/Anwesend_32.png");}
 .BpWebApp_Buttons_apps_16{background-image: url("../images/buttons/Apps_16.png");}
 .BpWebApp_Buttons_apps_24{background-image: url("../images/buttons/Apps_24.png");}
 .BpWebApp_Buttons_apps_32{background-image: url("../images/buttons/Apps_32.png");}
 .BpWebApp_Buttons_app_start_16{background-image: url("../images/buttons/app_start_16.png");}
 .BpWebApp_Buttons_app_start_24{background-image: url("../images/buttons/app_start_24.png");}
 .BpWebApp_Buttons_app_start_32{background-image: url("../images/buttons/app_start_32.png");}
 .BpWebApp_Buttons_arbeitszeitkontenabschlag_16{background-image: url("../images/buttons/Arbeitszeitkontenabschlag_16.png");}
 .BpWebApp_Buttons_arbeitszeitkontenabschlag_24{background-image: url("../images/buttons/Arbeitszeitkontenabschlag_24.png");}
 .BpWebApp_Buttons_arbeitszeitkontenabschlag_32{background-image: url("../images/buttons/Arbeitszeitkontenabschlag_32.png");}
 .BpWebApp_Buttons_arbeitszeitkonten_16{background-image: url("../images/buttons/Arbeitszeitkonten_16.png");}
 .BpWebApp_Buttons_arbeitszeitkonten_24{background-image: url("../images/buttons/Arbeitszeitkonten_24.png");}
 .BpWebApp_Buttons_arbeitszeitkonten_32{background-image: url("../images/buttons/Arbeitszeitkonten_32.png");}
 .BpWebApp_Buttons_arrowleft_16{background-image: url("../images/buttons/arrowLeft_16.png");}
 .BpWebApp_Buttons_arrowleft_24{background-image: url("../images/buttons/arrowLeft_24.png");}
 .BpWebApp_Buttons_arrowleft_32{background-image: url("../images/buttons/arrowLeft_32.png");}
 .BpWebApp_Buttons_arrowright_16{background-image: url("../images/buttons/arrowRight_16.png");}
 .BpWebApp_Buttons_arrowright_24{background-image: url("../images/buttons/arrowRight_24.png");}
 .BpWebApp_Buttons_arrowright_32{background-image: url("../images/buttons/arrowRight_32.png");}
 .BpWebApp_Buttons_artikeladressen_16{background-image: url("../images/buttons/ArtikelAdressen_16.png");}
 .BpWebApp_Buttons_artikeladressen_24{background-image: url("../images/buttons/ArtikelAdressen_24.png");}
 .BpWebApp_Buttons_artikeladressen_32{background-image: url("../images/buttons/ArtikelAdressen_32.png");}
 .BpWebApp_Buttons_artikelbestand_16{background-image: url("../images/buttons/Artikelbestand_16.png");}
 .BpWebApp_Buttons_artikelbestand_24{background-image: url("../images/buttons/Artikelbestand_24.png");}
 .BpWebApp_Buttons_artikelbestand_32{background-image: url("../images/buttons/Artikelbestand_32.png");}
 .BpWebApp_Buttons_artikelgruppe_16{background-image: url("../images/buttons/artikelgruppe_16.png");}
 .BpWebApp_Buttons_artikelgruppe_24{background-image: url("../images/buttons/artikelgruppe_24.png");}
 .BpWebApp_Buttons_artikelgruppe_32{background-image: url("../images/buttons/artikelgruppe_32.png");}
 .BpWebApp_Buttons_artikelzusaetze_16{background-image: url("../images/buttons/Artikelzusaetze_16.png");}
 .BpWebApp_Buttons_artikelzusaetze_24{background-image: url("../images/buttons/Artikelzusaetze_24.png");}
 .BpWebApp_Buttons_artikelzusaetze_32{background-image: url("../images/buttons/Artikelzusaetze_32.png");}
 .BpWebApp_Buttons_artikel_16{background-image: url("../images/buttons/artikel_16.png");}
 .BpWebApp_Buttons_artikel_24{background-image: url("../images/buttons/artikel_24.png");}
 .BpWebApp_Buttons_artikel_32{background-image: url("../images/buttons/artikel_32.png");}
 .BpWebApp_Buttons_artikel_ausgeblendet_16{background-image: url("../images/buttons/artikel_ausgeblendet_16.png");}
 .BpWebApp_Buttons_artikel_ausgeblendet_24{background-image: url("../images/buttons/artikel_ausgeblendet_24.png");}
 .BpWebApp_Buttons_artikel_ausgeblendet_32{background-image: url("../images/buttons/artikel_ausgeblendet_32.png");}
 .BpWebApp_Buttons_artikel_gruppe_16{background-image: url("../images/buttons/artikel_gruppe_16.png");}
 .BpWebApp_Buttons_artikel_gruppe_24{background-image: url("../images/buttons/artikel_gruppe_24.png");}
 .BpWebApp_Buttons_artikel_gruppe_32{background-image: url("../images/buttons/artikel_gruppe_32.png");}
 .BpWebApp_Buttons_artikel_texte_16{background-image: url("../images/buttons/artikel_texte_16.png");}
 .BpWebApp_Buttons_artikel_texte_24{background-image: url("../images/buttons/artikel_texte_24.png");}
 .BpWebApp_Buttons_artikel_texte_32{background-image: url("../images/buttons/artikel_texte_32.png");}
 .BpWebApp_Buttons_artikel_texte_uebernehmen32_16{background-image: url("../images/buttons/artikel_texte_uebernehmen32_16.png");}
 .BpWebApp_Buttons_artikel_texte_uebernehmen32_24{background-image: url("../images/buttons/artikel_texte_uebernehmen32_24.png");}
 .BpWebApp_Buttons_artikel_texte_uebernehmen32_32{background-image: url("../images/buttons/artikel_texte_uebernehmen32_32.png");}
 .BpWebApp_Buttons_artikel_texte_uebernehmen_16{background-image: url("../images/buttons/artikel_texte_uebernehmen_16.png");}
 .BpWebApp_Buttons_artikel_texte_uebernehmen_24{background-image: url("../images/buttons/artikel_texte_uebernehmen_24.png");}
 .BpWebApp_Buttons_artikel_texte_uebernehmen_32{background-image: url("../images/buttons/artikel_texte_uebernehmen_32.png");}
 .BpWebApp_Buttons_auffaechern_16{background-image: url("../images/buttons/auffaechern_16.png");}
 .BpWebApp_Buttons_auffaechern_24{background-image: url("../images/buttons/auffaechern_24.png");}
 .BpWebApp_Buttons_auffaechern_32{background-image: url("../images/buttons/auffaechern_32.png");}
 .BpWebApp_Buttons_aufklappen_v2_16{background-image: url("../images/buttons/aufklappen_v2_16.png");}
 .BpWebApp_Buttons_aufklappen_v2_24{background-image: url("../images/buttons/aufklappen_v2_24.png");}
 .BpWebApp_Buttons_aufklappen_v2_32{background-image: url("../images/buttons/aufklappen_v2_32.png");}
 .BpWebApp_Buttons_aufloesung-optimieren_16{background-image: url("../images/buttons/Aufloesung-optimieren_16.png");}
 .BpWebApp_Buttons_aufloesung-optimieren_24{background-image: url("../images/buttons/Aufloesung-optimieren_24.png");}
 .BpWebApp_Buttons_aufloesung-optimieren_32{background-image: url("../images/buttons/Aufloesung-optimieren_32.png");}
 .BpWebApp_Buttons_aufnahme_16{background-image: url("../images/buttons/aufnahme_16.png");}
 .BpWebApp_Buttons_aufnahme_24{background-image: url("../images/buttons/aufnahme_24.png");}
 .BpWebApp_Buttons_aufnahme_32{background-image: url("../images/buttons/aufnahme_32.png");}
 .BpWebApp_Buttons_ausblenden_wenn_leer_16{background-image: url("../images/buttons/Ausblenden_Wenn_Leer_16.png");}
 .BpWebApp_Buttons_ausblenden_wenn_leer_24{background-image: url("../images/buttons/Ausblenden_Wenn_Leer_24.png");}
 .BpWebApp_Buttons_ausblenden_wenn_leer_32{background-image: url("../images/buttons/Ausblenden_Wenn_Leer_32.png");}
 .BpWebApp_Buttons_ausfuehren_16{background-image: url("../images/buttons/Ausfuehren_16.png");}
 .BpWebApp_Buttons_ausfuehren_24{background-image: url("../images/buttons/Ausfuehren_24.png");}
 .BpWebApp_Buttons_ausfuehren_32{background-image: url("../images/buttons/Ausfuehren_32.png");}
 .BpWebApp_Buttons_ausgabevorlagen_16{background-image: url("../images/buttons/Ausgabevorlagen_16.png");}
 .BpWebApp_Buttons_ausgabevorlagen_24{background-image: url("../images/buttons/Ausgabevorlagen_24.png");}
 .BpWebApp_Buttons_ausgabevorlagen_32{background-image: url("../images/buttons/Ausgabevorlagen_32.png");}
 .BpWebApp_Buttons_ausgabe_16{background-image: url("../images/buttons/ausgabe_16.png");}
 .BpWebApp_Buttons_ausgabe_24{background-image: url("../images/buttons/ausgabe_24.png");}
 .BpWebApp_Buttons_ausgabe_32{background-image: url("../images/buttons/ausgabe_32.png");}
 .BpWebApp_Buttons_ausgabe_liste_16{background-image: url("../images/buttons/Ausgabe_Liste_16.png");}
 .BpWebApp_Buttons_ausgabe_liste_24{background-image: url("../images/buttons/Ausgabe_Liste_24.png");}
 .BpWebApp_Buttons_ausgabe_liste_32{background-image: url("../images/buttons/Ausgabe_Liste_32.png");}
 .BpWebApp_Buttons_ausgeblendente_meldungen_16{background-image: url("../images/buttons/Ausgeblendente_Meldungen_16.png");}
 .BpWebApp_Buttons_ausgeblendente_meldungen_24{background-image: url("../images/buttons/Ausgeblendente_Meldungen_24.png");}
 .BpWebApp_Buttons_ausgeblendente_meldungen_32{background-image: url("../images/buttons/Ausgeblendente_Meldungen_32.png");}
 .BpWebApp_Buttons_ausloesendemeldung_16{background-image: url("../images/buttons/AusloesendeMeldung_16.png");}
 .BpWebApp_Buttons_ausloesendemeldung_24{background-image: url("../images/buttons/AusloesendeMeldung_24.png");}
 .BpWebApp_Buttons_ausloesendemeldung_32{background-image: url("../images/buttons/AusloesendeMeldung_32.png");}
 .BpWebApp_Buttons_ausrichtung_16{background-image: url("../images/buttons/Ausrichtung_16.png");}
 .BpWebApp_Buttons_ausrichtung_24{background-image: url("../images/buttons/Ausrichtung_24.png");}
 .BpWebApp_Buttons_ausrichtung_32{background-image: url("../images/buttons/Ausrichtung_32.png");}
 .BpWebApp_Buttons_ausschildern_16{background-image: url("../images/buttons/ausschildern_16.png");}
 .BpWebApp_Buttons_ausschildern_24{background-image: url("../images/buttons/ausschildern_24.png");}
 .BpWebApp_Buttons_ausschildern_32{background-image: url("../images/buttons/ausschildern_32.png");}
 .BpWebApp_Buttons_ausschneiden_16{background-image: url("../images/buttons/ausschneiden_16.png");}
 .BpWebApp_Buttons_ausschneiden_24{background-image: url("../images/buttons/ausschneiden_24.png");}
 .BpWebApp_Buttons_ausschneiden_32{background-image: url("../images/buttons/ausschneiden_32.png");}
 .BpWebApp_Buttons_auswahllistenkatalog_16{background-image: url("../images/buttons/Auswahllistenkatalog_16.png");}
 .BpWebApp_Buttons_auswahllistenkatalog_24{background-image: url("../images/buttons/Auswahllistenkatalog_24.png");}
 .BpWebApp_Buttons_auswahllistenkatalog_32{background-image: url("../images/buttons/Auswahllistenkatalog_32.png");}
 .BpWebApp_Buttons_av_vertrag_16{background-image: url("../images/buttons/AV_Vertrag_16.png");}
 .BpWebApp_Buttons_av_vertrag_24{background-image: url("../images/buttons/AV_Vertrag_24.png");}
 .BpWebApp_Buttons_av_vertrag_32{background-image: url("../images/buttons/AV_Vertrag_32.png");}
 .BpWebApp_Buttons_bankkonto_16{background-image: url("../images/buttons/Bankkonto_16.png");}
 .BpWebApp_Buttons_bankkonto_24{background-image: url("../images/buttons/Bankkonto_24.png");}
 .BpWebApp_Buttons_bankkonto_32{background-image: url("../images/buttons/Bankkonto_32.png");}
 .BpWebApp_Buttons_barcode_16{background-image: url("../images/buttons/Barcode_16.png");}
 .BpWebApp_Buttons_barcode_24{background-image: url("../images/buttons/Barcode_24.png");}
 .BpWebApp_Buttons_barcode_32{background-image: url("../images/buttons/Barcode_32.png");}
 .BpWebApp_Buttons_bargeld_16{background-image: url("../images/buttons/Bargeld_16.png");}
 .BpWebApp_Buttons_bargeld_24{background-image: url("../images/buttons/Bargeld_24.png");}
 .BpWebApp_Buttons_bargeld_32{background-image: url("../images/buttons/Bargeld_32.png");}
 .BpWebApp_Buttons_basis_16{background-image: url("../images/buttons/Basis_16.png");}
 .BpWebApp_Buttons_basis_24{background-image: url("../images/buttons/Basis_24.png");}
 .BpWebApp_Buttons_basis_32{background-image: url("../images/buttons/Basis_32.png");}
 .BpWebApp_Buttons_bb_crop_16{background-image: url("../images/buttons/bb_crop_16.png");}
 .BpWebApp_Buttons_bb_crop_24{background-image: url("../images/buttons/bb_crop_24.png");}
 .BpWebApp_Buttons_bb_crop_32{background-image: url("../images/buttons/bb_crop_32.png");}
 .BpWebApp_Buttons_bb_flip_hor_16{background-image: url("../images/buttons/bb_flip_hor_16.png");}
 .BpWebApp_Buttons_bb_flip_hor_24{background-image: url("../images/buttons/bb_flip_hor_24.png");}
 .BpWebApp_Buttons_bb_flip_hor_32{background-image: url("../images/buttons/bb_flip_hor_32.png");}
 .BpWebApp_Buttons_bb_flip_ver_16{background-image: url("../images/buttons/bb_flip_ver_16.png");}
 .BpWebApp_Buttons_bb_flip_ver_24{background-image: url("../images/buttons/bb_flip_ver_24.png");}
 .BpWebApp_Buttons_bb_flip_ver_32{background-image: url("../images/buttons/bb_flip_ver_32.png");}
 .BpWebApp_Buttons_bb_grayscale_16{background-image: url("../images/buttons/bb_grayscale_16.png");}
 .BpWebApp_Buttons_bb_grayscale_24{background-image: url("../images/buttons/bb_grayscale_24.png");}
 .BpWebApp_Buttons_bb_grayscale_32{background-image: url("../images/buttons/bb_grayscale_32.png");}
 .BpWebApp_Buttons_bb_proportional_16{background-image: url("../images/buttons/bb_proportional_16.png");}
 .BpWebApp_Buttons_bb_proportional_24{background-image: url("../images/buttons/bb_proportional_24.png");}
 .BpWebApp_Buttons_bb_proportional_32{background-image: url("../images/buttons/bb_proportional_32.png");}
 .BpWebApp_Buttons_bb_redo_16{background-image: url("../images/buttons/bb_redo_16.png");}
 .BpWebApp_Buttons_bb_redo_24{background-image: url("../images/buttons/bb_redo_24.png");}
 .BpWebApp_Buttons_bb_redo_32{background-image: url("../images/buttons/bb_redo_32.png");}
 .BpWebApp_Buttons_bb_rotate_gu_16{background-image: url("../images/buttons/bb_rotate_gu_16.png");}
 .BpWebApp_Buttons_bb_rotate_gu_24{background-image: url("../images/buttons/bb_rotate_gu_24.png");}
 .BpWebApp_Buttons_bb_rotate_gu_32{background-image: url("../images/buttons/bb_rotate_gu_32.png");}
 .BpWebApp_Buttons_bb_rotate_iu_16{background-image: url("../images/buttons/bb_rotate_iu_16.png");}
 .BpWebApp_Buttons_bb_rotate_iu_24{background-image: url("../images/buttons/bb_rotate_iu_24.png");}
 .BpWebApp_Buttons_bb_rotate_iu_32{background-image: url("../images/buttons/bb_rotate_iu_32.png");}
 .BpWebApp_Buttons_bb_undo_16{background-image: url("../images/buttons/bb_undo_16.png");}
 .BpWebApp_Buttons_bb_undo_24{background-image: url("../images/buttons/bb_undo_24.png");}
 .BpWebApp_Buttons_bb_undo_32{background-image: url("../images/buttons/bb_undo_32.png");}
 .BpWebApp_Buttons_bb_zoom_out_16{background-image: url("../images/buttons/bb_zoom_out_16.png");}
 .BpWebApp_Buttons_bb_zoom_out_24{background-image: url("../images/buttons/bb_zoom_out_24.png");}
 .BpWebApp_Buttons_bb_zoom_out_32{background-image: url("../images/buttons/bb_zoom_out_32.png");}
 .BpWebApp_Buttons_bearbeitungsmodus_16{background-image: url("../images/buttons/Bearbeitungsmodus_16.png");}
 .BpWebApp_Buttons_bearbeitungsmodus_24{background-image: url("../images/buttons/Bearbeitungsmodus_24.png");}
 .BpWebApp_Buttons_bearbeitungsmodus_32{background-image: url("../images/buttons/Bearbeitungsmodus_32.png");}
 .BpWebApp_Buttons_bediengeld_16{background-image: url("../images/buttons/Bediengeld_16.png");}
 .BpWebApp_Buttons_bediengeld_24{background-image: url("../images/buttons/Bediengeld_24.png");}
 .BpWebApp_Buttons_bediengeld_32{background-image: url("../images/buttons/Bediengeld_32.png");}
 .BpWebApp_Buttons_bedingte_formatierung_16{background-image: url("../images/buttons/Bedingte_Formatierung_16.png");}
 .BpWebApp_Buttons_bedingte_formatierung_24{background-image: url("../images/buttons/Bedingte_Formatierung_24.png");}
 .BpWebApp_Buttons_bedingte_formatierung_32{background-image: url("../images/buttons/Bedingte_Formatierung_32.png");}
 .BpWebApp_Buttons_benutzerfilter_16{background-image: url("../images/buttons/benutzerfilter_16.png");}
 .BpWebApp_Buttons_benutzerfilter_24{background-image: url("../images/buttons/benutzerfilter_24.png");}
 .BpWebApp_Buttons_benutzerfilter_32{background-image: url("../images/buttons/benutzerfilter_32.png");}
 .BpWebApp_Buttons_benutzer_16{background-image: url("../images/buttons/Benutzer_16.png");}
 .BpWebApp_Buttons_benutzer_24{background-image: url("../images/buttons/Benutzer_24.png");}
 .BpWebApp_Buttons_benutzer_32{background-image: url("../images/buttons/Benutzer_32.png");}
 .BpWebApp_Buttons_benutzer_favoriten_16{background-image: url("../images/buttons/Benutzer_Favoriten_16.png");}
 .BpWebApp_Buttons_benutzer_favoriten_24{background-image: url("../images/buttons/Benutzer_Favoriten_24.png");}
 .BpWebApp_Buttons_benutzer_favoriten_32{background-image: url("../images/buttons/Benutzer_Favoriten_32.png");}
 .BpWebApp_Buttons_bereinigen_16{background-image: url("../images/buttons/bereinigen_16.png");}
 .BpWebApp_Buttons_bereinigen_24{background-image: url("../images/buttons/bereinigen_24.png");}
 .BpWebApp_Buttons_bereinigen_32{background-image: url("../images/buttons/bereinigen_32.png");}
 .BpWebApp_Buttons_bereitschaft_16{background-image: url("../images/buttons/bereitschaft_16.png");}
 .BpWebApp_Buttons_bereitschaft_24{background-image: url("../images/buttons/bereitschaft_24.png");}
 .BpWebApp_Buttons_bereitschaft_32{background-image: url("../images/buttons/bereitschaft_32.png");}
 .BpWebApp_Buttons_bestand_16{background-image: url("../images/buttons/Bestand_16.png");}
 .BpWebApp_Buttons_bestand_24{background-image: url("../images/buttons/Bestand_24.png");}
 .BpWebApp_Buttons_bestand_32{background-image: url("../images/buttons/Bestand_32.png");}
 .BpWebApp_Buttons_bestellungen_angeboten_16{background-image: url("../images/buttons/Bestellungen_Angeboten_16.png");}
 .BpWebApp_Buttons_bestellungen_angeboten_24{background-image: url("../images/buttons/Bestellungen_Angeboten_24.png");}
 .BpWebApp_Buttons_bestellungen_angeboten_32{background-image: url("../images/buttons/Bestellungen_Angeboten_32.png");}
 .BpWebApp_Buttons_bestellung_16{background-image: url("../images/buttons/Bestellung_16.png");}
 .BpWebApp_Buttons_bestellung_24{background-image: url("../images/buttons/Bestellung_24.png");}
 .BpWebApp_Buttons_bestellung_32{background-image: url("../images/buttons/Bestellung_32.png");}
 .BpWebApp_Buttons_bestellung_edit_16{background-image: url("../images/buttons/Bestellung_Edit_16.png");}
 .BpWebApp_Buttons_bestellung_edit_24{background-image: url("../images/buttons/Bestellung_Edit_24.png");}
 .BpWebApp_Buttons_bestellung_edit_32{background-image: url("../images/buttons/Bestellung_Edit_32.png");}
 .BpWebApp_Buttons_bestellung_extern_intern_personal_16{background-image: url("../images/buttons/Bestellung_Extern_Intern_Personal_16.png");}
 .BpWebApp_Buttons_bestellung_extern_intern_personal_24{background-image: url("../images/buttons/Bestellung_Extern_Intern_Personal_24.png");}
 .BpWebApp_Buttons_bestellung_extern_intern_personal_32{background-image: url("../images/buttons/Bestellung_Extern_Intern_Personal_32.png");}
 .BpWebApp_Buttons_bestellung_extern_personal_16{background-image: url("../images/buttons/Bestellung_Extern_Personal_16.png");}
 .BpWebApp_Buttons_bestellung_extern_personal_24{background-image: url("../images/buttons/Bestellung_Extern_Personal_24.png");}
 .BpWebApp_Buttons_bestellung_extern_personal_32{background-image: url("../images/buttons/Bestellung_Extern_Personal_32.png");}
 .BpWebApp_Buttons_bestellung_intern_16{background-image: url("../images/buttons/Bestellung_Intern_16.png");}
 .BpWebApp_Buttons_bestellung_intern_24{background-image: url("../images/buttons/Bestellung_Intern_24.png");}
 .BpWebApp_Buttons_bestellung_intern_32{background-image: url("../images/buttons/Bestellung_Intern_32.png");}
 .BpWebApp_Buttons_bestellung_intern_personal_16{background-image: url("../images/buttons/Bestellung_Intern_Personal_16.png");}
 .BpWebApp_Buttons_bestellung_intern_personal_24{background-image: url("../images/buttons/Bestellung_Intern_Personal_24.png");}
 .BpWebApp_Buttons_bestellung_intern_personal_32{background-image: url("../images/buttons/Bestellung_Intern_Personal_32.png");}
 .BpWebApp_Buttons_bestellung_kalkulation_16{background-image: url("../images/buttons/Bestellung_Kalkulation_16.png");}
 .BpWebApp_Buttons_bestellung_kalkulation_24{background-image: url("../images/buttons/Bestellung_Kalkulation_24.png");}
 .BpWebApp_Buttons_bestellung_kalkulation_32{background-image: url("../images/buttons/Bestellung_Kalkulation_32.png");}
 .BpWebApp_Buttons_bestellung_retourenabrechnung_16{background-image: url("../images/buttons/Bestellung_Retourenabrechnung_16.png");}
 .BpWebApp_Buttons_bestellung_retourenabrechnung_24{background-image: url("../images/buttons/Bestellung_Retourenabrechnung_24.png");}
 .BpWebApp_Buttons_bestellung_retourenabrechnung_32{background-image: url("../images/buttons/Bestellung_Retourenabrechnung_32.png");}
 .BpWebApp_Buttons_bestellung_retoure_16{background-image: url("../images/buttons/Bestellung_Retoure_16.png");}
 .BpWebApp_Buttons_bestellung_retoure_24{background-image: url("../images/buttons/Bestellung_Retoure_24.png");}
 .BpWebApp_Buttons_bestellung_retoure_32{background-image: url("../images/buttons/Bestellung_Retoure_32.png");}
 .BpWebApp_Buttons_bestellung_vorlage_16{background-image: url("../images/buttons/Bestellung_Vorlage_16.png");}
 .BpWebApp_Buttons_bestellung_vorlage_24{background-image: url("../images/buttons/Bestellung_Vorlage_24.png");}
 .BpWebApp_Buttons_bestellung_vorlage_32{background-image: url("../images/buttons/Bestellung_Vorlage_32.png");}
 .BpWebApp_Buttons_betreuer_informieren_16{background-image: url("../images/buttons/Betreuer_Informieren_16.png");}
 .BpWebApp_Buttons_betreuer_informieren_24{background-image: url("../images/buttons/Betreuer_Informieren_24.png");}
 .BpWebApp_Buttons_betreuer_informieren_32{background-image: url("../images/buttons/Betreuer_Informieren_32.png");}
 .BpWebApp_Buttons_betrieb_16{background-image: url("../images/buttons/betrieb_16.png");}
 .BpWebApp_Buttons_betrieb_24{background-image: url("../images/buttons/betrieb_24.png");}
 .BpWebApp_Buttons_betrieb_32{background-image: url("../images/buttons/betrieb_32.png");}
 .BpWebApp_Buttons_betrieb_daten_uebernehmen_16{background-image: url("../images/buttons/Betrieb_Daten_Uebernehmen_16.png");}
 .BpWebApp_Buttons_betrieb_daten_uebernehmen_24{background-image: url("../images/buttons/Betrieb_Daten_Uebernehmen_24.png");}
 .BpWebApp_Buttons_betrieb_daten_uebernehmen_32{background-image: url("../images/buttons/Betrieb_Daten_Uebernehmen_32.png");}
 .BpWebApp_Buttons_bewegen_16{background-image: url("../images/buttons/Bewegen_16.png");}
 .BpWebApp_Buttons_bewegen_24{background-image: url("../images/buttons/Bewegen_24.png");}
 .BpWebApp_Buttons_bewegen_32{background-image: url("../images/buttons/Bewegen_32.png");}
 .BpWebApp_Buttons_bezuege_einfuegen_16{background-image: url("../images/buttons/Bezuege_einfuegen_16.png");}
 .BpWebApp_Buttons_bezuege_einfuegen_24{background-image: url("../images/buttons/Bezuege_einfuegen_24.png");}
 .BpWebApp_Buttons_bezuege_einfuegen_32{background-image: url("../images/buttons/Bezuege_einfuegen_32.png");}
 .BpWebApp_Buttons_bezug_16{background-image: url("../images/buttons/bezug_16.png");}
 .BpWebApp_Buttons_bezug_24{background-image: url("../images/buttons/bezug_24.png");}
 .BpWebApp_Buttons_bezug_32{background-image: url("../images/buttons/bezug_32.png");}
 .BpWebApp_Buttons_bilder_16{background-image: url("../images/buttons/Bilder_16.png");}
 .BpWebApp_Buttons_bilder_24{background-image: url("../images/buttons/Bilder_24.png");}
 .BpWebApp_Buttons_bilder_32{background-image: url("../images/buttons/Bilder_32.png");}
 .BpWebApp_Buttons_bildoptimierer_16{background-image: url("../images/buttons/Bildoptimierer_16.png");}
 .BpWebApp_Buttons_bildoptimierer_24{background-image: url("../images/buttons/Bildoptimierer_24.png");}
 .BpWebApp_Buttons_bildoptimierer_32{background-image: url("../images/buttons/Bildoptimierer_32.png");}
 .BpWebApp_Buttons_bild_16{background-image: url("../images/buttons/Bild_16.png");}
 .BpWebApp_Buttons_bild_24{background-image: url("../images/buttons/Bild_24.png");}
 .BpWebApp_Buttons_bild_32{background-image: url("../images/buttons/Bild_32.png");}
 .BpWebApp_Buttons_bild_auf_seite_16{background-image: url("../images/buttons/Bild_auf_Seite_16.png");}
 .BpWebApp_Buttons_bild_auf_seite_24{background-image: url("../images/buttons/Bild_auf_Seite_24.png");}
 .BpWebApp_Buttons_bild_auf_seite_32{background-image: url("../images/buttons/Bild_auf_Seite_32.png");}
 .BpWebApp_Buttons_bild_grayscale_16{background-image: url("../images/buttons/Bild_Grayscale_16.png");}
 .BpWebApp_Buttons_bild_grayscale_24{background-image: url("../images/buttons/Bild_Grayscale_24.png");}
 .BpWebApp_Buttons_bild_grayscale_32{background-image: url("../images/buttons/Bild_Grayscale_32.png");}
 .BpWebApp_Buttons_bild_in_verlauf_16{background-image: url("../images/buttons/Bild_in_Verlauf_16.png");}
 .BpWebApp_Buttons_bild_in_verlauf_24{background-image: url("../images/buttons/Bild_in_Verlauf_24.png");}
 .BpWebApp_Buttons_bild_in_verlauf_32{background-image: url("../images/buttons/Bild_in_Verlauf_32.png");}
 .BpWebApp_Buttons_blaettern_zum_ersten_16{background-image: url("../images/buttons/Blaettern_Zum_Ersten_16.png");}
 .BpWebApp_Buttons_blaettern_zum_ersten_24{background-image: url("../images/buttons/Blaettern_Zum_Ersten_24.png");}
 .BpWebApp_Buttons_blaettern_zum_ersten_32{background-image: url("../images/buttons/Blaettern_Zum_Ersten_32.png");}
 .BpWebApp_Buttons_blaettern_zum_letzten_16{background-image: url("../images/buttons/Blaettern_Zum_Letzten_16.png");}
 .BpWebApp_Buttons_blaettern_zum_letzten_24{background-image: url("../images/buttons/Blaettern_Zum_Letzten_24.png");}
 .BpWebApp_Buttons_blaettern_zum_letzten_32{background-image: url("../images/buttons/Blaettern_Zum_Letzten_32.png");}
 .BpWebApp_Buttons_blaettern_zum_naechsten_16{background-image: url("../images/buttons/Blaettern_Zum_Naechsten_16.png");}
 .BpWebApp_Buttons_blaettern_zum_naechsten_24{background-image: url("../images/buttons/Blaettern_Zum_Naechsten_24.png");}
 .BpWebApp_Buttons_blaettern_zum_naechsten_32{background-image: url("../images/buttons/Blaettern_Zum_Naechsten_32.png");}
 .BpWebApp_Buttons_blaettern_zum_vorigen_16{background-image: url("../images/buttons/Blaettern_Zum_Vorigen_16.png");}
 .BpWebApp_Buttons_blaettern_zum_vorigen_24{background-image: url("../images/buttons/Blaettern_Zum_Vorigen_24.png");}
 .BpWebApp_Buttons_blaettern_zum_vorigen_32{background-image: url("../images/buttons/Blaettern_Zum_Vorigen_32.png");}
 .BpWebApp_Buttons_blocksatz_16{background-image: url("../images/buttons/Blocksatz_16.png");}
 .BpWebApp_Buttons_blocksatz_24{background-image: url("../images/buttons/Blocksatz_24.png");}
 .BpWebApp_Buttons_blocksatz_32{background-image: url("../images/buttons/Blocksatz_32.png");}
 .BpWebApp_Buttons_bookmark_16{background-image: url("../images/buttons/bookmark_16.png");}
 .BpWebApp_Buttons_bookmark_24{background-image: url("../images/buttons/bookmark_24.png");}
 .BpWebApp_Buttons_bookmark_32{background-image: url("../images/buttons/bookmark_32.png");}
 .BpWebApp_Buttons_bp_16{background-image: url("../images/buttons/Bp_16.png");}
 .BpWebApp_Buttons_bp_24{background-image: url("../images/buttons/Bp_24.png");}
 .BpWebApp_Buttons_bp_32{background-image: url("../images/buttons/Bp_32.png");}
 .BpWebApp_Buttons_bp_server_16{background-image: url("../images/buttons/Bp_Server_16.png");}
 .BpWebApp_Buttons_bp_server_24{background-image: url("../images/buttons/Bp_Server_24.png");}
 .BpWebApp_Buttons_bp_server_32{background-image: url("../images/buttons/Bp_Server_32.png");}
 .BpWebApp_Buttons_break_16{background-image: url("../images/buttons/break_16.png");}
 .BpWebApp_Buttons_break_24{background-image: url("../images/buttons/break_24.png");}
 .BpWebApp_Buttons_break_32{background-image: url("../images/buttons/break_32.png");}
 .BpWebApp_Buttons_briefe_16{background-image: url("../images/buttons/Briefe_16.png");}
 .BpWebApp_Buttons_briefe_24{background-image: url("../images/buttons/Briefe_24.png");}
 .BpWebApp_Buttons_briefe_32{background-image: url("../images/buttons/Briefe_32.png");}
 .BpWebApp_Buttons_brief_16{background-image: url("../images/buttons/Brief_16.png");}
 .BpWebApp_Buttons_brief_24{background-image: url("../images/buttons/Brief_24.png");}
 .BpWebApp_Buttons_brief_32{background-image: url("../images/buttons/Brief_32.png");}
 .BpWebApp_Buttons_browser_16{background-image: url("../images/buttons/browser_16.png");}
 .BpWebApp_Buttons_browser_24{background-image: url("../images/buttons/browser_24.png");}
 .BpWebApp_Buttons_browser_32{background-image: url("../images/buttons/browser_32.png");}
 .BpWebApp_Buttons_buchhaltung_16{background-image: url("../images/buttons/Buchhaltung_16.png");}
 .BpWebApp_Buttons_buchhaltung_24{background-image: url("../images/buttons/Buchhaltung_24.png");}
 .BpWebApp_Buttons_buchhaltung_32{background-image: url("../images/buttons/Buchhaltung_32.png");}
 .BpWebApp_Buttons_cal_arrow_down_16{background-image: url("../images/buttons/cal_arrow_down_16.png");}
 .BpWebApp_Buttons_cal_arrow_down_24{background-image: url("../images/buttons/cal_arrow_down_24.png");}
 .BpWebApp_Buttons_cal_arrow_down_32{background-image: url("../images/buttons/cal_arrow_down_32.png");}
 .BpWebApp_Buttons_cal_arrow_left_16{background-image: url("../images/buttons/cal_arrow_left_16.png");}
 .BpWebApp_Buttons_cal_arrow_left_24{background-image: url("../images/buttons/cal_arrow_left_24.png");}
 .BpWebApp_Buttons_cal_arrow_left_32{background-image: url("../images/buttons/cal_arrow_left_32.png");}
 .BpWebApp_Buttons_cal_arrow_m_left_16{background-image: url("../images/buttons/cal_arrow_M_left_16.png");}
 .BpWebApp_Buttons_cal_arrow_m_left_24{background-image: url("../images/buttons/cal_arrow_M_left_24.png");}
 .BpWebApp_Buttons_cal_arrow_m_left_32{background-image: url("../images/buttons/cal_arrow_M_left_32.png");}
 .BpWebApp_Buttons_cal_arrow_m_right_16{background-image: url("../images/buttons/cal_arrow_M_right_16.png");}
 .BpWebApp_Buttons_cal_arrow_m_right_24{background-image: url("../images/buttons/cal_arrow_M_right_24.png");}
 .BpWebApp_Buttons_cal_arrow_m_right_32{background-image: url("../images/buttons/cal_arrow_M_right_32.png");}
 .BpWebApp_Buttons_cal_arrow_right_16{background-image: url("../images/buttons/cal_arrow_right_16.png");}
 .BpWebApp_Buttons_cal_arrow_right_24{background-image: url("../images/buttons/cal_arrow_right_24.png");}
 .BpWebApp_Buttons_cal_arrow_right_32{background-image: url("../images/buttons/cal_arrow_right_32.png");}
 .BpWebApp_Buttons_cal_arrow_up_16{background-image: url("../images/buttons/cal_arrow_up_16.png");}
 .BpWebApp_Buttons_cal_arrow_up_24{background-image: url("../images/buttons/cal_arrow_up_24.png");}
 .BpWebApp_Buttons_cal_arrow_up_32{background-image: url("../images/buttons/cal_arrow_up_32.png");}
 .BpWebApp_Buttons_cal_empty_16{background-image: url("../images/buttons/cal_empty_16.png");}
 .BpWebApp_Buttons_cal_empty_24{background-image: url("../images/buttons/cal_empty_24.png");}
 .BpWebApp_Buttons_cal_empty_32{background-image: url("../images/buttons/cal_empty_32.png");}
 .BpWebApp_Buttons_cal_today_16{background-image: url("../images/buttons/cal_today_16.png");}
 .BpWebApp_Buttons_cal_today_24{background-image: url("../images/buttons/cal_today_24.png");}
 .BpWebApp_Buttons_cal_today_32{background-image: url("../images/buttons/cal_today_32.png");}
 .BpWebApp_Buttons_cal_view_cal_16{background-image: url("../images/buttons/cal_view_cal_16.png");}
 .BpWebApp_Buttons_cal_view_cal_24{background-image: url("../images/buttons/cal_view_cal_24.png");}
 .BpWebApp_Buttons_cal_view_cal_32{background-image: url("../images/buttons/cal_view_cal_32.png");}
 .BpWebApp_Buttons_cal_view_cards_16{background-image: url("../images/buttons/cal_view_cards_16.png");}
 .BpWebApp_Buttons_cal_view_cards_24{background-image: url("../images/buttons/cal_view_cards_24.png");}
 .BpWebApp_Buttons_cal_view_cards_32{background-image: url("../images/buttons/cal_view_cards_32.png");}
 .BpWebApp_Buttons_cal_view_days_16{background-image: url("../images/buttons/cal_view_days_16.png");}
 .BpWebApp_Buttons_cal_view_days_24{background-image: url("../images/buttons/cal_view_days_24.png");}
 .BpWebApp_Buttons_cal_view_days_32{background-image: url("../images/buttons/cal_view_days_32.png");}
 .BpWebApp_Buttons_cal_view_list_16{background-image: url("../images/buttons/cal_view_list_16.png");}
 .BpWebApp_Buttons_cal_view_list_24{background-image: url("../images/buttons/cal_view_list_24.png");}
 .BpWebApp_Buttons_cal_view_list_32{background-image: url("../images/buttons/cal_view_list_32.png");}
 .BpWebApp_Buttons_cal_view_months_16{background-image: url("../images/buttons/cal_view_months_16.png");}
 .BpWebApp_Buttons_cal_view_months_24{background-image: url("../images/buttons/cal_view_months_24.png");}
 .BpWebApp_Buttons_cal_view_months_32{background-image: url("../images/buttons/cal_view_months_32.png");}
 .BpWebApp_Buttons_cal_view_timeline2_16{background-image: url("../images/buttons/cal_view_timeline2_16.png");}
 .BpWebApp_Buttons_cal_view_timeline2_24{background-image: url("../images/buttons/cal_view_timeline2_24.png");}
 .BpWebApp_Buttons_cal_view_timeline2_32{background-image: url("../images/buttons/cal_view_timeline2_32.png");}
 .BpWebApp_Buttons_cal_view_timeline_16{background-image: url("../images/buttons/cal_view_timeline_16.png");}
 .BpWebApp_Buttons_cal_view_timeline_24{background-image: url("../images/buttons/cal_view_timeline_24.png");}
 .BpWebApp_Buttons_cal_view_timeline_32{background-image: url("../images/buttons/cal_view_timeline_32.png");}
 .BpWebApp_Buttons_chart_16{background-image: url("../images/buttons/Chart_16.png");}
 .BpWebApp_Buttons_chart_24{background-image: url("../images/buttons/Chart_24.png");}
 .BpWebApp_Buttons_chart_32{background-image: url("../images/buttons/Chart_32.png");}
 .BpWebApp_Buttons_checkliste_16{background-image: url("../images/buttons/Checkliste_16.png");}
 .BpWebApp_Buttons_checkliste_24{background-image: url("../images/buttons/Checkliste_24.png");}
 .BpWebApp_Buttons_checkliste_32{background-image: url("../images/buttons/Checkliste_32.png");}
 .BpWebApp_Buttons_check_16{background-image: url("../images/buttons/check_16.png");}
 .BpWebApp_Buttons_check_24{background-image: url("../images/buttons/check_24.png");}
 .BpWebApp_Buttons_check_32{background-image: url("../images/buttons/check_32.png");}
 .BpWebApp_Buttons_check_for_duplicates_16{background-image: url("../images/buttons/Check_For_Duplicates_16.png");}
 .BpWebApp_Buttons_check_for_duplicates_24{background-image: url("../images/buttons/Check_For_Duplicates_24.png");}
 .BpWebApp_Buttons_check_for_duplicates_32{background-image: url("../images/buttons/Check_For_Duplicates_32.png");}
 .BpWebApp_Buttons_clearformat_16{background-image: url("../images/buttons/ClearFormat_16.png");}
 .BpWebApp_Buttons_clearformat_24{background-image: url("../images/buttons/ClearFormat_24.png");}
 .BpWebApp_Buttons_clearformat_32{background-image: url("../images/buttons/ClearFormat_32.png");}
 .BpWebApp_Buttons_collapse_16{background-image: url("../images/buttons/collapse_16.png");}
 .BpWebApp_Buttons_collapse_24{background-image: url("../images/buttons/collapse_24.png");}
 .BpWebApp_Buttons_collapse_32{background-image: url("../images/buttons/collapse_32.png");}
 .BpWebApp_Buttons_compress_16{background-image: url("../images/buttons/Compress_16.png");}
 .BpWebApp_Buttons_compress_24{background-image: url("../images/buttons/Compress_24.png");}
 .BpWebApp_Buttons_compress_32{background-image: url("../images/buttons/Compress_32.png");}
 .BpWebApp_Buttons_computer_16{background-image: url("../images/buttons/Computer_16.png");}
 .BpWebApp_Buttons_computer_24{background-image: url("../images/buttons/Computer_24.png");}
 .BpWebApp_Buttons_computer_32{background-image: url("../images/buttons/Computer_32.png");}
 .BpWebApp_Buttons_copyformat_16{background-image: url("../images/buttons/copyFormat_16.png");}
 .BpWebApp_Buttons_copyformat_24{background-image: url("../images/buttons/copyFormat_24.png");}
 .BpWebApp_Buttons_copyformat_32{background-image: url("../images/buttons/copyFormat_32.png");}
 .BpWebApp_Buttons_copy_16{background-image: url("../images/buttons/Copy_16.png");}
 .BpWebApp_Buttons_copy_24{background-image: url("../images/buttons/Copy_24.png");}
 .BpWebApp_Buttons_copy_32{background-image: url("../images/buttons/Copy_32.png");}
 .BpWebApp_Buttons_datei_16{background-image: url("../images/buttons/datei_16.png");}
 .BpWebApp_Buttons_datei_24{background-image: url("../images/buttons/datei_24.png");}
 .BpWebApp_Buttons_datei_32{background-image: url("../images/buttons/datei_32.png");}
 .BpWebApp_Buttons_datenbankfeld_16{background-image: url("../images/buttons/Datenbankfeld_16.png");}
 .BpWebApp_Buttons_datenbankfeld_24{background-image: url("../images/buttons/Datenbankfeld_24.png");}
 .BpWebApp_Buttons_datenbankfeld_32{background-image: url("../images/buttons/Datenbankfeld_32.png");}
 .BpWebApp_Buttons_datenbank_16{background-image: url("../images/buttons/Datenbank_16.png");}
 .BpWebApp_Buttons_datenbank_24{background-image: url("../images/buttons/Datenbank_24.png");}
 .BpWebApp_Buttons_datenbank_32{background-image: url("../images/buttons/Datenbank_32.png");}
 .BpWebApp_Buttons_datenblatt_16{background-image: url("../images/buttons/Datenblatt_16.png");}
 .BpWebApp_Buttons_datenblatt_24{background-image: url("../images/buttons/Datenblatt_24.png");}
 .BpWebApp_Buttons_datenblatt_32{background-image: url("../images/buttons/Datenblatt_32.png");}
 .BpWebApp_Buttons_datenerfassung_16{background-image: url("../images/buttons/Datenerfassung_16.png");}
 .BpWebApp_Buttons_datenerfassung_24{background-image: url("../images/buttons/Datenerfassung_24.png");}
 .BpWebApp_Buttons_datenerfassung_32{background-image: url("../images/buttons/Datenerfassung_32.png");}
 .BpWebApp_Buttons_datenerfassung_fehlt_16{background-image: url("../images/buttons/Datenerfassung_Fehlt_16.png");}
 .BpWebApp_Buttons_datenerfassung_fehlt_24{background-image: url("../images/buttons/Datenerfassung_Fehlt_24.png");}
 .BpWebApp_Buttons_datenerfassung_fehlt_32{background-image: url("../images/buttons/Datenerfassung_Fehlt_32.png");}
 .BpWebApp_Buttons_datenerfassung_ok_16{background-image: url("../images/buttons/Datenerfassung_OK_16.png");}
 .BpWebApp_Buttons_datenerfassung_ok_24{background-image: url("../images/buttons/Datenerfassung_OK_24.png");}
 .BpWebApp_Buttons_datenerfassung_ok_32{background-image: url("../images/buttons/Datenerfassung_OK_32.png");}
 .BpWebApp_Buttons_datennutzung_16{background-image: url("../images/buttons/Datennutzung_16.png");}
 .BpWebApp_Buttons_datennutzung_24{background-image: url("../images/buttons/Datennutzung_24.png");}
 .BpWebApp_Buttons_datennutzung_32{background-image: url("../images/buttons/Datennutzung_32.png");}
 .BpWebApp_Buttons_datennutzung_thema_16{background-image: url("../images/buttons/Datennutzung_Thema_16.png");}
 .BpWebApp_Buttons_datennutzung_thema_24{background-image: url("../images/buttons/Datennutzung_Thema_24.png");}
 .BpWebApp_Buttons_datennutzung_thema_32{background-image: url("../images/buttons/Datennutzung_Thema_32.png");}
 .BpWebApp_Buttons_datenschutz_16{background-image: url("../images/buttons/Datenschutz_16.png");}
 .BpWebApp_Buttons_datenschutz_24{background-image: url("../images/buttons/Datenschutz_24.png");}
 .BpWebApp_Buttons_datenschutz_32{background-image: url("../images/buttons/Datenschutz_32.png");}
 .BpWebApp_Buttons_daten_puffer_16{background-image: url("../images/buttons/Daten_Puffer_16.png");}
 .BpWebApp_Buttons_daten_puffer_24{background-image: url("../images/buttons/Daten_Puffer_24.png");}
 .BpWebApp_Buttons_daten_puffer_32{background-image: url("../images/buttons/Daten_Puffer_32.png");}
 .BpWebApp_Buttons_datum_auswahl_16{background-image: url("../images/buttons/Datum_Auswahl_16.png");}
 .BpWebApp_Buttons_datum_auswahl_24{background-image: url("../images/buttons/Datum_Auswahl_24.png");}
 .BpWebApp_Buttons_datum_auswahl_32{background-image: url("../images/buttons/Datum_Auswahl_32.png");}
 .BpWebApp_Buttons_debug_16{background-image: url("../images/buttons/Debug_16.png");}
 .BpWebApp_Buttons_debug_24{background-image: url("../images/buttons/Debug_24.png");}
 .BpWebApp_Buttons_debug_32{background-image: url("../images/buttons/Debug_32.png");}
 .BpWebApp_Buttons_delete_16{background-image: url("../images/buttons/delete_16.png");}
 .BpWebApp_Buttons_delete_24{background-image: url("../images/buttons/delete_24.png");}
 .BpWebApp_Buttons_delete_32{background-image: url("../images/buttons/delete_32.png");}
 .BpWebApp_Buttons_details_16{background-image: url("../images/buttons/details_16.png");}
 .BpWebApp_Buttons_details_24{background-image: url("../images/buttons/details_24.png");}
 .BpWebApp_Buttons_details_32{background-image: url("../images/buttons/details_32.png");}
 .BpWebApp_Buttons_dienstplaner_16{background-image: url("../images/buttons/Dienstplaner_16.png");}
 .BpWebApp_Buttons_dienstplaner_24{background-image: url("../images/buttons/Dienstplaner_24.png");}
 .BpWebApp_Buttons_dienstplaner_32{background-image: url("../images/buttons/Dienstplaner_32.png");}
 .BpWebApp_Buttons_dienstplan_16{background-image: url("../images/buttons/Dienstplan_16.png");}
 .BpWebApp_Buttons_dienstplan_24{background-image: url("../images/buttons/Dienstplan_24.png");}
 .BpWebApp_Buttons_dienstplan_32{background-image: url("../images/buttons/Dienstplan_32.png");}
 .BpWebApp_Buttons_dienstzeit_16{background-image: url("../images/buttons/Dienstzeit_16.png");}
 .BpWebApp_Buttons_dienstzeit_24{background-image: url("../images/buttons/Dienstzeit_24.png");}
 .BpWebApp_Buttons_dienstzeit_32{background-image: url("../images/buttons/Dienstzeit_32.png");}
 .BpWebApp_Buttons_dienst_16{background-image: url("../images/buttons/dienst_16.png");}
 .BpWebApp_Buttons_dienst_24{background-image: url("../images/buttons/dienst_24.png");}
 .BpWebApp_Buttons_dienst_32{background-image: url("../images/buttons/dienst_32.png");}
 .BpWebApp_Buttons_differenzmenge_16{background-image: url("../images/buttons/Differenzmenge_16.png");}
 .BpWebApp_Buttons_differenzmenge_24{background-image: url("../images/buttons/Differenzmenge_24.png");}
 .BpWebApp_Buttons_differenzmenge_32{background-image: url("../images/buttons/Differenzmenge_32.png");}
 .BpWebApp_Buttons_docsection_16{background-image: url("../images/buttons/docSection_16.png");}
 .BpWebApp_Buttons_docsection_24{background-image: url("../images/buttons/docSection_24.png");}
 .BpWebApp_Buttons_docsection_32{background-image: url("../images/buttons/docSection_32.png");}
 .BpWebApp_Buttons_docx_16{background-image: url("../images/buttons/docx_16.png");}
 .BpWebApp_Buttons_docx_24{background-image: url("../images/buttons/docx_24.png");}
 .BpWebApp_Buttons_docx_32{background-image: url("../images/buttons/docx_32.png");}
 .BpWebApp_Buttons_dokumentenablage_16{background-image: url("../images/buttons/Dokumentenablage_16.png");}
 .BpWebApp_Buttons_dokumentenablage_24{background-image: url("../images/buttons/Dokumentenablage_24.png");}
 .BpWebApp_Buttons_dokumentenablage_32{background-image: url("../images/buttons/Dokumentenablage_32.png");}
 .BpWebApp_Buttons_dokumentenablage_liste_16{background-image: url("../images/buttons/DokumentenAblage_Liste_16.png");}
 .BpWebApp_Buttons_dokumentenablage_liste_24{background-image: url("../images/buttons/DokumentenAblage_Liste_24.png");}
 .BpWebApp_Buttons_dokumentenablage_liste_32{background-image: url("../images/buttons/DokumentenAblage_Liste_32.png");}
 .BpWebApp_Buttons_dokumente_16{background-image: url("../images/buttons/dokumente_16.png");}
 .BpWebApp_Buttons_dokumente_24{background-image: url("../images/buttons/dokumente_24.png");}
 .BpWebApp_Buttons_dokumente_32{background-image: url("../images/buttons/dokumente_32.png");}
 .BpWebApp_Buttons_dreieck_16{background-image: url("../images/buttons/Dreieck_16.png");}
 .BpWebApp_Buttons_dreieck_24{background-image: url("../images/buttons/Dreieck_24.png");}
 .BpWebApp_Buttons_dreieck_32{background-image: url("../images/buttons/Dreieck_32.png");}
 .BpWebApp_Buttons_drucker_16{background-image: url("../images/buttons/drucker_16.png");}
 .BpWebApp_Buttons_drucker_24{background-image: url("../images/buttons/drucker_24.png");}
 .BpWebApp_Buttons_drucker_32{background-image: url("../images/buttons/drucker_32.png");}
 .BpWebApp_Buttons_druckvorschau_16{background-image: url("../images/buttons/Druckvorschau_16.png");}
 .BpWebApp_Buttons_druckvorschau_24{background-image: url("../images/buttons/Druckvorschau_24.png");}
 .BpWebApp_Buttons_druckvorschau_32{background-image: url("../images/buttons/Druckvorschau_32.png");}
 .BpWebApp_Buttons_e-mail-kommunikationsverlauf_16{background-image: url("../images/buttons/E-Mail-Kommunikationsverlauf_16.png");}
 .BpWebApp_Buttons_e-mail-kommunikationsverlauf_24{background-image: url("../images/buttons/E-Mail-Kommunikationsverlauf_24.png");}
 .BpWebApp_Buttons_e-mail-kommunikationsverlauf_32{background-image: url("../images/buttons/E-Mail-Kommunikationsverlauf_32.png");}
 .BpWebApp_Buttons_e-mail_anschreiben_16{background-image: url("../images/buttons/E-Mail_Anschreiben_16.png");}
 .BpWebApp_Buttons_e-mail_anschreiben_24{background-image: url("../images/buttons/E-Mail_Anschreiben_24.png");}
 .BpWebApp_Buttons_e-mail_anschreiben_32{background-image: url("../images/buttons/E-Mail_Anschreiben_32.png");}
 .BpWebApp_Buttons_easyraum_16{background-image: url("../images/buttons/easyraum_16.png");}
 .BpWebApp_Buttons_easyraum_24{background-image: url("../images/buttons/easyraum_24.png");}
 .BpWebApp_Buttons_easyraum_32{background-image: url("../images/buttons/easyraum_32.png");}
 .BpWebApp_Buttons_edit_16{background-image: url("../images/buttons/edit_16.png");}
 .BpWebApp_Buttons_edit_24{background-image: url("../images/buttons/edit_24.png");}
 .BpWebApp_Buttons_edit_32{background-image: url("../images/buttons/edit_32.png");}
 .BpWebApp_Buttons_edit_reminder_16{background-image: url("../images/buttons/edit_reminder_16.png");}
 .BpWebApp_Buttons_edit_reminder_24{background-image: url("../images/buttons/edit_reminder_24.png");}
 .BpWebApp_Buttons_edit_reminder_32{background-image: url("../images/buttons/edit_reminder_32.png");}
 .BpWebApp_Buttons_einfrieren_16{background-image: url("../images/buttons/einfrieren_16.png");}
 .BpWebApp_Buttons_einfrieren_24{background-image: url("../images/buttons/einfrieren_24.png");}
 .BpWebApp_Buttons_einfrieren_32{background-image: url("../images/buttons/einfrieren_32.png");}
 .BpWebApp_Buttons_einhaegen_16{background-image: url("../images/buttons/Einhaegen_16.png");}
 .BpWebApp_Buttons_einhaegen_24{background-image: url("../images/buttons/Einhaegen_24.png");}
 .BpWebApp_Buttons_einhaegen_32{background-image: url("../images/buttons/Einhaegen_32.png");}
 .BpWebApp_Buttons_einkauf-angebot_16{background-image: url("../images/buttons/Einkauf-Angebot_16.png");}
 .BpWebApp_Buttons_einkauf-angebot_24{background-image: url("../images/buttons/Einkauf-Angebot_24.png");}
 .BpWebApp_Buttons_einkauf-angebot_32{background-image: url("../images/buttons/Einkauf-Angebot_32.png");}
 .BpWebApp_Buttons_einkauf-bestellung_16{background-image: url("../images/buttons/Einkauf-Bestellung_16.png");}
 .BpWebApp_Buttons_einkauf-bestellung_24{background-image: url("../images/buttons/Einkauf-Bestellung_24.png");}
 .BpWebApp_Buttons_einkauf-bestellung_32{background-image: url("../images/buttons/Einkauf-Bestellung_32.png");}
 .BpWebApp_Buttons_einkauf-rechnung_16{background-image: url("../images/buttons/Einkauf-Rechnung_16.png");}
 .BpWebApp_Buttons_einkauf-rechnung_24{background-image: url("../images/buttons/Einkauf-Rechnung_24.png");}
 .BpWebApp_Buttons_einkauf-rechnung_32{background-image: url("../images/buttons/Einkauf-Rechnung_32.png");}
 .BpWebApp_Buttons_einkaufsmonitor_16{background-image: url("../images/buttons/EinkaufsMonitor_16.png");}
 .BpWebApp_Buttons_einkaufsmonitor_24{background-image: url("../images/buttons/EinkaufsMonitor_24.png");}
 .BpWebApp_Buttons_einkaufsmonitor_32{background-image: url("../images/buttons/EinkaufsMonitor_32.png");}
 .BpWebApp_Buttons_einkauf_16{background-image: url("../images/buttons/einkauf_16.png");}
 .BpWebApp_Buttons_einkauf_24{background-image: url("../images/buttons/einkauf_24.png");}
 .BpWebApp_Buttons_einkauf_32{background-image: url("../images/buttons/einkauf_32.png");}
 .BpWebApp_Buttons_einkauf_anfrage_16{background-image: url("../images/buttons/einkauf_anfrage_16.png");}
 .BpWebApp_Buttons_einkauf_anfrage_24{background-image: url("../images/buttons/einkauf_anfrage_24.png");}
 .BpWebApp_Buttons_einkauf_anfrage_32{background-image: url("../images/buttons/einkauf_anfrage_32.png");}
 .BpWebApp_Buttons_einkauf_angebot_16{background-image: url("../images/buttons/einkauf_angebot_16.png");}
 .BpWebApp_Buttons_einkauf_angebot_24{background-image: url("../images/buttons/einkauf_angebot_24.png");}
 .BpWebApp_Buttons_einkauf_angebot_32{background-image: url("../images/buttons/einkauf_angebot_32.png");}
 .BpWebApp_Buttons_einkauf_bestaetigung_16{background-image: url("../images/buttons/einkauf_bestaetigung_16.png");}
 .BpWebApp_Buttons_einkauf_bestaetigung_24{background-image: url("../images/buttons/einkauf_bestaetigung_24.png");}
 .BpWebApp_Buttons_einkauf_bestaetigung_32{background-image: url("../images/buttons/einkauf_bestaetigung_32.png");}
 .BpWebApp_Buttons_einkauf_bestellung_16{background-image: url("../images/buttons/einkauf_bestellung_16.png");}
 .BpWebApp_Buttons_einkauf_bestellung_24{background-image: url("../images/buttons/einkauf_bestellung_24.png");}
 .BpWebApp_Buttons_einkauf_bestellung_32{background-image: url("../images/buttons/einkauf_bestellung_32.png");}
 .BpWebApp_Buttons_einkauf_lieferung_16{background-image: url("../images/buttons/einkauf_lieferung_16.png");}
 .BpWebApp_Buttons_einkauf_lieferung_24{background-image: url("../images/buttons/einkauf_lieferung_24.png");}
 .BpWebApp_Buttons_einkauf_lieferung_32{background-image: url("../images/buttons/einkauf_lieferung_32.png");}
 .BpWebApp_Buttons_einkauf_rechnung_16{background-image: url("../images/buttons/einkauf_rechnung_16.png");}
 .BpWebApp_Buttons_einkauf_rechnung_24{background-image: url("../images/buttons/einkauf_rechnung_24.png");}
 .BpWebApp_Buttons_einkauf_rechnung_32{background-image: url("../images/buttons/einkauf_rechnung_32.png");}
 .BpWebApp_Buttons_einkauf_retoure_16{background-image: url("../images/buttons/einkauf_retoure_16.png");}
 .BpWebApp_Buttons_einkauf_retoure_24{background-image: url("../images/buttons/einkauf_retoure_24.png");}
 .BpWebApp_Buttons_einkauf_retoure_32{background-image: url("../images/buttons/einkauf_retoure_32.png");}
 .BpWebApp_Buttons_einrichtung_16{background-image: url("../images/buttons/Einrichtung_16.png");}
 .BpWebApp_Buttons_einrichtung_24{background-image: url("../images/buttons/Einrichtung_24.png");}
 .BpWebApp_Buttons_einrichtung_32{background-image: url("../images/buttons/Einrichtung_32.png");}
 .BpWebApp_Buttons_einruecken_nach_rechts_16{background-image: url("../images/buttons/Einruecken_Nach_Rechts_16.png");}
 .BpWebApp_Buttons_einruecken_nach_rechts_24{background-image: url("../images/buttons/Einruecken_Nach_Rechts_24.png");}
 .BpWebApp_Buttons_einruecken_nach_rechts_32{background-image: url("../images/buttons/Einruecken_Nach_Rechts_32.png");}
 .BpWebApp_Buttons_eintrittskarte_16{background-image: url("../images/buttons/Eintrittskarte_16.png");}
 .BpWebApp_Buttons_eintrittskarte_24{background-image: url("../images/buttons/Eintrittskarte_24.png");}
 .BpWebApp_Buttons_eintrittskarte_32{background-image: url("../images/buttons/Eintrittskarte_32.png");}
 .BpWebApp_Buttons_ellipse_16{background-image: url("../images/buttons/Ellipse_16.png");}
 .BpWebApp_Buttons_ellipse_24{background-image: url("../images/buttons/Ellipse_24.png");}
 .BpWebApp_Buttons_ellipse_32{background-image: url("../images/buttons/Ellipse_32.png");}
 .BpWebApp_Buttons_ende_16{background-image: url("../images/buttons/Ende_16.png");}
 .BpWebApp_Buttons_ende_24{background-image: url("../images/buttons/Ende_24.png");}
 .BpWebApp_Buttons_ende_32{background-image: url("../images/buttons/Ende_32.png");}
 .BpWebApp_Buttons_entfernen_16{background-image: url("../images/buttons/Entfernen_16.png");}
 .BpWebApp_Buttons_entfernen_24{background-image: url("../images/buttons/Entfernen_24.png");}
 .BpWebApp_Buttons_entfernen_32{background-image: url("../images/buttons/Entfernen_32.png");}
 .BpWebApp_Buttons_entnehmen_16{background-image: url("../images/buttons/Entnehmen_16.png");}
 .BpWebApp_Buttons_entnehmen_24{background-image: url("../images/buttons/Entnehmen_24.png");}
 .BpWebApp_Buttons_entnehmen_32{background-image: url("../images/buttons/Entnehmen_32.png");}
 .BpWebApp_Buttons_ereigniskalender_16{background-image: url("../images/buttons/Ereigniskalender_16.png");}
 .BpWebApp_Buttons_ereigniskalender_24{background-image: url("../images/buttons/Ereigniskalender_24.png");}
 .BpWebApp_Buttons_ereigniskalender_32{background-image: url("../images/buttons/Ereigniskalender_32.png");}
 .BpWebApp_Buttons_ereignis_16{background-image: url("../images/buttons/Ereignis_16.png");}
 .BpWebApp_Buttons_ereignis_24{background-image: url("../images/buttons/Ereignis_24.png");}
 .BpWebApp_Buttons_ereignis_32{background-image: url("../images/buttons/Ereignis_32.png");}
 .BpWebApp_Buttons_ergebnis_16{background-image: url("../images/buttons/Ergebnis_16.png");}
 .BpWebApp_Buttons_ergebnis_24{background-image: url("../images/buttons/Ergebnis_24.png");}
 .BpWebApp_Buttons_ergebnis_32{background-image: url("../images/buttons/Ergebnis_32.png");}
 .BpWebApp_Buttons_erloeskonten_16{background-image: url("../images/buttons/Erloeskonten_16.png");}
 .BpWebApp_Buttons_erloeskonten_24{background-image: url("../images/buttons/Erloeskonten_24.png");}
 .BpWebApp_Buttons_erloeskonten_32{background-image: url("../images/buttons/Erloeskonten_32.png");}
 .BpWebApp_Buttons_error_16{background-image: url("../images/buttons/Error_16.png");}
 .BpWebApp_Buttons_error_24{background-image: url("../images/buttons/Error_24.png");}
 .BpWebApp_Buttons_error_32{background-image: url("../images/buttons/Error_32.png");}
 .BpWebApp_Buttons_erster_16{background-image: url("../images/buttons/Erster_16.png");}
 .BpWebApp_Buttons_erster_24{background-image: url("../images/buttons/Erster_24.png");}
 .BpWebApp_Buttons_erster_32{background-image: url("../images/buttons/Erster_32.png");}
 .BpWebApp_Buttons_etiketten_16{background-image: url("../images/buttons/Etiketten_16.png");}
 .BpWebApp_Buttons_etiketten_24{background-image: url("../images/buttons/Etiketten_24.png");}
 .BpWebApp_Buttons_etiketten_32{background-image: url("../images/buttons/Etiketten_32.png");}
 .BpWebApp_Buttons_excel_16{background-image: url("../images/buttons/Excel_16.png");}
 .BpWebApp_Buttons_excel_24{background-image: url("../images/buttons/Excel_24.png");}
 .BpWebApp_Buttons_excel_32{background-image: url("../images/buttons/Excel_32.png");}
 .BpWebApp_Buttons_expand_16{background-image: url("../images/buttons/expand_16.png");}
 .BpWebApp_Buttons_expand_24{background-image: url("../images/buttons/expand_24.png");}
 .BpWebApp_Buttons_expand_32{background-image: url("../images/buttons/expand_32.png");}
 .BpWebApp_Buttons_expand_top_16{background-image: url("../images/buttons/Expand_Top_16.png");}
 .BpWebApp_Buttons_expand_top_24{background-image: url("../images/buttons/Expand_Top_24.png");}
 .BpWebApp_Buttons_expand_top_32{background-image: url("../images/buttons/Expand_Top_32.png");}
 .BpWebApp_Buttons_export_16{background-image: url("../images/buttons/export_16.png");}
 .BpWebApp_Buttons_export_24{background-image: url("../images/buttons/export_24.png");}
 .BpWebApp_Buttons_export_32{background-image: url("../images/buttons/export_32.png");}
 .BpWebApp_Buttons_export_festplatte_16{background-image: url("../images/buttons/export_festplatte_16.png");}
 .BpWebApp_Buttons_export_festplatte_24{background-image: url("../images/buttons/export_festplatte_24.png");}
 .BpWebApp_Buttons_export_festplatte_32{background-image: url("../images/buttons/export_festplatte_32.png");}
 .BpWebApp_Buttons_extras_16{background-image: url("../images/buttons/Extras_16.png");}
 .BpWebApp_Buttons_extras_24{background-image: url("../images/buttons/Extras_24.png");}
 .BpWebApp_Buttons_extras_32{background-image: url("../images/buttons/Extras_32.png");}
 .BpWebApp_Buttons_e_mail_16{background-image: url("../images/buttons/E_Mail_16.png");}
 .BpWebApp_Buttons_e_mail_24{background-image: url("../images/buttons/E_Mail_24.png");}
 .BpWebApp_Buttons_e_mail_32{background-image: url("../images/buttons/E_Mail_32.png");}
 .BpWebApp_Buttons_e_mail_header_16{background-image: url("../images/buttons/E_Mail_Header_16.png");}
 .BpWebApp_Buttons_e_mail_header_24{background-image: url("../images/buttons/E_Mail_Header_24.png");}
 .BpWebApp_Buttons_e_mail_header_32{background-image: url("../images/buttons/E_Mail_Header_32.png");}
 .BpWebApp_Buttons_e_mail_konto_16{background-image: url("../images/buttons/e_Mail_Konto_16.png");}
 .BpWebApp_Buttons_e_mail_konto_24{background-image: url("../images/buttons/e_Mail_Konto_24.png");}
 .BpWebApp_Buttons_e_mail_konto_32{background-image: url("../images/buttons/e_Mail_Konto_32.png");}
 .BpWebApp_Buttons_e_mail_monitor_16{background-image: url("../images/buttons/e_mail_monitor_16.png");}
 .BpWebApp_Buttons_e_mail_monitor_24{background-image: url("../images/buttons/e_mail_monitor_24.png");}
 .BpWebApp_Buttons_e_mail_monitor_32{background-image: url("../images/buttons/e_mail_monitor_32.png");}
 .BpWebApp_Buttons_e_mail_senden_16{background-image: url("../images/buttons/E_Mail_Senden_16.png");}
 .BpWebApp_Buttons_e_mail_senden_24{background-image: url("../images/buttons/E_Mail_Senden_24.png");}
 .BpWebApp_Buttons_e_mail_senden_32{background-image: url("../images/buttons/E_Mail_Senden_32.png");}
 .BpWebApp_Buttons_farbe_16{background-image: url("../images/buttons/Farbe_16.png");}
 .BpWebApp_Buttons_farbe_24{background-image: url("../images/buttons/Farbe_24.png");}
 .BpWebApp_Buttons_farbe_32{background-image: url("../images/buttons/Farbe_32.png");}
 .BpWebApp_Buttons_feedback_16{background-image: url("../images/buttons/Feedback_16.png");}
 .BpWebApp_Buttons_feedback_24{background-image: url("../images/buttons/Feedback_24.png");}
 .BpWebApp_Buttons_feedback_32{background-image: url("../images/buttons/Feedback_32.png");}
 .BpWebApp_Buttons_fehlerprotokoll_16{background-image: url("../images/buttons/Fehlerprotokoll_16.png");}
 .BpWebApp_Buttons_fehlerprotokoll_24{background-image: url("../images/buttons/Fehlerprotokoll_24.png");}
 .BpWebApp_Buttons_fehlerprotokoll_32{background-image: url("../images/buttons/Fehlerprotokoll_32.png");}
 .BpWebApp_Buttons_feldkatalog_16{background-image: url("../images/buttons/Feldkatalog_16.png");}
 .BpWebApp_Buttons_feldkatalog_24{background-image: url("../images/buttons/Feldkatalog_24.png");}
 .BpWebApp_Buttons_feldkatalog_32{background-image: url("../images/buttons/Feldkatalog_32.png");}
 .BpWebApp_Buttons_fenster-alle-minimieren_16{background-image: url("../images/buttons/fenster-alle-minimieren_16.png");}
 .BpWebApp_Buttons_fenster-alle-minimieren_24{background-image: url("../images/buttons/fenster-alle-minimieren_24.png");}
 .BpWebApp_Buttons_fenster-alle-minimieren_32{background-image: url("../images/buttons/fenster-alle-minimieren_32.png");}
 .BpWebApp_Buttons_fenster-maximieren_16{background-image: url("../images/buttons/fenster-maximieren_16.png");}
 .BpWebApp_Buttons_fenster-maximieren_24{background-image: url("../images/buttons/fenster-maximieren_24.png");}
 .BpWebApp_Buttons_fenster-maximieren_32{background-image: url("../images/buttons/fenster-maximieren_32.png");}
 .BpWebApp_Buttons_fenster-minimieren_16{background-image: url("../images/buttons/fenster-minimieren_16.png");}
 .BpWebApp_Buttons_fenster-minimieren_24{background-image: url("../images/buttons/fenster-minimieren_24.png");}
 .BpWebApp_Buttons_fenster-minimieren_32{background-image: url("../images/buttons/fenster-minimieren_32.png");}
 .BpWebApp_Buttons_fenstergroesse_16{background-image: url("../images/buttons/Fenstergroesse_16.png");}
 .BpWebApp_Buttons_fenstergroesse_24{background-image: url("../images/buttons/Fenstergroesse_24.png");}
 .BpWebApp_Buttons_fenstergroesse_32{background-image: url("../images/buttons/Fenstergroesse_32.png");}
 .BpWebApp_Buttons_fertig_16{background-image: url("../images/buttons/fertig_16.png");}
 .BpWebApp_Buttons_fertig_24{background-image: url("../images/buttons/fertig_24.png");}
 .BpWebApp_Buttons_fertig_32{background-image: url("../images/buttons/fertig_32.png");}
 .BpWebApp_Buttons_fibuexport_16{background-image: url("../images/buttons/FibuExport_16.png");}
 .BpWebApp_Buttons_fibuexport_24{background-image: url("../images/buttons/FibuExport_24.png");}
 .BpWebApp_Buttons_fibuexport_32{background-image: url("../images/buttons/FibuExport_32.png");}
 .BpWebApp_Buttons_file_system_16{background-image: url("../images/buttons/File_system_16.png");}
 .BpWebApp_Buttons_file_system_24{background-image: url("../images/buttons/File_system_24.png");}
 .BpWebApp_Buttons_file_system_32{background-image: url("../images/buttons/File_system_32.png");}
 .BpWebApp_Buttons_filter_16{background-image: url("../images/buttons/Filter_16.png");}
 .BpWebApp_Buttons_filter_24{background-image: url("../images/buttons/Filter_24.png");}
 .BpWebApp_Buttons_filter_32{background-image: url("../images/buttons/Filter_32.png");}
 .BpWebApp_Buttons_formelkatalog_16{background-image: url("../images/buttons/Formelkatalog_16.png");}
 .BpWebApp_Buttons_formelkatalog_24{background-image: url("../images/buttons/Formelkatalog_24.png");}
 .BpWebApp_Buttons_formelkatalog_32{background-image: url("../images/buttons/Formelkatalog_32.png");}
 .BpWebApp_Buttons_formel_ausrichten_16{background-image: url("../images/buttons/Formel_Ausrichten_16.png");}
 .BpWebApp_Buttons_formel_ausrichten_24{background-image: url("../images/buttons/Formel_Ausrichten_24.png");}
 .BpWebApp_Buttons_formel_ausrichten_32{background-image: url("../images/buttons/Formel_Ausrichten_32.png");}
 .BpWebApp_Buttons_fortbildung_16{background-image: url("../images/buttons/Fortbildung_16.png");}
 .BpWebApp_Buttons_fortbildung_24{background-image: url("../images/buttons/Fortbildung_24.png");}
 .BpWebApp_Buttons_fortbildung_32{background-image: url("../images/buttons/Fortbildung_32.png");}
 .BpWebApp_Buttons_freie_linie_16{background-image: url("../images/buttons/Freie_Linie_16.png");}
 .BpWebApp_Buttons_freie_linie_24{background-image: url("../images/buttons/Freie_Linie_24.png");}
 .BpWebApp_Buttons_freie_linie_32{background-image: url("../images/buttons/Freie_Linie_32.png");}
 .BpWebApp_Buttons_freizeitausgleich_16{background-image: url("../images/buttons/Freizeitausgleich_16.png");}
 .BpWebApp_Buttons_freizeitausgleich_24{background-image: url("../images/buttons/Freizeitausgleich_24.png");}
 .BpWebApp_Buttons_freizeitausgleich_32{background-image: url("../images/buttons/Freizeitausgleich_32.png");}
 .BpWebApp_Buttons_frei_16{background-image: url("../images/buttons/frei_16.png");}
 .BpWebApp_Buttons_frei_24{background-image: url("../images/buttons/frei_24.png");}
 .BpWebApp_Buttons_frei_32{background-image: url("../images/buttons/frei_32.png");}
 .BpWebApp_Buttons_functionbuilder_16{background-image: url("../images/buttons/FunctionBuilder_16.png");}
 .BpWebApp_Buttons_functionbuilder_24{background-image: url("../images/buttons/FunctionBuilder_24.png");}
 .BpWebApp_Buttons_functionbuilder_32{background-image: url("../images/buttons/FunctionBuilder_32.png");}
 .BpWebApp_Buttons_funktionsleiste_optionen_16{background-image: url("../images/buttons/Funktionsleiste_Optionen_16.png");}
 .BpWebApp_Buttons_funktionsleiste_optionen_24{background-image: url("../images/buttons/Funktionsleiste_Optionen_24.png");}
 .BpWebApp_Buttons_funktionsleiste_optionen_32{background-image: url("../images/buttons/Funktionsleiste_Optionen_32.png");}
 .BpWebApp_Buttons_funktion_16{background-image: url("../images/buttons/Funktion_16.png");}
 .BpWebApp_Buttons_funktion_24{background-image: url("../images/buttons/Funktion_24.png");}
 .BpWebApp_Buttons_funktion_32{background-image: url("../images/buttons/Funktion_32.png");}
 .BpWebApp_Buttons_gaesteliste_16{background-image: url("../images/buttons/Gaesteliste_16.png");}
 .BpWebApp_Buttons_gaesteliste_24{background-image: url("../images/buttons/Gaesteliste_24.png");}
 .BpWebApp_Buttons_gaesteliste_32{background-image: url("../images/buttons/Gaesteliste_32.png");}
 .BpWebApp_Buttons_geburtstag_16{background-image: url("../images/buttons/Geburtstag_16.png");}
 .BpWebApp_Buttons_geburtstag_24{background-image: url("../images/buttons/Geburtstag_24.png");}
 .BpWebApp_Buttons_geburtstag_32{background-image: url("../images/buttons/Geburtstag_32.png");}
 .BpWebApp_Buttons_gedeck_16{background-image: url("../images/buttons/Gedeck_16.png");}
 .BpWebApp_Buttons_gedeck_24{background-image: url("../images/buttons/Gedeck_24.png");}
 .BpWebApp_Buttons_gedeck_32{background-image: url("../images/buttons/Gedeck_32.png");}
 .BpWebApp_Buttons_gegangen_16{background-image: url("../images/buttons/Gegangen_16.png");}
 .BpWebApp_Buttons_gegangen_24{background-image: url("../images/buttons/Gegangen_24.png");}
 .BpWebApp_Buttons_gegangen_32{background-image: url("../images/buttons/Gegangen_32.png");}
 .BpWebApp_Buttons_gelesen_16{background-image: url("../images/buttons/gelesen_16.png");}
 .BpWebApp_Buttons_gelesen_24{background-image: url("../images/buttons/gelesen_24.png");}
 .BpWebApp_Buttons_gelesen_32{background-image: url("../images/buttons/gelesen_32.png");}
 .BpWebApp_Buttons_gerade_linie_16{background-image: url("../images/buttons/Gerade_Linie_16.png");}
 .BpWebApp_Buttons_gerade_linie_24{background-image: url("../images/buttons/Gerade_Linie_24.png");}
 .BpWebApp_Buttons_gerade_linie_32{background-image: url("../images/buttons/Gerade_Linie_32.png");}
 .BpWebApp_Buttons_getraenke_16{background-image: url("../images/buttons/Getraenke_16.png");}
 .BpWebApp_Buttons_getraenke_24{background-image: url("../images/buttons/Getraenke_24.png");}
 .BpWebApp_Buttons_getraenke_32{background-image: url("../images/buttons/Getraenke_32.png");}
 .BpWebApp_Buttons_git_16{background-image: url("../images/buttons/git_16.png");}
 .BpWebApp_Buttons_git_24{background-image: url("../images/buttons/git_24.png");}
 .BpWebApp_Buttons_git_32{background-image: url("../images/buttons/git_32.png");}
 .BpWebApp_Buttons_git_branch_16{background-image: url("../images/buttons/Git_branch_16.png");}
 .BpWebApp_Buttons_git_branch_24{background-image: url("../images/buttons/Git_branch_24.png");}
 .BpWebApp_Buttons_git_branch_32{background-image: url("../images/buttons/Git_branch_32.png");}
 .BpWebApp_Buttons_git_changes_16{background-image: url("../images/buttons/Git_changes_16.png");}
 .BpWebApp_Buttons_git_changes_24{background-image: url("../images/buttons/Git_changes_24.png");}
 .BpWebApp_Buttons_git_changes_32{background-image: url("../images/buttons/Git_changes_32.png");}
 .BpWebApp_Buttons_git_commits_16{background-image: url("../images/buttons/Git_commits_16.png");}
 .BpWebApp_Buttons_git_commits_24{background-image: url("../images/buttons/Git_commits_24.png");}
 .BpWebApp_Buttons_git_commits_32{background-image: url("../images/buttons/Git_commits_32.png");}
 .BpWebApp_Buttons_git_fetch_16{background-image: url("../images/buttons/Git_fetch_16.png");}
 .BpWebApp_Buttons_git_fetch_24{background-image: url("../images/buttons/Git_fetch_24.png");}
 .BpWebApp_Buttons_git_fetch_32{background-image: url("../images/buttons/Git_fetch_32.png");}
 .BpWebApp_Buttons_git_master_16{background-image: url("../images/buttons/Git_master_16.png");}
 .BpWebApp_Buttons_git_master_24{background-image: url("../images/buttons/Git_master_24.png");}
 .BpWebApp_Buttons_git_master_32{background-image: url("../images/buttons/Git_master_32.png");}
 .BpWebApp_Buttons_git_pullrequest_16{background-image: url("../images/buttons/Git_PullRequest_16.png");}
 .BpWebApp_Buttons_git_pullrequest_24{background-image: url("../images/buttons/Git_PullRequest_24.png");}
 .BpWebApp_Buttons_git_pullrequest_32{background-image: url("../images/buttons/Git_PullRequest_32.png");}
 .BpWebApp_Buttons_git_pull_16{background-image: url("../images/buttons/Git_pull_16.png");}
 .BpWebApp_Buttons_git_pull_24{background-image: url("../images/buttons/Git_pull_24.png");}
 .BpWebApp_Buttons_git_pull_32{background-image: url("../images/buttons/Git_pull_32.png");}
 .BpWebApp_Buttons_git_push_16{background-image: url("../images/buttons/Git_push_16.png");}
 .BpWebApp_Buttons_git_push_24{background-image: url("../images/buttons/Git_push_24.png");}
 .BpWebApp_Buttons_git_push_32{background-image: url("../images/buttons/Git_push_32.png");}
 .BpWebApp_Buttons_git_remote_16{background-image: url("../images/buttons/Git_remote_16.png");}
 .BpWebApp_Buttons_git_remote_24{background-image: url("../images/buttons/Git_remote_24.png");}
 .BpWebApp_Buttons_git_remote_32{background-image: url("../images/buttons/Git_remote_32.png");}
 .BpWebApp_Buttons_git_stage_16{background-image: url("../images/buttons/Git_stage_16.png");}
 .BpWebApp_Buttons_git_stage_24{background-image: url("../images/buttons/Git_stage_24.png");}
 .BpWebApp_Buttons_git_stage_32{background-image: url("../images/buttons/Git_stage_32.png");}
 .BpWebApp_Buttons_git_stash_16{background-image: url("../images/buttons/Git_stash_16.png");}
 .BpWebApp_Buttons_git_stash_24{background-image: url("../images/buttons/Git_stash_24.png");}
 .BpWebApp_Buttons_git_stash_32{background-image: url("../images/buttons/Git_stash_32.png");}
 .BpWebApp_Buttons_git_terminal_16{background-image: url("../images/buttons/Git_terminal_16.png");}
 .BpWebApp_Buttons_git_terminal_24{background-image: url("../images/buttons/Git_terminal_24.png");}
 .BpWebApp_Buttons_git_terminal_32{background-image: url("../images/buttons/Git_terminal_32.png");}
 .BpWebApp_Buttons_git_unstage_16{background-image: url("../images/buttons/Git_unstage_16.png");}
 .BpWebApp_Buttons_git_unstage_24{background-image: url("../images/buttons/Git_unstage_24.png");}
 .BpWebApp_Buttons_git_unstage_32{background-image: url("../images/buttons/Git_unstage_32.png");}
 .BpWebApp_Buttons_google_16{background-image: url("../images/buttons/google_16.png");}
 .BpWebApp_Buttons_google_24{background-image: url("../images/buttons/google_24.png");}
 .BpWebApp_Buttons_google_32{background-image: url("../images/buttons/google_32.png");}
 .BpWebApp_Buttons_gps_off_16{background-image: url("../images/buttons/GPS_Off_16.png");}
 .BpWebApp_Buttons_gps_off_24{background-image: url("../images/buttons/GPS_Off_24.png");}
 .BpWebApp_Buttons_gps_off_32{background-image: url("../images/buttons/GPS_Off_32.png");}
 .BpWebApp_Buttons_gps_on_16{background-image: url("../images/buttons/GPS_On_16.png");}
 .BpWebApp_Buttons_gps_on_24{background-image: url("../images/buttons/GPS_On_24.png");}
 .BpWebApp_Buttons_gps_on_32{background-image: url("../images/buttons/GPS_On_32.png");}
 .BpWebApp_Buttons_green_16{background-image: url("../images/buttons/Green_16.png");}
 .BpWebApp_Buttons_green_24{background-image: url("../images/buttons/Green_24.png");}
 .BpWebApp_Buttons_green_32{background-image: url("../images/buttons/Green_32.png");}
 .BpWebApp_Buttons_gruppen_16{background-image: url("../images/buttons/Gruppen_16.png");}
 .BpWebApp_Buttons_gruppen_24{background-image: url("../images/buttons/Gruppen_24.png");}
 .BpWebApp_Buttons_gruppen_32{background-image: url("../images/buttons/Gruppen_32.png");}
 .BpWebApp_Buttons_gruppe_aufloesen_16{background-image: url("../images/buttons/Gruppe_Aufloesen_16.png");}
 .BpWebApp_Buttons_gruppe_aufloesen_24{background-image: url("../images/buttons/Gruppe_Aufloesen_24.png");}
 .BpWebApp_Buttons_gruppe_aufloesen_32{background-image: url("../images/buttons/Gruppe_Aufloesen_32.png");}
 .BpWebApp_Buttons_handbuch_16{background-image: url("../images/buttons/handbuch_16.png");}
 .BpWebApp_Buttons_handbuch_24{background-image: url("../images/buttons/handbuch_24.png");}
 .BpWebApp_Buttons_handbuch_32{background-image: url("../images/buttons/handbuch_32.png");}
 .BpWebApp_Buttons_handbuch_kunden_16{background-image: url("../images/buttons/handbuch_kunden_16.png");}
 .BpWebApp_Buttons_handbuch_kunden_24{background-image: url("../images/buttons/handbuch_kunden_24.png");}
 .BpWebApp_Buttons_handbuch_kunden_32{background-image: url("../images/buttons/handbuch_kunden_32.png");}
 .BpWebApp_Buttons_handy_16{background-image: url("../images/buttons/Handy_16.png");}
 .BpWebApp_Buttons_handy_24{background-image: url("../images/buttons/Handy_24.png");}
 .BpWebApp_Buttons_handy_32{background-image: url("../images/buttons/Handy_32.png");}
 .BpWebApp_Buttons_hilfe_16{background-image: url("../images/buttons/hilfe_16.png");}
 .BpWebApp_Buttons_hilfe_24{background-image: url("../images/buttons/hilfe_24.png");}
 .BpWebApp_Buttons_hilfe_32{background-image: url("../images/buttons/hilfe_32.png");}
 .BpWebApp_Buttons_hilfsprogramme_16{background-image: url("../images/buttons/hilfsprogramme_16.png");}
 .BpWebApp_Buttons_hilfsprogramme_24{background-image: url("../images/buttons/hilfsprogramme_24.png");}
 .BpWebApp_Buttons_hilfsprogramme_32{background-image: url("../images/buttons/hilfsprogramme_32.png");}
 .BpWebApp_Buttons_historie_16{background-image: url("../images/buttons/Historie_16.png");}
 .BpWebApp_Buttons_historie_24{background-image: url("../images/buttons/Historie_24.png");}
 .BpWebApp_Buttons_historie_32{background-image: url("../images/buttons/Historie_32.png");}
 .BpWebApp_Buttons_history_16{background-image: url("../images/buttons/History_16.png");}
 .BpWebApp_Buttons_history_24{background-image: url("../images/buttons/History_24.png");}
 .BpWebApp_Buttons_history_32{background-image: url("../images/buttons/History_32.png");}
 .BpWebApp_Buttons_hochgestellt_16{background-image: url("../images/buttons/hochgestellt_16.png");}
 .BpWebApp_Buttons_hochgestellt_24{background-image: url("../images/buttons/hochgestellt_24.png");}
 .BpWebApp_Buttons_hochgestellt_32{background-image: url("../images/buttons/hochgestellt_32.png");}
 .BpWebApp_Buttons_hotel_16{background-image: url("../images/buttons/hotel_16.png");}
 .BpWebApp_Buttons_hotel_24{background-image: url("../images/buttons/hotel_24.png");}
 .BpWebApp_Buttons_hotel_32{background-image: url("../images/buttons/hotel_32.png");}
 .BpWebApp_Buttons_hotkey_16{background-image: url("../images/buttons/Hotkey_16.png");}
 .BpWebApp_Buttons_hotkey_24{background-image: url("../images/buttons/Hotkey_24.png");}
 .BpWebApp_Buttons_hotkey_32{background-image: url("../images/buttons/Hotkey_32.png");}
 .BpWebApp_Buttons_html_16{background-image: url("../images/buttons/Html_16.png");}
 .BpWebApp_Buttons_html_24{background-image: url("../images/buttons/Html_24.png");}
 .BpWebApp_Buttons_html_32{background-image: url("../images/buttons/Html_32.png");}
 .BpWebApp_Buttons_html_edit_16{background-image: url("../images/buttons/Html_edit_16.png");}
 .BpWebApp_Buttons_html_edit_24{background-image: url("../images/buttons/Html_edit_24.png");}
 .BpWebApp_Buttons_html_edit_32{background-image: url("../images/buttons/Html_edit_32.png");}
 .BpWebApp_Buttons_hyperlink_16{background-image: url("../images/buttons/hyperlink_16.png");}
 .BpWebApp_Buttons_hyperlink_24{background-image: url("../images/buttons/hyperlink_24.png");}
 .BpWebApp_Buttons_hyperlink_32{background-image: url("../images/buttons/hyperlink_32.png");}
 .BpWebApp_Buttons_icon_administrator_16{background-image: url("../images/buttons/icon_administrator_16.png");}
 .BpWebApp_Buttons_icon_administrator_24{background-image: url("../images/buttons/icon_administrator_24.png");}
 .BpWebApp_Buttons_icon_administrator_32{background-image: url("../images/buttons/icon_administrator_32.png");}
 .BpWebApp_Buttons_icon_basis_16{background-image: url("../images/buttons/icon_basis_16.png");}
 .BpWebApp_Buttons_icon_basis_24{background-image: url("../images/buttons/icon_basis_24.png");}
 .BpWebApp_Buttons_icon_basis_32{background-image: url("../images/buttons/icon_basis_32.png");}
 .BpWebApp_Buttons_icon_optionen_16{background-image: url("../images/buttons/icon_optionen_16.png");}
 .BpWebApp_Buttons_icon_optionen_24{background-image: url("../images/buttons/icon_optionen_24.png");}
 .BpWebApp_Buttons_icon_optionen_32{background-image: url("../images/buttons/icon_optionen_32.png");}
 .BpWebApp_Buttons_importexport_16{background-image: url("../images/buttons/importexport_16.png");}
 .BpWebApp_Buttons_importexport_24{background-image: url("../images/buttons/importexport_24.png");}
 .BpWebApp_Buttons_importexport_32{background-image: url("../images/buttons/importexport_32.png");}
 .BpWebApp_Buttons_import_16{background-image: url("../images/buttons/import_16.png");}
 .BpWebApp_Buttons_import_24{background-image: url("../images/buttons/import_24.png");}
 .BpWebApp_Buttons_import_32{background-image: url("../images/buttons/import_32.png");}
 .BpWebApp_Buttons_import_festplatte_16{background-image: url("../images/buttons/import_festplatte_16.png");}
 .BpWebApp_Buttons_import_festplatte_24{background-image: url("../images/buttons/import_festplatte_24.png");}
 .BpWebApp_Buttons_import_festplatte_32{background-image: url("../images/buttons/import_festplatte_32.png");}
 .BpWebApp_Buttons_import_image_16{background-image: url("../images/buttons/import_image_16.png");}
 .BpWebApp_Buttons_import_image_24{background-image: url("../images/buttons/import_image_24.png");}
 .BpWebApp_Buttons_import_image_32{background-image: url("../images/buttons/import_image_32.png");}
 .BpWebApp_Buttons_import_web_16{background-image: url("../images/buttons/import_web_16.png");}
 .BpWebApp_Buttons_import_web_24{background-image: url("../images/buttons/import_web_24.png");}
 .BpWebApp_Buttons_import_web_32{background-image: url("../images/buttons/import_web_32.png");}
 .BpWebApp_Buttons_infocenter_16{background-image: url("../images/buttons/infocenter_16.png");}
 .BpWebApp_Buttons_infocenter_24{background-image: url("../images/buttons/infocenter_24.png");}
 .BpWebApp_Buttons_infocenter_32{background-image: url("../images/buttons/infocenter_32.png");}
 .BpWebApp_Buttons_infocenter_daten_16{background-image: url("../images/buttons/infocenter_daten_16.png");}
 .BpWebApp_Buttons_infocenter_daten_24{background-image: url("../images/buttons/infocenter_daten_24.png");}
 .BpWebApp_Buttons_infocenter_daten_32{background-image: url("../images/buttons/infocenter_daten_32.png");}
 .BpWebApp_Buttons_info_16{background-image: url("../images/buttons/Info_16.png");}
 .BpWebApp_Buttons_info_24{background-image: url("../images/buttons/Info_24.png");}
 .BpWebApp_Buttons_info_32{background-image: url("../images/buttons/Info_32.png");}
 .BpWebApp_Buttons_info_meldung_16{background-image: url("../images/buttons/Info_Meldung_16.png");}
 .BpWebApp_Buttons_info_meldung_24{background-image: url("../images/buttons/Info_Meldung_24.png");}
 .BpWebApp_Buttons_info_meldung_32{background-image: url("../images/buttons/Info_Meldung_32.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_16{background-image: url("../images/buttons/inhaltsverzeichnis_16.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_24{background-image: url("../images/buttons/inhaltsverzeichnis_24.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_32{background-image: url("../images/buttons/inhaltsverzeichnis_32.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_eintrag_16{background-image: url("../images/buttons/inhaltsverzeichnis_eintrag_16.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_eintrag_24{background-image: url("../images/buttons/inhaltsverzeichnis_eintrag_24.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_eintrag_32{background-image: url("../images/buttons/inhaltsverzeichnis_eintrag_32.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_level_16{background-image: url("../images/buttons/inhaltsverzeichnis_level_16.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_level_24{background-image: url("../images/buttons/inhaltsverzeichnis_level_24.png");}
 .BpWebApp_Buttons_inhaltsverzeichnis_level_32{background-image: url("../images/buttons/inhaltsverzeichnis_level_32.png");}
 .BpWebApp_Buttons_interner_vorgang_16{background-image: url("../images/buttons/interner_vorgang_16.png");}
 .BpWebApp_Buttons_interner_vorgang_24{background-image: url("../images/buttons/interner_vorgang_24.png");}
 .BpWebApp_Buttons_interner_vorgang_32{background-image: url("../images/buttons/interner_vorgang_32.png");}
 .BpWebApp_Buttons_jetzt_16{background-image: url("../images/buttons/Jetzt_16.png");}
 .BpWebApp_Buttons_jetzt_24{background-image: url("../images/buttons/Jetzt_24.png");}
 .BpWebApp_Buttons_jetzt_32{background-image: url("../images/buttons/Jetzt_32.png");}
 .BpWebApp_Buttons_job_16{background-image: url("../images/buttons/Job_16.png");}
 .BpWebApp_Buttons_job_24{background-image: url("../images/buttons/Job_24.png");}
 .BpWebApp_Buttons_job_32{background-image: url("../images/buttons/Job_32.png");}
 .BpWebApp_Buttons_job_log_16{background-image: url("../images/buttons/Job_Log_16.png");}
 .BpWebApp_Buttons_job_log_24{background-image: url("../images/buttons/Job_Log_24.png");}
 .BpWebApp_Buttons_job_log_32{background-image: url("../images/buttons/Job_Log_32.png");}
 .BpWebApp_Buttons_kalendersync_16{background-image: url("../images/buttons/KalenderSync_16.png");}
 .BpWebApp_Buttons_kalendersync_24{background-image: url("../images/buttons/KalenderSync_24.png");}
 .BpWebApp_Buttons_kalendersync_32{background-image: url("../images/buttons/KalenderSync_32.png");}
 .BpWebApp_Buttons_kalender_15_16{background-image: url("../images/buttons/Kalender_15_16.png");}
 .BpWebApp_Buttons_kalender_15_24{background-image: url("../images/buttons/Kalender_15_24.png");}
 .BpWebApp_Buttons_kalender_15_32{background-image: url("../images/buttons/Kalender_15_32.png");}
 .BpWebApp_Buttons_kalender_16{background-image: url("../images/buttons/Kalender_16.png");}
 .BpWebApp_Buttons_kalender_1_16{background-image: url("../images/buttons/Kalender_1_16.png");}
 .BpWebApp_Buttons_kalender_1_24{background-image: url("../images/buttons/Kalender_1_24.png");}
 .BpWebApp_Buttons_kalender_1_32{background-image: url("../images/buttons/Kalender_1_32.png");}
 .BpWebApp_Buttons_kalender_24{background-image: url("../images/buttons/Kalender_24.png");}
 .BpWebApp_Buttons_kalender_31_16{background-image: url("../images/buttons/Kalender_31_16.png");}
 .BpWebApp_Buttons_kalender_31_24{background-image: url("../images/buttons/Kalender_31_24.png");}
 .BpWebApp_Buttons_kalender_31_32{background-image: url("../images/buttons/Kalender_31_32.png");}
 .BpWebApp_Buttons_kalender_32{background-image: url("../images/buttons/Kalender_32.png");}
 .BpWebApp_Buttons_kalender_7_16{background-image: url("../images/buttons/Kalender_7_16.png");}
 .BpWebApp_Buttons_kalender_7_24{background-image: url("../images/buttons/Kalender_7_24.png");}
 .BpWebApp_Buttons_kalender_7_32{background-image: url("../images/buttons/Kalender_7_32.png");}
 .BpWebApp_Buttons_kalender_entfernen_tag_16{background-image: url("../images/buttons/Kalender_Entfernen_Tag_16.png");}
 .BpWebApp_Buttons_kalender_entfernen_tag_24{background-image: url("../images/buttons/Kalender_Entfernen_Tag_24.png");}
 .BpWebApp_Buttons_kalender_entfernen_tag_32{background-image: url("../images/buttons/Kalender_Entfernen_Tag_32.png");}
 .BpWebApp_Buttons_kalender_hinzufuegen_tag_16{background-image: url("../images/buttons/Kalender_Hinzufuegen_Tag_16.png");}
 .BpWebApp_Buttons_kalender_hinzufuegen_tag_24{background-image: url("../images/buttons/Kalender_Hinzufuegen_Tag_24.png");}
 .BpWebApp_Buttons_kalender_hinzufuegen_tag_32{background-image: url("../images/buttons/Kalender_Hinzufuegen_Tag_32.png");}
 .BpWebApp_Buttons_kalender_jahr_16{background-image: url("../images/buttons/Kalender_Jahr_16.png");}
 .BpWebApp_Buttons_kalender_jahr_24{background-image: url("../images/buttons/Kalender_Jahr_24.png");}
 .BpWebApp_Buttons_kalender_jahr_32{background-image: url("../images/buttons/Kalender_Jahr_32.png");}
 .BpWebApp_Buttons_kalender_verschieben_alle_tage_16{background-image: url("../images/buttons/Kalender_Verschieben_Alle_Tage_16.png");}
 .BpWebApp_Buttons_kalender_verschieben_alle_tage_24{background-image: url("../images/buttons/Kalender_Verschieben_Alle_Tage_24.png");}
 .BpWebApp_Buttons_kalender_verschieben_alle_tage_32{background-image: url("../images/buttons/Kalender_Verschieben_Alle_Tage_32.png");}
 .BpWebApp_Buttons_kalender_verschieben_tag_16{background-image: url("../images/buttons/Kalender_Verschieben_Tag_16.png");}
 .BpWebApp_Buttons_kalender_verschieben_tag_24{background-image: url("../images/buttons/Kalender_Verschieben_Tag_24.png");}
 .BpWebApp_Buttons_kalender_verschieben_tag_32{background-image: url("../images/buttons/Kalender_Verschieben_Tag_32.png");}
 .BpWebApp_Buttons_kalkulationstabelle_16{background-image: url("../images/buttons/Kalkulationstabelle_16.png");}
 .BpWebApp_Buttons_kalkulationstabelle_24{background-image: url("../images/buttons/Kalkulationstabelle_24.png");}
 .BpWebApp_Buttons_kalkulationstabelle_32{background-image: url("../images/buttons/Kalkulationstabelle_32.png");}
 .BpWebApp_Buttons_kalkul_16{background-image: url("../images/buttons/Kalkul_16.png");}
 .BpWebApp_Buttons_kalkul_24{background-image: url("../images/buttons/Kalkul_24.png");}
 .BpWebApp_Buttons_kalkul_32{background-image: url("../images/buttons/Kalkul_32.png");}
 .BpWebApp_Buttons_karte_16{background-image: url("../images/buttons/Karte_16.png");}
 .BpWebApp_Buttons_karte_24{background-image: url("../images/buttons/Karte_24.png");}
 .BpWebApp_Buttons_karte_32{background-image: url("../images/buttons/Karte_32.png");}
 .BpWebApp_Buttons_kassensicherungsverordnung_16{background-image: url("../images/buttons/Kassensicherungsverordnung_16.png");}
 .BpWebApp_Buttons_kassensicherungsverordnung_24{background-image: url("../images/buttons/Kassensicherungsverordnung_24.png");}
 .BpWebApp_Buttons_kassensicherungsverordnung_32{background-image: url("../images/buttons/Kassensicherungsverordnung_32.png");}
 .BpWebApp_Buttons_kassen_16{background-image: url("../images/buttons/Kassen_16.png");}
 .BpWebApp_Buttons_kassen_24{background-image: url("../images/buttons/Kassen_24.png");}
 .BpWebApp_Buttons_kassen_32{background-image: url("../images/buttons/Kassen_32.png");}
 .BpWebApp_Buttons_kasse_16{background-image: url("../images/buttons/kasse_16.png");}
 .BpWebApp_Buttons_kasse_24{background-image: url("../images/buttons/kasse_24.png");}
 .BpWebApp_Buttons_kasse_32{background-image: url("../images/buttons/kasse_32.png");}
 .BpWebApp_Buttons_kasse_ausgabe_16{background-image: url("../images/buttons/Kasse_Ausgabe_16.png");}
 .BpWebApp_Buttons_kasse_ausgabe_24{background-image: url("../images/buttons/Kasse_Ausgabe_24.png");}
 .BpWebApp_Buttons_kasse_ausgabe_32{background-image: url("../images/buttons/Kasse_Ausgabe_32.png");}
 .BpWebApp_Buttons_kasse_einnahme_16{background-image: url("../images/buttons/Kasse_Einnahme_16.png");}
 .BpWebApp_Buttons_kasse_einnahme_24{background-image: url("../images/buttons/Kasse_Einnahme_24.png");}
 .BpWebApp_Buttons_kasse_einnahme_32{background-image: url("../images/buttons/Kasse_Einnahme_32.png");}
 .BpWebApp_Buttons_kataloge_16{background-image: url("../images/buttons/Kataloge_16.png");}
 .BpWebApp_Buttons_kataloge_24{background-image: url("../images/buttons/Kataloge_24.png");}
 .BpWebApp_Buttons_kataloge_32{background-image: url("../images/buttons/Kataloge_32.png");}
 .BpWebApp_Buttons_katalog_formel_16{background-image: url("../images/buttons/Katalog_Formel_16.png");}
 .BpWebApp_Buttons_katalog_formel_24{background-image: url("../images/buttons/Katalog_Formel_24.png");}
 .BpWebApp_Buttons_katalog_formel_32{background-image: url("../images/buttons/Katalog_Formel_32.png");}
 .BpWebApp_Buttons_kinder_16{background-image: url("../images/buttons/kinder_16.png");}
 .BpWebApp_Buttons_kinder_24{background-image: url("../images/buttons/kinder_24.png");}
 .BpWebApp_Buttons_kinder_32{background-image: url("../images/buttons/kinder_32.png");}
 .BpWebApp_Buttons_komponenten_16{background-image: url("../images/buttons/Komponenten_16.png");}
 .BpWebApp_Buttons_komponenten_24{background-image: url("../images/buttons/Komponenten_24.png");}
 .BpWebApp_Buttons_komponenten_32{background-image: url("../images/buttons/Komponenten_32.png");}
 .BpWebApp_Buttons_konferenzlogistik_16{background-image: url("../images/buttons/KonferenzLogistik_16.png");}
 .BpWebApp_Buttons_konferenzlogistik_24{background-image: url("../images/buttons/KonferenzLogistik_24.png");}
 .BpWebApp_Buttons_konferenzlogistik_32{background-image: url("../images/buttons/KonferenzLogistik_32.png");}
 .BpWebApp_Buttons_kontakte_16{background-image: url("../images/buttons/kontakte_16.png");}
 .BpWebApp_Buttons_kontakte_24{background-image: url("../images/buttons/kontakte_24.png");}
 .BpWebApp_Buttons_kontakte_32{background-image: url("../images/buttons/kontakte_32.png");}
 .BpWebApp_Buttons_kontakt_notiz_16{background-image: url("../images/buttons/kontakt_notiz_16.png");}
 .BpWebApp_Buttons_kontakt_notiz_24{background-image: url("../images/buttons/kontakt_notiz_24.png");}
 .BpWebApp_Buttons_kontakt_notiz_32{background-image: url("../images/buttons/kontakt_notiz_32.png");}
 .BpWebApp_Buttons_kontext_16{background-image: url("../images/buttons/kontext_16.png");}
 .BpWebApp_Buttons_kontext_24{background-image: url("../images/buttons/kontext_24.png");}
 .BpWebApp_Buttons_kontext_32{background-image: url("../images/buttons/kontext_32.png");}
 .BpWebApp_Buttons_kopie_16{background-image: url("../images/buttons/Kopie_16.png");}
 .BpWebApp_Buttons_kopie_24{background-image: url("../images/buttons/Kopie_24.png");}
 .BpWebApp_Buttons_kopie_32{background-image: url("../images/buttons/Kopie_32.png");}
 .BpWebApp_Buttons_krankheit_16{background-image: url("../images/buttons/Krankheit_16.png");}
 .BpWebApp_Buttons_krankheit_24{background-image: url("../images/buttons/Krankheit_24.png");}
 .BpWebApp_Buttons_krankheit_32{background-image: url("../images/buttons/Krankheit_32.png");}
 .BpWebApp_Buttons_kreditkarte_16{background-image: url("../images/buttons/Kreditkarte_16.png");}
 .BpWebApp_Buttons_kreditkarte_24{background-image: url("../images/buttons/Kreditkarte_24.png");}
 .BpWebApp_Buttons_kreditkarte_32{background-image: url("../images/buttons/Kreditkarte_32.png");}
 .BpWebApp_Buttons_kreis_16{background-image: url("../images/buttons/Kreis_16.png");}
 .BpWebApp_Buttons_kreis_24{background-image: url("../images/buttons/Kreis_24.png");}
 .BpWebApp_Buttons_kreis_32{background-image: url("../images/buttons/Kreis_32.png");}
 .BpWebApp_Buttons_lagerartikel_16{background-image: url("../images/buttons/Lagerartikel_16.png");}
 .BpWebApp_Buttons_lagerartikel_24{background-image: url("../images/buttons/Lagerartikel_24.png");}
 .BpWebApp_Buttons_lagerartikel_32{background-image: url("../images/buttons/Lagerartikel_32.png");}
 .BpWebApp_Buttons_landkarte_16{background-image: url("../images/buttons/Landkarte_16.png");}
 .BpWebApp_Buttons_landkarte_24{background-image: url("../images/buttons/Landkarte_24.png");}
 .BpWebApp_Buttons_landkarte_32{background-image: url("../images/buttons/Landkarte_32.png");}
 .BpWebApp_Buttons_layout_16{background-image: url("../images/buttons/Layout_16.png");}
 .BpWebApp_Buttons_layout_24{background-image: url("../images/buttons/Layout_24.png");}
 .BpWebApp_Buttons_layout_32{background-image: url("../images/buttons/Layout_32.png");}
 .BpWebApp_Buttons_leere_seite_loeschen_16{background-image: url("../images/buttons/leere_Seite_loeschen_16.png");}
 .BpWebApp_Buttons_leere_seite_loeschen_24{background-image: url("../images/buttons/leere_Seite_loeschen_24.png");}
 .BpWebApp_Buttons_leere_seite_loeschen_32{background-image: url("../images/buttons/leere_Seite_loeschen_32.png");}
 .BpWebApp_Buttons_leerzeilen_loeschen_16{background-image: url("../images/buttons/Leerzeilen_Loeschen_16.png");}
 .BpWebApp_Buttons_leerzeilen_loeschen_24{background-image: url("../images/buttons/Leerzeilen_Loeschen_24.png");}
 .BpWebApp_Buttons_leerzeilen_loeschen_32{background-image: url("../images/buttons/Leerzeilen_Loeschen_32.png");}
 .BpWebApp_Buttons_lesebestaetigung_16{background-image: url("../images/buttons/Lesebestaetigung_16.png");}
 .BpWebApp_Buttons_lesebestaetigung_24{background-image: url("../images/buttons/Lesebestaetigung_24.png");}
 .BpWebApp_Buttons_lesebestaetigung_32{background-image: url("../images/buttons/Lesebestaetigung_32.png");}
 .BpWebApp_Buttons_letzter_16{background-image: url("../images/buttons/Letzter_16.png");}
 .BpWebApp_Buttons_letzter_24{background-image: url("../images/buttons/Letzter_24.png");}
 .BpWebApp_Buttons_letzter_32{background-image: url("../images/buttons/Letzter_32.png");}
 .BpWebApp_Buttons_lieferantenpreis_anpassen_16{background-image: url("../images/buttons/Lieferantenpreis_Anpassen_16.png");}
 .BpWebApp_Buttons_lieferantenpreis_anpassen_24{background-image: url("../images/buttons/Lieferantenpreis_Anpassen_24.png");}
 .BpWebApp_Buttons_lieferantenpreis_anpassen_32{background-image: url("../images/buttons/Lieferantenpreis_Anpassen_32.png");}
 .BpWebApp_Buttons_lieferantenpreis_uebernehmen_16{background-image: url("../images/buttons/Lieferantenpreis_Uebernehmen_16.png");}
 .BpWebApp_Buttons_lieferantenpreis_uebernehmen_24{background-image: url("../images/buttons/Lieferantenpreis_Uebernehmen_24.png");}
 .BpWebApp_Buttons_lieferantenpreis_uebernehmen_32{background-image: url("../images/buttons/Lieferantenpreis_Uebernehmen_32.png");}
 .BpWebApp_Buttons_lieferservice_16{background-image: url("../images/buttons/Lieferservice_16.png");}
 .BpWebApp_Buttons_lieferservice_24{background-image: url("../images/buttons/Lieferservice_24.png");}
 .BpWebApp_Buttons_lieferservice_32{background-image: url("../images/buttons/Lieferservice_32.png");}
 .BpWebApp_Buttons_linienart_16{background-image: url("../images/buttons/linienart_16.png");}
 .BpWebApp_Buttons_linienart_24{background-image: url("../images/buttons/linienart_24.png");}
 .BpWebApp_Buttons_linienart_32{background-image: url("../images/buttons/linienart_32.png");}
 .BpWebApp_Buttons_linienstaerke_16{background-image: url("../images/buttons/linienstaerke_16.png");}
 .BpWebApp_Buttons_linienstaerke_24{background-image: url("../images/buttons/linienstaerke_24.png");}
 .BpWebApp_Buttons_linienstaerke_32{background-image: url("../images/buttons/linienstaerke_32.png");}
 .BpWebApp_Buttons_linksbuendig_16{background-image: url("../images/buttons/Linksbuendig_16.png");}
 .BpWebApp_Buttons_linksbuendig_24{background-image: url("../images/buttons/Linksbuendig_24.png");}
 .BpWebApp_Buttons_linksbuendig_32{background-image: url("../images/buttons/Linksbuendig_32.png");}
 .BpWebApp_Buttons_listen_aendern_16{background-image: url("../images/buttons/Listen_Aendern_16.png");}
 .BpWebApp_Buttons_listen_aendern_24{background-image: url("../images/buttons/Listen_Aendern_24.png");}
 .BpWebApp_Buttons_listen_aendern_32{background-image: url("../images/buttons/Listen_Aendern_32.png");}
 .BpWebApp_Buttons_liste_16{background-image: url("../images/buttons/Liste_16.png");}
 .BpWebApp_Buttons_liste_24{background-image: url("../images/buttons/Liste_24.png");}
 .BpWebApp_Buttons_liste_32{background-image: url("../images/buttons/Liste_32.png");}
 .BpWebApp_Buttons_liste_aendern_16{background-image: url("../images/buttons/Liste_Aendern_16.png");}
 .BpWebApp_Buttons_liste_aendern_24{background-image: url("../images/buttons/Liste_Aendern_24.png");}
 .BpWebApp_Buttons_liste_aendern_32{background-image: url("../images/buttons/Liste_Aendern_32.png");}
 .BpWebApp_Buttons_liste_verknuepft_16{background-image: url("../images/buttons/Liste_Verknuepft_16.png");}
 .BpWebApp_Buttons_liste_verknuepft_24{background-image: url("../images/buttons/Liste_Verknuepft_24.png");}
 .BpWebApp_Buttons_liste_verknuepft_32{background-image: url("../images/buttons/Liste_Verknuepft_32.png");}
 .BpWebApp_Buttons_lizenzen_16{background-image: url("../images/buttons/Lizenzen_16.png");}
 .BpWebApp_Buttons_lizenzen_24{background-image: url("../images/buttons/Lizenzen_24.png");}
 .BpWebApp_Buttons_lizenzen_32{background-image: url("../images/buttons/Lizenzen_32.png");}
 .BpWebApp_Buttons_lock_16{background-image: url("../images/buttons/lock_16.png");}
 .BpWebApp_Buttons_lock_24{background-image: url("../images/buttons/lock_24.png");}
 .BpWebApp_Buttons_lock_32{background-image: url("../images/buttons/lock_32.png");}
 .BpWebApp_Buttons_lock_open_16{background-image: url("../images/buttons/lock_open_16.png");}
 .BpWebApp_Buttons_lock_open_24{background-image: url("../images/buttons/lock_open_24.png");}
 .BpWebApp_Buttons_lock_open_32{background-image: url("../images/buttons/lock_open_32.png");}
 .BpWebApp_Buttons_login_historie_16{background-image: url("../images/buttons/Login_Historie_16.png");}
 .BpWebApp_Buttons_login_historie_24{background-image: url("../images/buttons/Login_Historie_24.png");}
 .BpWebApp_Buttons_login_historie_32{background-image: url("../images/buttons/Login_Historie_32.png");}
 .BpWebApp_Buttons_log_16{background-image: url("../images/buttons/Log_16.png");}
 .BpWebApp_Buttons_log_24{background-image: url("../images/buttons/Log_24.png");}
 .BpWebApp_Buttons_log_32{background-image: url("../images/buttons/Log_32.png");}
 .BpWebApp_Buttons_ls_bestelltypen_16{background-image: url("../images/buttons/LS_Bestelltypen_16.png");}
 .BpWebApp_Buttons_ls_bestelltypen_24{background-image: url("../images/buttons/LS_Bestelltypen_24.png");}
 .BpWebApp_Buttons_ls_bestelltypen_32{background-image: url("../images/buttons/LS_Bestelltypen_32.png");}
 .BpWebApp_Buttons_mahnlauf_16{background-image: url("../images/buttons/mahnlauf_16.png");}
 .BpWebApp_Buttons_mahnlauf_24{background-image: url("../images/buttons/mahnlauf_24.png");}
 .BpWebApp_Buttons_mahnlauf_32{background-image: url("../images/buttons/mahnlauf_32.png");}
 .BpWebApp_Buttons_mail_16{background-image: url("../images/buttons/mail_16.png");}
 .BpWebApp_Buttons_mail_24{background-image: url("../images/buttons/mail_24.png");}
 .BpWebApp_Buttons_mail_32{background-image: url("../images/buttons/mail_32.png");}
 .BpWebApp_Buttons_mail_ablegen_16{background-image: url("../images/buttons/Mail_ablegen_16.png");}
 .BpWebApp_Buttons_mail_ablegen_24{background-image: url("../images/buttons/Mail_ablegen_24.png");}
 .BpWebApp_Buttons_mail_ablegen_32{background-image: url("../images/buttons/Mail_ablegen_32.png");}
 .BpWebApp_Buttons_mail_ablegen_vertraulich_16{background-image: url("../images/buttons/Mail_ablegen_vertraulich_16.png");}
 .BpWebApp_Buttons_mail_ablegen_vertraulich_24{background-image: url("../images/buttons/Mail_ablegen_vertraulich_24.png");}
 .BpWebApp_Buttons_mail_ablegen_vertraulich_32{background-image: url("../images/buttons/Mail_ablegen_vertraulich_32.png");}
 .BpWebApp_Buttons_mail_ausgang_16{background-image: url("../images/buttons/mail_ausgang_16.png");}
 .BpWebApp_Buttons_mail_ausgang_24{background-image: url("../images/buttons/mail_ausgang_24.png");}
 .BpWebApp_Buttons_mail_ausgang_32{background-image: url("../images/buttons/mail_ausgang_32.png");}
 .BpWebApp_Buttons_mail_ausgehend_16{background-image: url("../images/buttons/Mail_Ausgehend_16.png");}
 .BpWebApp_Buttons_mail_ausgehend_24{background-image: url("../images/buttons/Mail_Ausgehend_24.png");}
 .BpWebApp_Buttons_mail_ausgehend_32{background-image: url("../images/buttons/Mail_Ausgehend_32.png");}
 .BpWebApp_Buttons_mail_beantworten_16{background-image: url("../images/buttons/mail_beantworten_16.png");}
 .BpWebApp_Buttons_mail_beantworten_24{background-image: url("../images/buttons/mail_beantworten_24.png");}
 .BpWebApp_Buttons_mail_beantworten_32{background-image: url("../images/buttons/mail_beantworten_32.png");}
 .BpWebApp_Buttons_mail_beantworten_allen_16{background-image: url("../images/buttons/Mail_Beantworten_Allen_16.png");}
 .BpWebApp_Buttons_mail_beantworten_allen_24{background-image: url("../images/buttons/Mail_Beantworten_Allen_24.png");}
 .BpWebApp_Buttons_mail_beantworten_allen_32{background-image: url("../images/buttons/Mail_Beantworten_Allen_32.png");}
 .BpWebApp_Buttons_mail_eingang_16{background-image: url("../images/buttons/mail_eingang_16.png");}
 .BpWebApp_Buttons_mail_eingang_24{background-image: url("../images/buttons/mail_eingang_24.png");}
 .BpWebApp_Buttons_mail_eingang_32{background-image: url("../images/buttons/mail_eingang_32.png");}
 .BpWebApp_Buttons_mail_eingehend_16{background-image: url("../images/buttons/Mail_Eingehend_16.png");}
 .BpWebApp_Buttons_mail_eingehend_24{background-image: url("../images/buttons/Mail_Eingehend_24.png");}
 .BpWebApp_Buttons_mail_eingehend_32{background-image: url("../images/buttons/Mail_Eingehend_32.png");}
 .BpWebApp_Buttons_mail_kategorie_16{background-image: url("../images/buttons/Mail_Kategorie_16.png");}
 .BpWebApp_Buttons_mail_kategorie_24{background-image: url("../images/buttons/Mail_Kategorie_24.png");}
 .BpWebApp_Buttons_mail_kategorie_32{background-image: url("../images/buttons/Mail_Kategorie_32.png");}
 .BpWebApp_Buttons_mail_weiterleiten_16{background-image: url("../images/buttons/mail_weiterleiten_16.png");}
 .BpWebApp_Buttons_mail_weiterleiten_24{background-image: url("../images/buttons/mail_weiterleiten_24.png");}
 .BpWebApp_Buttons_mail_weiterleiten_32{background-image: url("../images/buttons/mail_weiterleiten_32.png");}
 .BpWebApp_Buttons_mehrwertsteuersaetze_16{background-image: url("../images/buttons/Mehrwertsteuersaetze_16.png");}
 .BpWebApp_Buttons_mehrwertsteuersaetze_24{background-image: url("../images/buttons/Mehrwertsteuersaetze_24.png");}
 .BpWebApp_Buttons_mehrwertsteuersaetze_32{background-image: url("../images/buttons/Mehrwertsteuersaetze_32.png");}
 .BpWebApp_Buttons_meldungsnotiz_16{background-image: url("../images/buttons/Meldungsnotiz_16.png");}
 .BpWebApp_Buttons_meldungsnotiz_24{background-image: url("../images/buttons/Meldungsnotiz_24.png");}
 .BpWebApp_Buttons_meldungsnotiz_32{background-image: url("../images/buttons/Meldungsnotiz_32.png");}
 .BpWebApp_Buttons_meldung_16{background-image: url("../images/buttons/meldung_16.png");}
 .BpWebApp_Buttons_meldung_24{background-image: url("../images/buttons/meldung_24.png");}
 .BpWebApp_Buttons_meldung_32{background-image: url("../images/buttons/meldung_32.png");}
 .BpWebApp_Buttons_meldung_vorlage_16{background-image: url("../images/buttons/Meldung_Vorlage_16.png");}
 .BpWebApp_Buttons_meldung_vorlage_24{background-image: url("../images/buttons/Meldung_Vorlage_24.png");}
 .BpWebApp_Buttons_meldung_vorlage_32{background-image: url("../images/buttons/Meldung_Vorlage_32.png");}
 .BpWebApp_Buttons_menge_16{background-image: url("../images/buttons/Menge_16.png");}
 .BpWebApp_Buttons_menge_24{background-image: url("../images/buttons/Menge_24.png");}
 .BpWebApp_Buttons_menge_32{background-image: url("../images/buttons/Menge_32.png");}
 .BpWebApp_Buttons_menukarte_16{background-image: url("../images/buttons/menukarte_16.png");}
 .BpWebApp_Buttons_menukarte_24{background-image: url("../images/buttons/menukarte_24.png");}
 .BpWebApp_Buttons_menukarte_32{background-image: url("../images/buttons/menukarte_32.png");}
 .BpWebApp_Buttons_mobileapp_16{background-image: url("../images/buttons/MobileApp_16.png");}
 .BpWebApp_Buttons_mobileapp_24{background-image: url("../images/buttons/MobileApp_24.png");}
 .BpWebApp_Buttons_mobileapp_32{background-image: url("../images/buttons/MobileApp_32.png");}
 .BpWebApp_Buttons_monitor-arbeitszeitkontrolle_16{background-image: url("../images/buttons/Monitor-Arbeitszeitkontrolle_16.png");}
 .BpWebApp_Buttons_monitor-arbeitszeitkontrolle_24{background-image: url("../images/buttons/Monitor-Arbeitszeitkontrolle_24.png");}
 .BpWebApp_Buttons_monitor-arbeitszeitkontrolle_32{background-image: url("../images/buttons/Monitor-Arbeitszeitkontrolle_32.png");}
 .BpWebApp_Buttons_monitor_16{background-image: url("../images/buttons/Monitor_16.png");}
 .BpWebApp_Buttons_monitor_24{background-image: url("../images/buttons/Monitor_24.png");}
 .BpWebApp_Buttons_monitor_32{background-image: url("../images/buttons/Monitor_32.png");}
 .BpWebApp_Buttons_ms_meldung_16{background-image: url("../images/buttons/MS_Meldung_16.png");}
 .BpWebApp_Buttons_ms_meldung_24{background-image: url("../images/buttons/MS_Meldung_24.png");}
 .BpWebApp_Buttons_ms_meldung_32{background-image: url("../images/buttons/MS_Meldung_32.png");}
 .BpWebApp_Buttons_nachrichten_antworten_16{background-image: url("../images/buttons/Nachrichten_Antworten_16.png");}
 .BpWebApp_Buttons_nachrichten_antworten_24{background-image: url("../images/buttons/Nachrichten_Antworten_24.png");}
 .BpWebApp_Buttons_nachrichten_antworten_32{background-image: url("../images/buttons/Nachrichten_Antworten_32.png");}
 .BpWebApp_Buttons_nachrichten_antworten_allen_16{background-image: url("../images/buttons/Nachrichten_Antworten_Allen_16.png");}
 .BpWebApp_Buttons_nachrichten_antworten_allen_24{background-image: url("../images/buttons/Nachrichten_Antworten_Allen_24.png");}
 .BpWebApp_Buttons_nachrichten_antworten_allen_32{background-image: url("../images/buttons/Nachrichten_Antworten_Allen_32.png");}
 .BpWebApp_Buttons_nachrichten_ausgang_16{background-image: url("../images/buttons/Nachrichten_Ausgang_16.png");}
 .BpWebApp_Buttons_nachrichten_ausgang_24{background-image: url("../images/buttons/Nachrichten_Ausgang_24.png");}
 .BpWebApp_Buttons_nachrichten_ausgang_32{background-image: url("../images/buttons/Nachrichten_Ausgang_32.png");}
 .BpWebApp_Buttons_nachrichten_eingang_16{background-image: url("../images/buttons/Nachrichten_Eingang_16.png");}
 .BpWebApp_Buttons_nachrichten_eingang_24{background-image: url("../images/buttons/Nachrichten_Eingang_24.png");}
 .BpWebApp_Buttons_nachrichten_eingang_32{background-image: url("../images/buttons/Nachrichten_Eingang_32.png");}
 .BpWebApp_Buttons_nachrichten_weiterleiten_16{background-image: url("../images/buttons/Nachrichten_Weiterleiten_16.png");}
 .BpWebApp_Buttons_nachrichten_weiterleiten_24{background-image: url("../images/buttons/Nachrichten_Weiterleiten_24.png");}
 .BpWebApp_Buttons_nachrichten_weiterleiten_32{background-image: url("../images/buttons/Nachrichten_Weiterleiten_32.png");}
 .BpWebApp_Buttons_naechster_16{background-image: url("../images/buttons/Naechster_16.png");}
 .BpWebApp_Buttons_naechster_24{background-image: url("../images/buttons/Naechster_24.png");}
 .BpWebApp_Buttons_naechster_32{background-image: url("../images/buttons/Naechster_32.png");}
 .BpWebApp_Buttons_neu_16{background-image: url("../images/buttons/neu_16.png");}
 .BpWebApp_Buttons_neu_24{background-image: url("../images/buttons/neu_24.png");}
 .BpWebApp_Buttons_neu_32{background-image: url("../images/buttons/neu_32.png");}
 .BpWebApp_Buttons_neu_aus_16{background-image: url("../images/buttons/Neu_Aus_16.png");}
 .BpWebApp_Buttons_neu_aus_24{background-image: url("../images/buttons/Neu_Aus_24.png");}
 .BpWebApp_Buttons_neu_aus_32{background-image: url("../images/buttons/Neu_Aus_32.png");}
 .BpWebApp_Buttons_neu_mehrfach_16{background-image: url("../images/buttons/Neu_Mehrfach_16.png");}
 .BpWebApp_Buttons_neu_mehrfach_24{background-image: url("../images/buttons/Neu_Mehrfach_24.png");}
 .BpWebApp_Buttons_neu_mehrfach_32{background-image: url("../images/buttons/Neu_Mehrfach_32.png");}
 .BpWebApp_Buttons_new_16{background-image: url("../images/buttons/new_16.png");}
 .BpWebApp_Buttons_new_24{background-image: url("../images/buttons/new_24.png");}
 .BpWebApp_Buttons_new_32{background-image: url("../images/buttons/new_32.png");}
 .BpWebApp_Buttons_nicht_raucher_16{background-image: url("../images/buttons/nicht_raucher_16.png");}
 .BpWebApp_Buttons_nicht_raucher_24{background-image: url("../images/buttons/nicht_raucher_24.png");}
 .BpWebApp_Buttons_nicht_raucher_32{background-image: url("../images/buttons/nicht_raucher_32.png");}
 .BpWebApp_Buttons_nicht_verfuegbar_16{background-image: url("../images/buttons/Nicht_verfuegbar_16.png");}
 .BpWebApp_Buttons_nicht_verfuegbar_24{background-image: url("../images/buttons/Nicht_verfuegbar_24.png");}
 .BpWebApp_Buttons_nicht_verfuegbar_32{background-image: url("../images/buttons/Nicht_verfuegbar_32.png");}
 .BpWebApp_Buttons_no-show_16{background-image: url("../images/buttons/No-Show_16.png");}
 .BpWebApp_Buttons_no-show_24{background-image: url("../images/buttons/No-Show_24.png");}
 .BpWebApp_Buttons_no-show_32{background-image: url("../images/buttons/No-Show_32.png");}
 .BpWebApp_Buttons_notiz_16{background-image: url("../images/buttons/Notiz_16.png");}
 .BpWebApp_Buttons_notiz_24{background-image: url("../images/buttons/Notiz_24.png");}
 .BpWebApp_Buttons_notiz_32{background-image: url("../images/buttons/Notiz_32.png");}
 .BpWebApp_Buttons_notiz_bild_16{background-image: url("../images/buttons/Notiz_Bild_16.png");}
 .BpWebApp_Buttons_notiz_bild_24{background-image: url("../images/buttons/Notiz_Bild_24.png");}
 .BpWebApp_Buttons_notiz_bild_32{background-image: url("../images/buttons/Notiz_Bild_32.png");}
 .BpWebApp_Buttons_nur_lesen_16{background-image: url("../images/buttons/nur_lesen_16.png");}
 .BpWebApp_Buttons_nur_lesen_24{background-image: url("../images/buttons/nur_lesen_24.png");}
 .BpWebApp_Buttons_nur_lesen_32{background-image: url("../images/buttons/nur_lesen_32.png");}
 .BpWebApp_Buttons_nur_lesen_reminder_16{background-image: url("../images/buttons/nur_lesen_reminder_16.png");}
 .BpWebApp_Buttons_nur_lesen_reminder_24{background-image: url("../images/buttons/nur_lesen_reminder_24.png");}
 .BpWebApp_Buttons_nur_lesen_reminder_32{background-image: url("../images/buttons/nur_lesen_reminder_32.png");}
 .BpWebApp_Buttons_nutzungsstatistik_16{background-image: url("../images/buttons/Nutzungsstatistik_16.png");}
 .BpWebApp_Buttons_nutzungsstatistik_24{background-image: url("../images/buttons/Nutzungsstatistik_24.png");}
 .BpWebApp_Buttons_nutzungsstatistik_32{background-image: url("../images/buttons/Nutzungsstatistik_32.png");}
 .BpWebApp_Buttons_objectframe_16{background-image: url("../images/buttons/objectFrame_16.png");}
 .BpWebApp_Buttons_objectframe_24{background-image: url("../images/buttons/objectFrame_24.png");}
 .BpWebApp_Buttons_objectframe_32{background-image: url("../images/buttons/objectFrame_32.png");}
 .BpWebApp_Buttons_objectframe_bottom_16{background-image: url("../images/buttons/objectFrame_bottom_16.png");}
 .BpWebApp_Buttons_objectframe_bottom_24{background-image: url("../images/buttons/objectFrame_bottom_24.png");}
 .BpWebApp_Buttons_objectframe_bottom_32{background-image: url("../images/buttons/objectFrame_bottom_32.png");}
 .BpWebApp_Buttons_objectframe_left_16{background-image: url("../images/buttons/objectFrame_left_16.png");}
 .BpWebApp_Buttons_objectframe_left_24{background-image: url("../images/buttons/objectFrame_left_24.png");}
 .BpWebApp_Buttons_objectframe_left_32{background-image: url("../images/buttons/objectFrame_left_32.png");}
 .BpWebApp_Buttons_objectframe_right_16{background-image: url("../images/buttons/objectFrame_right_16.png");}
 .BpWebApp_Buttons_objectframe_right_24{background-image: url("../images/buttons/objectFrame_right_24.png");}
 .BpWebApp_Buttons_objectframe_right_32{background-image: url("../images/buttons/objectFrame_right_32.png");}
 .BpWebApp_Buttons_objectframe_top_16{background-image: url("../images/buttons/objectFrame_top_16.png");}
 .BpWebApp_Buttons_objectframe_top_24{background-image: url("../images/buttons/objectFrame_top_24.png");}
 .BpWebApp_Buttons_objectframe_top_32{background-image: url("../images/buttons/objectFrame_top_32.png");}
 .BpWebApp_Buttons_objectsize_16{background-image: url("../images/buttons/objectSize_16.png");}
 .BpWebApp_Buttons_objectsize_24{background-image: url("../images/buttons/objectSize_24.png");}
 .BpWebApp_Buttons_objectsize_32{background-image: url("../images/buttons/objectSize_32.png");}
 .BpWebApp_Buttons_objekte_verteilen_16{background-image: url("../images/buttons/Objekte_verteilen_16.png");}
 .BpWebApp_Buttons_objekte_verteilen_24{background-image: url("../images/buttons/Objekte_verteilen_24.png");}
 .BpWebApp_Buttons_objekte_verteilen_32{background-image: url("../images/buttons/Objekte_verteilen_32.png");}
 .BpWebApp_Buttons_objekt_loeschen_16{background-image: url("../images/buttons/Objekt_Loeschen_16.png");}
 .BpWebApp_Buttons_objekt_loeschen_24{background-image: url("../images/buttons/Objekt_Loeschen_24.png");}
 .BpWebApp_Buttons_objekt_loeschen_32{background-image: url("../images/buttons/Objekt_Loeschen_32.png");}
 .BpWebApp_Buttons_odbc_16{background-image: url("../images/buttons/ODBC_16.png");}
 .BpWebApp_Buttons_odbc_24{background-image: url("../images/buttons/ODBC_24.png");}
 .BpWebApp_Buttons_odbc_32{background-image: url("../images/buttons/ODBC_32.png");}
 .BpWebApp_Buttons_oeffnen_in_neuem_fenster_16{background-image: url("../images/buttons/Oeffnen_In_Neuem_Fenster_16.png");}
 .BpWebApp_Buttons_oeffnen_in_neuem_fenster_24{background-image: url("../images/buttons/Oeffnen_In_Neuem_Fenster_24.png");}
 .BpWebApp_Buttons_oeffnen_in_neuem_fenster_32{background-image: url("../images/buttons/Oeffnen_In_Neuem_Fenster_32.png");}
 .BpWebApp_Buttons_offene_mengen_16{background-image: url("../images/buttons/Offene_Mengen_16.png");}
 .BpWebApp_Buttons_offene_mengen_24{background-image: url("../images/buttons/Offene_Mengen_24.png");}
 .BpWebApp_Buttons_offene_mengen_32{background-image: url("../images/buttons/Offene_Mengen_32.png");}
 .BpWebApp_Buttons_ok_16{background-image: url("../images/buttons/ok_16.png");}
 .BpWebApp_Buttons_ok_24{background-image: url("../images/buttons/ok_24.png");}
 .BpWebApp_Buttons_ok_32{background-image: url("../images/buttons/ok_32.png");}
 .BpWebApp_Buttons_open_16{background-image: url("../images/buttons/open_16.png");}
 .BpWebApp_Buttons_open_24{background-image: url("../images/buttons/open_24.png");}
 .BpWebApp_Buttons_open_32{background-image: url("../images/buttons/open_32.png");}
 .BpWebApp_Buttons_ordner_angebot_16{background-image: url("../images/buttons/Ordner_Angebot_16.png");}
 .BpWebApp_Buttons_ordner_angebot_24{background-image: url("../images/buttons/Ordner_Angebot_24.png");}
 .BpWebApp_Buttons_ordner_angebot_32{background-image: url("../images/buttons/Ordner_Angebot_32.png");}
 .BpWebApp_Buttons_ordner_angebot_stern_16{background-image: url("../images/buttons/Ordner_Angebot_Stern_16.png");}
 .BpWebApp_Buttons_ordner_angebot_stern_24{background-image: url("../images/buttons/Ordner_Angebot_Stern_24.png");}
 .BpWebApp_Buttons_ordner_angebot_stern_32{background-image: url("../images/buttons/Ordner_Angebot_Stern_32.png");}
 .BpWebApp_Buttons_ordner_angebot_stern_grau_16{background-image: url("../images/buttons/Ordner_Angebot_Stern_Grau_16.png");}
 .BpWebApp_Buttons_ordner_angebot_stern_grau_24{background-image: url("../images/buttons/Ordner_Angebot_Stern_Grau_24.png");}
 .BpWebApp_Buttons_ordner_angebot_stern_grau_32{background-image: url("../images/buttons/Ordner_Angebot_Stern_Grau_32.png");}
 .BpWebApp_Buttons_ordner_ausgegraut_16{background-image: url("../images/buttons/Ordner_Ausgegraut_16.png");}
 .BpWebApp_Buttons_ordner_ausgegraut_24{background-image: url("../images/buttons/Ordner_Ausgegraut_24.png");}
 .BpWebApp_Buttons_ordner_ausgegraut_32{background-image: url("../images/buttons/Ordner_Ausgegraut_32.png");}
 .BpWebApp_Buttons_ordner_bestellung_16{background-image: url("../images/buttons/Ordner_Bestellung_16.png");}
 .BpWebApp_Buttons_ordner_bestellung_24{background-image: url("../images/buttons/Ordner_Bestellung_24.png");}
 .BpWebApp_Buttons_ordner_bestellung_32{background-image: url("../images/buttons/Ordner_Bestellung_32.png");}
 .BpWebApp_Buttons_ordner_bestellung_stern_16{background-image: url("../images/buttons/Ordner_Bestellung_Stern_16.png");}
 .BpWebApp_Buttons_ordner_bestellung_stern_24{background-image: url("../images/buttons/Ordner_Bestellung_Stern_24.png");}
 .BpWebApp_Buttons_ordner_bestellung_stern_32{background-image: url("../images/buttons/Ordner_Bestellung_Stern_32.png");}
 .BpWebApp_Buttons_ordner_bestellung_stern_grau_16{background-image: url("../images/buttons/Ordner_Bestellung_Stern_Grau_16.png");}
 .BpWebApp_Buttons_ordner_bestellung_stern_grau_24{background-image: url("../images/buttons/Ordner_Bestellung_Stern_Grau_24.png");}
 .BpWebApp_Buttons_ordner_bestellung_stern_grau_32{background-image: url("../images/buttons/Ordner_Bestellung_Stern_Grau_32.png");}
 .BpWebApp_Buttons_ordner_karten_16{background-image: url("../images/buttons/Ordner_Karten_16.png");}
 .BpWebApp_Buttons_ordner_karten_24{background-image: url("../images/buttons/Ordner_Karten_24.png");}
 .BpWebApp_Buttons_ordner_karten_32{background-image: url("../images/buttons/Ordner_Karten_32.png");}
 .BpWebApp_Buttons_ordner_rechnung_16{background-image: url("../images/buttons/Ordner_Rechnung_16.png");}
 .BpWebApp_Buttons_ordner_rechnung_24{background-image: url("../images/buttons/Ordner_Rechnung_24.png");}
 .BpWebApp_Buttons_ordner_rechnung_32{background-image: url("../images/buttons/Ordner_Rechnung_32.png");}
 .BpWebApp_Buttons_ordner_rechnung_akonto_16{background-image: url("../images/buttons/Ordner_Rechnung_Akonto_16.png");}
 .BpWebApp_Buttons_ordner_rechnung_akonto_24{background-image: url("../images/buttons/Ordner_Rechnung_Akonto_24.png");}
 .BpWebApp_Buttons_ordner_rechnung_akonto_32{background-image: url("../images/buttons/Ordner_Rechnung_Akonto_32.png");}
 .BpWebApp_Buttons_papierkorb_16{background-image: url("../images/buttons/Papierkorb_16.png");}
 .BpWebApp_Buttons_papierkorb_24{background-image: url("../images/buttons/Papierkorb_24.png");}
 .BpWebApp_Buttons_papierkorb_32{background-image: url("../images/buttons/Papierkorb_32.png");}
 .BpWebApp_Buttons_paragraph_16{background-image: url("../images/buttons/paragraph_16.png");}
 .BpWebApp_Buttons_paragraph_24{background-image: url("../images/buttons/paragraph_24.png");}
 .BpWebApp_Buttons_paragraph_32{background-image: url("../images/buttons/paragraph_32.png");}
 .BpWebApp_Buttons_password_16{background-image: url("../images/buttons/Password_16.png");}
 .BpWebApp_Buttons_password_24{background-image: url("../images/buttons/Password_24.png");}
 .BpWebApp_Buttons_password_32{background-image: url("../images/buttons/Password_32.png");}
 .BpWebApp_Buttons_paste_16{background-image: url("../images/buttons/paste_16.png");}
 .BpWebApp_Buttons_paste_24{background-image: url("../images/buttons/paste_24.png");}
 .BpWebApp_Buttons_paste_32{background-image: url("../images/buttons/paste_32.png");}
 .BpWebApp_Buttons_pause_16{background-image: url("../images/buttons/pause_16.png");}
 .BpWebApp_Buttons_pause_24{background-image: url("../images/buttons/pause_24.png");}
 .BpWebApp_Buttons_pause_32{background-image: url("../images/buttons/pause_32.png");}
 .BpWebApp_Buttons_pcvisit_16{background-image: url("../images/buttons/pcVisit_16.png");}
 .BpWebApp_Buttons_pcvisit_24{background-image: url("../images/buttons/pcVisit_24.png");}
 .BpWebApp_Buttons_pcvisit_32{background-image: url("../images/buttons/pcVisit_32.png");}
 .BpWebApp_Buttons_pdf_16{background-image: url("../images/buttons/pdf_16.png");}
 .BpWebApp_Buttons_pdf_24{background-image: url("../images/buttons/pdf_24.png");}
 .BpWebApp_Buttons_pdf_32{background-image: url("../images/buttons/pdf_32.png");}
 .BpWebApp_Buttons_pdf_vorschau_16{background-image: url("../images/buttons/PDF_Vorschau_16.png");}
 .BpWebApp_Buttons_pdf_vorschau_24{background-image: url("../images/buttons/PDF_Vorschau_24.png");}
 .BpWebApp_Buttons_pdf_vorschau_32{background-image: url("../images/buttons/PDF_Vorschau_32.png");}
 .BpWebApp_Buttons_personalanfrage_16{background-image: url("../images/buttons/Personalanfrage_16.png");}
 .BpWebApp_Buttons_personalanfrage_24{background-image: url("../images/buttons/Personalanfrage_24.png");}
 .BpWebApp_Buttons_personalanfrage_32{background-image: url("../images/buttons/Personalanfrage_32.png");}
 .BpWebApp_Buttons_personal_16{background-image: url("../images/buttons/personal_16.png");}
 .BpWebApp_Buttons_personal_24{background-image: url("../images/buttons/personal_24.png");}
 .BpWebApp_Buttons_personal_32{background-image: url("../images/buttons/personal_32.png");}
 .BpWebApp_Buttons_personal_dienst_16{background-image: url("../images/buttons/Personal_Dienst_16.png");}
 .BpWebApp_Buttons_personal_dienst_24{background-image: url("../images/buttons/Personal_Dienst_24.png");}
 .BpWebApp_Buttons_personal_dienst_32{background-image: url("../images/buttons/Personal_Dienst_32.png");}
 .BpWebApp_Buttons_personal_dienst_ist_daten_16{background-image: url("../images/buttons/Personal_Dienst_Ist_Daten_16.png");}
 .BpWebApp_Buttons_personal_dienst_ist_daten_24{background-image: url("../images/buttons/Personal_Dienst_Ist_Daten_24.png");}
 .BpWebApp_Buttons_personal_dienst_ist_daten_32{background-image: url("../images/buttons/Personal_Dienst_Ist_Daten_32.png");}
 .BpWebApp_Buttons_personal_rolle_16{background-image: url("../images/buttons/Personal_Rolle_16.png");}
 .BpWebApp_Buttons_personal_rolle_24{background-image: url("../images/buttons/Personal_Rolle_24.png");}
 .BpWebApp_Buttons_personal_rolle_32{background-image: url("../images/buttons/Personal_Rolle_32.png");}
 .BpWebApp_Buttons_personal_vertrag_16{background-image: url("../images/buttons/Personal_Vertrag_16.png");}
 .BpWebApp_Buttons_personal_vertrag_24{background-image: url("../images/buttons/Personal_Vertrag_24.png");}
 .BpWebApp_Buttons_personal_vertrag_32{background-image: url("../images/buttons/Personal_Vertrag_32.png");}
 .BpWebApp_Buttons_personen_16{background-image: url("../images/buttons/Personen_16.png");}
 .BpWebApp_Buttons_personen_24{background-image: url("../images/buttons/Personen_24.png");}
 .BpWebApp_Buttons_personen_32{background-image: url("../images/buttons/Personen_32.png");}
 .BpWebApp_Buttons_pfeil_oben_16{background-image: url("../images/buttons/Pfeil_Oben_16.png");}
 .BpWebApp_Buttons_pfeil_oben_24{background-image: url("../images/buttons/Pfeil_Oben_24.png");}
 .BpWebApp_Buttons_pfeil_oben_32{background-image: url("../images/buttons/Pfeil_Oben_32.png");}
 .BpWebApp_Buttons_pfeil_unten_16{background-image: url("../images/buttons/Pfeil_Unten_16.png");}
 .BpWebApp_Buttons_pfeil_unten_24{background-image: url("../images/buttons/Pfeil_Unten_24.png");}
 .BpWebApp_Buttons_pfeil_unten_32{background-image: url("../images/buttons/Pfeil_Unten_32.png");}
 .BpWebApp_Buttons_pin_16{background-image: url("../images/buttons/Pin_16.png");}
 .BpWebApp_Buttons_pin_24{background-image: url("../images/buttons/Pin_24.png");}
 .BpWebApp_Buttons_pin_32{background-image: url("../images/buttons/Pin_32.png");}
 .BpWebApp_Buttons_pivot_table_16{background-image: url("../images/buttons/pivot_table_16.png");}
 .BpWebApp_Buttons_pivot_table_24{background-image: url("../images/buttons/pivot_table_24.png");}
 .BpWebApp_Buttons_pivot_table_32{background-image: url("../images/buttons/pivot_table_32.png");}
 .BpWebApp_Buttons_plaetze_verteilen_16{background-image: url("../images/buttons/Plaetze_Verteilen_16.png");}
 .BpWebApp_Buttons_plaetze_verteilen_24{background-image: url("../images/buttons/Plaetze_Verteilen_24.png");}
 .BpWebApp_Buttons_plaetze_verteilen_32{background-image: url("../images/buttons/Plaetze_Verteilen_32.png");}
 .BpWebApp_Buttons_planung_mit_16{background-image: url("../images/buttons/Planung_Mit_16.png");}
 .BpWebApp_Buttons_planung_mit_24{background-image: url("../images/buttons/Planung_Mit_24.png");}
 .BpWebApp_Buttons_planung_mit_32{background-image: url("../images/buttons/Planung_Mit_32.png");}
 .BpWebApp_Buttons_planung_ohne_16{background-image: url("../images/buttons/Planung_Ohne_16.png");}
 .BpWebApp_Buttons_planung_ohne_24{background-image: url("../images/buttons/Planung_Ohne_24.png");}
 .BpWebApp_Buttons_planung_ohne_32{background-image: url("../images/buttons/Planung_Ohne_32.png");}
 .BpWebApp_Buttons_plz_16{background-image: url("../images/buttons/plz_16.png");}
 .BpWebApp_Buttons_plz_24{background-image: url("../images/buttons/plz_24.png");}
 .BpWebApp_Buttons_plz_32{background-image: url("../images/buttons/plz_32.png");}
 .BpWebApp_Buttons_preise_ausblenden_16{background-image: url("../images/buttons/Preise_Ausblenden_16.png");}
 .BpWebApp_Buttons_preise_ausblenden_24{background-image: url("../images/buttons/Preise_Ausblenden_24.png");}
 .BpWebApp_Buttons_preise_ausblenden_32{background-image: url("../images/buttons/Preise_Ausblenden_32.png");}
 .BpWebApp_Buttons_print_16{background-image: url("../images/buttons/print_16.png");}
 .BpWebApp_Buttons_print_24{background-image: url("../images/buttons/print_24.png");}
 .BpWebApp_Buttons_print_32{background-image: url("../images/buttons/print_32.png");}
 .BpWebApp_Buttons_prio_hoch_16{background-image: url("../images/buttons/Prio_hoch_16.png");}
 .BpWebApp_Buttons_prio_hoch_24{background-image: url("../images/buttons/Prio_hoch_24.png");}
 .BpWebApp_Buttons_prio_hoch_32{background-image: url("../images/buttons/Prio_hoch_32.png");}
 .BpWebApp_Buttons_prio_hoch_unbekannt_16{background-image: url("../images/buttons/Prio_hoch_unbekannt_16.png");}
 .BpWebApp_Buttons_prio_hoch_unbekannt_24{background-image: url("../images/buttons/Prio_hoch_unbekannt_24.png");}
 .BpWebApp_Buttons_prio_hoch_unbekannt_32{background-image: url("../images/buttons/Prio_hoch_unbekannt_32.png");}
 .BpWebApp_Buttons_prio_niedrig_16{background-image: url("../images/buttons/Prio_niedrig_16.png");}
 .BpWebApp_Buttons_prio_niedrig_24{background-image: url("../images/buttons/Prio_niedrig_24.png");}
 .BpWebApp_Buttons_prio_niedrig_32{background-image: url("../images/buttons/Prio_niedrig_32.png");}
 .BpWebApp_Buttons_prio_niedrig_unbekannt_16{background-image: url("../images/buttons/Prio_niedrig_unbekannt_16.png");}
 .BpWebApp_Buttons_prio_niedrig_unbekannt_24{background-image: url("../images/buttons/Prio_niedrig_unbekannt_24.png");}
 .BpWebApp_Buttons_prio_niedrig_unbekannt_32{background-image: url("../images/buttons/Prio_niedrig_unbekannt_32.png");}
 .BpWebApp_Buttons_prio_normal_16{background-image: url("../images/buttons/Prio_normal_16.png");}
 .BpWebApp_Buttons_prio_normal_24{background-image: url("../images/buttons/Prio_normal_24.png");}
 .BpWebApp_Buttons_prio_normal_32{background-image: url("../images/buttons/Prio_normal_32.png");}
 .BpWebApp_Buttons_prio_normal_unbekannt_16{background-image: url("../images/buttons/Prio_normal_unbekannt_16.png");}
 .BpWebApp_Buttons_prio_normal_unbekannt_24{background-image: url("../images/buttons/Prio_normal_unbekannt_24.png");}
 .BpWebApp_Buttons_prio_normal_unbekannt_32{background-image: url("../images/buttons/Prio_normal_unbekannt_32.png");}
 .BpWebApp_Buttons_prio_sehr_hoch_16{background-image: url("../images/buttons/Prio_sehr_hoch_16.png");}
 .BpWebApp_Buttons_prio_sehr_hoch_24{background-image: url("../images/buttons/Prio_sehr_hoch_24.png");}
 .BpWebApp_Buttons_prio_sehr_hoch_32{background-image: url("../images/buttons/Prio_sehr_hoch_32.png");}
 .BpWebApp_Buttons_prio_unbekannt_16{background-image: url("../images/buttons/Prio_unbekannt_16.png");}
 .BpWebApp_Buttons_prio_unbekannt_24{background-image: url("../images/buttons/Prio_unbekannt_24.png");}
 .BpWebApp_Buttons_prio_unbekannt_32{background-image: url("../images/buttons/Prio_unbekannt_32.png");}
 .BpWebApp_Buttons_produktion-fertig_16{background-image: url("../images/buttons/Produktion-fertig_16.png");}
 .BpWebApp_Buttons_produktion-fertig_24{background-image: url("../images/buttons/Produktion-fertig_24.png");}
 .BpWebApp_Buttons_produktion-fertig_32{background-image: url("../images/buttons/Produktion-fertig_32.png");}
 .BpWebApp_Buttons_produktion-geplant_16{background-image: url("../images/buttons/Produktion-geplant_16.png");}
 .BpWebApp_Buttons_produktion-geplant_24{background-image: url("../images/buttons/Produktion-geplant_24.png");}
 .BpWebApp_Buttons_produktion-geplant_32{background-image: url("../images/buttons/Produktion-geplant_32.png");}
 .BpWebApp_Buttons_produktion-inarbeit_16{background-image: url("../images/buttons/Produktion-inArbeit_16.png");}
 .BpWebApp_Buttons_produktion-inarbeit_24{background-image: url("../images/buttons/Produktion-inArbeit_24.png");}
 .BpWebApp_Buttons_produktion-inarbeit_32{background-image: url("../images/buttons/Produktion-inArbeit_32.png");}
 .BpWebApp_Buttons_produktion-kommissioniert_16{background-image: url("../images/buttons/Produktion-Kommissioniert_16.png");}
 .BpWebApp_Buttons_produktion-kommissioniert_24{background-image: url("../images/buttons/Produktion-Kommissioniert_24.png");}
 .BpWebApp_Buttons_produktion-kommissioniert_32{background-image: url("../images/buttons/Produktion-Kommissioniert_32.png");}
 .BpWebApp_Buttons_produktion_16{background-image: url("../images/buttons/Produktion_16.png");}
 .BpWebApp_Buttons_produktion_24{background-image: url("../images/buttons/Produktion_24.png");}
 .BpWebApp_Buttons_produktion_32{background-image: url("../images/buttons/Produktion_32.png");}
 .BpWebApp_Buttons_produktion_dienst_plan_16{background-image: url("../images/buttons/Produktion_Dienst_Plan_16.png");}
 .BpWebApp_Buttons_produktion_dienst_plan_24{background-image: url("../images/buttons/Produktion_Dienst_Plan_24.png");}
 .BpWebApp_Buttons_produktion_dienst_plan_32{background-image: url("../images/buttons/Produktion_Dienst_Plan_32.png");}
 .BpWebApp_Buttons_produktion_monitor_16{background-image: url("../images/buttons/Produktion_Monitor_16.png");}
 .BpWebApp_Buttons_produktion_monitor_24{background-image: url("../images/buttons/Produktion_Monitor_24.png");}
 .BpWebApp_Buttons_produktion_monitor_32{background-image: url("../images/buttons/Produktion_Monitor_32.png");}
 .BpWebApp_Buttons_produktion_verwendung_16{background-image: url("../images/buttons/Produktion_Verwendung_16.png");}
 .BpWebApp_Buttons_produktion_verwendung_24{background-image: url("../images/buttons/Produktion_Verwendung_24.png");}
 .BpWebApp_Buttons_produktion_verwendung_32{background-image: url("../images/buttons/Produktion_Verwendung_32.png");}
 .BpWebApp_Buttons_profil_16{background-image: url("../images/buttons/Profil_16.png");}
 .BpWebApp_Buttons_profil_24{background-image: url("../images/buttons/Profil_24.png");}
 .BpWebApp_Buttons_profil_32{background-image: url("../images/buttons/Profil_32.png");}
 .BpWebApp_Buttons_projekt_16{background-image: url("../images/buttons/projekt_16.png");}
 .BpWebApp_Buttons_projekt_24{background-image: url("../images/buttons/projekt_24.png");}
 .BpWebApp_Buttons_projekt_32{background-image: url("../images/buttons/projekt_32.png");}
 .BpWebApp_Buttons_projekt_objekt_16{background-image: url("../images/buttons/projekt_objekt_16.png");}
 .BpWebApp_Buttons_projekt_objekt_24{background-image: url("../images/buttons/projekt_objekt_24.png");}
 .BpWebApp_Buttons_projekt_objekt_32{background-image: url("../images/buttons/projekt_objekt_32.png");}
 .BpWebApp_Buttons_protokoll_loeschen_16{background-image: url("../images/buttons/Protokoll_loeschen_16.png");}
 .BpWebApp_Buttons_protokoll_loeschen_24{background-image: url("../images/buttons/Protokoll_loeschen_24.png");}
 .BpWebApp_Buttons_protokoll_loeschen_32{background-image: url("../images/buttons/Protokoll_loeschen_32.png");}
 .BpWebApp_Buttons_prozesse_aktion_16{background-image: url("../images/buttons/Prozesse_Aktion_16.png");}
 .BpWebApp_Buttons_prozesse_aktion_24{background-image: url("../images/buttons/Prozesse_Aktion_24.png");}
 .BpWebApp_Buttons_prozesse_aktion_32{background-image: url("../images/buttons/Prozesse_Aktion_32.png");}
 .BpWebApp_Buttons_prozesse_frage_16{background-image: url("../images/buttons/Prozesse_Frage_16.png");}
 .BpWebApp_Buttons_prozesse_frage_24{background-image: url("../images/buttons/Prozesse_Frage_24.png");}
 .BpWebApp_Buttons_prozesse_frage_32{background-image: url("../images/buttons/Prozesse_Frage_32.png");}
 .BpWebApp_Buttons_prozesse_option_16{background-image: url("../images/buttons/Prozesse_Option_16.png");}
 .BpWebApp_Buttons_prozesse_option_24{background-image: url("../images/buttons/Prozesse_Option_24.png");}
 .BpWebApp_Buttons_prozesse_option_32{background-image: url("../images/buttons/Prozesse_Option_32.png");}
 .BpWebApp_Buttons_prozess_16{background-image: url("../images/buttons/Prozess_16.png");}
 .BpWebApp_Buttons_prozess_24{background-image: url("../images/buttons/Prozess_24.png");}
 .BpWebApp_Buttons_prozess_32{background-image: url("../images/buttons/Prozess_32.png");}
 .BpWebApp_Buttons_prozess_schritt_16{background-image: url("../images/buttons/Prozess_Schritt_16.png");}
 .BpWebApp_Buttons_prozess_schritt_24{background-image: url("../images/buttons/Prozess_Schritt_24.png");}
 .BpWebApp_Buttons_prozess_schritt_32{background-image: url("../images/buttons/Prozess_Schritt_32.png");}
 .BpWebApp_Buttons_prozess_vorlage_16{background-image: url("../images/buttons/Prozess_Vorlage_16.png");}
 .BpWebApp_Buttons_prozess_vorlage_24{background-image: url("../images/buttons/Prozess_Vorlage_24.png");}
 .BpWebApp_Buttons_prozess_vorlage_32{background-image: url("../images/buttons/Prozess_Vorlage_32.png");}
 .BpWebApp_Buttons_qr-scanner_16{background-image: url("../images/buttons/QR-Scanner_16.png");}
 .BpWebApp_Buttons_qr-scanner_24{background-image: url("../images/buttons/QR-Scanner_24.png");}
 .BpWebApp_Buttons_qr-scanner_32{background-image: url("../images/buttons/QR-Scanner_32.png");}
 .BpWebApp_Buttons_raeume_16{background-image: url("../images/buttons/raeume_16.png");}
 .BpWebApp_Buttons_raeume_24{background-image: url("../images/buttons/raeume_24.png");}
 .BpWebApp_Buttons_raeume_32{background-image: url("../images/buttons/raeume_32.png");}
 .BpWebApp_Buttons_raum-ueber-unter_16{background-image: url("../images/buttons/Raum-ueber-unter_16.png");}
 .BpWebApp_Buttons_raum-ueber-unter_24{background-image: url("../images/buttons/Raum-ueber-unter_24.png");}
 .BpWebApp_Buttons_raum-ueber-unter_32{background-image: url("../images/buttons/Raum-ueber-unter_32.png");}
 .BpWebApp_Buttons_raumgruppe_16{background-image: url("../images/buttons/Raumgruppe_16.png");}
 .BpWebApp_Buttons_raumgruppe_24{background-image: url("../images/buttons/Raumgruppe_24.png");}
 .BpWebApp_Buttons_raumgruppe_32{background-image: url("../images/buttons/Raumgruppe_32.png");}
 .BpWebApp_Buttons_raumplan_16{background-image: url("../images/buttons/Raumplan_16.png");}
 .BpWebApp_Buttons_raumplan_24{background-image: url("../images/buttons/Raumplan_24.png");}
 .BpWebApp_Buttons_raumplan_32{background-image: url("../images/buttons/Raumplan_32.png");}
 .BpWebApp_Buttons_raum_16{background-image: url("../images/buttons/Raum_16.png");}
 .BpWebApp_Buttons_raum_24{background-image: url("../images/buttons/Raum_24.png");}
 .BpWebApp_Buttons_raum_32{background-image: url("../images/buttons/Raum_32.png");}
 .BpWebApp_Buttons_raum_exclusiv_16{background-image: url("../images/buttons/Raum_exclusiv_16.png");}
 .BpWebApp_Buttons_raum_exclusiv_24{background-image: url("../images/buttons/Raum_exclusiv_24.png");}
 .BpWebApp_Buttons_raum_exclusiv_32{background-image: url("../images/buttons/Raum_exclusiv_32.png");}
 .BpWebApp_Buttons_raum_nur_lesen_16{background-image: url("../images/buttons/Raum_nur_lesen_16.png");}
 .BpWebApp_Buttons_raum_nur_lesen_24{background-image: url("../images/buttons/Raum_nur_lesen_24.png");}
 .BpWebApp_Buttons_raum_nur_lesen_32{background-image: url("../images/buttons/Raum_nur_lesen_32.png");}
 .BpWebApp_Buttons_rechenblatt_16{background-image: url("../images/buttons/Rechenblatt_16.png");}
 .BpWebApp_Buttons_rechenblatt_24{background-image: url("../images/buttons/Rechenblatt_24.png");}
 .BpWebApp_Buttons_rechenblatt_32{background-image: url("../images/buttons/Rechenblatt_32.png");}
 .BpWebApp_Buttons_rechnungenakonto_bestellungen_angeboten_16{background-image: url("../images/buttons/RechnungenAkonto_Bestellungen_Angeboten_16.png");}
 .BpWebApp_Buttons_rechnungenakonto_bestellungen_angeboten_24{background-image: url("../images/buttons/RechnungenAkonto_Bestellungen_Angeboten_24.png");}
 .BpWebApp_Buttons_rechnungenakonto_bestellungen_angeboten_32{background-image: url("../images/buttons/RechnungenAkonto_Bestellungen_Angeboten_32.png");}
 .BpWebApp_Buttons_rechnungen_bestellungen_angeboten_16{background-image: url("../images/buttons/Rechnungen_Bestellungen_Angeboten_16.png");}
 .BpWebApp_Buttons_rechnungen_bestellungen_angeboten_24{background-image: url("../images/buttons/Rechnungen_Bestellungen_Angeboten_24.png");}
 .BpWebApp_Buttons_rechnungen_bestellungen_angeboten_32{background-image: url("../images/buttons/Rechnungen_Bestellungen_Angeboten_32.png");}
 .BpWebApp_Buttons_rechnung_16{background-image: url("../images/buttons/Rechnung_16.png");}
 .BpWebApp_Buttons_rechnung_24{background-image: url("../images/buttons/Rechnung_24.png");}
 .BpWebApp_Buttons_rechnung_32{background-image: url("../images/buttons/Rechnung_32.png");}
 .BpWebApp_Buttons_rechnung_akonto_16{background-image: url("../images/buttons/Rechnung_Akonto_16.png");}
 .BpWebApp_Buttons_rechnung_akonto_24{background-image: url("../images/buttons/Rechnung_Akonto_24.png");}
 .BpWebApp_Buttons_rechnung_akonto_32{background-image: url("../images/buttons/Rechnung_Akonto_32.png");}
 .BpWebApp_Buttons_rechnung_edit_16{background-image: url("../images/buttons/Rechnung_Edit_16.png");}
 .BpWebApp_Buttons_rechnung_edit_24{background-image: url("../images/buttons/Rechnung_Edit_24.png");}
 .BpWebApp_Buttons_rechnung_edit_32{background-image: url("../images/buttons/Rechnung_Edit_32.png");}
 .BpWebApp_Buttons_rechnung_extern_intern_personal_16{background-image: url("../images/buttons/Rechnung_Extern_Intern_Personal_16.png");}
 .BpWebApp_Buttons_rechnung_extern_intern_personal_24{background-image: url("../images/buttons/Rechnung_Extern_Intern_Personal_24.png");}
 .BpWebApp_Buttons_rechnung_extern_intern_personal_32{background-image: url("../images/buttons/Rechnung_Extern_Intern_Personal_32.png");}
 .BpWebApp_Buttons_rechnung_extern_personal_16{background-image: url("../images/buttons/Rechnung_Extern_Personal_16.png");}
 .BpWebApp_Buttons_rechnung_extern_personal_24{background-image: url("../images/buttons/Rechnung_Extern_Personal_24.png");}
 .BpWebApp_Buttons_rechnung_extern_personal_32{background-image: url("../images/buttons/Rechnung_Extern_Personal_32.png");}
 .BpWebApp_Buttons_rechnung_gutschrift_16{background-image: url("../images/buttons/Rechnung_Gutschrift_16.png");}
 .BpWebApp_Buttons_rechnung_gutschrift_24{background-image: url("../images/buttons/Rechnung_Gutschrift_24.png");}
 .BpWebApp_Buttons_rechnung_gutschrift_32{background-image: url("../images/buttons/Rechnung_Gutschrift_32.png");}
 .BpWebApp_Buttons_rechnung_intern_16{background-image: url("../images/buttons/Rechnung_Intern_16.png");}
 .BpWebApp_Buttons_rechnung_intern_24{background-image: url("../images/buttons/Rechnung_Intern_24.png");}
 .BpWebApp_Buttons_rechnung_intern_32{background-image: url("../images/buttons/Rechnung_Intern_32.png");}
 .BpWebApp_Buttons_rechnung_intern_personal_16{background-image: url("../images/buttons/Rechnung_Intern_Personal_16.png");}
 .BpWebApp_Buttons_rechnung_intern_personal_24{background-image: url("../images/buttons/Rechnung_Intern_Personal_24.png");}
 .BpWebApp_Buttons_rechnung_intern_personal_32{background-image: url("../images/buttons/Rechnung_Intern_Personal_32.png");}
 .BpWebApp_Buttons_rechnung_kalkulation_16{background-image: url("../images/buttons/Rechnung_Kalkulation_16.png");}
 .BpWebApp_Buttons_rechnung_kalkulation_24{background-image: url("../images/buttons/Rechnung_Kalkulation_24.png");}
 .BpWebApp_Buttons_rechnung_kalkulation_32{background-image: url("../images/buttons/Rechnung_Kalkulation_32.png");}
 .BpWebApp_Buttons_rechnung_vorlage_16{background-image: url("../images/buttons/Rechnung_Vorlage_16.png");}
 .BpWebApp_Buttons_rechnung_vorlage_24{background-image: url("../images/buttons/Rechnung_Vorlage_24.png");}
 .BpWebApp_Buttons_rechnung_vorlage_32{background-image: url("../images/buttons/Rechnung_Vorlage_32.png");}
 .BpWebApp_Buttons_rechteck_16{background-image: url("../images/buttons/Rechteck_16.png");}
 .BpWebApp_Buttons_rechteck_24{background-image: url("../images/buttons/Rechteck_24.png");}
 .BpWebApp_Buttons_rechteck_32{background-image: url("../images/buttons/Rechteck_32.png");}
 .BpWebApp_Buttons_rechtsbuendig_16{background-image: url("../images/buttons/Rechtsbuendig_16.png");}
 .BpWebApp_Buttons_rechtsbuendig_24{background-image: url("../images/buttons/Rechtsbuendig_24.png");}
 .BpWebApp_Buttons_rechtsbuendig_32{background-image: url("../images/buttons/Rechtsbuendig_32.png");}
 .BpWebApp_Buttons_rechtschreibung_pruefen_16{background-image: url("../images/buttons/Rechtschreibung_Pruefen_16.png");}
 .BpWebApp_Buttons_rechtschreibung_pruefen_24{background-image: url("../images/buttons/Rechtschreibung_Pruefen_24.png");}
 .BpWebApp_Buttons_rechtschreibung_pruefen_32{background-image: url("../images/buttons/Rechtschreibung_Pruefen_32.png");}
 .BpWebApp_Buttons_recycle_16{background-image: url("../images/buttons/recycle_16.png");}
 .BpWebApp_Buttons_recycle_24{background-image: url("../images/buttons/recycle_24.png");}
 .BpWebApp_Buttons_recycle_32{background-image: url("../images/buttons/recycle_32.png");}
 .BpWebApp_Buttons_red_16{background-image: url("../images/buttons/Red_16.png");}
 .BpWebApp_Buttons_red_24{background-image: url("../images/buttons/Red_24.png");}
 .BpWebApp_Buttons_red_32{background-image: url("../images/buttons/Red_32.png");}
 .BpWebApp_Buttons_refresh_16{background-image: url("../images/buttons/refresh_16.png");}
 .BpWebApp_Buttons_refresh_24{background-image: url("../images/buttons/refresh_24.png");}
 .BpWebApp_Buttons_refresh_32{background-image: url("../images/buttons/refresh_32.png");}
 .BpWebApp_Buttons_reminder_16{background-image: url("../images/buttons/reminder_16.png");}
 .BpWebApp_Buttons_reminder_24{background-image: url("../images/buttons/reminder_24.png");}
 .BpWebApp_Buttons_reminder_32{background-image: url("../images/buttons/reminder_32.png");}
 .BpWebApp_Buttons_reminder_overlay_16{background-image: url("../images/buttons/reminder_overlay_16.png");}
 .BpWebApp_Buttons_reminder_overlay_24{background-image: url("../images/buttons/reminder_overlay_24.png");}
 .BpWebApp_Buttons_reminder_overlay_32{background-image: url("../images/buttons/reminder_overlay_32.png");}
 .BpWebApp_Buttons_report_16{background-image: url("../images/buttons/Report_16.png");}
 .BpWebApp_Buttons_report_24{background-image: url("../images/buttons/Report_24.png");}
 .BpWebApp_Buttons_report_32{background-image: url("../images/buttons/Report_32.png");}
 .BpWebApp_Buttons_retourenuebersicht_16{background-image: url("../images/buttons/Retourenuebersicht_16.png");}
 .BpWebApp_Buttons_retourenuebersicht_24{background-image: url("../images/buttons/Retourenuebersicht_24.png");}
 .BpWebApp_Buttons_retourenuebersicht_32{background-image: url("../images/buttons/Retourenuebersicht_32.png");}
 .BpWebApp_Buttons_retoure_16{background-image: url("../images/buttons/Retoure_16.png");}
 .BpWebApp_Buttons_retoure_24{background-image: url("../images/buttons/Retoure_24.png");}
 .BpWebApp_Buttons_retoure_32{background-image: url("../images/buttons/Retoure_32.png");}
 .BpWebApp_Buttons_robinsonliste_16{background-image: url("../images/buttons/Robinsonliste_16.png");}
 .BpWebApp_Buttons_robinsonliste_24{background-image: url("../images/buttons/Robinsonliste_24.png");}
 .BpWebApp_Buttons_robinsonliste_32{background-image: url("../images/buttons/Robinsonliste_32.png");}
 .BpWebApp_Buttons_ruestzeit_16{background-image: url("../images/buttons/ruestzeit_16.png");}
 .BpWebApp_Buttons_ruestzeit_24{background-image: url("../images/buttons/ruestzeit_24.png");}
 .BpWebApp_Buttons_ruestzeit_32{background-image: url("../images/buttons/ruestzeit_32.png");}
 .BpWebApp_Buttons_sammel_rechnung_16{background-image: url("../images/buttons/Sammel_Rechnung_16.png");}
 .BpWebApp_Buttons_sammel_rechnung_24{background-image: url("../images/buttons/Sammel_Rechnung_24.png");}
 .BpWebApp_Buttons_sammel_rechnung_32{background-image: url("../images/buttons/Sammel_Rechnung_32.png");}
 .BpWebApp_Buttons_save_16{background-image: url("../images/buttons/save_16.png");}
 .BpWebApp_Buttons_save_24{background-image: url("../images/buttons/save_24.png");}
 .BpWebApp_Buttons_save_32{background-image: url("../images/buttons/save_32.png");}
 .BpWebApp_Buttons_save_options_16{background-image: url("../images/buttons/Save_Options_16.png");}
 .BpWebApp_Buttons_save_options_24{background-image: url("../images/buttons/Save_Options_24.png");}
 .BpWebApp_Buttons_save_options_32{background-image: url("../images/buttons/Save_Options_32.png");}
 .BpWebApp_Buttons_save_overlay_16{background-image: url("../images/buttons/save_overlay_16.png");}
 .BpWebApp_Buttons_save_overlay_24{background-image: url("../images/buttons/save_overlay_24.png");}
 .BpWebApp_Buttons_save_overlay_32{background-image: url("../images/buttons/save_overlay_32.png");}
 .BpWebApp_Buttons_save_reminder_16{background-image: url("../images/buttons/save_reminder_16.png");}
 .BpWebApp_Buttons_save_reminder_24{background-image: url("../images/buttons/save_reminder_24.png");}
 .BpWebApp_Buttons_save_reminder_32{background-image: url("../images/buttons/save_reminder_32.png");}
 .BpWebApp_Buttons_save_reminder_cancel_16{background-image: url("../images/buttons/Save_Reminder_Cancel_16.png");}
 .BpWebApp_Buttons_save_reminder_cancel_24{background-image: url("../images/buttons/Save_Reminder_Cancel_24.png");}
 .BpWebApp_Buttons_save_reminder_cancel_32{background-image: url("../images/buttons/Save_Reminder_Cancel_32.png");}
 .BpWebApp_Buttons_scanner_16{background-image: url("../images/buttons/scanner_16.png");}
 .BpWebApp_Buttons_scanner_24{background-image: url("../images/buttons/scanner_24.png");}
 .BpWebApp_Buttons_scanner_32{background-image: url("../images/buttons/scanner_32.png");}
 .BpWebApp_Buttons_schlussbericht_16{background-image: url("../images/buttons/Schlussbericht_16.png");}
 .BpWebApp_Buttons_schlussbericht_24{background-image: url("../images/buttons/Schlussbericht_24.png");}
 .BpWebApp_Buttons_schlussbericht_32{background-image: url("../images/buttons/Schlussbericht_32.png");}
 .BpWebApp_Buttons_schlussbericht_gefuellt_16{background-image: url("../images/buttons/Schlussbericht_Gefuellt_16.png");}
 .BpWebApp_Buttons_schlussbericht_gefuellt_24{background-image: url("../images/buttons/Schlussbericht_Gefuellt_24.png");}
 .BpWebApp_Buttons_schlussbericht_gefuellt_32{background-image: url("../images/buttons/Schlussbericht_Gefuellt_32.png");}
 .BpWebApp_Buttons_schnittmenge_16{background-image: url("../images/buttons/Schnittmenge_16.png");}
 .BpWebApp_Buttons_schnittmenge_24{background-image: url("../images/buttons/Schnittmenge_24.png");}
 .BpWebApp_Buttons_schnittmenge_32{background-image: url("../images/buttons/Schnittmenge_32.png");}
 .BpWebApp_Buttons_schnittstellen_16{background-image: url("../images/buttons/Schnittstellen_16.png");}
 .BpWebApp_Buttons_schnittstellen_24{background-image: url("../images/buttons/Schnittstellen_24.png");}
 .BpWebApp_Buttons_schnittstellen_32{background-image: url("../images/buttons/Schnittstellen_32.png");}
 .BpWebApp_Buttons_schriftart_16{background-image: url("../images/buttons/Schriftart_16.png");}
 .BpWebApp_Buttons_schriftart_24{background-image: url("../images/buttons/Schriftart_24.png");}
 .BpWebApp_Buttons_schriftart_32{background-image: url("../images/buttons/Schriftart_32.png");}
 .BpWebApp_Buttons_schriftstil_16{background-image: url("../images/buttons/Schriftstil_16.png");}
 .BpWebApp_Buttons_schriftstil_24{background-image: url("../images/buttons/Schriftstil_24.png");}
 .BpWebApp_Buttons_schriftstil_32{background-image: url("../images/buttons/Schriftstil_32.png");}
 .BpWebApp_Buttons_schrift_groesse_16{background-image: url("../images/buttons/Schrift_Groesse_16.png");}
 .BpWebApp_Buttons_schrift_groesse_24{background-image: url("../images/buttons/Schrift_Groesse_24.png");}
 .BpWebApp_Buttons_schrift_groesse_32{background-image: url("../images/buttons/Schrift_Groesse_32.png");}
 .BpWebApp_Buttons_schule_16{background-image: url("../images/buttons/schule_16.png");}
 .BpWebApp_Buttons_schule_24{background-image: url("../images/buttons/schule_24.png");}
 .BpWebApp_Buttons_schule_32{background-image: url("../images/buttons/schule_32.png");}
 .BpWebApp_Buttons_schutz-vor-loeschung_16{background-image: url("../images/buttons/Schutz-vor-loeschung_16.png");}
 .BpWebApp_Buttons_schutz-vor-loeschung_24{background-image: url("../images/buttons/Schutz-vor-loeschung_24.png");}
 .BpWebApp_Buttons_schutz-vor-loeschung_32{background-image: url("../images/buttons/Schutz-vor-loeschung_32.png");}
 .BpWebApp_Buttons_screenshot_16{background-image: url("../images/buttons/screenshot_16.png");}
 .BpWebApp_Buttons_screenshot_24{background-image: url("../images/buttons/screenshot_24.png");}
 .BpWebApp_Buttons_screenshot_32{background-image: url("../images/buttons/screenshot_32.png");}
 .BpWebApp_Buttons_seitenanzahl_16{background-image: url("../images/buttons/seitenanzahl_16.png");}
 .BpWebApp_Buttons_seitenanzahl_24{background-image: url("../images/buttons/seitenanzahl_24.png");}
 .BpWebApp_Buttons_seitenanzahl_32{background-image: url("../images/buttons/seitenanzahl_32.png");}
 .BpWebApp_Buttons_seitenausrichtung_16{background-image: url("../images/buttons/seitenausrichtung_16.png");}
 .BpWebApp_Buttons_seitenausrichtung_24{background-image: url("../images/buttons/seitenausrichtung_24.png");}
 .BpWebApp_Buttons_seitenausrichtung_32{background-image: url("../images/buttons/seitenausrichtung_32.png");}
 .BpWebApp_Buttons_seitenformat_16{background-image: url("../images/buttons/seitenformat_16.png");}
 .BpWebApp_Buttons_seitenformat_24{background-image: url("../images/buttons/seitenformat_24.png");}
 .BpWebApp_Buttons_seitenformat_32{background-image: url("../images/buttons/seitenformat_32.png");}
 .BpWebApp_Buttons_seitennummer_16{background-image: url("../images/buttons/seitennummer_16.png");}
 .BpWebApp_Buttons_seitennummer_24{background-image: url("../images/buttons/seitennummer_24.png");}
 .BpWebApp_Buttons_seitennummer_32{background-image: url("../images/buttons/seitennummer_32.png");}
 .BpWebApp_Buttons_seitenrand_links_16{background-image: url("../images/buttons/seitenrand_links_16.png");}
 .BpWebApp_Buttons_seitenrand_links_24{background-image: url("../images/buttons/seitenrand_links_24.png");}
 .BpWebApp_Buttons_seitenrand_links_32{background-image: url("../images/buttons/seitenrand_links_32.png");}
 .BpWebApp_Buttons_seitenrand_oben_16{background-image: url("../images/buttons/seitenrand_oben_16.png");}
 .BpWebApp_Buttons_seitenrand_oben_24{background-image: url("../images/buttons/seitenrand_oben_24.png");}
 .BpWebApp_Buttons_seitenrand_oben_32{background-image: url("../images/buttons/seitenrand_oben_32.png");}
 .BpWebApp_Buttons_seitenrand_rechts_16{background-image: url("../images/buttons/seitenrand_rechts_16.png");}
 .BpWebApp_Buttons_seitenrand_rechts_24{background-image: url("../images/buttons/seitenrand_rechts_24.png");}
 .BpWebApp_Buttons_seitenrand_rechts_32{background-image: url("../images/buttons/seitenrand_rechts_32.png");}
 .BpWebApp_Buttons_seitenrand_unten_16{background-image: url("../images/buttons/seitenrand_unten_16.png");}
 .BpWebApp_Buttons_seitenrand_unten_24{background-image: url("../images/buttons/seitenrand_unten_24.png");}
 .BpWebApp_Buttons_seitenrand_unten_32{background-image: url("../images/buttons/seitenrand_unten_32.png");}
 .BpWebApp_Buttons_selectall_16{background-image: url("../images/buttons/SelectAll_16.png");}
 .BpWebApp_Buttons_selectall_24{background-image: url("../images/buttons/SelectAll_24.png");}
 .BpWebApp_Buttons_selectall_32{background-image: url("../images/buttons/SelectAll_32.png");}
 .BpWebApp_Buttons_selectnone_16{background-image: url("../images/buttons/SelectNone_16.png");}
 .BpWebApp_Buttons_selectnone_24{background-image: url("../images/buttons/SelectNone_24.png");}
 .BpWebApp_Buttons_selectnone_32{background-image: url("../images/buttons/SelectNone_32.png");}
 .BpWebApp_Buttons_senden_16{background-image: url("../images/buttons/Senden_16.png");}
 .BpWebApp_Buttons_senden_24{background-image: url("../images/buttons/Senden_24.png");}
 .BpWebApp_Buttons_senden_32{background-image: url("../images/buttons/Senden_32.png");}
 .BpWebApp_Buttons_senioren_16{background-image: url("../images/buttons/Senioren_16.png");}
 .BpWebApp_Buttons_senioren_24{background-image: url("../images/buttons/Senioren_24.png");}
 .BpWebApp_Buttons_senioren_32{background-image: url("../images/buttons/Senioren_32.png");}
 .BpWebApp_Buttons_separater_brief_16{background-image: url("../images/buttons/separater_brief_16.png");}
 .BpWebApp_Buttons_separater_brief_24{background-image: url("../images/buttons/separater_brief_24.png");}
 .BpWebApp_Buttons_separater_brief_32{background-image: url("../images/buttons/separater_brief_32.png");}
 .BpWebApp_Buttons_serienkopie_16{background-image: url("../images/buttons/Serienkopie_16.png");}
 .BpWebApp_Buttons_serienkopie_24{background-image: url("../images/buttons/Serienkopie_24.png");}
 .BpWebApp_Buttons_serienkopie_32{background-image: url("../images/buttons/Serienkopie_32.png");}
 .BpWebApp_Buttons_serie_16{background-image: url("../images/buttons/Serie_16.png");}
 .BpWebApp_Buttons_serie_24{background-image: url("../images/buttons/Serie_24.png");}
 .BpWebApp_Buttons_serie_32{background-image: url("../images/buttons/Serie_32.png");}
 .BpWebApp_Buttons_server_16{background-image: url("../images/buttons/Server_16.png");}
 .BpWebApp_Buttons_server_24{background-image: url("../images/buttons/Server_24.png");}
 .BpWebApp_Buttons_server_32{background-image: url("../images/buttons/Server_32.png");}
 .BpWebApp_Buttons_sonderurlaub_16{background-image: url("../images/buttons/Sonderurlaub_16.png");}
 .BpWebApp_Buttons_sonderurlaub_24{background-image: url("../images/buttons/Sonderurlaub_24.png");}
 .BpWebApp_Buttons_sonderurlaub_32{background-image: url("../images/buttons/Sonderurlaub_32.png");}
 .BpWebApp_Buttons_sortieren_16{background-image: url("../images/buttons/Sortieren_16.png");}
 .BpWebApp_Buttons_sortieren_24{background-image: url("../images/buttons/Sortieren_24.png");}
 .BpWebApp_Buttons_sortieren_32{background-image: url("../images/buttons/Sortieren_32.png");}
 .BpWebApp_Buttons_spaltenabstand_16{background-image: url("../images/buttons/spaltenabstand_16.png");}
 .BpWebApp_Buttons_spaltenabstand_24{background-image: url("../images/buttons/spaltenabstand_24.png");}
 .BpWebApp_Buttons_spaltenabstand_32{background-image: url("../images/buttons/spaltenabstand_32.png");}
 .BpWebApp_Buttons_spaltenanzahl_16{background-image: url("../images/buttons/spaltenanzahl_16.png");}
 .BpWebApp_Buttons_spaltenanzahl_24{background-image: url("../images/buttons/spaltenanzahl_24.png");}
 .BpWebApp_Buttons_spaltenanzahl_32{background-image: url("../images/buttons/spaltenanzahl_32.png");}
 .BpWebApp_Buttons_spaltenbreite_aendern_16{background-image: url("../images/buttons/Spaltenbreite_Aendern_16.png");}
 .BpWebApp_Buttons_spaltenbreite_aendern_24{background-image: url("../images/buttons/Spaltenbreite_Aendern_24.png");}
 .BpWebApp_Buttons_spaltenbreite_aendern_32{background-image: url("../images/buttons/Spaltenbreite_Aendern_32.png");}
 .BpWebApp_Buttons_spalten_alle_16{background-image: url("../images/buttons/Spalten_Alle_16.png");}
 .BpWebApp_Buttons_spalten_alle_24{background-image: url("../images/buttons/Spalten_Alle_24.png");}
 .BpWebApp_Buttons_spalten_alle_32{background-image: url("../images/buttons/Spalten_Alle_32.png");}
 .BpWebApp_Buttons_spalten_entfernen_16{background-image: url("../images/buttons/Spalten_Entfernen_16.png");}
 .BpWebApp_Buttons_spalten_entfernen_24{background-image: url("../images/buttons/Spalten_Entfernen_24.png");}
 .BpWebApp_Buttons_spalten_entfernen_32{background-image: url("../images/buttons/Spalten_Entfernen_32.png");}
 .BpWebApp_Buttons_spalten_neu_anfuegen_16{background-image: url("../images/buttons/Spalten_Neu_Anfuegen_16.png");}
 .BpWebApp_Buttons_spalten_neu_anfuegen_24{background-image: url("../images/buttons/Spalten_Neu_Anfuegen_24.png");}
 .BpWebApp_Buttons_spalten_neu_anfuegen_32{background-image: url("../images/buttons/Spalten_Neu_Anfuegen_32.png");}
 .BpWebApp_Buttons_spalte_links_hinzufuegen_16{background-image: url("../images/buttons/spalte_links_hinzufuegen_16.png");}
 .BpWebApp_Buttons_spalte_links_hinzufuegen_24{background-image: url("../images/buttons/spalte_links_hinzufuegen_24.png");}
 .BpWebApp_Buttons_spalte_links_hinzufuegen_32{background-image: url("../images/buttons/spalte_links_hinzufuegen_32.png");}
 .BpWebApp_Buttons_spalte_rechts_hinzufuegen_16{background-image: url("../images/buttons/spalte_rechts_hinzufuegen_16.png");}
 .BpWebApp_Buttons_spalte_rechts_hinzufuegen_24{background-image: url("../images/buttons/spalte_rechts_hinzufuegen_24.png");}
 .BpWebApp_Buttons_spalte_rechts_hinzufuegen_32{background-image: url("../images/buttons/spalte_rechts_hinzufuegen_32.png");}
 .BpWebApp_Buttons_spam_16{background-image: url("../images/buttons/Spam_16.png");}
 .BpWebApp_Buttons_spam_24{background-image: url("../images/buttons/Spam_24.png");}
 .BpWebApp_Buttons_spam_32{background-image: url("../images/buttons/Spam_32.png");}
 .BpWebApp_Buttons_speichern_16{background-image: url("../images/buttons/Speichern_16.png");}
 .BpWebApp_Buttons_speichern_24{background-image: url("../images/buttons/Speichern_24.png");}
 .BpWebApp_Buttons_speichern_32{background-image: url("../images/buttons/Speichern_32.png");}
 .BpWebApp_Buttons_speichern_schliessen_16{background-image: url("../images/buttons/Speichern_Schliessen_16.png");}
 .BpWebApp_Buttons_speichern_schliessen_24{background-image: url("../images/buttons/Speichern_Schliessen_24.png");}
 .BpWebApp_Buttons_speichern_schliessen_32{background-image: url("../images/buttons/Speichern_Schliessen_32.png");}
 .BpWebApp_Buttons_speisen_16{background-image: url("../images/buttons/Speisen_16.png");}
 .BpWebApp_Buttons_speisen_24{background-image: url("../images/buttons/Speisen_24.png");}
 .BpWebApp_Buttons_speisen_32{background-image: url("../images/buttons/Speisen_32.png");}
 .BpWebApp_Buttons_sprache_16{background-image: url("../images/buttons/Sprache_16.png");}
 .BpWebApp_Buttons_sprache_24{background-image: url("../images/buttons/Sprache_24.png");}
 .BpWebApp_Buttons_sprache_32{background-image: url("../images/buttons/Sprache_32.png");}
 .BpWebApp_Buttons_sprache_de_16{background-image: url("../images/buttons/Sprache_de_16.png");}
 .BpWebApp_Buttons_sprache_de_24{background-image: url("../images/buttons/Sprache_de_24.png");}
 .BpWebApp_Buttons_sprache_de_32{background-image: url("../images/buttons/Sprache_de_32.png");}
 .BpWebApp_Buttons_sprache_en_16{background-image: url("../images/buttons/Sprache_en_16.png");}
 .BpWebApp_Buttons_sprache_en_24{background-image: url("../images/buttons/Sprache_en_24.png");}
 .BpWebApp_Buttons_sprache_en_32{background-image: url("../images/buttons/Sprache_en_32.png");}
 .BpWebApp_Buttons_sprache_es_16{background-image: url("../images/buttons/Sprache_es_16.png");}
 .BpWebApp_Buttons_sprache_es_24{background-image: url("../images/buttons/Sprache_es_24.png");}
 .BpWebApp_Buttons_sprache_es_32{background-image: url("../images/buttons/Sprache_es_32.png");}
 .BpWebApp_Buttons_sprache_fr_16{background-image: url("../images/buttons/Sprache_fr_16.png");}
 .BpWebApp_Buttons_sprache_fr_24{background-image: url("../images/buttons/Sprache_fr_24.png");}
 .BpWebApp_Buttons_sprache_fr_32{background-image: url("../images/buttons/Sprache_fr_32.png");}
 .BpWebApp_Buttons_sprache_it_16{background-image: url("../images/buttons/Sprache_it_16.png");}
 .BpWebApp_Buttons_sprache_it_24{background-image: url("../images/buttons/Sprache_it_24.png");}
 .BpWebApp_Buttons_sprache_it_32{background-image: url("../images/buttons/Sprache_it_32.png");}
 .BpWebApp_Buttons_sqltool_16{background-image: url("../images/buttons/SQLTool_16.png");}
 .BpWebApp_Buttons_sqltool_24{background-image: url("../images/buttons/SQLTool_24.png");}
 .BpWebApp_Buttons_sqltool_32{background-image: url("../images/buttons/SQLTool_32.png");}
 .BpWebApp_Buttons_stamp_16{background-image: url("../images/buttons/stamp_16.png");}
 .BpWebApp_Buttons_stamp_24{background-image: url("../images/buttons/stamp_24.png");}
 .BpWebApp_Buttons_stamp_32{background-image: url("../images/buttons/stamp_32.png");}
 .BpWebApp_Buttons_standardliste_16{background-image: url("../images/buttons/Standardliste_16.png");}
 .BpWebApp_Buttons_standardliste_24{background-image: url("../images/buttons/Standardliste_24.png");}
 .BpWebApp_Buttons_standardliste_32{background-image: url("../images/buttons/Standardliste_32.png");}
 .BpWebApp_Buttons_standardpreise_uebernehmen_16{background-image: url("../images/buttons/Standardpreise_Uebernehmen_16.png");}
 .BpWebApp_Buttons_standardpreise_uebernehmen_24{background-image: url("../images/buttons/Standardpreise_Uebernehmen_24.png");}
 .BpWebApp_Buttons_standardpreise_uebernehmen_32{background-image: url("../images/buttons/Standardpreise_Uebernehmen_32.png");}
 .BpWebApp_Buttons_standard_lieferant_16{background-image: url("../images/buttons/standard_lieferant_16.png");}
 .BpWebApp_Buttons_standard_lieferant_24{background-image: url("../images/buttons/standard_lieferant_24.png");}
 .BpWebApp_Buttons_standard_lieferant_32{background-image: url("../images/buttons/standard_lieferant_32.png");}
 .BpWebApp_Buttons_star_16{background-image: url("../images/buttons/star_16.png");}
 .BpWebApp_Buttons_star_24{background-image: url("../images/buttons/star_24.png");}
 .BpWebApp_Buttons_star_32{background-image: url("../images/buttons/star_32.png");}
 .BpWebApp_Buttons_stern_grau_16{background-image: url("../images/buttons/stern_grau_16.png");}
 .BpWebApp_Buttons_stern_grau_24{background-image: url("../images/buttons/stern_grau_24.png");}
 .BpWebApp_Buttons_stern_grau_32{background-image: url("../images/buttons/stern_grau_32.png");}
 .BpWebApp_Buttons_stop_16{background-image: url("../images/buttons/stop_16.png");}
 .BpWebApp_Buttons_stop_24{background-image: url("../images/buttons/stop_24.png");}
 .BpWebApp_Buttons_stop_32{background-image: url("../images/buttons/stop_32.png");}
 .BpWebApp_Buttons_stuhl_16{background-image: url("../images/buttons/Stuhl_16.png");}
 .BpWebApp_Buttons_stuhl_24{background-image: url("../images/buttons/Stuhl_24.png");}
 .BpWebApp_Buttons_stuhl_32{background-image: url("../images/buttons/Stuhl_32.png");}
 .BpWebApp_Buttons_stylesheet_16{background-image: url("../images/buttons/StyleSheet_16.png");}
 .BpWebApp_Buttons_stylesheet_24{background-image: url("../images/buttons/StyleSheet_24.png");}
 .BpWebApp_Buttons_stylesheet_32{background-image: url("../images/buttons/StyleSheet_32.png");}
 .BpWebApp_Buttons_submenu_16{background-image: url("../images/buttons/submenu_16.png");}
 .BpWebApp_Buttons_submenu_24{background-image: url("../images/buttons/submenu_24.png");}
 .BpWebApp_Buttons_submenu_32{background-image: url("../images/buttons/submenu_32.png");}
 .BpWebApp_Buttons_suche_16{background-image: url("../images/buttons/suche_16.png");}
 .BpWebApp_Buttons_suche_24{background-image: url("../images/buttons/suche_24.png");}
 .BpWebApp_Buttons_suche_32{background-image: url("../images/buttons/suche_32.png");}
 .BpWebApp_Buttons_suche_ersetzen_16{background-image: url("../images/buttons/Suche_ersetzen_16.png");}
 .BpWebApp_Buttons_suche_ersetzen_24{background-image: url("../images/buttons/Suche_ersetzen_24.png");}
 .BpWebApp_Buttons_suche_ersetzen_32{background-image: url("../images/buttons/Suche_ersetzen_32.png");}
 .BpWebApp_Buttons_suche_exakt_16{background-image: url("../images/buttons/Suche_exakt_16.png");}
 .BpWebApp_Buttons_suche_exakt_24{background-image: url("../images/buttons/Suche_exakt_24.png");}
 .BpWebApp_Buttons_suche_exakt_32{background-image: url("../images/buttons/Suche_exakt_32.png");}
 .BpWebApp_Buttons_summe0_16{background-image: url("../images/buttons/Summe0_16.png");}
 .BpWebApp_Buttons_summe0_24{background-image: url("../images/buttons/Summe0_24.png");}
 .BpWebApp_Buttons_summe0_32{background-image: url("../images/buttons/Summe0_32.png");}
 .BpWebApp_Buttons_summe1_16{background-image: url("../images/buttons/Summe1_16.png");}
 .BpWebApp_Buttons_summe1_24{background-image: url("../images/buttons/Summe1_24.png");}
 .BpWebApp_Buttons_summe1_32{background-image: url("../images/buttons/Summe1_32.png");}
 .BpWebApp_Buttons_summe2_16{background-image: url("../images/buttons/Summe2_16.png");}
 .BpWebApp_Buttons_summe2_24{background-image: url("../images/buttons/Summe2_24.png");}
 .BpWebApp_Buttons_summe2_32{background-image: url("../images/buttons/Summe2_32.png");}
 .BpWebApp_Buttons_summe_16{background-image: url("../images/buttons/Summe_16.png");}
 .BpWebApp_Buttons_summe_24{background-image: url("../images/buttons/Summe_24.png");}
 .BpWebApp_Buttons_summe_32{background-image: url("../images/buttons/Summe_32.png");}
 .BpWebApp_Buttons_sync_16{background-image: url("../images/buttons/Sync_16.png");}
 .BpWebApp_Buttons_sync_24{background-image: url("../images/buttons/Sync_24.png");}
 .BpWebApp_Buttons_sync_32{background-image: url("../images/buttons/Sync_32.png");}
 .BpWebApp_Buttons_sync_server_16{background-image: url("../images/buttons/Sync_Server_16.png");}
 .BpWebApp_Buttons_sync_server_24{background-image: url("../images/buttons/Sync_Server_24.png");}
 .BpWebApp_Buttons_sync_server_32{background-image: url("../images/buttons/Sync_Server_32.png");}
 .BpWebApp_Buttons_sync_server_konto_16{background-image: url("../images/buttons/Sync_Server_Konto_16.png");}
 .BpWebApp_Buttons_sync_server_konto_24{background-image: url("../images/buttons/Sync_Server_Konto_24.png");}
 .BpWebApp_Buttons_sync_server_konto_32{background-image: url("../images/buttons/Sync_Server_Konto_32.png");}
 .BpWebApp_Buttons_sync_tabelle_definition_16{background-image: url("../images/buttons/Sync_Tabelle_Definition_16.png");}
 .BpWebApp_Buttons_sync_tabelle_definition_24{background-image: url("../images/buttons/Sync_Tabelle_Definition_24.png");}
 .BpWebApp_Buttons_sync_tabelle_definition_32{background-image: url("../images/buttons/Sync_Tabelle_Definition_32.png");}
 .BpWebApp_Buttons_systemlog_16{background-image: url("../images/buttons/SystemLog_16.png");}
 .BpWebApp_Buttons_systemlog_24{background-image: url("../images/buttons/SystemLog_24.png");}
 .BpWebApp_Buttons_systemlog_32{background-image: url("../images/buttons/SystemLog_32.png");}
 .BpWebApp_Buttons_szenarienverwaltung_16{background-image: url("../images/buttons/szenarienverwaltung_16.png");}
 .BpWebApp_Buttons_szenarienverwaltung_24{background-image: url("../images/buttons/szenarienverwaltung_24.png");}
 .BpWebApp_Buttons_szenarienverwaltung_32{background-image: url("../images/buttons/szenarienverwaltung_32.png");}
 .BpWebApp_Buttons_tabellendetails_16{background-image: url("../images/buttons/Tabellendetails_16.png");}
 .BpWebApp_Buttons_tabellendetails_24{background-image: url("../images/buttons/Tabellendetails_24.png");}
 .BpWebApp_Buttons_tabellendetails_32{background-image: url("../images/buttons/Tabellendetails_32.png");}
 .BpWebApp_Buttons_tabelle_16{background-image: url("../images/buttons/tabelle_16.png");}
 .BpWebApp_Buttons_tabelle_24{background-image: url("../images/buttons/tabelle_24.png");}
 .BpWebApp_Buttons_tabelle_32{background-image: url("../images/buttons/tabelle_32.png");}
 .BpWebApp_Buttons_tabelle_spalte_16{background-image: url("../images/buttons/tabelle_spalte_16.png");}
 .BpWebApp_Buttons_tabelle_spalte_24{background-image: url("../images/buttons/tabelle_spalte_24.png");}
 .BpWebApp_Buttons_tabelle_spalte_32{background-image: url("../images/buttons/tabelle_spalte_32.png");}
 .BpWebApp_Buttons_tabelle_zeile_16{background-image: url("../images/buttons/tabelle_zeile_16.png");}
 .BpWebApp_Buttons_tabelle_zeile_24{background-image: url("../images/buttons/tabelle_zeile_24.png");}
 .BpWebApp_Buttons_tabelle_zeile_32{background-image: url("../images/buttons/tabelle_zeile_32.png");}
 .BpWebApp_Buttons_tabelle_zelle_16{background-image: url("../images/buttons/tabelle_zelle_16.png");}
 .BpWebApp_Buttons_tabelle_zelle_24{background-image: url("../images/buttons/tabelle_zelle_24.png");}
 .BpWebApp_Buttons_tabelle_zelle_32{background-image: url("../images/buttons/tabelle_zelle_32.png");}
 .BpWebApp_Buttons_tabulator_16{background-image: url("../images/buttons/Tabulator_16.png");}
 .BpWebApp_Buttons_tabulator_24{background-image: url("../images/buttons/Tabulator_24.png");}
 .BpWebApp_Buttons_tabulator_32{background-image: url("../images/buttons/Tabulator_32.png");}
 .BpWebApp_Buttons_tapi_16{background-image: url("../images/buttons/tapi_16.png");}
 .BpWebApp_Buttons_tapi_24{background-image: url("../images/buttons/tapi_24.png");}
 .BpWebApp_Buttons_tapi_32{background-image: url("../images/buttons/tapi_32.png");}
 .BpWebApp_Buttons_taskleiste_weiter_16{background-image: url("../images/buttons/Taskleiste_Weiter_16.png");}
 .BpWebApp_Buttons_taskleiste_weiter_24{background-image: url("../images/buttons/Taskleiste_Weiter_24.png");}
 .BpWebApp_Buttons_taskleiste_weiter_32{background-image: url("../images/buttons/Taskleiste_Weiter_32.png");}
 .BpWebApp_Buttons_teamviewer_16{background-image: url("../images/buttons/TeamViewer_16.png");}
 .BpWebApp_Buttons_teamviewer_24{background-image: url("../images/buttons/TeamViewer_24.png");}
 .BpWebApp_Buttons_teamviewer_32{background-image: url("../images/buttons/TeamViewer_32.png");}
 .BpWebApp_Buttons_teilnehmer_16{background-image: url("../images/buttons/teilnehmer_16.png");}
 .BpWebApp_Buttons_teilnehmer_24{background-image: url("../images/buttons/teilnehmer_24.png");}
 .BpWebApp_Buttons_teilnehmer_32{background-image: url("../images/buttons/teilnehmer_32.png");}
 .BpWebApp_Buttons_teil_rechnung_16{background-image: url("../images/buttons/Teil_Rechnung_16.png");}
 .BpWebApp_Buttons_teil_rechnung_24{background-image: url("../images/buttons/Teil_Rechnung_24.png");}
 .BpWebApp_Buttons_teil_rechnung_32{background-image: url("../images/buttons/Teil_Rechnung_32.png");}
 .BpWebApp_Buttons_telefon_16{background-image: url("../images/buttons/telefon_16.png");}
 .BpWebApp_Buttons_telefon_24{background-image: url("../images/buttons/telefon_24.png");}
 .BpWebApp_Buttons_telefon_32{background-image: url("../images/buttons/telefon_32.png");}
 .BpWebApp_Buttons_telefon_abwesend_16{background-image: url("../images/buttons/Telefon_Abwesend_16.png");}
 .BpWebApp_Buttons_telefon_abwesend_24{background-image: url("../images/buttons/Telefon_Abwesend_24.png");}
 .BpWebApp_Buttons_telefon_abwesend_32{background-image: url("../images/buttons/Telefon_Abwesend_32.png");}
 .BpWebApp_Buttons_telefon_auflegen_16{background-image: url("../images/buttons/Telefon_Auflegen_16.png");}
 .BpWebApp_Buttons_telefon_auflegen_24{background-image: url("../images/buttons/Telefon_Auflegen_24.png");}
 .BpWebApp_Buttons_telefon_auflegen_32{background-image: url("../images/buttons/Telefon_Auflegen_32.png");}
 .BpWebApp_Buttons_telefon_ausgang_16{background-image: url("../images/buttons/Telefon_Ausgang_16.png");}
 .BpWebApp_Buttons_telefon_ausgang_24{background-image: url("../images/buttons/Telefon_Ausgang_24.png");}
 .BpWebApp_Buttons_telefon_ausgang_32{background-image: url("../images/buttons/Telefon_Ausgang_32.png");}
 .BpWebApp_Buttons_telefon_ausgang_anruf_16{background-image: url("../images/buttons/Telefon_Ausgang_Anruf_16.png");}
 .BpWebApp_Buttons_telefon_ausgang_anruf_24{background-image: url("../images/buttons/Telefon_Ausgang_Anruf_24.png");}
 .BpWebApp_Buttons_telefon_ausgang_anruf_32{background-image: url("../images/buttons/Telefon_Ausgang_Anruf_32.png");}
 .BpWebApp_Buttons_telefon_ausgang_besetzt_16{background-image: url("../images/buttons/Telefon_Ausgang_besetzt_16.png");}
 .BpWebApp_Buttons_telefon_ausgang_besetzt_24{background-image: url("../images/buttons/Telefon_Ausgang_besetzt_24.png");}
 .BpWebApp_Buttons_telefon_ausgang_besetzt_32{background-image: url("../images/buttons/Telefon_Ausgang_besetzt_32.png");}
 .BpWebApp_Buttons_telefon_eingang_16{background-image: url("../images/buttons/Telefon_Eingang_16.png");}
 .BpWebApp_Buttons_telefon_eingang_24{background-image: url("../images/buttons/Telefon_Eingang_24.png");}
 .BpWebApp_Buttons_telefon_eingang_32{background-image: url("../images/buttons/Telefon_Eingang_32.png");}
 .BpWebApp_Buttons_template_16{background-image: url("../images/buttons/Template_16.png");}
 .BpWebApp_Buttons_template_24{background-image: url("../images/buttons/Template_24.png");}
 .BpWebApp_Buttons_template_32{background-image: url("../images/buttons/Template_32.png");}
 .BpWebApp_Buttons_temp_16{background-image: url("../images/buttons/temp_16.png");}
 .BpWebApp_Buttons_temp_24{background-image: url("../images/buttons/temp_24.png");}
 .BpWebApp_Buttons_temp_32{background-image: url("../images/buttons/temp_32.png");}
 .BpWebApp_Buttons_termine-vorlage_16{background-image: url("../images/buttons/termine-vorlage_16.png");}
 .BpWebApp_Buttons_termine-vorlage_24{background-image: url("../images/buttons/termine-vorlage_24.png");}
 .BpWebApp_Buttons_termine-vorlage_32{background-image: url("../images/buttons/termine-vorlage_32.png");}
 .BpWebApp_Buttons_termine_16{background-image: url("../images/buttons/termine_16.png");}
 .BpWebApp_Buttons_termine_24{background-image: url("../images/buttons/termine_24.png");}
 .BpWebApp_Buttons_termine_32{background-image: url("../images/buttons/termine_32.png");}
 .BpWebApp_Buttons_texte_16{background-image: url("../images/buttons/Texte_16.png");}
 .BpWebApp_Buttons_texte_24{background-image: url("../images/buttons/Texte_24.png");}
 .BpWebApp_Buttons_texte_32{background-image: url("../images/buttons/Texte_32.png");}
 .BpWebApp_Buttons_textformatierung_durchgestrichen_16{background-image: url("../images/buttons/Textformatierung_Durchgestrichen_16.png");}
 .BpWebApp_Buttons_textformatierung_durchgestrichen_24{background-image: url("../images/buttons/Textformatierung_Durchgestrichen_24.png");}
 .BpWebApp_Buttons_textformatierung_durchgestrichen_32{background-image: url("../images/buttons/Textformatierung_Durchgestrichen_32.png");}
 .BpWebApp_Buttons_textformatierung_fett_16{background-image: url("../images/buttons/Textformatierung_Fett_16.png");}
 .BpWebApp_Buttons_textformatierung_fett_24{background-image: url("../images/buttons/Textformatierung_Fett_24.png");}
 .BpWebApp_Buttons_textformatierung_fett_32{background-image: url("../images/buttons/Textformatierung_Fett_32.png");}
 .BpWebApp_Buttons_textformatierung_fett_kursiv_16{background-image: url("../images/buttons/Textformatierung_Fett_Kursiv_16.png");}
 .BpWebApp_Buttons_textformatierung_fett_kursiv_24{background-image: url("../images/buttons/Textformatierung_Fett_Kursiv_24.png");}
 .BpWebApp_Buttons_textformatierung_fett_kursiv_32{background-image: url("../images/buttons/Textformatierung_Fett_Kursiv_32.png");}
 .BpWebApp_Buttons_textformatierung_fett_kursiv_unterstrichen_16{background-image: url("../images/buttons/Textformatierung_Fett_Kursiv_Unterstrichen_16.png");}
 .BpWebApp_Buttons_textformatierung_fett_kursiv_unterstrichen_24{background-image: url("../images/buttons/Textformatierung_Fett_Kursiv_Unterstrichen_24.png");}
 .BpWebApp_Buttons_textformatierung_fett_kursiv_unterstrichen_32{background-image: url("../images/buttons/Textformatierung_Fett_Kursiv_Unterstrichen_32.png");}
 .BpWebApp_Buttons_textformatierung_fett_unterstrichen_16{background-image: url("../images/buttons/Textformatierung_Fett_Unterstrichen_16.png");}
 .BpWebApp_Buttons_textformatierung_fett_unterstrichen_24{background-image: url("../images/buttons/Textformatierung_Fett_Unterstrichen_24.png");}
 .BpWebApp_Buttons_textformatierung_fett_unterstrichen_32{background-image: url("../images/buttons/Textformatierung_Fett_Unterstrichen_32.png");}
 .BpWebApp_Buttons_textformatierung_hintergrundfarbe_16{background-image: url("../images/buttons/Textformatierung_Hintergrundfarbe_16.png");}
 .BpWebApp_Buttons_textformatierung_hintergrundfarbe_24{background-image: url("../images/buttons/Textformatierung_Hintergrundfarbe_24.png");}
 .BpWebApp_Buttons_textformatierung_hintergrundfarbe_32{background-image: url("../images/buttons/Textformatierung_Hintergrundfarbe_32.png");}
 .BpWebApp_Buttons_textformatierung_kursiv_16{background-image: url("../images/buttons/Textformatierung_Kursiv_16.png");}
 .BpWebApp_Buttons_textformatierung_kursiv_24{background-image: url("../images/buttons/Textformatierung_Kursiv_24.png");}
 .BpWebApp_Buttons_textformatierung_kursiv_32{background-image: url("../images/buttons/Textformatierung_Kursiv_32.png");}
 .BpWebApp_Buttons_textformatierung_kursiv_unterstrichen_16{background-image: url("../images/buttons/Textformatierung_Kursiv_Unterstrichen_16.png");}
 .BpWebApp_Buttons_textformatierung_kursiv_unterstrichen_24{background-image: url("../images/buttons/Textformatierung_Kursiv_Unterstrichen_24.png");}
 .BpWebApp_Buttons_textformatierung_kursiv_unterstrichen_32{background-image: url("../images/buttons/Textformatierung_Kursiv_Unterstrichen_32.png");}
 .BpWebApp_Buttons_textformatierung_normal_16{background-image: url("../images/buttons/Textformatierung_Normal_16.png");}
 .BpWebApp_Buttons_textformatierung_normal_24{background-image: url("../images/buttons/Textformatierung_Normal_24.png");}
 .BpWebApp_Buttons_textformatierung_normal_32{background-image: url("../images/buttons/Textformatierung_Normal_32.png");}
 .BpWebApp_Buttons_textformatierung_textfarbe_16{background-image: url("../images/buttons/Textformatierung_Textfarbe_16.png");}
 .BpWebApp_Buttons_textformatierung_textfarbe_24{background-image: url("../images/buttons/Textformatierung_Textfarbe_24.png");}
 .BpWebApp_Buttons_textformatierung_textfarbe_32{background-image: url("../images/buttons/Textformatierung_Textfarbe_32.png");}
 .BpWebApp_Buttons_textformatierung_unterstrichen_16{background-image: url("../images/buttons/Textformatierung_Unterstrichen_16.png");}
 .BpWebApp_Buttons_textformatierung_unterstrichen_24{background-image: url("../images/buttons/Textformatierung_Unterstrichen_24.png");}
 .BpWebApp_Buttons_textformatierung_unterstrichen_32{background-image: url("../images/buttons/Textformatierung_Unterstrichen_32.png");}
 .BpWebApp_Buttons_textformat_16{background-image: url("../images/buttons/textformat_16.png");}
 .BpWebApp_Buttons_textformat_24{background-image: url("../images/buttons/textformat_24.png");}
 .BpWebApp_Buttons_textformat_32{background-image: url("../images/buttons/textformat_32.png");}
 .BpWebApp_Buttons_textmarker_gelb_16{background-image: url("../images/buttons/Textmarker_gelb_16.png");}
 .BpWebApp_Buttons_textmarker_gelb_24{background-image: url("../images/buttons/Textmarker_gelb_24.png");}
 .BpWebApp_Buttons_textmarker_gelb_32{background-image: url("../images/buttons/Textmarker_gelb_32.png");}
 .BpWebApp_Buttons_textmarker_gruen_16{background-image: url("../images/buttons/Textmarker_gruen_16.png");}
 .BpWebApp_Buttons_textmarker_gruen_24{background-image: url("../images/buttons/Textmarker_gruen_24.png");}
 .BpWebApp_Buttons_textmarker_gruen_32{background-image: url("../images/buttons/Textmarker_gruen_32.png");}
 .BpWebApp_Buttons_textmarker_lila_16{background-image: url("../images/buttons/Textmarker_lila_16.png");}
 .BpWebApp_Buttons_textmarker_lila_24{background-image: url("../images/buttons/Textmarker_lila_24.png");}
 .BpWebApp_Buttons_textmarker_lila_32{background-image: url("../images/buttons/Textmarker_lila_32.png");}
 .BpWebApp_Buttons_textmarker_rot_16{background-image: url("../images/buttons/Textmarker_rot_16.png");}
 .BpWebApp_Buttons_textmarker_rot_24{background-image: url("../images/buttons/Textmarker_rot_24.png");}
 .BpWebApp_Buttons_textmarker_rot_32{background-image: url("../images/buttons/Textmarker_rot_32.png");}
 .BpWebApp_Buttons_textverarbeitung_16{background-image: url("../images/buttons/textverarbeitung_16.png");}
 .BpWebApp_Buttons_textverarbeitung_24{background-image: url("../images/buttons/textverarbeitung_24.png");}
 .BpWebApp_Buttons_textverarbeitung_32{background-image: url("../images/buttons/textverarbeitung_32.png");}
 .BpWebApp_Buttons_text_als_anhang_16{background-image: url("../images/buttons/Text_als_Anhang_16.png");}
 .BpWebApp_Buttons_text_als_anhang_24{background-image: url("../images/buttons/Text_als_Anhang_24.png");}
 .BpWebApp_Buttons_text_als_anhang_32{background-image: url("../images/buttons/Text_als_Anhang_32.png");}
 .BpWebApp_Buttons_text_einfuegen_16{background-image: url("../images/buttons/Text_Einfuegen_16.png");}
 .BpWebApp_Buttons_text_einfuegen_24{background-image: url("../images/buttons/Text_Einfuegen_24.png");}
 .BpWebApp_Buttons_text_einfuegen_32{background-image: url("../images/buttons/Text_Einfuegen_32.png");}
 .BpWebApp_Buttons_ticketing_16{background-image: url("../images/buttons/ticketing_16.png");}
 .BpWebApp_Buttons_ticketing_24{background-image: url("../images/buttons/ticketing_24.png");}
 .BpWebApp_Buttons_ticketing_32{background-image: url("../images/buttons/ticketing_32.png");}
 .BpWebApp_Buttons_tiefgestellt_16{background-image: url("../images/buttons/tiefgestellt_16.png");}
 .BpWebApp_Buttons_tiefgestellt_24{background-image: url("../images/buttons/tiefgestellt_24.png");}
 .BpWebApp_Buttons_tiefgestellt_32{background-image: url("../images/buttons/tiefgestellt_32.png");}
 .BpWebApp_Buttons_tischaufloesung_16{background-image: url("../images/buttons/Tischaufloesung_16.png");}
 .BpWebApp_Buttons_tischaufloesung_24{background-image: url("../images/buttons/Tischaufloesung_24.png");}
 .BpWebApp_Buttons_tischaufloesung_32{background-image: url("../images/buttons/Tischaufloesung_32.png");}
 .BpWebApp_Buttons_tischplan_16{background-image: url("../images/buttons/tischplan_16.png");}
 .BpWebApp_Buttons_tischplan_24{background-image: url("../images/buttons/tischplan_24.png");}
 .BpWebApp_Buttons_tischplan_32{background-image: url("../images/buttons/tischplan_32.png");}
 .BpWebApp_Buttons_tischreservierung_16{background-image: url("../images/buttons/tischreservierung_16.png");}
 .BpWebApp_Buttons_tischreservierung_24{background-image: url("../images/buttons/tischreservierung_24.png");}
 .BpWebApp_Buttons_tischreservierung_32{background-image: url("../images/buttons/tischreservierung_32.png");}
 .BpWebApp_Buttons_tischreservierung_exklusiv_16{background-image: url("../images/buttons/tischreservierung_exklusiv_16.png");}
 .BpWebApp_Buttons_tischreservierung_exklusiv_24{background-image: url("../images/buttons/tischreservierung_exklusiv_24.png");}
 .BpWebApp_Buttons_tischreservierung_exklusiv_32{background-image: url("../images/buttons/tischreservierung_exklusiv_32.png");}
 .BpWebApp_Buttons_tischreservierung_inaktiv_16{background-image: url("../images/buttons/tischreservierung_Inaktiv_16.png");}
 .BpWebApp_Buttons_tischreservierung_inaktiv_24{background-image: url("../images/buttons/tischreservierung_Inaktiv_24.png");}
 .BpWebApp_Buttons_tischreservierung_inaktiv_32{background-image: url("../images/buttons/tischreservierung_Inaktiv_32.png");}
 .BpWebApp_Buttons_tischreservierung_zugesagt_16{background-image: url("../images/buttons/tischreservierung_zugesagt_16.png");}
 .BpWebApp_Buttons_tischreservierung_zugesagt_24{background-image: url("../images/buttons/tischreservierung_zugesagt_24.png");}
 .BpWebApp_Buttons_tischreservierung_zugesagt_32{background-image: url("../images/buttons/tischreservierung_zugesagt_32.png");}
 .BpWebApp_Buttons_tisch_16{background-image: url("../images/buttons/tisch_16.png");}
 .BpWebApp_Buttons_tisch_24{background-image: url("../images/buttons/tisch_24.png");}
 .BpWebApp_Buttons_tisch_32{background-image: url("../images/buttons/tisch_32.png");}
 .BpWebApp_Buttons_touch-modus_16{background-image: url("../images/buttons/touch-modus_16.png");}
 .BpWebApp_Buttons_touch-modus_24{background-image: url("../images/buttons/touch-modus_24.png");}
 .BpWebApp_Buttons_touch-modus_32{background-image: url("../images/buttons/touch-modus_32.png");}
 .BpWebApp_Buttons_transparent_16{background-image: url("../images/buttons/transparent_16.png");}
 .BpWebApp_Buttons_transparent_24{background-image: url("../images/buttons/transparent_24.png");}
 .BpWebApp_Buttons_transparent_32{background-image: url("../images/buttons/transparent_32.png");}
 .BpWebApp_Buttons_trenntexte_16{background-image: url("../images/buttons/Trenntexte_16.png");}
 .BpWebApp_Buttons_trenntexte_24{background-image: url("../images/buttons/Trenntexte_24.png");}
 .BpWebApp_Buttons_trenntexte_32{background-image: url("../images/buttons/Trenntexte_32.png");}
 .BpWebApp_Buttons_tr_freie_plaetze_16{background-image: url("../images/buttons/TR_Freie_Plaetze_16.png");}
 .BpWebApp_Buttons_tr_freie_plaetze_24{background-image: url("../images/buttons/TR_Freie_Plaetze_24.png");}
 .BpWebApp_Buttons_tr_freie_plaetze_32{background-image: url("../images/buttons/TR_Freie_Plaetze_32.png");}
 .BpWebApp_Buttons_tr_gast_16{background-image: url("../images/buttons/TR_Gast_16.png");}
 .BpWebApp_Buttons_tr_gast_24{background-image: url("../images/buttons/TR_Gast_24.png");}
 .BpWebApp_Buttons_tr_gast_32{background-image: url("../images/buttons/TR_Gast_32.png");}
 .BpWebApp_Buttons_tr_gast_exklusiv_16{background-image: url("../images/buttons/TR_Gast_Exklusiv_16.png");}
 .BpWebApp_Buttons_tr_gast_exklusiv_24{background-image: url("../images/buttons/TR_Gast_Exklusiv_24.png");}
 .BpWebApp_Buttons_tr_gast_exklusiv_32{background-image: url("../images/buttons/TR_Gast_Exklusiv_32.png");}
 .BpWebApp_Buttons_tr_gast_exklusiv_zugesagt_16{background-image: url("../images/buttons/TR_Gast_Exklusiv_Zugesagt_16.png");}
 .BpWebApp_Buttons_tr_gast_exklusiv_zugesagt_24{background-image: url("../images/buttons/TR_Gast_Exklusiv_Zugesagt_24.png");}
 .BpWebApp_Buttons_tr_gast_exklusiv_zugesagt_32{background-image: url("../images/buttons/TR_Gast_Exklusiv_Zugesagt_32.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_16{background-image: url("../images/buttons/TR_Gast_mit_Kindern_16.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_24{background-image: url("../images/buttons/TR_Gast_mit_Kindern_24.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_32{background-image: url("../images/buttons/TR_Gast_mit_Kindern_32.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_exklusiv_16{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Exklusiv_16.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_exklusiv_24{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Exklusiv_24.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_exklusiv_32{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Exklusiv_32.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_exklusiv_zugesagt_16{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Exklusiv_Zugesagt_16.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_exklusiv_zugesagt_24{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Exklusiv_Zugesagt_24.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_exklusiv_zugesagt_32{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Exklusiv_Zugesagt_32.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_zugesagt_16{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Zugesagt_16.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_zugesagt_24{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Zugesagt_24.png");}
 .BpWebApp_Buttons_tr_gast_mit_kindern_zugesagt_32{background-image: url("../images/buttons/TR_Gast_mit_Kindern_Zugesagt_32.png");}
 .BpWebApp_Buttons_tr_gast_zugesagt_16{background-image: url("../images/buttons/TR_Gast_Zugesagt_16.png");}
 .BpWebApp_Buttons_tr_gast_zugesagt_24{background-image: url("../images/buttons/TR_Gast_Zugesagt_24.png");}
 .BpWebApp_Buttons_tr_gast_zugesagt_32{background-image: url("../images/buttons/TR_Gast_Zugesagt_32.png");}
 .BpWebApp_Buttons_tr_raum_gastaufteilung_16{background-image: url("../images/buttons/TR_Raum_Gastaufteilung_16.png");}
 .BpWebApp_Buttons_tr_raum_gastaufteilung_24{background-image: url("../images/buttons/TR_Raum_Gastaufteilung_24.png");}
 .BpWebApp_Buttons_tr_raum_gastaufteilung_32{background-image: url("../images/buttons/TR_Raum_Gastaufteilung_32.png");}
 .BpWebApp_Buttons_tr_tische_tauschen_16{background-image: url("../images/buttons/TR_Tische_Tauschen_16.png");}
 .BpWebApp_Buttons_tr_tische_tauschen_24{background-image: url("../images/buttons/TR_Tische_Tauschen_24.png");}
 .BpWebApp_Buttons_tr_tische_tauschen_32{background-image: url("../images/buttons/TR_Tische_Tauschen_32.png");}
 .BpWebApp_Buttons_tr_tische_verschmelzen_16{background-image: url("../images/buttons/TR_Tische_Verschmelzen_16.png");}
 .BpWebApp_Buttons_tr_tische_verschmelzen_24{background-image: url("../images/buttons/TR_Tische_Verschmelzen_24.png");}
 .BpWebApp_Buttons_tr_tische_verschmelzen_32{background-image: url("../images/buttons/TR_Tische_Verschmelzen_32.png");}
 .BpWebApp_Buttons_tr_tisch_freigeben_16{background-image: url("../images/buttons/TR_Tisch_Freigeben_16.png");}
 .BpWebApp_Buttons_tr_tisch_freigeben_24{background-image: url("../images/buttons/TR_Tisch_Freigeben_24.png");}
 .BpWebApp_Buttons_tr_tisch_freigeben_32{background-image: url("../images/buttons/TR_Tisch_Freigeben_32.png");}
 .BpWebApp_Buttons_txt_16{background-image: url("../images/buttons/txt_16.png");}
 .BpWebApp_Buttons_txt_24{background-image: url("../images/buttons/txt_24.png");}
 .BpWebApp_Buttons_txt_32{background-image: url("../images/buttons/txt_32.png");}
 .BpWebApp_Buttons_typing_16{background-image: url("../images/buttons/Typing_16.png");}
 .BpWebApp_Buttons_typing_24{background-image: url("../images/buttons/Typing_24.png");}
 .BpWebApp_Buttons_typing_32{background-image: url("../images/buttons/Typing_32.png");}
 .BpWebApp_Buttons_uebergeben_16{background-image: url("../images/buttons/Uebergeben_16.png");}
 .BpWebApp_Buttons_uebergeben_24{background-image: url("../images/buttons/Uebergeben_24.png");}
 .BpWebApp_Buttons_uebergeben_32{background-image: url("../images/buttons/Uebergeben_32.png");}
 .BpWebApp_Buttons_uebersetzen_16{background-image: url("../images/buttons/uebersetzen_16.png");}
 .BpWebApp_Buttons_uebersetzen_24{background-image: url("../images/buttons/uebersetzen_24.png");}
 .BpWebApp_Buttons_uebersetzen_32{background-image: url("../images/buttons/uebersetzen_32.png");}
 .BpWebApp_Buttons_uebersicht_16{background-image: url("../images/buttons/Uebersicht_16.png");}
 .BpWebApp_Buttons_uebersicht_24{background-image: url("../images/buttons/Uebersicht_24.png");}
 .BpWebApp_Buttons_uebersicht_32{background-image: url("../images/buttons/Uebersicht_32.png");}
 .BpWebApp_Buttons_uhr_16{background-image: url("../images/buttons/uhr_16.png");}
 .BpWebApp_Buttons_uhr_24{background-image: url("../images/buttons/uhr_24.png");}
 .BpWebApp_Buttons_uhr_32{background-image: url("../images/buttons/uhr_32.png");}
 .BpWebApp_Buttons_umbenennen_16{background-image: url("../images/buttons/Umbenennen_16.png");}
 .BpWebApp_Buttons_umbenennen_24{background-image: url("../images/buttons/Umbenennen_24.png");}
 .BpWebApp_Buttons_umbenennen_32{background-image: url("../images/buttons/Umbenennen_32.png");}
 .BpWebApp_Buttons_umbruch_16{background-image: url("../images/buttons/Umbruch_16.png");}
 .BpWebApp_Buttons_umbruch_24{background-image: url("../images/buttons/Umbruch_24.png");}
 .BpWebApp_Buttons_umbruch_32{background-image: url("../images/buttons/Umbruch_32.png");}
 .BpWebApp_Buttons_umbruch_seite_16{background-image: url("../images/buttons/Umbruch_Seite_16.png");}
 .BpWebApp_Buttons_umbruch_seite_24{background-image: url("../images/buttons/Umbruch_Seite_24.png");}
 .BpWebApp_Buttons_umbruch_seite_32{background-image: url("../images/buttons/Umbruch_Seite_32.png");}
 .BpWebApp_Buttons_umbruch_spalten_16{background-image: url("../images/buttons/Umbruch_Spalten_16.png");}
 .BpWebApp_Buttons_umbruch_spalten_24{background-image: url("../images/buttons/Umbruch_Spalten_24.png");}
 .BpWebApp_Buttons_umbruch_spalten_32{background-image: url("../images/buttons/Umbruch_Spalten_32.png");}
 .BpWebApp_Buttons_umbruch_zeile_16{background-image: url("../images/buttons/Umbruch_Zeile_16.png");}
 .BpWebApp_Buttons_umbruch_zeile_24{background-image: url("../images/buttons/Umbruch_Zeile_24.png");}
 .BpWebApp_Buttons_umbruch_zeile_32{background-image: url("../images/buttons/Umbruch_Zeile_32.png");}
 .BpWebApp_Buttons_unbezahlter urlaub_16{background-image: url("../images/buttons/Unbezahlter Urlaub_16.png");}
 .BpWebApp_Buttons_unbezahlter urlaub_24{background-image: url("../images/buttons/Unbezahlter Urlaub_24.png");}
 .BpWebApp_Buttons_unbezahlter urlaub_32{background-image: url("../images/buttons/Unbezahlter Urlaub_32.png");}
 .BpWebApp_Buttons_undo_16{background-image: url("../images/buttons/Undo_16.png");}
 .BpWebApp_Buttons_undo_24{background-image: url("../images/buttons/Undo_24.png");}
 .BpWebApp_Buttons_undo_32{background-image: url("../images/buttons/Undo_32.png");}
 .BpWebApp_Buttons_ungelesen_16{background-image: url("../images/buttons/ungelesen_16.png");}
 .BpWebApp_Buttons_ungelesen_24{background-image: url("../images/buttons/ungelesen_24.png");}
 .BpWebApp_Buttons_ungelesen_32{background-image: url("../images/buttons/ungelesen_32.png");}
 .BpWebApp_Buttons_urlaub_16{background-image: url("../images/buttons/urlaub_16.png");}
 .BpWebApp_Buttons_urlaub_24{background-image: url("../images/buttons/urlaub_24.png");}
 .BpWebApp_Buttons_urlaub_32{background-image: url("../images/buttons/urlaub_32.png");}
 .BpWebApp_Buttons_variable_16{background-image: url("../images/buttons/Variable_16.png");}
 .BpWebApp_Buttons_variable_24{background-image: url("../images/buttons/Variable_24.png");}
 .BpWebApp_Buttons_variable_32{background-image: url("../images/buttons/Variable_32.png");}
 .BpWebApp_Buttons_va_16{background-image: url("../images/buttons/VA_16.png");}
 .BpWebApp_Buttons_va_24{background-image: url("../images/buttons/VA_24.png");}
 .BpWebApp_Buttons_va_32{background-image: url("../images/buttons/VA_32.png");}
 .BpWebApp_Buttons_va_neu_res_16{background-image: url("../images/buttons/VA_Neu_Res_16.png");}
 .BpWebApp_Buttons_va_neu_res_24{background-image: url("../images/buttons/VA_Neu_Res_24.png");}
 .BpWebApp_Buttons_va_neu_res_32{background-image: url("../images/buttons/VA_Neu_Res_32.png");}
 .BpWebApp_Buttons_va_ohne_datum_16{background-image: url("../images/buttons/VA_Ohne_Datum_16.png");}
 .BpWebApp_Buttons_va_ohne_datum_24{background-image: url("../images/buttons/VA_Ohne_Datum_24.png");}
 .BpWebApp_Buttons_va_ohne_datum_32{background-image: url("../images/buttons/VA_Ohne_Datum_32.png");}
 .BpWebApp_Buttons_va_raumliste_16{background-image: url("../images/buttons/va_raumliste_16.png");}
 .BpWebApp_Buttons_va_raumliste_24{background-image: url("../images/buttons/va_raumliste_24.png");}
 .BpWebApp_Buttons_va_raumliste_32{background-image: url("../images/buttons/va_raumliste_32.png");}
 .BpWebApp_Buttons_va_raumplan_16{background-image: url("../images/buttons/va_raumplan_16.png");}
 .BpWebApp_Buttons_va_raumplan_24{background-image: url("../images/buttons/va_raumplan_24.png");}
 .BpWebApp_Buttons_va_raumplan_32{background-image: url("../images/buttons/va_raumplan_32.png");}
 .BpWebApp_Buttons_va_vorlage_16{background-image: url("../images/buttons/VA_Vorlage_16.png");}
 .BpWebApp_Buttons_va_vorlage_24{background-image: url("../images/buttons/VA_Vorlage_24.png");}
 .BpWebApp_Buttons_va_vorlage_32{background-image: url("../images/buttons/VA_Vorlage_32.png");}
 .BpWebApp_Buttons_vcard_16{background-image: url("../images/buttons/vCard_16.png");}
 .BpWebApp_Buttons_vcard_24{background-image: url("../images/buttons/vCard_24.png");}
 .BpWebApp_Buttons_vcard_32{background-image: url("../images/buttons/vCard_32.png");}
 .BpWebApp_Buttons_veranstaltung_extras_16{background-image: url("../images/buttons/Veranstaltung_Extras_16.png");}
 .BpWebApp_Buttons_veranstaltung_extras_24{background-image: url("../images/buttons/Veranstaltung_Extras_24.png");}
 .BpWebApp_Buttons_veranstaltung_extras_32{background-image: url("../images/buttons/Veranstaltung_Extras_32.png");}
 .BpWebApp_Buttons_verdichten_16{background-image: url("../images/buttons/verdichten_16.png");}
 .BpWebApp_Buttons_verdichten_24{background-image: url("../images/buttons/verdichten_24.png");}
 .BpWebApp_Buttons_verdichten_32{background-image: url("../images/buttons/verdichten_32.png");}
 .BpWebApp_Buttons_vereinigen_16{background-image: url("../images/buttons/Vereinigen_16.png");}
 .BpWebApp_Buttons_vereinigen_24{background-image: url("../images/buttons/Vereinigen_24.png");}
 .BpWebApp_Buttons_vereinigen_32{background-image: url("../images/buttons/Vereinigen_32.png");}
 .BpWebApp_Buttons_vereinigungsmenge_16{background-image: url("../images/buttons/Vereinigungsmenge_16.png");}
 .BpWebApp_Buttons_vereinigungsmenge_24{background-image: url("../images/buttons/Vereinigungsmenge_24.png");}
 .BpWebApp_Buttons_vereinigungsmenge_32{background-image: url("../images/buttons/Vereinigungsmenge_32.png");}
 .BpWebApp_Buttons_verfuegbarkeit_16{background-image: url("../images/buttons/verfuegbarkeit_16.png");}
 .BpWebApp_Buttons_verfuegbarkeit_24{background-image: url("../images/buttons/verfuegbarkeit_24.png");}
 .BpWebApp_Buttons_verfuegbarkeit_32{background-image: url("../images/buttons/verfuegbarkeit_32.png");}
 .BpWebApp_Buttons_verkadressen_16{background-image: url("../images/buttons/VerkAdressen_16.png");}
 .BpWebApp_Buttons_verkadressen_24{background-image: url("../images/buttons/VerkAdressen_24.png");}
 .BpWebApp_Buttons_verkadressen_32{background-image: url("../images/buttons/VerkAdressen_32.png");}
 .BpWebApp_Buttons_verknuepfen_16{background-image: url("../images/buttons/Verknuepfen_16.png");}
 .BpWebApp_Buttons_verknuepfen_24{background-image: url("../images/buttons/Verknuepfen_24.png");}
 .BpWebApp_Buttons_verknuepfen_32{background-image: url("../images/buttons/Verknuepfen_32.png");}
 .BpWebApp_Buttons_verschieben_16{background-image: url("../images/buttons/Verschieben_16.png");}
 .BpWebApp_Buttons_verschieben_24{background-image: url("../images/buttons/Verschieben_24.png");}
 .BpWebApp_Buttons_verschieben_32{background-image: url("../images/buttons/Verschieben_32.png");}
 .BpWebApp_Buttons_verteilerliste_16{background-image: url("../images/buttons/Verteilerliste_16.png");}
 .BpWebApp_Buttons_verteilerliste_24{background-image: url("../images/buttons/Verteilerliste_24.png");}
 .BpWebApp_Buttons_verteilerliste_32{background-image: url("../images/buttons/Verteilerliste_32.png");}
 .BpWebApp_Buttons_vertragstyp_16{background-image: url("../images/buttons/Vertragstyp_16.png");}
 .BpWebApp_Buttons_vertragstyp_24{background-image: url("../images/buttons/Vertragstyp_24.png");}
 .BpWebApp_Buttons_vertragstyp_32{background-image: url("../images/buttons/Vertragstyp_32.png");}
 .BpWebApp_Buttons_vertraulich_16{background-image: url("../images/buttons/Vertraulich_16.png");}
 .BpWebApp_Buttons_vertraulich_24{background-image: url("../images/buttons/Vertraulich_24.png");}
 .BpWebApp_Buttons_vertraulich_32{background-image: url("../images/buttons/Vertraulich_32.png");}
 .BpWebApp_Buttons_vertraulich_nicht_16{background-image: url("../images/buttons/Vertraulich_Nicht_16.png");}
 .BpWebApp_Buttons_vertraulich_nicht_24{background-image: url("../images/buttons/Vertraulich_Nicht_24.png");}
 .BpWebApp_Buttons_vertraulich_nicht_32{background-image: url("../images/buttons/Vertraulich_Nicht_32.png");}
 .BpWebApp_Buttons_vertreter_16{background-image: url("../images/buttons/Vertreter_16.png");}
 .BpWebApp_Buttons_vertreter_24{background-image: url("../images/buttons/Vertreter_24.png");}
 .BpWebApp_Buttons_vertreter_32{background-image: url("../images/buttons/Vertreter_32.png");}
 .BpWebApp_Buttons_verzeichnis_16{background-image: url("../images/buttons/Verzeichnis_16.png");}
 .BpWebApp_Buttons_verzeichnis_24{background-image: url("../images/buttons/Verzeichnis_24.png");}
 .BpWebApp_Buttons_verzeichnis_32{background-image: url("../images/buttons/Verzeichnis_32.png");}
 .BpWebApp_Buttons_verzeichnis_objekt_16{background-image: url("../images/buttons/Verzeichnis_Objekt_16.png");}
 .BpWebApp_Buttons_verzeichnis_objekt_24{background-image: url("../images/buttons/Verzeichnis_Objekt_24.png");}
 .BpWebApp_Buttons_verzeichnis_objekt_32{background-image: url("../images/buttons/Verzeichnis_Objekt_32.png");}
 .BpWebApp_Buttons_volltextsuche_16{background-image: url("../images/buttons/Volltextsuche_16.png");}
 .BpWebApp_Buttons_volltextsuche_24{background-image: url("../images/buttons/Volltextsuche_24.png");}
 .BpWebApp_Buttons_volltextsuche_32{background-image: url("../images/buttons/Volltextsuche_32.png");}
 .BpWebApp_Buttons_vorgaenge_16{background-image: url("../images/buttons/Vorgaenge_16.png");}
 .BpWebApp_Buttons_vorgaenge_24{background-image: url("../images/buttons/Vorgaenge_24.png");}
 .BpWebApp_Buttons_vorgaenge_32{background-image: url("../images/buttons/Vorgaenge_32.png");}
 .BpWebApp_Buttons_vorgangsvorlagen_16{background-image: url("../images/buttons/Vorgangsvorlagen_16.png");}
 .BpWebApp_Buttons_vorgangsvorlagen_24{background-image: url("../images/buttons/Vorgangsvorlagen_24.png");}
 .BpWebApp_Buttons_vorgangsvorlagen_32{background-image: url("../images/buttons/Vorgangsvorlagen_32.png");}
 .BpWebApp_Buttons_vorgang_artikel_16{background-image: url("../images/buttons/Vorgang_Artikel_16.png");}
 .BpWebApp_Buttons_vorgang_artikel_24{background-image: url("../images/buttons/Vorgang_Artikel_24.png");}
 .BpWebApp_Buttons_vorgang_artikel_32{background-image: url("../images/buttons/Vorgang_Artikel_32.png");}
 .BpWebApp_Buttons_vorgang_extras_16{background-image: url("../images/buttons/Vorgang_Extras_16.png");}
 .BpWebApp_Buttons_vorgang_extras_24{background-image: url("../images/buttons/Vorgang_Extras_24.png");}
 .BpWebApp_Buttons_vorgang_extras_32{background-image: url("../images/buttons/Vorgang_Extras_32.png");}
 .BpWebApp_Buttons_voriger_16{background-image: url("../images/buttons/Voriger_16.png");}
 .BpWebApp_Buttons_voriger_24{background-image: url("../images/buttons/Voriger_24.png");}
 .BpWebApp_Buttons_voriger_32{background-image: url("../images/buttons/Voriger_32.png");}
 .BpWebApp_Buttons_vorlagen_16{background-image: url("../images/buttons/Vorlagen_16.png");}
 .BpWebApp_Buttons_vorlagen_24{background-image: url("../images/buttons/Vorlagen_24.png");}
 .BpWebApp_Buttons_vorlagen_32{background-image: url("../images/buttons/Vorlagen_32.png");}
 .BpWebApp_Buttons_vorlage_brief_16{background-image: url("../images/buttons/vorlage_brief_16.png");}
 .BpWebApp_Buttons_vorlage_brief_24{background-image: url("../images/buttons/vorlage_brief_24.png");}
 .BpWebApp_Buttons_vorlage_brief_32{background-image: url("../images/buttons/vorlage_brief_32.png");}
 .BpWebApp_Buttons_vorlage_menukarte_16{background-image: url("../images/buttons/vorlage_menukarte_16.png");}
 .BpWebApp_Buttons_vorlage_menukarte_24{background-image: url("../images/buttons/vorlage_menukarte_24.png");}
 .BpWebApp_Buttons_vorlage_menukarte_32{background-image: url("../images/buttons/vorlage_menukarte_32.png");}
 .BpWebApp_Buttons_vorlage_va_16{background-image: url("../images/buttons/vorlage_va_16.png");}
 .BpWebApp_Buttons_vorlage_va_24{background-image: url("../images/buttons/vorlage_va_24.png");}
 .BpWebApp_Buttons_vorlage_va_32{background-image: url("../images/buttons/vorlage_va_32.png");}
 .BpWebApp_Buttons_vorzeichen_umkehren_16{background-image: url("../images/buttons/Vorzeichen_umkehren_16.png");}
 .BpWebApp_Buttons_vorzeichen_umkehren_24{background-image: url("../images/buttons/Vorzeichen_umkehren_24.png");}
 .BpWebApp_Buttons_vorzeichen_umkehren_32{background-image: url("../images/buttons/Vorzeichen_umkehren_32.png");}
 .BpWebApp_Buttons_waehrungen_16{background-image: url("../images/buttons/Waehrungen_16.png");}
 .BpWebApp_Buttons_waehrungen_24{background-image: url("../images/buttons/Waehrungen_24.png");}
 .BpWebApp_Buttons_waehrungen_32{background-image: url("../images/buttons/Waehrungen_32.png");}
 .BpWebApp_Buttons_walk-in_16{background-image: url("../images/buttons/walk-in_16.png");}
 .BpWebApp_Buttons_walk-in_24{background-image: url("../images/buttons/walk-in_24.png");}
 .BpWebApp_Buttons_walk-in_32{background-image: url("../images/buttons/walk-in_32.png");}
 .BpWebApp_Buttons_warteliste_16{background-image: url("../images/buttons/warteliste_16.png");}
 .BpWebApp_Buttons_warteliste_24{background-image: url("../images/buttons/warteliste_24.png");}
 .BpWebApp_Buttons_warteliste_32{background-image: url("../images/buttons/warteliste_32.png");}
 .BpWebApp_Buttons_wartung_16{background-image: url("../images/buttons/Wartung_16.png");}
 .BpWebApp_Buttons_wartung_24{background-image: url("../images/buttons/Wartung_24.png");}
 .BpWebApp_Buttons_wartung_32{background-image: url("../images/buttons/Wartung_32.png");}
 .BpWebApp_Buttons_webarea_drucken_16{background-image: url("../images/buttons/Webarea_drucken_16.png");}
 .BpWebApp_Buttons_webarea_drucken_24{background-image: url("../images/buttons/Webarea_drucken_24.png");}
 .BpWebApp_Buttons_webarea_drucken_32{background-image: url("../images/buttons/Webarea_drucken_32.png");}
 .BpWebApp_Buttons_webkl_16{background-image: url("../images/buttons/WebKL_16.png");}
 .BpWebApp_Buttons_webkl_24{background-image: url("../images/buttons/WebKL_24.png");}
 .BpWebApp_Buttons_webkl_32{background-image: url("../images/buttons/WebKL_32.png");}
 .BpWebApp_Buttons_webseite_16{background-image: url("../images/buttons/webseite_16.png");}
 .BpWebApp_Buttons_webseite_24{background-image: url("../images/buttons/webseite_24.png");}
 .BpWebApp_Buttons_webseite_32{background-image: url("../images/buttons/webseite_32.png");}
 .BpWebApp_Buttons_web_aktion_16{background-image: url("../images/buttons/Web_Aktion_16.png");}
 .BpWebApp_Buttons_web_aktion_24{background-image: url("../images/buttons/Web_Aktion_24.png");}
 .BpWebApp_Buttons_web_aktion_32{background-image: url("../images/buttons/Web_Aktion_32.png");}
 .BpWebApp_Buttons_web_client_16{background-image: url("../images/buttons/Web_Client_16.png");}
 .BpWebApp_Buttons_web_client_24{background-image: url("../images/buttons/Web_Client_24.png");}
 .BpWebApp_Buttons_web_client_32{background-image: url("../images/buttons/Web_Client_32.png");}
 .BpWebApp_Buttons_web_konfiguration_16{background-image: url("../images/buttons/Web_Konfiguration_16.png");}
 .BpWebApp_Buttons_web_konfiguration_24{background-image: url("../images/buttons/Web_Konfiguration_24.png");}
 .BpWebApp_Buttons_web_konfiguration_32{background-image: url("../images/buttons/Web_Konfiguration_32.png");}
 .BpWebApp_Buttons_web_konfig_action_16{background-image: url("../images/buttons/Web_Konfig_Action_16.png");}
 .BpWebApp_Buttons_web_konfig_action_24{background-image: url("../images/buttons/Web_Konfig_Action_24.png");}
 .BpWebApp_Buttons_web_konfig_action_32{background-image: url("../images/buttons/Web_Konfig_Action_32.png");}
 .BpWebApp_Buttons_web_konfig_button_16{background-image: url("../images/buttons/Web_Konfig_Button_16.png");}
 .BpWebApp_Buttons_web_konfig_button_24{background-image: url("../images/buttons/Web_Konfig_Button_24.png");}
 .BpWebApp_Buttons_web_konfig_button_32{background-image: url("../images/buttons/Web_Konfig_Button_32.png");}
 .BpWebApp_Buttons_web_konfig_column_16{background-image: url("../images/buttons/Web_Konfig_Column_16.png");}
 .BpWebApp_Buttons_web_konfig_column_24{background-image: url("../images/buttons/Web_Konfig_Column_24.png");}
 .BpWebApp_Buttons_web_konfig_column_32{background-image: url("../images/buttons/Web_Konfig_Column_32.png");}
 .BpWebApp_Buttons_web_konfig_container_16{background-image: url("../images/buttons/Web_Konfig_Container_16.png");}
 .BpWebApp_Buttons_web_konfig_container_24{background-image: url("../images/buttons/Web_Konfig_Container_24.png");}
 .BpWebApp_Buttons_web_konfig_container_32{background-image: url("../images/buttons/Web_Konfig_Container_32.png");}
 .BpWebApp_Buttons_web_konfig_dataaccess_16{background-image: url("../images/buttons/Web_Konfig_DataAccess_16.png");}
 .BpWebApp_Buttons_web_konfig_dataaccess_24{background-image: url("../images/buttons/Web_Konfig_DataAccess_24.png");}
 .BpWebApp_Buttons_web_konfig_dataaccess_32{background-image: url("../images/buttons/Web_Konfig_DataAccess_32.png");}
 .BpWebApp_Buttons_web_konfig_dataservice_16{background-image: url("../images/buttons/Web_Konfig_DataService_16.png");}
 .BpWebApp_Buttons_web_konfig_dataservice_24{background-image: url("../images/buttons/Web_Konfig_DataService_24.png");}
 .BpWebApp_Buttons_web_konfig_dataservice_32{background-image: url("../images/buttons/Web_Konfig_DataService_32.png");}
 .BpWebApp_Buttons_web_konfig_directory_16{background-image: url("../images/buttons/Web_Konfig_Directory_16.png");}
 .BpWebApp_Buttons_web_konfig_directory_24{background-image: url("../images/buttons/Web_Konfig_Directory_24.png");}
 .BpWebApp_Buttons_web_konfig_directory_32{background-image: url("../images/buttons/Web_Konfig_Directory_32.png");}
 .BpWebApp_Buttons_web_konfig_field_16{background-image: url("../images/buttons/Web_Konfig_Field_16.png");}
 .BpWebApp_Buttons_web_konfig_field_24{background-image: url("../images/buttons/Web_Konfig_Field_24.png");}
 .BpWebApp_Buttons_web_konfig_field_32{background-image: url("../images/buttons/Web_Konfig_Field_32.png");}
 .BpWebApp_Buttons_web_konfig_infocenter_16{background-image: url("../images/buttons/Web_Konfig_InfoCenter_16.png");}
 .BpWebApp_Buttons_web_konfig_infocenter_24{background-image: url("../images/buttons/Web_Konfig_InfoCenter_24.png");}
 .BpWebApp_Buttons_web_konfig_infocenter_32{background-image: url("../images/buttons/Web_Konfig_InfoCenter_32.png");}
 .BpWebApp_Buttons_web_konfig_layout_16{background-image: url("../images/buttons/Web_Konfig_Layout_16.png");}
 .BpWebApp_Buttons_web_konfig_layout_24{background-image: url("../images/buttons/Web_Konfig_Layout_24.png");}
 .BpWebApp_Buttons_web_konfig_layout_32{background-image: url("../images/buttons/Web_Konfig_Layout_32.png");}
 .BpWebApp_Buttons_web_konfig_menu_16{background-image: url("../images/buttons/Web_Konfig_Menu_16.png");}
 .BpWebApp_Buttons_web_konfig_menu_24{background-image: url("../images/buttons/Web_Konfig_Menu_24.png");}
 .BpWebApp_Buttons_web_konfig_menu_32{background-image: url("../images/buttons/Web_Konfig_Menu_32.png");}
 .BpWebApp_Buttons_web_konfig_parameters_16{background-image: url("../images/buttons/Web_Konfig_Parameters_16.png");}
 .BpWebApp_Buttons_web_konfig_parameters_24{background-image: url("../images/buttons/Web_Konfig_Parameters_24.png");}
 .BpWebApp_Buttons_web_konfig_parameters_32{background-image: url("../images/buttons/Web_Konfig_Parameters_32.png");}
 .BpWebApp_Buttons_web_konfig_parameter_16{background-image: url("../images/buttons/Web_Konfig_Parameter_16.png");}
 .BpWebApp_Buttons_web_konfig_parameter_24{background-image: url("../images/buttons/Web_Konfig_Parameter_24.png");}
 .BpWebApp_Buttons_web_konfig_parameter_32{background-image: url("../images/buttons/Web_Konfig_Parameter_32.png");}
 .BpWebApp_Buttons_web_konfig_routing_16{background-image: url("../images/buttons/Web_Konfig_Routing_16.png");}
 .BpWebApp_Buttons_web_konfig_routing_24{background-image: url("../images/buttons/Web_Konfig_Routing_24.png");}
 .BpWebApp_Buttons_web_konfig_routing_32{background-image: url("../images/buttons/Web_Konfig_Routing_32.png");}
 .BpWebApp_Buttons_web_konfig_table_16{background-image: url("../images/buttons/Web_Konfig_Table_16.png");}
 .BpWebApp_Buttons_web_konfig_table_24{background-image: url("../images/buttons/Web_Konfig_Table_24.png");}
 .BpWebApp_Buttons_web_konfig_table_32{background-image: url("../images/buttons/Web_Konfig_Table_32.png");}
 .BpWebApp_Buttons_web_konfig_text_16{background-image: url("../images/buttons/Web_Konfig_Text_16.png");}
 .BpWebApp_Buttons_web_konfig_text_24{background-image: url("../images/buttons/Web_Konfig_Text_24.png");}
 .BpWebApp_Buttons_web_konfig_text_32{background-image: url("../images/buttons/Web_Konfig_Text_32.png");}
 .BpWebApp_Buttons_web_konfig_tree_16{background-image: url("../images/buttons/Web_Konfig_Tree_16.png");}
 .BpWebApp_Buttons_web_konfig_tree_24{background-image: url("../images/buttons/Web_Konfig_Tree_24.png");}
 .BpWebApp_Buttons_web_konfig_tree_32{background-image: url("../images/buttons/Web_Konfig_Tree_32.png");}
 .BpWebApp_Buttons_web_konfig_value_16{background-image: url("../images/buttons/Web_Konfig_Value_16.png");}
 .BpWebApp_Buttons_web_konfig_value_24{background-image: url("../images/buttons/Web_Konfig_Value_24.png");}
 .BpWebApp_Buttons_web_konfig_value_32{background-image: url("../images/buttons/Web_Konfig_Value_32.png");}
 .BpWebApp_Buttons_web_konfig_webclientconfiguration_16{background-image: url("../images/buttons/Web_Konfig_WebClientConfiguration_16.png");}
 .BpWebApp_Buttons_web_konfig_webclientconfiguration_24{background-image: url("../images/buttons/Web_Konfig_WebClientConfiguration_24.png");}
 .BpWebApp_Buttons_web_konfig_webclientconfiguration_32{background-image: url("../images/buttons/Web_Konfig_WebClientConfiguration_32.png");}
 .BpWebApp_Buttons_web_logon_ticket_16{background-image: url("../images/buttons/Web_Logon_Ticket_16.png");}
 .BpWebApp_Buttons_web_logon_ticket_24{background-image: url("../images/buttons/Web_Logon_Ticket_24.png");}
 .BpWebApp_Buttons_web_logon_ticket_32{background-image: url("../images/buttons/Web_Logon_Ticket_32.png");}
 .BpWebApp_Buttons_web_ordner_16{background-image: url("../images/buttons/Web_Ordner_16.png");}
 .BpWebApp_Buttons_web_ordner_24{background-image: url("../images/buttons/Web_Ordner_24.png");}
 .BpWebApp_Buttons_web_ordner_32{background-image: url("../images/buttons/Web_Ordner_32.png");}
 .BpWebApp_Buttons_web_url_shortener_16{background-image: url("../images/buttons/Web_Url_Shortener_16.png");}
 .BpWebApp_Buttons_web_url_shortener_24{background-image: url("../images/buttons/Web_Url_Shortener_24.png");}
 .BpWebApp_Buttons_web_url_shortener_32{background-image: url("../images/buttons/Web_Url_Shortener_32.png");}
 .BpWebApp_Buttons_wiederholung_unterdruecken_16{background-image: url("../images/buttons/Wiederholung_Unterdruecken_16.png");}
 .BpWebApp_Buttons_wiederholung_unterdruecken_24{background-image: url("../images/buttons/Wiederholung_Unterdruecken_24.png");}
 .BpWebApp_Buttons_wiederholung_unterdruecken_32{background-image: url("../images/buttons/Wiederholung_Unterdruecken_32.png");}
 .BpWebApp_Buttons_woerterbuch_16{background-image: url("../images/buttons/woerterbuch_16.png");}
 .BpWebApp_Buttons_woerterbuch_24{background-image: url("../images/buttons/woerterbuch_24.png");}
 .BpWebApp_Buttons_woerterbuch_32{background-image: url("../images/buttons/woerterbuch_32.png");}
 .BpWebApp_Buttons_word_16{background-image: url("../images/buttons/word_16.png");}
 .BpWebApp_Buttons_word_24{background-image: url("../images/buttons/word_24.png");}
 .BpWebApp_Buttons_word_32{background-image: url("../images/buttons/word_32.png");}
 .BpWebApp_Buttons_write_pro_16{background-image: url("../images/buttons/Write_Pro_16.png");}
 .BpWebApp_Buttons_write_pro_24{background-image: url("../images/buttons/Write_Pro_24.png");}
 .BpWebApp_Buttons_write_pro_32{background-image: url("../images/buttons/Write_Pro_32.png");}
 .BpWebApp_Buttons_wv_loeschen_16{background-image: url("../images/buttons/WV_Loeschen_16.png");}
 .BpWebApp_Buttons_wv_loeschen_24{background-image: url("../images/buttons/WV_Loeschen_24.png");}
 .BpWebApp_Buttons_wv_loeschen_32{background-image: url("../images/buttons/WV_Loeschen_32.png");}
 .BpWebApp_Buttons_yellow_16{background-image: url("../images/buttons/Yellow_16.png");}
 .BpWebApp_Buttons_yellow_24{background-image: url("../images/buttons/Yellow_24.png");}
 .BpWebApp_Buttons_yellow_32{background-image: url("../images/buttons/Yellow_32.png");}
 .BpWebApp_Buttons_zahlungen_16{background-image: url("../images/buttons/Zahlungen_16.png");}
 .BpWebApp_Buttons_zahlungen_24{background-image: url("../images/buttons/Zahlungen_24.png");}
 .BpWebApp_Buttons_zahlungen_32{background-image: url("../images/buttons/Zahlungen_32.png");}
 .BpWebApp_Buttons_zeichnung_16{background-image: url("../images/buttons/Zeichnung_16.png");}
 .BpWebApp_Buttons_zeichnung_24{background-image: url("../images/buttons/Zeichnung_24.png");}
 .BpWebApp_Buttons_zeichnung_32{background-image: url("../images/buttons/Zeichnung_32.png");}
 .BpWebApp_Buttons_zeilenhoehe_aendern_16{background-image: url("../images/buttons/Zeilenhoehe_Aendern_16.png");}
 .BpWebApp_Buttons_zeilenhoehe_aendern_24{background-image: url("../images/buttons/Zeilenhoehe_Aendern_24.png");}
 .BpWebApp_Buttons_zeilenhoehe_aendern_32{background-image: url("../images/buttons/Zeilenhoehe_Aendern_32.png");}
 .BpWebApp_Buttons_zeilennummer_16{background-image: url("../images/buttons/Zeilennummer_16.png");}
 .BpWebApp_Buttons_zeilennummer_24{background-image: url("../images/buttons/Zeilennummer_24.png");}
 .BpWebApp_Buttons_zeilennummer_32{background-image: url("../images/buttons/Zeilennummer_32.png");}
 .BpWebApp_Buttons_zeilennummer_gerade_16{background-image: url("../images/buttons/Zeilennummer_gerade_16.png");}
 .BpWebApp_Buttons_zeilennummer_gerade_24{background-image: url("../images/buttons/Zeilennummer_gerade_24.png");}
 .BpWebApp_Buttons_zeilennummer_gerade_32{background-image: url("../images/buttons/Zeilennummer_gerade_32.png");}
 .BpWebApp_Buttons_zeilen_danach_hinzufuegen_16{background-image: url("../images/buttons/zeilen_danach_hinzufuegen_16.png");}
 .BpWebApp_Buttons_zeilen_danach_hinzufuegen_24{background-image: url("../images/buttons/zeilen_danach_hinzufuegen_24.png");}
 .BpWebApp_Buttons_zeilen_danach_hinzufuegen_32{background-image: url("../images/buttons/zeilen_danach_hinzufuegen_32.png");}
 .BpWebApp_Buttons_zeilen_davor_hinzufuegen_16{background-image: url("../images/buttons/zeilen_davor_hinzufuegen_16.png");}
 .BpWebApp_Buttons_zeilen_davor_hinzufuegen_24{background-image: url("../images/buttons/zeilen_davor_hinzufuegen_24.png");}
 .BpWebApp_Buttons_zeilen_davor_hinzufuegen_32{background-image: url("../images/buttons/zeilen_davor_hinzufuegen_32.png");}
 .BpWebApp_Buttons_zeile_entfernen_16{background-image: url("../images/buttons/Zeile_Entfernen_16.png");}
 .BpWebApp_Buttons_zeile_entfernen_24{background-image: url("../images/buttons/Zeile_Entfernen_24.png");}
 .BpWebApp_Buttons_zeile_entfernen_32{background-image: url("../images/buttons/Zeile_Entfernen_32.png");}
 .BpWebApp_Buttons_zeiterfassung_16{background-image: url("../images/buttons/zeiterfassung_16.png");}
 .BpWebApp_Buttons_zeiterfassung_24{background-image: url("../images/buttons/zeiterfassung_24.png");}
 .BpWebApp_Buttons_zeiterfassung_32{background-image: url("../images/buttons/zeiterfassung_32.png");}
 .BpWebApp_Buttons_zeiterfassung_konfig_16{background-image: url("../images/buttons/Zeiterfassung_Konfig_16.png");}
 .BpWebApp_Buttons_zeiterfassung_konfig_24{background-image: url("../images/buttons/Zeiterfassung_Konfig_24.png");}
 .BpWebApp_Buttons_zeiterfassung_konfig_32{background-image: url("../images/buttons/Zeiterfassung_Konfig_32.png");}
 .BpWebApp_Buttons_zeiterfassung_liste_16{background-image: url("../images/buttons/Zeiterfassung_Liste_16.png");}
 .BpWebApp_Buttons_zeiterfassung_liste_24{background-image: url("../images/buttons/Zeiterfassung_Liste_24.png");}
 .BpWebApp_Buttons_zeiterfassung_liste_32{background-image: url("../images/buttons/Zeiterfassung_Liste_32.png");}
 .BpWebApp_Buttons_zentriert_16{background-image: url("../images/buttons/Zentriert_16.png");}
 .BpWebApp_Buttons_zentriert_24{background-image: url("../images/buttons/Zentriert_24.png");}
 .BpWebApp_Buttons_zentriert_32{background-image: url("../images/buttons/Zentriert_32.png");}
 .BpWebApp_Buttons_zimmer_16{background-image: url("../images/buttons/Zimmer_16.png");}
 .BpWebApp_Buttons_zimmer_24{background-image: url("../images/buttons/Zimmer_24.png");}
 .BpWebApp_Buttons_zimmer_32{background-image: url("../images/buttons/Zimmer_32.png");}
 .BpWebApp_Buttons_zoom_16{background-image: url("../images/buttons/zoom_16.png");}
 .BpWebApp_Buttons_zoom_24{background-image: url("../images/buttons/zoom_24.png");}
 .BpWebApp_Buttons_zoom_32{background-image: url("../images/buttons/zoom_32.png");}
 .BpWebApp_Buttons_zusaetze_16{background-image: url("../images/buttons/Zusaetze_16.png");}
 .BpWebApp_Buttons_zusaetze_24{background-image: url("../images/buttons/Zusaetze_24.png");}
 .BpWebApp_Buttons_zusaetze_32{background-image: url("../images/buttons/Zusaetze_32.png");}
 .BpWebApp_Buttons_zwischenablage_16{background-image: url("../images/buttons/zwischenablage_16.png");}
 .BpWebApp_Buttons_zwischenablage_24{background-image: url("../images/buttons/zwischenablage_24.png");}
 .BpWebApp_Buttons_zwischenablage_32{background-image: url("../images/buttons/zwischenablage_32.png");}
 .ql-font-Arial, [data-value=Arial]{font-family:"Arial";} .ql-font-ArialBlack, [data-value=ArialBlack]{font-family:"Arial Black";} .ql-font-ArialNarrow, [data-value=ArialNarrow]{font-family:"Arial Narrow";} .ql-font-ComicSansMS, [data-value=ComicSansMS]{font-family:"Comic Sans MS";} .ql-font-CourierNew, [data-value=CourierNew]{font-family:"Courier New";} .ql-font-Georgia, [data-value=Georgia]{font-family:"Georgia";} .ql-font-Impact, [data-value=Impact]{font-family:"Impact";} .ql-font-LucidaConsole, [data-value=LucidaConsole]{font-family:"Lucida Console";} .ql-font-LucidaSansUnicode, [data-value=LucidaSansUnicode]{font-family:"Lucida Sans Unicode";} .ql-font-PalatinoLinotype, [data-value=PalatinoLinotype]{font-family:"Palatino Linotype";} .ql-font-Tahoma, [data-value=Tahoma]{font-family:"Tahoma";} .ql-font-TimesNewRoman, [data-value=TimesNewRoman]{font-family:"Times New Roman";} .ql-font-TrebuchetMS, [data-value=TrebuchetMS]{font-family:"Trebuchet MS";} .ql-font-Verdana, [data-value=Verdana]{font-family:"Verdana";}