table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: ""; /* sort */
}
table.dataTable thead .sorting_asc:after {
	content: ""; /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
	content: ""; /* sort-by-attributes-alt */
}
.btn-primary {
	background-color: #333;
	border-color: #333;
}

.btn-primary:hover, .btn-primary:active,.btn-primary:focus {
	background-color: #000 !important;
	border-color: #000 !important;
}

.login-page,
.register-page {
	background-image: linear-gradient(to bottom right, #fff, transparent);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #ed1b24;
	border-color: #d11a22;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #f4f4f4;
    background-color: transparent;    
    background: transparent;
}

.main-header .logo {
	background-color: #ffffff !important;
}

.main-header .logo-lg {
	background: url(../../uploads/logo/logo-large.png) no-repeat 50% 50%;
	height: 50px;
}

.main-header .logo-mini {
	background: url(../../uploads/logo/logo-mini.png) no-repeat  50% 50%;
	background-size: 45px 45px;
	height: 50px;
}

.skin-red .sidebar-menu>li:hover>a,
.skin-red .sidebar-menu>li.active>a {
	color: #fff;
	background: #1e282c;
	border-left-color: #d11a22;
}

.flags {
	margin-top: -11px !important;
	margin-bottom: -8px !important;
}

.task-bar {
	width: 0px !important;
}

.box-width {
	width: 700px !important;
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

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

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

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

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

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0px;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

.img {
	height: 22px;
	width: 22px;
}

.menua {
	list-style-type: none;
}

.menua li:last-child {
	margin-bottom: 10px;
}

.tbl_header_color {
	background-color: #ECF0F5;
	color: #2d2f30;
}

.control-label.require:after {
	content: "*";
	color: #ff4d4d;
}

.input-file-field {
	padding: 0px;
}

.box {
	border-top: none;
	border-radius: 0px;
}

.custom-btn {
	padding: 2px 10px;
}

/* .left-side{
	background-color:#626c78 !important;
}
.treeview-menu>li.active{
	background-color:#ECF0F5 !important;
} */
.disabledTab {
	pointer-events: none;
}

label.error {
	font-size: 11px;
	color: red;
}

.nav-tabs-custom>.nav-tabs>li.active:first-of-type>a {
	color: #3C8DBC;
}

.form-group .select2 {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: table;
	table-layout: fixed;
}

/* .nav-tabs-custom > .nav-tabs > li.active > a {
color:#3C8DBC;
} */

.nav-tabs.cus {
	border-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
	.navbar-static-top {
		position: relative;
		top: 0 !important;
	}

	.content-wrapper {
		padding-top: 46px;
	}
}

@media only screen and (min-width: 768px) {
	.table-responsive {
		overflow-x: hidden;
	}
}

.insufficient {
	background-color: #FBD7CF;
	color: #000;
}

.invoice-navbar {
	background-color: #ECF0F5;
	border-color: #ECF0F5;
	border-radius: 2px;
	min-height: 40px !important;
}

.invoice-navbar-nav>li>a {
	padding-bottom: 10px;
	padding-top: 10px;
	color: #3C8DBC !important;
}

.invoice-navbar-nav>li>a:hover {
	color: #000094 !important;

}

.deleteBtn {
	display: none;
}

.custom-dl dt {
	width: 50px;
}

.custom-dl dd {
	margin-left: 70px;
}

#sale {
	width: 15px;
	height: 15px;
	background: #429BCE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#cost {
	width: 15px;
	height: 15px;
	background: #F56954;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#profit {
	width: 15px;
	height: 15px;
	background: #2FB628;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.scp {
	font-weight: bold;
	line-height: 15px;
	padding-left: -5px;
}

.skin-blue .main-header .navbar,
.skin-blue .main-header .logo {
	background-color: #4B5158;
}

.btn-border-orange {
	border: 1px solid #E08E0B;
	color: #E08E0B;
}

.btn-border-red {
	border: 1px solid #d11a22;
	color: #d11a22;
}

.btn-border-info {
	border: 1px solid #00ACD6;
	color: #00ACD6;
}

.top-bar-title {
	font-weight: bold;
	padding-top: 9px;
}

.left-padding-col4 {
	padding-left: 5px;
}

.right-padding-col8 {
	padding-right: 5px;
}

.btn-block-left-padding {
	padding-left: 5px;
	padding-right: 5px;
}

.btn-block-right-padding {
	padding-left: 5px;
	padding-right: 5px;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
	background-color: #6c7888;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a {
	background-color: #E9EBEF;
	border-left-color: #E9EBEF;
	color: #323a45;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
	background-color: #FFF;
	margin: 0px;
}

.skin-blue .treeview-menu>li>a {
	color: #323a45;
}

.skin-blue .sidebar a {
	color: white;
}

.skin-blue .treeview-menu>li>.active>a {
	color: red;
}

.skin-blue .treeview-menu>li.active>a {
	background-color: #03a9f4;
	border-left: 0 none !important;
	border-radius: 50px;
	color: #fff !important;
	display: inline-block;
	margin: 8px 0 8px 20px;
	padding: 5px 15px;
}

.skin-blue .treeview-menu>li>a:hover {
	color: #367FA9;
}

.box {
	margin-bottom: 10px;
}

.padding-bottom {
	padding-bottom: 9px;
}

.top-left-btn {
	padding-right: 5px;
}

.top-right-btn {
	padding-left: 5px;
}

.delete-btn {
	border: 1px solid #FF0000;
	color: #FF0000;
}

.success-btn {
	border: 1px solid #7AA93C;
	color: #7AA93C;
}

.partial-color {
	border: 1px solid #FF6F00;
	color: #FF6F00;
	cursor: default;
}

.partial-color:hover {
	border: 1px solid #FF6F00;
	color: #FF6F00;
	cursor: default;
}

.success-btn-status {
	border: 1px solid #7AA93C;
	color: #7AA93C;
	cursor: default;
}

.success-btn-status:hover {
	border: 1px solid #7AA93C;
	color: #7AA93C;
	cursor: default;
}

.delete-btn-status {
	border: 1px solid #FF0000;
	color: #FF0000;
	cursor: default;
}

.delete-btn-status:hover {
	border: 1px solid #FF0000;
	color: #FF0000;
	cursor: default;
}

.btn-unpaid {
	border: 1px solid #FF0000 !important;
	color: #FF0000 !important;
	display: inline-block;
	margin: 8px 0 8px 0px;
	padding: 5px 15px;
	border-radius: 2px;
}

.btn-paid {
	border: 1px solid #7AA93C !important;
	color: #7AA93C !important;
	display: inline-block;
	margin: 8px 0 8px 0px;
	padding: 5px 15px;
	border-radius: 2px;
}

.btn-paid-partial {
	border: 1px solid #D36E16 !important;
	color: #D36E16 !important;
	display: inline-block;
	margin: 8px 0 8px 0px;
	padding: 5px 15px;
	border-radius: 2px;
}

.page-break {
	page-break-after: always;
}

.barcode {
	border: 1px solid #ccc;
	display: block;
	height: 10.3in;
	margin: 10px auto;
	padding-top: 0.1in;
	page-break-after: always;
	width: 8.45in;
}

.barcode .style30:nth-child(3n+1) {
	margin-left: 0.1in;
}

.barcode .style30 {
	height: 1in;
	margin: 0 0.07in;
	padding-top: 0.05in;
	width: 2.625in;
}


.barcode .style20 {
	height: 1in;
	margin: 0 0.1in;
	padding-top: 0.05in;
	width: 4in;
}

.barcode .item {
	border: 1px dotted #ccc;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.barcode .barcode_site,
.barcode .barcode_name {
	font-size: 14px;
}

.barcode .barcode_site {
	font-weight: bold;
}

.barcode .barcode_site,
.barcode .barcode_name,
.barcode .barcode_image,
.barcode .variants {
	display: block;
}

.treeview-menu {
	height: auto;
	overflow: auto;
}

/*new_edit*/
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:hover {
	background-color: transparent !important;
}

.top-cusTom-btn {
	padding-right: 0px;
}

@media only screen and (max-width: 767px) {

	.skin-blue .main-header .navbar,
	.skin-blue .main-header .logo {
		background-color: transparent;
	}

	.navbar-static-top {
		position: relative;
		top: -46px;
	}

	.main-header .sidebar-toggle:focus,
	.main-header .sidebar-toggle:hover {
		background-color: transparent !important;
	}

	.top_BTN {
		margin-top: 8px;
	}

	.top-cusTom-btn {
		padding-right: 15px;
	}

}

@media only screen and (max-width: 559px) {}

/* css for company  logo  delete start */

.thumb {
	width: 99%;
	height: 70px;
	margin: 0.2em -0.7em 0 0;
}

.remove_img_preview {
	position: relative;
	top: -77px;
	right: -95%;
	background: black;
	color: white;
	border-radius: 50px;
	font-size: 0.9em;
	padding: 0 0.3em 0;
	text-align: center;
	cursor: pointer;
}

.remove_img_preview:before {
	content: "×";
}

.row-button {
	margin-top: 15px;
    margin-bottom: 10px;
}

.row-button h3 {
	margin: 0;
}

/* css for company  logo end */
/*CSS for Purchase Menu */

.form-group .select2 {
	width:100% !important;
}

pre.plain {
	padding: initial;
    margin: initial;
    font-size: inherit;
    background-color: initial;
    border: none;
    font-family: inherit;
}