/* Icons
------------------------------------------------------------------------------*/
.btn {
	position: relative;
	width: 38px !important;
	height: 38px !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #d6d6d8 url(/modules/cube/images/icons/btn-sprite.jpg) top left no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #5f686e;
	border-radius: 36px;
	z-index: 1;
	vertical-align: top;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.btn:focus {
	border-color: #2D86BE;
	outline: none;
}

.btn:hover {
	border-color: #2D86BE;
}

.btn-search {
	background-position: 0 0;
}

.btn-chat {
	background-position: -36px 0;
}

.btn-upload {
	background-position: -72px 0;
}

.btn-ok {
	background-position: -108px 0;
}

.btn-remove {
	background-position: -144px 0;
}

.btn-check-minus {
	background-position: -180px 0;
}

.btn-check-plus {
	background-position: -216px 0;
}

.btn-map {
	background-position: -252px 0;
}

.btn-help {
	background-position: -288px 0;
}

.btn-edit {
	background-position: -324px 0;
}

.btn-left {
	background-position: -360px 0;
}

.btn-right {
	background-position: -396px 0;
}

.btn-plus {
	background-position: -432px 0;
}

.btn-minus {
	background-position: -468px 0;
}

.btn-up {
	background-position: -504px 0;
}

.btn-down {
	background-position: -540px 0;
}

.btn-close {
	background-position: -576px 0;
}

.btn-print {
	background-position: -612px 0;
}

.btn-save {
	background-position: -648px 0;
}

.btn-fwithhold {
	background-position: -684px 0;
}

.btn-fplus {
	background-position: -720px 0;
}

.btn-fminus {
	background-position: -756px 0;
}

.btn-reset {
	background-position: -792px 0;
}

.btn-finance {
	background-position: -828px 0;
}

.btn-issueRefund {
	background-position: -864px 0;
}

.btn-paypal {
	background-position: -900px 0;
}

.btn-card {
	background-position: -936px 0;
}

.btn-maps {
	background-position: -972px 0;
}

.btn-fcredits {
	background-position: -1008px 0;
}

.btn-search:hover {
	background-position: 0 -36px;
}

.btn-chat:hover {
	background-position: -36px -36px;
}

.btn-upload:hover {
	background-position: -72px -36px;
}

.btn-ok:hover {
	background-position: -108px -36px;
}

.btn-remove:hover {
	background-position: -144px -36px;
}

.btn-check-minus:hover {
	background-position: -180px -36px;
}

.btn-check-plus:hover {
	background-position: -216px -36px;
}

.btn-map:hover {
	background-position: -252px -36px;
}

.btn-help:hover {
	background-position: -288px -36px;
}

.btn-edit:hover {
	background-position: -324px -36px;
}

.btn-left:hover {
	background-position: -360px -36px;
}

.btn-right:hover {
	background-position: -396px -36px;
}

.btn-plus:hover {
	background-position: -432px -36px;
}

.btn-minus:hover {
	background-position: -468px -36px;
}

.btn-up:hover {
	background-position: -504px -36px;
}

.btn-down:hover {
	background-position: -540px -36px;
}

.btn-close:hover {
	background-position: -576px -36px;
}

.btn-print:hover {
	background-position: -612px -36px;
}

.btn-save:hover {
	background-position: -648px -36px;
}

.btn-fwithhold:hover {
	background-position: -684px -36px;
}

.btn-fplus:hover {
	background-position: -720px -36px;
}

.btn-fminus:hover {
	background-position: -756px -36px;
}

.btn-reset:hover {
	background-position: -792px -36px;
}

.btn-finance:hover {
	background-position: -828px -36px;
}

.btn-issueRefund:hover {
	background-position: -864px -36px;
}

.btn-paypal:hover {
	background-position: -900px -36px;
}

.btn-card:hover {
	background-position: -936px -36px;
}

.btn-maps:hover {
	background-position: -972px -36px;
}

.btn-fcredits:hover {
	background-position: -1008px -36px;
}

.btn:hover {
	border-color: #085986;
}




/* Icons
------------------------------------------------------------------------------*/
.btn-flat {
	position: relative;
	width: 40px !important;
	height: 40px !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	background: transparent;
	overflow: visible;
	font-size: 0;
	text-decoration: none;
	cursor: pointer;
	border: none;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	z-index: 1;
	vertical-align: top;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.btn-flat > span {
	width: 40px !important;
	height: 40px !important;
	padding: 0;
	background: transparent url(/modules/cube/images/icons/btn-sprite.png) top left no-repeat;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -25px;
}

.btn-flat:focus {
	/*border-color: #2D86BE;*/
	outline: none;
}
/*.btn:hover {*/
	/*border-color: #2D86BE;*/
/*}*/

.btn-flat.btn-ok > span		{ background-position: 0 0 }
.btn-flat.btn-upload > span	{ background-position: -40px 0 }
.btn-flat.btn-edit > span	{ background-position: -80px 0 }
.btn-flat.btn-remove > span	{ background-position: -120px 0 }
.btn-flat.btn-print > span	{ background-position: -160px 0 }
.btn-flat.btn-close > span	{ background-position: -200px 0 }
.btn-flat.btn-map > span 	{ background-position: -240px 0 }

.btn-flat.btn-ok:hover > span		{ background-position: 0 -40px }
.btn-flat.btn-upload:hover > span	{ background-position: -40px -40px }
.btn-flat.btn-edit:hover > span		{ background-position: -80px -40px }
.btn-flat.btn-remove:hover > span	{ background-position: -120px -40px }
.btn-flat.btn-print:hover > span	{ background-position: -160px -40px }
.btn-flat.btn-close:hover > span	{ background-position: -200px -40px }
.btn-flat.btn-map:hover > span 		{ background-position: -240px -40px }


.btn-flat:before {
	bottom: 4px;
	color: #464646;
	content: "" attr(data-title) "";
	font-size: 10px;
	left: 0;
	line-height: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	z-index: 15;
}
.btn-flat:hover:before {
	color: #2d86be;
}

.content-box-popup .btn-outer {
	position: absolute;
	z-index: 6;
	top: 0px;
	right: 0px;
	/*right: -5px;*/
	width: 80px;
	height: 56px;
	border-left: 1px solid #ccc;
	text-align: center;
}
.content-box-popup .content-box-inner  .btn-outer {
	/*top: -57px;*/
	top: -77px;
}
.content-box-popup .btn-outer .btn-flat{
	height: 100% !important;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
	max-width: none;
	border: none;
}
.none {
	display: none !important;
}