/* Minification failed. Returning unminified contents.
(7328,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7329,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7330,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7466,29): run-time error CSS1039: Token not allowed after unary operator: '-sidebar-transition-duration'
(7468,36): run-time error CSS1039: Token not allowed after unary operator: '-sidebar-transition-timing-function'
(7532,29): run-time error CSS1039: Token not allowed after unary operator: '-sidebar-transition-duration'
(7534,36): run-time error CSS1039: Token not allowed after unary operator: '-sidebar-transition-timing-function'
(8622,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#modernPdfViewer'
 */
/*!
 * 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 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 url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	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("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("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("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("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("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("images/ui-icons_222222_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png")/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("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("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("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}*/;
}
.gips-container
{
    height: 70px;
    width: 252px;
    position: absolute;
    z-index: 9999;
}
.gips-body
{
    color: black;
    /* font-weight: bold; */
    font-family: Arial;
    font-size: 11px;
    width: 240px;
    /* height: 39px; */
    padding: 10px;
    padding-right:15px;
    position: relative;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*behavior: url(PIE.htc);*/
    border : 1px solid #949596;
    line-height:13pt;
}
.gips-body.purple
{
    background-color: #D22769;
}

.gips-body.yellow
{
    background-color: #D5AF1C;
}
.gips-body.red
{
    background-color: #CB2026;
}
.gips-body.green
{
    background-color: #72A159;
}
.gips-body.gray
{
    background-color: #EAEAEA;
}

.gips-close
{
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 92%;
    width: 14px;
    height: 14px;
}
.gips-icon
{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    position: absolute;
}
/*icon at the bottom */
.gips-icon-bottom
{
    margin-left: 12px;
}
.gips-icon-bottom.purple
{
    border-color: #D22769 transparent transparent transparent;
}
.gips-icon-bottom.red
{
    border-color: #CB2026 transparent transparent transparent;
}
.gips-icon-bottom.yellow
{
    border-color: #D5AF1C transparent transparent transparent;
}
.gips-icon-bottom.green
{
    border-color: #72A159 transparent transparent transparent;
}
.gips-icon-bottom.gray
{
    border-color: #D0D0D0 transparent transparent transparent;
}
/*icon at the top*/

.gips-icon-top
{
    margin-left: 12px;
}
.gips-icon-top.purple
{
    border-color: transparent transparent #D22769 transparent;
}
.gips-icon-top.red
{
    border-color: transparent transparent #CB2026 transparent;
}
.gips-icon-top.yellow
{
    border-color: transparent transparent #D5AF1C transparent;
}
.gips-icon-top.green
{
    border-color: transparent transparent #72A159 transparent;
}
.gips-icon-top.gray
{
    border-color: transparent transparent #D0D0D0 transparent;
}
/*icon at the left*/

.gips-icon-left
{
    margin-top: 12px; /*   float: left;*/
}
.gips-icon-left.purple
{
    border-color: transparent #D22769 transparent transparent;
}
.gips-icon-left.red
{
    border-color: transparent #CB2026 transparent transparent;
}
.gips-icon-left.yellow
{
    border-color: transparent #D5AF1C transparent transparent;
}
.gips-icon-left.green
{
    border-color: transparent #72A159 transparent transparent;
}
.gips-icon-left.gray
{
    border-color: transparent #E7E8F2 transparent transparent;
}
/*icon at the right*/

.gips-icon-right
{
    margin-top: 12px;
}
.gips-icon-right.purple
{
    border-color: transparent transparent transparent #D22769;
}
.gips-icon-right.red
{
    border-color: transparent transparent transparent #CB2026;
}
.gips-icon-right.yellow
{
    border-color: transparent transparent transparent #D5AF1C;
}
.gips-icon-right.green
{
    border-color: transparent transparent transparent #72A159;
}
.gips-icon-right.gray
{
    border-color: transparent transparent transparent #D0D0D0;
}
.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 96%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline-offset: -2px;
    white-space: nowrap;
}

.ms-options-wrap > button > span {
    display: inline-block;
}

.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
    color: #333;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    width: 505.5px;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
    visibility: visible
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
    padding: 4px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
    border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #efefef;
    border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    color: #666666;
}
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
    display: block;
    border: 1px solid #aaa;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; 
  outline: none;
}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c5c4c4;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--quipu .select2-selection--single {
  height: 20px;
  border: 1px solid #949596;
  border-radius: 0; }
.select2-container--quipu .select2-selection--single .select2-selection__rendered {
  padding-left: 2px;
  color: #000000;
  line-height: 18px; }
.select2-container--quipu .select2-dropdown {
  border: 1px solid #949596;
  border-radius: 0; }
.select2-container--quipu .select2-search--dropdown .select2-search__field {
  border: 1px solid #949596; }
.select2-container--quipu .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--quipu .select2-results__option {
  padding: 0 0 0 4px; }
.select2-container--quipu .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--quipu .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 7px 10px;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.jcarousel-wrapper {
    position: relative;
}

.jcarousel-wrapper a:link {
    color: #fff;
    text-decoration: none;
}

.jcarousel-wrapper a:visited {
    color: #fff;
    text-decoration: none;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel img {
    width: 1100px;
    height: auto;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;    
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
    right: 5px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

@media (min-width: 1280px) and (max-width: 1450px) {
    .jcarousel img {
        width: 935px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .jcarousel img {
        width: 770px;        
    }
}

@media (max-width: 1024px) {
    .jcarousel-wrapper {
        display: none;
    }
}
/****Colors  ******/
/****Styles ******/
/****Fonts   ******/
/****Sitemap ******/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* cyrillic-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/notosans-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/notosans-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/notosans-devanagari.woff2") format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/notosans-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/notosans-greek.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/notosans-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/notosans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/notosans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, input, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, select {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;*/
  vertical-align: baseline;
  /*color: $defaultcolor;*/
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

body, select, input, textarea, button {
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  text-size-adjust: none;
}

body.ReactModal__Body--open {
  overflow: hidden;
}

.ms-options-wrap {
  display: inline;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
  font-size: 15px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
           supported by Chrome, Edge, Opera and Firefox */
}

.pager {
  margin-top: 20px;
}
.pager li {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.pager li:hover {
  color: #D4021d;
}
.pager li.selected {
  background-color: #D4021d;
  transition: background-color 0.3s, color 0.3s;
  color: white;
}
.pager li.disabled {
  cursor: not-allowed;
}

#maincontent .taggedList li {
  border-radius: 32px;
  height: 20px;
  padding: 5px 20px;
  margin: 8px 16px 8px 0;
  cursor: pointer;
}
#maincontent .taggedList li.active {
  background-color: #D4021d;
  transition: background-color 0.3s, color 0.3s;
  color: white;
}
#maincontent .taggedList li.inactive {
  border: 1px solid #d1cbcb;
}
#maincontent .taggedList li.inactive:hover {
  color: #D4021d;
  transition: color 0.3s;
}
#maincontent .taggedList li.inactive #maincontent .taggedList li.rightButton {
  float: right;
  padding: 0;
  margin: 4px 0 0 0;
}
#maincontent .taggedList li.inactive #maincontent .taggedList li.rightButton input {
  box-shadow: none;
}

body {
  line-height: 1;
  height: calc(-100px + 100vh);
  overflow-y: auto;
}

.corporatecolor {
  color: #D4021d;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  color: #666666;
}

/*End reset*/
.defaultcolor {
  color: #666666;
}

.maincolor {
  color: #D4021d !important;
}

.maincolorbg {
  background-color: #D4021d;
}

.errorcolor {
  color: red;
}

.errorcolorbg {
  background-color: red;
}

.successcolor {
  color: green;
}

.successcolorbg {
  background-color: green;
}

.readwritecontent {
  background-color: #ececec;
}

.readwritecontentheader {
  background-color: #ececec;
}

.readwritecontenttext {
  color: #666666;
}

.readonlycontent {
  background-color: #ececec;
}

.readonlycontentheader {
  background-color: #ececec;
}

.readonlycontenttext {
  color: #666666;
}

.navbarbackground {
  background-color: #ececec;
}

.tableoddrow {
  background-color: #ffffff;
}

.tableevenrow {
  background-color: #f3f3f3;
}

.tablestyle1,
.tablestyle2 {
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: black;
}

.tablestyle3,
#resultsNationalBanks > table,
#resultsSwiftBanks > table {
  background-color: #d9d9d9;
}

/*thead.tablestyle1, thead.tablestyle2, thead.tablestyle3 {
  border-top: 1px dotted #949596; }*/
label, select, .ms-options-wrap button {
  cursor: pointer;
}
label.readonly, select.readonly, .ms-options-wrap button.readonly {
  cursor: text;
}

form {
  /*margin: 10px 0 0 0;*/
}

h3 {
  opacity: 0.8;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
h3.secondarySection {
  margin-top: 30px;
}

.ReactModalPortal table.table-default {
  table-layout: auto;
}

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobilesignapp-demo-field {
  width: 130px;
  height: 20px;
  border: 2px solid black;
  border-radius: 5px;
  padding: 0px 3px 0px 3px;
  margin: 5px 0px 0px 15px;
}

.mobilesignapp-demo-title {
  text-align: center;
  margin-top: 5px;
  font-size: 11pt;
}

.mobilesignapp-demo-button {
  height: 20px;
  width: 90px;
  background-color: #D4021d;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-phone-frame {
  background: url("/Content//images//smartphone-frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 170px;
  height: 350px;
}

.mobile-phone-notch {
  margin: auto;
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
}

#maincontent table, .ReactModalPortal table {
  font-size: inherit;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  line-height: 16pt;
}
#maincontent table thead, .ReactModalPortal table thead {
  line-height: 1.75em;
}
#maincontent table thead th, .ReactModalPortal table thead th {
  text-align: left;
  padding: 5px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#maincontent table thead th:last-child, .ReactModalPortal table thead th:last-child {
  padding-left: 0;
}
#maincontent table thead th:not([scope=col]):first-child, .ReactModalPortal table thead th:not([scope=col]):first-child {
  padding-left: 18px;
  font-weight: 700;
}
#maincontent table.in-section thead th:not([scope=col]):first-child, .ReactModalPortal table.in-section thead th:not([scope=col]):first-child {
  padding-left: 0;
}
#maincontent table thead th:not([scope=col]):last-child, .ReactModalPortal table thead th:not([scope=col]):last-child {
  padding-right: 18px;
}
#maincontent table tbody td, .ReactModalPortal table tbody td {
  padding: 5px 8px;
}
#maincontent table tbody td.originalfontsize, .ReactModalPortal table tbody td.originalfontsize {
  font-size: inherit;
}
#maincontent table tbody td:last-child, .ReactModalPortal table tbody td:last-child {
  padding-left: 0;
  padding-right: 18px;
}
#maincontent table tbody td:first-child:not([data-handler=selectDay]), .ReactModalPortal table tbody td:first-child:not([data-handler=selectDay]) {
  padding-left: 18px;
}
#maincontent table.in-section tbody td:first-child:not([data-handler=selectDay]), .ReactModalPortal table.in-section tbody td:first-child:not([data-handler=selectDay]) {
  padding-left: 0;
}
#maincontent table.in-section tbody td:first-child:not([data-handler=selectDay]) input[type=checkbox], .ReactModalPortal table.in-section tbody td:first-child:not([data-handler=selectDay]) input[type=checkbox] {
  padding-left: 3px;
}
#maincontent table.selectable input[type=checkbox], .ReactModalPortal table.selectable input[type=checkbox] {
  cursor: pointer;
}
#maincontent table.selectable tbody.unselectedtr td.tableoddrow, #maincontent table.selectable tr.unselectedtr td.tableoddrow, .ReactModalPortal table.selectable tbody.unselectedtr td.tableoddrow, .ReactModalPortal table.selectable tr.unselectedtr td.tableoddrow {
  background-color: #ffffff;
}
#maincontent table.selectable tbody.unselectedtr td.tableevenrow, #maincontent table.selectable tr.unselectedtr td.tableevenrow, .ReactModalPortal table.selectable tbody.unselectedtr td.tableevenrow, .ReactModalPortal table.selectable tr.unselectedtr td.tableevenrow {
  background-color: #f3f3f3;
}
#maincontent table.selectable tbody.selectedtr td.tableoddrow, #maincontent table.selectable tbody.selectedtr td.tableevenrow, #maincontent table.selectable tr.selectedtr td.tableoddrow, #maincontent table.selectable tr.selectedtr td.tableevenrow, .ReactModalPortal table.selectable tbody.selectedtr td.tableoddrow, .ReactModalPortal table.selectable tbody.selectedtr td.tableevenrow, .ReactModalPortal table.selectable tr.selectedtr td.tableoddrow, .ReactModalPortal table.selectable tr.selectedtr td.tableevenrow {
  background-color: rgba(212, 2, 29, 0.1);
}

#maincontent table#uploadedFiles {
  width: 97%;
}
#maincontent table#uploadedFiles thead th:first-child {
  padding-left: 0;
}
#maincontent table#uploadedFiles tbody td:first-child:not([data-handler=selectDay]) {
  padding-left: 0;
}

table tfoot td {
  padding-right: 2px;
  padding-bottom: 1px;
  padding-top: 2px;
  border-top: 1px solid;
}

table tfoot td:first-child {
  padding-left: 2px;
}

thead.nodotted {
  border-top: none;
}

textarea {
  height: auto;
  resize: none;
  overflow: auto;
  font-family: inherit;
  font-size: inherit;
  text-size-adjust: none;
}

p {
  line-height: 16pt;
}

.marginright {
  margin-right: 5px;
}

.notextsizeadjust,
.dialogText {
  text-size-adjust: none;
}

.mailTextArea {
  overflow-x: hidden;
  height: 300px;
  margin-left: 5px;
}

.comment {
  color: #666666;
}

a:link {
  color: #666666;
  text-decoration: underline;
}

a:visited {
  color: #666666;
  text-decoration: underline;
}

a.highlight:link {
  color: #D4021d;
  text-decoration: underline;
}

a.highlight:visited {
  color: #D4021d;
  text-decoration: underline;
}

a:hover,
a.highlight:hover {
  text-decoration: none;
}

a.link-red {
  color: #D4021d;
  text-decoration: underline;
}

a.link-red:hover {
  text-decoration: none;
}

input, select, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #949596;
}

.popubutton {
  background-color: #949596;
  margin: 3px;
}

input :focus, select :focus, textarea :focus {
  outline: none;
  border: #D4021d solid 1px;
}

#maincontent input, #maincontent select {
  -ms-word-wrap: normal;
  word-wrap: normal;
  -ms-word-break: normal;
  word-break: normal;
  height: 20px;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox], input[type=radio] {
  border: 0;
  transform: scale(1.2);
}
input[type=checkbox] ~ label, input[type=radio] ~ label {
  margin-left: 2px;
}

input {
  padding: 0 2px;
}

textarea {
  padding: 2px 2px 0 2px;
}

input[type=submit], input[type=button] {
  min-width: 40px;
  color: #ffffff;
  font-family: "Noto Sans", Arial, Verdana, Helvetica, sans-serif;
  border: 0;
  cursor: pointer;
}

input#btnlogin:hover {
  box-shadow: none;
  background: #c3000d;
}

input[type=button] {
  font-weight: normal;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  background: #FFFFCC;
}

table .barseparator, table .extrapadding.extrapaddingbefore {
  background-color: #ececec;
}

.pager a.selected {
  font-size: 1.3em;
  font-weight: bold;
  color: #D4021d;
}

.pager a:hover {
  font-weight: bold;
}

.pager a {
  font-size: 1.1em;
  color: #666666;
  text-decoration: none;
  padding-right: 0.4em;
  padding-left: 0px;
}

.reducedfontsize {
  font-size: 0.8em;
}

.custominputfile {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.custominputfile + label {
  outline: none;
  padding: 10px 20px;
  height: 20px;
  border-radius: 20px;
  background: #D4021d;
  -webkit-appearance: none;
  box-shadow: 0 6px 8px rgba(230, 0, 15, 0.3);
  margin-bottom: 10px;
  margin-top: 0;
  transition: box-shadow 0.3s;
  color: white;
  display: inline-block;
  text-align: center;
}

.custominputfile:focus + label,
.custominputfile + label:hover {
  box-shadow: none;
  background: #c3000d;
}
.custominputfile:focus + label.loading,
.custominputfile + label:hover.loading {
  background-image: url("images/ajax-loader-Q.gif");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.custominputfile:focus + label {
  box-shadow: none;
  background: #c3000d;
}
.custominputfile:focus + label.loading {
  background-image: url("images/ajax-loader-Q.gif");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}

#header {
  width: 100vw;
  margin: 0 auto 10px;
  background-color: #ececec;
  position: fixed;
}

#header .colorbarpart {
  height: 4px;
  width: 16.6666666667%;
  float: left;
}

#header .loginwrapper {
  background-color: #D4021d;
  height: 20px;
  padding: 0 5px;
  line-height: 16pt;
  margin-bottom: 2px;
  color: white;
}

#header a.white:link {
  color: white;
}

#header a.white:visited {
  color: white;
}

.colorbarpartlogin {
  height: 2px;
  width: 61.16667px;
  float: left;
}

#footer {
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #d1d1d1;
  font-size: 8pt;
  padding: 5px 10px;
  bottom: 0;
  background-color: white;
  position: fixed;
  z-index: 9999999;
}

#footer span {
  font-size: inherit;
  padding-right: 10px;
}

#maincontentwrapper {
  width: 1400px;
  margin: 0 auto;
  min-height: 650px;
  margin-bottom: 10px;
  background-color: #ececec;
  height: calc(-10px + 100vh);
}

#navbar {
  width: 240px;
  background-color: #ececec;
  line-height: 26px;
  display: inline-block;
  /* height: 100vh; */
  /*padding-bottom: 20000px;
  margin-bottom: -20000px;*/
  overflow-y: hidden;
  float: left;
  position: fixed;
  margin-top: 80px;
  height: calc(100vh - 100px);
}
#navbar a {
  position: relative;
  color: #666666;
  text-decoration: none;
  display: block;
  margin: 0 -18px;
  padding: 7px 18px;
  box-sizing: border-box;
}
#navbar a.selectedMenu {
  background-color: #D4021d;
  color: #ffffff;
}
#navbar .menuParent {
  background-color: #d9d9d9;
  padding: 6px 22px 0 18px;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.6px;
  box-sizing: border-box;
  cursor: pointer;
}
#navbar .menuParent .menuParentText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 94%;
  display: inline-block;
}
#navbar .menuChild {
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
#navbar .menuChild a {
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#navbar .menuChild.selectedMenu {
  display: block;
}
#navbar .childrenMenus {
  display: none;
}
#navbar .selectedMenu .childrenMenus {
  display: block;
}

#maincontent {
  width: 1160px;
  background-color: #ececec;
  float: left;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  margin-left: 240px;
  margin-top: 78px;
}

