@charset "utf-8";

/* CSS Document */

body {
	font-family: '微软雅黑';
}

input {
	outline: none;
}

img {
	border: 0;
}
/*自定义滚动条*/
::-webkit-scrollbar {
    width: 10px;
     height: 10px;
    -webkit-border-radius: 4px;
}
::-webkit-scrollbar-track-piece {
    background: hsla(0,7%,71%,.2);
    -webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #AAA;
}

table{
	text-align: left;
}


.topheader {
	position: fixed;
	width: 100%;
	z-index: 999
}
.top-subheader {
	position:fixed;
	width:100%;
	z-index:998
}

.logo {
	width: 100%;
	padding: 0 100px;
	position: absolute;
	top: 30px;
	overflow: hidden;
}

.logo .tologin {
	display: block;
	width: 216px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	background: #169bd5;
	cursor: pointer;
}

.logo.logo2 {
	position: relative;
}

.banner {
	position: relative;
}

.logoright a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	width: 64px;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	text-align: center;
	margin: 0 10px;
}

.logoright.logor2 a {
	color: #333;
}

.logoright a:hover {
	background: #073e93;
	color: #fff;
}

.logoright a.login {
	color: #fff;
	background: #073e93;
}

.index-wrap {
	width: 100%;
}

.index-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.txt-cen {
	text-align: center;
}

.index-box h1 {
	font-size: 36px;
	color: #333;
	margin: 75px 0 25px 0;
}

.index-box p {
	font-size: 18px;
	color: #666;
	line-height: 44px;
}

.index-leftbox1 {
	width: 500px;
}

.nl-box ul li {
	float: left;
	width: 200px;
	margin: 45px 50px 0 50px;
}

.nl-box ul {
	overflow: hidden;
}

.index-leftbox1 p {
	font-size: 20px;
}

.nl-box p {
	margin: 0;
	width: 200px;
	line-height: 28px;
	font-size: 16px;
}

.footer1>ul>li {
	float: left;
	margin: 0 60px 0 0;
	font-size: 15px;
	color: #fffff8;
}

.footer1>ul ul li:nth-child(1) {
	margin: 37px 0 10px 0;
}

.footer1 ul li a {
	cursor: pointer;
	color: #606b77;
}

.footer ul li {
	float: left;
}

.footer ul {
	overflow: hidden;
	width: 1154px;
	margin: 43px auto 25px auto;
}

.footer ul li a {
	color: #fff;
	display: inline-block;
	padding: 0 13px;
	font-size: 14px;
	background: url(../images/footer.png) no-repeat right center;
}

.footer {
	text-align: center;
}

.footer p {
	font-size: 14px;
	color: #fff;
}

.loginbox {
	width: 99%;
	margin: 0 auto;
	overflow: auto;
}

.lgbox1,
.lgbox2 {
	height: 100%;
}

