/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

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

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

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

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

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

}

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

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

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

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

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,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,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

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

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_444444_256x240.1390b425cda2.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_444444_256x240.1390b425cda2.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_555555_256x240.77aa3789fec8.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_ffffff_256x240.9886d3f03300.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_777620_256x240.73dcacd75d54.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_cc0000_256x240.034e9fa1ef02.png");
}
.ui-button .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_777777_256x240.46c951ac66e6.png");
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
/* qTip2 v2.2.1 | Plugins: tips modal viewport svg imagemap ie6 | Styles: core basic css3 | qtip2.com | Licensed MIT | Sat Sep 06 2014 23:12:07 */

.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}
@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

.sol-container * {
    margin: 0;
    padding: 0;
}

.sol-container {
  width: 195px;			
}

.sol-inner-container {
    position: relative;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    background: #fff;
}

.sol-container.sol-active .sol-inner-container {
    z-index: 9999;
    background: #fff;

    border-color: rgb(222, 218, 220);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(238, 238, 238);
}

.sol-input-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 25px;
}

.sol-caret-container {
    position: absolute;
    display: inline-block;
    width: 25px;
    right: 0;
    top: 0;
    bottom: 0;
}

.sol-caret-container .sol-caret {
    position: relative;
    display: inline-block;
    left: 10px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid #a9aec3;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sol-input-container input[type="text"] {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #555;
    padding: 0 12px;
    outline: none;
    width: 100%;
    height: 100%;
    font-weight: normal;
}


.sol-input-container input[type="text"]:-ms-input-placeholder {
    color: #333;

}

.sol-input-container input[type="text"]::-ms-clear {
    display: none;
    color: #333;
}

.sol-selection-container {
    display: none;
    width: 195px;
}

