﻿/**************************搜索样式*****************************************/
.NfsGridSearch {
    margin-bottom: 0;
    font-size: 12px;
    border-bottom: 0;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);*/
    padding: 10px 15px;
    background-color: #fff;
}
/*高级搜索*/
.senior {
    padding:0 15px;
    box-sizing: border-box;
    
}
/*.NfsGridSearch .layui-inline {
        margin-bottom: 0;
        width: 200px;
    }*/
.NfsGridSearchDate {
    width: 100px;
}

.seniorTab {
    margin-left: -32px;
    margin-top: -10px;
    margin-bottom: 4px;
}

.seniorTabLeft {
    padding-top: 0px;
    margin-bottom: 4px;
}

.NfsGridSearch .layui-form-label {
    padding: 4px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:none !important;
}
.layui-form-label {
    padding: 9px 5px;
  
}
    .layui-form-label i.required, .GridviewTable .td_title i.required, i.required {
        color: red;
        font-weight: bold;
    }

.NfsGridSearch .layui-input-block {
    /*width:65%;*/
    width: 100%;
}

.NfsGridSearch .layui-input, .NfsGridSearch .layui-select, .NfsGridSearch .layui-textarea {
    height: 28px;
    line-height:28px;
}

.search-div {
    float: right;
    text-align: right;
}

.NfsGridSearch .layui-form-select dl {
    top: 30px;
}

    .NfsGridSearch .layui-form-select dl dd, .NfsGridSearch .layui-form-select dl dt {
        line-height: 28px;
    }

.NfsGridSearchTab {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-left: -18px;
}

.SearchTab {
    padding-top: 0px;
    padding-bottom: 15px;
}

.Datewidth {
    width: 100px;
}


.NfsGridSearch .SearchTitle {
    font-size: 16px;
}

.NfsGridSearch .fontweight {
    font-weight: 600;
}
.NfsGridSearch .mfs-bx-lay {
    margin:0 20px;
}


/*搜索框radio上间距*/
.NfsGridSearch .Nfs-radio {
    margin-top: -4px;
}
/*搜索框label上间距*/
.NfsGridSearch .NfsNamelabel {
    padding-right: 4px;
    margin-left: 20px;
}

.NfsGridSearch .NfsNamelabelLeft {
    padding-right: 4px;
    margin-left: 8px;
}

.NfsNamelabelMargin {
    margin-left: -12px;
    padding-right: 4px;
}

    .NfsNamelabelMargin label {
        padding-right: 4px;
    }

.search-div {
    float: right;
    text-align: right;
}

.NfsGridSearch .app-radio {
    height: 28px;
    line-height: 28px;
}

.NfsGridSearch .layui-form-radio {
    line-height: 28px;
    margin: 0;
}

    .NfsGridSearch .layui-form-radio > i {
        margin-right: 5px;
        font-size: 16px;
    }

    .NfsGridSearch .layui-form-radio * {
        font-size: 12px;
    }

.NfsGridSearch .app-radio {
    height: 28px;
    line-height: 28px;
    margin-right: 40px;
}
/*按钮之间的间隔*/
.app-btn-width {
    margin-right: 10px;
}
/*汇率维护按钮*/
.ExchangerateBtn tbody tr th {
    text-align: right;
}

.ExchangerateBtn tbody tr:hover {
    background-color: #fff;
}


.BtnPaddingBom {
    padding-bottom: 10px;
}
/*文本框与按钮之间的距离*/
.SearchBtn {
    margin-right: 20px;
    font-size: 12px;
}

    .SearchBtn input {
        height: 30px;
    }
/*按钮靠右*/
.btn-right {
    float: right;
}
/*btn按钮靠右*/
.BtnRightAlign {
    float: right;
    margin-bottom: 10px;
}
/*btn按钮靠左*/
.BtnLeftAlign {
    float: left;
}
/*btn按钮靠左*/
.BtnLeftPaddingjust {
    padding-top: 10px;
    padding-left: 20px;
}

.BtnLeftPadding {
    margin-left: -15px;
}

.BtnRightList {
    float: right;
    padding: 10px 10px;
}

