.container{
    min-width: 1050px;
    padding: 20px 15px;
}

.clearMargin{
    padding: 0;
    margin: 0;
}

.reschedule_main{
    background: #D2E8FF;
    border-radius: 8px 8px 0 0;
    padding: 0;
    margin: 0;
}

/* reschedule 头部样式 */
.reschedule_head{
    height: 40px;
    padding: 0 30px;
}

.head_logo{
    height: 100%;
}

.head_logo>img{
    height: 30px;
    margin-top: 5px;
}

.head_title{
    text-align: center;
}

.head_title>span{
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    color: #0000ef;
}

.head_exitBtn{
    line-height: 40px;
    text-align: right;
}

.customBtn{
    padding: 3px 12px;
}



.test_dll{
    text-align: right;
    padding: 10px 20px;
}

.form-inline_1{
    padding: 15px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .25);
    /* margin: 15px 0 0; */
}

/* reschedule 表单样式 */
.reschedule_form{
    padding: 15px 20px;
    border-top: 1px solid #FFCC66;
    border-bottom: 1px solid #FFCC66;
    box-sizing: border-box;
}

.reschedule_form .form-inline{
    text-align: left;
}

.reschedule_form .form-group{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
}

.reschedule_form .form-group input,.reschedule_form .form-group select{
    display: inline-block;
    width: 140px;
    height: 32px;
    padding: 6px 10px;
}

.reschedule_form .form-group input{
    text-indent: 4px;
}


.form-group_wyb{
    margin-bottom: 10px;
}

.input_wyb{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    /* max-width: 170px; */
    height: 32px;
}


#testDll_Url{
    width: 220px;
    padding: 0 30px 0 5px;
}

.addUrl{
    position: absolute;
    right: 35px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
}

.addUrl:hover,.clearFunction:hover{
    color: #000000;
}

#testDll_FunctionName{
    padding: 6px 24px 6px 6px;
}

.clearFunction{
    position: absolute;
    right: 18px;
    top: 7px;
    font-size: 12px;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
}

.create_attribute{
    position: absolute;
    top: 12px;
    left: 160px;
    padding: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
    font-size: 18px;
    color: #eee;
}

.addAttributeValue{
    position:absolute;
    right:10px;
    top:9px;
    cursor:pointer;
    color:rgba(0, 0, 0, .5);
}

.testDll_Attribute{
    padding: 0;
    border: none;
}

.btn_operation{
    height: 32px;
    padding: 0 8px;
    font-size: 12px;
}

.btn_operation:nth-child(1){
    margin-right: 3px;
}


.operationBtn{
    margin-left: 5px;
}