

/*

CSS for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.

License:
	MIT-style license.

Note:	
	If you are adding MochaUI to an existing site, this CSS file may not be necessary.

*/

/* Reset */

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus {}

/* Structure */

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 18px;*/
	color: #333;	
}

/* Typography */
	
h2, h3, h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
	
h2 {
	font-size: 14px;
	font-weight: bold;
}
	
h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
}

a {
	color: #096DD1;
	/*text-decoration: none;*/
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 9px 0;
}

.lite {
	color: #999;
}

/* Lists */

ul {
	list-style: outside;
	margin: 0 0 9px 16px;
	list-style-type: disc;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0 0 9px 0;
}

/* Menus */

.menu-right li {
	list-style-type: none;
	display: inline;	
	margin: 0 0 0 15px;
}

/* Forms */

form fieldset {
	border: 2px solid #e5e5e5;
	clear: both;
	margin-bottom: 9px;
	overflow: hidden;
	padding: 9px 18px;
}

form legend {
	background: #e5e5e5;
	color: #262626;
	margin-bottom: 9px;
	padding: 2px 11px;
}

form label {
}

textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input {
	padding: 2px 0 2px 3px;
	border: 1px solid #848484;	
}

form button {
	vertical-align: middle;	
}

.button {
	height: 24px;
	margin: 0;
	padding: 3px 6px;
	background: #f1f1f1 url(/images/bg-panel-header.gif) left bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #808080;
	-moz-border-radius: 3px;
		
}

* html .button {
	padding: 3px 1px;		
}

.searchField {
	width: 150px;
	overflow: hidden;
	line-height: 15px; 
	margin: 0;
	padding: 4px 0 3px 5px;
	border: 1px solid #808080;	
	border-right: 0;
	vertical-align: middle;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;				
}

.searchButton {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;		
}	

* html .toolbox .searchField, * html .toolbox .searchButton { /* IE6 Hack */
	margin-top: -1px;		
}

* html .toolbox .button { /* IE6 Hack */
	vertical-align: top;
	margin-top: 0;			
}

*:first-child+html .toolbox .searchField, *:first-child+html .toolbox .searchButton { /* IE7 Hack */
	margin-top: -1px;	
}

*:first-child+html .toolbox .button { /* IE7 Hack */
	vertical-align: top;
	margin-top: 0;	
}

.formRow {
}

.buttonRow {
	margin-bottom: 10px;	
}

/* Code */

pre {
	background-color: #f2f2f2;
	color: #070;
	display: block;
	font-family: 'Courier New', Courier, monospace;
	font-size: 11px;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* Status Messages */
.error,
.notice, 
.success    { padding: 8px; margin-bottom: 10px; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

/* Dividers */

hr {
	background-color: #d3d3d3;
	color: #ccc;
	height: 1px;
	border: 0px;
}

/* Misc */

.nobr {
	white-space: nowrap;
}


/*

Core.css for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.

Notes:
	CSS rules in this file:
	
	1. Rules required by all MochaUI components or are shared by more than one.
	2. Theme specific ajustments to plugin styles.
	3. Miscellaneous rules that have no better place to go.
 
*/

/* Required By All
---------------------------------------------------------------- */

/* Clears */

.clear {
	clear: both;
	height: 0;
}

* html .clear {
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}

/* Miscellaneous
---------------------------------------------------------------- */

#themeControl {
}


/* Theme Specific Adjustments to Default Plugin Styles
---------------------------------------------------------------- */

/* Folder Tree */

.tree li a {
	color: #3f3f3f !important;	
}


/*

Core.css for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.

Required by:
	Layout.js
 
*/

/* Layout
---------------------------------------------------------------- */

html, body {
	background: #fff;	
}	

body {
	margin: 0; /* Required */
}

#desktop {
	position: relative;
	min-width: 400px; /* Helps keep header content from wrapping */
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */
}

#desktopHeader {
	background: #f2f2f2;
	/* // @tkr, 2022-09-27 */
	background: none;
}

#desktopTitlebarWrapper {
	/*position: relative;*/	
	height: 77px;
	overflow: hidden;
	background: #005675 url(/images/header_background.png) repeat-x;
	/* // @tkr, 2022-09-27 */
	background: url(/images/flc/10b_bg_header.png) right repeat-y;
}

#desktopTitlebar {
}

#desktopTitlebar h1.applicationTitle {
}

#desktopTitlebar h2.tagline {
}

#desktopTitlebar h2.tagline .taglineEm {
}

#topNav {
}

#topNav a {
}

#topNav a:hover {
}

#desktopLogo {
	float: left;
	/*width: 156px;
	height: 54px;*/
	margin-top: 12px;
	margin-left: 19px;
	/* // @tkr, 2022-09-27 */
	margin-top: 24px;
	margin-left: 27px;
}

