body 
{
	background-color: #778899;
	color: white;
	
	/*
	/* The only thing I'll ever copy and paste
	/*	from SO. Disables text highlighting on
	/*	everything in the application. Highlight
	/*	may be reenabled on select elements
	/*	where desired.
	*/
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Chrome/opera */
}

body.body-login 
{
	text-align: center;
	background-image: url("earf.jpg");
	background-repeat : no-repeat;
	background-size : cover;
}

body.body-main
{
	background-image: url("earf.jpg");
	background-repeat : no-repeat;
	background-size : cover;
	background-attachment : fixed;
	margin : 0px;
	overflow : auto;
}

html.no-scroll
{
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

/* Version Log Link */

#version-link-container
{
	display		: inline;
	font-size	: medium;
	transition	: .5s;
}

#version-link-container:hover
{
	background-color: white;
	color			: black;
}

#version-number-link
{
	text-decoration	: underline;
	cursor			: pointer;
}


/* Cesium Stuff */
.landing-page-cesium-container
{
	height		: 75%;
	max-height	: 75%;
	width		: 100%;
	position	: relative;
}

#cesiumContainer 
{
  width: 100%;
  margin: 0px; 
  padding: 0px; 
  overflow: hidden;
  border: 1px solid white;
  border-radius : 5px;
  position : relative;
}

.cesium-viewer
{
	height: auto !important;
}

/* Login page */
.login-table 
{
	border: 1px solid white;
	border-radius: 10px;
	padding: 7px;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.login-title-row 
{
	text-align: center;
	font-size: 20;
	font-weight: bold;
}

.login-table input
{
	outline : none;
	border: none;
	padding: none;
	margin: none;
	width: 100%;
	height: 100%;
	border-radius : 2px;
}

.login-button 
{
	color: white;
	font-size: 14px;
	border: 1px solid #888899;
	background-color: #888899;
	border-radius: 5px;
	margin-top: 10px;
	padding: 5px 15px;
	width: 100%;
	text-align: center;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.login-button:hover 
{
	background-color: white;
	color: black;
}

/* Main Application */
.page-header
{
	background-color : #888899;
	border : 1px solid white;
	border-radius : 0px 0px 7px 7px;
	overflow : hidden;
	padding: 0.25em;
	font-size : 32px;
	color : white;
	width : 99%;
	height: 50px;
	position : fixed;
	top : 0;
	z-index : 5;
}

.header-left
{
	text-overflow	: ellipsis;
	display			: inline-block;
}

.header-nav, .header-right
{
	display	: inline-block;
	float	: right;
}

.navbar 
{
	float: right;
	list-style-type : none;
	margin: 0;
	padding: 0;
	height: 100%;
	margin-right: 5%;
	visibility : hidden;
}

/* Tabbed Pane stuff. */
.tab
{
	overflow : hidden;
	border: 1px solid white;
	background-color : #888899;
	border-radius : 7px 7px 0px 0px;
	padding-bottom : none;
	display : inline-block;
	
}

.tab .sticky {
	position : fixed;
	top : 50;
}

.tab button
{
	background-color : #888899;
	float : left;
	color : white;
	font-size : 20px;
	border : none;
	border-right : 1px solid white;
	outline : none;
	cursor : pointer;
	padding : 10px;
	transition : 0.4s;
}

.tab button:hover
{
	background-color : #aaccff;
	color : white;
}

.tab button.active
{
	background-color : white;
	color : black;
	border-left : 1px solid white;
	border-right : 1px solid white;
}

.tab button.logout
{
	float : right;
	border-left : 1px solid white;
}

.tabcontent, .subtabcontent
{
	display : none;
	background-color : #9999AA;
	border : 1px solid white;
	padding : 1em;
	padding-top : 0em;
	border-radius : 0px 0px 7px 7px;
	height : inherit;
	overflow: auto;
}

.pagecontent
{
	display : block;
	background-color : #9999AA;
	border : 1px solid white;
	padding : 1em;
	padding-top : 0em;
	border-radius : 7px;
	height : inherit;
	overflow:auto;	
}

.username-display
{
  font-size : 14;
  color : white;
  float : right;
  padding : 0.25em;
  vertical-align : middle;	
  text-align : center;
  height : inherit;
}

.update-password
{
	margin-top : 0.25em;
	margin-bottom : 0.25em;
	cursor : pointer;
	border : 0px;
	border-radius : 4px;
	background-color : inherit;
	color : inherit;
}

.page-header button.logout
{
	background-color : #888899;
	float : right;
	color : white;
	font-size : 20px;
	border : none;
	border-radius : 3px;
	outline : none;
	cursor : pointer;
	padding : 10px;
	transition : 0.4s;
}

.page-header button.logout.active
{
	background-color : white;
	color : black; 
}

.page-header  button:hover
{
	background-color : white;
	color : black; 
}

.main
{
	border: 1px solid white;
	border-top : none;
	border-radius: 0px 0px 10px 10px;
	padding: 7px;
	background-color: rgba(0, 0, 0, 0.8);
	width : 80%;
	padding: 0.5em;
	margin : auto;
	margin-top : 70px;
}

/* Modal Dialog Stuff */
.modal 
{
  	display: none;
  	position: fixed;
  	z-index: 10;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	overflow: auto;
  	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content 
{
 	background-color: #666677;
 	margin: 15% auto;
 	padding: 7px;
 	padding-bottom : 3px;
 	border: 1px solid white;
 	border-radius : 5px;
 	width: 30%;
 	min-width: 600px;
}

.modal-header
{
	overflow : hidden;
	border : none;
	text-align: left;
	background-color : #666677;
	padding-bottom: none;
	padding:0.25em; 
	font-size:20
}

.modal-body
{
	border : none;
	text-align : left;
	padding-left : 1.0em;
	padding-right : 1.0em;
}

.modal-message
{
	text-align : center;
	margin-bottom : 1em;
	white-space : pre-line;
}

.modal-footer
{
	overflow : hidden;
	border : none;
	background-color : #666677;
	padding-bottom: none;
	padding:0.25em; 
	display: inline-block;
	text-align: right;
	margin: auto;
	width: 98%;
}

.modal-footer button 
{
  	background-color: #888899;
  	color: white;
  	font-size: 14px;
  	outline: none;
  	border : 1px solid white;
  	border-radius : 3px;
  	cursor: pointer;
  	width : 20%;
  	padding : 0.4em;
  	margin : 0.4em;
  	transition: 0.4s;
  	min-width: 110px;
}

.modal-footer button:hover 
{
	background-color: white;
	color: black;
}

.modal-content-table
{
	display : table;
	width : 100%;
}

.modal-content-row {
  display: table-row;
  text-align: center-left;
  background-color: white;
  color: black;
}

.modal-content-cell {
  position: relative;
  display: table-cell;
  border: none;
  border-top: 1px solid black;
  border-right : 3px solid #f1f1f1;
  padding: 0.25em;
  vertical-align: middle;
}

.modal-content input[type=text],
.modal-content input[type=password],
.modal-content select {
  outline: none;
  border: none;
  padding: none;
  margin: none;
  height: 100%;
  width : 100%;
  font-size:14px;
}

.modal-content textArea
{
  outline: none;
  border: none;
  padding: none;
  margin: none;
  height: 100%;
  width : 100%;
  resize : none;
  font-size:14px;
}

.modal-content input[type=range]
{
	width: 85%;
	vertical-align: middle;
	padding-top: 0px;
	background: none;
}

.modal-content output
{
	vertical-align: middle;
	font-weight: bold;
}

.modal-content input[type=text]:focus,
.modal-content input[type=password]:focus,
.modal-content select:focus
{
	background-color : #aaccff;
}

.sp-container
{
	top: 36px !important;
	left: 4px !important;
}

.icon-clock
{
    cursor: pointer;
    border: outset;
    padding: 2px;
    border-color: #9e9e9e;
}

.icon-clock:active 
{
	border: inset;
}

.required-asterisk
{
	color : red;
	display : inline;
	margin-left : 1px;
}

.tooltip
{
	border: 2px solid red !important;
}

.tooltiptext
{
	visibility : hidden;
	background-color : #555;
	color : #fff;
	text-align : left;
	padding : 5px;
	border-radius: 6px;
	position : absolute;
	z-index : 1;
	bottom : 100%;
	left : 50%;
	opacity : 0;
	transition : opacity 0.3s;
	width : 300px;
	margin-left : -150px;
	white-space : pre-line;
}

.tooltiptext::after 
{
	content : "";
	position : absolute;
	top : 100%;
	left : 50%;
	margin-left : -5px;
	border-width : 5px;
	border-style : solid;
	border-color : #555 transparent transparent transparent;
}

.tooltip:hover + .tooltiptext
{
	visibility : visible;
	opacity : 1;
}

.close 
{
  	color: white;
  	float: right;
  	font-size: 24;
  	font-weight: bold;
  	cursor: pointer;
  	display: block;
  	transition: 0.4s;
  	border-radius : 3px;
}

.close:hover 
{
	background-color : white;
	color: black;
}

.expand 
{
  	color: white;
  	float: right;
  	font-size: 18;
  	font-weight: bold;
  	cursor: pointer;
  	display: block;
  	transition: 0.4s;
  	border-radius : 3px;
    margin-top: 10px;
}

.expand:hover 
{
	background-color : white;
	color: black;
}

/* List View Stuff */
.textbox
{
	padding : 0.5em;
  	overflow : hidden;
  	background-color: #888899;
  	color: white;
  	border-radius : 0px 7px 7px 0px;
  	border: 1px solid white;	
}

.poplistviewcontainer
{
	overflow: hidden;
  	background-color: #888899;
  	padding-bottom: none;
  	border-radius : 7px 0px 0px 0px;
  	border : solid 1px white;
}

.poplistviewbuttonbar 
{
  overflow: hidden;
  background-color: #888899;
  height: 26px;
  padding-bottom: none;
  border-radius : 0px 0px 0px 7px;
  border : solid 1px white;
  border-top: solid 1px black;
}

.listviewcontainer
{
	overflow: hidden;
  	background-color: #888899;
  	padding-bottom: none;
  	border-radius : 7px 7px 0px 0px;
  	border : solid 1px white;
}

.listviewbuttonbar 
{
  overflow: hidden;
  background-color: #888899;
  height: 26px;
  padding-bottom: none;
  border-radius : 0px 0px 7px 7px;
  border : solid 1px white;
  border-top: solid 1px black;
}

.listviewbuttonbar #miscButtons
{
	width: max-content;
	float: right;
}

.listviewbuttonbar button,
.poplistviewbuttonbar button {
  background-color: inherit;
  float: right;
  color: white;
  font-size: 14px;
  outline: none;
  border: none;
  border-left: 1px solid white;
  cursor: pointer;
  padding:0.4em;
  margin-right:1px;
  transition: 0.4s;
}

/* Disabled button */
.listviewbuttonbar button[disabled],
.poplistviewbuttonbar button[disabled] {
  background-color: inherit;
  float: right;
  color: #a2a2b2;
  font-size: 14px;
  outline: none;
  border: none;
  border-left: 1px solid white;
  cursor: pointer;
  padding:0.4em;
  margin-right:1px;
}

.listviewbuttonbar button.pagination,
.poplistviewbuttonbar button.pagination {
	float: left;
	border: none;
  	border-right: 1px solid white;
  	width: 30px;
}

.listviewbuttonbar button.selected,
.poplistviewbuttonbar button.selected {
	float: left;
	background-color : white;
	color : black;
}

.listviewbuttonbar button:hover,
.poplistviewbuttonbar button:hover
{
	background-color: white;
	color: black;
}

/* Disabled hover */
.listviewbuttonbar button[disabled]:hover,
.poplistviewbuttonbar button[disabled]:hover
{
	background-color: inherit;
	color: #a2a2b2;
	cursor: not-allowed;
}

.listviewbuttonbar select,
.poplistviewbuttonbar select {
	float : right;
	height: 100%;
	width : 45px;
	outline: none;
 	border: none;
 	border-left : 1px solid white;
 	background-color : #888899;
 	color : white;
  	padding: none;
  	margin: auto;
  	vertical-align : middle;
  	font-size : 14;
}

.rListView {
  display:table;
  table-layout : fixed;
  overflow: hidden;
  width: 100%;
}

.rListViewContent {
  display: table-row-group;
  height: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
}

.rListViewRow {
  display: table-row;
  text-align: center-left;
  background-color: white;
  color: black;
  padding: 10em;
  vertical-align: middle;
  cursor: pointer;
}

.rListViewBlankRow {
  display: table-row;
  text-align: center-left;
  background-color: white;
  color: black;
  padding: 10em;
  vertical-align: middle;	
}

.rListViewRow:hover,
.rListViewRowDead:hover {
  background-color: #aaccff;
  color:white;
}

.rListViewRow.selected,
.rListViewRowDead.selected {
  background-color: #6688bb;
  color:white;
}

.rListViewHeaderRow {
  display: table-row;
  text-align: center-left;
  background-color: #888899;
  font-weight: bold;
  border-radius : 7px, 7px, 0px, 0px;
}

.rListViewRowDead {
	display : table-row;
	text-align : center-left;
	background-color : #cccccc;
	color : black;
	padding : 10em;
	vertical-align: middle;
	cursor: pointer;
}

.rListViewRowData {
  display: table-row;
  text-align: center-left;
  background-color: white;
  color: black;
  padding: 10em;
  vertical-align: middle;
}

.rListViewCell {
  display: table-cell;
  padding: 0.25em;
  padding-left: 1em;
  padding-right: 1.0em;
  vertical-align: middle;
  border-top: 1px solid black;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis;
}

.rListViewBlankCell {
 display: table-cell;
 padding: 0.25em;
 padding-left: 1em;
 padding-right: 1.0em;
 vertical-align: middle;
 border-top: 1px solid black;
}

.rListViewHeaderCell {
  display: table-cell;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.25em;
  border-radius : 7px, 7px, 0px, 0px;
}

.rListViewHeaderCellSortable {
	line-height: 1em;
	cursor: pointer;
}

/* Grid Stuff */
.gridHeader {
  text-align: center-left;
  background-color: #888899;
  font-weight: bold;
  border : 1px solid white;
  border-radius : 7px 7px 0px 0px;
  padding-top : 0.5em;
  
}

.rGrid {
  background-color: #888899;
  display: table;
  border : 1px solid white;
  border-radius : 7px 7px 0px 0px;
  padding-top : 1.5em;
}

.rGridBlock {
  display: table-row-group;
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.rGridRow {
  display: table-row;
  text-align: center-left;
  padding: 10em;
  background-color : white;
}

.rGridHeaderRow {
  display: table-row;
  text-align: center-left;
  padding: 10em;
  background-color : #888899;
}

.rGridRowHoverable {
  display: table-row;
  text-align: center-left;
  padding: 10em;
  background-color : white;
}

.rGridRowHoverable:hover {
  background-color :#aaccff ;
  color : white;
}

.rGridCell {
  display: table-cell;
  padding: 0.25em;
  padding-left: 1.0em;
  padding-right: 1.0em;
  background-color : inherit;
  color : black;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
  border-top: 1px solid black;
  border-right : 1px solid #f1f1f1;
}

.rGridHeaderCell {
  display: table-cell;
  padding: 0.25em;
  padding-left: 1.0em;
  padding-right: 1.0em;
  background-color : inherit;
  color : white;
}


.rGridCell input[type=text],
.rGridCell select,
.rListView select
{
  outline: none;
  border: none;
  padding: none;
  margin: none;
  height: 100%;
  width : 100%;
  font-size:14px;
}

.rGridCell input[readonly],
.rGridCell select:disabled
{
	background-color : white;
	color : black;
	cursor : default;
}

.rGridCell input[type=text]:focus
{
	background-color : inherit;
	border-radius: 2px;
}

.rGridCell input[readonly]:focus
{
	background-color : inherit;
	border-radius : 2px;
}

.rGridCellHoverable {
  display: table-cell;
  padding: 0.25em;
  padding-left: 1.0em;
  padding-right: 1.0em;
  background-color : inherit;
  color : white;
  border-top: 1px solid black;
  cursor : pointer;
}

.rGridCellHoverable:hover {
	background-color : #aaccff;
	color : white;
}

.rGridCellHoverable input[type=text],
.rGridCellHoverable select
{
  background-color : inherit;
  outline: none;
  border: none;
  padding: none;
  margin: none;
  height: 100%;
  width : 100%;
  font-size:14px;
}

.rGridCellHoverable input:hover
{
	background-color : #aaccff;
}

#character-org-details-block
{
  display:inline-block; 
  float:right;
  width:49%; 
  visibility:hidden; 
  opacity:0; 
  padding-top:1.0em; 
  transition:opacity 0.7s, visibility 0.7s;	
}

.invalidEntry
{
	background-color : #ff8080;
}

/* Autocomplete Field */
.ui-helper-hidden-accessible { display:none; }

.ui-menu { 
	list-style:none; 
	padding: 0; 
	margin: 0; 
	display:block; 
	outline: none;
	border-top : none; 
	border-left: 3px solid teal;
	border-right: 3px solid teal;
	border-bottom: 3px solid teal;
	border-radius : 3px;
	font-size : 14px;
	font-weight: none;
}

.ui-menu .ui-menu 
{ 
	margin-top: -3px; 
	position: absolute; 
}

.ui-menu .ui-menu-item
{ 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}

.ui-menu .ui-menu-divider 
{ 
	/*margin: 5px -2px 5px -2px; */
	height: 0px; 
	font-size: 0; 
	line-height: 0;
	border-width: 0 0 0 0; 
}

.ui-menu .ui-menu-item a 
{ 
	text-decoration: none; 
	display: block; 
	/*padding: 2px .4em; */
	/*line-height: 1.5; */
	font-weight: normal; 
}
	
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active 
{ 
	font-weight: normal; 
	margin: 0px;
	outline : none;
	border-top : none;
	border-bottom : none;
  border-left: 10px solid #99eeff;
	background : #FF99cc;
  color : white
}

hr
{
	border-width: 1px;
	border-style: solid;
}

h3
{
	transition: 0.2s;
}

.clearFilter button
{
	  background-color: #888899;
  	color: white;
  	font-size: 14px;
  	outline: none;
  	border : 1px solid white;
  	border-radius : 3px;
  	cursor: pointer;
  	width : 20%;
  	padding : 0.4em;
  	margin : 0.4em;
  	transition: 0.4s;
  	min-width: 110px;
}

.clearFilter button:hover 
{
	background-color: white;
	color: black;
}

.loadXML
{

}

.loadXML button
{
	background-color: #888899;
  color: white;
  font-size: 14px;
  outline: none;
  border : 1px solid white;
  border-radius : 3px;
  cursor: pointer;
  padding : 0.4em;
  margin : 0.4em;
  transition: 0.4s;
  min-width: 110px;
}

.loadXML button:hover 
{
	background-color: white;
	color: black;
}

#population-name
{
	display: inline; 
	margin-right: 1em;
}

#population-description 
{
	transition : 0.4s;
	resize: none;
	width: 100%;
}

#population-description-box
{
	cursor : pointer;
}

#color-container
{
	display: inline-block; 
	margin-right: 0.5em;
	padding-right: 0.5em;
	font-size: 23; 
}

#pop-latlong-container
{
	display: inline-block;
	padding-left: 20px;
	font-size: 23;
}

#pop-nationality-container
{
	display: inline-block;
	padding-left: 20px;
	font-size: 23;
}

#pop-nationality-container-fill-in
{
	display: inline-block;
}

#population-color
{
	display: inline; 
	color: white; 
	text-decoration: underline;
	cursor: pointer;
}

input[type=range] {
  height: 12px;
  background : #9999AA;
  -webkit-appearance: none;
  padding-top : 5px;
  margin-right : 5px;
  margin-left : 5px;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #B6B6B6;
  border-radius: 6px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-webkit-slider-thumb {
  /*box-shadow: 1px 1px 1px #828282;*/
  border: 1px solid #8A8A8A;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -1px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #B6B6B6;
}


input[type="file"]
{
	border		: 0;
	clip		: rect( 0, 0, 0, 0 );
	height		: 1px;
	width		: 1px;
	position	: absolute;
	white-space	: nowrap;
}

input[type="file"] + label
{
	margin-top		: 10px;
	width			: 96%;
	background-color: #888899;
	color			: white;
	font-size		: 14px;
	outline			: none;
	border			: 1px solid white;
	border-radius	: 3px;
	cursor			: pointer;
	padding			: 0.4em;
	transition		: 0.4s;
	display			: inline-block;
	text-align		: center;
}

input[type="file"] + label:hover
{
	background-color: #e6e6e6;
	color			: black;
	border			: 1px solid black;
}

.listviewbuttonbar input[type="file"] + label
{
  margin-top  : 0px;
	width			  : auto;
	background-color: #888899;
	color			  : white;
	font-size		: 14px;
	outline			: none;
  border      : none;
  border-left : 1px solid white;
	cursor			: pointer;
	padding			: 0.4em;
	transition	: 0.4s;
	display			: inline-block;
	text-align	: center;
}

.listviewbuttonbar input[type="file"] + label:hover
{
	background-color: white;
	color: black;
}

/* Roles Tab */
.flex-container
{
	display			: flex;
	flex-direction	: row;
}

.flex-column-2
{
	flex 	: 50%;
	padding	: 10px;
}

.flex-column-3
{
	flex	: 33%;
	padding	: 10px;
}

.flex-column-4
{
	flex	: 25%;
	padding	: 10px;
}

/* Character Models Tab */

#models input[type="file"]
{
	border		: 0;
	clip		: rect( 0, 0, 0, 0 );
	height		: 1px;
	width		: 1px;
	position	: absolute;
	white-space	: nowrap;
}

#models input[type="file"] + label
{
	margin-top		: 10px;
	width			: 96%;
	background-color: #888899;
	color			: white;
	font-size		: 14px;
	outline			: none;
	border			: 1px solid white;
	border-radius	: 3px;
	cursor			: pointer;
	padding			: 0.4em;
	transition		: 0.4s;
	display			: inline-block;
	text-align		: center;
}

#models input[type="file"] + label:hover
{
	background-color: white;
	color			: black;
}

#model-filter-container
{
	font-size	: 1.1em;
	margin		: auto;
	max-width	: 1000px;
	text-align	: center;
}

.model-filter-item
{
	display: inline-block;
}

#model-filter-container select
{
	margin: 5px;
}

#modelDetails
{
	display: inline-block;
}

#modelImageSelector
{
	margin-left	: 50px;
	float		: left;
	width		: 300px;
}

#modelImageSelector select,
#modelImageSelector button
{
	display		: block;
	margin-top	: 10px;
	width		: 100%;
}

#modelDetailLabels
{
	width		: 200px;
	margin-left	: 50px;
	float		: left;
	margin-top	: 100px;
	font-size	: 1.1em;
}

#modelDetailLabels span
{
	display: block;
}

#modelDetailSelects
{
	margin-top	: 100px;
	float		: left;
	width		: 200px;
}

#modelDetailSelects select
{
	margin-top	: 2px;
	width		: 200px;
}

#model-name-label
{
	font-size    : 40px;
	float        : right;
	margin-right : 5px;
	margin-top   : -13px;
	margin-left  : -25px;
	z-index      : 3;
}

/* User Admin Styling */

#login-message-div
{
	float		: right;
	margin-top	: 20px;
}

#login-message-new
{
	background-color: #888899;
  	color			: white;
  	font-size		: 14px;
  	outline			: none;
  	border			: 1px solid white;
  	border-radius	: 3px;
  	cursor			: pointer;
  	padding			: 0.4em;
  	margin			: 0.4em;
  	transition		: 0.4s;
  	min-width		: 110px;
}

#login-message-new :hover
{
	background-color: white;
	color			: black;
}

input:checked + .slider 
{
	background-color: #5fd062;
}

.simplebar-content 
{
	overflow : visible !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height : 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: inherit; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFFFFF99; 
  border-radius : 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF66; 
}