@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url("/css/fonts/awesome/fa-solid-900.6.woff") format("woff");
}

BODY {
	user-select: none;
    -ms-user-select: none;
    --webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.Wait {
	width: 50px;
	height: 30px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 135 140' xmlns='http://www.w3.org/2000/svg' fill='%230000c0'%3E%3Crect y='10' width='15' height='120' rx='6'%3E%3Canimate attributeName='height' begin='0.5s' dur='1s' values='120;110;100;90;80;70;60;50;40;140;120' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='y' begin='0.5s' dur='1s' values='10;15;20;25;30;35;40;45;50;0;10' calcMode='linear' repeatCount='indefinite' /%3E%3C/rect%3E%3Crect x='30' y='10' width='15' height='120' rx='6'%3E%3Canimate attributeName='height' begin='0.25s' dur='1s' values='120;110;100;90;80;70;60;50;40;140;120' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='y' begin='0.25s' dur='1s' values='10;15;20;25;30;35;40;45;50;0;10' calcMode='linear' repeatCount='indefinite' /%3E%3C/rect%3E%3Crect x='60' width='15' height='140' rx='6'%3E%3Canimate attributeName='height' begin='0s' dur='1s' values='120;110;100;90;80;70;60;50;40;140;120' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='y' begin='0s' dur='1s' values='10;15;20;25;30;35;40;45;50;0;10' calcMode='linear' repeatCount='indefinite' /%3E%3C/rect%3E%3Crect x='90' y='10' width='15' height='120' rx='6'%3E%3Canimate attributeName='height' begin='0.25s' dur='1s' values='120;110;100;90;80;70;60;50;40;140;120' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='y' begin='0.25s' dur='1s' values='10;15;20;25;30;35;40;45;50;0;10' calcMode='linear' repeatCount='indefinite' /%3E%3C/rect%3E%3Crect x='120' y='10' width='15' height='120' rx='6'%3E%3Canimate attributeName='height' begin='0.5s' dur='1s' values='120;110;100;90;80;70;60;50;40;140;120' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='y' begin='0.5s' dur='1s' values='10;15;20;25;30;35;40;45;50;0;10' calcMode='linear' repeatCount='indefinite' /%3E%3C/rect%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

.RetryButton {
	border: solid 1px #808080;
	background: #C0C5E6;
	border-radius: 4px;
	padding: 5px 12px;
	font-size: 16px;
}

BUTTON {
	color: #404040;
}

#linkBigMovers {
	font-weight: bold;
	margin-top: 15px;
	color: #000080;
	cursor: pointer;
}
#linkBigMovers:hover {
	text-decoration: underline;
}

.StripedPageSection:nth-child(even) {
	background: transparent;
}
.StripedPageSection.ShowStriped {
    background: #f0f3ff;
}

.CFlag {
	border: solid 1px #808080;
}
.FA {
	font-family: FontAwesome;
}

H1 {font-size: 36px; font-weight: bold; margin: 0 0 20px 0; display: flex; flex-direction: row; align-items: center;}
.CalendarTitleText {}
H1 BUTTON {
	width: 32px;
	height: 32px;
	font-size: 28px;
	padding: 0;
	overflow: hidden;
}

H2 {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.ShowHideButton {
	margin: 0 10px 0 0;
	height: 20px;
	width: 20px;
	background: #f0f0ff;
	border: solid 1px #808080;
	border-radius: 4px;
	cursor: pointer;
}

BODY.SingleSectionVisible .ShowHideButton {display: none;}

#NextHighImpactTableInner {
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	display: grid;
}

@media screen and (max-width: 1300px) {
	#NextHighImpactTableInner {
		grid-template-columns: calc(33.33% - 13.33px) calc(33.33% - 13.33px) calc(33.33% - 13.33px);
	}
}

@media screen and (max-width: 1000px) {
	#NextHighImpactTableInner {
		grid-template-columns: calc(50% - 10px)  calc(50% - 10px);
	}
}

