/* Minification failed. Returning unminified contents.
(1179,1): run-time error CSS1019: Unexpected token, found '@import'
(1179,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Libre+Barcode+128")'
(3577,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(3578,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3587,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(3588,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3597,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3598,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3607,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3608,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-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,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 2px .4em;
	width: 96%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	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;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(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(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: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_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 #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(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(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

@import url("https://fonts.googleapis.com/css?family=Libre+Barcode+128");
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.body {
	background-color: #fff;
	/*border-top: solid 10px #000;*/
	color: #333;
	font-size: 11px;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	min-width:1400px;
}

.smallBody {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: 11px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 20px 0px 20px 0px;
    padding: 0px;
    width: 1075px;
}

a {
	color: #00E;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

	a:link, a:visited,
	a:active {
		color: #333;
	}

	a:hover {
		/*background-color: #c7d1d6;*/
        color: #1d749f;
        /*color: rgb(255, 97, 0);*/
	}

header, footer, hgroup,
nav, section {
	display: block;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left {
	float: left;
}

.loginField {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

.inline-Display {
    display: inline !important;
}

.float-right {
	float: right;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
	color: #1d749f;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: .9em;
}

h5, h6 {
	font-size: .8em;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}
    
/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
	/*max-width: 90%;*/
}
.barcode {
    font-family: "Libre Barcode 128";
    font-size: 32px;
}

.largeBarcode {
    font-family: "Libre Barcode 128";
    font-size: 64px;
}

#body {
	background-color: #fff;
	clear: both;
}
#page {
	background-color: #efeeef;
	max-width:90%;
	margin:auto;
	padding-bottom: 35px;
	-webkit-box-shadow: 0px 10px 5px 3px rgba(50, 50, 50, 0.59);
	-moz-box-shadow:    0px 10px 5px 3px rgba(50, 50, 50, 0.59);
	box-shadow:         0px 10px 5px 3px rgba(50, 50, 50, 0.59);
}

	.main-content {
	   /* background: url("../Images/accent.png") no-repeat;*/
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
	}


header .content-wrapper {
	padding-top: 20px; 
}

header {
	width: 90%;
	margin: 0 auto;
}

footer {
    clear: none;
    background-color: #fff;
    font-size: .8em;
    height: 100px;
    /*margin-left: 95px;*/
    width: 90%;
    margin: 0 auto;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/* site title
----------------------------------------------------------*/
.site-title {
	color: #c8c8c8;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 2.3em;
	margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
	background: none;
	color: #c8c8c8;
	outline: none;
	text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
	display: block;
	font-size: .85em;
	margin: 0 0 10px;
	text-align: right;
}

	#login a {
		background-color: #d3dce0;
		margin-left: 10px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: none;
	}

	#login a.username {
		background: none;
		margin-left: 0px;
		text-decoration: underline;
	}

	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}

/* menu
----------------------------------------------------------*/
ul#menu {
	font-size: 1.3em;
	font-weight: 600;
	margin: 35px 0px 0px 0px;
	padding: 0;
	text-align: right;
	margin-bottom: 4px;
}

	ul#menu li {
		display: inline;
		list-style: none;
		padding-left: 0px;
		/*margin-left: 2px;*/
	}

        ul#menu li a {
            padding: 3px 10px 3px 10px;
            color: steelblue;
            text-decoration: none;
            border: steelblue solid 2px;
            background: #EFEEEF;
            border-radius: 10px 10px 0px 0px;
        }


            ul#menu li a:hover {
                color: #FFAD00; /* #333; */
                text-decoration: none;
                background: steelblue;
            }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
	background-color: #fff;
}

.footer { 
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.59); 
	-moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.59); 
	box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.59);
}

	.featured .content-wrapper {
		background-color: #FFAD00;
		background-image: -ms-linear-gradient(left, #06508d 0%, #a0bcd4 100%);
		background-image: -o-linear-gradient(left, #06508d 0%, #a0bcd4 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #06508d), color-stop(1, #a0bcd4));
		background-image: -webkit-linear-gradient(left, #06508d 0%, #a0bcd4 100%);
        background-image: -moz-linear-gradient(left, #06508D 0%, #A0BCD4 100%);
		background-image: linear-gradient(left, #06508d 0%, #a0bcd4 100%);
		color: #000;
		font-size:10px;
		font-weight:bold;
		padding: 3px 0px 1px 0px;
		margin-left: 0;
		width: 100%;

	}
    footer .featured .content-wrapper {
        padding-top:5px;
        height:20px;
    }

		.featured hgroup.title h1, .featured hgroup.title h2 {
			color: #FFAD00;
		}

		.featured p {
			font-size: 1.1em;
		}

	.featured .footer .contect-wrapper {
		width: 100%;
	}

/* page titles */
hgroup.title {
	margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
	display: inline;
}

hgroup.title h2 {
	font-weight: normal;
	margin-left: 3px;
}

/* features */
section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

/* ordered list */
ol.round {
	list-style-type: none;
	padding-left: 0;
}

	ol.round li {
		margin: 25px 0;
		padding-left: 45px;
	}

		ol.round li.zero {
			background: url("../Images/orderedList0.png") no-repeat;
		}

		ol.round li.one {
			background: url("../Images/orderedList1.png") no-repeat;
		}

		ol.round li.two {
			background: url("../Images/orderedList2.png") no-repeat;
		}

		ol.round li.three {
			background: url("../Images/orderedList3.png") no-repeat;
		}

		ol.round li.four {
			background: url("../Images/orderedList4.png") no-repeat;
		}

		ol.round li.five {
			background: url("../Images/orderedList5.png") no-repeat;
		}

		ol.round li.six {
			background: url("../Images/orderedList6.png") no-repeat;
		}

		ol.round li.seven {
			background: url("../Images/orderedList7.png") no-repeat;
		}

		ol.round li.eight {
			background: url("../Images/orderedList8.png") no-repeat;
		}

		ol.round li.nine {
			background: url("../Images/orderedList9.png") no-repeat;
		}

/* content */
article {
	float: left;
	width: 70%;
}



aside {
	float: right;
	width: 25%;
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			background: url("../Images/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;
		}

.label {
	font-weight: 700;
}

/* login page */
#loginForm {
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 55%;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

#socialLoginForm {
	margin-left: 40px;
	float: left;
	width: 40%;
}

	#socialLoginForm h2 {
		margin-bottom:  5px;
	}

fieldset.open-auth-providers {
	margin-top: 15px;
}

	fieldset.open-auth-providers button {
		margin-bottom: 12px;
	}
	
/* contact */
.contact h3 {
	font-size: 1.2em;
}

.contact p {
	margin: 5px 0 0 10px;
}

.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}
	
	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

	label {
		display: block;
		font-size: 1.2em;
		font-weight: 600;
	}

	label.checkbox {
		display: inline;
	}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 250px;
    border-radius: 10px;
}

	textarea {
		font-family: inherit;
		width: 500px;
	}
	
		input:focus, textarea:focus {
			border: 1px solid #7ac0da;
		}

		input[type="checkbox"] {
			background: transparent;
			border: inherit;
			width: auto;
		}
		
	input[type="submit"],
	input[type="button"],
	button {
		background-color: #006699;
		border: 1px solid #FFAD00; /*#787878;*/
		cursor: pointer;
		font-size: 1.2em;
		font-weight: 600;
		color:#fff;
		margin-right: 8px;
		width: auto;
		height: 27px;
		margin-left: 5px;
		padding: 4px 10px;
        border-radius:10px;
	}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    margin-right: 4px;
    border-radius: 10px;
}

/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: separate !important;
    border-spacing: 0;
    margin-top: 0.75em;
    border-radius: 10px;
    border:1px solid black;
    -moz-border-radius: 10px;
}
	table table {
		margin-left:5px;
		margin-bottom:8px;
	}

