#bodyContainerFrame {
	background: #5b9f8c url(/site-assets/itemExchangeBG.png) no-repeat bottom;
}
#bodyJewel {
	pointer-events: none;
}

#itemExchangeFrame {
	height: 700px;
}

.exchangeButton {
	background: #fafcfc;
	background-image: -webkit-linear-gradient(top, #fafcfc, #5ea18e);
	background-image: -moz-linear-gradient(top, #fafcfc, #5ea18e);
	background-image: -ms-linear-gradient(top, #fafcfc, #5ea18e);
	background-image: -o-linear-gradient(top, #fafcfc, #5ea18e);
	background-image: linear-gradient(to bottom, #fafcfc, #5ea18e);
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	font-family: Arial;
	color: black;
	font-size: 20px;
	padding: 15px 25px 16px 25px;
	margin: 10px auto;
	border: 2px solid black;
	text-decoration: none;
	text-align: center;
	width: 400px;
	position: relative;
	top: 80px;
	cursor: pointer;
}

.popupButton {
	width: 100px;
}

.yesno {
	margin: 5px 40px;
	top: -10px;
}

.exchangeButton:hover {
	background: #5ea18e;
	background-image: -webkit-linear-gradient(top, #5ea18e, #fafcfc);
	background-image: -moz-linear-gradient(top, #5ea18e, #fafcfc);
	background-image: -ms-linear-gradient(top, #5ea18e, #fafcfc);
	background-image: -o-linear-gradient(top, #5ea18e, #fafcfc);
	background-image: linear-gradient(to bottom, #5ea18e, #fafcfc);
	text-decoration: none;
}

.exchangePopup {
	position: absolute;
	top: 0;
	left: 50%;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #fafcfc);
	background-image: -moz-linear-gradient(top, #ffffff, #fafcfc);
	background-image: -ms-linear-gradient(top, #ffffff, #fafcfc);
	background-image: -o-linear-gradient(top, #ffffff, #fafcfc);
	background-image: linear-gradient(to bottom, #ffffff, #fafcfc);
	border: 2px solid black;
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	padding: 20px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
}

#exchangePrompt {
	top: -40px;
	width: 800px;
	height: 600px;
	-ms-transform: translate(-400px,0);
    -webkit-transform: translate(-400px,0);
    transform: translate(-400px,0);
	z-index: 1;
}

#confirmPrompt {
	width: 400px;
	height: 250px;
	padding: 1em;
	-ms-transform: translate(-200px,0);
    -webkit-transform: translate(-200px,0);
    transform: translate(-200px,0);
	z-index: 2;
}

#confirmPrompt img {
	border: 1px solid black;
}

#confirmPrompt div {
	text-align: center;
	margin: 4px auto;
}

#confirmPrompt p {
	padding: 1em;
}

#exchangeResponse {
	width: 400px;
	height: 200px;
	-ms-transform: translate(-200px,0);
    -webkit-transform: translate(-200px,0);
    transform: translate(-200px,0);
	z-index: 2;
	text-align: center;
}

#exchangeResponse img {
	border: 1px solid black;
}

.inventoryList {
	overflow-y: auto;
	height: 496px;
	width: 796px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
}

.inventoryListItem {
	float:left;
	margin-left: 2px;
	margin-bottom: 2px;
	width:40px;
	height:40px;
	border:2px solid black;
	overflow: hidden;
}

.inventoryListItem:hover {
	background-color: blue;
	border: 2px solid blue;
}


.closeBox {
	border: 1px solid black;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: red;
	text-align: center;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.loadingAlert {
	text-align: center;
}

.loadingIndicator {
	padding: 20px;
}