/* Minification failed. Returning unminified contents.
(3396,38): run-time error CSS1038: Expected hex color, found '#c8c8c8c'
 */
/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jqueryui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/img/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/img/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/img/jqueryui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jqueryui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/img/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/img/jqueryui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* 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("/img/jqueryui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/jqueryui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/img/jqueryui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/img/jqueryui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/img/jqueryui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/img/jqueryui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/jqueryui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v11/YMOYVM-eg6Qs9YzV9OSqZfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v11/PLygLKRVCQnA5fhu3qk5fQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

*,
html,
button,
input,
select,
textarea {
    font-family: 'Lato', sans-serif !important;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #fff;

  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;
  box-shadow: 0 0 15px #fff;

  display: none;
}

/* Fancy blur effect */
#nprogress .peg {
  content:'';
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  opacity: 1.0;
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 10000;
  top: 5px;
  left: 10px;
}

#nprogress .spinner-icon {
  width: 1px;
  height: 1px;
  box-sizing: border-box;

  border: solid 22px transparent;
  border-top-color: rgba(0,0,0,0.4);
  

  border-radius: 50%;

  -webkit-animation: nprogress-spinner 800ms linear infinite;
          animation: nprogress-spinner 800ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/** STYLES FOR ALL PAGES **/
@media print {
  .no-print, .no-print * {
    display: none !important;
  }

  .page {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }

  .print-all {
    width: 100% !important;
    overflow: visible;
  }
}

* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Lato', sans-serif, helvetica, arial;
  font-weight: 300;
  overflow: hidden;
  font-size: 16px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #007ae6;
    cursor: pointer;
}
.ui-loader {
    display: none;
}
#header {
  display: flex;
  position: relative;
  height: 57px;
  width: 100%;
  border-bottom: 1px solid #001f3f;
  background-color: #f3f3f3;
  z-index: 10;
}
#logo,
span.bidnav {
  background-image: url("/img/Logo-2-152.png");
  background-size: auto 44px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  margin-left: 5px;
  height: 54px;
  padding-left: 53px;
  color: #000c41;
  cursor: pointer;
}
span.bidnav {
    background-size: 17px auto;
    height: 23px;
    padding-left: 20px;
    cursor: default;
    background-position: 0;
}
#logo span {
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -1px;
}
#logo span.logoModifier {
    display: block;
    font-size: 10px;
    color: #727272;
    margin-top: 37px;
    margin-left: 2px;
    font-weight: bold;
    font-style: italic;
}
#name_nav {
    font-weight: 700 !important;
    left: 107px;
}
#tripnavbtns {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 11px;
  position: relative;  
  text-align: center;
}
#navbtns {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
}
#navbtns > li, #tripnavbtns > li{
    background-position: center 7px;
    background-repeat: no-repeat;
    background-size: auto 26px;
    border-left: 1px solid #dddddd;
    display: inline-block;
    font-size: 11px;
    line-height: 28px;
    padding-top: 28px;
    list-style-type: none;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}
#tripnavbtns > li{
    border-left: 0;
}
#navbtns > li:hover, #tripnavbtns > li:hover {
    color: #000000;
}
#navbtns > li.selected, #tripnavbtns > li.selected {
    color: #007ae6;
    cursor: auto;
}
#navbtns > li.bidpack {
  display: none;
  cursor: default;
  color: #666666 !important;
}
  #navbtns > li.bidpack.status-in-progress {
    display: inline-block;
    background-image: url("/img/gears_animated.gif");
    background-size: 28px auto;
  }

  #navbtns > li.bidpack.status-complete {
    display: inline-block;
    background-image: url("/img/check-mark.png");
    background-size: 28px auto;
  }

  #navbtns > li.bidpack.status-error {
    display: inline-block;
    background-image: url("/img/error.gif");
    background-size: 28px auto;
  }
