body {
	color: #122632 !important;
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
	overflow-x: hidden;
	/*margin-top: 70px!important;*/
}


	body a {
		color: #333333;
		text-decoration: none !important;
	}

	body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
		color: #FFFFFF !important
	}

.form-control::-moz-placeholder {
	font-size: 12px !important;
}

.form-control:-ms-input-placeholder {
	font-size: 12px !important;
}

.form-control::-webkit-input-placeholder {
	font-size: 12px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	margin-bottom: 0px;
	font-weight: 700 !important;
}

.nav > li.disabled > a > h4 {
	color: #999999;
}

.nav > li.disabled > a > p {
	color: #999999;
}

.list-group-item-heading {
	color: #6E368C;
}

.list-group-item-text {
	color: #6E368C;
}

.group-item-request {
	color: #000000 !important;
}

	.group-item-request:hover {
		color: #6E368C !important;
	}

.group-item-request-active {
	color: #6E368C !important;
	font-weight: 700 !important;
}

.nav > li.active > a > h4 {
	color: #FFF;
}

.nav > li.active > a > p {
	color: #FFF;
}

h1 {
	font-size: 30px !important;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.5em;
	font-weight: 600;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

p > a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	text-decoration: none !important;
	text-transform: none !important;
}

a:hover {
	text-decoration: none !important;
	text-decoration: none !important;
}

a:active {
	text-decoration: none !important;
	text-transform: none !important;
}

p {
	margin-bottom: 10px;
	line-height: 1.6em;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0px;
}

.page {
	width: 960px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #4b6c9e;
	width: 100%;
}

	.header h1 {
		font-weight: 700;
		margin: 0px;
		padding: 0px 0px 0px 20px;
		color: #f9f9f9;
		border: none;
		line-height: 2em;
		font-size: 2em;
	}

.main {
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.title-page {
	text-transform: uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
}

	.title-page span {
		color: #009b3a;
	}

.hr-separetor {
	border-color: #20372a;
	border-width: 5px;
	max-width: 50px;
}

.leftCol {
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;
}

div.hideSkiplink {
	background-color: #3a4f63;
	width: 100%;
}

div.menu {
	padding: 4px 0px 4px 8px;
}

	div.menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: auto;
	}

		div.menu ul li a, div.menu ul li a:visited {
			background-color: #465c71;
			border: 1px #4e667d solid;
			color: #dde4ec;
			display: block;
			line-height: 1.35em;
			padding: 4px 20px;
			text-decoration: none;
			white-space: nowrap;
		}

			div.menu ul li a:hover {
				background-color: #bfcbd6;
				color: #465c71;
				text-decoration: none;
			}

			div.menu ul li a:active {
				background-color: #465c71;
				color: #cfdbe6;
				text-decoration: none;
			}

.modal-title, .modal-body p {
	color: #555555;
	text-align: left;
}

