@font-face {
    font-family: 'Dosis';
    src: url('/webfonts/dosis/dosis-regular-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisBold';
    src: url('/webfonts/dosis/dosis-bold-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: bold;

}

@font-face {
    font-family: 'DosisExtrabold';
    src: url('/webfonts/dosis/dosis-extrabold-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisExtralight';
    src: url('/webfonts/dosis/dosis-extralight-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisLight';
    src: url('/webfonts/dosis/dosis-light-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisMedium';
    src: url('/webfonts/dosis/dosis-medium-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisSemibold';
    src: url('/webfonts/dosis/dosis-semibold-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.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-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.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-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.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}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.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}.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}.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-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{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-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.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-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,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;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-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.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}.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-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;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}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;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,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.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,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.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);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/css/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/css/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/css/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/css/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/css/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/css/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/css/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-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:-65px -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:-65px -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:1px -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{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}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/* CSS Document */

@charset "utf-8";


/* alle Seiten */

h1, h2, h3 {
	text-align: center;
}

h1 {
	margin-top: 0px;
}

p {
	margin-top: 0;
}

.links {
	text-align: left;
}

#container span.a {
	/*color: #7ab206;*/
	color: #000;
	text-decoration: underline;
	cursor:pointer;
}

#container a {
	color: #000;
}

#head_right_2 button.but01{
	width: auto;
	padding-left: 28px;
    background-image: url(/images/einstellung_symbol.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 6px 5.5px;
	font-size: 16px;
	
}

.invisible {
	display: none;
}

.hidden {
	visibility: hidden;
}

#button_ok{
    width: 135px;
    height: 42px;
    background-color: #24890d;
	color: white;
}

.text_right {
	text-align: right;
}

.strong {
	font-weight: bold;
}

/* ############################################################### */

/* logout.html */

#logout_message {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	padding-top: 300px;
	/*background-color: #d2d2d2;*/
}


/* login.html */

#container #login {
	width: 400px;
	height: 290px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
	font-size: 14px;
}

#container #login h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#container #login div.formularfeld {
    margin-bottom: 5px;
    margin-top: 10px;
}

#container #login div.formularfeldbeschriftung {
    font-size: 16px;
}

#container #login input.form-eingabe {
    font-size: 12px;
    width: 375px;
    height: 25px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCC;
}

#container #login-message {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #F00;
	text-align: center;
}

#container #login a {
    font-size: 14px;
}


/* resetpassword.html */

#container #resetpassword {
	width: 550px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
}

#container #resetpassword h1 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#container #resetpassword div.formularfeld {
    margin-bottom: 5px;
    margin-top: 10px;
}

#container #resetpassword div.formularfeldbeschriftung {
    font-size: 16px;
}

#container #resetpassword input.form-eingabe {
    font-size: 12px;
    width: 524px;
    height: 25px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCC;
}

#container #resetpassword-message {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
}

/* user_action.php */

#container #mailcheckOK {
	width: 700px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
}



/* ownobjects.html */

#ownobjects_notfor2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	padding-top: 220px;
	/*background-color: #d2d2d2;*/
}

#ownobjects_tools{
    margin-left: 23px;
}
.button_description {
    padding-left: 7px;
    font-size: 16px;
}
/* impressum.html */

p.impressum_subtitle {
	font-weight: bold;
	margin-bottom: 4px;
}

#user_objects{
	position: relative;
    background: white;
}

/* PopUps */

#PopUp #working {
    width: 1000px;
    height: 680px;
	display: none;
}

#PopUp h2 {
	padding-top: 0px;
}

#PopUp .settings_content {
	margin-left: 150px;
	width: 700px;
	text-align: left;
}

#PopUp .settings_download {
	margin-left: 150px;
	width: 800px;
	text-align: center;
	height: 55px;
	clear: both;
}

#popup_settings div.sd_left {
    float: left;
	width: 500px;
}

#popup_settings div.sd_right {
    float: left;
	width: 250px;
	padding-top: 5px;
}

#popup_settings  #popup_settings_download_explanation {
	font-weight: bold;
}

#PopUp .settings_cancel {
	width: 900px;
}

#PopUp .gcDownloadMode {
	margin-left: 150px;
	width: 700px;
	text-align: left;
}

#PopUp #popup_gcDownload_explanation {
	margin-left: 150px;
	width: 700px;
	text-align: left;
	font-weight: bold;
}

#PopUp #download_hinweis {
	margin-left: 150px;
	width: 700px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: red;	
}

#PopUp .gcDownload_buttons {
	width: 800px;
}

#PopUp img.flag {
	width: 38px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#PopUp .infos_content {
	margin-left: 150px;
	width: 700px;
	text-align: center;
}

#PopUp p.popup_info_info {
	font-size: 26px;
}

#UserPrinterAuswahlUser {
	margin-top: 20px;
	margin-left: 150px;
	width: 700px;
	text-align: left;
}



/* ############################################################### */

#index-page1 {
	height: 600px;
}

#index-page2 {
	height: 600px;
}

#bocusini-applications .page-invisible {
	display: none;
}



#faderLeft {
	position: fixed;
	width: 50px;
	height: 700px;
	top: 80px;
	left: 0px;
	z-index: 30000;
	overflow: hidden;
	-webkit-touch-callout: none;
    -khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none; 
}

#faderRight {
	position: fixed;
	width: 50px;
	height: 700px;
	top: 80px;
	left: 0px;
	z-index: 20000;
	-webkit-touch-callout: none;
    -khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none; 
}

#bocusini-applications #page-navi {

}

#bocusini-applications #page-navi .pnleft {
	width: 50%;
	float: left;
	text-align: left;
}

#bocusini-applications #page-navi .pnright {
	width: 50%;
	float: left;
	text-align: right;
}

#bocusini-applications #page-navi button {
	width: 100px;
	height: 30px;
    background-color: #EDE7AE;
    color: black;
    border: 3px solid #4CAF50; /* Green */
	border-radius: 8px;
	font-size:16px;
	cursor:pointer;
}

#bocusini-applications #nextChocoPage, #bocusini-applications #nextMarzipanPage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 430px;
	left: 900px;
	cursor:pointer;
	z-index: 30000;
}

#bocusini-applications #previousChocoPage, #bocusini-applications #previousMarzipanPage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 430px;
	left: 15px;
	cursor:pointer;
	z-index: 20000;
}

#bocusini-applications #nextApplicationPage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 270px;
	left: 900px;
	cursor:pointer;
	z-index: 30000;
}

#bocusini-applications #previousApplicationPage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 270px;
	left: 15px;
	cursor:pointer;
	z-index: 20000;
}

#bocusini-applications #nextTemplatePage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 660px;
	left: 900px;
	cursor:pointer;
	z-index: 30000;
}

#bocusini-applications #previousTemplatePage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 660px;
	left: 15px;
	cursor:pointer;
	z-index: 20000;
}

#bocusini-applications #nextTippsPage {
	position: fixed;
	width: 85px;
	height: 85px;
	top: 1050px;
	left: 900px;
	cursor:pointer;
	z-index: 30000;
}

#bocusini-applications #previousTippsPage {
	position: fixed;
	width: 85px;
	height: 85px;
	top: 1050px;
	left: 15px;
	cursor:pointer;
	z-index: 20000;
}

#container #backHome {
	position:fixed;
	top: 15px;
	left: 60px;
	width: 48px;
	height: 48px;
	display: none;
	background-image: url('/bocusini-applications/images/home-icone.png');
	background-size: contain;
	cursor: pointer;
	border: 3px solid black;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.58);
}

#container #backHome button {
	width: 200px;
	height: 35px;
    background-color: #EDE7AE;
    color: black;
    border: 3px solid #4CAF50; /* Green */
	border-radius: 8px;
	font-size:20px;
	cursor:pointer;
}

#container #adminButton {
	position:fixed;
	top: 15px;
	left: 1060px;
	width: 48px;
	height: 48px;
	display: none;
	background-image: url('/images/settings.png');
	background-size: contain;
	cursor: pointer;
	border: 3px solid black;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.58);
}

#bocusini-applications h1 {
	clear: both;
}

#bocusini-applications div.kachel_balken {
	float: left;
	width: 100%;
	margin-left: 30px;
	background-color: rgba(255, 255, 255, 0.58);
}

#bocusini-applications div.kachel_balken_navi_links, #bocusini-applications div.kachel_balken_navi_rechts {
	width: 50px;
	height: 300px;
}

#bocusini-applications div.kachel_balken_navi_links {
	float: left;
	background-image: url('/images/navi-pfeil-links2.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor: pointer;
	opacity: 0.4;
}

#bocusini-applications .opa1 {
	/* background-color: rgba(150, 150, 150, 0.2); */
	opacity: 1.0 !important;	
}

#bocusini-applications .opa0 {
	opacity: 0.0 !important;
	cursor: default !important;
}

#bocusini-applications div.kachel_balken_navi_inhalt {
	float: left;
	background-color: rgba(0, 150, 200, 0.3);
}