#navbtns > li.bidstatus {
    display: none;
    cursor: default;
    color: #666666 !important;
}
#navbtns > li.bidstatus.status-in-progress {
    display: inline-block;
    background-image: url("/img/gears_animated.gif");
    background-size: 28px auto;
}
#navbtns > li.bidstatus.status-complete {
    display: inline-block;
    background-image: url("/img/check-mark.png");
    background-size: 28px auto;
    cursor: pointer;
}
#navbtns > li.bidstatus.status-error {
    display: inline-block;
    background-image: url("/img/error.gif");
    background-size: 28px auto;
}
#navbtns > li.goto-bidnav {
  display: none;
  background-image: url("/img/Logo-2-152.png");
}
#navbtns > li.manage {
    background-image: url("/img/folderGray.png");
}
#navbtns > li.account {
    background-image: url("/img/userGray.png");
}
#navbtns > li.info {
    background-image: url("/img/infoDkGrey.png");
}
#navbtns > li.bidperiod {
    background-image: url("/img/clockDkGray.png");
}
#navbtns > li.reasonreport {
    background-image: url("/img/reportDkGray.png");
}
#navbtns > li.goto-bidnav.selected {
    background-image: url("/img/Logo-2-152.png");
}
#navbtns > li.manage.selected {
    background-image: url(/img/folder-medblue.png);
}
#navbtns > li.account.selected {
    background-image: url(/img/user-medblue.png);
}
#navbtns > li.info.selected {
    background-image: url(/img/info-medblue.png);
}
#navbtns > li.bidperiod.selected {
    background-image: url("/img/clockDkBlue.png");
}
#navbtns > li.reasonreport.selected {
    background-image: url("/img/reportDkBlue.png");
}
#navbtns > li.goto-tripnav, #tripnavbtns > li.goto-tripnav, #tripnavbtns > li.goto-ietripnav {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjI1NyIgaGVpZ2h0PSIyNTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogPCEtLSBDcmVhdGVkIHdpdGggU1ZHLWVkaXQgLSBodHRwOi8vc3ZnLWVkaXQuZ29vZ2xlY29kZS5jb20vIC0tPgogPGRlZnM+CiAgPHN5bWJvbCBpZD0ic3ZnXzIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgPGcgaWQ9InN2Z180Ii8+CiAgIDxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Im0yMy41NzMsMjQ2LjQyNTAwM2MtMS4yODk5OTksNzMuNTY0MDExIDIyLjAyNTk5OSwxMzIuMTg4MDA0IDcwLjYyNTk5OCwxNzYuNTg5MDA1YzQ4LjYwOTAwMSw0NC4wNDE5OTIgMTAzLjA0NTAwNiw2Ni4wNzkwMSAxNjIuOTc5OTg4LDY2LjA3OTAxYzQwLjE1MTAwMSwwIDc4LjA1OTk5OCwtOS40MDEwMDEgMTEzLjM2NzAwNCwtMjguMjAxMDE5YzM1LjI4Njk4NywtMTkuMTE3OTgxIDYzLjgwNDk5MywtNDYuMzM1OTk5IDg1Ljg3Mjk4NiwtODIuNjE2OTc0YzIxLjY3ODAwOSwtMzUuOTYzMDEzIDMyLjM4OTAwOCwtNzcuNzQyMDA0IDMyLjA1MTAyNSwtMTI1LjY5NjAxNGMtMC42MzUwMSwtNDUuOTc3MDA1IC0xMS42NzMwMDQsLTg2LjE2MDAwNCAtMzMuMzUxMDEzLC0xMjAuODYyYy0yMS40MTE5ODcsLTM0LjYyMDk4NyAtNDkuODg5MDA4LC02MS41NDIgLTg1LjIwNzAwMSwtODAuMjgwOTkxYy0zNS4zMjgwMDMsLTE5LjA5NyAtNzIuNTgwOTk0LC0yOC41MTggLTExMS4xMzUwMSwtMjguNTE4Yy0yNi41NTI5OTQsMCAtNTMuMTQ1MDA0LDQuODQzIC04MC4wMDUwMDUsMTQuMjQ0MDAxYy0yNi44Nzk5OSw5LjY5Njk5OSAtNTIuMTcyOTgxLDI0LjI5OSAtNzUuNDc4OTgxLDQzLjc1NTAwMWMtMjMuNjUzOTk5LDE5Ljc2MyAtNDIuNDQ1LDQzLjA1ODk5OCAtNTYuNDAyLDcwLjYxNDk5Yy0xNC4yNDM5OTksMjcuMTc3MDAyIC0yMS45OTUwMSw1OC45NjIwMDYgLTIzLjMxNzAyLDk0Ljg5Mzk5N2wwLDBsLTAuMDAwOTkyLC0wLjAwMTAwN2wwLjAwMDAxMSwwbDAuMDAwMDEsMHptMTI5LjkxNTAwNywtMTAzLjMxMTAwNWMtNS4xODEsOS43MTgwMDIgLTEwLjM2Mjk5MSwyNS4yNDIwMDQgLTE1LjU0Mzk5MSw0Ni42MjMwMDFjLTUuMjEyMDA2LDIxLjM2MTAwOCAtOC4xMDAwMDYsNDAuMTgyMDA3IC04LjQxNzAwNyw1Ni42OTkwMDVsLTg0LjIxMzk5NywwYzUuMTcwOTk4LC01Ni4zNjEwMDggMjIuOTg4OTk4LC0xMDAuNzYyMDA5IDUzLjQyMTk5NywtMTMyLjUxNjAwNmMzLjI1NzAwNCwzLjI1Njk4OSA3LjQ2NTAwNCw2LjE4NTAwNSAxMy4yOTEsOS40MDAwMDJjNS44MzY5OTgsMy4yMzYgMTIuMzE5LDYuNDgxOTg3IDE5LjQxNTAwMSw5LjcxNzk5NWM3LjQ4NjAwOCwzLjIzNTk5MiAxNC42MDIwMDUsNi40OTE5ODkgMjIuMDQ2OTk3LDEwLjA3NTk4OWwwLDBsMCwwLjAwMDAzMWwwLC0wLjAwMDAxNXptNDMuNzU0OTksLTg5LjQ0NTk5OWMtMTUuNTY1MDAyLDIyLjAxNTk5OSAtMjguMjEwOTk5LDQ1LjY4MSAtMzguMjM1OTkyLDcxLjI2MDAwMmMtMjQuNjA3MDEsLTExLjY2MzAwMiAtMzkuODU0MDA0LC0yMC4wODEwMDEgLTQ2LjAwODAwMywtMjUuNTc5MDAyYzIxLjA1Mzk5MywtMjEuMzgwOTk3IDQ4LjkyNjk5NCwtMzYuNjE4IDg0LjI0Mzk5NiwtNDUuNjgxbDAsMHptMjcuODIyMDA2LC02LjEzMzk5OWMyLjMxMzk5NSwtMC4zMzgwMDEgNC41NTY5OTIsLTAuNjc1OTk5IDYuNTExOTkzLC0wLjk4MzAwMmMyLjI4Mzk5NywtMC4zMzc5OTcgNC41MzYwMTEsLTAuMzM3OTk3IDcuNDY1MDEyLC0wLjMzNzk5N2w3LjQzMzk5LDBsMCwxMDEuMDc5MDA2Yy03Ljc3MjAwMywwIC0xNy44MDc5OTksLTEuMzAwMDAzIC0zMC40NTM5OTUsLTQuMTc4MDI0Yy0xMi42MjYwMDcsLTIuNjAwOTgzIC0yNS42MDAwMDYsLTYuMTY0OTc4IC0zOC41NTMwMDksLTEwLjA3NTk4OWMxMi4zMTksLTMwLjQ2NDAwNSAyOC4xNjAwMDQsLTU4Ljk1MjAwMyA0Ny41OTYwMDgsLTg1LjUwNDAwNWwwLDBsMCwwLjAwMDAxMXptMjEuNDAxMDAxLDEyMS4xMzkwMDRsMCw3Ny43NjIwMDlsLTk3LjE5Nzk5OCwwYzAsLTMwLjE1Njk5OCA3LjE0ODAxLC02Mi4yMTgwMDIgMjEuMzgxMDEyLC05Ni4yMTQ5OTZjMzEuNzYzOTkyLDEyLjI4Nzk5NCA1Ny4wMzY5ODcsMTguNDUyOTg4IDc1LjgxNjk4NiwxOC40NTI5ODhsMCwwem0wLDk3LjQ5NDk5NWwwLDc4LjcyNTAwNmMtMTkuMDk3LDAgLTQ0LjA2MzAwNCw2LjE4NDk5OCAtNzQuNTE2OTk4LDE4LjQ4MzAwMmMtNC40OTQ5OTUsLTguNzU1MDA1IC05LjM3OTk5LC0yMy45NjIwMDYgLTE0Ljg4ODk5MiwtNDUuOTk4MDE2Yy01LjE3MTAwNSwtMjIuMzYzOTgzIC03Ljc5MjAwNywtMzkuMTk5MDA1IC03Ljc5MjAwNywtNTEuMTk5OTgybDk3LjE5Nzk5OCwtMC4wMTAwMXptLTExNi45NDAwMDIsMGMwLDI1LjI4Mjk5IDcuNDUzOTk1LDU5Ljk0NTAwNyAyMi42NjA5OTUsMTAzLjk5Nzk4NmMtMzMuMzMwOTk0LDE2Ljg1NTAxMSAtNTEuMTY4OTk5LDI2LjI1NTAwNSAtNTMuNDYyOTk3LDI4LjIwMTAxOWMtMTYuNTE2OTk4LC0xNy43OTY5OTcgLTI5LjEzMjk4OCwtMzkuNTE1OTkxIC0zOC4yMTUsLTY0Ljc3ODAxNWMtOS4wNTE5OTgsLTI1LjI4MTk4MiAtMTMuNjE4OTk5LC00Ny42MzY5OTMgLTEzLjYxODk5OSwtNjcuNDE5OTgzbDgyLjYzNjk5MywwbC0wLjAwMDk5MiwtMC4wMDEwMDd6bTExNi45NDAwMDIsOTcuMTk3OTk4bDAsMTA0LjY0MTk5OGwtMjEuNDEyMDAzLC0xLjI3OTk5OWMtMTguNDMyMDA3LC0yNS42MTk5OTUgLTM0LjY0MTk5OCwtNTQuNzY0MDA4IC00Ny41ODUwMDcsLTg2LjgyNDk4MmM5LjA4MzAwOCwtNC41MTYwMjIgMzIuMDcyMDA2LC0xMC4wMTQwMDggNjguOTk3MDA5LC0xNi41MzgwMjVsMCwwbDAsMC4wMDEwMDd6bS04Ny40NzAwMDEsMjQuNjI3MDE0YzE2LjgzNCwzNS4wMjA5OTYgMjkuODA4OTksNTguOTYyMDA2IDM5LjUyNjAwMSw3MS45MzYwMDVjLTI4LjE2MDAwNCwtOC40MTc5OTkgLTU2LjY4OTAxMSwtMjQuMDAyMDE0IC04NS41NDQ5OTEsLTQ2LjY2Mjk5NGMxNS41NzQ5ODksLTEwLjA1NTAyMyAzMC44MDE5OTQsLTE4LjQ3MzAyMiA0Ni4wMTkwMDUsLTI1LjI3MjAwM2wwLDBsLTAuMDAwMDE1LC0wLjAwMTAwN3ptMTI4Ljk0MTk4Niw3OC43MzU5OTJsLTIxLjA1MzAwOSwxLjI3OTk5OWwwLC0xMDMuMzQyMDFjMjIuMDE2MDIyLDEuMjc5OTk5IDQ1LjAyNjAwMSw2LjQ4MTk5NSA2OC45OTcwMDksMTUuMjM3Yy0xOS40NDU5ODQsNDIuNzYxOTkzIC0zNS42MzUwMSw3MS42MDgwMDIgLTQ3Ljk0NCw4Ni44MjUwMTJsMCwwem0xMTIuNDI1MDE4LC01My40NjMwMTNjLTIxLjY3ODAwOSwyMi42NjEwMTEgLTQ5LjU3MTk5MSwzNy45MTc5OTkgLTg0LjI1NTAwNSw0NS4wMzYwMTFjNi44MjAwMDcsLTguNDM4MDE5IDEyLjY0NzAwMywtMTcuNSAxNy44MTcwMTcsLTI2LjU4MzAwOGM0LjkwNDk5OSwtOS4wNjMwMTkgOS40MTA5OCwtMTguNDYyMDA2IDEzLjI5MDk4NSwtMjguNTE5MDEyYzMuOTAxMDAxLC05LjY5Njk5MSA2LjE2NDAwMSwtMTQuODU4MDAyIDYuNTExOTkzLC0xNS4yMTYwMDNjMjUuODk3MDAzLDEyLjY2NzAyMyA0MS40MzEsMjEuMDYzMDE5IDQ2LjYzMzAyNiwyNS4yODMwMmwwLDBsMC4wMDE5ODQsLTAuMDAxMDA3em02Ni43NTUwMDUsLTE0Ny4wOTc5OTJjMCwyMy4zMTY5ODYgLTQuODg1MDEsNDcuNjM2OTkzIC0xNS4yNDgwMTYsNzIuOTE5MDA2cy0yMi4zNTM5NzMsNDUuMDE0OTg0IC0zNi41OTc5OTIsNTkuMjc4OTkyYy0zLjU2Mjk4OCwtMi45MTc5OTkgLTEwLjAzNTAwNCwtNi41MDE5ODQgLTE5LjQ2NjAwMywtMTEuMzM1OTk5Yy05LjM4MDAwNSwtNC44NjQwMTQgLTIxLjA0Mjk5OSwtMTAuOTk3OTg2IC0zNC42MjE5NzksLTE4LjEzNTAxYzE2LjUwNjk4OSwtNDIuNDQ0OTc3IDI0LjU5NTk3OCwtNzYuNDYxOTc1IDI0LjU5NTk3OCwtMTAyLjcxNzAxbDgxLjMzNzAwNiwtMC4wMDk5NzlsMC4wMDEwMDcsMHptLTEwMy4wNDUwMTMsMGMwLDI4LjUzOTAwMSAtNy4xMjY5ODQsNjAuNjAxMDEzIC0yMS4zOTE5OTgsOTcuMTk3OTk4Yy04LjEwMDAwNiwtNC41MTU5OTEgLTIwLjA3OTk4NywtOS4wODMwMDggLTM1Ljk2MzAxMywtMTMuMjYwOTg2Yy0xNS41NDM5NzYsLTQuNTU3MDA3IC0yOC44MTQ5NzIsLTYuMTY0MDAxIC0zOS44MzM5ODQsLTUuMjIzMDIybDAsLTc4LjcyNDk3Nmw5Ny4xODc5ODgsMC4wMDk5NzlsMC4wMDEwMDcsMC4wMDEwMDd6bS05Ny4xODc5ODgsLTk3LjQ5NDk5NWMyMC4wOTEwMDMsMCA0NS4zNjMwMDcsLTYuMTY1MDA5IDc1Ljc4NjAxMSwtMTguNDYyOTk3YzQuNTM1OTgsNy40NDQ5OTIgOS40MDEwMDEsMjIuMDM2MDExIDE0LjI2Mzk3Nyw0My4wOTk5OTFjNC41MzYwMTEsMjAuNzE0OTk2IDcuMTI3MDE0LDM4LjU0Mjk5OSA3LjEyNzAxNCw1My4xMjVsLTk3LjE3ODAwOSwwbDAsLTc3Ljc2MTk5M2wwLjAwMTAwNywwem0xNDcuMDg3OTgyLC01NC43NjI5ODVjMTYuMjA5OTkxLDE1LjU3NDk4MiAyOS4xNDMwMDUsMzUuMzE3OTc4IDM4Ljg4MTk4OSw1OS45NTQ5ODdjOS43MDcwMDEsMjQuNjE3MDA0IDE0LjI3NDAxNyw0OC45MzcwMTIgMTQuMjc0MDE3LDcyLjU1OTk5OGwtODIuNjM2OTkzLDBjMCwtMzEuMTE5MDAzIC03Ljc3MjAwMywtNjUuNDQ0IC0yMy4yOTYwMjEsLTEwMy4zMjIwMDZjMjMuNjAyOTk3LC0xMS4zOTcwMDMgNDEuNDMxLC0yMS4wNzM5OSA1Mi43NzcwMDgsLTI5LjE5NGwwLDBsMCwwLjAwMTAyMnptLTEzLjYwOTk4NSwtMTQuNTYxMDJjLTUuMjAxOTk2LDQuNTM3MDEgLTIwLjA5MTAwMywxMy41OTg5OTkgLTQ1LjM1Mjk5NywyNi44Nzk5OTdjLTExLjY3MzAwNCwtMjguODE1OTg3IC0yNS42MTk5OTUsLTUzLjQ2Mjk5NyAtNDEuNDYyMDA2LC03My44NDA5OTZjMzAuNzYwOTg2LDkuMDYzIDU5LjkxNDAwMSwyNC42MDYwMSA4Ni44MTUwMDIsNDYuOTYwOTk5bDAsMGwwLDAuMDAwMDA4bDAsLTAuMDAwMDA4em0tMTEzLjcxNDAyLC01MS44MTQ5OTljMTkuMTE4MDExLDIzLjMzNzAwOSAzNS42NDQ5ODksNTEuMTU5IDQ5LjI0Mzk4OCw4NC4xODI5OTVjLTEyLjYyNTk3Nyw4LjE2MTAxMSAtMzUuNjM0OTc5LDEzLjM0MzAxOCAtNjguOTk3MDA5LDE1LjU3NTAyN2wwLC0xMDEuMDc5MDE0bDcuNDQ1MDA3LDBjNi40OTIwMDQsMCAxMC42NzAwMTMsMC4zMzgwMDEgMTIuMzA4MDE0LDEuMzIxMDExbDAsLTAuMDAwMDE5eiIgaWQ9InN2Z181Ii8+CiAgPC9zeW1ib2w+CiA8L2RlZnM+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHJlY3Qgb3BhY2l0eT0iMC43NSIgc3Ryb2tlPSJibGFjayIgaWQ9InN2Z18xIiBmaWxsPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIwIiBoZWlnaHQ9IjI1NiIgd2lkdGg9IjI1NiIgcnk9IjQwIiByeD0iNDAiIHk9IjEiIHg9IjEiLz4KICA8Y2lyY2xlIGlkPSJzdmdfOCIgcj0iMTIwIiBjeT0iMTMwLjE4NzUiIGN4PSIxMjkuMzQzNzUiIHN0cm9rZS1vcGFjaXR5PSIwIiBzdHJva2UtbGluZWNhcD0ibnVsbCIgc3Ryb2tlLWxpbmVqb2luPSJudWxsIiBzdHJva2UtZGFzaGFycmF5PSJudWxsIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2U9IiMwMDAwMDAiIGZpbGw9IiNmZmZmZmYiLz4KICA8dXNlIG9wYWNpdHk9IjAuNzUiIHg9IjI0MS45NTUyMyIgeT0iOTMuMTY2NyIgdHJhbnNmb3JtPSJtYXRyaXgoMC45MjMxMTY3NTkwNjgzODE2LDAsMCwwLjkyMTAwMjg5OTE5MDA0MzUsLTIxMy4yNjI4ODE4MjI2Nzk1MywtNzUuNjU4MjA3NzI5MTU4MzUpICIgeGxpbms6aHJlZj0iI3N2Z18yIiBpZD0ic3ZnXzMiLz4KIDwvZz4KPC9zdmc+');
}
#navbtns ul#bidperiod-ul,
#navbtns ul#account-ul,
#navbtns ul#support-ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 104px;
    position: absolute;
    background-color: #f3f3f3;
    border: 1px solid #001f3f;
    border-top: 0;
    border-right: 0;
    left: 0;
    width: 100%;
}
#navbtns ul#bidperiod-ul {
    min-width: 170px;
}
#navbtns ul#support-ul {
    min-width: 130px;
}
#navbtns ul#bidperiod-ul li,
#navbtns ul#account-ul li,
#navbtns ul#support-ul li {
    margin: 0;
    padding: 0 14px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
