
body,.biki-editor-holder {
	font-family: "Microsoft YaHei";
	background-color: #F9F7E9;
	height: 30px;
}

.biki-p {
	font-family: "Microsoft YaHei";
	line-height: 2em;
}

div.editor {
	position: relative;
}

div.biki-editor {
	background-color: transparent;
	margin-top: 0;
}

i {
	margin-right: 3px;
	margin-top: 3px;
}

div.content-container {
	position: relative;
	padding: 30px;
	background-color: rgba(250, 250, 250, .50);
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
}

div.embedded-article {
	font-family: "Microsoft YaHei";
	margin-bottom: 10px;
}

div.operation {
	position: absolute;
	right: 0px;
}

div.operation.outside {
	top: -22px;
	left: 0px;
}

div.operation.inside {
	top: 5px;
}

div.operation.cancel-save {
	z-index: 99;
	top: 9px;
	right: -30px;
}

.cancel-save i[class^="icon"] {
	position: relative;
	top: 1px;
}

div.operation a {
	height: 25px;
	color: #535353;
	font-size: 14px;
	line-height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 9px;
	cursor: pointer;
	text-decoration: none;
}

div.operation span {
	padding-left: 25px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	text-decoration: underline;
}

div.operation a:hover {
	color: white;
	background-color: rgba(123, 78, 24, .30);
	cursor: pointer;
	text-decoration: none;
}

div.embedded-article .biki-editor {
	width: 918px;
}

div.embedded-article .biki-editor .biki-editor-textarea-wrapper textarea.biki-editor-textarea
	{
	width: 880px;
}

#body .main #content ul {
	float: none;
}

.nav-pills {
	margin-bottom: 0;
}

.project-release-module {
	margin-left: 0;
}

.project-release-module .component-content {
	width: 920px;
	min-height: 460px;
	float: left;
	background-color: rgba(250, 250, 250, 0.5);
	border: 1px solid #CCCCCC;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
	padding: 30px;
}

.project-release-module .component-content .edit-button {
	margin-left: 10px;
	background-color: none;
	background-image: none;
	outline: 0;
}

.project-release-module .release-component .component-operate {
	float: left;
	padding-left: 5px;
}

.project-release-module .release-component .component-operate span a {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	width: 105px;
}

.project-release-module .nav-tabs {
	border-bottom: 0;
	position: relative;
	top: -8px;
}

.project-release-module .tabbable .nav-tabs li a {
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: black;
}

.project-release-module .nav-tabs>li>a {
	padding-bottom: 0px;
	padding-top: 0px;
}

.project-release-module .nav {
	margin-bottom: 0px;
}

/*head*/
.project-release-module .tabbable .tabbable-head {
	border-bottom: 1px solid black;
	left: -15px;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	width: 1011px;
	padding-bottom: 5px;
}

.project-release-module .tabbable .tabbable-head ul li {
	margin-right: 2px;
}

.project-release-module .tabbable .tabbable-head ul li a {
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0
		rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	padding-left: 7px;
	padding-right: 7px;
}

.project-release-module .tabbable .tabbable-head ul li a:hover {
	background-color: rgba(123, 78, 24, 0.3);
	color: white;
	text-decoration: none;
}

.project-release-module .tabbable-head .nav-tabs>.active>a {
	background-color: rgba(123, 78, 24, 0.3);
	color: white;
	outline: 0;
}

/*第三个tab*/
.project-release-module .tabbable .release-new-version table td {
	border-bottom: 1px solid #DDDDDD;
}

.project-release-module em {
	font-weight: bold;
}

/*操作面板*/
.project-release-module .tabbable .tab-content {
	
}

.project-release-module .tabbable .tab-content .check-version {
	margin-bottom: 30px;
}

.project-release-module .tabbable .tab-content .check-version table {
	margin-top: 10px;
	margin-left: 20px;
}

.project-release-module .tabbable .tab-content .check-issue div { -
	-margin-top: 10px; -
	-margin-left: 10px;
}

.project-release-module .check-issue .btn {
	padding: 2px 4px;
	font-size: 13px;
	margin-right: 5px;
	outline: 0;
}

.project-release-module .embedded-article .biki-editor-textarea-wrapper textarea
	{
	width: 910px;
}

/*第二个tab  roadmap  最顶的div*/
.project-release-module .tab-content .roadmap-component {
	float: left;	
	background-color: rgba(250, 250, 250, 0.5);
	border: 1px solid #CCC;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
}

.project-release-module .tab-content .roadmap-component table tbody tr td:nth-child(1)
	{
	text-align: center;
	width: 200px;
}

.project-release-module .tab-content .roadmap-component table tbody tr td:nth-child(2)
	{
	text-align: left;
	width: 350px;
}

.project-release-module .tab-content .roadmap-component table tbody tr td:nth-child(3)
	{
	text-align: right;
	width: 400px;
	text-align: center;
}

.project-release-module .tab-content .roadmap-component table tbody tr td:nth-child(4)
	{
	text-align: center;
	width: 200px;
}

.project-release-module .tab-content .roadmap-component table .version-table
	{
	font-size: 18px;
	font-weight: bold;
}

.project-release-module .tab-content .roadmap-component table .milestone-progress ul
	{
	margin-bottom: 0px;
}

.project-release-module .tab-content .roadmap-component table .milestone-progress a.lookup-issues-button:hover
	{
	cursor: pointer;
}

.project-release-module .tab-content .roadmap-component table .milestone-progress ul.meta li
	{
	float: right;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0 15px;
}

