/* --------------------------------------------------
/*  自定义后台扩展样式，需要在加载 console.css 后载入
/*  使用 php think xadmin:install static 时不会更新此文件
/* -------------------------------------------------- */

.ui-jqgrid .ui-jqgrid-hbox {
    float: left;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
}

.ui-jqgrid-labels {
    height: 40px;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    background: #FAFAFA;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    text-align: center;
}

.imgbor {
    position: relative;
    margin-right: 10px;
    float: left;
}

.imgd {
    position: absolute;
    right: 17px;
    color: #888282;
    font-size: 18px;
}

.imgf {
    position: absolute;
    right: 0px;
}

.ui-filter .ui-filter-list {
    top: 40px;
}

.ui-filter {
    height: auto;
}


.think-page-body {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}

.autow {
    height: 100%;
    position: relative;
}

.autowleft {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    bottom: 5px;
    width: 220px;
}

.autowright {
    position: absolute;
    left: 240px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.layui-iconpicker {
    position: relative;
    height: 38px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
    border: none;
}

.uploadimage {
    background-image: none;
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
}

#treeUl {
    overflow-y: scroll;
    position: absolute;
    bottom: 10px;
    top: 45px;
    left: 0;
    right: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#layfrom .el-input__inner {
    height: 38px;
}

#layfrom .el-icon-arrow-down {
    padding: 0 7px;
}


#layfrom .layui-btn {
    height: 38px;
    line-height: 38px;
}
.thismenu {
    position: fixed;
    z-index: 9999999;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
}



    .thismenu li a {
        width: 100%;
        color: #000;
        display: block;
        padding: 5px 15px;
    }

        .thismenu li a:hover {
            background: #efefef;
        }

.hideme {
    display: none !important;
}

.showme {
    display: block !important;
}
