@charset "utf-8";

* {
    word-break: break-all
}

.items {
    width: 100%
}

.items .tit {
    text-align: right
}

.items td {
    padding: 5px 0 8px 0
}

.items .inputText {
    border: 1px solid #ccc;
    padding: 4px;
    width: 140px;
    vertical-align: middle
}

.items .inputSel {
    border: 1px solid #ccc;
    padding: 3px;
    height: 29px;
    width: 146px
}

.itemsForView {
    width: 100%;
    color: #999;
    font-size: 14px
}

.itemsForView .tit {
    text-align: right;
    color: #333;
    white-space: nowrap;
}

.itemsForView td {
    padding: 0;
    height: 23px
}

.inputAreaTag {
    margin-top: 15px;
    font-weight: bolder;
    color: #000;
    padding: 5px 0;
    font-size: 14px
}

.inputArea {
    width: 98%;
    height: 80px;
    border: 1px solid #ccc
}

.inputTag {
    color: #333
}

.detailConent {
    color: #999;
    word-break: break-all
}

.attView {
    padding: 10px 0 10px;
    line-height: 1.8;
    border-top: 1px dashed #ddd
}

.attView li {
    background: url(../../../themes/images/attachment.png) no-repeat left center;
    font-size: 12px;
    padding: 0 0 0 23px
}

.attView li a {
    color: #06c
}

.rq_Btn {
    outline: 0;
    border: 0;
    width: 126px;
    height: 41px;
    background: url(../../../images/rq_Btn.png) no-repeat;
    cursor: pointer;
    margin: 0 10px;
    font-size: 14px
}

.rq_Btn.disable {
    background: url(../../../images/rq_Btn_disable.png) no-repeat;
    color: #fff
}

.searchIterms {
    background: url(../../../themes/images/searchTipIco.png) no-repeat 4px 52px;
    color: #555
}

.searchIterms ul {
    padding: 6px 0 6px 30px
}

.searchIterms ul li {
    display: inline-block;
    margin-right: 30px;
    padding: 4px 0
}

.searchIterms .inputText {
    vertical-align: middle;
    font-family: inherit;
    width: 120px;
    border: 1px solid #CCC;
    padding: 0 2px
}

.searchIterms .inputTime {
    vertical-align: middle;
    width: 142px;
    border: 1px solid #CCC;
    padding-left: 4px
}

.searchIterms .inputSel {
    vertical-align: middle;
    font-family: inherit;
    width: 130px;
    border: 1px solid #CCC;
    padding: 0 2px
}

.searchIterms .searchBtn {
    border: 0;
    color: #FFF;
    font-weight: bold;
    width: 57px;
    height: 25px;
    background: url(../../../themes/images/requirementSearchBtn.png) no-repeat;
    cursor: pointer;
    float: right;
    margin-right: 8px;
    margin-top: 3px
}

.searchIterms .searchContent li {
    margin-right: 30px
}

.searchTable {
    width: 100%
}

.searchTable th {
    text-align: center;
    background: url(../../../themes/images/trainBoxHeader.png) repeat-x left top;
    border: 0;
    text-align: center;
    padding: 6px 8px;
    white-space: nowrap;
}

.searchTable td {
    color: #555;
    border-bottom: 1px dashed #eaeaea
}

.searchTable .listData {
    word-break: break-all;
    padding: 6px 10px 4px 10px;
    line-height: 15px;
    cursor: pointer
}

.searchTable .txtCenter {
    text-align: center
}

.searchTable .listData.reqNum {
    padding-left: 18px
}

.searchTable .listData.myReqNum {
    padding-left: 18px;
    background: url(../../../images/icon-user01.gif) no-repeat 0 50%
}

.searchTable .listData.transferReq {
    padding-left: 18px;
    background: url(../../../images/reqTransfer.png) no-repeat 0 50%
}

.searchCra .pageNext {
    margin-right: 10px
}

.question_div {
    padding: 5px 0
}

.question_title_div {
    padding-top: 6px;
    color: #444;
    height: auto
}

.question_index {
    width: 25px;
    float: left;
    text-align: right;
    margin-right: 7px
}

.question_title {
    overflow: hidden;
    zoom: 1
}

.question_body {
    min-width: 400px;
    padding: 0 20px
}