#desktopLogo a {
	display: inline-block;
	width: 156px;
	height: 54px;
	background: url(/images/header_logo.png) no-repeat;
	/* // @tkr, 2022-09-27 */
	width: 138px;
	height: 30px;
	background: url(/images/flc/9-FLI-Logo-RGB-ohne-Subline-wg.png) no-repeat;
}

#desktopTitle {
	float: left;
	width: 105px;
	height: 15px;
	margin-top: 35px;
	margin-left: 41px;
}

/* Navbar */

#desktopNavbar {
}

#desktopNavbar ul {	
}

#desktopNavbar li {
}

#desktopNavbar a {
}	
	
#desktopNavbar ul li a {
}

#desktopNavbar ul li a:hover {
}

#desktopNavbar ul li a.arrow-right, #desktopNavbar ul li a:hover.arrow-right {
} 

#desktopNavbar li ul {
}

#desktopNavbar li:hover ul ul,
#desktopNavbar li.ieHover ul ul,
#desktopNavbar li:hover ul ul ul,
#desktopNavbar li.ieHover ul ul ul {
}

#desktopNavbar li ul ul { /* third-and-above-level lists */
}

#desktopNavbar li ul li .check {
}

#desktopNavbar li ul li a {
}

#desktopNavbar li ul li a:hover {
}

#desktopNavbar li ul li a:hover .check {
}

#desktopNavbar li:hover ul,
#desktopNavbar li.ieHover ul,
#desktopNavbar li li.ieHover ul,
#desktopNavbar li li li.ieHover ul,
#desktopNavbar li li:hover ul,
#desktopNavbar li li li:hover ul { /* lists nested under hovered list items */
}

#desktopNavbar li:hover { /* For IE7 */
}

li.divider {
}	

#desktopNavig {
	float: right;
}

#desktopNavig .login {
	float: left;
	margin-top: 28px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#desktopNavig .login a {
	margin-right: 10px;
	color: #7fcae1;
	text-decoration: underline;
}

#desktopNavig .login a:hover {
	text-decoration: none;
}

/*#desktopNavig .contact {
	float: left;
	margin-top: 20px;
}

#desktopNavig .contact img {
	margin-right: 10px;
	border: none;
	cursor: pointer;
}*/

#desktopNavig .contact {
	float: left;
	width: 31px;
	height: 32px;
	margin-top: 20px;
	margin-right: 10px;
	background: url(/images/header_contact.png) no-repeat;
	cursor: pointer;
	/* // @tkr, 2022-09-27 */
	width: 36px;
	height: 36px;
	margin-top: 18px;
	background: url(/images/flc/header_contact2b.png) no-repeat;
}

#desktopNavig .space {
	float: left;
	width: 2px;
	height: 77px;
	margin-right: 10px;
	padding: 0;
	background: url(/images/header_space.png) no-repeat;
}

#desktopNavig .search {
	float: left;
}

#desktopNavig .search input {
	width: 196px;
	margin-top: 20px;
	margin-right: 8px;
	padding: 8px 7px 6px 33px;
	color: #b4b4b4;
	font-size: 13px;
}

#desktopNavig .icon-search {
	float: left;
	width: 30px;
	height: 24px;
	position: absolute;
	top: 25px;
	background: url(/images/header_icon_search.png) 6px top no-repeat;
}

#desktopNavig .icon-arrow {
	float: right;
	width: 9px;
	height: 15px;
	position: relative;
	right: 22px;
	margin-top: 30px;
	cursor: pointer;
	background: url(/images/header_icon_arrow.png) no-repeat;
}

#pageWrapper {
	position: relative;
	overflow: hidden; /* This can be set to hidden or auto */
}

/* Footer */

#desktopFooterWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 23px;
	overflow: hidden;
}

#desktopFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 23px;
	padding: 1px 6px 0 6px;
	color: #90979c;
}

#desktopFooter a {
	color: #90979c;
	text-decoration: none;
}

#desktopBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 63px;
	overflow: hidden;
	background: url(/images/footer_background.png) repeat-x;
}



/* Panel Layout
---------------------------------------------------------------- */

/* Columns */

.column {
	position: relative;	
	float: left;
	overflow: hidden; /* Required by IE6 */
}

/* Panels */

.panel {
	position: relative;
	overflow: auto;
	background: #f8f8f8;	
	border-bottom: 1px solid #b9b9b9;
}

.panelWrapper.collapsed .panel-header {
	border-bottom: 0;	
}

.panelAlt {
	background: #f2f2f2;	
}

.bottomPanel {
	border-bottom: 0;	
}	

.pad {
	padding: 8px;
}

#mainPanel {
	background: #fff; 	
}	