#maincontent table {
  border-radius: 5px;
}

#maincontent table.bigextramargin {
  margin-bottom: 30px;
}

.l-centered {
  margin: 0 auto;
  width: 50%;
}

.valignbottom {
  vertical-align: bottom;
}

.valigntexttop {
  vertical-align: text-top;
}

.valignmiddle {
  vertical-align: middle;
}

.valigntop {
  vertical-align: top;
}

.valignbaseline {
  vertical-align: baseline;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

a.nodecoration:link {
  text-decoration: none;
}
a.nodecoration:visited {
  text-decoration: none;
}

.xxxxsmall {
  width: 4%;
  padding: 0px;
}

.xxxsmall {
  width: 15%;
}

.xxsmall {
  width: 25%;
}

.xsmall {
  width: 33%;
}

.small {
  width: 40%;
}

.medium {
  width: 50%;
}

.large {
  width: 75%;
}

.xlarge {
  width: 90%;
}

.xylarge {
  width: 91%;
}

.xxlarge {
  width: 96%;
}

.allwidth {
  width: 100% !important;
}

.barseparator2 {
  line-height: 0;
}

.paddingbottom-0 {
  padding-bottom: 0;
}

.l-sectionRight span.paddingbottom-0 {
  padding-bottom: 0;
}

.extrapaddingbefore {
  padding-top: 10px;
}

.padding-top2 {
  padding-top: 2px;
}

.padding-top5 {
  padding-top: 5px;
}

.padding-top25 {
  padding-top: 25px;
}

.padding-right62 {
  padding-top: 62px;
}

.padding-0 {
  padding: 0px;
}

.padding-4 {
  padding: 4px;
}

.extramargin {
  margin-bottom: 10px;
}

.extramargin5 {
  margin: 5px;
}

.margintop-2 {
  margin-top: 2px;
}

.margintop-10 {
  margin-top: 10px !important;
}

.margintop-30 {
  margin-top: 30px;
}

.margintop-80 {
  margin-top: 80px;
}

.extramarginbefore {
  margin-top: 10px;
}

.negativemargin {
  margin-top: -5px;
}

.bignegativemargin {
  margin-top: -10px;
}

.margin-auto {
  margin: auto !important;
}

.is-hidden {
  display: none;
}

.is-inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.is-block {
  display: block;
}

.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.cursor-none {
  cursor: none !important;
}

.padding10Right {
  padding-right: 10px;
}

.padding5Right {
  padding-right: 5px;
}

.padding10Left {
  padding-left: 10px;
}

.padding20Left {
  padding-left: 20px;
}

.padding37Top {
  padding-top: 37px;
}

.padding30Top {
  padding-top: 30px;
}

.padding4Right {
  padding-right: 4px;
}

.padding21Left {
  padding-left: 21px;
}

.padding24Left {
  padding-left: 24px;
}

.padding5Left {
  padding-left: 5px;
}

.absolute {
  position: absolute;
}

.bordercolor-FFFFFF {
  border-color: #FFFFFF;
}

.backgroundcolor-FFFFFF {
  background-color: #FFFFFF;
}

.backgroundcolor-FFDD00 {
  background-color: #FFDD00;
}

.backgroundcolor-F37021 {
  background-color: #F37021;
}

.backgroundcolor-DA2128 {
  background-color: #DA2128;
}

.backgroundcolor-009175 {
  background-color: #009175;
}

.backgroundcolor-A52960 {
  background-color: #A52960;
}

.backgroundcolor-0066B3 {
  background-color: #0066B3;
}

.backgroundcolor-C1D82F {
  background-color: #C1D82F;
}

.backgroundcolor-8292A2 {
  background-color: #8292A2;
}

.backgroundcolor-FA4616 {
  background-color: #FA4616;
}

.backgroundcolor-E31E30 {
  background-color: #E31E30;
}

.color-FFFFFF {
  color: white;
}

.color-FF0000 {
  color: red;
}

.color-f78e1e {
  color: orange;
}

.line-height16 {
  line-height: 16px;
}

.line-height20 {
  line-height: 20px;
}

.line-heightnormal {
  line-height: normal;
}

.height-0 {
  height: 0px;
}

.height-26 {
  height: 26px;
}

.height-30 {
  height: 30px;
}

.height-132 {
  height: 132px;
}

.height-134 {
  height: 134px;
}

.height-144 {
  height: 144px;
}

.height-150 {
  height: 150px;
}

.width-90 {
  width: 90px;
}

.width-140 {
  width: 140px;
}

.width-165 {
  width: 165px;
}

.width-250 {
  width: 250px;
}

.width-600 {
  width: 600px;
}

.height-20 {
  height: 20px;
}

.widthPercent-50 {
  width: 50%;
}

.widthPercent-57 {
  width: 57%;
}

.widthPercent-40 {
  width: 40%;
}

.width-165 {
  width: 165px;
}

.bottom {
  bottom: 0;
}

.border0 {
  border: 0;
}

.border-width {
  border-width: 0;
}

.visbility-hidden {
  visibility: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.font16 {
  font-size: 16px;
}

.font120 {
  font-size: 120px;
}

.font9 {
  font-size: 9pt;
}

.topLine {
  height: 1px;
  border-top: 1px solid #6a696a;
  position: relative;
}

.widthAuto {
  width: auto !important;
}

.clearBoth {
  clear: both;
}

.l-section10percent {
  float: left;
  width: 10%;
}

.spanerror-text {
  font-weight: bold;
  color: red;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.word-wrap-bw {
  word-wrap: break-word;
}

.display-tablecell {
  display: table-cell;
}

.width-position {
  width: 735px;
  position: absolute;
}

.float-lineheight {
  float: right;
  line-height: 2em;
}

input:disabled {
  cursor: not-allowed;
}

.extrapaddingtop {
  padding-top: 10px !important;
}

.margintop-1per {
  margin-top: -1.1%;
}

.marginright-3per {
  margin-right: 3.5%;
}

.margin-left25 {
  margin-left: 25px;
}

.margin-left3 {
  margin-left: 3px;
}

.overflow-hidden {
  overflow: hidden;
}

.paddingleft-1per {
  padding-left: 1%;
}

.valignmiddle {
  color: #666666;
  margin-bottom: 1px;
}

.l-section {
  overflow: hidden;
  padding: 5px 0;
  line-height: 16pt;
  padding-left: 2px;
  color: #666666;
}

#maincontent input[type=radio], #maincontent input[type=checkbox] {
  width: initial;
  height: initial;
}

#maincontent .clientDataRow {
  padding-right: 2%;
}
#maincontent .clientDataRow .l-sectionReadonly, #maincontent .clientDataRow .l-sectionReadwrite {
  width: 49.85%;
  display: inline-block;
  padding-right: 0;
  vertical-align: top;
  margin-bottom: 2px;
}
#maincontent .clientDatasRow .l-sectionLeft {
  width: 13%;
}
#maincontent .clientDatasRow .l-sectionRight {
  width: 86.5%;
}
#maincontent .clientDatasRow .l-sectionRight input[type=text],
#maincontent .clientDatasRow .l-sectionRight select {
  width: 98.5%;
}
#maincontent .clientDatasRow .l-section textarea {
  width: 98.5%;
}

.l-sectionReadonly {
  background-color: #ffffff;
  color: #666666;
}

.l-subSectionReadonly {
  background-color: #ffffff;
  padding: 12px 24px;
  color: #666666;
}

.l-sectionReadonly tfoot td {
  border-top-color: #666666;
}

.l-subSectionReadonly tfoot td {
  border-top-color: #666666;
}

.l-sectionReadonlyHeader {
  background-color: #ffffff;
  color: #666666;
}

#maincontent .l-sectionReadonlyHeader {
  background-color: #ffffff;
  border-top: none;
  padding: 12px 24px;
}

.l-subSectionReadonlyHeader {
  background-color: #ffffff;
  padding: 12px 24px;
  color: #666666;
}

div.l-sectionReadonlyHeader {
  font-weight: bold;
  border-top: 1px dotted #949596;
}

div.l-subSectionReadonlyHeader {
  font-weight: bold;
  border-top: none;
}

#benIntermediaryAcc,
.l-SectionReadwrite,
.l-sectionreadwrite,
.l-sectionReadwrite {
  background-color: #ffffff;
  color: #666666;
}

.l-subSectionReadwrite {
  background-color: #ffffff;
  color: #666666;
}

.l-sectionReadwriteHeader,
.l-subSectionReadwriteHeader {
  background-color: #ffffff;
  padding: 12px 24px;
  color: #666666;
}

.l-sectionReadWrite {
  background-color: #ffffff;
  padding: 12px 24px;
  color: #666666;
}

div.l-sectionReadwriteHeader {
  font-weight: bold;
  margin-top: 10px;
}

.extrapadding {
  padding-bottom: 10px !important;
}

#maincontent .box-section {
  padding-bottom: 5px !important;
  background-color: #ffffff;
}
#maincontent .box-section .l-section + .l-subSectionReadwriteHeader,
#maincontent .box-section .l-section + .l-subSectionReadonlyHeader {
  padding-top: 17px !important;
}

div.l-subSectionReadwriteHeader {
  font-weight: bold;
  border-top: none;
}

.l-sectionLeft {
  float: left;
  width: 27.5%;
  margin-right: 0.5%;
}

.l-sectionRight {
  float: left;
  width: 72%;
}

.l-section2columns {
  float: left;
  width: 50%;
}

.l-section3columns {
  float: left;
  width: 32%;
  padding-left: 1%;
}
.l-section3columns:last-child {
  padding-right: 1%;
}

.l-section4columns {
  float: left;
  width: 25%;
}

.l-section20percent {
  float: left;
  width: 20%;
}

.l-section25percent {
  float: left;
  width: 25%;
}

.l-section33percent {
  float: left;
  width: 32.2%;
}
.l-section33percent:first-child {
  padding-left: 1%;
}
.l-section33percent:last-child {
  padding-right: 1%;
}

.l-section40percent {
  float: left;
  width: 40%;
}

.l-section50percent {
  float: left;
  width: 50%;
}

.l-section60percent {
  float: left;
  width: 60%;
}

.l-section66percent {
  float: left;
  width: 65.6%;
}
.l-section66percent:first-child {
  padding-left: 1%;
}
.l-section66percent:last-child {
  padding-right: 1%;
}

.l-section75percent {
  float: left;
  width: 75%;
}

.l-section80percent {
  float: left;
  width: 80%;
}

.l-section1percentmargins {
  margin: 0 1%;
}

.tablebarseparator {
  padding-top: 10px;
}

.minboxlog {
  height: 196px;
  position: relative;
}
.minboxlog > div.logoff:last-child {
  position: absolute;
  bottom: 25px;
}

.spinnertop {
  margin-bottom: -4px;
  width: 20px;
  height: 20px;
}

.table-default ul.horizontallist li {
  margin: 0;
}
.table-default ul.horizontallist li:last-child {
  margin: 0;
}

.ReactModalPortal .table-odd-even tbody tr:nth-child(odd):hover {
  background-color: rgba(212, 2, 29, 0.1);
  cursor: pointer;
}
.ReactModalPortal .table-odd-even tbody tr:nth-child(even):hover {
  background-color: rgba(212, 2, 29, 0.1);
  cursor: pointer;
}
.ReactModalPortal .table-odd-even tbody tr.pager:last-child {
  background-color: #ececec;
  cursor: auto;
}

.table-odd-even tr:nth-child(odd) {
  background-color: #ffffff;
}
.table-odd-even tr:nth-child(even) {
  background-color: #f3f3f3;
}
.table-odd-even tr.pager:last-child {
  background-color: #ececec;
}

ul.horizontallist {
  list-style: none;
}
ul.horizontallist li {
  display: inline;
  white-space: nowrap;
}
ul.horizontallist li.is-hidden {
  display: none;
}
ul.horizontallist li input[type=radio] {
  margin: 2px 0 0 5px;
}
ul.horizontallist li:first-child input[type=radio] {
  margin-left: 0;
}
ul.horizontallist + strong {
  font-weight: bold;
  display: block;
  margin: 11px 0;
}
ul.horizontallist + span {
  display: block;
  margin: 11px 0;
}

ul.horizontallistblock {
  list-style: none;
}
ul.horizontallistblock li {
  display: inline-block;
}
ul.horizontallistblock li.is-hidden {
  display: none;
}

ul.usuallist {
  list-style: none;
}

ul.usuallist li {
  display: list-item;
}

ul.styledlist {
  margin: 2px 0px 2px 20px;
  list-style-position: outside;
  list-style-type: disc;
}

ul.noliststyle {
  list-style: none;
}

ul.xsmallseparation li {
  margin: 0 1px 0 0;
}

ul.smallseparation li {
  margin: 0 5px 0 0;
}

ul.mediumseparation li {
  margin: 0 10px 0 0;
}

ul.bigseparation li {
  margin: 0 15px 0 0;
}

ul.xbigseparation li {
  margin: 0 20px 0 0;
}

ul.vxsmallseparation li,
ul.vxsmallseparationextramargin li {
  margin: 0 0 1px 0;
}

ul.vsmallseparation li,
ul.vsmallseparationextramargin li {
  margin: 0 0 5px 0;
}

ul.vmediumseparation li,
ul.vmediumseparationextramargin li {
  margin: 0 0 10px 0;
}

ul.vbigseparation li,
ul.vbigseparationextramargin li {
  margin: 0 0 15px 0;
}

ul.vxbigseparation li,
ul.vxbigseparationextramargin li {
  margin: 0 0 20px 0;
}

ul.xsmallseparation li:last-child,
ul.smallseparation li:last-child,
ul.mediumseparation li:last-child,
ul.bigseparation li:last-child,
ul.xbigseparation li:last-child,
ul.vxsmallseparation li:last-child,
ul.vsmallseparation li:last-child,
ul.vmediumseparation li:last-child,
ul.vbigseparation li:last-child,
ul.vxbigseparation li:last-child {
  margin: 0;
}

.l-floatright {
  float: right;
  /*Overwrite here what may change when content is right aligned*/
}

.l-floatright li {
  margin: 0 0 0 5px;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignjustify {
  text-align: justify;
}

.alignright {
  text-align: right !important;
  /*Overwrite here what may change when content is right aligned*/
}

ul.xsmallseparation li {
  margin: 0 10px 0 0;
}

ul.xsmallseparation li:last-child {
  margin: 0 10px 0 0;
}

.alignright li {
  margin: 0 0 0 5px;
}

.alignright ul.xsmallseparation li {
  margin: 0 10 0 1px;
}

.alignright ul.smallseparation li {
  margin: 0 0 0 5px;
}

.alignright ul.mediumseparation li {
  margin: 0 0 0 10px;
}

.alignright ul.bigseparation li {
  margin: 0 0 0 15px;
}

.alignright ul.xbigseparation li {
  margin: 0 0 0 20px;
}

input[type=button].buttonAsLinkOnChildMenu, input[type=submit].buttonAsLinkOnChildMenu, a.buttonAsLinkOnChildMenu {
  background-color: #ffffff;
  border: 0 solid;
  text-align: left;
  padding: 0;
  cursor: pointer;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  height: auto;
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
input[type=button].buttonAsLinkOnChildMenu:hover, input[type=submit].buttonAsLinkOnChildMenu:hover, a.buttonAsLinkOnChildMenu:hover {
  color: #D4021d;
}

input[type=button].buttonAsLinkOnChildMobileMenu, input[type=submit].buttonAsLinkOnChildMobileMenu, a.buttonAsLinkOnChildMobileMenu {
   background-color: transparent;
   border: 0 solid;
   text-align: left;
   padding: 5px 10px 5px 20px;
   cursor: pointer;
   white-space: pre-wrap;
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   height: auto;
   width: 100%;
   outline: none;
   text-decoration: none;
   -webkit-appearance: none;
   margin-top: 0px;
   font-size: 14px;
   color: #666666;
 }
input[type=button].buttonAsLinkOnChildMobileMenu:hover, input[type=submit].buttonAsLinkOnChildMobileMenu:hover, a.buttonAsLinkOnChildMobileMenu:hover {
  background: #ccc;
}

input[type=button].buttonAsLink, input[type=submit].buttonAsLink, a.buttonAsLink {
  background-color: #ffffff;
  border: 0 solid;
  text-decoration: underline;
  text-align: left;
  padding: 0;
  cursor: pointer;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  height: auto;
  outline: none;
  color: #D4021d;
  -webkit-appearance: none;
}

input[type=submit].buttonAsLinkNoDecoration {
  text-decoration: none;
}
input[type=submit].buttonAsLinkNoDecoration:hover {
  color: #171f31;
}

.l-sectionLeft input[type=button].buttonAsLink,
.l-section input[type=submit].buttonAsLink {
  padding: 0;
  margin-bottom: 1.25px;
}

input[type=button].buttonAsLink:hover,
input[type=submit].buttonAsLink:hover {
  text-decoration: none;
}

.errorfield {
  font-weight: normal;
  color: red;
  list-style-position: inside;
}

.validation-summary-errors {
  font-weight: normal;
  color: red;
}
.validation-summary-errors span {
  margin-left: 5px;
}
.validation-summary-errors ul {
  margin: 2px 0px 2px 20px;
  list-style-position: outside;
  list-style-type: disc;
}

.warningfield {
  font-weight: bold;
  list-style-position: inside;
}

.validation-summary-warnings {
  font-weight: bold;
  margin-bottom: 10px;
}

#lastOrdersFilterListTable tbody .field-validation-error,
#lastOrdersFilterListTable tbody .errorcolor {
  color: red;
}

.field-validation-error {
  color: red;
  vertical-align: top;
}

.lockicon, .unlockicon {
  border: 0;
  background-size: auto 16px;
  width: 13px;
  height: 20px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.lockicon {
  background-image: url("images/icons-svg/lock_red.svg");
}

.unlockicon {
  background-image: url("images/icons-svg/unlock_red.svg");
}

.imgUseInTransfer, .imgReuse, .imgEdit, .imgDelete, .imgShowDetails, .imgAccountDetails, .imgCheck, .imgDown, .imgRight {
  border: 0;
  background: url("images/icons/redicons-h.png");
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: scale(1.25);
}

.imgAccountDetails {
  cursor: pointer;
  background-position: 0 !important;
}

.imgDelete {
  background-position: -20px !important;
}

.imgEdit {
  background-position: -40px !important;
}

.imgUseInTransfer, .imgReuse {
  background-position: -60px !important;
}

.imgShowDetails {
  background-position: -80px !important;
}

.imgCheck {
  background-position: -100px !important;
}

.imgRight {
  background-position: -120px !important;
}

.imgDown {
  background-position: -140px !important;
}

.carat {
  width: 14px;
  color: #666666;
  display: inline-block;
  position: absolute;
  margin: 4px 0 0 5px;
  transform: scale(0.85);
}

.carat-r {
  background-image: url("images/icons-svg/carat-r-grey.svg");
}

.carat-d {
  background-image: url("images/icons-svg/carat-d-grey.svg");
}

.carat-u {
  background-image: url("images/icons-svg/carat-u-grey.svg");
}

.imgWarning {
  cursor: pointer;
  background-position: 0 0 !important;
  border: 0;
  background-image: url("images/icons/icon_exclamation.png") !important;
  background-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
}
.imgWarning:focus {
  outline: none;
}

.imgTakeAction {
  border: 0;
  background: url("images/icons/redicon-takeaction.png");
  background-size: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-position: 0 0 !important;
}

.imgBankPhone, .imgBankEmail, .imgBankWeb {
  padding-left: 15px;
  padding-right: 8px;
  background: url("images/icons/redBankicons-v.png") no-repeat scroll left center;
  background-size: 30px;
}

.imgBankEmail {
  background-position: -6px 0 !important;
}

.imgBankWeb {
  background-position: -6px -24px !important;
}

.imgBankPhone {
  background-position: -6px -48px !important;
}

.imgPlus {
  cursor: pointer;
  background-position: 0 0 !important;
  border: 0;
  background-image: url("images/icons/plus.png");
  background-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

.btnUpload {
  background-position: 0px -320px !important;
}

.is-error {
  /*border: 2px solid $maincolor;*/
}

.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.highlightHeader {
  text-transform: uppercase;
  font-weight: 600;
}

.javascriptErrorHeader {
  position: relative;
  background-color: #D4021d;
  height: 35px;
}

.javascriptErrorSubHeader {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.1em;
}

.menuParentText {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

#maincontent .l-section .l-sectionRight .horizontallist {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -webkit-flexbox;
}
#maincontent .l-section .l-sectionRight .horizontallist li {
  white-space: nowrap;
}
#maincontent .l-section .l-sectionRight .horizontallist.is-hidden {
  display: none;
}

#maincontent .horizontallist.l-floatright.smallseparation {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
}

