@charset "utf-8";/* TORCommunity Database CSS by Hayward and swtor_miner */
div.h1 {
	line-height: 0.9em;
	letter-spacing: inherit;
	margin: 10px 0;
	font-family: Eurofont, "TitilliumText22LMedium", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 260%;
}
div.database-wrapper {
	font-family: Eurofont;
	overflow: visible;
}

div.database-left {
	float: left;
	width: 175px;
}

div.database-right {
	margin: 0 0 0 auto;
	width: -moz-calc(100% - 190px);
	width: -webkit-calc(100% - 190px);
	width: calc(100% - 190px);
	float: right;
}

div.database-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.database-left ul li {
	margin: 0;
	padding: 1px 6px 1px 48px;
	font-size: 13px;
	text-indent: -38px;
}

.ui-widget {
	font-family: Eurofont !important;
	font-size: 16px !important;
}

.ui-accordion .ui-accordion-content {
	margin: 0;
	padding: 0 !important;
}

body.body-overlay-light .ui-widget-content {
	border: 1px solid #aaaaaa !important;
	border-top: 0 !important;
	background: #ebebeb !important;
	color: #212121 !important;
}

body.body-overlay-dark .ui-widget-content {
	border: 1px solid #aaaaaa !important;
	border-top: 0 !important;
	background: #404040 !important;
	color: #f9d643;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ui-accordion .ui-accordion-header {
	padding: 8px 2px;
}

ul li.subcat:hover {
	background: #dadada;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #dadada url(/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
	font-weight: normal;
	color: #212121;
}

div.database-cat {
	position: relative;
	width: 365px;
}

div.database-cat-select {
	width: 365px;
	height: 54px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	float: left;
	position: relative;
	background: #dadada url(/images/tablesorter/asc.gif) no-repeat center right;
	cursor: pointer;
}

body.body-overlay-dark div.database-cat-select {
	border: 1px solid #000;
	background: #1a1a1a url(/images/tablesorter/asc_light.gif) no-repeat center right;
}

div.database-cat-dropdown-select {
	width: 365px;
	height: 54px;
	border: none;
	border-radius: 4px;
	float: left;
	position: relative;
	background: #dadada;
	cursor: pointer;
}

body.body-overlay-dark div.database-cat-dropdown-select {
	background: #1a1a1a;
}

div.database-cat-dropdown-select:hover {
	background: #ebebeb;
	border-radius: 0;
}

body.body-overlay-dark div.database-cat-dropdown-select:hover {
	background: #242424;
}

div.database-cat-dropdown-select:last-child:hover {
	background: #ebebeb;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

div#database-cat-dropdown {
	display: none;
	width: 365px;
	border: 1px solid #aaaaaa;
	border-top: none;
	border-radius: 0 0 4px 4px;
	position: absolute;
	background: #dadada;
	top: 55px;
	left: 0;
	cursor: pointer;
}

body.body-overlay-dark div#database-cat-dropdown {
	border: 1px solid #000;
	background: #1a1a1a;
}

div.leaderboards-cat {
	position: relative;
	width: 365px;
}

div.leaderboards-cat-select {
	width: 365px;
	height: 30px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	float: left;
	position: relative;
	background: #dadada url(/images/tablesorter/asc.gif) no-repeat center right;
	cursor: pointer;
}

body.body-overlay-dark div.leaderboards-cat-select {
	border: 1px solid #000;
	background: #1a1a1a url(/images/tablesorter/asc_light.gif) no-repeat center right;
}

div.leaderboards-cat-dropdown-select {
	width: 365px;
	height: 30px;
	border: none;
	border-radius: 4px;
	float: left;
	position: relative;
	background: #dadada;
	cursor: pointer;
}

body.body-overlay-dark div.leaderboards-cat-dropdown-select {
	background: #1a1a1a;
}

div.leaderboards-cat-dropdown-select:hover {
	background: #ebebeb;
	border-radius: 0;
}

body.body-overlay-dark div.leaderboards-cat-dropdown-select:hover {
	background: #242424;
}

div.leaderboards-cat-dropdown-select:last-child:hover {
	background: #ebebeb;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

body.body-overlay-dark div.leaderboards-cat-dropdown-select:last-child:hover {
	background: #242424;
}

div#leaderboards-cat-dropdown {
	display: none;
	width: 365px;
	border: 1px solid #aaaaaa;
	border-top: none;
	border-radius: 0 0 4px 4px;
	position: absolute;
	background: #dadada;
	top: 31px;
	left: 0;
	cursor: pointer;
}

body.body-overlay-dark div#leaderboards-cat-dropdown {
	border: 1px solid #000;
	background: #1a1a1a;
}

div.database-search {
	float: right;
	margin-bottom: 15px;
	background: #dadada;
	border-radius: 4px;
}

body.body-overlay-dark div.database-search {
	background: #1a1a1a;
}

div.database-search input {
	width: 349px;
	height: 54px;
	background: #dadada;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	padding: 0 8px;
	outline: none;
}

body.body-overlay-dark div.database-search input {
	background: #1a1a1a;
	border: 1px solid #000;
	color: #faebd7;
}

div.database-search span {
	padding: 17px 4px 4px 10px;
	display: inline-block;
}

div.leaderboards-search {
	width: 349px;
	height: 30px;
	background: #dadada;
	float: right;
	margin-bottom: 15px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
}

div.leaderboards-search span {
	padding: 6px 4px 4px 10px;
	display: inline-block;
}

.creditsymbol {
	display: inline-block;
	background: url(/db/tooltips/credit_symbol.png) no-repeat center;
	height: 16px;
	width: 16px;
	margin-bottom: -1px;
}

.cartelsymbol {
	display: inline-block;
	background: url(/db/tooltips/cartel_symbol.png) no-repeat center;
	height: 16px;
	width: 16px;
	margin-bottom: -1px;
}

.reqsymbol {
	display: inline-block;
	background: url(/db/tooltips/requisition_symbol.png) no-repeat center;
	height: 16px;
	width: 16px;
	margin-bottom: -1px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	div.database-search {
		width: 349px;
		clear: both;
		float: left;
		margin-top: 10px;
	}

	div.database-search input {
		width: 349px;
	}

	div.leaderboards-search,
	div.leaderboards-search input,
	div.leaderboards-cat-select,
	div#leaderboards-cat-dropdown,
	div.leaderboards-cat-dropdown-select {
		width: 325px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	div.database-search {
		width: 349px;
		clear: both;
		float: left;
		margin-top: 10px;
	}

	div.database-search input {
		width: 349px;
	}

	div.leaderboards-search,
	div.leaderboards-search input,
	div.leaderboards-cat-select,
	div#leaderboards-cat-dropdown,
	div.leaderboards-cat-dropdown-select {
		width: 253px;
	}
}

@media only screen and (max-width: 767px) {
	div.database-search,
	div.leaderboards-search {
		width: 100%;
		clear: both;
		float: left;
		margin-top: 10px;
	}

	div.database-search input,
	div.leaderboards-search input {
		width: calc(100% - 15px);
	}

	div.leaderboards-cat,
	div.leaderboards-cat-select,
	div.database-cat,
	div.database-cat-select,
	div#database-cat-dropdown,
	div.database-cat-dropdown-select,
	div#leaderboards-cat-dropdown {
		width: 100%;
	}
}

input#search-leaderboards {
	background: transparent;
	outline: none;
	border: 0;
	padding: 8px 0 0 8px;
}

div.database-cat-text {
	margin-left: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

div.database-cat-icon {
	margin: 2px;
	cursor: pointer;
}

div.database-cat-icon img {
	border-radius: 4px;
	cursor: pointer;
}

div.database-total {
	font-size: 20px;
	margin-bottom: 10px;
}

div.database-cat-select > div.database-cat-select {
	border: 0;
}

span.database-cat-title {
	position: absolute;
	left: 58px;
	top: 5px;
	font-size: 16px;
	color: #212121;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	white-space: nowrap;
}

body.body-overlay-dark span.database-cat-title {
	color: #faebd7;
}

span.leaderboards-cat-title {
	position: relative;
	left: 5px;
	top: 5px;
	font-size: 16px;
	color: #212121;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

body.body-overlay-dark span.leaderboards-cat-title {
	color: #faebd7;
}

span.database-cat-number {
	position: absolute;
	left: 58px;
	bottom: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

h3.database-category-titles {
	margin: 0 0 10px 0;
	clear: both;
}

h3.leaderboards-category-titles {
	margin: 0 0 10px 0;
	float: left;
}

p.unverified {
	float: right;
}

table.database-table {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
}

body.body-overlay-dark table.database-table {
	border: 1px solid #000;
}

table.database-table tr th:first-child {
	border-top-left-radius: 4px;
}

table.database-table tr td {
	padding: 4px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table.database-table tr:nth-child(even) td {
	background-color: #eee;
}

table.db_table td {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.db_table td:first-child {
	overflow-x: visible;
}

table.db_table tr.matchesfound td,
table.db_table tr.dbpagination td {
	text-align: left !important;
}

div#tab-crafted table.db_table td {
	overflow-x: visible;
}

body.body-overlay-dark table.database-table tr:nth-child(even) td {
	background-color: #1a1a1a;
}

input.status {
	cursor: pointer;
}

table.database-table tr td img {
	width: 50px;
	height: 50px;
	border-radius: 4px;
}

table.database-table tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}

table.database-table tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}

table.database-table tr th {
	text-align: left;
	background: #dadada;
	border-bottom: 1px solid #aaaaaa;
	padding: 4px;
}

body.body-overlay-dark table.database-table tr th {
	background: #1a1a1a;
	border-bottom: 1px solid #000;
}

table.database-table tr th:last-child {
	text-align: center;
	border-top-right-radius: 4px;
}

table.tablesorter thead tr .headerSortUp {
	background: #dadada url(/images/tablesorter/asc.gif) no-repeat center right;
}

table.tablesorter thead tr .headerSortDown {
	background: #dadada url(/images/tablesorter/desc.gif) no-repeat center right;
}

body.body-overlay-dark table.tablesorter thead tr .headerSortUp {
	background: #1a1a1a url(/images/tablesorter/asc_light.gif) no-repeat center right;
}

body.body-overlay-dark table.tablesorter thead tr .headerSortDown {
	background: #1a1a1a url(/images/tablesorter/desc_light.gif) no-repeat center right;
}

.reveal {
	display: block !important;
}

.removeborder {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom: 0 !important;
}

.subcat {
	cursor: pointer;
}

.savebtn {
	visibility: hidden;
	position: fixed;
	bottom: 2em;
	right: 2em;
	background-color: #558bc2;
}

.btn {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background: #ebebeb url(/templates/rt_ionosphere_responsive/images/overlays/dark/readon.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #4e6096;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-size: 19px;
	padding: 12px 37px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
}

.btn:hover {
	background-position: 0 -223px;
}

.btn:active {
	position: relative;
	top: 1px;
}

.myButton {
	background-image: url(/templates/rt_ionosphere_responsive/images/overlays/dark/readon1.png);
	background-position: left top !important;
	white-space: nowrap;
	display: inline-block;
	color: #fff !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	font-family: "TitilliumText22LMedium", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 9px;
	height: 25px;
	line-height: 26px;
	cursor: pointer;
	overflow: visible;
	font-weight: normal;
	position: relative;
	border-radius: 2px;
	font-size: 0.9em;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(225, 225, 225, 0.2);
	transition: background-image 0.4s ease-in-out;
}

.myButton:hover {
	background-image: url(/templates/rt_ionosphere_responsive/images/overlays/dark/readon2.png);
	background-position: left top !important;
	transition: background-image 0.4s ease-in-out;
	color: #fff !important;
}

.myButton:active {
	position: relative;
	top: 1px;
	background-image: url(/templates/rt_ionosphere_responsive/images/overlays/dark/readon2.png);
	background-position: left top !important;
	transition: background-image 0.4s ease-in-out;
	color: #fff !important;
}

div.visibleoverflow #blankBM354 {
	overflow: visible;
}

.torc_white {
	color: #fff;
}

.torc_link_block {
	display: inline;
}

.torc_ext_link {
	float: right;
	font-size: 16px;
	font-weight: normal;
}

.level_select {
	margin-top: 5px;
	margin-bottom: 10px;
}

div#basicModal {
	border: 0 !important;
}

div.ui-dialog {
	width: 400px !important;
	border: 1px solid #aaaaaa !important;
}

div.ui-dialog-buttonpane {
	border: 0 !important;
}

fieldset.database-fieldset {
	line-height: 30px;
}

fieldset.database-fieldset input.ui-widget-content {
	border: 1px solid #aaaaaa !important;
	font-size: 13px;
	padding: 4px;
}

fieldset.database-fieldset select.ui-widget-content {
	border: 1px solid #aaaaaa !important;
	font-size: 13px;
}

p.database-note {
	font-size: 13px;
	margin: 4px 0 0 0;
}

p.database-note a:hover {
	color: #7e7e7e;
	text-decoration: underline;
}

article.item-page div#blankBM351 {
	overflow: visible;
}

div.achievement-submission-wrapper input,
div.achievement-submission-wrapper select {
	margin-bottom: 10px;
	outline: none;
}

div.achievement-submission-wrapper table.database-table input {
	margin-bottom: 0;
	border-radius: 3px;
	padding: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border: 1px solid rgb(170, 170, 170);
}

input.ach-percent,
input#ach-overall-points {
	background: rgb(235, 235, 235);
}

div.achievement-submission-wrapper table.database-table tr td {
	cursor: default;
}

button#submitach {
	margin-left: 0;
}

input#yourusername {
	margin-bottom: 12px;
}

input#yourimg {
	width: 50%;
	border: 1px solid #aaaaaa !important;
}

div#yourserver_chosen {
	margin-bottom: 10px;
	margin-top: -2px;
}

div.achievement-submission-wrapper form label {
	margin-right: 5px;
}

body.body-overlay-light input.search_db {
	border: 1px solid rgb(170, 170, 170) !important;
	padding: 3px 5px;
	outline: none;
}

body.body-overlay-dark input.search_db,
body.body-overlay-dark input.db_filter_button {
	border: 1px solid rgb(0, 0, 0) !important;
	outline: none;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25) !important;
	padding: 4px 8px;
	cursor: pointer !important;
	color: #f9d643;
	line-height: 19px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	background: linear-gradient(to bottom, #525252 0, #525252 1px, #404040 1px, #404040 100%) !important;
    font-family: inherit;
}

body.body-overlay-dark input.search_db:hover,
body.body-overlay-dark input.db_filter_button:hover {
	background: linear-gradient(to bottom, #303030 0, #303030 1px, #242424 1px, #242424 100%) !important;
}

body.body-overlay-dark input.search_db[type="text"],
body.body-overlay-dark input.search_db[type="text"]:hover {
	background: #404040 !important;
	box-shadow: none !important;
	cursor: text !important;
}

body.body-overlay-light input.torc_input_small {
	border: 1px solid rgb(170, 170, 170) !important;
	background: #ebebeb !important;
	color: #212121 !important;
	padding: 4px;
}

body.body-overlay-dark input.torc_input_small {
	border: 1px solid #000 !important;
	background: #404040 !important;
	color: #f9d643 !important;
	outline: none;
	padding: 4px;
}

div.db_breadcrumb {
	margin: 5px 0 10px 0;
}

body.body-overlay-light div.category-2 > a:after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 6px;
	margin: 0 -2px;
	background: transparent url(/images/asc.gif) no-repeat;
}

body.body-overlay-dark div.category-2 > a:after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 6px;
	margin: 0 -2px;
	background: transparent url(/images/asc_dark.gif) no-repeat;
}

div.category-2:nth-child(2) a:after {
	display: none !important;
	content: none !important;
}

div.category-1,
div.category-2,
div.category-3,
div.category-4 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #aaaaaa;
	border-radius: 6px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: #dadada;
	/*padding: 2px 5px;*/
	position: relative;
	cursor: pointer;
}