#bocusini-applications div.kachel_balken_navi_rechts {
	float: right;
	background-image: url('/images/navi-pfeil-rechts2.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
	/* background-color: rgba(100, 255, 100, 0.3); */
	cursor: pointer;
	opacity: 0.4;
}

#auswahl-gesamt {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#container p.einzug01 {
	padding-left: 20px;
}

#container div.yt-video {
	width: 1000px;
	text-align: center;
}


#container .font-red {
	color: #F00;
}

#tipps {
	min-height: 500px;
}


/* Account */

#credit_table {
	width: 60%;
}

#credit_table td {
    border: 1px solid black;
    padding: 12px;
}

.verlauf_table {
	
	width: 60%;
}

.verlauf_table td, .verlauf_table th {
    border: 1px solid black;
    padding: 12px;
}

.verlauf_table .col_1 {
    width: 142px;
}

.verlauf_table .col_2 {
    width: 200px;
}
.verlauf_table .col_3 {
    width: 200px;
}

div.impressum h2 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 4px;
}

div.impressum h3 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 4px;
}


#zutaten_liste {
	margin-left: 30px;
}

#zutaten_liste .menge {
	float: left;
	width: 120px;
}

#experten_settings_liste {
	margin-left: 30px;
}

#experten_settings_liste .setting {
	float: left;
	width: 215px;
}
button.but01, input.but01 {
    width: 100px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but01:hover, input.but01:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but02, input.but02 {
    width: 200px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
}

button.but02:hover, input.but02:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but03, input.but03 {
    width: 300px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
}

button.but03:hover, input.but03:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but04, input.but04 {
    width: 100px;
	height: 40px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:24px;
	font-weight: bold;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but04:hover, input.but04:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but05, input.but05 {
    width: 130px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but05:hover, input.but05:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but06, input.but06 {
    width: 200px;
	height: 45px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but06:hover, input.but06:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but07, input.but07 {
    width: 375px;
	height: 40px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
    margin-bottom: 10px;
}

button.but07:hover, input.but07:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but08, input.but08 {
    width: 250px;
	height: 35px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	font-weight: bold;
	cursor:pointer;
    margin-bottom: 10px;
}

button.but08:hover, input.but08:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but09, input.but09 {
    width: 200px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but09:hover, input.but09:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but10, input.but10 {
    width: 150px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
    font-weight: bold;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but10:hover, input.but10:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but11, input.but11 {
    width: 220px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but11:hover, input.but11:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but12, input.but12 {
    width: 130px;
	height: 28px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but12:hover, input.but12:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but14, input.but14 {
    width: 250px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
    font-weight: bold;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but14:hover, input.but14:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but15, input.but15 {
    width: 250px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but15:hover, input.but15:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.green {
    background-color: #24890d;
    color: white;
}/* CSS Document */

@charset "utf-8";

body {
	font-family: "Dosis", sans-serif;
	font-size: 18px;
}

#container {
	height: 800px;
	width: 1180px;
	margin-left: auto;
    margin-right: auto;
    /*background-color: #ddd;*/
}

#container_noscroll {
	width: 1180px;
	margin-left: auto;
    margin-right: auto;
    /*background-color: #ddd;*/
}

#head {
	height: 100px;
	width: 100%;
}

#head_left {
    width: 22%;
    height: 100%;
	text-align: left;
	font-family: "Dosis", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000;
    padding-top: 12px;
    padding-left: 20px;
    /*background-color: #d2d2d2;*/
    float: left;
}

#head_center {
    width: 56%;
    height: 100%;
	text-align: center;
	font-family: "Dosis", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000;
    padding-top: 22px;
    /*background-color: #94d4d4;*/
    float: left;
}

#head_right {
    width: 22%;
    height: 100%;
    /*background-color: #26d6d6;*/
    float: left;
}

#head_right_top {
    height: 75%;
    /*background-color: lawngreen;*/
}

#head_right_bottom {
    height: 25%;
    padding-top: 2px;
    padding-right: 16px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    /*background-color: hotpink;*/
}

#head_right_admin {
    width: 20%;
    height: 100%;
	text-align: center;
	font-family: "Dosis", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
    padding-top: 6px;
    /*background-color: #d2d2d2;*/
    float: left;
}

#head_right_1 {
    width: 20%;
    height: 100%;
	text-align: center;
	font-family: "Dosis", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
    padding-top: 6px;
    background-image: url('/images/mail.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    float: left;
    cursor: pointer;
}

#head_right_2 {
	width: 60%;
	height: 100%;
	text-align: center;
	font-family: "Dosis", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
    /*background-color: #26d6d6;*/
	float: left;
}

#head div.register {
	font-size: 15px;
    padding-top: 42px;
    text-align: right;
}

#head .head_admin {
    padding-top: 18px;
    width: 30px;
    cursor: pointer;
}

#head .head_logo {
    width: 137px;
    margin-top: 6px;
}

#head .head_anzahl_mails {
	padding-top: 36px;
    padding-left: 28px;
}

#content {
	width: 100%;
	height: 700px;
	/*background-color: #ff0;*/
}

#content_noscroll {
	width: 100%;
	min-height: 700px;
    float: left;
}

#content_left {
    width: 33%;
    height: 100%;
	text-align: center;
    /*background-color: #d2d2d2;*/
    float: left;
}

#content_center {
    width: 34%;
    height: 100%;
	text-align: center;
    /*background-color: #94d4d4;*/
    float: left;
}

#content_right {
    width: 33%;
    height: 100%;
	text-align: center;
    /*background-color: #26d6d6;*/
    float: left;
}

#content #login_window {
    float: left;
    width: 100%;    
}

#content #showApplications {
    width: 300px;
    height: 424px;
    margin-left: 50px;
    margin-top: 50px;
    padding-top: 110px;
    background-image: url('/images/anwendungen.jpg');
    background-position: -200px 0px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	cursor:pointer;
}

#content #showApplications:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

/* #content #showOwnObjects { */
#content #navi_templates {
    width: 300px;
    height: 424px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 110px;
    background-image: url('/images/eigene_objekte.jpg');
    background-position: -220px 0px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	cursor:pointer;
}

#content #showApplications .text_kachel, #content #navi_templates .text_kachel{
    padding-top: 15px;
	text-shadow: 0 0 2px white, 0 0 4px white;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    height: 63px;
    background-color: rgba(255, 255, 255, 0.27);
	text-shadow: 0 0 2px black, 0 0 4px black;
    background-color: rgba(0, 0, 0, 0.27);
    color: #ffffff;
}


#content #showOwnObjects:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#content #navi {
    width: 300px;
    height: 400px;
    margin-left: 40px;
    margin-top: 50px;
}

#content #navi .navi_item {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 30px;
	font-weight: bold;
	color: #000;
    /*background-image: url('/images/bocusini-dummy.png');
    background-repeat: repeat;*/
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
    cursor:pointer;
}

#content #navi_konto {
    visibility: hidden;
}

#content #navi .navi_item:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#content .scrollbar {
    overflow-y: scroll;
    /*background-color: #0000ee;*/
}

#content #scroll_area {
    width: 100%;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background-color: #00dd00;*/
}

#content #scroll_area_applications {
    width: 100%;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background-color: #00dd00;*/
}

#content #scroll_area_impressum {
    width: 100%;
    height: 680px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background-color: #00dd00;*/
}

#content #scroll_content {
    /*background-color: #0000ee;*/
}

#content #scroll_content .kachel_balken {
    /*background-color: #0000ee;*/
    width: 100%;
    /*height: 270px;*/
}

#content #impressum_area {
    width: 100%;
    float: left;
}

#applications_area {
    min-height: 500px;
    margin-left: 30px;
}

#user_stl_area {
    min-height: 500px;
    margin-left: 30px;
}

#userobjects_area {
    min-height: 500px;
    margin-left: 30px;
}

#tips_area {
    min-height: 500px;
    margin-left: 30px;
}

#tips_area_text {
    width: 100%;
    float: left;
}

#templates_area {
    min-height: 500px;
    margin-left: 30px;
}

#mylogo_area {
    min-height: 500px;
    margin-left: 30px;
}

#kachel_area {
    min-height: 500px;
    margin-left: 30px;
}

#user_stl_schnellauswahl #scroll_area {
    width: 100%;
    height: 435px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background-color: #00dd00;*/
}

#footer, #foooter {
    width: 100%;
    height: 26px;
    border-top: 1px solid #CCC;
    color: black;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 6px;
	text-align: center;
    float: left;
}

#footer a, #foooter a {
    color: black;
}

#PopUpOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

#PopUp {
    position: absolute;
    width: 1000px;
    height: 680px;
    background-color: #fff;
    text-align: right;
    padding: 5px;
    /*outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;*/
    display: none;
}

#PopUpClose {
    width: 30px;
    height: 30px;
    background: url(/images/close.png) top right no-repeat;
    text-align: right;
    /*outline: none;*/
    opacity: 0.7;
    transition: opacity 0.2s;
    cursor:pointer;
    display: none;
}

