/*Font- Family*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800,900');
 html {
	color: #222;
	font-size: 14px;
	line-height: 1.4;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
/*Browser Upgrade Prompt*/

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/*Hide visually and from screen readers*/

.hidden {
	display: none !important;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.clearfix:after {
	clear: both;
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {}@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href)")";
	}
	abbr[title]:after {
		content: " (" attr(title)")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
/*main css*/

:focus {
	outline: none;
}
body,
.navbar,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
optgroup,
select,
textarea,
table td,
table th,
.btn {
	font-weight: 400;
}
body.main {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	color: #888;
	margin: 0px;
	padding: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
optgroup,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
}
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}
a {
	color: #4184f0;
	cursor: pointer;
}
.font-order {
	color: #333333;
}
.font-primary {
	color: #acacb7;
}
.font-green {
	color: #3fc82a;
}
.font-red {
	color: #ff0000;
}
.font-dark {
	color: #3b3458;
}
.font-blue {
	color: #4184f0;
}
.bg-primary {
	background: #acacb7;
}
.bg-green {
	background: #3fc82a;
}
.bg-red {
	background: #ff0000;
}
.bg-dark {
	background: #3b3458;
}
.font-weight-bold {
	font-weight: bold;
}
.font-weight-medium {
	font-weight: 600!important;
}
.font-weight-light {
	font-weight: 200!important;
}
.m-0 {
	margin: 0!important;
}
.mb-2 {
	margin-bottom: 20px;
}
.p-0 {
	padding: 0!important;
}
.p-3 {
	padding: 30px!important;
}
.pt-2 {
	padding-top: 20px;
}
.pt-4 {
	padding-top: 40px;
}
.mt-3 {
	margin-top: 30px!important;
}
.bd-b {
	border-bottom: 1px solid #eeeeee;
}
ul {
	margin-bottom: 0;
}
/*sidebar*/

.left_sidebar {
	min-height: 100%;
	width: 240px;
	padding: 0;
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	background: #312C4B;
	background: linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -webkit-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -moz-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
.brand {
	display: block;
	height: 50px;
}
.nav-side-menu {
	width: 100%;
	background: #312c4b;
	background: linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -webkit-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -moz-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: transparent;
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
}
.menu-list {
	margin-top: 0px;
	overflow-y: scroll;
	margin-bottom: 210px;
	height: calc(100vh - 170px);
}
.menu-list::-webkit-scrollbar {
	width: 5px;
}
.menu-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
}
.menu-list::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	outline: 1px solid rgba(0, 0, 0, 0.3);
}
.nav-side-menu .toggle-btn {
	display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	cursor: pointer;
}
.nav-side-menu li a .arrow:before {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}
.nav-side-menu li a.collapsed .arrow:before {
	content: "\f105";
}
.nav-side-menu ul .active>a,
.nav-side-menu li .active>a {
	background-color: #423c5f;
	background-color: rgba(255, 255, 255, .3);
}
.nav-side-menu li.active>a {
	color: #ffffff;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
	color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
	border: none;
	margin-left: 0px;
	margin-right: 0;
}
.nav-side-menu li {
	padding-left: 0px;
	margin: 10px 10px 0px;
}
.nav-side-menu ul .sub-menu li a {
	padding-left: 34px;
}
.nav-side-menu li a {
	text-decoration: none;
	color: #b7b7b7;
	padding-right: 0px;
	padding-left: 10px;
	font-weight: 400;
	line-height: 32px;
	display: block;
	border-radius: 5px;
}
.nav-side-menu li a i {
	padding-left: 0px;
	width: 20px;
	padding-right: 5px;
}
.nav-side-menu li:hover>a {
	background-color: #423c5f;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
}
/*top header*/

