﻿
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600&display=swap');

/*
div {
	border-color: #777777;
	border-width: 1px;
	border-style: dashed;
}
*/

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
}

p {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.1em;
}

h1 {
	margin: 0;
	margin-bottom: 35px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold; 
	letter-spacing: 0.05em;
	color: #f0f0f0;
}

a, a:link, a:visited {
	color: #e0e0e0;
	text-decoration: none;
	border-bottom: 1px dashed #e0e0e0;
}
a:hover {
	color: orange;
	border-bottom: 1px solid orange;
}

.Hidden {
	display: none;
}


.dottedBorder {
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: dashed;
}



.hourEmpty {
	position:absolute;
	width: 30px; height: 30px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #707070;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	color: #707070;
	vertical-align: middle;
}

.secondEmpty, .minuteEmpty {
	position:absolute;
	width: 20px; height: 20px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #707070;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #707070;
	vertical-align: middle;
}

.whiteText {
	color: #f0f0f0;
}

.orange {
	border-color: #F48701;
	background-color: orange;
}

.green {
	border-color: #006442;
	background-color: #558B2F;
}

.blue {
	border-color: #044F67;
	background-color: #317589;
}

.yellow {
	border-color: #F48701;
	background-color: #FFD801;
}

.purple {
	border-color: #F48701;
	background-color: purple;
}

.olive {
	border-color: #F48701;
	background-color: olive;
}

.darkbackground {
    background: #0f3854;
    background: radial-gradient(ellipse at center,  #0a2e38  0%, #000000 70%);
}

.lightbackground {
    background: #fefefe;
}


/* ########## Layout holders ########## */

#OuterHolder {
	position: relative;
	width: 100%; height: 100%;
}


#MainHolder {
	position: relative;
	width: 1000px; height: 100%;
	margin-left: auto;
	margin-right: auto;
}


#clockHolder {
	cursor: pointer;
	position: relative;
	z-index: 10;
	left: 0px;
	top: 80px;
	width: 1000px; height: 100%;
}


#containerLayoutRadialBlocks {
	position: absolute;
	width: 100%;
}


#containerLayoutLinear {
	opacity: 0;
	width: 100%;
	position: absolute;
}


#containerLayoutBubbles {
	opacity: 0;
	width: 100%;
	position: absolute;
}


#containerLayoutSliders {
	/* opacity: 0; */
	width: 100%;
	position: absolute;
}


#hitcounter {
	display: none;
}

/* ########## Radial layout ########## */

#containerSeconds.modeRadial {
	position: absolute;
	width: 500px; height: 100%;
	left: 225px; top:0px;
}

#containerMinutes.modeRadial {
	position: absolute;
	width: 500px; height: 100%;
	left: 225px; top:0px;
}

#containerHours.modeRadial {
	position: absolute;
	width: 500px; height: 100%;
	left: 225px; top:0px;
}

#containerHours.modeRadial .hourEmpty {
	width: 30px; height: 30px;
}

#containerMinutes.modeRadial .minuteEmpty {
	width: 20px; height: 20px;
}

#containerSeconds.modeRadial .secondEmpty {
	width: 20px; height: 20px;
}


/* ########## Blocks layout ########## */

#containerHours.modeBlocks {
	position: absolute;
	left: 0; top:20px;
	width: 250px; height: 250px;
}

#containerMinutes.modeBlocks {
	position: absolute;
	left: 280px; top: 20px;
	width: 330px; height: 320px;
}

#containerSeconds.modeBlocks {
	position: absolute;
	left: 630px; top: 20px;
	width: 330px; height: 320px;
}


#containerHours.modeBlocks .hourEmpty {
	position: relative;
	width: 35px; height: 35px;
	float: left;
	margin: 1px;
	border-radius: 0;
	font-size: 18px;
	line-height: 35px;
}

#containerMinutes.modeBlocks .minuteEmpty {
	position: relative;
	width: 35px; height: 35px;
	float: left;
	margin: 1px;
	border-radius: 0;
	font-size: 18px;
	line-height: 35px;
	vertical-align: middle;
}