.project-release-module .tab-content .roadmap-component table .milestone-progress ul.meta li.numbers
	{
	color: #888888;
	float: left;
	font-weight: normal;
	margin-left: 0;
}

/*进度条*/
.project-release-module .tab-content .roadmap-component table .milestone-progress .progress
	{	
	height: 28px;
	margin-bottom: 0px;
}

.project-release-module .tab-content .roadmap-component table .milestone-progress .progress .bar
	{
	height: 28px;
	padding: 5px;
	text-align: left;
}

/*查看问题*/
/*******/
/*当在选中一页时*/
.foot-lookup-issue .selected {
	color: #555555;
	font-size: 14.8px;
	text-decoration: underline;
	font-weight: bold;
}
/*失效*/
.foot-lookup-issue .lose-efficacy {
	opacity: 0.2;
}

.pages a.selected:link {
	text-decoration: underline;
}
/*end  查看问题*/

/***发布前的内容编辑**/
.project-release-module #edit-release-context textarea {
	width: 910px;
}

.project-release-module .release-version-edit textarea {
	height: 100px;
	width: 910px
}

/*小图标*/
.project-release-module [class^="icon-"] {
	position: relative;
	top: -2px;
}

.project-release-module .biki-h2 {
	border-bottom: 1px solid #919699;
}

/*第五个tab*/
.establish-version-panel {
	margin-left: 20px;
	margin-top: 10px;
}

.establish-version-panel .create-version-operate input {
	height: 20px;
	margin-bottom: 0;
	width: 440px;
	margin-top: 10px;
}

.establish-version-panel .create-version-operate {
	margin-bottom: 50px;
	width: 470px;
}

.establish-version-panel .create-version-operate button {
	float: right;
}

.establish-version-panel .create-version-operate span#create-warning-info
	{
	float: left;
	margin-left: 125px;
}

.establish-version-panel .create-version-operate span {
	font-size: 11px;
}

.establish-version-panel .create-version-operate button {
	
}

.establish-version-panel .create-version-operate em {
	font-size: 13px;
	font-weight: bold;
}

.establish-version-panel .create-version-operate .version-discription textarea
	{
	width: 440px;
	height: 70px;
}

.establish-version-panel .version-history #version-history-panel {
	width: 480px;
	margin-top: 30px;
}

.establish-version-panel .version-history #version-history-panel table tbody
	{
	color: #888888;
}

.establish-version-panel .version-history #version-history-panel table tbody tr td:nth-child(1)
	{
	text-align: center;
	width: 150px;
}

.establish-version-panel .version-history #version-history-panel table tbody tr td:nth-child(1) a
	{
	text-decoration: none;
	color: #0088CC;
}

.establish-version-panel .version-history #version-history-panel table tbody tr td:nth-child(2)
	{
	text-align: left;
	width: 250px;
}

.establish-version-panel .version-history #version-history-panel table tbody tr td:nth-child(3)
	{
	text-align: center;
	width: 100px;
}

.establish-version-panel .version-history #version-history-panel table a i
	{
	left: 2px;
	position: relative;
	top: -2px;
	opacity: 0.7;
}

.establish-version-panel .version-history #version-history-panel table a
	{
	padding: 1px 1px;
}

.establish-version-panel .version-history #version-history-panel table a:hover
	{
	cursor: pointer;
	background-color: rgba(123, 78, 24, 0.3);
	color: white;
	text-decoration: none;
	border-radius: 2px 2px 2px 2px;
}

/**/
.project-release-module .icon-bug {
	background-image: url(/res/img/issue/bug.png);
	background-position: 0px 0px;
}

/*2013-09-23: 添加svn log的日志内容*/
#changeLogLoading{
	text-align: center;
	margin-top: 80px;
}

#changeLogLoading + div{
	display : none;
}

#changeLogLoading.after-loaded{
	display : none;
}

#changeLogLoading.after-loaded + div{
	display : block;
}

.svn-changelog{
	margin-top :  50px;
}

#changeLogResult{
	display : block;
	white-space : pre;
	padding-left:20px;
	border-color: transparent;
	background: none;
	clear: both;
	width: 920px;
	box-sizing: border-box;
	border: 2px solid #DDD;
	margin-left: 20px;
	margin-top: 10px;
	display:none;
}

#changeLogResult.show{
	display:block;
}

#svnChangeLog .svn-url-prefix{
	float: left;
	display: inline-block;
	margin-left: 21px;
	font-size: 13px;
	height: 23px;
	border: 1px solid #cccccc;
	padding: 4px 6px;
	line-height: 24px;
	border-right :  none;
	color: #A3A0A0;
	padding-right: 0;
}

#svnChangeLog .svn-url:focus + .svn-url-prefix{
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
}

#svnChangeLog .svn-url{
	font-size: 13px;
	min-width: 53px;
	width: 53px;
	max-width: 630px;
	height: 23px;
	padding-left: 0;
}


#svnChangeLog .svn-url-container + button{
	float: left;
	height: 33px;
}

#svnChangeLog .btn-container{
	position: relative;
	display: inline-block;
	height: 33px;
	margin: 0;
	padding: 0;
	border: none;
	width: 70px;
	top: 0;
	left: 0;
}

#svnChangeLog .btn-container > img{
	position: absolute;
	left: 0;
	z-index: 10;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#svnChangeLog .btn-container > img.loading{
	left: -30px;
}

#svnChangeLog .btn-container > button{
	height: 33px;
	position: relative;
	z-index: 11;
	width: 67px;
	padding: 0;
}