.navbar-default {
	box-shadow: none;
	background-color: #312c4b;
	border-color: #312c4b;
	border-color: transparent;
	background: linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -webkit-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -moz-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
.navbar-fixed-top {
	border-width: 0px 0 0px;
}
.navbar-header {
	width: 240px;
	margin-left: -15px;
}
.navbar-brand {
	background: inherit;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin-left: 0;
	margin-top: 0;
}
.navbar-brand:after {
	content: "";
	box-shadow: inset 0 0 0 40px rgba(255, 255, 255, 0.3);
	filter: blur(10px);
	width: 260px;
	height: 70px;
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: 0;
	right: 0;
	background: inherit;
}
.search-form {
	padding: 0;
}
.menu-list #search {
	margin-top: 32px;
	position: sticky;
	top: 0;
}
.search-form input[type=text] {
	font-weight: 300;
	padding: 5px 0 5px 25px;
	height: 40px;
	margin: 0;
	/*-webkit-box-shadow: 0 1px 0 0 #f6f7f9;
     box-shadow: 0 1px 0 0 #cccccc;
     */
	border-bottom: none;
	box-sizing: border-box;
	color: #ccc;
}
.search-form input[type=text]:focus {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-bottom: none!important;
}
.search-form .input-group-addon {
	background: transparent;
	border: none;
	border-bottom: none;
	border-radius: 0;
	color: #b7b7b7;
	padding: 6px 2px 6px 20px;
	font-size: 14px;
}
.navbar-default .navbar-nav #user-profile img {
	height: 25px;
	width: 25px;
	position: absolute;
	top: 13px;
	left: 8px;
	padding: 0;
	border-width: 0px;
	box-shadow: 0 0 1px 2px rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 1px 2px rgb(255, 255, 255);
	-moz-box-shadow: 0 0 1px 2px rgb(255, 255, 255);
}
.navbar-default .navbar-nav #user-profile {
	height: 50px;
	padding-top: 15px;
	padding-left: 44px;
	padding-right: 0;
	font-size: 12px;
}
.navbar-brand {
	padding: 0;
	width: 100%;
	height: 50px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.nav.tab-li li {
	display: inline-block;
}
.nav.tab-li>li.active>a {
	background: #ffffff;
	color: #312c4b;
}
.nav.tab-li {
	background: #312c4b;
	background: #e6e6f0;
	padding: 10px;
}
.nav.tab-li>li>a {
	padding: 5px 15px;
	background: transparent;
	color: #777;
	border-radius: 25px;
}
.nav.tab-li>li>a:hover {
	background: #ffffff;
	color: #312c4b;
}
.dropdown.user {
	padding-right: 50px;
}
.navbar-default .navbar-nav>li>a {
	color: #b7b7b7;
}
.navbar-right .user .dropdown-menu {
	right: 5px;
}
.dropdown.user:hover .dropdown-menu.dropdown-block {
	display: block;
}
.last {
	width: 240px;
	position: fixed;
	bottom: 0;
	background: #423c5f;
	background: linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -webkit-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -moz-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	background: rgba(255, 255, 255, 0.2);
}
.last li {
	margin: 10px 10px;
}
.user .dropdown-menu>li>a>.fa {
	padding-right: 5px;
}
/*Side nav toogle*/

#quick-nav {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 10 !important;
	padding: 10px;
	color: #fff;
	width: 45px;
	text-align: center;
}
#quick-nav span:after,
#quick-nav span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#quick-nav span:after {
	top: 9px;
}
#quick-nav span {
	position: relative;
	display: block;
}
#quick-nav span,
#quick-nav span:after,
#quick-nav span:before {
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	backface-visibility: hidden;
}
/* on activation */

#quick-nav.on span {
	background-color: transparent;
}
#quick-nav.on span:before {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-moz-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}
#quick-nav.on span:after {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	-moz-transform: rotate(-45deg) translate(7px, -8px);
	transform: rotate(-45deg) translate(7px, -8px);
}
/*main_container*/

.main_container {
	background: #f1f4f5;
	overflow: hidden;
	position: relative;
}
.right_container {
	background: #f6f7f9;
	background: #EEF1F5;
	width: 100%;
	padding: 65px 50px 40px 290px;
}
/*four box*/

.box {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	display: block;
	font-size: .8rem;
	padding: 14px;
	background: #f6f7f9;
	background: #fff;
	min-height: 105px;
	border-collapse: collapse;
	width: 49%;
	margin: 0 2% 2% 0px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.close .fa {
	color: #fff;
	background-color: #bababa;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	font-size: 13px;
	font-weight: 100;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
	vertical-align: top;
}
.box h6 {
	color: #acacb7;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
}
.product_text {
	font-size: 18px;
	color: #3b3458;
}
.order_text {
	color: #3fc82a;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
}
.order_text span {
	font-size: 11px;
	display: block;
	color: #acacb7;
}
.seller_text {
	list-style: none;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
}
.return_text {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 500;
}
.widget-thumb .widget-thumb-heading {
	font-size: 14px;
	font-weight: 500;
	color: #8e9daa;
	margin: 0 0 20px;
}
.widget-thumb .widget-thumb-wrap {
	overflow: hidden;
}
.widget-thumb .widget-thumb-wrap .widget-thumb-icon {
	float: left;
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 20px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-right: 15px;
	background: #32c5d2;
}
.widget-thumb-body {
	overflow: hidden;
}
.count {
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	float: left;
}
.count span {
	color: #d1d1d1;
}
.count_bottom {
	float: left;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	margin: 15px 5px 0;
	font-family: 'Poppins', sans-serif;
}
.count_bottom:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0dd";
	top: -17px;
	left: 5px;
	font-size: 14px;
}
.count_bottom.font-green:before {
	content: "\f0de";
	top: -10px;
}
.box:hover {
	/*background: #f1f8fe;
     */
	color: #312c4b;
}
.box:hover h6 {
	color: #312c4b;
}
.box:hover .fa {
	/* opacity: .6;
     */
}
.box:hover {
	border-left: 5px solid #ff3547;
}
.box:nth-child(2):hover {
	border-left: 5px solid #00c851;
}
.box:nth-child(3):hover {
	border-left: 5px solid #4285f4;
}
.box:nth-child(4):hover {
	border-left: 5px solid #aa66cc;
}
.box:nth-child(2),
.box:nth-child(4) {
	margin-right: 0;
}
.box:nth-child(3),
.box:nth-child(4) {
	margin-bottom: 0;
}
/*right description dashboard*/

