﻿/*.hde {
	display:none !important;
}*/
.gray{
	background-color:#efefef !important;	
}
.hde-mbl, .dsktp-El{
	display:none ;
}
#arena {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
	top:60px;
	-moz-transition:all .25s ease;
	-webkit-transition:all .25s ease;
	transition:all .25s ease;
}
.blockClick{
	pointer-events: none;
    cursor: default;
}
.helpRow{
	width: 90%;
    margin: auto;
    display: block;
	border: 1px solid gray;
	min-height:100px;
	cursor:pointer;
}
.helpIcon{
	height: 90px;
	width: 90px;
    background-image: url(/Images/Upload/art-help-sprite.png);
    background-repeat: no-repeat;
    background-size: 100px auto;
    display: inline-block;
    float: left;
}
.helpHeader{
	font-size: 1.25rem;
    float: left;
    text-align: left;
	width:65%;
	padding:5px;
}
.helpMessage{
	text-align:left;
	padding:5px;
	display:inline-block;
	width:65%;
	float:left;
}
.helpCTA{
	float: right;
    padding: 15px 5px;
    font-size: .8rem;
}
.size{
	background-position:center -686px;
}
.thumb{
	background-position:center -281px;
}
.bright{
	background-position:center -383px;
}
.colorIcon{
	background-position:center -489px;
}
.subscribe{
	background-position:center -780px;
}
.colorMatch{
	background-position:center -20px;
}
.yingyang{
	background-position:center -588px;
}
.threadColors{
	background-position:center -150px;
}
.hat{
	background-position:center -972px;
}
.pocket{
	background-position:center -879px;
}
.beanie{
	background-position:center -1066px;
}
.liner{
	background-position:center -1166px;
}
.hoodiepockets{
	background-position:center -1265px;
}
.pocketpricingicon{
       background-position:center -23px;
}
.helpMenu{
	width: 100px;
    height: 30px;
    position: fixed;
    right: -40px;
    top: 40%;
    z-index: 5;
    background-color: #00b798;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    text-align: center;
    color: white;
    padding-top: 5px;
    font-family: questrial;
    font-size: 1.25rem;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;	
}
#pocketPanel.awPanel{
	margin-top:15px;
}
.awPanel {
	display: inline-block;
	width: 100%;
	/*max-width:90%;*/
	height: 100%;
	position: absolute;
	float: none;
	overflow: visible;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	max-height:100%;
	text-transform:none;
	z-index:0;
	text-align:center;
}

.awPanel .selectedView {
  float: left;
  height: 450px;
  width: 295px;
  border-width: 0;
  z-index: inherit;
  position: absolute;
  margin: auto;
  left:0;top:0;right:0;bottom:0;
  overflow: hidden;
}

.awPanel > img {
	width: auto;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	z-index: 0;
}

.awPanel svg,
.appliqueService svg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	margin:auto;
}

#printPanel {
    background-image: linear-gradient(45deg, #717171 25%, #00000040 25%), linear-gradient(-45deg, #9e9e9e 25%, #00000000 25%), linear-gradient(45deg, #00000000 75%, #9e9e9e 75%), linear-gradient(-45deg, #00000000 75%, #9e9e9e 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    color: black;
}

.printColors{
	display:none;	
}

.selectedColors {
        display: inline-block;
        float: left;
        line-height: 35px;
        color: black;    
        padding: 0 10px 10px;
    }
        .selectedColors label {
            float:left;
        }
        .selectedColors div {
            width:25px;
            height:25px;
            float:left;
            margin:5px;
            border: 1px solid white;
        }
        .selectedColors span {
            color: red;
            clear: both;
            font-size: .7rem;
            float: left;
            line-height: 15px;
        }

.tipImg{
	width:25%;
	float:left;	
}
.left50, .right50 {
	width: 45%;
	display: inline-block;
}

.left50{
	float:left;	
}
.right50{
	float:right;	
}

.fauxH1,
.fauxH2{
	color:#222;	
	text-align:center;
}
.fauxH1 {
	margin-top: 25px;
}

.fauxH2{
	font-size:24px;	
}

.svg-container{
	width:100%;
	height:100%;
	right: 0;
	top: 0;
	bottom:0;
	left:0;
	margin:auto;
	z-index: 0;
	text-transform:none;
	position:relative;
	
	max-width:500px;
	max-height:470px;	
    display:block;/* safari ?*/
}

#idRightView .artloaded,
.svgItemCode .svg-container{
	cursor:pointer;	
}
#idRightView .activeArtwork .artloaded,
#idRightView .activeArtwork{
	cursor:move;	
}

