/*! jQuery UI - v1.11.1 - 2014-08-13 */
@charset "utf-8";

/* ---------------------- jQuery UI 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); /* support: IE8 */
}

.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: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
	background-color: 
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* 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 {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	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;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: 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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 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 override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center 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 .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Open Sans,sans-serif;
	font-size: var(--widget-font-size);
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Open Sans,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid var(--content-border-color);
	background: var(--content-background);
	color: var(--content-color);
}
.ui-widget-content a {
	color: var(--content-color);
}
.ui-widget-header {
	border: 1px solid var(--header-border-color);
	background: var(--header-background);
	color: var(--header-color);
	font-weight: bold;
}
.ui-widget-header a {
	color: var(--header-color);
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid var(--default-border-color);
	background: var(--default-background);
	font-weight: var(--default-font-weight);
	color: var(--default-color);
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: var(--default-color);
	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 var(--hover-border-color);
	background: var(--hover-background);
	font-weight: bold;
	color: var(--hover-color);
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: var(--hover-color);
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid var(--active-border-color);
	background: var(--active-background);
	font-weight: bold;
	color: var(--active-color);
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: var(--active-color);
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid var(--highlight-border-color);
	background: var(--highlight-background);
	color: var(--highlight-color);
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: var(--highlight-color);
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid var(--error-border-color);
	background: var(--error-background);
	color: var(--error-color);
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: var(--error-color);
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: var(--error-color);
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Misc visuals ----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: var(--radius);
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: var(--radius);
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: var(--radius);
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: var(--radius);
}

/* Overlays */
.ui-widget-overlay {
	background: var(--overlay-color) 50% 50% repeat;
	opacity: var(--overlay-opacity);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000 50% top repeat-x;
	opacity: 0.3;
	border-radius: 8px;
}


