<div class="modal fade" id="messagePopupYesNoIGP" tabindex="-1" role="dialog" aria-labelledby="messagePopupYesNoLabel" aria-hidden="true">
<div class="modal-dialog" role="document" style="border: 3px solid red;">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">
<span id="messagePopupYesNoIGPLabel"></span>
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="{% trans %}common.close{% endtrans %}">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p id="messagePopupYesNoIGPMessage" style="text-align: center; font-weight: bolder; font-size: 19px;"></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success btn-lg" id="messagePopupYesNoIGPYesButton">{% trans %}common.yes{% endtrans %}</button>
<button type="button" class="btn btn-danger btn-lg" data-dismiss="modal" id="messagePopupYesNoIGPNoButton">{% trans %}common.no{% endtrans %}</button>
</div>
</div>
</div>
</div>