#navbtns ul#bidperiod-ul li,
#navbtns ul#support-ul li {
    border-right: 1px solid #001f3f;
}
#navbtns ul#bidperiod-ul li:hover,
#navbtns ul#account-ul li:hover,
#navbtns ul#support-ul li:hover {
    text-decoration: underline;
}
#topbar {
    width: 100%;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    z-index: 5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0ff", endColorstr="#007ae6");
    background: -moz-linear-gradient(top, #33a0ff, #007ae6);
    background: -webkit-linear-gradient(top, #33a0ff, #007ae6);
    background: -o-linear-gradient(top, #33a0ff, #007ae6);
    background: -ms-linear-gradient(top, #33a0ff, #007ae6);
    background: linear-gradient(top, #33a0ff, #007ae6);
    color: #ffffff;
    text-shadow: -1px 1px #007ae6;
}
#topbar div.navigation {
    float: right;
}
#topbar div.navigation a {
    color: #ffffff;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-shadow: -1px -1px #007ae6;
    text-decoration: none;
}
#wrapper {
    width: 100%;
    border: 0;
    height: 100vh;
    overflow: auto;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 101px;
}
#content {
    padding-bottom: 300px;
}
#content h2 {
    color: #007ae6;
}
.ui-widget-header,
.ui-dialog-titlebar {
    border: none;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #aaaaaa;
    background: none;
}
.ui-tabs .ui-tabs-nav li {
    font-size: 14px;
}
.ui-dialog-titlebar {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0ff", endColorstr="#007ae6");
    background: -moz-linear-gradient(top, #33a0ff, #007ae6);
    background: -webkit-linear-gradient(top, #33a0ff, #007ae6);
    background: -o-linear-gradient(top, #33a0ff, #007ae6);
    background: -ms-linear-gradient(top, #33a0ff, #007ae6);
    background: linear-gradient(top, #33a0ff, #007ae6);
    color: #ffffff;
    text-shadow: -1px 1px #007ae6;
}
.profileName {
    background-image: none;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 1.1em;
    line-height: 25px;
    padding-left: 33px;
}
.profileName.manage {
    background-image: url(/img/folderWhite.png);
}
.profileName.account {
    background-image: url(/img/userWhite.png);
}
.profileName.support {
    background-image: url(/img/infoWhite.png);
}
div.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f3f3f3;
    border-top: 1px solid #727272;
    padding: 10px 0;
    margin: 0 auto;
}
div.footer > div {
    margin: 0 auto;
    width: 710px;
}
div.footer > div > div {
    display: block;
    float: left;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
}
div.footer > div > div > a,
div.footer > div > div > a:link,
div.footer > div > div > a:visited,
div.footer > div > div > a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    display: block;
}
div.footer > div > p {
    clear: both;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
}
div.footer > div > div > a.sublink {
    padding-top: 3px;
    font-weight: normal;
    font-size: 11px;
    padding-left: 10px;
}
/**
 * (C)Leanest CSS spinner ever
 */
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.progress {
    position: relative;
    display: inline-block;
    width: 5em;
    height: 5em;
    margin: 0 .5em;
    font-size: 12px;
    text-indent: 999em;
    overflow: hidden;
    animation: spin 1s infinite steps(8);
}
.small.progress {
    font-size: 6px;
}
.large.progress {
    font-size: 24px;
}
.progress:before,
.progress:after,
.progress > div:before,
.progress > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 2.25em; /* (container width - part width)/2  */
    width: .5em;
    height: 1.5em;
    border-radius: .2em;
    background: #eee;
    box-shadow: 0 3.5em #eee; /* container height - part height */
    transform-origin: 50% 2.5em; /* container height / 2 */
}
.progress:before {
    background: #555;
}
.progress:after {
    transform: rotate(-45deg);
    background: #777;
}
.progress > div:before {
    transform: rotate(-90deg);
    background: #999;
}
.progress > div:after {
    transform: rotate(-135deg);
    background: #bbb;
}

/****************************************************************
  ccl.alertView dialog
****************************************************************/
/* Grayed out background (contains the message box) */
.uialertview-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    /* turn off margin-top so we don't animate in */
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}
.uialertview-message-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    width: 300px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    overflow: hidden;
    /* turn off margin-top so we don't animate in */
    -webkit-transition: margin-top 0;
    -moz-transition: margin-top 0;
    -o-transition: margin-top 0;
    transition: margin-top 0;
}
.uialertview-title {
    width: 280px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.uialertview-message {
    width: 280px;
    overflow-x: hidden;
    max-height: 300px;
    overflow-y: auto;
    padding: 0 10px 10px 10px;
    font-size: 14px;
    text-align: center;
}
.uialertview-buttons button {
    display: inline-block;
    border: none;
    background-color: rgba(230,230,230,0.1);
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #007ae6;
}
.uialertview-buttons .uialertview-button-left {
    width: 150px;
    border-top: solid 1px #d1d1d1;
}
.uialertview-buttons .uialertview-button-right {
    width: 149px;
    border-left: solid 1px #d1d1d1;
    border-top: solid 1px #d1d1d1;
}
.uialertview-buttons .uialertview-button-wide {
    width: 300px;
    border-top: solid 1px #d1d1d1;
}
.uialertview-message .prompt {
    margin-top: 5px;
    width: 100%;
    margin-left: 10px;
    padding: 5px;
}
.uialertview-message .promptLabel {
    display: block;
    font-weight: bold;
    text-align: left;
    padding-left: 11px;
    padding-top: 3px;
}
.uialertview-message label {
    font-weight: bold;
    width: 120px;
    display: inline-block;
}
.uialertview-message input {
    width: 140px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.no-title .ui-dialog-titlebar {
    display: none;
}
.ui-dialog.no-close button.ui-dialog-titlebar-close {
    display: none;
}
#topbar ul.navigation {
    margin: 0;
    padding: 0;
    font-size: 11px;
    float: right;
}
#topbar ul.navigation > li {
    background-position: center 7px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 15px;
    list-style-type: none;
    position: relative;
    font-weight: bold;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}
