﻿body {
    font-family: 微软雅黑,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    background-size: 100% 100%;
    background-color: #fff;
    color: #333;
    height:100vh;
}

a:link, a:active, a:hover, a:visited {
    text-decoration: none;
}

a {
    color: #666;
}

.btn:focus, .btn:active:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.page-header2 {
    width: 100%;
    background-color: DimGray;
}

.page-content {
    width: 100%;
}

.page-footer {
    width: 100%;
    background-color: DimGray;
    font-size: 12px;
}

.footer-fixed {
    position: absolute;
    bottom: 0px;
}

.content-width {
    width: 1300px;
    margin: 0 auto;
}

.page-title {
    margin-top: 5px;
    background-color: #fafafa;
    border-left: 5px solid #dd4b39;
}

    .page-title ul.page-labels {
        line-height: 30px;
    }

.nav-height {
    line-height: 40px;
}

.top-menu:hover {
    background-color: #252B3A;
}

    #wxCode {
        padding-top: 0px !important;
        width: 285px !important;
        position: absolute;
        right: 0;
        left: auto;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #dff0d8 !important;
}

.the-check label {
    margin-bottom: 0px;
    line-height: 22px;
}

.icheckbox_minimal-aero.checked.disabled {
    background-position: -40px 0;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
}

.tx-c {
    text-align: center;
}

.tx-l {
    text-align: left;
}

.tx-r {
    text-align: right;
}

.tx-vm {
    vertical-align: middle;
}

.tx-vt {
    vertical-align: top;
}

.tx-vb {
    vertical-align: bottom;
}

.wrap {
    word-break: break-all;
}

.nowrap {
    white-space: nowrap;
}

.split {
    width: 100%;
    height: 5px;
}

.uinn {
    padding: 5px;
}

.uinn2 {
    padding: 10px;
}

.uinn3 {
    padding: 15px;
}

.uinn4 {
    padding: 20px;
}

.umar-t {
    margin-top: 5px;
}

.umar-r {
    margin-right: 5px;
}

.umar-b {
    margin-bottom: 5px;
}

.umar-l {
    margin-left: 5px;
}

.umar-a {
    margin: 5px;
}

.umar-t2 {
    margin-top: 10px;
}

.umar-r2 {
    margin-right: 10px;
}

.umar-b2 {
    margin-bottom: 10px;
}

.umar-l2 {
    margin-left: 10px;
}

.umar-a2 {
    margin: 10px;
}

.umar-t3 {
    margin-top: 15px;
}

.umar-r3 {
    margin-right: 15px;
}

.umar-b3 {
    margin-bottom: 15px;
}

.umar-l3 {
    margin-left: 15px;
}

.umar-a3 {
    margin: 15px;
}

.c-bla {
    background-color: #1A1A1F;
}

.b-bla {
    border-color: #000;
}

.t-bla {
    color: #1A1A1F;
}

.c-red {
    background-color: #d9534f;
}

.b-red {
    border-color: #f00;
}

.t-red {
    color: #f00;
}

.c-blu {
    background-color: #428bca;
}

.b-blu {
    border-color: #428bca;
}

.t-blu {
    color: #428bca;
}

.c-wh {
    background-color: #FFF;
}

.b-wh {
    border-color: #FFF;
}

.t-wh {
    color: #FFF;
}

.b-gra {
    border-color: #d0ced3;
}

.t-gra {
    color: #b3b3b2;
}

.c-gra {
    background-color: #eee;
}

.b-gra2 {
    border-color: #ccc;
}

.t-gra2 {
    color: #999;
}

.c-lgre {
    background-color: #d3ff80;
}

.c-gre {
    background-color: #09BB07;
}

.b-gre {
    border-color: #09BB07;
}

.t-gre {
    color: #09BB07 /*3cc51f*/;
}

.c-org {
    background-color: #f0ad4e;
}

.b-org {
    border-color: #f0ad4e;
}

.t-org {
    color: #f0ad4e;
}

.c-info {
    background-color: #5bc0de;
}

.b-info {
    border-color: #5bc0de;
}

