@charset "UTF-8";
/*------------------------------------------------------------------ [Master Stylesheet] Project: DMS ++++ Imports ++++ ++++ Reset ++++ ++++ Basic ++++ ++Effect 1: YouTube loading++ ++typography++ ++Buttons++ ++Admin Basic++ ++Form++ ++Form-Wizard++ ++Product Deatails*++ ++Product Cart++ ++Popover++ ++Typerhead++ ++Editors++ ++Accordion++ ++Tabs++ ++Table++ ++Morris Chart++ ++Flot Chart++ ++Chartist++ ++Easy pie chart++ ++Skills Counter++ ++Nestable++ ++Treeview++ ++Modals++ ++sweet-alert++ ++Notification++ ++Tooltop++ ++Icons++ ++File Upload++ ++File Manager++ ++Carousel++ ++Testimonial slider++ ++Twitter slider++ ++Range Slider++ ++Gallery++ ++Typography++ ++Panel++ ++Pricing Table++ ++Dropdown++ ++Weather++ ++Sparkline++ ++Pagination++ ++Pager++ ++Labels++ ++Badge++ ++Task Panel++ ++Vecotor Map++ ++Progressbar++ ++Search Bar++ ++Chat UI++ ++Widgets++ ++Profile++ ++Followers++ ++Small Graph++ ++Timeline++ ++Caledar++ ++Todo List++ ++Activity++ ++Message Box++ ++Inbox++ ++Contact Cards++ ++Contact List++ ++Login Form++ ++Error Page++ ++Products++ ++Cropperjs++ ++++ Mediaqueries ++++ -------------------------------------------------------------------*/

/****************************/
/** Imports **/
/****************************/
/* @import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Poppins:500); */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("material-design-iconic-font.min.css");
@import url("icomoon.css");

/* Dynamic style */
:root {
	/* --primary-font: "Roboto", sans-serif; */
	--primary-font: "Inter", sans-serif;
}

/* Dynamic style */

/** Reset **/
/****************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.error-comment,
h4,
h5,
h6,
.panel-title,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

strong {
	font-weight: bold;
}

body {
	color: #21232c;
	font-family: var(--primary-font);
	font-size: 13px;
	line-height: 21px;
	background: #ffffff;
	overflow-x: hidden;
	padding-top: 70px;
}

a:hover,
a:active {
	outline: 0;
}

/* button:focus {
    border: none;
    outline: 0;
} */

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #194299;
}

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

a:focus {
	text-decoration: none;
	outline: none;
	color: #ed1c24;
}

h1 {
	font-size: 48px;
	line-height: 60px;
}

h2 {
	font-size: 36px;
	line-height: 44px;
}

h3,
.error-comment {
	font-size: 30px;
	line-height: 40px;
}

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

h5 {
	font-size: 18px;
	line-height: 26px;
}

h6,
.panel-title {
	font-size: 16px;
	line-height: 24px;
}

p {
	line-height: 21px;
}

p.lead {
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 0;
	font-weight: 400;
}


.force-UTF-8 {
	content: "¡";
}

dt {
	font-weight: 600;
}

code {
	background: transparent;
}

::-webkit-file-upload-button {
	cursor: pointer;
}

.preloader-it {
	background: #fff;
	position: fixed;
	z-index: 10001;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.bg-green {
	background: #469408 !important;
}

.bg-grey {
	background: #212529 !important;
}

.bg-yellow {
	background: #e69a2a !important;
}

.bg-red {
	background: #ea6c41 !important;
}

.bg-blue {
	background: #177ec1 !important;
}

.bg-pink {
	background: var(--site_color) !important;
}

.bg-light {
	background: #fff !important;
}

.bg-dark {
	background: #212121 !important;
}

.bg-twitter {
	background: #00aced !important;
}

.txt-dark {
	color: #212121 !important;
}

.txt-light {
	color: #fff !important;
}

.txt-grey {
	color: #878787 !important;
}

.txt-primary,
.text-primary {
	color: var(--site_color) !important;
}

.txt-secondary,
.text-secondary {
	color: var(--secondary_color) !important;
}

.txt-info,
.text-info {
	color: var(--site_color) !important;
}

.txt-warning,
.text-warning {
	color: #e69a2a !important;
}

.txt-success,
.text-success {
	color: #469408 !important;
}

.txt-danger,
.text-danger {
	color: #ed1f25 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.head-font {
	font-family: var(--primary-font);
}

.main-font {
	font-family: var(--primary-font);
}

.capitalize-font {
	text-transform: capitalize !important;
}

.uppercase-font {
	text-transform: uppercase !important;
}

.nonecase-font {
	text-transform: none !important;
}

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

.block {
	display: block !important;
}

.table-struct {
	display: table !important;
}

.table-cell {
	display: table-cell !important;
}

.vertical-align-middle {
	vertical-align: middle !important;
}

.full-width {
	width: 100% !important;
}

.half-width {
	width: 50% !important;
}

.auto-width {
	width: auto !important;
}

.relative {
	position: relative !important;
}

.border-none {
	border: none !important;
}

.text-muted {
	color: #6f748b;
}

th .text-muted {
	color: #ffd1bc;
}

.truncate {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mobile-only-view {
	display: none !important;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e7e7e7;
}

hr.light-grey-hr {
	border-top: 1px solid rgba(33, 33, 33, 0.1);
}

.seprator-block {
	margin-bottom: 80px;
}

/* Effect 1: YouTube loading */
.la-anim-1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	pointer-events: none;
}

.la-anim-1::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	content: "";
	opacity: 0;
	background: #212121;
	-webkit-transition: opacity 0.2s, box-shadow 2s 4s;
	-moz-transition: opacity 0.2s, box-shadow 2s 4s;
	transition: opacity 0.2s, box-shadow 2s 4s;
	-webkit-transform: rotate(2deg) translateY(-2px);
	-moz-transform: rotate(2deg) translateY(-2px);
	-ms-transform: rotate(2deg) translateY(-2px);
	-o-transform: rotate(2deg) translateY(-2px);
	transform: rotate(2deg) translateY(-2px);
}

