/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}

.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:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui-helper-clearfix { display: inline-block; }

/* required comment for clearfix to work in Opera \*/

* html .ui-helper-clearfix { height: 1%; }

.ui-helper-clearfix { display: block; }

/* end clearfix */

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=inherit&fwDefault=normal&fsDefault=12px&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=ffffff&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=ffffff&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=459300&fcHover=459300&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=459300&fcActive=459300&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/

.ui-widget {
	font-family: inherit;
	font-size: 12px;
}

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: inherit;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}

.ui-widget-content a { color: #222222; }

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}

.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #ffffff url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #459300;
	background: #ffffff url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #459300;
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #459300;
	text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #459300;
	background: #ffffff url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #459300;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #459300;
	text-decoration: none;
}

.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;
	color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	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;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon { background-image: url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon { background-image: url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon { background-image: url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon { background-image: url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon { background-image: url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */

.ui-icon-carat-1-n { background-position: 0 0; }

.ui-icon-carat-1-ne { background-position: -16px 0; }

.ui-icon-carat-1-e { background-position: -32px 0; }

.ui-icon-carat-1-se { background-position: -48px 0; }

.ui-icon-carat-1-s { background-position: -64px 0; }

.ui-icon-carat-1-sw { background-position: -80px 0; }

.ui-icon-carat-1-w { background-position: -96px 0; }

.ui-icon-carat-1-nw { background-position: -112px 0; }

.ui-icon-carat-2-n-s { background-position: -128px 0; }

.ui-icon-carat-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -64px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -64px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-off { background-position: -96px -144px; }

.ui-icon-radio-on { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
	background: #aaaaaa url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/Scripts/3rd%20party/jquery-ui/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* Resizable
----------------------------------*/

.ui-resizable { position: relative; }

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}

.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;
}

/* Accordion
----------------------------------*/

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}

.ui-accordion .ui-accordion-li-fix { display: inline; }

.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}

/* IE7-/Win - Fix extra vertical space in lists */

.ui-accordion a { zoom: 1; }

.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}

.ui-accordion .ui-accordion-content-active { display: block; }

/* Autocomplete
----------------------------------*/

.ui-autocomplete {
	position: absolute;
	cursor: default;
}

.ui-autocomplete-loading { background: white url("/Content/images/public_GEN/global/ui-anim_basic_16x16.gif") right center no-repeat; }
ui-anim_basic_16x16.gif
/* workarounds */

* html .ui-autocomplete { width: 1px; }

/* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
}

.ui-menu .ui-menu { margin-top: -3px; }

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

/* Button
----------------------------------*/

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
}

/* the overflow property removes extra width in IE */

.ui-button-icon-only { width: 2.2em; }

/* to make room for the icon, a width needs to be set here */

button.ui-button-icon-only { width: 2.4em; }

/* button elements seem to need a little more width */

.ui-button-icons-only { width: 3.4em; }

button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}

.ui-button-text-only .ui-button-text { padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */

input.ui-button { padding: .4em 1em; }

/*button icon element(s) */

.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/

.ui-buttonset { margin-right: 7px; }

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -3px;
}

/* workarounds */

button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* reset extra padding in Firefox */





/* Dialog
----------------------------------*/

.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .5em 1em .3em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .2em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

.ui-dialog .ui-dialog-content {
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
	float: right;
	margin: .5em .4em .5em 0;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
	width: auto;
	overflow: visible;
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* Slider
----------------------------------*/

.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;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.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; }

/* Tabs
----------------------------------*/

.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.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: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tabs .ui-tabs-hide { display: none !important; }

/* Datepicker
----------------------------------*/

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
}

.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-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }

.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%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }

.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}

/* Progressbar
----------------------------------*/

.ui-progressbar {
	height: 2em;
	text-align: left;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
/* Selectmenu
----------------------------------*/
.ui-selectmenu {
	display: block;
	position: relative;
	height: 2em;
	text-decoration: none;
	overflow: hidden;
}

.ui-selectmenu-icon {
	position: absolute;
	right: 6px;
	margin-top: -8px;
	top: 50%;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	visibility: hidden;
	overflow: auto;
}

.ui-selectmenu-open { visibility: visible; }

.ui-selectmenu-menu-popup { margin-top: -1px; }



.ui-selectmenu-menu-dropdown { z-index: 1000; }

.ui-selectmenu-menu li {
	padding: 0;
	margin: 0;
	display: block;
	border-top: 1px dotted transparent;
	border-bottom: 1px dotted transparent;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
	font-weight: normal !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
	line-height: 1.4em;
	display: block;
	padding: .3em 1em;
	outline: none;
	text-decoration: none;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
	padding-left: 20px;
	position: relative;
	margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
	position: absolute;
	top: 1em;
	margin-top: -8px;
	left: 0;
}

.ui-selectmenu-status { line-height: 1.4em; }

.ui-selectmenu-open li.ui-selectmenu-item-focus a { }

.ui-selectmenu-open li.ui-selectmenu-item-selected { }

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
	display: block;
	margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }

.ui-selectmenu-menu li .ui-selectmenu-item-content { }

.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }

/*for optgroups*/

.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height: 1.4em;
	display: block;
	padding: .6em .5em 0;
	font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin: 0;
	padding: 0;
}
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
	border-collapse: separate;
	border-spacing: 2px;
}

table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}

table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}

table.jCalendar td.today {
	background: #666;
	color: #fff;
}

table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}

table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}

table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}

table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

.dp-popup {
	box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

a#dp-close:hover { text-decoration: underline; }

div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a { float: left; }

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */

div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a { cursor: pointer; }

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled { cursor: default; }

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-next a { float: right; }

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

div.dp-popup td { cursor: pointer; }

div.dp-popup td.disabled { cursor: default; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
}

#TB_closeWindowButton {
    color: #666666 !important;
}


/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url("/Content/images/public_GEN/global/macFFBgHack.png") repeat;
}

.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 302;
    color: #000000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}



    #TB_window img#TB_Image {
        display: block;
        margin: 15px 0 0 15px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
    }

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#TB_ajaxContent {
    clear: both;
    padding: 15px 30px 15px 30px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    #TB_ajaxContent.TB_modal {
        padding: 15px;
    }

    #TB_ajaxContent p {
        padding: 0;
    }

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 303;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}



#TB_HideSelect {
    z-index: 299;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper { max-width: none; }

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft { clear: left; }

