/* Minification failed. Returning unminified contents.
(3925,38): run-time error CSS1030: Expected identifier, found '['
(3925,43): run-time error CSS1031: Expected selector, found '='
(3925,43): run-time error CSS1025: Expected comma or open brace, found '='
 */
/*! jQuery UI - v1.11.1 - 2014-09-02
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("/Content/Images/JQuery-UI/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background-color: #024638;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("/Content/Images/JQuery-UI/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("/Content/Images/JQuery-UI/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("/Content/Images/JQuery-UI/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("/Content/Images/JQuery-UI/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("/Content/Images/JQuery-UI/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/Content/Images/JQuery-UI/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Content/Images/JQuery-UI/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/Content/Images/JQuery-UI/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/Content/Images/JQuery-UI/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/Content/Images/JQuery-UI/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/Content/Images/JQuery-UI/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Content/Images/JQuery-UI/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("/Content/Images/JQuery-UI/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("/Content/Images/JQuery-UI/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

/* invalid input */
.bvalidator_invalid {
	background-color: #FFFFAE !important;
}
/* error message */
.bvalidator_errmsg {
	background-color: #333;
	font-size: 14px;
	border: 1px solid #999;
	color: #FFF;
	display: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family:'DM Sans', Arial, Arial, Helvetica, sans-serif;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	filter: alpha(opacity=90);
    z-index:999;
}
/* close icon */
.bvalidator_errmsg .bvalidator_close_icon {
	margin-left: 5px;
	margin-top: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F96;
	cursor: pointer
}
/* arrow */
.bvalidator_errmsg em {
	display: block;
	border-color: #333 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -9px;
	left: 5px
}

/* html5reset.css - 01/11/2011 */

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,
article, aside, canvas, details, figcaption, figure, 
 header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    /*background: transparent;*/
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background: url("/Content/images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("/Content/images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("/Content/images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("/Content/images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("/Content/images/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/Content/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/Content/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/Content/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/Content/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/Content/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/Content/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 28px;
	height: 28px;
	left: -14px;
	top: -6px;
}
.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin  {
	right: -15px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
.noUi-vertical.noUi-extended {
	padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin  {
	bottom: -15px;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #024638;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #024638;
	cursor: default;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

#tblDetail {
    width: 100%;
}

    #tblDetail thead td {
        background-color: #636363;
        color: white;
        padding: 3px;
        vertical-align: middle;
        text-align: center;
    }

    #tblDetail td {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    #tblDetail tbody tr {
        border-bottom: 1px solid #C0C0C0;
    }

        #tblDetail tbody tr td {
            vertical-align: middle;
        }

    #tblDetail .selectize-control {
        min-width: 300px;
        height: 36px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: left;
        width: 97%;
    }

    #tblDetail input[name="export-column"], #tblDetail input[name="delimiter"], #tblDetail input[name="staticvalue"] {
        text-align: left;
        padding: 5px;
        border: 1px solid #C0C0C0;
        height: 36px;
        border-radius: 4px;
        width: 100%;
    }

    #tblDetail input[name="delimiter"], #tblDetail input[name="staticvalue"] {
        margin-left: 10px;
        width: 90px;
        text-align: center;
    }

    #tblDetail tbody > tr:first-of-type .delete-icon {
        display: none;
    }

.position-icons {
    padding-right: 10px;
}

    .position-icons > img {
        transform: rotate(90deg);
        margin-left: 15px;
        height: 20px;
        cursor: pointer;
        border: 1px dotted transparent;
    }

    .position-icons img:hover {
        border: 1px dotted #C0C0C0;
    }

.delete-icon img {
    height: 16px;
    cursor: pointer;
    margin-right: 10px;
    border: 1px dotted transparent;
}

    .delete-icon img:hover {
        border: 1px dotted #C0C0C0;
    }

/* latin-ext */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/Content/Fonts/OpenSans-LatinExt.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/Content/Fonts/OpenSans-Latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext BOLD */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/Content/Fonts/OpenSans-LatinExt.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin BOLD*/
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/Content/Fonts/OpenSans-Latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext ITALIC */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/Content/Fonts/OpenSans-LatinExt-Italic.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin ITALIC */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/Content/Fonts/OpenSans-Latin-Italic.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/**
 * selectize.css (v0.13.5)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>  
 */

.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging{overflow:visible}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,.06) !important;border:0 none !important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-control .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-control .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.selectize-control .dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 6px;border-left:1px solid #d0d0d0;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:6px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;position:relative;z-index:1;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:calc(
      8px - 2px - 0px
    ) 8px calc(
      8px - 2px - 3px -
        0px
    )}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0px solid #d0d0d0}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;color:#303030;border:0px solid #cacaca}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0px solid #fff}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 0px !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{padding:5px 8px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown-emptyoptionlabel{text-align:center}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 rgba(0,0,0,0) #d0d0d0 rgba(0,0,0,0);animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) gray rgba(0,0,0,0)}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url('/Content/Fonts/DMSans_1.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url('/Content/Fonts/DMSans_2.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('/Content/Fonts/DMSans_3.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('/Content/Fonts/DMSans_4.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'DM Sans', sans-serif;
    background-image: url('/Content/Images/signin-background-grey.png');
    background-position: bottom right;
    background-size: contain;
    background-attachment: fixed;
	background-repeat: no-repeat;
}
a {
	color:#78be21;
}
 
dialog {
}

.dialog-maxsize {
    width: 100%;
    height: 100%;
    text-align: center;
}

dialog::backdrop {
    background: rgba(0,0,0,0.4);
}

#wrapper {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

img {
}

* {
    box-sizing: border-box;
}

legend, fieldset {
    font-family: Consolas,'Courier New',Tahoma,'DM Sans',sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}

p {
    font-size: 14px;
    line-height: 1.3em;
}

li {
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
}

select {
    border-radius: 3px;
}


a {
    text-decoration: none;
}


#header-top-container {
    height: 50px;
    line-height: 50px;
    background-color: rgb(242,242,242);
    padding-left: 50px;
    padding-right: 50px;
    border-bottom-color: rgb(230,230,230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#sales-line {
    position: relative;
    float: left;
    font-size: 14px;
}

    #sales-line p {
        display: inline;
    }

    #sales-line img {
        display: inline;
        vertical-align: middle;
        margin-right: 10px;
    }

#customer-service-links-container {
    float: right;
}

#customer-service-links li {
    display: inline;
    font-size: 13px;
    color: rgb(102,102,102);
    margin-right: 15px;
}

#customer-service-links a {
    color: rgb(102,102,102);
    text-decoration: underline;
}

#header-bottom-container {
    padding-top: 30px;
    height: 140px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom-color: rgb(230,230,230);
    border-bottom-style: solid;
    border-bottom-width: 0px;
}

#header-logo {
    float: left;
}

    #header-logo img {
        height: 86px;
    }

    #header-logo a, #header-logo h1 {
        float: left;
    }

    #header-logo h1 {
        margin-top: 29px;
        margin-left: 10px;
    }

#float-container {
    float: right
}

#search-container {
    float: right;
    height: 40px;
    margin-right: 0px;
    position: relative;
}

#search-box {
    height: 40px;
    width: 230px;
    padding-left: 10px;
    float: left;
    box-sizing: border-box;
    border: 2px solid #636363;
    border-right: 0px;
}

#search-button {
    height: 40px;
    width: 44px;
    float: left;
    background-image: url('/Content/Images/search-icon.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px;
    cursor: pointer;
    border: 2px solid #636363;
    border-left: 0px;
}

#shopping-cart-container {
    display: inline;
    position: relative;
    float: right;
    width: 273px;
    height: 40px;
    padding: 0 0 0 0px;
    line-height: 34px;
    background-color: #636363;
    margin-right: 0px;
    background-image: url('/Content/Images/chevron-icon-down.png');
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
}

    #shopping-cart-container img {
        display: inline;
        vertical-align: middle;
    }

    #shopping-cart-container p {
        display: inline;
        vertical-align: middle;
        margin-left: 10px;
        color: white;
    }

.btn-chevron {
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
}

#quick-buy-container {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    color: #024638;
    text-align: center;
    margin-right: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    cursor: pointer;
}

    #quick-buy-container p {
        line-height: 38px;
        font-weight: bold;
        font-size: 16px;
    }

#shopping-cart-container p {
    line-height: 38px;
    font-size: 16px;
}

.megamenu-container {
    position: absolute;
    width: 980px;
    left: 0px;
    top: 14px;
    z-index: 100;
}

#megamenu-cat-col2 ul li:hover {
    background-color: rgb(255,255,255);
    color: #024638;
}

#megamenu-feedback-col1 {
    float: left;
    width: 190px;
    display: none;
    background-color: rgb(76,76,76);
    border-top: 3px solid rgb(76,76,76);
    border-bottom: 3px solid rgb(76,76,76);
}



#megamenu-cat-col1 {
    float: left;
    width: 330px;
    height: 440px;
    display: none;
    background-color: rgb(76,76,76);
    border-top: 3px solid rgb(76,76,76);
    border-bottom: 3px solid rgb(76,76,76);
}

#megamenu-brand-col1 li {
    color: white;
    list-style: none;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    padding-left: 20px;
}

    #megamenu-brand-col1 li a {
        font-family: inherit;
        color: inherit;
        text-decoration: none;
    }

#megamenu-feedback-col1 li {
    color: white;
    list-style: none;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    padding-left: 20px;
}

    #megamenu-feedback-col1 li a {
        font-family: inherit;
        color: inherit;
        text-decoration: none;
    }

#megamenu-cat-col1 li {
    color: white;
    list-style: none;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    background-image: url('/Content/Images/chevron-white-icon.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 4px 8px;
}

#megamenu-member-col1 {
    float: left;
    min-width: 220px;
    height:auto;
    display: none;
    background-color: rgb(76,76,76);
    border-top: 3px solid rgb(76,76,76);
    border-bottom: 3px solid rgb(76,76,76);
    padding-bottom:10px;
}

#megamenu-member-col1 li {
    list-style: none;
    height: 40px;
    padding-left: 20px;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 4px 8px;
}

    #megamenu-member-col1 li a {
        color: white;
        list-style: none;
        line-height: 32px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 12px;
    }

#megamenu-cat-col2 {
    float: left;
    display: none;
    width: 630px;
    height: 440px;
    background-color: white;
    padding-left: 30px;
    padding-top: 20px;
    border-top: 3px solid rgb(76,76,76);
    border-bottom: 3px solid rgb(76,76,76);
}

    #megamenu-cat-col2 h3 {
        color: #024638;
        font-size: 16px;
        margin-bottom: 10px;
        margin-bottom: 20px;
    }

