/* Minification failed. Returning unminified contents.
(6044,23): run-time error CSS1036: Expected expression, found '#'
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	color: #000000;
}
.ui-widget-content a {
	color: #000000;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	color: #000000;
	font-weight: bold;
}
.ui-widget-header a {
	color: #000000;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	font-weight: normal;
	color: #000000;
}
.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: #000000;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	font-weight: normal;
	color: #000000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #000000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	color: #000000;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000000;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	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 {
}
.ui-widget-header .ui-icon {
}
.ui-state-default .ui-icon {
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
}
.ui-state-active .ui-icon {
}
.ui-state-highlight .ui-icon {
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
html {
    margin: 0;
    padding: 0;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

body {
    display: flex;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    font-style: normal;
    color: #6d6d6d;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-family: 'Lato', 'Arial', sans-serif;
}

input,
select,
textarea,
button.multiselect {
    /* border: 1px solid #9a9a9a; */
    border: 0;
    /* border-bottom: 1px solid #F1f1f1; */
    /* border-left: 1px solid #F1f1f1; */
    outline: none !important;
    background-color: #fff;
    /* box-shadow: 2px 5px 20px 0px #000000; */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

    input#Birthdate {
    }

    input:focus,
    select:focus,
    textarea:focus,
    .ui-selectmenu-button.ui-state-focus,
    input[type=checkbox]:focus + input + label:before,
    button.multiselect:focus {
        box-shadow: 0 0 2px 1px rgb(59, 153, 252) !important;
    }

button,
button:active,
button:hover,
button:focus,
.ui-selectmenu-button {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;
}



.navbar {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 3px -3px 6px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.2);
}

body {
    display: flex;
}

    body > .container-fluid {
        display: flex;
        flex-direction: row;
        margin: 0;
        flex-grow: 1;
        padding: 0;
        max-height: 100%;
        overflow-x: hidden;
    }

.bottomFix {
    position: absolute;
    bottom: 0;
}

.table-partnerslist {
    flex-grow: 1;
    /* margin:0 20px; */
    /* padding: 20px; */
}

form#partnerEdit {
    /* padding-left: 20px; */
    padding-top: 10px;
    /* float: left; */
    border-right: 1px solid #e2e2e2;
}

.search-options {
    padding: 20px;
    border-bottom: 1px solid #f18e00;
    box-shadow: #000000;
    flex-grow: 0;
}

.sitebody {
    display: flex;
    /* display: block; */
    flex-grow: 1;
    flex-direction: column;
    background-color: #f5f5f5;
    overflow: hidden;
}

.navbar-layout {
    background-color: #ffffff;
    border: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    max-width: 100px;
    z-index: 1000;
    overflow: visible;
}


input {
    /* border-radius:4px; */
}

.left-nav-block {
    padding: 8px 0;
}

.welcome {
    text-align: center;
    /* padding-left: 34px; */
    width: 100%;
    /* background: 3px 3px no-repeat url(/Images/user-photo.png) #ffffff; */
    /* border-left: 2px solid #ffffff; */
}

.left-nav-block > p {
    color: #000;
    margin-bottom: 0;
    line-height: 14px;
    text-align: center;
}


/* Internet Explorer 11+, Microsoft Edge Browser */
@charset "";

_:-ms-lang(x), .navbar-layout ul > li > a {
    border-right: 7px solid transparent;
}


.navbar-layout ul > li {
    float: none;
    height: 50px;
    position: relative;
    width: 100%;
    /* line-height: 20px; */
}

    .navbar-layout ul > li > a {
        color: #777777;
        line-height: 20px;
        height: 100%;
        width: 100%;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.navbar-layout > div > div > ul > li:last-child > a {
    /* color: #000000 !important; */
    /* background-color: #e2e2e2; */
    /* border-left: 2px solid #ffffff; */
}

.navbar-layout ul > li:hover,
.navbar-layout ul > li:focus {
    background-color: #ffc097 !important;
}

.navbar-layout > div > div > ul > li:last-child > a:hover,
.navbar-layout > div > div > ul > li:last-child > a:focus {
    background-color: #e2e2e2 !important;
}

.navbar-layout > .container-fluid {
    padding: 0;
    height: 100%;
    overflow: visible;
    /* border-right: 1px solid #f18e00; */
    background-color: white;
    min-width: 100px;
}

.navbar-layout ul > li > a.active,
.navbar-layout ul li > a.active:hover {
    /* background-color: #f18e00; */
    border-bottom: 1px solid #f18e00;
    border-top: 1px solid #f18e00;
    color: #000000;
    font-weight: bold;
}

.navbar-header:first-child {
    /* background-color: #f18e00; */
}

    .navbar-header:first-child > button,
    .navbar-header:first-child > button:hover {
        background-color: #ffffff;
    }

.navbar-collapse {
    float: left;
    padding: 0;
}

.navbar-layout li ul {
    background: #ffffff;
    display: none;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    left: 100px;
    top: 0px;
    width: 100px;
    z-index: 9999;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 3px -3px 6px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.2);
}

.navbar-layout li:hover ul {
    display: block;
}

.navbar-layout li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    /* width:133px; */
    /* border-top: 1px solid #ffffff; */
    /* line-height: 20px; */
    /* padding-top: 8px; */
    /* padding-bottom: 10px; */
}

.navbar-layout li:hover li a {
    background: none;
}

.navbar-layout li ul a,
.navbar-layout li ul div.disabled {
    display: block;
    line-height: 20px;
    font-style: normal;
    margin: 0px;
    padding: 10px 6px;
    /* text-align:left; */
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding: 0;
        float: none;
    }

    .navbar-header > button {
        float: left;
        margin-left: 15px;
    }

    .navbar-nav {
        margin: 0;
    }

    .welcome {
        /* position: absolute; */
        /* right: 0; */
        /* top: 0; */
        /* padding: 6px 15px 6px 50px; */
        /* float: left; */
    }

    .navbar-layout ul > li > a {
        padding-left: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-layout {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-layout {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .navbar-layout {
        background-color: #e2e2e2;
    }
}

/*fixes*/

.form-horizontal-fixed .control-label {
    text-align: left;
}

fieldset.fieldset-fixed {
    border: 1px solid #fff;
    padding: 15px;
    margin-bottom: 15px;
}

    fieldset.fieldset-fixed legend {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

.li-disabled {
    background-color: #E2E2E2;
}
/*fixes end*/

.btn {
    width: 25px;
    height: 25px;
}

.btn-lg {
    width: 34px;
    height: 34px;
}

    .btn-lg.disabled,
    .btn-lg[disabled],
    fieldset[disabled] .btn-lg {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.container {
    padding-left: 10px;
    padding-right: 10px;
}

button.multiselect {
    /* border: 1px solid #9a9a9a!important; */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    padding: 4px 3px;
    text-align: left;
    line-height: 17px;
    width: 100%;
}

.btn-group button.multiselect.btn-default:hover,
.btn-group button.multiselect.btn-default:focus,
.btn-group button.multiselect.btn-default:active,
.btn-group button.multiselect.dropdown-toggle.btn-default {
    background-color: white;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.multiselect-native-select .btn-group {
    width: 100%;
    color: #000000;
    min-height: 24px;
}

.multiselect .caret {
    border: none;
    width: 13px;
    height: 6px;
    margin-top: 7px;
    margin-right: 5px;
    float: right;
    margin-right: -32px;
    margin-top: -12px;
    position: relative;
}

.table-payments {
    margin-top: 7px;
}

.modal-body {
    padding: 15px;
    background-color: #f9f9f9;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.tab-content {
    padding: 15px;
}

.ui-draggable-handle {
    cursor: move;
}

button.multiselect {
    padding-right: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-content-partner {
    display: block;
}

#Contacts.active,
#MailList.active,
#Payments.active,
#Events.active,
#OrgChart.active,
#AdditionalInfo.active {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
}

#pledgeParticipantsTabContent {
    padding: 0 15px 0 15px;
    /* width: 100%; */
}

#Main {
    /* flex:1; */
    flex-grow: 1;
    max-width: 100%;
    /* overflow: scroll; */
}

    #Main.active {
        display: flex;
    }

label {
    font-weight: normal;
}

#pledge,
#participants {
    padding: 15px;
    flex-grow: 1;
    /* overflow-x: hidden; */
}

.partner-header-id {
    width: 60px;
}

.modal {
    max-height: 100vh;
}

.pledgePopup .modal-body,
#modal1 .modal-body {
    /* padding:0; */
}

.pledgePopup .modal-body {
    padding: 0;
}

.pledgePopup .modal-footer {
    padding: 0;
}

.paymentBatchPopup .modal-body {
    /* padding-top: 15px; */
    padding: 0;
}

.paymentDetailsNoteBlock {
    height: 45px;
    max-height: 45px;
    flex-shrink: 0;
    flex-grow: 1;
}

.paymentBatchPopup .modal-header,
.paymentDetailsPopup .modal-header,
.jobHistoryHorizonDetailsPopup .modal-header {
    border-radius: 0;
}

.modal-dialog.paymentBatchPopup,
.modal-dialog.paymentDetailsPopup,
.modal-dialog.jobHistoryHorizonDetailsPopup {
    height: 100%;
    margin: 0;
}

#frmPaymentDetails {
    margin-top: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.paymentDetailsPopup .modal-body,
.jobHistoryHorizonDetailsPopup .modal-body {
    padding: 0;
}

.paymentDetailsPopup .modal-dialog,
.jobHistoryHorizonDetailsPopup .modal-dialog {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#partner-edit-payment-info {
    min-width: 800px;
}

#secondary-address legend, #english-address legend, #partner-payment-information-fieldset legend {
    border: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    font-size: 16px;
}

.navbar-layout ul > li.table-maintenance-menu > a {
    padding-top: 5px;
}

#Child {
    /* padding-top:15px; */
}

.partner-contact-control .editor-label {
    min-width: 150px;
    /* overflow:hidden; */
    /* float: left; */
}

#formNewPledgeSelectType {
    /* padding:10px; */
    /* margin: 15px; */
}

#searchbyId,
#extendedSearch {
    /* padding:0px 15px; */
    padding: 0;
}

.column-layout {
    display: flex;
    flex-direction: row;
    overflow: auto;
    flex-grow: 1;
}

.childSearchPopup .modal-body {
    padding: 0;
}

.childSearchPopup, .partnerSearchPopup, .childEditPopup {
    min-height: 90%;
    height: 90%;
}

.maintanceHeplPopUp {
    min-height: 60%;
    height: 60%;
}

.childSearchPopup .search-options {
    padding: 0;
}

.childSearchPopup .modal-footer {
    display: none;
}

.payment-list-options {
    margin-top: 5px;
}

.payment-details-content {
    /* margin-top:15px; */
    /* padding-top: 15px; */
    /* overflow: hidden; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* flex-basis: 100%; */
}

.payment-details-form {
    /* background-color:white; */
    /* overflow: hidden; */
    padding-top: 15px;
    border-bottom: 1px solid #f18e00;
}

.payment-details-table {
    flex: 1;
    display: flex;
}

.payment-details-table-options {
    width: 55px;
    height: 100%;
    /* flex-grow: 1; */
    /* background-color: #ff6600; */
}

    .payment-details-table-options button {
        margin-right: 10px;
        margin-top: 10px;
    }

span.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all {
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    overflow: visible;
}

button.multiselect .multiselect-selected-text {
    font-size: 12px;
    overflow: hidden;
    width: 100%;
    display: block;
    min-height: 17px;
}

.multiselect-container {
    max-height: 400px;
    overflow: auto;
}

.btn-group .multiselect-container > li > a > label {
    padding: 4px 10px 3px 30px;
    line-height: 17px;
    font-size: 13px;
}

.multiselect-container > li > a > label:hover,
.multiselect-container.dropdown-menu > li > a:hover {
    font-size: 13px;
    line-height: 17px;
    background-color: transparent;
}

.multiselect-container > li {
    border: 1px solid transparent;
}

    .multiselect-container > li:focus,
    .multiselect-container > li:active,
    .multiselect-container > li:hover,
    .multiselect-container > li.active:focus,
    .multiselect-container > li.active:active,
    .multiselect-container > li.active:hover,
    .multiselect-container > li a:focus,
    .multiselect-container > li a:active,
    .multiselect-container > li a:hover,
    .multiselect-container > li a label:focus,
    .multiselect-container > li a label:active,
    .multiselect-container > li a label:hover {
        outline: none;
    }

    .multiselect-container > li > a > label input[type="checkbox"] {
        margin-top: 2px;
    }

    .multiselect-container > li:hover {
        border: 1px solid #999999;
        font-weight: normal;
        background-color: #e2e2e2;
    }

.multiselect-native-select ul {
    border-radius: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}

.multiselect-native-select ul {
    border: 1px solid #999999;
}

.multiselect-container > li.active {
    border: 1px solid #f18e00;
}

    .multiselect-container > li.active a,
    .multiselect-container > li.active a:hover,
    .multiselect-container > li.active a:focus,
    .multiselect-container > li.active a:active .multiselect-container > li.active a > label:hover,
    .multiselect-container > li.active a > label:focus,
    .multiselect-container > li.active a > label:active {
        background-color: #f18e00;
        color: #ffffff;
    }

.multiselect .caret,
.ui-state-default .ui-icon {
    background: 0 0 no-repeat url(/Images/select-arrow.png);
}

.ui-jqgrid-labels .ui-state-default .ui-icon {
    background: 0 0 no-repeat url(/Content/Images/dots.png);
    background-size: 13px 13px;
}

#column_menu,
#column_menu .ui-menu .ui-menu-item:hover {
    line-height: 18px;
}

    #column_menu .ui-state-hover {
        line-height: 18px;
        border: none;
    }

    #column_menu.ui-menu .ui-menu-item {
        padding: 3px 3px 4px 3px;
    }

        #column_menu td.menu_icon .ui-icon,
        #column_menu.ui-menu .ui-menu-item.divider {
            display: none;
        }

.ui-icon.ui-icon-triangle-1-s.select-disabled {
    background: 0 0 no-repeat url(/Images/select-arrow-disabled.png);
}

.ui-widget.select-disabled,
.ui-menu-item.select-disabled {
    background-color: rgb(235, 235, 228);
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    display: block;
    line-height: 17px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    /* border: 1px solid #9a9a9a; */
    /* border-left: 1px solid #F1f1f1; */
    background-color: #fFf;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ui-selectmenu-button span.ui-icon {
    right: 6px;
    left: auto;
    margin-top: -3px;
    position: absolute;
    top: 50%;
}

.ui-menu,
.ui-widget,
#paymentsPledges .ui-widget-content,
.ui-corner-bottom {
    background-color: #ffffff;
}

.ui-jqgrid .ui-jqgrid-view #paymentsPledges input {
    font-size: 13px;
}

.ui-menu .ui-menu-item {
    padding: 3px 3px 4px 3px;
    font-size: 13px;
}

    .ui-menu .ui-menu-item:hover,
    .ui-menu > .ui-state-focus {
        padding: 3px 3px 4px 3px;
        margin: 0;
        font-size: 13px;
        background-color: #e2e2e2;
    }

input[type="text"],
input[type="datetime"],
input[type="password"],
input[type="number"],
select {
    font-size: 14px;
    padding: 4px 3px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

input#editContactDate {
}

.ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 12px;
    padding: 3px 3px 4px 3px;
    width: 100%;
    /* border-radius: 5px; */
}

.validation-summary-errors {
    color: red;
    padding: 0px 10px 0 10px;
}

    .validation-summary-errors > ul {
        padding-left: 10px;
        text-align: justify;
    }

form label.error {
    color: red;
}

.tooltip-inner {
    background-color: #f18e00;
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f18e00;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #f18e00;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f18e00;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #f18e00;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #f18e00 !important;
}