.artwrkHeader,
.optionBar,
.secondWrap{
	position:absolute;
	left:0;
	right:0;
	width:100%;	
	margin:0 auto;
	text-align:center;
	display:inline-block;
	height:auto;
	z-index:1;
	float:left;
}
.artwrkHeader{
	top:0;	
	z-index:120;
}
.optionBar{
	padding:10px 0;	
	/*height:112px;*/
	transition:bottom linear .5s;
	bottom:0;
}
.mobile-scrolling{
	-webkit-overflow-scrolling:touch;
	overflow-x:auto;
	width:100%;
	white-space:nowrap;
	display:inline-block;
	float:left;
}
div#uploadArtAsFabBtn,
#patTile0{
	background-image: url('/Images/customizer/v3/customizer-icons.png');
	background-repeat: no-repeat;
	background-size: 65px auto;
	background-position:center -908px;
}

.bottom1 {
	bottom:0;
    background-color: white;
}
.bottom2{
	bottom:112px;	
}
.bottom3{
	bottom:224px;	
}
.whitebg{
	background-color:rgb(255,255,255);
}
.graybg{
	background-color: rgb(239, 239, 239);	
}
/*.borders{
	border-top: solid 1px silver;
    border-bottom: solid 1px silver;
	overflow-x:hidden !important;
	overflow-y:hidden !important;
}*/

.optionsBar{
	text-align:justify;
	padding:0 70px 25px 0;	
	display:inline-block;
}
.optionsBar.printColors .labelTxt {
    background-color: #9696964d !important;
}

.arrow{
	position:absolute;
	height:100%;
	display:none;
	width:70px;
	background-image:url('/Images/Upload/black-icon-sprite-for-artwork.png');
	background-position: center -75px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:rgba(255,255,255,.5);
	bottom: 0;
	top:0;
	margin: auto;
	opacity:.5;
	z-index:4;
}
.arrow:hover{
	opacity:1;	
}
.rghtArrw{
	right:0;
}

.lftArrw{
	left:0;	
	background:none;
	display:none;
}
.lftArrw:after{
	content:'';
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	background-image:url('/Images/Upload/black-icon-sprite-for-artwork.png');
	background-position: center -65px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:rgba(255,255,255,.5);
	width:100%;
	height:100%;
	display:inline-block;
}

.optionItem {
    background-repeat: repeat;
    margin-left: 25px;
    box-shadow: 1px 1px 4px ghostwhite;
	border-radius:2px;
	display:inline-block;
	position:relative;
	background-position:center;
}

    .fabX {
        font-size: 2.5rem;
        font-weight: bold;
        position: absolute;
        top: 3px;
        left: 0;
        color: black;
		cursor:pointer;
    }

#modal #uploadartwork .close{
	width:60px;
	height:60px;	
}

div#uploadArtAsFabBtn{
    background-position: -10px -7px;
    display: inline-block;
    height: 55px;
    width: 250px;
    overflow: hidden;    
    position: absolute;
    bottom: -37%;
    left: 0;
    right: 0;
    border-radius: 2px;
    border: 1px solid black;
    margin: auto;
}

/*label.artwrk.CTA {
    float: left;
	width:100%;
	height:100%;
	cursor:pointer;
	background:white;
}*/

.artwrk.CTA .labelTxt{
	position:static;
	width:100%;
	line-height:55px;
	font-size: 24px;
	font-size: 1.5rem;
	
}

#refDiv,
.refDiv{
	border:1px solid red;
	display:inline-block;
	position:absolute;
	z-index:4;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-200px;
	width:400px;
	height:400px;
}

/*
.serviceOptionListItem{
	padding:0px 30px 0px 30px;
}
*/
.optionItem,
li.serviceOptionListItem{
    height: 70px;
}

li.serviceOptionListItem {
    width: 70px;
}

.optionItem {
    width: 100px;
}
.colorItem {    
    width: 75px;
}

.printcolorItem:not(.moreColors) {
    width: 80px;
    height: 80px;
}
.moreColors { 
    width:40px;
    height:40px;
}
    /*.printcolorItem:nth-child(2) {
        margin-left: 40px;
    }*/

/*.selectedItem {
    border: 3px solid red;
}*/

.selectedItem:before {
    content: '✔';
    color: red;
    position: absolute;
    background-color: white;
    height: 15px;
    right: 0;
    width: 15px;
}