#maincontent .l-sectionRight .horizontallist.xsmallseparation li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

#maincontent .l-sectionRight .horizontallist.xsmallseparation li span {
  flex: 1 0 auto;
}

#maincontent .l-sectionRight .horizontallist.xsmallseparation .amountField.xxxxsmall {
  max-width: 42px;
}

#maincontent .l-sectionRight .xxxsmall {
  width: auto;
}

.l-sectionRight input[type=radio] {
  margin: 0 0 0 13px;
}

.l-sectionRight label input[type=radio] {
  margin: 0;
  vertical-align: -0.85px;
}

.l-sectionRight input[type=checkbox] {
  margin: 0 0 0 13px;
}

#maincontent .l-sectionRight table {
  width: 97%;
}
#maincontent .l-sectionRight table.table-dropbox tbody td:first-child:not([data-handler=selectDay]) {
  padding-left: 0;
}
#maincontent .l-sectionRight table.table-dropbox tfoot td:last-child {
  padding-right: 18px;
}

#maincontent .l-sectionRight .is-hidden {
  display: none;
}

#maincontent .horizontallist #choosePeroid label,
#maincontent .horizontallist label {
  color: #666666;
  font-weight: 400 !important;
  letter-spacing: -0.3px;
}
#maincontent .horizontallist #choosePeroid .nextToInput,
#maincontent .horizontallist .nextToInput {
  display: block;
  margin-top: 2px;
}

#maincontent .l-sectionRight .horizontallist.fitWidth {
  width: 97%;
}

#maincontent .horizontallist #chooseDays a:visited,
#maincontent .horizontallist #choosePeroid a:visited {
  color: inherit;
}
#maincontent .horizontallist #chooseDays.marked,
#maincontent .horizontallist #choosePeroid.marked {
  font-weight: 700;
}

#maincontent .l-section.extrapadding {
  /*max-width: 610px;*/
}

#maincontent #benIntermediaryAcc,
#maincontent .l-sectionReadwrite,
#maincontent .l-subSectionReadwrite,
#maincontent .l-sectionReadonly,
#maincontent .l-subSectionReadonly {
  box-sizing: border-box;
  padding: 5px 2% 5px 24px;
}

#maincontent input.xxlarge,
#maincontent input.xsmall,
#maincontent input.amountField,
#maincontent .hasDatepicker,
#maincontent .select2-selection__rendered,
#maincontent .tablestyle3 thead input,
.ReactModalPortal .tablestyle3 thead input,
#maincontent select,
#maincontent input.moreFilters,
#maincontent input.btnSearch,
#maincontent input.btnRight,
#maincontent input.btnDown,
#maincontent input#FilterMessage_Subject,
#maincontent .l-section input[type=text],
#maincontent input[type=password],
#maincontent input[type=tel],
#maincontent input[type=search],
#maincontent input.basicfilter,
#resultsNationalBanks input,
#resultsSwiftBanks input,
.select2-container .select2-search__field,
.ms-options-wrap > button > span {
  height: 25px;
}

#maincontent input.xxlarge,
#maincontent input.xsmall,
#maincontent input.amountField,
#maincontent .hasDatepicker,
#maincontent .select2-selection__rendered,
#maincontent .tablestyle3 thead input,
.ReactModalPortal .tablestyle3 thead input,
#maincontent select,
#maincontent input.moreFilters,
#maincontent input.btnSearch,
#maincontent input.btnRight,
#maincontent input.btnDown,
#maincontent input[type=password],
#maincontent input.basicfilter,
#resultsNationalBanks input,
#resultsSwiftBanks input,
#maincontent input#FilterMessage_Subject,
#maincontent textarea,
#maincontent textarea.mailTextArea {
  border-radius: 7px;
  border: none;
  padding: 0 10px;
  color: #666666;
  outline: none;
  width: 97%;
  background-color: #ececec;
}

#maincontent .filterbox input.xxlarge,
#maincontent .filterbox input.xsmall,
#maincontent .filterbox input.amountField,
#maincontent .filterbox .hasDatepicker,
#maincontent .filterbox .select2-selection__rendered,
#maincontent .filterbox.tablestyle3 thead input,
.ReactModalPortal .filterbox.tablestyle3 thead input,
#maincontent .filterbox select,
#maincontent .filterbox input.moreFilters,
#maincontent .filterbox input.btnSearch,
#maincontent .filterbox input.btnRight,
#maincontent .filterbox input.btnDown,
#maincontent .filterbox input[type=password],
#maincontent .filterbox input.basicfilter,
#resultsNationalBanks .filterbox input,
#resultsSwiftBanks .filterbox input,
#maincontent .filterbox input#FilterMessage_Subject {
  background-color: #ffffff;
}

#maincontent textarea.textarea-allwidth {
  background-color: #ffffff;
  border-top: none;
  padding: 0 24px 12px 24px !important;
  border-radius: 0;
  display: block;
}

#maincontent input.moreFilters,
#maincontent input.btnSearch {
  color: #D4021d;
  -webkit-appearance: none;
}

#maincontent #resultsBeneficiaries input.btnSearch {
  color: #D4021d;
  -webkit-appearance: none;
}

#maincontent .l-section #password.xxlarge,
#maincontent .l-section #username.xxlarge {
  width: 96%;
  background-color: #ffffff;
}

#maincontent .l-section input[type=text],
#maincontent .l-section input[type=date],
#maincontent .l-section input[type=email],
#maincontent .l-section input[type=month],
#maincontent .l-section input[type=number],
#maincontent .l-section input[type=password],
#maincontent .l-section input[type=tel],
#maincontent .l-section input[type=search],
#maincontent .l-section select,
#maincontent .l-section textarea,
#maincontent .select2-selection__rendered,
.ms-options-wrap > button:focus, .ms-options-wrap > button,
.ms-options-wrap.ms-has-selections > button {
  border-radius: 7px;
  background-color: #ececec;
  border: none !important;
  padding: 0 10px;
  color: #666666;
  outline: none;
  width: 97%;
}
#maincontent .l-section input[type=text].loader,
#maincontent .l-section input[type=date].loader,
#maincontent .l-section input[type=email].loader,
#maincontent .l-section input[type=month].loader,
#maincontent .l-section input[type=number].loader,
#maincontent .l-section input[type=password].loader,
#maincontent .l-section input[type=tel].loader,
#maincontent .l-section input[type=search].loader,
#maincontent .l-section select.loader,
#maincontent .l-section textarea.loader,
#maincontent .select2-selection__rendered.loader,
.ms-options-wrap > button:focus.loader, .ms-options-wrap > button.loader,
.ms-options-wrap.ms-has-selections > button.loader {
  background-image: url(/content/images/ajax-loader-Q.gif);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
}

#maincontent .filterbox .l-section input[type=text],
#maincontent .filterbox .l-section input[type=date],
#maincontent .filterbox .l-section input[type=email],
#maincontent .filterbox .l-section input[type=month],
#maincontent .filterbox .l-section input[type=number],
#maincontent .filterbox .l-section input[type=password],
#maincontent .filterbox .l-section input[type=tel],
#maincontent .filterbox .l-section input[type=search],
#maincontent .filterbox .l-section select,
#maincontent .filterbox .l-section textarea,
#maincontent .filterbox .select2-selection__rendered {
  background-color: #ececec;
}

.select2-container {
  position: unset;
}
.select2-container .select2-search__field {
  border-radius: 7px;
  background-color: #ececec;
  padding: 0 10px;
  color: #666666;
  outline: none;
}

.suggestions {
  position: absolute;
  list-style: none;
  background-color: #ececec;
  z-index: 99999999;
}
.suggestions .active {
  background-color: #5897fb;
  color: white;
}

#maincontent .l-section ul input[type=text],
#maincontent .l-section ul input[type=date],
#maincontent .l-section ul input[type=email],
#maincontent .l-section ul input[type=month],
#maincontent .l-section ul input[type=number],
#maincontent .l-section ul input[type=password],
#maincontent .l-section ul input[type=tel],
#maincontent .l-section ul input[type=search],
#maincontent .l-section ul select,
#maincontent .l-section ul textarea {
  width: 100%;
}

#maincontent textarea,
#maincontent textarea.mailTextArea {
  padding-top: 10px !important;
}

#frmSearchBeneficiaries .tablestyle3 th input, #lastOrdersForm .tablestyle3 th input, #maincontent input.btnSearch, #maincontent input.moreFilters, #lastOrdersForm input#moreFilters, #searchForm .tablestyle3.nodotted input, #searchForm .tablestyle3.nodotted input#FilterMessage_Subject, #searchForm .tablestyle3.nodotted select, #lastOrdersForm .basicfilter, #maincontent .basicfilter, #resultsNationalBanks input, #resultsSwiftBanks input, #maincontent .l-section .l-floatright #moreFilters, s #maincontent input.basicfilter.expandFieldInput {
  border-radius: 5px;
}

#maincontent textarea.mailTextArea {
  margin-left: 0;
  width: 97.75%;
}

#maincontent .select2-selection__rendered,
#maincontent select,
#maincontent .ms-options-wrap > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px 14px;
  background-image: url("images/icons-png/appearance.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  /* Firefox */
  background-position-x: -moz-calc(100% - 10px);
  /* WebKit */
  background-position-x: -webkit-calc(100% - 10px);
  /* Opera */
  background-position-x: -o-calc(100% - 10px);
  /* Standard */
  background-position-y: 50%;
  background-color: #ececec;
  padding: 0 30px 0 10px !important;
  -webkit-padding-end: 30px !important;
  -webkit-padding-start: 10px !important;
}

.select2-container--quipu .select2-results__option, .ms-options-wrap > .ms-options {
  background-color: #ececec;
  line-height: 20pt;
}

.select2-results__option[aria-selected] {
  background-color: #ececec;
  color: #666666;
}

.ms-options-wrap > .ms-options {
  z-index: 99999999;
  width: inherit;
}

.ms-options-wrap > .ms-options > ul label {
  padding-left: 28px;
}

.ms-options-wrap > .ms-options > ul label.focused, .ms-options-wrap > .ms-options > ul label:hover {
  background-color: #171f31;
  border-color: #999;
  color: white;
}

.ms-options-wrap > .ms-options > ul li.selected label {
  color: #666666;
}

.ms-options-wrap > .ms-options > ul input[type=checkbox] {
  top: 10px;
  margin-left: 7px;
}

#maincontent .ms-options-wrap > button:after {
  content: none;
}

#maincontent .select2-selection__rendered,
.ms-options-wrap > button > span {
  box-sizing: border-box;
}

#maincontent .select2-selection__rendered {
  width: 100%;
}

.ms-options-wrap > button > span {
  white-space: break-spaces;
  padding-top: 2px;
}

#maincontent .l-sectionReadwrite input.xxlarge,
#maincontent .select2-selection__rendered,
#maincontent #InternationalBeneficiaryViewModel_Beneficiary_InternationalSupplement_IntermediaryAccountNumber,
#maincontent select {
  /*margin: -7px 0 -10px;*/
}

#maincontent #lastOrdersFilter .l-section:last-of-type select,
#messagesFilter .horizontallist .l-section:last-of-type select,
#AdvancedSearchBox .horizontallist .l-section:last-of-type select,
#maincontent .l-section-date .horizontallist .l-section:last-of-type select {
  margin-bottom: 0;
}

#maincontent .select2-container--quipu .select2-selection--single {
  height: auto;
  border: none;
}

.select2-container--default .select2-selection--single {
  background-color: none;
  border: 0;
  border-radius: 0;
}

.select2-selection__arrow {
  display: none;
}

#maincontent .btnCancel {
  background-image: url("images/icons-svg/close-red.svg");
}

#maincontent .btnBack {
  background-image: url("images/icons-svg/arrow-l-black-red.svg");
}

#maincontent .btnAdd {
  background-image: url("images/icons-svg/plus-red.svg");
}

#maincontent .icoAddWhite {
  background-image: url("images/icons-svg/plus-white.svg");
}

#maincontent .buttonWithIcon {
  background-color: #D4021d;
  background-position: 5% 50% !important;
  background-repeat: no-repeat;
  padding-left: 30px !important;
}

/*#maincontent .btnNext,*/
#maincontent .btnBack,
#maincontent .btnCancel,
#maincontent .btnAdd {
  background-color: transparent;
  outline: none;
  color: #D4021d;
  -webkit-appearance: none;
  padding-left: 30px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  background-position: 2px 60% !important;
}

#lastOrdersFilterListTable tbody td {
  color: #666666;
  font-size: 14px;
}

#maincontent .btnSearch {
  background-image: url("images/icons-svg/search-black.svg");
  background-size: 14px 14px;
  background-position: 12px 50% !important;
  padding-left: 36px !important;
  text-align: left;
  background-repeat: no-repeat;
}

#maincontent #moreFilters,
#maincontent .moreFilters {
  background-image: url("images/icons-svg/filter.svg");
  background-size: 14px 14px;
  background-position: 12px 50% !important;
  padding-left: 36px !important;
  text-align: left;
  background-repeat: no-repeat;
}

#maincontent .moreFilters.btnDown {
  background-image: url("images/icons-svg/filter-red.svg");
}

#maincontent .tablestyle3 .l-section2columns {
  padding: 0 24px;
  box-sizing: border-box;
}

#maincontent .l-sectionReadonlyHeader {
  margin-top: 10px;
}

#maincontent .account-statement .l-sectionReadonlyHeader {
  margin-top: 0;
}

#maincontent .tablestyle3.l-section {
  overflow: auto;
  padding: 7px 0 10px;
}

#maincontent .barseparator {
  border-top: none;
  padding-top: 0;
  margin-top: 20px;
}
#maincontent .barseparator .validation-summary-errors > span {
  display: block;
  margin-top: 10px;
}
#maincontent .barseparator .textunderbarseparator {
  margin: 10px 0 0 5px;
}

#pdfFallback {
  margin: 10px 0 0 5px;
}

#maincontent .barseparatorpadding {
  border-top: none;
  padding-top: 20px;
  margin-top: 0;
}

#maincontent #frmSearchBeneficiaries .tablestyle3 th,
#maincontent #lastOrdersForm .extramargin th,
#maincontent #resultsNationalBanks .extramargin th,
#maincontent #resultsSwiftBanks .extramargin th,
#maincontent #searchForm .tablestyle3.nodotted th,
#maincontent #originalFilterTable .tablestyle3.nodotted th, .ReactModalPortal #frmSearchBeneficiaries .tablestyle3 th,
.ReactModalPortal #lastOrdersForm .extramargin th,
.ReactModalPortal #resultsNationalBanks .extramargin th,
.ReactModalPortal #resultsSwiftBanks .extramargin th,
.ReactModalPortal #searchForm .tablestyle3.nodotted th,
.ReactModalPortal #originalFilterTable .tablestyle3.nodotted th {
  padding: 10px 3px;
}
#maincontent #frmSearchBeneficiaries .tablestyle3 th:first-child,
#maincontent #lastOrdersForm .extramargin th:first-child,
#maincontent #resultsNationalBanks .extramargin th:first-child,
#maincontent #resultsSwiftBanks .extramargin th:first-child,
#maincontent #searchForm .tablestyle3.nodotted th:first-child,
#maincontent #originalFilterTable .tablestyle3.nodotted th:first-child, .ReactModalPortal #frmSearchBeneficiaries .tablestyle3 th:first-child,
.ReactModalPortal #lastOrdersForm .extramargin th:first-child,
.ReactModalPortal #resultsNationalBanks .extramargin th:first-child,
.ReactModalPortal #resultsSwiftBanks .extramargin th:first-child,
.ReactModalPortal #searchForm .tablestyle3.nodotted th:first-child,
.ReactModalPortal #originalFilterTable .tablestyle3.nodotted th:first-child {
  padding-left: 10px;
}
#maincontent #frmSearchBeneficiaries .tablestyle3 th:last-child,
#maincontent #lastOrdersForm .extramargin th:last-child,
#maincontent #resultsNationalBanks .extramargin th:last-child,
#maincontent #resultsSwiftBanks .extramargin th:last-child,
#maincontent #searchForm .tablestyle3.nodotted th:last-child,
#maincontent #originalFilterTable .tablestyle3.nodotted th:last-child, .ReactModalPortal #frmSearchBeneficiaries .tablestyle3 th:last-child,
.ReactModalPortal #lastOrdersForm .extramargin th:last-child,
.ReactModalPortal #resultsNationalBanks .extramargin th:last-child,
.ReactModalPortal #resultsSwiftBanks .extramargin th:last-child,
.ReactModalPortal #searchForm .tablestyle3.nodotted th:last-child,
.ReactModalPortal #originalFilterTable .tablestyle3.nodotted th:last-child {
  padding-right: 10px;
}

#lastOrdersFilter .horizontallist,
#messagesFilter .horizontallist,
#AdvancedSearchBox .horizontallist,
#maincontent .l-section .l-sectionRight .l-section-date .horizontallist {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
}

