body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Roboto;
	overflow: hidden;
}

label {
	cursor: pointer;
}

#popupContainer {
	margin-left: 310px;
}

#loadericon {
	width: 100%;
	height: auto;
}

#footerControlDesk {
	display: none;
	position: absolute;
	bottom: 20px;
	left: calc((100% + 307px)/2);
	transform: translateX(calc((-600px)/2));
	z-index: 1;
}

/* popup css */
.popup {
	padding: 23px;
	background: #eeeeee;
	border-radius: 0px;
	position: absolute;
	transition: opacity 0.5s;
	z-index: -9;
	opacity: 0;
	user-select: none;
	/* min-width: 200px; */
	display: none;
}

.popup.active {
	z-index: 0;
	opacity: 1;
	margin-top: 0px;
	display: block;
}

.popup h2 {
	margin: 0;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
}

.popup p {
	margin: 0;
	font-size: 12px;
	text-align: left;
	width: 250px;
}

.popup .content {
	max-height: 30%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}

/* .popup .close {
	display: none;
} */

.popup .content ol {
	position: relative;
	right: 24px;
}

.popup .content1 {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	width: 175px;
}

.popup .content ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
}


.button_div div {
	-ms-flex: 1;
	flex: 1;
	height: 34px;
	line-height: 33px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
}

.button_div div:first-child {
	border-right: 1px solid #9a9a9a;
}

.button_div .active {
	background-color: #d9f5fd;
}


#ports_popup1 {
	top: 1%;
	left: calc(307px + 1%);
	width: max-content;
}

#ports_popup2 {
	top: 1%;
    left: calc(307px + 1%);
    width: 20%;
}

#ports_popup3 {
	top: 1%;
	left: calc(307px + 1%);
    width: 24%;
}

#ports_popup4 {
	top: 1%;
	left: calc(307px + 1%);
	width: max-content;
}

#ports_popup5 {
	top: 1%;
	left: calc(307px + 1%);
	width: max-content;
}

.popup .content .subTextBulletUl {
	list-style-type: disc;
	/* padding-left: 19px; */
	padding-left: 28px;
	margin-top: 0px;
}

#menu_id_screen .subTextBulletUl {
	margin-bottom: -15px;
	list-style: disc;
}

.hotspots_div ol {
	list-style: none;
	padding: 20px 0 20px 0px;
	white-space: break-spaces;
}

.mob_buttons {
	text-align: center;
	border: 1px solid #9a9a9a;
	width: 90.8%;
	display: flex;
}

.mob_buttons div {
	flex: 1;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	user-select: none;
}

.mob_buttons>div:first-child {
	border-right: 1px solid #9a9a9a;
}

.mob_buttons .active {
	background-color: #d9f5fd;
}

.separator {
	display: block;
	border: none;
	height: 1px;
	background: linear-gradient(90deg,
			rgba(73, 73, 73, 0) 0%,
			rgba(73, 73, 73, 1) 5%,
			rgba(73, 73, 73, 1) 95%,
			rgba(73, 73, 73, 0) 100%);
}

#mainload {
	opacity: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	z-index: 11;
}

#loader {
	position: absolute;
	left: 50%;
	top: 168px;
	transform: translate(-50%, 100%);
	z-index: 1200;
	margin-top: 136px;
	opacity: 1;
	transition: opacity 1s;
	background: #ffffff;
}


.loaderimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.loaderimg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: 11;
}

#exploreButtton {
	position: absolute;
	left: 50%;
	top: 365px;
	transform: translate(-50%, 100%);
	z-index: 1200;
	cursor: pointer;
	height: 74px;
	width: 379px;
	background: #80808057;
	border-radius: 2px;
	align-items: center;
	text-align: center;
	padding: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	border: 0;
}

#loading {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -280%) scale(0.6);
	width: 265px;
	height: 120px;
	color: #ffffff;
}

#loading>div {
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	width: 938px;
}

.desktop {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 12;
}

#move img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#rotate img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#zoom img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#loaderbar {
	position: absolute;
	height: 5px;
	overflow: hidden;
	background: #0076ce;
}

#move_text,
#rotate_text,
#zoom_text {
	color: #ffffff;
}

@media screen and (min-width: 2499px) and (max-width: 4000px) {


	.loaderimg img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.accordionContent {
		background-color: #f5f6f7;
	}

	.popup.active {
		transform: scale(1) !important;
	}

	/* .popup .content ol {
		position: relative;
		right: 19px;
	} */

}

@media screen and (min-width: 1410px) and (max-width: 1610px) {
	.popup.active {
		transform: scale(0.8) !important;
	}
}

@media screen and (min-width: 1270px) and (max-width: 1400px) {
	.popup.active {
		transform: scale(0.6) !important;
	}

}


@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){

	.popup .content {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.popup p {
		margin: 0;
		font-size: 10px;
	}

	.button_div {
		margin-bottom: -23px;
		margin-left: -23px;
		margin-right: -23px;
	}
	

	#exploreButtton {
		display: block;
	}

	.loaderimg {
		opacity: 1;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #ffffff;
	}
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {

	#exploreButtton {
		display: none;
	}

	.loaderimg {
		opacity: 0;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #000000;
		display: inline-block;
		min-width: 200px;
		text-align: center;
	}

	.hotspots_div ol {
		list-style-type: revert;
		padding: 15px 0 0;
	}

	.arrow {
		width: 12px;
		height: 12px;
		background: url("images/Chevron_right.png") center center no-repeat;
		background-size: 15px;
	}

	.subMenuBtn.active .arrow {
		width: 12px;
		height: 12px;
		background: url("images/Expand_accordion.png") center center no-repeat;
		background-size: 15px;
	}
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
	#exploreButtton {
		display: none;
	}

	.loaderimg {
		opacity: 0;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #000000;
	}
}


@media screen and (min-width: 300px) and (max-width: 600px) {

	#move_text,
	#rotate_text,
	#zoom_text {
		text-align: center;
	}

	#loading {
		flex-wrap: wrap;
		left: 50%;
		top: 58%;
		transform: translate(-50%, -240%) scale(0.6);
		min-width: 350px;
	}

	#loading>div {
		display: flex;
		justify-content: space-between;
		align-items: end;
		line-height: 80px;
	}

	#loading>#loader {
		width: 379px;
		height: 5px;
		top: 465px;
	}
}

/* Start SIRT error mesagge CSS */
#sirtErrorContainer{
	position: absolute;
	background-color: #d8d9e0; 
	width: 100%; 
	height: 100vh; 
	justify-content: center; 
	align-items: center;
	clear: both; 
	box-sizing: border-box; 
	z-index: 13;
	/* padding: 30px; */
}

#errorContent{
	max-width: 545px; 
	height: auto; 
	background-color: #fff; 
	border-radius: 10px; 
	padding: 30px; 
	text-align: center;
}

#errorContent h4{
	font-size: 26px; 
	color: #000; 
	margin-bottom: 25px;
}

#errorContent p{
	font-size: 18px; 
	color: #000;
}

#arnotsupport {
background-color: #ebebeb;
width: 100%;
height: 100vh;
justify-content: center;
align-items: center;
clear: both;
box-sizing: border-box;
padding: 30px;
position: absolute;
z-index: 102;
top: 0;
}

#arerrorContent {
background: #fff;
padding: 40px 20px;
border-radius: 15px;
font-size: 16px;
position: relative;
}
#arerrorContent span{
position: absolute;
top: 10px;
right: 14px;
z-index: 999;
font-weight: 900;
}

/* END SIRT error mesagge CSS */