fieldset {
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

	fieldset p {
		margin: 2px 12px 10px 10px;
	}

	fieldset.login label, fieldset.register label, fieldset.changePassword label {
		display: block;
	}

	fieldset label.inline {
		display: inline;
	}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry {
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry {
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo {
	width: 42%;
}

.clear {
	clear: both;
}

.title {
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

	.loginDisplay a:link {
		color: white;
	}

	.loginDisplay a:visited {
		color: white;
	}

	.loginDisplay a:hover {
		color: white;
	}

.failureNotification {
	font-size: 1.2em;
	color: Red;
}

.bold {
	font-weight: bold;
}

.submitButton {
	text-align: right;
	padding-right: 10px;
}

.portfolio-item {
	margin-bottom: 25px;
}

.darkGrey {
	background: #cccccc none repeat scroll 0 0;
}

.darkWhite {
	background: #ffffff none repeat scroll 0 0;
}

.NoBorder {
	border: none !important;
}

#owl-example .item {
	color: #fff;
	margin: 10px;
	text-align: center;
	min-height: 170px;
}

.category-post {
	position: absolute;
	z-index: 1;
	right: 15px;
}

.category-post-listview {
	position: absolute;
	z-index: 1;
	width: 25px;
	margin-left: 20px;
}

.thumbnail img {
	width: 100%;
}

.img-brand {
	width: 100%;
}

.carousel-holder {
	margin-bottom: 30px;
}

.ratings {
	color: #d17581;
	padding-left: 10px;
	padding-right: 10px;
}

.spacing {
	margin-bottom: 10px;
}

.margin-top {
	margin-top: 20px;
}

[mag-theme="default"][mag-position-event="move"] {
	cursor: crosshair;
}

.magnify {
	position: relative;
	cursor: none;
}

.magnify-large {
	position: absolute;
	display: none;
	width: 175px;
	height: 175px;
	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bs-example {
	margin: 0 -15px 15px;
	padding: 15px 15px 15px;
	position: relative;
}

.txtGeneral-Black {
	color: #000000;
}

.table-align {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 20px;
	vertical-align: middle;
}

.shortDescCat {
	color: #5a5a5a;
}

.fa.fa-heart {
	color: #6E368C;
}

.fa.fa-clone.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.fa.fa-clone.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-trash.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-trash.table-align:hover {
		color: #6E368C !important;
	}

.fa.fa-spinner.table-align {
	color: #000000 !important;
	;
	text-decoration: none !important;
}

	.fa.fa-spinner.table-align:hover {
		color: #6E368C !important;
		;
	}

.glyphicon.glyphicon-trash.table-align.white {
	color: #000000 !important;
	;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-trash.table-align.white:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-edit.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-edit.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-user.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-user.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-print.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-print.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-edit.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-edit.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-share-alt.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-share-alt.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-pencil.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-pencil.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-eye-open.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-eye-open.table-align:hover {
		color: #6E368C !important;
	}

.fa.fa-paper-plane.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.fa.fa-paper-plane.table-align:hover {
		color: #6E368C !important;
	}


.glyphicon.glyphicon-refresh.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-refresh.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-off.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-off.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-repeat.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-repeat.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-ok.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-ok.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-remove.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-remove.table-align:hover {
		color: #6E368C !important;
	}

.fa.fa-file-pdf-o.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.fa.fa-file-pdf-o.table-align:hover {
		color: #6E368C !important;
	}

.fa.fa-file-video-o.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.fa.fa-file-video-o.table-align:hover {
		color: #6E368C !important;
	}

.fa.fa-file-image-o.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.fa.fa-file-image-o.table-align:hover {
		color: #6E368C !important;
	}

.glyphicon.glyphicon-search.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.glyphicon.glyphicon-search.table-align:hover {
		color: #6E368C !important;
	}

.fa.fa-cogs.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.fa.fa-cogs.table-align:hover {
		color: #6E368C !important;
	}

.fa.fa-list.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.fa.fa-list.table-align:hover {
		color: #6E368C !important;
	}

.fa.fa-cube.table-align {
	color: #000000 !important;
	text-decoration: none !important;
}

	.fa.fa-cube.table-align:hover {
		color: #6E368C !important;
	}

.col-sm-4.col-lg-4.col-md-4 > a {
	text-decoration: none;
}








.login .content .control-group {
	margin-bottom: 20px !important;
}

.control-group {
	margin-bottom: 10px;
}

.login .content .control-group {
	margin-bottom: 20px !important;
}

.control-group {
	margin-bottom: 10px;
}

.login .content .forget-password {
	margin-top: 25px;
}

.login .content .input-icon .m-wrap {
	margin: 0 !important;
}

.login .content .m-wrap {
	background-color: #fff;
	width: 350px;
}

.input-icon.left input {
	padding-left: 33px !important;
}

.menu-active a {
	color: #6E368C !important;
	background-color: transparent;
}

.menu-active-hover {
	background-color: #e7e7e7;
}

.nav.navbar-nav.navbar-right a {
	display: inline-block;
}

.nav.navbar-nav.navbar-right span {
	display: inline-block;
}

.navbar-nav > li > a {
	cursor: pointer;
	padding-bottom: 23px !important;
	padding-top: 24px !important;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
}

.center {
	text-align: center;
}

.iconsBtnHome {
	color: #ccc;
	font-size: 3em;
	margin-top: 7px;
}

.txtBtnHome {
	margin-top: 7px;
	text-align: center;
	font-size: 16px;
}

.control-group > label {
	color: #fff;
}

.form-actions > label {
	color: #fff;
}

.forget-password > h4 {
	color: #122632;
}

.content > .form-title {
	color: #fff !important;
}

.form-title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}

.forget-password > h4, p {
	color: #122632;
}

.dropdown-menu {
	z-index: 1500 !important;
}

	.dropdown-menu > li > a {
		color: #000000 !important;
	}

		.dropdown-menu > li > a:hover {
			background-color: #ad9840 !important;
		}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: #6E368C !important;
		color: #FFF !important;
	}

.btnnavactive {
	cursor: inherit;
	padding-bottom: 23px !important;
	padding-top: 24px !important;
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	line-height: 20px;
	background-color: #6E368C;
	color: #fff;
}

.white {
	color: #FFF !important;
}

.redCarlsberg {
	color: #cf2120;
}

.btn-toolbar .btn-group {
	float: right !important;
	/*margin-bottom: 11px;*/
}

.border {
	border: 1px solid #163b37;
	border-radius: 4px;
	background-color: #ffffff;
}

.dropdown-menu a {
	width: 100%;
}

.dropdown-toggle {
	width: 100%;
}

.previousPaginator {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	float: left;
	line-height: 1.42857;
	padding: 6px 12px;
	position: relative;
	text-decoration: none !important;
	cursor: pointer;
	color: #011b3c;
}

	.previousPaginator:hover {
		background-color: #eeeeee;
	}

.nextPaginator {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	margin-left: 0;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	float: left;
	line-height: 1.42857;
	padding: 6px 12px;
	position: relative;
	text-decoration: none !important;
	cursor: pointer;
	color: #011b3c;
}

	.nextPaginator:hover {
		background-color: #eeeeee;
	}

.numberPaginator {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	float: left;
	line-height: 1.42857;
	padding: 6px 12px;
	position: relative;
	text-decoration: none !important;
	cursor: pointer;
	color: #011b3c;
}

	.numberPaginator:hover {
		background-color: #eeeeee;
	}

.numberPaginatorActive {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	float: left;
	line-height: 1.42857;
	padding: 6px 12px;
	position: relative;
	text-decoration: none !important;
	cursor: default;
	color: #011b3c;
}

.form-control2 {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	font-size: 16px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	text-align: center;
}

.productHeight {
	min-height: 250px;
	/*margin:15px;*/
	vertical-align: middle !important;
}

.opacity {
	opacity: 0.4;
}

	.opacity:hover {
		opacity: 1;
	}

.opacityDisabled {
	opacity: 0.4;
}

.opacityActive {
	opacity: 1;
}

.borderHover:hover {
	border: 1px solid #a5a5a5 !important;
}

.productHeight img {
	width: auto;
	max-width: 100%;
	max-height: 150px !important;
}

.historicalDataHeight {
	min-height: 280px;
	vertical-align: middle !important;
}

	.historicalDataHeight img {
		width: auto;
		max-width: 100%;
		max-height: 180px !important;
	}

.product_min {
	min-height: 165px;
}

.input-inline {
	display: inline-block !important;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	height: 30px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 15%;
}

.form-inline {
	display: inline-block;
}

.my-content div {
	background-color: #f5f5f5;
	height: 600px;
}

@media (max-width: 992px) {

	.img-brand {
		display: none;
	}

	.categories tr {
		float: left;
		margin-right: 30px;
	}
}

.heading {
	color: inherit;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.1;
	color: #000000;
	font-size: 16px;
}

.headingTables {
	color: inherit;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.1;
	color: #afafaf;
	font-size: 14px;
	font-weight: 700;
}

.forum.table > tbody > tr > td {
	vertical-align: middle;
}

.OrderPrintRight {
	display: inline-block;
	float: right;
}

.OrderNumberLeft {
	display: inline-block;
}

.OrderPrintRight .glyphicon.glyphicon-print {
	color: #000000;
}

.OrderPrintRight:hover .glyphicon.glyphicon-print:hover {
	color: #009e3a;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}



input, button, select, textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
}

.login-logo {
	margin: 30px auto;
}

.brown {
	color: #979076;
}

.nav a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	cursor: pointer;
}

.default-title {
	margin-top: 0px !important;
}

.breadcrumb {
	background-color: transparent !important;
	margin-top: 10px;
	padding: 8px 0px !important;
}

	.breadcrumb a {
		font-weight: 700;
	}

	.breadcrumb > .active {
		font-weight: 700;
		color: #6E368C !important;
	}

.element {
	width: 100%;
	display: table;
	margin: 10px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

	.element h1 {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
		background: #20372a;
		border: 5px solid #20372a;
		color: #fff;
		font-size: 30px;
		padding: 5px;
		vertical-align: bottom;
	}

	.element img {
		display: table-cell;
	}

.element_white {
	width: 100%;
	display: table;
	margin: 10px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

	.element_white h1 {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
		background: #20372a;
		border: 5px solid #20372a;
		color: #fff;
		font-size: 30px;
		padding: 5px;
		vertical-align: bottom;
	}

	.element_white img {
		display: table-cell;
	}

.cover-img {
	height: auto;
}

.object-fit {
	object-fit: cover;
	object-position: 0 40%;
}

.arrow_box {
	position: relative;
	background: #20372a;
	border: 4px solid #20372a;
	min-width: 200px;
	z-index: 1;
	padding-bottom: 40px !important;
}

	.arrow_box:after, .arrow_box:before {
		left: 100%;
		top: 70%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.arrow_box:after {
		border-left-color: #20372a;
		border-width: 20px;
		margin-top: -20px;
	}

	.arrow_box:before {
		border-left-color: #20372a;
		border-width: 20px;
		margin-top: -20px;
	}

.arrow_box_white {
	position: relative;
	background: #20372a;
	border: 4px solid #fff;
	min-width: 200px;
	z-index: 1;
	padding-bottom: 40px !important;
}

	.arrow_box_white:after, .arrow_box_white:before {
		left: 100%;
		top: 70%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.arrow_box_white:after {
		border-left-color: #20372a;
		border-width: 20px;
		margin-top: -20px;
	}

	.arrow_box_white:before {
		border-left-color: #20372a;
		border-width: 20px;
		margin-top: -20px;
	}

.hr-green {
	border: 1px solid #009e3a;
	margin: 0;
}

.hr-grey {
	border: 1px solid #555555;
	margin: 0;
}

.hr-light {
	border: 1px solid #eeeeee;
}

.hr-greyLight {
	border: 1px solid #cccccc;
	margin: 0;
}

.hr-white {
	border: 1px solid #ffffff;
	margin-top: 20px;
	opacity: 0.5;
}

.hr-custom {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	border-color: #ddd;
}

.ProductCat-title {
	font-size: 14px;
	color: #555555;
	font-weight: 700;
}

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

.panel {
	box-shadow: none !important;
}

.Filter-title {
	font-size: 16px;
	color: #555555;
	font-weight: 700;
}

.Page-title {
	font-size: 20px;
	color: #555555;
	font-weight: 700;
	padding-top: 0px !important;
}

.ProductCat-shortdesc {
	font-size: 14px;
	color: #555555;
	text-align: center;
}

.category-red {
	color: #CC0B10;
}

.category-green {
	color: #00953A;
}

.bgZoomImg-white {
	background-color: #fff;
}

.owl-carousel .item {
	background: #fff none repeat scroll 0 0;
}

.frameworkProduct {
	background-color: #FFF;
}

.owl-item {
	width: 270px !important;
	background-color: #FFF;
	margin-right: 20px;
}

.selectors {
	padding-top: 10px;
}

.catColor-amenities {
	color: #4b1771;
}

.hr-amenities {
	border: 1px solid #4b1771;
	margin: 0;
}

.catColor-brandVisibilityOutdoor {
	color: #f6be00;
}

.hr-brandVisibilityOutdoor {
	border: 1px solid #f6be00;
	margin: 0;
}

.catColor-brandVisibilityIndoor {
	color: #3969a2;
}

.hr-brandVisibilityIndoor {
	border: 1px solid #3969a2;
	margin: 0;
}

.catColor-prodVisibility {
	color: #c10000;
}

.hr-prodVisibility {
	border: 1px solid #c10000;
	margin: 0;
}

.catColor-beerService {
	color: #6fa734;
}

.hr-beerService {
	border: 1px solid #6fa734;
	margin: 0;
}

.catColor-staffUniform {
	color: #818181;
}

.hr-staffUniform {
	border: 1px solid #818181;
	margin: 0;
}

.catColor-functionalFurniture {
	color: #7c3400;
}

.hr-functionalFurniture {
	border: 1px solid #7c3400;
	margin: 0;
}

.swipe_accortion {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	overflow: hidden;
}

	.swipe_accortion .section_links {
		width: 100%;
		height: 100%;
	}

		.swipe_accortion .section_links .section {
			width: 42px;
			height: 100%;
			float: left;
			padding: 0 5px;
			position: relative;
		}

			.swipe_accortion .section_links .section .headers {
				position: absolute;
				left: 0;
				width: 42px;
				height: 480px;
				padding: 0;
				margin: 0;
				background: #6E368C;
				color: #000000;
				white-space: nowrap;
				overflow: hidden;
				cursor: pointer;
			}

				.swipe_accortion .section_links .section .headers span {
					width: 0;
					display: inline-block;
					position: absolute;
					left: 42px;
					-webkit-transform: translate(-3px) rotate(90deg);
					-o-transform: translate(-3px) rotate(90deg);
					transform: translate(-3px) rotate(90deg);
				}

			.swipe_accortion .section_links .section .section_container {
				display: none;
				height: 100%;
				width: 100%;
				margin: 0;
				overflow: auto;
			}

				.swipe_accortion .section_links .section .section_container img {
					height: auto;
					width: auto;
					max-width: 100%;
				}

			.swipe_accortion .section_links .section.active {
			}

.section.active {
	margin: 2px;
}

.section {
	margin: 2px;
}

.swipe_accortion .section_links .section.active .headers {
	background: #6E368C;
	color: #000000;
	width: 42px;
}

.swipe_accortion .section_links .section.active .section_container {
	display: block;
}

.swipe_accortion .section_links .section.active.closing .headers {
	background: #6E368C;
	color: #000000;
	width: 42px;
}

.panel-title a {
	color: #555555 !important;
}

	.panel-title a span {
		color: #555555 !important;
	}

.panel-title-horizontal {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}

.panel-title-horizontal {
	transform: translateX(-100%) rotate(-90deg);
	transform-origin: right top 0;
}

	.panel-title-horizontal a {
		float: right;
		padding: 10px 20px;
		text-decoration: none;
	}

	.panel-title-horizontal > a {
		color: inherit;
	}

.section_container {
	padding: 15px 15px 15px 55px;
}

.full_width_test {
	width: 100%;
	height: 100%;
}

#main {
	height: 100%;
	min-width: 100%;
	margin-top: 0;
}

.filterOrders label {
	font-weight: normal !important;
}

.swipe_accortion .section {
	height: 480px !important;
}

.hover-cap-4col .slidedown {
	position: relative;
	overflow: hidden;
}

.slideDownCaption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
}

	.slideDownCaption p {
		color: #fff;
		padding: 10px;
		font-size: 16px;
	}

.tablesorter .filtered {
	display: none;
}

.lblSize {
	display: block;
	text-align: center;
}

.tablesorter .filtered {
	display: none;
}

.tablesorter-filter.form-control.disabled {
	display: none;
}

.btn-customer {
	background-color: #6E368C !important;
	border-color: #6E368C !important;
	color: #fff !important;
}

	.btn-customer:hover {
		opacity: 0.85;
	}

.btn-page {
	background-color: transparent;
	border: none;
	border-radius: 4px;
	color: #000000;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 3px 8px;
	font-size: 12px;
}

	.btn-page:hover {
		color: #6E368C;
	}

.pagedisplay {
	color: #6E368C;
}

.img-responsive-login {
	height: auto;
	max-width: 100%;
}

.page-header {
	text-decoration: underline;
}

.modal-content iframe {
	margin: 0 auto;
	display: block;
}

.ce-countdown--theme-3 {
	color: #555555;
	font-family: 'Roboto', sans-serif !important;
	font-size: 0;
	font-weight: 700;
	margin-top: 5px;
}

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

.ce-countdown--theme-3 .ce-col + .ce-col {
	border-left: 1px solid #6E368C;
}

.ce-countdown--theme-3 .ce-col {
	display: inline-block;
	font-size: 20px;
	padding-bottom: 5px;
	width: 3em;
}

.ce-countdown--theme-3 .ce-days-label,
.ce-countdown--theme-3 .ce-hours-label,
.ce-countdown--theme-3 .ce-minutes-label,
.ce-countdown--theme-3 .ce-seconds-label,
.ce-countdown--theme-3 .ce-dseconds-label,
.ce-countdown--theme-3 .ce-mseconds-label {
	color: #555555;
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

@media all and (max-width: 800px) {
	.ce-countdown--theme-3 .ce-col {
		font-size: 18px;
		width: 3em;
	}

	.ce-countdown--theme-3 .ce-days-label,
	.ce-countdown--theme-3 .ce-hours-label,
	.ce-countdown--theme-3 .ce-minutes-label,
	.ce-countdown--theme-3 .ce-seconds-label,
	.ce-countdown--theme-3 .ce-dseconds-label,
	.ce-countdown--theme-3 .ce-mseconds-label {
		font-size: 9px;
	}
}

.lead {
	color: #000000;
	font-weight: 700;
}

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

@media all and (max-width: 1200px) {
	.catalogue-countdown .ce-col {
		font-size: 20px;
		width: 3.2em;
	}

	.catalogue-countdown .ce-days-label,
	.catalogue-countdown .ce-hours-label,
	.catalogue-countdown .ce-minutes-label,
	.catalogue-countdown .ce-seconds-label,
	.catalogue-countdown .ce-dseconds-label,
	.catalogue-countdown .ce-mseconds-label {
		font-size: 12px;
	}
}

.tablesorter-filter.selectpicker.disabled {
	visibility: hidden;
}

.panel-heading.bgGrey {
	background-color: #ccc;
}

.panel-body.bgWhite {
	background-color: #fff;
}

.link-resgistered a {
	color: #fff !important;
}

.quick-button {
	margin-bottom: 15px;
}

.vertical-align {
	vertical-align: middle !important;
}

.nav-pills li a {
	font-weight: 700 !important;
}

#MainContent_rblMarkets td {
	width: 30%;
}

.centered {
	text-align: center;
	font-size: 0;
}

	.centered > div {
		float: none;
		display: inline-block;
		text-align: left;
	}

.container.body-content {
	margin-top: 30px;
}

.btn {
	outline: none !important;
}

.btn-ico {
	background: transparent !important;
}

	.btn-ico:focus, .btn-ico:active:focus {
		outline-offset: unset !important;
		box-shadow: none !important;
	}

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

.font-drop-in:hover {
	animation: drop-in 100ms ease-out;
	animation-fill-mode: forwards;
}

@keyframes drop-in {
	100% {
		font-size: 14px;
	}
}

.btn-danger {
	color: #ffffff !important;
}

.btn-next {
	color: #ffffff !important;
	background-color: #5cb85c;
	border-color: #5cb85c;
}

	.btn-next:hover,
	.btn-next:focus,
	.btn-next:active,
	.btn-next.active,
	.open .dropdown-toggle.btn-next {
		color: #ffffff !important;
		background-color: #449d44;
		border-color: #449d44;
	}

	.btn-next:active,
	.btn-next.active,
	.open .dropdown-toggle.btn-next {
		background-image: none;
	}

	.btn-next.disabled,
	.btn-next[disabled],
	fieldset[disabled] .btn-next,
	.btn-next.disabled:hover,
	.btn-next[disabled]:hover,
	fieldset[disabled] .btn-next:hover,
	.btn-next.disabled:focus,
	.btn-next[disabled]:focus,
	fieldset[disabled] .btn-next:focus,
	.btn-next.disabled:active,
	.btn-next[disabled]:active,
	fieldset[disabled] .btn-next:active,
	.btn-next.disabled.active,
	.btn-next[disabled].active,
	fieldset[disabled] .btn-next.active {
		background-color: #5cb85c;
		border-color: #5cb85c;
	}

/*.glyphicon.glyphicon-plus {
    color:#555!important;
}

.glyphicon.glyphicon-plus:hover {
    color:#555!important;
}*/

.glyphicon.glyphicon-minus {
	color: #555 !important;
}

	.glyphicon.glyphicon-minus:hover {
		color: #555 !important;
	}

.lblOW.txtGeneral-Black {
	font-size: 14px;
	font-weight: 500;
}

.hr-grey {
	color: #d1d1d1;
}

.nav.navbar-nav {
	margin-left: 5px;
}

.accordion-toggle.white {
	color: #FFF !important;
}

.glyphicon.glyphicon-plus.white {
	color: #FFF !important;
}

.btn.btn-default-active.glyphicon.glyphicon-th:hover {
	color: #000000 !important;
}

.dropdown.dropdown-submenu.pull-left {
	width: 100%;
}

.not-active {
	pointer-events: none;
	cursor: default;
}

.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px 6px;
		border-radius: 0 6px 6px 6px;
	}

	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #cccccc;
		margin-top: 5px;
		margin-right: -10px;
	}

	.dropdown-submenu:hover > a:after {
		border-left-color: #555;
	}

	.dropdown-submenu.pull-left {
		float: none;
	}

		.dropdown-submenu.pull-left > .dropdown-menu {
			right: -100%;
			left: 100% !important;
			-webkit-border-radius: 6px 0 6px 6px;
			-moz-border-radius: 6px 0 6px 6px;
			border-radius: 6px 0 6px 6px;
		}

.progressBarLoading {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 3000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.container.progressBarContent {
	width: 100%;
}

.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.nav .dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.nav .dropdown:hover .dropdown-menu {
	display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}

.wbsBlack, .wbsOrange, .wbsGreen {
	width: 30px !important;
	height: auto;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin: 0 !important;
}


.ddlDelivery .dropdown-menu.open {
	max-height: 250px !important;
	max-width: 335px !important;
	overflow-y: scroll !important;
	overflow-x: scroll !important;
}

.ddlDelivery .dropdown-menu.inner {
	/*max-height:200px!important;
    max-width:390px!important;*/
}

.btn-group.bootstrap-select.input-group-btn {
	width: 100%;
}

#MainContent_rblReportsConfig label {
	font-weight: 400 !important;
}

.tree-toggler.nav-header {
	color: #000000;
}

.tree-toggler.nav-header {
	width: 100%;
}

	.tree-toggler.nav-header span {
		float: right;
	}







.hrLight {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	color: #000;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.hrDark {
	background-color: #555555;
	border-color: #555555;
	color: #555555;
}

.nav-list.tree .subelement {
	color: #555 !important;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
}

	.nav-list.tree .subelement:hover {
		color: #999999 !important;
		font-weight: 400;
		font-size: 14px;
		cursor: pointer;
	}

.nav-list.tree {
	margin-left: -20px;
	margin-top: 5px;
}

#tableRoles .tablesorter-childRow {
	background-color: #f1f1f1;
}

.tree-toggler.nav-header.BransFilter {
	font-weight: 700;
}

.disabled-pointer {
	pointer-events: painted !important;
}

}

