/* Colors */
/* line 60, ../scss/constants.scss */
.color-text {
  color: #EBEBEB;
}

/* line 61, ../scss/constants.scss */
.color-text-50 {
  color: #808080;
}

/* line 62, ../scss/constants.scss */
.color-primary {
  color: #D77617;
}

/* line 63, ../scss/constants.scss */
.color-secondary {
  color: #f5c983;
}

/* Fonts */
/* line 73, ../scss/constants.scss */
.font-title {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../scss/constants.scss */
.box-shadow {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

/* line 3, ../scss/app.scss */
.divider {
  background: url("/assets/divider.png");
  background-size: 291px;
  background-repeat: no-repeat;
  background-position: center;
  width: 291px;
  height: 12px;
  margin: 0 auto;
}

/* line 17, ../scss/app.scss */
html, body {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 25, ../scss/app.scss */
body {
  color: #EBEBEB;
  background: #191A1C;
  position: relative;
  display: flex;
  flex-direction: column;
}
/* line 28, ../scss/app.scss */
body#wot {
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
}
/* line 42, ../scss/app.scss */
body a {
  color: #D77617;
}
/* line 46, ../scss/app.scss */
body a:hover, body a:active, body a:focus, body a .active {
  color: #D77617;
  text-decoration: none;
}
/* line 53, ../scss/app.scss */
body .vertical-scrolling {
  overflow-y: scroll;
}
/* line 60, ../scss/app.scss */
body .hover:hover {
  cursor: pointer;
}
/* line 63, ../scss/app.scss */
body #advent-modal {
  top: 0;
  position: fixed;
}
/* line 67, ../scss/app.scss */
body #advent-modal .modal-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}
/* line 75, ../scss/app.scss */
body #advent-modal .modal-overlay.opaque {
  background: black;
}
/* line 80, ../scss/app.scss */
body #advent-modal .modal-contents-region {
  position: fixed;
  top: 0;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 92, ../scss/app.scss */
body #main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-grow: 1;
}
/* line 100, ../scss/app.scss */
body .logo-title {
  width: 165px;
}
/* line 101, ../scss/app.scss */
body .logo-badge {
  width: 30px;
}
/* line 104, ../scss/app.scss */
body .form-group .has-error {
  border-color: #B03535;
}

/* Colors */
/* line 114, ../scss/app.scss */
.primary-text-color, .color-text-primary {
  color: #D77617;
}

/* line 115, ../scss/app.scss */
.secondary-text-color, .color-text-secondary {
  color: #f5c983;
}

/* line 116, ../scss/app.scss */
.tertiary-text-color, .color-text-tertiary {
  color: #279084;
}

/* line 118, ../scss/app.scss */
h1, h2, h3 {
  font-weight: 700;
  margin: 0;
  letter-spacing: 1.5px;
  line-height: 30px;
}

/* line 124, ../scss/app.scss */
h1 {
  font-size: 25px;
}

/* line 125, ../scss/app.scss */
h2 {
  font-size: 21px;
}

/* line 126, ../scss/app.scss */
h3 {
  font-size: 17px;
}

