html,
body {
    overflow-x: hidden;
	margin: 0px;
	font-family: Arial;
	scrollbar-color: #CA9 #024;
}

.text-success {
	font-weight: bold;
	font-size: 12px;
	color: #0F0;
}

.text-danger {
	font-weight: bold;
	font-size: 12px;
	color: #F00;
}

/* ########## NAVBAR ########## */

.navbar-container {
	width:100%;
	background: rgb(32,48,64);
	height: 70px;
	margin: 0px;
	padding: 0px;
}

.navbar-container-grid {
	display: grid;
	grid-template-columns: fit-content(12px) auto fit-content(12px);
	background-color: transparent;
	padding: 0px;
	width: 100%;
	margin: 0px;
}
.navbar-container-grid-border-bottom {
	background: url('/assets/images/gridcontainer/border-bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 12px;
	margin-left: -15px;
}
.navbar-container-grid-border-left {
	background: url('/assets/images/gridcontainer/border-left.png');
	background-repeat: repeat-y;
	background-position: left;
	width: 12px;
}
.navbar-container-grid-border-right {
	background: url('/assets/images/gridcontainer/border-right.png');
	background-repeat: repeat-y;
	background-position: right;
	width: 12px;
}
.navbar-container-grid-corner-bottom-left {
	background: url('/assets/images/gridcontainer/border-corner-bottom-left2.png');
	background-repeat: no-repeat;
	background-position: top, right;
	z-index: 20;
	width: 30px;
	height: 30px;
	margin: -19px;
	padding: 20px;
}
.navbar-container-grid-corner-bottom-right {
	background: url('/assets/images/gridcontainer/border-corner-bottom-right2.png');
	background-repeat: no-repeat;
	background-position: top, left;
	z-index: 20;
	width: 30px;
	height: 30px;
	margin: -17px;
}
.navbar-container-grid-content {
	margin-left: -20px;
	height: 58px;
	box-shadow: inset 0em 0em 2em rgba(0,0,0,0.75);
}




.navbar-container-left {
	width: calc(50% - 10px);
	margin-top: 5px;
}

.navbar-container-left-badge {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-left:80px;
}

.navbar-container-left-anchor {
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	color: #FDA;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 3px black;
}

.navbar-container-left-anchor-img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.navbar-container-right {
	width: calc(50% - 50px);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
	margin-right:80px;
}

.navbar-container-right-subitem {
	display: flex;
	flex-direction: column;
	min-width: max-content;
	margin-left: 10px;
	margin-right: 10px;
}

.navbar-container-right-subitem-anchor {
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	color: #FDA;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 3px black;
}

.navbar-profile-img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}

.navbar-profile-dropdown {
	position: relative;
}

.navbar-profile-dropdown-toggle {
	display: flex;
	align-items: center;
	width: 100%;
	background: linear-gradient(rgba(16,32,48,255) 0%, rgba(32,48,64,255) 33%, rgba(32,48,64,255) 66%, rgba(16,32,48,255) 100%);
	color: #FDA;
	border: 2px solid #DA8;
	border-radius: 10px;
	box-shadow:0 .25rem .75rem rgba(0, 0, 0, .1);
}

.navbar-profile-dropdown-toggle:hover {
	border: 2px solid #FF0;
	color: #FF0;
}

.navbar-profile-dropdown-toggle p {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-left: 10px;
}

.navbar-profile-dropdown-menu {
	display: none;
	background: linear-gradient(rgba(16,32,48,255) 0%, rgba(32,48,64,255) 33%, rgba(32,48,64,255) 66%, rgba(16,32,48,255) 100%);
	border: 2px solid #DA8;
	border-radius: 15px;
	flex-direction: column;
	padding: 5px;
	position: fixed;
	z-index: 999;
}

.navbar-profile-dropdown-menu-item {
	margin: 5px;
	font-size: 16px;
	text-decoration: none;
	color: #FDA;
}

.navbar-profile-dropdown-menu-item:hover {
	color: #FF0;
	color: #FF0;
}






