/* Minification failed. Returning unminified contents.
(1334,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
(4471,26): run-time error CSS1031: Expected selector, found ')'
(4471,26): run-time error CSS1025: Expected comma or open brace, found ')'
(4835,33): run-time error CSS1039: Token not allowed after unary operator: '-scroll-duration'
(4874,30): run-time error CSS1039: Token not allowed after unary operator: '-content-width'
 */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 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);
}

.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-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For 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 overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre 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 li a {
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	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: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	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 #f0efea;
	background: #f0efea;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% 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: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_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: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}


/* 1. RESET
----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  font: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
  
  
/* 2. ROOT
----------------------------------------------------------------------------------------*/
html { }

img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }


/* 3. CORE TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.618em;
  color: #666;
  }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.809em;
  line-height: 1em;
  }

p, ul, ol, dl, blockquote {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 1.3em; 
  }
    
ul { list-style-type: disc; margin-left: 1.618em; }
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
small { font-size: 80%; }


/* 4. LINKS
----------------------------------------------------------------------------------------*/
a { outline: none; color: #666;} 
a:hover { outline: none; text-decoration:underline; color: #E2001A; }  
a:active, a:focus, input:focus, textarea:focus, select:focus { outline: none; }


/* 5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
----------------------------------------------------------------------------------------*/



/* 6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
----------------------------------------------------------------------------------------*/
#container {
    margin: auto;
}

aside { width: 100%; }


/* 7. BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/
.clearFix:before, .clearFix:after { content: ""; display: block; }
.clearFix:after { clear: both; }
.ie6 .clearFix { zoom: 1 }
/*! 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;
	padding:0px !important;
	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;
height:auto;
}

.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;0
}

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

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

#fancybox-loading .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/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('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	z-index: 8040;
	background:url(../images/fancybox/fancy_close.png);
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/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('../images/fancybox/fancybox_overlay.png');
}

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

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

/* 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-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/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('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
body {
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

.login {
    background: #EFEFEF;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border: 1px solid #c4c4c4;
    box-shadow: 0 1px 2px #c4c4c4 inset;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
select,
textarea {
    padding: 12px 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #f3f3f3;
    text-indent: 10px;
}


.cssCheckbox input[type=checkbox] {
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
}

    .cssCheckbox input[type=checkbox] + label {
        padding-left: 37px;
        display: inline-block;
        min-height: 24px;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        top: -1px;
        padding-top: 5px;
    }

    .cssCheckbox input[type=checkbox]:checked + label {
        background: url(../images/csscheckbox-selected.png) no-repeat !important;
    }

.cssCheckbox label {
    background: url(../images/csscheckbox.png) no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cssRadio input[type=radio] {
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
}

    .cssRadio input[type=radio] + label {
        padding-left: 37px;
        height: 24px;
        display: inline-block;
        line-height: 24px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        top: -1px;
        margin-right: 10px;
        color: black;
    }

    .cssRadio input[type=radio]:checked + label {
        background: url(../images/cssradio-selected.png) no-repeat !important;
    }

.cssRadio label {
    background: url(../images/cssradio.png) no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cssRadio .disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

    .cssRadio .disabled input[type=radio]:hover + label {
        background: url(../images/cssradio.png) no-repeat;
        cursor: default;
    }

p {
    font-size: 16px;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.mediaQueryDetect {
    position: absolute;
    top: 1px;
    left: 10px;
    background: yellow;
    z-index: 10000;
    padding: 10px;
    font: 12px Arial;
}

a.redButton,
.redButton,
a.grayButton,
.grayButton,
a.smallGrayButton
.smallGrayButton {
    display: inline-block;
    position: relative;
    vertical-algin: middle;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    background: #e2001a;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: .6rem 2rem;
    transition: all .2s ease;
    cursor: pointer;
}

    .redbutton:after {
        background-image: url(https://prdeus2rcdeslangversa.z20.web.core.windows.net/8-12-0/royal-canin.sprite--brand3--xs.svg);
        width: 24px;
    }

a.grayButton,
.grayButton {
    background: #fff;
    color: #d2001a;
    border: 1px solid #d2001a;
    min-width: 70px;
}

.secondaryButton {
    background: #fff;
    color: #E2001A;
    border: 1px solid #E2001A;
    border-radius: 50px;
    padding: 4px 15px 4px 20px;
    display: block;
    text-align: center;
}


.redButton i,
.grayButton i {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 4px;
}

.buttonBack i {
    margin-right: 4px;
    margin-left: 0;
}

.redButton:hover {
    background: #d2001a;
}

.grayButton:hover {
    background: #f9f9f9;
}

.personalisedPoster {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #e7e7e7;
    padding: 2px 10px;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -5px;
}

.smallGrayButton {
    background: #f8f8f8 url(../images/bg-gradient-3.png) repeat-x bottom;
    padding: 3px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(96, 96, 96, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(96, 96, 96, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(96, 96, 96, 0.75);
    margin-left: 10px;
}

.pageTitle .smallGrayButton {
    position: relative;
    top: -7px;
    line-height: 12px;
}

.smallGrayButton:hover {
    background: white;
}

.container {
    margin-top: 30px;
    margin: auto;
    margin-top: 20px;
}




.navbar {
    float: right;
    margin-right: 10px;
    width: 815px;
    height: 85px;
    position: relative;
}

.signinDetails {
    float: right;
    margin-right: 27px;
}

    .signinDetails span {
        display: inline-block;
        font-size: 13px;
        margin-left: 5px;
    }

    .signinDetails a {
        font-weight: 400;
        color: #333;
        text-decoration: none;
    }

        .signinDetails a:hover {
            color: #e2001a;
        }

.basketTop:before {
    content: "";
    display: inline-block;
    background: url(../images/icon-basket.png) no-repeat;
    width: 29px;
    height: 24px;
    position: relative;
    top: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbarNav {
    position: absolute;
    bottom: -3px;
    right: 16px;
}

    .navbarNav > li {
        float: left;
    }

        .navbarNav > li > a {
            text-transform: uppercase;
            padding: 0px 10px;
            font-size: 13px;
            text-decoration: none;
            color: #333;
        }

    .navbarNav > .active > a,
    .navbarNav a:hover,
    .navbarNav > .active > a:hover,
    .navbarNav > .active > a:focus {
        color: #e2001a;
    }

.logo a {
    background: url(../images/logo-new-royal-canin.jpg) no-repeat;
    background-size: 170px;
    text-indent: -999px;
    width: 170px;
    height: 60px;
    display: inline-block;
}

.banner-slider-container {
    margin: auto;
    margin-top: 95px;
    padding: 10px;
}

    .banner-slider-container.extraPaddingTop {
        padding-top: 80px;
    }

    .banner-slider-container.multiple-slides {
        margin-bottom: -64px;
    }

/* Mobile-first layout */
.banner-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .banner-slider.multiple-slides {
        margin-bottom: -64px;
    }

    .banner-slider .banner-slide {
        display: flex;
        flex-direction: column;
        margin: 0;
        flex: 1;
        height: 100%;
        padding: 10px;
    }

    .banner-slider .content,
    .banner-slider .image {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

        .banner-slider .content .message h1 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .banner-slider .content .text {
            font-size: 1.2rem;
            line-height: 1.5;
        }

            .banner-slider .content .text p:last-of-type {
                margin-bottom: 0;
            }

    .banner-slider .slider-link {
        margin-top: 30px;
    }

    .banner-slider .image img {
        max-width: 99%;
        height: auto;
        object-fit: cover;
    }

/* Slick arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    font-size: 30px;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
}

.slick-prev {
    left: -5px;
}

.slick-next {
    right: -5px;
}

    .slick-prev:before,
    .slick-next:before {
        content: '';
    }

/* Slick dots */
.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
}

    .slick-dots li button {
        border: none;
        background: #ccc;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        cursor: pointer;
        padding: 0;
        font-size: 0;
    }

    .slick-dots li.slick-active button {
        background: #e2001a;
    }

/* Force slick layout to behave properly */
.slick-track {
    display: flex !important;
}

.slick-slide {
    display: flex !important;
    height: auto !important;
    align-items: stretch !important;
}

/* Shared container styling */
.bannerHome,
.loginContainer {
    background: #fff;
    padding: 30px 80px 0px 80px;
    border-radius: 20px;
    margin-top: 95px;
}

.loginContainer {
    padding-top: 0;
    margin-top: 40px;
}

.bannerHome .message .redButton {
    margin-top: 10px;
}




/* Tablet & Desktop layout */
@media (min-width: 768px) {
    .banner-slider-container {
        padding: 30px 80px 0px 80px;
        max-width: 1010px;
    }

    .banner-slider .banner-slide {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .banner-slider .banner-slide.slide-image-left {
            flex-direction: row-reverse;
        }

    .banner-slider .content,
    .banner-slider .image {
        width: 50%;
        padding: 10px;
    }

    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }
}


@media (min-width: 1200px) {
    .slick-prev {
        left: -15px;
    }

    .slick-next {
        right: -15px;
    }
}


.bannerHome .pic {
    float: right;
}

.banner-error-message {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.loginContainer {
    padding-top: 0px;
    margin-top: 40px;
}

    .loginContainer .pic {
        width: 600px;
        float: left;
        text-align: center;
        margin: 15px 0 15px 0 !important;
    }

    .loginContainer .loginBox {
        width: 300px;
        float: right;
        background: white;
        padding: 75px 40px;
        text-align: center;
    }

.loginBox input {
    border: 1px solid #dcdcdc;
    background: #f2f2f2;
    width: 100%;
    margin-bottom: 10px;
}

.loginBox .forgotPass {
    float: left;
    color: #666;
    font-size: 14px;
    position: relative;
    top: 10px;
}

.fancyLoginConfirmation .cancel {
    float: left;
    color: #666;
    font-size: 14px;
    position: relative;
    top: 10px;
}

#login .redButton {
    float: right;
}

.loginBox p.inputs {
    margin-bottom: 12px;
}


@media screen and (max-width: 300px) {
    #login .redButton {
        float: unset;
        width: 100%;
        display: inline;
    }

    #login .forgotPass {
        float: unset;
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
}