th {
    font-size: 1.2em;
    text-align: left;
    padding: 2px 6px;
    border-left: solid grey 1px;
    border-top: none;
    border-bottom: solid black 1px;
}

table tr:first-child td {
    border-top:none;
}

table .radioButtonList {
    border:none;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

td:first-child, th:first-child {
     border-left: none;
}
td:last-child, th:last-child {
    border-right: none;
}

	th a {
		display: block;
		position: relative;
		
	}

	th a:link, th a:visited, th a:active, th a:hover {
		color: #1d749f;
		font-weight: 600;
		text-decoration: none;
		padding: 0;
	}

	th a:hover {
		color: #000;
	}

	th.asc a, th.desc a {
		margin-right: .75em;
	}
	
	th.asc a:after, th.desc a:after {
		display: block;
		position: absolute;
		right: 0em;
		top: 0;
		font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: 4px 5px;
    border-left: solid grey 1px;
    border-bottom: solid grey 1px;
}
/*tr:nth-child(odd)		{ background-color:#eee; } Commented out since the default background color is the same. -Jeremiah */
tr:nth-child(even)		{ background-color:#fff; }
tr.pager td {
	padding: 0 0.25em 0 0;
}

.formI9Links{
    float:left;
    margin:30px 20px 0px 40px;
}

.formI9Links div a{
    font-size:14px;
    color: #1d749f;
    text-decoration: none;
    font-weight:bold;
    line-height:25px;
    margin-left:10px;
}


.formI9Links .formI9Title{
    font-size:16px;
    color: black;
    margin:30px 0px 10px 0px;
    display:block;
}

.formI9Sections {
    float: left;
    padding: 0px 80px 20px 80px; 
}

.backgroundIntegrationLinks .backgroundIntegrationDashboard{
    margin:30px 20px 0px 40px;
}

.backgroundIntegrationLinks div a{
    font-size:14px;
    color: #1d749f;
    text-decoration: none;
    font-weight:bold;
    line-height:25px;
    margin-left:10px;
}


.backgroundIntegrationLinks .backgroundIntegrationTitle{
    font-size:16px;
    color: black;
    margin:30px 0px 10px 0px;
    display:block;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

	/* header
	----------------------------------------------------------*/
	header .float-left,
	header .float-right {
		float: none;
	}

	/* logo */
	header .site-title {
		margin: 10px;
		text-align: center;
	}

	/* login */
	#login {
		font-size: .85em;
		margin: 0 0 12px;
		text-align: center;
	}

		#login ul {
			margin: 5px 0;
			padding: 0;
		}

		#login li {
			display: inline;
			list-style: none;
			padding: 0;
		}

		#login a {
			background: none;
			color: #999;
			font-weight: 600;
			margin: 2px;
			padding: 0;
		}

		#login a:hover {
			color: #333;
		}

	/* menu */
	nav {
		margin-bottom: 5px;
	}

	ul#menu {
		margin: 0;
		padding: 0;
		text-align: center;
	}

		ul#menu li {
			margin: 0;
			padding: 0;
		}


	/* main layout
	----------------------------------------------------------*/
	.main-content,
	.featured + .main-content {
		background-position: 10px 0;
	}

	.content-wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}

	.featured .content-wrapper {
		padding: 10px;
	}

	/* page content */
	article, aside {
		float: none;
		width: 100%;
	}

	/* ordered list */
	ol.round {
		list-style-type: none;
		padding-left: 0;
	}

		ol.round li {
			padding-left: 10px;
			margin: 25px 0;
		}

			ol.round li.zero,
			ol.round li.one,
			ol.round li.two,
			ol.round li.three,
			ol.round li.four,
			ol.round li.five,
			ol.round li.six,
			ol.round li.seven,
			ol.round li.eight,
			ol.round li.nine {
				background: none;
			}

	 /* features */
	 section.feature {
		float: none;
		padding: 10px;
		width: auto;
	 }

		section.feature img {
			color: #999;
			content: attr(alt);
			font-size: 1.5em;
			font-weight: 600;
		}

	/* forms */
	input {
		width: 90%;
	}

	
	
	/* login page */
	#loginForm {
		border-right: none;
		float: none;
		width: auto;
	}

		#loginForm .validation-error {
			display: block;
			margin-left: 15px;
		}

	#socialLoginForm {
		margin-left: 0;
		float: none;
		width: auto;
	}

	/* footer
	----------------------------------------------------------*/
	footer .float-left,
	footer .float-right {
		float: none;
	}

	footer {
		text-align: center;
		height: auto;
		padding: 10px 0;
	}

		footer p {
			margin: 0;
		}
}
/* END: Mobile Styles */

.transactionButtons {
    float: left;
}
.pagerStyle span {
    background: #006699 !important;
    padding: 5px 10px !important;
    color: white !important;
    border: 1px solid grey;
}
.pagerStyle td td {
    border: none !important;
}

div.show-Hide-Container {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 5px;
}
    div.show-Hide-Container:hover{
        color:steelblue;
    }

.hlkFileClass {
   float:left;
   margin-top:1px;
   line-height:12px;
}

.extraMarginLeft{
    margin-left:60px;
}

.importantHelper {
	color: #1d749f;
	font-size: 18px;
	font-weight: bold;
}

.boxBorder {
	border: 4px outset #4682B4;
	padding: 10px;
	margin: 10px;
	border-radius: 15px;
}

.fileGroupingName{
    font-size:14px;
    font-weight:bold;
}

.pagerStyle a {
    padding: 5px 7px;
    font-size: 15px;
}
.indent{
    margin-left:20px;
}

#pnlNotification {
    max-width: 100%;
    min-width:500px;
    justify-content: center;
}


