@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
		url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
		url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
		url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
		url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: slick;
	src: url(../fonts/slick.eot);
	src: url(../fonts/slick.eot) format("embedded-opentype"),
		url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"),
		url(../fonts/slick.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}


input[type="radio"] {
	display: none;
}

ul {
	list-style: none;
}

li {
	display: inline-block;
}

input {
	outline: none;
}

input[type="checkbox"] {
	display: none;
}

.select[diamond_system] {
	color: var(--backgroundColor);
	background: var(--maincolor);
}

.carat-btn[diamond_system] {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: unset;
}

.fancytitle[diamond_system] {
	color: var(--textColor);
	font-size: 15px;
	font-family: var(--mainFontFamily);
	text-transform: uppercase;
}

.reseticon[diamond_system] {
	margin-right: 5px;
	transform: rotate(100deg);
}

.bdr-row-inner[diamond_system] {
	padding: 10px 0;
}

.searchfoot[diamond_system] {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0px;
	max-width: 100vw;
	display: flex;
	justify-content: center;
	background: var(--overlayColor);
	z-index: 99;
	margin: 0px;
}

.shapetitle[diamond_system] {
	font-size: 12px;
	font-family: var(--mainFontFamily);
	margin-top: 3px;
}

.pt20[diamond_system] {
	padding-top: 20px;
}

*,
:after,
:before {
	box-sizing: border-box;
}

body {
	font-family: var(--mainFontFamily);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--textColor);
	text-align: left;
	background-color: var(--backgroundColor);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h5 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

ul {
	margin-bottom: 1rem;
}