.lgbox2 {
	width: 32%;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

.lgbox1 {
	width: 68%;
	background: url(../../resources/images/lg-bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}

.lgbox1_up {
	border-width: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: inherit;
	background-color: rgba(0, 102, 255, 0.3);
	border: none;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lgbox1_img {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 999;
}

.lgbox1 p {
	position: absolute;
	bottom: 30px;
	left: 38%;
	z-index: 999;
	color: #FFF;
	font-size: 12px;
}

.lgbox3 {
	overflow: hidden;
}

.lg-mid {
	width: 70%;
	margin: 20% auto 20%;
	text-align: center;
}

.lg-mid h1 {
	font-size: 40px;
	color: #000;
	margin: 0;
	margin-bottom: 50px;
}

.lg-mid input {
	height: 50px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #EAEAEA;
	margin-top: 20px;
	padding-left: 12px;
	outline: none;
	text-indent: 20px;
}

.iconuser,.iconpwd{
	position: relative;
}

.icon-user {
	position: absolute;
	top: 31px;
	left: 0;
	/*引入图片图片*/
	background-repeat: no-repeat;
	/*设置图片不重复*/
	background-position: 0px 0px;
	/*图片显示的位置*/
	width: 25px;
	/*设置图片显示的宽*/
	height: 25px;
	/*图片显示的高*/
}
.icon-show {
	position: absolute;
	top: 31px;
	right: 0;
	/*引入图片图片*/
	background-repeat: no-repeat;
	/*设置图片不重复*/
	background-position: 0px 0px;
	/*图片显示的位置*/
	width: 25px;
	/*设置图片显示的宽*/
	height: 25px;
	/*图片显示的高*/
	cursor: pointer;
}
form > h3{
	margin-bottom: 50px;
}
.lgbox3 input {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	margin-right: 10px;
}

.lgbox3 span {
	font-size: 14px;
	color: #333;
}

.lgbox3 {
	margin-top: 20px;
}

a.dl-btn {
	width: 100%;
	background: #0099FF;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	display: block;
	margin: 25px 0 85px 0;
	font-size: 20px;
}

a.dl-btn:hover {
	background: #008CEA;
}

p.cop {
	font-size: 12px;
	color: #333;
}

/*.laybox {
	width: 100%;
	padding: 0 100px;
}*/

.bluebg {
	background: #073e93;
	height: 60px;
}

.ch1 {
	margin-top: 5px;
}

.ch2 {
	margin-top: 15px;
}

.c-search {
	overflow: hidden;
	padding: 20px 0;
}

.c-search p {
	font-size: 16px;
	color: #333;
}

.c-search input {
	width: 280px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
	background: url(../images/cenger_07.png) no-repeat 10px center;
	padding-left: 35px;
	color: #b2b2b2;
}

input.td-input {
	width: 260px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background: url(../images/cenger_07.png) no-repeat 10px center;
	padding-left: 35px;
	color: #b2b2b2;
}

.bgbox3 {
	width: 100%;
	background: rgb(250, 250, 250);
}

.bgbox2 {
	width: 100%;
	background: #f2f2f2;
}

a.dashname {
	width: 150px;
	height: 100%;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	display: block;
}

div.dashname {
	width: 180px;
	height: 100%;
	line-height: 60px;
	background: url(../images/dash_03.png) 160px center no-repeat #0846a5;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-left: 10px;
	margin-left: 10px;
}

.headerTitle {
	line-height: 60px;
	font-size: 28px;
	color: #fff;
	display: block;
	padding-left: 15px;
	margin-left: 10px;
}

.ch3 ul li a {
	color: #333;
	font-size: 12px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
}

.ch3 ul {
	margin-left: 10px;
	box-shadow: 0 2px 3px 2px #f2f2f2;
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 99;
	height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
}

.clear {
	clear: both;
}

.dashname2 {
	position: relative;
}

.ch3 ul li a.ch3-active {
	background: #e7effb;
	color: #2770e3;
}

.ch3 ul li a:hover {
	background: #e7effb;
	color: #2770e3;
}

.ch4 ul li {
	float: left;
}

.ch4 ul {
	overflow: hidden;
}

.ch4 ul li a {
	display: block;
	width: 100px;
	height: 100%;
	line-height: 60px;
	color: #fff;
	text-align: center;
}

.ch4 ul li a.ch4-active {
	background: url(../images/dash_07.png) no-repeat center bottom #05357e;
}

.ch4 ul li a:hover {
	background: url(../images/dash_07.png) no-repeat center bottom #05357e;
}

.ch5 ul li {
	float: left;
}

.ch5 ul {
	overflow: hidden;
}

.ch5 ul li a {
	display: block;
	width: 100px;
	height: 100%;
	line-height: 60px;
	color: #000;
	text-align: center;
	font-size: 16px;
}

.ch5 ul li a.ch5-active {
	color: #2770e3;
	border-bottom: 2px solid #2770e3;
}

.ch5 ul li a:hover {
	color: #2770e3;
	border-bottom: 2px solid #2770e3;
}

.dash1,
.dash3 {
	width: 24%;
}

.dash1 {
	margin-right: 1%;
	height: 420px;
}

.dash3 {
	margin-left: 1%;
}
/*
.dash2 {
	width: 50%;
	height: 420px;
}*/

.dash1,
.dash6,
.dash7 {
	/*box-shadow: 0 2px 3px 2px #f1f0f1;*/
	background: #fff;
}

.pdt20 {
	padding-top: 20px;
}

.dash1 ul li {
	width: 100%;
	height: 75px;
	padding: 0 15px;
	background: url(../images/dash_39.png) no-repeat 95% center;
}

.dash1 ul li .left {
	margin-right: 10px;
}

.dash1 ul li.dash1-active {
	background: url(../images/dash_28.png) no-repeat 95% center #fafafa;
}

.p-hi {
	color: #2770e3;
	margin: 13px;
}

.dash1 ul li h4 {
	color: #333;
	margin: 17px 0 8px 0;
}

.dash1 ul li.dash1-active h4 {
	color: #2770e3;
}

.dash1 ul li.dash1-active p {
	color: #2770e3;
}

.dash1 ul li p {
	font-size: 12px;
	color: #333;
	margin: 0;
}

.dash1 ul li img {
	margin-top: 13px;
}

.dash5,
.dash4 {
	width: 100%;
	height: 200px;
	box-shadow: 0 2px 3px 2px #f1f0f1;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.dash5 {
	margin-top: 20px;
}

.title-left {
	width: 150px;
	text-align: left;
	float: left;
}

.title-right {
	float: right;
}

.dash-title {
	overflow: hidden;
}

.title-left span {
	color: #2770e3;
}

.title-left img {
	vertical-align: sub;
	margin-right: 10px;
}

.dash-title2 ul li a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	color: #333;
	width: 60px;
	text-align: center;
}

.dash-title2 ul li {
	float: left;
	margin: 0 10px;
}

.dash-title2 ul {
	overflow: hidden;
	margin-left: 10px;
}

/*.dash-title2 {
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	overflow: hidden;
}*/

.dash2 {
	padding: 0 10px;
}


.dbox2 span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: 100% 100%;
	margin-right: 2px;
	font-size: 13px;
}

.dbox2 a {
	font-size: 13px;
}

span.zy {
	background: url(../images/dash_23.png) no-repeat;
}

span.jj {
	background: url(../images/dash_30.png) no-repeat;
}

span.yz {
	background: url(../images/dash_33.png) no-repeat;
}

span.cy {
	background: url(../images/dash_37.png) no-repeat;
}

.dbox2 th,
.dbox2 td {
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 30px;
}

.dbox2 table {
	width: 100%;
}

.dbox2 p {
	font-size: 12px;
	color: #333;
	margin: 0;
	margin-top: 15px;
}

.dash2-c {
	display: none;
}

.mt20 {
	margin-top: 20px;
}

.dash6 {
	width: 49%;
	height: 200px;
	margin-right: 1%;
	padding: 15px;
}

.dash7 {
	width: 50%;
	height: 200px;
}

.title-right a {
	/*color:#333;*/
	font-size: 13px;
}

.dash6 ul li {
	text-align: center;
	width: 11%;
	color: #333;
	float: left;
	/*margin:0 14px;*/
}

.dash6 ul li h3 {
	font-size: 14px;
	margin: 15px 0 10px 0;
}

.dash6 ul li p {
	font-size: 12px;
}

.dash6 ul li p span {
	display: inline-block;
	height: 15px;
	width: 12px;
	/*vertical-align:middle;*/
	margin-right: 2px;
}

.dash6 ul {
	overflow: hidden;
	margin-top: 10px;
}

.dash7 {
	padding: 15px;
}

.dash7 table {
	font-size: 12px;
	color: #333;
}

.dash7 table a {
	display: inline-block;
	width: 50px;
	height: 20px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

a.btn-yfb {
	background: #2acc44;
}

a.btn-wfb {
	background: #c9c9c9;
}

.dash7 table td {
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.dash7 table {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 10px;
}

.dash7 table td span {
	margin-right: 10px;
}

.dash7 table tr {
	border-top: 1px solid #e6e6e6;
}

.br-tabbox {
	display: none;
}

.br-title ul li {
	float: left;
	margin-right: 30px;
	height: 100%;
}

.br-title ul {
	overflow: hidden;
	margin: 0px;
	background: #f2f2f2;
	height: 50px;
	padding: 0 0 0 10px;
	/*padding:10px 0px 10px 10px;*/
}

.br-title ul li a {
	display: block;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #333;
	padding: 0 5px;
	text-decoration: none;
}

.br-title ul li.br-title-active a {
	color: #2770e3;
	border-bottom: 2px solid #2770e3;
}

.br-title ul li a:hover {
	color: #2770e3;
	border-bottom: 2px solid #2770e3;
}

.br-card ul li {
	float: left;
	/*width:380px;*/
	width: 350px;
	height: 240px;
	border-radius: 10px;
	border: 1px solid #cfcfcf;
	background: #fff;
	box-shadow: 0px 0px 10px #dadada;
	margin: 0 11px 20px 0px;
	position: relative;
}

.br-card-li {
	float: left;
	/*width:370px;*/
	width: 340px;
	height:240px;
	border-radius:10px;
	border:1px solid #cfcfcf;
	background:#fff;
	box-shadow:0px 0px 10px #dadada;
	margin:0 10px 20px 0px;
	position:relative;
}
.br-card1>ul .blbox>ul{
	text-align: center;
}
.br-card1>ul{
	margin-left: 10px;
}
.br-card1>ul>li {
	float:left;
	/*width:380px;*/
	/*width: 347px;*/
	width:31.8%;
	height:255px;
	border-radius:10px;
	border:1px solid #cfcfcf;
	background:#fff;
	box-shadow:0px 0px 10px #dadada;
	margin:0 15px 20px 0px;
	position:relative;
	/*border: 1px dashed #C2c2c2;*/
	}
.smli ul,.br-card ul,.br-card1 ul {
	overflow:hidden;
	}
a.br-add {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #ccc;
	background: url(../images/br-add.png) no-repeat center 70px;
	line-height: 330px;
}

.cardcenter{
	/*border: 1px dashed #C2C2C2;*/
    width: 90%;
    height: 153px;
    margin: 0 auto;
    background: #f8f7fc;
    overflow: hidden;
}

/*.cardcenter>.blbox{

}*/

.blbox {
	overflow: hidden;
	padding: 0 20px;
	color: #333;
}

.blbox p {
	margin: 0;
}

.p1{
	max-width: 30%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
}

.p2 {
	width: 42%;
	margin-top: 3px;
}

.p2 p {
	font-size: 12px;
	display: inline-block;
	margin-left: 15%;
}

.p2 span {
	width: 30px;
	height: 14px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #2acc44;
	font-size: 12px;
	vertical-align: middle;
	margin-left: 8px;
	line-height: 14px;
}

.p3 p {
	display: inline-block;
	font-size: 12px;
	margin-left: 8px;
}

.p3 {
	margin-top: 3px;
}

p.p4 {
	width: 108%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #666;
	line-height: 200%;
}

p.p5 {
	font-size: 12px;
	color: #999;
	line-height: 24px;
}

p.p6 {
	width: 680px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #666;
}

.smli ul {
	width: 100%;
	height: 65px;
}

.smli>ul>li {
	display: inline;
	width: 25%;
	float: left;

}

.smli ul li p {
	margin-top: 6px;
	font-size: 12px;
	color: #333;
}

.smli ul li h4 {
	font-size: 20px;
	margin: 15px 0 10px 0;
	color: #999;
}

.smli ul li a {
	font-size: 20px;
	margin: 15px 0 8px 0;
}

h4.c1 {
	color: #2acc44 !important;
}

h4.c2 {
	color: #f42020 !important;
}

h4.c3 {
	color: #faa013 !important;
}

h4.c4 {
	color: #2770e3 !important;
}

.blbox2 {
	overflow: hidden;
	width: 100%;
	/*border-top: 1px solid #ccc;
	font-size: 12px;*/
	height: 50px;
	line-height: 50px;
	/*background: #f5f5f5;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 10px #dadada;*/
	/*margin-top:2px;
	margin-top:1px\9;*/
	padding: 0 20px;
}

.blboxfirst{
	margin: 15px 0;
}

.blbox p.pk{
	line-height: 42px;
	/*width: 320px;*/
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.pk-more {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:16px;
	color:#ccc;
	background:url(../images/br-add.png) no-repeat center 60px;
	line-height:300px;
	}
.pk-btn {
	color:#fff;
	width:80px;
	height:40px;
	text-align:center;
	background:#073e93;
	display:inline-block;
	line-height:40px;
	margin:10px 0 10px 30px;
	}
a.br-btn-dele {
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url(../../resources/images/br_07.png) no-repeat;
	margin-top: 18px;
}

a.br-btn-edit {
	display: inline-block;
	width: 12px;
	height: 13px;
	margin-right: 10px;
	background: url(../../resources/images/bt-by.png) no-repeat;
	margin-top: 18px;
}

a.br-btn-execute {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url(../../resources/images/excute.png) no-repeat;
	margin-top: 16px;
}

a.br-btn-restart {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url(../../resources/images/restart.png) no-repeat;
	margin-top: 16px;
}
a.br-btn-copy {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url(../../resources/images/copy.png) no-repeat;
	margin-top: 16px;
}

a.br-btn-sm {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 25px;
	text-align: center;
	background: url(../../resources/images/executing.png) no-repeat;
	/*color: #fff;
	border-radius: 20px;*/
	margin: 16px 10px 0 0;
}

a.br-btn-download{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 25px;
	text-align: center;
	background: url(../../resources/images/br-xz.png) no-repeat;
	/*color: #fff;
	border-radius: 20px;*/
	margin: 16px 10px 0 0;
}

a.br-btn-sm:hover {
	color: #fff;
}

span.jg {
	background: #ffa200 !important;
}

span.shb {
	background: #ff0000 !important;
}

span.br-btn-by img {
	vertical-align: inherit;
	margin-left: 10px;
}

.br-xz {
	position: absolute;
	right: 0;
	bottom: 12px;
	color: #666;
	width: 50px;
	text-align: center;
}

.br-xz h1 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
}

.br-xz-btn img {
	vertical-align: bottom;
	margin-left: 5px;
}

.br-xz-btn span {
	line-height: 14px;
}

.br-sbox {
	/*box-shadow: 0px 0px 10px #dadada;*/
	background: #fff;
	padding: 0 5px;
}

.br-stitle {
	overflow: hidden;
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #e6e6e6;
}
.br-stitle-reset {
	overflow: hidden;
	/*height: 40px;*/
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
}
.sub-top{
	height: 55px;
	line-height: 55px;
}
.dmsm p {
	font-size: 16px;
	color: #333;
}

.dmsm span {
	color: #14db14;
	font-size: 18px;
}

.dmsm span img {
	margin-right: 10px;
	width: 18px;
	height: 18px;
}

.dmsm-btn {
	color: #fff;
	width: 120px;
	height: 40px;
	text-align: center;
	background: #073e93;
	border-radius: 40px;
	display: inline-block;
	line-height: 40px;
	margin: 25px 0 0 30px;
	cursor: pointer;
}

.dmsm-btn:hover {
	color: #fff;
	background: #0845a1;
}

.sbox1 ul li {
	float: left;
	color: #333;
	margin-right: 45px;
}

.sbox1 ul {
	overflow: hidden;
	margin-top: 15px;
}

.sbox1 ul li p {
	margin: 0;
	line-height: 30px;
	display: inline-block;
}

.sbox1 ul li p img {
	margin-left: 10px;
}

.sbox1 h3 {
	font-size: 18px;
	margin: 35px 0 15px 0;
}

.sbox1 textarea {
	width: 100%;
	min-height: 400px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	outline: none;
}

.sbox1,
.sbox2 {
	padding-bottom: 20px;
}

.sbox2 {
	margin: 5px auto;
	width: 60%;
}

.lhh-formgroup label,
.lhh-formgroup input,
.lhh-formgroup select,
.lhh-formgroup textarea {
	font-size: 14px;
	color: #808080;
	font-weight: normal;
}

.lhh-formgroup input,
.lhh-formgroup select,
.lhh-formgroup textarea {
	border-radius: 4px;
	border: 1px solid #ccc;
	line-height: 30px;
	padding-left: 8px;
}

.edop-arrsear[name="searchbar"]>div{
	display: inline-block;
	vertical-align: bottom;
	height: 32px;
	line-height: 30px;
}

.edop-arrsear[name="showhide"]{
	background: #F5F5F5;
	margin-bottom: 10px;
}

select[name="changeopt"] option,select[name="milestoneId"] option{
	padding: 8px;
}

.dmsm-btn.btn-qx {
	color: #fff;
	text-decoration: none;
	background: #cdcdcd;
}

.dmsm-btn.btn-qx:hover {
	background: #d9d9d9;
}

.mt40 {
	margin-top: 40px;
}

.lhh-formgroup .checkbox input {
	vertical-align: sub;
	margin-right: 10px;
}

.lhh-formgroup .checkbox {
	margin: 0;
}

.richangbox,
.jinjibox {
	display: none;
}

p.normalp {
	margin: 0;
	line-height: 30px;
}

.azb {
	display: inline-block;
	font-size: 18px;
	color: #666;
	margin-right: 35px;
}

.azb span {
	color: #666 !important;
	margin-right: 5px;
}

.azb a img {
	width: 16px;
	vertical-align: inherit;
}

a.bscs-chakan {
	display: inline-block;
	text-decoration: underline;
	color: #2770e3;
	margin-left: 3px;
}

.sbox2.sbox3 {
	width: 100%;
}

input.lsx-radio {
	margin: 0 8px 0 0 !important;
	vertical-align: middle;
}

input.lsx-time {
	background: url(../images/dash_64.png) no-repeat 10px center;
	padding-left: 30px;
}

.lsx-xj ul li {
	float: left;
	width: 31%;
	margin: 0 1%;
}

.lsx-xj ul {
	overflow-y: scroll;
	height: 400px;
	padding-bottom: 5px;
}

.lsxbox1 p {
	display: block;
	width: 100%;
	height: 50px;
	background: #2483e0;
	line-height: 50px;
	color: #fff;
	padding-left: 20px;
}

.lsxbox2 a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #2483e0;
	font-size: 18px;
	color: #2483e0;
	background: url(../images/lsx-add.png) no-repeat 35% center;
	padding-left: 43%;
	margin-bottom: 10px;
}

.lsxbox3,
.lsxbox4 {
	box-shadow: 0px 0px 10px #dadada;
	border: 1px solid #e5e5e5;
}

.lsx-job-checked {
	background: #F5F5F5;
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090;
	background-image: url(../images/checked.png);
	background-repeat: no-repeat;
	background-position: center;
}

.lsx-top {
	padding: 20px;
}

.lsx-top p {
	font-size: 12px;
	margin: 0;
	line-height: 30px;
}

p.lsxp1 {
	color: #333;
	margin-bottom: 20px;
	font-size: 16px;
}

p.lsxp2 {
	color: #666;
}

.lsx-bottom {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	color: #333;
	padding: 0 20px;
}

.lsx-bottom p {
	margin: 0;
	line-height: 50px;
}


/*弹窗layout样式*/

.editbox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 190;
}

.edtittle {
	overflow: hidden;
	width: 100%;
	background: #d9d9d9;
	border-radius: 10px 10px 0 0;
	cursor: default;
}

.edcontent {
	height: auto;
	background: #fff;
	border-radius: 10px;
	padding-bottom: 20px;
	width: 100%;
}

.edwrap {
	position: absolute;
	z-index: 102;
	top: 2%;
	left: 35%;
}

.edtittle ul li a {
	width: 32px;
	height: 32px;
	display: inline-block;
}

.edtittle ul li {
	float: left;
	width: 32px;
	height: 32px;
}

.edtittle ul {
	margin-bottom: 0;
	margin-right: 5px;
}

.w800 {
	width: 800px;
	margin-left: -400px;
}

.w500 {
	width: 500px;
	/*margin-left: -250px;*/
}
.addemail{
	min-height: 125px;
	display: none;
}

.edwrap.w500 {
	top: 30%;
}

.shadow{
	width: 100%;
    background: #000;
    height: 100%;
    opacity: 0.3;
}

.edtittle span {
	display: block;
	line-height: 40px;
	color: #fff;
	background: #2770e3;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow:unset!important ;
	box-shadow:unset!important ;
}


.lsx-window ul li {
	width: 48% !important;
	/*margin: 0 1% 10px 1% !important;*/
	display: inline-block;
	/*text-align: left;*/
}

.lsx-window .lsxp1 {
	margin-bottom: 0 !important;
}

.sbox1.nopd {
	padding-bottom: 0;
}

p.lsx-xq1 {
	background: url(../images/lsx-xq_03.png) no-repeat;
	background-size: 100% 100%;
}

p.lsx-xq2 {
	background: url(../images/lsx-xq_05.png) no-repeat;
	background-size: 100% 100%;
}

p.lsx-xq3 {
	background: url(../images/lsx-xq_07.png) no-repeat;
	background-size: 100% 100%;
}

.lsxbox4 {
	padding: 0 20px;
}

.lsxbox4 p {
	line-height: 80px;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
}

.lsxbox4 p span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #bfbfbf;
	color: #666;
	text-align: center;
	line-height: 40px;
	margin-right: 20px;
}