#lastOrdersFilter .horizontallist li:nth-child(2n+0),
#messagesFilter .horizontallist li:nth-child(2n+0),
#AdvancedSearchBox .horizontallist li:nth-child(2n+0),
#maincontent .l-section-date .horizontallist li:nth-child(2n+0) {
  flex: 1 0 auto;
  width: 40px;
}

#maincontent #lastOrdersFilter .l-section input[type=text],
#maincontent #lastOrdersFilter .l-section select,
#maincontent #AdvancedSearchBox .l-section input[type=text],
#maincontent #AdvancedSearchBox .l-section select,
#maincontent .l-section-date .horizontallist .l-section input[type=text],
#maincontent .l-section-date .horizontallist .l-section select {
  width: 100%;
}

#MainForm .horizontallist li:last-child,
#lastOrdersFilter .horizontallist li:last-child,
#messagesFilter .horizontallist li:last-child,
#AdvancedSearchBox .horizontallist li:last-child #maincontent .l-section-date .horizontallist li:last-child {
  margin-right: 0;
}

#maincontent > .l-section:nth-child(2) {
  position: relative;
  overflow: visible;
}

#maincontent > .l-section + .l-section:nth-child(2) > .l-floatright {
  position: absolute;
  top: -30px;
  right: 0;
}

#maincontent .l-section .l-floatright #moreFilters {
  min-width: 150px;
  transition: 0.3s;
}

#maincontent .l-section .l-floatright #moreFilters.btnRight {
  margin: -8px 0 20px;
}

.l-section-text {
  padding: 3px 0;
  display: block;
}

.l-sectionRight .l-section-text {
  padding-left: 10px;
}

.l-sectionRight .l-section-text-noleft {
  padding-left: 0;
}

.l-sectionLeft input[type=submit] {
  padding: 3px 0;
}

.l-sectionLeft1pad input[type=submit] {
  padding: 1px 0;
}

.l-sectionLeft a.highlight {
  padding: 3px 0;
}

.margintop-1px {
  margin-top: -1px;
}

#maincontent input[type=submit].buttonAsLink,
#maincontent input[type=button].buttonAsLink {
  background-color: transparent;
}
#maincontent input[type=submit].buttonAsLink.loading,
#maincontent input[type=button].buttonAsLink.loading {
  background-image: url("images/ajax-loader-Q.gif");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

#maincontent input.btnReject,
#maincontent input.btnSave,
#maincontent input.btnDelete,
#maincontent input.btnFinish,
#maincontent input.btnUpdate,
#maincontent input.btnClose,
#maincontent input.btnNext,
#maincontent input.btnUpload,
#maincontent .btnCreate,
input#btnlogin {
  outline: none;
  padding: 10px 20px;
  height: 40px;
  border-radius: 20px;
  background-color: #D4021d;
  -webkit-appearance: none;
  box-shadow: 0 6px 8px rgba(230, 0, 15, 0.3);
  margin-bottom: 10px;
  min-width: 100px;
  transition: box-shadow 0.3s;
}
#maincontent input.btnReject.loading,
#maincontent input.btnSave.loading,
#maincontent input.btnDelete.loading,
#maincontent input.btnFinish.loading,
#maincontent input.btnUpdate.loading,
#maincontent input.btnClose.loading,
#maincontent input.btnNext.loading,
#maincontent input.btnUpload.loading,
#maincontent .btnCreate.loading,
input#btnlogin.loading {
  background-image: url("images/ajax-loader-Q.gif");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

#maincontent input.btnReject:hover,
#maincontent input.btnSave:hover,
#maincontent input.btnDelete:hover,
#maincontent input.btnFinish:hover,
#maincontent input.btnUpdate:hover,
#maincontent input.btnCreate:hover,
#maincontent input.btnClose:hover,
#maincontent input.btnNext:hover,
#maincontent input.btnUpload:hover {
  box-shadow: none;
  background-color: #c3000d;
}

#maincontent input[type=submit]:disabled {
  box-shadow: none !important;
  background: #d9d9d9;
}

#maincontent input[type=submit]:disabled:focus {
  box-shadow: none !important;
  background: #d9d9d9;
}

.header {
  padding: 10px 0 11px;
  box-shadow: inset -1px -1px 0 #e2e3e5;
  background-color: #ffffff;
  width: 100vw;
  margin: 0 auto 10px;
  position: fixed;
  z-index: 1000;
}

.header .l-section {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
}

.header__logo {
  width: 100%;
  flex: 1 0 240px;
  padding: 0px 0 3px 20px;
}

.l-content-header {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 4px 30px 0 15px;
}

.header-menu,
.header__user {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.header__logo_icon {
  width: 200px;
  max-height: 40px;
  background-image: url("images/logo.svg");
}

.header__user-name {
  font-size: 15px;
  color: #666666;
}

.header-menu__link {
  font-size: 15px;
  display: inline-block;
  margin: 0 12px 0 28px;
  padding: 0;
  letter-spacing: -0.3px;
  transition: 0.3s;
}

.link_red.header-menu__link {
  color: #D4021d;
  text-decoration: none;
}

.link_red.header-menu__link:hover {
  color: #171f31;
}

.header__user-info {
  color: #666666;
  font-family: "nato-sans-italic", Arial, sans-serif;
  line-height: 1.33;
  margin: 0 10px 0 21px;
}

.printLabelInsteadDropDownList {
  display: none;
}

#fallbackPdfViewer {
  width: 100%;
  background-color: #ececec;
}

.gips-body {
  font-family: inherit;
}

.gips-close {
  left: 94%;
}

.notvisible {
  visibility: hidden;
}

.btnUpdateLarge, .btnBackLarge, .btnPrintLarge {
  padding-left: 52px;
  padding-right: 18px;
  height: 48px !important;
}

.btnBackLarge {
  background: url("images/icons/greyicons-v.png") no-repeat scroll left center #949596;
  background-size: 48px;
  background-position: 0 0 !important;
}

.btnPrintLarge {
  background: url("images/icons/Macedonia/12-pcb-red.png") no-repeat scroll left center;
  background-position: 0 0 !important;
  background-size: 48px;
  background-color: #d4021d !important;
}

.btnUpdateLarge {
  background: url("images/icons/greyicons-v.png") no-repeat scroll left center #949596;
  background-size: 48px;
  background-position: 0 -720px !important;
}

/*Section outbox/inbox*/
.read {
  font-weight: normal;
}

.unread {
  font-weight: bold;
}

td.read {
  width: 16px;
  height: 16px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  background-image: url("images/icons-svg/read.svg");
}

td.unread {
  width: 16px;
  height: 16px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  background-image: url("images/icons-svg/unread.svg");
}

.hasattachment {
  background-position-y: 3px;
  background-repeat: no-repeat;
  background-image: url("images/icons-svg/attachment.svg");
}

.hasattachmentcenter {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("images/icons-svg/attachment.svg");
}

.smallicon {
  width: 16px;
  height: 16px;
}

.mediumicon {
  width: 20px;
  height: 20px;
}

.width1 {
  width: 1%;
}

.width2 {
  width: 2%;
}

.width3 {
  width: 3%;
}

.width4 {
  width: 4%;
}

.width5 {
  width: 5%;
}

.width6 {
  width: 6%;
}

.width7 {
  width: 7%;
}

.width8 {
  width: 8%;
}

.width9 {
  width: 9%;
}

.width10 {
  width: 10%;
}

.width11 {
  width: 11%;
}

.width12 {
  width: 12%;
}

.width13 {
  width: 13%;
}

.width14 {
  width: 14%;
}

.width15 {
  width: 15%;
}

.width16 {
  width: 16%;
}

.width17 {
  width: 17%;
}

.width18 {
  width: 18%;
}

.width19 {
  width: 19%;
}

.width20 {
  width: 20%;
}

.width21 {
  width: 21%;
}

.width22 {
  width: 22%;
}

.width23 {
  width: 23%;
}

.width24 {
  width: 24%;
}

.width25 {
  width: 25%;
}

.width26 {
  width: 26%;
}

.width27 {
  width: 27%;
}

.width28 {
  width: 28%;
}

.width29 {
  width: 29%;
}

.width30 {
  width: 30%;
}

.width31 {
  width: 31%;
}

.width32 {
  width: 32%;
}

.width33 {
  width: 33%;
}

.width34 {
  width: 34%;
}

.width35 {
  width: 35%;
}

.width36 {
  width: 36%;
}

.width37 {
  width: 37%;
}

.width38 {
  width: 38%;
}

.width39 {
  width: 39%;
}

.width40 {
  width: 40%;
}

.width41 {
  width: 41%;
}

.width42 {
  width: 42%;
}

.width43 {
  width: 43%;
}

.width44 {
  width: 44%;
}

.width45 {
  width: 45%;
}

.width46 {
  width: 46%;
}

.width47 {
  width: 47%;
}

.width48 {
  width: 48%;
}

.width49 {
  width: 49%;
}

.width50 {
  width: 50%;
}

.width51 {
  width: 51%;
}

.width52 {
  width: 52%;
}

.width53 {
  width: 53%;
}

.width54 {
  width: 54%;
}

.width55 {
  width: 55%;
}

.width56 {
  width: 56%;
}

.width57 {
  width: 57%;
}

.width58 {
  width: 58%;
}

.width59 {
  width: 59%;
}

.width60 {
  width: 60%;
}

.width61 {
  width: 61%;
}

.width62 {
  width: 62%;
}

.width63 {
  width: 63%;
}

.width64 {
  width: 64%;
}

.width65 {
  width: 65%;
}

.width66 {
  width: 66%;
}

.width67 {
  width: 67%;
}

.width68 {
  width: 68%;
}

.width69 {
  width: 69%;
}

.width70 {
  width: 70%;
}

.width71 {
  width: 71%;
}

.width72 {
  width: 72%;
}

.width73 {
  width: 73%;
}

.width74 {
  width: 74%;
}

.width75 {
  width: 75%;
}

.width76 {
  width: 76%;
}

.width77 {
  width: 77%;
}

.width78 {
  width: 78%;
}

.width79 {
  width: 79%;
}

.width80 {
  width: 80%;
}

.width81 {
  width: 81%;
}

.width82 {
  width: 82%;
}

.width83 {
  width: 83%;
}

.width84 {
  width: 84%;
}

.width85 {
  width: 85%;
}

.width86 {
  width: 86%;
}

.width87 {
  width: 87%;
}

.width88 {
  width: 88%;
}

.width89 {
  width: 89%;
}

.width90 {
  width: 90%;
}

.width91 {
  width: 91%;
}

.width92 {
  width: 92%;
}

.width93 {
  width: 93%;
}

.width94 {
  width: 94%;
}

.width95 {
  width: 95%;
}

.width96 {
  width: 96%;
}

.width97 {
  width: 97%;
}

.width98 {
  width: 98%;
}

.width99 {
  width: 99%;
}

.width100 {
  width: 100%;
}

.width23point5 {
  width: 23.5%;
}

.width24point5 {
  width: 24.5%;
}

.width52point5 {
  width: 52.5%;
}

.width27point5 {
  width: 27.5%;
}

.width16point5 {
  width: 16.5%;
}

@media (max-width: 700px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-aspect-ratio: 14/10), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-aspect-ratio: 14/10), only screen and (min-resolution: 200dpi) and (max-aspect-ratio: 14/10) {
  .width1-responsive {
    width: 1%;
  }
  .width2-responsive {
    width: 2%;
  }
  .width3-responsive {
    width: 3%;
  }
  .width4-responsive {
    width: 4%;
  }
  .width5-responsive {
    width: 5%;
  }
  .width6-responsive {
    width: 6%;
  }
  .width7-responsive {
    width: 7%;
  }
  .width8-responsive {
    width: 8%;
  }
  .width9-responsive {
    width: 9%;
  }
  .width10-responsive {
    width: 10%;
  }
  .width11-responsive {
    width: 11%;
  }
  .width12-responsive {
    width: 12%;
  }
  .width13-responsive {
    width: 13%;
  }
  .width14-responsive {
    width: 14%;
  }
  .width15-responsive {
    width: 15%;
  }
  .width16-responsive {
    width: 16%;
  }
  .width17-responsive {
    width: 17%;
  }
  .width18-responsive {
    width: 18%;
  }
  .width19-responsive {
    width: 19%;
  }
  .width20-responsive {
    width: 20%;
  }
  .width21-responsive {
    width: 21%;
  }
  .width22-responsive {
    width: 22%;
  }
  .width23-responsive {
    width: 23%;
  }
  .width24-responsive {
    width: 24%;
  }
  .width25-responsive {
    width: 25%;
  }
  .width26-responsive {
    width: 26%;
  }
  .width27-responsive {
    width: 27%;
  }
  .width28-responsive {
    width: 28%;
  }
  .width29-responsive {
    width: 29%;
  }
  .width30-responsive {
    width: 30%;
  }
  .width31-responsive {
    width: 31%;
  }
  .width32-responsive {
    width: 32%;
  }
  .width33-responsive {
    width: 33%;
  }
  .width34-responsive {
    width: 34%;
  }
  .width35-responsive {
    width: 35%;
  }
  .width36-responsive {
    width: 36%;
  }
  .width37-responsive {
    width: 37%;
  }
  .width38-responsive {
    width: 38%;
  }
  .width39-responsive {
    width: 39%;
  }
  .width40-responsive {
    width: 40%;
  }
  .width41-responsive {
    width: 41%;
  }
  .width42-responsive {
    width: 42%;
  }
  .width43-responsive {
    width: 43%;
  }
  .width44-responsive {
    width: 44%;
  }
  .width45-responsive {
    width: 45%;
  }
  .width46-responsive {
    width: 46%;
  }
  .width47-responsive {
    width: 47%;
  }
  .width48-responsive {
    width: 48%;
  }
  .width49-responsive {
    width: 49%;
  }
  .width50-responsive {
    width: 50%;
  }
  .width51-responsive {
    width: 51%;
  }
  .width52-responsive {
    width: 52%;
  }
  .width53-responsive {
    width: 53%;
  }
  .width54-responsive {
    width: 54%;
  }
  .width55-responsive {
    width: 55%;
  }
  .width56-responsive {
    width: 56%;
  }
  .width57-responsive {
    width: 57%;
  }
  .width58-responsive {
    width: 58%;
  }
  .width59-responsive {
    width: 59%;
  }
  .width60-responsive {
    width: 60%;
  }
  .width61-responsive {
    width: 61%;
  }
  .width62-responsive {
    width: 62%;
  }
  .width63-responsive {
    width: 63%;
  }
  .width64-responsive {
    width: 64%;
  }
  .width65-responsive {
    width: 65%;
  }
  .width66-responsive {
    width: 66%;
  }
  .width67-responsive {
    width: 67%;
  }
  .width68-responsive {
    width: 68%;
  }
  .width69-responsive {
    width: 69%;
  }
  .width70-responsive {
    width: 70%;
  }
  .width71-responsive {
    width: 71%;
  }
  .width72-responsive {
    width: 72%;
  }
  .width73-responsive {
    width: 73%;
  }
  .width74-responsive {
    width: 74%;
  }
  .width75-responsive {
    width: 75%;
  }
  .width76-responsive {
    width: 76%;
  }
  .width77-responsive {
    width: 77%;
  }
  .width78-responsive {
    width: 78%;
  }
  .width79-responsive {
    width: 79%;
  }
  .width80-responsive {
    width: 80%;
  }
  .width81-responsive {
    width: 81%;
  }
  .width82-responsive {
    width: 82%;
  }
  .width83-responsive {
    width: 83%;
  }
  .width84-responsive {
    width: 84%;
  }
  .width85-responsive {
    width: 85%;
  }
  .width86-responsive {
    width: 86%;
  }
  .width87-responsive {
    width: 87%;
  }
  .width88-responsive {
    width: 88%;
  }
  .width89-responsive {
    width: 89%;
  }
  .width90-responsive {
    width: 90%;
  }
  .width91-responsive {
    width: 91%;
  }
  .width92-responsive {
    width: 92%;
  }
  .width93-responsive {
    width: 93%;
  }
  .width94-responsive {
    width: 94%;
  }
  .width95-responsive {
    width: 95%;
  }
  .width96-responsive {
    width: 96%;
  }
  .width97-responsive {
    width: 97%;
  }
  .width98-responsive {
    width: 98%;
  }
  .width99-responsive {
    width: 99%;
  }
  .width100-responsive {
    width: 100%;
  }
  .width17point5-responsive {
    width: 17.5%;
  }
  .width28point5-responsive {
    width: 28.5%;
  }
  .width56point5-responsive {
    width: 56.5%;
  }
  .width57point5-responsive {
    width: 57.5%;
  }
  .width66point5-responsive {
    width: 66.5%;
  }
  .width7point75-responsive {
    width: 7.75%;
  }
}
#reportSpan * {
  vertical-align: top;
}

#customer-downloadAttachment {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#customer-downloadAttachment iframe {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.historicalstatementli {
  float: left;
  width: 140px;
  margin-right: 15px;
  display: block;
}

@media print {
  div#AccountDetailsResultDiv, .ChooseAccountDropDown, div#headerMain, div#headercontent, div#titleMain, div#Colorbar {
    display: none;
  }
  @page {
    margin: 10px;
    size: landscape;
  }
  #right-content-outer {
    width: 92%;
    float: left;
  }
  .noPrint {
    display: none !important;
  }
  div#headercontent {
    width: 100%;
  }
  div#main-content.suppress {
    visibility: hidden;
  }
  div.ui-widget-overlay {
    background: none;
  }
  .ui-dialog.alignLeft {
    left: auto !important;
    top: 180px !important;
    border: none;
  }
}
#chooseFile {
  visibility: hidden;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}

.gerLogOff-l-section {
  overflow: hidden;
  padding: 5px 0;
  line-height: 16pt;
  position: absolute;
  bottom: 2px;
  padding-left: 1%;
}

.romLogOnFL-l-section {
  overflow: hidden;
  padding: 5px 0;
  line-height: 16pt;
  padding-left: 1%;
  float: left;
}

.romLogOnFR-l-section {
  overflow: hidden;
  padding: 5px 0;
  line-height: 16pt;
  padding-left: 1%;
  float: right;
}

.macLogOn-sslcert {
  color: #000000;
  text-decoration: none;
  font: bold 7px verdana, sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.prepareChangeSec {
  float: left;
  vertical-align: middle;
  margin: 0 10px 10px 0px;
}

.menuChild .gips-body {
  min-width: 250px !important;
  width: 100% !important;
  max-width: 320px !important;
  display: inline-block !important;
  z-index: 100;
}

#codes {
  overflow: visible;
  z-index: 1 !important;
}

.rulePercent {
  margin: 1px 0;
  height: 20px;
}

.showNumberMaster {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border: 0px;
  vertical-align: sub;
}

.ktmsDialog {
  float: left;
  margin: 0 7px 10px 0;
}

