/* @import url('https://fonts.googleapis.com/css?family=Raleway:200'); */

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/* top: 100px; */
	/* left: 100px; */
	position: absolute;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;
}

img {
  image-rendering: crisp-edges;
}

#parentDiv{
	width: 298px;
	height: 598px;
	position: absolute;
	border:  1px solid black;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;

	transition: opacity .25s ease-in;
	-ms-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
}

.container {
	width: 300px;
    top: 368px;
    left: 0px;
    position: absolute;
    overflow: visible;
    z-index: 2;
}

#bkg{
	width: 298px;
	height: 598px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#bkg_overlay{
	width: 298px;
	height: 598px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#logo{
	top: 24px;
	max-width: 225px;
	max-height: 39px;
	position: absolute;
}
#clicker{
	width: 300px;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#result_bkg,
#result_overlay{
	width: 298px;
	height: 598px;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;

	transition: opacity .5s ease-in-out;
}




#mcatTrack {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	/* width: 192px; */
	height: 5px;
	border-radius: 5px 0px 0px 5px;
	top: 393px;
	background-color: white;
	outline: none;
	display: block;

}

#mcatTrack_dummy {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	/* width: 192px; */
	height: 5px;
	border-radius: 5px 0px 0px 5px;
	top: 395px;
	background-color: transparent;
	outline: none;
	display: block;

}

#trackContainer{
	width: 192px;
	height: 600px;
	left: 48px;
	top: 0px;
	position: absolute;
	display: block;
}


#mcatTrack_text {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	/* width: 50px; */
	text-align: center;
	height: 18px;
	font-size: 18px;
	width: 31px;
	border-radius: 50px;
	font-family: 'Didact Gothic';
	color: white;
	background-color: transparent;
	/* background-color: white; */
	outline: none;
	display: block;
	/* margin: 75px auto; */
}

#gpaTrack {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	height: 5px;
	top: 451px;
	border-radius: 5px 0px 0px 5px;
	background-color: white;
	outline: none;
	display: block;
	/* margin: 75px auto; */
	/* left: 100px; */
}

#gpaTrack_dummy {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	height: 5px;
	top: 455px;
	border-radius: 5px 0px 0px 5px;
	background-color: transparent;
	outline: none;
	display: block;
	/* margin: 75px auto; */
	/* left: 100px; */
}


#gpaTrack_text {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	width: 31px;
	/* width: 50px; */
	text-align: center;
	height: 18px;
	font-size: 18px;
	border-radius: 50px;
	font-family: 'Didact Gothic';
	background-color: transparent;
	color: white;
	/* background-color: white; */
	outline: none;
	display: block;
	/* margin: 75px auto; */
}



.reminder {
	color: #000;
	font-family: 'Didact Gothic', sans-serif;
	text-transform: uppercase;
	font-size: 4rem;
	text-align: center;
	opacity: 0.4;
}

.code {
	width: 100%;
	background-color: #ededed;
	margin-top: 200px;
	padding: 25px;
}

.range {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 2rem;
	text-align: left;
}

.obj {
	width: 250px;
	height: 250px;
	background-color: #000;
	margin: 150px auto;
}

.toosmall {
  display: none;
}

#faker {
  width: 192px;
  height: 5px;
  left: 48px;
  cursor: pointer;
  margin: 0px auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.35);
  border:none;
  position: absolute;
}


#fakerTwo {
  width: 192px;
  height: 5px;
  left: 48px;
  cursor: pointer;
  /* padding-left: 3px; */
  /* paddin-right */
  margin: 0px auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.35);
  border:none;
  position: absolute;
}

/* the slider */
input[type=range] {
  -webkit-appearance: none;
  width: 192px;
  left: 48px;
  border-radius: 50px;
  /* overflow: visible; */
  background-color: transparent;
  outline: none;
  border: none;
  position: relative;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 192px;
  height: 5px;
  cursor: pointer;
  margin: 0px auto;
  /* box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); */
  /* color: transparent; */
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border:none;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 2px #000031, 0px 0px 2px #00004b;
  border: 1.8px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  outline: none;
}
input[type=range]::-moz-range-track {
  width: 192px;
  height: 5px;
  cursor: pointer;
  appearance: none;
  color: rgba(0, 0, 0, 0);
  /* box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); */
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
  border: 0px solid rgba(0, 0, 0, 0);
}

input[type=range]:-moz-focusring{
    outline: none;
}

input[type=range]:focus::-moz-range-track {
	outline: none;
}

input[type=range]::-moz-focus-outer {
    border: 0;
    }

input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 2px #000031, 0px 0px 2px #00004b;
  border: 1.8px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #ffffff;
  cursor: pointer;
  outline: none;
}
input[type=range]::-ms-track {
  width: 192px;
  height: 20px;
  margin: 2px auto;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgb(255,255,255);
  border: 0px solid rgb(0, 0, 0);
  border-radius: 5px;
  height: 5px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.35);
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  height: 5px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 2px 2px 2px #000031, 0px 0px 2px #00004b;
  border: 1.8px solid rgba(0, 0, 0, 0);
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  /* height: 2px; */
}

input[type=range]::-ms-tooltip {
  display: none;
  /* height: 2px; */
}
input[type=range]:focus::-ms-fill-lower {
  background: rgb(255,255,255);
  /* margin-top: -10px; */
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(3, 3, 3, 0.35);
  /* margin-top: -10px; */
}