.landing-bg {
	background: url('../images/background.jpg');
	background-size:cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:-1;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.map-column {
	width: 100%;
	height: calc(100% - 70px);
	overflow: hidden;
}

img {
	image-rendering: pixelated;
	image-rendering: -moz-crisp-edges;
	image-rendering: -crisp-edges;
}

.tableheader {
	width: 33%;
	text-align: center;
	font-size: 1.5em;
}

.leaflet-pane {
	image-rendering:pixelated;
}

.leaflet-control-layers-group-name {
	font-weight:bold;
	margin-bottom:.2em;
	margin-left:3px;
	background:#FFFFCC;
}
.leaflet-control-layers-group {
	margin-bottom:.5em
}
.leaflet-control-layers-scrollbar {
	overflow-y:scroll;
	padding-right:10px
}
.leaflet-control-layers-selector {
	margin-left:15px;
}
.route-corridor {
	color: #FFF;
}

.leaflet-container {
    background: #373F6F;
}
.editorcolumn {
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:900;
	max-height: calc(100% - 175px);
	overflow-y: scroll;
}
.serverinfo-column {
	display: none;
	width: 500px;
	float: left;
	background: linear-gradient(rgb(8, 16, 32) 0%, rgb(16, 32, 48) 33%, rgb(16, 32, 48) 66%, rgb(8, 16, 32) 100%);
	height: calc(100% - 70px);
	overflow-y: scroll;	
}
.editorswanted {
	color: #FFF;
	width: 500px;
	height: auto;
}
.editorswanted h4 {
	color: #F00;
	font-family: Arial;
	font-weight: normal;
	font-size: 32px;
	margin: 10px;
}
.editorswanted h5 {
	color: #DA8;
	font-family: Arial;
	font-weight: normal;
	font-size: 28px;
	margin: 10px;
}
.editorswanted p {
	color: #FDA;
	margin: 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
}
.editorswanted a {
	color: #FD5;
}
#editorswantedclosebutton {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size:18px;
	font-weight: bold;
	color:#FFF;
}




.map_selector_container {
	display:block;
	width:100%;
	margin-top:20px;
}
.map_selector_table_header {
	width:calc(100% - 40px);
	font-size:2em;
	text-align:center;
	margin: 0px;
	padding:20px;
	color: #FDA;
	font-weight: bold;
	text-shadow: 0px 0px 20px #000;
}
.map_selector_table {
	width:100%;
	display:flex;
}
.map_selector_table_full {
	width:100%;
}
.map_selector_table_half {
	width:50%;
}
.map_selector_table_column_50 {
	width:50%;
	margin: auto;
}
.map_selector_table_column_75 {
	width:75%;
	margin: auto;
}

.map_selector_table_link {
	color: #FDA;
	font-size:20px;
	font-weight: normal;
	text-decoration: none;
}

.map_selector_table_link:hover {
	color: #FD0;
	font-size:20px;
	font-weight: normal;
	text-decoration: none;
}



.projectdescription {
	display:block;
	text-align:center;
	width:50%;
	min-width: 400px;
	color: #FDA;
	text-shadow: 0px 0px 20px #000;
}
.projectdescription a {
	color: #FD5;
}

.projectdescription-header {
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight: bold;
	color: #FDA;
}
.projectdescription ul {
	text-align:center;
	color: #FDA;
	width: max-content;
	text-shadow: 3px 3px 6px #000;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
}
.projectdescription ul li {
	text-align:center;
	width: max-content;
	color: #EC9;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 3px 3px 6px #000;
}



/* ############### LOGIN PAGE ############### */

.map_selector_table_login {
	width: 400px;
	margin: auto;
}