.panText {
  text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
  color: #000000;
  opacity: 0.7;
  font-family: "Museo700", sans-serif;
}

.panPosition {
  margin-left: 10px;
  margin-top: -15px;
}

.panInput {
  margin-top: 130px;
  margin-right: 2px;
  width: 28px !important;
  text-align: center;
  border: 1px solid black;
}

#certFile {
  visibility: hidden;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}

.codedAmounts {
  padding-top: 30px;
}

.deposit-div {
  margin: 1px 0 !important;
  line-height: 1.75em;
}

.nationalOrder-listinput {
  width: 100%;
  cursor: pointer;
  font-weight: normal;
}

.bos-nationalOrder-listspinner {
  display: none;
  position: relative;
  top: -65px;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0;
}

ul.horizontallist table {
  display: inline-block;
}

button.ui-button-icon-only {
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-y {
  width: 11px;
}

.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.ui-dialog {
  padding: 0;
  border: 1px solid #aaaaaa !important;
  max-width: 1200px;
  z-index: 99999999;
}

.ui-widget-content {
  background-color: #fff;
  color: #666;
  border: 0;
}

.ui-widget-header {
  background: #d9d9d9 none 0 0 no-repeat;
}

.ui-dialog .ui-dialog-titlebar {
  border: none;
  color: #D4021d;
  font-weight: 600;
  padding: 8px 12px 8px 24px;
  line-height: 16pt;
}

.ui-dialog .ui-dialog-content {
  padding: 10px 24px 2px 24px;
  max-height: calc(100vh - 130px) !important;
}

.ui-state-hover {
  cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
  background: #d9d9d9 none 0 0 no-repeat;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  border: 1px solid #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-widget-header .ui-icon-closethick {
  background: url(images/icons/redicons-h.png);
  background-size: auto 20px;
  background-position: -20px !important;
  left: 40%;
}

.ui-dialog table thead th {
  text-align: left;
}

.ui-dialog-buttonpane {
  border: none;
}

.ui-dialog .ui-dialog-buttonpane button {
  background-color: #949596;
  background-image: url("images/cancelbg.jpg");
  color: White;
  border: none;
}

#fileContent .ui-dialog .ui-dialog-buttonpane button {
  background-color: #949596;
  background-image: none;
  color: White;
  border: none;
}

td.highlight {
  background-color: #eaeaea;
}

.highlightCell {
  border-style: solid;
  border-width: 1px;
  border-color: #ff0000;
}

.validationError {
  color: #FF0000;
}

a.validationError {
  font-weight: bolder;
  cursor: help;
  /*margin-right: 5px;*/
  text-decoration: none;
}

.dataTypeString {
  text-align: left;
}

.dataTypeString.aligncenter {
  text-align: center;
}

.dataTypeNumber {
  text-align: right;
  padding-right: 4px;
}

.dataTypeNumberAlignLeft {
  text-align: left;
}

.tooltip {
  display: inline;
  position: relative;
  text-align: left;
}

.tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(data-title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}

.tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

table.tblfilecontent th {
  text-align: left;
}

table.tblfilecontentbatch td, th {
  padding-right: 10px;
}

table.tblfilecontent td, th {
  padding-right: 4px;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin-right: 15px;
}

.ui-dialog .ui-dialog-buttonpane button:last-child {
  margin-right: 0;
}

.ui-dialog .ui-dialog-buttonpane {
  padding-right: 24px;
}

.ui-dialog .ui-dialog-buttonpane button.standard {
  outline: none;
  padding: 10px 20px;
  height: 40px;
  border-radius: 20px;
  background: #d4021d;
  -webkit-appearance: none;
  box-shadow: 0 6px 8px rgba(230, 0, 15, 0.3);
  margin-bottom: 10px;
  min-width: 100px;
  transition: all 0.3s;
}

.ui-dialog .ui-dialog-buttonpane button.linkstyle {
  background-color: transparent;
  outline: none;
  color: #d4021d;
  -webkit-appearance: none;
  padding-left: 30px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  background-position: 2px 60% !important;
  background-image: none;
}

.ui-dialog .ui-dialog-buttonpane button.cancel {
  background-color: transparent;
  outline: none;
  color: #d4021d;
  -webkit-appearance: none;
  padding-left: 30px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  background-position: 2px 60% !important;
  background-image: url("images/icons-svg/close-red.svg");
}

.ui-dialog .ui-dialog-buttonpane button.standard:hover {
  box-shadow: none;
  background: #c3000d;
}

.amount {
  text-align: right;
}

.react-modal {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid #d9d9d9;
  background: #ececec;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  min-height: 400px;
  max-width: 1090px;
  max-height: 80vh;
}
.react-modal .large-screen-hide {
  display: none;
}
.react-modal .imgDelete {
  transform: scale(1);
  margin-right: 1px;
}
.react-modal .imgDelete:hover {
  outline: 1px solid #d9d9d9;
}

.react-modal-overlay {
  z-index: 1001;
  inset: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
}

@supports not (inset: 0) {
  .react-modal {
    top: 50%;
    left: 50%;
  }
  .react-modal-overlay {
    top: 50%;
    left: 0%;
    right: 0%;
  }
  .react-modal .large-screen-hide {
    display: block;
  }
}
@media (max-height: 800px) {
  .react-modal {
    inset: 0;
    transform: none;
    height: calc(100vh - 60px);
    margin: 0 auto;
    min-height: 0;
    max-height: inherit;
  }
  .react-modal .large-screen-hide {
    display: block;
  }
  @supports not (inset: 0) {
    .react-modal {
      top: 50%;
      left: 50%;
    }
    .react-modal-overlay {
      top: 0%;
      left: -50%;
      right: 0%;
    }
  }
}
@page {
  height: 297mm;
  width: 210mm;
}
/*Print Darstellung*/
@media print {
  body.isReportPresent {
    visibility: hidden;
  }
  html, body {
    height: 99%;
  }
  /* do not show the following controls for printing */
  div#leftcontent,
  .logout,
  .logon,
  a.LinkAsButton,
  input[type=button], input[type=submit],
  input[type=hidden],
  input#btnlogout,
  div#FooterText,
  div#Footer,
  div#navbar,
  div#footer,
  div.loginwrapper,
  .noPrint {
    display: none !important;
  }
  #maincontent {
    margin-top: 0;
  }
  a, select, input[type=text], input[type=radio], input[type=checkbox], input[type=password] {
    background-color: White;
    color: Black;
    display: inline;
    border-color: gray;
  }
  /* show the following controls printer-friendly */
  .printLabelInsteadDropDownList,
  .printLabelInsteadTextBox {
    background-color: White;
    color: Black;
    display: inline;
    text-decoration: none;
  }
  #right-content-outer {
    width: 100%;
    border-left: none;
    clear: left;
    float: none;
    overflow: visible;
    page-break-before: avoid;
    display: block;
  }
  #headercontent {
    border: none;
    float: none;
    page-break-before: avoid;
    page-break-after: avoid;
  }
  #main-content, div#maincontent {
    clear: both;
    float: left;
    page-break-before: avoid;
    page-break-after: avoid;
    overflow: visible;
    page-break-inside: auto;
    height: auto;
    min-height: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  div#leftcontent {
    clear: both;
    float: none;
  }
  #maincontentwrapper {
    min-height: 0;
  }
  #header {
    margin: auto;
  }
  #printSelectedDaysLabel {
    display: block;
  }
  .printpopup {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
  }
  .printpopup button {
    display: none;
  }
}
/*.tippy-tooltip.quipu-theme {
    background-color: #D4021d;
    color: white;
}

.tippy-tooltip.quipu-theme[data-animatefill] {
    background-color: #D4021d;
}

.tippy-tooltip.quipu-theme .tippy-backdrop {
    background-color: #D4021d;
}
.tippy-tooltip.quipu-theme .tippy-arrow {
    border-top-color: #D4021d;
}*/
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme=quipu] {
  background-color: #D4021d;
}
.tippy-box[data-theme=quipu] .tippy-arrow {
  color: #D4021d;
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  transform: translateY(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  transform: translateX(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  transform: translateX(-10px);
}

.tippy-content a, .tippy-content a:visited {
  color: white;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#modernPdfViewer {
  width: 100%;
  /* TODO: file FF bug to support ::-moz-selection:window-inactive
  so we can override the opaque grey background when the window is inactive;
  see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
}
#modernPdfViewer.error {
  min-height: 0;
}
#modernPdfViewer .textLayer {
  display: inline;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1;
}
#modernPdfViewer .textLayer > span {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}
#modernPdfViewer .textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}
#modernPdfViewer .textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}
#modernPdfViewer .textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}
#modernPdfViewer .textLayer .highlight.middle {
  border-radius: 0px;
}
#modernPdfViewer .textLayer .highlight.selected {
  background-color: rgb(0, 100, 0);
}
#modernPdfViewer .textLayer ::-moz-selection {
  background: rgb(0, 0, 255);
}
#modernPdfViewer .textLayer ::selection {
  background: rgb(0, 0, 255);
}
#modernPdfViewer .textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  /*top: 100%;
  right: 0px;
  bottom: 0px;*/
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modernPdfViewer .textLayer .endOfContent.active {
  top: 0px;
}
#modernPdfViewer .annotationLayer section {
  position: absolute;
}
#modernPdfViewer .annotationLayer .linkAnnotation > a,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modernPdfViewer .annotationLayer .linkAnnotation > a:hover,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: rgb(255, 255, 0);
  box-shadow: 0px 2px 10px rgb(255, 255, 0);
}
#modernPdfViewer .annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}
#modernPdfViewer .annotationLayer .textWidgetAnnotation input,
#modernPdfViewer .annotationLayer .textWidgetAnnotation textarea,
#modernPdfViewer .annotationLayer .choiceWidgetAnnotation select,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}
#modernPdfViewer .annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}
#modernPdfViewer .annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}
#modernPdfViewer .annotationLayer .textWidgetAnnotation input[disabled],
#modernPdfViewer .annotationLayer .textWidgetAnnotation textarea[disabled],
#modernPdfViewer .annotationLayer .choiceWidgetAnnotation select[disabled],
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}
#modernPdfViewer .annotationLayer .textWidgetAnnotation input:hover,
#modernPdfViewer .annotationLayer .textWidgetAnnotation textarea:hover,
#modernPdfViewer .annotationLayer .choiceWidgetAnnotation select:hover,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid rgb(0, 0, 0);
}
#modernPdfViewer .annotationLayer .textWidgetAnnotation input:focus,
#modernPdfViewer .annotationLayer .textWidgetAnnotation textarea:focus,
#modernPdfViewer .annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: rgb(0, 0, 0);
  content: "";
  display: block;
  position: absolute;
}
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}
#modernPdfViewer .annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}
#modernPdfViewer .annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
  * Letter spacing is placed on the right side of each character. Hence, the
  * letter spacing of the last character may be placed outside the visible
  * area, causing horizontal scrolling. We avoid this by extending the width
  * when the element has focus and revert this when it loses focus.
  */
  width: 115%;
}
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.checkBox input,
#modernPdfViewer .annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
#modernPdfViewer .annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}
#modernPdfViewer .annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: rgb(255, 255, 153);
  box-shadow: 0px 2px 5px rgb(136, 136, 136);
  border-radius: 2px;
  padding: 6px;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  font-size: 9px;
  word-wrap: break-word;
}
#modernPdfViewer .annotationLayer .popup > * {
  font-size: 9px;
}
#modernPdfViewer .annotationLayer .popup h1 {
  display: inline-block;
}
#modernPdfViewer .annotationLayer .popup span {
  display: inline-block;
  margin-left: 5px;
}
#modernPdfViewer .annotationLayer .popup p {
  border-top: 1px solid rgb(51, 51, 51);
  margin-top: 2px;
  padding-top: 2px;
}
#modernPdfViewer .annotationLayer .highlightAnnotation,
#modernPdfViewer .annotationLayer .underlineAnnotation,
#modernPdfViewer .annotationLayer .squigglyAnnotation,
#modernPdfViewer .annotationLayer .strikeoutAnnotation,
#modernPdfViewer .annotationLayer .freeTextAnnotation,
#modernPdfViewer .annotationLayer .lineAnnotation svg line,
#modernPdfViewer .annotationLayer .squareAnnotation svg rect,
#modernPdfViewer .annotationLayer .circleAnnotation svg ellipse,
#modernPdfViewer .annotationLayer .polylineAnnotation svg polyline,
#modernPdfViewer .annotationLayer .polygonAnnotation svg polygon,
#modernPdfViewer .annotationLayer .caretAnnotation,
#modernPdfViewer .annotationLayer .inkAnnotation svg polyline,
#modernPdfViewer .annotationLayer .stampAnnotation,
#modernPdfViewer .annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}
#modernPdfViewer .pdfViewer .canvasWrapper {
  overflow: hidden;
}
#modernPdfViewer .pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 1px solid transparent;
  background-clip: content-box;
  -o-border-image: url(lib/pdfjs/images/shadow.png) 9 9 repeat;
  border-image: url(lib/pdfjs/images/shadow.png) 9 9 repeat;
  background-color: rgb(255, 255, 255);
  border-top: 0;
}
#modernPdfViewer .pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}
#modernPdfViewer .pdfViewer.singlePageView {
  display: inline-block;
}
#modernPdfViewer .pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}
#modernPdfViewer .pdfViewer.scrollHorizontal, #modernPdfViewer .pdfViewer.scrollWrapped, #modernPdfViewer .spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}
#modernPdfViewer .pdfViewer.scrollHorizontal, #modernPdfViewer .spread {
  white-space: nowrap;
}
#modernPdfViewer .pdfViewer.removePageBorders,
#modernPdfViewer .pdfViewer.scrollHorizontal .spread,
#modernPdfViewer .pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}
#modernPdfViewer .spread .page,
#modernPdfViewer .pdfViewer.scrollHorizontal .page,
#modernPdfViewer .pdfViewer.scrollWrapped .page,
#modernPdfViewer .pdfViewer.scrollHorizontal .spread,
#modernPdfViewer .pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}
#modernPdfViewer .spread .page,
#modernPdfViewer .pdfViewer.scrollHorizontal .page,
#modernPdfViewer .pdfViewer.scrollWrapped .page {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
#modernPdfViewer .pdfViewer.removePageBorders .spread .page,
#modernPdfViewer .pdfViewer.removePageBorders.scrollHorizontal .page,
#modernPdfViewer .pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}
#modernPdfViewer .pdfViewer .page canvas {
  margin: 0;
  display: block;
}
#modernPdfViewer .pdfViewer .page canvas[hidden] {
  display: none;
}
#modernPdfViewer .pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("lib/pdfjs/images/loading-icon.gif") center no-repeat;
}
#modernPdfViewer .pdfPresentationMode .pdfViewer {
  margin-left: 0;
  margin-right: 0;
}
#modernPdfViewer .pdfPresentationMode .pdfViewer .page,
#modernPdfViewer .pdfPresentationMode .pdfViewer .spread {
  display: block;
}
#modernPdfViewer .pdfPresentationMode .pdfViewer .page,
#modernPdfViewer .pdfPresentationMode .pdfViewer.removePageBorders .page {
  margin-left: auto;
  margin-right: auto;
}
#modernPdfViewer .pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
}
#modernPdfViewer .pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}
#modernPdfViewer .pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}
#modernPdfViewer .pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}
#modernPdfViewer :root {
  --sidebar-width: 200px;
  --sidebar-transition-duration: 200ms;
  --sidebar-transition-timing-function: ease;
}
#modernPdfViewer * {
  padding: 0;
  margin: 0;
}
#modernPdfViewer html {
  height: 100%;
  width: 100%;
  /* Font size is needed to make the activity bar the correct size. */
  font-size: 10px;
}
#modernPdfViewer body {
  height: 100%;
  width: 100%;
  background-color: rgb(64, 64, 64);
  background-image: url(lib/pdfjs/images/texture.png);
  overflow: hidden;
}
#modernPdfViewer body,
#modernPdfViewer input,
#modernPdfViewer button,
#modernPdfViewer select {
  font: message-box;
  outline: none;
}
#modernPdfViewer .hidden {
  display: none !important;
}
#modernPdfViewer [hidden] {
  display: none !important;
}
#modernPdfViewer .pdfViewer.enablePermissions .textLayer > span {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: not-allowed;
}
#modernPdfViewer #viewerContainer.pdfPresentationMode:-ms-fullscreen {
  top: 0px !important;
  overflow: hidden !important;
}
#modernPdfViewer #viewerContainer.pdfPresentationMode:-ms-fullscreen::-ms-backdrop {
  background-color: rgb(0, 0, 0);
}
#modernPdfViewer #viewerContainer.pdfPresentationMode:-webkit-full-screen {
  top: 0px;
  border-top: 2px solid rgba(0, 0, 0, 0);
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
  user-select: none;
}
#modernPdfViewer #viewerContainer.pdfPresentationMode:-moz-full-screen {
  top: 0px;
  border-top: 2px solid rgba(0, 0, 0, 0);
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -moz-user-select: none;
  user-select: none;
}
#modernPdfViewer #viewerContainer.pdfPresentationMode:-ms-fullscreen {
  top: 0px;
  border-top: 2px solid rgba(0, 0, 0, 0);
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -ms-user-select: none;
  user-select: none;
}
#modernPdfViewer #viewerContainer.pdfPresentationMode:fullscreen {
  top: 0px;
  border-top: 2px solid rgba(0, 0, 0, 0);
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modernPdfViewer .pdfPresentationMode:-webkit-full-screen a:not(.internalLink) {
  display: none;
}
#modernPdfViewer .pdfPresentationMode:-moz-full-screen a:not(.internalLink) {
  display: none;
}
#modernPdfViewer .pdfPresentationMode:-ms-fullscreen a:not(.internalLink) {
  display: none;
}
#modernPdfViewer .pdfPresentationMode:fullscreen a:not(.internalLink) {
  display: none;
}
#modernPdfViewer .pdfPresentationMode:-webkit-full-screen .textLayer > span {
  cursor: none;
}
#modernPdfViewer .pdfPresentationMode:-moz-full-screen .textLayer > span {
  cursor: none;
}
#modernPdfViewer .pdfPresentationMode:-ms-fullscreen .textLayer > span {
  cursor: none;
}
#modernPdfViewer .pdfPresentationMode:fullscreen .textLayer > span {
  cursor: none;
}
#modernPdfViewer .pdfPresentationMode.pdfPresentationModeControls > *,
#modernPdfViewer .pdfPresentationMode.pdfPresentationModeControls .textLayer > span {
  cursor: default;
}
#modernPdfViewer #outerContainer {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
}
#modernPdfViewer #sidebarContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  width: 200px;
  visibility: hidden;
  z-index: 100;
  border-top: 1px solid rgb(51, 51, 51);
  transition-duration: 200ms;
  transition-duration: var(--sidebar-transition-duration);
  transition-timing-function: ease;
  transition-timing-function: var(--sidebar-transition-timing-function);
}
#modernPdfViewer #sidebarContainer {
  transition-property: left;
  left: -200px;
  left: -200px;
}
#modernPdfViewer .loadingInProgress #sidebarContainer {
  top: 36px;
}
#modernPdfViewer #outerContainer.sidebarResizing #sidebarContainer {
  /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
  transition-duration: 0s;
  /* Prevent e.g. the thumbnails being selected when the sidebar is resized. */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modernPdfViewer #outerContainer.sidebarMoving #sidebarContainer,