div.db_breadcrumb span.arrow_right,
ul.db_ul span.arrow_right {
	display: inline-block;
	width: 8px;
	height: 9px;
	margin: 0 3px 0 8px;
	background-position: 0 -560px;
	background-repeat: no-repeat;
	background-image: url(/templates/rt_ionosphere_responsive/images/overlays/light/arrows.png);
}

div.db_breadcrumb span.arrow_down,
ul.db_ul span.arrow_down {
	background-image: url(/images/arrow-yellow-down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin-left: 6px;
}

body.body-overlay-light div.db_breadcrumb span.arrow_down,
ul.db_ul span.arrow_down {
	background-image: url(/images/arrow-black-down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin-left: 6px;
}

div.db_breadcrumb .db_main_menu:hover span.arrow_down {
	background-image: url(/images/arrow-white-down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin-left: 6px;
}

body.body-overlay-light div.db_breadcrumb .db_main_menu:hover span.arrow_down {
	background-image: url(/images/arrow-blue-down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin-left: 6px;
}

.db_left {
	float: left;
}

.db_right {
	float: right;
}

.db_search_wrapper .db_left {
	max-width: calc(100% - 400px);
}

.db_search_wrapper > h1,
.db_search_wrapper > .h1 {
	margin-bottom: 10px;
	margin-top: 0;
}

.db_search_wrapper .db_right {
	display: inline-block !important;
	margin-top: -30px;
	text-align: left;
}

.db_search_wrapper .db_right #bindSelect,
.db_search_wrapper .db_right #slotSelect,
.db_search_wrapper .db_right #qualSelect,
.db_search_wrapper .db_right #crewSelect {
	display: inline-block !important;
	vertical-align: top;
}

div.database_module {
	position: relative;
}

#slotSelect small,
#bindSelect small,
#crewSelect small {
	float: right;
	margin: -2px 10px 0 0;
	font-size: 0.8em;
}

#qualSelect small {
	float: right;
	margin: -2px 0 0 0;
	font-size: 0.8em;
}

#bindSelect select {
	width: 130px;
	margin-right: 10px;
	overflow-y: auto;
}

#crewSelect select {
	width: 138px;
	margin-right: 10px;
}

body.body-overlay-dark #crewSelect select,
body.body-overlay-dark #bindSelect select,
body.body-overlay-dark #slotSelect select {
	background-color: #404040;
	border: 1px solid #000;
	padding: 2px;
	outline: none;
	color: #faebd7;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

body.body-overlay-dark #crewSelect select option:checked {
	text-shadow: none !important;
}

#slotSelect select {
	margin-right: 10px;
}

#qualSelect select {
	/* width: 95px; */
	min-width: 135px;
	overflow-y: auto;
}

.db_lang_fr-FR #qualSelect select {
	width: 115px;
}

.db_lang_fr-FR #bindSelect select {
	width: 110px;
}

.db_lang_de-DE #bindSelect select {
	width: 100px;
}

body.body-overlay-dark #qualSelect select {
	background-color: #404040 !important;
	border: 1px solid #000;
	padding: 2px;
	outline: none;
	color: #faebd7;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
}

body.body-overlay-dark #qualSelect select option:checked,
body.body-overlay-dark #bindSelect select option:checked,
body.body-overlay-dark #slotSelect select option:checked {
	text-shadow: none !important;
}

.db_search_wrapper .db_right {
	margin-bottom: 10px;
}

/* .db_search_filters {
    width: 300px;
} */

.db_search_filters > span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.db_search_filters select {
	margin-right: 5px;
}

.databasetable td select[name="fil[]"],
.databasetable td select[name="filval[]"],
.databasetable td select[name="filsub[]"],
.databasetable td select[name="filop[]"] {
	margin-right: 5px;
}

body.body-overlay-dark .databasetable td select[name="fil[]"],
body.body-overlay-dark .databasetable td select[name="filval[]"],
body.body-overlay-dark .databasetable td select[name="filsub[]"],
body.body-overlay-dark .databasetable td select[name="filop[]"],
body.body-overlay-dark .databasetable td select[name="filter[]"] {
	background-color: #404040;
	border: 1px solid #000;
	padding: 4px;
	outline: none;
	color: #faebd7;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

a.torc_rem_filter {
	margin-left: 8px;
	font-size: 0.8em;
}

div.info_wrapper {
	border-radius: 6px;
	background-color: #070f12;
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	border: 1px solid #2c7c9e;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	background-clip: padding-box;
	color: #fff;
	font-family: Eurofont, Verdana, "Helvetica Neue", Arial, Helvetica;
	vertical-align: top;
	float: right;
	max-width: 485px;
}

.database-conquest div.info_wrapper {
	float: none;
}

div.info_wrapper.classspec {
	min-width: max-content;
}

div.info_wrapper > div {
	position: relative;
	font-size: 15px;
	font-weight: normal;
	/* font-family: EurostileNextLTPro; */
	line-height: 23px;
}

div.info_wrapper > div.aurabesh {
	max-width: 200px;
	font-size: 12px;
}

div.info_wrapper.npc_strong > div:first-child:before {
	content: url(/db/tooltips/npc_strong.png);
	left: -73px;
	top: -22px;
	position: absolute;
}

div.info_wrapper.npc_elite > div:first-child:before {
	content: url(/db/tooltips/npc_elite.png);
	left: -73px;
	top: -18px;
	position: absolute;
}

div.info_wrapper.npc_champion > div:first-child:before {
	content: url(/db/tooltips/npc_champion.png);
	left: -73px;
	top: -19px;
	position: absolute;
}

div.info_wrapper > div > span {
	color: #96e3ff;
	padding-right: 4px;
	font-size: 16px;
	line-height: 23px;
	font-family: Eurofont;
}

div.crafted_table > span {
	color: #96e3ff;
}

.database-missions > .torctip_rightwrap > .torc_branch,
.database-missions > .torctip_rightwrap > .info_wrapper {
	float: right;
	clear: both;
}

div.crafted_table div.torctip_name {
	font-weight: normal;
}

#tab-details .data-select {
	float: right;
	margin-right: 15px;
}

#tab-details .data-select button {
	margin: 0;
	border-radius: 0;
	padding: 5px 15px 5px;
	border: 1px solid #1b1b1b;
	font-family: 'Eurofont';
	color: #fff;
	text-shadow: -1px -1px 1px rgb(0 0 0 / 30%);
	background-color: #4a4a4a !important;
	transition: background-image 0.4s ease-in-out !important;
	box-shadow: none;
	border-top: 3px solid #1b1b1b;
}

#tab-details .data-select button.selected {
	color: #fff;
	text-shadow: -1px -1px 1px rgb(0 0 0 / 30%);
	background-color: #213056 !important;
	transition: background-image 0.4s ease-in-out !important;
	box-shadow: none;
}

#tab-details .data-select button:focus {
	outline: none;
	border-color: #000;
}

#tab-details .data-select button:first-child {
	border-right: none;
}

/* Thin Sidebar Overrides and Responsive Features */
.menu-database .rt-grid-3 {
	width: 188px !important;
	z-index: 0;
}

.menu-database .rt-grid-3 div.rt-sidebar-surround {
	width: 188px !important;
}

.menu-database .rt-grid-3 div.rt-sidebar-surround div#rt-sidebar-a {
	width: 184px !important;
}

.menu-database .rt-grid-3 div.rt-sidebar-surround div#rt-sidebar-a {
	padding-right: 4px !important;
}

.menu-database .rt-grid-3.sidebar-right {
	margin-top: 28px;
}

.menu-database .rt-grid-9 {
	z-index: 1;
}

@media only screen and (min-width: 1500px) {
	.menu-database .rt-grid-9 {
		width: 1162px !important;
	}
}

