/*!
 * Copyright &copy; 2012-2013 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
html, body {
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    padding: 0;
}

img {
    max-width: auto;
}

h1 {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

body, label, input, button, select, textarea, .uneditable-input, .navbar-search .search-query {
    font-family: Helvetica, Georgia, Arial, sans-serif, 宋体;
    font-size: 13px;
    _font-size: 12px;
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: -2px 3px;
    *margin-top: 1px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: auto;
    background-color: #f3f3f3;
}

.input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input {
    position: static;
}

legend {
    margin: 10px 0;
    *left: -7px;
    *position: relative;
    color: #0088CC;
    *width: 99.5%
}

.collapse {
    *display: none;
    _position: static;
}

.collapse.in {
    *display: block;
}

.close {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

a.btn, button.btn {
    *padding: 4px 10px 4px;
    *border: 1px solid #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6', GradientType=0);
}

a.btn-primary, a.btn-primary:hover, a.btn-warning, a.btn-warning:hover, a.btn-danger, a.btn-danger:hover, a.btn-success, a.btn-success:hover,
a.btn-info, a.btn-info:hover, a.btn-inverse, a.btn-inverse:hover {
    *padding: 4px 10px 3px;
}

button.btn {
    *padding: 3px 10px 2px;
    *background-color: transparent;
}

.btn-group a.btn, .btn-group button.btn, .btn-group button.btn:hover {
    position: static;
}

.btn-group a.btn + a.btn, .btn-group button.btn + button.btn {
    margin-left: -2px;
}

/*
input.btn {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);*color:#555555}
input.btn:hover {*color:#333333}
*/
.nav, .breadcrumb {
    margin-bottom: 8px;
}
.breadcrumb{
    background-color: #fff !important;
}
.pagination{
    box-shadow: -1px 4px 10px 3px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    padding: 10px;
    border-radius: 12px;
}
.table-bordered{
    border-collapse: collapse !important;
}
#searchForm{
    margin-bottom: 15px;
}
.nav-list li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-list li a i {
    _margin-top: -1px;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(225,225,225,0.3);
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 22px;
}

.navbar-inner {
    min-height: 66px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #16213E;
    border: 1px solid #E6EAEB;
    background-image: unset;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
}

.navbar .brand {
    display: block;
    float: left;
    padding: 21px 10px 20px 10px;
    margin-left: 15px;
    margin-right: 100px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
}

.navbar .nav > li > a {
    float: none;
    padding: 23px 25px 23px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #656565;
    line-height: 20px;

}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #555;
    text-decoration: none;
    padding-bottom: 10px;
    background-color: #00000000;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.navbar .nav > .active > a::after {
    content: "";
    margin: 11px auto 0px;
    width: 48px;
    height: 2px;
    background: #4DBF68;
    top: auto;
    bottom: 0;
    position: relative;
    display: block;
}

.table {
    margin-bottom: 0px;
    background-color: #fdfdfd;
    border-right: none;
}

.table thead th {
    vertical-align: middle;
}


.table .cnt {
    text-align: center;
    height: 53px;
    vertical-align: middle;
}

.table th, .table td {
    height: 53px;
    vertical-align: middle;
    text-align: center;
    background: #FBFDFF;
    border: 0px solid #EFF2F8;
}

