@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700);

html {
	position: relative;
	min-height: 100%;
	background-color: #f2f5f7;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-size: 14px;
	background-color: #f2f5f7;
	font-family: Rubik, sans-serif;
	padding-bottom: 60px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
}

h1 {
	line-height: 43px;
	font-size: 36px;
}

h2 {
	line-height: 35px;
	font-size: 30px;
}

h3 {
	line-height: 30px;
	font-size: 24px;
}

h4 {
	line-height: 22px;
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 12px;
}

p {
	line-height: 1.6;
}

* {
	outline: 0 !important;
}

a:active,
a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
}

strong {
	font-weight: 500;
}

.loading-mask {
	display: none;
	height: 100%;
	opacity: 1;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	text-align: center;
	width: 100%;
	z-index: 999999999;
	background: #858585d9;
	background: -webkit-linear-gradient(-45deg, #292929de, #858585d9);
	background: -moz-linear-gradient(-45deg, #292929de, #858585d9);
	background: -ms-linear-gradient(-45deg, #292929de, #858585d9);
	background: -o-linear-gradient(-45deg, #292929de, #858585d9);
	background: linear-gradient(-45deg, #292929de, #858585d9);
}

.loader {
	width: 68px;
	height: 68px;
	top: 45%;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 3px solid;
	border-color: #BDDA55 #BDDA55 transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 3px solid;
	border-color: transparent #BDDA55 #BDDA55;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	animation: rotationBack 0.5s linear infinite;
	transform-origin: center center;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.header-title {
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
}

.page-title-box {
	padding: 25px 0;
}

.page-title-box .page-title {
	font-size: 18px;
	margin: 0;
}

.page-title-box .breadcrumb {
	font-size: 13px;
	margin-bottom: 0;
	padding: 2px 0;
	background-color: transparent;
}

.required-error {
	position: absolute;
	right: 20px;
	top: 0;
	color: #de8794;
}

@media (max-width: 767px) {
	.hidden-sm {
		display: none;
	}
}

.slimScrollDiv {
	height: auto !important;
}

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

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.w-xs {
	min-width: 80px;
}

.w-sm {
	min-width: 95px;
}

.w-md {
	min-width: 110px;
}

.w-lg {
	min-width: 140px;
}

.font-10 {
	font-size: 10px !important;
}

.font-12 {
	font-size: 12px !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-14 {
	font-size: 14px !important;
}

.font-15 {
	font-size: 15px !important;
}

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

.font-17 {
	font-size: 17px !important;
}

.font-18 {
	font-size: 18px !important;
}

.font-20 {
	font-size: 20px !important;
}

.font-22 {
	font-size: 22px !important;
}

.font-24 {
	font-size: 24px !important;
}

.font-36 {
	font-size: 36px !important;
}

.thumb-sm {
	height: 36px;
	width: 36px;
}

.line-height-10 {
	line-height: 10px !important;
}

.thumb-md {
	height: 48px;
	width: 48px;
}

.thumb-lg {
	height: 88px;
	width: 88px;
}

.thumb-xl {
	height: 120px;
	width: 120px;
}

.h-100vh {
	height: 100vh;
}

.h-300 {
	height: 300px;
}

.text-uppercase {
	text-transform: uppercase;
}

/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

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


.companyDetails .media>img {
	border: 2px solid #f7f7f7;
	padding: 10px;
	box-shadow: 0px 0px 8px 0px #eaeaea;
}

.topbar {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	box-shadow: 0px 0px 44px -20px black;
	z-index: 1;
}

.topbar .topbar-left {
	background-color: #C7DB9C;
	float: left;
	text-align: center;
	height: 70px;
	position: relative;
	margin-right: 26px;
	z-index: 1;
}

.topbar .topbar-left .logo {
	line-height: 70px;
}

.topbar .topbar-left .logo .logo-sm {
	height: 50px;
}

.topbar .topbar-left .logo .logo-lg {
	height: 20px;
}

.topbar .topbar-main {
	background-color: #C7DB9C;
}

.topbar .container-fluid {
	width: 90%;
}

.navbar-custom {
	background: #C7DB9C;
	min-height: 70px;
	position: relative;
}

.navbar-custom .nav-link {
	padding: 0 0.75rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 70px;
	max-height: 70px;
}

.navbar-custom .nav-link .nav-icon {
	font-size: 24px;
}

.navbar-custom .dropdown-toggle:after {
	content: initial;
}

.navbar-custom .topbar-nav li {
	float: left;
	height: 70px;
}

.navbar-custom .topbar-nav li.show .nav-link {
	background-color: #bcd26e;
	color: #fff;
}

.button-menu-mobile {
	border: none;
	color: #fff;
	width: 60px;
	background-color: transparent;
	cursor: pointer;
}

.nav-user .nav-user-name {
	vertical-align: middle;
}

.nav-user img {
	height: 32px;
	width: 32px;
}

.noti-icon-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 9px;
}

.notification-list {
	max-height: 220px;
}

.notification-list {
	margin-left: 0;
}

.notification-list .noti-title {
	border-radius: 0.25rem 0.25rem 0 0;
	margin: -4px 0 0 0;
	width: auto;
	padding: 12px 20px;
}

.notification-list .noti-title h5 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.notification-list .noti-icon {
	font-size: 28px;
	vertical-align: middle;
	color: #98a6ad;
}

.notification-list .noti-icon-badge {
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 3px;
	border: 3px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	width: 24px;
	height: 24px;
}

.notification-list .notify-item {
	padding: 10px 20px !important;
}

.notification-list .notify-item .notify-icon {
	float: left;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	color: #fff;
}

.notification-list .notify-item .notify-icon img {
	margin-top: 4px;
}

.notification-list .notify-item .notify-details {
	margin-bottom: 0;
	overflow: hidden;
	margin-left: 45px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
	font-weight: 500;
}

.notification-list .notify-item .notify-details small {
	display: block;
	white-space: normal;
}

.notification-list .notify-item .notify-details span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}

.search-wrap {
	background-color: #F8F8FA;
	color: #313a46;
	z-index: 9997;
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 70px;
	padding: 0 15px;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.login-page {
	background-image: url('../images/login-bg.png');
	background-size: cover;
	height: 100vh;
}

.login-box {
	width: 370px;
	margin: 50px auto 0px;
	background-color: #ffffff61;
	box-shadow: 0px 0px 20px -15px black;
	border-radius: 20px;
}

.login-box .login-logo-text {
	width: 100px;
	vertical-align: baseline;
}

.search-wrap form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.search-wrap .search-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.search-wrap .search-i {
	color: #ced4da;
	font-size: 18px;
	padding-left: 10px;
}

.search-wrap .search-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	font-size: 16px;
	padding: 0 20px 0 10px;
	height: 60px;
	width: 100%;
}

.search-wrap .close-search {
	width: 36px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: inherit;
	font-size: 24px;
}

.search-wrap .close-search:hover {
	color: #f1556c;
}

.search-wrap.open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

input.search-input::-webkit-input-placeholder {
	font-style: italic;
	font-size: 14px;
	color: #adb5bd;
}

input.search-input:-moz-placeholder {
	font-style: italic;
	font-size: 14px;
	color: #adb5bd;
}

input.search-input::-moz-placeholder {
	font-style: italic;
	font-size: 14px;
	color: #adb5bd;
}

input.search-input:-ms-input-placeholder {
	font-style: italic;
	font-size: 14px;
	color: #adb5bd;
}

@media (max-width: 1024px) {
	.topbar .topbar-left {
		width: 70px;
	}

	.topbar .topbar-left .logo-lg {
		display: none;
	}

	.topbar .navbar-custom {
		margin-left: 70px;
	}

	.topbar .topbar-left .logo .logo-sm {
		height: 50px;
	}

	.mo-mb-2 {
		margin-bottom: 5px;
	}
}

.wrapper {
	padding-top: 120px;
}

.wrapper .container-fluid {
	width: 90%;
	max-width: 1600px;
}

.navbar-custom-menu {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(0, 0, 0, 0.02),
		0 1px 20px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(0, 0, 0, 0.02),
		0 1px 20px 0 rgba(0, 0, 0, 0.02);
}

.navbar-custom-menu .container-fluid {
	width: 90%;
}

.navbar-custom-menu .has-submenu.active a {
	color: #9DB172;
}

.navbar-custom-menu .has-submenu.active button {
	color: #9DB172;
}

.navbar-custom-menu .has-submenu.active .submenu li.active>a {
	color: #9DB172;
}

.navbar-toggle {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.navbar-toggle:hover {
	background-color: transparent;
}

.navbar-toggle:hover span {
	background-color: rgba(255, 255, 255, 0.8);
}

.navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	padding-top: 28px;
	margin: 0 10px;
	height: 70px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.navbar-toggle.open span {
	position: absolute;
}

.navbar-toggle.open span:first-child {
	top: 34px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: rgba(255, 255, 255, 0.8);
}

.navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}

.navbar-toggle.open span:last-child {
	width: 100%;
	top: 34px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation-menu>li {
	display: inline-block;
	position: relative;
}

.navigation-menu>li:first-child a {
	padding-left: 0;
}

.navigation-menu>li>a {
	display: block;
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 25px;
}

.navigation-menu>li>button {
	display: block;
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 25px;
	border: none;
	background: transparent;
}

.navigation-menu>li>a:hover {
	color: #9DB172;
}

.navigation-menu>li>button:hover {
	color: #9DB172;
}

.navigation-menu>li>a:focus {
	color: #9DB172;
}

.navigation-menu>li>button:focus {
	color: #9DB172;
}

.navigation-menu>li>a:active {
	color: #9DB172;
}

.navigation-menu>li>button:active {
	color: #9DB172;
}

.navigation-menu>li>a i {
	display: inline-block;
	font-size: 17px;
	margin-right: 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navigation-menu>li>button i {
	display: inline-block;
	font-size: 17px;
	margin-right: 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navigation-menu>li>a:focus,
.navigation-menu>li>a:hover {
	background-color: transparent;
}

.navigation-menu>li>button:focus,
.navigation-menu>li>button:hover {
	background-color: transparent;
}

@media (min-width: 992px) {
	.topbar .navigation-menu>li>a {
		padding-top: 16px;
		padding-bottom: 14px;
		color: #636d73;
		cursor: context-menu;
	}

	.topbar .navigation-menu>li>button {
		padding-top: 16px;
		padding-bottom: 14px;
		color: #636d73;
	}

	.topbar .navigation-menu>li.last-elements .submenu {
		left: auto;
		right: 0;
	}

	.topbar .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 10px;
	}

	.topbar .navigation-menu>li:hover a {
		color: #9DB172;
	}

	.topbar .navigation-menu>li:hover button {
		color: #9DB172;
	}

	.topbar .navigation-menu>li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		padding: 0px 0 0px 0;
		list-style: none;
		min-width: 200px;
		text-align: left;
		visibility: hidden;
		opacity: 0;
		margin-top: 20px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		background-color: #fff;
		-webkit-box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.05),
			0 8px 14px 0 rgba(0, 0, 0, 0.02);
		box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.05),
			0 8px 14px 0 rgba(0, 0, 0, 0.02);
	}

	.topbar .navigation-menu>li .submenu.megamenu {
		white-space: nowrap;
		width: auto;
	}

	.topbar .navigation-menu>li .submenu.megamenu>li {
		overflow: hidden;
		width: 200px;
		display: inline-block;
		vertical-align: top;
	}

	.topbar .navigation-menu>li .submenu>li.has-submenu>a:after {
		content: "\56";
		font-family: dripicons-v2;
		position: absolute;
		right: 20px;
		top: 8px;
		font-size: 15px;
	}

	.topbar .navigation-menu>li .submenu>li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}

	.topbar .navigation-menu>li .submenu li {
		position: relative;
	}

	.topbar .navigation-menu>li .submenu li ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}

	.topbar .navigation-menu>li .submenu li a {
		display: block;
		padding: 8px 25px;
		clear: both;
		white-space: nowrap;
		font-size: 14.7px;
		color: #8c8c8c;
		cursor: context-menu;
		margin-bottom: 2px;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}

	.topbar .navigation-menu>li .submenu li a:hover {
		color: #ffffff;
		background-color: #c7db9c;
	}

	.topbar .navigation-menu>li .submenu li span {
		display: block;
		padding: 8px 25px;
		clear: both;
		line-height: 1.42857143;
		white-space: nowrap;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 500;
		color: #313a46;
	}

	.topbar .navbar-toggle {
		display: none;
	}

	.topbar #navigation {
		display: block;
	}
}

@media (max-width: 991px) {
	.topbar .navigation-menu {
		float: none;
		text-align: left;
	}

	.topbar .navigation-menu>li {
		display: block;
	}

	.topbar .navigation-menu>li>a {
		color: #636d73;
		padding: 15px;
		cursor: context-menu;
	}

	.topbar .navigation-menu>li>button {
		color: #636d73;
		padding: 15px;
		width: 100%;
		text-align: left;
	}

	.topbar .navigation-menu>li>a i {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
		vertical-align: inherit;
	}

	.topbar .navigation-menu>li>button i {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
		vertical-align: inherit;
	}

	.topbar .navigation-menu>li>a:after {
		position: absolute;
		right: 15px;
	}

	.topbar .navigation-menu>li .submenu {
		display: none;
		list-style: none;
		padding-left: 20px;
		margin: 0;
	}

	.topbar .navigation-menu>li .submenu li a {
		display: block;
		position: relative;
		padding: 7px 20px;
		color: #8c8c8c;
		cursor: context-menu;
	}

	.topbar .navigation-menu>li .submenu li a:hover {
		color: #9DB172;
	}

	.topbar .navigation-menu>li .submenu li.has-submenu>a:after {
		content: "\54";
		font-family: dripicons-v2;
		position: absolute;
		right: 30px;
	}

	.topbar .navigation-menu>li .submenu.open {
		display: block;
	}

	.topbar .navigation-menu>li .submenu .submenu {
		display: none;
		list-style: none;
	}

	.topbar .navigation-menu>li .submenu .submenu.open {
		display: block;
	}

	.topbar .navigation-menu>li .submenu.megamenu>li>ul {
		list-style: none;
		padding-left: 0;
	}

	.topbar .navigation-menu>li .submenu.megamenu>li>ul>li>span {
		display: block;
		position: relative;
		padding: 15px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 2px;
		color: #313a46;
	}

	.topbar .navigation-menu>li.has-submenu.open>a {
		color: #9DB172;
	}

	.topbar .navbar-header {
		float: left;
	}

	.topbar .container-fluid {
		width: 100%;
		padding: 0;
	}

	#navigation {
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		background-color: #fff;
		z-index: 1000;
	}

	#navigation.open {
		display: block;
		overflow-y: auto;
	}

	.wrapper {
		padding-top: 70px;
	}
}