.filePanel{
    display:none;
}
#nPrefsLeft {
    float: left;
}
#nPrefsRight {
    float: left;
    margin-left: 10px;
}
.missing {
    font-style: italic;
    color: firebrick;
}
.catalogProductDetailsView > tbody > tr > td > input[type=text] {
    width: 250px;
}
.userDetailsUpdateCancel {
    width: 100%;
    text-align: center;
}
.newTestButtons {
    margin-top: 20px;
}
.goButton {
    font-size: 1.1em !important;
    height: 20px !important;
    margin-top: 0px !important;
    padding-top: 2px !important;
}
.drugTestNotificationDropdowns {
	width: 200px;
}
.largerh4 {
	font-size: 1.1em !important;
}
.center {
	text-align:center;
}
#contactPrefsContainer {
	float: left;
	max-width: 50%;
	margin-top:30px;
	
}
.contactPrefs {
	float: left;
	margin: 20px;
}
.contactPrefsCbxList {
	float: left;
	margin: 8px;
}
.diabledBtn {
	background: rgb(143, 143, 143) !important;
	border-color: rgb(143,143,143) !important;
	color: rgb(103, 103, 103) !important;
	font-style: italic !important;
}
.drugClass {
	background: #1d749f;
	color: white;
	padding: 1px 5px;
	margin-left: 5px;
	font-weight: normal;
}
.collapseImg {
	vertical-align: top;
	margin-top: -1px;
	margin-right: 6px;
}
#contactRecordPopup {
	display: none;
	padding: 10px;
	width: 500px;
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	box-shadow: 0px 1px 10px;
	top: 150px;
	right: 100px;
	background: white;
	z-index: 10;
}
#contactRecordPopupInner {
	font-family: arial;
	font-size: 12px;
}
#contactRecordPopupInner table {
	margin-top: 20px;
}
#contactRecordPopupInner td {
	min-width: 100px;
	vertical-align: top;
	border: 0px;
}

.pagerStyle table{
    border:none;
}

.editCompanySizing{
    max-width:800px;
}

.standOut {
    color: red;
    margin-left: 5px;
}
.escreenImage {
    height: 50px;
    padding-top: 25px;
}
.priceAddendum {
    font-weight:bold;
    font-size:8px;
    margin-left:10px;
}

.divButtons {
	background-color: #006699;
	border: 1px solid #FFAD00;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	margin-right: 8px;
	min-width: 80px;
	padding: 4px 10px;
	float: left;
}
.collapseHeader {
	cursor: pointer;
	margin-top: 10px;
}
.drugsTestedContainer {
	float: left;
	max-width: 115px !important;
}
.drugsTestedContainer input {
	margin-top: 0px !important;
}
.drugsTestedContainer select {
	height: 28px !important;
}
.serviceContainer {
	float: left;
	max-width: 115px !important;
}
.serviceContainer input {
	margin-top: 0px !important;
}
.serviceContainer select {
	height: 28px !important;
}
.drugItem h4 {
	margin-top: 10px !important;
	margin-bottom: -15px !important;
}
.noCompanyError {
	display: none;
	color: red;
}
.noCollecitonSiteError {
	display: none;
	color: red;
}
.blackLink {
	color: black !important;
	text-decoration: none !important;
}
.pnlAdditionalCompanies {
	display: none;
}
.additionalCompaniesLink {
	cursor: pointer;
	color: #1d749f;
}
input[type="submit"]:focus,
input[type="button"]:focus,
.details-views > td > a:focus  {
	background: #FFAD00 !important;
	/*border: 1px solid #006699 !important;*/
	border: 2px solid #7ac0da !important;
	border-radius: 10px;
}

input[type="submit"],
input[type="button"],
.details-views > td > a {
    border-radius: 10px;
}

.secondary-contact-panel {
	margin-top: 20px;
}
#user-search-filters {
	margin-top: 15px;
	margin-left: 10px;
}
.pdfPreview {
	width: 100%;
	/*height: 1135px;*/
}
.employeeInactive{
    background-color: orange !important;
    -webkit-print-color-adjust: exact;
}
.smallheader {
	font-size: 1.2em;
	font-weight: bold;
	width: 75%;
}
.datePicker, .dateTimePicker {
	margin-right: -16px;
}
.newEmployeeFields {
	width: 100% !important;
}
#companyInvoiceGrid th, #companyInvoiceGrid td {
	font-size: 12px !important;
}
.invoice-date-search {
	margin-left: 20px;
}
#invoice-search-btn {
	float: left;
	margin-left: 10px;
	margin-top: 12px;
}
.contacts-label-for-clients {
	margin-top: -13px;
}
#logged-in-name {
	font-size: 15px;
}
.clientLibraryDocs {
	margin: 30px;
}
.clientLibraryDocs a:link, 
.clientLibraryDocs a:visited,
.clientLibraryDocs a:active {
	color: #1d749f;
}
	.clientLibraryDocs a:hover {
		background: none;
		color: #FFAD00;
	}
.clientLibraryDocs table {
	border-style: none;
}
.clientLibraryDocs tr th {
	display: none;
}
.clientLibraryDocs tr td {
	border-style: none;
	background: #EFEEEF;
}
	.clientLibraryDocs h2 {
		max-width: 400px;
		border-bottom: 1px solid #ccc;
	}

#services{
    width:480px;
}

.testFieldName {
    float: left;
    width: 180px;
    font-weight: bold;
    clear: both;
    font-size: 11px;
    padding: 5px;
    margin-left: 10px;
}
.testFieldValue {
	float:left;
	width:250px;
	font-size:15px;
	padding:5px;
}
#draw-details-container {
	margin-top: 10px;
}

#draw-details-container th,#draw-details-container td {
		font-size: 12px !important;
}

#mvr-details-grid th, #mvr-details-grid td {
	font-size: 12px !important;
}
#batch-actions {
	margin-bottom: 5px;
	margin-top: -43px;
}
.batchDrawAction table th:first-child {
	min-width: 200px;
}
#pools-current-view {
	margin-bottom: 20px;
}
.border-right {
	border-right: 1px solid #ccc;
	padding-right: 50px;
}
#pool-filter-inner {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}
#contact-details-state {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
	#MainContent_MainContent_MainContent_UserDetailsView_StateDropDown {
		height: 27px;
	}
#contact-details-city {
	float: left;
}
#contact-details-zip {
	float: left;
	margin-left: 10px;
}
#contact-details-line1 input[type="text"] {
	width: 396px;
	margin-right: 10px;
}
#contact-details-line2 input[type="text"] {
	width: 396px;
	margin-right: 10px;
}
.contact-details-phone {
	float: left;
	margin-left: 10px;
}
	.contact-details-phone input[type="text"] {
		width: 118px;
	}
.contact-details-phone:first-child {
	margin-left: 0px;
}
	.contact-details-phone:nth-child(5) {
		margin-left: 0px !important;
	}