li.serviceOptionListItem span.label,
.labelTxt{
	bottom:-21px;
	left:0;
	right:0;
	font-size:13px;
	font-size:.7rem;
	text-align:center;
	width:100%;
	position:absolute;
	white-space:nowrap;
}

/*.selectedItem .labelTxt{
    bottom: -35px;
    margin-left: -5px;
    display: block;
    line-height: 25px;
}*/

.labelTxt {
    bottom: 0px;
    color: white;
    /*background-color: #9696964d !important;*/
    white-space: initial;
}
.mbl-dnBtn .artwrk.CTA .labelTxt {
    color: black;
}
.troubleWrap{
	color:#222;
	position:absolute;
	bottom:10px;
	right:1%;	
	text-align:left;
	z-index:1;
}

div.buttonWrap {
	position:relative;
	display:inline-block;
	width:100%;
	text-align:center;
}

div.nextWrap {
	float:right;
	right: 0;
	position:absolute;
	top:0;
}
.mbl-dnBtn {
    background-color: rgba(191, 191, 191, 0.26);
    width: 20%;
}
.dsktp-dnBtn {
    display:none;
}

.fauxH{
	font-size:20px;	
}
a.email,
div.call{
	font-size:13px;
	margin:5px 0;
	width:100%;
	display:inline-block;
	background-repeat:no-repeat;
	background-image:url('/Images/Upload/icon-cta-sprite.png');
	background-size:30px auto;
	height:30px;
	line-height:30px;
	text-indent:30px;
	color:inherit;
}

div.call{
	background-position:left -147px;
	cursor:text;	
}
a.email{
	background-position:left -180px;	
	cursor:pointer;
}

div#errorArtwork {
	position: relative;
	top: 6px;
	left: 0;
	right: 0;
}

#invalidArtwork{
	display:inline-block;
	max-width:300px;
	width:100%;
	max-height:400px;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:0;
	bottom:0;	
	background-color: rgba(255,255,255,.95);
	padding:15px 0;
}

.error span,
.error div.xWrp{
	width:100%;
	text-align: center;
	display:inline-block;	
	border-radius:2px;	
	padding:15px 0;
	line-height:24px;
	line-height: 1.5rem;
	font-size:16px;
	font-size:1rem;
}
    .error span.mxqty {
            display: inline;
        font-size: .75rem;
    }

.yWrp{
	display:inline-block;
	text-align:center;
	margin-top:16px;	
	width:100%;
}

.middleCntr{
	width:10%;
	display:inline-block;
	text-align: center;
	margin:14px 0px 14px 0px;	
}

.leftSd,
.rightSd{
	width:91%;
	display:inline-block;
}

.error div.chatWrap,
.error div > label{
	color:#222;
	font-family:'Questrial', sans-serif;
	font-weight:normal;
	font-size:16px;
	font-size:1rem;
	display:block;
}

#loadingArtwork{
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	width:100%;
	height:100%;
	z-index:110;
	background-color:white;
}
#loadingArtwork img{
	width:100%;	
	max-width:200px;
	display:inline-block;
}

#modal article.artwork-upload.modal{
	max-width: 100%;
	max-height: 100%;
	height:100%;
	width:100%;	
	padding:0;
	background-color:rgba(149,149,149, .5);
}

article.artwork-upload.modal > div:first-child{
	border:none;	
}
#preUpload{
	background-image:url('../images/cat-applique-example.png');
	background-color:#fff;
	background-position:top right;
	background-size:50% auto;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	max-height:600px;
	max-width:800px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	box-shadow:0 0 5px #000;
}

#preUpload .typeWrap{
	width:55%;	
}

div.videoWrap {
	display: inline-block;
	margin:10px 0;
}

#preUpload .top{
	height:100%;
	margin-bottom:-75px;
	display:inline-block;
	width:100%;	
	min-height:575px;
}
#preUpload .bottom{
	width:100%;
	background-color:#efefef;
	text-align:center;
	height:75px;
}

#preUpload .bottom a {
	display: inline-block;
	height: 75px;
	line-height: 75px;
	float: right;
	right: 16px;
	position: relative;
}
#preUpload .bottom .stillHelp{
	color:#5a5a5a;
	font-size:16px;	
	height:100%;
	line-height:75px;
}
#preUpload .bottom p{
	color:#5a5a5a;	
}

#preUpload .chatWrap.questionIcon {
	float: left;
	top: 8px;
	left: 16px;
	position: relative;
}

