.job-wizard { .wizard-title { margin-bottom: 25px; } .pf-c-wizard__nav.pf-m-expanded { z-index: calc( var(--pf-c-wizard__footer--ZIndex) + 2 ); // So the small screen navigation can be shown above the select box } .pf-c-wizard__main { overflow: visible; z-index: calc( var(--pf-c-wizard__footer--ZIndex) + 1 ); // So the select box can be shown above the wizard footer } .pf-c-wizard__nav { z-index: calc( var(--pf-c-wizard__footer--ZIndex) + 2 ); // So the navigation box can be shown above the wizard body } .pf-c-wizard__main-body { max-width: 500px; .advanced-fields-title { margin-bottom: 10px; } } .gray-text { color: var(--pf-global--Color--dark-200); } .target-hosts-and-inputs { .hosts-chip-group { margin-top: 8px; float: left; clear: left; display: block; } .clear-chips { margin-top: 8px; } .pf-c-select__toggle-typeahead { border: 0px; } .target-method-select { .pf-c-select__toggle-wrapper { flex-wrap: nowrap; } } } input[type='radio'], input[type='checkbox'] { margin: 0; } .schedule-tab { .advanced-scheduling-button { text-align: start; } #repeat-on-weekly { display: grid; grid-template-columns: repeat(7, 1fr); } .pf-l-grid { gap: var(--pf-c-form--GridGap); } #repeat-on-hourly { max-height: 300px; overflow: scroll; } } .pf-c-date-picker { vertical-align: top; } .time-picker { width: 150px; } input[type='radio'], input[type='checkbox'] { // overwriting bootstrap/_forms.scss margin: 4px 0 0; margin: 0; } textarea { min-height: 40px; min-width: 100px; } #host-selection { width: 500px; } .pf-c-modal-box { width: auto; } .review-details { .advanced-fields { margin-left: 10px; } } .foreman-search-field { .autocomplete-search-btn { display: none; } } }