/*基本*/
#bbpress-forums{
	padding:0;
	border:none;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
}
#bbpress-forums div.bbp-template-notice{
	background: #f4faff;
    border-color: #98dbff;
    border-radius: 5px;
}
@media(max-width: 767px){
	#bbpress-forums div.bbp-template-notice{
		background: #f4faff;
	    border-radius: 0;
	    margin-bottom: 0;
	    border: none;
	    border-bottom: 1px solid #98dbff;

	}
}
#bbp-user-avatar{
	padding:15px;
    border: 1px solid #CCC;
    border-bottom: none;
    background: #E5EDF2;
}
#bbp-user-avatar  .user-top{
	position: relative;
	padding-left: 90px;
	min-height: 64px;
}
#bbp-user-avatar .user-pic{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#bbp-user-avatar .user-pic img{
	padding: 2px;
	width: 64px;
	height: 64px;
	background: #FFF;
	border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
}
#bbp-user-avatar .pic-details{
	padding-top: 10px;
	position: relative;
}
#bbp-user-avatar .pic-details .pic-name{
	font-size: 16px;
	margin:0 0 10px;
}
.bbp-message-btn{
	position: absolute;
	right: 10px;
	top:0;
}
.user-bottom{
    border: 1px solid #CCC;
    background: #E5EDF2;
    border-top:none;
    overflow: hidden;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a{
	border:none;
	border-bottom: 1px dotted #CCC;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:first-child a{
	border-top: 1px solid #CCC;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
	border-bottom: 1px solid #CCC;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a{
	color: #5a646c;
	font-size: 14px;
	padding:5px 8px 5px 30px;
	position: relative;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a i{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
	opacity: 1;
	background: #fff;
	font-weight: bold;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a i{
	font-weight: bold;
}
#bbpress-forums #bbp-user-body{
	margin-left: 150px;
	background: #fff;
	min-height: 520px;
	border-top:1px solid #CCC;
	border-left: 1px solid #ccc;
}
@media(max-width: 767px){
	#bbp-user-avatar{
		border:none;
	}
	#bbp-user-avatar .user-top{
		padding-left: 0;
	}
	#bbp-user-avatar .user-pic{
		position: static;
		text-align: center;
	}
	#bbp-user-avatar .pic-details .pic-name{
		text-align: center;
	}
	#bbp-user-avatar .pic-details .pic-user-url{
		display: none;
	}
	.profile-bbp-message-btn{
		position: static;
		text-align: center;
	}
	#bbpress-forums #bbp-single-user-details{
		width: 100%;
		float: none;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation{
		padding:5px 10px 10px;
		background: #2b83a5;
		text-align: center;
		font-size: 0;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul{
		display: inline-block;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{
		float: left;
		margin-left: 5px;
		margin-top: 5px;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:first-child{
		margin-left: 0;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:first-child a{
		border-top: none;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a{
		border:none;
		color: #fff;
		padding:0 12px;
		border-radius: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
		color: #5a646c;
		border-bottom:none;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a i{
		display: none;
	}
	.user-bottom{
		border-left: none;
		border-right: none;
	}
	#bbpress-forums #bbp-user-body{
		margin-left: 0;
		border-left:none;
		border-top: none;
	}
}



/*通用*/
#bbpress-forums #bbp-user-wrapper h2.entry-title{
	font-size: 16px;
	color: #333;
	margin:0 0 15px;
	padding:0;
}
.bbp-blanket{
	padding:60px 20px 20px;
	text-align: center;

}
.bbp-blanket p{
	font-size: 14px;
	color: #666;
	margin-bottom: 40px;
}
.bbp-blanket img{
	width: 230px;
	height: auto;
}
@media(max-width: 767px){
	#bbpress-forums #bbp-user-wrapper h2.entry-title{
		font-size: 14px;
		margin:0 0 10px;
	}
}
/*个人资料*/
.bbp-user-profile{
	padding:20px;
}
.user-wrap{
	padding:15px;
	border-bottom: 1px dotted #CCC;
}
.user-wrap .displayname,.user-wrap .userlogin{
	font-size: 13px;

}
.user-wrap .user-bbp-profile-link{
	font-size: 12px;
	display: block;
}
.user-wrap .u-title{
	font-size: 12px;
	color: #999;
	margin:0 0 10px;
}
.bbp-user-description{
	font-size: 12px;
	color: #5a646c;
	line-height: 24px;
}
.user-wrap ul li{
	font-size: 12px;
	color: #5a646c;
}
@media(max-width: 767px){
	.bbp-user-profile{
		padding:10px;
	}
	.user-wrap{
		padding:10px 5px;
	}
}
/*主题*/
#bbp-user-topics-started{
	padding:20px;
}
.profile-loop-topic th{
	font-size: 12px;
}
.profile-loop-topic td a{
	font-size: 12px;
	color: #666;
}
.profile-loop-topic .table > thead > tr{
	margin-top: 1px;
    padding: 0 10px;
    border-bottom: none;
    border-top: 1px dotted #CCC;
    background: #F2F2F2;
}
.profile-loop-topic .table > thead > tr > th{
	border-bottom: none;
	padding:5px 2px;
}
.profile-loop-topic .table > thead > tr > th:first-child{
	padding-left: 5px;
}
.profile-loop-topic .table > tbody > tr > td{
	padding:5px 2px;
	vertical-align: middle;
	font-size: 12px;
	border-top:none;
	border-bottom:1px solid #C2D5E3;
}
.profile-loop-topic .table > tbody > tr > td:first-child{
	padding-left: 5px;
}
.profile-loop-topic .table > tbody > tr:hover{
	background-color: #f9f9f9;
}
.profile-loop-topic td .creation-date,.profile-loop-topic td .reply-counts,.profile-loop-topic td .topic-freshness-date a{
	color: #999
}
.profile-loop-topic td a.bbp-author-name{
	font-weight: normal!important
}
@media(max-width: 767px){
	#bbp-user-topics-started{
		padding:10px;
	}
	#bbpress-forums #bbp-user-topics-started .bbp-user-section{
		margin:0 -10px;
	}
}
/*回复*/
#bbp-user-replies-created{
	padding:20px;
}
.rp-tr td a{
	color: #999;
	vertical-align:middle;
}
@media(max-width: 767px){
	#bbp-user-replies-created{
		padding:10px;
	}
	#bbpress-forums #bbp-user-replies-created .bbp-user-section{
		margin:0 -10px;
	}
}