.lsxbox4 div span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #bfbfbf;
	color: #666;
	text-align: center;
	line-height: 40px;
	margin-right: 20px;
}

.lsx-c1 {
	color: #12c84c !important;
}

.lsx-c2 {
	color: #ff0000 !important;
}

.lsxbox5 p {
	line-height: 50px !important;
	border-bottom: 0 !important;
}

.pzbox .form-group {
	margin-bottom: 0px !important;
}

.pz-gjpz {
	width: 100%;
	height: 80px;
	background: #fff2d9;
	border: 1px dashed #ffc960;
	overflow: hidden;
	margin-bottom: 20px;
}

.pz-sf p {
	display: inline-block;
}

.pz-sf {
	line-height: 80px;
	padding-left: 35px;
	font-size: 18px;
	color: #333;
}

.pz-sf span input {
	margin: 0 10px;
}

.pz-sf span {
	margin-left: 20px;
}

.pz-ts {
	font-size: 12px;
	color: #333;
	margin-left: 70px;
	line-height: 24px;
	margin-top: 15px;
}

.pz-ts p {
	margin: 0;
}

a.gj-btn {
	display: inline-block;
	font-size: 14px;
	color: #333;
	width: 50px;
	height: 16px;
	line-height: 16px;
	margin-left: 30px;
	text-align: left;
}

