@import 'https://fonts.googleapis.com/css?family=Gloria+Hallelujah';

html,body {
	padding: 0px;
	margin: 0px;
	background: #c9c9c9;
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
* {
	box-sizing: border-box !important;
}
.rtl {
	direction: rtl;
}

.error12 {
	padding: 10px;
	background: rgb(165, 0, 0);
	color: #fff;
}
.error12 > strong {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

.rtl .pull-left {
	float: right;
}
.rtl .pull-right {
	float: left;
}
.account-bar {
	padding: 10px;
	background: #fff;
}
.account-bar.loggedoff { display: none; }
.account-bar > a {
	text-decoration: none;
	color: steelblue;
}

.account-bar > a.AB_SignOut { font-style: italic; }

.fake-cards-pause-btn  {
	text-align: center;
}
.fake-cards-pause-btn > img,.fake-cards-pause-btn > a > img {
	cursor: pointer;
	width: 25px;
	height: 25px;
}

#lobbyContent {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #c9c9c9;
	color: #000;
	overflow: auto;
	outline: none;
}
#lobbyContent > .maincontainer > .infobox > div {
	overflow: hidden;
	transition: 0.2s;
}
#lobbyContent > .maincontainer > .infobox > div.hidden {
	height: 0;
	padding: 0;
}
#lobbyContent > .maincontainer > .infobox > .isCreateDisabled {
	padding: 20px;
	background: darkred;
	color: #fff;
}
#lobbyContent > .maincontainer > .infobox > .isLoading {
	padding: 20px;
	background: rgba(29,161,242, 1);
	color: #fff;
}
#lobbyContent .maincontainer label {
	font-size: 14px;
	line-height: 32px;
}
#lobbyContent .maincontainer {
	margin: auto;
}
#lobbyContent .maincontainer > .header {
	background: #000;
	color: #fff;
	padding: 20px 40px;
}
#lobbyContent .maincontainer > .header > h1 {
	display: inline-block;
	cursor: pointer;
	position: relative;
}
#lobbyContent .maincontainer > .header > h1 > span.tag-line {
	font-size: 11px;
	position: absolute;
	bottom: -10px;
	right: 0;
}
#lobbyContent .maincontainer > .header > .navigation {
	float: right;
}
#lobbyContent .maincontainer > .header > .navigation.hidden,#lobbyContent .maincontainer > .header > .navigation.loggedoff {
	display: none;
}
.rtl #lobbyContent .maincontainer > .header > .navigation {
	float: left;
}
#lobbyContent .maincontainer > .header > .navigation > a.hidden {
	display: none;
}
#lobbyContent .maincontainer > .lobby-holdr-content {
	max-width: 900px;
	padding: 0 20px;
	margin: 10px auto;
}
#lobbyContent .maincontainer > .lobby-holdr-content > #loginFields > h1 { text-align: center;}
#lobbyContent .maincontainer > .lobby-holdr-content > #loginFields.loggedin { display: none; }
#lobbyContent .maincontainer > .lobby-holdr-content > .lobby-holdr-content-manage-game > .SS_HG_DIV,#lobbyContent .maincontainer > .lobby-holdr-content > .lobby-holdr-content-manage-game > .SS_JG_DIV {
	display: none;
}
#lobbyContent .maincontainer > .lobby-holdr-content > .lobby-holdr-content-manage-game > .SS_HG_DIV.show,#lobbyContent .maincontainer > .lobby-holdr-content > .lobby-holdr-content-manage-game > .SS_JG_DIV.show {
	display: block;
}
#lobbyContent .maincontainer > .fake-cards {
	max-width: 900px;
	overflow: auto;
	margin: 5px auto 0;
	white-space: nowrap;
	padding: 0 0 5px 0;
	text-align: center;
}
#lobbyContent .maincontainer > .fake-cards > .herop {
	margin-bottom: 5px;
}
#lobbyContent .maincontainer > .fake-cards > h1 {
	padding: 20px;
	text-align: center;
}
#lobbyContent .maincontainer .footer {
	padding: 25px 10px;
	font-size: 12px;
	margin: 20px auto 20px auto;
	text-align: center;
	background: #fff;
	max-width: 900px;
	color: #000;
}
#lobbyContent .maincontainer .footer .links {
	display: inline;
}
#lobbyContent .maincontainer .footer a {
	display: inline;
	color: #000;
	text-decoration: underline;
}
#lobbyContent p {
	font-size: 14px;
}