.NfsPopupSearch {
    padding-top: 10px;
}
/*数据列表*/
.NfsGrid {
    padding: 10px 15px;
    line-height: 24px;
    background-color: #fff;
}

    .NfsGrid .layui-form-item {
        margin-bottom: 0px!important;
    }

.PwdColor {
    float: left;
    width: 75px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #EEEEEE;
}

.app-item-height {
    padding-top: 5px;
}

.PasswordHeight {
    padding-top: 3px;
}
/*弹窗按钮居中*/
.PopupBtnCenter {
}

.grid-demo layui-card-header a {
    text-decoration: none;
}

/****************************表单单独******************************************/


.GridviewTemplate a:link {
    text-decoration: underline;
}

.GridviewTemplate th {
    padding: 10px 0;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: #5aa8dc;
}

.GridviewTemplate p, .System-th {
    padding: 10px 0;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left!important;
    font-weight: bold;
    color: #5aa8dc;
}

.GridviewTemplate .System-btn {
    text-align: right;
}


.GridviewTemplate td {
    border: 1px solid #e3e3e3;
    padding: 0px 10px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-overflow: ellipsis;
}

    .GridviewTemplate td:nth-child(2n+1) {
        width: 15%;
        height: 30px;
        background-color: #f9f9f9;
        color: #3e3e3e;
        padding-left: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

.GridviewTemplate .td_title {
    width: 15%;
    height: 30px;
    background-color: #f9f9f9;
    color: #3e3e3e;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}


.GridviewTemplate .th-title {
    text-align: left!important;
}

.GridViewTemplate tr td .btn-primary {
    float: right;
    background-color: #ffffff !important;
    color: #4d90fe;
    padding: 1px;
    height: 22px;
    line-height: 19px;
}

.GridViewTemplate .UserAdd-title {
    text-align: center;
    color: red!important;
    height: 25px;
    background-color: #fff;
}

.UserAdd-size {
    font-size: larger;
    color: #5aa8dc;
    font-weight: bold;
}

.GridViewTemplate tr td .btn-primary:hover {
    background-color: #0362fd !important;
    color: #fff;
    border-color: #0362fd !important;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: auto;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}


.GridViewTemplate tr td .btn-primary {
    display: inline-block;
    float: none;
}


/*liudan 2015-8-9*/
.GridviewTop {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 5px;
    white-space: nowrap;
}

    .GridviewTop .GridviewTable {
        width: auto;
        float: left;
        border-width: 0px;
    }

        .GridviewTop .GridviewTable th, .GridviewTop .GridviewTable td {
            padding: 0;
            border: 0;
            background: none;
        }


/****************************自定义弹窗风格******************************************/
.layui-layer.layui-layer-my .layui-layer-title {
    background-color: #38adff;
    /*background-color: #24262F;*/ /* 标题背景颜色 */
    color: #ffffff; /* 标题文字颜色 */
}

.layui-layer.layui-layer-my .layui-layer-setwin {
    top: 8px;
}

    .layui-layer.layui-layer-my .layui-layer-setwin a {
        font-family: layui-icon !important;
        font-size: 14px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff; /* 关闭按钮、最大化按钮颜色 */
    }

    /* 关闭按钮 */
    .layui-layer.layui-layer-my .layui-layer-setwin .layui-layer-close1 {
        background: none; /* 去掉背景图片，使用layui图标 */
    }

        .layui-layer.layui-layer-my .layui-layer-setwin .layui-layer-close1:before {
            content: "\1006";
        }

    /* 最小化按钮 */
    .layui-layer.layui-layer-my .layui-layer-setwin .layui-layer-min cite {
        background-color: #dddddd; /* 最小化按钮颜色 */
    }

    /* 最大化按钮 */
    .layui-layer.layui-layer-my .layui-layer-setwin .layui-layer-max {
        background: none;
        font-size: 13px;
        padding-top: 1px;
    }

        .layui-layer.layui-layer-my .layui-layer-setwin .layui-layer-max:before {
            content: "\e622";
        }

    .layui-layer.layui-layer-my .layui-layer-setwin .layui-layer-maxmin:before {
        content: "\e758";
    }
/****************************收尾******************************************/

/**************************** /*单选框的美化CSS*************************************/
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

label {
    display: inline-block;
    cursor: pointer;
}

span input[type="radio"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/App/Images/input-radio.gif") no-repeat;
    background-position: -27px 2px;
    vertical-align: middle;
    cursor: pointer;
}

    span input[type="radio"]:checked {
        background-position: 0 2px;
    }

/*调整搜索radio 之间的间隔*/
.layui-form-radio {
    padding-right: 0px!important;
}

.NfsGridSearch .layui-inline table tbody tr td {
    padding-right: 20px;
}

.NfsGridSearch .layui-form-label {
    width: 80px;
    text-align: right;
    float: left;
    padding-right: 5px;
}

.NfsGridSearch .layui-inline span label {
    padding-right: 20px;
    vertical-align: middle;
}

.GridviewTemplate span label {
    padding-right: 20px;
    vertical-align: middle;
}

/***********************************全局单选按钮样式收尾**********************************/



/**************************** /*幽灵按钮CSS*************************************/
.ghost-a-blue {
    color: #1E9FFF;
    cursor: pointer;
}

    .ghost-a-blue:hover {
        color: #1E9FFF;
        transition: all 0.6s;
        cursor: pointer;
    }

.ghost-btn-blue {
    background-color: transparent;
    color: #1E9FFF;
    border: 1px solid #1E9FFF;
    line-height: 28px;
    padding: 0 9px;
}

    .ghost-btn-blue:hover {
        background-color: #1E9FFF;
        color: #fff;
        transition: all 0.6s;
    }

.ghost-btn-yellow {
    background-color: transparent;
    color: #FFB800;
    font-weight: bold;
    border: 1px solid #FFB800;
}

    .ghost-btn-yellow:hover {
        background-color: #FFB800;
        color: #fff;
        transition: all 0.6s;
    }


.ghost-btn-red {
    background-color: transparent;
    color: #FF5722;
    border: 1px solid #FF5722;
}

    .ghost-btn-red:hover {
        background-color: #FF5722;
        color: #fff;
        transition: all 0.6s;
    }


.ghost-btn-white {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

    .ghost-btn-white:hover {
        background-color: #fff;
        color: #fff;
        transition: all 0.6s;
    }


.ghost-btn-grey {
    background-color: transparent;
    color: #768093;
    border: 1px solid #768093;
}

    .ghost-btn-grey:hover {
        background-color: #1E9FFF;
        color: #fff;
        transition: all 0.6s;
        border: 1px solid #1E9FFF;
    }





/****************************收尾分割线CSS*************************************/
.layui-btn-dropdown {
    position: relative;
    display: inline-block;
}

    .layui-btn-dropdown .layui-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        margin: 2px 0 0;
        padding: 5px 0;
        min-width: 120px;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        background-color: #fff;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        list-style: none;
        text-align: left;
        font-size: .875rem;
        -webkit-background-clip: padding-box;
    }

/*费用申请提交按钮居中*/
.BillPageCenter {
    text-align: center;
}

    .BillPageCenter .layui-inline {
        margin-right: 20px;
    }

.layui-table .td_title {
    background-color: #fbfbfb;
    width: 82px;
}

.layui-table .td_title-reset {
    background-color: #fbfbfb;
    width: 82px;
}


/**************为了偷懒写的初始实施a标签 按钮状态***************************/
.content-CSbtn a {
    background-color: transparent;
    color: #768093;
    transition: all 0.6s;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: 1px solid #768093;
    border-radius: 2px;
    cursor: pointer;
}

    .content-CSbtn a:hover {
        background-color: #1E9FFF;
        color: #fff;
        transition: all 0.6s;
        border: 1px solid #1E9FFF;
    }

.td_title-CStable {
    text-align: center;
    background-color: #eee;
    width: 112px;
}

.GridviewTable td .btn-block {
    margin-left: 10px;
    background-color: transparent;
    font-size: 12px!important;
    color: #1E9FFF;
    border: 1px solid #1E9FFF;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

    .GridviewTable td .btn-block:hover {
        background-color: #1E9FFF;
        color: #fff;
        transition: all 0.6s;
    }

.TableSize td {
    font-size: 14px!important;
}

GridviewTable .td-content {
    text-align: left!important;
}

.GridviewTable td input, .GridviewTable td textarea {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    line-height: 24px;
}

    .GridviewTable td input[type="checkbox"] {
        border: 0;
    }

.GridviewTable td select {
    background-color: #fff;
    height: 24px;
}

/*2020/9/24流程节点弹框中标题的宽度设定及需要换行*/
.GridviewTable .td_title {
    width: 10%;
    /*min-width: 80px;*/
    width: 100px;
    background-color: #f9f9f9;
    color: #545454;
    padding-left: 10px;
    /* text-overflow: ellipsis;
    white-space: nowrap;*/
    text-overflow: inherit;
    white-space:normal;
}

/*内容靠右*/
.GridviewTable .td_content {
    text-align: left!important;
}
    .GridviewTable .td_content .layui-form-danger {
        border-color: #FF5722;
    }

.GridviewTable tr {
    transition: all 0.3s ease;
    background-color: white;
    height: 30px;
}

.GridviewTable td {
    border: 1px solid #E3E3E3;
    padding: 5px 10px 5px 10px;
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    transition: all 0.3s ease;
    text-align: center;
}

.GridviewTable th {
    border: 1px solid #E3E3E3;
    background-color: #f9f9f9;
    color: black;
}

.GridviewTable.entrust {
    padding: 10px 0;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #5aa8dc;
}

.GridviewTable {
    border-width: 1px 1px 1px 1px;
    border-color: #e3e3e3;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}

    .GridviewTable td select {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        height: 24px;
    }

    .GridviewTable tr td table tr td {
        border: 1px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

    .GridviewTable .Freezing th {
        text-align: center!important;
    }

#tagContent table.GridviewTable {
    border: 1px solid #e8e8e8;
    border-top: 3px solid #47b5e6;
}

    #tagContent table.GridviewTable td {
        color: #3e3e3e;
        border-bottom: 1px solid #e3e3e3;
        background: none;
    }

    #tagContent table.GridviewTable th {
        padding: 6px 10px;
        color: #3e3e3e;
        border-bottom: 0;
        background-color: #f6f6f6;
        font-weight: 900;
    }

.GridviewTableTab tr {
    transition: all 0.3s ease;
    background-color: white;
    height: 30px;
}

.GridviewTableTab td {
    border: 1px solid #E3E3E3;
    padding: 5px 10px 5px 10px;
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    transition: all 0.3s ease;
    text-align: center;
}

.GridviewTableTab th {
    border: 1px solid #E3E3E3;
    color: black;
}

.GridviewTableTab {
    border-width: 1px 1px 1px 1px;
    border-color: #e3e3e3;
    width: 100%;
    font-size: 12px;
}

    .GridviewTableTab td select {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        height: 24px;
    }

    .GridviewTableTab tr td table tr td {
        border: 1px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

    .GridviewTableTab .Freezing th {
        text-align: center!important;
    }

/* 主题文本颜色和背景颜色 */
.text-blue {
    color: #1E9FFF !important;
}

.bg-blue {
    background-color: #1E9FFF !important;
}

.text-red {
    color: #FF5722 !important;
}

.bg-red {
    background-color: #FF5722 !important;
}

.text-orange {
    color: #f48c02 !important;
}

.bg-orange {
    background-color: #f48c02 !important;
}

.text-yellow {
    color: #FFB800 !important;
}

.bg-yellow {
    background-color: #FFB800 !important;
}

.text-green {
    color: #FFB800 !important;
}

.bg-green {
    background-color: #52c41a !important;
}

.text-cyan {
    color: #009688 !important;
}

.bg-cyan {
    background-color: #009688 !important;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.text-pink {
    color: #eb2f96 !important;
}

.bg-pink {
    background-color: #eb2f96 !important;
}

.text-purple {
    color: #6f35f0 !important;
}

.bg-purple {
    background-color: #6f35f0 !important;
}

.text-black {
    color: #252629 !important;
}

.bg-black {
    background-color: #252629 !important;
}

.text-grey {
    color: #768093 !important;
}

.bg-grey {
    background-color: #768093 !important;
}


.Template-margin {
    overflow: hidden;
}

.Template-title {
    border-radius: 2px 2px 0 0;
    font-size: 14px!important;
    width: 10%;
    background-color: #f1f1f1;
    color: #252629;
    text-align: center;
}


/********************************************* 事项审批单图标排版 *************************************************************/
a.widget6 {
    text-decoration: none;
    display: block;
    color: #252629;
    transition: all 0.25s ease;
    background-color: #fff;
    padding: 0.5rem 0.5rem;
    text-align: center;
    border-radius: 2px;
    transition: all .12s ease-out;
}

    a.widget6:hover {
        box-shadow: 0 0 36px #d8dde5;
        opacity: 1;
    }

    a.widget6 .widget6-label {
        display: block;
        color: #999999;
        letter-spacing: 1px;
        
    }

    a.widget6 .widget6-trending {
        margin-top: 10px;
        
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-left: 5px;
    }

        a.widget6 .widget6-trending i {
            font-size: 40px;
        }

/*.Template-margin .layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #fff!important;
}*/
/********************************************* 事项审批单图标排版 *************************************************************/
.UCtable-margin .layui-table {
    margin: 0px;
}
/*权限设置按钮靠右*/
.qx-right {
    float: right;
}
/* 排版容器，正文排版等，请在容器上添加此类，自动格式化 */
.typo {
    /* 标题间距 */
    /* 粗体 */
    /* 段落字体间距 */
    margin-top: -32px;
    background-color: #fff;
    padding-left: 5px;
}

    .typo h1 {
        font-size: 1.5rem;
    }

    .typo h2 {
        font-size: 1.375rem;
    }

    .typo h3 {
        font-size: 1.125rem;
    }

    .typo h4 {
        font-size: 1rem;
    }

    .typo h5 {
        font-size: .875rem;
    }

    .typo h6 {
        font-size: .75rem;
    }

    .typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #5aa8dc;
    }

    .typo h1, .typo h2, .typo h3, .typo h4 {
        font-weight: bold;
    }

    .typo p {
        margin-bottom: 1rem;
        line-height: 2;
    }

    .typo ol li {
        list-style-type: decimal;
        margin-left: 1rem;
        line-height: 2;
    }

    .typo ul li {
        list-style-type: disc;
        margin-left: 1rem;
        line-height: 2;
    }

    .typo img {
        display: inline-block;
        height: auto;
        max-width: 100%;
    }

/*部门弹窗布局间距*/
.DeptEdit-height {
    min-height: 38px;
}

.grid-demo.layui-card-header {
    color: #1E9FFF!important;
}

.panel-title i {
    font-size: 15px;
    color: #1E9FFF;
}

/*弹窗选项卡*/
/*.Tab-margin {
    margin-top: -15px;
}*/
/*部门弹窗树形*/

.GridviewTree td input[type="checkbox"] {
}

.GridviewTree tr {
    transition: all 0.3s ease;
    background-color: white;
    height: 30px;
}

.GridviewTree td {
    padding: 5px 10px 5px 20px;
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    transition: all 0.3s ease;
    border: none;
}

.GridviewTree {
    border-width: 1px 1px 1px 1px;
    border-color: #e3e3e3;
    width: 100%;
    font-size: 12px;
}



/*搜索布局往左缩进*/
.NfsGridSearch .InlineMarginLeft {
    margin-left: -30px;
}

.NfsGridSearch .w-auto {
    margin-left: -20px;
}

.NfsGridSearch .layui-input {
    border-width: 1px!important;
    border-style: solid!important;
}
/*liudan 2015-8-9,将老的ImageButton换成这个，影响新增一行的control.dll控件*/
.buttonrowadd {
    background-image: url('/App/Images/rowadd.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border: 0px;
    background-color: #fff;
    border: 0px solid #cacaca !important;
}

.buttonrowdel {
    background-image: url('/App/Images/rowdel.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border: 0px solid #cacaca !important;
    background-color: #fff;
}

.buttonrowclone {
    background-image: url('/App/Images/rowclone.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border: 0px;
    background-color: #fff;
    border: 0px solid #cacaca !important;
}

.TreeRight {
    padding-left: 14px;
}

.TreeRightchecked {
    padding-left: 10px;
}

/*--------------------------------------------【清空table样式】----------------------------*/
.TreeNone td {
    border: none;
    height: auto;
    line-height: normal;
    padding: inherit;
    font-size: 12px;
}

.TreeNone .td_title {
    padding-left: 10px;
}

.TreeNone .td_content {
    padding-left: 20px;
}
/* 目录 */
.site-dir {
    display: none;
}

    .site-dir li {
        line-height: 26px;
        margin-left: 20px;
        overflow: visible;
        list-style-type: disc;
    }

        .site-dir li a {
            display: block;
        }

            .site-dir li a:active {
                color: #01AAED;
            }

            .site-dir li a.layui-this {
                color: #01AAED;
            }


body .layui-layer-dir {
    box-shadow: none;
    border: 1px solid #d2d2d2;
}

    body .layui-layer-dir .layui-layer-content {
        padding: 10px;
    }

.site-dir em {
    padding-left: 5px;
    font-size: 12px;
    color: #b2b0b0;
    font-style: normal;
}

.RightCmdRadio .layui-form-pane .layui-form-label {
    width: 188px;
}

.RightCmdRadio span {
    line-height: 34px;
    padding-left: 5px;
}

    .RightCmdRadio span label {
        padding-right: 20px;
        vertical-align: middle;
    }

.RightCmdRadio .layui-form-pane .layui-input-block {
    margin-left: 188px;
    left: -1px;
    vertical-align: middle;
}

.layui-tab {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}
/*********************************************员工增加*********************************************/
.UserAdd {
    font-size: 12px;
    padding: 10px;
}

    .UserAdd .layui-inline {
        line-height: 38px;
    }
/*********************************************龙林增加菜单右边的快捷icon*********************************************/
.layui-side-menu .layui-nav .layui-nav-item .app-left-icon {
    left: inherit!important;
    right: 10px;
    display: none;
}

.layui-side-menu .layui-nav .layui-nav-item a:hover .app-left-icon {
    display: block;
}
/*********************************************2018-11-7 body 间距加宽20px 类似于layui-fluid*********************************************/
.layui-layout-admin .layui-body .layadmin-tabsbody-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 10px !important;
    padding: 0px !important;
    background: #fff !important;
}
.layadmin-tabsbody-item body {
    padding:20px;
    font-size:12px;

}
.layadmin-tabsbody-item table {
    margin-top:20px;
}
    .layadmin-tabsbody-item table tr {
        height:36px;
        
    }
    .layadmin-tabsbody-item button {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 3px;
        border: none;
        background: #1E9FFF;
        color: #fff;
        cursor:pointer;
    }
/*********************************************tab 切换  ***************************************************************/
.tab-item {
    position: relative;
    display: none;
}

    .tab-item.tab-item-show {
        display: block;
        height: 100%;
    }

    .tab-item iframe {
        border: 0;
        height: 100%;
        width: 100%;
    }

/*********************************************明细Tab的样式*********************************************/
html, body {
    /*height: 100%;*/
    margin: 0;
}

.mfs-billview {
    background-color: #f2f2f2;
    height: 100%;
}

    .mfs-billview .layui-side {
        width: 100px;
    }

    .mfs-billview .layui-nav-tree {
        position: static;
        width: 100px;
        height: 100%;
        margin: 0;
    }

        .mfs-billview .layui-nav-tree .layui-nav-bar {
            background-color: #38adff;
        }

        .mfs-billview .layui-nav-tree .layui-nav-item a {
            height: 40px;
            line-height: 40px;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .mfs-billview .layui-nav-tree .layui-this,
        .mfs-billview .layui-nav-tree .layui-this > a {
            background: rgba(0,0,0,.3) !important;
        }

            .mfs-billview .layui-nav-tree .layui-this::before {
                content: '';
                position: absolute;
                width: 3px;
                height: 100%;
                background-color: #38adff;
            }

    .mfs-billview .layui-side-menu .layui-nav .layui-nav-item .layui-icon {
        font-size: 20px;
    }

    .mfs-billview .layui-nav-tree .layui-nav-bar {
        width: 3px;
    }

    .mfs-billview .view-content {
        padding: 15px;
        position: absolute;
        left: 100px;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
        overflow: hidden;
        overflow-y: auto;
        box-sizing: border-box;
    }
/*弹窗布局*/
.NfsPop {
    padding: 15px;
    background-color: #fff;
    font-size: 12px!important;
}

.NfsPopContent {
    padding: 15px;
    background-color: #fff;
    font-size: 12px!important;
    padding-bottom: 0px;
    margin-bottom: -12px; /*可能会造成弹窗全局小bug*/
    line-height: 38px;
}

    .NfsPopContent .app-pop .layui-icon {
        margin-top: -18px;
    }

.NfsLineHeight {
    line-height: 38px;
}
/*更多搜索框隐藏*/
.more-search {
    display: none;
}

.layui-card {
    margin-bottom: 0px!important;
}
/*表单 样式*/
.app-pop {
    position: relative;
    cursor: pointer;
}

    .app-pop .layui-input {
        padding-right: 30px;
        cursor: pointer;
    }

    .app-pop .layui-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .app-pop .layui-icon:hover, .app-pop .layui-icon:active {
            color: #38adff;
        }


.app-text {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 20px;
    padding: 8px 15px;
    box-sizing: border-box;
    padding-left: 10px;
    color: black;
}

.gridbox-body {
    /*position: static;*/
    padding: 0px 15px;
    /*padding-top: 0px!important;*/
    line-height: 24px;
    background-color: #fff;
}

    .gridbox-body[pad15] {
        padding: 15px;
    }

    .gridbox-body[pad20] {
        padding: 20px;
    }

    .gridbox-body .layui-table {
        margin: 5px 0;
    }

.NfsTemplateTable {
    font-size: 13px!important;
}

.NfsSpanColor {
    color: red;
    font-size: 13px!important;
    margin-left: -10px;
}

.InlinePaddingLeft {
    padding-left: 23.3px;
    margin-right: 0px!important;
}

.NfsTemplateTable .layui-form-item {
    margin-bottom: 0;
    margin-top: 0px;
}

    .NfsTemplateTable .layui-form-item .layui-inline {
        margin-bottom: 0px;
        margin-right: 0;
    }

.NfsTemplateTable .layui-input {
    border-width: 1px!important;
    border-style: solid!important;
    /*height:30px;*/
}

.ReadOnlyBoder {
    border: solid 1px #e6e6e6;
    position: relative;
}

.GatherNewtBtn {
    padding-left: 105px;
    padding-top: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);*/
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #428bca;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.datetimepicker * {
    font-size: 12px;
}

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 5px;
}

/*导航条点击显示背景色*/
.selected {
    /*background: #0F96E7;*/
    text-decoration: solid;
}
/*导航条显示背景色之间的间隔*/
.app-Navli {
    width: 65px;
    text-align: center;
    margin: 0px!important;
    height: 5px!important;
}

.fl {
    float: left;
}

.fr {
    float: right;
    margin-bottom:5px;
    
}

.clearfix {
    clear: both;
}

.NfsGridSearch .layui-form-item{
    margin-bottom:0;
}
.layui-card .layui-tab-brief .layui-tab-content{
    /*padding-left:0px;*/
    padding:0 !important;
}
.item-list-header .fr-search {
    display:flex;
}
.senior .NfsGridSearch .fr {
    display: flex;
}

    .senior .NfsGridSearch .fr a {
        height: 28px;
        text-align: center;
        line-height: 28px;
        border: 1px solid #1E9FFF;
        box-sizing: border-box;
        border-radius: 2px;
        margin-left: 3px;
    }

        .senior .NfsGridSearch .fr a .layui-icon {
            padding: 0 5px;
        }
/*登陆超时页面样式*/
.logout-wrap {
    position: relative;
    overflow: hidden;
    background-image: url(/App/Images/logout-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
}
.logout-img {
    width: 495px;
    margin: 0 auto;
    margin-top: 6%;
}

    .logout-img img {
        width: 100%;
        height: auto;
    }

.login-btn {
    text-align: center;
    margin-top: 35px;
}

.re-login {
    display: inline-block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    border: none;
    /*background: linear-gradient(to right,#1e9fff,#1ed2ff);*/
    background: #1e9fff;
    border-radius: 40px;
    color: #fff;
    z-index: 999;
}

.logout-wrap .re-login:hover {
    opacity: 0.9;
    color: #fff;
}

.logout-wrap .tips-text {
    text-align: center;
    font-size: 16px;
    color: #555;
}
.layui-layer .layui-layer-title {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}