/* Minification failed. Returning unminified contents.
(7758,23): run-time error CSS1046: Expect comma, found '0'
(7758,27): run-time error CSS1046: Expect comma, found '/'
(7758,54): run-time error CSS1046: Expect comma, found '51'
(7758,59): run-time error CSS1046: Expect comma, found ')'
(8663,18): run-time error CSS1035: Expected colon, found '='
 */
/*! jQuery UI - v1.11.4 - 2016-03-30
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&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 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-draggable-handle {
	-ms-touch-action: none;
	touch-action: 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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	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-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-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-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: Lucida Grande,Lucida Sans,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: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5dbec;
	background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2e6e9e;
	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 #79b7e7;
	background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}
.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: #1d5987;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* 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-draggable-handle {
	-ms-touch-action: none;
	touch-action: 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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	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-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-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-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;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&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
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,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: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5dbec;
	background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2e6e9e;
	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 #79b7e7;
	background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}
.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: #1d5987;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@media screen {

    body > header, body > nav, body > #main, body > footer {
        min-width: 760px;
    }
}

@media screen and ( min-width: 0px ) {

    body > header, body > nav, body > #main, body > footer {
        min-width: 0;
    }
}

@media all {

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-size: 100%;
        text-align: left;
        color: #000000;
        font-family: Arial;
        background: #ffffff;
        z-index: 99;
    }

    h1 {
        font-size: 120%;
    }

    h2 {
        font-size: 115%;
    }

    h3 {
        font-size: 110%;
    }

    h4 {
        font-size: 105%;
    }

    input, textarea, select {
        border: solid 1px #353535;
        background-color: White;
    }

        input[type='checkbox'] {
            vertical-align: text-bottom;
            margin-right: 1px;
        }

    .EditTable td {
        padding-right: 7px;
    }

    td input, td select {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    ul {
        padding-left: 40px;
    }

    option {
        padding-left: 0.4em;
    }

    fieldset, img {
        border: 0 solid;
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
    }

    /* float clearing */
    .clearfix:before {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    .ie-clearing {
        display: none;
    }

    a, a:visited, a:active {
        text-decoration: none;
        color: inherit;
        background-color: inherit;
    }

a:hover {
    text-decoration: none;
}

a[href^='http://'], a[href^='https://'] {
    background: #EFF7FF url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAFVBMVEVmmcwzmcyZzP8AZswAZv////////9E6giVAAAAB3RSTlP///////8AGksDRgAAADhJREFUGFcly0ESAEAEA0Ei6/9P3sEcVB8kmrwFyni0bOeyyDpy9JTLEaOhQq7Ongf5FeMhHS/4AVnsAZubxDVmAAAAAElFTkSuQmCC') /*../img/external.png*/ center right no-repeat;
    /*/background-position-x: 97%;*/
    padding-right: 13px;
}

.textcon a[href^='http://'], a[href^='https://'] {
    background: none;
    padding-right: initial;
}

    input[readonly], textarea[readonly], input[type='text'][disabled] {
        background-color: #EAEAEA;
        border-color: #888;
    }
}


.grid-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.column-1 {
    display: flex;
    flex-direction: column;
}

.column-2 {
    display: flex;
    flex-direction: column;
}

/* ===================  Button styling  ================================  */
.btn {
    background-color: #808080; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-lg {
    width: 100%;
}

.btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-success {
    background-color: #099E27;
    color: #EFF7FF;
    padding: 8px 12px;
    border-radius: 5px;
}

.btn-success:hover {
    background-color: #157d0d;
    color: white;
}

.btn-info {
    background-color: #0090CB;
    color: #EFF7FF;
    padding: 8px 12px;
    border-radius: 5px;
}

.btn-info:hover {
    background-color: #007eb2;
    color: white;
}

.btn-secondary {
    background-color: #6c757d;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
}

.btn-danger {
    background-color: #ba0000;
    color: #EFF7FF;
    padding: 8px 12px;
    border-radius: 5px;
}

.btn-danger:hover {
    background-color: #dd3232;
    color: white;
}

/* Text style */
.text-success {
    color: #099E27;
}

.text-danger {
    color: #ba0000;
}

.text-info {
    color: #007eb2;
}

.text-default {
    color: #9aa4af;
}

/* The switch - the box around the slider */
.onoffswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #099E27;
    color: #FFFFFF;
    text-align: left;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #F01111;
    color: #F7F7F7;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 3.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* animations */

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes grow {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Style tab links */
.tablink-container {
    width: 100%;
    padding-left: 5px;
}

.nav-tabs {
    background-color: #474B54;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav-tabs .menu-tabs {
    display: flex;
    text-align: center;
    list-style: none;
    padding: 0px;
}

.nav-tabs .menu-tabs > li {
    flex-grow: 1;
    padding: 14px 16px;
    border-right: 1px solid #8c8888;
    transition-duration: 0.4s;
}

.nav-tabs .menu-tabs > li > a {
    background: none;
    text-decoration: none;
    font-weight: bold;
}

.nav-tabs .menu-tabs > li:hover, .active {
    background-color: #a7a7a7;
    color: black;
}

/* Style the tab content (and add height:100% for full page content) */

.tabcontents {
    padding-left: 5px;
}

.tabcontent {
    color: black;
    display: none;
    width: 100%;
    background-color: #f1f1f1;
}

.tabcontent.active {
    display: block;
}

.text-center {
    text-align: center !important;
}


/*table styling */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #1f2524;
    color: #ffffff;
    text-align: left;
    font-size: 1.1em
}

.styled-table th, .styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.fileman-textarea {
    margin: 0px;
    width: 369px;
    height: 71px;
    border: solid 1px #1f80bf;
    padding: 10px;
}

.globalUpdateDescriptionInput {
    width: 100%;
    max-width: 99%;
    height: 80px;
    border: solid 1px #1f80bf;
    padding: 5px;
}

.globalUpdateDescriptionInput:focus, .fileman-textarea:focus {
    border: solid 2px #1f80bf !important;
}

textarea:focus, input:focus {
    outline: none;
}

/* video styles */
#mediaModalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

#mediaModal {
    background: #fff;
    min-width: 300px;
    padding: 35px;
    box-shadow: 0 5px 50px -4px #aaa;
    background: black;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.media-content-placeholder {
    /*padding:15px;*/
}

#mediaModal span.mediaModalClose {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: white;
}

.video-thumbnail-container {
    position: relative;
}

.video-thumbnail {
    width: 200px;
    height: 150px;
    border: 2px groove #171716;
    box-sizing: border-box;
    border-radius: 5px
}

.playVideo {
    top: 40%;
    width: 100%;
    text-align: center;
    position: absolute;
}

    .playVideo > i:hover {
        color: #ba0000;
    }

.video-palyer {
    width: 100% !important;
    max-height: 450px !important;
    border: none !important;
}

.image-thumbnail {
    width: 200px;
    height: 150px;
    border: 3px solid #ECECEC;
    box-sizing: border-box;
    cursor: pointer;
}

.image-thumbnail-container img:hover {
    opacity: 0.7;
}

.global-update-description {
    width: 100%;
}

#confirmationModalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

#confirmationModal {
    background: #fff;
    min-width: 350px;
    box-shadow: 0 5px 50px -4px #2f2d2d;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.confrim-delete {
    background-color: #EFF7FF;
}

.confrim-delete-title, .confrim-delete-body, .confrim-delete-footer {
    padding: 15px;
}

.confrim-delete-footer {
    text-align: right;
}


/* Image popup*/
.image-popup {
    text-align: center;
}

.image-popup img {
    max-width: 950px;
    height: 650px;
    cursor: pointer;
}

/* video loader*/
#videoModalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

#videoModal {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
}

    #videoModal span.videoModalClose {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        right: 20px;
        top: 25px;
        right: -25px;
        color: white;
    }


