body, html
{
	height: auto;
}

body
{
	padding-top: 55px;
}

#header
{
	height: 50px;
	padding: 10px 3px 0 10px;
	position: fixed;
	background-color: #FFF;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* W3C */
}

  #menuLog { font-size:1.4em; margin:10px 20px 20px; }
	.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }

	.fg-button { clear:left; margin:0 4px 40px 20px; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	a.fg-button { float:left;  }
	button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */

	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right: 2.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */

	/*.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }*/

.tabs.ui-widget-content
{
	/*border: 0; background: none;*/
}

.fg-button
{
	font-size: 0.92em;
}

.ui-button
{
	font-size: 0.95em;
}
.buttonset.debuttonised > *:not(select)
{
	background: none;
	border: none;
}

.buttonset.debuttonised > *.ui-state-hover
{
	color: #0C1E92;
}

.small_button_right > span
{
	padding-right: 0 ! important;
}

.small_button_left > span
{
	padding-left: 0 ! important;
}

.icon_button > span
{
	padding-bottom: 0 ! important;
}

.minimising
{
	cursor: pointer;
}

.minimising:hover
{
	border: 1px dashed #555;
}

.minimised
{
	max-width: 250px;
	max-height: 50px;
}

.tipsy
{
	font-size: 12px;
}

.ui-tabs-nav a
{
	font-size: 0.9em;
}

a
{
	text-decoration: none;
	color: blue;
}

#wombat_navigator
{
	vertical-align: top;
	padding-right: 15px;
	padding-left: 5px;
}

#wombat_navigator.folded a span, #wombat_navigator.folded div span span, #wombat_navigator.folded h3 span.content
{
	display: none;
}

#wombat_navigator a, #wombat_navigator span, .ui-tabs-nav a
{
	white-space: nowrap;
	overflow: hidden;
}

#wombat_navigator div > a, #wombat_navigator div > span
{
	margin: 0;
	max-width: 250px;
	display: block;
	padding-bottom: 5px;
}

/*.ui-tabs-nav .ui-state-active a
{
	max-width: 250px;
}*/

.ui-tabs-nav :not(.ui-state-active) a
{
	max-width: 150px;
}

.tabs .ui-state-disabled
{
	opacity: 1; filter:Alpha(Opacity=100); background-image: auto;
	margin-right: 20px ! important;
	box-sizing: border-box;
border: 2px outset rgb(180,221,180);
background: rgb(180,221,180); /* Old browsers */
background: -moz-linear-gradient(top, rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(100%,rgba(0,87,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%); /* W3C */
}

.tabs .ui-state-disabled a
{
	color: white;
	background: transparent;
}

li ul
{
	margin-left: 10px;
}

#menu_header
{
	width: 100%;
}

#tab_technical_data table td:first-child
{
	padding-right: 10px;
}

#tab_technical_data table td
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.dynamic_tab a
{
	color: green ! important;
}

h5.header
{
	/*display: inline-block;*/
	color: #0073EA;
	margin-top: 1em;
	margin-bottom: 1ex;
	border-bottom: 1px dashed #0073EA;
}

h5.header a
{
	color: #0073EA ! important;
}

.ui-tabs-panel a
{
	text-decoration: underline ! important;
}

#wombat_navigator h3
{
	cursor: pointer;
}

.problem
{
	color: red;
}

.information
{
	font-style: italic;
}

.aside
{
	color: #555;
	font-size: 0.9em;
}

#search_form_container
{
	display: none;
	position: fixed;
	right: 0;
	top: 50px;
	z-index: 50;
	background-color: white;
	border: 1px solid #BBB;
	padding: 10px;
}

#search_input
{
	border: 1px solid #BBB;
	border-right: 0;
	background-color: white;
	margin: 0;
	height: 30px;
}

#search_reset
{
	border: 1px solid #BBB;
	border-left: 0;
	background-color: white;
	margin: 0;
	font-weight: bold;
	height: 34px ! important;
	padding: 8px;
	sizing: border-box;
	color: white;
}

#search_reset.visible
{
	color: #AAA;
}

#search_submit
{
	border: 1px solid #BBB;
	color: white;
	background-color: #5BA0D0;
	padding: 8px;
	sizing: border-box;
	font-weight: bold;
}

#search_ajax_loader
{
	display: none;
}

#entity_form_table td
{
  padding-left: 0.1em;
  padding-right: 0.1em;
}

#entity_form_table tr:not(.external):hover
{
  background-color: #EEE;
}

.explanation
{
  height: 3ex;
}

.advise
{
	border: 1px solid darkgreen;
	background-color: lightyellow;
	color: darkgreen;
	border-radius: 6px;
	padding: 1ex;
}

#shortcut-help-outer
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1500;
	padding-top: 100px;
	background-color: rgba(200, 200, 200, .5);
	display: none;
}

#shortcut-help
{
	background-color: #fff;
	position: relative;
	margin: auto;
	width: 460px;
	height: 320px;
	z-index: 1501;
	padding: 10px;
	padding-left: 20px;
}

.shortcut-help-column
{
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
}

@media (max-width: 1000px)
{
	#base_container, #base_container > *, #base_container > * > *
	{
		display: block ! important;
	}

	#base_container
	{
		margin-top: 10ex;
	}

	body
	{
		padding-top: 0px ! important;
	}

	#header
	{
		position: static;
		height: auto;
	}
}

.field-icon
{
	max-width: 1em;
	max-height: 1em;
}

.jPicker.Container
{
	margin-top: 100px;
}

kbd
{
    background-color: white ! important;
    color: black ! important;
}

.unsure
{
	color: #777;
}

.tab-content
{
	padding-top: 1ex;
}

.till-status-wide-block
{
    overflow-x: auto;
    max-width: 880px;
    display: block;
}
