/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot");
	src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
	url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff") format("woff"),
	url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf") format("truetype"),
	url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}
.fa-won:before,
.fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/libs/font-awesome/font-awesome-4.3.0.css - *********/

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot");
	src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
	url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff") format("woff"),
	url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf") format("truetype"),
	url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}
.fa-won:before,
.fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,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; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


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


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

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


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

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

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/jQueryUi/jquery.ui.core.css - *********/

/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,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; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


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


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

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


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

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ctl=themeroller&ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=4px&bgColorHeader=FFFFFF&bgTextureHeader=01_flat.png&bgImgOpacityHeader=100&borderColorHeader=ffffff&fcHeader=535353&iconColorHeader=9D0500&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=65840C&fcContent=535353&iconColorContent=9D0500&bgColorDefault=A8C37C&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=65840C&fcDefault=65840C&iconColorDefault=9D0500&bgColorHover=A8C37C&bgTextureHover=06_inset_hard.png&bgImgOpacityHover=100&borderColorHover=65840C&fcHover=65840C&iconColorHover=9D0500&bgColorActive=65840C&bgTextureActive=01_flat.png&bgImgOpacityActive=100&borderColorActive=A8C37C&fcActive=A8C37C&iconColorActive=ffffff&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=100&borderColorHighlight=65840C&fcHighlight=535353&iconColorHighlight=9D0500&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=100&borderColorError=65840C&fcError=535353&iconColorError=9D0500&bgColorOverlay=000000&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=100&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=100&opacityShadow=50&thicknessShadow=15px&offsetTopShadow=-15px&offsetLeftShadow=-15px&cornerRadiusShadow=15px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em;}
.ui-widget-content { border: 1px solid #65840c; background: #ffffff url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_FFFFFF_40x100.png") 50% 50% repeat-x; color: #535353; }
.ui-widget-content a { color: #535353; }
.ui-widget-content .link{ color: #4a7ec2;; }
.ui-widget-header { border: 1px solid #ffffff; background: #ffffff url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_FFFFFF_40x100.png") 50% 50% repeat-x; color: #535353; font-weight: bold; }
.ui-widget-header a { color: #535353; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #65840c; background: #a8c37c url("https://productimages.nimbledeals.com/images/ui-bg_highlight-hard_100_A8C37C_1x100.png") 50% 50% repeat-x; font-weight: normal; color: #65840c; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #65840c; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #65840c; background: #a8c37c url("https://productimages.nimbledeals.com/images/ui-bg_inset-hard_100_A8C37C_1x100.png") 50% 50% repeat-x; font-weight: normal; color: #65840c; }
.ui-state-hover a, .ui-state-hover a:hover { color: #65840c; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #a8c37c; background: #65840c url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_65840C_40x100.png") 50% 50% repeat-x; font-weight: normal; color: #a8c37c; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #a8c37c; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #65840c; background: #ffffff url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_FFFFFF_40x100.png") 50% 50% repeat-x; color: #535353; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #535353; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #65840c; background: #ffffff url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_FFFFFF_40x100.png") 50% 50% repeat-x; color: #535353; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #535353; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #535353; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_ffffff_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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 { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #000000 url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_000000_40x100.png") 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -15px 0 0 -15px; padding: 15px; background: #000000 url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_000000_40x100.png") 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/jQueryUi/jquery.ui.theme.css - *********/

/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ctl=themeroller&ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=4px&bgColorHeader=FFFFFF&bgTextureHeader=01_flat.png&bgImgOpacityHeader=100&borderColorHeader=ffffff&fcHeader=535353&iconColorHeader=9D0500&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=65840C&fcContent=535353&iconColorContent=9D0500&bgColorDefault=A8C37C&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=65840C&fcDefault=65840C&iconColorDefault=9D0500&bgColorHover=A8C37C&bgTextureHover=06_inset_hard.png&bgImgOpacityHover=100&borderColorHover=65840C&fcHover=65840C&iconColorHover=9D0500&bgColorActive=65840C&bgTextureActive=01_flat.png&bgImgOpacityActive=100&borderColorActive=A8C37C&fcActive=A8C37C&iconColorActive=ffffff&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=100&borderColorHighlight=65840C&fcHighlight=535353&iconColorHighlight=9D0500&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=100&borderColorError=65840C&fcError=535353&iconColorError=9D0500&bgColorOverlay=000000&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=100&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=100&opacityShadow=50&thicknessShadow=15px&offsetTopShadow=-15px&offsetLeftShadow=-15px&cornerRadiusShadow=15px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em;}
.ui-widget-content { border: 1px solid #65840c; background: #ffffff url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_FFFFFF_40x100.png") 50% 50% repeat-x; color: #535353; }
.ui-widget-content a { color: #535353; }
.ui-widget-content .link{ color: #4a7ec2;; }
.ui-widget-header { border: 1px solid #ffffff; background: #ffffff url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_FFFFFF_40x100.png") 50% 50% repeat-x; color: #535353; font-weight: bold; }
.ui-widget-header a { color: #535353; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #65840c; background: #a8c37c url("https://productimages.nimbledeals.com/images/ui-bg_highlight-hard_100_A8C37C_1x100.png") 50% 50% repeat-x; font-weight: normal; color: #65840c; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #65840c; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #65840c; background: #a8c37c url("https://productimages.nimbledeals.com/images/ui-bg_inset-hard_100_A8C37C_1x100.png") 50% 50% repeat-x; font-weight: normal; color: #65840c; }
.ui-state-hover a, .ui-state-hover a:hover { color: #65840c; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #a8c37c; background: #65840c url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_65840C_40x100.png") 50% 50% repeat-x; font-weight: normal; color: #a8c37c; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #a8c37c; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #65840c; background: #ffffff url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_FFFFFF_40x100.png") 50% 50% repeat-x; color: #535353; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #535353; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #65840c; background: #ffffff url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_FFFFFF_40x100.png") 50% 50% repeat-x; color: #535353; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #535353; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #535353; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_ffffff_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("https://productimages.nimbledeals.com/images/ui-icons_9D0500_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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 { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #000000 url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_000000_40x100.png") 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -15px 0 0 -15px; padding: 15px; background: #000000 url("https://productimages.nimbledeals.com/images/ui-bg_flat_100_000000_40x100.png") 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
/*!
 * jQuery UI Datepicker 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.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:0em; }

/* 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 { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/jQueryUi/jquery.ui.datepicker.css - *********/

/*!
 * jQuery UI Datepicker 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.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:0em; }

/* 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 { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*!
 * jQuery UI Progressbar 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height:100%;
	background-image: url("https://productimages.nimbledeals.com/images/pbar-ani.gif");
	border: 1px solid #65840C;
	border-right: none;
}

.ui-progressbar .progressbar-label {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	color: #000;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/jQueryUi/jquery.ui.progressbar.css - *********/

/*!
 * jQuery UI Progressbar 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height:100%;
	background-image: url("https://productimages.nimbledeals.com/images/pbar-ani.gif");
	border: 1px solid #65840C;
	border-right: none;
}

.ui-progressbar .progressbar-label {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	color: #000;
}
.ms-container{
	background: transparent url("https://productimages.nimbledeals.com/images/icons/switch.png") no-repeat 50% 50%;
	width: 630px;
}

.ms-container:after{
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	min-height: 0;
	visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
	background: #fff;
	color: #555555;
	float: left;
	width: 45%;
}
.ms-container .ms-selection{
	float: right;
}

.ms-container .ms-list{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	border: 1px solid #ccc;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	position: relative;
	height: 200px;
	padding: 0;
	overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
	outline: thin dotted \9;
}

.ms-container ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.ms-container .ms-optgroup-container{
	width: 100%;
}

.ms-container .ms-optgroup-label{
	margin: 0;
	padding: 5px 0px 0px 5px;
	cursor: pointer;
	color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
	border-bottom: 1px #eee solid;
	padding: 2px 10px;
	color: #555;
	font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
	background-color: #eee;
	color: #aaa;
	cursor: text;
}

.custom-header {
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #eee;
	border-radius: 3px 3px 0 0;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/jQueryMultiSelect/jquery-multi-select.css - *********/

.ms-container{
	background: transparent url("https://productimages.nimbledeals.com/images/icons/switch.png") no-repeat 50% 50%;
	width: 630px;
}

.ms-container:after{
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	min-height: 0;
	visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
	background: #fff;
	color: #555555;
	float: left;
	width: 45%;
}
.ms-container .ms-selection{
	float: right;
}

.ms-container .ms-list{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	border: 1px solid #ccc;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	position: relative;
	height: 200px;
	padding: 0;
	overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
	outline: thin dotted \9;
}

.ms-container ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.ms-container .ms-optgroup-container{
	width: 100%;
}

.ms-container .ms-optgroup-label{
	margin: 0;
	padding: 5px 0px 0px 5px;
	cursor: pointer;
	color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
	border-bottom: 1px #eee solid;
	padding: 2px 10px;
	color: #555;
	font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
	background-color: #eee;
	color: #aaa;
	cursor: text;
}

.custom-header {
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #eee;
	border-radius: 3px 3px 0 0;
}
/** sprite: mainSprite; sprite-image: url("https://productimages.nimbledeals.com/images/main.sprite.png"); */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	word-wrap: break-word;
}

.pageBodyElement {
	position: absolute; 
	width: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 { color: #4f4f4f; margin: 0;}

div {
	text-align: left;
}

img {
	border: 0 none;
}

a, .link {
	text-decoration: none;
}

#smtpDownBlock {
	color: red; 
	line-height: 100px; 
	text-align: center; 
	font-size: 30px; 
	font-weight: bold;
}

.checkboxLabel {
	font-size: 12px;
	color: #636363;
	font-weight: normal;
	margin: 0 10px 10px 0;
}

.checkboxLabel input {
	margin-right: 10px;
}

.underlineLink { text-decoration: underline;}

.link {
	color: #0094CA;
	cursor: pointer;
}

.marginForStar{
	margin-left: 25px;
}

.pointerHand {
	cursor: pointer;
}

abbr {
	border: none;
}

input, textarea, select {
	border: 1px solid #c6c6c6;
	color: #000000;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	font-size: 13px;
	height: 20px;
}

input[type=checkbox], input[type=radio] {border:none; background: none; height: auto;}
input[type=hidden] { display: none;}

.innerBox { border-width: 3px;}

#content {
	padding: 5px;
}

span.errorSpan,
.errorBox,
.error {
	color: red;
	font-size: 8pt;
	line-height: 1;
}

.errorField {
	background-color: #ffaaaa;
}

.apiErrorSpan {
	color: red;
	font-size: 10pt;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.button {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	padding: 5px 10px;
	background-image: url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png");
	background-color: #aac57f;
	border: 1px solid #8eaf57;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	color: #6a8900;
	white-space: nowrap;
	padding: 5px 10px;
	text-align: center;
}

/*these styles are default for buttons but are not for other elements which should look like buttons*/
.nc-btn {
	display: inline-block;
	box-sizing: border-box;
}

.gbButton {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	display: block;
	background-color: #aac57f;
	background-image: url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png");
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/button_mask_height_50px.png');
	border: 1px solid #8eaf57;
	font-size: 17px;
	font-weight: bold;
	height: auto;
	cursor: pointer;
	color: #6a8900;
	white-space: nowrap;
	padding: 5px 10px;
	text-align: center;
	float: left;
}

/*cs hack for inputs in Mozilla*/
@-moz-document url-prefix() { 
	input.simpleButton, x:-moz-any-link {padding-bottom: 3px; padding-top: 0;}
}

.buyThisBtn {
	background-image: url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png");
	background-color: #7fb553;
	background-repeat: repeat-x;
	line-height: 36px;
	border: 1px solid #d0d0d2;
	border-bottom-color: #707070;
	border-top-color: #90c06a;
	text-indent: 0;
	text-align: center;
	height: auto;
	width: 170px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin-top: 15px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	 _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/button_mask_height_50px.png');
}

.dealOverBtn {
	background-image: url("https://productimages.nimbledeals.com/images/default_over_btn_bg.gif");
	background-repeat: repeat-x;
	background-color: #7fb553;
	line-height: 36px;
	border: 1px solid #bcbcbc;
	border-bottom-color: #707070;
	text-indent: 0;
	text-align: center;
	height: auto;
	width: 170px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin-top: 11px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.gbStatusLabel {
	font-weight: normal;
	line-height: 20px;
	color: #707070;
	font-size: 18px;
	text-align: center;
}

/* TODO refactor this styles with the same styles in leftMenu.css*/
.ncSmallPrimaryButton, .ncPrimaryButton {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: 145px;
	font-size: 15px;
	font-weight: bold;
	color: #657c01;
	text-align: center;
	font-family: Arial;
	border: 1px solid #c2c1c1;
	cursor: pointer;
	background-color: #bae2be;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/createOffer/button_vertical_mask.png");
	background-repeat: repeat-x;
	background-position: center;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/nimble_commerce/createOffer/button_vertical_mask.png');
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.ncButtonsWrapper .ncSmallPrimaryButton, .ncButtonsWrapper .ncPrimaryButton {
	float: left;
	margin: 10px 10px 10px 0;
}

.ncSmallPrimaryButton {
	width: 80px;
}
/* ---- */


/* ---- */

.ncSecondaryButton, .ncSmallSecondaryButton, .ui-dialog .ncSecondaryButton, .qq-upload-button {
	padding: 2px 10px;
	width: 120px;
	line-height: 19px;
	height: 19px;
	border: 1px solid #c2c1c1;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	color: #565656;
    cursor: pointer;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	background-image: url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png");
	background-color: #f2f2f2;
	background-repeat: repeat-x;
	 _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/button_mask_height_50px.png');
}

.ncContent .ncSecondaryButtonFix {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 2px 10px;
	vertical-align: top;
}

span.ncSecondaryButton, span.ncSmallSecondaryButton {
	padding: 4px 20px;
}

input.ncSecondaryButton, input.ncSmallSecondaryButton {
	padding: 0 10px;
	height: 24px;
}

.ncSmallSecondaryButton {
	width: 62px;
}

.searchButton {
	width: 70px;
	vertical-align: top;
}

a.ncSecondaryButton, a.ncSmallSecondaryButton { display: block;}

.greenNcSecondaryButton, .ui-dialog .greenNcSecondaryButton {
	color: #005826;
	background-color: #dbe9e2;
	border-color: #9dc4b1;
}

.blueNcSecondaryButton, .ui-dialog .blueNcSecondaryButton {
	color: #2f59ad;
	background-color: #dbe2f2;
	border-color: #9cb2d9;
}

/*css hack for inputs in Mozilla*/
@-moz-document url-prefix() { 
	.ui-dialog input.ncSecondaryButton, input.ncSecondaryButton, input.ncSmallSecondaryButton, x:-moz-any-link {padding-bottom: 2px; padding-top: 0; height: 25px;}
}

/* ----- */

.gbButtonWrapper .ncSecondaryButton,
.gbButtonWrapper .ncSmallSecondaryButton {
	float: left;
	margin-right: 10px;
}

.gbButtonWrapper .ncSmallSecondaryButton_last {
	margin-right: 0;
}

.gbButtonWrapper {
	width: 264px;
	margin: 10px auto;
}

.ui-dialog .gbButtonWrapper { margin-bottom: 0;}

.gbButtonWrapper .gbButton {
	float: left;
	margin-right: 10px;
}

/*For PopUpDialog*/
.buttonsSection {
	background-color: #f1f1f1;
	border-top: 1px solid #d5d5d5;
	padding: 5px 0 5px 10px;
	margin: 10px -24px 0 -24px;
	clear: both;
}
.buttonsSection .gbButton {
	float: right;
	width: 100px;
	margin-right: 10px;
}
/*
.buttonsSectionInfo {
	color: #555;
	padding-left: 40px;
	float: left;
}
*/
.disableLink, .disableButton {
	background-color: #fff;
	border: 1px solid #c2c1c1;
	color: #b7b7b7;
	cursor: default;
}

.ui-widget-content .buttonsSection a, .ui-widget-content .fBookLoginSection a {
	color: #0094CA;
}

input.disableInput {
	cursor: default;
	background-color: #c6c6c6 !important;
}

/*end*/

.savedStatus {
	 display: none; 
	 text-align: center;
	 color: green;
	 font-weight: bold;
	 font-size: 16px;
}

.siteLayoutSavedStatus {
	display: none;
	color: green;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.userPhoto {
	width: 45px;
	height: 45px;
	border: 1px solid #b7b7b7;
	padding: 1px;
}

.deleteButton {
	white-space: nowrap;
	float: left;
}

.passSection {
	background-color:#F5FFE6; 
	border:solid 1px #E2E2E2; 
	width: 620px;
	padding: 10px;
}

.howItWorks span{
	font-size: 13px;
}

.howItWorks {
	color: #4F4F4F;
	height: 400px;
}
.howItWorks h3{
	margin-bottom: 5px;
	margin-top: 10px;
}

#DailyAlertsCategoriesContent label, 
.catLabel,
#mySettingsDailyAlertsContent .userInterestsLabel,
.getDailyAlertsUserInterestsBox .userInterestsLabel {
	width: 225px;
	float: left;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}

.catLabel,
#mySettingsDailyAlertsContent .userInterestsLabel { 
	width: 260px;
}

/* Styles for NB icons */
.siccorsIcon {
	background-image: url("https://productimages.nimbledeals.com/images/icons/siccors-icon.png"); 
	background-repeat: no-repeat; 
	display: block;
	width: 37px;
	height: 22px;
	cursor: pointer;
}

.fbookIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fbook_icon.png"); /** sprite-ref: mainSprite*/
	background-repeat: no-repeat; 
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
}

.fbookBigIcon {
	display: block;
	background-image: url("https://productimages.nimbledeals.com/images/hiw/fbook_big_icon.gif"); /** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 78px;
	height: 78px;
	cursor: pointer;
}

.fbookIcon span, .middleFbookIcon span { display: none;}

.twitterIcon {
	background-image: url("https://productimages.nimbledeals.com/images/twitter_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
	float:left;
	margin-right: 5px;;
}

.twitterIcon_18x18 {
	background-image: url("https://productimages.nimbledeals.com/images/icons/twitter_share_icon_18x18.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.twitterBigIcon {
	display: block;
	background-image: url("https://productimages.nimbledeals.com/images/hiw/twitter_big_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 79px;
	height: 78px;
	cursor: pointer;
}

.emailIcon {
	background-image: url("https://productimages.nimbledeals.com/images/mailIcon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	display: block;
	width: 52px;
	height: 54px;
	cursor: pointer;
}

.middleTwitterIcon {
	background-image: url("https://productimages.nimbledeals.com/images/middle_twitter_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 29px;	
	cursor: pointer;	
}	
.smallTwitterIcon {
	background-image: url("https://productimages.nimbledeals.com/images/twitter_smal_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;	
	cursor: pointer;
}

.middleFbookIcon {
	background-image: url("https://productimages.nimbledeals.com/images/middle_fbook_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;	
}

.smallFbookIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fbook_smal_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;	
}

.fbIcon_18x18 {
	background-image: url("https://productimages.nimbledeals.com/images/icons/fb_share_icon_18x18.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;	
}

/*
.middleEmailIcon {
	background: url("https://productimages.nimbledeals.com/images/middle_email_icon.gif") no-repeat;
	width: 30px;
	height: 29px;
}
*/
.smallEmailIcon {
	background-image: url("https://productimages.nimbledeals.com/images/mail_small_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.mediumEmailIcon {
	background-image: url("https://productimages.nimbledeals.com/images/mail_share_icon_medium.jpg");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
}

.fbRecommendIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fb_recommend_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
}

.fbLikeIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fb_like_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 72px;
	height: 20px;
}

.fbSendIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fb_send_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 53px;
	height: 20px;
}

.googlePlusIcon {
	background-image: url("https://productimages.nimbledeals.com/images/google_plus_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 59px;
	height: 20px;
}

.retweetIcon {
	background-image: url("https://productimages.nimbledeals.com/images/retweet_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 96px;
	height: 20px;
}

.pinItIcon {
	background-image: url("https://productimages.nimbledeals.com/images/icons/pin_it_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 43px;
	height: 21px;
}

.acceptIcon_16x16 {
	background-image: url("https://productimages.nimbledeals.com/images/icons/accept.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.cancelIcon_16x16 {
	background-image: url("https://productimages.nimbledeals.com/images/cancelIcon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.linkingIcon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-image: url("https://productimages.nimbledeals.com/images/icons/linking-icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
}

.loadingIcon {
	display: none;
	width: 16px;
	height: 16px;
	background-image: url("https://productimages.nimbledeals.com/images/icons/loader_transparent_16x16.gif");
	background-repeat: no-repeat;
}

.trash-icon_12x17 {
	width: 12px;
	height: 17px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/trash.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
}

.house-icon_28x26 {
	width: 28px;
	height: 26px;
	background-image: url("https://productimages.nimbledeals.com/images/icons/house_icon_28x26.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
}

.house-icon_11x10 {
	width: 11px;
	height: 10px;
	background-image: url("https://productimages.nimbledeals.com/images/icons/house_icon_11x10.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
}


.contest-icon_16x16 {
	width: 16px;
	height: 16px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/contest_icon.png");/** sprite-ref: mainSprite*/
}

.deal-icon_16x16 {
	width: 16px;
	height: 16px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/deals_icon.png");/** sprite-ref: mainSprite*/
}

.store-icon_16x16 {
	width: 16px;
	height: 16px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/store_icon.png");/** sprite-ref: mainSprite*/
}


.member-icon_14x14 {
	width: 14px;
	height: 14px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/member_icon.png");/** sprite-ref: mainSprite*/
}


.free-coupon-icon_15x15 {
	width: 15px;
	height: 15px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/free_coupon_icon.png");/** sprite-ref: mainSprite*/
}

.offer-channels-icon_16x16 {
	width: 16px;
	height: 16px;
	margin-top: -2px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/offer_channel_icon.png");/** sprite-ref: mainSprite*/	
}

/*
.fbShareCountIcon {
	display: block;
	width: 59px;
	height: 61px;
	background-image: url("https://productimages.nimbledeals.com/images/fb_count_icon.gif");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 36px;
}

.fbShareCountIcon .fbShareCount {
	font-size: 20px;
	color: #424242;
}
*/
/**/

.main_border {
	
}

.content_blocks_background {
	background-color: #FFFFFF;
}

#loadProgress {
	display: none;
	padding: 3px;
	float: left;
}

.mainTabsSubLine {
	clear: both;
	height: 0; 
}

#whiteListLogin {
	float: right;
}

.unLoggedUser {
	padding-top: 10px;
}

.fbPipe { display: none;}
.unLoggedUser .fbPipe { display: inline;}

#pagination.navigation-controls-pagination {
	font-size: 14px;
	font-weight: bold;
	color: #388ec8;
	line-height: 16px;
	float: right;
	padding: 0px;
}

.navigation-controls-layouts-section, .navigation-controls-elements-size-section {
	padding-left: 10px;
}

.recent-deals-page-navigation-controls-container {
	padding: 10px 0px;
}

.navigation-controls-layouts-section span:not(:last-child){
	border-right: 1px solid grey;
	padding-right: 4px;
}

.navigation-controls-selected-layout {
	font-weight: bold;
}

.navigation-controls-page-label {
	float: right; 
	font-size: 13px; 
	display: none
}

#pagination, .pagination {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#pagination span, #pagination a, .pagination span, .pagination a {
	margin: 0 3px;
}

.pagination a {
	color: #0094CA;
}

.nc-pagination a {
	color: #555;
}

/* --------------------------------------- */
.categoryListV2 {
	z-index: 1001;
	position: absolute;
	top: 29px;
	left: 0;
	max-width: 725px;
	_width:725px;
	font-size: 18px;
	color: #555555;
	display: block;
	padding-top:14px;
}

.showHideDropdown{
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding:0;
}

.categoryListBoxV2{
	background-color: #fff;
	border: 1px solid #ababab;
	-moz-box-shadow:0 3px #ababab;
	-webkit-box-shadow:0 3px #ababab;
	box-shadow:0 3px #ababab;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding: 15px 8px;
	font-size:0;
	letter-spacing: -4px;/* fix issue with inline-block for safari */
}

/* fix issue with inline-block for safari */
@-moz-document url-prefix() {
	.categoryListBoxV2 {
		letter-spacing: 0;
	}
}
.categoryItemWrapperV2, .merchantCategoriesCol, .countrySelectLineWrapper {
	letter-spacing: 0;
}

.categoryListArrowImageV2{
	background: url("https://productimages.nimbledeals.com/images/details/categoryListArrowImage.gif") no-repeat center center;
	position:absolute;
	top:1px;
	height: 14px;
	width:29px;
	left:48%;
}

.categoryItemV2 {
	display: block;
	padding: 7px 10px 7px;
	color: #959595;
	line-height: 16px;
	font-size:12px;
	font-weight: normal;
}

.categoryItemWrapperV2{
	width:175px;
	float:none;
	overflow: hidden;
	font-size:12px;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
}

.merchantCategoriesCol {
	float: none;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	border-right: 1px dashed #ccc;
}

#DailyAlertsCategoriesContent .merchantCategoriesCol, .merchantCategoriesLastCol, #mySettingsCategoriesBox .merchantCategoriesCol{
	border-right: 0;
}

.categoryDropDownLastColumnV2{
	border-right: none;
}

.categoryDropDownLastItemV2 {
	border: none;
}

.categoryItemV2:hover {
	background-color: #f4fbe9;
}

.categoryNameV2 {
	white-space: nowrap;
	max-width: 135px;
	color: #959595;
	display: block;	
	float:left;
	line-height: 16px;
	height:16px;
	font-size:12px;
	font-weight: normal;
	overflow: hidden;
	margin-right:3px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.liveDealsCountV2 {
	font-size: 11px;
	color: #007ae3;
}

.liveDealsTextV2 {
	display: none;
}

.closeCategoryListButtonV2{
	display:block;
	background: url("https://productimages.nimbledeals.com/images/details/categoryListCloseButton.gif") no-repeat;
	position:absolute;
	top:20px;
	right:5px;
	width:15px;
	height: 15px;
	cursor: pointer;
}

.wrappedElSeparator {
	clear: both;
	height: 0;
	line-height: 0;
}

.embeddedVideoArea {
	padding-top: 15px; 
	padding-left: 10px; 
	padding-bottom: 15px;
	overflow: hidden;
}

.wrapLongWord{
	word-wrap: break-word;
	word-break: break-all;
}

.userName {
 	display: block;
    font-weight: bold;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.greySmallText{
	font-size: 10px;
	color: #363636;
	
}

.greyText{
	font-size: 11px; 
	color: grey;
}

.errorMessageBox {
	text-align: center;
}

#stackTrace {
	display: none; 
	font-size: 14px; 
	color: black; 
	width: 800px;
	margin: 0 auto; 
	overflow: auto;
}

#stackTraceLink {
	color: #999999;
	font-size: 8px;
	float: right;
}

.ghostText {
	color: gray;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: gray;
}

.jsAction {
    cursor: pointer;
    color: #067de4;
}

/* fix for mac */
.ui-widget-overlay {
	background-position: 100% 100%;
}

/* for subscribe popup */
.wrapElemCol {
	width: 145px;
	float: left;
}
.wrapElemCol .subscribeCategoryLabel {
	display: block;
}

/* Multi-country tabs */
.countrySelectLineWrapper {
	display:block;
	border-bottom:6px solid #F0F0F0;
	margin-bottom: 8px;
	position:relative;
}

.countrySelectLine {
	display:block;
	width:auto;
	margin:0;
	padding:0;
	list-style-type: none;
}

.countrySelectLine .countrySelectLink {
	float:left;
	margin:0 2px 0 0;
	padding:6px 14px 5px;
	font-size:13px;
	font-weight:bold;
	color:#555555;
	background:#F0F0F0;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.countrySelectLine .link {
	padding-bottom:3px;
}

.countrySelectLine .countrySelectLink:last-child {
	margin-right:0;
}

/* Get Daily Alerts Multi-country */
.dailyAlertsSelectCountryTitle {
	margin:8px 0;
}
#ddpModernTabsMenuBox .dailyAlertsSelectCountryTitle {
	color:#fff;
}
.subscribeCountryCategoriesWrapper {
	display: none;
}

.displayEmpty {
	padding: 5px;
}

/* Icons on the Nimble Commerce */
.editIcon {
	background-image: url("https://productimages.nimbledeals.com/images/admin/edit_group_buy_button.jpg");
}
.removeIcon {
	background-image: url("https://productimages.nimbledeals.com/images/promoteGroupBuy/close_icon.jpg");
}

.errorText {
	font-size: 11px;
	color: red;
}

.ncMerchantSettingsSaveButBg {
	width: 100%;
	background-color: #E7E7E7; 
	line-height: 35px; 
	text-align: center;	
}

/* Required for ncFollowPositionFixed Plugin */
.position-fixed-wrap {
	position: relative;
}

.position-end-fixed {
	position: absolute;
	bottom: 0;
}
/*--fix for splash---*/
.splashIpadPositionFix {
	visibility: hidden;
}

/*Styles for Manual reports (SQL) page on OPS*/
#removeQuotes {
    vertical-align: middle;
    width: auto;
}

#encodingForCsvPopup {
    width: auto;
}

.nc-sql-description-field {
    resize: none;
}

/*taxes*/

.cart-tax-value .loadingIcon {
    display: none;
}

.updateTaxInProgress .taxCalculatedVal,
.updateTaxInProgress .taxIncludedToPriceVal {
    display: none;
}

.updateTaxInProgress .loadingIcon {
    display: inline-block;
}

.no-script-warning-text {
	padding: 20px;
	margin: 10px 0;
	box-shadow: 0 0 .4rem rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.no-script-warning-text a,
.no-script-warning-text a:hover,
.no-script-warning-text a:visited {
	color: #66512c;
	font-weight: bold;
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/CustomizableCss/common.css - *********/

/** sprite: mainSprite; sprite-image: url("https://productimages.nimbledeals.com/images/main.sprite.png"); */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	word-wrap: break-word;
}

.pageBodyElement {
	position: absolute; 
	width: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 { color: #4f4f4f; margin: 0;}

div {
	text-align: left;
}

img {
	border: 0 none;
}

a, .link {
	text-decoration: none;
}

#smtpDownBlock {
	color: red; 
	line-height: 100px; 
	text-align: center; 
	font-size: 30px; 
	font-weight: bold;
}

.checkboxLabel {
	font-size: 12px;
	color: #636363;
	font-weight: normal;
	margin: 0 10px 10px 0;
}

.checkboxLabel input {
	margin-right: 10px;
}

.underlineLink { text-decoration: underline;}

.link {
	color: #0094CA;
	cursor: pointer;
}

.marginForStar{
	margin-left: 25px;
}

.pointerHand {
	cursor: pointer;
}

abbr {
	border: none;
}

input, textarea, select {
	border: 1px solid #c6c6c6;
	color: #000000;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	font-size: 13px;
	height: 20px;
}

input[type=checkbox], input[type=radio] {border:none; background: none; height: auto;}
input[type=hidden] { display: none;}

.innerBox { border-width: 3px;}

#content {
	padding: 5px;
}

span.errorSpan,
.errorBox,
.error {
	color: red;
	font-size: 8pt;
	line-height: 1;
}

.errorField {
	background-color: #ffaaaa;
}

.apiErrorSpan {
	color: red;
	font-size: 10pt;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.button {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	padding: 5px 10px;
	background-image: url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png");
	background-color: #aac57f;
	border: 1px solid #8eaf57;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	color: #6a8900;
	white-space: nowrap;
	padding: 5px 10px;
	text-align: center;
}

/*these styles are default for buttons but are not for other elements which should look like buttons*/
.nc-btn {
	display: inline-block;
	box-sizing: border-box;
}

.gbButton {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	display: block;
	background-color: #aac57f;
	background-image: url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png");
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/button_mask_height_50px.png');
	border: 1px solid #8eaf57;
	font-size: 17px;
	font-weight: bold;
	height: auto;
	cursor: pointer;
	color: #6a8900;
	white-space: nowrap;
	padding: 5px 10px;
	text-align: center;
	float: left;
}

/*cs hack for inputs in Mozilla*/
@-moz-document url-prefix() { 
	input.simpleButton, x:-moz-any-link {padding-bottom: 3px; padding-top: 0;}
}

.buyThisBtn {
	background-image: url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png");
	background-color: #7fb553;
	background-repeat: repeat-x;
	line-height: 36px;
	border: 1px solid #d0d0d2;
	border-bottom-color: #707070;
	border-top-color: #90c06a;
	text-indent: 0;
	text-align: center;
	height: auto;
	width: 170px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin-top: 15px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	 _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/button_mask_height_50px.png');
}

.dealOverBtn {
	background-image: url("https://productimages.nimbledeals.com/images/default_over_btn_bg.gif");
	background-repeat: repeat-x;
	background-color: #7fb553;
	line-height: 36px;
	border: 1px solid #bcbcbc;
	border-bottom-color: #707070;
	text-indent: 0;
	text-align: center;
	height: auto;
	width: 170px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin-top: 11px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.gbStatusLabel {
	font-weight: normal;
	line-height: 20px;
	color: #707070;
	font-size: 18px;
	text-align: center;
}

/* TODO refactor this styles with the same styles in leftMenu.css*/
.ncSmallPrimaryButton, .ncPrimaryButton {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: 145px;
	font-size: 15px;
	font-weight: bold;
	color: #657c01;
	text-align: center;
	font-family: Arial;
	border: 1px solid #c2c1c1;
	cursor: pointer;
	background-color: #bae2be;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/createOffer/button_vertical_mask.png");
	background-repeat: repeat-x;
	background-position: center;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/nimble_commerce/createOffer/button_vertical_mask.png');
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.ncButtonsWrapper .ncSmallPrimaryButton, .ncButtonsWrapper .ncPrimaryButton {
	float: left;
	margin: 10px 10px 10px 0;
}

.ncSmallPrimaryButton {
	width: 80px;
}
/* ---- */


/* ---- */

.ncSecondaryButton, .ncSmallSecondaryButton, .ui-dialog .ncSecondaryButton, .qq-upload-button {
	padding: 2px 10px;
	width: 120px;
	line-height: 19px;
	height: 19px;
	border: 1px solid #c2c1c1;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	color: #565656;
    cursor: pointer;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	background-image: url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png");
	background-color: #f2f2f2;
	background-repeat: repeat-x;
	 _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/button_mask_height_50px.png');
}

.ncContent .ncSecondaryButtonFix {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 2px 10px;
	vertical-align: top;
}

span.ncSecondaryButton, span.ncSmallSecondaryButton {
	padding: 4px 20px;
}

input.ncSecondaryButton, input.ncSmallSecondaryButton {
	padding: 0 10px;
	height: 24px;
}

.ncSmallSecondaryButton {
	width: 62px;
}

.searchButton {
	width: 70px;
	vertical-align: top;
}

a.ncSecondaryButton, a.ncSmallSecondaryButton { display: block;}

.greenNcSecondaryButton, .ui-dialog .greenNcSecondaryButton {
	color: #005826;
	background-color: #dbe9e2;
	border-color: #9dc4b1;
}

.blueNcSecondaryButton, .ui-dialog .blueNcSecondaryButton {
	color: #2f59ad;
	background-color: #dbe2f2;
	border-color: #9cb2d9;
}

/*css hack for inputs in Mozilla*/
@-moz-document url-prefix() { 
	.ui-dialog input.ncSecondaryButton, input.ncSecondaryButton, input.ncSmallSecondaryButton, x:-moz-any-link {padding-bottom: 2px; padding-top: 0; height: 25px;}
}

/* ----- */

.gbButtonWrapper .ncSecondaryButton,
.gbButtonWrapper .ncSmallSecondaryButton {
	float: left;
	margin-right: 10px;
}

.gbButtonWrapper .ncSmallSecondaryButton_last {
	margin-right: 0;
}

.gbButtonWrapper {
	width: 264px;
	margin: 10px auto;
}

.ui-dialog .gbButtonWrapper { margin-bottom: 0;}

.gbButtonWrapper .gbButton {
	float: left;
	margin-right: 10px;
}

/*For PopUpDialog*/
.buttonsSection {
	background-color: #f1f1f1;
	border-top: 1px solid #d5d5d5;
	padding: 5px 0 5px 10px;
	margin: 10px -24px 0 -24px;
	clear: both;
}
.buttonsSection .gbButton {
	float: right;
	width: 100px;
	margin-right: 10px;
}
/*
.buttonsSectionInfo {
	color: #555;
	padding-left: 40px;
	float: left;
}
*/
.disableLink, .disableButton {
	background-color: #fff;
	border: 1px solid #c2c1c1;
	color: #b7b7b7;
	cursor: default;
}

.ui-widget-content .buttonsSection a, .ui-widget-content .fBookLoginSection a {
	color: #0094CA;
}

input.disableInput {
	cursor: default;
	background-color: #c6c6c6 !important;
}

/*end*/

.savedStatus {
	 display: none; 
	 text-align: center;
	 color: green;
	 font-weight: bold;
	 font-size: 16px;
}

.siteLayoutSavedStatus {
	display: none;
	color: green;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.userPhoto {
	width: 45px;
	height: 45px;
	border: 1px solid #b7b7b7;
	padding: 1px;
}

.deleteButton {
	white-space: nowrap;
	float: left;
}

.passSection {
	background-color:#F5FFE6; 
	border:solid 1px #E2E2E2; 
	width: 620px;
	padding: 10px;
}

.howItWorks span{
	font-size: 13px;
}

.howItWorks {
	color: #4F4F4F;
	height: 400px;
}
.howItWorks h3{
	margin-bottom: 5px;
	margin-top: 10px;
}

#DailyAlertsCategoriesContent label, 
.catLabel,
#mySettingsDailyAlertsContent .userInterestsLabel,
.getDailyAlertsUserInterestsBox .userInterestsLabel {
	width: 225px;
	float: left;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}

.catLabel,
#mySettingsDailyAlertsContent .userInterestsLabel { 
	width: 260px;
}

/* Styles for NB icons */
.siccorsIcon {
	background-image: url("https://productimages.nimbledeals.com/images/icons/siccors-icon.png"); 
	background-repeat: no-repeat; 
	display: block;
	width: 37px;
	height: 22px;
	cursor: pointer;
}

.fbookIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fbook_icon.png"); /** sprite-ref: mainSprite*/
	background-repeat: no-repeat; 
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
}

.fbookBigIcon {
	display: block;
	background-image: url("https://productimages.nimbledeals.com/images/hiw/fbook_big_icon.gif"); /** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 78px;
	height: 78px;
	cursor: pointer;
}

.fbookIcon span, .middleFbookIcon span { display: none;}

.twitterIcon {
	background-image: url("https://productimages.nimbledeals.com/images/twitter_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
	float:left;
	margin-right: 5px;;
}

.twitterIcon_18x18 {
	background-image: url("https://productimages.nimbledeals.com/images/icons/twitter_share_icon_18x18.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.twitterBigIcon {
	display: block;
	background-image: url("https://productimages.nimbledeals.com/images/hiw/twitter_big_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 79px;
	height: 78px;
	cursor: pointer;
}

.emailIcon {
	background-image: url("https://productimages.nimbledeals.com/images/mailIcon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	display: block;
	width: 52px;
	height: 54px;
	cursor: pointer;
}

.middleTwitterIcon {
	background-image: url("https://productimages.nimbledeals.com/images/middle_twitter_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 29px;	
	cursor: pointer;	
}	
.smallTwitterIcon {
	background-image: url("https://productimages.nimbledeals.com/images/twitter_smal_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;	
	cursor: pointer;
}

.middleFbookIcon {
	background-image: url("https://productimages.nimbledeals.com/images/middle_fbook_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;	
}

.smallFbookIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fbook_smal_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;	
}

.fbIcon_18x18 {
	background-image: url("https://productimages.nimbledeals.com/images/icons/fb_share_icon_18x18.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;	
}

/*
.middleEmailIcon {
	background: url("https://productimages.nimbledeals.com/images/middle_email_icon.gif") no-repeat;
	width: 30px;
	height: 29px;
}
*/
.smallEmailIcon {
	background-image: url("https://productimages.nimbledeals.com/images/mail_small_icon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.mediumEmailIcon {
	background-image: url("https://productimages.nimbledeals.com/images/mail_share_icon_medium.jpg");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
}

.fbRecommendIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fb_recommend_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
}

.fbLikeIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fb_like_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 72px;
	height: 20px;
}

.fbSendIcon {
	background-image: url("https://productimages.nimbledeals.com/images/fb_send_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 53px;
	height: 20px;
}

.googlePlusIcon {
	background-image: url("https://productimages.nimbledeals.com/images/google_plus_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 59px;
	height: 20px;
}

.retweetIcon {
	background-image: url("https://productimages.nimbledeals.com/images/retweet_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 96px;
	height: 20px;
}

.pinItIcon {
	background-image: url("https://productimages.nimbledeals.com/images/icons/pin_it_icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 43px;
	height: 21px;
}

.acceptIcon_16x16 {
	background-image: url("https://productimages.nimbledeals.com/images/icons/accept.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.cancelIcon_16x16 {
	background-image: url("https://productimages.nimbledeals.com/images/cancelIcon.gif");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.linkingIcon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-image: url("https://productimages.nimbledeals.com/images/icons/linking-icon.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
}

.loadingIcon {
	display: none;
	width: 16px;
	height: 16px;
	background-image: url("https://productimages.nimbledeals.com/images/icons/loader_transparent_16x16.gif");
	background-repeat: no-repeat;
}

.trash-icon_12x17 {
	width: 12px;
	height: 17px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/trash.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
}

.house-icon_28x26 {
	width: 28px;
	height: 26px;
	background-image: url("https://productimages.nimbledeals.com/images/icons/house_icon_28x26.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
}

.house-icon_11x10 {
	width: 11px;
	height: 10px;
	background-image: url("https://productimages.nimbledeals.com/images/icons/house_icon_11x10.png");/** sprite-ref: mainSprite*/
	background-repeat: no-repeat;
}


.contest-icon_16x16 {
	width: 16px;
	height: 16px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/contest_icon.png");/** sprite-ref: mainSprite*/
}

.deal-icon_16x16 {
	width: 16px;
	height: 16px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/deals_icon.png");/** sprite-ref: mainSprite*/
}

.store-icon_16x16 {
	width: 16px;
	height: 16px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/store_icon.png");/** sprite-ref: mainSprite*/
}


.member-icon_14x14 {
	width: 14px;
	height: 14px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/member_icon.png");/** sprite-ref: mainSprite*/
}


.free-coupon-icon_15x15 {
	width: 15px;
	height: 15px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/free_coupon_icon.png");/** sprite-ref: mainSprite*/
}

.offer-channels-icon_16x16 {
	width: 16px;
	height: 16px;
	margin-top: -2px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/offer_channel_icon.png");/** sprite-ref: mainSprite*/	
}

/*
.fbShareCountIcon {
	display: block;
	width: 59px;
	height: 61px;
	background-image: url("https://productimages.nimbledeals.com/images/fb_count_icon.gif");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 36px;
}

.fbShareCountIcon .fbShareCount {
	font-size: 20px;
	color: #424242;
}
*/
/**/

.main_border {
	
}

.content_blocks_background {
	background-color: #FFFFFF;
}

#loadProgress {
	display: none;
	padding: 3px;
	float: left;
}

.mainTabsSubLine {
	clear: both;
	height: 0; 
}

#whiteListLogin {
	float: right;
}

.unLoggedUser {
	padding-top: 10px;
}

.fbPipe { display: none;}
.unLoggedUser .fbPipe { display: inline;}

#pagination.navigation-controls-pagination {
	font-size: 14px;
	font-weight: bold;
	color: #388ec8;
	line-height: 16px;
	float: right;
	padding: 0px;
}

.navigation-controls-layouts-section, .navigation-controls-elements-size-section {
	padding-left: 10px;
}

.recent-deals-page-navigation-controls-container {
	padding: 10px 0px;
}

.navigation-controls-layouts-section span:not(:last-child){
	border-right: 1px solid grey;
	padding-right: 4px;
}

.navigation-controls-selected-layout {
	font-weight: bold;
}

.navigation-controls-page-label {
	float: right; 
	font-size: 13px; 
	display: none
}

#pagination, .pagination {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#pagination span, #pagination a, .pagination span, .pagination a {
	margin: 0 3px;
}

.pagination a {
	color: #0094CA;
}

.nc-pagination a {
	color: #555;
}

/* --------------------------------------- */
.categoryListV2 {
	z-index: 1001;
	position: absolute;
	top: 29px;
	left: 0;
	max-width: 725px;
	_width:725px;
	font-size: 18px;
	color: #555555;
	display: block;
	padding-top:14px;
}

.showHideDropdown{
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding:0;
}

.categoryListBoxV2{
	background-color: #fff;
	border: 1px solid #ababab;
	-moz-box-shadow:0 3px #ababab;
	-webkit-box-shadow:0 3px #ababab;
	box-shadow:0 3px #ababab;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding: 15px 8px;
	font-size:0;
	letter-spacing: -4px;/* fix issue with inline-block for safari */
}

/* fix issue with inline-block for safari */
@-moz-document url-prefix() {
	.categoryListBoxV2 {
		letter-spacing: 0;
	}
}
.categoryItemWrapperV2, .merchantCategoriesCol, .countrySelectLineWrapper {
	letter-spacing: 0;
}

.categoryListArrowImageV2{
	background: url("https://productimages.nimbledeals.com/images/details/categoryListArrowImage.gif") no-repeat center center;
	position:absolute;
	top:1px;
	height: 14px;
	width:29px;
	left:48%;
}

.categoryItemV2 {
	display: block;
	padding: 7px 10px 7px;
	color: #959595;
	line-height: 16px;
	font-size:12px;
	font-weight: normal;
}

.categoryItemWrapperV2{
	width:175px;
	float:none;
	overflow: hidden;
	font-size:12px;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
}

.merchantCategoriesCol {
	float: none;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	border-right: 1px dashed #ccc;
}

#DailyAlertsCategoriesContent .merchantCategoriesCol, .merchantCategoriesLastCol, #mySettingsCategoriesBox .merchantCategoriesCol{
	border-right: 0;
}

.categoryDropDownLastColumnV2{
	border-right: none;
}

.categoryDropDownLastItemV2 {
	border: none;
}

.categoryItemV2:hover {
	background-color: #f4fbe9;
}

.categoryNameV2 {
	white-space: nowrap;
	max-width: 135px;
	color: #959595;
	display: block;	
	float:left;
	line-height: 16px;
	height:16px;
	font-size:12px;
	font-weight: normal;
	overflow: hidden;
	margin-right:3px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.liveDealsCountV2 {
	font-size: 11px;
	color: #007ae3;
}

.liveDealsTextV2 {
	display: none;
}

.closeCategoryListButtonV2{
	display:block;
	background: url("https://productimages.nimbledeals.com/images/details/categoryListCloseButton.gif") no-repeat;
	position:absolute;
	top:20px;
	right:5px;
	width:15px;
	height: 15px;
	cursor: pointer;
}

.wrappedElSeparator {
	clear: both;
	height: 0;
	line-height: 0;
}

.embeddedVideoArea {
	padding-top: 15px; 
	padding-left: 10px; 
	padding-bottom: 15px;
	overflow: hidden;
}

.wrapLongWord{
	word-wrap: break-word;
	word-break: break-all;
}

.userName {
 	display: block;
    font-weight: bold;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.greySmallText{
	font-size: 10px;
	color: #363636;
	
}

.greyText{
	font-size: 11px; 
	color: grey;
}

.errorMessageBox {
	text-align: center;
}

#stackTrace {
	display: none; 
	font-size: 14px; 
	color: black; 
	width: 800px;
	margin: 0 auto; 
	overflow: auto;
}

#stackTraceLink {
	color: #999999;
	font-size: 8px;
	float: right;
}

.ghostText {
	color: gray;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: gray;
}

.jsAction {
    cursor: pointer;
    color: #067de4;
}

/* fix for mac */
.ui-widget-overlay {
	background-position: 100% 100%;
}

/* for subscribe popup */
.wrapElemCol {
	width: 145px;
	float: left;
}
.wrapElemCol .subscribeCategoryLabel {
	display: block;
}

/* Multi-country tabs */
.countrySelectLineWrapper {
	display:block;
	border-bottom:6px solid #F0F0F0;
	margin-bottom: 8px;
	position:relative;
}

.countrySelectLine {
	display:block;
	width:auto;
	margin:0;
	padding:0;
	list-style-type: none;
}

.countrySelectLine .countrySelectLink {
	float:left;
	margin:0 2px 0 0;
	padding:6px 14px 5px;
	font-size:13px;
	font-weight:bold;
	color:#555555;
	background:#F0F0F0;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.countrySelectLine .link {
	padding-bottom:3px;
}

.countrySelectLine .countrySelectLink:last-child {
	margin-right:0;
}

/* Get Daily Alerts Multi-country */
.dailyAlertsSelectCountryTitle {
	margin:8px 0;
}
#ddpModernTabsMenuBox .dailyAlertsSelectCountryTitle {
	color:#fff;
}
.subscribeCountryCategoriesWrapper {
	display: none;
}

.displayEmpty {
	padding: 5px;
}

/* Icons on the Nimble Commerce */
.editIcon {
	background-image: url("https://productimages.nimbledeals.com/images/admin/edit_group_buy_button.jpg");
}
.removeIcon {
	background-image: url("https://productimages.nimbledeals.com/images/promoteGroupBuy/close_icon.jpg");
}

.errorText {
	font-size: 11px;
	color: red;
}

.ncMerchantSettingsSaveButBg {
	width: 100%;
	background-color: #E7E7E7; 
	line-height: 35px; 
	text-align: center;	
}

/* Required for ncFollowPositionFixed Plugin */
.position-fixed-wrap {
	position: relative;
}

.position-end-fixed {
	position: absolute;
	bottom: 0;
}
/*--fix for splash---*/
.splashIpadPositionFix {
	visibility: hidden;
}

/*Styles for Manual reports (SQL) page on OPS*/
#removeQuotes {
    vertical-align: middle;
    width: auto;
}

#encodingForCsvPopup {
    width: auto;
}

.nc-sql-description-field {
    resize: none;
}

/*taxes*/

.cart-tax-value .loadingIcon {
    display: none;
}

.updateTaxInProgress .taxCalculatedVal,
.updateTaxInProgress .taxIncludedToPriceVal {
    display: none;
}

.updateTaxInProgress .loadingIcon {
    display: inline-block;
}

.no-script-warning-text {
	padding: 20px;
	margin: 10px 0;
	box-shadow: 0 0 .4rem rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.no-script-warning-text a,
.no-script-warning-text a:hover,
.no-script-warning-text a:visited {
	color: #66512c;
	font-weight: bold;
}
.btn {
	background-repeat: repeat-x;
	display: -moz-inline-stack; /* FF2 */
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: auto;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
	border-radius: 4px;
}

/* IE7 */
input.btn,
button.btn {
	*line-height: 100%;
}

button.btn:first-child {
	*margin-left: 0;
}

button.btn,
button.btn:hover {
	*position: static;
}

button.btn {
	*margin-left: .3em;
}

/* icons */
.btn-icon {
	background-repeat: no-repeat;
	display: -moz-inline-stack; /* FF2 */
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 3px;
}

.btn-icon-add {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/create_offer_icon.png");
}

.btn-icon-delete {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/delete_icon.gif");
}

/* buttons styles */
.nc-btn-secondary {
	background-color: #eee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfafa), to(#eee));
	background-image: -webkit-linear-gradient(top, #fafafa, #eee);
	background-image: -moz-linear-gradient(top, #fafafa, #eee);
	background-image: -ms-linear-gradient(top, #fafafa, #eee);
	background-image: -o-linear-gradient(top, #fafafa, #eee);
	background-image: linear-gradient(top, #fafafa, #eee);
	padding: 4px 10px;
	font-size: 12px;
	color: #555;
	border-color: #c4c4c2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfafa", endColorstr="#eeeeee");
}

.nc-btn-primary {
	background-color: #d2d2d2;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d2d2d2));
	background-image: -webkit-linear-gradient(top, #fff, #d2d2d2);
	background-image: -moz-linear-gradient(top, #fff, #d2d2d2);
	background-image: -ms-linear-gradient(top, #fff, #d2d2d2);
	background-image: -o-linear-gradient(top, #fff, #d2d2d2);
	background-image: linear-gradient(top, #fff, #d2d2d2);
	padding: 9px 10px;
	font-size: 16px;
	color: dimGray;
	border-color: silver;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d2d2d2");
}

/* buttons state */
.btn:hover {
	background-position: 0 -1em;
	text-decoration: none;
	filter: none;
}

.btn:active {
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)"; /* from IE8 */
}

.btn:hover,
.btn:active {
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:active,
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:active {
	background-image: none;
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-opacity: .7;
	opacity: .7;
	-ms-filter: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

input.btn-processing,
input.btn-processing:hover {
	background-image: url("https://productimages.nimbledeals.com/images/icons/loader_transparent_16x16.gif");
	background-repeat: no-repeat;
	background-position: center center;
	filter: none;
}

.btn-processing,
.btn-processing:hover {
	*background-image: url("https://productimages.nimbledeals.com/images/icons/loader_transparent_16x16.gif");
	*background-repeat: no-repeat;
	*background-position: center center;
	position: relative;
	color: transparent;
	*filter: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-processing:before {
	background-image: url("https://productimages.nimbledeals.com/images/icons/loader_transparent_16x16.gif");
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	font-size: 0;
	color: transparent;
	content: ".";
}

.btn-processing .btn-icon {
	display: none;
}

.btn-link {
	background: none;
	border: none;
	box-shadow: none;
}

/* File upload input, like button */
.btn-file-wrap {
	position: relative;
	overflow: hidden;
}

.btn-file-wrap input[type='file'] {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	opacity: 0;
	max-width: 100%;
	line-height: 200px; /* hack, for proper cursor handling */
	direction: ltr;
}

/* Primary button for NC Public pages */
.nc-pub-btn {
    border-radius: 2px;
    background: #64a723;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.35);
    border: 0;
    font-size: 18px;

    cursor: pointer;
}

.nc-pub-btn:hover,
.nc-pub-btn:focus {
    background: #81c541;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nc-pub-btn_flat {
    box-shadow: none;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/common/buttons.css - *********/

.btn {
	background-repeat: repeat-x;
	display: -moz-inline-stack; /* FF2 */
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: auto;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
	border-radius: 4px;
}

/* IE7 */
input.btn,
button.btn {
	*line-height: 100%;
}

button.btn:first-child {
	*margin-left: 0;
}

button.btn,
button.btn:hover {
	*position: static;
}

button.btn {
	*margin-left: .3em;
}

/* icons */
.btn-icon {
	background-repeat: no-repeat;
	display: -moz-inline-stack; /* FF2 */
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 3px;
}

.btn-icon-add {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/create_offer_icon.png");
}

.btn-icon-delete {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/delete_icon.gif");
}

/* buttons styles */
.nc-btn-secondary {
	background-color: #eee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfafa), to(#eee));
	background-image: -webkit-linear-gradient(top, #fafafa, #eee);
	background-image: -moz-linear-gradient(top, #fafafa, #eee);
	background-image: -ms-linear-gradient(top, #fafafa, #eee);
	background-image: -o-linear-gradient(top, #fafafa, #eee);
	background-image: linear-gradient(top, #fafafa, #eee);
	padding: 4px 10px;
	font-size: 12px;
	color: #555;
	border-color: #c4c4c2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfafa", endColorstr="#eeeeee");
}

.nc-btn-primary {
	background-color: #d2d2d2;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d2d2d2));
	background-image: -webkit-linear-gradient(top, #fff, #d2d2d2);
	background-image: -moz-linear-gradient(top, #fff, #d2d2d2);
	background-image: -ms-linear-gradient(top, #fff, #d2d2d2);
	background-image: -o-linear-gradient(top, #fff, #d2d2d2);
	background-image: linear-gradient(top, #fff, #d2d2d2);
	padding: 9px 10px;
	font-size: 16px;
	color: dimGray;
	border-color: silver;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d2d2d2");
}

/* buttons state */
.btn:hover {
	background-position: 0 -1em;
	text-decoration: none;
	filter: none;
}

.btn:active {
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)"; /* from IE8 */
}

.btn:hover,
.btn:active {
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:active,
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:active {
	background-image: none;
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-opacity: .7;
	opacity: .7;
	-ms-filter: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

input.btn-processing,
input.btn-processing:hover {
	background-image: url("https://productimages.nimbledeals.com/images/icons/loader_transparent_16x16.gif");
	background-repeat: no-repeat;
	background-position: center center;
	filter: none;
}

.btn-processing,
.btn-processing:hover {
	*background-image: url("https://productimages.nimbledeals.com/images/icons/loader_transparent_16x16.gif");
	*background-repeat: no-repeat;
	*background-position: center center;
	position: relative;
	color: transparent;
	*filter: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-processing:before {
	background-image: url("https://productimages.nimbledeals.com/images/icons/loader_transparent_16x16.gif");
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	font-size: 0;
	color: transparent;
	content: ".";
}

.btn-processing .btn-icon {
	display: none;
}

.btn-link {
	background: none;
	border: none;
	box-shadow: none;
}

/* File upload input, like button */
.btn-file-wrap {
	position: relative;
	overflow: hidden;
}

.btn-file-wrap input[type='file'] {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	opacity: 0;
	max-width: 100%;
	line-height: 200px; /* hack, for proper cursor handling */
	direction: ltr;
}

/* Primary button for NC Public pages */
.nc-pub-btn {
    border-radius: 2px;
    background: #64a723;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.35);
    border: 0;
    font-size: 18px;

    cursor: pointer;
}

.nc-pub-btn:hover,
.nc-pub-btn:focus {
    background: #81c541;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nc-pub-btn_flat {
    box-shadow: none;
}
.nc-w-100 {
    width: 100%;;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncSizing.css - *********/

.nc-w-100 {
    width: 100%;;
}
.nc-pt-1 {
  padding-top: 8px;
}

.nc-pt-2 {
  padding-top: 16px;
}

.nc-pt-3 {
  padding-top: 24px;
}

.nc-pb-1 {
  padding-bottom: 8px;
}

.nc-pb-2 {
  padding-bottom: 16px;
}

.nc-pb-3 {
  padding-bottom: 24px;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncSpacing.css - *********/

.nc-pt-1 {
  padding-top: 8px;
}

.nc-pt-2 {
  padding-top: 16px;
}

.nc-pt-3 {
  padding-top: 24px;
}

.nc-pb-1 {
  padding-bottom: 8px;
}

.nc-pb-2 {
  padding-bottom: 16px;
}

.nc-pb-3 {
  padding-bottom: 24px;
}
/*
	CSS Helpers
	Used on NC, WL and WAP site
*/


/* Text alignment */
.align-left {
	text-align: left;
}

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

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

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

/* Text states */
.hide-text {
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-shadow: none;
}

/* Linebreaks */
.nowrap-text {
	white-space: nowrap;
	word-break: normal;
	word-wrap: normal;
}

.pre-wrap-text {
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}

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

.help-text {
	font-style: italic;
	font-size: 11px;
	color: #8f8f8f;
}

.bold {
	font-weight: bold;
}

/* Blocks Type */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; zoom: 1; }

.border-box {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

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

.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.block {
	display: block;
}

.table {
	display: table;
}

.table-row-group {
	display: table-row-group;
}

.table-row {
	display: table-row;
}

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

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

.inline-list > li {
	display: inline-block;
}

.round-box {
	border-radius: 50%;
}

/* Floating */
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}


/* Blocks States */
.hide {
	display: none;
}

.hide-important {
	display: none !important;
}

.hidden {
	visibility: hidden;
}

.invisible {
	visibility: hidden;
	position: absolute;
	left: -999em;
	top: -999em;
}

.position-fixed { /* required for custom jQuery plugin fixedPosition */
	position: fixed;
	top: 0;
}

/* CSS3 visual effects */
.transition-all {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Accessibility */
/* from Bootstrap */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.summaryBlock {
	background-color: #D2F4CF;
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/common/helpers.css - *********/

/*
	CSS Helpers
	Used on NC, WL and WAP site
*/


/* Text alignment */
.align-left {
	text-align: left;
}

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

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

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

/* Text states */
.hide-text {
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-shadow: none;
}

/* Linebreaks */
.nowrap-text {
	white-space: nowrap;
	word-break: normal;
	word-wrap: normal;
}

.pre-wrap-text {
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}

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

.help-text {
	font-style: italic;
	font-size: 11px;
	color: #8f8f8f;
}

.bold {
	font-weight: bold;
}

/* Blocks Type */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; zoom: 1; }

.border-box {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

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

.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.block {
	display: block;
}

.table {
	display: table;
}

.table-row-group {
	display: table-row-group;
}

.table-row {
	display: table-row;
}

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

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

.inline-list > li {
	display: inline-block;
}

.round-box {
	border-radius: 50%;
}

/* Floating */
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}


/* Blocks States */
.hide {
	display: none;
}

.hide-important {
	display: none !important;
}

.hidden {
	visibility: hidden;
}

.invisible {
	visibility: hidden;
	position: absolute;
	left: -999em;
	top: -999em;
}

.position-fixed { /* required for custom jQuery plugin fixedPosition */
	position: fixed;
	top: 0;
}

/* CSS3 visual effects */
.transition-all {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Accessibility */
/* from Bootstrap */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.summaryBlock {
	background-color: #D2F4CF;
}
.table-resize-wrap,
.table-resize {
	position: relative;
}

.table-resize-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	*z-index: 1;
}

.table-resize-col {
	position: relative;
	height: 100%;
	float: left;
}

.table-resize-last-col {
	overflow: hidden;
	float: none;
}

.table-resize-last-col .table-resize-separate {
	left: 0;
}

.table-resize-separate {
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	left: -1px;
	cursor: e-resize;
	z-index: 1;
}

.table-resize th {
	overflow: hidden;
}

.table-resize-separate-active {
	border-left: 1px dotted gray;
}

.table-resize-resizing {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.table-resize + .pagination,
.table-resize + #pagination {
	position: relative;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/jQueryPlugins/ims-resizeCol.css - *********/

.table-resize-wrap,
.table-resize {
	position: relative;
}

.table-resize-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	*z-index: 1;
}

.table-resize-col {
	position: relative;
	height: 100%;
	float: left;
}

.table-resize-last-col {
	overflow: hidden;
	float: none;
}

.table-resize-last-col .table-resize-separate {
	left: 0;
}

.table-resize-separate {
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	left: -1px;
	cursor: e-resize;
	z-index: 1;
}

.table-resize th {
	overflow: hidden;
}

.table-resize-separate-active {
	border-left: 1px dotted gray;
}

.table-resize-resizing {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.table-resize + .pagination,
.table-resize + #pagination {
	position: relative;
}
/* Dialog
----------------------------------*/
.ui-dialog {
	position: absolute;
	width: 300px;
	padding: 15px;
	border-radius: 4px;
	border-color: #d1d2d4;
	box-shadow: 1px 1px 5px rgba(41, 34, 32, 0.5);
}

.ui-dialog .ui-dialog-titlebar {
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-dialog .ui-dialog-titlebar .link {
	font-size: 14px;
}
.ui-dialog .ui-dialog-title {
	float: left;
}

/* No Title bar available */
.ui-dialog-no-titlebar .ui-dialog-titlebar {
	padding: 0;
}

.ui-dialog-no-titlebar .ui-dialog-title {
	display: none;
}

/* Dialog Close Control */
.ui-dialog .ui-dialog-titlebar-close {
	cursor: pointer;
	float: right;
	padding: 3px;
	margin-top: -3px;
	opacity: .9;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	opacity: 1;
	color: inherit;
	border: 0;

	background: none;
	text-shadow: -1px -1px -1px 0 #00000f;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	background: none;
}

.ui-dialog .ui-dialog-titlebar-close:before {
	content: "\f00d";
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Dialog Content */
.ui-dialog .ui-dialog-content {
	font-size: 12px;
	min-height: 0 !important;
	padding: 15px 0;
	border: 0;
	background: #fff;
}

/* Custom Buttons section inside Dialog Content */
.ui-dialog .ui-dialog-content .buttonsSection {
	margin-left: -15px; /* dialog left padding */
	margin-right: -15px; /* dialog right padding */
	position: relative;
	bottom: -30px; /* dialog + content bottom padding */
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

/* Dialog Buttons */
.ui-dialog .ui-dialog-buttonpane {
	border: 0;
	background: none;
	padding-top: 5px;
}

.ui-dialog .ui-dialog-buttonpane button {
	background-repeat: repeat-x;
	display: inline-block;
	height: auto;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
	border-radius: 4px;

	float: right;
	margin-left: .5em;
	cursor: pointer;
	width: auto;
}

.ui-dialog-buttons-center .ui-dialog-buttonpane button  {
	float: none;
}

.ui-dialog-buttons-center .ui-dialog-buttonset {
	text-align: center;
}

/* Buttons theme */
.ui-dialog .ui-dialog-buttonpane button {
	min-width: 60px;

	background-color: #eee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfafa), to(#eee));
	background-image: -webkit-linear-gradient(top, #fafafa, #eee);
	background-image: -moz-linear-gradient(top, #fafafa, #eee);
	background-image: -ms-linear-gradient(top, #fafafa, #eee);
	background-image: -o-linear-gradient(top, #fafafa, #eee);
	background-image: linear-gradient(top, #fafafa, #eee);
	padding: 4px 10px;
	font-size: 12px;
	color: #555;
	border-color: #c4c4c2;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncDialogs.css - *********/

/* Dialog
----------------------------------*/
.ui-dialog {
	position: absolute;
	width: 300px;
	padding: 15px;
	border-radius: 4px;
	border-color: #d1d2d4;
	box-shadow: 1px 1px 5px rgba(41, 34, 32, 0.5);
}

.ui-dialog .ui-dialog-titlebar {
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-dialog .ui-dialog-titlebar .link {
	font-size: 14px;
}
.ui-dialog .ui-dialog-title {
	float: left;
}

/* No Title bar available */
.ui-dialog-no-titlebar .ui-dialog-titlebar {
	padding: 0;
}

.ui-dialog-no-titlebar .ui-dialog-title {
	display: none;
}

/* Dialog Close Control */
.ui-dialog .ui-dialog-titlebar-close {
	cursor: pointer;
	float: right;
	padding: 3px;
	margin-top: -3px;
	opacity: .9;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	opacity: 1;
	color: inherit;
	border: 0;

	background: none;
	text-shadow: -1px -1px -1px 0 #00000f;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	background: none;
}

.ui-dialog .ui-dialog-titlebar-close:before {
	content: "\f00d";
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Dialog Content */
.ui-dialog .ui-dialog-content {
	font-size: 12px;
	min-height: 0 !important;
	padding: 15px 0;
	border: 0;
	background: #fff;
}

/* Custom Buttons section inside Dialog Content */
.ui-dialog .ui-dialog-content .buttonsSection {
	margin-left: -15px; /* dialog left padding */
	margin-right: -15px; /* dialog right padding */
	position: relative;
	bottom: -30px; /* dialog + content bottom padding */
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

/* Dialog Buttons */
.ui-dialog .ui-dialog-buttonpane {
	border: 0;
	background: none;
	padding-top: 5px;
}

.ui-dialog .ui-dialog-buttonpane button {
	background-repeat: repeat-x;
	display: inline-block;
	height: auto;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
	border-radius: 4px;

	float: right;
	margin-left: .5em;
	cursor: pointer;
	width: auto;
}

.ui-dialog-buttons-center .ui-dialog-buttonpane button  {
	float: none;
}

.ui-dialog-buttons-center .ui-dialog-buttonset {
	text-align: center;
}

/* Buttons theme */
.ui-dialog .ui-dialog-buttonpane button {
	min-width: 60px;

	background-color: #eee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfafa), to(#eee));
	background-image: -webkit-linear-gradient(top, #fafafa, #eee);
	background-image: -moz-linear-gradient(top, #fafafa, #eee);
	background-image: -ms-linear-gradient(top, #fafafa, #eee);
	background-image: -o-linear-gradient(top, #fafafa, #eee);
	background-image: linear-gradient(top, #fafafa, #eee);
	padding: 4px 10px;
	font-size: 12px;
	color: #555;
	border-color: #c4c4c2;
}
/*
	Custom Grid System
	Based on Bootstrap's fluid NON RESPONSIVE Grid System
	Purpose: create multi column layouts
	Documentation can be found on Bootstrap's site
	Name space: nc-{name}
	Examples: nc-row, nc-col, nc-col-1
	
	Base padding: 14px
*/

.nc-row {
	margin-left: -7px;
	margin-right: -7px;
	box-sizing: border-box;
}

/* clearfix trick for nc-row */
.nc-row:before, .nc-row:after { content: ""; display: table; }
.nc-row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.nc-row { display: inline-block; }
* html .nc-row { height:1%; }
.nc-row {
	display: block;
	zoom: 1;
}

.nc-col {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 7px;
	box-sizing: border-box;
}

.nc-flex-row {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.nc-col-12 {
	width: 100%;
}
.nc-col-11 {
	width: 91.66666667%;
}
.nc-col-10 {
	width: 83.33333333%;
}
.nc-col-9 {
	width: 75%;
}
.nc-col-8 {
	width: 66.66666667%;
}
.nc-col-7 {
	width: 58.33333333%;
}
.nc-col-6 {
	width: 50%;
}
.nc-col-5 {
	width: 41.66666667%;
}
.nc-col-4 {
	width: 33.33333333%;
}
.nc-col-3 {
	width: 25%;
}
.nc-col-2 {
	width: 16.66666667%;
}
.nc-col-1 {
	width: 8.33333333%;
}
.nc-col-pull-12 {
	right: 100%;
}
.nc-col-pull-11 {
	right: 91.66666667%;
}
.nc-col-pull-10 {
	right: 83.33333333%;
}
.nc-col-pull-9 {
	right: 75%;
}
.nc-col-pull-8 {
	right: 66.66666667%;
}
.nc-col-pull-7 {
	right: 58.33333333%;
}
.nc-col-pull-6 {
	right: 50%;
}
.nc-col-pull-5 {
	right: 41.66666667%;
}
.nc-col-pull-4 {
	right: 33.33333333%;
}
.nc-col-pull-3 {
	right: 25%;
}
.nc-col-pull-2 {
	right: 16.66666667%;
}
.nc-col-pull-1 {
	right: 8.33333333%;
}
.nc-col-pull-0 {
	right: auto;
}
.nc-col-push-12 {
	left: 100%;
}
.nc-col-push-11 {
	left: 91.66666667%;
}
.nc-col-push-10 {
	left: 83.33333333%;
}
.nc-col-push-9 {
	left: 75%;
}
.nc-col-push-8 {
	left: 66.66666667%;
}
.nc-col-push-7 {
	left: 58.33333333%;
}
.nc-col-push-6 {
	left: 50%;
}
.nc-col-push-5 {
	left: 41.66666667%;
}
.nc-col-push-4 {
	left: 33.33333333%;
}
.nc-col-push-3 {
	left: 25%;
}
.nc-col-push-2 {
	left: 16.66666667%;
}
.nc-col-push-1 {
	left: 8.33333333%;
}
.nc-col-push-0 {
	left: auto;
}
.nc-col-offset-12 {
	margin-left: 100%;
}
.nc-col-offset-11 {
	margin-left: 91.66666667%;
}
.nc-col-offset-10 {
	margin-left: 83.33333333%;
}
.nc-col-offset-9 {
	margin-left: 75%;
}
.nc-col-offset-8 {
	margin-left: 66.66666667%;
}
.nc-col-offset-7 {
	margin-left: 58.33333333%;
}
.nc-col-offset-6 {
	margin-left: 50%;
}
.nc-col-offset-5 {
	margin-left: 41.66666667%;
}
.nc-col-offset-4 {
	margin-left: 33.33333333%;
}
.nc-col-offset-3 {
	margin-left: 25%;
}
.nc-col-offset-2 {
	margin-left: 16.66666667%;
}
.nc-col-offset-1 {
	margin-left: 8.33333333%;
}
.nc-col-offset-0 {
	margin-left: 0;
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncGrids.css - *********/

/*
	Custom Grid System
	Based on Bootstrap's fluid NON RESPONSIVE Grid System
	Purpose: create multi column layouts
	Documentation can be found on Bootstrap's site
	Name space: nc-{name}
	Examples: nc-row, nc-col, nc-col-1
	
	Base padding: 14px
*/

.nc-row {
	margin-left: -7px;
	margin-right: -7px;
	box-sizing: border-box;
}

/* clearfix trick for nc-row */
.nc-row:before, .nc-row:after { content: ""; display: table; }
.nc-row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.nc-row { display: inline-block; }
* html .nc-row { height:1%; }
.nc-row {
	display: block;
	zoom: 1;
}

.nc-col {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 7px;
	box-sizing: border-box;
}

.nc-flex-row {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.nc-col-12 {
	width: 100%;
}
.nc-col-11 {
	width: 91.66666667%;
}
.nc-col-10 {
	width: 83.33333333%;
}
.nc-col-9 {
	width: 75%;
}
.nc-col-8 {
	width: 66.66666667%;
}
.nc-col-7 {
	width: 58.33333333%;
}
.nc-col-6 {
	width: 50%;
}
.nc-col-5 {
	width: 41.66666667%;
}
.nc-col-4 {
	width: 33.33333333%;
}
.nc-col-3 {
	width: 25%;
}
.nc-col-2 {
	width: 16.66666667%;
}
.nc-col-1 {
	width: 8.33333333%;
}
.nc-col-pull-12 {
	right: 100%;
}
.nc-col-pull-11 {
	right: 91.66666667%;
}
.nc-col-pull-10 {
	right: 83.33333333%;
}
.nc-col-pull-9 {
	right: 75%;
}
.nc-col-pull-8 {
	right: 66.66666667%;
}
.nc-col-pull-7 {
	right: 58.33333333%;
}
.nc-col-pull-6 {
	right: 50%;
}
.nc-col-pull-5 {
	right: 41.66666667%;
}
.nc-col-pull-4 {
	right: 33.33333333%;
}
.nc-col-pull-3 {
	right: 25%;
}
.nc-col-pull-2 {
	right: 16.66666667%;
}
.nc-col-pull-1 {
	right: 8.33333333%;
}
.nc-col-pull-0 {
	right: auto;
}
.nc-col-push-12 {
	left: 100%;
}
.nc-col-push-11 {
	left: 91.66666667%;
}
.nc-col-push-10 {
	left: 83.33333333%;
}
.nc-col-push-9 {
	left: 75%;
}
.nc-col-push-8 {
	left: 66.66666667%;
}
.nc-col-push-7 {
	left: 58.33333333%;
}
.nc-col-push-6 {
	left: 50%;
}
.nc-col-push-5 {
	left: 41.66666667%;
}
.nc-col-push-4 {
	left: 33.33333333%;
}
.nc-col-push-3 {
	left: 25%;
}
.nc-col-push-2 {
	left: 16.66666667%;
}
.nc-col-push-1 {
	left: 8.33333333%;
}
.nc-col-push-0 {
	left: auto;
}
.nc-col-offset-12 {
	margin-left: 100%;
}
.nc-col-offset-11 {
	margin-left: 91.66666667%;
}
.nc-col-offset-10 {
	margin-left: 83.33333333%;
}
.nc-col-offset-9 {
	margin-left: 75%;
}
.nc-col-offset-8 {
	margin-left: 66.66666667%;
}
.nc-col-offset-7 {
	margin-left: 58.33333333%;
}
.nc-col-offset-6 {
	margin-left: 50%;
}
.nc-col-offset-5 {
	margin-left: 41.66666667%;
}
.nc-col-offset-4 {
	margin-left: 33.33333333%;
}
.nc-col-offset-3 {
	margin-left: 25%;
}
.nc-col-offset-2 {
	margin-left: 16.66666667%;
}
.nc-col-offset-1 {
	margin-left: 8.33333333%;
}
.nc-col-offset-0 {
	margin-left: 0;
}
/*
	CSS component for Tabs navigation on NC
*/

.nc-tabs {
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

.nc-tab {
	float: left;
	position: relative;
	display: block;
	/* Make the list-items overlay the bottom border*/
	margin-bottom: -1px;
}

.nc-tab-link {
	display: block;
	position: relative;
	padding: 5px 10px;
	line-height: 24px;
	font-size: 15px;
	font-weight: 300;
	cursor: pointer;

	border: 1px solid transparent;
	border-top-width: 3px;
	border-color: #e7e8e9 #e7e8e9 transparent transparent;
	transition: all .35s ease;
}

.nc-tab:first-child .nc-tab-link,
.nc-tab.nc-tab-link:first-child {
	border-left-color: #e7e8e9;
}

.nc-tab-link:hover {
	border-top-color: #d1d2d4;
}

/* Active state, and its :hover to override normal :hover */
.nc-tab_active .nc-tab-link,
.nc-tab_active .nc-tab-link:hover,
.nc-tab_active .nc-tab-link:focus,
.nc-tab-link.nc-tab_active,
.nc-tab-link.nc-tab_active:hover,
.nc-tab-link.nc-tab_active:focus {
	color: black;
	border-top-color: #24ade0;
	border-bottom-color: transparent;
	cursor: default;
	background-color: white;
}

/*
	NC Secondary Tabs
*/

.nc-secondary-tabs {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.nc-secondary-tab {
	float: left;
	display: block;
	margin-left: 4px;
}

.nc-secondary-tab:first-child {
	margin-left: 0;
}

.nc-secondary-tab-link {
	min-width: 100px;
	color: #d1d2d4;
	display: block;
	padding: 5px 10px 5px 0;
	line-height: 20px;
	font-size: 15px;
	cursor: pointer;
	border-bottom: 3px solid #e7e8e9;
	transition: all .35s ease;
	box-sizing: border-box;
}

.nc-secondary-tab-link:hover {
	border-bottom-color: #d1d2d4;
}

/* Active state, and its :hover to override normal :hover */
.nc-secondary-tab_active .nc-secondary-tab-link,
.nc-secondary-tab_active .nc-secondary-tab-link:hover,
.nc-secondary-tab_active .nc-secondary-tab-link:focus {
	color: black;
	border-bottom-color: #24ade0;
	cursor: default;
	background-color: white;
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncTabs.css - *********/

/*
	CSS component for Tabs navigation on NC
*/

.nc-tabs {
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

.nc-tab {
	float: left;
	position: relative;
	display: block;
	/* Make the list-items overlay the bottom border*/
	margin-bottom: -1px;
}

.nc-tab-link {
	display: block;
	position: relative;
	padding: 5px 10px;
	line-height: 24px;
	font-size: 15px;
	font-weight: 300;
	cursor: pointer;

	border: 1px solid transparent;
	border-top-width: 3px;
	border-color: #e7e8e9 #e7e8e9 transparent transparent;
	transition: all .35s ease;
}

.nc-tab:first-child .nc-tab-link,
.nc-tab.nc-tab-link:first-child {
	border-left-color: #e7e8e9;
}

.nc-tab-link:hover {
	border-top-color: #d1d2d4;
}

/* Active state, and its :hover to override normal :hover */
.nc-tab_active .nc-tab-link,
.nc-tab_active .nc-tab-link:hover,
.nc-tab_active .nc-tab-link:focus,
.nc-tab-link.nc-tab_active,
.nc-tab-link.nc-tab_active:hover,
.nc-tab-link.nc-tab_active:focus {
	color: black;
	border-top-color: #24ade0;
	border-bottom-color: transparent;
	cursor: default;
	background-color: white;
}

/*
	NC Secondary Tabs
*/

.nc-secondary-tabs {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.nc-secondary-tab {
	float: left;
	display: block;
	margin-left: 4px;
}

.nc-secondary-tab:first-child {
	margin-left: 0;
}

.nc-secondary-tab-link {
	min-width: 100px;
	color: #d1d2d4;
	display: block;
	padding: 5px 10px 5px 0;
	line-height: 20px;
	font-size: 15px;
	cursor: pointer;
	border-bottom: 3px solid #e7e8e9;
	transition: all .35s ease;
	box-sizing: border-box;
}

.nc-secondary-tab-link:hover {
	border-bottom-color: #d1d2d4;
}

/* Active state, and its :hover to override normal :hover */
.nc-secondary-tab_active .nc-secondary-tab-link,
.nc-secondary-tab_active .nc-secondary-tab-link:hover,
.nc-secondary-tab_active .nc-secondary-tab-link:focus {
	color: black;
	border-bottom-color: #24ade0;
	cursor: default;
	background-color: white;
}
/*
	Styling for NC pagination
*/

#pagination.nc-pagination,
.nc-pagination {
	text-align: center;

	/* Old nc styles polyfill */
	border: none;
	line-height: 20px;
}

.nc-pagination > * {
	background-repeat: repeat-x;
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #fafafa, #eee);
	background-image: linear-gradient(top, #fafafa, #eee);

	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;

	padding: 4px 10px;
	font-size: 12px;
	color: #555;

	border: 1px solid #c4c4c2;
	border-radius: 4px;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
}

.nc-pagination > span {
	background-image: none;
	cursor: default;
	box-shadow: none;
	opacity: .7;
}

.nc-pagination > a,
.nc-pagination > span {
	margin: 0 3px;
}

.nc-pagination > a:hover {
	background-position: 0 -1em;
	text-decoration: none;
}

.nc-pagination > a:active {
	background-image: none;
	box-shadow: none;
}

.nc-pagination > a:hover,
.nc-pagination > a:active {
	-webkit-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncPagination.css - *********/

/*
	Styling for NC pagination
*/

#pagination.nc-pagination,
.nc-pagination {
	text-align: center;

	/* Old nc styles polyfill */
	border: none;
	line-height: 20px;
}

.nc-pagination > * {
	background-repeat: repeat-x;
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #fafafa, #eee);
	background-image: linear-gradient(top, #fafafa, #eee);

	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;

	padding: 4px 10px;
	font-size: 12px;
	color: #555;

	border: 1px solid #c4c4c2;
	border-radius: 4px;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .2), 0px 1px 2px rgba(0, 0, 0, .05);
}

.nc-pagination > span {
	background-image: none;
	cursor: default;
	box-shadow: none;
	opacity: .7;
}

.nc-pagination > a,
.nc-pagination > span {
	margin: 0 3px;
}

.nc-pagination > a:hover {
	background-position: 0 -1em;
	text-decoration: none;
}

.nc-pagination > a:active {
	background-image: none;
	box-shadow: none;
}

.nc-pagination > a:hover,
.nc-pagination > a:active {
	-webkit-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
/* Tables on the Nimble Commerce */
.v3TableWrapper {	/* need to wrap table to get round corners */
	margin: 10px 0;
}
.nc-table-responsive {
	width: 100%;
	min-height: .01%;
	overflow: auto;
}

.v3Table,
.nc-table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: separate;
	*border-collapse: collapse;
}

.nc-table + .nc-table {
	margin-top: 10px;
}

.nc-table-align-top > tbody > tr > .nc-table-col {
	vertical-align: top;
}

.nc-table-bordered {
	border: 2px solid #e7e8e9;
}

.v3TableColTitle,
.nc-table-title-col {
	padding: 8px 5px;
	overflow: hidden;
	font-weight: bold;
	color: black;
	text-align: left;
	border: none;
	bottom-bottom: 2px solid #e7e8e9;
	background-color: white; /* prevent :hover color for Table Title */
}

.v3Table tr,
.nc-table tr {
	transition: background-color .35s ease;
}

.v3Table tr:not(.nc-table-row-static):hover,
.nc-table tr:not(.nc-table-row-static):hover {
	background-color: #e7e8e9;
}

.v3TableColRightBorder{
	border-right: 1px solid #e1e0e0;
}

.v3TableCol,
.nc-table-col {
	padding: 5px;
	text-align: left;
	border-top: 2px solid #e7e8e9;
}

.nc-table-sub-row > .nc-table-col {
	border-top: 0;
}

.v3TableColTitle, .v3TableCol {
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.v3TableRowEven,
.v3Table .even,
.nc-table tr:nth-of-type(even):not(.nc-table-row-static) {
	background-color: #f0efef;
}

.v3TableRowRefunded tr:first-child {
	color: red;
}

.v3TableRowOdd, .v3Table .odd{
	background-color: #fff;
}

.v3TableTiteBlock,
.offerDetailsTitleBlock {
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 18px;
	color: #333;
}

.v3TableColNumbers {
	text-align: right;
}

.v3TableColCenter {
	text-align: center;
}

.v3TableMessage {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #e1e0e0;
	border-radius: 4px;
}

/* sub table */
.v3SubTableBox {
	display: none;
}
.v3SubTableCol {
	padding: 5px;
	border-top: 1px dashed #e1e0e0;
}
.v3SubTableNote {
	font-style: italic;
	font-size: 11px;
	color: #999;
}

.v3TableColTitle a,
.v3TableColTitle a:visited {
	color: black;
	font-size: 14px;
}

/* sortable */
.v3TableSortableColumnLink,
.v3TableSortableColumnLink:visited{
	display: block;
	cursor: pointer;
	position: relative;
	padding-right: 8px;
}

.v3TableSortableColumnLink:after,
.v3TableColTitle a:after {
	content: "\f0dc"; /* fa-sort */
	font-family: "FontAwesome";
	font-size: 11px;
	color: #24ade0;

	position: absolute;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	right: 0;
	opacity: 0;
	transition: all .35s ease;
}

.sortedColumnAsc .v3TableSortableColumnLink:after,
.sortedColumnAsc a:after {
	content: "\f0de"; /* fa-asc */
}

.sortedColumnDesc .v3TableSortableColumnLink:after,
.sortedColumnDesc a:after {
	content: "\f0dd"; /* fa-desc */
}

.v3TableSortableColumnLink:hover:after,
.v3TableColTitle a:hover:after {
	opacity: 1;
}

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

.expandArrow {
	min-height: 16px;
	cursor: pointer;
}

.expandArrow:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	font-size: 15px;
	line-height: 16px;
}

.arrowRight:before {
	content: "\f105"; /* fa-angle-right */
}
.arrowDown:before {
	content: "\f107"; /* fa-angle-down */
}

.ncTablePriceCol, .ncTableCurrencyCol, .ncTableNumbersCol {
	text-align: right;
	white-space: nowrap;
}

.displayTagEmpty {
	color: #d85553;
	text-align: center;
	background-color: white; /* prevent :hover color for Table Title */
}

.v3TableTiteBlock,
.offerDetailsTitleBlock {
	font-size: 18px;
	line-height: 22px;
	color: #333;
	padding-bottom: 10px;
}

.groupBuyListClosedTable,
.groupBuyListActiveTable,
.GroupBuyDraft {
	margin:10px 0 0 0;
}

.dottedText{
	bottom: -4px;
	position: relative;
	background-color: white;
	padding-right: 5px;
}

.nc-table .nc-table-row-sub-title {
	background: #ddd;
}

.nc-table .nc-table-row-total {
	background: #fff;
}

.nc-table-row-total > td {
	border-top: 1px solid #444;
	font-weight: bold;
	font-size: 110%;
}

.nc-table .nc-table-row-sub-total {
	background: #ccc;
	font-weight: bold;
}

/*
	Styles for Common NC Columns
*/

.nc-col-price,
.nc-col-qty {
	width: 70px;
	text-align: right;
}

.nc-col-status {
	width: 95px;
}

.nc-col-actions {
	width: 90px;
}

.nc-col-start-date,
.nc-col-end-date {
	width: 80px;
}

.nc-col-id {
	width: 70px;
}

.nc-col-deal-type {
	width: 90px;
}

.nc-col-commission {
	width: 90px;
	text-align: right;
}

.nc-col-deal-img {
	width: 95px;
}

.nc-col-user-full-name,
.nc-col-merchant-name {
	width: 130px;
}

.nc-col-date {
	width: 80px;
}

/*
	mark columns with numeric values inside
	According to best UX practices all numeric values inside Tables Data has to be right aligned
*/
.nc-col-numeric {
	text-align: right;
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncTables.css - *********/

/* Tables on the Nimble Commerce */
.v3TableWrapper {	/* need to wrap table to get round corners */
	margin: 10px 0;
}
.nc-table-responsive {
	width: 100%;
	min-height: .01%;
	overflow: auto;
}

.v3Table,
.nc-table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: separate;
	*border-collapse: collapse;
}

.nc-table + .nc-table {
	margin-top: 10px;
}

.nc-table-align-top > tbody > tr > .nc-table-col {
	vertical-align: top;
}

.nc-table-bordered {
	border: 2px solid #e7e8e9;
}

.v3TableColTitle,
.nc-table-title-col {
	padding: 8px 5px;
	overflow: hidden;
	font-weight: bold;
	color: black;
	text-align: left;
	border: none;
	bottom-bottom: 2px solid #e7e8e9;
	background-color: white; /* prevent :hover color for Table Title */
}

.v3Table tr,
.nc-table tr {
	transition: background-color .35s ease;
}

.v3Table tr:not(.nc-table-row-static):hover,
.nc-table tr:not(.nc-table-row-static):hover {
	background-color: #e7e8e9;
}

.v3TableColRightBorder{
	border-right: 1px solid #e1e0e0;
}

.v3TableCol,
.nc-table-col {
	padding: 5px;
	text-align: left;
	border-top: 2px solid #e7e8e9;
}

.nc-table-sub-row > .nc-table-col {
	border-top: 0;
}

.v3TableColTitle, .v3TableCol {
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.v3TableRowEven,
.v3Table .even,
.nc-table tr:nth-of-type(even):not(.nc-table-row-static) {
	background-color: #f0efef;
}

.v3TableRowRefunded tr:first-child {
	color: red;
}

.v3TableRowOdd, .v3Table .odd{
	background-color: #fff;
}

.v3TableTiteBlock,
.offerDetailsTitleBlock {
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 18px;
	color: #333;
}

.v3TableColNumbers {
	text-align: right;
}

.v3TableColCenter {
	text-align: center;
}

.v3TableMessage {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #e1e0e0;
	border-radius: 4px;
}

/* sub table */
.v3SubTableBox {
	display: none;
}
.v3SubTableCol {
	padding: 5px;
	border-top: 1px dashed #e1e0e0;
}
.v3SubTableNote {
	font-style: italic;
	font-size: 11px;
	color: #999;
}

.v3TableColTitle a,
.v3TableColTitle a:visited {
	color: black;
	font-size: 14px;
}

/* sortable */
.v3TableSortableColumnLink,
.v3TableSortableColumnLink:visited{
	display: block;
	cursor: pointer;
	position: relative;
	padding-right: 8px;
}

.v3TableSortableColumnLink:after,
.v3TableColTitle a:after {
	content: "\f0dc"; /* fa-sort */
	font-family: "FontAwesome";
	font-size: 11px;
	color: #24ade0;

	position: absolute;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	right: 0;
	opacity: 0;
	transition: all .35s ease;
}

.sortedColumnAsc .v3TableSortableColumnLink:after,
.sortedColumnAsc a:after {
	content: "\f0de"; /* fa-asc */
}

.sortedColumnDesc .v3TableSortableColumnLink:after,
.sortedColumnDesc a:after {
	content: "\f0dd"; /* fa-desc */
}

.v3TableSortableColumnLink:hover:after,
.v3TableColTitle a:hover:after {
	opacity: 1;
}

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

.expandArrow {
	min-height: 16px;
	cursor: pointer;
}

.expandArrow:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	font-size: 15px;
	line-height: 16px;
}

.arrowRight:before {
	content: "\f105"; /* fa-angle-right */
}
.arrowDown:before {
	content: "\f107"; /* fa-angle-down */
}

.ncTablePriceCol, .ncTableCurrencyCol, .ncTableNumbersCol {
	text-align: right;
	white-space: nowrap;
}

.displayTagEmpty {
	color: #d85553;
	text-align: center;
	background-color: white; /* prevent :hover color for Table Title */
}

.v3TableTiteBlock,
.offerDetailsTitleBlock {
	font-size: 18px;
	line-height: 22px;
	color: #333;
	padding-bottom: 10px;
}

.groupBuyListClosedTable,
.groupBuyListActiveTable,
.GroupBuyDraft {
	margin:10px 0 0 0;
}

.dottedText{
	bottom: -4px;
	position: relative;
	background-color: white;
	padding-right: 5px;
}

.nc-table .nc-table-row-sub-title {
	background: #ddd;
}

.nc-table .nc-table-row-total {
	background: #fff;
}

.nc-table-row-total > td {
	border-top: 1px solid #444;
	font-weight: bold;
	font-size: 110%;
}

.nc-table .nc-table-row-sub-total {
	background: #ccc;
	font-weight: bold;
}

/*
	Styles for Common NC Columns
*/

.nc-col-price,
.nc-col-qty {
	width: 70px;
	text-align: right;
}

.nc-col-status {
	width: 95px;
}

.nc-col-actions {
	width: 90px;
}

.nc-col-start-date,
.nc-col-end-date {
	width: 80px;
}

.nc-col-id {
	width: 70px;
}

.nc-col-deal-type {
	width: 90px;
}

.nc-col-commission {
	width: 90px;
	text-align: right;
}

.nc-col-deal-img {
	width: 95px;
}

.nc-col-user-full-name,
.nc-col-merchant-name {
	width: 130px;
}

.nc-col-date {
	width: 80px;
}

/*
	mark columns with numeric values inside
	According to best UX practices all numeric values inside Tables Data has to be right aligned
*/
.nc-col-numeric {
	text-align: right;
}
/*
	Content Panel
	Stand out box with custom content inside.
	Purpose similar to Bootstrap's Panel component
*/

.nc-panel {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	background-color: #fff;
}

/* clearfix trick for nc-panel */
.nc-panel-heading-nav-bar:before,
.nc-panel-heading-nav-bar:after,
.nc-panel:before, .nc-panel:after { content: ""; display: table; }
.nc-panel-heading-nav-bar:after,
.nc-panel:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.nc-panel-heading-nav-bar,
.nc-panel { display: inline-block; }
* html .nc-panel-heading-nav-bar,
* html .nc-panel { height:1%; }
.nc-panel-heading-nav-bar,
.nc-panel { display:block; zoom: 1; }

.nc-panel-heading {
	padding: 10px 14px 0;
}

.nc-panel-heading-title {
	font-size: 24px;
}

.nc-panel-body {
	padding: 10px 14px;
}

.nc-panel:last-child {
	margin-bottom: 0;
}

/* Draggable Panel's */
.nc-panel-draggable {
	cursor: move;
}

.nc-panel-draggable-placeholder {
	min-height: 300px;
	border: 1px dashed black;
}

/* Panel with inline navigation */
.nc-panel-heading-nav-bar .nc-panel-heading-title {
	float: left;
}

.nc-panel-heading-nav {
	float: right;
	padding-top: 12px; /* align nav to bottom of the Panel Title */
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncPanel.css - *********/

/*
	Content Panel
	Stand out box with custom content inside.
	Purpose similar to Bootstrap's Panel component
*/

.nc-panel {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	background-color: #fff;
}

/* clearfix trick for nc-panel */
.nc-panel-heading-nav-bar:before,
.nc-panel-heading-nav-bar:after,
.nc-panel:before, .nc-panel:after { content: ""; display: table; }
.nc-panel-heading-nav-bar:after,
.nc-panel:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.nc-panel-heading-nav-bar,
.nc-panel { display: inline-block; }
* html .nc-panel-heading-nav-bar,
* html .nc-panel { height:1%; }
.nc-panel-heading-nav-bar,
.nc-panel { display:block; zoom: 1; }

.nc-panel-heading {
	padding: 10px 14px 0;
}

.nc-panel-heading-title {
	font-size: 24px;
}

.nc-panel-body {
	padding: 10px 14px;
}

.nc-panel:last-child {
	margin-bottom: 0;
}

/* Draggable Panel's */
.nc-panel-draggable {
	cursor: move;
}

.nc-panel-draggable-placeholder {
	min-height: 300px;
	border: 1px dashed black;
}

/* Panel with inline navigation */
.nc-panel-heading-nav-bar .nc-panel-heading-title {
	float: left;
}

.nc-panel-heading-nav {
	float: right;
	padding-top: 12px; /* align nav to bottom of the Panel Title */
}
/*
	Data Overview Panel
	Purpose: display stats data in Data representation Grid View
	Used: Summary Info on Dashboard
*/

.nc-overview-panel {
	margin-top: 10px;
}

.nc-overview-panel:first-child {
	margin-top: 0;
}

.nc-overview-panel-heading {
	padding: 2px 7px;
	border-bottom: 2px solid #e7e8e9;
}

.nc-overview-panel-title {
	font-size: 20px;
}

.nc-overview-panel-body {
	padding-top: 2px;
}

.nc-overview-panel-col {
	float: left;
	padding: 2px 7px;
	border-left: 1px solid #d1d2d4;
	box-sizing: border-box;
}

.nc-overview-panel-col:first-child {
	border-left: 0;
}

.nc-overview-panel-col-title {
	padding-bottom: 4px;
}

.nc-overview-panel-col-value {
	font-size: 16px;
}

.nc-overview-panel-col-sub-value {
	font-size: 13px;
}

.nc-overview-panel-negative-value {
	color: #d85553;
}

.nc-overview-panel-icon {
	color: inherit;
	opacity: .75;
	transition: all .5s ease;
}

.nc-overview-panel-icon:focus,
.nc-overview-panel-icon:hover {
	opacity: 1;
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncOverviewPanel.css - *********/

/*
	Data Overview Panel
	Purpose: display stats data in Data representation Grid View
	Used: Summary Info on Dashboard
*/

.nc-overview-panel {
	margin-top: 10px;
}

.nc-overview-panel:first-child {
	margin-top: 0;
}

.nc-overview-panel-heading {
	padding: 2px 7px;
	border-bottom: 2px solid #e7e8e9;
}

.nc-overview-panel-title {
	font-size: 20px;
}

.nc-overview-panel-body {
	padding-top: 2px;
}

.nc-overview-panel-col {
	float: left;
	padding: 2px 7px;
	border-left: 1px solid #d1d2d4;
	box-sizing: border-box;
}

.nc-overview-panel-col:first-child {
	border-left: 0;
}

.nc-overview-panel-col-title {
	padding-bottom: 4px;
}

.nc-overview-panel-col-value {
	font-size: 16px;
}

.nc-overview-panel-col-sub-value {
	font-size: 13px;
}

.nc-overview-panel-negative-value {
	color: #d85553;
}

.nc-overview-panel-icon {
	color: inherit;
	opacity: .75;
	transition: all .5s ease;
}

.nc-overview-panel-icon:focus,
.nc-overview-panel-icon:hover {
	opacity: 1;
}
/*Forms on the Nimble Commerce*/
.nc-form input[type=text],
.nc-form input[type=search],
.nc-form select,
.nc-form-control {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #d1d2d4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
	border-radius: 4px;
	display: table-cell;
}

.nc-form input:focus,
.nc-form select:focus {
	outline: 0;
	border: 1px solid #d1d2d4;
	box-shadow: inset 0 1px 1px rgba(128, 130, 132, .075);
}


.nc-form .nc-input-group input.nc-search-control {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.nc-form-control,
.nc-form input[type=text],
.nc-form input[type=search],
.nc-form input[type=button],
.nc-form input[type=file],
.nc-form input[type=password],
.nc-form input[type=reset],
.nc-form input[type=submit],
.nc-form input[type=email],
.nc-form select {
	height: 34px;
}

/*remove "result=5" search icon*/
.nc-form input[type="search"]::-webkit-search-decoration,
.nc-form input[type="search"]::-webkit-search-cancel-button,
.nc-form input[type="search"]::-webkit-search-results-button,
.nc-form input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.nc-form input.native-ctr[type="search"]::-webkit-search-cancel-button {
	display: block;
}

.nc-form input:disabled,
.nc-form select:disabled {
	cursor: default;
	background-color: #c6c6c6;
}

.nc-form-label {
	display: inline-block;
	color: black;
	margin-bottom: 3px;
	vertical-align: middle;
}

fieldset:disabled .nc-form-label {
	color: #686868;
	cursor: default;
}

.nc-form-group {
	margin-bottom: 10px;
}

.nc-form-inline .nc-form-group {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.nc-form-inline .nc-form-label {
	margin-bottom: 0;
	margin-right: 5px;
}

.nc-form input[type="search"] {
	margin: 0;
}

/* bootsrap input groups */
.nc-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.nc-input-group-sm {
	width: 129px;
}

.nc-input-group-md {
	width: 294px;
}

.nc-input-group .nc-form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.nc-input-group .nc-form-control:focus {
	z-index: 3;
}

.nc-input-group-addon,
.nc-input-group-btn,
.nc-input-group .nc-form-control {
	display: table-cell;
}

.nc-input-group-addon:not(:first-child):not(:last-child),
.nc-input-group-btn:not(:first-child):not(:last-child),
.nc-input-group .nc-form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.nc-input-group-addon,
.nc-input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.nc-input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d1d2d4;
	border-radius: 4px;
}

.nc-input-group-addon input[type="radio"],
.nc-input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.nc-input-group .nc-form-control:first-child,
.nc-input-group-addon:first-child,
.nc-input-group-btn:first-child > .btn,
.nc-input-group-btn:first-child > .btn-group > .btn,
.nc-input-group-btn:first-child > .dropdown-toggle,
.nc-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.nc-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.nc-input-group-addon:first-child {
	border-right: 0;
}

.nc-input-group .nc-form-control:last-child,
.nc-input-group-addon:last-child,
.nc-input-group-btn:last-child > .btn,
.nc-input-group-btn:last-child > .btn-group > .btn,
.nc-input-group-btn:last-child > .dropdown-toggle,
.nc-input-group-btn:first-child > .btn:not(:first-child),
.nc-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.nc-input-group-addon:last-child {
	border-left: 0;
}

.nc-input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.nc-input-group-btn > .btn {
	position: relative;
}

.nc-input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.nc-input-group-btn > .btn:hover,
.nc-input-group-btn > .btn:focus,
.nc-input-group-btn > .btn:active {
	z-index: 2;
}

.nc-input-group-btn:first-child > .btn,
.nc-input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.nc-input-group-btn:last-child > .btn,
.nc-input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nc-form .ncdroplist-wrapper {
	vertical-align: middle; /*IE fix*/
}

/* Small Form */
.nc-form-small input[type=text],
.nc-form-small input[type=search],
.nc-form-small select,
.nc-form-control-small {
	padding: 3px 6px;
	font-size: 12px;
	border-radius: 2px;
}

.nc-form-control-small,
.nc-form-small input[type=text],
.nc-form-small input[type=search],
.nc-form-small input[type=number],
.nc-form-small input[type=button],
.nc-form-small input[type=file],
.nc-form-small input[type=password],
.nc-form-small input[type=reset],
.nc-form-small input[type=submit],
.nc-form-small input[type=email],
.nc-form-small select {
	height: 24px;
}

.nc-form-small .nc-input-group-addon {
	padding: 5px 6px;
	font-size: 12px;
}

/*
    Tooltip Errors. Display jQuery Validator errors as Tooltip
*/

.nc-tooltip-error-box {
	position: relative;
	display: inline-block;
}

form.cmxform .nc-tooltip-error-box label.error, /* fix selector weight for DCF */
.nc-tooltip-error-box label.error {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 2px 5px;
	overflow: visible;
	line-height: 1.33;
	color: white !important;
	margin-bottom: 15px;
	border-radius: 4px;
	background-color: rgba(255, 0, 0, .65);
	box-shadow: 0 0 5px rgba(255, 0, 0, .65);
}

.nc-tooltip-error-box label.error:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
	margin-top: -1px;
	font-size: 14px;
	content: "\f0dd";
	font-family: "FontAwesome";
	color: red;
	line-height: 0;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncForms.css - *********/

/*Forms on the Nimble Commerce*/
.nc-form input[type=text],
.nc-form input[type=search],
.nc-form select,
.nc-form-control {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #d1d2d4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
	border-radius: 4px;
	display: table-cell;
}

.nc-form input:focus,
.nc-form select:focus {
	outline: 0;
	border: 1px solid #d1d2d4;
	box-shadow: inset 0 1px 1px rgba(128, 130, 132, .075);
}


.nc-form .nc-input-group input.nc-search-control {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.nc-form-control,
.nc-form input[type=text],
.nc-form input[type=search],
.nc-form input[type=button],
.nc-form input[type=file],
.nc-form input[type=password],
.nc-form input[type=reset],
.nc-form input[type=submit],
.nc-form input[type=email],
.nc-form select {
	height: 34px;
}

/*remove "result=5" search icon*/
.nc-form input[type="search"]::-webkit-search-decoration,
.nc-form input[type="search"]::-webkit-search-cancel-button,
.nc-form input[type="search"]::-webkit-search-results-button,
.nc-form input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.nc-form input.native-ctr[type="search"]::-webkit-search-cancel-button {
	display: block;
}

.nc-form input:disabled,
.nc-form select:disabled {
	cursor: default;
	background-color: #c6c6c6;
}

.nc-form-label {
	display: inline-block;
	color: black;
	margin-bottom: 3px;
	vertical-align: middle;
}

fieldset:disabled .nc-form-label {
	color: #686868;
	cursor: default;
}

.nc-form-group {
	margin-bottom: 10px;
}

.nc-form-inline .nc-form-group {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.nc-form-inline .nc-form-label {
	margin-bottom: 0;
	margin-right: 5px;
}

.nc-form input[type="search"] {
	margin: 0;
}

/* bootsrap input groups */
.nc-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.nc-input-group-sm {
	width: 129px;
}

.nc-input-group-md {
	width: 294px;
}

.nc-input-group .nc-form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.nc-input-group .nc-form-control:focus {
	z-index: 3;
}

.nc-input-group-addon,
.nc-input-group-btn,
.nc-input-group .nc-form-control {
	display: table-cell;
}

.nc-input-group-addon:not(:first-child):not(:last-child),
.nc-input-group-btn:not(:first-child):not(:last-child),
.nc-input-group .nc-form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.nc-input-group-addon,
.nc-input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.nc-input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d1d2d4;
	border-radius: 4px;
}

.nc-input-group-addon input[type="radio"],
.nc-input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.nc-input-group .nc-form-control:first-child,
.nc-input-group-addon:first-child,
.nc-input-group-btn:first-child > .btn,
.nc-input-group-btn:first-child > .btn-group > .btn,
.nc-input-group-btn:first-child > .dropdown-toggle,
.nc-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.nc-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.nc-input-group-addon:first-child {
	border-right: 0;
}

.nc-input-group .nc-form-control:last-child,
.nc-input-group-addon:last-child,
.nc-input-group-btn:last-child > .btn,
.nc-input-group-btn:last-child > .btn-group > .btn,
.nc-input-group-btn:last-child > .dropdown-toggle,
.nc-input-group-btn:first-child > .btn:not(:first-child),
.nc-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.nc-input-group-addon:last-child {
	border-left: 0;
}

.nc-input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.nc-input-group-btn > .btn {
	position: relative;
}

.nc-input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.nc-input-group-btn > .btn:hover,
.nc-input-group-btn > .btn:focus,
.nc-input-group-btn > .btn:active {
	z-index: 2;
}

.nc-input-group-btn:first-child > .btn,
.nc-input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.nc-input-group-btn:last-child > .btn,
.nc-input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nc-form .ncdroplist-wrapper {
	vertical-align: middle; /*IE fix*/
}

/* Small Form */
.nc-form-small input[type=text],
.nc-form-small input[type=search],
.nc-form-small select,
.nc-form-control-small {
	padding: 3px 6px;
	font-size: 12px;
	border-radius: 2px;
}

.nc-form-control-small,
.nc-form-small input[type=text],
.nc-form-small input[type=search],
.nc-form-small input[type=number],
.nc-form-small input[type=button],
.nc-form-small input[type=file],
.nc-form-small input[type=password],
.nc-form-small input[type=reset],
.nc-form-small input[type=submit],
.nc-form-small input[type=email],
.nc-form-small select {
	height: 24px;
}

.nc-form-small .nc-input-group-addon {
	padding: 5px 6px;
	font-size: 12px;
}

/*
    Tooltip Errors. Display jQuery Validator errors as Tooltip
*/

.nc-tooltip-error-box {
	position: relative;
	display: inline-block;
}

form.cmxform .nc-tooltip-error-box label.error, /* fix selector weight for DCF */
.nc-tooltip-error-box label.error {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 2px 5px;
	overflow: visible;
	line-height: 1.33;
	color: white !important;
	margin-bottom: 15px;
	border-radius: 4px;
	background-color: rgba(255, 0, 0, .65);
	box-shadow: 0 0 5px rgba(255, 0, 0, .65);
}

.nc-tooltip-error-box label.error:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
	margin-top: -1px;
	font-size: 14px;
	content: "\f0dd";
	font-family: "FontAwesome";
	color: red;
	line-height: 0;
}
.filters-container {
	margin: 10px 0;
}

.filters-container .block-title {
	font-weight: bold;
	display: inline-block;
	min-width: 50px;
}

.filters-container .block-content {
	display: inline-block;
}

.filters-container .filters-row {
	display: block;
	margin: 5px 0;
	line-height: 25px;
}

.filters-container .filter-item > select {
	 display: inline-block;
	 width: 145px;
 }

.filters-container .filter-item {
	display: inline-block;
}

.filters-row button.btn {
	line-height: inherit;
}

.filter-custom-dates input.custom-date-field,
.filter-custom-dates .doSearch {
	display: inline-block; /*IE fix*/
}

.filter-custom-dates input {
	max-width: 125px;
}

/* override for Multiple select qj plugin */
.filters-container .ms-choice {
	line-height: 34px;
	height: 34px;
}

.filters-container .ms-choice > div {
	top: 5px;
}

.filter-item .optgroup[data-group="group_0"] {
    font-weight: normal;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncFilterPanel.css - *********/

.filters-container {
	margin: 10px 0;
}

.filters-container .block-title {
	font-weight: bold;
	display: inline-block;
	min-width: 50px;
}

.filters-container .block-content {
	display: inline-block;
}

.filters-container .filters-row {
	display: block;
	margin: 5px 0;
	line-height: 25px;
}

.filters-container .filter-item > select {
	 display: inline-block;
	 width: 145px;
 }

.filters-container .filter-item {
	display: inline-block;
}

.filters-row button.btn {
	line-height: inherit;
}

.filter-custom-dates input.custom-date-field,
.filter-custom-dates .doSearch {
	display: inline-block; /*IE fix*/
}

.filter-custom-dates input {
	max-width: 125px;
}

/* override for Multiple select qj plugin */
.filters-container .ms-choice {
	line-height: 34px;
	height: 34px;
}

.filters-container .ms-choice > div {
	top: 5px;
}

.filter-item .optgroup[data-group="group_0"] {
    font-weight: normal;
}
/*Table controls on the Nimble Commerce*/

.nc-table-ctrl-filters {
    float: left;
}

.nc-table-ctrl-search {
    float: right;
}

.nc-table-ctrl-text {
    display: inline-block;
    padding: 0 10px;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncTableControls.css - *********/

/*Table controls on the Nimble Commerce*/

.nc-table-ctrl-filters {
    float: left;
}

.nc-table-ctrl-search {
    float: right;
}

.nc-table-ctrl-text {
    display: inline-block;
    padding: 0 10px;
}
/*
	Thumbnails Component
	Purpose: style image previews, nc-thumbnails with Caption (similar to Bootstrap)
*/

.nc-thumbnail {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #d1d2d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	transition: all .35s ease;
}
.nc-thumbnail-img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a.nc-thumbnail:hover,
a.nc-thumbnail:focus,
a.nc-thumbnail.active {
	border-color: #24afe0;
}

.nc-thumbnail-caption {
	padding: 5px;
	color: #000;
}


/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncThumbnails.css - *********/

/*
	Thumbnails Component
	Purpose: style image previews, nc-thumbnails with Caption (similar to Bootstrap)
*/

.nc-thumbnail {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #d1d2d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	transition: all .35s ease;
}
.nc-thumbnail-img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a.nc-thumbnail:hover,
a.nc-thumbnail:focus,
a.nc-thumbnail.active {
	border-color: #24afe0;
}

.nc-thumbnail-caption {
	padding: 5px;
	color: #000;
}
/*
	Notification widget
	Used: release notes, alerts for Publishers
	Purpose: display global NC Notification

	Can be found on Dashboard on the top of the Content Section
*/

.nc-notification {
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: white;
	font-size: 15px;
}

.nc-notification-title {
	text-transform: uppercase;
	padding-right: 15px;
}

.nc-notification-content {
	line-height: 22px;
}

.nc-notification-icon {
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #f0ad57;
	border-radius: 50%;
}

.nc-notification-icon:before {
	content: "!";
	display: inline;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncNotification.css - *********/

/*
	Notification widget
	Used: release notes, alerts for Publishers
	Purpose: display global NC Notification

	Can be found on Dashboard on the top of the Content Section
*/

.nc-notification {
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: white;
	font-size: 15px;
}

.nc-notification-title {
	text-transform: uppercase;
	padding-right: 15px;
}

.nc-notification-content {
	line-height: 22px;
}

.nc-notification-icon {
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #f0ad57;
	border-radius: 50%;
}

.nc-notification-icon:before {
	content: "!";
	display: inline;
}
/*
	NC Alerts
	Display alert messages in application
	Use, purpose and behaviour similar to Bootstrap's Alerts component
*/

.saveStatusTip.nc-alert,/* tmp hack: override default styles */
.nc-alert {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid transparent;
}

/* Headings for larger alerts*/
.nc-alert-heading {
	margin-top: 0;
	/* Specified for the h4 to prevent conflicts of changing @headings-color*/
	color: inherit;
}

/* Provide class for links that match alerts */
.nc-alert-link {
	font-weight: bold;
}

/*
	Dismissible alerts
*/

/* Expand the right padding and account for the close button's positioning. */
.saveStatusTip.nc-alert-dismissible, /* tmp hack: override default styles */
.nc-alert-dismissible {
	padding-right: 30px;
}

/* Adjust close link position */
.nc-alert-close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
	opacity: .9;
}

.nc-alert-close:hover {
	opacity: 1;
}

/*
	Alternate styles
	Generate contextual modifier classes for colorizing the alert.
*/

.saveStatusTip.nc-alert-success, /* tmp hack: override default styles */
.nc-alert-success {
	color: white;
	background-color: #9CCC57;
	border-color: #9CCC57;
	box-shadow: 1px 1px 1px rgba(156,204,87, .5);
}

/*
	Global NC Alert
	Display on top of the page content for generic alert message
*/
.saveStatusTip.nc-alert-global,
.nc-alert-global {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 100;
}

/*
	Hack
	Override default styles for saveStatusTip element, as it used in multiple places across application, including JS
*/
.saveStatusTip.nc-alert {
	height: auto;
	width: auto;
	font-size: inherit;
}

.redirect-alert {
    background-color: #f7d6ab;
    border: 2px solid #f0ad57;
    color: #000;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 10px;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncAlerts.css - *********/

/*
	NC Alerts
	Display alert messages in application
	Use, purpose and behaviour similar to Bootstrap's Alerts component
*/

.saveStatusTip.nc-alert,/* tmp hack: override default styles */
.nc-alert {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid transparent;
}

/* Headings for larger alerts*/
.nc-alert-heading {
	margin-top: 0;
	/* Specified for the h4 to prevent conflicts of changing @headings-color*/
	color: inherit;
}

/* Provide class for links that match alerts */
.nc-alert-link {
	font-weight: bold;
}

/*
	Dismissible alerts
*/

/* Expand the right padding and account for the close button's positioning. */
.saveStatusTip.nc-alert-dismissible, /* tmp hack: override default styles */
.nc-alert-dismissible {
	padding-right: 30px;
}

/* Adjust close link position */
.nc-alert-close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
	opacity: .9;
}

.nc-alert-close:hover {
	opacity: 1;
}

/*
	Alternate styles
	Generate contextual modifier classes for colorizing the alert.
*/

.saveStatusTip.nc-alert-success, /* tmp hack: override default styles */
.nc-alert-success {
	color: white;
	background-color: #9CCC57;
	border-color: #9CCC57;
	box-shadow: 1px 1px 1px rgba(156,204,87, .5);
}

/*
	Global NC Alert
	Display on top of the page content for generic alert message
*/
.saveStatusTip.nc-alert-global,
.nc-alert-global {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 100;
}

/*
	Hack
	Override default styles for saveStatusTip element, as it used in multiple places across application, including JS
*/
.saveStatusTip.nc-alert {
	height: auto;
	width: auto;
	font-size: inherit;
}

.redirect-alert {
    background-color: #f7d6ab;
    border: 2px solid #f0ad57;
    color: #000;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 10px;
}
/*
	Simple Tooltips with CSS only
*/

.nc-tooltip-box {
	position: relative;
}

.nc-tooltip-content {
	opacity: 0;
	z-index: -1;
	position: absolute;

	width: 100%;
	min-width: 120px;
	box-sizing: border-box;

	font-size: 11px;
	padding: 5px 10px;
	border: 1px solid #c6c6c6;
	background-color: #f2f2f2;
	border-radius: 6px;
	transition: opacity 1s ease;
}

.nc-tooltip-box:hover {
	z-index: 1;  /* prevent disappearing, during hovering on multiple items */
}

.nc-tooltip-box:hover .nc-tooltip-content {
	z-index: auto;
	opacity: 1;
}

.nc-tooltip-content-tl { /* top left */
	left: 0;
	bottom: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncTooltips.css - *********/

/*
	Simple Tooltips with CSS only
*/

.nc-tooltip-box {
	position: relative;
}

.nc-tooltip-content {
	opacity: 0;
	z-index: -1;
	position: absolute;

	width: 100%;
	min-width: 120px;
	box-sizing: border-box;

	font-size: 11px;
	padding: 5px 10px;
	border: 1px solid #c6c6c6;
	background-color: #f2f2f2;
	border-radius: 6px;
	transition: opacity 1s ease;
}

.nc-tooltip-box:hover {
	z-index: 1;  /* prevent disappearing, during hovering on multiple items */
}

.nc-tooltip-box:hover .nc-tooltip-content {
	z-index: auto;
	opacity: 1;
}

.nc-tooltip-content-tl { /* top left */
	left: 0;
	bottom: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*
	Custom Badge/Label Component
	Based on Bootstrap's badge implementation
	Purpose: create badge, labels (like highlighted status, etc.)
	Documentation can be found on Bootstrap's site
*/

.nc-text-label,
.nc-badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.nc-badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.nc-text-label:empty,
.nc-badge:empty {
    display: none;
}

a.nc-text-label:hover,
a.nc-badge:hover,
a.nc-text-label:focus,
a.nc-badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.nc-text-label-danger,
.nc-badge-danger {
    background-color: #a94442;
}

.nc-text-label-danger[href],
.nc-badge-danger[href] {
    background-color: #ca4844;
}

.nc-text-label-warning,
.nc-badge-warning {
    background-color: #f0ad57;
}

.nc-text-label-warning[href],
.nc-badge-warning[href] {
    background-color: #c67605;
}

.nc-text-label-success,
.nc-badge-success {
    background-color: #9ccc57;
}

.nc-text-label-success[href],
.nc-badge-success[href] {
    background-color: #5a9b5a;
}

.nc-text-label-info,
.nc-badge-info {
    background-color: #3a87ad;
}

.nc-text-label-info[href],
.nc-badge-info[href] {
    background-color: #2d6987;
}

.nc-text-label-inverse,
.nc-badge-inverse {
    background-color: #333333;
}

.nc-text-label-inverse[href],
.nc-badge-inverse[href] {
    background-color: #1a1a1a;
}

.btn .nc-text-label,
.btn .nc-badge {
    position: relative;
    top: -1px;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncBadgeLabel.css - *********/

/*
	Custom Badge/Label Component
	Based on Bootstrap's badge implementation
	Purpose: create badge, labels (like highlighted status, etc.)
	Documentation can be found on Bootstrap's site
*/

.nc-text-label,
.nc-badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.nc-badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.nc-text-label:empty,
.nc-badge:empty {
    display: none;
}

a.nc-text-label:hover,
a.nc-badge:hover,
a.nc-text-label:focus,
a.nc-badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.nc-text-label-danger,
.nc-badge-danger {
    background-color: #a94442;
}

.nc-text-label-danger[href],
.nc-badge-danger[href] {
    background-color: #ca4844;
}

.nc-text-label-warning,
.nc-badge-warning {
    background-color: #f0ad57;
}

.nc-text-label-warning[href],
.nc-badge-warning[href] {
    background-color: #c67605;
}

.nc-text-label-success,
.nc-badge-success {
    background-color: #9ccc57;
}

.nc-text-label-success[href],
.nc-badge-success[href] {
    background-color: #5a9b5a;
}

.nc-text-label-info,
.nc-badge-info {
    background-color: #3a87ad;
}

.nc-text-label-info[href],
.nc-badge-info[href] {
    background-color: #2d6987;
}

.nc-text-label-inverse,
.nc-badge-inverse {
    background-color: #333333;
}

.nc-text-label-inverse[href],
.nc-badge-inverse[href] {
    background-color: #1a1a1a;
}

.btn .nc-text-label,
.btn .nc-badge {
    position: relative;
    top: -1px;
}
/*
   http://assets.zendesk.com/external/zenbox/v2.6/zenbox.css
*/

#zenbox_tab {
	border: solid 1px;
	cursor:pointer;
	position: fixed;
	top: 23%;
	z-index: 10000;
}
/* IE won't read ID-and-class selectors like #zenbox_tab.left, so we use just a class: */
.ZenboxTabLeft {
	left: 0;
	background-position: right 0;
}
.ZenboxTabRight {
	right: 0;
	background-position: left 0;
}
#zenbox_tab:hover {
	background-color: #444;
}
#zenbox_tab img {
	display: block;
}

#zenbox_overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90000;
}

#zenbox_overlay * {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#zenbox_container {
	height: 620px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 638px;
	z-index:2;
}

#zenbox_container .zenbox_header {
	position: relative;
	text-align: right;
	width: auto;
	z-index: 100;
}

#zenbox_close {
	cursor: pointer;
	height: 46px;
	position: relative;
	top: 10px;
	width: 46px;
}

#zenbox_body {
	height: 900px;
	margin-top: -18px;
	position: relative;
	width: 615px;
}

#zenbox_scrim {
	background-color: #000;
	filter:alpha(opacity=42);
	-moz-opacity: 0.42;
	left:0;
	position: absolute; opacity: 0.42;
	top:0;
	width: 100%;
	z-index:1;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/zenbox.css - *********/

/*
   http://assets.zendesk.com/external/zenbox/v2.6/zenbox.css
*/

#zenbox_tab {
	border: solid 1px;
	cursor:pointer;
	position: fixed;
	top: 23%;
	z-index: 10000;
}
/* IE won't read ID-and-class selectors like #zenbox_tab.left, so we use just a class: */
.ZenboxTabLeft {
	left: 0;
	background-position: right 0;
}
.ZenboxTabRight {
	right: 0;
	background-position: left 0;
}
#zenbox_tab:hover {
	background-color: #444;
}
#zenbox_tab img {
	display: block;
}

#zenbox_overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90000;
}

#zenbox_overlay * {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#zenbox_container {
	height: 620px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 638px;
	z-index:2;
}

#zenbox_container .zenbox_header {
	position: relative;
	text-align: right;
	width: auto;
	z-index: 100;
}

#zenbox_close {
	cursor: pointer;
	height: 46px;
	position: relative;
	top: 10px;
	width: 46px;
}

#zenbox_body {
	height: 900px;
	margin-top: -18px;
	position: relative;
	width: 615px;
}

#zenbox_scrim {
	background-color: #000;
	filter:alpha(opacity=42);
	-moz-opacity: 0.42;
	left:0;
	position: absolute; opacity: 0.42;
	top:0;
	width: 100%;
	z-index:1;
}
/** sprite: nimblCommerceSprite; sprite-image: url("https://productimages.nimbledeals.com/images/nimbleCommerce.sprite.png"); */

body {
 	padding: 0;
  	margin: 0;
    font-family: "Open Sans", "Myriad Pro", Arial, sans-serif;
   	font-size: 13px;
	color: #333c41;
 	text-align: left;
	background-color: #e9e9e9;
}

.content-wrapper {
	width: 1260px;
	margin: 0 auto;
}

#contentWrapper {
	position: relative;
	width: 1260px;
    margin: 0 auto 25px;
	background-color: #fff;
}

/*
	Content wrapper for NC Admin pages
	// TODO: move to separate CSS file, once more styles appear
*/
.nc-admin-content {
	padding: 15px 15px 23px;
	min-height: 240px;
}

.nc-admin-section {
	margin-bottom: 20px;
}

/* Typography */
a, .link {
	color: #007ae3;
	transition: all .25s ease;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

small,
.small {
	font-size: 85%;
}

/* #fields: styles for fields */
input[type=text],
select {
	vertical-align: middle;
}

input {
	height: 20px;
	font-size: 13px;
}

input[type=text],
input[type=number]{
	line-height: 20px;
	padding-left: 3px;
}

input[type=checkbox] {
	background: none;
	border: none;
}

/* #searchField: html5 search field */
input[type=search] {
	position: relative;
	-webkit-appearance: textfield;
	/*-webkit-box-sizing: content-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;*/
	border-radius: 2px;
}

input[type=search]:focus {
	outline: none;
}

input[type=search]::-webkit-search-cancel-button {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/delete_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	top: 50%;
	right: 0;
	margin-top: -7px;
	cursor: pointer;
	-webkit-appearance: none;
}

.nc-text-field {
	background-color: white;
	background-image: url("https://productimages.nimbledeals.com/images/details/comment_textarea_border.gif");
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
	border-top-color: #858585;
	border-bottom-color: #e2e2e2;
}


#main {
	background-color: white;
	margin: 0;
	border: none;
    border-radius: 0;
}

.mainInnerBox, .innerBox {
	border: none;
	border-radius: 0;
}

#ZeroClipboardMovie_1 {
	z-index: 150;
}

.copyToClipboard {
	position: relative;
	padding: 0 5px;
	cursor: pointer;
}


.notSupportedAttribute {
	color: red;
	font-style: italic;
	font-weight: bold;
}

.fBookTweetMailBlock {
	padding-top: 10px;
	margin-bottom: 10px;
}

.fBookTweetMailBlock div, .fBookTweetMailBlock a {
	margin-right: 5px;
	float: left;
}

.fBookTweetMailBlock .gbMailIcon {margin-top: 5px;}

.helpLink {
	background: white url("https://productimages.nimbledeals.com/images/helpIcon.gif") no-repeat;
	padding-left: 17px;
	font-weight: bold;
	font-size: 13px;
	color: #559fd1;
	cursor: pointer;
}

/* Icons */
.icon {
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.icon14x14 {
	width: 14px;
	height: 14px;
}

.icon18x18 {
	width: 18px;
	height: 18px;
}

.enableIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/accept.png"); /** sprite-ref: nimblCommerceSprite*/
	cursor: pointer;
}

.disableIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/delete_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	cursor: pointer;
}

.mainDealIcon, .nomainDealIcon, .progressDealIcon {
	width: 19px;
	height: 18px;
	cursor: pointer;
}

.positionAbsolute{
	position: absolute;
}

.mainDealIcon {
	background-image: url("https://productimages.nimbledeals.com/images/star-filled.gif"); /** sprite-ref: nimblCommerceSprite*/
}
.nomainDealIcon {
	background-image: url("https://productimages.nimbledeals.com/images/star-empty.gif"); /** sprite-ref: nimblCommerceSprite*/
}
.progressDealIcon {
	background-image: url("https://productimages.nimbledeals.com/images/progress.gif"); /** sprite-ref: nimblCommerceSprite*/
}

.arrowNextIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/arrow_forwards_green_next_right_icon.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 9px;
	height: 8px;
}

.disagreeHandIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/down_finger_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
}

.agreeHandIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/up_finger_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
}

.dollorIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/dollar_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 11px;
	height: 16px;
}

.subscribersIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/subscribers_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
}

.buyersIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/buyers_icon.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
}

.newIcon {
	width: auto;
	height: 14px;
	padding: 1px 3px;
	line-height: 12px;
	text-align: center;
	font-weight: normal;
	background-color: #f0ad57;
	box-shadow: 0 1px 1px rgba(240,173,87, .5);
}

.newIcon:before {
	content: "New";
	display: inline;
	color: white;
	font-size: 12px;
}

.newIcon_inline {
	margin: 0 3px;
	vertical-align: top;
}

.searchString {
	width: 170px;
	height: 20px;
	margin: 0 5px 0 15px;
}

.competitorsHandsIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/competitors_hands.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 48px;
	height: 45px;
}

.competitorsHandsSmallIcon {
	background-repeat: no-repeat;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/competitors_hands_28x26.png"); /** sprite-ref: nimblCommerceSprite; */
	width: 28px;
	height: 26px;
}

.mobilePreviewBlock .mobilePreviewIcon{
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/mobilePreview.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 28px;
	height: 51px;
}

.mobilePreviewBlock .mobilePreviewEmailIcon{
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/mobileEmail.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 42px;
	height: 51px;
}

.greatDealsIcon {
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
}

.greatCommissionsIcon {
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
}

.easyToUseIcon {
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
}

.searchBigIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/search_big_icon.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 42px;
	height: 43px;
}

.pinterestShareButton {
	background-image: url("https://productimages.nimbledeals.com/images/icons/pinterest_icon_73x25.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 73px;
	height: 25px;
}

.loadingIcon_green_40x40 {
	width: 40px;
	height: 40px;
	background: url("https://productimages.nimbledeals.com/images/nimble_commerce/preloader_green_40x40.gif") no-repeat;
	/* do not show text */
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	direction: ltr;
}

.arrowRight_grey_7x12 {
	width: 7px;
	height: 12px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/grey_right_arrow_icon.gif");/** sprite-ref: nimblCommerceSprite*/
}

.arrowDown_grey_12x7 {
	width: 12px;
	height: 7px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/grey_down_arrow_icon.gif");/** sprite-ref: nimblCommerceSprite*/
}

.required-sign {
	color: red;
}

#loginSelect {
	vertical-align: middle;
}

/*
.ncButtonsV2 {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/createOffer/button_vertical_mask.png");
	background-position: left center;
	background-color: #437130;
	line-height: 14px;
	padding: 4px 15px 6px 15px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	cursor: pointer;
	border: 1px solid #477432;
	box-shadow: inset 0px 0px 5px #6eb351;
	-moz-box-shadow: inset 0px 0px 5px #6eb351;
	-webkit-box-shadow: inset 0px 0px 5px #6eb351;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
*/
/* --- Styles for Public pages --- */
.ncPublicPage {
	padding: 26px;
}

.ncPageTitle{
	line-height: 55px;
	padding-bottom: 26px;
	font-family: Tahoma, Arial;
	font-size: 27px;
	color: #91b617;
}

.ncPageTitleDesc{
	background: url("https://productimages.nimbledeals.com/images/nimble_commerce/description_background.gif") repeat;
	float:right;
	line-height: 20px;
	padding: 5px 15px;
	width:400px;
}

.descriptionBox{
	background: url("https://productimages.nimbledeals.com/images/nimble_commerce/description_background.gif") repeat;
}

.pendingDealLiveInCol {
 	white-space: nowrap;
}

.ncHighlightTitle {
	background-color: #efefef;
	padding: 5px;
}

#ui-datepicker-div {
	display: none;
	z-index: 2000;
}

/* Styles for Expandable localization sections */
.expandable {
	border:1px solid #e1e0e0;
	height:15px;
	background: #fff url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png") center repeat-x;
	padding: 2px 10px;
	margin: 10px 0;
}

.expandIcon, .collapseIcon, .consolidateSectionAction_js {
	width:14px;
	height:14px;
	overflow: hidden;
	display:block;
	float:left;
	margin-right: 10px;
	box-shadow: 0 1px 1px #9c9c9c;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/expand_collapse_icon.gif");
}

.collapseIconPullRight {
	float:right;
}

.collapseIcon{
	background-position: 0 -14px;
}

.expandIcon{
	background-position: 0 0;
}
/* Styles for Expandable localization sections */

/* Styles for New feature Description Section on NC (Payout Schedule, IVR) */
.featureDescriptionBox {
	margin: 10px 0;
	padding: 15px;
	background-color: #efefef;
}

.featureDescriptionTitle {
	padding: 0 0 5px 0;
}

.featureContactInfoBox {
	padding-top: 15px;
	font-style: italic;
}

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

.l-nc-highlight-box {
	border-width:2px;
	margin:10px auto 15px;
	padding: 10px;
}

.nc-highlight-box {
	background-color: #F9FFD1;
	border-color: #9CB803;
	border-style: solid;
}

/* Nimble Network Profile */

.nn-profile-img-wrapper,
.nn-upload-image-label,
.nn-upload-input-wrapper,
.AttachImageAnimation
{
	display:inline-block;
	vertical-align:bottom;
}

.nn-profile-img-wrapper {
	position:relative;
	overflow: hidden;
}

.nn-image-empty {
	width:116px;
	height:112px;
	line-height:normal;
	color:#555;
	border:1px solid #C6C6C6;
	text-align:center;
}

.nn-image-empty-offer-chanel {
	width:165px;
	height:85px;
	line-height:normal;
	color:#555;
	border:1px solid #C6C6C6;
	text-align:center;
}

.nn-image-empty-text {
	text-align:center;
}

.nn-image-empty-text-1 {
	padding-top:34px;
}
.nn-image-empty-text-2 {
	padding-top:4px;
	font-size:10px;
}

.nn-upload-input-wrapper {
	position:relative;
	width:100px;
	height:25px;
	overflow:hidden;
}

.nn-upload-image-label {
	margin-left:5px;
}

.nn-upload-button {
	width:90px;
	padding-left:0;
	padding-right:0;
}

.nn-upload-input {
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	border:0;
	margin:0;
	height:auto;
	width:auto;
	font-size:200px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

}

.AttachImageAnimation {
	margin-left:5px;
	display:none;
}

.nn-profile-image-delete {
	position:absolute;
	right:4px;
	top:4px;
	width:14px;
	height:14px;
	background:url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/cancel.gif") 0 0 no-repeat;
	cursor:pointer;
}

.nn-no-data-text {
	text-align:center;
	padding-top:90px;
	color:red;
}

/* NC Form with help texts  */
.ncForm {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #cfcece;
}

.ncFormLabel {
	position: relative;
	padding-right: 50%;
	display: block;
	margin-bottom: 10px;
}

.l-ncFormFieldHelpText {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}

.ncFormFieldHelpText {
	font-size: 12px;
	line-height: 13px;
}

.l-ncFormOption {
	padding: 5px 0;
}

.ncFormOptionTitle {
	font-weight: bold;
	color: #4f4f4f;
}

.l-ncFormOptionHelpText {
	padding-left: 21px;
}

.filterByCitySel{
	height:20px;
	width:170px;
	vertical-align: top;
	/*max-height: 22px;*/
}

/* #statusMessage: section view status messages */
.l-statusMessages {
	padding: 15px 0;
	margin: 15px 0;
	border-style: solid;
	border-width: 2px 0;
}

.statusMessages {
	background-color: #edfeeb;
	font-weight: bold;
	font-size: 25px;
	color: #98ba63;
	text-align: center;
}

.tableActionsLink {
	display:block;
	white-space:nowrap;
	word-break: normal;
}

.nc-ordered-list {
	padding-left: 20px;
	margin: 10px 0;
}

.nc-ordered-list li {
	margin-bottom:5px;
}

.nc-list {
	padding-left:15px;
}

.nc-list li {
	margin-bottom:12px;
}

/* Stars Raiting */
.nc-raiting-stars, .nc-raiting {
	width:83px;
	height:15px;
/* 	background-image:url("https://productimages.nimbledeals.com/images/nimble_commerce/raiting-5stars.png"); */
	background-color:transparent;
	background-position: 0 0;
	background-repeat:none;
}

.nc-raiting{
	background-image:url("https://productimages.nimbledeals.com/images/nimble_commerce/raiting-5stars.png");
	width:78px;
}

.nc-rate-50 {
	background-position: 0 0;
}
.nc-rate-45 {
	background-position: 0 -15px;
}
.nc-rate-40 {
	background-position: 0 -30px;
}
.nc-rate-35 {
	background-position: 0 -45px;
}
.nc-rate-30 {
	background-position: 0 -60px;
}
.nc-rate-25 {
	background-position: 0 -75px;
}
.nc-rate-20 {
	background-position: 0 -90px;
}
.nc-rate-15 {
	background-position: 0 -105px;
}
.nc-rate-10 {
	background-position: 0 -120px;
}
.nc-rate-5 {
	background-position: 0 -135px;
}
.nc-rate-0 {
	background-position: 0 -150px;
}

.ratingGreyStars {
	display: inline-block;
	position: relative;
	top: 1px;
	height: 15px;
	width: 78px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/grey_stars.png");
}

.ratingYellowStars {
	height: 15px;
	display: block;
	top: 1px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/yellow_stars.png");
}

/* Temp. CSS trick for updated NC Header/Footer */
.header-wrapper a,
.footer-wrapper a,
.footer-wrapper .footer-nav-link {
	color: white;
	transition: all .5s ease;
}

.footer-nav-link:hover {
	text-decoration: underline;
}

.nc-text-warning {
	color: #f0ad57;
}

.nc-text-success {
	color: #9ccc57;
}

.nc-text-info {
	color: #007fcc!important;
}

.nc-text-danger {
	color: #a94442;
}

a.nc-disabled {
	cursor: default;
	color: inherit;
}

.nc-warning {
	padding: 10px;
	margin: 15px 0;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
}

.nc-warning a,
.nc-warning a:hover,
.nc-warning a:visited {
	color: #66512c;
	font-weight: bold;
}

.nc-info {
	padding: 10px;
	margin: 15px 0;
	color: #fff;
	background-color: rgba(0, 127, 204, .5);
	border: 1px solid #007fcc;
}

.nc-info a,
.nc-info a:hover,
.nc-info a:visited {
	color: #fff;
	font-weight: bold;
}

.nc-danger {
	padding: 10px;
	margin: 15px 0;
	color: #fff;
	background-color: rgba(255, 102, 102, 1);
	border: 1px solid red;
}

.nc-danger a,
.nc-danger a:hover,
.nc-danger a:visited {
	color: #fff;
	font-weight: bold;
}

/* NC Support Tab */
#zenbox_tab,
.ss-support-link {
	top: 40%;
	padding: 10px;
	border-radius: 6px 0 0 6px;
	width: 30px;
	transition: width .35s ease;
}
#zenbox_tab:hover,
.ss-support-link:hover {
	width: 138px;
}

.ss-support-link {
	display: block;
	position: fixed;
	right: 0;
	z-index: 1;
	overflow: hidden;
	background-color: #65a647;
}

.ss-support-img {
	display: block;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerceCommon.css - *********/

/** sprite: nimblCommerceSprite; sprite-image: url("https://productimages.nimbledeals.com/images/nimbleCommerce.sprite.png"); */

body {
 	padding: 0;
  	margin: 0;
    font-family: "Open Sans", "Myriad Pro", Arial, sans-serif;
   	font-size: 13px;
	color: #333c41;
 	text-align: left;
	background-color: #e9e9e9;
}

.content-wrapper {
	width: 1260px;
	margin: 0 auto;
}

#contentWrapper {
	position: relative;
	width: 1260px;
    margin: 0 auto 25px;
	background-color: #fff;
}

/*
	Content wrapper for NC Admin pages
	// TODO: move to separate CSS file, once more styles appear
*/
.nc-admin-content {
	padding: 15px 15px 23px;
	min-height: 240px;
}

.nc-admin-section {
	margin-bottom: 20px;
}

/* Typography */
a, .link {
	color: #007ae3;
	transition: all .25s ease;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

small,
.small {
	font-size: 85%;
}

/* #fields: styles for fields */
input[type=text],
select {
	vertical-align: middle;
}

input {
	height: 20px;
	font-size: 13px;
}

input[type=text],
input[type=number]{
	line-height: 20px;
	padding-left: 3px;
}

input[type=checkbox] {
	background: none;
	border: none;
}

/* #searchField: html5 search field */
input[type=search] {
	position: relative;
	-webkit-appearance: textfield;
	/*-webkit-box-sizing: content-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;*/
	border-radius: 2px;
}

input[type=search]:focus {
	outline: none;
}

input[type=search]::-webkit-search-cancel-button {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/delete_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	top: 50%;
	right: 0;
	margin-top: -7px;
	cursor: pointer;
	-webkit-appearance: none;
}

.nc-text-field {
	background-color: white;
	background-image: url("https://productimages.nimbledeals.com/images/details/comment_textarea_border.gif");
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
	border-top-color: #858585;
	border-bottom-color: #e2e2e2;
}


#main {
	background-color: white;
	margin: 0;
	border: none;
    border-radius: 0;
}

.mainInnerBox, .innerBox {
	border: none;
	border-radius: 0;
}

#ZeroClipboardMovie_1 {
	z-index: 150;
}

.copyToClipboard {
	position: relative;
	padding: 0 5px;
	cursor: pointer;
}


.notSupportedAttribute {
	color: red;
	font-style: italic;
	font-weight: bold;
}

.fBookTweetMailBlock {
	padding-top: 10px;
	margin-bottom: 10px;
}

.fBookTweetMailBlock div, .fBookTweetMailBlock a {
	margin-right: 5px;
	float: left;
}

.fBookTweetMailBlock .gbMailIcon {margin-top: 5px;}

.helpLink {
	background: white url("https://productimages.nimbledeals.com/images/helpIcon.gif") no-repeat;
	padding-left: 17px;
	font-weight: bold;
	font-size: 13px;
	color: #559fd1;
	cursor: pointer;
}

/* Icons */
.icon {
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.icon14x14 {
	width: 14px;
	height: 14px;
}

.icon18x18 {
	width: 18px;
	height: 18px;
}

.enableIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/accept.png"); /** sprite-ref: nimblCommerceSprite*/
	cursor: pointer;
}

.disableIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/delete_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	cursor: pointer;
}

.mainDealIcon, .nomainDealIcon, .progressDealIcon {
	width: 19px;
	height: 18px;
	cursor: pointer;
}

.positionAbsolute{
	position: absolute;
}

.mainDealIcon {
	background-image: url("https://productimages.nimbledeals.com/images/star-filled.gif"); /** sprite-ref: nimblCommerceSprite*/
}
.nomainDealIcon {
	background-image: url("https://productimages.nimbledeals.com/images/star-empty.gif"); /** sprite-ref: nimblCommerceSprite*/
}
.progressDealIcon {
	background-image: url("https://productimages.nimbledeals.com/images/progress.gif"); /** sprite-ref: nimblCommerceSprite*/
}

.arrowNextIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/arrow_forwards_green_next_right_icon.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 9px;
	height: 8px;
}

.disagreeHandIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/down_finger_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
}

.agreeHandIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/up_finger_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
}

.dollorIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/dollar_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 11px;
	height: 16px;
}

.subscribersIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/subscribers_icon.gif"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
}

.buyersIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/buyers_icon.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
}

.newIcon {
	width: auto;
	height: 14px;
	padding: 1px 3px;
	line-height: 12px;
	text-align: center;
	font-weight: normal;
	background-color: #f0ad57;
	box-shadow: 0 1px 1px rgba(240,173,87, .5);
}

.newIcon:before {
	content: "New";
	display: inline;
	color: white;
	font-size: 12px;
}

.newIcon_inline {
	margin: 0 3px;
	vertical-align: top;
}

.searchString {
	width: 170px;
	height: 20px;
	margin: 0 5px 0 15px;
}

.competitorsHandsIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/competitors_hands.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 48px;
	height: 45px;
}

.competitorsHandsSmallIcon {
	background-repeat: no-repeat;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/competitors_hands_28x26.png"); /** sprite-ref: nimblCommerceSprite; */
	width: 28px;
	height: 26px;
}

.mobilePreviewBlock .mobilePreviewIcon{
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/mobilePreview.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 28px;
	height: 51px;
}

.mobilePreviewBlock .mobilePreviewEmailIcon{
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/mobileEmail.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 42px;
	height: 51px;
}

.greatDealsIcon {
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
}

.greatCommissionsIcon {
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
}

.easyToUseIcon {
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
}

.searchBigIcon {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/search_big_icon.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 42px;
	height: 43px;
}

.pinterestShareButton {
	background-image: url("https://productimages.nimbledeals.com/images/icons/pinterest_icon_73x25.png"); /** sprite-ref: nimblCommerceSprite*/
	background-repeat: no-repeat;
	width: 73px;
	height: 25px;
}

.loadingIcon_green_40x40 {
	width: 40px;
	height: 40px;
	background: url("https://productimages.nimbledeals.com/images/nimble_commerce/preloader_green_40x40.gif") no-repeat;
	/* do not show text */
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	direction: ltr;
}

.arrowRight_grey_7x12 {
	width: 7px;
	height: 12px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/grey_right_arrow_icon.gif");/** sprite-ref: nimblCommerceSprite*/
}

.arrowDown_grey_12x7 {
	width: 12px;
	height: 7px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/grey_down_arrow_icon.gif");/** sprite-ref: nimblCommerceSprite*/
}

.required-sign {
	color: red;
}

#loginSelect {
	vertical-align: middle;
}

/*
.ncButtonsV2 {
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/createOffer/button_vertical_mask.png");
	background-position: left center;
	background-color: #437130;
	line-height: 14px;
	padding: 4px 15px 6px 15px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	cursor: pointer;
	border: 1px solid #477432;
	box-shadow: inset 0px 0px 5px #6eb351;
	-moz-box-shadow: inset 0px 0px 5px #6eb351;
	-webkit-box-shadow: inset 0px 0px 5px #6eb351;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
*/
/* --- Styles for Public pages --- */
.ncPublicPage {
	padding: 26px;
}

.ncPageTitle{
	line-height: 55px;
	padding-bottom: 26px;
	font-family: Tahoma, Arial;
	font-size: 27px;
	color: #91b617;
}

.ncPageTitleDesc{
	background: url("https://productimages.nimbledeals.com/images/nimble_commerce/description_background.gif") repeat;
	float:right;
	line-height: 20px;
	padding: 5px 15px;
	width:400px;
}

.descriptionBox{
	background: url("https://productimages.nimbledeals.com/images/nimble_commerce/description_background.gif") repeat;
}

.pendingDealLiveInCol {
 	white-space: nowrap;
}

.ncHighlightTitle {
	background-color: #efefef;
	padding: 5px;
}

#ui-datepicker-div {
	display: none;
	z-index: 2000;
}

/* Styles for Expandable localization sections */
.expandable {
	border:1px solid #e1e0e0;
	height:15px;
	background: #fff url("https://productimages.nimbledeals.com/images/button_mask_height_50px.png") center repeat-x;
	padding: 2px 10px;
	margin: 10px 0;
}

.expandIcon, .collapseIcon, .consolidateSectionAction_js {
	width:14px;
	height:14px;
	overflow: hidden;
	display:block;
	float:left;
	margin-right: 10px;
	box-shadow: 0 1px 1px #9c9c9c;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/expand_collapse_icon.gif");
}

.collapseIconPullRight {
	float:right;
}

.collapseIcon{
	background-position: 0 -14px;
}

.expandIcon{
	background-position: 0 0;
}
/* Styles for Expandable localization sections */

/* Styles for New feature Description Section on NC (Payout Schedule, IVR) */
.featureDescriptionBox {
	margin: 10px 0;
	padding: 15px;
	background-color: #efefef;
}

.featureDescriptionTitle {
	padding: 0 0 5px 0;
}

.featureContactInfoBox {
	padding-top: 15px;
	font-style: italic;
}

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

.l-nc-highlight-box {
	border-width:2px;
	margin:10px auto 15px;
	padding: 10px;
}

.nc-highlight-box {
	background-color: #F9FFD1;
	border-color: #9CB803;
	border-style: solid;
}

/* Nimble Network Profile */

.nn-profile-img-wrapper,
.nn-upload-image-label,
.nn-upload-input-wrapper,
.AttachImageAnimation
{
	display:inline-block;
	vertical-align:bottom;
}

.nn-profile-img-wrapper {
	position:relative;
	overflow: hidden;
}

.nn-image-empty {
	width:116px;
	height:112px;
	line-height:normal;
	color:#555;
	border:1px solid #C6C6C6;
	text-align:center;
}

.nn-image-empty-offer-chanel {
	width:165px;
	height:85px;
	line-height:normal;
	color:#555;
	border:1px solid #C6C6C6;
	text-align:center;
}

.nn-image-empty-text {
	text-align:center;
}

.nn-image-empty-text-1 {
	padding-top:34px;
}
.nn-image-empty-text-2 {
	padding-top:4px;
	font-size:10px;
}

.nn-upload-input-wrapper {
	position:relative;
	width:100px;
	height:25px;
	overflow:hidden;
}

.nn-upload-image-label {
	margin-left:5px;
}

.nn-upload-button {
	width:90px;
	padding-left:0;
	padding-right:0;
}

.nn-upload-input {
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	border:0;
	margin:0;
	height:auto;
	width:auto;
	font-size:200px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

}

.AttachImageAnimation {
	margin-left:5px;
	display:none;
}

.nn-profile-image-delete {
	position:absolute;
	right:4px;
	top:4px;
	width:14px;
	height:14px;
	background:url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/cancel.gif") 0 0 no-repeat;
	cursor:pointer;
}

.nn-no-data-text {
	text-align:center;
	padding-top:90px;
	color:red;
}

/* NC Form with help texts  */
.ncForm {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #cfcece;
}

.ncFormLabel {
	position: relative;
	padding-right: 50%;
	display: block;
	margin-bottom: 10px;
}

.l-ncFormFieldHelpText {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}

.ncFormFieldHelpText {
	font-size: 12px;
	line-height: 13px;
}

.l-ncFormOption {
	padding: 5px 0;
}

.ncFormOptionTitle {
	font-weight: bold;
	color: #4f4f4f;
}

.l-ncFormOptionHelpText {
	padding-left: 21px;
}

.filterByCitySel{
	height:20px;
	width:170px;
	vertical-align: top;
	/*max-height: 22px;*/
}

/* #statusMessage: section view status messages */
.l-statusMessages {
	padding: 15px 0;
	margin: 15px 0;
	border-style: solid;
	border-width: 2px 0;
}

.statusMessages {
	background-color: #edfeeb;
	font-weight: bold;
	font-size: 25px;
	color: #98ba63;
	text-align: center;
}

.tableActionsLink {
	display:block;
	white-space:nowrap;
	word-break: normal;
}

.nc-ordered-list {
	padding-left: 20px;
	margin: 10px 0;
}

.nc-ordered-list li {
	margin-bottom:5px;
}

.nc-list {
	padding-left:15px;
}

.nc-list li {
	margin-bottom:12px;
}

/* Stars Raiting */
.nc-raiting-stars, .nc-raiting {
	width:83px;
	height:15px;
/* 	background-image:url("https://productimages.nimbledeals.com/images/nimble_commerce/raiting-5stars.png"); */
	background-color:transparent;
	background-position: 0 0;
	background-repeat:none;
}

.nc-raiting{
	background-image:url("https://productimages.nimbledeals.com/images/nimble_commerce/raiting-5stars.png");
	width:78px;
}

.nc-rate-50 {
	background-position: 0 0;
}
.nc-rate-45 {
	background-position: 0 -15px;
}
.nc-rate-40 {
	background-position: 0 -30px;
}
.nc-rate-35 {
	background-position: 0 -45px;
}
.nc-rate-30 {
	background-position: 0 -60px;
}
.nc-rate-25 {
	background-position: 0 -75px;
}
.nc-rate-20 {
	background-position: 0 -90px;
}
.nc-rate-15 {
	background-position: 0 -105px;
}
.nc-rate-10 {
	background-position: 0 -120px;
}
.nc-rate-5 {
	background-position: 0 -135px;
}
.nc-rate-0 {
	background-position: 0 -150px;
}

.ratingGreyStars {
	display: inline-block;
	position: relative;
	top: 1px;
	height: 15px;
	width: 78px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/grey_stars.png");
}

.ratingYellowStars {
	height: 15px;
	display: block;
	top: 1px;
	background-image: url("https://productimages.nimbledeals.com/images/nimble_commerce/icons/yellow_stars.png");
}

/* Temp. CSS trick for updated NC Header/Footer */
.header-wrapper a,
.footer-wrapper a,
.footer-wrapper .footer-nav-link {
	color: white;
	transition: all .5s ease;
}

.footer-nav-link:hover {
	text-decoration: underline;
}

.nc-text-warning {
	color: #f0ad57;
}

.nc-text-success {
	color: #9ccc57;
}

.nc-text-info {
	color: #007fcc!important;
}

.nc-text-danger {
	color: #a94442;
}

a.nc-disabled {
	cursor: default;
	color: inherit;
}

.nc-warning {
	padding: 10px;
	margin: 15px 0;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
}

.nc-warning a,
.nc-warning a:hover,
.nc-warning a:visited {
	color: #66512c;
	font-weight: bold;
}

.nc-info {
	padding: 10px;
	margin: 15px 0;
	color: #fff;
	background-color: rgba(0, 127, 204, .5);
	border: 1px solid #007fcc;
}

.nc-info a,
.nc-info a:hover,
.nc-info a:visited {
	color: #fff;
	font-weight: bold;
}

.nc-danger {
	padding: 10px;
	margin: 15px 0;
	color: #fff;
	background-color: rgba(255, 102, 102, 1);
	border: 1px solid red;
}

.nc-danger a,
.nc-danger a:hover,
.nc-danger a:visited {
	color: #fff;
	font-weight: bold;
}

/* NC Support Tab */
#zenbox_tab,
.ss-support-link {
	top: 40%;
	padding: 10px;
	border-radius: 6px 0 0 6px;
	width: 30px;
	transition: width .35s ease;
}
#zenbox_tab:hover,
.ss-support-link:hover {
	width: 138px;
}

.ss-support-link {
	display: block;
	position: fixed;
	right: 0;
	z-index: 1;
	overflow: hidden;
	background-color: #65a647;
}

.ss-support-img {
	display: block;
}
.environment-label-wrapper {
	height: 50px;
	min-width: 947px;

	border-left: 0;
	border-right: 0;
	font-size: 18px;
}

.environment-banner-wrapper_local {
	color: #739Ae0;
	background-color: #D3EAFF;
	border-top: 3px solid #a3cAfF;
	border-bottom: 3px solid #a3cAfF;
}

.environment-banner-wrapper_build {
	color: #dd8d09;
	background-color: #ffead3;
	border-top: 3px solid #fecf9a;
	border-bottom: 3px solid #fecf9a;
}

.environment-banner-wrapper_stage {
	color: #fa4430;
	background-color: #ffd7d3;
	border-top: 3px solid #ffa399;
	border-bottom: 3px solid #ffa399;
}

.environmentImg {
	height: 33px;
	border: none;
	margin: 8px 3px 0 10px;
	float: left;
}

/* NC Public pages */
.nc-public-body .environment-label-wrapper {
	min-width: 966px;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/environmentBanner.css - *********/

.environment-label-wrapper {
	height: 50px;
	min-width: 947px;

	border-left: 0;
	border-right: 0;
	font-size: 18px;
}

.environment-banner-wrapper_local {
	color: #739Ae0;
	background-color: #D3EAFF;
	border-top: 3px solid #a3cAfF;
	border-bottom: 3px solid #a3cAfF;
}

.environment-banner-wrapper_build {
	color: #dd8d09;
	background-color: #ffead3;
	border-top: 3px solid #fecf9a;
	border-bottom: 3px solid #fecf9a;
}

.environment-banner-wrapper_stage {
	color: #fa4430;
	background-color: #ffd7d3;
	border-top: 3px solid #ffa399;
	border-bottom: 3px solid #ffa399;
}

.environmentImg {
	height: 33px;
	border: none;
	margin: 8px 3px 0 10px;
	float: left;
}

/* NC Public pages */
.nc-public-body .environment-label-wrapper {
	min-width: 966px;
}
/*
	Styles for Header on all NC Public pages (Corp site)
*/

.ie_8 .header-wrapper {
    letter-spacing: -1px;
}

.header-wrapper {
	margin: 0 0 60px 0;
	background-color: rgba(100, 167, 35, .85);

    font-size: 14px;
    font-family: "Open Sans", "Arial", "Myriad Pro", sans-serif;
}

.no-rgba .header-wrapper {
	background-repeat: repeat;
	background-image: url("https://productimages.nimbledeals.com/images/ncCorp/header/main-nav-transparent-bg_10x10.png");
}

.header {
	position: relative;
}

.header-logo-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;

	padding: 25px;
	background-color: white;

	box-shadow: 3px 1px 5px rgba(50, 50, 50, 0.4);

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-logo-box-ss {
    padding: 10px;
}

.header-logo-box:hover {
	box-shadow: 3px 1px 5px rgba(50, 50, 50, 0.8);
}


.no-boxshadow .header-logo-box {
	border: 1px solid #b0b0b0;
}

.no-boxshadow .header-logo-box:hover {
	border-color: #6e6e6e;
}

.header-logo-img {
	width: 230px;
	height: 26px;
}

.header-logo-ss-img {
    width: 230px;
    height: 59px;
}

/* Top Navigation bar */
.top-nav {
	padding: 0 10px;

	text-align: right;
	line-height: 30px;
}

.top-nav-item {
	display: inline-block;
	vertical-align: middle;
    padding: 0 10px;

	text-transform: uppercase;
	font-weight: bold;
}

.top-nav-item:focus {
    text-decoration: underline;
}

.top-nav-sales-phone {
	line-height: 32px; /* avoid redundant space from the top*/

	color: white;

	background-color: rgba(0, 0, 0, .38);
}

.no-rgba .top-nav-sales-phone {
	background-repeat: repeat;
	background-image: url("https://productimages.nimbledeals.com/images/ncCorp/header/sails-phone-transparent-bg_10x10.png");
}

.top-nav-auth-link {
	color: #8fbd41;
}

.top-nav-auth-link:hover {
	text-decoration: underline;
}

.env-link {
    position: relative;

    font-family: Arial, sans-serif;
    text-transform: capitalize;
    color: #666;
}

.env-link:hover,
.env-link_active {
    color: rgba(100, 167, 35, 0.85);
}

.env-link_active {
    cursor: default;
}

.env-link:hover:after,
.env-link_active:after {
    content: "\25B2";
    display: block;
    position: absolute;
    top: 12px;
    right: 50%;
    transform: translateX(50%);
    font-size: 13px;
    color: rgba(100, 167, 35, 0.85);
}

.no-rgba .env-link_active:after,
.no-rgba .env-linkl:hover,
.no-rgba .env-link_active{
    color: #8fbd41;
}

/* Main Navigation */
.header-nav {
	position: relative;
	text-align: right;

	margin: 0;
}

.header-nav-item {
	display: inline-block;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-nav-link {
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.header-nav-item:hover,
.header-sub-nav,
.header-nav-item:focus,
.header-nav-item_active {
	background-color: #4a8016;
    outline: 0;
}

.header-nav-item_inactive {
	background-color: transparent;
}

/* sub nav */
.header-sub-nav {
	opacity: 0;
	z-index: -1;
	position: absolute;
	right: 0;
	top: 100%;

	padding: 5px 10px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Drop Down navigation for Network Tab */
.header-sub-nav_network {
	right: 155px;
}

.header-sub-nav_technology-services {
	right: 30px;
}

.header-nav-item:hover .header-sub-nav,
.header-nav-item:focus .header-sub-nav,
.header-nav-item_active .header-sub-nav {
	opacity: 1;
	z-index: 0;
}

.header-nav-item_inactive .header-sub-nav {
	opacity: 0;
	z-index: -1;
}

/* browsers that do not support opacity (IE8) */
.no-opacity .header-sub-nav {
	display: none;
}

.no-opacity .header-nav-item:hover .header-sub-nav,
.no-opacity .header-nav-item:focus .header-sub-nav,
.no-opacity .header-nav-item_active .header-sub-nav {
	display: block;
}

.no-opacity .header-nav-item_inactive .header-sub-nav {
	display: none;
}
/* end. browsers that do not support opacity (IE8) */

.header-sub-nav-item {
	display: inline-block;
	padding: 5px 7px;
}

.header-sub-nav-link {
	color: white;
	font-weight: bold;
}

.header-sub-nav-link:hover,
.header-sub-nav-link:focus,
.header-sub-nav_active {
	color: #8ad23e;
}

.header-sub-nav_active,
.header-nav-item_active .header-nav-link {
	cursor: default;
}

/* Super Admin navigation */
.super-admin-nav-wrapper {
	float: left;
	font-family: Arial;
}

.super-admin-nav-wrapper a {
	color: #8fbd41;
	font-weight: bold;
	margin: 0 5px;
}

.super-admin-nav-wrapper .select2-container {
	vertical-align: middle;
	margin: 0 10px;
}

.super-admin-nav-wrapper #goButton {
	line-height: 16px;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/ncPublic/ncPublicHeader.css - *********/

/*
	Styles for Header on all NC Public pages (Corp site)
*/

.ie_8 .header-wrapper {
    letter-spacing: -1px;
}

.header-wrapper {
	margin: 0 0 60px 0;
	background-color: rgba(100, 167, 35, .85);

    font-size: 14px;
    font-family: "Open Sans", "Arial", "Myriad Pro", sans-serif;
}

.no-rgba .header-wrapper {
	background-repeat: repeat;
	background-image: url("https://productimages.nimbledeals.com/images/ncCorp/header/main-nav-transparent-bg_10x10.png");
}

.header {
	position: relative;
}

.header-logo-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;

	padding: 25px;
	background-color: white;

	box-shadow: 3px 1px 5px rgba(50, 50, 50, 0.4);

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-logo-box-ss {
    padding: 10px;
}

.header-logo-box:hover {
	box-shadow: 3px 1px 5px rgba(50, 50, 50, 0.8);
}


.no-boxshadow .header-logo-box {
	border: 1px solid #b0b0b0;
}

.no-boxshadow .header-logo-box:hover {
	border-color: #6e6e6e;
}

.header-logo-img {
	width: 230px;
	height: 26px;
}

.header-logo-ss-img {
    width: 230px;
    height: 59px;
}

/* Top Navigation bar */
.top-nav {
	padding: 0 10px;

	text-align: right;
	line-height: 30px;
}

.top-nav-item {
	display: inline-block;
	vertical-align: middle;
    padding: 0 10px;

	text-transform: uppercase;
	font-weight: bold;
}

.top-nav-item:focus {
    text-decoration: underline;
}

.top-nav-sales-phone {
	line-height: 32px; /* avoid redundant space from the top*/

	color: white;

	background-color: rgba(0, 0, 0, .38);
}

.no-rgba .top-nav-sales-phone {
	background-repeat: repeat;
	background-image: url("https://productimages.nimbledeals.com/images/ncCorp/header/sails-phone-transparent-bg_10x10.png");
}

.top-nav-auth-link {
	color: #8fbd41;
}

.top-nav-auth-link:hover {
	text-decoration: underline;
}

.env-link {
    position: relative;

    font-family: Arial, sans-serif;
    text-transform: capitalize;
    color: #666;
}

.env-link:hover,
.env-link_active {
    color: rgba(100, 167, 35, 0.85);
}

.env-link_active {
    cursor: default;
}

.env-link:hover:after,
.env-link_active:after {
    content: "\25B2";
    display: block;
    position: absolute;
    top: 12px;
    right: 50%;
    transform: translateX(50%);
    font-size: 13px;
    color: rgba(100, 167, 35, 0.85);
}

.no-rgba .env-link_active:after,
.no-rgba .env-linkl:hover,
.no-rgba .env-link_active{
    color: #8fbd41;
}

/* Main Navigation */
.header-nav {
	position: relative;
	text-align: right;

	margin: 0;
}

.header-nav-item {
	display: inline-block;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-nav-link {
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.header-nav-item:hover,
.header-sub-nav,
.header-nav-item:focus,
.header-nav-item_active {
	background-color: #4a8016;
    outline: 0;
}

.header-nav-item_inactive {
	background-color: transparent;
}

/* sub nav */
.header-sub-nav {
	opacity: 0;
	z-index: -1;
	position: absolute;
	right: 0;
	top: 100%;

	padding: 5px 10px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* Drop Down navigation for Network Tab */
.header-sub-nav_network {
	right: 155px;
}

.header-sub-nav_technology-services {
	right: 30px;
}

.header-nav-item:hover .header-sub-nav,
.header-nav-item:focus .header-sub-nav,
.header-nav-item_active .header-sub-nav {
	opacity: 1;
	z-index: 0;
}

.header-nav-item_inactive .header-sub-nav {
	opacity: 0;
	z-index: -1;
}

/* browsers that do not support opacity (IE8) */
.no-opacity .header-sub-nav {
	display: none;
}

.no-opacity .header-nav-item:hover .header-sub-nav,
.no-opacity .header-nav-item:focus .header-sub-nav,
.no-opacity .header-nav-item_active .header-sub-nav {
	display: block;
}

.no-opacity .header-nav-item_inactive .header-sub-nav {
	display: none;
}
/* end. browsers that do not support opacity (IE8) */

.header-sub-nav-item {
	display: inline-block;
	padding: 5px 7px;
}

.header-sub-nav-link {
	color: white;
	font-weight: bold;
}

.header-sub-nav-link:hover,
.header-sub-nav-link:focus,
.header-sub-nav_active {
	color: #8ad23e;
}

.header-sub-nav_active,
.header-nav-item_active .header-nav-link {
	cursor: default;
}

/* Super Admin navigation */
.super-admin-nav-wrapper {
	float: left;
	font-family: Arial;
}

.super-admin-nav-wrapper a {
	color: #8fbd41;
	font-weight: bold;
	margin: 0 5px;
}

.super-admin-nav-wrapper .select2-container {
	vertical-align: middle;
	margin: 0 10px;
}

.super-admin-nav-wrapper #goButton {
	line-height: 16px;
}
/*
    Header for Logged Publishers on NC
*/

.nc-header-wrapper {
    position: relative;
    z-index: 16;
    width: 1260px;
    margin: 0 auto;
    background-color: #292320;
}

.nc-header-logo-box {
    margin: 14px 10px;
}

.nc-header-logo-box-ss {
    margin: 7px 25px;
}

.nc-header-logo-box-bh {
    margin: 3px 10px;
}

.nc-header-logo-bh-img {
    width: 184px;
}

.nc-header-logo-img {
    width: 220px;
}

.nc-top-bar {
    padding: 7px 0;
    line-height: 14px;
}

.nc-user-info {
    position: relative;
    cursor: pointer;
    padding: 19px 10px;
    text-transform: capitalize;
    text-align: right;
    color: #fff;
}

.nc-user-info-nav {
    width: 180px;
    display: none;
    padding: 7px 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    overflow: hidden;
    border: none;
    background-color: #4f8238;
}

.nc-user-info-nav-item-link {
    display: block;
    padding: 10px;
    color: #fff;
    cursor: pointer;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nc-user-info-nav-item-link:hover {
    background-color: #65a647;
    color: #fff;
}

.nc-user-info-nav-item-name {
    display: block;
    padding: 10px;
    color: #fff;
    cursor: default;
    font-weight: bold;
    transition: all .35s ease;
    border-bottom: 1px solid #fff;
}

.nc-user-info:hover .nc-user-info-nav {
    display: block;
    z-index: 16;
}

.nc-user-info:hover {
    background-color: #4f8238;
}

/* Display User Drop Down Menu for browsers without Opacity support */
.no-opacity .nc-user-info-nav {
    display: none;
}

.no-opacity .nc-user-info:hover .nc-user-info-nav {
    display: block;
}

/* Main Navigation */
.nc-header-nav {
    padding: 0;
    float: left;
}

.nc-header-nav-item {
    float: left;
    list-style-type: none;
}

.nc-header-nav-item_active .nc-header-nav-link {
    color: #65a647;
    border-bottom: 8px solid #65a647;
    font-weight: 400;
}

.nc-header-nav-link:hover,
.nc-header-nav-link:focus {
    color: #65a647;
    font-weight: 400;
}

.nc-header-nav-link {
    padding: 9px 0;
    font-size: 20px;
    margin-left: 18px;
    color: #fff;
}

.super-admin-nav-wrapper {
    float: right;
}

.super-admin-nav-wrapper a {
    color: black;
    text-transform: capitalize;
}

.nc-top-nav {
    margin: 0;
    padding: 0;
}

.nc-top-nav-item {
    display: inline-block;
    list-style-type: none;
}

.nc-top-nav-item:before {
    display: inline-block;
    content: "|";
    color: rgba(255,255,255,.3);
}

.nc-top-nav-item:first-child:before {
    content: "";
}

.nc-top-nav-item-link {
    display: inline-block;
    padding: 21px 3px;
    color: #ddd;
    font-size: 11px;
}

/* Search Menu */
.nc-global-search-form {
    padding: 0;
    margin: 12px 8px;
    margin-left: 15px;

    border-radius: 15px;
}

.nc-global-search-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
}

#ncGlobalSearchWrapper > li {
    float: left;
    position: relative;
    padding: 0;
}

#ncGlobalSearchWrapper ul {
    margin: 0;
}

#ncGlobalSearchTypes {
    display: none;
    position: absolute;
    top: 100%;
    left: 1%;
    width: 98%;

    background-color: #4f8238;
    color: white;

    line-height: 16px;
    padding: 7px 0;
}

.no-rgba #ncGlobalSearchTypes {
    background-repeat: repeat;
    background-image: url("https://productimages.nimbledeals.com/images/ncCorp/header/main-nav-transparent-bg_10x10.png");
    transition: all .5s ease;
}

.no-borderradius #ncGlobalSearchTypes {
    width: 100%;
    left: 0;
}

#ncGlobalSearchWrapper li:hover ul#ncGlobalSearchTypes {
    display: block;
}

ul#ncGlobalSearchTypes li {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

#ncGlobalSearchWrapper .ncGlobalSearchLabel {
    cursor: pointer;
    text-align: left;
    padding: 10px;
    margin: 0;
    display: block;
    color: white;
    line-height: 16px;
    font-weight: normal;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#ncGlobalSearchWrapper .ncGlobalSearchTitles {
    color: white;
}

#ncGlobalSearchTypes li:hover {
    background-color: #65a647;
}

.ncGlobalSearchContainer input[type="text"] {
    display: inline-block;
    line-height: normal;
    color: #fff;
    min-width: 180px;
    padding: 5px 5px 5px 30px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #fff;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ncGlobalSearchContainer:hover input[type="text"],
.ncGlobalSearchContainer input[type="text"]:focus {
    background-color: #fff;
    color: #292320;
    outline: none;
}

.ncGlobalSearchContainer:hover .nc-global-search-btn,
.ncGlobalSearchContainer input[type="text"]:focus + .nc-global-search-btn {
    color: #292320;
}

.ncGlobalSearchContainer img {
    vertical-align: middle;
    border: none;
}

.nc-global-search-btn {
    padding: 7px;
    position: absolute;
    border: none;
    z-index: 5;
    color: #fff;
    background-color: transparent;
    left: 0;
    top: 0;
}

#ncGlobalSearchWrapper .ncGlobalSearchRadiobuttons {
    position: absolute;
    left: -9999px;
}

#ncGlobalSearchWrapper label.ncGlobalSearchActiveRB {
    color: #fff;
    font-weight: bold;

    background-color: #65a647;
    position: relative;
}

#ncGlobalSearchWrapper label.ncGlobalSearchActiveRB:after {
    content: "\f00c";
    position: absolute;
    top: 10px;
    right: 6px;
    z-index: 10;
    color: #fff;
    font-family: "FontAwesome";
    font-weight: normal;
}

#ncGlobalSearchWrapper.ncSearchTypesShow ul#ncGlobalSearchTypes {
    display: block;
}






/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncHeader.css - *********/

/*
    Header for Logged Publishers on NC
*/

.nc-header-wrapper {
    position: relative;
    z-index: 16;
    width: 1260px;
    margin: 0 auto;
    background-color: #292320;
}

.nc-header-logo-box {
    margin: 14px 10px;
}

.nc-header-logo-box-ss {
    margin: 7px 25px;
}

.nc-header-logo-box-bh {
    margin: 3px 10px;
}

.nc-header-logo-bh-img {
    width: 184px;
}

.nc-header-logo-img {
    width: 220px;
}

.nc-top-bar {
    padding: 7px 0;
    line-height: 14px;
}

.nc-user-info {
    position: relative;
    cursor: pointer;
    padding: 19px 10px;
    text-transform: capitalize;
    text-align: right;
    color: #fff;
}

.nc-user-info-nav {
    width: 180px;
    display: none;
    padding: 7px 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    overflow: hidden;
    border: none;
    background-color: #4f8238;
}

.nc-user-info-nav-item-link {
    display: block;
    padding: 10px;
    color: #fff;
    cursor: pointer;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nc-user-info-nav-item-link:hover {
    background-color: #65a647;
    color: #fff;
}

.nc-user-info-nav-item-name {
    display: block;
    padding: 10px;
    color: #fff;
    cursor: default;
    font-weight: bold;
    transition: all .35s ease;
    border-bottom: 1px solid #fff;
}

.nc-user-info:hover .nc-user-info-nav {
    display: block;
    z-index: 16;
}

.nc-user-info:hover {
    background-color: #4f8238;
}

/* Display User Drop Down Menu for browsers without Opacity support */
.no-opacity .nc-user-info-nav {
    display: none;
}

.no-opacity .nc-user-info:hover .nc-user-info-nav {
    display: block;
}

/* Main Navigation */
.nc-header-nav {
    padding: 0;
    float: left;
}

.nc-header-nav-item {
    float: left;
    list-style-type: none;
}

.nc-header-nav-item_active .nc-header-nav-link {
    color: #65a647;
    border-bottom: 8px solid #65a647;
    font-weight: 400;
}

.nc-header-nav-link:hover,
.nc-header-nav-link:focus {
    color: #65a647;
    font-weight: 400;
}

.nc-header-nav-link {
    padding: 9px 0;
    font-size: 20px;
    margin-left: 18px;
    color: #fff;
}

.super-admin-nav-wrapper {
    float: right;
}

.super-admin-nav-wrapper a {
    color: black;
    text-transform: capitalize;
}

.nc-top-nav {
    margin: 0;
    padding: 0;
}

.nc-top-nav-item {
    display: inline-block;
    list-style-type: none;
}

.nc-top-nav-item:before {
    display: inline-block;
    content: "|";
    color: rgba(255,255,255,.3);
}

.nc-top-nav-item:first-child:before {
    content: "";
}

.nc-top-nav-item-link {
    display: inline-block;
    padding: 21px 3px;
    color: #ddd;
    font-size: 11px;
}

/* Search Menu */
.nc-global-search-form {
    padding: 0;
    margin: 12px 8px;
    margin-left: 15px;

    border-radius: 15px;
}

.nc-global-search-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
}

#ncGlobalSearchWrapper > li {
    float: left;
    position: relative;
    padding: 0;
}

#ncGlobalSearchWrapper ul {
    margin: 0;
}

#ncGlobalSearchTypes {
    display: none;
    position: absolute;
    top: 100%;
    left: 1%;
    width: 98%;

    background-color: #4f8238;
    color: white;

    line-height: 16px;
    padding: 7px 0;
}

.no-rgba #ncGlobalSearchTypes {
    background-repeat: repeat;
    background-image: url("https://productimages.nimbledeals.com/images/ncCorp/header/main-nav-transparent-bg_10x10.png");
    transition: all .5s ease;
}

.no-borderradius #ncGlobalSearchTypes {
    width: 100%;
    left: 0;
}

#ncGlobalSearchWrapper li:hover ul#ncGlobalSearchTypes {
    display: block;
}

ul#ncGlobalSearchTypes li {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

#ncGlobalSearchWrapper .ncGlobalSearchLabel {
    cursor: pointer;
    text-align: left;
    padding: 10px;
    margin: 0;
    display: block;
    color: white;
    line-height: 16px;
    font-weight: normal;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#ncGlobalSearchWrapper .ncGlobalSearchTitles {
    color: white;
}

#ncGlobalSearchTypes li:hover {
    background-color: #65a647;
}

.ncGlobalSearchContainer input[type="text"] {
    display: inline-block;
    line-height: normal;
    color: #fff;
    min-width: 180px;
    padding: 5px 5px 5px 30px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #fff;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ncGlobalSearchContainer:hover input[type="text"],
.ncGlobalSearchContainer input[type="text"]:focus {
    background-color: #fff;
    color: #292320;
    outline: none;
}

.ncGlobalSearchContainer:hover .nc-global-search-btn,
.ncGlobalSearchContainer input[type="text"]:focus + .nc-global-search-btn {
    color: #292320;
}

.ncGlobalSearchContainer img {
    vertical-align: middle;
    border: none;
}

.nc-global-search-btn {
    padding: 7px;
    position: absolute;
    border: none;
    z-index: 5;
    color: #fff;
    background-color: transparent;
    left: 0;
    top: 0;
}

#ncGlobalSearchWrapper .ncGlobalSearchRadiobuttons {
    position: absolute;
    left: -9999px;
}

#ncGlobalSearchWrapper label.ncGlobalSearchActiveRB {
    color: #fff;
    font-weight: bold;

    background-color: #65a647;
    position: relative;
}

#ncGlobalSearchWrapper label.ncGlobalSearchActiveRB:after {
    content: "\f00c";
    position: absolute;
    top: 10px;
    right: 6px;
    z-index: 10;
    color: #fff;
    font-family: "FontAwesome";
    font-weight: normal;
}

#ncGlobalSearchWrapper.ncSearchTypesShow ul#ncGlobalSearchTypes {
    display: block;
}




/*
	Styles for footer on all NC Public pages
*/

/* CSS hack for CSS3 PIE */
.footer-wrapper css3-container {
	z-index: 1 !important;
}

.footer-wrapper {
	padding: 45px 0;
	background-color: #2a2a2a;
	color: white;
	font-weight: 300;
}

.footer-wrapper a {
	color: white;
}

.footer-section {
	padding: 0 0 20px 0;
}

.footer-nav {
	display: inline-block;
	padding: 15px 0;
}

.footer-nav-link {
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 20px;
}

.footer-nav-link:focus {
    text-decoration: underline;
}

.footer-social-box-title {
	margin: 0;
	font-weight: normal;
	text-align: right;
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

.footer-social-icon {
	margin-left: 10px;
}

.footer-sales-phone-info {
	display: inline-block;
	vertical-align: middle;
}

.footer-phone-icon {
	margin: 0 15px 0 0;
}

.sales-phone-value {
	font-size: 26px;
	font-weight: bold;
}

/* Icons */
.icon_45x45 {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border: 4px solid;
    font-size: 24px;
    text-align: center;
}

.icon_62x62 {
    display: inline-block;
    width: 62px;
    height: 62px;
    font-size: 38px;
    vertical-align: middle;
    text-align: center;

    border: 5px solid;
}

.fb-round-icon_45x45 {
    font-size: 32px;
    padding: 1px 6px 0 0;
    text-align: right;
}

.icon_white {
    border-color: white;
    color: white;
}

.icon_white:hover,
.icon_white:focus {
    border-color: #65a647;
    color: #65a647;
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/ncPublic/ncPublicFooter.css - *********/

/*
	Styles for footer on all NC Public pages
*/

/* CSS hack for CSS3 PIE */
.footer-wrapper css3-container {
	z-index: 1 !important;
}

.footer-wrapper {
	padding: 45px 0;
	background-color: #2a2a2a;
	color: white;
	font-weight: 300;
}

.footer-wrapper a {
	color: white;
}

.footer-section {
	padding: 0 0 20px 0;
}

.footer-nav {
	display: inline-block;
	padding: 15px 0;
}

.footer-nav-link {
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 20px;
}

.footer-nav-link:focus {
    text-decoration: underline;
}

.footer-social-box-title {
	margin: 0;
	font-weight: normal;
	text-align: right;
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

.footer-social-icon {
	margin-left: 10px;
}

.footer-sales-phone-info {
	display: inline-block;
	vertical-align: middle;
}

.footer-phone-icon {
	margin: 0 15px 0 0;
}

.sales-phone-value {
	font-size: 26px;
	font-weight: bold;
}

/* Icons */
.icon_45x45 {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border: 4px solid;
    font-size: 24px;
    text-align: center;
}

.icon_62x62 {
    display: inline-block;
    width: 62px;
    height: 62px;
    font-size: 38px;
    vertical-align: middle;
    text-align: center;

    border: 5px solid;
}

.fb-round-icon_45x45 {
    font-size: 32px;
    padding: 1px 6px 0 0;
    text-align: right;
}

.icon_white {
    border-color: white;
    color: white;
}

.icon_white:hover,
.icon_white:focus {
    border-color: #65a647;
    color: #65a647;
}
/*
    Styles for NC Footer for logged in user
*/

.footer-wrapper {
    font-size: 14px;
    font-family: "Open Sans", "Arial", "Myriad Pro", sans-serif;
}

.footer-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* CSS3 PIE */
.footer-wrapper .round-box {
    behavior: url(/scripts/CSS-PIE-1.0.0/PIE.htc);
}

/******** - /var/lib/jetty/webapps/group-buy.d/WEB-INF/classes/dyna/css/nimbleCommerce/common/ncFooter.css - *********/

/*
    Styles for NC Footer for logged in user
*/

.footer-wrapper {
    font-size: 14px;
    font-family: "Open Sans", "Arial", "Myriad Pro", sans-serif;
}

.footer-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* CSS3 PIE */
.footer-wrapper .round-box {
    behavior: url(/scripts/CSS-PIE-1.0.0/PIE.htc);
}
