.user_msg { /*	border-radius: 15px !important; */
	border: 1px solid #EDEDED;
	height: 140px;
}

.user_msg .user_photo {
	border-radius: 10px !important;
	overflow: hidden;
	margin: 15px;
	width: 30%;
	float: left;
}

.user_msg .user_detail {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

.user_msg .user_detail .user_name {
	font-size: 20px;
	margin-bottom: 5px;
}

.user_msg .user_detail .user_pos {
	margin-bottom: 5px;
}

.user_msg .user_detail .user_pos p {
	font-size: 13px;
	line-height: 13px;
}

.user_second {
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #EDEDED;
}

.user_second .footer_line {
	border-right-color: #e9ebef;
	border-right-width: 1px;
	border-right-style: solid;
}

.user_second .footer_text {
	width: 32%;
	text-align: center;
	display: inline-block;
}

.tab-style-1 div.tab-content {
	border-width: 0px 1px 1px;
	border-style: none solid solid;
	border-color: currentColor #eeeeee #eeeeee;
	background:#fff;
	padding: 30px 30px 0px 30px;
}

.nav-tabs>li>a,.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	padding: 5px 10px 4px !important;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
	padding: 5px 10px 4px !important;
}

.user_news{
}

.user_news .news_title{
	font-size:22px;
	line-height:22px;
	margin-bottom:15px;
	font-weight: 300;
}

.user_news .news_content{
	font-size:12px;
	line-height:20px;
	margin-bottom:15px;
	font-weight: 300;
}

.user_news .news_down{
	background:#EDEDED;
	padding:8px 20px;
	border-radius: 10px !important;
}

.user_news .news_down .news_line{
	margin:0px 20px 0px 20px;
	border-right-color: #2d2d2e;
	border-right-width: 1px;
	border-right-style: solid;
}

.dashboard-stat {
	display: block;
	margin-bottom: 0px;
	border-radius: 10px !important;
}

.dashboard-stat .visual {
	width: 80px;
	height: 80px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 35px;
	line-height: 35px;
}

.dashboard-stat .visual>i {
	margin-left: 10px;
	font-size: 80px;
	line-height: 70px;
}

.dashboard-stat .details {
	position: absolute;
	right: 15px;
	padding-right: 15px;
}

.dashboard-stat .details .number {
	padding-top: 10px;
	text-align: right;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	font-weight: 300;
}

.dashboard-stat .details .desc {
	text-align: right;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 300;
}

.dashboard-stat .more {
	text-align: right;
}

.portlet {
	border: 1px #EDEDED solid;
}

.portlet > .portlet-body {
	padding-bottom: 20px;
}