#modernPdfViewer #outerContainer.sidebarOpen #sidebarContainer {
  visibility: hidden;
}
#modernPdfViewer #outerContainer.sidebarOpen #sidebarContainer {
  left: 0px;
  visibility: visible;
}
#modernPdfViewer #mainContainer {
  min-height: 800px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
}
#modernPdfViewer #sidebarContent {
  top: 32px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#modernPdfViewer #sidebarContent {
  left: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
#modernPdfViewer #viewerContainer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
  background-image: url(lib/pdfjs/images/ajax-loader-Q.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}
#modernPdfViewer #viewerContainer:not(.pdfPresentationMode) {
  transition-duration: 200ms;
  transition-duration: var(--sidebar-transition-duration);
  transition-timing-function: ease;
  transition-timing-function: var(--sidebar-transition-timing-function);
}
#modernPdfViewer #viewerContainer {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
}
#modernPdfViewer #outerContainer.sidebarResizing #viewerContainer {
  /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
  transition-duration: 0s;
}
#modernPdfViewer #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
  transition-property: left;
  left: 200px;
  left: 200px;
}
#modernPdfViewer .toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  cursor: default;
}
#modernPdfViewer #toolbarContainer {
  width: 100%;
}
#modernPdfViewer #toolbarSidebar {
  width: 100%;
  height: 32px;
  background-color: rgb(66, 66, 66); /* fallback */
  background-image: url(lib/pdfjs/images/texture.png), linear-gradient(rgba(77, 77, 77, 0.99), rgba(64, 64, 64, 0.95));
}
#modernPdfViewer #toolbarSidebar {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
}
#modernPdfViewer #sidebarResizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  z-index: 200;
  cursor: ew-resize;
}
#modernPdfViewer #sidebarResizer {
  right: -6px;
}
#modernPdfViewer #toolbarContainer, #modernPdfViewer .findbar, #modernPdfViewer .secondaryToolbar {
  position: relative;
  height: 32px;
  background-color: rgb(71, 71, 71); /* fallback */
  background-image: url(lib/pdfjs/images/texture.png), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
}
#modernPdfViewer #toolbarContainer, #modernPdfViewer .findbar, #modernPdfViewer .secondaryToolbar {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
#modernPdfViewer #toolbarViewer {
  height: 32px;
}
#modernPdfViewer #loadingBar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(51, 51, 51);
}
#modernPdfViewer #loadingBar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(221, 221, 221);
  overflow: hidden;
  transition: width 200ms;
}
@-webkit-keyframes progressIndeterminate {
  0% {
    left: -142px;
  }
  100% {
    left: 0;
  }
}
@keyframes progressIndeterminate {
  0% {
    left: -142px;
  }
  100% {
    left: 0;
  }
}
#modernPdfViewer #loadingBar .progress.indeterminate {
  background-color: rgb(153, 153, 153);
  transition: none;
}
#modernPdfViewer #loadingBar .progress.indeterminate .glimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 150px);
  background: repeating-linear-gradient(135deg, rgb(187, 187, 187) 0, rgb(153, 153, 153) 5px, rgb(153, 153, 153) 45px, rgb(221, 221, 221) 55px, rgb(221, 221, 221) 95px, rgb(187, 187, 187) 100px);
  -webkit-animation: progressIndeterminate 950ms linear infinite;
  animation: progressIndeterminate 950ms linear infinite;
}
#modernPdfViewer .findbar, #modernPdfViewer .secondaryToolbar {
  bottom: 30px;
  position: absolute;
  z-index: 10000;
  height: auto;
  min-width: 16px;
  padding: 0px 6px 0px 6px;
  margin: 4px 2px 4px 2px;
  color: rgb(217, 217, 217);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  cursor: default;
}
#modernPdfViewer .findbar {
  min-width: 300px;
}
#modernPdfViewer .findbar > div {
  height: 32px;
}
#modernPdfViewer .findbar.wrapContainers > div {
  clear: both;
}
#modernPdfViewer .findbar.wrapContainers > div#findbarMessageContainer {
  height: auto;
}
#modernPdfViewer .findbar {
  left: 68px;
}
#modernPdfViewer .findbar label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modernPdfViewer #findInput {
  width: 200px;
}
#modernPdfViewer #findInput::-webkit-input-placeholder {
  color: rgb(191, 191, 191);
}
#modernPdfViewer #findInput::-moz-placeholder {
  font-style: italic;
}
#modernPdfViewer #findInput:-ms-input-placeholder {
  font-style: italic;
}
#modernPdfViewer #findInput::-ms-input-placeholder {
  font-style: italic;
}
#modernPdfViewer #findInput::placeholder {
  font-style: italic;
}
#modernPdfViewer #findInput[data-status=pending] {
  background-image: url(lib/pdfjs/images/loading-small.png);
  background-repeat: no-repeat;
  background-position: right;
}
#modernPdfViewer .secondaryToolbar {
  padding: 6px;
  height: auto;
  z-index: 30000;
}
#modernPdfViewer .secondaryToolbar {
  right: -2px;
}
#modernPdfViewer #secondaryToolbarButtonContainer {
  max-width: 200px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -4px;
}
#modernPdfViewer #secondaryToolbarButtonContainer.hiddenScrollModeButtons > .scrollModeButtons,
#modernPdfViewer #secondaryToolbarButtonContainer.hiddenSpreadModeButtons > .spreadModeButtons {
  display: none !important;
}
#modernPdfViewer .doorHanger,
#modernPdfViewer .doorHangerRight {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
#modernPdfViewer .doorHanger:after, #modernPdfViewer .doorHanger:before,
#modernPdfViewer .doorHangerRight:after, #modernPdfViewer .doorHangerRight:before {
  bottom: 100%;
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#modernPdfViewer .doorHanger:after,
#modernPdfViewer .doorHangerRight:after {
  border-bottom-color: rgba(82, 82, 82, 0.99);
  border-width: 8px;
}
#modernPdfViewer .doorHanger:before,
#modernPdfViewer .doorHangerRight:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-width: 9px;
}
#modernPdfViewer .doorHanger:after {
  left: 13px;
  margin-left: -8px;
}
#modernPdfViewer .doorHanger:before {
  left: 13px;
  margin-left: -9px;
}
#modernPdfViewer .doorHanger:after {
  right: 13px;
  margin-right: -8px;
}
#modernPdfViewer .doorHangerRight:before {
  right: 13px;
  margin-right: -9px;
}
#modernPdfViewer #findResultsCount {
  background-color: rgb(217, 217, 217);
  color: rgb(82, 82, 82);
  text-align: center;
  padding: 3px 4px;
}
#modernPdfViewer #findMsg {
  font-style: italic;
  color: rgb(166, 183, 208);
}
#modernPdfViewer #findMsg:empty {
  display: none;
}
#modernPdfViewer #findInput.notFound {
  background-color: rgb(255, 102, 102);
}
#modernPdfViewer #toolbarViewerMiddle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#modernPdfViewer #toolbarViewerLeft {
  float: left;
}
#modernPdfViewer #toolbarViewerRight {
  float: right;
}
#modernPdfViewer #toolbarViewerLeft > *,
#modernPdfViewer #toolbarViewerMiddle > *,
#modernPdfViewer #toolbarViewerRight > *,
#modernPdfViewer .findbar * {
  position: relative;
  float: left;
}
#modernPdfViewer .splitToolbarButton {
  margin: 3px 2px 4px 0;
  display: inline-block;
}
#modernPdfViewer .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: left;
}
#modernPdfViewer .toolbarButton,
#modernPdfViewer .secondaryToolbarButton,
#modernPdfViewer .overlayButton {
  border: 0 none;
  background: none;
  width: 32px;
  height: 25px;
}
#modernPdfViewer .toolbarButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
#modernPdfViewer .toolbarButton[disabled],
#modernPdfViewer .secondaryToolbarButton[disabled],
#modernPdfViewer .overlayButton[disabled] {
  opacity: 0.5;
}
#modernPdfViewer .splitToolbarButton.toggled .toolbarButton {
  margin: 0;
}
#modernPdfViewer .splitToolbarButton:hover > .toolbarButton,
#modernPdfViewer .splitToolbarButton:focus > .toolbarButton,
#modernPdfViewer .splitToolbarButton.toggled > .toolbarButton,
#modernPdfViewer .toolbarButton.textButton {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
#modernPdfViewer .splitToolbarButton > .toolbarButton:hover,
#modernPdfViewer .splitToolbarButton > .toolbarButton:focus,
#modernPdfViewer .dropdownToolbarButton:hover,
#modernPdfViewer .overlayButton:hover,
#modernPdfViewer .overlayButton:focus,
#modernPdfViewer .toolbarButton.textButton:hover,
#modernPdfViewer .toolbarButton.textButton:focus {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 199;
}
#modernPdfViewer .dropdownToolbarButton:hover {
  background-color: rgba(0, 0, 0, 0.26);
}
#modernPdfViewer .splitToolbarButton > .toolbarButton {
  position: relative;
}
#modernPdfViewer .splitToolbarButton > .toolbarButton:first-child {
  position: relative;
  margin: 0;
  margin-right: -1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right-color: rgba(0, 0, 0, 0);
}
#modernPdfViewer .splitToolbarButton > .toolbarButton:last-child {
  position: relative;
  margin: 0;
  margin-left: -1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left-color: rgba(0, 0, 0, 0);
}
#modernPdfViewer .splitToolbarButtonSeparator {
  padding: 8px 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  display: inline-block;
  margin: 5px 0;
}
#modernPdfViewer .splitToolbarButtonSeparator {
  float: left;
}
#modernPdfViewer .splitToolbarButton:hover > .splitToolbarButtonSeparator,
#modernPdfViewer .splitToolbarButton.toggled > .splitToolbarButtonSeparator {
  padding: 12px 0;
  margin: 1px 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
}
#modernPdfViewer .toolbarButton,
#modernPdfViewer .dropdownToolbarButton,
#modernPdfViewer .secondaryToolbarButton,
#modernPdfViewer .overlayButton {
  min-width: 16px;
  padding: 2px 6px 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Opera does not support user-select, use <... unselectable="on"> instead */
  cursor: default;
}
#modernPdfViewer .toolbarButton,
#modernPdfViewer .overlayButton,
#modernPdfViewer .dropdownToolbarButton {
  margin: 3px 2px 4px 0;
}
#modernPdfViewer .toolbarButton:hover,
#modernPdfViewer .toolbarButton:focus,
#modernPdfViewer .dropdownToolbarButton,
#modernPdfViewer .overlayButton,
#modernPdfViewer .secondaryToolbarButton:hover,
#modernPdfViewer .secondaryToolbarButton:focus {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
#modernPdfViewer .toolbarButton:hover:active,
#modernPdfViewer .overlayButton:hover:active,
#modernPdfViewer .dropdownToolbarButton:hover:active,
#modernPdfViewer .secondaryToolbarButton:hover:active {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
#modernPdfViewer .toolbarButton.toggled,
#modernPdfViewer .splitToolbarButton.toggled > .toolbarButton.toggled,
#modernPdfViewer .secondaryToolbarButton.toggled {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45) rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
#modernPdfViewer .toolbarButton.toggled:hover:active,
#modernPdfViewer .splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
#modernPdfViewer .secondaryToolbarButton.toggled:hover:active {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
#modernPdfViewer .dropdownToolbarButton {
  width: 140px;
  padding: 0;
  overflow: hidden;
}
#modernPdfViewer .dropdownToolbarButton::after {
  position: absolute;
  display: inline-block;
  top: 4px;
  content: url(lib/pdfjs/images/toolbarButton-menuArrows.png);
}
#modernPdfViewer .dropdownToolbarButton::after {
  right: 8px;
}
#modernPdfViewer .dropdownToolbarButton > select {
  width: 162px;
  height: 23px;
  font-size: 12px;
  color: rgb(242, 242, 242);
  margin: 0;
  padding: 3px 2px 2px;
  border: none;
  background: rgba(0, 0, 0, 0); /* Opera does not support 'transparent' <select> background */
}
#modernPdfViewer .dropdownToolbarButton > select > option {
  background: rgb(61, 61, 61);
}
#modernPdfViewer #customScaleOption {
  display: none;
}
#modernPdfViewer #pageWidthOption {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}
#modernPdfViewer .splitToolbarButton:first-child,
#modernPdfViewer .toolbarButton:first-child {
  margin-left: 4px;
}
#modernPdfViewer .splitToolbarButton:last-child,
#modernPdfViewer .toolbarButton:last-child {
  margin-right: 4px;
}
#modernPdfViewer .toolbarButtonSpacer {
  width: 30px;
  display: inline-block;
  height: 1px;
}
#modernPdfViewer #findPrevious {
  margin-left: 3px;
}
#modernPdfViewer #findNext {
  margin-right: 3px;
}
#modernPdfViewer .toolbarButton::before,
#modernPdfViewer .secondaryToolbarButton::before {
  /* All matching images have a size of 16x16
  * All relevant containers have a size of 32x25 */
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 7px;
}
#modernPdfViewer .secondaryToolbarButton::before {
  left: 4px;
}
#modernPdfViewer .toolbarButton#sidebarToggle::before {
  content: url(lib/pdfjs/images/toolbarButton-sidebarToggle.png);
}
#modernPdfViewer .toolbarButton#secondaryToolbarToggle::before {
  content: url(lib/pdfjs/images/toolbarButton-secondaryToolbarToggle.png);
}
#modernPdfViewer .toolbarButton.findPrevious::before {
  content: url(lib/pdfjs/images/findbarButton-previous.png);
}
#modernPdfViewer .toolbarButton.findNext::before {
  content: url(lib/pdfjs/images/findbarButton-next.png);
}
#modernPdfViewer .toolbarButton.pageUp::before {
  content: url(lib/pdfjs/images/toolbarButton-pageUp.png);
}
#modernPdfViewer .toolbarButton.pageDown::before {
  content: url(lib/pdfjs/images/toolbarButton-pageDown.png);
}
#modernPdfViewer .toolbarButton.zoomOut::before {
  content: url(lib/pdfjs/images/toolbarButton-zoomOut.png);
}
#modernPdfViewer .toolbarButton.zoomIn::before {
  content: url(lib/pdfjs/images/toolbarButton-zoomIn.png);
}
#modernPdfViewer .toolbarButton.presentationMode::before,
#modernPdfViewer .secondaryToolbarButton.presentationMode::before {
  content: url(lib/pdfjs/images/toolbarButton-presentationMode.png);
}
#modernPdfViewer .toolbarButton.print::before,
#modernPdfViewer .secondaryToolbarButton.print::before {
  content: url(lib/pdfjs/images/toolbarButton-print.png);
}
#modernPdfViewer .toolbarButton.openFile::before,
#modernPdfViewer .secondaryToolbarButton.openFile::before {
  content: url(lib/pdfjs/images/toolbarButton-openFile.png);
}
#modernPdfViewer .toolbarButton.download::before,
#modernPdfViewer .secondaryToolbarButton.download::before {
  content: url(lib/pdfjs/images/toolbarButton-download.png);
}
#modernPdfViewer .toolbarButton.bookmark,
#modernPdfViewer .secondaryToolbarButton.bookmark {
  box-sizing: border-box;
  outline: none;
  padding-top: 4px;
  text-decoration: none;
}
#modernPdfViewer .secondaryToolbarButton.bookmark {
  padding-top: 5px;
}
#modernPdfViewer .bookmark[href="#"] {
  opacity: 0.5;
  pointer-events: none;
}
#modernPdfViewer .toolbarButton.bookmark::before,
#modernPdfViewer .secondaryToolbarButton.bookmark::before {
  content: url(lib/pdfjs/images/toolbarButton-bookmark.png);
}
#modernPdfViewer #viewThumbnail.toolbarButton::before {
  content: url(lib/pdfjs/images/toolbarButton-viewThumbnail.png);
}
#modernPdfViewer #viewOutline.toolbarButton::before {
  content: url(lib/pdfjs/images/toolbarButton-viewOutline.png);
}
#modernPdfViewer #viewAttachments.toolbarButton::before {
  content: url(lib/pdfjs/images/toolbarButton-viewAttachments.png);
}
#modernPdfViewer #viewFind.toolbarButton::before {
  content: url(lib/pdfjs/images/toolbarButton-search.png);
}
#modernPdfViewer .toolbarButton.pdfSidebarNotification::after {
  position: absolute;
  display: inline-block;
  top: 1px;
  /* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
  content: "";
  background-color: rgb(112, 219, 85);
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
#modernPdfViewer .toolbarButton.pdfSidebarNotification::after {
  left: 17px;
}
#modernPdfViewer .secondaryToolbarButton {
  position: relative;
  margin: 0 0 4px 0;
  padding: 3px 0 1px 0;
  height: auto;
  min-height: 25px;
  width: auto;
  min-width: 100%;
  white-space: normal;
}
#modernPdfViewer .secondaryToolbarButton {
  padding-left: 24px;
  text-align: left;
}
#modernPdfViewer .secondaryToolbarButton.bookmark {
  padding-left: 27px;
}
#modernPdfViewer .secondaryToolbarButton > span {
  padding-right: 4px;
}
#modernPdfViewer .secondaryToolbarButton.firstPage::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-firstPage.png);
}
#modernPdfViewer .secondaryToolbarButton.lastPage::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-lastPage.png);
}
#modernPdfViewer .secondaryToolbarButton.rotateCcw::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-rotateCcw.png);
}
#modernPdfViewer .secondaryToolbarButton.rotateCw::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-rotateCw.png);
}
#modernPdfViewer .secondaryToolbarButton.selectTool::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-selectTool.png);
}
#modernPdfViewer .secondaryToolbarButton.handTool::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-handTool.png);
}
#modernPdfViewer .secondaryToolbarButton.scrollVertical::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-scrollVertical.png);
}
#modernPdfViewer .secondaryToolbarButton.scrollHorizontal::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-scrollHorizontal.png);
}
#modernPdfViewer .secondaryToolbarButton.scrollWrapped::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-scrollWrapped.png);
}
#modernPdfViewer .secondaryToolbarButton.spreadNone::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-spreadNone.png);
}
#modernPdfViewer .secondaryToolbarButton.spreadOdd::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-spreadOdd.png);
}
#modernPdfViewer .secondaryToolbarButton.spreadEven::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-spreadEven.png);
}
#modernPdfViewer .secondaryToolbarButton.documentProperties::before {
  content: url(lib/pdfjs/images/secondaryToolbarButton-documentProperties.png);
}
#modernPdfViewer .verticalToolbarSeparator {
  display: block;
  padding: 8px 0;
  margin: 8px 4px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
#modernPdfViewer .verticalToolbarSeparator {
  margin-left: 2px;
}
#modernPdfViewer .horizontalToolbarSeparator {
  display: block;
  margin: 0 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
#modernPdfViewer .toolbarField {
  padding: 3px 6px;
  margin: 5px 0 4px 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.09);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  color: rgb(242, 242, 242);
  font-size: 12px;
  line-height: 14px;
  outline-style: none;
}
#modernPdfViewer .toolbarField[type=checkbox] {
  display: inline-block;
  margin: 8px 0px;
}
#modernPdfViewer .toolbarField.pageNumber {
  -moz-appearance: textfield; /* hides the spinner in moz */
  min-width: 16px;
  text-align: right;
  width: 40px;
}
#modernPdfViewer .toolbarField.pageNumber.visiblePageIsLoading {
  background-image: url(lib/pdfjs/images/loading-small.png);
  background-repeat: no-repeat;
  background-position: 1px;
}
#modernPdfViewer .toolbarField.pageNumber::-webkit-inner-spin-button,
#modernPdfViewer .toolbarField.pageNumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#modernPdfViewer .toolbarField:hover {
  background-color: rgba(255, 255, 255, 0.11);
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.43) rgba(0, 0, 0, 0.45);
}
#modernPdfViewer .toolbarField:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(77, 184, 255, 0.8) rgba(77, 184, 255, 0.85) rgba(77, 184, 255, 0.9);
}
#modernPdfViewer .toolbarLabel {
  min-width: 16px;
  padding: 3px 6px 3px 2px;
  margin: 4px 2px 4px 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  color: rgb(217, 217, 217);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