/* line 128, ../scss/app.scss */
h1, h2, h3, h4, h5, h6 {
  color: #f5c983;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* General elements */
/* line 135, ../scss/app.scss */
ol.list {
  padding-left: 1em;
}

/* line 137, ../scss/app.scss */
ul.list {
  padding-left: 0;
  list-style-type: none;
}
/* line 141, ../scss/app.scss */
ul.list li {
  background: url("/assets/list-bullet.png") no-repeat left;
  background-position: 0 50%;
  padding-left: 10px;
}

/* line 149, ../scss/app.scss */
.centered-text-div {
  /*
      Class for a div that takes up all available space and displays a
      piece of text centered both horizontally and vertically.
  */
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

/* line 160, ../scss/app.scss */
.half-opacity {
  opacity: 0.5;
}

/* line 164, ../scss/app.scss */
button.btn-default.dark-button:not(:hover), a[role=button].btn-default.dark-button:not(:hover) {
  background-color: inherit;
  color: inherit;
}
/* line 168, ../scss/app.scss */
button.btn-default.dark-button:hover, a[role=button].btn-default.dark-button:hover {
  color: black;
  border-color: black;
  background-color: #ccc;
}

/* line 179, ../scss/app.scss */
.mob, .mob_template {
  color: #e2d669;
}

/* line 180, ../scss/app.scss */
.item, .item_template {
  color: #279084;
}

/* line 181, ../scss/app.scss */
.room {
  color: #5bd4ed;
}

/* line 184, ../scss/app.scss */
#notification-box {
  position: relative;
}
/* line 187, ../scss/app.scss */
#notification-box .ui-notification {
  border: 3px solid #279084;
  position: absolute;
  max-width: 300px;
  left: 0;
  right: 0;
  top: 17px;
  margin-right: auto;
  margin-left: auto;
  z-index: 10000;
}
/* line 199, ../scss/app.scss */
#notification-box .ui-notification div.notification-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #266962;
  z-index: 100;
}
/* line 211, ../scss/app.scss */
#notification-box .ui-notification.error {
  border-color: #C13434;
}
/* line 213, ../scss/app.scss */
#notification-box .ui-notification.error .notification-background {
  background-color: #8b2b2e;
}
/* line 218, ../scss/app.scss */
#notification-box .ui-notification div.message {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
  z-index: 110;
}
/* line 226, ../scss/app.scss */
#notification-box .ui-notification div.close-button {
  position: absolute;
  right: 6px;
  top: 0;
  z-index: 120;
}
/* line 227, ../scss/app.scss */
#notification-box .ui-notification div.close-button:hover {
  cursor: pointer;
}
/* line 233, ../scss/app.scss */
#notification-box .ui-notification div.close-button span {
  color: #161616;
  font-size: 15px;
}

/* ==== WOT client ==== */
/* line 245, ../scss/app.scss */
#wot-modal {
  z-index: 1000;
  top: 0;
  position: fixed;
}
/* line 250, ../scss/app.scss */
#wot-modal .modal-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}
/* line 258, ../scss/app.scss */
#wot-modal .modal-overlay.opaque {
  background: black;
}
/* line 263, ../scss/app.scss */
#wot-modal .modal-contents-region {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 273, ../scss/app.scss */
#wot-modal .wot-help {
  background: #191A1C;
  color: #EBEBEB;
  font-size: 13px;
  border: 10px solid #020202;
  padding: 10px;
  max-width: 760px;
  margin: 0 auto;
  vertical-align: middle;
  overflow-y: auto;
}
/* line 286, ../scss/app.scss */
#wot-modal .wot-help .cmd {
  color: #f5c983;
}
/* line 290, ../scss/app.scss */
#wot-modal .wot-help .title-banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/* line 296, ../scss/app.scss */
#wot-modal .wot-help .title-banner .close-icon {
  color: #C13434;
  padding: 5px;
}
/* line 300, ../scss/app.scss */
#wot-modal .wot-help .title-banner .close-icon:hover {
  cursor: pointer;
}
/* line 305, ../scss/app.scss */
#wot-modal .wot-help ul li:not(:last-child) {
  margin-bottom: 5px;
}