.megamenu-cat-col2-ul-container, .megamenu-brand-col2-ul-container, .megamenu-feedback-col2-ul-container {
    float: left
}

#megamenu-cat-col2 li {
    color: rgb(76,76,76);
    list-style: none;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.megamenu-bestsellers-container {
    float: right;
    padding-left: 30px;
    padding-right: 60px;
    border-left: 1px solid rgb(230,230,230);
}

.megamenu-bestsellers {
    margin-bottom: 30px;
}

.megamenu-bestsellers-header-title {
    font-weight: bold;
    font-size: 18px;
    color: #024638;
    margin-bottom: 20px;
}

.megamenu-bestsellers-title {
    font-weight: bold;
    font-size: 16px;
    color: #024638;
}

.megamenu-bestsellers-price {
    font-size: 14px;
    color: rgb(76,76,76);
}

.megamenu-bestsellers-image {
    max-height: 100px;
    margin-bottom: 10px;
}

    .megamenu-bestsellers-image img {
        max-height: 100px;
        width: auto;
    }

#navigation-positioning-wrapper {
    position: relative;
}

#navigation-container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    left: 0;
    right: 0;
    height: 60px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    background-color: #024638;
}

    #navigation-container ul {
        width: 100%;
        list-style: none;
        display: table;
        text-align: center;
    }

    #navigation-container li {
        height: 60px;
        min-width: 66px;
        margin-left: 10px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        position: relative;
        position: relative;
    }

    #navigation-container a {
        text-align: center;
    }

    #navigation-container a {
        color: white;
        font-size: 12px;
        text-decoration: none;
    }

.nav-chevron {
    position: absolute;
    line-height: 35px;
    margin-left: 10px;
    z-index: 100;
}
#member-menu-init .nav-chevron {
    margin-left: 22px;
}

#navigation-container a:hover {
    text-decoration: underline;
}

#hero-image {
    position: relative;
    z-index: -100;
}

    #hero-image img {
        width: 100%;
    }

#hero-image-text {
    position: absolute;
    top: 30%;
    left: 10%;
}

#hero-image-text-headline {
    font-size: 42px;
    font-weight: bold;
    color: white;
}

#hero-image-text-subline {
    font-size: 42px;
    color: white;
    margin-bottom: 20px;
}

#hero-image-btn {
    display: block;
    height: 40px;
    background-color: #024638;
    font-weight: bold;
    margin-bottom: 10px;
    width: 40%;
    font-size: 13px;
    color: white;
    line-height: 40px;
    text-align: center;
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #78be21;
    background-image: url('/Content/Images/chevron-white-icon.png');
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
}

.main-content-section {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 50px;
    color: rgb(83,83,83);
}


.main-content-section-reg {
    margin-left: 50px;
    margin-right: 50px;
    color: rgb(83,83,83);
}

.main-content-section-category {
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 50px;
    padding-top: 30px;
    color: rgb(83,83,83);
}

#promo-section {
    padding-top: 50px;
    padding-left: 49px;
    padding-right: 49px;
    padding-bottom: 50px;
    background-color: rgb(242,242,242);
    border-bottom-color: rgb(230,230,230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.promo-box {
    position: relative;
    width: 300px;
    height: 180px;
    float: left;
}

#sale-badge {
    position: absolute;
    right: -10px;
    top: 20px;
}

.promo-box + .promo-box {
    margin-left: 30px
}

.promo-caption {
    position: absolute;
    bottom: -0px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-style: solid;
    border-top-color: white;
    border-top-width: 1px;
}

    .promo-caption p {
        float: left;
        line-height: 50px;
        font-size: 16px;
        color: white;
    }

.promo-chevron {
    position: absolute;
    right: 10px;
    top: 40%;
}

.red {
    background-color: #024638;
}

.red-font {
    color: #78be21;
}

.blue {
    background-color: #024638;
}

.blue-font {
    color: #024638;
}

.blue-font-bold {
    font-weight: bold;
    color: #024638;
}

.grey {
    background-color: rgb(83,83,83);
}

.grey-font {
    color: rgb(83,83,83);
}

.light-grey-font {
    color: rgb(165,165,165);
}

.yellow {
    background-color: rgb(253,221,12);
}

.yellow-font {
    color: rgb(253,221,12);
}

.green-font {
    color: rgb(94,168,92);
}

.sub-title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.section-title {
    font-weight: bold;
    color: #024638;
    float: left;
    font-size: 32px;
    margin-bottom: 20px;
}

.red-sub-title {
    display: block;
    font-weight: bold;
    line-height: 28px;
    color: #024638;
    margin-bottom: 20px;
}

.yellow-btn {
    display: block;
    height: 30px;
    width: 140px;
    background-color: rgb(253, 221, 12);
    color: rgb(83,83,83);
    text-align: center;
    line-height: 30px;
    float: right;
    font-weight: bold;
    font-size: 13px;
    padding-left: 10px;
    background-image: url('/Content/Images/pencil-icon.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
    border-bottom-color: rgb(104,94,21);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    cursor: pointer;
}

.red-btn {
    display: block;
    height: 30px;
    background-color: #024638;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    color: white;
    line-height: 30px;
    text-align: center;
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #00335f;
    cursor: pointer;
}
.red-btn:hover {
    opacity:0.8;
}
.large-red-btn {
    display: block;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #024638;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    color: white;
    line-height: 50px;
    text-align: center;
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #00335f;
    cursor: pointer;
}

    .large-red-btn:hover {
        opacity: 0.8;
    }

.large-grey-btn {
    display: block;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgb(180,180,180);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    color: white;
    line-height: 50px;
    text-align: center;
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(140,140,140);
    cursor: pointer;
}

    .large-grey-btn:hover {
        opacity: 0.8;
    }

.grey-btn {
    display: inline-block;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(220,220,220);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    color: rgb(83,83,83);
    text-align: center;
    border: 2px solid rgb(220,220,220);
    border-bottom-color: rgb(204,204,204) !important;
    cursor: pointer;
}

    .grey-btn:hover {
        opacity: 0.8;
    }

.blue-btn {
    display: block;
    height: 30px;
    background-color: #024638;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    color: white;
    line-height: 30px;
    text-align: center;
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #024638;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-bottom {
    margin-bottom: 40px;
}

.margin-top {
    margin-top: 40px;
}

.margin-right {
    margin-right: 40px;
}

#best-selling-section {
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
}


.view-more-link {
    font-size: 13px;
    color: rgb(103,103,103);
    float: right;
    text-decoration: none;
}

#best-sellers-slider {
    position: relative;
    margin-top: 15px;
    height: 383px;
    width: 100%;
}

.best-seller-slides-product {
    width: 180px;
    padding: 20px;
    float: left;
    margin-left: 45px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(204,204,204);
}

    .best-seller-slides-product .grey-btn {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .best-seller-slides-product img {
        width: 100%;
    }

.product-title {
    font-weight: bold;
    font-size: 16px;
    color: #024638;
    margin-bottom: 10px;
}

.product-price {
    font-size: 16px;
    color: rgb(103,103,103);
    margin-bottom: 10px;
}

.best-seller-slides-product a {
    text-decoration: none;
}

.compare-product-btn {
    height: 40px;
    background-color: rgb(220,220,220);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    color: rgb(83,83,83);
    line-height: 40px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(204,204,204);
}

.star-rating {
    height: 40px;
    width: 100%;
}

.wishlist-btn {
    height: 30px;
    background-color: rgb(220,220,220);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    color: rgb(83,83,83);
    line-height: 30px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(204,204,204);
}


.slidesjs-previous {
    position: absolute;
    top: calc(50% - 30px);
    height: 30px;
    width: 30px;
    font-size: 0;
    background-image: url("/Content/Images/previous-slide-icon.jpg");
    z-index: 100;
}

.slidesjs-next {
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    height: 30px;
    width: 30px;
    font-size: 0;
    background-image: url("/Content/Images/next-slide-icon.jpg");
    z-index: 100;
}


#shop-by-brand-section {
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 100px;
}

#brand-slider {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

.brand-slide {
    table-layout: fixed;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.brand-logo {
    float: left;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.brand-slide img {
    max-height: 50px;
    width: auto;
}

#call-to-action-section {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
}

#delivery-panel {
    margin-bottom: 30px;
    position: relative;
}

#delivery-badge {
    position: absolute;
    top: -10px;
    right: 30px;
}

#panel-image {
    float: left;
    width: 340px;
    height: 100px;
    background-color: rgb(83,83,83);
    background-image: url('/Content/Images/van.png');
}

#panel-content {
    float: left;
    width: 620px;
    height: 100px;
    padding: 10px 10px 10px 30px;
    color: white;
    background-color: rgb(83,83,83);
}

    #panel-content h2 {
        margin-bottom: 10px;
    }

    #panel-content a {
        color: white;
        font-size: 14px;
    }

    #panel-content p {
        font-size: 13px;
    }

.call-to-action {
    float: left;
    width: 300px;
    height: 250px;
    padding: 20px;
    color: white;
    position: relative;
}

    .call-to-action a {
        text-decoration: none;
        width: 170px;
    }

    .call-to-action + .call-to-action {
        margin-left: 30px;
    }

    .call-to-action p {
        font-size: 14px;
        line-height: 1.4em;
    }

.call-to-action-btn {
    position: absolute;
    font-weight: bold;
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    margin-top: 10px;
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(204,204,204);
    bottom: 22px;
}

    .call-to-action-btn p {
        font-weight: bold;
        line-height: 40px;
    }

.call-to-action h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.call-to-action-chevron {
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
}

#footer {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: rgb(83,83,83);
}

#ebay-cta {
    background-image: url('/Content/Images/ebay-overlay.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#about-us-cta {
    background-image: url('/Content/Images/about-us-overlay.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#cat-cta {
    background-image: url('/Content/Images/catalogue-overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-promo {
    float: left;
    width: 220px;
    height: 50px;
    padding: 10px;
    color: white;
    background-color: rgb(63,63,63);
}

    .footer-promo a {
        text-decoration: none;
        color: white;
    }

    .footer-promo + .footer-promo {
        margin-left: 26px;
    }

    .footer-promo img {
        float: left;
        display: inline;
        vertical-align: middle;
        margin-right: 10px;
    }

    .footer-promo h3 {
        font-weight: bold;
        font-size: 16px;
    }

    .footer-promo p {
    }

.footer-columns {
    float: left;
    color: white;
    font-size: 14px;
    margin-top: 50px;
    width: 320px;
}

    .footer-columns a {
        text-decoration: none;
        color: white;
    }

    .footer-columns li {
        margin-bottom: 10px;
        list-style: none;
    }

    .footer-columns h3 {
        color: white;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
    }

#copyright {
    margin-top: 50px;
    float: left;
    color: white;
}

#social-links {
    float: right;
    margin-top: 50px;
}

    #social-links img {
        float: left;
        margin-right: 10px;
    }





