#create-project-btn {
	color: #A8A8A8;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	top: 8px;
	right: 1px;
}

.activity a {
	padding: 0 6px;
}

.activity img {
	width: 18px;
	height: 18px;
	padding: 0 3px;
}

.activity {
	margin: 6px 7px 6px 27px;
	line-height: 17px;
	word-break: break-all;
	text-indent: -30px;
}

#right-top-tiles .top-right .content .activity {
	margin: 6px 2px 6px 24px;
}

.activity .activity-date {
	padding: 0 4px;
}

.item-card .activities {
	margin: 0;
}

.sort-filter {
	margin-left: -20px;
}

.sort-item {
	font-size: 14px;
	display: inline-block;
}

.sort-item i {
	padding-right: 5px;
	font-size: 18px;
	line-height: 18px;
}

.sort-item a {
	color: #524D4D;
}

.sort-item .icon-star {
	color: #2EA7E0;
}

.sort-item .icon-fire {
	color: #FC2C29;
}

.sort-item .icon-time {
	color: #B723F0;
}

.sort-item .icon-th-list {
	color: #249E19;
}

.sort-item .hot a {
	color: #FC2C29;
}

.sort-filter .active {
	background: url(/res/img/project/nav_select.jpg) -30px 0 repeat-y;
	padding: 10px;
}

.sort-filter .sort-item .normal:hover {
	background: url(/res/img/project/nav_select.jpg) -30px 0 repeat-y;
}

.sort-filter .normal {
	padding: 10px;
}

.top-right {
	width: 226px;
}

.item-card {
	position: relative;
}

#project-container .tag  a {
	padding: 0;
}

#project-container .tag .normal a {
	background-color: transparent;
}

#project-container .tag .active a {
	background-color: transparent;
}

#project-container .tag  a span {
	background-color: #D6E8F1;
	padding: 5px 4px 3px 4px;
}

#project-container .tag .active a span {
	background-color: #2EA7E0;
}

#project-container .tag a span:hover {
	background-color: #2EA7E0;
}

#project-container .tag  a span.icon-label {
	background-color: transparent;
	padding: 2px 4px;
	min-width: 20px;
	position: relative;
	top: -2px;
}

#project-container .tag  a span.icon-label:hover {
	background-color: #D6E8F1;
}

#project-container .tag a span img {
	width: 18px;
	height: 18px;
	max-width: none;
}

.item-card .ribbon-wrapper {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 9999;
}

.item-card  .ribbon {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: rgba(249, 249, 249, 0.5);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 249,
		0.5) ), to(rgba(244, 244, 244, 0.5) ) );
	background-image: -webkit-linear-gradient(top, rgba(249, 249, 249, 0.5),
		rgba(244, 244, 244, 0.5) );
	background-image: -moz-linear-gradient(top, rgba(249, 249, 249, 0.5),
		rgba(244, 244, 244, 0.5) );
	background-image: -ms-linear-gradient(top, rgba(249, 249, 249, 0.5),
		rgba(244, 244, 244, 0.5) );
	background-image: -o-linear-gradient(top, rgba(249, 249, 249, 0.5),
		rgba(244, 244, 244, 0.5) );
	color: rgb(90, 90, 90);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.item-card  .hidden-project .ribbon {
	background-color: rgba(0, 51, 255, 0.5);
}

.item-card  .hatching-project .ribbon {
	background-color: rgba(151, 45, 235, 0.5);
}
/**
.item-card .ribbon:before,.ribbon:after {
	content: "";
	border-top: 3px solid #89898b;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.item-card .ribbon:before {
	left: 0;
}

.item-card .ribbon:after {
	right: 0;
}*/
.item-card .labels {
	padding: 5px 1px 10px 10px;
}

.item-card .tabs {
	padding: 10px 8px 0 8px;
}

.item-card .tabs ul {
	display: table-cell;
}

.item-card .tabs li {
	float: left;
	margin-bottom: 10px;
	line-height: 10px;
	font-size: 13px;
}

.item-card .tabs .tab a {
	color: #8194AB;
	padding: 0 4px;
}

.item-card .tabs .tab a:hover {
	background: #8194AB;
	color: white;
}

.item-card .stats {
	text-align: right;
	padding-right: 10px;
}

.item-card .stats .count {
	font-size: 14px;
	padding-left: 8px;
	color: #525151;
}

.item-card .stats .count i {
	color: #8B8B8B;
}

#right-top-tiles-container {
	padding-top: 35px;
}

.right-border {
	border-right: 1px solid #C7C6C6;
}

/*add by ouyang*/
.project-col1 {
	width: 223px;
	border: 1px solid transparent;
}

.project-col2 {
	width: 468px;
	border: 1px solid transparent;
}

.project-col3 {
	width: 713px;
	border: 1px solid transparent;
}

.project-col4 {
	width: 958px;
	border: 1px solid #DDDDDD;
}

.project-box {
	border: 1px solid rgba(196, 196, 196, 0.5);
	/*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);*/
	margin-bottom: 20px !important;
	float: left;
	overflow: hidden;
}

#project-container>div {
	margin-right: 20px;
}

.project-box p.break {
	color: black;
	font-size: 11px;
	line-height: 20px;
	padding: 5px 8px 0px 10px;
}

