#currentxy {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

#coordarea {
	position: relative;
  z-index: -1;
}
#c1,
#c2,
#c3,
#c4{
	position: absolute;
	top: 10%;
	left: 50%;
	display: none;
	height: 3px;
	width: 3px;
	background: #00ff00;
	border: 1px solid #f10000;
}

.preview-gallery .preview {
	display: none;
}


.order-thumbs {
	display: none;
}

.order-savesub {
	color: #fff !important;
	float: right;
	width: 11%;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.active-category .order-thumbs {
	display: block;
}


/* INDEX */
.col-md-3.disabled {
	opacity: 0.1;
}

/* WALLPAPER */
#order-saving {
	display: none;
}

.droparea {
	position: relative;
}

#statusbar {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0.66);
}
	#statusbar .progresswrapper {
		position: absolute;
		width: 600px;
		top: 40%;
		left: 50%;
		margin-left: -300px;
	}

	#statusbar .progressBar {
	    width: 100%;
		height: 50px;
		border: 1px dotted #ddd;
		background: rgba(193, 193, 193, 0.59);
		border-radius: 5px;
		vertical-align: top;
	}
	#statusbar .progressBar div {
	    height: 100%;
	    color: #fff;
	    text-align: right;
	    line-height: 22px; /* same as .progressBar height if we want text middle aligned */
	    width: 0;
	    background-color: #0ba1b5;
	    border-radius: 3px;
	    line-height: 55px;
	}

.hires-preview,
.lowres-preview,
.thumbnail-preview {
	background-size: 100%;
}

/* TRIMS */
#trimpreview,
#etrimpriview {
	background: url(../img/trims/transparent-checker.png) repeat;
}

/* SEARCH */
#search {
	width: 350px;
	outline: none;
	border: 1px solid #ababab;
	color: #ababab;
}
#results-text {
	display: none;
	color: #616161;
	text-decoration: none;
	font-size: 14px;
}
#results {
	list-style: none;
	padding: 0;
	display: none;
	margin-top: 4px;
	border: 1px solid #ababab;
}
#results li {
	padding: 8px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
}
#results li:hover {
	background-color: #F7F7F7;
}
#results li:first-child {
	border-top: none;
}
#results li h3 {
	color: #616161;
}
#results li h3 {
	color: #616161;
}
#results li img {
	max-width: 150px;
	max-height: 150px;
}
.result h3 {
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	padding-left: 10px;
	margin: 0px;
	line-height: 32px;
}
.result a {
	display: block;
}
.result a:hover {
	text-decoration: none;
}