﻿/*:root {*/
	/*--primary-font-family: 'nimbus_sans_l', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	/*--primary-font-family: 'Libre Franklin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	--primary-grey: #262626;
	--primary-grey-alt: #444;
	--primary-light-grey: #ededed;
	--text-light: #ffffff;
	--text-dark: #111111;
	--border-grey: #666;
	--border-nav: #ccc;
	--border-light-grey: #ddd;
	--button-primary: #262626;
	--button-primary-hover: #000;
	--swiper-theme-color: #ddd;
	--text-shadow: 0px 1px 3px rgba(0,0,0,.5);*/
	/*--text-shadow: 0px 1px 2px rgba(0,0,0,.8);*/
	/*--box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	--box-shadow-hover: 0px 1px 2px rgba(0,0,0,.5);
	--background-grey: #333;
	--background-tan: #c9b8a1;*/
	/*******/
	/* --app-link-standard: #0066aa;*/
	/*--app-link-standard: #e75400;*/
/*--app-link-standard: #262626;
	--app-link-standard-hover: #000;
	--app-very-light-grey: #eee;
	--app-light-grey: #ccc;
	--app-medium-grey: #999;
	--app-main: #333;
	--app-tan: #c9b8a1;
}
.header-nav {
	display: none;
}

@media print, screen and (min-width: 60em) {
	.header-nav {
		display: flex;
	}
}

*/

.project-detail-page a:not(.button):hover i {
	color: #888;
	transition: all ease-in-out .3s;
}


/**************************/


.project-listing-page {
	background-color: #fff;
	/*background-color: var(--app-very-light-grey);*/
	/*background-image: url(/media/p5yb1oah/blueprint.jpg);*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 70vh;
	background-blend-mode: overlay;
}

.project-detail-page {
	/*background-color: #f9f9f9;*/
	/*background-image: url('/media/p5yb1oah/blueprint.jpg');*/
	background-color: var(--app-very-light-grey);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}



.table-pro {
	background-color: transparent;
	border: none;
	font-size: 0.813rem;
	margin-bottom: 0;
}

	.table-pro thead, .table-pro tbody, .table-pro tfoot {
		border: 0px solid #f1f1f1;
		background-color: #fefefe;
		background-color: transparent;
		font-size: 0.813rem;
	}

	.table-pro tr {
		/*
		background-color: rgba(255,255,255,.7);
		*/
		background-color: #fff;
		border-top: 1px solid #eee;
	}

		.table-pro tr:nth-child(even) {
			/*
			background-color: #f1f1f1;
			background-color: rgba(240,240,240,.7);
			*/
			background-color: #fff;
		}

		.table-pro tr.tr-header {
			/*
			background-color: transparent;
*/
			border-top: none;
		}

	.table-pro th, .table-pro td {
		text-align: left;
		font-size: 0.813rem;
	}

	.table-pro th {
		text-align: left;
		font-size: 0.688rem;
		text-transform: uppercase;
		background-color: transparent;
	}


.panel-white-transparent {
	background: rgba(255,255,255,.7);
}

.project-detail-page .panel-white-transparent {
	background: transparent;
}

.proListItem .lnkProject {
	font-weight: bold;
	font-size: 0.875rem;
	color: inherit;
}

.projectActionBar {
	text-align: right;
}


.tdProjectListingContext {
	position: relative;
}
.projectActions {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
	position: relative;
}

	.projectActions > a,
	.projectActions > a:focus,
	.projectActions > a:visited {
		text-decoration: none;
		font-size: 12px;
		display: block;
		padding: 1px 5px;
		border: 1px solid transparent;
	}

		.projectActions > a:hover {
			color: #888;
		}


