
body {
	font-family: 'Source Sans Pro', sans-serif !important;
	color: #525a63 !important;
	padding: 0 !important;
	margin: 0 !important;
}

#javascriptTemplates {
	display: none;
}

.blink {
	animation-duration: 1s;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-timing-function: steps(2, start);
}

@keyframes blink {
	80% {
		visibility: hidden;
	}
}




/********************************************
  ZONES & GRID MISC.
********************************************/

/*For Nexus 7 tablet*/
@media only screen and (width: 960px) {
	.container {
		width: 955px !important;
	}
}

.no-gutter [class*='col-'], .no-padding, .no-padding-mobile {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.no-margin, .no-margin-mobile {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.top-padding-buffer, .top-padding-buffer-mobile {
	padding-top: 20px;
}

.bottom-padding-buffer {
	padding-bottom: 20px;
}

.bottom-padding-buffer-half {
	padding-bottom: 10px;
}

.top-padding-buffer-half {
	padding-top: 10px;
}

.left-padding-buffer {
	padding-left: 20px;
}

.right-padding-buffer {
	padding-right: 20px;
}

.full-padding-buffer {
	padding: 20px;
}

.top-margin-buffer-large {
	margin-top: 30px !important;
}

.top-margin-buffer {
	margin-top: 20px;
}

.bottom-margin-buffer {
	margin-bottom: 20px;
}

.top-margin-buffer-half {
	margin-top: 10px;
}

.bottom-margin-buffer-half {
	margin-bottom: 10px;
}

.left-margin-buffer {
	margin-left: 20px;
}

.left-margin-buffer-half {
	margin-left: 10px;
}

.right-margin-buffer {
	margin-right: 20px;
}

.full-margin-buffer {
	margin: 20px;
}

.center-block {
	float: none !important;
}

@media (max-width: 668px) {
	.pull-right-xs {
		float: right;
	}

	.pull-left-xs {
		float: left;
	}
}

@media (max-width: 990px) {
	.pull-right-sm {
		float: right;
	}

	.pull-left-sm {
		float: left;
	}
}

@media (max-width: 1200px) {
	.pull-right-md {
		float: right;
	}

	.pull-left-md {
		float: left;
	}
}



#first-layout-double-container .widget,
#second-layout-double-container .widget,
#layout-tripel-container .widget {
	margin-bottom: 40px;
}

#layout-featured-container {
	position: relative;
	z-index: 0;
	padding-top: 30px;
	margin-bottom: 30px;
	margin-top: -15px;
}

.overflow {
	overflow: auto;
}

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

hr {
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

	hr.double {
		border-top: 4px solid #eee;
	}

	hr.half {
		margin-top: 10px;
		margin-bottom: 10px;
	}


.bordered {
	border: 1px solid #ddd;
}
/********************************************
LINKS AND BUTTONS AND ACTION DROPDOWNS
********************************************/

body a {
	color: #065aa8;
	text-decoration: none !important;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

body .btn-page {
	background-image: -webkit-linear-gradient(top, #2a75b4 0%, #012a5e 100%);
	background-image: -o-linear-gradient(top, #2a75b4 0%, #012a5e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a75b4), to(#012a5e));
	background-image: linear-gradient(to bottom, #2a75b4 0%, #012a5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4b8e', endColorstr='#2a75b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #012a5e;
	color: #fff;
}

	body .btn-page:hover, body .btn-page:focus {
		background-image: none;
		background-color: #012a5e;
		color: #fff;
	}

body .btn-primary {
	background-image: -webkit-linear-gradient(top, #2f98de 0%, #044aa7 100%);
	background-image: -o-linear-gradient(top, #2f98de 0%, #044aa7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2f98de), to(#044aa7));
	background-image: linear-gradient(to bottom, #2f98de 0%, #044aa7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f98de', endColorstr='#044aa7', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #0349a5;
	color: #fff;
}

	body .btn-primary:hover, body .btn-primary:focus {
		background-image: none;
		background-color: #044aa7;
		color: #fff;
	}

body .btn-secondary {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ccc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #ccc;
	color: #333;
}

	body .btn-secondary:hover, body .btn-secondary:focus {
		background-image: none;
		background-color: #ccc;
		color: #333;
	}

body .btn-link {
	color: #065aa8;
}

body .btn-page, body .btn-primary, body .btn-default {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.delete-icon:before {
	content: "\f1f8";
	font-family: FontAwesome;
	margin-right: 5px;
}

.edit-icon:before {
	content: "\f040";
	font-family: FontAwesome;
	margin-right: 5px;
}

.plus-icon:before {
	content: "\f067";
	font-family: FontAwesome;
	margin-right: 5px;
}

.save-icon:before {
	content: "\f0c7";
	font-family: FontAwesome;
	margin-right: 5px;
}

.cancel-icon:before {
	content: "\f05e";
	font-family: FontAwesome;
	margin-right: 5px;
}

.check-icon:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 5px;
}

.change-icon:before {
	content: "\21c4";
	font-family: FontAwesome;
	margin-right: 5px;
}

.help-tooltip {
	font-size: 24px;
}

#pager .first-icon:before, #pager .prev-icon:before {
	content: "\f053";
	font-family: FontAwesome;
	margin-right: 5px;
}

#pager .first-icon:after {
	content: "\f053";
	font-family: FontAwesome;
	margin-right: 5px;
}

#pager .last-icon:before, #pager .next-icon:before {
	content: "\f054";
	font-family: FontAwesome;
	margin-right: 5px;
}

#pager .last-icon:after {
	content: "\f054";
	font-family: FontAwesome;
	margin-right: 5px;
}


a.toggle-link {
	color: #525a63;
}

	a.toggle-link:before {
		font-family: 'Glyphicons Halflings';
		content: "\e114";
		color: #525a63;
		padding-right: 5px;
		vertical-align: bottom;
	}

	a.toggle-link.collapsed:before {
		content: "\e080";
	}

	a.toggle-link:hover {
		text-decoration: none;
	}


@media only screen and (max-width: 990px) {
	.btn-block-mobile {
		display: block;
		width: 100%;
		margin: 5px 0;
	}
}

.menu-right {
	right: 0 !important;
	left: auto !important;
}

.dropdown-menu > li > a {
	cursor: pointer;
}

	.dropdown-menu > li > a.disabled {
		opacity: .2;
	}

	.dropdown-menu > li > a > i.fa {
		margin-right: 10px;
	}

i.fa, i.glyphicon {
	margin-right: 10px;
}

.btn.right-icon .fa {
	margin-left: 10px;
	margin-right: 0;
}


/********************************************
  TYPOGRAPHY
********************************************/


.page-title {
	font-size: 40px;
	color: #525a63;
	margin-bottom: 40px;
	padding-bottom: 15px;
	margin-top: 0;
	text-transform: capitalize;
	font-weight: normal;
	border-bottom: #eee 1px solid;
}

@media only screen and (max-width: 990px) {
	.page-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
}

.count-header {
	color: #313a41;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
}

.text-muted {
	color: #9ea5ab !important;
}

.text-success {
	color: #5cb85c !important;
}

.text-danger {
	color: #650808 !important;
}

.text-warning {
	color: #f5e79e !important;
}

.product-title-catalog {
	font-size: 18px;
	color: #535a60;
	margin: 0 0 2px 0;
	font-weight: bold;
}

.product-title-details {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #313a41;
}

.sku {
	font-size: 12px;
	color: #a2a3a5;
}

.notify-me {
	font-size: 12px;
	color: #a2a3a5;
}

.price {
	color: #af2411;
	font-weight: bold;
	font-size: 19px;
}

.sale-price {
	text-decoration: line-through;
	color: #747a7f;
	font-weight: normal;
	margin-right: 5px;
}


.total {
	font-size: 19px;
	color: #525a63;
	font-weight: bold;
}

.status {
	background: #f1f1f1;
	color: #4b545c;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	padding: 6px 8px;
}

.campaigntype {
	float: left;
	width: 5%;
}

.campaigntitle {
	padding-top: 7px;
}

.modal-title {
	color: #313a41;
	font-size: 20px;
	font-weight: bold;
	word-break: break-all;
}

.widget header h1 {
	color: #313a41;
	text-transform: uppercase;
	background: #fff;
	padding-right: 20px;
	display: inline;
	font-size: 20px;
	font-weight: bold;
}

.widget header {
	background: url(../Content/Images/widget-hdr-bg.gif ) center repeat-x;
	margin-bottom: 22px;
}

p, .p {
	color: #747a7f;
	font-size: 16px;
}

small, .small {
	font-size: 12px;
}

medium, .medium {
	font-size: 14px;
}

large, .large {
	font-size: 18px;
}

.text-heavy {
	font-weight: bold;
}

.text-light {
	font-weight: normal;
}

@media (max-width: 990px) {
	.text-xs-left {
		text-align: left !important;
	}

	.text-xs-right {
		text-align: right !important;
	}

	.text-xs-center {
		text-align: center !important;
	}

	.text-xs-justify {
		text-align: justify !important;
	}
}

@media (min-width: 991px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.text-md-justify {
		text-align: justify !important;
	}
}

.breadcrumb li.active, .breadcrumb li.active a, .breadcrumb li.last, .breadcrumb li.last a {
	color: #777;
}


.line-clamp {
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
}

	.line-clamp:before {
		content: ' ...';
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.line-clamp:after {
		content: '';
		position: absolute;
		right: 0;
		width: 1em;
		height: 1em;
		margin-top: 0.2em;
		background: white;
	}

.line-clamp-1 {
	max-height: 1.2em;
}

.line-clamp-2 {
	max-height: 2.4em;
}

.line-clamp-3 {
	max-height: 3.6em;
}

.line-clamp-4 {
	max-height: 4.8em;
}

.line-clamp-5 {
	max-height: 6em;
}

@supports (-webkit-line-clamp: 1) {
	.line-clamp:after, .line-clamp:before {
		display: none !important;
	}

	.line-clamp {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}

	.line-clamp-1 {
		-webkit-line-clamp: 1;
	}

	.line-clamp-2 {
		-webkit-line-clamp: 2;
	}

	.line-clamp-3 {
		-webkit-line-clamp: 3;
	}

	.line-clamp-4 {
		-webkit-line-clamp: 4;
	}

	.line-clamp-5 {
		-webkit-line-clamp: 5;
	}
}



/******************************************
	ALERTS/ERRORS
*******************************************/
.zone-messages {
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}



	.zone-messages .message {
		margin: 0;
		padding: 15px;
		text-align: center;
		font-size: 18px;
	}

		.zone-messages .message .message-Type {
			font-weight: bold;
			padding-right: 10px;
			margin-right: 10px;
			border-right: #fff 1px solid;
			text-transform: uppercase;
		}

		.zone-messages .message.alert-info .message-Type {
			border-right: #31708f 1px solid;
		}

		.zone-messages .message.alert-warning .message-Type {
			border-right: #8a6d3b 1px solid;
		}

		.zone-messages .message.alert-danger .message-Type {
			border-right: #a94442 1px solid;
		}

		.zone-messages .message .messageClose {
			color: #fff;
			font-size: 26px;
			vertical-align: sub;
			opacity: .5;
		}

		.zone-messages .message.alert-info .messageClose {
			color: #31708f;
		}

		.zone-messages .message.alert-warning .messageClose {
			color: #8a6d3b;
		}

		.zone-messages .message.alert-danger .messageClose {
			color: #a94442;
		}



		.zone-messages .message .message-Message {
			padding-right: 20px;
		}

body .alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #b2dba1 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #b2dba1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#b2dba1));
	background-image: linear-gradient(to bottom, #dff0d8 0%, #b2dba1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffb2dba1', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}

body .alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #9acfea 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #9acfea 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#9acfea));
	background-image: linear-gradient(to bottom, #d9edf7 0%, #9acfea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ff9acfea', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea;
}

body .alert-warning {
	/*background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #fdf27e 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #fdf27e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#fdf27e));
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #fdf27e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffdf27e', GradientType=0);
	background-repeat: repeat-x;*/
	border-color: #f5e79e;
	background: #fcf8e3;
}

body .alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #c57373 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #c57373 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#c57373));
	background-image: linear-gradient(to bottom, #f2dede 0%, #c57373 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffc57373', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
	color: #650808;
}

body .alert {
	font-size: 16px;
}

.alert p {
	color: inherit;
}

.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

/******************************************
	TEXTURES/SHADOWS/ARROWS
*******************************************/

.inset-shadow-bottom {
	box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.inset-shadow-top {
	box-shadow: inset 15px -5px 0 rgba(0, 0, 0, 0.1);
}

.noise-texture {
	background: url(../Content/Images/noise-texture.jpg) center center repeat;
}

.shadow-bottom {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	background: #fff;
}

	.shadow-bottom:before, .shadow-bottom:after {
		z-index: -1;
		position: absolute;
		content: "";
		bottom: 13px;
		left: 10px;
		width: 49%;
		top: 80%;
		max-width: 300px;
		background: #777;
		box-shadow: 0 15px 10px #999;
		transform: rotate(-5deg);
	}

	.shadow-bottom:after {
		transform: rotate(5deg);
		right: 10px;
		left: auto;
	}

.shadow-border {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	background: #fff;
}

/********************************************
  HEADER
********************************************/

#layout-header {
	background: #fff;
	border-bottom: #000 9px solid;
}

.widget-logo-widget h1 {
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	height: 47px;
	margin: 22px 0;
	padding: 0;
}

	.widget-logo-widget h1 img {
		height: 100%;
	}

#header {
	position: relative;
}

#header-widget-links {
	margin-top: 10px;
}

.navbar-mobile #header-widget-links {
	margin-top: 8px;
	text-align: left;
}

.navbar-mobile .navbar-toggle {
	float: none;
}

.navbar-mobile .header-widget-links-container {
	float: right;
}


#header-widget-links .widget-header {
	display: inline-block;
	margin-right: 15px;
}


	#header-widget-links .widget-header .header-link {
		background: #262B31;
		border-color: #262B31;
		box-shadow: none;
	}

		#header-widget-links .widget-header .header-link i, #dashboardLinks .widget-header .header-link i {
			font-size: 20px;
			color: #676b6f;
			vertical-align: bottom;
			margin-right: 0;
		}

		#header-widget-links .widget-header .header-link:hover i, #dashboardLinks .widget-header .header-link:hover i {
			color: #fff;
		}

		#header-widget-links .widget-header .header-link i + span, #dashboardLinks .widget-header .header-link i + span {
			margin-left: 5px;
		}


		#header-widget-links .widget-header .header-link .badge, #dashboardLinks .widget-header .header-link .badge {
			background-color: #b32210;
			color: #fff;
			margin-left: 5px;
		}




	#header-widget-links .widget-header .header-widget-amount + .count-circle {
		margin-left: 5px;
	}

