
/* ----------------------------------------------------------------------------------------- Time Date PopUP -------------------------------------------------------------- */

/* The Modal (background Only can't use to shape the Box) */
#calendarTimeDate {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	top: 0;
	padding-top: 50px;
	right: 0;
	color: #AEAEAE;
	width: 100%;
	height: 100%;
	overflow: hidden; /* Enable scroll if needed */
}
  
/* Modal Content */
.dateTime_Wrap {
	background: linear-gradient(to left, #212121, #0D0D0D);
	border: 1px solid #AEAEAE;
	border-radius: 7px;
	margin: auto;
	height: auto;
	width: 500px;
	float:right;
	display: block;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	transform: translateX(-1%);
	animation-name: animate-from-right;
	animation-duration: 0.4s;
	-webkit-animation-name: animate-from-right;
	-webkit-animation-duration: 0.4s;
}

.dateTime_Content {
	display: flex;
}

/* Triangle arrow on the Top of a PopUp*/
.dateTime_Wrap::after {
	content: "";
	position: relative;
	top: -336px;
	left: 87%;
	border-top: 10px solid transparent;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 15px solid #212121;
}

#calendarTimeDate .p {
	bottom: 0;
	font-weight: bold;
	margin: 10px 0 0 20px;
}

.dateTime_Content #Calendar {
	border-radius: 7px;
	height: auto;
	width: 50%;
}

.dateTime_Content .Format {
	border-radius: 7px;
	height: auto;
	width: 50%;
}
  
.split {
	border-left: 1px dashed #AEAEAE;
	height: 100%;
	left: 50%;
	position: absolute;
}

h4 {
	margin: 10px;
	text-align: center;
}

.moreSpace {
	padding-top: 15px;
}

.MonthCalanderName {
	color: #696969;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 8px;
}

/* https://www.htmlsymbols.xyz/arrow-symbols */
#arrow-left {
	color: #777777;
	position: relative;
	float: left;
	text-align: left;
	top: -48px;
	font-size: 40px;
	left: 15px;
	margin: 0;
}

#arrow-left:hover {
	color: #fff;
	cursor: pointer;
}

#arrow-right {
	color: #696969;
	position: relative;
	float: right;
	text-align: right;
	top: -48px;
	font-size: 40px;
	right: 15px;
	margin: 0;
}

#arrow-right:hover {
	color: #fff;
	cursor: pointer;
}

.weekDays {
	color: #696969;
	display: block;
	height: 30px;
	width: 210px;
	margin: auto;
}