/*收藏*/
#bbp-user-favorites{
	padding:20px;
}
@media(max-width: 767px){
	#bbp-user-favorites{
		padding:10px;
	}
	#bbpress-forums #bbp-user-favorites .bbp-user-section{
		margin:0 -10px;
	}
}
/*订阅*/
#bbp-user-subscriptions{
	padding:20px;
}
.profile-loop-forums th{
	font-size: 12px;
}
.profile-loop-forums td a{
	font-size: 12px;
	color: #666;
}
.profile-loop-forums .table > thead > tr{
	margin-top: 1px;
    padding: 0 10px;
    border-bottom: none;
    border-top: 1px dotted #CCC;
    background: #F2F2F2;
}
.profile-loop-forums .table > thead > tr > th{
	border-bottom: none;
	padding:5px 2px;
}
.profile-loop-forums .table > thead > tr > th:first-child{
	padding-left: 5px;
}
.profile-loop-forums .table > thead > tr > th.col-exit{
	text-align: center;
}
.profile-loop-forums .table > tbody > tr > td{
	padding:5px 2px;
	vertical-align: middle;
	font-size: 12px;
	border-top:none;
	border-bottom:1px solid #C2D5E3;
}
.profile-loop-forums .table > tbody > tr > td:first-child{
	padding-left: 5px;
}
.profile-loop-forums .table > tbody > tr:hover{
	background-color: #f9f9f9;
}
.profile-loop-forums .forum-freshness a{
	font-weight: normal!important;
	color: #999;
}
.profile-loop-forums .forum-freshness .freshness-topic-author a{
	color: #666;
}
.is-subscribed a{
	margin:auto;
	height: 16px;
	line-height: 16px;
	width: 16px;
	display: block;
	font-size: 0;
	background: url(//www.alldocube.com/en/wp-content/uploads/2023/02/1675759488-delete-btn-icon.png) no-repeat;
	background-position: 0 0;
	background-size: 16px 40px;
}
.is-subscribed a:hover{
	background: url(//www.alldocube.com/en/wp-content/uploads/2023/02/1675759488-delete-btn-icon.png) no-repeat;
	background-position: 0 -24px;
	background-size: 16px 40px;
}
@media(max-width: 767px){
	#bbp-user-subscriptions{
		padding:10px;
	}
	#bbpress-forums #bbp-user-subscriptions .bbp-user-section{
		margin:0 -10px;
	}
}


