/* Minification failed. Returning unminified contents.
(1152,43): run-time error CSS1046: Expect comma, found '132'
(1152,51): run-time error CSS1046: Expect comma, found '/'
(1197,165): run-time error CSS1046: Expect comma, found '0'
(1197,169): run-time error CSS1046: Expect comma, found '/'
(1197,192): run-time error CSS1046: Expect comma, found '0'
(1197,196): run-time error CSS1046: Expect comma, found '/'
(1197,220): run-time error CSS1046: Expect comma, found '0'
(1197,224): run-time error CSS1046: Expect comma, found '/'
(1197,249): run-time error CSS1046: Expect comma, found '0'
(1197,253): run-time error CSS1046: Expect comma, found '/'
(1197,279): run-time error CSS1046: Expect comma, found '0'
(1197,283): run-time error CSS1046: Expect comma, found '/'
(1197,309): run-time error CSS1046: Expect comma, found '0'
(1197,313): run-time error CSS1046: Expect comma, found '/'
(1574,43): run-time error CSS1046: Expect comma, found '132'
(1574,51): run-time error CSS1046: Expect comma, found '/'
(1595,42): run-time error CSS1046: Expect comma, found '0'
(1595,46): run-time error CSS1046: Expect comma, found '/'
(1782,31): run-time error CSS1046: Expect comma, found '0'
(1782,35): run-time error CSS1046: Expect comma, found '/'
(1805,45): run-time error CSS1046: Expect comma, found '132'
(1805,53): run-time error CSS1046: Expect comma, found '/'
(1821,44): run-time error CSS1046: Expect comma, found '132'
(1821,52): run-time error CSS1046: Expect comma, found '/'
(1932,43): run-time error CSS1046: Expect comma, found '132'
(1932,51): run-time error CSS1046: Expect comma, found '/'
 */
body {
	padding-top: 50px;
	padding-bottom: 20px;
}

.daterangepicker .calendar {
	display: block;
	max-width: 223px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
	 will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-autocomplete-loading {
	background: url(../Content/Images/input-loader.gif) no-repeat right center !important;
}

.login {
}

	.login .content .create-account p a + a {
		margin-left: 50px;
	}

	.login .content label, .login .content p {
		text-align: center;
	}

ul.page-breadcrumb {
	margin-top: 20px;
}

.breadcrumb .fa {
	font-size: inherit;
}


#Researches .portlet > .portlet-title {
	margin-bottom: 0px;
	padding: 0 10px;
}

#Researches .table-bordered {
	border: none;
}

	#Researches .table-bordered td:first-child {
		width: 20%;
	}

#Researches input[type="radio"] {
	margin-left: -8px;
}

.widthAuto {
	width: auto !important;
}

.padLeft-0 {
	padding-left: 0 !important;
}

.add-image-container {
	/*clear: both;
	display: inline-block;
	margin: 25px;
	padding: 10px;
	background-color: #CCC;
	width: 300px;*/
}

.sort-question-box .caption {
	color: #FFF;
}

.total-count {
	border: 1px solid #dddddd;
	background: #eee;
	color: #333;
	padding: 5px 10px;
	font-size: 13px;
	float: right;
	font-weight: bold;
}

.page-header .page-header-top .page-logo .logo-default {
	margin: auto 0 auto 0;
	width: 50%;
	display: block;
	margin-top: 6%;
}

.page-header .page-header-top .top-menu img.country-flag {
	height: auto !important;
	margin-top: 10px !important;
}

/* here you can put your own css to customize and override the theme */
.non-margin {
	margin: 0 !important;
}

.sort-table, .sort-table span {
	display: block;
	width: 20px;
	height: 20px;
}

	.sort-table .asc {
		background: url(/Themes/metronic/assets/global/plugins/datatables/media/images/sort_asc.png) 0 0 no-repeat;
	}

	.sort-table .desc {
		background: url(/Themes/metronic/assets/global/plugins/datatables/media/images/sort_desc.png) 0 0 no-repeat;
	}

.form-group.clearfix {
	margin-bottom: 10px;
}

	.form-group.clearfix .radio, .form-group.clearfix .checkbox {
		margin-top: 0;
	}

#MainGridDiv .pagination {
	margin-top: 0;
}

#MainGrid.small-table * {
	font-size: 12px !important;
}

.matchingWrapper .matchingTitle label {
	font-size: 16px;
	font-weight: 700;
	color: #96c64e;
}

.matchingWrapper .matchingTitle i {
	padding-right: 5px;
}

.loading {
	background: url('../Content/Images/list-loader.gif') center center no-repeat;
}

#pageLoading {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background: #fff;
	cursor: progress;
	opacity: 0.8;
}

	#pageLoading .loading {
		width: 100%;
		height: 100%;
	}