#topbar ul.navigation > li > a {
    color: #ffffff;
    text-shadow: -1px 1px #007ae6;
}
#topbar ul.navigation > li > ul.navdown {
    display: none;
    position: absolute;
    top: 33px;
    background-color: #fcfcfc;
    z-index: 10000;
    list-style: none;
    list-style-type: none;
    margin: 5px 3px;
    padding: 0;
    border: 1px solid #000000;
}
#topbar ul.navigation > li > ul.navdown > li {
    background-position: 2px 1px;
    background-repeat: no-repeat;
    background-size: 20px;
}
#topbar ul.navigation > li > ul.navdown > li,
#topbar ul.navigation > li > ul.navdown > li > a {
    font-size: 12px;
    font-weight: bold;
    color: #727272;
    margin: 5px 10px 8px 10px;
    padding: 0;
    padding-left: 30px;
    text-shadow: none;
    line-height: 20px;
}
#topbar ul.navigation > li > ul.navdown > li > a {
    margin: 0;
    padding: 0;
    text-shadow: none;
}
li.phone {
    background-image: url(/img/phoneGray.png);
}
li.email {
    background-image: url(/img/emailGray.png);
}
li.license {
    background-image: url(/img/documentGray.png);
}
li.sla {
    background-image: url(/img/servicesGray.png);
}
li.privacy {
    background-image: url(/img/privacyGray.png);
}
#contact-ul {
    left: -3px;
}
#pricing-ul {
    width: 200px;
}
a.morenav {
    background-position: right center;
    background-image: url(/img/arrowWhite.png);
    background-size: 11px;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-bottom: 2px;
}
#license h2,
#sla h2,
#privacy h2 {
    color: #000000;
}
#pricing-cont, 
#license-cont,
#sla-cont,
#privacy-cont {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 55px;
}
#pricing {
    font-size: 17px;
}
#pricing h2 {
    text-align: left;
    color: #007ae6;
}
#pricing div.table {
    border: 1px solid #007ae6;
    border-radius: 4px;
    margin: 0 auto;
}
#pricing table {
    margin: 0 auto;
    border-radius: 6px;
    border: 0;
    background-color: #fcfcfc;
    width: 100%;
    border-spacing: 0;
}
#pricing table td.label {
    width: 150px;
    text-align: right;
}
#pricing table td span.value {
    color: #007ae6;
    font-weight: bold;
}
#pricing table td {
    padding: 15px 15px 0 15px;
    border: 0;
}
#pricing table td.small {
    font-size: 12px;
    font-style: italic;
}
#pricing table td.medium {
    font-size: 14px;
    padding-bottom: 15px;
}
.contract {
    font-size: 14px;
    max-width: 650px;
    margin: 0 auto;
}
.contract h2, 
.contract h3 {
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.contract .center {
    text-align: center;
}
.contract ol, 
.contract ul {
    margin-top: 0;
}
.contract li {
    margin-bottom: 5px;
    margin-right: 10px;
}
.contract .formRow label {
    margin: 0;
    vertical-align: top;
    text-align: left;
    margin-left: 20px;
    min-width: 100px;
}
.contract table {
    width: 100%;
    background-color: #efefef;
    border: 1px solid #000000;
    margin: 5px;
}
.contract table td {
    border: 1px solid #000000;
    padding: 3px;
    padding-left: 15px;
}
.happy-customers {
    margin: 25px auto;
    padding: 10px;
    border: 1px solid #007ae6;
    border-radius: 6px;
    width: 100%;
    height: 210px;
}
hr {
    margin-top: 50px;
    height: 2px;
    background: #007ae6; 
    background-image: linear-gradient(to right, #ffffff, #007ae6, #ffffff);
    border: 0;
    clear: both;
}
.hcHeader {
    display: block;
    position: relative;
    top: -32px;
    font-size: 18px;
    color: #007ae6;
    font-weight: bold;
    background-color: #ffffff;
    width: 130px;
    padding: 10px;
    text-align: center;
}
#testimonials {
    position: relative;
    top: -30px;
    margin-left: 15px;
    overflow: hidden;
}
.testimonial {
    margin-left: 8px;
    padding: 0 10px 10px 0;
    display: none;
    float: left;
    width: 40%;
    min-width: 48%;
    overflow: hidden;
}
.testimonial .quote {
    color: #727272;
    font-weight: bold;
    display: block;
    padding: 0 40px 0 100px;
    background-image: url(/img/quoteLtGray-Lg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 55px;
    min-height: 58px;
}
.testimonial .attrib {
    color: #999999;
    font-style: italic;
    display: block;
    float: none;
    clear: both;
    font-weight: normal;
    padding-top: 7px;
}
.testimonial img {
    height: 120px;
    float: left;
    padding-right: 10px;
}
.testimonial img.emoji {
    height: 20px;
    float: none;
    vertical-align: middle;
    padding: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .profileName {
        max-width: 350px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    div.footer {
        display: none;
    }
    #contact-ul {
        left: -85px;
    }
    .contract {
        max-width: 100%;
    }
}

#preblocks-info-form {
    margin-left: 160px;
}
.preblockDate > a.ui-state-default {
    background: #247be7;
    color: #ffffff;
}
.preblockDate > a.ui-state-active {
    background: #ffffff;
    color: #247be7;
    font-weight: bold;
}
.availableDate > a.ui-state-default::before {
    content: "*";
    color: #ff0000;
    font-weight: bold;
}
.dataRow,
.formRow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.dataRow,
.dataRow *,
.dataRow *::before,
.dataRow *::after,
.formRow,
.formRow *,
.formRow *::before,
.formRow *::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dataRow label,
.formRow label {
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin: 4px;
    min-width: 157px;
    text-align: right;
}
.formRow label.datesInput {
    vertical-align: top;
}
.formRow label.radio,
.ui-state-default .formRow label {
    text-align: left;
}
.dataRow label.required::after,
.formRow label.required::after {
    content: "*";
    color: #ff0000;
}
.formRow label.radio {
    display: block;
}
.dataRow select,
.formRow select {
    left: -3px;
    position: relative;
}
.formRow .form-inline-message,
span#cc-agreement {
    display: block;
    max-width: 450px;
    font-style: italic;
    margin-bottom: 5px;
    margin-left: 168px;
    font-size: 14px;
}