#uploadartwork {
	height:100%;
	width: 100% !important;
	max-width:100% !important;
	display: block;
	position: absolute;
	background-color:#fff;
	background-size:186px 131px;
	background-repeat:repeat;
	top:0;left:0;right:0;bottom:0;margin:auto;
	/*box-shadow:0 0 5px #000;*/
	overflow:hidden;
}
.artwork-upload #uploadartwork .fauxH1{
	color:#222;	
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	height:auto;
	width:100%;
	max-width:55%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:60px;
} 
.artwork-upload #uploadartwork div.fauxH2.arrow {
	position: absolute;
	top: 30%;
	right: 15%;
	color: #222;
	margin: 0;
	font-family: 'Permanent Marker', cursive;
	height: 125px;
	background-image:url('/Images/Upload/black-icon-sprite-for-artwork.png');
	background-repeat: no-repeat;
	background-position: center -1200px;
	background-size: 54% auto;
	max-width: 320px;
	display: block;
}
.artwork-upload div.instruct{
	font-size: 20px;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 90px 0 16px;
	display: inline-block;
	color:#222;
	position:relative;
}

#preUpload .quest {
	margin-top: 50px;
}

#preUpload label {
	margin-top: 10px;
}

input#fileinp,
input#ufileinp,
input#fileinp0{
    bottom: 0;
    cursor: pointer;
	height: 50px;
    left: 0;
    margin: 0;
    opacity: 0;
	filter:alpha(opacity=00); /* ie */
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#background{
	width:100%;	
	height:100%;
}

#uploadartwork .close,
#preUpload .close,
.randomIcon,
.uploadIcon,
.tShirtIcon,
.sewingMachineIcon,
.rightArrowIcon,
.questionIcon,
.serviceOptions{
	background-image:url('/Images/Upload/colored-icon-sprite-for-artwork.png?v=v1');
	background-repeat:no-repeat;
	height:70px;
	width:70px;
	background-size:100% auto;
	display:inline-block;
	cursor:pointer;
	position:relative;
}

#uploadartwork .artwork-handle{
		border: 1px solid red;	
	}
	#uploadartwork .artwork-handle{
		bottom: -30px;
        right: -30px;
		width: 30px;
        height: 30px;
	}

.tShirtIcon.loading-hangar,
.sewingMachineIcon.loading-hangar{
	background-image:url('/Images/loading.gif');
	background-position:center;
	background-size:30px auto;
    cursor: default;
}

#uploadartwork .close{
	left:0;
	float:left;
	background-position: center 0px;
	background-color:transparent;
	position:absolute;
	padding:0;
	top:0;
}

.questionIcon {
	background-position: center -365px;
}

.tShirtIcon,
.sewingMachineIcon {
	background-position: center -97px;
        float: right;
}
ul#serviceOptionsWrap{
	width:100% !important;
	display:inline-block;
	margin:0 auto;	
	padding-bottom:20px;
}
li.serviceOptionListItem{
	display:inline-block;
	margin:0 !important;	
}

div#pcTileall.optionItem.printcolorItem.allcolors{
	background-color:#fff !important;
	background-image:url('/Images/Product/colorWheel.jpg');
	background-repeat:no-repeat;
	background-size:60% auto;	
	background-position: center;
    display: none !important;
	/*margin-left:100px;*/
}
div#pcTileall:after{
	content: 'or';
    position: absolute;
    bottom: 11px;
    left: 53px;
    font-size: 13px;
    font-size: .8175rem;
    width: 13px;
}

div.optionItem.printcolorItem.moreColors{
    background-image: url(/Images/customizer/v3/customizer-icons.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center -730px;
    transform: rotate(180deg);
    box-shadow: none;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index: 100;
}
    div.optionItem.printcolorItem.moreColors .labelTxt {
        transform: rotate(180deg);
        background-color: transparent;
        color: black;
        padding-right: 70px;
        padding-top: 12px;
    }   
        div.optionItem.printcolorItem.moreColors .labelTxt:before {
            content: 'more colors';
        }

    div.optionItem.printcolorItem.moreColorItem {
	    transition:opacity 1s ease-out;
    }

    div.optionItem.printcolorItem.moreColors.rotat {
        background-size: 150% auto !important;
        transform: rotate(0deg) !important;
    }
        div.optionItem.printcolorItem.moreColors.rotat .labelTxt {
            transform: rotate(0deg);
            background-color: transparent;
            color: black;
            left: -27px;
            top: 0px;
        }
            div.optionItem.printcolorItem.moreColors.rotat .labelTxt:before {
                    content: 'less colors';
                    padding-right: 25px;
                    display: inherit;
            }

   

#cutAndSewLabelCTA{
	background-position: center -275px;
}