@media only screen and (min-width: 1250px) and (max-width: 1499px) {
	.menu-database .rt-grid-9 {
		width: 1012px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
	.menu-database .rt-grid-9 {
		width: 772px !important;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1023px) {
	.menu-database .rt-grid-9 {
		width: 652px !important;
	}

	.db_lang_fr-FR td.db_search_filters > input.text.ui-widget-content.search_db {
		max-width: 130px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.menu-database .rt-grid-9 {
		width: 580px !important;
	}

	td.db_search_filters > input.text.ui-widget-content.search_db {
		max-width: 100px;
	}

	.db_lang_fr-FR.db_search_wrapper .db_right {
		max-width: 280px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	td.db_search_filters > input.text.ui-widget-content.search_db {
		max-width: 100px;
	}
}

@media only screen and (min-width: 530px) and (max-width: 635px) {
	.db_lang_fr-FR.db_search_wrapper .db_right {
		max-width: 280px;
	}
}

@media only screen and (min-width: 515px) and (max-width: 599px) {
	td.db_search_filters > input.text.ui-widget-content.search_db {
		max-width: 100px;
	}

	.db_search_wrapper .db_right {
		max-width: 260px;
	}
}

@media only screen and (max-width: 514px) {
	td.db_search_filters > input.text.ui-widget-content.search_db {
		max-width: 100px;
	}

	.db_search_wrapper .db_right {
		max-width: 145px;
	}
}

div#rt-sidebar-a {
	/* margin-top: -23px; */
	min-height: 600px;
}

.sidebarbground {
	margin: 0 auto;
	text-align: center;
	min-height: 270px;
	width: 160px;
	background: url(/images/sidebar-bground-light.png) no-repeat center center;
}

/* Colors */
.db_color_artifact a {
	color: #bf00fd !important;
}

.db_color_prototype a {
	color: #1d8cfe !important;
}

.db_color_premium a {
	color: #00d200 !important;
}

.db_color_standard a {
	color: #ffffff !important;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
}

.db_color_cheap a {
	color: #959494 !important;
}

.db_color_mission a {
	color: #f5f537 !important;
	/*text-shadow: 0px 0px 1px rgba(0,0,0,1), 1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(0,0,0,0.5), -1px 1px 1px rgba(0,0,0,0.5), 1px -1px 1px rgba(0,0,0,0.5);*/
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75), 1px -1px 1px rgba(0, 0, 0, 0.75), -1px 1px 1px rgba(0, 0, 0, 0.75), -1px -1px 1px rgba(0, 0, 0, 0.75), 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}

body.body-overlay-dark table.db_table tr td div a {
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

table.db_table tr td div a .torctip_name {
	font-weight: 600;
}

body.body-overlay-light div.article-title h1,
body.body-overlay-light div.article-title2 h1,
body.body-overlay-light div.article-title3 h1 {
	color: #2d3035;
}

body.body-overlay-dark div.article-title h1,
body.body-overlay-dark div.article-title2 h1,
body.body-overlay-dark div.article-title3 h1 {
	color: #fff;
}

/* Breadcrumb Dropdowns */
div.db_category_items_1 {
	display: none;
}

div.db_category_items_1 ul {
	margin: 0;
	padding: 0;
}

ul.db_ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none !important;
	width: 152px;
	border: 1px solid #aaaaaa;
}

ul.db_ul li,
ul.db_ul li a {
	font-size: 12px;
	text-align: left;
}

.category-1:hover .db_category_items_1 {
	display: inline-block !important;
	position: absolute;
	top: 24px;
	left: -1px;
	z-index: 999;
}

ul.db_ul li {
	list-style-type: none !important;
	vertical-align: top;
	background: #dadada;
}

ul.db_ul li a {
	padding: 1px 5px;
	display: inline-block;
	width: 100%;
	color: #515554;
}

body.body-overlay-dark ul.db_ul li a {
	color: #f9d643;
}

ul.db_ul > li > a:hover {
	color: #558bc2;
}

ul.db_ul > li > div {
	display: none;
	border: 1px solid #aaaaaa;
}

ul.db_ul > li {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	position: relative;
}

ul.db_ul > li:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

body.body-overlay-dark ul.db_ul > li:hover {
	background-color: #242424 !important;
	margin-top: -2px;
	padding-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

ul.db_ul > li:first-child:hover {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #aaa;
}

ul.db_ul > li:last-child:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #dadada;
}

ul.db_ul > li:only-child:hover {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

ul.db_ul > li > div > ul > li {
	height: 22px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

ul.db_ul > li > div > ul > li:only-child {
	height: 21px;
}

ul.db_ul > li:first-child > div > ul > li:only-child,
ul.db_ul > li:last-child > div > ul > li:only-child {
	height: 22px;
}

ul.db_ul > li > div > ul > li:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

body.body-overlay-dark ul.db_ul > li > div > ul > li:hover {
	background-color: #242424 !important;
	margin-top: -2px;
	padding-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

ul.db_ul > li > div > ul > li:first-child:hover {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #aaa;
}

ul.db_ul > li > div > ul > li:last-child:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #dadada;
}

ul.db_ul > li > div > ul > li:only-child:hover {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-top: 0 !important;
}

ul.db_ul > li > div > ul > li > div > ul > li {
	height: 22px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

ul.db_ul > li > div > ul > li > div > ul > li:only-child {
	height: 21px;
}

ul.db_ul > li > div > ul > li > div > ul > li:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

body.body-overlay-dark ul.db_ul > li > div > ul > li > div > ul > li:hover {
	background-color: #242424 !important;
}

ul.db_ul > li > div > ul > li > div > ul > li:first-child:hover {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #aaa;
}

ul.db_ul > li > div > ul > li > div > ul > li:last-child:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #dadada;
}

ul.db_ul > li > div > ul > li > div > ul > li:only-child:hover {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

ul.db_ul > li:hover > a {
	color: #558bc2;
}

ul.db_ul > li > div > ul > li:hover > a {
	color: #558bc2;
}

ul.db_ul > li > div > ul > li > div > ul > li:hover > a {
	color: #558bc2;
}

ul.db_ul > li:hover > div {
	display: inline-block;
	position: absolute;
	left: 152px;
	top: 0px;
	width: 175px;
}

div.db_category_items_2 {
	display: none;
}

div.db_category_items_2 ul {
	margin: 0;
	padding: 0;
}

.category-2:hover .db_category_items_2 {
	display: inline-block !important;
	position: absolute;
	top: 24px;
	left: -1px;
	z-index: 999;
}

body.body-overlay-dark .category-2:hover {
	background-color: #242424 !important;
}

#blankBM355,
#blankBM362 {
	overflow: visible;
}

div.db_left form {
	display: table;
}

div.db_left form input,
div.db_left form label {
	display: table-cell;
}

table.databasetable tr td {
	padding-bottom: 10px;
}

table.databasetable tr td:first-child {
	padding-right: 5px;
}

div.category-2 {
	margin-left: 2px;
}

div.category-2 > a {
	font-family: Eurofont;
	display: block;
	padding: 2px 5px;
}

body.body-overlay-dark div.category-2 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

/* Third Tier */
ul.db_ul > li > div > ul > li > div {
	display: none;
}

ul.db_ul > li > div > ul > li:hover > div {
	display: inline-block;
	position: relative;
	left: 175px;
	top: -24px;
	/* width: 152px; */
	border: 1px solid #aaaaaa;
}

ul.db_ul > li > div > ul > li > div {
	white-space: nowrap;
	width: auto !important;
	min-width: 125px;
}

/* Database Table */
div.database_wrapper {
	position: relative;
	width: 100%;
	clear: both;
}

body.body-overlay-dark #tab-none {
	border: 1px solid #000 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	padding: 8px;
}

div.tab > div#tab-items > table.db_table,
div.tab > div#tab-abilities > table.db_table,
div.tab > div#tab-achievements > table.db_table,
div.tab > div#tab-codex > table.db_table,
div.tab > div#tab-companions > table.db_table,
div.tab > div#tab-schematics > table.db_table,
div.tab > div#tab-missions > table.db_table,
div.tab > div#tab-npcs > table.db_table {
	border-radius: 0 !important;
}

div.tab > div#tab-items > table.db_table tr th,
div.tab > div#tab-abilities > table.db_table tr th,
div.tab > div#tab-achievements > table.db_table tr th,
div.tab > div#tab-codex > table.db_table tr th,
div.tab > div#tab-companions > table.db_table tr th,
div.tab > div#tab-schematics > table.db_table tr th,
div.tab > div#tab-missions > table.db_table tr th,
div.tab > div#tab-npcs > table.db_table tr th {
	border-radius: 0 !important;
}

body.body-overlay-light table.db_table {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body.body-overlay-dark table.db_table {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	border: 1px solid #000;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body.body-overlay-dark .tab table.db_table {
	margin-bottom: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.db_table tr td div:first-child .torctip_image {
	margin-left: 0;
}

table.db_table_ability,
table.db_table_achievements,
table.db_table_codex,
table.db_table_companions,
table.db_table_schematic,
table.db_table_item,
table.db_table_mission,
table.db_table_npc {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

table.db_table_ability th:last-child,
table.db_table_ability td:last-child,
table.db_table_achievements th:last-child,
table.db_table_collection th:nth-child(2),
table.db_table_item th:nth-child(4),
table.db_table_item th:nth-child(5),
table.db_table_npc th:nth-child(6),
table.db_table_npc th:nth-child(7),
table.db_table_mission th:nth-child(5),
table.db_table_mission th:nth-child(6),
table.db_table_mission th:nth-child(7),
table.db_table_newcompanion th:nth-child(4),
table.db_table_newcompanion th:nth-child(5),
table.db_table_newcompanion th:nth-child(6),
table.db_table_schematic th:nth-child(6),
table.db_table_gsf th:nth-child(4),
table.db_table_setbonus th:nth-child(2) {
	text-align: center !important;
}

table.db_table tr th:first-child {
	border-top-left-radius: 4px;
}

table.db_table tr th:last-child {
	border-top-right-radius: 4px;
	white-space: nowrap;
}

table.db_table tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}

table.db_table tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}

table.db_table tr td:only-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

body.body-overlay-light table.db_table tr th {
	text-align: left;
	background: #dadada;
	border-bottom: 1px solid #aaaaaa;
	padding: 4px;
}

body.body-overlay-dark table.db_table tr th {
	text-align: left;
	/* background: #242424; */
	/* border-top: 1px solid #303030; */
	background: #303030;
	border-top: 1px solid #3a3a3a;
	border-bottom: 0;
	padding: 4px 8px;
}

table.db_table tr th a {
	display: block;
}

table.db_table tr td {
	padding: 4px 8px;
	text-align: left;
}

body.body-overlay-dark table.db_table tr td {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

body.body-overlay-light table.db_table tr:nth-child(even) td {
	background-color: #eee;
}

body.body-overlay-light table.db_table tr:nth-child(odd) td {
	background-color: #f9f9f9;
}

body.body-overlay-dark table.db_table tr:nth-child(even) td {
	background-color: #363636;
	border-top: 1px solid #202020;
}

body.body-overlay-dark table.db_table tr:nth-child(odd) td {
	background-color: #404040;
	border-top: 1px solid #202020;
}

body.body-overlay-dark table.db_table tbody tr:first-child td {
	border-top: 1px solid #000;
}

body.body-overlay-dark table.db_table tr.dbpagination span {
	display: block;
	font-weight: bold;
	color: #faebd7;
	border-top: 1px solid rgb(86, 86, 86);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	background-color: #404040;
	padding: 5px 12px;
	border-radius: 2px;
}

body.body-overlay-light table.db_table tr.dbpagination span {
	display: block;
	font-weight: bold;
	color: #2d3035;
	border-top: 1px solid rgba(225, 225, 225, 0.4);
	text-shadow: 1px 1px 1px rgba(225, 225, 225, 0.4);
	background-color: #999b9f;
	padding: 5px 12px;
	border-radius: 2px;
}

body.body-overlay-dark table.db_table tr.dbpagination span.activepage {
	background-color: #213056;
	text-decoration: underline;
	color: #fff;
	border-top: 1px solid rgb(78, 92, 128);
}

body.body-overlay-light table.db_table tr.dbpagination span.activepage {
	background-color: #558bc2;
	text-decoration: underline;
	color: #fff;
	border-top: 1px solid rgba(225, 225, 225, 0.4);
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

body.body-overlay-dark table.db_table tr.dbpagination td > div,
body.body-overlay-dark table.db_table tr.dbpagination td > a {
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 3px;
	margin: 0 1px;
}

body.body-overlay-light table.db_table tr.dbpagination td > div,
body.body-overlay-light table.db_table tr.dbpagination td > a {
	display: inline-block;
	border: 1px solid #73777a;
	border-radius: 3px;
	margin: 0 1px;
	box-shadow: 1px 1px 3px rgba(89, 94, 98, 0.5);
}

body.body-overlay-dark table.db_table tr.dbpagination td {
	background-color: #242424 !important;
	border-top: 1px solid #000 !important;
}

body.body-overlay-light table.db_table tr.dbpagination td {
	background-color: #dadada !important;
	border-top: 1px solid #aaa !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #aaa !important;
}

body.body-overlay-dark table.db_table tr.dbpagination td > a:hover span {
	background-color: #363636;
	text-decoration: underline;
}

body.body-overlay-light table.db_table tr.dbpagination td > a:hover span {
	background-color: #bebfc1;
	text-decoration: underline;
}

body.body-overlay-dark table.db_table tr.dbpagination .dotdotdot,
body.body-overlay-light table.db_table tr.dbpagination .dotdotdot {
	letter-spacing: 2px;
	display: inline-block;
	background-color: transparent;
	border: none;
	padding: 5px;
}

body.body-overlay-dark table.db_table tr.matchesfound:nth-child(odd) td:hover {
	background-color: #404040 !important;
}

body.body-overlay-dark table.db_table tr.matchesfound:nth-child(even) td:hover {
	background-color: #363636 !important;
}

body.body-overlay-light table.db_table tr.matchesfound td:hover {
	background-color: #eee !important;
}

.db_table .torctip_Mission,
.db_table .torctip_mission,
.db_table .torctip_Mission:visited,
.db_table .torctip_mission:visited,
.db_table .torctip_Mission:hover,
.db_table .torctip_mission:hover {
	color: #f5f537 !important;
	/*text-shadow: 0px 0px 1px rgba(0,0,0,1), 1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(0,0,0,0.5), -1px 1px 1px rgba(0,0,0,0.5), 1px -1px 1px rgba(0,0,0,0.5);*/
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75), 1px -1px 1px rgba(0, 0, 0, 0.75), -1px 1px 1px rgba(0, 0, 0, 0.75), -1px -1px 1px rgba(0, 0, 0, 0.75), 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}

.db_table .torctip_companion {
	color: #d68eff !important;
}

span.sort_DESC {
	background: url(/images/desc.gif) no-repeat center right;
	width: 21px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

span.sort_ASC {
	background: url(/images/asc.gif) no-repeat center right;
	width: 21px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

body.body-overlay-dark span.sort_DESC {
	background: url(/images/arrow-yellow-up.png) no-repeat center;
	width: 21px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
}

body.body-overlay-dark span.sort_ASC {
	background: url(/images/arrow-yellow-down.png) no-repeat center;
	width: 21px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

body.body-overlay-dark a:hover > span.sort_ASC {
	background: url(/images/arrow-white-down.png) no-repeat center;
}

body.body-overlay-dark a:hover > span.sort_DESC {
	background: url(/images/arrow-white-up.png) no-repeat center;
}

div.db_details p {
	font-size: 1.2em;
	line-height: 1.2em !important;
	color: #2d3035;
	padding: 0 12px !important;
	font-family: Eurofont;
	border: 0 !important;
	margin-bottom: -6px;
	text-shadow: 1px 1px 1px rgba(225, 225, 225, 0.5);
}

/* Database Tabs */
.database_wrapper .tabs-menu {
	/*height: 30px;*/
	width: 100%;
	clear: both;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	padding: 0;
}

.database_wrapper .tabs-menu li {
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 1px -1px 0;
	padding: 0;
	background-color: #fff;
	border-top: 1px solid #d4d4d1;
	border-right: 1px solid #d4d4d1;
	border-left: 1px solid #d4d4d1;
	flex-grow: 1;
}

.database_wrapper .tabs-menu li.current {
	position: relative;
	background-color: #dadada;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid #dadada;
	z-index: 5;
}

.database_wrapper .tabs-menu li.current > a {
	/* box-shadow: 0px 2px 0 #242424;
	border-top: 1px solid #303030; */
	box-shadow: 0px 2px 0 #303030;
	border-top: 1px solid #3a3a3a;
}

.database_wrapper .tabs-menu.dark li.current > a {
	box-shadow: 0px 2px 0 #242424;
	border-top: 1px solid #303030;
}

.database_wrapper .tabs-menu li:first-child,
.database_wrapper .tabs-menu li:first-child > a {
	border-top-left-radius: 4px;
}

.database_wrapper .tabs-menu li:last-child {
	border-top-right-radius: 4px;
	margin: 0 0 -1px 0 !important;
}

.database_wrapper .tabs-menu li:last-child > a {
	border-top-right-radius: 4px;
}

.database_wrapper .tabs-menu li a {
	display: block;
	padding: 0 5px;
	line-height: 30px;
	text-transform: uppercase;
	color: #515554;
	text-decoration: none;
	border-top: 1px solid #303030;
}

.db-all.database_wrapper .tabs-menu li a {
	border-top: 1px solid #4a4a4a;
}

body.body-overlay-dark .database_wrapper .tabs-menu li a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.database_wrapper .tabs-menu .current a {
	color: #2e7da3;
}

.database_wrapper .tab {
	width: 100% !important;
	border: none;
	background: #303030;
}

.database_wrapper .tab-content {
	clear: both;
	/* width:100%; */
	display: none;
	overflow-x: auto;
	z-index: 9999;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.database_wrapper #tab-1 {
	display: block;
}

body.body-overlay-light #tab-comments {
	border-top: 1px solid #aaaaaa;
	/* margin-bottom: -20px; */
}

body.body-overlay-light #tab-comments:before {
	content: "";
	height: 10px;
	background-color: #dadada;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px solid #aaaaaa;
}

body.body-overlay-light #tab-screens table:before {
	content: "";
	height: 10px;
	background-color: #dadada;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px solid #aaaaaa;
}

body.body-overlay-light #tab-details:before {
	content: "";
	height: 10px;
	background-color: #dadada;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px solid #aaaaaa;
}

body.body-overlay-dark #tab-comments {
	border-top: 1px solid #000;
	/*  margin-bottom: -20px; */
}

body.body-overlay-dark #tab-screens table:before {
	content: "";
	height: 10px;
	background-color: #242424;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#tab-details pre {
	border: none !important;
	text-align: left;
	background: none;
}

#tab-comments #disqus_thread {
	margin: 0 10px 10px 10px !important;
}

/* Miscellaneous */
.torc_cdx_img {
	object-fit: none;
	width: 402px;
	height: 321px;
	text-align: center;
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	border: 1px solid #2c7c9e;
	border-radius: 6px;
}

.torc_conquest_img {
	text-align: center;
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	border: 1px solid #2c7c9e;
	border-radius: 6px;
}

.torc_new {
	font-size: 0.8em;
	display: inline-block;
	font-style: italic;
}

.db_right select.notchosen option:checked {
	text-shadow: none;
}

/* Missions Database */
div.torctip_rightwrap {
	display: inline-block;
	margin: -55px 0 10px 0;
	max-width: 560px;
	margin-left: 20px;
	text-align: right;
	height: 100%;
}

div.torctip_codexwrap {
	margin-bottom: 10px;
}

.database-codex .torctip_codex_text {
	font-size: 16px;
}

.torctip_rightwrap > .torc_branch {
	text-align: left;
	margin: 0 0 5px 0;
}

.torctip_rightwrap > .info_wrapper {
	text-align: left;
}

.torctip_rightwrap .torc_parent {
	display: block;
	cursor: help;
}

.torctip_rightwrap .torc_parent span {
	margin-left: 7px;
}

.torctip_rightwrap .torc_brnch_id {
	float: left;
	margin-right: 7px;
}

.torcdb_affectionGains {
	display: inline-block;
	border-radius: 6px;
	background-color: #070f12;
	margin: 5px 0 5px 0;
	border: 1px solid #2c7c9e;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	background-clip: padding-box;
	color: #fff;
	font-family: Eurofont, Verdana, "Helvetica Neue", Arial, Helvetica;
	vertical-align: top;
}

.torcdb_affectionGains table.content-one {
	border-collapse: separate;
	border-spacing: 0px;
}

.torcdb_affectionGains tr td {
	border-bottom: solid 1px #000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.torcdb_affectionGains th {
	text-align: left;
	font-size: 16px;
	border-bottom: solid 1px #000;
}

.torcdb_affectionGains th:first-child {
	padding-left: 10px;
}

.torcdb_affectionGains th:last-child {
	padding-right: 10px;
}

.expand-one {
	text-align: center;
	font-size: 20px;
	padding: 5px 10px;
	cursor: pointer;
}

.torcdb_affectionGains.expanded {
	width: 100%;
}

.expand-one span {
	font-size: 12px;
	color: #96e3ff;
}

.content-one {
	display: none;
	margin: 0;
	width: 100%;
}

.content-one tr td:first-child,
.content-one tr th:first-child {
	padding-left: 10px;
}

.content-one tr td:last-child,
.content-one tr th:last-child {
	padding-right: 10px;
}

ul.torcdb_multiColumn {
	margin: 0;
	padding: 0;
}

.torcdb_multiColumn li {
	list-style: none;
}

.torcdb_multiColumn li:last-child {
	border-bottom: none;
}

ul.torcdb_multiColumn li > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

ul.torcdb_multiColumn li > div > div {
	float: none;
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
}

ul.torcdb_multiColumn li > div > div:first-child {
	flex-grow: 1;
}

/* for the collapsible companion affection pane */

.convo_t1 {
	color: #01f901;
	float: right;
}

.convo_t2 {
	color: #01f901;
	float: right;
}

.convo_t3 {
	color: #01f901;
	float: right;
}

.convo_t4 {
	color: #fd0000;
	float: right;
}

.convo_t5 {
	color: #fd0000;
	float: right;
}

.convo_t6 {
	color: #fd0000;
	float: right;
}

.torcdb_companion {
	float: left;
	padding-right: 10px;
	color: #d68eff;
}

.torcdb_affectionGains tr td:first-child {
	color: #96e3ff;
}

.torcdb_affectionGains tr:last-child {
	border-bottom: none;
}

.torcdb_affectionGains tr:nth-child(even) {
	background: #192023;
}

.torctip_rqd_cls span:first-child {
	padding-right: 5px;
}

.torctip_rewards .torctip_rwd_inner .torctip_rwd_info span:first-child {
	padding-right: 5px;
}

/* NPC Database */
body.body-overlay-dark #factionSelect select {
	background-color: #404040 !important;
	border: 1px solid #000;
	padding: 2px;
	outline: none;
	color: #faebd7;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
	width: 100%;
}

#factionSelect select option:checked {
	text-shadow: none;
}

#factionSelect small {
	float: right;
	margin: -2px 0 0 0;
	font-size: 0.8em;
}

/* Items Database */
.database-flex > .info_wrapper {
	height: 100%;
	margin-left: 15px;
	top: -56px;
	position: relative;
}

.database-flex {
	margin-top: 10px;
}

.database-flex.database-items > .torctip_wrapper > .torctip_tooltip {
	max-width: 100%;
}

.aurabesh {
	font-family: Aurabesh2;
	max-width: 325px;
	word-break: break-all;
}

.aurabesh > span {
	font-family: Eurofont;
}

.filter-checkbox {
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	line-height: 29px;
	vertical-align: top;
}

.filter-checkbox.rokchecks {
	padding: 0 0 0 20px;
	background-position: 0 -636px;
	background-repeat: no-repeat;
	line-height: 29px;
	vertical-align: top;
}

.filter-checkbox.rokchecks-active {
	background-position: 0 -963px;
}

.filter-checkbox input {
	margin: 0 7px 0 0;
}

