
body,html{
	margin:0;
	padding:0;
	height:100%;
}


body{
	background-color:#1b1e28; 
	background-repeat:no-repeat;
	background-size:cover;
	color:white;
	padding:20px 20px 20px 20px;
	
}

body,div,p,td,th,a,span{
	font-family:"Rajdhani-Bold";
}

input,button{
	font-family:"Rajdhani-Regular";
}

input[type=button], button, input[type=submit]{
	font-size: 16px;
	font-family:"Rajdhani-Semibold";
}

input[type=text], input[type=password]{
	padding: 6px 5px 2px 5px;
	border: 1px outset #000;
	font-size: 16px;
	width: 200px;
}


body.viewgallery{
/*
	background-image: url("../img/bg.png");
	width:2925px;
	height:1722px;
	background-size:2925px;*/
}

body.viewgallery{
	width:2925px;
}

.header{
	border-bottom:2px solid white;
	color:white;
	font-size:0;
	margin-bottom:30px;
	padding-bottom:10px;
	margin-top:30px;
	position:relative;
}

.footer{
	border-bottom:2px solid white;
	color:white;
	margin-top:20px;
	margin-bottom:40px;
}

.footer .details{
	text-align:right;
	
	background-image: url("../img/aceslogo.png");
	background-size: 85px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 68px;
	height: 48px;
}

.name{
	display:inline-block;
	text-align:left;
	width:33%;
	font-size:20px;
	line-height:45px;
}

.club{
	display:inline-block;
	text-align:right;
	width:33%;
	font-size:20px;
	height:45px;
	
}

.logo{
	height:80px;
	background-image: url("../img/Asphalt9Legends_White_EN.png");
	background-size: 152px;
	background-repeat: no-repeat;
	background-position: top center;
	
	width: 170px;
	position: absolute;
	top: -33px;
	left: 50%;
	margin-left: -85px;
	
}

.carClass{
	font-size:0px;
	white-space:nowrap;
	margin-left: -10px;
}

.column{
	display:inline-block;
	width:275px;
	margin-right:11px;
}