#printLabelCTA{
	background-position: center -520px;
}

#embroideryCTA {
	background-position: center -441px;
}

#transfer_printCTA {
        background-position: center -609px;
    }

#screenLabelCTA{
	background-position: center -176px;
}

li.serviceOptionListItem input[type=radio] + label {
  color: #222;
  border:1px solid lightgrey;
  border-radius:2px;
} 
li.serviceOptionListItem input[type=radio]:checked + label {
  color: #ff0000;
  border:1px solid #ff0000;
  border-radius:2px;
} 

.try-fbSel {
    padding-top:15px;
    bottom: 47%;
    margin: auto;
    left: 0;
    right: 0;
    width: 65%;
    display: block;
    cursor: pointer;
}

/*li.serviceOptionListItem input[type=radio]:checked + label span.label{
	bottom:-20px;
}*/

.loadingMessage{
	color:#222;	
	background-color: rgba(255,255,255,.95);
	padding:2%;
	border-radius:2px;
	display:inline-block;
}

.label{
	color: #959595;
	cursor: pointer;
	display:inline-block;
	margin:0 auto;
	position:absolute;
}

.refine{
	right:60px;
	top:19px;
	font-size:24px;
	font-size:1.5rem;
}
.randomWrap,
.uploadWrap {
	width:auto;
	display:inline-block;
}

.modal .genderMenu {
	position: absolute;
	border-radius: 0 0 2px 2px;
	width: auto;
	top: 73px;
	right: 18%;
	background-color:rgba(255,255,255,.95);
	color:#222;
	transition:all .5s linear;
}
.modal .genderMenu ul{
	padding: 10px;
	min-height:80px;
}
.modal .genderMenu ul li{
	text-align:left;
	color:#222;	
	padding:0 0 15px;
	margin:0;
	font-size:24px;
	font-size:1.5rem;
	position:relative;
	min-width:120px;
}
.modal .genderMenu ul li:after{
	content:' >';
	float:right;
	position:absolute;	
}
.modal .genderMenu ul li:hover{
	color:#FF0000;
}

#preUpload .tips,
.clArtworkOption .tips {
	width: 90%;
	color: #5a5a5a;
	text-align: center;
	display: block;
	margin: 45px auto 0;
}

.clArtworkOption div.buttonGray{
	display:block;
	margin:0 auto;	
	max-width:210px;
}

.clArtworkOption a.googleCta {
	display: inline;
	width: auto;
}

#preUpload .tips p, #preUpload .tips b,
.clArtworkOption .tips p, .clArtworkOption .tips b {
	font-size: 13px;
	text-align: left;
	width: 70%;
	display: inline-block;
	float: none;
}

img.loadingIcon {
	position: absolute;
	width: 40px;
	left: 0;
	top: -19px;
	right: -2px;
	margin: auto;
	bottom: 0;
	display:none;
}

/*.noSupportBrwsBan {
    background-color: red;
    font-size: 10pt;
    color: white;
    font-weight: 700;
    padding: 3px;
}

    .noSupportBrwsBan .bannerTxt {
        margin-left: 5px;
        margin-right: 20px;
    }

    .noSupportBrwsBan .bannerIgn {
        cursor:pointer;
    }*/
	
/* Style Text Modal */

#uploadartwork .svgTxt { 
	width:100%;
	height:100%;
	text-transform:none;
	white-space:nowrap;
	display:inline-block;
	text-align:center;
	font-size:900%;
	top:0;
	overflow:visible;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
 }
 
#uploadartwork .svgTxt,
#uploadartwork .svgTxt:focus{
	-webkit-transition:font ease 1s;
	-o-transition:font ease 1s;
	-moz-transition:font ease 1s;
	transition:font ease 1s;
 }
 #txt{
	letter-spacing:0;
 }
 
 .svgTxt{
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0,Color='#444')";
	-webkit-filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));
 }
 
 #txt{
	filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));  
 }
 
form#inptFrm,
input#txtFld{	
	text-indent:0;
	text-transform:none;
	background:transparent;
	position: relative;
	font-family:inherit;
}
input#txtFld{
	display:inline-block;
	width:100%;
	border-radius:0;
	border:0;	
}
form#inptFrm:after{
	background:none;	
	content:'';
	height:0;
	overflow:hidden;
}

#slideEffect{
	position:relative;	
	display:inline-block;
	width:100%;
	height:100%;
}

