/* Minification failed. Returning unminified contents.
(239,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(258,8): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(554,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(555,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(556,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(557,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(558,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(559,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(560,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(561,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(562,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(563,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(564,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(566,14): run-time error CSS1039: Token not allowed after unary operator: '-text'
(570,20): run-time error CSS1039: Token not allowed after unary operator: '-panel'
(572,23): run-time error CSS1039: Token not allowed after unary operator: '-radius'
(573,20): run-time error CSS1039: Token not allowed after unary operator: '-shadow'
(578,15): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(593,23): run-time error CSS1039: Token not allowed after unary operator: '-brand'
(594,21): run-time error CSS1039: Token not allowed after unary operator: '-brand-weak'
(607,21): run-time error CSS1039: Token not allowed after unary operator: '-brand'
(609,23): run-time error CSS1039: Token not allowed after unary operator: '-brand'
(659,1): run-time error CSS1019: Unexpected token, found '@'
 */
.price {
	background-color: transparent;
	border: none;
	font-size: 30px;
}

.buttonInactive {
      opacity: 0.4;
        filter: alpha(opacity=40);
}

.spinner {
	width: 30px;
}

.canvasbackground {
	background-repeat: repeat;
	padding: 10px 0px 40px;
}

#ruler-height, #ruler-width {
	font-size: 20px;
	color: #000000;
}
#ui-ruler-widthdisplay{
	bottom: -40px;
}

.textarea {
	width: 100%;
}

.textareasingle {
    font-size: 25px ;
	width: 100%;
}

.widthheight {
	margin-top: 4px;
	width: 100%;
	height: 40px;
	text-align: center;
}

.uicontainer {
	padding: 10px;
}

.uicontainer-margin {
	margin-top: 15px;
}

.uicontainer-sidebyside {
	display: inline-block;
}

.inlineBlock {
	display: inline-block;
}

.stepholder {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 750px;
    text-align: center;
}
.stepholder div {
    margin: 0 auto;
}

.image_16{
	position: relative;
	top: 3px;
}

.preloader {
	text-align: center;
	background-color: white;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: .5;
}

.preloader img
{
	margin-top: 200px;
}


.font-preview {
	float: left;
	color: #000000;
	margin-left: 25px;
	min-height: 100px;
	font-size: 14px;
	font-weight: bold;
	flex: 0 0 calc(25% - 10px);
	margin: 5px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}

.canvasbackground {
	display: flex;
	flex-wrap: wrap;
	margin: -5px; /* for consistent gutters */
}


/* two-col below 768px */
@media (max-width: 768px) {
	.font-preview {
		flex-basis: calc(50% - 10px);
	}
}
/* full-width below 480px */
@media (max-width: 480px) {
	.font-preview {
		flex-basis: calc(100% - 10px);
	}
}

.font-preview img {
	max-height: 100%;
	vertical-align: top;
}

.font-paging {
	padding: 5px;
}

.tagsinput-remove-link{
width: auto !important;
}

@media only screen and (max-width: 800px)
{
	.design-left-small {
		float: left;
		margin-left: 10px;
	}
	.sizing
	{
		width: 136px;
	}
}

@media only screen and (max-width: 450px)
{
	.sizing
	{
		width: 136px;
	}

	 .design-left-small-clear {
		 clear: left;
	 }
}

.aToolTipContent
{
	font-size: 100% !important;
}

.pricing-box {
	background-color: white;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 5px;
	margin-top: 63px;
}

@media only screen and (max-width: 768px)
{
	.pricing-box {
		margin-top: 10px;
	}
	.color-select {
		width: 100%;
	}
}

@media only screen and (max-width:320px) {
    .wizard > .nav-pills > li > a {

        padding: 8px;
        font-size: 11px;
    }
}


@media only screen and (max-width:480px) {

	.nav-tabs > li {
		text-align: center;
	    border: 1px solid #e6e6e6;
	    margin: 2px;
	    padding: 0px;
	}
		.nav-tabs > li > a
		{
			border: 1px solid transparent;
			-ms-border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
		}
}

