#privacyModal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	cursor: pointer;
	color: #000;
	font-size: 0 !important;
	background-color: #000 !important;
	opacity: .4;
	pointer-events: all;
	pointer-events: auto;
}
.zebraStyle-odd {
	float: left;
	padding: 0 10px;
}
.zebraStyle-even {
	float: left;
	padding: 0 10px;
	background-color: lightgrey;
}
#privacyOptionsWrapper h4 {
	font-weight: bold;
}
#privacyForm {
	height: 80vh;
	left: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 10000;
	animation: adsk-eprivacy-content_scroll_up-from-bottom 1s ease-in-out 0s 1 normal none running;
}
#privacyFooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px;
	background-color: gray;
}
#centered {
	width: 60vw;
	margin-left: 20vw;
	margin-right: 20vw;
	background: rgb(245, 245, 245) none repeat scroll 0% 0% / auto padding-box border-box;
	min-height: 90vh;
}
#privacyFormHeader {
	display: flex;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	width: 1152px;
	background: rgb(245, 245, 245) none repeat scroll 0% 0% / auto padding-box border-box;
	padding: 11.2px 23.0313px 11.2px 57.5938px;
}
#privacyLogoWrapper {
	width: 140px;
}
#privacyOptionsWrapper {
	height: 40vh;
	padding: 0px 30px;
	display: none;
	overflow-y: scroll;
}
.privacyLangSelectorWrapper{
	float: right;
}
#privacyFormFooter {
	height: 87px;
	position: fixed;
	bottom: 0;
	width: 100vw;
	background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
	padding: 16px 60px;
	left: 0;
	text-align: center;
}
#privacyFormFooterButtonWrapper {
	display: inline-block;
	height: 40px;
	width: 256px;
}
#yesToAll,
#noToAll,
#continueBtn
{
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	color: rgb(255, 255, 255);
	display: inline-flex;
	height: 40px;
	text-transform: uppercase;
	width: 220px;
	color: rgb(255, 255, 255);
	background: #0696D7 none repeat scroll 0% 0% / auto padding-box border-box;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: rgb(255, 255, 255) none 0px;
	padding: 10px 10px 8px 14px;
	transition: background-color 0.2s ease 0s;
}
#noToAll
{
	background: grey;
}
#privacyFormFooterTextWrapper {
	display: inline-block;
	height: 22px;
}
#privacyLeadWrapper {
	height: 100%;
	max-height: calc(-115.2px + 100%);
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0px 5%;
}
#privacyTitle {
	letter-spacing: -0.48px;
	max-width: 800px;
	color: #0696D7;
	border: 0px none #0696D7;
	margin: 24px 0px;
	outline: #0696D7 none 0px;
}
#privacyTitle:after {
	letter-spacing: -0.48px;
	color: #0696D7;
	border: 0px none #0696D7;
	outline: #0696D7 none 0px;
}
#privacyTitle:before {
	letter-spacing: -0.48px;
	color: #0696D7;
	border: 0px none #0696D7;
	outline: #0696D7 none 0px;
}
.yesNoPrivacy {
	bottom: -3px;
	position: relative;
}
#privacyLangSelector {
	display: inline-block;
	position: relative;
	right: 0;
	width: auto;
	top: -8px;
}
.privacyYNBtnContainer {
	text-align: right;
	clear:both;
	padding-top: 20px;
}

@media screen AND (max-width: 768px) {
	#privacyTitle {
		margin: 12px 0;
	}
	#centered {
		width: 100vw;
		margin-left: 0vw;
		margin-right: 0vw;
		background: rgb(245, 245, 245) none repeat scroll 0% 0% / auto padding-box border-box;
		min-height: 100vh;
	}
	#privacyLangSelector {
		display: inline-block;
		position: absolute;
		right: 10px;
		width: auto;
		top: 8px;
	}
	#privacyFormHeader {
		display: flex;
		height: 50px;
		max-height: 50px;
		min-height: 50px;
		width: 1152px;
		background: rgb(245, 245, 245) none repeat scroll 0% 0% / auto padding-box border-box;
		padding: 11.2px 23.0313px 11.2px 57.5938px;
	}
	#privacyOptionsWrapper {
		/*height: 56vh;*/
		min-height: 150px;
		padding: 0px;
		display: none;
		overflow-y: scroll;
		top: 50px;
		background-color: #fff;
	}
	#privacyFormFooter {
		height: unset;
		position: static;
		left: 0px;
		right: 0px;
		top: 500px;
		width: 100vw;
		background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
		padding: 10px 5%;
		text-align: center;
	}
	#privacyFormFooterTextWrapper {
		height: 22px;
		width: 50vh;
	}
	.privacyYNBtnContainer {
		text-align: center;
	}
	#yesToAll,
	#noToAll,
	#continueBtn
	{
		display: inline-block;
	}
	#yesToAll, #noToAll, #continueBtn {
		width: 150px;
		height: 50px;
		padding: 5px;
	}
}

body.modal-open {
	overflow: hidden;
	position: fixed;
}