#dashboardLinks .widget-header .header-link i {
	width: 20px;
	text-align: center;
}

#profile-dropdown {
	display: inline-block;
	cursor: pointer;
	/*background: #262B31;*/
	border-radius: 5px;
}

	#profile-dropdown > a {
		color: #fff;
		font-size: 11px;
		text-decoration: none;
		display: block;
	}

		#profile-dropdown > a img {
			margin-right: 5px;
			border-radius: 5px;
			height: 54px;
            margin-bottom: 20px;
		}

.menu-profile-header-menu {
	right: 0 !important;
	left: auto !important;
}

#profile-dropdown i.fa.fa-chevron-circle-down {
	color: #a8adb1;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 0;
}

#profile-userinfo {
    display: inline-block;
    color: #262b31;
    font-size: 16px;
    padding-right:10px;
    width: 280px;
}

#profileMenu {
	width: 375px;
	background: #262b31;
	padding: 0;
	max-width: 425px !important;
}

@media only screen and (max-width : 990px) {

	#profileMenu {
		top: 110px;
		position: absolute;
	}
}

@media only screen and (min-width : 768px) and (max-width : 990px) {
	#profileMenu {
		top: 66px;
	}
}

@media only screen and (min-width : 990px) {
	#profileMenu {
		width: 375px !important;
	}
}


#profileMenu .shadow-bottom {
	background: #262b31;
}

#profileMenu:before {
	/*position: absolute;
    top: -10px;
    right: 60px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';*/
}

#profileMenu:after {
	position: absolute;
	top: -10px;
	right: 43px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,1);
	border-left: 10px solid transparent;
	content: '';
}


#profileName {
	background-color: #262b31;
	border: none;
	border-radius: 0;
	font-size: 20px;
	color: #a8adb1;
	text-align: left;
	padding: 10px 15px;
	border-bottom: #4b535c 1px solid;
	background: #0d0f11; /* Old browsers */
	background: -moz-linear-gradient(top, #0d0f11 0%, #262b31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0d0f11 0%,#262b31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0d0f11 0%,#262b31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0f11', endColorstr='#262b31',GradientType=0 ); /* IE6-9 */
}

#userLoginInformation {
    font-size: 7pt;
    font-style: italic;
}

#profileLinks {
	background: #40474f;
	border-left: #3b4249 5px solid;
	margin: 2px 0;
	border-radius: 0 0 4px 0;
}

	#profileLinks ul {
		list-style: none;
		margin: 0;
		padding: 15px 0;
	}

		#profileLinks ul li a {
			color: #a8adb1;
			display: block;
			padding: 3px 12px;
			margin: 0 4px;
		}

			#profileLinks ul li a:hover {
				background: #32383f;
				border-radius: 10px;
			}

	#profileLinks .dropdown-divider {
		height: 2px;
		margin: .5rem 0;
		overflow: hidden;
		background-color: #30353b;
		border-bottom: #515963 1px solid;
	}

#dashboardLinks {
	padding: 15px 0;
}

	#dashboardLinks .dropdown-divider {
		height: 2px;
		margin: .5rem 0;
		overflow: hidden;
		background-color: #121517;
		border-bottom: #3e4248 1px solid;
	}

	#dashboardLinks .widget-header {
		display: block;
		margin-right: 0;
	}

		#dashboardLinks .widget-header .header-link {
			display: block;
			width: 100% !important;
			text-align: left;
			margin-left: 4px;
			padding-right: 20px;
			padding: 7px 14px 7px 11px;
			background: #262B31;
			border-color: #262B31;
			box-shadow: none;
		}

			#dashboardLinks .widget-header .header-link:hover {
				background: #32383f;
				border-radius: 10px 0 0 10px;
			}

				#dashboardLinks .widget-header .header-link:hover i {
					color: #676b6f;
				}

			#dashboardLinks .widget-header .header-link i + span {
				margin-left: 10px;
				color: #a8adb1;
				font-size: 15px;
			}

			#dashboardLinks .widget-header .header-link .badge {
				margin-top: 3px;
			}


