[v-cloak] {
	display: none;
}

.clickable:hover {
	cursor: pointer;
}

.font-normal {
	font-weight: normal !important;
}

.input-cell {
	padding: 8px 12px 5px 12px !important;
}

.colorswatch {
	width: 100%;
}

.icon-sm {
	max-height: 64px;
	max-width: 150px;
	height: auto;
	width: auto;
	overflow: hidden;
}

.icon-lg {
	max-height: 256px;
	max-width: 800px;
	height: auto;
	width: auto;
	overflow: hidden;
}

.productcard-img {
	max-height: 125px;	
	margin: 0px 0px 0px 0px;
}

.hero {
	background: url(/admin/backgrounds/login) no-repeat center center fixed;
	background-size: cover;
	color: #f8f9fa;
	background-blend-mode: darken;
}

.bg-highlight {
	background: #ffeaa7;
}

.text-black {
	color: #000 !important;
}

.thead-line {
	background: #eee;	
}

.spacer {
	height: 20px;
}

.no-outline {
	outline: none !important;
	border: 0px solid red;
	box-shadow: none;
	vertical-align: middle;
}

.w-100 {
	min-width: 100px;
}

.alert {
	margin-bottom: 0px;
}

.print {
	display: none;
}

.fade-in {
  	animation: fade-in 2s;
}

@keyframes fade-in {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@media print {
	.bg-dark {
		background: #fff !important;
		color: #000 !important;
	}
	
	.btn {
		display: none;
	}
	
	.form-control
 	{
 		border: 0;
 		padding: 0;
 		overflow: visible;
 		color: #000 !important;
 		font-size: 1em;
 	}
 	
 	.card {
 		font-size: 1.3em;
 		margin: 0px 0px 0px 0px;
 		
 	}
 	
 	.card-header {
 		padding: 0px;
 		border: 0px;
 	}
 	
 	.card-body {
 		padding: 10px;
 		border: 1px solid #777;
 		border-radius: 5px;
 	}
 	
 	.print-mb {
 		margin-bottom: 10px;
 	}
 	
 	.container {
 		padding: 0px;
 	}
 	
 	table {
 		margin: 0px 0px 0px 0px;
 	}
 	
 	tr {
 		line-height: 22px;
 	}
 	
 	div {
 		line-height: 22px;
 		page-break-inside:avoid;
 	}
 	
 	.badge {
 		color: #000;
 		border: 0px;
 		padding: 0px;
 	}
 	
 	.alert {
 		border: 0px solid #777;
 		padding: 0px;
 	}
 	
 	.pagebreak { 
 		page-break-before: always;
 	}
 	
 	.print {
 		display: block;
 	}
 	
 	.no-print {
 		visibility: hidden;
 	}
 	
 	.no-print-border {
 		border: 0px !important;
 	}
 	
 	.main-footer {
 		visibility: hidden;
 	}

}

.select2-selection__rendered.sorting {
    cursor: move;
}

.select2-selection__choice {
    cursor: move !important;
}

.select2-selection__rendered .ui-sortable-helper {
    opacity: 0.8;
    background-color: #e0e0e0;
}

/* Style the Select2 container when the original select has is-invalid */
.is-invalid + .select2-container .select2-selection {
    border-color: #dc3545;
}

/* Note feature styles */
.note-btn {
    color: #9ca3af;
    cursor: pointer;
    display: inline-block;
}

.note-btn:hover {
    filter: brightness(75%);
}

.note-popover {
    position: fixed;
    width: 320px;
    z-index: 1050;
}

