/*
 * Profile module, InManage LTD, 2015.
 */

/* ==========================================================================
   _MODULE PAGE STYLES
   ========================================================================== */
.page-profile .content {
	padding-top: 40px;
}
.page-profile .content > .space > .wrapper {
	padding: 0;
}
/* ==========================================================================
   _PAGE PROFILE TOP
   ========================================================================== */
.page-profile .top .icons {
	margin: -14px 0 0 -16px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
}
/* ==========================================================================
   _PAGE PROFILE TABS
   ========================================================================== */
.tabs-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.tabs-list:before {
	height: 39px;
	border-bottom: 1px solid #bebebe;
	display: block;
	overflow: hidden;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	background: #f2f2f2;
}
.tabs-list:after { display: table; content: '\0020'; clear: both; }
.tabs-list li {
	width: 33.3%;
	float: left;
	text-align: center;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #bebebe;
	background: #f2f2f2;
}
.tabs-list li:first-of-type {
	border-left: 1px solid #a3a3a3;
}
.tabs-list li.active {
	border-bottom-color: transparent;
	background-color: #fff;
	box-shadow: none;
}
.tabs-list li a {
	height: 39px;
	padding: 10px 4px;
	display: block;
	color: #3f4041;
	text-decoration: none;
}

.icons.hidden{
	display: none;
}