.projectListingContextMenu {
	display: none;
	position: absolute;
	top: 28px;
	right: 10px;
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 0;
	z-index: 2;
	box-shadow: 2px 4px 5px #ccc;
}
	.projectListingContextMenu > a,
	.projectListingContextMenu > a:focus,
	.projectListingContextMenu > a:visited {
		display: grid;
		grid-template-columns: 16px auto;
		grid-column-gap: 5px;
		align-items: center;
		text-decoration: none;
		font-size: 12px;
		padding: 5px 8px;
		border-bottom: 1px solid #eee;
		z-index: 2;
		background: #fff;
	}
	.projectListingContextMenu .icon {
		text-align: center;
	}
	.projectListingContextMenu a .text {
		text-transform: uppercase;
		font-size: 11px;
	}

		.projectListingContextMenu > a:hover {
			background: #eee;
		}

.btnProjectListingContextMenu.active {
	border: 1px solid #ccc;
}
.projectListingContextMenu.active {
	display: block;
}


.panel-project-search {
	position: relative;
	margin-bottom: 1rem;
}

label.inline {
	display: inline-block;
	margin-right: 2px;
}

.project-listing-page label,
.project-detail-page label,
.modal-project label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.625rem;
	color: var(--app-medium-grey);
}

.project-listing-page input,
.project-listing-page select,
.project-detail-page input,
.project-detail-page select,
.modal-project input,
.modal-project select {
	
}

	.panel-project-search label {
		position: absolute;
		top: 15px;
		left: 8px;
		padding: 0;
		margin: 0;
		z-index: 2;
		line-height: 1;
	}

	.panel-project-search input {
		position: relative;
		z-index: 1;
		padding-left: 65px;
		font-size: 0.875rem;
	}

.project-detail-page input,
.project-detail-page select {
	display: inline-block;
	width: auto;
	height: auto;
	margin-bottom: 0;
	font-size: 12px;
	padding: 5px;
}

.project-detail-page select {
	padding: 5px 24px 5px 5px;
}

.project-detail-page textarea {
	font-size: 12px;
	width: 100%;
}

.project-listing-header {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}

	.project-listing-header h3 {
		margin-bottom: 0;
	}

.project-listing-page a.btnCreateNewProject {
	margin: 0 0 0 10px;
}

a.btnCreateNewProject {
}




.project-topbar {
	display: flex;
	align-items: center;
	gap: 0.9375rem;
}

	.project-topbar a {
		font-size: 0.75rem;
		text-transform: uppercase;
		font-weight: bold;
	}



.project-panels {
}

	.project-panels > * {
	}

.panel-project-detail {
	font-size: 0.75rem;
	font-size: .813rem;
	font-size: 0.875rem;
	border-top: 1px solid var(--app-medium-grey);
	margin-bottom: 2rem;
	padding-top: 10px;
}

.project-header {
	display: flex;
	gap: 0.9375rem;
	border-top: 0px;
}

	.project-header > * {
		margin-bottom: 0;
	}

	.project-header a {
		font-size: 12px;
	}
.pnlCollab {
}

@media print, screen and (min-width: 40em) {
	.pnlCollab {
	}
}

@media print, screen and (min-width: 64em) {
	.project-panels {
		/*
		display: grid;
		grid-template-columns: 3fr 1fr;
		grid-template-columns: auto 25%;
		align-items: flex-start;
		*/
		display: flex;
		gap: 0.9375rem;
		width: 100%;
	}

		.project-panels > * {
			width: calc(75% - .9375rem);
		}
	.pnlCollab {
		width: 25%;
	}
}

.project-item-list .icon {
	/*
	font-size: 10px;
	*/
}

.flexbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem;
	align-items: center;
	margin-bottom: 0.9375rem;
}

	.flexbox2.justify-end {
		justify-content: flex-end;
	}

	.flexbox2.justify-start {
		justify-content: flex-start;
	}

	.flexbox2.justify-auto {
		justify-content: space-between;
	}