@media (min-width: 768px) {
	.topbar .navigation-menu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}

	.topbar .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}

	.navbar-toggle {
		display: block;
	}

	.navigation-menu>li>a {
		padding-right: 18px;
	}
}

@media (max-width: 768px) {
	.topbar .topbar-left {
		margin-right: 0;
	}

	.topbar .topbar-left .logo .logo-sm {
		height: 50px;
	}

	.wrapper {
		padding-top: 70px;
	}

	.wrapper .page-title-box {
		margin-top: 0;
	}

	.wrapper .container-fluid {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.page-title-box .breadcrumb,
	.page-title-box .state-information {
		display: none;
	}
}

@media (max-width: 620px) {
	.logo-large {
		display: none;
	}

	.logo-small {
		display: inline-block !important;
	}

	.topbar .has-submenu.active a {
		color: #9DB172;

	}

	.topbar .has-submenu.active button {
		color: #9DB172;
	}
}

.footer {
	border-top: 1px solid #dee2e6;
	bottom: 0;
	padding: 10px 30px;
	position: absolute;
	right: 0;
	left: 0;
	color: #6c757d;
}

.DevelopeBy {
	color: #f0b078;
}

.DevelopeBy:hover {
	color: #d9751d;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	background: radial-gradient(rgba(0, 0, 0, 0.2) 0,
			rgba(0, 0, 0, 0.3) 40%,
			rgba(0, 0, 0, 0.4) 50%,
			rgba(0, 0, 0, 0.5) 60%,
			rgba(255, 255, 255, 0) 70%);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0) translate(0, 0);
	transform: scale(0) translate(0, 0);
	pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
	background: rgba(255, 255, 255, 0.4);
	background: radial-gradient(rgba(255, 255, 255, 0.2) 0,
			rgba(255, 255, 255, 0.3) 40%,
			rgba(255, 255, 255, 0.4) 50%,
			rgba(255, 255, 255, 0.5) 60%,
			rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
	background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

.waves-button,
.waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}

.waves-button {
	padding: 0.85em 1.1em;
	border-radius: 0.2em;
}

.waves-button-input {
	margin: 0;
	padding: 0.85em 1.1em;
}

.waves-input-wrapper {
	border-radius: 0.2em;
	vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
	padding: 0;
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
}

