@font-face {
	font-family: SnowTop;
	src: url('../Assets/SnowtopCaps.woff2') format('woff2'), 
	  url('../Assets/SnowtopCaps.woff') format('woff');
  }

  @font-face {
	font-family: Nasa;
	src: url('../Assets/nasa.woff2') format('woff2');
  }

html,body
{
	background-color:#3a3a3a;
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;

	text-size-adjust: 100%;
	/*max-height:10000000000px;*/

	scroll-behavior: smooth;
}






#d_MainPlateWrapper
{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	
	overflow:auto;
}

.sMainDiv
{
	max-width: 1966px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	position:relative;
	
	transition: opacity 0.6s ease-in-out;
	transition: scale 0.6s ease-in-out;
	
	background-color:#292929;

	/*
	box-shadow: 0px 0px 40px #272727;
	transform:translate3d(0px, 0px, 0px);
	
	position:relative;
	*/
}

::placeholder
{
	color:#ccc;
}


.sLinkItem
{
	padding:3px;
}

.spinner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spinner2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


.loader {
	width: 25px;
	height: 25px;
	border: 1px solid #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 2s linear infinite;
}

.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	width: 10px;
	height: 10px;
	transform: translate(-50%, 50%);
	border-radius: 50%;
}

.loader2 {
	width: 16px;
	height: 16px;
	border: 1px solid #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 2s linear infinite;
}
.loader2::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	width: 8px;
	height: 8px;
	transform: translate(-50%, 50%);
	border-radius: 50%;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.s_DivList
{
	padding: 1px;
    border-left: solid 3px #ccc;
    margin: 3px;
    padding-left: 10px;
    border-radius: 2px;
    margin-bottom: 8px;
}

.sSecondDiv
{
	max-width: 924px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color:#eee;
}

.s_Header
{
	text-align:center;
	position:relative;
	z-index:1000;
	font-size:35px;
	background-color:#292929;
	
	color:#fefefe;
	/*height:50px;*/
	padding:5px;
    /*box-shadow: inset 0px 0px 15px #c7c7c7;*/

}


#d_LocationAndTime
{
	
	height:50px;
	/*overflow:hidden;*/
	position:relative;
	color:#eee;
	/*
	background-color:rgba(41, 41, 41, .7);
	-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
	*/
	background-color: rgba(41, 41, 41, 1);
	transition: all .2s;
}

#d_LocationAndTimeBrowser
{
	
	height:50px;
	/*overflow:hidden;*/
	position:relative;
	color:#eee;
	background-color:rgba(41, 41, 41, 1);
	/*
	-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
	*/
	transition: all .2s;
}

.d_LocationAndTimeEmbed
{
	height:50px;
	/*overflow:hidden;*/
	position:relative;
	color:#eee;
	background-color:rgba(41, 41, 41);

	transition: all .2s;
}

.s_NewSettingIndicator
{
	position:absolute;
	width:8px;
	height:8px;
	background-color:#0dd900;
	border-radius:50%;

	animation-name: SettingsNotificationAnimation;
	animation-duration: 1s;
	animation-play-state: paused;
    animation-iteration-count: 10;
	animation-fill-mode: forwards;
}

@keyframes SettingsNotificationAnimation {
    0%     {opacity:1;}
	50%   {opacity:0;}
	100%  {opacity:1;}
}

#d_UserSettingsFlyout
{
	z-index:3000;
	opacity:0;
	transition: all .3s;
	position:fixed;
	top:0px;
	left:-100px;
	right:0px;
	bottom:0px;
	pointer-events:none;
}

#d_UserSettingsBody
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	box-shadow: 0px 0px 40px #000;
	min-width:240px;
	max-width:300px;
	width:90%;
	padding:15px;
	border-radius:0px 5px 5px 5px;
	background-color: #1e1e1e;
	/*backdrop-filter: blur(18px);*/
	padding-top: env(safe-area-inset-top);
	padding-bottom:env(safe-area-inset-top);
}

#d_DarkScreen
{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	pointer-events:none;
	z-index:1000;
	transition: all .5s;
	background-color: rgba(27, 27, 27, 0.6);
}

#d_UserSettingDismiss
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(0, 0, 0, 0.7);
}

.s_SettingsSection
{
	margin:4px;
	padding:5px;
	border-radius:5px;
	background-color: #131313;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.s_SettingItem
{
	padding:3px;
	border-radius:3px;
	background-color: #003c5c;
    margin: 3px;
	font-size:14px;
	color:#888;
}

.s_SettingSelectedItem
{
	background-color: #00a3fd;
	color:#fff;
}

.s_SettingDeselectedItem
{

}

.s_SettingsDivider
{
	margin-top:40px;
	font-weight: bold;
	text-align:center;
}

#d_DynamicModalContainer
{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	pointer-events:none;
	z-index:1000000;
	transition: all .3s;
}

#d_ModalDismiss
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(0, 0, 0, 0.5);
}

#d_ModalBox
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:#222;
	box-shadow:0px 0px 20px #222;
	color:#eee;
	transform: translateY(100px);
	padding-bottom:env(safe-area-inset-bottom);
	max-width: 700px;
    margin: auto;
	border-radius: 10px 10px 0px 0px;
	border-top: solid 1px #444;
	transition: all .3s;
}

.s_t_shadow
{
	background-image: url("../Assets/t_shadow.png");
	background-repeat: repeat-x;
	width:100%;
	height:15px;
	position:absolute;
	pointer-events:none;
}

.s_b_shadow
{
	background-image: url("../Assets/b_shadow.png");
	background-repeat: repeat-x;
	width:100%;
	height:15px;
	position:absolute;
	pointer-events:none;
}

.s_b_shadow_overflow
{
	background-image: url("../Assets/b_shadow_overflow.png");
	background-repeat: repeat-x;
	width:100%;
	height:20px;
	position:absolute;
	pointer-events:none;
}

#d_LocationAndTimeMapBackground
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	
	overflow:hidden;
	
	background-position: center center;
	background-size:cover;
	
}

.s_LocationAndTimeDarkBackground
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

#d_LocationHeader
{
	position:relative;
	
}

#d_CurrentTime
{
	position:absolute;
	height:50px;
	left:0px;
	top:0px;
	width:50%;
	
}


.sLocTable
{
	border:none;
	border-collapse: collapse;
	width:100%;
	height:50px;
}

