* {
	font-family: 'Alegreya SC';
	user-select: none !important;
	-webkit-user-select: none !important;
}

.item-text {
	font-size: 9pt !important;
}

.list .item-text {
	color: #F5F5DC !important;
}

.navbar-bg {
	background-color: #000000;
} 

#navbar-o-1135 {
	background-color: #AC9362 !important;
}

.item-title {
	font-weight: bold !important;
}

#medialist-1014-li-2 {
	background-color: #877551 !important;
}

#medialist-1014-li-0 {
	background-color: rgb(32, 32, 32, 0.5) !important;
}

.item-link {
	border-radius: 0px !important;
	margin: 0px !important;
}

#medialist-1014-li-4 {
	background-color: #6E0D02 !important;
}

#medialist-1014-li-5 {
	background-color: #470400 !important;
}

#medialist-1014-li-6 {
	background-color: #470400 !important;
}

#medialist-1014-li-8 {
	background-color: #270400 !important;
}

#medialist-1014-li-9 {
	background-color: #270400 !important;
}

#medialist-1014-li-7 {
	background-color: #6E0D02 !important;
}

#medialist-1014-li-10 {
	background-color: #6E0D02 !important;
}

#medialist-1014-li-1 {
	background-color: black !important;
}

#medialist-1014-li-1 .item-title {
	color: white !important;
}

#medialist-1014-li-1 .item-text {
	color: #ccc !important;
}

#medialist-1014-li-1 .item-link .item-title-row:before, li.media-item .item-link .item-title-row:before {
	color: white !important;
}

#medialist-1014-li-3 {
	background-color: #AC9362 !important;
}

#medialist-1014-li-3 .item-title {
	color: rgb(60, 47, 0) !important;
}

#medialist-1014-li-2 .item-title {
	color: rgb(60, 47, 0) !important;
}

#medialist-1014-li-2 .item-text {
	/*color: #F5F5DC !important;*/
	color: rgb(60, 47, 0) !important;
}

#medialist-1014-li-3 .item-text {
	/*color: #F5F5DC !important;*/
	color: rgb(60, 47, 0) !important;
}

#medialist-1014-li-3 .item-link .item-title-row:before, li.media-item .item-link .item-title-row:before {
	color: rgb(60, 47, 0) !important;
}

#resultimg {
	display: block !important;
}

#smallbg .avatar {
	padding: 0px !important;
	margin: 0px !important;
	max-height: 48px !important;
	height: 48px !important;
	width: 48px !important;
	max-width: 48px !important;
	border-color: steelblue !important;
	border-width: 2px !important;
	background-color: rgba(0, 0, 255, 0.05) !important;
	box-sizing: border-box !important;
	border-radius: 40% !important;
}

.md .item-input-focused .item-label, 
.md .item-input-focused .item-floating-label {
color: white !important;
}

.md .item-input:not(.item-input-outline) .item-content.item-input-focused::after, .md .item-input:not(.item-input-outline).item-content.item-input-focused::after {
transform: scaleY(2) !important;
background: white !important;
}

.card-header {
	border-bottom: 1px solid #333 !important;
}

.card-footer {
	border-top: 1px solid #333 !important;
}

.sea-border {
	border-bottom: 1px solid rgba(0, 0, 255, 0.05);
}

hr {
	border-bottom: 1px solid #AC9362;
}

.dialog-button {
	color: #BA0000 !important;
}

.dialog {
	background-color: #470400 !important;
}

.md .item-input-focused:not(.item-input-outline) .item-input-wrap:after, .md .input-focused:not(.input-outline):after {
	background: white !important;
	border-color: white !important;
}

hr {
	margin: 0px !important;
	margin-bottom: 8px !important;
}

h2 {
	margin: 0px !important;
}

@keyframes focusitem {
  0% {right: -1px}
  10% {right: -4px}
  20% {right: -8px}
  30% {right: -9px}
  40% {right: -7px}
  50% {right: -6px}
  60% {right: -5px}
  70% {right: -4px}
  80% {right: -3px}
  90% {right: -2px}
  100% {right: -1px}
}


.mylink {
	height: 58px;
	border-radius: 8px;
	background: #333;
	margin: 4px;
	padding: 4px;
}
.redlink {
	height: 58px;
	border-radius: 8px;
	background: #470400;
	margin: 4px;
	padding: 4px;
}
.goldlink {
	height: 58px;
	border-radius: 8px;
	background: #AC9362;
	margin: 4px;
	padding: 4px;
}
.blacklink {
	height: 58px;
	border-radius: 8px;
	background: #404040;
	margin: 4px;
	padding: 4px;
}
.redlink:active {
	background-color: #520101;
}
.blacklink:active {
	background-color: #333333;
}
.goldlink:active {
	background-color: #a59379;
}

.pl-2 {
	padding-left: 0px !important;
}

.subtitle {
	margin-left: 4px !important;
}

img {
	border-radius: 16px;
	border: 1px solid #AC9362;
}

.imglinkhr {
	left: -6px !important;
	width: 105%;
	position: relative;
	margin-bottom: 0px !important;
}

.imglinkhrforgold {
	left: -6px !important;
	width: 105%;
	position: relative;
	margin-bottom: 0px !important;
	border-bottom: 1px solid rgb(60, 47, 0);
}