.favourite-icon {
	color: #999999;
}

.to {
	background-color: transparent !important;
	border: medium none !important;
}

.favourite-delivery {
	color: #dddddd !important;
}

	.favourite-delivery:hover {
		color: #6E368C !important;
	}

.favourite-delivery-active {
	color: #6E368C;
}

	.favourite-delivery-active:hover {
		color: #DDD !important;
	}

.disabled-pointer {
	pointer-events: painted !important;
}

.btn.dropdown-toggle.disabled.btn-default {
	background-color: #eeeeee;
	border-color: #cccccc;
}

.loadmore {
	background-color: #f1f1f1;
}

.statusApproveOrders {
	display: inline-block;
	margin: 0 !important;
	vertical-align: top;
}

.legendSquare {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.FilterListView {
	color: #FFF !important;
	background-color: #6E368C !important;
}

.btn-disabled {
	background-color: #e48d8a;
	border-color: #d43f3a;
	color: #ffffff;
}

.txt-muted-margin {
	margin-left: 25px;
}

.fc-day-header span {
	color: #555555;
}

.fc-day-number {
	color: #555555 !important;
}

.fc-view-container {
	background-color: #fff;
}

.fc-widget-header span {
	color: #555555 !important;
}

.fc-list-item-time.fc-widget-content {
	color: #555555 !important;
}

.fc-list-item-title.fc-widget-content {
	color: #555555 !important;
}

.fc-center h2 {
	color: #555555;
}

.fc-unthemed .fc-list-empty {
	color: #555555;
	font-weight: 700;
}

.calendarEvent {
	cursor: pointer;
}

.fc-time {
	display: none;
}

.txtGeneral-Black.divClientFilters {
	font-size: 11px;
}

.elementDisabled {
	cursor: not-allowed !important;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	background-color: #eeeeee !important;
	border: 1px solid #cccccc !important;
	color: #000000 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.fa-1 {
	font-size: 1.5em !important;
}

.dateCounter {
	font-weight: 700;
	margin-bottom: 0 !important;
	color: #999999 !important;
}

.lbl_error {
	color: red;
	padding-left: 0px !important;
}

.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
}

	.bs-wizard > .bs-wizard-step {
		padding: 0;
		position: relative;
	}

		.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
			color: #595959;
			font-size: 16px;
			margin-bottom: 5px;
		}

		.bs-wizard > .bs-wizard-step .bs-wizard-info {
			color: #999;
			font-size: 14px;
		}

		.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
			position: absolute;
			width: 30px;
			height: 30px;
			display: block;
			background: #6E368C;
			top: 45px;
			left: 50%;
			margin-top: -15px;
			margin-left: -15px;
			border-radius: 50%;
		}

			.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
				content: ' ';
				width: 14px;
				height: 14px;
				background: #ba6883;
				border-radius: 50px;
				position: absolute;
				top: 8px;
				left: 8px;
			}

		.bs-wizard > .bs-wizard-step > .progress {
			position: relative;
			border-radius: 0px;
			height: 8px;
			box-shadow: none;
			margin: 20px 0;
		}

			.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
				width: 0px;
				box-shadow: none;
				background: #6E368C;
			}

		.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
			width: 100%;
		}

		.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
			width: 50%;
		}

		.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
			width: 0%;
		}

		.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
			width: 100%;
		}

		.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
			background-color: #f5f5f5;
		}

			.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
				opacity: 0;
			}

		.bs-wizard > .bs-wizard-step:first-child > .progress {
			left: 50%;
			width: 50%;
		}

		.bs-wizard > .bs-wizard-step:last-child > .progress {
			width: 50%;
		}

		.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
			pointer-events: none;
		}

