/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap'); */
        /* body {
            font-family: 'Noto Sans SC', system-ui, sans-serif;
        } */
        /* 平滑滚动 */
        /* html {
            scroll-behavior: smooth;
            scroll-padding-top: 80px;
            font-size: 16px!important;
        }

        .hidden_index a{
            font-size: 16px!important;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        } */

        .hidden_index a:hover{
            text-decoration: none;
        }

        .shadow-sm:hover{
          color: #ffffff!important;
          text-decoration: none;
        }
        /* 账户菜单样式 */
        .account-menu {
            position: relative;
        }
        
        .account-dropdown {
            position: absolute;
            right: 0;
            top: 100%;
            min-width: 200px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 8px 0;
            z-index: 100;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
        }
        
        .account-menu:hover .account-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .account-dropdown a {
            display: block;
            padding: 10px 16px;
            color: #4E5969;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        
        .account-dropdown a:hover {
            background-color: #f0f6ff;
            color: #165DFF;
        }





/* body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
} */
.login {
    background: url(images/qt_bg.png) repeat-x #daedfb;
    text-align: center;
    margin: 0px;

    /*background: url(images/qt_bg2.png);
     background-size: 100% 100%; */
}
.sylogin {
    width: 1200px;
    height: 850px;
    margin: 0 auto;
    background: url(images/qt_di.png);
    background-position: 0px 280px;
}
select::-ms-expand { display: none; } 
.modal-header {
    cursor: move!important;
}
#strDeptName{
  /* color:#108cee!important; */
  color:#ffffff!important;
  font-size: 45px;
  font-family: 'STXinwei';
  /* text-shadow: 1px 1px 1px rgb(255 255 255 / 70%); */
  line-height: 85px;
  letter-spacing: 0px;
}
.page-content {
    padding-top: 10px!important;
    width: 1200px;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 20px;
}
.confirmmsg{
  font-size:15px;
}
.page-header-fixed .page-container {
    position: relative;
    margin-top: 100px;
    margin-bottom: 0px;
}
.bars {
    overflow: hidden;
    height: auto;
}.modal-header {
    border-bottom: 1px solid #EFEFEF;
    background-color: #28b779 !important;
    height: 40px;
}
       .modal-title {
    font-size: 14px;
    line-height: 10px;
    color: #ffffff;
}
       .page-content .page-breadcrumb.breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 30px;
    padding-left: 8px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0px !important;
    background-color: #ffffff;
}
       .breadcrumb {
    padding: 0px;
    margin: 20px 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.fieldshowtext{
    color: #555555;
        margin-top: 0px;
    padding: 5px!important;
    background-color: #fcfcfc;
}
.fieldval{
     color: #333333;
    font-size: 15px;
    border-left: 1px solid #efefef!important;
    margin-top: 0px;
    padding-right: 15px!important;
    background-color:#ffffff;
}
 .form-bordered .control-label {
    padding-top: 0px;
}
 .page-loading_Modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: transparent;
    z-index: 10051 !important;
}
.fixed-table-container tbody .selected td {
    background-color: #FFF9E9;
    color: #d84a38;
}
pre{
    display: block;
    padding: 0px;
    margin: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: transparent!important;
    border: 1px solid transparent!important;
    border-radius: 0px;
}
.fieldval pre{
        font-family: "Microsoft YaHei";
        margin:0px;
}

.input_cleardate {
    cursor: pointer;
    background-color: #ffffff !important;
    background: url(images/close-box.png) no-repeat scroll right 5px center #fff !important;
    background-size: 20px 20px !important;
}