.question_body textarea {
    width: 96%;
    min-height: 60px;
    margin-top: 8px;
    padding: 5px;
}

.inlineBlock {
    display: inline-block;
    width: 280px;
    vertical-align: middle
}

.stars {
    float: left;
    outline: 0;
    background: url(../../../images/starky.png);
    width: 160px;
    height: 22px;
    position: relative
}

.stars a {
    height: 22px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0
}

.stars a:hover {
    background: url(../../../images/starsy.png);
    left: 0
}

.stars a.clibg {
    background: url(../../../images/starsy.png);
    left: 0
}

.stars_red {
    float: left;
    outline: 0;
    background: url(../../../images/starky.png);
    width: 160px;
    height: 22px;
    position: relative
}

.stars_red a {
    height: 22px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
    cursor: default
}

.stars_red a.clibg {
    background: url(../../../images/starsy.png);
    left: 0
}

.star_list {
    height: 22px;
    margin: 50px
}

.stars_div {
    vertical-align: middle;
    min-width: 400px
}

.stars_div p {
    display: none;
    line-height: 21px;
    float: left;
    padding-left: 20px
}

.stars_div p.score {
    width: 98px
}

.stars_div p .fenshu {
    color: #C00;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px
}

.show_number {
    padding-left: 50px;
    padding-top: 20px
}

.show_number li {
    width: 240px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 20px
}

.atar_Show {
    background: url(../../../images/starky.png);
    width: 160px;
    height: 21px;
    position: relative;
    float: left
}

.atar_Show p {
    background: url(../../../images/starsy.png);
    left: 0;
    height: 21px;
    width: 134px
}

.show_number li span {
    display: inline-block;
    line-height: 21px
}

.inputWarn {
    visibility: hidden;
    word-break: break-all;
    position: absolute;
    background: url(../../../themes/images/infoTip.gif) no-repeat 5px 4px;
    line-height: 18px;
    font-size: 11px;
    color: #F00;
    padding: 2px 0 0 22px
}

.text-green-tip {
    color: green
}

.text-red-tip {
    color: red
}

.warnNum {
    background: url(../../../images/rq_icon.png) no-repeat -28px -1px;
    width: 17px;
    line-height: 15px;
    font-weight: normal;
    position: absolute;
    visibility: hidden;
    color: #fff;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    height: 15px
}

.warnNum_tab {
    background: url(../../../images/rq_icon.png) no-repeat -28px -1px;
    width: 17px;
    line-height: 15px;
    margin-left: 1px;
    font-weight: normal;
    visibility: hidden;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    position: absolute
}

.conLeft .menuList ul li {
    position: relative;
    color: #056399;
    border: 1px solid #ddd;
    margin-top: -1px;
    text-align: center;
    cursor: pointer;
    line-height: 35px
}

.conLeft .menuList ul li.current {
    background-color: #f2f2f2;
    font-weight: bolder
}

.bar {
    padding: 10px 0 10px 60px
}

.bar ul li {
    margin: 15px 10px
}

.progress_label {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 20px
}

.progress_container {
    display: inline-block;
    padding: 1px;
    width: 554px;
    height: 9px;
    overflow: hidden;
    background: url(../../../images/progress_container.png) no-repeat 0 1px
}

.progress_bar {
    height: 9px;
    width: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(../../../images/progress_bar.png)
}

.allTabs .tabMb {
    padding: none
}

.toEdit {
    float: right;
    margin-top: -3px;
    border: 0;
    font-size: 12px;
    width: 104px;
    height: 36px;
    outline: 0;
    cursor: pointer;
    background: url(../../../images/btnStatus2s.png) no-repeat;
    color: #fff
}

.hiddenEle {
    display: none
}

.pageBox {
    padding: 0 40px 10px 40px
}

.mainBodyInner {
    padding: 0;
    font-size: 14px
}

.logTable {
    color: #999;
    width: 100%;
    margin-bottom: 15px
}

.logTable th {
    font-size: 14px;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    color: #333
}

.logTable tr {
    font-size: 13px
}

.logTable td {
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
    word-break: break-word
}

.floatRightList {
    width: 145px;
    position: absolute;
    right: -150px;
    top: 120px
}

.floatRightList .title {
    background-color: #fff;
    color: #056399;
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd
}

.floatRightList ul {
    background-color: #fff
}