.description {
	text-align: left;
	text-transform: initial;
}
.description h4 {
	text-transform: uppercase;
	background: #fff;
	color: #312c4b;
	margin: 0;
	margin-bottom: 15px;
	padding: 15px;
	border-left: 5px solid #7f1bff;
	font-family: 'Poppins', sans-serif;
}
.description li {
	background: #fff;
	color: #312c4b;
	border: 1px solid #eef1f5;
}
.description li:first-child {
	border-bottom: none;
}
.description li:last-child {
	border-top: none;
}
.spotlight-column,
.actions {
	padding: 15px;
	display: inline-block;
	width: 65%;
	vertical-align: top;
}
.actions {
	width: 34%;
	text-align: right;
}
.description p {
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	margin-bottom: 0;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
	text-overflow: ellipsis;
}
.description ul {
	padding: 0;
	list-style: none;
}
.navbar-brand>img {
	margin: 5px auto;
	/*width: 110px;
     */
}
/*notofication*/

.msg_list {
	min-width: 160px;
	max-width: 275px;
	width: 275px;
	z-index: 9995;
	max-height: 300px;
	overflow-y: scroll;
}
.image {
	white-space: normal;
}
#notification li,
.see-all {
	background: #f7f7f7;
	padding: 5px;
	display: block;
	margin: 5px 5px 0;
	width: 96%!important;
	position: relative;
}
#notification li:first-child {
	margin-top: 0;
}
#notification ul::-webkit-scrollbar {
	width: 5px;
}
#notification ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#notification ul::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}
.user .dropdown-menu>li>a {
	padding: 12px 20px;
	font-size: 12px;
}
.user .dropdown-menu>li>a:focus,
.user .dropdown-menu>li>a:hover {
	color: #ffffff!important;
	text-decoration: none;
	background-color: #312c4b;
	background-color: #7f1bff;
	background-image: none;
}
#notification>li>a {
	padding: 5px;
}
.dropdown-menu.dropdown-block {
	padding: 0;
}
.image img {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	margin-right: 10px;
	width: 11%;
}
.time_noti {
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	position: absolute;
	right: 35px;
}
.message {
	display: block!important;
	font-size: 12px;
	white-space: normal;
}
/*tabs */

.active .badge {
	color: #312c4b!important;
}
.nav.nav-pills {
	padding: 0 15px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #312c4b;
	color: #000;
	background-color: transparent;
	color: #fff;
	background-color: #7F1BFF;
	background-color: #8a3389;
}
.nav-pills>li>a {
	border-radius: 0;
	color: #000000;
	background: #E6E6F0;
	font-size: 14px;
	margin-right: 10px;
}
.nav-pills>li>a {
	padding: 10px 32px;
	font-size: 14px;
	border-radius: 25px;
}
.time .nav.nav-pills {
	border: none;
	padding: 0;
}
.tabs_pd {
	padding: 5px 0px 15px;
	text-transform: uppercase;
	min-height: 82px;
}
.time .nav-pills>li {
	border: 1px solid;
	margin: 0;
	border-collapse: collapse;
	width: 20%;
	text-align: center;
	border-left: none;
}
.time .nav-pills>li:first-child {
	border: 1px solid;
}
.time .nav-pills>li.active {
	border-color: #312c4b;
}
.time .nav-pills>li>a {
	padding: 9px 0;
}
.panel_tabs label {
	font-weight: 500;
	width: 20%;
	text-align: center;
	font-size: 14px;
}
.time .tab-pane.active {
	padding: 30px;
	display: inline-block;
	width: 100%;
}
#order-tab {
	padding: 5px 0;
}
.tab-content.tab-order {
	background: #fff;
}
.tab-order .table {
	margin-bottom: 0;
	border: 1px solid #e3e3e3;
}
.table>tbody>tr>td {
	padding: 15px 8px;
	color: #333333;
}
.order {
	border-left: 10px solid #4981ff;
	padding-left: 10px;
}
.complete {
	border-left: 10px solid #42f180;
	padding-left: 10px;
}
.refund {
	border-left: 10px solid #e81c46;
	padding-left: 10px;
}
.news,
.advice {
	color: #65c96d;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 5px;
}
.advice {
	color: #5583fc;
}
/*form group*/