.modal-box {
	margin: 0 !important;
}

#successMessage {
	color: #35aa47;
}

#ErrorMessage {
	padding-bottom: 15px;
}

.sortable-items {
	padding-left: 25px !important;
	background-image: url(/Content/Images/sort-icon.png) !important;
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
}


.sortable-inputs {
	padding-left: 25px !important;
	background: url(/Content/Images/sort-icon.png) 10px center no-repeat;
}

.customSortableItem {
	cursor: move;
}

.sort-Product {
	cursor: move;
}

.ui-sortable-helper {
	background: #ccc;
	cursor: move;
}

.portlet.box > .portlet-title > .tools > a.expand-groups {
	background-image: url(/Themes/metronic/assets/global/img/portlet-expand-icon-white.png);
}

.portlet > .portlet-title > .tools > a.expand-groups {
	background-image: url(/Themes/metronic/assets/global/img/portlet-expand-icon.png);
	width: 14px;
}

.portlet.box > .portlet-title > .tools > a.on {
	background-image: url(/Themes/metronic/assets/global/img/portlet-collapse-icon-white.png);
}

.portlet > .portlet-title > .tools > a.on {
	background-image: url(/Themes/metronic/assets/global/img/portlet-collapse-icon.png);
	width: 14px;
}

#validateMessage {
	margin-top: 30px;
}

#ListContent:empty {
	text-align: center;
	font-size: 13px;
	color: #666;
	padding: 40px;
}

	#ListContent:empty::before {
		content: "No Results";
	}

.datepicker {
}

	.datepicker td.day {
		text-align: center;
	}

	.datepicker td.range.day {
		background: #ccc;
	}

	.datepicker td.selected.day {
		font-weight: bold !important;
		color: #fff !important;
	}

	.datepicker td.disabled {
		background: #E4E4E4;
		color: #989898;
	}

	.datepicker td.day.today {
		background: #FFFFA9 !important;
	}

#Dashboard .portlet-body {
	/*min-height: 280px;*/
}

	#Dashboard .portlet-body.min-height {
		min-height: 360px;
	}

.dashboard-stat .more {
	font-size: 10px !important;
}

.custom-portlet-filters {
}

	.custom-portlet-filters .custom-portlet-filter-company, .custom-portlet-filters .custom-portlet-filter-period {
	}

	.custom-portlet-filters .custom-portlet-filter-company {
	}

	.custom-portlet-filters .input-circle-right {
		border-left: none !important;
	}

	.custom-portlet-filters input, .custom-portlet-filters select {
		width: 150px !important;
	}

.portlet.light > .portlet-title > .inputs .portlet-input .form-control {
	height: 30px;
	padding: 3px 10px;
	font-size: 13px;
}

.form-control.form-control-error {
	/*border-top: 2px solid !important;
	border-color: #D05454 !important;*/
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: block;
	min-width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

	.ui-autocomplete .ui-menu-item > a.ui-corner-all {
		display: block;
		padding: 3px 15px;
		clear: both;
		font-weight: normal;
		line-height: 18px;
		color: #555555;
		white-space: nowrap;
	}

		.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
			color: #ffffff;
			text-decoration: none;
			background: #0088cc;
			border-radius: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			background-image: none;
		}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: none;
	background: #444D58;
	font-weight: normal;
	color: #B0C2CB;
	margin: 0 !important;
}

.CustomScrollArea {
}

.toast-top-right {
	right: 32px !important;
}

.fancybox-close {
	top: 13px !important;
	right: 23px !important;
	background-image: url('/Content/Images/fancybox_close.png');
	width: 32px;
	height: 32px;
}

	.fancybox-close:hover {
		background-position: 0 -32px;
	}

.fancybox-outer, .fancybox-inner {
	/*-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;*/
}

body.iframe-body {
	position: relative !important;
}

	body.iframe-body::-webkit-scrollbar {
		width: 14px;
		height: 18px;
	}

	body.iframe-body::-webkit-scrollbar-thumb {
		height: 6px;
		border: 4px solid rgba(0, 0, 0, 0);
		background-clip: padding-box;
		-webkit-border-radius: 7px;
		background-color: rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
	}

	body.iframe-body::-webkit-scrollbar-button {
		width: 0;
		height: 0;
		display: none;
	}

	body.iframe-body::-webkit-scrollbar-corner {
		background-color: transparent;
	}

	body.iframe-body .portlet {
		margin-bottom: 0 !important;
		padding: 0px 20px !important;
	}

.no-resize {
	resize: none;
}

.no-border-radius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.no-border-h {
	border-left: none !important;
	border-right: none !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-top-4 {
	padding-top: 4px !important;
}

.padding-top-15 {
	padding-top: 15px !important;
}

.width-hundred {
	width: 100px !important;
}

#TaskReportsChart {
	/*background: #3f3f4f;
	color:#ffffff;*/
	height: 400px;
	/*margin:-19px -20px -20px -20px;
	border-radius: 0px 0px 4px 4px;
	padding:20px;*/
}