.project-project-bar,
.project-quote-bar {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.9375rem;
	align-items: center;
	margin-bottom: 0.9375rem;
	justify-content: space-between;
}


	.project-project-bar.quote-bar {
		padding: 12px;
		padding-top: 24px;
		background: #fff;
		box-shadow: 0 -1px 2px rgba(0,0,0,0.10), 0 -8px 18px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.10), 0 10px 26px rgba(0,0,0,0.08);
		z-index: 2;
		position: relative;
		border: 1px solid var(--prosite-brand);
		margin-top: 32px;
		border-bottom: 0;
	}

body:has([data-has-multiple-quotes="0"]) .project-project-bar.quote-bar {
	border-bottom: 1px solid var(--prosite-brand);
}
		.project-project-bar.quote-bar *:not(label) {
			font-size: 12px;
		}


.quotebar-label {
	position: absolute;
	top: -13px;
	left: 10px;
	background: var(--prosite-brand);
	color: #fff;
	padding: 6px 12px;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.10), 0 -8px 18px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.10), 0 10px 26px rgba(0,0,0,0.08);
	font-size: 10px;
	font-weight: 600;
}



.project-project-bar .pbar0 {
	width: 0;
}

	.project-project-bar .pbar1 {
		width: 20%;
	}

.project-project-bar .pbar2 .valQuote {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	white-space: nowrap;
}

	.project-project-bar .pbar2 .valQuote a {
		margin: 0 6px;
	}

.quote-history-wrap .project-project-bar .pbar1 .valQuote {
	flex-direction: row;
}

.project-project-bar .pbar2 {
	width: 15%;
}

	.project-project-bar .pbar3 {
		width: 15%;
		text-align: right;
	}

	.project-project-bar .pbar4 {
		width: 10%;
		text-align: center;
	}

	.project-project-bar .pbar5 {
		width: 10%;
		text-align: center;
	}

	.project-project-bar .pbar6 {
		width: 15%;
		text-align: right;
	}
	.project-project-bar .pbar7 {
		width: 15%;
		text-align: right;
	}

.project-quote-bar {
	background: var(--app-tan);
	margin-bottom: 24px;
}



.quotebar-history-bar {
	text-align: center;
	cursor: pointer;
	max-height: 100vh;
	/* transition: max-height 1ms ease; */
	background: var(--prosite-brand);
	color: #fff;
}




.quote-history-wrap.show .quotebar-history-bar.history-header {
	max-height:0;
}

.quote-history-wrap.show .quotebar-history-bar.history-footer {
	max-height: 100vh;
}


.quotebar-history-bar span {
	margin: 0 12px;
	font-size: 10px;
	text-transform: uppercase;
}

	.quotebar-history-bar i {
	}




.quote-history-link-wrap {
	display: none;
}

.project-project-bar[data-has-multiple-quotes="1"] .quote-history-link-wrap {
	display: block;
	text-decoration: underline;
}


.project-project-bar.quote-bar.project-quote-grid {
	display: flex;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.9375rem;
	align-items: center;
	margin-bottom: 0.9375rem;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	gap: 0;
	box-shadow: none;
	border: 1px solid var(--border-nav);
	border-bottom: 0;
	border-right: 0;
}


.quote-history-wrap {
	border-bottom: 1px solid var(--border-nav);
	border-right: 0;
	top: -16px;
	position: relative;
	z-index: 1;
	max-height: 23px;
	overflow: hidden;
	transition: max-height 1s ease;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.10), 0 -8px 18px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.10), 0 10px 26px rgba(0,0,0,0.08);
	border: 1px solid var(--prosite-brand);
}


body:has([data-has-multiple-quotes="0"]) .quote-history-wrap {
	border: 1px solid red;
	display: none;
}
	.quote-history-wrap.show {
		max-height: 100vh;
	}

	.quote-history-wrap .project-quote-grid:nth-of-type(even) {
		background: #eeeeee;
	}

.project-project-bar.quote-bar.project-quote-grid > div {
	/*	background: green;*/
	padding: 6px;
	border-right: 1px solid var(--border-nav);
}




.project-folder {
	margin: 0 0 2rem 0;
	overflow-x: hidden;
}