/* Shop by category */


#sort-by-dropdown {
    float: right;
}

#sort-by-text {
    float: right;
    margin-right: 10px;
    line-height: 30px;
    font-weight: bold;
}

#sort-by-dropdown {
    height: 30px;
    width: 150px;
    padding-left: 10px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.horizontal-rule {
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom-color: rgb(230,230,230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.product-container {
    width: 210px;
    height: 210px;
    float: left;
    border-color: rgb(230,230,230);
    border-style: solid;
    border-width: 2px;
    position: relative;
}

    .product-container + .product-container {
        margin-left: 40px;
    }

.product-image {
    display: block;
    max-height: 140px;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.product-container-caption {
    width: 100%;
    background-color: #024638;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
}

    .product-container-caption p {
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

.product-container-list a, .product-container-grid a {
    text-decoration: none;
}

.row {
    margin-bottom: 40px;
}



/* category grid view */

#view-selector-container {
    float: right;
    font-size: 0px;
}

input[value=grid]:not(old) + label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url("/Content/Images/grid-view-icon.jpg");
    background-repeat: no-repeat;
    line-height: 40px;
}



input[value=grid]:not(old):checked + label {
    background: url("/Content/Images/grid-view-icon-active.jpg");
    background-repeat: no-repeat;
}


input[value=list]:not(old) + label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url("/Content/Images/list-view-icon.jpg");
    background-repeat: no-repeat;
    line-height: 40px;
}



input[value=list]:not(old):checked + label {
    background: url("/Content/Images/list-view-icon-active.jpg");
    background-repeat: no-repeat;
}


input#list-view {
    display: none;
}

input#grid-view {
    display: none;
}

#product-view-controls {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    #product-view-controls h2 {
        float: left;
        margin-right: 30px;
        line-height: 20px;
    }

#items-per-page-dropdown {
    float: right;
    height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: 50px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%
}

#items-total {
    float: left;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    color: #024638;
    margin-right: 30px;
}

#product-grid {
    padding-top: 10px;
    float: left;
}

.product-container-grid {
    float: left;
    padding: 20px;
    width: 220px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    font-size: 0px;
}

    .product-container-grid .grey-btn {
        width: 85px;
        padding: 0px;
    }

        .product-container-grid .grey-btn + .product-container-grid .grey-btn {
            margin-right: 5px;
        }

    .product-container-grid + .product-container-grid {
        margin-left: 30px;
    }


/*Search Filter Column */

#price {
    color: rgb(10,54,123);
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
}

#slider-3 {
    margin-left: 10px;
    margin-right: 10px;
}

#search-filters {
    width: 200px;
    float: left;
    margin-top: 16px;
    padding-top: 16px;
}

    #search-filters form p {
        font-weight: bold;
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    #search-filters li {
        list-style: none;
        padding-left: 10px;
        color: rgb(83,83,83);
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #search-filters a {
        text-decoration: none;
    }

    #search-filters h3 {
        color: #024638;
        margin-bottom: 30px;
        font-weight: bold;
    }

#price-range {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#value-upper {
    width: 60px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
}

#value-lower {
    width: 60px;
    padding: 10px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
}


#search-filters h4 {
    color: white;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 13px;
    background-color: #636363;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-style: solid;
    border-top-color: rgb(204,204,204);
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204,204,204);
    border-bottom-width: 1px;
}

.back-link {
    font-weight: bold;
    font-size: 13px;
    color: rgb(165,165,165);
    text-decoration: none;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
    border-bottom-style: solid;
    border-bottom-color: rgb(204,204,204);
    border-bottom-width: 1px;
}

#search-filters #compare-products-header {
    font-weight: bold;
}

/* Request Catalogue Panel */

#request-catalogue-panel {
    margin-top: 40px;
    padding: 20px;
    background-color: #024638;
    background-image: url("/Content/Images/Sample/free-catalogue-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

    #request-catalogue-panel h3 {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 16px;
        color: white;
    }

    #request-catalogue-panel p {
        color: white;
        font-family: 'DM Sans', sans-serif, Arial !important;
        font-size: 14px;
    }

    #request-catalogue-panel a p {
        color: #024638;
        font-family: "Titilium-Bold" !important;
        font-size: 14px;
    }

.request-catalogue-btn {
    height: 40px;
    margin-top: 20px;
    position: relative;
    background-color: white;
    font-size: 13px;
    line-height: 40px;
    padding-left: 10px;
}

    .request-catalogue-btn p {
        line-height: 40px;
    }


/* Product list view */

.column {
    margin-bottom: 40px;
    display: inline-table;
}

#product-view-controls button, #section-header-no-underline button {
    display: block;
    height: 30px;
    width: 180px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #636363;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 12px;
    color: white;
    text-align: center;
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #A0A0A0;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

#product-view-controls .select-btn, #section-header-no-underline .select-btn {
    background-color: #024638;
    border-bottom: 2px solid #01396D;
    float: right !important;
    margin-right: 0px !important;
}

.product-container-list {
    padding: 10px 30px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    background-color: #F0FAF0;
    display: inline-block;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .product-container-list:has(input[type='checkbox']:checked) {
        background-color: #F0FAF0;
    }

    .product-container-list .grey-btn {
        width: 80px;
        padding: 0;
    }

    .product-container-list input[type='checkbox'] {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 5px;
        bottom: 5px
    }

#pagination-previous {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 50px;
    background-image: url("/Content/Images/previous-slide-icon.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

#pagination-next {
    float: right;
    height: 30px;
    width: 30px;
    background-image: url("/Content/Images/next-slide-icon.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

#pagination-pages {
    display: block;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pagination-page-number {
    display: block;
    line-height: 30px;
    color: rgb(83,83,83);
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
}

.pagination-page-number-active {
    display: inline-block;
    line-height: 30px;
    color: white;
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-color: #024638;
    text-align: center;
}

.product-image-container img {
    height: 60px;
    margin-left: auto;
    margin-right: 10px;
    border: 1px dotted #C0C0C0;
}

.product-image-container {
    float: left;
}


.product-details-container {
    float: left;
}

.product-btn-container {
    float: right;
    width: 120px;
    text-align: right;
    font-size: 0px;
}

.product-select-checkbox input[type='checkbox'] {
    display: inline-block;
}

/* Brand hero image */
#brand-hero-image {
    position: relative;
    margin-bottom: 30px;
}

#brand-hero-caption {
    position: absolute;
    bottom: 50px;
    left: 20px;
    width: 480px;
    padding: 15px;
    font-size: 15px;
    color: rgb(60,60,60);
    background-color: rgba(255,255,255,0.8);
    line-height: 1.4em;
}

#brand-hero-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 225px;
}

    #brand-hero-logo img {
        height: 100%;
        width: auto;
    }


/* register */

#breadcrumbs {
    min-height: 60px;
    background-color: rgb(243,243,243);
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
    font-size: 14px;
}

.breadcrumb {
    display: inline-block;
    font-style: italic;
}

#section-header {
    padding-top: 30px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204,204,204);
    display:block;
}

#section-header-register {
    padding-top: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204,204,204);
}

.register-icon {
    float: left;
    margin-right: 10px;
}

#register-steps {
    float: right;
}

#column-left-480, .column-left-480 {
    width: 480px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 80px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(204,204,204);
    float: left;
}

#column-left-480-noborder, .column-left-480-noborder {
    width: 480px;
    padding-right: 30px;
    padding-top: 30px;
    float: left;
}

.instructions {
    margin-bottom: 30px;
}

.register-form {
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
    background-color: rgb(242,242,242);
    border-color: rgb(230,230,230);
    border-style: solid;
    border-width: 1px;
}

.field-title {
    float: left;
    width: 30%;
    font-weight: bold;
    line-height: 40px;
}

.field {
    height: 40px;
    width: 70%;
    margin-bottom: 20px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
}

.field-postcode {
    height: 40px;
    width: 60px;
    margin-bottom: 20px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
}

.form-btn-postcode {
    display: block;
    height: 40px;
    background-color: rgb(154,154,154);
    font-weight: bold;
    margin-bottom: 30px;
    width: 30%;
    font-size: 13px;
    color: white;
    line-height: 40px;
    text-align: center;
    border: 0px;
}

.text-field-postcode {
    width: 70%;
    height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 10px;
    color: rgb(155,155,155);
    float: left;
}

.register-submit-btn {
    -webkit-appearance: none;
    float: right;
    height: 50px;
    font-size: 18px;
    color: white;
    background-color: #024638;
    border-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #78be21;
}

    .register-submit-btn:hover {
        opacity: 0.9;
    }

#column-right-480, .column-right-480 {
    width: 480px;
    padding-left: 30px;
    padding-top: 30px;
    float: left;
}

#bottom-row {
    padding-top: 30px;
    padding-bottom: 60px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(204,204,204);
}

    #bottom-row h2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }

.why-caswells-list-bottom {
    list-style: none;
    float: left;
    width: 480px;
}

.why-caswells-list-item-bottom {
    width: 480px;
    margin-bottom: 40px;
}

.why-caswells-icon-bottom {
    width: 50px;
    margin-right: 20px;
    float: left;
}

.why-caswells-text-bottom {
    float: left;
    padding-right: 30px;
    width: 85%;
    font-size: 14px;
}


#why-casewells-container h2 {
    margin-bottom: 20px;
}


/* register customer and trade*/

#column-left-560 {
    width: 560px;
    float: left;
    padding-top: 30px;
    padding-right: 60px;
    margin-bottom: 60px;
}

#column-right-400 {
    width: 400px;
    float: left;
    padding-top: 30px;
    margin-bottom: 60px;
}

.why-caswells-list-right {
    list-style: none;
    padding: 20px;
    background-color: rgb(242,242,242);
    border-color: rgb(230,230,230);
    border-style: solid;
    border-width: 1px;
}

.why-caswells-list-item-right {
    margin-bottom: 40px;
}