figure {
    max-width: 1024px;
    max-width: 64rem;
    width: 100%;
    height: 100%;
    max-height: 494px;
    max-height: 30.875rem;
    margin: 20px auto;
    margin: 1.25rem auto;
    padding: 15px 15px 45px 15px;
    /*padding: 1.51%;*/
    background-color: #060606;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px, rgb(51 51 51) 0px 0px 0px 3px;
    border-radius: 2px;
}

figcaption {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
}

video {
    width: 100%;
    border-radius: 2px;
    max-height: 500px;
}


/* Media Queries */
@media screen and (max-width:1024px) {
    figure {
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }
}

@media screen and (max-width:42.5em) {
    figcaption {
        text-align: center;
        margin-top: 0.5rem;
    }
}

/* Document Viewer */
#documentModalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

#documentModal {
    position: absolute;
    float: left;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
}

    #documentModal span.documentModalClose {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        /*right: 20px;
   top: 45px;*/
        right: -20px;
        color: #d40f0f;
    }

#documentContainer {
    max-height: 650px;
    margin: 0.5rem auto;
    padding: 5px 5px 5px 5px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: unset !important;
}

/* Photo Viewer */
#photoModalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

#photoModal {
    position: absolute;
    float: left;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
}

    #photoModal span.photoModalClose {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        /*right: 20px;
    top: 45px;*/
        right: -20px;
        color: #d40f0f;
    }

#photoContainer {
    max-height: 650px;
    margin: 0.5rem auto;
    padding: 5px 5px 5px 5px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: unset !important;
}

.image-popup {
    border: 2px solid #080808;
    border-radius: 5px;
    background-color: black;
    padding-top: 5px;
}

.media-summary {
    text-align: center;
    /*font-size: small;*/
}

.media-summary pre {
    font-family: inherit;
    font-size: 14px;
}

.badge {
    background-color: rebeccapurple;
    color: #fff;
    font-weight: bold;
    font-size: 80%;
    border-radius: 10em;
    min-width: 1.5em;
    padding: .25em;
    text-align: center;
    display: inline-grid;
}

.badge-danger {
    color: #fff !important;
    background-color: #f44336 !important
}

.badge-success {
    background-color: #099E27 !important;
    color: #fff !important;
}

/* Tree View Menus 
Customized styles for the Treeview menu
*/
.scMenu {
	background-color: #343434;
	overflow: auto;
	white-space: nowrap;
	z-index: 500;
	top: -10000px;
	position: absolute;
	background-color: #ffdbb7;
	border: solid 1px #7288AC;
	width: auto;
	height: auto;
	font: 8pt arial;
	text-align:left;
	padding:3px 20px 3px 3px;
	max-height:580px;
}
.scMenu .obUl {
	margin: 0px;
	padding: 0px;
}
.scMenu .obLi {
	list-style: none outside none;
	background: none repeat scroll 0 0 transparent;
}
.scMenu .node * {
	vertical-align: middle;
	text-decoration: none;
	cursor:pointer;
}
.scMenu .node, .scMenu .node a {
	color: #2D2D82;
}
.scMenu .hoverNode, .scMenu .node a:hover {
	color: #0075BE;
}
.scMenu div.rfn {
	display:none;
}
.scMenu .obUl .obUl .obLi .obUl {
	display: none;
	padding-left:19px;
}
.scMenu .ic {
	display: inline-block;
	height: 16px;
	background-repeat: no-repeat;
	font-size: 1px;
	cursor: pointer;
	width:19px;
}
.scMenu .col {
	background-image: url( '../img/icons/plusik.gif' );
}
.scMenu .exp {
	background-image: url( '../img/icons/minus.gif' );
}
.scMenu .empty {
	background-image: url( '../img/icons/hr.gif' );
}
.scMenu .line .lst .empty {
	background-image: url('../img/icons/hr_l.gif');
}


@media screen {
    .screenhide {
        display: none;
    }
}

