@charset "UTF-8";
body {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  background: #01d0fe;
  background-image: -moz-linear-gradient(128deg, rgb(1, 208, 254) 0%, rgb(57, 73, 214) 100%);
  background-image: -webkit-linear-gradient(128deg, rgb(1, 208, 254) 0%, rgb(57, 73, 214) 100%);
  background-image: linear-gradient(128deg, rgb(1, 208, 254) 0%, rgb(57, 73, 214) 100%);
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01d0fe",endColorstr="#3949d6",GradientType=1);
  color: #6f848a;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0px;
  letter-spacing: 0.01rem;
}

* {
  _noFocusLine: expression(this.hideFocus=true);
}

::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: none;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  overflow-wrap: anywhere;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

div {
  border: 0;
  font-size: 20px;
  font-size: 1rem;
  box-sizing: border-box;
}

.prominent {
  color: #354144;
}

div.important {
  color: #fe3638;
  background-color: #fff3f3;
  border: 1px solid #ffdbdb;
  border-radius: 4px;
  border-radius: 0.2rem;
  padding: 24px;
  padding: 1.2rem;
  margin-top: 10px;
  margin-top: 0.5rem;
}

b.important {
  color: red;
}

.small-text {
  font-size: 18px;
  font-size: 0.9rem;
  color: #6f848a;
}

div.content {
  padding: 20px;
  padding: 1rem;
}
div.content h1, div.content h2 {
  font-weight: 600;
  margin-top: 6px !important;
  margin-top: 0.3rem !important;
  margin-bottom: 34px !important;
  margin-bottom: 1.7rem !important;
  color: #484c4d;
  position: relative;
}
div.content h1::after, div.content h2::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  bottom: -0.8rem;
  width: 40px;
  width: 2rem;
  height: 10px;
  height: 0.5rem;
  border-radius: 4px;
  border-radius: 0.2rem;
  background-color: #f54f06;
  content: "";
}

ul.inline-buttons li {
  line-height: 50px;
  line-height: 2.5rem;
}

h1 {
  font-size: 33px;
  font-size: 1.66rem;
}

h2 {
  font-size: 30px;
  font-size: 1.5rem;
}

h1 span.tag_num, h2 span.tag_num {
  font-size: 20px !important;
  font-size: 1rem !important;
  color: #6f848a !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

a {
  color: #2F71BE;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease-in-out;
}
a:link {
  color: #2F71BE;
}
a:visited {
  color: #2F71BE;
}
a:active {
  color: #f54f06;
}
a:hover {
  color: #f54f06;
}
a img {
  transition: all 0.25s ease-in-out;
}
a img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

div.menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  transition: all 0.5s;
}
div.menu > div.right {
  overflow: hidden;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #e6e6e6;
}
div.menu > div.right div {
  border-top: 1px solid #e6e6e6;
  padding: 10px 40px;
  padding: 0.5rem 2rem;
}

div.menu > div.right, div.content-menu {
  background-color: white;
  text-align: center;
  transition: all 0.5s;
}
div.menu > div.right a, div.content-menu a {
  text-decoration: none;
  color: #55656a;
  text-align: left;
}
div.menu > div.right a:hover div, div.content-menu a:hover div {
  background-color: #f5f5f5;
}

div.content-menu {
  background-color: #f6fdff;
}