/* Special Browser Resolution Rules */
@media only screen and (min-width: 1500px) {
	div.db_filter_quality {
		float: right;
		margin-top: -27px;
		padding-right: 5px;
	}

	.database-flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.database-flex > .torctip_wrapper {
		width: 350px;
		max-width: 50%;
	}

	.database-flex > .torctip_rightwrap {
		max-width: 50%;
	}

	.database-flex > .torctip_rightwrap > .torc_branch {
		max-width: 392px;
	}

	.torcdb_multiColumn {
		-moz-column-count: 4;
		-moz-column-gap: 25px;
		-webkit-column-count: 4;
		-webkit-column-gap: 25px;
		column-count: 4;
		column-gap: 25px;
		padding-top: 4px;
	}

	.database-nco .torctip_rightwrap {
		min-width: 256px;
		margin-left: 15px;
	}

	.database-flex .torc_collection {
		max-width: 404px;
	}
}

@media only screen and (min-width: 1250px) and (max-width: 1499px) {
	div.db_filter_quality {
		float: right;
		margin-top: -27px;
		padding-right: 5px;
	}

	.database-flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}

	.database-flex > .torctip_wrapper {
		width: 350px;
		max-width: 50%;
	}

	.database-flex > .torctip_rightwrap {
		max-width: 50%;
	}

	.database-flex > .torctip_rightwrap > .torc_branch {
		max-width: 392px;
	}

	.database-items > .info_wrapper,
	.database-npc > .info_wrapper {
		margin-top: -55px;
	}

	.torcdb_multiColumn {
		-moz-column-count: 4;
		-moz-column-gap: 25px;
		-webkit-column-count: 4;
		-webkit-column-gap: 25px;
		column-count: 4;
		column-gap: 25px;
		padding-top: 4px;
	}

	.database-nco .torctip_rightwrap {
		min-width: 200px;
		margin-left: 10px;
	}

	.database-flex .torc_collection {
		max-width: 404px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
	div.db_filter_quality {
		float: right;
		margin-top: -27px;
		padding-right: 5px;
	}

	.database-flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}

	.database-flex > .torctip_wrapper {
		width: 350px;
		max-width: 50%;
		box-sizing: border-box;
	}

	.database-flex > .torctip_rightwrap {
		max-width: 50%;
	}

	.database-flex > .torctip_rightwrap > .torc_branch {
		max-width: 392px;
	}

	.database-flex > .torctip_rightwrap .torc_cdx_img {
		-ms-transform: scale(0.74, 0.74);
		-ms-transform-origin: top left;
		-webkit-transform: scale(0.74, 0.74);
		-webkit-transform-origin: top left;
		transform: scale(0.89, 0.89);
		transform-origin: top left;
		margin-bottom: -35px;
	}

	.torcdb_multiColumn {
		-moz-column-count: 4;
		-moz-column-gap: 25px;
		-webkit-column-count: 4;
		-webkit-column-gap: 25px;
		column-count: 4;
		column-gap: 25px;
		padding-top: 4px;
	}

	.database-nco .torctip_rightwrap {
		min-width: 200px;
		margin-left: 10px;
	}

	.database-flex .torc_collection {
		max-width: 404px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1023px) {
	div.db_filter_quality {
		float: right;
		margin-top: -60px;
		padding-right: 5px;
	}

	ul.tabs-menu {
		margin-top: 75px !important;
	}

	.database-flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}

	.database-flex > .torctip_wrapper {
		width: 350px;
		max-width: 50%;
		margin-left: -5px;
	}

	.database-flex > .torctip_rightwrap {
		max-width: 50%;
		margin: 0 -5px 10px 0;
	}

	.database-flex > .torctip_rightwrap > .torc_branch {
		max-width: 392px;
	}

	.database-flex > .torctip_rightwrap .torc_cdx_img {
		-ms-transform: scale(0.74, 0.74);
		-ms-transform-origin: top left;
		-webkit-transform: scale(0.74, 0.74);
		-webkit-transform-origin: top left;
		transform: scale(0.74, 0.74);
		transform-origin: top left;
		margin-bottom: -85px;
		margin-top: 5px;
	}

	.torcdb_multiColumn {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
		padding-top: 4px;
	}

	table.db_table tr th:first-child {
		min-width: 234px;
	}

	.database-nco .torctip_rightwrap {
		min-width: 200px;
		margin-left: 10px;
	}

	.database-flex .torc_collection {
		max-width: 404px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	div.db_filter_quality {
		float: right;
		margin-top: -60px;
	}

	/*.database_wrapper .tabs-menu {padding-left: 10px;} */
	ul.tabs-menu {
		margin-top: 75px !important;
	}

	.database-flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}

	.database-flex > .torctip_wrapper {
		max-width: 50%;
		margin-left: -5px;
	}

	.database-flex > .torctip_wrapper > .torctip_tooltip {
		max-width: calc(100% - 80px);
	}

	.database-flex > .torctip_rightwrap {
		max-width: 50%;
		margin: 0 -5px 10px 0;
	}

	.database-flex > .torctip_rightwrap > .torc_branch {
		max-width: 392px;
	}

	.database-flex > .torctip_rightwrap .torc_cdx_img {
		-ms-transform: scale(0.65, 0.65);
		-ms-transform-origin: top left;
		-webkit-transform: scale(0.65, 0.65);
		-webkit-transform-origin: top left;
		transform: scale(0.65, 0.65);
		transform-origin: top left;
		margin-bottom: -115px;
		margin-top: 5px;
	}

	.torcdb_multiColumn {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
		padding-top: 4px;
	}

	table.db_table tr th:first-child {
		min-width: 162px;
	}

	.database-nco .torctip_rightwrap {
		min-width: 200px;
		margin-left: 10px;
	}

	.database-nco .torc_comp {
		margin-right: 0 !important;
	}

	.database-nco .torc_comp > img {
		margin-bottom: 5px;
	}

	.database-flex .torc_collection {
		max-width: 404px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	body.body-overlay-light div.db_filter_quality {
		padding: 3px 0;
		background-color: #dadada;
		border: 1px solid #aaa;
		border-bottom: 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	body.body-overlay-dark div.db_filter_quality {
		padding: 3px 0;
		background-color: #242424;
		border: 1px solid #000;
		border-bottom: 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	body.body-overlay-light table.db_table,
	body.body-overlay-dark table.db_table {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	table.db_table tr th:first-child {
		border-top-left-radius: 0px;
	}

	table.db_table tr th:last-child {
		border-top-right-radius: 0px;
	}

	div.database-flex {
		display: block;
		position: relative;
		height: 100%;
	}

	.database-flex > .torctip_rightwrap {
		margin: 0 -5px 10px 0;
	}

	div.database-flex > div.torctip_wrapper > div.torctip_image {
		margin-bottom: 3px;
	}

	.database-items > .info_wrapper {
		margin-left: 0;
	}

	.torcdb_multiColumn {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
		padding-top: 4px;
	}

	.content-one tbody tr td:last-child {
		min-width: 250px;
	}

	div.torctip_rightwrap {
		display: block;
		margin: 0;
		height: 100%;
		float: none !important;
		clear: both !important;
	}

	div.torctip_codexwrap {
		margin-bottom: 10px;
		text-align: left;
		display: block;
		clear: both;
	}

	.torc_branch,
	.torctip_codexwrap {
		height: 100%;
	}

	.database-missions .torctip_wrapper .torctip_tooltip {
		max-width: 100%;
	}

	.database-missions .info_wrapper {
		max-width: 100%;
		width: calc(100% - 15px);
	}

	.database-missions .torc_branch {
		max-width: 100%;
		width: calc(100% - 5px);
	}

	table.db_table tr th:first-child {
		min-width: 150px;
	}

	.database-nco .torctip_rightwrap {
		min-width: 200px;
		max-width: 100%;
	}

	.database-nco .torc_comp {
		margin-right: 0 !important;
	}

	.database-nco .torc_comp > img {
		margin-bottom: 5px;
	}

	.database-flex .torc_collection {
		max-width: 404px;
	}

	.database-nco .torctip_rightwrap {
		float: right !important;
		margin-left: 10px !important;
	}
}

@media only screen and (max-width: 480px) {
	body.body-overlay-light div.db_filter_quality {
		padding: 3px 0;
		background-color: #dadada;
		border: 1px solid #aaa;
		border-bottom: 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	body.body-overlay-dark div.db_filter_quality {
		padding: 3px 0;
		background-color: #242424;
		border: 1px solid #000;
		border-bottom: 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	body.body-overlay-light table.db_table,
	body.body-overlay-dark table.db_table {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	table.db_table tr th:first-child {
		border-top-left-radius: 0px;
	}

	table.db_table tr th:last-child {
		border-top-right-radius: 0px;
	}

	.database-flex > .torctip_rightwrap {
		margin: 0 -5px 10px 0;
	}

	div.database-flex {
		display: block;
		position: relative;
		height: 100%;
	}

	div.database-flex > div.torctip_wrapper > div.torctip_image {
		margin-bottom: 3px;
	}

	.database-items > .info_wrapper {
		margin-left: 0;
	}

	.database-flex > .torctip_rightwrap .torc_cdx_img {
		-ms-transform: scale(0.625, 0.625);
		-ms-transform-origin: top left;
		-webkit-transform: scale(0.625, 0.625);
		-webkit-transform-origin: top left;
		transform: scale(0.625, 0.625);
		transform-origin: top left;
		margin-bottom: -125px;
	}

	.torcdb_multiColumn {
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		column-count: 1;
		column-gap: 20px;
		padding-top: 4px;
	}

	.content-one tbody tr td:last-child {
		min-width: 125px;
	}

	div.torctip_rightwrap {
		display: block;
		margin: 0;
		height: 100%;
		float: none !important;
		clear: both !important;
	}

	div.torctip_codexwrap {
		margin-bottom: 10px;
		text-align: left;
		width: 100%;
		clear: both;
		display: block;
	}

	.article-title3 h1 {
		font-size: 1.6em !important;
	}

	.torc_branch,
	.torctip_codexwrap {
		height: 100%;
	}

	.database-missions .info_wrapper {
		max-width: 100%;
		width: calc(100% - 15px);
	}

	.database-missions .torc_branch {
		max-width: 100%;
		width: calc(100% - 5px);
	}

	.database_wrapper .tabs-menu li a {
		font-size: 11px;
	}

	.database-nco .torctip_rightwrap {
		min-width: 200px;
		max-width: 100%;
	}

	.database-nco .torc_comp {
		margin-right: 0 !important;
	}

	.database-nco .torc_comp > img {
		margin-bottom: 5px;
	}

	.database-flex .torc_collection {
		width: 100%;
	}

	.torc_collection > div > div.torctip_wrapper {
		width: 100% !important;
	}

	.torc_comp .torctip_collection {
		width: calc(100% - 4px) !important;
	}

	.torc_comp .torctip_col_req {
		left: calc(100% - 55px) !important;
	}

	.torc_comp .torctip_col_req_itms {
		left: calc(100% - 55px) !important;
	}

	.rt-grid-3 {
		width: 100% !important;
		z-index: 0;
	}

	.rt-grid-3 div.rt-sidebar-surround {
		width: 100% !important;
	}

	.rt-grid-3 div.rt-sidebar-surround div#rt-sidebar-a {
		width: 100% !important;
	}

	.sidebarbground {
		width: 100%;
	}

	.torc_comp > .torctip_rightwrap {
		text-align: center;
	}

	.torc_comp > .torctip_rightwrap > .info_wrapper {
		float: none;
	}
}

/* Disqus Fiddling */
.hide-disqus {
	display: none;
}

#disqus_recommendations {
	margin-top: 12px;
	margin-bottom: 0 !important;
	padding-left: 10px;
	padding-right: 10px;
}

body.body-overlay-light #tab-comments {
	border: 1px solid #aaaaaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body.body-overlay-dark #tab-comments {
	border: 1px solid #000000;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body.body-overlay-light #tab-details {
	border: 1px solid #aaaaaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body.body-overlay-dark #tab-details {
	border: 1px solid #000000;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* advanced search */
.torc_input_small {
	max-width: 30px;
}

span.copy_link {
	cursor: hand;
	margin-left: 3px;
	font-size: 10px;
	color: #996633;
	top: -1px;
	display: inline-block;
	position: relative;
}

span.copy_link:hover:after {
	background: #333;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	left: 26px;
	color: #fff;
	content: attr(fancytext);
	padding: 2px 5px;
	position: absolute;
	z-index: 9999999;
	font-size: 12px;
	max-height: 20px;
	visibility: visible;
	text-align: center;
}

span.copy_link:active {
	color: grey;
}

/* Companions */
.torc_comp {
	font-family: Eurofont;
	line-height: 1.7em;
	display: inline-block;
	border-radius: 6px;
	height: 100%;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
	/* background: #070f12; color: #4acbf5; border: 1px solid #2C7C9E; -webkit-box-shadow: inset 0px 0px 3px 1px rgba(20,52,67,1), 0px 0px 1px 1px rgba(0,107,155,1); -moz-box-shadow: inset 0px 0px 3px 1px rgba(20,52,67,1), 0px 0px 1px 1px rgba(0,107,155,1); box-shadow: inset 0px 0px 3px 1px rgba(20,52,67,1), 0px 0px 1px 1px rgba(0,107,155,1); background-clip: padding-box; */
}

.database-nco .torctip_rightwrap .info_wrapper > div.comp_image {
	margin: -5px -10px 0;
}

.database-nco .torctip_rightwrap .info_wrapper > div.comp_image img {
	border-bottom: 1px solid rgba(44, 124, 158, 0.5);
}

.torc_comp {
	display: flex;
}

.torc_comp > img {
	float: left;
	margin-right: 6px;
	padding: 4px;
}

.torc_comp_desc {
	display: block;
	font-size: 16px;
	line-height: 1.8em;
	border-radius: 6px;
	background-color: #070f12;
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	border: 1px solid #2c7c9e;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
}

.torc_comp > .torctip_rightwrap {
	float: right;
}

.db_table td.Love {
	color: #cd21c6;
}

.db_table td.Favorite {
	color: #3788e8;
}

.db_table td.Like {
	color: #00a700;
}

/* Convo Trees */
.convoblock .rootList {
	padding: 0 !important;
	list-style-position: inside !important;
	width: 100%;
	margin: 0;
}

.convoblock ul.cnvList {
	list-style-position: inside !important;
}

.convoblock ul.cnvList li.player {
	background-color: #242424;
}

body.body-overlay-light .convoblock ul.cnvList li.player {
	background-color: #f9f9f9;
}

.convoblock ul.cnvList li.player,
body.body-overlay-light .convoblock ul.cnvList li.player {
	background-color: #192023;
}

li.empty > span,
li.empty > div > span {
	color: rgba(145, 145, 145, 50);
}

li.empty > span.cutscene,
li.empty > div > span.cutscene {
	color: rgb(255 119 119);
}

li.ambient > span {
	color: rgb(255, 255, 0);
}

body.body-overlay-light li.ambient > span {
	color: rgb(162, 117, 32);
	text-shadow: none;
}

body.body-overlay-light .convoblock li.ambient > span {
	color: rgb(255, 255, 0);
}

body.body-overlay-light .convoblock .rootList a.torctip_mission {
	text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.25), 1px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 1px rgba(0, 0, 0, 0.25), 0px -1px 1px rgba(0, 0, 0, 0.25), -1px 0px 1px rgba(0, 0, 0, 0.25), 1px 0px 1px rgba(0, 0, 0, 0.25), 0px 1px 1px rgba(0, 0, 0, 0.25), 0px -1px 1px rgba(0, 0, 0, 0.25), -1px 0px 0px rgba(0, 0, 0, 0.35), 1px 0px 0px rgba(0, 0, 0, 0.35), 0px 1px 0px rgba(0, 0, 0, 0.35), 0px -1px 0px rgba(0, 0, 0, 0.35);
}

li.player > span.plyr {
	color: #57a3e8;
}

div.cnvqstgrnt {
	color: #90ee90;
	padding-left: 20px;
}

body.body-overlay-light div.cnvqstgrnt {
	color: #008000;
	padding-left: 20px;
}

div.cnvqstend {
	color: lightsalmon;
	padding-left: 20px;
}

div.cnvqstprog {
	color: orange;
	padding-left: 20px;
}

span.lsgain {
	color: lightblue;
	margin-left: 5px;
}

span.dsgain {
	color: lightcoral;
	margin-left: 5px;
}

span.affgain {
	color: #c896ff;
}

body.body-overlay-dark .convoblock span.nodelink {
	color: #f9d643;
}

body.body-overlay-light .convoblock span.nodelink {
	color: #558bc2;
}

body.body-overlay-dark .convoblock span.nodelink:hover {
	color: #fff;
	cursor: pointer;
}

body.body-overlay-light .convoblock span.nodelink:hover {
	color: #2d3035;
	cursor: pointer;
}

body.body-overlay-light .convoblock .rootList {
	color: #fff;
}

body.body-overlay-light span.plyr {
	font-weight: bold;
}

.convoblock .rootList li {
	background: url(/images/convotrees/list-item-dark.png) no-repeat top left;
}

body.body-overlay-light .convoblock .rootList li {
	background: url(/images/convotrees/list-item.png) no-repeat top left;
}

.convoblock .rootList li,
body.body-overlay-light .convoblock .rootList li {
	background: url(/images/convotrees/list-item-gray.png) no-repeat top left;
}

.convoblock .rootList ul {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
}

.convoblock .rootList li li {
	padding-left: 10px;
}

.convoblock .collapsibleList li {
	list-style-image: url(/images/convotrees/button-dark.png);
	cursor: auto;
	margin-top: -2px !important;
	padding-top: 2px !important;
}

body.body-overlay-light .convoblock .collapsibleList li {
	list-style-image: url(/images/convotrees/button.png);
	cursor: auto;
}

.convoblock .rootList li.collapsibleListOpen {
	list-style-image: url(/images/convotrees/button-open-dark.png);
	cursor: pointer;
	background-image: url(/images/convotrees/list-item-open-dark.png);
}

body.body-overlay-light .convoblock .rootList li.collapsibleListOpen {
	list-style-image: url(/images/convotrees/button-open.png);
	cursor: pointer;
	background-image: url(/images/convotrees/list-item-open.png);
}

.convoblock .rootList li.collapsibleListOpen,
body.body-overlay-light .convoblock .rootList li.collapsibleListOpen {
	list-style-image: url(/images/convotrees/button-open-dark.png);
	cursor: pointer;
	/* background-image: url(/images/convotrees/list-item-open-gray.png); */
	background: url(/images/convotrees/list-item-open-gray.png) no-repeat top left, url(/images/convotrees/list-item-contents-gray.png) repeat-y top left;
}

.convoblock .rootList li.collapsibleListClosed {
	list-style-image: url(/images/convotrees/button-closed-dark.png);
	cursor: pointer;
	background-image: url(/images/convotrees/list-item-dark.png);
}

body.body-overlay-light .convoblock .rootList li.collapsibleListClosed {
	list-style-image: url(/images/convotrees/button-closed.png);
	cursor: pointer;
	background-image: url(/images/convotrees/list-item.png);
}

.convoblock .rootList li.collapsibleListClosed {
	list-style-image: url(/images/convotrees/button-closed-dark.png);
	cursor: pointer;
	background-image: url(/images/convotrees/list-item-gray.png);
}

.convoblock .rootList ul ul {
	background: #242424 url(/images/convotrees/list-item-contents-dark.png) repeat-y left;
}

body.body-overlay-light .convoblock .rootList ul ul {
	background: #f9f9f9 url(/images/convotrees/list-item-contents.png) repeat-y left;
}

.convoblock .rootList ul ul,
body.body-overlay-light .convoblock .rootList ul ul {
	background: #070f12 url(/images/convotrees/list-item-contents-gray.png) repeat-y left;
}

.convoblock .rootList li:last-child > ul {
	background: none;
	background-color: #242424;
}

body.body-overlay-light .convoblock .rootList li:last-child > ul {
	background: none;
	background-color: #f9f9f9;
}

.convoblock .rootList li:last-child > ul,
body.body-overlay-light .convoblock .rootList li:last-child > ul {
	background: none;
	background-color: #070f12;
}

.convoblock .rootList li.collapsibleListOpen:last-child {
	background-image: url(/images/convotrees/list-item-last-open-dark.png);
}

body.body-overlay-light .convoblock .rootList li.collapsibleListOpen:last-child {
	background-image: url(/images/convotrees/list-item-last-open.png);
}

.convoblock .rootList li.collapsibleListOpen:last-child,
body.body-overlay-light .convoblock .rootList li.collapsibleListOpen:last-child {
	background-image: url(/images/convotrees/list-item-last-open-gray.png);
}

.convoblock .rootList > li.rootList > li.collapsibleListOpen:first-child {
	background: url(/images/convotrees/list-item-root-dark.png) no-repeat top left;
}

body.body-overlay-light .convoblock .rootList > li.rootList > li.collapsibleListOpen:first-child {
	background: url(/images/convotrees/list-item-root.png) no-repeat top left;
}

.convoblock .rootList > li.rootList > li.collapsibleListOpen:first-child,
body.body-overlay-light .convoblock .rootList > li.rootList > li.collapsibleListOpen:first-child {
	background: url(/images/convotrees/list-item-root-gray.png) no-repeat top left;
}

.convoblock .rootList > li:first-child {
	background: none !important;
}

body.body-overlay-light .convoblock .rootList > li:first-child {
	background: none !important;
}

.convoblock .rootList li:last-child {
	background-image: url(/images/convotrees/list-item-last-dark.png);
}

body.body-overlay-light .convoblock .rootList li:last-child {
	background-image: url(/images/convotrees/list-item-last.png);
}

.convoblock .rootList li:last-child,
body.body-overlay-light .convoblock .rootList li:last-child {
	background-image: url(/images/convotrees/list-item-last-gray.png);
}

.convoblock .rootList > li:last-child {
	background-image: none !important;
}

body.body-overlay-light .convoblock .rootList > li:last-child {
	background-image: none !important;
}

.convoblock .rootList > li {
	background-image: none !important;
}

body.body-overlay-light .convoblock .rootList > li {
	background-image: none !important;
}

.convoblock .rootList > li.collapsibleListClosed {
	background-image: none !important;
}

body.body-overlay-light .convoblock .rootList > li.collapsibleListClosed {
	background-image: none !important;
}

.convoblock .rootList > li.collapsibleListOpen {
	background-image: url(/images/convotrees/list-item-root-dark.png) !important;
}

body.body-overlay-light .convoblock .rootList > li.collapsibleListOpen {
	background-image: url(/images/convotrees/list-item-root.png) !important;
}

.convoblock .rootList > li.collapsibleListOpen,
body.body-overlay-light .convoblock .rootList > li.collapsibleListOpen {
	background-image: url(/images/convotrees/list-item-root-gray.png) !important;
}

.convoblock .rootList > li.collapsibleListClosed:only-child,
body.body-overlay-light .convoblock .rootList > li.collapsibleListClosed:only-child {
	background: none !important;
}

.convoblock .rootList > li.collapsibleListOpen:first-child {
	background: url(/images/convotrees/list-item-root-dark.png) no-repeat top left !important;
}

body.body-overlay-light .convoblock .rootList > li.collapsibleListOpen:first-child {
	background: url(/images/convotrees/list-item-root.png) no-repeat top left !important;
}

.convoblock .rootList > li.collapsibleListOpen:first-child,
body.body-overlay-light .convoblock .rootList > li.collapsibleListOpen:first-child {
	background: url(/images/convotrees/list-item-root-gray.png) no-repeat top left !important;
}

.convoblock .collapsibleListOpen .cnvqstgrnt.haschildnodes,
.convoblock .collapsibleListOpen .cnvqstend.haschildnodes,
.convoblock .collapsibleListOpen .cnvqstprog.haschildnodes {
	cursor: pointer;
	background: url(/images/convotrees/list-item-contents-gray.png) no-repeat top left;
	padding-left: 20px;
}

body.body-overlay-dark .convoblock li.nodelink span.nodelink,
body.body-overlay-dark .convoblock .collapsibleList li > div {
	top: -2px;
	position: relative;
	text-indent: 0;
}

body.body-overlay-dark .convoblock .collapsibleList li > div.cnvqstgrnt,
body.body-overlay-dark .convoblock .collapsibleList li > div.cnvqstend,
body.body-overlay-dark .convoblock .collapsibleList li > div.cnvqstprog {
	display: block;
}

.convoblock .collapsibleListOpen .cnvqstgrnt.haschildnodes,
.convoblock .collapsibleListOpen .cnvqstend.haschildnodes,
.convoblock .collapsibleListOpen .cnvqstprog.haschildnodes {
	margin-left: -20px;
}

.convoblock .rootList .cnvList.collapsibleList > li > ul li > div.cnvaff {
	display: block;
	margin-left: -30px;
	padding-left: 30px;
}

body.body-overlay-dark .convoblock span.nText {
	top: 0;
	position: relative;
	text-indent: 0;
}

.convoblock .collapsibleList li span {
	top: 0;
	position: relative;
}

.highlighted-node {
	background-color: #303030 !important;
}

.convoblock .rootList a.anchor {
	display: inline-block;
	position: relative;
	visibility: visible;
	top: 0;
	margin-top: -100px;
	padding-top: 100px;
}

.convoblock li.collapsibleListOpen,
.convoblock li.collapsibleListClosed {
	padding-left: 20px;
	text-indent: -20px;
}

.convoblock .collapsibleListOpen > ul li,
.convoblock .collapsibleListClosed > ul li {
	margin-left: -20px;
	padding-left: 30px;
}

.convoblock .rootList .collapsibleListOpen > ul,
.convoblock .rootList .collapsibleListClosed > ul {
	margin-left: -30px;
	padding-left: 30px;
}

.convoblock .rootList li.collapsibleListClosed > div,
.convoblock .rootList li > div {
	vertical-align: top;
	display: inline-block;
	margin-left: -19px;
	padding-left: 19px;
}

.convoblock .rootList li.collapsibleListOpen > div {
	vertical-align: top;
	display: inline-block;
	background: url(/images/convotrees/button-open-dark-cover.png) no-repeat top left, url(/images/convotrees/list-item-contents-gray.png) repeat-y top left;
	margin-left: -19px;
	padding-left: 19px;
}

.convoblock .rootList li.collapsibleListOpen.highlighted-node > div {
	background: url(/images/convotrees/button-open-dark-cover-highlighted.png) no-repeat top left, url(/images/convotrees/list-item-contents-gray.png) repeat-y top left;
}

.convoblock .rootList li.collapsibleListOpen.player > div {
	vertical-align: top;
	display: inline-block;
	background: url(/images/convotrees/button-open-dark-cover-player.png) no-repeat top left, url(/images/convotrees/list-item-contents-gray.png) repeat-y top left;
	margin-left: -19px;
	padding-left: 19px;
}

.convoblock .rootList li.collapsibleListOpen.player.highlighted-node > div {
	background: url(/images/convotrees/button-open-dark-cover-player-highlighted.png) no-repeat top left, url(/images/convotrees/list-item-contents-gray.png) repeat-y top left;
}

.convoblock .rootList li ul li.collapsibleListClosed.player:not(:last-child) > div {
	vertical-align: top;
	display: inline-block;
	background: url(/images/convotrees/list-item-contents-gray.png) repeat-y top left;
	margin-left: -29px;
	padding-left: 29px;
}

.convoblock .rootList li.collapsibleListClosed > div > div,
.convoblock .rootList li > div > div,
.convoblock .rootList li.collapsibleListOpen > div > div {
	top: 0;
	position: relative;
}

.cnvaff {
	background: url(/images/convotrees/list-item-contents-dark.png) repeat-y left;
	padding-left: 20px;
	top: -2px !important;
}

body.body-overlay-light .cnvaff {
	background: url(/images/convotrees/list-item-contents.png) repeat-y left;
	padding-left: 20px;
	margin-top: -2px;
	padding-top: 2px;
}

.convoblock .cnvaff,
body.body-overlay-light .convoblock .cnvaff {
	background: url(/images/convotrees/list-item-contents-gray.png) repeat-y left;
	padding-left: 20px;
	top: -2px !important;
}

.convoblock .rootList > li.nodelink {
	list-style-type: none !important;
	list-style-image: none !important;
}

.rootList span.nodelink.toggleall.expand,
body.body-overlay-light .convoblock .rootList span.nodelink.toggleall.expand {
	background: url(/images/convotrees/button-closed-all-dark.png) no-repeat center left;
	padding-left: 20px;
	padding-right: 5px;
}

.rootList span.nodelink.toggleall.collapse,
body.body-overlay-light .convoblock .rootList span.nodelink.toggleall.collapse {
	background: url(/images/convotrees/button-open-all-dark.png) no-repeat center left;
	padding-left: 20px;
	padding-right: 5px;
}

body.body-overlay-light .rootList span.nodelink.toggleall.expand {
	background: url(/images/convotrees/button-closed-all.png) no-repeat center left;
	padding-left: 20px;
	padding-right: 5px;
}

body.body-overlay-light .rootList span.nodelink.toggleall.collapse {
	background: url(/images/convotrees/button-open-all.png) no-repeat center left;
	padding-left: 20px;
	padding-right: 5px;
}

.rootList span.nodelink.showaff {
	padding-left: 5px;
	padding-right: 5px;
}

.rootList span.nodelink.showalign {
	padding-left: 5px;
	padding-right: 5px;
}

.rootList span.nodelink.shownode {
	padding-left: 5px;
}

body.body-overlay-dark .rootList span.clicksplain {
	top: -1px;
	position: relative;
}

.rootList > li > ul li.player.collapsibleListOpen > div.cnvaff {
	background: url(/images/convotrees/list-item-contents-dark.png) repeat-y left;
	padding-left: 10px;
	margin-left: -10px;
	top: -2px;
}

/* .rootList > li > ul li.player.collapsibleListOpen > div.cnvaff > span {
	background: url(/images/convotrees/list-item-contents-dark.png) repeat-y left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
} */

.rootList > li > ul li.player.collapsibleListOpen:last-child > div.cnvaff {
	background: none;
	padding-left: 10px;
	margin-left: -10px;
	top: -2px;
}

.rootList > li > ul li.player.collapsibleListClosed > div.cnvaff {
	background: url(/images/convotrees/list-item-contents-dark.png) repeat-y left;
	padding-left: 30px;
	margin-left: -10px;
	top: -2px;
}

.rootList > li > ul li.npc.collapsibleListClosed > div.cnvaff {
	background: none;
	padding-left: 30px;
	margin-left: -10px;
	top: -2px;
}

.rootList > li > ul li.player.collapsibleListClosed:last-child > div.cnvaff {
	background: none;
	padding-left: 30px;
	margin-left: -10px;
	top: -2px;
}

body.body-overlay-light .rootList > li > ul li.player.collapsibleListOpen > div.cnvaff {
	background: url(/images/convotrees/list-item-contents.png) repeat-y left;
	padding-left: 10px;
	margin-left: -10px;
	top: -2px;
	margin-top: -2px;
	padding-top: 2px;
}

body.body-overlay-light .rootList > li > ul li.player.collapsibleListOpen > div.cnvaff > span {
	background: url(/images/convotrees/list-item-contents.png) repeat-y left;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
}

body.body-overlay-light .rootList > li > ul li.player.collapsibleListOpen:last-child > div.cnvaff {
	background: none;
	padding-left: 10px;
	margin-left: -10px;
	top: -2px;
}

body.body-overlay-light .rootList > li > ul li.player.collapsibleListClosed > div.cnvaff {
	background: url(/images/convotrees/list-item-contents-dark.png) repeat-y left;
	padding-left: 30px;
	margin-left: -10px;
	top: -2px;
}

body.body-overlay-light .rootList > li > ul li.npc.collapsibleListClosed > div.cnvaff {
	background: none;
	padding-left: 30px;
	margin-left: -10px;
	top: -2px;
}

body.body-overlay-light .rootList > li > ul li.player.collapsibleListClosed:last-child > div.cnvaff {
	background: none;
	padding-left: 30px;
	margin-left: -10px;
	top: -2px;
}

.convoblock .rootList > li > ul li.player.collapsibleListOpen > div.cnvaff,
body.body-overlay-light .convoblock .rootList > li > ul li.player.collapsibleListOpen > div.cnvaff {
	background: url(/images/convotrees/list-item-contents-gray.png) repeat-y left;
	padding-left: 20px;
	margin-left: -20px;
	top: -2px;
}

/* .convoblock .rootList > li > ul li.player.collapsibleListOpen > div.cnvaff > span,
body.body-overlay-light .convoblock .rootList > li > ul li.player.collapsibleListOpen > div.cnvaff > span {
	background: url(/images/convotrees/list-item-contents-gray.png) repeat-y left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
} */

.convoblock .rootList > li > ul li.player.collapsibleListOpen:last-child > div.cnvaff,
body.body-overlay-light .convoblock .rootList > li > ul li.player.collapsibleListOpen:last-child > div.cnvaff {
	/* background: none; */
	margin-left: -20px;
	padding-left: 20px;
	top: -2px;
}

.convoblock .rootList > li > ul li.player.collapsibleListClosed > div.cnvaff,
body.body-overlay-light .convoblock .rootList > li > ul li.player.collapsibleListClosed > div.cnvaff {
	background: url(/images/convotrees/list-item-contents-gray.png) repeat-y left;
	padding-left: 30px;
	margin-left: -30px;
	top: -2px;
	display: block;
}

.convoblock .rootList > li > ul li.npc.collapsibleListClosed > div.cnvaff,
body.body-overlay-light .convoblock .rootList > li > ul li.npc.collapsibleListClosed > div.cnvaff {
	background: none;
	padding-left: 30px;
	margin-left: -30px;
	top: -2px;
}

.convoblock .rootList > li > ul li.player.collapsibleListClosed:last-child > div.cnvaff,
body.body-overlay-light .convoblock .rootList > li > ul li.player.collapsibleListClosed:last-child > div.cnvaff {
	background: none;
	padding-left: 30px;
	margin-left: -30px;
	top: -2px;
}

@-moz-document url-prefix() {
	.rootList li.collapsibleListOpen:last-child,
	.rootList li.nodelink:last-child {
		margin-top: -3px !important;
	}
}

.convoblock {
	clear: both;
	border-radius: 6px;
	background-color: #070f12;
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	border: 1px solid #2c7c9e;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	background-clip: padding-box;
	color: #fff;
	font-family: Eurofont, Verdana, "Helvetica Neue", Arial, Helvetica;
	vertical-align: top;
}

.convoblock > h3 {
	margin-top: 5px;
}

.cnvselect span {
	color: #f9d643;
}

.cnvabort {
	color: rgba(145, 145, 145, 50);
}

li.player > span.optn {
	color: #57a3e8;
}

body.body-overlay-dark li.player > span.optn,
body.body-overlay-dark li.player > span.nOption,
body.body-overlay-dark li.player > span.plyr {
	top: -2px;
	position: relative;
}

span.plyr {
	display: inline-block;
	margin-left: 5px;
	color: #ff62c1;
}

a.anchor + span.plyr {
	margin-left: 0;
}

body.body-overlay-dark li.player > span.nOption,
body.body-overlay-light .convoblock li.player > span.nOption {
	background: url(/images/convotrees/convo-arrow-dark.png) no-repeat center right 4px;
	padding-right: 24px;
}

body.body-overlay-light li.player > span.nOption {
	background: url(/images/convotrees/convo-arrow.png) no-repeat center right 4px;
	padding-right: 24px;
}

.nlink {
	display: inline;
}

/* Collections */
.torc_collection {
	display: flex;
	flex-direction: column;
	border-radius: 11px;
}

.torc_collection > .torctip_wrapper {
	margin: 0;
	border: none;
	box-shadow: none;
	max-width: 400px;
}

.torc_collection > .torc_coll_desc {
	margin: -2px 0 0 0;
	padding: 10px 10px 5px;
	border: 2px solid #2095d2;
	border-radius: 8px;
	z-index: 1;
	box-sizing: border-box;
	max-width: 400px;
	background: #070f12;
}

.torc_collection .torctip_collection {
	max-width: 400px;
	width: 400px;
	height: 400px;
	box-sizing: border-box;
}

.torctip_collection > .torctip_header {
	display: contents;
}

/* Collapsible DB Main Menu - Level 1 */
.db_cat_all {
	margin-top: -5px;
}

.db_main_menu {
	display: inline-block;
	position: relative;
	margin: 0;
	cursor: pointer;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	border: 1px solid #000;
	border-radius: 3px;
}

body.body-overlay-light .db_main_menu {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	border: 1px solid rgb(170, 170, 170);
}

.db_main_menu .db_menu_title {
	border-top: 1px solid #545454;
	border-radius: 3px;
	display: inline-block;
	margin: 0;
	font-size: 20px;
	font-family: "TitilliumText22LMedium", Helvetica, Arial, sans-serif;
}

body.body-overlay-light .db_main_menu .db_menu_title {
	border-top: 1px solid #f1f1f1;
}

.db_main_menu .db_menu_title .db_title_text {
	padding: 4px 7px 6px 7px;
	background: #404040 !important;
	color: #f9d643;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
}

body.body-overlay-light .db_main_menu .db_menu_title .db_title_text {
	background: #dadada !important;
	color: #515554;
	text-shadow: none;
	box-shadow: none;
	transition: all 0.3s ease 0s;
	border-radius: 2px;
}

.db_main_menu:hover {
	border-bottom-left-radius: 0;
}

.db_main_menu:hover .db_menu_title {
	border-top: 1px solid #333;
	border-bottom-left-radius: 0;
}

body.body-overlay-light .db_main_menu:hover .db_menu_title {
	border-top: 1px solid #fff;
	border-bottom-left-radius: 0;
}

.db_main_menu:hover .db_menu_title .db_title_text {
	color: #fff;
	transition: all 0.3s ease 0s;
	border-bottom-left-radius: 0;
	background-color: #242424 !important;
}

body.body-overlay-light .db_main_menu:hover .db_menu_title .db_title_text {
	color: #558bc2;
	transition: all 0.3s ease 0s;
	border-bottom-left-radius: 0;
	background-color: #ebebeb !important;
}

.db_main_menu ul.db_main_ul {
	opacity: 0;
	transition: all 0.3s ease 0.3s;
	position: absolute;
	margin: 0 0 0 -1px;
	padding: 0px;
	min-width: 112px;
	z-index: -999;
	list-style-type: none;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	border-top: 1px solid #000;
}

body.body-overlay-light .db_main_menu ul.db_main_ul {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	border-top: 1px solid #aaa;
}

.db_main_menu:hover .db_main_ul {
	opacity: 1;
	transition: all 0.3s ease 0s;
	z-index: 9999;
	border-bottom-left-radius: 6px;
}

.db_main_menu .db_main_ul .db_main_cat .category-2 {
	min-width: 112px;
	border-radius: 0;
	margin-left: 0;
	border-top: 1px solid #545454 !important;
	background-color: #404040 !important;
	white-space: nowrap;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .category-2 {
	border-top: 1px solid #f1f1f1 !important;
	background-color: #dadada !important;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .category-2 a {
	color: #515554;
}

.db_main_menu .db_main_ul .db_main_cat .category-2:hover {
	border-top: 1px solid #333 !important;
	background-color: #242424 !important;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .category-2:hover {
	border-top: 1px solid #fff !important;
	background-color: #ebebeb !important;
}

.db_main_menu .db_main_ul .db_main_cat .category-2:hover > a {
	color: #fff;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .category-2:hover > a {
	color: #558bc2;
}

body.body-overlay-dark .db_main_menu .db_main_ul .db_main_cat .category-2 > a:after {
	display: inline-block;
	content: "";
	width: 21px;
	height: 9px;
	margin: 0;
	right: 0;
	top: 9px;
	position: absolute;
	background: transparent url(/images/arrow-yellow-right.png) no-repeat;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .category-2 > a:after {
	display: inline-block;
	content: "";
	width: 21px;
	height: 9px;
	margin: 0;
	right: 0;
	top: 9px;
	position: absolute;
	background: transparent url(/images/arrow-black-right.png) no-repeat;
}

.db_main_menu .db_main_ul .db_main_cat .category-2 > a:last-child:after {
	display: inline-block;
	content: "";
	width: 21px;
	height: 9px;
	margin: 0;
	right: 0;
	top: 9px;
	position: absolute;
	background: transparent !important;
}

body.body-overlay-dark .db_main_menu .db_main_ul .db_main_cat .category-2:hover > a:after {
	display: inline-block;
	content: "";
	width: 21px;
	height: 9px;
	margin: 0;
	right: 1px;
	top: 9px;
	position: absolute;
	background: transparent url(/images/arrow-white-right.png) no-repeat;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .category-2:hover > a:after {
	display: inline-block;
	content: "";
	width: 21px;
	height: 9px;
	margin: 0;
	right: 0;
	top: 9px;
	position: absolute;
	background: transparent url(/images/arrow-blue-right.png) no-repeat;
}

.db_main_menu .db_main_ul .db_main_cat .category-2:hover > a:last-child:after {
	display: inline-block;
	content: "";
	width: 21px;
	height: 9px;
	margin: 0;
	right: 0;
	top: 9px;
	position: absolute;
	background: transparent !important;
}

/* Collapsible DB Main Menu - Level 2 */
.db_main_menu .db_main_ul .db_main_cat .category-2:hover .db_category_items_2 {
	min-width: 170px;
	display: inline-block !important;
	position: absolute;
	top: -2px;
	left: 100%;
	z-index: 9999;
}

.db_main_menu .db_main_ul .db_main_cat .db_ul {
	min-width: 170px;
	width: auto;
	border: 1px solid #000 !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .db_ul {
	border: 1px solid #aaa !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.db_main_menu .db_main_ul .db_main_cat .db_ul li {
	position: relative;
	border-bottom: 1px solid #000 !important;
	margin: 0;
	height: auto !important;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .db_ul li {
	border-bottom: 1px solid #aaa !important;
	border-top: 0 !important;
}

.db_main_menu .db_main_ul .db_main_cat .db_ul li:last-child {
	border-bottom: 0 !important;
}

.db_main_menu .db_main_ul .db_main_cat .db_ul li a {
	position: relative;
	display: inline-block;
	width: calc(100% - 10px);
	padding: 3px 5px;
	border-top: 1px solid #545454 !important;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .db_ul li a {
	border-top: 1px solid #f1f1f1 !important;
}

.db_main_menu .db_main_ul .db_main_cat .db_ul li:hover {
	background-color: #242424 !important;
	margin: 0;
	padding: 0;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .db_ul li:hover {
	background-color: #ebebeb !important;
}

.db_main_menu .db_main_ul .db_main_cat .db_ul li:hover > a {
	border-top: 1px solid #333 !important;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .db_ul li:hover > a {
	color: #558bc2;
	border-top: 1px solid #fff !important;
}

.db_main_menu .db_main_ul .db_main_cat .db_ul li > a span.arrow_right {
	display: inline-block;
	width: 21px;
	height: 9px;
	margin: 0 !important;
	right: 0;
	top: 9px;
	position: absolute;
	background: transparent url(/images/arrow-yellow-right.png) no-repeat;
	float: none;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .db_ul li > a span.arrow_right {
	display: inline-block;
	width: 21px;
	height: 9px;
	margin: 0 !important;
	right: 0;
	top: 9px;
	position: absolute;
	background: transparent url(/images/arrow-black-right.png) no-repeat;
	float: none;
}

.db_main_menu .db_main_ul .db_main_cat .db_ul li:hover > a span.arrow_right {
	display: inline-block;
	width: 21px;
	height: 9px;
	margin: 0 !important;
	right: 1px;
	top: 9px;
	position: absolute;
	background: transparent url(/images/arrow-white-right.png) no-repeat;
	float: none;
}

body.body-overlay-light .db_main_menu .db_main_ul .db_main_cat .db_ul li:hover > a span.arrow_right {
	display: inline-block;
	width: 21px;
	height: 9px;
	margin: 0 !important;
	right: 0;
	top: 9px;
	position: absolute;
	background: transparent url(/images/arrow-blue-right.png) no-repeat;
	float: none;
}

/* Collapsible DB Main Menu - Level 3+ */
.db_main_menu .db_main_ul .db_main_cat .db_ul li:hover > div {
	display: inline-block;
	position: absolute;
	left: 100%;
	top: -1px;
	min-width: 175px;
}

.db_main_menu .db_main_ul .db_main_cat .db_ul li div ul {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.database-category-box {
	flex-grow: 1;
	width: 25%;
	border: 1px solid #000;
	padding: 0;
	margin: 0 10px 10px 0;
	border-radius: 3px;
}

.database-category-box > a {
	display: block;
	min-height: 125px;
	border-radius: 3px;
	border-top: 1px solid #545454;
}

/* New Dropdowns */
#rt-subnavigation ul.breadcrumb li > ul {
	display: none;
	position: absolute;
	background: #303030;
	margin-left: 0;
	padding: 0;
	box-shadow: -4px 4px 5px 0 rgb(0 0 0 / 15%);
	border: 1px solid #1a1a1a;
	border-top: none;
	z-index: 1;
}

#rt-subnavigation ul.breadcrumb li:hover > ul {
	display: block !important;
}

#rt-subnavigation ul.breadcrumb li ul li div {
	display: none;
	position: absolute;
	left: 100%;
	top: -1px;
	background: #303030;
	box-shadow: -4px 4px 5px 0 rgb(0 0 0 / 15%);
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

#rt-subnavigation ul.breadcrumb li ul li:hover > div {
	display: block;
}

#rt-subnavigation ul.breadcrumb li ul ul {
	margin-left: 0;
	padding: 0;
}

#rt-subnavigation ul.breadcrumb li > ul li {
	display: block;
	min-width: max-content;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

#rt-subnavigation ul.breadcrumb li ul li.active::after {
	content: "\2713";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 5px;
	top: 0;
	font-size: 8px;
	color: #f1d45a;
}

#rt-subnavigation ul.breadcrumb li ul li.active:hover::after {
	color: #fff;
}

#rt-subnavigation ul.breadcrumb li > ul li.active,
#rt-subnavigation ul.breadcrumb li > ul li:hover {
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
}

#rt-subnavigation ul.breadcrumb li > ul li a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 5px 0 15px;
}

#rt-subnavigation ul.breadcrumb li > ul li > a:only-child,
#rt-subnavigation ul.breadcrumb li > ul li:only-child > a {
	padding: 0 15px;
}

#rt-subnavigation ul.breadcrumb li a span.arrow_right {
	background: transparent url(/images/arrow-yellow-right.png) no-repeat top right;
	width: 25px;
	height: 8px;
	margin-left: auto;
	padding: 0;
}

