@charset "utf-8";

body.user .for-user {
	display: inherit;
}

body.user .navbar .nav.for-user {
	display: block;
}

body.user .navbar .navbar-sub {
	display: none;
}

/*
body.user.user-is-loginuser .navbar .navbar-sub {
	display: block;
}
*/

body.user #nav-users,
body.user #nav-posts {
	display: none;
}

body.user #row-user {
	position: relative;
	/* margin: 1em 0 1em 0; */
	margin: 0 0 15px 0;
}

body.user #user,
body.user #list-container {
	/* margin-right: 200px; */
	margin-right: 290px;
}

body.user #user-info {
	position: absolute;
	top: 0;
	right: 0;
	/* width: 180px; */
	width: 230px;
}

body.user.tenant-hide-profile-stats #user-info {
	display: none;
}

body.user.tenant-hide-profile-stats #user,
body.user.tenant-hide-profile-stats #list-container {
	margin-right: 0;
}

body.user #user {
	position: relative;
	min-height: 162px;
	
	margin-bottom: 1em;
	background: white;
	/* padding: 15px 0 15px 0; */
	padding: 0 0 15px 0;
	
	margin-left: 0;
}

html.is-mobile body.user #user {
	padding-left: 0;
	padding-right: 0;
}

body.user #user .for-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #f8f8f8;
}

body.user #user.loading btn {
	display: none;
}

body.user #user .user_photo {
	padding: 5px;
	padding-top: 0;
	background: white;
	/*
	float: left;
	margin-right: -152px;
	*/
	position: absolute;
	/* top:15px; */
	top: 0;
	left:0;
	text-align: center;
	width: 152px;
}

body.user #user .user_photo img {
	border: 1px solid #ccc;
	max-width: none; /* for IE8 */
	width: 150px;
	height: auto;
	min-height: 150px;
}

body.user #user .user_photo .btn {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	white-space: normal;
	font-size: 90%;
	margin-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
}

body.user #user .user_profile {
	margin-left: 195px;
}

body.user #user .for-profile-view .user_profile .user_name {
	font-size: 24px;
	line-height: 28px;
	margin-top: 7px;
	margin-bottom: 7px;
}

body.user #user .user_profile .user_type {
	background: #666;
	padding: 0 7px;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 7px 7px;
}

body.user #user .user_profile .user_type > *{
	background: #666;
}

body.user #user .user_profile .user_title {
	background: #eee;
	padding: 0 7px;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 7px 7px;
}


body.user #user .user_profile .user_info {
	color: #aaa;
	margin: 5px 0;
}

body.user #user .user-profile-area {
	position: relative;
	min-height: 118px;
}


body.user #user .user_profile .user_description {
	margin: 10px 0 10px;
}

body.user #user-info,
body.user #user-info-toggle [class^="icon-"] {
	color: #aaa;
}

body.user #user-info-boxes>.user_stats {
	border: 1px solid #ccc;
	padding: 12px;
	background: white;
	font-size: 11px;
	border-radius: 3px;
}
body.user #user-info-boxes>.user_stats + .user_stats {
	margin-top: 15px;
}

body.user #user-info-boxes>.user_stats h3 {
	border-bottom: 2px solid #ccc;
	font-size: 13px;
	line-height: 16px;
	margin-top: 0;
}

body.user #user-info-boxes>.user_stats>ul {
	list-style: none;
	margin: 9px 0 0 4px;
}

body.user #user-info-boxes>.user_stats>ul>li.divider {
	font-size: 0;
	margin: 4px 0;
	border-bottom: 1px solid #ccc;
}

@media ( min-width:567px ) {
	body.user #user-info-boxes>.user_stats>ul>li.user_stats_strong {
		font-size: 150%;
		line-height: 1.5em;
	}
}

body.user #user .user_manip {
	text-align: right;
}

body.user #user .user_sns_btns {
	margin-bottom: 5px;
	text-align: left;
}

body.user #user .sns-connected {
	margin-right: 0.5em;
	color: #aaa;
	border: 1px solid #eee;
	padding: 2px 8px 2px 8px;
	display: inline-block;
	white-space: nowrap;
}

body.user #user .sns-connected a {
	margin-left: 3px;
	margin-right: -4px;
	cursor: pointer;
}
body.use-hover.user #user .sns-connected a:hover {
	text-decoration: none;
}
body.user #user .sns-connected [class^="icon-remove"] {
	font-size: 1em;
	color: #888;
}
body.use-hover.user #user .sns-connected a:hover [class^="icon-remove"] {
	font-size: 1em;
	color: #666;
}