.bootstrap-datetimepicker-widget .glyphicon {
    color: #f18e00 !important;
}

/*start css for different width*/
.width-half-dropdown .ui-selectmenu-button {
    width: 49% !important;
    float: left;
}

.width-35-dropdown .ui-selectmenu-button {
    width: 34% !important;
    float: left;
}

.width-65-dropdown > .relative {
    width: 65% !important;
    float: left;
}

.width-65-dropdown > .ui-selectmenu-button {
    width: 65% !important;
    float: left;
}

.width-15 {
    width: 13% !important;
    float: left;
}

.width-35 {
    width: 33% !important;
    float: left;
}

.width-34 {
    width: 32% !important;
    float: left;
}

.width-65 {
    width: 63% !important;
    float: left;
}

.width-20 {
    width: 18% !important;
    float: left;
}

.width-20-2 {
    width: 20% !important;
    float: left;
}

.width-45-left {
    width: 45% !important;
    float: left;
}

.width-45-right {
    width: 45% !important;
    float: right;
}

.width-80 {
    width: 78% !important;
    float: left;
}

.width-80-2 {
    width: 80% !important;
    float: left;
}

.width-half {
    width: 48% !important;
    float: left;
}

.width-60 {
    width: 58% !important;
    float: left;
}

.width-half-2 {
    width: 49% !important;
    float: left;
}

a.disabled {
    pointer-events: none;
}

button.disabled {
    pointer-events: none;
}

/*end css for different width*/
.ui-grid-ico-sort.ui-icon-desc.ui-sort-ltr.glyphicon.glyphicon-triangle-bottom,
.ui-grid-ico-sort.ui-icon-desc.ui-sort-ltr.glyphicon.glyphicon-triangle-bottom.ui-disabled {
    color: #f18e00 !important;
}

.modal-dialog {
    width: 93%;
}

.modal-header {
    overflow: hidden;
    box-sizing: content-box;
    padding: 10px;
    background-color: #f9f9f9;
    color: white;
    flex-grow: 0;
    flex-shrink: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-title {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.modal-title,
.modal-header .close {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

img.disabled {
    cursor: default !important;
    opacity: 0.65;
}

.btn-orange:disabled {
    -ms-opacity: 0.65;
    opacity: 0.65;
}

.ui-icon-plus,
#addPartnersRelationship .ui-icon-newwin,
#addSupportOffice .ui-icon-newwin,
#addReallocatedPayments .ui-icon-newwin,
#addPaymentBatch .ui-icon-newwin,
#addEvent .ui-icon-newwin,
#addOrder .ui-icon-newwin,
#addOrderItem .ui-icon-newwin,
#addAuthList .ui-icon-newwin,
#addFolder .ui-icon-newwin,
#addReport .ui-icon-newwin,
#addUser .ui-icon-newwin,
#addParticipant .ui-icon-newwin,
.tab-main .main-grid .partner-add-row-grid {
    background: 0 0 no-repeat url(/Content/images/add-row-grid.png) !important;
}


#paymentImportConfigurationGrid .ui-icon-plus,
#totalRowConfigurationGrid .ui-icon-plus,
.table-partnerslist .ui-icon-plus {
    background: 0 0 no-repeat url(/Content/images/arrow-right.png) !important;
    margin-left: 0px;
}

#rangeOrderItem .ui-icon-newwin {
    background: 0 0 no-repeat url(/Content/images/add-row-grid-range.png);
}

#printOrderItem .ui-icon-newwin,
#orderPackingSlip .ui-icon-newwin {
    background: 0 0 no-repeat url(/Content/images/print-row-grid.png);
}

.ui-icon-pencil,
#editPartnersRelationship .ui-icon-newwin,
#editSupportOffice .ui-icon-newwin,
#editPaymentBatch .ui-icon-newwin,
#editEvent .ui-icon-newwin,
#editOrder .ui-icon-newwin,
#editOrderItem .ui-icon-newwin,
#editAuthList .ui-icon-newwin,
#editFolder .ui-icon-newwin,
#editReport .ui-icon-newwin,
#editUser .ui-icon-newwin,
#editParticipant .ui-icon-newwin,
.tab-main .main-grid .partner-edit-row-grid {
    background: 0 0 no-repeat url(/Content/images/edit-row-grid.png) !important;
}

.ui-icon-trash,
.ui-icon-closethick,
.ui-dialog .ui-dialog-titlebar-close,
#deletePartnersRelationship .ui-icon-newwin,
#deleteSupportOffice .ui-icon-newwin,
#deleteReallocatedPayments .ui-icon-newwin,
#deleteOrder .ui-icon-newwin,
#deleteOrderItem .ui-icon-newwin,
#deleteAuthList .ui-icon-newwin,
#deletePaymentBatch .ui-icon-newwin,
#deleteFolder .ui-icon-newwin,
#deleteReport .ui-icon-newwin,
#deleteParticipant .ui-icon-newwin,
.tab-main .main-grid .partner-delete-row-grid {
    background: 0 0 no-repeat url(/Content/images/delete-row-grid.png) !important;
}

.tab-main .main-grid .partner-filter-row-grid {
    background: 0 0 no-repeat url(/Content/images/filter-row-grid.png) !important;
}

.ui-jqdialog .ui-icon-close,
.ui-jqdialog .ui-icon-cancel {
    background: 0 0 no-repeat url(/Content/images/editable-cancel.png) !important;
}

.ui-jqdialog .ui-icon-disk,
.ui-dialog .preffered-yes {
    background: 0 0 no-repeat url(/Content/images/editable-save.png) !important;
}

.ui-dialog .preffered-yes,
.ui-dialog .preffered-no {
    background: 3px center no-repeat #ffffff url(/Content/images/editable-save.png) !important;
    padding-left: 23px !important;
}

.ui-dialog .preffered-cancel {
    background: 3px center #ffffff no-repeat url(/Content/images/editable-cancel.png) !important;
    padding-left: 23px !important;
}

.ui-jqdialog .ui-icon-triangle-1-w {
    background: 0 0 no-repeat url(/Content/images/editable-prev.png) !important;
}

.ui-jqdialog .ui-icon-triangle-1-e {
    background: 0 0 no-repeat url(/Content/images/editable-next.png) !important;
}

.ui-jqdialog .ui-icon-scissors {
    background: 0 0 no-repeat url(/Content/images/editable-delete.png) !important;
}

.ui-jqdialog .ui-widget-header,
.ui-dialog .ui-widget-header {
    background-color: #e2e2e2;
    border: none;
    color: #000000 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -7px !important;
}

.ui-jqdialog #sData span,
.ui-jqdialog #cData span,
.ui-dialog #sData span,
.ui-jqdialog #cData span {
    margin-left: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    background-color: #ffffff;
    padding: 8px 5px;
    font-size: 12px;
    color: #000000 !important;
    border: 1px solid #d3d3d3 !important;
}

    .ui-dialog .ui-dialog-buttonpane button:hover {
        border: 1px solid #999999 !important;
        color: #000000;
    }

.ui-jqdialog .ui-jqdialog-title,
.ui-dialog .ui-dialog-title {
    font-size: 13px;
    font-weight: normal !important;
    padding-top: 4px;
    margin-left: 5px !important;
}

.ui-jqdialog,
.ui-dialog {
    padding: 0 !important;
    background-color: #f9f9f9;
    outline: none;
}

.ui-dialog-buttonpane {
    background-color: #e2e2e2;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px 7px !important;
}

.ui-jqdialog .FormData,
.ui-dialog .FormData {
    color: #000000 !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-bl,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-radius: 0 !important;
}

.ui-jqdialog .ui-jqdialog-titlebar-close {
    margin-top: 8px !important;
    padding: 0 !important;
}

    .ui-jqdialog .ui-jqdialog-titlebar-close.ui-state-hover,
    .ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
        border: none !important;
    }

.ui-jqdialog .fm-button,
.ui-dialog .fm-button {
    background-color: #ffffff;
}

.ui-jqdialog #pData,
.ui-jqdialog #nData,
.ui-jqdialog #pData.ui-state-hover,
.ui-jqdialog #nData.ui-state-hover,
.ui-dialog #pData,
.ui-dialog #nData,
.ui-dialog #pData.ui-state-hover,
.ui-dialog #nData.ui-state-hover {
    background-color: transparent;
    border: none;
}

.ui-jqdialog .ui-selectmenu-button,
.ui-dialog .ui-selectmenu-button {
    width: 98% !important;
    display: inline-block;
}

.ui-jqdialog .ui-state-error,
.ui-jqdialog .ui-widget-content .ui-state-error,
.ui-dialog .ui-state-error,
.ui-dialog .ui-widget-content .ui-state-error {
    border: none !important;
    font-weight: bold;
}

.CaptionTD {
    width: 25%;
}

.ui-selectmenu-open {
    z-index: 9999;
}

td.delmsg {
    padding-left: 10px !important;
}

.custom-checkbox {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border: 1px solid #9a9a9a;
}

    .custom-checkbox.selected {
        width: 28px;
        height: 28px;
        background: #ffffff 3px 3px no-repeat url(/Content/images/check.png) !important;
    }

    .custom-checkbox input[type="checkbox"] {
        width: 28px;
        height: 28px;
        margin: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
    }

.error-color {
    color: #cd0a0a !important;
    font-weight: bold;
    padding-top: 3px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}

.btn-orange {
    padding: 0.5em 1em 0.5em 1em !important;
    background-color: #f18e00 !important;
    color: #ffffff !important;
}

.btn-text-wide {
    padding: 0.5em 1em 0.5em 1em !important;
    width: 100%;
}

.ui-icon-seek-next {
    width: 18px;
    height: 15px;
    background: 0 0 no-repeat url(/Images/right-next-arrow.png) !important;
}

.ui-icon-seek-prev {
    width: 18px;
    height: 15px;
    background: 0 0 no-repeat url(/Images/left-prev-arrow.png) !important;
}

.ui-icon-seek-first {
    width: 10px;
    height: 15px;
    background: 0 0 no-repeat url(/Images/left-first-arrow.png) !important;
}

.ui-icon-seek-end {
    width: 10px;
    height: 15px;
    background: 0 0 no-repeat url(/Images/right-end-arrow.png) !important;
}

.ui-icon-row-prefix {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-bottom: -1px;
}

    .ui-icon-row-prefix.locked-row,
    tr.ui-state-hover .ui-icon-row-prefix.locked-row {
        background: url(/Content/images/locked-row.png) no-repeat right top;
    }

tr.ui-state-hover.ui-state-highlight .ui-icon-row-prefix.locked-row,
.ui-state-highlight .ui-icon-row-prefix.locked-row {
    background: url(/Content/images/locked-row-hover.png) no-repeat right top;
}

.container-fluid {
    /* padding-left:0; */
    /* padding-right:0; */
}

@media (max-width: 767px) {
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
}

.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover,
.ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

.ui-jqgrid .ui-pg-button,
.ui-jqgrid .ui-pg-button:hover,
.ui-jqgrid .ui-pg-button.ui-state-disabled {
    padding: 0 4px !important;
}

.btn-open {
    background: 0 0 no-repeat url(/Content/Images/open.png);
}

.btn-upload {
    background: 0 0 no-repeat url(/Content/Images/upload.png);
}

.btn-save-m {
    background: 0 0 no-repeat url(/Content/Images/save-medium.png);
}

.btn-open-batch-modal {
    width: 34px;
    height: 34px;
    background: 0 0 no-repeat url(/Content/Images/batch-open-modal.png);
    margin-left: 300px;
}

.btn-choose-rows {
    background: 0 0 no-repeat url(/Content/Images/choose-rows.png);
}

.btn-data-export {
    background: 0 0 no-repeat url(/Content/Images/data-export.png);
}

.btn-data-export-lg {
    background: 0 0 no-repeat url(/Content/Images/data-export-lg.png);
}

.btn-data-import {
    background: 0 0 no-repeat url(/Content/Images/data-import.png);
}

.btn-data-import-lg {
    background: 0 0 no-repeat url(/Content/Images/data-import-lg.png);
}

.btn-delete-data {
    background: 0 0 no-repeat url(/Content/Images/delete-data.png);
}

.btn-ok {
    background: 0 0 no-repeat url(/Content/Images/ok.png);
}

.btn-print-m {
    background: 0 0 no-repeat url(/Content/Images/print.png);
}

input[type="text"].form-control-fixed,
input[type="text"].form-control-fixed,
select.form-control-fixed {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.modal-checkbox {
    /*margin-bottom: 0;
  top: 19px;*/
    padding-left: 0;
}

.child-replacement > div.modal-dialog {
    width: 70%;
    max-width: 500px;
}

.pledgePopup {
    width: 63%;
}

.addProjModal {
    width: 40%;
}

ul.modal-autocomplete {
    z-index: 1051;
}

.btn-donate {
    background: 0 0 no-repeat url(/Content/Images/donate.png);
}

.btn-split-payment {
    background: 0 0 no-repeat url(/Content/Images/split-payment.png);
}

.btn-next {
    background: 0 0 no-repeat url(/Content/Images/next.png);
}

.btn-nosave {
    background: 0 0 no-repeat url(/Content/Images/nosave.png);
}

.font-error {
    color: red;
}

#gifts {
    width: 40px;
}

input[readonly] {
    background-color: #e2e2e2;
    color: #000000;
    box-shadow: none;
}

#searchProjectId,
#saveProjectId {
    margin-left: -4px;
}

.project-name-group {
    margin-bottom: 23px;
}

.input-group.date {
    width: 50%;
    float: right;
}

    .input-group.date .bootstrap-datetimepicker-widget.dropdown-menu {
        position: fixed;
        top: 120px !important;
        left: 220px !important;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .input-group.date .bootstrap-datetimepicker-widget.dropdown-menu {
        top: 145px !important;
        left: 48vw !important;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
    .input-group.date .bootstrap-datetimepicker-widget.dropdown-menu {
        left: 34% !important;
    }
}

.datepicker {
    z-index: 1151 !important;
}

#gbox_pledges-grid .ui-jqgrid-hdiv.ui-state-default {
    /*overflow-y: scroll;*/
}

.pending-block {
    height: 600px;
    background-color: #f1f1f1;
    padding: 20px;
    min-width: 340px;
    height: 100%;
    /* box-shadow: -12px 8px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.ui-autocomplete .pending-user-img {
    width: 70px;
    height: 70px;
}

.ui-autocomplete > li > a > ul {
    display: block;
}

.ui-autocomplete .pending-user-content {
    position: absolute;
    top: 10px;
    left: 80px;
    font-size: 12px;
}

    .ui-autocomplete .pending-user-content .description.blue {
        color: blue;
    }

    .ui-autocomplete .pending-user-content .description.red {
        color: red;
    }

.btn-search-m {
    background: 0 0 no-repeat url(/Content/Images/button-search-m.png);
}

.table-edit.partner-edit-payment.payments-info h6,
.table-edit.partner-edit-payment.payments-info .partner-edit-largest-payment {
    padding-left: 0;
    /* margin-left: 8px; */
    /* margin-right: -8px; */
    padding-right: 0;
}

.timepicker > .timepicker-picker > .table-condensed td > .btn {
    height: initial;
    width: initial;
}

#formPledge .form-group #StatusId-button,
#formPledge .form-group textarea#Note {
    width: 100% !important;
}

    #formPledge .form-group #StatusId-button.ui-selectmenu-button span.ui-icon {
        right: 3px;
    }

#formPledge .form-group textarea#Note {
    margin: 0 !important;
    height: 54px;
    min-height: 54px;
}

.tab-pledge #pledgeChild > div:first-child {
    overflow: hidden;
}