.panel-header {
	position: relative;	
	background: #f1f1f1 url(/images/panel_header_background.png) repeat-x;
	height: 36px;
	overflow: hidden;
	/* // @tkr, 2022-09-27 */
	background: url(/images/flc/bg-panel-header_b.png) left repeat-x;
}

.panel-headerContent {
	padding-top: 2px;
}	

.panel-headerContent.tabs {
	background: url(/images/tabs.gif) repeat-x;
	background-position: left -68px;	
}

.panel-header h2 {
	float: left;
	font-size: 16px;
	margin: 3px 11px 0 0;
	padding: 4px 8px 0 8px;
	text-transform: uppercase;
	overflow: hidden;
	color: #e68700;
	/* // @tkr, 2022-09-27 */
	color: #fff;
}

#mainPanel_wrapper .panel-header h2 {
	float: right;
}

.panel-collapse {
	background: url(/images/collapse-expand.gif) left top no-repeat;
}

.panel-expand {
	background: url(/images/collapse-expand.gif) left -16px no-repeat;
}

.icon16 {
	margin: 4px 0 0 2px;
	cursor: pointer;
}

/* Column and Panel Handles */	

.horizontalHandle {
}

.horizontalHandle.detached .handleIcon {
}

.horizontalHandle .handleIcon {	
}

.columnHandle {
	min-height: 10px;	
	float: left;
	width: 6px;
	overflow: hidden;
	background: #fdfdfd url(/images/column_handle.png) repeat-y;
}

/* Toolboxes */

.toolbox {
	float: right;
	margin-top: 3px;
	padding: 0 5px;
	height: 24px;
	overflow: hidden;
	text-align: right;
}

.panel-header-toolbox {
}

div.toolbox.divider { /* Have to specify div here for IE6's sake */
	background: url(/images/toolbox-divider.gif) repeat-y;
	padding-left: 8px;
}

.toolbox img.disabled {
	cursor: default;
}

.iconWrapper {
	display: inline-block;
	height: 22px;
	min-width: 22px;
	overflow: hidden;
	border: 1px solid transparent;
}

* html .iconWrapper {
	padding: 1px;
	border: 0;
}

.iconWrapper img {
	cursor: pointer;
	margin: 0;
	padding: 3px;
}

.iconWrapper:hover {
	border: 1px solid #a0a0a0;
	-moz-border-radius: 3px;	
}

#spinnerWrapper {
}

#spinner {
	display: none;
}	



/*

Dock.css for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.

Required by:
	Dock.js
 
*/

/* Dock/Taskbar */

#dockWrapper {
	display: none;
	width: 100%;
}

#dockWrapper.top {
}

#dock {
	position: relative;
	padding: 3px 6px 0 6px;
	bottom: 0;
	left: 0;
	/*background: #f2f2f2;*/
	min-height: 37px;
	height: auto;
}

*html #dock {
	height: 40px; /* Used for IE 6.0 since it does not support min-height */
}

.dockTab {
	float: left;
	position: relative;	
	top: 11px;
	font-size: 11px;
	width: 150px;
	height: 24px;
	margin: 0 3px 2px 0;
	overflow: hidden;	
	cursor: pointer;
	/*background: url(/images/dock-tabs.gif) left top no-repeat;*/
	/*background: #005675;*/
	background-color: #c0c0c0;
}

.dockTab.activeDockTab {	
	background-position: left -24px;
	background-color: #005675;
}

.dockText {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-weight: bold;
	color: #555;	
	text-align: left;
	padding: 3px 10px 2px 10px;
	width: 130px;
	height: 19px;
	overflow: hidden;
}

.dockText:hover {
	color: #555;	
}

.dockTab.activeDockTab .dockText {
	color: #fff;
}

#dockCanvas {
}

#dockPlacement {
}

#dockAutoHide {
}

.dockButtonEnabled {
}

.dockButtonDisabled {
}

.dockButtonTrue {
}


/*

Window.css for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.
	
Required by:
	Window.js and Modal.css	

*/

/* Windows
---------------------------------------------------------------- */

.mocha {
	display: none;
	overflow: hidden;
	background-color: #e5e5e5;	
}

.mocha.isFocused {	
}	

.mochaOverlay {
	position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
	top: 0;
	left: 0;	
}

/*

	We get a little creative here in order to define a gradient in the CSS using a query
	string appended to a background image.
	
	"from" is the top color of the gradient. "to" is the bottom color of the gradient.
	
	Both must be hex values without the leading # sign.
  
*/	

.mochaTitlebar {
	width: 100%;
	overflow: hidden;
	background: url(/images/spacer.gif?from=fafafa&to=e5e5e5); 
}

.mochaTitlebar h3 {
	font-size: 12px;
	line-height: 15px;	
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 4px 12px;
	color: #888;
}