.why-caswells-icon-right {
    float: left;
    width: 50px;
    margin-right: 20px;
}

.why-caswells-text-right {
    float: left;
    width: 280px;
    font-size: 14px;
}

.why-caswells-list-right {
    margin-bottom: 30px;
}

.why-casewells-section-title {
    font-weight: bold;
    color: #024638;
    margin-bottom: 20px;
    font-size: 20px;
}

.one-hundred-percent {
    width: 100%;
}


#column-left-660 {
    width: 660px;
    float: left;
    padding-right: 0px;
}

#column-right-300 {
    width: 300px;
    float: left;
    padding-top: 30px;
}

#section-header-no-underline {
    padding-top: 30px;
    padding-bottom: 10px;
}

.product-tab-description {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
}

    .product-tab-description h4 {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .product-tab-description ul {
        list-style: none;
        margin-bottom: 20px;
    }

    .product-tab-description li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 14px;
    }

#image-frame {
    width: 500px;
    height: auto;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
}

#image {
    float: left;
    width: 498px; /* -2 from image fram width to allow border to be seen */
    height: auto;
}

    #image img {
        width: 100%;
        height: auto;
    }

.thumb {
    height: 80px;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
}

#product-tabs-container {
    margin-top: 40px;
    margin-right: 60px;
}


#product-tabs {
    list-style: none;
}

.product-tab {
    height: 60px;
    width: 200px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-weight: bold;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: rgb(204,204,204);
}

    .product-tab a {
        text-decoration: none;
        color: rgb(83,83,83);
        display: block;
    }

.active {
    color: white;
    background-color: #024638;
}

    .active a {
        color: white;
    }

#customer-comments-section {
    margin-top: 40px;
    margin-right: 60px;
}

.customer-rating-container {
    margin-bottom: 20px;
}

.customer-comments-star-rating {
    float: left;
}

.customer-recomendation {
    float: right;
    font-weight: bold;
    font-size: 14px;
}

.customer-comments-container {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .customer-comments-container img {
        display: inline-block;
        margin-right: 10px;
    }

    .customer-comments-container h3 {
        font-weight: bold;
        color: #024638;
        margin-top: 20px;
        font-size: 18px;
    }

.customer-comment-vote-container {
    margin-top: 40px
}

    .customer-comment-vote-container p {
        display: inline-block;
        margin-right: 20px;
        color: rgb(204,204,204);
    }

.view-all-comments {
    margin-top: 40px;
    margin-left: 20px;
}

    .view-all-comments p, .view-all-comments img {
        display: inline-block;
        margin-right: 10px;
        color: rgb(204,204,204);
        text-decoration: underline;
    }

#buying-panel {
    position: relative;
    padding: 20px;
    padding-top: 80px;
    margin-bottom: 40px;
    background-color: rgb(242,242,242);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
}

    #buying-panel .red-btn {
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        margin-bottom: 0px;
    }

    #buying-panel h3 {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 22px;
    }

    #buying-panel h4 {
        font-weight: bold;
        margin-bottom: 30px;
        font-size: 16px;
    }


    #buying-panel select {
        height: 40px;
        width: 100%;
        padding-left: 10px;
        font-weight: bold;
        font-size: 16px;
        color: rgb(83,83,83);
        background-image: url("/Content/Images/select-arrows.png");
        background-repeat: no-repeat;
        background-position: 97% 50%;
        margin-bottom: 30px;
    }

#up, #down {
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 5px;
    background-color: #024638;
    color: white;
    font-size: 16px;
}

#qty {
    height: 30px;
    width: 40px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
}

#counter-container {
    float: right;
    margin-bottom: 20px;
    white-space: nowrap;
}



#function-panel {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    margin-bottom: 30px;
}

    #function-panel a {
        color: rgb(83,83,83);
    }

.function-btn {
    display: inline-block;
    width: 32%;
    text-align: center;
}

    .function-btn img {
        margin: 0 auto;
        margin-bottom: 20px;
    }

#share-panel {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    margin-bottom: 30px;
}

    #share-panel h3 {
        font-size: 16px;
        font-weight: bold;
        color: #024638;
        margin-bottom: 10px;
    }

.share-btn {
    display: block;
    float: left;
    width: 16.67%;
}

.recomended-product {
    padding: 10px;
    padding-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
}

.recomended-product-image {
    width: 33%;
    float: left;
}

    .recomended-product-image img {
        width: 100px;
    }

.recomended-product-text {
    width: 66%;
    float: left;
    margin-bottom: 10px;
}

    .recomended-product-text h4 {
        margin-bottom: 10px;
        color: #024638;
        font-weight: bold;
    }

#product-rating {
    height: 82px;
}

    #product-rating p {
        font-weight: bold;
        color: rgb(165,165,165);
        font-size: 16px;
    }

.recomended-product-star-rating {
    margin-bottom: 10px;
}


/* compare products */

#item-qty {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: rgb(165,165,165);
}

#compare-products-table {
    margin-top: 40px;
}

.compare-field-title {
    width: 250px;
    font-weight: bold;
    color: rgb(165,165,165);
    font-size: 16px;
    vertical-align: top;
    padding-bottom: 20px;
    padding-left: 20px;
}

.compare-field-product-1 {
    width: 355px;
    padding-bottom: 20px;
    padding-right: 40px;
}

    .compare-field-product-1 img {
        max-width: 140px;
    }

.compare-field-product-2 {
    width: 355px;
    padding-bottom: 20px;
    padding-right: 40px;
}

    .compare-field-product-1 a, .compare-field-product-2 a {
        display: inline-block;
        width: 180px;
    }

.compare-product-title p {
    color: #024638;
    font-weight: bold;
    font-size: 16px;
}

.compare-sku p, .compare-price p {
    font-weight: bold;
    font-size: 16px;
}


/* register 1*/

.password-reminder {
    float: left;
    color: rgb(83,83,83);
    text-decoration: underline;
}

.floated-image {
    float: left;
    margin-right: 20px;
    overflow: auto
}

.floated-text {
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: bold;
    color: #024638;
}

#register-or-guest-checkout-radiobtn {
    margin-top: 40px;
}

label.float-left {
    margin-right: 20px;
}

/* register 1*/

#left-column-200 {
    width: 200px;
    float: left;
    border-right-color: rgb(230,230,230);
    border-right-style: solid;
    border-right-width: 1px;
}

#right-column-460 {
    width: 460px;
    float: left;
    padding-left: 40px;
}
#right-column-660 {
    width: 660px;
    float: left;
    padding-left: 40px;
}

#right-column-760 {
    width: 760px;
    float: left;
    padding-left: 40px;
}

#right-column-760-no-padding {
    width: 760px;
    float: left;
}




.checkout-review-section {
    margin-top: 50px;
}

#register-or-guest-checkout-radiobtn p {
    padding-left: 20px;
    font-weight: bold;
}

#stage-list li {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    list-style: none;
    font-size: 14px;
    border-bottom-color: rgb(230,230,230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#stage-list a:hover {
    text-decoration: underline;
}

.stage-list-active {
    color: #024638;
}

.stage-list-inactive {
    color: #636363;
}

.checkout-form {
    margin-bottom: 50px;
}

    .checkout-form label {
        float: left;
    }


.radio-btn {
    margin-right: 20px;
}

label > p {
    float: left
}

#field-list {
    height: 40px;
    width: 70%;
    padding-left: 10px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    margin-bottom: 20px;
}

#field-list-date {
    height: 40px;
    width: 20%;
    padding-left: 10px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    margin-bottom: 20px;
}

.field-title-above {
    font-weight: bold;
    line-height: 40px;
}

.field-below {
    height: 40px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 40px;
}

.field-cvi {
    height: 40px;
    width: 20%;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    line-height: 40px;
}

#checkout-list-below {
    height: 40px;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    margin-bottom: 30px;
}

#left-column-760 input[type=checkbox] {
    margin-bottom: 20px;
    margin-right: 20px;
}

#left-column-760 input[type=radio] {
    margin-right: 20px;
}

#checkout-review-details-table td, #checkout-review-details-table tr {
    height: 40px;
}

.checkout-review-table-header {
    height: 40px;
}

.checkout-review-table-group {
    border-width: 0px !important;
}

    .checkout-review-table-group td {
        font-weight: bold;
        background-color: rgba(66,66,66,0.6);
        color: white;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

#checkout-review-product-table .code-cell {
    max-width: 300px;
}

.checkout-review-details-table-title {
    width: 160px;
    font-weight: bold;
}

.checkout-review-details-table-details {
    width: 140px;
}

#checkout-review-product-table {
    width: 100%;
    margin-bottom: 20px;
}

    #checkout-review-product-table tr:nth-child(even) {
        background-color: rgba(200,200,255,0.2);
    }

    #checkout-review-product-table td {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        font-size: 14px;
    }

tr.checkout-review-table-header {
    color: white;
    background-color: #024638;
    font-weight: bold;
}

.checkout-review-table-quantity #counter-container {
    float: left;
}

#checkout-review-product-table tr {
    border-color: rgb(230,230,230);
    border-style: solid;
    border-width: 1px;
}

#checkout-review-product-table a {
    border: 1px solid #E0E0E0;
    padding: 3px;
    display: inline-block;
    margin-bottom: 2px;
}

    #checkout-review-product-table a:hover {
        text-decoration: underline;
    }

.checkout-review-table-image {
    width: 100px;
    text-align: center;
}

    .checkout-review-table-image img {
        max-height: 30px;
        height: auto;
    }

.checkout-review-table-product {
    width: 180px;
}

.checkout-review-table-product-detail {
    font-size: 12px;
}

.checkout-review-table-product a {
    margin-top: 20px;
}


/* Account details*/

.account-details-section {
    margin-bottom: 50px;
}

    .account-details-section .sub-title {
        font-size: 18px;
    }

.account-details-section-380px {
    margin-bottom: 40px;
    width: 350px;
    float: left;
    padding-right: 40px;
}

    .account-details-section-380px a {
        text-decoration: underline;
        font-size: 14px;
    }

#orders-per-page-dropdown {
    float: right;
    height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%
}

#my-order-table {
    width: 100%;
}

.header-row td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: white;
    background-color: #024638;
    font-weight: bold;
    font-size: 14px;
}

.content-row td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom-color: rgb(230,230,230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 14px;
}

#my-order-table-id {
    width: 90px;
}

#email-wishlist {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    background-color: rgb(242,242,242);
}

    #email-wishlist img {
        float: left;
        margin-right: 20px;
    }

    #email-wishlist p {
        line-height: 22px;
    }

