select:disabled {
  background: #797676;
}
.button-sign {
  background-color: #4caf50;
  padding: 15px;
  color: white;
  margin: 20px;
  width: 300px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}

.selectItem {
  cursor: pointer;
}
.selectItem:hover {
  background-color: #6f3ea92e;
  border-radius: 10px;
}
.selected {
  background-color: #6f3ea92e;
  padding: 15px;
}

.error {
  color: white;
  background-color: #f44336;
  border: 1px solid red;
  padding: 15px;
}

.confirm {
  display: none;
}
.confirm-div {
  text-align: center;
}
.confirm-button {
  color: white;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
.confirm-yes {
  background-color: #4caf50;
}
.confirm-no {
  background-color: #f44336;
}

.subscription {
  display: none;
}

.result {
  text-align: center;
}

.box1 {
  display: none;
}

.box2 {
  display: none;
}

.form_row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.hide-character {
  cursor: pointer;
}
.personal-shop-history {
  cursor: pointer;
}
span.radioSpan {
  margin-left: -5px;
  margin-right: 2px;
  background-color: #243478;
  font-size: 15px;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  position: relative;
  right: -1px;
  top: -4px;
}
#accbox_online a,
#accbox_online a:hover,
#accbox_online a:visited {
  color: white !important;
  cursor: pointer;
}
.achievements {
  position: absolute;
  margin-left: 75px;
  margin-top: -7px;
  z-index: 2;
}
.achievements img {
  width: 30px;
  height: 30px;
  opacity: 0.9;
  cursor: help;
}
.achievements .disabled {
  filter: grayscale(80%);
  opacity: 0.25;
}
.dumped-alert {
  display: none;
  font-style: italic;
  opacity: 0.4;
}
.button {
  background-color: #243478;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  border-radius: 0 10px 0 10px;
  border: 2px;
  color: white;
  text-align: center;
  font-size: 16px;
  height: 35px;
  border-left: 2px solid #2196f3;
  margin-bottom: 10px;
  cursor: pointer;
}
.cancelRK {
  cursor: pointer;
}
.cancelRK a {
  color: red !important;
}
.character-name {
  position: absolute;
  margin-top: 0px;
}
.marriage {
  font-size: 0.4em;
  color: #b5a42a;
  margin-top: 45px;
  position: absolute;
}
.marriage i {
  margin-top: 2px;
  margin-right: 2px;
}
.button-show-more {
  font-size: 15px;
  height: 40px;
  opacity: 0.5;
  background-color: grey;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 5px;
  display: flow-root;
  text-align: center;
  cursor: pointer;
  background: rgba(124, 124, 124, 0.13);
}
.button-show-more i {
  font-size: 28px;
  opacity: 0.3;
}
.player-list-outfit {
  max-width: 60px;
  max-height: 60px;
  margin-top: -23px;
  image-rendering: pixelated;
}
.btn-50px {
  width: 50px;
  height: 50px;
}
.charactersOutfit {
  image-rendering: pixelated;
  display: inline-grid;
  min-width: 80px;
  min-height: 80px;
  background-repeat: no-repeat;
  background-position-x: -14px;
  background-position-y: -20px;
  background-size: 90px;
  margin-top: -13px;
  margin-left: -14px;
}
.formCheck {
  position: absolute;
  margin-top: -17px;
  max-width: 400px;
}
.signature-img {
  border-radius: 10px;
}

meta[name="theme-color"] {
  content: #264e78;
}

.switch-night-mode {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #8989896e;
  border-radius: 20px;
  text-align: center;
  margin-top: 10px;
  font-size: 21px;
  color: #fce501;
  z-index: 2;
  cursor: pointer;
}

.body-night-mode {
  background-color: #391e44 !important;
  background-position: center center !important;
  /* -webkit-background-size: cover;
  background-image: url(/images/bg/gengar-halloween-background-v2.png) !important; */
  background-size: 800px !important;
}

.newscont-night-mode {
  background-color: #15202b !important;
  color: white !important;
}
.newscont-night-mode a {
  color: #d5d5d5 !important;
}
.newscont-night-mode a:visited {
  color: #d5d5d5 !important;
}
.newscont-night-mode .table {
  color: white !important;
}
.newscont-night-mode fieldset legend {
  color: #ffffff !important;
}
.newscont-night-mode .table ul li.odd {
  background: rgba(255, 255, 255, 0.04) !important;
}
.newscont-night-mode .text {
  color: white !important;
}

.footer-night-mode {
  background-color: #03161f !important;
  color: white !important;
}

.menu-night-mode {
  background-color: #15202b !important;
}
.menu-night-mode a {
  color: #d5d5d5 !important;
}
.menu-night-mode a:visited {
  color: #d5d5d5 !important;
}

.menu-night-mode a:hover {
  color: #fcefdc !important;
}

.navbar-night-mode {
  background-color: #15202b !important;
}

.mewtwobar-night-mode {
  background-color: #221721 !important;
}

.toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}

.toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9a9999;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
}

.toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(79, 46, 220, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

#cbx:checked + .toggle:before {
  background: #009688;
}

#cbx:checked + .toggle span {
  background: #243478;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

#cbx:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

#cbx2:checked + .toggle:before {
  background: #009688;
}

#cbx2:checked + .toggle span {
  background: #243478;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

#cbx2:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

.divProgressBar {
  position: fixed;
  width: 100%;
  height: 5px;
  display: none;
}
.progressBar {
  float: left;
  height: 5px;
  background: #ffeb3b;
}