ul {
	margin-top: 0;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: initial;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

img {
	border-style: none;
}

img {
	vertical-align: middle;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
	cursor: pointer;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button {
	text-transform: none;
}

[type="button"],
[type="submit"],
button {
	appearance: button;
	-webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

h5 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h5 {
	font-size: 1.25rem;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 992px) {
	.rocketchat-widget {
		bottom: 110px !important;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-9,
.col-md-10 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.col-md-1 {
		flex: 0 0 8.2%;
		max-width: 8.2%;
	}

	.col-md-2 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 53%;
		max-width: 53%;
	}

	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.offset-md-2 {
		margin-left: 10%;
	}
}

.btn {
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--maincolor);
  color: var(--textColor);
  font-size: 14px;
  padding: 6px;
  position: relative;
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.btn:before,
.btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: var(--maincolor);
  z-index: -1;
  transition: all 0.35s;
}

.btn:before {
  opacity: 0.5;
}

.btn:after {
  transition-delay: 0.2s;
}

.btn:hover {
  color:  var(--backgroundColor);
}

.btn:hover:before,
.btn:hover:after {
  top: 0;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-secondary {
	color:  var(--backgroundColor);
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary:hover {
	color:  var(--backgroundColor);
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled {
	color:  var(--backgroundColor);
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: var(--backgroundColor);
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1;
}

.btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-toggle>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	margin: 0 2px 0 2px;
	border-radius: 5px !important;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}

.nav-pills .nav-link.active {
	color: var(--backgroundColor);
	background-color: #007bff;
}

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

.flex-box-wrap {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.d-md-flex {
		display: flex !important;
	}
}

.justify-content-center {
	justify-content: center !important;
}

.align-items-center {
	align-items: center !important;
}

@media (min-width: 992px) {
	.align-items-lg-center {
		align-items: center !important;
	}
}

.float-right {
	float: right !important;
}

.m-0 {
	margin: 0 !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

@media (min-width: 768px) {
	.text-md-right {
		text-align: right !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-right {
		text-align: right !important;
	}
}

@media print {

	*,
	:after,
	:before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	img {
		page-break-inside: avoid;
	}

	body {
		min-width: 992px !important;
	}
}

button {
	outline: 0 !important;
}

body {
	height: 100%;
}

body {
	font-size: 14px;
	width: 100%;
	background: var(--backgroundColor);
	overflow-x: hidden;
	font-family: var(--mainFontFamily);
}

body,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
	color: #676767;
}

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

.hdr-row {
	border-bottom: 1px solid var(--maincolor);
	position: fixed;
	max-width: 100vw;
	display: flex;
	justify-content: left;
	padding-left: 15px;
	padding-right: 15px;
	left: 15px;
	right: 15px;
	top: 0;
	z-index: 9;
	background: var(--backgroundColor);
}

.hdr-top-menu-logo img {
	width: 284px;
}

.top-space {
	padding-top: 62px;
}

.custom-tabs-dash .nav-link {
	border: 1px solid var(--maincolor);
	padding: 12px 60px 10px;
	text-transform: uppercase;
	color: var(--textColor);
	font-family: var(--mainFontFamily);
}

.custom-tabs-dash .nav-link.active {
	background: var(--maincolor);
	border-color: var(--maincolor);
}

.label-dash-cls label {
	margin-bottom: 0;
	color: var(--textColor);
	font-size: 15px;
	font-family: var(--mainFontFamily);
	text-transform: uppercase;
}

.bdr-row {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 20px 15px;
	margin: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.shap-div-section input {
	display: none;
}

.shap-div-section ul li label {
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	color: var(--textColor);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 19px;
	cursor: pointer;
	height: 60px;
}

.shap-div-section ul li label img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.shap-div-section ul li {
	margin-right: 5px;
	flex-basis: 0px;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.shap-div-section ul li:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	height: 0.1px;
	top: 0;
	bottom: 0;
	width: 25%;
	margin-top: auto;
	margin-bottom: auto;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	right: -15px;
}

.shap-div-section ul li:last-child {
	margin-right: 0;
}

.shap-div-section ul {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.last-child:before {
	display: none;
}

.dash-inner-div {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 15px;
	margin-top: 15px;
	border-top: 4px solid var(--maincolor);
}

.bdr-row-inner {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px 0;
}

.carat-btn .btn {
	padding: 8px 15px;
}

.carat-btn .btn {
	background: var(--maincolor);
	color: var(--backgroundColor);
	text-transform: uppercase;
	border-radius: 25px;
	font-family: var(--mainFontFamily);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 0;
	outline: none;
}

.comn-chekbox-cls-inner input {
	display: none;
}

.comn-chekbox-cls-inner label {
	color: var(--textColor);
	text-align: center;
	text-transform: capitalize;
	font-size: 15px;
	padding: 10px;
	height: auto;
	border: 1px solid #ced4da;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.3s;
	display: block;
	cursor: pointer;
}

.comn-chekbox-cls ul li {
	text-align: center;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	margin-right: 1px;
	white-space: nowrap;
	display: inline-block;
	min-width: 85px;
}

.bdr-none {
	border: 0;
}

.noUi-target {
	background: #f0f0f0;
	height: 6px;
}

.noUi-connect,
.noUi-horizontal .noUi-handle {
	background-color: var(--maincolor);
}

.noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
}

.radio-custom-group-rds .btn {
	border-color: var(--maincolor);
	text-transform: uppercase;
	color: var(--textColor);
	font-family: var(--mainFontFamily);
	background: var(--backgroundColor);
	padding: 10px 30px 8px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: none;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.radio-custom-group-rds .btn-secondary:not(:disabled):not(.disabled).active {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
}

.radio-custom-group-btn .btn {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: none;
	border: 0;
	background: var(--maincolor);
	text-transform: uppercase;
	color: var(--backgroundColor);
	font-family: var(--mainFontFamily);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px 8px;
}

.radio-custom-group-btn {
	padding-left: 15px;
}

.dash-btn-btm {
	width: 100vw;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}

.dash-btn-btm-inner {
	text-align: center;
}

.dash-btn-btm-inner .btn {
	padding: 15px 15px 13px;
	width: 40vw;
	max-width: 230px;
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: none;
	font-family: var(--mainFontFamily);
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 8px 8px 0;
}

.advanced-src-div-btn .btn {
	padding: 15px 60px 13px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: none;
	font-family: var(--mainFontFamily);
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--maincolor);
	color: var(--backgroundColor);
}

.advanced-src-div-btn {
	text-align: center;
	padding-bottom: 5px;
}

.advanced-src-div-inner {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 25px;
}

@media (max-width: 1199px) {
	.shap-div-section ul li {
		margin: 5px 0;
	}
	.top-space {
		padding-top: 125px;
	}
	.prebuilt-search-div {
		padding-top: 5px;
	}
}

@media (max-width: 991px) {
	.admin-btn-top-right {
		flex-grow: 1;
		justify-content: center;
		align-items: center;
		margin: 5px 0 5px 0;
	}

	.logoff-btn-top-right {
		flex-grow: 1;
		justify-content: center;
		align-items: center;
		margin: 5px 0 5px 0;
	}

	#loginDetails {
		display: flex;
		margin: 10px 0 0 0;
		align-items: start !important;
	}
}

@media (max-width: 767px) {
	.hdr-top-menu-logo img {
		width: 150px;
	}

	.custom-tabs-dash .nav-link {
		padding: 12px 20px 10px;
	}

	.bdr-row {
		border: 0;
		padding: 0;
		margin-right: -15px;
		margin-left: -15px;
	}

	.shap-div-section ul li:before {
		display: none;
	}

	.label-dash-cls label {
		margin-bottom: 0.5rem;
	}

	.dash-inner-div {
		padding: 0;
		border: 0;
		box-shadow: none;
	}

	.bdr-row-inner {
		border-bottom: 0;
		padding: 5px 0;
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.comn-chekbox-cls-inner label {
		font-size: 14px;
	}

	.shap-div-section {
		text-align: center;
	}

	.shap-div-section ul li {
		width: 30%;
	}

	.shap-div-input {
		padding: 5px 0;
	}

	.shap-div-section ul li label {
		font-size: 14px;
	}

	.shap-div-section ul li {
		margin: 0;
	}

	.radio-custom-group-btn {
		padding-left: 0;
		padding-top: 10px;
	}

	.radio-custom-group-btn .btn {
		width: 100%;
		display: block;
		text-align: center;
	}

	.radio-custom-group-rds .btn-group {
		display: flex;
	}

	.radio-custom-group-rds .btn {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.dash-btn-btm-inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.advanced-src-div-btn .btn {
		width: 100%;
		padding: 15px 30px 13px;
		text-align: center;
	}

	.advanced-src-div-btn {
		padding-top: 5px;
	}

	.dash-btn-btm {
		width: 100vw;
		display: flex;
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.hdr-row {
		display: flex;
	}

	.prebuilt-search-div {
		width: 100%;
		justify-content: center;
	}

	.col-md-1 {
		flex: 0 0 35%;
		max-width: 35%;
	}
	
	ul {
		width: 100%;
		
	}
}

.fa-minus:before {
    content: "\f068";
}

.fa-plus:before {
	content: "\f067";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rangeinput,
.sliderinput {
	max-width: 100px;
	color: var(--textColor);
	background-color: var(--backgroundColor);
	margin: 2px 4px 5px 4px;
	text-align: center;
	text-transform: capitalize;
	font-size: 15px;
	padding: 10px;
	height: auto;
	border-radius: 3px;
	border: 1px solid #ced4da;
	-webkit-border-radius: 3px;
}

#labTypeDiv {
	height: 10vh;
	display: none;
}

#loginDetails {
	display: flex;
	flex-grow: 1;
	justify-content: end;
	align-items: end;
	font-size: .8rem;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-horizontal {
	height: 6px;
}

.noUi-horizontal .noUi-handle {
	width: 14px;
	height: 16px;
	right: -12px;
	top: -6px;
}

.noUi-target {
	background: var(--backgroundColor);
	border-radius: 1px;
	border: 1px solid var(--backgroundColor);
	box-shadow: inset 0 1px 1px var(--backgroundColor), 0 3px 6px -5px var(--backgroundColor);
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: var(--maincolor);
}

.noUi-handle {
	border: 1px solid var(--maincolor);
	border-radius: 3px;
	background:  var(--backgroundColor);
	cursor: default;
	box-shadow: inset 0 0 1px var(--backgroundColor), inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #E8E7E6;
	left: 3px;
	top: 2px;
}

.noUi-handle:after {
	left: 7px;
}

.logoff-btn-top-right {
	display: flex;
	margin: 15px 4px 4px 4px;
}

.admin-btn-top-right {
	display: flex;
	margin: 15px 4px 4px 4px;
	justify-self: end;
	justify-content: end;
}

#loginDetails {
	position: fixed;
	top: 0px;
	right: 20px;
	padding: 0;
	margin: 0;
}

.hdr-top-menu-logo {
	width: 140px;
}

.admin-btn-top-right {
	flex-grow: 0;
	justify-content: right;
	justify-self: end;
}

.logoff-btn-top-right {
	flex-grow: 0;
}

.menu-btn-container {
	display: flex;
	flex-grow: 1;
	justify-content: end;
	align-items: end;
}

@media screen and (max-width: 480px) {
	.btn {
		padding: 5px 14px;
		font-size: 10px;
	}
	.row.hdr-row {
		justify-content: space-between;
	}

	.menu-btn-container {
		max-width: 230px;
		flex-grow: 0;
		flex-wrap: wrap;
		margin-left: auto;
	}

	.premadeSearchButton {
		max-width: 40px;
	}
	.prebuilt-search-div {
		top: 55px !important;
	}
}

@media screen and (max-width: 540px) {
	.row.hdr-row {
		padding: 0;
	}

	.premadeSearchButton {
		max-width: 35px;
	}
	div.col-md-1.d-inline {
		padding: 0 0 0 15px;
		max-width: 30%;
	}
}

@media screen and (max-width: 360px) {
	.hdr-top-menu-logo {
		max-width: 100px;
	}
	.quickSearchText {
		font-size: 12px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
	.premadeSearchButton {
		max-width: 35px;
	}
}

.prebuilt-search-div {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	right: 0px;
	top: 60px;
	z-index: 8;
}

.prebuilt-search-btns {
	display: flex;
	flex-wrap: nowrap;
}

.prebuilt-search-btns input {
	display: none;
	font-size: 8px;
}

.prebuilt-btn {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-family: var(--mainFontFamily);
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.multi-label {
	padding: 14px 0 14px 0;
}

.multi-input {
	padding-left: 12px;
}

.prebuilt-btn img {
	padding-bottom: 8px;
}

.nowrap {
	display: flex;
	flex-wrap: nowrap;
}