.st_s_row {
    display: table-row;
}

.st_s_row>div {
    display: table-cell;
    min-width: 100px;
}

.st_s_row div:first-child {
    width: 100px;
    text-align: right;
}

.st_s-detail .st_r-row .st_r_info-left {
    width: 10%;
    text-align: right;
}

.st_s_ipt-sm {
    width: 40px;
}

.st_s_delete {
    cursor: pointer;
}

.st_v-b {
    vertical-align: bottom;
}

.st_s_expandDiv {
    width: 12px;
    height: 46px;
    position: fixed;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

.st_s_expand {
    background: url(../../images/sidebar/main_dian_open.jpg) no-repeat;
    width: 4px;
    height: 46px;
    display: inline-block;
}

.st_s_collapseDiv {
    width: 12px;
    height: 46px;
    position: fixed;
    top: 50%;
    left: 151px;
    z-index: 10;
    cursor: pointer;
}

.st_s_collapse {
    background: url(../../images/sidebar/main_dian_down.jpg) no-repeat;
    width: 4px;
    height: 46px;
    display: inline-block;
}

.st_s_t-r .st_r-row .st_r_info-left {
    text-align: right;
}

.st_s_modelClose {
    background: url(../images/modleCloseIcon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.st_s_inputClearIcon {
    background: url(../images/deleteIcon.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: -25px;
}

.st_s_ewqx .st_r-node-wrap>.st_r-g-at.done {
    display: inline-block;
}

.st_modal-lg.modal.st_h-400 .modal-body {
    max-height: 400px;
}

.st_h-max-66 {
    max-height: 66px;
}