#containerSeconds.modeBlocks .secondEmpty {
	position: relative;
	width: 35px; height: 35px;
	float: left;
	margin: 1px;
	border-radius: 0;
	font-size: 18px;
	line-height: 35px;
	vertical-align: middle;
}


/* ########## Linear layout ########## */

#containerHoursLinear {
	position: absolute;
	left: 225px; top:40px;
	width: 600px; height: 250px;
}

#containerMinutesLinear {
	position: absolute;
	left: 225px; top: 140px;
	width: 600px; height: 100px;
}

#containerSecondsLinear {
	position: absolute;
	left: 225px; top: 240px;
	width: 600px; height: 100px;
}

#containerLinearSecondsThisDay {
	position: absolute;
	left: 225px; top:350px;
	width: 600px; height: 250px;
}

#HoursLinearBar, #MinutesLinearBar, #SecondsLinearBar, #SecondsThisDayLinearBar {
	width: 100%;
	height: 5px;
	background-color: #b0b0b0;
	border-radius: 5px;
}

#HoursLinearDot, #MinutesLinearDot, #SecondsLinearDot, #SecondsThisDayLinearDot {
	position: absolute;
	width: 40px; height: 40px;
	top: -22px;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	border-color: #eee;
	color: #eee;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

#SecondsThisDayLinearDot {
	width: 70px; height: 70px;
	top: -35px;
	font-size: 20px;
	line-height: 70px;
}

#PulseDot {
	position: absolute;
	left: 0;
	top: -35px;
	width: 70px; height: 70px;
	background-color: orange;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	border-color: orange;
}


#SecondsThisDayText {
	position: absolute;
	margin-top: -60px;
	background-color: rgb(0,0,0,0.1);
}

#SecondsThisDayInfo {
	position: absolute;
	opacity: 0;
	margin-top: 20px;
	background-color: rgb(0,0,0,0.7);
	z-index: 20;
}

#SecondsThisDayInfo p {
	margin: 0;
}

#OuterHolder.lightbackground #SecondsThisDayText { 
	background-color: #fefefe;
}

#OuterHolder.lightbackground #SecondsThisDayText p { 
	color: #777;
}

#OuterHolder.lightbackground #SecondsThisDayInfo {
	background-color: #fefefe;
}

#OuterHolder.lightbackground #SecondsThisDayInfo p { 
	color: #777;
}


/* ########## Sliders layout ########## */

#containerSlidersHours, #containerSlidersMinutes, #containerSlidersSeconds {
	position: absolute;
	width: 20px; height: 480px;
	border-radius: 15px;
	border-width: 5px;
	border-style: solid;
	border-color: #eee;
	color: #eee;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

#containerSlidersMinutes {
	margin-left: 80px;
}

#containerSlidersSeconds {
	margin-left: 160px;
}



/* ########## Bubbles layout ########## */

#BubblesHourDot, #BubblesMinuteDot, #BubblesSecondDot {
	position: absolute;
	width: 80px; height: 80px;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	border-color: #eee;
	color: #eee;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}


#BubblesHourDot {
	width: 100px; height: 100px;
}


#BubblesMinuteDot {
}


#BubblesSecondDot {
}


/* ########## Logo ########## */

#Logo {
	position: absolute;
	height: 60px;
	margin-left: 230px;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

#Logo #the {
	float: left;
	padding-top: 10px;
	font-weight: 600;
	font-size: 26px;
	color: #f0f0f0;
}

#Logo #dot {
	float: left;
	width: 50px; height: 50px;
	font-weight: 600;
	font-size: 22px;
	line-height: 40px;
	color: #ffffff;
	margin: 0 15px;
	background-color: #F48701;	/* orange */
	background-color: #668535;	/* green */
	border-radius: 50%;
	padding-left: 7px;
	padding-top: 10px;
}

#Logo #clock {
	float: left;
	padding-top: 10px;
	font-weight: 600;
	font-size: 26px;
	color: #ffffff;
}

#Logo.light #the, #Logo.light #clock {
	color: #777777;
}


/* ########## Menu items ########## */