.waves-float {
	-webkit-mask-image: none;
	-webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.waves-float:active {
	-webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
	display: block;
}

.email-leftbar {
	width: 200px;
	float: left;
}

.email-leftbar .mail-list a {
	display: block;
	color: #3c4655;
	font-size: 14px;
	line-height: 24px;
	padding: 5px;
}

.email-leftbar .mail-list a.active {
	color: #f1556c;
	font-weight: 500;
}

.email-leftbar .chat-user-box p.user-title {
	font-size: 13px;
	color: #313a46;
	font-weight: 500;
}

.email-leftbar .chat-user-box p {
	font-size: 12px;
}

.email-rightbar {
	margin-left: 230px;
}

.message-list {
	display: block;
	padding-left: 0;
}

.message-list li {
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.message-list li a {
	color: #6c757d;
}

.message-list li:hover {
	background: rgba(152, 166, 173, 0.08);
	-webkit-transition-duration: 0.05s;
	transition-duration: 0.05s;
}

.message-list li .col-mail {
	float: left;
	position: relative;
}

.message-list li .col-mail-1 {
	width: 320px;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
	display: block;
	float: left;
}

.message-list li .col-mail-1 .dot {
	border: 4px solid transparent;
	border-radius: 100px;
	margin: 22px 26px 0;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
	margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
	margin-top: 18px;
	font-size: 16px;
	margin-left: 5px;
}

.message-list li .col-mail-1 .title {
	position: absolute;
	top: 0;
	left: 110px;
	right: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 14px 0 0;
}

.message-list li .col-mail-2 {
	position: absolute;
	top: 0;
	left: 320px;
	right: 0;
	bottom: 0;
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
	position: absolute;
	top: 0;
}

.message-list li .col-mail-2 .subject {
	left: 0;
	right: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.message-list li .col-mail-2 .date {
	right: 0;
	width: 170px;
	padding-left: 80px;
}

.message-list li.active,
.message-list li.active:hover {
	-webkit-box-shadow: inset 3px 0 0 #9DB172;
	box-shadow: inset 3px 0 0 #9DB172;
}

.message-list li.unread {
	background-color: #f7f7f7;
}

.message-list li.unread a {
	color: #272e37;
}

.message-list .checkbox-wrapper-mail {
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: inset 0 0 0 1px #ced4da;
	box-shadow: inset 0 0 0 1px #ced4da;
	border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
	opacity: 0;
	cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked~label {
	opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 0;
	cursor: pointer;
	opacity: 0;
	margin-bottom: 0;
	-webkit-transition-duration: 0.05s;
	transition-duration: 0.05s;
	top: 0;
}

.message-list .checkbox-wrapper-mail label:before {
	content: "\F12C";
	font-family: "Material Design Icons";
	top: 0;
	height: 20px;
	color: #272e37;
	width: 20px;
	position: absolute;
	margin-top: -16px;
	left: 4px;
	font-size: 13px;
}

@media (max-width: 767px) {
	.email-leftbar {
		float: none;
		width: 100%;
	}

	.email-rightbar {
		margin: 0;
	}
}

label {
	font-size: 14px;
	font-weight: 400;
	color: #98A6AD;
}

.form-control {
	font-size: 15px;
}

.form-control:focus {
	border-color: #aac277;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group .input-group-text {
	font-size: 13px;
}

dt {
	font-weight: 500;
}

.buttons-pdf {
	padding: 0px 10px;
	font-size: 12px !important;
}

.note-btn-group .dropdown-menu>li>a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #343a40;
	white-space: nowrap;
}

.note-btn-group .dropdown-menu>li>a:hover {
	background-color: #F8F8FA;
}

.note-air-popover,
.note-image-popover,
.note-link-popover {
	display: none;
}

.note-air-popover .dropdown-toggle::after,
.note-image-popover .dropdown-toggle::after,
.note-link-popover .dropdown-toggle::after {
	margin-left: 0;
}

.note-icon-caret {
	display: none;
}

.note-editor {
	position: relative;
}

.note-editor .btn-default {
	background-color: transparent;
	border-color: transparent;
}

.note-editor .btn-group-sm>.btn,
.note-editor .btn-sm {
	padding: 8px 12px;
}

.note-editor .note-toolbar {
	background-color: #F8F8FA;
	border-bottom: 1px solid #F8F8FA;
	margin: 0;
}

.note-editor .note-statusbar {
	background-color: #fff;
}

.note-editor .note-statusbar .note-resizebar {
	border-top: none;
	height: 15px;
	padding-top: 3px;
}

.note-editor.note-frame {
	border: 1px solid #dee2e6;
}

.note-editor.note-frame.card {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
}

.note-editor.note-frame.card .note-toolbar {
	padding: 0 0 0 5px;
}

.note-popover .popover .popover-content {
	padding: 5px 0 10px 5px;
}

.note-popover .btn-default {
	background-color: transparent;
	border-color: transparent;
}

.note-popover .btn-group-sm>.btn,
.note-popover .btn-sm {
	padding: 8px 12px;
}

.btn {
	border-radius: 10px;
	font-family: Rubik, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.btn:focus {
	-webkit-box-shadow: 0 0 0 0.2rem #e9ecef;
	box-shadow: 0 0 0 0.2rem #e9ecef;
}

.btn-round {
	border-radius: 30px;
}

.btn-danger,
.btn-dark,
.btn-info,
.btn-pink,
.btn-primary,
.btn-purple,
.btn-secondary,
.btn-success,
.btn-warning {
	color: #fff;
}

.btn-primary {
	background-color: #C1D98E;
	border: 1px solid #C1D98E;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.open>.dropdown-toggle.btn-primary,
.show>.btn-outline-primary.dropdown-toggle,
.show>.btn-primary.dropdown-toggle,
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #9DB172 !important;
	border: 1px solid #9DB172;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(68, 162, 210, 0.3);
	box-shadow: 0 0 0 2px rgba(68, 162, 210, 0.3);
}

.btn-success {
	background-color: #0acf97;
	border: 1px solid #0acf97;
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active,
.open>.dropdown-toggle.btn-success,
.show>.btn-outline-success.dropdown-toggle,
.show>.btn-success.dropdown-toggle {
	background-color: #09b785;
	border: 1px solid #09b785;
}

.btn-info {
	background-color: #2d7bf4;
	border: 1px solid #2d7bf4;
}

.btn-info.active,
.btn-info.disabled,
.btn-info.focus,
.btn-info:active,
.btn-info:disabled,
.btn-info:focus,
.btn-info:hover,
.btn-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:hover,
.open>.dropdown-toggle.btn-info,
.show>.btn-info.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle {
	background-color: #156cf3;
	border: 1px solid #156cf3;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.focus,
.btn-outline-info:focus,
.show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(45, 123, 244, 0.3);
	box-shadow: 0 0 0 2px rgba(45, 123, 244, 0.3);
}

.btn-warning {
	background-color: #f9bc0b;
	border: 1px solid #f9bc0b;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:hover,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning,
.show>.btn-outline-warning.dropdown-toggle,
.show>.btn-warning.dropdown-toggle {
	background-color: #e5ac06;
	border: 1px solid #e5ac06;
}

.btn-danger {
	background-color: #f1556c;
	border: 1px solid #f1556c;
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:hover,
.open>.dropdown-toggle.btn-danger,
.show>.btn-danger.dropdown-toggle,
.show>.btn-outline-danger.dropdown-toggle {
	background-color: #ef3d58;
	border: 1px solid #ef3d58;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(241, 85, 108, 0.3);
	box-shadow: 0 0 0 2px rgba(241, 85, 108, 0.3);
}

.btn-light {
	color: #636d73;
	background-color: #e7eff7;
	border: 1px solid #e0eaf5;
}

.btn-light.active,
.btn-light.focus,
.btn-light:active,
.btn-light:focus,
.btn-light:hover,
.btn-outline-light.active,
.btn-outline-light:active,
.btn-outline-light:hover,
.open>.dropdown-toggle.btn-light,
.show>.btn-light.dropdown-toggle,
.show>.btn-outline-light.dropdown-toggle {
	background-color: #d4e2f1;
	border: 1px solid #d4e2f1;
}

.btn-light.focus,
.btn-light:focus,
.btn-outline-light.focus,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(231, 239, 247, 0.3);
	box-shadow: 0 0 0 2px rgba(231, 239, 247, 0.3);
}

.btn-dark {
	background-color: #313a46;
	border: 1px solid #313a46;
	color: #fff;
}

.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.btn-outline-dark.active,
.btn-outline-dark:active,
.btn-outline-dark:hover,
.open>.dropdown-toggle.btn-dark,
.show>.btn-outline-dark.dropdown-toggle {
	background-color: #272e37;
	border: 1px solid #272e37;
	color: #fff;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.3);
	box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.3);
}

.btn-link {
	color: #313a46;
}

.btn-link:hover {
	color: #9DB172;
}

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

.btn-pink {
	background-color: #ff679b;
	border: 1px solid #ff679b;
	color: #fff;
}

.btn-outline-pink.active,
.btn-outline-pink:active,
.btn-outline-pink:hover,
.btn-pink.active,
.btn-pink.focus,
.btn-pink:active,
.btn-pink:focus,
.btn-pink:hover,
.open>.dropdown-toggle.btn-pink,
.show>.btn-outline-pink.dropdown-toggle {
	background-color: #ff4e8a;
	border: 1px solid #ff4e8a;
	color: #fff;
}

.btn-outline-pink.focus,
.btn-outline-pink:focus,
.btn-pink.focus,
.btn-pink:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(255, 103, 155, 0.3);
	box-shadow: 0 0 0 2px rgba(255, 103, 155, 0.3);
}

.btn-purple {
	background-color: #777edd;
	border: 1px solid #777edd;
	color: #fff;
}

.btn-outline-purple.active,
.btn-outline-purple:active,
.btn-outline-purple:hover,
.btn-purple.active,
.btn-purple.focus,
.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover,
.open>.dropdown-toggle.btn-purple,
.show>.btn-outline-purple.dropdown-toggle {
	background-color: #636bd8;
	border: 1px solid #636bd8;
	color: #fff;
}

.btn-outline-purple.focus,
.btn-outline-purple:focus,
.btn-purple.focus,
.btn-purple:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(119, 126, 221, 0.3);
	box-shadow: 0 0 0 2px rgba(119, 126, 221, 0.3);
}

.btn-outline-primary {
	color: #9DB172;
	border-color: #9DB172;
}

.btn-outline-success {
	color: #0acf97;
	border-color: #0acf97;
}

.btn-outline-info {
	color: #68a3ff;
	border-color: #68a3ff;
}

.btn-outline-warning {
	color: #f9bc0b;
	border-color: #f9bc0b;
}

.btn-outline-danger {
	color: #f1556c;
	border-color: #f1556c;
}

.btn-outline-dark {
	color: #313a46;
	background-image: none;
	background-color: transparent;
	border-color: #313a46;
}

.btn-outline-light {
	color: #495057;
	background-image: none;
	background-color: transparent;
	border-color: #e7eff7;
}

.btn-outline-pink {
	color: #ff679b;
	background-image: none;
	background-color: transparent;
	border-color: #ff679b;
}

.btn-outline-purple {
	color: #888fe6;
	background-image: none;
	background-color: transparent;
	border-color: #e5e7ff;
}

.btn-soft-primary {
	background-color: rgba(172, 196, 59, 0.2);
	color: #A6B172;
}

.btn-soft-primary:hover {
	background-color: #B8C47F;
	color: #fff;
}

.btn-soft-primary:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(182, 211, 118, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(182, 211, 118, 0.25);
	background-color: rgba(182, 211, 118, 0.8);
	color: #fff;
}

.btn-soft-secondary {
	background-color: rgba(154, 154, 154, 0.2);
	color: #9a9a9a;
	border: 1px solid #F6F6F6;
}

.btn-soft-secondary:hover {
	background-color: #6c757d;
	color: #fff;
	border: 1px solid #929292;
}

.btn-soft-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(154, 154, 154, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(154, 154, 154, 0.25);
	background-color: rgba(154, 154, 154, 0.8);
	color: #fff;
}

.btn-soft-success {
	background-color: rgba(10, 207, 151, 0.2);
	color: #0acf97;
}

.btn-soft-success:hover {
	background-color: #0acf97;
	color: #fff;
}

.btn-soft-success:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(10, 207, 151, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(10, 207, 151, 0.25);
	background-color: rgba(10, 207, 151, 0.8);
	color: #fff;
}

.btn-soft-warning {
	background-color: rgba(249, 188, 11, 0.2);
	color: #f9bc0b;
}

.btn-soft-warning:hover {
	background-color: #f9bc0b;
	color: #fff;
}

.btn-soft-warning:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(249, 188, 11, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(249, 188, 11, 0.25);
	background-color: rgba(249, 188, 11, 0.8);
	color: #fff;
}

.btn-soft-danger {
	background-color: rgba(241, 85, 108, 0.2);
	color: #f1556c;
}

.btn-soft-danger:hover {
	background-color: #f1556c;
	color: #fff;
}

.btn-soft-danger:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(241, 85, 108, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(241, 85, 108, 0.25);
	background-color: rgba(241, 85, 108, 0.8);
	color: #fff;
}

.btn-soft-info {
	background-color: rgba(45, 123, 244, 0.2);
	color: #2d7bf4;
}

.btn-soft-info:hover {
	background-color: #2d7bf4;
	color: #fff;
}

.btn-soft-info:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(45, 123, 244, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(45, 123, 244, 0.25);
	background-color: rgba(45, 123, 244, 0.8);
	color: #fff;
}

.btn-soft-dark {
	background-color: rgba(49, 58, 70, 0.2);
	color: #313a46;
}

.btn-soft-dark:hover {
	background-color: #313a46;
	color: #fff;
}

.btn-soft-dark:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(49, 58, 70, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(49, 58, 70, 0.25);
	background-color: rgba(49, 58, 70, 0.8);
	color: #fff;
}

.btn-soft-pink {
	background-color: rgba(255, 103, 155, 0.2);
	color: #ff679b;
}

.btn-soft-pink:hover {
	background-color: #ff679b;
	color: #fff;
}

.btn-soft-pink:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(255, 103, 155, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(255, 103, 155, 0.25);
	background-color: rgba(255, 103, 155, 0.8);
	color: #fff;
}

.btn-soft-purple {
	background-color: rgba(119, 126, 221, 0.2);
	color: #777edd;
}

.btn-soft-purple:hover {
	background-color: #777edd;
	color: #fff;
}

.btn-soft-purple:focus {
	-webkit-box-shadow: 0 0 0 0.1rem rgba(119, 126, 221, 0.25);
	box-shadow: 0 0 0 0.1rem rgba(119, 126, 221, 0.25);
	background-color: rgba(119, 126, 221, 0.8);
	color: #fff;
}

.btn-social-icon .btn {
	width: 36px;
	height: 36px;
	padding-left: 10px;
}

.btn-facebook {
	color: #fff !important;
	background-color: #3b5998;
}

.btn-twitter {
	color: #fff !important;
	background-color: #00aced;
}

.btn-linkedin {
	color: #fff !important;
	background-color: #007bb6;
}

.btn-dribbble {
	color: #fff !important;
	background-color: #ea4c89;
}

.btn-googleplus {
	color: #fff !important;
	background-color: #dd4b39;
}

.btn-instagram {
	color: #fff !important;
	background-color: #517fa4;
}

.btn-pinterest {
	color: #fff !important;
	background-color: #cb2027;
}

.btn-dropbox {
	color: #fff !important;
	background-color: #007ee5;
}

.btn-flickr {
	color: #fff !important;
	background-color: #ff0084;
}

.btn-tumblr {
	color: #fff !important;
	background-color: #32506d;
}

.btn-skype {
	color: #fff !important;
	background-color: #00aff0;
}

.btn-youtube {
	color: #fff !important;
	background-color: #b00;
}

.btn-github {
	color: #fff !important;
	background-color: #171515;
}

.alert .close {
	font-weight: 400;
	top: -1px;
}

.alert .alert-link {
	font-weight: 500;
}

.alert i {
	font-size: 18px;
}

.icon-alert .alert-dismissible .close {
	top: 3px !important;
}

.alert-primary {
	color: #9DB172;
	background-color: #e0f0f8;
	border-color: #d4eaf5;
}

.alert-primary .alert-link {
	color: #59acd7;
}

.alert-success {
	color: #0acf97;
	background-color: #e9fef8;
	border-color: #dbfdf3;
}

.alert-success .alert-link {
	color: #0be7a9;
}

.alert-danger {
	color: #f1556c;
	background-color: #fef0f2;
	border-color: #fde2e6;
}

.alert-danger .alert-link {
	color: #f36d80;
}

.alert-info {
	color: #2d7bf4;
	background-color: #e5effe;
	border-color: #d7e6fd;
}

.alert-info .alert-link {
	color: #458af5;
}

.alert-secondary {
	color: #9a9a9a;
	background-color: #eee;
	border-color: #e7e7e7;
}

.alert-secondary .alert-link {
	color: #a7a7a7;
}

.alert-dark {
	color: #9DB172;
	background-color: #8b9aae;
	border-color: #8292a8;
}

.alert-dark .alert-link {
	color: #3c4655;
}

.alert-warning {
	color: #f9bc0b;
	background-color: #fef7e1;
	border-color: #fef3d2;
}

.alert-warning .alert-link {
	color: #fac324;
}

.alert-light {
	color: #9a9a9a;
	background-color: #ebf2f8;
	border-color: #fff;
}

.card {
	margin-bottom: 30px;
	border: none;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06),
		0 1px 0 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	color: #636d73;
}

.dropdown-menu {
	padding: 4px 0;
	font-size: 14px;
	-webkit-box-shadow: 0 3px 12px rgba(206, 212, 218, 0.05);
	box-shadow: 0 3px 12px rgba(206, 212, 218, 0.05);
	border-color: #e9ecef;
	margin: 0;
}

.dropdown-menu .dropdown-item {
	padding: 6px 24px;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
	color: #313a46;
	text-decoration: none;
	background-color: #f7f7f7;
}

.dropdown-lg {
	width: 280px;
}

@media (max-width: 767px) {
	.dropdown-lg {
		width: 260px;
	}
}

.arrow-none:after {
	border: none;
	margin: 0;
	display: none;
}

.badge-icon i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #e9ecef;
	color: #9DB172;
	border-radius: 50%;
}

.badge-icon .icon-badge {
	display: inline-block;
	position: relative;
	border-radius: 50%;
	padding: 3px;
	width: 20px;
	border: 2px solid #fff;
	height: 20px;
	line-height: 11px;
	right: 22px;
	bottom: 14px;
}

.progress {
	background-color: #e9ecef;
	border-radius: 50px;
	height: 10px;
}

.progress-bar {
	background-color: #9DB172;
}

.progress-animated {
	width: 0;
	-webkit-animation: progress 3s ease-in-out forwards;
	animation: progress 3s ease-in-out forwards;
}

@-webkit-keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@-webkit-keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.progress-vertical,
.progress-vertical-bottom {
	min-height: 250px;
	height: 250px;
	width: 10px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}

.progress-vertical-bottom .progress-bar {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.bg-primary {
	background-color: #9DB172 !important;
}

.bg-primary-dark {
	background-color: #2779a2;
}

.bg-primary-light {
	background-color: #82c1e1;
}

.bg-soft-primary {
	background-color: rgba(68, 162, 210, 0.18) !important;
	color: #9DB172 !important;
}

.bg-success {
	background-color: #0acf97 !important;
}

.bg-success-dark {
	background-color: #068662;
}

.bg-success-light {
	background-color: #30f5bd;
}

.bg-soft-success {
	background-color: rgba(10, 207, 151, 0.18) !important;
	color: #0acf97 !important;
}

.bg-info {
	background-color: #2d7bf4 !important;
}

.bg-info-dark {
	background-color: #0b56ca;
}

.bg-info-light {
	background-color: #76a9f8;
}

.bg-soft-info {
	background-color: rgba(45, 123, 244, 0.18) !important;
	color: #2d7bf4 !important;
}

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

.bg-warning-dark {
	background-color: #b38604;
}

.bg-warning-light {
	background-color: #fbd156;
}

.bg-soft-warning {
	background-color: rgba(249, 188, 11, 0.18) !important;
	color: #f9bc0b !important;
}

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

.bg-danger-dark {
	background-color: #e71332;
}

.bg-danger-light {
	background-color: #f79ca9;
}

.bg-soft-danger {
	background-color: rgba(241, 85, 108, 0.18) !important;
	color: #f1556c !important;
}

.bg-purple {
	background-color: #777edd !important;
}

.bg-purple-dark {
	background-color: #3a44ce;
}

.bg-purple-light {
	background-color: #b4b8ec;
}

.bg-soft-purple {
	background-color: rgba(119, 126, 221, 0.18) !important;
	color: #777edd !important;
}

.bg-pink {
	background-color: #ff679b !important;
}

.bg-pink-dark {
	background-color: #ff1b69;
}

.bg-pink-light {
	background-color: #ffb4cd;
}

.bg-soft-pink {
	background-color: rgba(255, 103, 155, 0.18) !important;
	color: #ff679b !important;
}

.bg-dark {
	background-color: #313a46 !important;
}

.bg-dark-dark {
	background-color: #121519;
}

.bg-dark-light {
	background-color: #515f73;
}

.bg-soft-dark {
	background-color: rgba(49, 58, 70, 0.18) !important;
	color: #313a46 !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

.bg-secondary-dark {
	background-color: #747474;
}

.bg-secondary-light {
	background-color: silver;
}

.bg-soft-secondary {
	background-color: rgba(154, 154, 154, 0.18) !important;
	color: #9a9a9a !important;
}

.bg-muted {
	background-color: #dee2e6 !important;
}

.border-primary {
	border-color: #9DB172 !important;
}

.border-success {
	border-color: #0acf97 !important;
}

.border-info {
	border-color: #2d7bf4 !important;
}

.border-warning {
	border-color: #f9bc0b !important;
}

.border-danger {
	border-color: #f1556c !important;
}

.border-dark {
	border-color: #313a46 !important;
}

.border-pink {
	border-color: #ff679b !important;
}

.border-purple {
	border-color: #777edd !important;
}

.border-custom {
	border-color: #9DB172 !important;
}

.text-custom {
	color: #9DB172 !important;
}

.text-white {
	color: #fff !important;
}

.text-danger {
	color: #e97c8c !important;
}

.text-muted {
	color: #98a6ad !important;
}

.text-primary {
	color: #9DB172 !important;
}

.text-warning {
	color: #f9bc0b !important;
}

.text-success {
	color: #0acf97 !important;
}

.text-info {
	color: #2d7bf4 !important;
}

.text-pink {
	color: #ff679b !important;
}

.text-purple {
	color: #777edd !important;
}

.text-dark {
	color: #313a46 !important;
}

.text-highlite {
	color: #74BBAE;
}

.badge {
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06),
		0 1px 0 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	padding: 0.35em 1em;
	font-weight: 500;
	line-height: 10px;
}

.badge-custom {
	background: #9DB172;
	color: #fff;
}

.badge-primary {
	background-color: #9DB172;
}

.badge-secondary {
	background-color: #9a9a9a;
}

.badge-success {
	background-color: #bcd26e;
}

.badge-info {
	background-color: #2d7bf4;
}

.badge-warning {
	background-color: #f9bc0b;
	color: #fff;
}

.badge-danger {
	background-color: #f1556c;
}

.badge-purple {
	background-color: #777edd;
	color: #fff;
}

.badge-pink {
	background-color: #ff679b;
	color: #fff;
}

.badge-dark {
	background-color: #313a46;
}

.badge-soft-success {
	color: #0acf97;
	background-color: rgba(10, 207, 151, 0.2);
}

.badge-soft-primary {
	color: #9DB172;
	background-color: rgba(68, 162, 210, 0.2);
}

.badge-soft-danger {
	color: #f1556c;
	background-color: rgba(241, 85, 108, 0.2);
}

.badge-soft-info {
	color: #2d7bf4;
	background-color: rgba(45, 123, 244, 0.2);
}

.badge-soft-warning {
	color: #f9bc0b;
	background-color: rgba(249, 188, 11, 0.2);
}

.badge-soft-pink {
	color: #ff679b;
	background-color: rgba(255, 103, 155, 0.2);
}

.badge-soft-purple {
	color: #777edd;
	background-color: rgba(119, 126, 221, 0.2);
}

.badge-soft-dark {
	color: #313a46;
	background-color: rgba(49, 58, 70, 0.2);
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 0;
}

.breadcrumb a {
	color: #98a6ad;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #98a6ad;
	content: "\f105" !important;
	font-family: FontAwesome;
}

code {
	color: #9DB172;
}

.page-item.active .page-link,
.page-item.disabled .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #686868;
	border-color: #686868;
}

.pagination .page-link {
	color: #6c757d;
	background-color: #fff;
	border: 1px solid #ced4da;
}

.pagination .page-link:focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(68, 162, 210, 0.35);
	box-shadow: 0 0 0 0.15rem rgba(68, 162, 210, 0.35);
	background-color: rgba(68, 162, 210, 0.15);
}

