:root {
	--error-color: #dc3545;
	--warning-color: #ffc107;
	--notice-color: white;
}

body {
	color:white;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: black;
	margin: auto;
	overflow-y: scroll;
}
#live_container, #starmap {
	text-align: center;
}
img.current {
	width: 100%;
}

#starmap_container {
	position: absolute;
	overflow: hidden;
}

.header {
	display:block;
	width: 100%;
}

.title {
	float: left;
	color: #DDD;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	padding-left: 90px;
	padding-top: 12px;
	background: url('../allsky-logo.png') left center;
	background-size: 75px;
	background-repeat: no-repeat;
	height: 55px;
}

.personalLink {
	text-align: center;
	font-size: 150%;
}

.info {
	font-size: 90%;
	padding: 8px;
	position: fixed;
	top: 150px;
	right: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #333;
	border: 2px solid #888;
	border-right: none;
	z-index: 1;
}

.info ul {
	list-style: none;
	padding-left: 2px;
	margin-bottom: 0;
}

.info ul li i {
	margin-right: 3px;
}

#leftSidebar {
	position: fixed;
	left: 0;
	top: 150px;
	padding: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #333;
	border: 2px solid #888;
	border-left: none;
	z-index: 2;
}

#leftSidebar li {
	list-style: none;
	padding: 2px 0
}

#leftSidebar li i {
	cursor: pointer;
	color: #888;
	margin: 2px 0;
}

#leftSidebar li i:hover,
#leftSidebar li i.active {
	color: orange;
}

#imageContainer {
	margin: auto;
}
.imageContainer {
	border: 1px solid #5a5a5a;
}

.starmap_credit {
	display: none !important;
}

.diy {
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.5;
}

.diy:hover {
	opacity: 1;
}

.diy a {
	color: white;
}

.diy i {
	margin-right: 5px;
}

.noImages {
	text-align: center;
	font-size: 200%;
	color: #ffc107;
	border: 2px solid gray;
	margin: 4px;
}

.imagesHeader {	/* the whole table */
	width: 100%;
	padding: 5px 5px 20px 20px;
}
.imagesHeader .headerButton {
	text-align: left;
	width: 5%;	/* want headerTitle to be as wide as possible */
}
.imagesHeader .headerTitle {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}

.imagesSortOrder {
	text-align: center;
	padding-top: 10px;
}

.back-button {
	text-decoration: none;
	margin: 5px;
	padding: 5px 10px;
	color: white;
	background-color: #5D5D5D;
	border-radius: 5px;
	white-space: nowrap;
}

.back-button i {
	margin-right: 5px;
}

.archived-files {
}

.archived-files .day-container{
	/* width: 10%; */
	min-width: 100px;	/* same as thumbnail width */
	float: left;
	padding: 8px;
	text-align: center;	/* so text is centered below thumbnail */
}

.archived-files .img-text {
	border: 1px solid #333;
}

.archived-files .day-container .day-text {
	padding-top: 2px;
	color: #7777ff;
}

.archived-files .day-container .image-container {
	height: 100px;	/* based on 100px wide thumbnail */
}

.archived-files .day-container .image-container img{
	max-width: 100%;
	max-height: 100%;
}

.archived-files-end {
	clear: both;
}

.archived-files hr {
	margin-top: 25px;
	width: 50%;
	height: 2px;
	background-color: #7777ffaa;
	border-radius: 2px;
	border: 1px solid #7777ffaa;
}

.forecast {
	padding: 9px;
}

.forecast-day {
	font-weight: bold;
	margin: 0 3px;
}

.forecast .Very_Quiet,
.forecast .Quiet {
	color: green;
}

.forecast .Unsettled,
.forecast .Active {
	color: #ffc107;
}

.forecast .Minor_Storm,
.forecast .Moderate_Storm {
	color: darkorange;
}

.forecast .Strong_Storm,
.forecast .Severe_Storm,
.forecast .Extreme_Storm {
	color: #dc3545;
}

.forecast .WARNING {	/* for Aurora activity */
	color: #ffc107;
	font-weight: bold;
	font-size: 125%;
}

.forecast-map {
	width: 75%;
	max-width: 800px;
	margin-top: 30px;
}

.virtualsky_help {
	color: black;
}

.thumbnailError {
	color: #dc3545;
}

/* Messages on the home page */
.msg {
	background-color: #222;
	text-align: center;
	font-size: 145%;
	font-weight: bold;
	margin: 10px 0 20px 0;
	padding: 20px 0 20px 0;
	border-radius: 10px;
}
.error-msg {
	font-size: 150%;
	margin: 10px;
	padding: 10px;
	color: var(--error-color);
	border: 3px dashed var(--error-color);
}
.warning-msg {
	font-size: 125%;
	margin: 10px;
	padding: 10px;
	color: var(--warning-color);
	border: 3px dashed var(--warning-color);
}
.notice-msg {
	font-size: 110%;
	margin: 10px;
	padding: 10px;
	color: var(--notice-color);
	border: 3px solid var(--notice-color);
}

@media screen and (max-width: 480px) {
	.msg {
		font-size: 100%;
	}
}

@font-face {
  font-family: 'allsky';
  src:  url('../fonts/allsky.eot?thds7v');
  src:  url('../fonts/allsky.eot?thds7v#iefix') format('embedded-opentype'),
    url('../fonts/allsky.ttf?thds7v') format('truetype'),
    url('../fonts/allsky.woff?thds7v') format('woff'),
    url('../fonts/allsky.svg?thds7v#allsky') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="allsky-"], [class*=" allsky-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'allsky' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.allsky-constellation:before {
  content: "\e900";
}

@font-face {
  font-family: 'mini-timelapse';
  src:  url('../fonts/mini-timelapse.eot?dynh3c');
  src:  url('../fonts/mini-timelapse.eot?dynh3c#iefix') format('embedded-opentype'),
    url('../fonts/mini-timelapse.ttf?dynh3c') format('truetype'),
    url('../fonts/mini-timelapse.woff?dynh3c') format('woff'),
    url('../fonts/mini-timelapse.svg?dynh3c#mini-timelapse') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mini-timelapse' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mini-timelapse:before {
  content: "\ea15";
}

