body {
	background-color: #14161d;
	color: #ccc !important;
}
table {
	color: #ccc !important;
	border-color: #20232d !important;
}
thead th {
	border-color: #091211 !important;
}
table tr:hover {
	color: #eee !important;
}
.card {
	background-color: #091211 !important;
}
div.card-highlight {
	background-color: #20232d !important;
}

a {
	color: #e24350;
}
a:hover {
	color: #e35965;
}

.nolink {
	color: #ccc;
	text-decoration: none !important;
	border-bottom: 1px dotted #e24350 !important;
}

.progress {
	background-color: #091211;
	border-radius: 0 !important;
}


.fr {
	text-align: right;
}
.hdr {
	background-color: #20222f;
	margin-top: 0 !important;
}
.foot {
	margin-bottom: 30px;
}
.great {
	color: #fe614f;
}
.fair {
	color: #88fba5;
}
.better {
	color: #2e6ae2;
}
.good {
	color: #ffff6e;
}
.blank {
	color: #333;
}
.ok {
	color: #ccc;
}
.poor {
	color: #777;
}

.great_bg {
	background-color: #fe614f;
}
.fair_bg {
	background-color: #88fba5;
}
.better_bg {
	background-color: #2e6ae2;
}
.good_bg {
	background-color: #ffff6e;
}
.blank_bg {
	background-color: #333;
}
.ok_bg {
	background-color: #ccc;
}
.poor_bg {
	background-color: #777;
}


.fa-small {
	text-align: center;
	font-size: 11px !important;
}

.planet {
	font-size: 10px !important;
	border-radius: 2px;
	padding: 0 2px;
}

.corellia {
	background-color: #2190ac;
	color: #000;

}
.dantooine {
	background-color: #6a006a;
}
.dathomir {
	background-color: #8f5120;
}
.endor {
	background-color: #6f9975;
	color: #000;
}
.lok {
	background-color: #a84909;
}
.naboo {
	background-color: #415c71;
}
.rori {
	background-color: #827660;
	color: #000;
}
.talus {
	background-color: #677449;
	color: #000;
}
.tatooine {
	background-color: #e0c37b;
	color: #000;
}
.yavin {
	background-color: #71bb9a;
	color: #000;
}
.kashyyyk {
	background-color: #146e54;
}
.mustafar {
	background-color: #67120d;
}
.off {
	background-color: #555 !important;
	color: #222 !important;
}
.addPlanet {
	background-color: #e24350;
	color: #000;
	cursor: pointer;
}

.collect, .collect_schematic {
	cursor: pointer;
}
.collect:hover, .collect_schematic:hover {
	color: green;
}
.pinned {
	background-color: #2c3144 !important;
}

.planetSwap {
	cursor: pointer;
}

thead {
	background-color: #091211;
}

