.ui-display-hide{display:none!important;}


/* ======================================== ui-breadcrumb ======================================== */
.ui-breadcrumb{background-color:#f3f4f8;padding-left:20px;}
.ui-breadcrumb:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.ui-breadcrumb li{float:left;}
.ui-breadcrumb li a{
    position:relative;
    display:block;
    height:44px;
    line-height: 44px;
    color: #8592a3;
    font-size:14px;
    padding-right:16px;
    background:url(../../images/common/nav-right-icon.png) right center no-repeat;
    background-size:16px 16px;
}
.ui-breadcrumb li:first-child a{}
.ui-breadcrumb li:first-child a.ui-nav-back{
    width:30px;
    background:url(../../images/common/nav-back-icon.png) left center no-repeat;
    background-size:20px 20px;
    padding-right:0;
}


.ui-breadcrumb li:last-child a{color:#373c42;padding-right:0;background:none;}

/* ======================================== ui-tab-menu-list ======================================== */
.ui-tab-menu-list{background-color:#f3f4f8;}
.ui-tab-menu-list:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.ui-tab-menu-list li.ui-tab-menu-item{float:left;padding-left:24px;}
.ui-tab-menu-list li.ui-tab-menu-item a{
    display:block;
    height:44px;
    line-height: 42px;
    border-bottom:2px solid transparent;
    color:#8592a2;
    text-decoration: none;
}
.ui-tab-menu-list li.ui-tab-menu-item a.active{
    border-bottom-color: #f08200;
    color:#373c42;
}


/* ======================================== ui-font ======================================== */
/* ui-font-style */
.ui-font-style-normal{font-style: normal!important;}
.ui-font-style-italic{font-style:italic!important;}

/* ui-font-weight */
.ui-font-weight-normal{font-weight: normal!important;}
.ui-font-weight-bold{font-weight: bold!important;}

/* ui-font-color */
.ui-font-color-white{color:#fff!important;}
.ui-font-color-main{color:#373c42!important;}
.ui-font-color-grey{color:#8592a3!important;}
.ui-font-color-blue{color:#f08200!important;}

/* ui-font-size */
.ui-font-size-12{font-size:12px!important;}
.ui-font-size-18{font-size:18px!important;}
.ui-font-size-30{font-size:30px!important;}
.ui-font-size-36{font-size:36px!important;}

/* text-align-left */
.ui-text-align-left{text-align: left!important;}
.ui-text-align-right{text-align: right!important;}
.ui-text-align-center{text-align: center!important;}

/*text-decoration*/
.ui-text-decoration-underline{
    text-decoration: underline;
}


/* ================================================== ui-table-collapse  ======================================== */
.ui-collapse-table{
    font-size:14px;
    color:#222;
}

.ui-collapse-table .ui-table-add-collapse{
    display:none;
    border: 3px solid #4a5468;
}

.ui-collapse-table ul{
    list-style-type: none;
    margin-bottom:0;
    padding:0;
}
.ui-collapse-table  .ui-table-row .ui-table-row-content:after{
    content:"";display:block;height:0;clear:both;visibility:hidden;
}
.ui-collapse-table  .ui-table-row .ui-table-row-content:hover{
    background-color:#f3f4f8;
}

.ui-collapse-table  .ui-table-row .ui-table-row-content .ui-table-cell{
    float:left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding:0 12px;
}

/*ui-thead*/
.ui-collapse-table .ui-thead{
    background-color:#f3f4f8;
    border-bottom:1px solid #d9dde0;
}
.ui-collapse-table .ui-thead .ui-table-row .ui-table-row-content{
}
.ui-collapse-table .ui-thead .ui-table-row .ui-table-row-content .ui-table-cell{
    height:28px;
    line-height: 28px;
    font-size:12px;
    color:#8592a3;
}

/*ui-tbody*/
.ui-collapse-table .ui-tbody{}
.ui-collapse-table .ui-tbody .ui-table-row .ui-table-row-content{
    border-bottom:1px solid #f4f4f7;
}
.ui-collapse-table .ui-tbody .ui-table-row .ui-table-row-content .ui-table-cell{
    height:40px;
    line-height:40px;
    cursor: pointer;
    font-size:14px;
    color:#373c42;
}


/*ui-table-row*/
.ui-collapse-table .ui-table-row.ui-table-row-selected>.ui-table-row-content{border-bottom:none;background-color:#4a5468;}
.ui-collapse-table .ui-table-row.ui-table-row-selected .ui-table-row-content .ui-table-cell{
    color:#fff;
    background-color:#4a5468;     
}

/* ui-row-collapse */
.ui-collapse-table .ui-table-row .ui-table-row-collapse{
    background-color:transparent;
    border-left:3px solid #4a5468;
    border-right:3px solid #4a5468;
    border-bottom:3px solid #4a5468;
    display:none;
}
.ui-collapse-table .ui-table-row .ui-table-row-collapse.modal-mode-container{
    position: fixed;
    left: 200px;
    top: 96px;
    right: 0;
    bottom: 0;
    border: none;
    background-color: rgba(0,0,0,.6);
    z-index: 1000;
}
.ui-collapse-table .ui-table-row .ui-table-row-collapse.modal-mode-container .modal-mode-box{
    background-color: white;
    position: absolute;
    top: 20px;
    overflow:hidden;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    border-radius: 15px;
}
.ui-collapse-table .ui-table-row .ui-table-row-collapse .close-modal {
    display: none;
}
.ui-collapse-table .ui-table-row .ui-table-row-collapse.modal-mode-container .modal-mode-box .close-modal {
    text-align: right;
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid #eee;
    display: block;
}
.ui-collapse-table .ui-table-row .ui-table-row-collapse.modal-mode-container .modal-mode-box .close-modal span {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 30px;
    color: #ccc;
}
.ui-collapse-table .ui-table-row .ui-table-row-collapse.modal-mode-container .modal-mode-box .close-modal span:hover {
    color:rgba(0,0,0,.65);
}
.ui-collapse-table .ui-table-row .ui-table-row-collapse.modal-mode-container .modal-mode-box .modal-mode-content {
    border: none;
    max-height: 450px;
    overflow-y: auto;
}

.ui-collapse-table .ui-table-add-collapse.modal-mode-container{
    position: fixed;
    left: 200px;
    top: 96px;
    right: 0;
    bottom: 0;
    border: none;
    background-color: rgba(0,0,0,.6);
    z-index: 1000;
}
.ui-collapse-table .ui-table-add-collapse.modal-mode-container .modal-mode-box{
    background-color: white;
    position: absolute;
    top: 20px;
    overflow:hidden;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    border-radius: 15px;
}
.ui-collapse-table .ui-table-add-collapse .close-modal {
    display: none;
}
.ui-collapse-table .ui-table-add-collapse.modal-mode-container .modal-mode-box .close-modal {
    text-align: right;
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid #eee;
    display: block;
}
.ui-collapse-table .ui-table-add-collapse.modal-mode-container .modal-mode-box .close-modal span {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 30px;
    color: #ccc;
}
.ui-collapse-table .ui-table-add-collapse.modal-mode-container .modal-mode-box .close-modal span:hover {
    color:rgba(0,0,0,.65);
}
.ui-collapse-table .ui-table-add-collapse.modal-mode-container .modal-mode-box .modal-mode-content {
    border: none;
    max-height: 450px;
    overflow-y: auto;
}


/* ======================================== ui-collapse-edit-form ======================================== */
ul.ui-collapse-edit-form{}
ul.ui-collapse-edit-form:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
ul.ui-collapse-edit-form>li{
    float:left;
    padding: 10px 20px 0 0;
}

ul.ui-collapse-edit-form .label-text{
    display: block;
    height: 24px;
    line-height: 24px;
    color: #8592a3;
    font-size: 12px;
}

/*ui-collapse-edit-form-6*/
ul.ui-collapse-edit-form-6>li{width:16.666666666666666666%;}
ul.ui-collapse-edit-form-6>li.colspan-2{width:33.333333333333%;}
ul.ui-collapse-edit-form-6>li.colspan-3{width:50%;}
ul.ui-collapse-edit-form-6>li.colspan-4{width:66.666666666%;}
ul.ui-collapse-edit-form-6>li.colspan-5{width:83.333333333%;}
ul.ui-collapse-edit-form-6>li.colspan-6{width:100%;}
ul.ui-collapse-edit-form-6>li.colspan-7{width:25%;}

/*ui-collapse-edit-form-5*/
ul.ui-collapse-edit-form-5>li{width:20%;}
ul.ui-collapse-edit-form-5>li.colspan-2{width:40%;}
ul.ui-collapse-edit-form-5>li.colspan-3{width:60%;}
ul.ui-collapse-edit-form-5>li.colspan-4{width:80%;}
ul.ui-collapse-edit-form-5>li.colspan-5{width:100%;}

/*ui-collapse-edit-form-2*/
ul.ui-collapse-edit-form-4>li{width:25%;}
ul.ui-collapse-edit-form-4>li.colspan-2{width:50%;}
ul.ui-collapse-edit-form-4>li.colspan-3{width:75%;}
ul.ui-collapse-edit-form-4>li.colspan-4{width:100%;}


/* ======================================== ui-collapse-edit-form ======================================== */
.ui-collapse-edit-form-table>table{
    width:100%;
}

.ui-collapse-edit-form-table>table th,
.ui-collapse-edit-form-table>table td{
    height:40px;
    border:1px solid #dae1e7;
    padding:0 10px;
    font-weight:normal;
}
.ui-collapse-edit-form-table>table th {
    background-color:#f3f4f8;
}

.ui-collapse-edit-form-table>table td.ui-td-edit{
    padding:0;
}

.ui-collapse-edit-form-table>table td.ui-td-edit>input{
    padding-left:10px;
    padding-right:10px;
    width:100%;
    height:38px;
    line-height:38px ;
    border:0;

}

.ui-collapse-edit-form-table>table td.ui-td-composite{
    padding:10px;
}

/* ======================================== ui-table-default ======================================== */
table.ui-table-default{
    width:100%;
}

table.ui-table-default thead th{
    height:28px;
    background-color:#f3f4f8;
    font-weight: normal;
    color:#8592a3;
    padding:0 10px;
    /*border-bottom:1px solid #d9dde0;*/
    font-size:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.ui-table-default tbody td{
    height:40px;
    padding:0 10px;
    border-bottom:1px solid #f3f4f8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.ui-table-default tbody tr:hover{
    background-color:#f3f4f8;
}

/* ######################################## ui-input ######################################## */
.ui-input{position:relative;width:100%;}
.ui-input input{
    display:block;
    width:100%;
    height:100%;
    border:1px solid #dae2e7;
    padding:0 10px;
    background-color:#f3f4f8;
    font-size:14px;
    color:#373c42;
    cursor: pointer;
    outline: none;
    border-radius: 1px;
}
/*.ui-input.ui-input-require input{border-left:2px solid #e64e4d;}*/
.ui-input input:focus{
    outline: 4px solid #91c0f1;
    cursor: pointer;
    border-radius: 0;
    border:none;
}

/*ui-input-error*/
.ui-input .error-msg{
    content:"";
    position:absolute;
    right:1px;
    top:1px;
    display:none;
    width:24px;
    height:24px;
    background:url(../../images/common/input-error-icon.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.ui-input.ui-input-error .error-msg{display:block;}

.ui-input .error-msg span{
    position:absolute;
    top:-26px;
    right:0;
    height:20px;
    display:none;
    line-height: 20px;
    color:#fff;
    background-color:#394252;
    padding:0 10px;
    cursor: pointer;
    white-space: nowrap;
    font-size:12px;
}
.ui-input .error-msg span:after{
    content:"";
    position:absolute;
    right:6px;
    bottom:-4px;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:4px solid #394252;
}
.ui-input .error-msg:hover span{display:block;}

.ui-input.ui-input-error input{border-color:#e64e4d;}

/*ui-input-display-span*/
.ui-input .ui-input-display-span{
    display:none;
    width:100%;
    border: 1px solid #dae2e7;
    background-color: #f3f4f8;
    padding:0 10px;
    font-size:14px;
    overflow: hidden;
}

/*.ui-input.ui-input-integer input,*/
/*.ui-input.ui-input-float input{text-align: right}*/


.ui-input.ui-input-multiple .ui-input-display-span{
    display: block;
}

.ui-input.ui-input-multiple input{
    display: none;
}

.ui-input.ui-input-multiple.ui-input-edit .ui-input-display-span{
    display: none;
}

.ui-input.ui-input-multiple.ui-input-edit input{
    display: block;
}

.ui-input input[readonly] {
    background-color:#f8f8ff;
}



/*ui-input-26*/
.ui-input-26 {height:26px;}
.ui-input-26 input {}
.ui-input.ui-input-26 .error-msg{width:20px;height:20px;}
.ui-input.ui-input-26 .error-msg span:after{right:3px;}
.ui-input.ui-input-26 .ui-input-display-span{height:26px;line-height: 24px;cursor:pointer;}

/*ui-input-32*/
.ui-input-32 {height:32px;}
.ui-input.ui-input-32 .error-msg{width:20px;height:20px;}
.ui-input.ui-input-32 .error-msg span:after{right:3px;}
.ui-input.ui-input-32 .ui-input-display-span{height:32px;line-height: 30px;cursor:pointer;}

/*ui-input-40*/
.ui-input-40 {height:40px;}
.ui-input.ui-input-40 .ui-input-display-span{height:40px;line-height: 38px;cursor:pointer;}

/* ======================================== ui-input-approval ======================================== */
.ui-input-approval{height:100%;}
.ui-input-approval input{
    background-color:#fff;
    border:none;
}
.ui-input-approval input:focus{
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border:1px solid #91c0f1;
}

.ui-input-td{height:100%;}
.ui-input-td input{
    text-align:left;
    background-color:#fff;
    border:none;
}

.ui-input-td input:focus{
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border:none;
}

/* ======================================== ui-input-black ======================================== */
.ui-input-black input{
    background-color:#394252;
    color:#fff;
}

.ui-input-black input{border-color:#394252;}


/* ======================================== ui-input-default ======================================== */
.ui-input-default input{}


/* ######################################## ui-select ######################################## */
.ui-select{
    position:relative;
    cursor:pointer;
    height:32px;
}

.ui-select:after{
    content:"";
    position:absolute;
    right:10px;
    top:0;
    bottom:0;
    width:13px;
    height:8px;
    margin:auto;
    background:url(../../images/component/select-black-down-icon.png) no-repeat;
    background-size:contain;
}

.ui-select>input{
    display:block;
    width:100%;
    height:100%;
    padding-left:10px;
    padding-right:33px;
    cursor:pointer;
    border:1px solid #dae2e7;
    border-radius: 1px;
}

td .ui-select>input {
    border:none;
}

.ui-select>input:focus{
    outline: 4px solid #91c0f1;
}

.ui-select ul{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    max-height:322px;
    padding:0;
    list-style:none;
    margin:2px 0 0 0 ;
    z-index: 9999;
    overflow-y: auto;
    min-width: 100%;
    max-width: 240px;
}
.ui-select.open:after{
    background-image:url(../../images/component/select-black-up-icon.png);
}
.ui-select.open ul{
    display:block;
}

.ui-select ul>li{
    height:32px;
    line-height: 32px;
    padding-left:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select ul>li:hover{

}

.ui-select.ui-select-disabled input{color:#8592a3;}
/* 三级联动-支持二级 bg Sweet */
.ui-three-level-select>ul{
    z-index: 99999;
}
.ui-three-level-select>ul:nth-of-type(1){
    width: 33.3%;
    left: 0;
    right: unset;
}
.ui-three-level-select>ul:nth-of-type(2){
    width: 33.3%;
    left: 33.3%;
    right: unset;
}
.ui-three-level-select>ul:nth-of-type(3){
    width: 33.3%;
    left: 66.6%;
    right: unset;
}
.ui-select.open-level-first>ul:nth-of-type(1){
    display:block;
}
.ui-select.open-level-second>ul:nth-of-type(2){
    display:block;
}
.ui-select.open-level-third>ul:nth-of-type(3){
    display:block;
}
/*todo:update by cheng*/
.ui-select.ui-input-require, td.ui-td-require{position:relative;}
.ui-input-require:before,
.ui-select.ui-input-require:before, td.ui-td-require:before{
    display: block;
    position: absolute;
    top:50%;
    left:0;
    /* margin-top:-13px; */
    transform: translateY(-50%);

    width:3px;
    /* height:26px; */
    height: 80%;

    border-left:solid 3px #e64e4d;
    content:" ";
    z-index:9;
}

.textarea-before:before{
    margin-top: -3px;
}

.ui-select.ui-input-require input{border-left:2px solid transparent;}

/*ui-select-black-26*/
.ui-select.ui-select-black-26{
    height:26px;
}
.ui-select.ui-select-black-26 input{font-size:12px;}

.ui-select.ui-select-black-26>ul>li{
    height:26px;
    line-height: 26px;
    font-size:12px;
}

/* ======================================== ui-select-approval ======================================== */
.ui-select-approval{
    height:100%;
}
.ui-select-approval>input:focus{
    border: 1px solid #91c0f1;
    outline: none;
}
.ui-select-approval>ul{
    background-color: #fff;
    border:1px solid #c8cbca;
}
.ui-select-approval>ul>li:hover{
    background-color:#dae1e7;
}
.ui-select-approval>ul>li.active{
    background-color:#dae1e7;
}

/* ======================================== ui-select-default ======================================== */
.ui-select-default>input{
    border:1px solid #dbdede;
    background-color:#fff;
    color:#373c42;
}

.ui-select-default ul{
    background-color: #f6f6f6;
    border:1px solid #c8cbca;
    max-height: 360px;
    overflow-y: auto;
}

.ui-select-default ul>li:hover{
    background-color:#dae1e7;
}
.ui-select-default ul>li.active{
    background-color:#dae1e7;
}

/*ui-select-error*/
.ui-select .error-msg{
    content:"";
    position:absolute;
    right:1px;
    top:1px;
    display:none;
    width:24px;
    height:24px;
    background:url(../../images/common/input-error-icon.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 999;
}
.ui-select.ui-select-error .error-msg{display:block;}

.ui-select .error-msg span{
    position:absolute;
    top:-26px;
    right:0;
    height:20px;
    display:none;
    line-height: 20px;
    color:#fff;
    background-color:#394252;
    padding:0 10px;
    cursor: pointer;
    white-space: nowrap;
    font-size:12px;
}
.ui-select .error-msg span:after{
    content:"";
    position:absolute;
    right:6px;
    bottom:-4px;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:4px solid #394252;
}
.ui-select .error-msg:hover span{display:block;}

.ui-select.ui-select-error input{border-color:#e64e4d;}

/* ======================================== ui-select-black ======================================== */
.ui-select-black>input{
    background-color:#394052;
    color:#fff;
}
.ui-select-black>ul{
    background-color: #4a5468;
    border:1px solid #384354;
    color:#fff;
}

.ui-select-black>ul>li:hover{
    background-color:#394252;
}
.ui-select-black>ul>li.active{
    background-color:#394252;
}
.ui-select-default>ul>li.active_all{
    background-color:#dae1e7;
    padding-right: 26px;
    background:url(../../images/component/user_selector_check_press.png) no-repeat 95% center;
    background-size: 14px;
}
/* ######################################## ui-datetimepicker ######################################## */
.ui-datetimepicker{
    position:relative;
    width:100%;
    height:32px;
    cursor:pointer;
    box-sizing: border-box;
}

td .ui-datetimepicker {
    height:100%;
}
/*.ui-datetimepicker:hover{ outline:4px solid #91c0f1;}*/

.ui-datetimepicker>input{
    display:block;
    width:100%;
    height:100%;
    border-radius: 0;
    cursor:pointer;
    border:none;
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
    -webkit-appearance: none;
    box-shadow: none;

}


.ui-datetimepicker:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:32px;
    height:100%;
    background: no-repeat center center;
    background-size:15px 15px;
}

.ui-datetimepicker.simple:after{display:none;}

.ui-datetimepicker-26{height:26px;}
.ui-datetimepicker-26 input{font-size:12px;}

/*ui-datetimepicker-error*/
.ui-datetimepicker .error-msg{
    content:"";
    position:absolute;
    right:1px;
    top:1px;
    display:none;
    width:24px;
    height:24px;
    background:url(../../images/common/input-error-icon.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 9;
}
.ui-datetimepicker.ui-datetimepicker-error .error-msg{display:block;}

.ui-datetimepicker .error-msg span{
    position:absolute;
    top:-26px;
    right:0;
    height:20px;
    display:none;
    line-height: 20px;
    color:#fff;
    background-color:#394252;
    padding:0 10px;
    cursor: pointer;
    white-space: nowrap;
    font-size:12px;
}
.ui-datetimepicker .error-msg span:after{
    content:"";
    position:absolute;
    right:6px;
    bottom:-4px;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:4px solid #394252;
}
.ui-datetimepicker .error-msg:hover span{display:block;}

.ui-datetimepicker.ui-datetimepicker-error>input.form-control{border-color:#e64e4d;}
.ui-datetimepicker.ui-datetimepicker-error:hover{ outline:none;}
/* ======================================== ui-datetimepicker-approval ======================================== */
.ui-datetimepicker-approval{height:100%;}
.ui-datetimepicker-approval>input.form-control{
    color:#373c42;
    border: none;
    background-color: #fff;
}
.ui-datetimepicker-approval:hover,
.ui-datetimepicker-approval:focus{
    outline: none;
    border:1px solid #91c0f1;
}
.ui-datetimepicker-approval:after{
    background-image: url(../../images/component/datetime-default-icon.png);
}
/* ======================================== ui-datetimepicker-default ======================================== */
.ui-datetimepicker-default{}

.ui-datetimepicker-default>input.form-control{
    color:#373c42;
    border: 1px solid #dae2e7;
    background-color: #f3f4f8;
}
td .ui-datetimepicker-default>input.form-control {
    border:none;
}
/*todo: update by cheng*/
/*.ui-datetimepicker.ui-input-require>input.form-control{border-left:2px solid #e64e4d;}*/


.ui-datetimepicker-default:after{
    background-image: url(../../images/component/datetime-default-icon.png);
}

/* ======================================== ui-datetimepicker-black ======================================== */
.ui-datetimepicker-black{}

.ui-datetimepicker-black>input.form-control{
    background-color:#394252;
    color:#fff;
}


.ui-datetimepicker-black:after{
    background-image: url(../../images/component/datetime-icon.png);
}

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu .datetimepicker-minutes .minute.active,
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu .datetimepicker-hours .hour.active,
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu .datetimepicker-days .day.active,
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu .datetimepicker-months .month.active,
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu .datetimepicker-years .year.active{
    background-image:none;
    background-color:#5ab46e;
}


/* ======================================== ui-btn ======================================== */
.ui-btn{
    display:inline-block;
    /*width:120px;*/
    min-width:88px;
    padding:0 10px;
    height:32px;
    line-height: 30px;
    font-size:14px;
    text-decoration: none!important;
    cursor: pointer;
    /*border-radius: 3px;*/
    text-align: center;
}

.ui-footer .ui-btn-group .ui-btn {
    margin-left:5px;
}

.ui-btn-default{
    background-color:transparent;
    color:#f08200;
    border:1px solid #f08200;
}

.ui-btn-default:hover,.ui-btn-default:focus,.ui-btn-default:active{
    background-color:transparent;
    color:#f08200;
}

.ui-btn-blue{
    background-color:#f08200;
    color:#fff;
    border:1px solid #f08200;
}

.ui-btn-blue:hover,.ui-btn-blue:focus,.ui-btn-blue:active{
    color:#fff;
}

/* ######################################## ui-date-selector ######################################## */
.ui-date-selector {
    position: relative;
    height: 32px;
    padding:0 32px;
    border-radius: 1px;
}
.ui-date-selector > em {
    position: absolute;
    top:0;
    bottom:0;
    display: block;
    height: 100%;
    width: 32px;
    cursor: pointer;
    background:no-repeat center center;
    background-size:16px 16px;
}
.ui-date-selector > input {
    display:block;
    width: 100%;
    height:100%;
    border:none;
    text-align: center;
    padding:0 10px;
    outline: none;
}

.ui-date-selector-26{height:26px;}
.ui-date-selector-26 input{font-size:12px;}

/* ======================================== ui-date-selector-black ======================================== */
.ui-date-selector-black{
    background-color: #394252;
}

.ui-date-selector-black > em.ui-date-selector-prev{
    left:0;
    background-image:url(../../images/component/arrow-left-black-icon.png);
    border-right: 1px solid #475060;
}
.ui-date-selector-black > em.ui-date-selector-prev:hover{
    background-color:#5ab46e;
    background-image:url(../../images/component/arrow-left-white-icon.png);
}

.ui-date-selector-black > em.ui-date-selector-next{
    right:0;
    background-image:url(../../images/component/arrow-right-black-icon.png);
    border-left: 1px solid #475060;
}

.ui-date-selector-black > em.ui-date-selector-next:hover{
    background-color:#5ab46e;
    background-image:url(../../images/component/arrow-right-white-icon.png);
}

.ui-date-selector-black > input{
    background-color: transparent;
    color:#fff;
}

/* ======================================== ui-date-selector-default ======================================== */
.ui-date-selector-default{
    border:1px solid #dae1e7;
}

.ui-date-selector-default > em.ui-date-selector-prev{
    left:0;
    background-image:url(../../images/component/arrow-left-black-icon.png);
    border-right: 1px solid #dae1e7;
}
.ui-date-selector-default > em.ui-date-selector-prev:hover{
}

.ui-date-selector-default > em.ui-date-selector-next{
    right:0;
    background-image:url(../../images/component/arrow-right-black-icon.png);
    border-left: 1px solid #dae1e7;
}

.ui-date-selector-default > em.ui-date-selector-next:hover{
}

.ui-date-selector-default > input.form-control{
    background-color:#fff;
    border-radius: 0;
}

/* ======================================== ui-section-title ======================================== */
.ui-section-title{position:relative;height:46px;line-height:44px;padding-top:2px;font-size:18px;color:#373c42;}
.ui-section-title:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    width:100%;
    height:2px;
    background-color:#dfe6e9;
}

.ui-section-title:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:64px;
    height:2px;
    background-color:#f08200;
}


/* ######################################## ui-search ######################################## */
.ui-search{
    position:relative;
    height:32px;

}
.ui-search>input{
    display:block;
    width:100%;
    height:100%;
    border:none;
    background-color:transparent;
    border-radius: 1px;
    padding:0 10px 0 10px;
}


.ui-search>span{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:32px;
    background:no-repeat center center;
    background-size:16px 16px;
    cursor: pointer;
}
.ui-search.ui-search-active{outline: 4px solid #91c0f1;}

.ui-search-26{
    height:26px;
}
/* ======================================== ui-search-black ======================================== */
.ui-search-black>input{
    background-color:#3b4152;
    color:#fff;
}

.ui-search-black>span{border-left:1px solid #475060; background-image:url(../../images/common/search-grey-icon.png);}

.ui-search-black.ui-search-active span{
    background-color:#5ab46e;
    background-image:url(../../images/common/search-white-icon.png);
}

/* ======================================== ui-search-default ======================================== */
.ui-search-default>input{
    border:1px solid #dae1e7;
}
.ui-search-default>input:focus{
}

.ui-search-default>span{border-left:1px solid #dae1e7; background-image:url(../../images/common/search-grey-icon.png);}

.ui-search-default.ui-search-active span{
    background-color:#5ab46e;
    background-image:url(../../images/common/search-white-icon.png);
}


/* ======================================== ui-check-btn-group ======================================== */
.ui-check-btn-group{}
.ui-check-btn-group:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.ui-check-btn-group .ui-check-btn{
    display:block;
    height:32px;
    line-height: 30px;
    color:#373c42;
    text-decoration: none;
    float:left;
    padding:0 20px;
    border-top:1px solid #dfe5e9;
    border-right:1px solid #dfe5e9;
    border-bottom:1px solid #dfe5e9;
    cursor: pointer;
}
.ui-check-btn-group .ui-check-btn:hover{
    background-color:#eaeaea;
}
.ui-check-btn-group .ui-check-btn.active{
    background-color:#8493a3;
    color:#fff;
    border-color:#a0aab4;
}
.ui-check-btn-group .ui-check-btn:first-child{
    border-left:1px solid #dfe5e9;
   /* border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;*/
}
/*.ui-check-btn-group .ui-check-btn:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}*/


/* ======================================== ui-checkbox ======================================== */
.ui-checkbox{
    display:inline-block;
    width:16px;
    height:16px;
    background:url(../../images/component/checkbox.png) no-repeat center center;
    background-size:contain;
    cursor: pointer;
}

.ui-checkbox:hover{
    background-image:url(../../images/component/checkbox-hover.png);
}


.ui-checkbox.checked{
    background-image:url(../../images/component/checkbox-checked.png);
}

/* ======================================== ui-icon ======================================== */
.ui-icon{
    display:inline-block;
    background:no-repeat center center;
    background-size:contain;
}

.ui-icon-arrow-down-red{
    width:8px;
    height:12px;
    background-image:url(../../images/common/arrow-down-red.png);
}

.ui-icon-arrow-up-blue{
    width:8px;
    height:12px;
    background-image:url(../../images/common/arrow-up-blue.png);
}

.ui-icon-ok{
    width:16px;
    height:16px;
    background:url(../../images/common/ok-icon.png);
}

/* ======================================== ui-network-section ======================================== */
.ui-network-section{
    border-top:8px solid #4a5468;
}
.ui-network-section .ui-network-section-head{
    position:relative;
    height:42px;
    line-height: 41px;
    border-left:1px solid #dae1e7;
    border-right:1px solid #dae1e7;
    border-bottom:1px solid #dae1e7;
    font-size:18px;
    padding-left:20px;
    background-color:#f3f4f8;
}

.ui-network-section .ui-network-section-head a.ui-section-collapse-btn{
    position:absolute;
    right:20px;
    top:0;
    bottom:0;
    display:block;
    width:24px;
    height:24px;
    background:url(../../images/component/section-collapse-btn-icon.png) no-repeat center center;
    background-size:contain;
    margin:auto;
    cursor:pointer;
    outline: none;
    transition:rotate 0.3s;
    -webkit-transition:rotate 0.3s;
    -ms-transition:rotate 0.3s;
}
.ui-network-section .ui-network-section-head a.ui-section-collapse-btn.collapsed{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.ui-network-section .ui-network-section-head a.ui-section-collapse-btn:hover{
    background-image:url(../../images/component/section-collapse-btn-hover-icon.png);
}

.ui-network-section .ui-network-section-body table{
    width:100%;
}

.ui-network-section .ui-network-section-body table th,
.ui-network-section .ui-network-section-body table td{
    height:40px;
    border:1px solid #dae1e7;
    padding-left:10px;
    font-weight: normal;
}
.ui-network-section .ui-network-section-body table .padding-none{padding:0;}

.ui-network-section .ui-network-section-body table th{color:#8592a3;background-color:#f3f4f8;}
.ui-network-section .ui-network-section-body table tr:first-child th,
.ui-network-section .ui-network-section-body table tr:first-child td{border-top:none;}

/*inner-table*/
.ui-network-section .ui-network-section-body table.inner-table th:first-child,
.ui-network-section .ui-network-section-body table.inner-table td:first-child{
    border-left:none;
}

.ui-network-section .ui-network-section-body table.inner-table th:last-child,
.ui-network-section .ui-network-section-body table.inner-table td:last-child{
    border-right:none;
}

.ui-network-section .ui-network-section-body table.inner-table tr:last-child th,
.ui-network-section .ui-network-section-body table.inner-table tr:last-child td{
    border-bottom:none;
}

/* ======================================== ui-network-approver-list ======================================== */
.ui-network-approver-list{padding-top:40px;}
.ui-network-approver-list li{
    position:relative;
    height:40px;
    padding-left:200px;
    margin-bottom:10px;
}
.ui-network-approver-list li em{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:200px;
    height:40px;
    line-height: 40px;
    text-align: right;
    padding:0 10px;
}
.ui-network-approver-list li input{
    display:block;
    width:300px;
    height:100%;
    background-color:#f3f4f8;
    border:none;
    border-left:2px solid #f08200;
    padding:0 10px;
}


/* ======================================== 网批状态进度 ======================================== */
.network-process-bar-item-list{background-color:inherit;border-radius: 0;padding-left:0;padding-right:0;}
.network-process-bar-item-list li{display:inline-block;}
.network-process-bar-item-list li>span{display:inline-block;padding:6px 8px;border:solid 1px #ddd;border-radius: 4px;}
.network-process-bar-item-list li.network-process-done>span{background-color: #eaeaea;}
.network-process-bar-item-list li.network-process-start>span{background-color:#18b0e2;color:#fff;border:solid 1px #18b0e2; }
.network-process-bar-item-list li.network-process-next>span{}
.network-process-bar-item-list > li + li:before{content: ">";padding: 0 5px;color: #ccc;}

/* ======================================== 网批审批记录 ======================================== */
.network-approval-message-container ul{list-style: none;padding-left:0;}
.network-approval-message-container ul li{margin-top:10px;}
.network-approval-message-container ul li .ui-comment-message-status{padding-left:20px;padding-right:20px;height:38px;line-height: 38px;background-color: #f3f3f3;}
.network-approval-message-container ul li .ui-status-current{border-left:solid 4px #17b1e3; }
.network-approval-message-container ul li .ui-comment-message-status>span{display: inline-block;width:30%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.network-approval-message-container ul li .ui-comment-message-status>em{display: inline-block;width:3%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.network-approval-message-container ul li .ui-comment-message-agreement{padding:15px 65px;color:#757575;}
.network-approval-message-container ul.ui-comment-message-sub{padding-left:30px;}

/* ======================================== 网批尾部内容发送 ======================================== */
.ui-comment-opt{
    padding: 20px 0;
}
.ui-comment-opt .ui-block-title{
    position:relative;
    height:40px;
    line-height: 40px;
    padding-left: 14px;
}

.ui-comment-opt .ui-block-title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 18px;
    background-color: #e64e4d;
    margin: auto;
}

.ui-comment-opt .ui-block-title span{
    font-size: 16px;
}

.ui-comment-opt .ui-block-title em{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    font-size:14px;
    color:#e64e4d;
}

.ui-comment-opt .ui-commnet-opt-share {min-height:30px;line-height: 30px;border-bottom:1px solid #dae1e7;margin-bottom:12px;padding-bottom:15px;}
.ui-comment-opt .ui-commnet-opt-share>span{color:#18b0e2;}
.ui-comment-opt .ui-commnet-opt-share .ui-commnet-opt-share-creator{line-height:30px;color:#8592a3;}
.ui-comment-opt .ui-commnet-opt-share .ui-commnet-opt-share-content{line-height:24px;}


.ui-comment-opt .ui-comment-message-share{
    position:relative;
    height:50px;
    line-height: 50px;
    background-color:#ddf0f6;
    padding:0 14px 0 14px;
    color:#8592a3;
    margin-bottom:20px;
}

.ui-comment-opt .ui-comment-message-share:before{
    content:"";
    position:absolute;
    left:0;
    top: -12px;
    border-left: solid 12px #ddf0f6;
    border-top: solid 12px transparent;
}

.ui-comment-opt .ui-comment-message-share span{color:#f08200;}

.ui-comment-opt .ui-comment-opt-comment{position:relative;margin-top:20px;padding-right:90px;}
.ui-comment-opt .ui-comment-opt-comment textarea{padding:8px;width:100%;height:90px;resize:none;}
.ui-comment-opt .ui-comment-opt-comment button{position: absolute;height:92px;width:95px;right:0;top:-2px;background-color:#818c92;color:#fff; }

/* ======================================== 对话框标准样式 ======================================== */
.ui-dialog{}
.ui-dialog .modal-header{position:relative;height:50px;padding:0 20px;}
.ui-dialog .modal-header h3.modal-title{height:50px;line-height: 50px;font-size:18px;}
.ui-dialog .modal-header button.close{
    position:absolute;
    right:20px;
    top:0;
    bottom:0;
    display:block;
    width:16px;
    height:16px;
    background:url(../../images/common/dialog-close-icon.png) no-repeat;
    background-size: contain;
    margin:auto;
    cursor:pointer;
    opacity:1;
}

.ui-dialog .modal-header button.close:hover{
    background-image:url(../../images/common/dialog-close-hover-icon.png);
}
.ui-dialog .modal-footer{
    height:62px;
    padding:15px 20px;
}
.ui-dialog .modal-footer .ui-dialog-btn-close{
    height:32px;
    line-height: 26px;
    border:2px solid #808c92;
    padding:0 20px;
    background-color:#fff;
    margin-left:6px;
    color:#687176;
}

.ui-dialog .modal-footer .ui-dialog-btn-ok{
    height:32px;
    line-height: 32px;
    border:none;
    padding:0 40px;
    background-color:#808c92;
    color:#fff;
    margin-left:6px;
    font-size:14px;
}

/* ======================================== prompt-message-container ======================================== */
.prompt-message-container{position:fixed;left:0;right:0;top:0;display:none;padding-top:20px;z-index: 99999;text-align: center}
.prompt-message-container .message-item-list{
    display:inline-block;
    min-width:300px;
}
.prompt-message-container .message-item-list .message-item{
    height:64px;
    line-height: 64px;
    margin-bottom:10px;
    border-radius: 4px;
    font-size:18px;
    color:#fff;
    padding:0 15px 0 68px;
    background-size:contain;
    text-align: left;
    cursor:pointer;
}

.prompt-message-container .message-item-list .message-item-success{
    background:rgba(31, 174, 255,0.8) url(../../images/common/message-success.png) no-repeat 25px center;
}
.prompt-message-container .message-item-list .message-item-success:hover{
    background-color:rgba(31, 174, 255,1);
}

.prompt-message-container .message-item-list .message-item-warning{
    background:rgba(255, 126, 22,0.8) url(../../images/common/message-warning.png) no-repeat 25px center;
}
.prompt-message-container .message-item-list .message-item-warning:hover{
    background-color:rgba(255, 126, 22,1);
}
.prompt-message-container .message-item-list .message-item-error{
    background:rgba(25, 25, 25,0.8) url(../../images/common/message-error.png) no-repeat 25px center;
}
.prompt-message-container .message-item-list .message-item-error:hover{
    background-color:rgba(25, 25, 25,1);
}

.ys-span-wordclip{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* update by zhanghongen 17-11-3 */
/*tr.ys-collapse-control.open td {*/
    /*background-color: rgb(74,84,103);*/
/*}*/
.ys-collapse {
    display: none;
    padding: 10px 20px 20px; border: 3px solid rgb(74, 84, 104); overflow: hidden;
}

/* ================================= ui-content ===================================== */
.ui-content {
    padding:20px;
}

/* ================================= ui-footer ===================================== */
.ui-footer {
    padding:0px 20px 20px;
}

/* ===============================ui-multiple-select===================== */
.ui-select-default.ui-multiple-select>ul {
    padding-top: 36px;
    background-color: white;
}
.ui-select.ui-multiple-select .select-state {
    position: absolute;
    top: 34px;
    height: 20px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    height: 35px;
    color: white;
    z-index: 10000;
    display: none;
}
.ui-select.ui-multiple-select.open .select-state {
    display: block;
}
.ui-select.ui-multiple-select .select-confirm {
    width: 50%;
    background-color: #f08200;
}
.ui-select.ui-multiple-select .select-delete {
    width: 50%;
    background-color: #ccc;
}
.ui-select.ui-multiple-select .ui-multiple-select-input {
    display: none;
    position: absolute;
    top:0;
    left:0;
}
.ui-select.ui-multiple-select.open .ui-multiple-select-input {
    display: block;
}

.ui-select.ui-multiple-select>ul>li {
    padding-left:23px;
    position:relative;
    border-bottom: 1px solid #dae1e7;
    height: 40px;
    line-height: 40px;
}
.ui-select.ui-multiple-select>ul>li.selected:before {
    content:"";
    width:16px;
    height:16px;
    position: absolute;
    left:2px;
    top:50%;
    margin-top:-8px;
    background: url(../../images/component/user_selector_check_press.png) no-repeat center center/contain;
}

/* ------必填标记*------- */
.require-star:before {
    content:"*";
    /* width: 14px;
    height: 14px; */
    font-size: 16px;
    color: #e64e4d;
    position: absolute;
    top: -4px;
    left: 1px;
}
.page-item-no>ul{
    bottom: 100%;
    top: unset;
    /* max-height: 100px;
    overflow-y: auto; */
}
.page-item-no>ul>li {
    padding-right: 10px;
}


/* ------------mac、Google自动隐藏 ：显示滚动条------------ */
::-webkit-scrollbar { -webkit-appearance: none; width:5px; }

::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(0,0,0,.3) }

/* ------------ 自定义列头样式 ------------ */
#myModalhcl .modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 100px;
}
#myModalhcl .modal-body .ys-platform-checkbox {
    width: 170px;
    padding-left: 20px;
    margin-bottom: 8px;
    cursor: pointer;
}
.ys-platform-btn-gray-2 {
    background-color: #f7f7f7!important;
    color: #333!important;
    border-color: #ddd!important;
}
.ys-platform-btn-gray-2:hover {
    background-color: #fff!important;
}

.btn-primary {
    color: #fff;
    background-color: #1faeff !important;
    border-color: #1faeff !important;
    min-width: 80px;
}

.ys-platform-checkbox i, .ys-platform-radio i {
    background: url(../../images/component/checkbox.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-size: 200px 18px;
    margin-right: 8px;
}

.ys-platform-checkbox i {
    background: url(../../images/component/checkbox.png) no-repeat;
}

.ys-platform-checkbox:hover i {
    background: url(../../images/component/checkbox-hover.png) no-repeat;
}

.ys-platform-checkbox.selected i {
    background: url(../../images/component/checkbox-checked.png) no-repeat;
}

/*  ------------ 列头排序公共组件指令样式 ------------  */
.caret-wrapper{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: 20px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative;
}
.sort-caret{
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px;
}
.ascending{
    border-bottom-color: #c0c4cc;
    top: -2px;
}
.descending{
    border-top-color: #c0c4cc;
    bottom: 0;
}
.desActiveBottom{
    border-bottom-color: #409eff;
}
.desActiveTop{
    border-top-color: #409eff;
}

/* ------------ ui-select-contract ------------ */
.ui-select-contract {
    position: relative;
    height: 32px;
}

.ui-select-contract>.placeholder{
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #dae2e7;
    /* height: 32px; */
    line-height: 32px;
    padding: 0 30px 0 10px;
    min-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-select-contract:after{
    content:"";
    position:absolute;
    right:10px;
    top:0;
    bottom:0;
    width:13px;
    height:8px;
    margin:auto;
    background:url(../../images/component/select-black-down-icon.png) no-repeat;
    background-size:contain;
}
.ui-select-contract.open:after{
    background-image:url(../../images/component/select-black-up-icon.png);
}

.ui-select-contract .sel-con{
    display: none;
    position: absolute;
    left: 0;
    /* right: 0; */
    top: 100%;
    /* max-height: 322px; */
    padding: 0;
    list-style: none;
    margin: 2px 0 0 0;
    z-index: 9999;
    overflow: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ui-select-contract.open .sel-con{
    display: block;
}

.ui-select-contract .sel-con>div:first-child{
    padding: 20px;
    border-bottom: solid 1px #d8e0e7;
}

.ui-select-contract .sel-con>div:first-child .sel-val{
    height: 32px;
    padding: 0 15px;
}

.ui-select-contract .sel-con .sel-val:focus{
    outline: 1px solid #3aabf3;
    outline-offset: -1px;
    z-index: 3;
}

.ui-select-contract .sel-con ul{
    background-color: #fff;
    min-height: 100px;
    max-height: 230px;
    overflow-y: auto;
    padding: 0 20px;
}

.ui-select-contract .sel-con ul>li{
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.ui-select-contract .sel-con ul>li.active{
    background-color: #fff;
    color: #3aabf3;
}

.ui-select-contract .sel-con ul>li:hover{
    background-color: #fff;
    color: #3aabf3;
}

.ui-select-contract .sel-con>div:last-child{
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    /* float: right; */
}

.ui-select-contract .sel-con>div:last-child>button{
    float: right;
    width: 80px;
    height: 32px;
    /* line-height: 32px; */
    background-color: #fff;
}