.form-group-sm select.form-control {
	height: 32px;
	line-height: 32px;
	background: #fff url(../img/arrow.png) no-repeat;
	background-position-y: center;
	background-position-x: 50px;
	width: 65px;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	color: #312c4b;
	border: 1px solid #ccc;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	padding: 0px 8px;
	vertical-align: middle;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
label {
	font-weight: 500;
}
.form-control {
	height: 39px;
	border-radius: 1px;
}
select#sel1 {
	margin-left: 5px;
}
.md-form .form-control {
	height: auto;
	line-height: 1.5;
}
.modal-body input {
	border-radius: 3px;
}
.form-inline .form-group {
	width: 46%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-inline .input-group {
	width: 78%;
}
.form-control:focus {
	border-color: #ccc;
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-group.date .input-group-addon {
	background: #fff;
}
input.form-control {
	font-size: 14px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: #fff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-appearance: none;
	padding: 6px 8px;
	line-height: 20px;
}
.md-form {
	margin: 10px 0 10px 0;
}
.modal form {
	overflow: hidden;
}
.md-form.form-sm .prefix {
	top: 12px;
	font-size: 16px;
}
.table-common .md-form {
	margin: 0;
}
.table-common .md-form .form-control {
	padding: 0;
	margin: 0;
	height: 20px;
}
select.form-control {
	line-height: 33px;
	border-radius: 3px;
}
.modal .form-control {
	height: auto;
}
.modal .md-form.form-sm select.form-control.no-icon {
	width: 100%;
	margin-left: 0;
}
.modal .md-form.form-sm select.form-control {
	margin-left: 2rem;
	width: -webkit-calc(100% - 2rem);
	width: calc(100% - 2rem);
}
.md-form.form-sm .form-control {
	margin-left: 0rem;
	width: 100%;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ced4da;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: transparent;
}
.md-form textarea.md-textarea {
	padding: .3rem 0 .55rem;
}
/*radio button*/

.radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: initial;
}
.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.rad-mark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.radio:hover input~.rad-mark {
	background-color: #ccc;
}
.radio input:checked~.rad-mark {
	background-color: #2196F3;
}
.rad-mark:after {
	content: "";
	position: absolute;
	display: none;
}
.radio input:checked~.rad-mark:after {
	display: block;
}
.radio .rad-mark:after {
	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white
}
.radio-inline {
	display: inline-block;
	padding: 0 25px 0 30px;
}
/* The checkbox */

.table label.checkbox {
	height: 20px;
	vertical-align: bottom;
}
.checkbox {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	left: 5px;
	height: 17px;
	width: 17px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	bottom: 0;
}
.checkbox:hover input~.checkmark {
	background-color: #ccc;
}
.checkbox input:checked~.checkmark {
	background-color: #2196F3;
	border: 1px solid #2196f3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox input:checked~.checkmark:after {
	display: block;
}
.checkbox .checkmark:after {
	left: 3px;
	top: 3px;
	width: 10px;
	height: 10px;
	color: #fff;
	content: "\f00c";
	content: url(../img/checked.png);
	font-family: "FontAwesome";
	font-size: 0px;
}
table.dataTable thead .sorting span.checkmark,
table.dataTable thead .sorting_asc span.checkmark,
table.dataTable thead .sorting_desc span.checkmark {
	cursor: pointer;
	position: absolute;
	padding-right: 0;
}
thead .checkbox input:checked~.checkmark:after {
	content: "\f068";
	font-size: 10px;
	top: 1px;
}
#orderStatus .modal-body input {
	margin: 20px 2rem;
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 10px;
}
.table-head-2 .checkmark {
	bottom: 0;
}
.label-name {
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	color: #4184f0;
	background: #E2E9F6;
	margin-top: 10px;
	border: 1px solid rgba(65, 132, 240, 0.2);
	border-radius: 4px;
}
.mt-checkbox-inline .checkmark {
	border: 2px solid #757575;
	border-radius: 0;
	height: 20px;
	width: 20px;
}
.mt-checkbox-inline .checkbox .checkmark:after {
	left: 4px;
	top: 4px;
}
.checkbox-inline {
	line-height: 20px;
}
.form-control::-webkit-input-placeholder {
	color: #d7d7d7;
}
.form-control::-moz-placeholder {
	color: #d7d7d7;
}
.form-control:-ms-input-placeholder {
	color: #d7d7d7;
}
.form-control:-moz-placeholder {
	color: #d7d7d7;
}
/*calender design*/

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: #fff;
}
.bootstrap-datetimepicker-widget {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 100;
}
#reportrange.single_day span,
#reportrange.inline:not(.withrenge_days) span,
.daterangepicker .drp-selected.single_day,
.daterangepicker .drp-selected:not(.withrenge_days) {
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	width: 80px;
	vertical-align: top;
}
.daterangepicker .drp-selected.single_day,
.daterangepicker .drp-selected:not(.withrenge_days) {
	width: 69px;
	vertical-align: middle;
}
.daterangepicker .drp-selected {
	padding-right: 0px;
}
.daterangepicker .drp-selected {
	color: #333;
}
.daterangepicker .ranges li {
	color: #333;
	padding-left: 30px;
	position: relative;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
	background-color: #edf4ff;
	color: #333;
	font-weight: bold;
}
.daterangepicker .ranges li:after {
	content: "";
	width: 13px;
	height: 13px;
	background-image: url(../img/tick.png);
	position: absolute;
	left: 10px;
	top: 10px;
	display: none;
}
.daterangepicker .ranges li.active:after,
.daterangepicker .ranges li:hover:after {
	display: block;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	border: 0;
	position: relative;
	display: inline-block;
	height: 16px;
	text-align: center;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:after,
.daterangepicker .calendar-table .prev span:after {
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	color: #999;
	content: '\f0d9';
}
.daterangepicker .calendar-table .next span:after {
	content: '\f0da';
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .drp-buttons .applyBtn {
	background-color: #186fff!important
}
.daterangepicker .drp-buttons .cancelBtn {
	background-color: #ffffff!important;
	color: #3c3b3b!important;
}
.daterangepicker .drp-buttons .cancelBtn:active {
	background-color: #ffffff!important;
	color: #3c3b3b!important;
}
.daterangepicker:before,
.daterangepicker:after {
	display: none;
}
.daterangepicker th.available:hover {
	background-color: #edf4ff;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	border: none;
	width: 31px;
	height: 25px;
	line-height: 16px;
	border-radius: 0;
}
.table-condensed thead tr:nth-child(2) th {
	border-bottom: 1px solid #ddd;
}
.daterangepicker {
	box-shadow: 0px 0px 2px #B5B5B5;
	-webkit-box-shadow: 0px 0px 2px #B5B5B5;
	-moz-box-shadow: 0px 0px 2px #B5B5B5;
}
#reportrange {
	margin: 10px 0;
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #3c3b3b;
	font-weight: 500;
	text-align: right;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
	background: #fff;
}
#reportrange .fa-calendar {
	float: left;
	margin-top: 3px;
}
.daterangepicker .calendar-table table {
	color: #3c3b3b;
}
.daterangepicker.show-ranges {
	left: auto!important;
	right: 0!important;
}
.inline {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.inline .h6 {
	margin-bottom: 0;
}
/*am chart*/

.am-chart {
	background: #fff;
	padding: 30px 30px 10px;
}
#chartdiv {
	width: 100%;
	height: 500px;
}
/*website button*/