.project-folder-heading {
	font-size: 10px;
	display: flex;
	align-items: center;
	gap: 0.9375rem;
}


.foldersManagemode .project-folder .project-folder-heading {
	font-size: 10px;
	display: inline-grid;
	align-items: center;
	gap: 0.9375rem;
	display: grid;
	grid-template-columns: 1fr auto auto auto auto; /* Adjust as needed */
	align-items: center;
	gap: 1rem;
	padding: 0.5rem;
	font-size: 12px;
}


	.project-folder-heading > * {
		display: inline-block;
		margin-bottom: 0;
		line-height: 1;
	}

/*	.project-folder-heading > :first-child {
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		padding: 0.9375rem;
		background: rgba(255,255,255,.7);
	}
*/

	.project-folder-heading .project-folder-heading-label {
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		padding: 0.9375rem;
		background: linear-gradient(180deg, transparent 0, #fff 80%);
		position: relative;
		bottom: -4px;
		box-shadow: -2px -2px 2px -1px #ccc, 2px -2px 2px -1px #ccc;
	}


.folder-multidelete-wrap {
	margin-left: auto;
	display: none;
	align-items: center;
	gap: 0.5rem; /* or whatever spacing you want between trash and checkbox */
	flex-direction: column;
}

.foldersManagemode .folder-multidelete-wrap {
	display:flex;
}

.valFolderTotal, .valFolderSkuCount, .valFolderQtyTotal, .valProjectSkuCount, .valProjectQtyTotal {
	font-size: .8rem;
	padding-top: 7px;
}
.projectHeader .valFolderTotal, .projectHeader .valFolderSkuCount, .projectHeader .valFolderQtyTotal, .projectHeader .valProjectSkuCount, .projectHeader .valProjectQtyTotal {
	padding-top: 0px;
	font-size: 0.875rem;
}

.valFolderTotal {
	text-align: right;
}

.valFolderSkuCount,
.valFolderQtyTotal,
.valProjectSkuCount, 
.valProjectQtyTotal {
	text-align: center;
}

.project-folder a:not(.button) {
	text-decoration: none;
	font-size: 12px;
}

	.project-folder a:not(.button) i:not(.fa-up-right-from-square) {
		text-decoration: none;
		font-size: 1rem;
	}

.pfname {
	display: flex;
	gap: 5px;
	align-items: baseline;
}

.folder-item-caret {
	cursor: pointer;
}

.project-folder.collapsed .folder-item-caret {
	transform: rotate(270deg);
}

.foldersManagemode .folder-item-caret {
	display: none;
}

.pfedit {
	display: flex;
	gap: 5px;
	align-items: baseline;
}

	.pfedit a {
		margin-left: 12px;
	}


.project-items {
	margin-bottom: 2rem;
	background: rgba(255,255,255,.7);
	/*box-shadow: 0px 2px 2px -1px #ccc;*/
	box-shadow: 0px 2px 2px 1px #ccc;
}

.project-folder.collapsed .project-item,
.project-folder.collapsed .project-add-more {
	display: none;
}

.project-add-more {
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
	.project-add-more:hover {
		text-decoration: underline;
	}

	.project-add-more h5 {
		margin: 0;
	}

.project-folder-is-collapsed {
	display: none;
	text-align: center;
	font-size: .675rem;
	color: var(--app-medium-grey);
	background: #fff;
}

.project-folder.collapsed .project-folder-is-collapsed {
	display: block;
}

.project-folder-is-collapsed i{
	transform: rotate(270deg);
}

	.project-item {
	display: grid;
	/*
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-columns: 75px 1fr 1fr 50px;
		
	*/
	grid-template-columns: auto 1fr auto;
	gap: 10px;
	border-bottom: 1px solid #eee;
	align-items: start;
	color: #000;
}

.pi-name a {
	color: #000;
}

.project-item-actions .btnSaveProjectItem {
	display: none;
}



@media print, screen and (min-width: 40em) {
	.project-item {
		display: grid;
		grid-template-columns: auto 1fr auto;
		gap: 0px;
		border-bottom: 1px solid #eee;
		align-items: center;
	}

	.pi-sub {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		align-items: center;
	}
}


.project-items > :last-child {
	border-bottom: none;
}

.project-item > * {
	padding: 10px 0;
}

.project-item > :first-child {
	padding: 10px 0px;
}

.project-item-selectors {
}
	.project-item-selectors > * {
		padding: 10px;
	}

.project-item-grip {
	display: block;
	cursor: move;
	cursor: -webkit-grabbing;
	text-align: center;
}

.project-item-select {
	margin: 0;
	text-align: center;
}
.project-item-select input {
	margin: 0;
	padding: 0;
}

.project-item > :last-child {
	/*padding: 10px 10px 10px 0;*/
	padding: 10px 10px 10px 0;
}

.project-item .project-item-image {
	/*
	display: none;
	margin: 0px 10px 10px 0px;
	*/
}

.project-item-sku {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
}
.project-item-sku > * {
	width: 50%;
}

@media print, screen and (min-width: 40em) {
	.project-item-sku {
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 10px;
	}
		.project-item-sku > * {
			width: 100%;
		}
	.project-item .project-item-image {
		display: block;
		width: 110px;
		margin: 0;
	}
}

.project-item .project-item-image img {
	display: block;
	padding: 0;
	margin: 0;
	/* border: 1px solid #eee; */
	mix-blend-mode: multiply;
}

.project-item .project-item-sku {
	font-size: 11px;
}
.project-item .pi-name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.project-item .pi-name i{
	margin-left:6px;
}

.project-item-actions {
	width: 50px;
	text-align: center;
	/*
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	align-items: center;
	*/
}
.project-item-actions .button {
	margin-bottom: 5px;
}

@media print, screen and (min-width: 40em) {
	.project-item-actions {
		display: flex;
		gap: 5px;
		/* justify-content: flex-start; */
		justify-content: center;
		flex-direction: row-reverse;
		align-items: center;
		/* width: 80px; */
		width: 32px;
	}

		.project-item-actions .button {
			margin-bottom: 0px;
		}
}

.project-item-data {
	display: flex;
	gap: 5px 10px;
	flex-wrap: wrap;
}

	.project-item-data > * {
	}

.project-item-data-line1 {
	display: flex;
	gap: 6px;
	width: 100%;
	align-items: flex-end;
}


div.project-item-qty input{
	text-align:center;
}

div.project-item-tag-number {
	width: 100%;
}
.itemTagInstruct {
	text-transform: none;
	font-size: 10px;
	font-weight: 500;
	color: #000;
	padding-left: 10px;
}
textarea[name="itemTagNumber"] {
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 24px 5px 10px;
	/* resize: none; */
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	height: 30px;
	min-height: 30px;
}


.project-item-notes-wrap {
	display: flex;
	width: 100%;
	align-items: flex-end;
}

.project-item-notes,
.project-item-ps-notes {
	width:100%;
}
.project-item-notes {
	/*width: 100%;*/
	padding-right: 6px;
}
/*@media print, screen and (min-width: 40em) {
	.project-item-data {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
}*/
.editing {
	display: none;
}

.viewing {
}

.projectHeader .viewing .project-project-bar,
.projectHeader .viewing .flexbox2 {
	align-items: flex-start;
}

.projectHeader .editing .project-project-bar,
.projectHeader .editing .flexbox2 {
	padding: 10px;
	background: #fff;
	box-shadow: 0px 2px 2px -1px #ccc;
	align-items: flex-end;
	margin-top: -10px;
}

.projectLoader {
	display: none;
}

	.projectLoader .projectSpinner {
		width: 11px;
		height: 11px;
		border: 1px solid #333;
		border-bottom-color: transparent;
		border-radius: 50%;
		display: inline-block;
		box-sizing: border-box;
		animation: projectLoaderRotation 1s linear infinite;
	}

	.projectLoader .projectSaved {
		display: none;
	}

	.projectLoader .text {
		font-size: 0.625rem;
		text-transform: uppercase;
		color: #888;
	}

@keyframes projectLoaderRotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
a.btn-edit {
	/*
		font-size: 10px;
	*/
}

.log-item {
	font-size: 13px;
	margin-bottom: 13px;
	line-height: 1.3;
}
.log-entry {
	margin-bottom: 3px;
}

.log-date {
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
}

/***************/

#modalProjectMembers select,
#modalProjectMembers input {
	/*
		display: inline-block;
	width: auto;
	*/
	height: auto;
	margin-bottom: 0;
	font-size: 12px;
	padding: 5px;
}

#modalProjectMembers select {
	padding: 5px 24px 5px 5px;
}