.progress-bar {
	text-align: left;
	white-space: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

	.progress-bar > .progress-type {
		padding-left: 10px;
	}

.progress-meter {
	min-height: 15px;
	border-bottom: 2px solid rgb(160, 160, 160);
}

	.progress-meter > .meter {
		position: relative;
		float: left;
		min-height: 15px;
		border-width: 0px;
		border-style: solid;
		border-color: rgb(160, 160, 160);
	}

	.progress-meter > .meter-left {
		border-left-width: 2px;
	}

	.progress-meter > .meter-center {
		border-left-width: 2px;
	}

	.progress-meter > .meter-right {
		float: right;
		border-right-width: 2px;
	}

		.progress-meter > .meter-right:last-child {
			border-left-width: 2px;
		}

	.progress-meter > .meter > .meter-text {
		position: absolute;
		display: inline-block;
		bottom: -20px;
		width: 100%;
		font-weight: 700;
		font-size: 0.85em;
		color: rgb(160, 160, 160);
		text-align: left;
	}

	.progress-meter > .meter.meter-right > .meter-text {
		text-align: right;
	}

	.progress-meter > .meter.meter-left > .meter-text {
		text-align: left;
	}

	.progress-meter > .meter.meter-center > .meter-text {
		text-align: center;
	}

.bar-step {
	position: absolute;
	margin-top: -20px;
	z-index: 1;
	font-size: 12px;
}

.label-txt {
	float: left;
}

.label-line {
	float: right;
	background: #a0a0a0;
	height: 50px;
	width: 2px;
	margin-left: 5px;
}

.label-percent {
	float: right;
	margin-left: 5px;
}

.nav > li.disabled > a {
	color: #999999 !important;
}

	.nav > li.disabled > a > h4 {
		color: #999999 !important;
	}

	.nav > li.disabled > a > p {
		color: #999999 !important;
	}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #6E368C !important;
	color: #ffffff !important;
	margin-bottom: 15px;
}

.list-group-item-heading {
	color: #6E368C;
}

.list-group-item-text {
	color: #6E368C;
}

.nav > li.active > a > h4 {
	color: #FFF;
}

.nav > li.active > a > p {
	color: #FFF;
}

.file {
	visibility: hidden;
	position: absolute;
}

.spinner {
	width: 100px;
}

	.spinner input {
		text-align: right;
	}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

	.input-group-btn-vertical > .btn {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 8px;
		margin-left: -1px;
		position: relative;
		border-radius: 0;
	}

		.input-group-btn-vertical > .btn:first-child {
			border-top-right-radius: 4px;
		}

		.input-group-btn-vertical > .btn:last-child {
			margin-top: -2px;
			border-bottom-right-radius: 4px;
		}

	.input-group-btn-vertical i {
		position: absolute;
		top: 0;
		left: 4px;
	}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
	content: "\e114"; /* adjust as needed, taken from bootstrap.css */
	float: right; /* adjust as needed */
	color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.request_disabled {
	cursor: no-drop;
}

	.request_disabled img {
		opacity: 0.6;
	}

	.request_disabled h4 {
		color: #ddd;
	}

	.request_disabled label {
		color: #ddd;
	}

.icon_disabled {
	cursor: no-drop;
	opacity: 0.5;
}

ul.nav-wizard {
	background-color: #f9f9f9;
	/*border: 1px solid #d4d4d4;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	*zoom: 1;
	position: relative;
	overflow: hidden;
}

	ul.nav-wizard:before {
		display: block;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 46px;
		height: 47px;
		border-top: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
		z-index: 11;
		content: " ";
	}

	ul.nav-wizard:after {
		display: block;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 138px;
		height: 47px;
		border-top: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
		z-index: 11;
		content: " ";
	}

	ul.nav-wizard li {
		position: relative;
		float: left;
		height: 46px;
		display: inline-block;
		text-align: middle;
		padding: 0 20px 0 30px;
		margin: 0;
		font-size: 16px;
		line-height: 46px;
	}

		ul.nav-wizard li a {
			color: #468847;
			padding: 0;
			text-align: center;
			margin: 2px;
		}

			ul.nav-wizard li a:hover {
				background-color: transparent;
			}

		ul.nav-wizard li:before {
			position: absolute;
			display: block;
			border: 24px solid transparent;
			border-left: 16px solid #d4d4d4;
			border-right: 0;
			top: -1px;
			z-index: 10;
			content: '';
			right: -16px;
		}

		ul.nav-wizard li:after {
			position: absolute;
			display: block;
			border: 24px solid transparent;
			border-left: 16px solid #f9f9f9;
			border-right: 0;
			top: -1px;
			z-index: 10;
			content: '';
			right: -15px;
		}

		ul.nav-wizard li.active {
			color: #3a87ad;
			background: #6E368C;
		}

			ul.nav-wizard li.active:after {
				border-left: 16px solid #6E368C;
			}

			ul.nav-wizard li.active a,
			ul.nav-wizard li.active a:active,
			ul.nav-wizard li.active a:visited,
			ul.nav-wizard li.active a:focus {
				color: #3a87ad;
				background: #6E368C;
			}

	ul.nav-wizard .active ~ li {
		color: #999999;
		background: #ededed;
	}

		ul.nav-wizard .active ~ li:after {
			border-left: 16px solid #ededed;
		}

		ul.nav-wizard .active ~ li a,
		ul.nav-wizard .active ~ li a:active,
		ul.nav-wizard .active ~ li a:visited,
		ul.nav-wizard .active ~ li a:focus {
			color: #999999;
			background: #ededed;
		}

	ul.nav-wizard.nav-wizard-backnav li:hover {
		color: #468847;
		background: #f6fbfd;
	}

		ul.nav-wizard.nav-wizard-backnav li:hover:after {
			border-left: 16px solid #f6fbfd;
		}

		ul.nav-wizard.nav-wizard-backnav li:hover a,
		ul.nav-wizard.nav-wizard-backnav li:hover a:active,
		ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
		ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
			color: #468847;
			background: #f6fbfd;
		}

	ul.nav-wizard.nav-wizard-backnav .active ~ li {
		color: #999999;
		background: #ededed;
	}

		ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
			border-left: 16px solid #ededed;
		}

		ul.nav-wizard.nav-wizard-backnav .active ~ li a,
		ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
		ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
		ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
			color: #999999;
			background: #ededed;
		}

.list-group-item-heading {
	margin-top: 15px !important;
}

.btn-summary {
	background-color: #ffffff;
	color: #6E368C;
	font-weight: 400;
	border: 1px solid #dddddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}

	.btn-summary:hover {
		background-color: #eee;
	}

.btn-next.disabled, .btn-next[disabled], fieldset[disabled] .btn-next, .btn-next.disabled:hover, .btn-next[disabled]:hover, fieldset[disabled] .btn-next:hover, .btn-next.disabled:focus, .btn-next[disabled]:focus, fieldset[disabled] .btn-next:focus, .btn-next.disabled:active, .btn-next[disabled]:active, fieldset[disabled] .btn-next:active, .btn-next.disabled.active, .btn-next.active[disabled], fieldset[disabled] .btn-next.active {
	color: #FFF !important;
	cursor: not-allowed !important;
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: inherit !important;
}

/************************************* EDITOR STYLES *************************************/

.Editor-container {
	margin-top: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000 !important;
}

#menuBarDiv, #statusbar {
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
}

#menuBarDiv {
	border-radius: 3px 3px 0 0;
	border-bottom: none;
	min-height: 25px;
	padding: 5px 0;
}

	#menuBarDiv div:first-child {
		margin-left: 3px;
	}

	#menuBarDiv .dropdown {
		float: left;
	}

	#menuBarDiv .dropdown-toggle {
		font-size: 14px;
	}

		#menuBarDiv .dropdown-toggle .caret {
			margin-left: 5px;
			border-top-color: #999;
		}

	#menuBarDiv a.btn {
		position: relative;
		margin-bottom: 3px;
	}

#paletteCntr {
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: auto;
	margin-bottom: 10px;
}

#statusbar {
	min-height: 30px;
	border-radius: 0 0 3px 3px;
	border-top: none;
	line-height: 30px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

	#statusbar .label {
		float: right;
		margin: 6px 10px 0 0;
		background: #BBB;
		text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
		padding: 2px 4px;
		font-size: 11.844px;
		line-height: 14px;
	}

.Editor-editor {
	height: 300px;
	padding: 1%;
	border: 1px solid #EEE;
	border-radius: 0;
	word-wrap: break-word;
}

#paletteCntr ul {
	width: 145px;
	float: left;
	z-index: 999;
	margin: 0 10px;
}

#paletteCntr li {
	cursor: pointer;
	display: block;
	height: 16px;
	float: left;
	margin: 0;
	padding: 0;
	width: 16px;
	margin: 1px;
}

	#paletteCntr li div {
		text-align: left;
		margin: 0;
		font-size: 12px;
	}

div.activeColour {
	position: absolute;
	display: inline;
	left: 0;
	top: 30px;
	background: #E8E8E8;
	padding-bottom: 10px;
	z-index: 10000;
}

#colorpellete, #bg_colorpellete {
	float: left;
}

.bg_activeColour {
	position: absolute;
	display: inline;
	float: left;
}

.specialCntr {
	background-color: #E8E8E8 !important;
	display: inline;
	position: absolute;
	width: 176px;
	top: 30px;
	left: 0;
}

	.specialCntr ul {
		float: left;
		margin: 10px;
		white-space: normal;
		-webkit-padding-start: 0px;
		-moz-padding-start: 0px;
	}

		.specialCntr ul li {
			list-style: none;
			float: left;
			font-size: 12px;
			width: 20px;
			height: 20px;
			background: #FFF;
			margin: 3px;
			color: #000000;
			text-align: center;
			font-weight: bold;
			cursor: pointer;
		}

			.specialCntr ul li:hover {
				background: #666;
				color: #FFF;
			}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.on {
	display: block;
	position: relative;
}

.fullscreen {
	position: fixed;
	background: #FFF;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	margin: 0;
}

	.fullscreen #statusbar {
		position: fixed;
		bottom: 0;
		border-top: 1px solid #DDD;
	}

	.fullscreen #contentarea {
		border: none;
	}

.nav-customer {
	background-color: #FFF !important;
	border-color: #FFF !important;
}

	.nav-customer .navbar-nav > li > a {
		color: #122632;
	}

		.nav-customer .navbar-nav > li > a:hover {
			color: #6E368C !important;
		}

.dropdown-menu > li > a:hover {
	background-color: #6E368C !important;
	color: #fff !important;
}

.navbar-brand {
	padding-top: 0px !important;
	padding-right: 0px !important;
}

.modal-dialog {
	width: 750px !important;
}

.lead {
	font-weight: 700 !important;
	font-size: 16px !important;
}

.table-responsive {
	border: 1px solid #ddd !important;
	margin-bottom: 15px;
}

.form-horizontal .control-label {
	text-align: left !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin: 0px !important;
	position: relative !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent !important;
	color: #6E368C !important;
}

.navbar-default {
	background-color: #FFFFFF !important;
}

.pagesize, .gotoPage, tablesorter-filter {
	color: #999;
}

/************************************* BOOTSTRAP TABLE CONTROL *************************************/
.th-inner {
	color: #000;
}

