/* Scalable canvas */

div.fullWidth {
	position: absolute;
	width: 100%;
	height: 100%;
}

div.fullWidth canvas {
	width: 100%;
	height: 100%;
}

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:24px;
   width:100%;
   background:#000;
   opacity:0.8;
   z-index: 99;
}

/* IE 6 */
* html #footer {
   position:absolute;
   opacity:0.8;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

body {
	background-color: #2B2F37;
	width:100%;
	height:100%;
}

::selection {
  background: #22567d; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #22567d; /* Gecko Browsers */
}

.button {
  background-color: #F5FFF4; 
  border: 3px;
  border-color: #22567D;
  border-style: solid;	
  color: #091827;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  margin-top: 15px;
  margin-bottom: 4px;
  box-shadow: 3px 3px 0px #071724;
  border-radius: 25px;
}

.button:focus {
	outline: none;
    border-color: #196aa7;
}
	
.button:hover {
    background-color: #7e97ab;
}

input[type=text], select {
  width: 80%;
  padding: 8px 12px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  display: inline-block;
  border: 3px;
  box-shadow: 3px 3px 0px #071724;
  border-color: #22567D;
  border-style: solid;	
  color: #091827;
  background-color: #F5FFF4; 
  font-size: 23px;
  color: #091827;
  border-radius: 25px;
  text-align:center;
}

input[type=text]:focus {
    background-color: #ffffff;
	outline: none;
    border-color: #196aa7;
}

div#loadingBox {
  width: 350px;
  margin-top: -10px;
  text-align: center;
  margin: auto auto;
  background-color: #173B5E;
  background-size: cover;
  border: 3px;
  border-color: #22567D;
  border-style: solid;	
  box-shadow: 3px 3px 0px #071724;
  margin-top: 25px;
  border-radius: 15px;
}

div#alertBox {
  width: 350px;
  margin-top: -10px;
  text-align: center;
  margin: auto auto;
  background-color: #173B5E;
  background-size: cover;
  border: 3px;
  border-color: #22567D;
  border-style: solid;	
  box-shadow: 3px 3px 0px #071724;
  margin-top: 25px;
  border-radius: 15px;
}
p#alertMessage {
  color: #e6e6e6;
  letter-spacing: 1px;
  font-family: "Monaco", sans-serif;
  text-align: center;
  font-size: 21px;
  font-weight: bolder;
  margin: 15px;
}

#alert {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
}

#anon_button {
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 0px;
	padding: 10px 22px;
	margin-bottom: 14px;
}

.container {
  width: 500px;
  margin-top: -10px;
  text-align: center;
  margin: auto auto;
  background-size: cover;
  background-color: #173B5E;
  border: 3px;
  border-color: #22567D;
  border-style: solid;	
  box-shadow: 3px 3px 0px #071724;
  border-radius: 15px;
}

.transparentcontainer {
  width: 650px;
  margin-top: -10px;
  text-align: center;
  margin: auto auto;
}

.template {
	background-color: #125016;
	background-image: linear-gradient(45deg, #208627 25%, transparent 25%, transparent 75%, #208627 75%, #208627), 
	linear-gradient(-45deg, #208627 25%, transparent 25%, transparent 75%, #208627 75%, #208627);
	background-size:100px 100px;
}

img#logo{
  width: 490px;
  max-height: calc(100% - 30px);
  margin: 0px;
  padding-top: 32px;
  text-align: center;
}

/* Progress bar */

div#bgBar {
  position: absolute;
  width: 300px;
  margin-left: -150px;
  left: 50%;
  height: 15px;
  display: block;
  background-color: #333;
  border-radius: 6px;    
  margin-top: 15px;
}

div#progressBar {
  left: 50%;
  position: absolute;
  margin-left: -150px;
  width: 0px;
  height: 15px;
  background-color: #2796C4;
  border-radius: 6px;
  margin-top: 15px;
}

div#logo {
    font-size: 100px;
    font-weight: bold;
    color: white;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #22567D;
    text-shadow: 3px 3px 0 #000, /* Simulated effect for Firefox and Opera and nice enhancement for WebKit */ -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	text-align: center;
}

p#loadingInfo {
  color: #e6e6e6;
  letter-spacing: 1px;
  width: 100%;
  font-family: "Monaco", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  margin-top: 35px;
  margin-bottom: 15px;
}
