@CHARSET "UTF-8";
.widget_disabled_color {
    color: #AAA;
}


/**-- 单行文本框 --**/

.widget_ipt_wrap {
    padding: 3px;
    width: 200px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    background-color: #fff;
}

.widget_ipt_wrap .widget_ipt {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 20px;
    line-height: 20px;
    border: none;
    color: #888;
}

.layui-row-new .layui-width-100 {
    /* width: calc(100% - 140px) !important; */
    /* 2021.10.18修改 */
    width: calc(100% - 110px) !important;
}

.layui-input-border-bdbdbd {
    border: 1px solid #bdbdbd !important
}


/* 2021.10.18修改 */


/* .layui-row-new .layui-width-text {
    width: 80px !important;
} */

.layui-row-new .layui-col-xs6.layui-col-sm6.layui-col-md6 {
    margin-top: 10px;
    /* 2021.15.18 */
    width: 100%;
}


/* 2021.10.19 */

.layui_cwpz .layui-col-md6 {
    display: flex;
    align-items: baseline;
}

.layui-row-new .layui-width-100>div,
.layui-row-new .layui-width-100 .widget_ipt_lite_wrap>input,
.layui-row-new .layui-width-100 #flow_user {
    width: 100% !important
}

.layui-row-new .layui-width-100 .widget_varsel_wrap {
    padding-right: 0 !important
}


/**-- 小点的单行文本框 --**/

.widget_ipt_lite_wrap {
    min-height: 20px;
    padding: 0 8px;
    width: 100px;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-color: rgba(0, 0, 0, 0.15) !important;
    /* 2021.10.28 */
    /* border-top: 0;
    border-right: 0 !important; */
}


/* 2021.10.28 */

#voucher_config .widget_ipt_lite_wrap {
    min-height: 20px;
    padding: 0 8px;
    width: 100px;
    border: 1px solid #E2E2E2 !important;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-color: rgba(0, 0, 0, 0.15) !important;
}


/* 2021.10.27 */


/* .widget_ipt_lite_wrap:last-child {
    border-right: 1px solid #e2e2e2 !important;
} */

table td .widget_ipt_lite_wrap {
    border-radius: 0;
}

#edit_other_flow_field_body_container table tr td .widget_ipt_lite_wrap,
.ispc_attr .dashboard_workflow_detail tr td .widget_ipt_lite_wrap {
    border: none;
}

#edit_other_flow_field_body_container table tr td,
.ispc_attr .dashboard_workflow_detail tr td {
    border: 1px solid #E2E2E2;
}

#other_flow_bodyfield_container .widget_ipt_lite_wrap {
    padding: 0 7px;
}

.widget_ipt_lite_wrap.layui-input-height-30 {
    padding: 1px 0
}

.widget_ipt_lite_wrap .widget_ipt_lite {
    float: left;
    margin: 3px 0;
    padding: 0;
    width: 100px;
    height: 20px;
    line-height: 20px;
    border: none;
    color: #888;
}

.widget_ipt_lite.widget_ipt_lite_layui.hasDatepicker {
    margin: 0;
}


/* #plantag_center .plantag_main .top_button .widget_ipt_lite_wrap.fl .search_btn.search_db_manage{margin-top: 10px !important;} */

.widget_ipt_lite_wrap b.search {
    position: absolute;
    top: 5px;
    right: 6px;
    height: 16px;
    width: 16px;
    background-image: url(../imgs/widget_search.png);
    background-position: 0 0;
    display: block;
}

.widget_ipt_lite_wrap.disabled {
    border: 1px solid #eee;
}

.widget_ipt_lite_wrap.disabled .widget_ipt_lite {
    color: #ccc;
}

.widget_ipt_lite_wrap.error {
    border: 1px solid #c86767;
}

.widget_ipt_lite_tip {
    position: relative;
    display: none;
}

.widget_ipt_lite_tip span {
    background: url(../imgs/widget_tips.png) no-repeat;
    padding-left: 20px;
    background-position: 0 2px;
    line-height: 18px;
    color: #cc0000;
    position: absolute;
    left: -5px;
    top: 26px;
}

.widget_right_tp {
    position: relative;
    border: 1px solid #c4c4c4;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    background-color: #fff;
    width: 180px;
    padding: 0 5px 0 5px;
    margin: 5px 0;
}

.widget_right_cont {
    color: #888888;
}