.wizard {
	margin-bottom: 10px;
}

.tagsinput {
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
	margin-top: 5px;
  margin-bottom: 18px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background-color: #ebedef;
  color: #2a8fbd
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.14s linear;
  -moz-transition: 0.14s linear;
  -o-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
  background-color: #2a8fbd
  color: #ffffff;
  padding-left: 12px;
  padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  color: #ffffff;
  opacity: 1;
  display: block\9;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}
.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
.tagsinput-remove-link:before {
  color: #ffffff;
  content: "\f00d";
  font-family: "FontAwesome";
}
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tagsinput-add {
  background-color: #2a8fbd;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
  background-color: #d9d9d9;
}
.tagsinput-add:before {
  content: "\f067";
  font-family: "FontAwesome";
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}
.tagsinput-primary {
  border-color: #d9d9d9;
}
.tagsinput-primary .tag {
  background-color: #2a8fbd;
  color: #ffffff;
}

.tag > span:hover {
	cursor: pointer;
}

.tags-display-container {
	margin-top: 8px;
	border: 1px solid #d9d9d9;
	padding: 5px;
	border-radius: 5px;
}

.summary-container, .personalizedproduct
{
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 5px;
	background-color: white;
	margin-bottom: 5px;
}

.personalizedproduct {
	width: 250px;
	margin-left: 20px;
	float: left;
}

.personalizedproduct img {
	width: initial;
}


@media (max-width: 760px)
{
	.personalizedproduct {
		width: auto;
		float: none;
		text-align: center;
		margin-left: 0px;
	}

    .text-xs-center {
        text-align: center;
    }
}

.strike-label {
	text-decoration: line-through;
    color: #e50000;
}

.in-cart-holder {
	margin-top: 10px;
}

.size-description {
	padding-right: 10px;
}

.smallprice {
	font-size: 10px;
	color: #e50000;
	text-decoration: line-through;
}

img {
	width: auto;
}

.panel-title > div {
    display: block;
    position: relative;
    padding: 10px 15px;
    background: #fff;
}

.clipart-container {
    height: 100px;
}

.clipart-container img{
    display: block;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.clipart-container img:hover{
    opacity: .8;
}

.canvas-element {
    position: absolute;

}

.design-canvas {
    width: 100%;
    position: relative;
}

@media only screen and (max-width:540px) {
	.tickMajor {
		width: 1px !important;
	}

	.tickQuarter {
		width: .5px !important;
	}

	.tickMid {
		width: .5px !important;
	}

	.tickVMajor {
		height: 1px !important;
	}

	.tickVQuarter {
		height: .5px !important;
	}

	.tickVMid {
		height: .5px !important;
	}

	.tickLabel{
		display:none;
	}

	#ruler-1 {
		height: 14px !important;
		bottom: -19px !important;
	}

	#ruler-3{
		width: 14px !important;
		right: -19px !important;
	}

}

.tickLabel{
	background-color:yellow;
}

	.tickMajor {
		position: absolute;
		top: 0px;
		width: 1px;
		height: 80%;
		background-color: black;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}

	.tickMid {
		position: absolute;
		top: 0px;
		width: 1px;
		height: 60%;
		background-color: black;
	}

	.tickQuarter {
		position: absolute;
		top: 0px;
		width: 1px;
		height: 40%;
		background-color: black;
	}

	.tickVMajor {
		position: absolute;
		left: 0px;
		width: 80%;
		height: 1px;
		background-color: black;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}

	.tickVMid {
		position: absolute;
		left: 0px;
		width: 60%;
		height: 1px;
		background-color: black;
	}

	.tickVQuarter {
		position: absolute;
		left: 0px;
		width: 40%;
		height: 1px;
		background-color: black;
	}