#d_FavLocSelected
{
	font-size: 15px;
    font-weight: 400;
    max-height: 39px;
    overflow: hidden;
    line-height: 13px;
    text-align: center;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;

    transition: all .5s;
    flex: 0;
	opacity:0;
}


.s_MapMarker_ComFav
{
	background-image: url('../Icons/SVG/marker-blue.svg');
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.s_MapMarker_Orange
{
	background-image: url('../Icons/SVG/marker-green.svg');
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.s_MapMarker_YellowStar
{
	background-image: url('../Icons/SVG/star-yellow.svg');
	background-size: cover;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.s_MapMarker_YellowStarSmall
{
	background-image: url('../Icons/SVG/star-yellow-small.svg');
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#d_GoogMapContainer
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:35px;
	background:#aaa;
}

#d_GoogMap
{
	background: #333;
	position:relative;
	height:100%;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}


.s_GoogMapCrosshair
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:35px;
	
	background-image:url('../Icons/SVG/crosshair3.svg');
	background-size: 40px;
	background-position:center;
	background-repeat: no-repeat;

	pointer-events: none;
	opacity:1;
	transition: opacity .7s;
}

@keyframes RotatingCrossHair {
    0%     {transform: rotate(0deg);}
	100%  {transform: rotate(360deg);}
}

#d_BelowTheHeader
{
	opacity: 1;
	/*overflow:hidden;*/
	transition: opacity .7s;
}


#d_MapCloseButtons
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:40px;
	text-align:center;
	display:flex;
	justify-content: center;
	cursor:pointer;
	color:#fff;
	z-index:10000000000;
	font-size:18px;
	
	overflow: hidden;
}

#d_CloseMapForecast
{
	background:#00a3fd;
	flex-grow: 1;
	line-height: 38px;
}

#d_GetNewForecast
{
	background-color:#13567c;
	transition: all .5s;
	flex-grow: 6;
}

.s_MapContainer
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:1001;
	visibility:collapse;
	background:#333;
	transition: transform .5s ease-in-out;
	transform:translate3d(0,-3000px,0);
	
	-webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
	
	pointer-events: none;
}

.s_EmbedMapContainer
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:2000;
	background:#333;

	-webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
	
	pointer-events: none;
}

#d_MapFavoriteQuickInfo
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	z-index:1002;
	pointer-events:none;
	transition:all .5s;

}
#d_MapFavoriteQICard
{
	position:relative;
	height: 250px;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
    background-color: #222222;
    box-shadow: 0px 0px 25px #101010;
	color:#fff;
	transition:all .3s;
	transform:translate3d(0,-250px,0);
	pointer-events: auto;
	text-align:center;
	background-size: cover;
	background-position: center;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#d_MapSearchView
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	z-index:10000;
	pointer-events:none;
	transition:all .5s;
	opacity:0;
}
#d_MapSearchCard
{
	position:relative;
	height: auto;
	max-height:60vh;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
    background-color: #292929;
    box-shadow: 0px 0px 25px #141414;
	color:#fff;
	transition:all .3s;
	transform:translate3d(0,-50vh,0);
	pointer-events: auto;
	text-align:center;
	background-size: cover;
	background-position: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
}

#d_SearchBoxContainer
{
	padding-top:15px;
	top:0px;
	left:0px;
	right:0px;
	position:sticky;
	position: -webkit-sticky;
	padding-bottom:10px;
	background-color: #292929;
	box-shadow: 0px 0px 10px #1c1c1c;
}

.s_SearchResultContainer
{
	background-color:#1c1c1c;
	border-radius:7px;
	padding:5px;
	margin-top:9px;
	margin:10px;
}

.s_SearchFlexContainer
{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.s_MapControlWrapper
{
	position:absolute;
	bottom:35px;
	left:0px;
	right:0px;
	height:80px;
	pointer-events: none;
	opacity:0;
	transition:opacity .3s;
	color:#eee;
	transform:translateY(10px);
	transition: all .2s; 
}

.s_MapControContainer
{
	background: linear-gradient(rgb(13, 210, 0),rgb(13, 210, 0));
	background-position: left top;
	background-size:0% 5px;
	background-repeat: no-repeat;
	
	margin-left:auto;
	margin-right:auto;
	width:100%;
	border:none;
	border-collapse:collapse;
	max-width:450px;
	padding:3px;
	
	transition: all .2s; 
}

/*
.s_ScrubberContainer
{
	position:absolute;
	bottom:45px;
	
	left:0px;
	right:0px;
	height:80px;
	pointer-events: none;
	opacity:0;
	transition:opacity .3s;
	background-color:rgba(22,22,22,.7);
	-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
	color:#eee;
	
	transform:translateY(10px);
	
	transition: all .2s; 
}
*/

.s_CloudScrubberContainer
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100%;

	font-size:15px;

	max-width:450px;

	background-color:#000000cf;
	/*-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
	*/
	transition: all .2s; 
}



.s_CloudScrubber
{
	width:80%;
}