.order-details-section-380px {
    margin-bottom: 40px;
    width: 340px;
    float: left;
}

    .order-details-section-380px + .order-details-section-380px {
        margin-left: 40px;
    }

.order-details-section-header {
    background-color: #024638;
    padding: 10px;
    color: white;
}

.order-details-section-content {
    padding: 20px;
    border-width: 0px 1px 1px 1px;
    border-color: rgb(204,204,204);
    border-style: solid;
}

#order-details-invoice-table {
    float: right;
    font-size: 22px;
    font-weight: bold;
}

.order-details-invoice-title {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
}

.order-details-invoice-amount {
    padding-top: 10px;
    padding-bottom: 10px;
}

#shopping-cart-product-table {
    width: 100%;
}

.cart-details-section {
    margin-bottom: 40px;
    width: 400px;
}

    .cart-details-section a {
        height: 40px;
        line-height: 40px;
        display: block;
        padding-right: 0;
    }

#cart-shipping-dropdown {
    height: 40px;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

#discount-code-field {
    float: left;
    display: block;
    height: 40px;
    width: 230px;
    padding-left: 10px;
    box-sizing: border-box;
}

.card-payment-info {
    width: 460px;
    padding: 20px;
    float: left;
    margin-top: 40px;
    margin-bottom: 20px;
    border: solid 1px rgb(204,204,204);
}

    .card-payment-info + .card-payment-info {
        margin-left: 40px;
    }

    .card-payment-info h4 {
        font-weight: bold;
        color: #024638;
        margin-bottom: 10px;
    }

    .card-payment-info p {
        margin-bottom: 20px;
    }


/* generic cms  */

#left-column-760 {
    width: 760px;
    float: left;
    border-right-color: rgb(230,230,230);
    border-right-style: solid;
    border-right-width: 1px;
}

#right-column-200 {
    width: 200px;
    margin-top: 20px;
    float: left;
}

#left-column-760 p {
    margin-bottom: 20px;
    padding-right: 40px;
    font-size: 14px;
}

.right-column-section {
    margin-bottom: 30px;
    padding-left: 20px;
}

    .right-column-section .sub-title {
        width: 100%;
    }

.right-column-section-sales {
    margin-bottom: 30px;
    background-color: rgb(83,83,83);
    color: white;
    padding: 20px;
}

    .right-column-section-sales img {
        margin-right: 10px;
    }

#call-now {
    font-size: 16px;
    margin-bottom: 20px;
}

#request-catalogue-right {
    list-style: none;
    padding: 20px;
    background-color: rgb(242,242,242);
    border-color: rgb(230,230,230);
    border-style: solid;
    border-width: 1px;
}

    #request-catalogue-right img {
        width: 100%;
        margin-bottom: 20px;
    }

#quick-order-flyout-container {
    position: relative;
}

#quick-order-flyout {
    padding: 20px;
    height: 400px;
    position: absolute;
    top: 60px;
    right: 200px;
    width: 300px;
    z-index: 100;
    background-color: white;
    border: 2px solid rgb(75,75,75);
    text-align: left;
    display: none;
}

    #quick-order-flyout h3 {
        font-weight: bold;
        color: #024638;
        margin-bottom: 20px;
    }

    #quick-order-flyout h4 {
        font-weight: bold;
        color: #024638;
        line-height: 1.3em
    }


    #quick-order-flyout p {
        color: rgb(75,75,75);
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }

#flyout-arrow {
    position: absolute;
    top: -20px;
    left: 70%;
    color: rgb(75,75,75);
    font-size: 14px;
    line-height: 1.3em;
}

#quick-order-flyout-table h4 {
    color: rgb(75,75,75);
    margin-bottom: 10px;
}

#add-row {
    float: left;
    color: rgb(75,75,75);
    cursor: pointer;
}

#quick-order-flyout-table input {
    height: 30px
}

#quick-order-flyout-table {
    margin-bottom: 20px;
}

    #quick-order-flyout-table .code {
        width: 160px;
        margin-right: 16px;
        margin-bottom: 10px;
    }

    #quick-order-flyout-table .quantity {
        width: 80px;
        margin-bottom: 10px;
    }

#quick-order-flyout .red-btn {
    float: right;
    width: 100px;
}

#request-catalogue-right img {
    width: 100%;
    margin-bottom: 20px;
}


#cart-flyout-container {
    position: relative;
}

#cart-flyout {
    padding: 20px;
    position: absolute;
    top: 60px;
    right: 50px;
    width: 200px;
    z-index: 100;
    background-color: white;
    border: 2px solid rgb(10,54,123);
    text-align: left;
    display: none;
}

    #cart-flyout .grey-btn {
        width: 100%;
    }

    #cart-flyout h3 {
        font-weight: bold;
        color: rgb(10,54,123);
        margin-bottom: 10px;
    }

    #cart-flyout h4 {
        font-weight: bold;
        color: rgb(10,54,123);
        line-height: 1.3em
    }


    #cart-flyout p {
        color: rgb(75,75,75);
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }

#cart-arrow {
    position: absolute;
    top: -20px;
    left: 70%;
    color: rgb(75,75,75);
    font-size: 14px;
    line-height: 1.3em;
}

.cart-flyout-image {
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

    .cart-flyout-image img {
        width: 100%;
    }

.cart-flyout-details {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    font-size: 14px;
}

.cart-flyout-item {
    border-top: 1px solid rgb(204,204,204);
}

.brand-filter-checkbox {
    float: left
}

.no-wrap {
    display: block;
    width: 150px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

#pages-container {
    display: inline-block;
}

#quick-order-flyout-table .quantity {
    text-align: center;
}

#search-filters {
    border-right: 1px solid #C0C0C0;
    background-color: rgba(200,200,200,0.3);
    padding-right: 10px;
    padding-left: 10px;
}

    #search-filters h4 {
        margin-top: 0px !important;
    }

    #search-filters ul {
        margin-bottom: 20px;
    }

.checkbox-filter {
    margin-bottom: 10px;
}

    .checkbox-filter label {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: url("/Content/Images/checkbox-unticked.jpg");
        cursor: pointer;
    }

    .checkbox-filter input[type="checkbox"] {
        clip: rect(0 0 0 0);
        display: block;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .checkbox-filter input[type="checkbox"] + label {
            background-repeat: no-repeat;
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            height: 2em;
            line-height: 14px;
            margin: 0;
            padding-left: 2.125em;
            padding-top: 3px;
            vertical-align: middle;
            width: 100%;
        }

        .checkbox-filter input[type="checkbox"]:checked + label {
            background-image: url("/Content/Images/checkbox-ticked.jpg");
        }

.clear {
    clear: both;
}

.print-only {
    display: none;
}

.bold {
    font-weight: bold;
}

h1 {
    font-weight: bold;
    color: #636363;
    font-size: 32px;
    margin-bottom: 20px;
}

h2 {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

h4 {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

p {
}

.megamenu-cat-col2-ul-container {
    width: 350px;
    height: 400px;
    overflow: auto;
}

.megamenu-bestsellers-container {
    width: 216px;
}

#megamenu-cat-col1 li, #megamenu-member-col1 li {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

#megamenu-brand-col1 {
    overflow: auto;
}

#best-sellers-slider, #brand-slider {
    overflow: hidden;
}

.product-container-grid {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

    .product-container-grid .productImage {
        min-height: 180px;
    }

#search-filters li a {
    list-style: none;
    color: rgb(83,83,83);
    text-decoration: none;
}

#megamenu-cat-col2, #megamenu-brand-col2, #megamenu-feedback-col2 {
    border-right: 3px solid rgb(76,76,76);
}

.spanModuleCount {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
}

.pSelectQuantity {
    display: inline;
    line-height: 30px;
}

li {
}

.product-details-container li {
    font-size: 12px;
    line-height: 1.3em;
    list-style-type: none;
}

#view-selector-container label, #frmCategories label, .register-form-customer label {
    cursor: pointer;
}

.product-container-grid .star-rating {
    height: 50px;
}

#megamenu-cat-col2 li a, #megamenu-brand-col2 li a, #megamenu-feedback-col2 li a {
    color: rgb(76,76,76);
    font-weight: Bold;
}

#frmCategories #price {
    border: 0;
    margin-bottom: 20px;
}

.sort-by-text {
    float: right;
    margin-right: 10px;
    line-height: 30px;
    font-weight: bold;
}

#search-filters a {
    line-height: normal;
}

#search-filters p {
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

#pagination-pages > div {
    cursor: pointer;
}

.pagination-page-number-active {
    font-weight: bold;
}

.productFilterActive {
    border: 2px solid #04488E;
}

.disabledAddToCart {
    display: block;
    height: 30px;
    background-color: rgb(200,200,200);
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    color: white;
    line-height: 30px;
    text-align: center;
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(180,180,180);
    cursor: pointer;
}

#buying-panel .disabledAddToCart, #buying-panel .red-btn {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin-bottom: 0px;
}

#buying-panel #divActualPrice {
    display: none;
}

#add-row {
    margin-top: 7px;
}

#quick-order-flyout {
    height: auto !important;
}

#quick-order-flyout-table {
    margin-bottom: 0px !important;
}

    #quick-order-flyout-table > tfoot > tr > td {
        padding-top: 8px;
    }

        #quick-order-flyout-table > tfoot > tr > td .red-btn {
            margin-bottom: 0px !important;
        }

.quickOrderCodeFailure {
    background-color: #FEECEC;
}

.tblVariants {
    width: 100%;
}

    .tblVariants thead td {
        font-weight: bold;
        border-bottom: 1px solid #C0C0C0;
    }

    .tblVariants td {
        padding: 6px 2px 6px 5px;
        border-left: 1px solid #C0C0C0;
        font-size: 13px;
        vertical-align: middle;
    }

        .tblVariants td:first-child {
            border-left: 0px solid #C0C0C0;
            padding-left: 3px;
        }

        .tblVariants td:last-child {
            vertical-align: middle;
        }

.iconBasket {
    cursor: pointer;
}

    .iconBasket:hover {
        opacity: 0.6;
    }

#divAddedToBasket {
    border: 2px solid rgb(75,75,75);
    background-color: white;
    position: absolute;
    width: 173px;
    height: 30px;
    padding: 4px 0px 0px 6px;
    display: none;
}

    #divAddedToBasket > img {
        top: -12px;
        left: 7px;
        width: 10px;
        position: absolute;
    }

#order-details-invoice-table {
    margin-bottom: 20px;
}