.pull-right .btn-blue,
.pull-right .btn-danger {
	/*margin-right: 5px;*/
}
.btn-blue {
	background: #4184f0;
	background: -webkit-linear-gradient(90deg, #2F80ED, #56CCF2);
	background: -moz-linear-gradient(90deg, #2F80ED, #56CCF2);
	background: linear-gradient(90deg, #2F80ED, #56CCF2);
	-moz-transition-duration: .3s;
}
.btn-pd {
	padding: 10px 30px;
}
.btn-radius {
	border-radius: 25px!important;
}
.btn-blue:hover,
.btn-blue:focus {
	color: #fff;
	/*background: #0363ff;*/
	outline: none;
}
.btn-radius .fa {
	padding-right: 5px;
}
.btn-blue.btn-danger {
	background: #E04C4C;
}
.btn-blue.btn-danger:hover,
.btn-blue.btn-danger:focus {
	color: #fff;
	background: #9e0001;
	outline: none;
}
.sec-btn {
	margin-left: 15px;
	padding: 10px 0px;
	transition-duration: .6s;
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	font-size: 14px;
}
.sec-btn:hover,
.sec-btn:focus {
	border-bottom: 2px solid;
	color: #4b71fc;
	outline: none;
}
.btn-filter {
	width: 250px;
	text-align: left;
	background: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, .1);
	background: linear-gradient(to bottom, #FEFEFE, #F6F6F6);
	background: -webkit-linear-gradient(to bottom, #FEFEFE, #F6F6F6);
	background: -moz-linear-gradient(to bottom, #FEFEFE, #F6F6F6);
	margin-right: 0px!important;
	box-shadow: none;
	color: #000;
	line-height: 15px;
	padding: 5px 10px;
}
.right-btn {
	float: left;
}
.btn-filter:after {
	position: absolute;
	top: 10px;
	right: 8px;
	display: block;
	font-family: FontAwesome;
	opacity: 1;
	content: "\f0dd";
	color: #666666;
}
.open .btn-filter:after {
	content: "\f0de";
	top: 14px;
}
.btn-filter:hover,
.btn-filter:active,
.btn-filter:focus,
.btn-filter:active:focus {
	color: #333!important;
	background-color: #f8f8f8!important;
	border-color: rgba(0, 0, 0, .1)!important;
	outline: none;
	box-shadow: inset 0px 1px 6px 1px rgba(0, 0, 0, .125);
	-webkit-box-shadow: inset 0px 1px 6px 1px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0px 1px 6px 1px rgba(0, 0, 0, .125);
}
#more {
	width: 100px;
	-moz-transition-duration: .3s;
	padding: 8px 25px;
	margin-right: 15px;
	text-align: left;
}
.left-btn #more {
	margin-right: 0;
}
#more:after {
	position: absolute;
	top: 6px;
	right: 10px;
	display: block;
	font-family: FontAwesome;
	opacity: 1;
	color: #666666;
	content: "\f0dd";
}
.open #more:after {
	content: "\f0de";
	top: 11px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}
.btn-comman {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	padding: 8px 18px;
	font-size: 14px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
.btn-comman:hover {
	background: #f0f0f0;
}
.btn {
	margin: 0;
	text-transform: inherit;
	padding: 8px 18px;
	border-radius: 3px;
	min-width: 90px;
}
.thead-btn .btn {
	background: #fff!important;
	color: #000!important;
	box-shadow: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
}
.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show>.btn-default.dropdown-toggle {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	background-color: #ffffff!important;
}
.modal .btn+.btn {
	margin-left: 10px;
}
table.table a.btn {
	display: inline-block;
	padding: 2px 5px;
	min-width: auto;
}
.thead-btn button {
	width: 150px;
}
.thead-btn {
	display: block;
}
.btn.btn-floating {
	min-width: 10px;
	width: 36.15385px;
	height: 36.15385px;
	text-align: center;
}
.btn-floating {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	width: 47px;
	height: 47px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
}
/*welcome page css*/

.welcome {
	color: #333333;
	width: 75%;
	margin: 0 auto;
}
.welcome p {
	font-size: 14px;
}
.main-heading {
	padding: 50px 0 70px;
	font-weight: 500;
}
.welcome .panel-body {
	padding: 50px;
}
.panel-body {
	padding: 25px;
	word-wrap: break-word;
}
.heading {
	font-size: 24px;
	font-weight: 600;
	display: block;
	position: relative;
}
.panel-content,
.filter-content {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 25px 20% 25px 0;
	line-height: 26px;
}
.list-item {
	border-top: 1px solid #f0f0f0;
	padding: 20px 10px;
}
.icon-action {
	float: right;
	font-size: 26px;
}
.title {
	font-size: 20px;
	font-weight: 600;
}
.panel-image .list-group {
	width: 80%;
}
.panel-image .filter-content {
	padding-right: 10%;
}
.boxed-panel {
	position: relative;
}
.fixed-img {
	position: absolute;
	right: 20px;
	bottom: -1px;
	width: 160px;
	opacity: 0.5;
}
.panel-group .panel+.panel {
	margin-top: 30px;
}
.welcome footer {
	background: #f4f3f8;
	padding: 20px 50px;
	margin-top: 70px;
	-moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0px -1px 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
	text-align: center;
}
.welcome footer p {
	color: #333;
	letter-spacing: 1px;
}
/*tables*/

.table-common {
	padding: 1px;
	padding-top: 10px;
}
.table-common tbody,
.orderTable {
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
thead {
	background: #e6e6f0;
}
.table>thead>tr>th {
	border: none;
	color: #000000;
	font-weight: 500;
}
.table>tbody>tr>td {
	border-top: 1px solid rgba(0, 0, 0, .1)
}
.table-common.table>tbody>tr:first-child>td:first-child {
	border-top: none;
	max-width: 5%;
}
.orderTable>tr:first-child>td {
	border-top: none;
}
.table-common.table>thead>tr>th:last-child,
.table-common.table>tbody>tr>td:last-child {
	text-align: right;
	padding-right: 25px;
}
.table-common.table>tbody>tr>td:last-child[data-th="Action"] {
	text-align: right;
	padding-right: 10px;
}
.table>thead.table-head-2>tr>th {
	padding: 8px;
}
.table-responsive {
	overflow-x: visible;
}
.td-label {
	background: #faef9b;
	padding: 3px 15px;
	border-radius: 15px;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.td-label a {
	color: #333333;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}
td img {
	width: 40px;
}
.table-common.table>tbody>tr>td.img {
	padding: 4px;
	vertical-align: middle;
}
.table-common.table>tbody>tr:first-child>td.img img {
	width: 40px;
}
table td,
table th,
.btn {
	font-size: 1rem;
}
table.table a {
	color: #4184f0;
}
.thead-btn .btn:focus {
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .18), 0 0px 5px 0 rgba(0, 0, 0, .15);
	background-color: #fbfbfb!important;
	border: 1px solid #f9f9f9;
}
/*table search*/

input.orderInput {
	background-image: url(../img/search.png);
	background-position: 99% 50%;
	background-position: right 15px center;
	background-repeat: no-repeat;
	border: 1px solid rgba(0, 0, 0, .1);
	padding-right: 45px;
}
/*dropdown*/

.dropdown-menu>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu>ul>li>a,
.dropdown-menu>li>a {
	padding: 10px 20px;
	text-align: left;
	color: #212529;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
	color: #4184f2;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
	left: 50% !important;
	right: auto !important;
	text-align: center !important;
	transform: translate(-50%, 0) !important;
	-webkit-transform: translate(-50%, 0) !important;
	-moz-transform: translate(-50%, 0) !important;
	top: 120%;
}
.dropdown-menu.pull-right .fa {
	padding-right: 5px;
}
.input-daterange {
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	margin-bottom: 15px;
}
.input-daterange .input-group-addon {
	background: transparent;
	border: none;
	color: #ccc;
}
.input-daterange .form-control {
	border: none;
	text-align: center;
}
.dropdown-menu.filter {
	min-width: 620px;
	width: 620px;
	margin-top: 10px;
	padding: 15px 0px;
	-webkit-box-shadow: 0 0px 10px 3px #e8e8e8;
	box-shadow: 0 0px 10px 3px #e8e8e8;
	border: none;
}
.dropdown-menu {
	border-color: #e4e3e3;
	-webkit-box-shadow: 0 0px 8px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0px 8px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0px 8px 1px rgba(0, 0, 0, .1);
}
.dropdown-menu.filter:before,
.dropdown-menu:before {
	content: "";
	position: absolute;
	left: 81px;
	top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #fff transparent;
	z-index: 9999;
}
.dropdown-menu.filter:after,
.dropdown-menu:after {
	content: "";
	position: absolute;
	left: 80px;
	top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #e4e3e3 transparent;
	z-index: 9998;
}
.dropdown-menu:after {
	left: 50.1%;
}
.dropdown-menu:before {
	left: 50%
}
#notification:before {
	left: 90%;
}
#notification:after {
	left: 90.1%;
}
.page-bar button {
	height: 39px;
}
.filter.product-filter {
	min-width: 270px;
	width: 270px;
}
.action-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.dropdown-menu.pull-left {
	right: 0;
	left: 0;
	left: 0% !important;
	right: auto !important;
	transform: translate(-80%, 0) !important;
	-webkit-transform: translate(-80%, 0) !important;
	-moz-transform: translate(-80%, 0) !important;
	top: 120%;
}
.dropdown-menu.pull-left:after {
	left: 90%;
}
.dropdown-menu.pull-left:before {
	left: 90.1%;
}
/*model*/

.modal-footer,
.modal-header {
	border: none;
	padding: 25px;
}
.modal-body {
	padding: 5px 25px;
}
.icon-close {
	background: url(../img/close.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
}
.modal-title {
	font-weight: 700;
	color: #333333;
}
/*footer*/

footer p {
	margin: 10px 0 10px;
	color: #939393;
}
.right_container>footer {
	position: absolute;
	bottom: 0;
	right: 50px;
}
/*other*/

.payment-drop {
	padding-left: 40px;
}
.close {
	opacity: 1;
}
.view_more {
	float: right;
}
#myNavbar #menu-content {
	margin-bottom: 100px;
}
.order-icon {
	font-size: 60px;
	color: #cacaca;
	margin-bottom: 20px;
	display: block;
}
.order-content {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	line-height: 26px;
}
#no-order .boxed-panel {
	transform: translate(0, 30%);
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
}
#order .panel-body {
	padding: 0;
}
.panel-heading {
	padding: 15px 0;
}
#order .panel-heading {
	padding: 15px 0;
}
#order .panel-heading h3 {
	line-height: initial;
}
.order-info p {
	margin: 0;
	line-height: 36px;
}
.user-info {
	float: left;
}
.user-img {
	float: left;
	margin-right: 20px;
}
.scroller {
	height: 250px;
	overflow: hidden;
	width: 250px;
	padding: 0
}
.no-data {
	display: none;
	text-align: center;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
/*customer page*/

.customer-heading {
	padding: 30px 15px;
}
.pro-head,
.pro-text {
	width: 49%;
	display: inline-block;
	line-height: 24px;
	vertical-align: top;
}
.edit {
	position: absolute;
	right: 0;
	top: 0px;
}
.visibility-sidebar {
	position: relative;
	padding-bottom: 15px;
}
.visibility-body {
	min-height: 120px;
	padding: 10px 0;
}
.em {
	font-style: italic;
}
.visibility-title .h5 {
	margin-bottom: 0;
	font-weight: 600;
}
/*dropzone*/

.dropZone {
	background: white;
	border-radius: 5px;
	border: 2px dashed #c8c8c8;
}
#InsertImage #imageURL {
	height: 36px;
}
/*switch*/

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 14px;
	margin-top: 4px;
}
.switch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #9e9e9e;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 0;
	bottom: -3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: -1px 1px 1px #ccc;
	-webkit-box-shadow: -1px 1px 1px #ccc;
}
input:checked+.slider {
	background-color: rgba(0, 200, 81, 0.5);
}
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(20px);
	background-color: #00c851;
}
/* Rounded sliders */

