/* remove spinner */
.no-spinner {
	margin: 0px;
	max-width: 5em;
}

.no-spinner[type="number"]::-webkit-inner-spin-button,
.no-spinner[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-left-minus {
	margin-right: 0px;
}

.quantity-right-plus {
	margin-left: 0px;
	/*	padding-left: 0px; */
}

.nvi-dt-btn {
	margin: 0px 5px 0px 5px;
	border-radius: 4px;
}

.m0 {
	margin: 0;
}

.mt0 {
	margin-top: 0;
}

.mr0 {
	margin-right: 0;
}

.mb0 {
	margin-bottom: 0;
}

.ml0 {
	margin-left: 0;
}

.m1 {
	margin: 0.5rem;
}

.mt1 {
	margin-top: 0.5rem;
}

.mr1 {
	margin-right: 0.5rem;
}

.mb1 {
	margin-bottom: 0.5rem;
}

.ml1 {
	margin-left: 0.5rem;
}

.m2 {
	margin: 1rem;
}

.mt2 {
	margin-top: 1rem;
}

.mr2 {
	margin-right: 1rem;
}

.mb2 {
	margin-bottom: 1rem;
}

.ml2 {
	margin-left: 1rem;
}

.m3 {
	margin: 2rem;
}

.mt3 {
	margin-top: 2rem;
}

.mr3 {
	margin-right: 2rem;
}

.mb3 {
	margin-bottom: 2rem;
}

.ml3 {
	margin-left: 2rem;
}

.m4 {
	margin: 4rem;
}

.mt4 {
	margin-top: 4rem;
}

.mr4 {
	margin-right: 4rem;
}

.mb4 {
	margin-bottom: 4rem;
}

.ml4 {
	margin-left: 4rem;
}

.mxn1 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.mxn2 {
	margin-left: -1rem;
	margin-right: -1rem;
}

.mxn3 {
	margin-left: -2rem;
	margin-right: -2rem;
}

.mxn4 {
	margin-left: -4rem;
	margin-right: -4rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.p1 {
	padding: 0.5rem;
}

.py1 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px1 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p2 {
	padding: 1rem;
}

.py2 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.px2 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.p3 {
	padding: 2rem;
}

.py3 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.px3 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.p4 {
	padding: 4rem;
}

.py4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.px4 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.analytics-button {
	height: 36px;
	width: 36px;
	margin: 1px;
	text-align: center;
	padding-left: 7px !important;
	padding-top: 0px !important;
}

.analytics-button span {
	font-size: 22px;
	line-height: 36px;
}

.ticket-input {
	display: none;
}

.ticket-input input[type="text"] {
	width: 100%;
}

.ticket-input[type="checkbox"] {
	width: auto;
}

/* .legend-panel {
	max-width: 90vw;
	width: 80rem;
} */

.legend-wrapper {
	display: flex;
	gap: 10px;
	flex-direction: row;
	/* margin-bottom: 1rem; */
	/*	border-radius: 5px;
	border: 2px solid #337ab7;*/
}

.legend-icon {
	margin: 4px;
	margin-right: 10px;
	padding: 6px 8px 8px;
	height: 30px;
	width: 32px;
}

.legend-item {
	display: flex;
	align-items: flex-start;
	padding: 5px;
}

.legend-item p {
	margin: 0px !important;
}

.intacc-glyph {
	font-size: 45px;
	padding-top: 4rem;
}

.intacc-glyph-parent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-light:hover,
.btn-report-nav:hover {
	background-color: #f0f0f0;
}

.no-hover {
	pointer-events: none !important;
}

.site-title {
	margin-top: 0px;
	margin-left: .5rem;
}

#wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
    align-items: top;
}

/* Flexbox Container for Side-by-Side Layout */
.side-by-side {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

/* This is for those neat little grey buttons for subtle help */
.btn-addon {
	border: none;
	background: none;
	color: lightslategray;
	box-shadow: none;
	padding: 0px;
}

.btn-addon:visited {
	border: none;
	background: none;
	color: lightslategray;
	box-shadow: none;
	padding: 0px;
}

.btn-addon:focus {
	border: none;
	background: none;
	color: lightslategray;
	box-shadow: none;
	padding: 0px;
}

.btn-addon:hover {
	border: none;
	background: none;
	color: lightslategray;
	box-shadow: none;
	padding: 0px;
}

.btn-addon:active {
	border: none;
	background: none;
	color: lightslategray;
	box-shadow: none;
	padding: 0px;
}

/* expand row icon rotates :) */
.expand-row-icon .glyphicon.rotated {
    transform: rotate(180deg);
    /* transition: transform 0.3s ease-in-out; */
}

/* Solid border */
hr.solid {
	border-top: 3px solid #bbb;
}

.required-field::before {
	content: "*";
	color: red;
	float: right;
	margin-left: 5px;
	font-size: 16px;
	line-height: 1;
}

.right-button-container {
	display: flex;
	justify-content: flex-end; /* Moves the new button to the far right */
	align-items: center;
  }

.details-subcontainer {
	display: flex;
	align-items: flex-start;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
}

.details-subtable {
	flex-grow: 1;
	margin-right: 10px;
	box-shadow: 0 0 10px rgba(26, 90, 136, 0.6);
}

.nv-top-buffer {
	margin-top: 10px !important;
}

.buttons-container {
	display: flex;
	flex-direction: column;
}

.details-button {
	margin-bottom: 5px;
	width: 15rem;
}
/*
.datatable-toolbar {
    position: sticky;
    top: 0;
	left: 0;
    z-index: 3;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	height: 7rem;
}

*/

#intaccManagerTable {
	margin-top: 50px; /* Adjust the margin value as needed */
}

.back-to-top {
	position: fixed;
	bottom: 2rem;
	right: 1.5rem;
	text-decoration: none;
	font-size: 14px;
	padding: 1em;
	display: none;
	z-index: 10;
}

.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.5);
}

/* .modal-header, */
.sales-order-header {
	display: flex;
	align-items: center;
}

.flex50-div {
	flex-basis: 50%;
}

.flex25-div {
	flex-basis: 25%;
}

.pb-wrapper {
	display: flex;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.pb-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	list-style-type: none;
	counter-reset: step;
}

.pb-part {
	list-style-type: none;
	width: 20%;
	float: left;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	text-align: center;
}

.pb-part:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 28px;
	border: 2px solid #265a88;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	color: #fff;
	background-color: #337ab7;
	font-size: 14px;
}

.pb-part:after {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	background-color: #265a88;
	top: 15px;
	left: -50%;
	transform: translateX(-50%);
	z-index: -1;
}

.pb-part.not-done:before {
	background-color: #fff;
	color: #265a88;
}

.pb-part.not-done:after {
	background-color: #fff;
}

.timer-container {
	position: relative;
	width: 400px;
	height: 20px;
	overflow: hidden;
	display: none;
	z-index: 0;
}

.filler {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%; /* This will be adjusted using JS */
	background-color: #3498db; /* Fill color */
	z-index: 1;
}

.countdown-timer {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 15px;
	z-index: 2;
}
