/* CSS for Bugs View Footer */
.footer {
	padding-top: 10px;
	position: relative;
	right: 0;
	left: 0;
	background-color: #f8f8f8;
	bottom: 0px;
	border-top: 1px solid #e7e7e7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footerBug {
	padding-top: 10px;
	position: fixed;
	right: 0;
	left: 0;
	background-color: #f8f8f8;
	bottom: 0px;
	border-top: 1px solid #e7e7e7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.oracle-tag {
	margin: 0px;
	padding: 0px;
}

.footer-link {
	padding-bottom: 10px;
}

.footer-link, .footer-link ul {
	margin-left: 0px;
	padding-left: 0px !important;
}

.footer-link ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.footer-link ul li:not(:first-child ):before {
	content: '| '
}

.footer-link ul li a {
	text-decoration: none;
	font-size: 11px;
	color: black;
}

.footer-link ul li a:hover {
	color: red;
}

/*CSS for Scroll-top*/
#scroll-top {
	font-size: 2em;
	color: #446CB3;
	position: fixed;
	right: 80px;
	bottom: 12%;
	transition: all 0.5s ease-in-out;
}

#scroll-top:hover {
	transform: scale(1.3, 1.3);
	transition: all 0.5s ease-in-out;
}

.hide {
	transform: scale(0, 0);
}