#rt-subnavigation ul.breadcrumb li:hover > a {
	color: #fff;
}

#rt-subnavigation ul.breadcrumb ul li:hover > a {
	color: #fff;
	background: #242424;
}

#rt-subnavigation ul.breadcrumb ul li.active > a {
	background: #242424;
}

#rt-subnavigation ul.breadcrumb li:hover > a > span.arrow_right {
	background: transparent url(/images/arrow-white-right.png) no-repeat top right 1px;
	width: 25px;
	height: 8px;
	margin-left: auto;
	padding: 0;
}

#rt-subnavigation ul.breadcrumb li > ul > li > div > ul > li:first-child,
#rt-subnavigation ul.breadcrumb li > ul > li > div > ul > li > div > ul > li:first-child {
	border-top: 1px solid #1a1a1a;
}

#rt-subnavigation ul.breadcrumb li > ul > li:first-child > div > ul > li:first-child,
#rt-subnavigation ul.breadcrumb li > ul > li:first-child > div > ul > li:first-child > div > ul > li:first-child {
	border-top: 1px solid #303030;
}

/* #rt-subnavigation ul.breadcrumb li > ul > li > div > ul,
#rt-subnavigation ul.breadcrumb li > ul > li > div > ul > li > div > ul {
	margin-left: 0;
	padding: 0;
} */