.pagination .page-item.disabled .page-link {
	color: #adb5bd;
}

.custom-pagination .page-link {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding-left: 14px;
	line-height: 24px;
	color: #6c757d;
}

.custom-pagination .page-link:focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(68, 162, 210, 0.35);
	box-shadow: 0 0 0 0.15rem rgba(68, 162, 210, 0.35);
	background-color: rgba(68, 162, 210, 0.15);
}

.custom-pagination .active .page-link {
	background-color: rgba(68, 162, 210, 0.15);
	border: 1px solid rgba(68, 162, 210, 0.5);
	color: #9DB172;
	border-radius: 50%;
}

.custom-pagination2 span {
	color: #9DB172;
	background-color: rgba(68, 162, 210, 0.15);
	border: 1px solid rgba(68, 162, 210, 0.5);
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 8%;
}

@media (max-width: 620px) {
	.pagination-lg .page-link {
		padding: 0.25rem 0.5rem;
		font-size: 15px;
	}
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
	color: #313a46;
	font-weight: 400;
}

.nav-tabs-custom {
	border-bottom: 2px solid #f2f5ed;
}

.nav-tabs-custom .nav-item {
	position: relative;
}

.nav-tabs-custom .nav-item .nav-link {
	border: none !important;
	font-weight: 400;
}