.floatright {
	float: right;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(104,112,144, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mainTable {
	margin-top: 90px !important;
}
.similarTable, .schematicTable {
	margin-top: 10px !important;
}
.similarTable h6 {
	background-color: #20232d !important;
	padding: 8px;
}
.chartMainTable {
	margin-top: 30px !important;
}

.breadcrumb, ol.breadcrumb {
	margin-top: 6px;
	margin-bottom: 0 !important;
}

nav.nopad .breadcrumb, nav.nopad ol.breadcrumb {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

canvas { height: 40vh; }

.planets_large {
	padding-top: 10px;
}
.planets_large, .planets_large .planet {
	font-size: 12px !important;
}

.selected {
	background-color: #2f3442;
}

.nav a {
	color: #e24350;
}
.nav a.active {
	background-color: #20232d !important;
	border: 1px solid #2f3442 !important;
	color: #ccc !important;
}
.nav a:hover {
	color: #e35965;
	border: 1px solid #2f3442 !important;
}
.nav-tabs {
	border-bottom: 1px solid #2f3442;
}

.schematicNav {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #20232d;
	padding: 10px 20px;
}
.schematicTag {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 3px;
	display: inline-flex !important;
	flex-direction: unset !important;
	width: 25px;
	justify-content: center;
	background-color: #14161D;
	font-size: 12px;
	font-weight: bold;
}
.highlightTag {
	background-color: #e24350 !important;
}
.highlightTag a {
	color: #14161D !important;
}
.schematicJumps {
	padding-top: 8px;
}

#scroller {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 60px; /* Place the button at the bottom of the page */
	right: 25px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: 1px solid #14161D; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #20222F; /* Set a background color */
	color: #ccc; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 16px; /* Increase font size */
}

.adminIco {
	color: #e24350 !important;
	font-size: 100px !important;
	margin-bottom: 20px !important;
}

.btn-primary {
	background-color: #20222F;
	border: 1px solid #2e3142;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
	background-color: #2b2e3e !important;
	border: 1px solid #474c63 !important;
}

.tip_components {
	max-width: 260px;
	padding: 4px 6px;
}
.tip_components h6 {
	font-size: 14px;
	color: #999;
	margin-bottom: 3px;
}
.tip_components ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tip_components ul li {
	padding: 0;
	margin: 0;
}
.tip_components ul li i {
	font-size: 11px;
	color: #999;
}

.resource_block_header {
	background-color: #20222F;
	color: #eee;
	cursor: pointer;
	border-bottom: 1px solid #2f3244;
}
.resource_block_header i {
	color: #4e536f;
}

.highlightcol {
	background-color: #171921 !important;
}

.schematicDetailTable td, .schematicDetailTable th {
	text-align: center;
}
.schematicDetailTable td.la, .schematicDetailTable th.la {
	text-align: left !important;
}

.tippy-content {
	background-color: #2d2f3e;
}

.activeResource {
	background-color: #1b3129 !important;
}
.fireSpawn {
	color: #4b7967;
}

.card-headerx {
	margin-top: 10px;
}

.resource_extra {
	color: #404358;
	font-size: 13px;
}

.formulas {
	background-color: #20222F;
	padding: 12px 0px 8px 0px;
}
.formula {
	font-size: 14px;
}

.form-switch .form-check-input:focus {
	border-color: rgba(0, 0, 0, 0.25);
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.form-switch .form-check-input:checked {
	background-color: #D8404E;
	border-color: #D8404E;
	border: none;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.schematic_added {
	color: #777;
}

.nav-lnk {
	padding-top: 10px !important;
}

.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}

@media (min-width: 768px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }

    .responsive-tabs .card {
        border: none;
    }

    .responsive-tabs .card .card-header {
        display: none;
    }

    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.tab-content .card {
	background-color: transparent !important;
}
.calc_card, .tab-content .calc_card {
	background-color: #091211 !important;

}
.tab-content .card-header {
	background-color: #20232D;
	border-radius: 0 !important;
	cursor: pointer;
}
.tab-content .card-header h5 a {
	width: 100%;
}

.summaries h5, .summaries h5 a {
	font-size: 30px;
	color: #D8404E;
}
.summaries .card-text {
	color: #43465C;
}
.summaries h6, .summaries h6 a {
	color: #AF3846;
	font-size: 17px;
}

.btn-secondary {
	background-color: #AF3846;
	border: 1px solid #AF3846;
	color: #fff;
}
.btn-secondary:hover, .btn-secondary:active {
	background-color: #D8404E;
	border: 1px solid #D8404E;
	color: #fff;
}

.subtable {
	background-color: #20222F;
}
.subdata {
	padding-left: 30px !important;
}
.collapseInventorySales {
	cursor: pointer;
}

.clearlink {
	text-decoration: none;
}

.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #091211; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

.sidebar a {
  padding: 4px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #aaaaaa;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

.container-fluid, #main, #navbar {
	-moz-transform: margin-left .5s;
	-ms-transform: margin-left .5s;
	-webkit-transform: margin-left .5s;
	transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

#calc_results {
	clear: both;
	padding: 10px;
	background-color: #20222F;
	overflow: hidden;
	margin-top: 30px;
}
#calc_results h2 {
	color: #4e536f;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	line-height: normal !important;
	padding-top: 10px !important;
	font-size: 22px !important;
}
#calc_results h4 {
	font-size: 30px;
	color: #D8404E;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(216, 64, 78, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(216, 64, 78, 0.6) !important;
  outline: 0 none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(216 64 78 / 50%) !important;
}

h4.message {
	background-color: #D8404E;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
}

.userkey {
	background-color: #14161D;
	padding: 8px;
	font-weight: bold;
	color: #D8404E;
}

.portalAction {
	background-color: #2F3442;
	color: #ddd;
	padding: 10px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.portalAction .portalLink {
	cursor: pointer;
}
.portalAction .portalLink i {
	color: #D8404E;
}
.portalAction .portalLink:hover i {
	color: #C72F42;
}
.portalBtn {
	cursor: pointer;
}
a.portalLink {
	text-decoration: none;
	color: #ddd;
}

.modal-content {
	background-color: #20222F;
}
.modal-header {
	border-bottom: 0;
}
.modal-header h4 {
	font-size: 18px;
}
.modal-footer {
	border-top: 0;
	background-color: #181923;
}
.mySchematics h5 {
	font-size: 18px;
	background-color: #181923;
	padding: 5px 8px;
}

.mySchematics label {
	color: #aaa;
	font-size: 15px;
	margin-bottom: 5px;
}
.mySchematics .resourceType {
	color: #fff;
}

.twitter-typeahead {
	width: 100%;
}

.tt-menu {
	background-color: #ccc;
	color: #333;
	width: 100%;
	border-radius: 3px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: none;
	margin-top: -1px;
}
.tt-suggestion {
	padding: 4px 8px;
}
.tt-cursor {
	background-color: #ddd;
}

.warning {
	border-left: 5px solid #9e6f0b;
}
.danger {
	border-left: 5px solid #992121;
}

td[rowspan] {
  vertical-align: top !important;
  text-align: left !important;
}

.rowheader {
	background-color: #20222F !important;
	border-bottom: 1px solid #091211;
}

span.diff {
	color: #666 !important;
}

.input-small {
	font-size: 11px !important;
	padding: 3px 8px;
}

.noupgrade {
	color: #555772;
	padding-top: 6px;
}
.top_padding_6 {
	padding-top: 6px;
}
.cursor {
	cursor: pointer;
}

.input-group-nopad {
	padding: 0 !important;
	margin: 0 !important;
}

.wtbMakePublic {
	color: #50546c;
}
.wtbMakePrivate {
	color: #4b7967;
}

.onWishlist {
	color: #50546c;
}
.inStockpile {
	color: #50546c;
}

.btn-small {
	font-size: 12px;
}

.stat_off {
	opacity: 0.3;
}
.stat_off:hover {
	opacity: 0.8;
}

.benefits {
	border-radius: 3px;
	background-color: #1b3129;
	padding: 4px 8px;
}
.no_benefits {
	border-radius: 3px;
	background-color: #501411;
	padding: 4px 8px;
}

.commandCopy {
	cursor: pointer;
	float: left;
	margin-left: 10px;
}

.copyit {
	margin-top: 2px;
	color: #42465f;
	font-size: 14px;
	float: left;
}

.active_pct {
	color: #7b819e;
	padding-left: 10px;
}

.nowrap {
	white-space: nowrap;
}

.headerbar {
	color: #D8404E;
	background-color: #091211;
	text-align: left;
	padding: 8px 10px;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

.neg {
	color: #D8404E;
}

.pos {
	color: #4b7967;
}
.nochange {
	color: #42465f;
}

.profession_group {
	padding: 8px 12px;
	text-align: center;
	font-size: 13px;
	float: right;
	margin: 0 10px 15px 0;
	border-radius: 4px;
	display: inline-block;
	width: 100px;
	cursor: pointer;
	color: #222;
	overflow: hidden;
}

/*a.nolink {*/
/*  background: linear-gradient(*/
/*          90deg,*/
/*          rgba(255, 0, 0, 1) 0%,*/
/*          rgba(255, 154, 0, 1) 10%,*/
/*          rgba(208, 222, 33, 1) 20%,*/
/*          rgba(79, 220, 74, 1) 30%,*/
/*          rgba(63, 218, 216, 1) 40%,*/
/*          rgba(47, 201, 226, 1) 50%,*/
/*          rgba(28, 127, 238, 1) 60%,*/
/*          rgba(95, 21, 242, 1) 70%,*/
/*          rgba(186, 12, 248, 1) 80%,*/
/*          rgba(251, 7, 217, 1) 90%,*/
/*          rgba(255, 0, 0, 1) 100%*/
/*      ) !important;*/
/*  background-clip: text !important;*/
/*  -webkit-background-clip: text !important;*/
/*}*/
/*a.nolink:hover {*/
/*  color: transparent !important;*/
/*  transition: 500ms ease !important;*/
/*}*/

/*.pride {*/
/*	background: linear-gradient(*/
/*         90deg,*/
/*         rgba(255, 0, 0, 1) 0%,*/
/*         rgba(255, 154, 0, 1) 10%,*/
/*         rgba(208, 222, 33, 1) 20%,*/
/*         rgba(79, 220, 74, 1) 30%,*/
/*         rgba(63, 218, 216, 1) 40%,*/
/*         rgba(47, 201, 226, 1) 50%,*/
/*         rgba(28, 127, 238, 1) 60%,*/
/*         rgba(95, 21, 242, 1) 70%,*/
/*         rgba(186, 12, 248, 1) 80%,*/
/*         rgba(251, 7, 217, 1) 90%,*/
/*         rgba(255, 0, 0, 1) 100%*/
/*     ) !important;*/
/*}*/

.cpu_body h5 {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.rising {

}

.action-bar {
	clear: both;
	overflow: hidden;
	width: 100%;
	background-color: #20222F;
	padding: 8px;
	margin: 0 0 0 0;
	text-align: right;
}