.characters-cap {
  position: relative;
  padding: 10px;
  font-size: 2em;
  border-radius: 8px;
  margin-bottom: 5px;
  background-image: url(/images/div_background/characters_background.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-position-x: 69px;
  font-weight: 700;
  height: 52px;
}
.characters-cap .fa-adjust {
  color: #e43a33;
  transform: rotate(90deg);
}
.guild-leader-outfit {
  margin-top: -36px;
  margin-left: -49px;
  padding-right: 4px;
  image-rendering: pixelated;
}
.guild-cap {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 3px;
  min-height: 105px;
  max-height: 105px;
  height: 105px;
}
.guild-photo {
  border-radius: 10px;
  border: 3px solid #f4f4f4;
}
.guild-info {
  background-color: #000000c7;
  margin-left: 110px;
  padding: 10px;
  margin-top: -108px;
  border-radius: 10px;
  min-height: 80px;
  font-size: 12px;
}
.guild-name {
  display: block;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-size: 18px;
}
.guild-motd {
  display: block;
  color: #cfcfcf;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.guild-motd::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
  margin-right: 5px;
}

.guild-conquests {
}
.filter-issueType::before {
  color: #088bb8;
  content: "Issue: ";
  border-left: 3px solid #078cb88f;
  padding-left: 3px;
}
.filter-type::before {
  color: #088bb8;
  content: "Type: ";
  border-left: 3px solid #078cb88f;
  padding-left: 3px;
}
.filter-priority::before {
  color: #088bb8;
  content: "Priority: ";
  border-left: 3px solid #078cb88f;
  padding-left: 3px;
}
.filter-status::before {
  color: #088bb8;
  content: "Stats: ";
  border-left: 3px solid #078cb88f;
  padding-left: 3px;
}
.filter {
  padding-bottom: 12px;
}
.latestActivities {
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

.activity .activitie-date {
  display: inline;
  font-size: 0.7em;
  color: gray;
  margin-right: 10px;
}

.activity .activitie-title {
  font-size: 0.9em;
  margin-right: 10px;
}

.activity {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.activity:hover {
  background-color: #9e9e9e21;
}

progress {
  display: none;
}
.commands {
  text-align: center;
}
.demo-reportList {
}
.reportList {
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.report {
  width: 100%;
  border-left: 3px solid #078cb88f;
  margin-bottom: 15px;
}
.report:hover {
  border-left: 3px solid #078cb8;
}
.report img {
  width: 10px;
  height: 10px;
  display: none;
}
.report .attachment {
  display: none;
}
.issue {
  width: 100%;
  min-height: 80px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.title {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.1em;
}
.report .content {
  margin-left: 3px;
  color: #5c5959;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.issueView .date,
.report .date {
  font-size: 0.9em;
  color: #607d8b;
  margin-left: 0px;
  text-align: right;
  margin-top: 10px;
}

.issue .content {
  color: #5c5959;
  word-wrap: break-word;
}
.comment {
  border: 0px solid silver;
  border-radius: 10px;
  word-wrap: break-word;
}
.comment .content {
  border-top: 1px solid #9e9e9e4f;
  padding-top: 5px;
}
.comment.self {
  text-align: right;
  border: 1px solid #078cb833;
  margin-left: 5%;
  background-color: #6fbfa433;
}
.comment.noself {
  margin-right: 5%;
  border: 1px solid #546e7a30;
  background-color: #598fb521;
}
.comment .date {
  font-size: 0.7em;
  color: gray;
}
.self .author {
  color: #d4b44f;
}
.noself .author {
  color: #6fbfa4;
}
.sendComment {
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.addComment {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #078cb8;
  color: white;
  border-radius: 5px;
  margin-bottom: 10px;
}
.sendComment textarea {
  outline: none;
  margin-bottom: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px;
  color: rgb(7, 140, 184);
  border: 1px solid #00bfff;
  font-size: 16px;
  width: 67%;
  height: 83px;
  white-space: pre-wrap;
  margin-left: 33%;
}
.sendComment input {
}
.edit-comment {
  color: #5d86a3;
}
.edit-comment:hover {
  color: rgb(65, 182, 221);
}
.divtags {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tag {
  color: white;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: #795548;
  margin-left: 10px;
}

.Bug {
  background-color: #b71c1c;
}
.Feature {
  background-color: #5e35b1;
}
.Enhancement {
  background-color: #7986cb;
}

.Client {
  background-color: #02094f;
}
.Item {
  background-color: #004d40;
}
.NPC {
  background-color: #607d8b;
}
.Map {
  background-color: #8bc34a;
}
.Pokemon {
  background-color: #009688;
}
.Quest {
  background-color: #4caf50;
}
.Site {
  background-color: #f44336;
}
.Others {
  background-color: #795548;
}

.uploaded img {
  max-width: 30px;
  max-height: 30px;
  vertical-align: -50%;
}

.open {
  background-color: #cddc39;
}
.closed {
  background-color: #f94538;
}

.High {
  background-color: red;
}
.Medium {
  background-color: #00bcd4;
}
.Low {
  background-color: orange;
}

.Waiting {
  background-color: #e91e63;
}
.More-Info {
  background-color: #fbc02d;
}
.Fixed {
  background-color: #2196f3;
}
.Rejected {
  background-color: #ccc;
}
.In-Tests {
  background-color: rgb(38, 96, 143);
}

.create {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.create .create-upload {
  width: 69%;
  max-width: 578;
}
.create-report a {
  background: blue;
}
.create-report textarea,
.create-title input {
  outline: none;
  margin-bottom: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px;
  margin-top: 4px;
  color: rgb(7, 140, 184);
  border: 2px solid #00bfff;
  font-size: 16px;
  width: 80%;
  white-space: pre-wrap;
}
.create-submit {
  margin-top: 100px;
}
.create-report textarea:disabled,
.create-title input:disabled,
.create-submit input:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  border: 2px solid #f7fdff;
}
.create-issuetype {
  height: 43px;
  margin-left: 6%;
}
.create-issuetype label {
  float: none;
}

.create-upload,
.create-upload-comment {
  border: dashed 1px #00bfff;
  padding: 5px 0;
  position: absolute;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
  width: 30%;
  max-width: 237px;
  border-radius: 5px;
  /* margin-left: 10%; */
  height: 71px;
}
.create-upload,
.create-upload-comment progress {
  width: 80%;
}
.create-upload-input {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 8.33333px;
  /* right: -10px; */
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /* margin-right: 0.5rem; */
  outline: none;
  position: relative;
  z-index: 1000;
  border-radius: 5px;
}
.option-input:hover {
  background: #078cb870;
}
.option-input:checked {
  background: #078cb8;
}
.attachment img {
  max-width: 180px;
  max-height: 180px;
  margin-right: 0.4em;
  border: 1px solid;
  margin-top: 3px;
}
.attachment::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c6 Attachments:";
  display: block;
  font-size: 0.8em;
  margin-top: 10px;
  color: #e91e63;
}

.filters {
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.filters-input:hover {
  background: #078cb870;
}
.filters-input:checked {
  background: #078cb8;
}
.filters-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  /* position: relative; */
  margin-left: 0px;
  top: 8.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /* margin-right: 0.5rem; */
  outline: none;
  position: relative;
  border-radius: 5px;
}
.filters label {
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.change {
  border-top: 1px solid #000000;
  text-align: center;
  height: 50px;
  display: none;
  margin-top: 10px;
}
.change::before {
  color: #078cb8;
  font-size: 1.2em;
}
.change label {
  float: none;
  /* background-color: #00968800; */
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-right: 3px;
}
.activeButton {
  background-color: #13537c;
}

.custom-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #ccc;
  white-space: nowrap;
  font-family: sans-serif;
  background: #fff;
  color: #333;
  border-radius: 5px;
  padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
  transition: all 0.3s ease;
  user-select: none;
}

.custom-menu li:hover {
  background-color: #def;
}
.menu {
  line-height: 1.2;
}
.nav_links_search .easy-autocomplete-container {
  width: 176px;
}
.nav_links_search .easy-autocomplete-container ul li.selected {
  width: 162px;
  background: none repeat scroll 0 0 #007ba4;
  cursor: pointer;
  border-radius: 5px;
}
.nav_links_search .easy-autocomplete-container ul {
  margin: 0;
  padding: 0;
}
.nav_links_search .easy-autocomplete-container ul li {
  width: 162px;
  height: 20px !important;
  padding-top: 5px !important;
  margin: 4px;
  list-style-type: none;
  padding: 3px;
}

.easy-autocomplete-container {
  position: absolute;
  z-index: 2;
  background-color: #243478;
  /* border-left: 3px solid #078cb8; */
  border-top: 0;
  width: 277.11px;
  border-radius: 10px;
}
.easy-autocomplete-container ul li {
  color: white;
}
.easy-autocomplete-container ul li.selected {
  width: 257.11px;
  background: none repeat scroll 0 0 #007ba4;
  cursor: pointer;
  border-radius: 10px;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.eac-item span {
  font-size: 12px;
  color: #cac7c7;
}

.div-happening {
  position: absolute;
  top: 44px;
  color: white;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000,
    1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  font-size: 15px;
}

.happening {
  padding-left: 20px;
  max-height: 20px;
  height: 20px;
}

#happening2 {
  opacity: 0.8;
}

#happening3 {
  opacity: 0.6;
}

#happening4 {
  opacity: 0.4;
}

#happening5 {
  opacity: 0.2;
}

.error-box {
  /* padding: 10px; */
  margin: 10px 0;
  line-height: 1.8em;
  /* margin-left: .2em; */
  color: #ff6a72;
  background-color: #ffd2d236;
  /* border: 1px solid rgba(244,67,54,0.34);*/
  border: 1px solid red;
  border-radius: 10px;
  text-align: center;
}

.sucess-box {
  padding: 10px;
  margin: 10px 0;
  line-height: 1.8em;
  color: #2a8103;
  background-color: rgba(76, 175, 80, 0.29);
  border: 1px solid green;
  border-radius: 10px;
  text-align: center;
}

.purple-box {
  padding: 10px;
  margin: 10px 0;
  line-height: 1.8em;
  margin-left: 0.2em;
  color: #7e38b0;
  background-color: rgb(156 39 176 / 6%);
  word-break: normal;
  border-radius: 10px;
}

.blue-box {
  padding: 10px;
  margin: 10px 0;
  line-height: 1.8em;
  margin-left: 0.2em;
  color: #3d7da0;
  background-color: rgba(33, 150, 243, 0.1);
  word-break: normal;
  border-radius: 10px;
}

.red-box {
  padding: 10px;
  margin: 10px 0;
  line-height: 1.8em;
  margin-left: 0.2em;
  color: #af1212;
  background-color: rgba(244, 33, 33, 0.1);
  word-break: normal;
  border-radius: 10px;
}

.menuMap {
  font-size: 1.2em;
}

.divMap {
  border-radius: 10px;
  background-image: url("https://cdn.otpokemon.com/images/map/background.png");
}

.imageMap {
  max-width: 100%;
  max-height: 100%;
}

.mark {
  color: #fff;
  font-weight: bold;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-size: 14px;
}

#informer {
  display: none;
  background-color: #2d5d93e6;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-size: 18px;
  width: 50%;
  margin-left: 25%;
  margin-top: 5px;
  z-index: 100000;
  text-align: center;
  position: fixed;
  border: 1px solid #2196f3;
}

.house-map {
  border-radius: 10px;
  text-align: center;
  height: 60px;
  width: 60px;
  border: 1px solid black;
  background-size: 60px;
  background-position: center;
  cursor: zoom-in;
  image-rendering: pixelated;
}

.house-map > .mark {
  position: relative;
  top: calc(50% - 16px); /* 50% - 3/4 of icon height */
}

.playerOutfit {
  image-rendering: pixelated;
  border-radius: 30px;
  /*-webkit-box-shadow:  0 0 0 0, 0 0 1px 0 #00000096;
    box-shadow: 0 0 0 0, 0 0 1px 0 #00000096;*/
}

.worldIcon {
  width: 45px;
  height: 45px;
  vertical-align: -100%;
}
/*
.event {
    width: 65px;
    font-size: 10px;
    margin-left: 137px;
    padding-left: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #3e7edf;
    border: solid 1px #b8b8b9;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
*/
.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #fff;
  background-color: #598fb5;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
  width: 200px;
  letter-spacing: 1px;
}

.ico {
  padding-left: 10px;
  text-decoration: none;
}
.ico:before {
  content: "";
  background: url("https://cdn2.iconfinder.com/data/icons/windows-8-metro-style/128/external_link.png");
  background-size: cover;
  position: absolute;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  margin-left: -14px;
}
h1,
h2,
h3,
h4 {
  font-weight: Bold;
}
h1 {
  font-size: 120%;
}
h2 {
  font-size: 110%;
  text-transform: uppercase;
  color: #e48e23;
}
h3 {
  font-size: 110%;
  color: #e48e23;
}
h4 {
  font-size: 90%;
  padding: 0px;
  margin: 0;
  border-left: 4px solid #243478;
  padding-left: 5px;
  margin-bottom: 5px;
}
h1,
h2,
h3,
p {
  padding: 10px;
  margin: 0;
  line-height: 1em;
}
ul,
ol {
  margin: 5px 20px;
  padding: 0 20px;
}
ul span,
ol span {
  color: #666666;
}
.world {
  text-shadow: 1px 0 0 #ccc, -1px 0 0 #ccc, 0 1px 0 #ccc, 0 -1px 0 #ccc,
    1px 1px #ccc, -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc;
  letter-spacing: 1.8px;
}
label {
  float: left;
  font-weight: normal;
  margin-top: 8px;
}
a.green {
  color: #0c0;
}
a.red {
  color: #f00;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="text"],
input[type="password"] {
  outline: none;
  margin-bottom: 3px;
  background-color: transparent;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border: 1px;
  margin-top: 4px;
  color: #0055a7;
  text-align: center;
  border: 2px solid #243478;
  font-size: 18px;
}
input {
  background-color: #243478;
  -moz-border-radius: 0px 10px 0px 10px;
  -webkit-border-radius: 0px 10px 0px 10px;
  border-radius: 10px 10px 10px 10px;
  border: 2px;
  color: #ecf7f9;
  text-align: center;
  font-size: 16px;
  height: 35px;
  border-left: 2px solid #a9c4d9;
  margin-bottom: 10px;
}
select {
  /* styling */
  background-color: rgba(255, 255, 255, 0);
  border: thin solid #243478;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(45deg, #243478 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #243478 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #243478;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input:hover[type="submit"] {
  background-color: #1b285d;
}
form .formerize-placeholder {
  color: #555 !important;
}
form::-webkit-input-placeholder {
  color: #555 !important;
}
form:-moz-placeholder {
  color: #555 !important;
}
form::-moz-placeholder {
  color: #555 !important;
}
form:-ms-input-placeholder {
  color: #555 !important;
}
.sex {
  height: 18px;
  width: 18px;
  cursor: pointer;
}

input [type="file"] {
  width: 200px;
}
.sub {
  min-width: 170px;
  margin-top: 5px;
  background-color: #243478;
  height: 36px;
  width: 119px;
}
.subAccount {
  min-width: 194px;
}
.bar {
  font-weight: bold;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 13px;
}
.toolbar {
  padding: 10px;
  border: 1px solid silver;
  font-weight: bold;
  margin-bottom: 15px;
}
.highlight:hover {
  background-color: lightyellow;
  padding: 3px;
}
.newsBody {
  white-space: normal;
}
.newsFooter {
  padding-left: 5px;
  font-size: 12px;
  width: 90%;
}
.news {
  margin-bottom: 15px;
}
.readArchive {
  text-align: center;
  font-weight: bold;
}
.viewComments {
  padding-left: 5px;
}
.comment {
  margin-bottom: 10px;
  border: 1px solid silver;
  padding: 5px;
}
.commentBody {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted silver;
}
.commentFooter {
  font-size: 12px;
}
.postToolBar form {
  background: none;
  text-align: right;
  padding-top: 5px;
  border: none;
  margin: 0px;
}
.quote {
  padding: 4px;
  border: 1px solid silver;
}
.moderatingPanel {
  border: 1px solid silver;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}
.postTitle {
  font-weight: bold;
  margin-left: 20%;
  border-bottom: 1px dotted silver;
}
.bugtrackerProgressBar {
  width: 100px;
  height: 8px;
  border: 1px solid silver;
}
.bugtrackerProgress {
  float: left;
  height: 8px;
  background: lightgreen;
}
.bugtrackerRow {
}
.bugtrackerBugTable {
  padding: 5px;
  border: 1px solid silver;
}
.bugtrackerTitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bugtrackerAttr {
}
.video_comment {
  padding: 5px;
  border: 1px dashed silver;
  margin-top: 4px;
}
.video_search {
  padding: 5px;
  text-align: center;
  border: 1px dotted silver;
  margin-bottom: 5px;
  font-weight: bold;
}
.video_search input[type="text"] {
  width: 250px;
}
.video_search input[type="submit"] {
  margin-left: 5px;
}
.houses_list_box {
  border: 1px dotted silver;
  margin-bottom: 20px;
}
.house_title {
  font-weight: bold;
  border-bottom: 1px dotted silver;
  padding: 5px;
}
.house_content {
  padding: 5px;
}
.message .title {
  height: 30px;
  padding-top: 8px;
  padding-left: 15px;
  font-weight: bold;
  background-repeat: repeat-x;
}
.message .bar {
  border-top: 1px solid silver;
  padding: 5px;
  margin-left: 0px;
  background-color: #e9edee;
}
.signature {
  width: 100%;
}
.messageAdd {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 5px;
  float: right;
  background-color: #e9edee;
}
.avatar {
  padding: 1px;
  border: 1px groove silver;
  width: 90px;
  height: 90px;
}
.friend {
  float: left;
  width: 100px;
  text-align: center;
}
.friend img {
  padding: 1px;
  border: 1px groove silver;
  width: 90px;
  height: 90px;
}
.loader {
  margin-left: 10px;
  display: none;
}
.table {
  color: #333;
}
.table ul {
  float: left;
  margin: 0;
  padding: 0;
}
.table ul li {
  list-style: none;
  padding: 5px 10px;
  height: 50px;
  padding-top: 15px;
  line-height: 1em;
}
.table ul li.title {
  font-weight: bold;
  background: #333;
  color: #fff;
}
.table ul li.even {
  background: rgba(209, 209, 217, 0);
}
.table ul li.odd {
  background: rgba(67, 22, 69, 0.04);
}
.table input {
  margin: 0;
}
.mainbody {
  width: 950px;
  margin: auto;
}
.dex {
  image-rendering: pixelated;
  position: absolute;
  height: 150px;
  width: 170px;
  margin: auto;
  vertical-align: baseline;
  background-repeat: no-repeat;
  margin-right: 32px;
  background-position: bottom;
  margin-left: 760px;
}
fieldset {
  margin: 0px;
  border: 0px solid #598fb5;
  /* border-bottom-left-radius: 10px; */
  /* border-bottom-right-radius: 10px; */
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /* width: 97%; */
}
fieldset legend {
  padding: 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  width: 100%;
  /* box-shadow: -2px 5px 30px 0px #00000061; */
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: rgba(78, 78, 78, 0.16);
}

fieldset legend::before {
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  content: "\f0da  ";
  color: #000000;
}
.slider_bg {
  background-color: rgba(255, 255, 255, 0.95);
  height: 166px;
  width: 345px;
  border-radius: 10px;
  border-radius-bottomleft: 10px;
  border-radius-bottomright: 10px;
  border-radius-topright: 10px;
  border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  margin-left: 25px;
  margin-top: 8px;
  opacity: 0.95;
  filter: alpha(opacity=15);
  /* border-top: 1px solid #2b2b2b; */
  /* border-left: 1px solid #2b2b2b; */
  /* border-right: 1px solid #2b2b2b; */
  /* border-bottom: 1px solid #2b2b2b; */
}
.navbar {
  width: 735px;
  height: 49px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 1px 0px 3px #2b2b2b;
  /* -webkit-box-shadow: 1px 0px 3px #2b2b2b; */
  /* box-shadow: 1px 0px 3px #2b2b2b; */
  padding: 10px;
  padding-bottom: 8px;
  background-color: #243478;
  align-items: center;
  justify-content: center;
  /*background: linear-gradient(#2b608f,rgb(45,86,168));*/
  text-align: center;
  background-image: url(/images/div_background/accbox_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0px;
}
.menuNavbar {
  font-size: 16px;
  position: absolute;
  margin-left: 2px;
  margin-top: -9px;
  padding-top: 0;
  color: #fff;
}
.menuNavbar > a > .menu1,
.menuNavbar > a > .menu2,
.menuNavbar > a > .menu3 {
  display: inline-block;
  border-top: 2px solid #2c5d93;
  padding-top: 10px;
  color: white;
  border-top: 2px solid transparent;
  -moz-transition: border-top-color 0.3s ease-in-out;
  -webkit-transition: border-top-color 0.3s ease-in-out;
  -ms-transition: border-top-color 0.3s ease-in-out;
  transition: border-top-color 0.3s ease-in-out;
}
.menuNavbar > a > .menu1:hover,
.menuNavbar > a > .menu2:hover,
.menuNavbar > a > .menu3:hover {
  border-top: 2px solid;
}
.navbarDivisor {
  width: 104%;
  margin-top: 5px;
  height: 1px;
  border: none;
  color: #3697e1;
  background-color: #3697e1;
  margin-left: -4px;
}
.navNextEvent {
  position: absolute;
  text-align: left;
  margin-top: 35px;
  color: white;
  font-size: 12px;
  /* border-top: 1px solid; */
  margin-left: 11px;
}
.navbuttons {
  z-index: 2;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 35px;
  position: absolute;
  min-width: 260px;
}
.buttons {
  line-height: 20px;
  border-radius: 22px;
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}
.buttonWhatsapp {
  background: linear-gradient(#85f195, #1ccf3a);
}
.buttonInstagram {
  background: linear-gradient(#dd2a7b, #8134af);
}
.buttonFacebook {
  background: linear-gradient(#4a9de7, #0288d1);
}
.buttonForum {
  background: linear-gradient(#f44336, #d32f2f);
}
.buttonBlog {
  background: linear-gradient(#ffc107, #ff9800);
}
.buttonDiscord {
  background: linear-gradient(#3f51b5, #3949ab);
}
.buttonTwitter {
  background: linear-gradient(#1da1f2, #6db7e5);
}
.eventbar {
  width: 755px;
  display: flex;
}
.mewtwobar {
  font-size: 12px;
  width: 425px;
  height: 32px;
  border-radius: 10px;
  padding: 10px;
  padding-left: 8px;
  padding-right: 2px;
  background-color: rgb(93, 67, 98);
  background-image: url(/images/div_background/mewtwoBar.png);
  background-repeat: no-repeat;
  background-position: 280% -18px;
  margin-left: 3px;
  margin-top: 4px;
}
.juninabar {
  width: 440px;
  height: 32px;
  border-radius: 10px;
  padding: 10px 0px 10px 0px;
  background-color: rgb(109 81 55);
  background-image: url(/images/div_background/juninoBar.png?v=2);
  background-repeat: no-repeat;
  background-position: 91% -1px;
  margin-left: 4px;
  margin-top: 4px;
  padding-left: 3px;
  color: white;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000,
    1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
span.juninascore {
  font-size: 9px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 73px;
  min-width: 16px;
  border-radius: 8px;
  padding-left: 2px;
  margin: 2px;
  margin-top: -6px;
  height: 40px;
  background-position: 0px 10px;
  background-size: 28px;
  background-repeat: no-repeat;
}

.juninascore > img {
  display: list-item;
  width: 24px;
}

.addonCreation {
  background-image: url(/images/div_background/concurso-addon-br.png);
  font-size: 12px;
  width: 180px;
  height: 32px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 1px 0px 3px #2b2b2b;
  padding: 10px;
  background-color: #060606;
  background-repeat: no-repeat;
  background-position: 19% -4px;
  margin-top: 4px;
}
.tournamentbar {
  font-size: 12px;
  width: 435px;
  height: 32px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 1px 0px 3px #2b2b2b;
  padding: 10px;
  background-color: #ff3e32;
  background-image: url("/images/div_background/torneio-banner-2020.png");
  background-repeat: no-repeat;
  background-position: 73% 0px;
  margin-top: 4px;
}

.mewtwobar a:link,
.mewtwobar a:visited {
  color: #dfddee;
}
.mewtwoGuild {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 73px;
}
.navbar_link {
  font-size: 13px;
  color: #2b2b2b;
  float: left;
  margin-left: 7px;
  margin-right: 7px; /*-webkit-border-radius:3px;*/
  border-left: 1px solid #232453;
  border-right: 1px solid #232453;
}
.navbar_link:hover {
  text-decoration: none;
  color: #447593;
}
.navbar_link:active {
  text-decoration: none;
  color: #447593;
}
.diabled_shop_option {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
}
a {
  color: color(srgb 0.1263 0.302 0.4139);
}
a:link {
  text-decoration: none;
  color: color(srgb 0.1263 0.302 0.4139);
}
a:visited {
  text-decoration: none;
  color: color(srgb 0.1263 0.302 0.4139);
}
a:active {
  text-decoration: none;
  color: color(srgb 0.1263 0.302 0.4139);
}
a:hover {
  text-decoration: none;
  color: #607d8b;
}
.navbox_right {
  float: right;
  margin-top: 14px;
  margin-right: 230px;
}
.acc_box {
  background-color: rgba(255, 255, 255, 0.85);
  height: 111px;
  width: 342px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 48px;
  margin-left: 7px;
  -moz-box-shadow: 1px 0px 3px #2b2b2b;
  /* -webkit-box-shadow: 1px 0px 3px #2b2b2b; */
  /* box-shadow: 1px 0px 3px #2b2b2b; */
  background-image: url(/images/div_background/accbox_bg.png);
  background-repeat: no-repeat;
  background-position: 75px 36px;
  /* border-top: 1px solid #2b2b2b; */
  /* border-left: 1px solid #2b2b2b; */
  /* border-right: 1px solid #2b2b2b; */
  /* border-bottom: 1px solid #2b2b2b; */
}
.box_cont {
  padding-top: 10px;
}
.pOnline {
  background: linear-gradient(#447593, rgb(38, 96, 143));
  background: -webkit-linear-gradient(#447593, rgb(38, 96, 143));
  height: 19px;
  font-size: 13px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  vertical-align: middle;
}
.accbox_button {
  width: 170px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  background-color: rgba(236, 236, 236, 0.71);
  border: solid 1px #3b6d908c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accbox_button_ {
  width: 170px;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  background-color: rgba(236, 236, 236, 0.71);
  border: solid 1px #3b6d908c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accbox_button a {
  color: #333;
  text-decoration: none;
}
.accbox_button a:hover {
  color: #333;
  text-decoration: none;
  text-shadow: 0 0 3px #ffffff;
}
.accbox_button_ a {
  color: #333;
  text-decoration: none;
}
.accbox_button_ a:hover {
  color: #333;
  text-decoration: none;
  text-shadow: 0 0 3px #ffffff;
}
.accbox_online a {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 2px;
}
.accbox_online a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 3px #ffffff;
}
.fastnews {
  margin-bottom: 5px;
  color: #444;
  width: 100%;
}
.fastnews img {
  vertical-align: text-bottom;
}
.fastnews a {
  display: block;
  margin: 0 0 5px;
  padding: 7px 16px;
  border: 1px dashed rgba(158, 158, 158, 0.32);
  border-radius: 6px;
  text-decoration: none;
}
.fastnews a:last-child {
  margin: 0;
}
.fastnews a:hover {
  text-decoration: none;
}
#accout_log {
  background-color: #ececec;
  width: 168px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  margin: auto;
  font-size: 13px;
  color: #ffffff;
  padding: 8px;
  margin-bottom: 8px;
}
.icon_menu_title {
  float: right;
  margin-top: -20px;
}
.menu_button {
  background-repeat: no-repeat;
  height: 9px;
  width: 173px;
  margin: auto;
  position: relative;
  color: white;
  text-shadow: #263238 0px 0px 2px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 11px;
  background: red;
  background: -webkit-linear-gradient(#204667, #009688);
  background: -o-linear-gradient(#204667, #009688);
  background: -moz-linear-gradient(#204667, #009688);
  background: #204667 linear-gradient(167deg, #204667, #009688 40rem);
  border-radius: 10px 10px 0px 0px;
}

.nav_links_highscores {
  background-color: rgba(255, 255, 255, 0.9);
  width: 168px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin: auto;
  font-size: 11px;
  color: #9e9e9ea3;
  padding: 8px;
  margin-bottom: 12px;
  -moz-box-shadow: 1px 1px 3px #2b2b2b;
  /* -webkit-box-shadow: 1px 1px 3px #2b2b2b; */
  /* box-shadow: 1px 1px 3px #2b2b2b; */
  margin-top: -1px;
}
.nav_links_search {
  background-color: rgba(255, 255, 255, 0.9);
  width: 168px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin: auto;
  font-size: 11px;
  color: #5d86a3;
  padding: 8px;
  margin-bottom: 12px;
  -moz-box-shadow: 1px 1px 3px #2b2b2b;
  /* -webkit-box-shadow: 1px 1px 3px #2b2b2b; */
  /* box-shadow: 1px 1px 3px #2b2b2b; */
  margin-top: -1px;
}
.nav_links {
  background-color: rgba(255, 255, 255, 0.9);
  width: 168px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin: auto;
  font-size: 17px;
  color: #5d86a3;
  padding: 8px;
  margin-bottom: 12px;
  -moz-box-shadow: 1px 1px 3px #2b2b2b;
  /* -webkit-box-shadow: 1px 1px 3px #2b2b2b; */
  /* box-shadow: 1px 1px 3px #2b2b2b; */
  margin-top: -1px;
}
.nav_links_logged {
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.9);
  width: 168px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin: auto;
  font-size: 15px;
  color: #5d86a3;
  padding: 8px;
  margin-bottom: 8px;
  -moz-box-shadow: 1px 1px 3px #2b2b2b;
  /* -webkit-box-shadow: 1px 1px 3px #2b2b2b; */
  /* box-shadow: 1px 1px 3px #2b2b2b; */
  margin-top: -1px;
}
.nav_link_icon {
  padding-right: 4px;
}
.nav_links_blue a {
  font-size: 15px;
  transition: all 0.9s ease;
}
/* .nav_links_blue a:hover{border-left:2px solid #5d86a3; padding-left:5px; color:#5d86a3;}
.nav_links_blue a:active{border-left:2px solid #5d86a3; padding-left:5px;}
 */
.nav_links_red a {
  font-size: 15px;
  transition: all 0.9s ease;
}
/* .nav_links_red a:hover{border-left:2px solid #C23A27; padding-left:5px; color:#C23A27;}
.nav_links_red a:active{border-left:2px solid #C23A27; padding-left:5px; color:#C23A27;}
*/
.nav_links_purple a {
  font-size: 15px;
  transition: all 0.9s ease;
}
/* .nav_links_purple a:hover{border-left:2px solid #840480; padding-left:5px; color:#840480;}
.nav_links_purple a:active{border-left:2px solid #840480; padding-left:5px;}
*/
.nav_links_yellow a {
  font-size: 15px;
  transition: all 0.9s ease;
}
/* .nav_links_yellow a:hover{border-left:2px solid #DFBC49; padding-left:5px; color:#DFBC49;}
.nav_links_yellow a:active{border-left:2px solid #DFBC49; padding-left:5px;}
*/
.nav_links_logged a {
  font-size: 15px;
  transition: all 0.9s ease;
}
/* .nav_links_logged a:hover{border-left:2px solid #6FBFA4; padding-left:5px;color:#6FBFA4;}
.nav_links_logged a:active{border-left:2px solid #6FBFA4; padding-left:5px;}
*/
.nav_links .active {
  font-weight: bold;
}

.nav_links,
.nav_links_logged,
.nav_links_highscores,
.nav_links_search {
  margin-bottom: 12px;
  border-bottom: 5px solid #021a58;
}

.servers_info {
  background-color: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
  padding: 8px;
  width: 214px;
  margin-right: -225px;
  margin-top: 279px;
  font-size: 12px;
  text-align: center;
}
.menu_nav {
  display: inline-block;
  background-color: transparent;
  width: 192px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
  margin-top: -123px; /*padding: 7px; */
  font-size: 12px;
}
.servers_infso {
  background-color: transparent;
  width: 214px;
  float: right;
  padding: 10px;
  width: 214px;
  margin-right: -230px;
  margin-top: 190px;
  font-size: 12px;
  text-align: center;
}
#s1_h {
  background-image: url(https://cdn.otpokemon.com/images/img/blue.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 200px;
  margin: auto;
}
#s2_h {
  background-image: url(https://cdn.otpokemon.com/images/img/green.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
}
#s3_h {
  background-image: url(https://cdn.otpokemon.com/images/img/red.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
}
#s4_h {
  background-image: url(https://cdn.otpokemon.com/images/img/yellow.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
}
#s5_h {
  background-image: url(https://cdn.otpokemon.com/images/img/white.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
}
#s6_h {
  background-image: url(https://cdn.otpokemon.com/images/img/black.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
}
#s7_h {
  background-image: url(https://cdn.otpokemon.com/images/img/pink.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
}
#s8_h {
  background-image: url(https://cdn.otpokemon.com/images/img/orange.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
}
.s_space {
  background-image: url(https://cdn.otpokemon.com/images/img/s_space.png);
  background-repeat: no-repeat;
  height: 19px;
  width: 220px;
  margin: auto;
  margin-top: 8px;
}
.newscont {
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-box-shadow: 1px 0px 3px #2b2b2b;
  /* -webkit-box-shadow: 1px 0px 3px #2b2b2b; */
  /* box-shadow: 1px 0px 3px #2b2b2b; */
  background-color: rgb(255 255 255 / 95%);
  width: 735px;
  margin-top: 4px;
  padding: 10px;
  float: left;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 600px;
}
.newsTitle {
  padding: 1px;
  font-size: 14px;
  font-weight: bold;
}
.newscont .newsTitle {
  color: #4f9bb3;
  height: 25px;
  padding-top: 8px;
  border-left: 2px solid #0f76cb;
  padding-left: 14px;
}
.playerActivities {
  color: rgb(201, 151, 0);
}
.easy-autocomplete {
  display: contents;
}
.submit-lente {
  height: 35px;
  /* margin-left: -20px; */
  /* outline: none; */
  margin-bottom: 3px;
  background-color: rgba(255, 255, 255, 0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px;
  /* margin-top: 4px; */
  color: rgb(7, 140, 184);
  text-align: center;
  /* border: 2px solid #00BFFF; */
  font-size: 18px;
  cursor: pointer;
}
.newscont .newsFooter {
  border: 1px dotted gray;
  padding: 1px;
}
.footer {
  padding: 10px;
  margin-bottom: 5px;
  display: inline-flex;
  width: 735px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 1px 0 3px #2b2b2b;
  background-color: rgba(255, 255, 255, 0.95);
}
.copyright {
  font-size: 12px;
  display: inline-flex;
}
.newscont .bar {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}
.menu_nav input.loginbutton {
  background-color: #243478;
  height: 36px;
  width: 119px;
  background: #15202b linear-gradient(167deg, #204667, #009688 40rem);
}
.menu_nav input.loginbutton:hover {
  background: #1b285d;
}
.menu_nav input.input {
  color: #0055a7;
  background-color: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 31px;
  width: 134px;
  border: 1px;
  margin-top: 4px;
  text-align: center;
  border: 2px solid #243478;
  font-size: 14px;
}
.menu_nav hr {
  border: 1px solid #2c2c2c;
}
.captchaImage {
  position: relative;
  right: -48px;
}
.pTable {
  width: 100%;
  max-width: 735px;
  border-width: 0px;
  border-spacing: 2px;
  border-style: outset;
  border-collapse: collapse;
  border: #ccc;
  float: left;
  font-size: 13px;
}
.pTable tr td {
  border: 0px solid #ccc;
  padding: 10px 10px;
}
.pTitle {
  border: 0px solid #ccc;
  background: #243478;
  color: white;
  font-weight: bold;
  /*border-bottom: 2px solid #2196f3;*/
}
.logTwitter {
  background-image: url(https://cdn.otpokemon.com/images/twitter_1.png);
  height: 24px;
  width: 151px;
}
.logTwitter:hover {
  cursor: pointer;
}
.b1 {
  background: rgba(124, 124, 124, 0.50);
  font-size: 1.2em;
}

{
  border-radius: 10px 0px 0px 10px;
}

td:first-child:not(.nr), ul:first-child > li {
  border-radius: 10px 0px 0px 10px;
}

td:last-child, ul:last-child > li {
  border-radius: 0px 10px 10px 0px;
}

.b2 {
  background: rgba(179, 199, 213, 0);
  font-size: 1.2em;
}
.b3 {
  background: #ffffff;
  font-size: 1.2em;
}
.bgreen {
  background: rgb(239, 249, 239);
}
.bred {
  background: rgba(255, 244, 244, 0.6);
}
.rulesUl li {
  font-size: 80%;
}
.check_icon {
  right: 26px;
  top: -5px;
  width: 13px;
}
.ticker img {
  margin-bottom: 2px;
}
.ticker {
}
.deathNew {
  color: green;
}
.logged {
  display: none;
}
.searchBar {
  width: 277.11px;
}
.loginbutton {
  background-color: #243478;
  height: 36px;
  width: 119px;
}
.loginbutton:hover {
  background-color: #1a2658;
}
.nr {
  margin-left: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
  border-radius: 50px;
  background-color: #598fb5;
  color: #598fb5;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  /*background: url(https://cdn.otpokemon.com/images/iconBall.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff; 
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777;
    */
}
.b1 .nr {
  background-color: rgb(94, 35, 102);
  color: white;
}
.b2 .nr {
  background-color: #243478;
  color: white;
}
.flagPlayer {
  width: 50px;
  height: 50px;
  border-radius: 28%;
  -webkit-box-shadow: 0 0 0 3px #fff7e0, 0 0 10px 0 #000;
  box-shadow: 0 0 0 3px #fff7e0, 0 0 10px 0 #000;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
p.fb-post {
  word-break: break-word;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 15px;
  border-left: 2px solid #e0e0e0;
}

.header {
  height: 150px;
  background-position-y: -60px;
}

.fixedbar {
  bottom: 0;
  color: #fff;
  position: fixed;
  font-size: 16px;
  z-index: 99999;
  vertical-align: middle;
  margin: 0;
  opacity: 0.9;
  font-weight: 700;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 1px 0 3px #2b2b2b;
  /* -webkit-box-shadow: 1px 0 3px #2b2b2b; */
  /* box-shadow: 1px 0 3px #2b2b2b; */
  background-color: #243478;
  width: 715px;
  padding: 10px;
  float: left;
}
.boxfloat a {
  color: #fff;
}
.boxfloat a:hover {
  color: #000;
}
.boxfloat {
  text-align: center;
  margin: 0 auto;
}

.buttonActivated {
  background-color: green;
}

.imgPostFacebook {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 600px;
}

.menu_mobile {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin-top: 1px;
  width: 65px;
  right: 0px;
}

.bar1,
.bar2,
.bar3 {
  height: 11px;
  background-color: #fff;
  margin: 11px 0;
  transition: 0.4s;
  margin-left: 2px;
  margin-right: 2px;
  box-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000,
    1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-51deg) translate(-40px, -28px);
  transform: rotate(-51deg) translate(-40px, -28px);
  background: #fff;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(49deg) translate(-53px, 14px);
  transform: rotate(49deg) translate(-53px, 14px);
  background: white;
}

.captcha_login {
  display: none;
}
.loggin_captcha, .loggin_captcha_image {
  display: none;
}

.loggin_twofactor, .loggin_character {
  display: none;
}
.twofactor, .character_suspicious {
  display: none;
}

.qntd_shop {
  height: 25px;
  border-radius: 10px;
  font-size: 18px;
  width: 25px;
}
.plus {
  background-color: green;
}
.minus {
  background-color: #f44336;
}

@media screen and (max-width: 721px) {
  .body,
  .newscont,
  .eventbar,
  .mainbody,
  .navbar,
  .footer {
    width: 100% !important;
  }
  .header {
    opacity: 0.6 !important;
    background-position-x: 50% !important;
  }
  .fixedbar {
    display: block;
  }
  .menu_mobile {
    display: inherit !important;
  }
  .menu_nav {
    background-color: #607d8b94;
    display: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1em;
    position: fixed;
    margin-top: 0;
    padding-top: 0;
    z-index: 9;
    width: 50%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    right: 0;
    top: 0;
    left: 50%;
    box-shadow: -350px 0 0 #000000e8;
  }
  .menu_nav > div {
    width: 100%;
    font-size: 1.2em;
  }
  .menu_nav > a,
  .menu > a {
    font-size: 1.2em;
  }

  .menu_button {
    height: 25px;
  }
  .dex {
    margin-left: 440px;
    top: -15px;
  }
  .eventbar {
    padding: 10px;
  }
}