#modernPdfViewer #thumbnailView {
  position: absolute;
  width: calc(100% - 60px);
  top: 0;
  bottom: 0;
  padding: 10px 30px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#modernPdfViewer #thumbnailView > a:active,
#modernPdfViewer #thumbnailView > a:focus {
  outline: 0;
}
#modernPdfViewer .thumbnail {
  margin: 0 10px 5px 10px;
}
#modernPdfViewer .thumbnail {
  float: left;
}
#modernPdfViewer #thumbnailView > a:last-of-type > .thumbnail {
  margin-bottom: 10px;
}
#modernPdfViewer #thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
  margin-bottom: 9px;
}
#modernPdfViewer .thumbnail:not([data-loaded]) {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin: -1px 9px 4px 9px;
}
#modernPdfViewer .thumbnailImage {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  background-clip: content-box;
}
#modernPdfViewer .thumbnailSelectionRing {
  border-radius: 2px;
  padding: 7px;
}
#modernPdfViewer a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
#modernPdfViewer .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
  opacity: 0.9;
}
#modernPdfViewer a:focus > .thumbnail > .thumbnailSelectionRing,
#modernPdfViewer .thumbnail:hover > .thumbnailSelectionRing {
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
#modernPdfViewer .thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
#modernPdfViewer .thumbnail.selected > .thumbnailSelectionRing {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
}
#modernPdfViewer #outlineView,
#modernPdfViewer #attachmentsView {
  position: absolute;
  width: calc(100% - 8px);
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modernPdfViewer #outlineView {
  padding: 4px 4px 0;
}
#modernPdfViewer #attachmentsView {
  padding: 3px 4px 0;
}
#modernPdfViewer .outlineWithDeepNesting > .outlineItem,
#modernPdfViewer .outlineItem > .outlineItems {
  margin-left: 20px;
}
#modernPdfViewer .outlineItem > a,
#modernPdfViewer .attachmentsItem > button {
  text-decoration: none;
  display: inline-block;
  min-width: 95%;
  min-width: calc(100% - 4px); /* Subtract the right padding (left, in RTL mode)
of the container. */
  height: auto;
  margin-bottom: 1px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
}
#modernPdfViewer .attachmentsItem > button {
  border: 0 none;
  background: none;
  cursor: pointer;
  width: 100%;
}
#modernPdfViewer .outlineItem > a {
  padding: 2px 0 5px 4px;
}
#modernPdfViewer .attachmentsItem > button {
  padding: 2px 0 3px 7px;
  text-align: left;
}
#modernPdfViewer .outlineItemToggler {
  position: relative;
  height: 0;
  width: 0;
  color: rgba(255, 255, 255, 0.5);
}
#modernPdfViewer .outlineItemToggler::before {
  content: url(lib/pdfjs/images/treeitem-expanded.png);
  display: inline-block;
  position: absolute;
}
#modernPdfViewer .outlineItemToggler.outlineItemsHidden::before {
  content: url(lib/pdfjs/images/treeitem-collapsed.png);
}
#modernPdfViewer .outlineItemToggler.outlineItemsHidden ~ .outlineItems {
  display: none;
}
#modernPdfViewer .outlineItemToggler {
  float: left;
}
#modernPdfViewer .outlineItemToggler::before {
  right: 4px;
}
#modernPdfViewer .outlineItemToggler:hover,
#modernPdfViewer .outlineItemToggler:hover + a,
#modernPdfViewer .outlineItemToggler:hover ~ .outlineItems,
#modernPdfViewer .outlineItem > a:hover,
#modernPdfViewer .attachmentsItem > button:hover {
  background-color: rgba(255, 255, 255, 0.02);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.9);
}
#modernPdfViewer .outlineItem.selected {
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
}
#modernPdfViewer .noResults {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  cursor: default;
}
#modernPdfViewer ::-moz-selection {
  background: rgba(0, 0, 255, 0.3);
}
#modernPdfViewer ::selection {
  background: rgba(0, 0, 255, 0.3);
}
#modernPdfViewer #errorWrapper {
  background: none repeat scroll 0 0 rgb(255, 85, 85);
  color: rgb(255, 255, 255);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 3px;
  font-size: 0.8em;
}
#modernPdfViewer .loadingInProgress #errorWrapper {
  top: 37px;
}
#modernPdfViewer #errorMessageLeft {
  float: left;
}
#modernPdfViewer #errorMessageRight {
  float: right;
}
#modernPdfViewer #errorMoreInfo {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 3px;
  margin: 3px;
  width: 98%;
}
#modernPdfViewer .overlayButton {
  width: auto;
  margin: 3px 4px 2px 4px !important;
  padding: 2px 6px 3px 6px;
}
#modernPdfViewer #overlayContainer {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 40000;
  top: 0;
}
#modernPdfViewer #overlayContainer > * {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#modernPdfViewer #overlayContainer > .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#modernPdfViewer #overlayContainer > .container > .dialog {
  display: inline-block;
  padding: 15px;
  border-spacing: 4px;
  color: rgb(217, 217, 217);
  font-size: 12px;
  line-height: 14px;
  background-color: rgb(71, 71, 71); /* fallback */
  background-image: url(lib/pdfjs/images/texture.png), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
#modernPdfViewer .dialog > .row {
  display: table-row;
}
#modernPdfViewer .dialog > .row > * {
  display: table-cell;
}
#modernPdfViewer .dialog .toolbarField {
  margin: 5px 0;
}
#modernPdfViewer .dialog .separator {
  display: block;
  margin: 4px 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
#modernPdfViewer .dialog .buttonRow {
  text-align: center;
  vertical-align: middle;
}
#modernPdfViewer .dialog :link {
  color: rgb(255, 255, 255);
}
#modernPdfViewer #passwordOverlay > .dialog {
  text-align: center;
}
#modernPdfViewer #passwordOverlay .toolbarField {
  width: 200px;
}
#modernPdfViewer #documentPropertiesOverlay > .dialog {
  text-align: left;
}
#modernPdfViewer #documentPropertiesOverlay .row > * {
  min-width: 100px;
}
#modernPdfViewer #documentPropertiesOverlay .row > * {
  text-align: left;
}
#modernPdfViewer #documentPropertiesOverlay .row > span {
  width: 125px;
  word-wrap: break-word;
}
#modernPdfViewer #documentPropertiesOverlay .row > p {
  max-width: 225px;
  word-wrap: break-word;
}
#modernPdfViewer #documentPropertiesOverlay .buttonRow {
  margin-top: 10px;
}
#modernPdfViewer .clearBoth {
  clear: both;
}
#modernPdfViewer .fileInput {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  margin-top: 5px;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
#modernPdfViewer #PDFBug {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border: 1px solid rgb(102, 102, 102);
  position: fixed;
  top: 32px;
  right: 0;
  bottom: 0;
  font-size: 10px;
  padding: 0;
  width: 300px;
}
#modernPdfViewer #PDFBug .controls {
  background: rgb(238, 238, 238);
  border-bottom: 1px solid rgb(102, 102, 102);
  padding: 3px;
}
#modernPdfViewer #PDFBug .panels {
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  top: 27px;
}
#modernPdfViewer #PDFBug .panels > div {
  padding: 5px;
}
#modernPdfViewer #PDFBug button.active {
  font-weight: bold;
}
#modernPdfViewer .debuggerShowText {
  background: none repeat scroll 0 0 rgb(255, 255, 0);
  color: rgb(0, 0, 255);
}
#modernPdfViewer .debuggerHideText:hover {
  background: none repeat scroll 0 0 rgb(255, 255, 0);
}
#modernPdfViewer #PDFBug .stats {
  font-family: courier;
  font-size: 10px;
  white-space: pre;
}
#modernPdfViewer #PDFBug .stats .title {
  font-weight: bold;
}
#modernPdfViewer #PDFBug table {
  font-size: 10px;
}
#modernPdfViewer #viewer.textLayer-visible .textLayer {
  opacity: 1;
}
#modernPdfViewer #viewer.textLayer-visible .canvasWrapper {
  background-color: rgb(128, 255, 128);
}
#modernPdfViewer #viewer.textLayer-visible .canvasWrapper canvas {
  mix-blend-mode: screen;
}
#modernPdfViewer #viewer.textLayer-visible .textLayer > span {
  background-color: rgba(255, 255, 0, 0.1);
  color: rgb(0, 0, 0);
  border: solid 1px rgba(255, 0, 0, 0.5);
  box-sizing: border-box;
}
#modernPdfViewer #viewer.textLayer-hover .textLayer > span:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
#modernPdfViewer #viewer.textLayer-shadow .textLayer > span {
  background-color: rgba(255, 255, 255, 0.6);
  color: rgb(0, 0, 0);
}
#modernPdfViewer .grab-to-pan-grab {
  cursor: url("lib/pdfjs/images/grab.cur"), move !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
#modernPdfViewer .grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
  cursor: inherit !important;
}
#modernPdfViewer .grab-to-pan-grab:active,
#modernPdfViewer .grab-to-pan-grabbing {
  cursor: url("lib/pdfjs/images/grabbing.cur"), move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 50000; /* should be higher than anything else in PDF.js! */
}
@page {
  #modernPdfViewer {
    margin: 0;
  }
}
#modernPdfViewer #printContainer {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.1), screen and (min-resolution: 1.1dppx) {
  #modernPdfViewer {
    /* Rules for Retina screens */
  }
  #modernPdfViewer .toolbarButton::before {
    transform: scale(0.5);
    top: -5px;
  }
  #modernPdfViewer .secondaryToolbarButton::before {
    transform: scale(0.5);
    top: -4px;
  }
  #modernPdfViewer .toolbarButton::before {
    left: -1px;
  }
  #modernPdfViewer .secondaryToolbarButton::before {
    left: -2px;
  }
  #modernPdfViewer .toolbarField.pageNumber.visiblePageIsLoading,
  #modernPdfViewer #findInput[data-status=pending] {
    background-image: url(lib/pdfjs/images/loading-small@2x.png);
    background-size: 16px 17px;
  }
  #modernPdfViewer .dropdownToolbarButton::after {
    transform: scale(0.5);
    top: -5px;
    content: url(lib/pdfjs/images/toolbarButton-menuArrows@2x.png);
  }
  #modernPdfViewer .dropdownToolbarButton::after {
    right: 4px;
  }
  #modernPdfViewer .toolbarButton#sidebarToggle::before {
    content: url(lib/pdfjs/images/toolbarButton-sidebarToggle@2x.png);
  }
  #modernPdfViewer .toolbarButton#secondaryToolbarToggle::before {
    content: url(lib/pdfjs/images/toolbarButton-secondaryToolbarToggle@2x.png);
  }
  #modernPdfViewer .toolbarButton.findPrevious::before {
    content: url(lib/pdfjs/images/findbarButton-previous@2x.png);
  }
  #modernPdfViewer .toolbarButton.findNext::before {
    content: url(lib/pdfjs/images/findbarButton-next@2x.png);
  }
  #modernPdfViewer .toolbarButton.pageUp::before {
    content: url(lib/pdfjs/images/toolbarButton-pageUp@2x.png);
  }
  #modernPdfViewer .toolbarButton.pageDown::before {
    content: url(lib/pdfjs/images/toolbarButton-pageDown@2x.png);
  }
  #modernPdfViewer .toolbarButton.zoomIn::before {
    content: url(lib/pdfjs/images/toolbarButton-zoomIn@2x.png);
  }
  #modernPdfViewer .toolbarButton.zoomOut::before {
    content: url(lib/pdfjs/images/toolbarButton-zoomOut@2x.png);
  }
  #modernPdfViewer .toolbarButton.presentationMode::before,
  #modernPdfViewer .secondaryToolbarButton.presentationMode::before {
    content: url(lib/pdfjs/images/toolbarButton-presentationMode@2x.png);
  }
  #modernPdfViewer .toolbarButton.print::before,
  #modernPdfViewer .secondaryToolbarButton.print::before {
    content: url(lib/pdfjs/images/toolbarButton-print@2x.png);
  }
  #modernPdfViewer .toolbarButton.openFile::before,
  #modernPdfViewer .secondaryToolbarButton.openFile::before {
    content: url(lib/pdfjs/images/toolbarButton-openFile@2x.png);
  }
  #modernPdfViewer .toolbarButton.download::before,
  #modernPdfViewer .secondaryToolbarButton.download::before {
    content: url(lib/pdfjs/images/toolbarButton-download@2x.png);
  }
  #modernPdfViewer .toolbarButton.bookmark::before,
  #modernPdfViewer .secondaryToolbarButton.bookmark::before {
    content: url(lib/pdfjs/images/toolbarButton-bookmark@2x.png);
  }
  #modernPdfViewer #viewThumbnail.toolbarButton::before {
    content: url(lib/pdfjs/images/toolbarButton-viewThumbnail@2x.png);
  }
  #modernPdfViewer #viewOutline.toolbarButton::before {
    content: url(lib/pdfjs/images/toolbarButton-viewOutline@2x.png);
  }
  #modernPdfViewer #viewAttachments.toolbarButton::before {
    content: url(lib/pdfjs/images/toolbarButton-viewAttachments@2x.png);
  }
  #modernPdfViewer #viewFind.toolbarButton::before {
    content: url(lib/pdfjs/images/toolbarButton-search@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.firstPage::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-firstPage@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.lastPage::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-lastPage@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.rotateCcw::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-rotateCcw@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.rotateCw::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-rotateCw@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.selectTool::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-selectTool@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.handTool::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-handTool@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.scrollVertical::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-scrollVertical@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.scrollHorizontal::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-scrollHorizontal@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.scrollWrapped::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-scrollWrapped@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.spreadNone::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-spreadNone@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.spreadOdd::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-spreadOdd@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.spreadEven::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-spreadEven@2x.png);
  }
  #modernPdfViewer .secondaryToolbarButton.documentProperties::before {
    content: url(lib/pdfjs/images/secondaryToolbarButton-documentProperties@2x.png);
  }
  #modernPdfViewer .outlineItemToggler::before {
    transform: scale(0.5);
    top: -1px;
    content: url(lib/pdfjs/images/treeitem-expanded@2x.png);
  }
  #modernPdfViewer .outlineItemToggler.outlineItemsHidden::before {
    content: url(lib/pdfjs/images/treeitem-collapsed@2x.png);
  }
  #modernPdfViewer .outlineItemToggler::before {
    right: 0;
  }
}
@media print {
  #modernPdfViewer {
    /* General rules for printing. */
    /* Rules for browsers that don't support mozPrintCallback. */
    /* Rules for browsers that support PDF.js printing */
    /* wrapper around (scaled) print canvas elements */
  }
  #modernPdfViewer body {
    background: rgba(0, 0, 0, 0) none;
  }
  #modernPdfViewer #sidebarContainer, #modernPdfViewer #secondaryToolbar, #modernPdfViewer .toolbar, #modernPdfViewer #loadingBox, #modernPdfViewer #errorWrapper, #modernPdfViewer .textLayer, #modernPdfViewer #overlayContainer {
    display: none;
  }
  #modernPdfViewer #viewerContainer {
    overflow: visible;
  }
  #modernPdfViewer #mainContainer, #modernPdfViewer #viewerContainer, #modernPdfViewer .page, #modernPdfViewer .page canvas {
    position: static;
    padding: 0;
    margin: 0;
  }
  #modernPdfViewer .page {
    float: left;
    display: none;
    border: none;
    box-shadow: none;
    background-clip: content-box;
    background-color: rgb(255, 255, 255);
  }
  #modernPdfViewer .page[data-loaded] {
    display: block;
  }
  #modernPdfViewer .fileInput {
    display: none;
  }
  #modernPdfViewer body[data-pdfjsprinting] #outerContainer {
    display: none;
  }
  #modernPdfViewer body[data-pdfjsprinting] #printContainer {
    display: block;
  }
  #modernPdfViewer #printContainer {
    height: 100%;
  }
  #modernPdfViewer #printContainer > div {
    position: relative;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: visible;
    page-break-after: always;
    page-break-inside: avoid;
  }
  #modernPdfViewer #printContainer canvas,
  #modernPdfViewer #printContainer img {
    display: block;
  }
}
#modernPdfViewer .visibleLargeView,
#modernPdfViewer .visibleMediumView,
#modernPdfViewer .visibleSmallView {
  display: none;
}
@media all and (max-width: 900px) {
  #modernPdfViewer #toolbarViewerMiddle {
    display: table;
    margin: auto;
    left: auto;
    position: inherit;
    transform: none;
  }
}
@media all and (max-width: 840px) {
  #modernPdfViewer #sidebarContent {
    background-color: rgba(0, 0, 0, 0.7);
  }
  #modernPdfViewer #outerContainer.sidebarOpen #viewerContainer {
    left: 0px !important;
  }
  #modernPdfViewer #outerContainer .hiddenLargeView,
  #modernPdfViewer #outerContainer .hiddenMediumView {
    display: inherit;
  }
  #modernPdfViewer #outerContainer .visibleLargeView,
  #modernPdfViewer #outerContainer .visibleMediumView {
    display: none;
  }
}
@media all and (max-width: 770px) {
  #modernPdfViewer #outerContainer .hiddenLargeView {
    display: none;
  }
  #modernPdfViewer #outerContainer .visibleLargeView {
    display: inherit;
  }
}
@media all and (max-width: 700px) {
  #modernPdfViewer #outerContainer .hiddenMediumView {
    display: none;
  }
  #modernPdfViewer #outerContainer .visibleMediumView {
    display: inherit;
  }
}
@media all and (max-width: 640px) {
  #modernPdfViewer .hiddenSmallView, #modernPdfViewer .hiddenSmallView * {
    display: none;
  }
  #modernPdfViewer .visibleSmallView {
    display: inherit;
  }
  #modernPdfViewer .toolbarButtonSpacer {
    width: 0;
  }
  #modernPdfViewer .findbar {
    left: 38px;
  }
}
@media all and (max-width: 535px) {
  #modernPdfViewer #scaleSelectContainer {
    display: none;
  }
}