a.gj-btn-2 {
	display: inline-block;
	font-size: 14px;
	color: #333;
	width: 50px;
	height: 16px;
	line-height: 16px;
	text-align: left;
}

.gj-btn-edit {
	background: url(../../resources/images/bt-by.png) no-repeat right center;
}

.gj-btn-dele {
	background: url(../../resources/images/br_07.png) no-repeat right center;
}

.pz-block {
	border-bottom: 1px dashed #e5e5e5;
}

.pz-add a {
	display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: url(../images/pz-add.png) no-repeat 12px center #f5f5f5;
    border: 1px dashed #626262;
    border-radius: 44px;
    padding-left: 40px;
    color: #626262;
    margin-top: 30px;

}

/*.tdbox,
.tdbox table {
	width: 100%;
}

.tdbox table td,
.tdbox table th {
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	color: #333;
}*/

.td-zhiwei {
	display: inline-block;
	width: 75px;
	background: url(../images/td-ar-down.png) no-repeat right center;
	color: #333;
	position: relative;
	cursor: pointer;
}

.td-zhiwei:hover {
	background: url(../images/td-ar-up.png) no-repeat right center;
}

.td-zwbox {
	top: 28px;
	position: absolute;
	left: -10px;
	width: 120px;
	height: 156px;
	display: none;
	z-index: 100;
	border-radius: 10px;
	box-shadow: 0 0 2px #000 inset;
	background: #fff;
}