.floatRightList ul li {
    margin-top: -1px;
    border: 1px solid #ddd;
    padding: 8px 10px 8px 20px
}

.shineReply {
    width: 59.3%;
    float: left;
    margin: 10px 0 15px 0;
    border-right: 1px dashed #ddd
}

.shineReply ul {
    background: #fff url(../../../images/icon-shine.png) no-repeat 0 4px;
    padding: 8px 0 8px 0;
    padding-left: 30px
}

.shineReply ul li {
    display: inline
}

.customerReply {
    width: 38%;
    float: right;
    margin: 10px 0 15px 0
}

.customerReply ul.csw {
    background: #fff url(../../../images/icon-customer.png) no-repeat 0 4px;
    padding: 8px 0 8px 0;
    padding-left: 30px
}

.customerReply ul.wx {
    background: #fff url(../../../images/icon-customer-wx.png) no-repeat 0 4px;
    padding: 5px 0 8px 0;
    padding-left: 30px
}

.customerReply ul li {
    display: inline-block;
    min-width: 54px
}

.approveList {
    padding: 2px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f5f5f5
}

.approveList li {
    display: inline-block;
    padding: 3px 0
}

.approveList li.attachement {
    display: block;
    padding: 0 25px
}

.approveList li div {
    display: inline-block;
    max-width: 753px
}

.approveList li div.tit {
    text-align: right;
    width: 120px
}

.approveList li div.content {
    width: 260px
}

.approveList li div.content_p {
    width: 180px;
    min-width: 726px;
    word-break: break-all
}

.approveListTop {
    padding: 2px 0;
    border-bottom: 1px dashed #c6cdd4;
    margin: 8px 0;
    padding-bottom: 5px
}

.approveListTop li {
    display: inline-block;
    padding: 3px 0
}

.approveListTop li div {
    display: inline-block;
    max-width: 735px
}

.approveListTop li div.tit {
    text-align: right;
    width: 140px
}

.approveListTop li div.content {
    width: 250px
}

.approveListTop li div.content_p {
    word-break: break-all;
    min-width: 600px
}

.approveListPop {
    border-bottom: 1px dashed #c6cdd4;
    margin: 2px 0 8px 0;
    padding-bottom: 5px
}

.approveListPop li {
    display: inline-block;
    padding: 3px 0
}

.approveListPop li div {
    display: inline-block
}

.approveListPop li div.tit {
    text-align: right;
    width: 100px
}

.approveListPop li div.content {
    width: 250px
}

.approveListPop li div.content_p {
    word-break: break-all;
    width: 385px
}

.mhover {
    cursor: inherit
}

p {
    line-height: 21px
}

.more_flag {
    text-align: right;
    margin-right: 20px;
    color: #059eff
}

.more_flag span {
    cursor: pointer;
    font-size: 14px
}

.replyShines ul {
    background: #fff url(../../../images/icon-shine.png) no-repeat;
    padding: 5px 0 2px 30px
}

.replyShines ul li {
    display: inline-block
}

.replyShines .textMsg {
    margin: 5px 10px;
    text-indent: 2em;
    word-break: break-all
}

.replyCustomers {
    width: 40%;
    float: right
}

.replyCustomers ul {
    background: #fff url(../../../images/icon-customer.png) no-repeat;
    padding: 2px 0 2px 0
}

.replyCustomers ul li {
    display: inline-block;
    margin-left: 30px;
    min-width: 50px
}

.radio {
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle
}

.radioSpan {
    padding-right: 40px;
    vertical-align: baseline;
    color: #333
}

.wrap {
    position: relative;
    overflow: hidden;
    padding: 0
}

.read-more {
    width: 100%;
    text-align: right;
    margin: 0;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #ddd
}

.read-more a {
    padding-right: 20px;
    text-decoration: none;
    color: #059eff
}

.evaluate-from-wx {
    background: url(../../../images/icon-customer-wx.png) no-repeat 0 4px;
    padding-left: 40px;
    height: 30px;
    line-height: 30px
}

.evaluate-from-pc {
    background: url(../../../images/icon-customer.png) no-repeat 0 4px;
    padding-left: 35px;
    height: 30px;
    line-height: 30px
}

.evaluate-from-system {
    background: url(../../../images/icon-system.png) no-repeat 0 4px;
    padding-left: 35px;
    height: 30px;
    line-height: 30px
}