.popup {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    /*line-height: 0;*/
    font-weight: normal;
}

#BackButtonOverlay {
    position: absolute;
    top: 100px;
    left: 45px;
    z-index: 1000;
    /*background-color: #ff0;*/
    display: none;
}

.BackButtonOverlay{
    /* left: 45px !important; */
}

#BackButtonOverlay .backbutton {
    height: 40px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}

#BackButtonOverlay .backbutton:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#app_mylogo #scroll_content{
    height: 800px;
}

#tt-VideoAnleitungen {
    float: left;
}

#tt-VideoAnleitungen embetty-video {
    width: 500px;
    height: 280px;
}

#tt-VideoAnleitungen ol li {
    float: left;
    width: 550px;
}

#tt-VideoAnleitungen br.clear {
    clear: both;
}

.ui-tooltip {
    font-size: 12px;
}#adminbereich {
    width: 100%;
    height: 580px;
    margin-left:auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

#adminbereich span.adminLink{
	cursor: pointer;
}

#adminbereich div.formularfeld {
	margin-bottom: 5px;
}

#adminbereich div.formularfeldbeschriftung {
    width: 130px;
    float: left;
}

#adminbereich input.form-eingabe {
	width: 400px;
    float: left;
	font-size: 15px;
}

#adminbereich input.form-eingabe02 {
	width: 75px;
    float: left;
	font-size: 15px;
}

#adminbereich select.form-eingabe {
	font-size: 15px;
	min-width: 250px;
    float: left;
}

#adminbereich div.formularfeldhinweis {
	padding-left: 10px;
    width: 300px;
    float: left;
	font-size: 15px;
}

#adminbereich p.rot {
	font-size: 16px;;
}

.rot {
    color: #f00;
}

#Benutzerliste table {
	margin-bottom: 20px;
}

#Benutzerliste table th {
	text-align: left;
	background-color: #aaaaaa;
}

#Benutzerliste table th, #Benutzerliste table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#Benutzerliste table td {
	font-size: 16px;
}

#tmpllist tr.row_a {
	background-color: #dddddd;
}

#Benutzerliste table tr:nth-child(even) {
    background-color: #dddddd;
}


#Benutzerliste table .col_0 {
	width: 300px;
}

#Benutzerliste table .col_1 {
	width: 460px;
}

#Benutzerliste table .col_2 {
	width: 75px;
	text-align: center;
}

#Benutzerliste table .col_2a {
	width: 75px;
	text-align: center;
}

#Benutzerliste table .col_3 {
	width: 75px;
	text-align: center;
}

#Benutzerliste table .col_4 {
	width: 50px;
	text-align: center;
}

#Benutzerliste table .col_5 {
	width: 50px;
	text-align: center;
}

#Benutzerliste table .col_6 {
	width: 0px;
	display: none;
}

#Benutzerliste img.delete, #tmpllist img.delete, #Newsliste img.delete  {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}

#Benutzerliste img.password, #tmpllist img.password, #Newsliste img.change {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}


#BenutzerlisteKonto table th {
	text-align: left;
	background-color: #aaaaaa;
}

#BenutzerlisteKonto table th, #BenutzerlisteKonto table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#BenutzerlisteKonto table td {
	font-size: 16px;
}

#BenutzerlisteKonto table tr.row_a, #tmpllist tr.row_a {
	background-color: #dddddd;
}

#BenutzerlisteKonto table .col_0 {
	width: 50px;
}

#BenutzerlisteKonto table .col_1 {
	width: 500px;
}

#BenutzerlisteKonto table .col_2 {
	width: 150px;
	text-align: center;
}

#BenutzerlisteKonto table .col_3 {
	width: 200px;
	text-align: center;
}

#BenutzerlisteKonto table .col_4 {
	width: 50px;
	text-align: center;
}

#BenutzerlisteKonto img.delete, #tmpllist img.delete {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}

#BenutzerlisteKonto img.password, #tmpllist img.password {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}


#Serviceliste table th {
	text-align: left;
	background-color: #aaaaaa;
}

#Serviceliste table th, #Serviceliste table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#Serviceliste table td {
	font-size: 16px;
}

#Serviceliste table tr.row_a, #tmpllist tr.row_a {
	background-color: #dddddd;
}

#Serviceliste table .col_0 {
	width: 75px;
}

#Serviceliste table .col_1 {
	width: 500px;
}

#Serviceliste table .col_2 {
	width: 75px;
	text-align: center;
}

#Serviceliste table .col_3 {
	width: 50px;
	text-align: center;
}

#Serviceliste img.delete, #tmpllist img.delete {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}

#Serviceliste img.password, #tmpllist img.password {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}





#BenutzerKontoBewegungen table th {
	text-align: left;
	background-color: #aaaaaa;
}

#BenutzerKontoBewegungen table th, #BenutzerKontoBewegungen table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#BenutzerKontoBewegungen table td {
	font-size: 16px;
}

#BenutzerKontoBewegungen table tr.row_a, #tmpllist tr.row_a {
	background-color: #dddddd;
}

#BenutzerKontoBewegungen table .col_0 {
	width: 50px;
}

#BenutzerKontoBewegungen table .col_1 {
	width: 200px;
}

#BenutzerKontoBewegungen table .col_2 {
	width: 250px;
}

#BenutzerKontoBewegungen table .col_3 {
	width: 200px;
}

#BenutzerKontoBewegungen table .col_4 {
	width: 100px;
}

#BenutzerKontoBewegungen table .col_5 {
	width: 350px;
}

#BenutzerKontoBewegungen img.delete, #tmpllist img.delete {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}

#BenutzerKontoBewegungen img.password, #tmpllist img.password {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}









#admin_dialog .invisible {
	display: none;
}

fieldset {
	border: none;
}

#user_password {
	width: 350px;
	font-size: 15px;
}

#adminbereich #mylogoUpload div.mlu_tab {
	padding-bottom: 5px;
	margin-bottom: 30px;
	clear: both;
}

#adminbereich #mylogoUpload div.mlu_tab div.mlu_tab_links {
	width: 150px;
	float: left;
}

#adminbereich #mylogoUpload div.mlu_tab div.mlu_tab_rechts {
	float: left;
}

#adminbereich #mylogoUpload div.mlu_tab div.mlu_tab_rechts select.user {
	width: 500px;
}

#adminbereich #mylogoUpload div.mlu_tab div.mlu_tab_rechts input.text {
	width: 500px;
}

#adminbereich #mylogoUpload div.mlu_tab div.mlu_tab_rechts textarea.memo {
	width: 500px;
	height: 200px;
}

#adminbereich #mylogoUpload select {
	font-size: 15px;
}

#adminbereich #mylogoUpload input {
	font-size: 15px;
}

#adminbereich #mylogoUpload button {
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	height: 40px;
}

#tmpllist .col1 {
	width: 40px;
}

#tmpllist .col2 {
	width: 275px;
	cursor: pointer;
}

#tmpllist .col3 {
	width: 70px;
	cursor: pointer;
}

#tmpllist .col4 {
	width: 500px;
	cursor: pointer;
}

#tmpllist .col5 {
	width: 100px;
	text-align: center;
}

#tmpllist .col6 {
	width: 80px;
	text-align: center;
}

#tmpllist th.col1 {
	text-align: left;
}

#tmpllist th.col2 {
	text-align: left;
}

#tmpllist th.col3 {
	text-align: left;
}

#tmpllist th.col4 {
	text-align: left;
}



#UserPrinterList div.addPrinter {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
}

#UserPrinterList button {
	font-size: 16px;
}

#UserPrinterList table {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#UserPrinterList table th {
	text-align: left;
	background-color: #aaaaaa;
}

#UserPrinterList table th, #UserPrinterList table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#UserPrinterList table td {
	font-size: 16px;
}

#UserPrinterList table tr.row_a {
	background-color: #dddddd;
}

#UserPrinterList table .col_0 {
	width: 200px;
}

#UserPrinterList table .col_1 {
	width: 100px;
	text-align: center;
}

#UserPrinterList img.delete, #tmpllist img.delete {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}

#UserPrinterList img.password, #tmpllist img.password {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
}


#templateUpload .tu_row {
	margin-bottom: 5px;
}

#templateUpload .tu_col01 {
	width: 130px;
	float: left;
}

#analyse #AnalyseYear {
	width: 150px;
	float: left;
}

#analyse #AnalyseYear select {
	width: 80px;
	font-size: 16px;
}

#analyse #AnalyseMonth {
	width: 150px;
	float: left;
}

#analyse #AnalyseMonth select {
	width: 60px;
	font-size: 16px;
}

#analyse #AnalyseUpload {
	width: 300px;
	float: left;
	font-size: 16px;
}

#adminbereich .newsText textarea.memo {
	width: 900px;
	height: 160px;
	font-size: 15px;
}

#Newsliste table td {
	font-size: 16px;
}

#Newsliste table tr.row_a, #tmpllist tr.row_a {
	background-color: #dddddd;
}

#Newsliste table .col_0 {
	width: 30px;
	text-align: right;
	padding-right: 5px;
}