.fixed-table-container {
	border: none !important;
}

	.fixed-table-container thead th {
		border-left: none !important;
	}

	.fixed-table-container tbody td {
		border-left: none !important;
	}

.fht-cell {
	border-top: 2px solid #ddd;
}

.filterControl {
	padding: 10px !important;
}

	.filterControl input {
		margin: 0px !important;
	}

.radio label, .checkbox label {
	padding-left: 0px !important;
}

.bootstrap-table .table > thead > tr > th {
	vertical-align: top !important;
}

.th-inner {
	min-height: 40px;
}

.pagination-info {
	color: #000000 !important;
}

.fixed-table-pagination {
	padding: 10px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #6E368C !important;
	border-color: #6E368C !important;
	color: #FFF !important;
}

.filter-control select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin: 0px !important;
}

.radio, .checkbox {
	margin: 0px !important;
}

.bg-warning {
	background-color: #6E368C !important;
}


.filter-group {
	margin-bottom: 0;
}

.list-group-item {
	cursor: pointer;
	text-decoration: none;
	border-top: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd !important;
	border-left: none !important;
	border-right: none !important;
}

.link-request {
	color: #000000 !important;
}

.sublink-request {
	color: #000000 !important;
}

	.sublink-request:hover {
		color: #6E368C !important;
	}

.sublink-request-active {
	color: #6E368C !important;
}

.link-request-active {
	font-weight: 700 !important;
	color: #6E368C !important;
}

.sublist-request {
	background-color: #f1f1f1 !important;
}

.list-request:hover {
	background-color: #f1f1f1;
}

.list-request-active {
	background-color: #f1f1f1 !important;
}

.list-group-item-collapse {
	background-color: #f1f1f1 !important;
	text-decoration: none !important;
}

.list-group-item .sub {
	border: none !important;
}

.list-group-item a {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}

.list-group {
	margin-top: 5px;
	margin-bottom: 5px !important;
}

.product-bg {
	height: 90px;
	background-position: 0 50%;
	background-size: 100% auto;
	display: block;
}

.brand-bg {
	height: 165px;
	background-position: 0 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
}

.banner-bg {
	height: 500px;
	background-position: 0 50%;
	background-size: 100% auto;
	display: block;
}

.product-actions {
	margin-top: 10px;
	margin-bottom: 5px;
}

.product-fields {
	padding-top: 5px;
}

.btn-status {
	border-radius: 100px !important;
}

.status-quoted {
	border: 1px solid #0275d8 !important;
	color: #0275d8 !important;
	background-color: transparent !important;
}

	.status-quoted:hover {
		border: 1px solid #0275d8 !important;
		color: #FFF !important;
		background-color: #0275d8 !important;
	}

.status-confirmed {
	border: 1px solid #5cb85c !important;
	color: #5cb85c !important;
	background-color: transparent !important;
}

	.status-confirmed:hover {
		border: 1px solid #5cb85c !important;
		color: #FFF !important;
		background-color: #5cb85c !important;
	}

.status-draft {
	border: 1px solid #6E368C !important;
	color: #6E368C !important;
	background-color: transparent !important;
}

	.status-draft:hover {
		border: 1px solid #6E368C !important;
		color: #FFF !important;
		background-color: #6E368C !important;
	}

.status-pendingADM {
	border: 1px solid #f0ad4e !important;
	color: #f0ad4e !important;
	background-color: transparent !important;
}

	.status-pendingADM:hover {
		border: 1px solid #f0ad4e !important;
		color: #FFF !important;
		background-color: #f0ad4e !important;
	}

.status-cancel {
	border: 1px solid #d9534f !important;
	color: #d9534f !important;
	background-color: transparent !important;
}

	.status-cancel:hover {
		border: 1px solid #c9302c !important;
		color: #FFF !important;
		background-color: #c9302c !important;
	}

.fullname {
	color: #14171a !important;
	font-size: 14px;
	font-weight: bold;
}

	.fullname:hover {
		text-decoration: underline !important;
	}

.w-400 {
	font-weight: 400;
}

.briefing-list {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-type:hover {
	text-decoration: underline !important;
}

.filter-actions {
	margin-bottom: 10px;
}

.product-content {
	padding: 5px;
}


.filter-icon {
	color: #999999 !important;
}

	.filter-icon:hover {
		color: #6E368C !important;
	}

.filter-icon-active {
	color: #6E368C;
}

.filter-disabled {
	cursor: not-allowed !important;
	color: #999999 !important;
}

.product {
	min-height: 410px !important;
}

.product-catalogue {
	min-height: 270px !important;
}

.opt-product {
	text-align: left !important;
}

.fa-bars-toggle {
	color: #999999;
}

	.fa-bars-toggle:hover {
		color: #6E368C;
	}

	.fa-bars-toggle:focus {
		color: #6E368C;
	}

.txtGeneral-Black.separator {
	border-right: 2px solid #6E368C;
	padding-right: 10px;
}

.program-dates {
	display: inline-block;
}

.dates {
	margin: 0px !important;
	padding-bottom: 0px !important;
}

.filter-list {
	color: #000000;
}

.hide {
	margin-left: -200px;
	transition: all 0.8s ease;
}

.side-menu {
	position: absolute;
	top: 30px;
	background: #eeeeee;
	color: white;
	width: 200px;
	height: 100%;
}

.show-menu {
	margin-left: 0 !important;
}

#layer1 {
	.nav-link > a;

{
	color: red;
}

}

.all-briefings {
	margin-right: 15px;
	color: #999999;
}

	.all-briefings:hover {
		color: #6E368C;
	}


.all-briefings-active {
	margin-right: 15px;
	color: #6E368C;
}

.label-control {
	color: #000000;
}

.table {
	margin-bottom: 0 !important;
}

.txtGeneral-Black .text-nowrap {
	color: #000000 !important;
}

.spinner {
	width: 50px;
	height: 50px;
	border: 2px solid #f3f3f3;
	border-top: 3px solid #6E368C;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: spin 1s infinite linear;
	z-index: 1000;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 6000;
}

.wordbrek {
	word-break: break-all;
}

.max-width {
	min-width: 140px !important;
	max-width: 140px !important;
}

.loaderBackground {
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.5;
	margin: 0 auto;
	position: fixed;
	z-index: 3000;
}





.resume-modal {
	text-decoration: none;
	color: #000000 !important;
}

	.resume-modal:hover {
		color: #6E368C !important;
	}

.panel-default > .panel-heading {
	background-color: transparent !important;
}

.bg-trackorder-success {
	background-color: #d0e9c6 !important;
}

.bg-trackorder-warning {
	background-color: #faf2cc !important;
}

.bg-trackorder-danger {
	background-color: #ebcccc !important;
}

.txt-trackorder-success {
	color: #3C763D !important;
}

.txt-trackorder-warning {
	color: #8A6D3B !important;
}

.txt-trackorder-danger {
	color: #A94442 !important;
}

.not-allowed {
	cursor: not-allowed;
}

.fa.fa-eye.table-align {
	color: #000000 !important;
	text-decoration: none !important;
	margin: 0px !important;
}

.scrollable-dropdown {
	height: auto;
	max-height: 320px; /* Increase / Decrease value as per your need */
	overflow-x: hidden;
}

.btn-outline-customer:hover {
	color: #fff !important;
	background-color: #6E368C;
}

.btn-outline-customer {
	color: #6E368C;
	background-color: transparent;
	border: 1px solid #6E368C !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	border-radius: 50px !important;
}

.product-bg {
	height: 150px;
	background-position: 0 50%;
	background-size: 100% auto;
	display: block;
}

.catalog-bg {
	height: 285px;
	background-position: 0 50%;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.catalog-bg img {
		height: 100%;
		width: auto;
		display: block;
	}

.allocation {
	margin-top: 15px;
}

.linkButton {
	font-size: 16px !important;
}

.Categorie-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #6E368C;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.shortDesc-title {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Stock-title {
	font-weight: 400;
	text-transform: uppercase;
	color: #8f9195;
	font-weight: 700;
}

.Price-title {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #6E368C;
}

.btnDefault-title {
	color: #6E368C;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btnDefault-desc {
	color: #FFF;
	margin-bottom: 20px;
}

.btnDefault-filter, .btnDefault-filter-label {
	color: #6E368C;
}

	.btnDefault-filter-label:hover {
		text-decoration: underline !important;
	}

/*TOP BAR/////////////////////*/

.topBar {
	background-color: #6E368C;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 13px;
}

.topBar ul {
	margin: 0;
}

.topBar ul li {
	line-height: 42px;
}

.topBar ul li a {
	font-size: 13px;
	/*color: #878c94;*/
}
/*Padre*/
.tobBarNavLeft li a,
.topBarNav li a {
	color: #fff !important;
}
/*Hijo*/
.tobBarNavLeft li ul li a,
.topBarNav li ul li a {
	color: #878c94 !important;
}

.tobBarNavLeft li a i,
.topBarNav li a i {
	margin-right: 5px;
}

.dropdown-toggle li a:hover {
	color: #FFF !important;
}

.topBar a {
	color: #878c94 !important;
	text-decoration: none;
}

.topBar .cart-items p {
	color: #878c94 !important;
	font-weight: 400;
	font-size: 13px;
}

.text-primary {
	color: #6E368C !important;
}


.text-primary_white {
	color: white !important;
}

.color-custom-link {
	color: #6E368C;
}

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

.topBar ul.topBarNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.topBar ul.topBarNav li {
		position: relative;
		display: inline-block;
		margin-right: -4px;
		border-right: 1px solid rgba(0, 0, 0, 0.08);
	}

		.topBar ul.topBarNav li:last-child {
			border-right: none;
		}

		.topBar ul.topBarNav li a {
			display: block;
			padding-left: 12px;
			padding-right: 12px;
		}

		.topBar ul.topBarNav li ul {
			background-color: #ffffff;
			position: absolute;
			top: 42px;
			left: auto;
			min-width: 10px;
			right: 4px;
			border-radius: 0px;
			border: solid 0px;
			margin-right: -4px;
			padding: 0;
			list-style-type: none;
			z-index: 500;
			-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
			-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
			-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
			box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		}

			.topBar ul.topBarNav li ul li {
				display: block;
				line-height: 30px;
				width: 100%;
				border: none;
			}

		.topBar ul.topBarNav li a {
			display: block;
			padding-left: 12px;
			padding-right: 12px;
		}

.topBar .dropdown-menu > li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #878c94;
	font-size: 15px white-space: nowrap;
}

	.topBar .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: #00BCD4;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0.02);
	}

.navbar {
	margin-bottom: 0px !important;
}

