.loading-process-content {
    display: flex;
    place-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
}

#loading_message_dialog {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    place-content: center;
    align-items: center;
}

#main_content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #f5f5f5;
}

#foot_content {
    width: 100%;
    height: 32px;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    place-content: center;
    background-color: white;
}

.xux-requiredLegend,
.xux-required-label.ui-state-disabled {
    display: none !important;
}

.xux-servant {
    margin-left: 0px !important;
}

.xux-servant .xux-labelableBox-label {
    padding-left: 0px !important;
}

.display-edit-label {
    width: 32px !important;
    display: inline-block;
}

.forbid-operate-element {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0.35
}

.top {
    border-bottom: 1px black solid;
    padding: 5px;
}

.bottom {
    padding: 10px;
}

.register-button-div {
    padding-bottom: 16px;
    float: right !important;
}

.flow-name-content {
    padding-bottom: 16px;
}

.process-content {
    display: flex;
    padding-bottom: 16px;
}

#handler_process_content {
    width: calc(100% - 60px);
    overflow-x: auto;
    position: relative;
}

#handler_process_content > div {
    height: 102px;
    width: max-content;
}

.process-line-div {
    width: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    place-content: center;
    text-align: center;
    float: right;
}

.process-handler-operate {
    width: 125px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.handler-name-span-content {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    place-content: center;
    text-align: center;
    border: 1px black solid;
}

.handler-selected {
    border: 3px solid #00838D !important;
    width: 96px !important;
    height: 96px !important;
}

.handler-name-span {
    width: 100%;
    word-wrap: break-word;
}

#process_start_content {
    width: 125px;
    height: 100%;
    display: inline-block;
}

#process_end_content {
    width: 102px;
    height: 100%;
    display: inline-block;
}

#process_start_content > div:first-child,
#process_end_content > div:first-child {
    width: 100px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    place-content: center;
    text-align: center;
    border: 1px black solid;
    border-radius: 50%;
    margin: 5px 0px;
}

.handler-delete-space {
    width: 60px;
    text-align: end;
}

.handler-delete-space > span {
    padding-top: 50%;
}

#handler_delete_button {
    width: 40px !important;
    height: 40px !important;
}

#handler_delete_button span {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.handler-left-div {
    width: 100px;
    word-break: keep-all;
    vertical-align: top !important;
}

.handler-name-content {
    width: calc(100% - 100px);
}

.ready-handler-name {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
    border: 1px black solid;
    z-index: 2;
}

.ready-handler-name div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    place-content: center;
    text-align: center;
}

/* FormSortingHandler */
.val-dow-button,
.conditions-button,
.options-button,
.time-span-button,
.exception-flows-button,
.else-flows-button,
.date-button {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px !important;
    margin-top: 5px !important;
}
.span-button-layout {
    margin-right: 4px !important;
}

/* AddDocAttributesHandler */
.table-content {
    padding-top: 16px;
}

.mapping-label {
    vertical-align: middle;
}

/* FormSplitHandler */
.scan-type-layout {
    margin-right: 10px;
}

/* formatConvert*/
.capture-table-search {
    padding-bottom: 16px;
}

/* ToAkinaiBugyoHandler */
#itemListTable tbody td a {
    width: 120px;
}

#itemListTable tbody td a > .xux-dropdown-header {
    width: 120px;
}
#itemListTable tbody td a span > .xux-sel-desc {
    width: 90px;
}

/* FromOneDriveHandler */
.param-label {
    margin-top: 16px;
    margin-bottom: 16px;
}

/*FromSharePointHandler*/
capture-table-search {
    padding-bottom: 16px;
}

/*CreateSearchableDocHandler*/
.capture-table-search {
    padding-bottom: 16px;
}
/*FromBoxHandler*/
.wait-loading {
    overflow-y: hidden;
}
/* ApproveAndNotifyHandler */
.default_request_text {
    height: 80px;
    width: 350px
}

.approver_select {
    width: 60px;
    border-radius: 5px;
}

.approve_cancel,.approve_save {
    width: 90px;
    border-radius: 5px;
}

.button_result_div {
    vertical-align: bottom;
    text-align: right;
}

.blank_div {
    height: 100px;
}

.original_data_label {
    margin-top: 16px;
    margin-bottom: 16px;
}

.request_message_text {
    height: 80px;
    width: 300px;
}

#url_text, #filename_text {
    margin-left: -15px;
}

