﻿h1,
h3 {
  text-align: center;
  color: #666;
}
h1 {
  font-size: 36px !important;
}
h2 {
  font-size: 26px !important;
}
h3 {
  font-size: 20px !important;
}
body {
  background-color: #fbfbfb;
  font-family: Roboto sans-serif;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.content {
  height: 100%;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 50px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#board-container {
  display: inline-block;
  margin: 0 auto;
}
.tile {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.tile .number-token:after {
  position: absolute;
  z-index: 5;
  text-align: center;
  color: #4d4d4d;
}
.transition-all-bez-normal {
  -moz-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.transition-all-normal {
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
#game-pref-form {
  display: inline-block;
}
#game-status {
  height: 40px;
  width: 60px;
  border-radius: 3px;
  background-color: lightgreen;
  margin-top: 25px;
}
.input-field {
  margin-bottom: 40px;
}
.working {
  background-color: indianred !important;
}
.caret {
  border-top: none!important;
}
#random-port-cb {
  margin-bottom: 40px;
}
.hex {
  float: left;
  margin-left: 5px;
  margin-bottom: -11px;
}
.hex .top {
  width: 0;
  border-bottom: 15px solid rgba(0, 163, 251, 0.4);
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
}
.hex .middle {
  width: 52px;
  height: 30px;
  background: rgba(0, 163, 251, 0.4);
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  /*
    span {
        width: 100%;
        
    }

    ul {
        list-style-type: none;
        text-align: center;
        height: 4px;
        width: 34px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        li {
            height: 4px;
            width: 4px;
            border-radius: 50%;
            background-color: red;
            margin-left: 0 !important;
            margin-right: 0 !important;
            display: inline-block;
        }
    }
        */
}
.hex .bottom {
  width: 0;
  border-top: 15px solid rgba(0, 163, 251, 0.4);
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
}
.hex-row {
  clear: left;
}
.hex-row.even {
  margin-left: 28.5px;
}
#board-container-2 {
  display: inline-block;
  margin: 0 auto 50px auto;
}
#current-max-val {
  text-align: center;
}
#current-port-val {
  text-align: center;
}
/*# sourceMappingURL=main.css.map */