.notification {
  font-size: 13px; 
}

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

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

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

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

/* 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;
	}

.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;
	}


/* 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;
}


/* 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;
}


/* 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;
}

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

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

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

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

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

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

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

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

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

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

	.btn-pos.blue {
		background-color: #047bf8;
		color: #fff;
		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;
}

/* Sales */
.watermark {
	position: absolute;
	text-align: center;
	width: 100%;
	opacity: 0.1;
	top: 35%;
}

.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 {
	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 */
.image-holder {
	position: relative;
}

.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;
}

/* 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;
	}
}