.td-zwbox ul {
	margin: 10px 10px;
}

.td-zwbox li {
	height: 30px;
	line-height: 30px;
	text-align: left;
}

.td-zwbox li.active {
	color: #fff;
	background: rgba(14, 144, 210, 1);
}

.td-zwbox li.active>a {
	color: #fff;
}

.td-zwbox li a {
	color: #333;
}

.td-zwbox li a:hover {}

.td-zwbox li.selected a i.check-mark {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	position: absolute;
	right: 15px;
	/*margin-top: 8px;*/
}

.saveicon {
	position: relative;
	top: -6px;
	width: 100%;
	height: 16px;
	display: none;
}

.selfglyphicon {
	color: #0000ff;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.td-zwbox li a i.check-mark {
	display: none;
}

.td-zwbox:after,
.td-zwbox:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
}

.td-zwbox1:after{
	border-bottom: unset!important;
	border-top: 10px solid #fff!important;
	top: 154px!important;
}

.td-zwbox1:before{
	border-bottom: unset!important;
	border-top: 10px solid #C0C0C0!important;
	top: 155px!important;
}

.td-zwbox:after {
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	width: 0;
	height: 0px;
	left: 45px;
	top: -18px;
}

.td-zwbox:before {
	border: 12px solid transparent;
	border-bottom: 12px solid #C0C0C0;
	width: 0;
	height: 0px;
	top: -23px;
	left: 43px;
}

a.td-dele {
	display: inline-block;
	/*width: 12px;
	height: 13px;
	background: url(../../resources/images/br_07-2.png) no-repeat;*/
	color:#005AAA;
}

a.td-delemember {
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url(../../resources/images/br_07-2.png) no-repeat;
	color:#005AAA;
}

tr.td-tractive {
	background: #f3f7fd;
}

.td-page ul li {
	float: left;
	margin: 0 5px;
}

.td-page ul {
	overflow: hidden;
	float: left;
}

.td-page {
	overflow: hidden;
	width: 530px;
	margin: 20px auto;
}

.td-page ul li a {
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
}

.td-page ul li a:hover {
	border: 0;
	background: #073e93;
	padding: 0 11px;
	color: #fff;
}

.td-page .left {
	margin-left: 10px;
	line-height: 24px;
}

.logoright {
	margin-top: 13px;
}

.head2 {
	height: 100px;
}

.head2 .left {
	margin-top: 26px;
}

.head2 .logor2 {
	margin-top: 38px !important;
}

.i-banner {
	height: 500px;
	background: url(../images/i-banner.png) no-repeat center center;
}

.intro-box p {
	text-indent: 2em;
	font-size: 18px;
	color: #666;
	line-height: 40px;
}

.logoleft {
	width: 363px;
}

.index-leftbox4 {
	margin-left: 70px;
	width: 460px;
}

.message a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/home.png) no-repeat;
	position: relative;
	margin-top: 4px;
}

.message span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #f59f24;
	color: #fff;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: -5px;
	right: 0px;
}

.message {
	border-right: 2px solid #083070;
	padding-right: 26px;
	height: 34px;
}

.ct-hover p {
	font-size: 12px;
	color: #fff;
	line-height: 34px;
	display: inline-block;
	margin: 0;
}

.ct-hover span {
	margin-left: 5px;
}

.ct-hover {
	position: relative;
	margin: 0 20px;
	cursor: pointer;
	height: 45px;
}

.ct-hover:hover {
	background: url(../images/dash_07.png) no-repeat 20px bottom;
}

.ctbox {
	display: none;
	position: absolute;
	top: 45px;
	left: -10px;
	box-shadow: 0 2px 3px 1px #d9d9d9;
	border: 1px solid #ccc;
	broder-top: none;
}

.ctbox ul li a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 12px;
	background: #fff;
}

.ctbox ul li a.ct-active {
	background: #e7effb;
	color: #2770e3;
}

.headimg {
	margin-top: 2px;
}


/*
@media screen and (max-width:1920px) {
.dash2 {
	width:1110px;
	}
	}
@media screen and (max-width:1600px) {
.dash2 {
	width:790px;
	}
	}
*/

@media screen and (max-width:1366px) {

	.logoleft img {
		width: 75%;
	}
	.logoright a {
		font-size: 12px;
	}
	.logoright {
		margin-top: 7px;
	}
	.index-box {
		width: 1000px;
	}
	.index-leftbox2 {
		width: 560px;
	}
	.index-leftbox2 img {
		width: 100%;
	}
	.index-box h1 {
		font-size: 30px;
	}
	.index-box p {
		font-size: 16px;
	}
	.index-leftbox1 {
		width: 400px;
	}
	.index-leftbox3 {
		width: 560px;
		margin-top: 50px;
	}
	.index-leftbox3 img {
		width: 100%;
	}
	.index-leftbox4 {
		width: 400px;
		margin-left: 40px;
		margin-top: 50px;
	}
	.nl-box ul li {
		width: 160px;
		margin: 45px 45px 0 45px;
	}
	.nl-box ul li img {
		width: 100%;
	}
	.footer ul li a {
		font-size: 12px;
		padding: 0 12px;
	}
	.footer p {
		font-size: 12px;
	}
	.head2 .left {
		margin-top: 35px;
	}
	.i-banner {
		height: 356px;
		background: url(../images/i-banner.png) no-repeat center center;
	}
	.in-img img {
		width: 100%;
	}
	/*.dash2 {
	width:537px;
	}*/
}

/*状态*/