#lobbyContent h1 {
	text-transform: lowercase;
}
#lobbyContent h1,#lobbyContent h2,#lobbyContent h3 {
	margin: 10px 0px 10px 0;
}
#lobbyContent .lobbyTextField {
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: none;
	background: #1a1a1a;
	color: #fff;
	outline: none;
}
#lobbyContent .lobbyTextField:focus {
	background: #2a2a2a;
}
#lobbyContent .container .content.hidden {
	display: none;
}
#lobbyContent .submitField {
	text-align: right;
}
#lobbyContent .submitField > .SS_Cancel {
	float: left;
}

#lobbyContent .btn {
	background: #2a2a2a;
	color: #fff;
	padding: 10px 15px;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
#lobbyContent .btn.disabled {
	background: rgba(42, 42, 42, 0.58);
	color: rgba(255, 255, 255, 0.58);
	cursor: not-allowed;
}
#lobby-pubs {
	max-width: 900px;
	margin: 5px auto;
	padding: 0px 5px;
	min-height: 75px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
#lobby-pubs.hidden,#lobby-pubs.loggedoff {
	display: none;
}
#lobby-pubs .nolobbies {
	margin: 0;
	padding: 20px;
	text-align: center;
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
}
.hiddenpub {
	display: none;
}
.pub-section {
	display: table;
	width: 100%;
	border-spacing: 10px;
	margin: 10px auto;
	background: #000;
	color: #fff;
}
.pub-section .info {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding: 10px;
}
.pub-section .info .description {
	font-size: 12px;
	margin-top: 5px;
}

.pub-section .join-btn {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	text-align: right;
	padding: 10px;
}
.pub-section .join-btn .btn.spacing {
	margin: 0 0 0 5px !important;
	display: inline-block;
}


@media screen and (max-width: 1000px){
	#lobbyContent .container,#lobbyContent .container .content {
		display: block;
	}
	#lobbyContent .container .content {
		width: auto;
	}
	.pub-section {
		display: block;
	}
	.pub-section .info,.pub-section .join-btn {
		width: auto;
		padding: 5px;
	}
}




#connectionOffline {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	display: none;
	background: #000;
}
#connectionOffline a {
	color: steelblue;
	text-decoration: none;
}
#connectionOffline.visible {
	display: flex;
	align-items: center;
	justify-content: center;
}
#connectionOffline > .cent {
	max-width: 50%;
	opacity: 0;
	transition: 3s;
}
#connectionOffline.visible > .cent {
	opacity: 1;
}
#connectionOffline.visible > .cent > h1,#connectionOffline.visible > .cent > p,#lobby-pubs > h1 {
	text-align: center;
}


.IG_Game {

}
.IG_Game.hidden {
	display: none;
}


.IO_Options {
	padding: 0px;
	color: #333;
}
.IO_Options.hidden {
	display: none;
}
.IO_Options h1 {
	margin: 10px 20px;
	padding: 16px;
	color: #000;
	text-align: center;
}
.IO_Options > .settings-tabs {
	background: #fff;
	margin: 10px 20px;
	white-space: nowrap;
	overflow: auto;
	text-align: center;
}
.IO_Options > .settings-tabs > a {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 40px;
	display: inline-block;
	color: #1da1f2;
	text-decoration: none;
	transition: .3s;
	outline: none;
	border-bottom: 3px solid transparent;
}

.IO_Options > .settings-tabs > a:hover {
	background: #f9f9f9;
	border-color: #f9f9f9;
	color: #1da1f2;
}
.IO_Options > .settings-tabs > a.active {
	border-color: #1da1f2;
}

.IO_Options > .content-wrap {
	margin: 10px 20px;
}

