/* Custom bootstrap override */

.background {
	width: 100%;
	min-width: 100%;
	height: 100%;
    min-height: 100%;
	background-attachment: scroll!important;
	background-color: #F00!important;
}

/* remove rounding from cards, buttons and inputs */
.card, .btn, .form-control { 
	border-radius: .15rem;
	background-color: #273d56!important;
	opacity: 0.9;
}
/*.card {
	border: 0px solid rgba(0,0,0,.125);
}*/

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #3498db;
}

.form-check-input:checked {
	background-color: #3498db;
	border-color: #3498db;
}
.form-check {
	margin-bottom: 0.0rem;
	min-height: 0.0rem;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 1px solid #000000;
	height: 18px;
	width: 16px;
	border-radius: 1px;
	background: #3498db;
	cursor: pointer;
	margin-top: -6px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
	/*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/ /* Add cool effects to your sliders! */
}
  
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 18px;
	width: 16px;
	border-radius: 1px;
	background: #3498db;
	cursor: pointer;
}
  
/* All the same stuff for IE */
input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 18px;
	width: 16px;
	border-radius: 1px;
	background: #3498db;
	cursor: pointer;
}


.border-dark {
	border-color: rgba(255, 255, 255);		
	border-color: rgba(255, 255, 255, .5);
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
}

.card-text {
	color: #fff!important;
}

.card-title {
	color: #fff!important;	
}

.text-muted {
	color: #eee!important;	
}

.list-group-item {
	background-color: #273d56!important;
} 

.navbar.bg-dark {
	background-color: #273d56!important;
}

.container {
	background-color: rgba(0, 0, 0, .7);	
}

.statisticsmenu, .infosmenu {
	border-radius: .15rem 0 0 .15rem;
	background-color: #273d56ef!important;
}
.statisticsmenu h4 {
	color: #fff!important;
	font-size: 1.2rem!important;	
}
.statisticsmenu h5 {
	color: #FFCC00!important;
	font-size: 0.9rem!important;
}
.infosmenu h4 {
	color: #fff!important;
	font-size: 1.2rem!important;	
}

.statisticsmenu a {
	color: #ccc!important;
	font-size: 0.9rem!important;	
}
.infosmenu a {
	color: #ccc!important;
	font-size: 0.9rem!important;	
}

.leaderboardscore, .statscore, .infocore {
	border-radius: 0 .15rem .15rem 0;
	background-color: #f6fbfcf0!important;
	padding: 2rem;
}


.playercore {
	border-radius: 1rem;
	background-color: #f6fbfcf0!important;
	padding: 2rem;
}

.mapcontent {
	border-radius: .15rem;
	background-color: #273d56EF!important;
	
}
.playercore h5 {
	font-size: 0.9rem!important;
	color: #000!important;	
}
.playercore h4 {
	color: #000!important;	
}

.playercore p {
	color: #000!important;	
}
.playercore p {
	color: #000!important;	
}

.activeplayerrow a {

}

/*
adafae
*/