.checkout-review-table-product p span {
    font-weight: bold;
}

#divHelpInfo {
    line-height: 35px;
    margin-left: 20px;
}

.iconRemove {
    cursor: pointer;
}

.btnModify {
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 5px;
    background-color: #024638;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.txtQty {
    height: 30px;
    width: 36px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    text-align: center;
    padding-left: 0px !important;
}

#checkout-review-product-table #counter-container {
    margin-bottom: 0px !important;
}

.field-postcode {
    width: 120px !important;
}

.section-checkout label {
    float: left;
    cursor: pointer;
}

.section-checkout p {
    font-weight: normal;
}

#checkout-review-details-table td, #checkout-review-details-table tr {
    height: 30px !important;
}

.section-checkout .grey-btn {
    line-height: normal;
}

.selectDisabled {
    background-color: #EBEBE4;
}

.section-checkout select, .section-checkout input {
    border: 1px solid #888888;
}

#stage-list > li {
    cursor: default;
}

#stage-list .stageSelectable {
    cursor: pointer;
}

.section-checkout .large-red-btn {
    line-height: normal;
}

.section-checkout .btnContinue {
    line-height: 50px;
}

#imgCardsSupported {
    height: 50px;
}

.PaymentError p {
    color: red;
    display: none;
    margin-top: 6px;
}

.section-payment .field, .section-payment .field-cvi {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}

.section-payment .field-title {
    line-height: normal !important;
    margin-top: 30px;
}

.field-list {
    height: 40px;
    width: 70%;
    padding-left: 10px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    margin-bottom: 20px;
}

.field-list-date {
    height: 40px;
    width: 20%;
    padding-left: 10px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    margin-top: 20px;
}

#divPaymentFooter {
    margin-top: 20px;
}

    #divPaymentFooter #imgWaiting {
        width: 40px;
        float: right;
        display: none;
    }

.PaymentError .field-title {
    line-height: normal !important;
    margin-top: 0px !important;
}

.FieldError {
    background-color: #FFF1F1;
}

.ButtonDisabled {
    background-color: #C0C0C0;
    border-bottom: 2px solid #A0A0A0;
    pointer-events: none;
    cursor: default;
}

.register-form-customer a {
    text-decoration: underline;
    color: rgb(83,83,83);
}

.register-submit-btn {
    cursor: pointer;
}

#RegisterTermsError, #RegisterPasswordError, #SumError {
    display: none;
}

.product-gallery .imgMain, .productImage > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.thumb {
    height: auto !important;
}

.product-container-grid .productImage {
    margin-bottom: 0px;
}

.product-container-grid .productTitle {
    height: 86px;
    overflow: visible;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
}

#product-grid .productImage > img {
    width: 180px;
}

.noImage {
    width: 180px;
    height: 180px;
    border: 1px dashed #C0C0C0;
    background-color: #F0F0F0;
}

.noImageSmall {
    width: 140px;
    height: 140px;
    border: 1px dashed #C0C0C0;
    background-color: #F0F0F0;
}

#divEdit {
    display: none;
}

#breadcrumbs {
    border-bottom: 1px solid rgb(220, 220, 220);
}

.ui-slider-handle {
    cursor: pointer !important;
}

#ItemInBasket {
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    display: none;
    font-size: 16px;
}

.register-submit-margin-top {
    margin-top: 60px;
}

.upper {
    text-transform: uppercase;
}

.requiredHeader {
    margin-top: 5px;
}

.register-submit-btn-disabled {
    -webkit-appearance: none;
    float: right;
    height: 50px;
    font-size: 18px;
    color: white;
    background-color: rgb(200,200,200);
    border-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(180,180,180);
}

#stage-list li a {
    font-weight: bold;
}

.account-details-section {
    margin-bottom: 30px !important;
}

.btnFavourite {
    cursor: pointer;
}

.btnCompare {
    cursor: pointer;
}

.btnCategorySelected {
    background-color: #024638;
    color: white;
    border-bottom-color: #04488E;
}

.add-favourite-error {
    display: none;
    color: red;
}

    .add-favourite-error a {
        color: red;
        text-decoration: underline;
    }

.fadeElement {
    opacity: 0.3;
}

#btnEmptyBasket {
    border: 0px;
    border-bottom: 2px solid rgb(204,204,204);
}

.best-seller-slides-product > p {
    height: 36px;
}

.brand-slide img {
    margin-bottom: 5px;
}

#slider-3 {
    margin-right: 15px;
}

.thumbs-container {
    float: left;
    height: 500px;
    width: 104px;
    margin-left: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.thumbSmall {
    width: 160px;
}

#compare-products-table .btnFavourite {
    width: 180px;
    cursor: pointer;
}

.compare-field-product {
    padding-bottom: 20px;
    padding-right: 40px;
}

    .compare-field-product img {
        max-width: 140px;
    }

.compare-field-product {
    width: 355px;
    padding-bottom: 20px;
    padding-right: 40px;
}

    .compare-field-product a {
        display: inline-block;
        width: 180px;
    }

.compare-sku p {
    font-size: 14px;
}

.btnDeleteIcon {
    cursor: pointer;
}

.visit-comparison-message {
    display: none;
    color: #024638;
}

    .visit-comparison-message a {
        text-decoration: underline;
    }

.brandMenuLogo {
    max-height: 50px;
    margin-bottom: 20px;
}

.megamenu-brand-col2-ul-container, .megamenu-feedback-col2-ul-container {
    width: 350px;
}

.pageNavigate {
}

.pdf-icon {
    height: 22px;
}

.pdf-item {
    margin: 5px;
}

    .pdf-item a {
        color: #024638;
    }

    .pdf-item img {
        margin-right: 7px;
    }

#my-order-table thead tr td:first-child {
    width: 90px;
}

.dataTables_info {
}

#my-order-table .header-row {
    background-color: #024638;
}

#order-detail-footer {
    text-align: center;
    display: none;
}

#orderDetailItemsHeader {
    float: left;
}

#orderItemsMessage {
    margin-top: 6px;
    margin-right: 6px;
    display: none;
}

#orderItemsError {
    margin-top: 6px;
    margin-right: 6px;
    display: none;
}

#divOrderDate {
    margin-bottom: 22px;
}

    #divOrderDate > p {
        font-size: 18px !important;
        font-weight: bold;
        margin-bottom: 0px;
    }

#checkoutYourOrderRef {
    margin-bottom: 14px;
}

    #checkoutYourOrderRef p {
        margin-bottom: 8px;
    }

    #checkoutYourOrderRef input {
        width: 260px;
        height: 26px;
    }

#txtQuery {
    width: 100%;
    height: 140px;
}

.field-sum {
    height: 40px;
    width: 60px;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    width: 50px;
    text-align: center;
}

#map-canvas {
    width: 398px;
    height: 400px;
}

#mapInfo {
    height: 150px;
}

#map-canvas {
    float: right;
    margin-bottom: 20px;
}

#divContactNumbers h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

#divContactNumbers p {
    margin-bottom: 5px;
}

.menu-hover {
    background-color: rgb(255,255,255);
    color: #024638 !important;
    background-image: url('/Content/Images/chevron-blue-icon.png') !important;
}
.menu-hover a {
    color: #024638 !important;
}
    .menu-hover-brand a {
        color: #024638 !important;
    }
.menu-hover-brand {
    background-color: rgb(255,255,255);
    color: #024638 !important;
}

#megamenu-cat-col2 ul li a:hover, #megamenu-brand-col2 ul li a:hover, #megamenu-feedback-col2 ul li a:hover {
    color: #024638;
}

.recomended-product {
    margin-bottom: 20px;
}

.function-btn {
    cursor: pointer;
}

.recomended-product-text {
    width: 165px !important;
}

.recomended-product-image {
    width: 100px !important;
    margin-right: 10px;
}

.recomended-product-star-rating > img {
    width: 140px;
}

#function-panel p {
    padding: 3px;
}

.product-function-selected {
    background-color: #E0E0E0;
    color: black;
    border-radius: 5px;
}

#product-compare-message, #product-add-favourite-error {
    padding: 20px;
    display: none;
}

    #product-compare-message a, #product-add-favourite-error a {
        text-decoration: underline;
        color: rgb(83,83,83);
    }

#function-panel {
    margin-bottom: 0px;
}

.star-rating-list-view {
    margin-bottom: 20px;
}

    .star-rating-list-view > img {
        width: 120px;
    }

.divHidden {
    display: none;
}

.field {
    line-height: normal !important;
}

#megamenu-cat-col2 li, #megamenu-brand-col2 li, #megamenu-feedback-col2 li {
    margin-bottom: 12px !important;
}

#header-bottom-container {
    padding-top: 20px !important;
    height: 165px !important;
}

#breadcrumbs {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

#shopping-cart-container {
    background-image: none !important;
}

#product-grid {
    width: 86%;
    padding-left: 15px !important;
}

#column-right-300 {
    width: 298px !important;
}

#column-right-480 {
    width: 478px !important;
}

.card-payment-info {
    width: 458px !important;
}

    .card-payment-info img {
        height: 36px !important;
    }

.why-caswells-list-bottom {
    width: 478px !important;
}

#column-right-400 {
    width: 398px !important;
}

#right-column-760 {
    width: 758px !important;
}

#pagination-previous {
    margin-right: 4px !important;
}

.footer-columns {
    width: 318px !important;
}

#copyright a {
    color: white;
}


#shopping-cart-container p {
    font-size: 14px !important;
}

#header-top-container {
    line-height: normal;
}

#sales-line img {
    margin-bottom: 5px;
    vertical-align: baseline !important;
}

#customer-service-links-container {
    margin-top: 16px;
}

#sales-line > div {
    margin-top: 8px;
    display: inline-block;
}

    #sales-line > div > p:last-child {
        font-size: 10px;
    }

.product-tab-description li {
    margin-top: 5px;
    margin-bottom: 5px;
}

#product-description {
    line-height: normal;
    font-size: 16px;
}

    #product-description li {
        font-size: 16px;
    }

#pages-container {
    max-width: 600px;
}

#search-filters h4 {
    line-height: normal;
}

.attribute-title {
    font-weight: Bold;
    font-size: 14px;
    margin-bottom: 20px;
}

#megamenu-brand-col2, #megamenu-cat-col2, #megamenu-feedback-col2 {
    padding-left: 0px !important;
}

