/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");*/
/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");*/
@import url("open_sans.css");
@import url("crm-ui-components.css");

:root {
	--crm-text-color: #676a6c;

	/*main color scheme*/
	/*--crm-color-primary: #0086B3;*/
	--crm-color-primary: #1b74e4;

	/*disabled, focused*/
	/*--crm-color-primary-alt: #7FC2D9;*/
	--crm-color-primary-alt: #4ba4ff;

	/*--crm-color-secondary: #157596;*/
	--crm-color-secondary: #0059b3;

	/*disabled, focused*/
	--crm-color-secondary-alt: #549ab2;

	--crm-color-info: #23c6c8;
	--crm-color-info-alt: #21b9bb;

	--crm-color-success: #1c84c6;
	--crm-color-success-alt: #1a7bb9;

	--crm-color-warning: #df7402;
	--crm-color-warning-alt: #f7a54a;

	/*--crm-color-green: #1E8449;*/
	--crm-color-green: #1db938;
	--crm-color-red: #ff1d38;

	/*--crm-color-green-alt: #3Ea469;*/
	--crm-color-green-alt: #2dc948;

	--crm-color-danger: #ed5565;
	--crm-color-danger-alt: #ec4758;

	--crm-color-navy: #2799bf;

	--crm-color-light-blue: #b3dbe8;

	--crm-content-bg: #f0f0f2;

	/*menu colors*/
	--crm-menu-bg: var(--crm-color-secondary);

	/*--crm-menu-bg-highlight: var(--crm-color-secondary-alt);*/
	--crm-menu-bg-highlight: rgba(255, 255, 255, 0.15);

	--crm-menu-text: #fff;

	--crm-menu-popup-bg: var(--crm-menu-bg);
	--crm-menu-popup-bg-highlight: var(--crm-menu-bg-highlight);
	--crm-menu-popup-text: var(--crm-menu-text);

	--crm-submenu-2-bg-highlight: var(--crm-menu-bg-highlight);
	--crm-submenu-3-bg-highlight: var(--crm-menu-bg-highlight);

	--crm-menu-arrow-bg: #777; /*var(--crm-menu-bg-highlight)*/
	--crm-menu-border: solid #fff 1px;

	--crm-menu-width: 220px;

	--crm-topbar-bg: var(--crm-menu-bg);
	--crm-titlerow-bg: var(--crm-color-primary);

	--crm-radiocb-color: var(--crm-color-primary);

	--crm-tooltip-color: var(--crm-color-secondary);
	--crm-tooltip-text: var(--crm-menu-text);

	--crm-gap-v-1: 20px;

	--crm-topbar-height: 60px;
	--crm-topbar-margin-bottom: calc(var(--crm-gap-v-1) / 2);

	--crm-content-offset: calc(var(--crm-topbar-height) + var(--crm-topbar-margin-bottom));

	--z-right-sidebar: 1009;
	--z-dropdown-menu: 1010;
	--z-nav-panel-1: 9000;
	--z-nav-panel-popup: 9000;
	--z-modal-backdrop: 9001;
	--z-modal: 9002;

	--z-tox-tinymce-aux: calc(var(--z-modal) + 10);

	--z-select2-container--open: calc(var(--z-modal) + 10);
	--z-select2-dropdown: calc(var(--z-select2-container--open) + 1);

	--z-tooltip: calc(var(--z-modal) + 20);

	--crm-field-height: 2.05rem;
}

html {
	/* todo  */
}

.border-primary {
	border-color: var(--crm-color-primary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
h3,
h4,
h5 {
	margin-top: 5px;
	font-weight: 600;
}

/*FONT SIZES*/
.f-s-50 {
	font-size: 0.5rem !important;
}
.f-s-60 {
	font-size: 0.6rem !important;
}
.f-s-70 {
	font-size: 0.7rem !important;
}
.f-s-80 {
	font-size: 0.8rem !important;
}
.f-s-90 {
	font-size: 0.9rem !important;
}
.f-s-100 {
	font-size: 1rem !important;
}
.f-s-110 {
	font-size: 1.1rem !important;
}
.f-s-120 {
	font-size: 1.2rem !important;
}
.f-s-125 {
	font-size: 1.25rem !important;
}
.f-s-130 {
	font-size: 1.3rem !important;
}
.f-s-140 {
	font-size: 1.4rem !important;
}
.f-s-150 {
	font-size: 1.5rem !important;
}
.f-s-160 {
	font-size: 1.6rem !important;
}
.f-s-170 {
	font-size: 1.7rem !important;
}
.f-s-180 {
	font-size: 1.8rem !important;
}
.f-s-200 {
	font-size: 2rem !important;
}
.f-s-220 {
	font-size: 2.2rem !important;
}
.f-s-240 {
	font-size: 2.4rem !important;
}
.f-s-260 {
	font-size: 2.6rem !important;
}
.f-s-280 {
	font-size: 2.8rem !important;
}

.f-w-b {
	font-weight: bold;
}
.f-w-600 {
	font-weight: 600 !important;
}

.color-primary {
	color: var(--crm-color-primary) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	/* -moz-appearance: textfield; */
}

/*layout*/

#wrapper {
	width: 100%;

	overflow: hidden;
	display: flex;
}

.nav-panel-1 {
	position: fixed;
	left: 0;
	top: 0;
	width: var(--crm-menu-width);
	height: 100vh;
	overflow: hidden;
	z-index: var(--z-nav-panel-1);
	transition: width 100ms;
}

.crm-logo {
	padding: 6px 8px;
	text-align: center;
	height: 60px;
}
.crm-logo img {
	max-height: 100%;
	max-width: 100%;
}

.crm-logo .img-small {
	display: none;
}

body.mini-navbar .crm-logo {
	padding-top: 12px;
}
body.mini-navbar .crm-logo .img-small {
	display: block;
}
body.mini-navbar .crm-logo .img-big {
	display: none;
}

body.mini-navbar .crmSupportLabel {
	display: none;
}

.crm-menu .crm-logo-sep {
	border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
	height: 1px;
	margin: 0px 8px 6px 8px;
}

.crm-menu .crm-nav-sep {
	border-right: solid rgba(255, 255, 255, 0.5) 1px;
	width: 1px;
	margin: 8px 6px 8px 0px;
}

.crm-menu .menu_MainList {
}

.crm-menu {
	background-color: var(--crm-menu-bg);
	border-color: #2f4050;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.crm-menu .crm-bottom-sep {
	border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
	height: 1px;
	margin: 0px 8px 6px 8px;
	margin-top: auto;
}

.crm-menu .crm-menu-bottom {
	margin-bottom: 10px;
	text-align: center;
}

.crm-menu .crm-menu-bottom > a {
	font-size: 15px;
	color: var(--crm-menu-text);
	font-weight: 600;
	max-width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.nav-panel-popup {
	top: 0px;
	left: var(--crm-menu-width);
	width: 200px;

	background-color: var(--crm-menu-bg);
	border-color: #2f4050;
	border-left: none;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;

	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);

	position: absolute;
	z-index: var(--z-nav-panel-popup);
	display: none;
}

.nav-panel-popup.show {
	display: block;
}

body.mini-navbar .nav-panel-popup {
	left: 50px;
}

.nav-level-1 {
}
.nav-submenu-2 {
	border-left: var(--crm-menu-border);
	margin-left: 12px;
	padding-left: 4px;
}

.nav-submenu-3 {
	border-left: var(--crm-menu-border);
	margin-left: 12px;
	padding-left: 4px;
}

/*
.nav-panel-2.anim{
	transition: width 300ms;
}
*/

.menu2bar-title {
	font-size: 1rem;
	font-weight: bold;
	color: var(--crm-menu-text);
	padding: 8px;
}

/* contents area after nav panels */
#page-wrapper {
	margin-left: var(--crm-menu-width);
	padding: calc(var(--crm-topbar-height) + var(--crm-topbar-margin-bottom)) var(--crm-gap-v-1);
	padding-bottom: 0;

	min-height: 100vh;

	display: flex;
	flex-direction: column;
	flex-shrink: 1;
	flex-grow: 1;

	overflow-x: auto;
	background-color: var(--crm-content-bg);
}

body.mini-navbar #page-wrapper {
	margin-left: 50px;
}
body.mini-navbar .crm-topbar {
	left: 50px;
}

.nav-panel-1,
.nav-test-popup,
.nav-tabs,
.pagination,
.nav-panel-popup {
	font-size: 13px;
}

/*
.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
  display: block;
}
*/

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: #fff;
}

.navbar {
	border: 0;
}

.crm-menu .nav-item a,
.nav-panel-popup .nav-item a {
	font-size: 15px;
}

/*DROPDOWN CUSTOMIZE*/
.dropdown-menu {
	border: medium none;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
	display: none;
	float: left;
	font-size: 18px;
	left: 0;
	list-style: none outside none;
	padding: 4px;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: var(--z-dropdown-menu);
}

.dropdown-menu > li > a {
	border-radius: 3px;
	color: inherit;
	line-height: 25px;
	margin: 4px;
	text-align: left;
	font-weight: normal;
	display: block;
	padding: 3px 20px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #e5e5e5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1ab394;
	outline: 0;
}
.dropdown-menu > li > a.font-bold {
	font-weight: 600;
}

.dropdown-menu > .dropdown-item {
	border-radius: 3px;
	color: inherit;
	line-height: 25px;
	margin: 0;
	text-align: left;
	font-size: 1rem;
	font-weight: normal;
	display: block;
	padding: 3px 16px;
}
.dropdown-menu > .dropdown-item:focus,
.dropdown-menu > .dropdown-item:hover {
	color: #262626;
	text-decoration: none;
	background-color: #e5e5e5;
}
.dropdown-menu > .dropdown-item.active,
.dropdown-menu > .dropdown-item.active:focus,
.dropdown-menu > .dropdown-item.active:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1ab394;
	outline: 0;
}
.dropdown-menu > li > a.font-bold {
	font-weight: 600;
}

.dropdown-item {
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: inherit;
	color: inherit;
}

.dropdown-item i {
	width: 20px;
	text-align: center;
	font-size: 0.9rem;
}

.dropdown-messages,
.dropdown-alerts {
	padding: 10px 10px 10px 10px;
}
.dropdown-messages li a,
.dropdown-alerts li a {
	font-size: 12px;
}
.dropdown-messages li em,
.dropdown-alerts li em {
	font-size: 10px;
}

/*
	dropdown buttons
*/

.btn.btnDropDown {
	display: inline-block;
	font-size: 0.8rem;
	margin: -6px 0px -6px 2px;
	height: 32px;
	width: 32px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	position: relative;
}

.btn.btnDropDown:hover {
	background-color: #ddd;
	border: 1px solid #d2d2d2;
}

.btn.btnDropDown:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(/assets/images/more_vert_black_20dp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	opacity: 0.54;
}
.btn.btnDropDown > i.fa {
	display: none;
}

.btn.btnDropDownG {
	display: inline-block;
	font-size: 0.8rem;

	margin: -6px 0px -6px 0px;

	height: 30px;
	width: 30px;

	justify-content: center;
	align-items: center;

	position: relative;

	border: none;
	background: transparent;
}

.btn.btnDropDownG:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	opacity: 0.54;

	background-image: url("/assets/images/cta.svg");
}
.btn.btnDropDownG > i.fa {
	display: none;
}

.btn.btnDropDownG:hover:after {
	opacity: 1;
}

.crm-menu .nav-header {
	padding: 20px 20px 10px 20px;

	width: 100%;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.profile-element .dropdown-toggle::after {
	display: none;
}

.nav-header a {
	color: #dfe4ed;
}
.nav-header .text-muted {
	color: #8095a8 !important;
}
.minimalize-styl-2 {
}

.btnTopBack,
.btnTopForward {
}

.navbar-form-custom {
}
.top-search-form-li {
	min-width: 200px;
	max-width: 400px;
	flex-grow: 1;
	flex-shrink: 1;
}
@media (min-width: 1500px) {
	.top-search-form-li {
		max-width: 580px;
	}
}

#top-search-form {
	width: 100%;
}

.navbar-form-custom .form-group {
	margin-bottom: 0;
	margin-top: 12px;
}

.navbar-form-custom .form-control {
	font-size: 14px;

	margin: 0;
	z-index: 2000;
}

.crm-topbar {
	position: fixed;
	left: calc(var(--crm-menu-width) + 0px);
	right: 0px;
	top: 0px;
	height: var(--crm-topbar-height);

	z-index: 100;

	align-items: inherit;
	font-size: 1.2rem;

	padding-left: var(--crm-gap-v-1);
	padding-right: var(--crm-gap-v-1);
	padding-top: 13px;

	background-color: var(--crm-topbar-bg);

	color: var(--crm-menu-text);
	margin-bottom: var(--crm-topbar-margin-bottom);
}

.crm-topbar a {
}

.crm-topbar .dropdown-menu {
	left: 19px !important;
}

.crm-topbar ul.grid {
	flex-wrap: nowrap;
}

.crm-topbar .welcome-message {
	display: block;
	margin: -12px 0;

	line-height: 1.2rem;
	text-align: center;
	font-size: 1.1rem;

	text-overflow: ellipsis;
	overflow: hidden;
	padding: 4px 0;
	white-space: nowrap;
}

.count-info {
	position: relative;
}
.count-info .label {
	font-size: 0.9rem;
	font-weight: 800;

	padding: 2px 4px;
	position: absolute;
	right: -6px;
	top: -6px;
	height: 22px;
	min-width: 22px;

	border-radius: 50%;
	border: solid #f0f0f2 2px;
	background-color: #ff9e00;
	color: #fff;
}
/*
.arrow {
  float: right;
}
*/

.count-info.animate .label {
	animation: counterPulse 2s infinite;
}

@keyframes counterPulse {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	60% {
		opacity: 1;
		transform: scale(1);
	}
	80% {
		opacity: 0;
		transform: scale(0);
	}
}

.logo-element {
	text-align: center;

	font-size: 18px;
	font-weight: 600;
	color: white;
	display: none;

	padding: 18px 4px;
}

.logo-element img {
	width: 42px;
}

body.mini-navbar .logo-element {
	display: block;
}

/*
.tpl-content-footer {
  transition: margin 0s;
}
*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none;
	border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
	border-bottom: var(--crm-content-bg);
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #555555;
	cursor: default;
}
.nav.nav-tabs li {
	background: none;
	border: none;
}

.navbar .dropdown-menu {
	margin-top: 0;
}

.navbar-toggler {
	background-color: #1ab394;
	color: #fff;
	padding: 6px 12px;
	font-size: 14px;
	margin: 8px;
}

.nav-panel-mobile {
	position: fixed;
	top: var(--crm-topbar-height);
	left: 0;
	right: 0;
	height: 0;
	overflow: auto;
	z-index: var(--z-nav-panel-1);
	transition: height 300ms;
}
.crm-menu-mobile {
	background-color: var(--crm-menu-bg);
	border-color: #2f4050;
	min-height: 100%;
}

body.mobile-menu-open .nav-panel-mobile {
	display: block;
	height: 100%;
}

.navbar-mobile-hamburger i {
	width: 11px;
}
body:not(.mobile-menu-open) .navbar-mobile-hamburger i.f2 {
	display: none;
}
body.mobile-menu-open .navbar-mobile-hamburger i.f1 {
	display: none;
}

.menu-visible-lg,
.menu-visible-md {
	display: none !important;
}
@media (min-width: 1200px) {
	.menu-visible-lg {
		display: block !important;
	}
}
@media (min-width: 992px) {
	.menu-visible-md {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.menu-visible-md {
		display: block !important;
	}
	.menu-visible-lg {
		display: block !important;
	}
}
button:focus {
	outline: 0 !important;
}

.btn {
	border-radius: 3px;

	font-size: 0.8rem;
	font-weight: 600;
}
.btn:focus {
	box-shadow: none;
}
.btn-xs {
	font-size: 0.7rem;
	padding: 0.2rem 0.4rem;
}
.btn-group-sm > .btn,
.btn-sm {
	font-size: 0.8rem;
}

/*fixx for a small*/
a.btn-sm {
	padding-top: 6px;
}
.btn-lg {
	padding-top: 6px;
}