#Newsliste table .col_1 {
	width: 150px;
	text-align: center;
}

#Newsliste table .col_2 {
	width: 150px;
	text-align: center;
}

#Newsliste table .col_3 {
	width: 150px;
	text-align: center;
}

#Newsliste table .col_4 {
	width: 150px;
	text-align: center;
}

#Newsliste table .col_5 {
	padding-left: 15px;
	width: 400px;
}

#Newsliste table .col_6 {
	width: 30px;
	text-align: center;
	padding-bottom: 6px;
}

#Newsliste table .col_7 {
	width: 30px;
	text-align: center;
	padding-bottom: 6px;
}

#dialog-editTemplate input.text {
	width: 200px;
}/* registration.html */

#container #registration {
	width: 890px;
	height: 825px;
	margin-left: 155px;
	margin-top: 0px;
    margin-bottom: 15px;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
    float: left;
}

#container #registration #waiting {
    clear: both;
    width: 100%;
    height: 90px;
    text-align:center;
    padding-top: 30px;
	display: none;
	z-index: 50000;
	background-color: white;
}

#container #registration h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#container #registration div.formularfeld {
    height: 30px;
    margin-bottom: 1px;
    margin-top: 1px;
}

#container #registration div.formularfeld_fuss {
    height: 70px;
    margin-bottom: 1px;
    margin-top: 1px;
}

#container #registration div.formularfeldbeschriftung {
	font-size: 16px;
	float: left;
	width: 180px;
	padding-top: 3px;
}

#container #registration div.ffb_unten {
	padding-top: 50px;
}

#container #registration input.form-eingabe {
    font-size: 12px;
    width: 575px;
    height: 23px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCC;
}

#container #registration select.form-dropdown {
    font-size: 12px;
    width: 300px;
    height: 23px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCC;
}

#container #registration .form-checkbox {
    font-size: 14px;
}

#container #registration #goreca,
#container #registration #reg_sa_goreca {
    float:right;
}

#container #registration .button-disabled {
    color: #dddddd;
	background-color: #cccccc;
	cursor:default;
}

#container #registration-message,
#container #reg_sa_message {
	font-size: 16px;
	width: 760px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	color: #F00;
	text-align: center;
}

#container #registration a {
    font-size: 14px;
}



/* Tabs mit radio-Buttons */
#container #registration .tabbed figure { 
    width: 100%;
    display: block; 
    margin-left: 0; 
    border-bottom: 1px solid silver;
    clear: both;
}

#container #registration .tabbed > input,
#container #registration .tabbed figure > div { display: none; }

#container #registration .tabbed figure>div {
  padding: 20px;
  width: 100%;
  border: 1px solid silver;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}

#container #registration #tab1:checked ~ figure .tab1,
#container #registration #tab2:checked ~ figure .tab2,
#container #registration #tab3:checked ~ figure .tab3 { display: block; }

#container #registration nav label {
   float: left;
   padding: 5px 15px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: #ffffff;
   color: #000;
   font-size: 16px;
}

#container #registration nav label:nth-child(1) { border-left: 1px solid silver; }
#container #registration nav label:hover { background: #85a97d; }
#container #registration nav label:active { background: #bcd5b6; }

#container #registration #tab1:checked ~ nav label[for="tab1"],
#container #registration #tab2:checked ~ nav label[for="tab2"],
#container #registration #tab3:checked ~ nav label[for="tab3"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#container #registration #tab1:checked ~ nav label[for="tab1"]:after,
#container #registration #tab2:checked ~ nav label[for="tab2"]:after,
#container #registration #tab3:checked ~ nav label[for="tab3"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}#subaccounts_administration .clear { 
    clear: both; 
}

#subaccounts_administration h4 {
    margin-bottom: 10px;
}

#subaccounts_administration #validSubaccountTokens {
    width: 1120px;
    height: 141px;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    /* background-color: hsl(0, 53%, 55%); */
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    overflow-y: scroll;
}

#subaccounts_administration #subaccounts_new_subaccount_tokens {
    font-weight: bold;
    margin-left: 20px;
}

#subaccounts_administration input.amount {
    width: 60px;
    border-width: 1px;
    border-color: #cccccc;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
}

#subaccounts_administration div.anzeige_token {
    width: 213px;
    height: 40px;
    border: 1px solid #cacaca;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    margin: 3px;
    font-family: 'Courier New';
}

#subaccounts_administration div.anzeige_token_delete {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-top: 2px;
    background-image: url("/images/delete02a.png");
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#subaccounts_administration div.anzeige_token_nothanded {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background-image: url("/images/ok01_sw.png");
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#subaccounts_administration div.anzeige_token_handed {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background-image: url("/images/ok02.png");
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#subaccounts_administration div.show_sauser_stls {
    width: 54px;
    height: 24px;
    margin-right: 16px;
    margin-top: -1px;
    background-image: url("/images/stl01.png");
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#subaccounts_administration div.show_sauser_stls:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#subaccounts_administration div.show_sauser_gcodes {
    width: 54px;
    height: 24px;
    margin-right: 80px;
    margin-top: -1px;
    background-image: url("/images/gcode01.png");
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#subaccounts_administration div.show_sauser_gcodes:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#subaccounts_administration #subaccounts {
    width: 1120px;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    /* background-color: hsl(0, 53%, 55%); */
    margin-left: 20px;
    margin-bottom: 20px;
}

#subaccounts_administration div.anzeige_sa_user {
    width: 98.5%;
    height: 40px;
    border: 1px solid #cacaca;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#showStlsGcode {

}
#dialog-form {
    font-size: 14px;
}

#dialog-form fieldset {
    border: 0;
}

#dialog-form input.text {
    width: 400px;
    margin-bottom: 10px;
}

#dialog-form label {
    width: 150px;
}

button.ui-button {
    font-size: 15px !important;
}

#dialog-form p.validateTips {
	font-size: 14px;
}

div.ui-dialog-content {
	overflow: hidden !important;
}

.changestlremark{
	position: absolute;
    left: 28%;
    top: 17%;
    width: 47%;
    height: 50%;
    z-index: 10000;
    text-align: center;
    font-weight: normal;
    background: white;
    padding: 40px; 
	border: 2px solid #222;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(16, 16, 16, 0.65);
    box-shadow: 0px 2px 6px 0px rgba(16, 16, 16, 0.65);

}

#popup_changestlremark textarea.stlremark {
    width: 100%;
    height: 250px;
    font-size: 14px;
}

#popup_changestlremark #btnCancel, #popup_changestlremark #btnSave {
    font-size: 16px;
    font-weight: normal;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
}

#stlRemarkHint {
	margin-top: 10px;
	height: 30px;
	color: red;
}

/* Kacheln */

#content #scroll_content div.table {
	display: table;
	border-collapse: collapse;
    margin-top: 12px;
}

#content #scroll_content div.tr {
	display: table-row;
}

#content #scroll_content div.td {
	display: table-cell;
    /*border: thin solid red;*/
    /*padding-top: 12px; */
    padding-left: 6px;
    padding-right: 8px;
    overflow: hidden;
    /*background-color: #2c2e2f;*/
}




.kachel {
	position: relative;
	width: 200px;
	height: 268px;
	/* border: 4px solid #FF0004; */
	/* border: 4px solid #2c2e2f; */
	/* border-radius: 30px 30px 30px 30px; */
	float: left;
	margin-left: 16px;
	margin-bottom: 8px;
	border: 1px solid;
	border-radius: 2px;
    cursor: pointer;
}

.kachel_s {
	position: relative;
	width: 160px;
	height: 200px;
	/* border: 4px solid #FF0004; */
	/* border: 4px solid #2c2e2f; */
	/* border-radius: 30px 30px 30px 30px; */
	float: left;
	margin-left: 16px;
	margin-bottom: 17px;
	border: 1px solid;
	border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
    line-height: 14px;
}

#user_objects .kachel, #showStlsGcode .kachel {
    cursor: default;
}

.kachel .kachel-kopf {
	position: relative;
	width: 100%;
	height: 51px;
	/* border-bottom: 4px solid #FF0004; */
	/* border-bottom: 4px solid #2c2e2f; */
	padding-top: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.kachel .mitte {
	width: 100%;
	height: 162px;
    overflow: hidden;
	/* border-bottom: 4px solid #FF0004; */
	/* border-bottom: 4px solid #2c2e2f; */
}

.kachel .mitte img {
    margin-top: -20px;
}

.kachel .oben {
	width: 100%;
    height: 188px;
    /* border-bottom: 4px solid #FF0004; */
    border-bottom: 4px solid #2c2e2f;
    border: none;
    text-align: center;
    font-size: 21px;
	/*cursor:pointer;*/
}

.kachel .unten {
	/*cursor:pointer;*/
    height: 34px;
}

.kachel .text_kachel{
	text-shadow: 0 0 2px white, 0 0 4px white;
    font-family: dosis;
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.27);
	text-shadow: 0 0 2px black, 0 0 4px black;
    background-color: rgba(0, 0, 0, 0.27);
    color: #ffffff;
    margin-top: 43px;
    padding-top: 10px;
}