.IO_Options > .content-wrap > .settingsPane {
	display: none;
}
.IO_Options > .content-wrap > .settingsPane.show {
	display: block;
}
.IO_Options > .content-wrap > .settingsPane > .option-split {
	display: flex;
	flex-direction: row;
}
.IO_Options > .content-wrap > .settingsPane > .option-split > div {
	width: 50%;
}
.IO_Options > .content-wrap > .settingsPane > .option-split > div:nth-child(1) {
	margin-right: 10px;
}
.IO_Options > .content-wrap > .settingsPane > .option-split > div:nth-child(2) {
	margin-left: 10px;
}

@keyframes glowing {
  0% { box-shadow: 0 0 -10px blue; }
  40% { box-shadow: 0 0 20px blue; }
  60% { box-shadow: 0 0 20px blue; }
  100% { box-shadow: 0 0 -10px blue; }
}
.IO_Options .option {
	border: 1px solid #333;
	border-radius: 7px;
	position: relative;
	margin: 10px 0px 5px 0px;
	background: rgba(255, 255, 255, 0.41);
	border-radius: 0px;
	border: none;
}
.IO_Options .option.isReady.notready {
	animation: glowing 5000ms infinite;
}
.option > .option {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.IO_Options .option.hidden {
	display: none;
}
.IO_Options .option strong {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.IO_Options .option .helper-text {
	display: block;
	padding: 10px 0 5px 15px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.IO_Options .option .input {
	padding: 0px 15px 10px 15px;
}

.IO_Options .option .input.normal {
	padding: 10px 15px 10px 15px;
}

.option > .input > .submit > .btn.disabled {
	cursor: default;
	opacity: 0.3;
	pointer-events: none;
}
.option > .input > .submit > .btn.pull-left {
	margin: 0;
}
.option > .input > .submit > .btn {
	text-decoration: none !important;
}
.IO_Options .option .input > .submit {
	text-align: right;
	padding: 10px 0;
}
.IO_Options .option .input .input-helpher-inf {
	font-size: 11px;
	display: inline-block;
	margin: 0 0 10px 0;
}

.IO_Options .option .input select,.IO_Options .option .input input[type="text"],.IO_Options .option .input input[type="number"] {
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: none;
	background: rgba(255,255,255,0.8);
	color: #2a2a2a;
	outline: none;
}
a.setReadyStatus {
	background: rgb(255, 255, 255);
	padding: 10px 15px;
	color: #000;
	margin: 0px 5px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: background 0.4s linear;
}
a.setReadyStatus:hover {
	background: rgba(255, 255, 255, 0.71);
}
.IO_Options .option .input .setReadyStatus {
	max-height: 600px;
	overflow: auto;
}

.IO_Options .option .input .availableDecks label,.IO_Options .option .input .availableMutators label,.IO_Options .option .input .setReadyStatus label {
	display: inline-block;
	font-size: 12px;
}
.IO_Options .option .input .availableDecks div,.IO_Options .option .input .availableMutators div {
	padding: 5px;
	margin: 0 5px;
	position: relative;
}
.IO_Options .option .input .LimitSearchableDeck {
	width: 100%;
	font-size: 18px;
	padding: 20px;
	background: #fff;
	border: none;
	margin: 10px 0 10px 0;
}
.IO_Options .option .input .availableDecks .toggleableDeck:nth-of-type(even),.IO_Options .option .input .availableMutators div:nth-of-type(even) {
	background: rgba(255, 255, 255, 0.41);
}
.toggleableDeck a {
	color: steelblue;
	text-decoration: none;
	background: #fff;
	padding: 3px;
	display: inline-block;
	border-radius: 3px;
	margin: 0 0 0 10px;
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 9px;
	min-width: 75px;
	text-align: center;
}
.IO_Options .previewDeck {
	text-align: center;
}
.category {
	border: 1px solid #c9c9c9;
	margin: 5px !important;
	border-radius: 3px;
}
.category.availableDecks > .toggleableDeck {
	padding-left: 50px !important;
}
.category.availableDecks > h2 {
	font-size: 18px;
	padding: 5px 5px;
	margin: 5px 0;
}


#gameContent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
#gameContent.visible {
	display: block;
}
#side {
	background: #000;
	position: fixed;
	width: 200px;
	top: 0;
	top: 0;
	left: 0;
	bottom: 270px;
	overflow: auto;
}
#side > .list {
	background: #111;
	-webkit-box-shadow: inset 0px 0px 145px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 145px -22px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 145px -22px rgba(0,0,0,0.75);
	resize: vertical;
	height: 250px;
	overflow: auto;
	position: relative;
}

