/* Custom CSS */

.bg-dark {
    background-color: #0070c0 !important;
}

.login_logo {
	height: 128px;
	widows: 128px;
	text-align: center;
}

.navbar-nav {
	text-align: center;
	width: 100%;
}


.gameClock {
  	font-family: "Chakra Petch", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 20pt;
	
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 2px 0px 0px 0px;
}


.table td, .table th {
	 border: 0px;
}

.playerHeader .posLabel, .playerHeader .playerLabel, .playerHeader .timeLabel {
	font-weight: 600;
}

.posLabel {
	font-weight: 600;
	width: 40px;
	margin-left: 20px;
}

.playerLabel {
	font-weight: 600;
	padding-left: 25px !important;
}

.timeLabel, .gameTimeLabel {
	
}


.posData {
	background-color: #0070c0;
	color: #fff;
	font-weight: 600;
	text-align: center;
	
	border-radius: 25px;
	width: 40px;
	margin: 10px;
}

.playerData, .timeData, .gameTimeData {
	font-weight: 600;
	margin: 10px 0px;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.playerRow {
	border: 1px solid #efefef;
}


.recap_playerData {
	font-weight: 600;
}

.recap_gameTotalLabel {
	text-align: right;
}

.recap_gameTotalData {
	font-weight: 600;
}