.datetimepicker-dropdown-bottom-left{
    height: auto!important;
    overflow: auto!important;
}
.datetimepicker tfoot tr th.clear:hover {  
  background: #eeeeee;  
  cursor:pointer;  
}
._sjbtn{
            float: right;
        }
        .login_sj {
            width: 290px;
            height: 180px;
            padding:0px;
            text-align: left;
        }
        .login-sj-vcode{
            position: absolute;
            right: 0px;
            top: 25px;
            height: 40px;
            font-size: 15px;
        }
        .login-sj-input{
        height: 40px;
            font-size: 16px;
        }
        .login_ewm div {
            width: 250px;
            height: 250px;
            margin: 10px auto;
            position: absolute;
            left: 50%;
            margin-left: -125px;
        }
        .login .content .forget-password {
            margin-top: 0px;
        }
        .login .content .form-actions {
            background-color: #fff;
            clear: both;
            border: 0px;
            border-bottom: 0px solid #eee;
            padding: 0px 30px 25px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

        .login_ewm {
            width: 290px;
            height: 260px;
            margin-bottom: 0px;
        }

        .content>.tabbable-custom > .tab-content {
            background-color: #fff;
            border: 0px solid #ddd;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            padding: 0px;
        }
        .content>.tabbable-custom>.nav-tabs>li>a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 0px solid transparent;
            border-radius: 4px 4px 0 0;
            font-size: 18px;
            font-weight: bold;
        }

        .content>.tabbable-custom>.nav-tabs>li>a:hover {
            background: transparent;
        }

        .tabbable-custom .nav-tabs > li.active > a {
            color: #108cee!important;
        }
        .tabbable-custom .nav-tabs > li > a {
            padding: 10px 10px!important;
            color: #555;
        }

        .tabbable-custom .nav-tabs > li.active {
            border-bottom: 3px solid #4b8df8;
            margin-top: 0;
            position: relative;
        }

        .tabbable-custom .nav-tabs > li {
            margin-right: 0px;
            width: 50%;
            text-align: center;
            border-top: 0px solid transparent!important;
        }
        
        .nav-tabs>li {
            float: left;
            margin-bottom: 0px;
        }

    .wlsystem {
        width: 40%;
        height: 298px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        left: 50%;
        /* margin-left: -20%!important; */
        margin-top: -149px;
        text-align: center;
        display: none;
    }

.container {
    width: 100%;
    margin:0px;
    padding: 0px;
}
.header {
    filter: none !important;
    background-image: none !important;
    background-color: #434343 !important;
}

#indexPage{
    background-color: #f0f2f5;
    height: 100%;
    overflow: auto;
    position: absolute;
    width: 100%;
}
.input-group .form-control {
    float: inherit;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #8a6d3b!important;
    padding-left: 10px;
    line-height: 18px;
}

.PreviewImg{
    color: #000000;
}

.PreviewImg i{
    background: rgba(16,140,238,0.8);
    padding: 5px;
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
}


