@font-face
{
	font-family: "Burbank Small";
	src: url("/fonts/BurbankSmall-Medium.otf") format("opentype"), url("/fonts/BurbankSmall-Medium.ttf") format("truetype");
}

@font-face
{
	font-family: "Burbank Big";
	src: url("/fonts/BurbankBigRegular-Black.otf") format("opentype"), url("/fonts/BurbankBigRegular-Black.ttf") format("truetype");
}

.overlay
{
	position: absolute;
	width: 1129px;
	height: 710px;
	
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 5px;
	visibility: hidden;
	z-index: 99;
}

.okPromptText
{
	position: relative;
	width: 400px;
	height: 50px;
	top: 50px;
	
	color: black;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	user-select: none;
}

.okPromptOkBtn
{
	position: relative;
	width: 210px;
	height: 70px;
	top: 80px;
	
	background-image: url("/images/externalInterface/okPrompt-ok-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	line-height: 72px;
	margin: 0 auto;
	text-align: center;
	user-select: none;
}

.inputPromptCloseBtn
{
	position: absolute;
	width: 43px;
	height: 43px;
	top: 22px;
	left: 450px;
	
	background-image: url("/images/externalInterface/close-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.inputPromptCloseBtn:hover
{
	background-image: url("/images/externalInterface/close-btn-hover.png");
}

.inputPromptCloseBtn:active
{
	background-image: url("/images/externalInterface/close-btn-active.png");
}

.inputPromptOkBtn
{
	position: relative;
	width: 210px;
	height: 70px;
	top: 255px;
	
	background-image: url("/images/externalInterface/okPrompt-ok-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	line-height: 72px;
	margin: 0 auto;
	text-align: center;
	user-select: none;
}

.inputPromptInput
{
	position: absolute;
	width: 250px;
	height: 40px;
	top: 245px;
	left: 132px;
	
	font-family: Burbank Small;
	font-size: 28px;
	text-align: center;
}

.okPromptOkBtn:hover, .inputPromptOkBtn:hover
{
	background-image: url("/images/externalInterface/okPrompt-ok-btn-hover.png");
}

.okPromptOkBtn:active, .inputPromptOkBtn:active
{
	background-image: url("/images/externalInterface/okPrompt-ok-btn-active.png");
}

.shopPromptIcon
{
	position: absolute;
	width: 140px;
	height: 140px;
	top: 50px;
	left: 188px;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.shopPromptText
{
	position: relative;
	width: 400px;
	height: 50px;
	top: 210px;
	
	color: black;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	user-select: none;
}

.choicePromptBtn
{
	position: relative;
	width: 145px;
	height: 75px;
	
	background-image: url("/images/externalInterface/shopPrompt-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 77px;
	text-align: center;
	user-select: none;
}

.shopPromptYesBtn
{
	top: 250px;
	left: 102px;
}

.shopPromptNoBtn
{
	top: 250px;
	left: 126px;
}

.choicePromptYesBtn
{
	top: 75px;
	left: 102px;
}

.choicePromptNoBtn
{
	top: 75px;
	left: 126px;
}

.choicePromptBtn:hover
{
	background-image: url("/images/externalInterface/shopPrompt-btn-hover.png");
}

.choicePromptBtn:active
{
	background-image: url("/images/externalInterface/shopPrompt-btn-active.png");
}

.warnPromptOkBtn
{
	position: relative;
	width: 210px;
	height: 70px;
	top: 80px;
	
	background-image: url("/images/externalInterface/warnPrompt-ok-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	line-height: 72px;
	margin: 0 auto;
	text-align: center;
	user-select: none;
}

.warnPromptOkBtn:hover
{
	background-image: url("/images/externalInterface/warnPrompt-ok-btn-hover.png");
}

.warnPromptOkBtn:active
{
	background-image: url("/images/externalInterface/warnPrompt-ok-btn-active.png");
}

.panel
{
	position: relative;
	
	background-image: url("/images/externalInterface/panel-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left;
	color: white;
	font-family: Burbank Small;
}

.panelContent
{
	width: 100%;
	height: 100%;
}

.panelOverlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: inherit;
}

.panelOverlayPrompt
{
	position: relative;
	width: 250px;
	height: 100px;
	top: 150px;
	left: 5px;
	
	background-color: rgba(47, 82, 150, 1);
	border: 1px solid #dddddd;
	border-radius: 10px;
	margin: 0 auto;
}

.panelOverlayPromptText
{
	position: relative;
	top: 15px;
	
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	user-select: none;
}

.panelOverlayPromptButton
{
	position: relative;
	width: 100px;
	height: 25px;
	top: 35px;
	
	border: 1px solid #dddddd;
	border-radius: 5px;
	cursor: pointer;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	user-select: none;
}

.panelOverlaySpinner
{
	position: relative;
	width: 88px;
	height: 88px;
	top: 150px;
	left: 5px;
	
	background-image: url("/images/externalInterface/loading-spinner.gif");
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.button
{
	position: absolute;
	
	background-image: url("/images/externalInterface/panel-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	line-height: 26px;
	text-align: center;
	transition: all 0.25s;
	user-select: none;
}

.button:hover
{
	filter: brightness(1.1);
}