#side #players {
	bottom: 0px;

}

#side > .list > #chat {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 33px;
	overflow: auto;
}
#side > .list > #chat.hidden {
	bottom: 0;
	right: 10px;
}

#side #chat-messages-sendable {
	width: auto;
	padding: 10px;
	max-height: 33px;
	box-sizing:border-box;
	border: 0px;
	outline: none;
	background: none;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right:10px;
}
#side #chat-messages-sendable::-webkit-input-placeholder {
	color: #fff;
}
#side #chat-messages-sendable:-moz-placeholder {
	color: #fff;
}
#side #chat-messages-sendable::-moz-placeholder {
	color: #fff;
}
#side #chat-messages-sendable::-ms-input-placeholder {
	color: #fff;
}
#side #chat-messages-sendable.hidden {
	display: none;
}
#side #chat .message {
	color: #fff;
	font-size: 12px;
	padding: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 1px 0 0 0;
}
#side #chat .message .time {
	font-size: 11px;
	border-top: 1px solid #fff;
	margin-top: 6px;
	padding-top: 6px;
}
#side #chat .message .player {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
}
#side #chat .message:nth-of-type(even) {
	background: rgba(255,255,255,0.1);
}
#side #chat .message.server-message {
	background: rgba(0, 157, 255, 0.24);
}
#side #chat .message.server-message-info {
	background: rgba(54, 152, 255, 0.24);
}
#side #chat .message.server-message-success {
	background: rgba(54, 255, 62, 0.24);
}
#side #chat .message.server-message-error {
	background: rgba(255, 54, 54, 0.24);
}
#side #players .player {
	padding: 10px;
	font-size: 12px;
	background-color: rgba(255,255,255,0.1);
	transition: background-color 0.4s ease;
	cursor: default;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 32px;
*/
}
#side #players .player.hidden {
	display: none;
}

#side #players .player.submitted {
    background-color: rgba(168,255,233,0.5);
}
#side #players .player .player-name {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 80%;
}
#side #players .player .player-name.hidden {
	display: none;
}
#side #players .player .player-change-nick {
	padding:0;
	border: none;
	background: none;
	color: inherit;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
	box-sizing: border-box;
	font-size: inherit;
	outline: none;
}
#side #players .player .AP.hidden {
	display: none;
}
#side #players .player .IsReady.hidden {
	display: none;
}

#side #players .player.isHost {
	background-image: url(../icons/ingame/host.svg);
}
#side #players .player.isYou {
	background-image: url(../icons/ingame/player.svg);
}
#side #players .player.isCPHost {
	background-image: url(../icons/ingame/cp_host.svg);
}
#side #players .player.isBot {
	background-image: url(../icons/ingame/bot.svg);
}
#side #players .player.isCzar {
	background-color: rgba(255,255,0,0.4);
	background-image: url(../icons/ingame/czar.svg);
}
#side #players .player.isDisconnected {
	background-color: rgba(221,0,0,0.3);
	background-image: url(../icons/ingame/disconnected.svg);
}
#side #players .player:hover {
	background-color: rgba(255,255,255,0.2);
}
#side > .header {
	border-bottom: 1px solid #565656;
	background: #363636;
	font-size: 11px;
	padding: 8px 10px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
#side > .hidden {
	display: none;
}
#side > .header > a {
	color: #eee;
	float: right;
	text-decoration: none;
}
#side > .header > a:hover {
	color: #fff;
}
#side > .links > .link {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 7px 10px;
	color: #fff;
	text-decoration: none;
	transition: background 0.4s ease;
}
#side > .links > .link:hover {
	background: rgba(255,255,255,0.1);
}