.buttonsGray,
.urgentOrderButtons {
    background: #ebebeb;
    border: 1px solid #dadada;
    margin-top: 40px;
    padding: 10px;
}

.urgentOrderButtons {
    margin-top: 20px;
}

    .urgentOrderButtons .fa {
        font-size: 20px;
        margin-left: 5px;
        position: relative;
        top: 2px;
    }

.practicesPanel .urgentOrderButtons {
    top: 10px;
    bottom: auto !important;
    padding: 10px 27px;
    border: 1px solid #828282;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .practicesPanel .urgentOrderButtons .cssCheckbox {
        position: static
    }

.buttonsGray .cssRadio,
.urgentOrderButtons .cssCheckbox {
    font-weight: 400;
    position: relative;
    top: 7px;
}

    .buttonsGray .cssRadio label {
        margin-right: 15px !important;
    }

.error {
    color: red;
    margin-bottom: 0px;
    font-size: 15px;
}

.buttonsPanel {
    background: #ebebeb;
    padding: 20px 30px;
}

.howItWorksPanel {
    padding: 5px 2px;
}

.manageUsersText, .manageAccountsText, .requestSupportText, .selectArtworkText, .manageItemsText, .printItYourselfText {
    padding: 10px;
}

.buttonsPanel a {
    background: white;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 0.3);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px 30px;
    display: inline-block;
    width: 294px;
    margin-right: 10px;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    font-size: 32px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    line-height: 32px;
}

    .buttonsPanel a:hover {
        background: #e2001a;
        color: white;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(96, 9, 9, 0.75);
        -moz-box-shadow: 0px 1px 2px 0px rgba(96, 9, 9, 0.75);
        box-shadow: 0px 1px 2px 0px rgba(96, 9, 9, 0.75);
    }

.buttonsPrinter a {
    width: 483px;
}

    .buttonsPrinter a.reportsReconcile {
        margin-right: 0px;
    }

.buttonsPanel .name {
    float: left;
    position: relative;
    top: 5px;
}

.buttonsPanel a.manageItems {
    margin-right: 0px;
}

.buttonsPanel .icon {
    display: inline-block;
    width: 78px;
    height: 78px;
    float: right;
}

.manageAccounts .icon {
    background: url(../images/icon-acounts.png) no-repeat;
}

.support .icon {
    background: url(../images/icon-support.png) no-repeat;
}

.selectArtworks .icon {
    background: url(../images/icon-artworks.png) no-repeat;
}

.manageUsers .icon {
    background: url(../images/icon-users.png) no-repeat;
}

.manageItems .icon {
    background: url(../images/icon-items.png) no-repeat;
}

.howItWorks .icon {
    background: url(../images/icon-works.png) no-repeat;
}

.downloadItems .icon {
    background: url(../images/icon-download.png) no-repeat;
}

.reportsReconcile .icon {
    background: url(../images/icon-reportsreconcile.png) no-repeat;
}


footer {
    text-align: center;
    margin-top: 25px;
}

    footer p {
        font-size: 13px;
        color: #717070;
        margin-bottom: 0px;
    }

        footer p a {
            color: #717070;
            text-decoration: none;
            display: inline-block;
            margin-left: 10px;
            margin-bottom: 20px;
        }

            footer p a:hover {
                color: #313030;
            }

            footer p a:not(:last-child):after {
                content: "";
                border-right: 1px solid #C6C6C6;
                padding-right: 20px;
            }

.clearFixNav {
    display: none;
}

/*Select Practices Page -------------------------*/


.pageTitle {
    color: #E2001A;
    margin-bottom: 0;
}

#page-intro {
    padding: 40px 20px;
    margin-top: 95px;
    background: #EFEFEF;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05) inset;
}

.pageTitle span {
    border-left: 4px solid #e2001a;
    border-right: 4px solid #e2001a;
    padding: 0px 25px;
    position: relative;
}

.pageTitle .redButton {
    position: relative;
    top: -10px;
}

.box {
    background: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
}

.awaitingApproval {
    background: #e2001a;
    border: 1px solid #e2001a;
    padding: 20px 30px;
    margin-bottom: 20px;
    color: white;
}