@media screen and (max-width: 650px) {
	#NextHighImpactTableInner {
		grid-template-columns: 100%;
	}
}

.NextHighImpactTile {
	border-radius: 15px;
	background: #f2f2f2;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: black;
}

.NextHighImpactDataContainer {
	flex-grow: 1;
	flex-shrink: 1;
	line-height: 150%;
}

.NextHighImpactDataContainerNone {
	color: #c0c0c0;
}

#NextHighImpactTable .CFlag {
	width: 50px;
	height: 37.5px;
	margin: 0 10px 0 0;
}



.NextHighImpactDetail {
	padding: 0 5px 0 5px;
	font-size: 16px;
}

.NextHighImpactDetail A {
	color: black;
}

.NextHighImpactDate {
	padding: 3px 5px 3px 5px;
	border-radius: 4px;
	margin-bottom: 3px;
}

.NextHighImpactDate.DateIsToday {
	background: #ffc0c0;
	font-weight: bold;
	color: black;
}

#NextHighImpactTable .NextHighImpactDate.DateIsImminent {
	background: #ff8080;
	font-weight: bold;
	color: black;
}

#NextHighImpactTable .NextHighImpactDate.DateIsNow {
	background: crimson;
	color: white;
	font-weight: bold;
}


#DayViewTable {
	width: 100%;
	max-width: 100%;
}

TD {
	padding: 0;
}

.HourView {

}

.HourCaptionDay {
	display: block;
	color: #e0e0e0;
	font-size: 11px;
}
.HourCaption {
	vertical-align: top;
	width: 80px;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 20px 5px 10px;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	color: #c0c0c0;
}

.HourCaptionHighImpact, .HourCaptionHighImpact .HourCaptionDay {
	color: crimson;
	background: #ffc0c0;
}

.HourCaptionMediumImpact, .HourCaptionMediumImpact .HourCaptionDay {
	color: orange;
	background: #f4ebdf;
}

.HourItems {
	width: calc(100% - 110px);
	overflow-x: auto;
	border-bottom: solid 1px #808080;
}

.HourViewItem {
	display: inline-flex;
	margin: 10px 20px 10px 20px;
	min-width: 150px;
}

.HourViewItem .CFlag {
	width: 24px;
	height: 18px;
	margin: 0 5px 0 0;
}

.LinkImpact2 {
	background: #FFF0F0;
	padding: 3px 5px;
	border-radius: 4px;
	border: solid 1px #FFC0C0;
	color: crimson;
	font-weight: bold;
}

.LinkImpact1 {
	color: orange;
	font-weight: bold;
}

.LinkImpact0 {
	color: #808080;
	font-weight: normal;
}

.EC {
	background: white;
	margin: 0 20px 20px 0;
	border-radius: 4px;
	border: solid 1px #808080;
	width: 200px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}


.EC:hover {
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.3);
}

.EC.ECI2 {
	border-color: crimson;
	background: #fff0f0;
}

.EC.ECI1 {
	border-color: orange;
	background: #fffaf0;
}

.ECT {
	padding: 5px;
	border-bottom: solid 1px #808080;
	display: flex;
	flex-direction: row;
}

.ECTD {
	flex-grow: 1;
	flex-shrink: 1;
	text-align: center;
}

.ECT .CFlag {
	width: 24px;
	height: 18px;
	display: inline-block;
}

.ECI2 .ECT {
	color: crimson;
}

.ECD {
	padding: 20px 20px 10px 20px;
	text-align: center;
	height: 60px;
	overflow: hidden;
}

.ECD A {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#Calendar.AsListView .ECD A {
	display: inline;
}

.ECF {
	border-top: solid 1px #808080;
	padding: 5px 5px 5px 5px;
	height: 41px;
	overflow: hidden;
}

.ECFX {
	text-align: center;
	color: #808080;
	line-height: 40px;
}
.BetterThanExpected {
	background: #c0ffc0 !important;
	border-radius: 4px;
	color: #008000;
}