.nav-tabs-custom>li>a {
	color: #313a46;
}

.nav-tabs-custom>li>a::after {
	content: "";
	background: #9DB172;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	-webkit-transition: all 250ms ease 0s;
	transition: all 250ms ease 0s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.nav-tabs-custom>li:hover>a::after,
.nav-tabs-custom>li>a.active::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.nav-tabs-custom>li>a.active {
	color: #9DB172 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: #9DB172;
}

.accordion {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion .btn:focus,
.accordion .card {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion .card-header {
	background-color: rgba(233, 236, 239, 0.5);
	border: 1px solid rgba(206, 212, 218, 0.5);
	padding: 0 12px;
}

.accordion .btn {
	margin-bottom: 0;
}

#accordionExample .card-header h5 button.collapsed::before {
	content: "\f067";
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#accordionExample .card-header h5 button::before {
	content: "\f068";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	left: 20px;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	color: #9DB172;
}

#accordionExample2 .card-header h5 button.collapsed::before {
	content: "\f107";
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#accordionExample2 .card-header h5 button::before {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	right: 25px;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #9DB172;
}

.tippy-tooltip .light-theme[data-animatefill] {
	background-color: transparent;
}

.light-theme {
	color: #495057;
	-webkit-box-shadow: 0 0 20px 4px #e9ecef, 0 4px 80px -8px #dee2e6,
		0 4px 4px -2px #e9ecef;
	box-shadow: 0 0 20px 4px #e9ecef, 0 4px 80px -8px #dee2e6,
		0 4px 4px -2px #e9ecef;
	background-color: #fff;
}

.light-theme .tippy-backdrop {
	background-color: #fff;
}

.light-theme .tippy-roundarrow {
	fill: #fff;
}

.gradient-theme {
	font-weight: 700;
}

.gradient-theme .tippy-backdrop {
	background: radial-gradient(circle at 67% 60%,
			#9DB172,
			#2d7bf4,
			#777edd,
			#f1556c);
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme .tippy-arrow {
	border-top: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme .tippy-arrow {
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme .tippy-arrow {
	border-left: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme .tippy-arrow {
	border-right: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.popover-header {
	margin-top: 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background-color: #9DB172;
	border-color: #9DB172;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: fade(#fff, 70%);
}

.date-range>input[type="text"],
.my-datepicker {
	background: url('../images/calendar.png') no-repeat right 10px center;
	background-size: 17px 16px;
	padding-right: 30px;
	cursor: pointer;
}

th {
	font-weight: 500;
}

.table-bordered thead {
	/* background-color: #F8F8FA; */
}

.table-bordered thead td,
.table-bordered thead th {
	font-weight: 500;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(248, 249, 250, 0.4);
}

.table {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
	border: 1px solid #F0F0F0;
	border-radius: 10px;
}

.table thead tr th {
	font-weight: 500;
	color: #777;
	background-color: #F8FAF8;
	font-size: 13px;
	padding: 10px 10px;
	vertical-align: middle;
	line-height: 15px;
}

.table thead tr th:before,
.table thead tr th:after {
	font-size: 10px;
}

.table tfoot tr th {
	font-weight: 500;
	color: #777;
	background-color: #f9f9f9;
	font-size: 13px;
	border-top: 1px solid #dee2e6;
}

.table tbody td {
	color: #757575;
	padding: 0.5rem 0.75rem;
	border-top: 1px solid #F0F0F0;
	vertical-align: middle;
	line-height: 17px;
}

.table thead tr th:first-child {
	border-top-left-radius: 10px;
}

.table thead tr th:last-child {
	border-top-right-radius: 10px;
}

.table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.table tfoot tr th:first-child {
	border-bottom-left-radius: 10px;
}

.table tfoot tr th:last-child {
	border-bottom-right-radius: 10px;
}

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

.table-dark thead tr th {
	background-color: #e7eff7;
	border-top-color: transparent;
}

.table-dark tbody>tr>td,
.table-dark th {
	color: #F8F8FA;
	background-color: #313a46;
}

.table-rep-plugin .btn-toolbar {
	display: block;
}

.table-rep-plugin .btn-default {
	border-color: rgba(68, 162, 210, 0.3);
	background-color: rgba(68, 162, 210, 0.2);
	color: #9DB172;
	margin-right: 5px;
}

.table-rep-plugin .btn-default:focus {
	color: #9DB172;
}

.table-rep-plugin .btn-default.btn-primary:active,
.table-rep-plugin .btn-default.btn-primary:focus,
.table-rep-plugin .btn-default.btn-primary:hover {
	border-color: rgba(68, 162, 210, 0.3) !important;
	background-color: rgba(68, 162, 210, 0.2) !important;
	color: #9DB172;
}

.table-rep-plugin tbody th {
	font-size: 14px;
	font-weight: 400;
}

table.focus-on tbody tr.focused td,
table.focus-on tbody tr.focused th,
table.focus-on tfoot tr.focused td,
table.focus-on tfoot tr.focused th {
	background-color: #9DB172;
	color: #fff;
	border-color: #9DB172;
}

.fixed-solution .sticky-table-header {
	top: 70px !important;
}

.irs-from,
.irs-single,
.irs-to {
	color: #fff;
	background: #9DB172;
	line-height: 13px;
	padding-top: 4px;
}

.irs-from:after,
.irs-single:after,
.irs-to:after {
	border-top-color: #9DB172;
}

.blockquote {
	padding: 10px 20px;
	margin-bottom: 20px;
	border-left: 4px solid #dee2e6;
}

.blockquote-reverse {
	border-left: 0;
	border-right: 4px solid #dee2e6;
	text-align: right;
}

.calendar {
	float: left;
	margin-bottom: 0;
}

.none-border .modal-footer {
	border-top: none;
}

.modal-footer>.btn {
	min-width: 100px;
	border-radius: 5px;
	transition: 0.5s;
}

.modal-footer>.btn:hover {
	transition: 0.5s;
}

.fc-toolbar h2 {
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
	z-index: 0;
}

.fc-day {
	background: #fff;
}

.fc-widget-header {
	background-color: #9DB172;
	color: #fff;
}

.fc-widget-content {
	border: 1px solid #ced4da;
}

.fc th.fc-widget-header {
	font-size: 15px;
	line-height: 20px;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 600;
}

.fc button {
	height: auto;
	padding: 6px 16px;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: rgba(68, 162, 210, 0.15);
}

.fc-button {
	background: #fff;
	border: 1px solid #adb5bd;
	color: #6c757d;
	font-family: inherit;
	text-transform: capitalize;
}

.fc-state-active,
.fc-state-down {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #9DB172;
	border-color: #9DB172;
	color: #fff;
	text-shadow: none;
}

.fc-text-arrow {
	font-family: arial;
	font-size: 16px;
}

.fc-state-hover {
	background: #adb5bd;
}

.fc-state-highlight {
	background: #dee2e6;
}

.fc-cell-overlay {
	background: #dee2e6;
}

.fc-unthemed .fc-today {
	background: rgba(231, 239, 247, 0.18) !important;
}

.fc-event {
	border-radius: 2px;
	border: none;
	cursor: move;
	font-size: 13px;
	margin: 5px;
	padding: 7px 5px;
	text-align: center;
	background-color: #9DB172;
}

.external-event {
	color: #fff;
	cursor: move;
	margin: 10px 0;
	padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
	padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
	padding-right: 5px;
}

.swal2-popup .swal2-title {
	font-size: 17px;
	font-weight: 400;
}

.swal2-popup .swal2-styled.swal2-confirm {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #9DB172;
	color: #fff;
	font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(68, 162, 210, 0.4);
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(68, 162, 210, 0.4);
}

.swal2-popup .swal2-styled.swal2-cancel {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #f1556c;
	color: #e9ecef;
	font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(241, 85, 108, 0.5);
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(241, 85, 108, 0.5);
}

.swal2-actions .btn-success,
.swal2-actions .btn-success:active,
.swal2-actions .btn-success:not(:disabled):not(.disabled):active {
	background-color: #9DB172;
	border: 1px solid #9DB172;
}

.swal2-actions .btn-success:focus {
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(68, 162, 210, 0.4);
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(68, 162, 210, 0.4);
}

.swal2-actions .btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #f1556c;
	border-color: #f1556c;
}

.swal2-actions .btn-danger:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(241, 85, 108, 0.5);
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(241, 85, 108, 0.5);
}

.swal2-actions .btn-danger {
	background-color: #f1556c;
	border: 1px solid #f1556c;
}

.swal2-actions .btn-danger:active {
	background-color: #f1556c;
	border: 1px solid #f1556c;
}

.swal2-actions .btn-danger:hover {
	background-color: #f1556c;
	border: 1px solid #f1556c;
}

.swal2-actions .btn-danger:focus {
	background-color: #f1556c;
	border: 1px solid #f1556c;
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(241, 85, 108, 0.5);
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(241, 85, 108, 0.5);
}

.dd-handle {
	height: 40px;
	padding: 10px;
	border: 1px solid #e9ecef;
	background-color: #F8F8FA;
	border-radius: 3px;
	font-weight: 400;
}

.dd-handle:hover {
	background-color: #F8F8FA;
	color: #9DB172;
}

.dd-item>button {
	height: 25px;
	margin: 8px 0 0;
	font-size: 18px;
}

#session-timeout-dialog .modal-header {
	display: inline-block;
}

#session-timeout-dialog .modal-header h4 {
	margin-top: 0;
}

.badge:empty {
	padding: 0;
}

.select2-dropdown {
	border: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #495057;
	line-height: 34px;
	font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
	right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #adb5bd transparent transparent transparent;
}

.select2-container--default .select2-selection--single:focus {
	outline: 0;
}

.select2-container--default .select2-selection--multiple {
	position: relative;
	padding-right: 25px;
	/* Space for arrow */
}

.select2-container--default .select2-selection--multiple::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	transform: translateY(-50%) rotate(45deg);
	/* Downward arrow */
	pointer-events: none;
	transition: transform 0.2s ease-in-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #343a40;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 7px;
	background-color: #e9ecef;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #adb5bd transparent;
}

.select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #dee2e6;
	color: #6c757d;
	height: 34px;
	outline: 0;
}

.select2-selection--multiple {
	height: auto !important;
}

.colorpicker-element .input-group-addon {
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	width: 36px;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.colorpicker-element .input-group-addon i {
	vertical-align: middle;
}

.bootstrap-touchspin .input-group-append,
.bootstrap-touchspin .input-group-prepend {
	height: 38px;
}

.bootstrap-touchspin .input-group-append button,
.bootstrap-touchspin .input-group-prepend button {
	height: 38px;
}

.bootstrap-touchspin .input-group-append span,
.bootstrap-touchspin .input-group-prepend span {
	padding: 14px;
}

input[switch] {
	display: none;
}

input[switch]+label {
	font-size: 1em;
	line-height: 1;
	width: 46px;
	height: 20px;
	background-color: #dee2e6;
	background-image: none;
	border-radius: 2rem;
	padding: 0.16667rem;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	position: relative;
	font-family: Rubik, sans-serif;
	font-weight: 500;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input[switch]+label:before {
	color: #313a46;
	content: attr(data-off-label);
	display: block;
	font-family: inherit;
	font-weight: 500;
	font-size: 12px;
	line-height: 21px;
	position: absolute;
	right: 1px;
	margin: 3px;
	top: 0;
	text-align: center;
	min-width: 1.66667rem;
	overflow: hidden;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input[switch]+label:after {
	content: "";
	position: absolute;
	left: 3px;
	background-color: #F8F8FA;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2rem;
	height: 16px;
	width: 20px;
	top: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input[switch]:checked+label {
	background-color: #9DB172;
}

input[switch]:checked+label:before {
	color: #fff;
	content: attr(data-on-label);
	right: auto;
	left: 3px;
}

input[switch]:checked+label:after {
	left: 22px;
	background-color: #F8F8FA;
}

input[switch="bool"]+label {
	background-color: #f1556c;
}

input[switch="bool"]+label:before,
input[switch="bool"]:checked+label:before,
input[switch="default"]:checked+label:before {
	color: #fff;
}

input[switch="bool"]:checked+label {
	background-color: #0acf97;
}

input[switch="default"]:checked+label {
	background-color: #ced4da;
}

input[switch="primary"]:checked+label {
	background-color: #9DB172;
}

input[switch="success"]:checked+label {
	background-color: #0acf97;
}

input[switch="info"]:checked+label {
	background-color: #2d7bf4;
}

input[switch="warning"]:checked+label {
	background-color: #f9bc0b;
}

input[switch="danger"]:checked+label {
	background-color: #f1556c;
}

input[switch="dark"]:checked+label {
	background-color: #313a46;
}

input[switch="pink"]:checked+label {
	background-color: #ff679b;
}

input[switch="purple"]:checked+label {
	background-color: #777edd;
}

.error {
	color: #f1556c;
}

.parsley-error {
	border-color: #f1556c;
}

.parsley-errors-list {
	display: none;
	margin: 0;
	padding: 0;
}

.parsley-errors-list.filled {
	display: block;
}

.parsley-errors-list>li {
	font-size: 12px;
	list-style: none;
	color: #f1556c;
	margin-top: 5px;
}

.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	line-height: 26px;
}

.custom-file-label::after,
.was-validated .custom-file-input:invalid~.custom-file-label::after {
	line-height: 26px;
}

.form-wizard-wrapper label {
	font-size: 13px;
	text-align: right;
}

.wizard>.steps a,
.wizard>.steps a:active,
.wizard>.steps a:hover {
	margin: 3px;
	padding: 15px;
}

.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
	background-color: #9DB172;
	color: #fff;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:active,
.wizard>.steps .disabled a:hover,
.wizard>.steps .done a,
.wizard>.steps .done a:active,
.wizard>.steps .done a:hover {
	background-color: #bfdff0;
	color: #9DB172;
}

.wizard>.steps .current a .number,
.wizard>.steps .current a:active .number,
.wizard>.steps .current a:hover .number {
	border: 2px solid #fff;
}

.wizard>.steps .disabled a .number,
.wizard>.steps .disabled a:active .number,
.wizard>.steps .disabled a:hover .number,
.wizard>.steps .done a .number,
.wizard>.steps .done a:active .number,
.wizard>.steps .done a:hover .number {
	border-color: #9DB172;
}

.wizard>.content {
	background-color: transparent;
	margin: 0 5px;
	border-radius: 0;
	min-height: 150px;
}

#form-horizontal fieldset {
	margin-top: 20px;
}

.wizard>.content>.body {
	width: 100%;
	height: 100%;
	padding: 15px 0 0;
	position: static;
}

.wizard>.steps .number {
	font-size: 16px;
	padding: 5px;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 38px;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	margin-right: 10px;
	background-color: rgba(68, 162, 210, 0.25);
}

.wizard.vertical>.actions,
.wizard>.actions {
	margin-top: 20px;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover {
	opacity: 0.65;
	background-color: #9DB172;
	color: #fff;
	cursor: not-allowed;
}

.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover {
	background-color: #9DB172;
	border-radius: 4px;
	padding: 8px 15px;
}

@media (max-width: 768px) {
	.wizard>.steps>ul>li {
		width: 50%;
	}

	.form-wizard-wrapper label {
		text-align: left;
	}
}

@media (max-width: 520px) {
	.wizard>.steps>ul>li {
		width: 100%;
	}
}

.mce-panel {
	border-color: #dee2e6 !important;
}

.mce-tinymce {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mce-flow-layout {
	background-color: #F8F8FA !important;
}

.mce-btn {
	background: 0 0 !important;
}

.dropzone {
	min-height: 230px;
	border: 2px dashed #adb5bd;
	background: #F8F8FA;
	border-radius: 6px;
}

.dropzone .dz-message {
	font-size: 26px;
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #fff !important;
	padding: 5px 10px !important;
	border-radius: 3px;
	border-color: #fff !important;
	-webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05),
		0 6px 20px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05),
		0 6px 20px 0 rgba(0, 0, 0, 0.02);
}

.jqsfield {
	font-size: 12px !important;
	line-height: 18px !important;
	color: #313a46 !important;
}

.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.chart.chart-widget-pie {
	margin-top: 5px;
	margin-bottom: 5px;
}

.percent {
	display: inline-block;
	line-height: 110px;
	z-index: 2;
}

.percent:after {
	content: "%";
	margin-left: 0.1em;
	font-size: 0.8em;
}

.morris-chart text {
	font-family: Rubik, sans-serif !important;
}

.morris-hover.morris-default-style {
	border-radius: 5px;
	padding: 10px 12px;
	background: #fff;
	border: none;
	font-family: Rubik, sans-serif;
	-webkit-box-shadow: 0 5px 25px 5px rgba(49, 58, 70, 0.14);
	box-shadow: 0 5px 25px 5px rgba(49, 58, 70, 0.14);
}

.morris-hover.morris-default-style .morris-hover-point {
	line-height: 20px;
	padding: 0px 25px;
}

.morris-hover.morris-default-style .morris-hover-row-label {
	background-color: #e4e4e4;
	color: #787874;
	padding: 4px 20px;
	border-radius: 5px 5px 0 0;
	margin: -10px -12px 10px;
}

#flotTip {
	padding: 8px 12px;
	background-color: #fff;
	z-index: 100;
	color: #313a46;
	-webkit-box-shadow: 0 5px 25px 5px rgba(49, 58, 70, 0.14);
	box-shadow: 0 5px 25px 5px rgba(49, 58, 70, 0.14);
	border-radius: 1px;
}

.ct-golden-section:before {
	float: none;
}

.ct-chart {
	height: 300px;
}

.ct-grid {
	stroke: rgba(49, 58, 70, 0.09);
	stroke-width: 2px;
	stroke-dasharray: 3px;
}

.ct-chart .ct-label {
	fill: #98a6ad;
	color: #98a6ad;
	font-size: 14px;
	line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
	color: #fff;
	fill: #fff;
	font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point {
	stroke: #9DB172;
}

.ct-chart .ct-series.ct-series-a .ct-slice-donut,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point {
	stroke: #0acf97;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
	stroke: #ced4da;
}

.ct-chart .ct-series.ct-series-c .ct-slice-donut {
	stroke: #2d7bf4;
}

.ct-chart .ct-series.ct-series-b .ct-slice-donut,
.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point {
	stroke: #f1556c;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
	stroke: #ff679b;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
	stroke: #777edd;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
	stroke: #ed2643;
}

.ct-chart .ct-series.ct-series-c .ct-bar {
	stroke: #f9b3bd;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
	fill: #0acf97;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
	fill: #f1556c;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
	fill: #dee2e6;
}

.chartist-tooltip {
	position: absolute;
	display: inline-block;
	opacity: 0;
	min-width: 10px;
	padding: 2px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-clip: padding-box;
	background: #313a46;
	color: #fff;
	text-align: center;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.chartist-tooltip.tooltip-show {
	opacity: 1;
}

.icon-demo-content {
	color: #98a6ad;
}

.icon-demo-content i {
	font-size: 22px;
	margin-right: 5px;
	vertical-align: middle;
	width: 30px;
	display: inline-block;
}

.icon-demo-content .col-sm-6 {
	margin-bottom: 30px;
	cursor: pointer;
}

.icon-demo-content .col-sm-6:hover i {
	color: #9DB172;
}

.button-items,
.button-list,
.tooltip-btn {
	margin-bottom: -8px;
}

.button-items .btn,
.button-list .btn,
.tooltip-btn .btn {
	margin-bottom: 8px;
}

.tour-backdrop {
	position: absolute;
	z-index: 800;
	background-color: #313a46;
	opacity: 0.5;
}

.tour-tour .popover-title {
	color: #313a46;
	font-size: 18px;
	padding: 10px;
}

.popover-content {
	padding: 10px 14px;
}

.tour-active {
	opacity: 1 !important;
}

.popover.left>.arrow {
	border-left-color: #fff;
}

.popover.right>.arrow {
	border-right-color: #fff;
}

.jstree-open>.jstree-anchor>.fa-folder:before {
	margin-left: 2px;
	content: "\f07c";
}

.fa-folder:before {
	content: "\f07b";
}

.jstree-anchor>.jstree-themeicon {
	margin-right: 6px;
}

.jstree-default .jstree-anchor {
	line-height: 24px;
	height: 32px;
}

.pricingTable {
	text-align: center;
	margin: 16px 0;
}

.pricingTable .title {
	font-weight: 500;
	text-transform: uppercase;
}

.pricingTable .pricing-icon i {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 70px;
	font-size: 28px;
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px 0.15px #e9ecef;
	box-shadow: 0 0 5px 0.15px #e9ecef;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.pricingTable .amount {
	display: block;
	font-size: 36px;
	font-weight: 500;
	color: #495057;
	padding: 12px 0 6px;
	margin: 0;
}

.pricingTable .pricing-content {
	padding: 0;
}

.pricingTable .pricing-content li {
	color: #495057;
	line-height: 40px;
}

#accordionExample-faq .btn {
	white-space: normal;
}

#accordionExample-faq .card {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#accordionExample-faq .card .card-header h5 button.collapsed::before {
	content: "\f107";
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	font-size: 18px;
}

#accordionExample-faq .card .card-header {
	padding: 4px 12px 0 0;
}

#accordionExample-faq .card .card-header h5 button::before {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	top: 14px;
	right: 25px;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #9DB172;
	font-size: 18px;
}