.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.visibility .pro-head,
.visibility .pro-text {
	height: 40px;
	vertical-align: middle;
}
.visibility .md-form {
	margin-top: 50px;
}
.label-info {
	background-color: #4285f4;
}
.bootstrap-tagsinput {
	background: transparent;
	border: none;
	box-shadow: none;
	width: 100%;
	padding: 4px 0;
}
.bootstrap-tagsinput input {
	width: 100%;
	padding: .3rem 0 .55rem;
	line-height: 1.5;
}
.visibility .list-unstyled .md-form {
	margin: 18px 0 30px;
}
.visibility-body.visibility {
	padding-left: 20px;
}
.heading .edit {
	font-size: 14px;
	font-weight: 300;
	top: 6px;
}
.on-sale {
	display: none;
}
#search.stickyHeader {
	background: #854799;
	background: linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -webkit-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background: -moz-linear-gradient(135deg, #250083, #6e006b, #310089, #5b007c);
	background-size: 400% 400%;
	z-index: 9;
}
/*order details page*/

.portlet {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.portlet-title {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	background: #e6e6f0;
	color: #333;
}
.portlet-body {
	padding: 15px;
}
.well {
	background: #fff;
}
.value,
.name {
	display: inline-block;
	width: 46%;
	line-height: 30px;
	vertical-align: top;
}
.modal-content .value {
	width: 63%;
}
.modal-content .name {
	width: 35%;
}
.name {
	font-weight: 600;
}
/*update order form wizard*/

.progress-bar-theme {
	background-color: #7f1bff;
	background-color: #8a3389;
}
#myWizard .md-form.form-sm select.form-control {
	margin-left: 2rem;
	width: -webkit-calc(100% - 2rem);
	width: calc(100% - 2rem);
}
#myWizard .md-form.form-sm select.form-control.no-icon {
	width: 100%;
	margin-left: 0;
}
#myWizard .nav.nav-pills {
	padding: 0;
}
#myWizard .tab-content {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
/*.dd {
	max-width: 600px;
}*/