button, a.button, a.anti-button {
  border: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button, a.button, span.paginator a {
  border-radius: 8px;
  border-radius: 0.4rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
  background-color: #f54f06;
  background-image: -moz-linear-gradient(top, #f58c06 0%, #f54f06 100%);
  background-image: -webkit-linear-gradient(top, #f58c06 0%, #f54f06 100%);
  background-image: linear-gradient(to bottom, #f58c06 0%, #f54f06 100%);
  color: white;
  transition: background-color 0.5s;
  line-height: 40px;
  line-height: 2rem;
}
button:hover, a.button:hover, span.paginator a:hover {
  background-image: none;
}
button:active, a.button:active, span.paginator a:active {
  background-color: #f58c06;
  background-image: -moz-linear-gradient(top, #f54f06 0%, #f58c06 100%);
  background-image: -webkit-linear-gradient(top, #f54f06 0%, #f58c06 100%);
  background-image: linear-gradient(to bottom, #f54f06 0%, #f58c06 100%);
  box-shadow: none;
}

div.menu button, a.button {
  color: white !important;
}

button, a.button, a.anti-button {
  height: 64px;
  height: 3.2rem;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.2rem;
  margin: 5px;
  margin: 0.25rem;
  line-height: 64px;
  line-height: 3.2rem;
}

.inline-buttons a.button, .inline-buttons button, a.button.inline, button.inline, a.anti-button.inline {
  box-sizing: content-box;
  height: 26px;
  height: 1.3rem;
  line-height: 26px;
  line-height: 1.3rem;
}

div.content-menu div.info a.button, div.content-menu div.info button {
  height: initial;
  line-height: initial;
}
div.content-menu div.info button {
  padding: 10px 20px;
  padding: 0.5rem 1rem;
  margin: 10px 0;
  margin: 0.5rem 0;
}

button, a.button {
  padding-left: 40px;
  padding-left: 2rem;
  padding-right: 40px;
  padding-right: 2rem;
}

.inline-buttons a.button, .inline-buttons button, a.button.inline, button.inline, a.tanti-button.inline {
  padding: 10px 20px;
  padding: 0.5rem 1rem;
  margin: 5px 0;
  margin: 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 500px) {
  button, a.button {
    padding-left: 20px;
    padding-left: 1rem;
    padding-right: 20px;
    padding-right: 1rem;
  }
  .inline-buttons button, .inline-buttons a.button {
    padding-left: 10px;
    padding-left: 0.5rem;
    padding-right: 10px;
    padding-right: 0.5rem;
  }
}
table.form {
  width: 100%;
}

td.line {
  border-bottom: 1px solid #e6e6e6;
}

td.label.narrow, td.input {
  padding-top: 10px;
  padding-top: 0.5rem;
}

td.input.narrow {
  text-align: left;
  width: 66.6%;
}

td.label.narrow {
  text-align: right;
  padding-right: 20px;
  padding-right: 1rem;
  width: 33.3%;
  min-width: 10%;
}

td.input input, td.input select, td.input textarea {
  box-sizing: border-box;
  width: 90%;
  min-width: 10%;
  margin-right: 8px;
  margin-right: 0.4rem;
  margin-bottom: 2px;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 576px) {
  td.input input, td.input select, td.input textarea {
    width: 47%;
  }
}

label {
  font-size: 18px;
  font-size: 0.9rem;
}

input, select, textarea, div.WYMEditor-holder {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  border: none;
  background: #f4f4f4;
  -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 6px;
  -moz-border-radius: 0.3rem;
  border-radius: 6px;
  border-radius: 0.3rem;
  font-size: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  width: 100%;
}

input, select, textarea {
  padding: 10px 20px;
  padding: 0.5rem 1rem;
}
input.valid, select.valid, textarea.valid {
  border: 1px solid green;
  background-color: #ddffdd;
  color: #006600;
}
input.invalid, select.invalid, textarea.invalid {
  border: 1px solid red;
  background-color: #ffdddd;
  color: #660000;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid #ccc;
  background-color: #fafafa;
  background-image: none;
}

input, select {
  height: 48px;
  height: 2.4rem;
}

td.input input[type=checkbox], input[type=checkbox] {
  width: 40px;
  width: 2rem;
  min-width: auto;
}

/* hint under input element */
.form .hint {
  font-size: 16px;
  font-size: 0.8rem;
}

td.label > div.error, .error-box {
  border: 1px solid #222;
  border-radius: 8px;
  border-radius: 0.4rem;
  background-color: #ffb00a;
  background-image: -webkit-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: -ms-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: -moz-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: -o-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb00a), color-stop(1, #ffdc96));
  background-image: -webkit-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: linear-gradient(to bottom, #ffb00a 0%, #ffdc96 100%);
  padding: 6px;
  padding: 0.3rem;
  margin: 0;
  color: #7d0d0d;
  font-weight: bold;
  font-style: underline;
}

@media screen and (min-width: 576px) {
  td.label > div.error {
    padding: 16px;
    padding: 0.8rem;
    margin: 10px;
    margin: 0.5rem;
  }
  td.label > div.error > label {
    display: inline-block;
    border-bottom: 2px dotted #222;
    margin-bottom: 10px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: #222;
  }
  td.label > div.error > div {
    font-size: 18px;
    font-size: 0.9rem;
  }
}
#submit_container label {
  font-size: 16px;
  font-size: 0.8rem;
}

div.breadcrumbs {
  padding: 10px;
  padding: 0.5rem;
  background: #f3f3f3;
}
div.breadcrumbs .long-crumbs {
  display: none;
}
@media screen and (min-width: 576px) {
  div.breadcrumbs .long-crumbs {
    display: inline-block;
  }
}
@media screen and (min-width: 576px) {
  div.breadcrumbs .short-crumbs {
    display: none;
  }
}

.emoji-button {
  cursor: pointer;
  user-select: none;
  padding: 4px;
  margin: 1px;
  border-radius: 2px;
  background-color: #f54f06;
  line-height: 1;
  color: transparent;
  text-shadow: 0 0 0 white;
}

div.type-url {
  display: inline-block;
  border: 8px dashed #222;
  border: 0.4rem dashed #222;
  color: #222;
  font-size: 24px;
  font-size: 1.2rem;
  margin: 6px 0px;
  margin: 0.3rem 0rem;
  padding: 12px;
  padding: 0.6rem;
  font-weight: 600;
  overflow: hidden;
  background-color: #ffb00a;
}

img.platform {
  border: 0px;
  width: 128px;
  height: 128px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
  div.type-url {
    font-size: 40px;
    font-size: 2rem;
    margin: 10px 0px;
    margin: 0.5rem 0rem;
    padding: 20px;
    padding: 1rem;
  }
}
div.warning {
  background-color: #fd824d;
  color: #3e1301;
  font-size: 24px;
  font-size: 1.2rem;
  margin: 20px;
  padding: 20px;
  padding: 1rem;
  border-radius: 14px;
  border-radius: 0.7rem;
  border: 12px solid #f54f06;
  border: 0.6rem solid #f54f06;
  font-weight: 600;
}

.countdown {
  font-size: 44px;
  font-size: 2.2rem;
}

div.content-menu > a > div {
  border-top: 1px solid #e6e6e6;
  padding: 10px 40px;
  padding: 0.5rem 2rem;
}
div.content-menu div.item {
  border-top: 1px solid #e6e6e6;
  padding: 6px 40px;
  padding: 0.3rem 2rem;
  font-size: 30px;
  font-size: 1.5rem;
  text-align: left;
}
div.content-menu div.info {
  padding: 6px 40px;
  padding: 0.3rem 2rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  text-align: left;
}
div.content-menu div.info a:first-child {
  padding: 10px 20px;
  padding: 0.5rem 1rem;
  margin: 10px 0;
  margin: 0.5rem 0;
  white-space: normal;
}
div.content-menu div.info a:first-child.transaction-uuid {
  padding: 0px;
}
div.content-menu div.info > div {
  text-align: right;
}

div.collapsed {
  text-align: left;
  width: 100%;
  overflow-x: auto;
  min-width: 100%;
}
div.collapsed > ul > li > pre {
  font-family: lucida console, fixedsys, monospace;
  font-size: 16px;
  font-size: 0.8rem;
  background-color: #000070;
  display: table-cell;
  color: #ffe977;
  line-height: normal;
  margin: 0px;
}

pre {
  white-space: pre-wrap;
}
pre > span.log {
  color: #b3b3b3;
}
pre span.warn {
  color: #ff9d77;
  font-weight: bold;
}
pre span.error {
  color: black;
  background-color: #ff6d6d;
}
pre span.string {
  color: #bb7977;
}
pre > span.number, pre > span.log > span.number {
  color: #00C000;
}
pre > span.hr, pre > span.log > span.hr {
  background-color: black;
}
pre > span.date-time, pre > span.log > span.date-time {
  color: #7dac4d;
}
pre > span.link, pre > span.log > span.link {
  color: #00c2ff;
}
pre span.prefix {
  color: #449580;
}

span.paginator a, span.paginator b {
  padding: 5px 15px;
  padding: 0.25rem 0.75rem;
}

span.paginator b.active {
  box-shadow: 0px 0px 0px 1px #6f848a inset;
  border-radius: 8px;
  border-radius: 0.4rem;
  background-color: #f3f3f3;
}

/* notifications list */
div.notifications-list {
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -20px;
  margin-right: -1rem;
}
div.notifications-list div.crash_report {
  background-color: #ffe0a8;
  color: #3e3e3e;
}
div.notifications-list div.crash_server {
  background-color: #ff4040;
  color: black;
}
div.notifications-list div.logged_exception, div.notifications-list div.error {
  background-color: #ffd5d5;
  color: #3e3e3e;
}
div.notifications-list div.support_request {
  background-color: #bde9ff;
}
div.notifications-list div.info {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
div.notifications-list span.project {
  font-size: 18px;
  font-size: 0.9rem;
}
div.notifications-list i.right {
  float: right;
  text-align: right;
  line-height: 20px;
  line-height: 1rem;
  margin-top: -10px;
  margin-top: -0.5rem;
}

#notifications_holder {
  position: fixed;
  display: none;
  z-index: 100;
  top: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 800px;
  max-height: 30%;
  background: white;
  margin: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #222;
}
@media screen and (max-width: 600px) {
  #notifications_holder {
    max-height: 20%;
  }
}

#notifications_close {
  cursor: pointer;
  position: fixed;
  z-index: 101;
  top: 0px;
  right: 10px;
  right: 0.5rem;
  display: block;
  font-size: 30px;
  font-size: 1.5rem;
  width: 40px;
  width: 2rem;
  text-align: right;
}

#notifications_content {
  cursor: pointer;
  width: 100%;
}
#notifications_content i.right {
  margin: 0 0 0 10px;
  margin: 0 0 0 0.5rem;
}
#notifications_content > div {
  padding: 0px 44px 0px 20px;
  padding: 0rem 2.2rem 0rem 1rem;
}

img.country-icon {
  margin: 2px;
}

li.punishment-active {
  font-weight: bold;
}

li.punishment-unapproved {
  color: #f55;
}

span.punishment-creation-time {
  font-size: 14px;
  font-size: 0.7rem;
  margin-right: 10px;
  margin-right: 0.5rem;
  font-style: italic;
}

u.punishment-kind {
  text-decoration: underline dotted 1px;
}

u.punishment-ban {
  color: red;
}

u.punishment-chargeback {
  color: magenta;
  text-decoration: underline solid 3px;
}

u.punishment-pay {
  color: cyan;
}

span.selected-button {
  display: inline-block;
  border: 1px solid #6f848a;
  border-radius: 8px;
  border-radius: 0.4rem;
  background-color: #c9f4ff;
  padding: 16px;
  padding: 0.83rem;
  margin: 0 5px;
  margin: 0 0.25rem;
  vertical-align: top;
}

div.header {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
@media screen and (min-width: 1034px) {
  div.header {
    box-sizing: border-box;
  }
  div.header.fixed-width {
    width: 1014px;
  }
}
div.header > a.logo > svg {
  flex: 0 0 250px;
  text-align: left;
}
div.header > a.menu {
  flex: 1;
  text-align: right;
  height: 100%;
  position: relative;
  color: white;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.header > a.menu:hover {
  color: white;
  opacity: 1;
  filter: none;
}
div.header > a.menu svg, div.header > a.menu image {
  position: absolute;
  top: 7px;
  top: 14px;
  top: 0.7rem;
  right: 5px;
  right: 10px;
  right: 0.5rem;
}
div.header > a.menu span {
  display: none;
  position: absolute;
  top: 24px;
  top: 1.2rem;
  right: 70px;
  right: 3.5rem;
}
@media screen and (min-width: 500px) {
  div.header > a.menu span {
    display: block;
  }
}

div.footer {
  color: white;
  font-size: 15px;
  font-size: 0.75rem;
  letter-spacing: normal;
  text-align: center;
  margin-left: 10px;
  margin-left: 0.5rem;
  margin-right: 10px;
  margin-right: 0.5rem;
}
div.footer a {
  color: #cee9ff;
  font-weight: 700;
}
div.footer a:hover {
  color: white;
}
div.footer ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1rem;
}
div.footer li {
  margin-left: 10px;
  margin-left: 0.5rem;
  margin-right: 10px;
  margin-right: 0.5rem;
  font-size: 20px;
  font-size: 1rem;
}

div.content-wrapper {
  background-color: #f6fdff;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 14px 58px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0rem 0.7rem 2.9rem 0rem;
}
@media screen and (min-width: 1034px) {
  div.content-wrapper {
    border-radius: 5px;
    box-sizing: border-box;
  }
  div.content-wrapper.fixed-width {
    width: 1014px;
    overflow-x: auto;
  }
}

div.cards {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
div.cards img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.5rem;
  box-sizing: border-box;
  border-style: none;
}
div.cards a {
  font-weight: 600;
}
div.cards > div {
  width: 100%;
  min-width: 0;
  max-width: 33.3333333333%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  div.cards > div {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

div.card, div.emphasized {
  background-color: white;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-top: 0.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  border-radius: 0.5rem;
  box-shadow: rgba(149, 157, 165, 0.25) 0px 8px 24px;
}
@media screen and (min-width: 576px) {
  div.card, div.emphasized {
    margin: 10px;
    margin: 0.5rem;
  }
}

div.emphasized {
  padding: 20px;
  padding: 1rem;
}

div.card-title {
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.5rem;
  text-align: center;
  padding: 10px 4px;
  padding: 0.5rem 0.2rem;
  font-size: 28px;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.account-name-selector > span, p.account-name-selector > a {
  vertical-align: middle;
}

table.admin {
  border-collapse: collapse;
  width: 100%;
}
table.admin tbody {
  background: white;
}
table.admin td, table.admin th {
  border: 1px solid #999;
  padding: 10px;
  padding: 0.5rem;
}
table.admin th {
  color: #666;
  background-color: #ddd;
  white-space: normal;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1;
}
table.admin td.name {
  min-width: 35%;
  width: min-content;
  color: #6f848a;
  background-color: #f7f7f7;
}
table.admin td.name i {
  font-size: 16px;
  font-size: 0.8rem;
  display: none;
}
@media screen and (min-width: 600px) {
  table.admin td.name i {
    display: inline;
  }
}
table.admin td.type {
  width: min-content;
  min-width: 12%;
  color: #aaa;
}
table.admin .type {
  display: none;
}
@media screen and (min-width: 600px) {
  table.admin .type {
    display: table-cell;
  }
}
table.admin td.value {
  color: black;
  position: relative;
}
table.admin td.value > div {
  white-space: pre-wrap;
  width: 100%;
  height: 100%;
  min-height: 30px;
  min-height: 1.5rem;
}
table.admin textarea {
  white-space: pre-wrap;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
table.admin.exact {
  display: block;
  overflow: auto;
  white-space: nowrap;
}
table.admin input {
  padding-left: 2px;
  padding-right: 2px;
}

div.admin-apply-panel {
  border: 20px solid #646464;
  border: 1rem solid #646464;
  color: #646464;
  background: #d2d210;
  padding: 20px;
  padding: 1rem;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}

.admin-selected {
  background-color: #fbb;
}

a.foreign-key::before {
  content: "⌖";
}

td.earning-state-refund, td.earning-state-chargeback {
  color: red;
}

td.earning-state-normal {
  color: #0B0;
  font-weight: bold;
}

td.earning-state-unapproved, td.earning-state-unprocessed, td.earning-state-deferred {
  color: #AAA;
}

blockquote {
  margin-left: 30px;
  border: 1px dashed #666;
  border-left: 5px solid #666;
  padding: 0 0 0 5px;
  background-color: transparent;
}
@media screen and (max-width: 500px) {
  blockquote {
    margin: 5px;
  }
}
blockquote p {
  padding: 8px 5px 5px;
  margin: 10px;
  line-height: initial;
}

table.forum-threads {
  overflow-wrap: normal;
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -20px;
  margin-right: -1rem;
  width: calc(100% + 40px);
  width: calc(100% + 2rem);
  border-collapse: collapse;
}

tr.forum-thread td, tr.forum-thread th {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-top: 0.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
tr.forum-thread.sticky td {
  background-color: #eafaff;
}

td.column-checkbox {
  padding-left: 10px;
  padding-left: 0.5rem;
}

td.column-wide, td.column-subject, .column-bug, .column-bug-status, table.forum-threads td.ignored {
  padding-left: 10px;
  padding-left: 0.5rem;
  padding-right: 10px;
  padding-right: 0.5rem;
}

td.column-news {
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
}

.column-bug {
  text-align: center;
  display: none;
}
@media screen and (min-width: 800px) {
  .column-bug {
    display: table-cell;
  }
}

.column-bug-status {
  text-align: center;
  display: none;
}
@media screen and (min-width: 400px) {
  .column-bug-status {
    display: table-cell;
  }
}

.column-created {
  white-space: nowrap;
  display: none;
}
@media screen and (min-width: 700px) {
  .column-created {
    display: table-cell;
  }
}

.column-lastposter {
  display: none;
}
@media screen and (min-width: 500px) {
  .column-lastposter {
    display: table-cell;
  }
}

@media screen and (max-width: 500px) {
  .button.thread-create, .button.thread-reply {
    width: 100px;
  }
}
td.column-lasttime, .time-created {
  font-style: italic;
  font-size: 18px;
  font-size: 0.9rem;
  color: #6f848a;
}

td.column-lasttime {
  padding-left: 10px;
  padding-left: 0.5rem;
  padding-right: 10px;
  padding-right: 0.5rem;
}

table.forum-posts {
  overflow-wrap: normal;
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -20px;
  margin-right: -1rem;
  width: calc(100% + 40px);
  width: calc(100% + 2rem);
  border-spacing: 0px 0px;
}
table.forum-posts td {
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-top: 0.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
table.forum-posts td.cell-poster {
  padding-left: 20px;
  padding-left: 1rem;
  width: 20%;
}
table.forum-posts td.cell-extra {
  padding-right: 20px;
  padding-right: 1rem;
  text-align: right;
  vertical-align: top;
  width: 15%;
  display: none;
}
@media screen and (min-width: 500px) {
  table.forum-posts td.cell-extra {
    display: table-cell;
  }
}
table.forum-posts td.ignored, table.forum-posts td.cell-wide, table.forum-posts td.no-results {
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
}
table.forum-posts.page-mod td {
  border-top-style: dashed;
}
table.forum-posts.page td {
  border-top-style: none;
}

table.forum-threads input[type=checkbox], table.forum-posts input[type=checkbox] {
  width: auto;
  height: auto;
}

.by-root {
  color: black;
}

td.cell-message, td.cell-wide {
  vertical-align: top;
  word-break: break-word;
}
td.cell-message .reply-to, td.cell-message .edited-by, td.cell-wide .reply-to, td.cell-wide .edited-by {
  font-size: 18px;
  font-size: 0.9rem;
  font-style: italic;
  color: #6f848a;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}

td.cell-bug {
  padding-left: 60px;
  padding-left: 3rem;
  padding-right: 60px;
  padding-right: 3rem;
  padding-top: 30px !important;
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 400px) {
  td.cell-bug {
    padding-left: 20px;
    padding-left: 1rem;
    padding-right: 20px;
    padding-right: 1rem;
  }
}
td.cell-bug .post-text {
  font-size: 22px;
  font-size: 1.1rem;
}
td.cell-bug .post-text p:first-child {
  margin-top: 0px;
}
td.cell-bug input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 500px) {
  div.inline-extra {
    display: none;
  }
}
img.news-cover {
  float: left;
  margin-right: 30px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 500px) {
  img.news-cover {
    float: none;
    display: block;
  }
}

span.forum-thread-subject.unread {
  font-weight: bold;
}

table.search-small {
  width: 250px;
  float: right;
}

button.search-small {
  width: 48px;
  width: 2.4rem;
  height: 48px;
  height: 2.4rem;
  padding: 0;
  margin: 0;
  line-height: initial;
  color: #6f848a;
  background-color: #c1cacc;
  background-image: -moz-linear-gradient(top, #f0fcff 0%, #c1cacc 100%);
  background-image: -webkit-linear-gradient(top, #f0fcff 0%, #c1cacc 100%);
  background-image: linear-gradient(to bottom, #f0fcff 0%, #c1cacc 100%);
  box-shadow: 0px 0px 0px 1px #6f848a inset;
}
button.search-small:hover {
  background-color: #f0fcff;
  background-image: -moz-linear-gradient(top, #c1cacc 0%, #f0fcff 100%);
  background-image: -webkit-linear-gradient(top, #c1cacc 0%, #f0fcff 100%);
  background-image: linear-gradient(to bottom, #c1cacc 0%, #f0fcff 100%);
}

table.search-form {
  width: 100%;
}
table.search-form button {
  margin: 0;
}

table.found-results {
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -20px;
  margin-right: -1rem;
  width: calc(100% + 40px);
  width: calc(100% + 2rem);
}
table.found-results td.cell-message {
  padding-left: 10px;
  padding-left: 0.5rem;
}

.found-thread {
  padding-left: 10px;
  padding-left: 0.5rem;
}

.found-text {
  line-height: 40px;
  line-height: 2rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}

td.found-quote-left {
  text-align: left;
  padding-left: 20px;
  padding-left: 1rem;
}

td.found-quote-right {
  text-align: right;
}

td.found-quote-left, td.found-quote-right {
  color: #adbdc1;
  font-size: 100px;
  font-size: 5rem;
  font-family: "Times New Roman", "Times", serif;
  width: 80px;
  width: 4rem;
  line-height: 120px;
  line-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
  display: none;
}
@media screen and (min-width: 600px) {
  td.found-quote-left, td.found-quote-right {
    display: table-cell;
  }
}

.forum-icon, .relation-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  margin-bottom: -8px;
  margin-left: 0px;
  margin-right: 0px;
  background: url(/static/img/forum/icons.png);
  background-position: -28px 0px;
}

.forum-icon.default.unread {
  background-position: 0px 0px;
}
.forum-icon.has-own {
  background-position: -84px 0px;
}
.forum-icon.has-own .forum-icon.has-own.unread {
  background-position: -56px 0px;
}
.forum-icon.own {
  background-position: -140px 0px;
}
.forum-icon.own.unread {
  background-position: -112px 0px;
}
.forum-icon.redirect {
  background-position: -169px 0px;
}
.forum-icon.unapproved {
  background-position: -196px 0px;
}
.forum-icon.deleted {
  background-position: -224px 0px;
}
.forum-icon.closed {
  background-position: 0px -28px;
}
.forum-icon.sticky {
  background-position: -28px -28px;
}

.relation-icon.ignore {
  background-position: -114px -28px;
}
.relation-icon.friend-online {
  background-position: -142px -28px;
}
.relation-icon.friend-offline {
  background-position: -170px -28px;
}
.relation-icon.friend {
  background-position: -198px -28px;
}

img.enkord-portrait {
  display: none;
}