.ui-jqgrid table.ui-jqgrid-htable th.ui-th-column:first-child,
.table-edit .ui-jqgrid table.ui-jqgrid-btable tbody tr.jqgrow td:first-child {
    border-right: 1px solid #f3f3f3 !important;
}

table.locked .select-partner-list,
table.locked .partnerSearch-ID-column,
.table-edit .ui-jqgrid .ui-jqgrid-btable.locked tbody tr.jqgrow:nth-child(2n) td {
    color: #000000 !important;
    text-decoration: none;
}

table.locked .select-partner-list,
table.locked .partnerSearch-ID-column {
    background-color: #fff !important;
}

.ui-jqgrid-btable.locked tr.jqgrow:nth-child(2n) td {
    background-color: #f3f3f3 !important;
}

#CSMHistory .tab-content-body .form-group label {
    text-align: left;
}

#CSMHistory .child-input {
    width: 31.7%;
}

#gview_list-grid .ui-jqgrid-hdiv table.ui-jqgrid-htable,
#gview_list-grid .ui-jqgrid-bdiv table#list-grid {
    width: 100% !important;
}

#searchProjects,
#newProject {
    margin-top: -4px;
}

#Parent:hover,
.cursor-pointer {
    cursor: pointer;
}

#OpenOneDrive {
    display: none;
}

@media (max-width: 991px) {
    #WelcomeForOneDrive {
        display: none;
        position: absolute;
        right: 0;
        top: 55px;
        border-left: none;
        z-index: 999;
        width: 205px;
    }

    #OpenOneDrive {
        display: block;
        margin-top: 15px;
        position: absolute;
        right: 0;
        margin-right: 10px;
    }
}

.table-padding {
    padding: 5px;
}

.float-none {
    float: none !important;
}

.hidden-scroll {
    overflow-x: hidden;
}

.form-label label {
    font-size: 12px;
}

input[type=radio]:focus {
    outline: none;
}

.ui-jqgrid .ui-jqgrid-htable thead th div {
    font-size: 13px;
    line-height: 17px;
    font-weiht: 800;
}

.btn-small {
    width: 17px;
    height: 17px;
    padding: 0;
}

.container-fluid {
    height: 100%;
    overflow-y: hidden;
}

.fullWidthHeight {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.searchBox {
    width: 100%;
    height: 100px;
}

.table-partnerslist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    -webkit-flex: 3 1 auto;
    flex: 2;
    flex-basis: auto;
    -webkit-box-flex: 1.0;
    overflow: auto;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

#form-search-partnerId {
    margin-bottom: 20px;
}

.s-ico {
    /* margin-top:4px; */
    /* overflow: hidden; */
    /* top: 10px; */
    padding-top: 4px;
}

.clearsearchclass {
    position: absolute;
    right: 4px;
    top: 0px;
    padding: 0 4px;
}

.tab-content-children .tab-pane.active {
    width: 100%;
}

h3 {
    margin-left: 0px;
}

.batchPopup .modal-body {
    display: block;
}

.navbar-nav {
    max-width: 100px;
}

.navbar-layout li ul a:hover {
    text-decoration: none;
}

.bottomFix .navbar-nav {
    width: 100%;
}

.tableMaintenancePopup {
    display: block;
}

.child-edit {
    min-height: 600px;
}

.table-maintance-edit-table {
    display: block;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-xxl {
    margin-left: 50px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-xs- {
    margin-left: -3px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-l-n-xxl {
    margin-left: -50px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-t-n-xxl {
    margin-top: -50px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-r-n-xxl {
    margin-right: -50px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-b-n-xxl {
    margin-bottom: -50px;
}

.m-l-2 {
    margin-left: 2%;
}

.p-none {
    padding: 0;
    flex: 1;
}

.p-l-none {
    padding-left: 0;
}

.p-r-none {
    padding-right: 0;
}

.p-t-none {
    padding-top: 0;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-md {
    padding-top: 8px;
}

.p-l-md {
    padding-left: 8px;
}

.p-r-md {
    padding-right: 8px;
}

.p-t-xxl {
    padding-top: 40px;
}

.p-r-lg {
    padding-right: 30px;
}

.p-b {
    padding-bottom: 15px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-r {
    padding-top: 15px;
}

.b-t-none {
    border-top: none !important;
}

.label-wrapper {
    padding: 4px 0;
}

.center-text {
    text-align: center;
}

.label-right-wrapper {
    text-align: right;
    padding: 4px 0;
}

.relative {
    position: relative;
}

/*start partial partner search */
#partnerSearchView,
#partnerView,
#paymentConfigurationsSearchView {
    display: inherit;
    flex-grow: inherit;
    flex-direction: inherit;
    overflow: inherit;
}
/*end partial partner search */

/*start partners list*/

.search-partnerslist {
    /* margin-bottom: 15px; */
}

.btn-large {
    width: 34px;
    height: 34px;
}

.search-partnerslist .btn-search {
    width: 34px;
    height: 34px;
    background: 0 0 no-repeat url(/Images/button-search.png);
}

.btn-export {
    width: 34px;
    height: 34px;
    background: 0 0 no-repeat url(/Images/button-export.png);
}

.search-partnerslist .btn-add {
    background: url(../Images/partners-list-add.png) no-repeat top left;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    /* hides the link text */
}

.child-photo-wrapper {
    height: 270px;
}

    .child-photo-wrapper > img {
        width: 100%;
        max-width: 260px;
        height: auto;
        max-height: 350px;
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
    }

.search-partnerslist input[type="text"] select {
    width: 239px;
    padding: 5px 15px !important;
    vertical-align: middle;
    display: inline-block;
}

#extented-child-search {
    padding: 0px 15px;
}

    #extented-child-search .search-child-dropdown + span {
        width: 100% !important;
    }

#childSearchView, #childEditView, #projectSearchView, #projectView {
    display: inherit;
    flex-grow: inherit;
    flex-direction: inherit;
    overflow: inherit;
}

#exportHorizonSection, #importHorizonSection {
    display: inherit;
    flex-grow: inherit;
    flex-direction: inherit;
    overflow: auto;
}

#createNewProjectById {
    width: 430px;
    padding: 15px 0;
}

#simple-child-search {
    padding: 15px 5px;
}

#simple-child-search,
#createNewProjectById,
#frmFindEventById {
    /* background-color: lightgray; */
    margin-bottom: 15px;
}

#simple-search .form-search {
    width: 500px;
}

#createNewProjectById #ProjectId {
    width: 227px !important;
    margin-left: -12px;
    margin-top: 3px;
}