.float-e-margins .btn {
	margin-bottom: 5px;
}
.btn-w-m {
	min-width: 120px;
}
.btn-primary.btn-outline {
	color: var(--crm-color-primary);
}
.btn-success.btn-outline {
	color: var(--crm-color-success);
}
.btn-info.btn-outline {
	color: var(--crm-color-info);
}
.btn-warning.btn-outline {
	color: var(--crm-color-warning);
}
.btn-danger.btn-outline {
	color: var(--crm-color-danger);
}
.btn-green.btn-outline {
	color: var(--crm-color-green);
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-green.btn-outline:hover,
.btn-danger.btn-outline:hover {
	color: #fff;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.highlighted {
	background-color: #fff;
	color: #6c757d;
}

.btn-primary {
	color: #fff;
	background-color: var(--crm-color-primary); /*#1ab394*/
	border-color: var(--crm-color-primary) /*#1ab394*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	background-color: var(--crm-color-primary-alt);
	border-color: var(--crm-color-primary-alt);
	color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: var(--crm-color-primary-alt);
	border-color: var(--crm-color-primary-alt);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--crm-color-primary-alt);
	border-color: var(--crm-color-primary-alt);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success {
	color: #fff;
	background-color: var(--crm-color-success);
	border-color: var(--crm-color-success);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: var(--crm-color-success-alt);
	border-color: var(--crm-color-success-alt);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: var(--crm-color-success-alt);
	border-color: var(--crm-color-success-alt);
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: var(--crm-color-success-alt);
	border-color: var(--crm-color-success-alt);
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-info {
	color: #fff;
	background-color: var(--crm-color-info);
	border-color: var(--crm-color-info);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: var(--crm-color-info-alt);
	border-color: var(--crm-color-info-alt);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: var(--crm-color-info-alt);
	border-color: var(--crm-color-info-alt);
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: var(--crm-color-info-alt);
	border-color: var(--crm-color-info-alt);
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
	color: #000;
	background: white;
	border: 1px solid #e7eaec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
	color: #000;
	border: 1px solid #d2d2d2;
	background-color: #d5d5d5;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	color: #cacaca;
}
.btn-warning {
	color: #ffffff;
	background-color: var(--crm-color-warning);
	border-color: #f8ac59;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
	color: #ffffff;
	background-color: var(--crm-color-warning-alt);
	border-color: var(--crm-color-warning-alt);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #ffffff;
	background-color: var(--crm-color-warning-alt);
	border-color: var(--crm-color-warning-alt);
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #ffffff;
	background-color: var(--crm-color-warning-alt);
	border-color: var(--crm-color-warning-alt);
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger {
	color: #fff;
	background-color: var(--crm-color-danger);
	border-color: var(--crm-color-danger);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: var(--crm-color-danger-alt);
	border-color: var(--crm-color-danger-alt);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: var(--crm-color-danger-alt);
	border-color: var(--crm-color-danger-alt);
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: var(--crm-color-danger-alt);
	border-color: var(--crm-color-danger-alt);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-link {
	color: inherit;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
	color: #1ab394;
	text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
	background-image: none;
	box-shadow: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
.btn-green {
	color: #ffffff;
	background-color: var(--crm-color-green);
	border-color: var(--crm-color-green-alt);
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus {
	color: #ffffff;
	background-color: var(--crm-color-green-alt);
	border-color: var(--crm-color-green-alt);
}
.btn-green.disabled,
.btn-green:disabled {
	color: #ffffff;
	background-color: var(--crm-color-green-alt);
	border-color: var(--crm-color-green-alt);
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
	color: #ffffff;
	background-color: var(--crm-color-green-alt);
	border-color: var(--crm-color-green-alt);
}
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-light1 {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.125);
}
.btn-light1:hover,
.btn-light1:focus,
.btn-light1.focus {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.4);
	border-color: rgba(255, 255, 255, 0.125);
}
.btn-light1.disabled,
.btn-light1:disabled {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.125);
	border-color: rgba(255, 255, 255, 0.125);
}
.btn-light1:not(:disabled):not(.disabled):active,
.btn-light1:not(:disabled):not(.disabled).active,
.show > .btn-light1.dropdown-toggle {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.4);
	border-color: rgba(255, 255, 255, 0.125);
}

.btn-dark1 {
	color: #676a6c;
	background-color: rgba(0, 0, 0, 0.02);
	border-color: rgba(0, 0, 0, 0.02);
	border-radius: 0;
}
.btn-dark1:hover,
.btn-dark1:focus,
.btn-dark1.focus {
	color: #676a6c;
	background-color: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.05);
}
.btn-dark1.disabled,
.btn-dark1:disabled {
	color: #676a6c;
	background-color: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.05);
}
.btn-dark1:not(:disabled):not(.disabled):active,
.btn-dark1:not(:disabled):not(.disabled).active,
.show > .btn-dark1.dropdown-toggle {
	color: #676a6c;
	background-color: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.05);
}

fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
	color: #cacaca;
}
.btn-white {
	color: #676a6c !important;
	background: white;
	border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
	color: inherit;
	border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
	color: #cacaca;
}

.btn-section {
	color: inherit;
	background: white;
	border: 1px solid #d5dbe0;
}
.btn-section:hover,
.btn-section:focus,
.btn-section:active,
.btn-section.active,
.open .dropdown-toggle.btn-section,
.btn-section:active:focus,
.btn-section:active:hover,
.btn-section.active:hover,
.btn-section.active:focus {
	color: inherit;
	border: 1px solid #d2d2d2;
	background-color: #ddd;
}
.btn-section:active,
.btn-section.active {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-section:active,
.btn-section.active,
.open .dropdown-toggle.btn-section {
	background-image: none;
}
.btn-section.disabled,
.btn-section.disabled:hover,
.btn-section.disabled:focus,
.btn-section.disabled:active,
.btn-section.disabled.active,
.btn-section[disabled],
.btn-section[disabled]:hover,
.btn-section[disabled]:focus,
.btn-section[disabled]:active,
.btn-section.active[disabled],
fieldset[disabled] .btn-section,
fieldset[disabled] .btn-section:hover,
fieldset[disabled] .btn-section:focus,
fieldset[disabled] .btn-section:active,
fieldset[disabled] .btn-section.active {
	color: #cacaca;
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
	box-shadow: none;
}
.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all 0.5s;
}
.btn-rounded {
	border-radius: 50px;
}
.btn-large-dim {
	width: 90px;
	height: 90px;
	font-size: 42px;
}
button.dim {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 600;
	margin-bottom: 20px !important;
}
button.dim:active {
	top: 3px;
}
button.btn-primary.dim {
	box-shadow:
		inset 0 0 0 #16987e,
		0 5px 0 0 #16987e,
		0 10px 5px #999999 !important;
}
button.btn-primary.dim:active {
	box-shadow:
		inset 0 0 0 #16987e,
		0 2px 0 0 #16987e,
		0 5px 3px #999999 !important;
}
button.btn-default.dim {
	box-shadow:
		inset 0 0 0 #b3b3b3,
		0 5px 0 0 #b3b3b3,
		0 10px 5px #999999 !important;
}
button.btn-default.dim:active {
	box-shadow:
		inset 0 0 0 #b3b3b3,
		0 2px 0 0 #b3b3b3,
		0 5px 3px #999999 !important;
}
button.btn-warning.dim {
	box-shadow:
		inset 0 0 0 #f79d3c,
		0 5px 0 0 #f79d3c,
		0 10px 5px #999999 !important;
}
button.btn-warning.dim:active {
	box-shadow:
		inset 0 0 0 #f79d3c,
		0 2px 0 0 #f79d3c,
		0 5px 3px #999999 !important;
}
button.btn-info.dim {
	box-shadow:
		inset 0 0 0 #1eacae,
		0 5px 0 0 #1eacae,
		0 10px 5px #999999 !important;
}
button.btn-info.dim:active {
	box-shadow:
		inset 0 0 0 #1eacae,
		0 2px 0 0 #1eacae,
		0 5px 3px #999999 !important;
}
button.btn-success.dim {
	box-shadow:
		inset 0 0 0 #1872ab,
		0 5px 0 0 #1872ab,
		0 10px 5px #999999 !important;
}
button.btn-success.dim:active {
	box-shadow:
		inset 0 0 0 #1872ab,
		0 2px 0 0 #1872ab,
		0 5px 3px #999999 !important;
}
button.btn-danger.dim {
	box-shadow:
		inset 0 0 0 #ea394c,
		0 5px 0 0 #ea394c,
		0 10px 5px #999999 !important;
}
button.btn-danger.dim:active {
	box-shadow:
		inset 0 0 0 #ea394c,
		0 2px 0 0 #ea394c,
		0 5px 3px #999999 !important;
}
button.dim:before {
	font-size: 50px;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	display: block;
	padding-top: 10px;
}
button.dim:active:before {
	top: 7px;
	font-size: 50px;
}
.btn:focus {
	outline: none !important;
}
.label {
	background-color: #d1dade;
	color: #5e5e5e;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	padding: 3px 8px;
	text-shadow: none;
	border-radius: 0.25em;
	line-height: 1;
	white-space: nowrap;
}
/*.nav .label,*/
/*
.ibox-title > .label {
  font-size: 10px;
}
*/

.badge {
	background-color: #d1dade;
	color: #5e5e5e;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-shadow: none;
	white-space: nowrap;

	position: relative;
	bottom: 1px;
}
.label-primary,
.badge-primary {
	background-color: var(--crm-color-primary) /*#1ab394*/;
	color: #ffffff;
}
.label-success,
.badge-success {
	background-color: var(--crm-color-success);
	color: #ffffff;
}
.label-warning,
.badge-warning {
	background-color: #f8ac59;
	color: #ffffff;
}
.label-warning-light,
.badge-warning-light {
	background-color: #f8ac59;
	color: #ffffff;
}
.label-danger,
.badge-danger {
	background-color: var(--crm-color-danger);
	color: #ffffff;
}
.label-info,
.badge-info {
	background-color: var(--crm-color-info);
	color: #ffffff;
}
.label-inverse,
.badge-inverse {
	background-color: #262626;
	color: #ffffff;
}
.label-white,
.badge-white {
	background-color: #ffffff;
	color: #5e5e5e;
}
.label-white,
.badge-disable {
	background-color: #2a2e36;
	color: #8b91a0;
}

.label-sm {
	font-size: 0.8rem;
}

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
	background: #ffffff;
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: text;
	height: auto !important;
	margin: 0;
	min-height: 30px;
	overflow: hidden;
	padding: 4px 12px;
	position: relative;
	width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice {
	background: #f1f1f1;
	border: 1px solid #e5e6e7;
	border-radius: 2px;
	box-shadow: none;
	color: #333333;
	cursor: default;
	line-height: 13px;
	margin: 3px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative;
}
/* Tags Input Plugin */
.bootstrap-tagsinput {
	border: 1px solid #e5e6e7;
	box-shadow: none;
}
/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	border-color: #dddddd;
	cursor: default;
	z-index: 2;
}
.pagination > li {
	display: flex;
	align-items: center;
}
.pagination > li.page-item .page-link {
	background-color: #ffffff;
	border: 1px solid #dddddd;

	float: left;
	height: var(--crm-field-height);
	margin-left: -1px;
	padding: 4px 10px;
	position: relative;
	text-decoration: none;
	display: flex;
	align-items: center;

	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.pagination > li.page-item.active .page-link {
	background-color: /*#1ab394*/ var(--crm-color-primary);
	border-color: /*#1ab394*/ var(--crm-color-primary);
	color: white;
}
.page-link:focus {
	box-shadow: none;
}
.page-link:hover {
	color: #676a6c;
}
/*
.pagination .active a {
  background-color: #1ab394;
  border-color: #1ab394;
  color: white;
}
*/
.page-item:first-child .page-link {
	border-radius: 0;
}

.pagination {
	color: var(--crm-text-color);
}
.pagination .numrows {
	white-space: nowrap;
	margin-left: 10px;
}
.pagination .per-page {
	white-space: nowrap;
	margin-left: 10px;
	min-width: 50px;
}
.pagination .sort-order {
	white-space: nowrap;
	margin-left: 10px;
	min-width: 80px;
}

.pagination .page-end a,
.pagination .page-start a {
	font-size: 1.4rem;
}

.pagination .page-sep span {
}

.pagination select {
	display: inline-block;

	padding: 4px 12px;
	width: auto;
	margin-left: 4px;
	min-width: 50px;
}
.pagination {
	margin-bottom: 0;
}

.pagination.lg > li > * {
	font-size: 1.2rem;
	height: 40px;
}

/* TOOLTIPS */
.tooltip {
	z-index: var(--z-tooltip);
	pointer-events: none;
	font-size: 1rem;
	opacity: 0.9 !important;

	filter: brightness(1.32) saturate(0.5);
}

.tooltip-inner {
	background-color: var(--crm-tooltip-color);
	color: var(--crm-tooltip-text);
	animation: tooltip-in 0.15s ease;
}

@keyframes tooltip-in {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/*
.tooltip.top .tooltip-arrow {
  border-top-color: #2f4050;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #f;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2f4050;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2f4050;
}
*/

.tooltip-inner {
	max-width: 600px !important;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: var(--crm-tooltip-color);
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: var(--crm-tooltip-color);
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
	border-right-color: var(--crm-tooltip-color);
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
	border-left-color: var(--crm-tooltip-color);
}

/* EASY PIE CHART*/
.easypiechart {
	position: relative;
	text-align: center;
}
.easypiechart .h2 {
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
}
.easypiechart canvas {
	top: 0;
	left: 0;
}
.easypiechart .easypie-text {
	line-height: 1;
	position: absolute;
	top: 33px;
	width: 100%;
	z-index: 1;
}
.easypiechart img {
	margin-top: -4px;
}
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* FULLCALENDAR */
.fc-state-default {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat-x;
	box-shadow: none;
	color: #333333;
	text-shadow: none;
}
.fc-state-default {
	border: 1px solid;
}
.fc-button {
	color: inherit;
	border: 1px solid #e7eaec;
	cursor: pointer;
	display: inline-block;
	height: 1.9em;
	line-height: 1.9em;
	overflow: hidden;
	padding: 0 0.6em;
	position: relative;
	white-space: nowrap;
}
.fc-state-active {
	background-color: #1ab394;
	border-color: #1ab394;
	color: #ffffff;
}
.fc-header-title h2 {
	font-size: 16px;
	font-weight: 600;
	color: inherit;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
	border-color: #e7eaec;
	font-weight: normal;
}
.fc-border-separate tbody {
	background-color: #f8f8f8;
}
.fc-state-highlight {
	background: none repeat scroll 0 0 #fcf8e3;
}
.external-event {
	padding: 5px 10px;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 5px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-radius: 2px;
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
	padding: 4px 6px;
	background-color: #1ab394;
	/* background color */
	border-color: #1ab394;
	/* border color */
}
.fc-event-time,
.fc-event-title {
	color: #717171;
	padding: 0 1px;
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
	color: #fff;
}
.fc-event-container a.fc-event {
	color: #fff;
}
/* Chat */
.chat-activity-list .chat-element {
	border-bottom: 1px solid #e7eaec;
}
.chat-element:first-child {
	margin-top: 0;
}
.chat-element {
	padding-bottom: 15px;
}
.chat-element,
.chat-element .media {
	margin-top: 15px;
}
.chat-element,
.media-body {
	overflow: hidden;
}
.chat-element .media-body {
	display: block;
	width: auto;
}
.chat-element > .float-left {
	margin-right: 10px;
}
.chat-element img.rounded-circle,
.dropdown-messages-box img.rounded-circle {
	width: 38px;
	height: 38px;
}
.chat-element .well {
	border: 1px solid #e7eaec;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px 20px;
	font-size: 11px;
	line-height: 16px;
}
.chat-element .actions {
	margin-top: 10px;
}
.chat-element .photos {
	margin: 10px 0;
}
.right.chat-element > .float-right {
	margin-left: 10px;
}
.chat-photo {
	max-height: 180px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.chat {
	margin: 0;
	padding: 0;
	list-style: none;
}
.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #b3a9a9;
}
.chat li.left .chat-body {
	margin-left: 60px;
}
.chat li.right .chat-body {
	margin-right: 60px;
}
.chat li .chat-body p {
	margin: 0;
	color: #777777;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
	margin-right: 5px;
}
.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll;
}
/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: #1ab394;
	border-color: #1ab394;
	color: #ffffff;
	z-index: 2;
}
.list-group-item-heading {
	margin-top: 10px;
}
.list-group-item-text {
	margin: 0 0 10px;
	color: inherit;
	font-size: 12px;
	line-height: inherit;
}
.no-padding .list-group-item {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.no-padding .list-group-item:first-child {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
}
.no-padding .list-group {
	margin-bottom: 0;
}
.list-group-item {
	background-color: inherit;
	border: 1px solid #e7eaec;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}
.elements-list .list-group-item {
	border-left: none;
	border-right: none;
	padding: 0;
}
.elements-list .list-group-item:first-child {
	border-left: none;
	border-right: none;
	border-top: none !important;
}
.elements-list .list-group {
	margin-bottom: 0;
}
.elements-list a {
	color: inherit;
}
.elements-list .list-group-item a.active,
.elements-list .list-group-item a:hover {
	background: var(--crm-content-bg);
	color: inherit;
	border-color: #e7eaec;
	border-radius: 0;
}
.elements-list li.active {
	transition: none;
}
.elements-list .nav-link {
	padding: 15px 25px;
}
.element-detail-box {
	padding: 25px;
}
/* FLOT CHART  */

.flot-chart {
	display: block;
	height: 220px;
	font-size: 12px;
}

#flot-chart-merch {
	height: 230px;
}
#flot-chart-txn {
	height: 230px;
}

.flot-chart .legend {
	font-size: 14px;
}

/*
x.flot-chart .legend {
	display: block;
	-webkit-padding-start: 2px;
	-webkit-padding-end: 2px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
*/

.flot-chart .legendLayer .background {
	fill: rgba(255, 255, 255, 0.2);
	stroke-width: 1;
}

/*

.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px;
}
.flot-chart.dashboard-chart {
  display: block;
  height: 180px;
  margin-top: 40px;
}
.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto;
}

*/
.jqstooltip {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	visibility: hidden;
	background: #2b303a;
	background-color: rgba(43, 48, 58, 0.8);
	color: white;
	text-align: left;
	white-space: nowrap;
	z-index: 10000;
	padding: 5px 5px 5px 5px;
	min-height: 22px;
	border-radius: 3px;
}
.jqsfield {
	color: white;
	text-align: left;
}
.fh-150 {
	height: 150px;
}
.fh-200 {
	height: 200px;
}
.h-150 {
	min-height: 150px;
}
.h-200 {
	min-height: 200px;
}
.h-300 {
	min-height: 300px;
}
.w-150 {
	min-width: 150px;
}
.w-200 {
	min-width: 200px;
}
.w-300 {
	min-width: 300px;
}
.legendLabel {
	padding-left: 5px;
}
.stat-list li:first-child {
	margin-top: 0;
}
.stat-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.stat-percent {
	float: right;
}
.stat-list li {
	margin-top: 15px;
	position: relative;
}
.chart-box .stat-list h2 {
	font-size: 34px;
	font-weight: bold;
	color: var(--crm-color-green);
}
/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background: transparent;
}
.dataTables_wrapper {
	padding-bottom: 30px;
}
.dataTables_length {
	float: left;
}
.dataTables_filter label {
	margin-right: 5px;
}
.html5buttons {
	float: right;
}
.html5buttons a {
	border: 1px solid #e7eaec;
	background: #fff;
	color: #676a6c;
	box-shadow: none;
	padding: 6px 8px;
	font-size: 12px;
}
.html5buttons a:hover,
.html5buttons a:focus:active {
	background-color: #eee;
	color: inherit;
	border-color: #d2d2d2;
}
div.dt-button-info {
	z-index: 100;
}
@media (max-width: 768px) {
	.html5buttons {
		float: none;
		margin-top: 10px;
	}
	.dataTables_length {
		float: none;
	}
}
/* CIRCLE */
.img-circle {
	border-radius: 50%;
}
.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

/*small icon button*/
.btn-small-icon {
	border: none;
	background: transparent;
	color: inherit;
	padding: 0;
	height: auto !important;
	vertical-align: baseline;
}
.btn-small-icon:hover {
	opacity: 0.6;
	color: inherit;
}

.sortable-handler {
	cursor: move;
}
.sortable-handler:hover {
	opacity: 0.6;
}

.show-grid [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important;
}
.show-grid {
	margin: 15px 0;
}
/* ANIMATION */
.css-animation-box h1 {
	font-size: 44px;
}
.animation-efect-links a {
	padding: 4px 6px;
	font-size: 12px;
}
#animation_box {
	background-color: #f9f8f8;
	border-radius: 16px;
	width: 80%;
	margin: 0 auto;
	padding-top: 80px;
}
.animation-text-box {
	position: absolute;
	margin-top: 40px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
}
.animation-text-info {
	position: absolute;
	margin-top: -60px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	font-size: 10px;
}
.animation-text-box h2 {
	font-size: 54px;
	font-weight: 600;
	margin-bottom: 5px;
}
.animation-text-box p {
	font-size: 12px;
	text-transform: uppercase;
}
/* PEACE */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #1ab394;
	position: fixed;
	z-index: 2040;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}
.pace-inactive {
	display: none;
}
/* WIDGETS */
.widget {
	border-radius: 5px;
	padding: 15px 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.widget.style1 h2 {
	font-size: 22px;
}
.widget h2,
.widget h3 {
	margin-top: 5px;
	margin-bottom: 0;
}
.widget-text-box {
	padding: 20px;
	border: 1px solid #e7eaec;
	background: #ffffff;
}
.widget-head-color-box {
	border-radius: 5px 5px 0 0;
	margin-top: 10px;
}
.widget .flot-chart {
	height: 100px;
}
.vertical-align div {
	display: inline-block;
	vertical-align: middle;
}
.vertical-align h2,
.vertical-align h3 {
	margin: 0;
}
.todo-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.todo-list.small-list {
	font-size: 12px;
}
.todo-list.small-list > li {
	background: var(--crm-content-bg);
	border-left: none;
	border-right: none;
	border-radius: 4px;
	color: inherit;
	margin-bottom: 2px;
	padding: 6px 6px 6px 12px;
}
.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
	border-radius: 5px;
	font-size: 10px;
	line-height: 1.5;
	padding: 1px 2px 1px 5px;
}
.todo-list > li {
	background: var(--crm-content-bg);
	border-left: 6px solid #e7eaec;
	border-right: 6px solid #e7eaec;
	border-radius: 4px;
	color: inherit;
	margin-bottom: 2px;
	padding: 10px;
}
.todo-list .handle {
	cursor: move;
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
}
.todo-list > li .label {
	font-size: 9px;
	margin-left: 10px;
}
.check-link {
	font-size: 16px;
}
.todo-completed {
	text-decoration: line-through;
}
.geo-statistic h1 {
	font-size: 36px;
	margin-bottom: 0;
}
.glyphicon.fa {
	font-family: "Font Awesome 5 Free";
}
/* INPUTS */
.inline {
	display: inline-block !important;
}
.input-s-sm {
	width: 120px;
}
.input-s {
	width: 200px;
}

.form-control {
	font-size: 0.9rem;
}

select.form-control:not([size]):not([multiple]),
input.form-control[type="text"],
input.form-control[type="password"],
input.form-control[type="email"],
input.form-control[type="number"],
button.form-control,
p.form-control {
	height: var(--crm-field-height);
}

p.form-control {
	line-height: 20.8px;
}

.input-sm,
.form-control-sm {
	height: 31px;
}
.input-s-lg {
	width: 250px;
}
.i-checks {
	padding-left: 0;
}
.form-control,
.single-line {
	background-color: #ffffff;
	background-image: none;

	border-radius: 1px;

	display: block;
	padding: 5px 12px;
	width: 100%;
}
.form-control:focus,
.single-line:focus {
	border-color: /*#1ab394*/ var(--crm-color-primary);
}
.has-success .form-control,
.has-success .form-control:focus {
	border-color: /*#1ab394*/ var(--crm-color-primary);
}
.has-warning .form-control,
.has-warning .form-control:focus {
	border-color: #f8ac59;
}
.has-error .form-control,
.has-error .form-control:focus {
	border-color: var(--crm-color-danger);
}
.has-success .control-label {
	color: #1ab394;
}
.has-warning .control-label {
	color: #f8ac59;
}
.has-error .control-label {
	color: var(--crm-color-danger);
}
.input-group-addon {
	background-color: #fff;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 9px 12px 4px 12px;
	text-align: center;
}
.spinner-buttons.input-group-btn .btn-xs {
	line-height: 1.13;
}
.spinner-buttons.input-group-btn {
	width: 20%;
}
.noUi-connect {
	background: none repeat scroll 0 0 #1ab394;
	box-shadow: none;
}
.slider_red .noUi-connect {
	background: none repeat scroll 0 0 var(--crm-color-danger);
	box-shadow: none;
}
/* UI Sortable */
.ui-sortable .ibox-title {
	cursor: move;
}
.ui-sortable-placeholder {
	border: 1px dashed #cecece !important;
	visibility: visible !important;
	background: #e7eaec;
}
.ibox.ui-sortable-placeholder {
	margin: 0 0 23px !important;
}
/* SWITCHES */
.onoffswitch {
	position: relative;
	width: 54px;
	-webkit-user-select: none;
	user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #1ab394;
	border-radius: 3px;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 16px;
	padding: 0;
	line-height: 16px;
	font-size: 10px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "ON";
	padding-left: 7px;
	background-color: #1ab394;
	color: #ffffff;
}
.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 7px;
	background-color: #ffffff;
	color: #919191;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 0;
	background: #ffffff;
	border: 2px solid #1ab394;
	border-radius: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0;
}
/* jqGrid */
.ui-jqgrid {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.ui-jqgrid-btable {
	border-collapse: separate;
}
.ui-jqgrid-htable {
	border-collapse: separate;
}
.ui-jqgrid-titlebar {
	height: 40px;
	line-height: 15px;
	color: #676a6c;
	background-color: #f9f9f9;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-jqgrid .ui-jqgrid-title {
	float: left;
	margin: 1.1em 1em 0.2em;
}
.ui-jqgrid .ui-jqgrid-titlebar {
	position: relative;
	border-left: 0 solid;
	border-right: 0 solid;
	border-top: 0 solid;
}
.ui-widget-header {
	background: none;
	background-image: none;
	background-color: #f5f5f6;
	text-transform: uppercase;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.ui-jqgrid tr.ui-row-ltr td {
	border-right-color: inherit;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
	border-color: #dddddd;
	background-color: inherit;
}
.ui-search-toolbar input[type="text"] {
	font-size: 12px;
	height: 15px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #f9f9f9;
	border: 1px solid #dddddd;
	line-height: 15px;
	font-weight: bold;
	color: #676a6c;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-widget-content {
	box-sizing: content-box;
}
.ui-icon-triangle-1-n {
	background-position: 1px -16px;
}
.ui-jqgrid tr.ui-search-toolbar th {
	border-top-width: 0 !important;
	border-top-color: inherit !important;
	border-top-style: ridge !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #f5f5f5;
	border-collapse: separate;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #f2fbff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #dddddd;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-jqgrid .ui-pg-input {
	font-size: inherit;
	width: 50px;
	border: 1px solid #cccccc;
	height: 15px;
}
.ui-jqgrid .ui-pg-selbox {
	display: block;
	font-size: 1em;
	height: 25px;
	line-height: 18px;
	margin: 0;
	width: auto;
}
.ui-jqgrid .ui-pager-control {
	position: relative;
}
.ui-jqgrid .ui-jqgrid-pager {
	height: 32px;
	position: relative;
}
.ui-pg-table .navtable .ui-corner-all {
	border-radius: 0;
}
.ui-jqgrid .ui-pg-button:hover {
	padding: 1px;
	border: 0;
}
.ui-jqgrid .loading {
	position: absolute;
	top: 45%;
	left: 45%;
	width: auto;
	height: auto;
	z-index: 101;
	padding: 6px;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	display: none;
	border-width: 2px !important;
	font-size: 11px;
}
.ui-jqgrid .form-control {
	height: 10px;
	width: auto;
	display: inline;
	padding: 10px 12px;
}
.ui-jqgrid-pager {
	height: 32px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}
.ui-widget-content {
	border: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-titlebar {
	padding: 0;
}
.ui-jqgrid .ui-jqgrid-titlebar {
	border-bottom: 1px solid #ddd;
}
.ui-jqgrid tr.jqgrow td {
	padding: 6px;
}
.ui-jqdialog .ui-jqdialog-titlebar {
	padding: 10px 10px;
}
.ui-jqdialog .ui-jqdialog-title {
	float: none !important;
}
.ui-jqdialog > .ui-resizable-se {
	position: absolute;
}
/* Nestable list */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}
.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}
.dd-handle {
	display: block;
	margin: 5px 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	border: 1px solid #e7eaec;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-handle span {
	font-weight: bold;
}
.dd-handle:hover {
	background: #f0f0f0;
	cursor: pointer;
	font-weight: bold;
}
.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.dd-item > button:before {
	content: "+";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
	content: "-";
}

.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image:
		-webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff),
		-webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
	background-image:
		-moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff),
		-moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
	background-image:
		linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff),
		linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
	background-size: 60px 60px;
	background-position:
		0 0,
		30px 30px;
}
.dd-dragel {
	position: absolute;
	z-index: 9999;
	pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
* Nestable Extras
*/
.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
#nestable-menu {
	padding: 0;
	margin: 10px 0 20px 0;
}
#nestable-output,
#nestable2-output {
	width: 100%;
	font-size: 0.75em;
	line-height: 1.333333em;
	font-family:
		open sans,
		lucida grande,
		lucida sans unicode,
		helvetica,
		arial,
		sans-serif;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
	color: inherit;
	border: 1px dashed #e7eaec;
	background: var(--crm-content-bg);
	padding: 10px;
}
#nestable2 span.label {
	margin-right: 10px;
}
#nestable-output,
#nestable2-output {
	font-size: 12px;
	padding: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* CodeMirror */