/********************************************
  NAVIGATION
********************************************/

#navbar-main-container {
	border-radius: 0px;
	border-bottom: 0px;
	border-top: #6d7782 1px solid;
	background-color: #464f57;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555d66), to(#464f57));
	background-image: -webkit-linear-gradient(top, #555d66, #464f57);
	background-image: -moz-linear-gradient(top, #555d66, #464f57);
	background-image: -ms-linear-gradient(top, #555d66, #464f57);
	background-image: -o-linear-gradient(top, #555d66, #464f57);
}

	#navbar-main-container .navbar-toggle {
		float: left;
		margin-right: 0;
		font-size: 1em;
		border-color: transparent;
	}


#layout-navigation .menu-main-menu > li > a {
	color: #a8adb1;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .75);
	font-size: 16px;
}

	#layout-navigation .menu-main-menu > li > a:hover {
		color: #fff;
	}

#layout-navigation .menu-main-menu > li.active > a {
	background: #262B31 !important;
}

#layout-navigation .menu-main-menu > li > a .fa {
	margin-right: 10px;
}

/* Nav search */
#navbar-main-container .widget-product-search-form .navbar-form {
	width: 100%;
}

	#navbar-main-container .widget-product-search-form .navbar-form .form-group {
		width: 100%;
	}

		#navbar-main-container .widget-product-search-form .navbar-form .form-group .input-group {
			width: inherit;
		}

			#navbar-main-container .widget-product-search-form .navbar-form .form-group .input-group .input-group-btn {
				width: 1%;
			}

#navbar-main-container .widget-product-search-form .navbar-form {
	padding: 9px 0;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#navbar-main-container .widget-product-search-form input.productsearchbox {
	border-radius: 10px 0 0 10px;
	border: #2e353b 1px solid;
	background: #3b4148;
	color: #ccc;
}

	#navbar-main-container .widget-product-search-form input.productsearchbox:placeholder-shown {
		font-style: italic;
		font-size: 14px;
	}

#navbar-main-container .widget-product-search-form button {
	border-radius: 0px 10px 10px 0px !important;
	border: #2e353b 1px solid !important;
	border-left: none !important;
	background: #3b4148 !important;
	color: #fff !important;
	height: 34px !important;
	box-shadow: none;
}

	#navbar-main-container .widget-product-search-form button:hover {
		background: #6d7782 !important;
		border-color: #6d7782 !important;
		color: #fff !important;
	}


/************************************
	  SIDEBAR/SECONDARY NAVIGATION
*************************************/

@media (max-width: 990px) {

	#aside-first {
		padding: 0;
	}

		#aside-first .navbar-default {
			border: 0;
			margin-top: -20px;
			background-image: none;
			background-color: transparent;
			box-shadow: none;
		}

			#aside-first .navbar-default .navbar-toggle {
				background-color: #262b31;
				border: none;
				border-radius: 0;
				-webkit-box-shadow: inset 0 20px 20px -15px rgba(0,0,0,1);
				-moz-box-shadow: inset 0 20px 20px -15px rgba(0,0,0,1);
				box-shadow: inset 0 20px 20px -15px rgba(0,0,0,1);
				font-size: 18px;
				text-transform: uppercase;
				color: #a8adb1;
				text-align: left;
				padding: 10px 15px;
			}

			#aside-first .navbar-default #sidenavHeader i.fa.fa-users {
				margin-right: 8px;
			}

			#aside-first .navbar-default .navbar-toggle i.fa-chevron-down {
				font-size: 16px;
				margin-right: 0;
				margin-top: 3px;
			}

			#aside-first .navbar-default .navbar-toggle:hover, #aside-first.navbar-default .navbar-toggle:focus {
				background-color: #262b31;
			}

			#aside-first .navbar-default .navbar-default .navbar-collapse {
				padding-top: 20px;
				margin-bottom: 0;
			}


		#aside-first .sidebar-nav .navbar-toggle {
			margin: 0;
		}

		#aside-first .sidebar-nav .navbar-collapse {
			border-color: #4b535c !important;
			background: #262b31;
		}

		#aside-first .sidebar-nav .nav {
			margin-top: 0;
			margin-bottom: 0;
			background: #262b31;
			padding: 11px;
			border-radius: 0;
		}

		#aside-first .sidebar-nav .navbar-nav > li > a {
			color: #a8adb1 !important;
			padding: 5px 15px;
		}

		#aside-first .sidebar-nav .navbar-nav > .active > a {
			border-radius: 10px;
			background-color: #32383f !important;
			background-image: none;
			font-weight: bold;
			padding-top: 10px;
			padding-bottom: 10px;
			margin: 5px 0;
		}

		#aside-first .sidebar-nav .navbar-nav > li > a .badge {
			background: #a8adb1;
			color: #262b31;
		}

		#aside-first .shadow-bottom {
			box-shadow: none;
		}
}

@media only screen and (min-width : 768px) and (max-width : 990px) {
	#aside-first .sidebar-nav {
		margin: -20px -9px 20px -9px;
	}

		#aside-first .sidebar-nav .navbar-default {
		}

		#aside-first .sidebar-nav .navbar-header {
			float: none;
			width: 100%;
		}

		#aside-first .sidebar-nav .navbar-toggle {
			padding: 10px 25px;
		}

		#aside-first .sidebar-nav .navbar-nav {
			width: 100%;
		}

			#aside-first .sidebar-nav .navbar-nav > li {
				float: none;
			}

				#aside-first .sidebar-nav .navbar-nav > li > a .badge {
					margin-left: 10px;
				}

	#aside-first .navbar-default .navbar-toggle i.fa-chevron-circle-down {
	}
}

@media (min-width: 990px) {
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}

	.sidebar-nav .navbar {
		box-shadow: none;
		border-radius: 0px;
		border: none;
	}

		.sidebar-nav .navbar ul {
			float: none;
		}

			.sidebar-nav .navbar ul:not {
				display: block;
			}

		.sidebar-nav .navbar li {
			float: none;
			display: block;
		}

			.sidebar-nav .navbar li a {
				padding-top: 12px;
				padding-bottom: 12px;
				font-size: 15px;
				color: #525a63;
				border-bottom: #eeeeee 1px solid;
				border-top: #fff 1px solid;
			}

				.sidebar-nav .navbar li a:hover {
					background: #f3f3f3 !important;
					border-bottom: #eee 1px solid;
					border-top: #eee 1px solid;
				}

			.sidebar-nav .navbar li.active a {
				font-weight: bold;
				background-color: #eee;
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
				background-image: -webkit-linear-gradient(top, #fff, #eee);
				background-image: -moz-linear-gradient(top, #fff, #eee);
				background-image: -ms-linear-gradient(top, #fff, #eee);
				background-image: -o-linear-gradient(top, #fff, #eee);
				box-shadow: none;
			}
}

/*********************************************
	    SIDEBAR: FILTER FLYOUT MENU
**********************************************/
.filter-sidenav .shadow-bottom:before, .filter-sidenav .shadow-bottom:after {
	display: none;
}

.filter-sidenav .closebtn {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 30px;
	margin-left: 50px;
	z-index: 10;
	color: #ccc;
}

.filter-sidenav .closebtn-product-summary {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 27px;
	margin-left: 50px;
	z-index: 10;
	color: #ccc;
}

.navbar-filter-overlayed {
	transition: margin-left .5s;
	/*padding: 16px;*/
}

@media screen and (max-height: 450px) {
	.filter-sidenav {
		padding-top: 15px;
	}

		.filter-sidenav a {
			font-size: 18px;
		}
}

@media screen and (max-width: 990px) {
	.filter-sidenav {
		/*background: #eee;*/
		height: 100%;
		width: 0;
		position: absolute;
		z-index: 9999;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 20px;
		margin-top: -20px;
	}

		.filter-sidenav.opened {
			width: 100%;
		}
}

.sidebar-nav .navbar-filter .navbar-collapse {
	padding: 0;
	max-height: none;
}

.sidebar-nav .navbar-filter {
	box-shadow: none;
	border-radius: 0px;
	border: none;
}

	.sidebar-nav .navbar-filter ul {
		float: none;
        overflow-y: auto;
	}

		.sidebar-nav .navbar-filter ul:not {
			display: block;
		}

	.sidebar-nav .navbar-filter li {
		float: none;
		display: block;
		padding: 12px;
		font-size: 15px;
		color: #525a63;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		background-repeat: repeat-x;
	}


		.sidebar-nav .navbar-filter li h4 {
			font-weight: bold;
			padding: 7px 12px;
			border-radius: 4px;
			margin-bottom: 0;
		}

		.sidebar-nav .navbar-filter li label {
			font-weight: normal;
		}

			.sidebar-nav .navbar-filter li label .form-check-input {
				margin-right: 10px;
			}

        .sidebar-nav .navbar-filter li .product-catalog-filter-divider {
            background-color: #eeeeee;
            height: 2px;
            margin: 12px 0 2px 0;
        }

        .sidebar-nav .navbar-filter li:last-of-type .product-catalog-filter-divider {
            display: none;
        }


/**************************************
	NAVIGATION: VERTICAL TAB GROUP
***************************************/

/* VERTICAL TABBED NAVIGATION */


.vertical-tab-group .segment-tabs-container {
	background: #f9f9f9;
	border: #eee 1px solid;
	border-radius: 8px 0px 0px 8px;
	z-index: 10;
}

	.vertical-tab-group .segment-tabs-container ul {
		list-style: none;
		margin: 0 -15px 0 -15px;
		padding: 0px;
	}

		.vertical-tab-group .segment-tabs-container ul li a {
			display: block;
			padding: 12px 20px;
			font-size: 16px;
			border-bottom: #fff 1px solid;
			cursor: pointer;
			color: #2b2b2b;
		}

			.vertical-tab-group .segment-tabs-container ul li a:hover {
				text-decoration: none;
			}

		.vertical-tab-group .segment-tabs-container ul li.active, .vertical-tab-group .segment-tabs-container ul li.active:hover {
			background: #eee;
			margin-left: -5px;
			margin-right: -1px;
			text-decoration: none;
		}

			.vertical-tab-group .segment-tabs-container ul li.active a:after {
				font-family: 'Glyphicons Halflings';
				content: "\e251";
				float: right;
				color: #fff;
				margin-right: -29px;
				margin-top: -12px;
				font-size: 33px;
			}


		.vertical-tab-group .segment-tabs-container ul li:hover {
			background: #f2f2f2;
		}

.vertical-tab-group .tab-content-container {
	border: #eee 1px solid;
	padding: 20px 35px;
	margin-left: -16px;
}

	.vertical-tab-group .tab-content-container .tab-pane.active {
		background-color: transparent;
		border-color: transparent;
	}

	.vertical-tab-group .tab-content-container hr.divider.tab-pane.active {
		border-top: 1px solid #eee;
	}

	.vertical-tab-group .tab-content-container h3 {
		margin-top: 0 !important;
		margin-bottom: 30px;
	}

@media only screen and (max-width: 990px) {
	.tab-content-container {
		margin: 15px 0 !important;
		padding: 15px !important;
	}
}


/*******************************
	    FOOTER
********************************/

#layout-footer {
	background: url(../Content/Images/footer-links.jpg) repeat;
	margin-top: 45px;
	padding-bottom: 35px;
	padding-top: 20px;
}

#footer-quad .widget-menu-widget h1 {
	background: none;
	color: #bcc5cf;
	font-size: 18px;
	text-shadow: 0 -1px #2b2b2b;
	text-transform: uppercase;
}

#footer-quad .widget-menu-widget ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer-quad .widget-menu-widget li a {
	font-size: 16px;
	color: #fff;
	text-shadow: 0 -1px #2b2b2b;
	float: none;
	padding: 0;
}

