@font-face {
    font-family: 'gputeksregular';
    src: url('../fonts/gputeks-regular-webfont.eot');
    src: url('../fonts/gputeks-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gputeks-regular-webfont.woff2') format('woff2'),
         url('../fonts/gputeks-regular-webfont.woff') format('woff'),
         url('../fonts/gputeks-regular-webfont.ttf') format('truetype'),
         url('../fonts/gputeks-regular-webfont.svg#gputeksregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
  font-family: 'gputeksregular';
  font-size: 22px;
  color: #61A4FF; /*#C1DBFF*/
  background-color: #000000;
	margin: 0px;
	padding: 0px;
  height: 100%;
}
/* hide page until angular takes control */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

#blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,26,62,1.0);
  z-index: 10010;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 400;
}

/* floating containers */
.floatingContainer {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  left: 0px;
  top: 0px;
}
.floatingScoresBg  {
  z-index: 9999; background:#000000;
}
.floatingScores {
  z-index: 10000;
}
.floatingHud {
  z-index: 9995;
}
.floatingHurt {
  z-index: 9990;
}

.floatingMinimap {
  opacity:0.5; position:absolute; z-index:9996;
}
.minimapDivCircle {
  border-radius:50%; width:256px; height:256px; overflow:hidden; position:fixed; top:100px; right:20px;
  border-style:solid; border-width:1px; border-color:#00A8BC;
}

/* application containers */
#mainContainer {
  height: 100%;
}
.viewContainer {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.menuTitle {
  font-size: 48px;
}
.menuText {
  font-size: 32px;
}
.menuControls {
  font-size: 18px;
  color: #A0AEC0;
  margin:0px; padding:0px;
}
.menuButton, .menuButtonActive {
  font-size: 24px;
  margin:0px; padding:0px;
}
.menuButtonActive {
  color: #ff0000;
}
.menuButton:hover {
  cursor: pointer;
  color: #ffffff;
}
.welcomeText {
  font-size: 32px;
  color: #aaaaaa;
}
.titleText {
  font-size: 120px;
  text-shadow: 0 -1px black, 0 1px white;
}
.helpText {
  font-size: 18px;
  color: #01FF91;
}
.redText {
  color: #C70000;
}
.mainMenuItem {
  cursor: pointer;
}
.tooltipText {
  font-size: 32px;
  text-shadow: 0px 0px 15px rgba(0, 160, 255, 1);
}

.smallMessage {
  font-size: 26px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.bigMessage {
  font-size: 48px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.energyText {
  text-shadow: 0 -1px black, 0 1px white;
}

.iconEnabled {
  opacity: 1.0;
}
.iconDisabled {
  opacity: 0.2;
}

.textInput {
  font-family: 'gputeksregular';
  color: #61A4FF;
  background:#ffffff;
  font-size:22px;
  font-weight:normal;
  border-style:solid;
  border-width:1px;
  border-color:#BDB5C4;
  padding-left:5px; padding-bottom:0px;
  margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px;
}

.unselectedCell {
  border-width:1px;
  border-style:solid;
  border-color:#000022;
  cursor: pointer;
}
.unselectedCell:hover {
  border-color:#61A4FF;
}
.selectedCell {
  border-width:1px;
  border-style:solid;
  border-color:red;
}

.circleDiv {
  border-radius: 50%; width: 128px; height: 128px; overflow: hidden;
}

.menuFxHover {
  -webkit-transition: all 0.2s ease; /* Safari and Chrome */
  -moz-transition: all 0.2s ease; /* Firefox */
  -ms-transition: all 0.2s ease; /* IE 9 */
  -o-transition: all 0.2s ease; /* Opera */
  transition: all 0.2s ease;
}
.menuFxHover:hover {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);
}

.menuColorFxHover {
  -webkit-transition: all 0.2s ease; /* Safari and Chrome */
  -moz-transition: all 0.2s ease; /* Firefox */
  -ms-transition: all 0.2s ease; /* IE 9 */
  -o-transition: all 0.2s ease; /* Opera */
  transition: all 0.2s ease;
}
.menuColorFxHover:hover {
  -webkit-transform:rotate(90deg) scale(1.1); /* Safari and Chrome */
  -moz-transform:rotate(90deg) scale(1.1); /* Firefox */
  -ms-transform:rotate(90deg) scale(1.1); /* IE 9 */
  -o-transform:rotate(90deg) scale(1.1); /* Opera */
  transform:rotate(90deg) scale(1.1);
  box-shadow: 4px 0px 14px #000000;
}

.selectedColor {
  border-top-style:solid;
  border-top-width:2px;
  border-top-color:#ffffff;
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-bottom-color:#ffffff;
}