.CodeMirror {
	border: 1px solid #eee;
	height: auto;
}
.CodeMirror-scroll {
	overflow-y: hidden;
	overflow-x: auto;
}
/* Google Maps */
.google-map {
	height: 300px;
}

/* Validation */
label.error {
	color: #ed5565;
	display: inline-block;
	margin-left: 5px;
}
.form-control.error {
	border: 1px solid #ed5565;
}

/* ngGrid */
.gridStyle {
	border: 1px solid #d4d4d4;
	width: 100%;
	height: 400px;
}
.gridStyle2 {
	border: 1px solid #d4d4d4;
	width: 500px;
	height: 300px;
}
.ngH eaderCell {
	border-right: none;
	border-bottom: 1px solid #e7eaec;
}
.ngCell {
	border-right: none;
}
.ngTopPanel {
	background: #f5f5f6;
}
.ngRow.even {
	background: #f9f9f9;
}
.ngRow.selected {
	background: #ebf2f1;
}
.ngRow {
	border-bottom: 1px solid #e7eaec;
}
.ngCell {
	background-color: transparent;
}
.ngHeaderCell {
	border-right: none;
}
/* Toastr custom style */
#toast-container > div {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	opacity: 0.9;
	-ms-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
}
#toast-container > :hover {
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
	width: 500 px !important;
	max-width: 96%;
}

.toast {
	background-color: #1ab394;
}
.toast-success {
	background-color: #1ab394;
}
.toast-error {
	background-color: var(--crm-color-danger);
}
.toast-info {
	background-color: var(--crm-color-info);
}
.toast-warning {
	background-color: #f8ac59;
}
.toast-top-full-width {
	margin-top: 20px;
}
.toast-bottom-full-width {
	margin-bottom: 20px;
}

/* Notifie */
.cg-notify-message.inspinia-notify {
	background: #fff;
	padding: 0;
	box-shadow:
		0 0 1px rgba(0, 0, 0, 0.1),
		0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:
		0 0 1px rgba(0, 0, 0, 0.1),
		0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:
		0 0 1px rgba(0, 0, 0, 0.1),
		0 2px 4px rgba(0, 0, 0, 0.2);
	border: none;
	margin-top: 30px;
	color: inherit;
}
.inspinia-notify.alert-warning {
	border-left: 6px solid #f8ac59;
}
.inspinia-notify.alert-success {
	border-left: 6px solid var(--crm-color-success);
}
.inspinia-notify.alert-danger {
	border-left: 6px solid var(--crm-color-danger);
}
.inspinia-notify.alert-info {
	border-left: 6px solid #1ab394;
}
/* Image cropper style */
.img-container,
.img-preview {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.img-preview-sm {
	height: 130px;
	width: 200px;
}
/* Forum styles  */
.forum-post-container .media {
	margin: 10px 10px 10px 10px;
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid #f1f1f1;
}
.forum-avatar {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 110px;
}
.forum-avatar .rounded-circle {
	height: 48px;
	width: 48px;
}
.author-info {
	color: #676a6c;
	font-size: 11px;
	margin-top: 5px;
	text-align: center;
}
.forum-post-info {
	padding: 9px 12px 6px 12px;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
}
.media-body > .media {
	background: #f9f9f9;
	border-radius: 3px;
	border: 1px solid #f1f1f1;
}
.forum-post-container .media-body .photos {
	margin: 10px 0;
}
.forum-photo {
	max-width: 140px;
	border-radius: 3px;
}
.media-body > .media .forum-avatar {
	width: 70px;
	margin-right: 10px;
}
.media-body > .media .forum-avatar .rounded-circle {
	height: 38px;
	width: 38px;
}
.mid-icon {
	font-size: 66px;
}
.forum-item {
	margin: 10px 0;
	padding: 10px 0 20px;
	border-bottom: 1px solid #f1f1f1;
}
.views-number {
	font-size: 24px;
	line-height: 18px;
	font-weight: 400;
}
.forum-container,
.forum-post-container {
	padding: 30px !important;
}
.forum-item small {
	color: #999;
}
.forum-item .forum-sub-title {
	color: #999;
	margin-left: 50px;
}
.forum-title {
	margin: 15px 0 15px 0;
}
.forum-info {
	text-align: center;
}
.forum-desc {
	color: #999;
}
.forum-icon {
	float: left;
	width: 30px;
	margin-right: 20px;
	text-align: center;
}
a.forum-item-title {
	color: inherit;
	display: block;
	font-size: 18px;
	font-weight: 600;
}
a.forum-item-title:hover {
	color: inherit;
}
.forum-icon .fa {
	font-size: 30px;
	margin-top: 8px;
	color: #9b9b9b;
}
.forum-item.active .fa {
	color: #1ab394;
}
.forum-item.active a.forum-item-title {
	color: #1ab394;
}
@media (max-width: 992px) {
	.forum-info {
		margin: 15px 0 10px 0;
		/* Comment this is you want to show forum info in small devices */
		display: none;
	}
	.forum-desc {
		float: none !important;
	}
}
/* New Timeline style */
.vertical-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.vertical-container::after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
}
#vertical-timeline {
	position: relative;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#vertical-timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #f1f1f1;
}
.vertical-timeline-content .btn {
	float: right;
}
#vertical-timeline.light-timeline:before {
	background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
	border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
	border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
	border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
	background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
	#vertical-timeline.center-orientation {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	#vertical-timeline.center-orientation:before {
		left: 50%;
		margin-left: -2px;
	}
}
@media only screen and (max-width: 1170px) {
	.center-orientation.dark-timeline .vertical-timeline-content:before {
		border-color: transparent #f5f5f5 transparent transparent;
	}
}
.vertical-timeline-block {
	position: relative;
	margin: 2em 0;
}
.vertical-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.vertical-timeline-block:first-child {
	margin-top: 0;
}
.vertical-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
	.center-orientation .vertical-timeline-block {
		margin: 4em 0;
	}
	.center-orientation .vertical-timeline-block:first-child {
		margin-top: 0;
	}
	.center-orientation .vertical-timeline-block:last-child {
		margin-bottom: 0;
	}
}
.vertical-timeline-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	border: 3px solid #f1f1f1;
	text-align: center;
}
.vertical-timeline-icon i {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
	.center-orientation .vertical-timeline-icon {
		width: 50px;
		height: 50px;
		left: 50%;
		margin-left: -25px;
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		font-size: 19px;
	}
	.center-orientation .vertical-timeline-icon i {
		margin-left: -12px;
		margin-top: -10px;
	}
	.center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
		visibility: hidden;
	}
}
.vertical-timeline-content {
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
}
.vertical-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.vertical-timeline-content h2 {
	font-weight: 400;
	margin-top: 4px;
}
.vertical-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
	float: left;
	font-weight: 500;
}
.vertical-date small {
	color: #1ab394;
	font-weight: 400;
}
.vertical-timeline-content::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
	.vertical-timeline-content h2 {
		font-size: 18px;
	}
	.vertical-timeline-content p {
		font-size: 13px;
	}
}
@media only screen and (min-width: 1170px) {
	.center-orientation .vertical-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}
	.center-orientation .vertical-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}
	.center-orientation .vertical-timeline-content .btn {
		float: left;
	}
	.center-orientation .vertical-timeline-content .vertical-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 2px;
		font-size: 14px;
	}
	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
		float: right;
	}
	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}
	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
		float: right;
	}
	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
		left: auto;
		right: 122%;
		text-align: right;
	}
	.center-orientation .cssanimations .vertical-timeline-content.is-hidden {
		visibility: hidden;
	}
}
/* Tabs */
/*
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
  position: static;
}
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
  word-break: break-word;
  width: 100%;
}
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left > .nav-tabs a.active,
.tabs-container .tabs-left > .nav-tabs a.active:hover,
.tabs-container .tabs-left > .nav-tabs a.active:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
}
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right > .nav-tabs a.active,
.tabs-container .tabs-right > .nav-tabs a.active:hover,
.tabs-container .tabs-right > .nav-tabs a.active:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  z-index: 1;
}
.tabs-container .tabs-right > .nav-tabs li {
  z-index: 1;
}
*/

.nav-tabs .nav-link:not(.active):focus,
.nav-tabs .nav-link:not(.active):hover {
	border-color: transparent;
}
@media (max-width: 767px) {
	.tabs-container .nav-tabs > li {
		float: none !important;
	}
	.tabs-container .nav-tabs > li.active > a {
		border-bottom: 1px solid #e7eaec !important;
		margin: 0;
	}
}
/* jsvectormap */
.jvectormap-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.jvectormap-tip {
	position: absolute;
	display: none;
	border: solid 1px #cdcdcd;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 5px;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
	position: absolute;
	left: 10px;
	border-radius: 3px;
	background: #1ab394;
	padding: 3px;
	color: white;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	box-sizing: content-box;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 10px;
	height: 10px;
}
.jvectormap-zoomin {
	top: 10px;
}
.jvectormap-zoomout {
	top: 30px;
}
.jvectormap-goback {
	bottom: 10px;
	z-index: 1000;
	padding: 6px;
}
.jvectormap-spinner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: center no-repeat
		url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
.jvectormap-legend-title {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.jvectormap-legend-cnt {
	position: absolute;
}
.jvectormap-legend-cnt-h {
	bottom: 0;
	right: 0;
}
.jvectormap-legend-cnt-v {
	top: 0;
	right: 0;
}
.jvectormap-legend {
	background: black;
	color: white;
	border-radius: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
	float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
	margin: 10px 10px 0 0;
	padding: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
	width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
	height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.jvectormap-legend-tick-text {
	font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
	text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 3px;
}
/*Slick Carousel */
.slick-prev:before,
.slick-next:before {
	color: #1ab394 !important;
}
/* Payments */
.payment-card {
	background: #ffffff;
	padding: 20px;
	margin-bottom: 25px;
	border: 1px solid #e7eaec;
}
.payment-icon-big {
	font-size: 60px;
	color: #d1dade;
}
.payments-method.panel-group .panel + .panel {
	margin-top: -1px;
}
.payments-method .panel-heading {
	padding: 15px;
	background-color: var(--crm-content-bg);
}
.payments-method .panel-default {
	border: 1px solid #e7eaec;
}
.payments-method .panel {
	border-radius: 0;
}
.payments-method .panel-heading h5 {
	margin-bottom: 5px;
}
.payments-method .panel-heading i {
	font-size: 26px;
}

/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border-color: #ced4da !important;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: var(--crm-color-primary);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	border-color: var(--crm-color-primary);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #e7eaec;
}
.select2-dropdown {
	border-color: #e7eaec;
}
.select2-dropdown input:focus {
	outline: none;
}
.select2-selection {
	outline: none;
}

/*select2 fix*/

.form-control + span.select2-container--default {
	width: 100% !important;
	min-height: var(--crm-field-height);
	font-size: 0.9rem;
}

.form-control + span.select2-container--default .select2-selection {
	min-height: var(--crm-field-height);
}

.select2-container--open {
	z-index: var(--z-select2-container--open) !important;
}

.select2-dropdown {
	z-index: var(--z-select2-dropdown) !important;
}

.select2-selection--multiple {
	cursor: default !important;
}

.select2-selection--multiple:before {
	content: "";
	position: absolute;
	right: 7px;
	top: 42%;
	border-top: 5px solid #888;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 2px;
	margin-bottom: 0;
	line-height: 20px;
	padding: 1px 6px;
	font-size: 0.875rem;
}

.ui-select-container.ui-select-bootstrap .ui-select-choices-row.active > a {
	background-color: #1ab394;
}
/* Tour */
.tour-tour .btn.btn-default {
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	color: inherit;
}
.tour-step-backdrop {
	z-index: 2101;
}
.tour-backdrop {
	z-index: 2100;
	opacity: 0.7;
}
.popover[class*="tour-"] {
	z-index: 2100;
}
.popover-header {
	margin-top: 0;
}
body.tour-open .animated {
	animation-fill-mode: initial;
}
.tour-tour .btn.btn-secondary {
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	color: inherit;
}
/* Resizable */
.resizable-panels .ibox {
	clear: none;
	margin: 10px;
	float: left;
	overflow: hidden;
	min-height: 150px;
	min-width: 150px;
}
.resizable-panels .ibox .ibox-content {
	height: calc(100% - 49px);
}
.ui-resizable-helper {
	background: rgba(211, 211, 211, 0.4);
}
/* Wizard step fix */
.wizard > .content > .body {
	position: relative;
}
/* PDF js style */
.pdf-toolbar {
	max-width: 600px;
	margin: 0 auto;
}
/* Dropzone */
.dropzone {
	min-height: 140px;
	border: 1px dashed #1ab394;
	background: white;
	padding: 20px 20px;
}
.dropzone .dz-message {
	font-size: 16px;
}
/* Activity stream */
.stream {
	position: relative;
	padding: 10px 0;
}
.stream:first-child .stream-badge:before {
	top: 10px;
}
.stream:last-child .stream-badge:before {
	height: 30px;
}
.stream .stream-badge {
	width: 50px;
}
.stream .stream-badge i {
	border: 1px solid #e7eaec;
	border-radius: 50%;
	padding: 6px;
	color: #808486;
	position: absolute;
	background-color: #ffffff;
	left: 8px;
}
.stream .stream-badge i.fa-circle {
	color: #ced0d1;
}
.stream .stream-badge i.bg-success {
	color: #ffffff;
	background-color: var(--crm-color-success);
	border-color: var(--crm-color-success);
}
.stream .stream-badge i.bg-primary {
	color: #ffffff;
	background-color: #1ab394;
	border-color: #1ab394;
}
.stream .stream-badge i.bg-warning {
	color: #ffffff;
	background-color: #f8ac59;
	border-color: #f8ac59;
}
.stream .stream-badge i.bg-info {
	color: #ffffff;
	background-color: var(--crm-color-info);
	border-color: var(--crm-color-info);
}
.stream .stream-badge i.bg-danger {
	color: #ffffff;
	background-color: var(--crm-color-danger);
	border-color: var(--crm-color-danger);
}
.stream .stream-badge:before {
	content: "";
	width: 1px;
	background-color: #e7eaec;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
}
.stream .stream-info {
	font-size: 12px;
	margin-bottom: 5px;
}
.stream .stream-info img {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	margin-top: -4px;
}
.stream .stream-info .date {
	color: #9a9d9f;
	font-size: 80%;
}
.stream .stream-panel {
	margin-left: 55px;
}
.stream-small {
	margin: 10px 0;
}
.stream-small .label {
	padding: 2px 6px;
	margin-right: 2px;
}
/* Code */
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #eff2f3;
	border: 1px solid #d1dade;
	border-radius: 2px;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

body {
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f0f0f2;
	font-size: 16px;

	color: var(--crm-text-color);
	overflow-x: hidden;
}

.block {
	display: block;
}
.clear {
	display: block;
	overflow: hidden;
}
a {
	cursor: pointer;
}
a:hover,
a:focus {
	text-decoration: none;
}
.border-bottom {
	border-bottom: 1px solid #e7eaec !important;
}
.font-bold {
	font-weight: 600;
}
.font-normal {
	font-weight: 400;
}
.text-uppercase {
	text-transform: uppercase;
}
.font-italic {
	font-style: italic;
}
.b-r {
	border-right: 1px solid #e7eaec;
}
.hr-line-dashed {
	border-top: 1px dashed #e7eaec;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 20px 0;
}
.hr-line-solid {
	border-bottom: 1px solid #e7eaec;
	background-color: rgba(0, 0, 0, 0);
	border-style: solid !important;
	margin-top: 15px;
	margin-bottom: 15px;
}
video {
	width: 100% !important;
	height: auto !important;
}
/* GALLERY */
.gallery > .row > div {
	margin-bottom: 15px;
}
.fancybox img {
	margin-bottom: 5px;
	/* Only for demo */
	width: 24%;
}
/* Summernote text editor  */
.note-editor {
	height: auto !important;
}
.note-editor.fullscreen {
	z-index: 2050;
}
.note-editor.note-frame.fullscreen {
	z-index: 2020;
}
.note-editor.note-frame .note-editing-area .note-editable {
	color: #676a6c;
	padding: 15px;
}
.note-editor.note-frame {
	border: none;
}
.note-editor.panel {
	margin-bottom: 0;
}

/* MODAL */
.modal-content {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0);

	border-radius: 24px;
	box-shadow: 0px 1px 5px 2px rgba(0, 134, 179, 0.3);
	outline: 0 none;
	position: relative;
	overflow: hidden;
}
/*
.modal-dialog {
  	z-index: var(--z-modal-dialog);

}
*/
.modal-body {
}
/*
.inmodal .modal-body {
  background: #f8fafb;
}
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
  display: block;
}
*/
.animated.modal.fade .modal-dialog {
	transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/*
.inmodal .modal-title {
  font-size: 26px;
}
.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}
*/
.modal-footer {
	margin-top: 0;
}
.modal-footer > ul.grid {
	flex-grow: 1;
}

.title-action {
	text-align: right;
	padding-top: 30px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
	margin-top: 5px;
}
ul.unstyled,
ol.unstyled {
	list-style: none outside none;
	margin-left: 0;
}
.big-icon {
	font-size: 160px !important;
	color: #e5e6e7;
}

/* FOOTER */
.tpl-content-footer {
	background: white;
	border-top: 1px solid #e7eaec;

	padding: 10px 20px;

	margin-top: var(--crm-gap-v-1);
	margin-left: calc(var(--crm-gap-v-1) * -1);
	margin-right: calc(var(--crm-gap-v-1) * -1);

	margin-top: auto;
}

/* PANELS */
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
	color: inherit;
}
.page-heading {
	border-top: 0;
}
.panel-heading h1,
.panel-heading h2 {
	margin-bottom: 5px;
}
.panel-body {
	padding: 15px;
}
/* Bootstrap 3.3.x panels */
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
}
.panel-heading {
	color: white;
	padding: 6px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-footer {
	padding: 10px 15px;
	border-top: 1px solid #e7eaec;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #e7eaec;
}
.panel-default {
	border-color: #e7eaec;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
/* TABLES */
.table {
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.table-bordered {
	border: 1px solid #ebebeb;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	background-color: #f5f5f6;
	border-bottom-width: 1px;
}
.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 {
	border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
	border-bottom: 1px solid #dddddd;
	vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #e7eaec;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
}

.table-sm td,
.table-sm th {
	padding: 4px !important;
}

.table .thead-dark th {
	color: #fff;
	background-color: #999;
	border-color: #e7eaec;
}

.table td.td-full-width,
.table th.td-full-width {
	padding: 0;
}

/*

.table-hover tbody tr:hover {
    
    
    background-color: transparent;
    
    
}

.table-hover tbody tr:hover td{
    background-color: #fff;
   	filter: brightness(90%);
    
    
}
*/

/*
.table-hover tbody tr:hover {
    background-color: #ececec;
}

.table-hover tbody tr:hover td{
    background-color: #ececec!important;
}
*/

.table-hover tbody tr:hover {
	color: inherit;
	background-color: #000000;
}

.table-hover tbody tr:hover td {
	background-color: #ffffff;

	opacity: 0.85;
}

/* PANELS */
.panel.blank-panel {
	background: none;
	margin: 0;
}
.blank-panel .panel-heading {
	padding-bottom: 0;
}
.nav-tabs > li > a {
	color: /*#A7B1C2*/ #999;
	font-weight: 600;
	padding: 10px 20px 10px 25px;
}

.nav-tabs > li > .nav-link.active,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	color: /*#676a6c*/ #000;
}
.ui-tab .tab-content {
	padding: 20px 0;
}
/* GLOBAL  */
.no-padding {
	padding: 0 !important;
}
.no-borders {
	border: none !important;
}
.no-margins {
	margin: 0 !important;
}
.no-top-border {
	border-top: 0 !important;
}
.ibox-content.text-box {
	padding-bottom: 0;
	padding-top: 15px;
}
.border-left-right {
	border-left: 1px solid #e7eaec;
	border-right: 1px solid #e7eaec;
}
.border-top-bottom {
	border-top: 1px solid #e7eaec;
	border-bottom: 1px solid #e7eaec;
}
.border-left {
	border-left: 1px solid #e7eaec;
}
.border-right {
	border-right: 1px solid #e7eaec;
}
.border-top {
	border-top: 1px solid #e7eaec;
}
.border-bottom {
	border-bottom: 1px solid #e7eaec;
}
.border-size-sm {
	border-width: 3px;
}
.border-size-md {
	border-width: 6px;
}
.border-size-lg {
	border-width: 9px;
}
.border-size-xl {
	border-width: 12px;
}
.full-width {
	width: 100% !important;
}
.link-block {
	font-size: 12px;
	padding: 10px;
}

.link-block a {
	font-size: 10px;
	color: inherit;
}

img.circle-border {
	border: 6px solid #ffffff;
	border-radius: 50%;
}

.login-panel {
	margin-top: 25%;
}
.icons-box h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.icons-box .infont a i {
	font-size: 25px;
	display: block;
	color: #676a6c;
}
.icons-box .infont a {
	color: #a6a8a9;
}
.icons-box .infont a {
	padding: 10px;
	margin: 1px;
	display: block;
}
.ui-draggable .ibox-title {
	cursor: move;
}

/* Breadcrambs */
.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}
.breadcrumb > li a {
}
.breadcrumb > .active {
	color: inherit;
	font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
	font-weight: 400;
	color: #fff;
}

.TitleRow .breadcrumb a {
	color: inherit;
	font-weight: bold;
}

code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #ca4440;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap;
}
.ibox {
	clear: both;
	margin-bottom: var(--crm-gap-v-1);
	margin-top: 0;
	padding: 0;
}