/*切换标签*/
.tab-switch-wrapper{margin: 0;padding: 0px;position: relative;}
.tab-switch-wrapper ul{list-style: none;margin: 0;padding: 0px;}
.tab-switch{border-bottom: 1px solid #ddd;height: 32px;width: auto;margin: 0px;}
.tab-switch li{font-size:14px;color: #28b779;position: relative;float: left;padding: 0px 20px;height: 32px;line-height: 32px;text-align: center;cursor: pointer;border: 1px solid transparent;}
.tab-switch-products{border: 1px solid #ddd;border-top: 0;position: relative;width: 100%;}
.tab-switch-products .tab-main{display: none;width:100%;padding: 10px 15px;}
.tab-switch-products .tab-main.tab-selected{display: block;}
.tab-switch li.tab-active{color: #555;cursor: default;background-color: #fff;border: 1px solid #ddd;border-bottom-color: transparent;}
.tab-switch-item:hover{background-color:#eaeaea;}

.ewmtimeout {
    text-align: center;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    border-radius: 2px !important;
    padding: 80px 0px;
    display: none;
    top: 0px;
    left: 0px;
}
.ewmtimeout div {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    width: 150px;
    height: 40px;
    margin: 30px auto;
    padding: 10px;
    border-radius: 40px !important;
    cursor: pointer;
}

.ewmtimeout label {
    font-size: 27px;
    color: #ffffff;
    margin: 60px;
}

.search-line {
  box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, .3);
  height: 15px;
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0p;
  top: 80px;
}


.login-sj-input {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: rgba(0, 0, 0, .85);
}

/* .modal-header {
    border-bottom: 1px solid #EFEFEF;
    background-color: #169ef4!important;
    height: 40px;
} */

.header .navbar-nav li.dropdown .dropdown-toggle i {
    color: #ffffff !important;
}
.header .navbar-nav .dropdown-toggle:hover, .header .navbar-nav .dropdown.open .dropdown-toggle {
    background-color:transparent!important;
}

.dropdown-menu li > a {
    line-height: 30px;
}

.header.navbar .navbar-nav > li.dropdown.user .dropdown-menu i {
    margin-right: 10px;
}
.dropdown-menu li > a:hover, 
.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-image: none;
  background-color: #eee;
  color:#108cee;
  filter:none;
}


/*弹窗*/
.alert-modal-header h4 {
    color: #333333 !important;
    font-size: 16px;
}


.modal-header {
    border-bottom: 1px solid #EFEFEF;
    background-color: #ffffff !important;
    height: 40px;
    border-radius: 6px!important;
}

.btn.green {
    color: white !important;
    text-shadow: none !important;
    background-color: #2776ee !important;
    font-size: 14px;
    border-radius: 2px !important;
}

.btn.green.disabled, .btn.green[disabled] {
    background-color: #E5E6EB !important;
    color: #555555 !important;
    outline: none !important;
    cursor: default;
}
.btn.blue.disabled, .btn-group .btn.blue[disabled] { 
  background-color: #E5E6EB !important;
    color: #555555 !important;
    outline: none !important;
    cursor: default;
}
.btn.green {
    color: white;
    text-shadow: none;	 
    background-color: #4d90fe;
  }

  .btn-group .btn.green.dropdown-toggle {
    background-color: #4d90fe !important;
  }

  .btn.green:hover, 
  .btn.green:focus, 
  .btn.green:active, 
  .btn.green.active,
  .btn.green.disabled{ 
    background-color: #0362fd !important;
    color: #fff !important;
    outline: none !important;
  }

.time-title span{
    color: #eee!important;
}

.btn-default {
  background-color: #fff;
  border-color: #ebebeb;
  color: #2776ee!important;
}

.btn-default:hover{
  background-color:#f0faff;
  border-color: #ebebeb;
}


.toast-top-center {
    top: 200px!important;
    margin: 0 auto!important;
    left: 50%!important;
    margin-left: -150px!important;
}


/* Radios */
.radio-list {
    height: 34px;
    line-height: 34px;
    margin: 0px 15px;
}
.radio-list > label {
  display: block;
}

.radio-list > label.radio-inline {
  display: inline-flex!important;
}

.radio-list > label.radio-inline:first-child {
  padding-left: 0;
}

.radio-list > label {
  margin-bottom: 0;
  padding-top: 0px;
  font-size: 13px;
  line-height: 30px;
}
.radio-inline > img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.radio > span {
  margin-top: 2px;
}



.demo--label{width: 100%;margin: 6px 10px!important;display:inline-block!important;cursor:pointer!important;}
.demo--radio{display:none}
.demo--radioInput{background-color:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:100%;display:inline-block!important;height:16px;margin: 10px;vertical-align:middle;width:16px;line-height:1;border-radius: 16px !important;}
.demo--radio:checked + .demo--radioInput:after{background-color:#2776ee;border-radius:100%;content:"";display:inline-block!important;height:10px;margin:2px;width:10px}
.demo--checkbox.demo--radioInput,.demo--radio:checked + .demo--checkbox.demo--radioInput:after{border-radius:0}


.bootbox{
    overflow: hidden;
}


.page-loading_Modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: transparent;
    z-index: 10051 !important;
}

.page-loading {
    position: absolute;
    display: ruby;
    top: 50%;
    left: 50%;
    min-width: 200px;
    margin-left: -100px;
    margin-top: -30px;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #e2e2e2;
    background-color: #fafafa;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.page-loading span {
    line-height: 20px;
    vertical-align: middle;
}

.table_form {
    width: 100%;
    margin: 0px;
    border-collapse: collapse;
    table-layout: fixed;
    /* border: #a0c6e5; */
    /* border: #4f9451; */
    border: #85ab86;
}
.table_form ._value>.form-control {
    border: 0px solid #e5e5e5;
}
.table_form ._name {
    background-color: #ffffff !important;
    color: #3665a9 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    padding: 2px 10px 2px 2px;
    text-align: right;
    border: #a0c6e5 1px solid !important;
    background-color: #ffffff!important;
  }
.table_form ._value {
    border: #a0c6e5 1px solid !important;
}
.table_form ._value .showlist {
    border: 0px solid #fafafa;
    background-color: #F9F9F9;
    margin-top: 0px;
    color: #000000;
    cursor: no-drop;
    height: auto;
    padding-left: 5px;
    height: auto;
    min-height: 32px;
    border-radius: 0px;
}
.table_form .required {
    color: #F00;
    padding-right: 5px;
    top: 3px;
    font-weight: bold;
    position: relative;
}


.table_form ._title {
  background-color: #f0faff!important;
  color: #2776ee!important;
}

.tab-list .table thead tr {
  background-color: #f0faff!important;
  border: 1px solid #ffffff!important;
}

.table_form {
  border: #a0c6e5!important;
}
  
  .table_form tr{
    line-height: 35px!important;
  }
  
  .table_form .btn {
    line-height: 22px!important;
  }
  
  .table_form ._value textarea {
    min-height: 40px!important;
  }
  
  
  .reead {
    background-color: #F5F5F5!important;
  }
  .reead div{
    margin:0px 10px!important;
  }
  .table_form ._value .form-control {
    margin-top: 0px !important;
    min-height: 36px !important;
    height: auto !important;
  }

  /*去掉列表前面点*/
  ol, ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 10px;
}
.chart, .pie, .bars {
    overflow: hidden;
    height: auto;
}
/*  Blue */

.btn.blue {
  color: white;
  text-shadow: none;
  background-color: #2776ee!important;
}
.btn.blue:hover, 
.btn.blue:focus, 
.btn.blue:active,
.btn.blue.active,
.btn.blue.disabled {  
  background-color: #0362fd !important;
  color: #fff !important;
  outline: none !important;
}

.btn-group .btn.blue.dropdown-toggle {
  background-color: #4d90fe !important;
}
.btn-group .btn.blue:hover, 
.btn-group .btn.blue:focus, 
.btn-group .btn.blue:active, 
.btn-group .btn.blue.active, 
.btn-group .btn.blue.disabled{ 
  background-color: #0362fd !important;
  color: #fff !important;
  outline: none !important;
}


/*  Green */
.btn.green {
    color: white;
    text-shadow: none;	 
    background-color: #2776ee!important;
  }
  .btn.green:hover, 
  .btn.green:focus, 
  .btn.green:active, 
  .btn.green.active,
  .btn.green.disabled{ 
    background-color: #0362fd !important;
    color: #fff !important;
    outline: none !important;
  }


  .form-actions.fluid {
    /* position: fixed; */
    position: relative;
    width: 100%;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    padding: 20px 0;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.breadcrumb a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    text-shadow: none;
    margin: 0px 10px;
}

.breadcrumb>li+li:before {
    padding: 0px;
    color: #fff!important;
    content: ""!important;
}

a {
    color: #165DFF;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover,
  a:focus {
    color: #165DFF;
    text-decoration: none!important;
  }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }


/*  Yellow */
.btn.yellow {
    color: white; 
    text-shadow: none;	
    background-color: #ffb848;
  }
  .btn.yellow:hover, 
  .btn.yellow:focus, 
  .btn.yellow:active, 
  .btn.yellow.active, 
  .btn.yellow.disabled,
  .btn.yellow[disabled] { 
    background-color: #eca22e !important;
    color: #fff !important;
    outline: none !important;
  }
  
  .btn-group .btn.yellow.dropdown-toggle {
    background-color: #ffb848 !important;
  }
  .btn-group .btn.yellow:hover, 
  .btn-group .btn.yellow:focus, 
  .btn-group .btn.yellow:active, 
  .btn-group .btn.yellow.active, 
  .btn-group .btn.yellow.disabled,
  .btn-group .btn.yellow[disabled] { 
    background-color: #eca22e !important;
    color: #fff !important;
    outline: none !important;
  }

  
/*  Red */
.btn.red {
    color: white;  
    text-shadow: none;	
    background-color: #d84a38;
  }
  .btn.red:hover, 
  .btn.red:focus, 
  .btn.red:active, 
  .btn.red.active,
  .btn.red[disabled], 
  .btn.red.disabled {    
    background-color: #bb2413 !important;
    color: #fff !important;
    outline: none !important;
  }

  .btn.default {  
    color: #333333;
    text-shadow: none;  
    background-color: #e5e5e5;
  }
  .btn.default:hover, 
  .btn.default:focus, 
  .btn.default:active, 
  .btn.default.active,
  .btn.default[disabled], 
  .btn.default.disabled {    
    color: #333333;
    background-color: #d8d8d8 !important;
    outline: none !important;
  }
/* 

  .form-control{
    background-color: #ffffff!important;
    border: 0px solid #ffffff!important;
  } */


  
.ztreenew {
    position: relative;
    padding: 10px !important;
}

    .ztreenew * {
        padding: 0;
        margin: 0;
        /*color: #000000;*/
        font-size: 13px;
        font-family: "Microsoft YaHei",Verdana, Arial, Helvetica, AppleGothic, sans-serif;
        font-weight: 500;
    }

    .ztreenew li a.curSelectedNode {
        padding-top: 0px;
        background-color: #FFE6B0 !important;
        color: black;
        border: 1px #FFB951 solid !important;
        opacity: 1;
        font-weight: 600;
    }

    .ztreenew li {
        display: table;
        height: 22px;
    }

  .ztreenew li a {
      padding-top: 0px;
      border: 1px #ffffff solid;
      font-weight: 600;
  }

  .ztreenew li a:hover {
      padding-top: 0px;
      background-color: #efefef;
      color: black;
      border: 1px #ddd solid;
      opacity: 1;
      font-weight: 600;
  }






  /***
Custom portlet tabs
***/

.portlet-tabs > .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 10px;
    overflow: hidden;
}

.portlet-tabs > .nav-tabs > li {
    float: right;
}

.portlet-tabs > .nav-tabs {
    border-bottom: none;
}

.portlet-tabs > .nav-tabs > li > a {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;    
  border-right: 0;
     -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
             border-radius: 0px;   
}

.portlet-tabs > .nav-tabs > li:last-child > a {
  border-right:0;
}

.portlet-tabs > .nav-tabs > li {
  margin-left: 1px;
}

.portlet-tabs > .nav-tabs > li.active {
  color: #333;
  border-top-color: transparent;
}

.portlet-tabs > .nav-tabs > li.active > a {
  margin-bottom: 0px;
  border-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;    
  border-right: 0;
  border-top-color:transparent !important;
}

.portlet-tabs > .nav-tabs > li > a:hover {   
  color: #333;
  margin-bottom: 0;
  border-bottom-color: transparent;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;    
  border-right: 0;
  border-top-color:transparent;
  background-color: #fff;
}  

.portlet-tabs > .nav-tabs > .active > a  {
  color: #555555;
  cursor: default;
  background-color: #fff;
}

.portlet-tabs > .nav-tabs > .active > a:hover {
  background-color: #fff !important;
}

.portlet-tabs > .tab-content {
  padding: 10px !important;
  margin: 0px;
  margin-top: -50px !important;
}

.portlet.tabbable .portlet-body {
  padding: 0px;
}

.tab-pane > p:last-child {
  margin-bottom: 0px;
}

/* reverse aligned tabs */

.tabs-reversed > li {
  float: right;
}

.tabs-reversed > li,
.tabs-reversed > li > a {
  margin-right: 0;
}

/***
Dashboard container
***/

#dashboard {
  overflow: hidden;
}