.btn-filter {
    background: no-repeat url(/Content/images/filter.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    text-indent: -9999px;
    /* hides the link text */
}

.btn-delete-md {
    background: no-repeat url(/Content/images/delete.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    text-indent: -9999px;
    /* hides the link text */
}

.btn-preview-summary {
    background: no-repeat url(/Content/images/preview-summary.png);
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

.btn-preview-details {
    background: no-repeat url(/Content/images/preview-details.png);
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

.btn-delete-all {
    background: no-repeat url(/Content/images/Delete-All.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

.btn-print-list {
    background: no-repeat url(/Content/images/Print-List.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

.btn-print-letter {
    background: no-repeat url(/Content/images/Print-Letter.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

    .btn-print-letter:hover {
        background: 0 0 no-repeat url(/Content/images/Print-Letter-h.png);
    }

.btn-payment-allocations {
    background: no-repeat url(/Content/images/payment-allocations.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

.btn-payment-adjustment {
    background: no-repeat url(/Content/images/payment-adjustment.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

    .btn-payment-adjustment[disabled] {
        background: no-repeat url(/Content/images/payment-adjustment-not-active.png);
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        /* hides the link text */
    }

.btn-negate-payment {
    background: no-repeat url(/Content/images/negate-payment.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

    .btn-negate-payment[disabled] {
        background: no-repeat url(/Content/images/negate-payment-h.png);
    }

.btn-replace-receipt {
    background: no-repeat url(/Content/images/pledges/Replace.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

.btn-children-gn {
    background: no-repeat url(/Content/images/children-gift-notification.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    /* hides the link text */
}

.search-partnerslist input[type="text"] {
    color: #000000;
    padding: 10px;
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 5px 0px black; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: white;
}

.search-partnerslist label,
.search-partnerslist span {
    font-size: 14px;
    font-weight: normal;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

#SearchResult {
    width: 562px !important;
    max-width: 562px !important;
}

.search-partnerslist.search-authorize input[type="text"],
.search-partnerslist.search-partner input[type="text"] {
    width: 150px !important;
    padding: 10px;
    /* border-radius: 10px; */
}

.search-partnerslist .btn-seach-action {
    vertical-align: bottom;
}

.tab-content-body .ui-state-default .ui-icon,
.autocomplete-select-icon {
    background: 0 0 no-repeat url(/Images/parner-edit-arrow.png);
}

.ui-autocomplete-input[disabled] + .autocomplete-select-icon {
    display: none;
}

.tab-content-body .ui-menu .ui-menu-item {
    color: #000000;
    font-size: 13px;
}

.btn-restore {
    background: url(../Images/button-restore.png) no-repeat top left;
}

.btn-calendar {
    background: url(../Images/button-calendar.png) no-repeat top left;
}

.form-group #refreshPendings {
    margin-top: -4px;
}

.search-partnerslist .btn-restore {
    margin-left: 10px;
    vertical-align: middle;
}

.search-partnerslist .vertical-group .btn-restore {
    margin-left: 0;
}

#extented-child-search.search-partnerslist {
    width: 100%;
}

#extented-child-search input[type="text"] {
    width: 100%;
    height: 26px;
}

#extented-child-search .edit-checkbox > .is-local-project {
    margin-left: -5px;
}

#extented-child-search .form-group {
    height: 30px;
}

@media (min-width: 1650px) {
    .not-visible-xlg-block {
        display: none;
    }

    .visible-xlg-block {
        display: block;
    }

    .col-xlg-7-8 {
        width: 66.66666667%;
    }

    .col-xlg-12-8 {
        width: 66.66666667%;
    }

        .col-xlg-12-8.checkbox-wrapper {
            width: 27px;
        }

    .visible-xlg-block > label.checkbox-label {
        padding-left: 15%;
    }
}

@media (max-width: 1650px) {
    .visible-xlg-block {
        display: none;
    }

    .not-visible-xlg-block {
        display: block;
    }

    .col-xlg-7-8 {
        width: 58.33333333%;
    }

    .col-xlg-12-8 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .search-partnerslist.search-authorize > input[type="text"],
    .search-partnerslist.search-partner > input[type="text"],
    .search-partnerslist input[type="text"] {
        margin-left: 0;
        margin-top: 8px;
        width: 80% !important;
        max-width: 150px;
    }

    .search-partnerslist .ui-selectmenu-button,
    .tab-content-body .ui-selectmenu-button {
        top: 0;
    }

    .search-partnerslist .btn-search {
        margin-left: 3px;
        margin-bottom: 3px;
    }

    .search-partnerslist > .btn-add,
    .search-partnerslist > .btn-restore {
        margin-left: 3px;
    }

    .search-partnerslist > .btn-restore {
        margin-bottom: 2px;
    }

    .search-partnerslist > .btn-add {
        margin-top: 10px;
    }

    .form-search.search-partnerslist label {
        display: block;
        float: left;
        width: 100%;
    }

    .form-search.search-partnerslist label {
        margin-right: 2px;
    }

    .form-search.search-partnerslist span {
        display: none;
    }
}

.select-column {
    text-decoration: underline;
    cursor: pointer;
}

.select-partner-list,
.select-first-row,
.select-first-column,
.table-highlited-rownum .jqgrow .jqgrid-rownum,
.partnerSearch-ID-column,
.photo-link > a,
.open-auth-link {
    color: #005ff1 !important;
    cursor: pointer;
}

.select-partner-list,
.select-first-row,
.select-first-column,
.table-highlited-rownum .jqgrow .jqgrid-rownum {
    font-weight: normal !important;
}

.ui-state-highlight .select-partner-list,
.select-first-row,
.select-first-column,
.ui-state-highlight .table-highlited-rownum .jqgrow .jqgrid-rownum {
    font-weight: bold !important;
}

/*end partners list*/

/* start partners:payments */
.payments input.date {
    width: 120px;
}

/*end partners:payments*/

/*start partners*/
.nav-tabs-partner {
    border-bottom: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

    .nav-tabs-partner > li > a {
        color: #777777;
        border: none;
        border-radius: 0;
        margin-right: 0px;
        padding: 10px 15px;
    }

        .nav-tabs-partner > li > a:hover {
            text-decoration: underline;
            background-color: transparent;
        }

    .nav-tabs-partner > li.active > a,
    .nav-tabs-partner > li.active > a:focus,
    .nav-tabs-partner > li.active > a:hover {
        color: #000000;
        background-color: #e1e1e1;
        border: none;
        text-decoration: none;
        font-weight: bold;
    }

.nav.navbar-nav > li > a:hover {
    background-color: rgb(226, 226, 226);
}

.tab-content-partner {
    /* background-color: #ffffff; */
    /* padding: 1px 0 45px 0; */
    /* overflow-y: auto; */
    padding: 0;
    flex-grow: 1;
    /* display: flex; */
    overflow: auto;
    background-color: #f9f9f9;
    /* overflow-y: scroll; */
}
.tab-content-partner .control-label.label-gn {
    text-align: left
}

#partner-buttons {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

@media only screen and (max-width: 1559px) {
    #Status-button {
        width: 100% !important;
    }

    #partner-buttons {
        width:  100%;
    }
}

.tab-content.tab-content-partner {
    display: flex;
}

.tab-content-partner postal-routing {
    background-color: #e2e2e2;
    padding: 10px 0 45px 0;
}

.tab-content-header-partner {
    /* padding: 7px 15px; */
    /* border-bottom: 2px solid #ffffff; */
    /* background-color: #e2e2e2; */
    /* border-bottom: 1px solid #e2e2e2; */
    height: 39px;
}

    .tab-content-header-partner.orange {
        background-color: #FF8000;
    }

    .tab-content-header-partner.green {
        background-color: #00C000;
    }

    .tab-content-header-partner > h3 {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 1px;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #000000;
        width: auto;
    }

.tab-content-partner .tab-content-body {
    /* padding: 0px 18px 0 18px; */
    overflow-x: auto;
    overflow-y: auto;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .tab-content-partner .tab-content-partner-body {
        padding: 0;
    }
}

.tab-content-header-partner button {
    width: 34px;
    height: 34px;
    /* margin-right: 9px; */
    /* margin-top: -8px; */
    /* margin-left: 300px; */
    position: relative;
}

.tab-content-header-partner input[type="text"] {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
}

.tab-content-header-partner .partner-edit-gbutton {
    width: 255px;
    padding-top: 2px;
}

.tab-content-header-partner .partner-header-statets {
    width: 34px;
}

.tab-content-header-partner .partner-header-statets-overdue {
    width: 90px;
    color: red;
}

.tab-content-header-partner .partner-header-id {
    width: 120px;
}

.tab-content-header-partner .partner-header-name {
    width: auto;
}

.tab-content label {
    font-size: 14px;
}

.autocomplete-select-icon {
    position: absolute;
    top: 10px;
    right: 3px;
}

    .autocomplete-select-icon:hover {
        cursor: pointer;
    }

@media (max-width: 767px) {
    .tab-content-header-partner button {
        /* margin-top: 10px; */
        /* float: left !important; */
    }

        .tab-content-header-partner button:first-child,
        .tab-content-header-partner .col-xs-12 {
            margin-left: 0;
            padding-left: 0;
        }

    .nav-tabs-partner > li > a {
        padding: 5px 10px;
    }
}

/*end partners*/

/*start partners main*/
.tab-main {
    /* font-size: 12px; */
    color: #000000;
}

    .tab-main .editor-label {
        float: left;
        padding-top: 11px;
        margin-top: 10px;
        width: 50%;
    }

    .tab-main .editor-field {
        float: right;
        width: 54%;
        clear: right;
        /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    }

        .tab-main .editor-field > .relative,
        .tab-main .editor-field > input[type="text"],
        .tab-main .editor-field > input[type="datetime"],
        .tab-main .editor-field > select,
        .tab-main .editor-field > .ui-selectmenu-button {
            /* margin-top: 10px; */
            display: block;
            overflow: visible;
            /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
        }

span#TitlesOne-button {
}

.tab-main #partnerEdit .editor-field > .relative,
.tab-main #partnerEdit .editor-field > input[type="text"],
.tab-main #partnerEdit .editor-field > input[type="datetime"],
.tab-main #partnerEdit .editor-field > select,
.tab-main #partnerEdit .editor-field > .ui-selectmenu-button {
    /* margin-top: 3px; */
    overflow: visible;
}

input#StreetTwo {
}

.tab-main.container {
    padding-left: 5px;
    padding-right: 5px;
}

.tab-main .table-edit {
    margin-top: 0;
    padding-left: 0;
}

    .tab-main .table-edit.padding-grid {
        margin-left: 2%;
    }

    .modal .table-edit > h6,
    .tab-main .table-edit > h6 {
        font-weight: bold;
    }

.tab-main .main-control {
    padding-right: 5px;
}

.tab-main .main-grid {
    padding-left: 15px;
    /* padding-right: 20px; */
    padding-right: 0;
}

.tab-main .parent-search {
    width: 120px !important;
}

.tab-main .group-pledges-payment {
    /* background-color: #d2d2d2; */
    border-radius: 15px;
    width: 100%;
    /* padding: 5px 20px; */
    padding-right: 15px;
    position: relative;
    margin-top: 10px;
}

.tab-main .piedg {
    display: inline-block;
    padding: 0px 6px;
    background-color: #f1f1f1;
    text-align: center;
    /* border: 1px solid #9a9a9a; */
    /* width: 60px; */
    min-width: 20px;
    border-radius: 5px;
}

.tab-main .piedg-info-control {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 830px;
}

.tab-main .pledge-grid-button {
    min-width: 95px;
}

.tab-main #childrenCount,
.tab-main #projectsCount {
    /* width: 40px; */
}

.tab-main .piedg-spchildrenv {
    margin-left: 2px;
}

.tab-main .piedg-info label {
    /* margin-left: 8px; */
    font-weight: bold;
}

.tab-main .piedg-info .ui-selectmenu-button {
    margin-left: 8px;
    top: 9px;
}

.tab-main .piedg-type-card {
    width: 120px;
}

.tab-main .main-grid .ui-search-toolbar {
    display: none;
    height: 20px;
}

.emails-info > h6 {
    margin-top: 10px;
}

.ui-selectmenu-button {
    width: 100%;
}

#projectEditFrm span.ui-selectmenu-button {
    width: 100% !important;
}

@media (min-width: 1200px) and (max-width: 1620px) {
    .piedg-info-control {
        width: 600px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tab-main .piedg {
        float: right;
        margin-right: 28px;
        width: 70px;
        margin-top: 5px;
    }

    .tab-main .piedg-info label {
        margin-top: 15px;
    }

    .tab-main .partner-edit-authorized {
        margin-left: 0 !important;
    }

    .tab-main .parntner-edit-left-img {
        margin-right: 0 !important;
    }

    .tab-main .piedg-info .ui-selectmenu-button {
        width: 259px !important;
    }

    .piedg-info-control {
        width: 300px !important;
    }
}

.tab-main .grid-edit-half {
    width: 49%;
}

.tab-main .link-edit-partner {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
}

.edit-partner-dropdown .ui-menu .ui-menu-item {
    padding: 7px;
}

/*Buttons icons*/
.btn-add {
    background: 0 0 no-repeat url(/Images/button-add.png);
}

.btn-unlock {
    background: 0 0 no-repeat url(/Content/images/unlock.png);
    -ms-background-size: 34px 34px;
    background-size: 34px 34px;
}

.btn-lock {
    background: 0 0 no-repeat url(/Content/images/item-used.png);
    -ms-background-size: 34px 34px;
    background-size: 34px 34px;
}

.btn-pending-contacts {
    background: 0 0 no-repeat url(/Content/images/pending.png);
    -ms-background-size: 34px 34px;
    background-size: 34px 34px;
}

.btn-save {
    background: 0 0 no-repeat url(images/save.png);
}

.btn-lock-small {
    background: 0 0 no-repeat url(/Content/images/lock-small.png);
}

.btn-unlock-small {
    background: 0 0 no-repeat url(/Content/images/unlock-small.png);
}

.btn-numbered-items {
    background: 0 0 no-repeat url(/Content/images/numbered-items.png);
}

.btn-send-csm {
    background: 0 0 no-repeat url(images/save.png);
}

.btn-play-lg {
    background: 0 0 no-repeat url(images/Release.png);
    -ms-background-size: 34px 34px;
    background-size: 34px 34px;
}

.btn-play-md {
    background: 0 0 no-repeat url(images/release-m.png);
    -ms-background-size: 24px 24px;
    background-size: 24px 24px;
}

.btn-upload {
    background: 0 0 no-repeat url(images/upload.png);
}

.btn-copy-lg {
    background: 0 0 no-repeat url(/Content/images/copy.png);
}

.btn-add-lg {
    background: 0 0 no-repeat url(/Content/images/add-lg.png);
}

.btn-edit-lg {
    background: 0 0 no-repeat url(/Content/images/edit-lg.png);
}

.btn-delete-lg {
    background: 0 0 no-repeat url(/Content/images/delete-lg.png);
}

.btn-delete-all-lg {
    background: 0 0 no-repeat url(/Content/images/delete-all-lg.png);
}

.btn-print-lg {
    background: 0 0 no-repeat url(/Content/images/print-lg.png);
}

.btn-print-letter-lg {
    background: 0 0 no-repeat url(/Content/images/print-letter-lg.png);
}

.tab-main .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #F1f1f1;
}

.tab-main .form-group {
    margin-bottom: 0;
    margin-top: 3px;
}

    .tab-main .form-group > label {
        /* margin-top: 11px; */
        /* padding: 0; */
        padding-top: 4px;
    }

.tab-main #partnerEdit .form-group > label {
    /* margin-top: 4px; */
}

.tab-main .button-mergepartners, .copy-auth-buttons .button-mergepartners {
    background: 0 0 no-repeat url(/Images/edit-partner-merge-partner.png);
}

.tab-main .button-indToOrg {
    background: 0 0 no-repeat url(/Images/edit-partner-ind-org.png);
}

.tab-main .button-adress {
    background: 0 0 no-repeat url(/Images/edit-partner-adress.png);
}

.button-relationship {
    background: 0 0 no-repeat url(/Images/edit-partner-relationship.png);
}

.tab-main .button-add-parent {
    background: 0 0 no-repeat url(/Content/images/add-parent.png);
}

.tab-main .button-delete-parent {
    background: 0 0 no-repeat url(/Content/images/delete-medium.png);
}

.tab-main .btn-parntner-edit-gps {
    background: 0 0 no-repeat url(/Content/images/gps.png);
}

.tab-main .btn-parntner-edit-maps {
    background: 0 0 no-repeat url(/Content/images/maps.png);
}

.tab-main .btn-parntner-edit-copy-address {
    background: 0 0 no-repeat url(/Content/images/copy.png);
}

.tab-main .btn-parntner-edit-delete-photo {
    background: 0 0 no-repeat url(/Content/images/delete-medium.png);
}

.tab-main .btn-parntner-edit-upload-photo {
    background: 0 0 no-repeat url(/Content/images/upload.png);
}

.tab-main .btn-parntner-edit-authorized {
    background: 0 0 no-repeat url(/Content/images/authorized-info.png);
}

.tab-main .btn-parntner-edit-largest-payment {
    background: 0 0 no-repeat url(/Content/images/money.png);
}

.tab-pane span.disabled,
.tab-pane [readonly="readonly"],
.tab-pane .ui-selectmenu-disabled,
#paymentBatchForm .ui-selectmenu-disabled,
#frmEditContact .ui-selectmenu-disabled,
#frmOrderEdit .ui-selectmenu-disabled,
#frmPaymentDetails .ui-selectmenu-disabled,
#extented-child-search .ui-selectmenu-disabled,
input[type=checkbox]:disabled + input + label:before,
input[type=checkbox][readonly] + input + label:before,
textarea[disabled] {
    opacity: 1;
    background-color: #e1e1e1;
    /* cursor: not-allowed; */
}

    .tab-pane .ui-selectmenu-disabled > span.ui-icon,
    #paymentBatchForm .ui-selectmenu-disabled > span.ui-icon,
    #frmPaymentDetails .ui-selectmenu-disabled > span.ui-icon,
    #frmOrderEdit .ui-selectmenu-disabled > span.ui-icon,
    #frmEditContact .ui-selectmenu-disabled > span.ui-icon,
    #extented-child-search .ui-selectmenu-disabled > span.ui-icon {
        display: none;
    }

.tab-main .editor-field-status > button {
    /* float: left; */
    /* float: right; */
    /* margin-top: 4px; */
    margin-left: 4px;
}

.tab-main .edit-partner-padding-15 > input[type="text"],
.tab-main .edit-partner-padding-50 > input[type="text"],
.tab-main .edit-partner-padding-49 > input[type="text"],
.tab-main .edit-partner-padding-20 > input[type="text"],
.tab-main .edit-partner-padding-35 > input[type="text"],
.tab-main .edit-partner-padding-datepicker,
.tab-main .edit-partner-no-mail-effective-textbox > input[type="text"] {
    margin-left: 2%;
}

    .tab-main .edit-partner-padding-15 > input[type="text"]:first-child {
        margin-left: 0;
        width: 15% !important;
    }

    .tab-main .edit-partner-padding-50 > input[type="text"]:first-child {
        margin-left: 0;
        width: 50% !important;
    }

    .tab-main .edit-partner-padding-49 > input[type="text"]:first-child {
        margin-left: 0;
        width: 49% !important;
    }

    .tab-main .edit-partner-padding-20 > input[type="text"]:first-child {
        margin-left: 0;
        width: 20% !important;
    }

    .tab-main .edit-partner-padding-35 > input[type="text"]:first-child {
        margin-left: 0;
        width: 35% !important;
    }

.tab-main .edit-partners-title-dropdown {
    width: 2%;
    float: left;
    height: 32px;
}

.tab-main .edit-partner-type > label,
.tab-main .edit-partner-printed-laguage > label {
    font-size: 12px;
    width: 10px;
    float: left;
    width: 18%;
    /* margin-left: 2%; */
    margin-left: 7px;
    /* margin-top: 17px; */
    padding-top: 7px;
}

.tab-main #partnerEdit .edit-partner-type > label,
.tab-main #partnerEdit .edit-partner-printed-laguage > label {
    /* margin-top: 10px; */
}

.tab-main #partnerEdit .edit-partner-birth, .tab-main #partnerEdit .printed-language {
    display: inline;
    float: none;
}
.tab-main #partnerEdit .referenceID {
    width: 49%;
}

.tab-main #partnerEdit .edit-partner-age {
    width: 50%;
}

.tab-main .edit-partner-type > label {
    width: 19%;
    margin-left: 3%;
}

.tab-main .edit-partner-printed-laguage > label {
    margin-right: 1%;
}

.tab-main .individual {
    width: 27% !important;
    float: left;
}

.tab-main .edit-partner-language-img {
    float: left;
    width: 30px;
    margin-left: 2%;
    /* margin-top: 3px; */
    height: 24px;
}

.flag-icon {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4px 0;
}

.en-flag {
    background-image: url(/Content/Images/flags/gb.png);
}

.sp-flag {
    background-image: url(/Content/Images/flags/sp.png);
}

.ge-flag {
    background-image: url(/Content/Images/flags/ge.png);
}

.fr-flag {
    background-image: url(/Content/Images/flags/fr.png);
}

.it-flag {
    background-image: url(/Content/Images/flags/it.png);
}

.edit-partner-language-img.warning-flag {
    background-image: url(/Content/Images/warning.png);
    width: 10%;
    margin-right: 3%;
}

.tab-main .editor-field .bootstrap-datetimepicker-widget {
    margin-top: 17px;
}

.edit-checkbox-with-input {
    float: left;
    width: 24px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    height: 24px;
}

/*start customize checkbox*/
.edit-checkbox > input[type=checkbox] {
    display: none !important;
    opacity: 0 !important;
    margin: 0 !important;
    width: 0 !important;
}

    .edit-checkbox > input[type=checkbox]:checked + input + label:before {
        content: "\2713";
        font-size: 18px;
        color: #000000;
        text-align: center;
        line-height: 22px;
    }

.edit-checkbox > label {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #000000;
    height: 27px;
    font-weight: normal;
}

@media(min--moz-device-pixel-ratio:0) {
    button[disabled].tooltip-button + div.tooltip {
        /* Hide tooltip for Firefox */
        display: none !important;
    }
}

.edit-checkbox > label:before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #a4a4a4;
}

.pull-right.edit-checkbox {
    float: right;
}

    .pull-right.edit-checkbox > label {
        width: 27px;
    }

        .pull-right.edit-checkbox > label:before {
            right: 0;
        }

/*end customize checkbox*/

.tab-main .partner-edit-largest-payment {
    float: left;
    margin-top: 10px;
}

.tab-main .partner-edit-payment.payments-info > h6 {
    margin-top: 15px;
}

.tab-main .partner-edit-largest-payment .ui-selectmenu-button {
    top: 9px;
    margin-right: 10px;
    width: 151px !important;
}

.tab-main .partner-edit-largest-payment label {
    font-size: 12px;
    width: auto;
}

.tab-main .partner-edit-largest-payment input[type="text"] {
    font-size: 12px;
    margin-right: 3px;
    width: 110px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .partner-edit-largest-payment label:first-child {
        margin-bottom: 15px;
        margin-right: 69px;
    }

    .partner-edit-largest-payment input[type="text"] {
        margin-left: 10px;
    }

    .partner-edit-largest-payment {
        width: 350px !important;
    }
}

.tab-main .partner-edit-payment > h6 {
    float: left;
}

.tab-main .edit-partner-age {
    float: right;
}

    .tab-main .edit-partner-age > label,
    .tab-main .edit-partner-age > input[type="text"] {
        float: right;
    }

    .tab-main .edit-partner-age > label {
        margin-right: 5%;
        margin-top: 5px;
    }

.tab-main .partner-edit-emailcommon {
    margin-right: 5%;
    margin-top: 3px;
}

.tab-main #MaritalStatus-button,
.tab-main #TitlesTwo-button,
.tab-main #Role-button {
    margin-left: 2%;
}

.tab-main .edit-partner-no-mail,
.tab-main #IndividTaxID {
    float: right;
}

.tab-main .edit-partner-no-letters-label {
    float: right;
    margin-right: 2%;
    margin-top: 18px;
}

.tab-main .edit-partner-textarea {
    width: 100%;
    height: 150px;
    overflow: auto;
    margin-top: 3px;
    resize: none;
}

.tab-main .modal-body {
    border: none;
    padding-top: 0;
}

    .tab-main .modal-body .table-edit {
        float: none;
    }

.tab-main .edit-partners-error {
    text-align: center;
    font-size: 20px;
    color: #f00;
}

.tab-main .postal-routing {
    margin-top: 7px;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    display: inherit;
    /* float: right; */
    margin-left: 26%;
    /* right: 20px; */
    /* top: 0px; */
    opacity: 0.6;
}