.ChartLoader, .ChartNoData, .ChartNoData2, .ChartLoaderDisable {
	position: relative;
}

	.ChartLoader:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 999;
		background: #fff url('../Content/Images/list-loader.gif') center center no-repeat;
	}

	.ChartLoaderDisable:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 999;
		background: #fff url('../Content/Images/list-loader.gif') center center no-repeat;
	}

	.ChartNoData:before {
		content: "No Results";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 999;
		background: #F7F7F7;
		text-align: center;
		padding-top: 40%;
		color: #999;
		font-weight: lighter;
		font-size: 16px;
	}

	.ChartNoData2:before {
		content: attr(data-no-result);
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 999;
		background: #F7F7F7;
		text-align: center;
		padding-top: 20%;
		color: #999;
		font-weight: lighter;
		font-size: 16px;
	}

a[title="JavaScript charts"] {
	display: none !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

#CustomPageLoading {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background: #fff;
	cursor: progress;
}

	#CustomPageLoading #CustomPageLoadingLogo {
		background: url(../Content/Images/Logo.png) no-repeat 0 0;
		background-size: 100%;
		width: 90px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 53%;
		margin-left: -45px;
		margin-top: -34px;
		z-index: 5;
	}

	#CustomPageLoading #CustomPageLoadingLoader {
		background: url('../Content/Images/CustomPageLoading.gif') center center no-repeat;
		background-size: 100%;
		width: 150px;
		height: 150px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -75px;
		margin-top: -75px;
	}

.CustomPageLoadingNoScroll {
	overflow: hidden;
}

.table-head-vertical-align {
}

	.table-head-vertical-align thead tr {
	}

	.table-head-vertical-align thead th, .table-head-vertical-align thead td {
		vertical-align: middle !important;
	}

.height-100 {
	height: 100%;
}

.popover {
	z-index: 9060 !important;
}

.images-container .image-area {
	position: relative;
	margin-right: 7px;
}

	.images-container .image-area .deleteAuditImage, .images-container .image-area .removecell {
		display: block;
		background: #EF4836;
		color: #fff;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -9px;
		right: -7px;
		z-index: 999;
		border-radius: 50%;
		padding-left: 10px;
		padding-top: 5px;
	}

		.images-container .image-area .deleteAuditImage:hover, .images-container .image-area .removecell:hover {
			background: #D91E18;
		}

.page-header .page-header-top .menu-toggler {
	background: url(/themes/metronic/assets/admin/layout3/img/menu-toggler.png) center center no-repeat !important;
}

.workOrderFiles {
	display: inline-block;
	position: relative;
	width: 75px;
	height: 75px;
}

	.workOrderFiles .badge {
		position: absolute;
		bottom: -6px;
		right: -6px;
	}

.page-header .page-header-menu {
	background: #95c64e;
}

	.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
		color: #fff;
	}

		.page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
			color: #fff;
		}

	.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a > i,
	.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover > i,
	.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a > i,
	.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover > i {
		color: #fff;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
		color: #fff;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
		color: #fff;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
		color: #fff;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
		color: #fff;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i {
		color: #fff;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a > i {
		color: #fff;
	}


	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
		background: #8ecc3a;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
	.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover,
	.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
	.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover {
		background: #396100;
		color: #fff;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
		color: #fff;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a,
	.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
	.page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover,
	.page-header .page-header-menu .hor-menu .navbar-nav > li > a:focus,
	.page-header .page-header-menu .hor-menu .navbar-nav > li > a:active {
		background: #396100 !important;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
		background: #396100;
	}

		.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a,
		.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover,
		.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a,
		.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
			background: #8ecc3a;
		}

		.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li .dropdown-submenu a span.arrow {
			background: red !important;
			color: red !important
		}

#WorkOrderMap {
	border: 1px solid #ddd;
}

.sp-detail-small {
	font-size: 75%;
	padding-top: 3px;
}

.sp-detail-label {
}

.table-td-fix-width-25, .table-td-fix-width-25 tr:first-child td, .table-td-fix-width-25 tr:first-child th {
	border-top: 0 !important;
}

	.table-td-fix-width-25 td, .table-td-fix-width-25 th {
		font-size: 13px !important;
		vertical-align: middle !important;
	}

	.table-td-fix-width-25 th {
		width: 15% !important;
	}

	.table-td-fix-width-25 td {
		width: 35% !important;
	}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.white {
	background-image: url("../Themes/metronic/assets/global/img/accordion-plusminus-white.png") !important;
}



.fancybox-inner .portlet {
	margin-bottom: 0 !important;
}

