
/** Rules Debug Modal */
.rules-debug {}
.rules-debug .modal {font-size: 13px; text-align: initial;}

.rules-debug .modal .modal-header { background-color: #f8f9fa;-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;}
.rules-debug .modal .modal-header .close {margin: 4px 0 4px 10px;}

.rules-debug .modal .modal-header-bg {background: url('../../images/PAQ/rules_debug.jpg') 50% 100% no-repeat; background-size: cover; height: 110px;}

.rules-debug .modal .modal-header .input-group {}
.rules-debug .modal .table {margin-bottom: 0;overflow: hidden; color: #333;-webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-bottomleft: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}

.rules-debug .modal .table tr.monto th {}
.rules-debug .modal .table tr.monto td {font-family: Consolas, monospace;text-align: right;}

.rules-debug .modal .table tr.rule th {text-align: right;font-size: 11px;width: 200px;}
.rules-debug .modal .table tr.rule td {white-space: pre; font-size: 11px;}