.notification {
  font-size: 13px; 
}

.appolous-black {
	color: #3f3939;
}

.appolous-blue {
	color: #07b3e3;
}

.text-grey {
	color: #ccc;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

/* Beautify Scrollbar  */
.appo-scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.appo-scrollbar::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.appo-scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.3);
	background-color: #1b55e2;
}

/* Turn off spinner */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Button */
.btn .btn-icon {
	vertical-align: inherit;
}

	.btn .btn-icon + span {
		margin-left: 10px;
		display: inline-block;
		vertical-align: middle;
	}

/* Date Range Picker */
.daterangepicker {
	min-width: 0 !important;
}

.daterangepicker .calendar-table .next span {
	margin-right: 12px;
}

.daterangepicker .calendar-table .prev span {
	margin-left: 12px;
}

/* Side Bar */
.menu-position-side.menu-w.menu-side-left .logo-w:first-child {
	padding: 7px 25px;
}

	.menu-w .logo-w img {
		max-height: 40px;
		width: auto;
	}

	.logo-compact {
		height: 40px;
		padding-top: 10px;
	}

.logo-label {
  margin: 3.5px 0 !important;
  text-transform: lowercase !important;
}

	.logged-user-w .avatar-w {
		padding: 0;
		border: none;
	}

.compact-btn {
	position: absolute; 
	right: -5px;
}

.p-no-lable {
	margin-right: 0 !important;
}

.auth-box-w .logo-w {
	padding: 5% 20% !important;
}

	.auth-icon-dripicon {
		top: 33px;
	}

.content-i {
	min-height: 941px;
}

.notification-content {
	width: 100%;
}

	.notification-icon {
		font-size: 2.2em;
	}

.sidebar-footer {
	position: absolute; 
	bottom: 0;
}

/* Override Right Sidebar styles */
.content-box:after {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(4, 36, 113, 0.6);
	content: "";
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content-panel {
	max-width: 400px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
	/*background-image: -webkit-gradient(linear, right top, left top, color-stop(8%, #EFF2F9), color-stop(90%, #fff));
	background-image: linear-gradient(-90deg, #EFF2F9 8%, #fff 90%);*/
	z-index: 4;
	border: none;
	-webkit-transform: translateX(100%);
		transform: translateX(100%);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	z-index: 11;
}
.content-panel-active .content-panel {
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	visibility: visible;
	-webkit-box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.4);
}
.content-panel-active .layout-w {
	-webkit-transform: translateX(-80px);
	transform: translateX(-80px);
}
.content-panel-active .content-box:after {
	opacity: 1;
	visibility: visible;
}

.content-panel-close {
	display: block !important;
}

.ae-item.active .notification-icon, .ae-item.active a {
	color: #fff !important;
}

.table.borderless tbody td {
	border-right: none !important;
}

.table .row-actions a:hover {
	text-decoration: none;
}

.table .icon {
	font-size: 1.3em;
	vertical-align: text-top;
}

.table .clickableRow {
	cursor: pointer;
}

.table .head th {
	font-size: 0.63rem;
	text-transform: uppercase;
	border-top: none;
}

/* Dashboard */
.birthday-box {
	min-height: 268px;
}

	.birthday-box .scroll-table {
		height: 180px; 
		overflow-y: auto;
	}

.dashboard-box {
	min-height: 358px;
}

	.dashboard-box .scroll-table {
		height: 310px; 
		overflow-y: auto;
	}

.top-item-box {
	min-height: 617px
}

	.top-item-box .scroll-table {
		height: 570px; 
		overflow-y: auto;
	}

.alert-stock .hide-list {
	max-height: 110px;
	overflow: auto;
}

	.alert-stock .alert-display-all {
		position: absolute;
		bottom: 0;
		right: 20px;
	}

/* DataTable */
.datatable tbody tr:nth-child(even):hover td{
	background-color: #f2f4f8 !important;
	cursor: pointer;
}

.datatable tbody tr:nth-child(odd):hover td {
	background-color: #f2f4f8 !important;
	cursor: pointer;
}

	.datatable .icon {
		font-size: 1.2rem;
	}

div.dataTables_wrapper div.dataTables_processing {
	background-color: rgba(0,0,0,0.1);
	left: 0;
	margin-left: 0;
	margin-top: 45px;
	width: 100%;
	height: 100%;
	top: 0;
}

	div.dataTables_wrapper div.dataTables_processing span {
		position: absolute;
		top: 40%;
	}

.dataTables_wrapper .row:first-child, .dataTables_wrapper .row:last-child {
	border: none;
}

/* Select2 */
.select2-selection--single {
	height: 37px !important;
	padding: 0.2rem 0.5rem;
}

.select2-selection__arrow {
	height: 37px !important;
}

.has-danger .select2-selection {
	border-color: #e65252 !important;
}

/* Client Profile */
.user-profile .up-head-w:before {
	background: #0362c6;
	background-image: none;
}