/* FromSalesforceHandler */
.load-dialog-left {
    left: 0 !important;
}

.load-dialog-left .xux-modalWindow-ensureBottomMargin {
    display: none !important;
}

#loading_message_dialog > div {
    text-align: center;
}

/* AtypicalFormRecognitionHandler */
.extract-attribute-label {
    margin-top: 16px;
    margin-bottom: 16px;
}

#words {
    max-height: 128px;
    overflow-y: auto;
    width: 220px;
}

#words > span {
    display: flex;
    margin-bottom: 16px;
}

#extractAttributeSpecs {
    width: 600px;
}

#extract_attribute_modalWindow .xux-modalWindow-content {
    max-height: 700px !important;
    overflow-y: auto;
}

/* FormClassificationHandler */
#titles, #keyWords {
    max-height: 128px;
    overflow-y: auto;
    width: 220px;
}

#titles > span {
    display: flex;
    margin-bottom: 16px;
}

#keyWords > span {
    display: flex;
    margin-bottom: 16px;
}

#customDocument {
    width: 600px;
}

.extract-button {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px !important;
    margin-top: 5px !important;
}

.extract-specification-button {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px !important;
    margin-top: 5px !important;
}

/** ToOneDriverHandler **/
#add_permissions_div,
#recipients_setting {
    max-height: 100px;
    overflow-y: auto;
}

#add_permissions_div .xux-button,
#recipients_setting .xux-button {
    margin-right: 8px;
    margin-bottom: 8px;
}

.xux-horizontalLayout-responsive .xux-horizontalLayout-item-1 {
    vertical-align: top !important;
}
/*ToAkiNaiBugYoHandler*/
.input_layout {
    width: 120px !important;
    margin-left: 8px !important;
}
/* ToTeamsHandler */
.mention-button {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px !important;
    margin-top: 5px !important;
}
/* AddDocAttributesHandler */
#attribute_setting_table .xux-table-cell {
    padding: 5px 1px 6px 1px;
}

/* CreateStringByRulesHandler */
#formatting_detail_setting_modalWindow .detail-margin {
    margin-top: 16px;
}

#format_detail_type_setting.format-string-control {
    margin-top: 0px !important;
}

.format-detail-num-container > span,
.addChar-text-position > a {
    margin-left: 15px;
}

.format-special-checkbox-container {
    margin-left: 82px;
    margin-top: 5px;
}

.format-short-input {
    width: 55px;
}

.format-special-checkbox-container > label {
    margin-right: 30px;
}

#formatDate.convert-detail-content,
#convertDate.convert-detail-content {
    display: flex;
    align-items: baseline;
}

#formatDate > label:first-child,
#convertDate > label:first-child {
    margin-right: 16px;
}

.capturingColumn-button {
    width: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px !important;
    margin-top: 5px !important;
}
.csv-table-selected {
    background-color: rgba(0, 131, 141, .4);
}

.buttone-div-layout {
    display: contents;
}

.context-menu-item {
    font-size: 16px;
    line-height: 1.25;
    background-color: white !important;
}

.context-menu-item:hover {
    background-color: rgba(0, 131, 141, .4) !important;
}

.sticky_area {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #f5f5f5;
    z-index: 2;
    padding-top: 16px;
}

#flow_template_setting_modalWindow .xux-modalWindow-content {
    padding: unset;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

#file_data_detail_table .csv-table-selected,
#thead_data_display .csv-table-selected {
    background-color: rgba(0, 131, 141, .4);
}

.capturingColumn-button {
    width: auto;
}

.customization-disable {
    opacity: .3;
}

.td-display-style {
    width: 240px !important;
    min-width: 240px !important;
    height: 26px !important;
    min-height: 26px !important;
}

.headName_input, .fileName_input, .fileName_mapping_select, .headName_mapping_select {
    width: 130px !important;
    height: 26px !important;
}

.button-margin {
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    vertical-align: middle !important;
}

.settings-button {
    width: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px !important;
    margin-top: 5px !important;
}

.csv-table-key-selected {
    background-color: rgba(232, 29, 0, .4) !important;
}

.csv-table-value-selected {
    background-color: rgba(232, 29, 0, .4) !important;
}

#path_prefix_button {
    margin-right: 4px !important;
    margin-bottom: 8px !important;
    vertical-align: middle !important;
}

.add-doc-attributes-table-components {
    max-height: 200px;
    overflow-y: auto;
}