/* JQuery alterations */
.ui-button {
	box-shadow: var(--button-shadow);
}
.ui-button:active {
	transform: var(--button-tranform);
	box-shadow: var(--active-button-shadow);
	background: var(--button-active-background);
	color: var(--active-button-color);
	border: 1px solid var(--active-button-border-color);
}
.ui-tabs-active {
	transform: var(--tabs-active-transform);
	z-index:100;
}
.ui-accordion, .ui-menu, .ui-tooltip, .ui-datepicker, .ui-timepicker {
	box-shadow: var(--element-shadow);
}
.ui-dialog {
	box-shadow: var(--dialog-shadow);
}
.ui-autocomplete {
	overflow-y:scroll;
	max-height:300px;
	overflow-x:hidden;
}
.ui-autocomplete-loading {
	background: white url("/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
span.ui-spinner.ui-widget-content:not(.ui-state-disabled) {
	background: white !important;
}
.ui-selectable .ui-selecting { background: #FECA40; }
.ui-selectable .ui-selected { background: #F39814; color: white; }
.ui-selectable { list-style-type: none; margin: 0; padding: 0; }
.ui-selectable li { margin:0px; padding: 4px; }
/* Hide the close button on a dialog */
.no-close .ui-dialog-titlebar-close {
	display: none;
}
.ui-datepicker-inline, .ui-spinner {
	font-size: inherit;
}


button:focus, a:focus, h3:focus { /* Prevent Chrome black border */
	outline: none;
}
.jstree-default .jstree-hovered {
  background:  var(--highlight-hover);
}
.jstree-default .jstree-clicked {
  background: var(--highlight-background);
}
/* All headers must be bold */
th {
	font-weight: bold !important;
}
/* jqGrid headers cell backgrounds transparent so the row background shows */
.ui-th-ltr, .ui-th-rtl {
	background: rgba(0,0,0,0) !important;
}
.ui-row-ltr, .ui-row-rtl {
	background: var(--jqgrid-row-background);
}


/* jqGrid overrides */
.ui-jqgrid .ui-jqgrid-btable {
	cursor : default;
	font-size:1em !important;
}
/* Enable jqGrid rows as multiline */
.multi_line_grid tr.jqgrow td {
	white-space: normal !important;
    /*height:auto;*/
}
.ui-jqgrid .ui-jqgrid-view { 
	font-size:11px;
}
.ui-jqgrid tr.ui-search-toolbar td > input, .ui-jqgrid tr.ui-search-toolbar td > select, .ui-jqgrid tr.ui-search-toolbar td > textarea {
	margin: 0;
	padding-top:5px;
	padding-bottom: 5px;
}

/* ********************** HireHop CSS ********************* */

/* Genral */
body {
	/* Prevent safari bottom of screen bounce */
	height: 100%;
	width: 100%;
	overflow: auto;
	/* Standard page settings */
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color:#404040;
	margin: 0;
	padding: 0;
	min-width: 980px;
}

/* Every page has this, override width for full screen width */
.container {
	width: var(--screen-width);
	min-width: 980px;
	background: #FFF;
	margin: 0 auto;
    height:auto;
}

/* Make them all size the same */
input, textarea, select, button {
  box-sizing: border-box;
}

/* Page or data loading image */
@-moz-keyframes loading_spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes loading_spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes loading_spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#loadingImage, .loadingImage {
    margin: 20px auto;
	width: 41px;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAqCAYAAAAu9HJYAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3wwdEQ8rfv9K0QAAANlJREFUWMPtmMsSgCAIRYXh/3+ZVm6aHAWupDO4rLwdiWekqu30xe2CVZAFedqSqAARTdODqlLoHZ4UtAJmge16o/ucBdj3vvev6HEW4JfOqp7s8r3Z85YDSxRw5Ef9OsL64gVcjVgELCOjdFca4oxASbekxyLRw7JF+A/Aa2o3VWdekAUJLIuW1IFKTbB+8srPvduKYcisCsSZgF4tN6THIt46HhppZ1NepLOHzt0jWOQ8Lha/QQ5XFp9miyAqWKw6bBVUVYrAutJWtJ889l9QdUEFWZAFiVkPZRaVVSkJxV4AAAAASUVORK5CYII=);
	-webkit-animation:loading_spin 1s linear infinite;
	-moz-animation:loading_spin 1s linear infinite;
	animation:loading_spin 1s linear infinite;
}
#loadingImageSmall, .loadingImageSmall {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAgMAAADw5/WeAAAACVBMVEVMaXHDw8MAAABjT8YlAAAAAXRSTlMAQObYZgAAAEVJREFUeF4lyrENwCAQA8D7ghF+Hxp6hMg+GQdlyoTQnCzbADFu5Fi/D1EsSqVvo8vPKTHByU5z1vNUbKVeudpEbkWrgBe/DwsPSM139AAAAABJRU5ErkJggg==);
	-webkit-animation:loading_spin 1s linear infinite;
	-moz-animation:loading_spin 1s linear infinite;
	animation:loading_spin 1s linear infinite;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-right: 10px;
	padding-left: 10px;
}

/* Make sure links always displayed the same */
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a img {
	border: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}

/* Make sure textarea width:100% do not overflow parent */
textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Not everything supports a red border, so use a box shadow instead */
.redborder {
	-webkit-box-shadow: 0px 0px 4px red;
	-moz-box-shadow: 0px 0px 4px red;
	box-shadow: 0px 0px 4px red;
}

/* Flashing red borde - Settings->Accounts after adding new package */
@keyframes blink {
    from { box-shadow: 0 0 12px red; }
    to { box-shadow: none; }
}
.blink_redborder {
	-webkit-animation: blink 2.0s linear infinite;
    -moz-animation: blink 2.0s linear infinite;
    -ms-animation: blink 2.0s linear infinite;
    -o-animation: blink 2.0s linear infinite;
    animation: blink 2.0s linear infinite;
}

.redframe { border-color:red !important; }
.redtext { color: red !important; }
.bluetext { color: blue !important; }
.greentext { color: green !important; }
.greytext { color: gray !important; }
.greyborder { border: 1px solid #BBB !important; }
.boldtext { font-weight: bold !important; }
.italictext { font-style: italic !important; }
.label { white-space:nowrap;font-weight:bold !important; }
tr.footrow { background-color: #f7f7f7 !important; }
.default { text-shadow: 1px 0 0 currentColor; } /* Bold won't work in jqGrid rows */

/* HireHop drop down */
.hh_drop_down_btn:hover { background-color:lightgray; }

/* Enable scrolling of jQuery UI tabs */
.tab_scroller { overflow: auto; height:auto;}

/* HireHop file upload and email send bars at the bottom of the screen */
.file_upload_bar
{
	display:inline-block;
	border:1px solid #CCC;
	width:315px;
	overflow:hidden;
	white-space:nowrap;
	margin-left:4px;
}
.uploadfilename
{
	display:inline-block;
	width:120px;
	margin:2px;
	overflow:hidden;
	white-space:nowrap;
}

/* Standard horizontal line */
hr {
	border: 0;
	border-top: 1px solid #ccc;
}

/* A multiline note/memo in a jqGrid  */
.jqg_note {
	height:auto !important;
}

/* Disable browser up and down butons (too buggy) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

/* HireHop tile buttons */
.tiles {
	width:221px;
	height:80px;
	margin:12px 4px;
	cursor:pointer;
	box-shadow: var(--tiles-shadow);
}
.tiles:hover {
	background: var(--hover-background) !important;
	color: var(--hover-color) !important;
	border: 1px solid var(--hover-border-color) !important;
}
.tiles:active {
	transform: var(--button-tranform);
	box-shadow: var(--active-button-shadow);
	background: var(--button-active-background) !important;
	color: var(--active-button-color) !important;
	border: 1px solid var(--active-button-border-color) !important;
}
.tile_title {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	padding:-4px 4px 0 4px;
}
.tile_content {
	text-align:center;
	font-size:1.2em
}

/* A panel in HireHop (like job info in job) that needs a shadow */
.hirehop_panel {
	box-shadow: var(--element-shadow);
}

/* Reports page tiles */
.reports_btn {
	width:288px;
	height:106px;
	margin:12px 4px;
	display:inline-block;
	overflow-y:hidden;
	padding:2px;
	text-decoration:none !important;
	vertical-align:top; /* Safari bug fix */
	box-shadow: var(--tiles-shadow);
}
.reports_btn:hover {
	background: var(--hover-background) !important;
	color: var(--hover-color) !important;
	border: 1px solid var(--hover-border-color) !important;
}
.reports_btn:active {
	transform: var(--button-tranform);
	box-shadow: var(--active-button-shadow);
	background: var(--button-active-background) !important;
	color: var(--active-button-color) !important;
	border: 1px solid var(--active-button-border-color) !important;
}
.reports_title { text-decoration:none !important; }
.reports_content {
	font-size:0.8em;
	opacity: 0.7;
	font-style:italic;
	font-weight:normal;
	text-decoration:none !important;
}

/* Memo in job edit picklist */
.info_memo {
	width:100px;
	height:250px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:2px;
	font-weight:normal !important;
}

/* Build the depots assign tree in Settings->Accounts */
td.hh_virtual_depot {
	margin: 0;
	padding: 0 0 0 14px;
	background: url(/images/tree/node.png) repeat-y;
}
td.hh_virtual_depot_last {
	margin: 0;
	padding: 0 0 0 14px;
	background: url(/images/tree/lastnode.png) no-repeat;
}

.css_italic {
	font-style:italic !important;
}
/* Italic rows in jqgrid */
.css_italic td {
	color:#999
}
.css_bold {
	font-weight:bold !important;
}
.invisible_border {
	border:1px solid transparent;
}
/* Table with cells that cant expand or wrap */
table.contained td, table.contained th {
	white-space:nowrap;
	overflow:hidden;
}

/* Ites to supply frame */
.item_price_shaded {
	font-style:italic;
	color:#aaa;
}
.items_tree .jstree-anchor,  .items_tree .cust_node{
	width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.items_tree .node_desc{
	max-width:400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.items_tree .cust_node {
	display:inline-table;
}
.items_tree .item_cell {
	border-left:1px solid #AAA;
	overflow:hidden;
}

/* The scan code input to glow when selected */
input.scan_code {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}
input.scan_code:focus {
	box-shadow: 0 0 5px rgba(255, 0, 0, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(255, 0, 0, 1);
}

/* Element with apointer */
.pointer {
	cursor:pointer;
}

/* Needed to override full calendar fc class */
.fc-custom-view table {
	border-collapse: separate;
	border-spacing: 0;
	border-color: inherit;
	font-size: 11px; /* normalize cross-browser */
}
.fc-custom-view th,
.fc-custom-view td {
	border-style: solid !important;
	border-top-width: 0 !important;
	border-right-width: 1px !important;
	border-left-width: 0 !important;
	border-bottom-width: 1px !important;
	border-color: rgb(221,221,221);
	padding: 0;
	vertical-align: middle !important;
}


.hh_tree_container {
	-moz-appearance:textfield;
	-webkit-appearance:textfield;
	appearance:textfield;
	border:1px solid gray;
	overflow:hidden;
	padding:2px;
	position:relative;
	cursor:pointer;
	display:inline-block;
	background-color:#fff;
}
.hh_tree_dropdown {
	display:none;
	position:absolute;
	z-index:999;
	height:auto;
	max-height:300px;
	background:#fff;
	border:1px solid;
	padding:6px;
	overflow-y:auto;
	overflow-x:hidden;
}
ul.hh_tree, ul.hh_tree ul {
	list-style-type: none;
	background: url(/images/tree/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}
ul.hh_tree ul {
	margin-left: 10px;
}
ul.hh_tree li {
	margin: 0;
	padding: 0 0 0 12px;
	line-height: 20px;
	background: url(/images/tree/node.png) no-repeat;
}
ul.hh_tree li:last-child {
	background: #fff url(/images/tree/lastnode.png) no-repeat;
}

/* Availability grid cell */

.availability_cell {
	min-width:65px;
	max-width:65px;
}

/* The Gannt chart time bars */

.timebar_date {
	position: absolute;
	display:inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* margin-bottom: 6px;*/
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #ddd;
	font-size: 1.1em;
	white-space:nowrap;
	overflow:hidden;
	opacity: 0.95;
	background-color:white;
}
.timebar_over_right {
	border-top-right-radius:0 !important;
	border-bottom-right-radius:0 !important;
}
.timebar_over_left {
	border-top-left-radius:0 !important;
	border-bottom-left-radius:0 !important;
}
.timebar_scale {
	position: absolute;
	display:inline-block;
	height:28px;
	overflow:hidden;
	white-space:nowrap;
	font-size: 1.1em;
	font-weight: bold;
	border:0;
	padding-left:4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor:default;
}
.bar_container {
	position:relative;
	left:0;
	min-height:1px;
}
.scale_container {
	left:0;
	position:relative;
	min-height:28px;
	width:100%;
}

/* Extra old grid columns automatically hidden. To be depricated */
.extra_col_1, .extra_col_2, .extra_col_3, .extra_col_4 {
	display:none;
}

/* POS */
.hh_pos {
	min-height:412px;
	min-width: 700px;
}
.pos_left_pane {
	width:65%;
	display:inline-block;
	float:left;
	background-color:#eee;
	
	display: flex;
	flex-flow: column;
	height: 100%;
}
.pos_picker {
	width:calc(100% - 6px);
	min-height:94px;
	overflow-y: auto;
	border: 3px inset #777;
	
	flex: 1 1 auto;
	
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.pos_button_pane {
	width:100%;
	table-layout: fixed;
	font-size: 1.1vh;
	flex: 0 1 auto;
}
.pos_button {
	text-align:center;
	width:12.5%;
	max-width:12.5%;
	overflow: hidden;
}
.pos_button.state-active {
	border:4px outset #999;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	cursor: pointer;
}
.pos_button.state-disabled {
	border:4px inset #999;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.pos_button:hover:not(.state-disabled) {
	opacity: 0.8;
	border:4px outset #777;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.pos_button.state-focus {
	border:4px inset #999 !important;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4) !important;
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.4) !important;
}
.pos-tile {
	display: inline-block;
	position: relative;
	
	overflow: hidden;
	height: 70px;
	margin: 4px;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	padding: 2px;
	cursor: pointer;
	
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: row;
	flex-basis: calc(33% - 12px);
	
	justify-content: center;
	align-items: center;
	align-content: center;
}
.pos_root-tile {
	background-color:#77FFAA;
	-webkit-clip-path: polygon(0 10%, 4% 0, 30% 0, 34% 10%, 100% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 10%, 4% 0, 30% 0, 34% 10%, 100% 10%, 100% 100%, 0 100%);
}
.pos_root-tile::before {
	background-color: #000;
	box-shadow: 0px 0px 5px black;
	opacity: 0.2;
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
	-webkit-clip-path: polygon(0 10%, 4% 0, 30% 0, 34% 10%, 100% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 10%, 4% 0, 30% 0, 34% 10%, 100% 10%, 100% 100%, 0 100%);
}
.pos_cat-tile {
	background-color:#FFFF00;
	-webkit-clip-path: polygon(0 10%, 4% 0, 30% 0, 34% 10%, 100% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 10%, 4% 0, 30% 0, 34% 10%, 100% 10%, 100% 100%, 0 100%);
}
.pos_cat-tile::before {
	background-color: #000;
	box-shadow: 0px 0px 5px black;
	opacity: 0.2;
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
	-webkit-clip-path: polygon(0 10%, 4% 0, 30% 0, 34% 10%, 100% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 10%, 4% 0, 30% 0, 34% 10%, 100% 10%, 100% 100%, 0 100%);
}
.pos_item-tile {
	background-color:#88BB00;
	font-size: 1.2em;
	border:1px inset #777 !important;
}
.pos_package-tile {
	background-color:#BB8800;
	font-size: 1.2em;
	border:1px inset #777 !important;
}

/* Right pane */
.pos-right-pane {
	width:35%;
	display:inline-block;
	float:right;
	background-color:#dde;
	
	display: flex;
	flex-flow: column;
	height: 100%;
}
.pos_job_info {
	width:100%;
	text-align:left;
	font-size:1.3em;
	
	flex: 0 1 auto;
}
.pos_supplying_list {
	border: 3px inset #777;
	background-color: white;
	font-size: 1.25em;
	color:black;
	
	flex: 1 1 auto;
}
.pos_details {
	font-size:1.3em;
	background-color:white;
	text-align:left;
	
	flex: 0 1 40px;
}

/* Job is locked */
#locked_icon {
	display:none;
	position:fixed;
	width:80px;
	left:calc(50% - 74px);
	top:calc(50% - 90px);
	z-index:100;
	text-align:center;
	cursor: default;
	-ms-user-select: none;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.locked_manager img {
	opacity: 0.5;
}
#locked_label {
	text-align: center;
	width:81px;
	top: 105px;
	left: 19px;
	position: absolute;
	color: red;
	opacity: 1;
	font-weight: bold;
	font-style: italic;
}

/* Screen scaling, classes herein soon to be depricated */
@media screen and (min-width: 980px) {
	.extra_col_1 {
		display:table-cell;
	}
}
@media screen and (min-width: 1200px) {
	.availability_cell {
		min-width:85px;
		max-width:85px;
	}
	.extra_col_1, .extra_col_2  {
		display:table-cell;
	}
}
@media screen and (min-width: 1360px) {
	.availability_cell {
		min-width:85px;
		max-width:85px;
	}
	.extra_col_1, .extra_col_2, .extra_col_3 {
		display:table-cell;
	}
}
@media screen and (min-width: 1600px) {
	.availability_cell {
		min-width:98px;
		max-width:98px;
	}
	.extra_col_1, .extra_col_2, .extra_col_3 {
		display:table-cell;
	}
}
@media screen and (min-width: 1920px) {
	.availability_cell {
		min-width:125px;
		max-width:125px;
	}
	.extra_col_1, .extra_col_2, .extra_col_3, .extra_col_4 {
		display:table-cell;
	}
}

@media screen, projection, tv {
	.items_tree_container {
		/* height:518px; */
		overflow:auto;
	}
}
@media print {
	.items_tree_container {
		page-break-before: avoid;
		page-break-inside: avoid;
		page-break-after: avoid;
	}
	.items_tree {
		page-break-before: avoid;
		page-break-inside: avoid;
		page-break-after: avoid;
	}
}