#MainContent_MainContent_MainContent_UserDetailsView_txtNotes {
	width: 430px;
}
.border { border: 1px solid; }
.selectedGridViewRow { 
	background: #FFAD00 !important;
	color: white !important;
}
	.selectedGridViewRow a {
		color: white !important;
	}
.useradmin-toolbar-filter {
	margin-left: 40px;
	margin-top: 7px;
}
.user-button-panel {
	margin-top: 10px;
	float: left;
}
.user-filter-dropdown {
	margin-right: 40px;
}
.gridview-detail-pair {
	float:left;
	margin: 20px;
}
.activeMainMenu {
    color: #FFAD00 !important;
    background: steelblue !important;
}
.activeMenu {
	color: #FFAD00 !important;
}
.underline-title {
	border-bottom: 1px solid #ccc !important;
}
#home-page-title {
	font-size: 40px;
	line-height: 0;
	color: #1d749f;
	text-align: center;
}
#home-page-container {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    clear: none;
}
#search-container {
	max-width: 500px;
	float: right;
	width: 25%;
}


#system-notification-container {
    justify-content: center;
    text-align: left;
    clear: none;
    margin:0 25% 0 25%;
    padding:0 40px;
}

.home-page-search-container {
    float: right;
    clear: none;
}
#home-page-stats-container-outer {
	float:left;
	width: 33.3%;
}
.home-page-stats-container {
	width: 300px;
	margin: 0 auto;
}

#MainContent_pnlcorporateLinks {
	margin-top: -13px;
}
#home-page-quickLinks-container {
	float:left;
	width: 25%;
    clear:none;
}
#home-page-quickLinks-container h3 {    
	line-height: 33px;
}
	#home-page-quickLinks-container a:link, 
	#home-page-quickLinks-container a:visited,
	#home-page-quickLinks-container a:active {
		color: #1d749f;
	}
	#home-page-quickLinks-container a:hover {
		background: none;
		color: #FFAD00;
	}
#home-page-stats {
	/*line-height: 2em;*/
	line-height: 33px;
}
#admin-menu a:hover, .tier-three-menu a:hover {
	color: #FFAD00 !important;
	background: none;
}
a {
	color: #00E;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}
	#home-page-stats a:link, 
	#home-page-stats a:visited,
	#home-page-stats a:active {
		color: #1d749f;
	}
	#home-page-stats a:hover {
		background: none;
		color: #FFAD00;
	}
.customCommandRow {
	border: 1px solid #FFAD00;
	padding: 5px 10px;
	margin: 5px -3px 0px 5px;
	text-decoration: none;
	background: none repeat scroll 0% 0% #069;
	color: #FFF;
}
#pool-select {
	margin-bottom: 20px;
}

#radiusORText {
	margin-left: 15px;
	margin-right: -15px;
}

#txtRadiusState {
	text-transform: uppercase;
}

.radiusCityStateZip {
	float: left;
	margin-right: 20px;
}
.serviceId{
	float:left;
	margin-right:20px;
}
.serviceId  input,.serviceId label{
	float: left;
}
.serviceId label {
	float: right;
	margin-left:7px;
}
#radiusControls {
	float: left;
	margin-right: 20px;
}

#map-canvas {
	/*border: 1px solid;*/
	float: left;
	width: 500px;
	height: 300px;
	margin-bottom: 20px;
}

#map-canvas > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2) {
	min-width: 252px !important;
}
#map-canvas > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
	min-width: 250px !important;
}
#map-canvas > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div.gm-style-iw {
	min-width: 200px !important;
}
#map-canvas > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) {
	left: 230px !important;
	top: 7px !important
}

.report-filters {
	margin-top: 20px;
	overflow: hidden;
}

.report-filters-date {
	float: left;
	margin: 0 5px;
}

.report-filters-buttons {
	overflow: hidden;
	width: auto;
	padding-top: 10px;
	float: right;

}

.report-filters-address-book {
	float: left;
	margin: 5px 25px;
}

.report-filters-address-book {
	float: left;
	margin: 5px 25px;
}

.report-filters-combobox {
	float: left;
	margin-left: 10px;
	margin-right: 30px;
}

.report-billing-division {
	margin-right: 30px;
}

.combobox-label {
	overflow: hidden;
	margin-bottom: -8px;
}

.dropdown-label {
	overflow: hidden;
	margin-bottom: -9px;
}


.separator {
	overflow:hidden;
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
	border:1px solid #ccc;

}
#recent {
	width: 48%;
	float: left;
}
	#recent table {
		width: 100%;
	}
		#recent table table {
			width: auto;
		}
#cart {
	/*display:inline-block;*/
	width:100%;
}
	#cart table {
		width:100%;
	}
#catalog {
	float: right;
	width: 48%;
}
	#catalog table {
		width: 100%;
	}
		#catalog table table {
			width: auto;
		}
.findBtn {
	/* styling for find/search buttons
		that are meant to go inline
		with a textbox control */
	padding: 5px !important;
	margin-right: 0px !important;
	height: 27px !important;
	position: absolute !important;
}
.findBtnCboSpan {
	/* styling for find/search buttons
		that are meant to go inline
		with a jqueryUI combobx
		control. the button must be
		inside of a span */
	margin-left: 30px;
}
	.findBtnCboSpan input[type="Submit"] {
		height: 26px !important;
	}
.labrecon_previewHeader {
	font-size: 60px;
}
#labrecon_previewHeader {
	text-align:center;
}
.labrecon_grids {
	float:left;
}
.labrecon_grandtotal {
	float:right;
	margin:10px 0px 10px 0px;
}
.labrecon_totals {
	float:right;
	margin-bottom:10px;
}
.labrecon_headers {
	float:left;
	margin-bottom:10px;
	cursor:pointer;
}
.labrecon_outers {
	overflow:hidden;
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0px 10px 0px;
}
.incomestream_head {
	margin-top:10px;
}
.incomestream_ddl {
	margin: 0px 50px 5px 5px;
}
.incomestream_weightRevenue {
	float: left;
	margin-top: -5px;
	padding-right: 30px;
	width:160px;
}
.incomestream_btn {
	margin: 5px 0px 15px 0px;
}
.incomestream_sep {
	border: 1px solid #ccc;
	width: 335px;
	margin: 5px 0px 10px 0px;
}
.incomestream_items {
	float:left;
	font-weight:bold;
	width:100px;
	margin: 3px 10px 0px 0px;
	min-width:175px;
}
.incomestream_weightRevenue_txt{
	margin-top:10px;
	float:left;
}
.incomestream_row {
	width: 750px;
	clear: both;
	padding: 10px;
	border-bottom: 1px solid black
}
	.incomestream_row:nth-child(odd) {
		background: #e0e0e0;
	}