.memberInvite {
}

.memberList {
	font-size: 14px;
}
	.memberList > :nth-child(odd) {
		background: #f3f3f3;
	}

.memberItem {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	width: 100%;
	padding: 5px 10px;
}

	.memberItem > :first-child {
		margin-right: auto;
	}

.memberData{
}

.memberData {
	margin-left: auto;
}

.memberItem .memberName {
	font-weight: bold;
}

.memberActions {
	font-size: 12px;
	min-width: 30px;
}

	.memberActions a {
		font-size: 12px;
	}

		.memberActions a:hover {
			color: #888;
			transition: all ease-in-out .3s;
		}

.memberConfirmDelete {
	display: none;
}
.memberInvited {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #080;
}



.projectItemConfirmDelete {
	display: none;
}

.projectSubmissionContent {
	
}

.projectSubmissionThankYou {
	display: none;
}

.tabs-logs .tabs-panel {
	max-height: 60vh;
	overflow: auto;
}

.project-pending-request {
}

.projectSubmissionContent span {
	display: none;
}

.projectSubmissionContent[data-submit="fresh"] span.fresh {
	display: block;
}

.projectSubmissionContent[data-submit="revise"] span.revise {
	display: block;
}


	.project-pending-request a {
		font-size: .675rem;
		display: inline-block;
		line-height: 1.2;
		color: var(--prosite-brand);
	}

	.project-pending-request a i {
		margin-left: 12px;
	}