.map_selector_table_login_content {
	background: linear-gradient(rgba(16,32,48,255) 0%, rgba(32,48,64,255) 33%, rgba(32,48,64,255) 66%, rgba(16,32,48,255) 100%);
	border: 2px solid #FD5;
	border-radius: 50px;
	padding: 20px;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: calc(100% - 40px);
}
.login-form-auth {
	padding: 15px;
}
.login-form-auth h6 {
	font-size: 18px;
	color: #FDA;
	margin: 20px;
}
.login-form-group {
	color: #DA8;
	margin: 10px;
}
.login-textbox { 
	font-size: 18px;
	padding:5px;
}
.login-rememberme { 
	margin: 15px;
}
.login-rememberme-label { 
	font-size: 18px;
	padding:5px;
	color: #FDA;
}
.login-submit-button {
	font-size: 18px;
	padding:5px;
	border: 1px solid #DA8;
	border-radius: 5px;
	background: rgba(16,32,48,0.75);
	color: #FDA;
}
.login-recover-pw a {
	color: #FD5;
}



.profile-edit-container {
	display: flex;
	flex-direction: row;
}

.profile-edit-map-config-column {
	width: max-content;
	padding: 10px;
	border-left: 2px solid #DA8;
	padding-left: 0px;
}

.profile-edit-map-config-header {
	font-size: 18px;
	font-weight: bold;
	color: #FDA;
	padding-bottom: 50px;
}

.profile-edit-map-config-group {
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: left;
	padding: 5px;
	border-top: 2px solid #DA8;
}

