.content{
	color: #0e0101;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.rankings-class-image-sidebar {
	width: 15px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 10px;
}

.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 20px;
}
.rankings-table tr td {
	border: unset;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
	color: #ff4800;
	border-bottom: 3px solid #ff4800;
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 150px;
	border: 1px solid #ff4800;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #f37848;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ccc;
}
.rankings_menu a.active {
	color: #310e00;
	border-color: #310e00;
	background: #ff4800;
	text-transform: uppercase;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

@keyframes pulseOpened {
    0%   { opacity: 1; }
    50%  { opacity: 0.4; }
    100% { opacity: 1; }
}

@keyframes pulseInProgress {
    0%   { opacity: 1; }
    50%  { opacity: 0.2; }
    100% { opacity: 1; }
}

.open {
    color: var(--event-opened-color);
    font-weight: bold;
    animation: pulseOpened 1.5s infinite ease-in-out;
	text-shadow: 0 0 6px var(--event-opened-color);
}

.inprogress {
    color: var(--event-inprogress-color);
    font-weight: bold;
    animation: pulseInProgress 1s infinite ease-in-out;
	text-shadow: 0 0 6px var(--event-inprogress-color);
}

.countdown {
    color: var(--event-countdown-color);
}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
	.myaccount-character-block img {
		width: 100px;
		height: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
		.myaccount-character-block img:hover {
			-webkit-filter: brightness(120%);
			filter: brightness(120%);
		}
.myaccount-character-block-location {
	font-size: 12px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 2px;
	line-height: 1.2;
}
.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}
.myaccount-character-name a {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}
	
	.rankings-class-filter li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #000000 !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.page-title {
	color: #ff4800;
	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;
}

.admincp-button {
    all: unset;
    display: inline-block; /* importante */
}