/* line 315, ../scss/app.scss */
.wot-client {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}
/* line 329, ../scss/app.scss */
.wot-client #notification-box > .ui-notification {
  top: 20px;
}
/* line 333, ../scss/app.scss */
.wot-client .tic-timer-region {
  width: 20px;
  text-align: center;
}
/* line 338, ../scss/app.scss */
.wot-client #timer-region {
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}
/* line 344, ../scss/app.scss */
.wot-client #timer-region .timer-view {
  color: #808080;
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: rgba(26, 26, 28, 0.8);
  border: 1px solid #242629;
}
/* line 358, ../scss/app.scss */
.wot-client #player-count-region {
  position: relative;
  top: 15%;
  margin: 0 auto;
  color: #b3b3b3;
}
/* line 365, ../scss/app.scss */
.wot-client .header-region {
  background-color: #131217;
  height: 80px;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 650px) {
  /* line 365, ../scss/app.scss */
  .wot-client .header-region {
    height: 40px;
  }
}
/* line 377, ../scss/app.scss */
.wot-client .header-region .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 387, ../scss/app.scss */
.wot-client .header-region .inner .logo {
  flex: 1 0;
  display: flex;
  justify-content: center;
}
/* line 393, ../scss/app.scss */
.wot-client .header-region .inner .world-name {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #808080;
  flex: 3 0;
  display: flex;
  justify-content: center;
}
/* line 401, ../scss/app.scss */
.wot-client .header-region .inner .world-name a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
/* line 407, ../scss/app.scss */
.wot-client .header-region .inner .world-name img.help-icon {
  position: relative;
  top: -7px;
  width: 24px;
  height: 23px;
  margin-left: 5px;
}
/* line 415, ../scss/app.scss */
.wot-client .header-region .inner .world-name img.help-icon:hover {
  cursor: pointer;
}
/* line 421, ../scss/app.scss */
.wot-client .header-region .header {
  background-color: #131217;
  height: 80px;
  width: 100%;
  flex-shrink: 0;
}
/* line 426, ../scss/app.scss */
.wot-client .header-region .header .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 433, ../scss/app.scss */
.wot-client .header-region .header .inner .logo {
  flex: 1 0;
  display: flex;
  justify-content: center;
}
/* line 437, ../scss/app.scss */
.wot-client .header-region .header .inner .logo img.logo-badge {
  width: 30px;
}
/* line 439, ../scss/app.scss */
.wot-client .header-region .header .inner .world-name {
  font-size: 18px;
  flex: 2 0;
  display: flex;
  justify-content: center;
}
/* line 444, ../scss/app.scss */
.wot-client .header-region .header .inner .world-name a {
  color: #808080;
  text-decoration: none;
  font-weight: 700;
}
/* line 449, ../scss/app.scss */
.wot-client .header-region .header .inner .world-name .help-icon {
  width: 16px;
  height: 15px;
}
/* line 452, ../scss/app.scss */
.wot-client .header-region .header .inner .world-name .help-icon:hover {
  cursor: pointer;
}
/* line 454, ../scss/app.scss */
.wot-client .header-region .header .inner .world-name img.help-icon {
  margin-left: 5px;
}
/* line 462, ../scss/app.scss */
.wot-client .main-region {
  min-height: 0;
  min-width: 0;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
/* line 473, ../scss/app.scss */
.wot-client .main-region .game-view {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  min-height: 0;
  min-width: 0;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
}
/* line 488, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 200;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}
/* line 501, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper .corner-map-region canvas {
  background: rgba(26, 26, 28, 0.8);
  border: 1px solid #242629;
}
/* line 506, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper .corner-map-region:hover {
  cursor: pointer;
}
/* line 511, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper .coms-region {
  flex-grow: 0;
  overflow-y: auto;
}
/* line 516, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper .coms-region .coms-collection {
  background: #191A1C;
  border: 1px solid #242629;
  padding: 5px;
  display: flex;
  flex-direction: column-reverse;
}
/* line 524, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper .coms-region .coms-collection .com-msg {
  margin-bottom: 5px;
}
/* line 526, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper .coms-region .coms-collection .com-msg.yellow {
  color: #f5c983;
}
/* line 527, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper .coms-region .coms-collection .com-msg.red {
  color: #C13434;
}
/* line 528, ../scss/app.scss */
.wot-client .main-region .game-view .map-wrapper .coms-region .coms-collection .com-msg.blue {
  color: #99ccff;
}
/* line 534, ../scss/app.scss */
.wot-client .main-region .game-view .console-region {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  display: flex;
  min-height: 0;
  min-width: 0;
}
/* line 546, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch;
}
/* line 563, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message {
  flex: 0 0 auto;
  margin: 0;
}
/* line 572, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message pre {
  color: inherit;
  overflow: hidden;
}
/* line 577, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message.echo {
  color: #808080;
  margin-bottom: 0;
}
/* line 582, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message.room-view, .wot-client .main-region .game-view .console-region .console .message.prompt {
  margin-bottom: 1em;
}
/* line 587, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message:last-child {
  margin-bottom: 0;
}
/* line 591, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message span.red {
  color: #C13434;
  font-weight: 400;
}
/* line 595, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message span.blue {
  color: #99ccff;
  font-weight: 400;
}
/* line 599, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message span.yellow {
  color: #f5c983;
}
/* line 602, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message span.green {
  color: #6ed26e;
  font-weight: 400;
}
/* line 606, ../scss/app.scss */
.wot-client .main-region .game-view .console-region .console .message span.purple {
  color: #a476fa;
  font-weight: 400;
}
/* line 614, ../scss/app.scss */
.wot-client .main-region .game-view .scroll-tool-region {
  width: 100%;
  position: absolute;
  bottom: 65px;
  display: flex;
  flex-direction: column-reverse;
  z-index: 100;
}
/* line 622, ../scss/app.scss */
.wot-client .main-region .game-view .scroll-tool-region .scroll-tool-view {
  display: flex;
  flex-direction: column-reverse;
  height: 50px;
  background: linear-gradient(to bottom, transparent, #191a1c 100%);
}
/* line 632, ../scss/app.scss */
.wot-client .main-region .game-view .scroll-tool-region .scroll-tool-view .new-messages {
  border-radius: 2px;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  background: #D77617;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 4px 8px;
  margin: 0 auto;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 12px;
  display: inline;
}
/* line 634, ../scss/app.scss */
.wot-client .main-region .game-view .scroll-tool-region .scroll-tool-view .new-messages:hover {
  cursor: pointer;
}
/* line 650, ../scss/app.scss */
.wot-client .main-region .game-view .scroll-tool-region .scroll-tool-view .new-messages::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 5px solid #D77617;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 49%;
  bottom: -5px;
}
/* line 668, ../scss/app.scss */
.wot-client .main-region .game-view .input-region {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
/* line 680, ../scss/app.scss */
.wot-client .main-region .game-view .input-region .form-group {
  margin: 0;
}
/* line 682, ../scss/app.scss */
.wot-client .main-region .game-view .input-region .text-input {
  width: 100%;
}
/* line 686, ../scss/app.scss */
.wot-client .main-region .game-view .room-view .room-name {
  color: #99ccff;
  font-weight: 400;
}
/* line 691, ../scss/app.scss */
.wot-client .main-region .game-view .room-view .room-items {
  color: #6ed26e;
}
/* line 695, ../scss/app.scss */
.wot-client .main-region .game-view .room-view .room-mobs {
  color: #f5c983;
}
/* line 700, ../scss/app.scss */
.wot-client .main-region .game-view .room-view .room-description div:empty:before {
  content: "\200b";
}
/* line 707, ../scss/app.scss */
.wot-client .main-region.wide > .game-view {
  max-width: none;
}

/* line 712, ../scss/app.scss */
.form-group {
  margin-bottom: 1rem;
}
/* line 715, ../scss/app.scss */
.form-group label {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f5c983;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
  display: block;
  padding-bottom: .5rem;
}
/* line 727, ../scss/app.scss */
.form-group input, .form-group textarea, .form-group select {
  box-sizing: border-box;
  font-weight: 30;
  background: #111;
  border: 1px solid #424242;
  color: #ebebeb;
  border-radius: 2px;
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: 0;
}

/* line 743, ../scss/app.scss */
button[type=submit] {
  background-color: #D77617;
  border: 0;
  color: white;
  font-size: 13px;
  line-height: 12px;
  border-radius: 2px;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  outline: 0;
}
/* line 755, ../scss/app.scss */
button[type=submit]:hover {
  cursor: pointer;
}

/* line 758, ../scss/app.scss */
.login-view {
  background-color: #191A1C;
  width: 200px;
  margin: 0 auto;
  align-self: center;
  border: 10px solid #020202;
  padding: 30px 40px;
}
/* line 765, ../scss/app.scss */
.login-view h1 {
  color: #EBEBEB;
  margin: 0 0 1.5em 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-size: 1.5em;
}
/* line 774, ../scss/app.scss */
.login-view a:hover {
  text-decoration: underline;
}
