/* Minification failed. Returning unminified contents.
(1384,27): run-time error CSS1034: 
(1384,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
/*! jQuery UI - v1.12.1 - 2018-03-28
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 1002;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.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-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.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-wrapper {
	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-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.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: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: black;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../images/jQueryUI/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../images/jQueryUI/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../../images/jQueryUI/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../../images/jQueryUI/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../../images/jQueryUI/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../images/jQueryUI/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../../images/jQueryUI/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI Tabs 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

@font-face {
  font-family: "SAP-icons";
  src: url("fonts/SAP-icons.woff2") format("woff2"),
    url("fonts/SAP-icons.woff") format("woff"),
    url("fonts/SAP-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.sapIcon::before {
  font-family: "SAP-icons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.sap-icon-lateness::before {
  content: "\xe06a";
}

.sap-icon-accept::before {
  content: "\xe05b";
}

.vectorIcon::before {
    font-size: 24px;
    color: #666666;
}

.loadingWraper {
    background-color: #FFF;
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1020;

}
/** loading this with the page as loading indicators are required with the page.*/
.loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

td.Content
{
    vertical-align: top;
    padding: 0px;
    background-color: transparent;
}

.topBottomMargin20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rightMargin20 {
    margin-right: 20px;
}

.notificationstoolbar div {
    display: inline-block;
    *zoom: 1;
    *display: inline; /* IE8 doesn't support inline-block this has to be used along with zoom*/
}

/**below css class picks up the checkbox from the grid view in various tables and appends 20 px to its right.*/
.chbMultiSelect{
    width: 40px;
}
.workQueueSubMenu td {
	padding-left: 10px;
}

.panelHeaderDiv{
    width: 650px;
}

/*standard panel inline font-size moved to css*/
#panelContainer .fontSize8pt {
   font-size: 8pt;
}

#panelContainer .fontSize7pt {
    font-size: 7pt;
}

#tblPanel, #panelContainer {
    height: 100%;
}

/*divLoading container style*/
.loadingContainer{
    position: absolute;
    top: 50%;
    left: 45%;
}
html.d .y-scrollable{
    height: 100%;
}
.y-scrollable {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

/*Collapse Arrow control styles*/

.arrow {
    border-color: #EEF2FD #6688EE #EEF2FD #EEF2FD;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    height: 0;
    margin-left: 1px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
}

.arrow_holder {
    height: 100%;
    position: fixed;
    left: 2px;
    top: 0px;
    width: 8px;
    background-color: #EEF2FD;
    cursor: pointer;
}

.arrow_holder:hover .arrow {
    border-color: #88A7D8 #EEF2FD #88A7D8 #88A7D8;
}

.arrow_holder:hover {
    background-color: #88A7D8;
}

.holder_hidden:hover .arrow {
    border-color: #88A7D8 #88A7D8 #88A7D8 #EEF2FD;
}

.holder_hidden .arrow {
    border-width: 5px 0px 5px 5px;
    border-color: #EEF2FD #EEF2FD #EEF2FD #6688EE;
}

.info .securityQnADropDown{
     width: 90%;
     max-width: 250px;
     min-width: 160px
}

.info .reminderText span {
    font-size: 9px;
}

.passwordPanelTbl span.securityQuestionLabel {   
    word-wrap: break-word;
    width: 54%;
    display: inline-block;
}

.selectTimetDD {
     border: 1px solid #4682B4;
}

.TreeNodeCorpHover{
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: #222;
	text-decoration: underline;
}
.fadescreen {
    display: block;
    position: absolute;
    z-index: 1009;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #202020;
    filter: alpha (opacity=70);
    opacity: 0.7;
}

.fadescreenbody {
    position: absolute;
    z-index: 1010;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    max-height: 160px;
    background-color: white;
}

/* desktop positioning */
html.d #applicantPageGlobalContainer{
    width: 760px;
}
html.d .applicantPageWrapper{
    height: 100%;
    width: 100%;
}
html.d .globalPortletHeader{
    position: relative; 
    z-index: 1005; 
    bottom: 1px; 
    -webkit-border-radius: 9px 9px 0 0; 
    -moz-border-radius: 9px 9px 0 0; 
    border-radius: 9px 9px 0 0;
}
html.d #trBarMenu{
    height: 25px;
}
html.d .topMenu{
    height: 30px;
}
html.d #trPoweredBy{
    height: 65px;
}
html.d #applicantStartWizardButtonWrapper{
     width: 770px;
     text-align:right;
}
.securityQuestionAnswerList .questionLabel{
    text-align: left; 
    padding:0 0 4px 0; 
    padding-bottom: 10px; 
    width:18%;
}
html.d #mainPanelContentContainer{
     height: 0px;
}
#panelMenuLocaleWrapper{
    width: 80%;
}
#trAllBtns {
    text-align: right;
    white-space:nowrap;
}
#trAllBtns td:first-child {
    text-align: left;
}
html.d body.wizardPage {
    overflow-y: hidden;
}
.wizardButtonWrapper {
    display: inline;
}
.reviewPageHeader td.aprq2 {
    white-space:nowrap;
}

html.d .customReviewContentRow .customReviewContentCell{
    white-space: nowrap; 
}
html.d .customReviewContentRow .customReviewContentCell .narrowCell{
    width: 1%;
}
.outsideSigningPage .subtitle{
    color:blue; 
    text-align: center;
}
html.d .outsideSigningPage .subtitle {
    position: absolute; 
    bottom: 20px; 
    left:0;
    right:0;
}
/* mobile positioning */
@media (max-width: 780px) {
    html.m #reviewContainer table th,
    html.m #reviewContainer table tr,
    html.m #reviewContainer table td,
    html.m .stackedTable th,
    html.m .stackedTable tr,
    html.m .stackedTable td {
        display: block;
    }
    html.m .menuLocale th,
    html.m .menuLocale tr,
    html.m .menuLocale td {
        display: table-cell;
    }
    html.m .topMenuSimpleText {
        text-align: center;
    }
    html.m .securityQuestionAnswerList .questionLabel {
        width: auto;
    }
    html.m .reviewPageButtonWrapper th,
    html.m .reviewPageButtonWrapper tr,
    html.m .reviewPageButtonWrapper td,
    html.m #trAllBtns th,
    html.m #trAllBtns tr,
    html.m #trAllBtns td{
        display:block;
    }
    html.m .reviewPageButtonWrapper tr,
    html.m #trAllBtns {
        text-align: left;
        white-space: normal;
        display: flex;
        flex-direction:column-reverse;
    }
    html.m #panelMenuLocaleWrapper{
        width: auto;
    }
    html.m body.wizardPage {
        overflow-y: auto;
    }
    html.m .wizardButtonWrapper {
        float: left;
    }
    html.m .wizardButtonWrapper:last-child {
        float: right;
    }
    html.m .reviewPageHeader td.aprq2 {
        white-space:normal;
    }
    /* supported browsers table */
    html.m #supportedBrowsers td,
    html.m #supportedBrowsers tr,
    html.m #supportedBrowsers th {
        display:block;
    }
    html.m #supportedBrowsers thead {
        display:none;
    }
    html.m #supportedBrowsers {
        border:none;
    }
    html.m #supportedBrowsers td { 
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 50%; 
    }
    html.m #supportedBrowsers td:before { 
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
    }
    html.m #supportedBrowsers tr:nth-of-type(odd) {
        background-color:#eee;
    }
}
html.m .buttonPrimary,
html.m .buttonDefault {
    margin-top: 1em;
    min-width: 100px;
}
html.m .HeaderNew{
    display:none;
}
html.m .reviewPageHeader .reviewPageButtonWrapper{
    display:none;
}
html.m .review tr td span {
    white-space: normal;
}
html.m .ui-dialog-content[id^=jqDialog] {
    -webkit-overflow-scrolling:touch;
    overflow-y:auto;
}
.alert {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    padding:5px;
}
.alert button {
    width:80px;
}