#auditDetailPopup .reminsert-score {
	border: 2px solid #ccc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	padding-top: 8px;
	display: inline-block;
	text-align: center;
	margin-top: -8px;
	margin-left: 10px;
}

#auditDetailPopup .sales-point-info th {
}

#auditDetailPopup .sales-point-info td, #auditDetailPopup .sales-point-info th {
	vertical-align: middle;
	font-size: 12px;
}

#auditDetailPopup .sales-point-info .sales-point-image {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px
}

	#auditDetailPopup .sales-point-info .sales-point-image .badge {
		position: absolute;
		bottom: -6px;
		right: -6px
	}

#auditDetailPopup .research-group-images img {
	border: 1px solid #ddd;
	padding: 1px;
	width: 30px;
	height: 30px;
}

	#auditDetailPopup .research-group-images img.big {
		width: 40px;
		height: 40px;
	}

	#auditDetailPopup .research-group-images img:hover {
		border-color: #bbb;
	}

.audit_popup_note {
	padding: 10px 15px;
	background: #E4E4E4;
	margin-bottom: 10px;
	font-size: 12px;
}

.audit_popup_mobile_note {
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #e4e4e4;
	font-size: 12px;
	border: 1px solid #ccc;
}

	.audit_popup_mobile_note .title {
		margin: 0 0 10px 0;
		font-weight: bold;
		font-size: 14px;
	}

		.audit_popup_mobile_note .title .importance {
			font-size: 12px;
			line-height: 14px;
		}

		.audit_popup_mobile_note .title i.fa {
			font-size: 12px;
			line-height: 14px;
		}

	.audit_popup_mobile_note .text {
		margin: 0;
		font-size: 13px;
	}
	/*Low*/
	.audit_popup_mobile_note.mobile_note_importance_0 {
		border-color: #95A5A6;
	}

		.audit_popup_mobile_note.mobile_note_importance_0 .title {
			color: #95A5A6;
		}
	/*Medium*/
	.audit_popup_mobile_note.mobile_note_importance_1 {
		border-color: #F36A5A;
	}

		.audit_popup_mobile_note.mobile_note_importance_1 .title {
			color: #F36A5A;
		}
	/*High*/
	.audit_popup_mobile_note.mobile_note_importance_2 {
		border-color: #D91E18;
	}

		.audit_popup_mobile_note.mobile_note_importance_2 .title {
			color: #D91E18;
		}

.lightboxOverlay {
	z-index: 999999 !important;
}

.lightbox {
	z-index: 1000000 !important;
}

.timeline:before {
	display: none;
}

.timeline-badge > .userTitle {
	opacity: 0;
	transition: 300ms ease-in-out;
}

.timeline-badge:hover > .userTitle {
	opacity: 1;
}

/*Map: Info Window*/
#infowWindow {
}

	#infowWindow .scrollFix {
		line-height: 1.35;
		overflow: hidden;
		white-space: nowrap;
		padding-bottom: 2px;
		padding-top: 2px;
	}

	#infowWindow .custom-info-window {
		width: 550px;
	}

.no-border-radius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

#SelectButtons {
	margin-bottom: 17px;
}

.table-bordered {
	table-layout: fixed;
	word-wrap: break-word;
}

	.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
		text-align: center;
		vertical-align: middle;
	}

.btn.purple:not(.btn-outline) {
	margin-left: -3px;
	margin-right: auto;
}

input.custom-file-input[type="file"] {
	cursor: pointer !important;
	font: 300 13px "Open Sans",sans-serif;
	color: #9e9e9e
}

	input.custom-file-input[type="file"]::-webkit-file-upload-button {
		font: 700 13px "Open Sans",sans-serif;
		background: #009688;
		border: 0;
		padding: 12px 25px;
		cursor: pointer;
		color: #fff;
		text-transform: uppercase
	}

	input.custom-file-input[type="file"]::-ms-browse {
		font: 700 13px "Open Sans",sans-serif;
		background: #009688;
		border: 0;
		padding: 12px 25px;
		cursor: pointer;
		color: #fff;
		text-transform: uppercase
	}

.btn.red-mint {
	background-color: #96c64e !important;
	border-color: #96c64e !important;
}

	.btn.red-mint:hover {
		background-color: #fff !important;
		color: #96c64e !important;
		border-color: #96c64e !important;
	}

.font-red-thunderbird {
	color: #96c64e !important;
}

.font-red-flamingo {
	color: #96c64e !important;
}

#searchPortlet {
	position: relative;
}

	#searchPortlet .floating-search-btn {
		position: absolute;
		bottom: 30px;
		right: -34px;
		height: 100px;
		border-radius: 0;
		background: #ee397c;
		color: #fff;
		border: 1px solid #ee397c;
	}

		#searchPortlet .floating-search-btn:hover {
			position: absolute;
			bottom: 30px;
			right: -34px;
			height: 100px;
			border-radius: 0;
			background: #fff;
			border: 1px solid #ee397c;
			color: #ee397c;
		}


