.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}

body
{
	background-attachment: fixed; 
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: 100vw 100vh;
    user-select: none;
    box-sizing: border-box;
}
.noPadding
{
	padding : 0%!important;
}
.fontcls
{
	font-size: 2vw;
    border: 1px solid black;
    margin-top: 2vh;
    font-weight: bold;
	color:black;
	background-color: aliceblue;
    border-radius: 1vw;
	height:7vh;
}
.objClass
{
	    font-size: 2vw;
    margin-top: 2vh;
    font-weight: bold;
    color: #efe3e3;
}
.borderClass
{
    font-size: 2vw;
    font-weight: bold;
    border: 1px solid black;
}
#numberSystemDiv
{
	display:none;
	margin-top: 6vh;
	background-color: steelblue;
}
}
#myModal
{
	display:none;
}
.question
{
	font-size:2vw;
	color: white;
}
#equationDiv{
	display:none;
	border-radius: 1vw;
    border: 2px solid black;
    height: 48vh;
    background-color: #37558a;
    text-align: center;
    margin-top: 5vh;
}
#mainDiv3
{
	border-top:2px solid black;
	margin-top:2vh;
}
#numberDiv3
{
	margin-top:5vh;
}
.marginClass
{
	margin-top:3vh;
}
.calValuesClass
{
	/* height:10vh; */
	text-align: center;
	font-size: 2.5vw;
	font-weight:800;
	font-family: 'Abril Fatface', serif;
	background-color:	rgb(55, 85, 138);
	color:	#fff;
	border: none;
	border-radius: 1vw;
	box-shadow: 0.6vh 0.6vh #999;
}
.calValuesClass:active 
{
  background-color: #3e8e41;
  box-shadow: 0.4vh 0.4vh #666;
  transform: translateY(4px);
}

.rowClass
{
	margin-top:1.5vh;
}
.calButtonClass
{
	/* height:10vh; */
	background-color: #4CAF50;
	color:#fff;
	border: none;
	border-radius: 1vw;
	box-shadow: 0.6vh 0.6vh #999;
}
.calButtonClass:active
{
  background-color: #3e8e41;
  box-shadow: 0.4vh 0.4vh #666;
  transform: translateY(4px);
}
.glyphiColor
{
	color:white;
	font-size: 2.5vw;
}
#level1,#row5
{
	margin-bottom: 3vh;
}
    
/* .box
{
	background-color: #ABABAB;
	border-radius: 4px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	box-shadow: -3px 3px 7px rgba(0, 0, 0, .6), inset -100px 0px 100px rgba(255, 255, 255, .5);
	margin-top: -1%;
} 

.row{
   margin-bottom: 3%;
   margin-left: -1%;
}


.button {
	display: inline-block;
	margin-left: 7%;
	font-size: 2vw;
	font-weight: bold;
	border-radius: 4px;
	padding:0%;
	text-align:center;
}

.display{
	    margin: 8% 0 7% 18%;
}
.display input
{
	display: block;
	padding:3%;
	height: 7vh;
	border-radius: 4px;
	border-top: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	background-color: #FFF;
	box-shadow: inset 0px 0px 10px #030303, inset 0px -20px 1px rgba(150, 150, 150, .2);
	font-size: 2vw;
	color: #666;
	text-align: right;
	font-weight: 500;
} 

#clearButton{
	color: #FFF;
	text-shadow: -1px -1px 0px #44006F;
	background-color: #D20000;
	border-top: 2px solid #FF8484;
	border-right: 2px solid #FF8484;
	border-bottom: 2px solid #800000;
	border-left: 2px solid #800000;
	box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #B00000;
	font-size:2vw;
}

.digits,#backSpaceButton
 {
	color: #181818;
	text-shadow: 1px 1px 0px #FFF;
	background-color: #EBEBEB;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	border-radius: 4px;
	box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #DCDCDC;
	font-size:2vw;
}

.mathButtons {
	color: #FFF;
	text-shadow: -1px -1px 0px #44006F;
	background-color: #434343;
	border-top: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;
	border-bottom: 2px solid #181818;
	border-left: 2px solid #181818;
	box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #2E2E2E;
	font-size:2vw;
}


.digits:hover,
.mathButtons:hover,
#clearButton:hover {
	background-color: #FFBA75;
	box-shadow: 0px 0px 2px #FFBA75, inset 0px -20px 1px #FF8000;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
} */
#message
{
	font-size:6vw;
}
#endPage
{
	margin-top: 10%;
}