/*CART/////////////////////*/


.cart-items::-webkit-scrollbar {
	width: 6px;
	background-color: #ECECEC;
}

.cart-items::-webkit-scrollbar-track {
}

.cart-items::-webkit-scrollbar-thumb {
	background-color: #084951;
	outline: 1px solid black;
}

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

.topBar ul.topBarNav li ul.cart .cart-items {
	padding: 10px;
	max-height: 500px;
	min-width: 300px;
	overflow: auto;
}

	.topBar ul.topBarNav li ul.cart .cart-items .items {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		.topBar ul.topBarNav li ul.cart .cart-items .items li {
			overflow: hidden;
			clear: left;
			padding-bottom: 10px;
			margin-bottom: 10px;
			border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		}

			.topBar ul.topBarNav li ul.cart .cart-items .items li .product-image {
				width: 60px;
				float: left;
			}

			.topBar ul.topBarNav li ul.cart .cart-items .items li a {
				margin: 0;
				padding: 0;
				line-height: normal;
				background-color: transparent;
				display: inline;
			}

			.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details {
				position: relative;
				margin-left: 60px;
				padding: 0 15px 0 10px;
			}

				.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details .close-icon {
					position: absolute;
					top: 0;
					right: 0;
					font-size: 10px;
					line-height: normal;
				}

.topBar ul.topBarNav li ul.cart .cart-footer {
	overflow: hidden;
	/*background-color: rgba(0, 0, 0, 0.05);*/
	background-color: #6E368C;
	color: #FFFFFF !important;
}

	.topBar ul.topBarNav li ul.cart .cart-footer a {
		text-align: center;
		padding: 10px 20px;
		margin: 0;
		background-color: transparent;
		color: #FFFFFF !important;
	}

/*MEGA DROPDOWN/////////////////////*/

.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}

	.mega-dropdown-menu > li > ul {
		padding: 0;
		margin: 0;
	}

		.mega-dropdown-menu > li > ul > li {
			list-style: none;
		}

			.mega-dropdown-menu > li > ul > li > a {
				display: block;
				color: #222;
				padding: 3px 5px;
				font-weight: 400;
			}

.dropdown-menu.mega-dropdown-menu {
	z-index: 1000;
}

.mega-dropdown-menu > li > ul > li > a:hover {
	text-decoration: underline !important;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #6E368C;
	padding: 5px 60px 5px 5px;
	line-height: 30px;
}

.dropdown-header.title-submenu {
	padding-left: 0px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #6E368C !important;
}

/*.dropdown-menu:not(.datepicker) {
    min-width: 100% !important;
}*/

.dropdown-submenu {
	position: initial;
	min-width: 200px;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 101%;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

	.dropdown-submenu.pull-left > .dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
	}

.dropdown-submenu li a {
	color: #000 !important;
	font-weight: 400;
}

	.dropdown-submenu li a:hover {
		color: #6E368C !important;
		text-decoration: underline !important;
	}

.carousel-control {
	width: 30px;
	height: 30px;
	top: -35px;
}

.left.carousel-control {
	right: 30px;
	left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #000000;
	border: 1px solid #ddd;
}

.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
}

	.col-item .photo img {
		margin: 0 auto;
		width: 100%;
	}

	.col-item .info {
		padding: 10px;
		border-radius: 0 0 5px 5px;
		margin-top: 1px;
	}

	/*.col-item:hover .info {
    background-color: #fafafa;
}*/
	.col-item .price {
		/*width: 50%;*/
		float: left;
		margin-top: 5px;
	}

		.col-item .price h5 {
			line-height: 20px;
			margin: 0;
		}

.price-text-color {
	color: #6E368C;
}

.stock-text-color {
	color: #6E368C;
	font-weight: normal;
}

.col-item .info .rating {
	color: #777;
}

.info {
	text-align: left !important;
}

.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}

.col-item .separator {
	border-top: 1px solid #E1E1E1;
}

.clear-left {
	clear: left;
}

.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

	.col-item .separator p i {
		margin-right: 5px;
	}

.col-item .btn-add {
	width: 50%;
	float: left;
}

.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}

.controls {
	margin-top: 20px;
}

[data-slide="prev"] {
	margin-right: 10px;
}

.swatches {
	margin: 17px 0 80px;
}

.selector-wrapper,
#productSelect {
	display: none;
}