body.user #user .user_profile_edit_btn {
	text-align: center;
}
body.user #user .user_profile_edit_btn #btn-profile-edit {
	margin-top: 15px;
}

body.user #user .for-profile-edit {
	display: none;
}

body.user.profile-edit #user .for-profile-edit {
	display: block;
}
body.user.profile-edit #user .for-profile-view {
	display: none;
}

body.user.profile-edit #user #btn-doresign {
	position: absolute;
	top: 0;
	right: 0;
}

body.user.profile-edit #profile-edit a {
	cursor: pointer;
}

body.user.profile-edit .alert {
	margin-top: 12px;
	margin-bottom: 12px;
}

body.user.profile-edit #profile-edit-sns h3 {
	margin-top: 15px;
}

body.user.profile-edit #profile-edit-sns h3:first-child {
	margin-top: 0;
}

body.user.profile-edit #profile-edit-sns p {
	margin-bottom: 12px;
	margin-top: 12px;
}

body.user.profile-edit #list-container {
	display: none;
}

body.user.profile-edit #profile-edit-username {
	color: #ccc;
	margin-left: 7px;
	font-size: 90%;
}


body.user #nav-user {
	margin-bottom: 7px;
	font-size: 12px;
}
/**************/

@media ( min-width: 848px ) {
	body.user #user-info-toggle {
		display: none;
	}
	body.user #user-info-boxes.caret-content.hide {
		display: block !important;
	}
}

/* @media ( max-width:768px ) { */
@media ( max-width:848px ) {

	body.user #user,
	body.user #list,
	body.user #list-container {
		margin-right: 0;
	}
	body.user #user-info {
		position: relative;
		width: auto;
	}
	body.user #user-info-toggle {
		font-size: 18px;
		margin-bottom: 7px;
	}
	body.user #user-info-boxes {
		position: relative;
		display: -moz-box;
		display: -webkit-box;
		display: -ms-box;
		display: box;
		margin-bottom: 20px;
	}
	body.user #user-info-boxes>.user_stats {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 32%;
		padding: 7px;
	}
	body.user #user-info-boxes>.user_stats + .user_stats {
		margin-top: 0;
		margin-left: 2%;
	}
	
	body.profile-edit #user-info {
		display: none;
	}

}

@media ( max-width:568px ) {

	body.user #user,body.user #list-container {
		margin-right: 0;
	}
	body.user #user .nav-tabs {
		margin-top: 15px;
	}
	body.user #user .nav-tabs > li > a {
		padding: 4px 8px 4px 8px;
	}
	
	body.user #user .user_photo {
		position: static;
		margin-right: 0;
		display: inline-block;
		margin: 0 auto;
	}
	body.user #user .user_profile {
		margin-left: 0;
	}
	/*
	body.user #user,body.user #list {
		margin-right: 0;
	}
	body.user #user-info {
		position: relative;
		width: auto;
	}
	*/
	
	
	body.user #user .user_profile .user_description {
		margin-bottom: 15px;
	}
	body.user #user .user_manip {
		position: static;
		text-align: center;
	}
	body.user #user .user_manip .btn {
		margin: 7px 0;
	}
	body.user #user .user-profile-area {
		min-height: 0;
	}
	body.user #user .user_manip #btn-profile-edit {
		display: block;
	}
	body.user #user-profile {
		margin-top: 10px;
	}
	body.user #user #form-profile-edit {
		margin-top: 7px;
		background: #ccc;
	}
	
	/*
	body.user #user-info {
		display: -moz-box;
		display: -webkit-box;
		display: -ms-box;
	}
	body.user #user-info>.user_stats {
		box-sizing: border-box;
		width: 32%;
		padding: 7px;
	}
	body.user #user-info>.user_stats + .user_stats {
		margin-top: 0;
		margin-left: 2%;
	}
	*/
	
	body.user #user #btn-messages {
		display: inline-block;
		width: 80%;
	}
	body.user.loginuser-cannot-message #user #btn-messages,
	body.user.user-cannot-message #user #btn-messages,
	body.user.user-type-head #user .btn-reportabuse {
		display: none;
	}
	body.user #list-container .nav-pills > li > a {
		padding-right: 6px;
		padding-left: 6px;
	}
	
	.input-date-datepicker {
		display: block;
		margin-top: 5px;
	}
	
}