/* Minification failed. Returning unminified contents.
(3357,29): run-time error CSS1030: Expected identifier, found '.'
(3357,41): run-time error CSS1031: Expected selector, found ')'
(3357,41): run-time error CSS1025: Expected comma or open brace, found ')'
(3405,27): run-time error CSS1030: Expected identifier, found '.'
(3405,35): run-time error CSS1031: Expected selector, found ')'
(3405,35): run-time error CSS1025: Expected comma or open brace, found ')'
(5943,26): run-time error CSS1030: Expected identifier, found '.'
(5943,29): run-time error CSS1031: Expected selector, found ')'
(5943,29): run-time error CSS1025: Expected comma or open brace, found ')'
(8431,22): run-time error CSS1039: Token not allowed after unary operator: '-White'
(8807,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(8958,22): run-time error CSS1039: Token not allowed after unary operator: '-White'
(9034,22): run-time error CSS1039: Token not allowed after unary operator: '-White'
 */
body {
}



@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(/fonts/newFonts/Robotocondensed.woff2) format('woff2'), url(/fonts/newFonts/Robotocondensed.woff) format('woff'), url(/fonts/newFonts/Robotocondensed.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/fonts/newFonts/Robotocondensedbold.woff2) format('woff2'), url(/fonts/newFonts/Robotocondensedbold.woff) format('woff'), url(/fonts/newFonts/Robotocondensedbold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rubik';
    src: local('Rubik'), local('Rubik-Regular'), url(/fonts/newFonts/Rubik.woff2) format('woff2'), url(/fonts/newFonts/Rubik.woff) format('woff'), url(/fonts/newFonts/Rubik.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* rubik-500 - latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/newFonts/rubik-v7-latin-500.eot); /* IE9 Compat Modes */
    src: local('Rubik Bold'), local('Rubik-Bold'), url(/fonts/newFonts/rubik-v7-latin-500.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(/fonts/newFonts/rubik-v7-latin-500.woff) format('woff'), /* Modern Browsers */
    url(/fonts/newFonts/rubik-v7-latin-500.ttf) format('truetype'), /* Safari, Android, iOS */
    url(/fonts/newFonts/rubik-v7-latin-500.svg#Rubik) format('svg'); /* Legacy iOS */
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.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;
}

/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.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;
}

/*!
 * jQuery UI Datepicker 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.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;
}

/*!
 * jQuery UI Dialog 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.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;
}

/*!
 * jQuery UI Draggable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.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;
}

/*!
 * jQuery UI Progressbar 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.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;
}

/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.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;
}

/*!
 * jQuery UI Selectable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.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;
}

/*!
 * jQuery UI Sortable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.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;
}

/*!
 * jQuery UI Spinner 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.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;
}

/*!
 * jQuery UI Tabs 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.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;
}

/*!
 * jQuery UI Tooltip 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.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/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	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/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/Content/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/Content/themes/base/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/Content/themes/base/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/Content/themes/base/images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/Content/themes/base/images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/Content/themes/base/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Content/themes/base/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* 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/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*!
angular-xeditable - 0.1.8
Edit-in-place for angular.js
Build date: 2014-01-10 
*/

.editable-wrap{display:inline-block;white-space:nowrap;margin:0}.editable-wrap .editable-controls,.editable-wrap .editable-error{margin-bottom:0}.editable-wrap .editable-controls>input,.editable-wrap .editable-controls>select,.editable-wrap .editable-controls>textarea{margin-bottom:0}.editable-wrap .editable-input{display:inline-block}.editable-buttons{display:inline-block;vertical-align:top}.editable-buttons button{margin-left:5px}.editable-input.editable-has-buttons{width:auto}.editable-bstime .editable-input input[type=text]{width:46px}.editable-bstime .well-small{margin-bottom:0;padding:10px}.editable-range output{display:inline-block;min-width:30px;vertical-align:top;text-align:center}.editable-color input[type=color]{width:50px}.editable-checkbox label span,.editable-checklist label span,.editable-radiolist label span{margin-left:7px;margin-right:10px}.editable-hide{display:none!important}.editable-click,a.editable-click{text-decoration:none;color:#428bca;border-bottom:dashed 1px #428bca}.editable-click:hover,a.editable-click:hover{text-decoration:none;color:#2a6496;border-bottom-color:#2a6496}.editable-empty,.editable-empty:hover,.editable-empty:focus,a.editable-empty,a.editable-empty:hover,a.editable-empty:focus{font-style:italic;color:#D14;text-decoration:none}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 458px;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000000003; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 20px 0;
    padding: 0;
    line-height: 32px;
    display: block; }
  .sweet-alert p {
    /*color: #797979;*/
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-ms-clear {
      display: none; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1;
        left: 50%; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}

/**
 * FAMFAMFAM flag icons CSS.
 *
 * Examples:
 * <i class="famfamfam-flag-fr"> France</i>
 * <i class="famfamfam-flag-us"> United States</i>
 */

[class^="famfamfam-flag"] {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  /* vertical-align: text-top; */
  background-image: url(/Content/flags/famfamfam-flags.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.famfamfam-flag-zw { background-position: 0px 0px; width: 16px; height: 11px; }
.famfamfam-flag-zm { background-position: -16px 0px; width: 16px; height: 11px; }
.famfamfam-flag-za { background-position: 0px -11px; width: 16px; height: 11px; }
.famfamfam-flag-yt { background-position: -16px -11px; width: 16px; height: 11px; }
.famfamfam-flag-ye { background-position: -32px 0px; width: 16px; height: 11px; }
.famfamfam-flag-ws { background-position: -32px -11px; width: 16px; height: 11px; }
.famfamfam-flag-wf { background-position: 0px -22px; width: 16px; height: 11px; }
.famfamfam-flag-wales { background-position: -16px -22px; width: 16px; height: 11px; }
.famfamfam-flag-vu { background-position: -32px -22px; width: 16px; height: 11px; }
.famfamfam-flag-vn { background-position: 0px -33px; width: 16px; height: 11px; }
.famfamfam-flag-vi { background-position: -16px -33px; width: 16px; height: 11px; }
.famfamfam-flag-vg { background-position: -32px -33px; width: 16px; height: 11px; }
.famfamfam-flag-ve { background-position: -48px 0px; width: 16px; height: 11px; }
.famfamfam-flag-vc { background-position: -48px -11px; width: 16px; height: 11px; }
.famfamfam-flag-va { background-position: -48px -22px; width: 16px; height: 11px; }
.famfamfam-flag-uz { background-position: -48px -33px; width: 16px; height: 11px; }
.famfamfam-flag-uy { background-position: 0px -44px; width: 16px; height: 11px; }
.famfamfam-flag-us { background-position: -16px -44px; width: 16px; height: 11px; }
.famfamfam-flag-um { background-position: -16px -44px; width: 16px; height: 11px; }
.famfamfam-flag-ug { background-position: -32px -44px; width: 16px; height: 11px; }
.famfamfam-flag-ua { background-position: -48px -44px; width: 16px; height: 11px; }
.famfamfam-flag-tz { background-position: -64px 0px; width: 16px; height: 11px; }
.famfamfam-flag-tw { background-position: -64px -11px; width: 16px; height: 11px; }
.famfamfam-flag-tv { background-position: -64px -22px; width: 16px; height: 11px; }
.famfamfam-flag-tt { background-position: -64px -33px; width: 16px; height: 11px; }
.famfamfam-flag-tr { background-position: -64px -44px; width: 16px; height: 11px; }
.famfamfam-flag-to { background-position: 0px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tn { background-position: -16px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tm { background-position: -32px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tl { background-position: -48px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tk { background-position: -64px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tj { background-position: 0px -66px; width: 16px; height: 11px; }
.famfamfam-flag-th { background-position: -16px -66px; width: 16px; height: 11px; }
.famfamfam-flag-tg { background-position: -32px -66px; width: 16px; height: 11px; }
.famfamfam-flag-tf { background-position: -48px -66px; width: 16px; height: 11px; }
.famfamfam-flag-td { background-position: -64px -66px; width: 16px; height: 11px; }
.famfamfam-flag-tc { background-position: -80px 0px; width: 16px; height: 11px; }
.famfamfam-flag-sz { background-position: -80px -11px; width: 16px; height: 11px; }
.famfamfam-flag-sy { background-position: -80px -22px; width: 16px; height: 11px; }
.famfamfam-flag-sx { background-position: -80px -33px; width: 16px; height: 11px; }
.famfamfam-flag-sv { background-position: -80px -44px; width: 16px; height: 11px; }
.famfamfam-flag-st { background-position: -80px -55px; width: 16px; height: 11px; }
.famfamfam-flag-ss { background-position: -80px -66px; width: 16px; height: 11px; }
.famfamfam-flag-sr { background-position: 0px -77px; width: 16px; height: 11px; }
.famfamfam-flag-so { background-position: -16px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sn { background-position: -32px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sm { background-position: -48px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sl { background-position: -64px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sk { background-position: -80px -77px; width: 16px; height: 11px; }
.famfamfam-flag-si { background-position: -96px 0px; width: 16px; height: 11px; }
.famfamfam-flag-sh { background-position: -96px -11px; width: 16px; height: 11px; }
.famfamfam-flag-sg { background-position: -96px -22px; width: 16px; height: 11px; }
.famfamfam-flag-se { background-position: -96px -33px; width: 16px; height: 11px; }
.famfamfam-flag-sd { background-position: -96px -44px; width: 16px; height: 11px; }
.famfamfam-flag-scotland { background-position: -96px -55px; width: 16px; height: 11px; }
.famfamfam-flag-sc { background-position: -96px -66px; width: 16px; height: 11px; }
.famfamfam-flag-sb { background-position: -96px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sa { background-position: 0px -88px; width: 16px; height: 11px; }
.famfamfam-flag-rw { background-position: -16px -88px; width: 16px; height: 11px; }
.famfamfam-flag-ru { background-position: -32px -88px; width: 16px; height: 11px; }
.famfamfam-flag-rs { background-position: -48px -88px; width: 16px; height: 11px; }
.famfamfam-flag-ro { background-position: -64px -88px; width: 16px; height: 11px; }
.famfamfam-flag-qa { background-position: -80px -88px; width: 16px; height: 11px; }
.famfamfam-flag-py { background-position: -96px -88px; width: 16px; height: 11px; }
.famfamfam-flag-pw { background-position: 0px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pt { background-position: -16px -99px; width: 16px; height: 11px; }
.famfamfam-flag-ps { background-position: -32px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pr { background-position: -48px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pn { background-position: -64px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pm { background-position: -80px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pl { background-position: -96px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pk { background-position: -112px 0px; width: 16px; height: 11px; }
.famfamfam-flag-ph { background-position: -112px -11px; width: 16px; height: 11px; }
.famfamfam-flag-pg { background-position: -112px -22px; width: 16px; height: 11px; }
.famfamfam-flag-pf { background-position: -112px -33px; width: 16px; height: 11px; }
.famfamfam-flag-pe { background-position: -112px -44px; width: 16px; height: 11px; }
.famfamfam-flag-pa { background-position: -112px -55px; width: 16px; height: 11px; }
.famfamfam-flag-om { background-position: -112px -66px; width: 16px; height: 11px; }
.famfamfam-flag-nz { background-position: -112px -77px; width: 16px; height: 11px; }
.famfamfam-flag-nu { background-position: -112px -88px; width: 16px; height: 11px; }
.famfamfam-flag-nr { background-position: -112px -99px; width: 16px; height: 11px; }
.famfamfam-flag-no { background-position: 0px -110px; width: 16px; height: 11px; }
.famfamfam-flag-bv { background-position: 0px -110px; width: 16px; height: 11px; }
.famfamfam-flag-sj { background-position: 0px -110px; width: 16px; height: 11px; }
.famfamfam-flag-nl { background-position: -16px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ni { background-position: -32px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ng { background-position: -48px -110px; width: 16px; height: 11px; }
.famfamfam-flag-nf { background-position: -64px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ne { background-position: -80px -110px; width: 16px; height: 11px; }
.famfamfam-flag-nc { background-position: -96px -110px; width: 16px; height: 11px; }
.famfamfam-flag-na { background-position: -112px -110px; width: 16px; height: 11px; }
.famfamfam-flag-mz { background-position: -128px 0px; width: 16px; height: 11px; }
.famfamfam-flag-my { background-position: -128px -11px; width: 16px; height: 11px; }
.famfamfam-flag-mx { background-position: -128px -22px; width: 16px; height: 11px; }
.famfamfam-flag-mw { background-position: -128px -33px; width: 16px; height: 11px; }
.famfamfam-flag-mv { background-position: -128px -44px; width: 16px; height: 11px; }
.famfamfam-flag-mu { background-position: -128px -55px; width: 16px; height: 11px; }
.famfamfam-flag-mt { background-position: -128px -66px; width: 16px; height: 11px; }
.famfamfam-flag-ms { background-position: -128px -77px; width: 16px; height: 11px; }
.famfamfam-flag-mr { background-position: -128px -88px; width: 16px; height: 11px; }
.famfamfam-flag-mq { background-position: -128px -99px; width: 16px; height: 11px; }
.famfamfam-flag-mp { background-position: -128px -110px; width: 16px; height: 11px; }
.famfamfam-flag-mo { background-position: 0px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mn { background-position: -16px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mm { background-position: -32px -121px; width: 16px; height: 11px; }
.famfamfam-flag-ml { background-position: -48px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mk { background-position: -64px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mh { background-position: -80px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mg { background-position: -96px -121px; width: 16px; height: 11px; }
.famfamfam-flag-me { background-position: 0px -132px; width: 16px; height: 12px; }
.famfamfam-flag-md { background-position: -112px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mc { background-position: -128px -121px; width: 16px; height: 11px; }
.famfamfam-flag-ma { background-position: -16px -132px; width: 16px; height: 11px; }
.famfamfam-flag-ly { background-position: -32px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lv { background-position: -48px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lu { background-position: -64px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lt { background-position: -80px -132px; width: 16px; height: 11px; }
.famfamfam-flag-ls { background-position: -96px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lr { background-position: -112px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lk { background-position: -128px -132px; width: 16px; height: 11px; }
.famfamfam-flag-li { background-position: -144px 0px; width: 16px; height: 11px; }
.famfamfam-flag-lc { background-position: -144px -11px; width: 16px; height: 11px; }
.famfamfam-flag-lb { background-position: -144px -22px; width: 16px; height: 11px; }
.famfamfam-flag-la { background-position: -144px -33px; width: 16px; height: 11px; }
.famfamfam-flag-kz { background-position: -144px -44px; width: 16px; height: 11px; }
.famfamfam-flag-ky { background-position: -144px -55px; width: 16px; height: 11px; }
.famfamfam-flag-kw { background-position: -144px -66px; width: 16px; height: 11px; }
.famfamfam-flag-kr { background-position: -144px -77px; width: 16px; height: 11px; }
.famfamfam-flag-kp { background-position: -144px -88px; width: 16px; height: 11px; }
.famfamfam-flag-kn { background-position: -144px -99px; width: 16px; height: 11px; }
.famfamfam-flag-km { background-position: -144px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ki { background-position: -144px -121px; width: 16px; height: 11px; }
.famfamfam-flag-kh { background-position: -144px -132px; width: 16px; height: 11px; }
.famfamfam-flag-kg { background-position: 0px -144px; width: 16px; height: 11px; }
.famfamfam-flag-ke { background-position: -16px -144px; width: 16px; height: 11px; }
.famfamfam-flag-jp { background-position: -32px -144px; width: 16px; height: 11px; }
.famfamfam-flag-jo { background-position: -48px -144px; width: 16px; height: 11px; }
.famfamfam-flag-jm { background-position: -64px -144px; width: 16px; height: 11px; }
.famfamfam-flag-je { background-position: -80px -144px; width: 16px; height: 11px; }
.famfamfam-flag-it { background-position: -96px -144px; width: 16px; height: 11px; }
.famfamfam-flag-is { background-position: -112px -144px; width: 16px; height: 11px; }
.famfamfam-flag-ir { background-position: -128px -144px; width: 16px; height: 11px; }
.famfamfam-flag-iq { background-position: -144px -144px; width: 16px; height: 11px; }
.famfamfam-flag-io { background-position: -160px 0px; width: 16px; height: 11px; }
.famfamfam-flag-in { background-position: -160px -11px; width: 16px; height: 11px; }
.famfamfam-flag-im { background-position: -160px -22px; width: 16px; height: 9px; }
.famfamfam-flag-il { background-position: -160px -31px; width: 16px; height: 11px; }
.famfamfam-flag-ie { background-position: -160px -42px; width: 16px; height: 11px; }
.famfamfam-flag-id { background-position: -160px -53px; width: 16px; height: 11px; }
.famfamfam-flag-hu { background-position: -160px -64px; width: 16px; height: 11px; }
.famfamfam-flag-ht { background-position: -160px -75px; width: 16px; height: 11px; }
.famfamfam-flag-hr { background-position: -160px -86px; width: 16px; height: 11px; }
.famfamfam-flag-hn { background-position: -160px -97px; width: 16px; height: 11px; }
.famfamfam-flag-hk { background-position: -160px -108px; width: 16px; height: 11px; }
.famfamfam-flag-gy { background-position: -160px -119px; width: 16px; height: 11px; }
.famfamfam-flag-gw { background-position: -160px -130px; width: 16px; height: 11px; }
.famfamfam-flag-gu { background-position: -160px -141px; width: 16px; height: 11px; }
.famfamfam-flag-gt { background-position: 0px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gs { background-position: -16px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gr { background-position: -32px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gq { background-position: -48px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gp { background-position: -64px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gn { background-position: -80px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gm { background-position: -96px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gl { background-position: -112px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gi { background-position: -128px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gh { background-position: -144px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gg { background-position: -160px -155px; width: 16px; height: 11px; }
.famfamfam-flag-ge { background-position: -176px 0px; width: 16px; height: 11px; }
.famfamfam-flag-gd { background-position: -176px -11px; width: 16px; height: 11px; }
.famfamfam-flag-gb { background-position: -176px -22px; width: 16px; height: 11px; }
.famfamfam-flag-ga { background-position: -176px -33px; width: 16px; height: 11px; }
.famfamfam-flag-fr { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-gf { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-re { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-mf { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-bl { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-fo { background-position: -176px -55px; width: 16px; height: 11px; }
.famfamfam-flag-fm { background-position: -176px -66px; width: 16px; height: 11px; }
.famfamfam-flag-fk { background-position: -176px -77px; width: 16px; height: 11px; }
.famfamfam-flag-fj { background-position: -176px -88px; width: 16px; height: 11px; }
.famfamfam-flag-fi { background-position: -176px -99px; width: 16px; height: 11px; }
.famfamfam-flag-fam { background-position: -176px -110px; width: 16px; height: 11px; }
.famfamfam-flag-eu { background-position: -176px -121px; width: 16px; height: 11px; }
.famfamfam-flag-et { background-position: -176px -132px; width: 16px; height: 11px; }
.famfamfam-flag-es { background-position: -176px -143px; width: 16px; height: 11px; }
.famfamfam-flag-er { background-position: -176px -154px; width: 16px; height: 11px; }
.famfamfam-flag-england { background-position: 0px -166px; width: 16px; height: 11px; }
.famfamfam-flag-eh { background-position: -16px -166px; width: 16px; height: 11px; }
.famfamfam-flag-eg { background-position: -32px -166px; width: 16px; height: 11px; }
.famfamfam-flag-ee { background-position: -48px -166px; width: 16px; height: 11px; }
.famfamfam-flag-ec { background-position: -64px -166px; width: 16px; height: 11px; }
.famfamfam-flag-dz { background-position: -80px -166px; width: 16px; height: 11px; }
.famfamfam-flag-do { background-position: -96px -166px; width: 16px; height: 11px; }
.famfamfam-flag-dm { background-position: -112px -166px; width: 16px; height: 11px; }
.famfamfam-flag-dk { background-position: -128px -166px; width: 16px; height: 11px; }
.famfamfam-flag-dj { background-position: -144px -166px; width: 16px; height: 11px; }
.famfamfam-flag-de { background-position: -160px -166px; width: 16px; height: 11px; }
.famfamfam-flag-cz { background-position: -176px -166px; width: 16px; height: 11px; }
.famfamfam-flag-cy { background-position: 0px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cx { background-position: -16px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cw { background-position: -32px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cv { background-position: -48px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cu { background-position: -64px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cs { background-position: -80px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cr { background-position: -96px -177px; width: 16px; height: 11px; }
.famfamfam-flag-co { background-position: -112px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cn { background-position: -128px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cm { background-position: -144px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cl { background-position: -160px -177px; width: 16px; height: 11px; }
.famfamfam-flag-ck { background-position: -176px -177px; width: 16px; height: 11px; }
.famfamfam-flag-ci { background-position: -192px 0px; width: 16px; height: 11px; }
.famfamfam-flag-cg { background-position: -192px -11px; width: 16px; height: 11px; }
.famfamfam-flag-cf { background-position: -192px -22px; width: 16px; height: 11px; }
.famfamfam-flag-cd { background-position: -192px -33px; width: 16px; height: 11px; }
.famfamfam-flag-cc { background-position: -192px -44px; width: 16px; height: 11px; }
.famfamfam-flag-catalonia { background-position: -192px -55px; width: 16px; height: 11px; }
.famfamfam-flag-ca { background-position: -192px -66px; width: 16px; height: 11px; }
.famfamfam-flag-bz { background-position: -192px -77px; width: 16px; height: 11px; }
.famfamfam-flag-by { background-position: -192px -88px; width: 16px; height: 11px; }
.famfamfam-flag-bw { background-position: -192px -99px; width: 16px; height: 11px; }
.famfamfam-flag-bt { background-position: -192px -110px; width: 16px; height: 11px; }
.famfamfam-flag-bs { background-position: -192px -121px; width: 16px; height: 11px; }
.famfamfam-flag-br { background-position: -192px -132px; width: 16px; height: 11px; }
.famfamfam-flag-bq { background-position: -192px -143px; width: 16px; height: 11px; }
.famfamfam-flag-bo { background-position: -192px -154px; width: 16px; height: 11px; }
.famfamfam-flag-bn { background-position: -192px -165px; width: 16px; height: 11px; }
.famfamfam-flag-bm { background-position: -192px -176px; width: 16px; height: 11px; }
.famfamfam-flag-bj { background-position: 0px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bi { background-position: -16px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bh { background-position: -32px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bg { background-position: -48px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bf { background-position: -64px -188px; width: 16px; height: 11px; }
.famfamfam-flag-be { background-position: -80px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bd { background-position: -96px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bb { background-position: -112px -188px; width: 16px; height: 11px; }
.famfamfam-flag-ba { background-position: -128px -188px; width: 16px; height: 11px; }
.famfamfam-flag-az { background-position: -144px -188px; width: 16px; height: 11px; }
.famfamfam-flag-ax { background-position: -160px -188px; width: 16px; height: 11px; }
.famfamfam-flag-aw { background-position: -176px -188px; width: 16px; height: 11px; }
.famfamfam-flag-au { background-position: -192px -188px; width: 16px; height: 11px; }
.famfamfam-flag-hm { background-position: -192px -188px; width: 16px; height: 11px; }
.famfamfam-flag-at { background-position: -208px 0px; width: 16px; height: 11px; }
.famfamfam-flag-as { background-position: -208px -11px; width: 16px; height: 11px; }
.famfamfam-flag-ar { background-position: -208px -22px; width: 16px; height: 11px; }
.famfamfam-flag-ao { background-position: -208px -33px; width: 16px; height: 11px; }
.famfamfam-flag-an { background-position: -208px -44px; width: 16px; height: 11px; }
.famfamfam-flag-am { background-position: -208px -55px; width: 16px; height: 11px; }
.famfamfam-flag-al { background-position: -208px -66px; width: 16px; height: 11px; }
.famfamfam-flag-ai { background-position: -208px -77px; width: 16px; height: 11px; }
.famfamfam-flag-ag { background-position: -208px -88px; width: 16px; height: 11px; }
.famfamfam-flag-af { background-position: -208px -99px; width: 16px; height: 11px; }
.famfamfam-flag-ae { background-position: -208px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ad { background-position: -208px -121px; width: 16px; height: 11px; }
.famfamfam-flag-np { background-position: -208px -132px; width: 9px; height: 11px; }
.famfamfam-flag-ch { background-position: -208px -143px; width: 11px; height: 11px; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/fonts/fontawesome-webfont.eot?v=4.2.0);src:url(/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(/fonts/fontawesome-webfont.woff?v=4.2.0&display=swap) format('woff'),url(/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;font-display:swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ng-table th.sortable {
  cursor: pointer;
}
.ng-table th.sortable div {
  padding-right: 18px;
  position: relative;
}
.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}
.ng-table th.sortable div:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.sortable div:hover:after,
.ng-table th.sortable div:hover:before {
  opacity: 1;
  visibility: visible;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
 /* background-color: rgba(141, 192, 219, 0.25);*/
 /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
}
.ng-table th.sortable.sort-desc div:after,
.ng-table th.sortable.sort-asc div:after {
  margin-top: -2px;
}
.ng-table th.sortable.sort-desc div:before,
.ng-table th.sortable.sort-asc div:before {
  visibility: hidden;
}
.ng-table th.sortable.sort-asc div:after,
.ng-table th.sortable.sort-asc div:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.sortable.sort-desc div:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ng-table + .pagination {
  margin-top: 0;
}

td[sortable="'title'"] {
    max-width: 350px;
}

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .ng-table-responsive thead tr th {
    text-align: left;
  }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px;
  }
  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }
  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block;
  }
}

address {
    margin-bottom: 0px;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.help-inline {
    color: #ee5f5b;
}
.has-error .form-control, .has-error .form-control:focus {
    border-width: 3px;
}
.panel-body {
    margin-left: 5px;
}

.panel-body > .contract-link {
    line-height: 20px;
    color: #56864E;
    text-decoration: underline;
    letter-spacing: 0.28px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px;*/
}

.ng-table-rowselected tr.active {
    color: sandybrown;
}

.modal-backdrop.am-fade {
    opacity: .5;
    transition: opacity .15s linear;
}

    .modal-backdrop.am-fade.ng-enter {
        opacity: 0;
    }

        .modal-backdrop.am-fade.ng-enter.ng-enter-active {
            opacity: .5;
        }

.am-fade.aside-backdrop, .am-fade.modal-backdrop {
    background-color: rgba(0,0,0,.5);
}

.modal-backdrop.am-fade.ng-leave {
    opacity: .5;
}

    .modal-backdrop.am-fade.ng-leave.ng-leave-active {
        opacity: 0;
    }

div[editable-textarea] pre, div[textarea] pre {
    color: #cccccc;
    background-color: #3a3f44;
}

.editable-click {
    border-bottom: none;
}

.text-about {
    width: 100%;
    height: 500px;
    color: #cccccc;
    background-color: #272b2e;
    border: none;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 53px;
}

.upload-message {
    display: block;
    font-size: 12px;
}

.tender-title {
    display: block;
    max-width: 150px;
    overflow: hidden;
    text-overflow:ellipsis;
}
/*region util*/
.w100 {
    width: 100%;
}

.opacity1 {
    -ms-opacity: 1 !important;
    opacity: 1 !important;
}

.m-0-force {
    margin: 0 !important
}
.m-b0-force {
     margin-bottom: 0 !important;
}

.m-b20 {
     margin-bottom:20px;
}

/*endregion util*/

/*region Bootstrap override*/
.modal-open
{
    overflow: auto !important;
    padding-right: 0 !important;
}

.form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;    
}
/*endregion Bootstrap override*/

/*region animate*/
.animate-if.ng-enter, .animate-if.ng-leave {
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -ms-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
    -ms-opacity:0;
    opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
    -ms-opacity:1;
    opacity:1;
}
/*endregion animate*/

/*region favorite*/
.favorite {
    cursor: pointer;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    -ms-background-size: contain;
    background-size: contain;
}

.favorite i {
        -ms-opacity: 0;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
        -ms-background-size: contain;
        background-size: contain;
    }

.favorite i:hover {
    -ms-opacity: 1;
    opacity: 1;
}
/*endregion favorite*/

.fieldset-position {
    border: 1px solid #dddddd;
    padding: 0.6em 1.4em 1.4em 1.4em;
    margin: 0 0 5px 0;
    border-radius: 4px;
}

.favorite-block {
    border: 3px solid #ffdf88;
    border-radius: 7px;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: center;
    padding: 6px;
}

.header-block-form {
    border-bottom: 1px #8c8273 solid;
    color: #333;
}

.inline {
    display: inline;
}
.jsondiffpatch-delta {
  font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Courier, monospace;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 12px;
  display: inline-block;
}
.jsondiffpatch-delta pre {
  font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Courier, monospace;
  font-size: 12px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.jsondiffpatch-delta {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.jsondiffpatch-delta ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.jsondiffpatch-added .jsondiffpatch-property-name,
.jsondiffpatch-added .jsondiffpatch-value pre,
.jsondiffpatch-modified .jsondiffpatch-right-value pre,
.jsondiffpatch-textdiff-added {
  background: #bbffbb;
}
.jsondiffpatch-deleted .jsondiffpatch-property-name,
.jsondiffpatch-deleted pre,
.jsondiffpatch-modified .jsondiffpatch-left-value pre,
.jsondiffpatch-textdiff-deleted {
  background: #ffbbbb;
  text-decoration: line-through;
}
.jsondiffpatch-unchanged,
.jsondiffpatch-movedestination {
  color: gray;
}
.jsondiffpatch-unchanged,
.jsondiffpatch-movedestination > .jsondiffpatch-value {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow-y: hidden;
}
.jsondiffpatch-unchanged-showing .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-showing .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 100px;
}
.jsondiffpatch-unchanged-hidden .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 0;
}
.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value,
.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
  display: block;
}
.jsondiffpatch-unchanged-visible .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-visible .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 100px;
}
.jsondiffpatch-unchanged-hiding .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 0;
}
.jsondiffpatch-unchanged-showing .jsondiffpatch-arrow,
.jsondiffpatch-unchanged-hiding .jsondiffpatch-arrow {
  display: none;
}
.jsondiffpatch-value {
  display: inline-block;
}
.jsondiffpatch-property-name {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.jsondiffpatch-property-name:after {
  content: ': ';
}
.jsondiffpatch-child-node-type-array > .jsondiffpatch-property-name:after {
  content: ': [';
}
.jsondiffpatch-child-node-type-array:after {
  content: '],';
}
div.jsondiffpatch-child-node-type-array:before {
  content: '[';
}
div.jsondiffpatch-child-node-type-array:after {
  content: ']';
}
.jsondiffpatch-child-node-type-object > .jsondiffpatch-property-name:after {
  content: ': {';
}
.jsondiffpatch-child-node-type-object:after {
  content: '},';
}
div.jsondiffpatch-child-node-type-object:before {
  content: '{';
}
div.jsondiffpatch-child-node-type-object:after {
  content: '}';
}
.jsondiffpatch-value pre:after {
  content: ',';
}
li:last-child > .jsondiffpatch-value pre:after,
.jsondiffpatch-modified > .jsondiffpatch-left-value pre:after {
  content: '';
}
.jsondiffpatch-modified .jsondiffpatch-value {
  display: inline-block;
}
.jsondiffpatch-modified .jsondiffpatch-right-value {
  margin-left: 5px;
}
.jsondiffpatch-moved .jsondiffpatch-value {
  display: none;
}
.jsondiffpatch-moved .jsondiffpatch-moved-destination {
  display: inline-block;
  background: #ffffbb;
  color: #888;
}
.jsondiffpatch-moved .jsondiffpatch-moved-destination:before {
  content: ' => ';
}
ul.jsondiffpatch-textdiff {
  padding: 0;
}
.jsondiffpatch-textdiff-location {
  color: #bbb;
  display: inline-block;
  min-width: 60px;
}
.jsondiffpatch-textdiff-line {
  display: inline-block;
}
.jsondiffpatch-textdiff-line-number:after {
  content: ',';
}
.jsondiffpatch-error {
  background: red;
  color: white;
  font-weight: bold;
}

.bar-legend,.chart-legend,.doughnut-legend,.line-legend,.pie-legend,.polararea-legend,.radar-legend{list-style-type:none;margin-top:5px;text-align:center;-webkit-padding-start:0;-moz-padding-start:0;padding-left:0}.bar-legend li,.chart-legend li,.doughnut-legend li,.line-legend li,.pie-legend li,.polararea-legend li,.radar-legend li{display:inline-block;white-space:nowrap;position:relative;margin-bottom:4px;border-radius:5px;padding:2px 8px 2px 28px;font-size:smaller;cursor:default}.bar-legend li span,.chart-legend li span,.doughnut-legend li span,.line-legend li span,.pie-legend li span,.polararea-legend li span,.radar-legend li span{display:block;position:absolute;left:0;top:0;width:20px;height:20px;border-radius:5px}

@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url(/App/Main/images/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(/img/error.png) center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(/img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url(/img/error.svg)}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url(/img/play-pause.svg)}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(/img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(/img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(/img/video-play.svg)}
/*css formatter*/
/*https://www.cleancss.com/css-beautify/*/ 

body, html {
    min-width: 320px;
}

.btn {
    transition: all .3s ease;
}

.content {
    min-height: calc(100vh - 256px);
}

#createRegistryForm, #createLeaseRequestForm, #createLeaseActionForm {
    padding: 0 15px;
}

@media (max-width: 400px) {
    #createRegistryForm, #createLeaseRequestForm, #createLeaseActionForm {
        padding: 0;
    }
        #createRegistryForm .panel-body, #createLeaseRequestForm .panel-body, #createLeaseActionForm .panel-body {
            padding: 0 8px;
        }
}

#createRegistryForm .form-group, #createLeaseRequestForm .form-group, #createLeaseActionForm .form-group {
    padding: 0 15px;
}
/** vi = verification info */
.vi-checkbox-va-fix {
    line-height: 64px;    
}
.vi-checkbox-va-fix  label {
    vertical-align: middle;
    line-height: 16px;
}

#createRegistryForm h1, #createLeaseRequestForm h1, #createLeaseActionForm h1 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid black;
    width: 100%;
}

#createRegistryForm h3, #createLeaseRequestForm h3, #createLeaseActionForm h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

/*#createRegistryForm .fieldset-position {
    padding-left: 0.3rem;
    border: none;
}*/




.panel-forest-table.panel-tender-table > .table, .panel-forest-table > .table {
    margin-top: 0px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    
}
#modalBidDocuments .modal-dialog {
    /*min-width: 700px !important;*/
}

#auctionsTable > thead > tr > th {
    text-align: center!important;
}


@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left!important;
    }
}

@media (max-width: 768px) {
    .footer-row {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 630px) {
    .footer-row > div > button {
        text-wrap: initial;
    }
}


@media (min-width:768px) {
    #modalBidDocuments .modal-dialog {
        min-width: 700px !important;
    }
}
    .top-carousel-container {
        position: absolute;
        width: calc(100% - 120px);
        height: 124px;
        top: 0;
        left: 0;
    }

    .home-table-container {
        margin-top: 124px;
    }

    .table tr.selected {
        background-color: #26b99a29 !important;
    }

    .auction-carousel {
        position: absolute;
        width: 100%;
        height: 120px;
        z-index: 91;
    }

    .auction-carousel-container {
        width: 100%;
        height: 120px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: 58px;
        transform: translateX(-50%);
        top: 0;
    }

    .auction-carousel-container > ul {
        transition: 0.3s ease all;
    }

    .auction-carousel .arrow {
        display: block;
        width: 29px;
        height: 52px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        opacity: 0.7;
        cursor: pointer;
        top: 50%;
        margin-top: -26px;
        z-index: 9000;
    }

        .auction-carousel .arrow:hover {
            opacity: 1;
        }

    .auction-carousel .arrow-left {
        background-image: url(/Content/images/carousel-arrow-left.png);
        left: 20px;
    }

    .auction-carousel .arrow-right {
        background-image: url(/Content/images/carousel-arrow-right.png);
        right: -96px;
    }

    .faq-title:before {
        content: '+';
    }

    .question-container:has(.collapse.in) > .faq-title:before {
        content: '-';
    }

.contact-custom-mobile {
    float: right;
    text-align: right;
    margin-top: 21px;
    padding-right: 8px;
    font-size: 1.6rem;
}
    @media (min-width: 970px) {
        .contact-custom-mobile {
            display: none !important;
        } 
    }
    
    .auction-carousel ul {
        list-style: none;
        width: auto;
        display: block;
        height: 120px;
        top: 10px;
        position: absolute;
        margin: 0;
        padding: 0;
    }
    @media(max-width: 970px) {
        .auction-carousel ul {
            top: 10px;
        }
    }
    @media(max-width: 1482px) {
        .auction-carousel ul {
            top: 15px;
        }
    }

    .auction-carousel li {
        text-align: center;
        padding: 8px 2px;
        width: 120px;
        height: 112px;
        margin: 0 10px;
        margin-bottom: 5px;
        float: left;
    }

    .auction-carousel:has(.iphone8) span {
        font-size: 12px !important;
    }

    .iphone8 {
        width: 84px !important;
        margin: 0 !important;
        margin-bottom: 5px !important;
        padding: 9px 1px !important;
        list-style: none !important;
    }

    .auction-carousel span {
        font-family: 'Roboto Condensed',sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
        white-space: pre-line;
        color: #666;
        line-height: normal;
    }

    .auction-carousel li .category-img {
        opacity: 0.3;
        filter: alpha(Opacity=30);
        width: 50px;
    }


    .auction-carousel li:hover span, .auction-carousel li.activeAuction span {
        /*border-bottom: 2px solid #ef4036;*/
        cursor: pointer;
        margin-bottom: 0px;
        color: #fff;
    }


    .auction-carousel li:hover, .auction-carousel li.activeAuction {
        /*background-color: #f8f8f8;*/
        cursor: pointer;
        background-image: none;
        border-radius: 3px;
        background-image: -webkit-linear-gradient(0deg,#48b168 0%,#38ce66 100%);
        box-shadow: 0 10px 20px 0 rgba(29,29,29,.15);
    }

    .auction-carousel li a {
        text-decoration: none
    }

    .auction-carousel li:hover + li {
        /*background-image: none;*/
    }

    .auction-carousel li:hover .category-img, .auction-carousel li.activeAuction .category-img {
        opacity: 1;
        filter: alpha(Opacity=100);
    }

    ul.ulAuction {
        list-style: none;
        padding: 2px 0px 10px 0;
        width: 100%;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        float: left;
        align-items: flex-start;
        margin-bottom: 15px;
        justify-content: space-between;
        border-bottom: 1px solid #ebedef;
    }

        ul.ulAuction li {
            /*float: left;*/
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 9px 18px;
            /*padding-bottom: 2px;*/
            /*margin-bottom: 2px;*/
            /*width: 100px;
        height: 100px;*/
            width: 124px;
            height: 110px;
            /*padding-top: 10px;
        padding-bottom: 10px;*/
            margin: 0 10px;
            margin-bottom: 5px;
        }

        ul.ulAuction span {
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 15px;
            white-space: pre-line;
            /*font-weight: normal;*/
            color: #666;
            line-height: normal;
            /*border-bottom: 2px solid transparent;*/
        }


        ul.ulAuction li .category-img {
            opacity: 0.3;
            filter: alpha(Opacity=30);
            /*margin-bottom: 7px;*/
            /*transition: 0.5s;*/
            width: 50px;
        }

        ul.ulAuction li:hover span, ul.ulAuction li.activeAuction span {
            /*border-bottom: 2px solid #ef4036;*/
            cursor: pointer;
            margin-bottom: 0px;
            color: #fff;
        }


        ul.ulAuction li:hover, ul.ulAuction li.activeAuction {
            /*background-color: #f8f8f8;*/
            cursor: pointer;
            background-image: none;
            border-radius: 3px;
            background-image: -webkit-linear-gradient(0deg,#48b168 0%,#38ce66 100%);
            box-shadow: 0 10px 20px 0 rgba(29,29,29,.15);
        }

        ul.ulAuction li a {
            text-decoration: none
        }

        ul.ulAuction li:hover +
        ul.ulAuction li:hover .category-img, ul.ulAuction li.activeAuction .category-img {
            opacity: 1;
            filter: alpha(Opacity=100);
        }

    .menuAuction {
        width: 100%;
        height: 100px;
    }


    .go_back_div {
        height: 25px;
        float: left;
        width: 210px;
        margin-top: -3px;
    }



    .bb2 {
        MARGIN-LEFT: 15PX;
        MARGIN-TOP: 17PX;
        margin-right: 15px;
    }

        .bb2 a {
            color: #157ab5;
        }

            .bb2 a:hover {
                text-decoration: none;
                cursor: pointer;
                color: #666;
            }

    .tenderDetailes .text-success {
        color: #468847;
        font-weight: bold;
    }

    .btn-cr {
        float: right !important;
        margin-top: -22px !important;
        padding: 1px 15px !important;
    }

    .PlatformLegal {
        background-color: #ff5555;
    }

        .PlatformLegal a {
            color: #fff !important;
        }

    .PlatformLegal {
        background-color: #a6afbe;
        color: white;
        border: 1px solid #8f9399;
        border-radius: 8px;
    }

        .PlatformLegal a {
            color: #fff !important;
        }

            .PlatformLegal a:hover {
                color: #fff !important;
            }


ul.ulAuction li:hover .xs_all, ul.ulAuction li.activeAuction .xs_all,
ul.ulAuction li:hover .xs_car, ul.ulAuction li.activeAuction .xs_car,
ul.ulAuction li:hover .xs_estateproperty, ul.ulAuction li.activeAuction .xs_estateproperty,
ul.ulAuction li:hover .xs_factory, ul.ulAuction li.activeAuction .xs_factory,
ul.ulAuction li:hover .xs_furniture, ul.ulAuction li.activeAuction .xs_furniture,
ul.ulAuction li:hover .xs_money, ul.ulAuction li.activeAuction .xs_money,
ul.ulAuction li:hover .xs_property, ul.ulAuction li.activeAuction .xs_property,
ul.ulAuction li:hover .xs_flat, ul.ulAuction li.activeAuction .xs_flat,
ul.ulAuction li:hover .xs_territory, ul.ulAuction li.activeAuction .xs_territory,
ul.ulAuction li:hover .xs_wood, ul.ulAuction li.activeAuction .xs_wood,
ul.ulAuction li:hover .xs_lpl, ul.ulAuction li.activeAuction .xs_lpl,
ul.ulAuction li:hover .xs_bankRuptcy, ul.ulAuction li.activeAuction .xs_bankRuptcy,
ul.ulAuction li:hover .xs_bankCredit, ul.ulAuction li.activeAuction .xs_bankCredit,
ul.ulAuction li:hover .xs_amber, ul.ulAuction li.activeAuction .xs_amber,
ul.ulAuction li:hover .xs_dgf, ul.ulAuction li.activeAuction .xs_dgf,
ul.ulAuction li:hover .xs_fish, ul.ulAuction li.activeAuction .xs_fish,
ul.ulAuction li:hover .xs_other, ul.ulAuction li.activeAuction .xs_other,
ul.ulAuction li:hover .xs_other1, ul.ulAuction li.activeAuction .xs_other1,
ul.ulAuction li:hover .xs_other2, ul.ulAuction li.activeAuction .xs_other2,
ul.ulAuction li:hover .xs_other3, ul.ulAuction li.activeAuction .xs_other3,
ul.ulAuction li:hover .xs_other4, ul.ulAuction li.activeAuction .xs_other4,
ul.ulAuction li:hover .xs_other5, ul.ulAuction li.activeAuction .xs_other5,
ul.ulAuction li:hover .xs_other6, ul.ulAuction li.activeAuction .xs_other6,
ul.ulAuction li:hover .xs_other7, ul.ulAuction li.activeAuction .xs_other7,
ul.ulAuction li:hover .xs_other8, ul.ulAuction li.activeAuction .xs_other8,
ul.ulAuction li:hover .xs_other9, ul.ulAuction li.activeAuction .xs_other9,
ul.ulAuction li:hover .xs_other10, ul.ulAuction li.activeAuction .xs_other10,
ul.ulAuction li:hover .xs_other11, ul.ulAuction li.activeAuction .xs_other11,
ul.ulAuction li:hover .xs_other12, ul.ulAuction li.activeAuction .xs_other12,
ul.ulAuction li:hover .xs_other13, ul.ulAuction li.activeAuction .xs_other13 {
    background: url(/Content/images/category_white.png) no-repeat;
}

    ul.ulAuction li:hover .xs_all, ul.ulAuction li.activeAuction .xs_all {
        background-position: -0px -0px;
        width: 50px;
        height: 33px;
    }

    ul.ulAuction li:hover .xs_car, ul.ulAuction li.activeAuction .xs_car {
        background-position: -50px -0px;
        width: 50px;
        height: 33px;
    }

    ul.ulAuction li:hover .xs_estateproperty, ul.ulAuction li.activeAuction .xs_estateproperty {
        background-position: -100px -0px;
        width: 50px;
        height: 33px;
    }
    
    ul.ulAuction li:hover .xs_factory, ul.ulAuction li.activeAuction .xs_factory {
        background-position: -0px -33px;
        width: 50px;
        height: 33px;
    }

    ul.ulAuction li:hover .xs_flat, ul.ulAuction li.activeAuction .xs_flat {
        background-position: -50px -33px;
        width: 50px;
        height: 33px;
    }

    ul.ulAuction li:hover .xs_furniture, ul.ulAuction li.activeAuction .xs_furniture {
        background-position: -100px -33px;
        width: 50px;
        height: 33px;
    }

    ul.ulAuction li:hover .xs_money, ul.ulAuction li.activeAuction .xs_money {
        background-position: -0px -66px;
        width: 50px;
        height: 33px;
    }

    ul.ulAuction li:hover .xs_other, ul.ulAuction li.activeAuction .xs_other,
    ul.ulAuction li:hover .xs_other1, ul.ulAuction li.activeAuction .xs_other1,
    ul.ulAuction li:hover .xs_other2, ul.ulAuction li.activeAuction .xs_other2,
    ul.ulAuction li:hover .xs_other3, ul.ulAuction li.activeAuction .xs_other3,
    ul.ulAuction li:hover .xs_other4, ul.ulAuction li.activeAuction .xs_other4,
    ul.ulAuction li:hover .xs_other5, ul.ulAuction li.activeAuction .xs_other5,
    ul.ulAuction li:hover .xs_other6, ul.ulAuction li.activeAuction .xs_other6,
    ul.ulAuction li:hover .xs_other7, ul.ulAuction li.activeAuction .xs_other7,
    ul.ulAuction li:hover .xs_other8, ul.ulAuction li.activeAuction .xs_other8,
    ul.ulAuction li:hover .xs_other9, ul.ulAuction li.activeAuction .xs_other9,
    ul.ulAuction li:hover .xs_other10, ul.ulAuction li.activeAuction .xs_other10,
    ul.ulAuction li:hover .xs_other11, ul.ulAuction li.activeAuction .xs_other11,
    ul.ulAuction li:hover .xs_other12, ul.ulAuction li.activeAuction .xs_other12,
    ul.ulAuction li:hover .xs_other13, ul.ulAuction li.activeAuction .xs_other13 {
        background-position: -50px -66px;
        width: 50px;
        height: 33px;
    }
    ul.ulAuction li:hover .xs_property, ul.ulAuction li.activeAuction .xs_property {
        background-position: -100px -66px;
        width: 50px;
        height: 33px;
    }

    ul.ulAuction li:hover .xs_territory, ul.ulAuction li.activeAuction .xs_territory {
        background-position: -0px -99px;
        width: 50px;
        height: 33px;
    }

    ul.ulAuction li:hover .xs_wood, ul.ulAuction li.activeAuction .xs_wood {
        background-position: -50px -99px;
        width: 50px;
        height: 33px;
    }
    ul.ulAuction li:hover .xs_lpl, ul.ulAuction li.activeAuction .xs_lpl {
        background-position: -50px -99px;
        width: 50px;
        height: 33px;
    }
    ul.ulAuction li:hover .xs_bankRuptcy, ul.ulAuction li.activeAuction .xs_bankRuptcy {
        background-position: -50px -99px;
        width: 50px;
        height: 33px;
    }
    ul.ulAuction li:hover .xs_bankCredit, ul.ulAuction li.activeAuction .xs_bankCredit {
        background-position: -50px -130px;
        width: 50px;
        height: 33px;
    }
    ul.ulAuction li:hover .xs_amber, ul.ulAuction li.activeAuction .xs_amber {
        background-position: -100px -130px;
        width: 50px;
        height: 33px;
    }
    ul.ulAuction li:hover .xs_dgf, ul.ulAuction li.activeAuction .xs_dgf {
        background-position: -100px -130px;
        width: 50px;
        height: 33px;
    }
    ul.ulAuction li:hover .xs_fish, ul.ulAuction li.activeAuction .xs_fish {
        background-position: -100px -130px;
        width: 50px;
        height: 33px;
    }

.xs_all, .xs_car, .xs_estateproperty, .xs_factory, .xs_furniture,
.xs_money, .xs_property, .xs_flat, .xs_territory, .xs_wood, .xs_lpl, .xs_bankRuptcy, .xs_bankCredit, .xs_amber, .xs_dgf, .xs_fish,
.xs_other, .xs_other1, .xs_other2, .xs_other3, .xs_other4, .xs_other5, .xs_other6, .xs_other7, .xs_other8, .xs_other9, .xs_other10, .xs_other11, .xs_other12, .xs_other13 {
    display: inline-block;
    background: url(/Content/images/category.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

    .xs_all {
        background-position: -0px -0px;
        width: 50px;
        height: 33px;
    }

    .xs_car {
        background-position: -50px -0px;
        width: 50px;
        height: 33px;
    }

    .xs_estateproperty {
        background-position: -100px -0px;
        width: 50px;
        height: 33px;
    }

    .xs_factory {
        background-position: -0px -33px;
        width: 50px;
        height: 33px;
    }

    .xs_flat {
        background-position: -50px -33px;
        width: 50px;
        height: 33px;
    }

    .xs_furniture {
        background-position: -100px -33px;
        width: 50px;
        height: 33px;
    }

    .xs_money {
        background-position: -0px -66px;
        width: 50px;
        height: 33px;
    }

    .xs_other, .xs_other1, .xs_other2, .xs_other3, .xs_other4, .xs_other5, .xs_other6, .xs_other7, .xs_other8, .xs_other9, .xs_other10, .xs_other11, .xs_other12, .xs_other13 {
        background-position: -50px -66px;
        width: 50px;
        height: 33px;
    }

    .xs_property {
        background-position: -100px -66px;
        width: 50px;
        height: 33px;
    }

    .xs_territory {
        background-position: -0px -99px;
        width: 50px;
        height: 33px;
    }

    .xs_wood {
        background-position: -50px -99px;
        width: 50px;
        height: 33px;
    }
    .xs_lpl, .auction-carousel li.xs_lpl {
        background-position: -100px -99px;
        width: 50px;
        height: 33px;
    }
    .xs_bankRuptcy, .auction-carousel li.xs_bankRuptcy {
        background-position: -5px -130px;
        width: 50px;
        height: 33px;
    }
    .xs_bankCredit, .auction-carousel li.xs_bankCredit {
        background-position: -55px -130px;
        width: 50px;
        height: 33px;
    }
    .xs_amber, .auction-carousel li.xs_amber {
        background-position: -100px -130px;
        width: 50px;
        height: 33px;
    }
    .xs_dgf, .auction-carousel li.xs_dgf {
        background-position: -5px -165px;
        width: 50px;
        height: 33px;
    }
    .xs_fish, .auction-carousel li.xs_fish {
        background-position: -56px -165px;
        width: 50px;
        height: 33px;
    }
    .new-table > thead > tr > th {
        border: 0;
        text-align: left;
        font-size: 11px;
        padding-top: 9px;
    }

    .new-table > thead > tr > th {
        background-color: #e8e8e8;
    }

    .table-striped > tbody > tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    .favorite-td {
        padding-top: 9px !important;
    }

    .favorite-td {
        width: 40px;
    }

    .red {
        color: #e94f45;
    }

    .organizationName {
        font-size: 13px;
    }

    .mobile-1000 {
        display: none;
    }

    .price {
        font-size: 16px;
        line-height: normal;
        font-weight: bold;
        width: 100%;
        display: block;
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 8px;
    }

    .priceTable {
        font-size: 16px;
        line-height: normal;
        font-weight: bold;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 8px;
    }

    .green {
        color: #35a959;
    }

    .green-important {
        color: #35a959 !important;
    }

    .mobile-700 {
        display: none;
    }

    .new-table .label-info, .new-table .label-success, .new-table .label-warning, .new-table .label-danger, .new-table .label-primary {
        background-color: inherit !important;
        font-weight: bold;
        padding: 0;
        margin: 0;
        text-decoration: underline;
        white-space: normal;
    }

    .new-table > thead > tr > th {
        background-color: #e8e8e8;
        text-transform: uppercase;
    }


    .new-table .label-info {
        color: #033c73;
        text-align: center;
    }

    .new-table .label-success {
        color: #73a839;
        text-align: center;
    }

    .new-table .label-warning {
        color: #dd5600;
        text-align: center;
    }

    .new-table .label-danger {
        color: #e94f45;
        text-align: center;
    }

    .new-table .label-primary {
        color: #95A5A5;
        text-align: center;
    }

    .new-table tr:hover {
        background-color: #f1f1f1;
    }

    .ic-clock {
        background-position: -80px -21px;
        margin-bottom: -2px;
    }

    .icon {
        background-image: url(/Content/images/all-imgs.png);
        background-repeat: no-repeat;
        display: inline-block;
        height: 20px;
        width: 20px;
    }

    .wsn {
        white-space: nowrap;
    }

    .am-time-ago {
        font-size: 15px;
    }

    .am-time-ago {
        font-weight: bold;
    }

    .tender-table .new-table th:nth-child(3) {
        width: 170px;
        text-align: center;
    }

    .tender-table .new-table th:nth-child(4) {
        text-align: center;
    }

    .tender-table .new-table th:nth-child(5), .tender-table .new-table td:nth-child(5) {
        text-align: center !important;
    }

    .tender-table .new-table.lease-table th:nth-child(6), .tender-table .new-table.lease-table td:nth-child(6) {
        text-align: center !important;
    }

    .my-tender-table .new-table th:nth-child(3) {
        width: 170px;
        text-align: center;
    }

    .my-tender-table .new-table th:nth-child(4) {
        text-align: center;
    }

    .my-tender-table .new-table th:nth-child(5), .my-tender-table .new-table td:nth-child(5),
    .my-tender-table .new-table th:nth-child(6), .my-tender-table .new-table td:nth-child(6) {
        text-align: center !important;
    }

    .hideAuctionPeriod .new-table th:nth-child(5), .hideAuctionPeriod .new-table td:nth-child(5) {
        display: none;
    }
    .hideDatePublished .new-table th:nth-child(6), .hideDatePublished .new-table td:nth-child(6) {
        display: none;
    }
    .hideCreationTime .new-table th:nth-child(7), .hideCreationTime .new-table td:nth-child(7) {
        display: none;
    }

    .mobile-title {
        display: none;
    }

    @media (max-width: 700px) {
        #lplTable > thead > tr:nth-child(1) {
            display: flex;
        }

        #lplTable > thead > tr:nth-child(1) > th:nth-child(2) {
            width: 75%;
        }

        .new-tableLpl {
            display: grid;
            grid-template-columns: 34px repeat(2, 1fr);
            grid-template-areas:
            'A B C'
            'D D E';
        }

        .mobile-title {
            display: block;
            width: 100%;
        }

        .my-tender-table .new-table th:nth-child(1), .my-tender-table .new-table td:nth-child(1),
        .my-tender-table .new-table th:nth-child(3), .my-tender-table .new-table td:nth-child(3),
        .my-tender-table .new-table th:nth-child(4), .my-tender-table .new-table td:nth-child(4),
        .my-tender-table .new-table th:nth-child(5), .my-tender-table .new-table td:nth-child(5),
        .my-tender-table .new-table th:nth-child(6), .my-tender-table .new-table td:nth-child(6),
        .my-tender-table .new-table th:nth-child(7), .my-tender-table .new-table td:nth-child(7),
        .my-tender-table .new-table th:nth-child(8), .my-tender-table .new-table td:nth-child(8) {
            display: none;
        }
    }

    .show-xs {
        display: none;
    }


    @media (max-width: 1000px) {
        .tender-table .new-table th:nth-child(3), .tender-table .new-table td:nth-child(3) {
            display: none;
        }

        .show-xs {
            display: block
        }
    }

    .lable-st-xs {
        display: none
    }

    @media (max-width: 700px) {
        .tender-table .new-table th:nth-child(4), .tender-table .new-table td:nth-child(4) {
            display: none;
        }

        .tender-table #lplTable th:nth-child(5) {
            display: none;
        }

        .tender-table #lplTable td:nth-child(4) {
            grid-area: D;
        }

        .tender-table #lplTable td:nth-child(4) > .price  {
            border-bottom: none;
        }

        .tender-table #lplTable td:nth-child(1) {
            grid-area: A;
        }

        .tender-table #lplTable td:nth-child(2) {
            grid-area: B;
        }

        .tender-table #lplTable td:nth-child(6) {
            grid-area: C;
            width: 100%;
        }

        .tender-table #lplTable td:nth-child(4) {
            border-top: none;
            grid-area: E;
            display: table-cell;
        }

        .tender-table #lplTable td:nth-child(5) {
            justify-self: center;
            width: 100%;
            grid-area: D;
            border-top: none;
        }

        .lable-st-xs {
            display: block
        }
    }

    @media (max-width: 1000px) {
        .mob-block-01 {
            margin: 10px 0 5px 0;
        }
    }

    @media (max-width: 1000px) {
        .mobile-1000 {
            display: block;
        }
    }

    @media (max-width: 700px) {
        .mobile-700 {
            display: block;
        }
        .desktop-700 {
            display: none;
        }
    }
    @media (max-width: 770px) {
        .desktop-770 {
            display: none;
        }
    }

    @media (min-width: 770px) {
        .mobile-770 {
            display: none;
        }
    }

    .pl10 {
        padding-left: 10px;
    }

    /*.tender-table .new-table td:nth-child(5) {
    width: 190px
}*/



    @media (max-width:1000px) {
        ul.ulAuction li {
            width: 16%;
            padding-top: 0px;
            padding-bottom: 0px;
            height: 85px;
            line-height: 15px;
        }
    }

    @media (max-width:700px) {
        ul.ulAuction li {
            width: 16%;
        }
    }

    @media (max-width:600px) {
        ul.ulAuction li {
            width: 24%;
        }
    }

    @media (max-width:510px) {
        ul.ulAuction li {
            width: 24%;
        }
    }

    @media (max-width:420px) {
        ul.ulAuction li {
            width: 33%;
        }
    }

    #searchParameters .dropdown-toggle {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .nav-sm {
        display: none;
    }

    .nav-sm {
        display: none;
    }

    @media (max-width: 970px) {
        .navbar-right {
            display: none;
        }

        .navbar-fixed-top .container {
            padding: 0;
            margin: 0;
        }

        .navbar-collapse {
            padding: 0;
        }

        .nav-sm {
            display: block;
        }

        .logo-auction {
            margin: 5px 12px;
        }

        .navbar-collapse {
            padding: 0 !important;
        }
        .navbar-nav{
            background-color:white;
        }

        .orgMenu span.mobile-transform-none {
            text-transform: none;
        }
    }

    .nav-roboto {
        font-family: 'Roboto Condensed',sans-serif;
        font-size: 16px;
    }

    .contact-custom {
        font-size: 14px;
    }

    .nav-sm li {
        display: inline-block;
    }

    .nav-sm {
        position: absolute;
        right: 80px;
        top: 6px;
    }

    @media (max-width: 350px) {
        .nav-sm {
            display: none;
        }
    }

    .nav > li > p {
        position: relative;
        display: block;
        padding: 6px 15px 4px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
        color: #333;
    }

    @media (min-width:768px) {
        .navbar-nav > li > p {
            padding-top: 15px;
        }
    }

    .my-tender-table .favorite-td {
        width: 0px;
    }

    td.status {
        width: 200px;
    }

    a.tender-table-title {
        font-weight: bold;
        font-size: 14px;
        word-break: break-all;
    }

    .fa-arrow-up {
        display: block
    }

    .collapsed .fa-arrow-up {
        display: none
    }

    .fa-arrow-down {
        display: none
    }

    .collapsed .fa-arrow-down {
        display: block
    }

    .balance-block .panel-heading i {
        width: 16px;
        float: left;
        margin-right: 10px;
    }

    .balance-block .panel-heading b {
        cursor: pointer
    }

    .collapseTwo {
        /*border: 8px solid #f8f8f8;*/
        border: 8px solid #eee;
        padding: 0 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .collapseTwoThin {
        border: 3px solid #eee;
        padding: 0 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .discount-input {
        display: grid;
        grid-template-columns: 1fr 100px 1fr;
    }

    .discount-input > div {
        width: 100%;
    }

    .borderBottomThin {
        border-bottom: 1px solid #eee;
    }

    .separator {
        border: none;
        color: #045c90;
        background-color: #045c90;
        height: 1px;
    }

    .fio .fio-data {
        margin-left: 8px;
    }

    .fio-data {
        margin-left: 15px;
    }

    .fio {
        padding: 0 5px;
    }

    .spec-padding {
        padding: 0px 24px !important;
        margin-bottom: 0 !important;
    }

    .dn {
        display: none
    }

    .info-msg {
        display: none
    }

    .myAssetObjects .info-msg {
        display: block
    }

    .a:hover, .a:focus {
        color: #157ab5;
        text-decoration: none;
    }

    .a {
        color: #157ab5;
        text-decoration: underline;
    }

    .message a {
        color: #157ab5;
        text-decoration: underline;
    }
    .message a:hover, .message a:focus {
        color: #157ab5;
        text-decoration: none;
    }

    .myAssetObjects .panel-heading {
        display: none
    }


    /*padding*/
    .p0 {
        padding: 0 !important
    }

    .p5 {
        padding: 5px !important
    }

    .p7 {
        padding: 7px !important
    }

    .p10 {
        padding: 10px !important
    }

    .p15 {
        padding: 15px !important
    }

    .p20 {
        padding: 20px !important
    }

    .p25 {
        padding: 25px !important
    }

    .p30 {
        padding: 30px !important
    }

    .p35 {
        padding: 35px !important
    }

    .p50 {
        padding: 50px !important
    }

    .p75 {
        padding: 75px !important
    }

    .p100 {
        padding: 100px !important
    }

    .pt0 {
        padding-top: 0 !important
    }

    .pt1 {
        padding-top: 1px !important
    }

    .pt2 {
        padding-top: 2px !important
    }

    .pt3 {
        padding-top: 3px !important
    }

    .pt4 {
        padding-top: 4px !important
    }

    .pt5 {
        padding-top: 5px !important
    }

    .pt6 {
        padding-top: 6px !important
    }

    .pt7 {
        padding-top: 7px !important
    }

    .pt8 {
        padding-top: 8px !important
    }

    .pt9 {
        padding-top: 9px !important
    }

    .pt10 {
        padding-top: 10px !important
    }

    .pt12 {
        padding-top: 12px !important
    }

    .pt15 {
        padding-top: 15px !important
    }

    .pt20 {
        padding-top: 20px !important
    }

    .pt25 {
        padding-top: 25px !important
    }

    .pt30 {
        padding-top: 30px !important
    }

    .pt35 {
        padding-top: 35px !important
    }

    .pt50 {
        padding-top: 50px !important
    }

    .pt75 {
        padding-top: 75px !important
    }

    .pt100 {
        padding-top: 100px !important
    }

    .pr0 {
        padding-right: 0 !important
    }

    .pr1 {
        padding-right: 1px !important
    }

    .pr2 {
        padding-right: 2px !important
    }

    .pr3 {
        padding-right: 3px !important
    }

    .pr4 {
        padding-right: 4px !important
    }

    .pr5 {
        padding-right: 5px !important
    }

    .pr6 {
        padding-right: 6px !important
    }

    .pr7 {
        padding-right: 7px !important
    }

    .pr8 {
        padding-right: 8px !important
    }

    .pr9 {
        padding-right: 9px !important
    }

    .pr10 {
        padding-right: 10px !important
    }

    .pr12 {
        padding-right: 12px !important
    }

    .pr15 {
        padding-right: 15px !important
    }

    .pr20 {
        padding-right: 20px !important
    }

    .pr25 {
        padding-right: 25px !important
    }

    .pr30 {
        padding-right: 30px !important
    }

    .pr50 {
        padding-right: 50px !important
    }

    .pr75 {
        padding-right: 75px !important
    }

    .pr100 {
        padding-right: 100px !important
    }

    .pb0 {
        padding-bottom: 0 !important
    }

    .pb1 {
        padding-bottom: 1px !important
    }

    .pb2 {
        padding-bottom: 2px !important
    }

    .pb3 {
        padding-bottom: 3px !important
    }

    .pb4 {
        padding-bottom: 4px !important
    }

    .pb5 {
        padding-bottom: 5px !important
    }

    .pb6 {
        padding-bottom: 6px !important
    }

    .pb7 {
        padding-bottom: 7px !important
    }

    .pb8 {
        padding-bottom: 8px !important
    }

    .pb9 {
        padding-bottom: 9px !important
    }

    .pb10 {
        padding-bottom: 10px !important
    }

    .pb12 {
        padding-bottom: 12px !important
    }

    .pb13 {
        padding-bottom: 13px !important
    }

    .pb15 {
        padding-bottom: 15px !important
    }

    .pb20 {
        padding-bottom: 20px !important
    }

    .pb25 {
        padding-bottom: 25px !important
    }

    .pb30 {
        padding-bottom: 30px !important
    }

    .pb50 {
        padding-bottom: 50px !important
    }

    .pb75 {
        padding-bottom: 75px !important
    }

    .pb100 {
        padding-bottom: 100px !important
    }

    .pl0 {
        padding-left: 0 !important
    }

    .pl1 {
        padding-left: 1px !important
    }

    .pl2 {
        padding-left: 2px !important
    }

    .pl3 {
        padding-left: 3px !important
    }

    .pl4 {
        padding-left: 4px !important
    }

    .pl5 {
        padding-left: 5px !important
    }

    .pl6 {
        padding-left: 6px !important
    }

    .pl7 {
        padding-left: 7px !important
    }

    .pl8 {
        padding-left: 8px !important
    }

    .pl9 {
        padding-left: 9px !important
    }

    .pl10 {
        padding-left: 10px !important
    }

    .pl12 {
        padding-left: 12px !important
    }

    .pl15 {
        padding-left: 15px !important
    }

    .pl20 {
        padding-left: 20px !important
    }

    .pl25 {
        padding-left: 25px !important
    }

    .pl26 {
        padding-left: 25px !important
    }

    .pl30 {
        padding-left: 30px !important
    }

    .pl35 {
        padding-left: 35px !important
    }

    .pl40 {
        padding-left: 40px !important
    }

    .pl50 {
        padding-left: 50px !important
    }

    .pl75 {
        padding-left: 75px !important
    }

    .pl100 {
        padding-left: 100px !important
    }

    .pd-1-5 {
        padding: 1px 5px !important
    }

    /*margin*/
    .m0 {
        margin: 0 !important
    }

    .mt0 {
        margin-top: 0 !important
    }

    .mt1 {
        margin-top: 1px !important
    }

    .mt2 {
        margin-top: 2px !important
    }

    .mt3 {
        margin-top: 3px !important
    }

    .mt4 {
        margin-top: 4px !important
    }

    .mt5 {
        margin-top: 5px !important
    }

    .mt6 {
        margin-top: 6px !important
    }

    .mt7 {
        margin-top: 7px !important
    }

    .mt8 {
        margin-top: 8px !important
    }

    .mt9 {
        margin-top: 9px !important
    }

    .mt10 {
        margin-top: 10px !important
    }

    .mt12 {
        margin-top: 12px !important
    }

    .mt15 {
        margin-top: 15px !important
    }

    .mt18 {
        margin-top: 15px !important
    }

    .mt20 {
        margin-top: 20px !important
    }

    .mt25 {
        margin-top: 25px !important
    }

    .mt30 {
        margin-top: 30px !important
    }

    .mt35 {
        margin-top: 35px !important
    }

    .mt40 {
        margin-top: 40px !important
    }

    .mt42 {
        margin-top: 42px !important
    }

    .mt50 {
        margin-top: 50px !important
    }

    .mt75 {
        margin-top: 75px !important
    }

    .mt100 {
        margin-top: 100px !important
    }

    .mr0 {
        margin-right: 0 !important
    }

    .mr1 {
        margin-right: 1px !important
    }

    .mr2 {
        margin-right: 2px !important
    }

    .mr3 {
        margin-right: 3px !important
    }

    .mr4 {
        margin-right: 4px !important
    }

    .mr5 {
        margin-right: 5px !important
    }

    .mr6 {
        margin-right: 6px !important
    }

    .mr7 {
        margin-right: 7px !important
    }

    .mr8 {
        margin-right: 8px !important
    }

    .mr9 {
        margin-right: 9px !important
    }

    .mr10 {
        margin-right: 10px !important
    }

    .mr12 {
        margin-right: 12px !important
    }

    .mr15 {
        margin-right: 15px !important
    }

    .mr20 {
        margin-right: 20px !important
    }

    .mr25 {
        margin-right: 25px !important
    }

    .mr30 {
        margin-right: 30px !important
    }

    .mr50 {
        margin-right: 50px !important
    }

    .mr75 {
        margin-right: 75px !important
    }

    .mr100 {
        margin-right: 100px !important
    }

    .mb0 {
        margin-bottom: 0 !important
    }

    .mb1 {
        margin-bottom: 1px !important
    }

    .mb2 {
        margin-bottom: 2px !important
    }

    .mb3 {
        margin-bottom: 3px !important
    }

    .mb4 {
        margin-bottom: 4px !important
    }

    .mb5 {
        margin-bottom: 5px !important
    }

    .mb6 {
        margin-bottom: 6px !important
    }

    .mb7 {
        margin-bottom: 7px !important
    }

    .mb8 {
        margin-bottom: 8px !important
    }

    .mb9 {
        margin-bottom: 9px !important
    }

    .mb10 {
        margin-bottom: 10px !important
    }

    .mb12 {
        margin-bottom: 12px !important
    }

    .mb13 {
        margin-bottom: 12px !important
    }

    .mb15 {
        margin-bottom: 15px !important
    }

    .mb20 {
        margin-bottom: 20px !important
    }

    .mb25 {
        margin-bottom: 25px !important
    }

    .mb30 {
        margin-bottom: 30px !important
    }

    .mb40 {
        margin-bottom: 40px !important
    }

    .mb50 {
        margin-bottom: 50px !important
    }

    .mb75 {
        margin-bottom: 75px !important
    }

    .mb100 {
        margin-bottom: 100px !important
    }

    .ml0 {
        margin-left: 0 !important
    }

    .ml1 {
        margin-left: 1px !important
    }

    .ml2 {
        margin-left: 2px !important
    }

    .ml3 {
        margin-left: 3px !important
    }

    .ml4 {
        margin-left: 4px !important
    }

    .ml5 {
        margin-left: 5px !important
    }

    .ml6 {
        margin-left: 6px !important
    }

    .ml7 {
        margin-left: 7px !important
    }

    .ml8 {
        margin-left: 8px !important
    }

    .ml9 {
        margin-left: 9px !important
    }

    .ml10 {
        margin-left: 10px !important
    }

    .ml12 {
        margin-left: 12px !important
    }

    .ml15 {
        margin-left: 15px !important
    }

    .ml18 {
        margin-left: 15px !important
    }

    .ml20 {
        margin-left: 20px !important
    }

    .ml25 {
        margin-left: 25px !important
    }

    .ml30 {
        margin-left: 30px !important
    }

    .ml50 {
        margin-left: 50px !important
    }

    .ml75 {
        margin-left: 75px !important
    }

    .ml100 {
        margin-left: 100px !important
    }

    .mt-0 {
        margin-top: 0 !important
    }

    .mt-1 {
        margin-top: -1px !important
    }

    .mt-2 {
        margin-top: -2px !important
    }

    .mt-3 {
        margin-top: -3px !important
    }

    .mt-4 {
        margin-top: -4px !important
    }

    .mt-5 {
        margin-top: -5px !important
    }

    .mt-6 {
        margin-top: -6px !important
    }

    .mt-7 {
        margin-top: -7px !important
    }

    .mt-8 {
        margin-top: -8px !important
    }

    .mt-9 {
        margin-top: -9px !important
    }

    .mt-10 {
        margin-top: -10px !important
    }

    .mt-12 {
        margin-top: -12px !important
    }

    .mt-15 {
        margin-top: -15px !important
    }

    .mt-18 {
        margin-top: -18px !important
    }

    .mt-19 {
        margin-top: -19px !important
    }

    .mt-20 {
        margin-top: -20px !important
    }

    .mt-25 {
        margin-top: -25px !important
    }

    .mt-30 {
        margin-top: -30px !important
    }

    .mt-35 {
        margin-top: -35px !important;
    }
    .mt-40 {
        margin-top: -40px !important;
    }

    .mt-50 {
        margin-top: -50px !important
    }

    .mt-75 {
        margin-top: -75px !important
    }

    .mt-100 {
        margin-top: -100px !important
    }

    .mr-0 {
        margin-right: 0 !important
    }

    .mr-1 {
        margin-right: -1px !important
    }

    .mr-2 {
        margin-right: -2px !important
    }

    .mr-3 {
        margin-right: -3px !important
    }

    .mr-4 {
        margin-right: -4px !important
    }

    .mr-5 {
        margin-right: -5px !important
    }

    .mr-6 {
        margin-right: -6px !important
    }

    .mr-7 {
        margin-right: -7px !important
    }

    .mr-8 {
        margin-right: -8px !important
    }

    .mr-9 {
        margin-right: -9px !important
    }

    .mr-10 {
        margin-right: -10px !important
    }

    .mr-12 {
        margin-right: -12px !important
    }

    .mr-15 {
        margin-right: -15px !important
    }

    .mr-20 {
        margin-right: -20px !important
    }

    .mr-25 {
        margin-right: -25px !important
    }

    .mr-30 {
        margin-right: -30px !important
    }

    .mr-50 {
        margin-right: -50px !important
    }

    .mr-75 {
        margin-right: -75px !important
    }

    .mr-100 {
        margin-right: -100px !important
    }

    .mb-0 {
        margin-bottom: 0 !important
    }

    .mb-1 {
        margin-bottom: -1px !important
    }

    .mb-2 {
        margin-bottom: -2px !important
    }

    .mb-3 {
        margin-bottom: -3px !important
    }

    .mb-4 {
        margin-bottom: -4px !important
    }

    .mb-5 {
        margin-bottom: -5px !important
    }

    .mb-6 {
        margin-bottom: -6px !important
    }

    .mb-7 {
        margin-bottom: -7px !important
    }

    .mb-8 {
        margin-bottom: -8px !important
    }

    .mb-9 {
        margin-bottom: -9px !important
    }

    .mb-10 {
        margin-bottom: -10px !important
    }

    .mb-12 {
        margin-bottom: -12px !important
    }

    .mb-15 {
        margin-bottom: -15px !important
    }

    .mb-20 {
        margin-bottom: -20px !important
    }

    .mb-25 {
        margin-bottom: -25px !important
    }

    .mb-30 {
        margin-bottom: -30px !important
    }

    .mb-50 {
        margin-bottom: -50px !important
    }

    .mb-75 {
        margin-bottom: -75px !important
    }

    .mb-100 {
        margin-bottom: -100px !important
    }

    .ml-0 {
        margin-left: 0 !important
    }

    .ml-1 {
        margin-left: -1px !important
    }

    .ml-2 {
        margin-left: -2px !important
    }

    .ml-3 {
        margin-left: -3px !important
    }

    .ml-4 {
        margin-left: -4px !important
    }

    .ml-5 {
        margin-left: -5px !important
    }

    .ml-6 {
        margin-left: -6px !important
    }

    .ml-7 {
        margin-left: -7px !important
    }

    .ml-8 {
        margin-left: -8px !important
    }

    .ml-9 {
        margin-left: -9px !important
    }

    .ml-10 {
        margin-left: -10px !important
    }

    .ml-12 {
        margin-left: -12px !important
    }

    .ml-15 {
        margin-left: -15px !important
    }

    .ml-19 {
        margin-left: -19px !important
    }

    .ml-20 {
        margin-left: -20px !important
    }

    .ml-25 {
        margin-left: -25px !important
    }

    .ml-30 {
        margin-left: -30px !important
    }

    .ml-50 {
        margin-left: -50px !important
    }

    .ml-75 {
        margin-left: -75px !important
    }

    .ml-100 {
        margin-left: -100px !important
    }

    /*height*/

    .h0 {
        height: 0 !important
    }

    .h5 {
        height: 5px !important
    }

    .h7 {
        height: 7px !important
    }

    .h10 {
        height: 10px !important
    }

    .h15 {
        height: 15px !important
    }

    .h20 {
        height: 20px !important
    }

    .h25 {
        height: 25px !important
    }

    .h030 {
        height: 30px !important
    }

    .h40 {
        height: 40px !important
    }

    .h50 {
        height: 50px !important
    }

    .h75 {
        height: 75px !important
    }

    .h100 {
        height: 100px !important
    }

    .h110 {
        height: 110px !important
    }

    /*width*/

    .w0 {
        width: 0 !important
    }

    .w100 {
        width: 99.8% !important
    }

    /*font*/

    .fs10 {
        font-size: 10px !important
    }

    .fs11 {
        font-size: 11px !important
    }

    .fs12 {
        font-size: 12px !important
    }

    .fs13 {
        font-size: 13px !important
    }

    .fs14 {
        font-size: 14px !important
    }

    .fs15 {
        font-size: 15px !important
    }

    .fs18 {
        font-size: 18px !important
    }

    .fs20 {
        font-size: 20px !important
    }

    .fs22 {
        font-size: 22px !important
    }

    .fs24 {
        font-size: 24px !important
    }

    .fs25 {
        font-size: 25px !important
    }

    .fs30 {
        font-size: 30px !important
    }

    .fwn {
        font-weight: normal !important
    }

    .fwb {
        font-weight: bold !important
    }

    .cw {
        color: #fff !important
    }

    /*other*/

    .pa {
        position: absolute !important
    }

    .b0 {
        border: 0 !important
    }

    .fn {
        float: none !important
    }
    
    .paragraph {
        line-height: 1.1;
        color: #317eac;
    }

    .wsn {
        white-space: nowrap !important
    }

    .a {
        text-decoration: underline !important
    }

        .a:hover {
            text-decoration: none !important;
            cursor: pointer !important
        }

    .tdu {
        text-decoration: underline !important
    }

    .m0a {
        margin: 0 auto !important
    }

    .tal {
        text-align: left !important
    }

    .tar {
        text-align: right !important
    }

    .fr {
        float: right !important
    }

    .fl {
        float: left !important
    }

    .oh {
        overflow: hidden !important
    }

    .cp:hover {
        cursor: pointer !important;
        text-decoration: underline;
    }

    .bi {
        background-color: inherit !important
    }

    .dn {
        display: none !important
    }

    .wn {
        white-space: nowrap !important
    }

    .oxa {
        overflow-x: auto !important
    }

    .oxh {
        overflow-x: hidden !important
    }

    .oyh {
        overflow-y: hidden !important
    }

    .dib {
        display: inline-block !important
    }

    .ttu {
        text-transform: uppercase !important
    }

    .ttn {
        text-transform: none !important
    }

    .vac {
        vertical-align: middle !important
    }

    .fs15 {
        font-size: 15px !important
    }

    .wwbw {
        word-wrap: break-word !important
    }

    .br0 {
        border-radius: 0 !important
    }

    .br3 {
        border-radius: 3px !important
    }
    /*rest*/
    .m50 {
        margin: 5px 0 !important
    }

    .mh5 {
        min-height: 5px !important
    }

    .mh300 {
        min-height: 300px !important
    }

    .ml-36 {
        margin-left: -36px !important
    }

    .pr36 {
        padding-right: 36px !important
    }

    .ml34 {
        margin-left: 34px !important
    }

    .pl48 {
        padding-left: 48px !important
    }

    .mr160 {
        margin-right: 160px !important
    }

    .w200 {
        width: 200px !important
    }

    .w45 {
        width: 45px !important
    }

    .tac {
        text-align: center !important
    }

    .w70 {
        width: 70px !important
    }

    .w90 {
        width: 90px !important
    }

    .w100px {
        width: 100px !important
    }

    .w40 {
        width: 40px !important
    }

    .w104 {
        width: 104px !important
    }

    .w103 {
        width: 103px !important
    }

    .w44 {
        width: 44px !important
    }

    .w42 {
        width: 42px !important
    }

    .w92 {
        width: 92px !important
    }

    .w41 {
        width: 41px !important
    }

    .w186 {
        width: 186px !important
    }

    .w102 {
        width: 102px !important
    }

    .br4 {
        border-radius: 4px !important
    }

    .w65p {
        width: 65% !important
    }

    .w30p {
        width: 30% !important
    }

    .w170 {
        width: 170px !important
    }

    .w150 {
        width: 150px !important
    }

    .w300 {
        width: 300px !important
    }

    .h36 {
        height: 36px !important
    }

    .p05 {
        padding: 0px 5px !important
    }

    .w60 {
        width: 60px !important
    }

    .w133 {
        width: 133px !important
    }

    .w187 {
        width: 187px !important
    }

    .w168 {
        width: 168px !important
    }

    .w222 {
        width: 222px !important
    }

    .w302 {
        width: 302px !important
    }

    .w342 {
        width: 342px !important
    }

    .wauto {
        width: auto !important
    }

    .mw250 {
        max-width: 250px
    }

    .vam {
        vertical-align: middle !important
    }

    .ctext:hover {
        cursor: text
    }

    .fw13 {
        font-size: 13px
    }

    .fw14 {
        font-size: 14px
    }

    .w340 {
        width: 340px
    }

    .myAssetObjects .ListOf01 {
        display: none
    }

    .btn-ass {
        position: absolute;
        right: 34px;
        margin-top: -31px !important;
    }

    .tarif td {
        padding: 10px;
    }

    .organization {
        border: 4px solid #eee;
        padding: 0 20px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .modal-content .organization {
        border: none;
    }

    .currentTenantInfo .organization {
        border: none;
    }

    .operator-panel {
        border: 4px solid #eee;
        padding: 0 20px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 5px;
    }

    .row-margin {
        margin: 0 !important;
    }

    .footer-panel-container {
        display: none;
    }

    .headerContainer:has(.in) .outside-click {
        display: block;
    }

    .outside-click {
        display: none;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .navbar-white {
        background-color: #fff !important;
        border-bottom: 2px solid #c0c8ce !important;
        padding: 10px 0;

        z-index: 2000000001 !important;
    }

    .navbar-resize {
        padding: 1px 0 !important;
    }

    .btn.btn-header {
        padding: 10px 20px;
        margin: 3px 0 3px 10px;
    }

    .pad-right60 {
        padding-right: 60%;
    }

    .btn.btn-green, .btn.btn-green:focus, .btn.btn-green.focus {
        background: #48b168;
        border: 1px solid #48b168;
        color: #fff;
        border-radius: 4px;
    }

    .btn.btn-danger, .btn.btn-danger:focus, .btn.btn-danger.focus {
        color: #fff;
        background-color: #ef4036;
        border-color: #ef4036;
        border-radius: 4px;
    }

    .btn.btn-green:hover {
        text-decoration: none;
        background: #37ce65;
        border: 1px solid #37ce65;
    }

    .btn.btn-login, .btn.btn-login:hover, .btn.btn-login:focus, .btn.btn-login.focus {
        background: #ffffff;
        border: 1px solid #e3e5e8;
        color: #48b148;
        border-radius: 4px;
    }


    .icon-bar.dark {
        background-color: #272b30;
    }

.filter-selected {
    color: #3498db;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 3px;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
}

    .filter-selected:hover {
        color: #ef4036;
        text-decoration: none;
        border: 1px solid #ef4036;
    }

    .tooltip.tooltip-inner .customClass {
        /* .tooltip-inner*/
        color: #880000;
        background-color: cornflowerblue;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .tooltip.customClass .tooltip-arrow {
        display: none;
    }

    .alertCancelButtonGreen .sweet-alert button.cancel {
        background-color: #48b168;
    }

    .alertCancelButtonRed .sweet-alert button.cancel {
        background-color: #ef4036;
    }
    
    #diamond {
        background-color: #ADFF2F;
        -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        margin: 0 auto;
        text-align: center;
        padding: 2rem;
        width: 250px;
        height: 80px;
    }

        #diamond p {
            color: #468847;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            margin-top: -5px;
        }

        #diamond:hover {
            background-color: #A5EF2D;
        }

    .bankAccountInput {
        margin-right: -20px;
        margin-left: -20px;
    }

    .panel-forest-table .header {
        vertical-align: baseline;
    }

    #sidebar {
        vertical-align: top;
        height: 100%;
        padding: 100px 5px 15px 12px;
        background-color: #272b30;
        box-shadow: 0 2px 2px 0 rgba(102,102,102,.35);
        color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: 280px;
        z-index: 100;
        overflow-x: hidden;
        overflow-y: auto;
        font-family: 'Roboto Condensed',sans-serif;
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }

        #sidebar::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .closed .closed_li a {
        padding-top: 2px;
    }

    .closed #sidebar span.hidde_name {
        display: none;
    }

    .closed_li span.hidde_name {
        padding-left: 40px !important;
        text-transform: uppercase;
    }

    .all-sidebars {
        font-size: 12px !important;
    }

        .all-sidebars .rel {
            position: relative;
            padding-top: 32px;
        }

        .all-sidebars .logo {
            height: 30px;
            margin-left: 5px;
            overflow: hidden;
            width: 102px;
        }

        .all-sidebars .fl {
            float: left;
        }

        .all-sidebars * {
            padding: 0;
        }

        .all-sidebars a {
            color: #333333;
            text-decoration: none;
        }

        .all-sidebars img {
            vertical-align: middle;
            border: 0;
        }

        .all-sidebars .white-only, .white-theme .logo > a > img {
            display: none;
        }

        .all-sidebars .swipe-button, .all-sidebars .swipe-button2 {
            color: #999;
            cursor: pointer;
            font-family: "Times New Roman";
            font-size: 28px;
            height: 30px;
            letter-spacing: 1px;
            line-height: 14px;
            text-align: right;
            width: 40px;
            top: 0;
            right: 1px;
        }

        .all-sidebars .noselect {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .all-sidebars .abs {
            position: absolute;
        }

        .all-sidebars .gray {
            color: #333333;
        }

        .all-sidebars .fs9 {
            font-size: 9px !important;
        }

        .all-sidebars p {
            margin: 0 0 6px;
        }

        .all-sidebars .user-image {
            border-radius: 6px;
            height: 40px;
            overflow: hidden;
            width: 40px;
        }

        .all-sidebars .user-name > p {
            margin-bottom: 0;
        }

        .all-sidebars .user-logout {
            height: 20px;
            width: 20px;
        }

        .all-sidebars .fr {
            float: right;
        }

        .all-sidebars .icon {
            background-image: url(/Content/images/all-imgs.png);
            background-repeat: no-repeat;
            display: inline-block;
            height: 20px;
            width: 20px;
        }

        .all-sidebars .ic-logout {
            background: url(/Content/images/all-imgs.png) no-repeat;
            overflow: hidden;
            text-indent: -9999px;
            background-position: -77px -5px;
        }

        .all-sidebars .toggler {
            margin: 15px 5px 28px;
            width: 30px;
            height: 16px;
        }

        .all-sidebars .check_fals, #sidebar .check_true {
            width: 31px;
            height: 16px;
            border: 0;
            float: left;
        }

        .all-sidebars .span_fals, .all-sidebars .span_true {
            position: absolute;
            font-size: 13px;
            font-weight: 100;
            line-height: 16px;
            height: 16px;
            /*cursor: pointer;*/
            margin-left: 18px;
            float: left;
        }

        .all-sidebars .divider {
            border-bottom: 1px solid #999999;
            border-top: 1px solid #1a1d20;
            margin-left: -13px;
            width: calc(100% + 26px);
        }

        .all-sidebars .fs12 {
            font-size: 12px !important;
            float: left;
            margin-top: 5px;
            margin-left: -5px;
            margin-bottom: -8px;
        }

        @media (max-width: 770px){
            .all-sidebars .fs12 {
                margin-left: 5px;
            }
        }

    #sidebar .fs12 li, #sidebar .fs12_new li {
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        line-height: 40px;
        width: 100%;
        white-space: nowrap;
    }

    .all-sidebars .fs12 li, .all-sidebars .fs12_new li {
        list-style: outside none none;
        height: 40px;
        margin-bottom: 1px;
        border-radius: 6px;
        color: #f3f3f3;
        display: inline-block;
        line-height: 40px;
        width: 100%;
        white-space: nowrap;
    }

        .all-sidebars .fs12 li a:hover, .all-sidebars .fs12 li a {
            text-decoration: none;
        }

        .all-sidebars .fs12 li a, .all-sidebars .fs12_new li a {
            border-radius: 3px;
            color: #fff;
            display: inline-block;
            line-height: 40px;
            padding: 0;
            width: 100%;
            white-space: nowrap;
            padding-left: 12px;
            padding-top: 1px;
        }

    .all-sidebars .fa-question {
        font-size: 14px;
    }

    .closed .all-sidebars .fs12 li a, .closed .all-sidebars .fs12_new li a {
        height: 35px;
    }

    .all-sidebars .fs12 li:hover, .all-sidebars .fs12 li.active {
        background: #e94f45 none repeat scroll 0 0;
        text-decoration: none;
    }

    .all-sidebars .user-block .fs12 li:hover, .all-sidebars .user-block .fs12 li.active {
        background: transparent;
        text-decoration: none;
    }

        .all-sidebars .fs12 li.active > a {
            color: #fff !important;
        }

    .all-sidebars .gray {
        color: #999;
        font-size: 10px;
    }

    .closed .all-sidebars .fs12 {
        margin-left: 1px;
    }


    .closed #sidebar .fs12 li {
        width: 42px;
        transition: .15s ease-in-out;
    }

    .closed .swipe-button, .closed .swipe-button2 {
        top: 3px !important;
        right: auto !important;
        left: -6px !important;
    }

    .fs12 li:hover, .fs12 li.active {
        text-decoration: none;
    }

    .fs12 li, .fs12_new li {
        border-radius: 6px;
        color: #f3f3f3;
        display: inline-block;
        line-height: 40px;
        width: 100%;
        white-space: nowrap;
        list-style: outside none none;
        height: 40px;
    }

    .profile .fs12 {
        margin-top: 0 !important;
    }

    #sidebar .fs12 li {
        margin-bottom: 1px;
    }

    .all-sidebars .user-block .fs12 li .tooltip {
        white-space: initial;
    }

    .fa-style .fa {
        font-size: 18px;
        margin-right: 10px;
        width: 16px;
        position: absolute;
        margin-top: 10px;
    }

    .swipe-button:hover {
        color: #fff !important;
    }

    .user-image-new {
        color: #6a6a6a;
        background-color: #fff;
        border-radius: 3px;
        font-size: 23px;
        padding: 0 8px !important;
        margin-left: 1px;
        margin-bottom: 3px;
    }

    .closed #sidebar .user-image-new {
        font-size: 29px;
        padding: 0 9px !important;
    }

    .user-name {
        font-family: 'Rubik',sans-serif;
    }

    .prof_data {
        margin-bottom: 7px;
    }

    .closed .prof_data {
        margin-bottom: 5px;
        margin-top: -20px;
    }

    .closed .prof_data .gray {
        display: none;
    }

    .profile {
        width: 280px;
        margin-top: 17px;
    }

    .user-block {
        width: 100%;
    }

    .user-block-right {
        margin-left: 23px;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #sidebar .user-name {
        display: inline-block;
        width: 189px;
    }


    .orgInfo, .identifi {
        width: 100%;
        float: left;
        margin-top: 3px;
    }

        .orgInfo i {
            margin-left: 8px;
            margin-right: 18px;
            font-size: 16px;
        }

    .orgInfoIn {
        margin-left: 45px;
        width: 215px;
        overflow: hidden;
        font-size: 12px;
    }

    .closed #sidebar .orgInfo, .closed #sidebar .identifi {
        display: none;
    }

    .noAuthorizedAuc {
        margin-left: 0px;
    }

    .isAuthorizedAuc {
        margin-left: 280px;
    }

    @media (min-width: 1218px) {
        .closed .isAuthorizedAuc {
            margin-left: 66px;
        }
    }

    .ic-logout:hover {
        cursor: pointer;
    }

    /* ========================== FOOTER =============================*/

    .preFooter, .allFooterBlock {
        font-family: 'Roboto Condensed', sans-serif;
    }

        .preFooter .top-footer {
            padding: 50px 0;
        }

    @media (max-width: 767px) {
        .preFooter .top-footer {
            padding: 20px 0;
        }
    }

    .preFooter .top-footer .container {
        display: flex;
        justify-content: space-between;
    }

    .preFooter .container {
        padding: 0 20px;
        margin: 0 auto;
        position: relative;
    }

    .noAuthorizedAuc .preFooter .container {
        max-width: 1200px;
    }

    .noAuthorizedAuc .footer-logo {
        width: 320px;
    }

    @media (max-width: 767px) {
        .preFooter .top-footer .container .footer-logo {
            width: 100%;
        }
    }

    @media (max-width: 940px) {
        .discount-input {
            grid-template-columns: 1fr;
        }
    }

    .preFooter .top-footer .container .footer-logo .logo {
        margin-bottom: 20px;
        display: inline-block;
    }

        .preFooter .top-footer .container .footer-logo .logo img {
            display: block;
        }

    .preFooter .top-footer .container .footer-logo .idea {
        font-size: 14px;
        line-height: 24px;
        font-family: 'Rubik, Roboto Condensed', sans-serif;
        font-weight: 300;
        margin-bottom: 40px;
    }

    .preFooter .top-footer .container .footer-logo .contacts-footer .title {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .preFooter ul {
        list-style: none;
    }

    .preFooter .top-footer .container .footer-logo .contacts-footer ul.social-footer li {
        display: inline-block;
        margin-right: 15px;
    }

        .preFooter .top-footer .container .footer-logo .contacts-footer ul.social-footer li a {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .preFooter img, .preFooter img:focus {
        outline: none;
    }

    .noAuthorizedAuc .footer-menu {
        padding-left: 100px;
        width: 70%;
    }

    .isAuthorizedAuc .footer-menu {
        width: calc(100% - 5px);
    }

    @media (max-width: 767px) {
        .noAuthorizedAuc .footer-menu {
            padding-left: 20px;
            width: 100%;
            padding-left: 20px;
        }
    }

    .preFooter .top-footer .container .footer-menu .title {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: -5px;
    }

    .preFooter .top-footer .container .footer-menu ul {
        display: flex;
        flex-wrap: wrap;
        white-space: nowrap;
    }

        .preFooter .top-footer .container .footer-menu ul li {
            width: 50%;
            margin-bottom: 20px;
            padding-right: 10px;
        }

    @media (max-width: 767px) {
        .preFooter .top-footer .container .footer-menu ul li {
            margin-bottom: 10px;
        }
    }

    .preFooter .top-footer .container .footer-menu ul li a {
        font-size: 14px;
        line-height: 24px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .preFooter .top-footer .container .footer-menu ul li a:hover {
            text-decoration: underline;
        }

    .preFooter .bottom-footer {
        padding: 20px 0;
    }

        .preFooter .bottom-footer .container {
            display: flex;
        }

    @media (max-width: 767px) {
        .preFooter .bottom-footer .container {
            flex-wrap: wrap;
        }
    }

    .preFooter .bottom-footer .container .copyrights {
        font-size: 13px;
        margin-top: 30px;
    }

    @media (max-width: 767px) {
        .isAuthorizedAuc .preFooter .copyrights {
            margin-bottom: 0;
        }
    }
    .preFooter .bottom-footer .container .vis {
        font-size: 12px;
    }

    .preFooter .bottom-footer .container .vis a {
        font-size: 12px;
        text-decoration: none;
    }

    .preFooter * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    @media (max-width: 767px) {
        .preFooter .top-footer .container .footer-logo {
            width: 100%;
            padding-left: 20px;
        }
    }

    @media (max-width: 767px) {
        .preFooter .top-footer .container {
            flex-wrap: wrap;
        }
    }

    .isAuthorizedAuc .allFooterBlock {
        width: 100%;
        float: left;
        /*padding-left: 280px;*/
        padding-right: 0px;
        transition: 0.15s ease-in-out;
    }

    .closed .isAuthorizedAuc .allFooterBlock {
        width: 100%;
        float: left;
        padding-left: 65px;
        padding-right: 0px;
    }

    @media (max-width: 767px) {
        .isAuthorizedAuc .allFooterBlock {
            width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0px !important;
        }

        .isAuthorizedAuc .footer-logo .idea {
            margin-bottom: 0 !important
        }
    }

    .footer-menu .contacts-footer {
        margin-top: 10px;
        width: 100%;
    }

    .isAuthorizedAuc .footer-logo .idea {
        margin-bottom: 20px !important;
        white-space: nowrap;
        margin-top: -10px !important;
        font-size: 12px !important;
    }

    .footer-menu .contacts-footer .title {
        margin-bottom: 5px !important;
    }

    .footer-menu .contacts-footer li {
        padding-right: 0 !important;
        width: auto !important;
    }

    .footer-menu .contacts-footer ul {
        margin-left: 67px;
    }

    .isAuthorizedAuc .preFooter .top-footer {
        padding-bottom: 0;
        padding-top: 20px;
    }


    @media (max-width: 767px) {
        .contact-footer-block {
            width: 47%;
            float: left;
        }
    }

    @media (max-width: 425px) {
        .contact-footer-block {
            width: 100%;
        }
    }

    .contactsInfooter ul {
        display: block !important;
        margin-left: 0 !important;
        text-align: right;
    }

        .contactsInfooter ul li {
            margin-bottom: 0 !important
        }

    .contactsInfooter .title {
        text-align: right;
    }

    .contactsInfooter .number {
        font-size: 22px
    }

    .socNoAthor {
        min-width: 200px;
        padding-right: 10px;
    }

        .socNoAthor ul {
            min-width: 120px
        }

    .contactsInfooter {
        width: 200px;
    }

    .noAuthorizedAuc .footer-menu ul {
        white-space: normal !important;
    }

    @media (max-width: 410px) {
        .preFooter .top-footer .container .footer-menu ul li {
            width: 100%
        }
    }

    .noAuthorizedAuc .footer-menu .title {
        margin-top: 25px !important;
        margin-bottom: 10px;
    }

    .isAuthorizedAuc .footer-logo {
        padding-top: 13px;
    }

    @media (max-width: 320px) {
        .isAuthorizedAuc .footer-logo .idea {
            white-space: normal;
        }
    }

    .noAuthorizedAuc .footerBlock {
        width: 100%;
        float: left;
    }

    .allFooterBlock,
    .preFooter {
        background: #c0c8ce
    }

        .preFooter .top-footer {
            border-top: 1px solid #e7e7e7
        }

            .preFooter .top-footer .container .footer-logo .idea {
                color: #555d66
            }

            .preFooter .top-footer .container .footer-logo .contacts-footer .title {
                color: #555d66
            }

            .preFooter .top-footer .container .footer-logo .contacts-footer ul.social-footer li a {
                background: #fff;
                border: 1px solid #e3e5e8
            }

            .preFooter .top-footer .container .footer-menu .title {
                color: #555d66
            }

            .preFooter .top-footer .container .footer-menu ul li a {
                color: #555d66
            }

        .preFooter .bottom-footer {
            border-top: 1px solid rgba(199, 209, 217, .5)
        }

            .preFooter .bottom-footer .container .copyrights,
            .preFooter .bottom-footer .container .vis,
            .preFooter .bottom-footer .container .vis a {
                color: #333
            }

.sprit_logoblack, .sprit_logowight, .sprit_logoblack120, .sprit_logowight120, .sprit_fb,
.sprit_in, .sprit_yt, .sprit_more-menu, .sprit_phones-arrow, .sprit_user, .sprit_x {
    display: inline-block;
    background: url(/Content/images/header-footer.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

    .sprit_logoblack {
        background-position: -5px -0px;
        width: 149px;
        height: 40px;
    }

    .sprit_fb {
        background-position: -5px -164px;
        width: 40px;
        height: 40px;
    }

    .sprit_in {
        background-position: -50px -164px;
        width: 40px;
        height: 40px;
    }

    .sprit_yt {
        background-position: -95px -164px;
        width: 40px;
        height: 40px;
    }

    .numberAther {
        font-size: 16px;
        margin-top: 10px;
    }

    a.greenEmail {
        color: #33c15f !important;
    }

    .green {
        color: #33c15f;
    }

    .fs16 {
        font-size: 22px !important;
        color: #555555;
    }

    .ht2 {
        height: 2px !important;
    }

    .closed #sidebar {
        width: 66px;
    }

    ul.orgMenu {
        padding-bottom: 11px;
        text-transform: uppercase;
        font-weight: 500;
        width: 100%;
        padding-left: 0;
        margin-top: 12px;
        float: left;
        margin-bottom: 0px;
    }

    ul.orgMenu {
        border-bottom: 1px solid #cbced0;
        font-weight: 500;
    }

    .orgMenu {
        font-size: 14px;
    }

ul.orgMenu li.active {
    border-bottom: 2px solid #ec553c;
    font-weight: bold;
    color: #333;
}

    ul.orgMenu li {
        display: inline;
        padding-bottom: 11px;
    }

    .content li {
        list-style: outside none none;
        margin-bottom: 0;
    }

    ul.orgMenu li.normal:hover {
        border-bottom: 2px solid #ec553c !important;
        color: #333;
    }

    ul.orgMenu li.cp:hover {
        text-decoration: none;
    }

    ul.orgMenu li.disabled:hover {
        border: none !important;
        color: #b2aca2 !important;
        cursor: default !important;
    }

    ul.orgMenu span {
        padding-bottom: 12px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .my-organization ul.orgMenu span {
        padding-left: 15px;
        padding-right: 15px;
    }


    @media (max-width: 1218px) {
        .isAuthorizedAuc {
            margin-left: 66px;
        }
        .home-table-container {
            left: 66px;
        }
    }


@media (max-width: 600px) {

    .panel-forest-table.panel-tender-table > .table, .panel-forest-table > .table {
        margin-top: 20px;       
    }

    .wide-table-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    ul.orgMenu li {
        padding-bottom: 0;
    }
    ul.orgMenu span {
        padding-left: 0;
        padding-right: 0;
    }
    .isAuthorizedAuc {
        margin-left: 0;
    }

    .top-carousel-container {
        width: 100%;
    }

    .home-table-container {
        left: 0;
    }

    .auction-carousel .arrow {
        width: 18px;
    }

    .auction-carousel .arrow-left {
        left: 4px;
    }
    .auction-carousel ul {
        list-style: none;
    }
    .auction-carousel li {
        width: 84px;
        margin: 0;
        margin-bottom: 5px;
        padding: 9px 0;
        list-style: none;
    }

    .auction-carousel span {
        font-size: 12px;
        white-space: pre-line;
        color: #666;
    }

    .auction-carousel li .category-img {
        width: 46px;
    }

    .top-carousel-container {
            width: 100%;
    }

    .auction-carousel-container {
        width: calc(100% - 38px);
        left: 20px;
        transform: none;
        margin-left: 0;
        margin: auto;
    }

    .auction-carousel {
        width: 100%;
    }

    .auction-carousel .arrow-right {
        right: 0;
    }
}

@media (max-width: 600px) {
    #modalCreateAuctionSelect button, #modalCreateAuctionSelect select {
        font-size: 1rem;
    }
    .footerBlock {
        padding-left: 22px;
    }
    .main-container {
        padding-left: 44px;
    }
    #sidebar {
        margin: 0;
        padding-left: 0;
    }

    #sidebar .user-block {
        padding-left: 6px;
    }

    .closed #sidebar {
        width: 44px;
    }
}

.real-estate-prop-col {
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    /*.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .closed .content {
        margin-left: 66px;
        width: calc(100% - 66px);
    }

    .content {
        margin-left: 280px;
    }

    
}

@media (max-width: 767px) {

    .content {
        margin-left: 0;
        width: 100%;
    }
}*/

    /* ================================================================================== */
.row-odd-bg {
    background-color: #fff;
}

.row-even-bg {
    background-color: #f0f0f0;
}

#callBack {
    cursor: pointer;
    text-decoration: underline;
    line-height: 8px;
    font-size: 13px;
    display: inline;
}


.call-back-css .modal-dialog {
    max-width: 400px;
    margin: 25px auto 70px auto;
}

.call-back-css .btn {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.call-back-css .name {
    margin-top: 15px;
}

#contactInfoDropDown {
    display: none;
    position: absolute;
    top: 54px;
    right: 0;
    border-radius: 3px;
    padding: 15px 20px;
    text-align: right;
    background: white;
    list-style: none;
}

    #contactInfoDropDown li a {
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        white-space: nowrap;
    }

@media (max-width: 767px) {

    #searchFormPanelBody {
        margin-top: 15px;
    }
}

.btnNotification .btnBadge {
    position: relative;
    top: -4px;
    right: -2px;
    padding: 2px 6px 0px 6px;
    border-radius: 50%;
    background: #033c73;
    color: white;
}

.new-table.lease-table th {
    text-align: center;
}


/*#map {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10% !important;
}*/
/*.leaflet-container {
    overflow: visible !important;
}*/

/* CUSTOM RADIO */
.checkbox-radio {
    margin-bottom: 0.2em;
}

/* для элемента input c type="checkbox-radio" */
.custom-checkbox-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox-radio */
.custom-checkbox-radio > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

    /* создание в label псевдоэлемента before со следующими стилями */
    .custom-checkbox-radio > span::before {
        content: '';
        display: inline-block;
        width: 2em;
        height: 2em;
        flex-shrink: 0;
        flex-grow: 0;
        border: 1px solid #adb5bd;
        border-radius: 0.25em;
        margin-right: 0.5em;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

/* стили при наведении курсора на checkbox-radio */
.custom-checkbox-radio > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox-radio > input:not(:disabled):active + span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox-radio > input:focus + span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox-radio > input:focus:not(:checked) + span::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox-radio > input:checked + span::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox-radio > input:disabled + span::before {
    background-color: #e9ecef;
}

.tab-active {
    background-color: #bbb !important;
}

.tab-simple {
    background-color: #eee !important;
}

.tab-blue {
    color: #045c90;
}

.regBg {
    background-color: rgb(243, 247, 250);
}
.address-block .panel {
    background-color: rgb(243, 247, 251);
}

#modalDocPreview {
    z-index: 999;
}
#modalDocPreview .modal-dialog {
    background: url(/Content/images/metaball-loader.gif) center 30% no-repeat #3C3C3C;
    border: 3px solid #3C3C3C !important;
}
#modalDocPreview .modal-content {
    background: url(/Content/images/metaball-loader.gif) center 30% no-repeat #3C3C3C;
    border: 3px solid #3C3C3C !important;
}
#modalDocPreview img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
}
#modalDocPreview .modal-body {
    padding: 0;
    text-align: center;
}
#modalDocPreview .btn {
    width: 50%;
}
.deletedDocument a {
    text-decoration: line-through;
}

.dfi {
    display: flex !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 3px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #999;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.toploaderbase {
    color: #555;
    width: 100%;
    z-index: 20000000000;
    position: absolute;
    text-align: center;
    height: 0;
    top: 0;
    display: none;
    cursor: wait;
    background-color: #ccc;
}

.di {
    display: inline !important
}

.dt {
    display: table !important
}

.dtc {
    display: table-cell !important
}
.margin-0-5-0-5 {
    margin: 0 5px 0 5px;
}

#scrollable-dropdown-menu .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

@media (max-width: 600px) {
    .titleDoc .label {
        display: block;
        white-space: normal;
    }
}
@media (min-width: 600px) {
    .listDocs {
        margin-left: 35px;
    }
}

.titleDoc {
    display: flex !important;
    justify-content: space-between;
}

.title-label {
    display: block !important;
    text-align: left !important;
    line-height: 1.5 !important;
}

.download-btn {
    border: none;
    background-color: transparent;
}

.checkbox label {
    vertical-align: middle;
    line-height: 22px;
}

@media (max-width: 600px) {
    .logoRelocate {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
    .helpLogoRelocate {
        text-align: center;
    }
}

@media (min-width: 601px) {
    .helpLogoRelocate {
        text-align: right;
    }
}

.helpContent li{
    list-style: unset;
}


ul#footerMenu li {
    display: inline;
    margin-inline:20px;
}
ul#socialMedia li {
    display: inline;
}

.socialMediaLogo {
    background-color: azure;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

@media (min-width: 600px) {
    .footerPositionRg {
        text-align: center;
    }
    .copyrightLogo {
        padding-top: 80px;
    }
    .possitionCopyrights {
        padding-top: 180px;
    }
    .login-form {
        min-height:400px;
    }
}
@media (max-width: 600px) {
    .footerPositionRg {
        text-align: center;
    }
    .copyrightLogo {
        text-align: center;
    }
    .possitionCopyrights {
        text-align: center;
    }
}

.header-container > .banner-container {
    width: 100%;
    background: linear-gradient(90deg, #C0EFD0 15.92%, #DDFCDF 93.15%);
    padding: 11px 30px;
    font-size: 12px;
    line-height: 14px;
    color: #1D1F1D;
    font-weight: 600;
}

.header-container > .banner-container > a {
    color: #4CAF50;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 440px !important;
}

@media(max-width:1489px){
    .navbar-collapse {
        min-height: 80px !important;
    }
}

@media (min-width: 971px) {
    .hiddenLogBtn {
        display:none !important;
    }
}

@media (min-width: 971px) {
    .phonePossition {
        margin-top: -4px !important;
    }
}
@media (min-width: 770px) {
    .durationMargin {
        margin-left: 0 !important;
    }
}

@media (max-width: 770px)  {
    .relocate-table .new-table td:nth-child(2) {
        display: none;
    }
    .relocate-table .new-table th:nth-child(2) {
        display: none;
    }
    .relocate-table .new-table td:nth-child(3) {
        display: none;
    }

    .relocate-table .new-table th:nth-child(3) {
        display: none;
    }
    .relocate-table .new-table td:nth-child(4) {
        display: none;
    }

    .relocate-table .new-table th:nth-child(4) {
        display: none;
    }
    .relocate-table-title {
        display: none;
    }
    .centerTitleMb {
        text-align: center;
        margin:0;
    }
}
@media (min-width: 770px){
    .relocate-table-info {
        display: none;
    }
}

@media (max-width: 770px) {

    .registry-table .new-table td:nth-child(3) {
        display: none;
    }

    .registry-table .new-table th:nth-child(3) {
        display: none;
    }

    .registry-table .new-table td:nth-child(4) {
        display: none;
    }

    .registry-table .new-table th:nth-child(4) {
        display: none;
    }

    .registry-table .new-table td:nth-child(5) {
        display: none;
    }

    .registry-table .new-table th:nth-child(5) {
        display: none;
    }
    .registry-table .new-table td:nth-child(6) {
        display: none;
    }

    .registry-table .new-table th:nth-child(6) {
        display: none;
    }

    .registry-table-title {
        display: none;
    }
    .regSearchFilter {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 770px) {
    .registry-table-info {
        display: none;
    }
    .regSearchFilter {
        padding-left: 5px;
        padding-right: 10px;
    }
}

@media (max-width: 770px) {
    .leaseAction-table .new-table td:nth-child(1) {
        display: none;
    }
    .leaseAction-table .new-table th:nth-child(1) {
        display: none;
    }
    .leaseAction-table .new-table td:nth-child(3) {
        display: none;
    }
    .leaseAction-table .new-table th:nth-child(3) {
        display: none;
    }
    .leaseAction-table .new-table td:nth-child(4) {
        display: none;
    }
    .leaseAction-table .new-table th:nth-child(4) {
        display: none;
    }
    .leaseAction-table .new-table td:nth-child(5) {
        display: none;
    }
    .leaseAction-table .new-table th:nth-child(5) {
        display: none;
    }
}
@media (min-width: 770px) {
    .leaseAction-table-info {
        display: none;
    }
}

@media (max-width: 770px) {
    .leaseRequest-table .new-table td:nth-child(1) {
        display: none;
    }

    .leaseRequest-table .new-table th:nth-child(1) {
        display: none;
    }

    .leaseRequest-table .new-table td:nth-child(3) {
        display: none;
    }

    .leaseRequest-table .new-table th:nth-child(3) {
        display: none;
    }

    .leaseRequest-table .new-table td:nth-child(4) {
        display: none;
    }

    .leaseRequest-table .new-table th:nth-child(4) {
        display: none;
    }

    .leaseRequest-table .new-table td:nth-child(5) {
        display: none;
    }

    .leaseRequest-table .new-table th:nth-child(5) {
        display: none;
    }
}

@media (min-width: 770px) {
    .leaseRequest-table-info {
        display: none;
    }
}

@media (max-width: 770px) {
    .regContract-table .new-table td:nth-child(2) {
        display: none;
    }

    .regContract-table .new-table th:nth-child(2) {
        display: none;
    }

    .regContract-table .new-table td:nth-child(3) {
        display: none;
    }

    .regContract-table .new-table th:nth-child(3) {
        display: none;
    }

    .regContract-table .new-table td:nth-child(4) {
        display: none;
    }

    .regContract-table .new-table th:nth-child(4) {
        display: none;
    }

    .regContract-table .new-table td:nth-child(5) {
        display: none;
    }

    .regContract-table .new-table th:nth-child(5) {
        display: none;
    }
    .regContract-table .new-table td:nth-child(6) {
        display: none;
    }

    .regContract-table .new-table th:nth-child(6) {
        display: none;
    }
    .regContract-table .new-table td:nth-child(7) {
        display: none;
    }

    .regContract-table .new-table th:nth-child(7) {
        display: none;
    }
    .regContract-table .new-table td:nth-child(8) {
        display: none;
    }

    .regContract-table .new-table th:nth-child(8) {
        display: none;
    }
}

@media (min-width: 770px) {
    .regContract-table-info {
        display: none;
    }
}


@media (max-width: 770px) {
    
    .favorite-tender-table .new-table th:nth-child(2) {
        text-align: center;
    }
    .favorite-tender-table .new-table td:nth-child(3) {
        display: none;
    }

    .favorite-tender-table .new-table th:nth-child(3) {
        display: none;
    }

    .favorite-tender-table .new-table td:nth-child(4) {
        display: none;
    }

    .favorite-tender-table .new-table th:nth-child(4) {
        display: none;
    }
    .favorite-tender-table .new-table td:nth-child(5) {
        display: none;
    }

    .favorite-tender-table .new-table th:nth-child(5) {
        display: none;
    }

    .panel-body .favorite-tender-table {
        padding: 0 !important;
        margin:0!important;
    }


}


.favorite-tender-table .new-table td:nth-child(3) {
    text-align: center;
}

.favorite-tender-table .new-table th:nth-child(3) {
    text-align: center;
}
.favorite-tender-table .new-table td:nth-child(4) {
    text-align: center;
}

.favorite-tender-table .new-table th:nth-child(4) {
    text-align: center;
}
.favorite-tender-table .new-table td:nth-child(5) {
    text-align: center;
}

.favorite-tender-table .new-table th:nth-child(5) {
    text-align: center;
}


@media (min-width: 770px) {
    .favorite-tender-table-info {
        display: none;
    }
}

@media (max-width: 770px) {
    .awardBtn {
        width: 100%;
        max-width:250px;
        white-space: normal!important;
        margin-bottom:10px!important;
        /*margin-right:-10px!important;*/
        text-align:center!important;
    }
    .awardBtnCenterMob {
        text-align: center !important;
        padding-right: 20px;
    }

    .tenderDetailesBtn {
        width:100%;
        display: block!important;
        white-space: normal!important;
        margin-bottom:10px!important;
    }
}

.tenderDetailesBtn {
    min-width: 175px;
}

.wrapText {
    word-wrap: break-word;
    white-space: normal !important;
}

@media (max-width: 770px) {
    .users-organizations-table td:nth-child(2) {
        display: none;
    }
    .users-organizations-table th:nth-child(2) {
        display: none;
    }
    .users-organizations-table td:nth-child(3) {
        display: none;
    }
    .users-organizations-table th:nth-child(3) {
        display: none;
    }
    .users-organizations-table td:nth-child(4) {
        display: none;
    }
    .users-organizations-table th:nth-child(4) {
        display: none;
    }
    .users-organizations-table td:nth-child(5) {
        display: none;
    }
    .users-organizations-table th:nth-child(5) {
        display: none;
    }
    .btnCenterMob{
        text-align:center;
    }
}
@media (min-width: 770px) {
    .users-organizations-table-info {
        display: none;
    }
}
/*@media (min-width: 765px) {
    .hideSmallWindow {
        display: none;
    }
}*/
@media (min-width: 1802px) {
    .hideSmallWindow {
        display: none;
    }
}

.widthCurrencyBid{
    width:85px;
}

.assetObject-table th:nth-child(2), .assetObject-table th:nth-child(3), .assetObject-table th:nth-child(4), .assetObject-table th:nth-child(5) {
    text-align: center;
}
.assetObject-table td:nth-child(2), .assetObject-table td:nth-child(3), .assetObject-table td:nth-child(4), .assetObject-table td:nth-child(5) {
    text-align: center;
}

.allAssetObjects .assetObject-table th:nth-child(5) {
    display: none;
}

.allAssetObjects .assetObject-table td:nth-child(5) {
    display: none;
}

.execution-accordion a:focus, .execution-accordion a:hover, .execution-accordion a {
    text-decoration: none;
}

.carriage-accordion a:focus, .carriage-accordion a:hover, .carriage-accordion a {
    text-decoration: none;
}

.carriage-accordion .panel-heading {
    padding: 0;
}

.carriage-accordion .panel-body {
    padding: 0;
    border-top: none !important;
}

.carriage-accordion .panel-group {
    margin-bottom: 0;
}

.carriage-accordion .panel-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.title-block-closed {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.panel-heading.total-border-gray {
    border: 1px solid #ddd;
}

.closed #sidebar .span_fals, .closed #sidebar .span_true, .closed .hideIFClosed {
    display: none
}

.closed #sidebar .check_fals, .closed #sidebar .check_true {
    margin-top: -15px;
    margin-bottom: 10px;
}

.check_true {
    background: url(/Content/images/all-imgs.png) -331px -38px no-repeat;
    width: 30px;
    height: 16px;
    border: 0
}

.check_fals {
    background: url(/Content/images/all-imgs.png) -331px -54px no-repeat;
    width: 30px;
    height: 16px
}

.all-sidebars .span_true {
    color: #33c15f;
}

.all-sidebars .span_fals {
    color: #ee5f5b;
}
.categoryRegistryTable {
    margin-top: 125px;
}
@media (min-width: 970px) {
    .categoryRegistryTable {
        margin-top:135px;
    }
}
@media (min-width: 1490px) {
    .categoryRegistryTable {
        margin-top: 125px;
    }
}

#modalGetInvoicesWithoutBid p {
    color: #4e4e4e;
    font-size: 14px;
}

#modalGetInvoicesWithoutBid h4 {
    font-size: 16px;
}

#modalInfoAboutCreateLandArrested .modal-header, #modalGetInvoicesWithoutBid .modal-header {
    text-align: center;
}
#modalInfoAboutCreateLandArrested .modal-header {
    padding-top: 0;
    padding-bottom: 0;
}
.faIconSize i {
    font-size: 12px;
}


@media (min-width: 967px) {
    .content_logout {
        margin-top: 20px;
        min-height: 66vh;
    }
}
@media (min-width: 1488px) {
    .content_logout {
        margin-top: 0px;
    }
}

.width-100 {
    width:100%;
}

.requiredRadioBtn input[type=radio] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: none;
    border: 2px solid red;
}
h1.titleBlock {
    font-size: 13px;
    margin: 0 0 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    color: #555;
}

/*new footer begin*/
footer {
    width:100%;
    float:left;
    min-height: 180px;
    margin-top: 50px;
    border-top: 2px solid #cfd3d6;
   /* padding-top: 20px;*/
    background-color: #b5afaf39;
    margin-right:0;
}

@media(min-width: 600px) {
    .footer-offerta {
        text-align: right;
    }

    .footer-mobile-view {
        display: none;
    }
}

.footer-mobile-view {
    text-align: center;
    line-height: 20px;
    color: #6c757d;
}

.footer-mobile-view a, .footer-mobile-view p, .footer-desktop-view a, .footer-desktop-view p {
    color: #6c757d;
}

.telephone {
    font-size: 15px;
}

.footer-desktop-view-authorize {
    margin: 0 15px 0 15px;
}

@media(max-width: 600px) {
    .footer-desktop-view {
        display: none;
    }

    footer {
        min-height: 380px;
    }

    .bottom-footer{
        text-align:center;
    }
}

.footer-mobile-view svg, .footer-desktop-view svg {
    fill: #6c757d;
}

.footer-mobile-view #footer-facebook:hover, .footer-desktop-view #footer-facebook:hover {
    fill: #2d35bf;
    cursor: pointer;
}

.footer-mobile-view #footer-youtube:hover, .footer-desktop-view #footer-youtube:hover {
    fill: #aa3a3a;
    cursor: pointer;
}

.footer-mobile-view #footer-linkedin:hover, .footer-desktop-view #footer-linkedin:hover {
    fill: #045c90;
    cursor: pointer;
}

.top-footer {
    padding: 15px 0 100px 0;
}

.bottom-footer {
    margin-top: 15px;
}

.footer-grid-menu ul li a {
    color: #6c757d;
    font-size: 12px;
    text-decoration: none;
}

.footer-grid-menu ul a {
    width: 100%;
    height: 100%;
    display: flex;
}

.footer-grid-menu ul li {
    margin: 3px;
}

    .footer-grid-menu ul li:hover {
        margin-bottom: -2px;
        border-bottom: 2px solid #48b168;
    }

.footer-grid-menu {
    max-width: 605px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.footer-grid-menu > ul > li > p {
    margin: 0;
}

.footer-dropdown-menu {
    top: 20% !important;
}

.footer-grid-menu ul {
    padding: 0;
    text-transform: uppercase;
    list-style-type: none;
}
/*new footer end*/


/*registration begin*/
.round-element input, .round-element button {
    border-radius: 25px !important;
    border: 0 !important;
}

.logo-pp-sale, .logo-steps {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.logo-pp-sale p {
   /* font-size: 18px;*/
    font-weight: 600;
    color: #212121;
    font-family: "Rubik",sans-serif;
}
.responsive-steps {
    width: 100%;
    height: auto;
}

.eye-field-icon {
    float: right;
    margin-left: -65px;
    margin-top: -35px;
    position: relative;
    right: 20px;
    z-index: 2;
}
.mobile-550 {
    display: none;
}
@media (max-width: 550px) {
    .mobile-550 {
        display: block;
    }
}

.desktop-550 {
    display: block;
}
@media (max-width: 550px) {
    .desktop-550 {
        display: none;
    }
    .responsive-steps {
        width: 80%;
        margin-left: 10%;
    }
}

.registration-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'surname telephone'
                         'name password'
                         'second-name confirm-password'
                         'email btn';
}

@media (max-width: 767px) {
    .registration-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 'surname'
                             'name'
                             'second-name'
                             'telephone'
                             'email'
                             'password'
                             'confirm-password'
                             'btn';
    }
}

.input-container {
    margin: 0 10px;
}

.reg-surname {

    grid-area: surname;
}

.reg-phone-with-mask {
    
    grid-area: telephone;
}

.reg-name {
    
    grid-area: name;
}

.reg-password {
    
    grid-area: password;
}

.reg-second-name {
    
    grid-area: second-name;
}

.reg-password-confirm {
    
    grid-area: confirm-password;
}

.reg-email {
    
    grid-area: email;
}

.reg-btn-submit {
    
    grid-area: btn;
}
/*registration end*/

.tender-count {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 7px;
}

.search-container {
    display: flex;
    align-items: center;
}
.template-search-text, #modalListTemplates #list-search-templates {
    margin-left: 5px;
    margin-right: 10px;
    padding-top: 5px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}
.template-search-text {
    white-space: nowrap;
}
#modalListTemplates .list-search-templates p {
    margin-left: 20px;
    margin-right: 20px;
}

#modalListTemplates .modal-header p, #modalSaveTemplate .modal-header p {
    font-size: 18px;
}

.template-search-text:hover {
    color: #3978B0;
    text-decoration-line: underline;
}

.icon-with-text {
    display: inline-flex;
    align-items: center;
    cursor:pointer;
}

.underline-btn-none .template-search-text:hover {
    cursor: auto;
    text-decoration-line: none;
}

.template-search-button {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.button-container {
    display: flex;
    justify-content: flex-end;
}

#modalSaveTemplate .control-label {
    color: #333;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

#modalSaveTemplate .control-label input[type='checkbox'] {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: var(--White, #FFF);
}

#modalSaveTemplate .modal-footer button {
    min-width: 124px;
}

.list-search-templates {
    display: flex;
    width: 344px;
    min-height: 38px;
    padding: 6px 18px;
    border-bottom: 1px solid #D6D6D6;
    background: #FFF;

    display: flex;
    justify-content: space-between;
}
.list-top-border {
    border-top: 1px solid #D6D6D6;
}

.list-search-templates p {
    word-break: break-all;
    margin-left: 5px;
    margin-right: 10px;
    padding-top: 5px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.28px;
    text-align: left;
}

.edit-template-name-input {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    background-color: transparent;
    width: 90%;
    padding: 0 0 0 5px;
    margin-left: 20px;
}
.filter-template-name {
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    border: 1px solid #CCC;
}
.filter-template-name p {
    color: #3978B0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

#svg-remove-template :hover {
    fill: #DD4F40;
    background: #F5F5F5;
}
#svg-global-template :hover {
    fill: blue;
    background: #F5F5F5;
}

#modalEmptyListTemplates {
    padding: 18px;
    border-radius: 7px;
}

#modalEmptyListTemplates .modal-footer button {
    min-width: 185px;
}
#modalEmptyListTemplates .modal-footer, #modalEmptyListTemplates .modal-header {
    border: none;
}
#modalEmptyListTemplates .modal-footer {
    padding-top: 0;
}
#modalEmptyListTemplates .modal-body {
    padding-bottom: 5px;
}

.modal-empty-list-templates p {
    color: #333;
    text-align: center;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.modal-empty-list-templates-header p {
    color: #333;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.48px;
}

#modalEmptyListTemplates .modal-dialog, #modalSaveTemplate .modal-dialog, #modalListTemplates .modal-dialog {
    width: 344px;
    border-radius: 7px;
}

.email-activated {
    text-align: center;
    font-size:18px;
    font-weight: 600;
}
.email-activated svg{
    margin-top:5px;
}

.panel-activate {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: 0;
}

.modal {
    z-index: 2000000002 !important;
}
@media (max-width: 500px) {
    .showSweetAlert {
        margin-top: -265px !important;
    }

    .showSweetAlert > p {
        max-height: 200px;
        content-visibility: auto;
        overflow-y: scroll;
    }
}
@media (max-width: 431px) {
    .user-block-right {
        width: calc(100% - 70px);
    }

    .profile {
        width: 100%;
    }

    .main-container {
        padding-left: 0;
    }

    .panel-default {
        overflow-x: auto;
    }

    #sidebar {
        height: calc(100% - 100px);
        padding: 80px 0 15px 0;
        width: 100%;
    }

    .all-sidebars .rel {
        display: none;
    }

    .all-sidebars .fs12 {
        width: 100%;
    }

    .all-sidebars .divider {
        width: 100%;
        margin-left: 0;
    }

    .closed #sidebar {
        width: 0;
    }

    .footer-panel-container {
        display: block;
        height: 100px;
        position: fixed;
        bottom: 0;
        padding: 0;
        width: 100vw;
        background-color: #272b30;
        z-index: 3;
    }

    .footer-panel-container > .panel-list {
        display: grid;
        column-gap: 5px;
        align-items: start;
        padding: 20px 5px 0;
        list-style: none;
        grid-auto-flow: column;
        height: 100%;
        grid-auto-columns: 1fr;
    }

    .footer-panel-container > .panel-list > li > a {
        height: 100%;
        display: grid;
        row-gap: 5px;
        align-content: center;
        justify-items: center;
        text-align: center;
        color: #fff;
    }
    @media (max-width: 768px) {
        .mobile-import-doc {
            text-align: center;
        }
    } 
}

.create-first-auc-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-first-auc p {
    color: #333;
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.help-first-auc {
    display: flex;
    justify-content: center;
}

    .help-first-auc a {
        color: #62BE6A;
        font-family: Helvetica;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.28px;
        padding-left: 10px;
    }

.btn-light-green {
    background-color: #62BE6A;
    color: white
}

.h2-titles {
    font-family: Helvetica;
    font-size: 14px;
}

.dropdown-organization-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px;
}
.dropdown-organization-action > .contract-checkbox {
    width: 100%;
}
.dropdown-organization-action > .actions-btn {
    position: relative;
}
.actions-btn .menu-item-btn {
    border: none;
    background-color: #fff;
    text-align: start;
    width: 100%;
    min-width: max-content;
}
.actions-btn .menu-item-btn:hover {
    color: #fff;
    background-color: #2fa4e7;
}

@media (min-width: 1368px) {
    .descktop-banner {
        margin-top: -20px
    }
}

.org-panel-footer {
    display: flex;
    column-gap: 14px;
    padding-bottom: 60px !important;
    flex-wrap: wrap;
    row-gap: 10px;
}

.address-checkbox > p {
    width: max-content;
}

@media (max-width: 600px) {
    .org-panel-footer {
        padding-bottom: 40% !important;
    }

    .address-checkbox > p {
        width: auto;
    }
}

.dia-modal-open {
    position: relative;
    display: inline-block;
}

.dia-modal-open > .address-checkbox {
    top: 120%;
}

.address-checkbox > .check-address-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 10px;
}

.dia-modal-open > button {
    border: 1px solid #000;
    padding: 5.5px 16px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

.flex-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sharing-type-btn-container {
    display: flex;
    gap: 10px;
}

@media (max-width: 730px) {
    .sharing-type-btn-container {
        flex-direction: column;
        align-items: center;
    }
}

.sharing-type-btn {
    display: grid;
    grid-template-rows: 5fr 1fr;
    row-gap: 10px;
    height: 320px;
    width: 320px;
    border-radius: 20px;
    border: 1px solid #E9EAEB;
    padding: 10px;
    background-color: #fff;

    &:hover {
        background-color: #C8E6C9;
    }
}

.sharing-type-btn > img {
    justify-self: center;
    align-self: center;
}

.deep-link {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.update-qr-code {
    position: absolute;
    border-radius: 7px;
    border: 0 solid #FFF;
    background-color: #3C3F49;
    color: #fff;
    padding: 8px 20px;
}

.dia-title {
    color: #7D7F86;
}

.qr-code-expired {
    color: #EB5772;
}

.relevantAuctions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
    justify-content: space-between;
    column-gap: 14px;
}

.relevantAuctions > .relevantAuctions-height {
    flex-grow: 1;
}

.relevantAuctions .auction-item {
    display: grid;
    grid-template-rows: 200px 1fr;
    height: calc(100% - 15px);
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 10px;
    min-height: 400px;
}

.relevantAuctions .auction-image {
    width: 100%;
    height: 200px;
}

.relevantAuctions .desc-container {
    display: grid;
    row-gap: 10px;
    padding: 10px 0;
}

.relevantAuctions .desc-container .auction-title {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.relevantAuctions .desc-container .auction-description {
    margin: 10px 0;
}

.relevantAuctions .auction-organization {
    color: #555;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#relevantAuction {
    display: grid;
    grid-template-rows: 34px minmax(0, 1fr) 26px 28px 60px;
    padding: 10px 0;
}

.relevantAuctions .auction-price {
    color: #28a745;
    font-size: 1.5em;
    font-weight: bold;
}
.relevantAuctions .auction-price-title {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.relevantAuctions .auction-price-curency {
    color: #62BE6A;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.relevantAuctions .auction-button {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.relevantAuctions .et-icon {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: #62BE6A;
}

.relevantAuctions .custom-classification {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #EEE;
    background: var(--White, #FFF);
}

.relevantAuctions .image-container {
    position: relative;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    overflow: hidden;
    display: flex;
    min-width: 300px;
    height: 200px;
}

.relevantAuctions .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relevantAuctions .image-container .photo-container {
    display: none;
}

.relevantAuctions .image-container:hover .photo-container {
    display: initial;
}

.relevantAuctions .text-above-image {
    position: absolute;
    top: 10px;
    transform: translateX(10%);
    background-color: #FFF;
    padding: 5px 8px;
    border-radius: 5px;
}

.relevantAuctions .relevant-img-paginator {
    position: absolute;
    top: 80%;
    left: 50%;
}

.relevantAuctions .dots-container {
    column-gap: 8px;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, 0);
}
.relevantAuctions .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.5;
}

.relevantAuctions .current-dot {
    opacity: 1;
}

.relevantAuctions .dots-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.relevantAuctions .relevant-favorite {
    position: absolute;
    top: 10px;
    right: 5%;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #E9EAEB;
    background: var(--White, #FFF);
}


.relevantAuctions .photo-container {
    text-align: center;
}

.relevantAuctions .scroll-button {
    position: absolute;
    top: 45%;
    background-color: transparent;
    border: none;
}

.relevantAuctions .scroll-button img {
    background-color: #1D1F1D;
    border-radius: 5px;
    width: 30px;
    opacity: 0.5;
}

.relevantAuctions .scroll-button-left {
    left: 5%;
}
.relevantAuctions .scroll-button-right {
    right: 5%;
}

.relevantAuctions .scroll-button-left:hover img {
    opacity: 1;
}

.relevantAuctions .scroll-button-right:hover img {
    opacity: 1;
}

.empty-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45vh;
}

.bank-account-organization-info {
    color: #F39500;
    line-height: 20px;
}

.ui-select-choices {
    max-height: 400px;
    overflow-y: auto;
}

#intendedUse .multiline-option,
#intendedUse .multiline-option option {
    white-space: normal !important;
}

#intendedUse .btn-default {
    background-color: white !important;
}

#intendedUse .ui-select-match:hover,
#intendedUse .ui-select-toggle:hover {
    background-color: transparent !important;
    color: #555 !important;
}

.user-position-input .tooltip-inner {
    max-width: 300px;
    white-space: normal;
    word-wrap: break-word;
}

div[style*='z-index: 2000000000'] {
    z-index: 2000000003 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}
body{padding-top:115px;background:#f3f7fa;background-image:none !important;}.angular-animation-container{position:relative;}.shuffle-animation.ng-enter,.shuffle-animation.ng-leave{position:absolute;}.shuffle-animation.ng-enter{-moz-transition:ease-out all .3s .4s;-o-transition:ease-out all .3s .4s;-webkit-transition:ease-out all .3s .4s;transition:ease-out all .3s .4s;left:2em;opacity:0;}.shuffle-animation.ng-enter.ng-enter-active{left:0;opacity:1;}.shuffle-animation.ng-leave{-moz-transition:.3s ease-out all;-o-transition:.3s ease-out all;-webkit-transition:.3s ease-out all;transition:.3s ease-out all;left:0;opacity:1;}.shuffle-animation.ng-leave.ng-leave-active{left:2em;opacity:0;}.pointer td:hover{cursor:pointer;}.pointer td:hover .highlight{color:#8b0000;text-shadow:#fff 0 0 5px;}.clear-padding{padding:0;line-height:1;}.clear-padding .panel{margin:0;}@media (max-width: 1482px){.panel{margin-top: 30px;}}@media (max-width: 969px){.panel{margin-top:0px;}}.indent{margin-left:20px;}@media(max-width:981px){body .navbar-header{float:none;}body .navbar-toggle{display:block;}body .navbar-collapse{border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}body .navbar-collapse.collapse{display:none !important;}body .navbar-nav{float:none !important;margin:0;}body .navbar-nav>li{float:none;}body .navbar-collapse.collapse.in{display:block !important;}body .collapsing{overflow:hidden !important;}}.btnHelpPlans{margin-top:10px;text-align:right;}.btnHelpPlans:hover{cursor:pointer;text-decoration:underline;}.fr{float:right;}#helpPlans .btn{font-size:12px !important;padding:0 8px !important;}.form-control{font-size:12px;margin-bottom:4px;}.tarif td{padding:10px;}.tree span.minus{display:block;float:left;}.tree span.plus{display:none;}.treeTop{font-size:14px;font-weight:bold;margin-top:5px;padding:10px 10px;transition:.2s;}.tree-00 .tree-01:last-child .dush-clear{display:inherit;height:20px;margin-left:-87px;margin-top:-19px;position:absolute;width:5px;}.tree-state{border:1px solid #555;font-size:14px;font-weight:bold;height:25px;margin-right:10px;padding:2px 7px;text-align:center;width:25px;}.tree-tom-name{margin-top:3px;white-space:nowrap;}.tree-tom-name .label{font-size:12px !important;margin-left:10px;margin-right:15px;}.tree-tom-name .label:first-letter {text-transform:uppercase !important;}.tree-tom-name .pdv{font-size:12px;font-weight:normal;}.tree-02{margin-left:22px;padding:8px 48px;}.tree-child-name{font-weight:bold;margin-top:4px;white-space:nowrap;}.tree-01{padding-left:106px;}.no-dush-2{background-image:none !important;}.no-dush-2 .dash_bottom{background-image:none !important;}.no-dush-2 .first-sub-content{margin-top:-10px;padding-left:45px;}.contracting .row{margin-bottom:10px;}.contracting .doc-modify{min-width:50px;width:auto;}#contractingInfo{padding:25px 25px 25px 47px;}.changeInfo{padding:25px 25px 25px 47px;}@media(max-width:767px){h1.page-title{margin-top:0;}}h1.page-title{font-size:12px;font-weight:bold;margin-bottom:0;margin-top:19px;padding-bottom:12px;width:100%;}h1.page-title span{padding:0 25px 12px 25px;}.contractingInfo li{padding-bottom:3px;padding-left:10px;}.collapsed span.minus{display:none;}.collapsed span.plus{display:block;float:left;}.collapsed .fa-plus-square{display:inherit;}.collapsed .fa-minus-square{display:none;margin-right:8px;}body .navbar-collapse.collapse.in{display:block !important;}.table-blue th{background-color:#81dbfa !important;color:#333;font-weight:bold;padding:10px 5px !important;text-transform:uppercase;}.itemTable th{font-size:11px !important;padding:2px 6px !important;text-align:left;vertical-align:middle !important;}.itemTable td{text-align:left !important;vertical-align:top !important;}.dash_bottom h4{margin-bottom:10px;margin-left:0;margin-top:25px;}.tableDocument{width:100%;}.tableDocument .doc-type{text-align:center !important;width:27px;}.tableDocument .doc-state{text-align:right !important;}.tableDocument .doc-date{width:145px;}.tableDocument .doc-modify{text-align:center !important;width:155px;}.tableDocument .deleted-docs .doc-name{text-decoration:line-through;}.btn-sm{font-size:12px;padding:2px 12px;}.deleted-docs{color:#999;}.deleted-docs a{color:#999;}.docs-award h4{margin-bottom:0;}.accordion-all h4{font-size:12px;font-weight:normal;margin-bottom:0;margin-left:-10px;padding-bottom:0;text-transform:capitalize;}.accordion-all .panel-body{border:0 !important;margin:-10px 0 0 0;padding:0;}.accordion-all .panel-group{margin-bottom:0;}.accordion-all .panel-heading{padding:0;}.accordion-all i{font-size:10px;margin-right:5px;}.accordion-all-item h4{margin-bottom:0;margin-top:-20px;}.btn-cpv{border-radius:4px;float:left;height:35px;padding-left:0;padding-right:0;width:95px;}.btn-dkpp{border-radius:4px;float:left;height:35px;padding-left:0;padding-right:0;width:95px;}.description-active{background-color:#54b4eb;border-top-left-radius:8px;border-top-right-radius:8px;color:#000;padding:5px 12px 3px;}.description{background-color:#eee;border-top-left-radius:8px;border-top-right-radius:8px;color:#000;padding:5px 12px 3px;}.bid-tab-active{background-color:#ef4036;border-top-left-radius:8px;border-top-right-radius:8px;color:#000;font-size:13pt;padding:5px 12px 3px;}.bid-tab{background-color:#eee;border-top-left-radius:8px;border-top-right-radius:8px;color:#000;font-size:13pt;padding:5px 12px 3px;}.title-block{background-color:#eee;border-top-left-radius:8px;border-top-right-radius:8px;color:#045c90;font-size:20px;margin-left:-15px;padding:7px 12px 4px;}.fa-plus-square{display:none;margin-right:8px;}.fa-minus-square{display:inherit;margin-right:8px;}.cp label{cursor:pointer;}.link{text-decoration:underline;}.reg-box{border-radius:40px;background-color:#fff;box-shadow:0 4px 10px 0 rgba(25,30,43,.1);width:100%;height:80px;z-index:3;}.reg-box p{vertical-align:middle;font-size:16px;font-family:'Rubik',sans-serif;font-weight:bold;position:absolute;top:44%;transform:translateY(-44%);left:98px;color:#c0c0c1;padding-right:25px;}.numberCircle{border-radius:50%;width:65px;height:65px;padding:5px 8px 4px 8px;border:0 solid #666;color:#fff;text-align:center;font:48px 'Rubik',sans-serif;font-weight:bold;float:left;margin:8px;background-color:#c0c0c1;}.regSteps h3{font-size:45px !important;margin-top:-1px;margin-bottom:2px !important;}.regSteps .row{margin-top:50px;padding-bottom:10px;margin-left:0;margin-right:0;}.regSteps .row .col-xs-4{padding-left:5px;padding-right:5px;}.reg-hid{padding-left:20px;}@media(max-width:675px){.reg-box{height:60px;}.reg-box p{font-size:14px;left:65px;padding-right:20px;}.numberCircle{width:50px;height:50px;padding:5px 8px 4px 7px;font:35px 'Rubik',sans-serif;margin:5px;}.regSteps h3{margin-top:-25px;}.regSteps .row{margin-top:18px;margin-bottom:18px;}}@media(max-width:833px){.reg-box p{top:35%;}.reg-hid{text-align:center;padding-left:0;}}@media(max-width:550px){.reg-box{height:46px;}.reg-box p{line-height:13px;font-size:12px;left:55px;padding-right:12px;}.numberCircle{margin:3px;width:40px;height:40px;font:27px 'Rubik',sans-serif;}}@media(max-width:440px){.regSteps .row .col-xs-4{padding-left:1px;padding-right:1px;width:100%;margin-bottom:5px;}.regSteps h3{font-size:35px !important;}.reg-box{height:33px;}.reg-box p{left:35px;padding-right:4px;}.numberCircle{width:27px;height:27px;font:16px 'Rubik',sans-serif;}}h3.titleNew{font-size:30px;text-transform:uppercase;font-weight:500;font-family:'Rubik',sans-serif;margin-bottom:40px;color:#000;}.post-h3{font-size:24px;font-family:'Rubik',sans-serif;color:#48b168;}.circles .col-xs-6{padding:0 !important;}.circles .col-xs-3{padding:0 !important;}.step1 .circles .col-xs-4:nth-child(1) .numberCircle{background:#33c15f;}.step1 .circles .col-xs-4:nth-child(1) p{color:#33c15f;}.step2 .circles .col-xs-4:nth-child(2) .numberCircle{background:#33c15f;}.step2 .circles .col-xs-4:nth-child(2) p{color:#33c15f;}.step3 .circles .col-xs-4:nth-child(3) .numberCircle{background:#33c15f;}.step3 .circles .col-xs-4:nth-child(3) p{color:#33c15f;}.regLine{height:1px;width:100%;background-color:#e9e9e9;margin-top:40px;}.newButton{border:1px solid #e9e9e9;text-align:center;line-height:48px;height:50px;font-size:16px;text-transform:uppercase;width:100%;border-radius:3px;padding-top:1px;color:#7d7d7d;}.newButton:hover{border:1px solid #c6d0d7;color:#7d7d7d;}.main_form_register{font-weight:500 !important;margin-top:15px;}.main_form_register .bg-panel{background:transparent;}.main_form_register .form-group .col-xs-3{text-align:left;}.main_form_register .btn-success[disabled]{background-color:#33c15f;border-color:#33c15f;color:#fff;}.main_form_register label,.newLabel label,label.newLabel{font:12px 'Helvetica Neue',sans-serif;color:#7d7d7d;text-transform:uppercase;padding-left:5px;}@media(max-width:600px){.main_form_register .panel-body{padding-left:0;padding-right:0;}}@media(max-width:600px){.main_form_register .row{margin-left:0;margin-right:0;}.createProfileNew .panel-footer .btn.btn-green{width:100%;}}.isSendMessage{width:100%;text-align:center;padding:20px 10%;margin-top:25px;border:3px solid #33c15f;font-weight:bold;font-size:18px;margin-bottom:30px;}input.newInput,select.newInput,.newInput input,.newInput select{width:100%;background:#fff;border:1px solid #d2d2d2;border-radius:3px;height:50px !important;line-height:48px;padding:0 20px;font-size:14px;color:#4e4e4e;font-family:'Rubik',sans-serif;box-shadow:none;}.registerStage3 p{font-size:16px;padding-bottom:15px;font-family:'Rubik',sans-serif;}.registerStage3 h2{font-family:'Rubik',sans-serif;}.horizontal-padding-0{padding-left:0 !important;padding-right:0 !important;}.paddingLeft0{padding-left:0 !important;}.paddingRight0{padding-right:0 !important;}.fontThin{font-weight:100;}.firstStepForm{text-align:center;}.firstStepForm h3{font-size:35px;}.firstStepForm button{width:25%;margin:0 10px;}@media(max-width:1000px){.firstStepForm button{width:35%;}}@media(max-width:550px){.firstStepForm button{width:90%;margin-bottom:10px;}}.panel-footer.hideBg{background-color:inherit;}.isSameAddress{width:15px;float:left;height:auto !important;margin-right:8px;margin-top:0;}.next-prev{width:150px;}.fio-block{margin-left:-14px;margin-right:-14px;}.fio-block .reqStar{display:none !important;}.fio-block .help-inline{margin-left:18px;margin-bottom:15px;margin-top:-11px;float:left;}.hidei i,.hideReqStar .reqStar{display:none !important;}.address-block{margin-left:1px;margin-right:1px;}.address-block legend{margin-left:-17px;margin-right:-17px;}.address-block input.addressCheckbox{width:15px;float:left;height:auto !important;margin-right:2px;margin-top:0;}.navbar-toggle-top{border-color:#dedede !important;background-color:#fff !important;width:44px;height:44px;border-radius:50%!important;}.newButton,.newButton button{font-family:'Roboto Condensed';font-size:14px;padding:10px 20px;text-transform:uppercase;}.checkbox-conferm input{width:15px;height:15px;}.btn-createProfile{width:250px;}.conferm-block .checkbox-conferm{margin-left:20px;margin-top:25px;}a.header-li-href:hover,a.header-li-href:focus{background-color:inherit !important;color:#333 !important;}@media(max-width:1199px){.nav-roboto{float:right !important;margin-right:5px !important;}.contact-custom{padding-right:5px !important;padding-top:6px;}}@media(max-width:1063px){.nav-roboto>li>a.header-li-href{padding:17px 6px 4px 7px !important;}}@media(max-width:970px){.nav-roboto{padding-right:10px;}.nav-roboto .contact-custom{position:absolute;top:15px;right:67px;text-align:right;}body .navbar-nav>li{text-align:center;}.contact-custom{display:none!important;}.in .contact-custom{display:block !important;}}.modal{text-align:center;padding:0 !important;}.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px;}.modal-dialog{display:inline-block;text-align:left;vertical-align:middle;}#modalAddBidInvoice p{color:#4e4e4e;font-size:14px;}#modalAddBidInvoice a {font-size: 14px;font-weight: bold;word-break: break-all;}#modalAddBidInvoice h4{font-size:16px;}#modalAddBidInvoice .modal-header{text-align:center;}.html5tooltip-box{background-color:#178ee9;}.colorBlack{color:#4e4e4e;}.colorRed{color:#ff4500;}.colorGreen{color:#18bc9c;}.btn-table{font-size:12px !important;padding:2px 3px !important;border-radius:5px !important;}.align-centre{text-align:center;}.align-right{text-align:right;}.paginationBlockNone ul{display:none;}.datepicker.dropdown-menu{width:300px;}.panel-heading.border-gray{border:1px solid #ddd;border-bottom:0;}.coralColor{color:#f5780a;}td.width22prc{width:22%;}td.width13prc{width:13%;}.logo-auction{vertical-align:middle;width:145px;margin-top:5px;margin-right:40px;}@media(max-width:1150px){.logo-auction{margin-right:0;}}@media(max-width:1110px){.logo-auction{margin-top:11px;width:100px;}}@media(max-width:981px){.logo-auction{width:145px;}}.navbar{display:flex;align-items:center;min-height:80px;padding:7px 0;transition:all .3s ease;}@media(max-width:1489px){.navbar{padding:8px 0 0 0;}}@media (min-width: 350px){.navbarPadding{padding: 8px 0 0 0;}}@media (min-width:1416px){.navbarPadding{padding: 0;}}@media(max-width:1489px){.navbar{padding:8px 0 0 0;}}@media (min-width: 350px).navbar-resize{height:100px;transition:all .3s ease;}.headerContainer{width:100% !important;padding-left:15px;padding-right:15px;}.headerContainer .navbar-right{margin-right:0;}.contact-custom{margin-right:20px;}@media(max-width:1200px){.contact-custom{margin-right:0;}}td .ng-binding{text-align:center;}td .organizationName.ng-binding{text-align:left;}.bidTable td .ng-binding{text-align:left;}.modal-footer .row{margin-left:0;margin-right:0;}.newInputHeight input,select{height:35px !important;}.social-block{position:fixed;top:50%;transform:translateY(-50%);right:20px;z-index:3424;list-style:none;}@media(max-width:1240px){.social-block{display:none;top:34px;right:0;left:140px;}}.social-block ul{list-style:none;}@media(max-width:1240px){.social-block ul{display:flex;}}.social-block ul li{margin:5px 0;}.social-block ul li a{display:block;width:40px;height:40px;background:#fff;border:1px solid #e9e9e9;border-radius:50%;-webkit-transition:all .3s ease;transition:all .3s ease;}.social-block ul li a:hover{border-color:#c6d0d7;}.social-block ul li a img{display:block;width:100%;}.contact-social-btn ul{list-style:none;padding:0;display:flex;justify-content:flex-start;}.contact-social-btn ul li{margin:5px;}.contact-social-btn ul li a{display:block;width:40px;height:40px;background:#fff;border:1px solid #e9e9e9;border-radius:50%;-webkit-transition:all .3s ease;transition:all .3s ease;}.contact-social-btn ul li a:hover{border-color:#c6d0d7;}.contact-social-btn ul li a img{display:block;width:100%;}.allowedType{background-color:#8cec87;}.cursor-pointer{cursor:pointer;}.error404Link{color: #555;text-decoration: underline;}.errorPage404{margin: 30px 20px 30px 20px;}.errorPage404TextH2{font-size: 55px;font-weight: bold;}.errorPageFoto{margin-top: 50px;display: block;}.img-inline-block-error-page{display: inline-block !important;vertical-align: top;}.header-inline-block-error-page{color: #4EB46E;text-transform: uppercase;max-width: 500px;margin: 20px 0 0 20px !important;}
.p0 {
    padding: 0 !important
}

.p5 {
    padding: 5px !important
}

.p7 {
    padding: 7px !important
}

.p10 {
    padding: 10px !important
}

.p15 {
    padding: 15px !important
}

.p20 {
    padding: 20px !important
}

.p25 {
    padding: 25px !important
}

.p30 {
    padding: 30px !important
}

.p35 {
    padding: 35px !important
}

.p50 {
    padding: 50px !important
}

.p75 {
    padding: 75px !important
}

.p100 {
    padding: 100px !important
}

.pt0 {
    padding-top: 0 !important
}

.pt1 {
    padding-top: 1px !important
}

.pt2 {
    padding-top: 2px !important
}

.pt3 {
    padding-top: 3px !important
}

.pt4 {
    padding-top: 4px !important
}

.pt5 {
    padding-top: 5px !important
}

.pt6 {
    padding-top: 6px !important
}

.pt7 {
    padding-top: 7px !important
}

.pt8 {
    padding-top: 8px !important
}

.pt9 {
    padding-top: 9px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt12 {
    padding-top: 12px !important
}

.pt13 {
    padding-top: 13px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt17 {
    padding-top: 17px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt35 {
    padding-top: 35px !important
}

.pt50 {
    padding-top: 50px !important
}

.pt75 {
    padding-top: 75px !important
}

.pt100 {
    padding-top: 100px !important
}

.pr0 {
    padding-right: 0 !important
}

.pr1 {
    padding-right: 1px !important
}

.pr2 {
    padding-right: 2px !important
}

.pr3 {
    padding-right: 3px !important
}

.pr4 {
    padding-right: 4px !important
}

.pr5 {
    padding-right: 5px !important
}

.pr6 {
    padding-right: 6px !important
}

.pr7 {
    padding-right: 7px !important
}

.pr8 {
    padding-right: 8px !important
}

.pr9 {
    padding-right: 9px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr12 {
    padding-right: 12px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30 {
    padding-right: 30px !important
}

.pr50 {
    padding-right: 50px !important
}

.pr75 {
    padding-right: 75px !important
}

.pr100 {
    padding-right: 100px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb1 {
    padding-bottom: 1px !important
}

.pb2 {
    padding-bottom: 2px !important
}

.pb3 {
    padding-bottom: 3px !important
}

.pb4 {
    padding-bottom: 4px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb6 {
    padding-bottom: 6px !important
}

.pb7 {
    padding-bottom: 7px !important
}

.pb8 {
    padding-bottom: 8px !important
}

.pb9 {
    padding-bottom: 9px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb12 {
    padding-bottom: 12px !important
}

.pb13 {
    padding-bottom: 13px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pb16 {
    padding-bottom: 16px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pb75 {
    padding-bottom: 75px !important
}

.pb100 {
    padding-bottom: 100px !important
}

.pl0 {
    padding-left: 0 !important
}

.pl1 {
    padding-left: 1px !important
}

.pl2 {
    padding-left: 2px !important
}

.pl3 {
    padding-left: 3px !important
}

.pl4 {
    padding-left: 4px !important
}

.pl5 {
    padding-left: 5px !important
}

.pl6 {
    padding-left: 6px !important
}

.pl7 {
    padding-left: 7px !important
}

.pl8 {
    padding-left: 8px !important
}

.pl9 {
    padding-left: 9px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl12 {
    padding-left: 12px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl24 {
    padding-left: 24px !important
}

.pl25 {
    padding-left: 25px !important
}

.pl26 {
    padding-left: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.pl35 {
    padding-left: 35px !important
}

.pl40 {
    padding-left: 40px !important
}

.pl50 {
    padding-left: 50px !important
}

.pl75 {
    padding-left: 75px !important
}

.pl100 {
    padding-left: 100px !important
}

.pl130 {
    padding-left: 130px !important
}

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mt1 {
    margin-top: 1px !important
}

.mt2 {
    margin-top: 2px !important
}

.mt3 {
    margin-top: 3px !important
}

.mt4 {
    margin-top: 4px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt6 {
    margin-top: 6px !important
}

.mt7 {
    margin-top: 7px !important
}

.mt8 {
    margin-top: 8px !important
}

.mt9 {
    margin-top: 9px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt11 {
    margin-top: 11px !important
}

.mt12 {
    margin-top: 12px !important
}

.mt13 {
    margin-top: 13px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt18 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt34 {
    margin-top: 34px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt42 {
    margin-top: 42px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt75 {
    margin-top: 75px !important
}

.mt100 {
    margin-top: 100px !important
}

.mr0 {
    margin-right: 0 !important
}

.mr1 {
    margin-right: 1px !important
}

.mr2 {
    margin-right: 2px !important
}

.mr3 {
    margin-right: 3px !important
}

.mr4 {
    margin-right: 4px !important
}

.mr5 {
    margin-right: 5px !important
}

.mr6 {
    margin-right: 6px !important
}

.mr7 {
    margin-right: 7px !important
}

.mr8 {
    margin-right: 8px !important
}

.mr9 {
    margin-right: 9px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr11 {
    margin-right: 11px !important
}

.mr12 {
    margin-right: 12px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.mr50 {
    margin-right: 50px !important
}

.mr75 {
    margin-right: 75px !important
}

.mr100 {
    margin-right: 100px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb1 {
    margin-bottom: 1px !important
}

.mb2 {
    margin-bottom: 2px !important
}

.mb3 {
    margin-bottom: 3px !important
}

.mb4 {
    margin-bottom: 4px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb6 {
    margin-bottom: 6px !important
}

.mb7 {
    margin-bottom: 7px !important
}

.mb8 {
    margin-bottom: 8px !important
}

.mb9 {
    margin-bottom: 9px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb12 {
    margin-bottom: 12px !important
}

.mb13 {
    margin-bottom: 12px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb75 {
    margin-bottom: 75px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.ml0 {
    margin-left: 0 !important
}

.ml1 {
    margin-left: 1px !important
}

.ml2 {
    margin-left: 2px !important
}

.ml3 {
    margin-left: 3px !important
}

.ml4 {
    margin-left: 4px !important
}

.ml5 {
    margin-left: 5px !important
}

.ml6 {
    margin-left: 6px !important
}

.ml7 {
    margin-left: 7px !important
}

.ml8 {
    margin-left: 8px !important
}

.ml9 {
    margin-left: 9px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml11 {
    margin-left: 11px !important
}

.ml12 {
    margin-left: 12px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml18 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml50 {
    margin-left: 50px !important
}

.ml75 {
    margin-left: 75px !important
}

.ml100 {
    margin-left: 100px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: -1px !important
}

.mt-2 {
    margin-top: -2px !important
}

.mt-3 {
    margin-top: -3px !important
}

.mt-4 {
    margin-top: -4px !important
}

.mt-5 {
    margin-top: -5px !important
}

.mt-6 {
    margin-top: -6px !important
}

.mt-7 {
    margin-top: -7px !important
}

.mt-8 {
    margin-top: -8px !important
}

.mt-9 {
    margin-top: -9px !important
}

.mt-10 {
    margin-top: -10px !important
}

.mt-12 {
    margin-top: -12px !important
}

.mt-15 {
    margin-top: -15px !important
}

.mt-18 {
    margin-top: -18px !important
}

.mt-19 {
    margin-top: -19px !important
}

.mt-20 {
    margin-top: -20px !important
}

.mt-25 {
    margin-top: -25px !important
}

.mt-30 {
    margin-top: -30px !important
}

.mt-40 {
    margin-top: -40px !important
}

.mt-50 {
    margin-top: -50px !important
}

.mt-75 {
    margin-top: -75px !important
}

.mt-100 {
    margin-top: -100px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: -1px !important
}

.mr-2 {
    margin-right: -2px !important
}

.mr-3 {
    margin-right: -3px !important
}

.mr-4 {
    margin-right: -4px !important
}

.mr-5 {
    margin-right: -5px !important
}

.mr-6 {
    margin-right: -6px !important
}

.mr-7 {
    margin-right: -7px !important
}

.mr-8 {
    margin-right: -8px !important
}

.mr-9 {
    margin-right: -9px !important
}

.mr-10 {
    margin-right: -10px !important
}

.mr-12 {
    margin-right: -12px !important
}

.mr-15 {
    margin-right: -15px !important
}

.mr-20 {
    margin-right: -20px !important
}

.mr-25 {
    margin-right: -25px !important
}

.mr-30 {
    margin-right: -30px !important
}

.mr-50 {
    margin-right: -50px !important
}

.mr-75 {
    margin-right: -75px !important
}

.mr-100 {
    margin-right: -100px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: -1px !important
}

.mb-2 {
    margin-bottom: -2px !important
}

.mb-3 {
    margin-bottom: -3px !important
}

.mb-4 {
    margin-bottom: -4px !important
}

.mb-5 {
    margin-bottom: -5px !important
}

.mb-6 {
    margin-bottom: -6px !important
}

.mb-7 {
    margin-bottom: -7px !important
}

.mb-8 {
    margin-bottom: -8px !important
}

.mb-9 {
    margin-bottom: -9px !important
}

.mb-10 {
    margin-bottom: -10px !important
}

.mb-12 {
    margin-bottom: -12px !important
}

.mb-15 {
    margin-bottom: -15px !important
}

.mb-20 {
    margin-bottom: -20px !important
}

.mb-25 {
    margin-bottom: -25px !important
}

.mb-30 {
    margin-bottom: -30px !important
}

.mb-50 {
    margin-bottom: -50px !important
}

.mb-75 {
    margin-bottom: -75px !important
}

.mb-100 {
    margin-bottom: -100px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: -1px !important
}

.ml-2 {
    margin-left: -2px !important
}

.ml-3 {
    margin-left: -3px !important
}

.ml-4 {
    margin-left: -4px !important
}

.ml-5 {
    margin-left: -5px !important
}

.ml-6 {
    margin-left: -6px !important
}

.ml-7 {
    margin-left: -7px !important
}

.ml-8 {
    margin-left: -8px !important
}

.ml-9 {
    margin-left: -9px !important
}

.ml-10 {
    margin-left: -10px !important
}

.ml-12 {
    margin-left: -12px !important
}

.ml-15 {
    margin-left: -15px !important
}

.ml-19 {
    margin-left: -19px !important
}

.ml-20 {
    margin-left: -20px !important
}

.ml-25 {
    margin-left: -25px !important
}

.ml-30 {
    margin-left: -30px !important
}

.ml-50 {
    margin-left: -50px !important
}

.ml-75 {
    margin-left: -75px !important
}

.ml-100 {
    margin-left: -100px !important
}

.h0 {
    height: 0 !important
}

.h5 {
    height: 5px !important
}

.h7 {
    height: 7px !important
}

.h10 {
    height: 10px !important
}

.h15 {
    height: 15px !important
}

.h20 {
    height: 20px !important
}

.h25 {
    height: 25px !important
}

.h30 {
    height: 30px !important
}

.h40 {
    height: 40px !important
}

.h50 {
    height: 50px !important
}

.h75 {
    height: 75px !important
}

.h100 {
    height: 100px !important
}

.h110 {
    height: 110px !important
}

.w0 {
    width: 0 !important
}

.w100 {
    width: 100% !important
}

.w80 {
    width: 80% !important
}

.w55 {
    width: 55px !important
}

.w53 {
    width: 53px !important
}

.fs10 {
    font-size: 10px !important
}

.fs11 {
    font-size: 11px !important
}

.fs12 {
    font-size: 12px !important
}

.fs13 {
    font-size: 13px !important
}

.fs15 {
    font-size: 15px !important
}

.fs18 {
    font-size: 18px !important
}

.fs20 {
    font-size: 20px !important
}

.fs22 {
    font-size: 22px !important
}

.fs25 {
    font-size: 25px !important
}

.fs30 {
    font-size: 30px !important
}

.fwn {
    font-weight: 400 !important
}

.fwb {
    font-weight: 700 !important
}

.cw {
    color: #fff !important
}

.pa {
    position: absolute !important
}

.b0 {
    border: 0 !important
}

.fn {
    float: none !important
}

.wsn {
    white-space: nowrap !important
}

.a {
    text-decoration: underline !important
}

    .a:hover {
        text-decoration: none !important;
        cursor: pointer !important
    }

.tdu {
    text-decoration: underline !important
}

.m0a {
    margin: 0 auto !important
}

.tal {
    text-align: left !important
}

.tar {
    text-align: right !important
}

.fr {
    float: right !important
}

.fl {
    float: left !important
}

.oh {
    overflow: hidden !important
}

.cp:hover {
    cursor: pointer !important
}

.bi {
    background-color: inherit !important
}

.dn {
    display: none !important
}

.wn {
    white-space: nowrap !important
}

.oxa {
    overflow-x: auto !important
}

.oxh {
    overflow-x: hidden !important
}

.oyh {
    overflow-y: hidden !important
}

.dib {
    display: inline-block !important
}

.ttu {
    text-transform: uppercase !important
}

.ttn {
    text-transform: none !important
}

.vac {
    vertical-align: middle !important
}

.fs15 {
    font-size: 15px !important
}

.wwbw {
    word-wrap: break-word !important
}

.br0 {
    border-radius: 0 !important
}

.br3 {
    border-radius: 3px !important
}

.m50 {
    margin: 5px 0 !important
}

.mh5 {
    min-height: 5px !important
}

.ml-36 {
    margin-left: -36px !important
}

.pr36 {
    padding-right: 36px !important
}

.ml34 {
    margin-left: 34px !important
}

.pl48 {
    padding-left: 48px !important
}

.mr160 {
    margin-right: 160px !important
}

.w200 {
    width: 200px !important
}

.w45 {
    width: 45px !important
}

.tac {
    text-align: center !important
}

.w70 {
    width: 70px !important
}

.w90 {
    width: 90px !important
}

.w100px {
    width: 100px !important
}

.w40 {
    width: 40px !important
}

.w104 {
    width: 104px !important
}

.w103 {
    width: 103px !important
}

.w44 {
    width: 44px !important
}

.w42 {
    width: 42px !important
}

.w92 {
    width: 92px !important
}

.w41 {
    width: 41px !important
}

.w186 {
    width: 186px !important
}

.w102 {
    width: 102px !important
}

.br4 {
    border-radius: 4px !important
}

.w65p {
    width: 65% !important
}

.w30p {
    width: 30% !important
}

.w70p {
    width: 70% !important
}

.w170 {
    width: 170px !important
}

.w150 {
    width: 150px !important
}

.w300 {
    width: 300px !important
}

.h36 {
    height: 36px !important
}

.p05 {
    padding: 0 5px !important
}

.w60 {
    width: 60px !important
}

.w133 {
    width: 133px !important
}

.w187 {
    width: 187px !important
}

.w168 {
    width: 168px !important
}

.w222 {
    width: 222px !important
}

.w302 {
    width: 302px !important
}

.w342 {
    width: 342px !important
}

.wauto {
    width: auto !important
}

.mw250 {
    max-width: 250px
}

.vam {
    vertical-align: middle !important
}

.ctext:hover {
    cursor: text
}

.ccm:hover {
    cursor: context-menu
}

.fs13 {
    font-size: 13px
}

.fs17 {
    font-size: 17px
}

.w340 {
    width: 340px
}

.w166 {
    width: 166px
}

.tdlt {
    text-decoration: line-through
}

.bcw {
    background-color: #fff
}

.wfc {
    width: fit-content
}

.toe {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.flexBox {
    display: flex
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(/Scripts/leaflet/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/Scripts/leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/Scripts/leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/Scripts/leaflet/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

.has-error .selectize-input.selectize-focus {
    border-color: #ef4036 !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}


.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
          box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  /*font-family: inherit;*/
  font-size: 14px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: ' ';
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' ';
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}


.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.has-error .selectize-control.single .selectize-input {
    border-color: #ef4036;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    border-width: 1px;
}

    .has-error .selectize-control.single .selectize-input:focus {
        border-color: #ef4036;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    }
    .has-error .selectize-control.single .selectize-input:after {
        border-color: #ef4036;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;*/
    }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
