/*

.wwwuser {
	width: 1024px;
	transform: translatex(-50%);
	position: relative;
	margin-left: 50%;
}
*/

/*
.wwwuser .dataTable{
	transform: translatex(-50%);
	position: relative;
	margin-left: 50%;	
}
*/
.wwwuser section {
	display: block;
    background: #fff;
    box-sizing: border-box;
/*     border: 1px solid #ddd; */
    margin: 10px 0;
    width: 100%;
/*     padding: 5px; */

}

.wwwuser .t-row{
	display: table;
	table-layout: fixed;
	border-spacing: 15px;
	width:100%;
	border: 1px solid #cdcdcd;
}
.wwwuser .t-row + .t-row{
	border-top: none;
}

.wwwuser .t-row.header{
	background:#efefef;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	margin-bottom: 1rem;
}
.wwwuser .t-col{
	display: table-cell;
	width:100%;
}
.wwwuser .t-col.thumbnail{
	width:180px;
}


.wwwuser fieldset p,
.wwwuser fieldset div.p {
    margin:  1em 0 0 0;
}



.wwwuser fieldset legend {
    padding: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
}



.wwwuser  label{margin:0;}

.wwwuser table{
	border: 1px solid #cdcdcd;
/* 	width: 431px; */
	background: #fff;
/* 	float: left; */
	box-sizing: border-box;
}
.wwwuser table tr{
		border: 1px solid #cdcdcd;
}
.wwwuser table th,
.wwwuser table td{
	padding:10px;
}


.wwwuser form input[type="text"],
.wwwuser form input[type="password"],
.wwwuser form textarea{width:100%;height:auto;padding:0.5em 10px;border:1px solid rgba(112,112,112,0.4);background:#FFF;box-shadow:0 1px 1px rgba(0,0,0,0.25);color:#000;font-weight:200;box-sizing:border-box;/* font-size:1rem; */line-height:initial}

.wwwuser form p input[type="text"],
.wwwuser form  p input[type="password"],
.wwwuser form  p textarea{margin-bottom:0}

.wwwuser form label.checkbox{display: inline-block !important;}
.wwwuser form input[readonly],
.wwwuser form input.readonly{
	background: #fcfcfc;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	color: #777;
	line-height: 1rem;
	font-weight: bold;
	font-style: italic;
	pointer-events: none;
}

.wwwuser .profile-image label {
    display: inline;
}

.wwwuser .profile-image img {
    width: 100%;
    border: 1px solid #cdcdcd;
    background: #f6f6f6;
}

.wwwuser .profile-image .photo i {
color: #e0e0e0;
font-size: 150px;
text-align: center;
width: 100%;
height: 100%;
border: 1px solid #cdcdcd;
background: #f6f6f6;
vertical-align: middle;
}

.wwwuser .profile-image .photo {
    border: 1px solid #cdcdcd;
    display: block;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 4px;
    height:175px;
    width:175px;
}

.wwwuser .profile-image .photo .preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    background-position: center center;
}

.wwwuser .profile-image input {
    width: 100%;
    display: none;
}

