table {
	border-radius: 10px;
	overflow: hidden;
	user-select: none;
}
tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
td {
	padding: 10px;
	max-width: 200px;
	vertical-align: middle !important;
}

tbody td {
	height: 50px;
}

#tableBoard tbody {
	font-weight: bold;
}

#tableBoard {
	max-height: 50px;
	overflow-x: none;
	overflow-y: auto;
	background-color: white;
	text-align: center;
}
.tableBoard-pseudo {
}
.tableBoard-message {
}
.tableBoard-action {
	text-align: center;
}

.td-waiting-empty {
	letter-spacing: 0.4px;
	height: 80px;
}

.waiting-message {
	min-width: 52px;
}

#tableGamesOnline {
	max-height: 50px;
	overflow-x: none;
	overflow-y: auto;
	background-color: white;
}

#containerGamesOnline {
	max-height: 400px;
	overflow-y: auto;
}
@media (min-width: 992px) {
	#containerGamesOnline {
		max-height: 300px;
	}
}

.table-title {
	padding-left: 10px;
	margin-bottom: 6px;
}

input {
	outline: none !important;
}

input[type='checkbox'] {
	cursor: pointer;
}

.radio-inline input[type='radio'] {
	margin-top: 2px !important;
	cursor: pointer;
}

.radio-inline {
	display: inline-flex;
	align-items: center;
}

.radio-inline .radio-content {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.radio-content span {
	font-size: 42px;
	line-height: 42px;
	height: 42px;
	display: inline-block;
}

.btn-ui {
	text-transform: uppercase;
	font-size: 11px;
	min-width: 80px;
}

.btn-ui-lg {
	font-size: 14px;
}

.select-box {
	border: 3px solid #ddd;
	font-weight: bold;
	font-size: 18px;
	background-color: #efefef;
	padding: 4px;
	border-radius: 4px;
	margin-right: 4px;
	cursor: pointer;

	/* display: flex;
	flex-direction: column;
	justify-content: center;
	width: 150px;
	height: 180px; */

	transition: ease 0.4s;
}
.select-box > i,
.button-box > i {
	font-size: 60px;
	margin-bottom: 20px;
}
.select-box:hover {
	background-color: white;
	border: 3px solid #777;
}
.select-box.selected {
	background-color: white;
	border: 3px solid #333;
}

.select-box-container {
	/* display: flex; */
	display: inline-flex;
	margin-top: 4px;
}
/* .select-box-container :last-child {
	margin-right: 0px;
} */

.select-box.select-box-size {
	padding: 24px;
}

.img-board {
	width: 120px;
	margin: 10px;
	border-radius: 4px;
	min-height: 100px;
}

#gameCreationButtons > div,
#gameCreationButtons > button,
#gameCreationButtons > a {
	margin-right: 12px;
	margin-top: 12px;
	min-width: 170px;
}

@media (max-width: 600px) {
	#gameCreationButtons > div,
	#gameCreationButtons > button,
	#gameCreationButtons > a {
		margin-right: 8px;
		margin-top: 8px;
		min-width: 130px;
	}
}

#createGame {
	box-shadow: 2px 2px #777;
}
#createGame:active {
	box-shadow: none;
	outline: none;
}

#cancelNewGame {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 6px;
	font-weight: bold;
	border: 1px solid white;
	border-radius: 20px;
	background-color: black;
	border-right: none;
	border-top: none;
	cursor: pointer;
	user-select: none;
}
#cancelNewGame:hover {
	opacity: 0.6;
}

.cancel-game-table {
	padding: 0px 5px;
	border: 1px solid black;
	border-radius: 10px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.cancel-game-table:hover {
	opacity: 0.6;
}

#shareFriend {
	display: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	background-color: #333;
	border-color: #333;
	color: white;
	text-align: center;
}

#waitingGame {
	display: none;
}
#waitingGame #blockWaiting {
	background-color: black;
	padding: 4px 14px;
	border-radius: 10px;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 30px;
	height: 40px;
}

#blockWaiting span {
	letter-spacing: 0.5px;
	line-height: 20px;
}

.block-informations {
	cursor: pointer;
	user-select: none;
	transition: ease 0.4s;
}
/*.block-informations:hover {
	background-color: #eee;
}*/
.more-informations {
	transition: 0.4s;
	max-height: 0px;
	overflow-y: auto;
}
.more-informations.show {
	max-height: 200px;
}
.more-description {
	transition: 0.6s;
	max-height: 0px;
	overflow-y: hidden;
}
.more-description.show {
	max-height: 2000px;
}

.fa {
	transition: 0.3s;
}
.fa.rotate180 {
	transform: rotate(180deg);
}

.block-white {
	background-color: white;
	border-radius: 6px;
	padding: 10px 20px;
}

h4.block-title {
	margin: 0;
	display: inline-block;
}

.game-options {
	margin-left: 20px;
	margin-top: 0px;
	/* margin-top: 10px; */
	/* margin-bottom: 6px; */
}

.alert-info {
	font-weight: bold;
}

/* ANIMATION CSS */
@keyframes leftright {
	70% {
		margin-left: 5px;
	}
}

.triangle-right {
	border-top: 7px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 7px solid transparent;
	display: inline-block;

	animation: leftright 1.5s infinite;
	/*-webkit-animation: leftright 2s infinite;*/
	animation-timing-function: ease;
}

/* TCHAT */

.separator {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 40px;
	background-image: linear-gradient(to bottom, #d5d5d5, rgba(255, 255, 255, 0));
}

#block-tchat {
	width: 100%;
	max-width: 500px;
	display: inline-block;
}

#tchat-text {
	width: 100%;
	overflow-y: auto;
	max-height: 154px;
	padding: 4px;
	padding-top: 20px;
	word-wrap: break-word;
	overflow-x: none;
}

@media (min-width: 992px) {
	#tchat-text {
		max-height: 250px;
	}
}

#form-tchat {
	margin-top: 6px;
}

.message-date {
	font-weight: bold;
	font-size: 11px;
	padding: 8px;
}

#blockGamesOnline {
	display: none;
}