#accordionExample-faq .card .card-body {
	background-color: #fefefe;
	border: 1px solid #e9ecef;
}

@media (max-width: 1024px) {
	.mo-b-15 {
		margin-bottom: 15px;
	}
}

.cd-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}

.cd-container::after {
	content: "";
	display: table;
	clear: both;
}

#cd-timeline {
	margin-bottom: 2em;
	margin-top: 1em;
	padding: 2em 0;
	position: relative;
}

#cd-timeline::before {
	border-left: 3px solid #f1f7db;
	content: "";
	height: 100%;
	left: 18px;
	position: absolute;
	top: 0;
	width: 3px;
}

@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-bottom: 3em;
		margin-top: 1em;
	}

	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.cd-timeline-block {
	margin: 2em 0;
	position: relative;
}

.cd-timeline-block:after {
	clear: both;
	content: "";
	display: table;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 4em 0;
	}

	.cd-timeline-block:first-child {
		margin-top: 0;
	}

	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	background-color: #9DB172;
	border: 5px solid #fff;
}

.cd-timeline-img i {
	margin-left: 1px;
}

.rough_lot_number_timeline,
.polished_lot_number_timeline,
.rough_to_polished_summary {
	color: #7c83de !important;
	cursor: pointer;
	display: inline-block;
	transition: 200ms;
}