.kachel div.video a{
    font-size: 23px;
    font-weight: bold;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 3px 11px 5px 16px;
    border-radius: 0px 0px 0px 11px;
    float: right;
    margin: 0px;
    color: #125203;
    background: rgba(255, 255, 255, 0.64);
    font-family: -webkit-pictograph;
	cursor:pointer;
}

.kachel .video{
	text-align: center;
	/* padding-top: 11px; */
    height: auto;
    width: 40px;
    float: right;
}

.kachel .keinvideo{
	text-align: center;
	/* padding-top: 11px; */
    height: auto;
    width: 40px;
    float: right;
}

.kachel div.keinvideo a{
	color: #fff;
	padding: 5px 54px;
	font-size: 18px;
	font-weight: bold;
}

.kachel .border-red, a .border-red {
	/* border-color: #FF0004; */
	border-color: #2c2e2f;
	/* color: #FF0004; */
	color: #2c2e2f;
}

.kachel .border-blue, a.border-blue{
	/* border-color: #092DD3; */
	border-color: #2c2e2f;
	/* color: #092DD3; */
	color: #2c2e2f;
}

.kachel .border-yellow, a.border-yellow {
	/* border-color: #e5bb20; */
	border-color: #2c2e2f;
	/* color: #e5bb20; */
	color: #2c2e2f;
}

.kachel .border-green, a.border-green {
	/* border-color: #00b050; */
	border-color: #2c2e2f;
	/* color: #00b050; */
	color: #2c2e2f;
}

.kachel .border-grey, a.border-grey  {
	/* border-color: #939191; */
	border-color: #2c2e2f;
	/* color: #939191; */
	color: #2c2e2f;
}

.kachel .border-blue {
	/* border-color: #092DD3; */
	border-color: #2c2e2f;
}

.kachel .border-yellow {
	/* border-color: #e5bb20; */
	border-color: #2c2e2f;
}

.kachel .border-green {
	/* border-color: #00b050; */
	border-color: #2c2e2f;
}

.kachel .border-grey {
	/* border-color: #939191; */
	border-color: #2c2e2f;
}

.kachel p.focom {
	width: 100%;
	margin: 0;
	text-align: center;
    font-size: 14px;
}

.kachel .uo_select {
	position: absolute;
	float: left;
	width: 32px;
	height: 32px;
	left: 1px;
	z-index: 100;
    cursor: pointer;
    padding-left: 3px;
}

.kachel .uo_delete {
	position: absolute;
	float: left;
	width: 32px;
	height: 32px;
	left: 168px;
	z-index: 100;
    cursor: pointer;
}

/* Premium */
.premium {
	position: absolute;
    width: 64px;
    height: 55px;
    background-image: url(/bocusini-applications/images/premium_icon.png);
    background-size: 60px;
    margin-left: -23px;
    margin-top: -11px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-20deg);
}


/* Kacheln */
#kachel_application_my_3d_object {
    background-image: url("/images/3d_objekt.jpg");
    background-size: 656px;
    background-position: -231px -66px;
    background-repeat: no-repeat;
}

#kachel_application_serie_01 {
    background-image: url("/images/3d_objekt_serie.jpg");
    background-size: 200px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_serie_02 {
    background-image: url("/images/3d_objekt_serie.jpg");
    background-size: 200px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_3d_object_serie {
    background-image: url("/images/3d_objekt_serie.jpg");
    background-size: 200px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_3d_object_serie2 {
    background-image: url("/images/3d_objekt_serie.jpg");
    background-size: 200px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_expert {
    background-image: url("/images/expertmodus.jpg");
    background-size: 250px;
    background-position: -50px -2px;
    background-repeat: no-repeat;
}

#kachel_application_expert_hf {
    background-image: url("/images/expert-hf.jpg");
    background-size: 240px;
    background-position: -30px 0px;
    background-repeat: no-repeat;
}

#kachel_application_chocoHF {
    background-image: url("/images/chocoHF.jpg");
    background-size: 230px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_my_logo {
    background-size: 423px;
    background-position: -77px 0px;
    background-image: url("/images/logo.jpg");
    background-repeat: no-repeat;
}

#kachel_application_my_logo_hg {
    background-size: 423px;
    background-position: -77px 0px;
    background-image: url("/images/logo.jpg");
    background-repeat: no-repeat;
}

#kachel_application_hg_pr {
    background-size: 423px;
    background-position: -77px 0px;
    background-image: url("/images/logo.jpg");
    background-repeat: no-repeat;
}

#kachel_application_my_hand_written {
	background-size: 709px;
    background-position: -231px -102px;
    background-image: url("/images/handschrift.jpg");
    background-repeat: no-repeat;
}

#kachel_application_my_personal_message  {
    background-size: 453px;
    background-position: -252px -37px;
    background-image: url("/images/text_editor.jpg");
    background-repeat: no-repeat;
}

#kachel_application_createmessage_connected  {
    background-size: 210px;
    background-position: 0px 0px;
    background-image: url("/images/createmessage_connected.jpg");
    background-repeat: no-repeat;
}

#kachel_application_my_picture_template {
    background-size: 485px;
    background-position: -143px -36px;
    background-image: url("/images/bild_vorlag.jpg");
    background-repeat: no-repeat;
}
#kachel_template_choco{
	    background-size: 435px;
    background-position: -82px 0px;
    background-image: url("/images/chocokreationen.jpg");
    background-repeat: no-repeat;
}
#kachel_template_marzipan{
		background-size: 674px;
    background-position: -250px -16px;
    background-image: url("/images/marzipan_vorlage.jpg");
    background-repeat: no-repeat;
}
#kachel_ownobjects_choco, #kachel_foodselection_choco { 

	background-size: 240px;
    background-position: -41px;
    background-image: url(/images/refills_choco.jpg);
}

#kachel_ownobjects_marzipan, #kachel_foodselection_marzipan { 

    background-size: 240px;
    /* background-position: -250px -16px; */
    background-image: url("/images/refills_marzipan.jpg");
    background-repeat: no-repeat;
}

#kachel_ownobjects_kartoffelpueree, #kachel_foodselection_kartoffelpueree { 
	background-size: 306px;
    background-position: -24px -39px;
    background-image: url(/images/kartoffel.jpg);
    background-repeat: no-repeat;
}
#kachel_template_fondant, #kachel_ownobjects_fondant, #kachel_foodselection_fondant{
    background-size: 238px;
    background-position: -12px 0px;
    background-image: url(/images/refills_fondant.jpg);
    background-repeat: no-repeat;
}
#kachel_template_cassis, #kachel_ownobjects_cassis, #kachel_foodselection_cassis{
	background-size: 238px;
    background-position: -40px 0px;
    background-image: url(/images/refills_cassis.jpg);
    background-repeat: no-repeat;
}
#kachel_template_pasta, #kachel_ownobjects_pasta, #kachel_foodselection_pasta{
    background-size: 239px;
    background-position: -12px -5px;
    background-image: url(/images/refills_pasta.jpg);
    background-repeat: no-repeat;
}
#kachel_template_expert, #kachel_ownobjects_expert, #kachel_foodselection_expert{
    background-size: 239px;
    background-position: -30px -45px;
    background-image: url(/images/refills_expert.jpg);
    background-repeat: no-repeat;
}
div[id^="kachel_foodselection_"], div[id^="kachel_ownobjects_"]  {
	height: 149px;
}

div[id^="kachel_foodselection_"] .text_kachel, div[id^="kachel_ownobjects_"] .text_kachel{
    margin-top: -25px;
    line-height: 57px;
}

.unten{
	text-align: center;
}

#user_objects .border-yellow img{
    width: 99%;
    margin-left: 0.5px;
}

#user_objects .unten{
	text-align: center;
    background: #ffffffed;
    bottom: 0px;
    position: relative;
    height: 53px;
    word-wrap: break-word;
    width: 99%;
    margin-left: 0.5px;
}
#user_objects .unten_gname {
    width: 89%;
    float: left;
    text-align: center;
    padding: 4px 5px 0px 6px;
}

#user_objects .edit_gname {
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 11%;
    height: 95%;
    float: right;
    background-image: url(/images/edit_name.png);
    background-position: -1px 8px;
    cursor: pointer;
}

#user_stls .edit_stlname {
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 11%;
    height: 95%;
    float: right;
    background-image: url(/images/edit_name.png);
    background-position: -1px 8px;
}

#user_stls .border-yellow img{
    width: 99%;
    margin-left: 0.5px;
}

#user_stls .unten{
	text-align: center;
    background: #ffffffed;
    bottom: 0px;
    position: relative;
    height: 53px;
    word-wrap: break-word;
    width: 99%;
    margin-left: 0.5px;
}
user_stls .unten_gname {
    width: 89%;
    float: left;
    text-align: center;
    padding: 4px 5px 0px 6px;
}

user_stls .edit_gname {
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 11%;
    height: 95%;
    float: right;
    background-image: url(/images/edit_name.png);
    background-position: -1px 8px;
}