.widget_right_tp i {
    position: absolute;
    top: 5px;
    right: 6px;
    height: 16px;
    width: 16px;
    background-image: url(../imgs/widget_arrows2.png);
    background-position: 0 0;
    display: block;
}

.manager_line {
    margin-top: 5px;
    margin-bottom: 14px;
    width: 200px;
    height: 5px;
    background-image: url(../imgs/manager_line.png);
}

.widget_right_search {
    margin-left: 0px !important;
}

.widget_custom_add {
    margin-left: 30px !important;
}


/**-- 固定长度下拉框 --**/

.widget_sel_wrap {
    position: relative;
    padding: 5px;
    width: 160px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
}

.widget_sel_wrap .widget_sel {
    margin: 0;
    padding: 0;
    width: 140px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: none;
    color: #888;
}

.widget_sel_wrap i {
    display: block;
    position: absolute;
    top: 8px;
    right: 6px;
    height: 16px;
    width: 16px;
    background: url(../imgs/widget_arrows2.png);
    cursor: pointer;
    border-radius: 2px;
}


/**-- 可变长度下拉框 --**/

.widget_varsel_wrap {
    position: relative;
    padding: 0 28px 0 10px;
    /* border: 1px solid #c4c4c4; */
    /* 2021.10.18 */
    border: 1px solid #bdbdbd !important;
    border-radius: 2px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.widget_varsel_wrap .widget_varsel {
    /* 2021.10.18 */
    /* color: #888; */
    color: #333;
    word-break: break-all;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
}


/*
span.widget_varsel{
	display:inline-block;
	width:100%;
	text-align:center;
}*/

.widget_varsel_wrap input.widget_varsel {
    color: #888;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 23px;
    line-height: 23px;
    text-align: left;
    border: none;
    font-family: '微软雅黑', '宋体', '新宋体', sans-serif;
}

.widget_varsel_wrap i {
    position: absolute;
    top: 8px;
    right: 5px;
    height: 16px;
    width: 16px;
    background-image: url(../imgs/widget_arrows2.png);
    background-position: 0 0;
    display: block;
}

.widget_varsel_wrap.layui-width-180 i {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 16px;
    width: 16px;
    background-image: url(../imgs/widget_arrows2.png);
    background-position: 0 0;
    display: block;
}

.widget_varsel_search {
    position: relative;
    padding: 0 28px 0 8px;
    /* 2021.10.19 */
    /* border: 1px solid #c4c4c4; */
    /* border: 1px solid #bdbdbd !important; */
    /* 2021.10.21 */
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    background-color: #fff;
}

#tb_other tr td .widget_ipt_lite_wrap,
#tb_other_edit tr td .widget_ipt_lite_wrap {
    border: none;
    width: auto !important;
}

#tb_other tr td .widget_ipt_lite_wrap,
#tb_other_edit tr td .widget_ipt_lite_wrap input {
    width: 100%;
}

#tb_other tr td .widget_varsel_search,
#tb_other_edit tr td .widget_varsel_search {
    border: none;
}

#tb_other tr td .widget_varsel_search,
#tb_other_edit tr td .widget_varsel_search {
    width: calc(100% - 40px) !important;
}

#tb_other tr td,
#tb_other_edit tr td {
    border: 1px solid #e2e2e2;
    padding: 3px;
}

#tb_other tr th,
#tb_other_edit tr th {
    padding: 7px;
}

#tb_other_edit {
    width: 99%;
}

#tb_other tr td .widget_ipt_lite_wrap input,
#tb_other_edit tr td .widget_ipt_lite_wrap input {
    width: 100% !important;
}


/* #pulldown_1,#pulldown_2,#pulldown_3{padding:4px 28px 4px 10px } */

.widget_varsel_search i {
    position: absolute;
    /* top: 5px; */
    /* 2021.10.19 */
    /* top: 8px; */
    /* 2021.10.21 */
    top: 4px;
    right: 8px;
    height: 14px;
    width: 14px;
    background-image: url(../imgs/mm_search.png);
    background-position: 0 0;
    display: block;
}

#pulldown_1 i,
#pulldown_1=2 i,
#pulldown_3 i {
    top: 10px;
}

.widget_varsel_wrap.disabled {
    border: 1px solid #e2e2e2;
}

.widget_varsel_wrap.disabled .widget_varsel {
    color: #ddd;
}