.rough_lot_number_timeline:hover,
.polished_lot_number_timeline:hover,
.rough_to_polished_summary:hover {
	scale: calc(1.2);
	transition: 200ms;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		width: 50px;
		height: 50px;
		line-height: 40px;
		left: 50%;
		margin-left: -24px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}

.cd-timeline-content {
	border-radius: 20px;
	border: 1px solid #e0ecc6;
	margin-left: 60px;
	padding: 1em;
	position: relative;
	background-color: rgba(255, 255, 247, 0.2);
}

.cd-timeline-content:after {
	clear: both;
	content: "";
	display: table;
}

.cd-timeline-content p {
	color: #6c757d;
	margin: 0;
}

.cd-timeline-content h2 {
	margin-top: 0;
}

.cd-timeline-content .cd-read-more {
	background: #9DB172;
	border-radius: 0.25em;
	color: #fff;
	float: right;
	font-size: 14px;
	padding: 0.8em 1em;
}

.cd-timeline-content .cd-date {
	display: inline-block;
	font-size: 14px;
}

.cd-timeline-content .left-number {
	font-size: 36px;
	font-weight: 300;
	color: #6c757d;
}

.cd-timeline-content h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	background-color: #f9fcfe;
	border-radius: 5px;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #adb5bd;
}

.cd-timeline-content .cd-date {
	float: left;
	padding: 0.8em 0;
	opacity: 0.7;
}

.cd-timeline-content::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 12px solid transparent;
	border-right: 12px solid #e0ecc6;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1em 1.5em;
		width: 45%;
	}

	.cd-timeline-content::before {
		top: 12px;
		left: 100%;
		border-color: transparent;
		border-left-color: #e0ecc6;
	}

	.cd-timeline-content .cd-read-more {
		float: left;
	}

	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 12px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #e0ecc6;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}

	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}

@media only screen and (min-width: 1170px) {
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}

@media print {

	.breadcrumb,
	.footer,
	.logo,
	.page-title {
		display: none;
		margin: 0;
		padding: 0;
	}

	.left {
		display: none;
	}

	.content,
	.page-content-wrapper,
	.page-wrapper {
		margin-top: 0;
		padding-top: 0;
	}

	.content-page {
		margin-left: 0;
		margin-top: 0;
	}

	.footer,
	.left-sidenav,
	.topbar {
		display: none;
		margin: 0;
		padding: 0;
	}

	.content-page>.content {
		margin: 0;
	}
}

.profile .online-circle {
	position: absolute;
	right: 0;
	top: 116px;
	left: 70px;
}

.profile ul li a span {
	border: 1px dotted #0acf97;
	border-radius: 50%;
	background-color: rgba(10, 207, 151, 0.15);
	display: inline-block;
	color: #0acf97;
	line-height: 36px;
}

.language-skill li {
	margin-bottom: 5px;
	border: 1px solid rgba(10, 207, 151, 0.15);
	border-radius: 5px;
	padding: 0 8px;
	background-color: rgba(10, 207, 151, 0.15);
	color: #0acf97;
	font-size: 13px;
}

.peity-data {
	position: absolute;
	top: 35px;
	right: 35px;
}

.activity {
	position: relative;
	border-left: 1px solid #F8F8FA;
	margin-left: 16px;
}

.activity .item-info {
	margin-left: 30px;
	margin-bottom: 23px;
}

.activity .item-info h5 {
	font-weight: 400;
}

.activity .img-activity,
.activity i {
	border: 1px solid #F8F8FA;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	position: absolute;
	left: -18px;
	color: #9DB172;
	background-color: #F8F8FA;
	font-size: 20px;
	margin-top: 6px;
	-webkit-box-shadow: 0 0 0 0.5px #F8F8FA;
	box-shadow: 0 0 0 0.5px #F8F8FA;
}

.custom-tab.tab-profile .nav-tabs .nav-link {
	padding: 8px 14px;
}

.custom-tab.tab-profile .nav-link.active {
	background-color: transparent;
}

