.spacing {
    display: block;
    width: 100%;
    height: 15px;
}

.pagercss {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.fixbottom {
    display: block;
    width: 100%;
    height: 2.5rem;
}

.inputstyle {
    height: 34px;
    padding: 6px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.iframe-footerbtn {
    display: block;
    width: 100%;
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    text-align: right;
}

.nomarginbottom {
    margin-bottom: 0px;
}

.sidebar-menu .treeview-menu > li > a {
    margin-left: 30px;
}

.csshide {
    display: none;
}

.pagercss {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #007bff;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li.a[disabled] {
            color: #777;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd;
        }

        .pagination > li.active a {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #007bff;
            border-color: #007bff;
        }

.iframecon {
    margin: 15px;
}

.checkboxli li {
    padding: 5px;
}

.ellips {
    display: block;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.target-img {
    vertical-align: middle;
    max-height: 50px;
    max-width: 50px;
}


.div_param {
    display: inline-block;
}

.techarea_row {
    display: inline-block;
}

.groupparamshow {
    display: inline-block;
}

.groupparamhide {
    display: none;
}

.paramshow {
    display: inline;
}

.paramhide {
    display: none;
}

.ul_tech {
    list-style: outside none none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .ul_tech li {
        display: block;
        float: left;
        margin: 0 5px;
        padding: 0 10px;
        height: 30px;
    }

table.table-child tr td {
    border: none;
}

table.table-child {
    width: 100%;
}

.scancode-img {
    text-align: center;
    margin: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px;
}

.login-tab {
    padding-top: 20px;
    min-height: 200px;
}

.iframe-footer {
    display: block;
    background: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 0.2rem;
}

.imgprev {
    max-height: 100%;
    max-width: 100%;
}

.imgbody {
    height: 200px;
    width: 300px;
    overflow: hidden;
    text-align: center;
}

.webuploader-pick {
    display: block !important;
    padding: 0 !important;
    background: none !important;
}

.imgcard {
    width: 300px;
    height: 300px;
}

.img-responsive {
    max-width: 200px;
    max-height: 200px;
}