.WorseThanExpected {
	background: #ffc0c0 !important;
	border-radius: 4px;
	color: crimson;
}

.ECFH {
	font-size: 11px;
	color: #808080;
}

.ECFHC, .ECFVV {
	display: inline-block;
	text-align: center;
	width: 50%;
	overflow: hidden;
}


.VM {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background: #808080;
}

.VM.VMPlaceholder {
	background: #f0f0f0;
}

.ECI2 .VM, .VM.VMI2 {
	background: crimson;
}

.ECI1 .VM, .VM.VMI1 {
	background: orange;
}


.DayDivider {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

#Chart {
	width: 100%;
	max-width: 100%;
	height: 400px;
	border: 0;
}

.ECTD .CD {
	padding: 3px 8px 3px 8px;
	border-radius: 4px;
}

.EC.ECI2 .ECTD.DateIsImminent .CD {
	font-weight: bold;
	background: #ffc0c0;
}

.EC.ECI1 .ECTD.DateIsImminent .CD {
	font-weight: bold;
	background: orange;
}

.EC.ECI2 .ECTD.DateIsNow .CD {
	background: #ffc0c0;
	color: crimson;
	font-weight: bold;
}

.EC.ECI1 .ECTD.DateIsNow .CD {
	font-weight: bold;
	background: orange;
}

.EventCardTitle {
	flex-grow: 1;
}


#Calendar.AsListView .EC {
	background: transparent;
	margin: 0;
	border: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#Calendar.AsListView .ECT {
	border: 0;
	width: 200px;
	flex-grow: 0;
	flex-shrink: 0;
}

#Calendar.AsListView .ECTD {
	padding-left: 10px;
	text-align: left;
}

#Calendar.AsListView .ECD {
	padding: 0 0 0 20px;
	height: auto;
	max-width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex-grow: 1;
	text-align: left;
}

#Calendar.AsListView .ECF {
	border-top: 0;
	height: auto;
}

#Calendar.AsListView .ECFH {
	display: none;
}

#Calendar.AsListView .ECFVV {
	width: 100px;
	background: #f7f7f7;
	color: #404040;
	border-radius: 4px;
	margin-left: 5px;
}


#Calendar.AsListView .ECFX {
	background: #f7f7f7;
	color: #404040;
	border-radius: 4px;
	margin-left: 5px;
	width: 205px;
	height: auto;
	line-height: inherit;
}



.IconButton {
	font-family: FontAwesome;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
	background: #e0e0e0;
	border: solid 1px #808080;
	border-radius: 4px;
}

.IconButton:hover {
	text-shadow: 1px 1px 2px #808080;
}

.IconButton:first-of-type {
	margin-left: 20px;
}

H1 .IconButton {
	font-size: 24px;
}

#IconCloseItem {
	margin-left: 20px;
	color: crimson;
	font-size: 28px;
	background: transparent;
	border: 0;
}


.SettingsOverlay {
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%; z-index: 999;
	background: rgba(128,128,128,0.5);
}

.SettingsDialog {
	position: fixed;
	border-radius: 4px;
	top: 50px; left: 50px; width: calc(100% - 100px); height: calc(100% - 100px);
	z-index: 1000;
	background: white;
	color: black;
	box-shadow: 0 0 10px 3px rgb(128, 128, 128, 0.8);
	opacity: 0;
	transition: opacity 1s;
	display: flex;
	flex-direction: column;
}

.SettingsDialog SELECT {
	color: black;
}

.SettingsDialogTitle {
	font-size: 24px;
	font-weight: bold;
}

.SettingsDialog H3 {
	font-size: 20px;
	margin: 20px 0 10px 0;
}

.SettingsDialog H3:first-of-type { 
	margin-top: 0;
}