.expansions {
	font-family: Webdings;
	font-size: 25px;
	cursor: pointer;
}
.flat_cost {
	display: inline-block;
	margin-top: -29px;
}
.breakdownDivs {
	float: left;
	margin: 0px 5px 0px 5px;
}
#misc-gridview, #division-gridview {
	float:left;
	margin:20px 20px 0px 0px;
}
#misc-details, #division-details {
	float:left;
	margin:20px 0px 0px 20px;
}
.breakdowns {
	border:1px solid black;
	min-width:150px;
	min-height:50px;
	overflow:hidden;
	padding:5px;
}
.breakdownLabels {
	min-width:150px;
	text-align:right;
	display:inline-block;
}
.general-pricing {
	float:left;
	margin: 15px;
	border:1px solid #ccc;
	padding:10px;
    min-height:110px;
	/*box-shadow:5px 5px 5px #ccc;*/
}

.drug-panel-pricing {
	float:left;
	margin: 15px;
    height:120px;
	border:1px solid #ccc;
	padding:10px;
	/*box-shadow:5px 5px 5px #ccc;*/
}

.drug-panel-enabling, .connector-service-enabling {
    float: left;
    margin: 15px;
    min-height: 80px;
    border: 1px solid #ccc;
    padding: 10px;
}
.drug-panel-enabling-items, connector-service-enabling-items {
    background-color: white;
    padding: 5px;
}


.drug-panel-enabling {
    float: left;
    margin: 15px;
    min-height: 80px;
    border: 1px solid #ccc;
    padding: 10px;
}

.drug-panel-enabling-items {
    background-color: white;
    padding: 5px;
}
    .clinical-service-pricing {
    float: left;
    margin: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    /*box-shadow:5px 5px 5px #ccc;*/
}
.collection-site-pricing-outer-div, 
.drug-pricing-outer-div, 
.drug-panel-pricing-outer-div,
.general-pricing-outer-div,
.clinical-service-pricing-div {
	overflow:hidden;
}
	.pricing-section-header {
		cursor:pointer;
		display:inline;
	}
.pricing, clincial-service-pricing {
	float:left;
	margin: 10px;
	border:1px solid #ccc;
	padding:10px;
	min-width:150px;
	/*box-shadow:5px 5px 5px #ccc;*/
}

#mvrfulldetails {
	/*width:400px;*/
	/*height:200px;*/
	overflow:auto;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active, .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #006699 !important; /*#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/
	font-weight: normal;
	color: white !important;
}
.ui-state-default {
	color:black !important;
}
.ui-state-highlight {
	border:1px solid #FFAD00 !important;
	background: #006699 !important;
	color:white !important;
}
.smallcombobox input.custom-combobox-input {
	background:white !important;
	width:150px !important;
}
.custom-combobox-input {
	background:white !important;
	width:270px;
}
.ui-menu a:hover {
	color:white !important;
	background:#006699 !important;
}
.ui-button {
	background:#e6e6e6 !important;
	height:24px !important;
}
.ui-widget {
	font-family:Arial,'Segoe UI' !important;
	color:black;
	font-size:1.2em !important;
}
.ui-menu {
	max-height:300px;
	overflow:auto;
}
.filterDropDown {
	height:26px;
	margin-top:6px;
}
#clearSignature {
	/* jeremiah */
	width:60px;
}
#imgDrSignature {
	max-width:300px;
	max-height:90px;
}
.details-views td:last-child {
	/* jeremiah */
	padding: 10px 0px;
}
.details-views a {
	/* jeremiah */
	border: 1px solid #FFAD00;
	padding: 5px 10px;
	margin: 5px -3px 0px 5px;
	text-decoration: none;
	background: #006699;
	color: white;
}
#link-details,
#dr-details,
#drug-details, 
#test-reason-details, 
#drug-panel-details {
	/* jeremiah */
	float: right;
}
#link-gridview,
#dr-gridview,
#drug-gridview, 
#test-reason-gridview, 
#drug-panel-gridview {
	/* jeremiah */
	float: left;
}

.link{
    float:none;
}

.user-messaging-prefs td {
	/* jeremiah */
	background: #EFEEEF;
}

#separater {
	/* jeremiah */
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

#date-range-search {
	/* jeremiah */
	width: 475px;
	margin: 0 auto;
}

#begin-date {
	/* jeremiah */
	float: left;
	text-align: left;
}

	#begin-date h3 {
		/* jeremiah */
		margin-top: 2px;
	}

#end-date {
	/* jeremiah */
	float: left;
	text-align: left;
	margin-left: 30px;
}

.test-landing-toolbar {
	/* jeremiah */
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#or {
	/* jeremiah */
	font-weight: bold;
	font-size: large;
}

.search_test_grids {
	float: left;
	margin: 20px;
}

.ajax__combobox_itemlist {
	/* jeremiah */
	width: 340px !important;
}

.ajax__combobox_buttoncontainer button {
	/* jeremiah */
	margin: 0px 0px 0px -2px !important;
}

td.ajax__combobox_textboxcontainer {
	/* jeremiah */
	border: none;
	padding-bottom:5px !important;
	padding-left: 0px !important;
}

.ajax__combobox_buttoncontainer {
	/* jeremiah */
	border: none;
	padding-bottom:5px !important;
}

.modalBackground {
	/* jeremiah */
	background-color: gray;
	filter: alpha(opacity = 70);
	opacity: 0.7;
}

.modalPopup {
	/* jeremiah */
	background-color: white;
	border-width: 3px;
	border-style: solid;
	border-color: gray;
	padding: 20px;
	padding-top: 5px;
	width: 450px;
}

.modalEntryField {
	/* jeremiah */
	width: 200px;
	height: 23px;
	margin-right: 10px;
}

.customValidator {
	/* jeremiah */
	color: red;
	float: left;
}



.toolbarPanel {
	/* jeremiah */
	float: left;
	width: 100%;
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.radioButtonList td {
	/* jeremiah */
	border: none;
}

.radioButtonList input {
	/* jeremiah */
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.radioButtonList label {
	/* jeremiah */
	display: inline !important;
	padding-left: 5px;
}

.checkboxList Label {
	/* jeremiah */
	display: inline !important;
	margin-left: 5px !important;
}

.checkboxList td {
	padding: 0;
	border: none;
}

.float-right {
	/* jeremiah */
	float: right;
}

.checboxLabels label {
	display: inline !important;
	margin-left: 5px !important;
}

.columnHeadUsernames th {
	min-width: 500px !important;
}



#pool-gridview-container td, #pool-draw-list td {
	max-width: 200px !important;
}

#admin-menu {
	/*text-align: right;*/
	border-bottom: #c2690f solid 5px;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.25em;
}

	#admin-menu ul {
		margin: 0px 0px 5px 0px;
		padding-left: 0px;
	}

		#admin-menu ul li {
			display: inline;
			list-style-type: none;
		}
            
			#admin-menu ul li:not(:empty) :after {
				content: '|';
				margin-left: 3px;
				margin-right: -3px;
			}

            #admin-menu ul li:empty :after {
				content: none;
				margin-right: 0;
			}

	#admin-menu a, a:visited {
		color: #1d749f;
		text-decoration: none;
	}

