.profile-detail-sidebar {
	width: 100%;
	height: 100%;
	background-color: white;
}

.profile-detail-sidebar .image-effect-bg {
	position: absolute;
	top: 190px;
	z-index: 100;
}

.profile-detail-sidebar .avatar-content {
	position: absolute;
	top: 0px;
	z-index: 50;
	width: 100%;
	height: 100%;
}

.profile-detail-sidebar .userName  {
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
}

.profile-detail-sidebar .avatar-content img {
	width: 300px;
    margin-left: 26px;
    margin-right: auto;
    margin-top: 20px;
}

.profile-detail-sidebar .user-detail-info  {
	position: absolute;
	padding-top:  320px;
	padding-bottom: 50px;
	z-index: 150;
	width: 100%;
	height: 100%;
}
.profile-detail-sidebar .user-detail-info *{
	color: #818181;
}

.profile-detail-sidebar .user-detail-info .bullet {
	margin-bottom: -1px;
    margin-right: 12px;	
}

.profile-detail-sidebar .user-detail-info img {
	margin-right: 5px;
}

.profile-detail-sidebar .user-detail-info .right-link,
.profile-detail-sidebar .user-detail-info .right-link:hover {
	padding-right: 50px;
	color: #9013FE;
	cursor: pointer;
}
.profile-detail-sidebar .user-detail-info .right-link:hover {
	font-weight: bold;
}
.profile-detail-sidebar .user-detail-info .right-link i,
.profile-detail-sidebar .user-detail-info .right-link span {
	color: #9013FE !important;
	margin-left: 10px;
}

.profile-detail-sidebar .profile-actions{
	position: absolute;
    right: 20px;
	background: #88d9e1;
    border-radius: 16px;
    width: 40px;
    height: 30px;
    z-index: 1000;
    text-align: center;
    top: 25px;
}

.profile-detail-sidebar .profile-actions .dropdown-toggle{
	padding: 0px;
	color: white;
}

.profile-detail-sidebar .resposible-unit-label {
	color: #aaa !important;
    margin-left: 20px !important;	
}

.profile-last-access {
	width: 100%;
	height: 100%;
	background-color: white;
	padding-bottom: 50px;
}

.profile-last-access .backButton {
	float: left;
	margin-left: 20px;
	outline: none;
	background-color: transparent;
	border: none;
	font-size: 18px;
}

.profile-last-access .last-access-header{
	background: #aaa;
    height: 50px;
    padding-top: 10px;
}

.profile-last-access .last-access-header * {
	color: white !important;
}

.profile-last-access .last-access-header h4{
	margin-top: 5px;
    padding-left: 70px;
}

.profile-last-access .last-access-grid-container {
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	height: 85%;
    overflow: auto;
}

.profile-last-access .card-last-access-group {
	padding-bottom: 5px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.23);
}

.profile-last-access .card-last-access-group .group-header{
	padding: 5px 10px;
    background: #4fe1e4;
    color: white;
    font-weight: bold;
}

.profile-last-access .card-last-access-group .avatar-grid {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	margin-left: 5px;
	margin-top: 10px;
}

.profile-last-access .card-last-access-group .avatar-short-text-circle {
	background: #eee;
    text-align: center;
    padding-top: 14px;
    width: 48px;
	height: 48px;
	border-radius: 100%;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 11px;
}

.profile-last-access .card-last-access-group .grid-icon {
	margin-top: 10px;
	float: left;
    margin-right: 10px;
    height: 16px;
}

.profile-last-access .card-last-access-group .cell-content{
	float: left;
}

.profile-last-access .card-last-access-group .cell-content .title{ 
	font-size: 12px;
}