/* Special Cases */
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(9) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(10) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(11) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(12) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(13) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(14) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(15) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(16) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(17) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(18) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(19) > div,
#rt-subnavigation ul.breadcrumb li > ul > li:nth-child(20) > div {
	top: unset;
	bottom: -2px;
}
/* TORCommunity Tooltips */

/* @font-face {
    font-family: Eurofont;
	src: url('/fonts/Eurostile_Bold.eot');
  	src: url('/fonts/Eurostile_Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Eurostile_Bold.woff') format('woff'),
        url('/fonts/Eurostile_Bold.ttf') format('truetype');
} */

@font-face {
	font-family: Eurofont;
	src: url("/fonts/Hayward-SmBd.eot");
	src: url("/fonts/Hayward-SmBd.eot#iefix") format("embedded-opentype"), url("/fonts/Hayward-SmBd.woff2") format("woff2"), url("/fonts/Hayward-SmBd.woff") format("woff"), url("/fonts/Hayward-SmBd.ttf") format("truetype");
	font-weight: normal;font-display:swap;}

.torctip_wrapper {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: Eurofont;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	background: #070f12;
	color: #4acbf5;
	border-radius: 6px;
	border: 1px solid #2c7c9e;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	background-clip: padding-box;
	max-width: 342px;
}