.downloadSummary {
    background: #73b151;
    border: 1px solid #73b151;
}

    .downloadSummary .buttons {
        margin-top: 10px;
    }

.awaitingApproval p {
    margin-bottom: 0px;
}

.halfBox {
    width: 475px;
    float: left;
}

.box p {
    font-size: 16px;
}

    .box p img.genericImg {
        margin-left: 10px;
        border: 1px solid #cfcfcf;
    }

.insideWrapper input[type=email],
.insideWrapper input[type=text],
.insideWrapper input[type=number],
.insideWrapper input[type=password],
.insideWrapper select,
.insideWrapper textarea {
    border: 1px solid #828282;
    font-size: 14px;
    -webkit-appearance: none;
    background: white;
}

.merchandise-centered {
    display: flex;
    justify-content: center;
}

    .merchandise-centered .artwork {
        position: static;
    }

.insideWrapper select {
    background: white url(../images/dropdown-arrow.png) no-repeat;
    background-position: 96% 50%;
}

    .insideWrapper input[type=email]:focus,
    .insideWrapper input[type=text]:focus,
    .insideWrapper input[type=password]:focus,
    .insideWrapper select:focus,
    .insideWrapper textarea:focus {
        border: 1px solid #3a3a3a;
    }

    .insideWrapper select option {
        color: #313131;
    }

.insideWrapper .default {
    color: #9e9e9e;
}

.insideWrapper select {
    padding: 11px 0px;
}

.searchFields {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .searchFields input {
        width: 40%;
        float: left;
        margin-right: 13px;
        margin-bottom: 5px;
    }

    .searchFields.basket input {
        width: 50%;
    }

    .searchFields select {
        width: 18%;
    }

    .searchFields.basket select {
        width: 35%;
    }

.viewPracticesFields select {
    margin-left: 13px;
    margin-bottom: 5px;
    float: right;
}

.searchFields .cssCheckbox {
    float: left;
    position: relative;
    top: 8px;
}

.searchFields label {
    margin-right: 13px;
}

.searchFields select.alignRight {
    margin-right: 0px;
}

.searchFields.basket {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.artwork-select-title .fa-filter {
    float: right;
    margin-top: 6px;
}

.scrollingBox {
    background: white;
    border: 1px solid #EFEFEF;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    margin-bottom: 20px;
    max-height: 450px;
    overflow-y: auto;
}

    .scrollingBox.noscroll {
        overflow-y: unset;
        max-height: unset;
    }

#otherPractices,
#basketPractices {
    height: 255px;
}

.scrollingBox tr.cancelled td {
    text-decoration: line-through
}

.scrollingBox td,
.scrollingBox th {
    padding: 11px 20px;
    margin: 0px;
    font-size: 16px;
    line-height: 18px;
}


    .scrollingBox td:nth-child(2) {
        white-space: nowrap;
    }

    .scrollingBox td a {
        display: inline-block;
        padding: 7px 17px;
    }

.scrollingBox .even {
    background: #f0f0f0;
}

.scrollingBox th {
    background: #f0f0f0;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 20px;
}

.scrollingBox .placeholderText {
    height: 255px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding: 0px 80px;
}

.scrollingBox table {
    /*height:255px;*/
}

.scrollingBox .action {
    padding: 0px;
    text-align: right;
}

    .scrollingBox .action a {
        color: #E2001A;
    }

.scrollingBox a:hover {
    transform: rotate(360deg);
}

.scrollingBox .practice,
.scrollingBox .name {
    width: 50%;
    float: left;
}

.scrollingBox .credit,
.scrollingBox .creditVal {
    width: 20%;
    padding-right: 0px;
    text-align: center;
    float: left;
}

.scrollingBox .quantity,
.scrollingBox .quantityVal {
    width: 20%;
    text-align: center;
    float: left;
}

.scrollingBox input {
    width: 45px;
    text-align: center;
    padding: 2px 0px;
    text-indent: 0px;
    font-size: 14px;
}
/*View Practices Page Styles --------------------------*/
.practicesPanel {
    display: none;
    background: #dbdbdb;
    padding: 30px 37px;
    position: relative;
}

    .practicesPanel .scrollingBox {
        width: 60%;
        float: left;
        margin-right: 20px;
        margin-bottom: 0px;
        height: 140px;
    }

    .practicesPanel .buttons {
        position: absolute;
        bottom: 30px;
        right: 37px;
    }

        .practicesPanel .buttons a {
            margin-left: 10px;
        }

.item {
    max-width: 213px;
    margin-right: 13px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
    flex: 1;
}

    .item:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

#divDocumentList .item {
    min-height: 278px
}

.item .pic {
    position: relative;
    margin-bottom: 10px;
    width: 213px;
    height: 120px;
    text-align: center;
    background-color: #ADADAD;
}

    .item .pic img {
        max-height: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .item .pic .edit,
    .item .pic .view {
        position: absolute;
        bottom: 0px;
        right: 0px;
        display: none;
    }

    .item .pic .view {
        left: -155px;
    }

    .item .pic .fa {
        background: #d2001a;
        color: white;
        padding: 8px 10px;
    }


#ArtworkPreviewImages .item .pic:hover {
    border: 1px solid #cecece;
    cursor: auto;
}

.item .pic .edit,
.item .pic:hover .view {
    display: inline-block;
}

.item p {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 0 15px;
    color: #E2001A;
}

    .item p span {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }

.item .otherInfo {
    display: none;
}

    .item .otherInfo.instrInfo {
        display: none;
    }

.item .backFrontOpt {
    margin-top: 10px;
}

    .item .backFrontOpt p {
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 0px;
        height: 28px;
    }

        .item .backFrontOpt p.buttons {
            line-height: normal;
            font-weight: normal;
            font-size: 14px;
        }

    .item .backFrontOpt .show {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 50%;
        text-align: center;
    }

        .item .backFrontOpt .show a {
            text-decoration: none;
            color: #a5a5a5;
        }

    .item .backFrontOpt .hide {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 50%;
        text-align: center;
    }

        .item .backFrontOpt .hide a {
            text-decoration: none;
            color: #ffffff !important;
        }

    .item .backFrontOpt span, .item .backFrontOpt a {
        background: #d7d7d7;
        color: #a5a5a5;
        padding: 4px 0px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
        display: block;
        float: left;
        text-decoration: none;
    }

        .item .backFrontOpt a.redButton {
            display: inline-block;
            background: #e2001a;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            color: white;
            font-size: 13px;
            font-weight: 400;
            padding: 4px 0px;
            text-decoration: none;
            -webkit-box-shadow: 0px 1px 2px 0px rgba(96, 9, 9, 0.75);
            -moz-box-shadow: 0px 1px 2px 0px rgba(96, 9, 9, 0.75);
            box-shadow: 0px 1px 2px 0px rgba(96, 9, 9, 0.75);
            width: 50%;
            text-align: center;
        }

            .item .backFrontOpt a.redButton:hover {
                background: #d2001a;
            }

    .item .backFrontOpt .active {
        background: #73b151;
        color: #ffffff;
    }

        .item .backFrontOpt .active a {
            text-decoration: none;
            color: #ffffff;
        }