.foldersManagemode .button {
	display: none;
}

.foldersManagemode .project-items {
	display: none;
}

.foldersManagemode .project-folder-heading .project-folder-heading-label {
	box-shadow: none;
}

.foldersManagemode .project-folder {
	margin: 0 0 10px 0;
	padding: 2px 5px 10px 5px;
	border: 1px dashed #aaa;
	background: rgba(255,255,255,.7);
	cursor: move;
	cursor: -webkit-grabbing;
}

.item-sorting-active {
	margin: 5px;
	border: 1px dashed #aaa;
	padding: 5px 5px 5px 5px;
}

/*	.item-sorting-active .project-item-image {
		display: none;
	}

	.item-sorting-active .project-item-data {
		display: none;
	}*/

.foldersManagemode .project-folder.sortDisabled {
	display: none;
}

.foldersManagemode a {
	/*display: none;*/
}

.foldersManagemode .btnEditProject {
	display:none;
}


.folder-item-grip {
	display: none;
}

.foldersManagemode .folder-item-grip {
	display: inline-block;
}


.foldersManagemode .project-folder-heading .viewing {
	display: block;
}

.foldersManagemode .project-folder-heading .editing {
	display: none;
}

.btnSortFolders {
	display: inline-block !important;
}

.projectFolderConfirmDelete {
	display: none;
}

.projectItemCopy {
	position: relative;
}

.projectItemCopySelect {
	display: none;
	position: absolute;
	top: -5px;
	right: 22px;
}

.ph-project-bulk-tools {
	
}

.pbTools {
	display: none;
}