.tier-three-menu {
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
	.tier-three-menu ul li {
		display: inline;
		list-style-type: none;
	}
	.tier-three-menu a, a:visited {
		color: #1d749f;
	}

#pool-detailview-container,
#user-detailview-container,
#company-detailview-container,
#address-detailview-container {
	/*float: right;*/
	padding: 0 0 10px 10px;
}

#pool-gridview-container,
#user-gridview-container,
#company-gridview-container {
	clear:both;
	float:left;
	/*width:50%;*/
}

#user-pool-gridview-container {
	float: right;
	/*width:50%;*/
}

#footerSection {
	height: 30px;
}

.clear {
	clear: both;
}

.featured h3 {
	/*color: white;
	font-size: 1.5em;
	margin-left: 5px;
	margin-bottom: 5px;*/
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.5em;
}
.notification-label {
    background: steelblue;
    padding: 20px 50px;
    color: white;
    display: block;
    width: 600px;
    margin: 0 auto;
    border: 2px solid #FFAD00;
    z-index: 10;
}

.company-details-panel, .collection-site-details-panel {
	float: left;
}

#company-address-panel, #collection-site-address-panel {
	float: left;
	margin-left: 20px;
}

.address-panel {
	float: left;
	margin-left: 30px;
}

	.address-panel h1 {
		border-bottom: 1px solid #1d749f;
		margin-bottom: 5px;
	}

.address-label {
	margin-top: 10px;
}

.details-container-toggle {
	cursor: pointer;
	text-decoration: underline;
	margin-bottom: 5px;
}

.details-container {
	margin: 3px;
}

	.details-container span.title {
		color: #1d749f;
		font-size: 1.2em;
	}

.details-subcontainer {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 3px;
	overflow: hidden;
	padding: 10px;
}

textarea {
	width: 300px;
}

.details-container-contact {
	display: none;
}

.details-container-employment {
	display: none;
}

.details-container-visible {
	display: block;
}

.contact-list li {
	/*font-size: 1.25em;*/
	cursor: pointer;
}


.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

	.sortable li {
		margin: 0 3px 3px 3px;
		padding: 0.4em;
		padding-left: 1.5em;
		font-size: 1.4em;
		height: 18px;
		background: gray;
		border: 1px solid white;
	}

		.sortable li span {
			position: absolute;
			margin-left: -1.3em;
		}

/* Messaging CSS */
#messaging .title {
	margin-bottom: 12px;
	font-size: 24px;
}

#messaging .optionBlock {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background-color: #CCC;
	padding: 4px;
}

#messaging .inputBox {
	width: 580px;
}

#messaging textarea {
	resize: none;
}

#messaging label {
	display: inline !important;
	padding: 2px;
}

#messaging .form .leftLabel {
	padding: 11px;
	width: 108px;
}

#messaging .nowrap {
	white-space: nowrap;
}

input[type='radio'],
input[type='radio']:focus {
	border: none !important;
	background: none !important;
	color: none !important;
	margin: auto !important;
	width: auto !important;
}

.nowrap {
	white-space: nowrap;
}

.ajaxComboBoxReset {
	padding: 0;
	margin: 0;
	border: none;
}

	.ajaxComboBoxReset table {
		padding: 0;
		margin: 0;
		margin-bottom: 7px;
	}

	.ajaxComboBoxReset td {
		padding-bottom: 13px !important; /* jeremiah */
		padding-right:0;
		margin: 0;
	}
.pool-draw-list-panel {
	float: right;
	margin-top: 10px;
}

#pool-filter {
	border-bottom: 1px solid #ccc;
    margin-top: -15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#useradmin-toolbar {
	margin-bottom: 20px;
}

.message-failure {
	color: red;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

div.importErrorsHeading {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}

ul.importErrors {
	font-weight: bold;
	color: red;
}
#searchingPopup {
	width: 350px;
	text-align: center;
	height: 200px;
	font-size: 20px;
	background: white;
	box-shadow: 0px 1px 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -175px;
	z-index: 10;
}
.spinloader {
	background-color: rgba(0,0,0,0);
/*    border: 5px solid rgba(183,183,229,0.9);*/
	border: 5px solid #ccc;
	opacity: .9;
	border-top: 5px solid rgba(0,0,0,0);
	border-left: 5px solid rgba(0,0,0,0);
	border-radius: 25px;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	-moz-animation: spin .1s infinite linear;
	-webkit-animation: spin .9s infinite linear;
}
.spinloaderGif img {
	width: 50px;
}
.spinner-container {
	margin: 70px;
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-moz-keyframes spinoff {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(-360deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spinoff {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

.imgBtnMargin {
    margin-top: -31px;
}

.lnkHeader {
    color: #1d749f;
    font-size: 12px;
}
    .lnkHeader a:visited {
        color: #1d749f;
        font-size: 12px;
    }
    .lnkHeader a:active {
        color: #1d749f;
        font-size: 12px;
    }
    .lnkHeader a:focus {
        color: #1d749f;
        font-size: 12px;
    }
    .lnkHeader a:hover {
        color: #1d749f;
        font-size: 12px;
    }

.tests_helper_image, .companyfilecontrol_helper_image,
.test_status_helper_image, .alternate_helper_image,
.editcompany_helper_image, .billing_helper_image {
	margin-left: 10px;
	margin-top: 6px;
	cursor: pointer;
}

.tests_helper_placeholder, .companyfilecontrol_helper_placeholder,
.alternate_helper_placeholder, .editcompany_helper_placeholder,
.billing_helper_placeholder, .status_helper_placeholder {
	position: relative;
	left: 200px;
}

.tests_helper_box, .companyfilecontrol_helper_box,
.alternate_helper_box, .editcompany_helper_box,
.billing_helper_box, .status_helper_box {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 300px;
	background: white;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 5px;
	box-shadow: 2px 2px 2px #888;
	z-index: 100;
}

#auditDiv {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 400px;
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 5px;
    box-shadow: 2px 2px 2px #888;
    z-index: 100;
    max-height:400px;
    overflow:scroll;
}

.auditHelper{
    margin-left: 10px;
    cursor:pointer;
}

.noImage {
	width:15px;
}
.yesImage {
	width:15px;
}


#drawLegend table{
	text-align:center;font-size:8px;
}

#drawFilter{
	clear:left;padding-top:10px;
}

.mvrImage img{
	width:25px;
}
.orderDates{
	width:250px;
}
.accioOrderKey{
	float:left;
	clear:both;
	font-weight:bold;
	margin-right:5px;
}
.accioOrderValue{
	float:left;
}
.vertical-text{
    transform: rotate(90deg);
    transform-origin: left top 0;
}
.hiddenRow{
    visibility:hidden;
}
.indentLeft{
    padding-left:10px;
}
#pnlJira{
    display:inline;
}
#requestFeature{
    cursor:pointer;
    border:5px orange outset;
}