.mocha.isFocused .mochaTitlebar h3 {
	color: #181818;
}

.mochaToolbarWrapper {
	width: 100%; /* For IE */
	position: relative;
	height: 29px;
	background: #f1f1f1;	
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
}

div.mochaToolbarWrapper.bottom {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}

.mochaToolbar {
	width: 100%; /* For IE */
	border-top: 1px solid #fff;
}

.mochaContentBorder {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.mochaContentWrapper { /* Has a fixed height and scrollbars if required. */
	font-size: 12px;
	overflow: auto;
	background: #fff;	
}
	
.mochaContent {
	padding: 10px 12px;
}

.mocha .handle {
	position: absolute;
	background: #0f0;
	width: 3px;
	height: 3px;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/
	opacity: .0;	
	-moz-opacity: .0;
	overflow: hidden;
	font-size: 1px; /* For IE6 */
}

.mocha .corner { /* Corner resize handles */
	width: 10px;
	height: 10px;
	background: #f00;	
}

.mocha .cornerSE { /* Bottom right resize handle */
	width: 20px;
	height: 20px;
	background: #fefefe; /* This is the color of the visible resize handle */	
}

.mochaCanvasHeader {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: -1;
	visibility: hidden;
	overflow: hidden;
}

.mochaControls {
	position: absolute;
	width: 52px;
	top: 8px;
	right: 8px;
	height: 14px;
	z-index: 4;
	background: transparent;
}

.mochaCanvasControls {
	position: absolute;	
	top: 8px;
	right: 8px;	
	z-index: 3;
	background: transparent;
}

/*
	To use images for these buttons:
	1. Set the useCanvasControls window option to false.
	2. If you use a different button size you may need to reposition the controls.
	   Modify the controlsOffset window option.		
	2. Replcac the background-color with a background-image for each button.

*/
.mochaMinimizeButton, .mochaMaximizeButton, .mochaCloseButton {
	float: right;
	width: 14px;
	height: 14px;
	font-size: 1px;	
	cursor: pointer;
	z-index: 4;
	color: #666;
	background-color: #fff;
	margin-left: 5px;
}

.mochaMinimizeButton {
	margin-left: 0;
}

.mochaMaximizeButton {
}

.mochaCloseButton {
}

.mochaSpinner{
	display: none;	
	position: absolute;
	bottom: 7px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: url(/images/spinner.gif) no-repeat;
}

.mochaIframe {
	width: 100%;
}  
		
/* Fix for IE6 select z-index issue */
.zIndexFix {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 100px;
	height: 100px;
	border: 1px solid transparent;
}

/* Viewport overlays
---------------------------------------------------------------- */

#modalOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/	
	opacity: 0;
	-moz-opacity: 0;
	z-index: 10000;
}

/* Fix for IE6 select z-index issue */
#modalFix {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/	
	opacity: 0;
	-moz-opacity: 0;
	z-index: 9999;
}

/* Underlay */

#windowUnderlay { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;	
}

* html #windowUnderlay { 
	position: absolute; 
}

/* The replaced class is used internally when converting CSS values to Canvas. These classes should not be removed. */

.mocha.replaced, .mochaTitlebar.replaced, .mochaMinimizeButton.replaced, .mochaMaximizeButton.replaced, .mochaCloseButton.replaced {
	background-color: transparent !important;
}

.windowClosed {
	visibility: hidden;	
	display: none;
	position: absolute;
	top: -20000px;
	left: -20000px;
	z-index: -1;
	overflow: hidden;		
}

.windowClosed .mochaContentBorder, .windowClosed .mochaToolbarWrapper, .windowClosed .mochaTitlebar, .windowClosed .mochaControls,
.windowClosed .mochaCanvasControls {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;	
	display: none;
	z-index: -1;	
}		

/* Modals */

.modal2 {
	border: 8px solid #fff;		
}

.modal2 .mochaContentBorder {
	border-width: 0px;
}
	
/* Window Themes */

.mocha.no-canvas {
	background: #e5e5e5;
	border: 1px solid #555;	
}

.mocha.no-canvas .mochaTitlebar {
	background: #e5e5e5;	
}

.mocha.transparent .mochaTitlebar h3 {
	color: #fff;
	display: none;
}

.mocha.transparent .mochaContentWrapper {
	background: transparent;	
}

.mocha.notification {
	background: #cedff2;	
}

.mocha.notification .mochaTitlebar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/	
	opacity: .0;
	-moz-opacity: 0;
}

.mocha.notification .mochaContentBorder {
	border-width: 0px;
}

.mocha.notification .mochaContentWrapper {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
}

/* Example Window Themes */

#about_contentWrapper {
	background: #e5e5e5 url(/images/logo2.gif) 3px 3px no-repeat;
}