#footer-sig {
	background: url(../Content/Images/footer-sig.jpg) top center repeat;
	min-height: 70px;
}

	#footer-sig .widget-menu-widget ul {
		list-style: none;
		padding: 15px 0 0 0;
		margin: 0;
	}

		#footer-sig .widget-menu-widget ul li {
			float: left;
		}

			#footer-sig .widget-menu-widget ul li a {
				color: #91979d;
				font-size: 14px;
				font-weight: bold;
				padding: 0 10px;
			}

			#footer-sig .widget-menu-widget ul li.first a {
				padding-left: 0;
			}

			#footer-sig .widget-menu-widget ul li.last a {
				padding-right: 0;
			}

			#footer-sig .widget-menu-widget ul li:after {
				content: " \00b7";
				color: #91979d;
				font-size: 33px;
				vertical-align: middle;
				line-height: 0;
			}

			#footer-sig .widget-menu-widget ul li.last:after {
				content: none;
			}

	#footer-sig .widget-copyright-widget {
		padding-top: 12px;
		color: #91979d;
		font-size: 14px;
	}

	#footer-sig .widget-conductor-framework-version {
		color: #91979d;
		margin-top: -5px;
	}

#footer .widget header {
	background: none;
	margin-bottom: 10px;
	margin-top: 20px;
}

	#footer .widget header h1 {
		padding-right: 0;
	}

#footer-sig-above {
	background: url(../Content/Images/footer-sig-above.jpg) top center repeat;
	min-height: 70px;
}
	#footer-sig-above .widget-menu-widget ul {
		list-style: none;
		padding: 25px 0 0 0;
		margin: 0;
	}
		#footer-sig-above .widget-menu-widget ul li {
			text-align:center;
		}
			#footer-sig-above .widget-menu-widget ul li a {
				color: #91979d;
				font-size: 14px;
				font-weight: bold;
				padding: 0 10px;
			}
			#footer-sig-above .widget-menu-widget ul li.first a {
				padding-left: 0;
			}
			#footer-sig-above .widget-menu-widget ul li.last a {
				padding-right: 0;
			}
			#footer-sig-above .widget-menu-widget ul li:after {
				content: " \00b7";
				color: #91979d;
				font-size: 33px;
				vertical-align: middle;
				line-height: 0;
			}
			#footer-sig-above .widget-menu-widget ul li.last:after {
				content: none;
			}


/*******************************
	    WIDGET: NEWS FEED
********************************/

.widget-news-feed-client-widget .news-feed-list {
	padding: 0 10px;
}

	.widget-news-feed-client-widget .news-feed-list li {
		padding: 15px 0;
		margin-bottom: 5px;
		border-bottom: #eee 1px solid;
	}

		.widget-news-feed-client-widget .news-feed-list li:first-child {
			padding-top: 0;
		}

		.widget-news-feed-client-widget .news-feed-list li h2 {
			/*margin-top: 0;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;*/
		}

		.widget-news-feed-client-widget .news-feed-list li p {
			/*display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;*/
		}

/*******************************
	    WIDGET: RECENT ORDERS
********************************/

.widget-recent-orders-widget #RecentOrdersContainer,
.widget-recent-orders-v2-widget #RecentOrdersV2Container {
	padding: 0 15px;
}

.widget-recent-orders-widget .RecentOrderItem
.widget-recent-orders-v2-widget .RecentOrderItem {
	padding: 10px 5px;
	border-radius: 10px;
}

.widget-recent-orders-widget .RecentOrderItem:hover,
.widget-recent-orders-v2-widget .RecentOrderItem:hover {
	background: #f2f2f2;
	cursor: pointer;
}

.widget-recent-orders-widget .RecentOrderDate,
.widget-recent-orders-v2-widget .RecentOrderDate {
	border-radius: 41px;
	-moz-border-radius: 41px;
	-webkit-border-radius: 41px;
	width: 82px;
	height: 82px;
	background: #F27E1B;
	float: left;
	text-align: center;
}

.widget-recent-orders-widget .RecentOrderDate p.RecentOrderItemMonth,
.widget-recent-orders-v2-widget .RecentOrderDate p.RecentOrderItemMonth {
	text-transform: uppercase;
	color: #f8c5a8;
	font-size: 1.6em;
	margin: 22px 0 0 0;
	font-weight: bold;
	line-height: 0;
}