#settings .dropify-wrapper {
	width: 14%;
	height: 164px;
	margin-bottom: 30px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

@media (max-width: 767px) {
	#settings .dropify-wrapper {
		width: auto;
	}

	.profile #lineChart {
		height: auto !important;
	}
}

.accountbg {
	background: url(../images/bg-1.jpg);
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 100%;
	top: 0;
	-webkit-box-shadow: inset 0 0 0 2000px rgba(33, 37, 41, 0.9);
	box-shadow: inset 0 0 0 2000px rgba(33, 37, 41, 0.9);
}

.accountbg .account-title {
	width: 470px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.accountbg .account-title h1 {
	font-size: 40px;
}

.error-content h1 {
	font-size: 98px;
	font-weight: 700;
	line-height: 150px;
	text-shadow: #fff 1px 1px, #9DB172 2px 2px, #9DB172 3px 3px;
}

.icon-info i {
	font-size: 36px;
}

.live-tile {
	width: 100%;
	height: 120px;
	border: 2px solid rgba(231, 239, 247, 0.12);
	border-radius: 5px;
	background-color: rgba(231, 239, 247, 0.12);
}

.todo-list .todo-box i {
	position: absolute;
	right: 20px;
	z-index: 10;
	font-size: 18px;
	margin-top: 6px;
	color: #adb5bd;
}

.todo-list .todo-box .todo-task {
	padding: 4px 0;
}

.todo-list .todo-box .todo-task label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.todo-list .todo-box .todo-task .ckbox {
	font-weight: 400;
	position: relative;
	display: block;
	line-height: 24px;
}

.todo-list .todo-box .todo-task .ckbox span {
	padding-left: 16px;
}

.todo-list .todo-box .todo-task .ckbox span:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px solid #dee2e6;
	top: 2px;
	left: 0;
	border-radius: 5px;
	position: absolute;
}

.todo-list .todo-box .todo-task .ckbox span:after {
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\F12C";
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: 14px;
	text-align: center;
	color: #6c757d;
	background-color: transparent;
	line-height: 20px;
	display: none;
	border-radius: 5px;
	position: absolute;
}

.todo-list .todo-box .todo-task .ckbox input[type="checkbox"] {
	opacity: 0;
	margin: 0 5px 0 0;
}

.todo-list .todo-box .todo-task .ckbox input[type="checkbox"]:checked+span:after {
	display: block;
}

.todo-list .todo-box .todo-task input:checked+span {
	text-decoration: line-through;
}

.todo-list .form-control {
	color: #313a46;
	background: #dee2e6;
	border: 1px solid transparent;
}

.todo-list .form-control:focus {
	border-color: transparent;
	background: #dee2e6;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
	display: none;
}

#animating-donut {
	-webkit-filter: drop-shadow(0 2px 1px #dee2e6);
	filter: drop-shadow(0 2px 1px #dee2e6);
}

.income h1 {
	font-weight: 300;
}

.overview-content i {
	width: 44px;
	height: 44px;
	line-height: 42px;
	display: inline-block;
	text-align: center;
	border: 2px solid;
	border-radius: 50%;
	font-size: 20px;
}

@media (max-width: 1366px) {
	.overview .overview-content i {
		width: 36px;
		height: 36px;
		line-height: 34px;
		font-size: 16px;
	}

	.overview h4 {
		font-size: 18px !important;
	}

	.task-badge {
		display: none;
	}

	.income h1 {
		font-size: 30px;
	}
}

.project-budget-chart {
	height: 328px;
}

.project-budget-detail-chart {
	height: 270px;
}

.workloed-chart {
	height: 278px;
}

.overview-chart {
	height: 333px;
}

.summary-chart {
	height: 230px;
}

.dashboard-map {
	height: 290px;
}

.bankLogo img {
	max-width: 200px;
}

.bankDetails h2 {
	font-weight: 300;
	font-size: 20px;
	margin: 0 0 5px 0;
	letter-spacing: 3px;
	line-height: 25px;
}

.bankDetails h5 {
	font-size: 17px;
	font-weight: 300;
}

.bankDetails span {
	font-size: 24px;
	margin: 10px 0 0 0;
	display: block;
}

.bankDetails .current_balance {
	word-break: break-all;
}

.employeeList table tbody tr td img {
	width: 55px;
	height: 60px;
	border-radius: 10px;
}

.employeeList table tbody tr td .actionbtn {
	min-width: 105px;
	padding: 3px;
}

.profile_picture img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 4px solid #63a0e1;
	margin-top: 10px;
}

.profile_details h5 {
	margin-top: 0px;
	font-weight: 400;
	font-size: 17px;
}

.salary-tabs li a {
	font-size: 17px;
	color: #939393 !important;
}

.salary-tabs li a.active {
	background-color: #f2f5ed !important;
}

.employeeOutstanding {
	color: #f1556c;
}

/* .select_employee .select--custom {
	height: 76px;
	padding: 0 30px 0 10px;
	border: none;
	border-bottom: 2px solid #c7db9c;
}

.select_employee .select--custom>.custom__rendered {
	line-height: 30px;
	font-size: 20px;
	padding: 0px;
	word-break: break-all;
	display: initial;

}

.select_employee .select--custom>.select2-selection__arrow {
	top: 22px;
} */

.salary_pay_block label {
	margin-bottom: 0;
}

.bank_statement {
	font-size: 15px;
}

.bank_statement tbody tr td:first-child {
	text-align: center;
}

.bank_statement tbody tr td:nth-child(2) {
	text-align: center;
}

.bank_statement tbody tr td:nth-child(4) {
	color: #85c778;
}

.bank_statement tbody tr td:last-child {
	color: #eb8c8c;
}

.statement_bank_details label {
	margin-bottom: 0;
	color: #b3b3b3;
	font-size: 14px;
	font-weight: 400;
}

.statement_bank_details h4 {
	margin-top: 0;
	font-weight: 400;
	font-size: 22px;
	color: #636363;
	letter-spacing: 1px;
}

.statement_search_filter label {
	margin-bottom: 0;
}

.edit-client h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #636d73;
}

.edit-broker h5 {
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	color: #636d73;
}

.purchase-items-block {
	/* padding: 5px 15px 15px 15px; */
	margin: 20px 0 0 0;
	/* border-radius: 10px; */
	/* box-shadow: 0px 0px 11px 0px #dfe1ff; */
}

.purchase-product-details {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 1px 5px 1px;
	box-shadow: 0px 0px 6px 0px #dfe1ff;
	margin: 0 0 10px 0;
	border-radius: 10px;
}

.purchase-product-details>.form-group {
	width: 120px;
	margin: auto;
	/* margin-right: 20px; */
	text-align: center;
}

.purchase-product-details>.form-group>.form-control {
	text-align: center;
}

.delete-purchase-item>i {
	font-size: 22px;
	margin: 20px 10px 2px 10px;
	vertical-align: middle;
	width: 22px;
	display: inline-block;
	color: #999999;
	cursor: pointer;
}

.sell-items-block {
	/* padding: 5px 15px 15px 15px; */
	margin: 20px 0 0 0;
	/* border-radius: 10px; */
	/* box-shadow: 0px 0px 11px 0px #dfe1ff; */
}

.sell-product-details {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 1px 5px 1px;
	box-shadow: 0px 0px 6px 0px #dfe1ff;
	margin: 0 0 10px 0;
	border-radius: 10px;
}

.sell-product-details>.form-group {
	width: 120px;
	margin: auto;
	/* margin-right: 20px; */
	text-align: center;
}

.sell-product-details>.form-group>.form-control {
	text-align: center;
}

.delete-sell-item>i {
	font-size: 22px;
	margin: 20px 10px 2px 10px;
	vertical-align: middle;
	width: 22px;
	display: inline-block;
	color: #999999;
	cursor: pointer;
}

.product-assort-details {
	border-bottom: 1px solid #f3f3f3;
	padding: 5px 0 5px 0;
	box-shadow: 0px 0px 6px 0px #dfe1ff;
	margin: 0 0 10px 0;
	border-radius: 10px;
}

.product-assort-details>.form-group {
	width: 126px;
	margin: auto;
	/* margin-right: 20px; */
	text-align: center;
}

.product-assort-details>.form-group>.form-control {
	text-align: center;
}

.access-permission-block {
	border-bottom: 1px solid whitesmoke;
	border-radius: 10px;
	padding-bottom: 15px;
}

.payment-record-details-section {
	min-height: 370px;
}

.diamond-category-tab {
	display: flex;
	flex-direction: column;
}

.diamond-category {
	padding: 12px 16px;
	margin: 2px 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: sans-serif;
	font-size: 15px;
	transform: scale(0.95);
}

.diamond-category:hover {
	transform: scale(1);
}

.diamond-category.active {
	background: #ffffff;
	color: #636d73;
	box-shadow: 0 0 12px -3px rgb(198, 208, 178);
	transform: scale(1);
}

.diamond-category-arrow-sign {
	display: none;
}

.diamond-category.active>.diamond-category-arrow-sign {
	display: block;
	transform: scale(1.4);
}

.diamond-categoryWise-content {
	border-radius: 8px;
	background: #fff;
	display: none;
}

.diamond-categoryWise-content.active {
	display: block;
}

.diamond-category-arrow-sign {
	float: right;
}

.search-filter-title {
	position: relative;
	cursor: pointer;
}

.search-filter-title span {
	font-size: 15px;
}

.search-filter-title::after {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 17px;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.search-filter-title.collapsed::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search-filter-fields {
	border-top: 1px solid #F3F3F3;
	padding: 10px 15px 0px;
	margin-top: 15px;
}

.taxInvoice {
	width: 1040px;
	margin: auto;
}

.tax-invoice-signature-box {
	width: 250px;
	height: 150px;
	border-bottom: 1px solid #d4d4d4;
}

.user-menu-list {
	list-style-type: none;
	padding-left: 5px;
}

.user-menu-list>li {
	border-bottom: 1px solid #f1f1f1;
	padding: 5px 0;
}

.user-menu-child {
	display: none;
	list-style-type: none;
	padding-left: 25px;
}