span.radioSpan {
	margin-left: -5px;
	margin-right: 15px;
	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: #fff!important;
	cursor: pointer
}
.achievements {
	position: absolute;
	margin-left: 75px;
	margin-top: -7px;
	z-index: 2
}
.achievements img {
	width: 30px;
	height: 30px;
	opacity: .9;
	cursor: help
}
.achievements .disabled {
	filter: grayscale(80%);
	opacity: .25
}
.dumped-alert {
	display: none;
	font-style: italic;
	opacity: .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: #fff;
	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: 8px
}
.marriage {
	font-size: .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: .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, .13)
}
.button-show-more i {
	font-size: 28px;
	opacity: .3
}
.player-list-outfit {
	max-width: 60px;
	max-height: 60px;
	margin-top: -23px
}
.btn-50px {
	width: 50px;
	height: 50px
}
.charactersOutfit {
	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
}
.switch-night-mode i {
	margin-top: 5px
}
.newscont-night-mode {
	background-color: #15202b!important;
	color: #fff!important
}
.newscont-night-mode a {
	color: #d5d5d5!important
}
.newscont-night-mode a:visited {
	color: #d5d5d5!important
}
.newscont-night-mode .table {
	color: #fff!important
}
.newscont-night-mode fieldset legend {
	color: #767676!important
}
.newscont-night-mode .table ul li.odd {
	background: rgba(255, 255, 255, .04)!important
}
.newscont-night-mode .text {
	color: #fff!important
}
.footer-night-mode {
	background-color: #03161f!important;
	color: #fff!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: #649bb3!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 .2s ease
}
.toggle span {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(154, 153, 153, .5);
	transition: all .2s ease
}
.toggle span:before {
	content: "";
	position: absolute;
	display: block;
	margin: -18px;
	width: 56px;
	height: 56px;
	background: rgba(79, 46, 220, .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 .2s cubic-bezier(.8, .4, .3, 1.25), background .15s ease;
	box-shadow: 0 3px 8px rgba(79, 46, 220, .2)
}
#cbx:checked+.toggle span:before {
	transform: scale(1);
	opacity: 0;
	transition: all .4s ease
}
#cbx2:checked+.toggle:before {
	background: #009688
}
#cbx2:checked+.toggle span {
	background: #243478;
	transform: translateX(20px);
	transition: all .2s cubic-bezier(.8, .4, .3, 1.25), background .15s ease;
	box-shadow: 0 3px 8px rgba(79, 46, 220, .2)
}
#cbx2:checked+.toggle span:before {
	transform: scale(1);
	opacity: 0;
	transition: all .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(../img/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
}
.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 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	font-size: 24px
}
.guild-motd {
	display: block;
	color: #cfcfcf;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000
}
.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: .7em;
	color: gray;
	margin-right: 10px
}
.activity .activitie-title {
	font-size: .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;
	-webkit-box-orient: vertical
}
.issueView .date,
.report .date {
	font-size: .9em;
	color: #607d8b;
	margin-left: 0;
	text-align: right;
	margin-top: 10px
}
.issue .content {
	color: #5c5959;
	word-wrap: break-word
}
.comment {
	border: 0 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: .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: #fff;
	border-radius: 5px;
	margin-bottom: 10px
}
.sendComment textarea {
	outline: none;
	margin-bottom: 3px;
	background-color: rgba(255, 255, 255, .5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px;
	color: #078cb8;
	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: #41b6dd
}
.divtags {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px
}
.tag {
	color: #fff;
	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: #26608f
}
.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, .5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px;
	margin-top: 4px;
	color: #078cb8;
	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, .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;
	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;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	transition: all .15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	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: .4em;
	border: 1px solid;
	margin-top: 3px
}
.attachment::before {
	font-family: "font awesome 5 free";
	content: '\f0c6 Attachments:';
	display: block;
	font-size: .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;
	margin-left: 0;
	top: 8.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	transition: all .15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	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 #000;
	text-align: center;
	height: 50px;
	display: none;
	margin-top: 10px
}
.change::before {
	color: #078cb8;
	font-size: 1.2em
}
.change label {
	float: none;
	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
}
.custom-menu li {
	padding: 8px 12px;
	cursor: pointer;
	list-style-type: none;
	transition: all .3s ease;
	user-select: none
}
.custom-menu li:hover {
	background-color: #def
}
.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;
	margin: 4px;
	list-style-type: none;
	padding: 3px
}
.easy-autocomplete-container {
	position: absolute;
	z-index: 2;
	background-color: #243478;
	border-top: 0;
	width: 277.11px;
	border-radius: 10px
}
.easy-autocomplete-container ul li {
	color: #fff
}
.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
}
.happening {
	padding-left: 20px;
	margin-bottom: 15px
}
.error-box {
	margin: 10px 0;
	line-height: 1.8em;
	color: #ff6a72;
	background-color: #ffd2d236;
	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, .29);
	border: 1px solid green;
	border-radius: 10px;
	text-align: center
}
.blue-box {
	padding: 10px;
	margin: 10px 0;
	line-height: 1.8em;
	margin-left: .2em;
	color: #3d7da0;
	background-color: rgba(33, 150, 243, .1);
	border: 1px solid rgba(33, 150, 243, .27);
	word-break: normal;
	border: 1px solid #3a7693;
	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: 700;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	font-size: 14px
}
#informer {
	display: none;
	background-color: #2d5d93e6;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	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 #000;
	background-size: cover;
	background-position: center;
	cursor: zoom-in
}
.house-map>.mark {
	position: relative;
	top: calc(50% - 11px)
}
.playerOutfit {
	border-radius: 30px;
	margin-right: 5px
}
.worldIcon {
	width: 45px;
	height: 45px;
	vertical-align: -100%
}
.tooltip {
	display: none;
	position: absolute;
	border: 1px solid #fff;
	background-color: #598fb5;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-size: 13px;
	opacity: .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: 0;
	margin: 0;
	border-left: 4px solid #243478;
	padding-left: 5px;
	margin-bottom: 5px
}
h1,
h2,
h3,
p {
	padding: 10px;
	margin: 0
}
ul,
ol {
	margin: 5px 20px;
	padding: 0 20px
}
ul span,
ol span {
	color: #666
}
#menu {
	clear: both;
	position: absolute;
	margin: -43px 0 0 76px;
	padding: 0 40px 0 0;
	background: url(https://cdn.otpokemon.com/images/menugradient.png) repeat-x;
	font: bold 12px/26px'Helvetica Neue';
	height: 36px;
	width: 840px;
	border-top: #666 solid 6px
}
#menu ul {
	list-style: none
}
#menu ul li {
	display: inline
}
#menu ul li a {
	float: left;
	padding: 0 8px;
	margin-left: 10px;
	color: #333;
	text-decoration: none;
	background: url(https://cdn.otpokemon.com/images/button.png) repeat-x;
	border: #aaa 1px solid
}
#menu ul li a:hover {
	background: url(https://cdn.otpokemon.com/images/button_orange.png) repeat-x;
	color: #333;
	border: #aaa 1px solid
}
#menu ul li#current a {
	background: url(https://cdn.otpokemon.com/images/button_orange.png) repeat-x;
	color: #333;
	border: #aaa 1px solid
}
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0;
	margin: 20px 0 0
}
#sidebar .left-box {
	border: 1px solid #eff0f1;
	margin: 0 0 5px
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px;
	padding: 0;
	text-decoration: none
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #eff0f1;
	padding: 2px 0 2px 5px;
	margin: 0 2px;
	background: url(https://cdn.otpokemon.com/images/menubuttonbg.png) no-repeat
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none
}
.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: 400;
	margin-top: 8px
}
a.green {
	color: #0c0
}
a.red {
	color: red
}
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,
select {
	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: #93e7f6;
	text-align: center;
	font-size: 16px;
	height: 35px;
	border-left: 2px solid #2196f3;
	margin-bottom: 10px
}
select {
	min-width: 170px;
	background-color: #243478;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	height: 35px;
	border-left: 4px solid #009688
}
select:disabled {
	background: #ddd
}
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: 700;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 13px
}
.toolbar {
	padding: 10px;
	border: 1px solid silver;
	font-weight: 700;
	margin-bottom: 15px
}
.highlight:hover {
	background-color: #ffffe0;
	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: 700
}
.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: 0 0;
	text-align: right;
	padding-top: 5px;
	border: none;
	margin: 0
}
.quote {
	padding: 4px;
	border: 1px solid silver
}
.moderatingPanel {
	border: 1px solid silver;
	padding: 5px;
	font-weight: 700;
	margin-bottom: 5px
}
.postTitle {
	font-weight: 700;
	margin-left: 20%;
	border-bottom: 1px dotted silver
}
.bugtrackerProgressBar {
	width: 100px;
	height: 8px;
	border: 1px solid silver
}
.bugtrackerProgress {
	float: left;
	height: 8px;
	background: #90ee90
}
.bugtrackerRow {}.bugtrackerBugTable {
	padding: 5px;
	border: 1px solid silver
}
.bugtrackerTitle {
	font-size: 15px;
	font-weight: 700;
	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: 700
}
.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: 700;
	border-bottom: 1px dotted silver;
	padding: 5px
}
.house_content {
	padding: 5px
}
.message .title {
	height: 30px;
	padding-top: 8px;
	padding-left: 15px;
	font-weight: 700;
	background-repeat: repeat-x
}
.message .bar {
	border-top: 1px solid silver;
	padding: 5px;
	margin-left: 0;
	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;
    margin: 10px;
}
.table ul {
	float: left;
	margin: 0;
	padding: 0
}
.table ul li {
	list-style: none;
	padding: 5px 10px;
	height: 50px;
	padding-top: 15px
}
.table ul li.title {
	font-weight: 700;
	background: #333;
	color: #fff
}
.table ul li.even {
	background: transparent
}
.table ul li.odd {
	background: rgba(67, 22, 69, .04)
}
.table input {
	margin: 0
}
.mainbody {
	width: 950px;
	margin: auto
}
.dex {
	position: absolute;
	height: 150px;
	width: 170px;
	margin: auto;
	vertical-align: baseline;
	background-repeat: no-repeat;
	margin-right: 32px;
	background-position: bottom;
	margin-left: 768px;
	margin-top: 110px;
}
.thelogo {
	position: absolute;
	width: 245px;
	margin: auto;
	vertical-align: baseline;
	background-repeat: no-repeat;
	margin-right: 32px;
	background-position: bottom;
	margin-left: 275px;
    margin-top: 63px;
}
fieldset {
	margin: 0;
	border: 0 solid #598fb5;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	margin-bottom: 10px
}
fieldset legend {
	padding: 10px 0;
	font-weight: 600;
	font-size: 16px;
	color: #243478;
	width: 100%;
	border-bottom: 1px solid #607d8b59;
	border-top: 1px solid #607d8b59
}
fieldset legend::before {
	font-family: "font awesome 5 brands";
	font-size: inherit;
	text-rendering: auto;
	content: "\f430  ";
	color: #607d8b59
}
.slider_bg {
	background-color: rgba(255, 255, 255, .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: .95;
	filter: alpha(opacity=15)
}
.navbar {
	width: 735px;
	height: 49px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 0 3px #2b2b2b;
	padding: 10px;
	padding-bottom: 8px;
	background-color: #243478;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: url(../img/accbox_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0
}
.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: #fff;
	border-top: 2px solid transparent;
	-moz-transition: border-top-color .3s ease-in-out;
	-webkit-transition: border-top-color .3s ease-in-out;
	-ms-transition: border-top-color .3s ease-in-out;
	transition: border-top-color .3s ease-in-out
}
.menuNavbar>a>.menu1:hover,
.menuNavbar>a>.menu2:hover,
.menuNavbar>a>.menu3:hover {
	border-top: 2px solid
}
.menuNavbar>a>.menu2 {}.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: #fff;
	font-size: 12px;
	margin-left: 11px
}
.navbuttons {
	z-index: 2;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 35px;
	position: absolute
}
.buttons {
	border-radius: 22px;
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center
}
.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: 735px;
	height: 32px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 0 3px #2b2b2b;
	padding: 10px;
	background-color: #785171;
	background-image: url(../img/mewtwoBar.png);
	background-repeat: no-repeat;
	background-position: 100% -18px;
	margin-left: 3px;
	margin-top: 4px
}
.addonCreation {
	background-image: url(../images/concurso/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 0 3px #2b2b2b;
	padding: 10px;
	background-color: #060606;
	background-repeat: no-repeat;
	background-position: 100% 0;
	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 0 3px #2b2b2b;
	padding: 10px;
	background-color: #ff3e32;
	background-image: url(/img/torneio-banner-2020.png);
	background-repeat: no-repeat;
	background-position: 73% 0;
	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;
	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, .8);
	font-size: 20px
}
a:link {
	text-decoration: none;
	color: #202020
}
a:visited {
	text-decoration: none;
	color: #202020
}
a:active {
	text-decoration: none;
	color: #202020
}
a:hover {
	text-decoration: none;
	color: #607d8b
}
.navbox_right {
	float: right;
	margin-top: 14px;
	margin-right: 230px
}
.twt_button {
	border-radius: 15px;
	background-image: url(https://cdn.otpokemon.com/images/images/twt_button.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 154px;
	float: left;
	margin-left: 22px
}
.fb_button {
	border-radius: 15px;
	background-image: url(https://cdn.otpokemon.com/images/images/fb_button.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 154px;
	float: left;
	margin-left: 2px
}
.acc_box {
	background-color: rgba(255, 255, 255, .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 0 3px #2b2b2b;
	background-image: url(../img/accbox_bg.png);
	background-repeat: no-repeat;
	background-position: 75px 36px
}
.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, .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, .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 #fff
}
.accbox_button_ a {
	color: #333;
	text-decoration: none
}
.accbox_button_ a:hover {
	color: #333;
	text-decoration: none;
	text-shadow: 0 0 3px #fff
}
.accbox_online a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px
}
.accbox_online a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 3px #fff
}
.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, .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: #fff;
	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: #fff;
	text-shadow: #263238 0 0 2px;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 11px;
	background: red;
	background: -webkit-linear-gradient(#243478, #1a2658);
	background: -o-linear-gradient(#243478, #1a2658);
	background: -moz-linear-gradient(#243478, #1a2658);
	background: linear-gradient(#243478, #1a2658);
	border-radius: 10px 10px 0 0
}
.nav_links_highscores {
	background-color: rgba(255, 255, 255, .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;
	margin-top: -1px
}
.nav_links_search {
	background-color: rgba(255, 255, 255, .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;
	margin-top: -1px
}
.nav_links {
	background-color: rgba(255, 255, 255, .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;
	margin-top: -1px
}
.nav_links_logged {
	line-height: 1.4;
	background-color: rgba(255, 255, 255, .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;
	margin-top: -1px
}
.nav_link_icon {
	padding-right: 4px
}
.nav_links_blue a {
	font-size: 15px;
	transition: all .9s ease
}
.nav_links_red a {
	font-size: 15px;
	transition: all .9s ease
}
.nav_links_purple a {
	font-size: 15px;
	transition: all .9s ease
}
.nav_links_yellow a {
	font-size: 15px;
	transition: all .9s ease
}
.nav_links_logged a {
	font-size: 15px;
	transition: all .9s ease
}
.nav_links .active {
	font-weight: 700
}
.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;
	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/images/blue.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 200px;
	margin: auto
}
#s2_h {
	background-image: url(https://cdn.otpokemon.com/images/images/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/images/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/images/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/images/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/images/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/images/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/images/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/images/s_space.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 220px;
	margin: auto;
	margin-top: 8px
}
.newscont {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 0 3px #2b2b2b;
	background-color: #fff;
	width: 735px;
	margin-top: 4px;
	padding: 10px;
	float: left;
	margin-bottom: 5px;
	font-size: .9em;
	min-height: 650px
}
.newsTitle {
	padding: 1px;
	font-size: 14px;
	font-weight: 700
}
.newscont .newsTitle {
	color: #243478;
	height: 25px;
	padding-top: 8px;
	border-left: 2px solid #0f76cb;
	padding-left: 14px
}
.playerActivities {
	color: #c99700
}
.easy-autocomplete {
	display: contents
}
.submit-lente {
	height: 35px;
	margin-bottom: 3px;
	background-color: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px;
	color: #078cb8;
	text-align: center;
	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, .95)
}
.copyright {
	font-size: 12px;
	display: inline-flex
}
.buttonex, .btn, .submitButton{
	background-color: #243478;
    border-radius: 0 10px 0 10px;
    border: 2px;
    color: #93e7f6!important;
    text-align: center;
    font-size: 16px;
    height: 35px;
    border-left: 2px solid #2196f3;
	padding: 2px 8px 2px 8px;
	
}
.newscont .bar {
	border-left: 1px solid silver;
	border-right: 1px solid silver
}
.menu_nav input.loginbutton {
	background-color: #243478;
	height: 36px;
	width: 119px
}
.menu_nav input.loginbutton:hover {
	background-color: #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;
	top: 30px
}
.pTable {
	width: 100%;
	max-width: 735px;
	border-width: 0;
	border-spacing: 2px;
	border-style: outset;
	border-collapse: collapse;
	border: #ccc;
	float: left;
	font-size: 13px
}
.pTable tr td {
	border: 0 solid #ccc;
	padding: 10px
}
.pTitle {
	border: 0 solid #ccc;
	background: #243478;
	color: #fff;
	font-weight: 700;
	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, .13);
	font-size: 1.2em
}
.b2 {
	background: transparent;
	font-size: 1.2em
}
.b3 {
	background: #fff;
	font-size: 1.2em
}
.bgreen {
	background: #eff9ef
}
.bred {
	background: rgba(255, 244, 244, .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
}
.b1 .nr {
	background-color: #5e2366;
	color: #fff
}
.b2 .nr {
	background-color: #243478;
	color: #fff
}
.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: 275px;
}
.fixedbar {
	bottom: 0;
	color: #fff;
	position: fixed;
	font-size: 16px;
	z-index: 99999;
	vertical-align: middle;
	margin: 0;
	opacity: .9;
	font-weight: 700;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 6px;
	-moz-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: 63px;
	margin-left: 92%
}
.bar1,
.bar2,
.bar3 {
	height: 11px;
	background-color: #fff;
	margin: 11px 0;
	transition: .4s;
	margin-left: 2px;
	margin-right: 2px
}
.change .bar1 {
	-webkit-transform: rotate(-51deg) translate(-40px, -28px);
	transform: rotate(-51deg) translate(-40px, -28px);
	background: #fff
}
.change .bar2 {
	opacity: 0
}
.change .bar3 {
	-webkit-transform: rotate(49deg) translate(-53px, 14px);
	transform: rotate(49deg) translate(-53px, 14px);
	background: #fff
}
#contentMain {
	min-height: 635px
}
.loggin_twofactor {
	display: none
}
.twofactor {
	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 (min-width: 721px) {
	.menu_nav {
		display: block
	}
	.fixedbar {
		display: block
	}
}
@media screen and (max-width: 720px) {
	.characters-cap {
		background-image: none
	}
	.navbuttons {
		margin-top: 65px;
		text-align: center;
		width: 90%
	}
	.switch-night-mode {
		width: 51px;
		height: 51px;
		font-size: 30px
	}
	.switch-night-mode i {
		margin-top: 12px
	}
	#contentMain {
		min-height: 0
	}
	.fixedbar {
		display: none
	}
	.header {
		height: 80px;
		background-position-x: 37%;
		background-position-y: -130px;
		position: fixed;
		width: 100%;
		background-color: rgba(31, 105, 174, .6);
		z-index: 1
	}
	.menu_nav {
		background-color: #607d8b94;
		display: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-size: 1.2em;
		position: fixed;
		margin-top: 0;
		padding-top: 20px;
		z-index: 3;
		width: 100%;
		overflow-y: visible;
		overflow-x: hidden;
		height: 100%
	}
	.menu_mobile {
		display: initial
	}
	.dex {
		display: none
	}
	.navbox_right {
		display: none
	}
	.slider_bg {
		display: none
	}
	.navbar {
		display: none
	}
	.eventbar {
		display: none
	}
	.tournamentbar {
		display: none
	}
	.mainbody {
		width: 100%;
		margin: auto
	}
	.newscont {
		width: 100%;
		margin-top: 80px;
		padding: 0;
		float: left;
		margin-bottom: 5px;
		font-size: 1em;
		min-height: 0
	}
	.footer {
		width: 96%;
		padding: 2%;
		font-size: .8em
	}
	.message .content {
		padding: 0
	}
	.imgPostFacebook {
		max-width: 90%;
		border: 1px solid #ccc
	}
	.fb-post {
		font-size: 1em
	}
	.nav_links,
	.nav_links_logged,
	.nav_links_highscores,
	.nav_links_search {
		margin-bottom: 8px;
		width: 100%;
		font-size: 1em;
		box-shadow: 0 1px 30px #2b2b2b;
		background-color: #fff
	}
	.nav_links_blue a {
		font-size: 1.2em
	}
	.nav_links_red a {
		font-size: 1.2em
	}
	.nav_links_purple a {
		font-size: 1.2em
	}
	.nav_links_yellow a {
		font-size: 1.2em
	}
	.nav_links_logged a {
		font-size: 1.2em
	}
	.nav_links_highscores a {
		font-size: 1.2em
	}
	.nav_links_highscores a {
		font-size: 1.2em
	}
	.nav_links_highscores {
		display: none
	}
	#account_button,
	#community_button,
	#navigation_button,
	#toplevel_button,
	#topcatch_button,
	#search_button,
	#toplevel_button,
	#topcatch_button,
	#toptournament_button,
	#toppokedex_button,
	#toptowerchallenge_button {
		width: 100%;
		height: 20px
	}
	.pTable {
		font-size: .8em
	}
	.b1,
	.b2 {
		height: 2em
	}
	.menu_nav input.input {
		height: 2.5em;
		font-size: 1em
	}
	.copyrights {
		font-size: .7em
	}
}



div.green {
	color: #006400;
	border: 1px solid #006400;
	padding: 5px 5px 5px 65px;
	margin: 3px 0;
	font-weight: 700;
	background: url(../img/info/success.jpg) left center no-repeat #e3ffde;
}

div.red {
	color: #b40000;
	border: 1px solid #b40000;
	padding: 5px 5px 5px 65px;
	margin: 3px 0;
	font-weight: 700;
	background: url(../img/info/error.jpg) left center no-repeat #FFDEDE;
}

div.blue {
	color: rgb(1, 114, 255);
	border: 1px solid #1597db;
	padding: 5px 5px 5px 65px;
	margin: 3px 0;
	font-weight: 700;
	background: url(../img/info/info.png) left center no-repeat rgba(21, 151, 219, 0.16);
}

div.quote {
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #000;
	background: #FBF9F6;
	color: #000;
}



.separator {
	background: url(../img/sep-b.png) center;
	width: 100%;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 2px;
	background-size: 100% 100%;
}

.myButton {
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	background-color:#768d87;
	border-radius:6px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 28px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
}
.myButton:active {
	position:relative;
	top:1px;
}



.pokeballpkm {
    height: 200px!important;
    background: url(../img/ball.png) center center no-repeat!important;
    background-size: 175px;
}

.pokeballpkm:hover {
    background: url(../img/ballselect.png) center center no-repeat!important;
	    background-size: 175px!important;
}

.pokeballpkm1 { 
    background: url(../img/ballselect.png) center center no-repeat!important;
	    background-size: 175px!important;
}

table.choose-pokemon tbody tr td.allowed { cursor: pointer; }
table.choose-pokemon tbody tr td.allowed:hover, table.choose-pokemon tbody tr td.active { background: #cbfccc; }

.slideup, .slidedown {
	max-height: 0;            
	overflow-y: hidden;
	-webkit-transition: max-height 0.8s ease-in-out;
	-moz-transition: max-height 0.8s ease-in-out;
	-o-transition: max-height 0.8s ease-in-out;
	transition: max-height 0.8s ease-in-out;
}
.slidedown {            
	max-height: 60px ;                    
} 


div#npc-section {
	padding: 0;
    background-color: #26282d17;
    border-bottom: 2px solid #15181b14;
    border-right: 1px solid #15181b17;
    border-radius: 4px;
    vertical-align: middle;
    margin: 0px 3px 4px 0px;
}

div#npc-section div#npc-image {
	display: inline-block;
	width: 150px;
	height: 150px;
	position: relative;
	margin-top: -25px;
	margin-right: 10px;
	vertical-align: bottom;
}

div#npc-section div#npc-content {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin: 0 3px 0 25%;
}