#Menu {
	position: absolute;
	margin-left: 550px;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

#MenuItems {
	margin: 0;
	padding: 0;
}

#MenuItems .menuitem {
	float: left;
	cursor: pointer;
	width: 45px;
	height: 45px;
	margin: 0px 15px;
	list-style-type: none;
	font-weight: 600;
	font-size: 18px;
}

#MenuItems .menuitem i {
	opacity: 0.5;
	margin-top: 20px;
	margin-left: 15px;
	border-radius: 50%;
}

#MenuItems.dark .menuitem {
	color: #f0f0f0;
}

#MenuItems.light .menuitem {
	color: #777777;
}

#MenuItems .menuitem:hover {
}

#MenuItems span {
	opacity: 0;
	margin-top: 10px;
}

#MenuItems span:hover {
	/* opacity: 0.1; */
}


#MenuQuotes {
	display: none;
}


/* ########## date time holder ########## */

#dateTimeHolder {
	position: absolute;
	left: 380px;
	top: 190px;
	width: 200px; height: 150px;
	vertical-align: middle;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	text-shadow: 0 0 20px rgba(10, 175, 230, 0.25),  0 0 20px rgba(10, 175, 230, 0.25);
}

#dateTimeHolder.light {
	color: #777;
	text-shadow: none;
}

#dateTimeHolder.modeRadial {
	left: 380px;
	top: 190px;
}

#dateTimeHolder.modeBlocks {
	left: 20px;
	top: 200px;
}

#dateTimeHolder.modeLinear {
	left: 20px;
	top: 130px;
}


#dateTimeHolder.fontDigital {
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	font-size: 46px;
    text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
}


#theDate, #theDay {
	text-align: center;
	white-space: pre;
	margin-top: 10px;
	font-size: 20px;
}



/* ########## Blurb texts for the About screens ########## */

#About, #Settings, #Share {
	position: absolute;
	z-index: -10;
	opacity: 0;
	top: 20px;
	left: 200px;
	width: 600px; height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.blurbbackground {
	overflow: hidden;
	background-color: #070707;
	opacity: 0.90;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(255,165,0,0.35);
	border-radius: 50%;
}

.blurbtext {
	width: 75%;
	height: 100%;
	margin-left: 70px;
	margin-top: 40px;
}


.closescreen {
	position: absolute;
	cursor: pointer;
	top: 20px;
	left: 530px;
	padding: 8px;
	background-color: #070707;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	opacity: 0.8;
}

.closescreen:hover {
	opacity: 1;
}


.settingoption {
	cursor: pointer;
	margin: 10px;
	padding: 2px 10px;
	border-radius: 5px;
}

.settingoption:hover {
	background-color: rgba(127,127,127,0.8);
}


.optioncolour {
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	cursor: pointer;
	margin: 10px;
	padding: 1px 10px;
	border-radius: 5px;
}


.SmallerText { font-size: 14px; }

.indented { margin-left: 50px; }

.optiontitle {
	width: 30%;
	float: left;
	padding-left: 15px;
}
.optionrow {
	border-color: #101010;
	border-width: 1px;
	border-style: dashed;
}

.optionselected {
	background-color: orange;
}


/* ########## Social media ########## */

#SocialShare {
	padding: 0;
}

.SocialShare {
	width: 100%;
  	margin: 10px;
	list-style-type: none;
	font-size: 18px;
}

.SocialShare li {
	display: inline;
  	text-align: center;
}

/* buttons */

.SocialShare a {
	border: 2px solid #e7e9ed;
	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin: 12px;
  	border-radius: 50%;
  	font-size: 24px;
  	color: #fff;
	opacity: 0.75;
	transition: 0.20s linear;
}

.SocialShare a:hover {
	opacity: 1;
	/* border-radius: 10px; */
    box-shadow: 0 10px 15px -10px rgba(30,45,62,.75), 0 5px 40px -10px rgba(31,44,60,.2);
}

/* icons */

.SocialShare i {
  	position: relative;
  	top: 25%;
  	/* transform: translateY(-50%); */
}