.slideLeft{
	-webkit-animation: slideLeft .5s ease-in-out;
	-moz-animation: slideLeft .5s ease-in-out; 
	-o-animation: slideLeft .5s ease-in-out;
	animation:slideLeft .5s ease-in-out;
}

.slideRight{
	-webkit-animation: slideRight .5s ease-in-out;
	-moz-animation: slideRight .5s ease-in-out; 
	-o-animation: slideRight .5s ease-in-out;
	animation:slideRight .5s ease-in-out;
}

.slctWrp{
	border:1px solid #959595;
	border-radius:2px;
	text-align:center;
	display:inline-block;
	padding:0;
	margin-top:25px;
	position:relative;
	width:50%;
}

.slctWrp .fld{
	background:transparent;
	background-color:transparent;
	width: 100%;
	height:100%;
	font-size:16px;
	font-size:1rem;
	line-height: 1;
	border: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding:0 10px;
	margin: -12px auto 0;
	color: #222;
	float:left;
	cursor:pointer;
	text-align:left;
	height:30px;
}
#fs:focus{
	outline:0;	
}
.slctWrp .label{
	font-weight:300;
	color:#222;
	font-size:16px;
	font-size:1rem;
	text-align:left;	
	width:100%;
	display:inline-block;
	position:relative;
	top:-20px;
	float:left;
	margin:0;
}
.slctWrp:after{
	content:'';
	background-image:url('/Images/customizer/upArrow.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	height:30px;
	width:30px;
	z-index:-1;
	float:right;
	opacity:inherit;
}
.printColors, .selectedColors{	
	position:relative;
	text-align:center;
}

.disclosure{
    color: black;
    overflow: hidden;
}
.scrnPrnt{
    text-align: left;
    padding: 10px;
}

.height60,
.height70,
.height80 {
	-webkit-transition:height .25s ease;
	-moz-transition:height .25s ease;
	-o-transition:height .25s ease;
	-ms-transition:height .25s ease;
	transition:height .25s ease;
}

#uploadartwork .height60{
	height:60%;
}
#uploadartwork .height70{
	height:70%;
}
#uploadartwork .height80{
	height:80%;
}

#loadingImgs{
	overflow:auto;	
	height:400px;
}
#loadingArtwork,
#loadingImgs{
	width:100%;
	display:inline-block;
	text-align:center;	
}
#loadingArtwork{
	height:100%;
}
#uploadartwork .tryptich{
	width:25%;
	min-width:329px;
	min-height:180px;
	display:inline-block;
	border-radius:2px;
	box-shadow:0 0 5px gray;
	margin-top:24px;
}

img.one{
	animation-delay:0.15s; 
	-moz-animation-delay:0.15s; 
	-webkit-animation-delay:0.15s; 
}

img.two{
	animation-delay:0.3s; 
	-moz-animation-delay:0.3s; 
	-webkit-animation-delay:0.3s;	
}

img.three{
	animation-delay:0.6s; 
	-moz-animation-delay:0.6s; 
	-webkit-animation-delay:0.6s;		
}

#progressbar {
    width: 100%;
    height: 3px;
	position:absolute;
	top:1px;
	left:0;
	z-index:999999;
}

#progress {
    height: 3px;
    width: 0%;
    max-width: 100%;
    float: left;
    -webkit-animation: progress 30s 1 forwards;
    -moz-animation: progress 30s 1 forwards;
    -ms-animation: progress 30s 1 forwards;
    animation: progress 30s 1 forwards;
}

#pbaranim {
    height: 3px;
    width: 100%;
    overflow: hidden;
    background-color: red;
}

div#arena.oneHt{
	height:100% !important;
	min-height:100% !important;
	max-height:100% !important;	
	top:0;
}

.hFifty{
	height:50% !important;
}
.hSixty{
	height:60% !important;
	}
.hSeventy{
	height:70% !important;
	}
#uploadartwork .artwork-handle, 
#uploadartwork .ui-resizable-se {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url('/Images/customizer/v3/anchor-icons.png');
	background-size:100% auto;
	background-color:rgba(255,255,255,.75);
    border: 1px solid #ff0000;
}

#uploadartwork .ui-resizable-se {
    cursor: nwse-resize;
    background-position: center 35%;
    bottom: -30px;
    right: -30px;
}

/* End Text Modal */

.serviceMinQty {    
    font-style: italic;
    padding-left: 10px;
    font-size: 1rem;
    text-align: left;
}