@media print {
  #modernPdfViewer {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
  }
  #modernPdfViewer .pdfViewer .page {
    border: none;
  }
}
#maincontent .taggedList li {
  height: 20px;
  padding: 5px 20px;
  margin: 4px 4px 4px 4px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  border-radius: 32px;
  outline: none;
}
#maincontent .taggedList li.hasErrors {
  color: #D4021d;
}
#maincontent .taggedList li.active {
  background-color: #D4021d;
  transition: background-color 0.3s, color 0.3s;
  color: white;
}
#maincontent .taggedList li.inactive #maincontent .taggedList li.rightButton {
  float: right;
  padding: 0;
  margin: 4px 0 0 0;
}
#maincontent .taggedList li.inactive #maincontent .taggedList li.rightButton input {
  box-shadow: none;
}
#maincontent .taggedListClientData {
  margin: 0 auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.react-tabs__tab:focus {
  outline: none;
}

.react-tabs__tab:focus-visible {
  outline: none;
}

.react-tabs__tab-panel {
  display: none;
}

.react-tabs__tab-panel--selected {
  display: block;
}

.header__user {
  width: 60%;
}

.margin-left5 {
  margin-left: 5px;
}

.padding-right10 {
  padding-right: 10px;
}

ul.xsmallseparation.icons li:last-child {
  margin-right: 0;
}

#maincontent .l-section ul select.currencySelector {
  width: 70px;
  padding: 0 10px !important;
  -webkit-padding-end: 0 10px !important;
  -webkit-padding-start: 0 10px !important;
}

#maincontent .l-section ul select.expirationDate {
  width: 65px;
  padding: 0 10px !important;
  -webkit-padding-end: 0 10px !important;
  -webkit-padding-start: 0 10px !important;
}

#mobilemenuhidden, #mobilemenu, .externalLinksForMobile {
  display: none;
}

.slicknav_menu {
  display: none;
}

.slicknav_nav a {
  margin: 0;
}
.slicknav_nav a:hover {
  border-radius: 0;
}
.slicknav_nav .slicknav_row {
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 0;
}

#oReportDiv {
  overflow: visible !important;
}

.tablewithborder {
  border-color: #666666;
  border-collapse: collapse;
  border: 1px solid;
}
.tablewithborder .td, .tablewithborder th {
  padding-left: 10px;
}

.cardImg {
  background: url("images/pcbcard.png") no-repeat 0 0;
  height: 215px;
  background-size: 97%;
  width: 330px;
  display: inline-block;
  margin-bottom: 2.5px;
}

#maincontent .panPosition input[type=text].panInput {
  padding: 0;
  width: 20px !important;
  background-color: white;
  border: 1px solid #a9a4a4 !important;
}

.tooltip-ico {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  margin-bottom: 2.5px;
  background-image: url("images/icons-svg/info-grey.svg");
  background-size: 14px;
}
.tooltip-ico:focus {
  outline: none;
  background-image: url("images/icons-svg/info-red.svg");
}
div[data-tippy-root] ~ img.tooltip-ico {
  outline: none;
  background-image: url(images/icons-svg/info-red.svg);
}

.inline-ico {
  margin-bottom: 2.5px;
}

/* BORDERS FOR THE MENU

#subnavbar > div:first-child .menuParent {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#subnavbar > div:last-child .menuParent {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#subnavbar > div:last-child .menuParent.radius-off {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#subnavbar > div:last-child .menuChild:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}*/
#subnavbar .menuParent:hover {
  background-color: #ececec;
  /* outline: 1px solid $lightgrey; */
  box-shadow: inset 0px 0px 0 1px #d9d9d9;
}

.menuTitle {
  background-color: #ececec;
  padding: 6px 18px 0;
  color: #ececec;
  font-size: 14px;
  letter-spacing: 0.6px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.menuTitle .menuParentText {
  cursor: pointer;
}
.menuTitle .menuIcon {
  width: 14px;
  transform: scale(1.5);
  display: inline;
  position: relative;
  background-image: url("images/icons-svg/bars-red.svg");
}
.menuTitle .menuText {
  color: #D4021d;
  font-weight: bold;
  font-size: 18px;
  margin-left: 5px;
  text-transform: uppercase;
}

#subnavbar .menuChild:hover a:not(.selectedMenu) {
  color: #D4021d;
}

.g-recaptcha + .field-validation-error {
  height: 78px;
}

.accepttaclabel a {
  color: #D4021d;
}

.divtextarea {
  height: 250px;
  border: 1px solid #ccc;
  padding: 5px;
  overflow: auto;
  width: calc(100% - 20px);
  background-color: #ececec;
  border-radius: 7px 0 0 7px;
  white-space: pre-wrap;
}

.divtextareasmall {
  border: 1px solid #ccc;
  padding: 5px;
  overflow: auto;
  background-color: #ececec;
  border-radius: 7px;
  white-space: pre-wrap;
  width: 96.5%;
}

.scalehalf {
  transform: scale(0.5);
}

@media (min-width: 1280px) and (max-width: 1450px) {
  #maincontentwrapper {
    width: 1200px;
  }
  #maincontent {
    width: 995px;
    margin-left: 205px;
  }
  #navbar {
    width: 205px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #maincontentwrapper {
    width: 1000px;
  }
  #maincontent {
    width: 830px;
    margin-left: 170px;
  }
  #navbar {
    width: 170px;
  }
  body, select, input, textarea, .header-menu__link, .ms-options-wrap > button > span {
    font-size: 14px;
  }
  .header-menu__link {
    margin: 0 12px 0 12px;
  }
  table, .header__user-name {
    font-size: 14px;
  }
  A.menuLinkStyle, .menuParentText, #navbar .menuParent, #navbar .menuChild {
    font-size: 13px;
  }
  h3 {
    font-size: 17px;
  }
  input[type=checkbox], input[type=radio] {
    transform: scale(1.1);
  }
  #lastOrdersFilterListTable tbody td,
  #lastOrdersFilter .horizontallist label,
  #messagesFilter .horizontallist label,
  #AdvancedSearchBox .horizontallist label,
  #maincontent .l-section-date .horizontallist label {
    font-size: 13px;
  }
  table thead th:not([scope=col]):first-child {
    padding-left: 20px;
  }
  table thead th:not([scope=col]):last-child {
    padding-right: 20px;
  }
  #maincontent table tbody td:last-child:not([data-handler=selectDay]) {
    padding-right: 18px;
    padding-left: 0;
  }
  #maincontent table tbody td:first-child:not([data-handler=selectDay]) {
    padding-left: 20px;
  }
  #maincontent .btnSearch {
    padding-left: 32px !important;
  }
  #maincontent #moreFilters, #maincontent .moreFilters {
    padding-left: 32px !important;
  }
}
.currency {
  padding-right: 2.5px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.display-block {
  display: block;
}

.basebackground {
  background-color: #ececec;
}

a:visited.linkOption,
a:link.linkOption {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

a:visited.linkOptionSelected,
a:link.linkOptionSelected {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

.underlined {
  text-decoration: underline;
}

.xextramargin {
  margin-bottom: 16px;
}

.nopaddingbottom {
  padding-bottom: 0;
}

.edit-black {
  width: 15px;
  height: 15px;
  margin-bottom: 2.5px;
  color: #666666;
  display: inline-block;
  position: absolute;
  background-image: url("images/icons-svg/edit-black.svg");
  cursor: pointer;
}

.confirm-green {
  width: 15px;
  height: 15px;
  margin-bottom: 2.5px;
  color: #666666;
  display: inline-block;
  position: absolute;
  background-image: url("images/icons-svg/check-green.svg");
  cursor: pointer;
}

.close-black {
  width: 14px;
  color: #666666;
  display: inline-block;
  position: absolute;
  transform: scale(0.85);
  background-image: url("images/icons-svg/close-black.svg");
  cursor: pointer;
}

.close-red {
  width: 14px;
  color: #666666;
  display: inline-block;
  position: absolute;
  transform: scale(0.85);
  background-image: url("images/icons-svg/close-red.svg");
  cursor: pointer;
}

@media (max-width: 1024px) {
  #navbar {
    display: none;
  }
  #maincontentwrapper {
    width: 100%;
  }
  #maincontent {
    width: 100%;
    margin-left: 0;
  }
  .header__user {
    display: none;
  }
  #mobilemenu, .externalLinksForMobile {
    display: block;
  }
  .slicknav_menu {
    background-color: #ffffff;
    display: block;
  }
  .slicknav_menu .slicknav_menutxt {
    font-weight: normal;
    text-shadow: 0 1px 3px #D4021d;
  }
  .slicknav_menu .slicknav_btn {
    background-color: #D4021d;
  }
  .slicknav_menu .slicknav_parent ul {
    background-color: #f3f3f3;
    margin: 0;
  }
  .slicknav_menu .slicknav_parent ul a {
    color: #666666;
    padding: 5px 10px 5px 20px;
  }
  .slicknav_nav {
    position: absolute;
    z-index: 9999;
    top: 88px;
    left: 0;
    width: 100%;
    background-color: #D4021d;
  }
  .slicknav_nav a {
    color: white;
    text-decoration: none;
  }
  .slicknav_nav .slicknav_parent:last-child {
    border-bottom: 1px solid #D4021d;
  }
  .l-content-header {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  body, select, input, textarea, .header-menu__link, .ms-options-wrap > button > span {
    font-size: 13px;
  }
  .header-menu__link {
    margin: 0 10px 0 10px;
  }
  A.menuLinkStyle, .menuParentText, #navbar .menuParent, #navbar .menuChild, .header__user-name {
    font-size: 12px;
  }
  table {
    font-size: 13px;
  }
  h3 {
    font-size: 14px;
  }
  input[type=checkbox], input[type=radio] {
    transform: scale(1.2);
  }
  #lastOrdersFilterListTable tbody td, #lastOrdersFilter .horizontallist label,
  #messagesFilter .horizontallist label,
  #AdvancedSearchBox .horizontallist label,
  #maincontent .l-section-date .horizontallist label {
    font-size: 12px;
  }
  #maincontent table thead th:not([scope=col]):first-child {
    padding-left: 18px;
  }
  #maincontent table thead th:not([scope=col]):last-child {
    padding-right: 18px;
  }
  #maincontent table tbody td:last-child {
    padding-right: 18px;
  }
  #maincontent table tbody td:last-child:not([data-handler=selectDay]) {
    padding-right: 18px;
    padding-left: 0;
  }
  #maincontent table tbody td:first-child:not([data-handler=selectDay]) {
    padding-left: 18px;
  }
  table thead th,
  table tbody td {
    padding: 5px 0 5px 5px;
  }
  #maincontent .btnSearch {
    padding-left: 30px !important;
  }
  #maincontent #moreFilters, #maincontent .moreFilters {
    padding-left: 30px !important;
  }
}
#maincontent table thead th.notextoverflow {
  text-overflow: clip;
}

@media (max-width: 700px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-aspect-ratio: 14/10), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-aspect-ratio: 14/10), only screen and (min-resolution: 200dpi) and (max-aspect-ratio: 14/10) {
  .hidexsmallscreen, .slicknav_menu .slicknav_menutxt {
    display: none !important;
  }
  ul.xsmallseparation li.newlastchild {
    margin-right: 0;
  }
  .fullwidthxsmallscreen {
    width: 100% !important;
  }
  .slicknav_menu .slicknav_icon {
    margin: 0;
  }
  .slicknav_btn {
    margin: 5px 0px 6px;
  }
  #padlock img {
    width: 90%;
  }
  #maincontent table tbody td:first-child:not([data-handler=selectDay]) {
    padding-right: 0;
    padding-left: 5px;
  }
  #maincontent table tbody td:last-child:not([data-handler=selectDay]) {
    padding-right: 5px;
    padding-left: 0;
  }
  #maincontent table tbody td.alltd:last-child:not([data-handler=selectDay]) {
    padding-left: 5px;
  }
  #maincontent table tbody td:last-child:not([colspan]) {
    padding-right: 5px;
    padding-left: 0;
  }
  #frmSearchBeneficiaries .tablestyle3 th:first-child, #lastOrdersForm .extramargin th:first-child, #resultsNationalBanks .extramargin th:first-child, #resultsSwiftBanks .extramargin th:first-child, #searchForm .tablestyle3.nodotted th:first-child, #originalFilterTable .tablestyle3.nodotted th:first-child {
    padding-left: 5px;
  }
  .imgUseInTransfer, .imgReuse, .imgEdit, .imgDelete, .imgShowDetails, .imgAccountDetails, input[type=checkbox], input[type=radio], .lockicon, .unlockicon {
    transform: scale(1);
  }
  #maincontent table thead th:not([scope=col]):first-child {
    padding-left: 5px;
  }
  #maincontent table thead th:not([scope=col]):last-child {
    padding-right: 5px;
  }
  #maincontent table tbody td:not([scope=col]):last-child {
    padding-right: 5px;
  }
  .imgUseInTransfer, .imgReuse, .imgEdit, .imgDelete, .imgShowDetails, .imgAccountDetails, .lockicon, .unlockicon {
    width: 18px;
  }
  .l-sectioncolumn-responsive {
    clear: left;
    margin-bottom: 5px;
    width: 100%;
  }
  .l-unset-responsive {
    float: unset;
  }
  .aligncenter-responsive {
    text-align: center;
  }
  #maincontent input.xxlarge,
  #maincontent input.xsmall,
  #maincontent input.amountField,
  #maincontent .hasDatepicker,
  #maincontent .select2-selection__rendered,
  #maincontent .tablestyle3 thead input,
  #maincontent select,
  #maincontent input.moreFilters,
  #maincontent input.btnSearch,
  #maincontent input.btnRight,
  #maincontent input.btnDown,
  #maincontent input[type=password],
  #maincontent input.basicfilter,
  #resultsNationalBanks input,
  #resultsSwiftBanks input,
  #maincontent input#FilterMessage_Subject,
  #maincontent textarea,
  #maincontent table#uploadedFiles,
  #maincontent .l-sectionRight table, #maincontent .l-section input[type=text],
  #maincontent .l-section input[type=date],
  #maincontent .l-section input[type=email],
  #maincontent .l-section input[type=month],
  #maincontent .l-section input[type=number],
  #maincontent .l-section input[type=password],
  #maincontent .l-section input[type=tel],
  #maincontent .l-section input[type=search],
  #maincontent .l-section select,
  #maincontent .l-section textarea,
  #maincontent .select2-selection__rendered,
  .ms-options-wrap > button:focus, .ms-options-wrap > button,
  .ms-options-wrap.ms-has-selections > button,
  .select2-container {
    width: 96%;
  }
  #maincontent textarea.mailTextArea {
    width: 97%;
  }
  #maincontent .filterbox input.btnSearch,
  #maincontent .filterbox input.moreFilters,
  #maincontent #resultsBeneficiaries input.btnSearch {
    margin-left: -5px;
  }
  .cardImg {
    background-size: contain;
    height: 0 !important;
    width: 100%;
    padding-top: 58%;
    position: relative;
  }
  .cardImg .horizontallistblock {
    position: absolute;
    bottom: 31%;
  }
  #maincontent .l-section input[type=text].nopaddingsmallscreen {
    padding: 0;
  }
  #maincontent table.xxlarge.in-section {
    width: 96%;
  }
}
@media (max-width: 600px) {
  .hidexxsmallscreen {
    display: none !important;
  }
  #maincontent input.xxlarge,
  #maincontent input.xsmall,
  #maincontent input.amountField,
  #maincontent .hasDatepicker,
  #maincontent .select2-selection__rendered,
  #maincontent .tablestyle3 thead input,
  #maincontent select,
  #maincontent input.moreFilters,
  #maincontent input.btnSearch,
  #maincontent input.btnRight,
  #maincontent input.btnDown,
  #maincontent input[type=password],
  #maincontent input.basicfilter,
  #resultsNationalBanks input,
  #resultsSwiftBanks input,
  #maincontent input#FilterMessage_Subject,
  #maincontent textarea,
  #maincontent table#uploadedFiles,
  #maincontent .l-sectionRight table, #maincontent .l-section input[type=text],
  #maincontent .l-section input[type=date],
  #maincontent .l-section input[type=email],
  #maincontent .l-section input[type=month],
  #maincontent .l-section input[type=number],
  #maincontent .l-section input[type=password],
  #maincontent .l-section input[type=tel],
  #maincontent .l-section input[type=search],
  #maincontent .l-section select,
  #maincontent .l-section textarea,
  #maincontent .select2-selection__rendered,
  .ms-options-wrap > button:focus, .ms-options-wrap > button,
  .ms-options-wrap.ms-has-selections > button,
  .select2-container,
  .cardImg {
    width: 95%;
  }
  #maincontent textarea.mailTextArea {
    width: 96.25%;
  }
  .panText {
    font-size: 12px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.75) and (max-aspect-ratio: 14/10), only screen and (-o-min-device-pixel-ratio: 175/100) and (max-aspect-ratio: 14/10), only screen and (min-resolution: 175dpi) and (max-aspect-ratio: 14/10) {
  header.header {
    width: 100%;
  }
  body {
    zoom: 1.7;
  }
  body {
    height: calc((-100px + 100vh) / 1.7);
  }
  #maincontentwrapper {
    height: calc((-10px + 100vh) / 1.7);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.5) and (max-aspect-ratio: 13/10), only screen and (-o-min-device-pixel-ratio: 25/10) and (max-aspect-ratio: 13/10), only screen and (min-resolution: 250dpi) and (max-aspect-ratio: 14/10) {
  body {
    zoom: 1.8;
  }
  .slicknav_parent li, .slicknav_parent a {
    height: 45px;
    line-height: 35px;
  }
  body {
    height: calc((-100px + 100vh) / 1.8);
  }
  #maincontentwrapper {
    height: calc((-10px + 100vh) / 1.8);
  }
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