.widget-recent-orders-widget .RecentOrderDate p.RecentOrderItemDay,
.widget-recent-orders-v2-widget .RecentOrderDate p.RecentOrderItemDay {
	text-transform: uppercase;
	color: #fff;
	font-size: 3.1em;
	margin: 28px 0 0 0;
	line-height: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.widget-recent-orders-widget .RecentOrderDetails p.RecentOrderItemPrice,
.widget-recent-orders-v2-widget .RecentOrderDetails p.RecentOrderItemPrice {
	color: #9ea5ab;
}

.widget-recent-orders-widget .RecentOrderDetails p.RecentOrderItemPrice span,
.widget-recent-orders-v2-widget .RecentOrderDetails p.RecentOrderItemPrice span {
	padding: 0 5px;
}

.recent-order-product h3.medium {
	margin-top: 0;
	font-size: 16px;
}

.widget-recent-orders-widget .popover,
.widget-recent-orders-v2-widget .popover {
	width: 600px;
}

/*********************************************
	    WIDGET: FEATURED PRODUCT SLIDER
**********************************************/

.widget-featured-products-widget .featured-products-header {
	text-align: center;
	margin-top: -8px;
}

.widget-featured-products-widget .feature-product-header-wrap {
	display: inline-block;
	padding: 0 10px !important;
	background-color: #fff;
	margin-right: 0 !important;
}

.widget-featured-products-widget .feature-product-dropdown-wrap {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	margin-left: 0 !important;
}

	.widget-featured-products-widget .feature-product-dropdown-wrap select {
		font-size: 15px;
		text-transform: uppercase;
		-moz-border-radius: 2px;
		border-radius: 2px;
		height: 40px;
		position: relative;
		border-radius: 4px;
		padding: 0 10px;
	}

.widget-featured-products-widget .product-slider-items {
	padding: 0 30px;
	text-align: center;
}

.widget-featured-products-widget .featured-product-item {
	margin: 0 5px;
}

.widget-featured-products-widget .owl-carousel {
	position: relative;
}

.widget-featured-products-widget .owl-prev,
.widget-featured-products-widget .owl-next {
	position: absolute;
	top: 70px;
	margin: 0 !important;
	padding: 0 !important;
}

.widget-featured-products-widget .owl-prev {
	left: 0;
}

.widget-featured-products-widget .owl-next {
	right: -10px;
}

.widget-featured-products-widget .owl-controls.clickable {
	margin-bottom: 20px;
	padding-top: 7px;
	margin-top: 5px !important;
	border-top: #eee 1px solid;
	margin-left: -30px;
	margin-right: -30px;
}

.widget-featured-products-widget .owl-carousel.owl-theme .owl-controls .owl-buttons div {
	color: #869791;
	background-color: transparent;
	font-size: 30px;
}

.featured-product-item a.image-link {
	display: block;
	width: 153px;
	height: 170px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 12px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
}

.featured-product-item h3.product-title-catalog {
	/*display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;*/
	color: #065aa8;
}

.featured-product-item p.price {
	margin: 0;
}

.widget-featured-products-widget .loader {
	height: 150px;
}

.widget-featured-products-widget .progress {
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

/*********************************************
	    WIDGET: Campaigns
**********************************************/


#CurrentCampaignsContainer {
	height: 270px;
	margin-top: 34px;
}

.widget-current-campaigns-widget .carousel-inner {
	height: 100px;
}

.widget-current-campaigns-widget .impression-thumbnail {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin: 5px 0 0 5px;
	padding: 5px;
	height: 83px;
}

.widget-current-campaigns-widget .campaign-touchpoint-carousel .line-clamp {
	padding-right: 26px;
}

.widget-current-campaigns-widget .campaign-touchpoint-carousel .carousel-control.right span.glyphicon.glyphicon-chevron-right {
	color: #869791;
	background-color: transparent;
	font-size: 20px;
	margin-top: -16px;
	margin-right: -30px;
}
/*******************************
	    LOGON PAGE
********************************/
body.LogOn {
	background: url(../Content/Images/logon-bodyBg.jpg) repeat;
}

	body.LogOn #layout-header {
		margin: -38px -21px 11px -21px;	
		border-radius: 0;
		background: #fff;
		border-bottom: #000 9px solid;
	}

	body.LogOn #loginBox-wrapper {
		margin-top: 40px;
	}

	body.LogOn #loginBox {
		background: #fff;
		margin: 15px 5px;
		padding: 20px;
		border-radius: 5px;
		padding-top: 30px;
	}


	body.LogOn #footer-sig {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}


	body.LogOn .shadow-bottom:before, body.LogOn .shadow-bottom:after {
		box-shadow: 0 15px 10px #333;
	}

@media (min-width: 768px) {
	body.LogOn #loginBox-wrapper {
		width: 800px;
		background: url(../Content/Images/logon-boxBg.png) center center no-repeat;
		height: 380px;
		margin: 0 auto;
		margin-top: 40px;
		padding: 1px 156px 0 166px;
		position: relative;
	}

	body.LogOn #loginBox {
		min-height: 336px;
	}
}


/*******************************
	    MEDIA QUERIES
********************************/


@media only screen and (max-width : 321px) {
	.widget-header {
		margin-right: 5px !important;
	}

	.slideshow-promotional-text {
		text-align: center;
	}
}

@media only screen and (max-width : 480px) {
	.widget-featured-products-widget .feature-product-dropdown-wrap {
		margin: 10px 0 !important;
	}

	.widget-featured-products-widget header h1 {
		padding-right: 0;
	}

	.widget-featured-products-widget .owl-theme .owl-controls .owl-page span {
		width: 5px;
		height: 5px;
		margin: 5px 5px;
	}
}

@media only screen and (max-width: 800px) {
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	body.modal-open {
		position: fixed;
	}

	.widget-logo-widget h1 {
		height: 35px;
	}

	#header-logo {
		text-align: center;
		margin: 0 auto;
		float: none;
	}

	#header-widget-links {
		background-color: rgba(255,255,255,.1);
		padding: 10px;
		border-radius: 5px;
		text-align: center;
		margin-top: 0;
	}

		#header-widget-links .widget-header {
			margin-right: 19px;
		}

	#profile-dropdown {
		display: inline-block;
		padding: 0;
		margin: 0;
		border: none;
	}

		#profile-dropdown > a {
			padding: 0;
		}

			#profile-dropdown > a img {
				margin-right: 5px;
				vertical-align: middle;
			}

		#header-widget-links .header-widget-amount, #profile-dropdown .profile-username, #header-widget-links .widget-cofunding-widget {
			/*display: none;*/
		}

	.slideshow-promotional-text {
		text-align: center;
	}

	#footer, #footer-sig, #footer-sig-above {
		text-align: center;
	}

		#footer-sig .widget-menu-widget ul {
			width: 300px;
			margin: 0 auto;
		}

		#footer-sig-above .widget-menu-widget ul {
			width: 300px;
			margin: 0 auto;
		}
}

@media only screen and (min-width : 768px) and (max-width : 990px) {
	#header-widget-links .header-widget-amount, #profile-dropdown .profile-username, #header-widget-links .widget-cofunding-widget {
		/*display: none !important;*/
	}

	#profile-dropdown > a img {
	}

	.widget-current-campaigns-widget .impression-item {
		border: #eee 1px solid;
		padding: 5px 15px;
		margin: 5px;
	}

	.widget-current-campaigns-widget .graph-container {
		border: none;
		border-left: #eeeeee 1px solid;
		padding: 5px;
	}
}


@media only screen and (min-width : 990px) {
	#layout-navigation .menu-main-menu {
		margin-bottom: -1px;
	}

		#layout-navigation .menu-main-menu > li > a {
			font-size: 16px;
			padding-left: 20px;
			padding-right: 20px;
		}

			#layout-navigation .menu-main-menu > li > a .fa {
				font-size: 23px;
				display: block;
				text-align: center;
				margin-right: 0;
				margin-bottom: 6px;
			}

		#layout-navigation .menu-main-menu > li.active > a .fa {
			margin-bottom: 0;
			margin-top: 6px;
		}

		#layout-navigation .menu-main-menu > li.active > a {
			border-radius: 4px 4px 0 0;
			border-top: #fff 1px solid;
			color: #626b76;
			text-shadow: none;
			padding-top: 6px;
			margin-top: 12px;
			line-height: 35px;
			padding-bottom: 0px;
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e7), to(#fff)) !important;
			background-image: -webkit-linear-gradient(top, #e7e7e7, #fff) !important;
			background-image: -moz-linear-gradient(top, #e7e7e7, #fff) !important;
			background-image: -ms-linear-gradient(top, #e7e7e7, #fff) !important;
			background-image: -o-linear-gradient(top, #e7e7e7, #fff) !important;
			box-shadow: none;
		}

	#navbar-main-container .search-container {
		float: right;
	}

	/*CB-12015 Remove Icons on Menu Bar
    #navbar-main-container .search-container {
		padding-top: 15px;
	}*/

	#navbar-main-container .navbar-toggle-container {
		display: none;
	}

	#footer-sig .widget-copyright-widget, #footer-sig .widget-conductor-framework-version {
		text-align: right;
	}

    #footer-sig-above .widget-menu-widget {
        text-align:center;
    } 
}


@media (min-width: 768px) {
	#navbar-main-container .navbar-header {
		float: right !important;
	}
}


/*TABLES*/

.overflow {
	overflow: auto;
}

table.table-responsive {
	margin-bottom: 30px;
	border-collapse: collapse !important;
	width: 100%;
}

	table.table-responsive th {
		background: #a8adb1;
		color: #fff;
		text-transform: uppercase;
	}

	table.table-responsive.light th {
		background-color: #efefef;
		color: #2b2b2b;
	}


/*VERTICAL & RESPONSIVE TABLES*/


table.table-vertical,
table.table-vertical thead,
table.table-vertical tbody,
table.table-vertical th,
table.table-vertical td,
table.table-vertical tr {
	display: block;
}

table.table-vertical {
	border: none !important;
}

	table.table-vertical thead tr {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
	}

	table.table-vertical tr {
		border: 1px solid #ccc !important;
		margin: 0 0 10px 0;
	}

	table.table-vertical td.has-label {
		border: none !important;
		border-bottom: 1px solid #eee !important;
		position: relative !important;
		padding-left: 50% !important;
		white-space: normal !important;
		text-align: left !important;
	}

		table.table-vertical td.has-label:before {
			position: absolute !important;
			top: 6px !important;
			left: 6px !important;
			width: 45% !important;
			padding-right: 10px !important;
			white-space: nowrap !important;
			text-align: left !important;
			font-weight: bold !important;
			text-transform: capitalize;
		}

	table.table-vertical td:before {
		content: attr(data-title) !important;
	}

	table.table-vertical td.select {
		background: #a8adb1;
		border: none;
		color: #fff;
		text-align: left;
	}

	table.table-vertical .chkSelect:after {
		content: 'Select';
		padding-left: 20px;
		display: block;
		margin-top: -2px;
		font-weight: bold;
	}

	table.table-vertical .chkSelect:before {
		display: none;
	}