.table td i {
    margin: 0 2px;
    font-size: 16px;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #fff
}
tr{
    border-bottom: 1px solid #f0f2f5 !important;
}
.table-nowrap td {
    width: 200px;
    max-width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-success {
    width: 66px;
    height: 28px;
    background: #3DC148;
    border-radius: 4px;
}

.btn-danger {
    width: 66px;
    height: 28px;
    background: #A83A3A !important;
    border-radius: 4px;
    border-color: transparent;
}

.btn-info {
    width: 40px;
    height: 28px;
    background: #47A4E7;
    border-radius: 4px;
}

.sort-column {
    color: #0663A2;
    cursor: pointer;
}

.supcan {
    border: 1px #d3d3d3 solid;
    height: 300px;
}

.control-group {
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 1px dotted #dddddd;
}

legend + .control-group {
    margin-top: 8px;
}

.controls .lbl {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.measure-input {
    background: url("../images/ruler.gif") repeat-x scroll 0 bottom transparent;
}

.input-min {
    width: 30px;
}

.input-mini {
    width: 90px;
}

.input-small {
    width: 120px;
}

.input-medium {
    width: 163px;
}

.input-xxlarge {
    width: 460px;
}

.help-block, .help-inline {
    color: #aaaaaa;
}

.alert {
    margin-bottom: 10px;
}

.form-search label {
    margin-left: 10px;
}

.form-search span label {
    margin-left: 0;
}

.form-search .ul-form {
    margin: 0;
    overflow: hidden;
}

.form-search .ul-form li {
    float: left;
    list-style: none;
    height: 35px;
    line-height: 35px;
}

.form-search .ul-form li label {
    width: 80px;
    text-align: right;
}

.form-search .ul-form li span label {
    width: auto;
}

.form-search .ul-form li.clearfix {
    float: none;
}

.form-search .ul-form li.btns {
    padding-left: 10px;
}

.form-search .ul-form li.btns .btn {
    margin-right: 5px;
}

.form-horizontal {
    margin: 0 10px;
}

.form-horizontal .control-group {
    margin-bottom: 8px;
}

.form-horizontal .control-label {
    padding-top: 3px;
}

.form-horizontal .controls {
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
}

.form-horizontal .controls label.error {
    background-position: 0 2px;
}

.form-horizontal .table-form {
    width: 100%;
    border-color: #dddddd;
}

.form-horizontal .table-form, .form-horizontal .table-form td {
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    padding: 4px;
}

.form-horizontal .table-form td.tit {
    background: #fafafa;
    text-align: center;
    padding-right: 8px;
    white-space: nowrap;
}

.form-horizontal .form-actions {
    margin-bottom: 0;
}

.form-horizontal fieldset .row-fluid {
    margin-bottom: 10px;
}

.pagination {
    margin: 8px 0;
}

.pagination .controls a {
    border: 0;
}

.pagination .controls input {
    border: 0;
    color: #999;
    width: 30px;
    padding: 0;
    margin: -3px 0 0 0;
    text-align: center;
}

.modal-backdrop {
    background-color: #ffffff;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal.tree {
    width: 300px;
    margin: -250px 0 0 -180px;
    *margin: -200px 0 0 -150px;
}

.modal.tree .modal-body {
    height: 260px;
    padding: 20px 25px;
}

.accordion {
    margin-top: 5px;
    margin-bottom: 20px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}
/* 滚动条导轨 */
::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.accordion-group {
    margin-bottom: 2px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-heading, .table th {
    white-space: nowrap;
}

.accordion-heading {
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0);
    float: inherit;
    width: 100%;
}

.accordion-heading a:hover, .dropdown a:hover {
    text-decoration: none;
    background: none;
}

.accordion-heading .accordion-toggle {
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFFCC;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 20px;
}

.accordion-heading .accordion-toggle i {
    _margin-top: -1px;
}

.accordion-inner {
    padding: 0;
}

.accordion-inner .nav-list {
    margin-bottom: 0;
}

.accordion-inner .nav-list li a {
    padding: 11px 0 11px 22px;
}

#left, #right, #openClose {
    float: left;
}

#openClose {
    width: 6px;
    margin: 0 1px;
    cursor: pointer;
}

#openClose, #openClose.close {
    background: #efefef url("../images/openclose.png") no-repeat -29px center;
}

#openClose.close {
    background-position: 1px center;
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
     color: #fff;
     background-color: transparent;
 }
.dropdown-menu>li{
    padding: 5px
}
.dropdown-menu>li>a:hover{
    background: #d7d7d7;
}
.dropdown-menu>li>a{
    color: #8996A0;
}
 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
     color: rgb(255, 255, 255);
     background-color: transparent;
     background-image: none;
     text-decoration: none;
     background-repeat: repeat-x;
 }
.layui-btn:hover {
    color: #fff;
    filter: opacity(0.8);
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #274fbb !important;
}
.layui-tab-title {
    border-bottom-width: 0 !important;
}
.layui-layer{
    border-radius: 6px !important;
}
.layui-layer-title{
    font-size:16px !important;
    border-radius: 6px 6px 0 0 !important;
}
.global_head {
    position: fixed;
    width: 95.4%;
    z-index: 222;
    font-size: 15px;
    padding: 20px 20px 20px 30px;
    color: #8996A9;
    background: #fff;
    height: 25px;
    border: 1px solid rgba(225, 225, 225, 0.6);
    border-radius: 12px;
    box-shadow: 1px 1px 4px 3px rgb(0 0 0 / 7%), 0 2px 2px -1px rgb(0 0 0 / 6%);
}
a:focus{
    text-decoration:none !important;
}