#kachel_tips_my_first_print {
	background-image: url("/images/drucker_serienprodukte.jpg");
    background-size: cover;
}

#kachel_tips_verbindungsproblematik{
    background-size: 219px;
    background-position-y: -8px;
    background-image: url("/images/bocusini3.jpg");
}

#kachel_tips_eigene_objekte{
    background-image: url("/images/drucker_schrifte.jpg");
    background-position-x: -30px;
    background-position-y: -8px;
    background-size: 477px;
}

#kachel_tips_welcome_to_bocusini_club{
	background-image: url("/images/welcome_to_bocusini.jpg");
    background-size: cover;
    background-position-y: -8px;
}

#kachel_tips_anleitungen{
	background-image: url("/images/kartusche_einsetzen.jpg");
    background-size: cover;
    background-position-x: -116px;
}

#kachel_tips_eigene_lebensmittel{
	background-image: url("/images/own_food.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_videos_lebensmittel{
	background-image: url("/images/videos_lebensmittel.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_hippenteig{
	background-image: url("/images/hippenteig.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_kartoffelpueree{
	background-image: url("/images/tips_kartoffelpueree.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_butter{
	background-image: url("/images/tips_butter.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_spekulatius{
	background-image: url("/images/tipps_spekulatius.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_spritzmuerbeteig{
	background-image: url("/images/tipps_spritzmuerbeteig.jpg");
    background-size: cover;
    background-position-x: 0px;
}

.anwendungshinwese-lm{
	background-image: url(/images/past_tipps.jpg);
    background-size: cover;
    background-position-x: -107px;
}

.betriebsanleitung{
    background-image: url(/images/procusini3.png);
    background-size: 228px;
    background-position-x: -18px;
    background-position-y: -21px;
}

.quick-guide{
	background-image: url("/images/kartusche_einsetzen.jpg");
    background-size: cover;
    background-position-x: -116px;
}

#user_stl_schnellauswahl .unten{
	text-align: center;
    background: #ffffffed;
    bottom: 0px;
    position: relative;
    word-wrap: break-word;
    width: 99%;
    margin-left: 0.5px;
}
#user_stl_schnellauswahl .unten_gname {
    width: 100%;
    float: left;
    text-align: center;
    padding: 4px 5px 0px 6px;
}
#news_ticker div.readNews {
	height: 70px;
}

#news_ticker div.news {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
}

#news_ticker div.news_head {
	margin-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

#news_ticker div.news div.news_date{
    float: left;
    font-size: 14px;
}

#news_ticker div.news div.news_to{
    font-size: 14px;
    text-align: right;
}

#news_ticker div.news .read{
    color: #ccc;
}
#PopUp h1 {
    margin-top:20px;
}/* Styles für den stlViewer */

#Object_Editor #object-lines {
  height: 480px;
  overflow-y: scroll;
}

#Object_Editor button.left, #Object_Editor button.right, #Object_Editor button.up, #Object_Editor button.down {
  width: 40px;
  height: 40px;
  line-height: 40px;  background-color: #fff;
  color: black;
  border: none;  
  box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}

#Object_Editor table.controls {
  float: left;
  margin-left: 70px;
  margin-top: -10px;
}

#Object_Editor div.custom-text-item table.controls {
  float: left;
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 30px;
}

#Object_Editor div.scale {
float: left;
width: 350px;
padding-left: 30px;
padding-top: 15px;}

#Object_Editor .custom-object-item {
	font-family: "Dosis", sans-serif;
  font-size: 16px;
  /* border-top: 1px solid black; */
  padding-top: 5px;
  margin-top: 5px;
  margin-top: 5px;
  /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
}

#Object_Editor .full {
  width: 15%;
  /* display: flex; */
  float: right;
  margin-top: 5px;
  margin-bottom: -15px;
  align-items: center;
}

#Object_Editor .full-text {
  width: 100%;
  display: flex;
  margin-top: 5px;
  margin-bottom: -15px;
  align-items: center;
}

.wrapper {
  display: flex;
  width: 100%;
}

.wrapper .left {
  width: 510px;
  z-index: 1000;
}

#editor {
  height: 45px;
  border-bottom: 1px solid #cccccc;
}

#editor > * {
	font-family: "Dosis", sans-serif;
  /*font-size: 16px;*/
  margin-right: 5px;
}

#editor > select {
  display: none;
}

input.textinput {
  width: 210px;
}

#text-lines {
  height: 480px;
  overflow-y: scroll;
}

.custom-text-item {
	font-family: "Dosis", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.delete {
  align-self: baseline;
}

.full {
  width: 100%;
  display: flex;
  margin-top: 5px;
  margin-bottom: -15px;
  align-items: center;
}

.stl {
  display: flex;
}

.stl > canvas,
.stl > #editor {
  width: 50%;
}

.full > div,
.full > input,
.full > select {
  margin-right: 5px;
}

.button-group > * {
  display: block;
  width: 40px;
  text-align: center;
  margin-right: 5px;
}

.button-group > input {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
}

#Object_Editor .height {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.controls,
.height span {
  margin-right: 5px;
}

.font > input {
  margin-top: 3px;
  margin-bottom: 3px;
}

.custom-text-item .controls input,
.custom-text-item .controls button {
   width: 40px;
   height: 40px;
   line-height: 40px;
}

.custom-text-item .rotationcontrols,
.custom-text-item .delete {
  margin-left: 20px;
}



#Object_Editor div.scale {
  width: 490px;
}

#Object_Editor #object-lines {
  height: 500px;
  overflow-y: scroll;
}

#Object_Editor #object-lines.serie02 {
  height: 500px;
}

#Object_Editor #object-lines.serie02 div.custom-object-item {
  height: 190px;
}

#Object_Editor input.max-series-amount {
  width: 70px;
  text-align: right;
}

#stlViewerEditor button.up, 
#stlViewerEditor button.down, 
#stlViewerEditor button.left, 
#stlViewerEditor button.right,
#stlViewerEditor button.height-increase, 
#stlViewerEditor button.height-decrease,
#stlViewerEditor button.font-increase,
#stlViewerEditor button.font-decrease,
#stlViewerEditor button.font-mirror,
#stlViewerEditor button.delete
{
  background-color: #fff;
  color: black;
  border: none;  
  box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}

#stlViewerEditor button.up:hover, 
#stlViewerEditor button.down:hover, 
#stlViewerEditor button.left:hover, 
#stlViewerEditor button.right:hover,
#stlViewerEditor button.height-increase, 
#stlViewerEditor button.height-decrease,
#stlViewerEditor button.font-increase,
#stlViewerEditor button.font-decrease,
#stlViewerEditor button.font-mirror,
#stlViewerEditor button.delete
{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#Object_Editor button.rotate-left, 
#Object_Editor button.rotate-right
{
  height: 22px;
  margin: 5px;
  background-color: #fff;
  color: black;
  border: none;  
  box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}

#Object_Editor button.rotate-left:hover, 
#Object_Editor button.rotate-right:hover
{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#stlViewerEditor button.delete {
  color: #f00;
  font-weight: bold;
}

#stlViewerEditor .hidden {
  display: none;
}

div.used-space {
  display: none !important;
}

#slider_settings {
  z-index: 1000;
}

#slicer_settings {
  z-index: 1000;
}

#stlViewerEditor_serie_01 table.controls {
  display: none;
}

#stlViewerEditor_serie_01 div.full {
  display: none;
}

div.series-wrapper > * {
	font-family: "Dosis", sans-serif;
  /*font-size: 16px;*/
  margin-right: 5px;
}

#text-lines {
  height: 455px;
  overflow-y: scroll;
}

#Object_Editor .bottom-border {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

#Object_Editor #editor_footer {
  padding-top: 5px;
}

#Object_Editor #editor_footer #btn-continue {
  float: right;
}

#Object_Editor .noscroll {
  overflow-y: hidden !important;
}

#Object_Editor input.acm_text {
  width: 220px;
}

#Object_Editor label.acm_labeltext {
  width: 50px;
}

#text-lines div.bold {
  width: 60px;
  margin-left: 5px;
}

#text-lines .custom-text-item .text {
  padding-right: 20px;
  font-size: 15px;
}

#text-lines select.fonts {
  font-size: 15px;
}

#text-lines input.font-amount {
  font-size: 15px;
}

#text-lines  .font > button,
#text-lines  .font > input {
  display: block;
  width: 40px;
  height: 22px;
  text-align: center;
}

#text-lines button.acm {
  margin-right: 5px;
}

#text-lines button.acmc {
  margin-left: 120px;
}.container {
  margin-top: 20px;
}

#slicer_settings {
  margin-top: 40px;
  height: 310px;
  width: 400px
}

.tab-description {
  padding-left: 10px;
  padding-top: 10px;
}

#slicer_settings li {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  display: inline; 
  list-style-type: none; 
  background-color: transparent;
  border-style: solid;
  border-color: lightgray;
  border-width: 1px 1px 0px 1px;
  border-radius: 4px 4px 0 0;
}

