.security {
	background: linear-gradient(to bottom, #05192a, #073d68) repeat-x scroll 0 0 #002f45;
	border-bottom: 1px solid #2d71a7;
	display: block;
	text-align: right
}
.security:before, .security:after {
	content: " ";
	display: table
}
.security:after {
	clear: both
}
.security>span, .security>a {
	display: block;
	float: left
}
.security a, .security a:visited {
	color: #ace3ff;
	padding: 10px 15px;
	display: block;
	float: left
}
.security a:hover {
	background-color: #114b7d;
	transition: background-color .5s ease
}
.security>a[href^="j_spring_security_logout"] {
	color: #ff4d53
}
.security .loggedinAlert {
	padding: 10px;
	color: #fff;
	margin-right: 10px;
	text-transform: capitalize;
	background-color: #1c375f
}
dc-content .editLink {
	display: block;
	width: 41px;
	height: 41px;
	background: url(../../../images/admin/editicon.png) no-repeat center center #ff6500;
	border-radius: 50%;
	position: relative
}
dc-content .editLink:hover {
	transition: .5s ease width;
	width: 100%;
	border-radius: 20px;
	background-position: 0 0
}
