.wqFrame-en #contract-form .form-group,
.wqFrame-en #contract-form .form-group .control-label,
.wqFrame-en #custom-field-diag .wqForm-label,
.wqFrame-en #custom-field-diag .wqForm-control,
.wqFrame-en #add-black-modal .wqForm-label,
.wqFrame-en #add-black-modal .wqForm-control,
.wqFrame-en #adjust-holiday-modal .wqForm-group,
.wqFrame-en #adjust-holiday-modal .wqForm-label,
.wqFrame-en .dynamic-search-content,
.wqFrame-en .dynamic-search-content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.wqFrame-en #set-detail-diag .form-horizontal .form-group,
.wqFrame-en .user-defined-content .dropdown-menu li {
    -webkit-box: 1;
    -webkit-flex: 1;
    flex: 1;   
}

.wqFrame-en #contract-form .form-group .control-label,
.wqFrame-en #custom-field-diag .wqForm-label,
.wqFrame-en #adjust-holiday-modal .wqForm-control {
    -webkit-box: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.wqFrame-en #set-detail-diag .control-label {
    width: 90px;
}

.wqFrame-en #add-black-modal .wqForm-label {
    -webkit-box: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    align-items: center;
    width: 124px !important;
}

.wqFrame-en #custom-field-diag .wqForm-label {
    width: 105px;
}

.wqFrame-en #custom-field-diag .wqForm-control {
    margin-left: 0;
    padding-left: 10px;
}

.wqFrame-en #add-black-modal .wqForm-control {
    padding-right: 0 !important;
}

.wqFrame-en .custom-filed-tip {
    line-height: inherit;
}

.wqFrame-en #adjust-holiday-modal .wqForm-label {
    width: auto;
}

.wqFrame-en #adjust-holiday-modal .wqForm-group {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.wqFrame-en #adjust-holiday-modal .wqForm-control {
    margin-left: 0;
}

.wqFrame-en #adjust-holiday-modal .wqForm-control .wqui-form-radio, .wqForm-control .wqui-form-checkbox {
    padding-left: 0;
}

.wqFrame-en .user-defined-content .dropdown-menu {
    width: 280px;
}
.wqFrame-en .advance-search-content .default-form .form-group label {
    width: 100px;
}

.wqFrame-en .dynamic-search-content .title {
    white-space: nowrap;
}

.wqFrame-en .dynamic-condition-list {
    width: 800px;
}

.wqFrame-en .dynamic-condition-list label {
    width: 164px;
}

/* 人事 假期管理-假期设置label显示不全，折行 */
.wqFrame-en #page-role-list label.control-label.label-title {
    width: 170px !important;
    text-align: right;
}