.modal-close {
	position: absolute;
	top: 0px;
	right: 13px;
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 48px;
	margin: 0;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 48px;
	color: rgb(204, 204, 204);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex !important;
	font-size: 22px;
}

	.modal-close:hover {
		text-decoration: none;
		color: #fff;
	}

.filterContent {
	box-shadow: 0 4px 10.79px 2.21px rgba(147, 132, 132, 0.36);
	min-height: 60px;
	border-radius: 5px;
	position: relative;
	margin: 10px 0px;
	border: 2px solid transparent;
	/* transition-duration: .3s; */
	margin-left: -1px;
}

	.filterContent .filter-content {
		position: relative;
		left: 0;
		z-index: 5;
		width: 100%;
	}

		.filterContent .filter-content select {
			width: 100%;
			height: 100%;
			width: 100%;
			height: 35px;
			text-align: left;
			font-weight: bold;
			border-width: initial;
			border-style: none;
			border-color: initial;
			border-image: initial;
			border-radius: 5px;
			background: transparent;
			padding-left: 7px;
			cursor: pointer;
		}

			.filterContent .filter-content select:focus {
				border: none;
				outline: none;
			}

			.filterContent .filter-content select:disabled {
				background-color: #eee;
			}

	.filterContent label {
		font-size: 13px;
		margin: 0px;
		padding: 5px 0px 0px 10px;
	}

.filter-content input {
	border: none;
	width: 100%;
	height: 35px;
	border-radius: 0px;
	cursor: auto;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: -1px;
}

	.filter-content input:focus {
		outline: none;
		border-bottom: 5px solid #96c64e !important;
	}

.filter-content #rangedatepicker {
	border: none;
	text-align: left;
	width: 100%;
	height: 35px;
}

	.filter-content #rangedatepicker:hover {
		background: transparent !important;
		color: #96c64e;
	}

	.filter-content #rangedatepicker b {
		font-weight: bold;
		font-size: 17px;
		float: right;
		margin-right: -8px;
		margin-top: 5px;
	}

	.filter-content #rangedatepicker:focus {
		background: red;
	}

.filterContentRight {
	box-shadow: 0 4px 10.79px 2.21px rgb(147 132 132 / 36%);
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	padding-top: 10px;
}

	.filterContentRight label {
		font-size: 13px;
		/* font-weight:bold; */
	}

.matchingWrapper .filterContentRight.matchingContent {
	padding-top: 10px;
	background: #96c64e !important;
	min-height: 150px;
}

	.matchingWrapper .filterContentRight.matchingContent .filter-content {
		min-height: 98px;
		text-align: center;
		display: flex;
		justify-content: center;
		height: 100%;
		align-items: center;
	}

.matchingWrapper .filterContentRight.imagesContent {
	margin-top: 0px;
	min-height: 150px;
}

	.matchingWrapper .filterContentRight.imagesContent img {
		width: 100%;
		height: 135px;
		object-fit: scale-down;
	}

.matchingWrapper .filterContentRight.matchingContent .filter-content .matching-content {
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 0 #c9cfce, 0 2px 0 #bcc2c2, 0 1px 0 #afb6b6, 0 2px 0 #a4adac, 0 3px 0 #9fa8a7, 0 1px 0 #99a3a2, 0 2px 0 #97a1a0, 0 4px 0 #949e9d, 0 0 5px rgb(0 0 0 / 5%), 0 1px 3px rgb(0 0 0 / 20%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 20%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 30%);
}

.matchingWrapper .filterContentRight label.matchingTitle {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding-left: 0;
	color: #fff;
	opacity: 0.7;
}

.listProductMatching {
	padding: 25px;
}

.matchingWrapperLeft .matchingContent {
	margin: 0px 0px 15px 0px;
}