.project-bulk-tools {
	/*	display: flex;
	position: fixed;
	width: calc(100% - 32px);
	left: 16px;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--app-medium-grey);
	background: #fff;
	box-shadow: 0px 1px 1px #ccc;
	z-index: 100;*/

	display: flex;
	position: fixed;
	width: 100%;
	left: 0px;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 16px 30px;
	/* border: 1px solid var(--app-medium-grey); */
	background: var(--app-medium-grey);
	box-shadow: 0px 2px 2px #ccc;
	z-index: 1;
	top: 40px;
	color: #fff
}
.project-bulk-tools h6 {
	margin: 0;
}

	.project-bulk-tools label, 
	.project-bulk-tools a {
		color: #fff;
	}


@media print, screen and (min-width: 40em) {
	.project-bulk-tools {
		top: 100px
	}
}

@media print, screen and (min-width: 60em) {
	.project-bulk-tools {
	}
}

.item-select-active {
	margin: 5px 0;
	background: #eee;
	border: 1px solid #aaa;
	/*
		padding: 5px 5px 5px 5px;
		border: 1px solid #aaa;
	*/
}

.btnCancelBulkAction {
	font-size: 12px;
	text-transform: uppercase;
}

.project-toolbar-message {
	margin-bottom: 0.9375rem;
	padding: 12px;
	padding-right: 32px;
	color: #ac0315;
	position: absolute;
	background: #eee;
	z-index: 1;
	opacity: 0;
	display: none;
	border: 1px solid var(--app-medium-grey);
}

.project-pdf-wrap {
	position: relative;
}

.foldersManagemode .project-pdf-wrap {
	display:none;
}

.project-pdf-menu {
	display: none;
	position: absolute;
	text-align: center;
	background: #fff;
	width: 100%;
	border: 1px solid #33333380;
	border-top: 0px;
	z-index: 10;
}

.project-pdf-menu a {
	display: block;
	width: 100%;
}

/*******************************************************************************************/

.pi-colors {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
	row-gap: 5px;
	margin: 5px 0px;
}

.pi-color-selector {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
	row-gap: 5px;
}

.pi-alt-sku {
	border-radius: 50%;
	cursor: pointer;
	transition: all ease-in-out .2s;
}

.pi-alt-sku.selected {
	cursor: default;
}

	.pi-alt-sku .pi-color-image {
		display: block;
		border: 1px solid transparent;
		outline: 1px solid rgba(0,0,0,.1);
		border-radius: 50%;
		width: 20px;
		height: 20px;
	}

	.pi-alt-sku:hover .pi-color-image {
		outline-color: rgba(0,0,0,.5);
	}

	.pi-alt-sku.selected .pi-color-image {
		outline-color: rgba(0,0,0,.7);
	}

.hold .pi-alt-sku.selected .pi-color-image {
	outline-color: rgba(0,0,0,.1);
}

.projectItemSwitchConfirm {
	line-height: 1;
}
	.projectItemSwitchConfirm .flexbox3 {
		column-gap: 10px;
		row-gap: 0;
	}

.pi-alt-sku.holding .pi-color-image {
	outline-color: rgba(0,0,0,.7);
}


/*******************************************************************************************/
.project-listing-tabs-filters {
	position: relative;
	z-index: 2;
	margin-bottom: 5px;
}

.project-listing-tabs {
	display: flex;
	gap: 5px 5px;
	align-items: flex-end;
	flex-wrap: wrap;
}

.project-listing-tab {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 0.688rem;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	color: #aaa;
	transition: all .2s ease-in-out;
}

	.project-listing-tab.plTab {
		font-size: .75rem;
		padding: 10px 10px;
	}

.project-listing-tabs .plFilter {
	margin-left: 20px;
}
	.project-listing-tabs .plFilter ~ .plFilter {
		margin: 0;
	}

.project-listing-tab-spacer {
	background: #fff;
	padding: 5px 5px 5px 10px;
	font-size: 0.688rem;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: normal;
	color: #aaa;
}

.project-listing-tab:not(.active):hover {
	color: var(--text-dark);
}

	.project-listing-tab.active {
		font-weight: bold;
		cursor: default;
		color: var(--text-dark);
	}

