html {
    overflow-x: hidden;
}

.content-header {
    position: relative;
    padding: 0 0 0px 0px;
}

.content-header > .breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
    display: none;
}

.grid-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.grid-btn .btn {
    margin-right: 10px;
}

.pointer {
    cursor: pointer;
}

.ml-10 {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .ml-10 {
        margin-left: 10px !important;
    }

    .col-sm-10 {
        width: 70%;
        padding-left: 0px;
    }

    .col-sm-2 {
        width: 24%;
    }
}

tbody > tr > th {
    font-weight: normal;
}

.panel .table {
    margin: 0 0;
}

.panel .pagination {
    margin: 0;
}

.panel-default > .panel-heading {
    background-color: #f5f5f5;
}

.row {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px 2px 0px 2px;
}

.col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal {
    width: 550px;
    padding-top: 20px;
}

.inline {
    display: inline-block;
}


.search-group {
    padding-left: 10px;
    padding-top: 5px;
    display:inline;
}
.buttons-group {
    display:inline;
    float: right;
    padding-right: 10px;
}


.ivu-row{
    margin-top:0!important;
    margin-bottom: 0!important;
}
.ui-jqgrid{
    background:#fff;
    border:none;
    width:auto!important;
    padding:15px 10px;
    margin-top:10px;
    box-shadow: 0px 20px 20px -20px #E8E7EC;
    border-radius:5px;
}
/*.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column:last-child{*/
/*    border-right:none!important;*/
/*}*/
.ui-jqgrid td input, .ui-jqgrid td select, .ui-jqgrid td textarea{
    margin:0 auto!important;
}
.ui-jqgrid .ui-jqgrid-view{
    width:auto!important;
}
.ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-jqgrid-toppager{
    width:auto!important;
    margin-top:30px;
}
.ui-jqgrid .ui-jqgrid-hdiv{
    width:auto!important;
    background: linear-gradient(to right, #4BAEFF, 45%, #4C82FF);
}
.ui-jqgrid .ui-jqgrid-bdiv{
    width:auto!important;
    height:400px!important;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td{
    font-size: 13px;
    color: #394565;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td:last-child{
    border-right:none!important;
}
.ui-jqgrid .ui-jqgrid-btable{
    background:#fff;
    border-color:#fff!important;
}

.ui-jqgrid-labels .ui-th-ltr{
    background:none;
    color:#fff;
    border-color:rgba(255,255,255,0.4);
    height:42px;
    font-weight: normal;
    font-size: 14px;
}
.ui-jqgrid-htable .active{
    background:none!important;
}
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height:auto;
    margin-top:0px;
    display:inherit;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td{
    background:none;
    /*border:none;*/
    color: #394565;
}
.ui-jqgrid .ui-paging-pager td{
    color: #394565;
    font-size:15px;
}
.ui-jqgrid .ui-pg-table td{
    font-size:15px!important;
}
.ui-jqgrid .ui-pg-selbox, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox{
    font-size:15px!important;
}
.ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-input{
    font-size:15px;
}
.ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-jqgrid-toppager{
    border-top:none;
}
.fixed-table-container{
    margin-top:8px;
    margin-bottom:20px;
}
.fixed-table-container .treegrid-thead th{
    background:#4B9BFD!important;
    color:#fff;
    border:none!important;
    border-radius:0;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-info, .ui-jqgrid .ui-jqgrid-toppager .ui-paging-info{
    margin-right:25px!important;
    color: #394565;
}

.ui-jqgrid .ui-pg-selbox, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox{
    height:auto!important;
}
.layui-layer-molv .layui-layer-title{
    background:#4a9aff!important;
}
.layui-layer-molv .layui-layer-btn a{
    background:#4a9aff!important;
    border:none!important;
}
.layui-layer-molv .layui-layer-btn .layui-layer-btn1{
    background:#999!important;
    border:none!important;
}