#previewContainer{
	margin-left:5px;
	padding-left:20px;
}

.calendarContainer .ui-datepicker {
    z-index: 1005 !important;
}

.tableNoSpacing{
    border-spacing:0;
    border-collapse:collapse;
}
.tableFullWidth{
    width:100%;
}
.tableFullHeightWidth{
    width:100%;
    height:100%;
}
.tableLayout td{
    padding:0;
}

.instructionsTable {
    font-size: 8pt;
    border: none;
    border-collapse: separate;
    border-spacing: 2px;
    width: 610px;
    table-layout: fixed;
}

.instructionsTable td {
    text-align: left;
    padding: 2px;
    width: 210px;
}

.instructionsTable td span {
    text-decoration: underline;
}

#dialogContent {
    padding-left: 10px;
    padding-right: 5px;
    overflow: auto;
    font-size: 8pt;
    text-align: justify;
}

.center {
    text-align: center;
    clear: both;
}

.columnsContainer {
    display: inline-block;
}

.leftColumn {
    float: left;
    width: 290px;
    padding-right: 5px;
}

.rightColumn {
    float: right;
    width: 290px;
    padding-left: 5px;
}

.autocomplete {
    position: relative;
    display:inline;
}

    .autocomplete .spinner {
        position: absolute;
        pointer-events: none;
        right: 0px;
        width: 16px;
        height: 16px;
        margin-top: 3px;
        margin-right: 9px;
        display: none;
        background: url('../../images/spinner.gif');
    }

.noBulletsList ul {
    list-style-type: none;
    -webkit-padding-start: 20px;
}

.marginBottomList ul li{
    margin-bottom: 10px;
}