.itemClicked {
    background: #94c07b;
    padding: 8px;
    color: white;
    position: absolute;
    left: -8px;
    top: -8px;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 6px 10px 13px -5px rgba(112,112,112,1);
    -moz-box-shadow: 6px 10px 13px -5px rgba(112,112,112,1);
    box-shadow: 6px 10px 13px -5px rgba(112,112,112,1)
}

    .itemClicked .otherInfo {
        display: block;
    }

    .itemClicked .infoInstr {
        display: none;
    }

.itemInfo .otherInfo {
    display: none;
}

.itemInfo .infoInstr {
    display: block;
}

.infoInstr p {
    width: 140px;
    float: left;
    padding: 0px 20px 10px 0px;
}

.item .close {
    background: url(../images/close.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -99999px;
    position: absolute;
    top: -17px;
    right: -17px;
    z-index: 100;
    display: none;
}

.itemClicked .close {
    display: inline-block;
}

.itemClicked .otherInfo p span {
    float: right;
}

.otherInfo .view {
    margin-bottom: 6px;
}

    .otherInfo .view .info {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        background: white;
        color: green;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        font-weight: 700;
        float: right;
    }

.otherInfo .grayButton {
    padding: 4px 15px 4px 20px;
    width: 157px;
    text-align: center;
    float: left;
    text-align: left;
}

    .otherInfo .grayButton .fa {
        float: right;
        position: relative;
        top: 4px;
        font-weight: 700;
    }

.otherInfo input {
    width: 30px;
    float: right;
    padding: 8px 0px;
    position: relative;
    top: -1px;
    text-align: center;
    text-indent: 0px;
}

/*Add Item Page Styles -----------------------------------------------*/

.artwork {
    position: relative;
    left: -30px;
    float: left;
    width: 500px;
}

    .artwork .zoomIn {
        position: absolute;
        bottom: 0px;
        background: url(../images/bg-gray-1.png) repeat;
        padding: 15px 0px;
        text-align: center;
        width: 100%;
        display: none;
    }

        .artwork .zoomIn .fa {
            font-size: 20px;
            color: white;
            background: #73b151;
            padding: 10px;
        }

.artwork-inner {
    background-color: #ADADAD;
    border-radius: 3px;
    padding: 0 10px 30px;
}

    .artwork-inner img {
        margin-top: 30px;
    }

.artwork-sku {
    font-size: 20px;
    padding: 10px 0;
    font-weight: 400;
}

.new-flag {
    background: url(../images/new-flag.png) no-repeat;
    content: "";
    background-color: #ADADAD;
    background-position-x: 15px;
}

.new-flag-inline {
    position: absolute;
    top: 0;
    background-color: unset !important;
}

.clearRightMargin {
    margin-right: 0px;
}

.artworkDetails {
    float: right;
    width: 600px;
}

    .artworkDetails h2 {
        margin-bottom: 0px;
    }

        .artworkDetails h2 .guidePrice {
            float: right;
            font-size: 16px;
        }

            .artworkDetails h2 .guidePrice span {
                font-size: 24px;
            }

    .artworkDetails .type {
        font-size: 16px;
    }

    .artworkDetails .notListed {
        text-align: right;
    }

        .artworkDetails .notListed a {
            color: #141414;
            font-weight: 300;
            font-size: 14px;
        }

    .artworkDetails .buttons {
        margin-top: 50px;
    }

        .artworkDetails .buttons .grayButton {
            margin-right: 10px;
            margin-bottom: 10px;
            float: left;
        }

.fancybox-close {
    display: none;
}

.fancybox-skin {
    background: none;
}

.fancyArtwork,
.fancyLoginConfirmation,
#fancyApproveArt {
    display: none;
}

#fancyApproveArt {
    background: white;
    border-radius: 4px;
    padding: 20px 20px 40px 20px;
    width: 740px;
    text-align: center;
}

    #fancyApproveArt h2 {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    #fancyApproveArt .redButton {
        margin-right: 10px;
    }

.fancyArtwork .artworkBig, .fancyArtwork .artworkSmall {
    float: left;
}

.fancyArtwork .artworkSmall {
    margin-left: 2px;
}

