* {
  font-family: Ubuntu;
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.conceal {
  -webkit-text-security: disc;
}

#mainBody {
  /*background-color: #484848;*/
  background: url(/favicons/background.png);
}

html,
body,
canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: xx-large;
  font-weight: bolder;
}

h2 {
  font-size: small;
  color: #000;
  font-weight: bold;
  text-align: center;
}

optionsHeader {
  display: block;
  margin: 12px 0 5px;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-size: small;
  color: #484848;
  font-style: italic;
  text-align: center;
}

h4 {
  font-size: small;
  color: #8abc3f;
  text-align: center;
}

h5 {
  font-size: x-small;
  color: #484848;
  text-align: center;
}

small {
  font-size: x-small;
}

a:link,
a:visited {
  color: #484848;
}
a:hover {
  color: #b5b5b9;
}

ul {
  padding-left: 15px;
  margin-left: 10px;
}

input {
  text-align: center;
  width: 100%;
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  outline: none;
}

input.checkbox {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  *overflow: hidden;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Ubuntu;
  padding: 2px 24px 2px 8px;
  margin-left: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAFCAYAAACjKgd3AAAARElEQVQoU2NUUFBIYGJims+AB/z//3/h/fv3E3ApYQRJ4DOIkAEg/WBDcBlEjAEohqAbRKwBGIbADGJkZHTAFwboYQMAI8UkBuO6CiYAAAAASUVORK5CYII=)
    100% no-repeat #eee;
  border-radius: 4px;
  border: 1px solid #ccc;
}
select:hover {
  background-color: #ccc;
}
select:active {
  background-color: #eee;
}

#playerNameInput {
  padding: 10px;
  font-size: larger;
}

#playerKeyInput {
  padding: 3px;
  color: gray;
}

input:focus,
input.focus {
  border: solid 1px #cccccc;
  box-shadow: 0 0 3px 1px #dddddd;
}

div {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}

#startMenu {
  position: relative;
  margin: auto;
  width: 1150px;
  padding: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #dde6eb;
  box-sizing: border-box;
  overflow: hidden;
}
#startMenuHeader {
  text-align: left;
  width: 100%;
  height: 100%;
}

.startMenuHolder {
  width: 350px;
  height: 340px;
  padding: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-top;
}

.sliderHolder {
  width: 350px;
  height: 285px;
  overflow: hidden;
}

td {
  width: 50%;
}

table {
  width: 100%;
}

.slider {
  position: relative;
  top: 0px;
  width: 100%;
  -webkit-transition: top 500ms;
  -moz-transition: top 500ms;
  -o-transition: top 500ms;
  transition: top 500ms;
}

#startMenuSlidingContent {
  height: 265px;
}

#startMenuSlidingTrigger {
  cursor: pointer;
  height: 15px;
}
#startMenuSlidingTrigger:hover {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

update {
  color: #d83848;
  font-weight: bold;
}

#patchNotesIFrame {
  width: 350px;
  height: 335px;
}

#patchNotes {
  padding: 10px;
  width: 90%;
  height: 100%;
  overflow: auto;
}

#startButton {
  position: relative;
  margin: auto;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-size: larger;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #8abc3f;
  border: 0;
  border-bottom: 2px solid #739c36;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #739c36;
  -moz-box-shadow: inset 0 -2px #739c36;
  box-shadow: inset 0 -2px #739c36;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#startButton:active,
#startButton:hover {
  top: 1px;
  background: #739c36;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form {
  display: inline-block;
}

#bottomHolder {
  text-align: center;
  margin-bottom: -12px;
}

#discord1 {
  position: relative;
  margin: 2px;
  padding: 5px;
  width: 125px;
  box-sizing: border-box;
  font-size: smaller;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #7288da;
  border: 0;
  border-bottom: 2px solid #5568b7;
  cursor: pointer;
  -moz-box-shadow: inset 0 -2px #5568b7;
  -webkit-box-shadow: inset 0 -2px #5568b7;
  box-shadow: inset 0 -2px #5568b7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#discord1:active,
#discord1:hover {
  top: 1px;
  background: #5568b7;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#discord2 {
  position: relative;
  margin: 2px;
  padding: 5px;
  width: 110;
  box-sizing: border-box;
  font-size: smaller;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #b58efd;
  border: 0;
  border-bottom: 2px solid #8d6adf;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #8d6adf;
  -moz-box-shadow: inset 0 -2px #8d6adf;
  box-shadow: inset 0 -2px #8d6adf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#discord2:active,
#discord2:hover {
  top: 1px;
  background: #8d6adf;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#discord3 {
  position: relative;
  margin: 2px;
  padding: 5px;
  width: 125px;
  box-sizing: border-box;
  font-size: smaller;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2A53FA;
  border: 0;
  border-bottom: 2px solid #294DE1;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #294DE1;
  -moz-box-shadow: inset 0 -2px #294DE1;
  box-shadow: inset 0 -2px #294DE1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#discord3:active,
#discord3:hover {
  top: 1px;
  background: #294DE1;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#discord4 {
  position: relative;
  margin: 2px;
  padding: 5px;
  width: 125px;
  box-sizing: border-box;
  font-size: smaller;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #158999;
  border: 0;
  border-bottom: 2px solid #126672;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #126672;
  -moz-box-shadow: inset 0 -2px #126672;
  box-shadow: inset 0 -2px #126672;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#discord4:active,
#discord4:hover {
  top: 1px;
  background: #126672;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#startMenuWrapper {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
}

.nopadding {
  padding: 0;
  margin: 0;
}

#startMenu ul {
  margin: 10px;
  padding: 10px;
  margin-top: 0;
}

#startMenu .input-error {
  color: red;
  opacity: 0;
  font-size: 12px;
}

#startMenuWrapper {
  z-index: 2;
}

#gameAreaWrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
}

input [type="image"]:focus {
  border: none;
  outline: 1px solid transparent;
  border-style: none;
}

*:focus {
  outline: 1px solid transparent;
  border-style: none;
}