@media all {
    /* Main Layout control - positioning, padding not styling */
    html, body {
        height: 100%;
        overflow: hidden;
        width: 100%;
    }

    form {
        height: 100%;
        min-height: 100%;
        overflow: inherit;
    }

    label.aspNetDisabled {
        color: Gray;
    }

    table label {
        font-weight: bold;
    }

    #wrapper {
        height: 100%;
        margin: 0 auto;
        min-height: 100%;
        -moz-min-width: 100%;
        min-width: 100%;
        overflow: inherit;
        position: relative;
        width: 100%;
    }

    #mainHeader {
        background-color: #7288AC;
        color: White;
        height: 72px;
        width: inherit;
    }

    .userAmuser {
        -webkit-box-shadow: 6px 6px 6px -2px #888;
        background: url(../img/userAmuser.gif) /*../img/userAmuser.gif*/ no-repeat center #fff;
        border: 1px solid #666;
        -moz-box-shadow: 6px 6px 6px -2px #888;
        box-shadow: 6px 6px 6px -2px #888;
        display: none;
        height: 100px;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        overflow: auto;
        padding: 10px;
        position: fixed;
        text-align: center;
        top: 50%;
        width: 100px;
        z-index: 2;
    }

    #mainContent {
        bottom: 21px;
        overflow: auto;
        position: absolute;
        top: 72px;
        width: inherit;
    }

   #mainContent.Harmony {
       top: 0px !important;
       position: absolute;
   }

    #mainFooter {
        background-color: #7288AC;
        bottom: 0;
        clear: both;
        color: White;
        height: 21px;
        position: absolute;
        width: inherit;
    }

    #headerBar {
        border: solid 1px #ADC3E7;
        height: 32px;
        padding: 5px 20px 5px 20px;
        position: relative;
    }

    #ApplicationTitle {
        float: left;
    }

    #ApplicationInfo {
        display: block;
        float: right;
    }

    #thisMarqueeRecord {
        cursor: pointer;
        text-align: right;
    }

    #HeaderDate {
        display: block;
    }

    #footerBorder {
        border: solid 1px #00347B;
        padding-right: 4px;
    }

    #SupportDesk {
        float: left;
    }

    #FooterSummary {
        float: right;
    }

        #FooterSummary ul {
            list-style: none;
            padding: 0;
        }

            #FooterSummary ul li {
                border-right: white solid thin;
                display: inline;
                list-style: none;
                padding: 2px 2px 0 2px;
            }

                #FooterSummary ul li:last-child {
                    border-right: none;
                    list-style: none;
                    padding: 2px 0 0 4px;
                }

        #FooterSummary #SyncCount.Unknown {
            color: gray;
        }

        #FooterSummary #SyncCount.None {
            color: lime;
        }

        #FooterSummary #SyncCount.Pending {
            color: orange;
        }

        #FooterSummary #SyncCount.Warning {
            color: red;
        }

        #FooterSummary #SyncCount.Connected {
            border: lime solid thin;
        }

        #FooterSummary #SyncCount.Disconnected {
            border: red solid thin;
        }

    #WorldPayimg {
        height: 54px;
        width: inherit;
    }

    #WelcomeContainer {
        margin-top: 2em;
        text-align: center;
    }

    .borderedSection {
        border: solid black 1px;
        margin-top: 4px;
        padding: 4px 6px;
    }

        .borderedSection span, .borderedSection label {
            padding: 2px 6px;
        }

        .borderedSection input {
            padding: 1px 4px;
            text-align: right;
        }

    /* General positioning classes */


    /* General positioning classes */

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .ColumnLists Table {
        float: left;
        margin-right: 10px;
    }

    .radioList input {
        margin-right: .5em;
        vertical-align: middle;
    }

    .radioListInstruction input {
        margin-right: .5em;
        vertical-align: middle;
        margin: 0 50px 0 50px;
    }

    .radioList label {
        line-height: 1.5em;
        margin-right: .5em;
        vertical-align: middle;
    }

    /* Button Menus */

    .buttonMenu {
        background-color: #cecfde;
        color: #000000;
        font-size: 12px;
        width: 100%;
    }

        .buttonMenu td {
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAcCAMAAABrlg40AAAAVFBMVEXP0N/Q0eDS0+HU1eLW1+PY2OTZ2uXb3Ofd3ujf3+ng4evi4+zk5e3m5u7n6O/p6fDr6/Hs7fLu7/Tw8PXy8vb09Pj19vn39/r5+fv7+/z9/f3+/v5glNxgAAAAPUlEQVR4Xi3AxQHDAAAAISJ1d9t/z34Ov/jGJ97ximc84h63uMYlznGKYxxiH7vYxibWsYplLGKOKcYYIv7TnQvRQgnYlwAAAABJRU5ErkJggg==') /*../img/buttonbg.png*/ repeat-x;
            background-color: #cecfde;
            border-bottom: solid 1px black;
            border-left: solid 2px #e2e3fc;
            border-right: solid 1px black;
            border-top: solid 2px #e2e3fc;
            cursor: pointer;
            height: 25px;
            line-height: 25px;
            text-align: center;
        }

            .buttonMenu a:hover, .buttonMenu td:hover {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAcCAMAAABrlg40AAAAh1BMVEX/////5Mn//fz/69f/6dT/+PH/3r7/8OL/7dv/+/j/8ub/9u3/9Or/79//9ev//Pn/7+D/7Nr//fv/9/D/37//6tX/69j/5Mr/8eP/4MH/4ML/7t3/6NL/48f/8+j/3bz/+fP/3Ln/4cT/58//+vb//v7/9u7/8uX/59D/4sX/+vX/5cz/5s1t91zyAAAAbUlEQVR4XmXGRYIDMQwAwTYMQpiZaff/74ul0S11Kn7dFTAR3nuqaqj43HqcDFORZRlN81C07UBxMDxVXVMUxUrQdSPF1jBWZUkIYSGIMc4FO8O19+Iv+U9wzi0Fe8Ol92adbBLyPJ8Jjoaz+QKq7hPkeUZF2QAAAABJRU5ErkJggg==') /*../img/buttonbgHover.png*/ repeat-x;
            }

            .buttonMenu td * {
                color: inherit;
                cursor: pointer;
                height: 100%;
                width: 100%;
            }

        .buttonMenu a, .buttonMenu a:visited, .buttonMenu a:active {
            color: Black;
            display: block;
            text-decoration: none;
            background-color: transparent;
        }

        .buttonMenu input {
            background-color: transparent;
            border: none;
            padding: 0;
        }

    .sideMenu {
        background-color: #f1f1f1;
        left: 0;
        position: fixed;
        top: 72px;
        width: 150px;
    }

    .sideContent {
        background-color: #f1f1f1;
        height: 100%;
        margin-left: 150px;
        position: relative;
    }

    /* Context menus */
    .overlayLayers > div {
        left: -10000px;
        overflow: visible;
        position: absolute;
    }

    .contextMenu {
        z-index: 99999;
    }

        .contextMenu.scMenu {
            padding-right: 2px;
            top: inherit; /*remove huge negative position used for main dropdown menus*/
        }

        .contextMenu .menuTitle {
            background: url('data:image/gif;base64,R0lGODlhDQANAPZLAHJycnFxcejo6Pn5+dvb29jY2OZAG/9GEefn53l5eaKionp6ev9THrEXC/+EUv9RHf+IVv9rPP+VXv+XX/RKH8IkEMAeDf9gLKGhof9fLMVYTrkaCv9hMP92Rs4qFPRzV/+KV905GcQgDb0gEP+obP+MWP+hZu9GHfRKHv98Tf9aJsVXTt84F/9TIv+CUbkcDv+bY+9GHLUZC/9jL84rFf+eZdUxF/88BNQxF/+scv9gMP9bJ/9eKv9yQ74cDP9wQf9xQr8iD/9vQP99TbIVCLQXCf+nbf9qO9zc3JM+PdnZ2f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUAAEsALAMAAwAKAAoAAAdggB8oMQYsNh4aAgMUOUYwED0XIgoCJyQmEi5CPBYJBAY1EyUpRyo+AUohIA5DPzoPGwEFOB1AERwtB0WyNDMZOwwHN0SoKxVBIy8yDUmeAgoLANIACxgIAwJISttKBNeBADs=') /*../img/Icons/square_redS.gif*/ no-repeat left transparent;
            padding-left: 18px;
        }

    .menuTitle h2, .menuSubTitle h3 {
        display: inline-block;
    }

    .contextMenu .menuSubTitle {
        background: url('data:image/gif;base64,R0lGODlhDQANAPZIAOjo6HFxcXJyctvb2/n5+QCR9tjY2KKionl5eReB3w5w0Hp6ek6Kzefn5whauj1ooGy+/wOb/whnyQOY/k+1/xmH46Ghodzc3AhnxwCJ7Syq/3DB/wCS+Cem/wtpyAtgvwtnwxR82xuL5iqn/whjwwCN8lO3/xqL5hN83ACC5ghmxBuH4wtbu06y/wtkwQ531lGz/wB74ASa/gWZ/m6//w541gac/wCW/ACH7gCQ9gCA5ghdvwCI7gCV/Bqi/hmi/mq8/1en6QtnxTqs/wCO8wCP9San/9nZ2f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUAAEgALAMAAwAKAAoAAAdggEEiFQkoNQoMAAQnGxAURhEFEgcAKzRALR0TRRgIAwkmMEM/PSUqAUchGiM+MgU8JAEGLzYzNwUZOjuyChw5RDgpMQ6oDB5CIC4fLA+eAAcLAtICCxYNBAAXR9tHA9eBADs=') /*../img/Icons/square_blueS.gif*/ no-repeat left transparent;
        padding-left: 18px;
    }

    .menuTitle .closeMenu {
        padding-left: 2px;
    }

    .contextMenu .menuSubTitle h3 span {
        padding-left: .5em;
    }

    .contextMenu img {
        vertical-align: bottom;
    }

    .contextMenu .recordSummary {
        text-align: center;
    }

    .loadingSmall {
        background: url('data:image/gif;base64,R0lGODlhEAAQAPIGAGtxfThAUYSJk52hqc/R1amttP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAGACwAAAAAEAAQAAADM2i63P4wyklrIwAQCkIAnAdOmGYRgrAxxLoI2cC2rjHERFHQLSsMOd2mBykMBgVKa+dIAAAh+QQJCgAGACwAAAIACgAOAAADLWhGAKTQgBBAVLPe1R4kguBFQjNsQyNs4DBeRFG8iixvxTAUy0jEvyBLODQkAAAh+QQJCgAGACwAAAAACgAOAAADLWi6BEBrgRCAIkM0ao1wQ+FAxuAI0SUM5FUU7fK+qVEMYU0QcM3Ev51uB7wAEwAh+QQJCgAGACwAAAAADgAKAAADLWi6NEIrLgHAkIaU0uqrkLFthDAQQBAASjEMRZSuCqGFNZjhWG3zmB8wOJQkAAAh+QQJCgAGACwCAAAADgAKAAADK2hqVEUrLuekIrCM8YaADCZ2ADBcYiSUwoJJhAdaEVHONBAEAL3oPN/llgAAIfkECQoABgAsBgAAAAoADgAAAytoRNauiz0YS5FQDTtN2UVHWNhEDELZDAAwdEIriGhJtKoBBAHQ7T0RrpEAACH5BAkKAAYALAYAAgAKAA4AAAMqaKpE+609Fie1i5TiJhmbVQyg1XCQMHSPAAAC837voABBABBqh+ummSUBACH5BAUKAAYALAIABgAOAAoAAAMsaLpsRC2+F9mEdVECAFZEUWBAEACMOCrlSQhDOAwF2L2dYIjfMuQZEKynSAAAOw==') /*../img/userAmuserSmall.gif*/ no-repeat left transparent;
    }

    .contextMenu .loadingSmall {
        display: block;
        font-style: italic;
        height: 16px;
        line-height: 16px;
        padding: 1px 0 1px 18px;
        text-align: left;
    }

    .emphasis {
        font-style: italic;
    }

    /* classes */
    .screenhide {
        display: none;
    }

    div.aspNetDisabled {
        opacity: 0.5;
    }

    .setwidth {
        width: 100%;
    }

    .clsSmall {
        font-size: 10px;
    }

        .clsSmall a {
            border: none 0 black;
            font-size: 10px;
            text-decoration: underline;
        }

            .clsSmall a:hover {
                border: none 0 black;
                color: #ffdbb7;
                font-size: 10px;
                text-decoration: underline;
            }

    .clsAltSmall {
        color: #5f5f5f;
        font-size: 10px;
    }

        .clsAltSmall a {
            border: none 0 black;
            color: #5f5f5f;
            font-size: 10px;
            text-decoration: underline;
        }

            .clsAltSmall a:hover {
                border: none 0 black;
                color: #ffdbb7;
                font-size: 10px;
                text-decoration: underline;
            }

    .clsButton {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAcCAMAAABrlg40AAAAVFBMVEXP0N/Q0eDS0+HU1eLW1+PY2OTZ2uXb3Ofd3ujf3+ng4evi4+zk5e3m5u7n6O/p6fDr6/Hs7fLu7/Tw8PXy8vb09Pj19vn39/r5+fv7+/z9/f3+/v5glNxgAAAAPUlEQVR4Xi3AxQHDAAAAISJ1d9t/z34Ov/jGJ97ximc84h63uMYlznGKYxxiH7vYxibWsYplLGKOKcYYIv7TnQvRQgnYlwAAAABJRU5ErkJggg==') /*../img/buttonbg.png*/ repeat-x;
        background-color: #cecfde;
        border-bottom: solid 1px black;
        border-left: solid 2px #e2e3fc;
        border-right: solid 1px black;
        border-top: solid 2px #e2e3fc;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
    }

        .clsButtonHover, .clsButton:Hover {
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAcCAMAAABrlg40AAAAh1BMVEX/////5Mn//fz/69f/6dT/+PH/3r7/8OL/7dv/+/j/8ub/9u3/9Or/79//9ev//Pn/7+D/7Nr//fv/9/D/37//6tX/69j/5Mr/8eP/4MH/4ML/7t3/6NL/48f/8+j/3bz/+fP/3Ln/4cT/58//+vb//v7/9u7/8uX/59D/4sX/+vX/5cz/5s1t91zyAAAAbUlEQVR4XmXGRYIDMQwAwTYMQpiZaff/74ul0S11Kn7dFTAR3nuqaqj43HqcDFORZRlN81C07UBxMDxVXVMUxUrQdSPF1jBWZUkIYSGIMc4FO8O19+Iv+U9wzi0Fe8Ol92adbBLyPJ8Jjoaz+QKq7hPkeUZF2QAAAABJRU5ErkJggg==') /*../img/buttonbgHover.png*/ repeat-x;
            background-color: #ffdbb7;
            text-decoration: none;
        }

        .buttonMenu a.aspNetDisabled, .buttonMenu td.aspNetDisabled, .buttonMenu td.aspNetDisabled:hover, .clsButton.aspNetDisabled, .clsButton:disabled {
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAcCAMAAABrlg40AAAAVFBMVEWysrKxsbGwsLCurrCtra+srK6rq66pqayoqKynp6ulpqmkpKmjo6iioqehoaegoKaen6WdnqScnKObm6KZmqKYmaCXl6CWl5+UlZ6TlJ6Skp2RkpxBocFHAAAAPUlEQVR4Xi3AxQHDAAAAISJ1d9t/z34OYYgxpphjEctYxTo2sY1d7OMQxzjFOS5xjVvc4xHPeMU7PvGNX/7PsQvRBlGZHAAAAABJRU5ErkJggg==') /*../img/buttonbgdisabled.png*/ repeat-x;
            background-color: #cecfde;
            cursor: default;
        }

        .clsButton.aspNetDisabled, .clsButton:disabled {
            border-bottom: solid 1px black;
            border-color: black #e2e3fc #e2e3fc black;
            border-left: solid 2px #e2e3fc;
            border-right: solid 1px black;
            border-top: solid 2px #e2e3fc;
        }

    .imgButton, a.imgButton img {
        background-color: transparent;
        border: none;
        cursor: pointer;
        height: 16px;
        padding-right: 4px;
        vertical-align: middle;
        width: 16px;
    }

    a[href^='http://'].imgButton, a[href^='https://'].imgButton {
        background: none;
        padding-right: 0;
    }

    .imgButton:hover {
        cursor: pointer;
    }

    .imgButton.aspNetDisabled {
        cursor: default;
    }

    .listTitle td {
        display: table-cell;
    }

    .listTitle .imgButton {
        margin-left: 12px;
    }

    .errorTooltip {
        -webkit-box-shadow: 6px 6px 6px -2px #888;
        border: thin solid red;
        -moz-box-shadow: 6px 6px 6px -2px #888;
        box-shadow: 6px 6px 6px -2px #888;
        margin-right: 4px;
        margin-top: 1px;
        padding: 2px;
    }

    .form-error {
        position: relative;
        left: .5em;
        top: .1em;
        line-height: 22px;
        max-width: 30em;
    }

    .activeInfo {
        color: Red;
    }

    .inactiveInfo {
        color: Green;
    }

    .errorMessage, #msgError {
        color: Red;
        font-style: italic;
        font-weight: bold;
    }

    .validationError {
        background-color: lightsalmon;
        background-color: rgba(238, 183, 177, 0.47);
        outline: thin red dotted;
    }

    .additionalWarning {
        background-color: #FFCCCC;
        border: thin solid red;
        color: Red;
        display: block;
        font-style: italic;
        font-weight: bold;
    }

    .infoMessage {
        color: Green;
        font-style: normal;
        font-weight: bold;
    }

    .warningMessage {
        background-color: #fcf8e3;
        border-color: #faeacc;
        color: #8a6d3b;
        font-style: normal;
        font-weight: bold;
    }

    div.warningMessage {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        div.warningMessage h2 {
            display: inline;
        }

        div.warningMessage img {
            margin-right: .5em;
            display: inline;
            vertical-align: middle;
        }

    .changedMessage {
        color: blue;
        font-style: italic;
        font-weight: bold;
    }

    .sysErrorText {
        border: 1px solid black;
        font-size: smaller;
        max-width: 800px;
        padding: 3px;
    }

    .DPAMessage {
        -moz-box-shadow: 6px 6px 6px -2px rgb(136, 136, 136);
        -webkit-box-shadow: 6px 6px 6px -2px rgb(136, 136, 136);
        background-color: White;
        border: solid thin black;
        box-shadow: 6px 6px 6px -2px rgb(136, 136, 136);
        color: Green;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        margin-bottom: 8px;
        margin-top: 8px;
        padding: 3px;
    }

    span.YesNo label {
        margin-left: .25em;
        margin-right: 2em;
        vertical-align: top;
    }
    .toolBar {
        border: solid 1px #353535;
        padding: 10px;
    }

        .toolBar input {
            vertical-align: middle;
        }

        .toolBar .imgButton {
            height: 32px;
            width: 32px;
        }

        .toolBar .nextPrevButton {
            height: 18px;
            width: 11px;
        }

    .verticalButtons a {
        display: block;
        padding: 0.25em;
        white-space: nowrap;
        width: auto;
    }

    .thumbnail {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding-right: 4px;
        vertical-align: middle;
        width: 75px;
    }

        .thumbnail:hover {
            -webkit-box-shadow: 6px 6px 6px -2px #888;
            border: thin solid #888;
            -moz-box-shadow: 6px 6px 6px -2px #888;
            box-shadow: 6px 6px 6px -2px #888;
            margin: 6px;
            width: 150px;
        }

    .dgTips {
        background-color: #f1f1f1;
        border: solid 1px #353535;
        border-collapse: separate;
        font-size: 11px;
        margin: 1px 1px 1px 1px;
        padding: 10px 10px 10px 10px;
    }

    .dgFooter {
        background-color: #fff;
        color: Black;
        line-height: 45px;
        text-decoration: none;
    }

    .dgTipsHover:hover {
        background-color: #923359;
    }

    .fullWidth, .fullWidth table {
        width: 100%;
    }

    .dgItem {
        background-color: #f1f1f1;
        color: Black;
        font-size: 11px;
        line-height: 17px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
    }

    .dgItemWithBorder {
        background-color: #ffdbb7;
        color: Black;
        font-size: 11px;
        line-height: 17px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
        border-top: 5px solid ;
        border-bottom: 10px solid ;
        border-top-width: medium;
        border-bottom-width:medium;
    }

    .dgItem.IsDrying {
        background-color: #c1e8ec;
    }

    .dgAltItem.IsNotDrying {
        color: white;
        background-color: #FFFFFF;
    }

    div.dgItem {
        text-align: center;
    }

    div.Harmony {
        width: 100%;
        onscroll ="$('#mainContentScrollTop').val(this.scrollTop);"
    }

    .dgAltItemWithBorder {
        background-color: White;
        color: Black;
        font-size: 11px;
        line-height: 17px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

        .dgAltItemWithBorder a:hover, .dgItemWithBorder a:hover, .dgAltItemWithBorder .redactor-editor a:hover, .dgItemWithBorder .redactor-editor a:hover {
            background-color: #2D2D82;
            color: white;
        }

        .dgAltItemWithBorder a.imgButton:hover, .dgItemWithBorder a.imgButton:hover {
            background-color: initial;
            color: initial;
        }

    .dgAltItem {
        background-color: White;
        color: Black;
        font-size: 11px;
        line-height: 17px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
    }

        .dgAltItem a:hover, .dgItem a:hover ,.dgAltItem .redactor-editor a:hover, .dgItem .redactor-editor a:hover {
            background-color: #2D2D82;
            color: white;
        }

        .dgAltItem  a.imgButton:hover, .dgItem a.imgButton:hover {
            background-color: initial;
            color: initial;
        }

    a.clsButton:hover {
        color: Black; /* prevent above rule changing colour when we have link buttons in grid*/
    }

    .chkBoxList {
        font-size: 12px;
    }

        .chkBoxList td {
            width: 20%;
        }

    .dgEdit {
        background-color: #d5d5d5;
        color: Black;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
    }

        .dgEdit a:hover {
            background-color: #2D2D82;
            color: White; /*text-decoration: none;*/
        }

        .dgEdit.multiColumn input[type=text], .dgEdit.multiColumn textarea {
            width: 100%;
        }

    .multiColumn td {
        padding-right: 8px;
    }

    .dgLarge {
        font-size: 12px;
    }

    .dgSmall {
        font-size: 10px;
    }

    .dgKhaki {
        background-color: #F0E68C;
    }

    .dgRed {
        background-color: Red;
        color: White;
    }

        .dgRed a {
            background-color: Red;
            color: White;
        }

            .dgRed a:hover {
                background-color: #2D2D82;
            }

    .dgDullRed {
        background-color: #ffaaff;
        color: White;
    }

        .dgDullRed a:hover {
            background-color: #2D2D82;
            color: White;
        }

    .dgHeader {
        background-color: #FFFFFF;
        border-bottom: solid 1px #353535;
        color: #2D2D82;
        font-size: 11px;
        font-weight: bold;
        padding: 3px 3px 3px 3px;
        text-decoration: none;
    }

        .dgHeader a {
            background-color: #FFFFFF;
            color: #2D2D82;
            text-decoration: none;
        }

            .dgHeader a:hover {
                background-color: #2D2D82;
                color: #FFFFFF;
                text-decoration: none;
            }

        .dgHeader h2 {
            margin-bottom: 10px;
        }

        .dgHeader img {
            vertical-align: middle;
        }

    .dgSubHeader {
        background-color: #f1f1f1;
        border-bottom: solid 1px #353535;
        color: #2D2D82;
        font-size: 11px;
        padding: 3px 3px 3px 3px;
    }

        .dgSubHeader a:hover {
            background-color: #2D2D82;
            color: #FFFFFF;
            text-decoration: underline;
        }

    /*Calendar classes*/
    .dgCal {
        border: solid 1px #353535;
        font-size: 11px;
        margin: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
    }

    .dgCalTitle {
        background-color: #7288AC;
        color: #ffffff;
        font-size: 12px;
        text-decoration: none;
    }

    .dgCalNextPrev {
        background-color: #7288AC;
        color: #ffffff;
        font-size: 11px;
        text-decoration: none;
    }

        .dgCalNextPrev a:hover {
            background-color: #ffdbb7;
            color: #ffffff;
        }

    .dgCalDayHeader {
        background-color: #ffffff;
        color: #7288AC;
        font-size: 11px;
        text-decoration: none;
    }

    .dgCalOtherMonth {
        background-color: #d5d5d5;
        color: #7288AC;
        font-size: 11px;
        text-decoration: none;
    }

        .dgCalOtherMonth A:hover {
            background-color: #ffdbb7;
            color: #7288AC;
        }

    .dgCalDay {
        background-color: #ffffff;
        color: #7288AC;
        font-size: 11px;
        text-decoration: none;
    }

        .dgCalDay A:hover {
            background-color: #ffdbb7;
            color: #7288AC;
        }

    .dgCalWeekendDay {
        background-color: #ffffff;
        color: #7288AC;
        font-size: 11px;
        text-decoration: none;
    }

        .dgCalWeekendDay a:hover {
            background-color: #ffdbb7;
            color: #7288AC;
        }

    .dgCalTodayDay {
        background-color: #ffdbb7;
        color: #7288AC;
        font-size: 11px;
        text-decoration: none;
    }

        .dgCalTodayDay a:hover {
            background-color: #7288AC;
            color: #7288AC;
        }

    .dgCalSelectedDay {
        background-color: #7288AC;
        color: #ffffff;
        font-size: 11px;
        text-decoration: none;
    }

        .dgCalSelectedDay a:hover {
            background-color: #ffdbb7;
            color: #ffffff;
        }

    /* instruction screens */
    #tbiHeaderRow img {
        height: 35px;
        vertical-align: top;
        width: 35px;
    }

    .sideContent table {
        width: 100%;
    }

    .instruction-icon, img.jobList {
        margin-top: 1px;
        margin-bottom: 1px;
        height: 32px;
        vertical-align: bottom;
    }

    .ExpandSection {
        background-image: url('data:image/gif;base64,R0lGODlhDQANALMAAP9/AP////+AAP6rAP7CAP+JAP+ZAP+QAP+BAP+FAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAANAA0AAAQxkMhJ57g4Y8N5+B13jOMXkGOhquaqJokpfzCCzLItCLi5/zsfEEAkmorI4jHJbDqREQA7') /*../img/icon_orange_plus.gif*/;
        background-position: left center;
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 18px;
    }

    .CollapseSection {
        background-image: url('data:image/gif;base64,R0lGODdhDQANAPMHAP+AAP+FAP+JAP+QAP+ZAP6rAP7CAP9/AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAADQANAAAEKdDISWe5OGPCu+9DKI6iYJ7oGQRI67orALy0LNOvre/24f/AoHBILA4jADs=') /*../img/icon_orange_minus.gif*/;
        background-position: left center;
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 18px;
    }

        .ExpandSection *, .CollapseSection * {
            cursor: pointer;
        }

    .ExpandAllSections, .CollapseAllSections {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAcCAMAAABrlg40AAAAVFBMVEXP0N/Q0eDS0+HU1eLW1+PY2OTZ2uXb3Ofd3ujf3+ng4evi4+zk5e3m5u7n6O/p6fDr6/Hs7fLu7/Tw8PXy8vb09Pj19vn39/r5+fv7+/z9/f3+/v5glNxgAAAAPUlEQVR4Xi3AxQHDAAAAISJ1d9t/z34Ov/jGJ97ximc84h63uMYlznGKYxxiH7vYxibWsYplLGKOKcYYIv7TnQvRQgnYlwAAAABJRU5ErkJggg==') /*../img/buttonbg.png*/ repeat-x;
        background-color: #cecfde;
        border-bottom: solid 1px black;
        border-left: solid 2px #e2e3fc;
        border-right: solid 1px black;
        border-top: solid 2px #e2e3fc;
        cursor: pointer;
        font-size: 12px;
        margin-right: .25em;
        padding: 2px 5px 2px 2px;
    }

        .ExpandAllSections > span, .CollapseAllSections > span {
            background-position: left center;
            background-repeat: no-repeat;
            cursor: pointer;
            padding-left: 18px;
        }

        .ExpandAllSections > span {
            background-image: url('data:image/gif;base64,R0lGODlhDQANALMAAP9/AP////+AAP6rAP7CAP+JAP+ZAP+QAP+BAP+FAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAANAA0AAAQxkMhJ57g4Y8N5+B13jOMXkGOhquaqJokpfzCCzLItCLi5/zsfEEAkmorI4jHJbDqREQA7') /*../img/icon_orange_plus.gif*/;
        }

        .CollapseAllSections > span {
            background-image: url('data:image/gif;base64,R0lGODdhDQANAPMHAP+AAP+FAP+JAP+QAP+ZAP6rAP7CAP9/AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAADQANAAAEKdDISWe5OGPCu+9DKI6iYJ7oGQRI67orALy0LNOvre/24f/AoHBILA4jADs=') /*../img/icon_orange_minus.gif*/;
        }

        .ExpandAllSections > span:after {
            content: 'Show All';
        }

        .CollapseAllSections > span:after {
            content: 'Hide All';
        }

    .ExpandHeader {
        -webkit-box-shadow: 6px 6px 6px -2px rgb(136, 136, 136);
        background-color: White;
        -moz-box-shadow: 6px 6px 6px -2px rgb(136, 136, 136);
        box-shadow: 6px 6px 6px -2px rgb(136, 136, 136);
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .SectionTitle {
        font-size: larger;
        font-weight: bold;
        padding-right: 10px;
    }

    div.formGroup {
        line-height: 12px;
        margin-bottom: 4px;
    }

    .SectionContent {
        font-size: 11px;
        vertical-align: top;
        line-height: 17px;
    }

    div.padded {
        padding: 6px;
    }

    .SectionContent fieldset {
        background-color: White;
        border: 1px solid #666666;
        margin-bottom: 6px;
        margin-left: 12px;
        margin-top: 3px;
        padding: 10px 10px 6px 6px;
    }

        .SectionContent fieldset legend {
            -webkit-box-shadow: 6px 6px 6px -2px #888;
            background-color: White;
            border: 1px solid #666666;
            -moz-box-shadow: 6px 6px 6px -2px #888;
            box-shadow: 6px 6px 6px -2px #888;
            color: #666666;
            font-size: 11px;
            font-weight: bold;
            margin-left: -19px;
            padding-bottom: 1px;
            padding-left: 2px;
            padding-right: 2px;
        }

        .SectionContent fieldset label {
            font-weight: bold;
            padding-right: .3em;
        }

        .SectionContent fieldset .formGroup label {
            display: inline-block;
            width: 10em;
        }

    /*.SectionContent fieldset * {
			vertical-align: top;
		}*/

    .valueTotal {
        display: block;
    }

    /*.SectionContent .formGroup {
        display: inline-flex;*/

    .SectionContent .formGroup label {
        width: 12em;
        display: inline-block;
    }


    .borderedContainer {
        border: thin solid #ccc;
        padding: 2px 4px;
    }

        .borderedContainer table {
            width: 100%;
        }

    .gridWrap {
        margin: 4px;
        margin-right: 4px;
    }

    #VisitStatus {
        background-color: #f1f1f1;
        border: black solid thin;
        font-size: 11px;
        line-height: 17px;
        margin: 2px 0;
        padding: 3px 4px 3px 2px;
        width: 100%;
    }

        #VisitStatus label {
            font-weight: bold;
            margin-left: 1em;
        }

    /* Visit Screens */
    #ExcessCollectedImage, #CollectExcessImage {
        height: 16px;
        width: auto;
    }

    /* selectable table */
    .selectList th, .selectList td {
        padding-right: 2px;
        white-space: nowrap;
    }

    .selectList .rowSelector {
        width: 45px;
    }

    .selectList tr.selectable:hover {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAcCAMAAABrlg40AAAAh1BMVEX/////5Mn//fz/69f/6dT/+PH/3r7/8OL/7dv/+/j/8ub/9u3/9Or/79//9ev//Pn/7+D/7Nr//fv/9/D/37//6tX/69j/5Mr/8eP/4MH/4ML/7t3/6NL/48f/8+j/3bz/+fP/3Ln/4cT/58//+vb//v7/9u7/8uX/59D/4sX/+vX/5cz/5s1t91zyAAAAbUlEQVR4XmXGRYIDMQwAwTYMQpiZaff/74ul0S11Kn7dFTAR3nuqaqj43HqcDFORZRlN81C07UBxMDxVXVMUxUrQdSPF1jBWZUkIYSGIMc4FO8O19+Iv+U9wzi0Fe8Ol92adbBLyPJ8Jjoaz+QKq7hPkeUZF2QAAAABJRU5ErkJggg==') /*../img/buttonbgHover.png*/ repeat-x;
        cursor: pointer;
    }

        .selectList tr.selectable:hover .rowSelector {
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACkklEQVRYw+2WXUiTURzGn3PO+04LrVDIwKj8rEkFjQpFIbCvm6gLi8iLwG68kywIpFAShCihorpQDLECQUlTzIklI1MwNkfLj+ksZ9PZ2GtOt7nv7e3CCMsiwXd18/4uD8/Fw/88z/8cQEZG5j9D1iqMy0tBdsV5KDge3qAfxuf9sD/TIrIUWJcBbq3CLalJyNycfGl3fPJtk9N6P6PoXPXI8QPe0boeOLqM0TfAEw674pNyzqTnJgaCgcpuy2ARI/TqnorUVv0pPcYfvYbHaIueAY4yxDAFKChi+VicTstNyXFntXRZtN1x2bmXlap9xsFWDSYf9yI475HeACMUHKGgoD/OkuIScVF58sSoYDb02UceJF8ouPnp2GGntk6NmRYdxLAo7QR4wsB+zS0h2L81jVcm7LzSNztUqCBcWUZZccOHgjxRW92GOd2kRAYIBU850D8UJ4bjcXSHattBb2Z9j1VfvDFLVbK3VqnVNL6E7k6bRBOgDGzFFfyOhA2bcDb9SPaU48tA39xIlSo/p1waA4RBQThQQtekT0vYTs1+e/4ENZdLlwHKgRH2V63gWwi9mx+rdQTdNwSbXaoMMCgotzqEK/CHg9A6TL1W39eSWZdg6KxrhrZGLVULKDjCwMTVBkQAoy7LzMSS9Zoz5GnUvNJAXdmAxWlBwhqS5Rr+lAFRhM2/4Btyme86Q94qg2l4qamiBua3w9IvIkrI90W0PAFPyA+Da7JDCC6Wzi7YPzbfa0B/vRrhQDA6q5gQggBCblEUMeaeNln8Qqk77O3saHqB9ltP4bTNR/cx8no8cIm+ynZh4A1Puc7B9/rAk+sPMaUb+zf/AcooUg8pAQDhcASf9eOIhCPyj0pGRmbdfAOKSAJ3kH38dgAAAABJRU5ErkJggg==') /*../img/Play.png*/ no-repeat left;
            padding-left: 0;
        }

    .selectList tr.aspNetDisabled {
        background-color: #cecfde;
    }

    /* Date picker and UI dialog customizations */
    #dialogue {
        max-height: 480px !important;
    }

    .dateTimePicker {
        width: 13em;
    }

    .noDialogTitle .ui-dialog-titlebar {
        display: none;
    }

    .ui-dialog {
        min-width: 300px;
    }

        .ui-dialog.ui-state-error .ui-widget-header {
            background: url('data:image/png;base64,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') /*jquery.ui/images/ui-bg_gloss-wave_error.png*/;
            border: 1px solid rgb(205, 10, 10);
        }

        .ui-dialog.toolTipPrompt .ui-dialog-title {
            font-size: 80%;
        }

        .ui-dialog.toolTipPrompt .ui-dialog-content {
            font-size: 70%;
            padding: .2em;
        }

        /* Re-enable colours for links used for button*/
        a.ui-widget {
            color: #2e6e9e;
        }

    #bodyElement .ui-autocomplete, #bodyElement #ui-datepicker-div {
        z-index: 150 !important;
    }

    .toolTipPrompt ul {
        list-style: none;
        padding-left: 0;
    }

        .toolTipPrompt ul li {
            list-style: none;
            padding: 2px 0 0 4px;
        }

    .toolTipParent {
        cursor: help;
    }

        .toolTipParent span {
            display: inline-block;
            line-height: 0.9em;
            padding-right: .15em;
        }

    #bodyElement .ui-widget.toolTipContainer {
        font-size: .7em;
        line-height: .9em;
        padding: 4px;
        width: 100%;
    }

    .toolTipContainer table {
        width: 100%;
    }

    .toolTipContainer h3 {
        margin-bottom: 2px;
    }

    .toolTipContainer span {
        display: block;
    }

    .toolTipContainer img {
        height: 16px;
        width: 16px;
    }

    #bodyElement .ui-widget {
        font-size: .9em;
    }

    #bodyElement .ui-widget-overlay {
        opacity: 0.75;
    }

    #bodyElement .ui-dialog-titlebar {
        line-height: 32px;
    }

    .ui-prompt-icon {
        background-position: left center;
        background-repeat: no-repeat;
        float: left;
        height: 32px;
        margin-right: 7px;
        width: 32px;
    }

        .ui-prompt-icon.ui-icon-notice {
            background-image: url('data:image/png;base64,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') /*../img/Warning.png*/;
        }

        .ui-prompt-icon.ui-icon-alert {
            background-image: url('data:image/png;base64,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') /*../img/stop.png*/;
        }

        .ui-prompt-icon.ui-icon-info {
            background-image: url('data:image/png;base64,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') /*../img/info.png*/;
        }

    #bodyElement .ui-datepicker.ui-widget * {
        font-size: .95em;
    }

    #bodyElement .ui-datepicker.ui-widget table {
        line-height: 1.2em;
    }

    .ui-datepicker-week-end {
        background-color: #FF6666;
    }

    .ui-autocomplete-loading {
        background: white url('data:image/gif;base64,R0lGODlhEAAQAPIGAGtxfThAUYSJk52hqc/R1amttP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAGACwAAAAAEAAQAAADM2i63P4wyklrIwAQCkIAnAdOmGYRgrAxxLoI2cC2rjHERFHQLSsMOd2mBykMBgVKa+dIAAAh+QQJCgAGACwAAAIACgAOAAADLWhGAKTQgBBAVLPe1R4kguBFQjNsQyNs4DBeRFG8iixvxTAUy0jEvyBLODQkAAAh+QQJCgAGACwAAAAACgAOAAADLWi6BEBrgRCAIkM0ao1wQ+FAxuAI0SUM5FUU7fK+qVEMYU0QcM3Ev51uB7wAEwAh+QQJCgAGACwAAAAADgAKAAADLWi6NEIrLgHAkIaU0uqrkLFthDAQQBAASjEMRZSuCqGFNZjhWG3zmB8wOJQkAAAh+QQJCgAGACwCAAAADgAKAAADK2hqVEUrLuekIrCM8YaADCZ2ADBcYiSUwoJJhAdaEVHONBAEAL3oPN/llgAAIfkECQoABgAsBgAAAAoADgAAAytoRNauiz0YS5FQDTtN2UVHWNhEDELZDAAwdEIriGhJtKoBBAHQ7T0RrpEAACH5BAkKAAYALAYAAgAKAA4AAAMqaKpE+609Fie1i5TiJhmbVQyg1XCQMHSPAAAC837voABBABBqh+ummSUBACH5BAUKAAYALAIABgAOAAoAAAMsaLpsRC2+F9mEdVECAFZEUWBAEACMOCrlSQhDOAwF2L2dYIjfMuQZEKynSAAAOw==') /*../img/userAmuserSmall.gif*/ right center no-repeat;
    }

    #UploaderWrapper {
        overflow: auto;
    }

    #UploaderFrame {
        border: none;
        height: 460px;
        width: 500px;
    }

    #SyncResults_ h2 {
        display: inline;
    }

    /* QuickFilter Search*/

    #QuickFilterSearch {
        width: 30em;
    }

    #QuickFilterList {
        margin-left: 6.4em;
        width: 30em;
    }

    #QucikFilterClear {
        height: 16px;
        vertical-align: text-bottom;
    }

    /* Obout toolbar Chrome width fix for color selection toolbar buttons */
    .oae_toolbar_button table {
        width: 21px;
    }

    /* old menu classes TO BE REMOVED*/
    span.ob_tree {
        background-color: #ffdbb7;
        border: solid 1px #7288AC;
        overflow: scroll;
        position: absolute;
        z-index: 1;
    }

    div.ob_tree {
        background-color: #ffdbb7;
        border: solid 1px #7288AC;
        overflow: scroll;
        position: absolute;
        width: 200px;
        z-index: 1;
    }

    td.ob_t2 {
        font: 8pt Arial;
        padding: 2px 2px 5px 2px;
        vertical-align: middle;
    }

    td.ob_t3 {
        border: 0 solid #2d2d82;
        font: 8pt Arial;
        padding: 2px 2px 5px 2px;
        vertical-align: middle;
    }

    input.ob_t3 {
        font: 8pt Arial;
    }

    td.ob_t2 A {
        color: #2D2D82;
        text-decoration: none;
    }

        td.ob_t2 A:hover {
            color: #0075BE;
            text-decoration: none;
        }

    td.ob_t3 A {
        color: #2D2D82;
        text-decoration: none;
    }

    td.ob_t4 {
        vertical-align: top;
    }

    div.ob_d4 {
        font: 6pt Arial;
        width: 19px;
    }

    td.ob_t5 {
        width: 100%;
    }

    div.ob_d5 {
        width: 18px;
    }

    td.ob_t6 {
        vertical-align: top;
        width: 16px;
    }

    td.ob_t7 {
        border: 0 solid #666666;
        color: #666666;
        font: 8pt Arial;
        padding-left: 20px;
        text-align: center;
        width: 80px;
    }

    A.ob_a2 {
        color: #0000cd;
        font: 8pt Arial;
        text-decoration: none;
    }

    table.admin-originator th, table.admin-originator td {
        padding: 2px;
    }

    span.validators {
        color: Red;
        display: inline-block;
        white-space: normal;
    }

    /* Styling for Instruction Header */

    #InstructionHeaderSection {
        font-size: 11px;
        position: relative;
    }

        #InstructionHeaderSection .InstructionIcons {
            padding: 4px;
            float: left;
            clear: right;
            width: 4%;
        }

            #InstructionHeaderSection .InstructionIcons .imgButton {
                height: 32px;
                width: 32px;
                margin-bottom: 4px;
            }

        #InstructionHeaderSection .InstructionIdSection {
            font-weight: bold;
            font-size: 14px;
            color: #2D2D82;
            padding: 3px;
        }

        #InstructionHeaderSection .InstructionIdSectionRed {
            font-weight: bold;
            font-size: 14px;
            color: red;
            padding: 3px;
        }
        #InstructionHeaderSection .popupLink {
            cursor: pointer;
            padding-right: 11px;
            background: url(../img/plus_icon.gif) no-repeat right;
            width: auto !important;
        }

            #InstructionHeaderSection .popupLink span {
                width: auto !important;
            }

        #InstructionHeaderSection .popup {
            position: absolute;
            border: solid thin #888;
            border-radius: 3px;
            background: white;
            box-shadow: 6px 6px 6px -2px #888;
            padding: 2px 4px;
            display: block;
            max-width: 310px;
            font-size: 11px;
            color: black;
            font-weight: normal;
        }

        #InstructionHeaderSection .column {
            float: left;
            padding: 5px;
            width: 41.66667%;
        }

        #InstructionHeaderSection .SubSection {
            margin-bottom: 8px;
        }

            #InstructionHeaderSection .SubSection .formGroup {
                margin-bottom: 0;
            }


                #InstructionHeaderSection .SubSection .formGroup label {
                    width: 20%;
                    display: inline-block;
                    font-weight: bold;
                    padding: 1px 3px;
                }

                #InstructionHeaderSection .SubSection .formGroup span {
                    width: 70%;
                    display: inline-block;
                }

            #InstructionHeaderSection .SubSection label a {
                background: url(../img/edit-pencil.png) no-repeat;
                background-position: right 0 bottom -1px;
                padding-right: 16px;
            }

        #InstructionHeaderSection #ClaimManaged {
            line-height: 17px;
            padding: 2px;
            display: inline-flex;
        }

            #InstructionHeaderSection #ClaimManaged span {
                padding: 1px 3px;
            }

        #InstructionHeaderSection ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #InstructionHeaderSection ul li {
                list-style: none;
                padding: 0;
                margin: 1px;
            }

        #InstructionHeaderSection .list-title {
            font-weight: bold;
        }

        #InstructionHeaderSection ul span.list-title {
            margin-right: 2px;
        }


        #InstructionHeaderSection .infoMessages {
            width: 35em;
            max-width: 50%;
            display: inline-block;
            font-weight: bold;
            line-height: 12px;
            padding: 2px;
            color: red;
        }

        #InstructionHeaderSection .HeaderToggle {
            float: right;
            cursor: pointer;
        }


        #InstructionHeaderSection #MiniHeader .InstructionIcons {
            display: inline-block;
            float: left;
            width: auto;
            line-height: 38px;
        }

            #InstructionHeaderSection #MiniHeader .InstructionIcons .instruction-icon {
                display: inline;
            }

        #InstructionHeaderSection #MiniHeader .InstructionIdSection {
            line-height: 38px;
            float: left;
            margin-right: 20px;
        }

        #InstructionHeaderSection #MiniHeader .SubSection {
            line-height: 14px;
            margin-top: 2px;
            float: left;
        }


        #InstructionHeaderSection #MiniHeader .formGroup {
            display: inline;
        }

            #InstructionHeaderSection #MiniHeader .formGroup label, #InstructionHeaderSection #MiniHeader .formGroup span {
                display: inline;
            }

    /* End of Instruction Header Rules */


    .mini-map {
        width: 500px;
        height: 400px;
    }

    .mini-map-container {
        margin: 1px;
        border: black solid thin;
    }

    .map-search {
        width: 350px;
        -webkit-box-shadow: 6px 6px 6px -2px #888;
        -moz-box-shadow: 6px 6px 6px -2px #888;
        box-shadow: 6px 6px 6px -2px #888;
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        margin-top: 22px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
    }

    /* select2 list styling used in root/General/EquipmentMovements*/
    .select2-container {
        width: 25%;
    }

    .select2-drop {
        font-size: 11px;
    }

    .CenterShadowedContainer {
        -webkit-box-shadow: 6px 6px 6px -2px #888;
        box-shadow: 6px 6px 6px -2px #888;
        width: 90%;
        height: 80%;
        position: relative;
        margin: auto;
        top: 50px;
    }

    #NotFoundContainer {
        color: #31516B;
        background: #D6F7EF url(../img/404.png) no-repeat right bottom;
        border: thin #31516B solid;
        height: 377px;
        width: 918px;
    }

    #ErrorContainer {
        color: #00347B;
        background: White url(../img/500.png) no-repeat right top;
        border: thin #00347B solid;
    }

    #NotFoundContainer #Sorry {
        position: absolute;
        right: 6px;
        bottom: 10px;
        color: whitesmoke;
    }

    #NotFoundContainer #HomeLink {
        top: -4em;
        position: absolute;
        right: 6px;
    }

        #NotFoundContainer #HomeLink:hover {
            color: #6BE7DE;
        }

    #ErrorContainer #Sorry {
        margin-top: 10px;
        margin-left: 10px;
        width: 75%;
    }

    #ErrorContainer Label {
        padding: 0;
        display: block;
    }

    #ErrorContainer #ErrorMessageFull, #ErrorContainer #ErrorMessage {
        vertical-align: top;
        width: 100%;
        background-color: whitesmoke;
        font-weight: bold;
        padding: .15em .25em;
    }

    #ErrorContainer #ErrorMessage {
        line-height: 2em;
        font-size: 1.5em;
    }

    #ErrorContainer #ErrorMessageFull {
        line-height: 1.6em;
        font-size: 1.25em;
    }