.fancyArtwork {
    width: 550px;
}

    .fancyArtwork .close {
        background: #f4f4f4;
        padding: 4px 12px;
        color: #000000;
        font-weight: 400;
        text-decoration: none;
        float: right;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .fancyArtwork .artworkCont {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 4px;
        background: white;
    }

.artworkSmall .artworkCont {
    margin-bottom: 8px;
    cursor: pointer;
    opacity: 0.8;
    width: 92px;
}

    .artworkSmall .artworkCont:hover {
        opacity: 1;
    }

.fancyArtwork .artworkContBig {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.fancyArtwork .artworkCont p {
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    color: #363636;
    border-top: 1px solid #e2e2e2;
    padding: 6px 0px;
}

.artwork-select-title {
    background-color: #808285;
    color: #fff;
    padding: 10px 17px;
    height: 30px;
    font-size: 20px;
    border-radius: 3px 3px 0 0;
}

.progress-buttons {
    max-width: 375px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
}

    .progress-buttons.merchandise {
        justify-content: center;
    }

.artworkDetails table td {
    padding: 7px 0px;
}

.artworkDetails table .odd {
    background: #f0f0f0;
}

.zoomInPractice span {
    float: left;
    text-align: left;
    font-size: 14px;
    margin-left: 15px;
    line-height: 16px;
}

.zoomInPractice a {
    float: right;
    margin-right: 15px;
}

.fancyLoginConfirmation {
    background: white;
    width: 600px;
    padding: 40px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

    .fancyLoginConfirmation .buttons {
        margin-bottom: 0px;
    }

.basketCont .scrollingBox {
    height: auto;
}


.basketCont {
    width: 750px;
    float: left;
}

.buttons .redButton.alignRight {
    margin-left: 10px;
}

.searchFieldsDocs input[type=text],
.searchFieldsAccounts input[type=text] {
    width: 600px;
}

.searchFieldsAccounts select {
    width: 417px;
}

.halfBox .form {
    margin-bottom: 29px;
}

    .halfBox .form p {
        margin-bottom: 8px;
    }

        .halfBox .form p label {
            width: 31%;
            display: inline-block;
            position: relative;
            top: 6px;
            font-weight: 400;
        }

        .halfBox .form p input[type=text],
        .halfBox .form p input[type=number],
        .halfBox .form p select,
        .halfBox .logoCont {
            width: 65%;
            float: right;
        }

        .halfBox .form p.itemID span {
            float: left;
            text-align: center;
            padding: 10px 20px;
            margin-left: 23px;
            border: 1px solid #828282;
            font-size: 14px;
            font-weight: bold;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

        .halfBox .form p.itemID label {
            float: left;
        }

.halfBox .logoCont .logoImg {
    position: relative;
    display: inline-block;
    width: 60%;
}

    .halfBox .logoCont .logoImg a {
        position: absolute;
        top: 0px;
        right: 0px;
        color: white;
        font-size: 18px;
        background: #979797;
        padding: 4px 7px;
    }

        .halfBox .logoCont .logoImg a:hover {
            background: #646464;
        }

.halfBox .form p input[type=number] {
    width: 20%;
    margin-right: 45%;
}

.halfBox .form p input[type=file] {
    padding: 10px 0px;
}

.halfBox .form p select {
    width: 65.4%;
}

.selectRole .title,
.selectPortal .title,
.activeAccount .title {
    float: left;
    width: 120px;
    font-weight: 400;
}

.activeAccount {
    margin-bottom: 10px;
}

.selectPortal .title {
    position: relative;
    top: 7px;
}

.selectRole .roles,
.activeAccount .cssRadio {
    width: 350px;
    float: right;
}

.activeAccount .cssRadio {
    width: 310px;
}

.selectRole .roles .cssRadio {
    width: 170px;
    float: left;
    margin-bottom: 17px;
}

.selectPortal {
    margin-top: 20px;
}

    .selectPortal select {
        float: right;
        width: 350px;
    }

.selectPortal {
    margin-bottom: 30px;
}

.box.closed,
.box.expanded,
.box.saveText {
    padding: 12px 30px;
}

    .box.closed h2 {
        margin-bottom: 0px;
    }

    .box.saveText p {
        float: left;
        width: 85%;
        margin-bottom: 0px;
        display: inline-block;
        margin-top: 7px;
    }

        .box.saveText p.button {
            width: 15%;
            float: right;
            text-align: right;
            margin-top: 0px;
        }

.box h2 .expand {
    float: right;
}

    .box h2 .expand .fa {
        color: #c5c5c5;
        position: relative;
        top: 1px;
    }

.halfBox .logoCont img {
    border: 1px solid #c5c5c5;
}

.scrollingBox .group,
.scrollingBox .groupVal {
    width: 40%;
}

.userSettings p {
    margin-bottom: 10px;
}

    .userSettings p span {
        width: 130px;
        display: inline-block;
    }

        .userSettings p span.label {
            font-weight: 400;
        }

.userSettingsBox {
    min-height: 380px;
}

.approvalChecklist {
    width: 48%;
    float: left;
}

.leaveComment {
    float: right;
    width: 48%;
}

    .approvalChecklist h3,
    .leaveComment h3 {
        font-weight: 600;
    }

.approvalChecklist ul {
    list-style: none;
    margin-left: 0px;
}

.approvalChecklist li {
    padding-left: 25px;
    position: relative;
    margin: 15px 0px;
}

    .approvalChecklist li:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        font-size: 18px;
        position: absolute;
        left: 0px;
        top: 2px;
        color: #e2001a;
    }

.leaveComment textarea {
    width: 100%;
}

.listFilters {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .listFilters .accountName {
        width: 30%;
    }

    .listFilters .filterTitle {
        font-weight: bold;
        display: inline-block;
        margin-right: 10px;
    }

    .listFilters label {
        display: block;
        margin-bottom: 10px;
    }

    .listFilters input {
        margin-right: 10px;
    }

    .listFilters > div {
        margin: 20px 0;
    }

        .listFilters > div:last-child label {
            display: none;
        }

@media screen and (min-width: 992px) {
    .listFilters > div {
        float: left;
        width: 27%;
        margin: 0;
    }

        .listFilters > div:last-child {
            text-align: right;
            width: 19%;
        }

            .listFilters > div:last-child label {
                display: block;
            }
}

.pagination {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

    .pagination a, .pagination span {
        display: inline-block;
        margin-right: 5px;
        padding: 10px;
        background: white;
        border: 1px solid #d7d7d7;
        text-decoration: none;
        font: 12px Arial;
        color: #333333;
        border-radius: 3px;
    }

        .pagination a.active, .pagination a:hover, .pagination span.current {
            background: #d2001a;
            color: white;
        }

        .pagination a.prevPage, .pagination a.nextPage {
            padding: 4px 12px;
            text-indent: -99999px;
        }

        .pagination a.prevPage, .pagination span.disabled {
            background: white url(../images/arrows-1.png) no-repeat 7px 5px;
        }

        .pagination span.disabled {
            background: white no-repeat 7px 5px;
        }

        .pagination a.nextPage {
            background: white url(../images/arrows-1.png) no-repeat -9px 5px;
        }

        .pagination a.prevPage:hover {
            background: #ededed url(../images/arrows-1.png) no-repeat 7px 5px;
        }

        .pagination a.nextPage:hover {
            background: #ededed url(../images/arrows-1.png) no-repeat -9px 5px;
        }

.divider {
    border-bottom: 1px solid #dcdcdc;
    height: 1px;
}

.alignLeft {
    float: left !important;
}

.alignRight {
    float: right !important;
}

.clearMgBottom {
    margin-bottom: 0px !important;
}

.siteDown {
    min-height: 300px;
}

    .siteDown h2 {
        text-align: center;
        line-height: 35px;
    }

    .siteDown .hugeFour {
        text-align: center;
        font-size: 100px;
        color: #e2001a;
        margin-top: 50px;
        margin-bottom: 0px;
    }

/* Index-printer Page Styles */
.navbarNav li.warning {
    background: #e10013;
    margin-left: 140px;
    padding: 0px 25px;
}

    .navbarNav li.warning a {
        text-transform: none;
        color: #ffffff;
    }
/* Download Page Styles */
.scrollingBox .downloadInput {
    text-align: center;
}

.fa.fa-download {
    font-size: 32px;
}

/*Reconcile Page Styles*/

.alignLeft {
    float: left;
}

.reconcileInput {
    width: 370px;
}

    .reconcileInput label {
        margin-right: 15px;
        line-height: 40px;
    }

    .reconcileInput input {
        width: 280px;
    }

.addFile .buttons {
    margin-left: 15px;
}

.confirmPricing {
    width: 480px;
    margin-left: 40px;
}

.addFile, .confirmPricing {
    margin-top: 20px;
}

    .addFile h2, .confirmPricing h2 {
        margin-bottom: 20px;
    }

/* Extra Styles*/

.insideWrapper .listFilters select {
    width: 230px;
}

.listFiters .grayButton {
    margin: 0px 15px;
}

.item .backFrontOpt .deleteButton {
    float: right;
}

p.updateArtwork label {
    width: 30%;
    display: inline-block;
    font-weight: 400;
}

p.updateArtwork input[type=text] {
    width: 40%;
}

p.updateArtwork {
    padding-top: 20px;
}

.insideWrapper .halfBox {
    /*height: 498px!important;*/
    min-height: 498px;
}

.accountDetails .detailsBox {
    width: 450px;
}

.detailsBox .form p span.value {
    width: 65%;
    float: right;
    margin-top: 8px;
}





@media screen and (min-width: 1170px) {
    .mediaQueryDetect {
        top: 0px;
    }

        .mediaQueryDetect:after {
            content: "Greater than 1170"
        }

    .container {
        width: 1170px;
    }
}

@media screen and (max-width: 1169px) {
    .mediaQueryDetect {
        top: 1px;
    }

        .mediaQueryDetect:after {
            content: "1024-1170"
        }

    .clearFixNav {
        display: none;
    }

    .container {
        width: 100%;
        margin-top: 0px;
    }

    .logo {
        width: 20%;
        margin-left: 1%;
    }

        .logo a {
            width: 100%;
            height: 0px;
            padding-top: 31.57894736842105%;
            background-size: cover;
        }

    .buttonsPanel a {
        width: 25.6%;
        margin-right: 2%;
        padding: 3%;
    }

    .buttonsPrinter a {
        width: 42.5%;
        padding: 3%;
        margin-right: 2%;
    }

        .buttonsPrinter a.reportsReconcile {
            margin-right: 0;
        }

    .bannerHome {
        padding: 2% 5%;
    }

        .bannerHome .message {
            width: 50%;
        }

    .navbar {
        width: 78%;
        margin-right: 1%;
    }

    .bannerHome .pic {
        width: 60%;
    }

    .loginContainer {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
    }

        .loginContainer .pic {
            width: 50%;
        }

        .loginContainer .loginBox {
            width: 40%;
            padding: 4% 5%;
        }

    /* Select Practices Page Styles --------------------*/
    .halfBox {
        width: 42%;
        padding: 3%;
    }

    .searchFields input,
    .searchFields select,
    .searchFields.basket input,
    .searchFields.basket select {
        width: 48%;
        margin: 0px;
    }

    .viewPracticesFields input[type=text] {
        width: 40%;
        margin-right: 2%;
    }

    .viewPracticesFields select {
        width: 16%;
        margin-right: 2%;
    }

    .item {
        margin-right: 18px;
    }
    /* Add item Page Styles ----------------------*/
    .artwork {
        width: 35%;
    }

    .merchandise-centered .artwork {
        width: initial;
        max-width: 500px;
        margin-top: 1.5rem;
    }

    .artworkDetails {
        width: 60%;
    }

        .artworkDetails .buttons a {
            padding-left: 20px;
            padding-right: 20px;
        }

    .basketHelp {
        width: 32%;
        padding: 4%;
    }

    .basketCont {
        width: 60%;
    }

    .searchFieldsDocs input[type=text],
    .searchFieldsAccounts input[type=text] {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 1.5%;
    }

    .searchFieldsDocs select {
        width: 200px;
    }

    .selectRole .title,
    .selectPortal .title,
    .activeAccount .title {
        width: 30%;
    }

    .selectRole .roles,
    .selectPortal select,
    .activeAccount .cssRadio {
        width: 70%;
    }

        .selectRole .roles .cssRadio {
            width: 50%;
        }

    .addFile, .confirmPricing {
        width: 48%;
        margin-left: 0px;
    }

    .confirmPricing {
        float: right;
        margin-left: 3%;
    }

    .reconcileInput {
        width: 100%;
    }

        .reconcileInput input {
            width: 70%;
        }

    .addFile .buttons {
        float: right;
    }

    #fancyApproveArt {
        width: 90%;
    }
}



@media screen and (max-width: 1023px) {
    .mediaQueryDetect {
        top: 2px;
    }

        .mediaQueryDetect:after {
            content: "960-1023"
        }

    .buttonsPanel a {
        font-size: 24px;
        line-height: 24px;
    }

    .buttonsPanel .name {
        top: 15px;
    }

    .bannerHome {
        padding: 4% 5%;
    }

        .bannerHome .message {
            width: 46%;
            position: relative;
            padding-top: 4%;
            padding-left: 4%;
            float: left;
            margin-top: 0px;
        }

        .bannerHome .pic {
            width: 50%;
            float: right;
        }

        .bannerHome .message .redButton {
            left: 0
        }

    .scrollingBox .placeholderText {
        padding: 0px 30px;
    }

    .artworkDetails .buttons .redButton {
        float: left;
        margin-right: 10px;
    }

    .scrollingBox .practice, .scrollingBox .name {
        width: 40%;
    }
}

@media screen and (max-width: 960px) {
    .mediaQueryDetect {
        top: 3px;
    }

        .mediaQueryDetect:after {
            content: "900-963"
        }

    .toggleNav {
        display: block;
        float: right;
        background: url(../images/icon-toggle.png) no-repeat;
        width: 20px;
        height: 18px;
        margin-right: 20px;
        cursor: pointer;
    }

    .navbar {
        display: none;
        width: 100%;
        float: none;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        position: static;
        background: white;
        position: absolute;
        z-index: 2;
        margin-top: 20px;
    }

    .navbarNav, .signinDetails {
        position: static;
        float: none;
    }

    .clearFixNav {
        display: block;
    }

    .navbarNav li, .navbarNav li a, .navbarNav li.warning {
        display: block;
        float: none;
    }

        .navbarNav li.warning {
            margin: 0px;
            padding-left: 0px;
            text-align: left;
        }

        .navbarNav li a {
            font-size: 16px;
            padding: 10px 20px;
            font-weight: 400;
        }

            .navbarNav li a:hover {
                background: #f5f5f5;
            }

        .navbarNav li.warning a:hover {
            background: #e10013;
        }

    .signinDetails {
        padding-left: 20px;
        padding-bottom: 10px;
        padding-top: 4px;
        margin: 0px;
        background: #eeeeee;
        border-bottom: 1px solid #d5d5d5;
    }
}

@media screen and (max-width: 900px) {
    .mediaQueryDetect {
        top: 4px;
    }

        .mediaQueryDetect:after {
            content: "768-900"
        }

    .buttonsPanel a {
        font-size: 20px;
        line-height: 20px;
    }

    .practicesPanel .scrollingBox {
        width: 50%;
    }

    .selectRole .title,
    .selectRole .roles,
    .selectPortal .title,
    .selectPortal select,
    .activeAccount .title,
    .activeAccount .cssRadio {
        width: 100%;
    }

    .selectRole .title,
    .selectPortal .title,
    .activeAccount .title {
        margin-bottom: 10px;
    }

    .box.saveText p {
        width: 80%;
    }

        .box.saveText p.button {
            width: 20%;
        }
}

@media screen and (max-width: 768px) {
    .mediaQueryDetect {
        top: 5px;
    }

        .mediaQueryDetect:after {
            content: "600 - 768"
        }

    .buttonsPanel a {
        font-size: 17px;
        line-height: 19px;
    }

    .buttonsPanel .name {
        top: 6px;
    }

    .bannerHome .message,
    .bannerHome .pic {
        width: 95%;
        float: none;
        position: relative;
    }

    .buttonsPanel .icon {
        width: 50px;
        height: 50px;
        background-size: cover;
    }

    .searchFieldsDocs input[type=text] {
        width: 40%;
    }

    .halfBox {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px;
    }

    .approvalChecklist,
    .leaveComment {
        width: 100%;
        float: none;
    }

    .addFile, .confirmPricing {
        width: 100%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 600px) {
    .mediaQueryDetect {
        top: 6px;
    }

        .mediaQueryDetect:after {
            content: "< 600"
        }

    .loginContainer {
        padding: 20px;
    }

        .loginContainer .pic {
            display: none;
        }

        .loginContainer .loginBox {
            width: 100%;
            float: none;
            box-sizing: border-box;
            padding: 35px;
            margin: 0px;
        }

    footer p {
        text-align: center;
    }

    .buttonsPanel a {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 28px;
        line-height: 60px;
        padding: 10px 30px;
    }

        .buttonsPanel a br {
            display: none;
        }

    .buttonsPanel .icon {
        width: 70px;
        height: 70px;
    }

    .bannerHome .message {
        padding-top: 8%;
        padding-left: 8%;
        width: 90%;
    }

        .bannerHome .message h1 {
            color: #d2001a
        }

    .buttonsPrinter a {
        line-height: 28px;
        font-size: 24px;
    }

        .buttonsPrinter a br {
            display: block;
        }
}

@media screen and (max-width: 480px) {
    .mediaQueryDetect {
        top: 6px;
    }

        .mediaQueryDetect:after {
            content: "< 600"
        }

    .buttonsPanel a br {
        display: block;
    }

    .buttonsPanel a {
        line-height: 28px;
        font-size: 24px;
    }

    .halfBox .form p label,
    .halfBox .form p input[type=text],
    .halfBox .logoCont,
    .halfBox .form p input[type=number],
    .halfBox .form p select,
    .selectRole .roles .cssRadio {
        width: 100%;
        margin-right: 0;
    }

    .halfBox .form p label {
        margin-bottom: 10px;
    }

    .buttonsPrinter .name {
        top: 10px;
    }

    .buttonsPrinter a {
        line-height: 24px;
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    .buttonsPrinter a {
        line-height: 19px;
        font-size: 15px;
    }

    .buttonsPrinter .name {
        top: 15px;
    }
}

.page-intro {
    margin-top: 95px;
    background: #EFEFEF;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05) inset;
}

.page-header {
    max-width: 1170px;
    margin: auto;
}

.actionPanel {
    padding: 0 15px 10px;
}

.items {
    display: flex;
    flex-wrap: wrap;
}

.homeItems {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
}

/*Start main menu styles-------*/
.inner-main-menu {
    margin: 0 auto;
    max-width: 1170px;
    height: 95px;
    padding-top: 15px;
}

    .inner-main-menu ul {
        margin: 0;
        padding: 10px 0 0;
        list-style: none;
        text-align: right;
    }

    .inner-main-menu li {
        float: none;
        display: inline-block;
        padding: 10px 20px;
    }

        .inner-main-menu li:nth-child(1) {
            float: left;
        }

        .inner-main-menu li a {
            text-decoration: none;
            display: inline-block;
        }

#main-menu {
    width: 100%;
    position: fixed;
    background-color: #fff;
    height: 95px;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.logo_area {
    width: 200px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 15px;
    content: "";
    margin-left: -100px;
    text-align: center;
}

a.profile {
    color: #000;
    font-weight: 400;
}

    a.profile:hover {
        color: #E2001A;
        text-decoration: underline;
    }

.basket {
    border-left: 1px solid #D0D0D0;
}

a.signoutIcon:after {
    padding-left: 10px;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f08b";
}

a.basketIcon:before {
    padding-right: 10px;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f290";
}

a.menu-link:before {
    padding-right: 10px;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f0c9";
}

#contentList {
    padding: 40px 0px;
}

.card-item {
    max-width: 50%;
    margin-right: 13px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
    flex: 1;
    background-color: #fff;
}

    .card-item:nth-child(1) {
        margin-left: 20px;
    }

    .card-item .pic {
        position: relative;
        width: 268px;
        height: 149px;
        text-align: center;
        background-color: #ADADAD;
    }

        .card-item .pic img {
            max-height: 100%;
            object-fit: contain;
            overflow: hidden;
        }

    .card-item p {
        font-size: 22px;
        margin-bottom: 12px;
        padding: 30px 15px;
        color: #E2001A;
        transition: 0.3s;
    }

        .card-item p span {
            font-size: 14px;
            font-weight: 400;
            color: #666666;
        }

    .card-item a, a:visited, a:hover, a:active {
        text-decoration: none;
    }

    .card-item:hover p {
        font-size: 24px;
    }

    .card-item:hover span {
        font-size: 15px;
    }

.home-cards {
    margin-top: 78px;
    background: #EFEFEF;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05) inset, 0 2px 4px rgba(0, 0, 0, 0.05) inset;
}

#contentList span {
    display: flex;
    text-decoration: none;
}

.contentType {
    display: unset !important;
}

/* Slider */

.holder {
    height: 150px;
    background: gray;
    border: 1px dashed #000;
    color: #fff;
    text-align: center;
}

.center {
    margin: 10px;
}

.inside-image {
    width: 100%;
    height: 100%;
}

.holder1 {
    width: 50%;
    float: left;
    background-color: white;
    display: block;
    color: green;
}

.holder2 {
    width: 50%;
    float: right;
}




.basketHelp {
    width: 300px;
    float: right;
    position: relative;
    top: -30px;
    right: -30px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
}

    .basketHelp h3 {
        font-size: 24px;
        padding-bottom: 15px;
    }

.basketInfo {
    background: #EFEFEF;
    padding: 20px;
}

    .basketInfo ul {
        margin: 0;
        list-style: none;
        text-align: right;
    }

    .basketInfo li {
        padding: 10px 0;
    }

        .basketInfo li:nth-last-child(1) {
            padding: 10px 0 0;
        }

    .basketInfo .infoTitle {
        float: left;
    }

    .basketInfo infoValue) {
        float: right;
    }

.basketActions {
    padding: 20px;
}

#delMethod {
    width: 100%;
    margin-bottom: 10px;
}

.itemIntro {
    float: left;
    max-width: 750px;
    display: inline-block;
}

.itemDetail {
    background: #fff;
    display: flex;
    width: 250px;
    float: right;
    padding: 20px 40px;
    border-radius: 3px;
}

    .itemDetail div {
        width: 50%;
        font-size: 20px;
        font-weight: 500;
        color: #E2001A;
    }

    .itemDetail span {
        font-size: 14px;
        color: #666;
    }

.favourite i {
    color: #d2001a;
}

.back-icon {
    color: #E2001A;
    margin-right: 10px;
}


.introImg {
    margin: 0 0 0 40px;
}


/*New Artwork List --------------------------*/

.products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.product-card {
    flex: 1 16%;
    border-radius: 3px;
    border: 1px solid #D7D7D7;
    position: relative;
    min-height: 300px;
    cursor: pointer;
    max-width: 218px;
}

    .product-card:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

.product-card-frontend a {
    text-decoration: none;
}

    .product-card-frontend a:hover {
        color: #666;
    }

.product-image {
    background-color: #ADADAD;
    padding: 15px;
}

    .product-image img {
        max-width: 100%;
        background-color: #ADADAD;
    }

.product-info {
    padding: 0 15px;
    margin-top: 10px;
}

    .product-info .type {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        margin-bottom: 0;
    }

    .product-info .title {
        font-size: 18px;
        color: #E2001A;
    }

.product-action {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    margin: 15px 0;
    width: 85%;
}

.product-type {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    display: flex;
    background-color: #efefef;
    width: 100%;
    font-size: 14px;
}

    .product-type div {
        padding: 5px;
        text-align: center;
        flex-grow: 1;
    }

        .product-type div i {
            margin-right: 5px;
        }

            .product-type div i.fa-check-circle {
                color: #5ca9ad;
            }

.item-disabled {
    cursor: not-allowed;
}

    .item-disabled .title {
        color: grey;
    }

    .item-disabled img {
        opacity: 50%;
    }

    .item-disabled .secondaryButton {
        pointer-events: none;
        cursor: default;
        color: grey;
        background-color: #EFEFEF;
        border: 1px solid #EFEFEF;
        text-decoration: none;
    }

.orderItemStatusChange {
    display: none;
    text-align: right;
    color: green;
}

.itemStatus {
    color: #E2001A;
    text-align: center;
}

.iconKey {
    margin-top: 20px;
}

    .iconKey span {
        margin-right: 10px;
    }

    .iconKey i {
        padding: 0 10px;
        color: #E2001A;
    }


/* style for the css menu dropdown container */
.menu {
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 0;
    margin: 0;
    outline: 0;
    text-align: left;
}

    /* style for the button */
    .menu:before {
        content: "\2630 \a0 Menu";
        color: #666;
    }

    .menu:hover:before {
        color: #E2001A;
    }

    .menu:focus {
        pointer-events: none;
    }

        /* If :focus detected the dropdown menu is displayed by making it visible */
        .menu:focus .menu-dropdown {
            opacity: 1;
            visibility: visible;
        }

/* style for the dropdown box */
.menu-dropdown {
    background-color: #fff;
    width: auto;
    margin: 3px 0 0 0;
    padding: 10px;
    border-radius: 3px;
    pointer-events: auto;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

    /* style the links in the dropdown */
    .menu-dropdown a {
        background: transparent;
        border: none;
        outline: 0;
        display: block;
        color: #666;
        text-decoration: none;
        width: 160px;
        padding: 5px;
    }

        .menu-dropdown a:hover {
            background: #fcfcfc;
            border: none;
            outline: 0;
            display: block;
            color: #E2001A;
            text-decoration: none;
            width: 160px;
            padding: 5px;
        }

    .menu-dropdown hr {
        border-color: #666;
        border-top-width: 0.5px;
        border-top-style: none;
    }

.fancybox-overlay-fixed {
    z-index: 10000;
}

.fancybox-opened {
    z-index: 10001;
}

.needThisToday {
    background-color: #f1f1f1;
    height: 100px;
    border-radius: 3px;
    padding: 10px;
}

    .needThisToday a {
        text-decoration: underline;
        color: #E2001A;
    }

.header-intro {
    margin-top: 10px;
}

    .header-intro .header-details {
        display: flex;
        flex-direction: column;
    }

@media (min-width: 768px) {
    .header-intro .header-details {
        flex-direction: row;
    }

        .header-intro .header-details span:first-child {
            width: 120px;
        }

        .header-intro .header-details span:last-child {
            width: calc(100% - 120px);
        }
}

.filterInfoPanel {
    text-align: center;
    background-color: #f1f1f1;
    display: none;
    padding: 5px 0;
    margin-bottom: 20px;
}

    .filterInfoPanel i {
        text-align: center;
        color: #5ca9ad;
        margin-right: 5px;
    }

input.validation-error {
    border-color: #a00 !important;
}

span.validation-error {
    color: #a00;
    display: block;
    margin: 10px 0;
}

a[disabled] {
    cursor: pointer;
    background-color: #999;
    pointer-events: none;
}


/* Scrolling Banner */
.scrolling-banner-container {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.scrolling-banner {
    overflow: hidden;
    position: relative;
    background: #efefef;
    height: 50px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
}

.scrolling-content {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left var(--scroll-duration, 30s) linear infinite;
}

.scrolling-banner:hover .scrolling-content {
    animation-play-state: paused;
}

.scrolling-item {
    display: inline-block;
    padding: 0 1.5rem;
    position: relative;
}

    .scrolling-item + .scrolling-item::before {
        content: "•";
        position: absolute;
        left: -2px;
        top: -2px;
        color: #333;
        font-weight: bold;
    }

    .scrolling-item p {
        margin: 0;
        margin: 0;
    }

    .scrolling-item a {
        color: #d2001a;
    }


/* Scrolling animation */
@keyframes scroll-left {
    0% {
        left: 100%;
    }

    100% {
        left: calc(-1 * var(--content-width, 100%));
    }
}


/*Blocks*/
.blocks-wrapper.extraMarginTop {
    margin-top: 130px;
}

.block {
    padding: 10px;
    margin: 2rem 0;
    box-sizing: border-box;
}

.block-title {
    color: #E2001A;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 2rem;
}

.block-text p:last-of-type {
    margin-bottom: 0;
}

.block .container {
    margin-bottom: 0;
    margin-top: 0;
}

.block.full-width {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}

    .block.full-width .container {
        margin-bottom: 20px;
        margin-top: 20px;
    }


.block.bg-grey {
    background: #efefef;
}


/*Image Text Block*/
.image-text-block {
    margin: 2rem 0;
}

    .image-text-block .block-content {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
    }

    /* Default: image on the left */
    .image-text-block.image-left .block-image {
        order: 0;
        flex: 1;
    }

    .image-text-block.image-left .block-text {
        order: 1;
        flex: 1;
    }

    /* Reversed: image on the right */
    .image-text-block.image-right .block-image {
        order: 1;
        flex: 1;
    }

    .image-text-block.image-right .block-text {
        order: 0;
        flex: 1;
    }

    .image-text-block .block-image img {
        max-width: 100%;
        height: auto;
        display: block;
    }

/* Responsive stacking on small screens */
@media (max-width: 768px) {
    .image-text-block .block-content {
        flex-direction: column;
    }

    .image-text-block.image-left .block-image,
    .image-text-block.image-left .block-text,
    .image-text-block.image-right .block-image,
    .image-text-block.image-right .block-text {
        order: unset;
    }
}



/* CALL To Actions */
.call-to-actions-block.full-width .cta-wrapper {
    padding: 0 10px;
}

.cta-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.cta-item {
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 1rem);
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: box-shadow 0.2s;
    border-radius: 3px;
}

    .cta-item:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

.cta-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.cta-image {
    flex: 0 0 50%;
    background: #adadad;
}

    .cta-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.cta-content {
    flex: 1;
    padding: 30px 15px;
}

    .cta-content .cta-subtitle {
        display: block;
        color: #666;
        margin-bottom: 0.5rem;
        font-size: 14px;
        transition: 0.3s;
    }

    .cta-content h3 {
        margin: 0;
        font-size: 22px;
        color: #e2001a;
        transition: 0.3s;
    }


.cta-item:hover .cta-content .cta-subtitle {
    font-size: 15px;
}

.cta-item:hover .cta-content h3 {
    font-size: 24px;
}

/* Tablet and down (max 991px): stack items vertically */
@media (max-width: 991px) {
    .cta-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Mobile stack (max 575px): stack image above text inside the item */
@media (max-width: 575px) {
    .cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-image {
        width: 100%;
        margin-bottom: 1rem;
    }

        .cta-image img {
            height: auto; /* Allow to shrink naturally */
        }
}

