body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #323232;
	text-align: left;
	letter-spacing: .2px;
	font-family: 'Nunito', sans-serif;
	background-color: #f3f5f7;
}
.wrapper {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
/** == Navbar Css Start ==**/
.header-nav .nav-item .nav-link {
	font-size: 14px;
	color: #fff;
	padding: 24.5px 11px;
}
.header-nav .nav-item .nav-item .nav-link {
	color: #323232;
	padding: 12px 12px;
	font-size: 14px;
}
.header-nav .nav-item .nav-link:hover {
	background: #fff;
	color: rgba(27,138,242,1) !important;
}
.header-nav .nav-item.user-menu .users-hover:hover {
	background: none !important;
}
.header-nav .user-menu .dropdown-menu .nav-item.CurrentActive .nav-link i {
	color: #fff !important;
}
.header-nav .user-menu .dropdown-menu .nav-item.submenu-tag.CurrentActive .nav-link i {
	color: #000 !important;
}
.header-nav .user-menu .dropdown-menu .nav-item.submenu-tag.CurrentActive .nav-link.active i {
	color: #fff !important;
}
.header-nav .nav-item.submenu:hover, .header-nav .nav-item.submenu:hover .dropdown-toggle {
	background: #f3f5f8;
	color: rgba(27,138,242,1) !important;
}
.header-nav .nav-item.submenu .dropdown-menu.right-auto {
	left: 0 !important;
	right: auto;
}
.header-nav .nav-item .nav-item .nav-link.active {
	background: rgba(27,138,242,1);
	background: -moz-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,138,242,1)), color-stop(100%, rgba(49,107,231,1)));
	background: -webkit-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
	background: -o-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
	background: -ms-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
	background: linear-gradient(to right, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8af2', endColorstr='#316be7', GradientType=1 );
	color: #fff !important;
}
.header-nav .nav-item.submenu .dropdown-toggle.active, .header-nav .nav-item.submenu .dropdown-toggle.active:hover {
	background: #3a7bff;
	color: rgb(255, 255, 255) !important;
}
.header-nav .nav-item.submenu .dropdown-menu .nav-item .nav-link.active i {
	color: #fff;
}
.header-nav .nav-item.submenu .dropdown-menu .nav-item {
	width: 50%;
}
.navbar-toggler { 
	padding: 0px;
}
.navbar-toggler-icon {
	display: block;
	width: 32px;
	height: 3px;
	vertical-align: middle;
	content: "";
	background: #000;
	background-size: 100% 100%;
	margin: 4px 0;
}
/*-- MIn Users DropDowm --*/
.header-nav .user-img {
	width: 35px;
	height: 35px;
	min-width: 35px;
}
.header-nav .user-menu {
	max-width: 178px;
	padding-right: 15px
}
.header-nav .user-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header-nav .user-menu .dropdown-menu {
	left: auto;
	right: 0px;
}
.header-nav .user-menu .dropdown-menu {
	left: auto;
	min-width: 15rem;
	top: 50px;
	border-radius: 0px;
	border: none;
	padding: 0px;
}
.header-nav .user-menu .dropdown-toggle::after {
	display: none;
}
.header-nav .user-menu .dropdown-toggle::before {
	content: "\e917";
	display: block;
	position: absolute;
	right: 0px;
	font-family: 'custom-font' !important;
	font-size: 12px;
	color: #35393d;
}
.header-nav .user-menu .dropdown-menu a i, .header-nav .nav-item.submenu .dropdown-menu .nav-item i {
	margin-right: 10px;
	color: #323232;
	font-size: 20px;
	vertical-align: middle;
}
.header-nav .input-group-text {
	background: none;
	border-radius: 0px;
}
.header-nav .user-menu .dropdown-menu::after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 13px solid white;
	position: absolute;
	top: -13px;
	right: 15px;
	content: "";
}
.app_icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
}
.navbar-nav .user-menu .dropdown-menu {
	position: absolute;
	float: none;
}
.submenu-tag .collapsed.arrow-right::before {
	content: "\e934";
	display: block;
	position: absolute;
	right: 15px;
	font-family: 'custom-font' !important;
	font-size: 14px;
}
.submenu-tag .arrow-right {
	position: relative;
}
.submenu-tag .arrow-right::before {
	content: "\e917";
	display: block;
	position: absolute;
	right: 15px;
	font-family: 'custom-font' !important;
	font-size: 14px;
}