.SettingsDialogTitle {padding: 20px; border-bottom: solid 1px #808080;}
.SettingsDialogFooter {padding: 20px; border-top: solid 1px #808080;}
.SettingsDialogFooter BUTTON {
	margin: 0 5px 0 5px;
}
.SettingsDialogFooter BUTTON:first-of-type {
	margin-left: 0;
}

.SettingsDialogContent {
	flex-grow: 1;
	flex-shrink: 1;
	overflow: auto;
	padding: 20px;
}

.SettingsDialogContent TH, .SettingsDialogContent TD {
	color: black;
}

.SettingEventViewTable TH, .SettingsSectionTable TH {
	text-align: left;
	font-weight: normal;
	padding: 3px 20px 3px 0;
	min-width: 175px;
}

.SettingEventViewTable TD, .SettingsSectionTable TD {
	padding: 3px;
}

.SettingsCurrencyList .SettingsCurrencyField {
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 75px;
}

.SettingsCurrencyOptions, .SettingsCountryOptions, .SettingsCategoryOptions {
	margin: 0 0 5px 0;
}

.SettingsCurrencyOptions BUTTON, .SettingsCountryOptions BUTTON, .SettingsCategoryOptions BUTTON {
	font-size: 11px;
	padding: 3px 10px;
	line-height: 15px;
	margin: 0 5px 0 5px;
}

.SettingsCurrencyOptions BUTTON:first-of-type, .SettingsCountryOptions BUTTON:first-of-type, .SettingsCategoryOptions BUTTON:first-of-type {
	margin-left: 0;
}

.SettingsCountryField {
	display: inline-block;
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.SettingsCategoryField {
	display: inline-block;
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.SettingsCountryField LABEL, .SettingsCurrencyField LABEL, .SettingsCategoryField LABEL {
	padding: 1px 3px 1px 3px;
}

.SettingsExcludedItem {
	color: white;
	background: #ff8080;
	border-radius: 4px;
}

/* Green (confirmation) button. Doesn't require that the element is actually <button> or <input type="button">. Can be anything */

.btn-green {
	border: 0;
	text-align: center;
	background: linear-gradient(180deg, #A5CC5C 0%, #84B32D 100%); 
	display: inline-block;
	
	color: white;
	border-radius: 2px; 
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px; 
	line-height: 18px; 
	padding: 5px 15px 5px 15px;
}

.btn-green:hover,.btn-green:focus {
	background: linear-gradient(180deg, #C0EE6A 0%, #A1DA37 100%);
}

.btn-green:active {
	background: linear-gradient(180deg, #87A949 0%, #6C9224 100%);
}

.btn-green:disabled {
	background: linear-gradient(180deg, #959595 0%, #606060 100%);
	color: white;
}
/* Blue button */

.btn-blue, .DialogCancelButton {
	border: 0;
	text-align: center;
	background: linear-gradient(180deg, #84BEF7 0%, #4A82B8 100%);
	display: inline-block;
	
	color: white;
	border-radius: 2px; 
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px; 
	line-height: 18px; 
	padding: 5px 15px 5px 15px;
}
A.btn-blue {
	text-decoration: none;
}

.btn-blue:hover, .btn-blue:focus, .DialogCancelButton:hover, .DialogCancelButton:focus {
	background: linear-gradient(180deg, #A2DDFF 0%, #61AAF2 100%);
}

.btn-blue:active, .DialogCancelButton:active {
	background: linear-gradient(180deg, #6AB5FF 0%, #376DA1 100%);
}

.btn-blue:disabled, .DialogCancelButton:disabled {
	background: linear-gradient(180deg, #959595 0%, #606060 100%);
	color: white;
}


.ItemFilteringOptions {
	position: fixed;
	border-radius: 4px;
	width: 300px;
	height: 500px;
	max-height: 100%;
	left: calc(50% - 150px);
	top: calc(50% - 210px);
	z-index: 1000;
	background: white;
	color: black;
	box-shadow: 0 0 10px 3px rgb(128, 128, 128, 0.8);
	opacity: 0;
	transition: opacity 1s;
	display: flex;
	flex-direction: column;
}

.ItemFilteringOptionsTitle {padding: 10px 20px 10px 20px; border-bottom: solid 1px #808080; font-size: 20px; font-weight: bold; display: flex; flex-direction: row;}
.ItemFilteringOptionsFooter {padding: 10px 20px 10px 20px; border-top: solid 1px #808080;}
.ItemFilteringOptionsFooter BUTTON {
	margin: 0 5px 0 5px;
}
.ItemFilteringOptionsFooter BUTTON:first-of-type {
	margin-left: 0;
}

.ItemFilteringOptionsCaption {
	flex-grow: 1;
}

.ItemFilteringOptionsContent {
	flex-grow: 1;
	flex-shrink: 1;
	overflow: auto;
	padding: 15px 20px;
}

.IFOHeader {
	font-size: 12px;
	color: #808080;
	font-weight: bold;
	margin: 20px 0 0px 0;
}
.IFOHeader:first-of-type {
	margin-top: 0;
}
.IFOAlertLinks {
	margin-top: 20px;
}

.IFO {
	cursor: pointer;
	margin: 10px 0 10px 0;
}

A.IFO {
	display: block;
	color: black;
	font-weight: normal;
}

.IFO:hover {
	text-decoration: underline;
}


#CalendarItemView {
	display: none;
	flex-grow: 1;
	flex-shrink: 1;
}

.CalendarItemFrame {
	width: 100%;
	height: 100%;
	border: 0;
}

.InItemViewOnly {
	display: none;
}
BODY.InItemView .InItemViewOnly {
	display: inherit;
}
BODY.InItemView .NotInItemView {
	display: none;
}

.BigMoverTable TD {
	padding: 3px;
}

.BigMoverTable TD:first-of-type {
	padding-left: 0;
}

.BigMoverTable .CFlag {
	width: 32px;
	height: 24px;
}

.WeekViewRow {
	grid-template-columns: 200px calc(12.5% - 45px) calc(12.5% - 45px) calc(12.5% - 45px) calc(12.5% - 45px) calc(12.5% - 45px) calc(12.5% - 45px) calc(12.5% - 45px) calc(12.5% - 45px);
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin: 5px 0 5px 0;
}


.WeekViewCaption {
	display: inline-block;
	width: 200px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}

.WeekViewCaptionShort {
	display: none;
	width: 50px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}

.WeekViewCurrency {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	position: relative;
}

.WeekViewHeaderRow .CFlag {
	width: 64px;
	height: 48px;
}

.WeekViewCurrency .VM {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
}

@media screen and (max-width: 1000px) {
	.WeekViewHeaderRow .CFlag {
		width: 48px;
		height: 36px;
	}
}

@media screen and (max-width: 800px) {
	.WeekViewHeaderRow .CFlag {
		width: 36px;
		height: 27px;
	}
}

@media screen and (max-width: 700px) {
	.WeekViewCaption {
		display: none;
	}
	.WeekViewCaptionShort {
		display: block;
	}
	.WeekViewHeaderRow .CFlag {
		width: 36px;
		height: 27px;
	}
	.WeekViewRow {
		grid-template-columns: 60px calc(12.5% - 27.5px) calc(12.5% - 27.5px) calc(12.5% - 27.5px) calc(12.5% - 27.5px) calc(12.5% - 27.5px) calc(12.5% - 27.5px) calc(12.5% - 27.5px) calc(12.5% - 27.5px);
	}
}

@media screen and (max-width: 560px) {
	.WeekViewRow {
		grid-column-gap: 10px;
		grid-template-columns: 60px calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px);
	}

	.WeekViewHeaderRow .CFlag {
		width: 28px;
		height: 21px;
	}
}

@media screen and (max-width: 420px) {
	.WeekViewRow {
		grid-column-gap: 10px;
		grid-template-columns: 60px calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px) calc(12.5% - 18px);
	}

	.WeekViewHeaderRow .CFlag {
		width: 20px;
		height: 15px;
	}
}

/* *********************************************************************************************************
Session map
********************************************************************************************************* */

#SessionMap {
	position: relative;
	height: 400px;
}

#TimeContainer {
	width: 100%;
	height: calc(100% - 30px);
	box-sizing: border-box;
}

#TimeInner {
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#MapOuter {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
#MapInner {
	text-align: center;
	height: 100%;
	width: 85.7%; /* 24/28ths */
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background: url("map.svg");
}
#Map {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

#NewsBarOuter {
	background: rgba(128,128,128,0.1);
	width: 100%;
	height: 30px;
	box-sizing: border-box;
}
#NewsBar {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#session-bar-nyc {
	position: absolute;
	top: 15%;
}

#session-bar-london {
	position: absolute;
	top: 35%;
}

#session-bar-tokyo {
	position: absolute;
	top: 55%;
}

#session-bar-sydney {
	position: absolute;
	top: 75%;
}


.SessionBar {
	z-index: 100;
	background: rgba(128,128,128,0.9);
	color: white;
	border-radius: 4px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}


.SessionBar.SessionBarActive {
	background: rgba(0,0,255,0.8);
}

#time-line {
	position: absolute;
	top: 0;
	background: red;
	width: 1px;
	height: 100%;
	z-index: 50;
}

#time-label {
	width: 99px;
	position: absolute;
	top: 0;
	height: 30px;
	z-index: 51;
	background: #000080;
	color: white; /* Works in both dark and light themes because of --clr-lowlight background */
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
}

.CalendarMarker {
	border-radius: 4px;
	position: absolute;
	top: 5px;
	left: 0;
	width: 19px;
	height: 19px;
	border: solid 1px rgba(128,128,128,0.5);
	box-sizing: border-box;
	cursor: pointer;
}

.CalendarImpactColour2 {
	z-index: 20;
	background: crimson;
}
.CalendarImpactColour1 {
	z-index: 10;
	background: orange;
}
.CalendarImpactColour0 {
	background: #c0c0c0;
}

.SessionBar, #time-line, #time-label, #MapInner {
	visibility: hidden;
}
#SessionMap.initialised .SessionBar, #SessionMap.initialised #time-line, #SessionMap.initialised #time-label, #SessionMap.initialised #MapInner {
	visibility: visible;
}