.tab-main .parntner-edit-left-img {
    float: right;
    /* margin-top: 5px; */
    /* margin-right: 10px; */
    background-size: 24px;
    background-repeat: no-repeat;
}

.tab-main .edit-partner-user-photo {
    float: left;
    width: 40%;
    height: 150px;
    margin-top: 10px;
}

.tab-main .main-grid .table-edit .ui-jqgrid .loading {
    margin-top: 0;
}

#redirect-partners .ui-icon {
    background: 0 0 no-repeat url(/Content/Images/grid-toolbar-relationship.png);
}

.tab-main #OpenPledgeChild {
    background: 0 0 no-repeat url(/Content/Images/show-info-children.png);
}

#custom-add-ico .ui-icon {
    background: 0 0 no-repeat url(/Content/images/add-row-grid.png) !important;
}

#postalRouting,
#custom-edit-ico .ui-icon {
    background: 0 0 no-repeat url(/Content/images/edit-row-grid.png) !important;
}

#custom-delete-ico .ui-icon {
    background: 0 0 no-repeat url(/Content/images/delete-row-grid.png) !important;
}

#copyAuthList .ui-icon {
    background: 0 0 no-repeat url(/Content/images/copy-row-grid.png) !important;
}

#oneTimeAuthList .ui-icon {
    background: 0 0 no-repeat url(/Content/images/one-time-row-grid.png) !important;
}

.tab-main .ui-state-hover {
    padding: 0;
}

.tab-main .ui-jqgrid .ui-pager-control .ui-pager-table td {
    margin-top: 3px;
}

.tab-main #gbox_pledges-grid {
    margin-top: 10px;
}

.tab-main .partner-edit-authorized {
    margin-top: -2px;
    margin-left: 3px;
    margin-right: 0px;
    float: none;
}

.tab-main .partner-edit-largest-payment-btn {
    float: none;
    display: inline-block;
    margin-top: 0px;
}

.tab-main .ui-search-toolbar .ui-state-default.ui-th-ltr {
    /* border-bottom: 1px solid #f3f3f3 !important; */
    /* border-top: 1px solid #f3f3f3 !important; */
    border-left: 1px solid #c1c1c1 !important;
    border-right: 1px solid #c1c1c1 !important;
    background-color: #f3f3f3 !important;
    padding: 0 2px;
}

    .tab-main .ui-search-toolbar .ui-state-default.ui-th-ltr input[type="text"] {
        margin-right: 5px;
        width: 100%;
    }

.tab-main .table-edit > #phones-grid,
.tab-main .table-edit > #categories-grid,
.tab-main .table-edit > #payment-grid {
    height: 170px;
}

.tab-main .table-edit > #pledges-grid {
    height: 365px;
}

.filters-visible {
    display: table-row !important;
}

.modal .nomail-reason,
.tab-main {
    /* margin-top: 10px; */
}

.bootstrap-datetimepicker-widget {
    z-index: 9999999;
}

.modal .nomail-reason select {
    width: 300px;
    margin-top: 15px;
}

.modal .modal-nomail label {
    width: 75px;
    position: relative;
    top: -10px;
}

.modal .nomail-effective label {
    top: 0;
}

.modal .btn-modal-save {
    background: 0 0 no-repeat url(/Content/Images/save-medium.png);
    display: inline-block;
}

    .modal .btn-modal-save:active,
    .modal .btn-modal-save:focus,
    .modal .btn-modal-cancel:active,
    .modal .btn-modal-cancel:focus {
        border: none !important;
        background-color: transparent !important;
        outline: none !important;
    }

.modal .btn-modal-cancel {
    background: 0 0 no-repeat url(/Content/Images/delete-medium.png);
    margin-left: 4px;
    display: inline-block;
}

.cancel-all-mails .modal-dialog {
    width: 450px !important;
}

.datepicker-overflow-fix .modal-body {
    overflow: visible !important;
}

.modal .nomail-datepicker {
    padding: 7px 5px 7px 5px;
    width: 300px;
}

.modal .nomail-button {
    float: right;
    margin-top: 12px;
    margin-right: 19px;
}

#PrefferedDialog.ui-jqdialog {
    padding: 5px 8px !important;
}

#NoteText {
    resize: none;
    width: 98%;
    height: 120px;
}

#tr_NoteDate .DataTD span {
    font-weight: bold;
    padding-left: 5px;
}

#runReport .ui-icon-newwin {
    background: 0 0 no-repeat url(/Content/Images/phones-call.png);
}

#phones-call .ui-pg-div span.ui-icon {
    width: 16px;
}

.tab-main .partner-edit-interest-channel {
    margin: 0 auto;
    display: block;
}

.tab-main .grid-column-image {
    position: absolute;
}

.tab-main .partner-channel-check {
    background: 0 0 no-repeat url(/Content/Images/mail-include-btn.png);
    background-position: center center;
    width: 100%;
    height: 100%;
}

.tab-main .ui-state-highlight .partner-channel-check {
    background: 0 0 no-repeat url(/Content/Images/mail-include-white-btn.png);
    background-position: center center;
}

#editcntinterests-grid .lbjs {
    margin-left: 4px;
    margin-right: 1px;
    margin-top: 8px;
}

.partner-interest-radio {
    top: 3px !important;
    position: relative;
    width: 25px !important;
}

#tr_CountryEdit .CaptionTD label,
#tr_AreaEdit .CaptionTD label {
    width: 70px !important;
}

#phones-call {
    margin-right: 50px;
}

.tab-main #phones-grid-paggers_left {
    width: 100px !important;
}

.wrapper-partnerAddressWaitImg {
    position: relative;
}

#partnerAddressWaitImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -92px auto 0 auto;
}

/*end partners main*/

/*start partners contact*/
.partner-contact > .ui-selectmenu-button {
    width: 130px !important;
}

.partner-contact > label {
    top: -8px;
    position: relative;
}

.partner-contact > label {
    margin-left: 5px;
}

.partner-import-information a,
.partner-import-information span {
    text-transform: lowercase;
}

.partner-import-information a {
    text-transform: lowercase;
    text-decoration: underline;
    color: #fe7c1f;
}

.partner-contact-crud .partner-contact-information,
.partner-contact-crud .partner-contact-status {
    /* border-top: 1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
    padding-top: 7px;
    padding-bottom: 7px;
}

.partner-contact-crud .partner-contact-letters {
    padding-top: 5px;
}

.partner-contact-crud .partner-contact-status > .editor-field {
    text-align: center;
}

.partner-contact-crud .parent-contact-control-status {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 7px;
}

.partner-control-sms-button {
    border-top: 1px solid #e5e5e5;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 7px;
}

.partner-contact-crud h6,
.partner-contact-control label {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

#PartnerIdsSelected-button {
    display: none;
}

.partner-sms .modal-dialog {
    width: 725px !important;
}

.partner-contact-control.sms .editor-field {
    float: right;
    width: 539px;
}

.partner-contact-control.sms textarea,
.partner-contact-control.sms select {
    width: 539px;
}

.partner-contact-control label {
    margin-top: 5px;
    /* float: left; */
    /* padding-left: 10px; */
}

.partner-contact-control {
    margin-top: 5px;
    display: flex;
}

    .partner-contact-control input[type=text],
    .partner-contact-control input[type=datetime],
    .partner-contact-file input[type=text],
    .partner-contact-file input[type=datetime],
    .partner-contact-control textarea,
    .partner-contact-file [type=file],
    .upload-contact-file {
        width: 239px;
    }

    .partner-contact-control textarea {
        height: 225px;
        resize: none;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

#frmEditContact #Note {
    height: 536px;
}

.partner-contact-control .editor-field,
.partner-contact-control .ui-selectmenu-button,
.partner-contact-control input[type=datetime],
.partner-contact-control input[type=text] {
    /* float: left; */
    width: 100%;
    /* overflow: hidden; */
    flex-grow: 1;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

#frmEditContact .main-control h6,
#frmEditContact #saveContact {
    /* margin-top: -5px; */
}

@media (max-width: 1199px) {
    #frmEditContact .partner-contact-control .editor-field,
    #frmEditContact .partner-contact-control .ui-selectmenu-button,
    #frmEditContact .partner-contact-control input[type=datetime],
    #frmEditContact .partner-contact-control input[type=text] {
        float: right;
        width: 300px;
    }
}

.partner-contact-control .edit-checkbox > input[type=checkbox]:checked + input + label:before {
    font-size: 18px;
    line-height: 20px;
}

.partner-contact-control .editor-field-direction {
    /* border: 1px solid #9a9a9a; */
    width: 239px;
    float: right;
    padding-left: 7px;
}

.partner-contact-control .editor-field-direction {
    /* border: 1px solid #9a9a9a; */
    float: left;
    padding-left: 7px;
}

.partner-contact-crud .partner-contact-control-justify {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 12px;
}

.partner-contact-file {
    margin-top: 7px;
}

.save-contact-buttons {
    padding-top: 7px;
}

.partner-contact-file .edit-checkbox > label {
    margin-left: 410px;
    top: -20px;
}

.partner-contact-file .edit-checkbox > div {
    margin-top: -20px;
    float: right;
    width: 120px;
}

@media (max-width: 1199px) {
    .partner-contact-file .edit-checkbox > label {
        margin-left: 325px;
        top: -20px;
    }

    .partner-contact-file .edit-checkbox > div {
        margin-top: -20px;
        float: right;
        width: 100px;
    }
}

.partner-contact-file .edit-checkbox > label > span {
    display: block;
    padding-left: 44px;
    top: -8px;
    position: relative;
}

.partner-contact-letters .lbjs {
    height: 317px;
}

@media (max-width: 1199px) {
    .partner-contact-letters .lbjs {
        width: 424px;
        height: 340px;
    }
}

.partner-contact-letters #selectFile {
    margin-right: 10px;
}

.open-archive {
    background: 0 0 no-repeat url(/Content/Images/folder-img.png);
}

.edit-contact #sendEmail {
    background: 0 0 no-repeat url(/Content/Images/email.png);
}

.edit-contact #partnerSms {
    background: 0 0 no-repeat url(/Content/Images/sms.png);
}

.edit-contact #copyChild,
.btn-copyRow {
    background: 0 0 no-repeat url(/Content/Images/copy-ch.png);
}

.edit-contact #emailDonationReceipt {
    background: 0 0 no-repeat url(/Content/Images/donate.png);
}

.partner-contact-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .partner-contact-button > button {
        float: right;
        margin-right: 5px;
    }

.partner-contact-add,
.btn-add-md {
    background: 0 0 no-repeat url(/Content/Images/add.png);
}

.partner-contact-edit,
.btn-edit-md {
    background: 0 0 no-repeat url(/Content/Images/edit.png);
}

.partner-contact-delete {
    background: 0 0 no-repeat url(/Content/Images/delete.png);
}

.btn-refresh-md {
    background: 0 0 no-repeat url(/Content/Images/refresh.png);
}

.partner-contact-delete,
.partner-contact-add,
.open-archive {
    vertical-align: top;
}

.table-contacts {
    margin-top: 7px;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    -webkit-flex: 3 1 auto;
    flex: 2;
    -webkit-box-flex: 1.0;
    overflow: auto;
}

.test-environment {
    background: #FFDD00 url(/Content/Images/TestEnvIndicator.png) 0px 0px repeat-x;
    height: 16px;
}

.container-fluid.tab-contacts,
.container-fluid.payments {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    /* padding-bottom:10px; */
    flex-grow: 0;
    margin-left: 0;
    width: auto;
    overflow: visible;
}

@media (max-width: 991px) {
    .partner-contact > div > label {
        width: 150px;
    }

    .partner-contact-button {
        margin-top: -53px;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .relationship .modal-dialog {
        width: 1460px !important;
    }

    .profile-history .modal-dialog {
        width: 1100px !important;
    }
}

.table-template > .ui-jqgrid tr.jqgrow td {
    word-wrap: break-word;
    /* IE 5.5+ and CSS3 */
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
}

/*end partner contact*/

/*Main partner tab tax id error*/
#partnerView .error[for='IndividTaxID'] {
    width: 97%;
    text-align: right;
    padding-top: 0;
    font-size: 14px;
}

/*Main partner tab Reference ID error*/
#partnerView .error[for='IndividReference'] {
    width: 95%;
    text-align: right;
    padding-top: 0;
    font-size: 14px;
}

/*partner mail list*/
.mail-status {
    padding: 8px 10px;
}

.mail-include-sign {
    background: 0 0 no-repeat url(/Content/Images/mail-include-sign.png);
    background-position: center center;
    height: 14px;
    width: 14px;
}

.mail-include-btn {
    background: 0 0 no-repeat url(/Content/Images/mail-include-btn.png);
    background-position: center center;
}

.ui-state-highlight .mail-include-btn {
    background: 0 0 no-repeat url(/Content/Images/mail-include-white-btn.png);
    background-position: center center;
}

.mail-exclude-sign {
    background: 0 0 no-repeat url(/Content/Images/mail-exclude-sign.png);
    background-position: center center;
    height: 14px;
    width: 14px;
}

.ui-state-highlight .mail-exclude-btn {
    background: 0 0 no-repeat url(/Content/Images/mail-exclude-white-btn.png);
    background-position: center center;
}

.mail-exclude-btn {
    background: 0 0 no-repeat url(/Content/Images/mail-exclude-btn.png);
    background-position: center center;
}

.mail-neither-sign {
    background: 0 0 no-repeat url(/Content/Images/mail-neither-sign.png);
    background-position: center center;
    height: 14px;
    width: 14px;
}

.ui-state-highlight .mail-neither-btn {
    background: 0 0 no-repeat url(/Content/Images/mail-neither-white-btn.png);
    background-position: center center;
}

.mail-neither-btn {
    background: 0 0 no-repeat url(/Content/Images/mail-neither-btn.png);
    background-position: center center;
}

/*end partner mail list*/

/*partner additional info*/
#AdditionalInfo .edit-partner-textarea {
    width: 100%;
    height: 150px;
    overflow: auto;
    margin-top: 8px;
    resize: none;
}

#additionalInfoContainer {
    margin-left: 15px;
}

.english-address-container {
    max-width: 1000px;
}

.secondary-address-container, .qualifications-container {
    max-width: 750px;
}

.secondary-address-buttons-container {
    max-width: 250px;
}

/* end partner additional info*/

/*jqGrid*/
.ui-jqgrid .ui-jqgrid-btable.pointer-row {
    cursor: pointer;
}

.tree-minus,
.ui-icon-minus {
    background: 0 0 no-repeat url(/Content/Images/arrow-down.png);
    background-position: center center;
}

.tree-plus,
.ui-icon-plus {
    background: 0 0 no-repeat url(/Content/Images/arrow-right.png);
    background-position: center center;
}

/*in jqGrid*/
.ui-jqgrid-view .ui-icon-minus {
    margin-left: -6px;
}

.ui-jqgrid-view .ui-icon-plus {
    margin-left: -6px;
}

.ui-state-highlight .ui-icon-minus {
    background: 0 0 no-repeat url(/Content/Images/arrow-down-white.png);
    background-position: center center;
}

.folders-pane .ui-state-highlight .tree-plus,
.security-tree .ui-state-highlight .tree-plus,
.ui-state-highlight .ui-icon-plus {
    background: 0 0 no-repeat url(/Content/Images/arrow-right-white.png) !important;
    background-position: center center;
}

.table-org-chart .ui-state-highlight .ui-icon-plus,
.table-contacts .ui-state-highlight .ui-icon-plus {
    background: 0 0 no-repeat url(/Content/Images/add-row-grid-white.png) !important;
    background-position: center center;
}