.ui-autocomplete
{
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

ul.ui-menu
{
	width: 250px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ui-menu li.ui-menu-item
{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 5px;
	cursor: default; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ 
	/*width: 100%;*/
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	color: navy; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
	line-height: 12px;
	overflow: hidden;
}

.ui-menu .ui-menu-item a 
{
    margin: 0px;
    padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 5px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a#ui-active-menuitem
{
	background-color: #336699;
	color: white;
}

.menuOuterContainer 
{
    position: relative;
    height: 32px;
    overflow:hidden;
}
.menuScrollButtons 
{
    position: absolute;
    right: 0px;
    width: 36px;
}

.menuScrollButtonLeft:before
{
    content: '\00AB';
}
.menuScrollButtonRight:before
{
    content: '\00BB';
}
.menuScrollButtonLeft, .menuScrollButtonRight 
{
    background-color: rgb(238, 242, 253);
    color: black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 0;
    border-left-color: black;
    border-top-color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 13px; /*font-size: 10px;*/
    height: 15px;
    cursor: default;
    margin: 0px;
    padding: 0px 4px;
}
.menuScrollButtonLeft
{
    float:left;
}
.menuScrollButtonRight
{
    float:right;
}
.menuInnerContainer 
{
    position: absolute;
    white-space: nowrap;
}

/*
    ONB-22224 pin spnButtons in PreviewIFrame.aspx to right border
*/
#spnButtons.positionRight {
    float: right;
}

.timezoneHolder {
    float: right;
    font-weight: normal;
    padding-right: 10px;
}
/*TabStrip control css starts */
.tabStripContainer {
    overflow:hidden;
}
.tabStripScrollPanel {
    overflow:hidden;
    width:auto;
    position:relative;
    height:32px;
}
.tabStripInnerPanel {
    position: absolute;
}
.tabStripScrollBtns {
    width:34px;
    height:30px;
    float:right;
}
.tabStripScrollBtns a{
    text-decoration:none;
}
/*TabStrip control css ends */
.Error {
    color: #ff0000;
    text-align: left;
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
}

.column {
    float: left;
    width: 50%;
}

.divTable {
    display: table;
    width: 95%;
    height: 95%;
}

div.message > div {
    margin: 0px 10px 10px 10px;
}
.ui-dialog-content .msgBox a {
    text-decoration: underline;
}

.width50percent
{
    width: 50%;
}

.width60percent
{
    width: 60%;
}

.width80percent
{
    width: 80%;
}
.boxCenteredContent {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maxWidthCell {
    max-width: 100px;
    overflow: hidden;
}
.input-calendar {
    margin-bottom: 0px;
}

.calendarDivPopUp
{
    z-index: 9;
    left: 0px;
    visibility: hidden;
    position: absolute;
    border: 1px solid #4682B4;
    height: 172px;
    width: 190px;
}

.picker
{
    background-color: #FFFFFF;
    border: 1px gray solid;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, monospace;
    padding: 2px;
    cursor: pointer;
}

.calendar_button
{
    border: none;
    cursor: pointer;
    width: 25px;
    height: 22px;
}

.calendar
{
    font-size: 11px;
}

.CalendarTitle
{
    font-weight: bold;
    background-color: #D7D7E5;
}

.day
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    width: 25px;
    cursor: pointer;
    text-align: center;
    border-width: 1px;
    border-color: #F6F6F6;
    border-style: solid;
}

.dayhover
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    width: 25px;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    border-width: 1px;
    border-color: #F6F6F6;
    border-style: solid;
}

.dayheader
{
    font-family:Verdana;
	font-size:8pt;
    width: 25px;
    text-align: center;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    font-weight: bold;
    background-color: #FFFFFF;
}

.othermonthday
{
    color: #999999;
}

.outofrangeday
{
    visibility: hidden;
}

.selectedday
{
    width: 25px;
    background-color: #FBE694;
    color: #000000;
    border-width: 1px;
    border-color: #BB5503 !important;
    border-style: solid;
    font-weight: bold;
}

.calendar
{
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    border-collapse: collapse;
    background-color: #FFFFFF;
    cursor: default;
}

.month
{
    background-color: #F6F6F6;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.nextprev
{
    cursor: pointer;
    height: 25px;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}

.selector
{
    width: 14px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    background-color: #FFFFFF;
}


.comboBox 
{ 
  border: steelblue 1px solid; 
  background-color: white; 
}

.comboBoxHover
{ 
  border: steelblue 1px solid; 
  background-color: white; 
}

.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  cursor: default;
}

.comboTextBox
{
  border: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-family : verdana, helvetica, arial, sans-serif;
  font-size : 10pt;
  background-color: #ffffff;
  text-align: left;
  color: navy;
}

.comboDisabledTextBox
{
  border: 0px;
  padding-left: 2px;
  padding-right: 2px;
  color: #f0f0f0;
}

.comboItem
{
  font-family: Verdana; 
  font-size: 11px; 
  padding: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.comboItemHover
{
  background-color: #B2B4BF; 
  background-image: url(images/comboItemBg.gif);
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #DBCE99;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}
    .filtercontrols {
        margin: 3px 10px;
    }

    .filterconditioncontrols {
        margin: 2px;
        right: 2px;
        display: inline-block;
    }

    .filtereditortitle {
        width: 200px;
        float: left;
    }

    .deletebutton {
        float: right;
    }

    .divdeletebutton {
        width: 710px;
        text-align: right;
        float: inherit;
    }
    .viewdeletebutton {
        position:absolute;
        margin-left:669px;
    }

    .namedField {
        margin: 2px;
    }

        .namedField .fieldLabel {
            margin-top: 8px;
            margin-left: 10px;
            width: 200px;
            display: inline-block;
        }

        .namedField .fieldValue {
            width: 480px;
            height: 32px;
            display: inline-block;
        }

    .conditionedit {
        width: 690px;
        height: 36px;
        margin-left: 10px;
    }

    .filterItem {
        width: 700px;
        margin: 10px;
        padding: 5px 0;
        background-color: #F9F9F8;
        border: #BDBDBD solid 1px;
        border-radius: 4px;
    }

    .messageSection {
        margin: 5px;
        padding: 10px;
        background-color: #FFF;
        border: #C8D0D4 solid 1px;
        border-radius: 5px;
    }

    .filtereditorcontrols {
        margin: 5px;
        padding: 5px;
    }

    .control {
        border-radius: 5px;
        margin: 3px;
        padding: 3px;
    }

    .textcontrol {
        border-radius: 5px;
        margin: 3px;
        padding: 3px;
        width: 430px;
    }

    .hrdatakey {
        border-radius: 5px;
        margin: 3px;
        padding: 3px;
        width: 315px;
    }

    .linkButton {
        cursor: pointer;
    }

    .linkIcon {
        cursor: pointer;
    }

    .spanButton {
        text-align: right;
        border-radius: 5px;
        vertical-align: baseline;
        padding: 2px;
        cursor: pointer;
    }

    .value {
        width: 169px;
    }

    .rule {
        width: 115px;
    }

    .reviewBlue {
        width: 150px;
        float: left;
    }

    .reviewField {
        white-space: nowrap;
    }

    .reviewAndWord {
        font-weight: bold;
    }

    .reviewOrWord {
        font-weight: bold;
    }

    .icon {
        margin-bottom: -3px;
    }
    .previewContainer {
        height: 16px;
        padding: 10px;
    }

    .previewFieldContainer {
        height: 18px;
        padding: 7px;
    }
    .fieldValueReview {
        margin-left: 8px;
    }
    .filterAndControls {
        background: url(images/sf_plus16.png);
        background-repeat: no-repeat;
        background-position-x: 2px;
        background-position-y: 1px;
        background-color: #dadada;
        width: 56px;
        margin-left: 5px;
    }
    .filterOrControls {
        background: url(images/sf_plus16.png);
        background-repeat: no-repeat;
        background-position-x: 2px;
        background-position-y: 1px;
        background-color: #dadada;
        width: 48px;
        margin-left: 10px;
    }

    .filterDelControls {
        background: url(images/sf_delete16.png);
        background-repeat: no-repeat;
        background-position-x: 2px;
        background-position-y: 1px;
        background-color: #dadada;
        width: 24px;
    }

    .ui-menu {
        background-color: white;
        border: 1px solid #bdbdbd;
        border-radius: 0;
        width: 600px;
        font: inherit;
        list-style: none;
    }

    .ui-autocomplete {
        max-height: 150px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
   }
    .addAbnButton {
        margin-left: 19px;
        margin-right: 10px;
    }
    .concatenator {
        font-weight: bold;
        margin-left: 5px;
        display: none;
    }
    .ifthen {
        font-weight: bold;
    }

    .featureWidth {
        width:755px;
        margin-bottom: 10px;    
    }

    .expandIconId {
        background-image: url(images/sf_expand16.png);
        padding: 0 8px;
        background-repeat: no-repeat;
    }

    .collapseIconId {
        background-image: url('images/sf_collapse16.png');
        padding: 0 8px;
        background-repeat: no-repeat;
    }

    .rowOR {
        width:700px; 
        float: left;
        padding:5px;
    }

    .sectionMargin {
        margin-left: 10px;
    }

    .titleThen {
        margin-top: 5px;
    }

    .addIfContainer {
        text-align: right;
    }

     .addIfButton {
        margin-left:0; 
        float:left;
    }
                 
     .unaryOperation {
         width: 304px;
     }
     
     .binaryOperation {
         width: 115px;
     }

     .globalPortletLinkTextColor .link,.globalPortletLinkTextColor .link:visited,.globalPortletLinkTextColor .link:hover,.globalPortletLinkTextColor .link:active,.globalPortletLinkTextColor {
         background-color: #FDD;   
     }
          
     .link{
        color: #05d;
     }

html, body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color: #ffffff;
    margin: 0 0 0 0;
    height: 100%;
}
.hidden
{
    display: none;
}
a.leftmenuLinkLeft
{
    text-decoration: underline;
    color: Blue;
}
a.leftmenuLinkLeftHand
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
}
.NoDataText
{
    color: red;
    font-weight: bold;
}
.nolink
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    padding-right: 10px;
}
td.Login
{
    border-left: 1px solid #B1B1B1;
}

.TopGroup
{
    cursor: pointer;
}

.MenuItem
{
    border: 1px solid #F5F5F5;
    color: #00025C;
    font-family: tahoma;
    font-size: 11px;
    cursor: pointer;
    z-index: 50;
    position: relative;
    line-height: 2em;
}
.SearchLetterActive
{
    color: #00025C;
    font-family: tahoma;
    font-size: 12px;
    cursor: pointer;
}
.MenuItemHover
{
    background-color: #f5f5f5;
    color: #00025C;
    border: 1px solid #AADAED;
    font-family: tahoma;
    font-size: 11px;
    cursor: pointer;
    line-height: 2em;
}

.ContextMenu
{
    background-color: #F5F5F5;
    color: #00025C;
    border: 1px solid #00025C;
    font-family: tahoma;
    font-size: 11px;
    cursor: pointer;
}

.ContextMenuItem
{
    border: 1px solid #F5F5F5;
    color: #00025C;
    font-family: tahoma;
    font-size: 11px;
    cursor: pointer;
}

.TranslatorEditorMultilineTextbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    width: 240px;
    height: 45px;
    resize: none;
    overflow: auto;
    margin-bottom: 20px;
    margin-left: 20px;
}

.general
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.review tr td span {
    white-space: nowrap;
}

.general2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.subtitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    padding-right: 10px;
}
td.MenuText
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    cursor: pointer;
}