.serviceDimSample {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.serviceDimSample .sd-wrap {
    overflow:hidden;
}
    .serviceDimSample .serviceDim {
        display: inline-block;
        border-radius: 15px 0 0 0;
        padding: 8px;
        background-color: white;    
        opacity: .8;
        font-style: italic;
        font-size: .9rem;
        float: right;
        clear: both;
        color: black;
        margin: 3px 0;
        box-shadow: 1px 2px 0 0 #00000082;
    }

        .serviceDimSample .serviceDim .stitchCnt, .serviceDimSample .serviceDim .stitchCnt span{
               font-size: .7rem;
                margin-left: 10px;
        }

@media screen and (max-width:1024px){
	.troubleWrap
	{
		display:none;	
	}

    
}

@media screen and (max-width:480px){
	#preUpload{
		height:87%;
		width: 93%;
		display: block;
		position: absolute;
		top:0;left:0;right:0;bottom:0;margin:auto;
		box-shadow:0 0 5px #000;
		background-image: url('/images/cat-applique-example.png');
		background-position: center 0;
		background-size: 100% auto;
	}
	
	#preUpload .typeWrap {
		width: 100%;
		margin: 0;
		background-color: rgba(0,0,0,.5);
		display:inline-block;
		padding:34px 0 17px;
	}
	
	.artwork-upload div.instruct {
		margin: 16px 0 16px;
	}
	div#errorArtwork {
		max-width: 90%;
		margin: auto;
	}
	
	#preUpload .fauxH1, 
	#preUpload .fauxH2{
		color:#fff;	
	}
	.refine{
		text-indent:-9999999px;
	}
	.leftSd,
	.rightSd{
		width:90%;
		display:inline-block;
	}
	
	.leftSd{
		float:none;	
	}
	
	.rightSd{
		float:none;	
	}
}

@media screen and (min-width:768px) {
	.tryptich{
		margin-left:16px;	
	}		
	.helpRow{
		min-height:120px;
	}
	.helpCTA,
	.helpHeader{
		padding:10px 5px;
	}
	.helpMenu{
		height:50px;
		right:-30px;
		padding-top:15px;
	}

    .mbl-dnBtn {
        width:16%;
    }

}

