@font-face {
	font-family: 'Real Madrid';
	src: url('../fonts/real_madrid.ttf');
}
* {
	margin: 0;
	padding: 0;
}
html {
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Play', sans-serif;
}
h5 {
	font-size: 16px;
}
h4 {
	font-size: 18px;
}
h3 {
	font-size: 20px;
}
h2 {
	font-size: 22px;
}
h1 {
	font-size: 24px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 16px;
	line-height: 26px;
}
input::placeholder {
	color: #ccc !important;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #555555;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: 600;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
.table tr:hover {
	background: #f0ffed;
}
.no-border {
	border: 0;
}
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
	*vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;
	/* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	border: 1px solid #323232;
	background: #323232;
	color: #fff;
	cursor: pointer;
	line-height: 20px;
	font-size: 16px;
	padding: 1px 25px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f42648;
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	--border-color: #378ba0;
	--background: #378ba0;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 98%;
}
embed,
iframe,
object {
	max-width: 100%;
	margin: 0 0 1.5em;
}
a {
	color: #a01f1f;
	text-decoration: none;
}
a:hover,
a:active {
	color: #f45959;
	opacity: 1;
	outline: none;
}
a:focus {

}
ul {
	margin-left: 15px;
}
ul.nav {
	margin-left: 0;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#ranking-page h2, #ranking-page h3, #ranking-page p {
	--text-align: center;
}
#ranking-page .search-form2 p {
	border: 0;
}
#main-nav-wrap {
	background-color: #242027;
}
#main-nav {
	background-color: #242027 !important;
}
#main-nav .nav-link {
	color: #fff;
}
#main-nav .nav-link:hover {
	color: #f42648;
}
#main-nav .dropdown-menu {
	background-color: #242027 !important;
	z-index: 1200;
}
#main-nav .dropdown-menu .dropdown-item {
	color: #fff !important;
	font-size: 13px;
}
#main-nav .dropdown-item:hover,
#main-nav .dropdown-item:active,
#main-nav .dropdown-item:focus,
#main-nav .dropdown-item.active {
	background-color: #242027 !important;
	color: #f42648 !important;
}
#main-nav .navbar-brand {
	color: #ffe0f0;
}
#main-nav .navbar-brand:hover {
	color: #ffbade;
}
.navbar-toggler:hover, .navbar-toggler:focus {
	outline: none;
	background-color: #333136;
}
.sub-menu-item {
	white-space: nowrap;
}
.submenu-center {
	text-align: center !important;
}
.submenu-area {
	overflow: hidden;
	font-size: 15px;
	text-align: left;
	--padding: 10px 0;
}
#user-info-bar {
	border-bottom: solid 1px #eee;
	background: #ffffed;
	font-size: 14px;
}
@media (min-width: 992px) {
	#main-nav-wrap {
		position: fixed;
		z-index: 1040;
	}
	#user-info-bar {
		position: fixed;
		z-index: 200;
		top: 58px;
	}
	#main {
		padding-top: 91px;
	}
}
.toggler {
	font-style: italic;
}
.toggler a {
	color: #26a;
}
.enter-donation-amount {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 120%;
}
.donation-amount-text {
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
}
.credit-amount-text {
	font-size: 8pt;
	text-transform: uppercase;
	color: #111;
	letter-spacing: 1px;
	text-align: center;
}
.donation-amount {
	font-weight: bold;
	color: #000;
}
.credit-amount {
	color: #555;
}
.reset-amount-text {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	text-align: center;
}
.credit-balance {
	text-align: center;
}
.credit-balance .balance-text {
	display: inline-block;
	text-transform: uppercase;
}
.donate_button {
	overflow: hidden;
	display: block;
	position: relative;
	border: solid 1px #ccc;
	transition: border 0.5s;
	box-sizing: content-box;
	padding: 10px;
}

.donate_button img {
	width: 150px;
	height: 52px;
}
.donate_button .donate_button_desc {
	color: #444;
	font-size: 14px;
}
.donate_button_desc .badge {
	font-size: 12px;
	margin-right: 7px;
}
.donate_button:hover {
	border: solid 1px #666;
	text-decoration: none;
}
#payment_table {
	width: 640px;
	margin: auto;
	border: 0;
}
#payment_table td, #payment_table tr {
	border: 0;
}
#vote-links {
	position: relative;
	--margin: 250px 0 0 10px;
	margin: 10px 0 0 10px;
}
#vote-links ul {
	margin-left: 20px;
}
#vote-links ul li:before  {
	content: "·";
	position: relative;
	font-size: 30px;
	top: 7px;
	margin-right: 5px;
	color: #016fb4;
}
#vote-links-title {
	position: relative;
	height: 45px;
}
#vote-links-title .fa {
	position: absolute;
	font-size: 22px;
	top: 13px;
	left: 10px;
	color: #063f4e;
}
#vote-links-title p {
	position: absolute;
	top: 3px;
	left: 50px;
	font-size: 20px;
	color: #063f4e;
}
#vote-links-title span {
	position: absolute;
	font-size: 11px;
	top: 21px;
	left: 50px;
}
.donate-package {
	position: relative;
	width: 100%;
	text-decoration: none;
	background: #fff;
	text-align: center;
	transition: border-color 0.5s;
	display: block;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(221,221,221,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(221,221,221,1);
	box-shadow: 0px 0px 4px 0px rgba(221,221,221,1);
}
.donate-package-wrap {
	padding: 20px 20px 0 20px;	
}
.donate-package-btn {
	position: relative;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	transition: background 0.5s;
}
.donate-package-btn .fas {
	position: absolute;
	top: 11px;
	left: 73px;
}
.donate-package-common {
	border: solid 3px #aaa;
	border-radius: 5px;
	background: #fdfdfd;
}
.donate-package-common .donate-package-btn {
	background: #aaa;
}
.donate-package-common:hover, .donate-package-common:focus {
	cursor: pointer;
	border-color: #888;
	text-decoration: none;
}
.donate-package-common:hover .donate-package-btn, .donate-package-common:focus .donate-package-btn {
	background: #888;
}
.donate-package-vip {
	border: solid 3px #87c487;
	border-radius: 5px;
	background: #f6fff4;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(222,255,235,1);
	-moz-box-shadow: 0px 0px 6px 1px rgba(222,255,235,1);
	box-shadow: 0px 0px 6px 1px rgba(222,255,235,1);
}
.donate-package-vip .donate-package-btn {
	background: #87c487;
}
.donate-package-vip:hover, .donate-package-vip:focus {
	cursor: pointer;
	border-color: #228B22;
	text-decoration: none;
}
.donate-package-vip:hover .donate-package-btn, .donate-package-vip:focus .donate-package-btn {
	background: #228B22;
}
.donate-package hr {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #eee;
}
.donate-package-body {
	height: 300px;
}
.donate-package .donate-package-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.donate-package .donate-package-price {
	font-size: 30px;
	margin-bottom: 12px;
}
.donate-package .donate-package-cash {
	font-size: 16px;
	margin-bottom: 10px;
}
.donate-package .donate-package-bonus {
	font-size: 16px;
	color: #34912f;
	margin-bottom: 5px;
}
.donate-package .donate-package-nobonus {
	font-size: 16px;
	color: #cc2e2e;
	margin-bottom: 10px;
}
.donate-package ul {
	margin-bottom: 0px;
}
.donate-package ul li {
	font-size: 12px;
	--color: #1c4f1a;
	line-height: 25px;
	list-style-type: none;
}
.donate-package .cash-bonus {
	--background: green;
	--padding: 2px 4px;
	--color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#process-icon {
	display: none;
}
.date-field select {
	padding: 7px 12px !important;
	border: solid 1px #ccc;
	border-radius: .25rem;
}
.ticket-link:hover {
	cursor: pointer;
}
#footer {
	line-height: 20px;
}

/* BG and WoE ranking */
.battlerank-header:hover {
	cursor: pointer;
}
.battlerank-detailed {
	display: none;
}
.battlerank-detailed:hover {
	background: transparent !important;
}
.detailed-rank-table {
	margin-bottom: 0px;
}
.detailed-rank-table td {
	padding: 4px 7px;
}
.detailed-rank-table th {
	padding: 4px 7px;
	background: #f5f5f5;
	color: #16232f !important;
}
.detailed-rank-table td img {
	margin-top: -3px;
	margin-right: 5px;
}
.detailed-rank-table tr:hover td {
	cursor: default;
	background-color: #fcffea;
}
.battlerank_charname:hover {
	cursor: default;
}
.battlerank_emblem {
	margin-top: -2px;
}
.divider {
	text-align: center;
	margin: 30px 0 30px 0; 
}
.divider .fas {
	font-size: 10px;
	margin: 0 15px 0 15px;
	color: #666;
}
			
/* Bootstrap additional */
.page-link {
	background-color: #f45959;
	border-color: #f45959;
	color: #fff !important;
}
.page-link:hover, .page-item.active .page-link {
	background-color: #a01f1f;
	border-color: #a01f1f !important;
	color: #fff !important;
}
.page-link:focus {
	background-color: #a01f1f;
	border-color: #a01f1f !important;
	color: #fff !important;
	box-shadow: 0 0 0 0.2rem rgba(160, 31, 31, 0.25) !important;
}
.page-item.disabled .page-link {
	background-color: #fc9090;
	border-color: #fc9090;
	color: #fff !important;
}
.flex-even {
  flex: 1;
}
.table-sm td:first-child, .table-sm th:first-child {
	padding-left: 15px;
}
.alert-sand {
  color: #856404;
  background-color: #ffffed;
  border-color: #ffeeba;
}

.alert-sand hr {
  border-top-color: #ffe8a1;
}

.alert-sand .alert-link {
  color: #533f03;
}
.alert-light-green {
  color: #155724;
  background-color: #f7fffa;
  border-color: #c3e6cb;
}

.alert-light-green hr {
  border-top-color: #b1dfbb;
}

.alert-light-green .alert-link {
  color: #0b2e13;
}
.btn-link {
	background: #fff !important;
	border: none !important;
	color: #a01f1f;
}
.btn-link:hover {
	background: #fff !important;
	color: #f45959;
}
.btn-link:focus {
	outline: none !important;
	color: #f45959;
}
.thead-dark tr th a, .thead-dark a:visited {
	color: #fff;
}
.dropdown-toggle::after {
	vertical-align: .110em;;
}
.page-link {
	color: #d6227d;
}
.page-link:hover {
	color: #f42648;
}
.page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(231, 173, 103, 0.5);
}
.modal-open {
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 0 !important;
}
.btn-xs {
	padding: 0.15rem 0.15rem;
	font-size: 0.8rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-main {
	color: #fff;
	background-color: #e15246;
	border-color: #e15246;
}
.btn-main:hover {
	color: #fff;
	background-color: #bf2b1e;
	border-color: #bf2b1e;
}
.btn-main:focus, .btn-main.focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 82, 70, 0.5);
}
.btn-main.disabled, .btn-main:disabled {
	color: #fff;
	background-color: #196b80;
	border-color: #196b80;
}
.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active,
.show > .btn-main.dropdown-toggle {
	color: #fff;
	background-color: #772c26;
	border-color: #772c26;
}
.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-main.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 82, 70, 0.5);
}
.btn-blue {
	color: #fff;
	background-color: #196b80;
	border-color: #196b80;
}
.btn-blue:hover {
	color: #fff;
	background-color: #145b6d;
	border-color: #145b6d;
}
.btn-blue:focus, .btn-blue.focus {
	box-shadow: 0 0 0 0.2rem rgba(20, 91, 109, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
	color: #fff;
	background-color: #196b80;
	border-color: #196b80;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #145b6d;
	border-color: #145b6d;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(20, 91, 109, 0.5);
}
.btn-lightblue {
	color: #fff;
	background-color: #2fb4d6;
	border-color: #2fb4d6;
}
.btn-lightblue:hover {
	color: #fff;
	background-color: #2195b2;
	border-color: #2195b2;
}
.btn-lightblue:focus, .btn-lightblue.focus {
	box-shadow: 0 0 0 0.2rem rgba(47, 180, 214, 0.5);
}
.btn-lightblue.disabled, .btn-lightblue:disabled {
	color: #fff;
	background-color: #2fb4d6;
	border-color: #2fb4d6;
}
.btn-lightblue:not(:disabled):not(.disabled):active, .btn-lightblue:not(:disabled):not(.disabled).active,
.show > .btn-lightblue.dropdown-toggle {
	color: #fff;
	background-color: #2195b2;
	border-color: #2195b2;
	box-shadow: 0 0 0 0.2rem rgba(47, 180, 214, 0.5);
}
.btn-lightblue:not(:disabled):not(.disabled):active:focus, .btn-lightblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightblue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(47, 180, 214, 0.5);
}
.btn-pink {
	color: #fff;
	background-color: #d173d1;
	border-color: #d173d1;
}
.btn-pink:hover {
	color: #fff;
	background-color: #b764b7;
	border-color: #b764b7;
}
.btn-pink:focus, .btn-pink.focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 115, 209, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
	color: #fff;
	background-color: #d173d1;
	border-color: #d173d1;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
	color: #fff;
	background-color: #b764b7;
	border-color: #b764b7;
	box-shadow: 0 0 0 0.2rem rgba(209, 115, 209, 0.5);
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 115, 209, 0.5);
}
.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #27282b;
}
.btn-black:hover {
	color: #fff;
	background-color: #2d1200;
	border-color: #2d1200;
}
.btn-black:focus, .btn-black.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 23, 45, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
	color: #fff;
	background-color: #351702;
	border-color: #351702;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-darkblue {
	color: #fff;
	background-color: #002344;
	border-color: #00172d;
}
.btn-darkblue:hover {
	color: #fff;
	background-color: #003b73;
	border-color: #003b73;
}
.btn-darkblue:focus, .btn-darkblue.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 23, 45, 0.5);
}
.btn-darkblue.disabled, .btn-darkblue:disabled {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}
.btn-darkblue:not(:disabled):not(.disabled):active, .btn-darkblue:not(:disabled):not(.disabled).active,
.show > .btn-darkblue.dropdown-toggle {
	color: #fff;
	background-color: #003b73;
	border-color: #003b73;
}
.btn-darkblue:not(:disabled):not(.disabled):active:focus, .btn-darkblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkblue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 50, 100, 0.5);
}
.btn-darkred {
	color: #fff;
	background-color: #7c2e30;
	border-color: #381313;
}
.btn-darkred:hover {
	color: #fff;
	background-color: #632426;
	border-color: #381313;
}
.btn-darkred:focus, .btn-darkred.focus {
	box-shadow: 0 0 0 0.2rem rgba(66, 22, 22, 0.5);
}
.btn-darkred.disabled, .btn-darkred:disabled {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}
.btn-darkred:not(:disabled):not(.disabled):active, .btn-darkred:not(:disabled):not(.disabled).active,
.show > .btn-darkred.dropdown-toggle {
	color: #fff;
	background-color: #632426;
	border-color: #632426;
}
.btn-darkred:not(:disabled):not(.disabled):active:focus, .btn-darkred:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkred.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(66, 22, 22, 0.5);
}
.btn-white {
	color: #000;
	background-color: #fff;
	border: solid 1px #333;
}
.btn-white:hover {
	color: #000;
	background-color: #FFED9E;
	border: solid 1px #333;
}
.btn-white:focus, .btn-white.focus {
	color: #000;
	box-shadow: 0 0 0 0.2rem rgba(66, 22, 22, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
	color: #000;
	background-color: #FFED9E;
	border-color: #FFED9E;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 38, 100, 0.2);
}