.companyFileDeleteIcon {
    vertical-align:5px;
    width: 10px;
    height: 10px;
    margin:0px;
}

.groupedFiles{
    padding-left:10px;
    padding-bottom:10px;
}


.floatLeft{
    float:left;
}

.seperateLine{
    display:block;
}



.gsnSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
}

.gsnSelect {
    position: relative;
    display: inline-flex;
    width: 265px;
    background-color: #9FBBD3;
    overflow: hidden;
    border-radius: 10px;
    margin: 5px 0px;
}

    .gsnSelect select {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 0 0 .5em;
        color: #000;
        cursor: pointer;
        font-size: 14px;
        border-radius: 10px;
        padding: 5px;
    }

.gsnSelect select::-ms-expand {
    display: none;
}

    .gsnSelect::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 7px 9px;
        background-color: #9FBBD3;
        pointer-events: none;
    }

    .gsnSelect:hover::after {
        color: #F39C12;
    }
.totalServices {
    background: linear-gradient(to right, red, purple);
}

.gsnSelect::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.connectorMultiLine {
    height: 75px;
    width: 250px;
}

.checkbox-style label {
    display: inline;
    padding-left: 5px;
}

.escreen-checkbox-style {
    margin-left: 100px;
}

.escreen-checkbox-style label {
    display: inline;
    padding: 0px 10px 0px 5px;
}

.collection-search-checkbox-style label {
    display: inline;
    padding: 0px 10px 0px 5px;
}
.collection-search-panel{
    width:200px;
    display:inline-block;
}