.p-0 {
	padding: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pl-0_5 {
	padding-left: 5px !important;
}

.pr-0_5 {
	padding-right: 5px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.m-0 {
	margin: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mt-1 {
	margin-top: 10px !important;
}

.filterContentRight .filter-contentRight .pdfModal {
	line-height: 1.44;
	padding: 6px 12px;
	font-size: 14px;
}

.filterContentRight .filter-contentRight label {
	padding-left: 5px;
	font-size: 13px;
}

.filterContentRight input.custom-file-input[type="file"]::-webkit-file-upload-button {
	font: 400 14px "Open Sans",sans-serif;
	background: #96c64e;
	border: 0;
	padding: 8px 12px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	width: 50%;
	transition: all 0.3s;
}

	.filterContentRight input.custom-file-input[type="file"]::-webkit-file-upload-button:hover {
		background: #396100;
	}

	.filterContentRight input.custom-file-input[type="file"]:disabled:hover::-webkit-file-upload-button {
		background: #96c64e;
		cursor: not-allowed
	}

.filterContentRight input.custom-file-input[type="file"]::-ms-browse {
	font: 400 13px "Open Sans",sans-serif;
	width: 50%;
	background: #96c64e;
	border: 0;
	padding: 8px 12px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
}

.filterContentRight .filter-contentRight {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.filterContentRight .PdfContent {
	display: flex;
	margin: 5px 0px 10px 0px;
}

.filterContentRight .pdfW {
	margin: 0px;
	color: #e7505a;
}

.filterContentRight .imgModalContent {
	display: flex;
	justify-content: center;
	align-content: center;
}

	.filterContentRight .imgModalContent .imgModal {
		cursor: pointer;
		width: 100%;
		object-fit: contain;
		height: 205px;
		margin-bottom: 20px;
	}

.pdfDowloandFullWidth {
	width: 100%;
}

.saveButtonContent {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
}

	.saveButtonContent #saveButton {
		width: 20%;
		margin: 20px 0px 20px 0px;
	}

	.saveButtonContent.toCancel #saveButton {
		width: 40%;
		margin: 20px 0px 20px 0px;
		display: flex;
	}

		.saveButtonContent.toCancel #saveButton btn {
			margin-left: 15px;
		}

	.saveButtonContent #saveButton .btn {
		width: 100%;
		margin-right: 15px;
	}

.productAddbtn {
	width: 100%;
	height: 63px;
}

	.productAddbtn #productAdd {
		height: 100%;
		width: 100%;
	}

.tagAddBtn {
	width: 100%;
	min-height: 60px;
	height: 64px;
}

.tagValueAddBtn {
	width: 100%;
	height: 70.5px;
}

.tagValueAddBtn #btnAddTagValue {
	width: 100%;
	height: 100%;
}

	.tagAddBtn #btnAddTag {
		height: 100%;
		width: 100%;
	}

	.tagAddBtn #tagAdd {
		height: 100%;
		width: 100%;
	}

#validateEmptyTag {
	margin-left: 10px;
	margin-right: 10px;
}

#validateSameTag {
	margin-left: 10px;
	margin-right: 10px;
}

.brandAddBtn {
	width: 100%;
	height: 63px;
}

	.brandAddBtn #brandAdd {
		height: 100%;
		width: 100%;
	}

.manufacturerAddBtn {
	width: 100%;
	height: 63px;
}
	.manufacturerAddBtn #manufacturerAdd {
		height: 100%;
		width: 100%;
	}

.subBrandAddBtn {
	width: 100%;
	height: 63px;
}

	.subBrandAddBtn #subBrandAdd {
		height: 100%;
		width: 100%;
	}

.subSerieAddBtn {
	width: 100%;
	height: 63px;
}

	.subSerieAddBtn #subSerieAdd {
		height: 100%;
		width: 100%;
	}

.btnWrapper {
	width: 100%;
	height: 57.5px;
}

.btnWrapper .btnInput {
	height: 100%;
	width: 100%;
}

.mb-2 {
	margin-bottom: 8px;
}

.pl-10 {
	padding-left: 10px;
}

.left-checkbox label {
	text-align: right;
	float: right;
	font-weight: bold;
}

.filterContent.filterCheckbox {
	display: flex;
	align-items: center;
}

	.filterContent.filterCheckbox label {
		width: 60%;
		height: 100%;
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.filterContent.filterCheckbox .filter-content {
		height: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 40%;
		padding-right: 15px;
	}

#MainGridDiv .sticky {
	max-height: 500px;
	overflow: auto;
}

	#MainGridDiv .sticky table thead tr th {
		position: sticky;
		top: 0;
		background: #d3d3d3;
		color: #333;
	}

		#MainGridDiv .sticky table thead tr th:first-child {
			border-top-left-radius: 5px;
		}

		#MainGridDiv .sticky table thead tr th:last-child {
			border-top-right-radius: 5px;
		}

	#MainGridDiv .sticky table tbody tr td {
		border-right: 1px solid #f3f3f3 !important;
	}






.fancybox-lock .fancybox-overlay {
	/* overflow-y: auto !important; */
}

.fancybox-opened {
	/* padding: 0px 0px 30px 0px !important; */
}

.filterContentRight.filterCheckbox .checkbox {
	width: 100%;
}

	.filterContentRight.filterCheckbox .checkbox .checkBoxTitle {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}

		.filterContentRight.filterCheckbox .checkbox .checkBoxTitle .md-checkbox-inline {
			display: flex;
			width: 80%;
			justify-content: flex-end;
		}