.security-tree .ui-state-highlight .tree-minus,
.folders-pane .ui-state-highlight .tree-minus,
.table-org-chart .ui-state-highlight .tree-minus {
    background: 0 0 no-repeat url(/Content/Images/arrow-down-white.png);
    background-position: center center !important;
}

.ui-selectmenu-menu .ui-menu {
    max-height: 200px;
}

#confirmDialog > div {
    width: 500px;
}

#confirmDialog .close {
    display: none;
}

.label-inline {
    margin-top: 10px !important;
    margin-right: 10px;
}

#RemainingChars {
    width: 100px;
}

input[type="text"].editable-dropdown-input {
    border-right: 0;
    font-size: 12px;
    left: 0;
    width: 77%;
    z-index: 999;
    height: 26px;
    position: absolute;
}

#spinner {
    background-color: #333;
    -ms-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url(images/wait-lg.gif);
    background-position: center;
    background-repeat: no-repeat;
    /*background: 0 0 no-repeat url(/Images/button-search.png);*/
    display: none;
}

.wait-send-gps {
    margin-top: 12px;
    width: 24px;
    margin-left: 70px;
    position: absolute;
}

.wait-contact-print {
    margin-top: 12px;
    width: 24px;
}

.wait-letters-print {
    margin-top: 12px;
    width: 24px;
    float: right;
}

.wait-contacts-open-archive {
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.table-partnerslist .ui-jqgrid .sub-grid {
    left: -1px !important;
    /*border: none !important;*/
}

    .table-partnerslist .ui-jqgrid .sub-grid .ui-jqgrid-bdiv {
        overflow: hidden;
    }

.table-org-chart .ui-jqgrid tr.footrow > td {
    padding-left: 10px;
}

.edit-relationship .modal-dialog #EditFieldMessage .modal-dialog,
#EditChildNote .modal-dialog,
.edit-support-office .modal-dialog {
    width: 525px !important;
}

@media only screen and (min-width: 1000px) {
    .edit-relationship .modal-dialog {
        width: 30%;
    }
}

@media only screen and (max-width: 1000px) {
    .edit-relationship .modal-dialog {
        width: 75%;
    }
}

.edit-relationship .modal-body,
#EditFieldMessage .modal-body,
#EditChildNote .modal-body,
.edit-support-office .modal-body {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.wrapper-modal .control-label {
    text-align: left;
}

.wrapper-modal .ui-selectmenu-button {
    width: 100% !important;
}

.wrapper-modal textarea {
    font-size: 12px;
    padding: 4px 3px;
    width: 100%;
    height: 80px;
    resize: none;
}

.wrapper-modal .form-group {
    margin-top: 5px;
}

    .wrapper-modal .form-group > label {
        margin-top: 0;
    }

.wrapper-modal .btn-search-partner {
    background: 0 0 no-repeat url(/Content/Images/search-partner.png);
}

.wrapper-modal .partner-relationship {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    margin: 5px;
}

.wrapper-modal > form > label {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.partner-relationship-sharedmail label {
    width: 100%;
}

.wrapper-modal .wrraper-modal-save {
    margin-left: 5px;
    margin-right: 5px;
}

.wrraper-modal-content {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    margin: 5px;
}

.wrraper-modal-block {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    /* padding: 5px; */
    /* margin: 5px; */
}

.select-partner {
    z-index: 9999;
}

#lookupModalListContainer .lbjs {
    width: 100%;
    height: 300px;
}

.button-internal-hold {
    background: 0 0 no-repeat url(/Content/images/internal-hold.png);
}

.button-internal-hold-big {
    width: 34px;
    height: 34px;
    background-size: auto 100% !important;
    background: 0 0 no-repeat url(/Content/images/internal-hold@2x.png);
}

.button-picture-folder {
    background: 0 0 no-repeat url(/Content/images/picture-folder.png);
}

.button-drop-child {
    background: 0 0 no-repeat url(/Content/images/drop-child.png);
}

.button-transfer-child {
    background: 0 0 no-repeat url(/Content/images/transfer-child.png);
}

.button-reactivate-child {
    background: 0 0 no-repeat url(/Content/images/pledges/Reactivate-Child.png);
}

.button-replace {
    background: 0 0 no-repeat url(/Content/images/pledges/Replace.png);
}

.button-child-history {
    background: 0 0 no-repeat url(/Content/images/pledges/Child-History.png);
}

.button-edit-child {
    background: 0 0 no-repeat url(/Content/images/pledges/letters.png);
}

.button-select-child {
    background: 0 0 no-repeat url(/Content/images/pledges/Select-Child.png);
}

#ChildHistory .container-fluid,
#FieldMessages .container-fluid,
.edit-support-office .container-fluid {
    margin: 0;
}

#ChildHistory .tab-content-body,
#FieldMessages .tab-content-body {
    padding: 0;
    display: flex;
    flex-grow: 1;
}

.ui-autocomplete-loading {
    background: white url("/Content/images/wait.gif") right 25px center no-repeat;
}

.wait-stepwise {
    width: 24px;
    margin-left: 12px;
    position: absolute;
}

.mediagallery a {
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
    width: 150px;
    height: 100px;
    margin-top: 10px;
    margin-right: 12px;
    cursor: pointer;
    text-align: center;
}

    .mediagallery a img {
        max-width: 100%;
        max-height: 100%;
    }

    .mediagallery a p {
        position: absolute;
        bottom: -26px;
        width: 100%;
        color: #000000;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .mediagallery a p:hover {
            cursor: pointer;
            text-decoration: underline;
        }

.lg-backdrop.in {
    z-index: 1050;
}

.child-projectId-input {
    width: 85% !important;
}

.child-project-img {
    background: 0 0 no-repeat url(/Content/images/projects.png);
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
}

.project-projectId-input {
    width: 85% !important;
}

.project-projectId-icon {
    width: 15% !important;
}

.button-project-statistics {
    background: 0 0 no-repeat url(/Content/images/statistics.png);
    float: right;
    margin-top: 11px;
}

.button-open-partner {
    background: 0 0 no-repeat url(/Content/images/open-partner.png);
}

.button-open-pledge {
    background: 0 0 no-repeat url(/Content/images/pledge.png);
}

.child-sponsor > button {
    float: right;
}

.button-pledge-history {
    background: 0 0 no-repeat url(/Content/images/pledge.png);
    float: right;
    width: 24px;
    height: 24px;
}

.button-letters {
    background: 0 0 no-repeat url(/Content/images/email.png);
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

#SponsorId {
    width: 68%;
    display: inline-block;
}

.title-block {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.btn-updateChildPicture {
    width: 34px;
    height: 34px;
    background: 0 0 no-repeat url(/Content/images/updateChildPicture.png);
}

.edit-support-office .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.edit-support-office .form-group {
    margin-bottom: 15px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}

.tab-participiants .form-group,
.tab-participiants .form-group input[type="text"],
.payments-details .form-group,
.payments-details .form-group input[type="text"]:not(.editable-dropdown-input),
.payments-details .form-group .ui-selectmenu-button,
.payments-details .form-group textarea,
.modal-custom-content .ui-selectmenu-button,
.modal-custom-content textarea {
    width: 100%;
}

    #NewPledgeSelectTypeContent .ui-selectmenu-button,
    .tab-participiants .form-group .ui-selectmenu-button {
        width: 100% !important;
    }

.modal-custom-content textarea {
    resize: none;
}

.tab-participiants .form-group,
.tab-pledge .form-group {
    margin-top: 3px;
    margin-bottom: 3px;
}

.tab-participiants .wrraper-modal-block {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.tab-participiants h6 {
    font-size: 12px;
    font-weight: bold;
    /* margin-left: 10px; */
}

@media (min-width: 768px) {
    .tab-pledge .form-horizontal .control-label {
        padding-top: 4px;
    }
}

#formParticipant .form-checkbox + .error {
    margin-left: 20px;
    margin-top: 6px;
}

.payments-details .form-horizontal .control-label {
    text-align: left;
    font-size: 12px;
}

.payments-details .form-group textarea {
    height: 200px;
    resize: none;
}

.payments-details textarea.note {
    height: 50px;
}

.payments-details .form-group {
    margin-bottom: 6px;
}

.payments-details .table-partnerslist .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td,
.payments-details .table-partnerslist .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow th,
.payments-details .table-edit .ui-th-column,
.payments-details .ui-jqgrid .ui-jqgrid-htable th.ui-th-column,
.payments-details .table-edit .ui-th-column,
.payments-details .ui-jqgrid .ui-jqgrid-htable th.ui-th-column:hover {
    padding-top: 4px;
    padding-bottom: 4px;
}

.payments-details form label.error {
    font-size: 13px;
    line-height: 13px;
}

.payments-details input[type="text"],
.payments-details input[type="datetime"],
.payments-details input[type="password"],
.payments-details .ui-selectmenu-button span.ui-selectmenu-text,
.payments-details select {
    padding-top: 2px;
    padding-bottom: 2px;
}

.payments-details .edit-checkbox > label:before {
    width: 23px;
    height: 23px;
}

.payments-details #tablePaymentsPledges,
.payments-details #tableJqGridPayments,
.payments-details #tableJqGridContacts {
    min-height: 73px;
    border-top: 1px solid #f18e00;
    overflow: unset;
    /*border: 5px solid blue;*/
}

@media(min--moz-device-pixel-ratio:0) {
    .payments-details .table-responsive.resizeable-grid.table-partnerslist.hidden-scroll {
        /*        display: none;*/
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s ease-in;
    }

        .payments-details .table-responsive.resizeable-grid.table-partnerslist.hidden-scroll.resizable-grid-height {
            /*            display: block;*/
            visibility: visible;
            opacity: 1;
        }
}

.payments-details .table-payments {
    border-top: 1px solid #f18e00;
}

.payments-details .table-contacts {
    border-top: 1px solid #f18e00;
}


.resizable-grid-height {
    overflow: hidden;
}

    .resizable-grid-height .ui-resizable-handle {
        /*border: 5px solid red;*/
        display: none;
    }

    .resizable-grid-height .ui-resizable-e {
        /*border: 5px solid green;*/
        display: none;
    }

    .resizable-grid-height .ui-resizable-s {
        border-top: 4px dashed #e1e1e1;
        position: static;
        top: auto;
        background-color: #f9f9f9;
        left: auto;
        height: 10px;
        cursor: s-resize;
    }

#formNewPledgeSelectType label {
    margin-top: 3px;
}

#extendedSearch form {
    width: 400px;
    margin-bottom: 0;
}

#extendedSearch .autocomplete-select-icon {
    top: 11px;
    right: 5px;
}

.modal-custom-content.form-horizontal .control-label {
    text-align: left;
}

.grid-header {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-content-children {
    padding: 20px;
    flex: 1;
    display: flex;
}

#frmPaymentDetails .ui-selectmenu-button,
#paymentBatchForm .ui-selectmenu-button {
    width: 100% !important;
}

.modal .error-message {
    color: red;
    font-weight: bold;
    display: none;
}

.pedingInformation {
    background-color: #;
    height: auto;
    /* border-radius: 15px; */
    /* padding: 15px; */
    display: none;
    margin-top: 20px;
}

.pending-block .ui-selectmenu-button,
.pending-block textarea {
    width: 100% !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pending-block textarea {
    height: 300px;
    resize: none;
}

.pending-block .form-group,
.pending-block .form-group label {
    margin-bottom: 5px;
}

#refreshPendings .ui-icon-newwin {
    width: 15px;
    height: 15px;
    background: 0 0 no-repeat url(/Images/refresh.png);
}

#dateTimePickerContainer {
    position: relative;
}

/*tables maintance start*/
.table-maintance {
    padding-bottom: 20px;
}

.table-maintance-edit-table .row {
    margin-right: 0;
}

.table-maintance-edit-table-wrapper {
    overflow: hidden;
}

.edit-form {
    margin-top: 10px;
    font-size: 12px;
    color: #000000;
}

    .edit-form .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .edit-form .form-group {
        margin-bottom: 5px;
    }

    .edit-form .btn-delete-md {
        margin-left: 0;
        width: 34px;
        height: 34px;
    }

@media (min-width: 768px) {
    .numItems-buttons-container {
        margin-top: 70px;
        padding-left: 0;
    }
}

.wvlogo {
    width: 100%;
    margin-bottom: 20px;
}

.partner-contact-control .editor-field {
    /* overflow: hidden; */
}

@media (max-width: 768px) {
    .wvlogo {
        display: none;
    }

    body > .container-fluid {
        flex-direction: column;
    }

    .navbar-layout {
        max-width: none;
        /* height: 100px; */
        /* overflow: hidden; */
        flex-grow: 0;
    }

    .bottomFix {
        right: 0;
        top: 0;
        bottom: auto;
    }

        .bottomFix .navbar-nav {
            width: auto;
        }

    .navbar-nav {
        max-width: none;
    }

    .container-fluid > .navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar-layout ul > li {
        height: auto;
    }
}

.edit-form .row {
    margin-left: 0;
}

.edit-form .headers {
    font-weight: bold;
}

.numbered-items-item-label {
    position: relative;
    top: 11px;
}

.table-maintance a.btn {
    webkit-box-shadow: none;
    box-shadow: none;
}

#table-maintance-color-picker .jPicker td[class="Text"] input {
    height: 20px;
}

/*tables maintance end*/
#formLetters label {
    font-size: 12px;
    margin-bottom: 11px;
}

#formLetters button {
    margin-top: 10px;
    float: right;
}

    #formLetters button:first-child {
        margin-top: 0;
    }

@media (max-width: 991px) {
    #formLetters button:first-child {
        margin-top: 10px;
    }
}

#formLetters .lbjs {
    height: 350px;
}

.folder-img {
    background: 9px 4px no-repeat url(/Content/images/folder-img.png);
}

.report-img {
    background: 9px 4px no-repeat url(/Content/images/report-img.png);
}

#itemsListTable .over > td:nth-child(5) {
    font-weight: bolder;
}

#securityListGrid tr > td:nth-child(4),
#foldersListGrid tr > td:nth-child(2) {
    background-color: white;
    border-bottom: 1px solid rgb(201, 201, 201);
}

.security-icon {
    top: 3px;
    margin-right: 15px;
    margin-left: 10px;
}

.full-access {
    color: green;
}

.read-only {
    color: yellow;
}

.no-access {
    color: red;
}

/*start batch*/
#frmImportChildren .form-group,
#frmImportHorizon .form-group {
    border: 1px solid #c9c9c9;
}

#frmImportChildren > button {
    margin-left: 10px;
}

#frmImportChildren .form-group .ui-selectmenu-button,
#frmImportHorizon .form-group .ui-selectmenu-button {
    margin-top: 10px;
}

.btn-report {
    background: 0 0 no-repeat url(/Content/images/report-img.png);
}

.btn-report-lg {
    background: 0 0 no-repeat url(/Content/images/report-img-lg.png);
}

#frmPIHProjectImport label {
    margin-top: 5px;
}

.cancellation-letters,
.form-block {
    border-top: 1px solid #e5e5e5;
    padding-top: 17px;
}

/* extra space for calendar!!! otherwise it will create scroll on show! do not delete this line */
#frmCancelPledge .cancellation-letters {
    margin-top: 180px;
}
/* extra space for calendar!!! otherwise it will create scroll on show! do not delete this line */
#batchPaymentsProcAuth-form-id {
    margin-bottom: 60px;
}
/* extra space for calendar!!! otherwise it will create scroll on show! do not delete this line */
#batchPaymentsReceipts-form-id {
    margin-bottom: 30px;
}
/* extra space for calendar!!! otherwise it will create scroll on show! do not delete this line */
#frmEditFieldMessage {
    margin-bottom: 230px;
}

