/* footer */
#footer {
	position: static;
	box-sizing: border-box;
	width: 100%;
	line-height: 54px;
	bottom: 0;
	font-size: 0;
	border-top: 1px solid #eaeaec;
	background-color: #fafafc;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

#footer.adsk, .autodesk360 #footer {
	position: fixed;
	line-height: 24px;
	z-index:199;
}

#footer * {
	color: #555;
	font-size: 11px;
}

#footer-content {
	bottom: 1px;
}

.autodesk360 #footer-content {
	height: 24px;
	margin: 0 auto;
	width: auto;
	display: inline;
}

#footer-content * {
	color: #555;
	font-size: 11px;
}

#footer-content>div {
	display: inline-block;
	vertical-align: top;
}

.autodesk360 #footer-content>div {
	float: none;
	padding-top: 3px;
	font-size: 11px;
}

.adsk #footer-content>div {
	margin: 0 5px;
	vertical-align: middle;
}

#footer-1px {
	height: 1px;
	width: 1px;
}

#footer-1px img {
	height: 30px;
	width: 30px;
	z-index: 5;
}

#tou-pp, #footer-copyright, #tou-pp a {
	text-decoration: none;
	display: inline;
	white-space: nowrap;
}

#tou-pp a {
	cursor: pointer;
}

.autodesk360 #footer * a, .autodesk360 #footer * a * {
	color: #05A7DF;
	cursor: pointer;
}

#tou-pp, #footer-copyright {
	margin: 16px 32px 0 0;
}

.autodesk360 #tou-pp, .autodesk360 #footer-copyright {
	margin: 0 5px;
}

#footer-c1-logo, .autodesk360 #footer-c1-logo, .adsk #footer-content #footer-c1-logo {
	background: url("../images/Configure-One-Logo-Horiz-Black.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 160px;
	padding: 0;
	margin: 2px 5px 0px;
}

.login #footer {
	position: static;
	height: 80px;
	background-color: transparent;
	border: 0;
}

.autodesk360 .login #footer {
	position: fixed;
	background-color: #003A55;
}

.autodesk360 .login #footer-content {
	line-height: 75px;
}

.autodesk360 .login #footer-copyright, .autodesk360 .login #footer-copyright span {
	color: #6B88B2;
}

.login .adsk #footer-content #footer-c1-logo {
	background: url("../images/Configure-One-Logo-Horiz-Black.svg") no-repeat;
	height: 40px;
	width: 220px;
	margin: 16px;
	background-size: contain;
	/*bottom: 4px;*/
}

.autodesk360 .login #footer-content #footer-c1-logo {
	background: url("../images/Configure-One-Logo-Horiz-White.svg") no-repeat;
	height: 40px;
	width: 220px;
	margin: 16px;
	background-size: contain;
	/*bottom: 4px;*/
 }