/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {

-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
user-select: none;

  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */

  background-image: url(/img/starsbg.gif);
  background-size: cover;
  background-attachment: fixed;
}





/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }



.mt-100 {
    margin-top: 100px
}





.logo {
	color: #ffffff !important;
	text-decoration: none !important;
}

.lprogress {
	position: absolute;
	bottom: 0;
	left:0;
	width: 0%;
	height: 10px;
	borssder-botsstom: 3px solid #00ff00;

	background-color: rgb(43, 194, 83);
 	 background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.lanimate {
background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: lmove 2s linear infinite;
  overflow: hidden;
}

.lanimate > span:after {
  display: none;
}

@keyframes lmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.lanimate.orange {
  background-color: #fc6a03 !important;
}

.lanimate.red {
  background-color: #fc0303 !important;
}

.lanimate.blue {
  background-color: #0303fc !important;
}

.lanimate.gray {
  background-color: #acacac !important;
}


.working {
	background-image: url(/img/workingbg.webp) !important;
	background-size: cover;
}

.lookeft {
	position: relative;
	width: 50px;
	height: 50px;
}

.lookev {
	background-image: url(/img/lookeegg.webp) !important;
	background-size: cover;
	background-position: 50% 50%;
}

.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 3px 0 0 3px;
}

.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}