.weekDays div {
	float: left;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

.calendarFrame {
	padding-left: 5px;
	display: block;
	height: 185px;
	width: 218px;
	margin: auto;
}

.calendarFrame div {
	border: 1px solid #696969;
	float:left;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 30px;
}

#currentDay {
	color: #fff;
	background: linear-gradient(to bottom, #47c2f6, #0087b8); /* 4172d2*/
}

.weekDayBlock {
	background-color: rgba(105, 105, 105, 0.2);
}

.otherMonth {
	color: #3B3B3B;
}

/* Animations */
@-webkit-keyframes animate-from-right {
	from {right:-500px; opacity:0} 
	to {right:0; opacity:1}
}
  
@keyframes animate-from-right {
	from {right:-500px; opacity:0}
	to {right:0; opacity:1}
}

/* ----------------------------------------------------------------------------------------------- The Radio Button Box Container ----------------------------------------------------------------------------------------------- */
.radioBtnBox {
	display: block;
	position: relative;
	padding-left: 78px;
	margin-bottom: 10px;
	color: #696969;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
  
  /* Hide the browser's default radio button */
.radioBtnBox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.unite {
	position: absolute;
	top: -4px;
	left: 42px;
	height: 57px;
	width: 19px;
	background: linear-gradient(to right, #333, #000);
	border: 1px solid #000;
	border-radius: 3px;
}

.uniteTop {
	position: absolute;
	top: -2px;
	left: 44px;
	height: 55px;
	width: 16px;
	background: linear-gradient(to right, #181818, #0f0f0f);
	border-radius: 3px;
}
  
  /* Custom radio button */
.checkmarkBox {
	position: absolute;
	top: -2px;
	left: 44px;
	height: 24px;
	width: 14px;
	z-index: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}

.radioBtnBox:hover {
	color: #fff;
}
  
  /* When the radio button is checked, add background */
.radioBtnBox input:checked ~ .checkmarkBox {
	background: linear-gradient(to right, #212121, #333);
	border: 1px solid #131313;
}
  
  /* Create the indicator (the dash line - hidden when not checked) */
.checkmarkBox:after {
	content: "";
	position: absolute;
	display: none;
}
  
  /* Dash in the middle of the Button when checked */
.radioBtnBox input:checked ~ .checkmarkBox:after {
	display: block;
}
  
  /* Dash in the middle of the Button */
.radioBtnBox .checkmarkBox:after {
	top: 11px;
	left: 0;
	height: 2px;
	width: 14px;
	border-radius: 1px;
	background: #131313;
}

/*

 CSS for the main interaction

 https://codepen.io/markcaron/pen/qXYJVm

*/

.multiSwitch input {
	position: absolute;
	display: none;
}
  
.multiSwitch .slide-container {
	position: relative;
	display: flex;
	white-space: nowrap;
	flex-direction: column;
	border-radius: 15px;
	max-width: 20px;
	line-height: 30px;
	user-select: none; 
}
/* Button box shape ----------------- */
.multiSwitch .slide-container a {
	position: absolute;
	z-index: 1;
	height: 24px;
	width: 12px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 15px;
	transition: all .2s ease;
}
.multiSwitch .slide-container a {
	background: linear-gradient(to right, #212121, #212121, #333, #3B3B3B);
	left: -3px;
}
a:after {
	content: "";
	transition: all .2s ease;
	position: absolute;
	display: none;
}
/* Dash in the middle of the Button when checked */
.multiSwitch input:checked ~ a:after {
	display: block;
	transition: all .2s ease;
}
/* Dash in the middle of the Button */
.multiSwitch a:after {
	top: 11px;
	height: 2px;
	width: 12px;
	border-radius: 100%;
	transition: all .2s ease;
	background: #131313;
}
/* Label Text Align */
.multiSwitch .slide-container label {
	text-align: right;
	padding-left: 30px;
	top: 15px;
	z-index: 2;
	cursor: pointer;
}

.multiSwitch .slide-container {
	top: 18px;
	left: 49px;
	height: 111px;
	margin-bottom: 10px;
	color: #696969;
	transition: background 0.2s ease-out;
}
.multiSwitch .slide-container label:hover {
	color: #fff;
}

/* all options, first selected */
.multiSwitch input:checked ~ a {
	top: 0;
}
/* options 2nd selected */
.multiSwitch label:nth-last-child(8) ~ input:nth-child(3):checked ~ a {
	top:29%;
}
/* option 3rd selected -- */
.multiSwitch label:nth-last-child(8) ~ input:nth-child(5):checked ~ a {
	top: 56%;
}
  /* option 4th selected */
.multiSwitch label:nth-last-child(8) ~ input:nth-child(7):checked ~ a {
	top: 83%;
}

fieldset {
	border: 0;
	padding: 0;
}
/* Modal class .p settings */
fieldset legend {
	bottom: 0;
	font-weight: bold;
	margin: 5px 0 0 20px;
}
.backgBevelTop {
	position: fixed;
	top: 178px;
	left: 295px;
	height: 120px;
	width: 14px;
	background: linear-gradient(to left, #000, #333);
	border-radius: 15px;
	z-index: 1;
	margin-bottom: 10px;
	color: #696969;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.backgroundBevel {
	position: fixed;
	top: 174px;
	left: 292px;
	height: 127px;
	width: 19px;
	background: linear-gradient(to left, #333, #000);
	border-radius: 15px;
}

@media only screen and (max-width: 1920px) {
	/* --- Side Bar Icon Box --- */
	#nav-content {
		top: 25%;
	}
}
/*------------------------------------------------------------------------- Tablet -------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
	/* --- Side Bar Icon Box --- */
	#nav-content {
		top: 20%;
	}
}

/*----------------------------------------------------------------------- Mobile --------------------------------------------------------------------------*/

@media only all and (max-width: 768px) {
/* https://yesviz.com/viewport/ 240*432 360*480 pixels */
	/* Modal Popup Calendar & Time/Date Format */
	#calendarTimeDate {
		height: 750px;
		overflow-y: scroll;
	}
	.dateTime_Wrap {
		width: 245px;
	}
	/* Triangle arrow on the Top of a PopUp*/
	.dateTime_Wrap::after {
		top: -648px;
	}
	.dateTime_Content {
		flex-direction: column;
		width: 100%;
	}
	.dateTime_Content #Calendar {
		border-radius: 7px;
		width: 100%;
	}
	.dateTime_Content .Format {
		margin: 10px 0 20px 15px;
		height: 50%;
		width: 100%;
	}
	.split {
		border-top: 1px dashed #696969;
		top: 320px;
		left: 0%;
		width: 100%;
		height: 0%;
	}

	/* Date Format Bevel Groove */
	.backgBevelTop {
		top: 494px;
		left: 60px;
	}
	.backgroundBevel {
		top: 490px;
		left: 57px;
	}

	/* --- Side Bar Icon Box --- */
	#nav-content {
		top: 10%;
	}
	#mobile		{ display: inline; }
	#desktop	{ display: none; }
}

@media only all and (max-width: 600px) {
	#calendarTimeDate {
		height: 1200px;
	}
}
@media only all and (max-width: 500px) {
	#calendarTimeDate {
		height: 900px;
	}
}
@media only all and (max-width: 400px) {
	#calendarTimeDate {
		height: 700px;
	}
}
@media only all and (max-width: 384px) {
	#calendarTimeDate {
		height: 600px;
	}
}
@media only all and (max-width: 360px) {
	#calendarTimeDate {
		height: 600px;
	}
}
@media only all and (max-width: 320px) {
	#calendarTimeDate {
		height: 500px;
	}
}
@media only all and (max-width: 250px) {
	#calendarTimeDate {
		height: 200px;
	}
}