
* {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial;
}

body {
	background-color: #111;
	color: #CCC;
	overflow: hidden;
}

h1 {
	font-weight: normal;
}

h2 {
	font-size: medium;
}

p {
	font-size: small;
	margin: 4px;
}

a {
	color: lightblue;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: white;
}

#mainContent {
	width: 664px;
	height: 362px;
	background: url('//www.dota2.com.cn/quiz/images/keeper.png') top left no-repeat;
	box-shadow: 0 0 64px #000;
}

#bodyContent {
	overflow: hidden;
}

#blackoutCurtain {
	background-color: black;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: -1;
}

.itemSection {
	/*background: url('//cdn.dota2.com/apps/dota2/images/quiz/trans-grey.png') top left repeat;*/
	border-radius: 8px;
	margin: 0;
	margin-bottom: 8px;
	/*border: 2px solid #444;*/
	display: inline-block;
	padding: 2px;
}

#targetItem {
	margin-top: 50px;
}

#recipeItems {
}

#sourceItems {
}

#recipeItem {
	margin-left: 8px;
}

.item {
	height: 38px;
	width: 50px;
	border-top: 1px solid #666;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #666;
	background-size: 50px 38px !important;
	float: left;
	margin: 4px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 1px black;
}

.item.disabled {
	opacity: 0.25 !important;
}

#recipeItems .item .dropped {
	margin: 0;
}

.item:not(.disabled):not(.hasItem):hover {
	border-top: 1px solid #999;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #999;
}

#sourceItems {
	min-height: 54px;
}

#recipeItem {
	min-height: 54px;
}

.droppableHover {
	border-top: 1px solid #999;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #999;
}

#itemTooltip {
	pointer-events: none;
	position: absolute;
	font-size: small;
	text-align: left;
	border-radius: 8px;
	padding: 6px;
}

.tooltipTitle {
	color: white;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: medium;
	margin-left: 4px;
}

.tooltipDesc {
	color: #888;
	margin-bottom: 8px;
	margin-left: 4px;
}

.tooltipLore {
	margin-bottom: 4px;
	margin-left: 4px;
}

.tooltipCost {
	color: cyan;
	margin-bottom: 8px;
	margin-left: 4px;
}

.tooltipAttributes {
	margin-bottom: 4px;
	color: gold;
	margin-left: 4px;
	font-size:x-small;
}

.attribValText {
}

.attribVal {
}

#alertMsg {
	background-color: #2a2d30;
	color: #bcbcbc;
	z-index: 100000;
	padding: 8px;
	margin: 4px auto;
	width: 350px;
	position: absolute;
	border: 8px solid;
	border-image: url('//www.dota2.com.cn/quiz/images/border.png') 15 15 round;
}

#alertMsg p {
	margin-top: 8px;
	text-align: center;
	font-size: 18px;
}

.gradientButton {
	font-size: large;
	text-align: center;
	padding: 4px 16px;
	background-color: #444;
	border: 1px solid #555;
	width: 100px;
	margin: 8px auto;
	color: #bcbcbc;
}

.gradientButton:hover {
	border: 1px solid #666;
	color: white;
	background-color: #555;
}

.ui-tooltip, .ui-tooltip-top, .ui-tooltip-right, .ui-tooltip-bottom, .ui-tooltip-left {
	color:#ffffff;
	cursor:auto;
	display:-moz-inline-stack;
	display:inline-block;
	font-size:12px;
	font-family:arial;
	padding:.5em 1em;
	position:relative;
	text-align:center;
	text-shadow:0 -1px 1px #111111;
	-webkit-border-top-left-radius:4px ;
	-webkit-border-top-right-radius:4px ;
	-webkit-border-bottom-right-radius:4px ;
	-webkit-border-bottom-left-radius:4px ;
	-khtml-border-top-left-radius:4px ;
	-khtml-border-top-right-radius:4px ;
	-khtml-border-bottom-right-radius:4px ;
	-khtml-border-bottom-left-radius:4px ;
	-moz-border-radius-topleft:4px ;
	-moz-border-radius-topright:4px ;
	-moz-border-radius-bottomright:4px ;
	-moz-border-radius-bottomleft:4px ;
	border-top-left-radius:4px ;
	border-top-right-radius:4px ;
	border-bottom-right-radius:4px ;
	border-bottom-left-radius:4px ;
	-o-box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
	-moz-box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
	-khtml-box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
	-webkit-box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
	box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
	background-color:#3b3b3b;
	background-image:-moz-linear-gradient(top,#333,#111);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#333),color-stop(1,#111));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#333,EndColorStr=#111);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#333,EndColorStr=#111);
}

.ui-tooltip:after, .ui-tooltip-top:after, .ui-tooltip-right:after, .ui-tooltip-bottom:after, .ui-tooltip-left:after {
	content:"\25B8";
	display:block;
	font-size:2em;
	height:0;
	line-height:0;
	position:absolute;
}

.ui-tooltip:after, .ui-tooltip-bottom:after {
	color:#2a2a2a;
	bottom:0;
	left:1px;
	text-align:center;
	text-shadow:1px 0 2px #000000;
	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-khtml-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	width:100%;
}

.ui-tooltip-top:after {
	bottom:auto;
	color:#333;
	left:-10px;
	top:-3px;
	text-align:center;
	text-shadow:none;
	-o-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-khtml-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	width:100%;
}

.right:after {
	left: 110px;
}

.solutionButton {
	font-size: large;
	text-align: center;
	padding: 4px 16px;
	background-color: #444;
	border: 1px solid #111;
	margin: 8px auto;
	border-radius: 8px;
	width: 175px;
}

.solutionButton:hover {
	border: 1px solid white;
	color: white;
	background-color: #666;
	border-radius: 8px;
}

.solutionButton:disabled {
	border: 1px solid #222;
	color: #444;
	background-color: #333;
	border-radius: 8px;
}

.popup {
	pointer-events: none;
}

.popup p {
	pointer-events: none;
	font-size: xx-large;
	color: gold;
	text-align: center;
	text-shadow: 0 0 8px gold;
}

.popup.error p {
	pointer-events: none;
	font-size: xx-large;
	color: red;
	text-align: center;
	text-shadow: 0 0 8px red;
}

#resetButton {
	display: none;
}

#streakText {
	font-size: small;
}

#streakText.low {
	font-size: large;
	color: yellow;
}

#streakText.medium {
	font-size: large;
	color: gold;
}

#streakText.high {
	font-size: x-large;
	color: orange;
}

#streakText.insane {
	font-size: xx-large;
	color: red;
}

.red {
	color: red;
}

.yellow {
	color: yellow;
}