.tagAddBtn #btnAddProductCategory {
	width: 100%;
	height: 100%;
}

.retailerTypeAddBtn {
	width: 100%;
	min-height: 59px;
	height: 55px;
}

.retailerTypeAddBtn input {
	width: 100%;
	height: 100%;
}



.filter-content .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled]:focus .form-control {
	border-bottom: none;
}

.select2-results {
	max-height: 200px;
	overflow: auto;
	box-shadow: 0 4px 10.79px 2.21px rgb(147 132 132 / 36%);
}

.filter-content .select2-container {
	height: 35px;
	width: 100% !important;
}

	.filter-content .select2-container .select2-selection--single .select2-selection__rendered {
		display: flex;
		align-items: flex-end;
		height: 100%;
		font-weight: bold;
		padding-left: 10px;
	}

.select2-container--open .select2-dropdown--below {
	padding: 0px 2px;
	border: 2px solid #cccccc;
	border-top: none;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 16px 10.79px 2.21px rgb(0 0 0 / 36%);
	margin-top: -2px;
	padding-bottom: 10px;
	margin-left: -2px;
}

.filter-content .select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	border: none;
}

.filter-content .select2-search__field {
	outline: none;
	;
}


.matchingRow {
	display: flex;
}

.matchingBox {
	height: 100%;
	justify-content: flex-start;
}

	.matchingBox .matchingImgContent {
		display: flex;
		justify-content: center;
		align-content: center;
		height: 250px;
	}

		.matchingBox .matchingImgContent .matchingImg {
			cursor: pointer;
			object-fit: contain;
			margin-bottom: 20px;
			max-width: 250px;
			max-height: 250px;
			cursor: zoom-in;
			margin: auto;
		}

.matchingSubmit {
	display: flex;
	justify-content: flex-end;
	margin-right: 0px;
	margin-left: 0px;
}

.mergeIconBox {
	justify-content: center;
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	height: 100%;
}

.arrowMerge i {
	font-size: 100px;
	color: #96c64ee6;
}

.objectIcon i {
	color: #9acd32;
	font-size: 30px;
	position: absolute;
	top: 36%;
	left: 32%;
}

#tagList {
	padding-bottom: 1px;
}

/* select2 */
.select2-search--dropdown .select2-search__field {
	border: none;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 10px 5px;
}

	.select2-search--dropdown .select2-search__field:focus {
		outline: none;
	}

.select2-results {
	box-shadow: unset;
	margin: 0px 5px;
}

.no-radius {
	border-radius: unset;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.select2-results__option:hover {
	text-decoration: none;
	color: #222;
	background-color: #f6f6f6;
}

.select2-results__option--selected {
	color: #96c64e !important;
	background: #f1f1f1;
}

.select2-search--dropdown {
	padding: 0px 8px !important;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

.activeFilter {
	border: 2px solid #cccccc !important;
	border-bottom: none !important;
}

.filterTypeTofilter {
	border: 2px solid transparent;
}

.select2-results__option--selectable {
	font-size: 12px;
}

.field-validation-valid {
	display: none;
}

.validation-summary-valid {
	display: none;
}

.iframe-body .portlet.light > .portlet-title {
	display: flex;
	align-items: center;
}

.brandTitle {
	margin-left: 15px;
	/*border: 1px solid #96c64e;*/
	margin-right: 15px;
	height: 78px;
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: -21px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 15px;
	border-bottom-width: 0px;
	line-height: 25px;
}

.thumbnail {
	display: block;
	margin-bottom: 20px !important;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 5px !important;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	padding: 10px;
	margin: 0 6px 0 6px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 19%);
	text-align: center;
	background: #fff;
	margin: 0;
}

	.thumbnail .container {
		position: relative;
		width: 100%;
		max-width: 400px;
		height: 240px;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}

		.thumbnail .container img {
			height: 200px;
			object-fit: scale-down;
		}

		.thumbnail .container .overlay .icon_match {
			box-shadow: 0 4px 10.79px 2.21px rgb(147 132 132 / 36%);
			background: #96c64e !important;
			border: 1px solid #96c64e;
		}

			.thumbnail .container .overlay .icon_match:hover {
				border: 1px solid #96c64e;
				background: #fff !important;
				color: #96c64e;
			}

	.thumbnail .caption p {
		margin: 0px;
	}

	.thumbnail .caption .badge {
		box-shadow: 0 4px 10.79px 2.21px rgb(147 132 132 / 36%);
		background: #96c64e !important;
	}

	.d-flex {
		display: flex;
	}

	.justify-content-between {
		justify-content: space-between;
	}

	.align-items-center {
		align-items: center;
	}

	.select2-results__option {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}


#divLoyaltyValues {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

#divLoyaltyValues > span {
    cursor: pointer;
    margin-top: 7px;
    font-size: 15px;
}