.labelcolumn{
	display:inline-block;
	width:30px;
	margin-right:5px;
	position:relative;
	height: 286px;
	background-image: url("../img/dots.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 6px 0px;
}

.classLabel{
	background:white;
	color:black;
	font-size:18px;
	text-align: center;
	width:20px;
	height:20px;
	 position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 21px;
}

.car img{
	width:275px;
}

.car{
	display:block;
	margin-bottom:11px;
	height:137.5px;
}




body.uploadscreenshots{padding:20px;}
body.uploadscreenshots .uploadeddiv{display:inline-block;vertical-align: top; width:300px;}
body.uploadscreenshots .arrowdiv{display:inline-block;vertical-align: top; padding-left: 30px; padding-right: 30px;padding-top: 155px;}
body.uploadscreenshots .croppeddiv{display:block; vertical-align: top; text-align: center;}
body.uploadscreenshots .croppedimgdiv{margin-bottom:20px;display: inline-block;margin-right: 20px;}
body.uploadscreenshots .croppedimgdivwrap{display:inline-block; width:316px;min-height: 191px;}
body.uploadscreenshots .croppedimgdiv select{width:100%;font-size: 16px; font-size: 16px;height: 28px;overflow: hidden;border: 1px solid #fff;margin-top: 1px;}
body.uploadscreenshots .headerdiv{margin-bottom:10px;}
body.uploadscreenshots .uploadeddiv img{border:1px solid white; padding:4px;}
body.uploadscreenshots .actiondiv{display:inline-block; vertical-align: top;padding-top: 10px; transition: all 0.5s ease-in-out; width: calc(100% - 600px);text-align: center;}
body.uploadscreenshots .actiondiv input[type=submit]{padding: 5px;min-width: 150px;}
body.uploadscreenshots .succes{padding: 15px 20px 15px 20px;margin: 0px 0px 40px 0px;border: 3px double green;color: green;background: #deffdb;}
body.uploadscreenshots .uploadbutton {margin-top: 20px; padding:5px;min-width:150px;}

body.uploadscreenshots .uploadeddiv img{width:300px;}
body.uploadscreenshots .croppedimgdivwrap img{width: 308px;height: 154px;}
body.uploadscreenshots .uploadscreenshotwrapper{margin-top:10px;}
body.uploadscreenshots .croppedimgdivwrap div{background: rgba(255,255,255,0.1);}

body.uploadscreenshots{
/*	background-image:none;
	background: linear-gradient(0deg, rgba(4,0,35,1) 0%, rgba(14,0,88,1) 100%);
	background-attachment: fixed;*/
}

.statusbarwrapper{
	border:3px double darkblue;
	padding:5px;
	margin:10px 0px 30px 0px;
	text-align:center;
	height: 34px;
	position:relative;
	background:white;
}

.statusbar{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height: 28px;
	text-align:center;
	line-height: 28px;
	z-index: 1;
	color:black;
}

.statusbarprogress{
	position:absolute;
	top:0;
	left:0;
	width:0px;
	height:28px;
	background-color: #00FF3C;
	transition: all 0.5s ease-in-out;
}

.dummy{
	display:none !important;
}

.hide{
	display:none !important;
}

body.uploadscreenshots form{
	display:inline;
}


.croppedimgdivwrap{
	border: 2px solid transparent;
	padding: 2px;
	transition: all 0.5s ease-in-out;
	border-radius: 2px;
}

.croppedimgdivwrap.matched.sure{
	border: 2px solid #00ff3c;
	-webkit-box-shadow: 0px 0px 8px 4px #00FF3C; 
	box-shadow: 0px 0px 8px 4px #00FF3C;
}

.croppedimgdivwrap.matched.maybe{
	border: 2px solid #ffae00;
	-webkit-box-shadow: 0px 0px 8px 4px #ffae00; 
	box-shadow: 0px 0px 8px 4px #ffae00;
}

.croppedimgdivwrap.matched.unsure{
	border: 2px solid #ff0000;
	-webkit-box-shadow: 0px 0px 8px 4px #ff0000; 
	box-shadow: 0px 0px 8px 4px #ff0000;
}

@keyframes changeColor {
  0% {
    background-color: rgb(255,255,255);
  }
  
  50% {
    background-color: rgb(0,255,60);
  }
  
  100% {
    background-color: rgb(255,255,255);
  }
}

.croppedimgdivwrap.matched select {
    background-color: green;
    animation: changeColor ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
}



.loginwrapper{
	margin-top:50px;
	text-align:center;
}

.loginwrapper .biglogowrap{
	display:inline-block;
	width:100px;
	margin-right:20px;
}

.loginwrapper .biglogowrap img{
	width:100px;
	margin:20px 0px 20px 0px;
}

.loginwrapper .logininner{
	display:inline-block;
	width:150px;
	margin-top:20px;
}

.registerwrapper, .forgotPassWrapper, .homewrapper, .editprofilewrapper, .resetPassWrapper{
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 10px;
	max-width: 1000px;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
	text-align:center;
}

.register label, .forgotpass label, .login label, .editprofile label, .resetpass label{
	display:block;
	margin-top:15px;
}

.register .submitBtn, .forgotpass .submitBtn, .login .submitBtn, .editprofile .submitBtn, .resetpass .submitBtn{
	margin-top:30px;
	padding: 5px 15px;
}

.register .intro, .forgotpass .intro, .login .intro, .editprofile .intro, .resetpass .intro{
	margin-bottom:30px;
}

.uploadscreenshots .intro{
	display:inline-block; vertical-align: top;padding-top: 10px; transition: all 0.5s ease-in-out; width: calc(100% - 600px);text-align: center;
	margin-bottom:40px;
}

.uploadscreenshots .intro .actiondiv{
	display:block;
	width:auto;
	
}

.uploadscreenshots .intro .actiondivwrapper{
	min-height: 50px;
	margin-top: 10px;
}

.login .submitBtn{
	margin-top:20px;
	margin-bottom:20px;
	padding: 5px 15px;
}

a{
	color:white;
}

.homewrapper .choose{
	margin-top:30px;
}





.topnav {
  background-color: transparent;
  position: relative;
  width: 46px;
	height: 48px;
	float: right;
	margin-top: -5px;
}

.topnav .hamburgermenulinks {
  display: none;
	width: 235px;
	position: absolute;
	right: 0px;
	top: 48px;
	background: #222;
	border:2px solid white;
	-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;
  z-index: 5;
}

.topnav a {
  color: white;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  min-height:49px;
}

.topnav a:last-child {
	border-bottom: none;
}

.topnav a.icon {
  background: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.topnav a:hover, .topnav a.hamburgermenu.active {
  background-color: #fff;
  color: #1b1e28;
}

.active {
  background-color: #4CAF50;
  color: white;
} 

.overlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	background:rgba(0,0,0,0.5);
	z-index: 2;
}

#custom-handle {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
	margin-left: -1em;
	font-size: 15px;
	border-radius: 25px;
}

#slider{
	margin-top: 3px;
	margin-right:5px;
}

.required{
	color:#fe0054;
}


input[type=text]:focus, input[type=password]:focus{
	background-color:#fff8c5;
}

.error{
	color:red;
}

.succes{
	color: #00FF3C;
	margin-bottom: 20px;
	border: 2px solid #00FF3C;
	width: 343px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
}

@keyframes glowingbutton {
  0% {
    border: 2px solid transparent;
		-webkit-box-shadow: 0px 0px 8px 4px transparent; 
		box-shadow: 0px 0px 8px 4px transparent;
  }
  
  50% {
    border: 2px solid #00ff3c;
		-webkit-box-shadow: 0px 0px 8px 4px #00FF3C; 
		box-shadow: 0px 0px 8px 4px #00FF3C;
  }
  
  100% {
    border: 2px solid transparent;
		-webkit-box-shadow: 0px 0px 8px 4px transparent; 
		box-shadow: 0px 0px 8px 4px transparent;
  }
}

.uploadscreenshots .actiondiv .btnwrap{
	border: 2px solid #00ff3c;
	-webkit-box-shadow: 0px 0px 8px 4px #00FF3C; 
	box-shadow: 0px 0px 8px 4px #00FF3C;
	/*transition: all 1s ease-in-out;*/
	display: inline-block;
	
	animation: glowingbutton ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: both;
	
}


.fa-bars::before {
    content: "\f0c9";
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa, .fab, .fad, .fal, .far, .fas {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