/*编辑*/
#bbp-your-profile{
	padding:20px;
}
#bbp-your-profile .user-edit-wrap{
    padding: 15px;
    border-bottom: 1px dotted #CCC;
}
#bbp-your-profile .user-edit-wrap h4{
	font-size: 12px;
    color: #999;
    margin: 0 0 10px;
}
#bbp-your-profile .user-edit-wrap label{
	width:120px;
	margin:0;
	color: #5a646c;
	font-size: 12px;
	font-weight:normal;
	padding: 5px 5px 0 0;
    margin: 0 0 12px;
    vertical-align: top;
}
#bbp-your-profile .user-edit-wrap input{
	border:1px solid #ccc;
	padding: 3px 5px;
    border-radius: 3px;
    width: 200px;
}
#bbp-your-profile .user-edit-wrap input[disabled="disabled"]{
	background: #f7f7f7;
	cursor: not-allowed;
}
#bbp-your-profile .user-edit-wrap textarea{
	border:1px solid #ccc;
	padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    display: inline-block;
    width: 200px;
}
#bbp-your-profile .user-edit-wrap select{
	width: 200px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	border-color: #ccc;
    background: #fff;
    border-radius: 3px;
}
.bbpm-check{
	width: 200px;
	display: inline-block;
	padding:5px 0 0;
}
#bbpress-forums #bbp-your-profile .bbp-avatar-setting fieldset.bbp-form.avatar{
	width: 200px;
	display: inline-block;
	padding:5px 0 0;
	border:none;
}
#bbpress-forums #bbp-your-profile .bbp-avatar-setting fieldset.bbp-form.avatar img{
	display: inline-block;
	width: 80px;
	height: 80px;
	padding: 2px;
    background: #FFF;
    border: 1px solid;
    margin-bottom: 10px;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
}
#bbpress-forums #bbp-your-profile .user-edit-wrap fieldset input[type="file"]{
	width: 100%;
	font-size: 12px;
	border-radius: 3px;
}
#bbpress-forums #bbp-your-profile .user-edit-wrap .bbp-avatar-setting fieldset .description{
	width: 100%;
	font-size: 12px;
	font-style: normal;
}
.media-band .form-table{
	width: 320px;
	margin:0;
}
.media-band .form-table tbody tr{
	border-bottom: 1px dotted #ddd;
}
#bbp-your-profile .user-edit-wrap.media-band .form-table tbody tr th,
#bbp-your-profile .user-edit-wrap.media-band .form-table tbody tr td{
	padding:5px 0;
}
#bbp-your-profile .user-edit-wrap.media-band .form-table tbody tr th label{
	width: auto;
	margin:0;
	padding:0;
}
#bbp-your-profile .user-edit-wrap.media-band .form-table tbody tr th .xh-social-item{
	width: 22px;
	height: 22px;
	background-size: cover;
}
#bbp-your-profile .user-edit-wrap.media-band .form-table tbody tr td .xh-text{
	display: block;
	font-size: 12px;
	color: #666;
	margin-right:0!important;
	text-align: right;
}
#bbp-your-profile .user-edit-wrap.media-band .form-table tbody tr td .xh-btn{
	padding:0;
	font-size: 12px;
	height: 24px;
	width: 50px;
	line-height: 24px;
	text-align: center;
	border:none;
}
#bbp-your-profile .user-edit-wrap.media-band .form-table tbody tr td{
	text-align: right;
}