.admincp-button {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	line-height: 58px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../img/button.png) top center no-repeat;
    height: 58px;
    width: 167px;
    border: none;
    color: #fff !important;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    z-index: 9999999;
    text-align: center;
    text-transform: uppercase;
    font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 25px 0px rgb(255 0 24 / 50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.admincp-button:hover{
	filter: brightness(140%);
}

.panel-usercp {
	background: url('../img/usercp_bg.jpg') no-repeat top center;
	background-size: cover;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #444 !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #3f6588 !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body .panel-title {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* GENERAL TABLE UI */
.general-table-ui .btn.btn-primary {
    display: inline-block;
}

.general-table-ui button{
	height: 58px;
    width: 70px;
	font-size: 13px;
	text-decoration: none;
	color: #f1f1f1 !important;
	left: 0;
	text-shadow: unset;
}

.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #1a0506;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
	color: #f1f1f1;
}
.general-table-ui td{
	border: 1px solid #0e0e0e !important;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #ff4800;
	background-color: #1a0506;
	text-transform: uppercase;
	font-size: 15px;
	height: 20px;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #030303;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	table-layout: fixed;
	background: #1a0506;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
	color: #f1f1f1;
}
.myaccount-table tr:nth-child(2n+2) td {
	background: #030303;
}
.myaccount-table tr td:first-child {
	color: #ff3939;
	font-weight: bold;
}

.myaccount-table td {
	border: 1px solid #0e0e0e !important;
}

.myaccount-table tr td {
	border-bottom: 1px solid #0e0e0e !important;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

.content .row {
  margin-right: -15px;
  margin-left: -15px;
}
.content .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.content .row-no-gutters [class*=".col-"] {
  padding-right: 0;
  padding-left: 0;
}

.content .col-xs-1,
.content .col-sm-1,
.content .col-md-1,
.content .col-lg-1,
.content .col-xs-2,
.content .col-sm-2,
.content .col-md-2,
.content .col-lg-2,
.content .col-xs-3,
.content .col-sm-3,
.content .col-md-3,
.content .col-lg-3,
.content .col-xs-4,
.content .col-sm-4,
.content .col-md-4,
.content .col-lg-4,
.content .col-xs-5,
.content .col-sm-5,
.content .col-md-5,
.content .col-lg-5,
.content .col-xs-6,
.content .col-sm-6,
.content .col-md-6,
.content .col-lg-6,
.content .col-xs-7,
.content .col-sm-7,
.content .col-md-7,
.content .col-lg-7,
.content .col-xs-8,
.content .col-sm-8,
.content .col-md-8,
.content .col-lg-8,
.content .col-xs-9,
.content .col-sm-9,
.content .col-md-9,
.content .col-lg-9,
.content .col-xs-10,
.content .col-sm-10,
.content .col-md-10,
.content .col-lg-10,
.content .col-xs-11,
.content .col-sm-11,
.content .col-md-11,
.content .col-lg-11,
.content .col-xs-12,
.content .col-sm-12,
.content .col-md-12,
.content .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.content .col-xs-1,
.content .col-xs-2,
.content .col-xs-3,
.content .col-xs-4,
.content .col-xs-5,
.content .col-xs-6,
.content .col-xs-7,
.content .col-xs-8,
.content .col-xs-9,
.content .col-xs-10,
.content .col-xs-11,
.content .col-xs-12 {
  float: left;
}
.content .col-xs-12 {
  width: 100%;
}
.content .col-xs-11 {
  width: 91.66666667%;
}
.content .col-xs-10 {
  width: 83.33333333%;
}
.content .col-xs-9 {
  width: 75%;
}
.content .col-xs-8 {
  width: 66.66666667%;
}
.content .col-xs-7 {
  width: 58.33333333%;
}
.content .col-xs-6 {
  width: 50%;
}
.content .col-xs-5 {
  width: 41.66666667%;
}
.content .col-xs-4 {
  width: 33.33333333%;
}
.content .col-xs-3 {
  width: 25%;
}
.content .col-xs-2 {
  width: 16.66666667%;
}
.content .col-xs-1 {
  width: 8.33333333%;
}
.content .col-xs-pull-12 {
  right: 100%;
}
.content .col-xs-pull-11 {
  right: 91.66666667%;
}
.content .col-xs-pull-10 {
  right: 83.33333333%;
}
.content .col-xs-pull-9 {
  right: 75%;
}
.content .col-xs-pull-8 {
  right: 66.66666667%;
}
.content .col-xs-pull-7 {
  right: 58.33333333%;
}
.content .col-xs-pull-6 {
  right: 50%;
}
.content .col-xs-pull-5 {
  right: 41.66666667%;
}
.content .col-xs-pull-4 {
  right: 33.33333333%;
}
.content .col-xs-pull-3 {
  right: 25%;
}
.content .col-xs-pull-2 {
  right: 16.66666667%;
}
.content .col-xs-pull-1 {
  right: 8.33333333%;
}
.content .col-xs-pull-0 {
  right: auto;
}
.content .col-xs-push-12 {
  left: 100%;
}
.content .col-xs-push-11 {
  left: 91.66666667%;
}
.content .col-xs-push-10 {
  left: 83.33333333%;
}
.content .col-xs-push-9 {
  left: 75%;
}
.content .col-xs-push-8 {
  left: 66.66666667%;
}
.content .col-xs-push-7 {
  left: 58.33333333%;
}
.content .col-xs-push-6 {
  left: 50%;
}
.content .col-xs-push-5 {
  left: 41.66666667%;
}
.content .col-xs-push-4 {
  left: 33.33333333%;
}
.content .col-xs-push-3 {
  left: 25%;
}
.content .col-xs-push-2 {
  left: 16.66666667%;
}
.content .col-xs-push-1 {
  left: 8.33333333%;
}
.content .col-xs-push-0 {
  left: auto;
}
.content .col-xs-offset-12 {
  margin-left: 100%;
}
.content .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.content .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.content .col-xs-offset-9 {
  margin-left: 75%;
}
.content .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.content .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.content .col-xs-offset-6 {
  margin-left: 50%;
}
.content .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.content .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.content .col-xs-offset-3 {
  margin-left: 25%;
}
.content .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.content .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.content .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .content .col-sm-1,
  .content .col-sm-2,
  .content .col-sm-3,
  .content .col-sm-4,
  .content .col-sm-5,
  .content .col-sm-6,
  .content .col-sm-7,
  .content .col-sm-8,
  .content .col-sm-9,
  .content .col-sm-10,
  .content .col-sm-11,
  .content .col-sm-12 {
    float: left;
  }
  .content .col-sm-12 {
    width: 100%;
  }
  .content .col-sm-11 {
    width: 91.66666667%;
  }
  .content .col-sm-10 {
    width: 83.33333333%;
  }
  .content .col-sm-9 {
    width: 75%;
  }
  .content .col-sm-8 {
    width: 66.66666667%;
  }
  .content .col-sm-7 {
    width: 58.33333333%;
  }
  .content .col-sm-6 {
    width: 50%;
  }
  .content .col-sm-5 {
    width: 41.66666667%;
  }
  .content .col-sm-4 {
    width: 33.33333333%;
  }
  .content .col-sm-3 {
    width: 25%;
  }
  .content .col-sm-2 {
    width: 16.66666667%;
  }
  .content .col-sm-1 {
    width: 8.33333333%;
  }
  .content .col-sm-pull-12 {
    right: 100%;
  }
  .content .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .content .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .content .col-sm-pull-9 {
    right: 75%;
  }
  .content .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .content .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .content .col-sm-pull-6 {
    right: 50%;
  }
  .content .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .content .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .content .col-sm-pull-3 {
    right: 25%;
  }
  .content .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .content .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .content .col-sm-pull-0 {
    right: auto;
  }
  .content .col-sm-push-12 {
    left: 100%;
  }
  .content .col-sm-push-11 {
    left: 91.66666667%;
  }
  .content .col-sm-push-10 {
    left: 83.33333333%;
  }
  .content .col-sm-push-9 {
    left: 75%;
  }
  .content .col-sm-push-8 {
    left: 66.66666667%;
  }
  .content .col-sm-push-7 {
    left: 58.33333333%;
  }
  .content .col-sm-push-6 {
    left: 50%;
  }
  .content .col-sm-push-5 {
    left: 41.66666667%;
  }
  .content .col-sm-push-4 {
    left: 33.33333333%;
  }
  .content .col-sm-push-3 {
    left: 25%;
  }
  .content .col-sm-push-2 {
    left: 16.66666667%;
  }
  .content .col-sm-push-1 {
    left: 8.33333333%;
  }
  .content .col-sm-push-0 {
    left: auto;
  }
  .content .col-sm-offset-12 {
    margin-left: 100%;
  }
  .content .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .content .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .content .col-sm-offset-9 {
    margin-left: 75%;
  }
  .content .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .content .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .content .col-sm-offset-6 {
    margin-left: 50%;
  }
  .content .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .content .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .content .col-sm-offset-3 {
    margin-left: 25%;
  }
  .content .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .content .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .content .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .content .col-md-1,
  .content .col-md-2,
  .content .col-md-3,
  .content .col-md-4,
  .content .col-md-5,
  .content .col-md-6,
  .content .col-md-7,
  .content .col-md-8,
  .content .col-md-9,
  .content .col-md-10,
  .content .col-md-11,
  .content .col-md-12 {
    float: left;
  }
  .content .col-md-12 {
    width: 100%;
  }
  .content .col-md-11 {
    width: 91.66666667%;
  }
  .content .col-md-10 {
    width: 83.33333333%;
  }
  .content .col-md-9 {
    width: 75%;
  }
  .content .col-md-8 {
    width: 66.66666667%;
  }
  .content .col-md-7 {
    width: 58.33333333%;
  }
  .content .col-md-6 {
    width: 50%;
  }
  .content .col-md-5 {
    width: 41.66666667%;
  }
  .content .col-md-4 {
    width: 33.33333333%;
  }
  .content .col-md-3 {
    width: 25%;
  }
  .content .col-md-2 {
    width: 16.66666667%;
  }
  .content .col-md-1 {
    width: 8.33333333%;
  }
  .content .col-md-pull-12 {
    right: 100%;
  }
  .content .col-md-pull-11 {
    right: 91.66666667%;
  }
  .content .col-md-pull-10 {
    right: 83.33333333%;
  }
  .content .col-md-pull-9 {
    right: 75%;
  }
  .content .col-md-pull-8 {
    right: 66.66666667%;
  }
  .content .col-md-pull-7 {
    right: 58.33333333%;
  }
  .content .col-md-pull-6 {
    right: 50%;
  }
  .content .col-md-pull-5 {
    right: 41.66666667%;
  }
  .content .col-md-pull-4 {
    right: 33.33333333%;
  }
  .content .col-md-pull-3 {
    right: 25%;
  }
  .content .col-md-pull-2 {
    right: 16.66666667%;
  }
  .content .col-md-pull-1 {
    right: 8.33333333%;
  }
  .content .col-md-pull-0 {
    right: auto;
  }
  .content .col-md-push-12 {
    left: 100%;
  }
  .content .col-md-push-11 {
    left: 91.66666667%;
  }
  .content .col-md-push-10 {
    left: 83.33333333%;
  }
  .content .col-md-push-9 {
    left: 75%;
  }
  .content .col-md-push-8 {
    left: 66.66666667%;
  }
  .content .col-md-push-7 {
    left: 58.33333333%;
  }
  .content .col-md-push-6 {
    left: 50%;
  }
  .content .col-md-push-5 {
    left: 41.66666667%;
  }
  .content .col-md-push-4 {
    left: 33.33333333%;
  }
  .content .col-md-push-3 {
    left: 25%;
  }
  .content .col-md-push-2 {
    left: 16.66666667%;
  }
  .content .col-md-push-1 {
    left: 8.33333333%;
  }
  .content .col-md-push-0 {
    left: auto;
  }
  .content .col-md-offset-12 {
    margin-left: 100%;
  }
  .content .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .content .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .content .col-md-offset-9 {
    margin-left: 75%;
  }
  .content .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .content .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .content .col-md-offset-6 {
    margin-left: 50%;
  }
  .content .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .content .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .content .col-md-offset-3 {
    margin-left: 25%;
  }
  .content .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .content .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .content .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .content .col-lg-1,
  .content .col-lg-2,
  .content .col-lg-3,
  .content .col-lg-4,
  .content .col-lg-5,
  .content .col-lg-6,
  .content .col-lg-7,
  .content .col-lg-8,
  .content .col-lg-9,
  .content .col-lg-10,
  .content .col-lg-11,
  .content .col-lg-12 {
    float: left;
  }
  .content .col-lg-12 {
    width: 100%;
  }
  .content .col-lg-11 {
    width: 91.66666667%;
  }
  .content .col-lg-10 {
    width: 83.33333333%;
  }
  .content .col-lg-9 {
    width: 75%;
  }
  .content .col-lg-8 {
    width: 66.66666667%;
  }
  .content .col-lg-7 {
    width: 58.33333333%;
  }
  .content .col-lg-6 {
    width: 50%;
  }
  .content .col-lg-5 {
    width: 41.66666667%;
  }
  .content .col-lg-4 {
    width: 33.33333333%;
  }
  .content .col-lg-3 {
    width: 25%;
  }
  .content .col-lg-2 {
    width: 16.66666667%;
  }
  .content .col-lg-1 {
    width: 8.33333333%;
  }
  .content .col-lg-pull-12 {
    right: 100%;
  }
  .content .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .content .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .content .col-lg-pull-9 {
    right: 75%;
  }
  .content .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .content .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .content .col-lg-pull-6 {
    right: 50%;
  }
  .content .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .content .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .content .col-lg-pull-3 {
    right: 25%;
  }
  .content .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .content .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .content .col-lg-pull-0 {
    right: auto;
  }
  .content .col-lg-push-12 {
    left: 100%;
  }
  .content .col-lg-push-11 {
    left: 91.66666667%;
  }
  .content .col-lg-push-10 {
    left: 83.33333333%;
  }
  .content .col-lg-push-9 {
    left: 75%;
  }
  .content .col-lg-push-8 {
    left: 66.66666667%;
  }
  .content .col-lg-push-7 {
    left: 58.33333333%;
  }
  .content .col-lg-push-6 {
    left: 50%;
  }
  .content .col-lg-push-5 {
    left: 41.66666667%;
  }
  .content .col-lg-push-4 {
    left: 33.33333333%;
  }
  .content .col-lg-push-3 {
    left: 25%;
  }
  .content .col-lg-push-2 {
    left: 16.66666667%;
  }
  .content .col-lg-push-1 {
    left: 8.33333333%;
  }
  .content .col-lg-push-0 {
    left: auto;
  }
  .content .col-lg-offset-12 {
    margin-left: 100%;
  }
  .content .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .content .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .content .col-lg-offset-9 {
    margin-left: 75%;
  }
  .content .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .content .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .content .col-lg-offset-6 {
    margin-left: 50%;
  }
  .content .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .content .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .content .col-lg-offset-3 {
    margin-left: 25%;
  }
  .content .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .content .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .content .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.content .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.content .m-1 {
  margin: 0.25rem !important;
}

.content .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.content .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.char-card{
	margin: 3px;
}

.char-card .btn.btn-view-char {
    display: inline-block;
}

.char-card img{
	border-radius: 10%;
	margin-right: 5px;
}

.castle-owner-widget .btn.btn-castlewidget.btn-xs{
	display: inline-block;
}

.castle-siege-block .castle-owner-panel {
	background: #000 url('../img/castle_owner_bg.jpg') no-repeat;
	background-size: cover;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	padding: 20px;
	text-shadow: 1px 1px 1px #000;
	transition: 0.3s;
}
.castle-siege-block .castle-owner-panel:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
.castle-siege-block .castle-owner-panel a {
	color: #cccccc;
}
.castle-siege-block .castle-owner-panel a:hover, .castle-siege-block .castle-owner-panel a:active {
	color: #ffffff;
}
.castle-siege-block .castle-owner-panel .panel-body .castle-owner-name, .castle-siege-block .castle-owner-panel .panel-body .castle-owner-name a {
	color: #ffffff;
	display: block;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
}
.castle-siege-block .castle-owner-panel .panel-body .castle-owner-ally-title {
	margin-top: 20px;
}
.castle-siege-block .castle-owner-panel .panel-body .castle-owner-ally {
	padding: 5px 0px;
}
.castle-siege-block .castle-owner-panel .panel-body h4 {
	color: #ffcc00 !important;
}

.castle-siege-block #siegeTimer {
	font-size: 48px;
	font-weight: bold;
}
.castle-siege-block #siegeTimer span {
	color: #aaaaaa;
	font-size: 26px;
}

.castle-owner-widget {
	color: #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 20px;
	text-shadow: 1px 1px 1px #000;
	transition: 0.3s;
}
.castle-owner-widget:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
	.castle-owner-widget .panel-heading {
		text-align: center;
	}
		.castle-owner-widget .panel-heading .panel-title {
			font-size: 28px;
			font-weight: bold;
		}
	.castle-owner-widget .panel-body span.alt {
		color: #ff4800;
		font-weight: bold;
	}
	.castle-owner-widget .panel-body a {
		color: #ffffff;
	}
	
	.btn-castlewidget {
		color: #ffffff;
		background-color: transparent;
		border-color: #ffffff;
		-moz-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		-webkit-transition: all .1s ease-in;
		transition: all .1s ease-in;
		-moz-border-radius: 0px;
		border-radius: 0px;
		text-shadow: none;
	}
	.btn-castlewidget:active, .btn-castlewidget:focus, .btn-castlewidget:hover {
		color: #000000 !important;
		background-color: #ffffff !important;
		border-color: #ffffff !important;
	}

.castle-owner-widget .cs-logo img{
	border-radius: 10%;
	margin-bottom: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 25px 0px rgb(255 0 24 / 50%);
}	