#builder_contentWrapper {
	background: #f5f5f7;
}

#json01 .mochaTitlebar {
	background: #6dd2db;
}

#json02 .mochaTitlebar {
	background: #6db6db;
}

#json03 .mochaTitlebar {
	background: #6d92db;
}

.jsonExample .mochaTitlebar h3 {
	color: #ddd;
}	

/* This does not work in IE6. */
.isFocused.jsonExample .mochaTitlebar h3 {
	color: #fff;
}

#fxmorpherExample .mochaContentWrapper {
	background: #577a9e;	
}

#clock {
	background: #fff;	
}


/*

Tabs.css for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.

Required by:
	Tabs.js
 
*/

/* Toolbar Tabs */

.toolbarTabs {	
	padding: 0 5px 2px 2px;
	background: url(/images/tabs.gif) repeat-x;
	background-position: left -70px;
	overflow: visible;
}

.tab-menu {	
	padding-top: 1px;
	list-style:	none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 11px;
}

.tab-menu li {
	display: block;
	float: left;
	margin:	0 0 5px 0;
	cursor: pointer;	
	background: url(/images/tabs.gif) repeat-x;
	background-position: left -35px;
}

.tab-menu li.selected {
	background: url(/images/tabs.gif) repeat-x;
	background-position: left 0;
}

.tab-menu li a {
	display: block;
	margin-left: 8px;
	padding: 6px 15px 5px 9px;
	text-align: center;
	font-weight: normal;
	/*color: #181818;*/
	color: #333;
	background: url(/images/tabs.gif) repeat-x;
	background-position: right -35px;	
	text-decoration: none;
}

.tab-menu li.selected a {
	color: #181818;
	font-weight: bold;	
	background: url(/images/tabs.gif) repeat-x;
	background-position: right 0;
}


.notimoo{position:absolute;z-index:999;cursor:pointer;-moz-border-radius:1px;-webkit-border-radius:1px;padding:10px;border:3px;border-style:solid;border-color:#B2B2B2;background:#333;color:#FFF;}.notimoo .title{font-weight:bold;border-bottom:1px solid;}.notimoo .message{margin-top:2px;}.notimoo a{color:#FFF;}

form input:focus, 
form select:focus, 
form textarea:focus {
	/* // @tkr, 2022-09-27 
	background-color: #f7e2be;
	*/
}

#menu-panel #menu-panel_pad {
	padding: 0 !important;
}

#menu-panel .menuWrapper {
	padding: 0;
	/* // @tkr, 2022-09-27 */
	line-height: 19px;
}

#menu-panel .menuToggler {
	margin: 0;
	padding: 9px 10px;
	background: #f8f8f8 url(/images/menu_header_background.png) repeat-x;
	color: #3a3a3a;
	cursor: pointer;
	font-size: 12px;
}

#menu-panel .menuToggler div.icon {
	float: left;
	width: 26px;
	height: 23px;
	background-position: left 1px;
	background-repeat: no-repeat;
}

#menu-panel .open {
}


#menu-panel .menuContent {
	padding: 10px 10px 0px 10px;
}

#menu-panel .menuContent p {
	margin: 0 0 0 27px;
	padding: 0 0 9px 0;
}

#menu-panel .menuContent p a {
	color: #3a3a3a;
	text-decoration: none;
}



.tab-menu li a.disabled {
	color: #909090;
	cursor: default;
}



.clear {
	clear: both;
}
.errorLabel {
	color: #d53e4d;
}
.errorMsg {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #e60000;
	color: #e60000;
	color: #d53e4d;
	font-weight: bold;
}
.hide {
	display: none !important;
}
.spinner1 {
	width: 16px;
	height: 16px;
	background: url(/images/spinner.gif) no-repeat;
}



/*
.toolbar-reset {
	float: right;
}
.toolbar-reset input {
	position: relative;
	top: 1px;
	padding: 0;
	font-size: 9px;
}*/
.toolbar-wrapper {
	padding-top: 2px;
	background-color: #f6f6f6;
}

.fixed-table-toolbar {
	margin-top: 32px;
}

.fixed-table-wrapper, 
.fixed-table-wrapper2 {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 1px;
	padding-top: 30px;
	background-color: #f0f0f0;
}
.fixed-table-wrapper2 {
	padding-top: 47px;
}
.fixed-table {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	border-top: 1px solid #bdc2c6;
}
.fixed-table table {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
}
.fixed-table td {
	padding: 7px 5px;
	border-bottom: 1px solid #ccc;
	text-align: left; /* IE */
	vertical-align: top;
}
.fixed-table td a, 
.fixed-table th a {
	color: #333;
	text-decoration: underline;
}
.fixed-table td a:hover {
	text-decoration: none;
}
.fixed-table th {
	padding: 0 5px;
	text-align: left; /* IE */
}
.fixed-table th input {
	margin-top: 2px;
}
.fixed-table th select {
	margin-top: 2px;
	padding-top: 0;
	padding-bottom: 0;
}
.fixed-table thead div.th {
	position: absolute;
	top: 0;
	padding-top: 7px;
	text-align: left;
}
.fixed-table tfoot th {
	padding: 7px 5px;
	font-weight: normal;
}