/*保存*/
.submit-wrap{
	width: 320px;
}
.submit-wrap button{
    padding: 4px 0;
    width: 80px;
    color: #fff;
    background-color: #00a5e0;
    border-color: #00a5e0;
    font-weight: 700;
    border-radius: 15px;
    border: none;
}
@media(max-width: 767px){
	#bbp-your-profile{
		padding:10px;
	}
	#bbp-your-profile .user-edit-wrap{
		padding:5px;
	}
	#bbp-your-profile .user-edit-wrap label{
		width: 70px;
	}
	#bbp-your-profile .user-edit-wrap input,
	#bbp-your-profile .user-edit-wrap select,
	#bbp-your-profile .user-edit-wrap textarea,
	#bbpress-forums #bbp-your-profile .bbp-avatar-setting fieldset.bbp-form.avatar{
		width: calc(100% - 80px);
	}
	.media-band .form-table,.submit-wrap{
		width: 100%;
	}
	.submit-wrap{
		text-align: center;
	}
}
/*消息*/
/*聊天列表*/
#bbpress-forums .bbpm-chats .bbpm-list{
	padding:20px;
	border:1px solid #ccc;
	border-top: none;
}
.bbpm-items .bbpm-item .bbpm-icon img{
	padding: 2px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
    width: 40px;
    height: 40px;
}
.bbpm-items .bbpm-item .bbpm-details .bbpm-heading{
	font-size: 12px;
}
.bbpm-items .bbpm-item .bbpm-details .bbpm-excerpt{
	font-size: 12px;
	color: #999;
	display: block;
}
.bbpm-items .bbpm-item .bbpm-details .bbpm-excerpt a{
	color: #666;
}
.bbpm-items .bbpm-item .bbpm-details .bbpm-time{
	font-size: 12px;
}
.bbpm-items .bbpm-foot .bbpm-pagi{
	margin-top: 15px;
}
#bbpress-forums .bbpm-items .bbpm-foot .bbpm-pagi a,#bbpress-forums .bbpm-items .bbpm-foot .bbpm-pagi span{
	display: block;
    float: left;
    padding: 5px 8px;
    margin-left: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-radius: 3px;
    box-shadow:none;
    margin-right: 0;
    transition: none;
}
#bbpress-forums .bbpm-items .bbpm-foot .bbpm-pagi .current,#bbpress-forums .bbpm-items .bbpm-foot .bbpm-pagi .page-numbers:hover{
    color: #fff;
    background: #00a5e0;
    border-color: #00a5e0;
    transition: none;
}
/*一对一聊天界面*/
.bbpm{
	padding:20px;
}
.bbpm-body{
	padding:0;
	
}
.bbpm-messages-list{
	padding:20px;
	border:1px solid #ccc;
	border-top: 0;
}
.bbpm-single-message{
	position: relative;
	padding-right: 70px;
	margin-bottom: 15px;
}
.received .bbpm-l{
	float: left;
}
.sent .bbpm-l{
	float: right;
}
.bbpm-single-message::after{
	content: "";
	display: table;
	clear: both;
}
.bbpm-r{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.bbpm-r .check-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.bbpm-r input{
	zoom:150%;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	margin:0;
	cursor: pointer;
}
.bbpm-single-message .bbpm-l{
	position: relative;
	border-radius: 30px;
	padding:10px;
	max-width: 85%;
}
.bbpm-single-message .bbpm-l::after{
	content: "";
	display: table;
	clear: both;
}
.received .bbpm-l{
	background: #ededed;
	padding-right: 30px;
	padding-left: 60px;
}
.sent .bbpm-l{
	background: #e5edf2;
	padding-right: 60px;
	padding-left: 30px;
}
.bbpm-single-message .bbpm-avatar{
	display: block;
	width: 40px;
	height: 40px;
}
.received .bbpm-l .bbpm-avatar{
	position: absolute;
	left: 10px;
	top: 10px;
}
.sent .bbpm-l .bbpm-avatar{
	position: absolute;
	right: 10px;
	top: 10px;
}
.bbpm-single-message .bbpm-avatar a img{
	width: 100%;
	height: 100%;
	padding: 2px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
}
.bbpm-l .bbpm-content{
}
.received .bbpm-l .bbpm-content{
	float: left;
}
.sent .bbpm-l .bbpm-content{
	float: right;
}
.bbpm-single-message .bbpm-l .bbpm-c-top:after{
	content: "";
	display: table;
	clear: both;
}
.bbpm-single-message .bbpm-l .bbpm-c-top a{
	width: 100px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #666;
}
.received .bbpm-l .bbpm-c-top a{
	float: left;
	text-align: left;
}
.sent .bbpm-l .bbpm-c-top a{
	float: right;
	text-align: right;
}
.bbpm-single-message .bbpm-l .bbpm-c-top .bbpm-time{
	font-size: 12px;
	color: #888;
}
.received .bbpm-l .bbpm-c-top .bbpm-time{
	float: right;
	margin-left: 10px;
}
.sent .bbpm-l .bbpm-c-top .bbpm-time{
	float: left;
	margin-right: 10px;
}
.bbpm-c-bottom p{
	font-size: 14px;
	color: #333;
	padding:8px 0 0;
}
.sent .bbpm-l .bbpm-c-bottom p{
	text-align: right;
}
#bbpress-forums .bbpm-items .bbpm-head{
	background: #eff1f4;
    border: 1px solid #ccc!important;
    margin:0;
    padding:20px;
}
#bbpress-forums .bbpm-chat-basic{
	position: relative;
	width: 100%;
	min-height: 44px;
	padding-left: 55px;
	margin-bottom: 10px;
}
#bbpress-forums .bbpm-chat-basic img{
    padding: 2px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
    position: absolute;
    left: 0;
    top: 0;
}
#bbpress-forums .bbpm-chat-basic .bbpm-heading{
	margin:0 0 10px;
	font-size: 16px;
	color: #333;
}
#bbpress-forums .bbpm-btn{
	padding:4px 10px;
	font-size: 12px;
	border-radius: 10px;
	border:1px solid #ccc;
	background: #fff;
	color: #333;
	font-weight: bold;
	display: inline-block;
}
#bbpress-forums .bbpm-chat-searchbox input.bbpm-search-input{
	border:1px solid #ccc;
	margin:0;
	padding:4px 10px;
	border-radius: 10px;
	font-size: 12px;
	float: left;
	border-right: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