.megamenu-item {
    float: left;
    width: 300px;
    height: 54px;
    padding: 0px;
    margin: 8px 0px 0px 8px;
    overflow: hidden;
    border: 1px solid #888888;
    background-color: #F0F0F0;
    border-radius: 3px;
}

    .megamenu-item > div:first-of-type {
        border: 1px #C0C0C0;
        width: 60px;
        text-align: center;
    }

    .megamenu-item > div:last-of-type {
        padding-left: 0px;
    }

    .megamenu-item > div {
        display: table-cell;
        height: 50px;
        vertical-align: middle;
    }

    .megamenu-item:hover {
        border: 1px solid #0a367b;
        opacity: 0.8;
    }

    .megamenu-item img {
        height: 30px;
        display: inline-block;
        margin: auto;
        border: 1px dotted #C0C0C0;
    }

.menu-menu-item-link {
    color: #024638;
    font-weight: bold;
    font-size: 12px;
}

#megamenu-cat-col2 {
    padding-top: 0px !important;
}

#megamenu-cat-col1, #megamenu-cat-col2 {
    height: 630px !important;
}

.brand-logo-container {
    height: 70px;
    width: 100%;
    padding-left: 15px;
}

.cat-targetDiv, .brand-targetDiv {
    height: 100%;
}

.why-caswells-list-item-bottom, .why-caswells-list-item-right {
    margin-bottom: 20px;
    line-height: normal;
}

.why-caswells-text-bottom, .why-caswells-text-right {
    margin-top: 9px;
    line-height: normal;
}

.why-caswells-text-right-reduced-margin {
    margin-top: 0px;
    line-height: normal;
}

#column-left-480, .column-left-480 {
    padding-bottom: 0px;
}

#copyright a {
    color: white;
}

#product-tabs-container li {
    cursor: text;
}

#product-variants ul {
    margin-bottom: 12px;
}

#buying-panel select:not(#ddBasketGroup) {
    margin-bottom: 20px !important;
}

#buying-panel #imgHeader {
    position: absolute;
    left: -10px;
    top: 10px;
}

#buying-panel p {
    margin-bottom: 2px;
}

.divCustomise {
    margin-bottom: 16px;
}

.divManPack {
    margin-bottom: 0px;
}

.lnkCustomise, .lnkManPack {
    color: #024638;
    font-size: 14px;
}


    .lnkCustomise:hover, .lnkManPack:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.divCustomiseOptions {
    border: 1px solid #C0C0C0;
    width: 256px;
    margin: 6px 0px 0px 0px;
    padding: 12px;
    display: none;
}

.divGarmentPosition {
    float: left;
    width: 68px;
    height: 82px;
    padding: 0px;
    margin-top: 6px;
    margin-right: 8px;
    text-align: center;
    cursor: pointer;
}

    .divGarmentPosition > img {
        width: 100%;
        border: 1px solid #C0C0C0;
    }

    .divGarmentPosition > p {
        font-size: 11px;
    }

.divCustomise .no-wrap, .divManPack .no-wrap {
    width: auto;
}

.divCustomise label, .divManPack label {
    cursor: pointer;
}

.divGarmentPosition {
}

.divGarmentPositionSelected {
    opacity: 1;
    border: 2px solid #024638;
    border-radius: 2px;
}

.divGarmenPositionDisabled {
    opacity: 0.6;
}

.divCustomisedHidden {
    display: none;
}

.divCustomiseGroup {
    margin-bottom: 10px;
}

.divCustomiseGroupInvalid {
    border: 2px solid red;
    background-color: rgba(255,0,0,0.1);
}

#slider_container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1060px;
    height: 380px;
    margin: 0px;
    padding: 0px;
}

#slides_group {
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1060px;
    height: 380px;
}

#navigation-container {
    z-index: 1;
}

.visible {
    display: block !important;
}

.positionUnavailable {
    cursor: not-allowed;
    opacity: 0.6;
}

#product-brand {
    height: 82px;
}

.product-brand-logo {
    height: 60px;
    max-width: 345px;
}

#divAccountNotActive input {
    width: 200px;
}

#divActivateAccount .red-btn {
    width: 160px;
}

#divCatalogueDownload {
    margin: 20px 0px 0px 0px;
    width: 100%;
}

    #divCatalogueDownload img {
        width: 48px;
        float: left;
        margin-right: 10px;
    }

    #divCatalogueDownload a {
        float: left;
        color: #024638;
        font-size: 18px;
        line-height: 48px;
    }

.inline-standard-icon {
    float: left;
    height: 34px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

#brand-slider .slidesjs-previous, #brand-slider .slidesjs-navigation {
    margin-top: 10px;
}

.brand-logo {
    width: 212px;
    text-align: center;
}

    .brand-logo > img {
        height: 50px;
        margin: auto;
    }

#slider_controls {
    width: 800px;
    height: 20px;
    position: absolute;
    top: 350px;
    left: 0px;
}

.slider_control {
    width: 20px;
    height: 20px;
    border: 1px solid #666666;
    background-color: white;
    float: left;
    margin-left: 10px;
    opacity: 0.6;
    cursor: pointer;
}

.slider_control_selected {
    border: 2px solid red;
    opacity: 1;
}

#slider_arrow_left {
    width: 26px;
    height: 44px;
    background-image: url('/Content/Images/ArrowLeft.png');
    background-repeat: no-repeat;
    top: 160px;
    left: 8px;
    position: absolute;
    cursor: pointer;
    opacity: 0.4;
}

#slider_arrow_right {
    width: 26px;
    height: 44px;
    background-image: url('/Content/Images/ArrowRight.png');
    background-repeat: no-repeat;
    top: 160px;
    right: 8px;
    position: absolute;
    cursor: pointer;
    opacity: 0.4;
}

    #slider_arrow_left:hover, #slider_arrow_right:hover {
        opacity: 0.8;
    }

#divMainOptions h4 {
    margin-bottom: 24px;
}

#divGlobalAttributes {
    margin-bottom: 20px;
    width: 100%;
}

    #divGlobalAttributes ul li {
        list-style-image: url('/Content/Images/tick-chevron-bullet.png');
        vertical-align: top;
        margin: 0px 0px 4px 33px;
        cursor: text;
    }

    #divGlobalAttributes > img {
        margin: 0px 10px 14px 0px;
        width: 50px;
    }

.btnAccessory {
    margin-bottom: 0px;
    width: 164px;
    font-weight: bold;
}

.imgReviewCaswellsLogo {
    float: right;
    height: 40px;
}

.imgReviewPerson {
    width: 60px;
    float: left;
}

.customer-comments-container .pReview {
    margin-top: 10px;
    font-size: 16px;
}

.customer-comments-container .pTitle {
    margin-top: 6px;
}

#customer-comments-section h2 {
    float: left;
}

.nav-chevron-margin-top {
    margin-top: 8px;
}

.megamenu-container-feedback {
    position: absolute;
    width: 190px;
    left: 690px;
    top: 30px;
    z-index: 100;
}

.why-caswells-list-item-right {
    cursor: text;
}

.compare-field-product li {
    text-indent: -1em;
    padding-left: 1em;
}

.caswells-blue {
    color: #0A367B;
}

.caswells-red {
    color: red !important;
}

#call-to-action-section img {
    border: 0px;
}

.quick-order-error {
    display: none;
    color: red !important;
    margin: 0px 0px 10px 0px !important;
}

#quickorder-code-error, #quickorder-code-success {
    display: none;
    font-weight: bold;
    margin: 0px 0px 0px 0px !important;
}

#quickorder-code-error {
    color: red !important;
}

#imgBasketLogo {
    float: right;
    display: none;
}

.underline {
    text-decoration: underline;
}

#imgRequestCatalogue {
    margin-top: 20px;
}

#header-bottom-container {
    background-image: url('');
    background-repeat: no-repeat;
}

#btnBasketDiscount {
    width: 126px;
    height: 40px;
}

#divBasketXRef h3 {
    margin-bottom: 10px;
}

.divBasketConsidered {
    clear: both;
    margin-bottom: 10px;
}

    .divBasketConsidered > img {
        float: left;
        margin-right: 10px;
        height: 50px;
    }

    .divBasketConsidered > a {
        font-size: 13px;
        line-height: 50px;
    }

    .divBasketConsidered > p {
        font-size: 12px;
    }

.price-discount {
    color: red;
    text-decoration: line-through;
}

.price-new {
    color: #024638;
}

.imgQuestionMark > img {
    height: 55px;
}

#divSeasonal .product-container-grid + .product-container-grid {
    margin-left: 26px;
}

#divPDFDownload {
    float: right;
}

    #divPDFDownload img {
        float: right;
        height: 36px;
        margin-left: 10px;
    }

    #divPDFDownload p {
        line-height: 38px;
        float: right;
    }

    #divPDFDownload a {
        color: #024638;
    }

        #divPDFDownload a:hover {
            text-decoration: underline;
        }

#quick-order-flyout .quantity {
    float: right;
}

#quick-order-flyout-table thead tr td:first-child {
    width: 176px;
}

.quick-order-preview {
    display: none;
}

    .quick-order-preview p {
        margin-bottom: 8px !important;
        padding: 0px;
    }

    .quick-order-preview img {
        height: 32px;
        float: left;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .quick-order-preview p {
        color: #024638;
        font-family: "Titilium-Bold" !important;
        font-weight: bold;
    }

#add-row:hover {
    text-decoration: underline;
}

.checkout-review-section #comments {
    width: 100%;
    height: 80px;
}

.divFootwearOption > div {
    float: left;
    width: 190px;
}

#divBasketPOA {
    margin-bottom: 20px;
}

#ddDeliveryPoint {
    width: 100%;
}

#divRequisition {
    display: none;
}

.divCheckoutButtons a {
    margin-left: 12px;
}

#requisitionemail {
    width: 260px;
}

.no-top-border {
    border-top: 0px;
}

.checkoutCarriageMessage {
    color: red;
    font-family: 'DM Sans', sans-serif, Arial !important;
    font-weight: bold;
    text-align: right;
    font-size: 17px;
}

#divAdmin {
    margin-top: 20px;
    padding-bottom: 150px;
}

    #divAdmin #btnAddNew {
        width: 100px;
        float: left;
    }

    #divAdmin .editIcon {
        height: 16px;
    }

    #divAdmin td {
    }

#divAdminContent .checkbox-filter input[type=checkbox] + label {
    width: auto;
}

#divAdminContent h1 {
    float: left;
}

.dataTables_filter label {
    display: block;
    margin-bottom: 8px;
}

.dataTables_length label {
    display: block;
    margin-bottom: 8px;
}

