﻿.setParameter {
        width: auto;
    }

    .parameter-block {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .parameter-left {
        float: left;
    }

    .parameter-right {
        float: right;
        width: 365px;
    }

        .parameter-right input {
            width: 100%;
        }

    .parameter-label {
        display: inline-block;
    }

    .parameter-dropblock {
        display: inline-block;
        width: 290px;
    }

        .parameter-dropblock select {
            width: 100%;
        }

    .parameter-inner-popup {
        width: 350px;
        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: 80px;
        float: left;
        text-align: right;
        margin-right: 6px;
    }

    .parameter-popup-right .para-popup-left {
        width: 234px;
        float: left;
    }

    .parameter-popup select {
        width: 200px;
    }

    .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;
    }

    .parameter-row-block {
        margin-bottom: 5px;
    }

    .parameter-row-block-label {
        display: inline-block;
        width: 99px;
        text-align: right;
    }

    .parameter-row-block-select {
        display: inline-block;
        width: 200px;
    }

        .parameter-row-block-select select {
            width: 100%;
        }

    .template-block {
        width: 500px;
    }

        .template-block input[type="text"] {
            width: 100%;
        }

    .parameter-right .parameter-label {
        width: 57px;
        display: inline-block;
    }

    .parameter-right input.searchbox {
        width: 300px;
        display: inline-block;
    }

    .parameter-label input[type="checkbox"] {
        position: relative;
        top: 2px;
        margin-left: 5px;
    }



    .wd-200 {
        width: 200px;
    }

    .wd-500 {
        width: 500px;
    }

    .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;
        }


    #divrightcol {
        overflow-y: hidden;
    }

.ui-pg-selbox {
    width: 70px !important;
    border: 0px;
    padding: 0px !important;
}