.swatch {
	float: left;
	margin-right: 40px;
}

	.swatch:nth-last-child(2) {
		margin-right: 0;
	}

	.swatch .header {
		font-family: "montserratbold", sans-serif;
		text-transform: uppercase;
	}

	.swatch input {
		display: none;
	}

	.swatch .swatch-element {
		float: left;
		margin: 5px 8px 0 0;
		position: relative;
	}

	.swatch .color label {
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		border: 1px solid;
		cursor: pointer;
		display: block;
		height: 42px;
		padding: 7px 0 0 7px;
		width: 42px;
	}

		.swatch .color label span {
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			display: block;
			height: 26px;
			position: relative;
			width: 26px;
		}

			.swatch .color label span:after {
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-webkit-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background: transparent url('https://wazgenericstorage.blob.core.windows.net/admstyletest/tickWhite.png') no-repeat center center;
				bottom: 0;
				content: "";
				display: block;
				height: 100%;
				left: 0;
				opacity: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

	.swatch .color .labelWhite span:after {
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background: transparent url('https://wazgenericstorage.blob.core.windows.net/admstyletest/tickBlack.png') no-repeat center center;
		bottom: 0;
		content: "";
		display: block;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.swatch .plain label {
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		font-family: "montserratbold", sans-serif;
		border: 1px solid #086fcf;
		color: #086fcf;
		cursor: pointer;
		display: block;
		height: 42px;
		padding-top: 8px;
		text-align: center;
		width: 42px;
	}

	.swatch .color input:checked + label span:after {
		opacity: 1;
	}

	.swatch input:not(:checked) + label {
		border-color: #edeff2;
	}

		.swatch input:not(:checked) + label:hover {
			border-color: #b5b6bd !important;
		}

	.swatch .plain input:not(:checked) + label {
		color: #16161a !important;
	}

	.swatch .blue input:checked + label {
		border-color: #086fcf !important;
	}

	.swatch .yellow input:checked + label {
		border-color: #f5c81f !important;
	}

	.swatch .red input:checked + label {
		border-color: #d9332e !important;
	}

	.swatch .blue label span {
		background-color: #086fcf !important;
	}

	.swatch .yellow label span {
		background-color: #f5c81f !important;
	}

	.swatch .red label span {
		background-color: #d9332e !important;
	}

.crossed-out {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.swatch .swatch-element .crossed-out {
	display: none;
}

.swatch .swatch-element.soldout .crossed-out {
	display: block;
}

.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.swatch .tooltip {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	background-color: rgba(22, 22, 26, 0.93);
	color: #fff;
	bottom: 100%;
	padding: 10px;
	display: block;
	position: absolute;
	width: 100px;
	left: -23px;
	margin-bottom: 15px;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	z-index: 10000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.swatch .tooltip:before {
		bottom: -20px;
		content: " ";
		display: block;
		height: 20px;
		left: 0;
		position: absolute;
		width: 100%;
	}

	.swatch .tooltip:after {
		border-left: solid transparent 10px;
		border-right: solid transparent 10px;
		border-top: solid rgba(22, 22, 26, 0.93) 10px;
		bottom: -10px;
		content: " ";
		height: 0;
		left: 50%;
		margin-left: -13px;
		position: absolute;
		width: 0;
	}

.swatch .swatch-element:hover .tooltip {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.swatch.error {
	background-color: #E8D2D2 !important;
	color: #000000 !important;
	padding: 1em;
	border-radius: 5px;
}

	.swatch.error p {
		margin: 0.7em 0;
	}

		.swatch.error p:first-child {
			margin-top: 0;
		}

		.swatch.error p:last-child {
			margin-bottom: 0;
		}

	.swatch.error code {
		font-family: monospace;
	}

.full-width-image {
	background: url() no-repeat center center;
	background-size: cover;
	text-align: center;
	height: 450px;
}

.btn-secondary {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border: 1px solid #dddddd !important;
	background-color: transparent;
}

.sort-active {
	color: #6E368C !important;
}

.brand_budweiser {
	border: 1px solid #c90916 !important;
	color: #c90916 !important;
}

	.brand_budweiser:hover {
		background-color: #c90916 !important;
		color: #FFF !important;
	}

.category_budweiser {
	color: #c90916 !important;
}

	.category_budweiser:hover {
		text-decoration: underline !important;
	}

.brand_corona {
	border: 1px solid #17213a !important;
	color: #17213a !important;
}

	.brand_corona:hover {
		background-color: #17213a !important;
		color: #FFF !important;
	}

.category_corona {
	color: #17213a !important;
}

	.category_corona:hover {
		text-decoration: underline !important;
	}

.brand_gooseisland {
	border: 1px solid #395326 !important;
	color: #395326 !important;
}

	.brand_gooseisland:hover {
		background-color: #395326 !important;
		color: #FFF !important;
	}

.category_gooseisland {
	color: #395326 !important;
}

	.category_gooseisland:hover {
		text-decoration: underline !important;
	}

.brand_hoegaarden {
	border: 1px solid #f9b723 !important;
	color: #f9b723 !important;
}

	.brand_hoegaarden:hover {
		background-color: #f9b723 !important;
		color: #FFF !important;
	}

.category_hoegaarden {
	color: #f9b723 !important;
}

	.category_hoegaarden:hover {
		text-decoration: underline !important;
	}

.brand_stellaartois {
	border: 1px solid #d58226 !important;
	color: #d58226 !important;
}

	.brand_stellaartois:hover {
		background-color: #d58226 !important;
		color: #FFF !important;
	}

.category_stellaartois {
	color: #d58226 !important;
}

	.category_stellaartois:hover {
		text-decoration: underline !important;
	}

.brand_budweiserfifaworldcup {
	border: 1px solid #c90916 !important;
	color: #c90916 !important;
}

	.brand_budweiserfifaworldcup:hover {
		background-color: #c90916 !important;
		color: #FFF !important;
	}

.category_budweiserfifaworldcup {
	color: #c90916 !important;
}

	.category_budweiserfifaworldcup:hover {
		text-decoration: underline !important;
	}

.navbar-right {
	margin-right: 0px !important;
}

.assortment {
	background: linear-gradient(36deg, #272b66 42.34%, transparent 42.34%), linear-gradient(72deg, #2d559f 75.48%, transparent 75.48%), linear-gradient(-36deg, #9ac147 42.34%, transparent 42.34%) 100% 0, linear-gradient(-72deg, #639b47 75.48%, transparent 75.48%) 100% 0, linear-gradient(36deg, transparent 57.66%, #e1e23b 57.66%) 100% 100%, linear-gradient(72deg, transparent 24.52%, #f7941e 24.52%) 100% 100%, linear-gradient(-36deg, transparent 57.66%, #662a6c 57.66%) 0 100%, linear-gradient(-72deg, transparent 24.52%, #9a1d34 24.52%) 0 100%, #43a1cd linear-gradient(#ba3e2e, #ba3e2e) 50% 100%;
	background-repeat: no-repeat;
	background-size: 50% 50%;
}

.circle-stripe {
	background:
	/* On "top" */
	repeating-linear-gradient( 45deg, transparent, transparent 10px, #dddddd 10px, #dddddd 20px ),
	/* on "bottom" */
	linear-gradient( to bottom, #f1f1f1, #f1f1f1 );
	color: #f1f1f1;
	margin: 0px !important;
}

/*BRIEFING LIST FILTERS/////////////////////*/

.nav-category-list li a {
	padding-left: 0px !important;
	margin-left: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color: #000000;
	font-weight: 400 !important;
}

.nav-category-list li {
	background-color: transparent !important;
}

	.nav-category-list li a:hover {
		background-color: transparent !important;
		color: #777777;
	}

.nav-category-list-active a {
	color: #6E368C !important;
	background-color: transparent !important;
}

.brand-filter-active {
	color: #6E368C !important;
	background-color: transparent !important;
}


.brand-active {
	color: #6E368C !important;
	background-color: transparent !important;
}

.viewmore {
	text-decoration: underline !important;
	text-transform: uppercase !important;
	color: #6E368C;
	font-weight: 700 !important;
	padding-left: 5px;
}

.form-check label {
	font-weight: 400 !important;
}

.btn .caret {
	position: absolute;
	right: 10px;
}

.panel-body .nav.nav-list {
	padding-left: 5px;
}

/*DEFAULT/////////////////////*/
.title-default {
	color: #000000 !important;
}

.txt-categories {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	vertical-align: middle;
}

.progress {
	height: 5px !important;
	border-radius: 0;
	background: #ddd !important;
	margin-bottom: 0px !important;
}

	.progress .progress-bar {
		background-color: #6E368C !important;
	}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
	position: relative;
	height: 43vh;
}

	.fade-carousel .carousel-inner .item {
		height: 43vh;
	}

	.fade-carousel .carousel-indicators > li {
		margin: 0 2px;
		background-color: #6E368C;
		border-color: #6E368C;
		opacity: .5;
	}

		.fade-carousel .carousel-indicators > li.active {
			width: 10px;
			height: 10px;
			opacity: 1;
		}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 50%;
	left: 35%;
	z-index: 3;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

	.hero h4 {
		font-size: 20px;
		/*font-weight: bold;*/
		margin: 0;
		padding: 0;
		/*text-align:left; */
	}

	.hero h3 {
		font-size: 35px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		/*text-align: left;*/
	}

.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-hero,
.btn.btn-hero:focus {
	color: #f5f5f5;
	background-color: #6E368C;
	border-color: #6E368C;
	outline: none;
	margin: 20px auto;
	z-index: 10;
	left:0px;
}

	.btn.btn-hero:hover {
		background-color: #ae4b1a;
		border-color: #ae4b1a;
		color: #FFF;
	}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	height: 43vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background: #fff;
}

.fade-carousel .slides .slide-1 {
	background-image: url(https://wazvitacocostorage.blob.core.windows.net/vitacocostyletest/DGUSA-Banner1.jpg);
	background-size: cover;
}

.fade-carousel .slides .slide-2 {
	background-image: url(https://wazvitacocostorage.blob.core.windows.net/vitacocostyletest/DGUSA-Banner2.jpg);
}

.fade-carousel .slides .slide-3 {
	background-image: url(https://wazvitacocostorage.blob.core.windows.net/vitacocostyletest/DGUSA-Banner3.jpg);
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
	.hero {
		width: 980px;
	}
}

@media screen and (min-width: 1400px) {
	.hero {
		width: 980px;
	}
}

@media screen and (min-width: 1024px) {
	.hero {
		width: 980px;
	}
}

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

	.hero {
		position: absolute;
		top: 50%;
		left: 53%;
	}

		.hero h4 {
			font-size: 20px;
		}

		.hero h3 {
			font-size: 46px;
		}
}

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

	.hero {
		position: absolute;
		top: 50%;
		left: 52%;
	}

		.hero h4 {
			font-size: 20px;
		}

		.hero h3 {
			font-size: 36px;
		}
}

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

	.hero {
		position: absolute;
		top: 50%;
		left: 45%;
	}

		.hero h4 {
			font-size: 16px;
		}

		.hero h3 {
			font-size: 25px;
		}
}

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

	.hero {
		position: absolute;
		top: 50%;
		left: 45%;
		width: 700px;
	}

		.hero h4 {
			font-size: 14px;
		}

		.hero h3 {
			font-size: 25px;
		}
}

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

	.hero {
		position: absolute;
		top: 50%;
		left: 30%;
		width: 700px;
	}

		.hero h4 {
			font-size: 14px;
		}

		.hero h3 {
			font-size: 25px;
		}
}

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

	.hero {
		position: absolute;
		top: 50%;
		left: 35%;
		width: 500px;
	}

		.hero h4 {
			font-size: 12px;
		}

		.hero h3 {
			font-size: 25px;
		}
}

/********************************/
/*          CHECKBOX   */
/********************************/
.checkbox {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}

.checkbox-with-label:checked + .label-for-checkbox {
	font-weight: bold;
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

	.checkbox label::before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 17px;
		height: 17px;
		left: 0;
		margin-left: -20px;
		border: 1px solid #cccccc;
		border-radius: 3px;
		background-color: #fff;
		-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
		-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
		transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	}

	.checkbox label::after {
		display: inline-block;
		position: absolute;
		width: 16px;
		height: 16px;
		left: 0;
		top: 0;
		margin-left: -20px;
		padding-left: 3px;
		padding-top: 1px;
		font-size: 11px;
		color: #555555;
	}

.checkbox.checkbox-rtl label::before,
.checkbox.checkbox-rtl label::after {
	right: 0 !important;
	left: auto !important;
	margin-left: 0 !important;
	margin-right: -20px !important;
}

.checkbox input[type="checkbox"] {
	opacity: 10;
}

	.checkbox input[type="checkbox"]:focus + label::before {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.checkbox input[type="checkbox"]:checked + label::after {
		font-family: 'FontAwesome';
		content: "\f00c";
	}

	.checkbox input[type="checkbox"]:disabled + label {
		opacity: 0.65;
	}

		.checkbox input[type="checkbox"]:disabled + label::before {
			background-color: #eeeeee;
			cursor: not-allowed;
		}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox input {
	display: none;
}
/********************************/
/*          SEARCH   */
/********************************/
.instant-results {
	position: absolute;
	z-index: 500;
	border-radius: 0px;
	border: solid 0px;
	max-height: 500px;
	min-width: 250px;
	overflow: auto;
	left: auto;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

	.instant-results.list-group {
		margin-top: 0px;
	}

.form-search {
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
}

.search-form {
	position: relative;
	max-width: 100%;
}

.alert.comment-adm, .alert.comment-user {
	margin-bottom: 5px !important;
}

pre {
	border: none !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	padding: 0px !important;
	font-size: 14px !important;
	background-color: transparent !important;
}


/********************************/
/*      BRIEF CONVERSATIONS     */
/********************************/

.heading-topic p {
	margin-bottom: 0px;
}

.reply-date {
	background-color: #f7f7f7;
	border-top: 1px solid #b9b9b9;
	padding: 5px;
}

	.reply-date p {
		font-size: 12px;
		color: #000000;
		margin: 0px !important;
	}

.reply-user b {
	color: #55b68a;
	font-weight: 700;
}

.reply-user span {
	font-style: italic;
	font-size: 12px;
}

.reply-body p {
	color: #555555;
}

.reply-btn, .topic-btn {
	margin-bottom: 15px !important;
}

.attach-list-group {
	list-style: none;
}


.panel-notread {
	border-color: #faebcc !important;
}

	.panel-notread > .panel-heading {
		background-color: #fdfbf0 !important;
		border-color: #faebcc !important;
	}

.reply-date-notread {
	background-color: #fdfbf0 !important;
	border-color: #faebcc !important;
}


.CatalogLink {
	color: #FFF;
	font-weight: 700;
	font-size: 28px;
}

.border-right {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.list-inline > li {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.librand {
	list-style: none;
}

.VideoSelector {
	border: 3px solid #dddddd;
}

.VideoSelector-active {
	border: 3px solid #6E368C;
}

.box {
	width: 260px;
	background: #ffffff;
	/*border: 1px solid #ddd;*/
	padding: 5px;
	margin: 10px;
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tag {
	float: none !important;
}

	.tag > a {
		display: block;
	}

.tags {
	margin-top: 10px;
}

/******************************************/
/*      TREE MENU ASSETS AND TOOLKITS     */
/******************************************/

.tree-menu td {
	float: none !important;
}

	.tree-menu td a {
		padding-left: 0px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		color: #555;
	}

.a-active {
	padding-left: 0px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	color: #6E368C !important;
}

.ul-lvl1, .ul-lvl2 {
	margin-left: 15px !important;
}

.lkAgreement {
	text-decoration: underline !important;
	color: #6E368C !important;
}

	.lkAgreement:hover {
		text-decoration: underline !important;
		color: #6E368C !important;
	}

.treeview .list-group-item {
	cursor: pointer;
}

.treeview span.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.treeview span.icon {
	width: 12px;
	margin-right: 5px;
}

.treeview .node-disabled {
	color: silver;
	cursor: not-allowed;
}

.txtAlert {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px !important;
	font-weight: 600;
}

.timeAlert {
	font-size: 10px !important;
}

.alertClass {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
}

.icon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}


/******************************************/
/*            TAP PANELS MY POS           */
/******************************************/

.tabbable-panel {
	border: 1px solid #eee;
	padding: 10px;
}

.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}

	.tabbable-line > .nav-tabs > li {
		margin-right: 2px;
	}

		.tabbable-line > .nav-tabs > li > a {
			border: 0;
			margin-right: 0;
			color: #737373;
		}

			.tabbable-line > .nav-tabs > li > a > i {
				color: #a6a6a6;
			}

		.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
			border-bottom: 4px solid #ecced8;
		}

			.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
				border: 0;
				background: none !important;
				color: #333333;
			}

				.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
					color: #a6a6a6;
				}

			.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
				margin-top: 0px;
			}

		.tabbable-line > .nav-tabs > li.active {
			border-bottom: 4px solid #6E368C;
			position: relative;
		}

			.tabbable-line > .nav-tabs > li.active > a {
				border: 0;
				color: #333333;
			}

				.tabbable-line > .nav-tabs > li.active > a > i {
					color: #404040;
				}

.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}

.text-catalogue {
	font-size: small;
	font-weight: 600;
	color: lightslategray;
	margin-bottom: 1em;
}



.dropdown-menu > lo > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000000;
	white-space: nowrap;
}

