@charset "utf-8";

/*=====================================

style.css

=====================================*/
html, body, #canvas {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
}

#canvas.structure {
    height: auto;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
}
html, body, #bpmn2cBox.fullscreen{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: #f5f5f5;
}

.birdEyeList2cBox.fullscreen{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}



.diagram-note {
    background-color: rgba(66, 180, 21, 0.7);
    color: White;
    border-radius: 5px;
    font-family: Arial;
    font-size: 12px;
    padding: 5px;
    min-height: 16px;
    width: 50px;
    text-align: center;
}

.needs-discussion:not(.djs-connection) .djs-visual > :nth-child(1) {
    stroke: rgba(66, 180, 21, 0.7) !important; /* color elements as red */
}

.fullscreennBtn{
    position: absolute;
    bottom: 20px;
    right: 288px;
    width: fit-content;
    z-index: 100;
}
#saveBpmnBtn {
    position: fixed;
    top: 20px;
    right: 225px;
    width: fit-content;
    z-index: 100;
    border-radius: 100px;
    padding: 11px 10px 9px 10px;
    display: block;
    text-align: center;
    border: solid 2px #FFEA28;
    color: #181818;
    background-color: #FFF;
    line-height: 1;
}

#goToProjectDetail {
    position: fixed;
    top: 20px;
    right: 20px;
    width: fit-content;
    z-index: 100;
    background-color: #FFEA28;
    color: #181818;
    border-radius: 100px;
    padding: 12px 20px 10px;
    display: block;
    text-align: center;
    border: solid 1px #181818;
    line-height: 1;
}
#saveAndPublishStructureModalBtn{
    position: fixed;
    /*left: 0;
    right: 0;*/
    top: 20px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    /* bottom: 20px; */
    z-index: 100;
    padding: 9px 40px 8px;
    width: fit-content;
    background-color: #FFEA28;
    color: #181818;
    border-radius: 100px;
    padding: 12px 10px 10px;
    display: block;
    text-align: center;
    border: solid 1px #181818;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
}


g[data-element-id="Participant_PROCESS_OUTPUT_BOX"] .djs-context-pad{
    display: none !important;
}

/* Input/Output Participant は本体を選択不可（中の要素操作は維持） */
g.djs-element[data-element-id="Participant_PROCESS_INPUT_BOX"] > .djs-hit,
g.djs-element[data-element-id="Participant_PROCESS_INPUT_BOX"] > .djs-hit-all,
g.djs-element[data-element-id="Participant_PROCESS_INPUT_BOX"] > .djs-hit-no-move,
g.djs-element[data-element-id="Participant_PROCESS_INPUT_BOX"] > .djs-hit-click-stroke,
g.djs-element[data-element-id="Participant_PROCESS_OUTPUT_BOX"] > .djs-hit,
g.djs-element[data-element-id="Participant_PROCESS_OUTPUT_BOX"] > .djs-hit-all,
g.djs-element[data-element-id="Participant_PROCESS_OUTPUT_BOX"] > .djs-hit-no-move,
g.djs-element[data-element-id="Participant_PROCESS_OUTPUT_BOX"] > .djs-hit-click-stroke{
    pointer-events: none !important;
}

.entery.bpmn-icon-end-event-none,
.entry.bpmn-icon-gateway-none,
.entry.bpmn-icon-screw-wrench,
.entry.bpmn-icon-trash,
/*.entry.bpmn-icon-lasso-tool,
.entry.bpmn-icon-space-tool,*/
.entry.bpmn-icon-intermediate-event-none,
.entry.bpmn-icon-intermediate-event-none,
.entry.bpmn-icon-end-event-none{
    display: none !important;
}

#canvas.structure .djs-palette-entries .entry.bpmn-icon-intermediate-event-none{
    display: block !important;
}

/* structure画面のIntermediateThrowEventは本体を大きくしているため、
   選択アウトライン(djs-outline)も同率で拡大して見た目を合わせる */