#SearchResultsContainer table.table-vertical td[class*="col-"], #SearchResultsContainer table th[class*="col-"] {
	display: block;
}

table.table-vertical td.empty {
	display: none !important;
}


@media only screen and (max-width: 767px) {

	table.table-responsive,
	table.table-responsive thead,
	table.table-responsive tbody,
	table.table-responsive th,
	table.table-responsive td,
	table.table-responsive tr {
		display: block;
	}

	table.table-responsive {
		border: none !important;
	}

		table.table-responsive thead tr {
			position: absolute !important;
			top: -9999px !important;
			left: -9999px !important;
		}

		table.table-responsive tr {
			border: 1px solid #ccc !important;
			margin: 0 0 10px 0;
		}

		table.table-responsive td.has-label {
			border: none !important;
			border-bottom: 1px solid #eee !important;
			white-space: normal !important;
			text-align: left !important;
			overflow: auto;
		}

        table.table-responsive .editPerson{
            float:right;
        }

        table.table-responsive .chkSelect{
            float:left;
        }

			table.table-responsive td.has-label:before {
				top: 6px !important;
				left: 6px !important;
				width: 45% !important;
				padding-right: 10px !important;
				text-align: left !important;
				font-weight: bold !important;
				text-transform: capitalize;
				display: table-cell;
				float: left;
				clear: both;
				overflow: visible;
			}

			table.table-responsive td.has-label span {
				display: block;
				width: 50%;
				float: left;
				padding-left: 5px;
				overflow-wrap: break-word;
				word-wrap: break-word;
			}

		table.table-responsive td:before {
			content: attr(data-title) !important;
		}


		table.table-responsive td.select {
			background: #a8adb1;
			border: none;
			color: #fff;
			text-align: left;
		}

        table.table-responsive td.source {
			background: #a8adb1;
		}

		table.table-responsive .chkSelect:after {
			content: 'Select';
			padding-left: 20px;
			display: block;
			margin-top: -2px;
			font-weight: bold;
		}

		table.table-responsive .chkSelect:before {
			display: none;
		}

	#SearchResultsContainer table.table-responsive td[class*="col-"], #SearchResultsContainer table th[class*="col-"] {
		display: block;
	}

	table.table-responsive td.empty {
		display: none !important;
	}



	.pager [class*='col-'] {
		text-align: center;
	}

	.pager .pagesizeWrap {
		margin-top: 10px;
	}

		.pager .pagesizeWrap .pagesize {
			width: initial;
			margin: 0 auto;
		}
}

.pager .fa {
	margin-right: 3px;
}

/* Table Sorter */

table.tablesorter thead tr th {
	position: relative;
	cursor: pointer;
	padding-right: 30px;
}

	table.tablesorter thead tr th.sorter-false {
		padding-right: 0;
	}



table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc {
	background-color: #999ea2;
}

table.tablesorter thead tr .tablesorter-headerUnSorted:after {
	content: '\f0dc';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	position: absolute;
	right: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50%;
}

table.tablesorter thead tr .tablesorter-headerAsc:after {
	content: '\f0de';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	position: absolute;
	right: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50%;
}

table.tablesorter thead tr .tablesorter-headerDesc:after {
	content: '\f0dd';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	position: absolute;
	right: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50%;
}

table.tablesorter thead tr .tablesorter-headerAsc.sorter-false:after, table.tablesorter thead tr .tablesorter-headerDesc.sorter-false:after, table.tablesorter thead tr .tablesorter-headerUnSorted.sorter-false:after {
	content: '';
}


/* Table Pager */

.pager .pagedisplay, .pager .pagedisplay:hover {
	border: none;
	background: none;
}

button.disabled {
	opacity: .3;
}

.pager .pagesize {
	margin-left: 10px;
}



/*********************************************
	    MODULE: CONTACTS
**********************************************/

/* Drag/Drop Upload Table */

#uploadContactsModal.modal-body {
	overflow: auto;
}

#tableColumn #sortable {
	background: #eee;
	padding: 10px;
	width: inherit;
	margin: 0;
	height: 90px;
}

	#tableColumn #sortable h2 {
		font-size: 14px;
		color: #525a63;
		font-weight: bold;
	}


#tableColumn {
	margin-bottom: 15px;
}

	#tableColumn li {
		display: inline-block;
		list-style-type: none;
		padding: 3px 7px;
		margin: 2px;
		overflow: hidden;
		height: auto !important;
		font-weight: normal;
		position: relative;
		font-size: 13px;
		z-index: 99999;
	}

		#tableColumn li:after {
			content: '\f047';
			font-family: FontAwesome;
			font-weight: normal;
			font-style: normal;
			padding-left: 5px;
		}

.drop-target {
	min-width: 120px;
	content: 'Drop Here';
	text-align: center;
	color: #fff;
	border: #fff 1px dashed;
	font-size: 13px !important;
	font-weight: normal;
	text-transform: capitalize;
	padding: 5px;
	margin-bottom: 8px;
	border-radius: 4px;
	height: 27px;
}

	.drop-target:before {
		content: 'Drop Here';
	}

.dropped {
	height: 27px !important;
	margin-top: 8px !important;
	margin-left: 7px !important;
}

@media only screen and (max-width: 800px) {

	#excelData th {
		text-align: center;
		margin-bottom: 10px;
	}

	#excelData tr {
		border: none !important;
	}

	#excelData td {
		display: none;
	}
}


/* END: Drag/Drop Upload Table */

/* Contacts Misc */
#leadScoreRankings {
	margin-top: -75px;
	margin-bottom: 45px;
	text-align: right;
}

#memberListOf {
	margin-top: -30px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 990px) {
	#leadScoreRankings {
		margin-top: 0;
		margin-bottom: 11px;
		text-align: left;
	}
}

/*********************************************
	    MODULE: PROFILE
**********************************************/

/* Profile Info */

.phone-area-code:after, .phone-prefix:after {
	content: "-";
	position: absolute;
	right: 0;
	color: black;
	border: 0px solid;
	top: 5px;
}

.datarow-contactnumber {
	margin-bottom: 15px;
	border-bottom: #f2f2f2 1px solid;
}

@media only screen and (max-width: 990px) {
	.phone-prefix, .phone-sufix, .phone-ext, .phone-delete {
		margin-left: -10px;
	}

		.phone-delete .btn {
			overflow: hidden;
			width: 36px;
		}
}

/* Images */

.profile-images .shadow-bottom img, .profile-images .primary img {
	max-height: 170px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.profile-images .shadow-bottom, .profile-images .primary {
	position: relative;
	height: 200px;
	margin-bottom: 10px;
}


.profile-images-wrap {
	padding: 10px;
	border: 2px transparent solid;
}


.primary {
	border: 2px #3C822E solid;
}

	.primary:after {
		width: 0;
		height: 0;
		border-top: 40px solid #3C822E;
		border-left: 40px solid transparent;
		position: absolute;
		display: block;
		right: 0;
		content: ".";
		color: transparent;
		top: 0;
		z-index: 1000;
	}

	.primary:before {
		position: absolute;
		content: "\f00c";
		color: #fff;
		right: 1px;
		top: -2px;
		font-family: FontAwesome;
		z-index: 2000;
		font-size: 20px;
	}

.profile-images a.action-button.delete:before {
	content: "\f1f8";
	font-family: FontAwesome;
	margin-right: 5px;
}


/*********************************************
	    MODULE: COFUNDING
**********************************************/

.transfer-funds-circle {
	display: inline-block;
	position: relative;
	color: #fff;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #676b6f;
	width: 25px;
	height: 25px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 0px 1px 0px #555;
	margin: 5px 11px 5px 0;
}


/*********************************************
	    MODULE: SHOPPING CART
**********************************************/

.payment-type {
	height: 29px;
	display: inline-block;
	width: 46px;
	background: url(../../../Themes/Conductor/Content/Images/credit-cards.png) no-repeat;
	margin: -5px 10px 10px 0;
	text-indent: -9000px;
}

	.payment-type.visa {
		background-position: 0px 0px;
	}

span.payment-type.mastercard {
	background-position: -46px 0px;
}

span.payment-type.discover {
	background-position: -92px 0px;
}

span.payment-type.amex {
	background-position: -138px 0px;
}

span.payment-type.americanexpress {
	background-position: -138px 0px;
}

.expiration-month:after {
	content: "/";
	position: absolute;
	top: 5px;
	right: -2px;
}


.fixed-totals-panel-mobile {
	color: #fff;
	position: fixed;
	font-size: 20px;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background: #000;
	background-color: #262b31;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: inset 0 20px 20px -15px rgba(0,0,0,1);
	-moz-box-shadow: inset 0 20px 20px -15px rgba(0,0,0,1);
	box-shadow: inset 0 20px 20px -15px rgba(0,0,0,1);
	display: block;
}




.scheduled-deliveries-wrap h4 {
	margin-top: 0;
	border: #eee 1px solid;
	background-color: #f7f7f7;
	padding: 7px 12px;
	border-radius: 4px;
	font-size: 16px;
}

.scheduled-deliveries-wrap .frequency, .scheduled-deliveries-wrap .colon {
	font-weight: bold;
}

.estimated-charges {
	background: #f1f1f1;
	padding: 20px;
	border-radius: 15px;
}

	.estimated-charges p {
		color: #2b2b2b !important;
		margin-bottom: 15px;
	}


#paymentPage .balance-due {
	background: #f9f9f9;
	padding: 20px;
	font-size: 15px;
	color: #525a63;
	margin: 20px 0 20px 15px;
	margin-top: 0;
}

	#paymentPage .balance-due span {
		font-weight: bold;
	}

