﻿body
{
    background: #fff;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    font-family: "微软雅黑" , "Microsoft YaHei" , "Microsoft YaHei UI" , "Segoe UI" , Arial, Verdana, Sans-Serif, sans-serif;
}
ul li
{
    list-style: none;
}
h1, h2, h3, h4, h5, h6, a, p, span
{
    font-family: "微软雅黑" , "Microsoft YaHei" , "Microsoft YaHei UI" , "Hiragino Sans GB W3" , "Segoe UI" , Arial, Verdana, Sans-Serif, sans-serif;
}
a, a:hover, a:focus
{
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
::selection
{
    background: #FF6C60;
    color: #fff;
}
::-moz-selection
{
    background: #FF6C60;
    color: #fff;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
.body
{
    overflow: hidden;
}
#container
{
    width: 100%;
    height: 100%;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.bm0
{
    border-bottom: 0 !important;
}
.mr0
{
    margin: 0 !important;
}
.white
{
    color: #fff;
}
.red
{
    color: #df5138;
}
.green
{
    color: #0c8a09; /*墨绿*/
}
.lightgreen
{
    color: #5FB878; /*浅绿*/
}
.lightblack
{
    color: #393D49; /*浅黑色*/
}
.blue
{
    color: #1E9FFF; /*蓝色*/
}
.lightblue
{
    color: #01AAED; /*浅蓝色*/
}
.yellow
{
    color: #F7B824; /*黄色*/
}
.red
{
    color: #FF5722; /*红色*/
}
.grey
{
    color: #717070; /*灰色*/
}
.specedit
{
    color: #1E9FFF; /*蓝色*/
    font-size: 12px;
    cursor: pointer;
}
.layui-input-block .spec
{
    min-height: 36px;
    padding-right: 5px;
    display: inline-block;
}
.bg-green
{
    background-color: #009688; /*墨绿*/
}
.bg-lightgreen
{
    background-color: #5FB878; /*浅绿*/
}
.bg-lightblack
{
    background-color: #393D49; /*浅黑色*/
}
.bg-blue
{
    background-color: #1E9FFF; /*蓝色*/
}
.bg-lightblue
{
    background-color: #01AAED; /*浅蓝色*/
}
.bg-yellow
{
    background-color: #F7B824; /*黄色*/
}
.bg-red
{
    background-color: #FF5722; /*红色*/
}

.larry-wrapper
{
    padding: 5px 5px 0px 5px;
}
.larry-wrapper .panel
{
    margin-bottom: 0px;
}
.larry-body
{
    border: none;
    border-radius: 2px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 20px;
    line-height: 22px;
}
/*.layui-table-body
{
    margin: 0px 0 0px 0;
    background-color: #ffffff;
    overflow-y: auto;
}*/
/* 清除浮动样式 */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    zoom: 1;
}
/* layui CSS修改 */
.layui-table td, .layui-table th
{
    padding: 8px 10px;
}

.panel
{
    border-radius: 2px;
    background-color: #ffffff;
    padding-bottom: 0px;
    border: 1px solid #e2e2e2;
}
.panel-heading
{
    border-color: #eff2f7;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
}
.panel-heading select, .panel-heading input
{
    height: 30px;
}
.panel-footer
{
    background-color: transparent;
    border: none;
}
.panel > .table + .panel-body
{
    border-top: none;
}

.layui-form-item
{
    margin-bottom: 8px;
}
.layui-form-item:last-child
{
    margin-bottom: 0px;
}
.layui-form-item > .layui-inline
{
    margin-bottom: 0px;
}
.layui-form-label
{
    width: 110px;
}

.layui-form-large .layui-form-label
{
    width: 140px;
}
.layui-form-large .layui-input-block
{
    margin-left: 140px;
}
.layui-form-set .layui-form-label
{
    width: 200px;
}
.layui-form-set .layui-input-block
{
    margin-left: 200px;
}
.layui-form-nobottom .layui-form-item
{
    margin-bottom: 0px;
}
.layui-inline-min .layui-input-inline
{
    width: 100px;
}
.layui-form-switch
{
    width: 54px;
    height: 24px;
}
.layui-elem-quote
{
    font-size: 14px;
}
.layui-form-select dl
{
    max-height: 250px;
    z-index: 99999;
}
.layui-elem-field legend
{
    display: inherit;
    width: auto;
    padding: 0;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
}
.livesearch .layui-form-select
{
    display: none;
}
.livesearch .btn-default
{
    border-color: #e6e6e6;
    height: 38px;
}
.livesearch .btn
{
    border-color: #e6e6e6;
    border-radius: 0px;
}
.livesearch .dropdown-menu > li > a
{
    padding: 5px 20px;
}
.livesearch .bootstrap-select.btn-group .btn .caret
{
    border-width: 6px;
    color: #c2c2c2;
}


/* 第一行结束 */
/* row.css */
.panel-default > .panel-heading
{
    background-color: #ffffff;
    border-color: #EEEFF1;
}
.panel > .table + .panel-body
{
    border-top: none;
}
.panel > .panel-body + .table .badge
{
    font-weight: 200;
}
.table > tbody > tr > td, .table > thead > tr > th
{
    padding: 10px 20px;
}
.panel .panel-body .table, .panel .panel-body .table-responsive
{
    margin-bottom: 0;
}
.panel .panel-body .table > tbody > tr > td a.menunamea
{
    color: #797979;
}
.panel .panel-body .table > tbody > tr > td a:hover.menunamea, .table > tbody > tr > td a:hover.menunamea i
{
    color: #337ab7;
}
.panel .pd20
{
    padding: 20px;
}
.layui-table
{
    margin: 0px 0;
}

.table > tbody > tr > td i
{
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #BCBFC9;
}
.table > tbody > tr:hover > td, .table > tbody > tr:hover > th
{
    background-color: #FCFFE9;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    border-top: 1px dotted #E3E7EA;
    vertical-align: middle;
}
.table > thead > tr > th
{
    border-bottom: 1px dotted #E3E7EA;
}

/* modle.html.css */
.open-wrapper
{
    background-color: #fff;
}
.open-body
{
    padding: 20px;
    background-color: #ffffff;
    overflow-y: auto;
    border-right: 1px solid #EEE;
    margin-right: 0px;
    margin-left: 0px;
}
.open-footer
{
    background-color: #fff;
    border-top: 1px solid #EEE;
    text-align: right;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    left: 0;
}
.open-footer .footer-btn
{
    background-color: #F8F8F8;
    padding: 10px 15px;
}
.footer-btn .layui-btn + .layui-btn
{
    margin-right: 30px;
}

.open-wrapper .col-xs-6, .open-wrapper .col-xs-4, .open-wrapper .col-xs-3
{
    padding-right: 0px;
    padding-left: 0px;
}
.tree-body
{
    padding: 20px;
    background-color: #ffffff;
    overflow-y: auto;
}
.pc-combox
{
    background-color: #f6f6f6;
    overflow-y: auto;
    margin: 0px 5px;
    border: 1px solid #EEEFF1;
    color: #141212;
    width: auto;
}
.pc-combox li
{
}
.pc-combox.layui-nav-tree .layui-nav-item a
{
    background-color: transparent !important;
    color: #141212 !important;
    background-color: transparent;
    color: #141212;
    height: 32px;
    line-height: 32px;
}
.pc-combox.layui-nav-tree .layui-nav-item a:hover
{
    background-color: transparent;
}

.pc-combox.layui-nav .layui-this a
{
    color: #fff;
    color: #fff !important;
}
.DTTTFooter
{
    margin: 0;
    background: #fff;
    overflow: hidden;
    padding: 5px 5px 2px 10px;
    border: 1px solid #ddd;
    border-top: 0px;
    line-height: 40px;
}
.DTTTFooter .col-sm-6
{
    padding: 0px;
}
.DTTTFooter div.dataTables_paginate
{
    float: right;
    margin: 0;
}
.DTTTFooter .pagination
{
    margin: 0 0;
}

/*ztree*/
.tree-body .ztree *
{
    font: 14px Helvetica Neue,Helvetica,PingFang SC,微软雅黑,Tahoma,Arial,sans-serif;
}
.tree-body .ztree li
{
    line-height: 20px;
}
/**nestable**/
.draghandle-body
{
    margin: 5px 0;
    padding: 10px;
    background-color: #ffffff;
    overflow-y: auto;
}
.draghandle-body .dd
{
    max-width: 1000px;
}
.draghandle-body .dd-item > button
{
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 3px;
}
.draghandle-body .dd-item > button::before
{
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.draghandle-body .dd-item > button[data-action="collapse"]::before
{
    content: '\2212';
}
.draghandle-body .dd-item > button[data-action="expand"]::before
{
    content: '\002b';
}
/******detail详情*********/
.layui-detail-item
{
    margin-bottom: 0px;
}
.layui-detail-item::after
{
    content: '\20';
    clear: both;
    zoom: 1;
    display: block;
    height: 0;
}

.layui-item-label
{
    float: left;
    display: block;
    padding: 9px 15px;
    line-height: 22px;
    width: 110px;
    font-weight: 400;
    text-align: right;
}
.layui-item-block
{
    margin-left: 110px;
    padding: 9px 5px;
    line-height: 22px;
}
.layui-detail-item .layui-inline
{
    margin-bottom: 0px;
    margin-right: 10px;
}
.layui-detail-item .layui-item-inline
{
    float: left;
    width: 140px;
    margin-right: 10px;
    padding: 9px 0px;
    line-height: 22px;
}
.layui-detail-inline
{
    display: inline-block;
    vertical-align: middle;
}
.layui-detail-block, .layui-detail-inline
{
    position: relative;
}


/*缺省页*/
.emtpy-con
{
    text-align: center;
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 50px;
}

.emtpy-con .pic
{
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-position: center center;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.emtpy-con .pic.order
{
    background-image: url(../Images/Default/empty-order.png);
}
.emtpy-con .txt
{
    font-size: 16px;
    color: #a49f9f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.emtpy-con .btn
{
    height: 35px;
    line-height: 35px;
    width: 120px;
    margin: 0 auto;
}
/*缺省页*/
.layui-table-cell
{
    padding: 0 8px;
}
.layui-table-view .layui-table[lay-size=lg-s] .layui-table-cell {
    height: 34px;
    line-height: 34px;
}
.larry-wrapper .panel-body {
    padding: 10px 15px 5px 15px;
}

.a-grid-ecIcon
{
    display: inline-block;
    background: rgba(0, 0, 0, 0) url(/Content/Images/Default/collapse.gif) no-repeat scroll 50% 50%;
    outline: medium none currentcolor;
}
.expandRow
{
    background-image: url(/Content/Images/Default/expand.gif);
}
.suojin-a
{
    overflow: hidden;
    width: 100%;
    height: 35px;
    display: block;
    background: url(/Content/Images/Default/mini-left.gif) no-repeat 50% 50%;
    cursor: pointer;    
}
.suojin-left
{
    background: url(/Content/Images/Default/mini-right.gif) no-repeat 50% 50%;
}