.ibox.collapsed .ibox-content {
	display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
	content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
	content: "\f077";
}
.ibox:after,
.ibox:before {
	display: table;
}
.ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 2px 0 0;
	color: inherit;
	margin-bottom: 0;

	padding: 8px 90px 8px 15px;

	min-height: 48px;
	position: relative;
	clear: both;

	font-size: 14px;
	text-overflow: ellipsis;

	display: flex;
	align-items: center;
}
.ibox-content {
	background-color: #ffffff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border-color: #e7eaec;
	border-image: none;

	border-style: solid;

	border-width: 1px;
}

.ibox-footer {
	color: inherit;
	border: 1px solid #e7eaec;
	font-size: 90%;
	background: #ffffff;
	padding: 10px 15px;
	margin-top: -1px;
}

/*fit for mybox footers inside content*/
.ibox-content > .footer {
	color: inherit;
	border-top: 1px solid #e7eaec;
	font-size: 90%;
	background: #ffffff;
	padding: 10px 15px;
	margin: 20px -20px -20px -20px;
}

.ibox-table .ibox-content {
	padding: 10px;
}

.ibox-table .ibox-content > .table {
	margin-bottom: 0;
}
.ibox-table .ibox-footer {
	border-top: none;
}

.ibox-subsection-separator {
	margin-top: 6px;
	color: var(--crm-color-primary);
	font-weight: bold;
	margin-bottom: 16px;
}
.ibox-subsection-separator:after {
	display: block;
	content: " ";
	height: 2px;
	background: linear-gradient(to right, var(--crm-color-primary) 0%, #def 100%) !important;
	font-size: 1.2rem;
}

.ibox-title.no-buttons {
	padding-right: 15px;
}

/*
table.table-mail tr td {
  padding: 12px;
}
*/

.table-mail .check-mail {
	padding-left: 20px;
}
.table-mail .mail-date {
	padding-right: 20px;
}
.star-mail,
.check-mail {
	width: 40px;
}

/*
.unread td a,
.unread td {
  font-weight: 600;
  color: inherit;
}
.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}
.unread td {
  background-color: #f9f8f8;
}
*/

.ibox-content {
	clear: both;
}
.ibox-heading {
	background-color: #f3f6fb;
	border-bottom: none;
}
.ibox-heading h3 {
	font-weight: 200;
	font-size: 24px;
}
.ibox-title h5 {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 7px;
	padding: 0;
	text-overflow: ellipsis;
	float: none;
}
.ibox-title .label {
	margin-left: 4px;
}
.ibox-title .pull-right {
	position: absolute;
	right: 15px;
	top: 15px;
}
.ibox-tools {
	display: block;
	float: none;
	margin-top: 0;
	position: absolute;
	top: 8px;
	right: 15px;
	padding: 0;
	text-align: right;
}
.ibox-tools a {
	cursor: pointer;
	margin-left: 5px;
	color: #c4c4c4 !important;
}
.ibox-tools a.btn-primary {
	color: #fff !important;
}
.ibox-tools .dropdown-menu > li > a {
	padding: 4px 10px;
	font-size: 12px;
	color: #676a6c !important;
}
.ibox .ibox-tools.open > .dropdown-menu {
	left: auto;
	right: 0;
}
.ibox-tools .dropdown-toggle::after {
	display: none;
}

/* BACKGROUNDS */
.bg-light-orange {
	background-color: #f4ddc4 !important;
}

.bg-light-blue {
	background-color: var(--crm-color-light-blue) !important;
}

.bg-aqua-blue {
	background-color: #1b9cd6 !important;
	color: #ffffff;
}

.gray-bg,
.bg-muted {
	background-color: var(--crm-content-bg);
}
.white-bg {
	background-color: #ffffff;
}
.blue-bg,
.bg-success {
	background-color: var(--crm-color-success) !important;
	color: #ffffff;
}
.navy-bg,
.bg-primary {
	/*background-color: #1ab394 !important;*/
	background-color: var(--crm-color-primary) !important;
	color: #ffffff;
}

.bg-light-gray {
	background-color: #ddd !important;
}

.lazur-bg,
.bg-info {
	background-color: var(--crm-color-info) !important;
	color: #ffffff;
}
.yellow-bg,
.bg-warning {
	background-color: #f8ac59 !important;
	color: #ffffff;
}
.red-bg,
.bg-danger {
	background-color: var(--crm-color-danger) !important;
	color: #ffffff;
}
.black-bg {
	background-color: #262626;
}
.panel-primary {
	border-color: /*#1ab394*/ var(--crm-color-primary);
}
.panel-primary > .panel-heading {
	background-color: /*#1ab394*/ var(--crm-color-primary);
	border-color: /*#1ab394*/ var(--crm-color-primary);
}
.panel-success {
	border-color: var(--crm-color-success);
}
.panel-success > .panel-heading {
	background-color: var(--crm-color-success);
	border-color: var(--crm-color-success);
	color: #ffffff;
}
.panel-info {
	border-color: var(--crm-color-info);
}
.panel-info > .panel-heading {
	background-color: var(--crm-color-info);
	border-color: var(--crm-color-info);
	color: #ffffff;
}
.panel-warning {
	border-color: #f8ac59;
}
.panel-warning > .panel-heading {
	background-color: #f8ac59;
	border-color: #f8ac59;
	color: #ffffff;
}
.panel-danger {
	border-color: var(--crm-color-danger);
}
.panel-danger > .panel-heading {
	background-color: var(--crm-color-danger);
	border-color: var(--crm-color-danger);
	color: #ffffff;
}
.progress-bar {
	background-color: var(--crm-color-navy);
	overflow: hidden;
}
.progress-small,
.progress-small .progress-bar {
	height: 10px;
}
.progress-small,
.progress-mini {
	margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
	height: 5px;
	margin-bottom: 0;
}
.progress-bar-navy-light {
	background-color: #3dc7ab;
}
.progress-bar-success {
	background-color: var(--crm-color-success);
}
.progress-bar-info {
	background-color: var(--crm-color-info);
}
.progress-bar-warning {
	background-color: #f8ac59;
}
.progress-bar-danger {
	background-color: var(--crm-color-danger);
}

.progress-bar-color1 {
	background-color: #1b74e4;
}
.progress-bar-color2 {
	background-color: #f8ac59;
}
.progress-bar-color3 {
	background-color: #1bb394;
}
.progress-bar-color4 {
	background-color: #ed5666;
}
.progress-bar-color5 {
	background-color: #4444ff;
}
.progress-bar-color6 {
	background-color: #2799bf;
}
.progress-bar-color7 {
	background-color: #38ac5a;
}

/*
.progress-bar-titles{
	border:solid green 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display:flex;
}

.progress-bar-titles>div{
	border:solid red 1px;
	flex-grow:1;

	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:800;
	font-size:1rem;
	color:#333;
}

.progress-bar-titles>div.active{
	border:solid red 1px;
	flex-grow:1;

	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:800;
	font-size:1rem;
	color:#333;
}
*/

.leadMainProgress {
	height: 36px;
	position: relative;
}

.leadMainProgress .row {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.leadMainProgress .row .col {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1rem;
	color: #333;
}

.leadMainProgress .row .col.active {
	color: #fff;
}

.leadMainProgress .row .col.isSaved:hover {
	opacity: 0.6;
}
.leadMainProgress .row .col.isSaved {
	cursor: pointer;
}

@media (max-width: 575px) {
	.leadMainProgress .row .col {
		color: #000 !important;
	}
	.leadMainProgress .row .col:not(.active-m) {
		display: none;
	}
}

/* up to XL SIZE */
@media (max-width: 1199px) {
	.show-xl {
		display: none !important;
	}
}

/* up to XXL SIZE */
@media (max-width: 1441px) {
	.leadMainProgress {
	}

	.leadMainProgress .row .col {
		font-size: 0.9rem;
	}

	.show-xxl {
		display: none !important;
	}

	.welcome-message {
		font-size: 0.8rem;
	}
}

/* up to XXXL SIZE */
@media (max-width: 1800px) {
	.show-xxxl {
		display: none !important;
	}
}

.panel-title {
	font-size: inherit;
}
.jumbotron {
	border-radius: 6px;
	padding: 40px;
}
.jumbotron h1 {
	margin-top: 0;
}
/* COLORS */
.text-navy {
	color: var(--crm-color-navy) !important;
}
.text-primary {
	color: inherit !important;
}
.text-success {
	color: var(--crm-color-success) !important;
}
.text-info {
	color: var(--crm-color-info) !important;
}
.text-warning {
	color: #f8ac59 !important;
}
.text-danger {
	color: var(--crm-color-danger) !important;
}
.text-muted {
	color: #888888 !important;
}
.text-white {
	color: #ffffff;
}

.text-black {
	color: #000;
}
.text-blue {
	color: var(--blue);
}
.text-green {
	color: var(--green);
}
.text-purple {
	color: var(--purple);
}
.text-orange {
	color: var(--orange);
}

.simple_tag {
	background-color: var(--crm-content-bg);
	border: 1px solid #e7eaec;
	border-radius: 2px;
	color: inherit;
	font-size: 10px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px 12px;
	display: inline-block;
}
.img-shadow {
	-webkit-box-shadow: 0 0 3px 0 #919191;
	-moz-box-shadow: 0 0 3px 0 #919191;
	box-shadow: 0 0 3px 0 #919191;
}
/* For handle diferent bg color in AngularJS version */
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar,
.metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
	background: #fff;
}

.modal-backdrop {
	z-index: var(--z-modal-backdrop) !important;
}
.modal {
	z-index: var(--z-modal) !important;
}
.spiner-example {
	height: 200px;
	padding-top: 70px;
}
/* MARGINS & PADDINGS */
.p-xxs {
	padding: 5px;
}
.p-xs {
	padding: 10px;
}
.p-sm {
	padding: 15px;
}
.p-m {
	padding: 20px;
}
.p-md {
	padding: 25px;
}
.p-lg {
	padding: 30px;
}
.p-xl {
	padding: 40px;
}
.p-w-xs {
	padding: 0 10px;
}
.p-w-sm {
	padding: 0 15px;
}
.p-w-m {
	padding: 0 20px;
}
.p-w-md {
	padding: 0 25px;
}
.p-w-lg {
	padding: 0 30px;
}
.p-w-xl {
	padding: 0 40px;
}
.p-h-xs {
	padding: 10px 0;
}
.p-h-sm {
	padding: 15px 0;
}
.p-h-m {
	padding: 20px 0;
}
.p-h-md {
	padding: 25px 0;
}
.p-h-lg {
	padding: 30px 0;
}
.p-h-xl {
	padding: 40px 0;
}
.m-xxs {
	margin: 2px 4px;
}
.m {
	margin: 15px;
}
.m-xs {
	margin: 5px;
}
.m-sm {
	margin: 10px;
}
.m-md {
	margin: 20px;
}
.m-lg {
	margin: 30px;
}
.m-xl {
	margin: 50px;
}
.m-n {
	margin: 0 !important;
}
.m-l-none {
	margin-left: 0;
}
.m-l-xs {
	margin-left: 5px;
}
.m-l-sm {
	margin-left: 10px;
}
.m-l {
	margin-left: 15px;
}
.m-l-md {
	margin-left: 20px;
}
.m-l-lg {
	margin-left: 30px;
}
.m-l-xl {
	margin-left: 40px;
}
.m-l-n-xxs {
	margin-left: -1px;
}
.m-l-n-xs {
	margin-left: -5px;
}
.m-l-n-sm {
	margin-left: -10px;
}
.m-l-n {
	margin-left: -15px;
}
.m-l-n-md {
	margin-left: -20px;
}
.m-l-n-lg {
	margin-left: -30px;
}
.m-l-n-xl {
	margin-left: -40px;
}
.m-t-none {
	margin-top: 0;
}
.m-t-xxs {
	margin-top: 1px;
}
.m-t-xs {
	margin-top: 5px;
}
.m-t-sm {
	margin-top: 10px;
}
.m-t {
	margin-top: 15px;
}
.m-t-md {
	margin-top: 20px;
}
.m-t-lg {
	margin-top: 30px;
}
.m-t-xl {
	margin-top: 40px;
}
.m-t-n-xxs {
	margin-top: -1px;
}
.m-t-n-xs {
	margin-top: -5px;
}
.m-t-n-sm {
	margin-top: -10px;
}
.m-t-n {
	margin-top: -15px;
}
.m-t-n-md {
	margin-top: -20px;
}
.m-t-n-lg {
	margin-top: -30px;
}
.m-t-n-xl {
	margin-top: -40px;
}
.m-r-none {
	margin-right: 0;
}
.m-r-xxs {
	margin-right: 1px;
}
.m-r-xs {
	margin-right: 5px;
}
.m-r-sm {
	margin-right: 10px;
}
.m-r {
	margin-right: 15px;
}
.m-r-md {
	margin-right: 20px;
}
.m-r-lg {
	margin-right: 30px;
}
.m-r-xl {
	margin-right: 40px;
}
.m-r-n-xxs {
	margin-right: -1px;
}
.m-r-n-xs {
	margin-right: -5px;
}
.m-r-n-sm {
	margin-right: -10px;
}
.m-r-n {
	margin-right: -15px;
}
.m-r-n-md {
	margin-right: -20px;
}
.m-r-n-lg {
	margin-right: -30px;
}
.m-r-n-xl {
	margin-right: -40px;
}
.m-b-none {
	margin-bottom: 0;
}
.m-b-xxs {
	margin-bottom: 1px;
}
.m-b-xs {
	margin-bottom: 5px;
}
.m-b-sm {
	margin-bottom: 10px;
}
.m-b {
	margin-bottom: 15px;
}
.m-b-md {
	margin-bottom: 20px;
}
.m-b-lg {
	margin-bottom: 30px;
}
.m-b-xl {
	margin-bottom: 40px;
}
.m-b-n-xxs {
	margin-bottom: -1px;
}
.m-b-n-xs {
	margin-bottom: -5px;
}
.m-b-n-sm {
	margin-bottom: -10px;
}
.m-b-n {
	margin-bottom: -15px;
}
.m-b-n-md {
	margin-bottom: -20px;
}
.m-b-n-lg {
	margin-bottom: -30px;
}
.m-b-n-xl {
	margin-bottom: -40px;
}
.space-15 {
	margin: 15px 0;
}
.space-20 {
	margin: 20px 0;
}
.space-25 {
	margin: 25px 0;
}
.space-30 {
	margin: 30px 0;
}
.img-sm {
	width: 32px;
	height: 32px;
}
.img-md {
	width: 64px;
	height: 64px;
}
.img-lg {
	width: 96px;
	height: 96px;
}
.b-r-xs {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.b-r-sm {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.b-r-md {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.b-r-lg {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.b-r-xl {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.fullscreen-ibox-mode .animated {
	animation: none;
}
body.fullscreen-ibox-mode {
	overflow-y: hidden;
}

/*
body.modal-open {
  
}
*/

_::-webkit-full-page-media,
_:future,
:root body.modal-open .wrapper-content.animated {
	-webkit-animation: none;
	-ms-animation-nam: none;
	animation: none;
}

body.modal-open .animated {
	animation-fill-mode: initial;
	z-index: inherit;
}

body.modal-open .wrapper-content.animated {
	animation-fill-mode: initial;
	z-index: inherit;
	animation: none;
}

/* Show profile dropdown on fixed sidebar */

.fullscreen-video .animated {
	animation: none;
}
.list-inline > li {
	display: inline-block;
}
.custom-file-label {
	padding: 0.25rem 0.75rem;
	overflow: hidden;
	height: var(--crm-field-height);
}
.custom-file-label::after {
	padding: 0.25rem 0.75rem;
	height: var(--crm-field-height);
}
.custom-file {
	height: var(--crm-field-height);
}

/* SEARCH PAGE */
.search-form {
	margin-top: 10px;
}
.search-result h3 {
	margin-bottom: 0;
	color: #1e0fbe;
}
.search-result .search-link {
	color: #006621;
}
.search-result p {
	font-size: 12px;
	margin-top: 5px;
}
/* CONTACTS */
.contact-box {
	background-color: #ffffff;
	border: 1px solid #e7eaec;
	padding: 20px;
	margin-bottom: 20px;
}
.contact-box > a {
	color: inherit;
}
.contact-box.center-version {
	border: 1px solid #e7eaec;
	padding: 0;
}
.contact-box.center-version > a {
	display: block;
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}
.contact-box.center-version > a img {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact-box.center-version address {
	margin-bottom: 0;
}
.contact-box .contact-box-footer {
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #e7eaec;
	padding: 15px 20px;
}
/* INVOICE */
.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3),
.invoice-table tbody > tr > td:nth-child(2) {
	text-align: right;
}
.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(3),
.invoice-table thead > tr > th:nth-child(2) {
	text-align: right;
}
.invoice-total > tbody > tr > td:first-child {
	text-align: right;
}
.invoice-total > tbody > tr > td {
	border: 0 none;
}
.invoice-total > tbody > tr > td:last-child {
	border-bottom: 1px solid #dddddd;
	text-align: right;
	width: 15%;
}
/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
	max-width: 400px;
	z-index: 100;
	margin: 0 auto;
	padding-top: 40px;
}
.lockscreen.middle-box {
	width: 200px;
	padding-top: 110px;
}
.loginscreen.middle-box {
	width: 300px;
}
.loginColumns {
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 20px 20px 20px;
}
.passwordBox {
	max-width: 460px;
	margin: 0 auto;
	padding: 100px 20px 20px 20px;
}
.logo-name {
	color: #e6e6e6;
	font-size: 180px;
	font-weight: 800;
	letter-spacing: -10px;
	margin-bottom: 0;
}
.middle-box h1 {
	font-size: 170px;
}
.wrapper .middle-box {
	margin-top: 140px;
}
.lock-word {
	z-index: 10;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -470px;
}
.lock-word span {
	font-size: 100px;
	font-weight: 600;
	color: #e9e9e9;
	display: inline-block;
}
.lock-word .first-word {
	margin-right: 160px;
}
/* DASBOARD */
.dashboard-header {
	border-top: 0;
	padding: 20px 20px 20px 20px;
}
.dashboard-header h2 {
	margin-top: 10px;
	font-size: 26px;
}
.fist-item {
	border-top: none !important;
}
.statistic-box {
	margin-top: 40px;
}
.dashboard-header .list-group-item span.label {
	margin-right: 10px;
}
.list-group.clear-list .list-group-item {
	border-top: 1px solid #e7eaec;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px 0;
}
ul.clear-list:first-child {
	border-top: none !important;
}
/* Intimeline */
.timeline-item .date i {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	width: 30px;
	text-align: center;
	border-top: 1px solid #e7eaec;
	border-bottom: 1px solid #e7eaec;
	border-left: 1px solid #e7eaec;
	background: #f8f8f8;
}
.timeline-item .date {
	text-align: right;
	width: 110px;
	position: relative;
	padding-top: 30px;
}
.timeline-item .content {
	border-left: 1px solid #e7eaec;
	border-top: 1px solid #e7eaec;
	padding-top: 10px;
	min-height: 100px;
}
.timeline-item .content:hover {
	background: #f6f6f6;
}
/* PIN BOARD */
ul.notes li,
ul.tag-list li {
	list-style: none;
}
ul.notes li h4 {
	margin-top: 20px;
	font-size: 16px;
}
ul.notes li div {
	text-decoration: none;
	color: #000;
	background: #ffc;
	display: block;
	height: 140px;
	width: 140px;
	padding: 1em;
	position: relative;
}
ul.notes li div small {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
}
ul.notes li div a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: inherit;
}
ul.notes li {
	margin: 10px 40px 50px 0;
	float: left;
}
ul.notes li div p {
	font-size: 12px;
}
ul.notes li div {
	text-decoration: none;
	color: #000;
	background: #ffc;
	display: block;
	height: 140px;
	width: 140px;
	padding: 1em;
	/* Firefox */
	-moz-box-shadow: 5px 5px 2px #212121;
	/* Safari+Chrome */
	-webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
	/* Opera */
	box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}
ul.notes li div {
	transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
}
ul.notes li:nth-child(even) div {
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	position: relative;
	top: 5px;
}
ul.notes li:nth-child(3n) div {
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	position: relative;
	top: -5px;
}
ul.notes li:nth-child(5n) div {
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	position: relative;
	top: -10px;
}
ul.notes li div:hover,
ul.notes li div:focus {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	position: relative;
	z-index: 5;
}
ul.notes li div {
	text-decoration: none;
	color: #000;
	background: #ffc;
	display: block;
	height: 210px;
	width: 210px;
	padding: 1em;
	-moz-box-shadow: 5px 5px 7px #212121;
	-webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
	box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
	-moz-transition: -moz-transform 0.15s linear;
	-o-transition: -o-transform 0.15s linear;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: -webkit-transform 0.15s linear;
}
/* FILE MANAGER */
.file-box {
	float: left;
	width: 220px;
}
.file-manager h5 {
	text-transform: uppercase;
}
.file-manager {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.folder-list li a {
	color: #666666;
	display: block;
	padding: 5px 0;
}
.folder-list li {
	border-bottom: 1px solid #e7eaec;
	display: block;
}
.folder-list li i {
	margin-right: 8px;
	color: #3d4d5d;
}
.category-list li a {
	color: #666666;
	display: block;
	padding: 5px 0;
}
.category-list li {
	display: block;
}
.category-list li i {
	margin-right: 8px;
	color: #3d4d5d;
}
.category-list li a .text-navy {
	color: #1ab394;
}
.category-list li a .text-primary {
	color: var(--crm-color-success);
}
.category-list li a .text-info {
	color: var(--crm-color-info);
}
.category-list li a .text-danger {
	color: #ef5352;
}
.category-list li a .text-warning {
	color: #f8ac59;
}
.file-manager h5.tag-title {
	margin-top: 20px;
}
.tag-list li {
	float: left;
}
.tag-list li a {
	font-size: 10px;
	background-color: var(--crm-content-bg);
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
}
.file {
	border: 1px solid #e7eaec;
	padding: 0;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 20px;
	margin-right: 20px;
}
.file-manager .hr-line-dashed {
	margin: 15px 0;
}
.file .icon,
.file .image {
	height: 100px;
	overflow: hidden;
}
.file .icon {
	padding: 15px 10px;
	text-align: center;
}
.file-control {
	color: inherit;
	font-size: 11px;
	margin-right: 10px;
}
.file-control.active {
	text-decoration: underline;
}
.file .icon i {
	font-size: 70px;
	color: #dadada;
}
.file .file-name {
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #e7eaec;
}
.file-name small {
	color: #676a6c;
}
.corner {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	border: 0.6em solid transparent;
	border-right: 0.6em solid #f1f1f1;
	border-bottom: 0.6em solid #f1f1f1;
	right: 0em;
	bottom: 0em;
}
a.compose-mail {
	padding: 8px 10px;
}
.mail-search {
	max-width: 300px;
}
/* PROFILE */
.profile-content {
	border-top: none !important;
}
.profile-stats {
	margin-right: 10px;
}
.profile-image {
	width: 120px;
	float: left;
}
.profile-image img {
	width: 96px;
	height: 96px;
}
.profile-info {
	margin-left: 120px;
}
.feed-activity-list .feed-element {
	border-bottom: 1px solid #e7eaec;
}
.feed-element:first-child {
	margin-top: 0;
}
.feed-element {
	padding-bottom: 15px;
}
.feed-element,
.feed-element .media {
	margin-top: 15px;
}
.feed-element,
.media-body {
	overflow: hidden;
}
.feed-element > a img {
	margin-right: 10px;
}
.feed-element img.rounded-circle,
.dropdown-messages-box img.rounded-circle {
	width: 38px;
	height: 38px;
}
.feed-element .well {
	border: 1px solid #e7eaec;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px 20px;
	font-size: 11px;
	line-height: 16px;
}
.feed-element .actions {
	margin-top: 10px;
}
.feed-element .photos {
	margin: 10px 0;
}
.dropdown-messages-box .dropdown-item:focus,
.dropdown-messages-box .dropdown-item:hover {
	background-color: inherit;
}
.feed-photo {
	max-height: 180px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.file-list li {
	padding: 5px 10px;
	font-size: 11px;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-bottom: 5px;
}
.file-list li a {
	color: inherit;
}
.file-list li a:hover {
	color: #1ab394;
}
.user-friends img {
	width: 42px;
	height: 42px;
	margin-bottom: 5px;
	margin-right: 5px;
}
/* MAILBOX */
.mail-box {
	background-color: #ffffff;
	border: 1px solid #e7eaec;
	border-top: 0;
	padding: 0;
	margin-bottom: 20px;
}
.mail-box-header {
	background-color: #ffffff;
	border: 1px solid #e7eaec;
	border-bottom: 0;
	padding: 30px 20px 20px 20px;
}
.mail-box-header h2 {
	margin-top: 0;
}
.mailbox-content .tag-list li a {
	background: #ffffff;
}
.mail-body {
	border-top: 1px solid #e7eaec;
	padding: 20px;
}
.mail-text {
	border-top: 1px solid #e7eaec;
}
.mail-text .note-toolbar {
	padding: 10px 15px;
}
.mail-body .form-group {
	margin-bottom: 5px;
}
.mail-text .note-editor .note-toolbar {
	background-color: #f9f8f8;
}
.mail-attachment {
	border-top: 1px solid #e7eaec;
	padding: 20px;
	font-size: 12px;
}

.mail-attachment > .attachment {
	margin-right: -20px;
	margin-bottom: -20px;
}

.mailbox-content {
	background: none;
	border: none;
	padding: 10px;
	overflow-y: hidden;
}
.mail-contact {
	width: 23%;
}
/* PROJECTS */
.project-people,
.project-actions {
	text-align: right;
	vertical-align: middle;
}
dd.project-people {
	text-align: left;
	margin-top: 5px;
}
.project-people img {
	width: 32px;
	height: 32px;
}
.project-title a {
	font-size: 14px;
	color: #676a6c;
	font-weight: 600;
}
.project-list table tr td {
	border-top: none;
	border-bottom: 1px solid #e7eaec;
	padding: 15px 10px;
	vertical-align: middle;
}
.project-manager .tag-list li a {
	font-size: 10px;
	background-color: white;
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
}
.project-files li a {
	font-size: 11px;
	color: #676a6c;
	margin-left: 10px;
	line-height: 22px;
}
/* FAQ */
.faq-item {
	padding: 20px;
	margin-bottom: 2px;
	background: #fff;
}
.faq-question {
	font-size: 18px;
	font-weight: 600;
	color: #1ab394;
	display: block;
}
.faq-question:hover {
	color: #179d82;
}
.faq-answer {
	margin-top: 10px;
	background: var(--crm-content-bg);
	border: 1px solid #e7eaec;
	border-radius: 3px;
	padding: 15px;
}
.faq-item .tag-item {
	background: var(--crm-content-bg);
	padding: 2px 6px;
	font-size: 10px;
	text-transform: uppercase;
}
/* Chat view */
.message-input {
	height: 90px !important;
}
.chat-avatar {
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 10px;
}
.chat-user-name {
	padding: 10px;
}
.chat-user {
	padding: 8px 10px;
	border-bottom: 1px solid #e7eaec;
}
.chat-user a {
	color: inherit;
}
.chat-view {
	z-index: 20012;
}
.chat-users,
.chat-statistic {
	margin-left: -30px;
}
@media (max-width: 992px) {
	.chat-users,
	.chat-statistic {
		margin-left: 0;
	}
}
.chat-view .ibox-content {
	padding: 0;
}
.chat-message {
	padding: 10px;
}
.message-avatar {
	height: 48px;
	width: 48px;
	border: 1px solid #e7eaec;
	border-radius: 4px;
	margin-top: 1px;
}
.chat-discussion .chat-message.left .message-avatar {
	float: left;
	margin-right: 10px;
}
.chat-discussion .chat-message.right .message-avatar {
	float: right;
	margin-left: 10px;
}
.message {
	background-color: #fff;
	border: 1px solid #e7eaec;
	text-align: left;
	display: block;
	padding: 10px 20px;
	position: relative;
	border-radius: 4px;
}
.chat-discussion .chat-message.left .message-date {
	float: right;
}
.chat-discussion .chat-message.right .message-date {
	float: left;
}
.chat-discussion .chat-message.left .message {
	text-align: left;
	/* margin-left: 55px; */
}
.chat-discussion .chat-message.right .message {
	text-align: right;
	margin-right: 55px;
}
.message-date {
	font-size: 1rem;
	color: #888888;
}
.message-author {
	font-weight: 700;
}

.message-content {
	display: block;
}
.chat-discussion {
	height: 400px;
	overflow-y: auto;
}
.chat-users {
	overflow-y: auto;
	height: 400px;
}
.chat-message-form .form-group {
	margin-bottom: 0;
}
/* jsTree */
.jstree-open > .jstree-anchor > .fa-folder:before {
	content: "\f07c";
}
.jstree-default .jstree-icon.none {
	width: 0;
}
/* CLIENTS */
.clients-list {
	margin-top: 20px;
}
.clients-list .tab-pane {
	position: relative;
	height: 600px;
}
.client-detail {
	position: relative;
	height: 620px;
}
.clients-list table tr td {
	height: 46px;
	vertical-align: middle;
	border: none;
}
.client-link {
	font-weight: 600;
	color: inherit;
}
.client-link:hover {
	color: inherit;
}
.client-avatar {
	width: 42px;
}
.client-avatar img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.contact-type {
	width: 20px;
	color: #c1c3c4;
}
.client-status {
	text-align: left;
}
.client-detail .vertical-timeline-content p {
	margin: 0;
}
.client-detail .vertical-timeline-icon.gray-bg {
	color: #a7aaab;
}
.clients-list .nav-tabs > li.active > a,
.clients-list .nav-tabs > li.active > a:hover,
.clients-list .nav-tabs > li.active > a:focus {
	border-bottom: 1px solid #fff;
}
/* BLOG ARTICLE */
.blog h2 {
	font-weight: 700;
}
.blog h5 {
	margin: 0 0 5px 0;
}
.blog .btn {
	margin: 0 0 5px 0;
}
.article h1 {
	font-size: 48px;
	font-weight: 700;
	color: #2f4050;
}
.article p {
	font-size: 15px;
	line-height: 26px;
}
.article-title {
	text-align: center;
	margin: 40px 0 100px 0;
}
.article .ibox-content {
	padding: 40px;
}
/* ISSUE TRACKER */
.issue-tracker .btn-link {
	color: #1ab394;
}
table.issue-tracker tbody tr td {
	vertical-align: middle;
	height: 50px;
}
.issue-info {
	width: 50%;
}
.issue-info a {
	font-weight: 600;
	color: #676a6c;
}
.issue-info small {
	display: block;
}
/* TEAMS */
.team-members {
	margin: 10px 0;
}
.team-members img.rounded-circle {
	width: 42px;
	height: 42px;
	margin-bottom: 5px;
}
/* AGILE BOARD */
.sortable-list {
	padding: 10px 0;
}
.agile-list {
	list-style: none;
	margin: 0;
}
.agile-list li {
	background: #fafafb;
	border: 1px solid #e7eaec;
	margin: 0 0 10px 0;
	padding: 10px;
	border-radius: 2px;
}
.agile-list li:hover {
	cursor: pointer;
	background: #fff;
}
.agile-list li.warning-element {
	border-left: 3px solid #f8ac59;
}
.agile-list li.danger-element {
	border-left: 3px solid var(--crm-color-danger);
}
.agile-list li.info-element {
	border-left: 3px solid var(--crm-color-success);
}
.agile-list li.success-element {
	border-left: 3px solid #1ab394;
}
.agile-detail {
	margin-top: 5px;
	font-size: 12px;
}
/* DIFF */
ins {
	background-color: #c6ffc6;
	text-decoration: none;
}
del {
	background-color: #ffc6c6;
}
/* E-commerce */
.product-box {
	padding: 0;
	border: 1px solid #e7eaec;
}
.product-box:hover,
.product-box.active {
	border: 1px solid transparent;
	-webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
	-moz-box-shadow: 0 3px 7px 0 #a8a8a8;
	box-shadow: 0 3px 7px 0 #a8a8a8;
}
.product-imitation {
	text-align: center;
	padding: 90px 0;
	background-color: #f8f8f9;
	color: #bebec3;
	font-weight: 600;
}
.cart-product-imitation {
	text-align: center;
	padding-top: 30px;
	height: 80px;
	width: 80px;
	background-color: #f8f8f9;
}
.product-imitation.xl {
	padding: 120px 0;
}
.product-desc {
	padding: 20px;
	position: relative;
}
.ecommerce .tag-list {
	padding: 0;
}
.ecommerce .fa-star {
	color: #d1dade;
}
.ecommerce .fa-star.active {
	color: #f8ac59;
}
.ecommerce .note-editor {
	border: 1px solid #e7eaec;
}
table.shoping-cart-table {
	margin-bottom: 0;
}
table.shoping-cart-table tr td {
	border: none;
	text-align: right;
}
table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
	text-align: left;
}
table.shoping-cart-table tr td:last-child {
	width: 80px;
}
.product-name {
	font-size: 16px;
	font-weight: 600;
	color: #676a6c;
	display: block;
	margin: 2px 0 5px 0;
}
.product-name:hover,
.product-name:focus {
	color: #1ab394;
}
.product-price {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #1ab394;
	padding: 6px 12px;
	position: absolute;
	top: -32px;
	right: 0;
}
.product-detail .ibox-content {
	padding: 30px 30px 50px 30px;
}
.image-imitation {
	background-color: #f8f8f9;
	text-align: center;
	padding: 200px 0;
}
.product-main-price small {
	font-size: 10px;
}
.product-images {
	margin: 0 20px;
}
/* Social feed */
.social-feed-separated .social-feed-box {
	margin-left: 62px;
}
.social-feed-separated .social-avatar {
	float: left;
	padding: 0;
}
.social-feed-separated .social-avatar img {
	width: 52px;
	height: 52px;
	border: 1px solid #e7eaec;
}
.social-feed-separated .social-feed-box .social-avatar {
	padding: 15px 15px 0 15px;
	float: none;
}
.social-feed-box {
	/*padding: 15px;*/
	border: 1px solid #e7eaec;
	background: #fff;
	margin-bottom: 15px;
}
.article .social-feed-box {
	margin-bottom: 0;
	border-bottom: none;
}
.article .social-feed-box:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid #e7eaec;
}
.article .social-feed-box p {
	font-size: 13px;
	line-height: 18px;
}
.social-action {
	margin: 15px;
}
.social-avatar {
	padding: 15px 15px 0 15px;
}
.social-comment .social-comment {
	margin-left: 45px;
}
.social-avatar img {
	height: 40px;
	width: 40px;
	margin-right: 10px;
}
.social-avatar .media-body a {
	font-size: 14px;
	display: block;
}
.social-body {
	padding: 15px;
}
.social-body img {
	margin-bottom: 10px;
}
.social-footer {
	border-top: 1px solid #e7eaec;
	padding: 10px 15px;
	background: #f9f9f9;
}
.social-footer .social-comment img {
	width: 32px;
	margin-right: 10px;
}
.social-comment:first-child {
	margin-top: 0;
}
.social-comment {
	margin-top: 15px;
}
.social-comment textarea {
	font-size: 12px;
}
/* Vote list */
.vote-item {
	padding: 20px 25px;
	background: #ffffff;
	border-top: 1px solid #e7eaec;
}
.vote-item:last-child {
	border-bottom: 1px solid #e7eaec;
}
.vote-item:hover {
	background: #fbfbfb;
}
.vote-actions {
	float: left;
	width: 30px;
	margin-right: 15px;
	text-align: center;
}
.vote-actions a {
	color: #1ab394;
	font-weight: 600;
}
.vote-actions {
	font-weight: 600;
}
.vote-title {
	display: block;
	color: inherit;
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 2px;
}
.vote-title:hover,
.vote-title:focus {
	color: inherit;
}
.vote-info,
.vote-title {
	margin-left: 45px;
}
.vote-info,
.vote-info a {
	color: #b4b6b8;
	font-size: 12px;
}
.vote-info a {
	margin-right: 10px;
}
.vote-info a:hover {
	color: #1ab394;
}
.vote-icon {
	text-align: right;
	font-size: 38px;
	display: block;
	color: #e8e9ea;
}
.vote-icon.active {
	color: #1ab394;
}

.lightBoxGallery {
	text-align: center;
}
.lightBoxGallery img {
	margin: 5px;
}
#small-chat {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
#small-chat .badge {
	position: absolute;
	top: -3px;
	right: -4px;
}
.open-small-chat {
	height: 38px;
	width: 38px;
	display: block;
	background: #1ab394;
	padding: 9px 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.open-small-chat:hover {
	color: white;
	background: #1ab394;
}
.small-chat-box {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 75px;
	background: #fff;
	border: 1px solid #e7eaec;
	width: 230px;
	height: 320px;
	border-radius: 4px;
}
.small-chat-box.ng-small-chat {
	display: block;
}
.body-small .small-chat-box {
	bottom: 70px;
	right: 20px;
}
.small-chat-box.active {
	display: block;
}
.small-chat-box {
	z-index: 1001;
}
.small-chat-box .heading {
	background: #2f4050;
	padding: 8px 15px;
	font-weight: bold;
	color: #fff;
}
.small-chat-box .chat-date {
	opacity: 0.6;
	font-size: 10px;
	font-weight: normal;
}
.small-chat-box .content {
	padding: 15px 15px;
}
.small-chat-box .content .author-name {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
.small-chat-box .content > div {
	padding-bottom: 20px;
}
.small-chat-box .content .chat-message {
	padding: 5px 10px;
	border-radius: 6px;
	font-size: 11px;
	line-height: 14px;
	max-width: 80%;
	background: var(--crm-content-bg);
	margin-bottom: 10px;
}
.small-chat-box .content .chat-message.active {
	background: #1ab394;
	color: #fff;
}
.small-chat-box .content .left {
	text-align: left;
	clear: both;
}
.small-chat-box .content .left .chat-message {
	float: left;
}
.small-chat-box .content .right {
	text-align: right;
	clear: both;
}
.small-chat-box .content .right .chat-message {
	float: right;
}
.small-chat-box .form-chat {
	padding: 10px 10px;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
	width: 30px;
	height: 30px;
	background-color: #1ab394;
	margin: 0 auto;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
@keyframes sk-rotatePlane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #1ab394;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
	0%,
	100% {
		transform: scale(0);
		transform: scale(0);
	}
	50% {
		transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-doubleBounce {
	0%,
	100% {
		transform: scale(0);
		transform: scale(0);
	}
	50% {
		transform: scale(1);
		transform: scale(1);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
	margin: 0 auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}
.sk-spinner-wave div {
	background-color: #1ab394;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
		transform: scaleY(1);
	}
}
@keyframes sk-waveStretchDelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
		transform: scaleY(1);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
	margin: 0 auto;
	width: 32px;
	height: 32px;
	position: relative;
}
.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
	background-color: #1ab394;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
	animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}
.sk-spinner-wandering-cubes .sk-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCubeMove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		/* Hack to make FF rotate in the right direction */
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes sk-wanderingCubeMove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		/* Hack to make FF rotate in the right direction */
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-color: #1ab394;
	border-radius: 100%;
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
	0% {
		transform: scale(0);
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes sk-pulseScaleOut {
	0% {
		transform: scale(0);
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-chasingDotsRotate 2s infinite linear;
	animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #1ab394;
	border-radius: 100%;
	-webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
	animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-spinner-chasing-dots .sk-dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes sk-chasingDotsRotate {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes sk-chasingDotsBounce {
	0%,
	100% {
		transform: scale(0);
		transform: scale(0);
	}
	50% {
		transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-chasingDotsBounce {
	0%,
	100% {
		transform: scale(0);
		transform: scale(0);
	}
	50% {
		transform: scale(1);
		transform: scale(1);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center;
}
.sk-spinner-three-bounce div {
	width: 18px;
	height: 18px;
	background-color: #1ab394;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
	animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
	0%,
	80%,
	100% {
		transform: scale(0);
		transform: scale(0);
	}
	40% {
		transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-threeBounceDelay {
	0%,
	80%,
	100% {
		transform: scale(0);
		transform: scale(0);
	}
	40% {
		transform: scale(1);
		transform: scale(1);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
	margin: 0 auto;
	width: 22px;
	height: 22px;
	position: relative;
}
.sk-spinner-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-spinner-circle .sk-circle:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 20%;
	height: 20%;
	background-color: #1ab394;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sk-spinner-circle .sk-circle2 {
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-spinner-circle .sk-circle3 {
	transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-spinner-circle .sk-circle4 {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-spinner-circle .sk-circle5 {
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-spinner-circle .sk-circle6 {
	transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-spinner-circle .sk-circle7 {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-spinner-circle .sk-circle8 {
	transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-spinner-circle .sk-circle9 {
	transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-spinner-circle .sk-circle10 {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-spinner-circle .sk-circle11 {
	transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-spinner-circle .sk-circle12 {
	transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-spinner-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-spinner-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-spinner-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-spinner-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-spinner-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-spinner-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-spinner-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-spinner-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		transform: scale(0);
		transform: scale(0);
	}
	40% {
		transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		transform: scale(0);
		transform: scale(0);
	}
	40% {
		transform: scale(1);
		transform: scale(1);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
	/*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-spinner-cube-grid.sk-spinner {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
.sk-spinner-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #1ab394;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
	background-color: #1ab394;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	position: relative;
	margin: 0 auto;
	-webkit-animation: sk-innerCircle 1s linear infinite;
	animation: sk-innerCircle 1s linear infinite;
}
.sk-spinner-wordpress .sk-inner-circle {
	display: block;
	background-color: #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 8px;
	top: 5px;
	left: 5px;
}
@-webkit-keyframes sk-innerCircle {
	0% {
		transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes sk-innerCircle {
	0% {
		transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
	margin: 0 auto;
	width: 22px;
	height: 22px;
	position: relative;
}
.sk-spinner-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 18%;
	height: 18%;
	background-color: #1ab394;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
	transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
	transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
	transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
	transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
	transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
	transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}
@keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}
.ibox-content > .sk-spinner {
	display: none;
}
.ibox-content.sk-loading {
	position: relative;
}
.ibox-content.sk-loading:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ibox-content.sk-loading > .sk-spinner {
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 2000;
}

/* PACE PLUGIN
-------------------------------------------------- */
.pace-inactive {
	display: none;
}

.spin-icon {
	background: #1ab394;
	position: absolute;
	padding: 7px 10px 7px 13px;
	border-radius: 20px 0 0 20px;
	font-size: 16px;
	top: 0;
	left: 0;
	width: 40px;
	color: #fff;
	cursor: pointer;
}
.skin-settings {
	width: 220px;
	margin-left: 40px;
	background: var(--crm-content-bg);
}
.skin-settings .title {
	background: #efefef;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	padding: 10px 15px;
	font-size: 12px;
}
.setings-item {
	padding: 10px 30px;
}
.setings-item.skin {
	text-align: center;
}
.setings-item .switch {
	float: right;
}
.skin-name a {
	text-transform: uppercase;
}
.setings-item a {
	color: #fff;
}

@media (max-width: 350px) {
	.timeline-item .date {
		text-align: left;
		width: 110px;
		position: relative;
		padding-top: 30px;
	}
	.timeline-item .date i {
		position: absolute;
		top: 0;
		left: 15px;
		padding: 5px;
		width: 30px;
		text-align: center;
		border: 1px solid #e7eaec;
		background: #f8f8f8;
	}
	.timeline-item .content {
		border-left: none;
		border-top: 1px solid #e7eaec;
		padding-top: 10px;
		min-height: 100px;
	}

	.ibox-tools {
		float: none;
		text-align: left;
		display: inline-block;
	}
}

.TitleRow {
	display: block;
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;

	margin-top: 0px;
	margin-bottom: var(--crm-gap-v-1);

	padding: 20px 15px 20px 15px;
	border-bottom: 1px solid #e7eaec !important;
	text-align: center;
	position: relative;

	background-color: var(--crm-titlerow-bg);

	font-weight: bold;
	color: #fff;
}

.TitleRow > .breadcrumb {
	top: 8px;
}

.TitleRow.TitleRowSearch {
}
.TitleRow.TitleRowSearch .input-group-append button {
}

/*primary button inside blue title row*/
.TitleRow .btn.btn-primary {
	background: rgba(255, 255, 255, 0.1); /* subtle fill */
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.85);

	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.TitleRow .btn.btn-primary:hover,
.TitleRow .btn.btn-primary:focus {
	background: rgba(255, 255, 255, 0.24);
	border-color: #fff;
}

/*right bar*/
body.sidebar-anim .wrapper.crm-contents {
	transition: margin-right 300ms;
}
body.sidebar-open .wrapper.crm-contents {
	margin-right: 400px;
}

/*
a.nav-split{
	
	margin-right:40px;
	position:relative;top:0px;left:0px;
}
a.nav-split > .arrow{
	
	position:absolute;
	top:0px;
	right:-40px;
	line-height:48px;
	height:48px;
	width:40px;
	text-align:center;
	vertical-align:middle;
}
.nav .arrow:hover{background-color:#777}
*/

/*
.nav>li>a {
	
	position:relative;top:0px;left:0px;

}
*/

/*	============================================================
	Radio and Checkboxes
	============================================================	*/
input[type="radio"],
input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	width: 0px !important;
	height: 0px !important;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline !important;

	position: relative;
	top: 0px;
	left: 0;
	margin: 0px 1px 0 26px;

	cursor: pointer;
}

/*between checkbox and radion with text elements*/
input[type="radio"] + label:not(:empty),
input[type="checkbox"] + label:not(:empty) {
	margin-right: 1em;
}

/*after Single  checkbox and radio boxes*/
input[type="radio"] + label:empty,
input[type="checkbox"] + label:empty {
	margin-right: 0px;
	min-height: 22px;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	position: absolute;
	top: 0px;
	left: -26px;

	z-index: 1;
	border: 0;
	content: "";
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d6d3ce;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
input[type="radio"] + label:before {
	border-radius: 50% /* keep 50% as unique */;
}
input[type="checkbox"] + label:before {
	border-radius: 3px /* keep 3px as unique */;
	margin-top: -1px;
}
input[type="radio"]:enabled + label:hover,
input[type="checkbox"]:enabled + label:hover {
	color: #2d8f7b;
}

input[type="radio"]:checked + label:after {
	top: 5px;

	left: -21px;
	width: 12px;
	height: 12px;
	content: "";
	z-index: 2;
	display: block;
	background: var(--crm-radiocb-color);
	position: absolute;
	border-radius: 50%;
}
input[type="radio"]:checked:disabled + label:after {
	background-color: #e9e7e3;
}

input[type="checkbox"]:checked + label:before {
	background-color: var(--crm-radiocb-color);
	border-color: var(--crm-radiocb-color);
}
input[type="radio"]:checked + label:before {
	border-color: var(--crm-radiocb-color);
}

input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
	border-color: #e9e7e3;
	background-color: #f5f5f5;
}
input[type="checkbox"]:disabled:checked + label:before {
	border-color: #e9e7e3;
	background-color: #e9e7e3;
}
input[type="radio"]:disabled:checked + label:before {
	border-color: #e9e7e3;
}

input[type="checkbox"]:checked + label:after {
	top: 0px;

	left: -22px;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	line-height: 22px !important;
	font-family: "Font Awesome 5 Free";
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

input[type="radio"]:enabled + label:hover:after {
}
input[type="checkbox"]:enabled + label:hover:after {
}
input[type="radio"]:enabled + label:hover:before,
input[type="checkbox"]:enabled + label:hover:before {
	border-color: var(--crm-radiocb-color);
}

input[type="checkbox"]:enabled:checked + label:hover:before {
	background-color: var(--crm-color-primary-alt);
}
input[type="radio"]:enabled:checked + label:hover:after {
	background-color: var(--crm-color-primary-alt);
}

input[type="checkbox"].crm-cb-round + label::before {
	border-radius: 50%;
}

.panel-heading a.panel-title-link {
	color: #fff;
}

.form-inline {
	margin: 0 -4px;
}

.form-inline .form-group {
	margin: 0 4px;
}

/*RightsideBar*/

.sidebar-panel {
	width: 220px;
	background: #ebebed;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	height: calc(100% - 62px);
}
.sidebar-panel .feed-element img.rounded-circle {
	width: 32px;
	height: 32px;
}
.sidebar-panel .feed-element,
.media-body,
.sidebar-panel p {
	font-size: 12px;
}
.sidebar-panel .feed-element {
	margin-top: 20px;
	padding-bottom: 0;
}
.sidebar-panel .list-group {
	margin-bottom: 10px;
}
.sidebar-panel .list-group .list-group-item {
	padding: 5px 0;
	font-size: 12px;
	border: 0;
}
.sidebar-content .wrapper,
.wrapper.sidebar-content {
	padding-right: 230px !important;
}
.body-small .sidebar-content .wrapper,
.body-small .wrapper.sidebar-content {
	padding-right: 20px !important;
}

#right-sidebar {
	background-color: #f3f3f4;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	overflow: hidden;
	position: fixed;
	top: var(--crm-topbar-height);
	width: 400px !important;
	z-index: var(--z-right-sidebar);
	bottom: 0;
	right: -400px;
}

body.sidebar-anim #right-sidebar {
	transition: right 300ms;
}

body.sidebar-open #right-sidebar {
	right: 0;
}
body.sidebar-open #right-sidebar.sidebar-top {
	top: 0;
	border-top: none;
}
/*
body.swal2-shown.sidebar-open #right-sidebar{
	transform: translateX(-17px);
}
*/

.sidebar-container ul.nav-tabs {
	border: none;
}
.sidebar-container ul.nav-tabs.navs-4 li {
	width: 25%;
}
.sidebar-container ul.nav-tabs.navs-3 li {
	width: 33.3333%;
}
.sidebar-container ul.nav-tabs.navs-2 li {
	width: 50%;
}
.sidebar-container ul.nav-tabs li {
	border: none;
}
.sidebar-container ul.nav-tabs li a {
	border: none;
	padding: 12px 10px;
	margin: 0;
	border-radius: 0;
	background: #888;
	color: #fff;
	text-align: center;
	border-right: 1px solid #334556;
}
.sidebar-container ul.nav-tabs li.active a {
	border: none;
	background: #f9f9f9;
	color: #676a6c;
	font-weight: bold;
}
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
	border: none;
}
.sidebar-container ul.sidebar-list {
	margin: 0;
	padding: 0;
}
.sidebar-container ul.sidebar-list li {
	border-bottom: 1px solid #e7eaec;
	padding: 15px 20px;
	list-style: none;
	font-size: 12px;
}
.sidebar-container .sidebar-message:nth-child(2n + 2) {
	background: #f9f9f9;
}
.sidebar-container ul.sidebar-list li a {
	text-decoration: none;
	color: inherit;
}
.sidebar-container .sidebar-content {
	padding: 15px 20px;
	font-size: 12px;
}
.sidebar-container .sidebar-title {
	padding: 10px 15px 10px 15px;
}
.sidebar-container .sidebar-title h3 {
	margin-bottom: 3px;
	padding-left: 2px;
}
.sidebar-container .tab-content h4 {
	margin-bottom: 5px;
}
.sidebar-container .sidebar-message > a > .float-left {
	margin-right: 10px;
}
.sidebar-container .sidebar-message > a {
	text-decoration: none;
	color: inherit;
}
.sidebar-container .sidebar-message {
	padding: 15px 0px;
}
.sidebar-container .sidebar-message .media-body {
	display: block;
	width: auto;
}
.sidebar-container .sidebar-message .message-avatar {
	height: 38px;
	width: 38px;
	border-radius: 50%;
}
.sidebar-container .setings-item {
	padding: 15px 20px;
	border-bottom: 1px solid #e7eaec;
}

/* Right panel notes */
.btn.btnNoteType,
.btn.btnTicketType,
.btn.btnEmailType {
	height: auto;
}

/* container for item boxes */
.rightsidebar-boxes {
}

.rightsidebar-note a {
	background-color: #fff;
	display: block;
	color: #676a6c;
	border: solid #ccc 1px;
	margin: 8px;
	padding: 8px;
}

.rightsidebar-note .box-icon {
}

.rightsidebar-note .fa {
	font-size: 2rem;
}

.rightsidebar-note-text {
	display: block;
	text-overflow: ellipsis;
}

.rightsidebar-note-text > div {
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: calc(3em);
	line-height: 1.5em;
	color: black;
}

.rightsidebar-note a:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}

/*Menu1Bar*/
#menu1bar {
	width: 0px;
	flex-shrink: 0;
	margin-left: -15px;
	margin-right: 15px;
	margin-bottom: 40px;
	background-color: #2f4050;
	overflow: hidden;
	position: relative;
}
.menu1bar-anim #menu1bar {
	transition: width 300ms;
}

.crm-contents {
	width: 100%;
	flex-shrink: 1;
	flex-grow: 1;

	overflow: hidden;
}

/*may25*/
li.nav-item {
	display: block;
	width: 100%;
	position: relative;
}

/*li.nav-item > span ,*/
.nav-item > a {
	color: var(--crm-menu-text);
	font-weight: 600;

	display: flex;
	align-items: center;
	max-width: 100%;

	padding-left: 8px;
	padding-right: 8px;
}

/*for left panel only*/
.nav-level-1 .nav-item > a {
	padding-right: 12px;
}

body.mini-navbar .nav-level-1 .nav-item > a {
	padding-right: 8px;
}

/*
li.nav-item:hover > a{
	opacity:0.6;
}
*/

li.nav-item {
}

.nav-item-arrow.fa.arrow {
	transition: transform 100ms;
}
.fa.arrow:before {
	content: "\f104";
}

li.nav-item > a .arrow:before {
	transition: transform 300ms;
	font-size: 1rem;
	font-weight: 800;
}

li.nav-item > a:not(.collapsed) .arrow:before {
	transform: rotate(-90deg);
}

li.nav-item > a:hover .arrow:before {
	font-size: 1.2rem;
}

/*
li.nav-item-menu > a{
	
	
}
*/

/*
.nav-item > a{
	padding-left:4px;
	padding-right:4px;
}
.nav-submenu-2 > .nav-item > a{
	padding-left:4px;
	padding-right:4px;
}
.nav-submenu-3 > .nav-item > a{
	padding-left:4px;
	padding-right:4px;
}
*/

/*menu active item*/
.nav-level-1 > .nav-item.active > a {
	background: rgba(255, 255, 255, 0.2);
}

.nav-panel-1 > .nav-item > a:hover,
.nav-level-1 > .nav-item.over > a {
	background-color: var(--crm-menu-bg-highlight);
}

.nav-level-2 {
	border-top: var(--crm-menu-border);
}
.nav-level-2 > .nav-item > a:hover {
	background-color: var(--crm-menu-popup-bg-highlight);
}
.nav-level-3 > .nav-item > a:hover {
	background-color: var(--crm-menu-popup-bg-highlight);
}
.nav-level-3 {
	border-left: var(--crm-menu-border);
	margin-left: 12px;
	padding-left: 4px;
}

.nav-submenu-2 > .nav-item > a:hover {
	background-color: var(--crm-submenu-2-bg-highlight);
}
.nav-submenu-3 > .nav-item > a:hover {
	background-color: var(--crm-submenu-3-bg-highlight);
}

/*
.nav-item-menu1:before {
	display:block;
	content:' ';
	border:solid red 1px;
	height:100%;width:5px;
	position:absolute;top:0;right:-5px;
}
*/

li.nav-item-menu a:hover {
}

/*
li.nav-item > a,
li.nav-item > span{
    display:flex!important;
    align-items:center;
	
}
*/

.nav-icon {
	display: inline-flex;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 8px;

	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 8px;

	align-items: center;
	justify-content: center;

	color: white;
	font-size: 1.2rem;
	transition: transform 100ms;
}

.nav-icon:hover {
	transform: scale(1.15);
}

.btn.disabled > .nav-icon {
	background: #808080 !important;
}
.btn.disabled > .nav-icon:hover {
	transform: scale(1); /*prevent for disabled buttons*/
}
.btn.disabled {
	cursor: default;
}

.nav-item-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	flex-shrink: 1;
	flex-grow: 1;
	padding: 6px 0px 6px 0px;
}

.nav-item-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
}

.nav-item-arrow:before {
	vertical-align: middle;
}

.nav-item-arrow:hover {
}

.nav-item-value {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 1;
	flex-grow: 0;
	margin: 0px;

	height: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
}

.nav-level-3 > li {
}
.nav-level-3 > li {
}
.nav-level-3 > li span {
}

.nav-submenu-2 .nav-item.active > a,
.nav-panel-popup .nav-item.active > a {
	color: #f4d183;
}

.nav-item.hl-1 {
	border-bottom: var(--crm-menu-border);
}
.nav-item.hl-1 span {
}
.nav-item.hl-1.active span {
}

.nav-item.hl-g {
	background-color: #00a651 !important;
}

.nav-level-1 > .nav-item {
	border: none;
}

.nav-header .logo-element {
	cursor: pointer;
}

/*
.nav-item-link.active a{
  
  
}
*/

body.mini-navbar .nav-panel-1 {
	width: 50px;
}
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .nav-level-1 li > a .nav-item-title,
body.mini-navbar .nav-level-1 li > a .nav-item-arrow,
body.mini-navbar .nav-level-1 li > ul {
	display: none;
}

.nav-panel-1 .nav-level-1 > li > a > .nav-icon {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 1.1rem;
}

body.mini-navbar .nav-level-1 > li > a {
	justify-content: center;
}
body.mini-navbar .nav-panel-1 .nav-level-1 > li > a > .nav-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.2rem;
	margin-right: 0px;
}

body.mini-navbar .nav-header {
	padding: 0;
}

/*
.menu_userDropDown{
    padding:5px 0px;
    border-top:solid white 1px;
}
*/

.panel-heading select {
}

ul.leads-header {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
.leads-header > li {
	display: inline-block;

	position: relative;
	margin-right: 8px;
}
.leads-header > li:not(:first-child):before {
	content: "|";
	position: absolute;
	left: -14px;
}

.mybox .footer {
	position: static;
	display: none;
}

/*default ibox is primary*/
.ibox .ibox-title a {
	color: white;
}
.ibox .ibox-title {
	background-color:/*#1AB394*/ var(--crm-color-primary);
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.ibox .ibox-tools a {
	color: #fff !important;
}

.ibox-white .ibox-title a {
	color: inherit;
}
.ibox.ibox-white .ibox-title {
	background-color: #fff;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
}
.ibox.ibox-white .ibox-tools a {
	color: #fff !important;
}

.ibox-danger .ibox-title a {
	color: white;
}
.ibox.ibox-danger .ibox-title {
	background-color: #ff564d;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.ibox.ibox-danger .ibox-tools a {
	color: #fff !important;
}

/*Date and Month pickers*/
.datepicker[readonly] {
	background-color: #fff;
}

#ui-datepicker-div {
	z-index: 9999 !important;
}
#ui-datepicker-div.ui-datepicker-div-month .ui-datepicker-calendar {
	display: none !important;
}

.ibox:not(.ibox-ready) {
	/*visibility:hidden;*/
}

ul.grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	list-style: none;
	padding: 0;
	margin: 0;
	flex-direction: row;
	margin: -4px -4px;
}

ul.grid > li {
	display: flex;
	align-items: center;
	padding: 4px 4px;
}
ul.grid > li.sep {
	margin-right: auto;
}
ul.grid > li.right {
	margin-left: auto;
}

/*clockpicker fix*/
.popover.clockpicker-popover {
	z-index: 9999 !important;
}

.nav-pills .nav-link.active {
	background-color: var(--crm-color-primary);
}

.nav-tabs.nav-tabs-primary .nav-link.active {
	background-color: var(--crm-color-primary);
	color: #fff;
}

/*modal*/

.modal ul.nav-tabs .nav-link.active {
	background-color: var(--crm-color-primary);
	color: #fff;
}

.modal .tab-pane-footer {
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	margin: 0px -16px;
}
.modal .tab-pane-footer > :not(:first-child) {
	margin-left: 0.25rem;
}
.modal .tab-pane-footer > :not(:last-child) {
	margin-right: 0.25rem;
}

.swal2-container {
	z-index: 9400; /* more than modal 9100 */
}

.modal-header {
	background-color: var(--crm-color-primary);
	font-size: 1.6rem;
	color: #fff;
	font-weight: 900;

	position: relative;
}
.modal-header h1,
.modal-header h2,
.modal-header h3 {
	margin-top: 0;
	font-weight: inherit;
	font-size: inherit;
}

.modal-title {
	width: 100%;
	text-align: center;
	margin: 0 10px;
}

.modal-header .close {
	color: #fff;

	position: absolute;
	float: none;
	right: 12px;
	top: 8px;
}

.input-group-append > .input-group-text,
.input-group-prepend > .input-group-text,
.input-group-text {
	height: var(--crm-field-height);
	border: 1px solid #e5e6e7;
}

.btn {
	height: var(--crm-field-height);
}

.crm-small-plate,
.ListNav {
	color: inherit;
	padding: 15px 15px 15px 15px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0;
	border-bottom: 1px solid #e7eaec;
	border-bottom: 1px solid #e7eaec !important;
	background-color: #fff;

	margin-bottom: var(--crm-gap-v-1);
}

.mainSearchList .box-lead {
	border-color: #1ab394;
}
.mainSearchList .box-lead .panel-heading {
	background-color: #1ab394;
	border-color: #1ab394;
}

.mainSearchList .box-ticket {
	border-color: #b31a94;
}
.mainSearchList .box-ticket .panel-heading {
	background-color: #b31a94;
	border-color: #b31a94;
}

.mainSearchList .box-event-Task {
	border-color: #8cb635;
}
.mainSearchList .box-event-Task .panel-heading {
	background-color: #8cb635;
	border-color: #8cb635;
}

.mainSearchList .box-event-Appointment {
	border-color: #e6a535;
}
.mainSearchList .box-event-Appointment .panel-heading {
	background-color: #e6a535;
	border-color: #e6a535;
}

/*ModalPopup*/

.crmModalPopupTpl:not(.ready) {
	visibility: hidden;
}

.crmModalPopupTpl .ModalTitle {
	font-size: 1rem;
}
.ui-weekpicker .ui-state-hover {
	background-color: #999;
}

.fldText-stat,
.fldText-stat a {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--crm-color-success);
}

.selProcBox:hover {
	opacity: 0.5;
	border-color: var(--crm-color-primary) !important;
}

/*can be replaced by label. make it same as label*/
label {
	margin-bottom: 0.2rem;
}
.fldTitle {
	display: block;
	margin-bottom: 0.2rem;
}

.fldText {
	min-height: var(--crm-field-height);
	display: flex;
	align-items: center;
	font-weight: 800;
}

.table-no-gap-x {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px) !important;
}

.crmNews .social-feed-box {
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.crmNews .social-avatar {
}
.crmNews .social-body {
	padding-bottom: 0;
}

.crmNews:first-child .social-feed-box {
	border-top: none;
}

/* collapsing button chevron */
button[data-toggle="collapse"] .fa-chevron-down {
	margin-left: 4px;
	transition: transform 400ms;
	transform: rotate(0deg);
	transform-origin: center 5px;
}

button[data-toggle="collapse"]:not(.collapsed) .fa-chevron-down {
	transform: rotate(180deg);
}

.crm-collapse {
	cursor: pointer;
}

.crm-collapse .crm-collapse-icon::after {
	content: "\f077";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	transition: transform 400ms;
	transform: rotate(0deg);
}
.crm-collapse[data-toggle="collapse"].collapsed .crm-collapse-icon::after {
	transform: rotate(-180deg);
}

.blog-post > .panel {
	border-radius: 2px;
	border: 0;
	-webkit-box-shadow:
		0 1px 6px 0 rgba(0, 0, 0, 0.12),
		0 1px 6px 0 rgba(0, 0, 0, 0.12);
	box-shadow:
		0 1px 6px 0 rgba(0, 0, 0, 0.12),
		0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.blog-post {
	margin-bottom: 30px;
}

.blog-post a {
	text-decoration: none;
}

.blog-comments-title,
.blog-post-title {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 400;
	color: #333;
}

.blog-post-title {
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	overflow: hidden;

	line-height: 1.2em;
}

.blog-post-meta {
	padding: 16px 22px;
	color: #999;
	display: block;
	border-bottom: 1px solid #ededed;
}

.blog-post-date {
	margin: 6px auto;
}

.blog-post-share {
	margin: 10px auto;
}

.blog-post-content {
	padding: 16px 22px;
}

.blog-post-content p {
	color: #999;
	margin: 18px auto;
}

.blog-post-content .btn {
	padding-left: 6px;
	padding-right: 6px;
}

.blog-post p {
	font-size: 13px;
	font-weight: 400;
}

.blog-post .panel-body {
	padding: 0;
}

.blog-post .panel > img {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.blog-comments .panel,
.blog-post .panel {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-comments:hover .panel,
.blog-post:hover .panel {
	-webkit-box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.19),
		0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.19),
		0 6px 6px rgba(0, 0, 0, 0.23);
}

/* BLOG ARTICLE */
.blog h2 {
	font-weight: 700;
}
.blog h5 {
	margin: 0 0 5px 0;
}
.blog .btn {
	margin: 0 0 5px 0;
}
.article h1 {
	font-size: 48px;
	font-weight: 700;
	color: #2f4050;
}
.article p {
	font-size: 15px;
	line-height: 26px;
}
.article-title {
	text-align: center;
	margin: 40px 0 100px 0;
}
.article .ibox-content {
	padding: 40px;
}

/*menu test2*/
/*
.nav-panel-1{
	position:relative;
}
*/

body.menupopup-open .nav-test-popup {
	opacity: 1;
	width: 180px;
	right: -180px;
}

.menupopup-container {
	width: 180px;
	margin-left: 0px;
}

.menupopup-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: white;
	padding: 8px;
}

table.table-fixed {
	table-layout: fixed;
}

/* GUTTERS */
.row {
	margin-right: calc(var(--crm-gap-v-1) / -2);
	margin-left: calc(var(--crm-gap-v-1) / -2);
}

.col,
[class*="col-"] {
	padding-right: calc(var(--crm-gap-v-1) / 2);
	padding-left: calc(var(--crm-gap-v-1) / 2);
}

.gutters-sm {
	margin-right: -4px;
	margin-left: -4px;
}

.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
	padding-right: 4px;
	padding-left: 4px;
}

.gutters-md {
	margin-right: -8px;
	margin-left: -8px;
}

.gutters-md > .col,
.gutters-md > [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

.gutters-xs {
	margin-right: -2px;
	margin-left: -2px;
}

.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
	padding-right: 2px;
	padding-left: 2px;
}

.input-group-crmstat {
	margin-bottom: 8px;
}
.input-group-crmstat .input-group-text {
	font-size: 0.8rem !important;
}

[data-href]:not([data-href=""]) {
	cursor: pointer;
}

.boxUser {
	position: relative;
}
.boxUser label.cb {
	position: absolute;
	top: 22px;
	left: 7px;
}

.box-content p {
	font-size: 0.9rem;
}

.boxUser .fa {
	width: 14px;
	margin-right: 4px;
}

.user-thumb {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;

	border-radius: 50%;
	margin: 10px;
}

.sortable-rows {
	min-height: 10px;
}
.sortable-row.ui-sortable-helper {
	background: #ddd;
}
.ui-icon-arrowthick-2-n-s {
	cursor: move;
}

.navAppSubtabs > li > a {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.navAppSubtabs > li > a.active {
	background-color: var(--crm-color-primary) !important;
	color: #fff !important;
}

.top_nav_btn {
	padding: 3px 0px 0px 0px;
}

.top_nav_btn span.nav-icon {
	border-radius: 3px;
	width: 38px;
	height: 31px;

	margin-top: -3px;
	margin-right: 0;
}

.top_nav_btn_lout {
	white-space: nowrap;
}
.top_nav_btn_lout .txt {
	font-size: 1.2rem;
	vertical-align: top;
}

.thead-gray th {
	background-color: #ddd;
}

#leadsDocs .ibox-content,
#leadsTickets .ibox-content,
#leadsTasks .ibox-content,
#leadsAppts .ibox-content,
#leads_notes_ajax .ibox-content,
.viewNotesSection .ibox-content {
	padding: 0;
}
#leads_notes_ajax .chat-message,
.viewNotesSection .chat-message {
	padding: 15px;
	border-bottom: 1px solid #e7eaec;
}
#leads_notes_ajax .chat-message:hover,
.viewNotesSection .chat-message:hover {
	background-color: #e7eaec;
}
#leads_notes_ajax .message,
.viewNotesSection .message {
	background-color: transparent;
	padding: 0;
	border: none;
}

/*
#leadsTickets .ibox-content > .row,
#leadsAppts .ibox-content > .row,
#leadsTasks .ibox-content > .row {
	padding: 15px;
}
#leadsDocs .table > thead > tr > th,
#leadsDocs .table > tbody > tr > td,
#leadsTickets .table > tbody > tr > td,
#leadsAppts .table > tbody > tr > td,
#leadsTasks .table > tbody > tr > td {
	padding: 15px;
}
*/

.p0 {
	padding: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}

.m0 {
	margin: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}

.b0 {
	border: none !important;
}
.bl0 {
	border-left: none !important;
}
.br0 {
	border-right: none !important;
}
.bt0 {
	border-top: none !important;
}
.bb0 {
	border-bottom: none !important;
}

/*XXL media*/
@media (min-width: 1437px) {
	.d-xxl-none {
		display: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.col-xxl-1d5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1d5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.homepageArticle {
}

.articleImg {
	width: 100%;
	height: 0;
	padding-top: 60%;
	background-size: cover;
	background-position: center center;
	border-bottom: solid #ddd 1px;
}

.articleShortText {
	font-size: 0.9rem !important;

	text-overflow: ellipsis;

	overflow: hidden;
	height: 3rem;
	line-height: 1rem;
}

body {
	transition: opacity 3s;
}
body.fadeOutRedirect {
	opacity: 0.1;
}

.bg-hovered:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.homepageBox {
	border-radius: 2px;
	border: 0;
	-webkit-box-shadow:
		0 1px 6px 0 rgba(0, 0, 0, 0.12),
		0 1px 6px 0 rgba(0, 0, 0, 0.12);
	box-shadow:
		0 1px 6px 0 rgba(0, 0, 0, 0.12),
		0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.homepageBox:hover {
	-webkit-box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.19),
		0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.19),
		0 6px 6px rgba(0, 0, 0, 0.23);
}

/*.homepageBox tr{min-height:40px;}*/

.homepageSectionTitle {
	font-size: 1.6rem;
	padding-bottom: 10px;
}

.videoImg {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center center;
	border-bottom: solid #ddd 1px;
}

/* homepage and leads*/
.homepage-box-title {
	padding-bottom: 10px;
}
.homepage-box-title li.title {
	font-size: 1.6rem;
}

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

.top10section table tbody tr {
	height: 40px;
}

.flex-parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btns-box {
	margin-bottom: 15px;
	text-align: right;
}
.btns-box > div {
	cursor: pointer;
	display: inline !important;
	margin-right: 10px;
}
.btns-box > div:last-child {
	margin-right: 0;
}

.article-content * {
	font-size: 12pt !important;
	font-family: "Times New Roman", serif !important;
}

.input-group-Percent .input-group-append span {
	background-color: #f4ddc4;
}

.input-group-Dollar .input-group-prepend span {
	background-color: var(--crm-color-light-blue);
}

.input-group > .crm-override {
	flex-grow: 1;
}

.tool-product-prices {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.tool-product-prices li a {
	display: block;
	padding: 5px 10px;
	margin-bottom: 4px;
	text-align: left;
	font-size: 1rem;
}

/*
form[data-countrycode=US] .crm-country-box-CA,
form[data-countrycode=CA] .crm-country-box-US{
	display:none;
}
*/

/* SPINNER */
.crm-loading-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
	top: 0px;
	display: none;
}

.crm-loading-overlay.show {
	display: block !important;
}

.crm-loading-loader {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.crm-loading-loader .text {
	color: white;
}

.crm-loading-spinner {
	-webkit-animation: crm-loading-rotate 2s linear infinite;
	animation: crm-loading-rotate 2s linear infinite;
	z-index: 2;

	width: 100px;
	height: 100px;
}
.crm-loading-spinner .path {
	stroke: #93bfec;
	stroke-linecap: round;
	-webkit-animation: crm-loading-dash 1.5s ease-in-out infinite;
	animation: crm-loading-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes crm-loading-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes crm-loading-rotate {
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes crm-loading-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
@keyframes crm-loading-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

/*
	Top Nitifications
*/
/*
.topnotif-event{
	cursor:pointer;
}
*/

.topnotif-box {
	padding: 4px 0px;
	display: block;
	color: inherit;
}

.topnotif-box .inner {
	border: solid #ccc 1px;
	border-radius: 8px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.topnotif-box:hover .inner,
.topnotif-box-group:not(.collapsed) .inner {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}

.alert-group-content .topnotif-box-single {
	padding-left: 8px;
}

.topnotif-box .box-icon {
	flex: 0 0 auto;
	margin-right: 8px;
}

.topnotif-box .box-content {
	flex: 1 1 auto;
	overflow: hidden;
}

.topnotif-box .box-close {
	margin-left: 10px;
	flex: 0 0 auto;
	padding: 8px 0 8px 8px;
}

.topnotif-box .box-icon i {
	font-size: 2rem;
}

.topnotif-box .boxText {
	font-size: 0.8rem;
	padding: 2px 4px;
	white-space: nowrap; /* Prevents text from wrapping */
	overflow: hidden;
	text-overflow: ellipsis; /* Truncates with ellipsis */
}
.topnotif-box .boxText1 {
	font-size: 1rem;
}

.topnotif .date1 {
	border-bottom: solid #676a6c 2px;
	text-align: center;
	font-size: 1.4rem;
}
.topnotif .date2 {
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
}
.topnotif .date3 {
	text-align: center;
	font-size: 1.5rem;
}
.topnotif .date4 {
	text-align: center;
	font-size: 1.5rem;
}

/*
.topnotif-box-Appointment{background:#00ADEE;}
.topnotif-box-Task{background:#00A552;}
.topnotif-box-Event{background:#ED1D24;}
.topnotif-box-Holiday{background:#F48123;}
.topnotif-box-Vacation{background:#A15641;}
.topnotif-box-Birthday{background:#FFBF00;}
*/

/*phone caller*/
#phoneCaller .btn-circle {
	border: 1px solid rgba(0, 0, 0, 0.125);
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

/*
#phoneCaller .keypad {
    margin-left: auto;
}
*/

#phoneCaller .keypad-large .btn-outline-secondary {
	height: 56px;
	width: 75px;
}

#phoneCaller .keypad-large .btn-outline-secondary {
	position: relative;
}
#phoneCaller .keypad-large .btn-outline-secondary > .sub {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 45px;

	font-size: 12px;
	font-weight: 900;
	color: #8eabd4;
	text-align: center;
}

#phoneCaller .keypad-small .btn-outline-secondary {
	height: 50px;
	width: 75px;
}

#phoneCaller input[type="tel"] {
	text-align: center;
	border: 0;
	outline: 0;
	background: transparent;
	margin-bottom: 40px;
	border-bottom: 1px solid black;
	font-size: x-large;
}

#phoneCaller .callingStatus {
	text-align: center;
	border-bottom: 1px solid black;
	font-size: 1.7rem;
}

#phoneCaller #callDuration {
}

#phoneCaller #div-call-in-progress {
	margin-left: 40px;
}

#phoneCaller #modal-call-in-progress-body {
}

#phoneCaller .spPhoneBoth {
	width: 20px;
	height: 20px;
	border: solid red 1px;
}

#phoneCaller .phoneTitleIcon.ready1 {
	color: var(--crm-color-primary);
}
#phoneCaller .phoneTitleIcon.ready2 {
	color: var(--crm-color-green);
}
#phoneCaller .phoneTitleIcon.error {
	color: red;
}

select option[disabled] {
	color: #ccc;
}

/*progress bars*/
.leadLandingProgress {
	height: 26px;

	position: relative;
	width: 100px;
	background-color: #ddd;
	margin: -2px 0px !important;
}

.leadLandingProgress .row {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.leadLandingProgress .row .col {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 0.9rem;

	color: #fff;
}

.leadLandingProgress .row .col.active {
}

.phoneCallerIcon {
	color: #777;
}
.phoneCallerIcon .fa-arrow-up,
.phoneCallerIcon .fa-arrow-down {
	display: none;
}

.phoneCallerIcon.Out {
}
.phoneCallerIcon.Out .fa-arrow-up {
	color: #1fbf3a;
	transform: rotate(45deg) translate(0%, -40%);
	font-size: 1rem;
	display: inline;
}
.phoneCallerIcon.Out .fa-arrow-down {
	display: none;
}
.phoneCallerIcon.InOut {
}
.phoneCallerIcon.InOut .fa-arrow-up {
	color: #1fbf3a;
	transform: rotate(45deg) translate(-20%, -50%);
	font-size: 1rem;
	display: inline;
}
.phoneCallerIcon.InOut .fa-arrow-down {
	color: #288dfa;
	transform: rotate(45deg) translate(20%, -50%);
	font-size: 1rem;
	display: inline;
}

/*GLYPHICON*/
@font-face {
	font-family: "Glyphicons Halflings";
	src: url("/assets/font/glyphicons/glyphicons-halflings-regular.eot");
	src:
		url("/assets/font/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
		url("/assets/font/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"),
		url("/assets/font/glyphicons/glyphicons-halflings-regular.woff") format("woff"),
		url("/assets/font/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"),
		url("/assets/font/glyphicons/glyphicons-halflings-regular.svg") format("svg");
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\002a";
}
.glyphicon-plus:before {
	content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
/* end GLYPHICON*/

.collapsing.no-anim {
	transition: none !important;
}

/* Perfect Scroll */
.ps .ps__rail-y {
	width: 11px !important;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: rgba(200, 200, 200, 0.4) !important;
}

.ps__thumb-x,
.ps__thumb-y {
	border-radius: 8px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	right: 1px !important;

	width: 9px !important;
}

.crm-ps-visible.ps > .ps__rail-x,
.crm-ps-visible.ps > .ps__rail-y {
	opacity: 0.6;
}

.phoneAnimate {
	animation: phoneAnimate 2s infinite;
}

@keyframes phoneAnimate {
	0%,
	20%,
	40%,
	60%,
	100% {
		transform: scale(1);
	}
	10%,
	30%,
	50% {
		transform: scale(1.2);
	}
}
@keyframes phoneAnimate2 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

.btnPhonekeypad {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.icon-keypad {
	width: 24px;
	height: 24px;
	background-image: url("/assets/images/icons/keypad.svg");
}

.loader.resProfitLoader {
	margin: auto;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #555;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.residual_profits_right_col .fldTitle {
	font-size: 1rem;
	color: #000;
}
.residual_profits_right_col .fldText-stat {
	font-size: 1.6rem;
	color: #000;
}
.residual_profits_right_col .fldText-stat span {
	font-size: 1.25rem;
}
.residual_profits_right_col .fldText-stat.fldText-user-name {
	font-size: 1.9rem;
	color: var(--crm-color-success);
}
.residual_profits_right_col .fldText-stat .total_merch_acc {
	font-size: 2rem;
}
.residual_profits_right_col hr {
	border-top: 1px solid #000;
}

/*top nav new elements*/

.top_nav_userinfo .box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -6px 0;
	cursor: pointer;
}

.top_nav_userinfo .logo {
	margin: 0px 0px;

	height: 42px;
	width: 42px;
	border-radius: 50%;
	border: solid rgba(255, 255, 255, 0.5) 1px;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center center;
}
.top_nav_userinfo .info {
	display: block;

	color: inherit;
	margin-left: 6px;
	margin-right: 6px;
}

.top_nav_userinfo .caret {
	margin-left: 6px;
}

.top_nav_userinfo .info .username {
	font-size: 1rem;
	font-weight: 900;
}
.top_nav_userinfo .info .usertype {
	font-size: 0.8rem;
}

/*
.top_nav_userinfo .logo img{
	
	
	max-height:40px;
	max-width:40px;
	border-radius:50%;
}
*/

.titleRequired::before {
	content: "* ";
	color: red;
}

/*min width*/
.w-1 {
	width: 1%;
	white-space: nowrap;
}

.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 1473px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xxl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xxl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xxl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xxl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xxl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xxl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xxl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.666667%;
	}
}

.hide {
	display: none;
}

/* select2 */
.select2-container--default .select2-results > .select2-results__options {
	max-height: 300px !important;
}

.select2-results__option {
	padding-top: 0px !important;
	padding-bottom: 1px !important;
	font-size: 0.9rem;
}

/* fields */

.field-help-icon {
	color: var(--crm-color-primary);
	font-size: 1rem;
}
span.fieldComments {
	font-size: 0.7rem;
	text-decoration: italic;
	color: #6c757d;
}
DIV.d1 {
	float: left;
	white-space: normal;
	padding: 4px;
	width: 100%; /*border:solid red 1px;*/
}

TABLE.tblFields {
	border-collapse: collapse;
	table-layout: fixed;
}

TD.tdFieldCell1,
TD.tdFieldCell2,
TD.tdFieldCell3 {
	vertical-align: top;
	padding: 0px;
}
TD.tdFieldCell1 {
	width: 33.3333%;
}
TD.tdFieldCell2 {
	width: 66.6666%;
}
TD.tdFieldCell3 {
	width: 100%;
}

col.colField1,
col.colField2,
col.colField3 {
	width: 33.333%;
}
.fieldCellControl {
	width: 100%;
}

.box-click .panel-heading {
}

.box-click {
	background-color: #fff;
}
.box-click:hover {
	-webkit-box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.19),
		0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.19),
		0 6px 6px rgba(0, 0, 0, 0.23);

	background-color: #f5fcff;
}

.cursor-pointer {
	cursor: pointer;
}

/*
	crm password field
*/

.crm-pwd-group {
	position: relative;
}
.crm-pwd-group input {
	padding-right: 32px;
}
.crm-pwd-group i {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	border-radius: 50%;
}
.crm-pwd-group i:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.hover-gray .dropdown-toggle {
	transition: 200ms opacity;
}
.hover-gray:hover .dropdown-toggle {
	opacity: 0.8;
}

body.swal2-shown {
	overflow-y: auto !important;
	padding-right: 0px !important;
}

.table2 > tbody > tr > td {
	border: none;
	background-color: #f9f9f9;
}

.table2 td.color-box {
	padding: 0 !important;
	background-color: none;
}

/*.table2 td.color-box a */
a.list-color-box {
	margin: -6px 0px -6px 0px;

	padding: 6px 22px 6px 8px;

	display: block;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	background-color: darksalmon;
}
a.list-color-box-username {
	background-color: #0099cc;
}

/*.table2 td.color-box a:hover */
a.list-color-box:hover {
	opacity: 0.75;
}

.list-color-box.dropdown-toggle {
	position: relative;
}
.list-color-box.dropdown-toggle:after {
	position: absolute;
	top: 15px;
	right: 8px;
}

.table2 .p-Low {
	background-color: #66cc00 !important;
}
.table2 .p-Medium {
	background-color: #0000cc !important;
}
.table2 .p-High {
	background-color: #cc9900 !important;
}
.table2 .p-Urgent {
	background-color: #cc6600 !important;
}
.table2 .p-Emergency {
	background-color: #cc3300 !important;
}
.table2 .p-Critical {
	background-color: #cc3300 !important;
}

.option-box {
	position: fixed;

	top: 0;
	left: 0;
	z-index: 9999;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px #999;
}
.option-box select {
	padding: 0;
	overflow: auto;
	width: 100px;
}
.option-box select optgroup {
	padding: 5px 10px;
}
.option-box select option {
	padding: 5px 10px;
	cursor: pointer;
}
.option-box select option:hover {
	background-color: #dedede;
}

.turbo-progress-bar {
	height: 5px;
	background-color: var(--crm-color-warning);
}

.c-text {
	font-weight: bold;

	color: var(--crm-color-primary);
}
select.c-text {
}
.c-green {
	color: var(--crm-color-green);
}
.c-red {
	color: var(--crm-color-red);
}

.btnCrmSave-prev {
	background-color: #d41225;
	color: #fff;
	position: relative;
	padding-left: 18px;
	margin-left: 16px;
	width: 80px;
}
.btnCrmSave-prev .circle {
	position: absolute;
	top: -1px;
	left: -16px;
	bottom: -1px;
	display: block;
	border: solid #d41225 5px;
	width: 32px;

	border-radius: 50%;
	background-color: #fff;
	color: #d41225;
	font-size: 1.2rem;
}
.btnCrmSave-prev .circle .fa {
	margin-top: 2px;
	display: block;
}

.btnCrmSave-next {
	background-color: #2878c5;
	color: #fff;
	position: relative;
	padding-right: 18px;
	margin-right: 16px;
	width: 80px;
}
.btnCrmSave-next .circle {
	position: absolute;
	top: -1px;
	right: -16px;
	bottom: -1px;
	display: block;
	border: solid #2878c5 5px;
	width: 32px;

	border-radius: 50%;
	background-color: #fff;
	color: #2878c5;
	font-size: 1.2rem;
}
.btnCrmSave-next .circle .fa {
	margin-top: 2px;
	margin-left: 2px;
	display: block;
}

.mw-50px {
	max-width: 50px;
}
.mw-60px {
	max-width: 60px;
}
.mw-70px {
	max-width: 70px;
}
.mw-80px {
	max-width: 80px;
}
.mw-90px {
	max-width: 90px;
}
.mw-100px {
	max-width: 100px;
}
.mw-110px {
	max-width: 110px;
}
.mw-120px {
	max-width: 120px;
}
.mw-130px {
	max-width: 130px;
}
.mw-140px {
	max-width: 140px;
}
.mw-150px {
	max-width: 150px;
}
.mw-160px {
	max-width: 160px;
}
.mw-170px {
	max-width: 170px;
}
.mw-180px {
	max-width: 180px;
}
.mw-190px {
	max-width: 190px;
}
.mw-200px {
	max-width: 200px;
}
.mw-250px {
	max-width: 250px;
}
.mw-300px {
	max-width: 300px;
}

/*
	.row.row-boxes replaces boxHolder
*/
.row.row-boxes {
	margin-bottom: -1rem;
}

.row-boxes > .col,
.row-boxes > [class*="col-"] {
	margin-bottom: 1rem;
}

.row-boxes > .col > label:first-child,
.row-boxes > [class*="col-"] > label:first-child {
	display: block;
	margin-bottom: 0.2rem;
}

button.btn-crm-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--crm-color-primary);

	padding: 6px;
	margin: -3px 4px -3px 0px;
	height: 28px;
	width: 28px;
}
button.btn-crm-icon i {
	font-size: 18px;
	padding-top: 1px;
}

.homepageBoxWrap .card {
	border-radius: 10px;
}
.homepageBoxWrap .card h2 {
	font-size: 34px;
	font-weight: bold;
	color: var(--crm-color-green);
}
.homepageBoxWrap .card h3 {
	font-size: 22px;
}
.homepageBoxWrap .card h3.h3sub {
	font-size: 18px;
}
.homepageBoxWrap .card .feed-element {
	border-bottom: 1px solid #dedede;
}
.homepageBoxWrap .title-wrap {
	white-space: nowrap;
	overflow: hidden;
}
.homepageBoxWrap .title {
	overflow: hidden;
	text-overflow: ellipsis;
}
.card-2 {
	margin-bottom: 1rem;
	border-radius: 10px;
	box-shadow:
		0 2px 6px 0 rgb(218 218 253 / 65%),
		0 2px 6px 0 rgb(206 206 238 / 54%);
	border: none;
	border-left: 5px solid #dee2e6;
}
.card-2 .card-body {
	padding: 1rem 1.5rem;
}
.card-2 p {
	font-size: 15px;
}
.card-2 h4 {
	font-size: 26px;
	margin: 0;
}
.card-2 .text-success {
	color: #28a745 !important;
}

.widgets-icons-2 {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ededed;
	font-size: 27px;
	border-radius: 10px;
}
.bg-gradient-info {
	background: #17ead9;
	background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
	background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}
.bg-gradient-danger {
	background: #f54ea2;
	background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
	background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}
.bg-gradient-success {
	background: #00b09b;
	background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
	background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}
.bg-gradient-warning {
	background: #ffdf40;
	background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
	background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.nav-tabs-2 a.nav-link .ntab {
	content: "";
	display: block;
	transform: perspective(100px) rotateX(25deg);
	-moz-transform: perspective(100px) rotateX(25deg);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--crm-color-green-alt);
	border: 1px solid var(--crm-color-green);
	border-right-width: 5px;
	border-bottom: none;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.nav-tabs-2 a.nav-link:hover .ntab {
	background: var(--crm-color-green-alt);
}

.nav-tabs-2 a.nav-link div {
	z-index: 21;
	position: relative;
}

.nav-tabs-2 a.nav-link {
	position: relative;
	background-color: transparent !important;
	border: none !important;
	padding: 12px 30px 8px 30px;
	color: #fff;
	margin-left: -10px;
}
.nav-tabs-2 li:first-child a.nav-link {
	margin-left: 5px;
}

.nav-tabs-2 a.nav-link:hover {
	color: #fff;
}

.nav-tabs-2 a.nav-link.active {
	color: #000;
}
.nav-tabs-2 a.nav-link.active .ntab {
	z-index: 20 !important;
	background: #fff;
}
.homepageBoxWrap .nav-pills .nav-link {
	background-color: #dedede;
	margin-right: 5px;
	padding: 4px 6px;
}
.homepageBoxWrap .nav-pills .nav-link.active {
	background-color: var(--crm-color-primary);
}

/* nav-tabs-3 CRM gtabs*/
.nav-tabs-3 a.nav-link:before {
	content: "";
	display: block;
	transform: perspective(100px) rotateX(25deg);
	transform: perspective(100px) rotateX(25deg);
	-moz-transform: perspective(100px) rotateX(25deg);
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0;

	background: #fcfcfd linear-gradient(0deg, #e5e5e5 0%, #fcfcfd 40%);

	border: 1px solid #64b3e5;
	border-right-width: 1px;
	border-bottom: none;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;

	box-shadow: 5px 1px 8px -5px rgba(0, 0, 0, 0.3);
}
.nav-tabs-3 a.nav-link:not(.crm-gtab-locked):hover:before {
	background: #85cff8 linear-gradient(0deg, #75bfe8 0%, #85cff8 40%);
}

.nav-tabs-3 a.nav-link div {
	z-index: 22;
	position: relative;
}

.nav-tabs-3 a.nav-link {
	position: relative;
	background-color: transparent !important;
	border: none !important;
	padding: 12px 30px 8px 30px;
	color: #808080;

	margin-left: -2px;
}
.nav-tabs-3 li:first-child a.nav-link {
	margin-left: 25px;
}

.nav-tabs-3 a.nav-link:hover {
	color: #fff;
}

.nav-tabs-3 a.nav-link.active {
	color: #fff;
}
.nav-tabs-3 a.nav-link.active:before {
	z-index: 21 !important;
	background: #64b3e5 linear-gradient(0deg, #2e87b8 0%, #64b3e5 40%);
}

.nav-tabs-3 li:nth-child(1) a.nav-link:before {
	z-index: 20;
}
.nav-tabs-3 li:nth-child(2) a.nav-link:before {
	z-index: 19;
}
.nav-tabs-3 li:nth-child(3) a.nav-link:before {
	z-index: 18;
}
.nav-tabs-3 li:nth-child(4) a.nav-link:before {
	z-index: 17;
}
.nav-tabs-3 li:nth-child(5) a.nav-link:before {
	z-index: 16;
}
.nav-tabs-3 li:nth-child(6) a.nav-link:before {
	z-index: 15;
}
.nav-tabs-3 li:nth-child(7) a.nav-link:before {
	z-index: 14;
}
.nav-tabs-3 li:nth-child(8) a.nav-link:before {
	z-index: 13;
}
.nav-tabs-3 li:nth-child(9) a.nav-link:before {
	z-index: 12;
}
.nav-tabs-3 li:nth-child(10) a.nav-link:before {
	z-index: 11;
}
.nav-tabs-3 li:nth-child(11) a.nav-link:before {
	z-index: 10;
}
.nav-tabs-3 li:nth-child(12) a.nav-link:before {
	z-index: 9;
}
.nav-tabs-3 li:nth-child(13) a.nav-link:before {
	z-index: 8;
}
.nav-tabs-3 li:nth-child(14) a.nav-link:before {
	z-index: 7;
}
.nav-tabs-3 li:nth-child(15) a.nav-link:before {
	z-index: 6;
}
.nav-tabs-3 li:nth-child(16) a.nav-link:before {
	z-index: 5;
}
.nav-tabs-3 li:nth-child(17) a.nav-link:before {
	z-index: 4;
}
.nav-tabs-3 li:nth-child(18) a.nav-link:before {
	z-index: 3;
}
.nav-tabs-3 li:nth-child(19) a.nav-link:before {
	z-index: 2;
}
.nav-tabs-3 li:nth-child(20) a.nav-link:before {
	z-index: 1;
}

.crm-gtab.crm-gtab-locked {
	color: #bbb !important;
}

/* second tabs level */
.tab-links {
	border: solid 1px #bfbfbf;

	background: #bfbfbf linear-gradient(0deg, #bfbfbf 0%, #ffffff 100%);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;

	margin-bottom: 2px;
}

.tab-link-item {
	display: block;
	height: 35px;
	display: flex;
	align-items: center;
	border-radius: 25px;
	padding: 0 2px;
	margin: 4px;
	border: solid #64b3e580 1px;
}

.tab-link-item .icon {
	float: left;
	width: 27px;
	height: 27px;

	border-radius: 50%;
	margin-left: 3px;
	background: #afbfbf linear-gradient(0deg, #afbfbf 0%, #ffffff 100%);
	position: relative;
}
.tab-link-item .icon:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	border: solid 1px #9c9c9c;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	background: #ffffff linear-gradient(0deg, #ffffff 0%, #e0e0e0 100%);
}
.tab-link-item .icon:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid 1px #9c9c9c;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	background: #2e2e2e linear-gradient(0deg, #2e2e2e 0%, #4d4d4d 100%);
	transition: all 1300ms;
}

