body {
	background-image: url(./img/backgrounds/showdown_bg3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-1{
	background-image: url(./img/backgrounds/showdown_bg3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-2{
	background-image: url(./img/backgrounds/artist_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-3{
	background-image: url(./img/backgrounds/duel_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-4{
	background-image: url(./img/backgrounds/game_auto_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-5{
	background-image: url(./img/backgrounds/game_beat_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-6{
	background-image: url(./img/backgrounds/game_beat2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-7{
	background-image: url(./img/backgrounds/game_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-8{
	background-image: url(./img/backgrounds/home2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-9{
	background-image: url(./img/backgrounds/song_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.bg-10{
	background-image: url(./img/backgrounds/user_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 100% 94%;
}

.logo {
	width: 100%;
}

.navbar-nav {
	background-color: #00a3e8 !important;
}

.dropdown-item {
	border-color: #ffffff00;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	background-color: #00a3e8 !important;
}

.dropdown-item a{
	border-color: #ffffff00;
	border-style: solid;
	border-width: 1px;
	color: #fff !important;
	background-color: #00a3e8 !important;
}

.dropdown-item:hover {
	color: #fff;
	background-color: #00a3e8 !important;
	background-color: #ffffff1a;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff1a;
}

.dropdown-item:hover a{
	color: #fff !important;
	background-color: #00a3e8 !important;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff1a;
}

.dropdown-menu {
	background-color: #00a3e8 !important;
	border: 1px solid #ffffff6e;
}

.navbar-dark .navbar-nav .nav-link{
	color: #fff !important;
}

.nav-link {
	border-color: #ffffff00;
	border-style: solid;
	border-width: 1px;
}

.nav-link:hover{
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff1a;
}

.table-info th{
	background-color: #00a3e8 !important;
}

.titulo th{
	background-color: #00b3ff !important;
}

.esquerda {
	background-color: #008cc7 !important;

}