.project-box div.stats {
	line-height: 25px;
}

#wookmark-loaderCircle {
	border-top: 1px dashed rgba(34, 25, 25, 0.14);
	height: 16px;
	text-align: center;
	margin-top: 25px;
	padding: 15px 0 25px 0;
}

#wookmark-loaderCircle img {
	margin-right: 10px;
}

.item-card {
	background: white;
	margin: 0;
}

.item-card a {
	text-decoration: none;
}

.item-card .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100px;
}

.item-card .title {
	color: #585349;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
}

.item-card .title a {
	color: #585349;
}

.item-card .key {
	vertical-align: top;
	color: gray;
	width: 68px;
	text-align: right;
}

.item-card .content {
	padding: 0px 8px 0px 5px;
	vertical-align: top;
}

.item-card .level {
	position: relative;
}

.item-card .icon {
	background: url(/res/img/wookmark/bg2.png) no-repeat 21px 0 white;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
}

.shadow {
	height: 12px;
	font-size: 1px;
	overflow: hidden;
	background: url(/res/img/wookmark/bg1.jpg) no-repeat 0 0;
}

.item-card .addition-info {
	font-size: 11px;
	background: url(/res/img/wookmark/bg3.png);
	text-align: left;
	height: 100%;
	position: relative;
	margin-top: 5px;
}

.item-card .addition-info:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(15, 42, 60, 0);
	border-bottom-color: rgb(247, 245, 246) !important;
	border-width: 8px !important;
	left: 22%;
	margin-left: -30px;
}

.item-card .addition-info .more {
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #313131;
	display: inline-block;
	width: 100%;
}

.item-card .addition-info .line {
	background: url(/res/img/wookmark/bg4.png) repeat-x 0 0;
	height: 2px;
	font-size: 1px;
	overflow: hidden;
}

.item-card .item  a {
	color: #585349;
}

.item-card .item a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

.item-card .item .label {
	font-weight: bold;
}

.item-card .action table {
	text-align: center;
	width: 100%;
}

.item-card .action {
	background: rgba(252, 252, 252, 0.94);
	padding: 8px 0 8px 0;
	width: 100%;
	z-index: 9999;
	display: inline;
	position: absolute;
	top: -40px;
	left: 0;
}

.item-card .action td {
	position: relative;
}

.item-card .action i {
	font-size: 14px;
	padding-right: 2px;
}

.item-card .action a {
	color: #524D4D;
}

.item-card .action .active {
	color: #00BBF0;
}

.item-card .action .active a {
	color: #00BBF0;
}

.item-card .action a:hover {
	color: #00BBF0;
}

#infscr-loading {
	border-top: 1px dashed rgba(34, 25, 25, 0.14);
	height: 16px;
	text-align: center;
	margin-top: 25px;
	padding: 8px 0 25px 0;
}

#infscr-loading img {
	vertical-align: 0;
}

#infscr-loading span {
	vertical-align: 11px;
}

.project-box .action a:hover {
	cursor: pointer;
}

/*inportant style*/
.project-box .action span.active a span.tip1 {
	display: none;
}

.project-box .action span.active a span.tip2 {
	display: inline;
}

.project-box .action span a span.tip1 {
	display: inline;
}

.project-box .action span a span.tip2 {
	display: none;
}

#move-star {
	color: #2EA7E0;
	position: absolute;
	display: inline;
	z-index: 1;
	left: -10px;
}

#distance-star {
	padding-right: 2px;
}

#right-top-tiles .top-right .panel {
	display: block;
	border: 1px solid #C4C4C4;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	background: white;
}

#right-top-tiles .top-right .panel {
	display: block;
	border: 1px solid #C4C4C4;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	background: white;
	margin-top: 12px;
}

#right-top-tiles .top-right .panel:first-child {
	margin-top: 0;
}

#right-top-tiles .top-right .panel .title {
	background: url(/res/img/wookmark/bg6.jpg) repeat-x 0 0;
	margin: 1px;
	font-size: 15px;
}

#right-top-tiles .top-right .content {
	padding: 6px 8px 6px 10px;
}

#right-top-tiles .top-right .panel .title i {
	color: #F69B0F;
	font-size: 20px;
	padding: 7px 8px 7px 10px;
}

#list {
	position: relative;
	margin: 20px 0;
}

#list dt {
	margin: 5px 0;
}

#list dt a {
	font-size: 16px;
	height: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #585959;
}

#list dd[role='nav'] a {
	font-weight: bold;
	color: #585959;
}

#list dt a:hover,#list dd[role='nav'] a:hover {
	background-color: #0CB9FA;
	color: white;
}

#list dd[role='logo'] {
	width: 216px;
	height: 90px;
	margin-right: 20px;
	float: left;
	text-align: center;
	position: relative;
	background-color: #fff;
}

#list dd[role='nav'] {
	position: absolute;
	bottom: 0;
	left: 236px;
	margin: 5px 0;
}

#list dd[role='nav'] li {
	display: inline-block;
	margin-right: 10px;
}

#list dd[role='logo'] div {
	width: 216px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

#list dd[role='summary'] {
	line-height: 16px;
}