.tab-link-item.active {
	background: #64b3e5 linear-gradient(0deg, #2e87b8 0%, #64b3e5 40%);
}

.tab-link-item.active .title {
	color: #ffffff;
}
.tab-link-item.active .icon:before {
	border-color: #3fa9f5;
}
.tab-link-item.active .icon:after {
	background: #3fa9f5 linear-gradient(0deg, #3fa9f5 0%, #3fd6f5 100%);
}

.tab-link-item:hover {
	background: #85cff8 linear-gradient(0deg, #75bfe8 0%, #85cff8 40%);
}
.tab-link-item:hover .title {
	color: #fff;
}

.tab-link-item .title {
	float: left;

	margin: 10px 8px 10px 4px;
	color: #757575;
	font-size: 13px;
	font-weight: 600;

	white-space: nowrap;
}

/* div.table-responsive { min-height: 200px; } */

.tplConfig .TitleRow {
	margin-left: 0;
	margin-right: 0;
}

.control-lastnE-group {
	position: relative;
}
.control-lastnE-group i {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 32px;
	cursor: pointer;
}

/* mobile menu adjuctments */
@media (max-width: 575px) {
	:root {
		--crm-gap-v-1: 10px;
	}

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

	#page-wrapper {
		margin-left: 0 !important;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.TitleRow {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 10px 15px 10px 15px !important;
	}
	.tpl-content-footer {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.crm-topbar {
		left: 0px !important;
	}

	.table-mobile {
		max-width: 100%;
		table-layout: fixed;
	}
	.table-mobile thead {
		display: none;
	}
	.table-mobile tr {
		display: block;
		border-top: 1px solid #e7eaec;
	}
	.table-mobile tr:last-child {
		border-bottom: 1px solid #e7eaec;
	}
	.table-mobile td {
		display: flex;
		font-size: 0.9rem;
		text-overflow: ellipsis;
		overflow: hidden;
		padding: 0 0 8px 0 !important;
		max-width: 100%;
		white-space: normal !important;
		word-wrap: break-word !important;
		border-top-style: none !important;
	}
	.table-mobile td:first-child {
		padding-top: 8px !important;
	}
	.table-mobile td::before {
		content: attr(label);
		font-weight: bold;
		width: 80px;
		min-width: 80px;
		text-align: left;
	}

	.table-mobile select,
	.table-mobile input {
		max-width: 100%;
		width: 100% !important;
	}

	.pagination {
		width: 100% !important;
		max-width: 100%;
	}
	.pagination select {
		padding: 4px 4px !important;
		margin-left: 0px !important;
	}
	.pagination .per-page select {
	}
	.pagination .sort-order {
		min-width: 0;
	}
	.pagination .sort-order select {
		min-width: 0;
	}
}
@media (min-width: 576px) {
	.m-show {
		display: none !important;
	}
}

.ibox-content {
	overflow-x: auto;
}

.tox-tinymce-aux {
	z-index: var(--z-tox-tinymce-aux) !important;
}

.nav-pills.nav-pills-xs .nav-link {
	margin-right: 5px;
	padding: 2px 6px;
}
.nav-pills.nav-pills-xs .nav-link.active {
	background-color: var(--crm-color-primary);
}

.icon-round-click {
	cursor: pointer;

	width: 20px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;

	position: relative;
	font-size: 1rem;
}

.icon-round-click:hover:after {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 50%;
	background-color: #00000020;
}

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

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

body .crmPage_dialSession {
	height: 100%;
	display: flex;
	flex-direction: column;
}
body .crmPage_dialSession .d-flex {
	display: flex;
	flex-direction: column;
}
body .crmPage_dialSession .card.card-success {
	flex-grow: 1;
}

body .crmPage_dialSession .wrap-card-lead-info,
body .crmPage_dialSession .wrap-card-call-script {
	position: relative;
}
body .crmPage_dialSession .card-lead-info,
body .crmPage_dialSession .card-call-script {
	position: absolute;
	overflow-y: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 10px;
}

.crm-placeholder-override {
	color: #009900 !important;
	position: relative;
}

.crm-placeholder-override::placeholder {
	font-weight: normal;

	color: #aaa;
}

.crm-override {
	position: relative;
}
.crm-override > input.form-control {
	padding-right: 20px;
	color: #009900 !important;
}

.crm-override > input.form-control::placeholder {
	font-weight: normal;
	color: #aaa;
}

.crm-override > .reset {
	display: block;
	position: absolute;
	top: 11px;
	right: 4px;
	width: 16px;
	height: 16px;

	padding-left: 4px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 0.75em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #aaa;
	cursor: pointer;
}
.crm-override > .reset:after {
	content: "\f00d";
}

.crm-override > input:placeholder-shown + .reset {
	display: none;
}

span.control-user-item {
	display: flex;
	align-items: center;
	padding: 5px;
}
.select2-selection__rendered span.control-user-item {
	padding: 0;
	position: relative;
	top: 2px;
}
.select2-selection__rendered span.control-user-item .item-avatar {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12.5px;
}
.control-user-item .item-avatar {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 8px;
	background-size: cover;
	background-position: center 20%;
}
.control-user-item .item-avatar.avatar-txt {
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
}
.control-user + .select2 li.select2-selection__choice {
	display: flex;
	padding-bottom: 4px;
}
.control-user + .select2 span.select2-selection__choice__remove {
	margin-right: 4px;
	position: relative;
	bottom: -3px;
}

.ui-autocomplete-category {
	font-weight: bold;
	padding: 0.2em 0.4em;
	margin: 0.8em 0 0.2em;
	line-height: 1.5;
}

.box-app .list-color-box {
	border-radius: 0;
	background-color: transparent !important;
	color: #000;
	margin: -1px 0 0 0;
}

ul#addEmailList {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#addEmailList li {
	margin-bottom: 5px;
}
ul#addPhoneList {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#addPhoneListList li {
	margin-bottom: 5px;
}