.newButtonLook {
    cursor: pointer;
    float: right;
    font-weight: bold;
    background-image: -ms-linear-gradient(left, #06508d 0%, #a0bcd4 100%);
    background-image: -o-linear-gradient(left, #06508d 0%, #a0bcd4 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #06508d), color-stop(1, #a0bcd4));
    background-image: -webkit-linear-gradient(left, #06508d 0%, #a0bcd4 100%);
    background-image: -moz-linear-gradient(left, #06508D 0%, #A0BCD4 100%);
    background-image: linear-gradient(left, #06508d 0%, #a0bcd4 100%);
    border: black 2px solid;
    border-radius: 10px;
    color: white;
    padding: 2px;
}

.ui-datepicker-trigger{
    top:3px;
    left:-3px;
    position:relative;
}

.connectorKey {
    font-weight: bold;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    vertical-align: central;
}

.connectorLeftSide {
    width: 375px;
    float: left;
    border: 4px outset #4682B4;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
}

    .connectorLeftSide input[type="text"], .connectorRightSide input[type="text"] {
        width: 250px;
    }

.connectorRightSide {
    width: 475px;
    float: left;
    border: 4px outset #4682B4;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
}


.smallSide {
    width: 90px;
    display: inline-block;
}

select.error, textarea.error, input.error {
    background-color: #FFC0CB;
}

select.required:not(.valid), textarea.required:not(.valid), input.required:not(.valid) {
    background-color: #FFC0CB;
    border: red 1px solid;
}

    select.required:not(.valid):focus, textarea.required:not(.valid):focus, input.required:not(.valid):focus {
        background-color: #FFC0CB;
        border: red 3px solid;
    }

select:focus, textarea:focus, input:focus {
    border-radius: 10px;
    border: #055091 3px solid;
    outline: none;
}

textarea, input, select {
    border-radius: 10px;
    border: #055091 1px solid;
}

input:disabled + label {
    color: #BBB;
}

.testsSearchFields {
    overflow: hidden;
    float: left;
    margin-left: 10px;
    padding-top:4px;
}

.collectionSiteSearchCompany input{
    width:350px;
}

.servicesToBeSearchedService {
    font-size: 11px;
    font-weight: bold;
    display: inline-flex;
}

/*******************************************************************************
 * Tree container
 */
ul.dynatree-container
{
	font-family: tahoma, arial, helvetica;
	font-size: 10pt; /* font size should not be too big */
	white-space: nowrap;
	padding: 3px;
	margin: 0; /* issue 201 */
	background-color: white;
	border: 1px dotted gray;
	overflow: auto;
/*	height: 100%; /* issue 263, 470 */
	min-height: 0%;
}

ul.dynatree-container ul
{
	padding: 0 0 0 16px;
	margin: 0;
}

ul.dynatree-container li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	-moz-background-clip:border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-attachment: scroll;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat-y;
	background-image: none;  /* no v-lines */

	margin:0;
	padding:1px 0 0 0;
}
/* Suppress lines for last child node */
ul.dynatree-container li.dynatree-lastsib
{
	background-image: none;
}
/* Suppress lines if level is fixed expanded (option minExpandLevel) */
ul.dynatree-no-connector > li
{
	background-image: none;
}

/* Style, when control is disabled */
.ui-dynatree-disabled ul.dynatree-container
{
	opacity: 0.5;
/*	filter: alpha(opacity=50); /* Yields a css warning */
	background-color: silver;
}


/*******************************************************************************
 * Common icon definitions
 */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker
{
	width: 16px;
	height: 16px;
/*	display: -moz-inline-box; /* @ FF 1+2 removed for issue 221*/
/*	-moz-box-align: start; /* issue 221 */
	display: inline-block; /* Required to make a span sizeable */
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url("icons.gif");
	background-position: 0 0;
}

/** Used by 'icon' node option: */
ul.dynatree-container img
{
	width: 16px;
	height: 16px;
	margin-left: 3px;
	vertical-align: top;
	border-style: none;
}


/*******************************************************************************
 * Lines and connectors
 */

/*
span.dynatree-empty
{
}
span.dynatree-vline
{
}
*/
span.dynatree-connector
{
	background-image: none;
}
/*
.dynatree-lastsib span.dynatree-connector
{
}
*/
/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-exp-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */

span.dynatree-expander
{
	background-position: 0px -80px;
	cursor: pointer;
}
span.dynatree-expander:hover
{
	background-position: -16px -80px;
}
.dynatree-exp-cl span.dynatree-expander /* Collapsed, not delayed, last sibling */
{
}
.dynatree-exp-cd span.dynatree-expander /* Collapsed, delayed, not last sibling */
{
}
.dynatree-exp-cdl span.dynatree-expander /* Collapsed, delayed, last sibling */
{
}
.dynatree-exp-e span.dynatree-expander,  /* Expanded, not delayed, not last sibling */
.dynatree-exp-ed span.dynatree-expander,  /* Expanded, delayed, not last sibling */
.dynatree-exp-el span.dynatree-expander,  /* Expanded, not delayed, last sibling */
.dynatree-exp-edl span.dynatree-expander  /* Expanded, delayed, last sibling */
{
	background-position: -32px -80px;
}
.dynatree-exp-e span.dynatree-expander:hover,  /* Expanded, not delayed, not last sibling */
.dynatree-exp-ed span.dynatree-expander:hover,  /* Expanded, delayed, not last sibling */
.dynatree-exp-el span.dynatree-expander:hover,  /* Expanded, not delayed, last sibling */
.dynatree-exp-edl span.dynatree-expander:hover  /* Expanded, delayed, last sibling */
{
	background-position: -48px -80px;
}
.dynatree-loading span.dynatree-expander  /* 'Loading' status overrides all others */
{
	background-position: 0 0;
	background-image: url("loading.gif");
}


/*******************************************************************************
 * Checkbox icon
 */
span.dynatree-checkbox
{
	margin-left: 3px;
	background-position: 0px -32px;
}
span.dynatree-checkbox:hover
{
	background-position: -16px -32px;
}

.dynatree-partsel span.dynatree-checkbox
{
	background-position: -64px -32px;
}
.dynatree-partsel span.dynatree-checkbox:hover
{
	background-position: -80px -32px;
}

.dynatree-selected span.dynatree-checkbox
{
	background-position: -32px -32px;
}
.dynatree-selected span.dynatree-checkbox:hover
{
	background-position: -48px -32px;
}

/*******************************************************************************
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'dynatree-radio' in the tree options.
 */
span.dynatree-radio
{
	margin-left: 3px;
	background-position: 0px -48px;
}
span.dynatree-radio:hover
{
	background-position: -16px -48px;
}

.dynatree-partsel span.dynatree-radio
{
	background-position: -64px -48px;
}
.dynatree-partsel span.dynatree-radio:hover
{
	background-position: -80px -48px;
}

.dynatree-selected span.dynatree-radio
{
	background-position: -32px -48px;
}
.dynatree-selected span.dynatree-radio:hover
{
	background-position: -48px -48px;
}

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */

span.dynatree-icon /* Default icon */
{
	margin-left: 3px;
	background-position: 0px 0px;
}

.dynatree-has-children span.dynatree-icon /* Default icon */
{
/*    background-position: 0px -16px; */
}

.dynatree-ico-cf span.dynatree-icon  /* Collapsed Folder */
{
	background-position: 0px -16px;
}

.dynatree-ico-ef span.dynatree-icon  /* Expanded Folder */
{
	background-position: -64px -16px;
}

/* Status node icons */

.dynatree-statusnode-wait span.dynatree-icon
{
	background-image: url("loading.gif");
}

.dynatree-statusnode-error span.dynatree-icon
{
	background-position: 0px -112px;
/*	background-image: url("ltError.gif");*/
}

/*******************************************************************************
 * Node titles
 */

/* @Chrome: otherwise hit area of node titles is broken (issue 133)
   Removed again for issue 165; (133 couldn't be reproduced) */
span.dynatree-node
{
/*	display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221 */
/*	-moz-box-align: start; /* issue 221 */
	display: inline-block; /* issue 373 Required to make a span sizeable */
	vertical-align: top;
}


/* Remove blue color and underline from title links */
ul.dynatree-container a
/*, ul.dynatree-container a:visited*/
{
	color: black; /* inherit doesn't work on IE */
	text-decoration: none;
	vertical-align: top;
	margin: 0px;
	margin-left: 3px;
/*	outline: 0; /* @ Firefox, prevent dotted border after click */
	/* Set transparent border to prevent jumping when active node gets a border
	   (we can do this, because this theme doesn't use vertical lines)
	   */
	border: 1px solid white; /* Note: 'transparent' would not work in IE6 */

}

ul.dynatree-container a:hover
{
/*	text-decoration: underline; */
	background: #F2F7FD; /* light blue */
	border-color: #B8D6FB; /* darker light blue */
}

span.dynatree-node a
{
	display: inline-block; /* Better alignment, when title contains <br> */
/*	vertical-align: top;*/
	padding-left: 3px;
	padding-right: 3px; /* Otherwise italic font will be outside bounds */
	/*	line-height: 16px; /* should be the same as img height, in case 16 px */
}
span.dynatree-folder a
{
/*	font-weight: bold; */ /* custom */
}

ul.dynatree-container a:focus,
span.dynatree-focused a:link  /* @IE */
{
	background-color: #EFEBDE; /* gray */
}

span.dynatree-has-children a
{
/*	font-style: oblique; /* custom: */
}

span.dynatree-expanded a
{
}

span.dynatree-selected a
{
/*	color: green; */
	font-style: italic;
}

span.dynatree-active a
{
	border: 1px solid #99DEFD;
	background-color: #D8F0FA;
}

/*******************************************************************************
 * Drag'n'drop support
 */

/*** Helper object ************************************************************/
div.dynatree-drag-helper
{
}
div.dynatree-drag-helper a
{
	border: 1px solid gray;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	opacity: 0.8;
}
span.dynatree-drag-helper-img
{
	/*
	position: relative;
	left: -16px;
	*/
}
div.dynatree-drag-helper /*.dynatree-drop-accept*/
{
/*    border-color: green;
	background-color: red;*/
}
div.dynatree-drop-accept span.dynatree-drag-helper-img
{
	background-position: -32px -112px;
}
div.dynatree-drag-helper.dynatree-drop-reject
{
	border-color: red;
}
div.dynatree-drop-reject span.dynatree-drag-helper-img
{
	background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/

#dynatree-drop-marker
{
	width: 24px;
	position: absolute;
	background-position: 0 -128px;
	margin: 0;
}
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before
{
	width:64px;
	background-position: 0 -144px;
}
#dynatree-drop-marker.dynatree-drop-copy
{
	background-position: -64px -128px;
}
#dynatree-drop-marker.dynatree-drop-move
{
	background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/

span.dynatree-drag-source
{
	/* border: 1px dotted gray; */
	background-color: #e0e0e0;
}
span.dynatree-drag-source a
{
	color: gray;
}

/*** Target node while dragging cursor is over it *****************************/

span.dynatree-drop-target
{
	/*border: 1px solid gray;*/
}
span.dynatree-drop-target a
{
}
span.dynatree-drop-target.dynatree-drop-accept a
{
	/*border: 1px solid green;*/
	background-color: #3169C6 !important;
	color: white !important; /* @ IE6 */
	text-decoration: none;
}
span.dynatree-drop-target.dynatree-drop-reject
{
	/*border: 1px solid red;*/
}
span.dynatree-drop-target.dynatree-drop-after a
{
}

