body, html {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	background-color:#eee;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border-color: rgb(255,255,255);
} 
h1 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#9aa7bf;
}
h2 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#9aa7bf;
	line-height: 38px;
    margin: 0;
}
nav {
	background-color:#000;
	padding:10px !important;
	margin:0;
}
nav .respUser {
	display:none;
}
nav .container-fluid {
	height:60px;
	padding:0;
}
nav .logo {
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#9aa7bf;
	margin:0 20px;
	float:left;
}
nav .logo span {
	color:#f1c23f;
}
nav .the-menu {
	text-align: center;
    width: 100%;
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	border-left:1px solid #3e3e3e;
	float:left;
}
nav .the-menu a {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#9aa7bf;
	display:block;
	line-height:40px;
	margin-right:20px;
}
nav .the-menu a:hover, #champions a.champions, #arena a.arena, #masteries a.masteries, #gamecontent a.gamecontent, #alliance a.alliance, #admin a.admin {
	color:#f1c23f;
	text-decoration:none;
}
nav .right-side {
	position:absolute;
	right:0;
}
nav .user {
	margin-left:20px
}
nav .user img {
	width:36px;
	height:36px;
	border-radius: 36px;
	margin-right:10px;
	float:left;
}
nav .user .info {
	color:#9aa7bf;
	line-height:18px;
	margin-right:20px;
	float:left;
}
nav .user .username {
	color:#fff;
	font-size:18px;
}
nav .user .info a {
	color:#9aa7bf;
	font-size:14px;
}

.navbar-toggler {
	background:#000;
}

#main .margintop {
	margin-top:20px;
}
.whitebg {
	background:#fff;
}
.new-form {
	padding:10px 0;
}
label {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#9aa7bf;
	cursor:pointer;
	margin-bottom:0 !important;
}
input {
	outline:none;
}
input[type="text"], input[type="password"], input[type="file"], select {
	width:100%;
	height:46px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	padding:0 10px;

	border:1px solid #ccc;
	outline:none;
}
input[type="file"] {
	border:none;
	line-height:normal;
}
input[type="file"] {
	padding:0;
}
input[type="submit"] {
	height:46px;
	background-color:#f1c23f;
	border:none;
	color:#000;
	padding:10px 40px;
	text-transform:uppercase;
	cursor:pointer;
}

input[type="submit"]:hover {
	background-color:#ffd256;
}
.withpadding {
	padding:20px;
}
.successful_msg {
	color:#37be4a;
}
.error_msg {
	color:#c63333;
}
.table > tbody > tr > td {
     vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color:#f9f9f9;
}
.table tbody tr:hover {
	background:#F3F5F9 !important;
}
.table th {
	border-top:none;
}
.table thead th {
	border-bottom:none;
}
section {
	padding:30px;
}
.statsContainer {
	padding:15px;
}
.list-group {
	margin-top:10px;
}
.list-group-item {
	color:#bcc4d1;
	padding:6px 0;
	margin-bottom:0;
	line-height: 16px;
	border:none;
}
.badge-primary {
	background:none;
	color:#bcc4d1;
	font-weight:bold;
	font-size:14px;
}
.statsBox {
	margin-bottom:30px;
}
.statsBox .header {
	border-bottom:1px solid #E5e5e5;
}
.statsBox select {
	width:126px;
	height:36px;
	border:none;
	color:#9aa7bf;
}
.statsBox .classColor {
	width:8px;
	height:15px;
	margin-right:5px;
	display:block;
	float:left;
}
.statsBox .header div {
	height:36px;
}
.no_results {
	width:100%;
	text-align:center;
	background-color: #f9f9f9;
	padding: .75rem;
}
strong {
	font-weight:bold;
}
input.delete-button {
	color:#fff;
	background-color:#e74c3c;
}
input.delete-button:hover{
	background-color:#ef5040;
}
.hideThisComponent {
	display:none;
}
ul.pagination li span {
    display: block;
    height: 40px;
    background: #eee;
    width: 40px;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
}
ul.pagination li span:hover, ul.pagination li.active span {
	background:#f1c23f;
}
ul.pagination li {
	cursor:pointer;
}
.rarity {
	font-size:12px;
	line-height: 10px;
    margin-top: 4px;
}
.starBorder {
	width: 70px;
    height: 70px;
    padding: 11px 0 0 0;
}

.starBorder1 {
	background:url(images/frame1star.png) no-repeat center center;
	background-size:100%;
}
.starBorder2 {
	background:url(images/frame2star.png) no-repeat center center;
	background-size:100%;
}
.starBorder3 {
	background:url(images/frame3star.png) no-repeat center center;
	background-size:100%;
}
.starBorder4 {
	background:url(images/frame4star.png) no-repeat center center;
	background-size:100%;
}
.starBorder5 {
	background:url(images/frame5star.png) no-repeat center center;
	background-size:100%;
}
.starBorder6 {
	background:url(images/frame6star.png) no-repeat center center;
	background-size:100%;
}
.starBorder7 {
	background:url(images/frame7star.png) no-repeat center center;
	background-size:100%;
}


.table td {
	padding:0;
}
@media only screen and (max-width:992px) {
	nav .right-side {
		display:none;
	}
	nav .the-menu {
		border:none;
	}
	nav .respUser {
		width: 100%;
		border-top: 1px solid #3e3e3e;
		text-align: center;
		display: block;
		margin-top:30px;
		float: left;
	}
	nav .respUser img {
		width:48px;
		height:48px;
		border-radius:48px;
		margin:20px 0 10px 0;
	}
	nav .respUser .username {
		color:#fff;
		font-size:36px;
		margin-bottom:20px;
	}
	nav .respUser a {
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
		color:#9aa7bf;
		display:block;
		line-height:40px;
	}
}
@media only screen and (max-width:778px) {
	.responsiveFilter .filtersDrop {
		margin-top:20px;
	}
	.responsiveFilter .searchField input {
		width:100% !important;
	}
}
@media only screen and (max-width: 1200px) { 
	.responsive-margin-top {
		margin-top:20px;
	}
	#statisticBox {
		margin-top:40px;
	}
	.responsiveHide {
		display:none;
	}
	section {
		padding:5px;
	}
	
}

#arena .table td {
	padding:10px;
}