.fulfillment-details {
	border: #f1f1f1 6px solid;
	padding: 10px;
}

	.fulfillment-details p {
		font-size: 14px !important;
		margin: 0;
	}

	.fulfillment-details .recipient-lists ul {
		margin: 0;
	}

	.fulfillment-details .fa {
		font-size: 18px;
		margin-right: 5px;
		margin-top: -2px;
	}

.fulfillments-table a.details-link {
}

	.fulfillments-table a.details-link:after {
		font-size: 9px;
		font-family: 'Glyphicons Halflings';
		content: "\2212";
		padding-left: 5px;
	}

	.fulfillments-table a.details-link.collapsed:after {
		content: "\2b";
	}

  .shopping-cart-title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
  }

  .shopping-cart-title label {
    font-size: 20px;
    font-weight: bold;
  }

  .shopping-cart-title span {
    font-size: 16px;
    font-weight: bold;
  }

@media (max-width: 990px) {
	.fulfillment-details-row.collapse {
		display: none;
	}

		.fulfillment-details-row.collapse.in {
			display: block;
		}
}

/*********************************************
	    MODULE: PRODUCT CATALOG
**********************************************/
.layout-toggle a {
	color: #ccc;
	border-radius: 4px;
	font-size: 24px;
	border: #ccc 1px solid;
	padding: 2px 6px 0 6px;
	margin-right: 5px;
	cursor: pointer;
}

	.layout-toggle a.active {
		color: #999999;
	}

	.layout-toggle a i {
		margin: 0;
	}

#productsCol .imgWrap {
	width: 100%;
	padding: 15px 0 20px 0;
	margin-bottom: 20px;
	text-align: center;
    border-top: #eee 1px solid;
}

	#productsCol .imgWrap img {
		padding: 0 10px;
		margin: 0 auto;
	}



.favorite-stars {
	margin-top: -15px;
	margin-bottom: 5px;
}

.favoriteButton {
	font-size: 26px;
}

	.favoriteButton.add {
		color: #ccc;
	}


	.favoriteButton.remove {
		color: #ffd215;
		text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	}

.ribbon {
	padding: .34em 1em;
	margin: 0;
    margin-bottom: 12px;
    margin-left: 20px;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 20px rgba(0,0,0,0.1), 0px 1px 1px rgba(0,0,0,0.4);
	background: -webkit-linear-gradient(top,#1eb2df, #17a7d2);
	display: inline-block;
}

	.ribbon:before {
		content: "";
		width: .2em;
		bottom: -4px;
		position: absolute;
		display: block;
		border: .9em solid #1eb2df;
		box-shadow: 0px 1px 0px rgba(0,0,0,0.4);
		z-index: -2;
		left: -1.35em;
		border-right-width: .75em;
		border-left-color: #fff;
	}

	.ribbon.new {
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f17e21), to(#e7781e));
		background-image: -webkit-linear-gradient(top, #f17e21, #e7781e);
		background-image: -moz-linear-gradient(top, #f17e21, #e7781e);
		background-image: -ms-linear-gradient(top, #f17e21, #e7781e);
		background-image: -o-linear-gradient(top, #f17e21, #e7781e);
	}

		.ribbon.new:before {
			border: .9em solid #f17e21;
			border-left-color: #fff;
		}

	.ribbon.popular {
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1eb2df), to(#17a7d2));
		background-image: -webkit-linear-gradient(top, #1eb2df, #17a7d2);
		background-image: -moz-linear-gradient(top, #1eb2df, #17a7d2);
		background-image: -ms-linear-gradient(top, #1eb2df, #17a7d2);
		background-image: -o-linear-gradient(top, #1eb2df, #17a7d2);
	}

		.ribbon.popular:before {
			border: .9em solid #1eb2df;
			border-left-color: #fff;
		}


.ribbon-content:before {
	content: "";
	bottom: -4px;
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #0675b3 transparent transparent transparent;
	z-index: -1;
	left: 0;
	border-width: .5em 0 0 .5em;
}

.ribbon span {
    color: #fff
}


.product-tags {
	vertical-align: text-bottom;
}

	.product-tags:first-of-type {
		margin-left: 15px;
	}

	.product-tags span {
		display: inline-block;
		height: 24px;
		line-height: 24px;
		position: relative;
		margin: 0 16px 8px 0;
		padding: 0 10px 0 12px;
		background: #5aaf88;
		-webkit-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		text-shadow: 0 1px 2px rgba(0,0,0,0.2);
		font-weight: bold;
	}

		.product-tags span:before {
			content: "";
			position: absolute;
			top: 0;
			left: -12px;
			width: 0;
			height: 0;
			border-color: transparent #5aaf88 transparent transparent;
			border-style: solid;
			border-width: 12px 12px 12px 0;
		}

		.product-tags span:after {
			content: "";
			position: absolute;
			top: 10px;
			left: 1px;
			float: left;
			width: 5px;
			height: 5px;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			background: #fff;
			-moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
			-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
			box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
		}

	.product-tags.sale span {
		background: #dd3d31;
	}

		.product-tags.sale span:before {
			border-color: transparent #dd3d31 transparent transparent;
		}


hr.list-product-divider {
	margin: 30px 0;
}

#productList > .gridView {
    min-height: 350px !important;
}

.gridView {
	padding-top: 30px;
	margin-bottom: 135px;
	height: 350px;
	margin-top: 25px;
}

	.gridView .top-badge-container {
		position: absolute;
		top: 0;
		right: 22px;
	}

		.gridView .top-badge-container div {
			display: inline-block;
		}

		.gridView .top-badge-container .ribbon {
			font-size: 9px;
		}

			.gridView .top-badge-container .ribbon:before {
				display: none;
			}

		.gridView .top-badge-container .favorite-stars {
			float: right;
			margin-top: -3px;
			margin-left: 15px;
		}


			.gridView .top-badge-container .favorite-stars .favoriteButton {
				font-size: 20px;
			}

	.gridView .imgWrap img, .featured-product-item .image-link img {
		max-height: 125px !important;
	}


@media only screen and (max-width : 990px) {



	.top-badge-container .ribbon {
		font-size: 9px;
	}

		.top-badge-container .ribbon:before {
			display: none;
		}




	.top-badge-container .favorite-stars .favoriteButton {
		font-size: 20px;
	}

	.top-badge-container .favorite-stars i {
		margin-right: 0 !important;
	}

	.img-outter-wrap {
		padding: 0 !important;
	}
}




.gridView .imgWrap {
	height: 160px;
}

#productList .description.overflow {
	height: 76px;
	overflow: hidden;
}

#productList .overflow-link {
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;
}

#productList .gridView .overflow-link {
	display: none;
}


/*********************************************
	    MODULE: PRODUCT DETAILS
**********************************************/


.product-detail-image-wrap {
	margin-bottom: 30px;
	padding: 10px;
}

@media only screen and (max-width : 990px) {

	.product-detail-image-wrap {
		margin-top: 20px;
	}
}

.fotorama__nav-wrap {
	margin-top: 10px;
	border-top: #eee 1px solid;
	padding-top: 10px;
}

.fotorama--fullscreen .fotorama__nav-wrap {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}


/*********************************************
	    MODULE: SHOPPING CART
**********************************************/


@media only screen and (min-width : 990px) {

	.order-history-item .action-btns {
		margin-top: -20px;
	}
}

#productDeliveryWrap .optionContainer {
	display: none;
}


@media (max-width: 990px) {
	.filter-sidenav.summary-container {
		right: 0;
	}
}



.right-btns-panel {
	position: absolute !important;
	margin-top: -20px;
	right: 0;
	width: 5px !important;
	height: 100%;
	text-align: center;
	background: #464f57;
	padding: 20px 0 0 0 !important;
}

#SummaryButton {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	position: absolute;
	top: 69px;
	right: -45px;
	background: #464f57;
	border: none;
	text-shadow: none;
	width: initial;
	padding: 6px 20px;
	border-radius: 0 0 10px 10px;
	letter-spacing: 1px;
	color: #f1f1f1;
}

	#SummaryButton i {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
		margin-left: -8px;
		font-size: 17px;
		color: #f1f1f1;
	}


@media (width: 768px) {
	.right-btns-panel {
		right: -9px;
	}

	.filter-sidenav.summary-container {
		right: -9px;
	}
}

#summary-wrap .panel-heading, #mobileCartSummary .panel-heading {
	color: #f1f1f1;
	background-image: -webkit-linear-gradient(top, #555d66, #464f57);
}

#summary-wrap .product-image {
	border: #eeeeee 1px solid;
	margin-bottom: 20px;
}


@media (max-width: 990px) {
	.scheduled-deliveries-wrap {
		margin-top: 20px;
	}

	.address-option label {
		font-weight: normal;
	}

	.total-recipients {
		margin-top: 20px;
	}
}


#shoppingCartWrap .product-wrap img {
	padding: 10px;
}