#side.playerCardsHidden,#body.playerCardsHidden {
	bottom: 50px;
}
#side.hidePlayerInteractionButtons,#body.hidePlayerInteractionButtons {
	bottom: 0;
}
#playerInteractionButtons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 220px;
	height: 50px;
	padding: 7.5px;
	background: #333;
}
#playerInteractionButtons > .sideLink_RB {
	float: right;
}
#playerInteractionButtons a,#czarbar a {
	background: #fff;
	padding: 10px;
	display: inline-block;
	margin: 0 5px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
}
#playerInteractionButtons a:not(.disabled):hover,#czarbar a:not(.disabled):hover {
	background: rgba(255, 255, 255, 0.8);
}
#playerInteractionButtons a:first-child,#czarbar a:first-child {
	margin: 0 5px 0 0;
}
#playerInteractionButtons a:last-child,#czarbar a:last-child {
	margin: 0 0px 0 5px;
}
#playerInteractionButtons a.disabled,#czarbar a.disabled {
	background: rgba(255, 255, 255, 0.7);
	color: rgba(0, 0, 0, 0.4);
	cursor: not-allowed;
}
#playerInteractionButtons.playerCardsHidden {
	bottom: 0;
}
#playerInteractionButtons.hidePlayerInteractionButtons {
	display: none;
}
#body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 270px;
	overflow: auto;
	height: auto;
	background: #c9c9c9;
	padding: 0px 0px 0px 200px;
}
.bodyContainer {
	padding: 20px;
	display: none;
}

@media screen and (max-width: 1000px){
	#side {
		position: fixed;
		top: 0;
		height: 100%;
		width: 100%;
		margin-left: -100%;
		font-size: 1em;
		font-weight: 700;
		overflow: auto;

		transition: .25s;
		z-index: 2;
	}
	#side.show {
		margin: 0;
	}
	#body {
		padding: 0px;
	}
	.toggle-button {
		position: fixed;
		bottom: 10px;
		left: 10px;
		padding: 20px;
		background: purple;
		border-radius: 50%;
		border: 4px solid pink;
		z-index: 9999;
	}
}







#contentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


#appendableContent {
	z-index: 4;
}
.jakesModal {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0, 0.90);
	z-index: 4;
	color: #fff;
	padding: 50px 5%;
	display: none;
	overflow: auto;
	outline: none;
}
.jakesModal a {
	color: steelblue;
	text-decoration: none;
}
.jakesModal .jm-close {
	font-size: 36px;
	position: absolute;
	top: 50px;
	right: 5%;
	cursor: pointer;
}
.jakesModal .jm-header {
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	border-bottom: 1px solid #fff;

}
.jakesModal .jm-content {
	padding: 20px 0;
}
.jakesModal .jm-footer {
	text-align: right;
}
.jakesModal .jm-footer .spacer {
	padding: 20px 0;

}

.btn {
	display: inline-block;
	background: #fff;
	padding: 10px 15px;
	color: #000;
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}
.btn:hover {
	background: rgba(255,255,255,0.8);
}
.btn.block {
	display: block;
	margin: 5px 0;
	padding: 20px 30px;
	font-size: 15px;
	text-align: center;
}

#playerCards {
	text-align: center;
	background: #969696;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 220px;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
.submissionDisabled {
	text-align: center;
	background: rgba(57, 57, 57, 0.74);
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 220px;
	font-size: 18px;
	display: table;
	width: 100%;
	color: #fff;
	pointer-events: none;
}
.submissionDisabled.playerCardsHidden {
	display:none;
}
.submissionDisabled.hidden {
	display: none;
}
.submissionDisabled > div {
	display: table-cell;
	vertical-align: middle;
}

#playerCards.hidden {
	display: none;
}
#playerCardHolder {
	padding: 0px;
}
.card {
	position: relative;
	width: 136px;
	height: 191px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px;
}

.selectme > .card {
	cursor: pointer;
}
.card .front,.card .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	text-align: left;

	background: #fff;
	color: #000;
	padding: 8px;
	border-radius: 7px;
	white-space: normal;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.card.typed .front .text { /* DECIDE IF THIS IS A GOOD IDEA */
	color: #4281f4;
	font-family: cursive;
	font-size: 14px;
}
.card .front textarea {
	width: 100%;
	box-sizing: border-box;
	height: 160px;
	border: none;
	outline: none;
	resize: none;
	color: #000;
	font-weight: bold;
	line-height: 16px;
	margin: -2px;
	color: #4281f4;
	font-family: cursive;
	font-size: 14px;
	overflow: hidden;
}
.card .front textarea::-webkit-input-placeholder {
	color: #000;
}
.card .front textarea::-moz-placeholder {
	color: #000;
}
.card-black .front,.card-black .back {
	background: #000;
	color: #fff;
}