/***
Dashboard stats
***/
.dashboard-stat {
  margin-bottom: 25px;
}

.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}

.dashboard-stat:before,
.dashboard-stat:after {
  display: table;
  line-height: 0;
  content: "";
}
.dashboard-stat:after {
  clear: both;
}

.dashboard-stat .visual {
  width: 80px;
  height:80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.dashboard-stat .visual i {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}

.dashboard-stat .visual {
  font-size: 35px;
  line-height: 35px;
}

@media (min-width: 992px) and (max-width: 1024px) {  

  .dashboard-stat .visual i { 
    font-size: 28px;
    line-height: 28px;
  }

}

.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 10px;  
}

.dashboard-stat .details .number {    
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;  
}

.dashboard-stat .more {
  clear: both;
  display: block;  
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;  
  opacity: 0.7;  
  filter: alpha(opacity=70);
}  

.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;  
  filter: alpha(opacity=100);
}

.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

.dashboard-stat.blue {
  background-color: #27a9e3;
}

.dashboard-stat.blue .more { 
  background-color: #208dbe;
} 

.dashboard-stat.green {
  background-color: #28b779;
}

.dashboard-stat.green .more { 
  background-color: #10a062;
} 

.dashboard-stat.red {
  background-color: #e7191b;
}

.dashboard-stat.red .more { 
  background-color:#bc0d0e;
} 

