/* Generic Tags */
html,
body {
  font: 14px "Open Sans", Arial, Helvetica, sans-serif;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #B0C6BD;
  padding: 0;
  margin: 0;
}
form {
  min-height: 200px;
}
label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  display: inline-block;
  margin-top: 12px;
  width: 100%;
}
input {
  font-size: 12px;
  outline: none;
}
input[type=text] {
  color: #111;
  width: 99%;
  height: 35px;
  padding: 1px;
}
button {
  margin-top: 20px;
  max-width: 150px;
  width: 99%;
  height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0.1em 0;
  padding: 0;
  line-height: 1em;
}
h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
h1,
h2 {
  font-weight: 300;
}
/* Common Classes */
.sessionContainer,
.waitingContainer,
.gameContainer,
.resultContainer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  height: 100%;
}
.pageSpacing {
  margin: 40px 20px 20px;
}
.sessionContainer {
  margin-top: 0px;
}
.inner {
  padding: 10px;
  height: inherit;
  margin: auto;
  position: relative;
}
.center,
.stats {
  text-align: center;
}
.paddedText {
  padding: 5px 0px;
}
.paddedText div {
  padding: 5px;
}
.paddedText .asset-name {
  font-weight: 600;
  display: inline-block;
  background-color: #C8D7D1;
  padding: 1px 8px;
  border-radius: 6px;
  font-size: 1.2em;
}
.button {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  font-family: inherit;
  font-size: 100%;
  padding: .5em 1em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  border: 0;
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 1em;
}
.toasterContainer {
  position: absolute;
  display: none;
  font-weight: 600;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 453px;
  max-height: 50px;
  width: 50%;
  margin: auto auto 10px;
  text-align: center;
  -webkit-transition: opacity linear 0.25s;
  -moz-transition: opacity linear 0.25s;
  -o-transition: opacity linear 0.25s;
  transition: opacity linear 0.25s;
  opacity: 0;
}
.toasterContainer.active {
  display: table;
}
.toasterContainer.shown {
  opacity: 1;
}
.toasterContainer.danger {
  background: #F15E38;
  color: #FFFFFF;
}
.toasterContainer.warning {
  background: #fff;
  color: #F15E38;
}
.toasterContainer.info {
  background: #191929;
  color: #FFf;
}
.toasterContainer.success {
  background: #37373D;
  color: #FFFFFF;
}
.toasterContainer .toasterText {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.whiteSubBar {
  margin-bottom: 5px;
}
/* Do We Use These? */
.header {
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.footer {
  color: #777;
  border-top: 1px solid #e5e5e5;
}
/* Main Page */
.content-container {
  max-width: 310px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.content-container > * {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  vertical-align: middle;
}
@media (max-device-width: 568px) and (max-device-height: 568px) {
  .content-container > * {
    max-width: 220px;
  }
}
@media (max-device-width: 640px) {
  .content-container {
    max-width: 620px;
  }
}
.sessionForm {
  text-align: left;
}
.logoContainer {
  text-align: center;
}
.logoContainer .logoDefault {
  margin: auto;
  background-image: url(../images/start-logo.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 236px;
  display: block;
  background-size: 300px 236px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .logoContainer .logoDefault {
    background-image: url(../images/start-logo-hi-ppi.png);
  }
}
@media (max-device-width: 568px) and (max-device-height: 320px) {
  .logoContainer .logoDefault {
    width: 200px;
    height: 161px;
    background-size: 200px 161px;
  }
}
@media (max-device-width: 320px) {
  .logoContainer .logoDefault {
    width: 220px;
    height: 177px;
    background-size: 220px 177px;
  }
}
.small-logo {
  height: 58px;
  text-align: center;
  background-color: #ffffff;
  padding-top: 5px;
}
.small-logo .logo-img {
  display: block;
  width: 162px;
  height: 85px;
  background-image: url(../images/logo.png);
  background-size: 162px 85px;
  background-repeat: no-repeat;
  margin: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .small-logo .logo-img {
    background-image: url(../images/logo-hi-ppi.png);
  }
}
.error {
  color: #990000;
  margin: 5px;
  /*margin-left: 18px;*/
  /*padding-left: 10px;*/
}
.joinSessionButton,
.cancelSessionButton {
  font-size: 2em;
  margin: 1em 0;
  padding: 0.3em 1em;
  color: #fff;
  background-color: #191929;
  box-shadow: 0 3px 0 #6f767f;
  transition: all 0.6s ease;
}
.joinSessionButton:hover,
.cancelSessionButton:hover {
  opacity: 0.6;
  box-shadow: 0 1px 0 #6f767f;
}
.joinSessionButton.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sessionForm .required {
  color: #C92F25;
}
.symbol {
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.spade {
  top: 5px;
  left: 5px;
  background-image: url(../images/spade.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .spade {
    background-image: url(../images/spade-hi-ppi.png);
    background-size: 12px 12px;
  }
}
.diamond {
  top: 5px;
  right: 5px;
  background-image: url(../images/diamond.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .diamond {
    background-image: url(../images/diamond-hi-ppi.png);
    background-size: 12px 12px;
  }
}
.heart {
  bottom: 5px;
  left: 5px;
  background-image: url(../images/heart.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .heart {
    background-image: url(../images/heart-hi-ppi.png);
    background-size: 12px 12px;
  }
}
.club {
  bottom: 5px;
  right: 5px;
  background-image: url(../images/club.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .club {
    background-image: url(../images/club-hi-ppi.png);
    background-size: 12px 12px;
  }
}
/* Waiting */
.waitingContainer .waitingMessageContainer {
  padding: 4em 0;
  background: url(../images/stripes.png) repeat top left;
  text-align: center;
}
/* Session Bar */
.sessionBar {
  margin: 3px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-collapse: collapse;
}
@media (max-width: 425px) {
  .sessionBar {
    padding-top: 30px;
  }
}
.sessionBar .sessionLabel {
  display: inline-block;
  width: 50%;
}
.sessionBar .sessionLabel span {
  text-transform: uppercase;
}
.sessionBar .disconnectButtonContainer {
  width: 48%;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: right;
}
.sessionBar .disconnectButtonContainer .disconnectButton {
  background-color: #191929;
  color: #fff;
  padding: 0.3em 1em;
  width: auto;
  margin: 0px;
  transition: all 0.6s ease;
}
/* Game Grid */
.stats {
  white-space: nowrap;
}
.stats .stats-value {
  font-size: 1.2em;
  font-weight: 600;
  padding-right: 0.8em;
}
.stats span {
  display: inline-block;
  padding: 0 0.1em;
}
.stats {
  font-size: 1em;
  margin: 1em 0;
  text-align: center;
}
.selected {
  background-color: #000000;
  color: #FFFFFF;
  background: url("../images/vote.png") no-repeat scroll 3px 3px #191929;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .selected {
    background-image: url(../images/vote-hi-ppi.png);
    background-size: 23px 23px;
  }
}
.gameGrid {
  padding: 0;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  display: none;
  max-width: 760px;
}
@media (orientation: portrait) {
  .gameGrid.portrait {
    display: table;
    max-width: 500px;
  }
}
@media (orientation: landscape) {
  .gameGrid.landscape {
    display: table;
    max-width: 760px;
  }
}
.gameGrid .cell {
  display: table-cell;
}
.gameGrid .card {
  min-width: 50px;
  vertical-align: middle;
  min-height: 100px;
  color: #191929;
  background: #fff;
  border-radius: 6px;
  font-weight: 900;
  font-size: 2.5em;
  text-align: center;
  line-height: 94px;
  box-shadow: 0 3px 0 #767f6f;
  cursor: pointer;
  margin: 3px;
  letter-spacing: -0.08em;
  padding: 0.1em;
  transition: all 0.1s ease;
}
@media (orientation: landscape) {
  .gameGrid .card {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .gameGrid .card {
    min-height: 50px;
    line-height: 50px;
  }
}
.gameGrid div.card:hover,
.gameGrid .row div.current {
  box-shadow: 0 1px 0 #767f6f;
}
.gameGrid div.card:hover span,
.gameGrid .row div.current span {
  opacity: 1;
}
.gameGrid div.card.selected {
  opacity: 1;
  color: #ffffff;
  background: url("../images/vote.png") no-repeat scroll 3px 3px #191929;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .gameGrid div.card.selected {
    background-image: url(../images/vote-hi-ppi.png);
    background-size: 23px 23px;
  }
}
/*.gameGrid div.card.unselected { opacity: .50; color: #ffffff }*/
.gameGrid div.row {
  display: table-row;
}
.selectorArea.grid {
  display: block;
}
/* Results */
.resultContainer {
  font-size: 1em;
  font-weight: 700;
}
.resultContainer .disconnectButton {
  font-weight: 400;
}
.resultContainer .listContainer {
  padding: 5px;
}
.resultContainer .estimateContainer {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 100px;
}
.resultContainer .estimateBox {
  float: left;
  clear: left;
  width: 100px;
  min-height: 100px;
  color: #191929;
  background: #fff;
  border-radius: 6px;
  font-weight: 900;
  font-size: 2.8em;
  text-align: center;
  line-height: 94px;
  box-shadow: 0 3px 0 #767f6f;
  margin: 3px;
  letter-spacing: -0.08em;
  padding: 0.1em;
}
.resultContainer .estimateBox.highlighted {
  position: relative;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .resultContainer .estimateBox.highlighted {
    background-image: url(../images/star-hi-ppi.png);
    background-size: 26px 25px;
  }
}
.resultContainer .playerList {
  display: block;
  margin-top: 0px;
  overflow-y: auto;
  vertical-align: middle;
  padding: 10px;
  min-height: 90px;
}
.resultContainer .playerList span {
  font-size: 1.2em;
}