#bbpress-forums .bbpm-chat-searchbox .bbpm-search-btn{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border:1px solid #00b0ec;
	background: #00b0ec;
	color: #fff;
}
#bbpress-forums .bbpm-items .bbpm-item .bbpm-details .bbpm-count{
	font-size: 12px;
    line-height: 16px;
}
#bbpress-forums .bbpm-items .bbpm-item .bbpm-details .bbpm-time{
	line-height: 16px;
	display: block;
}
#bbpress-forums .bbpm-chat-searchbox .bbpm-search-btn:hover{
	background: #00b0ec;
}
#bbpress-forums .bbpm-actions-cont{
	background: #eff1f4;
	border:1px solid #ccc;
	padding:20px;
	border-top: none;
}
#bbpress-forums .bbpm-messages .bbpm-read-receipts{
	margin:0;
	padding:10px 20px;
	border: 1px solid #ccc;
    border-top: 0;
    font-size: 12px;
}
#bbpress-forums .bbpm-actions input.bbpm-done-btn[name="apply"]{
	margin-top: 0;
}
#bbpress-forums .bbpm-items .bbpm-item{
	border-bottom:1px solid #ccc!important;
}
#bbpress-forums .bbpm-action-select{
	height: 28px;
    line-height: 28px;
    border:1px solid #ccc;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left:8px;
}
#bbpress-forums .bbpm-actions input.bbpm-done-btn[name="apply"]{
	vertical-align: middle;
}
#bbpress-forums .bbpm-foot form{
	padding:20px;
	border:1px solid #ccc;
	border-top: none;
	background: #f1f1f1;
}
#bbpress-forums .bbpm-textarea textarea{
	resize: none;
	font-size: 14px;
	width: 100%;
	background: #fff;
	padding:10px;
}
#bbpress-forums .bbpm textarea[name="message"]{
	border: 1px solid #ccc;
	resize: none;
    font-size: 14px;
    width: 100%;
    background: #fff;
    padding: 10px;
}
#bbpress-forums .bbpm-submit-wrap{
	text-align: right;
	margin-top: 5px;
}
#bbpress-forums .bbpm-send-btn{
	background: #00b0ec;
	border:1px solid #00b0ec;
	color: #fff;
}
#bbpress-forums .bbpm-send-btn:hover{
	background: #00b0ec;
	color: #fff;
}
/*聊天设置*/
#bbpress-forums .bbpm-chat-settings .setting-wrap{
	padding:15px;
	border-bottom: 1px dotted #CCC;
}
#bbpress-forums .bbpm-chat-settings label{
	width: 120px;
    margin: 0;
    color: #5a646c;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 5px 0 0;
    margin: 0;
    vertical-align: top;
    display: inline-block!important;
}
#bbpress-forums .bbpm-chat-settings .b{
	width: 200px;
	display: inline-block;
}
#bbpress-forums .bbpm-chat-settings .setting-wrap .chat-name-input{
	border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 3px;
}
#bbpress-forums .settings-notice{
	color: #999;
	margin-top: 5px;
}
#bbpress-forums .setting-wrap .delete-btn{
	background: red;
	color:#fff;
	border-color: red;
}
#bbpress-forums .setting-wrap .save-btn{
	color: #fff;
	background: #00a5e0;
    border-color: #00a5e0;
}
#bbpress-forums .bbpm-middle-notice{
	background: #d8e5dd;
    border: 1px solid #ccc;
    padding:10px 20px;
    font-size: 12px;
    border-top: none;
}
#bbpress-forums .bbpm-result-box{
    border: 1px solid #ccc;
    padding:20px;
    font-size: 12px;
    border-top: none;
}
/*新聊天*/
#bbpress-forums .bbpm-new .new-top{
	background: #eff1f4;
    border: 1px solid #ccc;
    margin: 0;
    padding: 20px;
}
#bbpress-forums .bbpm-new-basic {
    position: relative;
    width: 100%;
    min-height: 44px;
    padding-left: 55px;
}
#bbpress-forums .bbpm-new .bbpm-new-basic .new-chat-icon{
	display: block;
	position: absolute;
    left: 0;
    top: 0;
}
#bbpress-forums .bbpm-new .bbpm-new-basic img{
	padding: 2px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
    border-radius: 0;
    width: 42px;
    height: 42px;
    margin:0;
}
#bbpress-forums .bbpm-new .bbpm-new-basic h4{
    margin: 0 0 10px;
    font-size: 16px;
    color: #333;
}
#bbpress-forums .new-chat-bottom{
	padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    background: #f1f1f1;
}
#bbpress-forums .new-chat-content label{
	font-size: 12px;
    color: #999;
    margin: 0 0 10px;
}
#bbpress-forums .new-chat-content textarea{	
	border: 1px solid #ccc;
    min-height: 120px;
    resize: none;
    font-size: 14px;
}
#bbpress-forums .new-submit-wrap{
	text-align: right;
	margin-top: 5px;
}
#bbpress-forums .new-chat-wrap{
    padding: 15px;
    border-bottom: 1px dotted #CCC;
}
#bbpress-forums .new-chat-results-wrap .new-chat-search-users-single-result{
	width: 50%;
	float: left;
	padding: 0px 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#bbpress-forums .new-chat-results-wrap .new-chat-search-users-single-result input[type="radio"]{
	vertical-align: middle;
	margin-top: 0;
}
#bbpress-forums .new-chat-results-wrap .new-chat-search-users-single-result img{
}
#bbpress-forums .new-chat-results-wrap .new-chat-search-users-single-result span{
	font-size: 12px;
}
#bbpress-forums .bbpm-new .result-title{
	font-size: 12px;
    color: #999;
    margin: 0 0 10px;
}
@media(max-width: 767px){
	#bbpress-forums .bbpm{
		padding:10px;
	}
	#bbpress-forums .bbpm .bbpm-items{
		margin:0 -10px;
	}
	#bbpress-forums .bbpm-items .bbpm-head,
	#bbpress-forums .bbpm-actions-cont,
	#bbpress-forums .bbpm-chats .bbpm-list,
	#bbpress-forums .bbpm-messages .bbpm-read-receipts,
	#bbpress-forums .bbpm-foot form{
		padding:10px;
	}
	#bbpress-forums .bbpm-chat-settings label{
		margin-bottom: 5px;
	}
	#bbpress-forums .bbpm .bbpm-items .bbpm-head,
	#bbpress-forums .bbpm .bbpm-items .bbpm-list,
	#bbpress-forums .bbpm .bbpm-items .bbpm-foot,
	#bbpress-forums .bbpm-messages-list,
	#bbpress-forums .bbpm-messages .bbpm-actions-cont,
	#bbpress-forums .bbpm-messages .bbpm-read-receipts,
	#bbpress-forums .bbpm-foot form{
		border-left: none!important;
		border-right: none!important;
	}
	#bbpress-forums .bbpm-chat-basic .bbpm-heading{
		font-size: 14px;
	}
	#bbpress-forums .bbpm-messages-list{
		padding:10px 5px 10px 10px;
	}
	#bbpress-forums .bbpm-r{
		width: 30px;
		height: 30px;
	}
	#bbpress-forums .bbpm-single-message{
		padding-right: 40px;
	}
	#bbpress-forums .bbpm-chat-settings .setting-wrap{
		padding:15px 5px;
	}
	#bbpress-forums .bbpm-new .new-top,
	#bbpress-forums .new-chat-bottom{
		padding:10px;
	}
	#bbpress-forums .new-chat-wrap{
		padding:10px 0;
	}
	#bbpress-forums .bbpm-middle-notice{
	    padding:10px;
	    border-left: none;
	    border-right: none;
	}
	#bbpress-forums .bbpm-result-box{
	    padding:20px 10px;
	    border-left: none;
	    border-right: none;
	}
}



/*wechat-social-login论坛个人设置*/
#bbp-your-profile .form-table{
	width: 100%;
	border-collapse:separate;
	padding: 20px;
}

#bbp-your-profile table.form-table,
#bbp-your-profile table.form-table th,
#bbp-your-profile table.form-table td{
    font-size: 15px;
}
#bbp-your-profile table.form-table tr{
	margin-bottom: 5px;
}
#bbp-your-profile table.form-table .xh-btn-primary{
	color: #fff;
    background-color: #009a61;
    border: 1px solid transparent;
    border-color: #008151;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
#bbp-your-profile table.form-table .xh-btn-primary:hover{
	color: #fff;
}
#bbp-your-profile table.form-table .xh-btn-warning{
	border: 1px solid transparent;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    border-color: #e56e06;
}
#bbp-your-profile table.form-table .xh-btn-warning:hover{
	color: #fff;
}