#canvas.structure .djs-element.djs-shape.selected[data-element-id^="Event_"] .djs-outline{
    transform: scale(1.2);
    transform-origin: center;
    transform-box: fill-box;
}


.djs-shape.customParticipant .djs-visual rect{
    stroke: rgba(34, 36, 42,0.8) !important;
}
.djs-shape.customParticipant .djs-visual path{
    stroke: rgba(34, 36, 42,0.3) !important;
}
.djs-shape.customParticipant + .djs-children .djs-group:first-child .djs-visual:not(.task) > rect{
    stroke-width: 0 !important;
}
.djs-shape.customParticipant + .djs-children .djs-group:first-child .djs-visual.productNoEntity rect{
    stroke-width: 2px !important;
}

.djs-shape.customParticipant.InputOutputParticipant + .djs-children .djs-group:first-child .djs-visual rect{
    stroke-width: 0px !important;
}

.djs-shape.customParticipant.InputOutputParticipant .djs-visual rect{
    stroke-width: 0px !important;
}
.djs-shape.customParticipant.InputOutputParticipant .djs-visual path{
    stroke-width: 0px !important;
}

.djs-shape.customParticipant.InputOutputParticipant + .djs-children .djs-group:first-child .djs-visual rect{
    stroke-width: 0px !important;
}

.djs-shape.customParticipant.InputOutputStructureParticipant + .djs-children .djs-group:first-child .djs-visual rect{
    stroke-width: 0px !important;
}

.djs-shape.customParticipant.InputOutputStructureParticipant .djs-visual rect{
    stroke-width: 0px !important;
}
.djs-shape.customParticipant.InputOutputStructureParticipant .djs-visual path{
    stroke-width: 0px !important;
}

.djs-shape.customParticipant.InputOutputStructureParticipant + .djs-children .djs-group:first-child .djs-visual rect{
    stroke-width: 0px !important;
}








.attributeTextBox .djs-visual{
    color: #333
}
.stateTextBox .djs-visual{
    color:#000;
}
.stateTextBox .djs-visual path{
    display: none;
}

.memoTextBox .djs-visual path{
    display: none;
}

.riskTextBox .djs-visual path{
    display: none;
}
.riskTextBox .djs-visual text{
    fill: #FF0000 !important;
}
.attributeTextBox .djs-visual path{
    display: none;
}



#canvas.structure .djs-connection .path{
    marker-end: none;
}



.djs-hit-no-move{
    /* keep hit area active but invisible */
    fill: transparent !important;
    stroke: none !important;
    opacity: 0 !important;
}



.systemTextBox .djs-visual path,
.goalTextBox .djs-visual path{
    stroke-width: 0 !important;
}

.bpmn-icon-task:before{

}
.bpmn-icon-hand-tool{
    display: none;
}


#canvas.processDesign .djs-palette{
    /* display: none; */
}




.djs-context-pad .bpmn-icon-intermediate-event-none{
    display: none;
}


.djs-context-pad .bpmn-icon-text-annotation{
    display: none;
}
/*
.djs-context-pad .entry:nth-child(6){
    display: none;
}*/
.djs-context-pad .bpmn-icon-task{
    display: none;
}
.djs-context-pad .bpmn-icon-connection{
    display: none;
}





.systemListOutputTable{
    font-size: 11px;
}
table.systemListOutputTable td{
    padding: 3px;
    vertical-align: middle;
}


table.systemListOutputTable th{
    text-align: left;
    background-color: #f1f1f1;
}

.tableBgGray01{
    background-color: #dcdcdc;
}
.tableBgGray02{
    background-color: #f1f1f1;
}
table.systemListOutputTable td.systemTableHead{
    vertical-align: bottom;
}
table.systemListOutputTable .systemTableHead span{
    display: block;
    writing-mode: vertical-rl;
    
}

.systemTableHead {
    vertical-align: bottom;
}
.miniTdWidth{
    width: 50px;
}

.systemList h1{
    font-size: 16px;
}