#shoppingCartWrap .product-wrap p.total {
	color: #2b2b2b !important;
	font-size: 16px !important;
	margin-top: 12px;
}

#shoppingCartWrap .item-price-details p {
	margin-bottom: 0 !important;
	color: #525a63 !important;
}

#shoppingCartWrap .gl-code-container, .gl-code-container-order-history {
	border: #f1f1f1 1px solid;
	padding: 5px 7px;
}

#shoppingCartWrap .save-for-later-wrap {
	border: #dcdcdc 1px solid;
	padding: 15px;
	margin-top: 35px;
}

	#shoppingCartWrap .save-for-later-wrap h3 {
		color: #525a63 !important;
		font-size: 23px !important;
		font-weight: bold !important;
		border-bottom: #dcdcdc 1px solid;
		margin: -15px -15px 26px !important;
		padding: 15px;
		background: #f8f8f8;
	}

		#shoppingCartWrap .save-for-later-wrap h3 span {
			color: #9ea5ab !important;
			font-weight: normal !important;
		}


#shoppingCartWrap .campaign-products-wrap {
	padding: 20px;
	padding-bottom: 0;
	margin-top: 30px;
}

	#shoppingCartWrap .campaign-products-wrap .product-wrap {
	}

	#shoppingCartWrap .campaign-products-wrap hr.campaign-product-divider {
		margin-top: 0;
	}

#ScheduleCost .order-details {
    margin-right: 10px;
}
#ScheduleCost .order-details.cart {
  margin-right: 10px;
  display:inline-block;
  width:60px;
}
#ScheduleCost .order-details-value {
    color: #a2a3a5;
}
#ScheduleCost .btn, #ScheduleCost .btn-group {
    float:left;
    margin-right: 5px;
}
#ScheduleCost .btn-group .btn {
    margin-right: 0;
}

/*PRODUCT SUMMARY PANEL*/

.panel.summary-panel .sku {
	color: #a2a3a5 !important;
	font-size: 13px !important;
	margin-bottom: 10px;
}

.panel.summary-panel .starting-price {
	margin-bottom: 10px;
}

.panel.summary-panel .pricing-details {
	color: #535353;
	font-size: 16px;
	margin-bottom: 5px;
}

	.panel.summary-panel .pricing-details.last {
		margin-bottom: 0;
	}

.panel.summary-panel .pricing-total {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: bold;
	text-transform: uppercase;
}

	.panel.summary-panel .pricing-total .amount {
		color: #ac001e;
	}

.panel.summary-panel .status {
	background: transparent;
	border-bottom: #dfdcdc 1px solid;
	padding-bottom: 13px;
	padding-top: 0;
}


#PreviewImageDialog img {
	border: 1px solid black;
	margin-top: 20px;
}

/* PRODUCT CUSTOMIZATION */

/*CUSTOMIZATION PANEL*/
#CFP_FIELDSBAR {
}

#CFP_FLD_CONTENT {
	overflow-y: auto;
	margin: 0;
	height: 491px;
	padding: 15px;
}

#CFP_FIELDSBAR {
	min-height: inherit;
	overflow: auto;
}

.customization-panel-mobile div#CFP_FLD_CONTENT {
	height: initial !important;
}

.productCustomizationBtns button {
	margin-top: 10px;
}

.customization-panel-shadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	border: #ddd 1px solid;
}

#customization-panel-wrap .navbar-toggle {
	margin: 0;
}

#customization-panel-wrap.customization-panel-mobile {
	margin-bottom: 10px;
}

	#customization-panel-wrap.customization-panel-mobile .navbar {
		margin-bottom: 0;
	}


#ProductContentPreviewContainer .fotorama__stage__frame, #ProductContentPreviewContainer .fotorama__thumb {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	border: #ddd 1px solid;
}


.productimage-previews:not(.fotorama--fullscreen) .fotorama__nav-wrap-top {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
	border-bottom: #eee 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#emailCanvas {
	width: 100%;
	height: auto;
}

#emailCanvasZoom {
	width: 100% !important;
}


.emailModalBtn-container {
	text-align: center;
	border-bottom: #f2f2f2 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


.piiConfigurator-pager ul.pagination li a i.fa {
	margin: 0 !important;
}


@media (max-width: 990px) {
	#emailModal .modal-dialog {
		width: 95% !important;
	}
}

/*********************************************
	    MODULE: CAMPAIGNS
**********************************************/

.campaign-workflow-info-wrap {
	margin-top: -22px;
}


.campaign-product-thumnails {
	margin-bottom: 30px;
}

.campaign-workflow-info-wrap .campaign-product-thumnails {
	margin-bottom: 0;
}

#product-info .campaign-product-thumnails {
	padding-bottom: 10px;
	border-bottom: #eee 1px solid;
}

.campaign-product-thumnails h4 {
	font-weight: bold;
	display: inline-block;
	margin-right: 15px;
}

.campaign-product-thumnails a {
	width: 50px;
	height: 50px;
	border: #ccc 1px solid;
	display: inline-block;
	padding: 3px;
	margin-right: 5px;
	vertical-align: middle;
}

.campaign-product-thumnails img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.campaign-product-thumnails a.campaign-active {
	border: #83919c 2px solid;
	display: inline-block;
}

#shoppingCartWrap .campaign-product-thumnails .shadow-bottom {
	height: 75px;
}


.alert h4.catalog-campaign-products {
	margin-top: 7px;
	margin-bottom: 0;
}

.catalog-campaign-products .selected-ids-count {
	font-weight: bold;
}

.selectProduct-wrap {
	padding: 6px 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	margin-bottom: 20px;
}

	.selectProduct-wrap label {
		margin: 0;
	}

	.selectProduct-wrap .form-check-input {
		vertical-align: top;
	}


@media only screen and (max-width : 990px) {

	.campaign-product-thumnails {
		text-align: left;
	}

		.campaign-product-thumnails h4 {
			display: block;
		}

	#summary-wrap .campaign-workflow-info-wrap {
		background: #fff;
		margin: 5px;
		padding: 5px 0 20px 0;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		margin-bottom: 15px;
	}


	#campaign-sidebar.shadow-bottom, #campaign-sidebar.shadow-bottom:before, #campaign-sidebar.shadow-bottom:after {
		box-shadow: none;
		margin-top: -15px;
		margin-bottom: -20px;
	}

		#campaign-sidebar.shadow-bottom:before, #campaign-sidebar.shadow-bottom:after {
			display: none;
		}
}

.corporate-campaign-thumbs {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin: 2px;
	height: 75px;
	padding: 5px;
	margin-bottom: 10px;
}

	.corporate-campaign-thumbs img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}



@media only screen and (max-width : 990px) {

	#corporateCampaignListWrap .carousel-inner {
		margin: 20px 0;
	}

	#corporateCampaignListWrap .carousel-control.right {
		top: 55px !important;
		right: 20px;
	}
}



#corporateCampaignListWrap .price {
	font-size: 12px;
}

#corporateCampaignListWrap .carousel-control.right {
	background: none;
	top: 32px;
	color: #bcc5cf;
	opacity: 1;
	text-shadow: none;
}

#campaignsWrap .carousel-control.right {
	background: none;
	top: 32px;
	color: #bcc5cf;
	opacity: 1;
	text-shadow: none;
}

.campaign-touchpoint-carousel a.right.carousel-control {
	/* background-image: none; */
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, 1) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, 1) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0001)), to(rgba(255, 255, 255, 1)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	background-repeat: repeat-x;
}

.campaign-touchpoint-carousel .carousel-control.right span.glyphicon.glyphicon-chevron-right {
	color: #869791;
	background-color: transparent;
	font-size: 30px;
	margin-top: -15px;
}

@media only screen and (max-width : 990px) {

	#campaignDetailsEditWrap .thumb-container {
		margin-bottom: 20px;
	}

	#campaignDetailsEditWrap .touchpoint-container {
		margin-left: 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}



/*********************************************
	    MODULE: INBOX
**********************************************/

.read {
}

.unread {
}

	.unread .subject a:before {
		content: "\f199";
		font-family: FontAwesome;
		margin-right: 5px;
		color: #1585b0;
		font-size: 18px;
		vertical-align: baseline;
	}

	.unread * {
		font-weight: bold;
	}


/*********************************************
	    JQUERY UI FIXES
**********************************************/

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}

.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
	display: none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

a.linkDisabled {
    color:#777;
    cursor:text;
}

a.linkDisabled:hover, a.linkDisabled:link,a.linkDisabled:active,a.linkDisabled:visited {
    color:#777;
}

#layout-navigation .menu-main-menu li{
    margin: 0 5px;
}

.break-all {
    word-break: normal;
}

.ajax-waiting {
    background:url('../Content/Images/ajax-loader.gif') no-repeat;
    background-position:0px; 
    background-color:transparent; 
    float:right;
    min-height:31px;
    min-width:31px;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.product-catalog-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.product-details-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.product-details-divider.double {
	border-top: 4px solid #eee;
}

/* CB-14199 Implement RBA and Bot Protection in Conductor */
.grecaptcha-badge {
    z-index: 10;
}

.hidden-submit {
	display: none;
}