.multiselect-container.dropdown-menu lo a {
	padding: 0;
}

	.multiselect-container.dropdown-menu lo a:hover {
		background-color: #6E368C !important;
		color: #fff !important;
	}

.multiselect-container.dropdown-menu lo label:hover {
	cursor: pointer !important;
}

.multiselect-container.dropdown-menu lo .active {
	background-color: #6E368C !important;
	color: #fff !important;
}

.dom-template {
	display: none;
}


/* TOAST */
.custom-toast {
	width: 350px;
	max-width: 100%;
	/*font-size: .875rem;*/
	pointer-events: auto;
	background-color: #ffc543;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 0.5rem 1rem #ffc543;
	border-radius: .25rem;
	opacity: 1 !important;
}

	.custom-toast #toast-container > .toast-warning {
		opacity: 1 !important;
	}

	.custom-toast .toast-header {
		display: flex;
		align-items: center;
		padding: .5rem .75rem;
		color: #6c757d;
		background-clip: padding-box;
		border-bottom: 1px solid rgba(0,0,0,.05);
		border-top-left-radius: calc(.25rem - 1px);
		border-top-right-radius: calc(.25rem - 1px);
	}

	.custom-toast .fa-bell {
		margin-right: 5px;
	}

	.custom-toast .toast-body {
		padding: .75rem;
		word-wrap: break-word;
		font-size: 13px;
		color: #878c94 !important;
	}

	.custom-toast .toast-header .left-content {
		width: 50%;
		text-align: left;
	}

	.custom-toast .toast-header .right-content {
		width: 50%;
		text-align: right;
	}

	.custom-toast .fa-close {
		box-sizing: content-box;
		width: 1em;
		height: 1em;
		color: #000;
		border: 0;
		border-radius: .25rem;
		opacity: .5;
		margin-left: 10px;
		background: transparent;
	}

		.custom-toast .fa-close:focus {
			outline: none;
		}

#toast-container > div {
	padding: 0 !important;
}

#toast-container .toast-title {
	display: none !important;
}


.stylestock {
	color: #C63737;
	background-color: #FFCDD2;
	font-weight: 700;
	padding-left: 2px;
	padding-right: 2px;
}

/* LAYOUT UTILS */
.w-25 {
	width: 25% !important;
}

.w-35 {
	width: 35% !important;
}

.w-50 {
	width: 50% !important;
}

.w-100 {
	width: 100%;
}

.w-75 {
	width: 75% !important;
}

.w-70 {
	width: 70% !important;
}

.w-60 {
	width: 60% !important;
}

.w-50 {
	width: 50% !important;
}

.w-45 {
	width: 45% !important;
}

.w-40 {
	width: 40% !important;
}

.w-35 {
	width: 35% !important;
}

.w-25 {
	width: 25% !important;
}

.w-15 {
	width: 15% !important;
}

.w-10 {
	width: 10% !important;
}

.w-5 {
	width: 5% !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.no-padding {
	padding: 0 !important;
}

.p-left-0 {
	padding-left: 0 !important;
}

.p-right-10 {
	padding-right: 10px !important;
}

.p-bottom-0 {
	padding-bottom: 0 !important;
}

.p-bottom-5 {
	padding-bottom: 5px;
}

.p-bottom-10 {
	padding-bottom: 10px;
}

.p-bottom-15 {
	padding-bottom: 15px !important;
}

.no-border-radius {
	border-radius: 0 !important;
}

.text-light {
	font-weight: 400 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-left-5 {
	margin-left: 5px;
}

.m-left-10 {
	margin-left: 10px !important;
}

.m-left-15 {
	margin-left: 15px;
}

.m-top-0 {
	margin-top: 0 !important
}

.m-top-5 {
	margin-top: 5px;
}

.m-top-10 {
	margin-top: 10px;
}

.m-top-15 {
	margin-top: 15px;
}

.m-top-25 {
	margin-top: 25px;
}

.m-bottom-0 {
	margin-bottom: 0;
	!important;
}

.m-bottom-5 {
	margin-bottom: 5px !important;
}

.m-bottom-10 {
	margin-bottom: 10px !important;
}

.m-bottom-15 {
	margin-bottom: 15px !important;
}

.m-left-0 {
	margin-left: 0 !important;
}

.pt-40 {
	padding-top: 40px !important;
}

/*
    MYPOS
*/
.border-bottom-0 {
	border-bottom: 0 !important;
}

.table-header-hr {
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #eee;
}

.filter-separator {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #eee;
}

.filters-title-refresh {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-container {
	margin-top: 10px;
}

.totals-container {
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	padding: 10px !important;
	margin-left: 0px !important;
	margin-right: 0 !important;
}

#myPOSFilters input[type="checkbox"].filter-item-checkbox {
	opacity: 0 !important;
}



#myPOSFilters .filter-name {
	font-size: 14px;
	font-weight: 600;
}

#myPOSFilters .panel-heading {
	padding: 0;
}

#myPOSFilters .panel-body {
	padding: 10px 0px 15px 1px;
}

#myPOSFilters .checkbox input[type="checkbox"] + label span {
	margin-left: 5px;
}

#myPOSFilters .checkbox input[type="checkbox"] + label::before {
	width: 16px;
	height: 16px;
	margin-left: -17px;
}

#myPOSFilters .checkbox input[type="checkbox"]:focus + label::before {
	outline: none;
	outline: none;
	outline-offset: 0;
}

#myPOSFilters .checkbox input[type="checkbox"] + label::after {
	background-color: #CD0754;
	color: #fff;
	border-radius: 3px;
	padding-left: 3px;
	margin-left: -17px;
}

#myPOSFilters .btn-nav-accordion[aria-expanded="true"] .fa-chevron-down {
	transform: rotate(180deg);
	transition: all 0.3s ease;
}

#myPOSFilters .btn-nav-accordion[aria-expanded="false"] .fa-chevron-down {
	transition: all 0.3s ease;
}

#myPOSFilters .checkbox.filterItem {
	display: flex;
	left: 4px;
}

#divChartBrand .table-border,
#divChartProgram .table-border {
	border: 1px solid #ddd !important;
}

.table-content-border {
	border: 1px solid #ddd !important;
	padding: 0 10px 10px 10px;
}

.d-flex-table-col-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.d-flex-align-items-center {
	display: flex;
	align-items: center;
}

.myPOS-searcher {
	padding-bottom: 10px;
}

	.myPOS-searcher input {
		border-left: 0;
	}

		.myPOS-searcher input:focus {
			border-color: #ccc;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important
		}

.view-more {
	color: #CD0954;
	text-decoration: none;
	padding-top: 10px;
}

	.view-more a {
		color: #CD0954;
		font-style: italic;
	}

/* COMING SOON LABEL */
.commingSoonLabel {
	position: absolute;
	right: -50px;
	bottom: 55px;
	transform: rotate( -43deg);
	background-color: #6E368C;
	color: white;
	width: 258px;
	text-align: center;
	font-size: 20px;
	padding: 5px;
	overflow: hidden;
}

/* MY POS DOWNLOAD EXCEL BTN */
.amcharts-export-menu {
	opacity: 1 !important;
}

	.amcharts-export-menu .export-main > a {
		background-color: #6E368C !important;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23fff%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E') !important;
		/*filter: invert(5%) !important;*/
	}

	.amcharts-export-menu .export-main:hover > a {
		background-color: #dc366c !important;
	}

.product-fields {
	min-height: 165px;
}

.productItem {
	min-height: 425px;
}

.d-flex {
	display: flex !important;
}

.d-none {
	display: none !important;
}
/*
    LOGIN
*/

.login {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

	.login ::placeholder {
		color: #55565a;
		font-weight: 600;
	}

.login-main-color-text {
	color: #55565a !important;
}

.login-link {
	text-decoration: underline !important;
	font-weight: 700;
	color: #55565a;
}

.login-main-color,
.login-main-color a {
	color: #55565a !important;
	font-weight: 600;
}

	.login-main-color label:hover {
		cursor: pointer;
	}

	.login-main-color:hover {
		opacity: 0.8;
	}

	.login-main-color a:hover {
		cursor: pointer;
	}

.login .login-left {
	width: 65%;
	height: 100%;
}

	.login .login-left .login-image {
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		/* background-color: #6E368C; */
		height: 100%;
	}

.login .login-right {
	width: 35%;
	position: relative;
	background-color: #FFFFFF;
}

	.login .login-right > .login-info {
		margin: 15% auto 0;
	}

		.login .login-right > .login-info .login-right-image {
			height: 175px;
			width: 65%;
			background-position: center bottom;
			margin: auto;
			background-repeat: no-repeat;
			background-size: contain;
		}

	.login .login-right .login-message {
		text-align: center;
		color: #55565a;
		width: 50%;
		margin: 0 auto;
		font-size: 20px;
		padding-top: 30px;
		font-weight: bold;
	}

	.login .login-right .login-buttons {
		text-align: center;
		width: 60%;
		margin: 0 auto;
	}

		.login .login-right .login-buttons .form-actions .links {
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 100%;
		}

		.login .login-right .login-buttons input {
			border: 2px solid #55565a;
			color: #55565a;			
			font-weight: 600;
			outline: none;
		}

		.login .login-right .login-buttons .input-group-addon {
			background-color: transparent;
			border: 2px solid #55565a;
			border-right: 0 !important;
		}

			.login .login-right .login-buttons .input-group-addon .add-on {
				color: #55565a;
			}

		.login .login-right .login-buttons .form-actions hr {
			border-top: 2px solid #55565a;
		}

.btn-login {
	background-color: #6E368C;
	border: 2px solid #6E368C !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 15px !important;
}

	.btn-login:hover {
		border: 2px solid #6E368C !important;
		opacity: 0.8;
	}

#aADMLogin {
	color: #55565a !important;
	font-weight: 700;
	text-decoration: underline !important;
}

/* MODAL UPLOAD FILE */
.table-loader {
	width: fit-content;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 9;
}

.table-data-loading {
	background: #eee;
	opacity: 0.8;
	pointer-events: none;
}