/* LOADING INDICATORS */
.bidOption span.loading, 
.waiveOption span.loading {
    background-position: 3px 5px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    display: inline-block;
    height: 20px;
    width: 18px;
}
.bidOption span.loading.invalid, 
.waiveOption span.loading.invalid {
    background-image: url(/img/invalid.png);
}
.bidOption span.loading.valid,
.waiveOption span.loading.valid {
    background-image: url(/img/valid.png);
}
.bidOption span.loading.inprogress,
.waiveOption span.loadiung.inprogress {
    background-image: url(/img/ajax-loader.gif);
}


/* iPhone-style checkboxes/radio buttons, Cross-browser compatible */
.formRow input[type="checkbox"],
.formRow input[type="radio"] {
    margin: 5px 0 0 -15px;
    visibility: hidden;
}
.formRow input[type="checkbox"] + span::after,
.formRow input[type="radio"] + span::after {
    content: "off";
}
.formRow input[type="checkbox"]:checked + span::after,
.formRow input[type="radio"]:checked + span::after {
    content: "on";
}
.formRow input[type="checkbox"] + span,
.formRow input[type="radio"] + span, 
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before, 
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after {
    display: inline-block;
}
.formRow input[type="checkbox"] + span,
.formRow input[type="radio"] + span {
    vertical-align: middle;
}
.formRow input[type="checkbox"] + span,
.formRow input[type="radio"] + span, 
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before, 
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before, 
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after,
.formRow input[type="checkbox"]:checked + span::before, 
.formRow input[type="radio"]:checked + span::before, 
.formRow input[type="checkbox"]:checked + span::after, 
.formRow input[type="radio"]:checked + span::after {
    top: 0;
}
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after,
.formRow input[type="checkbox"]:checked + span::before, 
.formRow input[type="radio"]:checked + span::before {
    right: 0;
}
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before,
.formRow input[type="checkbox"]:checked + span::after, 
.formRow input[type="radio"]:checked + span::after {
    left: 0;
}
.formRow input[type="checkbox"] + span::before, 
.formRow input[type="radio"] + span::before, 
.formRow input[type="checkbox"] + span::after, 
.formRow input[type="radio"] + span::after {
    position: absolute;
}
.formRow input[type="checkbox"] + span,
.formRow input[type="radio"] + span {
    width: 50px;
    height: 20px;
    font: bold 11px/19px Arial, Sans-serif;
    color: #8c8c8c;
    text-transform: uppercase;
    border: solid 1px #bcbbbb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8c8c8", endColorstr="#f3f3f3");
    background: -moz-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -webkit-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -o-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -ms-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: linear-gradient(top, #c8c8c8, #f3f3f3);
    position: relative;
    text-indent: -9999px;
}
.formRow input[type="checkbox"] + span::before,
.formRow input[type="radio"] + span::before {
    content: "";
    width: 45%;
    height: 19px;
    border-top: solid 1px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfcfcf", endColorstr="#f9f9f9");
    background: -moz-linear-gradient(top, #cfcfcf, #f9f9f9);
    background: -webkit-linear-gradient(top, #cfcfcf, #f9f9f9);
    background: -o-linear-gradient(top, #cfcfcf, #f9f9f9);
    background: -ms-linear-gradient(top, #cfcfcf, #f9f9f9);
    background: linear-gradient(top, #cfcfcf, #f9f9f9);
    -moz-box-shadow: 1px 0 1px #bebebe;
    -webkit-box-shadow: 1px 0 1px #bebebe;
    box-shadow: 1px 0 1px #bebebe;
}
.formRow input[type="checkbox"] + span::after,
.formRow input[type="radio"] + span::after {
    text-indent: 0;
    width: 65%;
    height: 25px;
    text-align: center;
}
.formRow input[type="checkbox"]:checked + span,
.formRow input[type="radio"]:checked + span {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0ff", endColorstr="#007ae6");
    background: -moz-linear-gradient(top, #33a0ff, #007ae6);
    background: -webkit-linear-gradient(top, #33a0ff, #007ae6);
    background: -o-linear-gradient(top, #33a0ff, #007ae6);
    background: -ms-linear-gradient(top, #33a0ff, #007ae6);
    background: linear-gradient(top, #33a0ff, #007ae6);
    color: #ffffff;
    text-shadow: -1px 1px #007ae6;
}
.formRow input[type="checkbox"]:checked + span::before,
.formRow input[type="radio"]:checked + span::before {
    left: auto;
    -moz-box-shadow: -2px 0 1px #3a5e91;
    -webkit-box-shadow: -2px 0 1px #3a5e91;
    box-shadow: -2px 0 1px #3a5e91;
}
.formRow input[type="checkbox"]:checked + span::after,
.formRow input[type="radio"]:checked + span::after {
    border-top: solid 1px #006dcc;
    border-bottom: solid 1px #006dcc;
    border-left: solid 1px #006dcc;
    height: 20px;
    top: -1px;
    left: -1px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.dateslist li.reserve .formRow {
    display: inline-block;
    margin-left: 25px;
}
.dateslist li.reserve > span.move {
    margin-top: 7px;
}
.dateslist li.reserve > span.delete {
    margin-top: 7px;
}


/** BUTTONS **/
.buttons {
  float: right;
}
#topbar .buttons button {
  border: none;
  background-color: transparent;
  padding: 0 0 0 30px;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  float: left;
  margin-top: 10px;
  margin-right: 6px;
  color: #ffffff;
  background-size: 16px;
}
button.submitButton {
    display: none;
  background: url(/img/currentWhite.png) no-repeat 10px center;
}
button.saveButton {
    display: none;
  background: url("/img/saveWhite.png") no-repeat 10px center;
}
button.saveAsButton {
    display: none;
  background: url(/img/saveAsWhite.png) no-repeat 10px center;
}
button.addButton {
    display: none;
  background: url(/img/plusWhite.png) no-repeat 10px center;
}
button.changeProfile,
button.changeBid {
  background: url(/img/chooseWhite.png) no-repeat 10px center;
}
#editor .buttons {
    margin: 10px 10px 0 0;
}
#contact-form button,
#loginForm button,
#editor .buttons button,
#addProfile,
#accountInfoDiv button,
.ui-button,
.wizard button {
    background-color: #eeeeee;
    border: medium none;
    font-size: 14px;
    margin-right: 8px;
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8c8c8", endColorstr="#f3f3f3");
    background: -moz-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -webkit-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -o-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: -ms-linear-gradient(top, #c8c8c8, #f3f3f3);
    background: linear-gradient(top, #c8c8c8c, #f3f3f3);
    color: #000000;
}
#addProfile {
    margin-bottom: 5px;
}
#accountInfoDiv > span.buttons {
    float: right;
    margin-bottom: 8px;
}
#contact-form button:hover,
#loginForm button:hover,
#editor .buttons button:hover,
#addProfile:hover,
#accountInfoDiv button:hover,
.ui-button:hover,
.wizard button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0ff", endColorstr="#007ae6");
    background: -moz-linear-gradient(top, #33a0ff, #007ae6);
    background: -webkit-linear-gradient(top, #33a0ff, #007ae6);
    background: -o-linear-gradient(top, #33a0ff, #007ae6);
    background: -ms-linear-gradient(top, #33a0ff, #007ae6);
    background: linear-gradient(top, #33a0ff, #007ae6);
    color: #ffffff;
    text-shadow: -1px 1px #007ae6;
}
#editOptionButtons, #addOptionButtons, #editWaiveButtons {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
input.picker {
    width: 88px;
    background-image: url("/img/calendarBlueWhiteBG.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px; 
    cursor: pointer;
}

/** Option Accordion Styles **/
.option-types input[type=radio]{
  display:none;
}
.option-types label input[type=radio] + .label {
  border-bottom: solid 1px #ccc;
}
.option-types label:last-child input[type=radio] + .label {
    border: none;
}
.option-types input[type=radio] + .label {
  padding:5px 5px 5px 25px;
  width:100%;
}
.option-types input[type=radio] + .label::before {
  display:none;
}
.option-types input[type=radio]:checked + .label {
    background-color: #0074D9;
    color: #fff;
}