.wwwuser .profile-image .photo:hover:before {
    background: rgba(0, 0, 0, 0.35) !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.wwwuser .profile-image .photo:after {
content: "\f055";
font-family: 'FontAwesome';
position: absolute;
bottom: 10px;
right: 10px;
color: #999;
background: #ffffff;
border-radius: 50%;
padding: 0 2px;
line-height: 24px;
text-align: center;
font-size: 24px;
vertical-align: middle;
}

.wwwuser .profile-image .photo:hover:after {
    color: #fff;
    background: #000;
}

.wwwuser .footer{
	padding:10px;
	text-align: right;
}

.wwwuser .ui-tabs.localized-input-tabs {
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    border:none;
    padding:0;
}

.wwwuser .ui-tabs.localized-input-tabs .ui-tabs-panel {
    padding: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fcfcfc;
}

.wwwuser .ui-tabs.localized-input-tabs .ui-tabs-nav {
    border-radius: 3px 3px 0 0;
	border-bottom: none;
	background:none;
	border:none;
}

.wwwuser .ui-tabs.localized-input-tabs .ui-tabs-nav li {
margin: 0 1px -1px;
background: #ccc;
list-style: none;
float: left;
position: relative;
top: 0;
padding: 0;
white-space: nowrap;
height: auto;
min-width: initial;
line-height: 1.1em;
font-size: inherit;
border-radius: 3px 3px 0 0;
font-weight: normal;
}

.wwwuser .ui-tabs.localized-input-tabs .ui-tabs-nav li.ui-state-active{
	border: 1px solid #c5c5c5;
	background: #fcfcfc;

	font-weight: normal;
	color: #333;
	border-bottom: none;
}
.wwwuser .ui-tabs.localized-input-tabs .ui-tabs-nav li.ui-state-active a{
	color:#333;
}
.wwwuser .ui-tabs.localized-input-tabs .ui-tabs-nav .ui-tabs-anchor{
	padding: .25em 1em;
	color:#666;
}

.wwwuser .ui-tabs {
	padding: 0;
	border: none;
}
.wwwuser .ui-tabs .ui-widget-header{
	background: transparent;
	border: none;
	padding: 0 ;
	border-radius: 0;
}

.wwwuser .ui-tabs  .ui-tabs-panel{
	padding: 1em;
	border: 1px solid #cdcdcd;
}
.wwwuser .ui-tabs .ui-tabs-nav li.ui-tabs-active{
	background: #fff;
	border-color: #cdcdcd;
	a{
		color:#333;

	}
}
	

.wwwuser .account-management-heading{
text-align: center;
display: table;
table-layout: fixed;
width: 100%;
border-bottom: 1px solid #ddd;
margin-bottom: 2rem;
padding-bottom: 1rem;
}

.wwwuser .account-management-heading > *{
	display: table-cell;
	vertical-align: middle;
	width:100%;
	margin:0;
	padding:0;
}
.wwwuser .account-management-heading >:first-child,
.wwwuser .account-management-heading >:last-child{
	text-align: left;
	width:20%;
	white-space: nowrap;

}
.wwwuser .account-management-heading >:last-child{
	text-align: right;
}
.wwwuser .account-management-heading h2{
	font-weight: normal;
}
.wwwuser .account-management-heading h2 strong{
	font-weight: bold;
}
.wwwuser .account-management-heading i{
	vertical-align: middle;
}
.wwwuser .account-management-heading a.btn{
	margin:0;
}

.wwwuser .dashboard{
	display: flex; 
	flex-wrap: wrap;
	gap:var(--item-gap);
}

.wwwuser .dashboard .profile{ min-width: 25%; border-radius: 4px;  vertical-align: top; text-align: center;  display: inline-block; display: inline-block; background: #f2f2f2; border:1px solid #ddd; }
.wwwuser .dashboard .profile h3{margin:0}
.wwwuser .dashboard .profile a{ max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: inline-block; color:#333;}

.wwwuser .dashboard .profile .profile-details,
.wwwuser .dashboard .profile .profile-social{
	padding:0 1rem 1rem;
}
.wwwuser .dashboard .profile-social a{
	margin: 0;
	padding: 0;
	line-height: 1.25rem;
	
	vertical-align: middle;
	display: block;
}
.wwwuser .dashboard .profile .social-links{
	margin-top:1rem;
}
.wwwuser .dashboard .profile .social-links span{display: none;}
.wwwuser .dashboard .profile .social-links a{

	padding:0 5px;
	display: inline-block;
}
.wwwuser .dashboard .profile .profile-details + .profile-social{
	padding-top:0;
}

.wwwuser .dashboard .profile .profile-details .p-address{
	display: inline-block;
}
.wwwuser .dashboard .profile a.btn{display: inline-block; width:100%; margin-top:1em;}

.wwwuser .dashboard .dashboard-content{
	vertical-align: top;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap:var(--item-gap);
}

.wwwuser .dashboard .u-photo{
	overflow: hidden;
	border: 1px solid #cdcdcd;
	display: block;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 4px;
	height: 150px;
	width: 150px;
	margin: 2.5rem auto 1.5rem;
	border-radius: 50%;
	font-size: 18px;
}
.wwwuser .dashboard .u-photo:empty:before{
	position: absolute;
	top: 60%;
	left: 50%;
	box-sizing: border-box;
	font-size: 10em;
	text-align: center;
	vertical-align: middle;
	font-family: FontAwesome;
	color: #dbdbdb;
	content: "\f007";
	display: block;
	transform: translate(-50%,-50%);
}


.wwwuser .dashboard .u-photo img{position: absolute; top:0; left:0; width:100%;  font-size: 6em; height: auto; vertical-align: middle; text-align: center; }


.wwwuser .dashboard .h-card{width: 100%; padding: 0; margin-bottom: 10px;}
.wwwuser .dashboard .social-links{display: block;}

.wwwuser .dashboard .goals{ 	margin:1em 0; padding:0; list-style: none; clear: both;}
.wwwuser .dashboard .goals li:after{content:""; clear:both; display:block;}
.wwwuser .dashboard .goals li{border-radius: 10px; background:  rgba(205, 205, 205, 0.2); padding:10px; margin-bottom: 1em;}
.wwwuser .dashboard .goals strong{font-size: 1.25em;}
.wwwuser .dashboard .goals .date{font-size:0.85em;}
.wwwuser .dashboard .goals .date,
.wwwuser .dashboard .goals .subtitle{float:right}
.wwwuser .dashboard .goals .percentage{
	display: block;
	background: #fff;
}
.wwwuser .dashboard .goals .percentage span{
	background: #333;
	height: 1.5em;
	display: block;
	position: relative;
	margin: 0.5em 0 1.5em;
}
.wwwuser .dashboard .goals .percentage span:after{
font-family: "FontAwesome";
content: "\f0d8";
display: block;
font-size: 1.25em;
height: 10px;
width: 10px;
position: absolute;
bottom: -12px;
right: -5px;
}

.wwwuser .dashboard .welcome-block{
	display: flex;
	border-radius: 4px;
	border: 1px solid #ddd;
	flex: 1;
	flex-wrap: wrap;


	
	& > div{
		padding: 2rem;
		min-width: 200px;
		min-height: 240px;
		flex:1;
	}
	& > div:first-child{
		min-width: 60%;
	}

	.contact-info{
		background: #f6f6f8;
	}
	.contact-info ul{
		list-style: none;
		padding:0;
		margin:0;
	}

}


/* .wwwuser .dashboard .quicklinks a span{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.wwwuser .dashboard .quick-links .meta{
	border: 1px solid rgba(0,0,0,0.15);
	padding: 0 10px;
	border-top: none;
}
.wwwuser .dashboard .quick-links .subtitle,
.wwwuser .dashboard .quick-links .description{
	display: none;
	padding-bottom: 1rem;
} */

/* .wwwuser .dashboard .navigation-widget.thumbnail ul.menu{
	gap:var(--item-gap);
	margin: 0;
	.item{
		padding: 0;
	}
} */

.wwwuser .dashboard .quick-links{
	.item-list-grid{
		margin:0;
	}
}
.wwwuser .flex{
	gap:2rem;
}

.wwwuser .verify-account{
	text-align: center;
	max-width: 720px;
	margin: 1em auto;
	gap:1em;
	display: flex;
	flex-direction: column;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding: 3em;

	*{
		margin:0;
	}
}