/*modal*/
.simma-modal label {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

/*end modal*/

#frmAdvanceReminders input[type="datetime"] {
    width: auto;
}

.tab-content-reminder {
    background-color: #e2e2e2;
    padding: 10px 15px 45px 15px;
}

    .tab-content-reminder label {
        font-size: 14px;
    }

/*end batch*/
div.site-version {
    /* float: right; */
    /* margin-right: 5px; */
}

#frmFindEventById,
#frmFindEventUtilities {
    width: 510px;
    padding: 15px 5px;
}

.btn-report-missed {
    background: 0 0 no-repeat url(/Content/images/report-missed.png);
}

.email-security.btn-group {
    position: absolute;
    margin-left: -5px;
}

.ui-state-highlight .btn-email-security,
.ui-state-hover .btn-email-security,
.btn-email-security {
    margin-top: -5px;
    width: 22px;
    height: 22px;
    padding: 0;
}

.btn-email-security {
    background: 3px 3px no-repeat url(/Content/images/email_security.png);
}

.ui-state-highlight .btn-email-security {
    background: 3px 3px no-repeat url(/Content/images/email_security_selected.png);
}

.partner-phone-number {
    background: 0 0 no-repeat url(/Content/Images/phones-call.png);
    display: block;
    width: 16px;
    height: 16px;
}

.ui-state-highlight .partner-phone-number {
    background: 0 0 no-repeat url(/Content/Images/phones-call-white.png);
}

.partner-phone-number.disabled {
    opacity: 0.35;
}

.partner-contact-linkother {
    color: #ffffff !important;
    font-weight: bold !important;
}

.file-drag {
    display: none !important;
}

.upload-contact-file {
    margin-right: 10px;
    display: inline-block;
}

p#BatchPaymentProcessCounter {
    padding-top: 20px;
}

.contact-noteRow-formatter {
    max-height: 20px;
    height: 20px;
}

.table-contacts .select-partner-list.restricted {
    cursor: default;
}

.pledge-pdt-ok {
    color: green;
    border: 1px solid green;
}

.control-error,
.pledge-pdt-overdue {
    color: red;
    border: 1px solid red;
}

.confirm-buttons {
    font-size: 0;
    letter-spacing: -1px;
}

    .confirm-buttons > button {
        font-size: 14px;
        letter-spacing: normal;
        margin-left: 5px;
    }

/*Start Address Template*/
#addressTemplateForm textarea {
    width: 100%;
    resize: none;
    height: 600px;
}

#addressTemplateForm .control {
    height: 570px;
}

/*End Address Template*/
#jobHistoryGridTable .ui-jqgrid-hdiv.ui-state-default.ui-corner-top {
    background-color: #e2e2e2;
}

#FrmGrid_phones-grid #Number.completed:focus {
    box-shadow: 0px 0px 2px 1px #41e035 !important;
}

.motivationColumn.col-md-10.p-r-none {
    width: calc(100% - 24px);
    padding-left: 7px;
    float: left;
}


.modal-content {
    height: 100%;
}

div.ui-jqgrid-view table.ui-jqgrid-btable {
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
}

    div.ui-jqgrid-view table.ui-jqgrid-btable td {
        border-left-style: none;
    }

div.ui-jqgrid-view table.ui-jqgrid-htable {
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
}

div.ui-jqgrid-view table.ui-jqgrid-btable th {
    border-left-style: none;
}

/*
#lui_payment-grid .ui-jqgrid > .ui-jqgrid-view, .ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-bdiv {
    overflow-x:hidden;
}
*/

#gview_payment-grid {
    overflow-x: hidden;
}

#gview_tablelookup .ui-jqgrid-hbox,
#gview_tablelookup .ui-jqgrid-htable,
#gview_tablelookup .ui-jqgrid-btable {
    width: 100% !important;
}

input[disabled] {
    cursor: not-allowed;
    background-color: #e0e0e0;
}

.ui-selectmenu-disabled {
    cursor: not-allowed;
    background-color: #e0e0e0;
}

.ui-selectmenu-button.ui-selectmenu-disabled span.ui-selectmenu-text {
    cursor: not-allowed;
    background-color: #e0e0e0;
}

#extented-child-search input[type='text'] {
    padding: 0;
}

.modal-body {
    height: 100%;
    min-height: 100%;
}

textarea {
    color: black;
}

#authListContainer {
    max-height: 600px;
}

.pledgePopup .tab-content.tab-content-partner {
    display: block;
}

#Recipient {
    height: 21px;
    top: 0px;
    width: 90%;
    box-shadow: none;
}

.mainRow {
    background-color: #ed720a !important;
}

.cancelAllMail {
    overflow: visible;
}

#button-secondary-address-delete {
    margin-left: 0;
    margin-top: 10px;
}

#secondary-address > #State-button,
#secondary-address > #Title-button,
#secondary-address > #TaxId {
    width: 100% !important;
}

#ProjectMediaTab > .container-fluid,
#ChildMediaTab > .container-fluid,
#projectmedia > .container-fluid,
#childmedia > .container-fluid {
    overflow-y: auto;
}

.modal-content {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.show-inactive-checkbox-label {
    margin-top: 5px;
}

.btn-add-range {
    background: 0 0 no-repeat url(/Content/Images/add-range.png);
}

#frmImportPcd {
    min-height: 100px;
}

#partnerTypesArea {
    overflow-x: hidden;
    min-height: 350px;
}

#securityListTable {
    min-height: 350px;
    height: 100%;
}

.container-flex {
    display: flex;
    align-items: stretch;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.disable-links {
    pointer-events: none;
}

.auth-search-margin {
    margin-left: 20px;
}

@media (max-width: 483px) {
    .auth-search-margin {
        margin-left: 0px;
    }
}

#partnerSearchView .search-partnerslist {
    display: inline;
}

#headerSearchPartner {
    background: 0 0 no-repeat url(/Images/button-search.png);
}

.close-button {
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
}

.Horizon-field-description {
    color: #D82;
}

.tab-content-header-partner .partner-header-statets-gray {
    color: darkgrey;
}

.tab-content-header-partner .partner-header-statets-blue {
    color: blue;
}

.tab-content-header-partner .partner-header-statets-transparent {
    color: transparent;
}

.progress-bar-simma {
    background-color: #f18e00;
}

.statistics-block {
    font-weight: bold;
}

.progress-bar-hidden {
    display: none;
}

#SchedulingConfigTabId {
    width: 50%;
}

#IntegrationDashboardTabId {
    width: 100%;
}

.configuration-description {
    font-size: 14px;
    padding: 4px 3px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#gview_paymentImportConfigurationGrid {
    height: 350px !important;
}

.radio-as-button {
    width: 90px;
    height: 35px;
    background: #FFFFFF;
    color: #000000;
    border: 2px solid #ED7D31;
    text-align: center;
}

    .radio-as-button:active,
    .radio-as-button.active {
        background: #ED7D31;
        color: #FFFFFF;
    }

    .radio-as-button:hover:not(:active):not(.active) {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

.horizon-type-legend {
    padding-left: 0 !important;
}

tr.disabled td {
    background-color: #DEE0DC !important;
}

.btn-cancel-scheduled-job {
    background: 0 0 no-repeat url(/Content/images/delete-row-grid.png);
    height: 15px;
    width: 15px;
}

    .btn-cancel-scheduled-job.disabled {
        opacity: 0.25;
    }

#partnerSearchView #addPartner {
    margin-top: 4px;
}

/* Import payments*/
#resultContainer .panel-title > a:after {
    float: left !important;
    content: "\2212";
    padding-right: 5px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#resultContainer .panel-title > a.collapsed:after {
    float: left !important;
    content: "\2b";
}

#resultContainer .panel-title > a:hover,
#resultContainer .panel-title > a:active,
#resultContainer .panel-title > a:focus {
    text-decoration: none;
}

.half-height {
    height: 50%;
}

.fullscreen-popup-header {
    float: left;
    padding-left: 15px;
}

/* End import payments*/

#paymentConfigurationView {
    overflow-y: auto;
}

.handicaps {
    width: 100%;
    height: 100px;
    resize:none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.bg-transparent {
    background-color: transparent !important;
}

.width-auto {
    width: auto !important;
}

.filter-row {
    display: flex;
}

.filter-row label {
    align-self: flex-end;
    margin-left: 10px;
    margin-right: 10px;
}

.srs-child-table, #gbox_srsGrid {
    height: calc(100% - 27px);
}

.srs-child-table td[role="gridcell"] a {
    text-decoration: underline;
}

.started-user-sponsorhip-codes {
    margin-bottom: 15px;
}

.started-user-import-choices {
    width: fit-content;
    margin: 15px auto;
}

#dropzone {
    background: #fff;
    width: 100%;
    line-height: 150px;
    text-align: center;
    font-weight: bold;
    border: 2px dashed #ccc;
    padding: 10px;
}

#dropzone img {
    width: 100%;
}

#EventChildrenList td[aria-describedby="EventChildrenList_PledgeCreated"] {
    text-align: center;
}

.event-chosen-info {
    background: 0 0 no-repeat url(/Content/images/statistics.png);
}

.fit-small-btn {
    width: calc(100% - 30px) !important;
}

.float-left {
    float: left;
}

.warning-tooltip + .tooltip .tooltip-inner {
    background-color: #fff200;
    color: black;
}

.warning-tooltip + .tooltip.top .tooltip-arrow {
    border-top-color: #fff200;
}

.warning-tooltip + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff200;
}

.warning-tooltip + .tooltip.right .tooltip-arrow {
    border-right-color: #fff200;
}

.warning-tooltip + .tooltip.left .tooltip-arrow {
    border-left-color: #fff200;
}

.error-tooltip + .tooltip .tooltip-inner {
    background-color: #eb2828;
}

.error-tooltip + .tooltip.top .tooltip-arrow {
    border-top-color: #eb2828;
}

.error-tooltip + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #eb2828;
}

.error-tooltip + .tooltip.right .tooltip-arrow {
    border-right-color: #eb2828;
}

.error-tooltip + .tooltip.left .tooltip-arrow {
    border-left-color: #eb2828;
}

