body:not(.wo-mt){margin-top:60px !important}
body {font-family:"Helvetica Neue",sans-serif}
div.admin-section{margin-top:70px}
.lowercase{text-transform:lowercase}
.UPPERCASE{text-transform:uppercase}

img#captcha-img,img#img-captcha{cursor:pointer}

/* image stage (button over, etc) */
.img-stage{position:relative}
.img-stage>.img-stage-btn, .img-stage>.img-stage-badge{
	position:absolute;z-index:1;
-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.21);-moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.21);box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.21)
}
.img-stage>.img-stage-btn.top{top:10px}
.img-stage>.img-stage-badge.top{top:-7px}
.img-stage>.img-stage-btn.right{right:10px}
.img-stage>.img-stage-badge.right{right:-9px}
.img-stage>.img-stage-btn.bottom{bottom:10px}
.img-stage>.img-stage-badge.bottom{bottom:-7px}
.img-stage>.img-stage-btn.left{left:10px}
.img-stage>.img-stage-badge.left{left:-9px}

.order-list .img-stage, .auction-list .img-stage, .record-list .img-stage{width:54px;max-width:54px;display:inline-block;margin-right:20px}
.order-list .img-stage:first-child, .auction-list .img-stage:first-child{margin-left:20px;}
.order-list .img-stage:last-child, .auction-list .img-stage:last-child{margin-right:auto;}

/* dropzone.js */
.dropzone-tpl{
	min-height:80px;
	padding:20px;
	-webkit-box-shadow: inset 0px 8px 30px 1px rgba(0,0,0,0.44);
	-moz-box-shadow: inset 0px 8px 30px 1px rgba(0,0,0,0.44);
	box-shadow: inset 0px 8px 30px 1px rgba(0,0,0,0.44);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.08);
	cursor:pointer;
}
.dropzone-tpl .dropzone-label{
	text-align: center;
}

.error.error-standalone{
	margin: 60px 10px 30px;
}

table>tbody>tr>.line-t {border-top: 1px solid !important}
table>tbody>tr>.thick-line-t {border-top: 2px solid !important}
table>tbody>tr>.line-b {border-top: 1px solid !important}
table>tbody>tr>.thick-line-b {border-top: 2px solid !important}

.fixed-single-nav{position: fixed; z-index: 2;left:5px;top:5px;}
.fixed-single-nav.right{left:auto;right:5px !important}
.fixed-single-nav.bottom{top:auto;bottom:5px !important}
.fixed-single-nav > .single-nav{position: relative;}