.captionforgold {
	color: rgb(60, 47, 0) !important; 
}

.darkgoldborder {
	border: 1px solid rgb(60, 47, 0);
}

.rankingamount {
	padding: 3px; 
	background-color: #470400; 
	border-radius: 4px;
	width: 50px;
	text-align: center;
}

.redamount {
	padding: 3px; 
	background-color: #6E0D02; 
	border-radius: 4px;
	width: 30px;
	text-align: center;
}

.darkredamount {
	padding: 3px; 
	background-color: #470400; 
	border-radius: 4px;
	width: 30px;
	text-align: center;
}

.blackamount {
	padding: 3px; 
	background-color: #101010; 
	border-radius: 4px;
	width: 32px;
	text-align: center;
}

.blackwideamount {
	padding: 3px; 
	background-color: #101010; 
	border-radius: 4px;
	width: 60px;
	text-align: center;
}

.goldamount {
	padding: 3px; 
	background-color: rgb(60, 47, 0); 
	border-radius: 4px;
	width: 30px;
	text-align: center;
}

.lightgoldamount {
	padding: 3px; 
	background-color:  rgb(60, 47, 0); 
	border-radius: 4px;
	width: 30px;
	text-align: center;
}

.skill {
	color: #C0C0C0;
}

.disabledButton {
	color: #808080 !important;
	background-color: #CCCCCC !important;
}

#notifbox {
	border-radius: 16px;
	padding: 12px;
	border: 1px solid rgb(172, 147, 98, 0.75);
	line-height: 16px;
	text-align:center;
	box-shadow: 2px 6px 32px #000000;
	width: 80% !important;
	 -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(100px) !important;
}

.hintdesc {
	font-size: 9pt !important;
	line-height: 10px;
}

.item-content::before {
	background-color: rgba(0, 0, 0, 0) !important;
}

.item-content::after {
	background-color: #AC9362 !important;
}


#panel-left {
	box-shadow:0 0 0 10000px rgba(0,0,0,.750);
}

#panel-right {
	box-shadow:0 0 0 10000px rgba(0,0,0,.750);
}


#obj-4171 > li {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.shipcaption {
	font-weight: normal !important;
	color: #ffda9e !important;
}

.shipdata {
	font-weight: normal !important;
	color: #ffffff !important;
}

#matchskill1 {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
}
#matchskill2 {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
}
#matchskill3 {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
}
#matchskill4 {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
}

#shipbattleinfodetailsinside > .col {
	background: linear-gradient(0.25turn, rgba(137, 110, 60, 0.95), rgba(137, 110, 60, 0.95) #AC9362, rgba(137, 110, 60, 0.95), rgba(137, 110, 60, 0.95));
	
}

#smallbg {
	border-width: 0px !important;
}

.piratevalue {
	padding-left: 4px;
	padding-right: 4px;
	min-width: 31px !important;
	width: 75% !important;
	display: inline-block;
	border-radius: 32px;
}

.moneyvalue {
	padding-left: 4px;
	padding-right: 4px;
	min-width: 31px !important;
	width: 75% !important;
	display: inline-block;
	border-radius: 32px;
	font-weight: 100;
}

.escortvalue {
	padding-left: 4px;
	padding-right: 4px;
	min-width: 31px !important;
	width: 75% !important;
	display: inline-block;
	border-radius: 32px;
}

.highvalue {
	padding-left: 4px;
	padding-right: 4px;
	min-width: 31px !important;
	width: 75% !important;
	display: inline-block;
	border-radius: 32px;
}

.highestvalue {
	padding-left: 4px;
	padding-right: 4px;
	min-width: 31px !important;
	width: 75% !important;
	display: inline-block;
	border-radius: 32px;
}

.lowvalue {
	padding-left: 4px;
	padding-right: 4px;
	min-width: 31px !important;
	width: 75% !important;
	display: inline-block;
	border-radius: 32px;
}

.lowestvalue {
	padding-left: 4px;
	padding-right: 4px;
	min-width: 31px !important;
	width: 75% !important;
	display: inline-block;
	border-radius: 32px;
}

.noisy {
  background-image: url(data:image/png;base64,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);  
} 

.list li:last-child .list-button:after {
	display: block !important;
}

.hidden {
	display: none;
}

#page-contents-o-1010 {
	overflow-y: hidden;
}

#start {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-shadow:-1px -1px 0 silver, 1px -1px 0 silver, -1px 1px 0 silver, 1px 1px 0 silver
}

#finish {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-shadow:-1px -1px 0 silver, 1px -1px 0 silver, -1px 1px 0 silver, 1px 1px 0 silver
}

#notifboxp {
	border-radius: 16px;
	padding: 12px;
	border: 1px solid rgb(172, 147, 98, 0.75);
	line-height: 16px;
	text-align:center;
	box-shadow: 2px 6px 32px #000000;
	width: 80% !important;
	 -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(100px) !important;
}

#notifboxm {
	border-radius: 16px;
	padding: 12px;
	border: 1px solid rgb(172, 147, 98, 0.75);
	line-height: 16px;
	text-align:center;
	box-shadow: 2px 6px 32px #000000;
	width: 80% !important;
	 -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(100px) !important;
}