#cboxContent { position: relative; }

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle { margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay { background: url(/content/images/userarea/colorbox/overlay.png) repeat 0 0; }

#colorbox { outline: 0; }

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(/content/images/userarea/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(/content/images/userarea/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(/content/images/userarea/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(/content/images/userarea/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
	width: 21px;
	background: url(/content/images/userarea/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
	width: 21px;
	background: url(/content/images/userarea/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
	height: 21px;
	background: url(/content/images/userarea/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
	height: 21px;
	background: url(/content/images/userarea/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe { background: #fff; }

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent { margin-bottom: 28px; }

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxLoadingOverlay { background: url(/content/images/userarea/colorbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic { background: url(/content/images/userarea/colorbox/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/content/images/userarea/colorbox/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover { background-position: -75px -25px; }

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(/content/images/userarea/colorbox/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover { background-position: -50px -25px; }

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/content/images/userarea/colorbox/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxClose:hover { background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); }
.WochenkalenderUndGedoens{position:relative;top:-20px;padding-top:5px;}.wochenkalender{position:relative;width:687px;height:103px;background:transparent url('/content/images/UserArea/wochenkalender-hintergrundv2.png') no-repeat top left;}.wochenkalender-links{position:relative;top:-145px;left:15px;}.wochenkalender-rechts{position:relative;top:-145px;left:608px;}.WochenkalenderGelberHintergrund{width:101px;height:96px;position:absolute;left:290px;top:0;background:transparent url('/content/images/UserArea/wochenkalender-aktueller-tag-gelb.png') no-repeat top left;}.WochenkalenderRoterRahmen{width:101px;height:96px;position:absolute;left:290px;top:0;background:transparent url('/content/images/UserArea/wochenkalender-aktueller-tag-rot.png') no-repeat top left;}.wochenkalender-kalenderblatt{position:relative;left:39px;top:3px;float:left;padding:10px 0 0 0;display:block;margin:0 16px 0 0;list-style:none;}.wochenkalender-kalenderblattinhalt{font-family:sans-serif;color:#7a7f81;text-align:center;margin:0 0 0 0;padding:0;width:65px;height:69px;display:block;margin-left:0;overflow:hidden;line-height:100%;}.wochenkalender-kalenderblattinhalt:hover{color:#57a000;cursor:pointer;}ul#Calendar7 li.WeekCalendarSelected p span{color:#2f2f2f;}.wochenkalender-wochentag{font-size:30px;font-weight:bold;display:block;margin:13px 0 6px 0;}.wochenkalender-tag{font-size:12px;line-height:99%;display:block;margin:15px 0 0 0;padding:0 0 0 0;font-weight:600;}.wochenkalender-jahr{font-size:12px;line-height:99%;display:block;margin:0 0 0 0;padding:0 0 0 0;font-weight:600;}.wochenkalender-heute{font-size:10px;display:block;margin:0 0 0 0;padding:0 0 0 0;}.wochenkalender-sonntag .wochenkalender-wochentag,.wochenkalender-sonntag .wochenkalender-tag,.wochenkalender-sonntag .wochenkalender-heute,.wochenkalender-sonntag .wochenkalender-jahr{color:#c44f4f;}.wochenkalender-sonntag .wochenkalender-kalenderblattinhalt:hover .wochenkalender-wochentag,.wochenkalender-sonntag .wochenkalender-kalenderblattinhalt:hover .wochenkalender-tag,.wochenkalender-sonntag .wochenkalender-kalenderblattinhalt:hover .wochenkalender-heute,.wochenkalender-sonntag .wochenkalender-kalenderblattinhalt:hover .wochenkalender-jahr{color:#57a000;cursor:pointer;}ul#Calendar7 li.WeekCalendarSelected.wochenkalender-sonntag p .wochenkalender-wochentag,ul#Calendar7 li.WeekCalendarSelected.wochenkalender-sonntag p .wochenkalender-tag,ul#Calendar7 li.WeekCalendarSelected.wochenkalender-sonntag p .wochenkalender-heute,ul#Calendar7 li.WeekCalendarSelected.wochenkalender-sonntag p .wochenkalender-jahr{color:#c41a1a;}.wochenkalender-link-heute{position:relative;left:690px;top:-91px;text-align:left;width:60px;cursor:pointer;}.wochenkalender-kalendericon{position:relative;left:700px;top:-100px;cursor:pointer;}
.Flexcontainer{display:flex;flex:1 1 auto;flex-direction:row;}@media all and (max-width:800px){.Flexcontainer{flex-direction:column;max-width:400px;}}.SmallGap{gap:12px;}.Flexitem{flex-grow:0;}.FlexitemSameSize{flex-grow:1;flex-shrink:1;flex-basis:0;}.Flexitem-ValignCenter{justify-content:center;align-self:center;}.FlexboxBordercollapse .Flexitem,.FlexboxBordercollapse .FlexitemSameSize{border-left-width:0;}.FlexboxBordercollapse .Flexitem:first-child,.FlexboxBordercollapse .FlexitemSameSize:first-child{border-left-width:1px;}.FlexboxHorizontalCenter{display:flex;flex-direction:column;}*{margin:0;}html,body{height:100%;}.container{min-height:100%;height:auto!important;height:100%;margin:0 auto -14px;}.push-footer-down{height:10px;}.footer,.push-footer-down{clear:both;}.footer{height:10px;color:#515151;font-size:9px;text-align:right;margin-right:10px;}#header{color:#6c94be;}#News{color:#515151;font-size:12px;clear:both;max-width:600px;line-height:150%;text-align:center;margin:0 auto;position:relative;top:-147px;}#News a{text-decoration:underline;}#Clients_Add #Client_Custom1[type=text],#Clients_Add #Client_Custom2[type=text],#Clients_Add #Client_Custom3[type=text],#Clients_Add #Client_Custom4[type=text],#Clients_Add #Client_Custom5[type=text],#Clients_Add #Client_Custom6[type=text],#Clients_Add #Client_Custom7[type=text],#Clients_Add #Client_Custom8[type=text],#Clients_Add #Client_Custom9[type=text],#Clients_Add #Client_Custom10[type=text],#Clients_Add #Client_Custom11[type=text],#Clients_Add #Client_Custom12[type=text],#Clients_Add #Client_Custom13[type=text],#Clients_Add #Client_Custom14[type=text],#Clients_Add #Client_Custom15[type=text]{width:271px;}#HourlyRateExplanation{max-width:600px;}#Kontaktbox{border:1px solid #808080;float:right;margin:20px;padding:10px;width:260px;}#UpgradeForm #AddressDetail_CountryCode{width:290px;}ul.content-box-tabs{float:left;padding:13px 15px 0 10px!important;margin:0!important;}ul.content-box-tabs li{float:left;margin:0;padding:0!important;background-image:none!important;list-style:none;line-height:90%!important;}ul.content-box-tabs li a{font-family:Arial,Helvetica,sans-serif!important;color:#202020!important;font-size:12px!important;padding:8px 10px;display:block;margin:1px;border-bottom:0;text-decoration:underline;}ul.content-box-tabs li a:hover{color:#57a000;}ul.content-box-tabs li a.current{background:#fff;border:1px solid #ccc;border-bottom:1px solid #fff;margin:0;text-decoration:none;line-height:90%!important;}.KPTMTable ul.content-box-tabs{position:relative;top:-5px;}.KPTMTable ul.content-box-tabs li a{padding:8px 10px 13px 8px;}.content-box-header #SearchTarget{float:right;padding-right:20px;padding-top:7px;}#SearchTarget input{width:120px;}.content-box{border:1px solid #ccc;margin:0 0 20px 0;background:#fff;}.content-box-header{background:#e5e5e5 top left repeat-x;margin-top:1px;height:40px;}.content-box-header.KleinerHeader{height:30px;}.content-box-header.KleinerHeader H3{padding:3px 15px 2px;}.ContentBoxHeaderZusammengeklappt:hover{color:#57a000;cursor:pointer;}.content-box-header h3{padding:12px 15px 10px;float:left;}.content-box-header h4{padding:12px 15px 10px;float:left;}.content-box-content{padding:20px 20px 20px 20px;font-size:12px;border-top:1px solid #ccc;}.HighContentBox{min-height:950px;}.LowContentBox{min-height:650px;}.NormalContentBox{min-height:30px;}.container{width:100%;margin:0;padding:0;background:transparent url('/content/images/UserArea/bg_container.png') repeat-x top left;}.wrapper{margin:0;padding:0;margin:0 auto;}.WrapperWide{width:930px;}.WrapperXL{width:1150px;}.WrapperRegular{width:800px;}.header-and-showcase{position:relative;padding:0;margin:0 auto;}.HeaderRegular{width:800px;}.HeaderWide{width:930px;}.HeaderXL{width:1150px;}.showcase-big{height:433px;}.showcase-small{height:145px;}.sub-header{position:relative;padding:0;margin:0 auto;}.SubHeaderRegular{width:800px;}.SubHeaderWide{width:930px;}.SubHeaderXL{width:1150px;}.header-and-showcase .header-bar{height:79px;}.logoimheader{padding:11px 0 0 8px;}.MobileWebsiteButton{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:Verdana,Arial,sans-serif;display:inline-block;background:#459300 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x!important;border:1px solid #459300!important;padding:4px 7px 4px 7px!important;color:#fff!important;font-size:15px!important;font-weight:500;cursor:pointer;margin-top:10px;line-height:160%;position:relative;top:-15px;left:-70px;font-weight:bold;}.welcome{padding:0 0 0 13px;margin:-3px 0 0 0;font-size:13px;line-height:110%;min-height:24px;}.tabs{float:left;position:absolute;top:83px;}.tabs a{margin:0 3px 0 0;}#WelcomeAdminBoxLeft{width:300px;float:left;margin-right:60px;margin-left:60px;}#WelcomeAdminBoxLeft h1{position:relative;top:-160px;left:150px;}#WelcomeAdminBoxRight{width:300px;float:left;}#WelcomeAdminBoxRight h1{position:relative;top:-160px;}#WelcomeAdminBoxLeft ol,#WelcomeAdminBoxRight ol{position:relative;top:-60px;}#WelcomeAdminBoxLeft li{margin-bottom:20px;}#WelcomeAdminContact{position:relative;top:-20px;text-align:center;}.LogoPreview{width:325px;height:50px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4);-moz-box-shadow:2px 2px 3px rgba(0,0,0,.4);box-shadow:2px 2px 3px rgba(0,0,0,.4);}.PreferenceSummary{font-weight:bold;}.ComboBoxHint .PreferenceSummary{font-weight:normal;}#LogoHochladen{position:relative;min-height:800px;}#LogoHochladenHintergrund{position:absolute;}#LogoHochladenLogo{position:absolute;top:19px;left:16px;}.ReadableComboBoxHint{font-size:12px;line-height:130%;vertical-align:top;top:0;}#OvertimeVisibilityDiv div{display:inline-block;}#OvertimeSettings h3{font-size:14px;padding-top:10px;padding-bottom:5px;margin-top:0;margin-bottom:0;}.TipBox{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px dashed #b1b1b1;padding:7px;line-height:120%;width:400px;background-color:#fefaee;margin-bottom:10px;}#HourlyRatesEnabled H4{padding-top:15px;line-height:140%;padding-bottom:3px;}.CompanyOptionsListToEdit>div,.CompanyOptionsListToEdit form>div{margin-bottom:20px;}.CompanyOptionsListToEdit label{display:inline-block;margin-bottom:3px;}.StundensaetzeEinschalten .ToolTippLink{top:-18px!important;left:225px;}.StundensaetzeEinschalten .ToolTip{width:400px;}.StundensaetzeEinschalten .ToolTip ul li{line-height:130%;margin-bottom:20px;}.StundensatzEingabe{width:100px!important;}.reports-schnelluebersicht td{padding:3px 3px 3px 3px;}.ReportsIFrame{width:100%;}.MeineArbeitszeitenDiv{margin-bottom:40px;width:100%;}.MeineArbeitszeitenContainer{justify-content:center;}.MeineArbeitszeitenItem{border-color:#dfeaf4;border-style:solid;padding-bottom:10px;border-right-width:1px;border-top-width:1px;border-bottom-width:1px;text-align:center;}.MeineArbeitszeiten-Headline{background:#e5eff8;width:100%;height:30px;display:table;}.MeineArbeitszeiten-Headline h1{font-weight:bold;font-size:13px;padding-left:5px;padding-right:10px;display:table-cell;vertical-align:middle;color:#4a4a4a;}.MyWorkTimeWithoutHourlyRates .ArbeitszeitenTabelle-Zeit{font-size:20px;text-align:center;margin:12px 0 0 0;}.MyWorkTimeWithHourlyRates .ArbeitszeitenTabelle-Zeit{font-size:20px;text-align:center;margin:5px 0 5px 0;}.PiePositioning{text-align:center;width:100%;height:15px;position:relative;left:-5px;margin-top:5px;}.MeineArbeitszeitenDiv .SparklinesPieOverlay,.MeineArbeitszeitenDiv .PieContainer{left:auto;}.MyWorkTimeWithoutHourlyRates .PieContainer{position:relative;top:0;margin-bottom:5px;}.AktuelleZeiteintraegeDiv{min-height:242px;}.AktuelleZeiteintraegeDiv #CurrentTimeEntries .UserName{word-break:break-all;}#AuswertungsparameterExplanation{width:600px;padding:5px 0 10px 0;line-height:160%;}.AuswertungsparameterCombobox select{width:320px;display:inline-block;box-sizing:border-box;background-image:url(/content/images/UserArea/bg-form-field.gif)!important;}.Auswertungsparameter #ShowCommentsParagraph{padding-top:0!important;}.Auswertungsparameter .AuswertungsparameterTextInstead{display:block!important;margin-bottom:19px!important;}.Auswertungsparameter .AuswertungsparameterTextInstead .text-instead-of-input{top:7px;}.Auswertungsparameter #StartDateEntry{margin-top:5px;}.Auswertungsparameter #StartDateEntry input,.Auswertungsparameter #EndDateEntry input{margin-left:150px!important;}.Auswertungsparameter .DivLabelRightAligned{margin-bottom:8px;}.Auswertungsparameter .DivLabelRightAligned label{padding-top:7px;}.Auswertungsparameter .FilterStylingBox{margin-bottom:8px;}.Auswertungsparameter .MoreFiltersLink a{position:relative;top:3px;}.Auswertungsparameter .FilterStylingBox label{padding-top:7px;text-align:right;width:140px;position:absolute;}.Auswertungsparameter .FilterStylingBox .InputElement{margin-left:150px!important;}#ManualCustomFieldDisplaySettings{margin-bottom:15px;}#ManualCustomFieldSettings p{height:20px;}#ManualCustomFieldSettings label{width:max-content;}#ManualCustomFieldSettings input{margin-left:0!important;}.AVVertrag textarea{width:500px;height:300px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4);-moz-box-shadow:2px 2px 3px rgba(0,0,0,.4);box-shadow:2px 2px 3px rgba(0,0,0,.4);}.AVVertrag .EingefuegteDaten{line-height:180%;}.AVVertrag pre{white-space:pre-wrap;}#Zahlungsdaten{line-height:160%;}#Kontonummer{margin-top:10px;margin-bottom:10px;}.input-validation-error{background-color:#fcc!important;border:2px solid #f00!important;}.field-validation-error{background:transparent url('/content/images/global/infoval-error-small.png') no-repeat left;color:#c20000;padding-left:20px;font-weight:normal;}.field-validation-error input{background:none;}.ValidationMitZeilenumbruch .label-rightaligned-input .field-validation-error,span.field-validation-error{display:inline;}.ValidationMitZeilenumbruch .field-validation-error,label.field-validation-error{display:block;}#signupForm .field-validation-error{margin-left:120px!important;}#OvertimeVisibilityErrors .field-validation-error{display:block;margin-top:5px;}#AddCustomFields p{max-width:700px;}.ValidationMitZeilenumbruch{margin:0 0 8px 0;}.button,button,input[type="submit"]{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:Verdana,Arial,sans-serif;display:inline-block;background:#459300 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x!important;border:1px solid #459300!important;padding:4px 7px 4px 7px!important;color:#fff!important;font-size:11px!important;font-weight:500;cursor:pointer;margin-top:10px;line-height:160%;}.button:disabled,.button.disabled,button[disabled],input[type="submit"][disabled]:active,input[type="submit"][disabled]{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:Verdana,Arial,sans-serif;display:inline-block;background:#459300 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x!important;border:1px solid #459300!important;padding:4px 7px 4px 7px!important;color:#fff!important;font-size:11px!important;font-weight:500;cursor:pointer;margin-top:10px;line-height:160%;background:#7a7a7a url('/content/images/UserArea/bg-button-grey.gif') repeat-x top left!important;border-color:#707070!important;color:#ededed;cursor:default;}.button.disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover{text-decoration:none;cursor:default;}.button.SecondaryLink{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:Verdana,Arial,sans-serif;display:inline-block;background:#459300 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x!important;border:1px solid #459300!important;padding:4px 7px 4px 7px!important;color:#fff!important;font-size:11px!important;font-weight:500;cursor:pointer;margin-top:10px;line-height:160%;background:#7a7a7a url('/content/images/UserArea/bg-button-grey.gif') repeat-x top left!important;border-color:#707070!important;color:#ededed;}.buttongrey{font-family:Verdana,Arial,sans-serif;font-size:11px!important;font-weight:500;padding:4px 7px 4px 7px!important;}input.ButtonSiehtAusWieLink{background:none!important;text-decoration:underline!important;color:#333!important;border:0!important;}input.ButtonSiehtAusWieLink:hover{color:#57a000!important;}.Highlight{outline:8px solid #ceff00;outline-offset:0;}a.button{text-decoration:none;}input[type="submit"]:hover,.button:hover{text-decoration:underline;}input[type="submit"]:active,.button:active{padding:5px 7px 3px 7px!important;}a.remove-link{color:#b00;}a.remove-link:hover{color:#202020;}.TableTopButton{float:right;margin-bottom:-30px;}.GreyIconButton button,.LinkAsAButton{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:Verdana,Arial,sans-serif;display:inline-block;background:#459300 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x!important;border:1px solid #459300!important;padding:4px 7px 4px 7px!important;color:#fff!important;font-size:11px!important;font-weight:500;cursor:pointer;margin-top:10px;line-height:160%;box-shadow:inset 0 1px 0 0 #fff;background:linear-gradient(to bottom,#fff 5%,#f6f6f6 100%)!important;background-color:#fff!important;border:1px solid #dcdcdc!important;color:#666!important;padding:3px 8px 3px 8px!important;text-decoration:none;text-shadow:0 1px 0 #fff;margin-right:5px;position:relative;top:-40px;}.GreyIconButton button:hover,.LinkAsAButton:hover{text-decoration:underline;}.GreyIconButton button img,.LinkAsAButton img{position:relative;left:-1px!important;top:3px!important;margin-left:3px!important;margin-right:8px!important;}.GreyIconButton.MoveLinkUp{background-color:#f00!important;}.GreyIconButton.MoveLinkUp button{padding:0 8px 6px 8px!important;}a{color:#57a000;text-decoration:none;}a:active,a:hover{text-decoration:underline;color:#202020;cursor:pointer;}a:active.Green,a:hover.Green{text-decoration:underline;color:#57a000;}.SecondaryActionLink{color:#808080;text-decoration:underline;}.DisabledLink{opacity:.6;cursor:default;text-decoration:none!important;}.LinkNoUnderline{text-decoration:none;}.UeberstundenStyling .label{line-height:160%;}.UeberstundenStyling .ToolTippLink{margin-left:10px;}.UeberstundenStyling .InfoBox{width:initial!important;}#TableTopDiv{margin-bottom:5px;}.HourEntry .text-box,.HourEntry input [type="text"],.HourEntry .textfeld{width:40px!important;}#TableTopDiv .TableTopButton{float:right;margin-bottom:-30px;}#TableTopDiv #InfoBoxDiv .Error,#TableTopDiv .dev_InfoBoxDiv .Error,#TableTopDiv #InfoBoxDiv .Success,#TableTopDiv .dev_InfoBoxDiv .Success,#TableTopDiv #InfoBoxDiv .Information,#TableTopDiv .dev_InfoBoxDiv .Information{margin-bottom:40px!important;}#FehlzeitenboxUserDetails{width:800px;}#FehlzeitenUserDetails #AktuelleEinstellungen{line-height:150%;margin-bottom:30px;}#FehlzeitenUserDetails #Abwesenheiten{margin-top:5px;}#AbsencesFilter #Filter label{width:120px;}.AddEditAbsenceReasonID-select2-dropdown .select2-results{max-height:350px!important;}.AbsenceDateDivs{display:inline-block;}#AbwesenheitsgruendeListe td{height:35px;}#AbwesenheitsgruendeListe .AbsenceNotEditableExplanation{color:#ccc;font-size:11px;font-family:monospace;}.Fehlzeitenuebersicht .table-iconbar-add{width:49px;}.Fehlzeitenuebersicht table th:first-child{width:140px;}.Fehlzeitenuebersicht table th:nth-child(2){width:140px;}.AbwesenheitenTableFlexItem{flex-basis:350px;flex-grow:1;}.AbwesenheitenTable th{font-size:14px;}#AbsenceYearChanger{font-size:13px;padding-bottom:6px;display:flex;}#AbsenceYearChanger #YearBackDiv,#AbsenceYearChanger #YearNextDiv,#AbsenceYearChanger #YearChoosenDiv{display:inline-block;border-style:solid;border-color:#ccc;}#AbsenceYearChanger #YearChoosenDiv{display:inline-block;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#fff;color:#848b87;padding-left:8px;padding-right:7px;}#AbsenceYearChanger #YearBackDiv,#AbsenceYearChanger #YearNextDiv{border-width:1px;background:#f7fafa;}#AbsenceYearChanger #YearBackDiv a,#AbsenceYearChanger #YearNextDiv a{color:#57a000;}#AbsenceYearChanger #YearBackDiv{-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;}#AbsenceYearChanger #YearNextDiv{-moz-border-radius-bottomright:4px;-moz-border-radius-topright:4px;-webkit-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-right-radius:4px;}#AbsenceYearChanger #YearBack,#AbsenceYearChanger #YearNext,#AbsenceYearChanger #YearChoosen{display:inline-block;padding:6px;}#DurationDays{color:#57a000;font-size:110%;font-weight:bold;margin-bottom:20px;display:block;}.UeberstundenStyling #FilterCriteria{margin-top:15px;border:1px solid #e5eff8!important;margin-bottom:20px;}.UeberstundenStyling #FilterCriteria h1{background-color:#e5eff8;max-width:100%;padding-left:8px;padding-top:8px;font-size:18px;}.UeberstundenStyling #FilterCriteria #Close{float:right;left:-10px;position:relative;top:-25px;}.UeberstundenStyling #Filter{padding:20px;}.UeberstundenStyling #SearchAndLink .link{padding-left:15px!important;}#WorkDaysTable,#HoursPerDayTable{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:50%;margin-top:5px;}#WorkDaysTable .k-checkbox,#HoursPerDayTable .k-checkbox{border:1px solid #4c4c4c;width:16px!important;border-radius:0;}#WorkDaysTable .k-checkbox:checked,#HoursPerDayTable .k-checkbox:checked{color:#57a000;}#WorkDaysTable .k-checkbox:checked:focus,#HoursPerDayTable .k-checkbox:checked:focus,#WorkDaysTable .k-checkbox:focus,#HoursPerDayTable .k-checkbox:focus{box-shadow:0 0 3px 0 #57a000;}#WorkDaysTable th,#HoursPerDayTable th{text-align:center;}#WorkDaysTable input,#HoursPerDayTable input{width:30px!important;display:block;margin-left:auto;margin-right:auto;}HolidayCalendar_Edit .select2 .select2-result-label{font-style:normal;}.WorkTimeScheduleType-select2-dropdown .select2-result-selectable{margin-bottom:4px;}.WorkTimeScheduleType-select2-dropdown .select2-result-unselectable>.select2-result-label{line-height:140%;margin-bottom:4px;}.FeiertagDate .text-box{width:40px!important;}#WorkTimePerWeek,#WorkTimePerMonth,#IgnoredOvertimePerDay,#IgnoredOvertimePerWeek,#IgnoredOvertimePerMonth,#WorkTimeLimitPerDay,#WorkTimeLimitPerWeek,#WorkTimeLimitPerMonth{width:30px!important;}.MarginTop,#WorkTimeScheduleNameDiv,#WorkTimeScheduleTypeDiv,#WorkTimePerWeekDiv,#OvertimeAllowedDiv,#OvertimeAllowedMode,#OvertimeSaveButtonDiv,#MaximumOvertimeModeDiv,#WorkTimePerMonthInput,#WorkDaysTableDiv,#JustWorkTimeLimitsWithFlexibleDaysDiv{margin-top:22px;}#HoursPerWeekTotal{margin-top:8px;margin-bottom:25px;}#ArbeitszeitmodellEditButtons button,#UrlaubsregelungEditButtons button{top:-8px!important;}.UeberstundenStyling .GroupComboBox,.UeberstundenStyling .k-datepicker{margin-bottom:5px;}.ArbeitszeitmodelleUebersicht td{overflow:visible!important;white-space:normal!important;}.OvertimeErrorLink{color:#818181;}.OvertimeErrorLink:active,.OvertimeErrorLink:hover{color:#818181;}#KontaktierenSieUns{border:1px solid #b1b1b1;border-collapse:collapse;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:10px;background-color:#fbfbfb;}#KontaktierenSieUnsBottom{display:flex;margin-top:40px;margin-bottom:25px;}#KontaktierenSieUnsBottom div{width:350px;padding:10px;margin:auto;border:1px solid #b1b1b1;border-collapse:collapse;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border-color:#4c7fab;background-color:#fff;}#Betatestimage{position:relative;}.Verwaltung .Betaimage{margin:0;width:75px;}.VerwaltungAbwesenheit{position:relative;top:7px;left:3px;}.FilterDiv{min-height:34px;margin-bottom:5px;}#Filter .FilterCheckbox{display:inline-block;padding-top:10px;vertical-align:top;}#Filter label{padding-left:10px;padding-top:12px;width:100px;vertical-align:top;display:inline-block;overflow:hidden;text-overflow:ellipsis;}#Filter .InputElement{position:relative;top:6px!important;left:15px;vertical-align:top;}#UpdateParameters .ineedsomeminispace{height:1px;}#UpdateParameters label{padding-left:0;}#UpdateParameters .label-rightaligned{display:block;text-align:left;margin-bottom:5px;position:static;}#UpdateParameters .label-rightaligned-input{margin-left:0!important;}#RemoveFilters{margin-left:20px;}.FilterStyling input[type="text"]{margin-bottom:0;max-width:233px;width:233px;position:relative;left:3px;top:-6px;}.FilterStyling #StartEndDates label,.FilterStyling #StartEndDates #WeekP label,.FilterStyling #StartEndDates #MonthP label{position:relative;left:0;top:-10px;}.FilterStyling #StartEndDates #StartDateEntry{margin-top:16px;}.FilterStyling #StartEndDates #EndDateEntry{margin-top:4px;}.FilterStyling #StartEndDates #WeekP,.FilterStyling #StartEndDates #StartEndDates,.FilterStyling #StartEndDates #MonthP{margin-top:1px;position:relative;}.FilterStyling #StartEndDates #StartDateEntry img,.FilterStyling #StartEndDates #EndDateEntry img{position:relative;top:5px;left:35px;}.FilterStyling #Filter .SpecialInput{position:relative;left:15px;margin-top:1px;margin-bottom:1px;}.FilterInputExtraText{width:64px;display:inline-block;}.SummableFieldFilterValue{max-width:190px!important;top:7px!important;}.FilterStylingBox{display:inline-block;}#StartEndDates,#WeekP,#MonthP{margin-top:8px;position:relative;}[data-field="TotalWorkTime"]{color:#0ff;font-size:64px;}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}*{margin:0;padding:0;}html{overflow-y:scroll;font-size:100%;}body{font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#202020;min-width:800px;padding:0;margin:0;}.RadialGrad{background:#f0f0f0 url('/content/images/UserArea/bg-radial-gradient.gif') no-repeat scroll;background-position:0 120px;}ul,ol{margin:5px 0 13px 25px;padding:0;}ul{list-style-type:circle;}ul li,ol li{line-height:170%;margin:0 0 2px 0;padding:0;}.white{color:#fff;}.white a{color:#fff;}.lightgrey{color:#c0c0c0;}a.lightgrey:hover{color:#fff;}.larger{font-size:larger;}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;color:#222;font-weight:bold;}h1{font-size:22px;padding:0 0 5px 0;max-width:650px;}h2{font-size:20px;padding:0 0 10px 0;max-width:650px;}h3{cursor:default;font-size:20px;padding:0 0 10px 0;max-width:650px;}h4{font-size:17px;padding:0 0 10px 0;max-width:650px;}h5{font-size:15px;padding:0 0 5px 0;max-width:650px;}h6{font-size:13px;padding:0 0 5px 0;max-width:650px;}strong{font-weight:bold;}small{font-size:.85em;}pre{font-family:monospace;}p{padding:5px 0 10px 0;line-height:160%;max-width:600px;}.block{border:1px solid #848b87;float:left;width:280px;height:155px;margin:0 35px 35px 0;padding:5px 5px 5px 10px;background:#fff;}div.block h4{line-height:150%;margin:0;padding:5px 0 0 0;}.block img{margin:5px 15px 0 0;padding:0 0 0 0;}.Verwaltung{width:700px;}.BorderBoxWithText{background-color:#f7fafa;border:1px solid #e5eff8;padding:10px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}.ChangeSettingLink{display:none;}#DeactivateEntitiesDiv .GroupComboBox{position:relative;top:-5px;left:8px;}.DeactivateEntitiesCheckbox{min-height:28px;margin-bottom:15px;}#DeactivateEntitiesDiv input:disabled{padding-left:25px!important;background-image:url('/content/images/public_GEN/global/ajax-loader-small-transparent.gif'),url('/content/images/UserArea/bg-button-grey.gif')!important;background-repeat:no-repeat,repeat-x!important;background-position:5px 5px,top left!important;}#Recipients input[type="text"]{width:257px!important;}#ScheduleReportForm .field-validation-error{display:block;}a.LoeschMich{left:3px;position:relative;top:3px;}.field-validation-error+a.LoeschMich{top:0;}.LoaderIcon img{vertical-align:middle;position:relative;left:30px;}.BildAbstand img{padding-right:7px;}#TB_ajaxContent.TipOfTheDay p{padding-bottom:10px;padding-right:10px;}#CssTestFirefox,#CssTestWebkit,#CssTestSafari,#CssTestChrome,#CssTestOpera,#CssTestIERecent,#CssTestIE8{display:none;color:#808080;}.Hinweis{color:#f99c00;font-family:Helvetica,Verdana,Arial,sans-serif;}.BetaHinweis{color:#f99c00;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:1px;}.Backlink{margin-top:12px;}
select,.pagination a.number{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}ul.content-box-tabs li a.current,.block,.InfoLine,.InfoBox,.content-box,.content-box-header,.shortcut-button,.notification{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}.content-box-header{-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}.closed-box .content-box-header{-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}ul.content-box-tabs li a.current{-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}.shortcut-button span{-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;}
body#NoTabs{color:#fff;background:#222 url('/content/images/UserArea/bg-login.gif');}#NoTabs-wrapper{background:url('/content/images/UserArea/bg-login-top.png') top left repeat-x;}#NoTabs-wrapper #NoTabs-top{width:100%;padding:140px 0 50px 0;text-align:center;}#NoTabs-wrapper #NoTabs-content{text-align:left;width:340px;margin:0 auto;}#NoTabs-wrapper #NoTabs-content label{color:#fff;font-weight:normal;font-size:14px;font-family:Helvetica,Arial,sans-serif;padding:0;}#NoTabs-wrapper fieldset{padding-bottom:0;}#NoTabs-wrapper h1,#NoTabs-wrapper h2,#NoTabs-wrapper h3,#NoTabs-wrapper h4,#NoTabs-wrapper h1,#NoTabs-wrapper p,#NoTabs-wrapper a:hover{color:#fff;}#NoTabs-content-wide{text-align:left;width:440px;margin:0 auto;}#NoTabs-content-ultrawide{text-align:left;width:640px;margin:0 auto;}.NoTabsInput{width:261px;}*{margin:0;}html,body{height:100%;}#NoTabs-wrapper{min-height:100%;height:auto !important;height:100%;margin:0 auto -14px;}.push-footer-down{height:10px;}.footer,.push-footer-down{clear:both;}#NoTabs .footer{height:10px;color:#fff;font-size:10px;text-align:right;margin-right:10px;}#NoTabs .footer a,#NoTabs .footer a:hover,#NoTabs .footer a:visited,#NoTabs .footer a:active{color:#fff;}
.ZeiteintragErstellen .content-box-content{padding-top:10px;padding-bottom:8px;}.ZeiteintragErstellenZusammengeklappt:hover{color:#57a000;cursor:pointer;}#AddNewTimeEntryButton{margin-top:0;}.content-box-header a:hover{color:#222;}#CreateNewTimeEntryTitle{cursor:default;}.resizable-textarea #Comment{-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}#EntryTypeSelection .label-rightaligned,#VonBisZeiteintragEndzeit .label-rightaligned,#VonBisZeiteintragStartzeit .label-rightaligned,#CommentForm .label-rightaligned{padding-top:7px !important;}#Dauereingabe .label-rightaligned{padding-top:9px !important;}.ZeiteintragErstellen #ProjectsComboBox{width:314px;}#ProjectsComboBox-menu,#TasksComboBox-menu{max-height:250px;}p#Dauereingabe{max-width:700px;}#Task{width:90% !important;}.dev_commentBox{width:90% !important;}.DurationLength{float:left;}.DurationDetail,.DurationDetail a{float:right;text-align:right;font-size:11px;line-height:105%;max-width:105px;}.DauerSchriftart{font-size:14px;font-weight:bold;color:#57a000;}#DurationFeedback{padding-left:21px;margin-left:15px;font-size:14px;font-weight:bold;color:#57a000;}#TB_window #DurationFeedback{display:inline-block;max-width:200px;padding-left:4px;}.dev_commentBox{padding-bottom:0;margin-bottom:0;}#AdditionalDurationFeedback{color:#808080;display:inline-block;font-size:10px;font-weight:normal;left:413px;position:absolute;top:25px;width:250px;line-height:112%;}#AdditionalDurationFeedback:empty{display:none !important;}#TB_window #AdditionalDurationFeedback{position:relative;left:0;top:0;}#AddTimeEntryFormDiv p{padding-top:0;padding-bottom:15px;margin-bottom:0;}#EditEndTime,#EditStartTime,#EditDuration{width:60px !important;}#AddEndTime,#AddStartTime,#AddDuration{width:50px !important;}.ZeiteintragErstellen #CommentErrors .field-validation-error,.ZeiteintragErstellen #AddEndTimeErrors .field-validation-error,.ZeiteintragErstellen #FreeTaskEntryParagraph .field-validation-error,.ZeiteintragErstellen #AddStartTimeErrors .field-validation-error,.ZeiteintragErstellen #AddDurationErrors .field-validation-error,.ZeiteintragErstellen #ProjectsComboBoxErrors .field-validation-error,#AddTimeEntryFormDiv #TasksComboBoxErrors .field-validation-error{margin-left:150px;line-height:110%;}#TimeEntryTypeRadios{position:relative;top:1px !important;}#TimeEntryTypeRadios .ui-button-text-only{font-size:inherit;font-family:inherit;font-weight:bold;}#TimeEntryTypeRadios .ui-state-active{color:#57a000;border-color:#57a000;background-image:url("/content/images/UserArea/bg-form-field.gif");cursor:default;}#TimeEntryTypeRadios .ui-button .ui-button-text{line-height:100% !important;}.ui-datepicker .ui-state-highlight,.ui-datepicker .ui-state-active{border-color:#57a000 !important;}.ui-datepicker .ui-state-active{background-color:#7ac74d !important;background-image:none !important;}.ProjectToolTipp{position:relative;top:-10px;left:30px;display:inline-block;vertical-align:middle;}.TaskToolTippLink{position:relative;left:155px;}.DauerToolTip{position:relative;left:450px !important;top:-14px !important;}#AddDurationErrors .ToolTippLink{position:relative;top:-2px !important;text-decoration:underline;margin-left:10px;}#TimeEntriesList td{max-width:350px;overflow:hidden;word-wrap:break-word;}.Kommentar{white-space:pre;font-size:x-small;line-height:120%;margin-top:2px;text-decoration:none;cursor:default;}.ChangedTimeEntry{background-color:#9ff06a;}.NormalTimeEntry{background-color:#fff;}#TimeEntriesList table{border:none;}#TimeEntriesList tbody,#TimeEntriesList thead,#TimeEntriesList tbody td,#TimeEntriesList thead td{border:1px solid #e5eff8;}#TimeEntriesList tbody{background-color:#fff;}#TimeEntriesList th{color:#202020;}#TimeEntriesList tbody td{padding-left:10px;}#TimeEntriesList tfoot tr td{font-size:15px;padding-top:15px;padding-left:10px;padding-right:6px;overflow:visible;}.KundeProjektTaetigkeit,.DauerCell{border-right:none !important;}.DauerCell{width:40px;cursor:default;}.BillabilityTableCell,.DurationDetailCell{border-left:none !important;}.DurationDetailCell{width:100px;}.KleinesGeldsymbol{float:right;cursor:pointer;}.RunningStopWatchTimeEntry{background-color:#fffdc5 !important;color:#202020 !important;}.NewTimeEntryTransferEffect{border:2px dotted #808080;}.TimeEntryInfoBox .InfoBox{margin-top:0 !important;}#AddTimeEntryFormDiv p{line-height:105%;padding:0 0 8px 0;}.DatePickerAnchor{font-size:11px;text-decoration:underline;cursor:pointer;color:#000;}.DeleteTimeEntry .display-label{font-weight:normal;}.DeleteTimeEntry .display-field{font-weight:bold;}#BreakDuration{margin-bottom:15px;font-size:14px;font-weight:bold;color:#57a000;}
.InfoBoxDetails{vertical-align:middle;background-position:12px!important;}.ErrorSmall,.Error{vertical-align:middle;background-position:12px!important;border-color:#cd2516!important;color:#cd2516;}.ErrorSmall{background:#fff1f0 url('/content/images/global/infoval-error-small.png') no-repeat left;}.Error{background:#fff1f0 url('/content/images/global/infoval-error-middle.png') no-repeat left;}.Error a,.Error H3{color:#cd2516;}.Success,.SuccessSmall{vertical-align:middle;background-position:12px!important;border-color:#639900!important;color:#2c381a;}.SuccessSmall{background:#f2ffea url('/content/images/global/infoval-success-small.png') no-repeat;}.Success{background:#f2ffea url('/content/images/global/infoval-success-middle.png') no-repeat;}.Success H3{color:#2c381a;}.Attention,.AttentionSmall{vertical-align:middle;background-position:12px!important;border-color:#ffe500!important;color:#523724;}.Attention a,.AttentionSmall a{text-decoration:underline;}.Attention{background:#fffcf0 url('/content/images/global/infoval-attention-middle.png') no-repeat;}.AttentionSmall{background:#fffcf0 url('/content/images/global/infoval-attention-small.png') no-repeat;}.Attention a,.Attention H3{color:#523724;}.InformationSmall,.Information{vertical-align:middle;background-position:12px!important;border-color:#4c7fab!important;color:#0f384c;}.InformationSmall a,.Information a{color:#0f384c;text-decoration:underline;}.InformationSmall{background:#dfecf7 url('/content/images/global/infoval-information-small.png') no-repeat;}.Information{background:#dfecf7 url('/content/images/global/infoval-information-middle.png') no-repeat;}.Information H3{color:#0f384c;}.NeutralSmall{border-color:#141414;color:#fff!important;border:0!important;vertical-align:middle;background-position:12px!important;background:#141414 url('/content/images/global/infoval-information-small.png') no-repeat;}.InfoBox{padding:10px 10px 10px 60px;background-position:10px 10px;border:2px solid;margin-top:15px;margin-bottom:12px;width:80%;}.InfoBox a{text-decoration:underline;}.InfoBox p{line-height:140%;}.InfoBox ul{list-style:circle;}.InfoBox H3{font-size:14px;}.InfoBox H4{font-size:12px;padding:0 0 2px 0;}.InfoBox td{border:1px solid #4c7fab;}.InfoBoxLang92p .InfoBox{width:92%;}.InfoBoxLang89p{width:89%;}.InfoBoxLang100p .InfoBox{width:100%;}.InfoBoxLang91p .InfoBox{width:91%;}.SmallerBecauseOfContactUs .InfoBox{width:50%;}.VideoExplanation div{display:inline-block;}.VideoExplanation .VideoExplanationText{width:250px;margin-left:15px;}.InfoLine{display:block;font-style:normal;line-height:100%;padding:5px 2px 5px 36px;border:1px solid;text-align:left;width:60%;min-width:300px;}
.slide-out-div{padding:20px;width:350px;height:480px;border:1px solid #808080;box-shadow:10px 2px 8px #333;-webkit-box-shadow:10px 2px 8px #333;-moz-box-shadow:10px 2px 8px #333;z-index:100;background:#fff;right:3px;}.handle{background:transparent url('/Content/images/global/feedback_tab.png') no-repeat scroll 0% 0%;-moz-background-clip:border;-moz-background-origin:padding-box;-moz-background-inline-policy:continuous;width:39px;height:155px;display:block;text-indent:-99999px;outline-color:-moz-use-text-color;outline-style:none;outline-width:medium;}
form input[type="checkbox"],form input[type="radio"]{background:none;border:0;}form input[type="radio"]{margin-right:4px;margin-top:6px;}form input[type="checkbox"]{position:relative;top:1px;}.RadioButtonsNotBold p{font-weight:bold;}.RadioButtonsNotBold label{font-weight:normal;}.RadioButtonsSelectionNotBold label~label{font-weight:normal;}.RadioButtonsWordWrap{width:75%;}.RadioButtonsWordWrap div{display:block;margin-bottom:15px;}.RadioButtonsWordWrap input[type="radio"]{float:left;margin-top:0;margin-right:0;}.RadioButtonsWordWrap label{margin-left:15px;display:block;}.OptionsBox{background-color:#fefaee;border:1px solid #b1b1b1;border-collapse:collapse;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:10px 10px 10px 15px;max-width:80%;}.OptionsBox p{margin-bottom:10px;}.RadioButtonsVielText{width:75%;}.RadioButtonsVielText div{display:block;margin-bottom:15px;}.RadioButtonsVielText input[type="radio"]{float:left;margin-top:0;margin-right:0;}.RadioButtonsVielText label{margin-left:15px;display:block;}.RadioButtonsVielText p{font-weight:bold;}.RadioButtonsVielText label{font-weight:normal;}.RadioButtonsVielText label{margin-bottom:15px;}.RadioButtonsVielText p,.RadioButtonsVielText span{line-height:115%;}.ui-button{background:url("/Content/images/global/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #e6e6e6;border:1px solid #d3d3d3;color:#555;}.ui-state-active{cursor:default;}.ui-buttonset .ui-state-hover{border:1px solid #999;color:#212121;}form ul.select2-choices,form input.text-input,form textarea,form select,form .wysiwyg,input[type="text"],input[type="number"],input[type="password"],input[type="submit"],.textfeld,.kontaktformular{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}fieldset{padding:10px 15px 10px 15px;margin:0 0 10px 0;-moz-border-radius-bottomleft:7px;-moz-border-radius-bottomright:7px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:7px;border-radius:3px;}fieldset h3{margin-top:5px;}legend{font-weight:bold;}.mini-heading{display:block;padding:0 0 10px;font-weight:bold;}form fieldset legend{font-weight:bold;margin-bottom:10px;padding-top:10px;}form p{padding-bottom:3px;}form p small{font-size:.75em;color:#777;}.TextfeldTemplate{font-size:12px;padding:5px;padding-left:11px;border:1px solid #d5d5d5;margin:0 0 5px 0;}input[type="number"],input[type="text"],input[type="password"],select,.textfeld,textarea{font-size:12px;padding:5px;padding-left:11px;border:1px solid #d5d5d5;margin:0 0 5px 0;}input[type="text"],input[type="number"],input[type="password"],select,.textfeld{background-image:url('/content/images/UserArea/bg-form-field.gif');}input[type="text"],.textfeld{width:271px;}#Projects_Edit input[type="text"]{width:302px;}.resizable{display:block;margin-bottom:0;}div.grippie{-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background:#eee url(/Scripts/3rd%20party/textarea-resizer/grippie.png) no-repeat scroll center 2px;border-color:#ddd;border-style:solid;border-width:0 1px 1px;cursor:s-resize;height:9px;width:556px;overflow:hidden;}.jqDatePicker,.KurzesTextfeld{width:80px !important;}form .small-input{width:25% !important;}form .medium-input{width:50% !important;}form .large-input{width:97.5% !important;font-size:16px !important;padding:8px !important;}.TextInForm{max-width:450px;line-height:140%;margin-bottom:20px;}.KPTMAddEdit input[type="text"],.KPTMAddEdit .textfeld{width:302px;}textarea{background-image:url("/content/images/UserArea/bg-form-field.gif");background-repeat:repeat-x;padding-left:11px;}form textarea{width:97.5% !important;font-family:Arial,Helvetica,sans-serif;}.editor-field textarea{width:500px !important;}#TB_window form textarea{width:300px !important;}select{padding:4px;background:#fff;width:283px;}select option{padding:0 10px 0 0;}.noborder{border:none;}.kontaktformular{background-color:#f1f8ce;border:3px solid #acc632;padding:10px 10px 10px 15px;}label{font-weight:bold;display:inline;}#PublicBody label{font-weight:normal;}.commentForm label,.FormWithTopAlignedLabels label,.label-topaligned,.label-topaligned label,#EditTimeEntryFormDiv .TimeEntryLabelText{display:block !important;}.LoeschMich{position:relative;top:5px;}.FormWithLeftAlignment-LeftStuff{float:left;text-align:left;width:230px;}.FormWithLeftAlignment-RightStuff{float:left;text-align:left;width:350px;}.DivLabelRightAligned label,.label-rightaligned,#AddTimeEntryFormDiv .TimeEntryLabelText{text-align:right;width:140px;position:absolute;padding-top:8px;}.DivLabelRightAligned label,.label-rightaligned{padding-top:3px;}.DivLabelRightAligned .InputElement,.DivLabelRightAligned input,.label-rightaligned-input,#AddTimeEntryFormDiv .grippie,#AddTimeEntryFormDiv .TimeEntryInput{margin-left:150px !important;}.Required{padding-top:8px;}.DivLabelRightAligned .InputElement input{position:relative;left:-150px;}.label-rightaligned-input-position,#AddTimeEntryFormDiv .TimeEntryInputPosition{position:relative !important;left:150px !important;}#AddTimeEntryFormDiv .TimeEntryOptional{display:block;}.label-signupform{text-align:left;width:110px;position:absolute;padding-top:6px;line-height:100%;}.label-signupform-input{margin-left:120px !important;}.FormularMitLabelRechts p{margin-bottom:5px;}.FormField{display:block;margin-bottom:10px;}.display-label{font-weight:bold;}.AdditionalFormText{width:650px;}#TB_window #ClientsComboBox,#TB_window .ui-selectmenu,#TB_window .ui-selectmenuclassic{width:300px !important;}.SelectMenuInThickBox{width:300px !important;}#TB_window .ui-selectmenu,#TB_window .ui-selectmenu:hover,#TB_window .ui-selectmenu:active{color:#202020;}#TB_window .CheckBoxFormElement div{display:inline;}#TB_window .check-box{position:relative;top:2px;}#TB_window .field-validation-error{display:block;}#TB_window .text-box,#TB_window input[type="text"]{width:300px;}.AutoFormLabelRightAligned .editor-label{display:inline;}.AutoFormLabelRightAligned .editor-field{display:inline-block;margin-left:150px !important;position:relative;margin-bottom:15px;}.AutoFormLabelRightAligned .editor-field-text{position:relative;top:3px;}.AutoFormLabelRightAligned .ComboBoxHint{position:absolute;top:5px;left:290px;width:150px;}#TB_window #User_Title-button{width:65px !important;}#User_Title-menu{width:65px !important;}.ui-selectmenu:hover,.ui-selectmenu-status:hover{text-decoration:none !important;}.ui-datepicker-trigger{position:relative;top:5px;left:5px;}.ReadOnlyForm a,.ReadOnlyForm label,.ReadOnlyForm .ComboBoxHint{opacity:.6;}.ReadOnlyForm .UnlockFormButton{opacity:1;}.text-instead-of-input{position:relative;top:3px;}ul.label-rightaligned-input{margin-left:0 !important;}#Umfrage{border:1px solid #ccc;width:800px;padding:20px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}#ZusatzfelderDiv .single-line{width:282px;}#s2id_TimeEntries{width:270px !important;}.ComboBoxHint{font-size:10px;font-weight:normal;line-height:110%;position:relative;top:3px;left:10px;display:inline-block;vertical-align:middle;max-width:400px;}#AddTimeEntryFormDiv .ComboBoxHint{font-size:10px;font-weight:normal;line-height:110%;position:relative;top:6px;left:10px;display:inline-block;vertical-align:middle;max-width:400px;max-width:180px;max-height:40px;}#TB_window .ComboBoxHint{font-size:10px;font-weight:normal;position:relative;top:4px;left:11px;display:block;max-height:none;vertical-align:top;line-height:120%;max-width:300px;margin-bottom:10px;}#ResetPasswordDiv{width:600px;}#HourlyRateUpdateModeOptions #StartDateEntry{position:relative;left:18px;}#HourlyRateUpdateModeOptions #StartDateEntry .Datepicker{position:relative;top:-15px;left:15px;}#HourlyRateUpdateModeOptions{background-color:#fefaee;border:1px solid #b1b1b1;border-collapse:collapse;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:10px 10px 10px 15px;max-width:80%;}#HourlyRateUpdateModeOptions p{margin-bottom:10px;}.HourlyRateExplanationLabel{position:relative;left:17px;margin-bottom:5px;color:#848b87;}
#StundensatzEingabeFeld .select2-container{width:320px !important;}.AutoFormLabelTopAligned .editor-label{margin-bottom:4px;}.AutoFormLabelTopAligned .editor-field-text{position:relative;left:10px;}.AutoFormLabelTopAligned .editor-field{position:relative;}.AutoFormLabelTopAligned input[type="checkbox"]{position:relative;left:10px;}.AutoFormLabelTopAligned label input[type="checkbox"]{left:0;}.AutoFormLabelTopAligned .ComboBoxHint{position:absolute;top:5px;left:280px;width:300px;}#StandardFormTopAligned .editor-label{margin-bottom:7px;}#StandardFormTopAligned .CheckBoxFormElement{padding-top:10px;}#StandardFormTopAligned .ToolTipp{font-weight:normal !important;color:#f00 !important;}
.jquery-message{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:fixed;bottom:25px;left:25%;width:50%;text-align:center;display:none;opacity:0;z-index:100000}.jquery-message p{padding:5px;max-width:800px;line-height:120%;font-size:20px}.FloatingError{background-color:Red;color:#fff}.FloatingWarning{background-color:#ffdb34;color:#000}.FloatingSuccess{background:url(/content/images/UserArea/bg-button-green.gif) left top repeat-x #459300!important;border:1px solid #459300!important;color:#fff}.FloatingSuccess a{color:#fff;text-decoration:underline}
table{width:100%;border-collapse:collapse;border:1px solid #e5eff8;}tfoot tr td{font-weight:bold;}thead,th{line-height:140%;text-align:left;font-weight:bold;font-size:13px;color:#4a4a4a;background-color:#e5eff8;background-image:none;padding:5px 10px 5px 5px;border:1px solid #dfeaf4;}tbody td{border:1px solid #e5eff8;font-size:12px;}td{padding:4px 4px 4px 4px;line-height:130%;vertical-align:middle;}td li{line-height:130%;}.even{background:#f7fafa!important;}.odd{background:#fff;}.TableHover{background:#eef4f9;}.TableWithWordWrap{table-layout:fixed;word-wrap:break-word;}.Softselect td{background-color:#fbfbfb;font-weight:bold;}.vertikalmittig{display:table-cell;vertical-align:middle;}.vertikaltop,.vertikaltop td{vertical-align:top;}.HorizontalRechts{text-align:right;}.HorizontalMittig{text-align:center;}span.HorizontalMittig{width:100%;text-align:center;display:inline-block;}.TableMitteMittig table td:not(:first-child):not(:last-child),.TableMitteMittig table td:not(:first-child):not(:last-child) a,.TableMitteMittig table th:not(:first-child):not(:last-child) a{text-align:center!important;}.pagination{text-align:right;padding:20px 0 5px 0;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;}.pagination a{margin:0 5px 0 0;padding:3px 6px;}.pagination a.number{border:1px solid #ddd;}.pagination a.current{background:#469400 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x!important;border-color:#459300!important;color:#fff!important;}.pagination a.current:hover{text-decoration:underline;}.paginate_enabled_next{background:transparent url('/content/images/userarea/pagination-forward-button.png') no-repeat top left;width:21px;height:20px;float:left;padding:0 3px 0 0;cursor:pointer;}.paginate_enabled_previous{background:transparent url('/content/images/userarea/pagination-back-button.png') no-repeat top left;width:21px;height:20px;float:left;padding:0 3px 0 0;cursor:pointer;}.paginate_disabled_next{width:21px;height:20px;float:left;padding:0 3px 0 0;}.paginate_disabled_previous{width:21px;height:20px;float:left;padding:0 3px 0 0;}.sorting_asc{background:#e5eff8 url('/content/images/global/sort_ascending.png') no-repeat scroll right center;cursor:pointer;}.sorting_desc{background:#e5eff8 url('/content/images/global/sort_descending.png') no-repeat scroll right center;cursor:pointer;}.sorting{background:#e5eff8 url('/content/images/global/sort_both.png') no-repeat scroll right center;cursor:pointer;}.sorting_asc_disabled{background:#e5eff8 url('/content/images/global/sort_asc_disabled.png') no-repeat scroll right center;}.sorting_desc_disabled{background:#e5eff8 url('/content/images/global/sort_desc_disabled.png') no-repeat scroll right center;}.sorting_disabled{cursor:default;}.IconBar{padding-left:7px;}.table-iconbar{float:left;display:inline-block;text-align:center;cursor:pointer;padding:18px 0 0 0;margin:5px 6px 3px 0;font-size:10px;line-height:105%;}.table-iconbar a{padding:20px 0 0 0;font-size:10px;color:#202020;}.table-iconbar-higher{background-position-y:0!important;}.table-iconbar-abgeschlossen{background:transparent url('/content/images/UserArea/icons/icon-abgeschlossen.gif') no-repeat;background-position:16px -1px;width:40px;}.table-iconbar-add{background:transparent url('/content/images/UserArea/icons/icon-add.png') no-repeat;background-position:16px 2px;width:40px;}.table-iconbar-arbeitszeitmodelle{background:transparent url('/content/images/UserArea/icons/arbeitszeitmodelle.png') no-repeat top;}.table-iconbar-assigntasks{background:transparent url('/content/images/UserArea/icons/icon-assigntasks.png') no-repeat top;}.table-iconbar-assignusers{background:transparent url('/content/images/UserArea/icons/icon-assignusers.png') no-repeat top;}.table-iconbar-archive{background:transparent url('/content/images/UserArea/icons/icon-archive.png') no-repeat top;}.table-iconbar-ausgleichsbuchung{background:transparent url('/content/images/UserArea/icons/ausgleichsbuchung.png') no-repeat top;}.table-iconbar-delete{background:transparent url('/content/images/UserArea/icons/icon-delete.png') no-repeat top;}.table-iconbar-delete-ausgegraut{background:transparent url('/content/images/UserArea/icons/icon-delete-ausgegraut.png') no-repeat top;}.table-iconbar-details{background:transparent url('/content/images/UserArea/icons/icon-details.png') no-repeat;background-position:8px 0;}.table-iconbar-edit{background:transparent url('/content/images/UserArea/icons/icon-edit.png') no-repeat top;}.table-iconbar-edit-ausgegraut{background:transparent url('/content/images/UserArea/icons/icon-edit-ausgegraut.png') no-repeat top;}.table-iconbar-Feiertagskalender{background:transparent url('/content/images/UserArea/icons/Feiertagskalender.png') no-repeat top;}.table-iconbar-holidayperyearschedule{background:transparent url('/content/images/UserArea/icons/Urlaubsregelung.png') no-repeat top;}.table-iconbar-list{background:transparent url('/content/images/UserArea/icons/icon-list.png') no-repeat top;}.table-iconbar-pause{background:transparent url('/content/images/UserArea/icons/icon-pause.png') no-repeat top;}.table-iconbar-projects{background:transparent url('/content/images/UserArea/icons/icon-projekte-small.png') no-repeat top;}.table-iconbar-quittungdrucken{background:transparent url('/content/images/UserArea/icons/icon-printer.png') no-repeat top;}.table-iconbar-report{background:transparent url('/content/images/UserArea/icons/icon-report.png') no-repeat top;}.table-iconbar-report2{background:transparent url('/content/images/UserArea/icons/icon-stundenzettel.png') no-repeat top;}.table-iconbar-stoppuhr-laeuft{background:transparent url('/content/images/UserArea/icons/icon-stoppuhr-laeuft.gif') no-repeat;background-position:center -2px;width:40px;}.table-iconbar-stoppuhr-gestoppt{background:transparent url('/content/images/UserArea/icons/icon-stoppuhr-gestoppt.png') no-repeat;background-position:center -2px;width:40px;text-align:center;}.table-iconbar-ueberstunden-auswertung{background:transparent url('/content/images/UserArea/icons/ueberstunden-auswertung.png') no-repeat top;}.DisabledActions a,.DisabledActions a:hover{color:#777;text-decoration:none;}.disabledLink,.disabledLink:hover{color:#c0c0c0;cursor:default;text-decoration:none;}.CheckMark{color:#57a000;font-size:16px;}.CheckMark .Anpassbar{line-height:90%;font-size:11px;}.tablepad10 td{vertical-align:middle;padding:10px 8px 8px 7px;}
#GhostingContainer{background-color:#f90;color:#621d1d;font-size:16px;font-weight:bold;height:20px;padding:7px 10px 5px 15px;position:fixed;width:100%;z-index:1000;top:0;text-align:center;}.AusloggenLink{margin-left:20px;color:#621d1d;text-decoration:underline;font-size:15px;position:relative;top:-1px;}#GhostingWebseiteNachUntenDruecken{height:30px;}
.ToolTippLink{font-size:10px;font-weight:normal;line-height:110%;position:relative;}a.ToolTippLink:hover{cursor:pointer;text-decoration:none;color:#57a000;}#HourlyRateUpdateModeOptions .ToolTippLink{left:10px;top:0;}#ProjectsToolTip{top:3px;left:163px;}.PopupStandardaussehen{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background:#fff;border:1px solid #d5d5d5;text-align:left;z-index:100;-webkit-box-shadow:0 0 5px;-moz-box-shadow:0 0 5px;box-shadow:0 0 5px;-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.5);-moz-box-shadow:2px 2px 4px rgba(0,0,0,.5);box-shadow:2px 2px 4px rgba(0,0,0,.5);cursor:default;}.PopupStandardaussehen ul{color:#202020;margin-right:12px;}.PopupStandardaussehen ul li{font-size:12px;color:#202020;font-weight:normal;margin-bottom:6px;word-wrap:normal;word-break:break-word;line-height:110%;}.PopupStandardaussehenFont{font-size:12px;color:#202020;font-weight:normal;margin-bottom:6px;word-wrap:normal;word-break:break-word;}.PopupStandardaussehenRegularSize{padding:10px 5px 10px 10px;width:250px;line-height:130%;}.PopupStandardaussehenRegularSize p{line-height:130%!important;}.PopupStandardaussehenRegularSize li{line-height:110%;}.ToolTip,.TinyToolTip{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background:#fff;border:1px solid #d5d5d5;text-align:left;z-index:100;-webkit-box-shadow:0 0 5px;-moz-box-shadow:0 0 5px;box-shadow:0 0 5px;-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.5);-moz-box-shadow:2px 2px 4px rgba(0,0,0,.5);box-shadow:2px 2px 4px rgba(0,0,0,.5);cursor:default;display:none;background:#fff url('/content/images/UserArea/bg-tooltipp.png') repeat-x;font-size:12px;color:#202020;font-weight:normal;margin-bottom:6px;word-wrap:normal;word-break:break-word;}.ToolTip ul,.TinyToolTip ul{color:#202020;margin-right:12px;}.ToolTip ul li,.TinyToolTip ul li{font-size:12px;color:#202020;font-weight:normal;margin-bottom:6px;word-wrap:normal;word-break:break-word;line-height:110%;}.ToolTip{padding:10px 5px 10px 10px;width:250px;line-height:130%;font-size:12px;color:#202020;font-weight:normal;margin-bottom:6px;word-wrap:normal;word-break:break-word;}.ToolTip p{line-height:130%!important;}.ToolTip li{line-height:110%;}.LargeToolTip .ToolTip{width:325px!important;}.TinyToolTip{padding:4px;font-weight:normal;}.ComboboxToolTippLink{float:left;margin-top:4px;margin-left:5px;font-size:11px;text-align:left;line-height:120%;}.ComboboxToolTippLink a{color:#57a000;}.ComboboxToolTippLink a:hover{text-decoration:none!important;}.ComboboxToolTippLinkDreieck{font-size:10px;position:relative;top:-8px;left:-2px;z-index:0;}.ComboboxToolTippLinkDreieckEinzeilig{font-size:9px;}.ComboboxToolTippContent{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4);-moz-box-shadow:2px 2px 3px rgba(0,0,0,.4);box-shadow:2px 2px 3px rgba(0,0,0,.4);background-color:#fff;border:1px solid #ccc;padding:5px;width:150px;z-index:400;text-align:left;}.ComboboxToolTippContent.ContentLarge{width:200px;}.ComboboxToolTippContent .ListItemNotAvailable{color:#848b87!important;display:block;padding-left:5px;padding-top:2px;padding-bottom:2px;text-decoration:none;font-style:italic;}.ComboboxToolTippContent ul{margin:0;padding:0;}.ComboboxToolTippContent li{list-style:none;font-size:11px;margin-bottom:6px;line-height:120%;}.ComboboxToolTippContent li a{color:#515151!important;display:block;padding-left:5px;padding-top:2px;padding-bottom:2px;text-decoration:none;}.ComboboxToolTippContent li a:hover{background-color:#eaeaea;text-decoration:none;}.ComboboxToolTippContent .BesondererText{font-family:monospace;}.ComboboxToolTippContent .disabledLink{display:none;}.ComboboxToolTippContent hr{border-width:0;background-color:#ccc;color:#ccc;height:1px;}.ComboboxToolTippContentUeberschrift{cursor:default;font-weight:bold;margin-bottom:10px;margin-left:3px;}.ComboboxToolTippErklaerung{margin-left:3px;position:relative;top:-5px;}
.TotalPie{cursor:pointer;position:relative;top:2px;}.SparklinesPieOverlay{position:absolute;z-index:50;top:0;left:0;}.TotalPie .TinyToolTip,.PieContainer .TinyToolTip{width:220px;}.Pie{position:absolute;}
.stopwatch{float:right;margin:-48px -10px 0 0;background:#232323 url('/content/images/UserArea/stopwatch.png') no-repeat top center;width:210px;height:97px;}.stopwatch-content{text-align:center;width:190px;height:83px;margin:8px 0 0 7px;color:#202020;font-size:10px;line-height:105%;}.stopwatch-content h1 a{font-size:12px;padding:2px 0 8px 0;color:#57a000;}.stopwatch-info a,.LastStopWatchTitle{color:#202020 !important;}.StopwatchTableWithBilling{border:none;text-decoration:none;color:#202020;font-size:20px;cursor:pointer;text-align:center;vertical-align:middle;width:160px;max-width:160px;overflow:hidden;position:relative;left:15px;top:1px;}.StopwatchTableMarginTop{margin-top:1px !important;}.StopwatchTableWithBilling td{border:none;vertical-align:middle;padding:0;}#CellStopWatchTimeSpan{text-align:center;}#CellStopWatchToggle a:active,#CellStopWatchToggle a:focus{outline:none;-moz-outline-style:none;}#CellStopWatchTimeSpan a{position:relative;left:12px;font-size:20px;color:#202020;}
.float-left{float:left;}.float-right{float:right;}.PosRel{position:relative;left:0;top:0;}.DisplayInlineBlock{display:inline-block;}.ineedspacefortimepicker{height:110px;}.ineedsomespace{height:40px;}.ineedsomeminispace{height:20px;}.ineedsomenanospace{height:10px;}.ineedsomepicospace{height:5px;}.clearfix{display:inline-block;}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:block;}.clear{clear:both;}.NoUnderline{text-decoration:none !important;color:inherit !important;cursor:pointer !important;}a.LinkNotVisible{text-decoration:none !important;color:inherit !important;cursor:default !important;}.NoBorder,.NoBorder td{border-style:none !important;}.Underline,.UnderlineA a{text-decoration:underline !important;}.NonBold{font-weight:normal !important;}.NoColorChange{color:inherit;}.NoPaddingTop{padding-top:0;}.LineHeightSmall{line-height:100%;}.notstrong{font-weight:normal;}a.HoverLinkVisible:hover,.HoverLinkVisible a:hover{text-decoration:underline !important;}.EinheitlicherFontKlein,.EinheitlicherFontKlein a{font-size:11px !important;color:#202020 !important;text-decoration:none;font-family:Arial,Helvetica,sans-serif;}.MauszeigerHand{cursor:pointer !important;}.MauszeigerPfeil{cursor:default !important;}.schatten{box-shadow:1px 2px 8px #333;-webkit-box-shadow:1px 2px 8px #333;-moz-box-shadow:1px 2px 8px #333;}.LeichterSchatten{-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4);-moz-box-shadow:2px 2px 3px rgba(0,0,0,.4);box-shadow:2px 2px 3px rgba(0,0,0,.4);}.KeinSchatten{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important;}.NoMarginTop,.NoTopMargin{margin-top:0 !important;padding-top:0 !important;}.NoMarginBottom,.NoBottomMargin{margin-bottom:0 !important;padding-bottom:0 !important;}.NegativeMarginTop{margin-top:-8px;}.SmallMarginTop{margin-top:14px;}.MediumMarginTop{margin-top:23px;}.LargeMarginTop{margin-top:35px;}
.Standardschriftart{font-family:Verdana,Arial,sans-serif;}.TabFontSmall,.BedienleisteFont{font-family:Arial,Helvetica,sans-serif !important;color:#202020 !important;font-size:12px !important;}.LightTableHeaderFont{background-image:none;line-height:140%;text-align:left;font-weight:bold;font-size:13px;color:#4a4a4a;}.BiggerInfoText{font-size:20px;text-align:center;}.Rahmen{border:1px solid #b1b1b1;border-collapse:collapse;}.RahmenSchwarmen{border:1px solid #b1b1b1;}.NoShadow{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important;}.SmallShadow{-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4);-moz-box-shadow:2px 2px 3px rgba(0,0,0,.4);box-shadow:2px 2px 3px rgba(0,0,0,.4);}.Shadow{box-shadow:1px 2px 8px #333;-webkit-box-shadow:1px 2px 8px #333;-moz-box-shadow:1px 2px 8px #333;}.smaller,.KleinerText{font-size:10px;font-weight:normal;line-height:110%;}.unselectable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}.StandardCursor{cursor:default;}.UnauffaelligerKnopf{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:Verdana,Arial,sans-serif;display:inline-block;background:#459300 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x !important;border:1px solid #459300 !important;padding:4px 7px 4px 7px !important;color:#fff !important;font-size:11px !important;font-weight:500;cursor:pointer;margin-top:10px;line-height:160%;background:#7a7a7a url('/content/images/UserArea/bg-button-grey.gif') repeat-x top left !important;border-color:#707070 !important;color:#ededed;}.float-left{float:left;}.float-right{float:right;}.posrel{position:relative;}.posabs{position:absolute;}.dispblock{display:block;}.etwasnachrechts{position:relative;left:13px;}.ui-dialog .ui-dialog-buttonpane{border-width:0 !important;}.ui-widget-overlay{opacity:.45 !important;background:repeat-x scroll 0 0 #000 !important;}.ui-widget-header{border:0 !important;background-color:#ebe9e9 !important;background-image:none !important;}.ui-dialog{padding:0 !important;}.ui-corner-all .ui-dialog-titlebar{border-radius:0 !important;}#MainBody .select2-offscreen{display:none;}#MainBody .select2-container .select2-choice div{background-image:url("/content/images/UserArea/bg-form-field.gif");background-color:#fff;border-left:none;}#MainBody .select2-container .select2-choices,#MainBody .select2-container .select2-choice{background-image:url("/content/images/UserArea/bg-form-field.gif");background-color:#fff;border:1px solid #d3d3d3;box-shadow:none;}#MainBody .select2-container-active .select2-choice,.select2-container-active .select2-choices,#MainBody .select2-container-multi.select2-container-active .select2-choices{outline:dotted 1px #202020;}#MainBody .select2-no-results{background-color:#fff;}#MainBody .select2-no-results a{margin-left:10px;margin-bottom:8px;display:inline-block;}#MainBody .select2-results ul.select2-result-sub>li .select2-result-label{padding-left:10px;}#MainBody .select2-result-label{color:#222;}#MainBody .select2-results li.select2-result-with-children>.select2-result-label{padding:4px 1px 5px 1px;font-style:italic;}#MainBody .select2-results{max-height:280px;margin:0;background-color:#fbfbfb;}.select2-results li{line-height:100%;margin-bottom:5px;}#MainBody .select2-results .select2-highlighted{background:none repeat scroll 0 0 #57a000;}#MainBody .select2-results .select2-highlighted .select2-result-label{color:#fff;}.select2-results>li:first-child{margin-top:8px;}.select2-results li ul li{line-height:110%;margin-bottom:-4px;margin-top:-4px;}#MainBody .select2-drop{box-shadow:4px 4px 7px rgba(0,0,0,.5);}#MainBody .select2-search{padding:0 4px 0 4px;}#MainBody .select2-default{color:#444 !important;}#Projects_Add .select2-container{width:319px !important;}#MainBody .select2-container.text-box{padding:0 !important;}#MainBody .select2-container.text-box ul{background-image:none !important;}#Users_Edit .select2-container,#Users_Add .select2-container{width:320px !important;}#MainBody .select2-search input.select2-active{background:#fff url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100% !important;background:url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee)) !important;background:url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%) !important;background:url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%) !important;background:url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100%,-o-linear-gradient(bottom,#fff 85%,#eee 99%) !important;background:url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100%,-ms-linear-gradient(top,#fff 85%,#eee 99%) !important;background:url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%) !important;}#MainBody .select2-more-results.select2-active{background:#f4f4f4 url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100% !important;}#MainBody .select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100% !important;}#MainBody .select2-container .select2-choice abbr{background:url("/content/images/userarea/select2/select2.png") right top no-repeat !important;}#MainBody .select2-container .select2-choice div b{background:url("/content/images/userarea/select2/select2.png") no-repeat 0 1px !important;}#MainBody .select2-search input{background:#fff url("/content/images/userarea/select2/select2.png") no-repeat 100% -22px !important;background:url("/content/images/userarea/select2/select2.png") no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee)) !important;background:url("/content/images/userarea/select2/select2.png") no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%) !important;background:url("/content/images/userarea/select2/select2.png") no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%) !important;background:url("/content/images/userarea/select2/select2.png") no-repeat 100% -22px,-o-linear-gradient(bottom,#fff 85%,#eee 99%) !important;background:url("/content/images/userarea/select2/select2.png") no-repeat 100% -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%) !important;background:url("/content/images/userarea/select2/select2.png") no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%) !important;}#MainBody .select2-search-choice-close{background:url("/content/images/userarea/select2/select2.png") right top no-repeat !important;}
/*
Version: 3.3.0 Timestamp: Tue Feb  5 18:33:54 PST 2013
*/
.select2-container {
	position: relative;
	display: inline-block;
	/* inline-block for ie7 */
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
	-webkit-box-sizing: border-box; /* webkit */
	-khtml-box-sizing: border-box; /* konqueror */
	-moz-box-sizing: border-box; /* firefox */
	-ms-box-sizing: border-box; /* ie */
	box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;

	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
	background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;

	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
	background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}

.select2-container .select2-choice span {
	margin-right: 26px;
	display: block;
	overflow: hidden;

	white-space: nowrap;

	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 26px;
	top: 8px;

	font-size: 1px;
	text-decoration: none;

	border: 0;
	background: url("/Content/images/public_GEN/global/select2.png") right top no-repeat;
	cursor: pointer;
	outline: 0;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.select2-drop-mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9998;
	opacity: 0;
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;

	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;

	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;

	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;

	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
	display: block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;

	border-left: 1px solid #aaa;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
	background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
	background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("/Content/images/public_GEN/global/select2.png") no-repeat 0 1px;
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;

	position: relative;
	z-index: 10000;

	white-space: nowrap;
}

.select2-search-hidden {
	display: block;
	position: absolute;
	left: -10000px;
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;

	outline: 0;
	font-family: sans-serif;
	font-size: 1em;

	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	background: #fff url("/Content/images/public_GEN/global/select2.png") no-repeat 100% -22px;
	background: url("/Content/images/public_GEN/global/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url("/Content/images/public_GEN/global/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url("/Content/images/public_GEN/global/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url("/Content/images/public_GEN/global/select2.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url("/Content/images/public_GEN/global/select2.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	background: url("/Content/images/public_GEN/global/select2.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input { margin-top: 4px; }

.select2-search input.select2-active {
	background: #fff  url("/Content/images/public_GEN/global/select2-spinner.gif") no-repeat 100%;
	background: url("/Content/images/public_GEN/global/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url("/Content/images/public_GEN/global/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url("/Content/images/public_GEN/global/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url("/Content/images/public_GEN/global/select2-spinner.gif") no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url("/Content/images/public_GEN/global/select2-spinner.gif") no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	background: url("/Content/images/public_GEN/global/select2-spinner.gif") no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
	border: 1px solid #aaa;
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;

	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;

	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;

	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
	background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
	background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-dropdown-open .select2-choice div {
	background: transparent;
	border-left: none;
	filter: none;
}

.select2-dropdown-open .select2-choice div b { background-position: -18px 1px; }

/* results */

.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.select2-results ul.select2-result-sub { margin: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label { font-weight: bold; }

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
}

.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff;
}

.select2-results li em {
	background: #feffde;
	font-style: normal;
}

.select2-results .select2-highlighted em { background: transparent; }

.select2-results .select2-highlighted ul {
	background: white;
	color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/

.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected { display: none; }

.select2-more-results.select2-active { background: #f4f4f4 url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100%; }

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr { display: none }


/* multiselect */

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0;
	position: relative;

	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;

	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.select2-locked { padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices { min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-container-multi .select2-choices li {
	float: left;
	list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	height: 15px;
	padding: 5px;
	margin: 1px 0;

	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active { background: #fff url('/content/images/userarea/select2/select2-spinner.gif') no-repeat 100% !important; }

.select2-default { color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;

	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice span { cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus { background: #d4d4d4; }

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;

	font-size: 1px;
	outline: none;
	background: url("/Content/images/public_GEN/global/select2.png") right top no-repeat;
}

.select2-container-multi .select2-search-choice-close { left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover { background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close { background-position: right -11px; }

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none; }

/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match { text-decoration: underline; }

.select2-offscreen {
	position: absolute;
	left: -10000px;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
		background-image: url("/content/images/userarea/select2/select2x2.png") !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}

	.select2-search input { background-position: 100% -21px !important; }
}
/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */

table.DTCR_clonedTable {
	background-color: white;
	z-index: 202;
}

div.DTCR_pointer {
	width: 1px;
	background-color: #0259C4;
	z-index: 201;
}

body.alt div.DTCR_pointer {
	margin-top: -15px;
	margin-left: -9px;
	width: 18px;
	background: url('/Content/images/userarea/insert.png') no-repeat top left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
	float: right;
	margin-bottom: 1em;
}

.ColVis_Button {
	position: relative;
	float: left;
	margin-right: 3px;
	padding: 3px 5px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	*cursor: hand;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	width: 150px;
	background-color: #f3f3f3;
	padding: 3px;
	border: 1px solid #ccc;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	background-color: white;
	width: 100%;
	float: none;
	margin-bottom: 2px;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

.disabled {
	color: #999;
}



button.ColVis_Button {
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}

#Bedienleiste{font-family:Arial,Helvetica,sans-serif !important;color:#202020 !important;font-size:12px !important;position:relative;left:20px;height:37px;max-height:37px;top:14px;float:right;margin-right:40px;}#Bedienleiste>div{display:inline-block;margin-right:20px;}#Bedienleiste a.BedienleisteLink,#Bedienleiste a.BedienleisteLink:hover,#Bedienleiste a.BedienleisteLink:active,#Bedienleiste a.BedienleisteLink:visited{text-decoration:underline;font-family:Arial,Helvetica,sans-serif !important;color:#202020 !important;font-size:12px !important;}#Bedienleiste img{position:relative;top:-1px;left:-3px;float:left;}#Bedienleiste #PdfAbspeichern,#Bedienleiste #AutomatischerMailversand{margin-right:5px;}#Bedienleiste #WeitereAktionen,#Bedienleiste #PdfAbspeichern,#Bedienleiste #AutomatischerMailversand{display:inline-block;position:relative;top:2px;cursor:pointer;}.Zeiteintragssuche #Bedienleiste{left:20px;margin-right:20px;top:18px;}#Bedienleiste a.BedienleisteLink,#Bedienleiste a.BedienleisteLink:hover,#Bedienleiste a.BedienleisteLink:active,#Bedienleiste a.BedienleisteLink:visited{text-decoration:underline;font-family:Arial,Helvetica,sans-serif !important;color:#202020 !important;font-size:12px !important;}#ReportViewer1_ReportViewer #Bedienleiste{width:450px;min-width:450px;top:10px;left:30px;}#ReportViewer1_ReportViewer .ToolBarBackground,#ReportViewer1 .ToolBarBackground,#ReportViewer1_ctl09 .ToolBarBackground{background-color:#ece9d8 !important;height:38px !important;width:auto !important;}#ReportViewer1_ReportViewer .ToolBarButtonsCell,#ReportViewer1 .ToolBarButtonsCell,#ReportViewer1_ctl09 .ToolBarButtonsCell{border:none !important;}#ReportViewer1_ctl09_ctl00_CurrentPage{position:relative;top:1px;}.glyphui{display:inline !important;color:#202020;margin:0 !important;padding:0 !important;font-size:12px !important;}#ReportViewer1_ReportViewer .glyphui-lastpage,#ReportViewer1_ReportViewer .glyphui-firstpage{font-size:14px !important;}.WidgetSet table{border:none !important;}.MSRS-RVC .DisabledLink:hover,.MSRS-RVC .DisabledTextBox{background-color:#f00 !important;}.MSRS-RVC RVC span.glyphui{margin:0 !important;padding:0 !important;}.MSRS-RVC .WidgetSet{border:none !important;}.MSRS-RVC .WidgetSet>table{display:block !important;}.MSRS-RVC .WidgetSet .td{padding-top:0 !important;padding-bottom:0 !important;margin-top:0 !important;margin-bottom:0 !important;height:38px !important;}.MSRS-RVC .NormalButton table,.MSRS-RVC .HoverButton table,.MSRS-RVC .aspNetDisabled table{width:30px !important;}.MSRS-RVC .NormalButton,.HoverButton,.MSRS-RVC .WidgetSet,.MSRS-RVC .DisabledButton{height:auto !important;background-color:none !important;}#WeitereAktionenAuswertungen{width:180px;left:130px !important;}#ReportViewer1 .MenuBarBkGnd .HoverButton,#ReportViewer1 .MenuBarBkGnd .DisabledButton{background:none !important;}
.DataTableKommentar{font-size:11px;margin-top:2px;line-height:100%;margin-bottom:10px;display:block;}.dev_DataTable td{height:34px;vertical-align:middle;padding:8px 4px 0 8px;cursor:default;}.dev_DataTable a{color:#202020;}.dataTables_info{display:inline;position:relative;top:7px;font-size:11px;color:#777;}.dataTables_paginate{margin:5px 0 0 0;height:25px;display:inline;float:right;}.ColVis_Button{color:#202020 !important;margin-top:1px !important;background:none #fff !important;border-color:#848b87 !important;border-radius:0 !important;}
