﻿ .setParameter {
        width: auto;
    }

    .parameter-block {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .parameter-left {
        float: left;
    }

    .parameter-right {
        float: right;
        width: 300px;
    }

        .parameter-right input {
            width: 100%;
        }

    .parameter-label {
        display: inline-block;
    }

    .parameter-dropblock {
        display: inline-block;
        width: 300px;
    }

        .parameter-dropblock select {
            width: 100%;
        }

    .parameter-inner-popup {
        width: 800px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        background: #F7F7F7;
        border: 1px solid #ccc;
        -webkit-box-shadow: #666 10px 2px 25px;
        -moz-box-shadow: #666 10px 2px 25px;
        box-shadow: #666 10px 2px 25px;
        border-radius: 5px;
    }

    .parameter-header {
        background-color: whitesmoke;
        border-bottom: 1px solid #e5e5e5;
        /* margin: -20px -20px 21px; */
        line-height: 40px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        padding-left: 15px;
        text-shadow: 0 1px white;
        color: gray;
    }

    .parameter-body {
        padding: 15px;
    }

    .parameter-popup {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 77vh;
    }

    .parameter-popup-left {
        width: 321px;
        float: left;
    }

    .parameter-popup-right {
        float: right;
        width: 447px;
    }

    .parameter-popup-left .para-popup-left {
        width: 127px;
        display: inline-block;
    vertical-align: middle;
}

    .para-popup-right {
    display: inline-block;
    vertical-align: middle;
}
    .parameter-row.defualt-data {
    margin-bottom: 15px;
}

    .parameter-popup-right .para-popup-left {
        width: 234px;
        display: inline-block;
    vertical-align: middle;
    }

    .parameter-popup select {
        width: 150px;
    }

    .parameter-row {
        margin-bottom: 5px;
        float: left;
    }

    .parameter-btn-group {
        width: 100%;
        float: left;
        text-align: center;
        padding: 20px;
        border-top: 1px solid #eee;
        margin-top: 10px;
    }

    .parameter-row.defualt-data span {
        position: relative;
        top: -2px;
        left: 3px;
    }

    .wd-300 {
        width: 300px;
    }

    .wd-150 {
        width: 150px;
    }


    .chksetting {
        text-align: center !important;
    }

    .ui-jqgrid tr.jqgrow > td {
        /*padding: 4px 0px 4px 4px !important;*/
        font-size: 11px !important;
    }


    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        font-weight: bold !important;
        background: none !important;
        background-color: #EDEDED !important;
    }

    .ui-search-input {
        text-align: left !important;
    }

    th.ui-th-column div {
        white-space: normal !important;
        height: auto !important;
        padding: 2px;
    }

    form:after {
        content: '';
    }

    .ui-jqgrid {
        box-sizing: unset !important;
    }

        .ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
            text-align: left !important;
        }
    /*.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
        text-align: center;
    }*/

    #divrightcol {
        overflow-y: hidden;
    }

    .ui-jqgrid-pg-left {
        display: none;
    }