@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}


.animate-menu-push {
	left: 0;
	position: relative;
	transition: all 0.3s ease;
}

.animate-menu-push.animate-menu-push-right {
	left: 200px;
}

.animate-menu-push.animate-menu-push-left {
	left: -200px;
}

.animate-menu {
	position: fixed;
	top: 0;
	width: 200px;
	height: 100%;
	transition: all 0.3s ease;
}

.animate-menu-left {
	left: -200px;
}

.animate-menu-left.animate-menu-open {
	left: 0;
}

.animate-menu-right {
	right: -200px;
}

.animate-menu-right.animate-menu-open {
	right: 0;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 10px;
	background-color: transparent;
}

.sidebar-menu > li {
	position: relative;
	margin: 5px 0;
	padding: 0;
}

.sidebar-menu > li > a {
	padding: 10px 5px 10px 15px;
	display: block;
	border-left: 0 solid transparent;
	color: #4e4e4e;
	font-size: 15px;
	text-align: right;
}

.sidebar-menu > li > a > .fa {
	width: 20px;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
	color: #7f5be8;
	background: rgba(129, 90, 232, 0.12);
	border-left-color: #7d5ce9;
}

.sidebar-menu > li .label, .sidebar-menu > li .badge {
	margin-top: 3px;
	margin-right: 5px;
}

.sidebar-menu li.sidebar-header {
	padding: 4px 25px 4px 15px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

.sidebar-menu li > a > .fa-angle-left {
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 10px;
	margin-top: 3px;
}

.sidebar-menu li.active > a > .fa-angle-left {
	transform: rotate(-90deg);
}

.sidebar-menu li.active > .sidebar-submenu {
	display: block;
}

.sidebar-menu a {
	color: #b8c7ce;
	text-decoration: none;
}

.sidebar-menu .sidebar-submenu {
	display: none;
	list-style: none;
	padding-left: 5px;
	margin: 0 1px;
	background: transparent;
}

.sidebar-menu .sidebar-submenu .sidebar-submenu {
	padding-left: 20px;
}

.sidebar-menu .sidebar-submenu > li > a {
	padding: 5px 5px 5px 15px;
	display: block;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
}

.sidebar-menu .sidebar-submenu > li > a > .fa {
	width: 20px;
	font-size: 13px;
}

.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left, .sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
	width: auto;
}

.sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover {
	color: #7f5be8;
}

.sidebar-menu-rtl {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #222d32;
}

.sidebar-menu-rtl > li {
	position: relative;
	margin: 0;
	padding: 0;
}

.sidebar-menu-rtl > li > a {
	padding: 12px 15px 12px 5px;
	display: block;
	border-left: 3px solid transparent;
	color: #b8c7ce;
}

.sidebar-menu-rtl > li > a > .fa {
	width: 20px;
}

.sidebar-menu-rtl > li:hover > a, .sidebar-menu-rtl > li.active > a {
	color: #fff;
	background: #1e282c;
	border-left-color: #3c8dbc;
}

.sidebar-menu-rtl > li .label, .sidebar-menu-rtl > li .badge {
	margin-top: 3px;
	margin-right: 5px;
}

.sidebar-menu-rtl li.sidebar-header {
	padding: 10px 15px 10px 25px;
	font-size: 12px;
	color: #4b646f;
	background: #1a2226;
}

.sidebar-menu-rtl li > a > .fa-angle-left {
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 10px;
	margin-top: 3px;
}

.sidebar-menu-rtl li.active > a > .fa-angle-left {
	transform: rotate(-90deg);
}

.sidebar-menu-rtl li.active > .sidebar-submenu {
	display: block;
}

.sidebar-menu-rtl a {
	color: #b8c7ce;
	text-decoration: none;
}

.sidebar-menu-rtl .sidebar-submenu {
	display: none;
	list-style: none;
	padding-right: 5px;
	margin: 0 1px;
	background: #2c3b41;
}

.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
	padding-right: 20px;
}

.sidebar-menu-rtl .sidebar-submenu > li > a {
	padding: 5px 15px 5px 5px;
	display: block;
	font-size: 14px;
	color: #8aa4af;
}

.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
	width: 20px;
}

.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left, .sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
	width: auto;
}

.sidebar-menu-rtl .sidebar-submenu > li.active > a, .sidebar-menu-rtl .sidebar-submenu > li > a:hover {
	color: #fff;
}

/* General */
html {
	font-family: IRANSans, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	direction: rtl;
}

html {
	height: 100%;
}


@-ms-viewport {
	width: device-width
}

body {
	font-family: IRANSans, sans-serif;
	background-color: #f8f7ff;
	font-size: 14px;
	color: #757575;
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

::placeholder {
	color: #9c9c9c !important;
	font-size: 13px;
	opacity: .5 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #9c9c9c !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #9c9c9c !important;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #000;
}

.h1, h1 {
	font-size: 48px;
	line-height: 52px;
}

.h2, h2 {
	font-size: 38px;
	line-height: 42px;
}

.h3, h3 {
	font-size: 30px;
	line-height: 34px;
}

.h4, h4 {
	font-size: 24px;
	line-height: 28px;
}

.h5, h5 {
	font-size: 18px;
	line-height: 22px;
}

.h6, h6 {
	font-size: 14px;
	line-height: 18px;
}

.display-1 {
	font-size: 6rem
}

.display-2 {
	font-size: 5.5rem
}

.display-3 {
	font-size: 4.5rem
}

.display-4 {
	font-size: 3.5rem
}

.line-height-0 {
	line-height: 0;
}

.line-height-5 {
	line-height: 5px;
}

.line-height-10 {
	line-height: 5px;
}

.demo-heading {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: .25rem;
	color: #615f5f;
}

/* loader */

#pageloader-overlay {
	opacity: 0;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0);
	height: 100%;
	width: 100%;
	z-index: 9998;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#pageloader-overlay.visible {
	opacity: 1;
}

#pageloader-overlay.hidden {
	opacity: 0;
	height: 0px;
	width: 0px;
	z-index: -10000;
}

#pageloader-overlay .loader-wrapper-outer {
	background-color: transparent;
	z-index: 9999;
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
	text-align: center;
	vertical-align: middle;
}

#pageloader-overlay .loader-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}

#pageloader-overlay .loader {
	margin: auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 8px solid rgba(255, 255, 255, 0.5);
	border-right: 8px solid rgba(255, 255, 255, 0.5);
	border-bottom: 8px solid rgba(255, 255, 255, 0.5);
	border-left: 8px solid #AAA;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: pageloader 1.1s infinite linear;
	animation: pageloader 1.1s infinite linear;
}

#pageloader-overlay .loader, #pageloader-overlay .loader:after {

	border-radius: 50%;
	width: 50px;
	height: 50px;
}

@-webkit-keyframes pageloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes pageloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

code {
	font-size: 87.5%;
	color: #4683fd;
	word-break: break-word;
}

.blockquote-footer {
	color: #615f5f;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

p {
	margin-bottom: .65rem
}

:focus {
	outline: 0 !important
}

a {
	color: #7934f3;
}

a {
	outline: none !important
}

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

a.text-muted:focus, a.text-muted:hover {
	color: #748690;
}

hr {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
	font-size: 75%;
	font-weight: 400;
}

.small-font {
	font-size: 14px;
}

.extra-small-font {
	font-size: 12px;
}

.breadcrumb-item.active {
	color: #615f5f;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #615f5f;
	padding-left: 0.5rem;
}

.row {
	margin-right: -12.5px;
	margin-left: -12.5px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 12.5px;
	padding-left: 12.5px;
}


/* Menu Sidebar Wrapper */
#wrapper {
	width: 100%;
	position: relative;
}

#sidebar-wrapper {
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1000;
	overflow: hidden;
	width: 250px;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
}


#wrapper.toggled #sidebar-wrapper {
	position: fixed;
	left: -250px;

}

#wrapper.toggled .menu-icon {
	margin-left: 0px;
}

#wrapper.toggled .content-wrapper {
	margin-left: 0;
}

