﻿/*----------------------------------------------------
    一些通用的css样式
----------------------------------------------------*/

/* 错误信息的提示，默认显示红色 */
.error { color: red; vertical-align: middle; }

/* 隐藏信息 */
.hidden { display: none; }

/*  组合  输入有button的组合  */
.input-append { }
.input-append .text { float: left; height: 20px; padding: 0; padding: 1px; border: 1px solid #c1c1c1; }
.input-append .btn { background: #eaeaea; display: inline-block; float: left; height: 22px; padding: 0; border-top: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1; border-bottom: 1px solid #c1c1c1; color: black; text-align: center; line-height: 22px; padding-left: 4px; padding-right: 4px; }
.input-append .btn:hover { background: #e2e2e2; }

/*规定input dropdownlist的宽度*/
.control-mini { width: 74px; }
.control-small { width: 104px; }
.control-medium { width: 164px; }
.control-large { width: 224px; }
.control-xlarge { width: 284px; }
.control-xxlarge { width: 544px; }
.inline { display: block; float: left; margin-right: 15px; }
.inline .label { font-weight: bold; margin-right: 2px; }


/*stretch_box滑出页*/
.stretch_box { width: 1000px; position: fixed; top: 50px; bottom: 0; z-index: 100; box-shadow: -3px 0 3px rgba(0, 0, 0, 0.3); border: 1px solid #eee; background: #fff; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; right: -1200px; padding-bottom: 10px !important; }
.stretch_box.animate_open { right: 0px; }
.stretch_box .box_header { height: 36px; line-height: 36px; background: #f1f1f1; border-bottom: 1px solid #ddd; padding-left: 10px; width: 100%; }
.stretch_box .box_header .header_title { font-weight: bold; }
.stretch_box .box_header .header_title, .operation_list, .operation_list li { display: block; float: left; }
.operation_list { margin: 0px 20px; }
.operation_list li a { color: #336699; padding: 0px 5px; font-size: 12px; height: 37px; line-height: 37px; display: block; font-weight: normal !important; }
.operation_list li a:hover { background: #fff; color: #337ab7; }
.stretch_box .box_header span.box_close { float: right; }
.stretch_box .box_header span.box_close a { font-size: 30px; color: #999; text-decoration: none !important; padding: 0px 10px; }
.stretch_box .box_header span.box_close a:hover { color: #F00; }
.stretch_box .box_content { width: 98%; height: 99%; background: #fff; padding: 0px 10px; }
.box_footer { height: 30px; line-height: 30px; text-align: right; padding: 0px 10px; }

/*table_container 需求基本信息*/
.table_container { padding-bottom: 5px; }
.table_container table.stretch_table { width: 100%; border-spacing: 0; table-layout: fixed; }
.table_container h3 { height: 33px; line-height: 33px; border-bottom: 1px solid #eee; font-weight: bold; padding: 0px 8px; color: #666; }
.table_container table.stretch_table > tbody > tr > td { height: 30px; line-height: 30px; border-bottom: 1px solid #eee; padding: 3px 5px; }
.table_container table.stretch_table > tbody > tr .td_title { width: 105px !important; text-align: right; vertical-align: text-top; }
.table_container table.stretch_table > tbody > tr > td label { padding-right: 8px; }
.table_container table.stretch_table > tbody > tr > td input[type="submit"] { margin-left: 100px; width: 50px; height: 21px; line-height: 21px; text-align: center; color: #336699; display: inline-block; cursor: pointer; border-radius: 3px; border: 1px solid #ddd; background: #f7f7f7; }
.table_container table.stretch_table > tr td a { color: #336699; }
.table_container table.stretch_table > tbody > tr > td > input[type='text'] { border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; line-height: 21px; }
.table_container table.stretch_table > tbody > tr > td > input[type='text']:focus, .FormContentBody textarea:focus, .FormContentBody select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6); }

/*tab切换*/
#tab_container { position: relative; width: 100%; margin-top: 5px; min-height: 300px; }
#tab_container .tabList { width: 100%; height: 30px; line-height: 30px; border-bottom: 1px solid #eee; }
#tab_container .tabList li { float: left; height: 30px; line-height: 30px; text-align: center; position: relative; cursor: pointer; padding: 0px 5px; margin: 0px 5px; }
#tab_container .tabList li a { color: #666; }
#tab_container .tabList li.selected { border-bottom: 2px solid #e56c22; }
#tab_container .tabList li.selected a { color: #e56c22; }
#tab_container .tabCon { width: 100%; min-height: 300px; position: absolute; left: 0px; top: 32px; padding: 5px 0px; }
#tab_container .tabCon > li { width: 100%; position: absolute; display: none; }
#tab_container .tabCon > li.selected { display: block; }


/*related_info 关联信息*/
.related_info .related_list { float: left; }
.related_info .related_list li { float: left; margin: 2px 0px; line-height: 24px; }
.related_info .related_list li a.related_name { color: #2a6496; float: left; }
.related_info .related_list li a.related_name b { color: #999; margin-right: 2px; }
.related_info .related_list li a.record_close { font-size: 18px; float: right; padding: 0px 3px; color: #999; visibility: hidden; }
.related_info .related_list li a.record_close:hover { color: red; }
.related_info .related_list li:hover .record_close { visibility: visible; }
.related_info div.related_add { color: #2a6496; display: inline-block; position: relative; cursor: pointer; }
.related_info div.related_add:hover span { background: #eee; }
.related_info div.related_add:hover .dropdown_list { display: block; }
.related_info div.related_add span { padding: 5px 8px 5px 8px; border-radius: 4px; border: 1px solid #d1d1d1; background: #fff; float: left; margin-top: 4px; }
.related_info div.related_add .dropdown_list { position: absolute; top: 100%; right: 0px; z-index: 9999; border: 1px solid #ddd\0; background: #fff; padding: 5px 0px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
.related_info div.related_add .dropdown_list { display: none; border-radius: 3px; }
.related_info div.related_add .dropdown_list p a { height: 24px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; display: block; padding: 0px 10px; }
.related_info div.related_add .dropdown_list p a:hover { background: #1ab5ee; color: #fff; }


/*record_step 操作记录*/
.record_step { overflow: hidden; }
.record_list { border-bottom: 1px solid #ddd; margin-top: -1px; padding-bottom: 5px; margin-bottom: 5px; }
.record_list .record_info p { line-height: 24px; color: #999; border-bottom: 1px dashed #ddd; }
.record_list .record_info p strong { margin-right: 5px; }
.record_list .record_info p span { margin: 0 5px; }

.record_content, .record_content dl { overflow: hidden; padding-left: 15px; }
.record_content dl dt { width: 65px; line-height: 24px; float: left; font-weight: normal; }
.record_content dl dd { margin-left: 65px; line-height: 24px; }
.record_content .halfLine_record { height: 24px; line-height: 24px; }
.record_content .halfLine_record dl { float: left; margin-right: 50px; }

/*评论列表*/
.conmment_container { margin-bottom: 3px; }
.conmment_container, .conmment_list { overflow: hidden; }
.conmment_list { border-bottom: 1px solid #eee; }
.conmment_list p a { line-height: 30px; color: #333; display: block; cursor: default; font-size: 12px; padding-left: 5px; }
.conmment_list p a i { margin-right: 2px; }
.conmment_list p a span { color: #666; }
.conmment_list p a:hover { background: #eee; }


/*dropdown_popup下拉弹出框*/
.dropdown_popup { position: relative; }
.dropdown_popup .dropdown_header { height: 28px; line-height: 28px; padding: 0px 20px 0px 10px; position: relative; display: inline-block; cursor: pointer; }
.dropdown_popup i { border-top: 4px solid #666; display: block; border-right: 4px solid transparent; border-left: 4px solid transparent; position: absolute; top: 12px; right: 5px; z-index: 0; height: 0px; width: 0px; }
.dropdown_popup .dropdown_header:hover { color: #336699; }
.dropdown_popup .dropdown_header:hover i { border-top: 4px solid #336699; }
.dropdown_popup .dropdown_content { position: absolute; top: 30px; left: auto; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); padding-top: 5px; border-radius: 4px; display: none; background: #fff; z-index: 999; }
.dropdown_popup .popup_open { display: block; }

/*需求状态内容样式*/
.demand_state { padding: 5px 0px; }
.demand_state dl.column_group_line dt { width: 70px; }
.demand_state dl.column_group_line dd { margin-left: 70px; }
.demand_state span { width: 85px; float: left; margin-left: 5px; display: block; }
#states { text-align: left; }
#stateDiv { background: #eee; text-align: left; width: 100%; margin: 0px; }
#stateDiv input { margin-left: 5px; }
#stateDiv div { float: right; margin-right: 10px; }

/*switch*/
.switch { overflow: hidden; }
.switch .switch_on, .switch .switch_off { width: 46px; height: 18px; line-height: 18px; background: url(../images/Common/switch_bg.png) 0 0 no-repeat; margin: 2px; float: left; cursor: pointer; }
.switch .switch_on input[type="checkbox"], .switch .switch_off input[type="checkbox"] { display: none; }
.switch .switch_off { background: url(../images/Common/switch_bg.png) 0 -19px no-repeat; }

/*dropdown_menu_caret*/
.dropdown_menu_caret { -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); display: inline-block; padding: 5px 0px; border: 1px solid #ddd; position: absolute; background-color: white; }
.dropdown_menu_caret > li > a { font-size: 13px; padding: 4px 15px; color: #333; display: block; }
.dropdown_menu_caret > li > a:hover { color: #fff; background: #008cd8; }
.dropdown_menu_caret > li > a i { margin-right: 3px; }
.dropdown_menu_caret:before { border-bottom: 7px solid rgba(0, 0, 0, 0.2); -moz-border-bottom-colors: rgba(0, 0, 0, 0.2); border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; display: inline-block; left: 9px; position: absolute; top: -7px; }
.dropdown_menu_caret:after { border-bottom: 6px solid #FFF; -moz-border-bottom-colors: #FFF; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; left: 10px; position: absolute; top: -6px; }
/*.dropdown-menu.dropdown-caret:before { border-bottom: 7px solid rgba(0, 0, 0, 0.2); -moz-border-bottom-colors: rgba(0, 0, 0, 0.2); border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; display: inline-block; left: 9px; position: absolute; top: -7px; }
.dropdown-menu.dropdown-caret:after { border-bottom: 6px solid #FFF; -moz-border-bottom-colors: #FFF; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; left: 10px; position: absolute; top: -6px; }*/

/*process_container*/
.process_container { overflow: hidden; border-radius: 5px; border: 1px solid #e5e5e5; }
.process_container .process_list { overflow: hidden; padding: 0px 10px; margin-bottom: -1px; }
.process_list .first_level_process, .process_list .second_level_process, .process_list .third_level_process { border-bottom: 1px dashed #e5e5e5; }
.process_list .first_level_process h3, .process_list .second_level_process h3, .process_list .third_level_process h3 { width: 250px; overflow: hidden; float: left; line-height: 32px; font-weight: bold; }
.process_list .second_level_process h3 { width: 220px; padding-left: 30px; }
.process_list .third_level_process h3 { width: 190px; padding-left: 60px; }
.process_list .first_level_process .process_name, .process_list .second_level_process .process_name, .process_list .third_level_process .process_name { margin-left: 150px; overflow: hidden; min-height: 32px; }
.process_list .first_level_process ul li, .process_list .second_level_process ul li, .process_list .third_level_process ul li { line-height: 32px; padding-left: 15px; }
.process_list .first_level_process ul li a, .process_list .second_level_process ul li a, .process_list .third_level_process ul li a { display: block; width: 250px; float: left; height: 32px; line-height: 32px; margin: 0px 8px; color: #336699; font-size: 13px; overflow: hidden; }



/* classify模块 */
.classify_container, .classify { width: 100%; overflow: hidden; }
.classify { padding-bottom: 8px; }
.classify h3 { height: 30px; line-height: 30px; overflow: hidden; font-size: 14px; }

.classify ul { width: 95%; padding-left: 20px; overflow: hidden; border-bottom: 1px dotted #ccc; padding-bottom: 15px; margin-bottom: 5px; }
.classify ul input { vertical-align: middle; margin-right: 3px; margin-bottom: 3px; *margin-bottom: 2px; vertical-align: middle; }
.classify ul li { line-height: 24px; overflow: hidden; }
.classify ul li select { border: 1px solid #ccc; margin-left: 5px; }
.classify ul li table { display: inline-block; vertical-align: middle; *display: inline; }


/* progress模块 */
.progress { border: 1px solid #eee; border-radius: 3px; height: 15px; background: #fff; margin-top: 5px; display: block; }
.progress .percentage { text-align: center; position: relative; display: block; z-index: 100; height: 15px; line-height: 15px; }
.progress .bar { background: #0088C0; height: 15px; display: block; position: absolute; left: 0px; top: -2px; z-index: -1; }
.progress_warning .bar { background: #FAA732; }
.progress_info .bar { background: #5EB95E; }
.progress_danger .bar { background: #dd514c; }

/* progress_double模块 */
.progress_double { border: 1px solid #eee; background: #fff; margin: 2px 0px; display: block; overflow: hidden; }
.progress_double .bar_1, .progress_double .bar_2 { background: #19ace4; height: 13px; display: block; overflow: hidden; }
.progress_double .bar_2 { background: #FAA732 !important; }

.progress_double .percentage { text-align: center; position: relative; display: block; z-index: 100; height: 13px; line-height: 13px; overflow: hidden; font-size: 70%; }
.progress_double .percentage .bar_1, .progress_double .percentage .bar_2 { background: #3994d2; height: 13px; display: block; position: absolute; left: 0px; top: 0px; z-index: -1; }


/* document模块 */
.document { width: 970px; overflow: hidden; padding-left: 10px; }
.document h2 { width: 970px; height: 32px; overflow: hidden; margin: 12px 0px; text-align: center; height: 32px; line-height: 32px; color: #336699; font-size: 18px; }
.document h2 a { width: 58px; height: 32px; background: url(../Images/Button/GoBack.png) center center no-repeat; text-indent: 12px; color: #fff; font-size: 14px; font-weight: bold; display: inline-block; line-height: 30px; float: left; }
.document_content { width: 970px; height: 550px; overflow: hidden; }

.comment { width: 265px; overflow: hidden; padding: 5px 10px; border: 1px solid #ccc; background: #f3f8fe; position: fixed; right: 0px; top: 55px; overflow: hidden; z-index: 999; height: 540px; }
.comment .submit input:hover { opacity: 0.8; filter: alpha(opacity=80); }
.comment h3 { width: 265px; height: 24px; line-height: 24px; overflow: hidden; font-size: 14px; }
.comment ul { width: 265px; overflow-y: auto; overflow-x: hidden; max-height: 340px; margin: 10px 0px; min-height: 50px; }
.comment ul li { width: 225px; line-height: 20px; overflow: hidden; margin-top: 5px; padding-left: 20px; background: url(../Images/Icons/comment_messge.jpg) left 3px no-repeat; word-break: break-all; word-wrap: break-word; }
.comment ul li span { padding-left: 10px; color: #999; height: 20px; line-height: 20px; overflow: hidden; }
.comment ul li a { color: #333; overflow: hidden; line-height: 20px; }
.comment ul li a:hover { color: #3383b6; }
.comment ul li img { vertical-align: middle; cursor: pointer; }
.comment dl { width: 265px; overflow: hidden; }
.comment dl dt, .comment dl dd { float: left; }
.comment dl dt { margin: 8px 0px; }
.comment dl dd textarea { width: 245px; height: 75px; overflow: hidden; border: 1px solid #ccc; }
.comment .submit { width: 245px; overflow: hidden; margin-top: 10px; }
.comment .submit a { color: #3383b6; float: right; margin-top: 10px; padding-left: 30px; }
.comment .submit input { width: 50px; height: 25px; line-height: 25px; background: #288ed4; border-radius: 3px; border: none; color: #fff; text-align: center; cursor: pointer; font-weight: bold; float: right; }
.comment_hide { display: none; }

/* signal模块 */
.signal { text-align: center; margin: 30px; }
.signal div { background: url(../Images/Icons/Yes_Big.png) 45px center no-repeat; overflow: hidden; display: inline-block; *display: inline; zoom: 1; padding: 50px; padding-left: 100px; border: 1px solid #CCC; box-shadow: 2px 2px 3px #ccc; font-size: 16px; border-radius: 5px; }
.signal p { line-height: 20px; overflow: hidden; text-align: center; }
.signal a { color: #336699; }

/* toggle_btn模块 */
.toggle_btn { width: 4px; height: 55px; border-left: 1px solid #eee !important; border: 1px solid #e1e1e1; border-radius: 3px; cursor: pointer; padding: 0px 3px; }
.toggle_btn a.arrow_right { display: inline-block; height: 0px; width: 0px; margin-top: 24px; border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-left: 4px solid #666; }
.toggle_btn a.arrow_left { display: inline-block; height: 0px; width: 0px; margin-top: 24px; border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-right: 4px solid #666; }

/* more_info模块 */
.display_more, .hidden_more { border: 1px solid #eee; border-radius: 3px; color: #333; cursor: pointer; height: 20px; line-height: 20px; width: 50px; padding-right: 15px; overflow: hidden; background: url(../Images/Icons/more_info_bg.png) right 8px no-repeat #fbfcfd; padding-left: 5px; display: block; }
.display_more:hover, .hidden_more:hover { border: 1px solid #DDD; }
.hidden_more { background: url(../Images/Icons/more_info_bg.png) right -19px no-repeat #fbfcfd; }

/* go_back模块 */
.go_back{ width: 47px; height: 26px; line-height: 25px; text-indent: 0.3em; font-size: 12px; display: inline-block; background: url(../Images/Icons/go_back_bg.png) 0px 0px no-repeat; color: #fff; cursor: pointer; text-align: center; }


/* button_bg模块 */
.button_bg,.button_short_bg,.button_long_bg{ width:82px; height:26px;line-height:26px; display:inline-block; background:url(../images/Button/button_bg.png) 0px  -54px no-repeat; overflow:hidden; color:#fff; text-align:center;margin:0px 4px 0px 0px;border:none; cursor:pointer;}
.button_bg:hover{background:url(../images/Button/button_bg.png) 0px -81px no-repeat;}
.button_short_bg{ width:62px; background:url(../images/Button/button_bg.png) 0px 0px no-repeat;}
.button_short_bg:hover{background:url(../images/Button/button_bg.png) 0px -27px no-repeat;}
.button_long_bg{width:102px; background:url(../images/Button/button_bg.png) 0px -108px no-repeat;}
.button_long_bg:hover{background:url(../images/Button/button_bg.png) 0px -135px no-repeat;}

.grey_button_bg,.grey_button_short_bg,.grey_button_long_bg{ width:82px; height:26px;line-height:26px; display:inline-block; background:url(../images/Button/grey_button_bg.png) 0px  -54px no-repeat; overflow:hidden; color:#333; text-align:center;margin:2px 4px 2px 0px;border:none; cursor:pointer;}
.grey_button_bg:hover{background:url(../images/Button/grey_button_bg.png) 0px -81px no-repeat;}
.grey_button_short_bg{ width:62px; background:url(../images/Button/grey_button_bg.png) 0px 0px no-repeat;}
.grey_button_short_bg:hover{background:url(../images/Button/grey_button_bg.png) 0px -27px no-repeat;}
.grey_button_long_bg{width:102px; background:url(../images/Button/grey_button_bg.png) 0px -108px no-repeat;}
.grey_button_long_bg:hover{background:url(../images/Button/grey_button_bg.png) 0px -135px no-repeat;}

.grey_button{padding:3px 9px;background:#f8f8f8;border:1px solid #ccc;color:#333; border-radius:4px;min-width:50px;text-align:center; overflow:hidden;line-height:initial; display:inline-block;display:inline\9; margin:2px 3px;}
.grey_button:hover{ background:#e6e6e6;border:1px solid #adadad; transition:background .2s linear;}

/* page_button_center模块 */
.page_button_center { height: 27px; line-height: 27px; text-align: center; overflow: hidden; padding: 10px 10px 5px 10px; }
.page_button_center a { margin: 0px 35px; display: inline-block;}

/* pagination模块*/
.pagination { overflow: hidden; border: 1px solid #ddd; border-radius: 3px; display: inline-block; *display: inline; zoom: 1; border-right: none; margin: 8px; }
.pagination li { float: left; overflow: hidden; text-align: center; border-right: 1px solid #ddd; background: #fff; cursor: pointer; }
.pagination li a { color: #08c; padding: 3px 7px; display: inline-block; }
.pagination li:hover, .pagination .current { background: #eee; }
.pagination li:hover a, .pagination .current a { color: #005580; }

/* 中集任务督办系统table改造*/
.work_task_edit { overflow: hidden; margin: 0px 10px 5px 10px; }
.work_task_edit table { border-left: 1px solid #dde1e2 !important; border-top: 1px solid #dde1e2 !important; border-bottom: none; border-right: none; }
.work_task_edit table td { border-right: 1px solid #dde1e2; border-bottom: 1px solid #dde1e2; }
.work_task_edit .light_blue_bg { text-align: right !important; background: #eef9ff !important; font-weight: normal; height: 25px; padding: 0px 5px 0px 0px; border-top: none; border-left: none; width: 100px; }
.work_task_edit table td { text-align: left; padding: 2px 5px; }
.work_task_edit table td input { vertical-align: middle; }

.task_border_clear { display: inline-block; }
.task_border_clear table, .task_border_clear table td { border: none !important; width: auto; padding: 0; }

.work_toggle { cursor: pointer; width: 760px; margin-top: 10px; margin-bottom: 2px; height: 20px; line-height: 20px; font-weight: bold; font-size: 120%; }
.work_toggle img { float: left; margin-right: 5px; margin-top: 2px; }

/* milestone模块*/
.milestone_vertical, .milestone_horizontal { padding: 10px 80px; overflow: hidden; }
.milestone_vertical .milestone_vertical_notpassed, .milestone_vertical .milestone_vertical_passed { padding-left: 30px; padding-top: 9px; background: url(../Images/Icons/milestone_vertical.png) 0px 0px no-repeat; height: 100px; overflow: hidden; }
.milestone_vertical .milestone_vertical_passed { background: url(../Images/Icons/milestone_vertical.png) 0px -111px no-repeat; }
.milestone_vertical dl dt, .milestone_horizontal dl dt { color: #369; font-weight: bold; font-size: 120%; line-height: 20px; overflow: hidden;padding-left:8px;}
.milestone_vertical dl .selected,.milestone_horizontal dl .selected{background:#f8c4a3; border:1px solid #f4a678; border-radius:4px; padding-right:30px;}
.milestone_vertical dl dt img, .milestone_horizontal dl dt img { vertical-align: middle; }

.milestone_horizontal .milestone_horizontal_notpassed, .milestone_horizontal .milestone_horizontal_passed { width: 160px; overflow: hidden; float: left; background: url(../Images/Icons/mileston_horizontal.png) 0px 25px no-repeat; display: inline-block; }
.milestone_horizontal .milestone_horizontal_passed { background: url(../Images/Icons/mileston_horizontal.png) -160px 25px no-repeat; }
.milestone_horizontal dl dt { margin-bottom: 30px; text-align: center; height: 24px; }

/* assignee_popup模块 */
.assignee_popup { width: 480px; overflow: hidden; border: 1px solid #54c2ce; border-radius: 5px; box-shadow: 0px 0px 5px 1px #e2e2e2; }
.assignee_popup .assignee_header { padding: 0px 15px; background: #dafafa; height: 30px; line-height: 24px; overflow: hidden; border-bottom: 1px solid #ccc; }
.assignee_popup .assignee_header ul li, .assignee_popup .assignee_content .assignee_right ul li { height: 30px; line-height: 30px; padding-right: 5px; float: left; color: #333; }
.assignee_popup .assignee_header .query_btn { margin-top: 3px; }
.assignee_popup .assignee_header ul, .assignee_popup .assignee_content .assignee_right p ul { overflow: hidden; }
.assignee_popup .assignee_header ul li input[type="radio"], .assignee_popup .assignee_content .assignee_right ul li input { margin-top: 8px; margin-right: 3px; }
.assignee_popup .assignee_header ul li input[type="radio"], .assignee_popup .assignee_header ul li label, .assignee_popup .assignee_content .assignee_right ul li input, .assignee_popup .assignee_content .assignee_right ul li label { float: left; }
.assignee_popup .assignee_header ul li input[ type="text"] { margin-top: 1px; }
.assignee_popup .assignee_header ul li select { border: 1px solid #ccc; margin-top: 4px; }

.assignee_popup .assignee_content { overflow: hidden; padding: 5px 10px; }
.assignee_popup .assignee_content .assignee_left { width: 100px; float: left; overflow: hidden; }
.assignee_popup .assignee_content .assignee_left p { height: 24px; line-height: 24px; text-align: left; }
.assignee_popup .assignee_content .assignee_left select { width: 100px; height: 200px; border: 1px solid #ccc; }
.assignee_popup .assignee_content .assignee_right { margin-left: 15px; overflow: hidden; float: left; }
.assignee_popup .assignee_content .assignee_right .selected_personnel { overflow: hidden; height: 24px; line-height: 24px; }
.assignee_content .assignee_right .selected_personnel ul { float: right; }
.assignee_popup .assignee_content .assignee_right .selected_personnel ul li { padding-right: 0px; padding-left: 5px; }
.assignee_popup .assignee_content .select_assignee { width: 340px; height: 200px; border: 1px solid #ccc; }

.department_personnel { width: 60px; background: #fff; border: 1px solid #ccc; padding-left: 5px; position: relative; overflow: hidden; z-index: 10; padding-right: 10px; margin-top: 4px; cursor: pointer; }
.department_personnel span { width: 100%; border: none; background: none; display: inline-block; height: 21px; line-height: 21px; vertical-align: middle; overflow: hidden; position: relative; }
.department_personnel a { border-top: 4px solid #000; display: block; border-right: 4px solid transparent; border-left: 4px solid transparent; position: absolute; top: 9px; right: 5px; z-index: 0; height: 0px; width: 0px; }


/* input_select_space 模块 */
.input_select_space { overflow: hidden; }
.input_select_space label, .input_select_space select, .input_select_space input { float: left; margin-left: 8px; vertical-align: middle; height: 21px; line-height: 21px; overflow: hidden; }
.input_select_space label { margin-left: 2px; }
.input_select_space input[type="text"] { border: 1px solid #ccc; height: 19px; margin-left: 2px; }
.input_select_space  table tr{ float:left;}


/*密码复杂程度显示*/
.checkpassword { display: inline-block; margin-top: 4px; }
.checkpassword span { width: 46px; display: block; background: #dedede; float: left; text-align: center; color: #fff; height: 20px; line-height: 21px; }
.checkpassword .bgred { background: red; }
.checkpassword .bgy { background: #FF6600; }
.checkpassword .green { background: #009A00; }

/* query分类模块 */
.userids { display: none; }
.query_container { overflow: auto; margin: 0 3px; }
.query_container h3 { height: 23px; line-height: 23px; background: #F7F7F7; padding: 0 8px; font-size: 100%; font-weight: normal; color: #3994d2; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.query_condition { overflow: hidden; padding: 10px 10px 0 10px; }
.query_condition a { color: #005AA0; font-size: 100%; }
.query_container .selected_condition, .query_container .query_list, .query_container .query_filter { overflow: hidden; border-bottom: 1px dotted #ccc; padding: 1px 8px; position: relative; border-left: 1px solid #ddd; border-right: 1px solid #ddd; position: relative; }
.query_container .selected_condition { border-bottom: none; padding-right: 130px; }
.query_container .query_filter { border-top: 1px solid #ddd; border-radius: 3px 3px 0 0; }
.query_container .selected_condition span.conditiontext, .query_container .query_list dt, .query_container .query_filter dt { float: left; font-size: 100%; height: 30px; line-height: 30px; width: 95px; text-align: right; }
.query_container .query_list dt { height: 23px; line-height: 23px; padding: 0 8px; }
.query_container .selected_condition span.conditiontext, .query_container .query_filter dt { font-weight: bold; }
.query_container .selected_condition span.conditioncontent { display: block; overflow: hidden; }
.query_container .selected_condition span.conditioncontent, .query_container .query_list dd, .query_container .query_filter dd { min-height: 25px; margin-left: 65px; padding-right: 40px; }
.query_container .selected_condition span.conditioncontent div { float: left; margin: 3px 5px; overflow: hidden; color: #666; padding: 3px 3px; cursor: pointer; border: 1px solid #ddd; }
.query_container .query_filter dd div { float: left; margin: 3px 5px; overflow: hidden; color: #666; padding: 3px 3px; cursor: pointer; }
.query_container .query_filter dd div:hover, .query_container .query_filter dd div.hover { padding: 2px 2px; border: 1px solid #fdda77; background: #fcf8dd; }
.query_container .selected_condition span.conditioncontent div:hover { border: 1px solid #ccc; }
.query_container .selected_condition span.conditioncontent div img, .query_container .query_filter dd div img, .query_container .query_list div img { margin-left: 5px; }
.query_container .selected_condition span.conditioncontent div span { color: #f00; }
.query_container .query_filter dd div strong, .query_container .query_list dd div a { color: #096eb3; }
.query_container .query_list dd div { color: #005AA0; padding: 0 3px; float: left; white-space: nowrap; overflow: hidden; height: 23px; line-height: 25px; }
.query_container .query_list dd div a { margin-right: 10px; display: inline-block; }
.query_container .query_list dd .selected a { background: #3cc3f5; color: #fff; padding: 0 3px; border-radius: 2px; height: 20px; line-height: 22px; margin-top: 3px; }
.query_container .query_list dd div a:hover { color: #f00; }
.query_container .query_list dd div input { margin-top: 2px; }
.query_container .query_list dd div input[type="text"], query_container .query_list dd div span { width: 200px; height: 18px; line-height: 18px; padding: 0px 5px; border: 1px solid #ccc; vertical-align: middle; float: left; }
.query_container .query_list dd div input[type="button"], .popup_button a { width: 50px; height: 21px; line-height: 21px; text-align: center; color: #336699; display: block; cursor: pointer; border-radius: 3px; border: 1px solid #ddd; background: #f7f7f7; }
.query_container .query_list dd div input[type="checkbox"] { margin-top: 7px; *margin-top: 3px; float: left; margin-right: 3px; }
.query_container .query_list .percentage { width: 70px !important; }
.query_container .query_list .datepickerrange { width: 150px !important; }
.query_container .query_list dd div em, .query_container .query_list dd div span { color: #999; text-align: center; overflow: hidden; padding-right: 3px; float: left; }
.multiple { position: absolute; width: 40px; height: 20px !important; line-height: 20px !important; top: 3px; right: 5px; background: url(../Images/icons/select_more_bg.gif) left center no-repeat #f7f7f7; color: #096eb3; text-align: right; padding-right: 5px; cursor: pointer; border-radius: 3px; border: 1px solid #ddd; }
.multiple:hover { border: 1px solid #ccc; }
.query_container .attr_select { border: 1px solid #fdda77; background: #fcf8dd; position: relative; z-index: 1; margin: -1px 0px; }
.display_attr, .hidden_attr { text-align: center; border-top: 1px solid #ddd; }
.display_attr span, .hidden_attr span { border: 1px solid #ddd; color: #333; cursor: pointer; height: 24px; line-height: 24px; overflow: hidden; background: url(../Images/more_info_bg.png) right 8px no-repeat #fff; padding: 0px 20px 0px 15px; display: inline-block; z-index: 999; text-align: center; margin-top: -1px; border-top: none; }
.hidden_attr span { background: url(../Images/more_info_bg.png) right -19px no-repeat #fff; }
.save_condition { position: absolute; right: 5px; top: 0px; }
.save_condition a { width: 62px; height: 26px; line-height: 26px; display: inline-block; background: url(../images/Button/button_bg.png) 0px 0px no-repeat; overflow: hidden; color: #fff; text-align: center; margin: 3px 10px; border: none; cursor: pointer; }
.save_condition a:hover { background: url(../Images/Button/button_bg.png) 0px -27px no-repeat; }

.popup_button { text-align: center; overflow: hidden; }
.popup_button a { margin: 5px; display: inline-block; }

/* bbs_list模块*/
.bbs_list { overflow: hidden; }
.bbs_list dt { height: 24px; line-height: 26px; overflow: hidden; font-size: 120%; font-weight: bold; color: #999; padding-left: 1.5em; background: url(../Images/Icons/Online.png) left center no-repeat; font-weight: normal; font-size: 100%; margin-top: 10px; }
.bbs_list dt span { padding-left: 5px; }
.bbs_list dd { font-size: 100%; padding-left: 1.5em; padding-top: 5px; padding-bottom: 5px; color: #333; line-height: 24px; min-height: 40px; border-bottom: dotted 1px gray; }


/* ToolBarHover */
.ToolBarHover { overflow: hidden; padding: 2px 0px; background: url(../Images/Tab/SecondNavBg.png) 0px -1px repeat-x; border-radius: 3px; }
.ToolBarHover a { padding: 3px 5px; border-radius: 3px; display: inline-block; }
.ToolBarHover a:hover { border: 1px solid #a6cae3; padding: 2px 4px; border-radius: 3px; background: #e7f2f9; }
.ToolBarHover ul li { height: 24px; line-height: 24px; padding-top: 3px; }

/* project_status_bar */
.project_status_bar { overflow: hidden; padding: 2px 5px; background: #fbfbfb; border: 1px solid #ddd; border-radius: 3px; }
.project_status_bar dt { width: 60px; float: left; height: 26px; line-height: 26px; }
.project_status_bar dd { margin-left: 60px; overflow: hidden; }
.project_status_bar dd div { float: left; padding: 5px; }
.project_status_bar dd div input { float: left; margin-right: 3px; margin-top: 2px; }

/* baidu edit样式 */
.list-paddingleft-2 { padding-left: 30px; }

/*edit_popup模块*/
.edit_popup { width: 720px; overflow: hidden; border-radius: 5px; background: #fff; padding-bottom: 5px; }
.edit_popup h3 { height: 30px; line-height: 30px; background: #3994d2; color: #fff; font-size: 100%; text-indent: 1em; margin-bottom: 10px; }
.edit_popup h3 a.close { display: block; background: url(../Images/Icons/close_popup.png) center center no-repeat; width: 35px; height: 30px; position: absolute; top: 0px; right: 0px; }
.edit_popup h3 a.close:hover { background: url(../Images/Icons/close_popup.png) #d45353 center center no-repeat; }

.edit_popup .edit_popup_content { width: 100%; overflow: hidden; padding-left: 15px; table-layout:fixed;}
.edit_popup .edit_popup_content tr .td_title,.edit_popup tr td{ line-height: 24px;}
.edit_popup tr td{ text-align:left;}
.edit_popup .edit_popup_content tr .td_title { width:100px;height: 24px; overflow: hidden; text-align: right; }
.edit_popup .edit_popup_content tr .td_title span { color: #f00; float: right; margin-top: 4px; height: 15px; }
.edit_popup .edit_popup_content tr td input[ type="text"], .edit_popup .edit_popup_content tr td textarea {border: 1px solid #ddd; overflow: hidden; }
.edit_popup .edit_popup_content tr td .watermark{ border:none!important}
.edit_popup .edit_popup_content tr td input[ type="text"] { height: 19px; margin-top: 3px; }
.edit_popup .edit_popup_content tr td textarea { width:90%; height: 50px; }
.edit_popup .edit_popup_content tr td input[ type="checkbox"], .edit_popup .edit_popup_content tr td input[ type="radio"], .edit_popup .edit_popup_content tr td label { float: left; }
.edit_popup .edit_popup_content tr td input[ type="radio"] { margin-top: 6px; *margin-top: 2px; }
.edit_popup .edit_popup_content tr td input[ type="checkbox"] { margin-top: 6px; }
.edit_popup .edit_popup_content tr td label { padding-right: 8px; }
.edit_popup .edit_popup_content tr td a { color: #06C; }


/*form_table模块*/
.form_table, .form_table table { overflow: hidden; }
.form_table table { width: 100%; border-top: 1px solid #999; border-left: 1px solid #999; border-spacing: 0;}
.form_table .table_one tr .td_header, .form_table .table_two .td_header { height: 30px; line-height: 30px; text-align: left; padding: 0px 10px; background: #73bef1; font-weight: bold; color: #fff; }
.form_table .table_one tr td, .form_table .table_two td, .form_table .table_one tr th, .form_table .table_two th { height: 24px; line-height: 24px; padding: 5px; border-bottom: 1px solid #999; border-right: 1px solid #999; }
.form_table .table_one tr .td_title { width: 120px; background: #eee; text-align: right; }
.form_table .table_one tr td input[type="radio"], .form_table .table_one tr td label { float: left; }
.form_table .table_one tr td input[type="radio"] { margin-top: 5px; *margin-top: 2px; }
.form_table .table_one tr td label { padding-right: 8px; }
.form_table .table_one tr td input[type="submit"] { margin-left: 100px; width: 50px; height: 21px; line-height: 21px; text-align: center; color: #336699; display: inline-block; cursor: pointer; border-radius: 3px; border: 1px solid #ddd; background: #f7f7f7; }
.form_table .table_one tr td a { color: #06C; }

.form_table .table_two { border-top: none; }
.form_table .table_two .td_thead_short, .form_table .table_two .td_thead_long { width: 120px; background: #eee; font-weight: bold; }
.form_table .table_two .td_thead_long { width: auto; }
.form_table .table_two td { text-align: center; }

.td_calendar table { border: 0px !important; }
.td_calendar div { line-height: normal !important; text-align: center !important; }
.td_calendar table td { height: auto !important; line-height: normal !important; padding: 0px !important; border: 0px !important; }
.form_table table tr td.td_list td { padding: 0px; border: 0px; display: inline-table !important; float: left; }
.form_table table tr td.td_list td a { display: inline-block; }
.form_table table tr td.td_list td a img { padding-top: 4px; padding-left: 3px; }

/*兼容data-grid*/
.form_table .datagrid-toolbar table,.form_table .datagrid-toolbar table tr td,.form_table .datagrid-header-inner table tr td,.form_table .datagrid-header-inner table
{border-bottom:none !important; border-right:none !important;border-left:none !important; border-top:none !important; padding:0px !important; height:auto !important; line-height:inherit !important; }
.form_table .datagrid-toolbar table tr td a { color:#333;}

/*left_tab模块*/
.left_tab { overflow: hidden; display: inline-block; border-bottom: 1px solid #eee; }
.left_tab li { float: left; height: 30px; line-height: 30px; font-size: 120%; text-align: center; padding: 0px 20px; cursor: pointer; }
.left_tab .selected { background: #3994d2; }
.left_tab .selected A { color: #fff; }

/*project_select_bar模块*/
.project_select_bar, .project_left_content { overflow: hidden; height: 30px; }
.project_select_bar .project_left_content, .project_select_bar .project_right_content { float: left; overflow: hidden; display: inline-block; display: inline; zoom: 1; }
.project_left_content dt, .project_left_content dd { float: left; height: 30px; line-height: 30px; overflow: hidden; }
.project_left_content dt { width: 78px; font-size: 120%; text-align: center; background: url(../Images/Button/CurrentBg.png) center center no-repeat; }
.project_left_content dd { padding-left: 8px; }
.project_left_content dd a { color: #3994d2; }
.project_left_content dd input { vertical-align: middle; }

/* current_path模块 */
.current_path { height: 25px; padding-left: 5px; overflow: hidden; }
.current_path li { height: 24px; line-height: 24px; float: left; padding: 0px 5px; }
.current_path .current { background: #00adee !important; border-radius: 4px; color: #fff; position: relative; margin-right: 5px; }
.current_path .current a.arrow_left { display: inline-block; height: 0px; width: 0px; border-bottom: 5px solid transparent; border-top: 5px solid transparent; border-left: 5px solid #00adee; position: absolute; right: -4px; top: 8px; }
.current_path li span { width: 8px; height: 10px; padding-left: 10px; }
.current_path li span img { margin-bottom: 1px; height: 9px; }

.current_path .select_project { border: 1px solid #ddd; border-radius: 4px; height: 21px; line-height: 21px; cursor: pointer; position: relative; }
.project_select_content { display: none; position: absolute; left: 0px; top: 26px; width: 500px; border: 1px solid #ddd; background-color: white; border-radius: 5px; z-index: 100; padding: 3px; }


/*expected_document模块*/
.expected_document { overflow: hidden; border: 1px solid #E5E5E5; border-radius: 5px; box-shadow: 0px 0px 3px 1px #eee; width: 550px; padding-bottom: 8px; }
.expected_document h3 { height: 30px; line-height: 30px; background: #3994d2; color: #fff; font-size: 100%; text-indent: 1em; position: relative; overflow: hidden; }
.expected_document .expected_document_content { overflow: hidden; padding: 10px 15px 0px 15px; }
.expected_document .expected_document_content table { width: 100%; border-top: 1px solid #ddd; border-left: 1px solid #ccc; border-spacing: 0; }
.expected_document .expected_document_content table tr th, .expected_document .expected_document_content table tr td { height: 30px; line-height: 30px; text-align: center; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.expected_document .expected_document_content table tr th { background: #afeeee; border-left: none !important; border-top: none !important; }
.expected_document .expected_document_content table tr td { border-left: none !important; border-top: none !important; }
.expected_document .expected_document_content .add_document { overflow: hidden; padding-top: 10px; }
.expected_document .expected_document_content .add_document dl { overflow: hidden; }
.expected_document .expected_document_content .add_document dl dt, .expected_document .expected_document_content .add_document dl dd { float: left; height: 30px; line-height: 30px; }
.expected_document .expected_document_content .add_document dl dt { width: 70px; text-align: right; overflow: hidden; font-weight: bold; margin-right: 5px; }
.expected_document .expected_document_content .add_document dl dd input[type="text"] { margin-top: 5px; border: 1px solid #ccc; }
.expected_document .expected_document_content .add_document dl dd input[type="checkbox"] { margin-top: 9px; }

/*info_box模块*/
.info_box { text-align: center; margin: 30px; }
.info_box div { overflow: hidden; display: inline-block; *display: inline; zoom: 1; padding: 40px 50px; border: 1px solid #CCC; box-shadow: 2px 2px 3px #ccc; font-size: 16px; border-radius: 8px; }
.info_box span { margin-right: 5px; }
.info_box p { line-height: 24px; overflow: hidden; text-align: left; font-size: 13px; background: url(../Images/Icons/warning_big.png) center left no-repeat; padding-left: 40px; }
.info_box p a { color: #336699; font-size: 105%; font-weight: bold; display: block; }

/*timesheet_edit模块*/
.timesheet_edit { overflow: hidden; border: 2px solid #2a7c85; padding: 10px 10px 3px 10px; background: white; }
.timesheet_edit table { width: 100%; overflow: hidden; }
.timesheet_edit table tr td { height: 26px; line-height: 26px; }
.timesheet_edit table tr td input[type="text"], .timesheet_edit table tr td select, .timesheet_edit table tr td textarea { border: 1px solid #ccc; }
.timesheet_edit table tr td input[type="text"] { width: 20px; *width: 19px; text-align: center; }
.timesheet_edit table tr td textarea { width: 380px; vertical-align: text-top; }
.timesheet_edit table tr td span { color: red; vertical-align: middle; padding-left: 5px; font-weight: bold; }

/*合同配置样式*/
.contract_allocation{overflow:hidden;position:relative;min-height:30px;}
.contract_allocation .list{overflow:hidden;display:block;float:left; padding-right:40px;}
.contract_allocation .edit{display:block;padding:3px 5px; position:absolute; top:2px; right:5px;}
.contract_allocation .list span{height:24px; line-height:24px; overflow:hidden; float:left; display:inline-block;min-width:78px;}
.contract_allocation .list span{vertical-align:middle;}
.contract_allocation .list span .name{ float:none;display:inline;padding:0px;}


/*switch*/
.switch { overflow: hidden; }
.switch .switch_on, .switch .switch_off { width: 46px; height: 18px; line-height: 18px; background: url(../images/Common/switch_bg.png) 0 0 no-repeat; margin: 2px; float: left; cursor: pointer; }
.switch .switch_on input[type="checkbox"], .switch .switch_off input[type="checkbox"] { display: none; }
.switch .switch_off { background: url(../images/Common/switch_bg.png) 0 -19px no-repeat; }

/*反馈系统按钮、切换语言*/
.header_con{padding-right:5px; }
.header_con .feedback_btn,.header_con .switch_language,.header_con .project_types{ float:right;} 
.header_con .switch_language select{ height:26px; line-height:26px;}
.feedback_btn{height:26px; line-height:26px;float:right;overflow:hidden; margin-right:8px;}
.feedback_btn a{font-size:14px;margin:0px!important; line-height:25px;}
.header_con .switch_language{ margin-top:2px;}
/* blue_popup模块 */
.blue_popup { border-radius: 5px; background: #fff; min-width: 610px; overflow: hidden; }
.blue_popup h3 { height: 30px; line-height: 30px; background: #3994d2; color: #fff; font-size: 100%; text-indent: 1em; position: relative; overflow: hidden; }
.blue_popup h3 a.close { display: block; background: url(../Images/Icons/close_popup.png) center center no-repeat; width: 35px; height: 30px; position: absolute; top: 0px; right: 0px; }
.blue_popup h3 a.close:hover { background: url(../Images/Icons/close_popup.png) #d45353 center center no-repeat; }
.blue_popup .blue_popup_content { padding: 10px; border-radius: 0px 0px 5px 5px; overflow: hidden; }

.min_blue_popup { min-width: 300px;border-radius: 5px; background: #fff; overflow:hidden;}
.min_blue_popup h3 { height: 30px; line-height: 30px; background: #3994d2; color: #fff; font-size: 100%; text-indent: 1em; position: relative; overflow: hidden; }
.min_blue_popup h3 a.close { display: block; background: url(../Images/Icons/close_popup.png) center center no-repeat; width: 35px; height: 30px; position: absolute; top: 0px; right: 0px; }
.min_blue_popup h3 a.close:hover { background: url(../Images/Icons/close_popup.png) #d45353 center center no-repeat; }
.min_blue_popup .blue_popup_content { overflow: auto; margin: 10px; }

/*column_group*/
.column_group{ overflow:hidden; padding:5px; }
.column_group_line{overflow:hidden;line-height:24px; margin-top:3px;}
.column_group_line dt{ width:123px;float:left;color:#5d5d5d; font-weight:bold; text-align:right;}
.column_group_line dd{ margin-left:124px;line-height:24px;}
.column_group_line dd input{ border:1px solid #ddd; height:22px; vertical-align:middle;}
.column_group_line dd  textarea{border:1px solid #ddd;}

/*footer*/
.footer_fixed{position:fixed;bottom:0px; width:100%; overflow:hidden; z-index:10000000;background:#f1f1f1; height:30px; line-height:30px; border-top:1px solid #ddd; text-indent:10px;}


/*文本框*/
.input_text_new { padding: 1px 5px; width: 80%; line-height: 16px; font-size: 12px; line-height: 1.428571429; color: #555555; vertical-align: middle; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.input_text_new:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.no_edit_input_text_new { padding: 1px 5px; width: 80%; line-height: 16px; font-size: 12px; line-height: 1.428571429;  vertical-align: middle;  border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

/* forum模块 */
.forum_container { overflow: hidden; }
.forum_container .topic { overflow: hidden; padding: 10px 20px; border-bottom: 1px dashed #ccc; }
.forum_container .topic h3 { line-height: 30px; font-size: 14px; color: #06C; font-weight: normal; }
.forum_container .topic h3 span { color: #999; }
.forum_container .topic ul { overflow: hidden; border-radius: 3px; padding: 5px 50px; }
.forum_container .topic ul li { line-height: 20px; overflow: hidden; margin-top: 5px; word-break: break-all; word-wrap: break-word; }
.forum_container .topic ul li span { color: #999; padding-left: 10px; }
.forum_container .topic ul .reply_0 { padding-left: 0; }
.forum_container .topic ul .reply_1 { padding-left: 2em; }
.forum_container .topic ul .reply_2 { padding-left: 4em; }
.forum_container .topic ul .reply_3 { padding-left: 6em; }
.forum_container .topic ul .reply_4 { padding-left: 8em; }
.forum_container .topic ul .reply_5 { padding-left: 10em; }

/*--------------------------------------------------------------------------------TreeView样式---------------------------------------------------------------------------------*/
.TreeView { padding: 5px; cursor: pointer; }
.TreeNode { color: #369; height: 22px; text-indent: 5px; padding-right: 3px; }
.HoverTreeNode { /*background-color:#FFFCD1;*/ cursor: pointer; color: Orange; }
.SelectedTreeNode { cursor: pointer; font-weight: bold; background-color: #FFFCD1; border: solid 1px #FDDF82; height: 22px; }
#TreeViewContainer { width: 210px; height: 530px; background-image: url(../images/treeview/TreeViewBg.png); background-repeat: no-repeat; margin-left: 0px; padding-left: 5px; overflow: auto; }
.TreeListContent { *margin-top: -20px; max-height: 400px; overflow-x: hidden; overflow-y: auto; }

/* 下拉框类似Treeview */
.TreeViewContainer { position: relative; }
.TreeDropDownlist { border: solid 1px #ccc; cursor: pointer; height: 20px !important; line-height: 20px !important; vertical-align: middle; text-indent: 5px; min-width: 150px; background: url(../Images/Icons/Descending.png) no-repeat 96% 50% #fff; margin-top: 3px !important; text-align: left; border-radius: 4px; }
.TreeDropDownlist_TreeViewContainer { display: none; border: solid 1px #ccc; background-color: White; position: absolute; z-index: 9999; vertical-align: top; min-width: 150px; text-align: left; padding: 5px; top: 26px; left: 41px; border-radius: 4px;height: 185px; overflow: auto; }
.TreeDropDownScroll{height:370px; overflow-y:scroll; overflow-x:hidden; top:59px;left:118px;}

/* 在下拉框树上面，放置一个选择所有的LinkButton */
.TopLinkButtonAboveTreeView_Selected { cursor: pointer; font-weight: bold; background-color: #FFFCD1; border: solid 1px #FDDF82; height: 24px; line-height: 24px; vertical-align: middle; margin: 1px; text-indent: 10px; display: block; }
.TopLinkButtonAboveTreeView_NotSelected { cursor: pointer; background-color: #FFFFFF; border: solid 0px #FFFFFF; height: 24px; line-height: 24px; vertical-align: middle; margin: 1px; text-indent: 10px; display: block; }

/*防止污染*/
.TreeDropDownlist_TreeViewContainer > ul.power-tree { height: auto; width: auto; }
.TreeDropDownlist_TreeViewContainer > ul.power-tree li { height: auto; width: auto; }
div.TreeDropDownlist_TreeViewContainer ul li:hover { background: none; }
div.TreeDropDownlist_TreeViewContainer ul li.Selected { background: none; }

/*reset_password 修改密码*/
.reset_password{padding:20px;}
.reset_password p{ line-height:28px; overflow:hidden; padding:5px;}
.reset_password p label{ width:100px; display:block; float:left;line-height:28px; text-align:right;}
.reset_password p input[type="text"]{ width:240px;float:left;height:28px }
.reset_password p input[type="button"]{ width:100px; height:28px; line-height:28px; background:#2fa8e7; color:#fff; border:none; border-radius:4px; margin-left:100px;font-family: "Microsoft YaHei";}