.torctip_wrapper:empty {
	display: none;
}

.bindstolegacy {
	display: inline-block;
	background: url(/db/tooltips/legacy_bound.png) no-repeat center;
	height: 10px;
	width: 10px;
	margin-right: 3px;
}

.torctip_header {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 3px 3px 1px 1px;
	margin: 1px;
}

.torctip_header_standard {
	background: #464747;
	border: 1px solid #515252;
	box-shadow: 0 0 1px 1px #737475, 0 0 1px 2px #afafaf, 0 0 1px 3px #f8f8f8;
}

.torctip_header_premium {
	background: #005312;
	border: 1px solid #006616;
	box-shadow: 0 0 1px 1px #04881a, 0 0 1px 2px #07dc2c, 0 0 1px 3px #08f731;
}

.torctip_header_prototype {
	background: #002c5a;
	border: 1px solid #05366c;
	box-shadow: 0 0 1px 1px #0c4a91, 0 0 1px 2px #156ac4, 0 0 1px 3px #208af9;
}

.torctip_header_moddable {
	background: #361000;
	border: 1px solid #491900;
	box-shadow: 0 0 1px 1px #652604, 0 0 1px 2px #a83d07, 0 0 1px 3px #bd4508;
}

.torctip_header_artifact {
	background: #320051;
	border: 1px solid #3d025c;
	box-shadow: 0 0 1px 1px #58077c, 0 0 1px 2px #7f0ba4, 0 0 1px 3px #ac15e7;
}

.torctip_header_legendary,
.torctip_header_legacy {
	background: #453409;
	border: 1px solid #5f4911;
	box-shadow: 0 0 1px 1px #8a6e1e, 0 0 1px 2px #c5a830, 0 0 1px 3px #ffdb42;
}

.torctip_header_currency {
	background: #382e18;
	border: 1px solid #453618;
	box-shadow: 0 0 1px 1px #60491c, 0 0 1px 2px #876622, 0 0 1px 3px #af832a;
}

.torctip_header_text {
	display: flex;
	flex-direction: column;
	color: #3ed2f3;
	text-shadow: -1px -1px 1px #001c27, 1px 1px 1px #001c27;
	padding: 5px 5px 5px 10px;
}

.torctip_header_text > span:first-child {
	word-break: break-word;
}

.torctip_header_text > span.torctip_header_rating {
	color: #aff2fe;
	text-shadow: -1px -1px 1px #204159, 1px 1px 1px #204159;
	font-size: 20px;
}

.torctip_header .torctip_mission {
	font-size: 16px;
}

.torctip_tooltip {
	margin: 0;
	padding: 0;
}

.torctip_wrapper a {
	font-weight: normal;
	position: relative;
}

.torctip_section {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	flex-direction: column;
}

.torctip_section.slot_images {
	height: 35px;
	border-radius: 6px;
	border-top: 1px solid #2c7c9e;
	border-bottom: 1px solid #2c7c9e !important;
	-webkit-box-shadow: inset 0 0 3px 1px rgb(20 52 67), 0px 0px 1px 1px rgb(0 107 155);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgb(20 52 67), 0px 0px 1px 1px rgb(0 107 155);
	background-clip: padding-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	flex-direction: row;
	padding: 5px 0 !important;
}

.torctip_section.slot_images > div {
	background-repeat: no-repeat;
	background-image: url(/db/tooltips/set_bonuses.png);
	background-size: auto 115px;
    width: 35px;
    height: 35px;
}

.slot_head {
	background-position: 0 -37px;
}

.slot_chest {
	background-position: -37px -37px;
}

.slot_wrists {
	background-position: -75px -37px;
}

.slot_hands {
	background-position: -114px -37px;
}

.slot_waist {
	background-position: -152px -37px;
}

.slot_legs {
	background-position: -191px -37px;
}

.slot_feet {
	background-position: -229px -37px;
}

.torctip_tooltip > .torctip_mission:not(:empty) {
	padding: 5px 10px;
}

.torctip_section.torctip_sidebyside,
.torctip_sidebyside {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-direction: reverse;
	-moz-box-orient: horizontal;
	flex-direction: row;
}

.torctip_right.torctip_sidebyside {
	justify-content: flex-end;
}

.torctip_time {
	margin-right: 5px;
}

.torctip_section:not(:empty) {
	padding: 5px 10px;
}

.torctip_section:not(:empty):not(:last-child) {
	border-bottom: 2px solid #001e2e;
}

.torctip_section.torctip_nopadding {
	padding: 0;
}

.torctip_item .torctip_image_wrapper {
	transform: scale(0.8);
	transform-origin: top left;
	margin-right: -15px;
	margin-bottom: -15px;
}

.torctip_item .torctip_header_text > span.torctip_header_rating {
	font-size: 16px;
}

.torctip_left,
.torctip_right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.torctip_right {
	text-align: right;
}

#torctip {
	font-family: Eurofont;
	font-size: 13px;
	text-shadow: none;
}

.torctip_tooltip > .torctip_item > .torctip_main > .torctip_tooltip {
	display: block;
}

.torctip_text,
.torctip_stat,
.torctip_mstat,
.torctip_mod {
	margin-left: 10px;
}

.torctip_level {
	margin-top: 5px;
}

.torctip_mods a {
	font-weight: normal;
}

.torctip_app_faction_imp {
	font-family: Eurofont;
	font-size: 12px;
	text-align: center;
	width: 52px;
	text-shadow: 0px 1px 0px rgb(0, 0, 0), 1px 0px 0px rgb(0, 0, 0), 0px -1px 0px rgb(0, 0, 0), -1px 0px 0px rgb(0, 0, 0), 1px 1px 1px rgb(0, 0, 0), -1px 1px 1px rgb(0, 0, 0), 1px -1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0);
	color: #f54a4a !important;
	margin-top: 4px;
	margin-bottom: -4px;
}

.torctip_app_faction_rep {
	font-family: Eurofont;
	font-size: 12px;
	text-align: center;
	width: 52px;
	text-shadow: 0px 1px 0px rgb(0, 0, 0), 1px 0px 0px rgb(0, 0, 0), 0px -1px 0px rgb(0, 0, 0), -1px 0px 0px rgb(0, 0, 0), 1px 1px 1px rgb(0, 0, 0), -1px 1px 1px rgb(0, 0, 0), 1px -1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0);
	color: #4acbf5 !important;
	margin-top: 4px;
	margin-bottom: -4px;
}

/* Icons */
.torctip_image_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.torctip_image_faction {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.torctip_image_faction > .torctip_image {
	margin: 3px 3px 6px 6px;
}

.torctip_image {
	display: inline-block;
	vertical-align: top;
	width: 54px;
	border-radius: 6px;
	margin: 6px 3px 1px 6px;
	position: relative;
}

.torctip_image:not(.small_border):not(:empty) {
	min-height: 54px;
}

.database-codex > .torctip_wrapper > .torctip_image {
	display: none;
}

.torctip_image img {
	border-radius: 5px;
	margin: 2px;
	max-width: 50px;
}

.torctip_image_ability {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -1344px 0px;
}

.torctip_image_artifact {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -448px 0px;
}

.torctip_image_cheap {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -1399px -1px;
}

.torctip_image_legacy {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -1288px 0px;
}

.torctip_image_currency {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	/* background-position: -224px 0px; */
	background-position: -504px 0px;
}

.torctip_image_legendary,
.torctip_image_legacy {
	/* background: url(/db/tooltips/tooltip_borders.png) no-repeat; */
	/* background-position: -56px 0px; */
	background-position: 0 0;
	background: url(/db/tooltips/tooltip_borders_legendary.png) no-repeat;
	background-size: 68px 68px;
	width: 68px;
	margin: -2px -5px 2px 0;
}

.torctip_image_legendary.torctip_image:not(.small_border):not(:empty),
.torctip_image_legacy.torctip_image:not(.small_border):not(:empty) {
	padding: 8px 0 0 6px;
}

.torctip_image_legacy > img,
.torctip_image_legendary > img {
	clip: rect(1px, 49px, 49px, 1px);
	position: absolute;
	border-radius: 8px;
	margin: 10px 0 0 8px;
	top: 0;
	left: 0;
}

.torctip_image.torctip_image_legacy:not(.small_border):not(:empty),
.torctip_image.torctip_image_legendary:not(.small_border):not(:empty) {
	min-height: 68px;
}

.torctip_class_restrict .torctip_rwd .torctip_image.torctip_image_legacy img,
.torctip_class_restrict .torctip_rwd .torctip_image.torctip_image_legendary img {
	top: 0;
	left: 0;
}

.torctip_class_restrict .torctip_rwd .torctip_image.torctip_image_legacy:not(.small_border):not(:empty),
.torctip_class_restrict .torctip_rwd .torctip_image.torctip_image_legendary:not(.small_border):not(:empty) {
	margin-top: -6px;
	margin-left: -6px;
}

.torctip_image_gsf {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -996px 0;
	width: 40px;
	background-size: auto 40px;
	min-height: 40px !important;
	margin-right: 5px;
}
.torctip_image_gsf > img {
	max-width: 36px;
}

.torctip_image_mission {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -504px 0px;
}
.torctip_image_moddable {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -1288px 0px;
}
.torctip_image_premium {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -616px 0px;
}
.torctip_image_prototype {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -896px 0px;
}
.torctip_image_standard {
	background: url(/db/tooltips/tooltip_borders.png) no-repeat;
	background-position: -336px 0px;
}
.torctip_image_achievement {
	background: url(/db/tooltips/torctip_image_achievement.png) no-repeat top center;
	height: 72px;
	margin: 6px 3px 6px 6px;
}
.torctip_cdx_image {
	float: right;
}
.database-codex > .torctip_wrapper > .torctip_tooltip > .torctip_cdx_image {
	display: none;
}
.torctip_image_none {
	display: none;
}

.torctip_icon_points {
	margin: -5px auto 0 auto;
	text-align: center;
	color: #cdf7fe;
	text-shadow: 1px 1px 1px #0f4d76, -1px -1px 1px #0f4d76, 1px -1px 1px #0f4d76, -1px 1px 1px #0f4d76;
	border-radius: 0px 0px 5px 5px;
	line-height: 14px;
	font-family: Eurofont;
	position: relative;
	top: 0;
	padding: 0;
}
.torctip_ach_points {
	color: #cdf7fe;
	text-shadow: 1px 1px 1px #0f4d76, -1px -1px 1px #0f4d76, 1px -1px 1px #0f4d76, -1px 1px 1px #0f4d76;
	display: inline;
	white-space: nowrap;
}
.torctip_ach_star {
	font-family: Eurofont;
}
.torctip_ach_star:before {
	content: url("/db/tooltips/achievement-points-icon.png");
	position: relative;
	left: -2px;
	top: 1px;
}
.torctip_ach_points > .torctip_ach_star:before {
	left: 0;
}
.torctip_tooltip > span.torctip_achievement {
	font-size: 16px;
	color: #f5c542;
	text-shadow: 1px 1px 1px rgba(153, 108, 17, 0.3), -1px -1px 1px rgba(153, 108, 17, 0.3), 1px -1px 1px rgba(153, 108, 17, 0.3), -1px 1px 1px rgba(153, 108, 17, 0.3), 0px 0px 1px rgba(153, 108, 17, 0.3);
}
.torctip_ach_tsk > .torctip_achievement {
	color: #f5c542;
}
.torctip_ach_tsk > .torctip_ability,
.torctip_ach_tsk > .torctip_ability:hover {
	color: #fff;
}
.torctip_codex {
	color: #1f66ff;
}
a.torctip_achievement,
a.torctip_achievement:hover,
a.torctip_achievement:active {
	color: #ca9f02;
}
.torctip_tooltip > span.torctip_codex {
	font-size: 16px;
	color: #e0ffff;
	text-shadow: 1px 1px 1px #1545ac, -1px -1px 1px #1545ac, 1px -1px 1px #1545ac, -1px 1px 1px #1545ac, 0px 0px 1px #1545ac;
}
a.torctip_codex,
a.torctip_codex:hover,
a.torctip_codex:active,
a.torctip_codex:visited {
	color: #0089dd;
}
.torctip_ach_tsk {
	padding-left: 10px;
	color: #3ed3f4;
	text-shadow: none;
}
.torctip_ach_tsk > a:hover,
.torctip_ach_tsk > a:active {
	color: #3ed3f4;
	text-shadow: none;
}
.torctip_ach_tsk > span {
	margin-right: 2px;
	color: #3ed3f4;
	text-shadow: none;
}
.torctip_tooltip span.torctip_ach_tsks .torctip_white {
	color: #3ed3f4;
	padding-left: 10px;
}
.torctip_tooltip .torctip_blue {
	color: #0089dd;
}
.torctip_lgy_tit {
	padding-left: 10px;
}
.torctip_sub_tasks {
	display: none;
}
.torctip_sub_parent:hover .torctip_sub_tasks,
.torctip_sub_parent.hover .torctip_sub_tasks {
	display: block;
}
.torctip_codex_text {
	color: #3ed3f4;
}

.torctip_image.small_border {
	width: 20px;
	height: 20px;
	border-radius: 0;
	margin: 0 4px 0 6px;
	padding-bottom: 0;
	vertical-align: middle;
}

.torctip_image.small_border + div {
	vertical-align: middle;
}

.torctip_image img.small_image {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	margin-left: 1px;
	border-radius: 3px;
	vertical-align: top;
	max-width: 18px !important;
}

.small_border.torctip_image_artifact {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -240px 0px;
}
.small_border.torctip_image_ability,
.small_border.torctip_image_ability_no_lvl,
.small_border.torctip_image_effects {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -722px 0px;
}
.small_border.torctip_image_cheap {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -782px 0px;
}
.small_border.torctip_image_legacy {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -692px 0px;
}
.small_border.torctip_image_legendary {
	/* background: url(/db/tooltips/tooltip_borders_small.png) no-repeat; */
	/* background-position: -30px 0px; */
	background-position: 0 0;
	background: url(/db/tooltips/tooltip_borders_small_legendary.png) no-repeat;
	width: 21px;
	margin: 0 2px 1px 6px;
}
.small_border.torctip_image_legendary > img {
	margin: 2px 0 0 2px;
	width: 16px;
	height: 16px;
	clip: rect(1px, 16px, 16px, 1px);
}
.small_border.torctip_image_gsf {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -752px 0px;
	min-height: 20px !important;
}
.small_border.torctip_image_mission {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -270px 0px;
}
.small_border.torctip_image_moddable {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -600px 0px;
}
.small_border.torctip_image_premium {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -330px 0px;
}
.small_border.torctip_image_prototype {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -480px 0px;
}
.small_border.torctip_image_standard {
	background: url(/db/tooltips/tooltip_borders_small.png) no-repeat;
	background-position: -180px 0px;
}
.small_border.torctip_image_achievement {
	background: url(/db/tooltips/torctip_image_achievement.png) no-repeat top center;
	background-size: 20px 26px;
	border-radius: 3px;
}

/* Item Name */
.torctip_tooltip > span.torctip_artifact,
.torctip_tooltip > span.torctip_cheap,
.torctip_tooltip > span.torctip_legacy,
.torctip_tooltip > span.torctip_legendary,
.torctip_tooltip > span.torctip_mission,
.torctip_tooltip > span.torctip_moddable,
.torctip_tooltip > span.torctip_premium,
.torctip_tooltip > span.torctip_prototype,
.torctip_tooltip > span.torctip_standard {
	font-size: 16px;
}
.torctip_mslot span {
	font-size: 13px;
}

/* Text Colors */
/* Item Slot */
.torctip_mslot {
	color: #ffffff;
}
/* Item Stats */
.torctip_val {
	/* color: #efbc55; */
	color: #4acbf5;
	margin-right: 5px;
}
/* Item Stats */
.torctip_stat {
	/* color: #efbc55; */
	color: #4acbf5;
}
/* Item Rating */
.torctip_rating {
	color: #d9ad00;
}
/* Item Key Stats */
.torctip_beige {
	color: #efbc55;
}
/* Item Mods & Total Stats */
.torctip_mods,
.torctip_white {
	color: #96e3ff;
}
/* Item Artifact */
.torctip_Artifact,
.torctip_artifact,
.torctip_Artifact:visited,
.torctip_artifact:visited,
.torctip_Artifact:hover,
.torctip_artifact:hover {
	/* color: #bf00fd !important; */
	color: #c924ff !important;
}

.torctip_Cheap,
.torctip_cheap,
.torctip_Cheap:visited,
.torctip_cheap:visited,
.torctip_Cheap:hover,
.torctip_cheap:hover {
	color: #959494 !important;
} /* Item Cheap */
.torctip_Currency,
.torctip_currency,
.torctip_Currency:visited,
.torctip_currency:visited,
.torctip_Currency:hover,
.torctip_currency:hover {
	color: #efbc55 !important;
} /* Item Currency */
.torctip_Legacy,
.torctip_legacy,
.torctip_Legacy:visited,
.torctip_legacy:visited,
.torctip_Legacy:hover,
.torctip_legacy:hover {
	color: #dc5d00 !important;
} /* Item Legacy */
.torctip_Legendary,
.torctip_legendary,
.torctip_Legendary:visited,
.torctip_legendary:visited,
.torctip_Legendary:hover,
.torctip_legendary:hover {
	color: #e9cd5b !important;
} /* Item Legendary */
.torctip_Mission,
.torctip_mission,
.torctip_Mission:visited,
.torctip_mission:visited,
.torctip_Mission:hover,
.torctip_mission:hover {
	color: #f5f537 !important;
} /* Item Mission */
.torctip_mission_desc {
	color: #3ed2f3;
}
.torctip_mission_yield {
	color: #90dcf9;
	padding-top: 5px;
}
.torctip_mission_name {
	color: #f1d45a;
}
.torctip_Moddable,
.torctip_moddable,
.torctip_Moddable:visited,
.torctip_moddable:visited,
.torctip_Moddable:hover,
.torctip_moddable:hover {
	color: #dc5d00 !important;
} /* Item Moddable */
.torctip_Premium,
.torctip_premium,
.torctip_Premium:visited,
.torctip_premium:visited,
.torctip_Premium:hover,
.torctip_premium:hover {
	color: #00fe00 !important;
} /* Item Premium */
.torctip_Prototype,
.torctip_prototype,
.torctip_Prototype:visited,
.torctip_prototype:visited,
.torctip_Prototype:hover,
.torctip_prototype:hover {
	color: #1d8cfe !important;
} /* Item Prototype */
.torctip_Standard,
.torctip_standard,
.torctip_Standard:visited,
.torctip_standard:visited,
.torctip_Standard:hover,
.torctip_standard:hover {
	color: #ffffff !important;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
} /* Item Stadndard */
.torctip_Restrict,
.torctip_restrict,
.torctip_Restrict:visited,
.torctip_restrict:visited,
.torctip_Restrict:hover,
.torctip_restrict:hover {
	color: red !important;
} /* Item Restrictions */

.torctip_set_wrapper {
	margin-top: 10px;
}
.torctip_set_name span {
	color: #ffdd14;
}
.torctip_set_bonus {
	color: #03e703;
	margin-left: 5px;
}

.torctip_trivial {
	color: #959494;
}
.torctip_easy {
	color: #63f578;
}
.torctip_hard {
	color: #ffa545;
}
.torctip_medium {
	color: #f7f55a;
}

.torctip_use {
	/* color: #09d326; */
	color: #61f176;
	font-weight: normal;
	padding-bottom: 10px;
}

.torctip_use > a,
.torctip_use > a:hover {
	color: #61f176;
}

.torctip_cost {
	color: #63f87c;
}

.torctip_sidebyside .creditsymbol {
	display: inline-block;
	background: url(/db/tooltips/credit_symbol_green.png) no-repeat center;
	height: 16px;
	width: 16px;
	margin-bottom: -1px;
}

.torctip_compgift {
	color: #ff2b76;
	font-weight: normal;
}

.torctip_companion {
	color: #d68eff;
}

.torctip_desc {
	/* color: #efbc55; */
	color: #4acbf5;
	font-weight: normal;
}

.torctip_name {
	display: inline-block;
	font-weight: normal;
}

.torctip_mat_name {
	display: inline-block;
	font-weight: normal;
}

.torctip_mat {
	margin: 2px 0px;
}

.torctip_mat:last-child {
	margin-bottom: 5px;
}

.torctip_mat_overlay {
	position: relative;
	text-align: right;
	right: 1px;
	bottom: 23px;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	color: #eee;
	height: 20px;
	width: 20px;
	display: block;
}
.torctip_rwd_overlay {
	position: relative;
	text-align: right;
	float: right;
	top: -25px;
	right: 5px;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	color: #eee;
}
.torctip_class_restrict {
	display: inline-block;
	border: solid 1px;
	padding: 0px 2px 4px 4px;
	text-align: center;
	border-radius: 7px;
	margin: 0px 2px 4px 2px;
	flex-grow: 1;
}
.torctip_class_restrict span {
	display: block;
}
.torctip_class_restrict .torctip_rwd {
	display: inline-block !important;
	width: 44px;
	height: 44px;
	margin: 0;
	vertical-align: top;
}

.torctip_class_restrict .torctip_rwd .torctip_image {
	margin: 0;
	display: block;
	position: relative;
	transform: scale(0.75, 0.75);
	transform-origin: top left;
}

.torctip_class_restrict .torctip_rwd span {
	position: absolute;
	float: unset;
	top: unset;
	bottom: 5px;
	right: 5px;
}

.torctip_class_restrict .torctip_rwd .torctip_image_legendary span {
	right: 19px;
	bottom: 13px;
}

.torctip_rewards {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #e7a61a;
	background: #85570b;
	padding: 6px;
	margin: 0 -2px -2px -2px;
}
.torctip_rewards > span {
	border: 2px solid #e7a61a;
	display: block;
	margin: -4px -4px 4px -4px;
	padding-left: 5px;
	border-radius: 10px;
	background: #2c1d00;
	color: #f5c542;
}
.torc_branch {
	font-family: Eurofont;
	line-height: 1.6em;
	background: #070f12;
	color: #4acbf5;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #2c7c9e;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	background-clip: padding-box;
	max-width: 342px;
	height: 100%;
	vertical-align: top;
}
.torc_task {
	color: #eee;
}
.torc_cls_Imperial {
	color: rgb(245, 74, 74);
	border-color: rgb(245, 74, 74);
}
.torc_cls_level {
	color: #fea445;
	border-color: #fea445;
}
.torc_branch {
	border: solid 1px black;
	padding: 5px;
	margin: 2px;
	max-width: 260px;
}
.torctip_rwd_inner {
	border: 2px solid #e7a61a;
	display: block;
	margin: -3px -4px -4px;
	padding-left: 5px;
	border-radius: 10px;
	background: #070f12;
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
}
.torctip_rwd_info {
	border: 2px solid #115986;
	display: block;
	margin: 1px 2px 1px -4px;
	padding-left: 5px;
	border-radius: 10px;
}
.torctip_rwd_items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 5px;
}
.torctip_rwd_items div:first-child {
	min-width: 100%;
}
.torctip_rwd {
	margin-bottom: 2px;
}
.database-achievements .torctip_rwd {
	display: inline-block !important;
}
.torctip_credits {
	color: #6af47d;
}
.torctip_exp {
	color: #fea445;
}
.torctip_exp_f2p {
	color: gray;
}
.torc_brnch_id {
	color: yellow;
}
.torc_task_cont {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 100%;
}
.torc_mis_tasks {
	margin-left: 7px;
}
.torctip_tsk_txt {
	color: #eee;
	font-size: 115%;
}
.torc_hover {
	display: none;
	position: absolute;
	color: #4acbf5;
	min-width: 40%;
}