/* Page Content Wrapper */
.content-wrapper {
	margin-right: 250px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 70px;
	overflow-x: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*----------------right-sidebar----------------*/

.right-sidebar {
	width: 260px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: -300px;
	z-index: 999;
	text-align: center;
	padding: 10px;
	background: #ffffff;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.switcher-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	text-align: center;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	position: fixed;
	right: 0;
	top: 15rem;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.right-sidebar.right-toggled {
	right: 0px;
}

.right-sidebar.right-toggled .switcher-icon {
	right: 260px;
}

.bg-theme {
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	transition: background .3s;
}

.switcher {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: 20px;
}

.switcher li {
	float: left;
	width: 85px;
	height: 75px;
	margin: 0 15px 15px 0;
	border-radius: 4px;
	border: 0 solid black;
}


#header1, #theme1 {
	background-image: linear-gradient(45deg, #0a151f, #232e3a);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}

#header2, #theme2 {
	background-image: linear-gradient(45deg, #0312c4, #0350c5);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}

#header3, #theme3 {
	background-image: linear-gradient(45deg, #D84315, #F57C00);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}

#header4, #theme4 {
	background-image: linear-gradient(45deg, #4A148C, #6A1B9A);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}

#header5, #theme5 {
	background-image: linear-gradient(45deg, #c70350, #bb0a46);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}

#header6, #theme6 {
	background-image: linear-gradient(45deg, #0c675e, #069e90);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}

.bg-theme1 {
	background-image: linear-gradient(45deg, #0a151f, #232e3a) !important;
}

.bg-theme2 {
	background: linear-gradient(45deg, #0312c4, #0350c5) !important;
}

.bg-theme3 {
	background-image: linear-gradient(45deg, #D84315, #F57C00) !important;
}

.bg-theme4 {
	background-image: linear-gradient(45deg, #4A148C, #6A1B9A) !important;
}

.bg-theme5 {
	background-image: linear-gradient(45deg, #c70350, #bb0a46) !important;
}

.bg-theme6 {
	background-image: linear-gradient(45deg, #0c675e, #069e90) !important;
}

li.nav-item {
	text-align: right;
	font-size: 12px;
}

/* Topbar Header */
.topbar-nav .navbar {
	z-index: 999;
	min-height: 60px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
	padding: 0 250px 0 15px;
}

.toggle-menu i {
	margin-left: 0;
	font-size: 14px;
	font-weight: 600;
	color: #353434;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.right-nav-link a.nav-link {
	padding-right: .8rem !important;
	padding-left: .8rem !important;
	font-size: 20px;
	color: #353434;
}

/* Dropdown Menu */
.dropdown-menu {
	border: 0 solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12) !important;
	box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12) !important;
	font-size: 15px;
	background-color: #fff;
	color: #353434;
	right: 0;
	left: auto;
}

.dropdown-menu ul {
	margin-top: 0px;
}

.dropdown-divider {
	margin: 0;
	border-top: 1px solid rgba(66, 59, 116, 0.15);
}

.dropdown-item {
	padding: .70rem 1.5rem;
	color: #505050;
	text-align: right;
	font-size: 12px;
}

.dropdown-item:hover {
	padding: .70rem 1.5rem;
	background-color: rgba(129, 90, 232, 0.12);
	color: #505050;
}

.dropdown-item.active, .dropdown-item:active {
	color: #505050;
	text-decoration: none;
	background-color: rgba(129, 90, 232, 0.12);
}

.dropdown-toggle-nocaret:after {
	display: none
}

.dropdown-lg .dropdown-menu {
	width: 320px;
	padding: 0
}

.dropdown-lg .dropdown-menu .list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
}

.dropdown-lg .dropdown-menu .list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
}

.dropdown-lg .dropdown-menu .media .avatar img {
	width: 55px;
	height: 55px;
	border-radius: 4%;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-lg .dropdown-menu .media .media-body .msg-title {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0px;
}

.dropdown-lg .dropdown-menu .media .media-body .msg-info {
	font-size: 13px;
	color: #6b6b6b;
	margin-bottom: 0;
	white-space: nowrap;
}

/* User Details */
.user-profile img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.user-details .media .avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.user-details .media .media-body .user-title {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
	font-size: 13px;
	color: #232323;
	margin-bottom: 0;
}

/* Logo */

.brand-logo {
	width: 100%;
	height: 115px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid rgba(66, 59, 116, 0.15);
}

.logo-text {
	color: #4e4e4e;
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	top: 3px;
	font-weight: 400;
	text-align: center;
	line-height: 50px;
}

.logo-icon {
	width: 75px;
	margin-right: 5px;
}

.user-details {
	border-bottom: 1px solid rgba(66, 59, 116, 0.15);
	padding: 1rem !important;

}

.user-pointer {
	cursor: pointer;
}

.user-details div.user-pointer:after {
	font-family: FontAwesome;
	font-size: .85rem;
	color: #4e4e4e;
	display: inline-block;
	content: '\f104';
	transition: -webkit-transform .2s ease-in-out;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.user-details div.collapsed:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg)
}

.user-details .media .avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.user-details .media .media-body .user-title {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
	font-size: 13px;
	color: #585858;
	margin-bottom: 0;

}

.user-details .media .avatar img.side-user-img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.user-details .media .media-body .side-user-name {
	font-size: 14px;
	color: #4e4e4e;
	font-weight: 600;
	margin-bottom: 2px;
}

.user-setting-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 1rem;
	background-color: transparent;
}

.user-setting-menu > li > a {
	padding: 10px 5px 10px 5px;
	display: block;
	border-left: 3px solid transparent;
	color: #4e4e4e;
	font-size: 14px;
}

.user-setting-menu > li > a:hover {
	color: #7934f3
}

.user-setting-menu > li > a i {
	margin-right: 10px;
	font-size: 15px;
}

.role {
	font-size: 13px;
	font-weight: 400;
	line-height: 0;
	color: #fff;
}

/* SearachBar */
.search-bar {
	margin-left: 20px;
	position: relative;
}

.search-bar input {
	border: 1px solid #d8d8d8;
	font-size: 15px;
	width: 530px;
	border-radius: 0.25rem;
	height: 34px;
	padding: .375rem 2.0rem .375rem .75rem;
	background-color: #ffffff;
}

.search-bar input::placeholder {
	color: #525151 !important;
	font-size: 13px;
	opacity: .5 !important; /* Firefox */
}

.search-bar input:focus {
	background-color: #ffffff;
	border: 1px solid #4e4e4e;
	box-shadow: none;
}

.search-bar a i {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #525151;
	font-size: 16px;
}

.product-img {
	height: 32px;
}

.customer-img {
	height: 55px;
}

.skill-img {
	height: 35px;
}

.page-title {
	font-size: 20px;
	line-height: 20px;
	text-align: right;
}

.breadcrumb {
	padding: 0;
	background-color: transparent;
}

.sidebar-menu li a i:first-child {
	margin-right: 10px;
	font-size: 18px;
}

.sidebar-menu li a i:last-child {
	margin-right: 10px;
	font-size: 12px;
}

.lightbox-thumb {
	margin-bottom: 15px;
	width: 100%;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.mail-img {
	width: 50px;
}

.row.row-group > div {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.row.row-group > div:last-child {
	border-right: none;
}

/*Cards */
.card {
	margin-bottom: 25px;
	box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
	border: none;
	background-color: #ffffff;
	text-align: right;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-weight: 600;
	font-size: 14px;
	color: #353434;
	text-align: right;
}

.card-title {
	margin-bottom: .75rem;
	font-weight: 600;
	font-size: 16px;
	color: #353434;
}

.card-action {
	float: right
}

.card-action a i {
	color: #353434;
	border-radius: 50%;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgb(255, 255, 255);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-deck {
	margin-bottom: 25px;
}

@media (min-width: 576px) {

	.card-deck {
		margin-right: -12.5px;
		margin-left: -12.5px;
	}

	.card-deck .card {
		margin-right: 12.5px;
		margin-left: 12.5px;
	}

}


.card-group {
	box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
	margin-bottom: 25px;
}

.card-group .card {
	box-shadow: none;
}

.float-card {
	position: relative;
	top: -50px;
	margin: 0 20px;
	border-radius: .25rem;
	box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.45);
}

.float-card img {
	width: 100%;
}

.float-card-content {
	margin-top: -40px;
}

.post-date {
	background: #14b6ff;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: .25rem;
	box-shadow: 1px 2px 15px #35343440;
}

.card.card-primary {
	border-bottom: 3px solid #7934f3 !important;

}

.card.card-success {
	border-bottom: 3px solid #04b962 !important;
}

.card.card-danger {
	border-bottom: 3px solid #f43643 !important;
}

.card.card-warning {
	border-bottom: 3px solid #ff8800 !important;
}

.card.card-info {
	border-bottom: 3px solid #14b6ff !important;
}

.card.card-light {
	border-bottom: 3px solid rgba(255, 255, 255, .125) !important;
}

.card.card-secondary {
	border-bottom: 3px solid #94614f !important;
}

.card.card-dark {
	border-bottom: 3px solid #353434 !important;
}

/* Modals */
.modal-header {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
}

.modal-content {
	border-radius: 0.25rem;
	font-size: 14px;
	background: #fff;
	border: 0 solid rgba(0, 0, 0, .1);
}

.close {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	opacity: .7;
}

.close:hover {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
}

.swal-modal {
	border-radius: 0.25rem;
	background-color: #000;
}

.swal-button, .swal-button:focus {
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: none;
}

.swal-button--cancel {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.swal-text {
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

.swal-title {
	color: #ffffff;
}

.swal-footer {
	text-align: center;
}

.swal-icon--success:after, .swal-icon--success:before {
	background: transparent;
}

.swal-icon--success__hide-corners {
	background: transparent;
}

/*Buttons */
.btn {
	font-size: .70rem;
	font-weight: 500;
	padding: 9px 19px;
	border-radius: .25rem;
	text-transform: uppercase;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.btn-link {
	color: #7934f3;
}

.btn:focus {
	box-shadow: none;
}

.btn-lg {
	padding: 12px 38px;
	font-size: .90rem;
}

.btn-sm {
	font-size: 10px;
	font-weight: 500;
	padding: 6px 15px;
}

.btn-group-sm > .btn {
	font-size: 10px;
}

.btn-primary {
	color: #fff;
	background-color: #7934f3;
	border-color: #7934f3
}

.btn-primary:hover {
	color: #fff;
	background-color: #6a27e0;
	border-color: #6a27e0
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #6a27e0;
	border-color: #6a27e0
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #6a27e0;
	border-color: #6a27e0
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-secondary {
	color: #fff;
	background-color: #94614f;
	border-color: #94614f
}

.btn-secondary:hover {
	color: #fff;
	background-color: #82503f;
	border-color: #82503f
}

.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #82503f;
	border-color: #82503f
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #82503f;
	border-color: #82503f
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-success {
	color: #fff;
	background-color: #04b962;
	border-color: #04b962
}

.btn-success:hover {
	color: #fff;
	background-color: #019e4c;
	border-color: #019e4c
}

.btn-success.focus, .btn-success:focus {
	box-shadow: none;
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #019e4c;
	border-color: #019e4c
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #019e4c;
	border-color: #019e4c
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-info {
	color: #fff;
	background-color: #14b6ff;
	border-color: #14b6ff
}

.btn-info:hover {
	color: #fff;
	background-color: #039ce0;
	border-color: #039ce0
}

.btn-info.focus, .btn-info:focus {
	box-shadow: none;
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #039ce0;
	border-color: #039ce0
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #039ce0;
	border-color: #039ce0
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: none;
}


.btn-warning {
	color: #fff;
	background-color: #ff8800;
	border-color: #ff8800
}

.btn-warning:hover {
	color: #fff;
	background-color: #e67c02;
	border-color: #e67c02
}

.btn-warning.focus, .btn-warning:focus {
	box-shadow: none;
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #fff;
	background-color: #e67c02;
	border-color: #e67c02
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #e67c02;
	border-color: #e67c02
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-danger {
	color: #fff;
	background-color: #f43643;
	border-color: #f43643
}

.btn-danger:hover {
	color: #fff;
	background-color: #de2935;
	border-color: #de2935
}

.btn-danger.focus, .btn-danger:focus {
	box-shadow: none;
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #de2935;
	border-color: #de2935
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #de2935;
	border-color: #de2935
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-light {
	color: #2d2d2d;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}

.btn-light:hover {
	color: #2d2d2d;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}

.btn-light.focus, .btn-light:focus {
	box-shadow: none;
}

.btn-light.disabled, .btn-light:disabled {
	color: #2d2d2d;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
	color: #2d2d2d;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-dark {
	color: #fff;
	background-color: #353434;
	border-color: #353434
}

.btn-dark:hover {
	color: #fff;
	background-color: #1b1a1a;
	border-color: #1b1a1a
}

.btn-dark.focus, .btn-dark:focus {
	box-shadow: none;
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #1b1a1a;
	border-color: #1b1a1a
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1b1a1a;
	border-color: #1b1a1a
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: none;
}


.btn-outline-primary {
	color: #7934f3;
	background-color: transparent;
	background-image: none;
	border-color: #7934f3
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #7934f3;
	border-color: #7934f3
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	color: #fff;
	background-color: #7934f3;
	border-color: #7934f3;
	box-shadow: none
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #7934f3;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #7934f3;
	border-color: #7934f3
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-secondary {
	color: #94614f;
	background-color: transparent;
	background-image: none;
	border-color: #94614f
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #94614f;
	border-color: #94614f
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	color: #fff;
	background-color: #94614f;
	border-color: #94614f;
	box-shadow: none
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #94614f;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #94614f;
	border-color: #94614f
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-success {
	color: #04b962;
	background-color: transparent;
	background-image: none;
	border-color: #04b962
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #04b962;
	border-color: #04b962
}

.btn-outline-success.focus, .btn-outline-success:focus {
	color: #fff;
	background-color: #04b962;
	border-color: #04b962;
	box-shadow: none
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #04b962;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #04b962;
	border-color: #04b962
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: none
}


.btn-outline-info {
	color: #14b6ff;
	background-color: transparent;
	background-image: none;
	border-color: #14b6ff
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #14b6ff;
	border-color: #14b6ff
}

.btn-outline-info.focus, .btn-outline-info:focus {
	color: #fff;
	background-color: #14b6ff;
	border-color: #14b6ff;
	box-shadow: none
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #14b6ff;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #14b6ff;
	border-color: #14b6ff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: none
}


.btn-outline-warning {
	color: #ff8800;
	background-color: transparent;
	background-image: none;
	border-color: #ff8800
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ff8800;
	border-color: #ff8800
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	color: #fff;
	background-color: #ff8800;
	border-color: #ff8800;
	box-shadow: none
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ff8800;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #ff8800;
	border-color: #ff8800
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-danger {
	color: #f43643;
	background-color: transparent;
	background-image: none;
	border-color: #f43643
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #f43643;
	border-color: #f43643
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	color: #fff;
	background-color: #f43643;
	border-color: #f43643;
	box-shadow: none
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #f43643;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #f43643;
	border-color: #f43643
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: none
}


.btn-outline-light {
	color: rgba(255, 255, 255, .125);
	background-color: transparent;
	background-image: none;
	border-color: rgba(255, 255, 255, .125)
}

.btn-outline-light:hover {
	color: #212529;
	background-color: rgba(255, 255, 255, .125);
	border-color: rgba(255, 255, 255, .125)
}

.btn-outline-light.focus, .btn-outline-light:focus {
	color: #212529;
	background-color: rgba(255, 255, 255, .125);
	border-color: rgba(255, 255, 255, .125);
	box-shadow: none
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: rgba(255, 255, 255, .125);
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: rgba(255, 255, 255, .125);
	border-color: rgba(255, 255, 255, .125)
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-white {
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	border-color: #ffffff;
}

.btn-outline-white:hover {
	color: #000;
	background-color: #ffffff;
	border-color: #ffffff
}

.btn-outline-white.focus, .btn-outline-white:focus {
	color: #000;
	background-color: #ffffff;
	border-color: #ffffff;
	box-shadow: none
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
	color: #353434;
	background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
	color: #000;
	background-color: #ffffff;
	border-color: #ffffff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
	box-shadow: none
}

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

.btn-outline-dark:hover {
	color: #fff;
	background-color: #353434;
	border-color: #353434
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	color: #fff;
	background-color: #353434;
	border-color: #353434;
	box-shadow: none
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #353434;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #353434;
	border-color: #353434
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: none
}

.btn-link {
	font-weight: 600;
	box-shadow: none;
}

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

.btn-gradient-bloody {
	background: #f54ea2;
	background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
	background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-scooter {
	background: #17ead9;
	background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
	background: linear-gradient(45deg, #17ead9, #6078ea) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-blooker {
	background: #ffdf40;
	background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
	background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-quepal {
	background: #42e695;
	background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
	background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-purpink {
	background: #7f00ff;
	background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff) !important;
	background: linear-gradient(45deg, #7f00ff, #e100ff) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-ibiza {
	background: #ee0979;
	background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
	background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-dusk {
	background: #2c3e50;
	background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c) !important;
	background: linear-gradient(45deg, #2c3e50, #fd746c) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-meridian {
	background: #ff446a;
	background: -webkit-linear-gradient(45deg, #283c86, #45a247) !important;
	background: linear-gradient(45deg, #283c86, #45a247) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-violet {
	background: #4776e6;
	background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9) !important;
	background: linear-gradient(45deg, #4776e6, #8e54e9) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-titanium {
	background: #283048;
	background: -webkit-linear-gradient(45deg, #283048, #859398) !important;
	background: linear-gradient(45deg, #283048, #859398) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-shifter {
	background: #bc4e9c;
	background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759) !important;
	background: linear-gradient(45deg, #bc4e9c, #f80759) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-army {
	background: #414d0b;
	background: -webkit-linear-gradient(45deg, #414d0b, #727a17) !important;
	background: linear-gradient(45deg, #414d0b, #727a17) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-orange {
	background: #fc4a1a;
	background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
	background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-yoda {
	background: #ff0099;
	background: -webkit-linear-gradient(45deg, #ff0099, #493240) !important;
	background: linear-gradient(45deg, #ff0099, #493240) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-royal {
	background: #141e30;
	background: -webkit-linear-gradient(45deg, #141e30, #2c527d) !important;
	background: linear-gradient(45deg, #141e30, #2c527d) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-knight {
	background: #ba8b02;
	background: -webkit-linear-gradient(45deg, #ba8b02, #181818) !important;
	background: linear-gradient(45deg, #ba8b02, #181818) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-forest {
	background: #000428;
	background: -webkit-linear-gradient(45deg, #000428, #004e92) !important;
	background: linear-gradient(45deg, #000428, #004e92) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-redmist {
	background: #353434;
	background: -webkit-linear-gradient(45deg, #353434, #e74c3c) !important;
	background: linear-gradient(45deg, #353434, #e74c3c) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-steelgray {
	background: #1f1c2c;
	background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab) !important;
	background: linear-gradient(45deg, #1f1c2c, #928dab) !important;
	color: #fff;
	border: 0;
}

.btn-gradient-influenza {
	background: #c04848;
	background: -webkit-linear-gradient(45deg, #c04848, #480048) !important;
	background: linear-gradient(45deg, #c04848, #480048) !important;
	color: #fff;
	border: 0;
}

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

.btn-square {
	border-radius: 0 !important;
}

.btn-group, .btn-group-vertical {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.btn-group .btn {
	box-shadow: none !important;
}

.btn-group-vertical .btn {
	box-shadow: none !important;
}

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

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

.btn-group.group-round > .btn:first-child {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.btn-group.group-round {
	border-radius: 25px;
}

.btn-group.group-round > .btn:last-child {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.btn-group-vertical.group-round-vertical {
	border-radius: 25px;
}

.btn-group-vertical.group-round-vertical > .btn:first-child {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.btn-group-vertical.group-round-vertical > .btn:last-child {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.split-btn-primary, .split-btn-primary:hover {
	border: 1px solid #6222d4 !important;
	background-color: #6222d4;
}

.split-btn-success, .split-btn-success:hover {
	border: 1px solid #039e54 !important;
	background-color: #039e54;
}

.split-btn-danger, .split-btn-danger:hover {
	border: 1px solid #d81f2c !important;
	background-color: #d81f2c;
}

.split-btn-secondary, .split-btn-secondary:hover {
	border: 1px solid #7d4f3f !important;
	background-color: #7d4f3f;
}

.split-btn-warning, .split-btn-warning:hover {
	border: 1px solid #d67301 !important;
	background-color: #d67301;
}

.split-btn-info, .split-btn-info:hover {
	border: 1px solid #049ee4 !important;
	background-color: #049ee4;
}

.split-btn-white, .split-btn-white:hover {
	border: 1px solid #dddddd !important;
	background-color: #dddddd;
}

.split-btn-dark, .split-btn-dark:hover {
	border: 1px solid #1b1a1a !important;
	background-color: #1b1a1a;
}

.btn-social {
	width: 42px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	display: inline-block;
	border: 1px solid transparent;
	background: rgba(255, 255, 255, .125);
	color: #fff;
	text-align: center;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	border-radius: .25rem;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;

}

.btn-social:hover, .btn-social:focus, .btn-social:active {
	outline: 0;
	color: #fff;
}

.btn-social-text {
	font-size: 0.72rem;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 600;
	border: 1px solid transparent;
	display: inline-block;
	background: #ddd;
	color: #fff;
	text-align: center;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	border-radius: .25rem;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;

}

.btn-social-text i {
	font-size: .95rem;
	padding-right: 4px;
	vertical-align: middle;
	display: table-cell;
}

.btn-social-text span {
	display: table-cell;
	vertical-align: middle;
}

.btn-social-text:hover, .btn-social:focus, .btn-social:active {
	outline: 0;
	color: #fff;
}

.btn-social-circle {
	border-radius: 50%
}

.btn-outline-facebook {
	color: #3b5998;
	background-color: #fff;
	border-color: #3b5998;
}

.btn-outline-facebook:hover, .btn-outline-facebook:focus {
	color: #fff;
	background-color: #3b5998;
}

.btn-outline-twitter {
	color: #55acee;
	background-color: #fff;
	border-color: #55acee;
}

.btn-outline-twitter:hover, .btn-outline-twitter:focus {
	background-color: #55acee;
	color: #fff;
}

.btn-outline-google-plus {
	color: #dd4b39;
	background-color: #fff;
	border-color: #dd4b39;
}

.btn-outline-google-plus:hover, .btn-outline-google-plus:focus {
	background-color: #dd4b39;
	color: #fff;
}

.btn-outline-linkedin {
	background-color: #fff;
	color: #0976b4;
	border-color: #0976b4;
}

.btn-outline-linkedin:hover, .btn-outline-linkedin:focus {
	background-color: #0976b4;
	color: #fff;
}

.btn-outline-pinterest {
	color: #cc2127;
	background-color: #fff;
	border-color: #cc2127;
}

.btn-outline-pinterest:hover, .btn-outline-pinterest:focus {
	background-color: #cc2127;
	color: #fff;
}

.btn-outline-youtube {
	color: #e52d27;
	background-color: #fff;
	border-color: #e52d27;
}

.btn-outline-youtube:hover, .btn-outline-youtube:focus {
	background-color: #e52d27;
	color: #fff;
}

.btn-outline-tumblr {
	color: #35465c;
	background-color: #fff;
	border-color: #35465c;
}

.btn-outline-tumblr:hover, .btn-outline-tumblr:focus {
	background-color: #35465c;
	color: #fff;
}

.btn-outline-github {
	color: #333333;
	background-color: #fff;
	border-color: #333333;
}

.btn-outline-github:hover, .btn-github:focus {
	background-color: #333333;
	color: #fff;
}

.btn-outline-behance {
	color: #1769ff;
	background-color: #fff;
	border-color: #1769ff;
}

.btn-outline-behance:hover, .btn-outline-behance:focus {
	background-color: #1769ff;
	color: #fff;
}

.btn-outline-dribbble {
	color: #ea4c89;
	background-color: #fff;
	border-color: #ea4c89;
}

.btn-outline-dribbble:hover, .btn-outline-dribbble:focus {
	background-color: #ea4c89;
	color: #fff;
}

.btn-outline-skype {
	color: #00aff0;
	background-color: #fff;
	border-color: #00aff0;
}

.btn-outline-skype:hover, .btn-outline-skype:focus {
	background-color: #00aff0;
	color: #fff;
}

.btn-facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.btn-twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.btn-google-plus {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.btn-linkedin {
	background-color: #0976b4;
	border-color: #0976b4;
}

.btn-pinterest {
	background-color: #cc2127;
	border-color: #cc2127;
}

.btn-youtube {
	background-color: #e52d27;
	border-color: #e52d27;
}

.btn-tumblr {
	background-color: #35465c;
	border-color: #35465c;
}

.btn-github {
	background-color: #333333;
	border-color: #333333;
}

.btn-behance {
	background-color: #1769ff;
	border-color: #1769ff;
}

.btn-dribbble {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.btn-skype {
	background-color: #00aff0;
	border-color: #00aff0;
}


#calendar {
	max-width: 100%;
	margin: 0 auto;
}

.fc-view-container {
	background-color: #ffffff;
}


.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

.fc th.fc-widget-header {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	color: #616161;
	text-transform: uppercase;
}

.fc-event, .fc-event-dot {
	background: #03a9f4;
	color: #ffffff !important;
	margin: 5px 7px;
	padding: 1px 5px;
	border: none;
}

.fc-state-active, .fc-state-down {
	background-color: #fff;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}


/* User Cards */
.user-box {
	width: 110px;
	margin: auto auto 20px;

}

.user-box img {
	width: 100%;
	border-radius: 50%;
	padding: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.profile-card-2 .card {
	position: relative;
}

.profile-card-2 .card .card-body {
	z-index: 1;
}

.profile-card-2 .card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	height: 112px;
	background-color: #e6e6e6;
}

.profile-card-2 .card.profile-primary::before {
	background-color: #7934f3;
}

.profile-card-2 .card.profile-success::before {
	background-color: #04b962;
}

.profile-card-2 .card.profile-danger::before {
	background-color: #f43643;
}

.profile-card-2 .card.profile-warning::before {
	background-color: #ff8800;
}

.profile-card-2 .user-box {
	margin-top: 30px;
}

.profile-card-3 .user-fullimage {
	position: relative;
}

.profile-card-3 .user-fullimage .details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.profile-card-4 .user-box {
	width: 110px;
	margin: 15px auto 10px;
}

.profile-card-4 .list-icon {
	display: table-cell;
	font-size: 30px;
	padding-right: 20px;
	vertical-align: middle;
	color: #353434;
}

.profile-card-4 .list-details {
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	color: #353434;
	font-size: 15px;
	line-height: 15px;
}

.profile-card-4 .list-details small {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
	color: #808080;
}


.icon a:hover {
	background: #7934f3;
	color: #fff;
	text-decoration: none;
}

.icon a {
	display: block;
	color: #656464;
	padding: 8px;
	line-height: 32px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
}

.icon a i {
	padding-right: 10px;
}

.icon-section {
	clear: both;
	overflow: hidden;
}

.icon-container {
	width: 250px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
	color: #656464;
	position: absolute;
	margin-top: 3px;
	transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}

.icon-container:hover .icon-name {
	color: #656464;
}

.icon-name {
	color: #656464;
	margin-left: 35px;
	transition: .3s;
}

.icon-container:hover .icon-name {
	margin-left: 45px;
}


.preview {
	padding: 15px 0;
	position: relative;
}

.show-code {
	color: #656464;
}

.icons {
	font-size: 15px;
	padding-right: 7px;
}

.name {
	font-size: 15px;
}

.preview a {
	padding: 15px;
}

.preview a:hover {
	padding: 15px;
	text-decoration: none;
}

.preview a i {
	margin-right: 10px;
	font-size: 18px;
}

.flag-icon-list div {
	cursor: pointer;
	line-height: 60px;
	white-space: nowrap;
	color: #656464;
}

.flag-icon-list i {
	display: inline-block;
	font-size: 18px;
	margin: 0 15px 0 10px;
	text-align: left;
	transition: all 0.2s;
	vertical-align: middle;
	transition: all 0.3s ease 0s;
}

/*Widgets*/

.media-icons {
	left: 0;
	top: 0;
	position: absolute;
	line-height: 60px;
	text-align: center;
}

.media-icons span {
	left: 0;
	position: absolute;
	width: 70px;
	height: 70px;
	border-bottom-right-radius: 70px;
	border-top-left-radius: 4px;
}

.media-icons i {
	position: relative;
	font-size: 25px;
	padding-left: 15px;
	color: #fff;
}

.media-icons-big {
	left: 0;
	top: 0;
	position: absolute;
	line-height: 60px;
	text-align: center;
}

.media-icons-big span {
	position: absolute;
	left: 0;
	width: 120px;
	height: 118px;
	background: rgba(255, 255, 255, 0.25);
	border-bottom-right-radius: 130px;
}

.media-icons-big i {
	position: relative;
	font-size: 40px;
	padding-left: 30px;
	color: #fff;
	top: 30px;
}

.w-circle-icon {
	width: 60px;
	height: 60px;
	text-align: center;
}

.w-circle-icon i {
	position: relative;
	top: 18px;
	font-size: 24px;
}

.media .w-icon i {
	font-size: 35px;
}

.icon-box {
	width: 55px;
	height: 55px;
	margin: auto;
	border: 0 solid #fff;
	border-radius: 50%;
	text-align: center;
}

.icon-box i {
	color: #000;
	font-size: 25px;
	position: relative;
	top: 16px;
}

.badge-dot i {
	display: inline-block;
	width: .385rem;
	height: .385rem;
	margin-right: .385rem;
	vertical-align: middle;
	border-radius: 50%;
}

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

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px !important;
	height: 110px !important;
}

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

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

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

.w_chart {
	position: relative;
	display: inline-block;
	width: 65px !important;
	height: 65px !important;
	text-align: center;
}

.w_chart canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px !important;
	height: 65px !important;
}

.w_percent {
	display: inline-block;
	line-height: 65px !important;
	z-index: 2;
	color: #353434;
}

.w_percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
	color: #353434;
}


.fleet-status {
	position: relative;
	display: inline-block;
	width: 90px !important;
	height: 90px !important;
	text-align: center;
}

.fleet-status canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px !important;
	height: 90px !important;
}

.fleet-status-percent {
	display: inline-block;
	line-height: 90px !important;
	z-index: 2;
	color: #ffffff;
}

.fleet-status-percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
	color: #ffffff;
}

.satisfaction {
	position: relative;
	display: inline-block;
	width: 130px !important;
	height: 130px !important;
	text-align: center;
}

.satisfaction canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px !important;
	height: 130px !important;
}

.satisfaction-percent {
	display: inline-block;
	line-height: 130px !important;
	z-index: 2;
	color: #ffffff;
}

.satisfaction-percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
	color: #ffffff;
}


.float-chart-container {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 300px;
	max-height: 100%;
}

.float-chart {
	width: 100%;
	position: relative;
	max-width: none;
	height: 300px;
}


.gmaps, .gmaps-panaroma {
	height: 400px;
	background: #eeeeee;
	border-radius: 3px;
}

.error {
	color: #ff5656;
}

label {
	color: #585858;
	font-size: .75rem;
	font-weight: 600;
	margin-bottom: 10px;
}

/* Forms */
.input-group .btn {
	box-shadow: none;
	padding: .375rem .75rem;
}

.input-group-text {
	color: #495057;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
}


.col-form-label {
	font-size: 13px;
}

.form-control {
	border: 1px solid #ced4da;
	background-color: rgba(0, 0, 0, 0);
	color: #495057 !important;
}

.form-control:focus {
	border: 1px solid rgba(20, 171, 239, 0.54);
	background-color: rgba(0, 0, 0, .0);
	box-shadow: 0 0 0 0.2rem rgba(20, 171, 239, 0.0)
}

.form-control-rounded {
	border-radius: 30px !important;
}

.form-control-square {
	border-radius: 0 !important;
}

.form-control:disabled, .form-control[readonly] {
	background-color: rgba(158, 158, 158, 0.33);
	opacity: 1;
}

.form-control-xl {
	height: 60px !important;
	font-size: 26px !important;
}

.position-relative {
	position: relative !important;
}


.has-icon-left .form-control {
	padding-right: .85rem;
	padding-left: 2.9rem;
}

.form-control-position {
	position: absolute;
	top: -8px;
	right: 0;
	z-index: 2;
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
}

.has-icon-left .form-control-position {
	right: auto;
	left: 0;
}

.has-icon-right .form-control-position {
	right: 0;
	left: auto;
}

.has-icon-right .form-control {
	padding-right: 37px;
}

form .form-header {
	color: #353434;
	line-height: 3rem;
	font-size: 16px;
	letter-spacing: 1.0px;
	font-weight: 600;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

form .form-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 0 10px 0;
	margin-top: 20px;
}

form.form-bordered .form-group {
	margin: 0;
	border-bottom: 1px solid #ebeff5;
}

form.form-bordered .form-group > div {
	padding: 20px 0 20px 20px;
	border-left: 1px solid #ebeff5;
}

form.form-bordered .form-group .col-form-label {
	padding-top: 30px;
}

form.striped-rows .form-group:nth-child(2n) {
	background-color: #f4f5fa;
}

form.striped-rows .form-group {
	margin: 0;
}

.search-input {
	margin-bottom: 10px;
}

.custom-header {
	background: rgba(255, 255, 255, 0.34);
	padding: 5px;
	color: #ffffff;
}

.input-group-prepend [type=checkbox]:checked,
.input-group-prepend [type=checkbox]:not(:checked),
.input-group-prepend [type=radio]:checked,
.input-group-prepend [type=radio]:not(:checked) {
	position: initial;
	opacity: 1;
	margin-top: 0px;
}

.wizard > .content {
	min-height: 400px;
}

.dropzone {
	min-height: 230px;
	border: 2px dashed rgba(0, 0, 0, 0.3);
	background: white;
	border-radius: 6px;
}

.dropzone .dz-preview.dz-image-preview {
	background: transparent;
}

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

.border-radius {
	border-radius: 0;
}

.payment-icons img {
	width: 100px;
}

.bootstrap-touchspin .input-group-text {
	border-radius: 0;
}

.datepicker table tr td, .datepicker table tr th {
	width: 40px;
	height: 40px;
}

.user-lock {
	height: 150px !important;
}

.user-lock-img {
	width: 130px;
	margin: auto;
}

.user-lock-img img {
	width: 100%;
	border-radius: 50%;
	margin-top: 80px;
	border: 4px solid white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/* Tables */
table.grid {
	width: 100%;
	border: none;
	background-color: transparent;
	padding: 0px;
}

table.grid td {
	border: 2px solid #e8e8e8;
	padding: 8px;
}

.card .table {
	margin-bottom: 0px;
}

.card .table td, .card .table th {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.table.align-items-center td, .table.align-items-center th {
	vertical-align: middle;
}

.table thead th {
	font-size: .72rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.table-bordered {
	border: 1px solid rgba(37, 33, 33, 0.1);
}

.table-flush td, .table-flush th {
	border-right: 0;
	border-left: 0;
}

.table td, .table th {
	white-space: nowrap;
	border-top: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
	border-top: 1px solid #dee2e6;
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .20)
}

.table th {
	font-weight: 600;
}

.table-responsive {
	white-space: nowrap;
}

.table .thead-primary th {
	color: #fff;
	background-color: #7934f3;
	border-color: #7934f3;
}

.table .thead-secondary th {
	color: #fff;
	background-color: #94614f;
	border-color: #94614f;
}

.table .thead-success th {
	color: #fff;
	background-color: #04b962;
	border-color: #04b962;
}

.table .thead-danger th {
	color: #fff;
	background-color: #f43643;
	border-color: #f43643;
}

.table .thead-warning th {
	color: #fff;
	background-color: #ff8800;
	border-color: #ff8800;
}

.table .thead-info th {
	color: #fff;
	background-color: #14b6ff;
	border-color: #14b6ff;
}

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

.table .thead-light th {
	color: #495057;
	background-color: rgba(255, 255, 255, .125);
	border-color: rgba(255, 255, 255, .125);
}

.table-primary {
	color: #fff;
	background-color: #7934f3;
}

.table-primary td, .table-primary th, .table-primary thead th {
	border-color: rgba(244, 245, 250, 0.15);
}

.table-secondary {
	color: #fff;
	background-color: #94614f;
}

.table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: rgba(244, 245, 250, 0.30);
}

.table-success {
	color: #fff;
	background-color: #04b962;
}

.table-success td, .table-success th, .table-success thead th {
	border-color: rgba(244, 245, 250, 0.30);
}

.table-danger {
	color: #fff;
	background-color: #f43643;
}

.table-danger td, .table-danger th, .table-danger thead th {
	border-color: rgba(244, 245, 250, 0.30);
}

.table-warning {
	color: #fff;
	background-color: #ff8800;
}

.table-warning td, .table-warning th, .table-warning thead th {
	border-color: rgba(244, 245, 250, 0.30);
}

.table-info {
	color: #fff;
	background-color: #14b6ff;
}

.table-info td, .table-info th, .table-info thead th {
	border-color: rgba(244, 245, 250, 0.30);
}

.table-dark {
	color: #fff;
	background-color: #353434;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: rgba(244, 245, 250, 0.15);
}

.table-light {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.14);
}

.table-light td, .table-light th, .table-light thead th {
	border-color: rgba(221, 222, 222, 0.22);
}

.table-active, .table-active > td, .table-active > th {
	background-color: rgba(255, 255, 255, 0.07);
}

/* Alerts*/
.alert {
	position: relative;
	padding: 0;
	margin-bottom: 1rem;
	border: none;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
	border-radius: .25rem;
	text-align: right;
}

.alert.padding {
	padding: .75rem 1.25rem;
}


.alert .alert-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 60px;
	font-size: 20px;
}

.alert .alert-message {
	display: table-cell;
	padding: 20px 15px 20px 15px;
	font-size: 14px;
}

.alert-dismissible .close {
	position: absolute;
	top: 8px;
	right: 0;
	font-weight: 300;
	padding: 10px 15px;
	color: inherit;
}

.alert .contrast-alert {
	background-color: rgba(255, 255, 255, 0.2);
}

.alert-success {
	color: #ffffff;
	background-color: #04b962;
	border-color: #04b962;

}

.alert-success .alert-link {
	color: #7bff2b;
}

.alert-info {
	color: #fefefe;
	background-color: #14b6ff;
	border-color: #14b6ff;
}

.alert-info .alert-link {
	color: #bef6ff;
}

.alert-danger {
	color: #ffffff;
	background-color: #f43643;
	border-color: #f43643;
}

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

.alert-warning {
	color: #fff;
	background-color: #ff8800;
	border-color: #ff8800;
}

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

.alert-outline-success {
	color: #04b962;
	border: 1px solid #04b962;
	border-right: 4px solid #04b962;
	border-left: 4px solid #04b962;
}

.alert-outline-success .alert-link {
	color: #04b962;
}

.alert-outline-info {
	color: #14b6ff;
	border: 1px solid #14b6ff;
	border-right: 4px solid #14b6ff;
	border-left: 4px solid #14b6ff;
}

.alert-outline-info .alert-link {
	color: #14b6ff;
}

.alert-outline-danger {
	color: #f43643;
	border: 1px solid #f43643;
	border-right: 4px solid #f43643;
	border-left: 4px solid #f43643;
}

.alert-outline-danger .alert-link {
	color: #f43643;
}

.alert-outline-warning {
	color: #ff8800;
	border: 1px solid #ff8800;
	border-right: 4px solid #ff8800;
	border-left: 4px solid #ff8800;
}

.alert-outline-warning .alert-link {
	color: #ff8800;
}

.alert-icon-success {
	color: #04b962;
	border: 1px solid #04b962;
}

.icon-part-success {
	background: #04b962;
	color: #fff;
	border-right: 1px solid #08b713;
}

.alert-icon-success .alert-link {
	color: #04b962;
}

.alert-icon-info {
	color: #14b6ff;
	border: 1px solid #14b6ff;
}

.icon-part-info {
	background: #14b6ff;
	color: #fff;
	border-right: 1px solid #09b9d4;
}

.alert-icon-info .alert-link {
	color: #14b6ff;
}

.alert-icon-danger {
	color: #f43643;
	border: 1px solid #f43643;
}

.icon-part-danger {
	background: #f43643;
	color: #fff;
	border-right: 1px solid #de2840;
}

.alert-icon-danger .alert-link {
	color: #f43643;
}

.alert-icon-warning {
	color: #ff8800;
	border: 1px solid #ff8800
}

.icon-part-warning {
	background: #ff8800;
	color: #fff;
	border-right: 1px solid #e08500;
}

.alert-icon-warning .alert-link {
	color: #ff8800;
}

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

.icon-part-round {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.icon-part-round-full {
	border-radius: 30px;
}

.alert-light-success {
	color: #04b962;
	background-color: rgba(7, 255, 22, 0.24);
	border-color: rgb(212, 246, 214);
}

.alert-light-success .alert-link {
	color: #04b962;
}

.alert-light-info {
	color: #14b6ff;
	background-color: rgba(2, 221, 255, 0.24);
	border-color: rgb(211, 246, 252);
}

.alert-light-info .alert-link {
	color: #14b6ff;
}

.alert-light-danger {
	color: #f43643;
	background-color: rgba(255, 72, 97, 0.24);
	border-color: rgb(255, 218, 223);
}

.alert-light-danger .alert-link {
	color: #f43643;
}

.alert-light-warning {
	color: #ff8800;
	background-color: rgba(255, 195, 0, 0.24);
	border-color: rgb(255, 236, 209);
}

.alert-light-warning .alert-link {
	color: #ff8800;
}

.box {
	padding: 60px 0;
}

.box-part {
	background: #FFF;
	border-radius: 0;
	padding: 60px 10px;
	margin: 30px 0;
}


/*Badges*/
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 100;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-up {
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 50%;
	font-size: 12px;
}

.badge-primary {
	color: #fff;
	background-color: #7934f3;
}

.badge-secondary {
	color: #fff;
	background-color: #94614f;
}

.badge-success {
	color: #fff;
	background-color: #04b962;
}

.badge-danger {
	color: #fff;
	background-color: #f43643;
}

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

.badge-info {
	color: #fff;
	background-color: #14b6ff;
}

.badge-light {
	color: #212529;
	background-color: #f1f1f1;
}

.badge-dark {
	color: #fff;
	background-color: #353434;
}


/* Paginations */
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #7934f3;
	background-color: rgb(255, 255, 255);
	border: 1px solid #dee2e6;
	box-shadow: 0 0.125rem 0.25rem rgba(80, 73, 73, 0.06);
}

.page-link:hover {
	z-index: 2;
	color: #7934f3;
	text-decoration: none;
	background-color: rgba(255, 255, 255);
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item.active .page-link {
	z-index: 1;
	color: #7934f3;
	background-color: #fff;
	border-color: #7934f3
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-round .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
}

.pagination-round .page-item:last-child .page-link {
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
}

.pagination-separate .page-item .page-link {
	margin-left: 4px;
}


.pagination-outline-primary .page-item.disabled .page-link,
.pagination-outline-success .page-item.disabled .page-link,
.pagination-outline-info .page-item.disabled .page-link,
.pagination-outline-danger .page-item.disabled .page-link,
.pagination-outline-warning .page-item.disabled .page-link
.pagination-outline-dark .page-item.disabled .page-link,
.pagination-outline-secondary .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}


.pagination-outline-primary .page-item .page-link {
	color: #7934f3;
	border: 1px solid #7934f3;
}

.pagination-outline-primary .page-item .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #7934f3;
	border-color: #7934f3
}

.pagination-outline-primary .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(73, 94, 210, 0.35)
}

.pagination-outline-primary .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #7934f3;
	border-color: #7934f3;
}

.pagination-outline-success .page-item .page-link {
	color: #04b962;
	border: 1px solid #04b962;
}

.pagination-outline-success .page-item .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #04b962;
	border-color: #04b962
}

.pagination-outline-success .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(37, 192, 126, 0.47)
}

.pagination-outline-success .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #04b962;
	border-color: #04b962;
}

.pagination-outline-info .page-item .page-link {
	color: #14b6ff;
	border: 1px solid #14b6ff;
}

.pagination-outline-info .page-item .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #14b6ff;
	border-color: #14b6ff
}

.pagination-outline-info .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(17, 205, 239, 0.51)
}

.pagination-outline-info .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #14b6ff;
	border-color: #14b6ff;
}

.pagination-outline-danger .page-item .page-link {
	color: #f43643;
	border: 1px solid #f43643;
}

.pagination-outline-danger .page-item .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #f43643;
	border-color: #f43643
}

.pagination-outline-danger .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(245, 54, 92, 0.52)
}

.pagination-outline-danger .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #f43643;
	border-color: #f43643;
}

.pagination-outline-warning .page-item .page-link {
	color: #ff8800;
	border: 1px solid #ff8800;
}

.pagination-outline-warning .page-item .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #ff8800;
	border-color: #ff8800
}

.pagination-outline-warning .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(251, 99, 64, 0.52)
}

.pagination-outline-warning .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ff8800;
	border-color: #ff8800;
}

.pagination-outline-dark .page-item .page-link {
	color: #172b4d;
	border: 1px solid #172b4d;
}

.pagination-outline-dark .page-item .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #172b4d;
	border-color: #172b4d
}

.pagination-outline-dark .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(34, 48, 53, 0.45)
}

.pagination-outline-dark .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #172b4d;
	border-color: #172b4d;
}

.pagination-outline-secondary .page-item .page-link {
	color: #ff2fa0;
	border: 1px solid #ff2fa0;
}

.pagination-outline-secondary .page-item .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #ff2fa0;
	border-color: #ff2fa0
}

.pagination-outline-secondary .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 47, 160, 0.51)
}

.pagination-outline-secondary .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ff2fa0;
	border-color: #ff2fa0;
}

.pagination-primary .page-item.disabled .page-link,
.pagination-success .page-item.disabled .page-link,
.pagination-info .page-item.disabled .page-link,
.pagination-danger .page-item.disabled .page-link,
.pagination-warning .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-primary .page-item .page-link {
	color: #ffffff;
	border: 1px solid #495ed2;
	background: #7934f3;
}

.pagination-primary .page-item .page-link:hover {
	z-index: 2;
	color: #7934f3;
	text-decoration: none;
	background-color: transparent;
	border-color: #495ed2
}

.pagination-primary .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	border: 1px solid rgba(73, 94, 210, 0.51);
	box-shadow: 0 0 0 .2rem rgba(73, 94, 210, 0.35)
}

.pagination-primary .page-item.active .page-link {
	z-index: 1;
	color: #7934f3;
	background-color: transparent;
	border-color: #0078da;
}

.pagination-success .page-item .page-link {
	color: #ffffff;
	border: 1px solid #1bb171;
	background-color: #04b962;
}

.pagination-success .page-item .page-link:hover {
	z-index: 2;
	color: #04b962;
	text-decoration: none;
	background-color: transparent;
	border-color: #1bb171
}

.pagination-success .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(37, 192, 126, 0.47)
}

.pagination-success .page-item.active .page-link {
	z-index: 1;
	color: #04b962;
	background-color: transparent;
	border-color: #1bb171;
}

.pagination-info .page-item .page-link {
	color: #ffffff;
	border: 1px solid #0ab5d4;
	background-color: #14b6ff;
}

.pagination-info .page-item .page-link:hover {
	z-index: 2;
	color: #14b6ff;
	text-decoration: none;
	background-color: transparent;
	border-color: #0ab5d4
}

.pagination-info .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(17, 205, 239, 0.51)
}

.pagination-info .page-item.active .page-link {
	z-index: 1;
	color: #14b6ff;
	background-color: transparent;
	border-color: #0ab5d4;
}

.pagination-danger .page-item .page-link {
	color: #fff;
	border: 1px solid #dd1c42;
	background-color: #f43643;
}

.pagination-danger .page-item .page-link:hover {
	z-index: 2;
	color: #f43643;
	text-decoration: none;
	background-color: transparent;
	border-color: #dd1c42
}

.pagination-danger .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(245, 54, 92, 0.52)
}

.pagination-danger .page-item.active .page-link {
	z-index: 1;
	color: #f43643;
	background-color: transparent;
	border-color: #dd1c42;
}

.pagination-warning .page-item .page-link {
	color: #ffffff;
	border: 1px solid #e34b28;
	background-color: #ff8800;
}

.pagination-warning .page-item .page-link:hover {
	z-index: 2;
	color: #ff8800;
	text-decoration: none;
	background-color: transparent;
	border-color: #e34b28
}

.pagination-warning .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(251, 99, 64, 0.52)
}

.pagination-warning .page-item.active .page-link {
	z-index: 1;
	color: #ff8800;
	background-color: transparent;
	border-color: #e34b28;
}

.pagination-dark .page-item .page-link {
	color: #ffffff;
	border: 1px solid #353434;
	background: #172b4d;
}

.pagination-dark .page-item .page-link:hover {
	z-index: 2;
	color: #172b4d;
	text-decoration: none;
	background-color: transparent;
	border-color: #353434
}

.pagination-dark .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(34, 48, 53, 0.45)
}

.pagination-dark .page-item.active .page-link {
	z-index: 1;
	color: #172b4d;
	background-color: transparent;
	border-color: #172b4d;
}

.pagination-secondary .page-item .page-link {
	color: #ffffff;
	border: 1px solid #df1482;
	background-color: #ff2fa0;
}

.pagination-secondary .page-item .page-link:hover {
	z-index: 2;
	color: #ff2fa0;
	text-decoration: none;
	background-color: transparent;
	border-color: #df1482
}

.pagination-secondary .page-item .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 47, 160, 0.51)
}

.pagination-secondary .page-item.active .page-link {
	z-index: 1;
	color: #ff2fa0;
	background-color: transparent;
	border-color: #df1482;
}


/* List Groups */
.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	color: #383838;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.list-group-item-action {
	color: #7934f3;
}

.list-group-item-action:hover {
	color: #7934f3;
	background-color: rgba(255, 255, 255, 0.2);
}

.list-group-item-action:focus {
	color: #7934f3;
	background-color: rgba(255, 255, 255, 0.2);
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #7934f3;
	background-color: rgba(255, 255, 255, 0.2);
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #7934f3;
	border-color: #7934f3;
}

.list-group-item.active-success {
	z-index: 2;
	color: #fff;
	background-color: #04b962;
	border-color: #04b962;
}

.list-group-item.active-danger {
	z-index: 2;
	color: #fff;
	background-color: #f43643;
	border-color: #f43643;
}

.list-group-item.active-warning {
	z-index: 2;
	color: #fff;
	background-color: #ff8800;
	border-color: #ff8800;
}

.list-group-item.active-info {
	z-index: 2;
	color: #fff;
	background-color: #14b6ff;
	border-color: #14b6ff;
}

.list-group-item.active-dark {
	z-index: 2;
	color: #fff;
	background-color: #353434;
	border-color: #353434;
}

.list-group-item.active-secondary {
	z-index: 2;
	color: #fff;
	background-color: #94614f;
	border-color: #94614f;
}

.list-group-primary .list-group-item {
	background-color: #7934f3;
	color: #fff;
	border: 1px solid #6b7ee9;
	box-shadow: inset 0 -1px 0 #5467d4;
}

.list-group-success .list-group-item {
	background-color: #04b962;
	color: #fff;
	border: 1px solid #06cc64;
	box-shadow: inset 0 -1px 0 #06a050;
}

.list-group-danger .list-group-item {
	background-color: #f43643;
	color: #fff;
	border: 1px solid #ff4e71;
	box-shadow: inset 0 -1px 0 #e6294e;
}

.list-group-warning .list-group-item {
	background-color: #ff8800;
	color: #fff;
	border: 1px solid #ffb55e;
	box-shadow: inset 0 -1px 0 #e6902b;
}

.list-group-info .list-group-item {
	background-color: #14b6ff;
	color: #fff;
	border: 1px solid #08def9;
	box-shadow: inset 0 -1px 0 #03b8d4;
}

.list-group-dark .list-group-item {
	background-color: #353434;
	color: #fff;
	border: 1px solid #0a1219;
	box-shadow: inset 0 -1px 0 #353434;
}

.list-group-secondary .list-group-item {
	background-color: #94614f;
	color: #fff;
	border: 1px solid #718b98;
	box-shadow: inset 0 -1px 0 #536d79;
}

.treeview .list-group-item:hover {
	background-color: rgba(255, 255, 255, 0.24) !important;
	color: #fff;
}


/*Nav Tabs & Pills */
.nav-tabs .nav-link {
	color: #4c4c4c;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 0 0 0;
	padding: 12px 20px;
	text-transform: uppercase;
	border: 0 solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:hover {
	border: 0 solid transparent;
}

.nav-tabs .nav-link i {
	margin-right: 2px;
	font-weight: 600;
}

.top-icon.nav-tabs .nav-link i {
	margin: 0;
	font-weight: 500;
	display: block;
	font-size: 20px;
	padding: 5px 0;
}

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

.color-tabs.nav-tabs {
	border-bottom: 1px solid #fff;
}

.color-tabs .nav-link.active, .color-tabs .nav-item.show > .nav-link {
	color: #fff;
	background-color: transparent;
	border-color: #fff #fff #fff;
	border-bottom: 4px solid #fff;
}

.nav-tabs-primary.nav-tabs {
	border-bottom: 1px solid #7934f3;
}

.nav-tabs-primary .nav-link.active, .nav-tabs-primary .nav-item.show > .nav-link {
	color: #7934f3;
	background-color: transparent;
	border-color: #7934f3 #7934f3 #fff;
	border-bottom: 4px solid #7934f3;
}

.nav-tabs-success.nav-tabs {
	border-bottom: 1px solid #04b962;
}

.nav-tabs-success .nav-link.active, .nav-tabs-success .nav-item.show > .nav-link {
	color: #04b962;
	background-color: transparent;
	border-color: #04b962 #04b962 #fff;
	border-bottom: 4px solid #04b962;
}

.nav-tabs-info.nav-tabs {
	border-bottom: 1px solid #14b6ff;
}

.nav-tabs-info .nav-link.active, .nav-tabs-info .nav-item.show > .nav-link {
	color: #14b6ff;
	background-color: transparent;
	border-color: #14b6ff #14b6ff #fff;
	border-bottom: 4px solid #14b6ff;
}

.nav-tabs-danger.nav-tabs {
	border-bottom: 1px solid #f43643;
}

.nav-tabs-danger .nav-link.active, .nav-tabs-danger .nav-item.show > .nav-link {
	color: #f43643;
	background-color: transparent;
	border-color: #f43643 #f43643 #fff;
	border-bottom: 3px solid #f43643;
}

.nav-tabs-warning.nav-tabs {
	border-bottom: 1px solid #ff8800;
}

.nav-tabs-warning .nav-link.active, .nav-tabs-warning .nav-item.show > .nav-link {
	color: #ff8800;
	background-color: transparent;
	border-color: #ff8800 #ff8800 #fff;
	border-bottom: 4px solid #ff8800;
}

.nav-tabs-dark.nav-tabs {
	border-bottom: 1px solid #353434;
}

.nav-tabs-dark .nav-link.active, .nav-tabs-dark .nav-item.show > .nav-link {
	color: #353434;
	background-color: #fff;
	border-color: #353434 #353434 #fff;
	border-bottom: 4px solid #353434;
}

.nav-tabs-secondary.nav-tabs {
	border-bottom: 1px solid #94614f;
}

.nav-tabs-secondary .nav-link.active, .nav-tabs-secondary .nav-item.show > .nav-link {
	color: #94614f;
	background-color: transparent;
	border-color: #94614f #94614f #fff;
	border-bottom: 4px solid #94614f;
}

.tabs-vertical .nav-tabs .nav-link {
	color: #4c4c4c;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 2px -1px 2px 2px;
	padding: 12px 1px;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: .25rem 0 0 .25rem;
}

.tabs-vertical .nav-tabs {
	border: 0;
	border-right: 1px solid #dee2e6;
}

.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	border-bottom: 1px solid #dee2e6;
	border-right: 0;
	border-left: 1px solid #dee2e6;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs {
	border: 0;
	border-right: 1px solid #7934f3;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
	color: #7934f3;
	background-color: transparent;
	border-color: #7934f3 #7934f3 #fff;
	border-bottom: 1px solid #7934f3;
	border-right: 0;
	border-left: 3px solid #7934f3;
}

.tabs-vertical-success.tabs-vertical .nav-tabs {
	border: 0;
	border-right: 1px solid #04b962;
}

.tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
	color: #04b962;
	background-color: transparent;
	border-color: #04b962 #04b962 #fff;
	border-bottom: 1px solid #04b962;
	border-right: 0;
	border-left: 3px solid #04b962;
}

.tabs-vertical-info.tabs-vertical .nav-tabs {
	border: 0;
	border-right: 1px solid #14b6ff;
}

.tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
	color: #14b6ff;
	background-color: transparent;
	border-color: #14b6ff #14b6ff #fff;
	border-bottom: 1px solid #14b6ff;
	border-right: 0;
	border-left: 3px solid #14b6ff;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs {
	border: 0;
	border-right: 1px solid #f43643;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
	color: #f43643;
	background-color: transparent;
	border-color: #f43643 #f43643 #fff;
	border-bottom: 1px solid #f43643;
	border-right: 0;
	border-left: 3px solid #f43643;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs {
	border: 0;
	border-right: 1px solid #ff8800;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
	color: #ff8800;
	background-color: transparent;
	border-color: #ff8800 #ff8800 #fff;
	border-bottom: 1px solid #ff8800;
	border-right: 0;
	border-left: 3px solid #ff8800;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs {
	border: 0;
	border-right: 1px solid #353434;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
	color: #353434;
	background-color: transparent;
	border-color: #353434 #353434 #fff;
	border-bottom: 1px solid #353434;
	border-right: 0;
	border-left: 3px solid #353434;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs {
	border: 0;
	border-right: 1px solid #94614f;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
	color: #94614f;
	background-color: transparent;
	border-color: #94614f #94614f #fff;
	border-bottom: 1px solid #94614f;
	border-right: 0;
	border-left: 3px solid #94614f;
}

.nav-pills .nav-link {
	border-radius: .25rem;
	color: #4c4c4c;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 3px;
	padding: 12px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.nav-pills .nav-link:hover {
	background-color: transparent;
}

.nav-pills .nav-link i {
	margin-right: 2px;
	font-weight: 600;
}

.top-icon.nav-pills .nav-link i {
	margin: 0;
	font-weight: 500;
	display: block;
	font-size: 20px;
	padding: 5px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #7934f3;
}

.color-pills .nav-link {
	color: #fff;
}

.color-pills .nav-link:hover {
	color: #353434;
	background-color: #fff;
}

.color-pills .nav-link.active, .color-pills .show > .nav-link {
	color: #353434;
	background-color: #fff;
}

.nav-pills-success .nav-link.active, .nav-pills-success .show > .nav-link {
	color: #fff;
	background-color: #04b962;
}

.nav-pills-info .nav-link.active, .nav-pills-info .show > .nav-link {
	color: #fff;
	background-color: #14b6ff;
}

.nav-pills-danger .nav-link.active, .nav-pills-danger .show > .nav-link {
	color: #fff;
	background-color: #f43643;
}

.nav-pills-warning .nav-link.active, .nav-pills-warning .show > .nav-link {
	color: #fff;
	background-color: #ff8800;
}

.nav-pills-dark .nav-link.active, .nav-pills-dark .show > .nav-link {
	color: #fff;
	background-color: #353434;
}

.nav-pills-secondary .nav-link.active, .nav-pills-secondary .show > .nav-link {
	color: #fff;
	background-color: #94614f;
}

.card .tab-content {
	padding: 1rem 0 0 0;
}

/* Accordions */
#accordion1 .card-header button:before,
#accordion2 .card-header button:before,
#accordion3 .card-header button:before,
#accordion4 .card-header button:before,
#accordion5 .card-header button:before,
#accordion6 .card-header button:before,
#accordion7 .card-header button:before,
#accordion8 .card-header button:before {
	float: left !important;
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#accordion1 .card-header button.collapsed:before,
#accordion2 .card-header button.collapsed:before,
#accordion3 .card-header button.collapsed:before,
#accordion4 .card-header button.collapsed:before,
#accordion5 .card-header button.collapsed:before,
#accordion6 .card-header button.collapsed:before,
#accordion7 .card-header button.collapsed:before,
#accordion8 .card-header button.collapsed:before {
	content: "\f107";
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: .5rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: .25rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	transition: width .6s ease;
}

.progress-content {
	margin-bottom: 10px;
}

.progress-label {
	font-size: .625rem;
	font-weight: 600;
	display: inline-block;
	padding: .25rem 1rem;
	text-transform: uppercase;
	color: #7934f3;
	border-radius: 30px;
	background: rgba(94, 114, 228, .1);
}

.progress-percentage {
	float: right;
}


/* Background Colors */
.bg-primary {
	background-color: #7934f3 !important;
}

.bg-success {
	background-color: #04b962 !important;
}

.bg-info {
	background-color: #14b6ff !important;
}

.bg-secondary {
	background-color: #94614f !important;
}

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

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

.bg-dark-light {
	background-color: rgba(0, 0, 0, .25) !important;
}

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

.bg-light {
	background-color: rgba(255, 255, 255, .125) !important;
}

.bg-contrast {
	background: rgba(255, 255, 255, 0.30) !important;
}

.bg-body {
	background: rgb(247, 247, 255) !important;
}

.bg-light-primary {
	background-color: rgba(203, 210, 246, .5) !important;
}

.bg-light-success {
	background-color: rgba(147, 231, 195, .5) !important;
}

.bg-light-info {
	background-color: rgba(136, 230, 247, .5) !important;
}

.bg-light-secondary {
	background-color: rgba(255, 47, 160, 0.22) !important;
}

.bg-light-danger {
	background-color: rgba(251, 175, 190, .5) !important;
}

.bg-light-dark {
	background-color: rgba(23, 43, 77, 0.22) !important;
}

.bg-light-warning {
	background-color: rgba(254, 201, 189, .5) !important;
}


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

.bg-twitter {
	background-color: #55acee !important;
}

.bg-google-plus {
	background-color: #dd4b39 !important;
}

.bg-linkedin {
	background-color: #0976b4 !important;
}

.bg-pinterest {
	background-color: #cc2127 !important;
}

.bg-youtube {
	background-color: #e52d27 !important;
}

.bg-tumblr {
	background-color: #35465c !important;
}

.bg-github {
	background-color: #333333 !important;
}

.bg-behance {
	background-color: #1769ff !important;
}

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

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

.gradient-bloody {
	background: #f54ea2;
	background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
	background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.gradient-scooter {
	background: #4facfe;
	background: -webkit-linear-gradient(45deg, #4facfe 0%, #00f2fe 100%) !important;
	background: linear-gradient(45deg, #4facfe 0%, #00f2fe 100%) !important;
}

.gradient-blooker {
	background: #fa709a;
	background: -webkit-linear-gradient(45deg, #fa709a 0%, #fee140 100%) !important;
	background: linear-gradient(45deg, #fa709a 0%, #fee140 100%) !important;
}

.gradient-quepal {
	background: #11998e;
	background: -webkit-linear-gradient(45deg, #11998e, #38ef7d) !important;
	background: linear-gradient(45deg, #11998e, #38ef7d) !important;
}

.gradient-purpink {
	background: #7f00ff;
	background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff) !important;
	background: linear-gradient(45deg, #7f00ff, #e100ff) !important;
}

.gradient-ibiza {
	background: #ee0979;
	background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
	background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}

.gradient-deepblue {
	background: #6a11cb;
	background: -webkit-linear-gradient(45deg, #6a11cb, #2575fc) !important;
	background: linear-gradient(45deg, #6a11cb, #2575fc) !important;
}

.gradient-branding {
	background: #6a11cb;
	background: -webkit-linear-gradient(180deg, #2af598, #009efd) !important;
	background: linear-gradient(180deg, #2af598, #009efd) !important;
}

.gradient-ohhappiness {
	background: #00b09b;
	background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
	background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}

.gradient-dusk {
	background: #2c3e50;
	background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c) !important;
	background: linear-gradient(45deg, #2c3e50, #fd746c) !important;
}

.gradient-meridian {
	background: #283c86;
	background: -webkit-linear-gradient(45deg, #283c86, #45a247) !important;
	background: linear-gradient(45deg, #283c86, #45a247) !important;
}

.gradient-violet {
	background: #4776e6;
	background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9) !important;
	background: linear-gradient(45deg, #4776e6, #8e54e9) !important;
}

.gradient-titanium {
	background: #283048;
	background: -webkit-linear-gradient(45deg, #283048, #859398) !important;
	background: linear-gradient(45deg, #283048, #859398) !important;
}

.gradient-shifter {
	background: #bc4e9c;
	background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759) !important;
	background: linear-gradient(45deg, #bc4e9c, #f80759) !important;
}

.gradient-army {
	background: #414d0b;
	background: -webkit-linear-gradient(45deg, #414d0b, #727a17) !important;
	background: linear-gradient(45deg, #414d0b, #727a17) !important;
}

.gradient-orange {
	background: #fc4a1a;
	background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
	background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
}

.gradient-yoda {
	background: #ff0099;
	background: -webkit-linear-gradient(45deg, #ff0099, #493240) !important;
	background: linear-gradient(45deg, #ff0099, #493240) !important;
}

.gradient-royal {
	background: #141e30;
	background: -webkit-linear-gradient(45deg, #141e30, #2c527d) !important;
	background: linear-gradient(45deg, #141e30, #2c527d) !important;
}

.gradient-knight {
	background: #ba8b02;
	background: -webkit-linear-gradient(45deg, #ba8b02, #181818) !important;
	background: linear-gradient(45deg, #ba8b02, #181818) !important;
}

.gradient-forest {
	background: #000428;
	background: -webkit-linear-gradient(45deg, #000428, #004e92) !important;
	background: linear-gradient(45deg, #000428, #004e92) !important;
}

.gradient-redmist {
	background: #353434;
	background: -webkit-linear-gradient(45deg, #353434, #e74c3c) !important;
	background: linear-gradient(45deg, #353434, #e74c3c) !important;
}

.gradient-steelgray {
	background: #1f1c2c;
	background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab) !important;
	background: linear-gradient(45deg, #1f1c2c, #928dab) !important;
}

.gradient-influenza {
	background: #c04848;
	background: -webkit-linear-gradient(45deg, #c04848, #480048) !important;
	background: linear-gradient(45deg, #c04848, #480048) !important;
}

.gradient-sylvia {
	background: #ff4b1f;
	background: -webkit-linear-gradient(45deg, #ff4b1f, #ff9068) !important;
	background: linear-gradient(45deg, #ff4b1f, #ff9068) !important;
}

.gradient-jshine {
	background: #12c2e9;
	background: -webkit-linear-gradient(45deg, #12c2e9, #c471ed, #f64f59) !important;
	background: linear-gradient(45deg, #12c2e9, #c471ed, #f64f59) !important;
}

.gradient-lovekiss {
	background: #ff0844;
	background: -webkit-linear-gradient(45deg, #ff0844, #ffb199) !important;
	background: linear-gradient(45deg, #ff0844 0%, #ffb199 100%) !important;
}

.gradient-hossein {
	background: #f7ff00;
	background: -webkit-linear-gradient(45deg, #f7ff00, #db36a4) !important;
	background: linear-gradient(45deg, #f7ff00, #db36a4) !important;
}

.border-left-xs {
	border-left: 1px solid !important;
}

.border-right-xs {
	border-right: 1px solid !important;
}

.border-top-xs {
	border-top: 1px solid !important;
}

.border-bottom-xs {
	border-bottom: 1px solid !important;
}

.border-left-sm {
	border-left: 2px solid !important;
}

.border-right-sm {
	border-right: 2px solid !important;
}

.border-top-sm {
	border-top: 2px solid !important;
}

.border-bottom-sm {
	border-bottom: 2px solid !important;
}

.border-left-md {
	border-left: 3px solid !important;
}

.border-right-md {
	border-right: 3px solid !important;
}

.border-top-md {
	border-top: 3px solid !important;
}

.border-bottom-md {
	border-bottom: 3px solid !important;
}

.border-left-lg {
	border-left: 4px solid !important;
}

.border-right-lg {
	border-right: 4px solid !important;
}

.border-top-lg {
	border-top: 4px solid !important;
}

.border-bottom-lg {
	border-bottom: 4px solid !important;
}

/* Borders */
.border-primary {
	border-color: #7934f3 !important;
}

.border-success {
	border-color: #04b962 !important;
}

.border-info {
	border-color: #14b6ff !important;
}

.border-secondary {
	border-color: #94614f !important;
}

.border-secondary-light {
	border-color: #33444a !important;
}

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

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

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

.border-white-2 {
	border-color: rgba(255, 255, 255, 0.33) !important
}

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

.border-light {
	border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-light-2 {
	border-color: rgba(0, 0, 0, 0.08) !important;
}

.border-light-3 {
	border-color: rgba(0, 0, 0, 0.05) !important;
}

/* Text Colors */
.text-primary {
	color: #7934f3 !important;
}

.text-success {
	color: #04b962 !important;
}

.text-info {
	color: #14b6ff !important;
}

.text-secondary {
	color: #94614f !important;
}

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

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

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

.text-light {
	color: rgba(255, 255, 255, .125) !important;
}

.text-light-1 {
	color: rgba(255, 255, 255, 0.70) !important;
}

.text-light-2 {
	color: rgba(255, 255, 255, 0.50) !important;
}

.text-light-3 {
	color: rgba(255, 255, 255, 0.20) !important;
}

.text-google {
	color: #dd4b39 !important;
}

.text-facebook {
	color: #3b5998 !important;
}

.text-twitter {
	color: #55acee !important;
}

.text-linkedin {
	color: #0976b4 !important;
}

.text-behance {
	color: #1769ff !important;
}

.text-dribbble {
	color: #ea4c89 !important;
}

.text-github {
	color: #333333 !important;
}

.text-youtube {
	color: #e52d27 !important;
}

/* Shadows */
.shadow-primary {
	box-shadow: 3px 5px 20px #5f72e3 !important;
}

.shadow-secondary {
	box-shadow: 3px 5px 20px #94614f !important;
}

.shadow-success {
	box-shadow: 3px 5px 20px #04b962 !important;
}

.shadow-danger {
	box-shadow: 3px 5px 20px #f43643 !important;
}

.shadow-warning {
	box-shadow: 3px 5px 20px #ff8800 !important;
}

.shadow-info {
	box-shadow: 3px 5px 20px #14b6ff !important;
}

.shadow-light {
	box-shadow: 3px 5px 20px #bcbdbd !important;
}

.shadow-dark {
	box-shadow: 3px 5px 20px #353434 !important;
}


.shadow-facebook {
	box-shadow: 0 7px 30px rgba(59, 89, 152, 0.82);
}

.shadow-twitter {
	box-shadow: 0 7px 30px rgba(85, 172, 238, 0.82);
}

.shadow-gogle-plus {
	box-shadow: 0 7px 30px rgba(221, 75, 57, 0.82);
}

.shadow-linkedin {
	box-shadow: 0 7px 30px rgba(9, 118, 180, 0.82);
}

.shadow-pinterest {
	box-shadow: 0 7px 30px rgba(204, 33, 39, 0.82);
}

.shadow-youtube {
	box-shadow: 0 7px 30px rgba(229, 45, 39, 0.82);
}

.shadow-tumblr {
	box-shadow: 0 7px 30px rgba(53, 70, 92, 0.82);
}

.shadow-github {
	box-shadow: 0 7px 30px rgba(51, 51, 51, 0.82);
}

.shadow-behance {
	box-shadow: 0 7px 30px rgba(23, 105, 255, 0.82);
}

.shadow-dribbble {
	box-shadow: 0 7px 30px rgba(234, 76, 137, 0.82);
}

.shadow-skype {
	box-shadow: 0 7px 30px rgba(0, 175, 240, 0.82);
}

.popover-header {
	background-color: #ffffff;
}

.popover {
	box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
	border: none;
	font-family: IRANSans;
}


/* CheckBoxes & Radios */

[class*="icheck-material"] {
	min-height: 22px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 0;
}

[class*="icheck-material"] > label {
	padding-right: 29px !important;
	min-height: 22px;
	line-height: 22px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

[class*="icheck-material"] > input:first-child {
	position: absolute !important;
	opacity: 0;
	margin: 0;
	background-color: #787878;
	border-radius: 50%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	display: block;
	width: 22px;
	height: 22px;
	outline: none;
	transform: scale(2);
	-ms-transform: scale(2);
	transition: opacity 0.3s, transform 0.3s;
}

[class*="icheck-material"] > input:first-child:disabled {
	cursor: default;
}

[class*="icheck-material"] > input:first-child:disabled + label,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-material"] > input:first-child:disabled + label::before,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label::before {
	pointer-events: none;
	cursor: default;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

[class*="icheck-material"] > input:first-child + label::before,
[class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.46);
	border-radius: .25rem;
	margin-right: -29px;
	box-sizing: border-box;
}

[class*="icheck-material"] > input:first-child:checked + label::after,
[class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 14px;
	width: 7px;
	height: 10px;
	border: solid 2px #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px, 4.5px) rotate(45deg);
	-ms-transform: translate(7.75px, 4.5px) rotate(45deg);
	box-sizing: border-box;
}

[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
	border-width: 2px;
}

[class*="icheck-material"] > input:first-child::-ms-check {
	opacity: 0;
	border-radius: 50%;
}

[class*="icheck-material"] > input:first-child:active {
	transform: scale(0);
	-ms-transform: scale(0);
	opacity: 1;
	transition: opacity 0s, transform 0s;
}

[class*="icheck-material"] > input[type="radio"]:first-child + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
	border-radius: 50%;
}

[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
	background-color: transparent;
}

[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	top: 5px;
	right: 5px;
	transform: none;
	-ms-transform: none;
}

[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
	width: 6px;
	height: 12px;
	transform: translate(7px, 2px) rotate(45deg);
	-ms-transform: translate(7px, 2px) rotate(45deg);
}

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

.icheck-inline + .icheck-inline {
	margin-left: .75rem;
	margin-top: 6px;
}

.icheck-material-primary > input:first-child {
	background-color: #7934f3;
}

.icheck-material-primary > input:first-child::-ms-check {
	background-color: #7934f3;
}

.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
	border-color: #7934f3;
}

.icheck-material-primary > input:first-child:checked + label::before,
.icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::before {
	background-color: #7934f3;
	border-color: #7934f3;
}

.icheck-material-primary > input:first-child:checked + label::after,
.icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.icheck-material-primary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-primary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
	background-color: #7934f3;
}


.icheck-material-success > input:first-child {
	background-color: #04b962;
}

.icheck-material-success > input:first-child::-ms-check {
	background-color: #04b962;
}

.icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
	border-color: #04b962;
}

.icheck-material-success > input:first-child:checked + label::before,
.icheck-material-success > input:first-child:checked + input[type="hidden"] + label::before {
	background-color: #04b962;
	border-color: #04b962;
}

.icheck-material-success > input:first-child:checked + label::after,
.icheck-material-success > input:first-child:checked + input[type="hidden"] + label::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.icheck-material-success > input[type="radio"]:first-child:checked + label::after,
.icheck-material-success > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
	background-color: #04b962;
}


.icheck-material-danger > input:first-child {
	background-color: #f43643;
}

.icheck-material-danger > input:first-child::-ms-check {
	background-color: #f43643;
}

.icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
	border-color: #f43643;
}

.icheck-material-danger > input:first-child:checked + label::before,
.icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::before {
	background-color: #f43643;
	border-color: #f43643;
}

.icheck-material-danger > input:first-child:checked + label::after,
.icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.icheck-material-danger > input[type="radio"]:first-child:checked + label::after,
.icheck-material-danger > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
	background-color: #f43643;
}


.icheck-material-info > input:first-child {
	background-color: #14b6ff;
}

.icheck-material-info > input:first-child::-ms-check {
	background-color: #14b6ff;
}

.icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
	border-color: #14b6ff;
}

.icheck-material-info > input:first-child:checked + label::before,
.icheck-material-info > input:first-child:checked + input[type="hidden"] + label::before {
	background-color: #14b6ff;
	border-color: #14b6ff;
}

.icheck-material-info > input:first-child:checked + label::after,
.icheck-material-info > input:first-child:checked + input[type="hidden"] + label::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.icheck-material-info > input[type="radio"]:first-child:checked + label::after,
.icheck-material-info > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
	background-color: #14b6ff;
}


.icheck-material-warning > input:first-child {
	background-color: #ff8800;
}

.icheck-material-warning > input:first-child::-ms-check {
	background-color: #ff8800;
}

.icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
	border-color: #ff8800;
}

.icheck-material-warning > input:first-child:checked + label::before,
.icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::before {
	background-color: #ff8800;
	border-color: #ff8800;
}

.icheck-material-warning > input:first-child:checked + label::after,
.icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.icheck-material-warning > input[type="radio"]:first-child:checked + label::after,
.icheck-material-warning > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
	background-color: #ff8800;
}


.icheck-material-secondary > input:first-child {
	background-color: #94614f;
}

.icheck-material-secondary > input:first-child::-ms-check {
	background-color: #94614f;
}

.icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
	border-color: #94614f;
}

.icheck-material-secondary > input:first-child:checked + label::before,
.icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::before {
	background-color: #94614f;
	border-color: #94614f;
}

.icheck-material-secondary > input:first-child:checked + label::after,
.icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.icheck-material-secondary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-secondary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
	background-color: #94614f;
}


.icheck-material-dark > input:first-child {
	background-color: #000;
}

.icheck-material-dark > input:first-child::-ms-check {
	background-color: #000;
}

.icheck-material-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
	border-color: #000;
}

.icheck-material-dark > input:first-child:checked + label::before,
.icheck-material-dark > input:first-child:checked + input[type="hidden"] + label::before {
	background-color: #000;
	border-color: #000;
}

.icheck-material-dark > input:first-child:checked + label::after,
.icheck-material-dark > input:first-child:checked + input[type="hidden"] + label::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.icheck-material-dark > input[type="radio"]:first-child:checked + label::after,
.icheck-material-dark > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
	background-color: #000;
}


.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
	position: initial;
	opacity: 1;
	margin-top: 4px;
}

.navbar-sidenav-tooltip.show {
	display: none;
}

.card-body-icon {
	position: absolute;
	z-index: 0;
	top: -25px;
	right: -25px;
	font-size: 5rem;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.card-authentication1 {
	max-width: 26rem;
}

.card-authentication2 {
	max-width: 53rem;
}

.bg-signup2 {
	background-color: rgb(0, 140, 255);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(../images/bg-sighn-2.png);
	height: 100%;
	border-radius: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.bg-signin2 {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(../images/bg-sighn-2.png);
	height: 100%;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.bg-reset-password2 {
	background-color: rgb(0, 140, 255);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(../images/bg-sighn-2.png);
	height: 100%;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}


.footer {
	bottom: 0px;
	color: rgba(0, 0, 0, 0.65);
	text-align: center;
	padding: 12px 30px;
	position: absolute;
	left: 0;
	right: 250px;
	background-color: white;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#wrapper.toggled .footer {
	position: absolute;
	left: 0;
}

.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	color: white;
	position: fixed;
	border-radius: 10%;
	bottom: 20px;
	right: 12px;
	background-color: #ff5722;
	z-index: 10000;
}

.back-to-top .fa-angle-double-up {
	margin-top: 20%;
	font-size: 20px;
}

.back-to-top:hover {
	color: white;
	background-color: #000;
	transition: all .5s;
}

.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	transition: all 0.3s ease-out;
	font-size: 11px;
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.7s ease-out;
	transition-property: transform, opacity;
	transform: scale(0);
	pointer-events: none;
}

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

.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
	background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, 0.7);
}

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

.waves-circle {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	-webkit-mask-image: none;
}

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

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

.waves-block {
	display: block;
}

/* Pricing Tables */
.pricing-table .list-group {
	box-shadow: none;
	padding-left: 1rem;
	padding-right: 1rem;
}

.price-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.price {
	font-size: 3.5em;
	line-height: 1.8em;
	font-weight: 600;
	margin-bottom: 0;
}

.currency {
	font-size: 35px;
}

.pricing-table .card .card-body .list-group .list-group-item:first-child {
	border-top: 0;
}

.pricing-table .card .card-body .list-group .list-group-item:last-child {
	border-bottom: 0;
}

.pricing-table .card .card-body .list-group .list-group-item {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.1);
}

.pricing-table.pricing-table-color .card .card-body .list-group .list-group-item {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.error-pages {
	margin-top: 230px;
}

.error-title {
	font-size: 140px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: bold;
}

.error-sub-title {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.bg-error {
	background-color: rgb(255, 255, 255);
	background-image: url(../images/error-texture.png);
}

.bg-coming-soon {
	background-color: rgb(255, 255, 255);
	background-image: url(../images/coming-soon.png);
}

.coming-soon {
	margin-top: 230px;
}

.coming-soon-title {
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
}

/* Extra css */
.chart-container {
	position: relative;
	height: 330px;
}

.dash-array-chart-box {
	width: 105px;
	height: 90px;
	position: relative;
	top: -15px;
	right: 30px;
}

.font-33 {
	font-size: 33px;
}

.chart-container-1 {
	position: relative;
	height: 260px;
}

.chart-container-2 {
	position: relative;
	height: 188px;
}

.chart-container-3 {
	position: relative;
	height: 188px;
}

.chart-container-4 {
	position: relative;
	height: 162px;
}

.chart-container-5 {
	position: relative;
	height: 110px;
}

.chart-container-6 {
	position: relative;
	height: 205px;
}

.chart-container-7 {
	position: relative;
	height: 60px;
}

.chart-container-8 {
	position: relative;
	height: 260px;
}

.chart-container-9 {
	position: relative;
	height: 280px;
}

.chart-container-10 {
	position: relative;
	height: 300px;
	top: 20px;
}

.chart-container-11 {
	position: relative;
	height: 280px;
}


/* Responsive */

@media only screen and (max-width: 1366px) {

	.error-pages {
		margin-top: 110px;
	}

	.coming-soon {
		margin-top: 110px;
	}

}


@media only screen and (max-width: 1199px) {

	.row.row-group > div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.row.row-group > div:last-child {
		border-right: none;
		border-bottom: 0;
	}
}


@media only screen and (max-width: 1024px) {

	.search-bar {
		margin-left: 10px;
		position: relative;
	}

	.search-bar input {
		width: 100%;
		height: 30px;
	}

	.nav-tabs .nav-link {
		padding: 10px 10px;
	}


	#sidebar-wrapper {
		background: #fff;
		position: fixed;
		top: 0;
		right: -250px;
		z-index: 1000;
		overflow-y: auto;
		width: 250px;
		height: 100%;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		box-shadow: none;
	}

	.toggle-menu i {
		line-height: 60px;
		margin-left: 0;
		font-size: 15px;
		cursor: pointer;
	}

	.card {
		margin-bottom: 25px;
	}

	.card-deck {
		margin-bottom: 0;
	}

	.card-deck .card {
		margin-bottom: 25px;
	}

	.card-group {
		margin-bottom: 25px;
	}

	.content-wrapper {
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer {
		position: absolute;
		left: 0;
	}

	#wrapper.toggled #sidebar-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	#wrapper.toggled .overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: 0.4;
		z-index: 999;
		display: block;
	}

	#wrapper.toggled .menu-icon {
		margin-left: 0;
	}

	#wrapper.toggled .content-wrapper {
		margin-left: 0;

	}

	#wrapper.toggled .footer {
		position: absolute;
		left: 0;
	}

	.hidden-xs {
		display: none !important;
	}

}

@media only screen and (max-width: 575px) {

	.bg-signup2 {
		height: 35rem;
		border-radius: .25rem .25rem 0 0;
	}

	.bg-signin2 {
		height: 25rem;
		border-radius: .25rem .25rem 0 0;
	}

	.bg-reset-password2 {
		height: 20rem;
		border-radius: .25rem .25rem 0 0;
	}

}


@media only screen and (max-width: 480px) {

	.search-bar {
		margin-left: 5px;
		position: relative;
	}

	.search-bar input {
		width: 100%;
	}

	.dropdown-lg {
		display: none;
	}

	.nav-item.language {
		display: none;
	}

	.right-nav-link a.nav-link {
		padding-right: .0rem !important;
	}

	.topbar-nav .navbar {
		padding: 0px 10px 0 5px;
	}


}

/*** Calendar ****/
#calendar {
	margin: 0 auto;
	padding: 0;
	direction: rtl;
}

/*******************************Calendar Content Cells*********************************/
#calendar .label {
	padding: 0;
	margin: auto;
	display: block;
	max-width: 250px;
	min-width: 250px;
	height: 20px;
}

#calendar .label li {
	margin-right: 5px;
	float: right;
	list-style-type: none;
	text-align: center;
	color: #000;
	font-size: 8px;
	width: 30px;
	transform: rotate(-30deg);
}

#calendar .dates {
	padding: 0;
	max-width: 250px;
	min-width: 250px;
	margin: auto;
}

#calendar .dates li {
	list-style: none;
	margin-right: 5px;
	margin-top: 5px;
	float: right;
	width: 30px;
	height: 25px;
}

#calendar .dates li a {
	font-size: 15px;
	background-color: #DDD;
	color: #000;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 2px;
}

#calendar .dates li.disabled {
	opacity: .4;
}

#calendar .dates li.WithEvent a {
	background-color: #FFC107;
}

#calendar .dates li.RealDay a {
	background-color: #8bc34a !important;
	color: #ffffff;
}

#calendar .dates li.Selected {
	border: 1px solid #000;

}

#calendar .dates li.end a {
	color: #d80317 !important;
}

#calendar .dates li.mask {
	opacity: .4;
}

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

.fa-50x {
	font-size: 50px !important;
}

.fullPage .content-wrapper {
	margin-right: 0;
}

.fullPage #header-setting {
	padding-right: 0;
}


.datepicker-plot-area {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none
}

.datepicker-plot-area .datepicker-time-view .down-btn, .datepicker-plot-area .datepicker-time-view .up-btn {
	transition: all 100ms ease
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable, .datepicker-plot-area .datepicker-month-view .month-item-disable {
	border-radius: 0
}

.datepicker-plot-area .datepicker-time-view .down-btn, .datepicker-plot-area .datepicker-time-view .up-btn {
	border-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.datepicker-plot-area .datepicker-time-view .down-btn {
	border-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.datepicker-plot-area, .datepicker-plot-area .datepicker-time-view > .time-segment {
	border-radius: 0
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	border-radius: 0
}

.datepicker-plot-area {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable, .datepicker-plot-area .datepicker-month-view .month-item-disable, .datepicker-plot-area .datepicker-time-view > .time-segment, .datepicker-plot-area .datepicker-time-view .down-btn, .datepicker-plot-area .datepicker-time-view .up-btn, .datepicker-plot-area .datepicker-time-view input, .datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev, .datepicker-plot-area .toolbox .pwt-btn-submit, .datepicker-plot-area .toolbox .pwt-btn-calendar, .datepicker-plot-area .toolbox .pwt-btn-today {
	cursor: pointer
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item {
	font: 14px;
	background-color: #fff;
	color: #333;
	border: 0;
	text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable, .datepicker-plot-area .datepicker-month-view .month-item-disable {
	background-color: #f1f1f1;
	color: #ccc;
	border: none;
	text-shadow: none;
	cursor: default
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
	background-color: #333;
	color: #fff;
	border: 0;
	text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
	background-color: "";
	color: #ccc;
	border: none;
	text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
	background-color: #005299;
	color: #fff;
	border: none;
	text-shadow: 1px 1px 1px #000
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
	background-color: #007be6;
	color: #fff;
	border: 0;
	text-shadow: none
}

.datepicker-container {
	display: block;
	position: absolute;
	z-index: 100000;
	top: 0;
	direction: ltr
}

.datepicker-container.pwt-hide {
	display: none
}

.datepicker-plot-area {
	box-sizing: border-box;
	overflow: hidden;
	min-height: 70px;
	display: block;
	width: 200px;
	min-width: 200px;
	padding: 3px;
	position: absolute;
	font: 12px tahoma;
	border: 1px solid #ccc;
	background-color: #fff
}

.datepicker-plot-area.datepicker-state-only-time {
	padding: 0
}

.datepicker-plot-area table, .datepicker-plot-area th, .datepicker-plot-area td {
	border: 0;
	background: none
}

.datepicker-plot-area * {
	text-align: center;
	color: #333
}

.datepicker-plot-area .datepicker-day-view, .datepicker-plot-area .datepicker-month-view, .datepicker-plot-area .datepicker-year-view {
	display: block;
	width: 100%;
	float: left;
	min-height: 200px;
	margin: 0
}

.datepicker-plot-area-inline-view {
	display: block;
	width: 100%;
	position: static;
	float: left
}

.datepicker-plot-area .datepicker-time-view {
	display: block;
	float: left;
	width: 100%;
	padding: 5px;
	background: #f9f9f9;
	border-top: 1px solid #f1f1f1
}

.datepicker-plot-area .datepicker-time-view > .time-segment {
	display: block;
	width: 22%;
	float: left;
	overflow: hidden
}

.datepicker-plot-area .datepicker-time-view > .time-segment:hover .down-btn, .datepicker-plot-area .datepicker-time-view > .time-segment:hover .up-btn {
	font-weight: bold
}

.datepicker-plot-area .datepicker-time-view .divider {
	display: block;
	width: 3%;
	height: 60px;
	line-height: 60px;
	float: left;
	overflow: hidden;
	font: 12px bold
}

.datepicker-plot-area .datepicker-time-view .divider span {
	height: 60px;
	line-height: 60px
}

.datepicker-plot-area .datepicker-time-view .down-btn, .datepicker-plot-area .datepicker-time-view .up-btn {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	height: 20px;
	line-height: 22px;
	color: #ccc
}

.datepicker-plot-area .datepicker-time-view .down-btn:hover, .datepicker-plot-area .datepicker-time-view .up-btn:hover {
	background-color: rgba(250, 250, 250, 0.3);
	color: #807f7f
}

.datepicker-plot-area .datepicker-time-view input {
	display: block;
	width: 90%;
	margin: 0 5%;
	height: 20px;
	padding: 0;
	outline: none;
	border: none;
	background: transparent
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
	padding: 0 5px;
	margin: 0
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view > .time-segment, .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view > .divider {
	padding: 5px 0
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view > .time-segment {
	width: 31.33%
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view > .meridian-divider {
	display: none
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view > .time-segment {
	width: 31.33%
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view > .second-divider {
	display: none
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .time-segment {
	width: 48%
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .second-divider, .datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .meridian-divider {
	display: none
}

.datepicker-plot-area .datepicker-day-view .table-days {
	width: 100%;
	float: left;
	direction: rtl
}

.datepicker-plot-area .datepicker-day-view .table-days td {
	width: 14.2%;
	height: 26px;
	padding: 0;
	margin: 0;
	position: relative
}

.datepicker-plot-area .datepicker-day-view .table-days td .alter-calendar-day {
	font-style: normal;
	position: absolute;
	font-size: 8.5px;
	bottom: 0;
	right: 2px;
	color: #f1f1f1
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 0
}

.datepicker-plot-area .datepicker-day-view .month-grid-box {
	display: block;
	width: 100%;
	float: right;
	min-height: 180px;
	margin: 8px 0
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 8px
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
	display: block;
	width: 100%;
	height: 25px;
	float: left
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
	display: block;
	width: 14.2%;
	height: 25px;
	float: right;
	line-height: 25px;
	font: 11px;
	font-weight: bold;
	color: #333
}

.datepicker-plot-area .datepicker-year-view, .datepicker-plot-area .datepicker-month-view {
	padding-top: 10px
}

.datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item {
	display: block;
	width: 33.333333%;
	margin: 2px 0 0;
	float: right;
	height: 42px;
	line-height: 42px
}

.datepicker-plot-area .datepicker-navigator {
	display: block;
	width: 100%;
	float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	background-color: rgba(250, 250, 250, 0.1);
	color: #333
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
	background-color: rgba(250, 250, 250, 0.3)
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
	display: block;
	width: 15%;
	float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
	display: block;
	width: 66%;
	margin: 0 2%;
	float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	display: block;
	width: 15%;
	float: left
}

.datepicker-plot-area .toolbox {
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px
}

.datepicker-plot-area .toolbox .pwt-btn-submit, .datepicker-plot-area .toolbox .pwt-btn-calendar, .datepicker-plot-area .toolbox .pwt-btn-today {
	background-color: rgba(250, 250, 250, 0.1);
	float: right;
	display: block;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	margin: 0 auto;
	margin-left: 5px;
	padding: 0 5px;
	min-width: 50px
}

.datepicker-plot-area .toolbox .pwt-btn-submit:hover, .datepicker-plot-area .toolbox .pwt-btn-calendar:hover, .datepicker-plot-area .toolbox .pwt-btn-today:hover {
	background-color: rgba(250, 250, 250, 0.3)
}

.datepicker-plot-area .datepicker-navigator {
	display: block;
	width: 100%;
	float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	background-color: rgba(250, 250, 250, 0.1);
	color: #333
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
	background-color: rgba(250, 250, 250, 0.3)
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
	display: block;
	width: 15%;
	float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
	display: block;
	width: 66%;
	margin: 0 2%;
	float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
	display: block;
	width: 15%;
	float: left
}

.datepicker-container.pwt-mobile-view {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	transition: all 1s
}

.datepicker-container.pwt-mobile-view.pwt-hide {
	top: 100vh;
	height: 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
	color: #fff;
	background: #ccc
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td, .datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td span {
	height: 44px;
	line-height: 44px;
	font-size: 14px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-month-view .month-item {
	height: 70px;
	line-height: 70px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area [class*='pwt-btn'] {
	height: 48px;
	line-height: 48px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .pwt-btn-today {
	float: left
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time {
	background: rgba(0, 0, 0, 0.7);
	border: 0;
	padding-top: 60%
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
	margin-right: 5px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view input {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	margin: 5px 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider, .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider span {
	font-size: 16px;
	display: block;
	height: 144px;
	line-height: 144px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .down-btn, .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .up-btn {
	height: 48px;
	line-height: 48px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view input {
	height: 32px;
	line-height: 34px;
	font-size: 18px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .divider, .datepicker-container.pwt-mobile-view .datepicker-time-view .divider span {
	height: 120px;
	line-height: 120px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .down-btn, .datepicker-container.pwt-mobile-view .datepicker-time-view .up-btn {
	height: 40px;
	line-height: 40px
}


.clockpicker-popover {
	width: 230px;
	padding-top: 15px;
}

.clockpicker .input-group-addon {
	cursor: pointer;
}

.clockpicker-moving {
	cursor: move;
}

.clockpicker-align-left.popover > .arrow {
	left: 25px;
}

.clockpicker-align-top.popover > .arrow {
	top: 17px;
}

.clockpicker-align-right.popover > .arrow {
	left: auto;
	right: 25px;
}

.clockpicker-align-bottom.popover > .arrow {
	top: auto;
	bottom: 6px;
}

.clockpicker-popover .popover-title {
	background-color: #fff;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	direction: ltr;

}

.clockpicker-popover .popover-title span {
	cursor: pointer;
}

.clockpicker-popover .popover-content {
	background-color: #f8f8f8;
	padding: 12px;
}

.popover-content:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.clockpicker-plate {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	overflow: visible;
	position: relative;
	/* Disable text selection highlighting. Thanks to Hermanya */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clockpicker-canvas,
.clockpicker-dial {
	width: 200px;
	height: 200px;
	position: absolute;
	left: -1px;
	top: -1px;
}

.clockpicker-minutes {
	visibility: hidden;
}

.clockpicker-tick {
	border-radius: 50%;
	color: #666;
	line-height: 26px;
	text-align: center;
	width: 26px;
	height: 26px;
	position: absolute;
	cursor: pointer;
	font-family: IRANSans;
}

.clockpicker-tick.active,
.clockpicker-tick:hover
.clockpicker-tick:not(.invalid):hover {
	background-color: rgb(192, 229, 247);
	background-color: rgba(0, 149, 221, .25);
}

.clockpicker-tick.invalid {
	color: #ccc;
	cursor: not-allowed;
}

.clockpicker-button {
	background-image: none;
	background-color: #fff;
	border-width: 1px 0 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
	padding: 10px 0;
}

.clockpicker-button:hover {
	background-image: none;
	background-color: #ebebeb;
}

.clockpicker-button:focus {
	outline: none !important;
}

.clockpicker-dial {
	-webkit-transition: -webkit-transform 350ms, opacity 350ms;
	-moz-transition: -moz-transform 350ms, opacity 350ms;
	-ms-transition: -ms-transform 350ms, opacity 350ms;
	-o-transition: -o-transform 350ms, opacity 350ms;
	transition: transform 350ms, opacity 350ms;
}

.clockpicker-dial-out {
	opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
	-webkit-transform: scale(.8, .8);
	-moz-transform: scale(.8, .8);
	-ms-transform: scale(.8, .8);
	-o-transform: scale(.8, .8);
	transform: scale(.8, .8);
}

.clockpicker-canvas {
	-webkit-transition: opacity 175ms;
	-moz-transition: opacity 175ms;
	-ms-transition: opacity 175ms;
	-o-transition: opacity 175ms;
	transition: opacity 175ms;
}

.clockpicker-canvas-out {
	opacity: 0.25;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
	stroke: none;
	fill: rgb(0, 149, 221);
}

.clockpicker-canvas-bg {
	stroke: none;
	fill: rgb(192, 229, 247);
}

.clockpicker-canvas-bg-trans {
	fill: rgba(0, 149, 221, .25);
}

.clockpicker-canvas line {
	stroke: rgb(0, 149, 221);
	stroke-width: 1;
	stroke-linecap: round;
	/*shape-rendering: crispEdges;*/
}

.clockpicker-button.am-button {
	margin: 1px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;

}

.clockpicker-button.pm-button {
	margin: 1px 1px 1px 136px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
}

fieldset {
	padding: 15px;
	margin: 0;
	border: 1px solid #c0c0c0;
}

legend {
	font-size: 13px;
	line-height: inherit;
	color: #333;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
}

.modal-body {
	text-align: right;
}

.fullPage .footer {
	right: 0;
}


.block-header {
	margin-bottom: 15px;
	text-align: right;
	direction: rtl;
}

.block-header h2 {
	margin: 0 !important;
	color: #666 !important;
	font-weight: normal;
	font-size: 20px;
}

.block-header h2 small {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	color: #888;
}

.block-header h2 small a {
	font-weight: bold;
	color: #777;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-sx {
	font-size: 20px;
}

.fa-50x {
	font-size: 50px !important;
}

.fa-5x {
	font-size: 100px !important;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear reverse;
}

.fa-spin-clockwise {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.ltr {
	direction: ltr;
}

.fullPage {
	margin-right: 0;
}

.fullMenu {
	padding-right: 0 !important;
}

.fullFooter {
	right: 0;
}

.padding-0 {
	padding: 0 !important;
}


.bs-wizard {
}

.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0;
}

.bs-wizard > .bs-wizard-step {
	padding: 0;
	position: relative;
	margin-bottom: 5px !important;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	color: #595959;
	font-size: 11px;
	margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #fbe8aa;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #fbbd19;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	border-radius: 0;
	height: 8px;
	box-shadow: none;
	margin: 24px 0 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width: 0;
	box-shadow: none;
	background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
	right: 50%;
	width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
	width: 50%;
}

/* Progress Bars =============================== */
.progress {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	height: 22px;
}

.progress-xs {
	height: 5px;
}

.progress .progress-bar {
	line-height: 23px;
	background-color: #1f91f3;
}

.progress .progress-bar-success {
	background-color: #2b982b;
}

.progress .progress-bar-info {
	background-color: #00b0e4;
}

.progress .progress-bar-warning {
	background-color: #ff9600;
}

.progress .progress-bar-danger {
	background-color: #fb483a;
}


.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
}

.chosen-container a {
	cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 34px;
	border: 1px solid #ccc;

	background-color: #fff;

	box-shadow: 1px 1px 1px #ccc;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.chosen-container-single .chosen-default {
	color: #999;
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
	font-size: 1em;
	line-height: normal;
	border-radius: 0;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}

.chosen-disabled .chosen-single {
	cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
	text-align: right;
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
	margin-top: 5px;
	font-size: 13px;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
	top: 5px;
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}

.chosen-rtl .chosen-choices li {
	float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
	font-size: 13px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
	direction: rtl;
	font-size: 13px;

}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}


.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
	text-align: right;
	direction: rtl;
}

.autocomplete-suggestion {
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
	cursor: pointer;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}


.sjs-wrapper {
	color: #333;
	font-size: 12px;
	line-height: 1.42857143;
}

.sjs-wrapper * {
	box-sizing: border-box;
}

.sjs-wrapper a {
	color: #333;
	text-decoration: none;
}

.sjs-wrapper a:hover {
	text-decoration: underline;
}

.sjs-name-col {
	border-bottom: 1px solid #dddddd;
	text-align: center;
	float: left;
}

.sjs-name {
	height: 40px;
	padding: 5px 15px;
	line-height: 30px;
	vertical-align: middle;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sjs-name:nth-child(2n) {
	background-color: #f9f9f9;
}

.sjs-name-head {
	height: 15px;
	border-bottom: 1px solid #dddddd;
}

.sjs-app-col {
	border-left: 1px solid #dddddd;
	position: relative;
	overflow-x: scroll;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sjs-grid {
	z-index: 0;
	border-bottom: 1px solid #dddddd;
	position: absolute;
}

.sjs-grid-row {
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
}

.sjs-grid-row:nth-child(2n) {
	background-color: #f9f9f9;
}

.sjs-grid-row-head {
	height: 15px;
	white-space: nowrap;
	font-size: 0;
	border-bottom: 1px solid #dddddd;
}

.sjs-grid-row-head:nth-child(2n) {
	background-color: #f9f9f9;
}

.sjs-grid-col {
	height: 40px;
	padding: 2px 3px;
	display: inline-block;
}

.sjs-grid-col:nth-child(2n) {
	background-color: #f9f9f9;
}

.sjs-grid-col-head {
	height: 14px;
	display: inline-block;
	font-size: 12px;
}

.sjs-grid-col-head:nth-child(2n) {
	background-color: #f9f9f9;
}

.sjs-grid-overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.sjs-grid-overlay-row {
	height: 40px;
	white-space: nowrap;
	font-size: 0;
}

.sjs-grid-overlay-row-head {
	height: 15px;
	border-bottom: 1px solid transparent;
}

.sjs-grid-overlay-col {
	height: 40px;
	padding: 2px 3px;
	display: inline-block;
	background-color: rgba(255, 18, 0, 0.3);
	vertical-align: top;
	font-size: 12px;
	/* Following three settings to make ... work in case of long text */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sjs-grid-overlay-col-clickable {
	cursor: pointer;
}

.sjs-selector {
	margin-top: 15px;
	cursor: move;
	background-color: rgba(0, 0, 255, 0.2);
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
}

.sjs-selector-edge {
	width: 15px;
	cursor: col-resize;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 3;
}

.sjs-selector-left {
	left: 0;
}

.sjs-selector-right {
	right: 0;
}

.sjs-selector-inner {
	position: relative;
	height: 100%;
}

.sjs-selector-text {
	position: absolute;
	white-space: nowrap;
	padding: 2px;
	height: 22px;
	width: 100%;
	bottom: 0;
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #dddddd;
}