/* *********************************************************************************************************
Variable sizing 
********************************************************************************************************* */

@media screen and (max-width: 500px) {
	.PastEventPrevious {
		display: none;
	}
	.PastEventRevised {
		display: none;
	}

	.CandleChartBlock, .SentimentChartBlock {
		margin-right: 0;
	}
	
	H1 {
		font-size: 28px;
	}
	
	H2, .StripedPageSection H2 {
		font-size: 20px;
	}

	.SettingsDialog {
		top: 5px; left: 5px; width: calc(100% - 10px); height: calc(100% - 10px);
	}

	#Calendar.AsListView .ECF {
		display: none;
	}

	#Calendar.AsListView .ECT {
		width: 120px;
	}

	#Calendar.AsListView .ECT .CD .DatePart {
		display: none;
	}
}

BODY.BarePage .PageAdUnit {display: none;}
BODY.BarePage .PageAdUnitContainer {display: none;}
BODY.BarePage #CalendarBanner H1 {margin-bottom: 0;}
BODY.BarePage .NotBare {display: none;}
BODY.BarePage #Calendar {display: flex; flex-direction: column; width: 100%; height: 100%; overflow: hidden;}
BODY.BarePage #CalendarBanner {flex-grow: 0; flex-shrink: 0;}
BODY.BarePage #CalendarContent {flex-grow: 1; flex-shrink: 1; overflow-y: auto;}
BODY.BarePage .StripedPageSection.ShowStriped {
    background: var(--clr-transparent-wash2);
}
BODY.BarePage #linkBigMovers {
	color: var(--clr-text);
}
BODY.BarePage .EC, BODY.BarePage .EC A {color: #404040;}
BODY.BarePage #Calendar.AsListView .EC, BODY.BarePage #Calendar.AsListView .EC A {color: var(--clr-text);}

BODY.BarePage .StripedPageSectionIndent {
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);
}
