html {
    overflow-x: hidden;
}

/*dfd新增*/
html, body {
    height: 100% !important;
}

/**/

.tab-content {
    height: 85%;
}

.content-header {
    position: relative;
    padding: 0 0 3px 8px
}

/*dfd新增*/
.tab-content > .active {
    height: 100%;
}

/**/

.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-bottom: 10px;
    /*dfd新增*/
    padding-top: 12px;
    /**/
}

#rrapp {
    padding: 0 15px;
}

#norecords {
    /* margin: 10px; */
    color: #333333;
    font-size: 16px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 121px;
    text-align: center;
    width: 120px;
    color: #999;
}

#norecords img {
    width: 58px;
    display: block;
    /* margin-bottom: 20px; */
    margin: 0 auto;
    margin-bottom: 10px;
}

.grid-btn .btn {
    margin-right: 7px;
}
.btn-primary{
    background-color: #107a91;
    border-color: #107a91;
}
.btn-primary:hover{
    background-color: #05657a;
    border-color: #05657a;
}
.pointer {
    cursor: pointer;
}

.ml-10 {
    margin-left: 0 !important;
}

.ui-jqgrid .ui-pg-selbox {
    min-width: 50px !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: 0px 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;
}

.table-title {
    background: #f5f5f5;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px 5px 0 0;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

/*输入框后的按钮位置控制*/
.numbre > .form-control {
    padding-right: 54px;
}

.number > .btn {
    float: right;
    margin-top: -35px;
}

.form-horizontal .control-label {
    white-space: nowrap;
}

.dictionaries {
    height: 100%;
}

#myTabContent {
    height: calc(100% - 45px);
    padding-top: 0px;
}

.h_100 {
    height: 100%;
}

iframe {
    border: none;
}

.layui-layer-rims .layui-layer-btn {
    bottom: 20px;
    position: absolute;
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-top: 1px #ccc solid;
}

/*模糊查询清除按钮动态显示 lh*/
.queryBoxInput {
    padding: 5px;
    margin: 0;
    border: 1px solid #beceeb;
    height: 36px;
    width: 160px;
    vertical-align: top;
    border-radius: 4px;
}

.queryBoxClear {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 10px 0 0 -25px;
    outline: none;
}

.queryBoxInput::-ms-clear {
    display: none;
}

.queryBoxInput:valid + .queryBoxClear {
    display: inline;
}

/*输入框*必填样式*/
.inputRequired {
    color: #ff0505;
    font-style: normal;
    position: relative;
    right: 7px;
    font-size: 20px;
    top: 5px;
}

.btn-radius {
    border-radius: 0 3px 3px 0;
}

/*空状态数据*/
.empty-box {
    text-align: center;
    color: #999;
    padding-top: 100px;
}

.empty-icon {
    display: block;
    text-align: center;
    width: 80px;
    margin: 10px auto;
}

.empty-icon img {
    width: 100%;
}

.empty-icon .iconfont {
    font-size: 80px;
    color: #e5e5e5;
}

.pull-r-btngroup .btn {
    margin: 0 10px;
}

.layui-input-textarea .layui-textarea {
    height: 40px;
    width: calc(100vw - 500px);
    padding: 10px;
}

.pull-r-btngroup {
    padding-top: 16px;
}

.form-control-disabled .form-control {
    /* background-color: #eee;
     opacity: 1;
     cursor: not-allowed;*/
}

.from-control-check .col-sm-2 {
    width: 35%;
}

.from-control-check .col-sm-10 {
    /*  display:none;*/
    width: 60%;
}

.from-control-check input {

}

.from-control-check .form-group {
    position: relative;
}

.from-control-check .form-group.active input {
    border: 1px #009688 solid;
}

.from-control-check .form-group input {
    background: transparent;
    /*  cursor: not-allowed;*/
    cursor: pointer;
}

.from-control-check .form-group .control-label {
    overflow: hidden;
    padding-left: 0;
}

.from-control-check .form-group.active:before {
    background: url(../image/input-checked.png) right center;
    background-size: cover;
}

.from-control-check .form-group:before {
    position: absolute;
    content: ' ';
    background: url(../image/input-check.png) right center;
    width: 30px;
    height: 25px;
    right: 28px;
    background-size: cover;
    bottom: 0;

}

.btnsaves {
    display: none !important;
}

.from-control-check {
    width: 100% !important;
    padding-left: 20px !important;
}

.from-control-check .form-group {
    width: 32.8% !important;
    display: inline-block;
    margin-left: 0;
}

.form-hide-checkBox {

}

.layer-dic .layui-layer-btn {
    text-align: center;
    position: absolute;
    background: #ffffff;
    width: 100%;
    bottom: 0px;
    /* padding: 34px 0; */
    padding-bottom: 30px;
    border-top: 1px #e5e5e5 solid;
    padding-top: 20px;
}

.layer-dic .layui-layer-btn a {
    height: 34px;
    line-height: 28px;
    margin: 5px 15px 0;
    padding: 0 28px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    line-height: 32px;
}

.layer-dic .layui-layer-btn .layui-layer-btn0 {
    border-color: #337ab7;
    background-color: #337ab7;
    color: #fff;
}

/*通用打印列名复选框间距*/
.layui-form-item .layui-form-checkbox {
    margin-bottom: 12px;
    margin-left: 4px;
}

input.queryBoxInput::-ms-clear, input.queryBoxInput::-ms-reveal {
    display: block;
}

/*jqgrid复选框尺寸放大*/
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: 20px;
!important
}

.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    width: 20px;
    height: 20px;
    margin: 0px;
}

/*.ui-jqgrid {
    width:100%!important;
}
.ui-jqgrid .ui-jqgrid-view{
    width:100%!important;
}
.ui-jqgrid .ui-jqgrid-hdiv{
    width:100%!important;
}
.ui-jqgrid .ui-jqgrid-hdiv .table>thead:first-child>tr:first-child>th{
    width:auto!important;
}
.ui-jqgrid .ui-jqgrid-hdiv .table>thead:first-child>tr:first-child>th:first-child{
    width:25px!important;
}
.ui-jqgrid .ui-jqgrid-hdiv .table>thead:first-child>tr:first-child>th:nth-child(2){
    width:35px!important;
}
.ui-jqgrid .ui-jqgrid-bdiv{
    width: 100%!important;
}
.ui-jqgrid .ui-jqgrid-bdiv table{
    width: 100%!important;
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    /*color: #000000;*/
    background-color: rgba(189, 189, 190, 0.42);
    font-weight: bolder;
}

/*.combo-arrow {*/
/*    background: url(../image/combo_arrow.png) no-repeat center center !important;*/
/*}*/
.layui-layer-molv .layui-layer-btn a{
    color: #fff;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active{
    background-color: #e6f9ef;
}
.table>tbody>tr>td.jqgrid-rownum{
    background-color: #f5f5f5 !important;
}

.login-box, .register-box{
    width: 420px;
}
.has-feedback .form-control{
    height: 44px;
}
.btn.btn-flat{
    padding: 8px 12px;
    font-size: 16px;
}
.login-box-body{
    padding-bottom: 30px;
}