.searchIterms .planReleaseTimeInp {
    width: 128px
}

.batch-dialg {
    position: fixed;
    width: 1000px;
    left: 50%;
    top: 30px;
    bottom: 30px;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 5px;
    z-index: 140;margin-left: 100px;
}

.close-validate-dialog {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.validate-dialog_content {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.validate-dialog_title {
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #333;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;
    border-radius: 4px 4px 0 0;
    cursor: move;
}

.dialogViewTable {
    width: 100%;
    color: #999;
    font-size: 14px
}

.dialogViewTable td {
    padding: 0;
    width: 180px
}

.dialogViewTable td.tit {
    width: 120px;
    text-align: right
}

.batch-title {
    height: 26px
}

.noscroll,.noscroll body {
    overflow: hidden;
}

.noscroll body {
    position: relative;
}




.reqFlow{margin: 35px 0 0 -5px;}
.reqFlow div{display: inline-block;}
.reqFlow i.line2{background: url(../../../images/req_def_line2.png) no-repeat left;display: inline-block;height: 41px;width: 120px;vertical-align: middle;position: relative;margin-left: 5px;margin-top: 2px;}
.reqFlow i.icon2{background: url(../../../images/req_def.png) no-repeat center;display: inline-block;height: 20px;width: 20px;vertical-align: middle;position: relative;top: -1px;}
.reqFlow i.icon{background: url(../../../images/req_def.png) no-repeat center;display: inline-block;height: 20px;width: 20px;vertical-align: middle;position: relative;top: -1px;}
.reqFlow i.iconSel{background: url(../../../images/req_sel.png) no-repeat center;display: inline-block;height: 20px;width: 20px;vertical-align: middle;position: relative;top:-2px;}
.reqFlow i.iconCurrent{background: url(../../../images/req_current.png) no-repeat center;display: inline-block;height: 20px;width: 20px;vertical-align: middle;margin-right: 4px;margin-left: -2px;}
.reqFlow i.line{background: url(../../../images/req_def_line.png) no-repeat center;display: inline-block;height: 20px;width: 60px;vertical-align: middle;margin: 0 2px;}
.reqFlow i.lineSel{background: url(../../../images/req_sel_line.png) no-repeat center;display: inline-block;height: 20px;width: 60px;vertical-align: middle;margin: 0 2px;position: relative;top: -1px;}
.reqFlow i.lineSel2{background: url(../../../images/req_sel_line2.png) no-repeat left;display: inline-block;height: 41px;width: 120px;vertical-align: middle;position: relative;margin-left: 6px;margin-top: 2px;}
.reqFlow span{position: relative;}
.reqFlow .opTime{position: absolute;top:22px;color: #888888;left: -2px;px;font-size: 13px;width: 120px;}
.showDesc{color:#059eff;cursor: pointer;margin-left: 5px;}
.showDesc:HOVER {
	color:#059eff;
}

.Wdate{
	padding-right: 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.hisVersionTip{
	color: #06c;font-size: 12px;margin-left: 10px;cursor: pointer;
}
.hisVersionTip span{
	font-size: 12px;
}
.hisVersionTip span:HOVER {
	text-decoration: underline;
}

.searchIterms .inputTime{width: 120px;}
.searchIterms .inputText{width: 241px;}
.rqFieldName{
	display: inline-block;
    width: 105px;
    text-align: right;
}
.FirstSubjectType{margin-top: 35px;margin-bottom: -15px;}
.selectTagNew{border: none;position: relative;top: -3px;border-bottom: 1px dashed #eaeaea}
.selectTagNew li.current{border: none;font-size: 16px;margin-bottom: 0;}
.selectTagNew li{padding: 10px 6px;}
.cSearchIterms {
    background: url(../../../themes/images/searchTipIco.png) no-repeat 4px 10px;
}
.displayNone{display: none;}
.cLeft {
    float: left;
    width: 150px;
}
.cLeft .menuList ul li {
    position: relative;
    color: #056399;
    border: 1px solid #ddd;
    margin-top: -1px;
    text-align: center;
    cursor: pointer;
    line-height: 35px
}

.cLeft .menuList ul li.current {
    background-color: #f2f2f2;
    font-weight: bolder
}
.cRight {
    width: auto;
    margin-left: 166px;
    float: none;
}