#d_CloudToggle
{
    position: absolute;
    top: 10px;
    right: 118px;
    width: 50px;
    height: 33px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#d_TransparencyToggle
{
    position: absolute;
    top: 10px;
    right: 64px;
    width: 50px;
    height: 33px;
    border-radius: 0px;
}


#d_SeeingToggle
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 33px;
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#d_CloudToggleSmall
{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 28px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#d_TransparencyToggleSmall
{
    position: absolute;
    top: 36px;
    right: 2px;
    width: 40px;
    height: 28px;
   
	border-radius: 0px;
}
#d_SeeingToggleSmall
{
    position: absolute;
    top: 69px;
    right: 2px;
    width: 40px;
    height: 28px;
    border-radius: 0px;
}
#d_LightToggleSmall
{
	position:absolute;
	top:110px;
	right:2px;
	width:40px;
	height:28px;
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.s_CloudScrubberButtons
{
	height:35px;
	width:55px;
	border:solid thin #555;
	
}


#d_CloudProgress
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:40px;
	background-color:333;
	/*
	background: linear-gradient(rgb(175, 175, 175),rgb(175, 175, 175));
	background-position: left middle;
	background-size:25% 100%;
	background-repeat: no-repeat;
	*/
	transition: background .35s; 
}

#d_GroundToggle
{
	position:absolute;
	top:99px;
	right:10px;
	width:50px;
	height:30px;
}

#d_IRToggle
{
	position:absolute;
	top:141px;
	right:10px;
	width:50px;
	height:30px;
	
	font-size: 25px;
    font-weight: bolder;
}

#d_LightToggle
{
	position:absolute;
	top:184px;
	right:10px;
	width:50px;
	height:31px;
}

#d_JetStreamToggle
{
	position:absolute;
	top:56px;
	right:10px;
	width:50px;
	height:31px;
}

#d_FavoriteToggle
{
	position:absolute;
	top:185px;
	left:10px;
	width:50px;
	height:31px;
}

#d_2023Toggle
{
	position:absolute;
	top:230px;
	left:10px;
	width:50px;
	height:31px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#d_2024Toggle
{
	position:absolute;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	top:265px;
	left:10px;
	width:50px;
	height:31px;
}

.s_EclipseTZ
{
	position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 14px;
    background-color: #434e58;
    padding: 2px;
    border-radius: 2px;
}

#d_FavoriteToggleLegend
{
	position:absolute;
	top:214px;
	left:10px;
	width:54px;
	height:90px;
	border-radius:3px;
	background-color:#222222;
	/*
	-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
	*/
	color:#fff;
	font-size:10px;
	text-align:center;
}

#d_SearchToggle
{
	position:absolute;
	top:107px;
	left:10px;
	width:50px;
	height:31px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}

#d_TZToggle
{
	position:absolute;
	top:280px;
	left:10px;
	width:50px;
	height:31px;
}



#d_TempToggle
{
	position:absolute;
	top:160px;
	left:10px;
	width:50px;
	height:31px;
}

#d_LocationToggle
{
	position:absolute;
	top:142px;
	left:10px;
	width:50px;
	height:30px;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
}

#d_ZoomIn
{
	position:absolute;
	top:240px;
	right:10px;
	width:30px;
	height:30px;
	
	font-size: 25px;
    font-weight: bolder;
}

#d_ZoomOut
{
	position:absolute;
	top:280px;
	right:10px;
	width:30px;
	height:30px;
	
	font-size: 25px;
    font-weight: bolder;
}

#d_TerrainButton
{
	position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 33px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-weight: bolder;
	font-size: 14px;
}

#d_DarkButton
{
	position: absolute;
    top: 47px;
    left: 10px;
    width: 50px;
    height: 33px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	font-weight: bolder;
	font-size: 14px;
}

#d_SatelliteButton
{
	position: absolute;
    top: 10px;
    left: 74px;
    width: 65px;
    height: 33px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    font-weight: bolder;
	font-size: 14px;
}

#d_LongRangeCloudButton
{
	position: absolute;
    top: 250px;
    left: 10px;
    width: 65px;
    height: 33px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    font-weight: bolder;
	font-size: 14px;
}

.s_SettingsHighLevelButtonMod
{
	padding: 8px !important;
    color: #fff;
    background-color: #111111 !important;
    margin: 15px 5px 0px 5px;
    text-align: left !important;
    font-size: 15px;
    font-weight: 800;
	display:flex;
	align-items: center;
}

.s_Gbutton
{
	background-color:#fff;
	/*border:2px solid #fff;*/
	border-radius:3px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	cursor:pointer;
	text-align:center;
	font-family: Roboto,Arial,sans-serif;
	-webkit-appearance: none;
	padding:2px;
	transition: all .35s;
}

.s_GbuttonDefaultSize
{
	width:50px;
	height:30px;
}
.s_GbuttonSmallSize
{
	width:30px;
	height:15px;
}

.s_SelectedClearButton
{
	border-radius: 3px;
    background-color: #000000;
	cursor:pointer;
	box-sizing: border-box;
    border: 1px solid #00a4ff;
}
.s_UnSelectedClearButton
{
	border-radius: 3px;
    background-color: #00000077;
	/*backdrop-filter: blur(5px);*/
	/*-webkit-backdrop-filter:blur(5px);*/
	box-sizing: border-box;
	cursor:pointer;
}



.s_MapLogoIcon
{
	position:absolute;
	width:50px;
	height:50px;
	right:10px;
	top:10px;
}

#d_BelowTheMap
{
	transition:opacity .7s;
	position:relative;
}

#d_DesktopFavoritesView
{
	position:absolute;
	/*left:924px;*/
	width:350px;
	right:0px;
	bottom:0px;
	top:0px;
	background-color:#383d41;
	background-image: url("../Assets/r_shadow.png");
	background-repeat: repeat-y;
	color:#eee;
	overflow: hidden;
	border-left:solid 1px #131313;
}

.s_MainForecast
{
	position:relative;
	/*max-width:924px;*/
	background-color:#454c52;
	height:350px;
	
}

#d_ForecastHeaders
{
	position:absolute;
	
	left:0px;
	width:40px;
	top:0px;
	bottom:0px;
	background-color: rgba(69, 76, 82, 1);

}

#d_MiniUpdateUI
{
	position:absolute;
	left:0px;
	top:0px;
	height:35px;
	width:100%;
	padding-top:8px;
}

#d_BasicDataNotice
{
	position: absolute;
	bottom: 3px;
	right: 3px;
	color: #ffffff;
	display: none;
	font-size: 12px;
	cursor: pointer;
	padding: 4px;
	background-color: #1c1c1cc2;
	border-radius: 15px;
	/*border: solid 1px #777;*/
	align-items: center;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);

	transition: background-color 1s ease-in-out;
}

.s_r_shadow
{
	background-image: url("../Assets/r_shadow.png");
	background-repeat: repeat-y;
	width:15px;
	height:100%;
	position:absolute;
	pointer-events:none;
	left:40px;
}

.s_KPL
{
	text-align:center;
	font-size:13px;
	margin-top:145px;
	margin-left:auto;
	margin-right:auto;
	border-radius:3px;
	width:40px;
}

#d_ExtendedForecastHeaders
{
	position:absolute;
	
	left:0px;
	width:40px;
	top:0px;
	bottom:0px;
	background-color: rgba(69, 76, 82, 1);
}


#d_ForecastScrollContainer
{
	position:absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	padding-left:40px;
	cursor:pointer;
	border-top: 1px solid #5b5b5bd9;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
}

#d_ForecastContainer
{
	position:absolute;
	width:884px;
	overflow:hidden;
	height:100%;
	white-space: nowrap;
}

#d_ForecastOverlay
{
	position:absolute;
	width:884px;
	overflow:hidden;
	height:100%;
	white-space: nowrap;
	pointer-events: none;
}

#d_ForecastCanvas
{
	position:absolute;
	width:884px;
	overflow:hidden;
	height:350px;
	pointer-events: none;
}
#d_ObjectRSCanvas
{
	position:absolute;
	width:884px;
	overflow:hidden;
	height:350px;
	pointer-events: none;
}

#d_ExtendedForecastScrollContainer
{
	position:absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	padding-left:40px;
	cursor:auto;
	border-top: 1px solid #5b5b5bd9;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
}

#d_ExtendedForecastContainer
{
	position:absolute;
	width:874px;
	overflow:hidden;
	height:100%;
}

#d_ExtendedForecastCanvas
{
	position:absolute;
	width:874px;
	overflow:hidden;
	height:100%;
}

#d_ExtendedRiseSetCanvas
{
	position:absolute;
	width:874px;
	overflow:hidden;
	height:100%;
}



.s_ForecastError
{
	width: 100%;
    text-align: center;
    color: #eee;
	font-size: 15px;
}



.s_ForecastHourBlock
{
	position:relative;
	display: inline-block;
	height:100%;
	text-align:center;
	color:#333;
	padding-top:25px;
	box-sizing:border-box;
	border-left:0px solid #313131;
	border-right:0px solid #313131;
	
	/*background: linear-gradient(rgba(41, 41, 41,0),rgb(41, 41, 41));*/
	/*background:rgba(250,250,250,.15);*/
	/*background-position: center top;
	background-size:0px 100%;
	background-repeat: no-repeat;
	*/
	
	transition: background .2s; 
}

.s_IRLegend
{
	background-image: url("../Assets/irlegend1.png");
	background-size:cover;
	height:10px;
}

.s_WVLegend
{
	background-image: url("../Assets/wvlegend.png");
	background-size:cover;
	height:10px;
}

.s_JetStreamLegend
{
	background-image: url("../Assets/JetStreamLegend.png");
	background-size:cover;
	height:10px;
}

.s_SmokeLegend
{
	background-image: url("../Assets/smoke_legend.png");
	background-size:cover;
	height:10px;
}

.s_GroundTemperature
{
	background-image: url("../Assets/TemperatureGradient.png");
	background-size:cover;
	height:10px;
}

.s_DewPointDepression
{
	background-image: url("../Assets/DewPointDepressionLegend.png");
	background-size:cover;
	height:10px;
}

.s_SurfacePressure
{
	background-image: url("../Assets/surface_pressure.png");
	background-size:cover;
	height:10px;
}

.s_WindSpeed
{
	background-image: url("../Assets/WindSpeedGradient.png");
	background-size:cover;
	height:10px;
}


.s_DataBlock
{
	height:28px;
}

.s_ForecastBreaker
{
	height:60px;
}
.s_ForecastMiniBreaker
{
	height:10px;
}

.s_Pointer
{
	position: absolute;
    bottom: -8px;
    left: 4px;
    right: 0px;
    height: 10px;
    background-color: #292929;
    rotate: 45deg;
}

.s_PointerSelect
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:30px;
	z-index:2000;
	
	
	color:#aaa;
	
	background-image: url("../Icons/SVG/Pointer.svg");
	background-size: 45px;
	background-position: -12px -5px;
}

.s_ForecastIcon
{
	margin-top:-7px;
	height:35px;
	pointer-events: all;
}

.s_GPStIcon
{
	margin-top:7px;
	height:30px;
}


.s_Time
{
	height:20px;
	color:#eee;
	font-size:12px;
	padding-top:3px;
	border-radius: 3px 3px 0px 0px;
	margin-bottom:2px;
	
	transition: all .3s;
}

.s_DayMarker
{
	position:absolute;
	overflow:hidden;
	top:0px;
	height: 100%;
	color:#fff;
	pointer-events: none;
	font-size:18px;
	padding-top:3px;
	border-right:solid 2px #888;
	/*padding-left:5px;*/
	/*box-shadow: 0px 0px 125px #222;*/
}

.s_NowMarker
{
	border-left:solid 1px #00a3fd;
	transition: all 1s ease-in-out;
	width:200px;
}

.s_NowTimeMarker
{
	padding-top:320px;
	pointer-events:none;
}
#d_NowTimeMarker
{
	font-size:14px;
	background-color:#00a3fd;
	color:#fff;
	padding-left:5px;
	padding-right:8px;
    border-radius: 0px 2px 2px 0px;
}

.s_SunBox
{
	position:absolute;
	left:0px;
	right:0px;
	top:153px;
	height:8px;
	
	color:#444;
	
	pointer-events: none;

}
.s_MoonBox
{
	position:absolute;
	left:0px;
	right:0px;
	top:163px;
	height:8px;
	
	border-radius: 4px;
	
	background-color:#fefefe;

	pointer-events: none;
	
	box-shadow: 0px 0px 12px 0px #acacac;

}

.s_SunSetTime
{
	position:absolute;
	top:137px;
	
	color:#eee;
	font-size:13px;
	
	padding-left:25px;
	padding-right:5px;
	margin-left:-15px;
	
	background-image: url("../Icons/SVG/Sunset-Color.svg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position:left center;
	/*background-color: rgba(69, 76, 82, .6);*/
	pointer-events: none;

}

.s_SunRiseTime
{
	position:absolute;
	top:137px;
	
	color:#eee;
	font-size:13px;
	
	padding-left:25px;
	padding-right:5px;
	margin-left:-15px;
	
	background-image: url("../Icons/SVG/Sunrise-Color.svg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position:left center;
	/*background-color: rgba(69, 76, 82, .6);*/
	pointer-events: none;

}

.s_MoonSetTime
{
	position:absolute;
	top:195px;
	
	color:#eee;
	font-size:13px;
	
	padding-left:25px;
	padding-right:5px;
	margin-left:-15px;
	
	background-image: url("../Icons/SVG/Moonset-Light.svg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position:left center;
	/*background-color: rgba(49, 50, 51, .7);	*/
	pointer-events: none;

}

.s_MoonRiseTime
{
	position:absolute;
	top:195px;
	
	color:#eee;
	font-size:13px;
	
	padding-left:25px;
	padding-right:5px;
	margin-left:-15px;
	
	background-image: url("../Icons/SVG/Moonrise-Light.svg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position:left center;
	/*background-color: rgba(49, 50, 51, .7);		*/
	pointer-events: none;
}

.s_ISSFlyOverTime
{
	position:absolute;
	top:155px;
	height:9px;
	transform: rotate(18deg);
	
	color:#eee;
	font-size:13px;
	
	background-image: url("../Icons/SVG/iss.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:left center;	
	pointer-events: none;
	
	padding: 3px 3px 3px 23px;
	border-radius:3px;
	/*background-color: rgba(70, 76, 82, .5);*/

	pointer-events:auto;
}

#d_DetailedForecast
{
	background-color:#292929;
	text-align:center;
	color:#eee;
	padding-top: 10px;
    padding-bottom: 15px;
}

#d_DetailedTimeSelected
{
	color:#eee;
	font-size:15px;
	padding:5px;
}

.s_DetailHolder
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	flex-grow: 1;
}

.s_DetailedBlock
{
	/*display: inline-block;*/
	/*width:134px;*/
	min-width:148px;
	max-width:220px;
	flex-grow:1;
	height:32px;
	margin:3px;
	text-align:left;
	position:relative;
	border-radius:2px;
	cursor:pointer;
}

#d_DetailedBlockCloud
{
	background-image: url("../Icons/SVG/Cloud-Sun-Light.svg");
}

#d_DetailedBlockSeeing
{
	background-image: url("../Icons/SVG/Seeing-Light.svg");
}

#d_DetailedBlockTransparency
{
	background-image: url("../Icons/SVG/Transparency-Light.svg");
}

#d_DetailedBlockWind
{
	background-image: url("../Icons/SVG/Wind-Light.svg");
}

#d_DetailedBlockTemperature
{
	background-image: url("../Icons/SVG/Thermometer-50-Light.svg");
}

#d_DetailedBlockDewPoint
{
	background-image: url("../Icons/SVG/Humidity-Light.svg");
}

.s_ForecastIconDetailed
{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:38px;
	border-radius:2px;
	background-size: 35px 35px;
	background-position: center;
	background-repeat: no-repeat;
    transition: background-color 0.5s;
}

.s_UnitSettingSelected
{
    color: rgb(15, 15, 15);
    cursor: auto;
    padding: 2px;
    background-color: #eee;
    border-radius: 2px;
	font-weight: bold;
}
.s_UnitSettingDeselected
{
	text-decoration: none;
    color: #eee;
	cursor: pointer;
	padding: 4px;
}

.s_Udrln
{
	text-decoration:underline;
	cursor:pointer;
}

.s_InfoClick
{
	position: absolute;
    right: 3px;
    top: 3px;
	opacity:0.75;
}

.s_ForecastTextDetailed
{
	position:absolute;
	left:43px;
	top:0px;
	bottom:0px;
	right:0px;
	color:#fff;
	/*font-weight: bold;*/
	font-size:13px;
	white-space: nowrap;
	
	padding-left:3px;
	padding-top:2px;
}

.s_ForecastTextDetailedD
{
	color:#eee;
	font-size:11px;
	text-overflow: ellipsis;
    overflow: hidden;
}

#d_BelowDetailedForecast
{
	transform: translateY(-30px);
	background-color: #292929;
	transition: transform .5s;
	text-align:center;
	max-width:924px;
}


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

.fitem {
	flex: 1 1 48%;
}

@media (max-width: 620px) {
	.fitem {
		flex: 1 1 100%;
	}

	.sitem {
		flex: 1 1 100%;
	}
}


#d_MoonForecast
{
	position:relative;
	margin: 0px 10px 10px 10px;
	flex:1 1 48%;
}
#d_SolarEclipseContainer
{
	position:relative;
	max-width:400px;
	margin: 0px 10px 10px 10px;
    flex-basis: 100%;
}
#d_AuroraContainer
{
	position:relative;
	margin: 0px 10px 10px 10px;
	flex:1 1 48%;
	width:10px;
}
.s_EclipseButtonStyle
{
	z-index: 1000;
    background-color: #ffffff;
    background-image: url(../Icons/SVG/solareclipse-dark.svg);
    line-height: 31px;
    background-size: 45px;
    background-position: -13px;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 0px 5px black;
}
#d_CelestialObjects
{
	position:relative;
	margin: 0px 10px 10px 10px;
	flex:1 1 48%;
}

.s_MoonSVGDiv
{
	text-align: center;
    height: 75px;
    overflow: hidden;
	padding-top:15px;
}

#d_LeftColumnMoonData
{
	/*display:inline-block;
	width:48%;*/
	padding-top:5px;
	font-size:15px;
	text-align:center;
}

#d_RightColumnMoonData
{
	/*display:inline-block;
	width:48%;*/
	padding-top:5px;
	font-size:15px;
	text-align:center;
}

#d_CurrentMoonDataTable
{
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    min-width: 170px;
    color: #bbb;
}

.s_MoonInfoHeader
{
	text-align:center;
	font-size: 18px;
	padding:5px;
	color:#e2e2e2;
}

.s_DetailedMoonDataForecast
{
	position:absolute;
	left:10px;
	bottom:45px;
}

.s_DetailedMoonDataForecastRight
{
	position:absolute;
	right:10px;
	bottom:45px;
	text-align:right;
}

.s_MiniMoons
{
	height:28px;
}

.s_MoonEditButtons
{
	position:absolute;
	text-align:center;
	left: 0px;
	right:0px;
	bottom:10px;
}

.s_MoonButtonResize
{
	height:28px;
	font-size:14px;
}
.s_MoonButtonLeft
{
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
	width:40px;
}
.s_MoonButtonCenter
{
	border-radius:0px;
	width:100px;
}
.s_MoonButtonRight
{
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
	width:40px;
}

.s_UserObjectName
{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10px;
}

#d_AboutForecastContainer
{
    /*height: 120px;*/
    /*padding-bottom: 25px;*/
    /*width: 100%;*/
	margin: 0px 10px 10px 10px;
    flex-basis: 100%;
	max-width:400px;
}

#d_AboutMapImage
{
	height:200px;
	background-position: center center;
	background-size:cover;
	border-radius:5px;
}

.s_AboutMapCrosshair
{
	width:100%;
	height:100%;
	
	background-image:url('../Assets/Crosshair.svg');
	background-size: 40px;
	background-position:center;
	background-repeat: no-repeat;
	
	cursor:pointer;
}


#d_PrimaryAdSpotInfo
{
	cursor:pointer;
	text-align:center;
	color:#d3d3d3;
	padding:4px;
	border-radius:5px;
	
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
	
	max-width:494px;

	background-color:#000000;
	/*
	-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
	*/
	margin-bottom:10px;
	margin-top:-8px;
}

#d_NotificationsContainer
{
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px;
}

.s_Notification
{
	margin:10px;
	padding:10px;
	border-radius:5px;
	box-shadow: 0 0 20px #181818;
	opacity:0;
	transform:scale(.8);
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;

	background-position: center;
	background-size: cover;

	transition: all .4s;
}

.s_NotificationDismiss
{
	border-left: solid 1px #eee;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#d_AuthWork
{
	/*background-image: url(../Icons/svg/star-dark.svg);
	background-size:75%;
	background-position: top;
	background-repeat: no-repeat;
	background-color:#111;
	*/
}

#d_SubmitEmail
{
	transition: opacity .6s ease-in-out;
}

.s_Join_SubspacePreview
{

    position: absolute;
    bottom: 0px;
	left:0px;
	right:0px;
    padding: 20px;
    font-size: 15px;
    /*backdrop-filter: blur(3px);*/
	height:65px;
    background: linear-gradient( 180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);

}


#d_Favorites
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:2000;
	opacity:0;
	color:#eee;
	transform:translate3d(0,-3000px,0);
	visibility:collapse;
	background-color: #292929;
	-webkit-overflow-scrolling:touch;
	pointer-events: none;
	transition: transform .6s ease-in-out;
}

.s_DragHandle
{
	touch-action:none;
	color:#fff;
	cursor: move;
	width:24px;
	text-align:left;
}
.no_class
{
	background-color:red;
}

#d_BasicFavorites
{
	transition: opacity .5s ease-in-out;
}
#d_AdvancedFavorites
{
	opacity:0;
	transition: opacity .5s ease-in-out;
}

.s_FavoriteNotification
{
	box-shadow: inset 0px 0px 25px #00a3fd;
	animation-name: FavoriteNotificationAnimation;
	animation-duration: 2s;
	animation-play-state: paused;
    animation-iteration-count: 3;
	animation-fill-mode: forwards;
}

@keyframes FavoriteNotificationAnimation {
    0%     {box-shadow: inset 0px 0px 25px #00a3fd;}
    50%   {box-shadow: inset 0px 0px 0px #00a3fd;}
	100%  {box-shadow: inset 0px 0px 25px #00a3fd;}
}

#d_AddFavoriteButton
{
	text-align: center;
    font-size: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin:10px;
	border-radius:3px;
	opacity:1;
	transition: opacity .3s;
	background: linear-gradient(135deg, rgb(0 75 117) 0%, rgb(0 26 53) 100%);
	/*box-shadow: 0px 0px 20px #292929;
	position: sticky;
    top: 10px;
    z-index:1;*/
}

.s_FavoriteNotificationText
{
    padding-left: 30px;
    margin-right: 5px;
}
.s_FavoriteNotificationEnabled
{
	
	background-image: url(../Icons/SVG/notify-enabled.svg);
    background-repeat: no-repeat, repeat;
    background-size: 18px;
    background-position: left 10px;
}
.s_FavoriteNotificationDisabled
{
	background-image: url(../Icons/SVG/notify-disabled.svg);
    background-repeat: no-repeat, repeat;
    background-size: 18px;
    background-position: left 10px;
}

.s_SubEntry
{
	font-style: italic;
    font-family: nasa;
    font-size: 17px;
    background-color: #535353;
    border-radius: 30%;
    width: 27px;
    text-align: center;
    height: 27px;
    margin-left: 10px;
    line-height: 27px;
    color: #292929;
    font-weight: bold;
    padding-right: 2px;
}


.s_ProLogo
{
	padding: 2px;
	font-size: 11px;
	border-radius: 3px;
	background: linear-gradient(135deg, rgb(0 255 137) 0%, rgb(0, 163, 253) 100%);
	margin-left: 8px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	vertical-align: 10%;
}

.s_BrightButtonBackground
{
	background: linear-gradient(135deg, rgb(0 155 83) 0%, rgb(0 135 209) 100%);
}


#d_SubspaceTopMenu
{
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
    /*background: rgb(0,130,52);
    background: linear-gradient(135deg, rgb(0, 195, 105) 0%, rgb(0, 163, 253) 100%);*/
	color:#fff;
	margin-bottom:20px;
}

#d_SubspaceMenu
{
	display: flex;
	flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    background: rgb(0,130,52);
    background: linear-gradient(135deg, rgb(0, 195, 105) 0%, rgb(0, 163, 253) 100%);
	color:#fff;
    position: sticky;
	position: -webkit-sticky;
    top: 12px;
    border-radius: 3px;
	box-shadow: 0 0 20px #1d1d1d;
	font-weight: 600;
	padding:10px;
}


#d_NewSubspaceCount
{
	font-size: 17px;
    margin-left: -7px;
    color: #b0ffdd;
    text-shadow: 0px 0px 5px #000;
}

.s_NewSubspaceFilter
{
	background-color: #63d5a1;
    border-radius: 20px;
}

.s_SubspaceMenuButton
{
	width:40%;
	transition:all .2s;
}

.s_SubspaceFilterMenu
{
	display:flex;
	width:100%;
	background-color: #27272782;
	border-radius: 3px;
	justify-content: space-around;
	align-items: center;
	padding : 5px;
	box-shadow: inset 0px 0px 10px #0000001f;
}

#d_SubspaceRefresh
{

}

.sitem {
	flex: 1 1 46%;
}

@media (max-width: 620px) {
	
}

.s_SubspaceEvent
{
	display: inline-block;
	height:120px;
	flex: 0 0 60%;
	color:#eee;
	background-color:#1c1c1c;
	margin-right:12px;
	border-radius: 5px;
	padding:8px;
	position:relative;
	border: solid 2px #00a3fd;
}


.s_FavTextBoxDesign
{
	width: 90%;
    text-align: center;
    font-size: 18px;
    padding: 4px;
    margin: 4px;
}

.s_FavTab
{
	display:inline-block;
	width:30%;
	font-weight:bold;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	background: #1c1c1c;
}

.s_SubTabNew
{
	background-image: url("../Assets/subspace2.gif");
	background-position: center;
	background-size: cover;
}

.s_TextInput
{
	background-color: #ffffff;
    border: solid thin #fff;
    -webkit-appearance: none;
	border-radius:5px;
}

.s_TextInputDark
{
	background-color: #232323;
    border: solid thin #555;
    -webkit-appearance: none;
	border-radius:5px;
	color:#eee
}

.s_FavButton
{
	padding: 2px;
    /* margin: 4px; */
    /* width: 100px; */
    font-size: 18px;
    margin-left: 30%;
    margin-right: 30%;
    color: #000;
    margin-top: 10px;
	margin-bottom:5px;
}

#d_TabRow
{
	text-align: center;
    height: 45px;
    line-height: 46px;
	padding-top: 6px;
	font-size: 15px;
	background-color:#292929;
	overflow:hidden;
}

#d_TabContentContainer
{
	position:fixed;
	left:0px;
	top:51px;
	bottom:0px;
	right:0px;
	background-color:#292929;
	
	border-top:solid 2px #20a0ea;
	
	/*max-width:500px;*/
	margin-left:auto;
	margin-right:auto;
	
	overflow:auto;
}

.s_ContentContainer
{
	margin-top:10px;
	background-color: #1c1c1c;
	padding: 10px;
	border-radius: 5px;
}

.s_ContentHeader
{
	font-size: 20px;
	color: #a9a9a9;
	padding: 10px;
	text-align: center;
	
}
.s_ContentHelpMark
{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor:pointer;
}


.s_NewPostIndicator
{
	box-shadow: inset 0px 0px 10px #00a3fd;
}

.s_CommunityFavoriteListItem
{
	margin:8px;
	padding:10px;
	border-radius:5px;
	background-color: #1c1c1c;
	overflow:hidden;
	/*border: solid 1px #828282;*/
	
	transition:all .3s;
}

.s_CommunityFavoriteListItemButton
{
	color:#222;
	padding: 2px 10px 2px 10px;
	float:right;
}

.s_CommunityFavoriteListItemText
{
	float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s_FavoriteTile
{
	overflow: hidden;
	height: 60px;
	padding-top: 10px;
    transition: height .3s ease-in-out;
    padding: 4px;
    margin: 10px;
    border-radius: 5px;
	background-color: #424242;
	position:relative;
}

.s_SelectedFavoriteTile
{
	background-color:#717171;
	border: solid 1px #5ba2f8;
}

.s_FavoriteButtonDefault
{
	color:#fff;
	background-color:#222;
	padding:5px;
	margin:5px;
}

.s_FrameCloseButton
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 40px;
	background-color: #009afd;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	border-radius: 24px;
	border-top: solid 1px #83b9f9;
	margin: 5px;
	box-shadow: 0px 4px 10px #00000080;
}


.s_FREFrame
{
	position:fixed;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background: rgb(18,18,18);
	background: linear-gradient(352deg, rgba(18,18,18,1) 0%, rgba(42,42,42,1) 100%);
	z-index:10000;
	padding-top:env(safe-area-inset-top);
	overflow:hidden;
	transition: all .8s ease-in-out;
	color:#fff;
}

.s_FREFrameHide
{
	position:fixed;
	height:0px;
	visibility:hidden;
}

.s_FREPage1
{
	text-align:center;
	opacity: 1;
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height:100%;
	
	transition: opacity .8s ease-in-out;
}

.s_FRENotify
{
	overflow:hidden;
	text-align:center;
	opacity: 0;
	display:none;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height:100%;
	
	transition: opacity .8s ease-in-out;
}

.s_FREPage2
{
	overflow:hidden;
	text-align:center;
	opacity: 0;
	display:none;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height:100%;
	
	transition: opacity .8s ease-in-out;
}

.s_containerScroll
{
	position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding-top: 20px;
    overflow: auto;
    padding-bottom: 45px;
}
.s_leftinfo
{
	display:inline-block;
	max-width:250px;
	vertical-align:middle;
	font-size:15px;
}
.s_rightinfo
{
	text-align:left;
	display:inline-block;
	vertical-align: middle;
	max-width:80vh;
	padding:10px;
	font-size:15px;
}
/*
.s_finalButton
{
	position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 10px;
	
	background-color:rgba(255, 255, 255, .55);
	-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
}
*/

.s_BackgroundBlur
{
	background-color:#000000;
	/*
	-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
	*/
}

#d_help
{
	position:fixed;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background:#ddd;
	z-index:10000;
	pointer-events:none;
	visibility:hidden;
	transform:translate3d(0,-3000px,0);
	
	overflow:hidden;
	transition: transform .5s ease-in-out;
}

/*Education Portions */
#d_LegendEducation
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:4000;
	overflow:hidden;
	
	background-color:rgba(00,00,00,.75);
	
	visibility:collapse;
	
	opacity:.01;
	
	transition: opacity .2s ease-in-out;
	pointer-events:none;
}

#d_ColorBlastWrapper
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:3000;
	overflow:hidden;
	pointer-events:none;
	visibility:collapse;
}

#d_ColorBlast
{
	z-index:1999;
	position:absolute;
	transition: transform .45s ease-in-out;
}

.s_CloseEducation
{
	background-color:rgba(22,22,22,.3);
	text-align:right;
	padding:10px;
	
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	height:25px;
	
	z-index:4000;
}

.s_EdWrapper
{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:60px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	/*-webkit-transform: translate3d(0px, 0px, 0px);*/
}

#d_EducationalText
{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;

	padding-left:10px;
	padding-right:10px;
}

.s_EdMat
{
	position:fixed;
	
	visibility:hidden;
	width:0px;
	height:0px;
	pointer-events:none;
}

.s_FlyoutMapEducation
{
	position:absolute;
	opacity:0;
	top: -300px;
    width: 250px;
    z-index: 1000;
    text-align: center;
    left: 50%;
    margin-left: -125px;
	
	transition: all .4s ease-in-out;
}

.s_FlyoutSkyEducation
{
	position:absolute;
	opacity:0;
	top: -300px;/*200px*/
    width: 250px;
    z-index: 1000;
    text-align: center;
    left: 50%;
    margin-left: -125px;
	
	transition: all .3s ease-in-out;
}

.s_FlyoutSunEducation
{
	position:absolute;
	opacity:0;
	top: -300px;/*238px*/
    width: 250px;
    z-index: 1000;
    text-align: center;
    left: 50%;
    margin-left: -125px;
	
	transition: all .3s ease-in-out;
}

.s_FlyoutGroundEducation
{
	position:absolute;
	opacity:0;
	top: -340px;/*340px*/
    width: 250px;
    z-index: 1000;
    text-align: center;
    left: 50%;
    margin-left: -125px;
	
	transition: all .3s ease-in-out;
}

.s_FlyoutContent
{
	padding:10px;
	background: #006ddb;
	color:#eee;
    box-shadow: 0px 10px 40px #222;
	font-weight: bolder;
	border-radius:10px;
}

.s_FlyoutFavoritesEducation
{
	position:fixed;
	opacity:0;
	top: -300px;
	right:10px;
    width: 250px;
    z-index: 1001;
    text-align: center;


	
	transition: all .4s ease-in-out;
}

.s_UpPointer
{
	position: absolute;
    top: -13px;
    left: 115px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-bottom: 15px solid #006ddb;
}

/*
#d_HeaderFlyout
{
	z-index:2000;
	position:fixed;
	top:-200px;
	left:0px;
	right:0px;
	height:95px;
	background-color:rgba(220,220,220,.8);
	-webkit-backdrop-filter:blur(18px);
	backdrop-filter:blur(18px);
	box-shadow:0px 0px 25px #444;
	
	padding:15px;
	opacity:0;
	
	transition: all .3s ease-in-out;
	
	pointer-events:none;
}
*/

#d_IFrameContainer
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:3000;
	opacity:0;
	transform:translate3d(0,-2000px,0);
	
	visibility:collapse;
	overflow:hidden;
	background-color:#333;
	pointer-events: none;
	transition: transform .5s ease-in-out;

	will-change: transform;
}

#d_PrimaryIframe
{
	border:none;
	width:100%;
	height:100%;
	opacity:0;
	
	transition: opacity .5s ease-in-out;
}

.s_IFrameButton
{
	flex-grow:3;
	transition: background-color .5s ease-in-out;
}

.s_PalIFrameContainer
{
	height: 86px;
	display: block;
	max-width:500px;
	min-width:250px;
	overflow:hidden;
	transform:scale(1);
	padding:0px;

	transition: opacity .5s ease-in-out;
}


#d_LiveAdView_PAL
{
	width:100%;
	border:none;
}

.foundationView
{
	border: none;
	width: 100%;
	max-width: 500px;
	height: 86px;
	border-radius: 5px;
	box-shadow: 0 0 20px #181818;
}

/*SVG Elements*/
#DarkRound
{
	transform-origin: 50% 50%;
	transition: all .8s ease-in-out;
}

#LightRound
{
	transform-origin: 50% 50%;
	transition: all .8s ease-in-out;
}

.DescriptionText
{
	color:#eee;
	display:flex;
	justify-content: center;
	align-items: center;
	height:100%;
}

#d_MapControlScrubPosition {
	width: 100%;
    /* padding-bottom: 7px; */
    /* margin-bottom: 8px; */
    position: absolute;
    left: 0px;
    right: 0px;
    top: -11px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background: #d3d3d3;
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #31b3ff;
    cursor: pointer;
	/*box-shadow:0 0 7px #333;*/
	border:solid 2px #ececec;
}

.slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #31b3ff;
    cursor: pointer;
	/*box-shadow:0 0 7px #333;*/
	border:solid 2px #ececec;
}

.time_slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background: #777;
    outline: none;
	pointer-events:none;
}

.time_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
	rotate:45deg;
    background: #b2b2b2;
    cursor: pointer;
	box-shadow:0 0 7px #181818;
	pointer-events: auto;
}

.time_slider::-moz-range-thumb {
	-webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
	rotate:45deg;
    background: #b2b2b2;
    cursor: pointer;
	box-shadow:0 0 7px #181818;
	pointer-events: auto;
}

#d_TempTimeUI
{
	opacity:0;
	position:absolute;
	
	width:250px;
    margin-left:-125px;
    left:50%;
	
	top:-100px;
	height:45px;
	background-color:rgba(22,22,22,.7);
	pointer-events:none;
	text-align:center;
	border-radius:5px;
	transition: opacity .4s ease-in-out;
}

.s_MapFilterSelect
{
	padding:2px;
	background-color: #00a3fd;
    color: #fff;
    border-radius: 5px;
	margin-right:5px;
	width:156px;
}

.s_MapScrubControls
{
	width:37px;
	display:inline-block;
	padding:5px;
	margin:3px;
	background-color:#ffffff78;
}

/*Post Creation*/
.s_CheckBoxContainer
{
	display:inline-block;
	width:42%;
	vertical-align:top;
	padding:3px;
}

.s_TextInputPublicFavorite
{
	width: 95%;
    font-size: 20px;
    -webkit-appearance: none;
    border: none;
    padding: 7px;
    box-shadow: 0px 0px 5px #888;
}

.s_CheckBoxSize
{
	transform: scale(1.5);
}

.UploadFilePreviewer 
{
	overflow:auto;
	max-height:50vh;
}

.UploadImagePreview
{
	display:inline-block;
	height:75px;
	overflow:hidden;
	margin:5px;
	position:relative;
	box-shadow: 0px 0px 15px #131313;
	border-radius:3px;
}

.FileNameText
{
	margin-top:20px;
	font-size:16px;
	word-wrap:break-word;
}

.FileSizeText
{
	position:absolute;
	left:2px;
	bottom:5px;
	color:#cf3;
}

.DeleteFile
{
	position: absolute;
    right: 5px;
    top: 5px;
    width: 50%;
    height: 50%;
    background-image: url(../Icons/SVG/close.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: right top;
}

.UploadImage
{
	height:100%;
}



.progress-bar {
	height: 2px;
	background-color: rgba(5, 114, 206, 0.1);
	width: 100%;
	overflow: hidden;
  }
  
  .progress-bar-value {
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	animation: indeterminateAnimation 3s infinite linear;
	transform-origin: 0% 50%;
  }
  
  @keyframes indeterminateAnimation {
	0% {
	  transform:  translateX(0) scaleX(0);
	}
	40% {
	  transform:  translateX(0) scaleX(0.4);
	}
	100% {
	  transform:  translateX(100%) scaleX(0.5);
	}
  }