.la-anim-1.la-animate {
	z-index: 10001;
	background: #212121;
	opacity: 1;
	-webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
	-moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
	transition: transform 5s ease-in, opacity 1s 5s;
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.la-anim-1.la-animate::after {
	opacity: 1;
}

.nicescroll-rails.nicescroll-rails-vr {
	z-index: 999 !important;
}

/*typography*/
address .address-head {
	font-size: 15px;
	color: #212121;
	display: block;
}

.mark,
mark {
	padding: 3px;
	background-color: #ea6c41;
	color: #fff;
}

blockquote {
	padding: 15px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-left: 4px solid #0d55a7;
	background: #f7f7f9;
	color: #212121;
}

blockquote small {
	font-size: 70%;
	text-transform: uppercase;
	padding-top: 15px;
}

ul.uo-list {
	list-style: disc;
}

/* Admin Basic — Modernized Sidebar */
.fixed-sidebar-left {
	position: fixed;
	top: 0px;
	left: 0;
	width: 225px;
	margin-left: 0;
	padding-top: 60px;
	bottom: 0;
	background: #fff;
	border-right: 1px solid #e5e7eb;
	z-index: 1000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
}

.fixed-sidebar-left .brand-logo {
	padding: 4px;
}

.fixed-sidebar-left .right-nav-text {
	opacity: 1;
	display: initial;
	-webkit-transition: opacity 0.2s ease 0s;
	-moz-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
	font-size: 13px;
	font-weight: 500;
	color: #374151;
	margin-left: 10px;
}

.fixed-sidebar-left .side-nav {
	border: none;
	height: 100%;
	width: 100%;
	position: relative;
	border-radius: 0;
	padding: 0px;
	overflow-y: auto;
	backface-visibility: hidden;
}

.fixed-sidebar-left .side-nav li {
	width: 100%;
}

.fixed-sidebar-left .side-nav>li:last-child {
	margin-bottom: 50px;
}

/* Caret rotation on expand */
.fixed-sidebar-left .side-nav li a[aria-expanded="true"] .pull-right i:before {
	content: "\f2f8";
}
.fixed-sidebar-left .side-nav li a[aria-expanded="true"] .pull-right i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Top-level menu links — flexbox aligned */
.fixed-sidebar-left .side-nav li a {
	width: 100%;
	color: #374151;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	padding: 9px 12px;
	text-transform: capitalize;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.fixed-sidebar-left .side-nav>li>a {
	display: flex;
	align-items: center;
	color: #374151;
	padding: 9px 12px;
	border-radius: 8px;
	margin-bottom: 2px;
	border-left: 2px solid transparent;
}

.fixed-sidebar-left .side-nav>li>a>img {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	-webkit-transition: transform 0.15s ease;
	-moz-transition: transform 0.15s ease;
	transition: transform 0.15s ease;
}

.fixed-sidebar-left .side-nav>li>a>i {
	color: #6b7280;
	width: 25px;
	flex-shrink: 0;
}

.fixed-sidebar-left .side-nav>li>a>.right-nav-text>i {
	font-size: 14px;
	margin-right: 0;
	margin-top: 0;
	color: #9ca3af;
	-webkit-transition: transform 0.2s ease, color 0.15s ease;
	-moz-transition: transform 0.2s ease, color 0.15s ease;
	transition: transform 0.2s ease, color 0.15s ease;
}

.fixed-sidebar-left .side-nav>li>a>.right-nav-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}

/* Hover state */
.fixed-sidebar-left .side-nav>li>a:hover {
	color: #1e40af;
	background: #f0f4ff;
}
.fixed-sidebar-left .side-nav>li>a:hover>img {
	transform: scale(1.08);
}
.fixed-sidebar-left .side-nav>li>a:hover .pull-right i {
	color: #6b7280;
}

/* Active / Focus state */
.fixed-sidebar-left .side-nav>li>a:focus,
.fixed-sidebar-left .side-nav>li>a:active,
.fixed-sidebar-left .side-nav>li.active>a {
	background: linear-gradient(90deg, rgba(59, 85, 160, 0.06), transparent);
    color: var(--site_color, #3b55a0);
    font-weight: 600;
    border-left-color: var(--site_color, #3b55a0);
    border-radius: 0px !important;
}

.fixed-sidebar-left .side-nav>li.active>a .right-nav-text {
	color: #2854a0;
	font-weight: 600;
}

.fixed-sidebar-left .side-nav>li>a:focus>i,
.fixed-sidebar-left .side-nav>li>a:active>i,
.fixed-sidebar-left .side-nav>li.active>a>i {
	color: #2854a0;
}

.fixed-sidebar-left .side-nav>li.active>a .pull-right i {
	color: #2854a0;
}

/* Submenu items */
.fixed-sidebar-left .side-nav>li>ul {
	background: #fafbfc;
	border-left: 2px solid #e5e7eb;
	margin-left: 22px;
	border-radius: 0 0 4px 4px;
}

.fixed-sidebar-left .side-nav>li>ul>li a {
	padding: 7px 12px 7px 24px;
	display: block;
	color: #4b5563;
	font-size: 13px;
	border-radius: 4px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.fixed-sidebar-left .side-nav>li>ul>li a:hover,
.fixed-sidebar-left .side-nav>li>ul>li a:focus,
.fixed-sidebar-left .side-nav>li>ul>li a:active {
	background: #f0f4ff;
	color: #1e40af;
}

/* Third-level submenu container */
.fixed-sidebar-left .side-nav>li>ul>li>ul.collapse-level-2 {
	margin-left: 12px;
	border-left: 1px solid #e5e7eb;
	background: transparent;
}

/* Third-level submenu parent link with arrow */
.fixed-sidebar-left .side-nav>li>ul>li>a .submenu-arrow {
	float: right;
	font-size: 12px;
	color: #9ca3af;
	transition: transform 0.2s ease;
}

.fixed-sidebar-left .side-nav>li>ul>li>a[aria-expanded="true"] .submenu-arrow {
	transform: rotate(90deg);
}

.fixed-sidebar-left .side-nav>li>ul>li>ul>li a {
	padding: 5px 12px 5px 16px;
	color: #4b5563;
	font-size: 12.5px;
}

.fixed-sidebar-left .side-nav>li>ul>li>ul>li a:hover,
.fixed-sidebar-left .side-nav>li>ul>li>ul>li a:focus,
.fixed-sidebar-left .side-nav>li>ul>li>ul>li a:active {
	color: #1e40af;
	background: #f0f4ff;
}

.fixed-sidebar-left .side-nav>li>ul>li.active>a {
	color: #2854a0;
	font-weight: 600;
}

.fixed-sidebar-left .side-nav>li>a.active .pull-right>i {
	color: #2854a0;
}

.fixed-sidebar-left .side-nav>li ul.collapse li a.active {
	color: #2854a0;
	font-weight: 600;
	background: #eef2ff;
}
a.toggle-left-nav-btn,
a#toggle_mobile_nav,
a#toggle_mobile_search {
	color: #212529;
	position: relative;
	line-height: 56px;
}

a.toggle-left-nav-btn i,
a#toggle_mobile_nav i,
a#toggle_mobile_search i {
	font-size: 21px;
	vertical-align: middle;
}

a#toggle_mobile_nav {
	display: inline-block;
}

.top-fixed-nav .page-wrapper {
	margin-left: 0;
	padding-top: 134px;
}

.top-fixed-nav .fixed-sidebar-left {
	width: 100%;
	bottom: inherit;
}

.top-fixed-nav .fixed-sidebar-left:hover {
	width: 100%;
}

.top-fixed-nav .fixed-sidebar-left:hover .collapse.in {
	display: none;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv {
	overflow: visible !important;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv .slimScrollBar {
	display: none !important;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul {
	overflow: visible !important;
	width: 100% !important;
	height: auto !important;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li {
	width: auto;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li>a {
	text-align: center;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li>a>i {
	display: block;
	margin-bottom: 10px;
	margin-right: 0 !important;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li>a>.pull-right {
	display: none;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul li {
	position: relative;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1 {
	background: #fafbfc;
	height: auto !important;
	left: 0;
	position: absolute !important;
	z-index: 1;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1.two-col-list {
	width: 450px;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1 li {
	float: left;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1 li>a i:before {
	content: "\f105";
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1 li>ul {
	background: #fafbfc;
	left: 225px;
	position: absolute;
	top: 0;
	z-index: 1;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li:hover>ul {
	display: block;
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li>ul>li:hover>ul {
	display: block;
}

.top-fixed-nav.slide-nav-toggle .page-wrapper {
	margin-left: 0;
	padding-top: 60px;
}

.top-fixed-nav.slide-nav-toggle .fixed-sidebar-left {
	top: -14px;
	width: 100%;
}

.top-fixed-nav.slide-nav-toggle .fixed-sidebar-left:hover {
	width: 100%;
}

.scrollable-nav {
	position: relative;
}

.scrollable-nav .fixed-sidebar-left {
	position: absolute;
	left: 0t;
}

.fixed-sidebar-right,
.setting-panel {
	position: fixed;
	top: 66px;
	right: 0;
	width: 300px;
	margin-right: -300px;
	bottom: 0;
	z-index: 101;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.setting-panel {
	z-index: 1030;
	margin-right: -220px;
	width: 220px;
	top: 0;
}

.setting-panel .setting-panel-title {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 17px;
	padding-left: 20px;
	padding-top: 17px;
	color: #fff;
	background: #469408;
	text-transform: capitalize;
}

.setting-panel .layout-switcher-wrap>ul {
	padding-left: 20px;
	padding-top: 35px;
}

.setting-panel .layout-switcher-wrap>ul .layout-title {
	color: #444;
	display: inline-block;
	margin-right: 15px;
	text-transform: capitalize;
	width: 130px;
}

.setting-panel .layout-switcher-wrap>ul .layout-switcher {
	display: inline-block;
}

.setting-panel .layout-switcher-wrap>ul .layout-switcher .switchery {
	margin: 0;
}

.setting-panel .layout-switcher-wrap>ul>li {
	margin-bottom: 30px;
}

.setting-panel .theme-option-wrap>li {
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 38px;
	margin-bottom: 15px;
	margin-right: 18px;
	width: 38px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(33, 33, 33, 0.1);
	background: rgba(33, 33, 33, 0.05);
}

.setting-panel .theme-option-wrap>li i {
	font-size: 25px;
	padding-top: 9px;
	padding-left: 15px;
	color: #ea6c41;
	opacity: 0;
}

.setting-panel .theme-option-wrap>li.active-theme i {
	opacity: 1;
}

.setting-panel .theme-option-wrap>li::after {
	content: "";
	height: 10px;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.setting-panel .theme-option-wrap>li::before {
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 10px;
}

.setting-panel .theme-option-wrap>li#theme-1::after {
	background: #fff;
}

.setting-panel .theme-option-wrap>li#theme-1::before {
	background: #fff;
}

.setting-panel .theme-option-wrap>li#theme-2::after {
	background: #eaedee;
}

.setting-panel .theme-option-wrap>li#theme-2::before {
	background: #fff;
}

.setting-panel .theme-option-wrap>li#theme-3::after {
	background: #464341;
}

.setting-panel .theme-option-wrap>li#theme-3::before {
	background: #fff;
}

.setting-panel .theme-option-wrap>li#theme-4::after {
	background: #212121;
}

.setting-panel .theme-option-wrap>li#theme-4::before {
	background: #333;
}

.setting-panel .theme-option-wrap>li#theme-5::after {
	background: #284152;
}

.setting-panel .theme-option-wrap>li#theme-5::before {
	background: #375468;
}

.setting-panel .theme-option-wrap>li#theme-6::after {
	background: #351e27;
}

.setting-panel .theme-option-wrap>li#theme-6::before {
	background: #462b36;
}

#setting_panel_btn {
	position: fixed;
	right: 10px;
	bottom: 25px;
	z-index: 1031;
}

.right-sidebar {
	width: 100%;
	height: 100%;
	position: relative;
	border-left: 1px solid rgba(33, 33, 33, 0.1);
	border-radius: 0;
	background: #fff;
	overflow: hidden;
}

.right-sidebar .card-view:hover {
	box-shadow: none;
}

.right-sidebar .custom-tab-1 .nav-tabs {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.right-sidebar .custom-tab-1 .nav-tabs>li {
	margin-right: 0;
	text-align: center;
	width: 33.33%;
}

.right-sidebar .custom-tab-1 .nav-tabs>li>a {
	padding: 8px 20px;
	font-weight: 500;
	border-bottom: none;
}

.right-sidebar .custom-tab-1 .nav-tabs>li.active>a {
	border-bottom: none;
}

.right-sidebar-backdrop {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1031;
	display: none;
	pointer-events: none;
}

.page-wrapper {
	margin-left: 225px;
	/* padding: 0px 6px 6px 6px; */
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	left: 0;
}

.open-right-sidebar .fixed-sidebar-right {
	margin-right: 0;
}

.open-right-sidebar .right-sidebar-backdrop {
	display: block;
}

.open-setting-panel .setting-panel {
	margin-right: 0;
}

.open-setting-panel .right-sidebar-backdrop {
	display: block;
}

.wrapper.no-transition .fixed-sidebar-left,
.wrapper.no-transition .page-wrapper {
	/*Only for Setting Panel*/
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}

.wrapper.box-layout {
	max-width: 1400px;
	margin: 0 auto;
}

.wrapper.box-layout .navbar-fixed-top {
	margin: 0 auto;
	max-width: 1400px;
}

.wrapper.box-layout .fixed-sidebar-left {
	left: auto;
}

.wrapper.box-layout .fixed-sidebar-right {
	width: 0;
	overflow: hidden;
}

.wrapper.box-layout .fixed-sidebar-right .right-sidebar {
	width: 300px;
}

.wrapper.box-layout.open-right-sidebar .fixed-sidebar-right {
	margin-right: -300px;
	width: 300px;
}

.wrapper.box-layout.top-fixed-nav .fixed-sidebar-left {
	max-width: 1300px;
}

.wrapper.darkmode .card-view {
	background: #212121;
}

/* Top Navigation */
.navbar.navbar-inverse {
	background: #ffffff;
}

.navbar.navbar-inverse.navbar-fixed-top {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
	margin-bottom: 0;
	padding: 0 15px 0 0;
	box-shadow: 0 0 1px 1px rgb(0 0 0/5%), 0 1px 2px -2px rgb(0 0 0/6%),
		0 1px 3px 0 rgb(0 0 0/7%);
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header {
	width: 225px;
	padding-left: 9px;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
	overflow: hidden;
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap {
	width: 225px;
	padding-top: 10px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-img {
	margin-right: 10px;
	position: relative;
	top: 2px;
	width: 21px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	color: #212121;
	font-size: 21px;
	text-transform: capitalize;
	opacity: 1;
	visibility: visible;
}

.navbar.navbar-inverse.navbar-fixed-top .top-nav-search {
	padding-top: 7px;
	max-width: 500px;
	position: relative;
	left: 20px;
}

@media (min-width: 1025px) {

	.mobile-only-nav.collapse,
	.navbar.navbar-inverse.navbar-fixed-top .top-nav-search.collapse {
		display: block;
		height: auto !important;
	}

	.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
		pointer-events: none;
	}
}

@media (max-width: 1024px) {
	.mobile-only-view {
		display: block !important;
	}

	.fixed-sidebar-left {
		margin-left: -225px;
		width: 225px;
	}
}

.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group-btn .btn {
	background: #38383a;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
}

.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .form-control {
	height: 36px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li.dropdown {
	position: relative;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li.full-width-drp {
	position: static;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li>a {
	color: #212529;
	background: transparent !important;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	padding: 0 9px;
	line-height: 44px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li>a:hover,
.navbar.navbar-inverse.navbar-fixed-top .nav>li>a:focus,
.navbar.navbar-inverse.navbar-fixed-top .nav>li>a:active {
	color: #212121;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li>a .user-auth-img {
	height: 36px;
	width: 36px;
	vertical-align: middle;
	object-fit: cover;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li>a .user-online-status {
	background: #22c55e;
	border-radius: 50%;
	bottom: 8px;
	height: 10px;
	border: 2px solid #fff;
	position: absolute;
	right: -1px;
	width: 10px;
	box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.3);
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown {
	min-width: 270px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .connection-item {
	display: inline-block;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	color: #212529;
	text-transform: capitalize;
	width: 80px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .connection-item i {
	font-size: 25px;
	padding-bottom: 5px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .connection-item:hover {
	color: #212529;
	background: rgba(33, 33, 33, 0.05);
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .app-icon-wrap {
	text-align: center;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .app-icon-wrap>li {
	display: inline-block;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .app-box-bottom-wrap .read-all {
	padding: 5px 15px 0;
	color: #212529;
	text-transform: capitalize;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown {
	width: 400px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .notification-box-head-wrap .notification-box-head {
	font-size: 16px;
	color: #212121;
	display: block;
	text-transform: capitalize;
	padding: 7px 15px 10px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .notification-box-head-wrap .clear-notifications {
	padding: 12px 15px 10px;
	text-transform: uppercase;
	font-size: 11px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .notification-box-bottom-wrap .read-all {
	padding: 5px 15px 0;
	color: #212529;
	text-transform: capitalize;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline {
	height: 229px;
	position: relative;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item {
	margin-left: 0;
	border-left: none;
	padding: 7px 15px 0;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item:hover {
	background: rgba(33, 33, 33, 0.05);
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item:before {
	display: none;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item>a {
	display: block;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .icon {
	height: 44px;
	position: absolute;
	text-align: center;
	width: 44px;
	display: table;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .icon i {
	font-size: 24px;
	vertical-align: middle;
	display: table-cell;
	color: #fff;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-avatar {
	left: auto;
	height: 44px;
	width: 44px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-avatar img {
	height: 44px;
	width: 44px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content {
	margin-left: 60px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content>.head-notifications {
	width: 230px;
	font-weight: 500;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content .notifications-time {
	color: #212529;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content>p {
	color: #212529;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown {
	min-width: 190px;
	text-transform: capitalize;
	padding: 4px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.10), 0 1px 3px rgba(0, 0, 0, 0.04);
	margin-top: 8px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown::before {
	left: auto !important;
	right: 10px !important;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown > li {
	padding: 0;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown > li > a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 500;
	color: #374151;
	border-radius: 6px;
	transition: all 0.15s ease;
	line-height: 1.4;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown > li > a:hover {
	background: #f0f4ff;
	color: #1e3a8a;
	text-decoration: none;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown > li > a i {
	font-size: 15px;
	width: 18px;
	text-align: center;
	color: #6b7280;
	transition: color 0.15s;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown > li > a:hover i {
	color: #2854a0;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown > li.divider {
	margin: 3px 6px;
	padding: 0;
	background-color: #f0f0f0;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu {
	right: 23px;
	width: calc(100% - 270px);
	display: block;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list>a {
	font-size: 16px;
	padding: 10px 0;
	display: block;
	background: transparent;
	text-transform: capitalize;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list>a .pull-left i {
	color: #212121;
	font-size: 18px;
	margin-right: 10px;
	width: 18px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list>a .pull-right i {
	color: #212121;
	font-size: inherit;
	margin-right: 0;
	width: auto;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list>ul>li>a {
	display: block;
	text-transform: capitalize;
	padding: 8px 0 8px 39px;
	color: #212529;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel>a {
	font-size: 16px;
	padding: 10px 0;
	background: transparent;
	display: inline-block;
	text-transform: capitalize;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel .product-carousel a>span {
	font-size: 12px;
	color: #212121;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme>.owl-nav {
	margin: 0;
	position: absolute;
	right: 0;
	top: -40px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme>.owl-nav .owl-prev,
.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme>.owl-nav .owl-next {
	padding: 0;
	border: none;
	background: transparent;
}

.navbar.navbar-inverse.navbar-fixed-top .nav .open>a {
	background: #fff;
}

.navbar.navbar-inverse.navbar-fixed-top .nav .open>a:focus,
.navbar.navbar-inverse.navbar-fixed-top .nav .open>a:hover,
.navbar.navbar-inverse.navbar-fixed-top .nav .open>a:active {
	background: #fff;
}

.navbar.navbar-inverse.navbar-fixed-top .nav .open>.dropdown-menu.mega-menu {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: auto;
}

.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav>li {
	display: inline-block;
}

.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav>li>a i.top-nav-icon {
	font-size: 24px;
	vertical-align: middle;
}

.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav>li>a .top-nav-icon-badge {
	background: var(--site_color);
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 16px;
	width: 16px;
}

.navbar.navbar-inverse.navbar-fixed-top .nav.navbar-right {
	margin-right: 0;
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-search-overlap {
	background-color: #fff;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-search-overlap input {
	border: medium none !important;
	min-height: 59px;
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}

.slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
	width: 44px;
}

.slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
	opacity: 0;
	visibility: hidden;
}

.slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
	width: 225px;
}

.slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
	opacity: 1;
	visibility: visible;
}

.slide-nav-toggle .fixed-sidebar-left {
	width: 44px;
}

.slide-nav-toggle .fixed-sidebar-left .side-nav {
	padding: 0;
}

.slide-nav-toggle .fixed-sidebar-left .side-nav>li>a {
	border-left: none;
	border-radius: 0;
	padding: 9px 12px;
	justify-content: center;
}

.slide-nav-toggle .fixed-sidebar-left .side-nav>li>ul {
	margin-left: 0;
	border-left: none;
}

.slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header>span {
	display: none;
}

.slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header>i {
	display: block;
}

.slide-nav-toggle .fixed-sidebar-left .collapse.in {
	display: none;
}

.slide-nav-toggle .fixed-sidebar-left:hover {
	width: 225px;
}

.slide-nav-toggle .fixed-sidebar-left:hover .side-nav {
	padding: 0 0px;
}

.slide-nav-toggle .fixed-sidebar-left:hover .side-nav>li>a {
	border-left: 3px solid transparent;
	border-radius: 8px;
	justify-content: flex-start;
}

.slide-nav-toggle .fixed-sidebar-left:hover .side-nav>li.active>a {
	border-left-color: #2854a0;
}

.slide-nav-toggle .fixed-sidebar-left:hover .side-nav>li>ul {
	margin-left: 22px;
	border-left: 2px solid #e5e7eb;
}

.slide-nav-toggle .fixed-sidebar-left:hover .side-nav li.navigation-header>span {
	display: block;
}

.slide-nav-toggle .fixed-sidebar-left:hover .side-nav li.navigation-header>i {
	display: none;
}

.slide-nav-toggle .fixed-sidebar-left:hover .collapse.in {
	display: block;
}

.slide-nav-toggle .fixed-sidebar-left:hover .right-nav-text {
	opacity: 1;
	display: initial;
}

.slide-nav-toggle .fixed-sidebar-left .right-nav-text {
	opacity: 0;
	display: none;
}

.slide-nav-toggle .page-wrapper {
	margin-left: 44px;
}

.warehouse-box {
	background: #f5f5f6;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: none;
	padding: 15px 15px;
}

.warehouse-box>.panel-heading {
	border-bottom: 3px solid #0d55a7;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
}

.warehouse-box>.panel-heading>.panel-title {
	margin-left: 15px;
	position: relative;
}

.warehouse-box>.panel-heading>.panel-title:before {
	content: "";
	background: #0d55a7;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 8px;
	left: -15px;
	border-radius: 50%;
}

.warehouse-box svg {
	fill: #0d55a7;
}

.warehouse-box.inactive,
.warehouse-box.inactive .list-box ul li:first-child,
.warehouse-box.inactive .list-box ul li i {
	color: #9b9b9b;
}

.warehouse-box.inactive svg {
	fill: #9b9b9b;
}

.warehouse-box.inactive>.panel-heading>.panel-title:before {
	background: #9b9b9b;
}

.warehouse-box.inactive>.panel-heading {
	border-color: #9b9b9b;
}

.warehouse-box.inactive .badge-warning-dark,
.warehouse-box.inactive .badge-primary-dark {
	background: #9b9b9b !important;
}

.warehouse-box.inactive .badge-warning,
.warehouse-box.inactive .badge-primary {
	background: #f3f3f3 !important;
	color: #9b9b9b !important;
}

.warehouse-box .panel-body {
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 10px;
}

.warehouse-box.panel-default>.panel-heading {
	background: transparent;
}

.warehouse-box.panel-default.border-panel>.panel-heading,
.warehouse-box.panel-default.panel-tabs>.panel-heading {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.warehouse-box.panel-default.panel-tabs>.panel-heading {
	padding-bottom: 0;
}

.warehouse-box.panel-default.panel-tabs .nav-tabs {
	border-bottom: none;
}

.warehouse-box.panel-default.panel-tabs .nav-tabs>li>a {
	padding: 0 5px 12px;
	float: left;
}

.warehouse-box.panel-info .panel-body,
.warehouse-box.panel-success .panel-body,
.warehouse-box.panel-warning .panel-body,
.warehouse-box.panel-danger .panel-body,
.warehouse-box.panel-primary .panel-body,
.warehouse-box.panel-inverse .panel-body {
	padding-top: 20px;
}

.warehouse-box.fullscreen {
	height: 100%;
	left: 0;
	margin: 0;
	position: fixed;
	overflow-y: auto;
	top: 0;
	width: 100%;
	z-index: 1040;
}

.warehouse-box.fullscreen>.panel-heading .pull-right>a,
.warehouse-box.fullscreen>.panel-heading .pull-right .dropdown {
	opacity: 0;
	visibility: hidden;
}

.warehouse-box.fullscreen>.panel-heading .pull-right>a.full-screen,
.warehouse-box.fullscreen>.panel-heading .pull-right .dropdown.full-screen {
	opacity: 1;
	visibility: visible;
}

.warehouse-box.fullscreen>.panel-heading .pull-right>a.full-screen i.zmdi-fullscreen::before,
.warehouse-box.fullscreen>.panel-heading .pull-right .dropdown.full-screen i.zmdi-fullscreen::before {
	content: "\f16c";
}

.heading-bg {
	height: 67px;
	padding: 13px 0px;
}

.heading-bg h5 {
	padding-top: 7px;
}

.breadcrumb {
	background-color: transparent;
	list-style: outside none none;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 500;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.breadcrumb>li {
	color: #6b7280;
	display: inline-flex;
	align-items: center;
}

.breadcrumb>li>a {
	color: #2854a0;
	text-decoration: none;
	padding: 2px 0;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.breadcrumb>li>a:hover {
	color: #1e40af;
	border-bottom-color: #1e40af;
}

.breadcrumb>li+li::before {
	color: #d1d5db;
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 8px;
	font-size: 10px;
}

.breadcrumb>.active {
	color: #374151;
	font-weight: 600;
}

footer {
	position: relative;
	/* z-index: 999; */
	bottom: 0;
	padding: 15px;
	width: 100%;
	left: 0;
	background: #ffffff;
}

footer p {
	display: block;
	font-size: 12px;
}

footer .navbar-nav {
	float: right;
}

footer .navbar-nav>li>a {
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 12px;
	text-transform: capitalize;
}

footer .nav>li>a:focus,
footer .nav>li>a:hover {
	background: transparent;
	opacity: 0.8;
}

.font-icon-detail span {
	border-radius: 0 !important;
}

.tabcontrol>.content {
	border-top: medium none;
	height: auto;
	padding-top: 0;
}

.tabcontrol>.content>.body {
	position: relative;
	height: auto;
	padding: 15px 0 0 0;
	width: 100%;
}

.tabcontrol>.steps>ul {
	border-bottom: 1px solid #f7f7f9;
	margin-top: 0;
	float: left;
	width: 100%;
	top: 0;
}

.tabcontrol>.steps>ul>li {
	border: medium none;
	margin: 0 5px 0 0;
	padding: 0;
	background: transparent;
}

.tabcontrol>.steps>ul>li:hover,
.tabcontrol>.steps>ul>li:focus,
.tabcontrol>.steps>ul>li:active {
	background: transparent;
	border: medium none;
}

.tabcontrol>.steps>ul>li>a {
	background: transparent;
	border: none;
	padding: 10px 20px;
	color: #212529;
	margin: 0;
	border-radius: 0;
	text-transform: capitalize;
}

.tabcontrol>.steps>ul>li>a:active,
.tabcontrol>.steps>ul>li>a:focus,
.tabcontrol>.steps>ul>li>a:hover {
	color: #212121;
}

.tabcontrol>.steps>ul>li.current {
	border: medium none;
	padding: 0;
}

.tabcontrol>.steps>ul>li.current>a {
	color: #212121;
	padding: 10px 20px;
	border-bottom: 3px solid #469408;
}

.tabcontrol>.steps>ul>li.current>a:active,
.tabcontrol>.steps>ul>li.current>a:focus,
.tabcontrol>.steps>ul>li.current>a:hover {
	color: #212121;
}

.tabcontrol>.steps>ul>li:first-child>a {
	border-top-left-radius: 10px;
}

.tabcontrol>.steps>ul>li:last-child {
	margin-right: 0;
}

.tabcontrol>.steps>ul>li:last-child>a {
	border-top-right-radius: 10px;
}

.review-tag {
	font-size: 18px;
}

/*Product Deatails*/
.item-big>img {
	border-radius: 2px;
}

.product-detail-wrap .product-price {
	font-size: 18px;
	color: #469408;
}

.product-detail-wrap .bootstrap-touchspin {
	float: left;
	margin-right: 15px;
	width: 70px;
}

.product-rating a {
	color: #ea6c41;
	margin-right: 5px;
}

/*Product Cart*/
.product-overview .bootstrap-touchspin {
	width: 70px;
}

/*Popover*/
.popover {
	border: medium none;
	border-radius: 5px;
	padding: 0;
}

.popover h3.popover-title,
.popover .popover-title.error-comment {
	font-family: var(--primary-font);
	padding-top: 0%;
	padding-bottom: 0%;
	font-size: 14px;
}

.popover .popover-content {
	font-family: var(--primary-font);
	color: #000000;
}

/*Typerhead*/
.typeahead,
.tt-query,
.tt-hint {
	width: 396px;
}

.tt-menu {
	width: 422px;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid rgba(33, 33, 33, 0.1);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
	padding: 3px 20px;
	border-radius: 0;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #469408;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}

#custom-templates .empty-message {
	padding: 5px 10px;
	text-align: center;
}

#multiple-datasets .league-name {
	margin: 0 20px 5px 20px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
	max-height: 150px;
	overflow-y: auto;
}

#rtl-support .tt-menu {
	text-align: right;
}

/*Editors*/
.bootstrap-wysihtml5-insert-image-modal h3,
.bootstrap-wysihtml5-insert-image-modal .error-comment {
	font-size: 18px;
}

.bootstrap-wysihtml5-insert-link-modal h3,
.bootstrap-wysihtml5-insert-link-modal .error-comment {
	font-size: 18px;
}

.bootstrap-wysihtml5-insert-link-modal .checkbox {
	margin-bottom: inherit;
	margin-top: inherit;
	min-height: inherit;
	padding-bottom: inherit;
	padding-top: inherit;
}

.bootstrap-wysihtml5-insert-link-modal .checkbox input[type="checkbox"] {
	opacity: 1;
}

.bootstrap-wysihtml5-insert-link-modal .checkbox label::before {
	display: none;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active,
ul.wysihtml5-toolbar .wizard>.actions a.wysihtml5-command-active,
.wizard>.actions ul.wysihtml5-toolbar a.wysihtml5-command-active,
ul.wysihtml5-toolbar .dt-buttons a.wysihtml5-command-active.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.wysihtml5-command-active.dt-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.wysihtml5-command-active[class*="owl-"],
.owl-theme .owl-nav ul.wysihtml5-toolbar a.wysihtml5-command-active[class*="owl-"],
ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-prev-button,
ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-next-button,
ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-today-button {
	box-shadow: none;
}

.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
	font-family: var(--primary-font);
}

.mce-ico {
	font-family: "tinymce", Arial !important;
}

.mce-floatpanel .mce-btn {
	background: transparent;
}

.mce-floatpanel .mce-btn:hover {
	background: transparent;
}

.mce-floatpanel .mce-btn.mce-active {
	background-color: transparent !important;
}

.mce-floatpanel .mce-btn.mce-active:hover {
	background-color: transparent;
	border-color: rgba(33, 33, 33, 0.1);
}

.mce-floatpanel .mce-window-body .mce-listbox {
	border-color: rgba(33, 33, 33, 0.1);
}

.mce-floatpanel .mce-window-head .mce-title {
	font-size: 18px;
	font-weight: 400;
}

.mce-floatpanel .mce-primary button {
	background: #469408;
	border: solid 2px #469408;
}

.mce-floatpanel .mce-primary button:hover,
.mce-floatpanel .mce-primary button:active,
.mce-floatpanel .mce-primary button:focus {
	background: rgba(70, 148, 8, 0.85);
	border: solid 2px rgba(70, 148, 8, 0.1);
}

.mce-floatpanel .mce-menu-item-normal.mce-active {
	background-color: #469408;
}

.mce-floatpanel .mce-menu-item:hover,
.mce-floatpanel .mce-menu-item.mce-selected,
.mce-floatpanel .mce-menu-item:focus {
	background-color: #469408;
}

.mce-foot button {
	background: #ea6c41;
	color: #fff !important;
	border: solid 2px #ea6c41;
}

.mce-foot button:hover,
.mce-foot button:active,
.mce-foot button:focus {
	background: rgba(234, 108, 65, 0.85);
	border: solid 2px rgba(234, 108, 65, 0.1);
}

.mce-panel {
	border-color: rgba(33, 33, 33, 0.1) !important;
}

.btn-group.open .note-btn.dropdown-toggle {
	box-shadow: none;
}

.note-editor.panel {
	border-radius: 0;
	box-shadow: none;
}

.note-editor.panel .panel-heading {
	background: transparent;
}

.note-editor .checkbox {
	margin-bottom: inherit;
	margin-top: inherit;
	min-height: inherit;
	padding-bottom: inherit;
	padding-top: inherit;
}

.note-editor .checkbox input[type="checkbox"] {
	opacity: 1;
}

.note-editor .checkbox label::before {
	display: none;
}

.note-editor .note-btn.btn-sm {
	padding: 9px 25px;
}

.note-editor.note-frame {
	border: 1px solid rgba(33, 33, 33, 0.1);
}

.note-editor .note-toolbar.panel-heading {
	border: 1px solid rgba(33, 33, 33, 0.1);
}

.note-editor h4 {
	font-size: 18px;
}

/*Accordion*/
.accordion-struct.panel-group .panel {
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 0;
	box-shadow: none;
}

.accordion-struct.panel-group .panel .panel-heading {
	border-radius: 0;
	padding: 0;
	background: rgba(33, 33, 33, 0.05);
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.accordion-struct.panel-group .panel .panel-heading.activestate {
	background: var(--site_color);
	border-bottom: 1px solid var(--site_color);
}

.accordion-struct.panel-group .panel .panel-heading.activestate a {
	color: #fff;
}

.accordion-struct.panel-group .panel .panel-heading a {
	color: #212529;
	text-transform: capitalize;
	padding: 10px 20px;
	width: 100%;
	display: block;
}

.accordion-struct.panel-group .panel:last-child .panel-heading {
	border-bottom: none;
}

.accordion-struct.panel-group .panel .panel-body {
	border: none;
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading {
	background: transparent;
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate {
	background: transparent;
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate .icon-ac-wrap .minus-ac {
	opacity: 1;
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate .icon-ac-wrap .plus-ac {
	opacity: 0;
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate a {
	color: #212529;
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading a {
	color: #212529;
}

.accordion-struct.accordion-style-1 .icon-ac-wrap {
	display: inline;
	position: relative;
	color: var(--site_color);
}

.accordion-struct.accordion-style-1 .icon-ac-wrap .minus-ac {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.accordion-struct.accordion-style-1 .icon-ac-wrap .plus-ac {
	opacity: 1;
}

/*Tabs*/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
}

.tab-struct .tab-pane {
	padding-top: 15px;
}

.tab-struct.vertical-tab .tab-pane {
	padding-top: 0;
	padding-left: 0px;
}

.tab-struct.vertical-tab-reverse .tab-pane {
	padding-left: 0;
	padding-right: 15px;
}

.pills-struct .tab-pane {
	padding-top: 15px;
}

.pills-struct.vertical-pills .tab-pane {
	padding-top: 0;
	padding-left: 15px;
}

.pills-struct.vertical-pills-reverse .tab-pane {
	padding-left: 0;
	padding-right: 15px;
}

.nav-tabs {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.nav-tabs>li {
	margin-right: 5px;
}

.nav-tabs>li>a {
	background: #f5f5f6;
	border: none;
	padding: 10px 10px;
	color: #212529;
	margin: 0;
	border-radius: 0;
	text-transform: capitalize;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.nav-tabs>li>a:active,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	color: #ec1f24;
	background: #f7f6fe;
}

.nav-tabs>li.active>a,
.nav-tabs>li.open>a {
	color: #ec1f24;
	background: #f5f5f6;
	border-color: transparent;
}

.nav-tabs>li.active>a:active,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.open>a:active,
.nav-tabs>li.open>a:focus,
.nav-tabs>li.open>a:hover {
	color: #ec1f24;
	background: #f7f6fe;
	border-color: transparent;
}

.nav-tabs>li:last-child {
	margin-right: 0;
}

.nav-tab-reverse .nav-tabs>li {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.nav-tab-reverse .nav-tabs>li:first-child>a {
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
}

.nav-tab-reverse .nav-tabs>li:last-child {
	margin-left: 0;
}

.nav-tab-reverse .nav-tabs>li:last-child>a {
	border-top-right-radius: 0;
	border-top-left-radius: 10px;
}

.vertical-tab .tab-content {
	overflow: hidden;
	background: #ffffff;
}

.vertical-tab .ver-nav-tab {
	float: left;
	border-bottom: none;
}

.vertical-tab .ver-nav-tab>li {
	margin-bottom: 5px;
	margin-right: 0px;
	width: 100%;
}

.vertical-tab .ver-nav-tab>li>a {
	border: none;
	border-radius: 6px;
}

.vertical-tab .ver-nav-tab>li:last-child {
	margin-bottom: 0;
}

.vertical-tab.vertical-tab-reverse .tab-content {
	border-left: none;
	border-right: 1px solid rgba(33, 33, 33, 0.1);
}

.vertical-tab.vertical-tab-reverse .ver-nav-tab {
	float: right;
}

.vertical-tab.vertical-tab-reverse .ver-nav-tab>li:first-child>a {
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
}

.vertical-tab.vertical-tab-reverse .ver-nav-tab>li:last-child>a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 0;
}

.nav-pills>li {
	margin-right: 15px;
}

.nav-pills>li>a {
	/* background: var(--secondary_color); */

	background: none;
	border: none;
	padding: 6px 5px;
	color: #21232c;
	margin: 0;
	text-transform: capitalize;
}

.nav-pills.nav-pills-outline>li>a {
	padding: 6px 0px;
}

.nav-pills>li>a:active,
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
	background: none;
	/* background: var(--site_color); */
	color: #21232c;
	border-radius: 0px;
	border-bottom: 2px solid var(--site_color);
}

.nav-pills>li.active>a,
.nav-pills>li.open>a {
	background: none;
	color: var(--site_color);
	font-weight: 700;
	border-radius: 0px;
	border-bottom: 2px solid var(--site_color);
}

.nav-pills>li.active>a:active,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li.open>a:active,
.nav-pills>li.open>a:focus,
.nav-pills>li.open>a:hover {
	background: none;
	color: var(--site_color);
	border-bottom: 2px solid var(--site_color);
}

.nav-pills>li:last-child {
	margin-right: 0;
}

/* .panel-body .tab-content{
    border-radius: 8px;
    background: #F7F7FE;
    padding: 15px;
    margin-top: 15px;
} */
.nav-pills-reverse .nav-pills>li {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.nav-pills-reverse .nav-pills>li:last-child {
	margin-left: 0;
}

.vertical-pills .tab-content {
	overflow: hidden;
	padding-left: 15px;
}

.vertical-pills .ver-nav-pills {
	float: left;
}

.vertical-pills .ver-nav-pills>li {
	margin: 0 0 5px;
	float: none;
}

.vertical-pills .ver-nav-pills>li:last-child {
	margin-bottom: 0;
}

.vertical-pills.vertical-pills-reverse .tab-content {
	padding-left: 0;
	padding-right: 15px;
}

.vertical-pills.vertical-pills-reverse .ver-nav-pills {
	float: right;
}

.nav-pills-outline.nav-pills>li>a {
	background-color: transparent !important;
	border-bottom: 2px solid #f7f7f9;
	color: #3a3a3b;
	border-radius: 0px;
	font-weight: 500;
}

.nav-pills-outline.nav-pills>li>a:hover,
.nav-pills-outline.nav-pills>li>a:active,
.nav-pills-outline.nav-pills>li>a:focus {
	border-color: var(--site_color);
	color: #3b55a0;
}

.nav-pills-outline.nav-pills>li.active>a {
	background-color: transparent !important;
	border-bottom: 2px solid var(--site_color);
	color: #3b55a0;
}

.nav-pills-outline.nav-pills>li.active>a:hover,
.nav-pills-outline.nav-pills>li.active>a:active,
.nav-pills-outline.nav-pills>li.active>a:focus {
	border-bottom: 2px solid var(--site_color);
	color: #3b55a0;
}

/*Table*/
.table>tbody>tr.active>td,
.jsgrid-table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.jsgrid-table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.jsgrid-table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.jsgrid-table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.jsgrid-table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.jsgrid-table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.jsgrid-table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.jsgrid-table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.jsgrid-table>thead>tr.active>td,
.table>thead>tr.active>th,
.jsgrid-table>thead>tr.active>th,
.table>thead>tr>td.active,
.jsgrid-table>thead>tr>td.active,
.table>thead>tr>th.active,
.jsgrid-table>thead>tr>th.active {
	background: rgba(220, 220, 220, 0.08);
}

.table>tbody>tr.success>td,
.jsgrid-table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.jsgrid-table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.jsgrid-table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.jsgrid-table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.jsgrid-table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.jsgrid-table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.jsgrid-table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.jsgrid-table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.jsgrid-table>thead>tr.success>td,
.table>thead>tr.success>th,
.jsgrid-table>thead>tr.success>th,
.table>thead>tr>td.success,
.jsgrid-table>thead>tr>td.success,
.table>thead>tr>th.success,
.jsgrid-table>thead>tr>th.success {
	background: rgba(70, 148, 8, 0.08);
}

.table>tbody>tr.info>td,
.jsgrid-table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.jsgrid-table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.jsgrid-table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.jsgrid-table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.jsgrid-table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.jsgrid-table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.jsgrid-table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.jsgrid-table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.jsgrid-table>thead>tr.info>td,
.table>thead>tr.info>th,
.jsgrid-table>thead>tr.info>th,
.table>thead>tr>td.info,
.jsgrid-table>thead>tr>td.info,
.table>thead>tr>th.info,
.jsgrid-table>thead>tr>th.info {
	background: rgba(220, 70, 102, 0.08);
}

.table>tbody>tr.warning>td,
.jsgrid-table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.jsgrid-table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.jsgrid-table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.jsgrid-table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.jsgrid-table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.jsgrid-table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.jsgrid-table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.jsgrid-table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.jsgrid-table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.jsgrid-table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.jsgrid-table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.jsgrid-table>thead>tr>th.warning {
	background: rgba(230, 154, 42, 0.08);
}

.table>tbody>tr.danger>td,
.jsgrid-table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.jsgrid-table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.jsgrid-table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.jsgrid-table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.jsgrid-table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.jsgrid-table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.jsgrid-table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.jsgrid-table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.jsgrid-table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.jsgrid-table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.jsgrid-table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.jsgrid-table>thead>tr>th.danger {
	background: rgba(234, 108, 65, 0.08);
}

.table-responsive {
	background: #fff;
    border: 1px solid #e0e3eb;
    border-radius: 8px;
}

.table-responsive .table,
.table-responsive .jsgrid-table {
	max-width: none;
	-webkit-overflow-scrolling: touch !important;
}

.table,
.jsgrid-table {
	border-color: rgba(33, 33, 33, 0.1) !important;
}

.table>tbody>tr>td,
.jsgrid-table>tbody>tr>td,
.table>tbody>tr>th,
.jsgrid-table>tbody>tr>th,
.table>tfoot>tr>td,
.jsgrid-table>tfoot>tr>td,
.table>tfoot>tr>th,
.jsgrid-table>tfoot>tr>th,
.table>thead>tr>td,
.jsgrid-table>thead>tr>td,
.table>thead>tr>th,
.jsgrid-table>thead>tr>th {
	padding: 8px 10px;
	vertical-align: middle;
}

.table-hover>tbody>tr:hover {
	background-color: #f2f4f9 !important;
}

.table>tbody>tr:first-child>td {
	border-top: 0px;
}

.table-bordered {
	border: 1px solid #d2d2d2;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}

.table-striped>tbody>tr:nth-of-type(2n + 1) {
	background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(2n + 2) {
	background-color: #f0f0ff99;
}

.color-bg-table .table>caption+thead>tr:first-child>td,
.color-bg-table .jsgrid-table>caption+thead>tr:first-child>td,
.color-bg-table .table>caption+thead>tr:first-child>th,
.color-bg-table .jsgrid-table>caption+thead>tr:first-child>th,
.color-bg-table .table>colgroup+thead>tr:first-child>td,
.color-bg-table .jsgrid-table>colgroup+thead>tr:first-child>td,
.color-bg-table .table>colgroup+thead>tr:first-child>th,
.color-bg-table .jsgrid-table>colgroup+thead>tr:first-child>th,
.color-bg-table .table>thead:first-child>tr:first-child>td,
.color-bg-table .jsgrid-table>thead:first-child>tr:first-child>td,
.color-bg-table .table>thead:first-child>tr:first-child>th,
.color-bg-table .jsgrid-table>thead:first-child>tr:first-child>th {
	background: #469408;
}

.color-bg-table .table>thead>tr>th,
.color-bg-table .jsgrid-table>thead>tr>th {
	color: #fff;
}

.bootstrap-table .fixed-table-container {
	border: 1px solid rgba(33, 33, 33, 0.1);
	border-radius: 0;
}

.bootstrap-table .fixed-table-container tbody td {
	border: 1px solid rgba(33, 33, 33, 0.1);
}

.fixed-table-body .card-view {
	background: transparent;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
}

.fixed-table-body .card-view .title {
	font-weight: 400;
}

.fixed-table-body .card-view:hover {
	box-shadow: none;
}

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

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: inherit;
}

table.dataTable.display.table-striped>tbody>tr:nth-of-type(2n + 1) {
	background: rgba(33, 33, 33, 0.05);
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3,
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: inherit;
}

table.dataTable.display.table-striped tbody tr>.sorting_1,
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background: transparent;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-color: rgba(33, 33, 33, 0.1);
	border-left: none;
	border-bottom: none;
}

table.dataTable>tfoot>tr>th {
	border-bottom: 0 solid rgba(33, 33, 33, 0.1) !important;
	border-left: medium none !important;
}

table.dataTable {
	border-right: medium none !important;
}

table.dataTable>caption+thead>tr:first-child>td,
table.dataTable>caption+thead>tr:first-child>th,
table.dataTable>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.jsgrid-table>colgroup+thead>tr:first-child>th,
table.dataTable>thead:first-child>tr:first-child>td,
table.dataTable>thead:first-child>tr:first-child>th {
	border-left: medium none !important;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
	margin-bottom: 30px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
	padding-top: 20px;
	margin-bottom: 14px;
	color: #212529;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
	padding-left: 15px;
}

.dataTables_wrapper .dataTables_info {
	color: #212529;
}

.dataTables_wrapper .dataTables_filter {
	padding-right: 15px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
	height: 25px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
	background: #469408;
	border-color: #469408;
	color: #fff !important;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #212121;
}

.sorting,
.sorting_asc,
.sorting_desc {
	position: relative;
}

table.dataTable thead .sorting::after {
	content: "\f0dc";
	opacity: 0.2;
}

table.dataTable thead .sorting_asc::after {
	content: "\f0de";
}

table.dataTable thead .sorting_desc::after {
	content: "\f0dd";
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
	display: block;
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 15px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background: none;
	border-left: medium none;
	border-top: medium none;
}

.dt-buttons {
	float: left;
}

.dt-buttons .dt-button {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.dt-buttons .dt-button:hover {
	color: #fff;
}

.dt-buttons .dt-button:last-child {
	margin-right: 0;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before {
	background-color: #469408;
	box-shadow: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
	background-color: #ea6c41;
	box-shadow: none;
}

table.footable>tbody>tr>td.footable-sortable,
table.footable>tbody>tr>th.footable-sortable,
table.footable>tfoot>tr>td.footable-sortable,
table.footable>tfoot>tr>th.footable-sortable,
table.footable>thead>tr>td.footable-sortable,
table.footable>thead>tr>th.footable-sortable {
	padding: 16px;
	border-top: none;
}

table.footable>tr.footable-filtering>th,
table.footable>thead>tr.footable-filtering>th {
	border: none !important;
}

tr.footable-header>th {
	border-top: none !important;
}

.footable-details.table,
.footable-details.jsgrid-table {
	background: transparent;
}

.footable-editing .btn.footable-edit,
.footable-editing .wizard>.actions a.footable-edit,
.wizard>.actions .footable-editing a.footable-edit,
.footable-editing .dt-buttons .footable-edit.dt-button,
.dt-buttons .footable-editing .footable-edit.dt-button,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit,
.footable-editing .sweet-alert button.footable-edit,
.sweet-alert .footable-editing button.footable-edit,
.footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"],
.owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"],
.footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right,
.footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left,
.footable-editing button.footable-edit.fc-agendaWeek-button,
.footable-editing .footable-edit.fc-prev-button,
.footable-editing .footable-edit.fc-next-button,
.footable-editing .footable-edit.fc-today-button,
.footable-editing .btn.footable-delete,
.footable-editing .wizard>.actions a.footable-delete,
.wizard>.actions .footable-editing a.footable-delete,
.footable-editing .dt-buttons .footable-delete.dt-button,
.dt-buttons .footable-editing .footable-delete.dt-button,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete,
.footable-editing .sweet-alert button.footable-delete,
.sweet-alert .footable-editing button.footable-delete,
.footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"],
.owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"],
.footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right,
.footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left,
.footable-editing button.footable-delete.fc-agendaWeek-button,
.footable-editing .footable-delete.fc-prev-button,
.footable-editing .footable-delete.fc-next-button,
.footable-editing .footable-delete.fc-today-button {
	background: transparent;
	border: none !important;
}

.footable-editing .btn.footable-edit .fooicon.fooicon-pencil,
.footable-editing .wizard>.actions a.footable-edit .fooicon.fooicon-pencil,
.wizard>.actions .footable-editing a.footable-edit .fooicon.fooicon-pencil,
.footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-pencil,
.dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-pencil,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-pencil,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-pencil,
.footable-editing .sweet-alert button.footable-edit .fooicon.fooicon-pencil,
.sweet-alert .footable-editing button.footable-edit .fooicon.fooicon-pencil,
.footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"] .fooicon.fooicon-pencil,
.owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"] .fooicon.fooicon-pencil,
.footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-pencil,
.footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-pencil,
.footable-editing button.footable-edit.fc-agendaWeek-button .fooicon.fooicon-pencil,
.footable-editing .footable-edit.fc-prev-button .fooicon.fooicon-pencil,
.footable-editing .footable-edit.fc-next-button .fooicon.fooicon-pencil,
.footable-editing .footable-edit.fc-today-button .fooicon.fooicon-pencil,
.footable-editing .btn.footable-delete .fooicon.fooicon-pencil,
.footable-editing .wizard>.actions a.footable-delete .fooicon.fooicon-pencil,
.wizard>.actions .footable-editing a.footable-delete .fooicon.fooicon-pencil,
.footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-pencil,
.dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-pencil,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-pencil,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-pencil,
.footable-editing .sweet-alert button.footable-delete .fooicon.fooicon-pencil,
.sweet-alert .footable-editing button.footable-delete .fooicon.fooicon-pencil,
.footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"] .fooicon.fooicon-pencil,
.owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"] .fooicon.fooicon-pencil,
.footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-pencil,
.footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-pencil,
.footable-editing button.footable-delete.fc-agendaWeek-button .fooicon.fooicon-pencil,
.footable-editing .footable-delete.fc-prev-button .fooicon.fooicon-pencil,
.footable-editing .footable-delete.fc-next-button .fooicon.fooicon-pencil,
.footable-editing .footable-delete.fc-today-button .fooicon.fooicon-pencil {
	color: #469408;
}

.footable-editing .btn.footable-edit .fooicon.fooicon-trash,
.footable-editing .wizard>.actions a.footable-edit .fooicon.fooicon-trash,
.wizard>.actions .footable-editing a.footable-edit .fooicon.fooicon-trash,
.footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-trash,
.dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-trash,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-trash,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-trash,
.footable-editing .sweet-alert button.footable-edit .fooicon.fooicon-trash,
.sweet-alert .footable-editing button.footable-edit .fooicon.fooicon-trash,
.footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"] .fooicon.fooicon-trash,
.owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"] .fooicon.fooicon-trash,
.footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-trash,
.footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-trash,
.footable-editing button.footable-edit.fc-agendaWeek-button .fooicon.fooicon-trash,
.footable-editing .footable-edit.fc-prev-button .fooicon.fooicon-trash,
.footable-editing .footable-edit.fc-next-button .fooicon.fooicon-trash,
.footable-editing .footable-edit.fc-today-button .fooicon.fooicon-trash,
.footable-editing .btn.footable-delete .fooicon.fooicon-trash,
.footable-editing .wizard>.actions a.footable-delete .fooicon.fooicon-trash,
.wizard>.actions .footable-editing a.footable-delete .fooicon.fooicon-trash,
.footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-trash,
.dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-trash,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-trash,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-trash,
.footable-editing .sweet-alert button.footable-delete .fooicon.fooicon-trash,
.sweet-alert .footable-editing button.footable-delete .fooicon.fooicon-trash,
.footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"] .fooicon.fooicon-trash,
.owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"] .fooicon.fooicon-trash,
.footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-trash,
.footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-trash,
.footable-editing button.footable-delete.fc-agendaWeek-button .fooicon.fooicon-trash,
.footable-editing .footable-delete.fc-prev-button .fooicon.fooicon-trash,
.footable-editing .footable-delete.fc-next-button .fooicon.fooicon-trash,
.footable-editing .footable-delete.fc-today-button .fooicon.fooicon-trash {
	color: #ea6c41;
}

.footable-show .fooicon.fooicon-pencil {
	padding-right: 6px;
}

.footable-filtering .checkbox {
	margin-bottom: inherit;
	margin-top: inherit;
	min-height: inherit;
	padding: 3px 20px !important;
	font-family: var(--primary-font);
	text-transform: capitalize;
}

.footable-filtering .checkbox input[type="checkbox"] {
	opacity: 1;
}

.footable-filtering .checkbox label::before {
	display: none;
}

.fooicon.fooicon-sort,
.fooicon.fooicon-sort-asc,
.fooicon.fooicon-sort-desc {
	font-family: FontAwesome !important;
}

.fooicon.fooicon-sort:before {
	content: "\f0dc";
}

.fooicon.fooicon-sort-asc:before {
	content: "\f0de";
}

.fooicon.fooicon-sort-desc:before {
	content: "\f0dd";
}

table.footable>tbody>tr.footable-empty>td {
	font-size: 18px;
}

.jsgrid-row>.jsgrid-cell,
.jsgrid-alt-row>.jsgrid-cell {
	background: transparent;
	border-color: rgba(33, 33, 33, 0.1);
}

.jsgrid-header-row>.jsgrid-header-cell {
	background: inherit;
	font-size: 12px;
	color: #212121;
	text-align: left;
	text-transform: uppercase;
}

.jsgrid-filter-row>.jsgrid-cell,
.jsgrid-header-row>.jsgrid-header-cell,
.jsgrid-insert-row>.jsgrid-cell {
	background: inherit;
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.jsgrid-edit-row>.jsgrid-cell,
.jsgrid-filter-row>.jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row>.jsgrid-header-cell,
.jsgrid-insert-row>.jsgrid-cell {
	background: inherit;
	border-color: rgba(33, 33, 33, 0.1);
}

.jsgrid-alt-row>.jsgrid-cell {
	background: inherit;
}

.jsgrid-selected-row>.jsgrid-cell {
	background: inherit;
	border-color: rgba(33, 33, 33, 0.1);
}

.jsgrid-pager {
	color: #212121;
}

.jsgrid-pager a {
	color: #212121;
}

.jsgrid-align-center,
.jsgrid-align-center input,
.jsgrid-align-center select,
.jsgrid-align-center textarea,
.jsgrid-align-right,
.jsgrid-align-right input,
.jsgrid-align-right select,
.jsgrid-align-right textarea {
	text-align: left;
}

.jsgrid-pager-current-page,
.jsgrid-pager-page a:hover,
.jsgrid-pager-page a:active,
.jsgrid-pager-page a:focus {
	background: #469408;
	border: 1px solid #469408;
	color: #fff;
	font-weight: 400;
}

.jsgrid-pager-page,
.jsgrid-pager-page a {
	padding: 5px 10px;
	border: 1px solid transparent;
}

.tablesaw-swipe .tablesaw-cell-persist {
	box-shadow: none;
	border-right: inherit;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
	padding: 0;
	border: none !important;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

.tablesaw {
	margin-bottom: 0 !important;
}

.tablesaw thead {
	background: transparent;
	border: none;
}

.tablesaw thead tr:first-child th {
	border-right: medium none;
	padding: 16px !important;
}

.tablesaw td a {
	color: #212529 !important;
}

.tablesaw td,
.tablesaw tbody th {
	vertical-align: middle;
	font-size: inherit;
	color: #212529 !important;
}

.tablesaw-toolbar {
	font-size: 100%;
	margin-bottom: 30px;
}

.tablesaw-toolbar label {
	color: #212121;
	display: block;
	margin-right: 0;
	padding: 0;
	text-transform: uppercase;
}

.tablesaw-bar .btn-select select {
	opacity: 1;
	font-family: var(--primary-font);
	color: #212121 !important;
	font-weight: 400;
	text-transform: capitalize;
	filter: alpha(opacity=1);
	display: inline-block;
	color: inherit;
	background: transparent;
	position: static;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .wizard>.actions a:hover,
.wizard>.actions .tablesaw-enhanced .tablesaw-bar a:hover,
.tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:hover,
.dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:hover,
.tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:hover,
.tablesaw-enhanced .tablesaw-bar .sweet-alert button:hover,
.sweet-alert .tablesaw-enhanced .tablesaw-bar button:hover,
.tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*="owl-"]:hover,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:hover,
.tablesaw-enhanced .tablesaw-bar .fc-prev-button:hover,
.tablesaw-enhanced .tablesaw-bar .fc-next-button:hover,
.tablesaw-enhanced .tablesaw-bar .fc-today-button:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .wizard>.actions a:focus,
.wizard>.actions .tablesaw-enhanced .tablesaw-bar a:focus,
.tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:focus,
.dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:focus,
.tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:focus,
.tablesaw-enhanced .tablesaw-bar .sweet-alert button:focus,
.sweet-alert .tablesaw-enhanced .tablesaw-bar button:focus,
.tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*="owl-"]:focus,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:focus,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:focus,
.tablesaw-enhanced .tablesaw-bar .fc-prev-button:focus,
.tablesaw-enhanced .tablesaw-bar .fc-next-button:focus,
.tablesaw-enhanced .tablesaw-bar .fc-today-button:focus {
	background: transparent;
}

.tablesaw-bar .tablesaw-toolbar .btn,
.tablesaw-bar .tablesaw-toolbar .wizard>.actions a,
.wizard>.actions .tablesaw-bar .tablesaw-toolbar a,
.tablesaw-bar .tablesaw-toolbar .dt-buttons .dt-button,
.dt-buttons .tablesaw-bar .tablesaw-toolbar .dt-button,
.tablesaw-bar .tablesaw-toolbar .tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar .tablesaw-toolbar button,
.tablesaw-bar .tablesaw-toolbar .sweet-alert button,
.sweet-alert .tablesaw-bar .tablesaw-toolbar button,
.tablesaw-bar .tablesaw-toolbar .owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav .tablesaw-bar .tablesaw-toolbar [class*="owl-"],
.tablesaw-bar .tablesaw-toolbar button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.tablesaw-bar .tablesaw-toolbar button.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-bar .tablesaw-toolbar button.fc-agendaWeek-button,
.tablesaw-bar .tablesaw-toolbar .fc-prev-button,
.tablesaw-bar .tablesaw-toolbar .fc-next-button,
.tablesaw-bar .tablesaw-toolbar .fc-today-button {
	font-size: 0 !important;
}

.btn.btn-small.btn-select,
.wizard>.actions a.btn-small.btn-select,
.dt-buttons .btn-small.btn-select.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-small.btn-select,
.sweet-alert button.btn-small.btn-select,
.owl-theme .owl-nav .btn-small.btn-select[class*="owl-"],
button.btn-small.btn-select.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-small.btn-select.fc-month-button.fc-state-default.fc-corner-left,
button.btn-small.btn-select.fc-agendaWeek-button,
.btn-small.btn-select.fc-prev-button,
.btn-small.btn-select.fc-next-button,
.btn-small.btn-select.fc-today-button {
	padding-left: 20px;
	padding-right: 20px !important;
}

.tablesaw-bar .btn-select::after {
	display: none;
}

.tablesaw-enhanced .tablesaw-bar .btn:active,
.tablesaw-enhanced .tablesaw-bar .wizard>.actions a:active,
.wizard>.actions .tablesaw-enhanced .tablesaw-bar a:active,
.tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:active,
.dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:active,
.tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:active,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:active,
.tablesaw-enhanced .tablesaw-bar .sweet-alert button:active,
.sweet-alert .tablesaw-enhanced .tablesaw-bar button:active,
.tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*="owl-"]:active,
.owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*="owl-"]:active,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:active,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:active,
.tablesaw-enhanced .tablesaw-bar .fc-prev-button:active,
.tablesaw-enhanced .tablesaw-bar .fc-next-button:active,
.tablesaw-enhanced .tablesaw-bar .fc-today-button:active {
	background-image: none;
	box-shadow: none !important;
}

.tablesaw-bar .btn select option,
.tablesaw-bar .wizard>.actions a select option,
.wizard>.actions .tablesaw-bar a select option,
.tablesaw-bar .dt-buttons .dt-button select option,
.dt-buttons .tablesaw-bar .dt-button select option,
.tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button select option,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar button select option,
.tablesaw-bar .sweet-alert button select option,
.sweet-alert .tablesaw-bar button select option,
.tablesaw-bar .owl-theme .owl-nav [class*="owl-"] select option,
.owl-theme .owl-nav .tablesaw-bar [class*="owl-"] select option,
.tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right select option,
.tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left select option,
.tablesaw-bar button.fc-agendaWeek-button select option,
.tablesaw-bar .fc-prev-button select option,
.tablesaw-bar .fc-next-button select option,
.tablesaw-bar .fc-today-button select option {
	color: #212121;
	font-family: var(--primary-font);
	font-weight: 400;
}

/*Charts Label*/
.label-chatrs .clabels {
	width: 10px;
	height: 10px;
}

.label-chatrs .clabels.clabels-lg {
	width: 12px;
	height: 12px;
}

.label-chatrs .clabels.circular-clabels {
	border-radius: 50%;
}

.label-chatrs .clabels-text span:first-child {
	line-height: 13px;
}

.label-chatrs i.big-rpsn-icon {
	font-size: 35px;
}

/*Morris Chart*/
.morris-chart {
	width: 100%;
}

.morris-chart svg {
	width: 100%;
}

.morris-chart.donut-chart svg path {
	stroke: transparent;
}

.morris-hover.morris-default-style {
	background: #212121;
	border: none;
	border-radius: 0;
	color: #212121;
	font-family: var(--primary-font);
	font-size: 12px;
}

.morris-hover.morris-default-style .morris-hover-row-label {
	/* color: #fff;
     */
	font-weight: 400;
}

/*Flot Chart*/
.flot-container {
	width: 100%;
	height: 400px;
}

.flot-container .legendColorBox>div {
	border: none !important;
}

.demo-placeholder {
	width: 100%;
	height: 100%;
}

.flotTip {
	padding: 8px 12px;
	background: rgba(47, 44, 44, 0.9);
	z-index: 100;
	color: #fff;
	font-size: 12px;
}

.legendLabel {
	font-family: var(--primary-font);
	color: #212121;
	font-size: 12px;
	padding-left: 9px;
}

/*Chartist*/
.ct-line {
	stroke-width: 2px;
}

.ct-point {
	stroke-width: 7px;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
	stroke: #e69a2a;
}

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

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
	stroke: #177ec1;
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
	stroke: var(--site_color);
}

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

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
	fill: #177ec1;
}

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

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
	fill: #ea6c41;
}

.ct-area {
	fill-opacity: 0.8;
}

.ct-grid {
	stroke: #212529;
	stroke-dasharray: 0;
	stroke-width: 1px;
}

.ct-label {
	color: #212529;
	fill: #fff;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
	color: #212529;
}

.ct-chart-before-pad-zero:before {
	padding-bottom: 0;
}

/*Easy pie chart*/
.easypiechart {
	display: inline-block;
	height: 100px;
	position: relative;
	text-align: center;
	width: 100px;
}

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

.easypiechart .percent {
	color: #212121;
	display: inline-block;
	line-height: 100px;
	z-index: 2;
}

.easypiechart .percent:after {
	content: "%";
	margin-left: 1px;
}

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

.pie-chart>span {
	left: 0;
	margin-top: -2px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.easypiechart>span>img {
	height: 60%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 60%;
}

/*Skills Counter*/
.skill-head {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.skill-head.skill-head-inside {
	line-height: 100px;
}

.skill-circle {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.skill-circle.skill-circle-fill {
	background: #f7f7f9;
	border-radius: 50%;
}

/*Nestable*/
.dd-handle {
	font-weight: 400;
	margin: 0 0 15px;
	padding-top: 10px;
	background: transparent;
	color: #212529;
}

.dd-handle:hover,
.dd-handle:focus,
.dd-handle:active {
	color: #212121;
}

.dd-item>button {
	margin: 0;
	height: 42px;
}

.dd-placeholder {
	background: transparent;
	border-color: rgba(33, 33, 33, 0.1);
}

.dd3-content {
	display: block;
	color: #212529;
	margin: 0 0 15px;
	padding-top: 10px;
	padding: 10px 10px 5px 52px;
}

.dd3-content:hover,
.dd3-content:focus,
.dd3-content:active {
	color: #212121;
}

.dd-dragel>.dd3-item>.dd3-content {
	margin: 0;
}

.dd3-item>button {
	margin-left: 30px;
}

.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 42px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.dd3-handle:before {
	font-family: FontAwesome;
	content: "\f047";
	color: #212529;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	text-align: center;
	text-indent: 0;
}

/*Treeview*/
.treeview .list-group {
	margin-bottom: 0;
}

.treeview .list-group .list-group-item {
	border: 1px solid rgba(33, 33, 33, 0.1);
	height: 42px;
	padding: 10px 12px;
}

.treeview .list-group .list-group-item.node-selected {
	background: #177ec1 !important;
}

.treeview .list-group .list-group-item:hover {
	background: #f7f7f9;
}

.treeview .list-group .list-group-item:first-child,
.treeview .list-group .list-group-item:last-child {
	border-radius: 0;
}

/*Modals*/
.modal-dialog .modal-content {
	border-radius: 2px;
	border: none;
}

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

/*Sweet-alert*/
.sweet-alert {
	border-radius: 4px;
	font-family: inherit;
}

.sweet-alert h2 {
	font-weight: 400;
	color: #212121;
}

.sweet-alert button {
	box-shadow: none !important;
}

/*Notification*/
.alert {
	border-radius: 2px;
	border: none;
	color: #fff;
}

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

.alert.alert-success {
	background: #469408;
}

.alert.alert-info {
	background: var(--site_color);
}

.alert.alert-danger {
	background: #ea6c41;
}

.alert.alert-warning {
	background: #e69a2a;
}

.alert.alert-style-1 {
	padding-left: 70px;
	background: #fff;
	position: relative;
	color: #212121;
	border: 1px solid rgba(33, 33, 33, 0.1);
}

.alert.alert-style-1 i {
	height: 100%;
	left: 0;
	margin: 0;
	padding-top: 13px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
	color: #fff;
}

.alert.alert-style-1.alert-success i {
	color: #469408;
	background: #f7f7f7;
}

.alert.alert-style-1.alert-info i {
	color: var(--site_color);
	background: #f7f7f7;
}

.alert.alert-style-1.alert-danger i {
	color: #ea6c41;
	background: #f7f7f7;
}

.alert.alert-style-1.alert-warning i {
	color: #e69a2a;
	background: #f7f7f7;
}

.alert-dismissable .close,
.alert-dismissible .close {
	top: 0;
}

.jq-toast-wrap {
	width: 100%;
}

.jq-toast-wrap .jq-toast-single {
	color: #fff;
	border-radius: 2px;
	margin: 0;
	font-family: var(--primary-font);
	background: #212121;
}

.jq-toast-wrap .jq-toast-single .jq-toast-loader {
	border-radius: 2px 2px 0 0;
	height: 3px;
}

.jq-toast-wrap .jq-toast-single .jq-toast-heading {
	font-size: 16px !important;
}

.jq-toast-wrap .jq-toast-single.jq-has-icon {
	padding: 13px 10px 13px 15px;
}

.jq-toast-wrap .jq-toast-single.jq-has-icon:before {
	position: absolute;
	font-family: "fontawesome";
	font-size: 22px;
	left: 12px;
	top: 13px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-info {
	background: var(--site_color);
	padding-left: 50px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-info:before {
	content: "\e717";
}

.jq-toast-wrap .jq-toast-single.jq-icon-error {
	background: #ea6c41;
	padding-left: 50px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-error:before {
	content: "\e620";
}

.jq-toast-wrap .jq-toast-single.jq-icon-success {
	background: #469408;
	padding-left: 50px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-success:before {
	content: "\f00c";
}

.jq-toast-wrap .jq-toast-single.jq-icon-warning {
	background: #e69a2a;
	padding-left: 50px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-warning:before {
	content: "\f071";
}

.bottom-center-fullwidth .jq-toast-wrap {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	bottom: 0 !important;
}

.top-center-fullwidth .jq-toast-wrap {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	top: 2px !important;
}

/*Tooltop*/
.tooltip-inner {
	border-radius: 0;
	font-family: var(--primary-font);
	background: #212121;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #212121;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #212121;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #212121;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #212121;
}

/*Icons*/
.icon-container {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

.icon-container:hover {
	color: #212121;
}

.icon-container i,
.icon-container span.glyphicon {
	margin-right: 20px;
	font-size: 18px;
}

.glyphs.character-mapping li,
.glyphs.character-mapping input:hover,
.glyphs.character-mapping input:focus {
	color: #212121;
	border-color: #212121;
}

.font-icon-detail span:first-child {
	color: #212121;
	border: 1px solid rgba(33, 33, 33, 0.1);
}

.font-icon-list:hover .font-icon-detail span:first-child,
.font-icon-detail.zeroclipboard-is-hover span:first-child {
	background-color: #212121;
}

.checkbox label:before {
	border-radius: 0;
}

.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before,
.radio input[type="radio"]:focus+label::before {
	outline: none;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
	background-color: #333333;
	border-color: #333333;
	border-radius: 0px;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
	background-color: #ea6c41;
	border-color: #ea6c41;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
	background-color: var(--site_color);
	border-color: var(--site_color);
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
	background-color: #e69a2a;
	border-color: #e69a2a;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
	background-color: #469408;
	border-color: #469408;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::before,
.checkbox-primary input[type="radio"]:indeterminate+label::before {
	background-color: #177ec1;
	border-color: #177ec1;
}

.checkbox-danger input[type="checkbox"]:indeterminate+label::before,
.checkbox-danger input[type="radio"]:indeterminate+label::before {
	background-color: #ea6c41;
	border-color: #ea6c41;
}

.checkbox-info input[type="checkbox"]:indeterminate+label::before,
.checkbox-info input[type="radio"]:indeterminate+label::before {
	background-color: var(--site_color);
	border-color: var(--site_color);
}

.checkbox-warning input[type="checkbox"]:indeterminate+label::before,
.checkbox-warning input[type="radio"]:indeterminate+label::before {
	background-color: #e69a2a;
	border-color: #e69a2a;
}

.checkbox-success input[type="checkbox"]:indeterminate+label::before,
.checkbox-success input[type="radio"]:indeterminate+label::before {
	background-color: #469408;
	border-color: #469408;
}

.radio-primary input[type="radio"]+label::after {
	background-color: var(--site_color);
}

.radio-primary input[type="radio"]:checked+label::before {
	border-color: var(--site_color);
}

.radio-primary input[type="radio"]:checked+label::after {
	background-color: var(--site_color);
}

.radio-danger input[type="radio"]+label::after {
	background-color: #ea6c41;
}

.radio-danger input[type="radio"]:checked+label::before {
	border-color: #ea6c41;
}

.radio-danger input[type="radio"]:checked+label::after {
	background-color: #ea6c41;
}

.radio-info input[type="radio"]+label::after {
	background-color: var(--site_color);
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: var(--site_color);
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: var(--site_color);
}

.radio-warning input[type="radio"]+label::after {
	background-color: #e69a2a;
}

.radio-warning input[type="radio"]:checked+label::before {
	border-color: #e69a2a;
}

.radio-warning input[type="radio"]:checked+label::after {
	background-color: #e69a2a;
}

.radio-success input[type="radio"]+label::after {
	background-color: #469408;
}

.radio-success input[type="radio"]:checked+label::before {
	border-color: #469408;
}

.radio-success input[type="radio"]:checked+label::after {
	background-color: #469408;
}

/*File Upload*/
.fileupload {
	overflow: hidden;
	position: relative;
}

.fileupload input.upload {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: -3px;
	top: -3px;
	padding: 5px;
}

/*File Manager*/
.file-box {
	float: left;
	margin-bottom: 20px;
}

.file-sec {
	border-left: 1px solid rgba(33, 33, 33, 0.05);
}

.file-manager {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.file-manager h5 {
	text-transform: uppercase;
}

.folder-list li {
	display: block;
}

.folder-list li.active a {
	background: rgba(33, 33, 33, 0.05);
}

.folder-list li a {
	display: block;
	padding: 10px 15px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

.folder-list li a:hover {
	background: rgba(33, 33, 33, 0.05);
}

.folder-list li i {
	margin-right: 8px;
	color: #212529;
}

.category-list li {
	display: block;
}

.category-list li a {
	color: #666666;
	display: block;
	padding: 5px 0;
}

.category-list li i {
	margin-right: 8px;
	color: #3d4d5d;
}

.file-manager h5.tag-title {
	margin-top: 20px;
}

.tag-list li {
	float: left;
}

.tag-list li a {
	font-size: 12px;
	background-color: rgba(33, 33, 33, 0.1);
	padding: 5px 12px;
	border: 1px solid rgba(33, 33, 33, 0.1);
	margin-right: 5px;
	margin-top: 5px;
	display: block;
}

.file-manager .hr-line-dashed {
	margin: 15px 0;
}

.file {
	border: 1px solid rgba(33, 33, 33, 0.1);
	border-radius: 2px;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.file .icon,
.file .image {
	height: 150px;
	overflow: hidden;
	background-size: cover;
	background-position: top;
}

.file .icon {
	padding: 15px 10px;
	display: table;
	width: 100%;
	text-align: center;
}

.file .icon i {
	color: #177ec1;
	display: table-cell;
	font-size: 30px;
	vertical-align: middle;
}

.file .file-name {
	padding: 10px;
	background-color: rgba(33, 33, 33, 0.05);
	border-top: 1px solid rgba(33, 33, 33, 0.05);
}

.file .file-name span {
	font-size: 12px;
	color: #212529;
}

.file-control {
	margin-right: 10px;
	text-transform: uppercase;
}

.file-control.active {
	color: #ea6c41;
}

.file-name small {
	color: #212529;
}

ul.tag-list li {
	list-style: none;
}

a.compose-mail {
	padding: 8px 10px;
}

.mail-search {
	max-width: 300px;
}

.ibox {
	clear: both;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0;
}

.ibox.collapsed .ibox-content {
	display: none;
}

.ibox.collapsed .fa.fa-chevron-up:before {
	content: "\f078";
}

.ibox.collapsed .fa.fa-chevron-down:before {
	content: "\f077";
}

.ibox:after,
.ibox:before {
	display: table;
}

.ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 48px;
}

.ibox-content {
	background-color: #fff;
	color: inherit;
}

.ibox-footer {
	color: inherit;
	border-top: 1px solid rgba(33, 33, 33, 0.1);
	font-size: 90%;
	background: #fff;
	padding: 10px 15px;
}

/*Carousel*/
.carousel-control.left,
.carousel-control.right {
	background: none;
	text-shadow: none;
}

.carousel-control:hover.left,
.carousel-control:hover.right {
	background: none;
	text-shadow: none;
}

.carousel-control span {
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}

.carousel-indicators {
	z-index: 1;
}

.carousel-indicators li {
	border-color: #212529;
	background: #212529;
	opacity: 0.6;
}

.carousel-indicators li:hover {
	background: #fff;
}

.carousel-indicators li,
.carousel-indicators li.active {
	height: 8px;
	width: 8px;
	border-radius: 100%;
	border: none;
}

.carousel-indicators li.active {
	margin: 1px;
	opacity: 1;
}

.text-slider .carousel-indicators li {
	border: none;
}

.text-slider .carousel-indicators li:hover {
	background: #469408;
	opacity: 1;
}

.text-slider .carousel-indicators li.active {
	border: none;
	background: #469408;
}

.owl-theme .owl-dots .owl-dot span {
	height: 8px;
	margin: 5px 3px;
	width: 8px;
	background: #212529;
	opacity: 0.6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
	background: #469408;
}

/*Testimonial slider*/
.testimonial-slider-wrap .carousel-indicators {
	bottom: -50px;
}

/*Twitter slider*/
.twitter-icon-wrap i {
	font-size: 30px;
	color: #fff;
}

.twitter-slider-wrap .carousel-indicators {
	bottom: -50px;
}

.twitter-slider-wrap .carousel-indicators li {
	border: none;
	background: #fff;
	opacity: 0.4;
}

.twitter-slider-wrap .carousel-indicators li:hover {
	background: #fff;
	opacity: 0.4;
}

.twitter-slider-wrap .carousel-indicators li.active {
	background: #fff;
	opacity: 1;
}

/*Instafeed*/
.instagram-lite>li {
	display: inline-block;
	font-size: 0;
	height: auto;
	width: 25%;
	border: 1px solid #fff;
}

.instagram-lite>li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.instagram-lite>li>a img {
	height: auto;
	width: 100%;
}

/*Range Slider*/
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
	background: url("img/range/sprite-skin-modern.png");
}

.irs-slider {
	background-position: 0 -120px;
}

.irs-bar {
	background-position: 0 -60px;
}

.irs-from,
.irs-to,
.irs-single {
	font-size: 10px;
	padding: 4px 8px;
	background: #212121;
	border-radius: 4px;
	border-radius: 0;
}

.irs-from::after,
.irs-to::after,
.irs-single::after {
	border-color: #212121 transparent transparent;
}

.irs-grid-text {
	font-size: 10px;
}

/*Gallery*/
.project-gallery a {
	display: block;
	overflow: hidden;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	z-index: 1;
	width: 100%;
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.project-gallery a img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	image-rendering: optimizeQuality;
}

.project-gallery a .hover-cap {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	color: black;
	height: 65px;
	padding-top: 25px;
	left: 0;
	overflow: hidden;
	perspective: 1px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(75px);
	-moz-transform: translateY(75px);
	-ms-transform: translateY(75px);
	-o-transform: translateY(75px);
	transform: translateY(75px);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.project-gallery a:hover {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.project-gallery a:hover img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.project-gallery a:hover .hover-cap {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.lg-sub-html h6,
.lg-sub-html .panel-title {
	margin-bottom: 0;
}

#filters li {
	margin-right: 5px;
}

#filters li a {
	background: #f7f7f9 none repeat scroll 0 0;
	border-radius: 60px;
	color: #212529;
	display: inline-block;
	padding: 10px 20px;
	text-transform: capitalize;
}

#filters li a.active,
#filters li a:active,
#filters li a:hover,
#filters li a:focus {
	background: #469408;
	color: #fff;
}

#filters:last-child {
	margin-right: 0;
}

/*Typography*/
.grid-block [class^="col-"] {
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid rgba(33, 33, 33, 0.1);
	border-radius: 0;
	box-shadow: none !important;
	color: #212529;
	height: 42px;
}

/*Panel*/
.panel-title>small {
	color: #212529;
}

.panel .panel-heading a {
	position: relative;
}

.panel .panel-heading a i {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.panel .panel-heading a i.zmdi-chevron-down {
	opacity: 1;
	position: absolute;
	top: 1px;
}

.panel .panel-heading a i.zmdi-chevron-up {
	opacity: 0;
}

.panel .panel-heading a.collapsed i.zmdi-chevron-down {
	opacity: 0;
}

.panel .panel-heading a.collapsed i.zmdi-chevron-up {
	opacity: 1;
}

.panel .panel-heading .pull-right i {
	font-size: 20px;
	color: #212529;
}

.panel .panel-heading .pull-right .dropdown i {
	font-size: 16px;
}

.panel .panel-heading .pull-right .dropdown i.caret-down {
	position: static;
	margin-left: 2px;
}

.panel .panel-heading .pull-right.right-float-sub-text {
	font-size: 11px;
	padding-top: 2px;
	text-transform: uppercase;
}

.panel .panel-footer {
	background-color: transparent;
	border-top: 1px solid rgba(33, 33, 33, 0.1);
	/* padding: 5px 20px 0;
     */
}

.panel.panel-refresh {
	position: relative;
}

.panel.panel-refresh .refresh-container {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
	z-index: 5;
	cursor: wait;
	overflow: hidden;
}

.panel.panel-refresh .refresh-container .la-anim-1 {
	position: absolute;
}

.panel.panel-refresh .refresh-container .la-anim-1.la-animate {
	-webkit-transition: -webkit-transform 2s ease;
	-moz-transition: -moz-transform 2s ease;
	transition: transform 2s ease;
}

.panel-info>.panel-heading {
	background-color: var(--site_color);
}

.panel-danger>.panel-heading {
	background-color: #ea6c41;
}

.panel-warning>.panel-heading {
	background-color: #e69a2a;
}

.panel-success>.panel-heading {
	background-color: #469408;
	color:white;
}

.panel-primary>.panel-heading {
	background-color: var(--site_color);
}

.panel-inverse>.panel-heading {
	background-color: rgba(33, 33, 33, 0.1);
	color: #212121 !important;
}

.well {
	border-radius: 0;
	box-shadow: none;
	padding: 20px;
}

.well.well-lg {
	padding: 25px;
}

.well.well-sm {
	padding: 15px;
}

/*Pricing Table*/
.panel-pricing {
	background: #f7f7f9;
	border-radius: 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

.panel-pricing:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.panel-pricing .list-group-item {
	background: transparent;
	border: none;
	border-radius: 0;
}

.panel-pricing .panel-body hr {
	border-color: rgba(33, 33, 33, 0.1);
	border-width: 2px;
}

.panel-pricing .panel-body .list-group hr {
	border-width: 1px;
}

.panel-pricing .panel-body .list-group .list-group-item i {
	color: #469408;
	padding-right: 15px;
}

.panel-pricing .panel-heading i {
	display: block;
	font-size: 50px;
	margin-bottom: 25px;
	margin-top: 50px;
	color: #212121;
}

.panel-pricing .panel-heading .panel-price {
	font-size: 60px;
	color: #212121;
	font-weight: 700;
	display: block;
	margin-top: 20px;
	text-transform: capitalize;
}

.panel-pricing .panel-heading .panel-price .pricing-dolor {
	display: inline-block;
	font-size: 18px;
	padding-top: 10px;
	vertical-align: top;
}

.panel-pricing .panel-footer {
	border: none;
}

.panel-pricing .panel-footer .btn,
.panel-pricing .panel-footer .wizard>.actions a,
.wizard>.actions .panel-pricing .panel-footer a,
.panel-pricing .panel-footer .dt-buttons .dt-button,
.dt-buttons .panel-pricing .panel-footer .dt-button,
.panel-pricing .panel-footer .tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head .panel-pricing .panel-footer button,
.panel-pricing .panel-footer .sweet-alert button,
.sweet-alert .panel-pricing .panel-footer button,
.panel-pricing .panel-footer .owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav .panel-pricing .panel-footer [class*="owl-"],
.panel-pricing .panel-footer button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.panel-pricing .panel-footer button.fc-month-button.fc-state-default.fc-corner-left,
.panel-pricing .panel-footer button.fc-agendaWeek-button,
.panel-pricing .panel-footer .fc-prev-button,
.panel-pricing .panel-footer .fc-next-button,
.panel-pricing .panel-footer .fc-today-button {
	font-size: 13px;
}

/*Dropdown*/
.show-on-hover:hover>ul.dropdown-menu {
	display: block;
}

.dropdown-menu {
	border-radius: 5px;
	/* min-width: 100px; */
	margin-top: 15px;
	/* padding-bottom: 20px; */
	border: none;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.175);
	/* max-width: 100%; */
}

.dropdown-menu-right::before {
	right: 5px !important;
	left: auto !important;
}

.dropdown-menu::before {
	content: "";
	width: 21px;
	height: 21px;
	transform: rotate(-45.248deg);
	position: absolute;
	top: -5px;
	left: 5px;
	background: #ffffff;
	z-index: -1;
}

.dropdown-menu.right::before {
	right: 5px !important;
	left: auto;
}

.dropdown-menu>li {
	padding: 5px 10px;
}

.dropdown-menu>li.divider {
	padding: 0px;
}

.dropdown-menu>li>a,
.dropdown-menu>li {
	color: #0f3659;
	font-weight: 500;
	white-space: normal;
}

.dropdown-menu>li>a:hover {
	color: #ec1f24;
	background: none;
}

.dropdown-menu>li>a i {
	color: #0f3659;
	font-size: 18px;
	margin-right: 10px;
	width: 18px;
}

.dropdown-menu>li.sub-menu {
	position: relative;
}

.dropdown-menu>li.sub-menu .dropdown-menu:before,
.dropdown-menu>li.sub-menu .dropdown-menu:after {
	display: none !important;
}

.dropdown-menu>li.sub-menu>ul {
	top: 0;
}

.dropdown-menu>li.sub-menu>ul.open-left-side {
	right: 100% !important;
}

.dropdown-menu>li.sub-menu>ul.open-right-side {
	left: 100% !important;
}

.dropdown-menu .divider {
	background-color: rgba(33, 33, 33, 0.1);
}

.dropdown-menu>.active>a {
	background: var(--site_color);
	padding: 5px;
	border-radius: 8px;
}

.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background: var(--site_color);
}

/* ── Bootstrap-select dropdown reset ──
   Override global .dropdown-menu rules that break selectpicker dropdowns */
.bootstrap-select .dropdown-menu {
	margin-top: 2px;
	padding: 4px 0;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.bootstrap-select .dropdown-menu::before {
	display: none;
}
.bootstrap-select .dropdown-menu > li {
	padding: 0;
}
.bootstrap-select .dropdown-menu > li > a {
	padding: 7px 14px;
	font-size: 13px;
	color: #334155;
	font-weight: 400;
	white-space: nowrap;
}
.bootstrap-select .dropdown-menu > li > a:hover {
	background: #f1f5f9;
	color: #1e293b;
}
.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:hover,
.bootstrap-select .dropdown-menu > .selected > a {
	background: color-mix(in srgb, var(--site_color, #3b55a0) 8%, transparent);
	color: var(--site_color, #3b55a0);
	padding: 7px 14px;
	border-radius: 0;
}
.bootstrap-select .dropdown-menu > li > a > .text {
	font-size: 13px;
	color: inherit;
}
.bootstrap-select .dropdown-menu .bs-searchbox {
	padding: 6px 10px;
	margin: 0;
}
.bootstrap-select .dropdown-menu .bs-searchbox .form-control {
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 13px;
	padding: 6px 10px;
	height: auto;
	box-shadow: none;
}
.bootstrap-select .dropdown-menu .bs-searchbox .form-control:focus {
	border-color: var(--site_color, #3b55a0);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--site_color, #3b55a0) 10%, transparent);
}
.bootstrap-select .dropdown-menu .inner {
	max-height: 250px;
}

.dropdown-menu.animated {
	-webkit-animation-duration: 0.55s;
	animation-duration: 0.55s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

/*Weather*/
.forcast-days>li {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	width: 14.28%;
}

.forcast-days>li:last-child {
	margin-right: 0;
}

.forcast-days>li span.forcast-high-deg {
	color: #ea6c41;
}

.forcast-days>li img {
	width: 50px;
	margin: 0 auto;
}

.temprature {
	font-size: 60px;
	color: #212121;
}

.temprature .unit {
	display: inline-block;
	padding-top: 10px;
	vertical-align: top;
}

.currently {
	font-size: 16px;
	color: #212121;
}

.other-details {
	border-top: 1px solid rgba(33, 33, 33, 0.1);
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
	margin: 15px -15px;
	padding: 15px;
}

.other-details li {
	display: table;
	width: 100%;
}

.other-details li span {
	display: table-cell;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: capitalize;
	width: 25%;
}

.other-details li span:nth-child(2),
.other-details li span:nth-child(4) {
	color: #212121;
	text-transform: capitalize;
}

.left-block-wrap,
.right-block-wrap {
	min-height: 175px;
}

.right-block-wrap {
	text-align: center;
}

.right-block-wrap .right-block .temprature-icon img {
	width: 80px;
}

.left-block-wrap .left-block .temprature {
	font-size: 40px;
}

.weather-inverse .panel-body {
	background: #f7f7f9;
}

.weather-inverse .left-block-wrap {
	background: #fff;
}

.weather-info .left-block-wrap {
	background: var(--site_color);
	color: #fff !important;
}

.weather-info .left-block-wrap h5,
.weather-info .left-block-wrap .temprature {
	color: #fff !important;
}

.weather-warning .left-block-wrap {
	background: #e69a2a;
	color: #fff !important;
}

.weather-warning .left-block-wrap h5,
.weather-warning .left-block-wrap .temprature {
	color: #fff !important;
}

.weather-danger .left-block-wrap {
	background: #ea6c41;
	color: #fff !important;
}

.weather-danger .left-block-wrap h5,
.weather-danger .left-block-wrap .temprature {
	color: #fff !important;
}

.weather-success .left-block-wrap {
	background: #469408;
	color: #fff !important;
}

.weather-success .left-block-wrap h5,
.weather-success .left-block-wrap .temprature {
	color: #fff !important;
}

/*Sparkline*/
.jqstooltip {
	width: auto !important;
	height: auto !important;
	background: #2f2c2c !important;
	border: none !important;
}

/*Pagination*/
.pagination {
	margin: 0px;
	float: right;
}

.pagination>li>a,
.pagination>li>span {
	border-color: rgba(33, 33, 33, 0.1);
	border-radius: 0 !important;
	color: #3d464d;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>a:active,
.pagination>li>span:hover,
.pagination>li>span:focus,
.pagination>li>span:active {
	border-color: rgba(33, 33, 33, 0.1);
	background-color: rgba(33, 33, 33, 0.1);
}

.pagination>li.active>a,
.pagination>li.active>span {
	background: #3d464d;
	border-color: rgba(33, 33, 33, 0.1);
}

.pagination>li.active>a:hover,
.pagination>li.active>a:focus,
.pagination>li.active>a:active,
.pagination>li.active>span:hover,
.pagination>li.active>span:focus,
.pagination>li.active>span:active {
	background: #3d464d;
	border-color: rgba(33, 33, 33, 0.1);
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	border-color: rgba(33, 33, 33, 0.1);
	color: #469408;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #212529;
}

/*Pager*/
.pager li>a,
.pager li>span {
	border: 1px solid rgba(33, 33, 33, 0.1);
	border-radius: 60px;
}

/*Labels*/
.label,
.jvectormap-tip {
	padding: 3px 6px 3px;
	font-size: 11px;
	border-radius: 50px;
	text-transform: capitalize;
	font-weight: 400;
}

.label.label-info,
.label-info.jvectormap-tip {
	background: var(--site_color) !important;
}

.label.label-primary,
.label-primary.jvectormap-tip {
	background: #177ec1;
}

.label.label-success,
.label-success.jvectormap-tip {
	background: #469408;
}

.label.label-danger,
.label-danger.jvectormap-tip {
	background: #ea6c41;
}

.label.label-warning,
.label-warning.jvectormap-tip {
	background: #e69a2a;
}

/*Badge*/
.badge {
	display: inline-block;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    white-space: nowrap;
}

.badge-primary {
	background: #d0ebff !important;
	color: #339aef !important;
}

.badge-primary-dark {
	background: #0d55a7 !important;
	color: #ffffff !important;
}

.badge-default {
	background: #d5d5d5 !important;
	color: #777777 !important;
}

.badge-success {
	background: #e1fcef !important;
	color: #14804a !important;
}

.badge-success-dark {
	background: #14804a !important;
	color: #fff !important;
}

.badge-danger {
	background: #ffe7e4 !important;
	color: #ff6a55 !important;
}

.badge-warning {
	background: #fff8e4 !important;
	color: #f8c000 !important;
}

/*Task Panel*/
.task-panel a.list-group-item {
	background-color: transparent;
	color: #212121;
	border-color: rgba(33, 33, 33, 0.1);
	border-image: none;
	border-radius: 0 !important;
	border-style: solid none;
	border-width: 1px medium;
	border-bottom: none;
	padding: 15px;
}

.task-panel a.list-group-item i {
	color: #212529;
	padding-right: 10px;
	font-size: 18px;
	width: 25px;
	line-height: 24px;
}

.task-panel a.list-group-item:first-child {
	border-top: none;
}

.task-panel a.list-group-item:hover {
	background: rgba(33, 33, 33, 0.05);
}

/*Vecotor Map*/
/*Progressbar*/
.progress {
	-webkit-box-shadow: none !important;
	background-color: rgba(120, 130, 140, 0.13);
	box-shadow: none !important;
	height: 6px;
	border-radius: 50px;
	margin-bottom: 18px;
	overflow: hidden;
}

.progress .progress-bar {
	box-shadow: none;
	font-size: 8px;
	font-weight: 600;
	line-height: 12px;
}

.progress .progress-bar:last-child {
	border-radius: 0 60px 60px 0;
}

.progress.progress-xs {
	height: 5px !important;
}

.progress.progress-sm {
	height: 8px !important;
}

.progress.progress-md {
	height: 15px !important;
}

.progress.progress-md .progress-bar {
	font-size: 8px;
	font-weight: 400;
	line-height: 14.4px;
}

.progress.progress-lg {
	height: 20px !important;
}

.progress.progress-lg .progress-bar {
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
}

.progress-bar-info {
	background: var(--site_color);
}

.progress-bar-primary {
	background: #177ec1;
}

.progress-bar-success {
	background: #469408;
}

.progress-bar-danger {
	background: #ea6c41;
}

.progress-bar-warning {
	background: #e69a2a;
}

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

.progress-vertical .progress-bar {
	width: 100%;
}

.progress-vertical .progress-bar:last-child {
	border-radius: 0 60px 60px;
}

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

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

.progress-vertical-bottom .progress-bar:last-child {
	border-radius: 60px 60px 60px 0 !important;
}

.progress-vertical.progress-sm,
.progress-vertical-bottom.progress-sm {
	width: 8px !important;
}

.progress-vertical.progress-sm .progress-bar,
.progress-vertical-bottom.progress-sm .progress-bar {
	font-size: 8px;
	line-height: 5px;
}

.progress-vertical.progress-md,
.progress-vertical-bottom.progress-md {
	width: 15px !important;
}

.progress-vertical.progress-md .progress-bar,
.progress-vertical-bottom.progress-md .progress-bar {
	font-size: 10.8px;
	line-height: 14.4px;
}

.progress-vertical.progress-lg,
.progress-vertical-bottom.progress-lg {
	width: 20px !important;
}

.progress-vertical.progress-lg .progress-bar,
.progress-vertical-bottom.progress-lg .progress-bar {
	font-size: 12px;
	line-height: 20px;
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent) !important;
	background-size: 40px 40px !important;
}

/*Search Bar*/
.app-search {
	margin: 0;
	position: relative;
}

.app-search a {
	color: #4c5667;
	position: absolute;
	right: 10px;
	top: 15px;
}

.app-search .form-control,
.app-search .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .app-search .select2-selection__rendered,
.app-search .select2-container--default .select2-selection--single,
.select2-container--default .app-search .select2-selection--single,
.app-search .select2-selection.select2-selection--multiple,
.app-search .wizard .content>.body input,
.wizard .content>.body .app-search input,
.app-search .mce-floatpanel .mce-textbox,
.mce-floatpanel .app-search .mce-textbox,
.app-search .mce-floatpanel .mce-btn,
.mce-floatpanel .app-search .mce-btn,
.app-search .dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter .app-search input,
.app-search .dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length .app-search select,
.app-search .jsgrid-cell input,
.jsgrid-cell .app-search input,
.app-search .jsgrid-cell select,
.jsgrid-cell .app-search select,
.app-search .tablesaw-bar .btn-select select,
.tablesaw-bar .btn-select .app-search select,
.app-search .dd-handle,
.app-search .dd3-content,
.app-search .form-control:focus,
.app-search .jsgrid-cell input:focus,
.jsgrid-cell .app-search input:focus,
.app-search .jsgrid-cell select:focus,
.jsgrid-cell .app-search select:focus,
.app-search .dd-handle:focus,
.app-search .dd3-content:focus,
.app-search .form-control:focus,
.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus,
.app-search .select2-container--default .select2-selection--single:focus,
.select2-container--default .app-search .select2-selection--single:focus,
.app-search .select2-selection.select2-selection--multiple:focus,
.app-search .wizard .content>.body input:focus,
.wizard .content>.body .app-search input:focus,
.app-search .mce-floatpanel .mce-textbox:focus,
.mce-floatpanel .app-search .mce-textbox:focus,
.app-search .mce-floatpanel .mce-btn:focus,
.mce-floatpanel .app-search .mce-btn:focus,
.app-search .dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter .app-search input:focus,
.app-search .dataTables_wrapper .dataTables_length select:focus,
.dataTables_wrapper .dataTables_length .app-search select:focus,
.app-search .jsgrid-cell input:focus,
.jsgrid-cell .app-search input:focus,
.app-search .jsgrid-cell select:focus,
.jsgrid-cell .app-search select:focus,
.app-search .tablesaw-bar .btn-select select:focus,
.tablesaw-bar .btn-select .app-search select:focus,
.app-search .dd-handle:focus,
.app-search .dd3-content:focus {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	border: medium none;
	border-radius: 40px;
	box-shadow: none;
	color: #4c5667;
	display: inline-block;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 40px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	width: 180px;
}

.app-search .form-control:focus,
.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus,
.app-search .select2-container--default .select2-selection--single:focus,
.select2-container--default .app-search .select2-selection--single:focus,
.app-search .select2-selection.select2-selection--multiple:focus,
.app-search .wizard .content>.body input:focus,
.wizard .content>.body .app-search input:focus,
.app-search .mce-floatpanel .mce-textbox:focus,
.mce-floatpanel .app-search .mce-textbox:focus,
.app-search .mce-floatpanel .mce-btn:focus,
.mce-floatpanel .app-search .mce-btn:focus,
.app-search .dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter .app-search input:focus,
.app-search .dataTables_wrapper .dataTables_length select:focus,
.dataTables_wrapper .dataTables_length .app-search select:focus,
.app-search .jsgrid-cell input:focus,
.jsgrid-cell .app-search input:focus,
.app-search .jsgrid-cell select:focus,
.jsgrid-cell .app-search select:focus,
.app-search .tablesaw-bar .btn-select select:focus,
.tablesaw-bar .btn-select .app-search select:focus,
.app-search .dd-handle:focus,
.app-search .dd3-content:focus,
.app-search .form-control:focus:focus,
.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus:focus,
.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus:focus,
.app-search .select2-container--default .select2-selection--single:focus:focus,
.select2-container--default .app-search .select2-selection--single:focus:focus,
.app-search .select2-selection.select2-selection--multiple:focus:focus,
.app-search .wizard .content>.body input:focus:focus,
.wizard .content>.body .app-search input:focus:focus,
.app-search .mce-floatpanel .mce-textbox:focus:focus,
.mce-floatpanel .app-search .mce-textbox:focus:focus,
.app-search .mce-floatpanel .mce-btn:focus:focus,
.mce-floatpanel .app-search .mce-btn:focus:focus,
.app-search .dataTables_wrapper .dataTables_filter input:focus:focus,
.dataTables_wrapper .dataTables_filter .app-search input:focus:focus,
.app-search .dataTables_wrapper .dataTables_length select:focus:focus,
.dataTables_wrapper .dataTables_length .app-search select:focus:focus,
.app-search .jsgrid-cell input:focus:focus,
.jsgrid-cell .app-search input:focus:focus,
.app-search .jsgrid-cell select:focus:focus,
.jsgrid-cell .app-search select:focus:focus,
.app-search .tablesaw-bar .btn-select select:focus:focus,
.tablesaw-bar .btn-select .app-search select:focus:focus,
.app-search .dd-handle:focus:focus,
.app-search .dd3-content:focus:focus {
	width: 300px;
}

/*Chat UI*/
.chat-search {
	width: 100%;
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.chat-search .input-group {
	width: 100%;
}

.chat-search .input-group .form-control,
.chat-search .input-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .chat-search .input-group .select2-selection__rendered,
.chat-search .input-group .select2-container--default .select2-selection--single,
.select2-container--default .chat-search .input-group .select2-selection--single,
.chat-search .input-group .select2-selection.select2-selection--multiple,
.chat-search .input-group .wizard .content>.body input,
.wizard .content>.body .chat-search .input-group input,
.chat-search .input-group .mce-floatpanel .mce-textbox,
.mce-floatpanel .chat-search .input-group .mce-textbox,
.chat-search .input-group .mce-floatpanel .mce-btn,
.mce-floatpanel .chat-search .input-group .mce-btn,
.chat-search .input-group .dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter .chat-search .input-group input,
.chat-search .input-group .dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length .chat-search .input-group select,
.chat-search .input-group .jsgrid-cell input,
.jsgrid-cell .chat-search .input-group input,
.chat-search .input-group .jsgrid-cell select,
.jsgrid-cell .chat-search .input-group select,
.chat-search .input-group .tablesaw-bar .btn-select select,
.tablesaw-bar .btn-select .chat-search .input-group select,
.chat-search .input-group .dd-handle,
.chat-search .input-group .dd3-content {
	height: 36px;
	border-radius: 50px;
	padding-right: 30px;
	background: #fff;
}

.chat-search .input-group .input-group-btn {
	position: absolute;
	right: 22px;
	top: 8px;
	z-index: 4;
}

.chat-search .input-group .input-group-btn>.btn,
.chat-search .input-group .wizard>.actions .disabled .input-group-btn>a,
.chat-search .input-group .wizard>.actions .input-group-btn>a,
.wizard>.actions .chat-search .input-group .input-group-btn>a,
.chat-search .input-group .dt-buttons .input-group-btn>.dt-button,
.dt-buttons .chat-search .input-group .input-group-btn>.dt-button,
.chat-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn>button,
.tablesaw-sortable th.tablesaw-sortable-head .chat-search .input-group .input-group-btn>button,
.chat-search .input-group .sweet-alert .input-group-btn>button,
.sweet-alert .chat-search .input-group .input-group-btn>button,
.chat-search .input-group .owl-theme .owl-nav .input-group-btn>[class*="owl-"],
.owl-theme .owl-nav .chat-search .input-group .input-group-btn>[class*="owl-"],
.chat-search .input-group .input-group-btn>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.chat-search .input-group .input-group-btn>button.fc-month-button.fc-state-default.fc-corner-left,
.chat-search .input-group .input-group-btn>button.fc-agendaWeek-button,
.chat-search .input-group .input-group-btn>.fc-prev-button,
.chat-search .input-group .input-group-btn>.fc-next-button,
.chat-search .input-group .input-group-btn>.fc-today-button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	padding: 0;
}

.chat-search .input-group .input-group-btn>.btn i,
.chat-search .input-group .wizard>.actions .input-group-btn>a i,
.wizard>.actions .chat-search .input-group .input-group-btn>a i,
.chat-search .input-group .dt-buttons .input-group-btn>.dt-button i,
.dt-buttons .chat-search .input-group .input-group-btn>.dt-button i,
.chat-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn>button i,
.tablesaw-sortable th.tablesaw-sortable-head .chat-search .input-group .input-group-btn>button i,
.chat-search .input-group .sweet-alert .input-group-btn>button i,
.sweet-alert .chat-search .input-group .input-group-btn>button i,
.chat-search .input-group .owl-theme .owl-nav .input-group-btn>[class*="owl-"] i,
.owl-theme .owl-nav .chat-search .input-group .input-group-btn>[class*="owl-"] i,
.chat-search .input-group .input-group-btn>button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.chat-search .input-group .input-group-btn>button.fc-month-button.fc-state-default.fc-corner-left i,
.chat-search .input-group .input-group-btn>button.fc-agendaWeek-button i,
.chat-search .input-group .input-group-btn>.fc-prev-button i,
.chat-search .input-group .input-group-btn>.fc-next-button i,
.chat-search .input-group .input-group-btn>.fc-today-button i {
	color: #212529;
	font-size: 20px;
}

.add-friend {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.add-friend span {
	text-transform: capitalize;
	font-size: 16px;
	width: 33.33%;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.add-friend a {
	width: 33.33%;
	float: left;
	font-size: 18px;
}

.chat-list-wrap .chat-body>a {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
	display: block;
}

.chat-list-wrap .chat-body .chat-data {
	padding: 10px 15px;
	position: relative;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.chat-list-wrap .chat-body .chat-data:hover {
	background: rgba(33, 33, 33, 0.05);
}

.chat-list-wrap .chat-body .chat-data.active-user {
	background: rgba(33, 33, 33, 0.05);
}

.chat-list-wrap .chat-body .chat-data .user-img {
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 15px;
}

.chat-list-wrap .chat-body .chat-data .user-data {
	float: left;
}

.chat-list-wrap .chat-body .chat-data .user-data .time {
	font-size: 12px;
	margin-top: 2px;
	width: 165px;
}

.chat-list-wrap .chat-body .chat-data .status {
	border: 2px solid #fff;
	border-radius: 50%;
	height: 10px;
	position: absolute;
	left: 40px;
	top: 37px;
	width: 10px;
}

.chat-list-wrap .chat-body .chat-data .status.away {
	background: #e69a2a;
}

.chat-list-wrap .chat-body .chat-data .status.offline {
	background: #ea6c41;
}

.chat-list-wrap .chat-body .chat-data .status.online {
	background: #469408;
}

.recent-chat-wrap .panel-heading {
	padding: 0;
	background: transparent;
}

.recent-chat-wrap .panel-heading .goto-back {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.recent-chat-wrap .panel-heading .goto-back span {
	text-transform: capitalize;
	font-size: 16px;
	width: 33.33%;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.recent-chat-wrap .panel-heading .goto-back a {
	width: 33.33%;
	float: left;
	font-size: 18px;
}

.recent-chat-wrap.card-view {
	border: none;
	padding: 0;
	margin: 0;
}

.recent-chat-wrap .input-group {
	width: 100%;
	display: block;
}

.recent-chat-wrap .input-group .input-msg-send {
	background: rgba(33, 33, 33, 0.05);
	border: medium none;
	height: 60px;
	padding-right: 60px;
}

.recent-chat-wrap .input-group .input-group-btn {
	position: absolute;
	right: 22px;
	top: 20px;
	z-index: 4;
}

.recent-chat-wrap .input-group .input-group-btn .btn,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button,
.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"],
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	padding: 0;
}

.recent-chat-wrap .input-group .input-group-btn .btn:hover,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a:hover,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a:hover,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:hover,
.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:hover,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:hover,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:hover,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:hover,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"]:hover,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:hover,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:hover,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:hover,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button:hover,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button:hover,
.recent-chat-wrap .input-group .input-group-btn .btn:active,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a:active,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a:active,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:active,
.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:active,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:active,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:active,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:active,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:active,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:active,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"]:active,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:active,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:active,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:active,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button:active,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button:active,
.recent-chat-wrap .input-group .input-group-btn .btn:focus,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a:focus,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a:focus,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:focus,
.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:focus,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:focus,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:focus,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:focus,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"]:focus,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:focus,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:focus,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:focus,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button:focus,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button:focus {
	background: transparent none repeat scroll 0 0;
}

.recent-chat-wrap .input-group .input-group-btn .btn i,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a i,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a i,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button i,
.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button i,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button i,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button i,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button i,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"] i,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"] i,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left i,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button i,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button i,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button i,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button i {
	color: rgba(33, 33, 33, 0.2);
	font-size: 20px;
}

.recent-chat-wrap .input-group .input-group-btn.emojis {
	right: 50px;
}

.recent-chat-wrap .chat-content .user-img {
	height: 27px;
	width: 27px;
	position: absolute;
}

.recent-chat-wrap .chat-content ul li {
	padding: 0 15px;
	margin-bottom: 20px;
	position: relative;
}

.recent-chat-wrap .chat-content .msg {
	padding: 7px 15px;
	color: #212121;
	max-width: 100%;
	overflow-wrap: break-word;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.recent-chat-wrap .chat-content .msg .msg-per-detail span {
	font-size: 10px;
	text-transform: uppercase;
}

.recent-chat-wrap .chat-content .friend .friend-msg-wrap .msg {
	margin-left: 37px;
	background: rgba(33, 33, 33, 0.04) none repeat scroll 0 0;
	border-radius: 15px;
}

.recent-chat-wrap .chat-content .self .self-msg-wrap .msg {
	background: rgba(80, 181, 0, 0.24) none repeat scroll 0 0;
	margin-left: 100px;
	border-radius: 15px;
}

.chat-cmplt-wrap {
	position: relative;
}

.chat-cmplt-wrap .chat-box-wrap {
	left: 0;
	position: relative;
	-webkit-transition: left 0.4s ease 0s;
	-moz-transition: left 0.4s ease 0s;
	transition: left 0.4s ease 0s;
}

.chat-cmplt-wrap .recent-chat-box-wrap {
	position: absolute;
	right: -300px;
	top: 0;
	-webkit-transition: right 0.4s ease 0s;
	-moz-transition: right 0.4s ease 0s;
	transition: right 0.4s ease 0s;
	width: 100%;
	z-index: 101;
}

.chat-cmplt-wrap.chat-box-slide .chat-box-wrap {
	left: -300px;
}

.chat-cmplt-wrap.chat-box-slide .recent-chat-box-wrap {
	right: 0;
}

.chat-cmplt-wrap.chat-for-widgets,
.chat-cmplt-wrap.chat-for-widgets-1 {
	height: 370px;
	overflow: hidden;
}

.chat-cmplt-wrap.chat-for-widgets .recent-chat-box-wrap,
.chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
	position: absolute;
	right: -100%;
}

.chat-cmplt-wrap.chat-for-widgets.chat-box-slide .chat-box-wrap,
.chat-cmplt-wrap.chat-box-slide.chat-for-widgets-1 .chat-box-wrap {
	left: -100%;
}

.chat-cmplt-wrap.chat-for-widgets.chat-box-slide .recent-chat-box-wrap,
.chat-cmplt-wrap.chat-box-slide.chat-for-widgets-1 .recent-chat-box-wrap {
	right: 0;
}

.chat-cmplt-wrap.chat-for-widgets-1 {
	height: 596px;
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search {
	padding: 0;
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search .input-group input {
	height: 52px;
	border-radius: 0;
	border: none;
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search .input-group .input-group-btn {
	top: 18px;
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
	float: left;
	width: 30%;
}

.chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
	border-left: 1px solid rgba(33, 33, 33, 0.05);
	float: left;
	position: relative;
	right: 0;
	width: 70%;
}

/*Widgets*/
.top-countries img {
	width: 20px;
}

/*Profile*/
.profile-box .fileupload.btn,
.profile-box .wizard>.actions a.fileupload,
.wizard>.actions .profile-box a.fileupload,
.profile-box .dt-buttons .fileupload.dt-button,
.dt-buttons .profile-box .fileupload.dt-button,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload,
.profile-box .sweet-alert button.fileupload,
.sweet-alert .profile-box button.fileupload,
.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"],
.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"],
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
.profile-box button.fileupload.fc-agendaWeek-button,
.profile-box .fileupload.fc-prev-button,
.profile-box .fileupload.fc-next-button,
.profile-box .fileupload.fc-today-button {
	background: rgba(33, 33, 33, 0.5);
	border-radius: 0;
	padding: 3px 10px;
	border: none;
}

.profile-box .fileupload.btn:hover,
.profile-box .wizard>.actions a.fileupload:hover,
.wizard>.actions .profile-box a.fileupload:hover,
.profile-box .dt-buttons .fileupload.dt-button:hover,
.dt-buttons .profile-box .fileupload.dt-button:hover,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:hover,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:hover,
.profile-box .sweet-alert button.fileupload:hover,
.sweet-alert .profile-box button.fileupload:hover,
.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:hover,
.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:hover,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:hover,
.profile-box button.fileupload.fc-agendaWeek-button:hover,
.profile-box .fileupload.fc-prev-button:hover,
.profile-box .fileupload.fc-next-button:hover,
.profile-box .fileupload.fc-today-button:hover,
.profile-box .fileupload.btn:active,
.profile-box .wizard>.actions a.fileupload:active,
.wizard>.actions .profile-box a.fileupload:active,
.profile-box .dt-buttons .fileupload.dt-button:active,
.dt-buttons .profile-box .fileupload.dt-button:active,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:active,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:active,
.profile-box .sweet-alert button.fileupload:active,
.sweet-alert .profile-box button.fileupload:active,
.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:active,
.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:active,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:active,
.profile-box button.fileupload.fc-agendaWeek-button:active,
.profile-box .fileupload.fc-prev-button:active,
.profile-box .fileupload.fc-next-button:active,
.profile-box .fileupload.fc-today-button:active,
.profile-box .fileupload.btn:focus,
.profile-box .wizard>.actions a.fileupload:focus,
.wizard>.actions .profile-box a.fileupload:focus,
.profile-box .dt-buttons .fileupload.dt-button:focus,
.dt-buttons .profile-box .fileupload.dt-button:focus,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:focus,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:focus,
.profile-box .sweet-alert button.fileupload:focus,
.sweet-alert .profile-box button.fileupload:focus,
.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:focus,
.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:focus,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:focus,
.profile-box button.fileupload.fc-agendaWeek-button:focus,
.profile-box .fileupload.fc-prev-button:focus,
.profile-box .fileupload.fc-next-button:focus,
.profile-box .fileupload.fc-today-button:focus {
	background: rgba(33, 33, 33, 0.5);
}

.profile-box .fileupload.btn .btn-text,
.profile-box .wizard>.actions a.fileupload .btn-text,
.wizard>.actions .profile-box a.fileupload .btn-text,
.profile-box .dt-buttons .fileupload.dt-button .btn-text,
.dt-buttons .profile-box .fileupload.dt-button .btn-text,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload .btn-text,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload .btn-text,
.profile-box .sweet-alert button.fileupload .btn-text,
.sweet-alert .profile-box button.fileupload .btn-text,
.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"] .btn-text,
.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"] .btn-text,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left .btn-text,
.profile-box button.fileupload.fc-agendaWeek-button .btn-text,
.profile-box .fileupload.fc-prev-button .btn-text,
.profile-box .fileupload.fc-next-button .btn-text,
.profile-box .fileupload.fc-today-button .btn-text {
	color: #fff;
}

.profile-box .profile-cover-pic {
	position: relative;
	min-height: 115px;
	background-image: url("img/gallery/mock6.jpg");
}

.profile-box .profile-cover-pic .profile-image-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #212121;
	opacity: 0.4;
}

.profile-box .profile-cover-pic .fileupload.btn,
.profile-box .profile-cover-pic .wizard>.actions a.fileupload,
.wizard>.actions .profile-box .profile-cover-pic a.fileupload,
.profile-box .profile-cover-pic .dt-buttons .fileupload.dt-button,
.dt-buttons .profile-box .profile-cover-pic .fileupload.dt-button,
.profile-box .profile-cover-pic .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-cover-pic button.fileupload,
.profile-box .profile-cover-pic .sweet-alert button.fileupload,
.sweet-alert .profile-box .profile-cover-pic button.fileupload,
.profile-box .profile-cover-pic .owl-theme .owl-nav .fileupload[class*="owl-"],
.owl-theme .owl-nav .profile-box .profile-cover-pic .fileupload[class*="owl-"],
.profile-box .profile-cover-pic button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
.profile-box .profile-cover-pic button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
.profile-box .profile-cover-pic button.fileupload.fc-agendaWeek-button,
.profile-box .profile-cover-pic .fileupload.fc-prev-button,
.profile-box .profile-cover-pic .fileupload.fc-next-button,
.profile-box .profile-cover-pic .fileupload.fc-today-button {
	position: relative;
	float: right;
	z-index: 1;
}

.profile-box .profile-info {
	position: relative;
	z-index: 1;
}

.profile-box .profile-info .profile-img-wrap {
	border-radius: 2px;
	height: 143px;
	margin: -80px auto 0;
	padding: 4px;
	position: relative;
	width: 143px;
	background: #fff;
}

.profile-box .profile-info .profile-img-wrap img {
	width: 135px;
	height: 135px;
}

.profile-box .profile-info .profile-img-wrap .fileupload.btn,
.profile-box .profile-info .profile-img-wrap .wizard>.actions a.fileupload,
.wizard>.actions .profile-box .profile-info .profile-img-wrap a.fileupload,
.profile-box .profile-info .profile-img-wrap .dt-buttons .fileupload.dt-button,
.dt-buttons .profile-box .profile-info .profile-img-wrap .fileupload.dt-button,
.profile-box .profile-info .profile-img-wrap .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-info .profile-img-wrap button.fileupload,
.profile-box .profile-info .profile-img-wrap .sweet-alert button.fileupload,
.sweet-alert .profile-box .profile-info .profile-img-wrap button.fileupload,
.profile-box .profile-info .profile-img-wrap .owl-theme .owl-nav .fileupload[class*="owl-"],
.owl-theme .owl-nav .profile-box .profile-info .profile-img-wrap .fileupload[class*="owl-"],
.profile-box .profile-info .profile-img-wrap button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
.profile-box .profile-info .profile-img-wrap button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
.profile-box .profile-info .profile-img-wrap button.fileupload.fc-agendaWeek-button,
.profile-box .profile-info .profile-img-wrap .fileupload.fc-prev-button,
.profile-box .profile-info .profile-img-wrap .fileupload.fc-next-button,
.profile-box .profile-info .profile-img-wrap .fileupload.fc-today-button {
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.profile-box .social-info {
	border-top: 1px solid rgba(33, 33, 33, 0.05);
	padding: 30px 15px;
	color: #212121;
}

.profile-box .social-info .counts {
	font-size: 21px;
}

.profile-box .social-info .counts-text {
	color: #212529;
}

/*Followers*/
.followers-list-wrap .follo-body .follo-data {
	padding: 10px 15px;
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
	display: block;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.followers-list-wrap .follo-body .follo-data .user-img {
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 15px;
}

.followers-list-wrap .follo-body .follo-data .user-data {
	float: left;
}

.followers-list-wrap .follo-body .follo-data .user-data .name {
	color: #212121;
}

.followers-list-wrap .follo-body .follo-data .user-data .time {
	font-size: 12px;
	margin-top: 2px;
	width: 165px;
}

/*Small graph*/
.flex-stat {
	overflow: hidden;
}

.flex-stat li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.flex-stat li>span {
	text-transform: capitalize;
}

.sm-data-box .counter {
	font-size: 24px;
}

.sm-data-box .data-wrap-left,
.sm-data-box .data-wrap-right {
	padding-top: 19px;
	min-height: 99px;
}

.sm-data-box .data-wrap-right .data-right-rep-icon {
	font-size: 60px;
}

.sm-data-box.data-with-border .data-wrap-left {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sm-data-box-1 .cus-sat-stat {
	font-size: 42px;
}

.sm-data-box-2 .table>tbody>tr>td,
.sm-data-box-2 .jsgrid-table>tbody>tr>td,
.sm-data-box-2 .table>tbody>tr>th,
.sm-data-box-2 .jsgrid-table>tbody>tr>th,
.sm-data-box-2 .table>tfoot>tr>td,
.sm-data-box-2 .jsgrid-table>tfoot>tr>td,
.sm-data-box-2 .table>tfoot>tr>th,
.sm-data-box-2 .jsgrid-table>tfoot>tr>th,
.sm-data-box-2 .table>thead>tr>td,
.sm-data-box-2 .jsgrid-table>thead>tr>td,
.sm-data-box-2 .table>thead>tr>th,
.sm-data-box-2 .jsgrid-table>thead>tr>th {
	padding: 12.5px 15px;
}

.sm-data-box-3 .panel-heading .pull-left i.zmdi {
	padding-top: 11px;
}

.sm-data-box-3 .easypiechart {
	height: 165px;
	width: 165px;
}

.sm-data-box-3 .easypiechart .percent {
	font-size: 30px;
	line-height: 30px;
	margin-top: 56px;
}

.sm-data-box-3 .easypiechart .percent::after {
	font-size: 30px;
}

.sm-data-box-3 i.zmdi-caret-up,
.sm-data-box-3 i.zmdi-caret-down {
	position: relative;
	top: 2px;
}

.lg-progress-box i {
	color: #e5e5e5;
	font-size: 56px;
}

/*Timeline*/
.timeline {
	list-style: none;
	padding: 10px 0;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background: rgba(33, 33, 33, 0.1);
	left: 50%;
	margin-left: -1.5px;
}

.timeline>li {
	margin-bottom: 150px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}

.timeline>li:last-child {
	margin-bottom: 0;
}

.timeline>li>.timeline-panel {
	width: calc(100% - 50px);
	float: left;
	position: relative;
	border-radius: 2px;
	background-color: rgba(33, 33, 33, 0.05);
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 30px;
	right: -10px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-left: 10px solid;
	border-right: 0 solid #fff;
	border-bottom: 10px solid transparent;
	border-left-color: rgba(33, 33, 33, 0.05);
	content: " ";
}

.timeline>li>.timeline-panel.bg-yellow:after {
	border-left-color: #e69a2a;
}

.timeline>li>.timeline-panel.bg-red:after {
	border-left-color: #ea6c41;
}

.timeline>li>.timeline-panel.bg-blue:after {
	border-left-color: #177ec1;
}

.timeline>li>.timeline-panel.bg-green:after {
	border-left-color: #469408;
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 16px;
	right: -22px;
	z-index: 100;
}

.timeline>li>.timeline-badge i {
	font-size: 16px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 10px;
	left: -10px;
	right: auto;
	border-right-color: rgba(33, 33, 33, 0.05);
}

.timeline>li.timeline-inverted>.timeline-panel.bg-yellow:after {
	border-right-color: #e69a2a;
}

.timeline>li.timeline-inverted>.timeline-panel.bg-pink:after {
	border-right-color: var(--site_color);
}

.timeline>li.timeline-inverted>.timeline-panel.bg-red:after {
	border-right-color: #ea6c41;
}

.timeline>li.timeline-inverted>.timeline-panel.bg-blue:after {
	border-right-color: #177ec1;
}

.timeline>li.timeline-inverted>.timeline-panel.bg-green:after {
	border-right-color: #469408;
}

.timeline>li.timeline-inverted {
	float: right;
	clear: right;
	margin-top: 150px;
}

.timeline>li.timeline-inverted>.timeline-badge {
	left: -22px;
}

/*Caledar*/
.calendar-event {
	cursor: move;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.calendar-event a {
	color: #fff;
	font-size: 10px;
	margin: 4px 0 0 10px;
	opacity: 0.6;
}

.fc button {
	height: auto !important;
	text-shadow: none !important;
}

button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-agendaWeek-button {
	padding: 9px 25px;
}

.fc-month-button,
.fc-agendaWeek-button {
	margin-right: 15px !important;
}

.fc-event {
	background-color: rgba(70, 148, 8, 0.2);
	border: none;
	border-radius: 0;
	font-size: 12px;
	color: #212121;
}

.fc-day-grid-event {
	margin: 5px 0 0;
	padding: 5px;
}

.fc-prev-button,
.fc-next-button,
.fc-today-button {
	border-radius: 0 !important;
}

.fc-unthemed .fc-today {
	background: #469408;
	color: #fff;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #212121;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
	border-color: rgba(33, 33, 33, 0.1);
}

.small-calendar .fc-left h2 {
	font-size: 16px;
	line-height: 20px;
}

.small-calendar .fc-next-button,
.small-calendar .fc-prev-button {
	background: transparent;
	border: none;
	color: #212529;
	font-size: 20px !important;
	padding: 0;
	line-height: 0;
}

.small-calendar .fc-next-button .fc-icon,
.small-calendar .fc-prev-button .fc-icon {
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
}

.small-calendar .fc-next-button .fc-icon-right-single-arrow:before {
	content: "\f2fb";
}

.small-calendar .fc-next-button .fc-icon-right-single-arrow:after {
	content: "";
	font-size: inherit;
	font-weight: inherit;
	top: inherit;
}

.small-calendar .fc-prev-button {
	margin-right: 5px !important;
}

.small-calendar .fc-prev-button .fc-icon-left-single-arrow:before {
	content: "\f2fa";
}

.small-calendar .fc-prev-button .fc-icon-left-single-arrow:after {
	content: "";
	font-size: inherit;
	font-weight: inherit;
	top: inherit;
}

/*Activity*/
.sl-item {
	position: relative;
	padding-bottom: 18px;
	border-left: 1px solid rgba(33, 33, 33, 0.1);
	margin-left: 15px;
}

.sl-item .sl-content::before {
	content: "";
	background: #e8e8e8;
	width: 22px;
	height: 2px;
	position: absolute;
	left: -10px;
	top: 7px;
}

.sl-item .sl-content {
	margin-left: 30px;
}

.sl-item .sl-content p {
	margin: 0;
}

.user-activity .sl-item .sl-content {
	border-bottom: 1px solid rgba(33, 33, 33, 0.05);
	padding-bottom: 15px;
}

.user-activity .sl-item .sl-content .activity-thumbnail {
	margin-top: 5px;
}

.user-activity .sl-item .sl-content .activity-thumbnail img {
	height: 65px;
	width: 65px;
	border-radius: 2px;
	margin-right: 10px;
}

.user-activity .sl-item .sl-content .activity-thumbnail img:last-child {
	margin-right: 0;
}

.user-activity .sl-item:last-child .sl-content {
	border-bottom: 0;
	padding-bottom: 0;
}

.sl-avatar {
	position: absolute;
	left: -15px;
}

.sl-avatar img {
	height: 30px;
	width: 30px;
}

/*Message Box*/
.message-box-wrap .msg-search {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.message-box-wrap .msg-search span {
	text-transform: capitalize;
	font-size: 16px;
	width: 33.33%;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.message-box-wrap .msg-search a {
	width: 33.33%;
	float: left;
	font-size: 18px;
}

.message-box-wrap .message-box-bottom-wrap .read-all {
	padding: 5px 15px;
	color: #212529;
	text-transform: capitalize;
}

.message-box>a,
.review-box>a {
	display: block;
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.message-box>a .sl-item,
.review-box>a .sl-item {
	border: none;
	padding: 10px 15px;
	margin-left: 0;
	background: rgba(33, 33, 33, 0.05);
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.message-box>a .sl-item:before,
.review-box>a .sl-item:before,
.message-box>a .sl-item:after,
.review-box>a .sl-item:after {
	display: none;
}

.message-box>a .sl-item .sl-avatar,
.review-box>a .sl-item .sl-avatar {
	left: auto;
}

.message-box>a .sl-item .sl-avatar img,
.review-box>a .sl-item .sl-avatar img {
	width: 35px;
	height: 35px;
}

.message-box>a .sl-item .sl-content,
.review-box>a .sl-item .sl-content {
	margin-left: 50px;
}

.message-box>a .sl-item .sl-content .message-time,
.review-box>a .sl-item .sl-content .message-time {
	color: #212529;
}

.message-box>a .sl-item .sl-content .message-subject,
.review-box>a .sl-item .sl-content .message-subject {
	font-size: 13px;
}

.message-box>a .sl-item .sl-content>p,
.review-box>a .sl-item .sl-content>p {
	font-size: 13px;
	line-height: 16px;
}

.message-box>a .sl-item.unread-message,
.review-box>a .sl-item.unread-message {
	background: transparent;
}

.message-box>a .sl-item.unread-message:hover,
.review-box>a .sl-item.unread-message:hover {
	background: rgba(33, 33, 33, 0.05);
}

.message-box>a .sl-item.unread-message .sl-content .message-per,
.review-box>a .sl-item.unread-message .sl-content .message-per,
.message-box>a .sl-item.unread-message .sl-content .message-subject,
.review-box>a .sl-item.unread-message .sl-content .message-subject {
	font-weight: 500;
}

.review-box hr {
	margin: 0;
}

.review-box .per-rating a {
	color: #ea6c41;
	margin-right: 4px;
	font-size: 17px;
}

.review-box .per-rating span {
	font-size: 17px;
	color: #212121;
}

.review-box .sl-item {
	margin-left: 0;
	border: none;
	padding: 20px 15px;
}

.review-box .sl-item:before {
	display: none;
}

.review-box .sl-item .sl-content {
	margin-left: 0;
}

/*Inbox*/
.mail-box .panel {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	border-radius: 0;
	border-left: 1px solid rgba(33, 33, 33, 0.1);
	min-height: 1000px;
}

.mail-box .inbox-search .input-group {
	width: 100%;
}

.mail-box .inbox-search .input-group input {
	height: 25px;
	padding-right: 30px;
	width: 150px;
}

.mail-box .inbox-search .input-group .input-group-btn {
	position: absolute;
	right: 22px;
	top: 3px;
	z-index: 4;
	pointer-events: none;
}

.mail-box .inbox-search .input-group .input-group-btn .btn,
.mail-box .inbox-search .input-group .input-group-btn .wizard>.actions a,
.wizard>.actions .mail-box .inbox-search .input-group .input-group-btn a,
.mail-box .inbox-search .input-group .input-group-btn .dt-buttons .dt-button,
.dt-buttons .mail-box .inbox-search .input-group .input-group-btn .dt-button,
.mail-box .inbox-search .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head .mail-box .inbox-search .input-group .input-group-btn button,
.mail-box .inbox-search .input-group .input-group-btn .sweet-alert button,
.sweet-alert .mail-box .inbox-search .input-group .input-group-btn button,
.mail-box .inbox-search .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav .mail-box .inbox-search .input-group .input-group-btn [class*="owl-"],
.mail-box .inbox-search .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.mail-box .inbox-search .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left,
.mail-box .inbox-search .input-group .input-group-btn button.fc-agendaWeek-button,
.mail-box .inbox-search .input-group .input-group-btn .fc-prev-button,
.mail-box .inbox-search .input-group .input-group-btn .fc-next-button,
.mail-box .inbox-search .input-group .input-group-btn .fc-today-button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	padding: 0;
}

.user-head {
	position: relative;
}

.user-head .user-name h5 {
	margin-top: 15px;
}

ul.inbox-nav {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.inbox-nav li {
	display: inline-block;
	width: 100%;
}

ul.inbox-nav li a {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

ul.inbox-nav li a i {
	font-size: 16px;
	padding-right: 10px;
	color: #212529;
}

ul.inbox-nav li a:hover,
ul.inbox-nav li.active a,
ul.inbox-nav li a:focus {
	background: rgba(33, 33, 33, 0.05);
}

.inbox-pagination {
	float: right;
}

.inbox-pagination li {
	float: left;
}

.inbox-head {
	color: #fff;
	min-height: 80px;
}

.table-inbox tr td {
	padding: 7px 15px !important;
}

.table-inbox tr td:hover {
	cursor: pointer;
}

.table-inbox tr td .zmdi-star.inbox-started,
.table-inbox tr td .zmdi-star:hover {
	color: #ea6c41;
}

.table-inbox tr.unread td {
	color: #212121;
	font-weight: 500;
}

.table-inbox tr.unread td i {
	color: #212529;
}

.table-inbox.table-hover>tbody>tr {
	background: rgba(33, 33, 33, 0.05) !important;
}

.table-inbox.table-hover>tbody>tr td {
	color: #212121;
}

.table-inbox.table-hover>tbody>tr td i {
	color: #212529;
}

.table-inbox.table-hover>tbody>tr.unread {
	background: transparent !important;
}

.table-inbox.table-hover>tbody>tr.unread:hover {
	background-color: rgba(33, 33, 33, 0.05) !important;
}

.time-chat-history {
	min-width: 70px;
}

.mail-option {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.mail-option .chk-all {
	display: inline-block;
	padding: 0;
}

.mail-option .chk-all .btn,
.mail-option .chk-all .wizard>.actions a,
.wizard>.actions .mail-option .chk-all a,
.mail-option .chk-all .dt-buttons .dt-button,
.dt-buttons .mail-option .chk-all .dt-button,
.mail-option .chk-all .tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head .mail-option .chk-all button,
.mail-option .chk-all .sweet-alert button,
.sweet-alert .mail-option .chk-all button,
.mail-option .chk-all .owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav .mail-option .chk-all [class*="owl-"],
.mail-option .chk-all button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.mail-option .chk-all button.fc-month-button.fc-state-default.fc-corner-left,
.mail-option .chk-all button.fc-agendaWeek-button,
.mail-option .chk-all .fc-prev-button,
.mail-option .chk-all .fc-next-button,
.mail-option .chk-all .fc-today-button,
.mail-option .chk-all .dropdown {
	display: inline-block;
	padding: 0 5px;
	box-shadow: none;
	margin-right: 5px;
	background: transparent;
	color: #212121;
}

.mail-option .chk-all .btn i,
.mail-option .chk-all .wizard>.actions a i,
.wizard>.actions .mail-option .chk-all a i,
.mail-option .chk-all .dt-buttons .dt-button i,
.dt-buttons .mail-option .chk-all .dt-button i,
.mail-option .chk-all .tablesaw-sortable th.tablesaw-sortable-head button i,
.tablesaw-sortable th.tablesaw-sortable-head .mail-option .chk-all button i,
.mail-option .chk-all .sweet-alert button i,
.sweet-alert .mail-option .chk-all button i,
.mail-option .chk-all .owl-theme .owl-nav [class*="owl-"] i,
.owl-theme .owl-nav .mail-option .chk-all [class*="owl-"] i,
.mail-option .chk-all button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.mail-option .chk-all button.fc-month-button.fc-state-default.fc-corner-left i,
.mail-option .chk-all button.fc-agendaWeek-button i,
.mail-option .chk-all .fc-prev-button i,
.mail-option .chk-all .fc-next-button i,
.mail-option .chk-all .fc-today-button i,
.mail-option .chk-all .dropdown i {
	color: #212529;
}

.mail-option .chk-all input[type="checkbox"] {
	margin-top: 0;
}

.mail-option .chk-all .checkbox {
	min-height: auto !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.mail-option .btn-group {
	margin-right: 5px;
}

.mail-option .btn-group a.all {
	border: medium none;
}

.heading-inbox .btn,
.heading-inbox .wizard>.actions a,
.wizard>.actions .heading-inbox a,
.heading-inbox .dt-buttons .dt-button,
.dt-buttons .heading-inbox .dt-button,
.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button,
.heading-inbox .sweet-alert button,
.sweet-alert .heading-inbox button,
.heading-inbox .owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav .heading-inbox [class*="owl-"],
.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left,
.heading-inbox button.fc-agendaWeek-button,
.heading-inbox .fc-prev-button,
.heading-inbox .fc-next-button,
.heading-inbox .fc-today-button,
.heading-inbox .dropdown {
	display: inline-block;
	padding: 0 5px;
	box-shadow: none;
	background: transparent;
}

.heading-inbox .btn i,
.heading-inbox .wizard>.actions a i,
.wizard>.actions .heading-inbox a i,
.heading-inbox .dt-buttons .dt-button i,
.dt-buttons .heading-inbox .dt-button i,
.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button i,
.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button i,
.heading-inbox .sweet-alert button i,
.sweet-alert .heading-inbox button i,
.heading-inbox .owl-theme .owl-nav [class*="owl-"] i,
.owl-theme .owl-nav .heading-inbox [class*="owl-"] i,
.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left i,
.heading-inbox button.fc-agendaWeek-button i,
.heading-inbox .fc-prev-button i,
.heading-inbox .fc-next-button i,
.heading-inbox .fc-today-button i,
.heading-inbox .dropdown i {
	font-size: 17px;
	color: #212529;
}

.heading-inbox .btn i.zmdi-chevron-left,
.heading-inbox .wizard>.actions a i.zmdi-chevron-left,
.wizard>.actions .heading-inbox a i.zmdi-chevron-left,
.heading-inbox .dt-buttons .dt-button i.zmdi-chevron-left,
.dt-buttons .heading-inbox .dt-button i.zmdi-chevron-left,
.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button i.zmdi-chevron-left,
.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button i.zmdi-chevron-left,
.heading-inbox .sweet-alert button i.zmdi-chevron-left,
.sweet-alert .heading-inbox button i.zmdi-chevron-left,
.heading-inbox .owl-theme .owl-nav [class*="owl-"] i.zmdi-chevron-left,
.owl-theme .owl-nav .heading-inbox [class*="owl-"] i.zmdi-chevron-left,
.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right i.zmdi-chevron-left,
.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left i.zmdi-chevron-left,
.heading-inbox button.fc-agendaWeek-button i.zmdi-chevron-left,
.heading-inbox .fc-prev-button i.zmdi-chevron-left,
.heading-inbox .fc-next-button i.zmdi-chevron-left,
.heading-inbox .fc-today-button i.zmdi-chevron-left,
.heading-inbox .dropdown i.zmdi-chevron-left {
	font-size: 27px;
}

.file-name {
	color: #212121;
}

.download-blocks a {
	color: #212529;
}

.sender-img-wrap img {
	width: 40px;
	height: 40px;
}

.heading-inbox .compose-btn .btn,
.heading-inbox .compose-btn .wizard>.actions a,
.wizard>.actions .heading-inbox .compose-btn a,
.heading-inbox .compose-btn .dt-buttons .dt-button,
.dt-buttons .heading-inbox .compose-btn .dt-button,
.heading-inbox .compose-btn .tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox .compose-btn button,
.heading-inbox .compose-btn .sweet-alert button,
.sweet-alert .heading-inbox .compose-btn button,
.heading-inbox .compose-btn .owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav .heading-inbox .compose-btn [class*="owl-"],
.heading-inbox .compose-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.heading-inbox .compose-btn button.fc-month-button.fc-state-default.fc-corner-left,
.heading-inbox .compose-btn button.fc-agendaWeek-button,
.heading-inbox .compose-btn .fc-prev-button,
.heading-inbox .compose-btn .fc-next-button,
.heading-inbox .compose-btn .fc-today-button {
	box-shadow: none;
	color: #212529;
	display: inline-block;
	padding: 0 5px;
	background: transparent;
}

.sender-info .pull-right .dropdown-toggle>i {
	font-size: 17px;
	color: #212529;
	vertical-align: middle;
}

.attachment-mail li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.attachment-mail li .attached-img-container {
	width: 120px;
	height: 120px;
	display: block;
	background-position: center top;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: 2px;
}

.attachment-mail li:last-child {
	margin-right: 0;
}

/*Contact List*/
.contact-list .panel {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	border-radius: 0;
	border-left: 1px solid rgba(33, 33, 33, 0.1);
}

.contact-list .table>tbody>tr>td,
.contact-list .jsgrid-table>tbody>tr>td {
	padding: 12px 15px;
}

.contact-list .table>tbody>tr>td a,
.contact-list .jsgrid-table>tbody>tr>td a {
	font-weight: 500;
}

.contact-list .create-label {
	display: block;
}

/*Contact Cards*/
.contact-card .card-user-img {
	height: 65px;
	width: 65px;
}

.contact-card .panel-heading .user-detail-wrap {
	margin-top: 8px;
}

.contact-card .panel-heading .user-detail-wrap .card-user-name {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
}

.contact-card .panel-heading .user-detail-wrap .card-user-desn {
	color: #fff;
	text-transform: capitalize;
}

.contact-card .panel-heading .pull-right {
	margin-top: 22px;
}

.contact-card .card-user-email,
.contact-card .card-user-phone {
	color: #212529;
}

.sp-header {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.sp-logo-wrap {
	padding-top: 19px;
	padding-left: 15px;
}

.sp-logo-wrap .brand-img {
	position: relative;
	top: 2px;
}

.sp-logo-wrap .brand-text {
	color: #212121;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	text-transform: capitalize;
}

.form-group.pull-right {
	padding-top: 19px;
	padding-right: 15px;
}

.auth-form-wrap {
	padding: 50px 0;
}

.auth-form {
	width: 400px;
	padding: 25px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

.auth-form a.txt-danger:hover {
	color: #ea6c41;
}

.auth-form label {
	font-size: 16px;
}

.auth-form .form-control {
	height: 40px;
}

.auth-form .btn {
	padding: 10px 20px;
	font-size: 16px;
}

/*Error Page*/
.error-page .brand-text {
	color: #212121;
}

.error-head {
	font-size: 112px;
	font-style: italic;
	line-height: 112px;
}

.error-bg-img {
	background: url("img/errorbg.jpg");
	background-size: cover;
}

/*Products*/
.col-item {
	background: #fff;
}

.col-item .photo {
	overflow: hidden;
	position: relative;
}

.col-item .photo .options {
	position: absolute;
	right: 10px;
	top: 5px;
}

.col-item .photo img {
	margin: 0 auto;
	width: 85%;
}

.col-item .info {
	background: #f7f7f9 none repeat scroll 0 0;
	padding: 15px 0 15px 15px;
}

/*Cropperjs*/
.img-container,
.img-preview {
	background-color: #f7f7f7;
	width: 100%;
	text-align: center;
}

.img-container {
	min-height: 200px;
	max-height: 469px;
	margin-bottom: 16px;
}

.img-container>img {
	max-width: 100%;
}

.docs-preview {
	margin-right: -16px;
}

.img-preview {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

.img-preview>img {
	max-width: 100%;
}

.preview-lg {
	width: 255px;
	height: 143px;
}

.preview-md {
	width: 128px;
	height: 72px;
}

.preview-sm {
	width: 72px;
	height: 41px;
}

.preview-xs {
	width: 40px;
	height: 24px;
	margin-right: 0;
}

.docs-data>.input-group {
	margin-bottom: 8px;
}

.docs-data>.input-group>label {
	min-width: 80px;
}

.docs-data>.input-group>span {
	min-width: 50px;
}

.docs-buttons>.btn,
.wizard>.actions .disabled .docs-buttons>a,
.wizard>.actions .docs-buttons>a,
.dt-buttons .docs-buttons>.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .docs-buttons>button,
.sweet-alert .docs-buttons>button,
.owl-theme .owl-nav .docs-buttons>[class*="owl-"],
.docs-buttons>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.docs-buttons>button.fc-month-button.fc-state-default.fc-corner-left,
.docs-buttons>button.fc-agendaWeek-button,
.docs-buttons>.fc-prev-button,
.docs-buttons>.fc-next-button,
.docs-buttons>.fc-today-button,
.docs-buttons>.btn-group,
.docs-buttons>.form-control,
.select2-container--default .select2-selection--single .docs-buttons>.select2-selection__rendered,
.select2-container--default .docs-buttons>.select2-selection--single,
.docs-buttons>.select2-selection.select2-selection--multiple,
.wizard .content>.body .docs-buttons>input,
.mce-floatpanel .docs-buttons>.mce-textbox,
.mce-floatpanel .docs-buttons>.mce-btn,
.dataTables_wrapper .dataTables_filter .docs-buttons>input,
.dataTables_wrapper .dataTables_length .docs-buttons>select,
.jsgrid-cell .docs-buttons>input,
.jsgrid-cell .docs-buttons>select,
.tablesaw-bar .btn-select .docs-buttons>select,
.docs-buttons>.dd-handle,
.docs-buttons>.dd3-content,
.app-search .docs-buttons>.form-control:focus,
.select2-container--default .select2-selection--single .app-search .docs-buttons>.select2-selection__rendered:focus,
.select2-container--default .app-search .docs-buttons>.select2-selection--single:focus,
.app-search .docs-buttons>.select2-selection.select2-selection--multiple:focus,
.wizard .content>.body .app-search .docs-buttons>input:focus,
.mce-floatpanel .app-search .docs-buttons>.mce-textbox:focus,
.mce-floatpanel .app-search .docs-buttons>.mce-btn:focus,
.dataTables_wrapper .dataTables_filter .app-search .docs-buttons>input:focus,
.dataTables_wrapper .dataTables_length .app-search .docs-buttons>select:focus,
.app-search .jsgrid-cell .docs-buttons>input:focus,
.jsgrid-cell .app-search .docs-buttons>input:focus,
.app-search .jsgrid-cell .docs-buttons>select:focus,
.jsgrid-cell .app-search .docs-buttons>select:focus,
.tablesaw-bar .btn-select .app-search .docs-buttons>select:focus,
.app-search .docs-buttons>.dd-handle:focus,
.app-search .docs-buttons>.dd3-content:focus {
	margin-right: 4px;
	margin-bottom: 8px;
}

.docs-toggles>.btn,
.wizard>.actions .disabled .docs-toggles>a,
.wizard>.actions .docs-toggles>a,
.dt-buttons .docs-toggles>.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .docs-toggles>button,
.sweet-alert .docs-toggles>button,
.owl-theme .owl-nav .docs-toggles>[class*="owl-"],
.docs-toggles>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.docs-toggles>button.fc-month-button.fc-state-default.fc-corner-left,
.docs-toggles>button.fc-agendaWeek-button,
.docs-toggles>.fc-prev-button,
.docs-toggles>.fc-next-button,
.docs-toggles>.fc-today-button,
.docs-toggles>.btn-group,
.docs-toggles>.dropdown {
	margin-bottom: 8px;
}

.docs-tooltip {
	display: block;
	margin: -8px -12px;
	padding: 8px 12px;
}

.docs-aspect-ratios,
.docs-view-modes {
	width: 100%;
}

.docs-aspect-ratios>.btn,
.wizard>.actions .disabled .docs-aspect-ratios>a,
.wizard>.actions .docs-aspect-ratios>a,
.dt-buttons .docs-aspect-ratios>.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .docs-aspect-ratios>button,
.sweet-alert .docs-aspect-ratios>button,
.owl-theme .owl-nav .docs-aspect-ratios>[class*="owl-"],
.docs-aspect-ratios>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.docs-aspect-ratios>button.fc-month-button.fc-state-default.fc-corner-left,
.docs-aspect-ratios>button.fc-agendaWeek-button,
.docs-aspect-ratios>.fc-prev-button,
.docs-aspect-ratios>.fc-next-button,
.docs-aspect-ratios>.fc-today-button {
	width: 20%;
}

.docs-view-modes>.btn,
.wizard>.actions .disabled .docs-view-modes>a,
.wizard>.actions .docs-view-modes>a,
.dt-buttons .docs-view-modes>.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .docs-view-modes>button,
.sweet-alert .docs-view-modes>button,
.owl-theme .owl-nav .docs-view-modes>[class*="owl-"],
.docs-view-modes>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.docs-view-modes>button.fc-month-button.fc-state-default.fc-corner-left,
.docs-view-modes>button.fc-agendaWeek-button,
.docs-view-modes>.fc-prev-button,
.docs-view-modes>.fc-next-button,
.docs-view-modes>.fc-today-button {
	width: 25%;
}

.docs-options .dropdown-menu {
	width: 100%;
}

.docs-options .dropdown-menu>li {
	padding: 4px 16px;
}

.docs-options .dropdown-menu>li:hover {
	background-color: #f7f7f7;
}

.docs-options .dropdown-menu>li>label {
	margin-bottom: 0;
}

.docs-cropped .modal-body {
	text-align: center;
}

.docs-cropped .modal-body>img,
.docs-cropped .modal-body>canvas {
	max-width: 100%;
}

.common-credits>li {
	display: block;
	margin-bottom: 15px;
}

.common-credits>li:last-child {
	margin-bottom: 0;
}

/****************************/
/** Mediaqueries **/
/****************************/
@media (max-width: 1400px) {
	.fixed-sidebar-left {
		width: 44px;
	}

	.fixed-sidebar-left .side-nav {
		padding: 0;
	}

	.fixed-sidebar-left .side-nav>li>a {
		border-left: none;
		border-radius: 0;
		padding: 9px 12px;
		justify-content: center;
	}

	.fixed-sidebar-left .side-nav>li>ul {
		margin-left: 0;
		border-left: none;
	}

	.fixed-sidebar-left .side-nav li.navigation-header>span {
		display: none;
	}

	.fixed-sidebar-left .side-nav li.navigation-header>i {
		display: block;
	}

	.fixed-sidebar-left .collapse.in {
		display: none;
	}

	.fixed-sidebar-left:hover {
		width: 225px;
	}

	.fixed-sidebar-left:hover .side-nav {
		padding: 0 8px;
	}

	.fixed-sidebar-left:hover .side-nav>li>a {
		border-left: 3px solid transparent;
		border-radius: 8px;
		justify-content: flex-start;
	}

	.fixed-sidebar-left:hover .side-nav>li.active>a {
		border-left-color: #2854a0;
	}

	.fixed-sidebar-left:hover .side-nav>li>ul {
		margin-left: 22px;
		border-left: 2px solid #e5e7eb;
	}

	.fixed-sidebar-left:hover .side-nav li.navigation-header>span {
		display: block;
	}

	.fixed-sidebar-left:hover .side-nav li.navigation-header>i {
		display: none;
	}

	.fixed-sidebar-left:hover .collapse.in {
		display: block;
	}

	.fixed-sidebar-left:hover .right-nav-text {
		opacity: 1;
		display: initial;
	}

	.fixed-sidebar-left .right-nav-text {
		opacity: 0;
		display: none;
	}

	.page-wrapper {
		margin-left: 44px;
	}

	.navbar.navbar-inverse.navbar-fixed-top .nav-header {
		width: 60px;
	}

	.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
		opacity: 0;
		visibility: hidden;
	}

	.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu {
		width: calc(100% - 100px);
	}

	.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
		width: 225px;
	}

	.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
		opacity: 1;
		visibility: visible;
	}

	.slide-nav-toggle .fixed-sidebar-left {
		width: 225px;
	}

	.slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header>span {
		display: block;
	}

	.slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header>i {
		display: none;
	}

	.slide-nav-toggle .fixed-sidebar-left .collapse.in {
		display: block;
		margin-bottom: 10px;
	}

	.slide-nav-toggle .fixed-sidebar-left .right-nav-text {
		opacity: 1;
		display: initial;
	}

	.slide-nav-toggle .page-wrapper {
		margin-left: 0;
		left: 225px;
	}

	.slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
		width: 225px;
	}

	.slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 1200px) {

	.table-responsive .table>tbody>tr>td,
	.table-responsive .jsgrid-table>tbody>tr>td,
	.table-responsive .table>tbody>tr>th,
	.table-responsive .jsgrid-table>tbody>tr>th,
	.table-responsive .table>tfoot>tr>td,
	.table-responsive .jsgrid-table>tfoot>tr>td,
	.table-responsive .table>tfoot>tr>th,
	.table-responsive .jsgrid-table>tfoot>tr>th,
	.table-responsive .table>thead>tr>td,
	.table-responsive .jsgrid-table>thead>tr>td,
	.table-responsive .table>thead>tr>th,
	.table-responsive .jsgrid-table>thead>tr>th {
		white-space: nowrap;
	}
}

@media (max-width: 1024px) {
	.mobile-only-view {
		display: block !important;
	}

	.fixed-sidebar-left {
		margin-left: -225px;
		width: 225px;
	}

	.fixed-sidebar-left .right-nav-text {
		opacity: 1;
		display: initial;
	}

	.mobile-nav-open .fixed-sidebar-right,
	.mobile-nav-open .fixed-sidebar-left {
		top: 60px;
	}

	.page-wrapper {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.slide-nav-toggle .fixed-sidebar-left {
		margin-left: 0;
	}

	.slide-nav-toggle .page-wrapper {
		left: 225px;
		margin-left: 0;
	}

	.slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
		width: 100%;
	}

	.navbar.navbar-inverse.navbar-fixed-top {
		padding: 0;
	}

	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
		width: 100%;
	}

	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header {
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap {
		width: 100%;
	}

	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap .brand-text {
		opacity: 1;
		visibility: visible;
	}

	.navbar.navbar-inverse.navbar-fixed-top a.toggle-left-nav-btn {
		left: 1px;
		position: absolute;
		top: 0;
	}

	.navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_nav {
		position: absolute;
		right: 21px;
		top: 0;
	}

	.navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_search {
		position: absolute;
		right: 50px;
		top: 0;
	}

	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
		background: #fff;
		position: relative;
		z-index: 2;
	}

	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
		float: left;
		width: 100%;
		-webkit-transition: 0.4s ease;
		-moz-transition: 0.4s ease;
		transition: 0.4s ease;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		padding: 0 15px;
		border-bottom: 1px solid rgba(33, 33, 33, 0.1);
	}

	.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu {
		right: 0;
		width: 100%;
	}

	.mobile-nav-open .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
		top: 66px;
	}

	.inbox-pagination li:first-child {
		display: none;
	}

	.sender-info .inbox-detail-time-2 {
		display: none;
	}

	/*Chat App*/
	.chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
		float: none;
		width: auto;
	}

	.chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
		border-left: medium none;
		float: none;
		position: absolute;
		right: -100%;
		width: 100%;
	}

	.chat-cmplt-wrap.chat-for-widgets-1 .goto-back i.zmdi-account-add:before {
		content: "\f2fa";
	}

	/*Responsive Tabs*/
	.nav.nav-tabs.nav-tabs-responsive {
		text-align: center;
		position: relative;
	}

	.nav.nav-tabs.nav-tabs-responsive>li {
		display: none;
		float: none;
	}

	.nav.nav-tabs.nav-tabs-responsive>li.active,
	.nav.nav-tabs.nav-tabs-responsive>li.prev,
	.nav.nav-tabs.nav-tabs-responsive>li.next {
		display: inline-block;
	}

	.nav.nav-tabs.nav-tabs-responsive>li.prev,
	.nav.nav-tabs.nav-tabs-responsive>li.next {
		position: absolute;
		top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.nav.nav-tabs.nav-tabs-responsive>li.prev>a:before,
	.nav.nav-tabs.nav-tabs-responsive>li.prev>a:after,
	.nav.nav-tabs.nav-tabs-responsive>li.next>a:before,
	.nav.nav-tabs.nav-tabs-responsive>li.next>a:after {
		display: inline-block;
		font-family: "Material-Design-Iconic-Font";
		font-feature-settings: normal;
		font-kerning: auto;
		font-language-override: normal;
		font-size: inherit;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: normal;
		font-synthesis: weight style;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		text-rendering: auto;
		position: relative;
		top: 3px;
		font-size: 20px;
		line-height: 12px;
	}

	.nav.nav-tabs.nav-tabs-responsive>li.prev {
		left: 0;
	}

	.nav.nav-tabs.nav-tabs-responsive>li.prev>a:before {
		content: "\f2fa";
		margin-right: 10px;
	}

	.nav.nav-tabs.nav-tabs-responsive>li.next {
		right: 0;
	}

	.nav.nav-tabs.nav-tabs-responsive>li.next>a:after {
		content: "\f2fb";
		margin-left: 10px;
	}
}

@media (max-width: 991px) {
	.dataTables_wrapper .dataTables_length {
		display: none;
	}

	.product-detail-wrap,
	.inbox-head {
		margin-top: 30px;
	}

	.mail-box aside.col-lg-3.col-md-4 {
		padding-right: 15px !important;
	}

	.mail-box aside.col-lg-3.col-md-4 h6,
	.mail-box aside.col-lg-3.col-md-4 .panel-title,
	.mail-box aside.col-lg-3.col-md-4 .inbox-nav,
	.mail-box aside.col-lg-3.col-md-4 .chat-list-wrap {
		display: none;
	}

	.mail-box aside.col-lg-9.col-md-8 {
		padding-left: 15px !important;
	}

	.mail-box aside.col-lg-9.col-md-8 .view-message .label,
	.mail-box aside.col-lg-9.col-md-8 .view-message .jvectormap-tip {
		display: none;
	}

	.contact-list aside.col-lg-2.col-md-4 {
		padding-right: 15px !important;
	}

	.contact-list aside.col-lg-2.col-md-4 .inbox-nav,
	.contact-list aside.col-lg-2.col-md-4 a.create-label {
		display: none;
	}

	.contact-list aside.col-lg-10.col-md-8 {
		padding-left: 15px !important;
	}

	.file-manager h6,
	.file-manager .panel-title,
	.file-manager .tag-list {
		display: none;
	}

	.ibox {
		margin-bottom: 0;
	}
}

@media (max-width: 950px) {

	.panel-dropdown .panel-heading>.pull-left,
	.panel-dropdown .panel-heading>.pull-right,
	.panel-tabs .panel-heading>.pull-left,
	.panel-tabs .panel-heading>.pull-right {
		width: 100%;
	}

	.panel-dropdown .panel-heading>.pull-right,
	.panel-tabs .panel-heading>.pull-right {
		margin-top: 10px;
	}

	.panel-dropdown .panel-heading>.pull-right .dropdown-menu-right {
		left: 0;
		right: auto;
	}
}

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

@media (max-width: 796px) {
	footer.footer .col-sm-5 {
		display: none;
	}

	footer.footer .col-sm-7 {
		width: 100%;
		text-align: center !important;
	}
}

@media (max-width: 767px) {

	.breadcrumb {
		display: none;
	}


	ul.timeline:before {
		left: 23px;
	}

	ul.timeline>li {
		margin-bottom: 0px;
		position: relative;
		width: 100%;
		float: left;
		clear: left;
	}

	ul.timeline>li>.timeline-panel {
		width: calc(100% - 65px);
		width: -moz-calc(100% - 65px);
		width: -webkit-calc(100% - 65px);
	}

	ul.timeline>li>.timeline-badge {
		left: 0px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline>li>.timeline-panel {
		float: right;
	}

	ul.timeline>li>.timeline-panel:after {
		border-left-width: 0;
		border-right-width: 10px;
		left: -10px;
		right: auto;
	}

	ul.timeline>li>.timeline-panel.bg-yellow:after {
		border-right-color: #e69a2a;
	}

	ul.timeline>li>.timeline-panel.bg-pink:after {
		border-right-color: var(--site_color);
	}

	ul.timeline>li>.timeline-panel.bg-red:after {
		border-right-color: #ea6c41;
	}

	ul.timeline>li>.timeline-panel.bg-blue:after {
		border-right-color: #177ec1;
	}

	ul.timeline>li>.timeline-panel.bg-green:after {
		border-right-color: #469408;
	}

	.timeline>li.timeline-inverted {
		float: left;
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline>li.timeline-inverted>.timeline-badge {
		left: 0;
	}
}

@media (max-width: 600px) {
	.product-detail-wrap {
		margin-top: 30px;
	}

	.product-detail-wrap .btn-group {
		margin-top: 20px;
		width: 100%;
	}

	.product-detail-description ul li {
		width: 100%;
	}

	.product-detail-description ul li a {
		padding-left: 0 !important;
	}

	.clear-todo-btn {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.img-container {
		min-height: 469px;
	}
}

@media (max-width: 768px) {
	.col-item .photo img {
		width: 100%;
	}
}

@media (max-width: 565px) {
	.clear-todo-btn {
		margin-top: 20px;
	}

	.nav-tabs>li,
	.nav-tab-reverse .nav-tabs>li {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.nav-tabs>li:first-child>a,
	.nav-tab-reverse .nav-tabs>li:first-child>a {
		border-radius: 0;
		border-top-left-radius: 10px;
	}

	.nav-tabs>li:last-child,
	.nav-tab-reverse .nav-tabs>li:last-child {
		margin-bottom: -1px;
	}

	.nav-tabs>li:last-child>a,
	.nav-tab-reverse .nav-tabs>li:last-child>a {
		border-radius: 0;
		border-bottom-left-radius: 10px;
	}

	.custom-tab-1 .nav-tabs>li:first-child>a,
	.nav-tab-reverse .nav-tabs>li:first-child>a {
		border-top-left-radius: 0;
	}

	.custom-tab-1 .nav-tabs>li:last-child>a,
	.nav-tab-reverse .nav-tabs>li:last-child>a {
		border-bottom-left-radius: 0;
	}

	.nav.nav-tabs.nav-tabs-responsive>li.next a span,
	.nav.nav-tabs.nav-tabs-responsive>li.prev a span {
		display: none;
	}

	.nav-pills>li {
		/* float: none; */
		margin-bottom: 5px;
		margin-left: 0 !important;
	}

	.nav-pills>li:last-child {
		margin-bottom: 0;
	}

	.fixed-sidebar-right .right-sidebar .nav-tabs>li,
	.fixed-sidebar-right .right-sidebar .nav-tab-reverse .nav-tabs>li {
		float: left;
	}

	.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list {
		width: 100%;
	}

	.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown {
		width: 100%;
		min-width: auto;
	}

	.navbar.navbar-inverse.navbar-fixed-top .nav>li.alert-drp {
		position: static;
	}

	.sp-header .form-group.pull-right span {
		display: none !important;
	}
}

@media (max-width: 458px) {
	.auth-form {
		width: 100%;
	}
}

@media (max-width: 414px) {
	.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown {
		width: 100%;
		min-width: auto;
	}

	.navbar.navbar-inverse.navbar-fixed-top .nav>li.app-drp {
		position: static;
	}
}

@media (max-width: 400px) {
	.btn-group-crop {
		margin-right: -16px !important;
	}

	.btn-group-crop>.btn,
	.wizard>.actions .disabled .btn-group-crop>a,
	.wizard>.actions .btn-group-crop>a,
	.dt-buttons .btn-group-crop>.dt-button,
	.tablesaw-sortable th.tablesaw-sortable-head .btn-group-crop>button,
	.sweet-alert .btn-group-crop>button,
	.owl-theme .owl-nav .btn-group-crop>[class*="owl-"],
	.btn-group-crop>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
	.btn-group-crop>button.fc-month-button.fc-state-default.fc-corner-left,
	.btn-group-crop>button.fc-agendaWeek-button,
	.btn-group-crop>.fc-prev-button,
	.btn-group-crop>.fc-next-button,
	.btn-group-crop>.fc-today-button {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 378px) {

	.form-actions button.btn.btn-success,
	.form-actions .dt-buttons button.btn-success.dt-button,
	.dt-buttons .form-actions button.btn-success.dt-button,
	.form-actions .dt-buttons button.dt-button.fc-agendaWeek-button,
	.dt-buttons .form-actions button.dt-button.fc-agendaWeek-button,
	.form-actions .dt-buttons button.dt-button.fc-prev-button,
	.dt-buttons .form-actions button.dt-button.fc-prev-button,
	.form-actions .dt-buttons button.dt-button.fc-next-button,
	.dt-buttons .form-actions button.dt-button.fc-next-button,
	.form-actions .dt-buttons button.dt-button.fc-today-button,
	.dt-buttons .form-actions button.dt-button.fc-today-button,
	.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.btn-success,
	.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.btn-success,
	.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,
	.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-agendaWeek-button,
	.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button,
	.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-prev-button,
	.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button,
	.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-next-button,
	.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button,
	.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-today-button,
	.form-actions .sweet-alert button.btn-success,
	.sweet-alert .form-actions button.btn-success,
	.form-actions .sweet-alert button.fc-agendaWeek-button,
	.sweet-alert .form-actions button.fc-agendaWeek-button,
	.form-actions .sweet-alert button.fc-prev-button,
	.sweet-alert .form-actions button.fc-prev-button,
	.form-actions .sweet-alert button.fc-next-button,
	.sweet-alert .form-actions button.fc-next-button,
	.form-actions .sweet-alert button.fc-today-button,
	.sweet-alert .form-actions button.fc-today-button,
	.form-actions .owl-theme .owl-nav button.btn-success[class*="owl-"],
	.owl-theme .owl-nav .form-actions button.btn-success[class*="owl-"],
	.form-actions .owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button,
	.owl-theme .owl-nav .form-actions button[class*="owl-"].fc-agendaWeek-button,
	.form-actions .owl-theme .owl-nav button[class*="owl-"].fc-prev-button,
	.owl-theme .owl-nav .form-actions button[class*="owl-"].fc-prev-button,
	.form-actions .owl-theme .owl-nav button[class*="owl-"].fc-next-button,
	.owl-theme .owl-nav .form-actions button[class*="owl-"].fc-next-button,
	.form-actions .owl-theme .owl-nav button[class*="owl-"].fc-today-button,
	.owl-theme .owl-nav .form-actions button[class*="owl-"].fc-today-button,
	.form-actions button.fc-agendaDay-button.fc-state-default.fc-corner-right,
	.form-actions button.fc-month-button.fc-state-default.fc-corner-left,
	.form-actions button.fc-agendaWeek-button,
	.form-actions button.fc-prev-button,
	.form-actions button.fc-next-button,
	.form-actions button.fc-today-button {
		margin-bottom: 20px;
	}
}

/*# sourceMappingURL=style.css.map */

.fixed-btn {
	display: block;
	right: 47px;
	bottom: 40px;
	position: fixed;
	z-index: 99;
}

/* Fullcalender CSS START. */
#calendar table th {
	color: #ffffff;
	background: #3a3a3b;
}

#calendar .fc-daygrid-day-top a {
	font-weight: 600;
	font-size: 16px;
}

/* Fullcalender CSS END. */

td[nowrap],
th[nowrap] {
	white-space: nowrap;
}

.m0a {
	margin: 0px auto;
}


input[type="radio"]:checked::before {
	background-color: #dc4666;
	border-color: #dc4666;
}

.top-nav-search .input-group {
	display: flex;
	align-items: stretch;
}

.top-nav-search .input-group .form-control,
.top-nav-search .input-group select.form-control {
	flex: 1;
	margin-right: 0;
}

.top-nav-search .input-group .form-control {
	flex: 1;
	margin-right: 0;
}

.top-nav-search .input-group select.form-control {
	flex: 0 0 auto;
	margin-right: -1px;
}

.top-nav-search .input-group-addon {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-left: 0;
	padding: 10px 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #666;
	border-radius: 0 4px 4px 0;
}

/* ── Custom Module Dropdown ── */
.gsm-dropdown {
	position: relative;
	flex-shrink: 0;
}

.gsm-trigger {
	display: flex;
	align-items: center;
	gap: 5px;
	border: none;
	background: none;
	padding: 0 2px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	white-space: nowrap;
	height: 40px;
	outline: none;
	transition: color 0.15s;
}

.gsm-trigger:hover {
	color: #2854a0;
}

.gsm-trigger-text {
	max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gsm-chevron {
	flex-shrink: 0;
	color: #9ca3af;
	transition: transform 0.2s;
}

.gsm-panel--open ~ .gsm-trigger .gsm-chevron,
.gsm-dropdown .gsm-panel--open + .gsm-trigger .gsm-chevron {
	transform: rotate(180deg);
}

.gsm-panel {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: -10px;
	min-width: 220px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.04);
	z-index: 10000;
	overflow: hidden;
}

.gsm-panel--open {
	display: block;
}

.gsm-search-wrap {
	padding: 8px 10px;
	border-bottom: 1px solid #f3f4f6;
}

.gsm-search {
	width: 100%;
	border: 1.5px solid #e5e7eb;
	border-radius: 7px;
	padding: 7px 10px;
	font-size: 13px;
	color: #111827;
	outline: none;
	background: #f9fafb;
	transition: border-color 0.15s;
}

.gsm-search:focus {
	border-color: #2854a0;
	background: #fff;
}

.gsm-search::placeholder {
	color: #9ca3af;
}

.gsm-options {
	max-height: 240px;
	overflow-y: auto;
	padding: 4px 0;
}

.gsm-option {
	padding: 8px 14px;
	font-size: 13px;
	color: #374151;
	cursor: pointer;
	transition: background 0.12s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gsm-option:hover {
	background: #f0f5ff;
	color: #1e3a8a;
}

.gsm-option--active {
	background: #eef2ff;
	color: #2854a0;
	font-weight: 600;
}

.gsm-option--active:hover {
	background: #e0e7ff;
}

/* ── Modern Global Search Bar ── */
.global-search-bar {
	display: flex;
	align-items: center;
	background: #f4f6f8;
	border: 1.5px solid #e2e6ea;
	border-radius: 10px;
	height: 40px;
	max-width: 480px;
	width: 100%;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
	position: relative;
}

.global-search-bar:focus-within {
	border-color: #2854a0;
	box-shadow: 0 0 0 3px rgba(40, 84, 160, 0.1);
	background: #fff;
}

.global-search-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	flex-shrink: 0;
	color: #9ca3af;
	font-size: 17px;
	pointer-events: none;
}

.global-search-bar:focus-within .global-search-icon {
	color: #2854a0;
}

.global-search-divider {
	width: 1px;
	height: 20px;
	background: #d1d5db;
	flex-shrink: 0;
	margin: 0 10px;
}

.global-search-input {
	border: none;
	background: transparent;
	font-size: 14px;
	color: #111827;
	flex: 1;
	min-width: 0;
	outline: none;
	height: 40px;
	padding: 0;
}

.global-search-input::placeholder {
	color: #9ca3af;
	font-weight: 400;
}

.global-search-shortcut {
	display: none;
	align-items: center;
	padding-right: 10px;
	flex-shrink: 0;
}

.global-search-shortcut kbd {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 5px;
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	color: #9ca3af;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

@media (min-width: 768px) {
	.global-search-shortcut {
		display: flex;
	}
}

.global-search-results {
	position: relative;
	max-width: 480px;
}

/* Autocomplete dropdown */
.autocomplete-list {
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 100%;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	max-height: 320px;
	overflow-y: auto;
	margin-top: 6px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.04);
}

.autocomplete-item {
	padding: 10px 14px;
	cursor: pointer;
	border-bottom: 1px solid #f3f4f6;
	font-size: 13px;
	transition: background 0.15s;
}

.autocomplete-item:last-child {
	border-bottom: none;
}

.autocomplete-item:hover,
.autocomplete-item.active {
	background: #f0f5ff;
}

.datepicker:not(input) {
	padding: 10px !important;
	border-radius: 8px !important;
}

@media (max-width: 768px) {
	.global-search-bar {
		max-width: 100%;
	}

	.global-search-module {
		max-width: 120px;
		font-size: 12px;
	}
}


