/* ANIMATION */

.game-list.ng-enter,
.game-list.ng-leave,
.ng-enter.ng-move {
	-webkit-transition: 0.5s linear all;
	-moz-transition: 0.5s linear all;
	-o-transition: 0.5s linear all;
	-transition: 0.5s linear all;
}

.game-list.ng-enter,
.game-list.ng-move {
	opacity: 0;
}

.game-list.ng-move.ng-move-active,
.game-list.ng-enter.ng-enter-active {
	opacity: 1;
}

.game-list.ng-leave {
	opacity: 0;
	display: none;
}

/* MISC */

.container {
	background: #1E1E20;
}

.full-panel {
	min-width: 315px;
}

.hidden {
	display: none;
}

.graybox {
	border-radius: 4px;
	background: #2A2C2B;
	padding: 8px;
	margin: 4px;
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.searchtop {
	color: #CFCFCF;
	margin-bottom: 8px;
}

/* GAMEBOXES */

.gamebox {
	border-radius: 4px;
	background: #2A2C2B;
	margin: 4px;
	padding: 4px;
	transition: 0.25s ease-in-out;
	clear: both;
 }

.gamebox:hover {
	background: #555;
}

.gamebox:hover .gamehead {
	background: #FFAF96;
}

.gamehead {
	transition: 0.25s ease-in-out;
	border-radius: 4px 4px 0 0;
	background: #374140;
	padding: 4px;
	font-weight: bold;
	min-height: 32px;
	position: relative;
}

.download {
	right: 4px;
	top: 4px;
	position: absolute;
}

.gamebody {
	padding: 4px;
	background: #D9CB9E;
	border-radius: 0 0 8px 8px;
	min-height: 72px;
}

.gameimg {
	border: none;
	position:relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	max-width: 64px;
	max-height: 64px;
}

.gamedesc {
	margin-left: 72px;
}

.thumb {
	float: left;
	width: 64px;
	height: 64px;
	border: 1px solid #AAA;
	border-radius: 4px;
	background: linear-gradient(white, #CCC);
}

.no-thumb {
	float: left;
	width: 64px;
	height: 64px;
	border: 1px solid #AAA;
	border-radius: 4px;
	background: white;
}

/* SEARCHBAR */

div.searchbar {
	height: 60px;
}

div.searchbar span {
	margin: 0 4px 0 4px; 
}

/* PAGINATION */

div.pagination span {
	margin: 0 4px 0 4px; 
}

span.neutral {
	color: white;
}

span.disabled {
	color: gray;
}

span.active {
	color: yellow;
}

/* GENRE's and TAG'S */

.good {
	color: #39B54A;
}

.bad {
	color: #ED1C24;
}

.okay {
	color: #F7941D;
}

.version {
	color: lightgray;
	font-weight: lighter;
}

.pad {
	margin: 0 4px 0 4px;
}

.genres {
	padding: 4px;
	background: #D9CB9E;
	border-radius: 4px;
}

.genre {
	font-weight: bold;
	color: #DC3522;
	margin: 4px;
}

.genre:hover {
	color: rgba(255, 255, 120, 1);
}

.search:hover {
	color: rgba(255, 120, 120, 1);
}

.stroke {
	text-shadow: /*483a59*/
	   -1px -1px 0 #333,
		0px -1px 0 #333,
		1px -1px 0 #333,
		-1px 1px 0 #333,
		0px 1px 0 #333,
		1px 1px 0 #333
}