.torc_branch .torc_parent .torc_hover {
	background: #070f12;
	color: #4acbf5;
	border-radius: 6px;
	border: 1px solid #2c7c9e;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgb(20 52 67), 0px 0px 1px 1px rgb(0 107 155);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgb(20 52 67), 0px 0px 1px 1px rgb(0 107 155);
	background-clip: padding-box;
	padding: 8px;
}

.torc_col_req_wrapper {
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #2c7c9e;
	background: #070f12;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(20, 52, 67, 1), 0px 0px 1px 1px rgba(0, 107, 155, 1);
	background-clip: padding-box;
}

.torc_parent:hover .torc_hover {
	display: block;
	position: absolute;
	right: 35%;
	width: 25%;
	z-index: 9999;
}
.torctip_col_req_itm span.torctip_name {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
}
.torctip_rep {
	color: #37f651;
	/* color: #09d326; */
}
.torctip_source {
	color: #efbc55;
	margin-top: 3px;
}
.torctip_col_block {
	height: 10px;
	width: 60px;
	display: inline-block;
	margin: 0px 3px;
	text-align: center;
	color: #efbc55;
}
.torc_clear {
	clear: both;
}

.torctip_image_achievement + .torctip_tooltip {
	padding: 5px;
}

.torctip_image_mtx {
	position: relative;
}

.torctip_image_mtx::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 9px;
	left: 2px;
	width: 20px;
	height: 24px;
	background: url(/db/tooltips/icon_mtx.png) no-repeat;
}

.torctip_image_mtx.torctip_mtx_bronze::after {
	background-position: 0 0;
}

.torctip_image_mtx.torctip_mtx_silver::after {
	background-position: 0 -24px;
}

.torctip_image_mtx.torctip_mtx_gold::after {
	background-position: 0 -48px;
}

.torctip_image_mtx.torctip_mtx_platinum::after {
	background-position: 0 -72px;
}

.torctip_npc_friendly {
	color: #00cc00;
	font-weight: normal;
}
.torctip_npc_empire {
	color: #00cc00;
	font-weight: normal;
}
.torctip_npc_republic {
	color: #00cc00;
	font-weight: normal;
}
.torctip_npc_hostile {
	color: #ff0000;
	font-weight: normal;
}
.torctip_npc_anarchy {
	color: #ff0000;
	font-weight: normal;
}
.torctip_npc_neutral {
	color: #c9c900;
	font-weight: normal;
}
.torctip_npc_title {
	color: #efbc55;
	font-weight: normal;
}
.torctip_toughness_strong {
	background: url(/db/tooltips/toughness_sprites.png) no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	float: right;
	background-size: 300%;
}
.torctip_toughness_elite {
	background: url(/db/tooltips/toughness_sprites.png) no-repeat;
	background-position: 49% 0;
	width: 20px;
	height: 20px;
	float: right;
	background-size: 300%;
}
.torctip_toughness_champion {
	background: url(/db/tooltips/toughness_sprites.png) no-repeat;
	background-position: 100% 0;
	width: 20px;
	height: 20px;
	float: right;
	background-size: 300%;
}
.torctip_tooltip > span.torctip_npc_hostile,
.torctip_tooltip > span.torctip_npc_friendly,
.torctip_tooltip > span.torctip_npc_neutral,
.torctip_tooltip > span.torctip_npc_,
.torctip_tooltip > span.torctip_npc_none,
.torctip_tooltip > span.torctip_npc_empire,
.torctip_tooltip > span.torctip_npc_republic,
.torctip_tooltip > span.torctip_npc_anarchy {
	font-size: 16px;
}
.database-npc > .torctip_wrapper > .torctip_tooltip {
	max-width: 100% !important;
}
.torctip_lc {
	float: left;
	clear: left;
}
.torctip_image.torctip_lc {
	height: 54px;
}

.torctip_collection {
	width: 260px;
	margin: 0px;
	height: 260px;
	background-repeat: no-repeat;
	padding: 0px;
	border: 2px solid #2095d2;
	border-radius: 8px;
	box-shadow: inset 0px 0px 11px 3px rgba(18, 108, 165, 1);
}
h2.torctip_2l_elipsis {
	text-transform: uppercase;
	width: calc(100% - 20px);
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	max-height: 42px; /* Fallback for non-webkit */
	margin: 0 5px;
	padding: 5px;
	font-size: 1.4em;
	line-height: 1.3em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.5s ease-in-out;
	color: #7cd1f7;
	text-shadow: -1px -1px 2px #15415b, 1px 1px 2px #15415b, 1px -1px 2px #15415b, -1px 1px 2px #15415b;
	font-weight: normal;
}
h2.torctip_2l_elipsis:hover {
	color: #9ee1ff;
	position: relative;
}
.torctip_rela {
	position: relative;
	color: gold;
}
.torctip_col_req_itms {
	left: 215px;
	top: 115px;
}
.torctip_col_req {
	left: 215px;
	top: 80px;
}
.torctip_col_req,
.torctip_col_req_itms,
.torctip_col_req_gender {
	position: absolute;
	float: right;
	border: #e4be51 1px solid;
	box-shadow: 0px 0px 1px 0px #755b28, 0px 0px 0px 1px rgb(133 79 5 / 0.5), inset 0px 0px 3px 1px #ba8723;
	border-radius: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 2.2em;
	background: rgba(0, 0, 0, 0.6);
	background: rgb(1 13 24 / 67%);
	cursor: pointer;
}
.torctip_col_req_itms .torc_hover,
.torctip_col_req .torc_hover,
.torctip_col_req_gender .torc_hover {
	white-space: nowrap;
	text-align: left;
	position: absolute;
	right: 0;
	padding-right: 33px;
	top: -2px;
	width: auto;
	z-index: 9999;
}
.torctip_col_req_itms:hover .torc_hover {
	display: block;
}
.torctip_col_req:hover .torc_hover,
.torctip_col_req_gender:hover .torc_hover {
	right: 0;
	top: -1px;
	padding-right: 33px;
	display: block;
}
.torctip_req_head {
	color: gold;
	padding: 0 2px 4px;
}
.torctip_req_head:only-child {
	max-height: 20px;
	display: flex;
	align-items: center;
	padding-bottom: 0;
}
.database-flex > .torctip_wrapper > .torctip_tooltip.torctip_collection {
	max-width: 100%;
}
.torc_comp .torctip_wrapper {
	margin-top: 0px;
}
.torc_comp .torctip_col_req {
	left: 345px;
	top: 150px;
}
.torc_collection .torctip_col_req {
	right: 10px;
	left: unset;
	top: 95px;
}
.torc_comp .torctip_col_req_itms {
	left: 345px;
	top: 185px;
}
.torc_collection .torctip_col_req_itms {
	right: 10px;
	left: unset;
	top: 130px;
}
.torc_collection .torctip_col_req_gender {
	right: 10px;
	left: unset;
	top: 165px;
	z-index: 10000;
}
.torc_coll_desc {
	color: #3ed3f4;
	margin: 10px;
	font-family: Eurofont;
}
.torc_coll_rarity {
	font-size: 16px;
}
.torc_coll_desc > .torc_coll_bullets {
	color: #f4c442;
	list-style: disc;
	padding-left: 30px;
	font-size: 14px;
}
.icon_female {
	background: url(/db/tooltips/icon_female.png) no-repeat top left;
	background-size: contain;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.torc_req_parent {
	background: url(/db/tooltips/icon_neutral.png) no-repeat top left;
	background-size: contain;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