.crm-back-to-list {
	display: flex;
	align-items: center;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	color: #fff;

	margin: -5px 0;
}
.crm-back-to-list:before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 1.8rem;

	content: "\f060";
}

.crm-back-to-list:hover {
	color: #ddd;
}

ul.grid li .crm-back-to-list {
	position: static;
}

.crm-back-icon {
	display: inline;
	align-items: center;
	vertical-align: middle;
	color: #000;
}
.crm-back-icon:before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 1.8rem;
	content: "\f060";
}

.crm-back-icon:hover {
	color: #ddd;
}

.crm-loading-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("/assets/images/loading.gif");
	border: none;
	vertical-align: middle;
}

.cl-hardcoded,
.cl-hardcoded + label {
	pointer-events: none;
	color: #ccc;
}

.crm-field-box {
	display: flex;
	flex-direction: column !important;
	justify-content: space-between !important;
}
.crm-field-input {
	position: relative;
}
.crm-field-input label.error {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	font-size: 0.8rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 0;
}

.tooltip1 {
	position: relative;
	display: inline-block;
}

.tooltip1 .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #555;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	padding: 15px 15px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip1 .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%; /* Arrow pointing down */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip1:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.ui-menu-item-wrapper {
	white-space: nowrap;
}

.viewEmailsSection .ibox-content {
	padding: 0;
}
.viewEmailsSection .chat-message {
	padding: 15px;
	border-bottom: 1px solid #e7eaec;
}
.viewEmailsSection .chat-message:hover .message-header {
	color: var(--crm-color-primary);
}
.viewEmailsSection .message {
	background-color: transparent;
	padding: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
}
.viewEmailsSection .overhang {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
	height: 32px;
	width: auto;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	top: initial;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.viewEmailsSection .message:not(.collapsed) .overhang {
}

.collapsible-element {
}

.collapsible-element.collapsing {
}

.viewEmailsSection-email .collapsible-element:not(.show) {
	display: block !important;
	height: 100px !important;
	overflow: hidden;
}

.viewEmailsSection-note .collapsible-element:not(.show) {
	display: block !important;
	height: 70px !important;
	overflow: hidden;
}

.viewEmailsSection-call .collapsible-element:not(.show) {
	display: block !important;
	height: 100px !important;
	overflow: hidden;
}

.input-with-icon {
	position: relative;
	flex: 1 1 auto;
}
.input-with-icon input {
	padding-right: 2.5rem;
}
.input-with-icon .input-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);

	color: #777777;
	-webkit-text-stroke: 0.3px white; /*make it a bit thiner*/
	pointer-events: none;
}
.input-with-icon .input-icon.icon-close {
	cursor: pointer;
	pointer-events: all;
}

.fa-filter-custom:before {
	content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M29 7H3c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h26c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m-2 7.88v-1c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h20c.55 0 1-.45 1-1m-3 8.87v-1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1'/></svg>")
		no-repeat center;
	-webkit-mask-size: contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M29 7H3c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h26c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m-2 7.88v-1c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h20c.55 0 1-.45 1-1m-3 8.87v-1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1'/></svg>")
		no-repeat center;
	mask-size: contain;
	vertical-align: middle;
}

.list-icon-text {
	display: flex;
	align-items: center;
}
.list-icon-text .user-thumb {
	width: 35px;
	height: 35px;
	margin: 0;
	margin-right: 10px;
}
.cl-pager.no-order .sort-order {
	display: none;
}
