/* LOGIN PAGE BACKGROUND */
.login-page {
      background-image: url('../../dist/img/background/background1.png');
      height: 100vh;
    }

    /* Height for devices larger than 576px */
    @media (min-width: 992px) {
      .login-page {
        margin-top: -58.59px;
      }
    }

ol.breadcrumb a{
	color:springgreen !important;
	font-weight: bolder !important;
}
li.active a{
	color:yellow!important;
	font-weight: bolder !important;
}

a.custom_color{
	color:yellow !important;
}

/* Loading  ----------------------- */

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9000;
	background: rgba(0,0,0,0.9);
}
.loading p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50vh;
}
.loading .loader {
	margin: -12em 0 0 -12em;
	width: 50px;
	height: 50px;
	font-size: 2px;
	position: absolute;
	text-indent: -9999em;
	top: 50vh;
	left: 50vw;
	border-top: 0.8em solid rgba(0,0,0,1);
	border-right: 0.8em solid rgba(0,0,0,1);
	border-bottom: 0.8em solid rgba(0,0,0,1);
	border-left: 0.8em solid #e80909;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.7s infinite linear;
	animation: load8 0.7s infinite linear;
}
.loading .loader,
.loading .loader:after {
	border-radius: 50%;
	width: 24em;
	height: 24em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}   
 /* End of Loading */  

.error{
	color: red;
	font-weight: 500 !important;
}

.swal2-container{
	z-index: 9999 !important;
}

.selected_image{
	 -webkit-box-shadow: 0px 0px 8px 3px #fcfc12
       -moz-box-shadow: 0px 0px 8px 3px #fcfc12;
            box-shadow: 0px 0px 8px 3px #fcfc12; /* some variation of blue for the shadow */

}


/* Spotter Guide Section */
* {
	box-sizing: border-box;
}
.image_container {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.image_spotter {
	display: block;
	width: 100%;
	height: auto;
    max-width: 800px;
}
.overlay_spotter{
	position: absolute;
	top: 10px;
	left:100px;
	width: auto;
	transition: .5s ease;
	color: white;
	font-size: 0.8em;
	line-height: 20px;
	padding: 10px;
	text-align: left;
	background-color: black;
	opacity: 0.5;
}

.overlay_team_name{
	position: absolute;
	top: 100px;
	left:100px;
	width: auto;
	transition: .5s ease;
	color: white;
	font-size: 0.8em;
	line-height: 20px;
	padding: 10px;
	text-align: left;
	background-color: black;
	opacity: 0.5;
}

.country_overlay {
	position: absolute;
	top: 13px;
	left: 95px;
	width: auto;
	transition: .5s ease;
	opacity: 1;
	color: white;
	font-size: 0.8em;
	line-height: 10px;
	padding: 10px;
	text-align: left;
}
.country_overlay img {
	max-width: 7.5%;
	vertical-align: middle;
}
.country_overlay_team {
	position: absolute;
	bottom: 65px;
	right: 10px;
	width: auto;
	transition: .5s ease;
	opacity: 1;
	color: white;
	font-size: 0.8em;
	line-height: 10px;
	padding: 10px;
	text-align: right;
}
.country_overlay_team img {
	max-width: 4.5%;
	vertical-align: middle;
}
.number {
	position: absolute;
	top: 20px;
	left: 10px;
	width: auto;
	transition: .5s ease;
	opacity: 1;
	color: white;
	font-size: 2em;
	line-height: 20px;
	padding: 10px;
	text-align: left;
	background: rgb(255, 0, 0);
	background: rgba(255, 0, 0, 0.8); /* Black see-through */
}
.vehicle_overlay {
	position: absolute;
	bottom: 35px;
	right: 10px;
	width: auto;
	transition: .5s ease;
	opacity: 1;
	color: red;
	font-size: 0.8em;
	line-height: 15px;
	padding: 10px;
	text-align: right;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8); /* Black see-through */
}
.series_overlay {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: auto;
	transition: .5s ease;
	opacity: 1;
	color: white;
	font-size: 1.5em;
	line-height: 15px;
	padding: 10px;
	text-align: right;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 1); /* Black see-through */
}