.project-listing-tab .count {
	font-weight: normal;
	color: #aaa;
}

.project-listing-tab-content {
	border: 1px solid #ccc;
	position: relative;
	z-index: 1;
}


.table-pro tr:not(.tr-header, .active) {
	display: none;
}
.table-pro tr.active {
	display: table-row;
}

@media print, screen and (min-width: 60em) {
	.project-listing-tabs-filters {
		position: relative;
		z-index: 2;
		margin-bottom: -1px;
	}
	.project-listing-tabs {
		gap: 0px 5px;
	}
	.project-listing-tab.active {
		border-bottom: 1px solid #fff;
	}
}


/* QUOTE VIEWER */
/* Fullscreen overlay (modal-like) */
.quoteViewOverlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 12000;
	background: rgba(0,0,0,.55);
}

.quoteViewPanel {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* right: 24px; */
	top: 24px;
	bottom: 24px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 20px 60px rgba(0,0,0,.35);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-width: 8.5in;
	width: 100vw;
}

	/* Monospace "old school" aesthetic */
	.quoteViewPanel,
	.quoteViewPanel *:not(i) {
		font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
	}

.quoteViewTopBar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 14px 16px;
	border-bottom: 1px solid #e6e6e6;
	background: linear-gradient(#fafafa, #f2f2f2);
}

.quoteViewTitle {
	font-size: 18px;
	letter-spacing: .06em;
}

.quoteViewSub {
	margin-top: 4px;
	font-size: 12px;
	color: #555;
}

.quoteViewStatus {
	margin-top: 6px;
	font-size: 12px;
	color: #333;
	letter-spacing: .04em;
	white-space: nowrap;
}

	.quoteViewStatus a {
		color: #333;
		text-decoration: underline;
	}

		.quoteViewStatus a:hover {
			text-decoration: none;
		}


.quoteViewClose {
	display: inline-block;
	text-decoration: none;
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #222;
	background: #fff;
}

	.quoteViewClose:hover {
		background: #f5f5f5;
	}

.quoteViewBody {
	padding: 16px;
	overflow: auto;
	flex: 1;
}

/* Header block */
.qvHeader {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 12px;
	margin-bottom: 12px;
}

.qvHeaderGrid {
	display: grid;
	grid-template-columns: 150px 1fr 150px 1fr;
	gap: 6px 12px;
	font-size: 13px;
}

.qvLabel {
	color: #666;
}

.qvVal {
	color: #111;
}

/* Lines table */
.qvLines {
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}

.qvTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

	.qvTable thead th {
		text-align: left;
		background: #f6f6f6;
		border-bottom: 1px solid #ddd;
		padding: 8px 10px;
		color: #444;
		white-space: nowrap;
	}

	.qvTable tbody td {
		border-bottom: 1px solid #eee;
		padding: 7px 10px;
		vertical-align: top;
	}

	.qvTable tbody tr:nth-child(even) {
		background: #fafafa;
	}

.qvNum {
	text-align: right;
	white-space: nowrap;
}

.qvCode {
	white-space: nowrap;
}

.qvLoc {
	color: #444;
}

/* Footer totals */
.qvFooter {
	margin-top: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 12px;
	display: flex;
	justify-content: flex-end;
}

.qvTotals {
	min-width: 320px;
}

.qvTotalsRow {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 3px 0;
	font-size: 13px;
}

	.qvTotalsRow strong {
		font-size: 14px;
	}

/* --- column alignment fixes --- */

/* Qty column: center header + values */
.qvTable thead th:nth-child(3) {
	text-align: center;
}

.qvTable tbody td:nth-child(3) {
	text-align: center;
	white-space: nowrap;
}

/* Each + Line Total headers: right-align to match right-aligned data */
.qvTable thead th:nth-child(4),
.qvTable thead th:nth-child(5) {
	text-align: right;
}

/* End Quote Viewer*/