/* Normal & Responsive Fixes 10/7/20 */

#lobbyTable tbody tr td span {
	flex-direction: column;
	justify-content: center;
}
.player-roster .roster-slot .logo img {
	max-width: 40px;
  max-height: 25px;
}
.player-roster .roster-slot .shares {
	display: table-cell;
}
.player-roster .roster-slot .sharesOn {
	margin: 0;
}
.player-roster .roster-slot .remove-btn {
	text-align: right;
}

body.no-overflow.modal-open, body.push-body.modal-open, body.push-body.no-overflow,
html.no-overflow {
	overflow: hidden !important;
	overflow-y: hidden !important;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

@media screen and (max-width: 1023px) {
	.game-details .col {
		display: block;
	}
	table#selectModalTable.dataTable > tbody > tr.child ul.dtr-details {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	table#userTable.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#userTable.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
		top: 16px;
	}
	.live-area #userTable tbody tr td {
		font-size: 14px;
	}
	.game-details .table tr td {
		letter-spacing: 0;
		font-size: 10px;
		width: 50% !important;
		text-align: left;
	}
	.live-area .user-info h5 {
		font-size: 12px;
	}
	.live-area #rankingTable, table#rosterTable {
		width: 100% !important;
	}
	table#upcoming.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#upcoming.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before, table#live.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#live.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before, table#history.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#history.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
		top: 21px;
	}
	table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
		padding-left: 2rem !important;
        text-align: center;
	}
	table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
		top: 17px;
		left: 3px;
	}
	table.dataTable > tbody > tr.child span.dtr-title {
		font-size: 11px;
	}
	.login .login-panel .col-md-7 {
		border-top: 1px solid #ddd;
		margin-top: 2rem;
		padding-top: 2rem;
	}
	#lobbyTable tbody tr td > div {
		text-overflow: ellipsis;
		overflow: hidden;
	}
	div#lobbyTable_wrapper, .live-area div#rankingTable_wrapper, .table-pad .lobby-wrap {
		padding: 0;
	}
	.player-roster .roster-slot .name div, .player-roster .filled-slot .name div {
		font-size: 12px;
	}
	.player-roster .player-salary {
		font-size: 1.75rem;
	}
	#selectTableMobile tbody tr td img, .player-roster .roster-slot .logo img, .player-roster .filled-slot .logo img {
		max-width: 40px;
        max-height: 25px;
	}
	#selectModalTable tbody tr td img {
		width: 50px;
		height: auto;
	}
	table#selectModalTable.dataTable > tbody > tr.child ul.dtr-details > li[data-dt-column="5"] {
		width: 100%;
	}
/*	table#rosterTable > tbody > tr.child ul.dtr-details > li[data-dt-column="5"] {
		width: 33.333%;
	}*/
	tr.roster-slot.empty > th:first-child:before, tr.roster-slot.empty > td:first-child:before {
		display: none;
	}
	tr.filled-slot.empty > th:first-child:before, tr.filled-slot.empty > td:first-child:before {
		display: none;
	}
    
}
