@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);
/*!
 * jQuery UI CSS Framework 1.13.0
 * 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.13.0
 * 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;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.13.0
 * 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.13.0
 * 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 {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.13.0
 * 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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.13.0
 * 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 {
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.13.0
 * 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: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.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-wrapper {
	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.13.0
 * 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%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.13.0
 * 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;
	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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.13.0
 * 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;
	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-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.13.0
 * 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: pointer;
	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.13.0
 * 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: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	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-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.13.0
 * 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.13.0
 * 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;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{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,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{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;
	-ms-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;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-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_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       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 {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.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;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  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-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;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}

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

html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat";
  font-size: 16px;
  color: #4D5370;
  padding: 0;
  margin: 0;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #f6f8fb;
  overflow-x: hidden;
}

hr {
  display: block;
  height: 0;
  border: 0px;
  border-bottom: 1px solid #d9dbe5;
}
hr.light {
  opacity: 0.5;
}
hr.dark {
  border: 0px;
  border-bottom: 1px solid #d9dbe5;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.f-none {
  float: none !important;
}

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

.force-wrap {
  white-space: initial;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.h-full {
  height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}

img.img-icon {
  max-width: 32px;
  height: auto;
  vertical-align: middle;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.primary {
  color: #2755A4;
  background-color: #2755A4;
}

.success {
  color: #45AE3E;
  background-color: #45AE3E;
}

.danger {
  color: #AE3E3E;
  background-color: #AE3E3E;
}

.warning {
  color: #F7B500;
  background-color: #F7B500;
}

.info {
  color: #4D5370;
  background-color: #4D5370;
}

.primary-border {
  border: 1px solid #2755A4;
}

.success-border {
  border: 1px solid #45AE3E;
}

.danger-border {
  border: 1px solid #AE3E3E;
}

.warning-border {
  border: 1px solid #F7B500;
}

.info-border {
  border: 1px solid #4D5370;
}

.complete {
  color: #45AE3E;
}

.pending {
  color: #2755A4;
}

.partial-pending {
  color: #F7B500;
}

.exceed {
  color: #AE3E3E;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1;
  color: #4D5370;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
}
h4 a {
  font-size: 24px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 1.3;
}

h6 {
  font-size: 16px;
}

strong {
  font-weight: 700;
}

p {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4D5370;
}

p.small,
.small {
  font-size: 12px;
}

a,
.link {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #2755A4;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.link:hover {
  color: #2755A4;
}

.text-small {
  font-size: 14px;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  position: relative;
}

.text-underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #10205b;
}

sup,
.sup {
  font-size: 12px;
  vertical-align: super;
}

sub,
.sub {
  font-size: 12px;
  vertical-align: sub;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-top {
  vertical-align: top !important;
}

.text-middle {
  vertical-align: middle !important;
}

.text-bottom {
  vertical-align: bottom !important;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}
.svg-icon-tick {
  width: 32px;
  height: 32px;
  background-image: url(../images/green_check.svg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.error-msg {
  font-size: 12px;
  color: #AE3E3E;
}

.error-msg-block {
  color: #ffffff;
  border-color: rgba(174, 62, 62, 0.1);
  background: #AE3E3E;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea,
.dataTables_filter input[type=search] {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #4D5370;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px calc(30px/2);
  margin: 0;
  width: 100%;
  border: 1px solid #A9ABB4;
  border-radius: 5px;
  background: #ffffff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text].width-auto,
input[type=number].width-auto,
input[type=email].width-auto,
input[type=password].width-auto,
textarea.width-auto,
.dataTables_filter input[type=search].width-auto {
  width: auto;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
input[type=text].form-rounded,
input[type=number].form-rounded,
input[type=email].form-rounded,
input[type=password].form-rounded,
textarea.form-rounded,
.dataTables_filter input[type=search].form-rounded {
  padding-left: 15px;
  padding-right: 30px;
  border-radius: 50px;
}
input[type=text].form-icon,
input[type=number].form-icon,
input[type=email].form-icon,
input[type=password].form-icon,
textarea.form-icon,
.dataTables_filter input[type=search].form-icon {
  position: relative;
  background-repeat: no-repeat !important;
}
input[type=text].form-icon-search,
input[type=number].form-icon-search,
input[type=email].form-icon-search,
input[type=password].form-icon-search,
textarea.form-icon-search,
.dataTables_filter input[type=search].form-icon-search {
  background: #ffffff url(../images/search.svg);
  background-size: auto 16px !important;
}
input[type=text]:focus, input[type=text].focus,
input[type=number]:focus,
input[type=number].focus,
input[type=email]:focus,
input[type=email].focus,
input[type=password]:focus,
input[type=password].focus,
textarea:focus,
textarea.focus,
.dataTables_filter input[type=search]:focus,
.dataTables_filter input[type=search].focus {
  border-color: #A9ABB4;
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
textarea:disabled,
.dataTables_filter input[type=search]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type=text]:disabled.read-only,
input[type=number]:disabled.read-only,
input[type=email]:disabled.read-only,
input[type=password]:disabled.read-only,
textarea:disabled.read-only,
.dataTables_filter input[type=search]:disabled.read-only {
  cursor: not-allowed;
  opacity: 1;
}
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=password].error,
textarea.error,
.dataTables_filter input[type=search].error {
  border-color: red;
}

textarea {
  min-height: 150px;
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
}
textarea.small {
  min-height: 75px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.9;
  color: #4D5370;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.9;
  color: #4D5370;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.9;
  color: #4D5370;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.9;
  color: #4D5370;
}

.file {
  display: inline-block;
  min-width: 120px;
  position: relative;
  cursor: pointer;
}
.file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file .file-custom {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding: 15px 30px;
  margin: 0;
  width: 100%;
  border: 1px solid #7C8097;
  border-radius: 6px;
  background: #7C8097;
}
.file.disabled {
  cursor: not-allowed;
  opacity: 0.9;
}
.file.disabled input {
  cursor: not-allowed;
}
.file.disabled .file-custom {
  cursor: not-allowed;
  color: rgba(128, 128, 128, 0.5);
  border-color: #d9dbe5;
  background: #F6F8FF;
}
.file_name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 170px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

label {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #4D5370;
  display: block;
  padding-bottom: calc(10px/2);
}
label.label-view {
  opacity: 0.5;
}
label em {
  color: red;
  font-style: normal;
}

.required {
  color: red;
}

.form-error {
  display: none;
}

.form-error-raised {
  display: block;
}

.form-error p {
  color: red;
}

.filter {
  position: relative;
}
.filter-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 2rem;
  width: 600px;
  background: #F6F8FB;
  z-index: 3;
  display: none;
}
.filter-wrapper-visible {
  display: block;
}

.dataTables_filter input[type=search] {
  max-width: 500px;
}

.button, button, input[type=submit] {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding: 16px 30px;
  margin: 0;
  border: 0 solid #2755A4;
  border-radius: 6px;
  background-color: #2755A4;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input[type=submit]:hover {
  color: #ffffff;
  background-color: #2755A4;
  border-color: #2755A4;
}

button:hover {
  color: #ffffff;
  background-color: #2755A4;
  border-color: #2755A4;
}
button:disabled {
  cursor: not-allowed;
  color: #ffffff;
  background-color: #EBEFF5;
}
button:disabled:hover {
  color: #ffffff;
  background-color: #EBEFF5;
}

.button-export {
  display: none;
  position: absolute;
  top: -40px;
  right: 0;
}
.button:hover {
  color: #ffffff;
  background-color: #2755A4;
  border-color: #2755A4;
}
.button:disabled {
  cursor: not-allowed;
  color: #ffffff;
  background-color: #EBEFF5;
}
.button:disabled:hover {
  color: #ffffff;
  background-color: #EBEFF5;
}
.button-iconic {
  color: #4D5370;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0 !important;
  border: 1px solid transparent;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0px;
}
.button-iconic:hover {
  color: #4D5370;
  border-color: transparent;
  background-color: transparent;
}
.button-iconic img {
  width: 12px;
  height: 12px;
}
.button-iconic-text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  width: 100% !important;
  margin-right: 0;
  padding-left: 33px;
  background-position: left !important;
}
.button-iconic-text:hover {
  color: #2755A4;
}
.button-iconic-close {
  width: 18px;
  height: 18px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-search {
  width: 28px;
  height: 28px;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-search:hover {
  background-image: url(../images/search-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-filter {
  width: 28px;
  height: 28px;
  background-image: url(../images/filter-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-filter:hover {
  background-image: url(../images/filter-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-dots {
  width: 18px;
  height: 18px;
  background-image: url(../images/dots-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
}
.button-iconic-dots:hover {
  background-image: url(../images/dots-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
}
.button-iconic-edit {
  width: 28px;
  height: 28px;
  background-image: url(../images/edit-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-edit:hover {
  background-image: url(../images/edit-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-trash {
  width: 28px;
  height: 28px;
  background-image: url(../images/trash-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-trash:hover {
  background-image: url(../images/trash-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.button-iconic-detailed-view {
  width: 28px;
  height: 28px;
  background-image: url(../images/detailed-view-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.button-iconic-detailed-view:hover {
  background-image: url(../images/detailed-view-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  input[type=submit], button, .button {
    padding: 11px 20px;
  }
}
input[type=checkbox],
input[type=radio] {
  --active: #ffffff;
  --active-inner: #3E67AE;
  --focus: 0 #c3c6cc;
  --border: #A9ABB4;
  --active-border: #3E67AE;
  --border-hover: #A9ABB4;
  --background: #ffffff;
  --disabled: #A9ABB4;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
input[type=checkbox]:after,
input[type=radio]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  --b: var(--active-inner);
  --bc: var(--active-border);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  cursor: not-allowed;
}
input[type=checkbox]:disabled.read-only,
input[type=radio]:disabled.read-only {
  cursor: not-allowed;
  opacity: 1;
  border: 1px solid var(--border);
  background: var(--background);
}
input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
input[type=checkbox].terms,
input[type=radio].terms {
  --bc: var(--border-hover);
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  box-shadow: 0 0 0 var(--focus);
}
input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
  width: 21px;
}
input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
  opacity: var(--o, 0);
}
input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
  --o: 1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4D5370;
  text-transform: none;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  padding-bottom: 0;
}

input[type=checkbox]:not(.switch) {
  border-radius: 4px;
}
input[type=checkbox]:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid var(--active);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  transform: rotate(var(--r, 20deg));
}
input[type=checkbox]:not(.switch):checked {
  --r: 43deg;
}
input[type=checkbox].switch {
  width: 38px;
  border-radius: 11px;
}
input[type=checkbox].switch:after {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: var(--ab, var(--border));
  transform: translateX(var(--x, 0));
}
input[type=checkbox].switch:checked {
  --ab: var(--active);
  --x: 17px;
}
input[type=checkbox].switch:disabled:not(:checked):after {
  opacity: 0.6;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:after {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--active);
  opacity: 0;
  transform: scale(var(--s, 0.7));
}
input[type=radio]:checked {
  --s: .5;
}

input[type=radio].boxy-radio:not(.switch) {
  border-radius: 4px;
}
input[type=radio].boxy-radio:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid var(--active);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  transform: rotate(var(--r, 20deg));
  border-radius: 0px;
  background: none;
}
input[type=radio].boxy-radio:not(.switch):checked {
  --r: 43deg;
}

.radio-group {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  align-items: center;
}
.radio-group label {
  margin-right: 10px;
  padding-bottom: 0;
}

.checkbox-group {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  align-items: center;
}
.checkbox-group label {
  margin-right: 10px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .radio-group {
    flex-wrap: wrap;
  }

  .checkbox-group {
    flex-wrap: wrap;
  }
}
.toggle-no-lable input[type=checkbox] + label,
.toggle-no-lable input[type=radio] + label {
  display: none !important;
  padding-bottom: 0;
}

.select2-selection--single, select,
.select {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #4D5370;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: calc(30px/2) calc(30px/2) calc(30px/2) 13px;
  margin: 0;
  width: 100%;
  border: 1px solid #A9ABB4;
  border-radius: 6px;
  background: #ffffff url(../images/dropdown-arrow-gray.svg) calc(100% - 15px) center no-repeat;
  background-size: 10px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus, select.focus,
.select:focus,
.select.focus {
  border-color: #A9ABB4;
}
select:disabled,
.select:disabled {
  cursor: not-allowed;
  opacity: 0.9;
  background: #F6F8FF url(../images/dropdown-arrow-gray.svg) calc(100% - 10px) center no-repeat;
  background-size: 10px;
}
select:disabled.read-only,
.select:disabled.read-only {
  cursor: not-allowed;
  opacity: 1;
  color: #4D5370;
  background: #ecedf2 url(../images/dropdown-arrow-gray.svg) calc(100% - 10px) center no-repeat;
  background-size: 10px;
}
select.error,
.select.error {
  border-color: red;
  background: #ffffff url(../images/dropdown-arrow-gray.svg) calc(100% - 10px) center no-repeat;
  background-size: 10px;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}
.dropdown input[type=checkbox]:checked ~ .dropdown-option {
  display: block;
}
.dropdown .dropdown-option {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #F6F8FB;
  border: 1px solid #EBEFF5;
  border-radius: 5px;
  z-index: 3;
}
.dropdown .dropdown-option-visible {
  display: block;
}
.dropdown .dropdown-option-medium {
  width: 280px;
}
.dropdown .dropdown-option-small {
  width: 180px;
}
.dropdown .dropdown-option-position-right {
  left: inherit;
  right: 0;
}
.dropdown .dropdown-option-position-center {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown .dropdown-option-item {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #4D5370;
  text-align: left;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  cursor: pointer;
}
.dropdown .dropdown-option-item a {
  font-weight: 600;
  color: #2755A4;
}
.dropdown .dropdown-option-item a:hover {
  color: #2755A4;
}
.dropdown .dropdown-option-item-seperator {
  border: 0px;
  border-bottom: 1px solid #EBEFF5;
}
.dropdown .dropdown-option-item:hover {
  color: #2755A4;
}
.dropdown .dropdown-option-item:hover .button-iconic-edit {
  background-image: url(../images/edit-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.dropdown .dropdown-option-item:hover .button-iconic-trash {
  background-image: url(../images/trash-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.dropdown .dropdown-option-item .button {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.select2-container--disabled {
  opacity: 0.5;
}
.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
}
.select2-dropdown {
  background: #F6F8FB;
  border-color: #EBEFF5;
}
.select2-selection--single {
  height: auto !important;
}
.select2-selection__rendered {
  line-height: 1 !important;
  padding: 0 !important;
}
.select2-selection__arrow {
  display: none !important;
}
.select2-search--dropdown {
  padding: calc(30px/2) !important;
}
.select2-search--dropdown input[type=search] {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #4D5370;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  margin: 0;
  width: 100%;
  border: 1px solid #A9ABB4;
  border-radius: 5px;
  background: #ffffff url(../images/search-icon.svg) calc(100% - (10px/2)) center no-repeat;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-results {
  padding: 0 calc(30px/2) calc(30px/2);
}
.select2-results__options {
  max-height: 300px;
  overflow: auto;
}
.select2-results__option {
  font-size: 14px;
  padding: calc(10px/2) 0;
}
.select2-results__option:hover {
  font-weight: 600;
}
.select2-results__option--selected {
  color: #2755A4;
  font-weight: 600;
}
.select2.error .select2-selection--single,
.select2.error select {
  border-color: red;
  background: #ffffff url(../images/dropdown-arrow-gray.svg) calc(100% - 15px) center no-repeat;
  background-size: 10px;
}

.alert-info, .alert-info-large, .alert-info-small, .alert-warning, .alert-warning-large, .alert-warning-small, .alert-danger, .alert-danger-large, .alert-danger-small, .alert-success, .alert-success-large, .alert-success-small {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.alert-info p, .alert-info-large p, .alert-info-small p, .alert-warning p, .alert-warning-large p, .alert-warning-small p, .alert-danger p, .alert-danger-large p, .alert-danger-small p, .alert-success p, .alert-success-large p, .alert-success-small p, .alert-info:before, .alert-info-large:before, .alert-info-small:before, .alert-warning:before, .alert-warning-large:before, .alert-warning-small:before, .alert-danger:before, .alert-danger-large:before, .alert-danger-small:before, .alert-success:before, .alert-success-large:before, .alert-success-small:before {
  float: left;
}
.alert-info:before, .alert-info-large:before, .alert-info-small:before, .alert-warning:before, .alert-warning-large:before, .alert-warning-small:before, .alert-danger:before, .alert-danger-large:before, .alert-danger-small:before, .alert-success:before, .alert-success-large:before, .alert-success-small:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 28px;
}

.alert-info-small, .alert-warning-small, .alert-danger-small, .alert-success-small {
  padding: 10px;
}
.alert-info-small p, .alert-warning-small p, .alert-danger-small p, .alert-success-small p {
  font-size: 12px;
}
.alert-info-small:before, .alert-warning-small:before, .alert-danger-small:before, .alert-success-small:before {
  width: 18px;
  height: 18px;
  border-radius: 18px;
}

.alert-info-large, .alert-warning-large, .alert-danger-large, .alert-success-large {
  padding: 30px;
}
.alert-info-large p, .alert-warning-large p, .alert-danger-large p, .alert-success-large p {
  font-size: 24px;
}
.alert-info-large:before, .alert-warning-large:before, .alert-danger-large:before, .alert-success-large:before {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.alert-success, .alert-success-large, .alert-success-small {
  background: #45AE3E;
}
.alert-success:before, .alert-success-large:before, .alert-success-small:before {
  background-color: #45AE3E;
}
.alert-success p, .alert-success-large p, .alert-success-small p {
  color: #45AE3E;
}

.alert-success-small {
  background: #45AE3E;
}
.alert-success-small:before {
  background-color: #45AE3E;
}
.alert-success-small p {
  color: #45AE3E;
}

.alert-success-large {
  background: #45AE3E;
}
.alert-success-large:before {
  background-color: #45AE3E;
}
.alert-success-large p {
  color: #45AE3E;
}

.alert-danger, .alert-danger-large, .alert-danger-small {
  background: #AE3E3E;
}
.alert-danger:before, .alert-danger-large:before, .alert-danger-small:before {
  background-color: #AE3E3E;
}
.alert-danger p, .alert-danger-large p, .alert-danger-small p {
  color: #ffffff;
}

.alert-danger-small {
  background: #AE3E3E;
}
.alert-danger-small:before {
  background-color: #AE3E3E;
}
.alert-danger-small p {
  color: #ffffff;
}

.alert-danger-large {
  background: #AE3E3E;
}
.alert-danger-large:before {
  background-color: #AE3E3E;
}
.alert-danger-large p {
  color: #ffffff;
}

.alert-warning, .alert-warning-large, .alert-warning-small {
  background: #F7B500;
}
.alert-warning:before, .alert-warning-large:before, .alert-warning-small:before {
  background-color: #F7B500;
}
.alert-warning p, .alert-warning-large p, .alert-warning-small p {
  color: #F7B500;
}

.alert-warning-small {
  background: #F7B500;
}
.alert-warning-small:before {
  background-color: #F7B500;
}
.alert-warning-small p {
  color: #F7B500;
}

.alert-warning-large {
  background: #F7B500;
}
.alert-warning-large:before {
  background-color: #F7B500;
}
.alert-warning-large p {
  color: #F7B500;
}

.alert-info, .alert-info-large, .alert-info-small {
  background: #4D5370;
}
.alert-info:before, .alert-info-large:before, .alert-info-small:before {
  background-color: #4D5370;
}
.alert-info p, .alert-info-large p, .alert-info-small p {
  color: #4D5370;
}

.alert-info-small {
  background: #4D5370;
}
.alert-info-small:before {
  background-color: #4D5370;
}
.alert-info-small p {
  color: #4D5370;
}

.alert-info-large {
  background: #4D5370;
}
.alert-info-large:before {
  background-color: #4D5370;
}
.alert-info-large p {
  color: #4D5370;
}

.loading {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading span {
  display: block;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100vh;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  z-index: 3;
}
.sidebar-logo {
  padding: calc(50px/2);
  width: 100%;
}
.sidebar-menu {
  padding-left: calc(50px/2);
  padding-right: calc(50px/2);
  width: 100%;
  height: calc(100vh - 150px);
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.sidebar-menu ul li a {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #7C8097;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 40px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: left center;
}
.sidebar-menu ul li a:hover {
  color: #2755A4;
}
.sidebar-menu ul li a.active {
  color: #2755A4;
}
.sidebar-menu-dashboard {
  background-image: url(../images/dashboard.svg);
}
.sidebar-menu-dashboard:hover, .sidebar-menu-dashboard.active {
  color: #2755A4;
  background-image: url(../images/dashboard_blue.svg);
}
.sidebar-menu-product {
  background-image: url(../images/product.svg);
}
.sidebar-menu-product:hover, .sidebar-menu-product.active {
  color: #2755A4;
  background-image: url(../images/product_blue.svg);
}
.sidebar-menu-vendors {
  background-image: url(../images/vendors.svg);
}
.sidebar-menu-vendors:hover, .sidebar-menu-vendors.active {
  color: #2755A4;
  background-image: url(../images/vendors_blue.svg);
}
.sidebar-menu-customers {
  background-image: url(../images/customers.svg);
}
.sidebar-menu-customers:hover, .sidebar-menu-customers.active {
  color: #2755A4;
  background-image: url(../images/customers_blue.svg);
}
.sidebar-menu-locations {
  background-image: url(../images/locations.svg);
}
.sidebar-menu-locations:hover, .sidebar-menu-locations.active {
  color: #2755A4;
  background-image: url(../images/locations_blue.svg);
}
.sidebar-menu-sales {
  background-image: url(../images/sales.svg);
}
.sidebar-menu-sales:hover, .sidebar-menu-sales.active {
  color: #2755A4;
  background-image: url(../images/sales_blue.svg);
}
.sidebar-menu-purchase {
  background-image: url(../images/purchase.svg);
}
.sidebar-menu-purchase:hover, .sidebar-menu-purchase.active {
  color: #2755A4;
  background-image: url(../images/purchase_blue.svg);
}
.sidebar-menu-transfer {
  background-image: url(../images/transfer.svg);
}
.sidebar-menu-transfer:hover, .sidebar-menu-transfer.active {
  color: #2755A4;
  background-image: url(../images/transfer_blue.svg);
}
.sidebar-menu-reports {
  background-image: url(../images/reports.svg);
}
.sidebar-menu-reports:hover, .sidebar-menu-reports.active {
  color: #2755A4;
  background-image: url(../images/reports_blue.svg);
}
.sidebar-menu-settings {
  background-image: url(../images/settings.svg);
}
.sidebar-menu-settings:hover, .sidebar-menu-settings.active {
  color: #2755A4;
  background-image: url(../images/settings_blue.svg);
}
.sidebar-menu-offers {
  background-image: url(../images/offers.svg);
}
.sidebar-menu-offers:hover, .sidebar-menu-offers.active {
  color: #2755A4;
  background-image: url(../images/offers_blue.svg);
}
.sidebar-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: calc(50px/2);
}

@media only screen and (max-width: 880px) {
  .sidebar {
    display: none;
    width: 280px;
    background: #ffffff;
  }

  .sidebar .sidebar-logo img {
    width: 100%;
    max-width: 150px;
  }

  .loggedin-user-photo {
    margin-left: 1rem !important;
  }
}
.tab-nav {
  width: 100%;
  overflow: auto;
}
.tab-nav ul {
  display: flex;
  flex-wrap: nowrap;
}
.tab-nav ul li {
  display: inline-block;
}
.tab-nav ul li a {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #4D5370;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  opacity: 0.5;
  white-space: nowrap;
}
.tab-nav ul li a:hover, .tab-nav ul li a.active {
  font-size: 28px;
  color: #4D5370;
  opacity: 1;
}
.tab-nav ul li:first-child a {
  padding-left: 0;
}
.tab-nav ul li:last-child a {
  padding-right: 0;
}
.tab-inner-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-inner-nav ul li {
  display: inline-block;
}
.tab-inner-nav ul li a {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #4D5370;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.tab-inner-nav ul li a:hover, .tab-inner-nav ul li a.active {
  color: #2755A4;
  opacity: 1;
}
.tab-inner-nav ul li:first-child a {
  padding-left: 0;
}
.tab-inner-nav ul li:last-child a {
  padding-right: 0;
}
.tab-content {
  display: none;
  position: relative;
}
.tab-content-active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .tab-nav ul li a {
    font-size: 20px;
    padding: 0 10px;
  }
  .tab-nav ul li a:hover, .tab-nav ul li a.active {
    font-size: 20px;
  }
}
.pagination {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: justify-content;
  justify-content: justify-content;
  -moz-align-items: center;
  align-items: center;
  padding: 1rem;
}
.pagination-nav ul {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
.pagination-nav ul li {
  color: #4D5370;
  padding: 0 0.5rem;
}
.pagination-nav ul li a {
  color: #4D5370;
}
.pagination-nav ul li span {
  color: #2755A4;
  font-weight: 500;
}
.pagination-nav ul li:first-child {
  padding-left: 0;
}
.pagination-nav ul li:last-child {
  padding-right: 0;
}
.pagination-nav ul li.disabled span {
  color: #4D5370;
  opacity: 0.5;
}

.toasts {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
}
.toasts_top-padding {
  top: 50px;
}
.toasts .toast {
  display: block;
  position: relative;
  width: 400px;
  padding: 16px 28px;
  margin: 20px 16px;
  color: #ffffff;
  background: #ffffff;
  background: #4D5370;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
}
.toasts .toast-error {
  background: #AE3E3E;
}
.toasts .toast:hover, .toasts .toast:visited {
  text-decoration: none;
}
.toasts .toast:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
}
.toasts .toast-type-success:before {
  background: #35cc62;
}
.toasts .toast-type-error:before {
  background: #ed2b4f;
}
.toasts .toast-type-warning:before {
  background: #e3871f;
}
.toasts .toast-type-info:before {
  background: #2755A4;
}
.toasts .toast-title {
  font-size: 16px;
  font-weight: 500;
  color: #2e3a49;
  line-height: 1.4;
}
.toasts .toast-description {
  font-size: 14px;
  color: #768191;
  line-height: 1.25;
  margin-top: 8px;
}

.ui-datepicker {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #4D5370;
  background: #F6F8FB;
  border-color: #EBEFF5 !important;
  z-index: 4 !important;
}
.ui-datepicker-header {
  font-weight: 600 !important;
  color: inherit !important;
  background: transparent;
  border: none !important;
}
.ui-datepicker-calendar {
  background: transparent;
}
.ui-datepicker tr:hover {
  background: transparent;
}
.ui-datepicker th {
  font-size: 16px;
  color: #4D5370;
  font-weight: 500 !important;
  text-transform: none !important;
}
.ui-datepicker .ui-state-default {
  font-size: 16px;
  color: #4D5370;
  background: transparent;
  border: none !important;
}
.ui-datepicker .ui-state-default:hover {
  font-weight: 600 !important;
}
.ui-datepicker-today .ui-state-highlight {
  font-weight: 600;
  color: #2755A4;
}
.ui-datepicker-prev {
  top: 4px !important;
}
.ui-datepicker-prev:hover {
  top: 4px;
  left: 2px;
  background: transparent;
  border: none !important;
}
.ui-datepicker-prev .ui-icon {
  background: url(../images/prev.svg) center no-repeat;
}
.ui-datepicker-next {
  top: 4px !important;
}
.ui-datepicker-next:hover {
  top: 4px;
  right: 2px;
  background: transparent;
  border: none !important;
}
.ui-datepicker-next .ui-icon {
  background: url(../images/next.svg) center no-repeat;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background: #d7eff0;
  border-radius: 4px;
  position: relative;
}
.progress-bar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background: #37afb4;
}
.progress-bar-indicator {
  position: absolute;
  top: 0;
  left: 0;
}

.range-slider-bar {
  width: 100%;
  height: 4px;
  background: #d7eff0;
  border-radius: 4px;
  position: relative;
}
.range-slider-bar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background: #37afb4;
}
.range-slider-bar-indicator {
  position: absolute;
  top: 0;
  left: 0;
}

.accordian-row {
  padding: 0.5rem 0;
  border: 0px;
  border-bottom: 1px solid #d9dbe5;
}
.accordian-title {
  font-size: 16px;
  color: #4D5370;
  position: relative;
}
.accordian-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: #eeeeee url(../images/down-arrow.svg) center no-repeat;
  background-size: 50%;
  border: none;
  border-radius: 28px;
  transform: translate(0, -50%);
}
.accordian-title-full-arrow:after {
  right: 0 !important;
}
.accordian-title-active {
  position: relative;
}
.accordian-title-active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: #eeeeee url(../images/up-arrow.svg) center no-repeat;
  background-size: 50%;
  border: none;
  border-radius: 28px;
  transform: translate(0, -50%);
}
.accordian-content {
  display: none;
  margin: 0 -1rem;
}
.accordian-content-active {
  display: block;
}

.overlay {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.overlay.visible {
  opacity: 1;
  visibility: visible;
}
.overlay-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 86, 111, 0.9);
  opacity: 0.5;
}
.overlay-wrapper {
  width: 100%;
  max-width: 600px;
  padding: 50px;
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.overlay-wrapper-small {
  max-width: 500px;
  padding: 30px;
}
.overlay-waiting {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay-waiting-background {
  position: absolute;
}

@media only screen and (max-width: 880px) {
  .overlay-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
.search {
  position: relative;
}
.search .button-iconic-search {
  position: absolute;
  top: 13px;
  left: 1rem;
}
.search .button-iconic-search + input[type=text] {
  font-size: 16px;
  font-weight: 400;
  padding: 0 1rem 0 2rem;
  border-color: #ffffff;
}

.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row-head {
  font-size: 14px;
  font-weight: 600;
  color: #4D5370;
  text-transform: uppercase;
  background: #EBEFF5;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
}
.row-separator {
  border: 0px;
  border-bottom: 1px solid #EBEFF5;
}
.row-separator-dark {
  border: 0px;
  border-bottom: 1px solid #A9ABB4;
}
.row.row-link {
  transition: all 0.1s ease;
  position: relative;
  z-index: 0;
}
.row.row-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}
.row.row-link:hover {
  font-weight: 600;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
  z-index: 1;
}
.row.row-link:hover:after {
  left: calc(-1 * 50px);
  left: 0;
  width: calc(100% + 100px);
  width: 100%;
  border-radius: 6px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.border-right {
  border-right: 1px solid #EBEFF5;
}

.col.border-bottom {
  border-bottom: 1px solid #EBEFF5;
}

.col.d-flex {
  display: -moz-flex;
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.col.middle {
  align-items: center;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.relative {
  position: relative;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-1-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-1-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-2-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-2-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-3-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-3-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-4-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-4-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-5-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-5-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-6-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-6-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-7-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-7-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-8-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-8-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-9-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-9-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-10-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-10-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-11-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-11-hline-right {
  border-right: 1px solid #cccccc;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-12-hline-left {
  border-left: 1px solid #cccccc;
}

.col-xs-12-hline-right {
  border-right: 1px solid #cccccc;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-1-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-1-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-2-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-2-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-3-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-3-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-4-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-4-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-5-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-5-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-6-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-6-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-7-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-7-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-8-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-8-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-9-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-9-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-10-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-10-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-11-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-11-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-12-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-sm-12-hline-right {
    border-right: 1px solid #cccccc;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-1-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-1-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-2-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-2-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-3-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-3-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-4-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-4-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-5-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-5-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-6-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-6-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-7-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-7-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-8-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-8-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-9-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-9-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-10-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-10-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-11-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-11-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-12-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-md-12-hline-right {
    border-right: 1px solid #cccccc;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-1-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-1-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-2-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-2-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-3-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-3-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-4-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-4-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-5-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-5-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-6-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-6-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-7-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-7-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-8-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-8-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-9-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-9-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-10-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-10-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-11-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-11-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-12-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-lg-12-hline-right {
    border-right: 1px solid #cccccc;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-1-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-1-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-2-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-2-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-3-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-3-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-4-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-4-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-5-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-5-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-6-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-6-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-7-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-7-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-8-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-8-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-9-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-9-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-10-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-10-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-11-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-11-hline-right {
    border-right: 1px solid #cccccc;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-12-hline-left {
    border-left: 1px solid #cccccc;
  }

  .col-xl-12-hline-right {
    border-right: 1px solid #cccccc;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.odd-event .row:nth-child(even) {
  background: #4D5370;
}

.row-forward-arrow {
  position: relative;
}
.row-forward-arrow:before {
  font-family: jet-icons !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

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

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

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

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

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.col-xs-m-t-0 {
  margin-top: 0px !important;
}

.col-xs-p-t-0 {
  padding-top: 0px !important;
}

.col-xs-m-b-0 {
  margin-bottom: 0px !important;
}

.col-xs-p-b-0 {
  padding-bottom: 0px !important;
}

.col-xs-m-l-0 {
  margin-left: 0px !important;
}

.col-xs-p-l-0 {
  padding-left: 0px !important;
}

.col-xs-m-r-0 {
  margin-right: 0px !important;
}

.col-xs-p-r-0 {
  padding-right: 0px !important;
}

@media only screen and (min-width: 41rem) {
  .col-sm-m-t-0 {
    margin-top: 0px !important;
  }

  .col-sm-p-t-0 {
    padding-top: 0px !important;
  }

  .col-sm-m-b-0 {
    margin-bottom: 0px !important;
  }

  .col-sm-p-b-0 {
    padding-bottom: 0px !important;
  }

  .col-sm-m-l-0 {
    margin-left: 0px !important;
  }

  .col-sm-p-l-0 {
    padding-left: 0px !important;
  }

  .col-sm-m-r-0 {
    margin-right: 0px !important;
  }

  .col-sm-p-r-0 {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md-m-t-0 {
    margin-top: 0px !important;
  }

  .col-md-p-t-0 {
    padding-top: 0px !important;
  }

  .col-md-m-b-0 {
    margin-bottom: 0px !important;
  }

  .col-md-p-b-0 {
    padding-bottom: 0px !important;
  }

  .col-md-m-l-0 {
    margin-left: 0px !important;
  }

  .col-md-p-l-0 {
    padding-left: 0px !important;
  }

  .col-md-m-r-0 {
    margin-right: 0px !important;
  }

  .col-md-p-r-0 {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg-m-t-0 {
    margin-top: 0px !important;
  }

  .col-lg-p-t-0 {
    padding-top: 0px !important;
  }

  .col-lg-m-b-0 {
    margin-bottom: 0px !important;
  }

  .col-lg-p-b-0 {
    padding-bottom: 0px !important;
  }

  .col-lg-m-l-0 {
    margin-left: 0px !important;
  }

  .col-lg-p-l-0 {
    padding-left: 0px !important;
  }

  .col-lg-m-r-0 {
    margin-right: 0px !important;
  }

  .col-lg-p-r-0 {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl-m-t-0 {
    margin-top: 0px !important;
  }

  .col-xl-p-t-0 {
    padding-top: 0px !important;
  }

  .col-xl-m-b-0 {
    margin-bottom: 0px !important;
  }

  .col-xl-p-b-0 {
    padding-bottom: 0px !important;
  }

  .col-xl-m-l-0 {
    margin-left: 0px !important;
  }

  .col-xl-p-l-0 {
    padding-left: 0px !important;
  }

  .col-xl-m-r-0 {
    margin-right: 0px !important;
  }

  .col-xl-p-r-0 {
    padding-right: 0px !important;
  }
}
.m-auto {
  margin: 0 auto;
}

.fixed-w-50 {
  width: 100% !important;
  max-width: 50px !important;
}

.horizontal-scroll-content .fixed-w-50,
.horizontal-scroll-form-content .fixed-w-50 {
  width: 100% !important;
  max-width: 50px !important;
}

.fixed-w-65 {
  width: 100% !important;
  max-width: 65px !important;
}

.horizontal-scroll-content .fixed-w-65,
.horizontal-scroll-form-content .fixed-w-65 {
  width: 100% !important;
  max-width: 65px !important;
}

.fixed-w-100 {
  width: 100% !important;
  max-width: 100px !important;
}

.horizontal-scroll-content .fixed-w-100,
.horizontal-scroll-form-content .fixed-w-100 {
  width: 100% !important;
  max-width: 100px !important;
}

.fixed-w-150 {
  width: 100% !important;
  max-width: 150px !important;
}

.horizontal-scroll-content .fixed-w-150,
.horizontal-scroll-form-content .fixed-w-150 {
  width: 100% !important;
  max-width: 150px !important;
}

.fixed-w-200 {
  width: 100% !important;
  max-width: 200px !important;
}

.horizontal-scroll-content .fixed-w-200,
.horizontal-scroll-form-content .fixed-w-200 {
  width: 100% !important;
  max-width: 200px !important;
}

.fixed-w-250 {
  width: 100% !important;
  max-width: 250px !important;
}

.horizontal-scroll-content .fixed-w-250,
.horizontal-scroll-form-content .fixed-w-250 {
  width: 100% !important;
  max-width: 250px !important;
}

.fixed-w-300 {
  width: 100% !important;
  max-width: 300px !important;
}

.horizontal-scroll-content .fixed-w-300,
.horizontal-scroll-form-content .fixed-w-300 {
  width: 100% !important;
  max-width: 300px !important;
}

.fixed-w-350 {
  width: 100% !important;
  max-width: 350px !important;
}

.horizontal-scroll-content .fixed-w-350,
.horizontal-scroll-form-content .fixed-w-350 {
  width: 100% !important;
  max-width: 350px !important;
}

.fixed-w-400 {
  width: 100% !important;
  max-width: 400px !important;
}

.horizontal-scroll-content .fixed-w-400,
.horizontal-scroll-form-content .fixed-w-400 {
  width: 100% !important;
  max-width: 400px !important;
}

.fixed-w-450 {
  width: 100% !important;
  max-width: 450px !important;
}

.horizontal-scroll-content .fixed-w-450,
.horizontal-scroll-form-content .fixed-w-450 {
  width: 100% !important;
  max-width: 450px !important;
}

.fixed-w-500 {
  width: 100% !important;
  max-width: 500px !important;
}

.horizontal-scroll-content .fixed-w-500,
.horizontal-scroll-form-content .fixed-w-500 {
  width: 100% !important;
  max-width: 500px !important;
}

@media (max-width: 767px) {
  .fixed-w-50 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-65 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-100 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-150 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-200 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-250 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-300 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-350 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-400 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-450 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fixed-w-500 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.grid-container {
  display: grid;
  width: 100%;
}
.grid-container-columns-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.grid-container-columns-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.grid-container-columns-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.grid-container-columns-1-300 {
  grid-template-columns: 1fr 300px;
  grid-gap: 30px;
}
.grid-container .card {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4D5370;
  border: 1px solid transparent;
  border-radius: 15px;
  background: #ffffff;
  width: 100%;
}
.grid-container .card-flexible {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.grid-container .card.merge-2row {
  grid-row: span 2;
}
.grid-container .card.merge-3row {
  grid-row: span 3;
}
.grid-container .card.merge-2col {
  grid-column: span 2;
}
.grid-container .card.merge-3col {
  grid-column: span 3;
}
.grid-container .card-header {
  display: block;
  padding: 50px;
}
.grid-container .card-body {
  display: block;
  padding: 50px;
  width: 100%;
}
.grid-container .card-footer {
  display: block;
  padding: 50px 0;
  margin: 0 50px;
  border: 0px;
  border-top: 1px solid transparent;
}

@media only screen and (max-width: 65rem) {
  .grid-container {
    display: grid;
  }
  .grid-container-columns-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .grid-container-columns-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .grid-container-columns-4 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .grid-container-columns-1-300 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .grid-container .card {
    margin-bottom: 20px;
  }
  .grid-container .card.merge-2row {
    grid-row: span 1;
  }
  .grid-container .card.merge-3row {
    grid-row: span 1;
  }
  .grid-container .card.merge-2col {
    grid-column: span 1;
  }
  .grid-container .card.merge-3col {
    grid-column: span 1;
  }
  .grid-container .card-body {
    padding: 20px;
  }
}
table {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4D5370;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  border: none;
  border-collapse: collapse;
  background-color: #ffffff;
}
table tr:nth-child(even) {
  background: #f8fafc;
}
table tr:hover {
  cursor: pointer;
  background: #f2f5f9;
}
table th {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4D5370;
  text-transform: uppercase;
  text-align: left;
  padding: 10px;
}
table td {
  text-align: left;
  padding: 10px;
}

@media (max-width: 767px) {
  table {
    display: block;
    width: 100%;
  }
  table thead,
table tbody {
    display: block;
  }
  table thead {
    float: left;
  }
  table thead th {
    font-size: 14px;
    display: block;
    padding: 10px 0;
  }
  table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  table tbody tr {
    display: table-cell;
  }
  table tbody tr td {
    display: block;
  }
  table th,
table td {
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 160px;
    text-overflow: ellipsis;
  }
}
.dataTables_wrapper {
  position: relative;
}

.dataTables_filter {
  margin-bottom: 1rem;
}

.dataTables_processing {
  text-align: center;
  line-height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.dataTable {
  margin-bottom: 1rem;
  width: 100% !important;
  white-space: initial;
}

.dataTable thead {
  background: #EBEFF5;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
}

.dataTable thead tr th {
  font-size: 14px;
  font-weight: 600;
  color: #4D5370;
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.dataTable thead tr th.sorting:after {
  content: " ⇅";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -1px;
  margin-left: 10px;
  opacity: 0.25;
}

.dataTable thead tr th.sorting.sorting_desc:after,
.dataTable thead tr th.sorting.sorting_asc:after {
  opacity: 1;
}

.dataTable tbody tr td {
  padding: 1rem;
}

.dataTable tbody tr td:last-child {
  text-align: right;
  padding: 0 1rem;
}

.dataTable tbody tr td:last-child a {
  display: inline-block;
  vertical-align: middle;
}

.dataTable tbody tr td.dataTables_empty {
  padding: 1rem;
  text-align: center;
}

.dataTables_paginate a {
  color: #4D5370;
  margin: 0 0.5rem;
}

.dataTables_paginate a.current {
  color: #2755A4;
}

.dataTables_paginate a.paginate_button.previous {
  color: #4D5370;
  position: relative;
}

.dataTables_paginate a.paginate_button.previous:before {
  content: "← ";
}

.dataTables_paginate a.paginate_button.next:after {
  content: " →";
}

.per-w-5 {
  width: 5% !important;
}

.per-w-10 {
  width: 10% !important;
}

.per-w-15 {
  width: 15% !important;
}

.per-w-20 {
  width: 20% !important;
}

.per-w-25 {
  width: 25% !important;
}

.per-w-30 {
  width: 30% !important;
}

.per-w-35 {
  width: 35% !important;
}

.per-w-40 {
  width: 40% !important;
}

.per-w-45 {
  width: 45% !important;
}

.per-w-50 {
  width: 50% !important;
}

.per-w-55 {
  width: 55% !important;
}

.per-w-60 {
  width: 60% !important;
}

.per-w-65 {
  width: 65% !important;
}

.per-w-70 {
  width: 70% !important;
}

.per-w-75 {
  width: 75% !important;
}

.per-w-80 {
  width: 80% !important;
}

.per-w-85 {
  width: 85% !important;
}

.per-w-90 {
  width: 90% !important;
}

.per-w-95 {
  width: 95% !important;
}

.per-w-100 {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .dataTables_filter input[type=search] {
    max-width: 100%;
  }

  .dataTable {
    width: 100% !important;
  }

  .dataTable thead {
    float: none;
    width: 100%;
  }

  .dataTable thead tr {
    display: flex;
    width: 100% !important;
  }

  .dataTable thead tr th {
    padding: 1rem !important;
    width: 100% !important;
  }

  .dataTable thead tr th:last-child {
    display: none !important;
  }

  .dataTable tbody tr,
.dataTable tbody tr td {
    display: block;
    width: 100%;
    white-space: initial;
  }

  .dataTable tbody tr td {
    padding: 1rem !important;
    width: 100% !important;
  }

  .dataTable tbody tr td {
    padding-bottom: 0 !important;
  }

  .dataTable tbody tr td:last-child {
    padding-bottom: 1rem !important;
  }
}
.listing {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4D5370;
}
.listing li {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 5px;
}
.listing li:last-child {
  margin-bottom: 0;
}

.main-with-sidebar {
  padding-left: 200px;
}
.main-area-wrapper {
  padding-left: 0;
}
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(50px - 1rem) 30px 0;
}
.main-header-left {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.main-header-left .bd {
  font-size: 14px;
  margin-left: 30px;
}
.main-header-left .bd a {
  font-size: 14px;
  color: #4D5370;
}
.main-header-left .bd span {
  opacity: 0.5;
}
.main-header-right {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.main-wrapper {
  padding: 0 calc(30px - 1rem) 30px;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}

.hamburger {
  padding: 0;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 1rem;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #4D5370;
}

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #4D5370;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loggedin-user-wrapper {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.loggedin-user-photo {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin-left: 30px;
}
.loggedin-user-photo img {
  border-radius: 24px;
}
.loggedin-user .button-iconic-down-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-image: url(../images/dropdown-arrow.svg);
  background-color: #7B7F91;
  background-size: 8px;
  border: 0 solid #A9ABB4;
  border-radius: 18px;
}
.loggedin-user .dropdown {
  margin-top: 30px/10;
}
.loggedin-user .dropdown-option {
  top: 100%;
}

.user-photo {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 200px;
}
.user-photo img {
  border-radius: 200px;
}

.notification {
  margin-right: 20px;
}
.notification img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 1920px) {
  .horizontal-scroll-wrapper,
.horizontal-scroll-form-wrapper {
    width: 100%;
    overflow: auto;
  }

  .horizontal-scroll-content {
    min-width: 1580px;
  }

  .horizontal-scroll-form-content {
    min-width: 936px;
  }
}
@media only screen and (max-width: 1920px) and (max-width: 1024px) {
  .responsive-full .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main-header-left {
    display: block;
    width: 100%;
  }
  .main-header-left .bd {
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .main-header-right {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 880px) {
  .main-with-sidebar {
    padding-left: 0;
  }
  .main-header {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-header-left {
    display: block;
    width: 100%;
  }
  .main-header-left .bd {
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .main-header-right {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
  .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger {
    display: inline-block;
  }
}
.authentication-area {
  padding: 0;
  height: 100vh;
}
.authentication-area-wrapper {
  padding: 0;
  margin: 0;
  height: 100%;
}
.authentication-area-wrapper .logo {
  height: 58px;
}
.authentication-area-content {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.authentication-area-content > div[class^=col]:last-child {
  background-color: #f6f8fb;
  background-image: url(../images/authentication_img.jpg);
  background-size: cover !important;
  background-position: center !important;
}
.authentication-area-overlay {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.authentication-area-overlay-wrapper {
  width: 100%;
  max-width: 480px;
  padding: 30px;
  background: #ffffff;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.landing img {
  height: 50vh;
  width: inherit;
  max-width: auto;
}

.products .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.products .row .col a {
  color: #4D5370;
}
.products .row-head {
  position: relative;
  z-index: 0;
}
.products .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.products .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.products .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.products .row-link:hover .col .dropdown-option-item a {
  color: #4D5370;
  font-weight: 500;
}
.products .row-link:hover .col .dropdown-option-item a:hover {
  color: #2755A4;
}
.products .row-link:hover .col .dropdown-option-item:hover a {
  color: #2755A4;
}
.products .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.products .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.products .filter-category span {
  font-weight: 400;
}
.products .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.products .filter-brand span {
  font-weight: 400;
}

.categories .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.categories .row .col a {
  color: #4D5370;
}
.categories .row-head {
  position: relative;
  z-index: 0;
}
.categories .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.categories .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.categories .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.categories .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.categories .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.categories .filter-category span {
  font-weight: 400;
}
.categories .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.categories .filter-brand span {
  font-weight: 400;
}

.brands .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.brands .row .col a {
  color: #4D5370;
}
.brands .row-head {
  position: relative;
  z-index: 0;
}
.brands .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.brands .row-link .col .img-thumb {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  height: 28px;
  border: 0px solid #A9ABB4;
  border-radius: 5px;
}
.brands .row-link .col .img-thumb img {
  width: auto;
  height: auto;
  max-width: auto;
  max-height: 26px;
}
.brands .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.brands .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.brands .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.brands .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.brands .filter-category span {
  font-weight: 400;
}
.brands .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.brands .filter-brand span {
  font-weight: 400;
}

.vendors .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.vendors .row .col a {
  color: #4D5370;
}
.vendors .row-head {
  position: relative;
  z-index: 0;
}
.vendors .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.vendors .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.vendors .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.vendors .row-link:hover .dropdown-option-item a {
  color: #4D5370;
  font-weight: 500;
}
.vendors .row-link:hover .dropdown-option-item a:hover {
  color: #2755A4;
}
.vendors .row-link:hover .dropdown-option-item:hover a {
  color: #2755A4;
}
.vendors .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.vendors .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.vendors .filter-category span {
  font-weight: 400;
}
.vendors .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.vendors .filter-brand span {
  font-weight: 400;
}

.vendor-details .img-thumb {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 300px;
  height: 300px;
  border: 1px solid #A9ABB4;
  border-radius: 15px;
  overflow: hidden;
}
.vendor-details .img-thumb img {
  width: auto;
  height: auto;
  max-width: 298px;
  max-height: 298px;
}
.vendor-details .row .col .dropdown-option-item a {
  color: #4D5370;
  font-weight: 500;
}
.vendor-details .row .col .dropdown-option-item a:hover {
  color: #2755A4;
}
.vendor-details .row .col .dropdown-option-item:hover a {
  color: #2755A4;
}
.customers .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.customers .row .col a {
  color: #4D5370;
}
.customers .row-head {
  position: relative;
  z-index: 0;
}
.customers .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.customers .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.customers .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.customers .row-link:hover .dropdown-option-item a {
  color: #4D5370;
  font-weight: 500;
}
.customers .row-link:hover .dropdown-option-item a:hover {
  color: #2755A4;
}
.customers .row-link:hover .dropdown-option-item:hover a {
  color: #2755A4;
}
.customers .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.customers .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.customers .filter-category span {
  font-weight: 400;
}
.customers .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.customers .filter-brand span {
  font-weight: 400;
}

.customer-details .row .col .dropdown-option-item a {
  color: #4D5370;
  font-weight: 500;
}
.customer-details .row .col .dropdown-option-item a:hover {
  color: #2755A4;
}
.customer-details .row .col .dropdown-option-item:hover a {
  color: #2755A4;
}
.locations .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.locations .row .col a {
  color: #4D5370;
}
.locations .row-head {
  position: relative;
  z-index: 0;
}
.locations .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.locations .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.locations .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.locations .row-link:hover .dropdown-option-item a {
  color: #4D5370;
  font-weight: 500;
}
.locations .row-link:hover .dropdown-option-item a:hover {
  color: #2755A4;
}
.locations .row-link:hover .dropdown-option-item:hover a {
  color: #2755A4;
}
.locations .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.locations .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.locations .filter-category span {
  font-weight: 400;
}
.locations .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.locations .filter-brand span {
  font-weight: 400;
}

.location-details .iframe-wrapper {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 300px;
  height: 300px;
  border: 1px solid #A9ABB4;
  border-radius: 15px;
}
.location-details .iframe-wrapper iframe {
  width: 298px;
  height: 298px;
  border-radius: 15px;
}
.location-details .img-thumb {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 300px;
  height: 300px;
  border: 1px solid #A9ABB4;
  border-radius: 15px;
}
.location-details .img-thumb img {
  width: auto;
  height: auto;
  max-width: 298px;
  max-height: 298px;
}
.location-stock .grid-container .card-body {
  padding: 0 calc(30px - 1rem) calc(30px - 1rem);
}
.location-stock .tab-inner-nav {
  padding: 50px calc(52px - 1rem) 30px;
}
.location-stock .row .col a {
  color: #4D5370;
}
.location-stock .row-head {
  position: relative;
  z-index: 0;
}
.location-stock .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.location-stock .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.location-stock .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.location-stock .row-link:hover .col span {
  color: #7C8097;
  display: block;
}
.location-stock .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.location-stock .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.location-stock .filter-category span {
  font-weight: 400;
}
.location-stock .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.location-stock .filter-brand span {
  font-weight: 400;
}
.location-new .img-thumb {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: 1px solid #A9ABB4;
  border-radius: 15px;
}
.location-new .img-thumb img {
  width: auto;
  height: auto;
  max-width: 198px;
  max-height: 198px;
}

.purchase .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.purchase .row .col a {
  color: #4D5370;
}
.purchase .row-head {
  position: relative;
  z-index: 0;
}
.purchase .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.purchase .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.purchase .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.purchase .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.purchase .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.purchase .filter-category span {
  font-weight: 400;
}
.purchase .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.purchase .filter-brand span {
  font-weight: 400;
}

.purchase-orders .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.purchase-orders .row .col a {
  color: #4D5370;
}
.purchase-orders .row-head {
  position: relative;
  z-index: 0;
}
.purchase-orders .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.purchase-orders .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.purchase-orders .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.purchase-orders .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.purchase-orders .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.purchase-orders .filter-category span {
  font-weight: 400;
}
.purchase-orders .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.purchase-orders .filter-brand span {
  font-weight: 400;
}

.sale .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.sale .row .col a {
  color: #4D5370;
}
.sale .row-head {
  position: relative;
  z-index: 0;
}
.sale .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.sale .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.sale .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.sale .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.sale .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.sale .filter-category span {
  font-weight: 400;
}
.sale .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.sale .filter-brand span {
  font-weight: 400;
}

.sale-orders .grid-container .card-body {
  padding: calc(30px - 1rem);
}
.sale-orders .row .col a {
  color: #4D5370;
}
.sale-orders .row-head {
  position: relative;
  z-index: 0;
}
.sale-orders .row-head:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #EBEFF5;
  z-index: -1;
}
.sale-orders .row-link:hover:after {
  left: calc(-1 * 10px);
  width: calc(100% + 20px);
}
.sale-orders .row-link:hover .col a {
  color: #2755A4;
  font-weight: 600;
}
.sale-orders .filter {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.sale-orders .filter-category {
  font-weight: 600;
  margin-right: 30px;
}
.sale-orders .filter-category span {
  font-weight: 400;
}
.sale-orders .filter-brand {
  font-weight: 600;
  margin-right: 30px;
}
.sale-orders .filter-brand span {
  font-weight: 400;
}

.error-page {
  height: calc(100vh - 82px);
}
.error-404 img {
  max-height: 50vh;
}
.error-405 img {
  max-height: 50vh;
}
.error-419 img {
  max-height: 50vh;
}
.error-500 img {
  max-height: 50vh;
}
.error-255 img {
  max-height: 50vh;
}

@media print {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-with-sidebar {
    padding-left: 0 !important;
  }
  .main-header {
    display: none !important;
  }
  .main-footer {
    display: none !important;
  }

  .sidebar {
    display: none !important;
  }

  .grid-container .card-body {
    padding: 0 !important;
  }
}