.input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    border-top: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-right: steelblue 1px solid;
}


.input_border_none
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    border-style: none;
}

.select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    border-top: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-right: steelblue 1px solid;
}

.select_wide
{
    width: 100%;
    height: 290px;
    overflow-x: auto;
}

.treenode
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.seltreenode
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #6fb4d5;
    color: Black;
}


.treenode a
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.logout
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}


.topMenu
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    position: relative;
    z-index: 101;
}

.topMenuSelItem
{
    font-family: Arial, Helvetica, sans-serif;
    color: #A9D8E6;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

td.topMenu
{
    /*padding-top: 10px;     padding-bottom: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 101;
}

td.topMenu.subMenu
{
    z-index: 1001;
}

td.Header
{
    background-position: right top;
    background-attachment: fixed;
    background-color: White;
    background-repeat: no-repeat;
    background-image: none;
}

td.barMenu
{
    background-image: url(../../Images/s4.gif);
    background-repeat: repeat-x;
}

.message
{
    color: Navy;
    text-align: left;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 8pt;
}

.message table
{
    color: Navy;
    text-align: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 8pt;
}

message
{
    color: Navy;
    text-align: left;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 9pt;
}

.gridHead
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: 2px solid Black;
    padding-top: 5px;
    padding-right: 2px;
}

.gridHead a
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.table_header
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: 2px solid Black;
    background-color: White;
    padding-top: 5px;
    padding-right: 2px;
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    text-align:left;
}
.table_header_sort
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: 2px solid Black;
    background-color: White;
    padding-top: 5px;
    padding-right: 2px;
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    cursor: pointer;
}
.table_header2
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: 2px solid Black;
    background-color: White;
    padding-top: 5px;
    padding-right: 2px;
    text-align:left;
}

.table_header a
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

td.table
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 1px;
    border-style: none;
}

.fht-table, .fht-table thead, .fht-table tfoot, .fht-table tbody, .fht-table tr, .fht-table th, .fht-table td
{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.fht-table
{
    border-collapse: collapse;
    border-spacing: 0;
}
.fht-table-init
{
    top: -1px;
    position: relative;
}

/* @end */

/* @group Content */

div.fht-table-wrapper
{
    overflow: hidden;
}

div.fht-tbody
{
    overflow-y: auto;
    overflow-x: auto;
}

.fht-table .fht-cell
{
    overflow: hidden;
    height: 1px;
}

/* @end */
.selrow
{
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    background-color: #6fb4d5;
    padding-top: 5px;
    padding-right: 2px;
}
.selectedrow
{
    background-color: #6fb4d5 !important;
}
.mouseoverrow
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 8pt;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    background-color: #ffeba6;
    padding-top: 5px;
    padding-right: 2px;
}
.gridrow
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    background-color: White;
    padding-top: 5px;
    padding-right: 2px;
}
.gridrow ta
{
    padding-top: 5px;
    padding-right: 2px;
}
.altrow
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    background-color: #eeeeee;
    padding-top: 5px;
    padding-right: 2px;
}
.empty td
{
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    border-style: none;
}
.empty8pt td
{
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border-style: none;
}

.pager td
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top: 2px solid Black;
    padding-top: 5px;
    padding-right: 2px;
}

.SectionReview
{
    height: 2px;
    background-color: #F5F5F5;
}

td.printI
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 1px;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
}

td.printH
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 1px;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: 1px solid Black;
}


.TreeViewCorp
{
    background-color: White;
    padding-top: 2px;
    cursor: default;
}

.TreeNodeCorp
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: #000080;
}

.Level2ItemSelected
{
    color: #000000;
    background-color: #FFEBA6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #696885;
    border-bottom-color: #57566F;
    border-right-color: #57566F;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer;
}


.NavBar
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 2px;
    padding-bottom: 1px;
    cursor: default;
}

.TopItem
{
    color: #000000;
    background-color: #6FB4D5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #696885;
    border-bottom-color: #57566F;
    border-right-color: #57566F;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer;
}
.TopItemDysplayNone
{
    color: #000000;
    background-color: #6FB4D5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #696885;
    border-bottom-color: #57566F;
    border-right-color: #57566F;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer;
    display: none;
}
.TopItemHoverDysplayNone
{
    color: #9593B2;
    background-color: #FFEBA6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #7C7C94;
    border-bottom-color: #9593B2;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer;
    display: none;
}

.TopItemHover
{
    color: #000000;
    background-color: #FFEBA6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #7C7C94;
    border-bottom-color: #9593B2;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer;
}

.Level2Item
{
    font-family: tahoma, verdana;
    font-size: 11px;
    padding-left: 10px;
    cursor: pointer;
}

.Level2ItemHover
{
    font-family: tahoma, verdana;
    font-size: 11px;
    text-decoration: underline;
    padding-left: 10px;
    cursor: pointer;
}

.CompArtTopGroup
{
    cursor: pointer;
    color: #4169E1;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial,Helvetica,sans-serif;
}

.CompArtMenuGroup
{
    background-color: #F5F5F5;
    color: #00025C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    border: solid 1px;
    border-color: #00025C;
}

.CompArtSelectedItem
{
    background-color: #F5F5F5;
    color: #4169E1;
    font-weight: bold;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    cursor: default;
    padding: 5px 5px 5px 5px;
}

.CompArtMenuItem
{
    color: #00025C;
    background-color: #F5F5F5;
    color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    cursor: pointer;
    border: solid 1px;
    border-color: #F5F5F5;
    padding: 5px 5px 5px 5px;
}

.topSubMenu
{
    font-family: Arial, Helvetica, sans-serif;
    color: #1cc4f4;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    position: relative;
    z-index: 1001;
}

.topSubMenuSelItem
{
    font-family: Arial, Helvetica, sans-serif;
    color: #A9D8E6;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

.subMenuItemHover
{
    background-color: #8ee2fa;
    color: #222;
    border: 1px solid #AADAED;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    line-height: 2em;
}

.subMenuItem
{
    border: 1px solid #F5F5F5;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
    line-height: 2em;
    font-weight: bold;
}

.CompArtMenuItemHover
{
    color: #00025C;
    background-color: #F5F5F5;
    color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    cursor: pointer;
    border: solid 1px;
    border-color: #AADAED;
    padding: 5px 5px 5px 5px;
}

.CompArtScrollItem
{
    background-color: #FBFBFB;
    font-family: verdana;
    font-size: 12px;
    border: solid 1px #FBFBFB;
    cursor: default;
    text-align: center;
}

.CompArtScrollItemH
{
    background-color: silver;
    color: black;
    font-family: verdana;
    font-size: 12px;
    border: solid 1px gray;
    cursor: default;
    text-align: center;
}

.CompArtScrollItemA
{
    background-color: darkgray;
    color: black;
    font-family: verdana;
    font-size: 12px;
    border: solid 1px gray;
    cursor: default;
    text-align: center;
}

.bluebox
{
    background: #007bc1 url(../../images/Table/WhiteCorners/w_body.gif) repeat-x top left;
    color: white;
    min-width: 250px;
    max-width: 450px;
}
.bluebox_top div
{
    background: url(../../images/Table/WhiteCorners/w_lt.gif) no-repeat top left;
}

.bluebox_top
{
    background: transparent url(../../images/Table/WhiteCorners/w_rt.gif) no-repeat top right;
}

.bluebox_bottom div
{
    background: url(../../images/Table/WhiteCorners/w_lb.gif) no-repeat bottom left;
}

.bluebox_bottom
{
    background: transparent url(../../images/Table/WhiteCorners/w_rb.gif) no-repeat bottom right;
}

.bluebox_top div, .bluebox_top, .bluebox_bottom div, .bluebox_bottom
{
    width: 100%;
    height: 12px;
    font-size: 1px;
}

.bluebox_content
{
    margin: 0 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: White;
}

.bluebox_content .header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    float: left;
}