.dd-list {
	margin: 0;
	padding: 0;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	line-height: 39px;
}
.dd-handle {
	display: block;
	height: 50px;
	margin: 5px 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-item>button {
	display: block;
	position: absolute;
	cursor: pointer;
	right: 0;
	float: left;
	width: 25px;
	height: 30px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.dd-item>button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.dd-item>button[data-action="collapse"]:before {
	content: '-';
}
.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel>.dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}
/** * Nestable Extras */

.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
#nestable-menu {
	padding: 0;
	margin: 20px 0;
}
#nestable-output,
#nestable2-output {
	width: 100%;
	height: 7em;
	font-size: 0.75em;
	line-height: 1.333333em;
	font-family: Consolas, monospace;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
	background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
	background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
	background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
	background: #bbb;
}
#nestable2 .dd-item>button:before {
	color: #fff;
}
@media only screen and (min-width: 700px) {
	.dd+.dd {
		margin-left: 2%;
	}
}
.dd-hover>.dd-handle {
	background: #2ea8e5 !important;
}
.dd3-content {
	display: block;
	height: 50px;
	margin: 10px 0;
	padding: 5px 10px 5px 60px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	touch-action: none;
}
.dd3-content:hover {
	color: #894d9c;
	background: #fff;
}
.dd-dragel>.dd3-item>.dd3-content {
	margin: 0;
}
.dd3-item>button {
	margin-left: 40px;
}
.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #e6e6f0;
	background: #e6e6f0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 0;
}
.dd3-handle:before {
	content: '≡';
	display: block;
	left: 0;
	top: 3px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	font-size: 20px;
	font-weight: normal;
}
.dd3-handle:hover {
	background: #7b3391;
	color: #fff;
	border: 1px solid #7b3391;
}
/*.actbtn a {
	padding: 0 5px;
} */

.angle:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/minus.png") no-repeat;
	top: 5px;
	right: 5px;
	position: absolute;
	display: inline-block;
}
.angle.collapsed:after {
	background: url("../img/plus.png") no-repeat;
}
.fileuploader-input-inner h4,
.fileuploader-input-inner span {
	color: #e0e0e0;
}
.table>thead.portlet-title>tr>th {
	color: #333333;
	padding: 11px 8px;
}
.card-body {
	padding: 15px;
	border-top: 1px solid #eeeeee;
}
.card .view img {
	margin: 0 auto;
	width: 80%;
	padding: 15px;
}
.card-title {
	text-align: center;
}
.btn-icon {
	display: inline-block;
}
.btn.btn-sm {
	padding: 5px 15px;
	font-size: 12px;
	min-width: initial;
}
.btn.disabled {
	background: #ccc!important;
}
.card {
	background: #fff;
}
.pagination>li a {
	color: #000!important;
}
.pagination>li.active a {
	color: #fff!important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: linear-gradient(90deg, #2F80ED, #56CCF2)!important;
	border-color: #51c2f1;
}
.Editor-editor {
	resize: vertical;
}