.user-profile.compact .up-main-info {
	padding-top: 10%;
}

	.user-profile .up-main-info .user-avatar-w .user-avatar {
		width: 120px;
		height: 120px;
		border-radius: 50%;
	}

.pretty-month {
	font-size: 17px;
	margin-top: -7px;
}

.pretty-year {
	font-size: 14px;
}

.tag-group .badge:hover {
	background-color: #e65252 !important;
}

.user-avatar span {
	left: 0;
	text-align: center;
	width: 100%;
	background: rgba(255,255,255, 0.7);
	bottom: 0;
	padding: 5px 0;
	font-size: 12px;
}

/* Status Pill */
.status-pill.blue {
  background-color: #0362c6;
}

.status-pill.black {
  background-color: #333333;
}

.status-pill.purple {
  background-color: #C653FF;
}

.status-pill.darkblue {
  background-color: #134EF0;
}

.badge-sm {
	font-size: 10px;
}

.badge-darkblue {
	color: #fff;
  background-color: #134EF0;
}

.badge-purple {
  color: #fff;
  background-color: #C653FF;
}

.badge-purple[href]:hover, .badge-purple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #C653FF;
}

.badge-grey {
  color: #fff;
  background-color: #6c757d;
}

.badge-void {
  color: #fff;
  background-color: #8B0000;
}

.badge-notification {
	background-color: rgba(90, 99, 126, 0.1);
	position: absolute;
	top: 0;
	right: -5px;
}

.text-void {
  color: #8B0000;
}

/* Datepicker */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #e7e7e7;
}

/* POS */
.client-credits {
	font-size: 12px;
}

.btn-tile {
}

	.btn-tile:hover .value, .btn-tile:hover .label{
		color: #fff !important;
	}

	.btn-tile .label{
		font-size: 13px;
		color: #fff;
	}

	.btn-tile.blue {
		background-color: #047bf8 !important;
		color: #fff !important;
	}

	.btn-tile.darkblue {
		background-color: #032e5c !important;
		color: #fff !important;
	}

	.btn-tile.red {
		background-color: #e13131 !important;
		color: #fff !important;
	}

	.btn-tile.green {
		background-color: #00796B !important;
		color: #fff !important;
	}

	.btn-tile.orange {
		background-color: #FFA000 !important;
		color: #fff !important;
	}

	.btn-tile.disabled {
		background-color: #CFD8DC !important;
		color: #B0BEC5 !important;
	}

		.btn-tile.disabled .label {
			color: #B0BEC5 !important;
		}