/*.widget_varsel_wrap.disabled i{*/


/*background-position:0 -16px ;*/


/*}*/

.widget_search_input {
    width: 100%;
    height: 22px;
    border: none;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: transparent;
}


/**-- 文本域 --**/

.widget_txt {
    margin: 0;
    padding: 5px;
    width: 200px;
    height: 57px;
    line-height: 20px;
    border: 1px solid #c4c4c4;
    resize: vertical;
    color: #888;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px #DDD inset;
    -webkit-box-shadow: 0 1px 3px #DDD inset;
    box-shadow: 0 1px 3px #DDD inset;
}

.widget_txt.postform_txt {
    width: calc(100% - 16px);
}


/**-- 复选框 --**/

.widget_checker {
    position: relative;
    padding-right: 8px;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
    *display: inline;
    cursor: pointer;
}

.widget_checker span {
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    *display: block;
    *zoom: 1;
    text-align: center;
    background-image: url(../imgs/widget_sprites.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    margin-top: -1px;
}

.widget_checker input {
    opacity: 0;
    filter: alpha(opacity: 0);
    display: inline-block;
    background: none;
    cursor: pointer;
    zoom: 1;
    *zoom: 1;
}

.widget_checker:active span,
.widget_checker.active span {
    background-position: -16px 0;
}

.widget_checker.focus span,
.widget_checker:hover span {
    background-position: -32px 0;
}

.widget_checker.focus:active span,
.widget_checker.focus.active span,
.widget_checker:active:hover span,
.widget_checker.active:hover span {
    background-position: -48px 0;
}

.widget_checker span.checked {
    background-position: -64px 0;
}

.widget_checker:active span.checked,
.widget_checker.active span.checked {
    background-position: -80px 0;
}

.widget_checker.focus span.checked,
.widget_checker:hover span.checked {
    background-position: -96px 0;
}

.widget_checker.focus:active span.checked,
.widget_checker:hover:active span.checked,
.widget_checker.active:hover span.checked,
.widget_checker.active.focus span.checked {
    background-position: -112px 0;
}

.widget_checker.disabled span,
.widget_checker.disabled:active span,
.widget_checker.disabled.active span {
    background-position: -128px 0;
}

.widget_checker.disabled span.checked,
.widget_checker.disabled:active span.checked,
.widget_checker.disabled.active span.checked {
    background-position: -144px 0;
}


/**-- 单选框 --**/

.widget_radio {
    position: relative;
    padding-right: 5px;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    margin-top: -1px;
}

.widget_radio span {
    display: -moz-inline-box;
    display: inline-block;
    _display: inline;
    text-align: center;
    width: 16px;
    height: 16px;
    background-image: url(../imgs/widget_sprites.png);
    background-position: 0 -16px;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.widget_radio input {
    opacity: 0;
    filter: alpha(opacity: 0);
    text-align: center;
    display: inline-block;
    background: none;
}

.widget_radio:active span,
.widget_radio.active span {
    background-position: -16px -16px;
}

.widget_radio.focus span,
.widget_radio:hover span {
    background-position: -32px -16px;
}

.widget_radio.focus:active span,
.widget_radio:active:hover span,
.widget_radio.active:hover span,
.widget_radio.active.focus span {
    background-position: -48px -16px;
}

.widget_radio span.checked {
    background-position: -64px -16px;
}

.widget_radio:active span.checked,
.widget_radio.active span.checked {
    background-position: -80px -16px;
}

.widget_radio.focus span.checked,
.widget_radio:hover span.checked {
    background-position: -96px -16px;
}

.widget_radio.focus:active span.checked,
.widget_radio:hover:active span.checked,
.widget_radio.focus.active span.checked,
.widget_radio.active:hover span.checked {
    background-position: -112px -16px;
}

.widget_radio.disabled span,
.widget_radio.disabled:active span,
.widget_radio.disabled.active span {
    background-position: -128px -16px;
}

.widget_radio.disabled span.checked,
.widget_radio.disabled:active span.checked,
.widget_radio.disabled.active span.checked {
    background-position: -144px -16px;
}


/**-- 按钮 --**/

.widget_btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding: 0 0 0 15px;
    margin: 0 2px;
    border-radius: 2px;
    font-weight: bold;
    color: #555555;
    border: none;
    background-color: #1890ff;
    /* background-image: url(../imgs/widget_buttons.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left 0; */
    word-break: keep-all;
}

.widget_btn.hide {
    display: none;
}

.widget_btn span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 28px;
    border-radius: 2px;
    padding: 0 15px 0 0;
    background-color: #1890ff;
    /* background-image: url(../imgs/widget_buttons.png); */
    /* background-repeat: no-repeat; */
    /* background-position: right 0; */
}