.sol-container.sol-active .sol-selection-container {
    display: block;
    position: fixed;
    left: inherit;
    top: inherit;
    z-index: 10000;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.sol-active.sol-selection-top .sol-selection-container {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;

    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    box-shadow: 0 0 12px rgba(0, 0, 0, .175);
}

.sol-active.sol-selection-top .sol-inner-container {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;

    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.sol-active.sol-selection-bottom .sol-selection-container {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.sol-active.sol-selection-bottom .sol-inner-container {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sol-action-buttons {
    color: #555;
    border-bottom: 1px solid #ccc;
    background: #eee;
    padding: 7px 10px;

    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.sol-action-buttons a {
    line-height: 1em;
    text-decoration: none;
    color: #888;
    border-bottom: 1px solid transparent;
}

.sol-action-buttons a:hover {
    border-bottom: 1px solid #888;
}

.sol-action-buttons .sol-select-all {
    float: left;
}

.sol-action-buttons .sol-deselect-all {
    float: right;
}

.sol-action-buttons .sol-clearfix {
    clear: both;
}

.sol-selection {
    overflow: auto;
    position: relative;
    min-height: 0px;
}

.sol-selection:empty {
    display: none;
}

.sol-option {
    display: block;
}

.sol-label {
    padding: 5px 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.sol-label-text {
    padding-left: 0px;
    line-height: 1.2em;
}

.sol-selection:not(.sol-keyboard-navigation) .sol-option:hover, .sol-option.keyboard-selection {
    background: #ccc;
    color: #fff;
}

.sol-optiongroup {
    background: #f7f7f7;
    padding-bottom: 1px;
}

.sol-optiongroup-label {
    color: #555;
    background: #eee;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sol-optiongroup.disabled {
    color: #999;
}

.sol-selection div:first-child.sol-optiongroup > .sol-optiongroup-label {
    border-top: none;
}

.sol-checkbox, .sol-radio {
    position: absolute;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    top: 8px;
    right: 10px;
}

.sol-selected-display-item,
.sol-results-count {
    display: inline-table;
    border: 1px solid #ccc;
    background: #f7f7f9;
    font-size: 0.9em;
    margin-right: 5px;
    margin-bottom: 5px;
    border-collapse: separate;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sol-selected-display-item-text {
    padding: 3px 5px;
    display: table-cell;
    vertical-align: top;
}

.sol-quick-delete {
    color: #777;
    display: table-cell;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
    vertical-align: top;
}

.sol-quick-delete:hover {
    color: #111;
    cursor: pointer;
}

.sol-quick-delete + .sol-selected-display-item-text {
    padding-left: 0;
}

.sol-filtered-search {
    display: none;
}

.sol-no-results, .sol-loading-data {
    padding: 5px 0 5px 0;
    color: #999;
    font-style: italic;
    text-align: center;
}

.sol-loading-data {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

body {
    font-family: trebuchet ms,sans-serif;
    font-size: 13px;

    color: #111;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, select, textarea, button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 4px;
}

.bold {
    font-weight: bold;
}

img {
    max-width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
.ui-multiselect,
select,
textarea {
    border: 1px solid #d0d0d0;
    background: none;
}

.ui-multiselect{
    width: 150px !important;
}



input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
    border: 1px solid #74b9f0;
    outline: none;
}

button.ui-multiselect.ui-widget {
    padding: 4px;
    border-radius: 0;
}

input::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}

a {
    color: #00547d;
}

a:hover {
    color: #005ca3;
    text-decoration: none;
}

a img {
    border: none;
}

iframe {
    border: 0;
}

.chosen-container div.chosen-drop {
    width: 100%;
}

.wide-table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    color: #333;
    display: table;
}

.wide-table td {
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.none {
    display: none !important;
}

.nowrap {
    white-space: nowrap
}

.clear {
    clear: both;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

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

.errorlist li {
    margin: 1px 0;
    padding: 1px 4px;
    background: #c00;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
}

.canceled {
    color: red;
}

.helptext {
    color: #aaa;
    display: inline-block;
    margin: 3px 0;
}

.close-wrapper {
    display: inline-block;
    text-align: right;
    width: 100%;
}

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

.button {
    display: inline-block;
    padding: 5px 14px;
    text-decoration:none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #161616;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.button:hover,
.button:focus {
    text-decoration:none !important;
    background: #cc0606;
    color: #fff;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.button:active {
    position: relative;
    top: 1px;
}

.button * {
    color: #555;
}

a.button {
    padding: 5px 16px;
}

.icon {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0;
    outline: none;
    background-position: top center;
    background-repeat: no-repeat;
}

.icon:hover {
    background-position: bottom center;
}

.comment-tip strong {
    display: block;
    padding: 2px 0;
    width: 200px;
    color: #c00;
}

.comment-tip strong.my {
    color: #00c;
}

.comment-tip small {
    float: right;
}

.comment-tip em {
    display: block;
    width: 200px;
    font-style: normal;
    color: #000;
}

.ui-autocomplete .ui-menu-item {
    text-align: left;
}

.search-specify .item-number {
    white-space: nowrap;
}

/*  MOBILE CSS  */

@media screen and (max-width: 1000px) {
	body {
        min-width: 320px;
    }
    .content {
        margin: 45px auto 0;
    }

}


@media screen and (max-width: 768px) {
    /* header */
    .search-box {
        text-align: center;
    }

    .search-box select {
        display: none;
    }
}

@media (max-width: 480px) {
    h1.main-heading, .main-heading h1 {
        font-size: 16px !important;
    }

    /* end adaptive tables */
    .form-table th, .form-table td {
        width: 100%;
        display: inline-block;
        text-align: left;
    }
    .form-table td input[type=text],
    .form-table td input[type=email],
    .form-table td input[type=number],
    .form-table td input[type=password] {
        width: 100% !important;
    }

    .form-table td select {
        width: 100% !important;
    }

    .form-table td textarea {
        width: 100% !important;
    }
    .form-table td input[type=checkbox] {
        width: auto;
    }
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    min-width: 320px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: url("/static/style/images/body-bg.44a8a03bb5c3.png") repeat-x top #fff;
}


.content {
    max-width: 1600px;
    padding: 0px 20px;
}

.header-wrapper {
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.top-header-w {
    display: inline-block;
    width: 100%;
}
.top-header {
    display: inline-block;
    text-align: left;
    max-width: 1560px;
    width: 100%;
    padding: 0 20px;
    background: #e3e3e3;
}

.top-header * {
    font-size: 14px;
    color: #cc0000;
    padding: 5px 0;
    margin: 0;
    font-weight: bold;
}
.top-header span {
    margin-right: 5px;
}

.top-header span.t-caption {
    color: #161616;
}

.header {
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 1600px;
}

.header > div.phone-icon {
    background: url("/static/style/images/header-icons.7b70e2696699.png") no-repeat -27px -20px;
    width: 22px;
    height: 24px;
    display: none;
    float: right;
    margin-right: 10px;
    margin-top: 29px;
}

.logo-wrapper {
    display: inline-block;
    float: left;
    padding-top: 10px;
}

.logo {
    display: inline-block;
    float: left;
    line-height: 0px;
    text-align: center;
}

.logo a {
    outline: none;
    display: inline-block;
    width: 100%;
}

.logo a img {
    width: 279px;
}

.logo strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #777;
    line-height: 16px;
    padding: 5px 0;
    text-align: left;
}

.contacts-wrapper {
    width: 100%;
    overflow-x: auto;
    text-align: center;
    float: left;
    padding: 1px 0px;
    display: inline-block;
}

.contacts-wrapper.opened {
    display: inline-block;
}

.contacts {
    font-size: 15px;
    width: 100%;
    text-align: left;
    color: #444;
    max-width: 1600px;
    overflow-x: auto;
}

.contacts p {
    margin: 0;
    padding: 0 0 3px 0;
    display: inline-block;
}

.contacts * {
    color: #676767;
}

.contacts script {
    display: none;
}

.contacts ul {
    display: inline-block;
    width: 100%;
    margin: 2px 0;
    padding: 0;
}

.contacts ul li {
    display: inline-block;
    list-style-type: none;
    margin: 2px 4px 4px 0;
    font-size: 18px;
}

.contacts h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    font-weight: normal;
}

.contacts h3 a {
    text-decoration: none;
    font-weight: bold;
    color: #ce211b;
}

.contacts h3 a:hover {
    color: #111;
}

.contacts .phone {
    padding-left: 20px;
    background: url("/static/style/images/phone.04e06386dd18.png") no-repeat left center;
}

.contacts .phone small {
    font-size: 15px;
    color: #555;
}

.contacts .skype {
    text-decoration: none;
    color: #555;
}

.contacts .skype img {
    margin-right: 4px;
}

.contacts .skype span {
    border-bottom: 1px dotted #555;
}

.contacts .skype:hover span {
    color: #111;
    border: none;
}

.contacts .email {
    padding-left: 20px;
    background: url("/static/style/images/email.27631472b103.png") no-repeat left center;
}

.contacts .email a {
    text-decoration: none;
}

.contacts .email a:hover {
    color: #111;
}

.header > div.phone-icon,
.contacts-wrapper {
    display: none;
}

.main-menu {
    background: #161616;
    margin: 0 20px;
}

.sidebar-main-menu,
.sidebar-main-menu ul {
    padding: 0;
    list-style-type: none;
    display: none;
    width: 100%;
}
.sidebar-main-menu .menu-trigger-w {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 0 0px;
}

.main-menu .container {
    overflow-x: auto;
    max-width: 1600px;
    margin: 0 auto;
}

.main-menu.fixed .container {
    height: 31px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu li {
    float: left;
}

.main-menu li:first-child {
    border: none;
}

.main-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #777;
}

.main-menu li a:first-child {
    border-left: 1px solid #777;
}

.main-menu li.a-feedback a:before,
.main-menu li.a-claim a:before  {
    content: "";
    display: inline-block;
    float: left;
    width: 15px;
    margin-right: 7px;
    height: 50px;
    background: url("/static/style/images/feedback.9d8c50015b8d.png") center left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main-menu li.a-claim a:before {
    background: url("/static/style/images/claim.d4af9c7865e3.png") center left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main-menu li a:hover {
    background-color: #333;
}

.main-menu.fixed {
    position: fixed;
    z-index: 20;
    padding: 0 20px;
    top: 0px;
    margin: 0;
    height: 31px;
    width: 100%;
    background: #161616;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu.fixed  li a {
    height: 30px;
    line-height: 30px;
}

.main-menu.fixed  li a:before {
  height: 30px;
}

.cart-box.fixed {
    display: none;
}

.main-menu.fixed .cart-box-wrapper.cart-fixed,
.main-menu.fixed .cart-box.fixed {
    display: inline-block;
    margin-top: 0;
    border: none;
}


.logo-fixed {
    display: none;
}

.main-menu.fixed .logo-fixed {
    display: inline-block;
    background: #fff;
    height: 22px;
    margin-top: 4px;
    margin-right: 20px;
}

.main-menu.fixed .logo-fixed img {
    max-height: 22px;
}

.header-buttons > div,
.sidebar-main-menu .menu-trigger {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-left: 2px;
    /*background: url("/static/style/images/header-icons.7b70e2696699.png") no-repeat -27px -20px;*/
}

.sidebar-main-menu .menu-trigger {
    background: url("/static/style/images/header-icons.7b70e2696699.png") no-repeat -27px -20px;
}

.header-buttons .account-icon {
    background-position: -52px -20px;
    position: relative;
}

.header-buttons .account-icon.active:after {
    content: "!";
    display: inline-block;
    background: #b91009;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 14px;
    color: #fff;
    padding: 1px 4px;
    border-radius: 20%;
}

.header-buttons .phone-icon {
    background-position: -75px -20px;
}

.header-buttons .menu-trigger,
.sidebar-main-menu .menu-trigger {
    background-position: 0 -20px;
}

.header-buttons .account-icon a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.search-box.fixed {
    position: fixed;
    z-index: 20;
    top: 2px;
    left: 240px;
}

.header .search-box {
    display: inline-block;
    border-radius: 2px;
    padding: 14px 0 12px;
}

.header .search-box form {
    display: inline-block;
    border: 5px solid #bbb;
    position: relative;
}

a.advanced-search {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 36px;
    color: #bf0a0a;
}

a.advanced-search:hover {
    color: #222;
}

.header .search-box .close {
    display: none;
}

.header .search-box input {
    float: left;
    position: relative;
    width: 195px;
    font-size: 14px;
    border: none;
    height: 30px;
    padding: 0 4px 0 28px;
    background: #fff url("/static/style/images/search-box.224f9a7edca8.png") 5px center no-repeat;
}

.header .search-box select {
    float: left;
    position: relative;
    border: none;
    color: #777;
    background: #fff;
    padding: 0 4px;
    font-size: 14px;
    height: 30px;
}

.header .search-box input:focus,
.header .search-box select:focus {
    box-shadow: none;
    border: none;
}

.header .search-button,
.header .request-button {
    display: inline-block;
    padding: 6px 10px;
    float: left;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #161616;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    opacity: 1;
  }

.header .request-button:hover {
 color: #fff;
}

.header .search-button {
    background: #cc0606;
}

.header .search-button:hover,
.header .request-button:hover {
    opacity: .8;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.header .personal-manager {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 5px 20px;
    float: left;
}

.personal-manager > div,
.your-manager-w > div:first-child,
.your-region-w > div:first-child {
    margin-right: 5px;
}

.personal-manager > div,
.your-manager-w > div {
    display: inline-block;
    float: left;
}

.your-region-w {
    position: relative;
}

.your-region-w > div {
    display: inline-block;
    line-height: initial;
    margin: 0;
    padding: 0;
    float: left;
}

.personal-manager * {
    font-size: 14px;
    color: #030303;
}

.personal-manager > div span,
.personal-manager > div a {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    line-height: initial;
}

a.region-selector {
    color: #676767 !important;
    font-size: 12px;
    margin: 4px 5px;
    display: inline-block;
    text-decoration: none;
    text-transform: lowercase;
}

a.region-selector:hover {
    text-decoration: underline;
}

.region-select {
    display: inline-block;
    position: absolute;
    padding: 10px;
    width: 500px;
    background-color: #f2f2f2;
    border-top: none;
    border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0px 4px 6px 0px #a9a9a9;
    -webkit-box-shadow: 0px 4px 6px 0px #a9a9a9;
    box-shadow: 0px 4px 6px 0px #a9a9a9;
    z-index: 10;
    left: 0;
    top: 25px;
    outline: none;
    border: 1px solid #e4e4e4;
}

.region-select.hidden {
    display: none;
}

.region-select h3,
.region-select h3 a {
    color: #C43A34;
    padding-bottom: 0px;
    display: inline-block;
    margin: 0;
}

.title-other-region {
    float: right;
}

.region-select ul {
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.region-select ul li {
    display: inline-block;
    float: left;
    width: 33.33%;
    text-align: left;
}

.region-select ul li a {
    display: inline-block;
    padding: 2px 4px;
    color: #676767;
    text-decoration: none;
}

.region-select ul li a:hover {
    text-decoration: underline;
}

.sidebar-toggle {
    cursor: pointer;
    display: none;
}

.header-buttons {
    display: none;
    cursor: pointer;
}

.cart-detail {
    width: 100%;
    max-width: 800px;
}

.cart-box-wrapper {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.cart-box-wrapper.cart-fixed {
    display: none;
}

.cart-box {
    display: inline-block;
    float: right;
    background: #161616;
    border: 5px solid #bbbbbb;
}

.cart-box a {
    display: block;
    height: 31px;
    line-height: 22px;
    padding: 0 10px 0 10px;
/*    background: url("/static/style/images/cart-box.9126b6e6c891.png") no-repeat 10px center;
*/    text-decoration: none;
    color: #fff;
}

.cart-fixed a {
    padding-right: 0;
}

.cart-box span {
    font-size: 14px;
}

.cart-box .cart-empty {
    color: #ccc;
    font-size: 14px;
    padding: 5px 0 0;
    margin-left: 4px;
    display: inline-block;
}

.cart-box .cart-count {
    margin-left: 0px;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    background: #cc0606;
    border-radius: 4px;
    margin: 0 5px;
}

.cart-box .cart-total {
    color: #eee;
}
.cart-box .cart-total em {
    padding-left: 5px;
}

.contacts-mobile {
    display: none;
    width: 100%;
    font-size: 14px;
}

.sidebar {
    float: left;
    position: relative;
    width: 250px;
    text-align: left;
    margin-bottom: 30px;
}

.sidebar .box.closed .box-content,
.sidebar .box.closed .box-menu {
    display: none;
}

.sidebar .box.closed .box-heading {
    border-bottom: 3px double gray;
}

.main {
    padding-bottom: 30px;
    text-align: left;
    display: inline-block;
    width: calc(100% - 270px);
    float: right;
}

.sidebar .box {
    background: #f4f4f4;
}

.sidebar .box .box-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #333;
    font-size: 15px;
    font-weight: bold;
    color: #111;
}

.sidebar .box .box-content {
    padding: 10px 16px 16px 16px;
    color: #555;
    display: inline-block;
    width: 100%;
}

.sidebar .box-menu {
    display: inline-block;
    width: 100%;
}

.sidebar .box-menu ul,
.sidebar-main-menu.opened ul {
    margin: 0;
    padding-left: 31px;
    list-style: square;
    font-size: 12px;
    color: #bbb;
}

.sidebar .box-menu ul .menu-inner {
    display: none;
}

.sidebar .box-menu ul a,
.sidebar .exchange-box .box-menu ul li {
    display: block;
    padding: 6px 16px 6px 0;
    font-size: 15px;
    text-decoration: none;
    color: #00547d;
}
.sidebar .box-menu ul li:hover,
.sidebar-main-menu.opened ul li:hover,
.sidebar .box-menu ul li:hover a,
.sidebar-main-menu.opened ul li:hover {
    -webkit-appearance: none;
    appearance: none;
    color: #cc0606;
}

.sidebar .box-menu ul ul ul a {
    padding-left: 56px;
}

.sidebar .box-menu > ul li a.mi-dropped {
    border-bottom: none;
}

.sidebar .exchange-box .box-menu ul li a {
    padding: 0;
}

.sidebar .box .field {
    padding: 2px 0;
}

.sidebar .box .field input {
    width: 100%;
}

.sidebar .box .field select {
    width: 100%;
    background: #fff;
}

.sidebar .box .field label {
    display: block;
    font-size: 12px;
    color: #777;
}

.sidebar .box .submit {
    padding-top: 4px;
    text-align: left;
}

.sidebar .box .submit > *:last-child {
    float: right;
}

.sidebar .box .submit > a {
    display: inline-block;
}

.sidebar .box p {
    margin: 0;
    padding: 2px 0;
}

.sidebar .box p strong {
    float: right;
}

.sidebar .box h4 {
    margin: 0;
    padding: 4px 0 8px 0;
}

.sidebar .box h4 a {
    text-decoration: none;
}

.login-box .register {
    float: left;
    width: 100%;
    margin: 5px 0px;
    padding-top: 0px;
}

.car-form-advanced,
.sidebar .login-box.box .link1 {
    position: relative;
    float: left;
    top: 6px;
}

.error-big {
    font-size: 150px;
    line-height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    color: #A00;
}

.error-head {
    font-size: 20px;
}

h1.main-heading,
.main-heading h1 {
    margin: 0;
    padding: 20px 0 10px 0;
    font-size: 21px;
    font-weight: normal;
    float: left;
    text-align: left;
}

.content h1.main-heading,
.content .main-heading h1 {
    border-bottom: 1px solid #333;
    color: #333333;
    padding: 10px 10px 9px 0px;
    font-weight: bold;
}

.back_url {
    margin: 26px 0 10px 0;
    float: right;
}

.main-heading img {
    float: left;
    margin: 12px 12px 0 0;
}

.main-content {
    display: inline-block;
    width: 100%;
}

.form-table {
    width: 100%;
}

.form-table input,
.form-table select,
.form-table textarea,
.form-table button {
    width: 100%;
}

.main-content h2 {
    font-size: 17px;
    margin: 8px 0;
}

.main-content h5 {
    padding: 0px;
    margin: 0 0 8px 0;
    font-size: 13px;
    margin: 8px 0;
    border-bottom: 1px solid #ddd;
}

.main-content h5 a {
    text-decoration: none;
}

.main-content h5 a:hover {
    text-decoration: none;
}

.main-content p {
    margin: 8px 0;
}

.main-content p.user-actions {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}


.car-box {
    margin-bottom: 20px;
}

.car-box .logo {
    text-align: center;
}

.car-box h3 {
    padding: 4px 0;
    text-align: center;
    color: #fff;
}

.car-box .date {
    text-align: center;
    color: #ddd;
}

.submit-hide {
    width: 0px;
    height: 0px;
    border: none;
}

.breadcrumb {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 20px;
    color: #555;
}

.breadcrumb a {
    color: #555;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #111;
}

.breadcrumb span.breadcrumb-title {
    margin: 0px;
    padding-right: 0px;
}

.breadcrumb span.breadcrumb-title:after {
    display: inline-block;
    content: "";
    width: 3px;
    height: 8px;
    background: url("/static/style/images/breadcrumb.16b7309e3351.png") 0 center no-repeat;
    margin-left: 5px;
    padding-right: 0px;
}

.treeview a {
    text-decoration: none;
}

.pagination {
    padding: 5px 0;
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.pagination strong {
    margin-right: 4px;
}

.pagination a,
.pagination span {
    padding: 4px 8px;
    margin-right: 2px;
    color: #333;
}

.pagination .current {
    background-color: #e7e7e7;
    color: #111;
}

.pagination .page {
    outline: none;
    text-decoration: none;
    background-color: #f5f5f5;
}

.pagination .page:hover {
    background-color: #e7e7e7;
    color: #111;
}

.pagination .prev,
.pagination .next {
    margin: 0 4px;
    padding: 0 0 0 12px;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
    text-decoration: none;
    background-image: url("/static/style/images/pagination.ea81489f4674.png");
    background-repeat: no-repeat;
}

.pagination a.prev {
    background-position: -12px center;
}

.pagination a.next {
    background-position: -36px center;
}

.pagination span.prev {
    background-position: 0 center;
}

.pagination span.next {
    background-position: -24px center;
}

.pagination .total {
    margin-left: 8px;
}

.filter-form {
    padding-bottom: 12px;
}

.filter-form label {
    font-weight: bold;
    font-size: 12px;
}

.filter-form input[type=text] {
    max-width: 250px;
}

.green {
    color: #237635;
}

.strong {
    font-weight: bold !important;
}

a.search {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/static/style/images/search.c4ce6cb2c2c0.png") no-repeat center top;
}

a.search:hover {
    background-position: center bottom;
}

.seasonal1 {
    background-image: url("/static/style/images/seasonal1.bdf1e913e2c0.png");
}

.seasonal2 {
    background-image: url("/static/style/images/seasonal2.7c63fed3a06b.png");
}

.seasonal3 {
    background-image: url("/static/style/images/seasonal3.b9791f0bd650.png");
}

.mini textarea {
    width: 300px;
    height: 50px;
}

.sitepage p {
    text-indent: 20px;
}

a.read-more {
    text-decoration: none;
}

a.read-more em {
    font-size: 1.2em;
}

a.read-more span {
    text-decoration: underline;
}

a.read-more:hover span {
    text-decoration: none;
}

img.captcha {
    max-height: 25px;
    margin-bottom: 5px;
    max-width: 100%;
}

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

.text {
    width: 100%;
    overflow: hidden;
}

.text  img {
    padding: 4px;
}

.comment p {
    padding: 0;
    margin: 0 0 8px 0;
}

.comment label {
    display: block;
    padding-bottom: 2px;
    color: #555;
}


.comment p textarea {
    padding: 4px;
    width: 100%;
    height: 100px;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
}

.comment .captcha {
    float: left;
    margin-right: 4px;
}

.comment p input#id_captcha_1 {
    width: 80px;
}

.comment-submit {
    padding: 8px 0;
}

.comment-done {
    padding: 50px 0;
    font-weight: normal;
    color: #555;
}

.years {
    padding-bottom: 4px;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
}

.years .selected {
    font-weight: bold;
}

.years a {
    padding-right: 10px;
    white-space: nowrap;
    width: 76px;
    display: block;
    float: left;
}


.price-old {
    color: red;
    text-decoration: line-through;
    font-weight: bold;
}

.price-new {
    color: green;
    font-weight: bold;
}

.edit {
    background: url("/static/style/images/edit.c6951eb0407e.png") no-repeat center top;
}

.qtip {
    font-size: 12px !important;
    line-height: 16px !important;
}

.privat24 {
    display: inline-block;
    margin: 0;
    outline: none;
    background: url("/static/style/images/privat24.ac92b5f7d836.png") no-repeat center top;
    width: 157px;
    height: 58px;
    border: 0;
}

.privat24:hover {
    background-position: center bottom;
}

.bank {
    display: inline-block;
    margin: 0;
    outline: none;
    background: url("/static/style/images/bank.fc7d946d8b5a.png") no-repeat center top;
    width: 157px;
    height: 58px;
    border: 0;
}

.bank:hover {
    background-position: center bottom;
}

.liqpay {
    display: inline-block;
    margin: 0;
    outline: none;
    background: url("/static/style/images/liqpay.3389e62859f6.png") no-repeat center top;
    width: 157px;
    height: 58px;
    border: 0;
}

.liqpay:hover {
    background-position: center bottom;
}

.moving-adts-box {
    position: relative;
    height: 60px;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.moving-adts {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.moving-adts li {
    position: relative;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding-right: 10px;
}

.moving-adts li a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.moving-adts li span {
    display: block;
    padding: 0 40px;
}

.export_order {
    margin-left: 10px;
    padding: 1px 4px 1px 18px;
    margin-right: 6px;
    background: url("/static/style/images/table.fee040a77b07.png") no-repeat top left;
}


.footer-wrapper {
    width: 100%;
    display: inline-block;
    padding: 20px;
    background: #eee;
    text-align: center;
}

.footer {
    text-align: left;
    position: relative;
    padding: 0;
    font-size: 12px;
    color: #111;
    width: 100%;
    overflow: hidden;
    text-align: left;
    max-width: 1600px;
    margin: 0 auto;
}

.footer .lf,
.footer .rf {
    display: inline-block;
    width: 40%;
    float: left;
}

.footer .rf {
    float: right;
    text-align: right;
}

.footer .lf p,
.footer .rf p {
    width: 100%;
}


.footer p {
    margin: 2px;
    float: left;
    display: inline-block;
}

.footer a {
    color: #111;
}

.madeby {
    float: right;
}

.typo {
    clear: right;
    float: right;
}

.aggreement:disabled:hover {
    color: #888;
    background: #eee;
}

.aggreement:enabled:hover {
    color: #000;
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: blue;
}


.footer-menu {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: #eee;
    width: 100%;
    overflow: hidden;
}

.footer-menu ul {
    padding: 0;
    display: inline-block;
    width: 100%;
    float: left;
    list-style-type: none;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.footer-menu .ul-caption {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px 0;
}

.footer-menu ul li {
    list-style-type: none;
    text-align: left;
    position: relative;
}

.footer-menu .ul-wrapper {
    display: inline-block;
    float: left;
    padding: 0 10px;
    text-align: left;
}

.footer-menu .ul-wrapper:first-child {
    padding-left: 0;
}

.footer-menu .ul-wrapper:last-child {
    padding-right: 0;
}

.footer-menu a,
.footer-menu p {
    color: #111;
    font-size: 14px;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer-menu ul .ul-caption * {
    font-size: 16px;
    color: #fff;
}

.form-table {
    text-align: left;
}

.date-input-w,
.periods {
    text-align: center;
}

.spec-offers {
    margin: 10px;
}


body .promo-carousel .buy-btn {
    border-top: 1px solid #ccc;
    background: #161616;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

body .promo-carousel .buy-btn:hover {
    background: #cc0606;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

body .ribbon span {
    background: #cc0606;
}

body .ribbon span::before {
    border-left: 3px solid #cc0606;
    border-top: 3px solid #cc0606;
}

body .ribbon span::after {
    border-right: 3px solid #cc0606 ;
    border-top: 3px solid #cc0606   ;
}

body .promo-carousel .co-amount {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
}

body .grid thead th {
    background: #161616;
    color: #eee;
}

body .grid thead th a {
    color: #eee;
}

body .grid a.sort {
    background-image: url("/static/style/images/sort.9ca584113557.png");
}

body .grid tbody tr:nth-child(even) {
    background: none;
}


body .messages .warning {
    background-color: #ffca4b;
}

body .product-filter .product-filter-input {
    background: #fff;
}

body .grid-details select {
    background: #fff;
}

/*  frame of transfer product to cart */
.ui-effects-transfer {
    border: 2px dotted gray;
}

tr.warning.unread {
    background-color: #ffda49;
}

/*  MOBILE CSS  */
@media screen and (min-width:1560px) {
    .main-menu {
        max-width: 1560px;
        display: inline-block;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width:1220px) {
    .header-wrapper + .main-menu {
        display: none;
        position: fixed !important;
        left: 0;
        z-index: 556;
    }
    .sidebar-main-menu {
        display: inline-block;
    }
    .sidebar-main-menu.opened ul {
        display: inline-block;
        margin-top: 0;
        padding: 0;
    }
    .sidebar-main-menu .menu-trigger-w {
        border-bottom: 1px solid #161616;
    }
    .sidebar-main-menu.opened ul li {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid gray;
    }
    .sidebar-main-menu.opened ul a {
        display: inline-block;
        text-decoration: none;
        width: 100%;
        padding: 5px 16px;
        color: white;
        background-color: black;
    }
    .sidebar-toggle {
        display: inline-block;
        float: left;
        width: 50px;
        height: 39px;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }
    .sidebar-toggle img {
        height: 100%;
        width: auto;
        max-width: 100%;
    }


    .personal-manager > div {
        display: none;
        margin-right: 0;
    }

    .your-manager-w > div:first-child {
        margin-right: 0;
    }

    .personal-manager > div.show-pm {
        display: inline-block;
        width: 50%;
        border-top: 1px solid #c5c5c5;
        padding: 4px 0;
    }
    .personal-manager .your-manager-w {
        display: inline-block;
        width: 100%;
    }
    .your-region-w + .your-manager-w {
        display: none;
    }

    .personal-manager .your-manager-w.show-pm {
        display: inline-block;
        width: 100%;
    }

    .personal-manager .your-manager-w.show-pm {
        width: 100%;
        display: inline-block;
        border-top: none;
        padding: 0;
        margin-bottom: 4px;
    }

    .personal-manager .your-region-w + .your-manager-w.show-pm {
        border-top: 1px solid #c5c5c5;
        padding-top: 4px;
        margin-bottom: 4px;
    }

    .personal-manager .your-manager-w > div {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .your-manager-w .dr {
        padding-right: 15px;
    }

    .your-region-w + .your-manager-w .dr {
        padding-right: 0;
    }

    .personal-manager .dr a,
    .personal-manager .dr span {
        float: right;
    }

    .personal-manager .your-region-w,
    .personal-manager .your-region-w.show-pm {
        width: 100%;
        display: inline-block;
        border-top: none;
        padding: 0;
    }
    .personal-manager .your-region-w.show-pm {
        margin-bottom: 4px;
    }

    .region-select {
        width: 100%;
    }

    .your-region-w:after,
    .your-manager-w:after {
        content: "";
        display: inline-block;
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 2px;
        width: 3px;
        height: 8px;
        background: url("/static/style/images/breadcrumb.16b7309e3351.png") 0 center no-repeat;
        -webkit-transform: rotateZ(90deg);
           -moz-transform: rotateZ(90deg);
            -ms-transform: rotateZ(90deg);
             -o-transform: rotateZ(90deg);
                transform: rotateZ(90deg);
    }

    .your-manager-w:after {
        right: 12px;
        top: 8px;
    }

    .your-region-w + .your-manager-w:after {
        display: none;
    }

    .your-region-w.show-pm:after,
    .your-manager-w.show-pm:after {
       -webkit-transform: rotateZ(-90deg);
           -moz-transform: rotateZ(-90deg);
            -ms-transform: rotateZ(-90deg);
             -o-transform: rotateZ(-90deg);
                transform: rotateZ(-90deg);
    }

    .sidebar {
        left: -280px;
        height: 0;
        top: 0;
        padding-top: 0;
        float: left;
        z-index: 500;
        -webkit-transition: left .1s;
        -o-transition: left .1s;
        transition: left .1s;
        overflow: auto;
        max-height: 98%;
    }

    .sidebar-wrapper.opened .sidebar {
        width: 100%;
        top: 0;
        left: 0px;
        height: auto;
        background: #f4f4f4;
        -webkit-transition: .2.5s;
        -o-transition: .2.5s;
        transition: .2.5s;
    }

    .sidebar-wrapper.opened {
        display: inline-block;
        background: #f4f4f4;
        -webkit-transition: background 2s;
        -o-transition: background 2s;
        transition: background 2s;
        position: fixed;
        overflow: hidden;
        max-width: 400px;
        width: 80%;
        left: 0;
        height: 100%;
        z-index: 557;
        top: 0;
    }

    .sidebar-wrapper.opened + .container-overlay {
        display: inline-block;
        width: 100%;        /* position: absolute; */
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(74, 74, 74, 0.9);
        z-index: 556;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s;
    }

    .main-heading {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .brand-list ul {
        text-align: center;
    }

    .grid-filter tr {
        width: 100%;
    }

    #main {
        min-height: 731px;
        width: 100%;
    }

    .footer-menu .ul-wrapper {
        border-bottom: 1px solid #e3e3e3;
        width: 100%;
        display: inline-block;
    }

    .footer-menu ul {
        width: 100%;
        display: none;
        padding-bottom: 10px;
        border-top: 1px solid gray;
    }

    .footer-menu li a {
        color: gray;
    }

    .footer-menu ul li {
        text-align: center;
        width: 30%;
        display:inline-block;
    }

    .footer-menu .ul-wrapper:first-child {
        padding-left: 10px;
    }

    .footer-menu .ul-wrapper:last-child {
        padding-right: 10px;
    }

    .footer-menu .ul-caption {
        position: relative;
        padding: 10px 0;
        margin: 0;
    }

    .footer-menu .ul-caption:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 12px;
        width: 20px;
        height: 12px;
        background: url("/static/style/images/menu-arrows.90e2f7730e2b.png") no-repeat 0px 0px;
    }

}

@media screen and (max-width:1000px) {
    a.advanced-search {
        top: 40px;
    }

    .top-header {
        display: none;
    }
    .contacts-mobile.opened {
         display: inline-block;
    }
    .contacts-mobile.opened ul {
        display: inline-block;
        width: 100%;
        list-style-type: none;
        padding: 10px;
        margin: 0;
        border-top: 1px solid #e3e3e3;
        border-bottom: 2px solid #e3e3e3;
        background: #f4f4f4;
    }

    .contacts-mobile.opened ul li {
        display: inline-block;
        float: left;
    }
    .contacts-mobile.opened ul li:last-child {
        width: 100%;
        border-top: 1px solid #161616;
        margin-top: 5px;
        padding-top: 5px;
        text-align: left;
    }
    .contacts-mobile.opened ul li:last-child > span {
        width: 100%;
        font-weight: bold;
        display: inline-block;
        color: #cc0000;
        padding: 5px 0;
    }

    .contacts-mobile.opened ul li:last-child > span span {
        padding: 5px 0;
    }

    .contacts-mobile.opened ul li:last-child  span.t-caption {
        color: #161616;
    }
    .contacts-mobile.opened ul li a {
        text-decoration: none;
        display: inline-block;
        padding: 5px;
        color: #161616;
        font-weight: bold;
    }

    .contacts-mobile.opened ul li:last-child a {
        padding: 0;
        color: #c00;
    }

    .contacts-mobile.opened .phone:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url("/static/style/images/phone.04e06386dd18.png");
        background-size: 100%;
    }

    .personal-manager {
        padding: 5px 10px;
    }

    .header-wrapper {
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 555;
    }

    .header {
        padding: 0;
        background: #f4f4f4;
        border-bottom: 1px solid #e3e3e3;
    }


    .sidebar-toggle {
        height: 21px;
        width: 26px;
        top: 0px;
    }

    .logo-wrapper {
        padding: 10px;
    }

    .logo img {
        max-width: 150px;
        padding-top: 1px;
    }

    .logo strong {
        display: none;
    }

    .contacts-wrapper.opened {
        float: left;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        height: 41px;
        position: relative;
        padding: 5px 10px;
    }

    .contacts-wrapper.opened ul {
        white-space: nowrap;
        padding-bottom: 20px;
    }

    .contacts-wrapper.opened:before,
    .contacts-wrapper.opened:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        right: -2px;
        height: 100%;
        width: 50px;
        background: url("/static/style/images/phones-gradient-bg.892eac4d8aad.png") repeat-y center right;
    }

    .contacts-wrapper.opened:before {
        z-index: 1;
        right: inherit;
        left: 0;
        background-position: center left;
    }

    .header-buttons {
        display: inline-block;
        float: right;
        padding: 8px;
    }

    .header-buttons > div {
        display: inline-block;
        float: right;
    }

    .header-buttons > div img {
        width: 25px;
    }

    .cart-box-mobile {
        position: relative;
    }

    .cart-box-mobile  .cart-count {
        display: inline-block;
        position: absolute;
        top: -4px;
        padding: 1px 3px;
        border-radius: 50%;
        border: 1px solid #fff;
        background: #676767;
        color: #ffffff;
        font-size: 10px;
        transform: translateX(-50%);
        left: 58%;
    }

    .search-icon {
        display: inline-block;
    }

    .header .search-box,
    .header .search_type,
    .header .request-button,
    .header .cart-box-wrapper {
        display: none;
    }

    .search-box.show-mobile {
        display: inline-block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 555;
        background: #f2f2f2;
        height: 40px;
        padding: 0;
    }

    .search-box.show-mobile form {
        display: inline-block;
        margin: 0;
        float: left;
        width: 100%;
        padding: 7px 100px 8px 8px;
        border: none;
    }

    .search-box.show-mobile form * {
        width: 100%;
    }

    .search-box.show-mobile form .search-button {
        width: 62px;
        position: absolute;
        right: 37px;
        top: 7px;
        background: #555;
        color: #fff;
        height: 30px;
        border: none;
    }

    .search-box.show-mobile form .search-button button {
        color: #fff;
        background: #555;
        padding: 5px;
    }

    .search-box.show-mobile form .close {
        display: inline-block;
        color: #fff;
        background: #555;
        font-size: 14px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        width: 30px;
        height: 30px;
        border-left: 1px solid #ccc;
        text-align: center;
        line-height: unset;
        float: right;
        position: absolute;
        top: 7px;
        right: 8px;
        z-index: 555;
        padding: 6px 2px;
    }

    a.advanced-search {
        font-size: 11px;
        right: 5px;
    }
}

@media screen and (max-width:768px) {
    h2 {
        text-align: center;
    }
    .content h1.main-heading,
    .content .main-heading h1 {
        border-bottom: none;
        margin-bottom: 0;
    }

    .cart-box-wrapper {
        display: none;
    }
}

@media screen and (max-width:620px) {

    .main-menu .container {
        padding: 0;
    }

    .main-menu.opened {
        display: inline-block;
    }

    .main-menu.opened li {
        display: inline-block;
        width: 100%;
        text-align: left;
    }

    .cart-box {
        width: 100%;
        border-radius: 0;
        text-align: right;
    }

    .cart-box a {
        display: inline-block;
    }

    .order-items-list tr,
    .active-orders tr,
    .p-history-table tr,
    .cars-history tr {
        border-bottom: 1px solid #e3e3e3;
    }

    .order-items-list tr:last-child,
    .active-orders tr:last-child,
    .p-history-table tr:last-child,
    .cars-history tr:last-child {
        border-bottom: none;
    }

    .region-select ul li {
        width: 50%;
    }

    .sidebar-filter-overlay {
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: -230px;
        z-index: 555;
        background: rgba(0, 0, 0, .3);
    }

    .sidebar-filter-overlay.opened {
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 556;
    }

    .sidebar-filter-overlay + .sidebar-filter {
        position: absolute;
        top: 0;
        left: -250px;
        width: 230px;
        height: 100%;
        background: #f3f3f3;
        padding: 10px;
        z-index: 555;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .sidebar-filter-overlay.opened + .sidebar-filter {
        left: 0;
        top: 0;
        position: fixed;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        overflow-y: scroll;
        z-index: 556;
    }

    .sidebar-filter-trigger {
        content: "";
        display: inline-block;
        margin: 22px 10px 10px 5px;
        float: left;
        position: fixed;
        left: -4px;
        top: 160px;
        width: 40px;
        height: 40px;
        background: #f3f3f3 url("/static/style/images/sidebar-filter.40466f9324d0.svg") center no-repeat;
        background-size: 80%;
        border-radius: 0 25px 25px 0;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .sidebar-filter-overlay.opened + .sidebar-filter .sidebar-filter-trigger {
        left: 225px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .sidebar-filter button.ui-multiselect {
        width: 184px !important;
        height: 27px;
    }

    .sidebar-filter button.ui-multiselect span.ui-icon {
        width: 16px;
    }

    .sidebar-filter .button {
        width: 100%;
        text-align: center;
    }

    .main-content {
        text-align: left;
    }

    .footer div {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .footer .lf,
    .footer .rf {
        width: 100%;
        text-align: center;
    }

    .footer .rf {
        margin-top: 10px;
    }

    .footer .lf p,
    .footer .rf p {
        float: none;
        width: 100%;
    }

    .footer-actions {
        text-align: center;
    }

    .footer-menu ul li {
        width: 48%;
    }

}

@media screen and (max-width:480px) {
    .content {
        padding: 0px 10px;
    }
    .m-text, .notification .notify-text{
        font: 11px Arial!important;
    }
    .brand-list li {
        width: 96px!important;
    }
}

@media screen and (min-width:1000px) {
    .content {
        margin: 20px auto 0;
    }
}

.new-label {
   background-color: #FF0000;
   color: #FFFFFF;
   padding: 2px 6px;
   font-size: 10px;
   border-radius: 3px;
   transform: rotate(20deg);
   display: inline-block;
   margin-left: 5px;
   position: absolute;
   top: 5px;
   right: 0;
}

.brief.a-request {
   position: relative;
}
.grid {
    min-width: 270px;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    color: #333;
}

.grid td.error span > * {
    border: solid 1px red;
}

button:focus,
input:focus {
    outline: none;
}

table {
    width: 100%;
}

.grid thead th {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    background: #f0f0f0;
    white-space: nowrap;
    color: #333;
}

.grid thead th a {
    color: #333;
}

.grid thead th strong {
    display: block;
    padding-top: 3px;
}

.grid tbody tr:nth-child(even) {
    background-color: #eeeeee;
}

.grid tbody tr.disabled:nth-child(even) {
    background-color: #e0e0e0;
}

.grid.parts-table tr.active.disabled td {
    background: #eeeeee;
}

.grid td {
    padding: 4px 2px;
}

.grid tr.empty td {
    color: #afafaf;
}

.grid td a {
    text-decoration: none;
}

.grid td a:hover {
    text-decoration: underline;
}

.grid tr.unread {
    font-weight: bold;
}

.grid tr {
    border-bottom: 1px solid #e1e1e1;
}

.grid tr.selected, .grid tbody tr:hover, .grid tbody tr.selected:hover {
    background-color: #ffffdd;
}

.grid tbody tr.done{
    background-color: #fdfac9;
    font-weight: bold;
}

.grid tbody tr.attention {
    background-color: #ffceb1;
}

.grid tbody tr.approved{
    background-color: #e9fde1;
}

.grid tbody tr.rejected{
    background-color: #ffcccc;
}

.grid tbody tr.active td {
    background-color: #fdfac9;
}

.grid tbody td.comment span.dispatch{
    font-weight: bold;
}

.grid.returns-list a.dispatch-info {
    text-overflow: ellipsis;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.grid.returns-list .product-name {
    max-width: 170px;
}

.grid tbody tr.separator td h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
}

.grid tbody tr.onstore td.country,
.grid tbody tr.onstore td.store-info,
.grid tbody tr.onstore td.store,
.grid tbody tr.onstore td.count,
.grid tbody tr.onstore td.price,
.grid tbody tr.onstore td.cart{
    background-color: #e9fde1;
}

.grid tbody tr.onstore:hover td.country,
.grid tbody tr.onstore:hover td.store-info,
.grid tbody tr.onstore:hover td.store,
.grid tbody tr.onstore:hover td.count,
.grid tbody tr.onstore:hover td.price,
.grid tbody tr.onstore:hover td.cart{
    background-color: #a7ff84;
}

.grid tbody tr td.disabled {
    background-color: #eeeeee;
}

.grid tbody tr.disabled {
    background-color: #eeeeee;
}

.grid tbody tr:hover {
    background-color: #a7ff84 !important;
}

.grid .red {
    font-weight: bold;
    color: #f00;
}

.grid .green {
    font-weight: bold;
    color: #0f0;
}

.grid .related {
    color: #0a0;
}

.grid .related a {
    color: #0a0;
}
a.tip.descr,
.grid a.descr {
    background-image: url("/static/style/images/description.50819a37701e.gif");
    width: 16px;
    white-space: nowrap;
    padding: 0 8px;
    margin: 0;
}

span.item-description a {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px!important;
    height: 16px;
}

.grid a.link {
    font-weight: bold;
}
.grid td.product-number {
    white-space: nowrap;
}

.grid td.max-count,
.grid td.count {
    text-align: center;
    white-space: nowrap;
}

.grid td.check {
    width: 21px;
}

.grid td.total, .grid td.price {
    white-space: nowrap;
    font-weight: bold;
    text-align: right;
}

.grid td.datetime {
    color: #555;
    white-space: nowrap;
}

.grid td.datetime em {
    font-style: inherit;
}

.grid td.price {
    color: #009900;
}

.grid td.count input {
     text-align: center;
     max-width: 40px;
    -moz-appearance: textfield;
}

.grid td.count input[type=number]{
    -moz-appearance:textfield;
}

.grid td.count input[type=number]::-webkit-inner-spin-button,
.grid td.count input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.grid td.delete {
    width: 18px;
}

.grid td.summary {
    text-align: right;
    font-weight: bold;
}

.grid td.info {
    white-space: nowrap;
}

.grid th.date, .grid td.date {
    width: 50px;
}

.grid th.datetime, .grid td.datetime {
}

.grid .days {
    text-align: center;
}

.grid .status {
    text-align: center;
    width: 100px;
}

.grid th.delivery, .grid td.delivery {
    width: 160px;
}

.grid th.declaration, .grid td.declaration {
    width: 100px;
}

.grid .print {
    width: 20px;
    text-align: center;
}

.grid th.date-period {
    width: 100px;
    white-space: nowrap;
}

.grid th.date-period .date-input {
    width: 50px;
    font-size: 10px;
    padding: 3px 1px 4px 1px;
    margin: 0;
}

.grid p {
    padding: 0;
    margin: 0;
}

.grid a.excel_csv {
    background: url("/static/style/images/excel_csv.0ba43d8b50a3.png") no-repeat center;
}

.grid a.incart {
    background-image: url("/static/style/images/in_cart.4bb23543f017.png");
    background-position: top;
}

.grid a.incart:hover {
    background-position: bottom;
    background-image: url("/static/style/images/in_cart.4bb23543f017.png");
}

.grid a.incart {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.grid a.yandex, .grid a.google {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}

.grid a.google {
    background-image: url("/static/style/images/google.87b620373996.png");
}

.grid a.yandex {
    background-image: url("/static/style/images/yandex.70a274ddc15f.png");
}

.grid a.cart,
.grid a.reserve,
.grid a.buy,
.grid a.info,
.grid a.photo,
.grid a.car,
.grid a.remove,
.grid a.print,
.grid a.add,
.grid a.yes,
.grid span.yes,
.grid a.no,
.grid span.no,
.grid a.comment0,
.grid a.comment1,
.grid a.comment2,
.grid a.store-limit-cart {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url("/static/style/images/icons.fef2c4b85457.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.grid a.yes, .grid span.yes {
    background-position: 0 0;
}

.grid a.yes:hover, .grid span.yes:hover {
    background-position: 0 -16px;
}

.grid a.no, .grid span.no {
    background-position: -16px 0;
}

.grid a.no:hover, .grid span.no:hover {
    background-position: -16px -16px;
}

.grid a.cart, .grid a.buy {
    background-position: -48px 0;
}

.grid a.cart:hover, .grid a.buy:hover {
    background-position: -48px -16px;
}

.grid a.reserve {
    background-position: -64px 0;
}

.grid a.reserve:hover {
    background-position: -64px 0;
}

.grid a.info {
    background-position: -80px 0;
}

.grid a.info:hover {
    background-position: -80px -16px;
}

.grid a.photo {
    background-position: -96px 0;
}

.grid a.photo:hover {
    background-position: -96px -16px;
}

.grid a.car {
    background-position: -112px 0;
}

.grid a.car:hover {
    background-position: -112px -16px;
}

.grid a.remove {
    background-position: -32px 0;
}

.grid a.remove:hover {
    background-position: -32px -16px;
}

.grid a.print {
    background-position: -160px 0;
}

.grid a.print:hover {
    background-position: -160px -16px;
}

.grid a.add {
    background-position: -176px 0;
}

.grid a.add:hover {
    background-position: -176px -16px;
}

.grid a.comment0 {
    background-position: -128px 0;
}

.grid a.comment0:hover {
    background-position: -128px -16px;
}

.grid a.comment1 {
    background-position: -144px 0;
}

.grid a.comment1:hover {
    background-position: -144px -16px;
}

.grid a.comment2 {
    background-position: -128px 0;
}

.grid a.comment2:hover {
    background-position: -128px -16px;
}

.grid a.select-all {
    background-image: url("/static/style/images/select-product1.ee07ba277555.png");
}

.grid a.select-none {
    background-image: url("/static/style/images/select-product0.300a1ad938da.png");
}

.grid a.payment-online {
    background-image: url("/static/style/images/payment-online-16.6419bec64ff3.png");
}
.grid a.print-check{
    background-image: url("/static/style/images/check_printer.d37b86e75a8e.png");
}

.analogs a {
    margin: 20px 0;
    text-align: center;
}

.grid .comment-count {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    text-align: center;
    text-decoration: none;
    font-size: 9px;
    line-height: 13px;
    color: #fff;
}

.grid a.store-limit-cart {
    background-position: -192px 0;
}

.grid a.store-limit-cart:hover {
    background-position: -192px -16px;
}

.grid a.sort, .grid a.sort-asc, .grid a.sort-desc {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 8px;
}

.grid a.sort {
    background-image: url("/static/style/images/sort.3e643c4b3c0d.gif");
}

.grid a.sort-asc {
    background-image: url("/static/style/images/sort-asc.52b523de0ca1.gif");
}

.grid a.sort-desc {
    background-image: url("/static/style/images/sort-desc.6ea13e0cefce.gif");
}

.grid-empty {
    padding: 20px 0;
    text-align: center;
    color: #555;
    font-size: 16px;
}

.form-table th {
    padding: 4px 4px 4px 0;
    text-align: right;
    vertical-align: top;
    font-weight: normal;
    color: #333;
}

.form-table h2 {
    text-align: left;
    font-size: 15px !important;
}

.form-table td {
    padding: 1px;
}

.form-table td ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

tr.error th {
    color: #c00;
}

tr.error td input, tr.error td select, tr.error td textarea {
    border: 1px solid #c00;
    background-color: #ffd9d9;
}

.recaptcha.error div.g-recaptcha {
    border: solid 1px red;
    padding: 2px;
}

.form-table {
    max-width: 500px;
    margin: auto;
    margin-bottom: 10px;
}

.form-table td select, .form-table td input[type="text"], .form-table td input[type="number"], .form-table td textarea {
    width: 100%;
}

.form-table .info {
    display: none;
    padding: 4px;
    background-color: #fafafa;
    white-space: normal;
    font-size: 11px;
    color: #999;
    border: 1px solid lightgray;
}

.form-table .info p {
    margin: 0 !important;
    padding: 0 !important;
}

.form-table .info a {
    color: #333;
}

.form-table  td.error input {
    background: #fdd2d2;
}

.form-table  td.attention input {
    background: #d5fdd2;
    width: 56%;
}

.form-table  td.attention button {
    width: 16%;
}

#id_captcha_1,
#id_comment-captcha_1 {
    line-height: 23px;
    padding: 0 5px;
    vertical-align: top;
    width: calc(100% - 80px);
    float: right;
}

form.order-one-click img.captcha {
    padding: 0 29px;
}

form.cart-form input[type=number]::-webkit-outer-spin-button, form.cart-form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

tr.canceled td {
    color: red;
}

tr.canceled td a {
    color: red;
}

.form-table .actions {
    padding-top: 12px;
    padding-bottom: 12px;
}

form[name="cart-form"] .actions > * {
    margin-left: 6px;
}

.wide-table {
    width: 100%;
    overflow: hidden;
}

.main-heading.original-catalog {
    padding: 8px 24px 6px 24px;
}

.main-heading.original-catalog a {
    padding: 2px 15px 7px 15px;
    margin-right: 13px;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.original-catalog a:hover {
    text-decoration: underline;
}

.original-catalog h1 {
    display: inline;
    padding: 1px 12px 6px 12px;
    margin-right: 13px;
    font-weight: normal;
    font-size: 17px;
    background-color: #fff;
    border: 1px solid #898989;
    color: #000;
}

.filter-form {
    padding-bottom: 12px;
}

.filter-form label {
    font-weight: bold;
    font-size: 12px;
}

.filter-form input[type=text] {
    max-width: 250px;
}

.brand-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: center;
}

.brand-list li:hover {
    color: #005c9d !important;
    -webkit-box-shadow: 0 0 6px 2px #e3e3e3;
    box-shadow: 0 0 6px 2px #e3e3e3;
}

.brand-list li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 128px;
    height: 96px;
    margin: 5px;
    padding: 0;
    border: 1px solid #ececec;
    border-radius: 2px;
}

.brand-list li a {
    display: block;
    text-decoration: none;
    outline: none;
    padding: 10px;
}

.brand-list li img {
    float: none;
    margin-bottom: 10px;
    min-height: 34px;
}

.brand-list li span {
    display: block;
    text-align: center;
    padding: 0 0;
    font-size: 15px;
}

.brand-list div.cars_count {
    position: absolute;
    top: 3px;
    right: 5px;
    display: inline;
    font-size: 12px;
    float: right;
    color: #ccc;
}

.table-manufacturers {
    width: 100%;
}

.table-manufacturers td {
    padding: 2px 2px 2px 15px;
    white-space: nowrap;
}

.table-manufacturers td:first-letter {
    font-weight: bold;
}

.table-manufacturers th {
    padding: 2px 0;
    font-size: 16px;
    color: #c2170f;
    text-align: left;
    border-bottom: 1px solid #c2170f;
}

.spec-form {
    margin-bottom: 8px;
    padding: 6px 8px;
    background-color: #fffaa4;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    min-height: 24px;
}

.spec-label {
    position: relative;
    font-size: 13px;
    margin: 4px 0 0 10px;
    border-bottom: 1px dashed #000080;
    text-decoration: none;
}

.spec-open {
    display: none;
}

.spec-list {
    overflow: hidden;
    position: relative;
}

.spec-label strong {
    margin-right: 8px;
    text-transform: uppercase;
}

.spec-list {
    display: none;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.spec-list ul {
    list-style: none;
    padding: 0 20px 5px 2px;
    margin: 0;
    float: left;
}

.spec-form .actions {
    text-align: left;
}

.actions-profile {
    text-align: left;
}

.actions.actions-profile a.button {
    width: 24%;
    display: inline-block;
    float: left;
    padding: 4px 5px;
}

.actions-profile a.button:last-child {
    margin-right: 0;
}

.spec-form .spec-select-done {
    font-weight: bold;
    padding: 4px;
    line-height: 28px;
    float: right;
}

.spec-form .specs-action {
    clear: both;
}

.manufacturer-list {
    width: 100%;
    overflow: hidden;
}

.manufacturer-list h3 {
    clear: left;
    padding: 5px 8px;
    margin: 10px 0;
    background: #f4f4f4;
    color: #333;
}

.manufacturer-list ul {
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
    width: 24%;
    list-style: none;
}

.manufacturer-list ul li {
    padding: 2px 0 2px 10px;
}

.manufacturer-group-list ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    list-style: none;
}

.manufacturer-group-list ul li {
    padding: 3px 0;
}

.abc-list {
    padding-bottom: 4px;
    font-weight: bold;
}

.abc-list a {
    margin-right: 2px;
}

.promo-products {
    min-height: 50px;
    padding-bottom: 20px;
}

.promo-products h1 {
    font-size: 15px;
    padding-bottom: 4px;
}

.promo-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.promo-products li {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.promo-products-clear {
    clear: left;
}

.grid-filter {
    margin-bottom: 4px;
    border-collapse: collapse;
    width: inherit;
}

.grid-filter th {
    text-align: right;
    padding: 2px 0;
    font-weight: normal;
    font-size: 12px;
    color: #555;
}

.grid-filter td {
    padding: 2px 4px;
}

.ui-multiselect span.ui-icon {
    width: 15px !important;
}

.grid-filter td.interval {
    white-space: nowrap;
}

.grid-filter input[type=text] {
    width: 150px;
}

.grid-filter input[type=number] {
    width: 150px;
}

.grid-filter select {
    width: 150px;
}

.grid-filter .date-input {
    width: 66px;
}

.grid-filter .interval input {
    width: 75px;
}

.grid-filter .buttons {
    text-align: right;
}

.grid-filter .buttons .button {
    padding: 4px 10px;
    font-size: 12px;
    margin: 4px 0;
}

.comment-list {
    margin: 0 0 8px 0;
    padding: 0;
    max-height: 160px;
    overflow: auto;
    list-style: none;
}

.comment-list li {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.comment-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.comment-list h4 {
    margin: 0;
    padding: 0 0 2px 0;
    color: #c00;
}

.comment-list h4.my {
    color: #00c;
}

.comment-list small {
    float: right;
}

.comment-list p {
    margin: 0 !important;
    padding: 0 !important;
}

.comment-form textarea {
    height: 60px;
}

.mini-form p input {
    padding: 4px;
    width: 48%;
    float: left;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
}
.mini-form p input:last-child {
    float: right;
}

.mini-form p.field input[type="text"] {
    width: 100%;
    float: left;
}

.car-info {
    float: left;
    margin-right: 10px;
}

.car-category-main .jstree {

    /*float: right;*/
    display: inline-block;
}

.car-category-main {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.car-category-main .jstree {
    display: table;
    min-width: 200px;
    overflow-x: auto;
}

.grid td.comment {
    position: relative;
}

.mini-form-box {
    z-index: 1;
}

.mini-form {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 280px;
    background-color: #fff;
    border: 1px solid #999;
    padding: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    z-index: 99;
}

.mini-form label {
    display: inline-block;
    width: 170px;
    color: #777;
}

.mini-form p.field {
    margin: 4px 0;
    padding: 0;
    text-align: left;
}

.mini-form p {
    width: 100%;
    display: inline-block;
}

.mini-form p.field input {
    width: 96%;
}

.mini-form textarea {
    width: 265px;
    height: 50px;
}

.mini-form p.submit {
    text-align: right;
}

.mini-form .comment p input[type="submit"] {
    padding: 4px;
    width: 49%;
    border: 1px solid #9b9b9b;
}

.actions {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    font-size: 0;
}

.actions.actions-profile {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.actions a {
    text-align: center;
}

.grid-details.left-gd {
    float: left;
    margin-top: 14px;
}

.grid-details {
    margin: 8px 0 20px;
    display: inline-block;
    float: right;/* text-align: center;*/
}

.grid-details div {
    display: inline-block;
    color: #555;
    margin-right: 10px;
}

.grid-details.one div {
    margin-right: 0;
}

.grid-details.three > *:nth-child(5) {
    margin-right: 0;
    padding-right: 0;
}

.grid-details.two > *:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
}

.grid-details div span {
    margin-right: 5px;
    line-height: 24px;
}

.grid-details div > * {
    font-size: 12px;
    text-align: left;
}

.grid-details select {
    font-size: 12px;
    font-weight: bold;
}

table.vertical-grid {
    border: 1px solid #e1e1e1;
    color: #333;
}

.vertical-grid th {
    text-align: left;
}

.vertical-grid th, .vertical-grid td {
    padding: 4px;
    border-bottom: 1px solid #e1e1e1;
}

table td .price-old {
    top: 35% !important;
}

table td .price-new {
    top: 70% !important;
}

td.product p.name {
    font-size: smaller;
    color: #777;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid td.product-name p.name {
    clear: both;
    display: block;
    color: gray;
    font-size: smaller;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}

.grid td.manager span {
    display: inline-block;
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}

.parts-table thead th {
    cursor: pointer;
}

.parts-table th.store, .parts-table th.price, .parts-table th.count,
.parts-table td.price, .parts-table td.count{
   /* text-align: center;*/
}


table td.number, table td.date, table td.datetime, table td.store-info {
    white-space: nowrap;
}

.product-image-tr .product-image img {
    width: 25%;
    height: auto;
    display: inline-block;
    float: left;
    padding: 10px;
}

.product-image-tr td.product-image-caption {
    text-align: center;
}



.main.login-pages {
    padding-left: 0;
    width: 100%;
}

.main.login-pages h1.main-heading, .main.login-pages .main-heading h1 {
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    line-height: initial;
}

.login-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.main-heading .login-h {
    font-weight: normal;
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    border: none;
    display: contents;
}

.login-wrapper form {
    display: inline-block;
    width: 500px;
    background: #f2f2f2;
    padding: 40px;
    margin: 0 auto;
    float: none;
}

.report-statements-form .actions {
    text-align: center;
}

.report-form-w {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.report-form-w .report-form, .payment-notify .form-table {
    float: none;
    margin: 0 auto;
    max-width: 550px;
}

.login-wrapper .form-table {
    border-collapse: collapse;
}

.login-wrapper .form-table tr.deny-advertisement th, .login-wrapper .form-table tr.deny-advertisement td {
    width: 50%;
}

.login-wrapper .form-table th, .login-wrapper .form-table td {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
}

form.payment-notify select, form.payment-notify textarea, form.payment-notify input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
}

form.payment-notify .actions {
    text-align: center;
    max-width: 550px;
}

form.payment-notify .actions.one {
    max-width: 550px;
    margin: 5px auto;
}

form.payment-notify .actions.one input {
    width: 371px;
    margin-right: 2px;
    float: right;
}

.user-check-block .form-table th, .user-check-block .form-table td {
    width: 50%;
    display: inline-block;
    text-align: left;
    float: left;
}

.login-wrapper .form-table td input:not([type="checkbox"]), .login-wrapper .form-table td select {
    width: 100%;
}

.login-wrapper .actions {
    width: 100%;
}

.login-wrapper .actions.one input {
    width: 100%;
}

.login-wrapper .reset-password {
    float: left;
    margin-top: 5px;
    font-size: 13px;
}

.login-wrapper .form-table th, .login-wrapper .form-table td {
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.login-wrapper .login-form .form-table th, .login-wrapper .login-form .form-table td {
    width: 100%;
}

.login-wrapper .form-table td input:not([type="checkbox"]), .login-wrapper .form-table td select {
    width: 100%;
}

div.split-datetime input.date-input {
    width: calc(100% - 70px) !important;
}

div.split-datetime b {
    text-align: center;
    width: 10px;
    display: inline-block;
}

div.split-datetime input.time-input {
    width: 33px !important;
    margin-left: 2px;
}

table.cart-table {
    width: 100%;
}

.cart-table tr.summary td.summary {
    text-align: left;
}

/* menu pages */
.base-content-form-w {
    text-align: center;
}

.base-content-form {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 500px;
}

.base-content-form th {
    width: 30%;
}

.base-content-form td {
    width: 70%;
}

.base-content-form td.actions {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
}

.base-content-form td input, .base-content-form td textarea {
    width: 100%;
    margin-bottom: 5px;
}

/* request-create page */
.user_cars {
    display: inline-block;
    width: 100%;
    border: 1px solid #dbdbdb;
    list-style: none;
    padding: 0;
    border-bottom: none;
}

.user_cars li {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
}

.request-create-w .form-table {
    width: 550px;
    margin: 10px auto;
}

.request-create-w .form-table th {
    width: 30%;
}

.request-create-w .form-table td {
    width: 70%;
    padding-bottom: 10px;
}

.request-create-w .form-table td.actions {
    width: 100%;
}

.request-create-w .form-table tr td > * {
    width: 100%;
}

.g-recaptcha {
    text-align: center;
}

.g-recaptcha > div {
    display: inline-block;
}

.tree-search {
    width: 246px;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid silver;
    font-size: 16px;
    margin: 0 10px 10px 10px;
}

.jstree-default .jstree-anchor {
    height: initial!important;
    white-space: initial;
    margin-right: 24px;
}

.main-heading {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
 h1.main-heading,
 .main-heading h1 {
    width: 100%;
    text-align: left;
    padding: 0 0 7px;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

.main-heading .img-h1 {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.main-heading .img-h1 h1,
.main-heading .img-h1 img {
    margin: 0 0 0;
    padding: 0;
    display: inline-block;
    float: left;
}

.main-heading .img-h1 h1 {
    width: 100%;
    padding-bottom: 7px;
}

.main-heading   .img-h1 img + h1 {
    width: calc(100% - 58px);
    float: right;
    padding: 0 0 7px 0;
    border-bottom: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* News */
.news-list,
.article-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.news-list li,
.article-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.news-list .news-head *,
.article-list .article-head * {
    display: inline-block;
    width: 100%;
}

.news-list .news-date,
.article-list .article-date {
    margin-bottom: 10px;
}

.news-list img,
.article-list img {
    max-width: 100%;
}

.news-list .news-head,
.article-list .article-head,
.news-list .news-body,
.article-list .article-body {
    display: inline-block;
    float: right;
    width: calc(100%  - 350px);
}

.news-list.tile .news-head,
.article-list.tile .article-head,
.news-list.tile .news-body,
.article-list.tile .article-body {
    width: 100%;
}

.news-list.tile li,
.article-list.tile li {
    padding: 0;
    width: 32%;
    float: left;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 3%;
}

.news-list.tile li:nth-child(3n),
.article-list.tile li:nth-child(3n) {
    margin-right: 0;
}

.news-list li a,
.article-list li a {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.news-list.tile li a,
.article-list.tile li a {
    width: 100%;
    height: 100%;
}

.news-list.tile li a img,
.article-list.tile li a img {
    width: 100%;
}

.news-list.board .news-head,
.article-list.board .article-head,
.news-list.board .news-body,
.article-list.board .article-body {
    width: 100%;
}

.news-list.board .news-head,
.article-list.board .article-head {
    background: url("/static/style/images/news.d75faf65052b.png") no-repeat left -4px;
    background-size: 32px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.news-list.board .news-body *,
.article-list.board .article-body * {
    font-size: 16px;
    line-height: 18px;
}

.news-list.board .news-head *,
.article-list.board .article-head * {
    margin-bottom: 0;
}
/* request-create page end */

/* comment-box */
.comment-box {
    clear: both;
}

.comment-box h2 {
    margin-bottom: 20px;
}
 .comments-list-w,
.comment-box .comment-product-form {
    display: inline-block;
    width: 50%;
    float: left;
}

.comment-box .comments-list-w {
    padding-right: 15px;
}

.comment-box .comment-product-form {
    padding-left: 15px;
}

.comment-box .comment-product-form input,
.comment-box .comment-product-form textarea {
    width: 100%;
}

.comment-box .comment-product-form textarea {
    resize: none;
}

.comment-box * {
    font-size: 15px;
    line-height: 20px;
}

.comments-list {
    max-height: 432px;
    overflow-y: auto;
}

.comment-box .comment {
    margin-bottom: 20px;
}

.comment-box .comment-head {
    font-weight: bold;
    border-bottom: 2px solid #afafaf;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.comment-box .ch-date {
    float: right;
    line-height: initial;
    position: relative;
    top: 3px;
}

.comment-box .lc-caption {
    margin-top: 3px;
    line-height: 18px;
    font-weight: bold;
    border-bottom: 2px solid #afafaf;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.comment-box .rating-comments {
    display: inline-block;
    top: 2px;
    left: 5px;
    position: relative;
}

.comment-box .comment-product-form .rating-comments {
    top: 8px;
}

.comment-box .comment-rating {
    margin-top: 14px;
    line-height: 15px;
    display: inline-block;
}

.g-recaptcha {
    display: inline-block;
    float: right;
    transform: scale(0.75) translateX(50px);

}

.grid-details.cad-filters {
    width: 100%;
    padding: 0;
}
.comment-product-form .comment-button {
    width: 100%;
}

.comment-product-form {
    padding-right: 0;
}

.comment-product-form .comment-button {
    width: 100%;
    margin-top: 15px;
}

/* end comment-box */

.cart-detail {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    color: #333;
}

.cart-detail tr {
    border-bottom: 1px solid #e1e1e1;
}

.cart-detail td.image {
    text-align: center;
    max-width: 60%;
    border: solid 1px #e1e1e1;
}

.cart-detail td.image img {
    max-width: 300px;
    max-height: 100px;
}

.cart-detail td {
    padding: 6px 2px;
}

.cart-detail th.delivery, .grid td.delivery {
    width: 160px;
}
.cart-detail tbody tr:nth-child(even) {
    background-color: #eeeeee;
}

.cart-form .buy-actions {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 18px 10px;
    margin: 20px 0 20px;
    position: relative;
}

.cart-form .number {
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
}

.cart-form .number .minus, .cart-form .number .plus {
    width: 26px;
    height: 26px;
    background: #eee;
    padding: 5px 5px 8px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    color: #333;
}

.cart-form .number input {
    height: 26px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.cart-form .recaptcha {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.cart-form  div.actions {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    padding: 10px;
    margin: 0;
}

.cart-form span {
    cursor: pointer;
}

.cart-form .number input[type=number]::-webkit-inner-spin-button, .cart-form .number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-form span.property {
    color: #777;
}

.cart-form span.value {
    color: black;
    font-weight: bold;
}

.cart-form .recaptcha {
    float: right;
    margin-top: 10px;
}

.popup-window .actions.one a.button,
.popup-window .actions.one input,
.popup-window .actions.one button {
    width: 100%;
}

.popup-window .actions.three a.button,
.popup-window .actions.three input,
.popup-window .actions.three button {
    width: 32%;
    margin: 0 4px;
}

.popup-window .actions.two input,
.popup-window .actions.two button,
.popup-window .actions.two a.button {
    width: 47%;
    margin: 0 4px;
}

ul.login-social-list {
    display: flex;
    margin-top: 0;
    list-style: none;
}

div.login.actions input, div.login.actions a{
    float: right;
}

ul.login-social-list li{
    float: left;
    margin: 0 2px;
}

/* Cookie notice */
.cookie-notice {
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    animation-duration: 2s;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
}
.cookie-notice-container {
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.buttons-container, .text-container {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}

.set-cookie {
    padding: 8.5px 10px;
    color: #fff;
    background: #2aa900;
    margin: 0 0 0 10px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.set-cookie:hover {
    color: #fff;
    background-color: #3f3f3f;
    box-shadow: inset 0 0 0 99999px rgba(0,0,0,.05);
    text-decoration: none;
}

.cookie-notice .close-notice {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    outline: 0;
}

.cookie-notice .close-notice:before {
    transform: rotate(45deg);
}
.cookie-notice .close-notice:after {
    transform: rotate(-45deg);
}

.cookie-notice .close-notice:after, .cookie-notice .close-notice:before {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: #fff;
}

td.active{
    padding: 4px;
    text-align: left;
}


.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.simple-filter.simple-brand,
.simple-filter.simple-model {
    -webkit-padding-start: 0;
    list-style-type: none;
    display: inline-block;
    margin-top: 3px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.simple-filter.simple-brand li,
.simple-filter.simple-model li {
    display: inline-block;
    float: left;
    padding: 0;
    width: 14.28%;
}

.simple-filter.simple-brand li a,
.simple-filter.simple-model li a {
    display: inline-block;
    width: 100%;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    font-family: Tahoma,sans-serif;
}

.simple-filter.simple-brand li a:before,
.simple-filter.simple-model li a:before {
    content: " ";
    width: 3px;
    height: 6px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    display: inline-block;
    background: url("/static/style/images/breadcrumb.16b7309e3351.png") no-repeat;
}

.actions input.button,
.actions a.button {
    margin: 0 2px;
}

ul.pick-up-points {
    text-align: center;
    padding: 0;
}

.pick-up-points li {
    list-style: none;
    display: inline-block;
    width: 300px;
    height: 100px;
    margin: 10px;
    overflow: hidden;
}

.pick-up-points li.selected {
   background-color: #f3f3f3;
}

.pick-up-points li a {
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid lightgray;
    text-align: center;
    display: block;
}

.pick-up-points li:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.cart-table .count span {
    white-space: nowrap;
}

span.item-change {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px
}

span.item-change input {
    vertical-align: middle;
    text-align: center;
    height: 25px;
}

.cart-table .count .minus, .cart-table .count .plus{
    width: 25px;
    height: 25px;
    background: #eee;
    padding: 5px 5px 8px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    color: #333;
    border: 1px solid #dadada;
}



@media screen and (max-width: 1000px) {
    .actions a.button {
        padding: 5px 10px;
    }

    .promo-table td {
        display: inline-block;
        padding: 5px 0;
        min-height: 50px;
        text-align: center;
        position: relative;
        font-size: 18px;
    }

    .promo-table td span {
        display: inline-block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .promo-table td.photo {
        width: 100%;
    }

    .promo-table td.manufacturer {
        width: 50%;
    }

    .promo-table td.product-number {
        width: 50%;
    }

    .promo-table td.name {
        width: 100%;
    }

    .promo-table td.info, .promo-table td.price, .promo-table td.cart, .promo-table td.count {
        width: 25%;
    }

    .promo-table td.analogs {
        display: none;
    }
    /* News */
    .news-list.tile li,
    .article-list.tile li {
        width: 49%;
        margin-right: 0;
        margin-left: 0;
    }
    .news-list.tile li:nth-child(odd),
    .article-list.tile li:nth-child(odd) {
        margin-right: 2%;
    }
    .simple-filter.simple-brand li,
    .simple-filter.simple-model li {
        width: 14.28%;
    }
    .return-items th {
        display: none;
    }
    .return-items td {
        display: inline-block;
        height: 50px;
        position: relative;
        text-align: center;
    }

    .return-items td.product,
    .return-items td.reason {
        width: 50%;
    }

    .return-items td.description {
        width: 30%;
    }
    .return-items td.max-count, .return-items td.count {
        width: 15%;
    }
    .return-items td.photo {
        width: 20%;
    }

    .return-items td.description input {
        width: 90%;
    }

    .return-items td.reason select {
        width: 80%;
    }
    .returns-list th {
        display: none;
    }
    .returns-list td {
        display: inline-block;
        height: 35px;
        position: relative;
        text-align: center;
    }

    .returns-list td.number,
    .returns-list td.count{
        width: 10%;
    }
    .returns-list td.datetime{
        width: 15%;
    }
    .returns-list td.product{
        width: 40%;
    }
    .returns-list td.manager,
    .returns-list td.reason{
        width: 25%;
    }
    .returns-list td.reaction{
        width: 20%;
    }
    .returns-list td.comment{
        width: calc(30% - 48px);
    }
    .returns-list td.delete,
    .returns-list td.icon{
        width: 24px;
    }
    .returns-list td.account{
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    .actions.one a.button, .actions.one input, .actions.one button {
        width: 100%;
    }

    .actions.three a.button, .actions.three input, .actions.three button {
        width: 32%;
    }

    .grid-details div {
        margin-right: 0;
        float: left;
        width: 100%;
    }

    .grid-details select {
        float: right;
    }

    .grid-details, .grid-details div form {
        font-size: 0;
        width: 100%;
        text-align: center;
    }

    .grid-details.two div {
        width: 50%;
        padding-right: 5px;
    }

    .grid-details.two > *:nth-child(3) {
        padding-right: 0;
    }

    .grid-details.two div select {
        width: 100%;
    }

    .grid-details.three div {
        width: 33.33%;
        padding-right: 5px;
    }

    .grid-details.three div select {
        width: 100%;
    }

    .date-input-w input {
        display: block;
        margin: 5px auto;
    }

    em, .date-input-w label {
        display: none;
    }

    .date-input-w input {
        width: 50%;
        float: left;
    }

    .report-form .date-input-w input.button {
        width: 100%;
    }

    table.grid.wide-table.p-history-table td.p-name {
        width: 100%;
    }

    table.grid.wide-table.p-history-table td {
        width: 25%;
        float: left;
    }

    .grid-filter tr {
        display: inline-block;
        width: 100%;
    }

    .grid-filter th, .grid-filter td {
        display: inline-block;
        padding: 2px 0;
    }

    .grid-filter th {
        width: 39%;
        text-align: left;
    }

    .grid-filter td {
        width: 60%;
    }

    .grid-filter .buttons {
        width: 100%;
        margin-top: 20px;
    }

    .cart-form div.actions {
        position: fixed;
    }

    .actions.three {
        text-align: center;
    }

    .actions.one input, .actions.one button, .actions.one a.button {
        width: 100%;
    }

    .actions.two input, .actions.two button, .actions.two a.button {
        width: 48%;
        margin-right: 2px;
    }

    .actions.two button:nth-child(2), .actions.two input:nth-child(2), .actions.two a.button:nth-child(2), .actions.two button:nth-child(4), .actions.two input:nth-child(4), .actions.two a.button:nth-child(4) {
        margin-right: 0;
    }

    .actions.three input, .actions.three button, .actions.three a.button {
        width: 30%;
        margin: 0 2px;
    }

    .actions.actions-profile a.button {
        width: 49%;
        margin-right: 2px;
        margin-bottom: 4px;
    }

    .actions.actions-profile a.button:nth-child(2), .actions.actions-profile a.button:nth-child(4) {
        margin-right: 0;
    }

    .login-wrapper form {
        width: 600px;
        padding: 20px;
    }

    form.payment-notify input[type="submit"] {
        width: 100%;
    }

    .grid-filter td button, .grid-filter td select, .grid-filter td input[type=text], .grid-filter td input[type=number] {
        width: 100%;
    }

    .grid-filter td.interval input[type=text], .grid-filter td.interval input[type=number] {
        width: 50%;
    }

    .grid-filter td button {
        width: 100% !important;
    }

    tr.summary td.summary span {
        text-align: left;
        padding-left: 10px;
    }

    .actions.export, .actions.print, table td.excel span, table td.print span, table td.print span {
        display: none !important;
    }

    .statements-table td.print, .statements-table td.excel, .order-list td.print, .order-list td.excel, .order-items-list td.print {
        display: none !important;
    }

    /* adaptive tables */
    .order-list tr {
        border-bottom: 1px solid #e1e1e1;
    }

    .order-list td {
        display: inline-block;
        overflow: hidden;
        position: relative;
    }
    .order-list td.number {
        width: 15%;
    }

    .order-list td.paid, .order-list td.comment {
        width: 10%;
    }

    .order-list td.status{
        width: 25%;
    }

    .order-list td.delivery {
        width: 30%;
    }

    .order-list td.datetime, .order-list td.total, .order-list td.date, .order-list td.city {
        width: 20%;
    }

    .order-list td.declaration {
        width: 30%;
    }

    .order-list td.recipient {
        width: 90%;
    }

    .order-list td.cancel,
    .order-list td.print-check,
    .order-list td.pay-now{
        width: 10%;
    }

    .order-items-list td {
        display: inline-block;
        overflow: hidden;
        position: relative;
    }

    .order-items-list td.date {
        width: 20%;
    }

    .order-items-list td.number, .order-items-list td.yn {
        width: 10%;
    }

    .order-items-list td.status {
        width: 50%;
    }

    .order-items-list td.manufacturer, .order-items-list td.product-number {
        width: 20%;
    }

    .order-items-list td.product-name {
        width: 60%;
    }

    .order-items-list td.count, .order-items-list td.days {
        width: 15%;
    }

    .order-items-list td.comment {
        width: 10%;
    }

    .order-items-list td.price, .order-items-list td.total {
        width: 25%;
    }

    .cart-table tr {
        border-bottom: 1px solid #e3e3e3;
    }

    .cart-table td, .checkout-items td {
        display: inline-block;
        position: relative;
    }

    .cart-table td.active, .cart-table td.store-icon, .cart-table td.comment, .cart-table td.delete, .cart-table td.product-info {
        width: 6%;
    }

    .kit-cart-item td.kit {
        width: 40%;
    }
    .kit-cart-item td.kit-active,
    .kit-cart-item td.kit-count,
    .kit-cart-item td.kit-items,
    .kit-cart-item td.kit-store-icon,
    .kit-cart-item td.kit-store{
        display: none;
    }
    .kit-cart-item td.kit-manufacturer {
        width: 20%;
    }
    .kit-cart-item td.kit-number{
        width: 15%;
    }
    .kit-cart-item td.kit-name{
        width: 45%;
    }

    .cart-table td.manufacturer, .cart-table td.number {
        width: 43%;
    }

    .cart-table td.price, .cart-table td.count {
        white-space: normal;
        width: 20%;
    }

    .cart-table td.total {
        width: 22%;
    }

    .cart-table td.store {
        width: 18%;
    }

    .cart-table td.name {
        width: 90%;
        line-height: 14px;
        padding: 8px 5px;
    }

    .cart-table td.product-image {
        width: 10%;
        line-height: 14px;
        padding: 8px 5px;
    }

    .cart-table tr.summary td.summary {
        width: 60%;
    }

    .cart-table tr.summary td {
        width: 10%;
    }

    .cart-table tr.summary td.total {
        width: 20%;
    }

    .checkout-items td.active, .checkout-items td.store-icon, .checkout-items td.comment, .checkout-items td.delete, .checkout-items td.product-info {
        width: 10%;
    }

    .checkout-items td.manufacturer {
        width: 40%;
    }

    .checkout-items td.number {
        width: 50%;
    }

    .checkout-items td.price, .checkout-items td.total, .checkout-items td.count {
        white-space: normal;
        width: 15%;
    }

    .checkout-items td.store {
        width: 25%;
    }

    .checkout-items td.name {
        width: 90%;
        line-height: 14px;
        padding: 8px 5px;
    }

    .checkout-items td.product-image, .checkout-items td.product-info {
        width: 10%;
        line-height: 14px;
        padding: 8px 5px;
    }

    .checkout-items tr.summary td.summary {
        width: 60%;
    }

    .checkout-items tr.summary td {
        width: 10%;
    }

    .checkout-items tr.summary td.total {
        width: 20%;
    }

    .cart-form span {
        cursor: pointer;
    }

    .cart-form .number input[type=number]::-webkit-inner-spin-button, .cart-form .number input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .cart-detail td.image {
        text-align: center;
    }

    .cart-form span.property {
        color: #777;
    }

    .cart-form span.value {
        color: black;
        font-weight: bold;
    }

    .cart-form .recaptcha {
        float: right;
        margin-top: 10px;
    }

    .order-items td {
        display: inline-block;
        height: 50px;
        position: relative;
        text-align: center;
    }

    .order-items td.check, .order-items td.number {
        width: 10%;
    }

    .order-items td.manufacturer, .order-items td.product-number {
        width: 40%;
    }

    .order-items td.name {
        width: 50%;
    }

    .order-items td.count {
        width: 10%;
    }

    .order-items td.price, .order-items td.total {
        width: 20%;
    }

    .order-items td.days {
        width: 30%;
    }

    .order-items td.days span::before {
        content: "days: ";
    }

    .order-items td.days_store, .order-items td.days_client {
        width: 15%;
    }

    .order-items td.date {
        width: 20%;
    }

    .order-items td.status {
        width: 40%;
    }

    .order-items td.delete {
        width: 10%;
    }

    .order-items tr.summary td.summary, .order-items tr.summary td.total {
        border-bottom: none;
    }

    .order-items tbody tr.summary td.total {
        float: right;
    }

    table.payment-notify td {
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 25%;
    }

    /* order-show-table */
    .order-show-table tbody > tr > td {
        display: inline-block;
        width: 100%;
    }

    td.vertical-grid-comment {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    td.vertical-grid-comment textarea, td.vertical-grid-comment input, .comment-warning {
        width: 100%;
    }
    td.vertical-grid-comment input {
        margin: 4px 0;
    }

    /* end adaptive table */
    .grid thead {
        display: none !important;
    }

    /* modification-table */
    .modification-table td {
        width: 25%;
        display: inline-block;
    }

    .modification-table td.info-td {
        width: 100%;
        text-align: center;
        background: #d9e0ef;
    }

    /* end modification-table */
    table.parts-table td, table.order-list td, table.order-items-list td, table.users-cars td, table.cart-table td, table.active-orders td, table.statements-table td, table.p-history-table td, table.payment-notify td, table.parts-table td, table.cars-history td {
        height: 36px;
    }

    table.parts-table tr.old-price td {
        height: 50px;
    }

    /* parts table*/
    .parts-table tr.separator td {
        width: 100%;
    }

    .parts-table tr.active.separator td.product-name {
        width: 75%;
    }

    .parts-table tr.active.separator td {
        width: 50%;
    }

    .parts-table td.analogs {
        display: none;
    }

    .parts-table td {
        display: inline-block;
        padding: 5px 0;
        width: 20%;
        text-align: center;
        position: relative;
        font-size: 18px;
    }

    .parts-table td.store .n-days:before {
        display: inline-block;
        float: left;
        top: 12px;
        left: -2px;
    }

    .parts-table tr.active td {
        width: 20%;
    }

    .parts-table tbody, .parts-table tr {
        display: inline-block;
        width: 100%;
        font-size: 0;
    }

    .parts-table tr {
        border-bottom: 1px solid #e3e3e3;
    }

    .parts-table tr:last-child {
        border-bottom: none;
    }

    .parts-table tr.active td.analogs, .parts-table tr td.analogs, .parts-table .product-name {
        width: 80%;
    }

    .parts-table tr.active td.product-number, .parts-table tr.active td.product-manufacturer, .parts-table tr td.product-number, .parts-table tr td.product-manufacturer {
        width: 40%;
        font-size: 14px;
    }

    .parts-table tr.reserv.active td.product-number, .parts-table tr.reserv.active td.product-manufacturer, .parts-table tr.reserv td.product-number, .parts-table tr.reserv td.product-manufacturer {
        width: 33.33%;
    }

    .parts-table tr.reserv td.cart {
        width: 13.33%;
    }

    .parts-table tr.active.separator td.info, .parts-table tr td.info {
        width: 20%;
    }

    .parts-table tr.active:not(.reserv) td.product-name, .parts-table tr td.product-name, .parts-table tr.active.disabled, .parts-table tr:not(.canbuy):not(.active) td.country, .parts-table tr:not(.canbuy):not(.active) td.count, .parts-table tr:not(.canbuy):not(.active) td.store, .parts-table tr:not(.canbuy):not(.active) td.price, .parts-table tr:not(.canbuy):not(.active) td.cart:not(.buy) {
        display: none;
    }

    /* end parts table*/
    table.payment-notify td > *, table.parts-table td > *, table.cart-table td > *, table.order-list td > *, table.order-items-list td > *, table.order-items td > * {
        display: inline-block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .tree-search {
        width: 100%;
        padding: 10px;
        margin: 5px 0 10px;
    }

    .car-info {
        width: 100%;
        margin-right: 0;
    }

    .analogs a {
        width: 100%;
    }

    /* News */
    .news-list.tile li,
    .article-list.tile li {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .news-list li a,
    .article-list li a,
    .news-list img,
    .article-list img {
        width: 100%;
    }

    body .news-list .news-head,
    body .article-list .article-head,
    body .news-list .news-body,
    body .article-list .article-body {
        width: 100%;
    }

    .comment-box .comments-list-w,
    .comment-box .comment-product-form {
        padding: 0;
        width: 100%;
    }
    .comment-box .comments-list-w {
        margin-bottom: 20px;
    }

    .return-items td.product,
    .return-items td.reason {
        width: 50%;
    }

    .return-items td.description {
        width: 100%;
    }
    .return-items td.max-count, .return-items td.count {
        width: 25%;
    }
    .return-items td.photo {
        width: 50%;
    }
    .order-items td.return {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {

    ul.login-social-list {
        display: inline;
        margin: auto;
        padding-left: 0;
    }


    .grid-details.one div {
        width: auto;
    }

    .grid-details.two div, .grid-details.three div {
        width: 50%;
    }

    .grid-details.three > *:nth-child(5) {
        width: 100%;
        margin-top: 8px;
        padding-right: 0;
    }

    .grid-details.three > *:nth-child(3) {
        padding-right: 0;
    }

    .grid-details.three div.discount-set select {
        width: 100%;
    }

    .actions {
        padding: 8px 0;
        text-align: right;
    }

    .actions a.button, .actions button, .actions input {
        width: 100%;
        margin: 2px 0 !important;
    }

    .grid-filter, .grid-filter tbody {
        display: inline-block;
        width: 100%;
    }

    .grid-filter tr {
        display: inline-block;
        width: 100%;
    }

    .grid-filter th {
        width: 100%;
        text-align: left;
    }

    .grid-filter td {
        width: 100%;
        display: inline-block;
    }

    .grid-filter td.interval {
        text-align: center;
    }

    .grid-filter td.interval input {
        float: left;
        width: 47%;
    }

    .grid-filter td.interval input:last-child {
        float: right;
    }

    .main-content .grid-filter th label {
        padding-left: 5px;
    }

    .main-content .grid-filter td * {
        padding: 5px 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    form.payment-notify select, form.payment-notify textarea, form.payment-notify input:not([type="checkbox"]) {
        width: 100%;
    }

    .manufacturer-list ul {
        width: 33.3%;
    }

    td.disabled:not(.buy) {
        display: none;
    }

    td.disabled.buy {
        width: 100% !important;
    }

    .users-cars tr {
        width: 100%;
        overflow: auto;
    }

    .users-cars tr {
        border-bottom: 1px solid #e3e3e3;
    }

    .users-cars tr:last-child {
        border-bottom: none;
    }

    .grid.users-cars td {
        width: 25%;
        float: left;
        overflow: hidden;
        padding: 9px;
    }

    .users-cars td, .cars-history td {
        display: inline-block;
        width: 20%;
    }

    .statements-table td {
        width: 33.33%;
        display: inline-block;
        float: left;
        height: 50px;
    }

    .statements-table td.datetime, .statements-table td.number, .statements-table td.income, .statements-table td.balance {
        width: 20%;
    }

    .statements-table td.orders, .statements-table td.name {
        width: 60%;
    }

    .statements-table td.number span::before {
        content: "№";
    }

    table.users-cars td, table.cart-table td, table.active-orders td, table.statements-table td, table.p-history-table td, table.parts-table td, table.cars-history td {
        position: relative;
    }

    table.active-orders td {
        display: inline-block;
        width: 20%;
        overflow: hidden;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    table.grid.active-orders td {
        width: 25%;
    }

    .order-items-list td.yn, .order-items-list td.days, .order-items-list td.comment {
        text-align: center;
    }

    table.order-list td > *, table.order-items-list td > *, table.users-cars td > *, table.cart-table td > *, table.active-orders td > *, table.statements-table td > *, table.p-history-table td > *, table.parts-table td > *, table.cars-history td > * {
        padding: 0 4px;
        display: inline-block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    table.parts-table tr.reserv td.product-name {
        width: 75%;
    }

    table.parts-table td.product-name div, table.parts-table td.product-name span, table.parts-table .store * {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 5px;
        font-size: 13px;
    }

    table.parts-table td.store .n-days:before {
        font-size: 13px;
    }

    .login-wrapper form {
        width: 100%;
        padding: 20px;
    }

    .actions button, .actions .button {
        margin-bottom: 5px;
        margin-right: 0;
        width: 100%;
    }

    .product-image-tr .product-image img {
        width: 33.33%;
    }

    /* menu pages */
    .base-content-form, .base-content-form th {
        width: 100%;
    }

    .base-content-form th, .base-content-form td {
        width: 100%;
        display: inline-block;
        text-align: left;
    }


    /* error page */
    .error-page {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }

    .error-big {
        text-align: center;
    }

    .car-info, .car-category-main .jstree {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter-form label {
        display: inline-block;
        width: 100%;
    }

    .filter-form input#id_value {
        width: 130px;
    }

    .add-car {
        width: 100%;
        text-align: center;
    }

    .login-wrapper .login-form, .login-wrapper .actions {
        width: 100%;
    }

    .request-create-w .form-table {
        width: 100%;
        max-width: 100%;
    }

    .request-create-w .form-table th, .request-create-w .form-table td {
        text-align: left;
        width: 100%;
        display: inline-block;
    }

    .request-create-w .form-table td.actions {
        padding: 0;
        margin: 0;
    }

    .request-create-w .form-table tr:last-child th {
        display: none;
    }

    .request-create-w .button {
        width: 100%;
        text-align: center;
    }

    .sidebar-filter-trigger {
        background: #f3f3f3 url("/static/style/images/sidebar-filter.40466f9324d0.svg") center no-repeat;
        background-size: 80%;
    }
    .simple-filter.simple-brand li,
    .simple-filter.simple-model li {
        width: 25%;
    }

    .pick-up-points li {
        max-width: 600px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width:480px) {
    .grid th,
    .grid td {
        height: 35px;
    }

    ul.login-social-list {
        display: inline-block;
    }

    .login.actions.three {
        margin-top: 0;
        padding-top: 0;
    }

    .actions a.button, .actions input, .actions button {
        width: 100% !important;
    }

    .manufacturer-list ul {
        width: 50%;
    }

    .grid.users-cars td {
        width: 33.33%;
    }

    .order-items td {
        width: 50%;
    }

    .order-list td {
        display: inline-block;
    }

    .order-items-list td {
        width: 33.33% !important;
        display: inline-block;
    }

    .order-items-list td.product-name {
        width: 60% !important;
    }

    .order-items-list td.count, .order-items-list td.price {
        width: 20% !important;
    }

    .order-items-list td.days, .order-items-list td.comment {
        width: 16.665% !important;
    }

    .o-checkbox {
        text-align: left;
    }

    .o-checkbox th, .o-checkbox td {
        display: inline-block;
        width: inherit;
    }

    .o-checkbox td {
        float: left;
    }

    tr.deny-ads th, tr.deny-ads td {
        display: inline-block;
        width: inherit;
    }

    tr.deny-ads td {
        float: left;
    }

    .manufacturer-search input, .manufacturer-search input[type=text] {
        width: 100%;
        margin: 5px 0 0;
    }

    .add-car {
        width: 100%;
        text-align: center;
    }

    .actions.cart-actions input {
        width: 100%;
        margin: 2px 0;
    }

    .order-list td {
        white-space: normal;
        word-break: break-word;
        text-align: center;
    }

    .order-list td.total, .order-list td.delivery, .order-list td.city, .order-list td.declaration {
        width: 50%;
    }

    .cart-table tr.summary td.summary {
        width: 50%;
    }

    .users-cars td, .cars-history td {
        width: 50%;
    }

    .p-history-table td {
        display: inline-block;
        width: 25%;
        height: 50px;
    }

    .p-history-table td.p-name {
        width: 100%;
        display: inline-block;
    }

    .cart-table td.active, .cart-table td.comment, .cart-table td.delete, .cart-table td.product-info {
        width: 10%;
    }

    .cart-table td.store-icon {
        width: 50%;
    }

    .cart-table td.manufacturer, .cart-table td.number, .cart-table td.store {
        width: 40%;
    }

    .cart-table td.price, .cart-table td.total, .cart-table td.count, .cart-table tr.summary td.total {
        width: 30%;
    }

    .kit-cart-item td.kit {
        width: 25%;
    }
    .kit-cart-item td.count {
        width: 15%;
    }

    .checkout-items td.comment, .checkout-items td.delete, .checkout-items td.product-info {
        width: 10%;
    }

    .checkout-items td.store-icon {
        width: 50%;
    }

    .checkout-items td.manufacturer, .checkout-items td.store {
        width: 40%;
    }

    .checkout-items td.number{
        width: 50%;
    }

    .checkout-items td.price, .checkout-items td.total, .checkout-items td.count, .checkout-items tr.summary td.total {
        width: 30%;
    }

    table.grid.active-orders td {
        width: 33.33%;
    }

    table.grid.active-orders td.recipient {
        width: 100%;
    }

    .product-image-tr .product-image img {
        width: 50%;
    }

    /* order-show-table */
    .vertical-grid th, .vertical-grid td {
        display: inline-block;
        width: 50% !important;
        height: 35px;
        position: relative;
    }

    .vertical-grid th *, .vertical-grid td * {
        display: inline-block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /* order-show-table */

    /* model-table */
    .model-table thead {
        display: none;
    }

    .model-table, .model-table tr, .model-table tbody {
        display: inline-block;
        width: 100%;
    }

    .model-table td {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 5px 2px;
    }

    /* end model-table */

    /* modification-table */
    .modification-table td {
        width: 50%;
        display: inline-block;
    }

    /* end modification-table */

    /* adaptive tables */
    .parts-table tr.active.separator .product-name, .parts-table tr.active td.analogs, .parts-table tr td.analogs {
        width: 75%;
    }

    .parts-table tr.active td.product-number, .parts-table tr.active td.product-manufacturer, .parts-table tr td.product-number, .parts-table tr td.product-manufacturer {
        width: 35%;
    }

    .parts-table tr.active.separator td.info, .parts-table tr.active td.info, .parts-table tr td.info {
        width: 30%;
    }

    .parts-table tr.reserv.active td.product-number, .parts-table tr.reserv.active td.product-manufacturer {
        width: 33.33%;
    }

    .parts-table tr.reserv td.product-number, .parts-table tr.reserv td.product-manufacturer{
        width: 30%;
    }

    .parts-table tr.reserv td.info {
        width: 25%;
    }

    .parts-table tr.reserv td.cart {
        width: 15%;
    }

    .parts-table tr:not(.canbuy):not(.reserv) td.cart {
        display: none;
    }

    .parts-table tr td.product-name, .parts-table tr td.store-info, .parts-table tr td.country {
        display: none;
    }

    .parts-table td, .parts-table tr.active td {
        text-align: center;
    }

    .parts-table tr td.store {
        width: 35%;
    }

    .parts-table tr td.count {
        width: 20%;
    }

    .parts-table tr td.price {
        width: 30%;
    }

    .parts-table tr td.cart {
        width: 15%;
    }

    .grid-details > div, .grid-details > div * {
        width: 100%;
        display: inline-block;
    }

    .login-wrapper .form-table th, .login-wrapper .form-table td {
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 5px;
    }

    .login-wrapper  .reset-password {
        width: 100%;
        text-align: center;
    }

    form.payment-notify .actions.one input {
        margin-right: 0;
    }

    .report-form-w td, .payment-notify td {
        padding: 0;
    }
    .g-recaptcha {
        transform:scale(0.78);
        -webkit-transform:scale(0.78);
        transform-origin:0 0;-webkit-transform-origin:0 0;
        width: 237px;
        margin: 0 auto;
        height: 75px;
    }

    span.split-button {
        margin: 10px 0 0 0 !important;
        display: block;
    }

    span.split-button input{
        width: 50% !important;
    }

    .simple-filter.simple-brand li,
    .simple-filter.simple-model li {
        width: 33.33%;
    }

    .return-items td.description {
        width: 60%;
    }
    .return-items td.max-count, .return-items td.count {
        width: 20%;
    }
    .return-items td.photo {
        width: 100%;
    }

    .returns-list td.number,
    .returns-list td.count{
        width: 10%;
    }
    .returns-list td.datetime{
        width: 15%;
    }
    .returns-list td.product{
        width: 60%;
    }
    .returns-list td.reason{
        width: 40%;
    }
    .returns-list td.reaction{
        width: 20%;
    }
    .returns-list td.comment{
        width: calc(40% - 24px);
    }
    .returns-list td.delete,
    .returns-list td.icon{
        width: 24px;
    }
    .returns-list td.account{
        width: 25%;
    }
    .returns-list td.manager{
        width: calc(60% - 24px);
    }
}

.soc-login-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;
    border-radius: 6px;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.soc-login-form .login-form-w,
.soc-login-form .registr-form-w {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    max-width: 480px;
}

.soc-login-form .login-form-w {
    border-right: 1px solid #993366; /* тонка вертикальна лінія */
}

.soc-login-form .slff {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.soc-login-form .slff h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.soc-login-form .slff p {
    margin: 0;
}

.soc-login-form .slff input[type="text"],
.soc-login-form .slff input[type="email"],
.soc-login-form .slff input[type="password"],
.soc-login-form .slff input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.soc-login-form .slff .submit {
    padding: 10px;
    background: #e9e9ee;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin: 5px;
}

.soc-login-form .slff .submit:hover {
    background-color: #d6d6e2;
}

.soc-login-form .actions {
    margin-top: 10px;
}

.soc-login-form .actions a {
    font-size: 13px;
    color: #0a8842;
    text-decoration: none;
}

.soc-login-form .actions a:hover {
    text-decoration: underline;
}

.agreement-text {
    margin-top: 10px;
    font-size: 13px;
}

.agreement-text a {
    color: #0a8842;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .soc-login-form form {
        width: 50%;
    }
}

.delivery-plugin .chosen-container {
    width: 330px !important;
}

.grid td.price sup {
    padding-left: 2px;
}

body .catalog-section .catalog-title {
    background: #161616;
}

#cboxTitle {
    height: 60px!important;
}

#cboxLoadedContent {
    margin: 20px 0;
}

.form-table .actions {
    text-align: left;
}

@media (max-width: 768px) {
    .cboxIframe {
        margin-bottom: 40px!important;
    }
}

@media screen and (min-width: 768px) {
    #colorbox {
        max-height: 640px;
        position: absolute!important;
    }

    .cboxIframe {
        max-height: 640px!important;
        overflow-y: auto!important;
    }


    #cboxContent,
    #cboxWrapper,
    #cboxLoadedContent {
        max-height: 640px!important;
    }

    #cboxLoadedContent {
        overflow: auto;
    }

    div#cboxLoadedContent a {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    div#cboxLoadedContent img {
        max-height: 500px;
        width: auto;
    }
}

body .view-type div.active {
    border: 2px solid #161616;
}

span.cart-count.bracket::before {
    content: "(";
}
span.cart-count.bracket::after {
    content: ")";
}

.sol-checkbox, .sol-radio {
  top: 50%;
  margin-top: -7px;
}

.sol-label-text {
  padding-right: 16px;
}

.product-filter-wrapper {
  display: inline-block;
  width: 100%;
}

.product-filter-wrapper > form {
  display: inline-block;
  width: 100%;
}

.product-filter {
  width: 100%;
  background: #f0f0f0;
  border-radius: 3px;
  float: left;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 15px 0 12px;
}

.product-filter * {
  font-size: 14px;
}

.product-filter .filter-item {
  display: inline-block;
  float: left;
}

.product-filter .filter-item.ui-slider,
.product-filter .filter-item.ui-slider-price {
  position: relative;
  top: -5px;
}

.product-filter .filter-item .slider, .product-filter .filter-item > label {
  display: inline-block;
  float: left;
  line-height: 14px;
  text-align: center;
}

.product-filter .filter-item.ui-slider-price label {
  width: 100%;
  padding-bottom: 8px;
  height: 31px;
}

.product-filter .filter-item.ui-slider label {
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
}

.product-filter .filter-item.ui-slider-price .price-slider {
  height: 0;
}

.product-filter .filter-item .slider {
  width: 100%;
}

.product-filter .product-filter-input,
.product-filter .product-filter-select {
  width: 100%;
  height: 28px;
  position: relative;
  top: 7px;
}

.product-filter .sol-inner-container {
  height: 28px;
  line-height: 26px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.product-filter .product-filter-input {
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-filter .product-filter-input:focus,
.product-filter .product-filter-select:focus {
  outline: none;
}

.sidebar-filter .selected-filter-items {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 0px;
}

.ui-widget-header {
  background: #fff;
}

.product-filter input.price {
  border: none;
  background: none;
  text-align: center;
  font-weight: 100;
  position: relative;
  width: 100%;
  box-shadow: none;
  top: -1px;
  color: #000;
}

.product-filter input.price:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-filter div.slider-price {
  position: relative;
  top: -34px;
}

.product-filter-wrapper .button-wrapp {
  clear: both;
  display: inline-block;
  float: right;
}

.product-filter-wrapper .button-wrapp button, .product-filter-wrapper .button-wrapp a {
  display: inline-block;
  width: 70px;
  text-align: center;
  background: #dedadc;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  padding: 5px 0px;
  text-decoration: none;
  float: left;
}

.product-filter-wrapper .button-wrapp a {
}

/* multiselect*/

/* product-filtered items */
.sol-current-selection {
  text-align: left;
}

.sol-optiongroup-label {
  color: #e68d02;
}

div.pager {
  text-align: center;
  margin: 1em 0;
}

div.pager span {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8;
  text-align: center;
  cursor: pointer;
  background: #2e2e2e;
  color: #fff;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

div.pager span.active, div.pager span:hover {
  background: #676767;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#amount-handle, #days-handle {
  width: 1.5em;
  height: 1.6em;
  top: 50%;
  margin-top: -.9em;
  text-align: center;
  line-height: 1.6em;
}

/* justifying filter elements */
.product-filter {
  text-align: justify;
  border: 1px solid #ccc;
}

.product-filter .filter-item {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 20%;
  margin-bottom: 12px;
}

.product-filter:before {
  content: '';
  display: block;
  width: 100%;
}

.product-filter:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.product-filter .sol-optiongroup-label {
  line-height: 16px;
}

.selected-filter-items {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
}

.sol-selected-display-item, .sol-results-count {
  background: #f0f0f0;
  color: #000;
}

.sol-quick-delete {
  color: #000;
}

.sol-quick-delete:hover {
  cursor: pointer;
  opacity: .7;
}

.sol-optiongroup-label {
  color: #161616;
}

.product-filter .filter-item .slider, .filter-item > label {
  color: #000;
}

.ui-slider-handle {
  outline: none;
}

.ui-slider-handle.ui-state-active {
  background: #157ace;
  border: 1px solid #fff;
  outline: none;
}

/* multiselect*/
.sol-label-text {
  color: #000;
  line-height: 19px;
}

.sol-option:hover .sol-label-text, .sol-option.keyboard-selection .sol-label-text {
  color: #fff !important;
}

/* media */
@media screen and (max-width:1000px) {
  .filter-toggle {
    width: 32px;
    height: 32px;
    background: #dedadc url("/static/style/images/filter-icon.9b15078c1098.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    border-radius: 50%;
    border: 1px solid #c0c3c5;
  }

  .product-filter .product-filter-input,
  .product-filter .product-filter-select {
    position: static;
  }

  .product-filter-wrapper form {
    display: none;
  }

  .producers-select {
    width: 100%;
    text-align: center;
  }

  .sol-inner-container {
    height: 28px;
  }

  .product-filter .filter-item {
    padding: 10px 20px;
  }

  .product-filter .filter-item.ui-slider-price {
    margin-bottom: 10px;
  }

  .product-filter .product-filter-input, .product-filter .product-filter-select {
    width: 100%;
  }

  .product-filter .filter-item .slider, .product-filter .filter-item.ui-slider-price .price-slider {
    width: 100%;
  }

  .product-filter .filter-item .slider, .product-filter .filter-item > label {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }

  .product-filter .filter-item > label {
    text-align: center;
  }

  .product-filter .filter-item:not(.ui-slider-price) {
    width: 50%;
    float: left;
  }

  .product-filter .filter-item.ui-slider-price {
    width: 100%;
  }

  .product-filter .filter-item.ui-slider-price label {
    width: 100%;
    text-align: center;
    position: relative;
  }

  .product-filter .filter-item.ui-slider-price .price-slider {
    height: 34px;
  }

  .product-filter .filter-item.ui-slider-price {
    width: 100%;
  }

  .product-filter input.price {
    top: 4px;
  }

}

@media screen and (max-width: 620px) {
  .sidebar-filter .product-filter {
    background: none;
    border: none;
  }

  .sidebar-filter .product-filter .filter-item {
    width: 100%;
  }

  .product-filter .filter-item.ui-slider label, .product-filter .filter-item.ui-slider-price label, .product-filter .price-slider input.price {
    color: #030303;
    font-weight: 100;
  }

  .sidebar-filter .selected-filter-items {
    padding: 0 12px;
  }

}

.messages.bottom {
    margin: 12px 0 0 0;
    font-weight: bold;
    padding: 0;
    background-color :#e2e0e0;
    border-top: 1px solid #d7d7d7;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    z-index: 999;
    overflow: auto;
}

.messages.bottom form {
    max-width: 100%!important;
}

.messages .m-body {
    max-height: 250px;
    overflow-y: auto!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-caption {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.m-caption:before,
.notification:before {
    content: '';
    display: inline-block;
    float: left;
    position: absolute;
    top: 10px;
    width: 20px;
    height: 21px;
    background: url("/static/style/images/m-info.1363d529ff4f.png") center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.m-text,
.notification .notify-text {
    padding: 3px 60px 3px 28px;
    display: inline-block;
    line-height: 18px;
    font: 700 13px Arial;
    color: #fff;
    margin: 0;
}

.m-close,
.notification .close-notification {
    position: absolute;
    float: right;
    right: 10px;
    top: 10px;
    margin: 0;
    background: url("/static/style/images/m-close.d73eec69de42.png") center;
    width: 20px;
    height: 20px;
    -webkit-background-size: 100px;
    background-size: 100%;
    opacity: 1;
    -webkit-transition: .20s;
    -o-transition: .20s;
    transition: .20s;
}
.m-up:hover, .m-close:hover {
    cursor: pointer;
}

.messages .debug span.m-text,   .messages .debug .m-body *,
.messages .warning span.m-text, .messages .warning .m-body *,
.messages .success span.m-text, .messages .success .m-body *
{
    color: black;
}

.m-up {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/style/images/m-up.ab0c8db43849.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 40px;
    top: 10px;
}
.m-up.opened {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.m-body {
    padding: 10px;
    width: 100%;
    display: none;
    max-height: 90%;
    overflow: auto;
}

.m-body label,
.m-body label * {
    color: #fff;
}

.m-body label {
    position: relative;
    display: block;
    padding: 0px 0px 5px 25px;
}

.message-item {
    width: 100%!important;
}

.m-body label .message-checkbox {
    position: absolute;
    left: 0;
    top: -2px;
    padding: 0;
}

.m-body .message-button,
.m-body .message-close {
    padding: 5px 15px;
    display: inline-block;
    float: left;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 4px;
    cursor: pointer;
}

.messages .debug .m-body .message-close,
.messages .warning .m-body .message-close,
.messages .success .m-body .message-close {
    color: black;
    border: 1px solid #000;
}

.m-body .message-close:hover {
    cursor: pointer;
}

.messages.top .message:last-child {
    margin-bottom: 20px;
}

.messages .info .m-close:hover,
.messages .info .m-up:hover {
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.messages .info {
    border-color: #0072bc;
    background-color: #0072bc;
}

.messages .warning {
    border-color: #ffda2d;
    background-color: #ffda2d;
}

.messages .error {
    border-color: #f32828;
    background-color: #f32828;
    color: #c00;
}

.messages .info a.message-close,
.messages .warning a.message-close,
.messages .error a.message-close {
    float: right;
    margin-left: 8px;
    color: #c00;
}


/* action notifications */
.notification {
    display: inline-block;
    width: 100%!important;
    background: #0072bc;
    padding: 10px;
    border-radius: 2px;
    position: relative;
    outline: 1px solid #fff;
    float: left;
}

.notification .close-notification:hover {
    opacity: .85;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.warning.notification {
    background: #ea9a1e;
}

.warning.notification p {
    color: #777;
}

.error.notification {
    background: #f00;
}

@media screen and (max-width:480px) {

    a.message-button,
    span.message-button {
        width: 100%;
    }
}
.main {
    position: relative;
}

.main h1 {
    padding-right: 75px;
}

.text h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.text .h2-center {
    text-align: center;
    width: 100%;
}

.main .text-date {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.text img {
    padding: 0;
}

.text ul {
    list-style-type: none;
    font-size: 16px;
    padding: 0;
    margin: 10px;
}

.text ul li {
    margin-bottom: 10px;
}

.text p {
    margin: 10px 0;
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
}

.text figure {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    margin: 20px;
    max-width: 50%;
}

.text figure figcaption {
    font-size: 15px;
    line-height: 25px;
}

.text figure.image-left {
    float: left;
    margin: 10px 20px 10px 0;
}

.text figure.image-right {
    float: right;
    margin: 10px 0px 10px 20px;
    float: right;
}

.text figure.image-left img,
.text figure.image-right img {
   width: 100%;
}

.text figure.image-center,
.text figure.image-wide,
.text figure.video {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
}

.text figure.image-center img {
    min-width: 50%;
}

.text figure.image-wide img {
    width: 100%;
    display: inline-block;
}

.text .quote {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
}

.text blockquote {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.text .quote figcaption {
    font-size: 16px;
    line-height: 15px;
    margin-top: 5px;
}

.text blockquote:before,
.text blockquote:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    left: -10px;
    background: url("/static/style/images/quotation-left.357c5e4100dc.svg");
    background-size: 100%;
}

.text blockquote:after {
    position: relative;
    left: initial;
    right: -10px;
    background: url("/static/style/images/quotation-right.682d15533a67.svg");
    background-size: 100%;
}

.text figure.video iframe,
.text figure.video video {
    min-width: 50%;
    max-width: 60%;
}

@media screen and (max-width:768px) {
    .text h2,
    .text h3,
    .text h4 {
        text-align: center;
    }

    .main h1 {
        padding-right: 75px;
    }
    .main .text-date {
        font-size: 15px;
    }


}

@media screen and (max-width:620px) {
    .text p {
        text-align: left;
    }

    .text img,
    .text figure,
    .text iframe,
    .text video {
        width: 100%;
    }
}


.jq-stars {
	display: inline-block;
}
.jq-rating-label {
	font-size: 22px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-family: helvetica, arial, verdana;
}
.jq-star {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.rating .jq-star{
	cursor: pointer;
}
.jq-star-svg {
	padding-right: 3px;
	width: 100%;
	height: 100% ;
}
.jq-star:hover .fs-star-svg path {
}
.jq-star-svg path {
	stroke-linejoin: round;
}
.jq-shadow {
	-webkit-filter: drop-shadow( -2px -2px 2px #888 );
	filter: drop-shadow( -2px -2px 2px #888 );
}