.dashboard-stat.yellow {
  background-color: #ffb848;
}

.dashboard-stat.yellow .more { 
  background-color: #cb871b;
} 

.dashboard-stat.purple {
  background-color: #852b99;
}

.dashboard-stat.purple .more { 
  background-color: #6e1881;
} 


/*除上面颜色，在写一组颜色*/
.dashboard-stat.brown {
  background-color:#935f24;
}
.dashboard-stat.brown .more { 
  background-color: #623f18;
}

.dashboard-stat.grey {
  background-color: #6d6d6d;
}
.dashboard-stat.grey .more { 
  background-color: #595959;
}



/***
Vertical inline menu
***/
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ver-inline-menu li {
  position:relative;
  margin-bottom:1px;
}

.ver-inline-menu li i {
  width: 37px;
  height: 37px;
  display: inline-block;
  color:#b9cbd5;
  font-size:15px;
  padding:12px 10px 10px 8px;
  margin:0 8px 0 0;
  text-align: center;
  background:#e0eaf0 !important;
}

.ver-inline-menu li a {
  font-size: 13px;
  color:#557386;
  display:block;
  background:#f0f6fa;
  border-left:solid 2px #c4d5df;
}

.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
  background:#e0eaf0;
  text-decoration:none;
}

.ver-inline-menu li:hover i {
  color:#fff;
  background:#c4d5df !important;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  font-size: 13px;
}

.ver-inline-menu li.active a {
  border-left:solid 2px #0c91e5;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
  color:#fff;
  background:#169ef4;
  text-decoration:none;
}

.ver-inline-menu li.active i {
  background:#0c91e5 !important;  
}

.ver-inline-menu li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #169ef4;
  position: absolute;
  top: 12px;
  right: -5px;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff!important;
    cursor: default;
    background-color: #165DFF!important;
    border-color: #165DFF!important;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #165DFF!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-jump>li>a, .pagination-jump>li>input, .pagination-jump>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #165DFF!important;
    text-decoration: none;
    background-color: #fff;
}