.fancyboxcontent {
    display: none;
}

#imgLoadingIcon {
    float: right;
    height: 50px;
    margin-right: 30px;
}

#divAdminContent #btnDelete {
    margin-right: 20px;
}

#divAdmin #section-header {
    padding-top: 10px;
}

.zoomWindowContainer > .zoomWindow {
    background-size: 1000px 1000px;
}


#btnEmailDetails {
    float: right;
    width: 200px;
}

.add-favourite-error a {
    width: auto;
}

#comparisonEmailForm {
    float: right;
    width: 555px;
    text-align: right;
    height: 225px;
    display: none;
}

    #comparisonEmailForm .field {
        width: 360px;
    }

    #comparisonEmailForm textarea {
        width: 360px;
        height: 100px;
        margin-bottom: 15px;
    }

    #comparisonEmailForm input[type='submit'] {
        width: 200px;
        float: right;
    }

#emailSent {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

#comparison-email-loading {
    height: 30px;
    margin-right: 10px;
    display: none;
}

#divAdmin > h3 {
    margin-bottom: 20px;
}

#divExcelDownload h1 {
    float: left;
}

#divExcelDownload img {
    width: 32px;
    float: left;
    margin-right: 8px;
}

.requisition-container input[type='submit'] {
    width: 200px;
}

#requisitionFeedback {
    width: 100%;
    height: 140px;
    margin-top: 30px;
    resize: none;
}

.requisition-container {
    margin-bottom: 160px;
}

    .requisition-container h3 {
        margin-bottom: 10px;
    }

    .requisition-container #orderref {
        width: 260px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .requisition-container #requisitionFeedback {
        margin-bottom: 10px;
    }

.order-details-invoice-amount {
    text-align: right;
}

#basketCarriageLabel {
    font-size: 14px;
    white-space: nowrap;
    margin: 0px;
}

.section-title-small {
    font-size: 25px !important;
}

.video {
    cursor: pointer;
}

    .video > div {
        position: relative;
        width: 80px;
        height: 80px;
    }

    .video img {
        position: absolute;
        left: 0px;
        top: 0px;
    }

.hidden {
    display: none !important;
    visibility: hidden !important;
}

#image > div {
    padding: 10px;
    text-align: center;
    margin-top: 100px;
    width: 500px;
    height: 400px;
}

.play-overlay {
    width: 36px;
    opacity: 0.8;
    left: 50% !important;
    margin-left: -17px;
    top: 12px !important;
}

#comparison-email .red-btn {
}

#comparison-email .email-icon {
    float: right;
    margin: 3px 10px;
}

#function-panel {
    text-align: center;
    padding: 10px;
}

    #function-panel p {
        font-size: 13px;
    }

.function-btn {
    width: 22%;
}

#email-panel {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    margin-bottom: 30px;
    display: none;
}

    #email-panel p {
        font-weight: bold;
        margin-bottom: 8px;
    }

    #email-panel input {
        height: 30px;
        float: left;
        width: 80%;
        padding: 3px;
        margin-bottom: 10px;
    }

    #email-panel button {
        border: 0px;
        background-color: transparent;
        cursor: pointer;
    }

        #email-panel button img {
            margin-top: 3px;
            height: 22px;
        }

    #email-panel textarea {
        width: 255px;
        height: 80px;
    }

#email-sent-message {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.product-thumb .thumb {
    margin: 0px;
}

.product-thumb {
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

    .product-thumb a {
        color: #666;
        font-size: 11px;
    }

.photo-code {
    cursor: pointer;
}

.photo-available {
    height: 10px;
    margin-left: 3px;
}

.product-gallery #image-frame {
    position: relative;
    height: 500px;
}

#image-caption {
    position: absolute;
    top: 470px;
    left: 10px;
    z-index: 1;
}

    #image-caption p {
        text-align: left;
        font-size: 16px;
    }

#orderref, #costcode {
    padding-left: 6px;
}

.order-details-section-380px {
    width: 330px;
}

#divOrderDetailButtons #btnAddToBasket {
    width: 200px;
}

.greyOut {
    color: #A0A0A0;
    cursor: default;
}

#product-usage-guide-container {
    margin-top: 20px;
}

    #product-usage-guide-container img {
        width: 50px;
        vertical-align: middle;
    }

    #product-usage-guide-container a {
        cursor: pointer;
    }

    #product-usage-guide-container h4 {
        margin-bottom: 20px;
    }

    #product-usage-guide-container .play-overlay {
        display: none;
    }

.cell-out-of-stock {
    border-bottom: 1px solid #C0C0C0;
    padding-top: 0px !important;
    color: red;
}

.cell-low-stock {
    border-bottom: 1px solid #C0C0C0;
    padding-top: 0px !important;
    color: #535353;
}

    .cell-low-stock > span {
        padding-top: 0px !important;
        color: #F7AF3C;
    }

.table-code-out-of-stock {
    text-decoration: line-through;
    color: red;
}

#out-of-stock-message {
    display: none;
    color: red;
    margin-bottom: 14px !important;
    font-weight: bold;
    font-size: 16px;
}

#low-stock-message > span {
    color: #F7AF3C;
    font-size: 22px;
}

#low-stock-message {
    display: none;
    color: #535353;
    margin-bottom: 14px !important;
    font-weight: bold;
    font-size: 16px;
}

.category-out-of-stock-message {
    color: red;
    font-weight: bold;
}

.clearance-menu-highlight {
    background-color: rgb(253,221,12);
    border-bottom: 1px solid rgb(204,204,204);
}

    .clearance-menu-highlight > a {
        color: #333 !important;
    }

#ebay-cta {
    background-image: none;
}

#navigation-container li {
    height: 59px;
}

.price-discount-cell {
    float: left;
}

.sale-icon {
    margin-top: 4px;
    margin-left: 6px;
}

.tblVariants tr:nth-child(even) {
    background-color: #FAFAFA;
}

.tblVariants tr.clearance-table-row {
    background-color: rgb(253, 221, 12);
}

.custom-logo-detail {
    font-size: 16px;
    color: rgb(83,83,83);
    width: 100%;
    height: 40px;
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 2px;
}

.divManPack > div:first-of-type {
    display: inline-block;
}

.divManPackControls {
    display: none;
}

#ddBasketGroup {
    margin-bottom: 0px !important;
}

.not-allowed {
    cursor: not-allowed;
}

.highlight-poa-module {
    background-color: rgba(9,54,123,0.1);
}

.tblVariants .stock-indicator-cell {
    text-align: center;
    padding: 0px 2px 0px 1px;
    width: 20px;
}

    .tblVariants .stock-indicator-cell > span {
        cursor: help;
        font-size: 20px;
        line-height: 10px;
    }

.tblVariants .indicator-fullstock {
    color: #89F773;
}

.tblVariants .indicator-lowstock {
    color: #f7af3c;
}

.tblVariants .indicator-nostock {
    color: #E30A17;
}

#group-by-dropdown {
    float: right;
}

#group-by-text {
    float: right;
    margin-right: 10px;
    line-height: 30px;
    font-weight: bold;
}

#group-by-dropdown {
    height: 30px;
    width: 80px;
    padding-left: 10px;
    font-size: 16px;
    color: rgb(83,83,83);
    background-image: url("/Content/Images/select-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    margin-right: 30px;
}

.product-image-container {
    position: relative;
}

    .product-image-container > div {
        left: 0px;
        top: 0px;
        position: absolute;
    }

.product-select-checkbox {
    cursor: pointer;
}

.product-attribute-checkbox {
    display: inline-block !important;
    cursor: pointer;
}

.product-attribute-select {
    border: 1px solid #666666;
    padding: 5px;
    margin-bottom: 10px;
    background-color: white;
    position: relative;
}

.product-attribute-container {
    padding: 10px;
    background-color: rgba(200,200,200,0.3);
    border: 1px solid #C0C0C0;
    margin-bottom: 20px;
}

    .product-attribute-container h3 {
        margin-bottom: 15px;
    }

    .product-attribute-container > h3 > input[type='checkbox'] {
        display: inline-block !important;
        cursor: pointer;
    }

.sample-values {
    font-size: 12px;
    margin-left: 24px;
}

.btn-attribute-select {
    margin-left: 10px;
    line-height: 26px;
}

.product-attribute-select > div {
    position: absolute;
    right: 20px;
    top: 13px;
}

    .product-attribute-select > div > img {
        transform: rotate(90deg);
        margin-left: 15px;
        height: 20px;
        cursor: pointer;
    }

        .product-attribute-select > div > img:hover {
            border: 1px dotted #C0C0C0;
        }

.mapping-table {
    clear: both;
    border-spacing: 10px;
    border-collapse: separate;
}

    .mapping-table .mapping-row > td {
        padding: 3px;
    }

        .mapping-table .mapping-row > td:first-of-type {
            min-width: 258px;
            border: 1px solid #C0C0C0;
        }

        .mapping-table .mapping-row > td:last-of-type {
            padding: 0px;
        }

    .mapping-table select {
        padding: 6px 10px;
    }

.btn-disabled {
    background-color: rgb(220,220,220) !important;
    border-bottom-color: #A0A0A0 !important;
}

.divLineText {
    margin-top: 5px;
    display: none;
}

#shopping-cart-container:hover {
    opacity: 0.8;
}
.asset-group {
    float: left;
    width: 30%;
    margin-bottom: 30px;
    background-color: rgba(200, 200, 200, 0.3);
    border-radius: 20px;
    padding: 18px;
    margin-right: 15px;
    border: 1px solid #C0C0C0;
}
.asset-download-item {
    vertical-align: middle;
    clear: both;
}
    .asset-download-item a:hover {
        text-decoration:underline;
    }
    .asset-download-item img {
        height: 30px;
        float: left;
        margin-right: 6px;
    }
    .asset-download-item > div {
        line-height:30px;
    }
    .asset-download-item small {
        font-style: italic;
    }
.download-btn {
    margin-left:20px;
}
.asset-group a {
    font-size: 12px;
}
.member-group {
    border:1px solid #C0C0C0;
    display:inline-block;
    margin-bottom:20px;
    margin-right:10px;
}
.member-group img {
    height: 70px;
    padding:2px;
}
.section-title small {
    font-size:14px;
}
.member-title img {
    width:200px;
    float:right;
}
input[type="radio"] {
    cursor:pointer;
}
label[for] {
    cursor:pointer;
}
a.member-option-disabled {
	opacity:0.3;
	pointer-events: none;
}