/*-- MIn Users DropDowm /--*/

@media (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		/*padding: 24.5px 15px;*/
	}
}

@media (min-width: 992px) {
	.header-nav .nav-item.submenu:hover .dropdown-menu, .header-nav .nav-item.submenu .dropdown-menu.show {
		width: 480px !important;
		min-width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		left: auto;
		right: 0;
		margin: 0px;
		padding: 0px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border: unset;
	}
}
@media (max-width:575px) {
	.header-nav .user-menu {
		max-width: 135px;
	}
}
/** == Navbar Css /==**/

.content-middle-class {
	width: 100%;
	min-height: 94vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.content-middle {
	padding-top: 70px;
	display: flex;
	flex-wrap: wrap;
	height: calc(100% - 55px);
}
.tile-progress {
	background-color: #303641;
	color: #fff;
	height: 100%;
}
.tile-progress {
	background: #00a65b;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tile-progress .tile-header {
	padding: 15px 20px;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.tile-progress .tile-progressbar {
	height: 2px;
	background: rgba(0,0,0,0.18);
	margin: 0;
}
.tile-progress .tile-progressbar span {
	background: #fff;
}
.tile-progress .tile-progressbar span {
	display: block;
	background: #fff;
	width: 0;
	height: 100%;
	-webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.tile-progress .tile-footer {
	padding: 20px;
	text-align: right;
	background: rgba(0,0,0,0.1);
	-webkit-border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 3px 3px;
	-moz-background-clip: padding;
	border-radius: 0 0 3px 3px;
	background-clip: padding-box;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.tile-progress {
	background-color: #303641;
	color: #fff;
}
.tile-progress.tile-skyblue {
	background: #f57455;
}
.tile-footer.tile-dark-skyblue {
	background: #ed573f;
}
.tile-progress.title-skygreen {
	background-color: #a0ce6b;
}
.tile-footer.title-dark-skygreen {
	background: #84b540;
}
.tile-progress.tile-blue {
	background-color: #ffce55;
}
.tile-footer.tile-dark-blue {
	background-color: #f7bb41;
}
.tile-progress.tile-pink {
	background-color: #ea7782;
}
.tile-footer.tile-dark-pink {
	background-color: #e45e71;
}
.tile-progress.tile-light-green {
	background-color: #4cc1ed;
}
.tile-footer.tile-dark-light-green {
	background-color: #2baad3;
}
.tile-progress.tile-danger {
	background-color: #f79c81;
}
.tile-footer.tile-dark-danger {
	background-color: #ef725c;
}
.tile-progress.tile-green {
	background-color: #a591c6;
}
.tile-footer.tile-dark-green {
	background-color: #907cb9;
}
.tile-progress.tile-danger-light {
	background-color: #5cc3a8;
}
.tile-footer.tile-dark-danger-light {
	background-color: #2bab8a;
}
.tile-progress.tile-yellow {
	background-color: #47c3c1;
}
.tile-footer.tile-dark-yellow {
	background-color: #32a6a6;
}
.tile-progress.tile-green4 {
	background-color: #d4b64a;
}
.tile-footer.tile-dark-green4 {
	background-color: #c5a52d;
}
.tile-progress.tile-pink-light {
	background-color: #e987b6;
}
.tile-footer.tile-dark-pink-light {
	background-color: #d870ad;
}
.tile-progress.tile-dark-blue {
	background-color: #6697cf;
}
.tile-footer.tile-dark-dark-blue {
	background-color: #4c7fb6;
}
.decrease-text {
	min-height: 24px;
}
.small-icons i {
	font-size: 90px;
	position: absolute;
	right: -15px;
	transform: rotate(-30deg);
	bottom: -15px;
	opacity: 0.5;
}
.table {
	border: 1px solid #dcdbdc;
}
.table .thead-blue tr th {
	background: #f2f5f9;
	color: #35393d;
	text-align: center;
	border-bottom: 1px;
}
.table tbody tr td {
	border-right: 1px solid #dcdbdc;
	vertical-align: middle;
}
.table tbody tr td .custom-check {
	text-align: center;
}
.table tbody tr td .custom-check input[type="checkbox"]:checked + label span {
	background: url(../img/check.svg) center center no-repeat / 14px 12px;
	width: 24px;
	height: 24px;
}
.table tbody tr td .custom-check input[type="checkbox"] + label span {
	width: 24px;
	height: 24px;
}
.table thead th {
	border: 0px;
}
/*== Punch Card Rewards page ==*/
.project-tab #tabs {
	background: #007b5e;
	color: #eee;
}
.project-tab #tabs h6.section-title {
	color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #0062cc;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 3px solid !important;
	font-size: 16px;
	font-weight: 600;
}
.project-tab .nav-link {
	border: none;
	color: #323232;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 50px;
}
.project-tab .nav-link:hover {
	border: none;
}
.project-tab thead {
	background: #f2f5f9;
	color: #35393d;
}
.project-tab a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
}
.custom-check div {
	display: inline-block;
}
.custom-check input[type="checkbox"] {
	display: none;
}
.custom-check input[type="checkbox"] + label {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
}
.custom-check input[type="checkbox"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #dcdbdc;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 44px;
	margin-top: 5px;
	border-radius: 100%;
}
.custom-check input[type="checkbox"] + label span img {
	opacity: 0;
	transition: all .3s ease;
}
.custom-check input[type="checkbox"]#color-1 + label span {
	background-color: #fff;
}
.custom-check input[type="checkbox"]:checked + label span {
	opacity: 1;
	background: url(../img/check.svg) center center no-repeat / 14px 14px;
	width: 24px;
	height: 24px;
	display: inline-block;
	border: 2px solid #3677d3;
}
.onoffswitch2 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.onoffswitch2-checkbox {
	display: none;
}
.onoffswitch2-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #3775eb;
	border-radius: 100px;
	margin-bottom: 0px;
}
.onoffswitch2-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;
}
.onoffswitch2-inner:before, .onoffswitch2-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	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;
}
.onoffswitch2-inner:before {
	content: "ON";
	padding-left: 15px;
	text-align: left;
	background-color: #3f8af2;
	color: #fff;
}
.onoffswitch2-inner:after {
	content: "OFF";
	padding-right: 15px;
	background-color: #fff;
	color: #323232;
	text-align: right;
}
.onoffswitch2-switch {
	display: block;
	width: 30px;
	margin: 0px;
	background: #FFFFFF;
	border: 2px solid #3775eb;
	border-radius: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60px;
	-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;
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
	margin-left: 0;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
	right: 1px;
}
.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input.cmn-toggle-round-flat + label {
	padding: 2px;
	width: 60px;
	height: 30px;
	background-color: #dddddd;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
}
input.cmn-toggle-round-flat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 22px;
	background-color: #dddddd;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	-webkit-transition: margin 0.4s, background 0.4s;
	-moz-transition: margin 0.4s, background 0.4s;
	-o-transition: margin 0.4s, background 0.4s;
	transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
	background-color: #27A1CA;
}
input.cmn-toggle-round-flat:checked + label:after {
	margin-left: 45px;
	background-color: #27A1CA;
}
footer {
	width: 100%;
}
.collapse-icon::before {
	content: "\e93b";
	font-size: 18px;
	font-family: 'custom-font' !important;
	position: absolute;
	right: 0px;
}
.collapse-icon.collapsed::before {
	content: "\e949";
	font-size: 18px;
	font-family: 'custom-font' !important;
	position: absolute;
	right: 0px;
}
.note-date-h {
	height: 240px;
	overflow-y: auto;
}
.radio {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	margin-bottom: 0px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 2px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 5px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #428bca;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.checkbox {
	padding-left: 4px;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	top: 3px;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 3px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'custom-font' !important;
	content: "\e90d";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
	border-radius: 10px;
}