#slicer_settings li.active {
  background-color: lightgray;
}

.description,
.option-group {
  padding-left: 10px;
}

.option-group-slider-unit {
  width: 100px;
  text-align: left;
  margin-left: 5px;
}

#slicer_settings .option-group-headline {
  font-weight: bold;
  margin-bottom: 7px;
}

#slicer_settings .options-groups-row-wrapper {
  margin-bottom: 7px;
}

#slicer_settings .options-groups-wrapper {
  display: flex;
  padding-left: 10px;
  align-items: flex-start;
}

#slicer_settings .options-groups-wrapper label {
  font-size: 16px;
  width: 250px;
}

#slicer_settings .option-group-slider-unit-wrapper {
  display: flex;
  padding-left: 10px;
}

#slicer_settings .option-group-slider-count {
  width: 40px;
  text-align: right;
}

#slicer_settings input.option-group-slider {
  width: 200px;
}

#slicer_settings div.option-group-slider-unit-wrapper {
  font-size: 16px;
  width: 50px;
}

#slicer_settings select.config-selections {
  font-size: 12px;
  width: 380px;
}

#slicer_settings label.userConfigLabel {
  font-size: 15px;
}

#slicer_settings input.config-name-input {
  font-size: 12px;
  width: 380px;
}

#slicer_settings div.tab-pane {
  display: none;
}

#slicer_settings div.options-wrapper {
  height: 210px;
}

#slicer_settings div.active  {
  display: unset;
}

#slicer_settings ul.nav-tabs {
  font-size: 16px;
  padding-left: 0px;
}#Object_Editor #object-lines.expert {
	height: 150px;
}

#object-lines div.stlScaleBox, #object-lines div.stlScaleBoxSmall {
  z-index: 1000;
}

#object-lines div.stlScaleBox {
	clear: both;
	padding-top: 15px;
	width: 310px;
	height: 30px;
	float: left;
}

#object-lines div.stlScaleBoxSmall {
	clear: both;
	padding-top: 15px;
	width: 240px;
	height: 30px;
	float: left;
}

#stlScaler {
	width: 410px;
	height: 100px;
}

#object-lines div.stlScaleBox input {
	width: 100px;
}

#object-lines div.xScaler, #object-lines div.yScaler, #object-lines div.zScaler {
	margin-left: 10px;
	width: 240px;
}

#object-lines div.ScalerSmall {
	margin-left: 10px;
	width: 170px;
    float: left;
}

#object-lines div.xScaler, #object-lines div.yScaler, #object-lines div.zScaler {
	/* clear: both; */
	float: left;
}

#object-lines div.anzeige_scale_x, #object-lines div.anzeige_scale_y, #object-lines div.anzeige_scale_z {
	/* clear: both; */
	/* margin-left: 15px; */
	margin-left: -3px;
	width: 50px;
	float: left;
	text-align: right;
}

#object-lines div.sliderX, #object-lines div.sliderY, #object-lines div.sliderZ {
	margin-left: 30px;
	margin-bottom: 15px;
}

#object-lines form.stlScaler label {
	float: left;
    margin-top: -5px;
}

#object-lines button.slider_reset{
    margin-left: 46px;
}

#object-lines button.slider_connect{
    background-image: url('/images/schloss_zu.png');
    background-size: 23px;
    background-position: 6px 34px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow:  0 3px 6px 0 rgba(0, 0, 0, 0.7), -1px 0px 7px 0 rgba(0, 0, 0, 0.72);
}

#object-lines div.stlScaleBox button.slider_connect{
	position: absolute;
    margin-left: 70px;
    margin-top: -86px;
    width: 26px;
    height: 80px;
}

#object-lines div.stlScaleBoxSmall button.slider_connect{
    margin-left: 265px;
    margin-top: -114px;
    width: 26px;
    height: 80px;
    float: left;
}

.gesperrt{
    /* background-image: url('/images/schloss_auf.png') !important;     */    
	box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.52), 0px 0px 10px 0px rgba(0, 0, 0, 0) !important;
}

div.rotation-wrapper {
  margin-top: 20px;
  text-align: center;
}

div.custom-object-item button.duplicate {
    margin-left: 310px;
    margin-top: 13px;
}
@charset "utf-8";

#bocusini-applications {
	width: 100%;
	float: left;
}

#bocusini-applications #auswahl-gesamt {
	width: 100%;
	/*height: 400px;*/
	margin-left: auto;
	margin-right: auto;
}

#index-application, #index-template, #index-tipps, #index-ownobjects, #choco-section1, #choco-section2, #choco-section3, #marzipan-section1, #user-section1 {
	/*z-index: 1;
	height: 300px;
	overflow-x: hidden;*/
}

#options_scroll1, #options_scroll2, #options_scroll3, #options_scroll4, #options_scroll_choco1, #options_scroll_choco2, #options_scroll_choco3, #options_scroll_marzipan1, #options_scroll_user1 {
	position: relative;
	z-index: 1;
	margin-left: 0px;
	-webkit-touch-callout: none;
    -khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none; 
}

#options_scroll1 {
	width: 920px;
}

#options_scroll2 {
	width: 460px;
}

#options_scroll3 {
	width: 1150px;
}

#options_scroll4 {
	width: 680px;
}

#options_scroll_choco1 {
	width: 2760px;
}

#options_scroll_choco2 {
	width: 2300px;
}

#options_scroll_choco3 {
	width: 5980px;
}

#options_scroll_marzipan1 {
	width: 3680px;
}

#options_scroll_user1 {
	width: 6800px;
}



#bocusini-applications #creator-canvas {
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 0%;
	cursor: crosshair;
}

#bocusini-applications div.canvas_v2 {
	width: 570px;
	height: 390px;
}

#bocusini-applications div.canvas_v3 {
	width: 663px;
	height: 390px;
}

#bocusini-applications div.canvas_vDualMono {
	width: 663px;
	height: 390px;
}

#bocusini-applications div.canvas_vDualDual {
	width: 331px;
	height: 390px;
}

#bocusini-applications div.canvas_v9 {
	width: 600px;
	height: 390px;
}

#bocusini-applications div.canvas-border {
	border: 1px solid #D1D1D1;
}

#bocusini-applications #creator-canvas #can {
	top:10%;
	left:10%;
}

#bocusini-applications #user-interface {
	width: 415px;
	height: 35px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#bocusini-applications div.WordBackground {
	background-color: #000000;
}

#bocusini-applications div.handWritten {
	background-color: #000000;
}

#bocusini-applications #food-deco {
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#bocusini-applications #food-deco #deco-image {
	width: 360px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 0%;
}

#bocusini-applications #food-deco .auswahl {
	width: 240px;
	height: 140px;
	/* border: 4px solid #FF0004; */
	border: 4px solid #2c2e2f;
	border-radius: 30px 30px 30px 30px;
	float: left;
	margin-left: 9px;
	margin-right: 8px;
}

#bocusini-applications #food-deco .auswahl .oben {
	width: 100%;
	height: 70px;
	/* border-bottom: 4px solid #FF0004; */
	border-bottom: 4px solid #2c2e2f;
}

#bocusini-applications #food-deco .inaktiv {
	opacity: 0.1;
	cursor: default !important;
}

#bocusini-applications #food-deco .border-blue {
	/* border-color: #092DD3; */
	border-color: #2c2e2f;
}

#bocusini-applications #food-deco .border-yellow {
	/* border-color: #E5D820; */
	border-color: #2c2e2f;
}

#bocusini-applications #food-deco .auswahl .border-blue {
	/* border-color: #092DD3; */
	border-color: #2c2e2f;
}

#bocusini-applications #food-deco .auswahl .border-yellow {
	/* border-color: #E5D820; */
	border-color: #2c2e2f;
}

#bocusini-applications #create-deco{
	float: left;
	width: 100%;
}

#bocusini-applications #printer {
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#bocusini-applications #printer #deco-image {
	width: 360px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 0%;
}

#bocusini-applications #printer .auswahl {
	width: 240px;
	height: 140px;
	border: 4px solid #FF0004;
	border-radius: 30px 30px 30px 30px;
	float: left;
	margin-left: 9px;
	margin-right: 8px;
}

#bocusini-applications #printer .auswahl .oben {
	width: 100%;
	height: 70px;
	border-bottom: 4px solid #FF0004;
}

#bocusini-applications #printer .border-blue {
	/* border-color: #092DD3; */
	border-color: #2c2e2f;
}

#bocusini-applications #printer .border-yellow {
	/* border-color: #E5D820; */
	border-color: #2c2e2f;
}

#bocusini-applications #printer .auswahl .border-blue {
	/* border-color: #092DD3; */
	border-color: #2c2e2f;
}

#bocusini-applications #printer .auswahl .border-yellow {
	/* border-color: #E5D820; */
	border-color: #2c2e2f;
}

#bocusini-applications #finish {
	width: 800px;
	height: 560px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#bocusini-applications #finish #deco-image {
	width: 600px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 0%;
}