.t-info {
    color: #5bc0de;
}

.uba {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
}

.ubt {
    border-top-width: 1px;
    border-style: solid none none none;
}

.ubb {
    border-bottom-width: 1px;
    border-style: none none solid none;
}

.ubl {
    border-left-width: 1px;
    border-style: none none none solid;
}

.ubr {
    border-width: 1px;
    border-style: none solid none none;
}

.uc-a {
    border-radius: 3px;
}

.uc-a1 {
    border-radius: 5px;
}

.uc-t1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.uc-b1 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ub {
    display: -webkit-box;
}

.ub-f1 {
    -webkit-box-flex: 1;
}

.control-label {
    text-align: center;
}
/*********** valide***********/
label.error {
    color: red;
}


ul.single-select > li {
    padding: 5px 10px;
    cursor: pointer;
}

    ul.single-select > li.on {
        color: #0026ff;
    }

.pointer {
    cursor: pointer;
}

.table {
    margin-bottom: 0px !important;
}

    .table > thead > tr > th {
        vertical-align: middle;
    }

    .table > tbody > tr > th {
        vertical-align: middle;
        border: 1px solid #eee;
    }

    .table > tbody > tr > td {
        vertical-align: middle;
        border: 1px solid #eee;
    }

    .table > tbody > tr > th {
        background-color: #fafafa;
    }

.table {
    background-color: #fff;
}

form .table th {
    padding: 5px !important;
}

form .table td {
    padding: 5px !important;
}

#cklist.table tr {
    cursor: pointer;
}

#pagerForm {
    margin-bottom: 5px;
}

.width-full {
    width: 100%;
}

.width-40 {
    width: 40px;
}

.width-60 {
    width: 60px;
}

.width-80 {
    width: 80px;
}

.width-100 {
    width: 100px;
}

.width-110 {
    width: 110px;
}

.width-120 {
    width: 120px;
}

.width-140 {
    width: 140px;
}

.width-160 {
    width: 160px;
}

.width-180 {
    width: 180px;
}

.width-200 {
    width: 200px;
}

.width-240 {
    width: 240px;
}

.width-300 {
    width: 300px;
}



.table-bordered tr.trseled {
    background: none repeat scroll 0 0 #FBEC88;
}

.printer {
    page-break-after: always;
}

.dropztree {
    margin-top: 0;
    background: #f0f6e4;
    height: 400px;
    overflow-y: scroll;
    overflow-x: auto;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

.btn {
    border-radius: 0px;
}

.btn-sm .fa {
    font-size: 14px;
}

.alert {
    padding: 5px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.input-sm {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #f9f9f9 !important;
        opacity: 1;
    }

/* daterange 定位i标签在input标签内 */
.daterange i {
    position: absolute;
    bottom: 8px;
    right: 5px;
    top: auto;
    cursor: pointer;
}

.daterange {
    position: relative;
}
/* daterange i end */

.layui-layer-title {
    background-color: #d9edf7 !important;
    color: #333 !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.el-dialog__header {
    background-color: #eee;
    text-align: left;
}

.el-dialog__title {
    color: #d9edf7;
}
.el-dialog__body {
    padding: 15px 20px !important;
}

.el-table {
    min-height: 600px;
}

.el-table th.el-table__cell {
    background-color: #fafafa !important;
    color: #000;
}
.el-table td.el-table__cell {
    padding: 3px 0;
}

.el-form-item {
    margin-bottom: 3px !important;
}

.el-form-item__error {
    position: relative !important;
}

.el-range-separator {
    width: 20px !important;
}

.el-date-editor--daterange {
    width: 240px !important;
}

.el-date-editor--daterange.el-range-editor--small {
    width: 280px !important;
}
.el-date-editor.el-range-editor--mini .el-range-input {
    width: 80px !important;
}

div.search.el-input.el-input--mini > .el-input__inner {
    width:120px;
}

.top-banner {
    line-height:60px;
    height:60px;
    padding: 0px 15px;
}
.top-menu {
    padding: 0px 15px;
}