.warning-tooltip.error-tooltip + .tooltip .tooltip-inner {
    color: white;
    background: repeating-linear-gradient(45deg, #eb2828, #eb2828 30px, #ff5e00 30px, #ff5e00 60px);
}

.pledge-child-photo-spinner {
    margin-top: -425px;
    margin-left: 50px;
    visibility: hidden;
}

.copy-auth-buttons {
    display: flex;
    justify-content: end;
}

.open-auth-link {
    white-space: nowrap;
}

.merge-btns {
    width: 45%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.merge-note {
    color: red;
    margin-top: 15px;
    margin-bottom: -10px;
}

.started-user-centered {
    width: fit-content;
    margin: 0 auto 15px;
}
/*
 * jQuery Dropdown: A simple dropdown plugin
 *
 * Contribute: https://github.com/claviska/jquery-dropdown
 *
 * @license: MIT license: http://opensource.org/licenses/MIT
 *
 */
.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none;
}
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: white;
  border: solid 1px #dddddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}
.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}
.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
}
.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #dddddd;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}
.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
}
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap;
}
.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #f2f2f2;
  color: inherit;
  cursor: pointer;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .partner-contact-add, .btn-add-md {
        background: 0 0 no-repeat url(/Content/Images/add@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .button-add-parent {
        background: 0 0 no-repeat url(/Content/images/add-parent@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .btn-parntner-edit-authorized {
        background: 0 0 no-repeat url(/Content/images/authorized-info@2x.png);
        background-size: 25px 25px;
    }

    .btn-open-batch-modal {
        background: 0 0 no-repeat url(/Content/Images/batch-open-modal@2x.png);
        background-size: 34px 34px;
    }

    .btn-add {
        background: 0 0 no-repeat url(/Images/button-add@2x.png);
        background-size: 34px 34px;
    }

    .btn-search-m {
        background: 0 0 no-repeat url(/Content/Images/button-search-m@2x.png);
        background-size: 25px 25px;
    }

    .button-child-history {
        background: 0 0 no-repeat url(/Content/images/pledges/Child-History@2x.png);
        background-size: 25px 25px;
    }

    .btn-children-gn {
        background: no-repeat url(/Content/images/children-gift-notification@2x.png);
        background-size: 25px 25px;
    }

    .btn-choose-rows {
        background: 0 0 no-repeat url(/Content/Images/choose-rows@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .btn-parntner-edit-copy-address {
        background: 0 0 no-repeat url(/Content/Images/copy-ch@2x.png);
        background-size: 25px 25px;
    }

    .edit-contact #copyChild,
    .btn-copyRow {
        background: 0 0 no-repeat url(/Content/Images/copy-ch@2x.png);
        background-size: 25px 25px;
    }

    .btn-data-export {
        background: 0 0 no-repeat url(/Content/Images/data-export@2x.png);
        background-size: 25px 25px;
    }

    .btn-data-import {
        background: 0 0 no-repeat url(/Content/Images/data-import@2x.png);
        background-size: 25px 25px;
    }

    .btn-delete-md {
        background: no-repeat url(/Content/images/delete@2x.png);
        background-size: 25px 25px;
    }

    .partner-contact-delete {
        background: 0 0 no-repeat url(/Content/Images/delete@2x.png);
        background-size: 25px 25px;
    }

    .btn-delete-all {
        background: no-repeat url(/Content/images/Delete-All@2x.png);
        background-size: 25px 25px;
    }

    .btn-delete-data {
        background: 0 0 no-repeat url(/Content/Images/delete-data@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .button-delete-parent {
        background: 0 0 no-repeat url(/Content/images/delete-medium@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .btn-parntner-edit-delete-photo {
        background: 0 0 no-repeat url(/Content/images/delete-medium@2x.png);
        background-size: 25px 25px;
    }

    .modal .btn-modal-cancel {
        background: 0 0 no-repeat url(/Content/Images/delete-medium@2x.png);
        background-size: 25px 25px;
    }

    .btn-donate {
        background: 0 0 no-repeat url(/Content/Images/donate@2x.png);
        background-size: 25px 25px;
    }

    .edit-contact #emailDonationReceipt {
        background: 0 0 no-repeat url(/Content/Images/donate@2x.png);
        background-size: 25px 25px;
    }

    .button-drop-child {
        background: 0 0 no-repeat url(/Content/images/drop-child@2x.png);
        background-size: 25px 25px;
    }

    .partner-contact-edit, .btn-edit-md {
        background: 0 0 no-repeat url(/Content/Images/edit@2x.png);
        background-size: 25px 25px;
    }

    .edit-contact #sendEmail {
        background: 0 0 no-repeat url(/Content/Images/email@2x.png);
        background-size: 25px 25px;
    }

    .button-letters {
        background: 0 0 no-repeat url(/Content/images/email@2x.png);
        background-size: 25px 25px;
    }

    .btn-filter {
        background: no-repeat url(/Content/images/filter@2x.png);
        background-size: 25px 25px;
    }

    .open-archive {
        background: 0 0 no-repeat url(/Content/Images/folder-img@2x.png);
        background-size: 25px 25px;
    }

    .btn-refresh-md {
        background: 0 0 no-repeat url(/Content/Images/refresh@2x.png);
        background-size: 25px 25px;
    }

    .folder-img {
        background: 9px 4px no-repeat url(/Content/images/folder-img@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .btn-parntner-edit-gps {
        background: 0 0 no-repeat url(/Content/images/gps@2x.png);
        background-size: 34px 34px;
    }

    .button-internal-hold {
        background: 0 0 no-repeat url(/Content/images/internal-hold@2x.png);
        background-size: 25px 25px;
    }

    .button-edit-child {
        background: 0 0 no-repeat url(/Content/images/pledges/letters@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .btn-parntner-edit-maps {
        background: 0 0 no-repeat url(/Content/images/maps@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .btn-parntner-edit-largest-payment {
        background: 0 0 no-repeat url(/Content/images/money@2x.png);
        background-size: 34px 34px;
    }

    .btn-negate-payment {
        background: no-repeat url(/Content/images/negate-payment@2x.png);
        background-size: 25px 25px;
    }

        .btn-negate-payment[disabled] {
            background: no-repeat url(/Content/images/negate-payment-h@2x.png);
            background-size: 25px 25px;
        }

    .btn-next {
        background: 0 0 no-repeat url(/Content/Images/next@2x.png);
        background-size: 25px 25px;
    }

    .btn-nosave {
        background: 0 0 no-repeat url(/Content/Images/nosave@2x.png);
        background-size: 25px 25px;
    }

    .btn-numbered-items {
        background: 0 0 no-repeat url(/Content/images/numbered-items@2x.png);
        background-size: 25px 25px;
    }

    .btn-ok {
        background: 0 0 no-repeat url(/Content/Images/ok@2x.png);
        background-size: 25px 25px;
    }

    .btn-open {
        background: 0 0 no-repeat url(/Content/Images/open@2x.png);
        background-size: 25px 25px;
    }

    .button-open-partner {
        background: 0 0 no-repeat url(/Content/images/open-partner@2x.png);
        background-size: 25px 25px;
    }

    .btn-payment-adjustment {
        background: no-repeat url(/Content/images/payment-adjustment@2x.png);
        background-size: 25px 25px;
    }

        .btn-payment-adjustment[disabled] {
            background: no-repeat url(/Content/images/payment-adjustment-not-active@2x.png);
            background-size: 25px 25px;
        }

    .btn-payment-allocations {
        background: no-repeat url(/Content/images/payment-allocations@2x.png);
        background-size: 25px 25px;
    }

    .btn-pending-contacts {
        background: 0 0 no-repeat url(/Content/images/pending@2x.png);
        background-size: 34px 34px;
    }

    .button-picture-folder {
        background: 0 0 no-repeat url(/Content/images/picture-folder@2x.png);
        background-size: 25px 25px;
    }

    .button-open-pledge {
        background: 0 0 no-repeat url(/Content/images/pledge@2x.png);
        background-size: 25px 25px;
    }

    .button-pledge-history {
        background: 0 0 no-repeat url(/Content/images/pledge@2x.png);
        background-size: 25px 25px;
    }

    .btn-preview-details {
        background: no-repeat url(/Content/images/preview-details@2x.png);
        background-size: 25px 25px;
    }

    .btn-preview-summary {
        background: no-repeat url(/Content/images/preview-summary@2x.png);
        background-size: 25px 25px;
    }

    .btn-print-m {
        background: 0 0 no-repeat url(/Content/Images/print@2x.png);
        background-size: 25px 25px;
    }

    .btn-print-list {
        background: no-repeat url(/Content/images/Print-List@2x.png);
        background-size: 25px 25px;
    }

    .btn-print-letter {
        background: no-repeat url(/Content/images/Print-Letter@2x.png);
        background-size: 25px 25px;
    }

        .btn-print-letter:hover {
            background: 0 0 no-repeat url(/Content/images/Print-Letter-h@2x.png);
            background-size: 25px 25px;
        }

    .child-project-img {
        background: 0 0 no-repeat url(/Content/images/projects@2x.png);
        background-size: 25px 25px;
    }

    .button-reactivate-child {
        background: 0 0 no-repeat url(/Content/images/pledges/Reactivate-Child@2x.png);
        background-size: 25px 25px;
    }

    .btn-play-lg {
        background: 0 0 no-repeat url(images/Release@2x.png);
        background-size: 34px 34px;
    }

    .btn-play-md {
        background: 0 0 no-repeat url(images/release-m@2x.png);
        background-size: 25px 25px;
    }

    .btn-replace-receipt {
        background: no-repeat url(/Content/images/pledges/Replace@2x.png);
        background-size: 25px 25px;
    }

    .button-replace {
        background: 0 0 no-repeat url(/Content/images/pledges/Replace@2x.png);
        background-size: 25px 25px;
    }

    .report-img {
        background: 9px 4px no-repeat url(/Content/images/report-img@2x.png);
        background-size: 25px 25px;
    }

    .btn-report {
        background: 0 0 no-repeat url(/Content/images/report-img@2x.png);
        background-size: 25px 25px;
    }

    .btn-report-missed {
        background: 0 0 no-repeat url(/Content/images/report-missed@2x.png);
        background-size: 25px 25px;
    }

    .btn-save {
        background: 0 0 no-repeat url(images/save@2x.png);
        background-size: 34px 34px;
    }

    .btn-send-csm {
        background: 0 0 no-repeat url(images/save@2x.png);
        background-size: 34px 34px;
    }

    .btn-save-m {
        background: 0 0 no-repeat url(/Content/Images/save-medium@2x.png);
        background-size: 25px 25px;
    }

    .modal .btn-modal-save {
        background: 0 0 no-repeat url(/Content/Images/save-medium@2x.png);
        background-size: 25px 25px;
    }

    .wrapper-modal .btn-search-partner {
        background: 0 0 no-repeat url(/Content/Images/search-partner@2x.png);
        background-size: 25px 25px;
    }

    .button-select-child {
        background: 0 0 no-repeat url(/Content/images/pledges/Select-Child@2x.png);
        background-size: 25px 25px;
    }

    .edit-contact #partnerSms {
        background: 0 0 no-repeat url(/Content/Images/sms@2x.png);
        background-size: 25px 25px;
    }

    .btn-split-payment {
        background: 0 0 no-repeat url(/Content/Images/split-payment@2x.png);
        background-size: 25px 25px;
    }

    .button-project-statistics {
        background: 0 0 no-repeat url(/Content/images/statistics@2x.png);
        background-size: 25px 25px;
    }

    .button-transfer-child {
        background: 0 0 no-repeat url(/Content/images/transfer-child@2x.png);
        background-size: 25px 25px;
    }

    .btn-unlock {
        background: 0 0 no-repeat url(/Content/images/unlock@2x.png);
        background-size: 34px 34px;
    }

    .btn-unlock-small {
        background: 0 0 no-repeat url(/Content/images/unlock-small@2x.png);
        background-size: 25px 25px;
    }

    .btn-lock {
        background: 0 0 no-repeat url(/Content/images/item-used@2x.png);
        background-size: 34px 34px;
    }

    .btn-lock-small {
        background: 0 0 no-repeat url(/Content/images/lock-small@2x.png);
        background-size: 25px 25px;
    }

    .btn-updateChildPicture {
        background: 0 0 no-repeat url(/Content/images/updateChildPicture@2x.png);
        background-size: 34px 34px;
    }

    .btn-upload {
        background: 0 0 no-repeat url(/Content/Images/upload@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .btn-parntner-edit-upload-photo {
        background: 0 0 no-repeat url(/Content/images/upload@2x.png);
        background-size: 25px 25px;
    }

    .btn-export {
        background: 0 0 no-repeat url(/Images/button-export@2x.png);
        background-size: 34px 34px;
    }

    .search-partnerslist .btn-search {
        background: 0 0 no-repeat url(/Images/button-search@2x.png);
        background-size: 34px 34px;
    }

    .tab-main .button-adress {
        background: 0 0 no-repeat url(/Images/edit-partner-adress@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .button-indToOrg {
        background: 0 0 no-repeat url(/Images/edit-partner-ind-org@2x.png);
        background-size: 25px 25px;
    }

    .tab-main .button-mergepartners {
        background: 0 0 no-repeat url(/Images/edit-partner-merge-partner@2x.png);
        background-size: 25px 25px;
    }

    .button-relationship {
        background: 0 0 no-repeat url(/Images/edit-partner-relationship@2x.png);
        background-size: 25px 25px;
    }

    .search-partnerslist .btn-add {
        background: url(../Images/partners-list-add@2x.png) no-repeat top left;
        background-size: 34px 34px;
    }

    .btn-restore {
        background: url(../Images/button-restore@2x.png) no-repeat top left;
        background-size: 34px 34px;
    }

    .btn-calendar {
        background: url(../Images/button-calendar@2x.png) no-repeat top left;
        background-size: 24px 24px;
    }

    .search-partnerslist .btn-restore {
        background: url(../Images/partners-list-restore@2x.png) no-repeat top left;
        background-size: 34px 34px;
    }

    .ui-icon-plus, #addPartnersRelationship .ui-icon-newwin, #addSupportOffice .ui-icon-newwin,
    #addReallocatedPayments .ui-icon-newwin, #addPaymentBatch .ui-icon-newwin, #addEvent .ui-icon-newwin, #addOrder .ui-icon-newwin,
    #addOrderItem .ui-icon-newwin, #addAuthList .ui-icon-newwin, #addFolder .ui-icon-newwin, #addReport .ui-icon-newwin,
    #addUser .ui-icon-newwin, #addParticipant .ui-icon-newwin,
    .ui-icon-plus, #addPartnersRelationship .ui-icon-newwin,
    #addSupportOffice .ui-icon-newwin,
    #addReallocatedPayments .ui-icon-newwin,
    #addPaymentBatch .ui-icon-newwin,
    #addEvent .ui-icon-newwin,
    #addOrder .ui-icon-newwin,
    #addOrderItem .ui-icon-newwin,
    #addAuthList .ui-icon-newwin,
    #addFolder .ui-icon-newwin,
    #addReport .ui-icon-newwin,
    #addUser .ui-icon-newwin,
    #addParticipant .ui-icon-newwin,
    #custom-add-ico .ui-icon,
    .tab-main .main-grid .partner-add-row {
        background: 0 0 no-repeat url(/Content/images/add-row-grid@2x.png) !important;
        background-size: 17px 17px !important;
    }

    #rangeOrderItem .ui-icon-newwin {
        background: 0 0 no-repeat url(/Content/images/add-row-grid-range@2x.png) !important;
        background-size: 17px 17px !important;
    }

    #copyAuthList .ui-icon {
        background: 0 0 no-repeat url(/Content/images/copy-row-grid@2x.png) !important;
        background-size: 17px 17px !important;
    }

    .ui-icon-trash, .ui-icon-closethick, .ui-dialog .ui-dialog-titlebar-close, #deletePartnersRelationship .ui-icon-newwin,
    #deleteSupportOffice .ui-icon-newwin,
    #deleteReallocatedPayments .ui-icon-newwin,
    #deleteOrder .ui-icon-newwin,
    #deleteOrderItem .ui-icon-newwin,
    #deleteAuthList .ui-icon-newwin,
    #deletePaymentBatch .ui-icon-newwin,
    #deleteFolder .ui-icon-newwin,
    #deleteReport .ui-icon-newwin,
    #deleteParticipant .ui-icon-newwin,
    #custom-delete-ico .ui-icon,
    .tab-main .main-grid .partner-delete-row {
        background: 0 0 no-repeat url(/Content/images/delete-row-grid@2x.png) !important;
        background-size: 17px 17px !important;
    }

    .ui-jqdialog .ui-icon-close, .ui-jqdialog .ui-icon-cancel,
    .ui-dialog .preffered-cancel {
        background: 0 0 no-repeat url(/Content/images/editable-cancel@2x.png) !important;
        background-size: 16px 16px !important;
    }

    .ui-jqdialog .ui-icon-disk, .ui-dialog .preffered-yes,
    .ui-dialog .preffered-yes, .ui-dialog .preffered-no {
        background: 0 0 no-repeat url(/Content/images/editable-save@2x.png) !important;
        background-size: 16px 16px !important;
    }

    .ui-icon-pencil, #editPartnersRelationship .ui-icon-newwin,
    #editSupportOffice .ui-icon-newwin,
    #editPaymentBatch .ui-icon-newwin,
    #editEvent .ui-icon-newwin,
    #editOrder .ui-icon-newwin,
    #editOrderItem .ui-icon-newwin,
    #editAuthList .ui-icon-newwin,
    #editFolder .ui-icon-newwin,
    #editReport .ui-icon-newwin,
    #editUser .ui-icon-newwin,
    #editParticipant .ui-icon-newwin,
    #postalRouting,
    #custom-edit-ico .ui-icon,
    .tab-main .main-grid .partner-edit-row {
        background: 0 0 no-repeat url(/Content/images/edit-row-grid@2x.png) !important;
        background-size: 17px 17px !important;
    }

    .btn-email-security {
        background: 3px 3px no-repeat url(/Content/images/email_security@2x.png);
        background-size: 16px 16px !important;
    }

    .ui-state-highlight .btn-email-security {
        background: 3px 3px no-repeat url(/Content/images/email_security_selected@2x.png);
        background-size: 16px 16px !important;
    }

    #redirect-partners .ui-icon {
        background: 0 0 no-repeat url(/Content/Images/grid-toolbar-relationship@2x.png);
        background-size: 17px 17px !important;
    }

    .ui-icon-row-prefix.locked-row, tr.ui-state-hover .ui-icon-row-prefix.locked-row {
        background: url(/Content/images/locked-row@2x.png) no-repeat right top !important;
        background-size: 11px 11px !important;
    }

    tr.ui-state-hover.ui-state-highlight .ui-icon-row-prefix.locked-row, .ui-state-highlight .ui-icon-row-prefix.locked-row {
        background: url(/Content/images/locked-row-hover@2x.png) no-repeat right top !important;
        background-size: 11px 11px !important;
    }

    #oneTimeAuthList .ui-icon {
        background: 0 0 no-repeat url(/Content/images/one-time-row-grid@2x.png) !important;
        background-size: 17px 17px !important;
    }

    #runReport .ui-icon-newwin,
    .partner-phone-number,
    .ui-state-highlight .partner-phone-number {
        background: 0 0 no-repeat url(/Content/Images/phones-call@2x.png) !important;
        background-size: 16px 16px !important;
    }

    #printOrderItem .ui-icon-newwin,
    #orderPackingSlip .ui-icon-newwin {
        background: 0 0 no-repeat url(/Content/images/print-row-grid@2x.png) !important;
        background-size: 14px 14px !important;
    }


    #refreshPendings .ui-icon-newwin,
    .table-edit .ui-icon-refresh,
    .table-partnerslist .ui-icon-refresh {
        width: 15px;
        height: 15px;
        background: 0 0 no-repeat url(/Images/refresh@2x.png);
        background-size: 15px 15px !important;
    }

    .tab-main #OpenPledgeChild .ui-icon {
        background: 0 0 no-repeat url(/Content/Images/show-info-children@2x.png);
        background-size: 17px 17px !important;
    }

    .btn-add-lg {
        background: 0 0 no-repeat url(/Content/images/add-lg@2x.png);
        background-size: 34px 34px;
    }

    .btn-edit-lg {
        background: 0 0 no-repeat url(/Content/images/edit-lg@2x.png);
        background-size: 34px 34px;
    }

    .btn-delete-lg {
        background: 0 0 no-repeat url(/Content/images/delete-lg@2x.png);
        background-size: 34px 34px;
    }

    .btn-delete-all-lg {
        background: 0 0 no-repeat url(/Content/images/delete-all-lg@2x.png);
        background-size: 34px 34px;
    }

    .btn-print-lg {
        background: 0 0 no-repeat url(/Content/images/print-lg@2x.png);
        background-size: 34px 34px;
    }

    .btn-print-letter-lg {
        background: 0 0 no-repeat url(/Content/images/print-letter-lg@2x.png);
        background-size: 34px 34px;
    }

    .btn-add-range {        
        background: 0 0 no-repeat url(/Content/images/add-range@2x.png);
        background-size: 25px 25px;
    }
}

/*!
 * 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,.fab,.fad,.fal,.far,.fas{-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:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-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}.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-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")}.fab,.far{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,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