#bocusini-applications .noClick {
	cursor: default !important;
}

#app_createmessage_dual {
	text-align: center;
	font-weight: bold;
}@charset "utf-8";

body {
	font-family: "Dosis", sans-serif;
	font-size: 18px;
}

#bocusini-applications  h1, #bocusini-applications  h2 {
	width: 100%;
	text-align:center;
	float: left;
}

#bocusini-applications  p.sorry {
	width: 100%;
	text-align:center;
}

#bocusini-applications  .bold {
	font-weight:bold;
}

#bocusini-applications #auswahl-gesamt #continue, #bocusini-applications #create-deco #continue, #bocusini-applications #food-deco #continue, #bocusini-applications #printer #continue, #bocusini-applications #finish #continue {
	clear: both;
	width: 100%;
	height: 60px;
	text-align:center;
}

#bocusini-applications #auswahl-gesamt .stlWahl{
	height: 115px !important;
	text-align:center !important;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 16px;
}

#stlfile {
	padding-bottom: 10px;
}

div.mato01 {
	padding-top: 10px;
}

div.mato02 {
	padding-top: 45px;
}

div.mato03 {
	padding-top: 25px;
}

#bocusini-applications #continue a {
	text-decoration: none;
	/*font-size:24px;*/
    color: green;
}

#bocusini-applications #readyAndBack{
    text-decoration: none;
    border-radius: 8px;
    font-weight: bolder;
    color: black;
    clear: both;
    width: 209px;
    height: 49px;
    text-align: center;
    background-color: #4caf50;
    padding-top: 6px;
    background-color: #24890d;
    color: white;
}

#auswahl-gesamt #continue button, #create-deco #continue button, #food-deco #continue button, #printer #continue button, #finish #continue button {
	width: 260px;
	height: 50px;
	font-size:24px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	cursor:pointer;
}

#auswahl-gesamt #continue button:hover, #create-deco #continue button:hover, #food-deco #continue button:hover, #printer #continue button:hover, #finish #continue button:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#bocusini-applications #user-interface button {
	/*width: 100px;
	height: 30px;
    background-color: #EDE7AE;
    color: black;
    border: 2px solid #4CAF50;
	border-radius: 8px;
	font-size:16px;
	cursor:pointer;*/
}

#bocusini-applications .invisible {
	display: none;
}

#bocusini-applications #food-deco #canvasimg {
	width: 360px;
	height: 270px;
}

#bocusini-applications #food-deco .auswahl {
	cursor:pointer;
}

#bocusini-applications #food-deco .auswahl .oben {
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#bocusini-applications #food-deco .auswahl .unten {
	padding: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#bocusini-applications #food-deco .auswahl .unten img {
	padding-top: 6px;
}

#bocusini-applications #waiting {
	height: 420px;
	width: 100%;
	float: left;
}

#bocusini-applications #printer #canvasimg {
	width: 360px;
	height: 270px;
}

#bocusini-applications #printer .auswahl {
}

#bocusini-applications #printer .auswahl .oben {
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#bocusini-applications #printer .auswahl .unten {
	padding: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#bocusini-applications #printer .auswahl .unten img {
	padding-top: 6px;
}

#bocusini-applications #finisch #canvasimg {
	width: 600px;
	height: 450px;
}

#bocusini-applications #upload_progress_bar {
  margin: 10px 0;
  padding: 3px;
  border: 1px solid #000;
  font-size: 14px;
  clear: both;
  opacity: 0;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}
#bocusini-applications #upload_progress_bar.loading {
  opacity: 1.0;
}
#bocusini-applications #upload_progress_bar .percent {
  background-color: #99ccff;
  height: auto;
  width: 0;
}

#bocusini-applications #uploading {
    clear: both;
    width: 100%;
    height: 90px;
    text-align:center;
    padding-top: 30px;
	display: none;
	z-index: 50000;
	background-color: white;
}

#bocusini-applications #picTempCancelPicture img.picTempCancelPicture {
    max-width: 500px;
    max-height: 400px;
}

#bocusini-applications #toolbox {
	clear: both;
	width: 360px;
	height: 30px;
	float: left;
}

#bocusini-applications #createbox {
	width: 630px;
	float: left;
}

#bocusini-applications #stlViewer {
	/* clear: both; */
	/* float: left; */
	width: 690px;
	text-align:center;
	/* padding-top: 30px; */
	margin-left: 510px;
	position: absolute;
}

.gcode-name{
	width: 80%;
    padding: 20px;
}
.gcode-name input{
	width: 100% !important;  
}

#gcodeNameHint {
	margin-top: 10px;
	height: 30px;
	color: red;
}

.name-popup{
	position: absolute;
    left: 28%;
    top: 17%;
    width: 47%;
    height: 50%;
    z-index: 10000;
    text-align: center;
    font-weight: normal;
    background: white;
    padding: 40px; 
	border: 2px solid #222;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(16, 16, 16, 0.65);
    box-shadow: 0px 2px 6px 0px rgba(16, 16, 16, 0.65);

}

#bocusini-applications .syof {
	width: 360px !important;
	padding-left: 0px !important;
}

#bocusini-applications #stlViewer canvas {
	border: 1px dotted #C4C4C4;
	margin-left: auto;
	margin-right: auto;	
}

#deco-image {
	text-align:center;
}

#bocusini-applications #downloadLinks {
	clear: both;
	width: 200px;
	padding-top: 30px;
	padding-left: 350px;
}

#bocusini-applications #CreateError {
	clear: both;
	width: 100%;
	text-align:center;
	padding-top: 30px;
}

#bocusini-applications #picTempCancelPicture {
	clear: both;
	width: 100%;
	text-align:center;
	padding-top: 30px;
}

#bocusini-applications #create-deco #WordArtText {
	width: 320px;
	margin-bottom: 20px;
}

#bocusini-applications #downloadGcode, #downloadPicture {
	display: block;
	background-image: url('/bocusini-applications/images/download-icon.png');
	width: 100px;
	height: 130px;
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: black;
	overflow: hidden;
	cursor: pointer;
}

#bocusini-applications #downloadPicture {
	margin-top: 25px;
}

#bocusini-applications #downloadLinks a {
	text-decoration: none;
	width: 120px;
	background-color: #ff0000;
}

#bocusini-applications #thumblist img.thumb {
	height: 150px;	
	margin-right: 3px;
}

#bocusini-applications #thumblist {
	height: 150px;	
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 3px;
	overflow: hidden;
	border: 1px dotted #C4C4C4;
}

#bocusini-applications #scanEmail {
	width: 350px;
}

#bocusini-applications #uploadFinished {
	/* padding-left: 250px; */
}

#bocusini-applications #stlUploader input, #bocusini-applications #pic_upload input {
	font-size: 16px !important;
}

#bocusini-applications p.upload_hint, #bocusini-applications a.upload_hint {
	font-size: 18px !important;
}

/* MyLogo */

#scanUpload input, #scanUpload_HG input {
	font-size: 14px;
	width: 120px;
}

#scanUpload div.inputzeile, #scanUpload_HG div.inputzeile {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

#scanUpload div.inputspalte, #scanUpload_HG div.inputspalte {
	float: left;
	width: 32%;
}

#scanUpload select, #scanUpload_HG select {
	font-size: 14px;
	min-width: 120px;
}

#scanUpload #zWuen {
	width: 100%;
	height: 100px;
}
 
#app_mylogo_wishes {
	line-height: 40px;
}

#scanUpload #inputsplate_length{
	width: 100% !important;
}

#scanUpload #inputsplate_width{
	width: 100% !important;
}

#scanUpload #inputsplate_height{
	width: 100%  !important;
	margin-top: 8px;
}

#app_mylogo_length, #app_mylogo_width, #app_mylogo_height{
	width: 60px;
}

#app_mylogo_height{
	padding-left: 124px;
}

#app_mylogo .inputspalte_label{
    width: 200px;
    float: left;
}

.inputspalte [type="checkbox"], [type="radio"]{
	margin-right: 4px;
}

#app_mylogo_erfolgreich_text{
	text-align: center;
}

#scanUpload{
    position: relative;
    background: white;
    height: 660px;
	float: left;
}

#app_mylogo_send_btn{
    margin-top: 18px;
}

#app_mylogo_description {
	padding-bottom: 16px;
	display: none;
}

#bocusini-applications #ahp_usehg {
	font-size: 20px;
	font-weight: bold;
	margin-top: 55px;
}

#bocusini-applications #ahp_config_params {
	margin-top: 40px;
	margin-left: 40px;
}

#bocusini-applications #ahp_config_params .inputzeile {
	margin-top: 10px;
}

#bocusini-applications #ahp_config_params input {
	margin-bottom: 5px;
}

#bocusini-applications #ahp_config_params .inputspalte_label label {
	display:inline-block;
	width: 150px;
}

#bocusini-applications #ahp_config_params #app_hg_pr_parameter {
	height: 30px;
}

#bocusini-applications #app_hg_pr_convert {
	padding-top: 50px;
	text-align: right;
	float: left;
	width: 100%;
}