.widget_btn:hover {
    background-position: left -28px;
}

.widget_btn:hover span {
    background-position: right -28px;
}

.widget_btn:active {
    background-position: left -56px;
}

.widget_btn:active span {
    background-position: right -56px;
}

.widget_btn.disabled {
    background: none;
    border: 1px solid #e2e2e2;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 14px;
    cursor: default;
    border-radius: 3px;
}

.widget_btn.disabled span {
    padding: 0 14px 0 0;
    background: none;
    color: #ddd;
}

.widget_btn.blue {
    background-position: left -84px;
    color: #FFF;
}

.widget_btn.blue span {
    background-position: right -84px;
}

.widget_btn.blue:hover {
    background-position: left -112px;
}

.widget_btn.blue:hover span {
    background-position: right -112px;
}

.widget_btn.blue:active {
    background-position: left -140px;
}

.widget_btn.blue:active span {
    background-position: right -140px;
}

.widget_btn i {
    background-image: url(../imgs/btn_icon.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    padding: 0 24px 0 0;
}

.widget_btn i.customer {
    background-position: 0px 0px;
}

.widget_btn i.customer_fix {
    float: left;
    padding-right: 0;
    margin-top: 6px;
}

.widget_btn i.project {
    background-position: 0px -20px;
}


/**-- 下拉框--**/

.widget_dropper {
    width: 180px;
    padding: 5px 0;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
    text-align: left;
}

.widget_dropper .item {
    display: block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    color: #333333;
    overflow: hidden;
}

.widget_dropper .item .pulldown2_child {
    max-height: 235px;
    width: 170px;
    overflow-y: auto;
    display: none;
    position: relative;
    top: -26px;
    left: 100px;
    background: white;
    border: 1px solid #ccc;
}

.widget_dropper .item.empty {
    text-align: center;
    color: #ddd;
    cursor: default;
}

.widget_dropper .item:hover {
    background-color: #f4f4f4;
}

.widget_dropper .item.empty:hover {
    background-color: #ffffff;
}

.widget_dropper .dropper_line {
    padding-top: 5px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
}

.widget_dropper .dropper_pagi {
    position: relative;
    cursor: default;
    height: 16px;
    line-height: 16px;
    padding: 0 15px;
}

.widget_dropper .dropper_pagi .left {
    position: absolute;
    left: 15px;
    top: 0;
    background-color: transparent;
    background-image: url(../imgs/widget_arrows.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.widget_dropper .dropper_pagi .center {
    margin: 0 auto;
}

.widget_dropper .dropper_pagi .right {
    position: absolute;
    right: 15px;
    top: 0;
    background-color: transparent;
    background-image: url(../imgs/widget_arrows.png);
    background-repeat: no-repeat;
    background-position: -16px 0;
}

.widget_dropper .dropper_pagi span {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.widget_dropper .dropper_pagi span.disabled {
    opacity: .20;
    filter: alpha(opacity=20);
    cursor: default;
}


/**
 * 下拉选择群组	
 * */

.widget_dropper .group_container .types li div {
    padding: 10px 0px;
}

.widget_dropper .group_container .types li {}

.widget_dropper ul li {
    list-style-type: none;
}

.widget_dropper .group_container .types li span {
    display: block;
    width: 23px;
    height: 18px;
    margin: 0 auto;
    background: url(../imgs/group_picker_type.png) no-repeat;
    cursor: pointer;
}

.widget_dropper .group_container .types li.org span {
    background-position: 0px -134px;
}

.widget_dropper .group_container .types li.org.focus span {
    background-position: 0px -164px;
}

.widget_dropper .group_container .types li.group span {
    background-position: 0px -34px;
}

.widget_dropper .group_container .types li.group.focus span {
    background-position: 0px -102px;
}

.widget_dropper .group_container .types li.person span {
    background-position: 0px 0px;
}

.widget_dropper .group_container .types li.person.focus span {
    background-position: 0px -68px;
}

.widget_dropper .group_container .types li.business span {
    background-position: 0px -262px;
}

.widget_dropper .group_container .types li.business.focus span {
    background-position: 0px -296px;
}

.widget_dropper .group_container .types li.project span {
    background-position: 0px -328px;
}

.widget_dropper .group_container .types li.project.focus span {
    background-position: 0px -360px;
}

.widget_dropper ul {
    margin: 0px;
    padding: 0px;
}


/**-- 组合 --**/

.widget_dropper.combined {
    display: none;
    position: absolute;
    z-index: 9999;
}

.widget_dropper.combined.left {
    left: -1px;
}

.widget_dropper.combined.left .container {
    display: inherit;
}

.widget_dropper.scroll {
    height: 300px;
    overflow: auto;
}

.widget_dropper.combined.right {
    right: -1px;
}

.widget_dropper.combined2 {
    display: none;
    position: absolute;
    left: -1px;
    top: 24px;
    z-index: 1;
}

.widget_dropper.combined2.right {
    left: auto;
    right: -1px;
}


/**-- 页签 --**/

.widget_tab {
    height: 26px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.widget_tab .tab_item {
    position: relative;
    float: left;
    zoom: 1;
    margin: 0 10px;
    height: 24px;
    line-height: 24px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    cursor: pointer;
}

.widget_tab .tab_item .txt {
    float: left;
    padding: 0 4px;
    background-color: #fff;
    font-weight: bold;
    color: #444444;
    text-align: center;
    height: 24px;
}

.widget_tab .tab_item .append {
    float: left;
    width: 16px;
    height: 24px;
}

.widget_tab .tab_item .fixed {
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.widget_tab .tab_item i {
    display: block;
    margin-top: 5px;
    width: 16px;
    height: 16px;
}

.widget_tab .tab_item.hover,
.widget_tab .tab_item:hover {
    /* border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	border-top-left-radius:2px;
	border-top-right-radius:2px; */
}

.widget_tab .tab_item.hover .txt,
.widget_tab .tab_item:hover .txt {
    /* background-color:#f9f9f9; */
    color: #1890ff;
}

.widget_tab .tab_item.hover .append,
.widget_tab .tab_item:hover .append {}

.widget_tab .tab_item.hover i,
.widget_tab .tab_item:hover i {
    background: url(../imgs/widget_arrows2.png) 0 -16px;
}

.widget_tab .tab_item.focus {
    /* border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-top:1px solid #C4C4C4;
	border-top-left-radius:2px;
	border-top-right-radius:2px; */
}

.widget_tab .tab_item.focus .txt {
    /* background-color:#f4f4f4; */
    color: #1890ff;
}

.widget_tab .tab_item.focus .append {}

.widget_tab .tab_item.focus i {
    background: url(../imgs/widget_arrows2.png) 0 0;
}


/**-- 上传控件 --**/

.widget_uploader {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 26px;
    border: 1px solid #c4c4c4;
    cursor: default;
}

.widget_uploader .uploadify {
    position: absolute;
    top: 0;
    left: 0;
}

.widget_uploader .filename {
    float: left;
    display: block;
    width: 94px;
    height: 26px;
    line-height: 26px;
    padding: 0px 10px;
    border-right: solid 1px #bbb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    color: #777;
    font-size: 12px;
    font-style: normal;
}

.widget_uploader .action {
    float: left;
    display: block;
    width: 85px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    cursor: pointer;
    background-color: #f5f5f5;
    text-align: center;
    text-shadow: #fff 0px 1px 0px;
    font-size: 12px;
    font-weight: bold;
}

.widget_uploader input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    padding: 0;
    width: 800px;
    height: 800px;
    opacity: 0;
    filter: alpha(opacity: 0);
    border: none;
    cursor: pointer;
}

.widget_uploader.focus,
.widget_uploader.hover,
.widget_uploader:hover {}

.widget_uploader.focus span.action,
.widget_uploader.hover span.action,
.widget_uploader:hover span.action {}

.widget_uploader.active span.action,
.widget_uploader:active span.action {}

.widget_uploader.focus.active span.action,
.widget_uploader:focus.active span.action,
.widget_uploader.focus:active span.action,
.widget_uploader:focus:active span.action {}

.widget_uploader.disabled {}

.widget_uploader.disabled span.action {}


/** 高级选项 **/

.widget_advance_wrap {
    position: relative;
    /* FOR IE7 */
}

.widget_advance_options {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 26px;
    line-height: 26px;
    padding-right: 24px;
    cursor: pointer;
}

.widget_advance_options span {
    color: #1890ff;
}

.widget_advance_options i {
    position: absolute;
    top: 5px;
    right: 4px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../imgs/widget_arrows2.png);
    background-position: 0 0;
}

.widget_advance_options.reverse i {
    background-position: 0 -33px;
}


/** 关闭问题 **/

.widget_close_question_wrap {}

.widget_close_question_options {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 26px;
    line-height: 26px;
    padding-right: 24px;
    cursor: pointer;
    position: relative;
}

.widget_close_question_options span {
    color: #999999;
}

.widget_close_question_options i {
    position: absolute;
    top: 5px;
    right: 4px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../imgs/close_question.png);
    background-position: 0 0;
}


/** 问题选项 **/

.widget_qustion_option {
    height: 20px;
    line-height: 20px;
    padding: 2px 5px;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.widget_qustion_option_ttl {
    float: left;
    width: 40px;
    color: #888888;
}

.widget_qustion_option_ipt {
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 20px;
    border: none;
}

.widget_qustion_option_close {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../imgs/close.png) no-repeat center;
    cursor: pointer;
}


/*******选人控件 begin*******/

.plantag_multi_user_picker {
    background-color: white;
    border: 1px solid #bdbdbd;
    padding: 2px;
    min-height: 25px;
    cursor: text;
    /* 2021.10.15修改 */
    /* box-shadow: 1px 2px #f3f3f3 inset; */
}

.plantag_multi_user_picker ol {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.plantag_multi_user_picker ol li {
    height: 21px;
    line-height: 21px;
    float: left;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    margin: 1px 2px;
    /* 2021.10.15修改 */
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8DAFEB), to(#7191C9));
    filter: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#8DAFEB, endColorStr=#7191C9);
    background: -ms-linear-gradient(top, #8DAFEB, #7191C9);
    background: -moz-linear-gradient(top, #8DAFEB, #7191C9);
    background: -webkit-linear-gradient(top, #8DAFEB, #7191C9);
    background: -o-linear-gradient(top, #8DAFEB, #7191C9);
    border: 1px solid #5f7cae; */
    background: #1890ff;
    border: 1px solid #1890ff;
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8DAFEB), to(#7191C9));
    filter: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#8DAFEB, endColorStr=#7191C9);
    background: -ms-linear-gradient(top, #8DAFEB, #7191C9);
    background: -moz-linear-gradient(top, #8DAFEB, #7191C9);
    background: -webkit-linear-gradient(top, #8DAFEB, #7191C9);
    background: -o-linear-gradient(top, #8DAFEB, #7191C9);
    border: 1px solid #5f7cae; */
}

.plantag_multi_user_picker.disabled ol li {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#c8c8c8));
    filter: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ebebeb, endColorStr=#c8c8c8);
    background: -ms-linear-gradient(top, #ebebeb, #c8c8c8);
    background: -moz-linear-gradient(top, #ebebeb, #c8c8c8);
    background: -webkit-linear-gradient(top, #ebebeb, #c8c8c8);
    background: -o-linear-gradient(top, #ebebeb, #c8c8c8);
    border-color: #adadad;
}

.plantag_multi_user_picker ol li.user {
    /* background-color: #8bade9;
	border: 1px solid #5f7cae; */
}

.plantag_multi_user_picker ol li.group {
    /* background-color: #f79e5c;
	border: 1px solid #c03624; */
}

.plantag_multi_user_picker ol li.org {
    /* background-color: #e66756;
	border: 1px solid #db803c; */
}


/* 2021.11.01新增 */

.xiangmu_ipt {
    width: 140px !important;
}

.xiangmu_ipt .ipt {
    width: 140px !important;
}

.xiangmu_tab {
    border: 0 !important;
}

.fengxian {
    padding: 8px;
}

.wendang_btn {
    padding: 7px 11px;
    border-radius: 3px;
    border: 0;
}

button .wendang_btn .qd {
    background: #1890ff !important;
    color: #fff !important;
}

button .wendang_btn .qx {
    background-color: #fff !important;
    border: 1px solid #E2E2E2;
}

.fancybox-wrap .blue {
    margin-right: 15px;
}


/* 2021.11.02 */

a.layui-btn.layui-btn-sm.layui-margin-right-10 {
    background: #fff;
    color: #333;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
}

a.layui-btn.layui-btn-sm.layui-margin-right-10.layui-btn-normal {
    background: #1890ff !important;
    color: #fff;
    border: 0;
}

a.layui-btn.layui-btn-sm.layui-btn.layui-btn-sm.layui-bg-fff {
    margin-left: 15px;
}

.hyzjl input {
    width: 140px !important;
    background: red;
    position: absolute;
    height: 24px !important;
}

.add_xm .widget_search_input {
    margin-top: 4px!important;
}

.add_xm i {
    margin-top: 3px;
}

.add_xm_preson .ipt {
    position: absolute;
}

.plantag_multi_user_picker .ipt {
    outline: none;
    font-size: 12px;
    /* width: 140px; */
    /* 2021.10.19 */
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 0;
    padding: 0;
    background-color: white;
}

.plantag_multi_user_picker.disabled .ipt:disabled {
    background-color: rgb(235, 235, 228);
}

.plantag_multi_user_picker .icon {}

.plantag_multi_user_picker .user .icon {}

.plantag_multi_user_picker .group .icon {}

.plantag_multi_user_picker .org .icon {}

.plantag_multi_user_picker .name {
    color: #fff;
    white-space: nowrap;
    margin-left: 12px;
    margin-right: 9px;
}

.plantag_multi_user_picker .remove {
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    background: url(../imgs/user_picker_remove.png) no-repeat center center;
    *height: auto;
}

.plantag_multi_user_picker .remove:hover {
    background: url(../imgs/user_picker_remove_hover.png) no-repeat center center;
}

.plantag_multi_user_picker.disabled .remove {
    cursor: text;
}

.plantag_multi_user_picker.disabled .remove:hover {
    background: url(../imgs/user_picker_remove.png) no-repeat center center;
}


/*下拉框*/

.plantag_multi_user_picker_layer {
    background: #FFF;
    z-index: 9000;
    display: none;
    border: 1px solid #bdbdbd;
}

.plantag_multi_user_picker_layer ul {
    margin: 0;
    padding: 0;
}

.plantag_multi_user_picker_layer ul li {
    list-style-type: none;
}

.plantag_multi_user_picker_layer .hint {
    background-color: white;
    padding: 5px 20px 5px 5px;
    white-space: nowrap;
    font-style: italic;
    color: #333;
    border-top: 1px solid #EBEBEB;
}

.plantag_multi_user_picker_layer .container {
    /*width: 238px;*/
    display: none;
    height: 309px;
    overflow-y: scroll;
}


/*类型*/

.plantag_multi_user_picker_layer .types {
    width: 36px;
    float: left;
}

.plantag_multi_user_picker_layer .types li {}

.plantag_multi_user_picker_layer .types li div {
    padding: 10px 0;
}

.plantag_multi_user_picker_layer .empty_result {
    height: 114px;
    width: 100%;
    text-align: center;
    color: #CCC;
    font-size: 18px;
    line-height: 114px;
}

.plantag_multi_user_picker_layer .types li span {
    display: block;
    width: 23px;
    height: 18px;
    margin: 0 auto;
    background: url(../imgs/user_picker_type.png) no-repeat;
    cursor: pointer;
}

.plantag_multi_user_picker_layer .types li.org span {
    background-position: 0px -134px;
}

.plantag_multi_user_picker_layer .types li.org.focus span {
    background-position: 0px -164px;
}

.plantag_multi_user_picker_layer .types li.group span {
    background-position: 0px -34px;
}

.plantag_multi_user_picker_layer .types li.group.focus span {
    background-position: 0px -102px;
}

.plantag_multi_user_picker_layer .types li.person span {
    background-position: 0px 0px;
}

.plantag_multi_user_picker_layer .types li.person.focus span {
    background-position: 0px -68px;
}

.plantag_multi_user_picker_layer .types li.role span {
    background-position: 0px 0px;
}

.plantag_multi_user_picker_layer .types li.role.focus span {
    background-position: 0px -68px;
}


/*列表*/

.plantag_multi_user_picker_layer .results {
    min-width: 175px !important;
    float: left;
    color: #333333;
    min-height: 309px;
    border-left: 1px solid #bdbdbd;
    position: relative;
}

.plantag_multi_user_picker_layer .results .call_loading {
    background: #eee;
}

.plantag_multi_user_picker_layer .results li {
    cursor: pointer;
}

.plantag_multi_user_picker_layer .results li.disabled {
    cursor: default;
}

.plantag_multi_user_picker_layer .results li.disabled .name {
    opacity: .80;
    filter: alpha(opacity=80);
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.plantag_multi_user_picker_layer .results li span.expend {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.plantag_multi_user_picker_layer .results li span.select_children {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    /*width: 10px;*/
    padding-right: 5px;
}

.plantag_multi_user_picker_layer .results li span.loading {
    background-image: url("../imgs/loading_small.gif");
}

.plantag_multi_user_picker_layer .results .page a.loading {
    height: 10px;
    width: 6px;
    display: inline-block;
    background-image: url("../imgs/loading_small.gif");
}

.plantag_multi_user_picker_layer .user_wrap {
    height: 30px;
    line-height: 30px;
    /* 2021.10.21 */
    /* padding-left: 30px;
    width: 133px; */
}

.plantag_multi_user_picker_layer .user_wrap img {
    width: 20px;
    height: 20px;
    display: inline;
    float: left;
    margin: 5px 12px 0 0;
}

.plantag_multi_user_picker_layer .user_wrap .name {
    display: inline-block;
    width: 90px;
    height: 30px;
    margin-right: 10px;
    overflow: hidden;
}

.plantag_multi_user_picker_layer .user_wrap .byline {
    display: inline-block;
    padding-right: 20px;
}

.plantag_multi_user_picker_layer .group_wrap,
.plantag_multi_user_picker_layer .org_wrap {
    border-bottom: 1px solid #bdbdbd;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
}

.plantag_multi_user_picker_layer .results li.selected {
    background-color: #eeeeee;
}

.plantag_multi_user_picker_layer .results li.last {
    border-bottom: 0;
}


/*分页*/

.plantag_multi_user_picker_layer .page {
    width: 220px;
    height: 33px;
    line-height: 33px;
    border-top: 1px solid #bdbdbd;
    display: none;
    text-align: center;
    color: #888888;
}

.plantag_multi_user_picker_layer .page.loading {
    background: #FBFBFB url(../imgs/small-spinner.gif) no-repeat center center;
}

.plantag_multi_user_picker_layer .page span {
    cursor: pointer;
    padding: 0 8px;
}

.plantag_multi_user_picker_layer .page span.disabled {
    opacity: .40;
    filter: alpha(opacity=20);
    cursor: default;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.plantag_multi_user_picker_layer .page a {
    padding: 0 2px;
    margin: 0 3px;
    cursor: pointer;
    color: #888888;
}

.plantag_multi_user_picker_layer .page a.selected {
    color: #333;
}

#doc_file_upload-button {
    background-color: #505050\0;
    *background-color: #505050;
}


/*******选人控件 end*******/

.widget_varsel_gray_search {
    position: relative;
    padding: 0 28px 0 0px;
    border: 1px solid #c4c4c4;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    background-color: #fff;
}

.widget_varsel_gray_search i {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 19px;
    width: 19px;
    background-image: url(../imgs/search_gray.png);
    background-position: 0 0;
    display: block;
}

.widget_varsel_gray_search b {
    position: absolute;
    top: 15px;
    right: 50px;
    height: 19px;
    width: 19px;
    background-image: url(../imgs/search_clear.png);
    background-position: 0 0;
    display: block;
}

.widget_varsel_gray_search .search_btn {
    position: absolute;
    top: 8px;
    left: 9px;
    right: 20px;
    height: 20px;
    width: 20px;
    background: url(../imgs/search_big_white.png) no-repeat;
    background-position: 0 0;
    display: block;
}

.istyle1 .tip {
    color: #999999;
    font-size: 13px;
    float: right;
}

.layui-input-padding-3 {
    padding: 3px 0 3px 8px !important;
}

.layui-input-padding-4 {
    padding: 4px 0 4px 8px !important;
}

.layui-input-padding-3 i {
    top: 9px;
}

.layui-width-180 {
    width: 180px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 2px;
    padding-left: 8px;
}

.layui-bg-fff {
    border-radius: 2px !important;
    background-color: #fff !important;
    border: 1px solid #E2E2E2 !important;
}

.layui-bg-fff span {
    color: #333;
}

.layui-bg-fff .layui-cancel-edit-btn {
    background-color: #fff !important;
    color: #333;
}