#divLoyaltyValues > span:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #96c64e ;
}
.sticky-columns {
  position: sticky;
  z-index: 300;
  background-color: white;
  width: 150px;
  min-width: 150px;
}
.sticky-head:hover th {
  background: #f9fafb !important;
}
.multiple .select2-selection__rendered {
  display: block !important;
  margin-bottom: 0px !important;
  border: none !important;
}
.multiple .select2-search__field::placeholder {
  color: #34495e !important;
  font-weight: bold !important;
  margin-left: 10px !important;
}
.multiple .select2-search__field {
  margin-left: 10px !important;
}
.multiple .select2-selection--multiple {
  border: none !important;
}
.multiple .select2-selection--multiple:focus {
  border: none !important;
}
.multiple .select2-selection--multiple:focus-visible {
  border: none !important;
}


.multiple2 .select2-search__field {
	background: transparent !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: textfield !important;
}

.multiple .select2-selection__choice__remove {
	background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
#matchingEditSearch #matchingEditSearch__title label {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #96c64e !important;
}

#matchingEditSearch #matchingEditSearch__title i {
	padding-right: 5px !important;
}

.matchingBox {
	box-shadow: 0 4px 10.79px 2.21px rgb(147 132 132 / 36%) !important;
	border-radius: 5px !important;
	padding: 16px 16px !important;
	margin: 10px 0px !important;
	display: flex;
	justify-content: flex-start !important;
	flex-direction: column !important;
	text-transform: uppercase;
}

	.matchingBox.filterContentRight .md-checkbox-inline {
		width: 70% !important
	}

.matchButtonContent {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
}

	.matchButtonContent div {
		width: 100%;
		margin: 20px 0px 20px 0px;
	}

		.matchButtonContent div .btn {
			width: 100%;
			margin-right: 15px;
		}

.btn.green-mint {
	background-color: #96c64e !important;
	border-color: #96c64e !important;
	color: #ffffff
}

	.btn.green-mint:hover {
		background-color: #fff !important;
		color: #96c64e !important;
		border-color: #96c64e !important;
	}

.btn.blue-mint {
	background-color: #36c6d3 !important;
	border-color: #36c6d3 !important;
	color: #ffffff;
}

	.btn.blue-mint:hover {
		background-color: #fff !important;
		color: #36c6d3 !important;
		border-color: #36c6d3 !important;
	}

.matchingBox #optional .imagesContent:hover {
	border: 1px solid #96c64e !important;
	margin-top: -0.8px !important;
	margin-bottom: 9.2px !important;
}

.matchPictureActive .imagesContent {
	border: 1px solid #96c64e !important;
	margin-top: -0.8px !important;
	margin-bottom: 9.2px !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

html, body, .fancybox-wrap {
	height: 100%;
}

.select2-container--disabled {
	background-color: #eee !important;
	cursor: default !important;
}

.btn__wrapper {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
}

	.btn__wrapper div {
		width: 100%;
		margin: 20px 0px 20px 0px;
	}

		.btn__wrapper div .btn {
			width: 100%;
			margin-right: 15px;
		}

.btn.btn--red {
	background-color: #e7505a !important;
	border-color: #e7505a !important;
	color: #ffffff;
}

	.btn.btn--red:hover {
		background-color: #fff !important;
		color: #e7505a !important;
		border-color: #e7505a !important;
	}

.btn.btn--green {
	background-color: #96c64e !important;
	border-color: #96c64e !important;
	color: #ffffff;
}

	.btn.btn--green:hover {
		background-color: #fff !important;
		color: #96c64e !important;
		border-color: #96c64e !important;
	}

.btn.btn--gray {
	background-color: #888 !important;
	border-color: #888 !important;
	color: #ffffff;
}

	.btn.btn--gray:hover {
		background-color: #fff !important;
		color: #888 !important;
		border-color: #888 !important;
	}

.btn.btn--brown {
	background-color: #c5b96b !important;
	border-color: #c5b96b !important;
	color: #ffffff;
}

	.btn.btn--brown:hover {
		background-color: #fff !important;
		color: #c5b96b !important;
		border-color: #c5b96b !important;
	}

.icon--green {
	background-color: #96c64e !important;
	border-color: #96c64e !important;
	color: #ffffff;
}

	.icon--green:hover {
		background-color: #96c64e !important;
		border-color: #96c64e !important;
		color: #ffffff;
	}

.select2-container--bootstrap, .select2-container--default {
	width: 100% !important;
}

.flex-row {
	flex-direction: row;
}

.justify-content-between {
	justify-content: space-between;
}


.pastel-mauve-background {
	background-color: #987fa5;
}


.aquamarine-background {
	background-color: #7fffd4;
}

.filterContent.invalid {
	border-color: #ed6b75;
}