.radioGroup span {
    display: inline-block;
}

.radioGroup {
    float: left;
    width: 8em;
    padding: 2px 6px;
    margin-right: 2em;
}


.radioGroup label {
    font-weight: normal;
}

.radioGroup input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}
.side-by-side {
    position: relative;
}
.side-by-side > div {
    float: left;
    width: 50%
}
.paddedleft {
    padding-left: 5px;
}
} /* Media all*/

@media print {

    body, #mainContent {
        overflow: visible;
        top: 0;
    }

    .sideContent {
        margin-left: 0;
    }

	input[type='submit'] {
		display: none;
	}

	.printhide {
		display: none;
	}

	.setwidth {
		width: 600px;
	}

	.clsButton {
		display: none;
	}

		.clsButtonHover, .clsButton:Hover {
			display: none;
		}

	.imgButton {
		display: none;
	}

	.buttonMenu, .scMenu {
		display: none;
	}

	.dgItem, .dgAltItem {
		font-size: 9px;
	}

	#headerBar, #overlayLayers *, #thisMarqueeRecord, #LoadingDiv,#mainFooter {
		display: none;
	}

	.instruction-icon {
		display: block;
		height: 16px;
		width: 16px;
	}

	#tbiHeaderRowPrint {
		font-size: x-small;
	}

	#photosGrid img, .thumbnail {
		width: 75px;
	}



}

