.heliokinesis {
	position: relative;
	height: 600px;
	color: #000;
}

.heliokinesis .map-container {
	height: 100%;
	width: 100%;
}

.heliokinesis,
.heliokinesis * {
	box-sizing: border-box;
}

.heliokinesis .widget-controls {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	z-index: 100;
	display: flex;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.flatpickr-calendar,
.flatpickr-input {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.heliokinesis .widget-controls .knob {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fcfcfc;
	border: 2px solid #000000;
	cursor: pointer;
	margin-top: 21px;
	position: relative;
	background-image: linear-gradient(-180deg, #D1D1D1 0%, #FFFFFF 100%);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.50);
}

.heliokinesis .widget-controls .knob:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1010;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #fff;
	border-radius: 50%;
}

.heliokinesis .sundial-wrapper {
	height: 58px;
	display: flex;
	flex-grow: 1;
	position: relative;
	margin: 0 20px;
}

.heliokinesis .sundial-foreground {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.heliokinesis .sundial-background {
	height: 100%;
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.heliokinesis .hour-markers {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}

.heliokinesis .hour-marker {
	border-left: #9b9b9b 1px solid;
	height: 23px;
	flex: 1;
	position: relative;
}

.heliokinesis .hour-marker.hour-marker-23 {
	border-right: 1px #9b9b9b solid;
}

.heliokinesis .hour-marker .hour {
	color: #fcfcfc;
	font-weight: bold;
	margin-left: 4px;
	position: absolute;
	top: -0.5em;
	font-size: 14px;
}

.heliokinesis .sundial-parts {
	display: flex;
}

.heliokinesis .sundial {
	background-color: #9b9b9b;
	flex-grow: 1;
	height: 6px;
}

.heliokinesis .sundial-sun {
	position: relative;
	background-color: #f3d332;
}

.heliokinesis .sundial-icon {
	height: 24px;
	width: 24px;
	position: absolute;
	top: -9px;
}

.heliokinesis .sundial-icon.sun-icon {
	left: 0;
	background-image: url('./images/sun.svg');
}

.heliokinesis .sundial-icon.moon-icon {
	right: 0;
	background-image: url('./images/moon.svg');
}

.heliokinesis div.flatpickr {
	display: inline-block;
	margin: 15px 20px;
}

.flatpickr .input-wrapper {
	position: relative;
}

.heliokinesis .flatpickr-input,
.heliokinesis .flatpickr-input::placeholder {
	color: #fcfcfc;
	background-color: transparent;
	border: #9b9b9b solid 1px;
	border-radius: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	height: 28px;
	width: 100%;
	font-size: 14px;
}

.heliokinesis .input-toggle {
	position: absolute;
	height: 100%;
	width: 100%;
	cursor: pointer;
	top: 0;
}

.heliokinesis .flatpickr .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.heliokinesis .flatpickr .icon-calendar {
	height: 10px;
	width: 10px;
	background-image: url('./images/calendar.svg');
	left: 10px;
}

.heliokinesis .flatpickr .icon-chevron {
	height: 7px;
	width: 12px;
	background-image: url('./images/chevron.svg');
	right: 10px;
}

.heliokinesis .flatpickr-mobile .icon,
.heliokinesis .flatpickr-mobile .input-toggle {
	display: none;
}

.flatpickr-calendar {
	background-color: #333;
}

.flatpickr-calendar .flatpickr-day.selected {
	background-color: #9b9b9b;
	border-color: #9b9b9b;
}

.flatpickr-calendar .flatpickr-day:hover {
	background-color: #666;
	border-color: #666;
}

.heliokinesis .knob-popup {
	position: absolute;
	padding: 0 5px;
	background-color: #fcfcfc;
	bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	width: 60px;
	display: flex;
	justify-content: center;
	left: -18px;
	height: 25px;
}

.heliokinesis .knob-popup-label {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}

.heliokinesis .knob-popup-arrow {
	position: absolute;
	bottom: -10px;
	left: 24px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #fcfcfc transparent transparent transparent;
}

.heliokinesis-small .widget-controls {
	flex-direction: column-reverse;
}
.heliokinesis-small input.flatpickr {
	width: auto;
}

.heliokinesis-small .hour-marker.hour-marker-18 {
	border-right: 1px #9b9b9b solid;
}

.heliokinesis-small .hour-marker.hour-marker-1,
.heliokinesis-small .hour-marker.hour-marker-2,
.heliokinesis-small .hour-marker.hour-marker-3,
.heliokinesis-small .hour-marker.hour-marker-4,
.heliokinesis-small .hour-marker.hour-marker-5,
.heliokinesis-small .hour-marker.hour-marker-7,
.heliokinesis-small .hour-marker.hour-marker-8,
.heliokinesis-small .hour-marker.hour-marker-9,
.heliokinesis-small .hour-marker.hour-marker-10,
.heliokinesis-small .hour-marker.hour-marker-11,
.heliokinesis-small .hour-marker.hour-marker-13,
.heliokinesis-small .hour-marker.hour-marker-14,
.heliokinesis-small .hour-marker.hour-marker-15,
.heliokinesis-small .hour-marker.hour-marker-16,
.heliokinesis-small .hour-marker.hour-marker-17,
.heliokinesis-small .hour-marker.hour-marker-19,
.heliokinesis-small .hour-marker.hour-marker-20,
.heliokinesis-small .hour-marker.hour-marker-21,
.heliokinesis-small .hour-marker.hour-marker-22,
.heliokinesis-small .hour-marker.hour-marker-23,
.heliokinesis-small .hour-marker .hour {
	display:none;
}

.heliokinesis-medium .hour-marker.hour-marker-18 {
	border-right: 1px #9b9b9b solid;
}

.heliokinesis-medium .hour-marker.hour-marker-1,
.heliokinesis-medium .hour-marker.hour-marker-2,
.heliokinesis-medium .hour-marker.hour-marker-3,
.heliokinesis-medium .hour-marker.hour-marker-4,
.heliokinesis-medium .hour-marker.hour-marker-5,
.heliokinesis-medium .hour-marker.hour-marker-7,
.heliokinesis-medium .hour-marker.hour-marker-8,
.heliokinesis-medium .hour-marker.hour-marker-9,
.heliokinesis-medium .hour-marker.hour-marker-10,
.heliokinesis-medium .hour-marker.hour-marker-11,
.heliokinesis-medium .hour-marker.hour-marker-13,
.heliokinesis-medium .hour-marker.hour-marker-14,
.heliokinesis-medium .hour-marker.hour-marker-15,
.heliokinesis-medium .hour-marker.hour-marker-16,
.heliokinesis-medium .hour-marker.hour-marker-17,
.heliokinesis-medium .hour-marker.hour-marker-19,
.heliokinesis-medium .hour-marker.hour-marker-20,
.heliokinesis-medium .hour-marker.hour-marker-21,
.heliokinesis-medium .hour-marker.hour-marker-22,
.heliokinesis-medium .hour-marker.hour-marker-23 {
	display:none;
}

.heliokinesis-large .hour-marker.hour-marker-22 {
	border-right: 1px #9b9b9b solid;
}

.heliokinesis-large .hour-marker.hour-marker-1,
.heliokinesis-large .hour-marker.hour-marker-3,
.heliokinesis-large .hour-marker.hour-marker-5,
.heliokinesis-large .hour-marker.hour-marker-7,
.heliokinesis-large .hour-marker.hour-marker-9,
.heliokinesis-large .hour-marker.hour-marker-11,
.heliokinesis-large .hour-marker.hour-marker-13,
.heliokinesis-large .hour-marker.hour-marker-15,
.heliokinesis-large .hour-marker.hour-marker-17,
.heliokinesis-large .hour-marker.hour-marker-19,
.heliokinesis-large .hour-marker.hour-marker-21,
.heliokinesis-large.hour-marker.hour-marker-23 {
	display:none;
}