.designer-modern {
	--bg: #0b0c10;
	--panel: #ffffff;
	--text: #0f172a;
	--muted: #64748b;
	--brand: #2563eb;
	--brand-weak: #dbeafe;
	--ok: #16a34a;
	--warn: #f59e0b;
	--error: #dc2626;
	--radius: 14px;
	--shadow: 0 6px 20px rgba(2,8,23,.08);
	font-family: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
	color: var(--text);
}

	.designer-modern .card {
		background: var(--panel);
		border: 1px solid rgba(2,8,23,.08);
		border-radius: var(--radius);
		box-shadow: var(--shadow);
		padding: 14px;
	}

	.designer-modern .h-muted {
		color: var(--muted);
	}

	.designer-modern .btn-modern {
		border-radius: 999px;
		padding: 8px 14px;
		border: 1px solid rgba(2,8,23,.12);
		background: white;
		transition: .2s;
		font-weight: 600;
		margin-top: 4px;
	}

		.designer-modern .btn-modern.active,
		.designer-modern .btn-modern:hover {
			border-color: var(--brand);
			background: var(--brand-weak);
		}

	.designer-modern .chipbar {
		gap: 8px;
		padding: 6px 2px;
	}

	.designer-modern .chip {
		white-space: nowrap;
	}

		.designer-modern .chip.active {
			background: var(--brand);
			color: white;
			border-color: var(--brand);
		}

.tf-wrap .tf-section {
	margin-bottom: 12px;
}

.tf-wrap .tf-head {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	margin-bottom: 8px;
}

	.tf-wrap .tf-head i {
		opacity: .75;
	}

.tf-inline {
	display: inline-flex;
	align-items: center;
	gap: 16px;
}

.ml10 {
	margin-left: 10px;
}

.mt10 {
	margin-top: 10px;
}

/* Optional: modern card look if you kept .designer-modern */
.designer-modern .card {
	background: #fff;
	border: 1px solid rgba(2,8,23,.08);
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(2,8,23,.06);
	padding: 14px;
}

.tab-content-hidden {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	padding: 10px !important;
}


@@media (min-width: 768px) {
	.pricing-box {
		margin-top: 66px;
	}
}

.wizard > .nav-pills > li > a {
	border-radius: 6px;
}

.color-type-pills .swatch {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	margin-right: 8px;
	vertical-align: middle;
	border: 1px solid #cfcfcf;
}

.swatch--solid {
	background: #3b82f6; /* or your current selected color */
}