.label-status {
	/*background: #ccc;
	border: 1px solid #ccc;*/
	border-radius: 5px;
	display: inline-block;
	/*font-size: 11px;
	font-weight: bold;*/
	line-height: 99%;
	margin: 0;
    padding: 6px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 60px;
}


/*状态：打开*/

.label-status-open {
	/*border: 1px solid #4a6785;*/
	color: #4a6785;
}


/*状态：重新打开*/

.label-status-reopen {
	border: 1px solid #4a6785;
	color: #4a6785;
}


/*状态：进行中*/

.label-status-inprogress {
	/*border: 1px solid #F90;*/
	color: #F90;
}


/*状态：完成*/

.label-status-done {
	/*border: 1px solid green;*/
	color: green;
}


/*状态：待办*/

.label-status-todo {
	/*border: 1px solid #F7A03B;*/
	color: #F7A03B;
}


/*状态：设计中*/

.label-status-indesign {
	/*border: 1px solid #337ab7;*/
	color: #337ab7;
}


/*状态：开发中*/

.label-status-indevelopment {
	/*background-color: #337ab7;*/
	background-color: #fff;
	/*border: 1px solid #a6a6a6;*/
	color: #a6a6a6;
}


/*状态：验证中*/

.label-status-invalidation {
	/*border: 1px solid #96BA34;*/
	color: #96BA34;
}


/*状态：已解决*/

.label-status-resolved {
	/*border: 1px solid #14892c;*/
	color: #14892c;
}


/* 版本状态 */

.label-version-status {
	border-radius: 5px;
	display: inline-block;
	line-height: 99%;
	margin: 0;
	padding: 6px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 80px;
}


/*状态：已发版*/

.label-version-status-released {
	color: #6e6e6e;
	/*border: 1px solid #6e6e6e;*/
}


/*状态：未发版*/

.label-version-status-unreleased {
    color: #F90;
    /*border: 1px solid #F90;*/
}


/*状态：已归档*/

.label-version-status-archieved {
    color: green!important;
	/*border: 1px solid green;*/
}

.progress-bar-todo {
    background-color: #205081!important;
}

.progress-bar-inprogress {
	background-color: #f6c342!important;
}

.progress-bar-done {
	background-color: #14892c!important;
}

.badge-todo {
	float: right;
	background-color: #205081!important;
}

.badge-inprogress {
	float: right;
	background-color: #f6c342!important;
}

.badge-done {
	float: right;
	background-color: #14892c!important;
}

/*story subtask status*/
.status-shape{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.status-start{
	background-color: #4a6785;
}

.status-designing{
	background-color: #ffd351;
}

.status-done{
	background-color: #14892c;
}

.status-reopen{
	background-color: #FF4E4A;
}
.status-close{
	background-color: #ff46e6;
}
.status-refuse{
	background-color: #2dd8ff;
}



/* 邀请成员，成员列表*/

.memberList-ul {
	display: none;
	top: 30px;
	position: absolute;
	left: 0px;
	width: 280px;
	z-index: 100;
	border-radius: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

.memberList-ul li {
	height: 30px;
	line-height: 30px;
	width: 100%;
	margin: auto 20px;
}

.memberList-ul li a {
	color: #333;
	text-overflow: ellipsis;
	width: 260px;
	overflow: hidden;
	white-space: nowrap;
}

.memberList-ul li a:hover {
	color: #2770e3;
}
.pdb60{
	padding-bottom: 60px;
}

/*已选项目成员*/

#hadAdded {
	width: 280px;
	background: #fff;
}


/*
 * 配置中心，人员添加，添加人员列表
 */

#hadAdded li {
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding-left: 10px;
}


/*
 * 提示Tip icon样式
 */

/*.tip_icon {
	position: absolute;
	background-image: url(../images/apply.png);
	background-repeat: no-repeat;
	background-size: 60%;
	width: 32px;
	height: 32px;
}

.tip_msg {
	padding-left: 36px;
}*/


/**
 * 局部loading样式
 */

.mloading-container {
	position: relative;
	-webkit-transition: height 0.6s ease-in-out;
	-o-transition: height 0.6s ease-in-out;
	transition: height 0.6s ease-in-out;
}

.mloading {
	/*position: absolute;*/
	background: #E9E9E8;
	font: normal 12px/22px "Microsoft Yahei", "微软雅黑", "宋体";
	display: none;
	z-index: 1600;
	background: rgba(233, 233, 232, 0);
}

.mloading.active {
	display: block;
}