.profile-edit-map-config-group-title {
	color: #FD8;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}

.profile-edit-map-config-group-row {
	margin-left: 40px;
}

.profile-edit-map-config-group-label {
	color: #FDA;
	font-size: 14px;
}


/* DASHBOARD? */

.map_selector_table_autosize_column {
	width: auto;
	margin: auto;
}

.map_selector_table_autosize_column_content {
	background: linear-gradient(rgba(16,32,48,255) 0%, rgba(32,48,64,255) 33%, rgba(32,48,64,255) 66%, rgba(16,32,48,255) 100%);
	border: 2px solid #FD5;
	border-radius: 50px;
	padding: 20px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: min-content;
}

.dashboard-user-table {
	
}

.dashboard-user-table td {
	color: #FDA;
}


























.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-centered {
	align-items: center;
	justify-content: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.text-centered {
	text-align: center;
}


/* ########## SERVER SELECTION ########## */
.map_selector_border {
	padding: 10px;
	margin: 10px;
}
.map_selector-grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 10px;
	padding: 10px;
}
.map_selector-grid-item {
	width: 300px;
	height: 300px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.map_selector_table_category {
	font-size:2em;
	text-align:center;
	margin: 0px;
	padding:20px;
	color: #FDA;
	font-weight: bold;
	text-shadow: 0px 0px 20px #000;
}

.map_selector_table_option {
	background: linear-gradient(rgba(16,32,48,255) 0%, rgba(32,48,64,255) 33%, rgba(32,48,64,255) 66%, rgba(16,32,48,255) 100%);
	border:2px solid #555;
	border-radius: 15px;
	padding: 20px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}
.map_selector_table_option:hover {
	border:2px solid #FD0;
	padding: 20px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
    box-shadow: 0 0 15px rgba(255,225,0,0.2);
}

.whatsnew_container {
	padding: 20px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align: left;
	color: #FDA;
	max-height: 400px;
	overflow-y: scroll;
}


/* ########## ITEM GRID CONTAINER ########## */

.grid-container {
	display: grid;
	grid-template-columns: fit-content(12px) auto fit-content(12px);
	background-color: transparent;
	padding: 0px;
	justify-content: center;
	width: 80%;
	margin:auto;
	margin-top: 50px;
}
.grid-container .grid-item {
	display:block;
	padding: 16px;
	margin: -10px;
}
.grid-container-border-top {
	background: url('/assets/images/gridcontainer/border-top.png');
	background-repeat: repeat-x;
	background-position: top;
}
.grid-container-border-bottom {
	background: url('/assets/images/gridcontainer/border-bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.grid-container-border-left {
	background: url('/assets/images/gridcontainer/border-left.png');
	background-repeat: repeat-y;
	background-position: left;
}
.grid-container-border-right {
	background: url('/assets/images/gridcontainer/border-right.png');
	background-repeat: repeat-y;
	background-position: right;
}
.grid-container-corner-top-left {
	background: url('/assets/images/gridcontainer/border-corner-top-left2.png');
	background-repeat: no-repeat;
	background-position: bottom, right;
	z-index: 20;
}
.grid-container-corner-top-right {
	background: url('/assets/images/gridcontainer/border-corner-top-right2.png');
	background-repeat: no-repeat;
	background-position: bottom, left;
	z-index: 20;
}
.grid-container-corner-bottom-left {
	background: url('/assets/images/gridcontainer/border-corner-bottom-left2.png');
	background-repeat: no-repeat;
	background-position: top, right;
	z-index: 20;
}
.grid-container-corner-bottom-right {
	background: url('/assets/images/gridcontainer/border-corner-bottom-right2.png');
	background-repeat: no-repeat;
	background-position: top, left;
	z-index: 20;
}
.grid-container-content {
	background: linear-gradient(rgba(18,13,8,0.75) 0%, rgba(28,23,18,0.75) 10%, rgba(28,23,18,0.75) 90%, rgba(18,13,8,0.75) 100%);
	grid-column: 2;
	padding: 16px;
	margin: -10px;
}

























/* VERIFY PAGE */

.verification-request-column_content {
	background: linear-gradient(rgba(16,32,48,255) 0%, rgba(32,48,64,255) 33%, rgba(32,48,64,255) 66%, rgba(16,32,48,255) 100%);
	border: 2px solid #FD5;
	border-radius: 50px;
	padding: 20px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 75%;
	margin: auto;
}
.verification-request {
	
}
.verification-request h6 {
	font-size: 24px;
	color: #F00;
	margin: 25px;
}
.verification-request p {
	color: #FDA;
	font-size: 16px;
	text-align: center;
}
.verification-request a {
	color: #FD5;
}






/* PAGE FOOTER */

.page-footer-disclaimer {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: rgb(165,120,64);
	text-shadow: 1px 1px 3px black;
	margin: 50px;
	margin-left: 100px;
	margin-right: 100px;
}

.page-footer-attrib {
	width: 100%;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #CCC;
	text-shadow: 1px 1px 3px black;
	margin-top: 50px;
	margin-bottom: 50px;
}


















/* Custom Leaflet UI Styling */
.legend {
	border: 1px solid #DA8;
	background: rgba(32,26,8,0.75);
	color: #FFF;
    line-height: 18px;
}
.legend p {
    height: 18px;
    margin: 5px;
    opacity: 1;
    font: 12px/14px Arial, Helvetica, sans-serif;
	color: #FDA;
}
.legend h4 {
	color: #FDA;
    margin: 5px;
	font-size: 24px;
	text-align:center;
}
.legend hr {
	clear:left;
    margin: 15px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
	clear:left;
}
.info {
	border: 1px solid #DA8;
	background: linear-gradient(rgba(16,32,48,255) 0%, rgba(32,48,64,255) 33%, rgba(32,48,64,255) 66%, rgba(16,32,48,255) 100%);
	color: #FDA;
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.map-marker-label-deed {
	background: #124;
	color: #FDA;
	padding: 2px;
	border: 1px solid #DA8;
	box-shadow: 0 0 10px #000;
}
.map-marker-label-deed:before {
	display: none;
}

.map-marker-label-deed-merchant {
	background: #124;
	color: #FD2;
	padding: 2px;
	border: 1px solid #CA0;
	box-shadow: 0 0 10px #000;
	font-size: 12px;
	z-index: 8888;
}
.map-marker-label-deed-merchant:before {
	display: none;
}

.map-marker-label-deed-starter {
	background: #124;
	color: #FD2;
	padding: 2px;
	border: 2px solid #CA0;
	box-shadow: 0 0 10px #000;
	font-size: 14px;
	font-weight: bold;
	z-index: 9999;
}
.map-marker-label-deed-starter:before {
	display: none;
}

.map-marker-label-tower {
	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 0px;
	border: none;
	box-shadow: 0 0 5px #000;
	font-size: 10px;
}
.map-marker-label-tower:before {
	display: none;
}


/*
Grinder SkillCalc Styling
*/
.grinder-controls-single {
	display: flex;
	flex-direction: column;
	color: #FDA;
	padding: 5px;
}

.grinder-sim-stats {
	background: rgba(0,0,0,0.25);
	margin: 10px;
	padding: 5px;
}

.grinder-sim-stats-single {
	background: rgba(0,0,0,0.25);
	padding: 5px;
}

.grinder-footnote {
	margin: 15px;
	color: #FC9;
	font-size: 12px;
}


/*
Global Custom Input Styling
*/
input[type=number] {
	background: rgba(16,32,48,0.75);
	border: 1px solid #DA8;
	color: #FDA;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	background: rgba(16,32,48,0.75);
	border: 1px solid #DA8;
	color: #FDA;
}

input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: inner-spin-button !important;
	background: rgba(16,32,48,0.75);
	border: 1px solid #DA8;
	color: #FDA;
}

input[type="text"], input[type="password"], input[type="email"] {
	border: 0;
	background: rgba(32,48,64,0.75);
	box-shadow: inset 0em 0em 0.5em rgba(0,0,0,0.75);
	color: #FDA;
}
input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #FC5;
	background: rgba(48,32,16,0.75);
	color: #FDA;
}

input[type="button"], input[type="submit"], button {
	border: 1px solid #DA8;
	background: rgba(16,32,48,0.75);
	color: #FDA;
	border-radius: 5px;
}
select {
	border: 1px solid #DA8;
	background: rgba(16,32,48,0.75);
	color: #FDA;
	border-radius: 5px;
}


.leaflet-container .leaflet-control-attribution {
	background: rgba(16,32,48,0.75);
	border: 1px solid #FC5;
	color: #FDA;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: rgba(16,32,48,0.75);
	border: 1px solid #FC5;
	color: #FDA;
}
.leaflet-touch .leaflet-bar a {
	background: rgba(16,32,48,0.75);
	border: 1px solid #FC5;
	color: #FDA;
}
.leaflet-touch .leaflet-bar a:hover {
	background: rgba(32,48,64,0.75);
	border: 1px solid #FD8;
	color: #FDA;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	background: linear-gradient(rgba(16,32,48,255) 0%, rgba(32,48,64,255) 33%, rgba(32,48,64,255) 66%, rgba(16,32,48,255) 100%);
	border: 1px solid #FC5;
	color: #FDA;
}
.leaflet-control-layers-group-name {
	background: rgba(16,32,48,0.75);
	color: #FC5 !important;
}
.leaflet-control span {
	color: #FDA;
}
.serverinfo-panel-border {
	margin: 1px;
	color: #FDA;
	border-radius: 5px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0) 50%, rgba(0, 0, 0, 0.3) 100%);
	padding: 20px;
	font-size: 20px;
	border: 1px solid #DA8;
	text-align: center;
}
.serverinfo-panel-inner {
	margin: 0px;
}
.server-event-list {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.server-event-list-item {
	max-width: 400px;
	padding: 10px;
}
.server-event-list-item:nth-child(odd) {
	background: rgba(255,255,255,0.05);
}
.server-event-list-item .date {
	font-weight: bold;
}






.serverinfo-col {
	display:flex;
	flex-direction:column;
	margin-top:10px;
}

.serverinfo-row {
	display:flex;
	flex-direction:row;
}

.serverinfo-metadata-container {
	display: flex;
	flex-direction: column;
	text-align:left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.serverinfo-metadata-maptitle {
	font-size:42px;
}

.serverinfo-metadata-mapdescr {
	font-size:18px;
}

.serverinfo-metadata-maptext {
	font-size:12px;
}

.serverinfo-metadata-mapstats {
	display:flex;
	flex-direction:row;
	font-size:12px;
}

.serverinfo-metadata-mapstats-single {
	display:flex;
	flex-direction:row;
	border:1px solid #FDA;
}

.serverinfo-metadata-mapstats-single div {
	padding:5px;
}

.serverinfo-rift-timer {
	margin-top: 10px;
	margin-bottom: 10px;
}

.serverinfo-rift-timer-expired {
	font-size:16px;
	text-decoration:line-through;
}

.serverinfo-settlement-founded {
	display:flex;
	flex-direction:row;
	background:rgba(0,255,0,0.2);
	font-size:12px;
	border-top:2px solid rgba(255,255,255,0.3);
	border-bottom:2px solid rgba(255,255,255,0.3);
	padding:3px;
}

.serverinfo-settlement-disbanded {
	display:flex;
	flex-direction:row;
	background:rgba(255,0,0,0.2);
	font-size:12px;
	border-top:2px solid rgba(255,255,255,0.3);
	border-bottom:2px solid rgba(255,255,255,0.3);
	padding:3px;
}

.serverinfo-settlement-item-date {
	font-weight: bold;
}

.serverinfo-settlement-item-text {
	margin-left:15px;
}

.serverinfo-missions-tab {
	border-radius:10px 10px 0px 0px;
	background:#269;
	color:#FD8;
	text-align:center;
	margin-top:10px;
	width:30%;
	font-size:16px;
	box-shadow: inset 0px 0px 20px #000;
	border:2px solid #FDA;
	border-bottom:none;
}

.serverinfo-missions-tab-container {
	display:flex;
	flex-direction:column;
	border:2px solid #FD8;
}

.serverinfo-missions-single-lib {
	display:flex;
	flex-direction:row;
	background:rgba(150,0,150,0.2);
	font-size:12px;
	border-top:2px solid rgba(255,255,255,0.3);
	border-bottom:2px solid rgba(255,255,255,0.3);
	padding:3px;
}

.serverinfo-missions-single-vyn {
	display:flex;
	flex-direction:row;
	background:rgba(0,75,185,0.2);
	font-size:12px;
	border-top:2px solid rgba(255,255,255,0.3);
	border-bottom:2px solid rgba(255,255,255,0.3);
	padding:3px;
}

.serverinfo-missions-single-fo {
	display:flex;
	flex-direction:row;
	background:rgba(0,185,75,0.2);
	font-size:12px;
	border-top:2px solid rgba(255,255,255,0.3);
	border-bottom:2px solid rgba(255,255,255,0.3);
	padding:3px;
}

.serverinfo-missions-single-mag {
	display:flex;
	flex-direction:row;
	background:rgba(205,55,55,0.2);
	font-size:12px;
	border-top:2px solid rgba(255,255,255,0.3);
	border-bottom:2px solid rgba(255,255,255,0.3);
	padding:3px;
}

.serverinfo-missions-single-cons {
	display:flex;
	flex-direction:row;
	background:rgba(125,125,125,0.2);
	font-size:12px;
	border-top:2px solid rgba(255,255,255,0.3);
	border-bottom:2px solid rgba(255,255,255,0.3);
	padding:3px;
}

.serverinfo-missions-single-item-date {
	font-weight: bold;
}

.serverinfo-missions-single-item-text {
	margin-left: 15px;
}

.serverinfo-highlighted-item-single {
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
	background:rgba(125,125,125,0.2);
	font-size:12px;
	border-top:2px solid rgba(255,255,255,0.3);
	border-bottom:2px solid rgba(255,255,255,0.3);
}

.serverinfo-rites-single-item-name {
	font-weight: bold;
}

.serverinfo-rites-single-item-god {
	font-weight: bold;
	margin-left: 15px;
}

.serverinfo-rites-single-item-date {
	font-weight: bold;
	margin-left: 15px;
}

.serverinfo-rites-single-item-caster {
	font-weight: bold;
	margin-left: 15px;
}






.serverinfo-rites-table {
	font-size: 12px;
}

.serverinfo-rites-table tr td {
	padding: 5px;
}





.serverinfo-harvests-item-icon {
	width: 10%;
	margin: 0px;
	padding: 0px;
}
.serverinfo-harvests-item-icon img {
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

.serverinfo-harvests-item-name {
	width: 30%;
	margin: 0px;
	padding: 0px;
}

.serverinfo-harvests-item-start {
	width: 30%;
	margin: 0px;
	padding: 0px;
}

.serverinfo-harvests-item-end {
	width: 30%;
	margin: 0px;
	padding: 0px;
}























































.editor-panel {
	margin-top:5px;
	margin-bottom:5px;
}

.route-finder-panel {
	max-width: 450px;
	height: 250px;
	margin-top:5px;
	margin-bottom:5px;
}

.route-finder-processing-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(48,32,28,0.75);
	box-shadow: inset 0em 0em 15em rgba(0,0,0,0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.route-finder-processing-overlay-info {
	display: block;
}

.route-finder-processing-overlay-info-logo {
	background: url('../images/logo.png');
	width: 200px;
	height: 200px;
	background-size: contain;
	background-position: center;
	margin-bottom: -25px;
}

.route-finder-processing-overlay-info-loadingbar {
	width: 200px;
	height: 15px;
	border-radius: 5px;
	background: rgb(96,64,56);
	padding: 3px;
	box-shadow: 0px 0px 20px black;
}

.route-finder-processing-overlay-info-loadingbar-progress {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: repeating-linear-gradient( 45deg, #CCAA55, #CCAA55 10px, #997733 10px, #997733 20px );
	animation-name: progress-bar-stripes;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.route-finder-processing-overlay-info-text {
	color: #FFDDCC;
	text-shadow: 0px 0px 15px black;
	text-align: center;
}

@-webkit-keyframes progress-bar-stripes {
	from  { background-position: 0 0; }
	to    { background-position: 194px 0; }
}

@keyframes progress-bar-stripes {
	from  { background-position: 0 0; }
	to    { background-position: 194px 0; }
}




.flex-col {
	display: flex;
	flex-direction: column;
}
.flex-row {
	display: flex;
	flex-direction: row;
}
.flex-wrap {
	flex-wrap: wrap;
}		
.flex-centered {
	justify-content: center;
	align-items: center;
}
.flex-wrap {
	flex-wrap: wrap;
}


/* ##### CHARACTER PAGE ##### */
.char-display-header {
	color: #FDA;
	width: max-content;
	margin: 20px;
	position: relative;
	display:flex;
}

.char-display-header-stats {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.char-display-header-stats h1 {
	color: #FDA;
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

.char-display-header-stats div {
	color: #DA8;
}

.char-display-header-stats div span {
	color: #FDA;
}

#char-info-cluster {
	font-style: italic;
	color: #AAA;
}

#char-info-gender {
	font-style: italic;
	color: #AAA;												
}

.char-display-header-buffs {
	background: linear-gradient(rgb(8,16,24) 0%, rgb(16,32,48) 50%, rgb(8,16,24) 100%);
	border: 1px solid #DA8;
	border-radius: 15px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	bottom: 0px;
	flex-wrap: wrap;
	max-width: 300px;
	position: absolute;
}

.char-display-header-buffs div {
	margin: 5px;
}

.char-display-skills-group {
	display: flex;
	flex-direction: column;
	/*background: linear-gradient(rgb(24,16,8) 0%, rgb(48,32,16) 50%, rgb(24,16,8) 100%);*/
	background: linear-gradient(rgb(8,16,24) 0%, rgb(16,32,48) 50%, rgb(8,16,24) 100%);
	padding: 10px;
	border: 1px solid #DA8;
	box-shadow: inset 0px 0px 20px #000;
	border-radius: 15px;
}

.char-display-skills-group h2 {
	margin-top: 0px;
	color: #FDA;
}

.char-display-skills-group div:nth-child(even) {
	background: rgba(255,255,255,0.05);
}

.spell-effects-container {
	background: linear-gradient(rgb(8,16,24) 0%, rgb(16,32,48) 50%, rgb(8,16,24) 100%);
	border: 1px solid #DA8;
	border-radius: 10px;
	color: #DA8;
	padding: 5px;
}

.spell-effects-container div h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #FDA;
}

.collage {
	columns: 320px;
	column-gap: 10px;
	padding: 10px;
	width:80vw;
	max-width: 1600px;
}

.collage-item {
	break-inside: avoid;
	margin-bottom: 10px;
	/*background-color: #f0f0f0;
	padding: 10px;*/
}

.collage-item-container {
	background: linear-gradient(rgb(8,16,24) 0%, rgb(16,32,48) 50%, rgb(8,16,24) 100%);
	border: 1px solid #DA8;
	border-radius: 10px;
	color: #999;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.collage-item-container div h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #FDA;
}

.collage-item-container div div div {
	margin: 0px;
	padding: 8px;
	width: 100%;
}

.collage-item-container div div div:nth-child(even) {
	background: rgba(255,255,255,0.1);
}

.collage-item-container div div div:hover {
	border-top: 2px solid rgba(255,255,255,0.35);
	border-bottom: 2px solid rgba(255,255,255,0.35);
}

.collage-item-container div div div h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #DA8;
	width: max-content;
}

.collage-item-container div div div p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.collage-item-container div div div span {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	float: right;
}

.collage-item-container-top-skill {
	display: flex;
	flex-direction: row;
}
.collage-item-container-top-skill-left {
	display: flex;
	flex-direction: column;
}
.collage-item-container-top-skill-left p {
	width: max-content;
}
.collage-item-container-top-skill-right {
	text-align: right;
	background: transparent !important;
	width: 100%;
	margin-right: 10px !important;
}



/* ##### CHARACTER EQUIPMENT WIDGET ##### */
#character-equipment {
	position: relative;
	width: 331px;
	height: 487px;
	background-image: url('../images/paperdoll.PNG');
	background-size: cover;
	margin: auto;
}

.item-box {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #555;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.item-box-img {
	padding: 0px;
	margin: 0px;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.populated {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #888;
	background: radial-gradient(#543, #000);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.equipment-loading-overlay {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color:#FDA;
	background: linear-gradient(rgba(8,16,24,0) 0%, rgba(16,32,48,0.95) 50%, rgba(8,16,24,0) 100%);
	z-index: 99;
	position: relative;
}

.equipment-loading-overlay div {
	width: max-content;
	margin: auto;
}




/* ##### CHARACTER EDIT PAGE ##### */
.tome-option-container {
	background: #135;
	border: 1px solid #DA8;
	border-radius: 10px;
	color: #FDA;
	margin: 5px;
	padding: 5px;
}

.tome-option-container:hover {
	background: #246;
	color: #FF0;
}

.tome-option-container-selected {
	background: #DA8 !important;
	border: 1px solid #135 !important;
	border-radius: 10px;
	color: #135 !important;
	margin: 5px;
	padding: 5px;
}

.tomes-container {
	background: linear-gradient(rgb(8,16,24) 0%, rgb(32,48,64) 50%, rgb(8,16,24) 100%);
	border: 1px solid #DA8;
	border-radius: 10px;
	color: #FDA;
	padding: 5px;
	width: max-content;
}

.form-entry {
	width:100%;
	background: linear-gradient(rgb(8,16,24) 0%, rgb(32,48,64) 50%, rgb(8,16,24) 100%);
	color: #FDA;
	margin: 10px;
	border: 1px solid #DA8;
	border-radius: 8px;
	padding: 5px;
}

.form-entry p {
	margin: 0px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 18px;
}

.custom-file-upload {
  display: inline-block;
}

.custom-file-upload-button {
  background-color: #135; /* Button background color */
  color: #FDA;
  padding: 10px 20px;
  border: 1px solid #DA8;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.custom-file-upload-button:hover {
  background-color: #531; /* Hover effect */
}

.custom-file-upload-file-name {
  margin-left: 10px;
  color: #DA8; /* Text color for file name */
}






/* ##### HELPER BLIPS ##### */
.helper-blip {
	font-family: arial;
	cursor: help;
	color: #AAA;
	margin-left: 5px;
	font-weight: bold;
	border: 1px solid #AAA;
	border-radius: 5px;
}
.helper-tooltip {
	font-family: arial;
	background: #124;
	border: 1px solid #DA8;
	color: #FDA;
	padding: 5px 10px;
	border-radius: 3px;
	max-width: 200px;
	font-size: 14px;
	z-index: 1000; /* Ensure it appears above other elements */
	box-shadow: 0px 0px 20px #000;
	border-radius: 10px;
}