.swatch--linear {
	background: linear-gradient(90deg,#ef4444,#f59e0b,#10b981,#3b82f6,#8b5cf6);
}

.swatch--radial {
	background: radial-gradient(circle at 40% 40%, #f59e0b, #ef4444 40%, #3b82f6 70%, #0ea5e9);
}
.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../GlobalImages/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
}

.loading-indicator-overlay {

}
.resizeContainer {
  position: relative;
}
.animatedBorderSprite {
  position: absolute;
  margin: 0;
  background: url(/Content/tenants/racegraphics/images/stripe.gif);
}
.animatedBorderSprite-top {
  -moz-border-radius-topleft: 2px;
  -webkit-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius-topright: 2px;
}
.animatedBorderSprite-bottom {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-radius-bottomright: 2px;
}
.ui-resizable-helper {
  border: 2px dashed Black;
}
.ui-icon {
    background-image: url(/Content/tenants/racegraphics/images/handles.jpg) !important;
    width: 13px !important;
    height: 13px !important;
}
.ui-resizable-se:hover {
  opacity: 1;
}
.ui-resizable-se {
  right: -8px !important;
  bottom: -8px !important;
  opacity: .6;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: top left !important;
}
.ui-resizable-ne:hover {
  opacity: 1;
}
.ui-resizable-ne {
    background-image: url(/Content/tenants/racegraphics/images/handles.jpg) !important;
    width: 13px !important;
    height: 13px !important;
    right: -8px !important;
    top: -8px !important;
    opacity: .6;
}
.ui-icon-gripsmall-diagonal-ne {
  background-position: top left !important;
}
.ui-resizable-nw:hover {
  opacity: 1;
}
.ui-resizable-nw {
    background-image: url(/Content/tenants/racegraphics/images/handles.jpg) !important;
    width: 13px !important;
    height: 13px !important;
    left: -8px !important;
    top: -8px !important;
    opacity: .6;
}
.ui-icon-gripsmall-diagonal-nw {
  background-position: top left !important;
}
.ui-resizable-sw:hover {
  opacity: 1;
}
.ui-resizable-sw {
    background-image: url(/Content/tenants/racegraphics/images/handles.jpg) !important;
    width: 13px !important;
    height: 13px !important;
    left: -8px !important;
    bottom: -8px !important;
    opacity: .6;
}
.ui-icon-gripsmall-diagonal-sw {
  background-position: top left !important;
}
.ui-resizable-n:hover {
  opacity: 1;
}
.ui-resizable-n {
    background-image: url(/Content/tenants/racegraphics/images/handles.jpg) !important;
    width: 13px !important;
    height: 13px !important;
    left: 50% !important;
    top: -8px !important;
    opacity: .6;
}
.ui-icon-gripsmall-diagonal-n {
  background-position: top left !important;
}
.ui-resizable-w:hover {
  opacity: 1;
}
.ui-resizable-w {
    background-image: url(/Content/tenants/racegraphics/images/handles.jpg) !important;
    width: 13px !important;
    height: 13px !important;
    top: 45% !important;
    left: -8px !important;
    opacity: .6;
}
.ui-icon-gripsmall-diagonal-w {
  background-position: top left !important;
}
.ui-resizable-s:hover {
  opacity: 1;
}
.ui-resizable-s {
    background-image: url(/Content/tenants/racegraphics/images/handles.jpg) !important;
    width: 13px !important;
    height: 13px !important;
    left: 50% !important;
    bottom: -8px !important;
    opacity: .6;
}
.ui-icon-gripsmall-diagonal-s {
  background-position: top left !important;
}
.ui-resizable-e:hover {
  opacity: 1;
}
.ui-resizable-e {
    background-image: url(/Content/tenants/racegraphics/images/handles.jpg) !important;
    width: 13px !important;
    height: 13px !important;
    top: 45% !important;
    right: -8px !important;
    opacity: .6;
}
.ui-icon-gripsmall-diagonal-e {
  background-position: top left !important;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.checkbox.primary.checked,
.radio.primary.checked,
.checkbox.primary.checked .icons,
.radio.primary.checked .icons {
  color: #1D1D1D !important;
}
.color-white {
  background-color: white;
}
.hover-selection:hover {
  opacity: .5;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.clipart-container {
  min-height: 280px;
  line-height: 260px;
  position: relative;
}
.clipart-container img:hover {
  opacity: .5;
}
.clipart-text {
  line-height: normal;
}
.auto-height {
  max-height: 100%;
  width: auto;
  max-width: none;
  height: auto;
}
.text-save {
  position: absolute;
  line-height: normal !important;
  bottom: 0px;
  left: 0px;
}
.big-input {
  font-size: 26px;
}
.design-view {
  max-height: none !important;
  max-width: none !important;
  height: auto;
}
.shift-up {
  margin-top: -50px;
  margin-bottom: 10px;
}
.designer-pills > li > a {
  font-size: 13px;
  font-weight: normal;
  padding: 8px 21px 7px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.discount-percent {
  font-size: 147%;
  color: red;
}
.mt10 {
  margin-top: 10px;
}
.red {
  color: red;
}
@media (max-width: 420px) {
  .shift-up {
    margin-top: 0px;
  }
  .nav-tabs > li > a {
    border: 2px solid #d9d9d9 !important;
    border-width: 2px;
  }
  .color-selector select {
    width: 100%;
  }
  #NumberEl {
    max-width: 100%;
    height: auto;
  }
  #alignment-container {
    height: 25% !important;
  }
}


.tab-content {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-top: none;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}