.formButtons {
	padding: 0 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.formButtons a {
	display: inline-block;
	height: 31px;
	margin-left: 15px;
	padding-left: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 4px solid #b8b8b8;
	color: #868b90;
	line-height: 13px;
	text-align: left;
	vertical-align: top;
}

/* // @tkr, 2014-09-23 */
.formButtons a._bttnCopy {
	background-image: url(/images/bttn_create.png);
}
.formButtons a._bttnCreate {
	background-image: url(/images/bttn_create.png);
}
/* // @tkr, 2024-02-19 */
.formButtons a._bttnClose {
	background-image: url(/images/bttn_close.png);
}
.formButtons a._bttnDelete {
	background-image: url(/images/bttn_delete.png);
}
.formButtons a._bttnPrint {
	background-image: url(/images/bttn_print.png);
}
.formButtons a._bttnSubmit {
	background-image: url(/images/bttn_submit.png);
}
/* // @tkr, 2015-11-23 */
.formButtons a._bttnSubmitRetoure {
	background-image: url(/images/bttn_create.png);
}

.formContent {
	margin-bottom: 5px;
	padding: 10px;
	background: #f6f6f6;
}

.formList {
	width: 100%;
	border: none;
	border-top: 1px solid #bdc2c6;
	border-collapse: collapse;
	font-size: 11px;
}
.formList tr {
	border-bottom: 1px solid #bdc2c6;
	/*vertical-align: top;*/
}
.formList td {
	padding: 5px;
	line-height: normal;
}
.formList th {
	padding: 5px;
	background: #f6f6f6;
	line-height: normal;
}

.formNotes {
	padding: 0 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	font-size: 11px;
	text-align: left;
}

.formNoteTOS {
		/*height: 70px;*/
	padding: 0px 10px;
		/*position: absolute;*/
		/*left: 0px;*/
	/*right: 100px;*/
		/*bottom: 40px;*/
	text-align: left;
}
.formNoteTOS .formContent {
	padding: 0 10px;
	background: none;
}
.formNoteTOS table {
		/*height: 35px;*/
	border: none;
	border-collapse: collapse;
}
.formNoteTOS td {
	font-size: 11px;
}
.formNoteTOS a {
	color: #333;
}

/* // @mli, 2017-03-01 */
.formNoteWrapper {
	position: absolute;
	left: 0px;
	bottom: 35px;
}
.formNoteOI {
	padding: 0px 10px;
	text-align: left;
}
.formNoteOI .formContent {
	padding: 0 10px;
	background: none;
}
.formNoteOI table {
	border: none;
	border-collapse: collapse;
}
.formNoteOI td {
	font-size: 11px;
}
.formNoteOI a {
	color: #333;
}



.formWrapper {
	padding: 0;
	position: absolute;
	top: 36px;
	left: 10px;
	right: 10px;
	bottom: 83px;
	overflow-x: hidden;
	overflow-y: auto;
}

.formRow {
	clear: both;
	margin-top: 2px;
}

.formRow input[type=checkbox] {
	/*margin-right: 5px;
	position: relative;
	top: 3px;*/
	margin-top: 7px;
	margin-bottom: 0;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.formRow input[type=password], 
.formRow input[type=text], 
.formRow textarea {
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px;
}

.formRow select {
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 1px;
}

.formRow label {
	float: left;
	width: 145px;
	padding-top: 4px;
}

.formRow span.text {
	display: inline-block;
	min-height: 19px;
	margin-top: 2px;
	padding-top: 2px;
}
.formRow span.text-cb {
	display: inline-block;
	position: relative;
	top: -4px;
}


.loading_point_content {
	padding: 0;
	cursor: move;
}
.loading_point_content td {
	vertical-align: top;
}
.loading_point_content textarea {
	resize: none;
}
.loading_point_wrapper {
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
}

.lp_loading_date, 
.toggle_calendar {
	display: inline-block;
	width: 13px;
	height: 12px;
	position: relative;
	top: 2px;
	right: 16px;
	margin-right: -5px;
	cursor: pointer;
	background: url(/images/calendar.gif) no-repeat;
}


._bttn_ic_remove {
	display: block;
	width: 22px;
	height: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

._bttn_ic_remove {
	background-image: url(/images/icon_t8.png);
}
._bttn_ic_remove:hover {
	background-image: url(/images/icon_t8a.png);
}

._bttn_lp_create,
._bttn_lp_remove,
._bttn_lp_retour {
	display: block;
	width: 22px;
	height: 21px;
	margin: 1px 0 4px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

._bttn_lp_create {
	background-image: url(/images/icon_t7.png);
}
._bttn_lp_create:hover {
	background-image: url(/images/icon_t7a.png);
}
._bttn_lp_remove {
	background-image: url(/images/icon_t8.png);
}
._bttn_lp_remove:hover {
	background-image: url(/images/icon_t8a.png);
}
._bttn_lp_retour {
	background-image: url(/images/icon_t9.png);
}
._bttn_lp_retour:hover {
	background-image: url(/images/icon_t9a.png);
}



._tb_th_create {
	float: left;
	width: 32px;
	height: 30px;
	margin-right: 4px;
	background: url(../../../images/bt_create.png) no-repeat;
	cursor: pointer;
}
._tb_th_reload {
	float: left;
	width: 32px;
	height: 30px;
	margin-right: 4px;
	background: url(../../../images/bt_reload.png) no-repeat;
	cursor: pointer;
}



.drag-element {
	background: #c6c3bd;
}
.drag-clone {
	background: #ff8000;
}



.sectionWrapper {
}

.sectionToggler {
	margin: 0;
	padding: 9px 10px;
	background: #f8f8f8 url(/images/panel_header_background.png) repeat-x;
	color: #3a3a3a;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

.sectionElement {
}


.toolbarTop {
	top: 66px;
}


.panel_title {
	position: absolute;
	left: 12px;
	top: 4px
}
.panel_button_create {
	float: left;
	width: 32px;
	height: 30px;
	margin-right: 4px;
	background: url(/images/panel_button_create.png) no-repeat;
	cursor: pointer;
}
.panel_button_print {
	float: left;
	width: 32px;
	height: 30px;
	margin-right: 4px;
	background: url(/images/panel_button_print.png) no-repeat;
	cursor: pointer;
}

/* // @tkr, 2016-08-16 */
.panel_button_reload {
	float: left;
	width: 32px;
	height: 30px;
	margin-right: 4px;
	background: url(/images/panel_button_reload.png) no-repeat;
	cursor: pointer;
}

.order_date_failure {
	background: #d53e4d;
}






/* Autocompleter */

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #006d8e;
	border:					1px solid #ffac04;
	border:					1px solid #005675;
	/*
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	*/
	background-color:		#fff;
	text-align:				left;
	font-family:			Arial, Helvetica, sans-serif;
	z-index:				50;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	/*
	padding:				0.2em 1.5em 0.2em 1em;
	*/
	padding:				5px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#006d8e;
	background-color:		#909090;
	background-color: #dbeaee;
	/*color:					#fff;*/
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
	color:					#ffac04;
}

/*
ul.autocompleter-choices div.title
{
	background-color:		#008fbd !important;
	color:					#fff;
}
*/

ul.choices-right
{
	/*min-width: 				255px !important;*/
	min-width: 				236px !important;
	width: 					auto !important;
	left: 					auto !important;
	right: 					0;
	margin-top: 			1px;
	margin-right: 			17px;
}



.MultiSelect label {
	clear: both;
	padding-top: 0;
}
.MultiSelect ul li {
	padding: 3px;
}



#_windowOverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: wait;
	z-index: 150;
}
#_windowOverlay table {
	width: 100%;
	height: 100%;
	border: none;
}
#_windowOverlay td {
	height: 100%;
}
#_windowOverlay div {
	width: 350px;
	margin: 0px auto;
	padding: 50px 0;
	background: #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: .9;
	-moz-opacity: .9;
	border: 2px solid silver;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#_windowOverlay img {
	margin-right: 15px;
}