/* Apples 2 Lucas */
/*
.card-apples-red .front,.card-apples-red .back,.card-apples-green .front,.card-apples-green .back {
	background: #fff;
}
.card-apples-red .back > .InnerBack {
	margin: 15px;
	background: #d20d1f;
	border-radius: 10px;
}

.card-apples-red .front > .InnerFront {
	margin: 15px 15px 15px 80px;
	position: relative;
	background: #d20d1f;
	border-radius: 10px;
}
.card-apples-red .front > .InnerFront > .Text {
	transform: rotate(-90deg);
	transform-origin: left top 0;
	position: absolute;
	font-size: 24px;
	top: 0;
	left: -20px;
}
*/
/* Apples 2 Lucas End */





.card .front {
	-webkit-transform: perspective(400px) rotateY(-179.9deg);
	transform: perspective(400px) rotateY(-179.9deg);
}
.card .back {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}

.card.reveal .back {
	-webkit-transform: perspective(400px) rotateY(179.9deg);
	transform: perspective(400px) rotateY(179.9deg);
}
.card.reveal .front {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}
.card .front .counter {
	position: absolute;
	bottom: 2px;
	right: 2px;
	display: inline-block;
	padding: 0.5rem 0.8rem;
	text-align: center;
	font-weight: bold;
	color: #066950;
}
.card .text {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.card .back {
	font-weight: bold;
	font-size: 24px;
	line-height: 21px;
	padding: 15px 15px;
}


.cardpack {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 64px;
}
.cardpack .icon {
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 12px;
	background: url(../icons/deck.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cardpack .deck {
	font-size: 6px;
	position: absolute;
	bottom: 15px;
	left: 32px;
}

#czarbar {
	padding: 16px;
	background: #eee;
	margin: 0px 0px 5px 0px;
	display: block;
}
#czarbar > .btn {
	margin: 0;
	vertical-align:top;
}
#czarbar > .btn:not(.disabled) {
	animation: glowing 5000ms infinite;
}
#czarbar.hidden {
	display: none;
}
.IG_Game > .blackCard {
	padding: 10px;
	border-radius: 3px;
	width: auto;
	display: inline-block;
	margin: 20px;
}
#cardGroups {
	display: inline;
}
.cardGroup {
	padding: 10px;
	width: auto;
	display: inline-block;
	margin: 20px;
	vertical-align: top;
	cursor: default;
	border-radius: 7px;
	position: relative;
}
.cardGroup.winner {
	background: #abe0bb;
}
.cardGroup.winner,.cardGroup.enableHover:hover,.cardGroup.enableSelected {
	-webkit-box-shadow: 0px 0px 160px -27px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 160px -27px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 160px -27px rgba(0,0,0,0.75);
}
.cardGroup > .winnerTicket {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #02c93f;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 7px;
	font-size: 11px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.cardGroup.enableHover:hover {
	background: rgba(255, 206, 0, 0.25);
	cursor: pointer;
}
.cardGroup.enableSelected,.cardGroup.enableSelected:hover {
	background: rgba(255, 206, 0, 0.8);
}

/* Game */
.blackcard-holder,.player-card {
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}
.player-card:hover {
	background: rgba(232, 255, 134, 0.5);
	border-radius: 7px;
	cursor: pointer;
}
.player-card.active {
	background: rgba(232, 255, 134, 0.9);
}

#popup-holder {
	position: fixed;
	top: 5px;
	right: 5px;
	text-align: left;
	z-index: 5;
	pointer-events: none; /* TODO: Remove this */
}
.popup-msg {
	padding: 15px;
	font-size: 12px;
	background: #333;
	color: #fff;
	display: none;
	max-width: 300px;
	width: 300px;
	border-radius: 3px;
	margin: 5px;
	z-index: 5;
	pointer-events: none; /* TODO: Remove this */
}
.popup-success {
	background: hsla(115, 100%, 81%, 0.85);
	color: #000;
}
.popup-info {
	background: hsla(212, 85%, 87%, 0.85);
	color: #000;
}
.popup-error {
	background: rgba(255, 129, 129, 0.85);
	color: #000;
}






