/*
 * ImperiaMuCMS
 * Here you can add your custom CSS styles
 * This file is excluded from updates so your custom styles won't be replaced
 */
 
 /* USERCP */
 
 .muplaglowing {

  color: rgb(255 255 255) !important;
  -webkit-animation: muplaglowing 1s ease-in-out infinite alternate;
  -moz-animation: muplaglowing 1s ease-in-out infinite alternate;
  animation: muplaglowing 1s ease-in-out infinite alternate;
}

@-webkit-keyframes muplaglowing {

  to {
    text-shadow: 0 0 4px #fff, 0 0 6px #0099ff, 0 0 8px #0099ff, 0 0 10px #0099ff, 0 0 12px #0099ff, 0 0 14px #0099ff, 0 0 16px #0099ff;
  }
}
 
 .muplaregnotice {
     font-size: 25px;
     color: red;
    }
	
	::-webkit-scrollbar {
	width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
	
	background: rgba(41,128,185,0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(41,128,185,0.4);
}

.modal-content {
    background-color: #0e0e10;
}

.fade.in {
  opacity: 0.90;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: rgba(45, 48, 52, 0.9);
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #191919;
    border: 1px solid #ddd;
}

a.list-group-item:hover{
background:#464646;
}




.muplanetlogo a {
  display: block;
  background: url(../images/muplanet-logo.png) no-repeat;
  width: 693px;
  height: 362px;
 /* top: 10px; */
 /* right: 0; */
 /* position: absolute; */
  margin-left: auto;
  margin-right: auto;
  margin-top: -340px;
  z-index: 2;
  /* Animation */
  -webkit-animation: muplanetlogo 1s ease-in-out infinite alternate;
  -moz-animation: muplanetlogo 1s ease-in-out infinite alternate;
  animation: muplanetlogo 1s ease-in-out infinite alternate;
}

/* Key frames for animation */
@-webkit-keyframes muplanetlogo {
  from {
  -webkit-filter: brightness(90%);
  filter: brightness(90%); 
  }
  to {
  -webkit-filter: brightness(130%);
  filter: brightness(130%); 
  }
}
/* Small screens adapting */
@media screen and (max-width: 767px) {
    .muplanetlogo {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .muplanetlogo a {
		background: url(../images/muplanet-logo-md.png) no-repeat;
		width: 393px;
  height: 205px;
		margin-left: auto;
  margin-right: auto;
	margin-top: 30px;
    }
}


/* unneded */
.muplanetlogo a {
  /* transition: all 0.3s ease; */
  outline: none; color: #d04e00; text-decoration: none;
  text-decoration: none;
}
.muplanetlogo a:link {
	color: #d04e00; 
	text-decoration: none;
}
.muplanetlogo a:visited {
	color: #d04e00; 
	text-decoration: none;
}
.muplanetlogo a:hover {
	color: #d04e00; 
	text-decoration: underline;
}

.muplanetlogo a:hover, button:hover {
  /*-webkit-filter: brightness(120%); */
 /* filter: brightness(120%);  */
}



.sparks {
  position: absolute;
  width: 1200px;
  right: 55%;
  left: 45%;
  transform: translate(-60%, -40%);
  margin-top: -150px;
  z-index: -1;
}

.sparks > div {
  position: absolute;
}

.sparks .spark_1 {
  background: url(../images/cgi/spark_1.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}

@keyframes spark-1 {
  0% {
      bottom: -320px;
      transform: scale(0.6);
      opacity: 1;
  }
  25% {
      bottom: -240px;
      transform: scale(0.7);
      opacity: 1;
  }
  50% {
      bottom: -160px;
      transform: scale(0.8);
      opacity: 1;
  }
  75% {
      bottom: -80px;
      transform: scale(0.9);
      opacity: 0.5;
  }
  100% {
      bottom: 0;
      transform: scale(1);
      opacity: 0;
  }
}

.sparks .spark_2 {
  background: url(../images/cgi/spark_2.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}

.sparks .spark_3 {
  background: url(../images/cgi/spark_3.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}

@keyframes spark-3 {
  0% {
      bottom: -140px;
      transform: scale(0.6);
      opacity: 1;
  }
  25% {
      bottom: -80px;
      transform: scale(0.7);
      opacity: 1;
  }
  50% {
      bottom: -20px;
      transform: scale(0.8);
      opacity: 1;
  }
  75% {
      bottom: 40px;
      transform: scale(0.9);
      opacity: 0.5;
  }
  100% {
      bottom: 100px;
      transform: scale(1);
      opacity: 0;
  }
}

.sparks .spark-big {
  background: url(../images/cgi/spark_4.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}

.sparks .spark_5 {
  animation-delay: 2s;
  right: 40px;
}

@keyframes spark-5 {
  0% {
      bottom: -180px;
      transform: scale(0.6);
      opacity: 1;
  }
  25% {
      bottom: -120px;
      transform: scale(0.7);
      opacity: 1;
  }
  50% {
      bottom: -60px;
      transform: scale(0.8);
      opacity: 1;
  }
  75% {
      bottom: 0;
      transform: scale(0.9);
      opacity: 0.5;
  }
  100% {
      bottom: 60px;
      transform: scale(1);
      opacity: 0;
  }
}