body {
	background-color: #456789;
	font-family: "Lato", sans-serif;
}

img.bigIcon {
	height: 48px;
	width: 48px;
}

img.icon {
	height: 32px;
	width: 32px;
	margin: 10px;
	border: 2px solid black;
	box-shadow: #333 2px 2px 2px;
	padding: 5px;
}

img.icon:active {
	box-shadow: inset #333 2px 2px 2px;
}

img.iconDelete {
	background-color: white;
	border-radius: 16px;
	height: 16px;
	position: absolute;
	right: -8px;
	top: calc(50% - 8px);
	width: 16px;
}

img.miniIcon {
	height: 16px;
	width: 16px;
}

img[draggable] {
	cursor: move;
}

input {
	vertical-align: middle;
}

input[type=number] {
	width: 30px;
}

input[type=color] {
	width: 20px;
}

select.microSelect {
	width: 40px;
}

select.miniSelect {
	width: 70px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

tr.ko {
	background-color: #333;
}

th,td {
	border: 1px solid #87a752;
}

td {
	text-align: center;
	vertical-align: middle;
}

ul.tab {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	cursor: default;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {
	float: left;
}

/* Style the links inside the list items */
ul.tab li a {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
	background-color: #ccc;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fullWidth {
	box-sizing: border-box;
	width: 90%;
}

.hidden {
	display: none;
}

.inline {
	display: inline-block;
}

.listCheckbox {
	max-width: 65px;
}

.mngButton {
	display: inline-block;
	border: 2px solid black;
	box-shadow: #333 1px 1px 1px;
	padding: 10px;
	margin: 10px;
	vertical-align: middle;
	cursor: default;
	width: 230px;
}

.mngButton:active {
	box-shadow: inset #333 1px 1px 1px;
}

.reset {
	border: 1px solid black;
	box-shadow: #333 1px 1px 2px;
	padding: 3px;
}

.reset:active {
	box-shadow: inset #333 1px 1px 2px;
}

/* Style the tab content */
.tabContent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.tablePlayer th {
    border-top-width: 3px;
    cursor: default;
}

.tablePlayer > thead > tr:last-child > th,
.tablePlayer > tbody > tr:last-child > td {
	border-bottom-width: 3px;
}

.tablePlayer th:first-child,
.tablePlayer th:nth-child(2),
.tablePlayer th:nth-child(6),
.tablePlayer th:nth-child(10),
.tablePlayer th:nth-child(15),
.tablePlayer th:nth-child(20),
.tablePlayer th:nth-child(25),
.tablePlayer th:nth-child(30),
.tablePlayer th:nth-child(32),
.tablePlayer th:nth-child(35),
.tablePlayer td:first-child,
.tablePlayer td:nth-child(2),
.tablePlayer td:nth-child(6),
.tablePlayer td:nth-child(10),
.tablePlayer td:nth-child(15),
.tablePlayer td:nth-child(20),
.tablePlayer td:nth-child(25),
.tablePlayer td:nth-child(30),
.tablePlayer td:nth-child(32),
.tablePlayer td:nth-child(35) {
    border-left-width: 3px;
}
.tablePlayer th:last-child,
.tablePlayer td:last-child {
    border-right-width: 3px;
}

.tableRelation {
	table-layout: fixed;
}

.thCarac {
	width: 50px;
}

.thCarac.black {
	background-color: #000;
	color: #fff;
}

.thCarac.red {
	background-color: #700;
	color: #fff;
}

.thColor {
	width: 25px;
	font-size: 0.8em;
}

.thCounter {
	width: 110px;
}

.thDragDrop {
	width: 20px;
}

.tdCounter {
	position: relative;
	text-align: left;
}

tbody>tr>td:last-child {
	position: relative;
}