.bluebox_lefttext
{
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
}

a.bluebox_righttext
{
    color: #55EEFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    text-decoration: none;
}

ul.smalllist
{
    list-style-image: url('../../Images/CheckMarkSmall.gif');
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
}

.smalllist li
{
    padding-bottom: 5px;
}

.welcomeMessage
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #4268AE;
}

a.toplink
{
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #7E7E7E;
}

.barShadow
{
    background-image: url('../../Images/bars_shadow.gif');
    background-position: top;
    background-repeat: repeat-x;
    height: 7px;
}

.HeaderNew
{
    width: 130px;
    height: 104px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.HeaderNewIE6
{
    width: 80px;
    height: 65px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.HeaderLogin
{
    width: 162px;
    height: 130px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.HeaderLoginIE6
{
    width: 152px;
    height: 130px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.WizardPageTopRightHeader
{
    width: 180px;
    height: 65px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: none;
}

.TopAttention
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #A3171E;
}

.TopAttention a
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #A3171E;
    text-decoration: underline;
}

.welcomeMessage
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #4268AE;
    position: absolute;
    right: 185px;
    top: 8px;
}

.welcomeMessage td
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #4268AE;
}

a.toplink
{
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #7e7e7e;
}

.separateLine
{
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: Black;
}

.ddcomboGeneral_results
{
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ddcomboGeneral_results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ddcomboGeneral_results li
{
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 5px;
    cursor: default; /*     if width will be 100% horizontal scrollbar will apear   when scroll mode will be used   */ /*width: 100%;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
    color: black; /*    it is very important, if line-height not setted or setted   in relative units scroll will be broken in firefox  */
    line-height: 12px;
    overflow: hidden;
}

.ddcomboGeneral_td1
{
    border-width: 1px;
    border-bottom-color: #EAE8DE;
    background-color: white;
    border-style: inset;
}

.ddcomboGeneral_td1 input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
    color: black;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    border: 0px;
}

.ddcomboGeneral_td1 div
{
    background-color: white;
    margin-bottom: 0px;
}

.ddcomboWQ_results
{
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ddcomboWQ_results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ddcomboWQ_results li
{
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 5px;
    cursor: default; /*     if width will be 100% horizontal scrollbar will apear   when scroll mode will be used   */ /*width: 100%;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
    color: navy; /*     it is very important, if line-height not setted or setted   in relative units scroll will be broken in firefox  */
    line-height: 12px;
    overflow: hidden;
}

.ddcomboWQ_td1
{
    border-width: 1px;
    border-bottom-color: #EAE8DE;
    background-color: white;
    border-style: inset;
}

.ddcomboWQ_td1 input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
    color: navy;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    border: 0px;
}

.ddcomboWQ_td1 div
{
    background-color: white;
    margin-bottom: 0px;
}

/* WizardPageFlat styles */
.wizardpageflat_dialog
{
    border: none;
}
.wizardpageflat_header
{
    padding: 2px 4px 0px 4px;
    margin: 0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #dddddd;
    height: 22px;
}
.wizardpageflat_iframe
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* User defined panel */
.left
{
    float: left;
    padding-right: 0;
    padding-top: 5px;
    width: 820px;
}
.right
{
    padding-left: 10px;
    width: 650px;
    float: left;
    padding-right: 10px;
}

.forms .left
{
    width: 880px;
}
.forms .right
{
    width: 850px;
}