/* mBox */

.mbox-content1, 
.mbox-content2 {
	padding: 5px 0;
}

.mbox-content1 li {
	width: 145px;
	padding: 2px 5px 2px 35px;
	font-size: 14px;
	list-style-type: none;
	cursor: pointer;
}

.mbox-content2 li {
	min-width: 145px;
	padding: 2px 10px;
	font-size: 12px;
	list-style-type: none;
	cursor: pointer;
}

.mbox-content1 li:hover, 
.mbox-content2 li:hover {
	background-color: #dbeaee;
}

/* VehicleList */

.vehiclelist-main {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
}

.vehiclelist-main .marker-label {
	color: #333;
	background-color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 2px 5px;
	border: 1px solid silver;
	white-space: nowrap;
}

/*
 * @tkr, 2020-02-11
 * mootools-form-upload
 * https://mootools.net/forge/p/form_upload
 * https://github.com/arian/mootools-form-upload
 */

/* some general styles */

.formRowUpload {
	overflow: auto;
	/*border-bottom: 1px #bcbcbc solid;*/
	border: none;
	padding: 5px 0;
	max-width: 100%;
}

.formRowUpload label {
	padding: 4px;
	margin: 0 3px 0 0;
	border-right: 1px #bcbcbc solid;
}

/* Drag & Drop file uploading */