.pos-item {
	min-height: 220px;
	cursor: pointer;
}

	.pos-item .pos-img {
		height: 150px;
		width: 100%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.pos-item p {
		border-top: 1px solid #efefef;
	}

	.pos-badge {
		height: 32px;
		width: 32px;
		padding-top: 10px;
		border-radius: 50%;
	}

		.pos-badge-color-2 {
			background-color: #2A1AD8;
		}

		.pos-badge-color-3 {
			background-color: #4E26E2;
		}

		.pos-badge-color-4 {
			background-color: #7231EC;
		}

		.pos-badge-color-5 {
			background-color: #953DF5;
		}

		.pos-badge-color-bulk {
			background-color: #B948FF;
		}

	.pos-input {
		font-size: 25px;
	}

	.btn-pos.blue {
		background-color: #047bf8 !important;
		color: #fff !important;
		height: 95px;
		display: table;
		width: 100%;
	}
		.btn-pos .value {
			display: table-cell;
			font-size: 1.3rem !important;
			vertical-align: middle;
		}

		.btn-pos:hover .value {
			color: #fff !important;
		}

table.items tr {
	cursor: pointer;
}

/* POS - Customer Screen */
.advertising-space {
	background-color: #f2f4f8 !important; 
	height: 100vh;
}

	.swiper-container {
		width: 100%;
		height: 80%;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.powered-by {
		bottom: 10px; 
		position: absolute; 
		left: 50%; 
		margin-left: -50px;
	}

.detail-space {
	height: 100vh;
}

.detail-section {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #f1f1f1;
	font-size: 1em;
}
	
	.detail-section .header {
		background-color: white;
	}

	.detail-section td {
		border-color: #E0E0E0 !important;
		background-color: white;
	}

	.item-section {
		flex: 1 1 auto;
		overflow-y: auto;
	}

	.total-section {
		border-top: 1px solid #E0E0E0;
		color: #3E4B5B;
	}

		.customer-total-row {
			font-size: 1.8em;
			font-weight: 700;
		}

/* Branch Dropdown */
.fancy-selector-options {
	display: none;
}

	.fancy-selector-w.opened .fancy-selector-options {
		display: unset !important;
	}


@media (max-width: 1024px){
	.detail-section {
		font-size: 0.8em;
	}

	.pos-badge {
		height: 25px;
		width: 25px;
		padding-top: 8px;
		font-size: 0.8em;
	}
}

/* Sales */
.watermark {
	position: absolute;
	text-align: center;
	width: 100%;
	opacity: 0.1;
	top: 35%;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.watermark img {
	transform: rotate(330deg);
	filter: grayscale(100%);
	max-width: 280px;
}


/* Reports */
.border-2 {
	border-top: 4px solid rgba(0, 0, 0, 0.05) !important;
	border-width: 4px !important;
}

.box-shadow-0 {
	box-shadow: none !important;
}

#signature, #witness {
	border: 2px dotted black;
}

.ae-list-w {
	flex: 0 0 290px;
}

.branchqty {
	text-decoration: none !important;
}

/* Form Builder */
.form-wrap.form-builder .frmb .field-actions .btn {
	margin-left: 0;
}

/* DataTable */
div.dataTables_wrapper .toolbar.row {
	padding: 0;
	margin: 0;
}

/* Order */
.payment-icon {
	font-size: 20px;
	font-weight: bold;
	vertical-align: sub;
	margin-right: 5px;
}

.timed-activity .ta-date span:after {
	border: 3px solid #047bf8;
}

/* Product */
.ae-side-menu {
	flex: 0 0 200px;
}

.image-holder {
	position: relative;
	border-radius: 5px;
}

.image-holder.active {
	border: 2px solid #1b55e2;
}

.image-holder .btn-delete {
	position: absolute;
	top: 10%;
	right: 15%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px 5px 0px;
	text-align: center;
}

.product-info.ae-content {
	min-height: 1000px;
	background-color: #fff;
}

.category-tree .list-group {
	padding-left: 0;
	border: 1px solid rgba(0,0,0,.125);
}

	.category-tree .list-group .list-group-item {
		position: relative;
		display: block;
		padding: .75rem 1.25rem;
		background-color: #fff;
		/**/
	}

/* Summernote */
.note-btn::after{
	display: none;
}

/* Modal */
.modal-fullscreen {
  padding: 0 !important; // override inline padding-right added from js
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

canvas.drawing, canvas.drawingBuffer {
	position: absolute;
	left: 0;
	top: 0;
}

/* Responsive Style */
@media (max-width: 1150px) {
	.content-i {
		min-height: 1460px;
	}
}

@media (max-width: 768px){
	.element-actions .btn {
		padding: 0.25rem 0.5rem;
		font-size: 0.775rem;
		border-radius: 4px;
	}

	.content-i {
		min-height: 730px
	}

	.ae-list-w .ae-list {
		height: inherit;
	}

	.menu-mobile .mm-logo-buttons-w {
		padding: 1rem 0.7rem;
	}

		.menu-mobile .mm-logo-buttons-w .mm-logo img {
			width: 80px;
		}

	/* Datatable */
	div.dataTables_wrapper .dt-search {
		padding-left: 0;
	}

	div.dataTables_wrapper div.dataTables_filter label {
		margin-top: 10px;
		width: 100%;
	}

	div.dataTables_wrapper div.dataTables_filter input {
		width: 100%;
		margin-left: 0px;
	}

	div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
		padding-right: 10px;
	}

	/* Horizontal Scroll for tabs */
	.nav-tabs {
		overflow-x: auto;
		overflow-y: hidden;
		display: -webkit-box;  
		display: -moz-box;
	}

	.support-index .support-ticket-content-w {
		display: block !important;
	}

	/* Horizontal Scroll for table */
	.table-responsive.horizontal-scroll {
		width: 600px;
	}

	.table-responsive.horizontal-scroll .table {
		min-width: 600px;
	}
}


/* Sumo Select */
.SumoSelect {
  width: 100%;
}

	.SumoSelect > .CaptionCont {
		border-color: #dde2ec !important;
		border-width: 2px !important;
		border-radius: 4px !important;
		/* padding: 0.3rem 0.5rem; */
		padding-left: 15px !important;
		padding-right: 20px !important;
		padding-top: 6px  !important;
	}

	.SumoSelect > .CaptionCont > span {
		color: #444;
		font-style: normal !important;
		font-weight: 300;
	}

	.SumoSelect > .optWrapper {
		text-align: left;
	}

	.SumoSelect > .optWrapper > .options {
		padding-left:  0;
	}

	.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
		background-color: #047bf8 !important;
	}

	.SumoSelect .select-all{
		height: 38px;
	}

	.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	  color: #fff;
	  background-color: #047bf8 !important;
	}

	.SumoSelect .select-all {
		height: 38px !important;
	}

/* Dark Theme */
.color-scheme-dark .pos-item p {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.color-scheme-dark .badge-dark {
	background-color: #000;
}

.color-scheme-dark .badge-light  {
	color: #f8f9fa;
}

.color-scheme-dark .badge-notification {
  background-color: rgba(90, 99, 126, 0.3);
}


/* Inspection */
.btn-delete-inspection {
	border: 0; 
	top: -10% !important; 
	right: 25% !important;
}