.mloading.mloading-mask {
	background: rgba(233, 233, 232, 0.75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}

.mloading-full {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mloading-container>.mloading {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.mloading-body {
	width: 100%;
	height: 100%;
	position: relative;
}

.mloading-bar {
	width: 250px;
	min-height: 22px;
	text-align: center;
	padding: 20px 15px;
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -30px;
	word-break: break-all;
}

.mloading-bar-sm {
	width: 62px;
	height: 56px;
	margin-left: -30px !important;
	margin-top: -30px !important;
	padding: 0;
	line-height: 56px;
}

.mloading-bar-sm>.mloading-text {
	display: none;
}

.mloading-icon {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-top: 40px;
}

.form-control.errorBorder {
	border-color: #EE4442;
}

#linkissue>div {
	width: 350px;
}

.paper {
	overflow: hidden;
	padding: 0 45px;
	color: #333;
}

.chart {
	width: 40%;
	height: 330px;
	border: none;
	box-shadow: none;
	text-align: center;
	margin: 10px 45px;
	float: left;
}

.chart p {
	margin-top: 8px;
	padding: 0 30px 0 30px;
	font-size: 12px;
	color: #333;
}

.chart canvas {
	cursor: pointer;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	font-size: 20px;
	margin: 15px 0 8px 0;
}

.pieChart h4 {
	padding: 20px 10px 10px 10px;
}

.pieChart p {
	margin-top: 8px;
	padding: 2px 30px 0 30px;
	font-size: 14px;
	color: #333;
}

.pieChart label {
	font-size: 16px;
	padding: 10px 0 0 120px;
}

.pieTitle label {
	font-size: 24px;
	padding: 10px 0 10px 20px;
}

.pieTitle button {
	float: right;
	margin: 10px 20px 10px 0;
}

.pieFuTitle {
	background-color: #EAEAEA;
	margin: 8px 10px 4px 10px;
	text-align: center;
	font-size: 18px;
}

.bgboxPm {
	padding-top: 10px;
}

.bgbox-2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.edop-inner-content {
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.btn-bug {
	background-image: url(../images/bug.png);
	background-repeat: no-repeat;
	min-height: 30px;
	min-width: 30px;
	padding-left: 35px;
    color: #333;
    outline: none;
}

/*a.btn-bug:hover,
a.btn-bug:active {
	background-image: url(../images/bug-blue.png);
	background-repeat: no-repeat;
	min-height: 30px;
	min-width: 30px;
}*/

a.btn-story {
	background-image: url(../images/story.png);
	background-repeat: no-repeat;
	min-height: 30px;
	min-width: 30px;
	padding-left: 35px;
    color: #333;
    outline: none;
}

/*a.btn-story:hover,
a.btn-story:active {
	background-image: url(../images/story-blue.png);
	background-repeat: no-repeat;
	min-height: 30px;
	min-width: 30px;
}*/

a.btn-version {
	background-image: url(../images/version.png);
	background-repeat: no-repeat;
	min-height: 30px;
	min-width: 30px;
	padding-left: 35px;
    color: #333;
    outline: none;
}

/*a.btn-version:hover,
a.btn-version:active {
	background-image: url(../images/version-blue.png);
	background-repeat: no-repeat;
	min-height: 30px;
	min-width: 30px;
}*/

a.btn-plan {
	background-image: url(../images/plan.png);
	background-repeat: no-repeat;
	/*background-size: 90%;*/
	min-height: 30px;
	min-width: 30px;
	padding-left: 35px;
    color: #333;
    outline: none;
}
a:hover,a:active,a:visited,a:link,a:focus{

/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/

-webkit-tap-highlight-color: transparent;

outline:none;

/*background: none;*/

text-decoration: none;

}

a.btn-search {
	background-image: url(../images/search-grey.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	min-height: 34px;
	min-width: 34px;
}

a.btn-search:hover,
a.btn-search:active {
	background-image: url(../images/search-blue.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	min-height: 34px;
	min-width: 34px;
}

a.btn-clear {
	background-image: url(../images/clear-grey.png);
	background-repeat:no-repeat;
	background-position: 5px 6px;
	min-height: 34px;
	min-width: 34px;
}

a.btn-clear:hover, a.btn-clear:active {
	background-image: url(../images/clear-blue.png);
	background-repeat:no-repeat;
	background-position: 5px 6px;
	min-height: 34px;
	min-width: 34px;
}

a.btn-story-sm {
	background-image: url(../images/story-sm-grey.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}

a.btn-bug-sm {
	background-image: url(../images/bug-sm-grey.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}

a.btn-edit-sm {
	background-image: url(../images/edit-sm-grey.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}

a.btn-delete-sm {
	background-image: url(../../resources/images/delete-sm-grey.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}
a.changeStatus{
	background-image: url(../../resources/images/start.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}
a.btn-delete-file-sm {
	background-image: url(../../resources/images/delete-sm-grey.png);
	background-repeat: no-repeat;
	/*background-position: 1px 1px;*/
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	min-height: 16px;
	min-width: 16px;
}

a.btn-release-product-sm {
	background-image: url(../images/release-product-sm.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}

a.btn-release-test-sm {
	background-image: url(../images/release-test-sm.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}

a.btn-norelease-sm {
	background-image: url(../images/norelease-sm.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}

a.btn-milestone-quicksearch,
a.btn-milestone-quicksearch:hover,
a.btn-milestone-quicksearch:active {
	background-image: url(../images/milestone.svg);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	min-height: 30px;
	min-width: 30px;
}

a.btn-story-quicksearch {
	background-image: url(../images/story.svg);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	min-height: 30px;
	min-width: 30px;
}

a.btn-task-quicksearch {
	background-image: url(../images/task.svg);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	min-height: 30px;
	min-width: 30px;
}

a.btn-bug-quicksearch {
	background-image: url(../images/bug.svg);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	min-height: 30px;
	min-width: 30px;
}

a.btn-epic-quicksearch {
	background-image: url(../images/epic.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	min-height: 30px;
	min-width: 30px;
}

a.btn-addlink {
	background-image: url(../images/addlink-grey.png);
	background-repeat:no-repeat;
	min-height: 30px;
	min-width: 30px;
}

a.btn-addlink:hover, a.btn-addlink:active {
	background-image: url(../images/addlink-blue.png);
	background-repeat:no-repeat;
	min-height: 30px;
	min-width: 30px;
}

a.btn-time {
	background-image: url(../images/time-grey.png);
	background-repeat:no-repeat;
	min-height: 30px;
	min-width: 30px;
}

a.btn-time:hover, a.btn-time:active {
	background-image: url(../images/time-blue.png);
	background-repeat:no-repeat;
	min-height: 30px;
	min-width: 30px;
}

a.btn-component {
	background-image: url(../images/component-grey.png);
	background-repeat:no-repeat;
	min-height: 30px;
	min-width: 30px;
}

a.btn-component:hover, a.btn-component:active {
	background-image: url(../images/component-blue.png);
	background-repeat:no-repeat;
	min-height: 30px;
	min-width: 30px;
}
a.btn-active {
	color: #FFFFFF;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.54);
}

a.btn-add-user {
	background-image: url(../images/add_user_grey.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	min-height: 30px;
	min-width: 30px;
}

a.btn-add-user:hover,
a.btn-add-user:active {
	background-image: url(../images/add_user_blue.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	min-height: 30px;
	min-width: 30px;
}

.pm-toolbar {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.pm-container-header {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 12px 10px;
	background-color: #F5F5F5;
    /*color: #FFFFFF;*/
}

/*.pm-toolbar-btn {
	margin-left: 13px;
}*/

.version_button_press {
	background-color: #57D0F3!important;
	color: #FFFFFF;
}

.version-status:hover {
	background-color: #CBEDF9;
}

.version-status {
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #CFCFCF;
	background-color: #FFF;
}

/*.version-status:hover {
	border: 1px solid #CCCCCC;
}*/

.form-group-2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.action-head {
	font-size: 12px;
	cursor: pointer;
}

.action-all {
	margin-bottom: 15px;
	width: 880px;
}

#actionUtil {
	position: absolute;
	left: 800px;
	top: 0px;
}

a.modify-action {
	background-image: url("../images/edit-sm-grey.png");
	padding-right: 2px;
	min-height: 18px;
	min-width: 16px;
}

a.delete-action {
	background-image: url("../../resources/images/delete-sm-grey.png");
	min-height: 18px;
	min-width: 16px;
	padding-left: 3px;
	margin-left: 10px;
}

.action-open {
	background-image: url("../../resources/images/dash_29.png") !important;
	min-height: 18px;
	min-width: 18px;
	margin-right: 10px;
	padding-right: 5px !important;
}

.delete-action {
	position: absolute;
	left: 780px;
}

.modify-action {
	position: absolute;
	left: 755px;
}

a.collapsed {
	background-image: url("../../resources/images/dash_31.png") !important;
	min-height: 18px;
	min-width: 18px;
	margin-right: 10px;
	padding-right: 5px;
}

.dmsm-btn2 {
	height: 28px;
	width: 75px;
	line-height: 28px;
	margin: 30px 0 0 30px;
}

.dmsm-btn3 {
	height: 28px;
	width: 75px;
	line-height: 28px;
}
/*#cbxReleaseVersion {
	width: 413px;
}
#cbxComponent {
	width: 413px;
}
#cbxBugDiscoveryVersion {
	width: 413px;
}
#cbxEpicLink {
	width: 413px;
}
.select2-selectstyle {
	line-height: 22px;
}*/
.select2label {
	color: #808080;
	width: 143px;
}
.action-actionBody {
	padding-left: 45px;
}
.breadcrumb > li + li:before {
	color: #999999;
}
.pz-block .input-readonly-box {
	border: 0px;
	position: relative;
	left: 15px;
}
.pzbox .input-readonly-box {
	border: 0px;
	position: relative;
	left: 15px;
}
.pz-blocks .input-readonly-box {
	border: 0px;
	position: relative;
	left: 15px;
}

.issue-edit-button-area {
	float: right;
	/*margin-top: 10px;*/
}

#addoreditworklogsModal .style-label-modal {
	width: 114px;
}
.btn-relation-sm {
	background-image: url(../images/replace.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	min-height: 16px;
	min-width: 16px;
}
.link-issues input {
	height: 25px;
}
.work-log-record-div:hover {
	background-color: #f5f5f5;
	border-left: 5px solid #3572b0;
	padding-left: 5px;
}
.work-log-record-div {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.glyphicon-linkissueepic:before,
.glyphicon-linkissueepic:before {
	content: url(../images/epic.png);
}
.glyphicon-linkissuestory:before,
.glyphicon-linkissuestory:before {
	content: url(../images/story.svg);
}
.glyphicon-linkissuebug:before,
.glyphicon-linkissuebug:before {
	content: url(../images/bug.svg);
}
.glyphicon-linkissuetask:before,
.glyphicon-linkissuetask:before {
	content: url(../images/task.svg);
}
.spanfontcolorgrey {
	color: #808080;
}
a.aui-badge {
	background: rgba(0,0,0,0.2);
    border-radius: 2em;
    color: rgba(51,51,51,0.8);
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 0.99;
    margin: 0;
    min-height: 1em;
    min-width: 1em;
    padding: 3px 15px 2px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}
a.watch-state-on {
	background-color: #3b73af;
}

/*平台控件统一样式规定*/
.edop-btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    outline: none;
}
.edop-btn-s{
	padding: 5px 10px;
}
.edop-btn-m{
	/*height: 25px;*/
    /*line-height: 25px;*/
    /*width: 55px;*/
    border-radius: 15px;
    padding: 4px 20px;
}
.edop-btn-save{
	background: #0C74ED;
	margin-left: 12px;
	color: #fff;
}

.edop-btn-bshdw{
	background: #0C74ED;
	/*margin-left: 12px;*/
	color: #fff;
	/*box-shadow: 0px 7px 20px #CBEDF9;*/
}

.edop-btn-sa{
	background: #588AEB;
	color: #fff;
}
.edop-btn-cancel{
	background: #fff;
	margin-left: 12px;
}
.edop-btn-ca{
	background: #fff;
}

.reqmember{
	/*margin-top: 60px;*/
	padding:10px 10px 0 10px;
	background-color: #FFF;
}



/*最新布局样式约定*/
/*头部*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1001;
}
.bgboxMain{
	width: 100%;
    /*background: #f2f2f2;*/
    /*position: fixed;*/
    margin-top: 60px;
}
/*遮罩层的样式修改*/
.modalHead{
	height: 45px;
}
.madalBody{
	max-height: 420px;
	overflow-y: auto;
}
.pointer{
	cursor: pointer;
}

.sbox4 ul li {
	float: left;
	color: #333;
	margin-right: 45px;
}

.sbox4 ul {
	overflow: hidden;
	/*margin-top: 15px;*/
}

.sbox4 ul li p {
	line-height: 30px;
	display: inline-block;
}

.sbox4 ul li p img {
	margin-left: 10px;
}

.sbox4 h3 {
	font-size: 18px;
	margin: 35px 0 15px 0;
}

.sbox4 textarea {
	width: 100%;
	min-height: 400px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	outline: none;
}


.p7 p{
	margin-left: 10px;
	font-size: 12px;
	color: white;
}

.sbox5 {
	height: 50px;
	/*padding-top: 15px;*/
	padding-left: 25%;
}

.sbox5 ul li {
	float: left;
	color: #333;
	/*margin-right: 45px;*/
	background-color: rgba(0, 0, 0, .1);
	width: 100px;
	height: 50px;
	padding-top: 12px;
	border: 1px solid #E6E6E6;
	cursor: pointer;
}

.sbox5 ul {
	overflow: hidden;
	/*margin-top: 15px;*/
}

.dmsm-btn4 {
	height: 30px;
	width: 75px;
	line-height: 30px;
	margin: 10px 5px 10px 5px;
}
.panel-shadow {
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
	transition: box-shadow 200ms linear
}

.panel-shadow :hover {
	box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.2)
}

.sub-panel .sub-panel-title {
	font-size: 16px;
	position: relative;
	background-color: #fff;
	padding-left: 8px;
}

.sub-panel .sub-panel-title::before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: #008CEA
}

.sub-panel .sub-panel-body label {
	font-weight: normal;
	color: #666;
}

input.shown{
	border: 0;
	width: 100%;
	box-shadow: none
}

textarea.form-control.readonly, input.form-control.readonly{
	background-color: #fff;
}

textarea.form-control.readonly:focus, input.form-control.readonly:focus{
	box-shadow: none
}

#my-todo-list-container .todo-list-btns li{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
}
#my-todo-list-container .todo-list-btns li .glyphicon{
	padding: 4px;
}
#my-todo-list-container .todo-list-btns li:hover .glyphicon{
	color: #0000ff
}
#my-todo-list-container #my-todo-list{
	line-height: 2
}
#my-todo-list-container #my-todo-list li{
	cursor: pointer;
	width: 100%
}

.chart-container {
	/* min-height: 270px; */
	border-radius: 4px;
	box-shadow: 4px 5px 10px #eef0f4;
	border: 1px solid #eeeff4;
	transition: all 200ms linear;
	background-color: #fff;
}

.chart-container .chart-head {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #eef;
	padding: 0 16px;
}

.chart-container .chart-head-title {
	color: #005aaa;
}

.chart-container .chart-head-right {
	float: right;
}

.chart-container .chart-body {
	height: 225px;
	color: #343434;
	font-size: 13px;
	padding: 8px;
}

#edop__toast{
    position: fixed;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
    min-width: 80px;
    min-height: 16px;
    padding: 10px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
	color: #fff;
	z-index: 999999;
	font-size: 13px;
}