.stylisedCheckbox {
	display: block;
	position: relative;
	padding: 5px 0;
	outline: none;
}

.stylisedCheckbox input {
	display: none;
}

.stylisedCheckbox span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

.stylisedCheckbox input[type=checkbox]:checked + span,.stylisedCheckbox input[type=checkbox]:checked + span:hover::after {
	background-image: url(../icons/tick.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* Context Menus */
.context-menu {
	display: block;
	background-color: #fff;
	min-width: 286px;
	max-width: 286px;
	box-sizing: border-box;
	padding: 3px 0;
	position: absolute;
	border: 1px solid #ccc;
}

.context-menu--active {
	display: block;
}

.context-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.context-menu ul li {
	display: block;
	margin-bottom: 4px;
	padding: 6px 24px;
	color: #363636;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}
.context-menu ul li:hover {
	color: #fff;
	background-color: #4281f4;
}

.context-menu ul li:last-child {
	margin-bottom: 0;
}

/* Jake's Alert */
.jalert-holder {
}
.jalert-holder > .jalert-hider {
	background: rgba(0, 0, 0, 0.65);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.jalert-holder > .jalert-hider.show {
	display: block;
}
.jalert-holder > .jalert-message {
	margin: auto;
	display:none;
	position: fixed;
	top: 10%;
	left: 5px;
	right: 5px;
	max-width: 450px;
	line-height: 24px;
	background: rgba(0,0,0,0.8);
	border: 3px solid rgba(139, 139, 139, 0.8);
	border-radius: 3px;
	color: #ffffff;
	text-align: left;
	outline: none;
	overflow: auto;
	max-height: 100vh;
}
@media(max-width: 500px)
{
	.jalert-holder > .jalert-message {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 0px;
	}
}
.jalert-holder > .jalert-message > .jalert-title {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 12px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(139, 139, 139, 0.58);
}
.jalert-holder > .jalert-message > .jalert-contents {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
}
.jalert-holder > .jalert-message > .jalert-buttons {
	text-align: right;
	padding: 10px 10px;
	line-height: 12px;
}
.jalert-holder > .jalert-message > .jalert-buttons > a {
	background: rgba(139, 139, 139, 0.8);
	color: #fff;
	padding: 8px 15px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px 0 0;
}
.jalert-holder > .jalert-message > .jalert-buttons > a:last-child {
	margin: 0 0 0 0;
}
.jalert-holder > .jalert-message > .jalert-buttons > a:hover {
	background: rgba(139, 139, 139, 1);
}
.jalert-holder > .jalert-message > .jalert-buttons > a.disabled {
	background: rgba(42, 42, 42, 0.58);
	color: rgba(255, 255, 255, 0.58);
	cursor: not-allowed;
}


/* Grid System */
.row, .column {
	box-sizing: border-box;
}

.row:before,.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.row-fixed-width {
	max-width: 1200px;
	margin: 0 auto ;
}

.row.row-fixed-width-full {
	max-width: 1920px;
	margin: 0 auto ;
}

.column {
	position: relative;
	float: left;
}

.column + .column {
	margin-left: 1.6%;
}

.column-1 {
	width: 6.86666666667%;
}

.column-2 {
	width: 15.3333333333%;
}

.column-3 {
	width: 23.8%;
}

.column-4 {
	width: 32.2666666667%;
}

.column-5 {
	width: 40.7333333333%;
}

.column-6 {
	width: 49.2%;
}

.column-7 {
	width: 57.6666666667%;
}

.column-8 {
	width: 66.1333333333%;
}

.column-9 {
	width: 74.6%;
}

.column-10 {
	width: 83.0666666667%;
}

.column-11 {
	width: 91.5333333333%;
}

.column-12 {
	width: 100%;
	margin-left: 0;
}

@media only screen and (max-width: 900px) {
	.column-1,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-9,.column-10,.column-11,.column-12 {
		width: auto;
		float: none;
	}

	.column + .column {
		margin-left: 0;
	}
}