.droppable {
	border: #121a3f 1px solid;
	border-radius: 3px;
	background: #545A74;
	color: white;
	padding: 20px;
	margin: 10px;
	clear: both;
	text-align: center;
}

.droppable.hover {
	background: #121a3f;
}

.uploadList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uploadItem {
	overflow: hidden;
	border-bottom: #BCBCBC 1px solid;
	margin: 0 20px;
	padding: 3px;
}

.uploadItem span {
	overflow: hidden;
	width: 150px;
	float: left;
	display: block;
}

a.addInputRow,
a.delInputRow,
.uploadItem a {
	display: inline-block;
	background: url(add.png) no-repeat;
	height: 16px;
	width: 16px;
	text-indent: -999px;
}

.uploadItem a {
	float: left;
	display: block;
	padding-left: 20px;
	background-image: url(delete.png);
}

a.delInputRow {
	background-image: url(delete.png);
}

.progress {
	margin: 5px 0;
	height: 15px;
	border-radius: 3px;
	/*background: #545A74;*/
	background: #e68700;
}

/* Hide elements */

.formRowUpload label, 
.formRowUpload input, 
.uploadList {
	display: none !important;
	visibility: hidden;
}

.droppable {
	margin: 10px 0;
	background: none;
	border: #bdc2c6 1px dashed;
	color: #bdc2c6;
	font-size: 14px;
}

.droppable.hover {
	background: #f6d4a4;
	border: #e68700 1px dashed;
	color: #e68700;
}


.MultiSelect {
	width: 100%;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	display: block;
	position: relative;
}
.MultiSelect .monitor {
	background: url("/scripts/multiselect/img/mac/monitor-left.png") top left no-repeat;
	/*
	width: 99%;
	*/
	line-height: 18px;
	padding: 0 0 0 4px;
	margin: 0;
	overflow: hidden;
}
.MultiSelect .monitor div {
	background: url("/scripts/multiselect/img/mac/monitor-right.png") top right no-repeat;
	padding: 0 18px 0 0;
}
.MultiSelect .monitor div div {
	background: url("/scripts/multiselect/img/mac/monitor-center.png") top left repeat-x;
	padding: 1px 0 0 0;
	margin: 0;
}
.MultiSelect .monitor.active { background: url("/scripts/multiselect/img/mac/monitor-left-active.png") top left no-repeat; }
.MultiSelect .monitor.active div { background: url("/scripts/multiselect/img/mac/monitor-right-active.png") top right no-repeat; }
.MultiSelect .monitor.active div div { background: url("/scripts/multiselect/img/mac/monitor-center-active.png") top right repeat-x; }

.MultiSelect ul {
	position: absolute;
	z-index: 1000;
	top: 18px;
	left: 0;
	margin: 0;
	padding: 0;
	/*
	width: 99%;
	*/
	max-height: 230px;
	overflow: hidden;
	list-style: none;
	background-color: #FFF;
	border-top: 1px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	_height: 230px; /* IE */
}
.MultiSelect ul li {
	padding: 0px 3px;
}
.MultiSelect ul li.hover,
.MultiSelect ul li.selected.hover {
	background-color: #6DBAF0;
	color: white;
}
.MultiSelect ul li.selected {
	background-color: #3875D7;
	color: white;
}


#desktopTitlebarWrapper {
	background: #fff url(/custom/170/header_background.png) repeat-x;
}

#desktopLogo {
	margin-top: 0px;
	margin-left: 0px;
	width: 206px;
	height: 77px;
	background: #fff;
}

#desktopLogo a {
	margin-top: 12px;
	margin-left: 19px;
	width: 156px;
	height: 54px;
	background: url(/custom/170/header_logo.png) no-repeat;
}

#desktopTitle {
	display: none;
}

#desktopNavig .icon-arrow {
    background: url(/custom/170/header_icon_arrow.png) no-repeat;
}

#desktopNavig .login a {
	color: #fff;
}

#desktopNavig .contact {
	background: url(/custom/170/header_contact.png) no-repeat;
}

#desktopNavig .space {
	background: transparent;
}

.dockTab.activeDockTab {
    background-color: #e11d2a;
}

.panel-header {
	background: #f1f1f1 url(/custom/170/panel_header_background.png) repeat-x;
}

.panel-header h2 {
	color: #e11d2a;
}