@media (max-width:991px) {
	.navbar-collapse {
		position: fixed;
		top: 70px;
		left: -280px;
		bottom: 0;
		overflow-y: auto;
		background: #fff;
		width: 280px;
		transition: all 0.3s ease-in;
		display: block;
		box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.15);
	}
	.sidebar-nav .navbar-collapse {
		position: fixed;
		top: 70px;
		left: 0px;
		bottom: 0;
		overflow-y: auto;
		background: #fff;
		;
		width: 280px;
		transition: all 0.3s ease-in;
		display: block;
		box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.15);
	}
	.sidebar-nav .navbar-collapse .nav-item {
		width: 100% !important;
	}
	.sidebar-nav .header-nav.left-side .nav-item.submenu .dropdown-menu.right-auto {
		width: 100% !important;
		background: #f4fcff;
	}
	.sidebar-nav .header-nav.left-side .nav-item.submenu .dropdown-menu.show {
		display: block;
		margin: 0px;
		border-radius: 0px;
		box-shadow: none;
		border: 0px;
		padding: 0px !important;
	}
	.sidebar-nav .header-nav.left-side .nav-item.submenu .dropdown-toggle::after {
		display: none;
	}
	.sidebar-nav .header-nav.left-side .nav-item.submenu .nav-link.active {
		background: rgba(27,138,242,1);
		background: -moz-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,138,242,1)), color-stop(100%, rgba(49,107,231,1)));
		background: -webkit-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		background: -o-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		background: -ms-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		background: linear-gradient(to right, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8af2', endColorstr='#316be7', GradientType=1 );
		color: #fff;
	}
	.sidebar-nav .header-nav.left-side .nav-item.submenu .arrow-right::before {
		content: "\e934";
		display: block;
		position: absolute;
		right: 20px;
		font-family: 'custom-font' !important;
		font-size: 14px;
	}
	.sidebar-nav .header-nav.left-side .nav-item.submenu.show .arrow-right::before {
		content: "\e917";
		display: block;
		position: absolute;
		right: 20px;
		font-family: 'custom-font' !important;
		font-size: 14px;
	}
	.sidebar-nav .header-nav.left-side .nav-item .nav-link {
		color: #323232;
		font-size: 16px;
		padding: 18px 15px;
	}
}
[data-href] {
	cursor: pointer;
}
.bg-none.table tbody tr:nth-child(even), .bg-none.table tbody tr:nth-child(odd) {
	background: none !important
}
.bg-none.table tbody tr.border-none td {
	border: none;
}
.mobile-accordion .tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid #ced4da;
	width: 100%;
}
.mobile-accordion .tabs li {
	float: left;
	cursor: pointer;
	color: #606060;
	font-weight: 600;
	overflow: hidden;
	position: relative;
}
.mobile-accordion .tabs li a {
	padding: 10px 10px;
}
.mobile-accordion .tabs li a:hover {
	color: #333;
}
.mobile-accordion .tabs li.active {
	color: #346de8;
	border-bottom: 3px solid #346fe9;
	display: block;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 1199px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background: white;
		color: black;
		border: 1px solid rgba(0,0,0,0.1);
		border-radius: 2px;
		margin-bottom: 20px;
		padding: 10px 15px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size: 18px;
		position: relative;
		line-height: 24px;
	}
	.d_active {
		background: rgba(27,138,242,1);
		background: -moz-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,138,242,1)), color-stop(100%, rgba(49,107,231,1)));
		background: -webkit-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		background: -o-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		background: -ms-linear-gradient(left, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		background: linear-gradient(to right, rgba(27,138,242,1) 0%, rgba(49,107,231,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8af2', endColorstr='#316be7', GradientType=1 );
		color: #fff;
		font-size: 16px;
		border: 1px solid transparent;
	}
	.tab_drawer_heading::before {
		content: "\e917";
		display: block;
		position: absolute;
		right: 15px;
		font-family: 'custom-font' !important;
		font-size: 14px;
	}
	.tab_drawer_heading.d_active::before {
		content: "\e969";
		display: block;
		position: absolute;
		right: 15px;
		font-family: 'custom-font' !important;
		font-size: 14px;
	}
}
.divhide, .divhide2 {
	display: none;
}
.divhide.showdiv, .divhide2.showdiv {
	display: block;
}
.TableNewShow.TableShow {
	width: 50%;
	display: block !important;
	max-width: 50%;
}
.more-option .dropdown-menu a {
	padding: 6px 10px;
	font-size: 14px;
	color: #606060;
}
.more-option .dropdown-menu a:hover {
	background: #3a7bff;
	color: #fff;
}
.more-option .dropdown-menu {
	left: auto;
	right: 0;
	padding: 0;
}
.before-none .dropdown-toggle::after {
	display: none;
}
.bootstrap-select .dropdown-toggle {
	height: 46px;
	background: #fff;
	border: 1px solid #ced4da
}
.form-group.inputDnD.plus-icons {
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 100%;
}
.form-group.inputDnD.plus-icons .form-control-file:before {
	left: 0;
	right: 00;
	top: 0;
	bottom: 0;
	border-radius: 100%;
	min-height: 60px;
	padding-top: 0px;
	z-index: 5;
}
.form-group.inputDnD.plus-icons .fa-plus_round {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 38px;
	transform: translate(-50%, -50%);
	color: #dcdbdc;
}
/*--- Inpit Files --*/
.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	max-width: 80%;
	font-size: 1.25rem;
	/* 20px */
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
}
.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	max-width: 80%;
	font-size: 1.25rem;
	/* 20px */
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;/* 10px 20px */
}
.input-container {
	background-color: #fff;
	border: 2px dashed #dcdbdc;
	border-radius: 2px;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
}
input[type='file'] {
	visibility: hidden;
}
.file-manage {
	position: absolute;
}
.file-info {
	font-size: 15px;
}
.browse-btn {
	background: none;
	color: #000;
	min-height: 35px;
	border: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.browse-btn:hover {
	background: none;
}

@media (max-width: 300px) {
	button {
		width: 100%;
		border-top-right-radius: 2px;
		border-bottom-left-radius: 0;
	}
	.file-info {
		display: block;
		margin: 10px 5px;
	}
}
/*--- Inpit Files /--*/


/*-- Show More Options --*/
.morecontent span {
	display: none;
}
.morelink {
	display: block;
	margin-top: 6px;
	font-size: 13px;
}

/*-- Show More and Less More /--*/


@media (max-width: 575px) {
	.small-right .dropdown-menu {
		left: 0px;
		right: auto;
	}
}
.ellipsis-size {
	width: 40px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis-size:hover {
	text-overflow: inherit;
	overflow: auto;
	width: auto;
}
#MakeRecurring .modal-dialog-centered {
	max-width: 640px;
}
/*== LogIn ==*/
.login-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 100vh;
	justify-content: center;
	padding: 60px 0;
}
.top-logo-login {
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 100%;
	top: -30px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.15);
}
.documents-tr, .Order-tr {
	display: none;
}
.Order-tr.Order-tr-show, .documents-tr.documents-tr-show {
	display: table-row;
}
.fa-PlusMinus {
	position: relative;
}
.fa-PlusMinus:before {
	content: "\e949";
	font-size: 18px;
	font-family: 'custom-font' !important;
}
.documents-tr-show .fa-PlusMinus:before, .Order-tr-show .fa-PlusMinus:before {
	content: "\e93b";
	font-size: 18px;
	font-family: 'custom-font' !important;
}
button:focus {
	outline: none;
}
.table-striped tbody tr:nth-of-type(odd) {
	background: none;
}
/*== Colors ==*/
.colors-palettes .radio {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.colors-palettes .radio label {
	display: inline-block;
	position: relative;
	padding-left: 0;
	margin-bottom: 0px;
	height: 30px;
	width: 30px;
}
.colors-palettes .radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	margin-left: 0;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: none;
	border: none;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.colors-palettes .radio label::after {
	display: inline-block;
	position: absolute;
	content: "\e90d";
	font-size: 14px;
	color: #fff;
	font-family: 'custom-font' !important;
	width: 11px;
	height: 11px;
	left: 28px;
	top: 5px;
	border-radius: 4px;
	background: none;
	border: none;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.colors-palettes .radio input[type="radio"] {
	opacity: 0;
	position: absolute;
}
.colors-palettes .radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.colors-palettes .radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.colors-palettes .radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.colors-palettes .radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.colors-palettes .radio.radio-inline {
	margin-top: 0;
}
/*== Emojis ==*/
.emojis-collection {
	list-style: none;
	display: inline;
}
.emojis-collection .nav-items {
	display: inline-block;
	width: 20px;
}
/*== Progress Bar ==*/
.sorting_1 {
	text-align: center;
}
.sorting_1 .progress {
	height: 6px;
	margin-top: 5px;
}
.Calendar-Section.CalendarOpen {
	display: block !important;
}
Please Add This pn Custom csss 

-----------------
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.preloader::after {
	background: rgba(0,0,0,0.15);
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 99;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #1987ff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 99999;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #47a5b8;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
	z-index: 99999;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #1b5adc;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
	z-index: 99999;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#loader {
	display: none;
}
.emoji_picker{
	width: 506px !important;
}
.emojiPickerIcon{
	width: 35px !important;
	height: 35px !important;
}
.StatusFilterTab {
	cursor: pointer;
}
label.duedateRange {
	font-size: 12px;
}

.login-wrapper .dropdown-item.active, .login-wrapper .dropdown-item:active { background: #f8f9fa; color: #16181b;}
.Check-balance { background: url(../img/bg.jpg) no-repeat center center; border-radius: 8px; }
.buttons-html5,.buttons-colvis {
	color: #fff !important;
	background-color: #007bff !important;
	border-color: #007bff !important;
	font-size: 14px !important;
	padding-bottom: .5rem !important;
	padding-top: .5rem !important;
	margin-top: .25rem !important;
	margin-left: .5rem !important;
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	line-height: 1.5 !important;
	border-radius: .25rem !important;
	background-image: none !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.spinner {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 2;
}
.spinner > div {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.spinner > div > div {
	height: 48%;
	width: 48%;
	margin: 1%;
	float: left;
	border-radius: 50%;
}
.spinner > div > div:nth-child(1) {
	background: #4bc393;
	-webkit-animation: spinner-block-1 2s linear infinite;
	animation: spinner-block-1 2s linear infinite;
}
.spinner > div > div:nth-child(2) {
	background: #f56555;
	-webkit-animation: spinner-block-2 2s linear infinite;
	animation: spinner-block-2 2s linear infinite;
}
.spinner > div > div:nth-child(3) {
	background: #fdba0a;
	-webkit-animation: spinner-block-3 2s linear infinite;
	animation: spinner-block-3 2s linear infinite;
}
.spinner > div > div:nth-child(4) {
	background: #09bed7;
	-webkit-animation: spinner-block-4 2s linear infinite;
	animation: spinner-block-4 2s linear infinite;
}

@keyframes spinner-block-1 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(104%, 0);
		-moz-transform: translate(104%, 0);
		-o-transform: translate(104%, 0);
		transform: translate(104%, 0);
	}
	50% {
		-webkit-transform: translate(104%, 104%);
		-moz-transform: translate(104%, 104%);
		-o-transform: translate(104%, 104%);
		transform: translate(104%, 104%);
	}
	75% {
		-webkit-transform: translate(0%, 104%);
		-moz-transform: translate(0%, 104%);
		-o-transform: translate(0%, 104%);
		transform: translate(0%, 104%);
	}
}
@-webkit-keyframes spinner-block-1 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(104%, 0);
		-moz-transform: translate(104%, 0);
		-o-transform: translate(104%, 0);
		transform: translate(104%, 0);
	}
	50% {
		-webkit-transform: translate(104%, 104%);
		-moz-transform: translate(104%, 104%);
		-o-transform: translate(104%, 104%);
		transform: translate(104%, 104%);
	}
	75% {
		-webkit-transform: translate(0%, 104%);
		-moz-transform: translate(0%, 104%);
		-o-transform: translate(0%, 104%);
		transform: translate(0%, 104%);
	}
}
@keyframes spinner-block-2 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(0, 104%);
		-moz-transform: translate(0, 104%);
		-o-transform: translate(0, 104%);
		transform: translate(0, 104%);
	}
	50% {
		-webkit-transform: translate(-104%, 104%);
		-moz-transform: translate(-104%, 104%);
		-o-transform: translate(-104%, 104%);
		transform: translate(-104%, 104%);
	}
	75% {
		-webkit-transform: translate(-104%, 0%);
		-moz-transform: translate(-104%, 0%);
		-o-transform: translate(-104%, 0%);
		transform: translate(-104%, 0%);
	}
}
@-webkit-keyframes spinner-block-2 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(0, 104%);
		-moz-transform: translate(0, 104%);
		-o-transform: translate(0, 104%);
		transform: translate(0, 104%);
	}
	50% {
		-webkit-transform: translate(-104%, 104%);
		-moz-transform: translate(-104%, 104%);
		-o-transform: translate(-104%, 104%);
		transform: translate(-104%, 104%);
	}
	75% {
		-webkit-transform: translate(-104%, 0%);
		-moz-transform: translate(-104%, 0%);
		-o-transform: translate(-104%, 0%);
		transform: translate(-104%, 0%);
	}
}
@keyframes spinner-block-3 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(0, -104%);
		-moz-transform: translate(0, -104%);
		-o-transform: translate(0, -104%);
		transform: translate(0, -104%);
	}
	50% {
		-webkit-transform: translate(104%, -104%);
		-moz-transform: translate(104%, -104%);
		-o-transform: translate(104%, -104%);
		transform: translate(104%, -104%);
	}
	75% {
		-webkit-transform: translate(104%, 0);
		-moz-transform: translate(104%, 0);
		-o-transform: translate(104%, 0);
		transform: translate(104%, 0);
	}
}
@-webkit-keyframes spinner-block-3 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(0, -104%);
		-moz-transform: translate(0, -104%);
		-o-transform: translate(0, -104%);
		transform: translate(0, -104%);
	}
	50% {
		-webkit-transform: translate(104%, -104%);
		-moz-transform: translate(104%, -104%);
		-o-transform: translate(104%, -104%);
		transform: translate(104%, -104%);
	}
	75% {
		-webkit-transform: translate(104%, 0);
		-moz-transform: translate(104%, 0);
		-o-transform: translate(104%, 0);
		transform: translate(104%, 0);
	}
}
@keyframes spinner-block-4 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(-104%, 0);
		-moz-transform: translate(-104%, 0);
		-o-transform: translate(-104%, 0);
		transform: translate(-104%, 0);
	}
	50% {
		-webkit-transform: translate(-104%, -104%);
		-moz-transform: translate(-104%, -104%);
		-o-transform: translate(-104%, -104%);
		transform: translate(-104%, -104%);
	}
	75% {
		-webkit-transform: translate(0, -104%);
		-moz-transform: translate(0, -104%);
		-o-transform: translate(0, -104%);
		transform: translate(0, -104%);
	}
}
@-webkit-keyframes spinner-block-4 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(-104%, 0);
		-moz-transform: translate(-104%, 0);
		-o-transform: translate(-104%, 0);
		transform: translate(-104%, 0);
	}
	50% {
		-webkit-transform: translate(-104%, -104%);
		-moz-transform: translate(-104%, -104%);
		-o-transform: translate(-104%, -104%);
		transform: translate(-104%, -104%);
	}
	75% {
		-webkit-transform: translate(0, -104%);
		-moz-transform: translate(0, -104%);
		-o-transform: translate(0, -104%);
		transform: translate(0, -104%);
	}
}



/* Media Quary Css Start */
@media(max-width: 992px){
	.container{max-width: 100%; padding: 0px 20px;}
}
@media(max-width: 640px){
	.card-body .col-sm-4{flex: 0 0 50%; max-width: 50%; margin-bottom: 10px;}
}
@media(max-width: 576px){
	.jadd-yuvak-head .col-sm-6{flex: 0 0 50%; max-width: 50%}
}
@media(max-width: 480px){
	.card-body .col-sm-4{flex: 0 0 100%; max-width: 100%;}	
}
@media(max-width: 376px){
	.jadd-yuvak-head .col-sm-6{flex: 0 0 100%; max-width: 100%}
	.jadd-yuvak-head .col-sm-6.text-right{text-align: left !important; margin-top: 20px;}
	.jadd-yuvak-head .col-sm-6.text-right a{margin-left: 0px !important}
}
/* Media Quary Css End */