div#npc-section div#npc-content h3 {
	padding: 5px;
	background: url('../img/line.png') no-repeat;
	background-position: bottom;
	background-size: 70%;
	font-size: 21px;
	margin: 5px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #9eadcd;
}



/* Pagina Market */
.parte1 {    
	width: 180px;
    height: 270px;
    float: left;
    margin: 0 1px 0 1px;
    background: url(../img/shopping/bg.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
.parte2 {
    position: absolute;
    left: 5px;
    top: 5px;
    border-bottom: none;
}
.parte4 {
    position: absolute;
    left: 50px;
    top: 33px;
}
.parte5 {
    position: absolute;
    width: 168px;
    left: 6px;
    top: 119px;
    line-height: 16px;
    text-align: center;
    font-family: &quot;
    font-size: 13px;
    color: #6e6e6e;
}
.parte6 {
    position: absolute;
    width: 168px;
    height: 20px;
    left: -5px;
    top: 155px;
    color: #0081e0;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.parte7 {
	position: absolute;
    width: 154px;
    height: 52px;
    max-height: 52px;
    left: 6px;
    top: 176px;
    color: #000000;
    padding: 5px 7px 4px 7px;
    text-align: justify;
    font-size: 11.3px;
    overflow: auto;
}
.parte8 {
    background: url(../img/shopping/buttonbg.png) center top no-repeat;
    position: absolute;
    width: 59px;
    height: 21px;
    left: 116px;
    top: 240px;
    color: #FFF;
    line-height: 22px;
    text-align: center;
    border: none;
    line-height: 2px;
}
.parte8:hover {
    background: url(../img/shopping/buttonbg.png) 0px -21px no-repeat;
    position: absolute;
    width: 59px;
    height: 21px;
    left: 116px;
    top: 240px;
    color: #000;
    line-height: 22px;
    text-align: center;
    border: none;
    line-height: 2px;
}
.parte9 {
    margin-top: 4px;
    position: absolute;
    margin-left: -146px;
    color: #fff;
    font-family: "Flexo-Demi",arial,sans-serif;
    cursor: pointer;
}
.parte10 {
    position: absolute;
    width: 168px;
    height: 20px;
    left: -4px;
    top: 32px;
    color: #0081e0;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.borda{
    -webkit-border-radius: 6px;
    width: 180px;
    height: 270px;
	display: inline-grid;
    margin: 0 1px 0 1px;
    background: url(../img/shopping/bgmarket3.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    border: none;
}

.borda:hover {
    background: url(../img/shopping/bgmarket4.png) no-repeat;
	z-index: 1;
}

div#npc-section div#npc-content p {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 600;
    color: #eeeeee;
}

div#npc-section div#npc-content img {
	vertical-align: middle;
}


tr:nth-child(even) {background-color: #ffffff0a!important}
tr:nth-child(odd) {background-color: #e9e9ea0a!important}

table {
  border-collapse: collapse;
  width: 100%;
}

table, th, td {
  border: 4px solid #a9bfdc00;
  font-size: 100%;
}

label {
	width: 100%;
}
.dataTables_info, .paginate_button{
    color: #e9e9ea00!important;
}
.paginate_button{
    color: #e9e9ea00 !important;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate{
	background-color: #e9e9ea00!important;
    border: unset!important;
}


#myVideo{
	position: fixed; 
	right: 0; 
	bottom: 0; 
	min-width: 100%; 
	min-height: 50%; 
	z-index: -1000;
}
.video-night-mode {
	filter: brightness(33%)!important;
}