@font-face {
  font-family: exo2;
  src: url("../fonts/Exo2-Regular.woff");
}

body, html {
  overflow: hidden;
}

div {
  color: #f4f4f5;
  font-family: exo2;
  font-size: 18px;
  line-height: 25px;
}

p {
  color: #f4f4f5;
  font-family: exo2;
  font-size: 18px;
  line-height: 25px;
}

ul li {
  color: #f4f4f5;
  font-family: exo2;
  font-size: 18px;
}

body {
  background: #130d1c;
  background-image: url("../img/background.png") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  overflow: hidden;
}

.row {
  max-width: initial;
}

.MapGrid {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.MapGridItem {
  color: #000000;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
  margin: 0.5 rem;
  text-align: center;
  opacity: 0.50;
}

.MapGridItem-image {
  width: 2rem;
  height: 2rem;
  background-image: url(../img/cubelet-unknown@2x.png);
  background-size: cover;
}

.MapGridItem-name {
  font-size: 1rem;
}

.MapGridItem.is-selected {
  opacity: 1.0;
}

.Update-image {
  display: none;
}

.has-update .Update-image {
  display: block;
}

#mapGraph {
  height: 100%;
}

.MapGraph {
  display: block;
  overflow: visible;
}

.MapGraphNode {
  cursor: pointer;
  opacity: 1.0;
  filter: none;
}

.MapGraphNode.is-selected {
  filter: url(#GlowFilter);
}

.MapGraphNode-name {
  fill: white;
  font-family: Verdana;
  font-size: 1rem;
  text-anchor: middle;
}

.MapGraphNode-label {
  color: #fff;
  font-size: 0.5 rem;
}

.MapGraphLink {
  stroke: #999;
  stroke-width: 1px;
  stroke-opacity: 0.5;
}

.leftColumn {
  border-right: #f4f4f5;
  border-right-style: solid;
  border-right-width: 1px;
  padding-top: 10px;
  margin-top: 45px;
  margin-bottom: 45px;
  height: 87%;
}

.leftColumn .inner {
  padding-left: 50px;
  padding-right: 50px;
}

.leftColumn .inner .info {
  padding-top: 75px;
}

#page1 .rightColumn .inner {
  padding-top: 170px;
  padding-left: 50px;
  padding-right: 50px;
}

#page2 .leftColumn .inner {
  height: 100%;
}

#page2 .rightColumn .inner {
  padding-top: 55px;
}

#page2 {
  height: 100vh;
}

.rightColumn .inner {
  padding-left: 50px;
  padding-right: 50px;
}

.rightColumn p {
  padding-top: 50px;
}

.cubeletsFlashButton {
  border: white;
  border-style: solid;
  border-radius: 10px;
  text-transform: uppercase;
  color: white;
  padding: 20px 75px;
  font-family: exo2;
  font-size: 18px;
  border-width: 1px;
  cursor: pointer;
}

.cubeletsFlashRestoreButton {
  border: white;
  border-style: solid;
  border-radius: 10px;
  text-transform: uppercase;
  color: white;
  padding: 20px 15px;
  font-family: exo2;
  font-size: 18px;
  border-width: 1px;
  cursor: pointer;
}

.cubeletsFlashRestoreButton:hover {
  border: rgba(37, 143, 175, 255);
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  color: rgba(37, 143, 175, 255);
  text-transform: uppercase;
  padding: 20px 15px;
  font-family: exo2;
  font-size: 18px;
  cursor: pointer;
}

.flashBorder {
  border: white;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
}

.cubeletsFlashButton:hover {
  border: rgba(37, 143, 175, 255);
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  text-transform: uppercase;
  color: rgba(37, 143, 175, 255);
  padding: 20px 75px;
  font-family: exo2;
  font-size: 18px;
}

.cubeletsFlashButton:hover .buttonText {
  color: rgba(37, 143, 175, 255);
}

.deviceList {
  padding-bottom: 50;
}

.deviceList li {
  width: 135px;
  padding: 0px 8px;
  cursor: pointer;
  border: rgba(0, 0, 0, 0);
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  margin: 2px 0px 2px 0px;
  text-align: center;
}

.deviceList li:hover {
  border: rgba(37, 143, 175, 20);
  border-style: dotted;
  border-radius: 10px;
  border-width: 1px;
}

.deviceList li.selected {
  border: white;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
}

#connectButton .connecting {
  padding-left: 50px;
  padding-right: 50px;
}

#devices {
  padding-left: 100px;
}

#compilerMessagesContainer {
  margin-top: 15px;
}

#blockInfo {
  padding-top: 25px;
}

#cubeletInfo {}

#filedrag {
  font-weight: bold;
  text-align: center;
  padding: 3.5em 0;
  margin: 1em 0;
  color: white;
  border: white;
  border-style: dashed;
  border-radius: 10px;
  border-width: 1px;
  cursor: default;
}

#filedrag.hover {
  border: rgba(37, 143, 175, 20);
  border: rgba(37, 143, 175, 20);
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}

#statusText {
  text-align: center;
  margin-top: 25px;
}

#blockStatus {
  display: none;
  border: white;
  border-style: dashed;
  border-radius: 10px;
  border-width: 1px;
  padding: 30px 25px;
  margin: 1em 0;
}

.jqibox div {
  color: rgb(34, 34, 34) !important;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

div.jqi .jqititle {
  padding: 5px 10px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  border-bottom: solid 1px #eee !important;
}

div.jqi .jqimessage {
  padding: 10px !important;
  line-height: 20px !important;
  color: #444 !important;
  overflow: auto !important;
  font-size: 11px !important;
}