@media screen and (min-width:1025px) {

    #modal article.artwork-upload.modal {
        max-height:95%;
        max-width:95%;
    }

	.artwrkHeader{
		z-index:120;
	}
    #arena {
        z-index:20;
    }
	.modal li:nth-child(odd),
	.modal li:last-child {
		text-align: left;
		/*margin:0px;*/
	}
	.hSixty,
	.hFifty{
	height:70% !important;
	}
	
	.dsktp-gry{
		background-color:#efefef !important;	
	}  
	
   .arrow {
        display: inline-block;
    }

    .slctWrp:hover:after,
    .slctWrp:hover #fs {
        opacity: .45;
    }

    /*.mobile-scrolling::-webkit-scrollbar{
		 display:none;
	}	
	.mobile-scrolling{ -ms-overflow-style: none; overflow: -moz-scrollbars-none; }
	*/

    div#uploadArtAsFabBtn:hover,
    #patTile0:hover {
        opacity: .5;
        cursor: pointer;
        transition: opacity .25s ease;
    }

    .slctWrp .fld {
        margin-top: -17px;
    }

    .idRightContainer0 .activeArtwork #txt:hover {
        cursor: pointer;
    }

    #refDiv:hover,
    .refDiv:hover {
        cursor: move;
    }
	.serviceName{
		color: black;
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.5rem;
		padding-top:10px;
	}
		.servicePromise{
	color: black;
    font-style: italic;
    font-size: 1.0rem;
	line-height: 1rem;	
	text-align:left;
	padding-top: 2px;
    padding-bottom: 5px;
	}
    .serviceTitle {
        color: black;
        text-align: left;
        font-size: 1.0rem;
        line-height: 1.0;
		padding-top:10px;
    }
	
    .serviceDesc {
        color: black;
        max-width: 100%;
		font-size: .9725rem;
        line-height: .9725rem;
        text-align: left;
		margin-top: 7px !important;
    }
    
    .serviceMinQty {
        padding-left: 18%;
    }

    /* NEW DESKTOP starts*/
    /*.selectedItem .labelTxt {
           bottom: -14px;
            line-height: normal;
    }*/
	li.serviceOptionListItem span.label{
		bottom:-14px;
	}
    .optionsBar {
        padding:0px;
    }
    
    .optionItem {
        float: left;
        margin: 10px 10px;
    }
    li.serviceOptionListItem input[type=radio]:checked + label {
        border: 1px solid rgb(71, 71, 71);
    }    
	.mobile-scrolling{
		overflow-y:hidden;
		overflow-x:hidden;
		white-space:normal;
	}
    #printColors .mobile-scrolling {
        max-height: 350px;
        overflow-y: auto;
    }

    .selectedColors {
        padding-left: 18%;
		top: 13px;
    }

    div.optionItem.printcolorItem.moreColors {
        transform:rotate(-90deg);
        position:initial;
    }

        div.optionItem.printcolorItem.moreColors .labelTxt {
            transform: rotate(90deg);
            padding-left: 35px;
            background-color: transparent;
            color: black;
            padding-right: 0;
            padding-top: 0;
        }
        div.optionItem.printcolorItem.moreColors .labelTxt:before {
            content: 'more colors';
        }

    div.optionItem.printcolorItem.moreColorItem {
	    transition:opacity 1s ease-out;
    }

    div.optionItem.printcolorItem.moreColors.rotat {
        background-size: 150% auto !important;
        transform: rotate(90deg) !important;
    }
        div.optionItem.printcolorItem.moreColors.rotat .labelTxt {
            transform: rotate(-90deg);
            background-color: transparent;
            color: black;
            padding-left: 40px;
            left: 0;
            top: auto;
        }
            div.optionItem.printcolorItem.moreColors.rotat .labelTxt:before {
                content: 'less colors';
                padding-left: 10px;
                display: inherit;
            }

    .bottomBar {
        float: right;
        width: 50%;
        display: inline-block;
        position: relative;
        height: 100%;
        background-color: rgba(234, 234, 234, 0.25);
        box-shadow: 0px 0px 0px 1px rgba(192, 192, 192, 0.64);
    }

    .arena-dsktp {
        width: 50% !important;
        float: left;
    }

    .clrMbl {
        position: initial !important;
        background-color: white;
    }
    .dsktp-El {
        display: block;
    }
    .disclosure {
        display: none !important;
    }

    .mbl-dnBtn {
        display: none !important;
    }

    .dsktp-dnBtn {
        display: block;
        bottom: 0;
        height: 75px;
        top: auto !important;
        width:100%;
        border:3px solid white;
        z-index:15;
    }
    .dsktp-upld{
		width: 65%;
		margin: auto;
		border: 1px solid silver;
		margin-top: 5%;
    }

		.dsktp-upld .artwrk.CTA  .labelTxt{
			line-height: 74px;
			margin: 0;
			color:black;
		}
   

    .hde-mbl {
        display: block;   
        width: 100%;
		padding-left:18%;
    }
        .hde-mbl div {
            display:block;
        }

        .hde-mbl a,
        .hde-mbl a:visited {
            color: blue;
            text-decoration: underline;
            font-size: .8rem;
            text-align: left;
            display: block;
        }

    div.buttonWrap {
        width: 100%;
    }

        div.buttonWrap ul {
            max-width: 650px;
        }

    li.serviceOptionListItem {
        width: 110px;
        height: 110px;
        border: 1px solid silver;    
        background-color: white;
    }

        li.serviceOptionListItem span.label {
            bottom: 0;
        }

    .serviceOptions {
        height: 110px;
        width: 110px;
        background-size: 80% auto;
    }

    #printLabelCTA {
        background-position: center -654px;
    }

    #screenLabelCTA {
        background-position: center -216px;
    }

    #cutAndSewLabelCTA {
        background-position: center -341px;
    }

    #embroideryCTA {
        background-position: center -553px;
    }

    #transfer_printCTA {
        background-position: center -765px;
    }

	.optionBar{
	padding:10px 4%;	
	}
    .Lv1 {
        top: 3%;
        z-index: 1;
    }

    .Lv2 {
        z-index: 5;
        bottom: 65px; /*top:60%;*/
    }

    .Lv3 {
        z-index: 10;
    }
	
	.Lv3.optionBar{
		z-index: 10;
		bottom: 68px;
		/* top: 60%; */
		height: 62%;
		overflow:auto;
	}
        .Lv3 .fabXnt {
            line-height: 2em;
        }

        .Lv3 .fabricOptions {
        }
    /*.fbrc {
        bottom:100px;
    }*/
    .bottom3 {       
        bottom: 165px;
    }
    .sewingMachineIcon {
        background-image: none;
        height:100%;
        float: right;
    }
    .fromCustomizerWrap {
        height:100%;
    }
    .refine {
        right: auto;
        top: auto;
        position: relative;
        display: block;
        line-height: 50px;
        color: white;
        text-indent: 70px;
    }
}