.header
{
    margin: 5px 5px 20px 5px;
    font-size: medium;
}
.fields
{
    margin-left: 18px;
    width: 132px;
    min-height: 600px;
    float: left;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.fields .label
{
    color: #000;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.fields div
{
    width: 118px;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-height: 19px;
    float: left;
    border: 1px solid #EEEEEE;
    background: url(../../images/UDFields/toolbox_bgr.png) repeat-x;
    cursor: pointer;
    box-shadow: 2px 2px 2px #AAAAAA;
    -moz-box-shadow: 2px 2px 2px #AAAAAA;
    z-index: 100;
}
.fields div img
{
    float: left;
}
.fields div span
{
    display: block;
    margin: 3px 0px 0px 30px;
    white-space: nowrap;
}
.formfields
{
    margin-left: 18px;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.formfields .label
{
    color: #000;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.formfields div
{
    display: inline;
    width: 118px;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 19px;
    float: left;
    border: 1px solid #EEEEEE;
    background: url(../../images/UDFields/toolbox_bgr.png) repeat-x;
    cursor: pointer;
    box-shadow: 2px 2px 2px #AAAAAA;
    -moz-box-shadow: 2px 2px 2px #AAAAAA;
    z-index: 100;
}
.formfields div img
{
    float: left;
}
.formfields div span
{
    display: block;
    margin: 3px 10px 0px 33px;
}
.formframe
{
    width: 850px;
    border: 1px solid #CACACA;
}
.panel
{
    width: 650px;
}
.bl
{
    background: url(../../images/UDFields/panel_bl.png) 0 100% no-repeat;
}
.br
{
    background: url(../../images/UDFields/panel_br.png) 100% 100% no-repeat;
}
.tl
{
    background: url(../../images/UDFields/panel_tl.png) 0 0 no-repeat;
}
.tr
{
    background: url(../../images/UDFields/panel_tr.png) 100% 0 no-repeat;
}
.t
{
    width: 650px;
    background: url(../../images/UDFields/panel_t.png) 0 0 repeat-x;
}
.b
{
    width: 650px;
    background: url(../../images/UDFields/panel_b.png) 0 100% repeat-x;
}
.l
{
    background: url(../../images/UDFields/panel_l.png) 0 0 repeat-y;
}
.r
{
    background: url(../../images/UDFields/panel_r.png) 100% 0 repeat-y;
}

.panel_content
{
    padding: 30px;
    width: 590px;
    position: relative;
    height: 500px;
    color: navy;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: 500;
}
.formframe_content
{
    padding: 30px;
    width: 790px;
    position: relative;
    min-height: 500px;
    color: navy;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: 500;
}
.sortable
{
}
.info span.PanelHeader
{
    color: #4682B4;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
}
.message .PanelHeader
{
    line-height: 32px;
}
.PanelHeader
{
    color: #4682B4;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
}
.info span.PanelDescription
{
    color: #4682B4;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}
.PanelDescription
{
    color: #4682B4;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}
.Warning
{
    color: red;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}
.Text10px 
{
    font-size:10px;
    white-space: normal;
}
.YellowWarning {
    margin: 4px 8px 4px 8px;
    padding: 4px 12px 4px 12px;
    background-color: #fff1a8;
    font-weight: bold;
}
.panel_content .grey_panel
{
    background-color: #EAE8DE;
    margin: 0px;
    padding: 10px;
    font-family: Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 8pt;
    color: navy;
    min-height: 25px;
}
.panel_content .sortable
{
    background-color: #FCFCF7;
    border: 2px solid #FCFCF7;
    cursor: pointer;
    margin-bottom: 5px;
    min-height: 21px;
    position: relative;
    vertical-align: middle;
}
.panel_content_only
{
    height: auto;
    min-height: 500px;
}
.formframe_content .sortable
{
    background-color: #FCFCF7;
    border: 2px solid #FCFCF7;
    cursor: pointer;
    margin-bottom: 5px;
    min-height: 21px;
    position: relative;
    vertical-align: middle;
}

.flow_panel
{
    width: 100%;
    min-height: 21px;
}

.flow_panel .sortable_wrapper
{
    display: inline;
}

.flow_panel .fieldTitle
{
    display: inline;
    width: auto;
    float: none;
}

.flow_panel .fieldControl
{
    display: inline;
    width: auto;
    float: none;
}

.flow_panel .fieldLabel
{
    display: inline;
    width: auto;
    float: none;
}


.forms .fieldLabel
{
    color: black;
    font-family: "Times New Roman" , Times, serif;
    font-size: 15px;
    line-height: normal;
    display: block;
    width: 100%;
}
.forms .fieldSignature
{
    color: black;
    font-family: "Times New Roman" , Times, serif;
    font-size: 15px;
    line-height: normal;
}

.forms .Header1
{
    font-size: 22px;
    font-weight: bold;
}

.forms .Header2
{
    font-size: 17px;
    font-weight: bold;
}

.flow_panel .control_placeholder
{
    display: inline;
}

.flow_panel .sortable
{
    background-color: #FCFCF7;
    border: 2px solid #FCFCF7;
    cursor: pointer;
    margin-bottom: 5px;
    min-height: 21px;
    line-height: 21px;
    position: relative;
    vertical-align: middle;
    display: inline;
}

.control_placeholder
{
    background-color: #B9D1EA;
    border: 1px solid #88A7D8;
    margin-bottom: 5px;
    height: 10px;
    position: relative;
    vertical-align: middle;
}
.droppable_placeholder
{
    background-color: #B9D1EA !important;
    opacity: 0.3 !important;
    z-index: 1;
}
.grey_panel .sortable
{
    background-color: #F2F2ED;
    cursor: pointer;
    margin-bottom: 3px;
    min-height: 21px;
    padding-left: 5px;
    vertical-align: middle;
    position: relative;
    vertical-align: middle;
    border: solid #F2F2ED 2px;
}
.selected
{
    border: dotted gray 2px !important;
}
.widthAuto
{
    width: auto !important;
}
.formlabel
{
    width: 220px;
    float: left;
    text-align: right;
    padding-right: 8px;
    vertical-align: baseline;
    height: 100%;
}
.fieldTitle
{
    width: 240px;
    float: left;
    line-height: 20px;
}
.fieldLabel
{
    float: left;
    line-height: normal;
}
.fieldTitle input
{
    top: 2px;
    position: relative;
}
ul.inline
{
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
ul.inline li
{
    display: inline;
    padding-right: 3px;
}
.fieldControl
{
    float: left;
    width: 270px;
    white-space: nowrap;
}
.fieldControl ul
{
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.fieldControl ul li
{
    white-space: normal;
}
.fieldControl ul li input
{
    top: 2px;
    position: relative;
}
.fieldTitleNoFloat
{
    float: none!important;
    width: auto!important;
}
div.fieldControlNoFloat
{
    float: none!important;
    width: auto!important;
}
.validator
{
    color: red;
    position: absolute;
    right: 25px;
    top: 8px;
}
.itemSortable
{
    background-color: #E6F2FF;
    min-width: 245px;
    min-height: 18px;
    cursor: pointer;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    white-space: normal;
}
.itemSortable div.itemAction
{
    float: right;
}
.itemSortable div.itemAction a
{
    line-height: 24px;
}
.itemSortable div.itemAction a img
{
    vertical-align: middle;
}
.itemSortable span
{
    margin-left: 10px;
    line-height: 24px;
}
.itemSortable a
{
    vertical-align: bottom;
}
.itemsNoSort
{
    width: 245px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}
.properties
{
    width: 200px;
    float: left;
}
ul.itemsHeader
{
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    display: inline;
}
.itemsHeader li
{
    list-style-type: none;
    padding-left: 0px;
    padding-right: 50px !important;
    font-size: 8px;
    display: inline;
}
ul.inlineList
{
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    display: inline;
}
.inlineList li
{
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    display: inline;
}
.header
{
    font-size: 14px;
    font-weight: bold;
}
.properties ul
{
    list-style-type: none;
    margin-left: 5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 245px;
}
.properties ul li span
{
    font-weight: bold;
}
.properties ul li
{
    border-bottom: 2px solid #EEF2FD;
    color: #115596;
    font-size: 8pt;
    list-style-type: none;
    margin-bottom: auto;
    margin-top: 7px;
    min-height: 25px;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    white-space: nowrap;
}
.properties ul li.txt input
{
    float: right;
    width: 160px;
}
.properties ul li.txt select
{
    float: right;
    width: 160px;
}
.properties ul li.txt span
{
    float: left;
    line-height: 20px;
}
.properties ul li.txt table input
{
    width: 150px;
}
.properties ul li table
{
    font-size: 8pt;
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
}
.deleteField
{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/delete.gif);
}
.table
{
    bolder: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
#divPageLoading
{
    position: absolute;
    z-index: 150;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.divPageLoadingBody
{
    position: absolute;
    z-index: 151;
    left: 0px;
    top: 25%;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.dialog
{
    padding: .2em;
    border: 1px solid #A6C9E2;
    background: #FCFDFD;
    position: relative;
}
.dialog .dialog-header
{
    border: 1px solid #4297D7;
    font-size: 10pt;
    background: #1F3A84 url(../../images/dialog-header-bg.png) 50% 50% repeat-x;
    color: white;
    _width: 101%;
    font-weight: bold;
    padding: .4em 1em;
    position: relative;
    margin: 0;
    height: 16px;
}
.context-menu-theme-default
{
    background-color: #F5F5F5;
    color: #00025C;
    border: 1px solid #00025C;
    font-family: tahoma;
    font-size: 11px;
    cursor: pointer;
}
.context-menu-theme-default .context-menu-item
{
    border: 1px solid #F5F5F5;
    color: #00025C;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: tahoma;
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}
.context-menu-theme-default .context-menu-item-disabled
{
    border: 1px solid #F5F5F5;
    color: #00025C;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: tahoma;
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}
.context-menu-theme-default .context-menu-item-hover
{
    background-color: #AADAED;
    color: #00025C;
    border: 1px solid #AADAED;
    font-family: tahoma;
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}
.context-menu-theme-default .context-menu-item-disabled-hover
{
    background-color: #AADAED;
    color: #00025C;
    border: 1px solid #AADAED;
    font-family: tahoma;
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}
.context-menu-theme-default
{
    background-color: #F5F5F5;
    color: #00025C;
    border: 1px solid #00025C;
    font-family: tahoma;
    font-size: 11px;
    cursor: pointer;
}
.context-menu-theme-default .context-menu-item
{
    border: 1px solid #F5F5F5;
    color: #00025C;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: tahoma;
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}
.context-menu-theme-default .context-menu-item-disabled
{
    border: 1px solid #F5F5F5;
    color: #00025C;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: tahoma;
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}
.context-menu-theme-default .context-menu-item-hover
{
    background-color: #AADAED;
    color: #00025C;
    border: 1px solid #AADAED;
    font-family: tahoma;
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}
.context-menu-theme-default .context-menu-item-disabled-hover
{
    background-color: #AADAED;
    color: #00025C;
    border: 1px solid #AADAED;
    font-family: tahoma;
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}

.ScrollItem
{
    background-color: rgb(238, 242, 253);
    color: black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 0;
    border-left-color: black;
    border-top-color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    height: 21px;
    cursor: default;
}

.ScrollItemHover
{
    background-color: rgb(238, 242, 253);
    color: black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 0;
    border-left-color: black;
    border-top-color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    height: 21px;
    cursor: default;
}

div.treeViewWrapper,
div.gridViewWrapper
{
    height:100%;
    background-color: #FFFFFF;
    overflow-y:auto;
}

/* Inline styles from code are below */

.tile {
    padding: 10px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: #88A7D8 solid 1px;
    background-color: white;
}
.globalTileBody{
    background-color: #fff;
}

.globalTileHeader .link{
    font-weight: bold;
    text-decoration: none;
}

/* Menu Locale */
.menuLocale {
    cursor: pointer !important;
    font-weight: bold;
    font-size: 13px;
    color: #00025c;
}

.topMenu .menuLocale {
    color: white;
}

.menuLocaleHover {
    cursor: pointer;
    text-decoration: none !important;
}

div.menuLocaleSub {
    border: 1px solid #00025C;
    margin-right: 5px;
}

.menuLocaleItem {
    padding: 2px 5px;
    font-size: 13px;
    color: #00025c;
}

.menuLocaleItemHover {
    background-color: #F5F5F5;
    text-decoration: none !important;
    color: #00025c;
}
.corner img { display: block; }
.reviewPageWrapper span { white-space: normal; }

/*(IE 7 and IE 8) For no scrolling in iframe.Currently used for Reference Files Pages (in the HTML Tag)*/
.noscroll {
    overflow: hidden;
}
.active
{
    font-weight: bold;
    color: green;
}

.inactive
{
    font-weight: bold;
    color: #707070;
}

.topAllignWithPadding 
{
    vertical-align: top;
    padding-left: 10px;
    padding-right: 50px;
}

.buttonTextElepsis 
{
    text-overflow: ellipsis;
    overflow: hidden;
}

.tableCell
{
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.wqTable
{
    display: table; 
    width:100%;   
    height: 100%; 
}

.wqBannerMessage {
    color: black;
    border: 1px solid #f9a429;
    border-radius: 4px;
    background: #fef0db;
    padding: 3px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.borderSpacing50
{
    border-spacing: 5px 0px;
}

.imgWaiter 
{
    display: block;
    margin: 0 auto;
    width: 20px;
    height: auto;
}

.height100percent 
{
    height: 100%;
}

.lnkWithCount 
{
    
}
.globalPlacemat {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

a.globalPlacemat {
    background-color: transparent;  
    box-shadow: none;  
}

.dialogSubHeader
{
    text-align: center;
    font-weight:bold;
    padding-bottom:10px;
}

.dialogContent
{
    text-align: justify;
}
.no-close .ui-dialog-titlebar a {
	display: none;
}

.ui-dialog .ui-dialog-titlebar { border: 1px solid #ffffff; }

.ui-dialog .ui-dialog-title {
    white-space: normal;
};

.ui-dialog .ui-dialog-content { border: 1px solid #ffffff; border-top: 0px; }
.ui-dialog .ui-dialog-buttonpane { 
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
    float: none;
}

.padding10 {
    padding: 10px;
}

.informationTable {
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 2px;
}

.informationTable td {
    border: 1px solid;
    text-align: center;
}

.instructionsHeader {
    color: navy;
}
td img.roundCornerLeftTop{
    display: block;
}
td img.roundCornerLeftBottom{
    display: block;
}
td img.roundCornerRightTop{
    display: block;
}
td img.roundCornerRightBottom{
    display: block;
}
td.TableBorderTop {
	background-image: url(../../Images/Table/brd_t.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}
td.TableBorderLeftTop {
	background-image: url(../../Images/Table/brd_lt.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 6px;
}
td.TableBorderLeftTop div {
	height: 7px;
	width: 6px;
}
td.TableBorderRightTop div {
	height: 7px;
	width: 6px;
}
td.TableBorderRightTop {
	background-image: url(../../Images/Table/brd_rt.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 6px;
}
td.TableBorderBottom {
	background-image: url(../../Images/Table/brd_b.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}
td.TableBorderLeftBottom {
	background-image: url(../../Images/Table/brd_lb.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 6px;
}
td.TableBorderRightBottom {
	background-image: url(../../Images/Table/brd_rb.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 6px;
}
td.TableBorderLeft {
	background-image: url(../../Images/Table/brd_l.gif);
	background-repeat: repeat-y;
	width: 6px;
}
td.TableBorderRight {
	background-image: url(../../Images/Table/brd_r.gif);
	background-repeat: repeat-y;
	width: 6px;
}
td.TableWPBorderTop {
	background-image: url(../../Images/Table/WizardPanels/brd_t.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
	
}
td.TableWPBorderBottom {
	background-image: url(../../Images/Table/WizardPanels/brd_b.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}
td.TableWPBorderLeft {
	background-image: url(../../Images/Table/WizardPanels/brd_l.gif);
	background-repeat: repeat-y;
	width: 6px;
}
td.TableWPBorderRight {
	background-image: url(../../Images/Table/WizardPanels/brd_r.gif);
	background-repeat: repeat-y;
	width: 6px;
}

.roundedCornersBlock {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.TabTopGroup {
    z-index: 99;
    position: relative;
    height:30px;
}

.DefaultTab {
    font-family: MS Sans Serif, Verdana;
    font-size: 8pt;
    color: black;
    font-weight: bold;
    cursor: pointer;
    background-image: url(../../Images/Tab/tab_bg.gif);
    background-repeat: repeat-x;
    padding-left: 4px;
    padding-right: 4px;
}

.SelectedTab {
    font-family: MS Sans Serif, Verdana;
    font-size: 8pt;
    color: black;
    cursor: default;
    font-weight: bold;
    background-image: url(../../Images/Tab/selected_tab_bg2.gif);
    background-repeat: repeat-x;
    padding-left: 4px;
    padding-right: 4px;
}

.hoverTabCenter {
    font-family: MS Sans Serif, Verdana;
    font-size: 8pt;
    color: black;
    cursor: pointer;
    font-weight: bold;
    background-image: url(../../Images/Tab/hover_tab_bg.gif);
    background-repeat: repeat-x;
    padding-left: 4px;
    padding-right: 4px;
}

.SubGroupTab {
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.Sub2GroupTab {
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 8pt;
}

.RigthLine {
    background-image: url(../../Images/Tab/rigth_bg.gif);
    background-repeat: repeat-x;
}

td.listI {
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 1px;
    border-style: none;
}

td.listH {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: 2px solid Black;
    padding-top: 5px;
    padding-right: 2px;
}

.tabbedMenuHover, .tabbedMenuDefault {
    background-image: none;
}

.tabbedMenuDefault td {
    background-color: #6FB4D5;
    border: 1px solid #000000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 19px;
}

.tabbedMenuHover td {
    background-color: #FFEBA6;
}

.tabbedMenuSelected td {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    cursor: default;
}

.tabbedMenuSelected td a {
    cursor: default;
}
table.msgBody td
{
	color: Navy;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.HelpTable
{
	/*text-align:center;     vertical-align:middle; 	*/
	width: 100%;
	height: 100%;
	border-width: 0px; /*border: 1px solid #B1B1B1; */
	position: absolute;
	background-color: White;
	z-index: 56;
}
.msgBody
{
	color: Navy;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 13px;
}

.msgSubText
{
	color: darkblue;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
}
.WaitDiv
{
	text-align: center;
	vertical-align: middle;
	position: absolute;
	display: none;
	top: 120px;
	left: 30%;
	background-color: White;
	background-color: #FFFFFF;
	border: 1px solid #B1B1B1;
	padding: 10px;
	z-index: 56;
}
.WaitDivAdminPart
{
	text-align: center;
	vertical-align: middle;
	position: absolute;
	display: none;
	top: 120px;
	left: 40%;
	background-color: White;
	background-color: #FFFFFF;
	border: 1px solid #B1B1B1;
	padding: 10px;
	z-index: 56;
}

.message2
{
	color: Navy;
	text-align: left;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

td.blackwhite
{
	color: Black;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
}
table.blackwhite
{
	color: Black;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
}

.message
{
	color: Navy;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.message table
{
	color: Navy;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

message
{
	color: Navy;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


.info
{
	color: Navy;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	background-color: #EAE8DE;
}

.info span
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
}

.roundedCornersBlock 
{
        background: #e3e3e3;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px; /* future proofing */
        -khtml-border-radius: 10px; /* for old Konqueror browsers */
        padding: 10px;
        margin-bottom: 5px;
}

.advancedLinks
{
	color: Navy;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
}

.BasicPilotTitle
{
	border-bottom-width: 1px;
	border-bottom-color: Navy;
	border-bottom-style: solid;
	font-weight: bold;
}
.BasicPilotButtonTD
{
	text-align: right;
}

.StepHeader
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0078D4;
}

.msgHeader
{
	color: SteelBlue;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}

.input-select
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	color: navy;
}
.input-select-disabled
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	color: Gray;
}
input[readOnly] {
    background-color: #ccc;
} 

.input-select7
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9px;
	text-align: left;
	color: navy;
}

.input-select-ddl
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: navy;
}

.input-numeric
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: right;
	color: navy;
	border-top: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-right: steelblue 1px solid;
}

.input-numeric-left
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	color: navy;
	border-top: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-right: steelblue 1px solid;
}

.input-text
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	color: navy;
	border-top: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-right: steelblue 1px solid;
}

.currency-label-text
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 17px;
	text-align: right;
	color: navy;
    padding-right: 4px;
}

.input-text-noupper
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	text-align: left;
	color: navy;
	border-top: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-right: steelblue 1px solid;
}

.input-text-small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	text-align: left;
	border-top: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-right: steelblue 1px solid;
}

.input-text-small-noupper
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	text-align: left;
	border-top: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-right: steelblue 1px solid;
}

.td.text-very-small
{
	font-size: 9px;
	text-align: left;
	color: Black;
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.input-generic
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	text-align: left;
	color: navy;
	border-top: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-right: steelblue 1px solid;
}

.label
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: steelblue;
}
.ddcombo_table
{
	border: 1px;
	border-style: inset;
}
.ddcombo_results
{
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ddcombo_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ddcombo_results li
{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 5px;
	cursor: default; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ 
	/*width: 100%;*/
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	color: navy; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
	line-height: 12px;
	overflow: hidden;
}
.ddcombo_loading
{
	background: url('../../images/spinner.gif');
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
}
.ddcombo_odd
{
	background-color: #eee;
}
.ddcombo_over
{
	background-color: #336699;
	color: white;
}
.ddcombo_td1
{
	border-width: 1px;
	border-bottom-color: #EAE8DE;
	background-color: white;
	border-style:inset;
}
.ddcombo_td1 input
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	color: navy;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	border: 0px;
}
.ddcombo_td1 input::-ms-clear, .ddcombo_td1 input::-ms-reveal
{
	display:none;
}
.ddcombo_td1 div
{
	background-color: white;
	margin-bottom: 0px;
}
.ddcombo_td1 div.disabled {
    background-color: rgb(235, 235, 235);
}
.ddcombo_td2
{
	cursor: pointer;
	height: 20px;
	width: 17px;
	border:1px;
	border-style:inset;
	border-bottom-color: #EAE8DE;
	border-right-color: #EAE8DE;
	background: url('../../images/drop.gif');
}
.ddcombo_td2 a
{
	background: url('../../images/drop.gif');
}
.ddcombo_td2 a:hover
{
	background: url('../../images/drop_hover.gif');
}

div.spinerDDDL
{
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-left: 1px;
    position: absolute;
    display: none;
    background-color:transparent;
}

.uploadedFilesListBtnDelete, .uploadedFilesListBtnDeleteAll {
    clear: right;
}
.uploadedFilesListBtnDeletePane, .uploadedFilesListBtnDeleteAllPane {
    float: right;
}
div.uploadedFilesScrollList {
    margin-top: 5px;
}
div.uploadedFilesScrollList .row.odd {
    background-color: #ccc;
}
div.uploadedFilesScrollList .row {
    padding: 2px 0 2px 5px;
    line-height: 18px;
}
.uploadedFilesFileInput {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    opacity: 0; /* IE Specific */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.uploadedFilesSelectFileButton, .uploadedFilesSelectedFileName {
    /*float: left;*/
    margin-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.uploadedFilesListControl {
    position: relative;
    display:inline-block;
    max-width: 425px;
}
html.d .tableHeight {
    min-height: 520px;
    height: 100%;
}
.whiteSpaceNoWrap {
	white-space: nowrap;
}
.tableWidth30 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 30%;
}
.tableWidth5 {
    white-space: nowrap;
    width: 5%;
}

